commit a7241242f3592bb536bf5e1603ee3623dc9deceb Author: fpgajie Date: Thu Dec 18 19:52:18 2025 +0800 first diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..87c2a7a --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..55416fe --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..dcd7431 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b479044 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/xtserver_anchou.iml b/.idea/xtserver_anchou.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/xtserver_anchou.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/game_web/.DS_Store b/game_web/.DS_Store new file mode 100644 index 0000000..c54fea5 Binary files /dev/null and b/game_web/.DS_Store differ diff --git a/game_web/event_mgr/.DS_Store b/game_web/event_mgr/.DS_Store new file mode 100644 index 0000000..ee77193 Binary files /dev/null and b/game_web/event_mgr/.DS_Store differ diff --git a/game_web/event_mgr/build/local/taurus-core.xml b/game_web/event_mgr/build/local/taurus-core.xml new file mode 100644 index 0000000..e677c8e --- /dev/null +++ b/game_web/event_mgr/build/local/taurus-core.xml @@ -0,0 +1,96 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/event_mgr/build/pro/log4j.properties b/game_web/event_mgr/build/pro/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/event_mgr/build/pro/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/event_mgr/build/pro/taurus-core.xml b/game_web/event_mgr/build/pro/taurus-core.xml new file mode 100644 index 0000000..3f480eb --- /dev/null +++ b/game_web/event_mgr/build/pro/taurus-core.xml @@ -0,0 +1,100 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 5 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/event_mgr/build/test/log4j.properties b/game_web/event_mgr/build/test/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/event_mgr/build/test/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/event_mgr/build/test/taurus-core.xml b/game_web/event_mgr/build/test/taurus-core.xml new file mode 100644 index 0000000..bde0e53 --- /dev/null +++ b/game_web/event_mgr/build/test/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 1 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/event_mgr/pom.xml b/game_web/event_mgr/pom.xml new file mode 100644 index 0000000..86389d3 --- /dev/null +++ b/game_web/event_mgr/pom.xml @@ -0,0 +1,117 @@ + + 4.0.0 + com.evt + event_mgr + war + 1.0.0 + + UTF-8 + 1.8 + 1.8 + pro + + + + + junit + junit + 3.8.1 + test + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-web + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + com.zaxxer + HikariCP + 3.3.1 + + + + + mysql + mysql-connector-java + 8.0.16 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + org.quartz-scheduler + quartz + 2.2.3 + + + + + org.eclipse.jetty + jetty-webapp + 8.2.0.v20160908 + provided + + + + + ROOT + + + org.apache.maven.plugins + maven-war-plugin + + 1.8 + 1.8 + UTF-8 + logs/**,config/** + + + config/ + ${project.basedir}/build/${build.type}/ + + + + + + + + diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/EventController.java b/game_web/event_mgr/src/main/java/com/evt/mgr/EventController.java new file mode 100644 index 0000000..295fc7b --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/EventController.java @@ -0,0 +1,149 @@ +package com.evt.mgr; + +import java.sql.SQLException; + +import com.data.util.CountUtil; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; + +public class EventController { + private static final String EVENT_TYPE = "E"; + private static final String EVENT_GID = "gid"; + private static final String EVENT_UID = "uid"; + + public static final int execEvt(String key,boolean isGroupEvt) { + int count = 0; + do { + String jsonStr = Redis.use(EventReceiver.CHACHE_KEY).rpop(key); + if(StringUtil.isEmpty(jsonStr)) + { + break; + } + + long startTime = System.currentTimeMillis(); + ITObject data = null; + try { + data = TObject.newFromJsonData(jsonStr); + } catch (Exception e) { + EventServer.log.error(jsonStr + ":event json error!", e); + } + int type = 0; + int uid = 0; + int groupId =0; + int reulst = 0; + try { + type = data.getInt(EVENT_TYPE); + + if(isGroupEvt) { + groupId = data.getInt(EVENT_GID); + }else { + uid = data.getInt(EVENT_UID); + } + + IHandler handler = EventServer.eventReceiver.getHandler(type); + if(handler!=null) { + if(isGroupEvt) { + reulst = handler.processGroup(groupId, data); + EventServer.log.info(jsonStr + " use time:" + (System.currentTimeMillis() - startTime) + " ms"); + }else { + reulst = handler.process(uid, data); + EventServer.log.info(jsonStr + " use time:" + (System.currentTimeMillis() - startTime) + " ms"); + } + if(reulst!=0) { + if(reulst == -1) { + jsonStr = data.toJson(); + } + Redis.use(EventReceiver.CHACHE_KEY).lpush(key, jsonStr); + } + } + }catch (Exception e) { + e.printStackTrace(); + Redis.use("group1_db15").lpush(key, jsonStr); + break; + } + + if(reulst == 0) { + count++; + } + } while(true); + + return count; + } + + /** + * + * @param uid + * @param pay + * @param cur_diamo + * @param reason + * @param gameId + * @param groupId + * @param pid + * @throws SQLException + */ + public static final void payDiamo(int uid,int pay,int cur_diamo,int reason,int gameId,int groupId,int pid) throws SQLException{ + ITArray data = TArray.newInstance(); + data.addInt(uid); + data.addInt(pay); + data.addInt(reason); + data.addInt(gameId); + data.addInt(groupId); + data.addInt(cur_diamo); + DataBase.use().prepareCallNonResult("sp_transfer_diamo", data); + if(groupId>0) { + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + CountUtil.countLog(String.format("g%s:diamo_cost",groupId), pay, jedis9); + if(pid > 0) { + CountUtil.countLog(String.format("g%s:diamo_cost:p%s",groupId,pid), pay, jedis9,false,true); + } + }finally { + jedis9.close(); + } + } + } + + public static final int execSql(String key) { + int count = 0; + do { + String str = Redis.use(EventReceiver.CHACHE_KEY).rpop(key); + //EventServer.log.info( " execsql:"+str); + if(StringUtil.isEmpty(str)) + { + break; + } + + int reulst = 0; + long startTime = System.currentTimeMillis(); + try { + int type = Integer.parseInt(str.substring(0,1)); + String sql = str.substring(1); + if(type==1) { + DataBase.use().executeUpdate(sql); + EventServer.log.info(sql + " use time:" + (System.currentTimeMillis() - startTime) + " ms"); + }else { + DataBase.use().executeCall(sql, false); + EventServer.log.info(sql + " use time:" + (System.currentTimeMillis() - startTime) + " ms"); + } + + }catch (Exception e) { + e.printStackTrace(); + Redis.use("group1_db15").lpush(key, str); + break; + } + + if(reulst == 0) { + count++; + } + } while(true); + + return count; + } +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/EventReceiver.java b/game_web/event_mgr/src/main/java/com/evt/mgr/EventReceiver.java new file mode 100644 index 0000000..cd5f251 --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/EventReceiver.java @@ -0,0 +1,101 @@ +package com.evt.mgr; + +import java.util.HashMap; +import java.util.Map; + +import com.taurus.core.util.Logger; + +public class EventReceiver { + private final static String GROUP_EVT_KEY = "evt_group_"; + private final static String EVT_KEY = "event_"; + private final static String EVT_DB_KEY = "evt_db_"; + public final static String CHACHE_KEY = "group1_db8"; + + Map handlerMap; + volatile boolean run; + + public EventReceiver() { + handlerMap = new HashMap<>(); + } + + void start() { + run = true; + for (int i = 0; i < 10; ++i) { + new GroupRunnable(i, this, 1); + } + + for (int i = 0; i < 10; ++i) { + new GroupRunnable(i, this, 2); + } + + for (int i = 0; i < 10; ++i) { + new GroupRunnable(i, this, 3); + } + } + + void destroy() { + run = false; + } + + IHandler getHandler(int type) { + IHandler handler = handlerMap.get(type); + return handler; + } + + private static final class GroupRunnable implements Runnable { + private Logger log = Logger.getLogger(GroupRunnable.class); + EventReceiver receiver; + int type; + int id; + Thread thread; + + public GroupRunnable(int id, EventReceiver receiver, int type) { + this.receiver = receiver; + this.type = type; + this.id = id; + this.thread = new Thread(this, id + ""); + this.thread.start(); + } + + @Override + public void run() { + while (receiver.run) { + int count=0; + long startTime = System.currentTimeMillis(); + try { + switch (type) { + case 1: + count = EventController.execEvt(GROUP_EVT_KEY + this.id, true); + break; + case 2: + count = EventController.execEvt(EVT_KEY + id, false); + break; + case 3: + count = EventController.execSql(EVT_DB_KEY+id); + break; + } + + long useTime = (System.currentTimeMillis() - startTime); + if (count > 0) + { + EventServer.log.info("handle event:" + count + " use time:" + useTime + " ms"); + } + if (useTime >= 30 || count >= 30) + { + Thread.sleep(1); + } + else if (count > 0){ + Thread.sleep(5); + } + else { + Thread.sleep(20); + } + } catch (Exception e) { + log.error(e); + } + } + } + + } + +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/EventServer.java b/game_web/event_mgr/src/main/java/com/evt/mgr/EventServer.java new file mode 100644 index 0000000..7e6437b --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/EventServer.java @@ -0,0 +1,105 @@ +package com.evt.mgr; + +import static org.quartz.CronScheduleBuilder.cronSchedule; +import static org.quartz.JobBuilder.newJob; +import static org.quartz.TriggerBuilder.newTrigger; + +import com.evt.mgr.job.CleanGroupLogJob; +import org.quartz.CronTrigger; +import org.quartz.JobDetail; +import org.quartz.Scheduler; +import org.quartz.SchedulerFactory; +import org.quartz.impl.StdSchedulerFactory; + +import com.data.util.ConsumeCode; +import com.data.util.EventType; +import com.evt.mgr.handler.HandlerGroupMemberRound; +import com.evt.mgr.handler.HandlerGroupRound; +import com.evt.mgr.handler.HandlerHpConsume; +import com.evt.mgr.handler.HandlerLose; +import com.evt.mgr.handler.HandlerOver; +import com.evt.mgr.handler.HandlerPay; +import com.evt.mgr.handler.HandlerWin; +import com.evt.mgr.job.CleanTimeOutRoomJob; +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; +import com.taurus.core.util.Logger; + +public class EventServer extends Extension{ + static EventReceiver eventReceiver; + static Logger log; + + @Override + public void onStart() { + log = Logger.getLogger(EventServer.class); + eventReceiver = new EventReceiver(); + initHandler(); + + initJob(); + + eventReceiver.start(); + } + + @Override + public void configRoute(Routes me) { + } + + public void initJob() { + + try { + log.info("clean invalid room, no diamond"); + + SchedulerFactory sf = new StdSchedulerFactory(); + Scheduler sched = sf.getScheduler(); + + JobDetail job = newJob(CleanTimeOutRoomJob.class).withIdentity("clean_group_room", "group").build(); + CronTrigger trigger= newTrigger().withIdentity("clean_group_room_trigger", "group").withSchedule(cronSchedule("0 0 5 * * ? ")).build(); + sched.scheduleJob(job, trigger); + + job = newJob(CleanTimeOutRoomJob.class).withIdentity("clean_invalid_room", "group").build(); + trigger= newTrigger().withIdentity("clean_invalid_room_trigger", "group").withSchedule(cronSchedule("0 30 5 * * ? ")).build(); + sched.scheduleJob(job, trigger); + + JobDetail log_job = newJob(CleanGroupLogJob.class).withIdentity("clean_group_member_log", "group").build(); + CronTrigger log_trigger= newTrigger().withIdentity("clean_group_member_log_trigger", "group").withSchedule(cronSchedule("0 0 0/1 * * ? ")).build(); + sched.scheduleJob(log_job, log_trigger); + + log_job = newJob(CleanGroupLogJob.class).withIdentity("clean_group_hp_log", "group").build(); + log_trigger= newTrigger().withIdentity("clean_group_hp_log_trigger", "group").withSchedule(cronSchedule("0 0 0/1 * * ? ")).build(); + sched.scheduleJob(log_job, log_trigger); + + log_job = newJob(CleanGroupLogJob.class).withIdentity("clean_rec_room_log", "group").build(); + log_trigger= newTrigger().withIdentity("clean_rec_room_log_trigger", "group").withSchedule(cronSchedule("0 0 0/1 * * ? ")).build(); + sched.scheduleJob(log_job, log_trigger); + + sched.start(); + } + catch(Exception e) { + + } + } + + + private void initHandler() { + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_OVER, new HandlerOver()); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_LOSE, new HandlerLose()); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_WIN, new HandlerWin()); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_PAY, new HandlerPay(ConsumeCode.DIAMO_JOIN_ROOM,true)); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_BACK_PAY, new HandlerPay(ConsumeCode.DIAMO_REFUND,false)); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_GROUP_ROOM, new HandlerPay(ConsumeCode.DIAMO_AGENT_ROOM,true)); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_CREATE_ROOM, new HandlerPay(ConsumeCode.DIAMO_CREAT_ROOM,true)); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_MAIL, new HandlerPay(ConsumeCode.DIAMO_MAIL,false)); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_WHEEL, new HandlerPay(ConsumeCode.DIAMO_WHEEL,false)); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_GROUP_ROUND, new HandlerGroupRound()); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_GROUP_MEMBER_ROUND, new HandlerGroupMemberRound()); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_GROUP_HP, new HandlerHpConsume()); + eventReceiver.handlerMap.put(EventType.REDIS_EVENT_ADDPAY, new HandlerPay(ConsumeCode.DIAMO_ADD,false)); + } + + @Override + public void onStop() { + eventReceiver.destroy(); + } + + +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/GroupPublisherService.java b/game_web/event_mgr/src/main/java/com/evt/mgr/GroupPublisherService.java new file mode 100644 index 0000000..8208b7f --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/GroupPublisherService.java @@ -0,0 +1,69 @@ +package com.evt.mgr; + +import com.data.util.EventType; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; + +public class GroupPublisherService { + public static final String CHANNEL_NAME = "mgr_group"; + + private static final String CMD_UPDATE_MEMBER = "update_member"; + + private static final String CMD_DEL_ROOM = "del_room"; + + private final static String EVT_TYPE = "E"; + private final static String EVT_UID = "uid"; + + private final static String EVT_KEY = "event_"; + + /** + * 1 hp 2 等级 3 合伙人等级 + * + * @param groupId + * @param uid + * @param type + * @param value + */ + public static void updateMemberEvt(int groupId, int uid, int type, int value) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putInt("uid", uid); + data.putInt("type", type); + data.putInt("value", value); + data.putString("cmd", CMD_UPDATE_MEMBER); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + public static void delRoomEvt(int groupId, String roomid) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putString("roomid", roomid); + data.putString("cmd", CMD_DEL_ROOM); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + /** + * 返还钻石 + * + * @param uid + * @param pay + * @param groupId + */ + public static void refundDiamo(int uid, int pay, int groupId, int gameId) { + ITObject data = TObject.newInstance(); + data.putInt("pay", -pay); + data.putInt("game", gameId); + if (groupId > 0) { + data.putInt("group", groupId); + } + //sendEvt(EventType.REDIS_EVENT_BACK_PAY, uid, data); + } + + private static void sendEvt(int type, int uid, ITObject data) { + int id = uid % 10; + data.putInt(EVT_UID, uid); + data.putInt(EVT_TYPE, type); + Redis.use(EventReceiver.CHACHE_KEY).lpush(EVT_KEY + id, data.toJson()); + } +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/IHandler.java b/game_web/event_mgr/src/main/java/com/evt/mgr/IHandler.java new file mode 100644 index 0000000..3c47eff --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/IHandler.java @@ -0,0 +1,10 @@ +package com.evt.mgr; + +import com.taurus.core.entity.ITObject; + +public interface IHandler { + + public int process(int uid,ITObject param) throws Exception; + + public int processGroup(int groupId,ITObject param) throws Exception; +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/Utils.java b/game_web/event_mgr/src/main/java/com/evt/mgr/Utils.java new file mode 100644 index 0000000..1a03b03 --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/Utils.java @@ -0,0 +1,211 @@ +package com.evt.mgr; + +import java.util.List; + +import com.data.cache.GroupCache; +import com.data.util.CountUtil; +import com.data.util.Utility; +import com.taurus.core.entity.ITArray; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.DateUtils; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.Pipeline; + +public class Utils { + + + public static final void countValidAndTotal(Jedis jedis10, Pipeline pipeline9,int uid,int groupId,int pid, int valid_count, int valid_diamo, int all_count) { + + if(valid_count > 0) { + String gmv = String.format("g{%s}:m%s:valid_round", groupId,uid); + CountUtil.countLogByDay30(gmv, valid_count, pipeline9); + CountUtil.countLogByDay30(gmv + "_self", valid_count, pipeline9); + } + + if (valid_diamo > 0) + { + String gmv = String.format("g{%s}:m%s:valid_diamo", groupId,uid); + CountUtil.countLogByDay30(gmv, valid_diamo, pipeline9); + CountUtil.countLogByDay30(gmv + "_self", valid_diamo, pipeline9); + } + + String gmr = String.format("g{%s}:m%s:round_log", groupId, uid); + CountUtil.countLogByDay30(gmr, 1, pipeline9,true); + CountUtil.countLogByDay30(gmr + "_self", 1, pipeline9,true); + + List temp = Utility.getMemberParents(jedis10, groupId, uid, true); + if(temp != null && temp.size() > 0) { + + if(valid_count > 0) { + + for(int i=0;i par_list = null; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + par_list = Utility.getMemberParents(jedis10, groupId, uid, true); + + Pipeline pipeline10 = jedis10.pipelined(); + + if(par_list==null)return; + + String key = String.format("g{%s}:m%s:total_win",groupId,uid); + CountUtil.countLogByDay30(key, score, pipeline9); + CountUtil.countLogByDay30(key + "_self", score, pipeline9); + + for(int i=0;i par_list = null; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + par_list = Utility.getMemberParents(jedis10, groupId, uid, true); + }finally { + jedis10.close(); + } + if(par_list==null)return; + String key; + + if(hp!=0) { + + key = String.format("g{%s}:m%s:hp_consume_log",groupId,uid); + CountUtil.countLogByDay(key, hp, pipeline9); + } + + int day = DateUtils.getBeginDay(); + boolean self = par_list.get(0) == uid; + for(int i=0;i0) { + + key = String.format("g%s:hp_cost:par%s_%s",groupId,par,day); + pipeline9.hincrBy(key, "total", pump); + if(add_uid) { + pipeline9.hincrBy(key, uid+"", pump); + } + + pipeline9.expire(key, 3600*24*2); + } + + if(hp!=0) { + + if(uid != par) { + key = String.format("g{%s}:m%s:hp_consume_log",groupId,par); + CountUtil.countLogByDay(key, hp, pipeline9); + } + + key = String.format("g%s:hp_consume:par%s_%s",groupId,par,day); + pipeline9.hincrBy(key, "total", hp); + if(add_uid) { + pipeline9.hincrBy(key, uid+"", hp); + } + + pipeline9.expire(key, 3600*24*2); + } + } + + + } +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerGroupMemberRound.java b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerGroupMemberRound.java new file mode 100644 index 0000000..880c9ae --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerGroupMemberRound.java @@ -0,0 +1,97 @@ +package com.evt.mgr.handler; + +import com.data.util.ConsumeCode; +import com.data.util.CountUtil; +import com.data.util.Utility; +import com.evt.mgr.IHandler; +import com.evt.mgr.Utils; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.DateUtils; + +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import redis.clients.jedis.Jedis; +import redis.clients.jedis.Pipeline; + +import java.sql.SQLException; + +public class HandlerGroupMemberRound implements IHandler{ + static Logger log = Logger.getLogger(HandlerHpConsume.class); + @Override + public int process(int uid, ITObject param) throws Exception { + // TODO Auto-generated method stub + return 0; + } + + private static boolean addMemberLog(int gid, int pid,int uid, int score, int win, int time, int perfectRound,int valid_count) throws SQLException { + String sql = String.format("{call sp_add_member_log(%s,%s,%s,%s,%s,%s,%s,%s)}", + gid,pid,uid,score,win,time,perfectRound,valid_count); + Utility.evtdbLog(gid, 2, sql); + return false; + } + + @Override + public int processGroup(int groupId, ITObject param) throws Exception { + + int pid = param.getInt("pid"); + int score = param.getInt("score"); + int uid = param.getInt("uid"); + int win = param.getInt("win"); + int time = DateUtils.getBeginDay(); + int perfectRound = param.getInt("perfect_round"); + int valid_count = param.getInt("valid_count"); + int pump = param.getInt("pump"); + int cur_hp = param.getInt("cur_hp"); + int xipai_total = param.getInt("xi_pai_total"); + int anchou_total = param.getInt("an_chou_total"); + + String roomid = param.getString("room"); + int cur_time = (int)(System.currentTimeMillis() / 1000); + if (param.containsKey("time")) + { + cur_time = param.getInt("time"); + } + log.info("uid:"+uid+"anchou_total:"+ anchou_total+"xipai_total:"+xipai_total); + //ITArray param1 = TArray.newInstance(); + //param1.addInt(groupId); + //param1.addInt(pid); + //param1.addInt(uid); + //param1.addInt(score - pump - xipai_total); + //param1.addInt(win); + //param1.addInt(time); + //param1.addInt(perfectRound); + //param1.addInt(valid_count); + //DataBase.use().prepareCallNonResult("sp_add_member_log", param1); + addMemberLog(groupId, pid, uid, score - pump - xipai_total-anchou_total, win, time, perfectRound, valid_count); + + String sql = String.format("INSERT INTO group_hp_log(gid,uid,reason,hp,cur_hp,pid,roomid,time) " + + "VALUES(%s,%s,%s,%s,%s,%s,%s,%s)", + groupId,uid,ConsumeCode.HP_PUMP_TOTAL,score - pump - xipai_total-anchou_total, + cur_hp,pid,roomid,(int) (cur_time)); + Utility.evtdb(groupId, 1, sql); + //DataBase.use().executeUpdate(sql); + + String gmrp_key = String.format("g%s:m%s:round:p%s",groupId,uid,pid); + String gmr_key = String.format("g%s:m%s:round",groupId,uid); + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + + try { + CountUtil.countLog(gmrp_key, 1, jedis9); + CountUtil.countLog(gmr_key, 1, jedis9); + + Pipeline pipeline9 = jedis9.pipelined(); + Utils.countRoundWin(pipeline9, groupId, pid, uid, win==1,score - pump); + pipeline9.sync(); + + }finally { + jedis9.close(); + } + return 0; + } + +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerGroupRound.java b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerGroupRound.java new file mode 100644 index 0000000..8f99d59 --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerGroupRound.java @@ -0,0 +1,72 @@ +package com.evt.mgr.handler; + +import com.data.util.CountUtil; +import com.evt.mgr.IHandler; +import com.evt.mgr.Utils; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.plugin.redis.Redis; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.Pipeline; + +public class HandlerGroupRound implements IHandler{ + + @Override + public int process(int uid, ITObject param) throws Exception { + // TODO Auto-generated method stub + return 0; + } + + @Override + public int processGroup(int groupId, ITObject param) throws Exception { + int pid = param.getInt("pid"); + int valid = param.getInt("valid"); + ITArray playerList = param.getTArray("player_list"); + int valid_count = param.getInt("valid_count"); + int valid_diamo = 0; + int all_count = 0; + if (param.containsKey("valid_diamo")) + { + valid_diamo = param.getInt("valid_diamo"); + } + + if (param.containsKey("all_count")) + { + all_count = param.getInt("all_count"); + } + + String rp_key = String.format("g%s:round:p%s",groupId,pid); + String round_key = String.format("g%s:round",groupId); + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + Pipeline pipeline9 = jedis9.pipelined(); + + CountUtil.countLog(rp_key, 1, pipeline9,false,true); + CountUtil.countLog(round_key, 1, pipeline9,true); + + if(valid == 1) { + + String valid_key = String.format("g%s:valid_room",groupId); + String p_valid_key = String.format("g%s:valid_room:p%s",groupId,pid); + CountUtil.countLogByDay(p_valid_key, 1, pipeline9,true); + CountUtil.countLog(valid_key, 1, pipeline9); + }else { + + String no_valid_key = String.format("g%s:no_valid_room",groupId); + String p_no_valid_key = String.format("g%s:no_valid_room:p%s",groupId,pid); + CountUtil.countLogByDay(p_no_valid_key, 1, pipeline9,true); + CountUtil.countLog(no_valid_key, 1, pipeline9); + } + Utils.countValidAndTotal(pipeline9, playerList, groupId, pid, valid_count, valid_diamo, all_count); + + pipeline9.sync(); + + }finally { + jedis9.close(); + } + return 0; + } + +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerHpConsume.java b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerHpConsume.java new file mode 100644 index 0000000..592fd81 --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerHpConsume.java @@ -0,0 +1,695 @@ +package com.evt.mgr.handler; + +import java.sql.SQLException; + +import com.data.bean.GroupBean; +import com.data.cache.GroupCache; +import com.data.cache.GroupMemberCache; +import com.data.util.ConsumeCode; +import com.data.util.CountUtil; +import com.data.util.Utility; +import com.evt.mgr.IHandler; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.Pipeline; + +public class HandlerHpConsume implements IHandler{ + static Logger log = Logger.getLogger(HandlerHpConsume.class); + final static String DB = "group1_db10"; + + private static boolean hpConsume(int gid, int uid,int pid, int hp,int cur_hp,int reason, String roomid, int time,String desc) throws SQLException { + String sql = String.format("{call sp_update_hp(%s,%s,%s,%s,%s,%s,'%s',%s,'%s')}", + gid,uid,hp,cur_hp,reason,pid,roomid,time,desc); + Utility.evtdb(gid, 2, sql); + return false; + } + + @Override + public int process(int uid, ITObject param) throws Exception { + return 0; + } + + private void to_reward(Pipeline pipeline, int uid, String prs,int rewardType, int valueType, int real_pump, int pump,int groupId,int pid,String roomid,int time,int max_player) throws Exception { + + int useValue = 0; + if(StringUtil.isNotEmpty(prs)) { + + int round = 100 / max_player; + ITArray list = TArray.newFromJsonData(prs); + + for(int i=list.size()-1;i>=0;--i) { + + ITObject obj1 = list.getTObject(i); + int parentId = obj1.getInt("p"); + int rewardPercent = 0; + if (obj1.containsKey("r")) + { + rewardPercent = obj1.getInt("r"); + } + int rv = 0; + if(i > 0) { + ITObject obj2 = list.getTObject(i - 1); + if (!obj2.containsKey("r")) + { + rv =rewardPercent - 0; + } + else { + rv =rewardPercent -obj2.getInt("r"); + } + }else { + + rv=rewardPercent; + } + int reward_value = rv; + if(valueType == 1) { + reward_value = Math.round(pump * (rv / 100f)); + } + else { + if(rewardType == 2) { + reward_value = reward_value / max_player; + } + } + + if (reward_value < 0) + { + continue; + } + + String key = String.format("g{%s}:m%s:reward_hp", groupId,parentId); + Redis.use(DB).incrBy(key, reward_value); + String rewardsql = String.format("update group_member set reward_hp = %s where uid = %s AND groupId = %s", Redis.use(DB).get(key), parentId,groupId); + Utility.evtdb(groupId, 1, rewardsql); + //String all_key = String.format("g{%s}:m%s:all_reward_hp", groupId,parentId); + //Redis.use(DB).incrBy(all_key, reward_value); + useValue += reward_value; + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + String desc = "" + uid; + long cur_hp = CountUtil.countLogByDay3(String.format("g%s:hp_reward:m%s",groupId,parentId), reward_value, jedis9); + String sql = String.format("INSERT INTO group_hp_log(gid,uid,reason,hp,cur_hp,pid,roomid,time,round, info) " + + "VALUES(%s,%s,%s,%s,%s,%s,%s,%s,%s,%s)", groupId,parentId,ConsumeCode.HP_PARTNER_REWARD,reward_value,cur_hp,pid,roomid,time,round, desc); + DataBase.use().executeUpdate(sql); + }finally { + jedis9.close(); + } + + // 记录代理每天的推广奖励 + CountUtil.countLogByDay30(key, reward_value, pipeline); + + key = String.format("g{%s}:m%s:reward_log", groupId,parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + + key = String.format("g{%s}:m%s:p%s:reward_log", groupId,parentId,pid); + CountUtil.countLogByDay30(key, reward_value, pipeline); + + // 记录每个人对上级的推广奖励是多少 + key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,uid, parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + + boolean add_uid = (uid == parentId || i == 0); + if(add_uid == true) { + key = String.format("g{%s}:m%s:d_reward", groupId,parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + } + + if(i>0) { + + for(int j = i - 1; j >= 0; j--) { + + ITObject obj2 = list.getTObject(j); + int temp = obj2.getInt("p"); + if(temp != uid) { + key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,temp, parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + } + } + } + + + //某个玩法的抽水总值 + CountUtil.countLogByDay30(String.format("g%s:hp_cost:m%s:p%s",groupId,parentId,pid),pump,pipeline); + + CountUtil.countLogByDay30(String.format("g%s:hp_reward",groupId), reward_value, pipeline); + } + } + + GroupBean gb = GroupCache.getGroup(groupId); + if (gb != null) { + int round = 100 / max_player; + int leftValue = real_pump - useValue; + String key = String.format("g{%s}:m%s:reward_hp", groupId,gb.owner); + Redis.use(DB).incrBy(key, leftValue); + String rewardsql = String.format("update group_member set reward_hp = %s where uid = %s AND groupId = %s", Redis.use(DB).get(key), gb.owner,groupId); + Utility.evtdb(groupId, 1, rewardsql); + //String all_key = String.format("g{%s}:m%s:all_reward_hp", groupId,gb.owner); + //Redis.use(DB).incrBy(all_key, leftValue); + // 记录代理每天的推广奖励 + CountUtil.countLogByDay30(key, leftValue, pipeline); + + key = String.format("g{%s}:m%s:reward_log", groupId,gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + key = String.format("g{%s}:m%s:p%s:reward_log", groupId,gb.owner,pid); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + // 记录每个人对上级的推广奖励是多少 + key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,uid, gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + boolean add_uid = (uid == gb.owner); + if(add_uid == true) { + key = String.format("g{%s}:m%s:d_reward", groupId,gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + } + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + String desc = "" + uid; + long cur_hp = CountUtil.countLogByDay3(String.format("g%s:hp_reward:m%s",groupId,gb.owner), leftValue, jedis9); + String sql = String.format("INSERT INTO group_hp_log(gid,uid,reason,hp,cur_hp,pid,roomid,time,round,info) " + + "VALUES(%s,%s,%s,%s,%s,%s,%s,%s,%s,%s)", groupId,gb.owner,ConsumeCode.HP_PARTNER_REWARD,leftValue,cur_hp,pid,roomid,time,round,desc); + DataBase.use().executeUpdate(sql); + }finally { + jedis9.close(); + } + } + } + + private void anchou_to_reward(Pipeline pipeline, int uid, String prs,int rewardType, int valueType, int real_pump, int pump,int groupId,int pid,String roomid,int time,int max_player) throws Exception { + + log.info("uid:"+uid+"prs:"+prs+"valueType:"+valueType+"real_pump:"+real_pump+"pump:"+pump+"groupId:"+groupId+"pid:"+pid+"time:"+time+"max_player:"+max_player); + + + int useValue = 0; + log.info("uid:"+uid+"prs:"+StringUtil.isNotEmpty(prs)+"time:"+time); + if(StringUtil.isNotEmpty(prs)) { + int round = 100 / max_player; + ITArray list = TArray.newFromJsonData(prs); + log.info("uid:"+uid+"size:"+list.size()+"time:"+time); + for(int i=list.size()-1;i>=0;--i) { + + ITObject obj1 = list.getTObject(i); + int parentId = obj1.getInt("p"); + int rewardPercent = 0; + if (obj1.containsKey("a")) + { + rewardPercent = obj1.getInt("a"); + } + int rv = 0; + if(i > 0) { + ITObject obj2 = list.getTObject(i - 1); + if (!obj2.containsKey("a")) + { + rv = rewardPercent - 0; + } + else { + rv = rewardPercent -obj2.getInt("a"); + } + }else { + + rv=rewardPercent; + } + int reward_value = rv; + if(valueType == 1) { + reward_value = Math.round(pump * (rv / 100f)); + } + + log.info("uid:"+uid+"reward_value:"+reward_value+"time:"+time); + + if (reward_value < 0) + { + continue; + } + + String key = String.format("g{%s}:m%s:reward_hp", groupId,parentId); + Redis.use(DB).incrBy(key, reward_value); + String rewardsql = String.format("update group_member set reward_hp = %s where uid = %s AND groupId = %s", Redis.use(DB).get(key), parentId,groupId); + Utility.evtdb(groupId, 1, rewardsql); + //String all_key = String.format("g{%s}:m%s:all_reward_hp", groupId,parentId); + //Redis.use(DB).incrBy(all_key, reward_value); + useValue += reward_value; + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + String desc = "" + uid; + long cur_hp = CountUtil.countLogByDay3(String.format("g%s:hp_reward:m%s",groupId,parentId), reward_value, jedis9); + String sql = String.format("INSERT INTO group_hp_log(gid,uid,reason,hp,cur_hp,pid,roomid,time,round,info) " + + "VALUES(%s,%s,%s,%s,%s,%s,%s,%s,%s,%s)", groupId,parentId,ConsumeCode.HP_PARTNER_ANCHOU_REWARD,reward_value,cur_hp,pid,roomid,time,round,desc); + log.info("uid:"+uid+"sql:"+sql+"time:"+time); + DataBase.use().executeUpdate(sql); + }finally { + jedis9.close(); + } + + // 记录代理每天的推广奖励 + CountUtil.countLogByDay30(key, reward_value, pipeline); + + key = String.format("g{%s}:m%s:anchou_reward_log", groupId,parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + + key = String.format("g{%s}:m%s:p%s:anchou_reward_log", groupId,parentId,pid); + CountUtil.countLogByDay30(key, reward_value, pipeline); + + // 记录每个人对上级的推广奖励是多少 + key = String.format("g{%s}:m%s:anchou_reward_log_to:par%s", groupId,uid, parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + + boolean add_uid = (uid == parentId || i == 0); + if(add_uid == true) { + key = String.format("g{%s}:m%s:d_anchou_reward", groupId,parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + } + + if(i>0) { + + for(int j = i - 1; j >= 0; j--) { + + ITObject obj2 = list.getTObject(j); + int temp = obj2.getInt("p"); + if(temp != uid) { + key = String.format("g{%s}:m%s:anchou_reward_log_to:par%s", groupId,temp, parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + } + } + } + + //某个玩法的抽水总值 + CountUtil.countLogByDay30(String.format("g%s:anchou_hp_cost:m%s:p%s",groupId,parentId,pid),pump,pipeline); + + CountUtil.countLogByDay30(String.format("g%s:anchou_hp_reward",groupId), reward_value, pipeline); + } + } + GroupBean gb = GroupCache.getGroup(groupId); + if (gb != null) { + int round = 100 / max_player; + int leftValue = real_pump - useValue; + String key = String.format("g{%s}:m%s:reward_hp", groupId,gb.owner); + Redis.use(DB).incrBy(key, leftValue); + String rewardsql = String.format("update group_member set reward_hp = %s where uid = %s AND groupId = %s", Redis.use(DB).get(key), gb.owner,groupId); + Utility.evtdb(groupId, 1, rewardsql); + //String all_key = String.format("g{%s}:m%s:all_reward_hp", groupId,gb.owner); + //Redis.use(DB).incrBy(all_key, leftValue); + // 记录代理每天的推广奖励 + CountUtil.countLogByDay30(key, leftValue, pipeline); + + key = String.format("g{%s}:m%s:anchou_reward_log", groupId,gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + key = String.format("g{%s}:m%s:p%s:anchou_reward_log", groupId,gb.owner,pid); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + // 记录每个人对上级的推广奖励是多少 + key = String.format("g{%s}:m%s:anchou_reward_log_to:par%s", groupId,uid, gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + boolean add_uid = (uid == gb.owner); + if(add_uid == true) { + key = String.format("g{%s}:m%s:d_anchou_reward", groupId,gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + } + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + String desc = "" + uid; + long cur_hp = CountUtil.countLogByDay3(String.format("g%s:hp_reward:m%s",groupId,gb.owner), leftValue, jedis9); + String sql = String.format("INSERT INTO group_hp_log(gid,uid,reason,hp,cur_hp,pid,roomid,time,round,info) " + + "VALUES(%s,%s,%s,%s,%s,%s,%s,%s,%s,%s)", groupId,gb.owner,ConsumeCode.HP_PARTNER_ANCHOU_REWARD,leftValue,cur_hp,pid,roomid,time,round,desc); + DataBase.use().executeUpdate(sql); + }finally { + jedis9.close(); + } + } + } + + private void xipai_to_reward(Pipeline pipeline, int uid, String prs,int rewardType, int valueType, int real_pump, int pump,int groupId,int pid,String roomid,int time,int max_player) throws Exception { + log.info("xipai uid:"+uid+"prs:"+prs+"time:"+time); + int useValue = 0; + log.info("xipaiuid:"+uid+"prs:"+StringUtil.isNotEmpty(prs)+"time:"+time); + if(StringUtil.isNotEmpty(prs)) { + log.info("xipaiok uid:"+uid+"prs:"+prs+"time:"+time); + int round = 100 / max_player; + ITArray list = TArray.newFromJsonData(prs); + + for(int i=list.size()-1;i>=0;--i) { + + ITObject obj1 = list.getTObject(i); + int parentId = obj1.getInt("p"); + int rewardPercent = 0; + if (obj1.containsKey("x")) + { + rewardPercent = obj1.getInt("x"); + } + int rv = 0; + if(i > 0) { + ITObject obj2 = list.getTObject(i - 1); + if (!obj2.containsKey("x")) + { + rv = rewardPercent - 0; + } + else { + rv = rewardPercent -obj2.getInt("x"); + } + }else { + + rv=rewardPercent; + } + int reward_value = rv; + if(valueType == 1) { + reward_value = Math.round(pump * (rv / 100f)); + } + + if (reward_value < 0) + { + continue; + } + + String key = String.format("g{%s}:m%s:reward_hp", groupId,parentId); + Redis.use(DB).incrBy(key, reward_value); + String rewardsql = String.format("update group_member set reward_hp = %s where uid = %s AND groupId = %s", Redis.use(DB).get(key), parentId,groupId); + Utility.evtdb(groupId, 1, rewardsql); + //String all_key = String.format("g{%s}:m%s:all_reward_hp", groupId,parentId); + //Redis.use(DB).incrBy(all_key, reward_value); + useValue += reward_value; + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + String desc = "" + uid; + long cur_hp = CountUtil.countLogByDay3(String.format("g%s:hp_reward:m%s",groupId,parentId), reward_value, jedis9); + String sql = String.format("INSERT INTO group_hp_log(gid,uid,reason,hp,cur_hp,pid,roomid,time,round,info) " + + "VALUES(%s,%s,%s,%s,%s,%s,%s,%s,%s,%s)", groupId,parentId,ConsumeCode.HP_PARTNER_XIPAI_REWARD,reward_value,cur_hp,pid,roomid,time,round,desc); + DataBase.use().executeUpdate(sql); + }finally { + jedis9.close(); + } + + // 记录代理每天的推广奖励 + CountUtil.countLogByDay30(key, reward_value, pipeline); + + key = String.format("g{%s}:m%s:xipai_reward_log", groupId,parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + + key = String.format("g{%s}:m%s:p%s:xipai_reward_log", groupId,parentId,pid); + CountUtil.countLogByDay30(key, reward_value, pipeline); + + // 记录每个人对上级的推广奖励是多少 + key = String.format("g{%s}:m%s:xipai_reward_log_to:par%s", groupId,uid, parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + + boolean add_uid = (uid == parentId || i == 0); + if(add_uid == true) { + key = String.format("g{%s}:m%s:d_xipai_reward", groupId,parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + } + + if(i>0) { + + for(int j = i - 1; j >= 0; j--) { + + ITObject obj2 = list.getTObject(j); + int temp = obj2.getInt("p"); + if(temp != uid) { + key = String.format("g{%s}:m%s:xipai_reward_log_to:par%s", groupId,temp, parentId); + CountUtil.countLogByDay30(key, reward_value, pipeline); + } + } + } + + //某个玩法的抽水总值 + CountUtil.countLogByDay30(String.format("g%s:xipai_hp_cost:m%s:p%s",groupId,parentId,pid),pump,pipeline); + + CountUtil.countLogByDay30(String.format("g%s:xipai_hp_reward",groupId), reward_value, pipeline); + } + } + GroupBean gb = GroupCache.getGroup(groupId); + if (gb != null) { + int round = 100 / max_player; + int leftValue = real_pump - useValue; + String key = String.format("g{%s}:m%s:reward_hp", groupId,gb.owner); + Redis.use(DB).incrBy(key, leftValue); + String rewardsql = String.format("update group_member set reward_hp = %s where uid = %s AND groupId = %s", Redis.use(DB).get(key), gb.owner,groupId); + Utility.evtdb(groupId, 1, rewardsql); + //String all_key = String.format("g{%s}:m%s:all_reward_hp", groupId,gb.owner); + //Redis.use(DB).incrBy(all_key, leftValue); + // 记录代理每天的推广奖励 + CountUtil.countLogByDay30(key, leftValue, pipeline); + + key = String.format("g{%s}:m%s:xipai_reward_log", groupId,gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + key = String.format("g{%s}:m%s:p%s:xipai_reward_log", groupId,gb.owner,pid); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + // 记录每个人对上级的推广奖励是多少 + key = String.format("g{%s}:m%s:xipai_reward_log_to:par%s", groupId,uid, gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + boolean add_uid = (uid == gb.owner); + if(add_uid == true) { + key = String.format("g{%s}:m%s:d_xipai_reward", groupId,gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + } + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + String desc = "" + uid; + long cur_hp = CountUtil.countLogByDay3(String.format("g%s:hp_reward:m%s",groupId,gb.owner), leftValue, jedis9); + String sql = String.format("INSERT INTO group_hp_log(gid,uid,reason,hp,cur_hp,pid,roomid,time,round,info) " + + "VALUES(%s,%s,%s,%s,%s,%s,%s,%s,%s,%s)", groupId,gb.owner,ConsumeCode.HP_PARTNER_XIPAI_REWARD,leftValue,cur_hp,pid,roomid,time,round,desc); + DataBase.use().executeUpdate(sql); + }finally { + jedis9.close(); + } + } + } + + private void to_mengzhu_reward(Pipeline pipeline, int uid, String prs,int rewardType, int valueType, int real_pump, int pump,int groupId,int pid,String roomid,int time,int max_player) throws Exception { + GroupBean gb = GroupCache.getGroup(groupId); + if (gb != null) { + int round = 100 / max_player; + int leftValue = real_pump; + String key = String.format("g{%s}:m%s:reward_hp", groupId,gb.owner); + Redis.use(DB).incrBy(key, leftValue); + String rewardsql = String.format("update group_member set reward_hp = %s where uid = %s AND groupId = %s", Redis.use(DB).get(key), gb.owner,groupId); + Utility.evtdb(groupId, 1, rewardsql); + //String all_key = String.format("g{%s}:m%s:all_reward_hp", groupId,gb.owner); + //Redis.use(DB).incrBy(all_key, leftValue); + // 记录代理每天的推广奖励 + CountUtil.countLogByDay30(key, leftValue, pipeline); + + key = String.format("g{%s}:m%s:reward_log", groupId,gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + key = String.format("g{%s}:m%s:p%s:reward_log", groupId,gb.owner,pid); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + // 记录每个人对上级的推广奖励是多少 + key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,uid, gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + + boolean add_uid = (uid == gb.owner); + if(add_uid == true) { + key = String.format("g{%s}:m%s:d_reward", groupId,gb.owner); + CountUtil.countLogByDay30(key, leftValue, pipeline); + } + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + String desc = "" + uid; + long cur_hp = CountUtil.countLogByDay3(String.format("g%s:hp_reward:m%s",groupId,gb.owner), leftValue, jedis9); + String sql = String.format("INSERT INTO group_hp_log(gid,uid,reason,hp,cur_hp,pid,roomid,time,round,info) " + + "VALUES(%s,%s,%s,%s,%s,%s,%s,%s,%s,%s)", groupId,gb.owner,ConsumeCode.HP_PARTNER_REWARD,leftValue,cur_hp,pid,roomid,time,round,desc); + DataBase.use().executeUpdate(sql); + }finally { + jedis9.close(); + } + } + } + + @Override + public int processGroup(int groupId, ITObject param) throws Exception { + log.info("processGroup",param); + int uid = param.getInt("uid"); + try { + int hp = param.getInt("hp"); + int cur_hp = param.getInt("cur_hp"); + boolean is_pump = param.containsKey("pump"); + int pump = 0; + String roomid = param.getString("room"); + int pid = param.getInt("pid"); + int time = param.getInt("time"); + int reward_value = 0; + int xipai_reward_value = 0; + int max_player = 0; + int rewardValueType = 0; + int xipai_rewardValueType = 0; + int rewardType = 1; + int xipai_rewardType = 1; + int anchou_rewardType = 1; + int anchou_reward_value = 0; + int anchou_rewardValueType = 0; + + boolean is_xipai = param.containsKey("xipai"); + int xipai = 0; + + + String prs =null; + if(is_pump) { + pump = param.getInt("pump"); + max_player = param.getInt("max_player"); + if(param.containsKey("reward_value")) { + reward_value = param.getInt("reward_value"); + prs = param.getString("prs"); + } + if(param.containsKey("reward_type")) { + rewardType = param.getInt("reward_type"); + } + if(param.containsKey("rewardValueType")) { + rewardValueType = param.getInt("rewardValueType"); + } + } + + if (is_xipai) + { + xipai = param.getInt("xipai"); + max_player = param.getInt("max_player"); + if(param.containsKey("xipai_reward_value")) { + xipai_reward_value = param.getInt("xipai_reward_value"); + prs = param.getString("prs"); + } + if(param.containsKey("xipai_reward_type")) { + xipai_rewardType = param.getInt("xipai_reward_type"); + } + + if(param.containsKey("xipai_rewardValueType")) { + xipai_rewardValueType = param.getInt("xipai_rewardValueType"); + } + } + int anchou = 0; + if(param.containsKey("anchou")) { + anchou = param.getInt("anchou"); + } + + if(param.containsKey("anchou_reward_value")) { + max_player = param.getInt("max_player"); + anchou_reward_value = param.getInt("anchou_reward_value"); + prs = param.getString("prs"); + } + + if(param.containsKey("anchou_reward_type")) { + anchou_rewardType = param.getInt("anchou_reward_type"); + } + + if(param.containsKey("anchou_rewardValueType")) { + anchou_rewardValueType = param.getInt("anchou_rewardValueType"); + } + log.info("jefe anchou_reward_value:"+anchou_reward_value); + + if (param.containsKey("hp_than_max_value")) + { + int more_hp = param.getInt("hp_than_max_value"); + String gm_key = GroupMemberCache.genKey(groupId, uid); + String bank_hp = Redis.use("group1_db10").hget(gm_key, "bank_hp"); + String sql = String.format("{call sp_bank_hp(%s,%s,%s,%s)}", groupId, uid, more_hp, cur_hp); + Utility.evtdb(groupId, 2, sql); + String sql2 = String.format("update group_member set bank_hp = %s where uid = %s AND groupId = %s", bank_hp, uid, groupId); + Utility.evtdb(groupId, 1, sql2); + } + + String desc = param.getString("desc"); + desc = StringUtil.isNotEmpty(desc) ? desc : StringUtil.Empty; + if(hp!=0) { + hpConsume(groupId, uid,pid, hp,cur_hp + pump,ConsumeCode.HP_CLEARING, roomid,time, desc); + } + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + + String key = String.format("g%s:m%s:consume_hp", groupId,uid); + if(hp!=0) { + CountUtil.countLogByDay(key, hp, jedis9, 691200); + } + + if(pump>0) { + + CountUtil.countLogByDay(key, -pump, jedis9, 691200); + time += 1; + hpConsume(groupId, uid,pid, -pump,cur_hp, ConsumeCode.HP_PUMP, roomid,time, desc); + + CountUtil.countLog(String.format("g%s:hp_cost",groupId), pump, jedis9); + CountUtil.countLogByDay(String.format("g%s:hp_cost:p%s",groupId,pid),pump,jedis9); + CountUtil.countLogByDay(String.format("g%s:hp_cost:m%s",groupId,uid),pump,jedis9); + } + + if (xipai > 0) + { + CountUtil.countLogByDay(key, -xipai, jedis9, 691200); + time += 1; + hpConsume(groupId, uid,pid, -xipai,cur_hp, ConsumeCode.HP_XIPAI_PUMP, roomid,time, desc); + + CountUtil.countLog(String.format("g%s:hp_cost",groupId), xipai, jedis9); + CountUtil.countLogByDay(String.format("g%s:hp_cost:p%s",groupId,pid),xipai,jedis9); + CountUtil.countLogByDay(String.format("g%s:hp_cost:m%s",groupId,uid),xipai,jedis9); + } + + if (anchou > 0) + { + CountUtil.countLogByDay(key, -anchou, jedis9, 691200); + time += 1; + hpConsume(groupId, uid,pid, -anchou,cur_hp, ConsumeCode.HP_ANCHOU_PUMP, roomid,time, desc); + + CountUtil.countLog(String.format("g%s:hp_cost",groupId), anchou, jedis9); + CountUtil.countLogByDay(String.format("g%s:hp_cost:p%s",groupId,pid),anchou,jedis9); + CountUtil.countLogByDay(String.format("g%s:hp_cost:m%s",groupId,uid),anchou,jedis9); + } + + Pipeline pipeline = jedis9.pipelined(); + if(reward_value > 0 || (rewardValueType == 2 && is_pump)) { + + time += 1; + to_reward(pipeline,uid,prs,rewardType,rewardValueType, pump, reward_value ,groupId,pid,roomid,time,max_player); + } + /* + else { + if (is_pump && pump > 0) + { + log.error("pump to_mengzhu_reward:"+pump+" uid:" + uid + " groupId:" + groupId); + to_mengzhu_reward(pipeline,uid,prs,rewardType,rewardValueType, pump, reward_value ,groupId,pid,roomid,time,max_player); + } + } + */ + if(xipai_reward_value > 0 || (xipai_rewardValueType == 2 && is_xipai)) { + + time += 1; + xipai_to_reward(pipeline,uid,prs,xipai_rewardType,xipai_rewardValueType, xipai, xipai_reward_value ,groupId,pid,roomid,time,max_player); + } + if (anchou_reward_value>0){ + time += 1; + anchou_to_reward(pipeline,uid,prs,anchou_rewardType,anchou_rewardValueType, anchou, anchou_reward_value ,groupId,pid,roomid,time,max_player); + } + + /* + else { + if (is_xipai && xipai > 0) + { + log.error("xipai to_mengzhu_reward:"+pump+" uid:" + uid + " groupId:" + groupId); + to_mengzhu_reward(pipeline,uid,prs,xipai_rewardType,xipai_rewardValueType, xipai, xipai_reward_value ,groupId,pid,roomid,time,max_player); + } + } + */ + pipeline.sync(); + + }finally { + jedis9.close(); + } + }catch (Exception e) { + e.printStackTrace(); + } + + return 0; + } +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerLose.java b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerLose.java new file mode 100644 index 0000000..6cf37c8 --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerLose.java @@ -0,0 +1,18 @@ +package com.evt.mgr.handler; + +import com.evt.mgr.IHandler; +import com.taurus.core.entity.ITObject; + +public class HandlerLose implements IHandler{ + + @Override + public int process(int uid, ITObject param) throws Exception { + return 0; + } + + @Override + public int processGroup(int groupId, ITObject param) throws Exception { + return 0; + } + +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerOver.java b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerOver.java new file mode 100644 index 0000000..6aec1e0 --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerOver.java @@ -0,0 +1,67 @@ +package com.evt.mgr.handler; + +import com.data.cache.GroupMemberCache; +import com.evt.mgr.IHandler; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; + +public class HandlerOver implements IHandler { + + public static final int _SHARE_NUM = 20; + + private static void share(String id) throws Exception { + if (!Redis.use("group1_db1").sismember("shares", id)) { + return; + } + String sql = "SELECT succ,playtimes FROM shares WHERE uid = " + id; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql); + if (resultArray.size() == 0) { + return; + } + ITObject dbData = resultArray.getTObject(0); + if (dbData.getInt("succ") != 0) { + Redis.use("group1_db1").srem("shares", id); + return; + } + int playTimes = dbData.getInt("playtimes") + 1; + dbData.putInt("playtimes", playTimes); + if (playTimes >= _SHARE_NUM) { + dbData.putInt("succ", 1); + Redis.use("group1_db1").srem("shares", id); + } + DataBase.use().update("shares", dbData, "uid=" + id); + + } + + @Override + public int process(int uid,ITObject param) throws Exception { + int is_rec = param.getInt("is_rec"); + if(is_rec == 1) { + String roomid =param.getString("roomid"); + String rec_key =param.getString("rec_key"); + int gid =param.containsKey("gid")?param.getInt("gid"):0; + int time =param.getInt("time"); + int par = 0; + if(gid>0) { + String gm_key = GroupMemberCache.genKey(gid, uid); + String parentId = Redis.use("group1_db10").hget(gm_key, "parentId"); + par = StringUtil.isEmpty(parentId)?0:Integer.parseInt(parentId); + } + String sql =String.format("insert into room_rec_log(roomid,gid,uid,rec_key,time,parentId) values('%s',%s,%s,'%s',%s,%s)", + roomid,gid,uid,rec_key,time,par); + DataBase.use().executeUpdate(sql); + } + + share(uid+""); + return 0; + } + + @Override + public int processGroup(int groupId, ITObject param) throws Exception { + return 0; + } + +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerPay.java b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerPay.java new file mode 100644 index 0000000..7a48392 --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerPay.java @@ -0,0 +1,82 @@ +package com.evt.mgr.handler; + +import java.util.ArrayList; + +import com.data.cache.AccountCache; +import com.data.util.ConsumeCode; +import com.data.util.Utility; +import com.evt.mgr.EventController; +import com.evt.mgr.IHandler; +import com.taurus.core.entity.ITObject; +import com.taurus.core.plugin.redis.Redis; + +import redis.clients.jedis.Jedis; + +public class HandlerPay implements IHandler{ + + int reason; + boolean isPay; + public HandlerPay(int reason,boolean isPay) { + this.reason = reason; + this.isPay = isPay; + } + + @Override + public int process(int uid, ITObject param) throws Exception { + int pay = param.getInt("pay"); + if(pay==0) { + return 0; + } + int result = 1; + int gameId =param.getInt("game"); + int groupId = 0; + int pid = 0; + if(param.containsKey("group")) { + groupId = param.getInt("group"); + } + if(param.containsKey("pid")) { + pid = param.getInt("pid"); + } + + if(reason == ConsumeCode.DIAMO_JOIN_ROOM) { + pay = Math.abs(pay); + } + if(reason == ConsumeCode.DIAMO_REFUND) { + pay = -Math.abs(pay); + } + if(reason == ConsumeCode.DIAMO_ADD) { + pay = -pay; + } + + if(isPay) { + int cur_diamo = param.getInt("diamo"); + EventController.payDiamo(uid, pay, cur_diamo, reason, gameId, groupId, pid); + result = 0; + }else { + String session = AccountCache.genKey(uid); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + ArrayList result_list = Utility.payDiamo(jedis0, session,pay); + if(result_list!=null) { + result = result_list.get(0).intValue(); + if(result ==0) { + long cur_diamo = result_list.get(1); + EventController.payDiamo(uid, pay, (int)cur_diamo, reason, gameId, groupId, pid); + } + result = 0; + } + }finally { + jedis0.close(); + } + } + + return result; + } + + @Override + public int processGroup(int groupId, ITObject param) throws Exception { + + return 0; + } + +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerWin.java b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerWin.java new file mode 100644 index 0000000..dffc80f --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/handler/HandlerWin.java @@ -0,0 +1,18 @@ +package com.evt.mgr.handler; + +import com.evt.mgr.IHandler; +import com.taurus.core.entity.ITObject; + +public class HandlerWin implements IHandler{ + + @Override + public int process(int uid, ITObject param) throws Exception { + return 0; + } + + @Override + public int processGroup(int groupId, ITObject param) throws Exception { + return 0; + } + +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/job/CleanGroupLogJob.java b/game_web/event_mgr/src/main/java/com/evt/mgr/job/CleanGroupLogJob.java new file mode 100644 index 0000000..7d69108 --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/job/CleanGroupLogJob.java @@ -0,0 +1,94 @@ +package com.evt.mgr.job; + +import java.util.List; +import java.util.Set; + +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.util.DateUtils; +import org.quartz.Job; +import org.quartz.JobExecutionContext; +import org.quartz.JobKey; + +import com.data.util.EventType; +import com.data.util.Utility; +import com.evt.mgr.GroupPublisherService; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.ScanParams; +import redis.clients.jedis.ScanResult; + +public class CleanGroupLogJob implements Job { + private Logger logger = Logger.getLogger(CleanGroupLogJob.class); + + public CleanGroupLogJob() { + + } + + /** + * 清除亲友圈中无效的房间 + */ + private void cleanGroupMemberLog() { + int time = DateUtils.getBeginDay() - 5 * 24 * 3600; + String deleteSql = String.format("delete from group_member_log where time < %s", time); + try { + long startTime = System.currentTimeMillis(); + DataBase.use().executeUpdate(deleteSql); + logger.info("cleanGroupMemberLog use time:"+(System.currentTimeMillis()-startTime)+ " " + deleteSql); + } + catch (Exception e) + { + logger.error(e); + } + } + + private void CleanGroupHpLog() { + int time = DateUtils.getBeginDay() - 20 * 24 * 3600; + String deleteSql3 = String.format("delete from group_hp_log where time < %s limit 1000000", time); + try { + long startTime = System.currentTimeMillis(); + DataBase.use().executeUpdate(deleteSql3); + logger.info("CleanGroupHpLog use time:"+(System.currentTimeMillis()-startTime)+ " " + deleteSql3); + } + catch (Exception e) + { + logger.error(e); + } + } + + private void CleanRecRoomLog() { + int time = DateUtils.getBeginDay() - 5 * 24 * 3600; + String deleteSql2 = String.format("delete from room_rec_log where time < %s limit 1000000", time); + try { + long startTime = System.currentTimeMillis(); + DataBase.use().executeUpdate(deleteSql2); + logger.info("CleanRecRoomLog use time:"+(System.currentTimeMillis()-startTime) + " " + deleteSql2); + } + catch (Exception e) + { + logger.error(e); + } + } + + @Override + public void execute(JobExecutionContext context) { + JobKey jobKey = context.getJobDetail().getKey(); + if(jobKey.getName().equals("clean_group_member_log")) { + logger.info("执行成功" + jobKey.getName()); + cleanGroupMemberLog(); + } + if(jobKey.getName().equals("clean_group_hp_log")) { + logger.info("执行成功" + jobKey.getName()); + CleanGroupHpLog(); + } + if(jobKey.getName().equals("clean_rec_room_log")) { + logger.info("执行成功" + jobKey.getName()); + CleanRecRoomLog(); + } + } +} diff --git a/game_web/event_mgr/src/main/java/com/evt/mgr/job/CleanTimeOutRoomJob.java b/game_web/event_mgr/src/main/java/com/evt/mgr/job/CleanTimeOutRoomJob.java new file mode 100644 index 0000000..ef67502 --- /dev/null +++ b/game_web/event_mgr/src/main/java/com/evt/mgr/job/CleanTimeOutRoomJob.java @@ -0,0 +1,322 @@ +package com.evt.mgr.job; + +import java.util.List; +import java.util.Set; + +import com.taurus.core.util.DateUtils; +import org.quartz.Job; +import org.quartz.JobExecutionContext; +import org.quartz.JobKey; + +import com.data.util.EventType; +import com.data.util.Utility; +import com.evt.mgr.GroupPublisherService; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.ScanParams; +import redis.clients.jedis.ScanResult; + +public class CleanTimeOutRoomJob implements Job{ + + private Logger logger = Logger.getLogger(CleanTimeOutRoomJob.class); + + public CleanTimeOutRoomJob() { + + } + + private void deleteRoomFromRedis(String tag_key,Jedis jedis0) { + + RedisLock room_lock = new RedisLock(tag_key, jedis0); + try { + // 0 1 2 3 4 5 6 7 8 9 + List paramList = jedis0.hmget(tag_key, "AA", "payer", "pay", "group","game","delete_status","status","create_time","id","players"); + + if(StringUtil.isEmpty(paramList.get(4))) { + Redis.use().expire(tag_key, 20); + return; + } + + String delete_status = paramList.get(5); + if(StringUtil.isEmpty(delete_status)) { + + String status = paramList.get(6); + int _status = Integer.parseInt(status); + if(_status == 2 || _status == 3) { + logger.info(tag_key + "房间的状态不对,此时房间的状态["+status + "]"); + Redis.use().expire(tag_key, 20); + return; + } + + // 如果房间的存活时间小于4个小时,考虑到游戏服务器也在删除 所以延时10分钟 + String create_time = paramList.get(7); + String roomid = paramList.get(8); + long now = System.currentTimeMillis() / 1000; + if((now - Long.parseLong(create_time)) > 14400 + 600) { + + deleteRoomFromServer(tag_key,jedis0,false); + } + + return; + } + + boolean pay_AA = Integer.parseInt(paramList.get(0)) == 1; + int payer = Integer.parseInt(paramList.get(1)); + int pay = Integer.parseInt(paramList.get(2)); + int gameId = Integer.parseInt(paramList.get(4)); + String group = paramList.get(3); + int _gid = 0; + if(StringUtil.isNotEmpty(group)) { + _gid = Integer.parseInt(group); + } + int _delete_status = Integer.parseInt(delete_status); + if(_delete_status == 0) { + + // 如果需要支付钻石 + if(pay > 0) { + + if (pay_AA) { + + String players_json = paramList.get(9); + if(StringUtil.isEmpty(players_json) == false) { + ITArray players = TArray.newFromJsonData(players_json); + for (int i = 0; i < players.size(); i++) { + //GroupPublisherService.refundDiamo(players.getInt(i), pay, _gid, gameId); + } + } + }else{ + + if(_gid == 0) { + //GroupPublisherService.refundDiamo(payer, pay, _gid, gameId); + } + } + } + } + + Redis.use().hset(tag_key, "status", 3 + ""); + Redis.use().hincrBy(tag_key, "cache_ver", 1); + Redis.use().expire(tag_key, 20); + } + catch(Exception e) { + logger.info(tag_key + "删除房间发生异常["+e.getMessage() + "]"); + } + finally { + room_lock.unlock(false); + } + } + + private boolean deleteRoomFromServer(String roomid,Jedis jedis0,boolean lock) { + + String tag_key = roomid; + RedisLock room_lock = null; + + if(lock) { + room_lock = new RedisLock(tag_key, jedis0); + } + + try { + + if( jedis0.exists(tag_key) == false) { + return false; + } + // 0 1 2 3 4 5 6 7 + List paramList = jedis0.hmget(tag_key, "AA", "payer", "pay", "group","game","status","create_time","id"); + + String status = paramList.get(5); + int _status = Integer.parseInt(status); + if(_status == 2 || _status == 3) { + logger.info("删除房间" + roomid + "失败,原因状态不对,此时的状态是[" + _status +"]"); + return true; + } + + String group = paramList.get(3); + int _gid = 0; + if(StringUtil.isNotEmpty(group)) { + _gid = Integer.parseInt(group); + } + + // 如果房间的存活时间小于4个小时,考虑到游戏服务器也在删除 所以延时10分钟 + String create_time = paramList.get(6); + long now = System.currentTimeMillis() / 1000; + if((now - Long.parseLong(create_time)) < 14400 + 600) { + logger.info("删除房间" + roomid + "失败,房间距离创建没有超过4个小时"); + return true; + } + + if(_gid != 0) { + + // 如果游戏没有开始_status = 0 + // 不是aa支付,则退出回创建者创建钻石的费用 + // aa支付,设置status=2之后,则交给游戏服务器去做(如果游戏服务器挂了呢,或者房间在游戏服务器中根本就不存在呢), + // 如果游戏已经开始_status = 1,则不用考虑钻石回退的问题,下一次执行的时候,如果redis还存在房间的信息,则直接从redis删除就可以了 + if(_status==0) { + + int gameId = Integer.parseInt(paramList.get(4)); + boolean pay_AA = Integer.parseInt(paramList.get(0)) == 1; + if (!pay_AA) { + int payer = Integer.parseInt(paramList.get(1)); + int pay = Integer.parseInt(paramList.get(2)); + //Utility.payDiamo(EventType.REDIS_EVENT_BACK_PAY, payer, gameId, pay, _gid,0); + } + } + String strRoomID = ""; + if(StringUtil.isNotEmpty(paramList.get(7))) { + strRoomID =paramList.get(7); + } + GroupPublisherService.delRoomEvt(_gid, strRoomID); + } + + jedis0.hset(tag_key, "status", "2"); + jedis0.hset(tag_key, "delete_status", "" + status); + jedis0.hincrBy(tag_key, "cache_ver", 1); + + logger.info("删除房间" + roomid + "成功"); + } + catch(Exception e){ + + } + finally { + + if(room_lock != null) { + room_lock.unlock(false); + } + } + + return true; + } + + /** + * 清除无效的房间 + */ + private void cleanInvalidRoom() { + try { + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + + String cursor = ScanParams.SCAN_POINTER_START; + String key = "room:*"; + ScanParams scanParams = new ScanParams(); + scanParams.match(key); + scanParams.count(1000); + + // 处理所有redis的房间 + while (true){ + + ScanResult scanResult = jedis0.scan(cursor, scanParams); + cursor = scanResult.getStringCursor(); + List list = scanResult.getResult(); + + for(int m = 0; m < list.size(); m++){ + + String mapentry = list.get(m); + logger.info("正在检查房间 " + mapentry); + deleteRoomFromRedis(mapentry,jedis0); + } + + if ("0".equals(cursor)){ + break; + } + } + } + finally { + jedis0.close(); + } + } + catch(Exception e) { + + } + } + + /** + * 清除亲友圈中无效的房间 + */ + private void cleanGroupRoom() { + + try { + + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + + RedisLock lock = new RedisLock("room_clean", jedis11); + try { + + String cursor = ScanParams.SCAN_POINTER_START; + String key = "*:rooms*"; + ScanParams scanParams = new ScanParams(); + scanParams.match(key); + scanParams.count(1000); + + // 处理亲友圈的房间 + while (true){ + + ScanResult scanResult = jedis11.scan(cursor, scanParams); + cursor = scanResult.getStringCursor(); + List list = scanResult.getResult(); + + for(int m = 0; m < list.size(); m++){ + + + String mapentry = list.get(m); + logger.info("正在查询群" +mapentry + "的无效房间"); + Set rooms = jedis11.zrangeByScore(mapentry, 100000, 1000000); + + for (String roomId : rooms) { + logger.info("正在查询群" +mapentry + "的无效房间" + roomId); + boolean existed = deleteRoomFromServer(roomId,jedis0,true); + if(!existed) { + jedis11.zrem(mapentry, roomId); + logger.info("删除群" +mapentry + "的无效房间" + roomId + "因为房间不存在"); + } + } + } + + if ("0".equals(cursor)){ + break; + } + } + } + finally { + lock.unlock(); + jedis0.close(); + } + } + catch(Exception e) { + + } + } + + /** + * 清除亲友圈中无效的房间 + */ + private void cleanGroupMemberLog() { + int time = DateUtils.getBeginDay() - 5 * 24 * 3600; + String deleteSql = String.format("delete from group_member_log where time < %s", time); + Utility.evtdbLog(1, 1, deleteSql); + String deleteSql2 = String.format("delete from room_rec_log where time < %s and time > %s", time, time - 24 * 3600); + Utility.evtdbLog(1, 1, deleteSql2); + String deleteSql3 = String.format("delete from group_hp_log where time < %s and time > %s", time, time - 24 * 3600); + Utility.evtdbLog(1, 1, deleteSql3); + } + + @Override + public void execute(JobExecutionContext context) { + + JobKey jobKey = context.getJobDetail().getKey(); + if(jobKey.getName().equals("clean_group_room") || jobKey.getName().equals("clean_group_room1")) { + logger.info("执行成功" + jobKey.getName()); + cleanGroupRoom(); + logger.info("执行成功cleanGroupMemberLog"); + cleanGroupMemberLog(); + } + else if(jobKey.getName().equals("clean_invalid_room")|| jobKey.getName().equals("clean_invalid_room1")) { + logger.info("执行成功" + jobKey.getName()); + cleanInvalidRoom(); + } + } +} diff --git a/game_web/event_mgr/src/main/webapp/WEB-INF/web.xml b/game_web/event_mgr/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..7b0149b --- /dev/null +++ b/game_web/event_mgr/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,19 @@ + + + + + taurus-web + com.taurus.web.WebFilter + + main + com.evt.mgr.EventServer + + + + + taurus-web + /* + + diff --git a/game_web/event_mgr/src/main/webapp/config/log4j.properties b/game_web/event_mgr/src/main/webapp/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/event_mgr/src/main/webapp/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/event_mgr/src/main/webapp/config/taurus-core.xml b/game_web/event_mgr/src/main/webapp/config/taurus-core.xml new file mode 100644 index 0000000..ada2d5e --- /dev/null +++ b/game_web/event_mgr/src/main/webapp/config/taurus-core.xml @@ -0,0 +1,98 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://8.134.123.86:8060/wb_game + root + cssq@2020 + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/event_mgr/src/test/java/Main.java b/game_web/event_mgr/src/test/java/Main.java new file mode 100644 index 0000000..be52d78 --- /dev/null +++ b/game_web/event_mgr/src/test/java/Main.java @@ -0,0 +1,12 @@ + + +import com.taurus.web.JettyServer; + +public class Main { + + public static void main(String[] args) { + new JettyServer("src/main/webapp",8083,"/").start(); + + } + +} diff --git a/game_web/event_mgr/target/ROOT.war b/game_web/event_mgr/target/ROOT.war new file mode 100644 index 0000000..46dd90b Binary files /dev/null and b/game_web/event_mgr/target/ROOT.war differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventController.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventController.class new file mode 100644 index 0000000..03c86e2 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventController.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventReceiver$GroupRunnable.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventReceiver$GroupRunnable.class new file mode 100644 index 0000000..d949008 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventReceiver$GroupRunnable.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventReceiver.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventReceiver.class new file mode 100644 index 0000000..6a7aeac Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventReceiver.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventServer.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventServer.class new file mode 100644 index 0000000..cb44712 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/EventServer.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/GroupPublisherService.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/GroupPublisherService.class new file mode 100644 index 0000000..f909b9f Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/GroupPublisherService.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/IHandler.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/IHandler.class new file mode 100644 index 0000000..e0024f8 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/IHandler.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/Utils.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/Utils.class new file mode 100644 index 0000000..f446418 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/Utils.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerGroupMemberRound.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerGroupMemberRound.class new file mode 100644 index 0000000..92fad59 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerGroupMemberRound.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerGroupRound.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerGroupRound.class new file mode 100644 index 0000000..f184a5c Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerGroupRound.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerHpConsume.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerHpConsume.class new file mode 100644 index 0000000..e4faec3 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerHpConsume.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerLose.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerLose.class new file mode 100644 index 0000000..9e36259 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerLose.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerOver.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerOver.class new file mode 100644 index 0000000..a7e491d Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerOver.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerPay.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerPay.class new file mode 100644 index 0000000..0b2dc48 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerPay.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerWin.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerWin.class new file mode 100644 index 0000000..dffae66 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/handler/HandlerWin.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/job/CleanGroupLogJob.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/job/CleanGroupLogJob.class new file mode 100644 index 0000000..9d846ad Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/job/CleanGroupLogJob.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/job/CleanTimeOutRoomJob.class b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/job/CleanTimeOutRoomJob.class new file mode 100644 index 0000000..8bb3566 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/classes/com/evt/mgr/job/CleanTimeOutRoomJob.class differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar new file mode 100644 index 0000000..476e0c0 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar new file mode 100644 index 0000000..8d283e4 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar new file mode 100644 index 0000000..fdf8b6f Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar new file mode 100644 index 0000000..a20baf0 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/jdom-1.0.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/jdom-1.0.jar new file mode 100644 index 0000000..288e64c Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/jdom-1.0.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar new file mode 100644 index 0000000..f4d27d3 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar new file mode 100644 index 0000000..1d425cf Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar new file mode 100644 index 0000000..dd45f8c Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar new file mode 100644 index 0000000..8a18789 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar new file mode 100644 index 0000000..158c1c2 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar new file mode 100644 index 0000000..0143c09 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar new file mode 100644 index 0000000..aa0f742 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar b/game_web/event_mgr/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar new file mode 100644 index 0000000..8eee205 Binary files /dev/null and b/game_web/event_mgr/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar differ diff --git a/game_web/event_mgr/target/ROOT/WEB-INF/web.xml b/game_web/event_mgr/target/ROOT/WEB-INF/web.xml new file mode 100644 index 0000000..7b0149b --- /dev/null +++ b/game_web/event_mgr/target/ROOT/WEB-INF/web.xml @@ -0,0 +1,19 @@ + + + + + taurus-web + com.taurus.web.WebFilter + + main + com.evt.mgr.EventServer + + + + + taurus-web + /* + + diff --git a/game_web/event_mgr/target/ROOT/config/log4j.properties b/game_web/event_mgr/target/ROOT/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/event_mgr/target/ROOT/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/event_mgr/target/ROOT/config/taurus-core.xml b/game_web/event_mgr/target/ROOT/config/taurus-core.xml new file mode 100644 index 0000000..3f480eb --- /dev/null +++ b/game_web/event_mgr/target/ROOT/config/taurus-core.xml @@ -0,0 +1,100 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 5 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/EventController.class b/game_web/event_mgr/target/classes/com/evt/mgr/EventController.class new file mode 100644 index 0000000..03c86e2 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/EventController.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/EventReceiver$GroupRunnable.class b/game_web/event_mgr/target/classes/com/evt/mgr/EventReceiver$GroupRunnable.class new file mode 100644 index 0000000..d949008 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/EventReceiver$GroupRunnable.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/EventReceiver.class b/game_web/event_mgr/target/classes/com/evt/mgr/EventReceiver.class new file mode 100644 index 0000000..6a7aeac Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/EventReceiver.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/EventServer.class b/game_web/event_mgr/target/classes/com/evt/mgr/EventServer.class new file mode 100644 index 0000000..cb44712 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/EventServer.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/GroupPublisherService.class b/game_web/event_mgr/target/classes/com/evt/mgr/GroupPublisherService.class new file mode 100644 index 0000000..f909b9f Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/GroupPublisherService.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/IHandler.class b/game_web/event_mgr/target/classes/com/evt/mgr/IHandler.class new file mode 100644 index 0000000..e0024f8 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/IHandler.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/Utils.class b/game_web/event_mgr/target/classes/com/evt/mgr/Utils.class new file mode 100644 index 0000000..f446418 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/Utils.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerGroupMemberRound.class b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerGroupMemberRound.class new file mode 100644 index 0000000..92fad59 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerGroupMemberRound.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerGroupRound.class b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerGroupRound.class new file mode 100644 index 0000000..f184a5c Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerGroupRound.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerHpConsume.class b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerHpConsume.class new file mode 100644 index 0000000..e4faec3 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerHpConsume.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerLose.class b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerLose.class new file mode 100644 index 0000000..9e36259 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerLose.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerOver.class b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerOver.class new file mode 100644 index 0000000..a7e491d Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerOver.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerPay.class b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerPay.class new file mode 100644 index 0000000..0b2dc48 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerPay.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerWin.class b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerWin.class new file mode 100644 index 0000000..dffae66 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/handler/HandlerWin.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/job/CleanGroupLogJob.class b/game_web/event_mgr/target/classes/com/evt/mgr/job/CleanGroupLogJob.class new file mode 100644 index 0000000..9d846ad Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/job/CleanGroupLogJob.class differ diff --git a/game_web/event_mgr/target/classes/com/evt/mgr/job/CleanTimeOutRoomJob.class b/game_web/event_mgr/target/classes/com/evt/mgr/job/CleanTimeOutRoomJob.class new file mode 100644 index 0000000..8bb3566 Binary files /dev/null and b/game_web/event_mgr/target/classes/com/evt/mgr/job/CleanTimeOutRoomJob.class differ diff --git a/game_web/event_mgr/target/maven-archiver/pom.properties b/game_web/event_mgr/target/maven-archiver/pom.properties new file mode 100644 index 0000000..c9f17be --- /dev/null +++ b/game_web/event_mgr/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Wed Dec 03 21:11:05 CST 2025 +version=1.0.0 +groupId=com.evt +artifactId=event_mgr diff --git a/game_web/event_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/game_web/event_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..03996fe --- /dev/null +++ b/game_web/event_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,16 @@ +com\evt\mgr\EventReceiver$GroupRunnable.class +com\evt\mgr\GroupPublisherService.class +com\evt\mgr\handler\HandlerGroupRound.class +com\evt\mgr\EventReceiver.class +com\evt\mgr\handler\HandlerPay.class +com\evt\mgr\IHandler.class +com\evt\mgr\handler\HandlerHpConsume.class +com\evt\mgr\handler\HandlerLose.class +com\evt\mgr\handler\HandlerOver.class +com\evt\mgr\handler\HandlerGroupMemberRound.class +com\evt\mgr\EventController.class +com\evt\mgr\job\CleanGroupLogJob.class +com\evt\mgr\handler\HandlerWin.class +com\evt\mgr\EventServer.class +com\evt\mgr\job\CleanTimeOutRoomJob.class +com\evt\mgr\Utils.class diff --git a/game_web/event_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/game_web/event_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..8dd4d6d --- /dev/null +++ b/game_web/event_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,15 @@ +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\job\CleanTimeOutRoomJob.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\EventController.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\handler\HandlerWin.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\handler\HandlerOver.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\job\CleanGroupLogJob.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\IHandler.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\handler\HandlerPay.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\EventServer.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\handler\HandlerHpConsume.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\GroupPublisherService.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\handler\HandlerLose.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\handler\HandlerGroupMemberRound.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\handler\HandlerGroupRound.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\EventReceiver.java +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\main\java\com\evt\mgr\Utils.java diff --git a/game_web/event_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/game_web/event_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..44ba78e --- /dev/null +++ b/game_web/event_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +Main.class diff --git a/game_web/event_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/game_web/event_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..62d8752 --- /dev/null +++ b/game_web/event_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\changhong111\xtserver_anchou\game_web\event_mgr\src\test\java\Main.java diff --git a/game_web/event_mgr/target/test-classes/Main.class b/game_web/event_mgr/target/test-classes/Main.class new file mode 100644 index 0000000..00d0c25 Binary files /dev/null and b/game_web/event_mgr/target/test-classes/Main.class differ diff --git a/game_web/group_room_mgr/build/local/log4j.properties b/game_web/group_room_mgr/build/local/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/group_room_mgr/build/local/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/group_room_mgr/build/local/mgr-config.xml b/game_web/group_room_mgr/build/local/mgr-config.xml new file mode 100644 index 0000000..c64a33f --- /dev/null +++ b/game_web/group_room_mgr/build/local/mgr-config.xml @@ -0,0 +1,6 @@ + + + 124.220.176.78:4013 + 1000 + true + \ No newline at end of file diff --git a/game_web/group_room_mgr/build/local/taurus-core.xml b/game_web/group_room_mgr/build/local/taurus-core.xml new file mode 100644 index 0000000..61a95c1 --- /dev/null +++ b/game_web/group_room_mgr/build/local/taurus-core.xml @@ -0,0 +1,98 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/group_room_mgr/build/local/taurus-permanent.xml b/game_web/group_room_mgr/build/local/taurus-permanent.xml new file mode 100644 index 0000000..e72685d --- /dev/null +++ b/game_web/group_room_mgr/build/local/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 128 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 3 + 3 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - group_mgr + com.mgr.group.MainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/game_web/group_room_mgr/build/pro/log4j.properties b/game_web/group_room_mgr/build/pro/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/group_room_mgr/build/pro/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/group_room_mgr/build/pro/mgr-config.xml b/game_web/group_room_mgr/build/pro/mgr-config.xml new file mode 100644 index 0000000..c64a33f --- /dev/null +++ b/game_web/group_room_mgr/build/pro/mgr-config.xml @@ -0,0 +1,6 @@ + + + 124.220.176.78:4013 + 1000 + true + \ No newline at end of file diff --git a/game_web/group_room_mgr/build/pro/taurus-core.xml b/game_web/group_room_mgr/build/pro/taurus-core.xml new file mode 100644 index 0000000..bad1582 --- /dev/null +++ b/game_web/group_room_mgr/build/pro/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 160 + + 5 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 160 + + 16 + + 10 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/group_room_mgr/build/pro/taurus-permanent.xml b/game_web/group_room_mgr/build/pro/taurus-permanent.xml new file mode 100644 index 0000000..108342f --- /dev/null +++ b/game_web/group_room_mgr/build/pro/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 128 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 3 + 20 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - group_mgr + com.mgr.group.MainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/game_web/group_room_mgr/build/test/log4j.properties b/game_web/group_room_mgr/build/test/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/group_room_mgr/build/test/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/group_room_mgr/build/test/mgr-config.xml b/game_web/group_room_mgr/build/test/mgr-config.xml new file mode 100644 index 0000000..ddf6174 --- /dev/null +++ b/game_web/group_room_mgr/build/test/mgr-config.xml @@ -0,0 +1,6 @@ + + + 39.101.179.66:11050 + 1000 + true + \ No newline at end of file diff --git a/game_web/group_room_mgr/build/test/taurus-core.xml b/game_web/group_room_mgr/build/test/taurus-core.xml new file mode 100644 index 0000000..bde0e53 --- /dev/null +++ b/game_web/group_room_mgr/build/test/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 1 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/group_room_mgr/build/test/taurus-permanent.xml b/game_web/group_room_mgr/build/test/taurus-permanent.xml new file mode 100644 index 0000000..e72685d --- /dev/null +++ b/game_web/group_room_mgr/build/test/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 128 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 3 + 3 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - group_mgr + com.mgr.group.MainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/game_web/group_room_mgr/pom.xml b/game_web/group_room_mgr/pom.xml new file mode 100644 index 0000000..351b98a --- /dev/null +++ b/game_web/group_room_mgr/pom.xml @@ -0,0 +1,126 @@ + + 4.0.0 + com.mgr.group + group_mgr + war + 1.0.0 + + UTF-8 + 1.8 + 1.8 + pro + + + + + junit + junit + 3.8.1 + test + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-web + 1.0.1 + + + + + com.taurus + taurus-permanent + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + com.zaxxer + HikariCP + 3.3.1 + + + + + + mysql + mysql-connector-java + 5.1.48 + + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + org.quartz-scheduler + quartz + 2.2.3 + + + + + org.eclipse.jetty + jetty-webapp + 8.2.0.v20160908 + provided + + + + + ROOT + + + org.apache.maven.plugins + maven-war-plugin + + 1.8 + 1.8 + UTF-8 + logs/**,config/** + + + config/ + ${project.basedir}/build/${build.type}/ + + + + + + + + diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/Config.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/Config.java new file mode 100644 index 0000000..81d0b9d --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/Config.java @@ -0,0 +1,9 @@ +package com.mgr.group; + +public class Config { + public int mgrId; + public String host; + public String webHost; + public int webPort; + public boolean loggerDebug; +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/Global.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/Global.java new file mode 100644 index 0000000..2d23c52 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/Global.java @@ -0,0 +1,28 @@ +package com.mgr.group; + +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; + +import com.mgr.group.data.Group; +import com.taurus.core.util.Logger; + +public class Global { + /** + * debug模式 + */ + public static boolean loggerDebug = false; + // 日志 + public static Logger logger; + + public static SessionManager sessionMgr; + public static GroupController groupCtr; + public static ConcurrentMap groupMap; + + public static void init() { + groupMap = new ConcurrentHashMap<>(); + sessionMgr = new SessionManager(); + groupCtr = new GroupController(); + } + + +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/GroupController.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/GroupController.java new file mode 100644 index 0000000..12787bf --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/GroupController.java @@ -0,0 +1,306 @@ +package com.mgr.group; + +import java.util.List; +import java.util.concurrent.atomic.AtomicInteger; + +import com.data.bean.AccountBean; +import com.data.bean.GroupMemberBean; +import com.data.bean.GroupPlayBean; +import com.data.cache.AccountCache; +import com.data.cache.GroupCache; +import com.data.cache.GroupMemberCache; +import com.data.util.ErrorCode; +import com.mgr.group.data.CommandData; +import com.mgr.group.data.Group; +import com.mgr.group.data.Room; +import com.mgr.group.data.User; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.routes.IController; +import com.taurus.core.util.StringUtil; +import com.taurus.core.util.Utils; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.Session; + +import com.taurus.web.WebException; +import redis.clients.jedis.Jedis; + +/** + * 基本游戏控制器 + * + */ +public class GroupController implements IController{ + + + + /** + * 请求进入房间 + */ + @ActionKey(Router.FGMGR_ENTER_GROUP) + public void RouterJoinGroup(Session sender, ITObject params, int gid) { + String session_id = params.getUtfString("session"); + String token = null; + if (StringUtil.isEmpty(session_id)) { + Global.logger.info("---------------参数session为null,参数params:{}",params); + session_id=""; + } + else { + String[] sourceStrArray = session_id.split(","); + if (sourceStrArray.length == 2) + { + session_id = sourceStrArray[0]; + token = sourceStrArray[1]; + } + + if (StringUtil.isNotEmpty(token) && StringUtil.isNotEmpty(session_id)) + { + String token_session = Redis.use("group1_db0").hget(token, "user"); + if (StringUtil.isEmpty(token_session)) + { + TPServer.me().getController().sendResponse(gid, ErrorCode._NO_SESSION,null,sender); + return; + } + else { + if (!token_session.equals(session_id)) + { + TPServer.me().getController().sendResponse(gid, ErrorCode._NO_SESSION,null,sender); + return; + } + } + } + else { + TPServer.me().getController().sendResponse(gid, ErrorCode._NO_SESSION,null,sender); + return; + } + } + sender.setHashId(session_id); + int groupId = params.getInt("groupId"); + Global.groupCtr.joinGroup(sender, groupId, gid); + + } + + private static AtomicInteger invi_id = new AtomicInteger(0); + + public void joinGroup(Session sender,int groupId, int gid) { + Group group = null; + synchronized (Global.groupMap) { + if(Global.groupMap.containsKey(groupId)) { + group = Global.groupMap.get(groupId); + }else { + group = new Group(groupId); + Global.groupMap.put(groupId, group); + } + group.lastTime = System.currentTimeMillis(); + } + + group.start(); + if(group.isDestroy) { + TPServer.me().getController().sendResponse(gid, ErrorCode._FAILED,null,sender); + return; + } + + + group.enqueueRunnable(new Runnable() { + + @Override + public void run() { + Group group = Global.groupMap.get(groupId); + User user = null; + AccountBean acc = null; + if(sender!=null && StringUtil.isNotEmpty(sender.getHashId())){ + acc = AccountCache.getAccount(sender.getHashId()); + } + else { + if(sender!=null) + { + if (StringUtil.isNotEmpty(sender.getHashId())) + { + Global.logger.info("---------------session.id:" + sender.getId() + " hashId null"); + } + } + else { + Global.logger.info("---------------session为null,"); + } + } + if(acc==null) { + TPServer.me().getController().sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + int uid = acc.id; + if(!group.userMap.containsKey(uid)) { + user = new User(); + user.uid = uid; + user.session_key = AccountCache.genKey(uid); + user.group = group; + user.setSender(sender); + group.userMap.put(uid, user); + }else { + user = group.userMap.get(uid); + user.setSender(sender); + } + if(user.gm_key == null) { + user.gm_key = GroupMemberCache.genKey(groupId, uid); + } + String gm_key = user.gm_key; + sender.setHashId(gm_key); + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + if(gmb==null) { + user.response(null, gid, ErrorCode._FAILED); + return; + } + int partnerLev =gmb.partnerLev; + int lev = gmb.lev; + long hp =0; + int permission = gmb.permission; + int ban = gmb.ban; + int mail_tip = 0; + int queueid = 0; + int seeid = gmb.seeid; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + hp = Long.parseLong(jedis10.hget(gm_key, "hp")); + queueid = Integer.parseInt(jedis10.hget(gm_key,"queueid")==null?"0":jedis10.hget(gm_key,"queueid")); + seeid = Integer.parseInt(jedis10.hget(gm_key,"seeid")==null?"0":jedis10.hget(gm_key,"seeid")); + long last_time = System.currentTimeMillis() / 1000; + jedis10.hset(gm_key, "last_time", last_time+""); + jedis10.hset(gm_key, "on_line",1 + ""); + String mail_tip_key = GroupCache.genMailTipKey(groupId); + Double tem = jedis10.zscore(mail_tip_key, uid+""); + if(tem!=null && tem > 0) { + mail_tip = 1; + } + }finally { + jedis10.close(); + } + Global.logger.info("jefeprint:" + uid + ""); + String fp = Redis.use("group1_db1").hget("alllook",uid+""); + Global.logger.info("jefeprint fp:" + fp + ""); + user.partnerLev = partnerLev; + if (fp!=null){ + user.lev = 1; + }else{ + user.lev = lev; + } + + user.hp = hp; + //user.queueid = queueid; + user.ban = ban; + ITObject info = group.getInfo(lev,uid); + + + if (fp!=null){ + info.putInt("lev", 1); + }else{ + info.putInt("lev", lev); + } + + //info.putInt("lev", lev); + info.putInt("partnerLev", partnerLev); + info.putInt("permission", permission); + info.putLong("hp", hp); + info.putInt("mail_tip", mail_tip); + info.putInt("queueid",queueid); + info.putInt("seeid",seeid); + user.response(info, gid, 0); + + //Global.logger.info("joinGroup / playlist --> info: "+info); + } + }); + + + } + + public void addRoom(Group group,String roomid) { + Room room = group.addRoom(roomid); + if(room==null)return; + ITObject param = room.data; + group.addRoomCommand(roomid, CommandData.ADD_ROOM, param); + } + + public void delRoom(Group group, String roomid) { + group.delRoom(roomid); + ITObject param = TObject.newInstance(); + param.putUtfString("roomid", roomid); + group.addRoomCommand(roomid, CommandData.DEL_ROOM, param); + } + + public void updateRoom(Group group, String roomid) { + Room room = group.updateRoom(roomid); + if (room == null) + return; + if (room.priorityValue == 0) { + ITObject param = TObject.newInstance(); + param.putUtfString("roomid", roomid); + group.addRoomCommand(roomid, CommandData.DEL_ROOM, param); + } else { + ITObject param = room.data; + group.addRoomCommand(roomid, CommandData.UPDATE_ROOM, param); + } + + } + + public void delPlay(Group group,int pid) { + group.delPlay(pid); + ITObject param = TObject.newInstance(); + param.putInt("pid", pid); + group.broadCastToClient(Router.FGMGR_EVT_DEL_PLAY, param); + } + + public void addPlay(Group group,int pid) { + GroupPlayBean gp = group.addPlay(pid); + if(gp!=null) { + // + group.broadCastToClient(Router.FGMGR_EVT_ADD_PLAY, gp.data); + + Global.logger.info("addPlay: -------------> "+gp.data); + } + } + + public void updatePlay(Group group,int pid) { + GroupPlayBean gp = group.addPlay(pid); + if(gp!=null) { + group.broadCastToClient(Router.FGMGR_EVT_UPDATE_PLAY, gp.data); + + Global.logger.info("updatePlay: -------------> "+gp.data); + } + } + + public void updateGroup(Group group,String name,int ban,String notice,int option,int showNum) { + ITObject param = TObject.newInstance(); + param.putUtfString("name", name); + param.putInt("ban", ban); + param.putUtfString("notice", notice); + param.putInt("option", option); + param.putInt("show_num", showNum); + group.broadCastToClient(Router.FGMGR_EVT_UPDATE_GROUP, param); + } + + public void updateJoins(Group group,int joins) { + if(joins<=0)return; + List list = group.getSessionListByMgr(); + if(list.size()==0)return; + ITObject param = TObject.newInstance(); + param.putInt("joins", joins); + TPServer.me().getController().sendEvent(Router.FGMGR_EVT_UPDATE_JOINS, param, list); + } + + public void updateMember(Group group,int uid,int type,int value) { +// User user = group.userMap.get(uid); +// if(user!=null) { +// ITObject param = TObject.newInstance(); +// param.putInt("type", type); +// param.putInt("value", value); +// MainServer.instance.sendEvent(Router.FGMGR_EVT_UPDATE_MEMBER, param, user.sender); +// } + } + + public void updateMailTip(Group group,int uid) { + User user = group.userMap.get(uid); + if(user!=null) { + ITObject param = TObject.newInstance(); + TPServer.me().getController().sendEvent(Router.FGMGR_EVT_UPDATE_MAILTIP, param, user.sender); + } + } +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/GroupSubscriber.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/GroupSubscriber.java new file mode 100644 index 0000000..c394265 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/GroupSubscriber.java @@ -0,0 +1,161 @@ +package com.mgr.group; + +import com.mgr.group.data.Group; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; + +import redis.clients.jedis.JedisPubSub; + +public class GroupSubscriber extends JedisPubSub { + + public static final String CHANNEL_NAME = "mgr_group"; + + private static final String CMD_UPDATE_ROOM="update_room"; + private static final String CMD_DEL_ROOM="del_room"; + private static final String CMD_ADD_ROOM="add_room"; + private static final String CMD_DEL_PLAY="del_play"; + private static final String CMD_ADD_PLAY="add_play"; + private static final String CMD_UPDATE_PLAY="update_play"; + private static final String CMD_DEL_GROUP="del_group"; + private static final String CMD_UPDATE_GROUP="update_group"; + + + private static final String CMD_UPDATE_JOINS="update_joins"; + private static final String CMD_UPDATE_MEMBER="update_member"; + private static final String CMD_UPDATE_MAIL_TIP = "update_mail_tip"; + + private Logger log; + + public GroupSubscriber() { + log = Logger.getLogger(this.getClass()); + } + + private void updateRoomEvt(Group group,ITObject param) { + String roomid = param.getUtfString("roomid"); + Global.groupCtr.updateRoom(group,roomid); + } + + private void addRoomEvt(Group group,ITObject param) { + String roomid = param.getUtfString("roomid"); + Global.groupCtr.addRoom(group, roomid); + } + + private void delRoomEvt(Group group,ITObject param) { + String roomid = param.getUtfString("roomid"); + Global.groupCtr.delRoom(group, roomid); + } + + private void addPlay(Group group,ITObject param) { + int pid = param.getInt("pid"); + Global.groupCtr.addPlay(group, pid); + } + + private void updatePlay(Group group,ITObject param) { + int pid = param.getInt("pid"); + Global.groupCtr.updatePlay(group, pid); + } + + private void delPlay(Group group,ITObject param) { + int pid = param.getInt("pid"); + Global.groupCtr.delPlay(group, pid); + } + + private void updateGroup(Group group,ITObject param) { + String name = param.getUtfString("name"); + int ban = param.getBoolean("ban")?1:0; + String notice = param.getUtfString("notice"); + int option = param.getInt("option"); + int showNum = param.getInt("show_num"); + Global.groupCtr.updateGroup(group, name, ban,notice,option,showNum); + } + + private void updateJoins(Group group,ITObject param) { + int joins = param.getInt("joins"); + Global.groupCtr.updateJoins(group, joins); + } + + private void updateMailTip(Group group,ITObject param) { + int uid = param.getInt("uid"); + Global.groupCtr.updateMailTip(group, uid); + } +// private void updateMember(Group group,ITObject param) { +// int uid = param.getInt("uid"); +// int type = param.getInt("type"); +// int value = param.getInt("value"); +// Global.groupCtr.updateMember(group, uid, type, value); +// } + + + + + public void onMessage(String channel, String message) { + if(channel.equals(CHANNEL_NAME)) { + if(Global.loggerDebug) { + log.info(message); + } + try { + ITObject data = TObject.newFromJsonData(message); + final int groupId = data.getInt("gid"); + Group group = Global.groupMap.get(groupId); + if(group!=null) { + group.enqueueRunnable(new Runnable() { + @Override + public void run() { + String cmd = data.getUtfString("cmd"); + Group group = Global.groupMap.get(groupId); + switch(cmd) { + case CMD_UPDATE_ROOM: + updateRoomEvt(group,data); + break; + case CMD_DEL_ROOM: + delRoomEvt(group,data); + break; + case CMD_ADD_ROOM: + addRoomEvt(group,data); + break; + case CMD_DEL_GROUP: + group.destroy(); + break; + case CMD_UPDATE_GROUP: + updateGroup(group,data); + break; + case CMD_ADD_PLAY: + addPlay(group,data); + break; + case CMD_UPDATE_PLAY: + updatePlay(group, data); + break; + case CMD_DEL_PLAY: + delPlay(group,data); + break; + case CMD_UPDATE_JOINS: + updateJoins(group,data); + break; + case CMD_UPDATE_MEMBER: +// updateMember(group,data); + break; + case CMD_UPDATE_MAIL_TIP: + updateMailTip(group,data); + break; + } + } + }); + } + }catch (Exception e) { + log.error(e); + } + } + } + + public void onSubscribe(String channel, int subscribedChannels) { + System.out.println(String.format("subscribe redis channel success, channel %s, subscribedChannels %d", + channel, subscribedChannels)); + } + + public void onUnsubscribe(String channel, int subscribedChannels) { + System.out.println(String.format("unsubscribe redis channel, channel %s, subscribedChannels %d", + channel, subscribedChannels)); + + } +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/MainServer.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/MainServer.java new file mode 100644 index 0000000..a223ed0 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/MainServer.java @@ -0,0 +1,161 @@ +package com.mgr.group; + +import java.io.FileInputStream; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import org.jdom.Document; +import org.jdom.Element; +import org.jdom.input.SAXBuilder; + +import com.mgr.group.data.Group; +import com.taurus.core.events.Event; +import com.taurus.core.events.IEventListener; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.core.TPEvents; +import com.taurus.permanent.data.Session; +import com.taurus.web.TWebServer; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.exceptions.JedisConnectionException; + +/** + * + * + */ +public class MainServer extends Extension implements IEventListener { + + public static MainServer instance; + + private GroupSubscriber subscriber; + public Config config; + + @Override + public void onStart() { + try { + instance = this; + + Global.logger = Logger.getLogger(MainServer.class); + Global.init(); + + try { + loadConfig(); + } catch (Exception e1) { + Global.logger.error(e1); + } + + final String svr_key = "svr_mgr_" + config.mgrId; + Global.loggerDebug = config.loggerDebug; + TPServer.me().getEventManager().addEventListener(TPEvents.EVENT_SESSION_DISCONNECT, this); + + TPServer.me().getTimerPool().scheduleAtFixedRate(new Runnable() { + + @Override + public void run() { + try { + int size = Global.sessionMgr.size(); + final Map svr_info = new HashMap<>(); + svr_info.put("host", config.host); + svr_info.put("conns", size + ""); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + try { + jedis11.hmset(svr_key, svr_info); + jedis11.expire(svr_key, 15); + jedis11.zadd(GroupSubscriber.CHANNEL_NAME, size, svr_key); + }finally { + jedis11.close(); + } + } catch (Exception e) { + Global.logger.error(e); + } + } + }, 0, 5, TimeUnit.SECONDS); + + TPServer.me().getTimerPool().scheduleAtFixedRate(new Runnable() { + + @Override + public void run() { + List list = new ArrayList(Global.groupMap.values()); + for (Group group : list) { + if ((System.currentTimeMillis() - group.lastTime) >= 360000000) { + group.enqueueRunnable(new Runnable() { + + @Override + public void run() { + group.destroy(); + } + }); + } + } + } + }, 10, 10, TimeUnit.SECONDS); + + subscriber = new GroupSubscriber(); + Thread subscribeThread = new Thread(new Runnable() { + + @Override + public void run() { + try { + Redis.use("group1_db11").subscribe(subscriber, GroupSubscriber.CHANNEL_NAME); + } catch (JedisConnectionException e) { + Redis.use("group1_db11").subscribe(subscriber, GroupSubscriber.CHANNEL_NAME); + } + } + }); + subscribeThread.start(); + + Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() { + + @Override + public void run() { + Redis.use("group1_db11").unsubscribe(subscriber); + Redis.use("group1_db11").zrem(GroupSubscriber.CHANNEL_NAME, svr_key); + } + })); + }catch (Exception e){ + Global.logger.error(e); + } + } + + protected void loadConfig() throws Exception { + FileInputStream is = new FileInputStream(TWebServer.me().getContextRealPath()+"/config/mgr-config.xml"); + SAXBuilder builder = new SAXBuilder(); + Document document = builder.build(is); + Element root = document.getRootElement(); + Config config = new Config(); + config.host = root.getChildTextTrim("host"); + config.mgrId = Integer.parseInt(root.getChildTextTrim("mgrId")); + config.loggerDebug = Boolean.parseBoolean(root.getChildTextTrim("loggerDebug")); + this.config = config; + } + + public void onStop() { + super.onStop(); + } + + @Override + public void handleEvent(Event evt) { + String evtName = evt.getName(); + switch (evtName) { + case TPEvents.EVENT_SESSION_DISCONNECT: + Session session = (Session) evt.getParameter(TPEvents.PARAM_SESSION); + Global.sessionMgr.disconnect(session); + break; + } + } + + @Override + public void configRoute(Routes me) { + Global.groupCtr = new GroupController(); + me.add("", Global.groupCtr); + } + + +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/Router.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/Router.java new file mode 100644 index 0000000..5f2a3ba --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/Router.java @@ -0,0 +1,87 @@ +package com.mgr.group; + +import com.taurus.core.entity.ITObject; +import com.taurus.permanent.data.Session; + +/** + * 网络路由处理 + * + */ +public abstract class Router { + /** + * 进入圈子 + */ + public static final String FGMGR_ENTER_GROUP = "11001"; + /** + * 获取在线邀请玩家 + */ + public static final String FGMGR_GET_ONLINE_LIST = "11002"; + /** + * 邀请玩家 + */ + public static final String FGMGR_INVITATION = "11003"; + /** + * 邀请玩家响应 + */ + public static final String FGMGR_INVITATION_RESPONSE = "11004"; + /** + * 更新房间 + */ + public static final String FGMGR_EVT_UPDATE_ROOM = "12001"; + +// /** +// * 删除房间 +// */ +// public static final String FGMGR_EVT_DEL_ROOM = "12002"; +// +// /** +// * 添加房间 +// */ +// public static final String FGMGR_EVT_ADD_ROOM = "12003"; + + /** + * 删除玩法 + */ + public static final String FGMGR_EVT_DEL_PLAY = "12004"; + + /** + * 添加玩法 + */ + public static final String FGMGR_EVT_ADD_PLAY = "12005"; + /** + * 更新玩法 + */ + public static final String FGMGR_EVT_UPDATE_PLAY = "12006"; + /** + * 更新申请 + */ + public static final String FGMGR_EVT_UPDATE_JOINS = "12007"; + /** + * 更新圈子 + */ + public static final String FGMGR_EVT_UPDATE_GROUP = "12008"; + /** + * 更新成员 + */ + public static final String FGMGR_EVT_UPDATE_MEMBER = "12009"; + + /** + * 邀请事件 + */ + public static final String FGMGR_EVT_INVITATION = "12010"; + + /** + * 更新玩家网络 + */ + public static final String FGMGR_EVT_UPDATE_NET = "update_net"; + /** + * 更新邮件提示 + */ + public static final String FGMGR_EVT_UPDATE_MAILTIP = "update_mail_tip"; + + + public void handel(Session sender, ITObject params, int gid){ + + } + +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/SessionManager.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/SessionManager.java new file mode 100644 index 0000000..639a4e0 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/SessionManager.java @@ -0,0 +1,81 @@ +package com.mgr.group; + +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; + +import com.mgr.group.data.User; +import com.taurus.core.util.json.JSONUtils; +import com.taurus.permanent.data.Session; + +/** + * 当前节点 玩家session管理类 + * + * + */ +public class SessionManager { + + private ConcurrentMap sessionMap = null; + + public SessionManager() { + this.sessionMap = new ConcurrentHashMap(); + } + + /** + * 通过sessionid获取User + * @param sessionid + * @return + */ + public User getUser(Session sessionid) { + return this.sessionMap.get(sessionid); + } + + /** + * 增加session + * @param session + * @param player + */ + public void putUser(Session session, User user) { + this.sessionMap.put(session, user); + } + + /** + * 删除session + * @param session + */ + public User delSession(Session session) { + Global.logger.info("delSession----------------清理session:"+session.toString()); + if(session == null)return null; + session.setHashId(null); + User user =this.sessionMap.remove(session); + return user; + } + + /** + * 当前圈子在线人数 + * @return + */ + public int size() { + return this.sessionMap.size(); + } + + /** + * 断线 + * @param sender + */ + public void disconnect(Session sender) { + User user = this.delSession(sender); + if (user == null) { + return; + } + user.group.enqueueRunnable(new Runnable() { + + @Override + public void run() { + if (user.sender == sender) { + user.isConnect = false; + } + } + }); + } + +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/WebMain.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/WebMain.java new file mode 100644 index 0000000..689df49 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/WebMain.java @@ -0,0 +1,34 @@ +package com.mgr.group; + +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.core.DefaultConstants; +import com.taurus.web.TWebServer; + +public class WebMain extends Extension { + + public void onStart() { + DefaultConstants.SERVER_CFG_FILE = TWebServer.me().getContextRealPath()+"/" + DefaultConstants.SERVER_CFG_FILE; + TPServer.me().start(); + } + + @Override + public void onStop() { + TPServer.me().shutdown(); + } + + + + + @Override + public void configRoute(Routes me) { + // TODO Auto-generated method stub + + } + + public int getConcurrentSize() { + return Global.sessionMgr.size(); + } + +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/data/CommandData.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/CommandData.java new file mode 100644 index 0000000..0d0c846 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/CommandData.java @@ -0,0 +1,36 @@ +package com.mgr.group.data; + +import com.taurus.core.entity.ITObject; + +public class CommandData { + public static final int ADD_ROOM = 1; + public static final int UPDATE_ROOM = 2; + public static final int DEL_ROOM = 3; + + private static final String TYPE_KEY = "$ct"; + public ITObject param; + /**1添加 2更新 3删除*/ + public int type = ADD_ROOM; + + public void setData(int type,ITObject param) { + if(type>=this.type) { + this.type = type; + this.param = param; + this.param.putInt(TYPE_KEY, type); + } + } + +// public void send(Group group,List list) { +// this.param.putInt(TYPE_KEY, type); +// if(type==1) { +// MainServer.instance.sendEvent(Router.FGMGR_EVT_UPDATE_ROOM, param, list); +// }else { +// MainServer.instance.sendEvent(Router.FGMGR_EVT_DEL_ROOM, param, list); +// } +// } + + + + + +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/data/Group.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/Group.java new file mode 100644 index 0000000..c633452 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/Group.java @@ -0,0 +1,362 @@ +package com.mgr.group.data; + +import java.util.ArrayList; +import java.util.Collection; +import java.util.HashMap; +import java.util.LinkedList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Queue; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; + +import com.data.bean.GroupBean; +import com.data.bean.GroupPlayBean; +import com.data.cache.AccountCache; +import com.data.cache.GroupCache; +import com.data.cache.GroupPlayCache; +import com.mgr.group.Global; +import com.mgr.group.Router; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; +import com.taurus.core.util.Utils; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.Session; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.Pipeline; + +public class Group implements Runnable { + public int id; + public String group_key = ""; + /** + * 圈主 + */ + public int owner; + /** + * 圈主session + */ + public String owner_session; + /** + * 圈主钻石 + */ + public int owner_diamo; + /** + * 是否被激活 + */ + public volatile boolean isActive = false; + /** + * 是否被销毁 + */ + public volatile boolean isDestroy = false; + private Thread updateThread; + public volatile long lastTime; + final Queue updateHandleList = new LinkedList(); + public ConcurrentMap userMap; + public GroupPlayCache playCache; + public RoomCache roomCache; + public Map cmdMap = new HashMap<>(); + private long lastSendTime; +// private long lastUpdateOnline; + + public Group(int id) { + this.userMap = new ConcurrentHashMap<>(); + this.id = id; + this.group_key = GroupCache.genKey(id); + String pay_type = Redis.use("group1_db11").hget(group_key, "pay_type"); + this.playCache = new GroupPlayCache(id, Integer.parseInt(pay_type)); + this.roomCache = new RoomCache(id); + } + + public synchronized void start() { + if (isActive || isDestroy) + return; + isActive = true; + GroupBean gb = GroupCache.getGroup(id); + this.owner = gb.owner; + this.owner_session = AccountCache.genKey(owner); + String _diamo = Redis.use("group1_db0").hget(owner_session, "diamo"); + if(StringUtil.isNotEmpty(_diamo)) { + owner_diamo = Integer.parseInt(_diamo); + } + updateThread = new Thread(this, this.group_key); + updateThread.start(); + lastTime = System.currentTimeMillis(); + } + + private void handleTask(Runnable tem) { + if (isDestroy) { + return; + } + + try { + tem.run(); + } catch (Throwable t) { + Global.logger.error("[" + id + "] exception!", t); + } + + handleBroadcast(); + } + + public void handleBroadcast() + { + long curTime = System.currentTimeMillis(); + if(curTime - lastSendTime >=2000) { + try { + if (cmdMap.size()>0) { + List list = this.getSessionList(); + if(list.size()>0) { + ITArray arr = TArray.newInstance(); + ITObject param = TObject.newInstance(); + param.putTArray("cmds", arr); + for (Entry entry : cmdMap.entrySet()) { + CommandData cmd = entry.getValue(); + arr.addTObject(cmd.param); + } + TPServer.me().getController().sendEvent(Router.FGMGR_EVT_UPDATE_ROOM, 0, param, list); + } + } + List u_list = null; + synchronized (userMap) { + u_list = new ArrayList(userMap.values()); + } + List r_list = null; + Jedis jedis = Redis.use("group1_db10").getJedis(); + try { + Pipeline pip = jedis.pipelined(); + for (User user : u_list) { + pip.hget(user.gm_key, "hp"); + } + r_list = pip.syncAndReturnAll(); + + }finally { + jedis.close(); + } + + for(int i=0;i 0) { + this.lastTime = System.currentTimeMillis(); + Runnable tem = null; + synchronized (updateHandleList) { + tem = updateHandleList.poll(); + } + if (tem != null){ + try { + handleTask(tem); + } catch (Throwable t) { + Global.logger.error("[" + id + "] exception!", t); + } + } + } + + handleBroadcast(); + + if (isDestroy) + continue; + Thread.sleep(5); + } catch (InterruptedException e) { + isActive = false; + Global.logger.error("[" + id + "] thread interrupted!"); + } catch (Throwable t) { + //isActive = false; + Global.logger.error("[" + id + "] exception!", t); + } + } + } + + public void enqueueRunnable(Runnable runnable) { + if (runnable == null) + return; + synchronized (updateHandleList) { + updateHandleList.add(runnable); + } + } + + public void addRoomCommand(String roomid,int type,ITObject param) { + CommandData cmd = cmdMap.get(roomid); + if(cmd==null) { + cmd = new CommandData(); + cmdMap.put(roomid, cmd); + } + cmd.setData(type, param); + } + + public ITObject getInfo(int lev,int uid) { + ITObject info = TObject.newInstance(); + + GroupBean gb = GroupCache.getGroup(this.group_key); + info.putBoolean("ban", gb.ban == 1 ? true : false); + String joins_key = GroupCache.genJoinsKey(id); + int joins = Redis.use("group1_db11").scard(joins_key).intValue(); + info.putInt("joins", joins); + info.putInt("diamo", owner_diamo); + info.putInt("dissolve_opt", gb.dissolve_opt); + info.putInt("kick_opt", gb.kick_opt); + info.putBoolean("ban_chat1", gb.ban_chat1); + info.putBoolean("ban_chat2", gb.ban_chat2); + info.putInt("ban_apply", gb.ban_apply); + info.putInt("exit_opt", gb.exit_opt); + info.putInt("option", gb.option); + ITArray rooms = this.roomCache.getRoomList(); + info.putTArray("rooms", rooms); + ITArray arrPlayList = TArray.newInstance(); + Utils.arrayCopy(this.playCache.getPlayList(lev,uid), arrPlayList); + info.putTArray("play_list", arrPlayList); + return info; + } + + public boolean delRoom(String roomid) { + String key = "room:" + roomid; + boolean result =false; + + if (this.roomCache.delBean(key)) { + this.roomCache.updateRoom(); + result = true; + } + String grooms_key = GroupCache.genRoomsKey(id); + Redis.use("group1_db11").zrem(grooms_key, key); + return result; + } + + public Room updateRoom(String roomid) { + String key = "room:" + roomid; + String grooms_key = GroupCache.genRoomsKey(id); + Room room = this.roomCache.getBean(key); + this.roomCache.updateRoom(); + if (room == null) { + Redis.use("group1_db11").zrem(grooms_key, key); + } else { + Redis.use("group1_db11").zadd(grooms_key, room.priorityValue, key); + } + + return room; + } + + public Room addRoom(String roomid) { + String key = "room:" + roomid; + String grooms_key = GroupCache.genRoomsKey(id); + Room room = this.roomCache.getBean(key); + + this.roomCache.updateRoom(); + if (room == null) { + Redis.use("group1_db11").zrem(grooms_key, key); + } else { + Redis.use("group1_db11").zadd(grooms_key, room.priorityValue, key); + } + return room; + } + + public GroupPlayBean addPlay(int pid) { + GroupPlayBean gp = this.playCache.getBean(pid); + this.playCache.updatePlay(); + return gp; + } + + public boolean delPlay(int pid) { + boolean del = this.playCache.delBean(pid); + this.playCache.updatePlay(); + return del; + } + + /** + * 广播消息到客户端 + * + * @param cmd 协议指令 + * @param param 协议数据 + */ + public void broadCastToClient(String cmd, ITObject param) { + if (!isActive) + return; + List list = getSessionList(); + if (list == null || list.size() == 0) + return; + TPServer.me().getController().sendEvent(cmd, param, list); + } + + public List getSessionList() { + List list = new ArrayList(); + List tem = null; + synchronized (userMap) { + tem = new ArrayList(userMap.values()); + } + + for (User user : tem) { + if (user.isConnect) { + list.add(user.sender); + } + } + return list; + } + + public List getSessionListByMgr() { + List list = new ArrayList(); + List tem = null; + synchronized (userMap) { + tem = new ArrayList(userMap.values()); + } + + for (User user : tem) { + if (user.isConnect && user.lev < 3) { + list.add(user.sender); + } + } + return list; + } + + public void destroy() { + if (this.isDestroy) + return; + this.isDestroy = true; + Global.groupMap.remove(id); + Collection tem = userMap.values(); + for (User user : tem) { + if (user.isConnect) { + TPServer.me().getController().disconnect(user.sender); + } + } + } + +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/data/Player.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/Player.java new file mode 100644 index 0000000..92851b4 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/Player.java @@ -0,0 +1,45 @@ +package com.mgr.group.data; + +import com.data.bean.AccountBean; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +/** + * 基本玩家对象 + * + * + */ +public class Player extends AccountBean{ + /** + * 座位 + */ + public int seat = 0; + public int off_time = 0; + public long hp =0; + + public int queueid = 0; + + public int seeid = 0; + + private ITObject playerData = new TObject(); + + /** + * 获取玩家信息 + * @return + */ + public ITObject getInfo() { + playerData.putInt("aid", this.id); + playerData.putUtfString("nick", this.nick); + playerData.putUtfString("portrait", this.portrait); + playerData.putInt("seat", this.seat); + playerData.putInt("off_time", off_time); + playerData.putLong("hp", hp); + playerData.putInt("queueid",queueid); + playerData.putInt("seeid",seeid); + return playerData; + } + + public String toString() { + return redis_key; + } +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/data/PlayerCache.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/PlayerCache.java new file mode 100644 index 0000000..0020d2c --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/PlayerCache.java @@ -0,0 +1,25 @@ +package com.mgr.group.data; + +import com.data.bean.BaseBean; +import com.data.cache.AccountCache; + +public class PlayerCache extends AccountCache{ + + protected BaseBean newBean() { + return new Player(); + } + + static PlayerCache inst; + + + public static Player getPlayer(int id) { + if(inst==null)inst = new PlayerCache(); + return inst.getBean(id); + } + + public static Player getPlayer(String session) { + if(inst==null)inst = new PlayerCache(); + return inst.getBean(session); + } + +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/data/Room.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/Room.java new file mode 100644 index 0000000..e97a676 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/Room.java @@ -0,0 +1,179 @@ +package com.mgr.group.data; + +import java.util.Map; + +import com.data.bean.BaseBean; +import com.data.cache.GroupMemberCache; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; +import com.taurus.core.util.Utils; + +/** + * 基本房间对象 + * + * + */ +public class Room extends BaseBean { + /** + * 房间ID + */ + public String roomid = ""; + /** + * 玩家列表ID映射 + */ + public final ITArray players = TArray.newInstance(); + /** + * 房间最大人数 + */ + public int maxPlayers; + + public int limitInRoom; + + /** + * 圈子玩法ID + */ + public int groupPlayId; + /** + * 局數 + */ + public int round = 0; + /** + * 最大回合数 + */ + public int maxRound = 0; + /** + * 0 未开始 1开始 2标记需要删除 3删除 + */ + public int status = 0; + /** + * 0 关闭 1打开 + */ + public int open = 1; + + /** + * 房间匹配权重 + * pid open status 剩余空位 + * 11 1 1 00 + */ + public int priorityValue = 1; + + /* + 假房间 + */ + public boolean fake = false; + /** + * 最后操作时间 + */ + public long lastTime = 0; + + public ITObject data = TObject.newInstance(); + + private void setInfo() { + data.putUtfString("id", roomid); + data.putInt("round", round); + data.putInt("times", maxRound); + data.putInt("status", status); + data.putInt("maxPlayers", maxPlayers); + data.putInt("pid", groupPlayId); + ITArray arr = TArray.newInstance(); + Utils.arrayCopy(players, arr); + data.putTArray("plist", arr); + data.putInt("limitInRoom", limitInRoom); + + } + + public void fillData(Map redis_map) { + String _id = redis_map.get("id"); + String _status = redis_map.get("status"); + if (StringUtil.isEmpty(_id)) { + this.del = true; + return; + } + if(StringUtil.isNotEmpty(_status)) { + this.status = Integer.parseInt(_status); + } + + if (this.status == 2 || this.status == 3) { + this.del = true; + return; + } + this.roomid = _id; + this.id = Integer.parseInt(_id); + this.groupPlayId = Integer.parseInt(redis_map.get("gpid")); + this.round = Integer.parseInt(redis_map.get("round")); + this.maxRound = Integer.parseInt(redis_map.get("times")); + this.maxPlayers = Integer.parseInt(redis_map.get("maxPlayers")); + this.limitInRoom = Integer.parseInt(redis_map.get("limitInRoom")); + this.open = Integer.parseInt(redis_map.get("open")); + if (StringUtil.isEmpty(redis_map.get("fake"))) + { + this.fake = false; + } + else { + this.fake = true; + } + + this.loadRedisPlayer(redis_map.get("players"), redis_map.get("seats"),redis_map); + setInfo(); + updatePriority(); + } + + /** + * 重新加载玩家 + */ + private void loadRedisPlayer(String players_json, String seats_json,Map redis_map) { + players.clear(); + if (StringUtil.isEmpty(players_json)) + return; + ITArray players = TArray.newFromJsonData(players_json); + + ITArray seats = TArray.newFromJsonData(seats_json); + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + Player player = PlayerCache.getPlayer(player_id); + player.seat = seats.getInt(i); + Object tem = redis_map.get("net_"+player_id); + player.off_time =tem ==null?0:(int)(Long.parseLong((String)tem)/1000); + + String strGroup = redis_map.get("group"); + int groupId = strGroup ==null?0:(Integer.parseInt((String)strGroup)); + String gm_key1 = GroupMemberCache.genKey(groupId, player.id); + if (this.fake) + { + String strHp = Redis.use("group1_db10").hget("fake_"+player.id, "fake_hp"); + player.hp = strHp ==null?0:(Long.parseLong((String)strHp)); + } + else { + String strHp = Redis.use("group1_db10").hget(gm_key1, "hp"); + player.hp = strHp ==null?0:(Long.parseLong((String)strHp)); + } + + String strQuid = Redis.use("group1_db10").hget(gm_key1, "queueid"); + player.queueid = strQuid ==null?0:(Integer.parseInt((String)strQuid)); + + String strseeid = Redis.use("group1_db10").hget(gm_key1, "seeid"); + player.seeid = strseeid ==null?0:(Integer.parseInt((String)strseeid)); + + this.players.addTObject(player.getInfo()); + } + } + + /** + * 房间匹配权重 + */ + public void updatePriority() { + if (this.status == 2 || this.status == 3) { + this.priorityValue = 0; + return; + } + int t_status = this.status == 0 ? 1 : 0; + int t_mc = this.players.size() + 1; + t_mc = this.players.size() == this.maxPlayers ? 0 : t_mc; + this.priorityValue = this.groupPlayId * 10000 + this.open * 1000 + t_status * 100 + t_mc; + } + +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/data/RoomCache.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/RoomCache.java new file mode 100644 index 0000000..a43b9d7 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/RoomCache.java @@ -0,0 +1,87 @@ +package com.mgr.group.data; + +import java.util.Map.Entry; +import java.util.Set; + +import com.data.bean.BaseBean; +import com.data.cache.BaseCache; +import com.data.cache.GroupCache; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Utils; + +import redis.clients.jedis.Jedis; + +public class RoomCache extends BaseCache{ + private int groupId; + private long last_time; + private ITArray rooms; + + protected RoomCache(int groupId) { + super("room:","group1_db0"); + this.groupId = groupId; + this.fillSize = 6; + this.readTime = 1; + rooms = TArray.newInstance(); + } + + @Override + protected BaseBean newBean() { + return new Room(); + } + + public final void updateRoom() { + rooms.clear(); + Set> set = this.mapById.entrySet(); + for(Entry entry : set) { + Room gp =(Room)entry.getValue(); + if(!gp.del) { + rooms.addTObject(gp.data); + }else { + this.mapById.remove(gp.id); + this.mapByKey.remove(gp.redis_key); + } + } + } + + /** + * 获取房间列表 + * @return + */ + public final ITArray getRoomList(){ + if(System.currentTimeMillis() - last_time < 10000) { + ITArray arr = TArray.newInstance(); + Utils.arrayCopy(rooms, arr); + return arr; + } + + rooms.clear(); + last_time = System.currentTimeMillis(); + String grooms_key = GroupCache.genRoomsKey(groupId); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + Set rooms = jedis11.zrangeByScore(grooms_key, 100000, 2000000); + try { + for (String tem : rooms) { + Room room = this.getBean(tem); + if(room==null) { + jedis11.zrem(grooms_key, tem); + continue; + } + room.del = false; + jedis11.zadd(grooms_key, room.priorityValue, tem); + this.rooms.addTObject(room.data); + } + jedis11.zremrangeByScore(grooms_key, 0, 0); + }finally { + jedis11.close(); + } + + ITArray arr = TArray.newInstance(); + Utils.arrayCopy(this.rooms, arr); + return arr; + } + +} diff --git a/game_web/group_room_mgr/src/main/java/com/mgr/group/data/User.java b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/User.java new file mode 100644 index 0000000..bccd632 --- /dev/null +++ b/game_web/group_room_mgr/src/main/java/com/mgr/group/data/User.java @@ -0,0 +1,135 @@ +package com.mgr.group.data; + +import java.util.ArrayList; +import java.util.Collection; +import java.util.Collections; +import java.util.List; + +import com.data.bean.AccountBean; +import com.data.cache.AccountCache; +import com.mgr.group.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.Session; + +/** + * 长连接用户 + * + */ +public class User { + public int uid; + public String session_key; + /** + * 合伙人等级 + */ + public int partnerLev; + /** + * 职位等级 + */ + public int lev; + + public volatile Group group = null; + /** + * 是否正在链接 + */ + public volatile boolean isConnect = false; + /** + * mpnet session + */ + public volatile Session sender = null; + + public long hp =0; + public int mail_tip = 0; + public int ban =0; + + public int queueid = 0; + + public int seeid = 0; + + public String gm_key; + + /**最后邀请时间*/ + public long last_invitation_time; + /**拒绝邀请时间*/ + public long invitation_refuse_time; + public int last_invitation_id; + + /**最后刷新时间*/ + public long last_refresh_time; + + public boolean updateOffline; + + private List onlineList = new ArrayList<>(); + + public ITArray getOnlineList(){ + if((System.currentTimeMillis() - last_refresh_time)>=2000) { + last_refresh_time = System.currentTimeMillis(); + onlineList.clear(); + Collection tem = group.userMap.values(); + for (User user : tem) { + if (user!=this&&user.isConnect&&user.ban==0) { + String room = Redis.use("group1_db0").hget(user.session_key, "room"); + if(StringUtil.isEmpty(room)) { + onlineList.add(user); + } + } + } + } + Collections.shuffle(onlineList); + int size = Math.min(onlineList.size(), 9); + ITArray arr = TArray.newInstance(); + for(int i=0;i + + + + taurus-web + com.taurus.web.WebFilter + + main + com.mgr.group.WebMain + + + + + taurus-web + /* + + diff --git a/game_web/group_room_mgr/src/main/webapp/config/log4j.properties b/game_web/group_room_mgr/src/main/webapp/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/group_room_mgr/src/main/webapp/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/group_room_mgr/src/main/webapp/config/mgr-config.xml b/game_web/group_room_mgr/src/main/webapp/config/mgr-config.xml new file mode 100644 index 0000000..5d3467a --- /dev/null +++ b/game_web/group_room_mgr/src/main/webapp/config/mgr-config.xml @@ -0,0 +1,6 @@ + + + 192.168.14.1:8050 + 1000 + true + \ No newline at end of file diff --git a/game_web/group_room_mgr/src/main/webapp/config/taurus-core.xml b/game_web/group_room_mgr/src/main/webapp/config/taurus-core.xml new file mode 100644 index 0000000..ada2d5e --- /dev/null +++ b/game_web/group_room_mgr/src/main/webapp/config/taurus-core.xml @@ -0,0 +1,98 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://8.134.123.86:8060/wb_game + root + cssq@2020 + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/group_room_mgr/src/main/webapp/config/taurus-permanent.xml b/game_web/group_room_mgr/src/main/webapp/config/taurus-permanent.xml new file mode 100644 index 0000000..b9dfbb3 --- /dev/null +++ b/game_web/group_room_mgr/src/main/webapp/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 3 + 3 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 80 +
+ + + + extension - group_mgr + com.mgr.group.MainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/game_web/group_room_mgr/src/test/java/group_room_mgr/Main.java b/game_web/group_room_mgr/src/test/java/group_room_mgr/Main.java new file mode 100644 index 0000000..7842b6f --- /dev/null +++ b/game_web/group_room_mgr/src/test/java/group_room_mgr/Main.java @@ -0,0 +1,12 @@ +package group_room_mgr; + +import com.taurus.web.JettyServer; + +public class Main { + + public static void main(String[] args) { + new JettyServer("src/main/webapp",8082,"/").start(); + + } + +} diff --git a/game_web/group_room_mgr/target/ROOT.war b/game_web/group_room_mgr/target/ROOT.war new file mode 100644 index 0000000..0a050e0 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT.war differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/Config.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/Config.class new file mode 100644 index 0000000..0f40970 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/Config.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/Global.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/Global.class new file mode 100644 index 0000000..3bcf9d4 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/Global.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupController$1.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupController$1.class new file mode 100644 index 0000000..da1378e Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupController$1.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupController.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupController.class new file mode 100644 index 0000000..7402735 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupController.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupSubscriber$1.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupSubscriber$1.class new file mode 100644 index 0000000..a4beb60 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupSubscriber$1.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupSubscriber.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupSubscriber.class new file mode 100644 index 0000000..345585c Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/GroupSubscriber.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$1.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$1.class new file mode 100644 index 0000000..5353548 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$1.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$2$1.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$2$1.class new file mode 100644 index 0000000..01005b4 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$2$1.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$2.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$2.class new file mode 100644 index 0000000..3fd367a Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$2.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$3.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$3.class new file mode 100644 index 0000000..630d51a Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$3.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$4.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$4.class new file mode 100644 index 0000000..1fda20d Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer$4.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer.class new file mode 100644 index 0000000..fd35d9e Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/MainServer.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/Router.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/Router.class new file mode 100644 index 0000000..3efd34c Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/Router.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/SessionManager$1.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/SessionManager$1.class new file mode 100644 index 0000000..823f4e7 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/SessionManager$1.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/SessionManager.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/SessionManager.class new file mode 100644 index 0000000..2546bb2 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/SessionManager.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/WebMain.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/WebMain.class new file mode 100644 index 0000000..2d6b83c Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/WebMain.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/CommandData.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/CommandData.class new file mode 100644 index 0000000..2c7e6ad Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/CommandData.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/Group.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/Group.class new file mode 100644 index 0000000..a843349 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/Group.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/Player.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/Player.class new file mode 100644 index 0000000..6e48145 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/Player.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/PlayerCache.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/PlayerCache.class new file mode 100644 index 0000000..835fa6d Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/PlayerCache.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/Room.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/Room.class new file mode 100644 index 0000000..94897e7 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/Room.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/RoomCache.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/RoomCache.class new file mode 100644 index 0000000..bc3a76d Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/RoomCache.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/User.class b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/User.class new file mode 100644 index 0000000..4e08f90 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/classes/com/mgr/group/data/User.class differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar new file mode 100644 index 0000000..476e0c0 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar new file mode 100644 index 0000000..8d283e4 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar new file mode 100644 index 0000000..fdf8b6f Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar new file mode 100644 index 0000000..9daff81 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/jboss-logging-3.3.2.Final.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/jboss-logging-3.3.2.Final.jar new file mode 100644 index 0000000..67cde71 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/jboss-logging-3.3.2.Final.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/jdom-1.0.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/jdom-1.0.jar new file mode 100644 index 0000000..288e64c Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/jdom-1.0.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar new file mode 100644 index 0000000..f4d27d3 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar new file mode 100644 index 0000000..1d425cf Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/mysql-connector-java-5.1.48.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/mysql-connector-java-5.1.48.jar new file mode 100644 index 0000000..bd1c4bb Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/mysql-connector-java-5.1.48.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar new file mode 100644 index 0000000..158c1c2 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar new file mode 100644 index 0000000..0143c09 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar new file mode 100644 index 0000000..9a0c049 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/taurus-permanent-1.0.1.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/taurus-permanent-1.0.1.jar new file mode 100644 index 0000000..3fa4d1e Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/taurus-permanent-1.0.1.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar new file mode 100644 index 0000000..efe0621 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/undertow-core-2.0.16.Final.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/undertow-core-2.0.16.Final.jar new file mode 100644 index 0000000..9a34249 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/undertow-core-2.0.16.Final.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/xnio-api-3.3.8.Final.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/xnio-api-3.3.8.Final.jar new file mode 100644 index 0000000..35a5ce8 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/xnio-api-3.3.8.Final.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/xnio-nio-3.3.8.Final.jar b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/xnio-nio-3.3.8.Final.jar new file mode 100644 index 0000000..95f7c04 Binary files /dev/null and b/game_web/group_room_mgr/target/ROOT/WEB-INF/lib/xnio-nio-3.3.8.Final.jar differ diff --git a/game_web/group_room_mgr/target/ROOT/WEB-INF/web.xml b/game_web/group_room_mgr/target/ROOT/WEB-INF/web.xml new file mode 100644 index 0000000..b92ec7e --- /dev/null +++ b/game_web/group_room_mgr/target/ROOT/WEB-INF/web.xml @@ -0,0 +1,19 @@ + + + + + taurus-web + com.taurus.web.WebFilter + + main + com.mgr.group.WebMain + + + + + taurus-web + /* + + diff --git a/game_web/group_room_mgr/target/ROOT/config/log4j.properties b/game_web/group_room_mgr/target/ROOT/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/group_room_mgr/target/ROOT/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/group_room_mgr/target/ROOT/config/mgr-config.xml b/game_web/group_room_mgr/target/ROOT/config/mgr-config.xml new file mode 100644 index 0000000..c64a33f --- /dev/null +++ b/game_web/group_room_mgr/target/ROOT/config/mgr-config.xml @@ -0,0 +1,6 @@ + + + 124.220.176.78:4013 + 1000 + true + \ No newline at end of file diff --git a/game_web/group_room_mgr/target/ROOT/config/taurus-core.xml b/game_web/group_room_mgr/target/ROOT/config/taurus-core.xml new file mode 100644 index 0000000..bad1582 --- /dev/null +++ b/game_web/group_room_mgr/target/ROOT/config/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 160 + + 5 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 160 + + 16 + + 10 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/group_room_mgr/target/ROOT/config/taurus-permanent.xml b/game_web/group_room_mgr/target/ROOT/config/taurus-permanent.xml new file mode 100644 index 0000000..108342f --- /dev/null +++ b/game_web/group_room_mgr/target/ROOT/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 128 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 3 + 20 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - group_mgr + com.mgr.group.MainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/Config.class b/game_web/group_room_mgr/target/classes/com/mgr/group/Config.class new file mode 100644 index 0000000..0f40970 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/Config.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/Global.class b/game_web/group_room_mgr/target/classes/com/mgr/group/Global.class new file mode 100644 index 0000000..3bcf9d4 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/Global.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/GroupController$1.class b/game_web/group_room_mgr/target/classes/com/mgr/group/GroupController$1.class new file mode 100644 index 0000000..da1378e Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/GroupController$1.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/GroupController.class b/game_web/group_room_mgr/target/classes/com/mgr/group/GroupController.class new file mode 100644 index 0000000..7402735 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/GroupController.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/GroupSubscriber$1.class b/game_web/group_room_mgr/target/classes/com/mgr/group/GroupSubscriber$1.class new file mode 100644 index 0000000..a4beb60 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/GroupSubscriber$1.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/GroupSubscriber.class b/game_web/group_room_mgr/target/classes/com/mgr/group/GroupSubscriber.class new file mode 100644 index 0000000..345585c Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/GroupSubscriber.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$1.class b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$1.class new file mode 100644 index 0000000..5353548 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$1.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$2$1.class b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$2$1.class new file mode 100644 index 0000000..01005b4 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$2$1.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$2.class b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$2.class new file mode 100644 index 0000000..3fd367a Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$2.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$3.class b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$3.class new file mode 100644 index 0000000..630d51a Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$3.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$4.class b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$4.class new file mode 100644 index 0000000..1fda20d Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer$4.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer.class b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer.class new file mode 100644 index 0000000..fd35d9e Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/MainServer.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/Router.class b/game_web/group_room_mgr/target/classes/com/mgr/group/Router.class new file mode 100644 index 0000000..3efd34c Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/Router.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/SessionManager$1.class b/game_web/group_room_mgr/target/classes/com/mgr/group/SessionManager$1.class new file mode 100644 index 0000000..823f4e7 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/SessionManager$1.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/SessionManager.class b/game_web/group_room_mgr/target/classes/com/mgr/group/SessionManager.class new file mode 100644 index 0000000..2546bb2 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/SessionManager.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/WebMain.class b/game_web/group_room_mgr/target/classes/com/mgr/group/WebMain.class new file mode 100644 index 0000000..2d6b83c Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/WebMain.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/data/CommandData.class b/game_web/group_room_mgr/target/classes/com/mgr/group/data/CommandData.class new file mode 100644 index 0000000..2c7e6ad Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/data/CommandData.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/data/Group.class b/game_web/group_room_mgr/target/classes/com/mgr/group/data/Group.class new file mode 100644 index 0000000..a843349 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/data/Group.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/data/Player.class b/game_web/group_room_mgr/target/classes/com/mgr/group/data/Player.class new file mode 100644 index 0000000..6e48145 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/data/Player.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/data/PlayerCache.class b/game_web/group_room_mgr/target/classes/com/mgr/group/data/PlayerCache.class new file mode 100644 index 0000000..835fa6d Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/data/PlayerCache.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/data/Room.class b/game_web/group_room_mgr/target/classes/com/mgr/group/data/Room.class new file mode 100644 index 0000000..94897e7 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/data/Room.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/data/RoomCache.class b/game_web/group_room_mgr/target/classes/com/mgr/group/data/RoomCache.class new file mode 100644 index 0000000..bc3a76d Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/data/RoomCache.class differ diff --git a/game_web/group_room_mgr/target/classes/com/mgr/group/data/User.class b/game_web/group_room_mgr/target/classes/com/mgr/group/data/User.class new file mode 100644 index 0000000..4e08f90 Binary files /dev/null and b/game_web/group_room_mgr/target/classes/com/mgr/group/data/User.class differ diff --git a/game_web/group_room_mgr/target/maven-archiver/pom.properties b/game_web/group_room_mgr/target/maven-archiver/pom.properties new file mode 100644 index 0000000..64bc2e5 --- /dev/null +++ b/game_web/group_room_mgr/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=group_mgr +groupId=com.mgr.group +version=1.0.0 diff --git a/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..b023b22 --- /dev/null +++ b/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,23 @@ +com\mgr\group\MainServer$3.class +com\mgr\group\data\CommandData.class +com\mgr\group\MainServer$4.class +com\mgr\group\GroupSubscriber.class +com\mgr\group\data\Player.class +com\mgr\group\SessionManager.class +com\mgr\group\data\User.class +com\mgr\group\MainServer$1.class +com\mgr\group\Router.class +com\mgr\group\data\RoomCache.class +com\mgr\group\SessionManager$1.class +com\mgr\group\GroupController.class +com\mgr\group\Config.class +com\mgr\group\Global.class +com\mgr\group\WebMain.class +com\mgr\group\GroupSubscriber$1.class +com\mgr\group\MainServer$2.class +com\mgr\group\data\PlayerCache.class +com\mgr\group\data\Room.class +com\mgr\group\MainServer.class +com\mgr\group\GroupController$1.class +com\mgr\group\MainServer$2$1.class +com\mgr\group\data\Group.class diff --git a/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..35db7d7 --- /dev/null +++ b/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,15 @@ +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\SessionManager.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\data\User.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\MainServer.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\Router.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\data\Player.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\Config.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\data\RoomCache.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\data\Room.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\data\PlayerCache.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\WebMain.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\GroupSubscriber.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\data\CommandData.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\Global.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\data\Group.java +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\main\java\com\mgr\group\GroupController.java diff --git a/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..984914f --- /dev/null +++ b/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +group_room_mgr\Main.class diff --git a/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..2ec7bfa --- /dev/null +++ b/game_web/group_room_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\quyou\xtserver_anchou\game_web\group_room_mgr\src\test\java\group_room_mgr\Main.java diff --git a/game_web/group_room_mgr/target/test-classes/group_room_mgr/Main.class b/game_web/group_room_mgr/target/test-classes/group_room_mgr/Main.class new file mode 100644 index 0000000..c374007 Binary files /dev/null and b/game_web/group_room_mgr/target/test-classes/group_room_mgr/Main.class differ diff --git a/game_web/pack_tools/pom.xml b/game_web/pack_tools/pom.xml new file mode 100644 index 0000000..81968eb --- /dev/null +++ b/game_web/pack_tools/pom.xml @@ -0,0 +1,119 @@ + + 4.0.0 + com.pack + pack_tools + war + 1.0.0 + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-web + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + com.zaxxer + HikariCP + 3.3.1 + + + + + mysql + mysql-connector-java + 8.0.16 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + org.eclipse.jetty + jetty-webapp + 8.2.0.v20160908 + provided + + + + com.aliyun.oss + aliyun-sdk-oss + 3.8.0 + + + + + com.alibaba + fastjson + 1.2.62 + + + + + pack_tools + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/game_web/pack_tools/src/main/java/com/pack/MainServer.java b/game_web/pack_tools/src/main/java/com/pack/MainServer.java new file mode 100644 index 0000000..0b6fba7 --- /dev/null +++ b/game_web/pack_tools/src/main/java/com/pack/MainServer.java @@ -0,0 +1,63 @@ +package com.pack; + +import java.io.File; +import java.io.FileInputStream; +import java.io.InputStream; + +import org.jdom.Document; +import org.jdom.Element; +import org.jdom.input.SAXBuilder; + +import com.pack.service.CommandService; +import com.pack.service.PackUtilService; +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; + +public class MainServer extends Extension { + + public static Element packConfig; + public static Element ossListConfig; + public static String probjectName; + public MainServer() { + super(); + String path = System.getProperty("WORKDIR"); + File file = new File(path+"/config/pack-config.xml"); + if(file.exists()) { + try { + InputStream is = new FileInputStream(file); + SAXBuilder builder = new SAXBuilder(); + Document document = builder.build(is); + packConfig = document.getRootElement(); + ossListConfig = packConfig.getChild("oss-list"); + probjectName = packConfig.getChildTextTrim("project-name"); + }catch (Exception e) { + e.printStackTrace(); + } + } + + } + + + + + @Override + public void configRoute(Routes me) { + + me.add("cmd", CommandService.class); + me.add("pack", PackUtilService.class); + } + + @Override + public void onStart() { + + + } + + @Override + public void onStop() { + // TODO Auto-generated method stub + + + } + +} diff --git a/game_web/pack_tools/src/main/java/com/pack/Utils.java b/game_web/pack_tools/src/main/java/com/pack/Utils.java new file mode 100644 index 0000000..045b08b --- /dev/null +++ b/game_web/pack_tools/src/main/java/com/pack/Utils.java @@ -0,0 +1,98 @@ +package com.pack; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.FileInputStream; +import java.io.InputStream; +import java.net.HttpURLConnection; +import java.net.URL; +import java.util.List; + +import org.jdom.Element; + +import com.aliyun.oss.OSS; +import com.aliyun.oss.OSSClientBuilder; +import com.aliyun.oss.model.CannedAccessControlList; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import redis.clients.jedis.Jedis; + +public class Utils { + + public static final String[] svr_list= {"local","test","pro"}; + + public static ITObject getGameData(Jedis jedis1,int game_id,boolean version_add) { + List list = jedis1.hmget("game:"+game_id,"id","name","bundle","version"); + ITObject obj = TObject.newInstance(); + obj.putInt("game_id", Integer.parseInt(list.get(0))); + obj.putUtfString("name", list.get(1)); + obj.putUtfString("bundle", list.get(2)); + String version = list.get(3); + if(version_add) { + String tem[] = version.split("\\."); + version = tem[0]+"."+tem[1]+"."+(Integer.parseInt(tem[2])+1); + } + obj.putUtfString("version", version); + return obj; + } + + public static byte[] httpGet(String url) { + try { + URL realUrl = new URL(url); + // 打开和URL之间的连接 + HttpURLConnection conn = (HttpURLConnection) realUrl.openConnection(); + if(conn.getResponseCode() == 200) { + InputStream is = conn.getInputStream(); + ByteArrayOutputStream o = new ByteArrayOutputStream(1024); + int i = 1024; + byte[] buf = new byte[i]; + + while ((i = is.read(buf, 0, i)) > 0) { + o.write(buf, 0, i); + } + return o.toByteArray(); + } + } catch (Exception e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + return null; + } + + + public static void uploadOssPack(String objectName,String path) throws Exception{ + List list = MainServer.ossListConfig.getChildren(); + for (Object o : list) { + Element ossConfig = (Element)o; + String endpoint = ossConfig.getChildTextTrim("endpoint"); + String accessKeyId = ossConfig.getChildTextTrim("accessKeyId"); + String accessKeySecret = ossConfig.getChildTextTrim("accessKeySecret"); + String bucketName = ossConfig.getChildTextTrim("bucketName"); + // 创建OSSClient实例。 + OSS ossClient = new OSSClientBuilder().build(endpoint, accessKeyId, accessKeySecret); + FileInputStream is = new FileInputStream(path+"/"+objectName); + String temName = MainServer.probjectName+"/" + objectName; + ossClient.putObject(bucketName, temName, is); + is.close(); + ossClient.setObjectAcl(bucketName, temName, CannedAccessControlList.PublicRead); + // 关闭OSSClient。 + ossClient.shutdown(); + } + + } + + + public static void uploadOss(Element ossConfig,String objectName,byte[] bytes) throws Exception{ + String endpoint = ossConfig.getChildTextTrim("endpoint"); + String accessKeyId = ossConfig.getChildTextTrim("accessKeyId"); + String accessKeySecret = ossConfig.getChildTextTrim("accessKeySecret"); + String bucketName = ossConfig.getChildTextTrim("bucketName"); + // 创建OSSClient实例。 + OSS ossClient = new OSSClientBuilder().build(endpoint, accessKeyId, accessKeySecret); + ossClient.putObject(bucketName, objectName, new ByteArrayInputStream(bytes)); + ossClient.setObjectAcl(bucketName, objectName, CannedAccessControlList.PublicRead); + // 关闭OSSClient。 + ossClient.shutdown(); + } +} diff --git a/game_web/pack_tools/src/main/java/com/pack/service/CommandService.java b/game_web/pack_tools/src/main/java/com/pack/service/CommandService.java new file mode 100644 index 0000000..80e0879 --- /dev/null +++ b/game_web/pack_tools/src/main/java/com/pack/service/CommandService.java @@ -0,0 +1,69 @@ +package com.pack.service; + +import com.data.util.ErrorCode; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.StringUtil; +import com.taurus.web.Controller; + +public class CommandService extends Controller { + + + @ActionKey(value = "get_user") + public final void getUser() throws Exception { + ITObject params = this.getParams(); + String key = params.getUtfString("key"); + int uid = params.getInt("uid"); + ITObject resData = TObject.newInstance(); + String res_v = null; + switch(key) { + case "acc": + res_v = Redis.use("group1_db0").hget("{user}:"+uid,"acc"); + break; + } + res_v = StringUtil.isEmpty(res_v)?StringUtil.Empty:res_v; + resData.putUtfString("value", res_v); + this.sendResponse(ErrorCode._SUCC, resData); + } + + + @ActionKey(value = "set_user") + public final void setUser() throws Exception { + ITObject params = this.getParams(); + String key = params.getUtfString("key"); + int uid = params.getInt("uid"); + int value = params.getInt("value"); + String sql = null; + switch(key) { + case "diamo": + sql = String.format("update account set diamo=%s where id=%s", value,uid); + if(DataBase.use().executeUpdate(sql)==0) { + this.sendResponse(ErrorCode._FAILED, null); + return; + } + Redis.use("group1_db0").hset("{user}:"+uid, "diamo", value+""); + + break; + case "type": + sql = String.format("update account set type=%s where id=%s", value,uid); + if(DataBase.use().executeUpdate(sql)==0) { + this.sendResponse(ErrorCode._FAILED, null); + return; + } + Redis.use("group1_db0").hset("{user}:"+uid, "type", value+""); + break; + case "mng": + sql = String.format("update account set mng=%s where id=%s", value,uid); + if(DataBase.use().executeUpdate(sql)==0) { + this.sendResponse(ErrorCode._FAILED, null); + return; + } + Redis.use("group1_db0").hset("{user}:"+uid, "mng", value+""); + break; + } + this.sendResponse(ErrorCode._SUCC, null); + } +} diff --git a/game_web/pack_tools/src/main/java/com/pack/service/PackServerProject.java b/game_web/pack_tools/src/main/java/com/pack/service/PackServerProject.java new file mode 100644 index 0000000..48eac89 --- /dev/null +++ b/game_web/pack_tools/src/main/java/com/pack/service/PackServerProject.java @@ -0,0 +1,103 @@ +package com.pack.service; + +import java.io.File; +import java.io.IOException; +import java.nio.file.Files; +import java.nio.file.StandardCopyOption; + +import javax.servlet.ServletException; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.util.Logger; + +public class PackServerProject extends HttpServlet{ + /** + * + */ + private static final long serialVersionUID = 990146541904048926L; + + + private static final Object lock = new Object(); + + private static final String[] project_path = {"E:/elipse_work/leying/game_java/","E:/elipse_work/leying/server_web/"}; + private static final String[] upload_path = {"E:/upload/leying/update_game_java/","E:/upload/leying/"}; + + private static void findall(HttpServletResponse resp) throws Exception{ + ITArray arr = DataBase.use("db2").executeQueryByTArray("select * from leying"); + String t = ""; + for (int i = 0; i < arr.size(); i++) { + ITObject obj = arr.getTObject(i); + int id = obj.getInt("id"); + String name = obj.getUtfString("name"); + String file_name = obj.getUtfString("file_name"); + String upload_path = obj.getUtfString("upload_path"); + String pro_path = obj.getUtfString("pro_path"); + t +=String.format("", name,pro_path,upload_path,file_name,id); + } + t+="
项目名称项目路径上传路径包文件名操作
%s%s%s%s打包
"; + resp.getOutputStream().write(t.getBytes("GBK")); + } + + @Override + protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { + if(req.getParameterMap().containsKey("id")){ + try { + int id = Integer.parseInt(req.getParameter("id")); + synchronized (lock) { + ITArray arr = DataBase.use("db2").executeQueryByTArray("select * from leying where id="+id); + if(arr.size()>0){ + ITObject obj = arr.getTObject(0); + int type = obj.getInt("type"); + String name = obj.getUtfString("name"); + Logger log = Logger.getLogger(name); + String path = project_path[type-1]; + String file_name = obj.getUtfString("file_name"); + String upload = upload_path[type-1] + obj.getUtfString("upload_path")+"/"+file_name; + PackUtilService.exeCmd(path+"build.bat " +obj.getUtfString("pro_path")+" "+file_name+" " +upload ,log); + PackUtilService.exeCmd("svn update "+upload_path[1], log); + String tem_path = path + obj.getUtfString("pro_path")+"/target/"+file_name; + Files.copy(new File(tem_path).toPath(), new File(upload).toPath(),StandardCopyOption.REPLACE_EXISTING); + PackUtilService.exeCmd(upload_path[type-1]+"svn_add.bat \""+getIpAddr(req)+"["+name+"]\"",log); + String t="

打包成功!

返回"; + resp.getOutputStream().write(t.getBytes("GBK")); + } + } + } catch (Exception e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + }else { + try { + findall(resp); + } catch (Exception e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + } + + private static String getIpAddr(HttpServletRequest request) { + String ip = request.getHeader("X-Forwarded-For"); + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("Proxy-Client-IP"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("WL-Proxy-Client-IP"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("HTTP_CLIENT_IP"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("HTTP_X_FORWARDED_FOR"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getRemoteAddr(); + } + return ip; + } +} diff --git a/game_web/pack_tools/src/main/java/com/pack/service/PackUtilService.java b/game_web/pack_tools/src/main/java/com/pack/service/PackUtilService.java new file mode 100644 index 0000000..c0dfcdf --- /dev/null +++ b/game_web/pack_tools/src/main/java/com/pack/service/PackUtilService.java @@ -0,0 +1,289 @@ +package com.pack.service; + +import java.io.BufferedReader; +import java.io.FileOutputStream; +import java.io.InputStreamReader; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.LinkedHashMap; +import java.util.List; +import java.util.Map; + +import org.jdom.Element; + +import com.alibaba.fastjson.JSON; +import com.alibaba.fastjson.parser.Feature; +import com.alibaba.fastjson.serializer.SerializerFeature; +import com.pack.MainServer; +import com.pack.Utils; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.web.Controller; + +import redis.clients.jedis.Jedis; + +public class PackUtilService extends Controller{ + private static final Object lock = new Object(); + + static void exeCmd(String cmdCode,Logger log) { + BufferedReader br = null; + try { + Process p = Runtime.getRuntime().exec(cmdCode); + br = new BufferedReader(new InputStreamReader(p.getInputStream(), "GBK")); + String line; + while ((line = br.readLine()) != null) { + log.info(line); + } + p.waitFor(); + } catch (Exception e) { + e.printStackTrace(); + } finally { + if (br != null) { + try { + br.close(); + } catch (Exception e) { + e.printStackTrace(); + } + } + } + } + + private void asynBuild(String threadName,String cmd,String os,ITArray arr) { + Thread thread = new Thread(new Runnable() { + + @Override + public void run() { + logger.info("building "+os+"..."); + exeCmd(cmd,logger); + for (int i = 0; i < arr.size(); i++) { + ITObject obj = arr.getTObject(i); + String tem_ver = obj.getUtfString("version"); + String bundle = obj.getUtfString("bundle"); + bundle = bundle.replaceAll("\\.", "/"); + String obj_name = "/"+bundle+"/asset_pack"+tem_ver+".bytes"; + logger.info(obj.getUtfString("name")+"["+tem_ver + "] pack to oss..."); + try { + String path = MainServer.packConfig.getChildTextTrim("temp-pack-path"); + Utils.uploadOssPack(os+obj_name, path); + } catch (Exception e) { + logger.error(e); + buildCount ++; + throw new RuntimeException(e); + } + logger.info(obj.getUtfString("name")+"["+tem_ver + "] upload oss ok!"); + } + + buildCount ++; + } + }); + thread.setName(threadName + "-" + os); + thread.start(); + + } + private volatile int buildCount; + @ActionKey(value = "pack_extend") + public final void packExtend() throws Exception { + ITObject params = this.getParams(); + ITArray list = params.getTArray("list"); + if(list.size()==0) { + this.sendResponse(0, null); + return; + } + String threadName = this.getRemoteAddr()+"(extend)"; + Thread.currentThread().setName(threadName); + synchronized(lock) { + buildCount = 0; + int svr_type = params.getInt("svr_type"); + List> redis_list = new ArrayList<>(); + for(int i=0;i()); + } + logger.info("start build pack ..."); + + String svr = Utils.svr_list[svr_type]; + Jedis jedis1 = Redis.use(svr+"_db1").getJedis(); + try { + ITArray arr = TArray.newInstance(); + for(int i=0;i redis_map = redis_list.get(i); + String ver = gameObj.getUtfString("version"); + redis_map.put("version", ver); + arr.addTObject(gameObj); + } + String temp_path = MainServer.packConfig.getChildTextTrim("temp-pack-path"); + ITObject tem = TObject.newInstance(); + tem.putTArray("data", arr); + tem.putUtfString("hotpath", temp_path); + String data_path = MainServer.packConfig.getChildTextTrim("data-path"); + FileOutputStream fos = new FileOutputStream(data_path); + fos.write(StringUtil.getBytes(tem.toJson())); + fos.close(); + String cmd_params = " \""+data_path+"\""; + String bat_path = MainServer.packConfig.getChildTextTrim("android-path")+"build-extend.bat"; + String cmd = bat_path + cmd_params + " \"android\""; + asynBuild(threadName,cmd,"Android",arr); + bat_path = MainServer.packConfig.getChildTextTrim("ios-path")+"build-extend.bat"; + cmd = bat_path + cmd_params + " \"ios\""; + asynBuild(threadName,cmd,"iOS",arr); + bat_path = MainServer.packConfig.getChildTextTrim("win-path")+"build-extend.bat"; + cmd = bat_path + cmd_params + " \"win\""; + asynBuild(threadName,cmd,"Win",arr); + + while(buildCount < 3) { + Thread.sleep(100); + } + + for (int i = 0; i < redis_list.size(); i++) { + Map map = redis_list.get(i); + int game_id = list.getInt(i); + String key = "game:"+game_id; + jedis1.hmset(key, map); + jedis1.hincrBy(key, "cache_ver", 1); + } + }finally { + jedis1.close(); + } + } + + + } + + + @SuppressWarnings("unchecked") + @ActionKey(value = "pack_base") + public final void packBase() throws Exception { + ITObject params = this.getParams(); + ITArray list = params.getTArray("list"); + if(list.size()==0) { + this.sendResponse(0, null); + return; + } + String threadName = this.getRemoteAddr()+"(base)"; + Thread.currentThread().setName(threadName); + synchronized (lock) { + buildCount = 0; + logger.info("start build pack ..."); + List config_list = new ArrayList<>(); + Element init_json_list = MainServer.packConfig.getChild("init-json-list"); + @SuppressWarnings("rawtypes") + List base_config = init_json_list.getChildren(); + for (int i = 0; i < base_config.size(); i++) { + Element elem = (Element)base_config.get(i); + String url = elem.getChildTextTrim("url"); + String oss_key = elem.getChildTextTrim("oss_key"); + String init_json = elem.getChildTextTrim("init_json"); + BaseConfigData bcd = new BaseConfigData(); + byte[] bytes = Utils.httpGet(url); + if(bytes==null)continue; + String str = StringUtil.getString(bytes); + bcd.init_config_map = JSON.parseObject(str,LinkedHashMap.class, Feature.OrderedField); + Map obj = (Map) bcd.init_config_map.get("Android"); + bcd.old_ver = (String) obj.get("version"); + String v_tem[] = bcd.old_ver.split("\\."); + bcd.new_ver = v_tem[0]+"."+v_tem[1]+"."+(Integer.parseInt(v_tem[2])+1); + bcd.oss_key = oss_key; + bcd.init_json = init_json; + config_list.add(bcd); + } + String ver = config_list.get(0).old_ver; + String config_url = MainServer.packConfig.getChildTextTrim("config-url"); + byte[] bytes = Utils.httpGet(config_url+"asset_config"+ver+".json"); + if(bytes==null)return; + String str = StringUtil.getString(bytes); + ITArray config_arr = TArray.newFromJsonData(str); + ITArray arr = TArray.newInstance(); + for(int i=0;i init_config_map; + + public String old_ver; + + public String new_ver; + + public ITArray config_arr; + public String init_json; + + public String oss_key; + + @SuppressWarnings("unchecked") + public void writeNewVer() throws Exception { + List object= JSON.parseObject(config_arr.toJson(),ArrayList.class,Feature.OrderedField); + String json_str = JSON.toJSONString(object, SerializerFeature.PrettyFormat); + String config_path = "/config/asset_config"+new_ver+".json"; + byte[] config_bytes = StringUtil.getBytes(json_str); + List list = MainServer.ossListConfig.getChildren(); + for (Object o : list) { + Element ossConfig = (Element)o; + Utils.uploadOss(ossConfig,MainServer.probjectName+config_path,config_bytes); + } + + Map obj = (Map) init_config_map.get("Android"); + obj.put("version", new_ver); + obj = (Map) init_config_map.get("iOS"); + obj.put("version", new_ver); + obj = (Map) init_config_map.get("Win"); + obj.put("version", new_ver); + json_str = JSON.toJSONString(init_config_map, SerializerFeature.PrettyFormat); + + Element ossConfig = MainServer.ossListConfig.getChild(oss_key); + Utils.uploadOss(ossConfig,"configure/test1/"+init_json,StringUtil.getBytes(json_str)); + } + } +} diff --git a/game_web/pack_tools/src/main/java/com/pack/service/ServletAllGame.java b/game_web/pack_tools/src/main/java/com/pack/service/ServletAllGame.java new file mode 100644 index 0000000..8674e34 --- /dev/null +++ b/game_web/pack_tools/src/main/java/com/pack/service/ServletAllGame.java @@ -0,0 +1,56 @@ +package com.pack.service; + +import java.io.IOException; +import java.io.OutputStream; +import java.util.Set; + +import javax.servlet.ServletException; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import com.pack.Utils; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; + +public class ServletAllGame extends HttpServlet { + + /** + * + */ + private static final long serialVersionUID = 1L; + + + + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { + String _svr_type = request.getParameter("svr_type"); + int svr_type = 1; + if(StringUtil.isNotEmpty(_svr_type)) { + svr_type = Integer.parseInt(_svr_type); + } + String svr = Utils.svr_list[svr_type]; + ITArray gameArray = TArray.newInstance(); + Jedis jedis1 = Redis.use(svr+"_db1").getJedis(); + try { + Set all = jedis1.keys("game:[0-9]*"); + for(String key : all) { + key = key.replaceAll("game:", ""); + ITObject gameObj = Utils.getGameData(jedis1, Integer.parseInt(key),false); + gameArray.addTObject(gameObj); + } + }finally { + jedis1.close(); + } + + OutputStream os =response.getOutputStream(); + os.write(StringUtil.getBytes(gameArray.toJson())); + os.flush(); + os.close(); + } +} diff --git a/game_web/pack_tools/src/main/webapp/WEB-INF/web.xml b/game_web/pack_tools/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..4f12630 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,38 @@ + + + + taurus-web + com.taurus.web.WebFilter + + main + com.pack.MainServer + + + + + taurus-web + /* + + + + allGame + com.pack.service.ServletAllGame + + + + allGame + /allGame + + + + pack_server + com.pack.service.PackServerProject + + + + pack_server + /pack_server + + + + \ No newline at end of file diff --git a/game_web/pack_tools/src/main/webapp/config/log4j.properties b/game_web/pack_tools/src/main/webapp/config/log4j.properties new file mode 100644 index 0000000..e10e427 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/pack_tools.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/pack_tools/src/main/webapp/config/mpnet-tools.xml b/game_web/pack_tools/src/main/webapp/config/mpnet-tools.xml new file mode 100644 index 0000000..d50acec --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/config/mpnet-tools.xml @@ -0,0 +1,97 @@ + + + + + + 80 + + 2 + + 10 + + -1 + + true + + true + + true + + select 1 + + 180000 + + 60000 + + 30000 + + false + + 300000 + + false + + -1 + + + + + db1 + com.mysql.jdbc.Driver + jdbc:mysql://rm-uf6k4q27s99k5w1p1co.mysql.rds.aliyuncs.com/lygame_test + ly002 + ly2019!@#$ + + + db2 + com.mysql.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/pack_config + proto_ff + 37du_game + + + + + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + \ No newline at end of file diff --git a/game_web/pack_tools/src/main/webapp/config/pack-config.xml b/game_web/pack_tools/src/main/webapp/config/pack-config.xml new file mode 100644 index 0000000..4086759 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/config/pack-config.xml @@ -0,0 +1,28 @@ + + + + + http://oss-cn-zhangjiakou.aliyuncs.com + LTAI4Fr18Esz5FBT9fPvSr6Y + 5oGollnfotRsnXwsWZIW7aNlNCMYVa + jingduliansai + + + + + jdls_pack + E:/wb_pro/pack_data.bin + E:/wb_pro/wb_win/ + E:/wb_pro/wb_ios/ + E:/wb_pro/wb_android/ + E:/wb_pack_temp + https://jingduliansai.oss-cn-zhangjiakou.aliyuncs.com/jdls_pack/config/ + + + + init1_0.json + https://jingduliansai.oss-cn-zhangjiakou.aliyuncs.com/configure/test1/init1_0.json + test + + + \ No newline at end of file diff --git a/game_web/pack_tools/src/main/webapp/config/taurus-core.xml b/game_web/pack_tools/src/main/webapp/config/taurus-core.xml new file mode 100644 index 0000000..2892976 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/config/taurus-core.xml @@ -0,0 +1,94 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + \ No newline at end of file diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log new file mode 100644 index 0000000..d4bb7c4 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log @@ -0,0 +1,582 @@ +14 七月 2020 | 01:00:16,902 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +14 七月 2020 | 01:00:17,037 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +14 七月 2020 | 01:35:13,135 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +14 七月 2020 | 01:35:13,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +14 七月 2020 | 01:35:13,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +14 七月 2020 | 01:35:13,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +14 七月 2020 | 01:35:14,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 七月 2020 | 01:35:14,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 七月 2020 | 01:35:14,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 七月 2020 | 01:35:17,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +14 七月 2020 | 01:35:17,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +14 七月 2020 | 01:35:17,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +14 七月 2020 | 01:35:17,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +14 七月 2020 | 01:35:17,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3 +14 七月 2020 | 01:35:17,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3.meta +14 七月 2020 | 01:35:17,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3 +14 七月 2020 | 01:35:17,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3 +14 七月 2020 | 01:35:17,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3.meta +14 七月 2020 | 01:35:17,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3.meta +14 七月 2020 | 01:35:17,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3 +14 七月 2020 | 01:35:17,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3 +14 七月 2020 | 01:35:17,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3.meta +14 七月 2020 | 01:35:17,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3 +14 七月 2020 | 01:35:17,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3.meta +14 七月 2020 | 01:35:17,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3.meta +14 七月 2020 | 01:35:17,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3 +14 七月 2020 | 01:35:17,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3 +14 七月 2020 | 01:35:17,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3.meta +14 七月 2020 | 01:35:17,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3 +14 七月 2020 | 01:35:17,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3.meta +14 七月 2020 | 01:35:17,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3.meta +14 七月 2020 | 01:35:17,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3 +14 七月 2020 | 01:35:17,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3 +14 七月 2020 | 01:35:17,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3.meta +14 七月 2020 | 01:35:17,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3.meta +14 七月 2020 | 01:35:17,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3 +14 七月 2020 | 01:35:17,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3 +14 七月 2020 | 01:35:17,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3.meta +14 七月 2020 | 01:35:17,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3.meta +14 七月 2020 | 01:35:17,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3 +14 七月 2020 | 01:35:17,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3 +14 七月 2020 | 01:35:17,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3.meta +14 七月 2020 | 01:35:17,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3.meta +14 七月 2020 | 01:35:17,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3 +14 七月 2020 | 01:35:17,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3 +14 七月 2020 | 01:35:17,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3.meta +14 七月 2020 | 01:35:17,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3.meta +14 七月 2020 | 01:35:17,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3 +14 七月 2020 | 01:35:17,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3 +14 七月 2020 | 01:35:17,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3.meta +14 七月 2020 | 01:35:17,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3.meta +14 七月 2020 | 01:35:17,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3 +14 七月 2020 | 01:35:17,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3 +14 七月 2020 | 01:35:17,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3.meta +14 七月 2020 | 01:35:17,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3.meta +14 七月 2020 | 01:35:17,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3 +14 七月 2020 | 01:35:17,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3 +14 七月 2020 | 01:35:17,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3.meta +14 七月 2020 | 01:35:17,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3.meta +14 七月 2020 | 01:35:17,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3 +14 七月 2020 | 01:35:17,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3 +14 七月 2020 | 01:35:17,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3.meta +14 七月 2020 | 01:35:17,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3.meta +14 七月 2020 | 01:35:17,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3 +14 七月 2020 | 01:35:17,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3 +14 七月 2020 | 01:35:17,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3.meta +14 七月 2020 | 01:35:17,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3.meta +14 七月 2020 | 01:35:17,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3 +14 七月 2020 | 01:35:17,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3.meta +14 七月 2020 | 01:35:17,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3 +14 七月 2020 | 01:35:17,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3 +14 七月 2020 | 01:35:17,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3.meta +14 七月 2020 | 01:35:17,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3.meta +14 七月 2020 | 01:35:17,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3 +14 七月 2020 | 01:35:17,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3.meta +14 七月 2020 | 01:35:17,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3 +14 七月 2020 | 01:35:17,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3 +14 七月 2020 | 01:35:17,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3.meta +14 七月 2020 | 01:35:17,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3.meta +14 七月 2020 | 01:35:17,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3 +14 七月 2020 | 01:35:17,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3 +14 七月 2020 | 01:35:17,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3.meta +14 七月 2020 | 01:35:17,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3.meta +14 七月 2020 | 01:35:17,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3 +14 七月 2020 | 01:35:17,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3 +14 七月 2020 | 01:35:17,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3.meta +14 七月 2020 | 01:35:17,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3.meta +14 七月 2020 | 01:35:17,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3 +14 七月 2020 | 01:35:17,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3 +14 七月 2020 | 01:35:18,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3.meta +14 七月 2020 | 01:35:18,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3 +14 七月 2020 | 01:35:18,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3.meta +14 七月 2020 | 01:35:18,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3.meta +14 七月 2020 | 01:35:18,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3 +14 七月 2020 | 01:35:18,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3 +14 七月 2020 | 01:35:18,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3.meta +14 七月 2020 | 01:35:18,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3.meta +14 七月 2020 | 01:35:18,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3 +14 七月 2020 | 01:35:18,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3 +14 七月 2020 | 01:35:18,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3.meta +14 七月 2020 | 01:35:18,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3.meta +14 七月 2020 | 01:35:18,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3 +14 七月 2020 | 01:35:18,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3 +14 七月 2020 | 01:35:18,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3.meta +14 七月 2020 | 01:35:18,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3.meta +14 七月 2020 | 01:35:18,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3 +14 七月 2020 | 01:35:18,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3.meta +14 七月 2020 | 01:35:18,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3 +14 七月 2020 | 01:35:18,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3 +14 七月 2020 | 01:35:18,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3.meta +14 七月 2020 | 01:35:18,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3.meta +14 七月 2020 | 01:35:18,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3 +14 七月 2020 | 01:35:18,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3.meta +14 七月 2020 | 01:35:18,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3 +14 七月 2020 | 01:35:18,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3 +14 七月 2020 | 01:35:18,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3.meta +14 七月 2020 | 01:35:18,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3.meta +14 七月 2020 | 01:35:18,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3 +14 七月 2020 | 01:35:18,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3 +14 七月 2020 | 01:35:18,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3.meta +14 七月 2020 | 01:35:18,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3.meta +14 七月 2020 | 01:35:18,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3 +14 七月 2020 | 01:35:18,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3 +14 七月 2020 | 01:35:18,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3.meta +14 七月 2020 | 01:35:18,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3 +14 七月 2020 | 01:35:18,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3.meta +14 七月 2020 | 01:35:18,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3 +14 七月 2020 | 01:35:18,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3.meta +14 七月 2020 | 01:35:18,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3.meta +14 七月 2020 | 01:35:18,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3 +14 七月 2020 | 01:35:18,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3 +14 七月 2020 | 01:35:18,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3.meta +14 七月 2020 | 01:35:18,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3.meta +14 七月 2020 | 01:35:18,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3 +14 七月 2020 | 01:35:18,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3 +14 七月 2020 | 01:35:18,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3.meta +14 七月 2020 | 01:35:18,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3.meta +14 七月 2020 | 01:35:18,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3 +14 七月 2020 | 01:35:18,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3 +14 七月 2020 | 01:35:18,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3.meta +14 七月 2020 | 01:35:18,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3.meta +14 七月 2020 | 01:35:18,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3 +14 七月 2020 | 01:35:18,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3 +14 七月 2020 | 01:35:18,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3.meta +14 七月 2020 | 01:35:18,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3 +14 七月 2020 | 01:35:18,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3.meta +14 七月 2020 | 01:35:18,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3.meta +14 七月 2020 | 01:35:18,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3 +14 七月 2020 | 01:35:18,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3 +14 七月 2020 | 01:35:18,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3.meta +14 七月 2020 | 01:35:18,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3.meta +14 七月 2020 | 01:35:18,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3 +14 七月 2020 | 01:35:18,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3.meta +14 七月 2020 | 01:35:18,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3 +14 七月 2020 | 01:35:18,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3 +14 七月 2020 | 01:35:18,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3.meta +14 七月 2020 | 01:35:18,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3.meta +14 七月 2020 | 01:35:18,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3 +14 七月 2020 | 01:35:18,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3.meta +14 七月 2020 | 01:35:18,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3 +14 七月 2020 | 01:35:18,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3.meta +14 七月 2020 | 01:35:18,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3 +14 七月 2020 | 01:35:18,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3 +14 七月 2020 | 01:35:18,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3.meta +14 七月 2020 | 01:35:18,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3.meta +14 七月 2020 | 01:35:18,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3 +14 七月 2020 | 01:35:18,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3 +14 七月 2020 | 01:35:18,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3.meta +14 七月 2020 | 01:35:18,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3.meta +14 七月 2020 | 01:35:18,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3 +14 七月 2020 | 01:35:18,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3.meta +14 七月 2020 | 01:35:18,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3 +14 七月 2020 | 01:35:18,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3.meta +14 七月 2020 | 01:35:19,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3 +14 七月 2020 | 01:35:19,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3.meta +14 七月 2020 | 01:35:19,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3 +14 七月 2020 | 01:35:19,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3.meta +14 七月 2020 | 01:35:19,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3 +14 七月 2020 | 01:35:19,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3.meta +14 七月 2020 | 01:35:19,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3 +14 七月 2020 | 01:35:19,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3 +14 七月 2020 | 01:35:19,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3.meta +14 七月 2020 | 01:35:19,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3.meta +14 七月 2020 | 01:35:19,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3 +14 七月 2020 | 01:35:19,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3 +14 七月 2020 | 01:35:19,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3.meta +14 七月 2020 | 01:35:19,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3.meta +14 七月 2020 | 01:35:19,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3 +14 七月 2020 | 01:35:19,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3 +14 七月 2020 | 01:35:19,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3.meta +14 七月 2020 | 01:35:19,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3.meta +14 七月 2020 | 01:35:19,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3 +14 七月 2020 | 01:35:19,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3 +14 七月 2020 | 01:35:19,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3.meta +14 七月 2020 | 01:35:19,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3.meta +14 七月 2020 | 01:35:19,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3 +14 七月 2020 | 01:35:19,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3 +14 七月 2020 | 01:35:19,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3.meta +14 七月 2020 | 01:35:19,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3.meta +14 七月 2020 | 01:35:19,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3 +14 七月 2020 | 01:35:19,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3 +14 七月 2020 | 01:35:19,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3.meta +14 七月 2020 | 01:35:19,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3.meta +14 七月 2020 | 01:35:19,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3 +14 七月 2020 | 01:35:19,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3 +14 七月 2020 | 01:35:19,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3.meta +14 七月 2020 | 01:35:19,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3.meta +14 七月 2020 | 01:35:19,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3 +14 七月 2020 | 01:35:19,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3 +14 七月 2020 | 01:35:19,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3.meta +14 七月 2020 | 01:35:19,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3.meta +14 七月 2020 | 01:35:19,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3 +14 七月 2020 | 01:35:19,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3 +14 七月 2020 | 01:35:19,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3.meta +14 七月 2020 | 01:35:19,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3 +14 七月 2020 | 01:35:19,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3.meta +14 七月 2020 | 01:35:19,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3 +14 七月 2020 | 01:35:19,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3.meta +14 七月 2020 | 01:35:19,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3.meta +14 七月 2020 | 01:35:19,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3 +14 七月 2020 | 01:35:19,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3 +14 七月 2020 | 01:35:19,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3.meta +14 七月 2020 | 01:35:19,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3.meta +14 七月 2020 | 01:35:19,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3 +14 七月 2020 | 01:35:19,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3 +14 七月 2020 | 01:35:19,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3.meta +14 七月 2020 | 01:35:19,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3.meta +14 七月 2020 | 01:35:19,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3 +14 七月 2020 | 01:35:19,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3 +14 七月 2020 | 01:35:19,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3.meta +14 七月 2020 | 01:35:19,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3.meta +14 七月 2020 | 01:35:19,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3 +14 七月 2020 | 01:35:19,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3 +14 七月 2020 | 01:35:19,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3.meta +14 七月 2020 | 01:35:19,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3.meta +14 七月 2020 | 01:35:19,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3 +14 七月 2020 | 01:35:19,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3 +14 七月 2020 | 01:35:19,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3.meta +14 七月 2020 | 01:35:19,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3.meta +14 七月 2020 | 01:35:19,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3 +14 七月 2020 | 01:35:19,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3 +14 七月 2020 | 01:35:19,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3.meta +14 七月 2020 | 01:35:19,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3.meta +14 七月 2020 | 01:35:19,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3 +14 七月 2020 | 01:35:19,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3 +14 七月 2020 | 01:35:19,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3.meta +14 七月 2020 | 01:35:19,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3 +14 七月 2020 | 01:35:19,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3.meta +14 七月 2020 | 01:35:19,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3 +14 七月 2020 | 01:35:19,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3 +14 七月 2020 | 01:35:19,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3.meta +14 七月 2020 | 01:35:19,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3.meta +14 七月 2020 | 01:35:19,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3 +14 七月 2020 | 01:35:19,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3.meta +14 七月 2020 | 01:35:19,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3 +14 七月 2020 | 01:35:19,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3 +14 七月 2020 | 01:35:19,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3.meta +14 七月 2020 | 01:35:19,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3.meta +14 七月 2020 | 01:35:19,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3.meta +14 七月 2020 | 01:35:19,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3 +14 七月 2020 | 01:35:19,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3 +14 七月 2020 | 01:35:19,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3 +14 七月 2020 | 01:35:19,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3.meta +14 七月 2020 | 01:35:19,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3.meta +14 七月 2020 | 01:35:19,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3.meta +14 七月 2020 | 01:35:19,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3 +14 七月 2020 | 01:35:19,314 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3 +14 七月 2020 | 01:35:19,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3 +14 七月 2020 | 01:35:19,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3.meta +14 七月 2020 | 01:35:19,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3.meta +14 七月 2020 | 01:35:19,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3 +14 七月 2020 | 01:35:19,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3.meta +14 七月 2020 | 01:35:19,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3 +14 七月 2020 | 01:35:19,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3.meta +14 七月 2020 | 01:35:19,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3 +14 七月 2020 | 01:35:19,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3.meta +14 七月 2020 | 01:35:19,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3 +14 七月 2020 | 01:35:19,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3 +14 七月 2020 | 01:35:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3.meta +14 七月 2020 | 01:35:19,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3.meta +14 七月 2020 | 01:35:19,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3.meta +14 七月 2020 | 01:35:19,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3 +14 七月 2020 | 01:35:19,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3 +14 七月 2020 | 01:35:19,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3.meta +14 七月 2020 | 01:35:19,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3 +14 七月 2020 | 01:35:19,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3.meta +14 七月 2020 | 01:35:19,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3.meta +14 七月 2020 | 01:35:19,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3 +14 七月 2020 | 01:35:19,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3 +14 七月 2020 | 01:35:19,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3 +14 七月 2020 | 01:35:19,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3.meta +14 七月 2020 | 01:35:19,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3.meta +14 七月 2020 | 01:35:19,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3.meta +14 七月 2020 | 01:35:19,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3 +14 七月 2020 | 01:35:19,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3 +14 七月 2020 | 01:35:19,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3 +14 七月 2020 | 01:35:19,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3.meta +14 七月 2020 | 01:35:19,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3.meta +14 七月 2020 | 01:35:19,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3 +14 七月 2020 | 01:35:19,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3.meta +14 七月 2020 | 01:35:19,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3 +14 七月 2020 | 01:35:19,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3.meta +14 七月 2020 | 01:35:19,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3.meta +14 七月 2020 | 01:35:19,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3 +14 七月 2020 | 01:35:19,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3 +14 七月 2020 | 01:35:19,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3 +14 七月 2020 | 01:35:19,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3.meta +14 七月 2020 | 01:35:19,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3.meta +14 七月 2020 | 01:35:19,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3.meta +14 七月 2020 | 01:35:19,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3 +14 七月 2020 | 01:35:19,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3 +14 七月 2020 | 01:35:19,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3 +14 七月 2020 | 01:35:19,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3.meta +14 七月 2020 | 01:35:19,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3.meta +14 七月 2020 | 01:35:19,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3.meta +14 七月 2020 | 01:35:19,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3 +14 七月 2020 | 01:35:19,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3 +14 七月 2020 | 01:35:19,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3 +14 七月 2020 | 01:35:19,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3.meta +14 七月 2020 | 01:35:19,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3.meta +14 七月 2020 | 01:35:19,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3 +14 七月 2020 | 01:35:19,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3.meta +14 七月 2020 | 01:35:19,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3.meta +14 七月 2020 | 01:35:19,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3 +14 七月 2020 | 01:35:19,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3 +14 七月 2020 | 01:35:19,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3.meta +14 七月 2020 | 01:35:19,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3.meta +14 七月 2020 | 01:35:19,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3 +14 七月 2020 | 01:35:19,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3.meta +14 七月 2020 | 01:35:19,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3 +14 七月 2020 | 01:35:19,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3 +14 七月 2020 | 01:35:19,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3 +14 七月 2020 | 01:35:19,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3.meta +14 七月 2020 | 01:35:19,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3.meta +14 七月 2020 | 01:35:19,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3.meta +14 七月 2020 | 01:35:19,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3 +14 七月 2020 | 01:35:19,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3 +14 七月 2020 | 01:35:19,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3 +14 七月 2020 | 01:35:19,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3.meta +14 七月 2020 | 01:35:19,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3.meta +14 七月 2020 | 01:35:19,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3.meta +14 七月 2020 | 01:35:19,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3 +14 七月 2020 | 01:35:19,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3 +14 七月 2020 | 01:35:19,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3 +14 七月 2020 | 01:35:19,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3.meta +14 七月 2020 | 01:35:19,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3.meta +14 七月 2020 | 01:35:19,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3.meta +14 七月 2020 | 01:35:19,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3 +14 七月 2020 | 01:35:19,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3 +14 七月 2020 | 01:35:19,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3.meta +14 七月 2020 | 01:35:19,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3 +14 七月 2020 | 01:35:19,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3.meta +14 七月 2020 | 01:35:19,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3 +14 七月 2020 | 01:35:19,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3.meta +14 七月 2020 | 01:35:19,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3 +14 七月 2020 | 01:35:19,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3.meta +14 七月 2020 | 01:35:19,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3 +14 七月 2020 | 01:35:19,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3.meta +14 七月 2020 | 01:35:19,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3.meta +14 七月 2020 | 01:35:19,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3 +14 七月 2020 | 01:35:19,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3 +14 七月 2020 | 01:35:19,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3.meta +14 七月 2020 | 01:35:19,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3 +14 七月 2020 | 01:35:19,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3.meta +14 七月 2020 | 01:35:19,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3.meta +14 七月 2020 | 01:35:19,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3 +14 七月 2020 | 01:35:19,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3 +14 七月 2020 | 01:35:19,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3.meta +14 七月 2020 | 01:35:19,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3.meta +14 七月 2020 | 01:35:19,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3 +14 七月 2020 | 01:35:19,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3 +14 七月 2020 | 01:35:19,449 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3.meta +14 七月 2020 | 01:35:19,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3.meta +14 七月 2020 | 01:35:19,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3 +14 七月 2020 | 01:35:19,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3.meta +14 七月 2020 | 01:35:19,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3 +14 七月 2020 | 01:35:19,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3.meta +14 七月 2020 | 01:35:19,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3 +14 七月 2020 | 01:35:19,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3.meta +14 七月 2020 | 01:35:19,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3 +14 七月 2020 | 01:35:19,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3.meta +14 七月 2020 | 01:35:19,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3 +14 七月 2020 | 01:35:19,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3.meta +14 七月 2020 | 01:35:19,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3 +14 七月 2020 | 01:35:19,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3.meta +14 七月 2020 | 01:35:19,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3 +14 七月 2020 | 01:35:19,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3.meta +14 七月 2020 | 01:35:19,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3 +14 七月 2020 | 01:35:19,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3.meta +14 七月 2020 | 01:35:19,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3 +14 七月 2020 | 01:35:19,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3.meta +14 七月 2020 | 01:35:19,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3 +14 七月 2020 | 01:35:19,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3.meta +14 七月 2020 | 01:35:19,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3 +14 七月 2020 | 01:35:19,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3.meta +14 七月 2020 | 01:35:19,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3 +14 七月 2020 | 01:35:19,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3.meta +14 七月 2020 | 01:35:19,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3 +14 七月 2020 | 01:35:19,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3.meta +14 七月 2020 | 01:35:19,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3 +14 七月 2020 | 01:35:19,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +14 七月 2020 | 01:35:19,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3.meta +14 七月 2020 | 01:35:19,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3 +14 七月 2020 | 01:35:19,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +14 七月 2020 | 01:35:19,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3.meta +14 七月 2020 | 01:35:19,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3 +14 七月 2020 | 01:35:19,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3.meta +14 七月 2020 | 01:35:19,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3 +14 七月 2020 | 01:35:19,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +14 七月 2020 | 01:35:19,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3.meta +14 七月 2020 | 01:35:19,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\MainView.lua +14 七月 2020 | 01:35:19,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3 +14 七月 2020 | 01:35:19,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3.meta +14 七月 2020 | 01:35:19,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +14 七月 2020 | 01:35:19,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\PlayerInfoView.lua +14 七月 2020 | 01:35:19,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3 +14 七月 2020 | 01:35:19,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +14 七月 2020 | 01:35:19,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3.meta +14 七月 2020 | 01:35:19,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +14 七月 2020 | 01:35:19,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3 +14 七月 2020 | 01:35:19,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +14 七月 2020 | 01:35:19,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3.meta +14 七月 2020 | 01:35:19,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +14 七月 2020 | 01:35:19,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +14 七月 2020 | 01:35:19,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +14 七月 2020 | 01:35:19,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\MainView.lua +14 七月 2020 | 01:35:19,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +14 七月 2020 | 01:35:19,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\PlayerInfoView.lua +14 七月 2020 | 01:35:19,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +14 七月 2020 | 01:35:19,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +14 七月 2020 | 01:35:19,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +14 七月 2020 | 01:35:19,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +14 七月 2020 | 01:35:19,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +14 七月 2020 | 01:35:19,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +14 七月 2020 | 01:35:19,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +14 七月 2020 | 01:35:19,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +14 七月 2020 | 01:35:19,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +14 七月 2020 | 01:35:19,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +14 七月 2020 | 01:35:19,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +14 七月 2020 | 01:35:19,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +14 七月 2020 | 01:35:19,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +14 七月 2020 | 01:35:19,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3 +14 七月 2020 | 01:35:19,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3.meta +14 七月 2020 | 01:35:19,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3 +14 七月 2020 | 01:35:19,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3.meta +14 七月 2020 | 01:35:19,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3 +14 七月 2020 | 01:35:19,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3.meta +14 七月 2020 | 01:35:19,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3 +14 七月 2020 | 01:35:19,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3.meta +14 七月 2020 | 01:35:19,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3 +14 七月 2020 | 01:35:19,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3.meta +14 七月 2020 | 01:35:19,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3 +14 七月 2020 | 01:35:19,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3.meta +14 七月 2020 | 01:35:19,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3 +14 七月 2020 | 01:35:19,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3.meta +14 七月 2020 | 01:35:19,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3 +14 七月 2020 | 01:35:19,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3.meta +14 七月 2020 | 01:35:19,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3 +14 七月 2020 | 01:35:19,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3.meta +14 七月 2020 | 01:35:19,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3 +14 七月 2020 | 01:35:19,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3.meta +14 七月 2020 | 01:35:19,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3 +14 七月 2020 | 01:35:19,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3.meta +14 七月 2020 | 01:35:19,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3 +14 七月 2020 | 01:35:19,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3.meta +14 七月 2020 | 01:35:19,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3 +14 七月 2020 | 01:35:19,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3.meta +14 七月 2020 | 01:35:19,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3 +14 七月 2020 | 01:35:19,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3.meta +14 七月 2020 | 01:35:19,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3 +14 七月 2020 | 01:35:19,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3.meta +14 七月 2020 | 01:35:19,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3 +14 七月 2020 | 01:35:19,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3.meta +14 七月 2020 | 01:35:19,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3 +14 七月 2020 | 01:35:19,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3.meta +14 七月 2020 | 01:35:19,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3 +14 七月 2020 | 01:35:19,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3.meta +14 七月 2020 | 01:35:19,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3 +14 七月 2020 | 01:35:19,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3.meta +14 七月 2020 | 01:35:19,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3 +14 七月 2020 | 01:35:19,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3.meta +14 七月 2020 | 01:35:19,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3 +14 七月 2020 | 01:35:19,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3.meta +14 七月 2020 | 01:35:19,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3 +14 七月 2020 | 01:35:19,864 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3.meta +14 七月 2020 | 01:35:19,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3 +14 七月 2020 | 01:35:19,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3.meta +14 七月 2020 | 01:35:19,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3 +14 七月 2020 | 01:35:19,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3.meta +14 七月 2020 | 01:35:19,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3 +14 七月 2020 | 01:35:19,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3.meta +14 七月 2020 | 01:35:19,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3 +14 七月 2020 | 01:35:19,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3.meta +14 七月 2020 | 01:35:19,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3 +14 七月 2020 | 01:35:19,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3.meta +14 七月 2020 | 01:35:19,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3 +14 七月 2020 | 01:35:19,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3.meta +14 七月 2020 | 01:35:19,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3 +14 七月 2020 | 01:35:19,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3.meta +14 七月 2020 | 01:35:19,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3 +14 七月 2020 | 01:35:19,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3.meta +14 七月 2020 | 01:35:19,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3 +14 七月 2020 | 01:35:19,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3.meta +14 七月 2020 | 01:35:19,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3 +14 七月 2020 | 01:35:19,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3.meta +14 七月 2020 | 01:35:19,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3 +14 七月 2020 | 01:35:19,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3.meta +14 七月 2020 | 01:35:19,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3 +14 七月 2020 | 01:35:19,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3.meta +14 七月 2020 | 01:35:19,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3 +14 七月 2020 | 01:35:19,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3.meta +14 七月 2020 | 01:35:19,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3 +14 七月 2020 | 01:35:19,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3.meta +14 七月 2020 | 01:35:19,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3 +14 七月 2020 | 01:35:19,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3.meta +14 七月 2020 | 01:35:19,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3 +14 七月 2020 | 01:35:19,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3.meta +14 七月 2020 | 01:35:20,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3 +14 七月 2020 | 01:35:20,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3.meta +14 七月 2020 | 01:35:20,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3 +14 七月 2020 | 01:35:20,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3.meta +14 七月 2020 | 01:35:20,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 444. +14 七月 2020 | 01:35:20,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +14 七月 2020 | 01:35:20,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +14 七月 2020 | 01:35:20,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 444. +14 七月 2020 | 01:35:20,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +14 七月 2020 | 01:35:20,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +14 七月 2020 | 01:35:20,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +14 七月 2020 | 01:35:20,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\MainView.lua +14 七月 2020 | 01:35:20,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\PlayerInfoView.lua +14 七月 2020 | 01:35:20,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +14 七月 2020 | 01:35:20,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +14 七月 2020 | 01:35:20,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +14 七月 2020 | 01:35:20,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +14 七月 2020 | 01:35:20,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +14 七月 2020 | 01:35:20,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +14 七月 2020 | 01:35:20,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +14 七月 2020 | 01:35:20,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +14 七月 2020 | 01:35:20,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +14 七月 2020 | 01:35:20,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 444. +14 七月 2020 | 01:36:45,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:36:45,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.142] pack to oss... +14 七月 2020 | 01:36:46,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.142] upload oss ok! +14 七月 2020 | 01:36:46,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.24] pack to oss... +14 七月 2020 | 01:36:47,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.24] upload oss ok! +14 七月 2020 | 01:38:45,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:38:45,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.142] pack to oss... +14 七月 2020 | 01:38:45,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.142] upload oss ok! +14 七月 2020 | 01:38:45,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.24] pack to oss... +14 七月 2020 | 01:38:46,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.24] upload oss ok! +14 七月 2020 | 01:38:49,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:38:49,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.142] pack to oss... +14 七月 2020 | 01:38:49,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.142] upload oss ok! +14 七月 2020 | 01:38:49,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.24] pack to oss... +14 七月 2020 | 01:38:50,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.24] upload oss ok! +14 七月 2020 | 01:38:50,891 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:217756ms +14 七月 2020 | 01:39:35,673 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +14 七月 2020 | 01:39:35,712 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +14 七月 2020 | 01:39:35,713 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +14 七月 2020 | 01:39:35,713 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +14 七月 2020 | 01:39:35,783 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 七月 2020 | 01:39:35,790 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 七月 2020 | 01:39:35,798 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 七月 2020 | 01:39:36,096 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +14 七月 2020 | 01:39:36,096 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +14 七月 2020 | 01:39:36,144 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +14 七月 2020 | 01:39:36,265 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 444. +14 七月 2020 | 01:39:36,292 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +14 七月 2020 | 01:39:36,298 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 444. +14 七月 2020 | 01:39:36,375 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 444. +14 七月 2020 | 01:39:36,387 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +14 七月 2020 | 01:39:36,387 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +14 七月 2020 | 01:40:03,499 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:40:03,577 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.24] pack to oss... +14 七月 2020 | 01:40:04,642 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.24] upload oss ok! +14 七月 2020 | 01:40:06,879 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:40:06,881 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.24] pack to oss... +14 七月 2020 | 01:40:07,188 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:40:07,190 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.24] pack to oss... +14 七月 2020 | 01:40:07,827 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.24] upload oss ok! +14 七月 2020 | 01:40:09,686 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.24] upload oss ok! +14 七月 2020 | 01:40:09,792 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:34119ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-04-29 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-04-29 new file mode 100644 index 0000000..36fd7a2 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-04-29 @@ -0,0 +1,1085 @@ +29 四月 2020 | 00:31:55,984 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +29 四月 2020 | 00:31:56,063 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +29 四月 2020 | 00:33:05,048 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:33:05,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:33:05,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:33:05,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:33:05,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.47] pack to oss... +29 四月 2020 | 00:33:05,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.47] pack to oss... +29 四月 2020 | 00:33:05,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Skipped 'E:\work\wb_pro\wb_android' +29 四月 2020 | 00:33:05,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:33:05,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.47] pack to oss... +29 四月 2020 | 00:33:05,902 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.47.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:05,902 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.47.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:05,902 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.47.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:06,331 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:1283ms +29 四月 2020 | 00:33:59,047 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:33:59,117 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:33:59,117 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:33:59,117 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:33:59,133 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.15] pack to oss... +29 四月 2020 | 00:33:59,133 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.15] pack to oss... +29 四月 2020 | 00:33:59,141 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\extend\majiang\zhuanzhuan\asset_pack1.0.15.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:59,141 | ERROR | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\extend\majiang\zhuanzhuan\asset_pack1.0.15.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:59,291 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Skipped 'E:\work\wb_pro\wb_android' +29 四月 2020 | 00:33:59,314 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:33:59,318 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.15] pack to oss... +29 四月 2020 | 00:33:59,319 | ERROR | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\extend\majiang\zhuanzhuan\asset_pack1.0.15.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:59,425 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:378ms +29 四月 2020 | 00:48:15,555 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:48:15,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:48:15,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:48:15,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:48:15,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.48] pack to oss... +29 四月 2020 | 00:48:15,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.48] pack to oss... +29 四月 2020 | 00:48:15,858 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.48.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:48:15,858 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.48.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:48:15,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Skipped 'E:\work\wb_pro\wb_android' +29 四月 2020 | 00:48:15,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:48:15,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.48] pack to oss... +29 四月 2020 | 00:48:15,915 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.48.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:48:16,200 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:645ms +29 四月 2020 | 00:50:03,203 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:50:03,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:50:03,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:50:03,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:50:03,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.49] pack to oss... +29 四月 2020 | 00:50:03,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.49] pack to oss... +29 四月 2020 | 00:50:03,495 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.49.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:50:03,495 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.49.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:50:03,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | E:\wb_pro\wb_android +29 四月 2020 | 00:50:03,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 00:50:03,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 94. +29 四月 2020 | 00:50:03,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:50:03,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.49] pack to oss... +29 四月 2020 | 00:50:03,996 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.49.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:50:04,332 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:1129ms +29 四月 2020 | 00:51:16,322 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:51:16,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:51:16,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:51:16,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:51:16,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | E:\wb_pro\wb_android +29 四月 2020 | 00:51:16,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | E:\wb_pro\wb_ios +29 四月 2020 | 00:51:16,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | E:\wb_pro\wb_win +29 四月 2020 | 00:51:16,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 00:51:16,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 00:51:16,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:16,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.50] pack to oss... +29 四月 2020 | 00:51:16,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 00:51:16,832 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.50.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:16,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:16,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.50] pack to oss... +29 四月 2020 | 00:51:16,838 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.50.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:17,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 94. +29 四月 2020 | 00:51:17,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:17,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.50] pack to oss... +29 四月 2020 | 00:51:17,116 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.50.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:17,427 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:1105ms +29 四月 2020 | 00:51:39,437 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:51:39,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:51:39,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:51:39,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:51:39,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | E:\wb_pro\wb_android +29 四月 2020 | 00:51:39,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | E:\wb_pro\wb_ios +29 四月 2020 | 00:51:39,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | E:\wb_pro\wb_win +29 四月 2020 | 00:51:39,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 00:51:39,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 00:51:39,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:39,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.51] pack to oss... +29 四月 2020 | 00:51:39,769 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.51.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:39,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 00:51:40,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 94. +29 四月 2020 | 00:51:40,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:40,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:40,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.51] pack to oss... +29 四月 2020 | 00:51:40,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.51] pack to oss... +29 四月 2020 | 00:51:40,776 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.51.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:40,776 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.51.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:41,136 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:1699ms +29 四月 2020 | 00:59:48,552 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:59:48,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:59:48,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:59:48,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:59:48,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 00:59:48,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 00:59:48,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 00:59:49,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 94. +29 四月 2020 | 01:00:02,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:00:02,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.52] pack to oss... +29 四月 2020 | 01:00:03,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.52] upload oss ok! +29 四月 2020 | 01:01:48,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:01:48,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.52] pack to oss... +29 四月 2020 | 01:01:48,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:01:48,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.52] pack to oss... +29 四月 2020 | 01:01:48,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.52] upload oss ok! +29 四月 2020 | 01:01:48,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.52] upload oss ok! +29 四月 2020 | 01:01:49,226 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120674ms +29 四月 2020 | 01:05:44,495 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 01:05:44,578 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 01:05:44,578 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 01:05:44,578 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 01:05:44,679 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 01:05:44,686 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 01:05:44,692 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 01:05:44,979 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 94. +29 四月 2020 | 01:06:01,906 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:06:02,389 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.16] pack to oss... +29 四月 2020 | 01:06:02,757 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.16] upload oss ok! +29 四月 2020 | 01:06:06,101 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:06:06,106 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.16] pack to oss... +29 四月 2020 | 01:06:06,406 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.16] upload oss ok! +29 四月 2020 | 01:06:09,735 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:06:09,737 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.16] pack to oss... +29 四月 2020 | 01:06:10,045 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.16] upload oss ok! +29 四月 2020 | 01:06:10,268 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:25774ms +29 四月 2020 | 01:57:27,923 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 01:57:28,024 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 01:57:28,024 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 01:57:28,025 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 01:57:28,239 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 01:57:28,242 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 01:57:28,246 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 01:57:28,616 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 95. +29 四月 2020 | 01:58:10,188 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:58:10,648 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.5] pack to oss... +29 四月 2020 | 01:58:11,325 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.5] upload oss ok! +29 四月 2020 | 01:58:11,326 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.16] pack to oss... +29 四月 2020 | 01:58:13,433 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.16] upload oss ok! +29 四月 2020 | 01:58:21,937 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:58:21,940 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.5] pack to oss... +29 四月 2020 | 01:58:22,468 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:58:22,470 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.5] pack to oss... +29 四月 2020 | 01:58:22,573 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.5] upload oss ok! +29 四月 2020 | 01:58:22,573 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.16] pack to oss... +29 四月 2020 | 01:58:23,724 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.5] upload oss ok! +29 四月 2020 | 01:58:23,725 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.16] pack to oss... +29 四月 2020 | 01:58:27,453 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.16] upload oss ok! +29 四月 2020 | 01:58:28,162 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.16] upload oss ok! +29 四月 2020 | 01:58:28,366 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:60443ms +29 四月 2020 | 01:59:36,710 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 01:59:36,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 01:59:36,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 01:59:36,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 01:59:37,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 01:59:37,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 01:59:37,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 01:59:37,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 95. +29 四月 2020 | 02:00:26,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:00:26,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.53] pack to oss... +29 四月 2020 | 02:00:27,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.53] upload oss ok! +29 四月 2020 | 02:00:27,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.18] pack to oss... +29 四月 2020 | 02:00:28,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.18] upload oss ok! +29 四月 2020 | 02:00:28,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.20] pack to oss... +29 四月 2020 | 02:00:29,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.20] upload oss ok! +29 四月 2020 | 02:00:29,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.12] pack to oss... +29 四月 2020 | 02:00:32,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.12] upload oss ok! +29 四月 2020 | 02:02:14,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:02:14,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.53] pack to oss... +29 四月 2020 | 02:02:15,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.53] upload oss ok! +29 四月 2020 | 02:02:15,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.18] pack to oss... +29 四月 2020 | 02:02:15,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.18] upload oss ok! +29 四月 2020 | 02:02:15,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.20] pack to oss... +29 四月 2020 | 02:02:16,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:02:16,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.53] pack to oss... +29 四月 2020 | 02:02:16,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.20] upload oss ok! +29 四月 2020 | 02:02:16,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.12] pack to oss... +29 四月 2020 | 02:02:17,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.53] upload oss ok! +29 四月 2020 | 02:02:17,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.18] pack to oss... +29 四月 2020 | 02:02:19,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.18] upload oss ok! +29 四月 2020 | 02:02:19,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.20] pack to oss... +29 四月 2020 | 02:02:22,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.12] upload oss ok! +29 四月 2020 | 02:02:23,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.20] upload oss ok! +29 四月 2020 | 02:02:23,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.12] pack to oss... +29 四月 2020 | 02:02:26,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.12] upload oss ok! +29 四月 2020 | 02:02:26,813 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:170103ms +29 四月 2020 | 02:03:39,902 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 02:03:40,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 02:03:40,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 02:03:40,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 02:03:40,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 02:03:40,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 02:03:40,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 02:03:40,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +29 四月 2020 | 02:03:40,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +29 四月 2020 | 02:03:40,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 02:03:40,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +29 四月 2020 | 02:03:40,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupStatSpe.xml +29 四月 2020 | 02:03:40,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +29 四月 2020 | 02:03:40,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\partner\xq.png +29 四月 2020 | 02:03:40,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\partner\zhanji.png +29 四月 2020 | 02:03:40,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +29 四月 2020 | 02:03:40,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +29 四月 2020 | 02:03:40,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +29 四月 2020 | 02:03:40,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +29 四月 2020 | 02:03:40,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 98. +29 四月 2020 | 02:04:16,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:04:17,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.54] pack to oss... +29 四月 2020 | 02:04:17,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.54] upload oss ok! +29 四月 2020 | 02:04:17,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.21] pack to oss... +29 四月 2020 | 02:04:18,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.21] upload oss ok! +29 四月 2020 | 02:04:18,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.5] pack to oss... +29 四月 2020 | 02:04:18,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.5] upload oss ok! +29 四月 2020 | 02:04:18,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.12] pack to oss... +29 四月 2020 | 02:04:20,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.12] upload oss ok! +29 四月 2020 | 02:06:06,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:06:06,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.54] pack to oss... +29 四月 2020 | 02:06:07,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.54] upload oss ok! +29 四月 2020 | 02:06:07,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.21] pack to oss... +29 四月 2020 | 02:06:07,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.21] upload oss ok! +29 四月 2020 | 02:06:07,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.5] pack to oss... +29 四月 2020 | 02:06:08,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.5] upload oss ok! +29 四月 2020 | 02:06:08,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.12] pack to oss... +29 四月 2020 | 02:06:09,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:06:09,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.54] pack to oss... +29 四月 2020 | 02:06:10,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.12] upload oss ok! +29 四月 2020 | 02:06:11,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.54] upload oss ok! +29 四月 2020 | 02:06:11,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.21] pack to oss... +29 四月 2020 | 02:06:11,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.21] upload oss ok! +29 四月 2020 | 02:06:11,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.5] pack to oss... +29 四月 2020 | 02:06:12,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.5] upload oss ok! +29 四月 2020 | 02:06:12,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.12] pack to oss... +29 四月 2020 | 02:06:14,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.12] upload oss ok! +29 四月 2020 | 02:06:14,673 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:154771ms +29 四月 2020 | 20:08:24,225 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 20:08:24,356 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 20:08:24,356 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 20:08:24,356 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 20:08:24,493 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 20:08:24,498 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 20:08:24,527 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 20:08:24,819 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\PlayerCardInfoView.lua +29 四月 2020 | 20:08:24,825 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\PlayerSelfCardInfoView.lua +29 四月 2020 | 20:08:24,831 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\PlayerCardInfoView.lua +29 四月 2020 | 20:08:24,834 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\PlayerSelfCardInfoView.lua +29 四月 2020 | 20:08:24,841 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\PlayerCardInfoView.lua +29 四月 2020 | 20:08:24,845 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\PlayerSelfCardInfoView.lua +29 四月 2020 | 20:08:24,851 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +29 四月 2020 | 20:08:24,997 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 102. +29 四月 2020 | 20:09:25,857 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:09:25,859 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.6] pack to oss... +29 四月 2020 | 20:09:25,867 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\extend\zipai\runbeard\asset_pack1.0.6.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:09:25,885 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:09:25,888 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.6] pack to oss... +29 四月 2020 | 20:09:25,889 | ERROR | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\extend\zipai\runbeard\asset_pack1.0.6.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:09:26,389 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:09:26,391 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.6] pack to oss... +29 四月 2020 | 20:09:26,392 | ERROR | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\extend\zipai\runbeard\asset_pack1.0.6.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:09:26,628 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:62403ms +29 四月 2020 | 20:11:43,618 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 20:11:43,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 20:11:43,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 20:11:43,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 20:11:44,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 20:11:44,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 20:11:44,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 20:11:44,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\majiang\MJPlayerSelfCardInfoView.lua +29 四月 2020 | 20:11:44,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 103. +29 四月 2020 | 20:12:45,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:12:45,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.55] pack to oss... +29 四月 2020 | 20:12:45,079 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.55.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:12:45,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:12:45,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.55] pack to oss... +29 四月 2020 | 20:12:45,115 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.55.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:12:45,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:12:45,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.55] pack to oss... +29 四月 2020 | 20:12:45,424 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.55.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:12:45,745 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:62127ms +29 四月 2020 | 20:15:44,074 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 20:15:44,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 20:15:44,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 20:15:44,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 20:15:44,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 20:15:44,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 20:15:44,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 20:15:44,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 20:16:45,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:16:45,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.56] pack to oss... +29 四月 2020 | 20:16:45,402 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.56.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:16:45,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:16:45,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.56] pack to oss... +29 四月 2020 | 20:16:45,437 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.56.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:16:45,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:16:45,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.56] pack to oss... +29 四月 2020 | 20:16:45,901 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.56.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:16:46,195 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:62121ms +29 四月 2020 | 20:20:34,837 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +29 四月 2020 | 20:20:34,904 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +29 四月 2020 | 20:20:44,754 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 20:20:45,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 20:20:45,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 20:20:45,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 20:20:45,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 20:20:45,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 20:20:45,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 20:20:45,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 20:21:46,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:21:46,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.57] pack to oss... +29 四月 2020 | 20:21:46,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:21:46,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.57] pack to oss... +29 四月 2020 | 20:21:46,861 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.57.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:21:46,861 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.57.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:21:47,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:21:47,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.57] pack to oss... +29 四月 2020 | 20:21:47,349 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.57.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:21:47,843 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:63088ms +29 四月 2020 | 20:45:01,737 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 20:45:02,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 20:45:02,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 20:45:02,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 20:45:02,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 20:45:02,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 20:45:02,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 20:45:02,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 20:46:04,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:46:04,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:46:04,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.58] pack to oss... +29 四月 2020 | 20:46:04,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.58] pack to oss... +29 四月 2020 | 20:46:04,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:46:04,575 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.58.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:46:04,575 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.58.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:46:05,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.58] pack to oss... +29 四月 2020 | 20:46:05,069 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.58.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:46:05,407 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:63671ms +29 四月 2020 | 21:20:45,217 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 21:20:45,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 21:20:45,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 21:20:45,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 21:20:45,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 21:20:45,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 21:20:45,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 21:20:46,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 21:20:46,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 21:20:46,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 21:21:47,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:21:47,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.59] pack to oss... +29 四月 2020 | 21:21:47,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:21:47,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:21:47,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.59] pack to oss... +29 四月 2020 | 21:21:47,912 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.59.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:21:47,912 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.59.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:21:48,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.59] pack to oss... +29 四月 2020 | 21:21:48,415 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.59.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:21:48,738 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:63522ms +29 四月 2020 | 21:41:54,610 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +29 四月 2020 | 21:41:54,678 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +29 四月 2020 | 21:42:31,958 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 21:42:32,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 21:42:32,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 21:42:32,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 21:42:32,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 21:42:32,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 21:42:32,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 21:42:32,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 104. +29 四月 2020 | 21:42:32,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 104. +29 四月 2020 | 21:42:32,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 104. +29 四月 2020 | 21:43:34,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:43:34,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:43:34,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:43:34,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.60] pack to oss... +29 四月 2020 | 21:43:34,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.60] pack to oss... +29 四月 2020 | 21:43:34,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.60] pack to oss... +29 四月 2020 | 21:43:34,496 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.60.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:43:34,496 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.60.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:43:34,496 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.60.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:43:34,925 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:62968ms +29 四月 2020 | 22:05:22,050 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:05:22,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:05:22,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:05:22,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:05:22,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:05:22,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:05:22,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:05:22,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 105. +29 四月 2020 | 22:05:22,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 105. +29 四月 2020 | 22:05:23,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 105. +29 四月 2020 | 22:05:35,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:05:36,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.61] pack to oss... +29 四月 2020 | 22:05:36,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.61] upload oss ok! +29 四月 2020 | 22:07:20,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:07:20,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:07:20,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.61] pack to oss... +29 四月 2020 | 22:07:20,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.61] pack to oss... +29 四月 2020 | 22:07:21,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.61] upload oss ok! +29 四月 2020 | 22:07:21,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.61] upload oss ok! +29 四月 2020 | 22:07:21,505 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:119456ms +29 四月 2020 | 22:07:33,878 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:07:33,952 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:07:33,952 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:07:33,952 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:07:34,050 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:07:34,057 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:07:34,064 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:07:34,374 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +29 四月 2020 | 22:07:34,374 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +29 四月 2020 | 22:07:34,376 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +29 四月 2020 | 22:07:34,385 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +29 四月 2020 | 22:07:34,385 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +29 四月 2020 | 22:07:34,386 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +29 四月 2020 | 22:07:34,394 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Rank\package.xml +29 四月 2020 | 22:07:34,394 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Rank\package.xml +29 四月 2020 | 22:07:34,396 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Rank\package.xml +29 四月 2020 | 22:07:34,434 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +29 四月 2020 | 22:07:34,436 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +29 四月 2020 | 22:07:34,440 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +29 四月 2020 | 22:07:34,447 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 22:07:34,447 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 22:07:34,452 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 22:07:34,462 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:07:34,462 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:07:34,463 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:07:34,466 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:07:34,466 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:07:34,466 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:07:34,468 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:07:34,468 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:07:34,469 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:07:34,470 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:07:34,471 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:07:34,472 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:07:34,473 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:07:34,473 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:07:34,476 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:07:34,477 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:07:34,477 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:07:34,480 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:07:34,480 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes.meta +29 四月 2020 | 22:07:34,481 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes.meta +29 四月 2020 | 22:07:34,482 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:07:34,483 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:07:34,484 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes.meta +29 四月 2020 | 22:07:34,486 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +29 四月 2020 | 22:07:34,486 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:07:34,489 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +29 四月 2020 | 22:07:34,490 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:07:34,491 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:07:34,492 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +29 四月 2020 | 22:07:34,501 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:07:34,565 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +29 四月 2020 | 22:07:34,565 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +29 四月 2020 | 22:07:34,571 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +29 四月 2020 | 22:07:34,573 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +29 四月 2020 | 22:07:34,578 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +29 四月 2020 | 22:07:34,579 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +29 四月 2020 | 22:07:34,582 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +29 四月 2020 | 22:07:34,586 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:07:34,587 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +29 四月 2020 | 22:07:34,589 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:07:34,596 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +29 四月 2020 | 22:07:34,602 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:07:34,744 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 108. +29 四月 2020 | 22:07:34,753 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 108. +29 四月 2020 | 22:07:34,761 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 108. +29 四月 2020 | 22:07:51,906 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:07:52,391 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.17] pack to oss... +29 四月 2020 | 22:07:52,708 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.17] upload oss ok! +29 四月 2020 | 22:07:55,907 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:07:56,393 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.17] pack to oss... +29 四月 2020 | 22:07:56,700 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.17] upload oss ok! +29 四月 2020 | 22:08:00,092 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:08:00,094 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.17] pack to oss... +29 四月 2020 | 22:08:00,396 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.17] upload oss ok! +29 四月 2020 | 22:08:00,562 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:26685ms +29 四月 2020 | 22:08:58,339 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:08:58,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:08:58,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:08:58,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:08:58,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:08:58,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:08:58,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:08:59,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:08:59,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:08:59,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:09:20,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:09:20,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.62] pack to oss... +29 四月 2020 | 22:09:21,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.62] upload oss ok! +29 四月 2020 | 22:09:21,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.22] pack to oss... +29 四月 2020 | 22:09:21,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.22] upload oss ok! +29 四月 2020 | 22:11:07,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:11:07,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.62] pack to oss... +29 四月 2020 | 22:11:08,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.62] upload oss ok! +29 四月 2020 | 22:11:08,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.22] pack to oss... +29 四月 2020 | 22:11:09,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:11:09,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.62] pack to oss... +29 四月 2020 | 22:11:10,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.62] upload oss ok! +29 四月 2020 | 22:11:10,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.22] pack to oss... +29 四月 2020 | 22:11:10,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.22] upload oss ok! +29 四月 2020 | 22:11:15,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.22] upload oss ok! +29 四月 2020 | 22:11:16,109 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:137770ms +29 四月 2020 | 22:11:26,541 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:11:26,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:11:26,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:11:26,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:11:26,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:11:26,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:11:26,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:11:27,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:11:27,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:11:27,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:12:14,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:12:14,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.14] pack to oss... +29 四月 2020 | 22:12:15,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:12:15,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.14] pack to oss... +29 四月 2020 | 22:12:15,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:12:15,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.14] pack to oss... +29 四月 2020 | 22:12:17,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.14] upload oss ok! +29 四月 2020 | 22:12:17,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.6] pack to oss... +29 四月 2020 | 22:12:18,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.6] upload oss ok! +29 四月 2020 | 22:12:18,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.13] pack to oss... +29 四月 2020 | 22:12:23,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.13] upload oss ok! +29 四月 2020 | 22:12:25,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.14] upload oss ok! +29 四月 2020 | 22:12:25,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.6] pack to oss... +29 四月 2020 | 22:12:25,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.6] upload oss ok! +29 四月 2020 | 22:12:25,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.13] pack to oss... +29 四月 2020 | 22:12:26,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.14] upload oss ok! +29 四月 2020 | 22:12:26,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.6] pack to oss... +29 四月 2020 | 22:12:27,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.6] upload oss ok! +29 四月 2020 | 22:12:27,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.13] pack to oss... +29 四月 2020 | 22:12:31,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.13] upload oss ok! +29 四月 2020 | 22:12:31,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.13] upload oss ok! +29 四月 2020 | 22:12:31,479 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:64938ms +29 四月 2020 | 22:17:06,455 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:17:06,620 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:17:06,621 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:17:06,621 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:17:06,711 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:17:06,717 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:17:06,726 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:17:07,035 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:17:07,044 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:17:07,049 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:17:36,094 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:17:36,579 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.7] pack to oss... +29 四月 2020 | 22:17:37,255 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.7] upload oss ok! +29 四月 2020 | 22:17:37,255 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] pack to oss... +29 四月 2020 | 22:17:37,853 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] upload oss ok! +29 四月 2020 | 22:17:37,854 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] pack to oss... +29 四月 2020 | 22:17:38,107 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] upload oss ok! +29 四月 2020 | 22:18:01,953 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:18:01,956 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.7] pack to oss... +29 四月 2020 | 22:18:02,579 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.7] upload oss ok! +29 四月 2020 | 22:18:02,579 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] pack to oss... +29 四月 2020 | 22:18:03,259 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] upload oss ok! +29 四月 2020 | 22:18:03,259 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] pack to oss... +29 四月 2020 | 22:18:05,294 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] upload oss ok! +29 四月 2020 | 22:18:05,878 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:18:05,881 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.7] pack to oss... +29 四月 2020 | 22:18:06,477 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.7] upload oss ok! +29 四月 2020 | 22:18:06,477 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] pack to oss... +29 四月 2020 | 22:18:07,678 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] upload oss ok! +29 四月 2020 | 22:18:07,679 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] pack to oss... +29 四月 2020 | 22:18:09,583 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] upload oss ok! +29 四月 2020 | 22:18:09,934 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:63479ms +29 四月 2020 | 22:34:39,947 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:34:40,016 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:34:40,017 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:34:40,017 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:34:40,163 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:34:40,170 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:34:40,177 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:34:40,515 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\sound\bgm1.mp3 +29 四月 2020 | 22:34:40,517 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\sound\bgm1.mp3 +29 四月 2020 | 22:34:40,523 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:34:40,523 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:34:40,528 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:34:40,528 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:34:40,531 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:34:40,531 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:34:40,533 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:34:40,535 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:34:40,538 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\sound\bgm1.mp3 +29 四月 2020 | 22:34:40,541 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:34:40,542 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:34:40,543 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:34:40,543 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:34:40,545 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:34:40,546 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:34:40,549 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:34:40,549 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:34:40,551 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:34:40,587 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:34:40,596 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:34:40,596 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:34:40,597 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +29 四月 2020 | 22:34:40,598 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +29 四月 2020 | 22:34:40,601 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:34:40,603 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +29 四月 2020 | 22:34:40,604 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +29 四月 2020 | 22:34:40,618 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +29 四月 2020 | 22:34:40,623 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +29 四月 2020 | 22:34:40,757 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 113. +29 四月 2020 | 22:34:40,759 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 113. +29 四月 2020 | 22:34:40,777 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 113. +29 四月 2020 | 22:34:40,785 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui.meta' in repository: +29 四月 2020 | 22:34:40,785 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui.meta' in repository: +29 四月 2020 | 22:34:40,788 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui.meta' in repository: +29 四月 2020 | 22:34:40,792 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,792 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,793 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,794 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,794 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta' in repository: +29 四月 2020 | 22:34:40,794 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta' in repository: +29 四月 2020 | 22:34:40,794 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,796 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,796 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta' in repository: +29 四月 2020 | 22:34:40,800 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,800 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,801 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,802 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,802 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,802 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta' in repository: +29 四月 2020 | 22:34:40,802 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta' in repository: +29 四月 2020 | 22:34:40,803 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,804 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta' in repository: +29 四月 2020 | 22:34:40,807 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,808 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,809 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,809 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,809 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,809 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta' in repository: +29 四月 2020 | 22:34:40,809 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta' in repository: +29 四月 2020 | 22:34:40,811 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,811 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta' in repository: +29 四月 2020 | 22:34:40,815 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,815 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,816 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,817 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,817 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta' in repository: +29 四月 2020 | 22:34:40,817 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,817 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta' in repository: +29 四月 2020 | 22:34:40,818 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,819 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta' in repository: +29 四月 2020 | 22:34:40,823 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,823 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,824 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,824 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,824 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta' in repository: +29 四月 2020 | 22:34:40,824 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta' in repository: +29 四月 2020 | 22:34:40,825 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,826 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,827 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta' in repository: +29 四月 2020 | 22:34:40,831 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,831 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Summary of conflicts: +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Tree conflicts: 6 +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Tree conflicts: 6 +29 四月 2020 | 22:34:40,833 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,835 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,835 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Summary of conflicts: +29 四月 2020 | 22:34:40,835 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Tree conflicts: 6 +29 四月 2020 | 22:35:19,469 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:35:19,473 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.17] pack to oss... +29 四月 2020 | 22:35:21,045 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.17] upload oss ok! +29 四月 2020 | 22:35:21,990 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:35:21,993 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.17] pack to oss... +29 四月 2020 | 22:35:23,612 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:35:23,615 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.17] pack to oss... +29 四月 2020 | 22:35:25,291 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.17] upload oss ok! +29 四月 2020 | 22:35:27,143 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.17] upload oss ok! +29 四月 2020 | 22:35:27,336 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:47389ms +29 四月 2020 | 22:46:17,653 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:46:17,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:46:17,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:46:17,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:46:18,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:46:18,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:46:18,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:46:18,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 113. +29 四月 2020 | 22:46:18,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 113. +29 四月 2020 | 22:46:18,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 113. +29 四月 2020 | 22:46:39,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:46:39,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:46:39,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:46:39,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.23] pack to oss... +29 四月 2020 | 22:46:39,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.23] pack to oss... +29 四月 2020 | 22:46:39,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.23] pack to oss... +29 四月 2020 | 22:46:41,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.23] upload oss ok! +29 四月 2020 | 22:46:42,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.23] upload oss ok! +29 四月 2020 | 22:46:42,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.23] upload oss ok! +29 四月 2020 | 22:46:42,831 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:25178ms +29 四月 2020 | 22:52:00,308 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:52:00,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:52:00,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:52:00,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:52:00,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:52:00,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:52:00,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:52:01,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:52:01,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:52:01,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:52:01,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:52:01,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:52:01,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:52:01,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 114. +29 四月 2020 | 22:52:01,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 114. +29 四月 2020 | 22:52:01,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 114. +29 四月 2020 | 22:52:19,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:52:19,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.24] pack to oss... +29 四月 2020 | 22:52:20,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.24] upload oss ok! +29 四月 2020 | 22:52:25,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:52:26,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.24] pack to oss... +29 四月 2020 | 22:52:26,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:52:26,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.24] pack to oss... +29 四月 2020 | 22:52:26,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.24] upload oss ok! +29 四月 2020 | 22:52:27,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.24] upload oss ok! +29 四月 2020 | 22:52:27,882 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:27575ms +29 四月 2020 | 23:11:57,272 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 23:11:57,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 23:11:57,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 23:11:57,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 23:11:57,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 23:11:57,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 23:11:57,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 23:11:58,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 115. +29 四月 2020 | 23:11:58,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 115. +29 四月 2020 | 23:11:58,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 115. +29 四月 2020 | 23:12:21,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:12:21,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.25] pack to oss... +29 四月 2020 | 23:12:22,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.25] upload oss ok! +29 四月 2020 | 23:12:55,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:12:56,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.25] pack to oss... +29 四月 2020 | 23:12:56,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.25] upload oss ok! +29 四月 2020 | 23:13:03,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:13:03,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.25] pack to oss... +29 四月 2020 | 23:13:07,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.25] upload oss ok! +29 四月 2020 | 23:13:07,613 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:70341ms +29 四月 2020 | 23:47:15,598 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 23:47:15,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 23:47:15,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 23:47:15,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 23:47:16,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 23:47:16,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 23:47:16,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 23:47:16,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\majiang\MJPlayerSelfCardInfoView.lua +29 四月 2020 | 23:47:16,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 23:47:16,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\majiang\MJPlayerSelfCardInfoView.lua +29 四月 2020 | 23:47:16,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\majiang\MJPlayerSelfCardInfoView.lua +29 四月 2020 | 23:47:16,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 23:47:16,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 23:47:16,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 117. +29 四月 2020 | 23:47:16,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 117. +29 四月 2020 | 23:47:16,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 117. +29 四月 2020 | 23:47:23,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:47:23,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.63] pack to oss... +29 四月 2020 | 23:47:24,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.63] upload oss ok! +29 四月 2020 | 23:49:13,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:49:13,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.63] pack to oss... +29 四月 2020 | 23:49:14,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.63] upload oss ok! +29 四月 2020 | 23:49:15,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:49:15,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.63] pack to oss... +29 四月 2020 | 23:49:16,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.63] upload oss ok! +29 四月 2020 | 23:49:16,518 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120920ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-04-30 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-04-30 new file mode 100644 index 0000000..10f150f --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-04-30 @@ -0,0 +1,200 @@ +30 四月 2020 | 01:41:29,921 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +30 四月 2020 | 01:41:30,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +30 四月 2020 | 01:41:30,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +30 四月 2020 | 01:41:30,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +30 四月 2020 | 01:41:30,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 四月 2020 | 01:41:30,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 四月 2020 | 01:41:30,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 四月 2020 | 01:41:30,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +30 四月 2020 | 01:41:30,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +30 四月 2020 | 01:41:30,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +30 四月 2020 | 01:41:30,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +30 四月 2020 | 01:41:30,829 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +30 四月 2020 | 01:41:30,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +30 四月 2020 | 01:41:30,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +30 四月 2020 | 01:41:30,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +30 四月 2020 | 01:41:30,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +30 四月 2020 | 01:41:30,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +30 四月 2020 | 01:41:30,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +30 四月 2020 | 01:41:30,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +30 四月 2020 | 01:41:30,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +30 四月 2020 | 01:41:30,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +30 四月 2020 | 01:41:30,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +30 四月 2020 | 01:41:30,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +30 四月 2020 | 01:41:30,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +30 四月 2020 | 01:41:30,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +30 四月 2020 | 01:41:30,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +30 四月 2020 | 01:41:30,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +30 四月 2020 | 01:41:30,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +30 四月 2020 | 01:41:30,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +30 四月 2020 | 01:41:30,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +30 四月 2020 | 01:41:30,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +30 四月 2020 | 01:41:30,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +30 四月 2020 | 01:41:30,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +30 四月 2020 | 01:41:30,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +30 四月 2020 | 01:41:31,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 122. +30 四月 2020 | 01:41:31,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 122. +30 四月 2020 | 01:41:31,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 122. +30 四月 2020 | 01:42:19,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:42:20,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.64] pack to oss... +30 四月 2020 | 01:42:20,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.64] upload oss ok! +30 四月 2020 | 01:42:20,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.19] pack to oss... +30 四月 2020 | 01:42:21,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.19] upload oss ok! +30 四月 2020 | 01:42:21,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.5] pack to oss... +30 四月 2020 | 01:42:21,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.5] upload oss ok! +30 四月 2020 | 01:42:21,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.11] pack to oss... +30 四月 2020 | 01:42:22,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.11] upload oss ok! +30 四月 2020 | 01:42:22,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.4] pack to oss... +30 四月 2020 | 01:42:22,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.4] upload oss ok! +30 四月 2020 | 01:42:22,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.26] pack to oss... +30 四月 2020 | 01:42:22,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.26] upload oss ok! +30 四月 2020 | 01:44:10,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:44:10,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.64] pack to oss... +30 四月 2020 | 01:44:11,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.64] upload oss ok! +30 四月 2020 | 01:44:11,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.19] pack to oss... +30 四月 2020 | 01:44:11,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.19] upload oss ok! +30 四月 2020 | 01:44:11,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.5] pack to oss... +30 四月 2020 | 01:44:11,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:44:11,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.64] pack to oss... +30 四月 2020 | 01:44:12,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.5] upload oss ok! +30 四月 2020 | 01:44:12,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.11] pack to oss... +30 四月 2020 | 01:44:12,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.64] upload oss ok! +30 四月 2020 | 01:44:12,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.19] pack to oss... +30 四月 2020 | 01:44:13,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.11] upload oss ok! +30 四月 2020 | 01:44:13,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.4] pack to oss... +30 四月 2020 | 01:44:13,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.4] upload oss ok! +30 四月 2020 | 01:44:13,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.26] pack to oss... +30 四月 2020 | 01:44:14,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.26] upload oss ok! +30 四月 2020 | 01:44:15,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.19] upload oss ok! +30 四月 2020 | 01:44:15,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.5] pack to oss... +30 四月 2020 | 01:44:15,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.5] upload oss ok! +30 四月 2020 | 01:44:15,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.11] pack to oss... +30 四月 2020 | 01:44:16,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.11] upload oss ok! +30 四月 2020 | 01:44:16,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.4] pack to oss... +30 四月 2020 | 01:44:16,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.4] upload oss ok! +30 四月 2020 | 01:44:16,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.26] pack to oss... +30 四月 2020 | 01:44:17,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.26] upload oss ok! +30 四月 2020 | 01:44:17,336 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:167416ms +30 四月 2020 | 01:45:17,045 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +30 四月 2020 | 01:45:17,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +30 四月 2020 | 01:45:17,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +30 四月 2020 | 01:45:17,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +30 四月 2020 | 01:45:17,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 四月 2020 | 01:45:17,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 四月 2020 | 01:45:17,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 四月 2020 | 01:45:17,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 122. +30 四月 2020 | 01:45:17,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 122. +30 四月 2020 | 01:45:17,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 122. +30 四月 2020 | 01:46:16,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:46:16,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | rank[1.0.5] pack to oss... +30 四月 2020 | 01:46:17,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | rank[1.0.5] upload oss ok! +30 四月 2020 | 01:46:17,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.15] pack to oss... +30 四月 2020 | 01:46:17,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:46:17,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | rank[1.0.5] pack to oss... +30 四月 2020 | 01:46:18,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:46:18,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | rank[1.0.5] pack to oss... +30 四月 2020 | 01:46:19,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.15] upload oss ok! +30 四月 2020 | 01:46:19,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.7] pack to oss... +30 四月 2020 | 01:46:19,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.7] upload oss ok! +30 四月 2020 | 01:46:19,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.14] pack to oss... +30 四月 2020 | 01:46:21,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | rank[1.0.5] upload oss ok! +30 四月 2020 | 01:46:21,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.15] pack to oss... +30 四月 2020 | 01:46:21,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | rank[1.0.5] upload oss ok! +30 四月 2020 | 01:46:21,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.15] pack to oss... +30 四月 2020 | 01:46:23,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.14] upload oss ok! +30 四月 2020 | 01:46:23,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | static[1.0.2] pack to oss... +30 四月 2020 | 01:46:24,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | static[1.0.2] upload oss ok! +30 四月 2020 | 01:46:24,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.6] pack to oss... +30 四月 2020 | 01:46:26,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.6] upload oss ok! +30 四月 2020 | 01:46:29,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.15] upload oss ok! +30 四月 2020 | 01:46:29,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.7] pack to oss... +30 四月 2020 | 01:46:29,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.15] upload oss ok! +30 四月 2020 | 01:46:29,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.7] pack to oss... +30 四月 2020 | 01:46:29,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.7] upload oss ok! +30 四月 2020 | 01:46:29,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.14] pack to oss... +30 四月 2020 | 01:46:29,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.7] upload oss ok! +30 四月 2020 | 01:46:29,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.14] pack to oss... +30 四月 2020 | 01:46:33,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.14] upload oss ok! +30 四月 2020 | 01:46:33,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | static[1.0.2] pack to oss... +30 四月 2020 | 01:46:33,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | static[1.0.2] upload oss ok! +30 四月 2020 | 01:46:33,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.6] pack to oss... +30 四月 2020 | 01:46:34,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.6] upload oss ok! +30 四月 2020 | 01:46:35,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.14] upload oss ok! +30 四月 2020 | 01:46:35,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | static[1.0.2] pack to oss... +30 四月 2020 | 01:46:35,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | static[1.0.2] upload oss ok! +30 四月 2020 | 01:46:35,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.6] pack to oss... +30 四月 2020 | 01:46:36,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.6] upload oss ok! +30 四月 2020 | 01:46:36,548 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:79503ms +30 四月 2020 | 02:07:25,654 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +30 四月 2020 | 02:07:25,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +30 四月 2020 | 02:07:25,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +30 四月 2020 | 02:07:25,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +30 四月 2020 | 02:07:26,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 四月 2020 | 02:07:26,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 四月 2020 | 02:07:26,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 四月 2020 | 02:07:26,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +30 四月 2020 | 02:07:26,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +30 四月 2020 | 02:07:26,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +30 四月 2020 | 02:07:26,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +30 四月 2020 | 02:07:26,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +30 四月 2020 | 02:07:26,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +30 四月 2020 | 02:07:26,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +30 四月 2020 | 02:07:26,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +30 四月 2020 | 02:07:26,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +30 四月 2020 | 02:07:26,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +30 四月 2020 | 02:07:26,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +30 四月 2020 | 02:07:26,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +30 四月 2020 | 02:07:26,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +30 四月 2020 | 02:07:26,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +30 四月 2020 | 02:07:26,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +30 四月 2020 | 02:07:26,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\component\Player_card_info_1.xml +30 四月 2020 | 02:07:26,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +30 四月 2020 | 02:07:26,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +30 四月 2020 | 02:07:26,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +30 四月 2020 | 02:07:26,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\component\Player_card_info_1.xml +30 四月 2020 | 02:07:26,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\component\Player_card_info_1.xml +30 四月 2020 | 02:07:26,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 125. +30 四月 2020 | 02:07:26,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 125. +30 四月 2020 | 02:07:26,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 125. +30 四月 2020 | 02:07:53,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:07:53,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.16] pack to oss... +30 四月 2020 | 02:07:53,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:07:53,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.16] pack to oss... +30 四月 2020 | 02:07:58,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.16] upload oss ok! +30 四月 2020 | 02:07:58,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.16] upload oss ok! +30 四月 2020 | 02:07:59,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:07:59,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.16] pack to oss... +30 四月 2020 | 02:08:02,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.16] upload oss ok! +30 四月 2020 | 02:08:02,442 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:36788ms +30 四月 2020 | 02:17:51,181 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +30 四月 2020 | 02:17:51,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +30 四月 2020 | 02:17:51,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +30 四月 2020 | 02:17:51,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +30 四月 2020 | 02:17:51,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 四月 2020 | 02:17:51,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 四月 2020 | 02:17:51,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 四月 2020 | 02:17:51,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 125. +30 四月 2020 | 02:17:51,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 125. +30 四月 2020 | 02:17:51,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 125. +30 四月 2020 | 02:18:15,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:18:15,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.27] pack to oss... +30 四月 2020 | 02:18:15,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:18:15,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.27] pack to oss... +30 四月 2020 | 02:18:15,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:18:15,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.27] pack to oss... +30 四月 2020 | 02:18:18,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.27] upload oss ok! +30 四月 2020 | 02:18:19,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.27] upload oss ok! +30 四月 2020 | 02:18:21,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.27] upload oss ok! +30 四月 2020 | 02:18:21,673 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:30492ms +30 四月 2020 | 23:58:55,139 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +30 四月 2020 | 23:58:55,255 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +30 四月 2020 | 23:59:28,406 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +30 四月 2020 | 23:59:28,471 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +30 四月 2020 | 23:59:28,472 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +30 四月 2020 | 23:59:28,472 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +30 四月 2020 | 23:59:28,631 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 四月 2020 | 23:59:28,634 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 四月 2020 | 23:59:28,636 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 四月 2020 | 23:59:54,636 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 23:59:55,121 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +30 四月 2020 | 23:59:56,558 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-01 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-01 new file mode 100644 index 0000000..9ad09bb --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-01 @@ -0,0 +1,254 @@ +01 五月 2020 | 00:00:00,587 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 00:00:00,589 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +01 五月 2020 | 00:00:00,812 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 00:00:00,814 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +01 五月 2020 | 00:00:01,313 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! +01 五月 2020 | 00:00:01,746 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! +01 五月 2020 | 00:00:01,910 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:33505ms +01 五月 2020 | 14:45:38,921 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 14:45:39,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 14:45:39,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 14:45:39,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 14:45:39,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 14:45:39,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 14:45:39,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 14:45:42,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:45:43,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.65] pack to oss... +01 五月 2020 | 14:45:43,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:45:43,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.65] pack to oss... +01 五月 2020 | 14:45:43,297 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.65.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 五月 2020 | 14:45:43,300 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.65.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 五月 2020 | 14:45:46,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:45:46,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.65] pack to oss... +01 五月 2020 | 14:45:46,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.65] upload oss ok! +01 五月 2020 | 14:45:46,756 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:7835ms +01 五月 2020 | 14:57:09,730 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 14:57:10,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 14:57:10,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 14:57:10,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 14:57:10,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 14:57:10,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 14:57:10,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 14:57:13,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:57:13,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.66] pack to oss... +01 五月 2020 | 14:57:13,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:57:13,656 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.66.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 五月 2020 | 14:57:14,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.66] pack to oss... +01 五月 2020 | 14:57:14,142 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.66.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 五月 2020 | 14:57:15,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:57:15,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.66] pack to oss... +01 五月 2020 | 14:57:15,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.66] upload oss ok! +01 五月 2020 | 14:57:15,798 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:6068ms +01 五月 2020 | 18:36:09,081 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 18:36:09,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 18:36:09,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 18:36:09,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 18:36:09,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 18:36:09,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 18:36:09,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 18:36:30,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 18:36:30,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.67] pack to oss... +01 五月 2020 | 18:36:31,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.67] upload oss ok! +01 五月 2020 | 18:36:31,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.28] pack to oss... +01 五月 2020 | 18:36:32,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.28] upload oss ok! +01 五月 2020 | 18:38:21,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 18:38:21,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.67] pack to oss... +01 五月 2020 | 18:38:22,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.67] upload oss ok! +01 五月 2020 | 18:38:22,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.28] pack to oss... +01 五月 2020 | 18:38:22,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 18:38:22,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.67] pack to oss... +01 五月 2020 | 18:38:23,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.28] upload oss ok! +01 五月 2020 | 18:38:23,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.67] upload oss ok! +01 五月 2020 | 18:38:23,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.28] pack to oss... +01 五月 2020 | 18:38:23,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.28] upload oss ok! +01 五月 2020 | 18:38:24,301 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:135220ms +01 五月 2020 | 20:58:17,168 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 20:58:17,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 20:58:17,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 20:58:17,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 20:58:17,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 20:58:17,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 20:58:17,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 20:58:38,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 20:58:38,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.68] pack to oss... +01 五月 2020 | 20:58:38,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.68] upload oss ok! +01 五月 2020 | 20:58:38,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.29] pack to oss... +01 五月 2020 | 20:58:39,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.29] upload oss ok! +01 五月 2020 | 21:00:30,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:00:30,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:00:30,780 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.68] pack to oss... +01 五月 2020 | 21:00:30,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.68] pack to oss... +01 五月 2020 | 21:00:31,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.68] upload oss ok! +01 五月 2020 | 21:00:31,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.29] pack to oss... +01 五月 2020 | 21:00:31,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.68] upload oss ok! +01 五月 2020 | 21:00:31,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.29] pack to oss... +01 五月 2020 | 21:00:32,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.29] upload oss ok! +01 五月 2020 | 21:00:33,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.29] upload oss ok! +01 五月 2020 | 21:00:33,479 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:136311ms +01 五月 2020 | 21:39:46,373 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 21:39:46,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 21:39:46,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 21:39:46,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 21:39:46,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 21:39:46,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 21:39:46,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 21:40:06,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:40:07,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.69] pack to oss... +01 五月 2020 | 21:40:07,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.69] upload oss ok! +01 五月 2020 | 21:40:07,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.30] pack to oss... +01 五月 2020 | 21:40:08,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.30] upload oss ok! +01 五月 2020 | 21:41:55,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:41:55,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.69] pack to oss... +01 五月 2020 | 21:41:55,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:41:55,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.69] pack to oss... +01 五月 2020 | 21:41:55,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.69] upload oss ok! +01 五月 2020 | 21:41:55,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.30] pack to oss... +01 五月 2020 | 21:41:55,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.69] upload oss ok! +01 五月 2020 | 21:41:55,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.30] pack to oss... +01 五月 2020 | 21:41:56,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.30] upload oss ok! +01 五月 2020 | 21:41:56,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.30] upload oss ok! +01 五月 2020 | 21:41:57,213 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:130840ms +01 五月 2020 | 21:43:09,272 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 21:43:09,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 21:43:09,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 21:43:09,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 21:43:09,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 21:43:09,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 21:43:09,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 21:43:32,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:43:32,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.31] pack to oss... +01 五月 2020 | 21:43:32,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:43:32,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.31] pack to oss... +01 五月 2020 | 21:43:32,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:43:32,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.31] pack to oss... +01 五月 2020 | 21:43:33,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.31] upload oss ok! +01 五月 2020 | 21:43:34,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.31] upload oss ok! +01 五月 2020 | 21:43:36,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.31] upload oss ok! +01 五月 2020 | 21:43:36,876 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:27604ms +01 五月 2020 | 22:09:21,184 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +01 五月 2020 | 22:09:21,247 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +01 五月 2020 | 22:09:41,921 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 22:09:42,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 22:09:42,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 22:09:42,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 22:09:42,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 22:09:42,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 22:10:16,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:10:16,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.70] pack to oss... +01 五月 2020 | 22:10:17,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.70] upload oss ok! +01 五月 2020 | 22:10:17,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.20] pack to oss... +01 五月 2020 | 22:10:17,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.20] upload oss ok! +01 五月 2020 | 22:10:17,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.32] pack to oss... +01 五月 2020 | 22:10:27,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.32] upload oss ok! +01 五月 2020 | 22:12:03,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:12:03,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.70] pack to oss... +01 五月 2020 | 22:12:04,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.70] upload oss ok! +01 五月 2020 | 22:12:04,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.20] pack to oss... +01 五月 2020 | 22:12:04,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.20] upload oss ok! +01 五月 2020 | 22:12:04,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.32] pack to oss... +01 五月 2020 | 22:12:05,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.32] upload oss ok! +01 五月 2020 | 22:12:07,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:12:07,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.70] pack to oss... +01 五月 2020 | 22:12:08,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.70] upload oss ok! +01 五月 2020 | 22:12:08,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.20] pack to oss... +01 五月 2020 | 22:12:08,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.20] upload oss ok! +01 五月 2020 | 22:12:08,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.32] pack to oss... +01 五月 2020 | 22:12:09,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.32] upload oss ok! +01 五月 2020 | 22:12:09,666 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:147745ms +01 五月 2020 | 22:12:17,513 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 22:12:17,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 22:12:17,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 22:12:17,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 22:12:17,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 22:12:17,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 22:12:24,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:12:24,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.71] pack to oss... +01 五月 2020 | 22:12:25,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.71] upload oss ok! +01 五月 2020 | 22:14:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:14:11,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.71] pack to oss... +01 五月 2020 | 22:14:11,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.71] upload oss ok! +01 五月 2020 | 22:14:14,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:14:14,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.71] pack to oss... +01 五月 2020 | 22:14:14,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.71] upload oss ok! +01 五月 2020 | 22:14:15,188 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:117675ms +01 五月 2020 | 22:18:01,527 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 22:18:01,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 22:18:01,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 22:18:01,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 22:18:01,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 22:18:01,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 22:18:01,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 22:18:02,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 143. +01 五月 2020 | 22:18:02,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 143. +01 五月 2020 | 22:18:02,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 143. +01 五月 2020 | 22:18:24,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:18:25,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.72] pack to oss... +01 五月 2020 | 22:18:25,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.72] upload oss ok! +01 五月 2020 | 22:18:25,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.33] pack to oss... +01 五月 2020 | 22:18:26,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.33] upload oss ok! +01 五月 2020 | 22:20:13,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:20:13,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.72] pack to oss... +01 五月 2020 | 22:20:13,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.72] upload oss ok! +01 五月 2020 | 22:20:13,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.33] pack to oss... +01 五月 2020 | 22:20:13,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:20:13,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.72] pack to oss... +01 五月 2020 | 22:20:13,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.72] upload oss ok! +01 五月 2020 | 22:20:13,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.33] pack to oss... +01 五月 2020 | 22:20:14,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.33] upload oss ok! +01 五月 2020 | 22:20:15,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.33] upload oss ok! +01 五月 2020 | 22:20:15,658 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:134131ms +01 五月 2020 | 22:33:52,560 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 22:33:52,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 22:33:52,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 22:33:52,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 22:33:52,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 22:33:52,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 22:33:52,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 22:33:53,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberStatView.lua +01 五月 2020 | 22:33:53,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberStatView.lua +01 五月 2020 | 22:33:53,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberStatView.lua +01 五月 2020 | 22:33:53,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 144. +01 五月 2020 | 22:33:53,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 144. +01 五月 2020 | 22:33:53,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 144. +01 五月 2020 | 22:33:59,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:34:00,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.73] pack to oss... +01 五月 2020 | 22:34:00,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.73] upload oss ok! +01 五月 2020 | 22:35:50,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:35:50,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.73] pack to oss... +01 五月 2020 | 22:35:50,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.73] upload oss ok! +01 五月 2020 | 22:35:52,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:35:52,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.73] pack to oss... +01 五月 2020 | 22:35:52,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.73] upload oss ok! +01 五月 2020 | 22:35:52,922 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120362ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-02 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-02 new file mode 100644 index 0000000..6ea130c --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-02 @@ -0,0 +1,123 @@ +02 五月 2020 | 01:10:09,183 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 五月 2020 | 01:10:09,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 五月 2020 | 01:10:09,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 五月 2020 | 01:10:09,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 五月 2020 | 01:10:09,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 五月 2020 | 01:10:09,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 五月 2020 | 01:10:09,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 五月 2020 | 01:10:09,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +02 五月 2020 | 01:10:09,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +02 五月 2020 | 01:10:09,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupFagList.xml +02 五月 2020 | 01:10:09,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +02 五月 2020 | 01:10:09,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupFagList.xml +02 五月 2020 | 01:10:09,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngFagListView.lua +02 五月 2020 | 01:10:09,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngFagListView.lua +02 五月 2020 | 01:10:09,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupFagList.xml +02 五月 2020 | 01:10:09,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngFagListView.lua +02 五月 2020 | 01:10:10,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 148. +02 五月 2020 | 01:10:10,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 148. +02 五月 2020 | 01:10:10,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 148. +02 五月 2020 | 01:10:31,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 01:10:31,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.74] pack to oss... +02 五月 2020 | 01:10:31,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.74] upload oss ok! +02 五月 2020 | 01:10:31,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.34] pack to oss... +02 五月 2020 | 01:10:32,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.34] upload oss ok! +02 五月 2020 | 01:12:20,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 01:12:20,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.74] pack to oss... +02 五月 2020 | 01:12:21,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.74] upload oss ok! +02 五月 2020 | 01:12:21,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.34] pack to oss... +02 五月 2020 | 01:12:23,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 01:12:23,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.74] pack to oss... +02 五月 2020 | 01:12:23,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.74] upload oss ok! +02 五月 2020 | 01:12:23,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.34] pack to oss... +02 五月 2020 | 01:12:24,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.34] upload oss ok! +02 五月 2020 | 01:12:32,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.34] upload oss ok! +02 五月 2020 | 01:12:34,014 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:144831ms +02 五月 2020 | 20:38:28,510 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 五月 2020 | 20:38:28,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 五月 2020 | 20:38:28,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 五月 2020 | 20:38:28,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 五月 2020 | 20:38:28,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 五月 2020 | 20:38:28,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 五月 2020 | 20:38:28,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 五月 2020 | 20:38:29,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +02 五月 2020 | 20:38:29,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +02 五月 2020 | 20:38:29,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +02 五月 2020 | 20:38:29,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 151. +02 五月 2020 | 20:38:29,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 151. +02 五月 2020 | 20:38:29,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 151. +02 五月 2020 | 20:38:36,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 20:38:36,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.75] pack to oss... +02 五月 2020 | 20:38:37,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.75] upload oss ok! +02 五月 2020 | 20:40:25,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 20:40:25,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.75] pack to oss... +02 五月 2020 | 20:40:25,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 20:40:25,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.75] pack to oss... +02 五月 2020 | 20:40:26,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.75] upload oss ok! +02 五月 2020 | 20:40:26,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.75] upload oss ok! +02 五月 2020 | 20:40:26,308 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:117799ms +02 五月 2020 | 23:02:24,817 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 五月 2020 | 23:02:25,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 五月 2020 | 23:02:25,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 五月 2020 | 23:02:25,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 五月 2020 | 23:02:25,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 五月 2020 | 23:02:25,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 五月 2020 | 23:02:25,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 五月 2020 | 23:02:25,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\ViewUtil.lua +02 五月 2020 | 23:02:25,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\ViewUtil.lua +02 五月 2020 | 23:02:25,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\ViewUtil.lua +02 五月 2020 | 23:02:25,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +02 五月 2020 | 23:02:25,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +02 五月 2020 | 23:02:25,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +02 五月 2020 | 23:02:25,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +02 五月 2020 | 23:02:25,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +02 五月 2020 | 23:02:25,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +02 五月 2020 | 23:02:25,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +02 五月 2020 | 23:02:25,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +02 五月 2020 | 23:02:25,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +02 五月 2020 | 23:02:25,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +02 五月 2020 | 23:02:25,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +02 五月 2020 | 23:02:25,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +02 五月 2020 | 23:02:25,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +02 五月 2020 | 23:02:25,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +02 五月 2020 | 23:02:25,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +02 五月 2020 | 23:02:25,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +02 五月 2020 | 23:02:25,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +02 五月 2020 | 23:02:25,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +02 五月 2020 | 23:02:25,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +02 五月 2020 | 23:02:25,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Chat\Main.xml +02 五月 2020 | 23:02:25,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Chat\component\Button3.xml +02 五月 2020 | 23:02:25,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +02 五月 2020 | 23:02:25,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +02 五月 2020 | 23:02:25,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Chat\package.xml +02 五月 2020 | 23:02:25,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\Main.xml +02 五月 2020 | 23:02:25,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\component\Button3.xml +02 五月 2020 | 23:02:25,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Chat\Main.xml +02 五月 2020 | 23:02:25,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Chat\component\Button3.xml +02 五月 2020 | 23:02:25,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\package.xml +02 五月 2020 | 23:02:25,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Chat\package.xml +02 五月 2020 | 23:02:25,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 154. +02 五月 2020 | 23:02:25,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 154. +02 五月 2020 | 23:02:25,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 154. +02 五月 2020 | 23:02:50,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 23:02:51,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.76] pack to oss... +02 五月 2020 | 23:02:51,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.76] upload oss ok! +02 五月 2020 | 23:02:51,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.5] pack to oss... +02 五月 2020 | 23:02:52,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.5] upload oss ok! +02 五月 2020 | 23:02:52,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.35] pack to oss... +02 五月 2020 | 23:02:53,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.35] upload oss ok! +02 五月 2020 | 23:04:38,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 23:04:38,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.76] pack to oss... +02 五月 2020 | 23:04:38,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.76] upload oss ok! +02 五月 2020 | 23:04:38,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.5] pack to oss... +02 五月 2020 | 23:04:39,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.5] upload oss ok! +02 五月 2020 | 23:04:39,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.35] pack to oss... +02 五月 2020 | 23:04:39,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.35] upload oss ok! +02 五月 2020 | 23:04:40,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 23:04:40,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.76] pack to oss... +02 五月 2020 | 23:04:40,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.76] upload oss ok! +02 五月 2020 | 23:04:40,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.5] pack to oss... +02 五月 2020 | 23:04:41,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.5] upload oss ok! +02 五月 2020 | 23:04:41,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.35] pack to oss... +02 五月 2020 | 23:04:41,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.35] upload oss ok! +02 五月 2020 | 23:04:42,016 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:137200ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-03 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-03 new file mode 100644 index 0000000..f733bc9 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-03 @@ -0,0 +1,236 @@ +03 五月 2020 | 00:15:03,729 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +03 五月 2020 | 00:15:03,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +03 五月 2020 | 00:15:03,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +03 五月 2020 | 00:15:03,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +03 五月 2020 | 00:15:04,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 五月 2020 | 00:15:04,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 五月 2020 | 00:15:04,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 五月 2020 | 00:15:04,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +03 五月 2020 | 00:15:04,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +03 五月 2020 | 00:15:04,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +03 五月 2020 | 00:15:04,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +03 五月 2020 | 00:15:04,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +03 五月 2020 | 00:15:04,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3.meta +03 五月 2020 | 00:15:04,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3.meta +03 五月 2020 | 00:15:04,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3 +03 五月 2020 | 00:15:04,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3 +03 五月 2020 | 00:15:04,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +03 五月 2020 | 00:15:04,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3.meta +03 五月 2020 | 00:15:04,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3 +03 五月 2020 | 00:15:04,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +03 五月 2020 | 00:15:04,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +03 五月 2020 | 00:15:04,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +03 五月 2020 | 00:15:04,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +03 五月 2020 | 00:15:04,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +03 五月 2020 | 00:15:04,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +03 五月 2020 | 00:15:04,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +03 五月 2020 | 00:15:04,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +03 五月 2020 | 00:15:04,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +03 五月 2020 | 00:15:04,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +03 五月 2020 | 00:15:04,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +03 五月 2020 | 00:15:04,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +03 五月 2020 | 00:15:04,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +03 五月 2020 | 00:15:04,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +03 五月 2020 | 00:15:04,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +03 五月 2020 | 00:15:04,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +03 五月 2020 | 00:15:04,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +03 五月 2020 | 00:15:04,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +03 五月 2020 | 00:15:04,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +03 五月 2020 | 00:15:04,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +03 五月 2020 | 00:15:04,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +03 五月 2020 | 00:15:04,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +03 五月 2020 | 00:15:04,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +03 五月 2020 | 00:15:04,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +03 五月 2020 | 00:15:04,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +03 五月 2020 | 00:15:04,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +03 五月 2020 | 00:15:04,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +03 五月 2020 | 00:15:04,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +03 五月 2020 | 00:15:04,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +03 五月 2020 | 00:15:04,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +03 五月 2020 | 00:15:04,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +03 五月 2020 | 00:15:04,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +03 五月 2020 | 00:15:04,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Chat\Main.xml +03 五月 2020 | 00:15:04,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Chat\images\szsrk.png +03 五月 2020 | 00:15:04,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Chat\package.xml +03 五月 2020 | 00:15:04,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +03 五月 2020 | 00:15:04,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\gps\ani_warning.xml +03 五月 2020 | 00:15:04,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +03 五月 2020 | 00:15:04,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\gps\btn_distance_new.xml +03 五月 2020 | 00:15:04,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\gps\hsgps.png +03 五月 2020 | 00:15:04,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\gps\lsgps.png +03 五月 2020 | 00:15:04,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Chat\Main.xml +03 五月 2020 | 00:15:04,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Chat\images\szsrk.png +03 五月 2020 | 00:15:04,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Common\package.xml +03 五月 2020 | 00:15:04,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Chat\package.xml +03 五月 2020 | 00:15:04,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_2.xml +03 五月 2020 | 00:15:04,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +03 五月 2020 | 00:15:04,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_3.xml +03 五月 2020 | 00:15:04,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\gps\ani_warning.xml +03 五月 2020 | 00:15:04,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +03 五月 2020 | 00:15:04,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\gps\btn_distance_new.xml +03 五月 2020 | 00:15:04,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\gps\hsgps.png +03 五月 2020 | 00:15:04,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\gps\lsgps.png +03 五月 2020 | 00:15:04,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_2_s2.xml +03 五月 2020 | 00:15:04,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_3_s2.xml +03 五月 2020 | 00:15:04,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\Main.xml +03 五月 2020 | 00:15:04,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Common\package.xml +03 五月 2020 | 00:15:04,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_4_s2.xml +03 五月 2020 | 00:15:04,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\images\szsrk.png +03 五月 2020 | 00:15:04,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_2.xml +03 五月 2020 | 00:15:04,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\package.xml +03 五月 2020 | 00:15:04,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_3.xml +03 五月 2020 | 00:15:04,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\Main_2.xml +03 五月 2020 | 00:15:04,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\gps\ani_warning.xml +03 五月 2020 | 00:15:04,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\gps\btn_distance_new.xml +03 五月 2020 | 00:15:04,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +03 五月 2020 | 00:15:04,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\gps\hsgps.png +03 五月 2020 | 00:15:04,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\gps\lsgps.png +03 五月 2020 | 00:15:04,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_2_s2.xml +03 五月 2020 | 00:15:04,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +03 五月 2020 | 00:15:04,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_3_s2.xml +03 五月 2020 | 00:15:04,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_4_s2.xml +03 五月 2020 | 00:15:04,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Common\package.xml +03 五月 2020 | 00:15:04,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\MainView.lua +03 五月 2020 | 00:15:04,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\ViewUtil.lua +03 五月 2020 | 00:15:04,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\Main_2.xml +03 五月 2020 | 00:15:04,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_2.xml +03 五月 2020 | 00:15:04,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +03 五月 2020 | 00:15:04,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_3.xml +03 五月 2020 | 00:15:04,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +03 五月 2020 | 00:15:04,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +03 五月 2020 | 00:15:04,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXMainView.lua +03 五月 2020 | 00:15:04,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_2_s2.xml +03 五月 2020 | 00:15:04,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_3_s2.xml +03 五月 2020 | 00:15:04,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\MainView.lua +03 五月 2020 | 00:15:04,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_4_s2.xml +03 五月 2020 | 00:15:04,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +03 五月 2020 | 00:15:04,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\ViewUtil.lua +03 五月 2020 | 00:15:04,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\Main_2.xml +03 五月 2020 | 00:15:04,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +03 五月 2020 | 00:15:04,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +03 五月 2020 | 00:15:04,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +03 五月 2020 | 00:15:04,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +03 五月 2020 | 00:15:04,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXMainView.lua +03 五月 2020 | 00:15:04,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\majiang\MJMainView.lua +03 五月 2020 | 00:15:04,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +03 五月 2020 | 00:15:04,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +03 五月 2020 | 00:15:04,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\MainView.lua +03 五月 2020 | 00:15:04,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\ViewUtil.lua +03 五月 2020 | 00:15:04,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\majiang\MJMainView.lua +03 五月 2020 | 00:15:04,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +03 五月 2020 | 00:15:04,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXMainView.lua +03 五月 2020 | 00:15:04,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +03 五月 2020 | 00:15:04,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +03 五月 2020 | 00:15:04,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\majiang\MJMainView.lua +03 五月 2020 | 00:15:05,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 160. +03 五月 2020 | 00:15:05,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 160. +03 五月 2020 | 00:15:05,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 160. +03 五月 2020 | 00:15:37,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:15:38,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.77] pack to oss... +03 五月 2020 | 00:15:38,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.77] upload oss ok! +03 五月 2020 | 00:15:38,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.21] pack to oss... +03 五月 2020 | 00:15:40,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.21] upload oss ok! +03 五月 2020 | 00:15:40,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.6] pack to oss... +03 五月 2020 | 00:15:40,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.6] upload oss ok! +03 五月 2020 | 00:17:23,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:17:23,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.77] pack to oss... +03 五月 2020 | 00:17:24,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.77] upload oss ok! +03 五月 2020 | 00:17:24,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.21] pack to oss... +03 五月 2020 | 00:17:24,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.21] upload oss ok! +03 五月 2020 | 00:17:24,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.6] pack to oss... +03 五月 2020 | 00:17:25,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.6] upload oss ok! +03 五月 2020 | 00:17:25,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:17:25,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.77] pack to oss... +03 五月 2020 | 00:17:26,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.77] upload oss ok! +03 五月 2020 | 00:17:26,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.21] pack to oss... +03 五月 2020 | 00:17:26,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.21] upload oss ok! +03 五月 2020 | 00:17:26,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.6] pack to oss... +03 五月 2020 | 00:17:27,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.6] upload oss ok! +03 五月 2020 | 00:17:27,341 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:143612ms +03 五月 2020 | 00:23:17,474 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +03 五月 2020 | 00:23:17,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +03 五月 2020 | 00:23:17,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +03 五月 2020 | 00:23:17,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +03 五月 2020 | 00:23:17,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 五月 2020 | 00:23:17,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 五月 2020 | 00:23:17,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 五月 2020 | 00:23:18,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:23:18,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:23:18,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:23:59,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:23:59,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.17] pack to oss... +03 五月 2020 | 00:24:00,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.17] upload oss ok! +03 五月 2020 | 00:24:00,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.15] pack to oss... +03 五月 2020 | 00:24:00,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:24:00,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.17] pack to oss... +03 五月 2020 | 00:24:01,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:24:01,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.17] pack to oss... +03 五月 2020 | 00:24:02,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.15] upload oss ok! +03 五月 2020 | 00:24:05,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.17] upload oss ok! +03 五月 2020 | 00:24:05,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.15] pack to oss... +03 五月 2020 | 00:24:07,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.15] upload oss ok! +03 五月 2020 | 00:24:09,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.17] upload oss ok! +03 五月 2020 | 00:24:09,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.15] pack to oss... +03 五月 2020 | 00:24:10,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.15] upload oss ok! +03 五月 2020 | 00:24:10,821 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:53348ms +03 五月 2020 | 00:25:54,830 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +03 五月 2020 | 00:25:54,978 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +03 五月 2020 | 00:25:54,979 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +03 五月 2020 | 00:25:54,979 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +03 五月 2020 | 00:25:55,045 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 五月 2020 | 00:25:55,053 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 五月 2020 | 00:25:55,061 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 五月 2020 | 00:25:55,311 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:25:55,317 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:25:55,321 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:26:57,935 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:26:57,938 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +03 五月 2020 | 00:26:58,613 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +03 五月 2020 | 00:26:58,613 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +03 五月 2020 | 00:26:59,199 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +03 五月 2020 | 00:26:59,199 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +03 五月 2020 | 00:26:59,880 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +03 五月 2020 | 00:26:59,880 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +03 五月 2020 | 00:27:01,900 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +03 五月 2020 | 00:27:14,084 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:27:14,087 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +03 五月 2020 | 00:27:14,664 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +03 五月 2020 | 00:27:14,664 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +03 五月 2020 | 00:27:15,258 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +03 五月 2020 | 00:27:15,258 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +03 五月 2020 | 00:27:15,946 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +03 五月 2020 | 00:27:15,946 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +03 五月 2020 | 00:27:17,939 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +03 五月 2020 | 00:27:24,558 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:27:24,560 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +03 五月 2020 | 00:27:25,106 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +03 五月 2020 | 00:27:25,106 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +03 五月 2020 | 00:27:25,671 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +03 五月 2020 | 00:27:25,672 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +03 五月 2020 | 00:27:26,347 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +03 五月 2020 | 00:27:26,347 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +03 五月 2020 | 00:27:28,649 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +03 五月 2020 | 00:27:28,927 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:94097ms +03 五月 2020 | 20:53:09,745 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +03 五月 2020 | 20:53:09,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +03 五月 2020 | 20:53:09,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +03 五月 2020 | 20:53:09,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +03 五月 2020 | 20:53:10,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 五月 2020 | 20:53:10,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 五月 2020 | 20:53:10,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 五月 2020 | 20:53:10,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 五月 2020 | 20:53:10,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 五月 2020 | 20:53:10,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 五月 2020 | 20:53:10,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 162. +03 五月 2020 | 20:53:10,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 162. +03 五月 2020 | 20:53:10,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 162. +03 五月 2020 | 20:53:17,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 20:53:17,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.78] pack to oss... +03 五月 2020 | 20:53:17,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.78] upload oss ok! +03 五月 2020 | 20:55:07,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 20:55:07,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 20:55:07,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.78] pack to oss... +03 五月 2020 | 20:55:07,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.78] pack to oss... +03 五月 2020 | 20:55:08,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.78] upload oss ok! +03 五月 2020 | 20:55:10,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.78] upload oss ok! +03 五月 2020 | 20:55:11,138 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:121393ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-05 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-05 new file mode 100644 index 0000000..b9dea11 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-05 @@ -0,0 +1,146 @@ +05 五月 2020 | 21:49:47,429 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +05 五月 2020 | 21:49:47,544 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +05 五月 2020 | 22:15:12,141 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 五月 2020 | 22:15:12,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 五月 2020 | 22:15:12,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 五月 2020 | 22:15:12,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 五月 2020 | 22:15:13,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 五月 2020 | 22:15:13,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 五月 2020 | 22:15:13,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 五月 2020 | 22:15:15,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +05 五月 2020 | 22:15:15,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +05 五月 2020 | 22:15:15,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +05 五月 2020 | 22:15:15,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +05 五月 2020 | 22:15:15,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +05 五月 2020 | 22:15:15,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngGameListView.lua +05 五月 2020 | 22:15:15,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +05 五月 2020 | 22:15:15,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngGameListView.lua +05 五月 2020 | 22:15:15,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerRewardsView.lua +05 五月 2020 | 22:15:15,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerRewardsView.lua +05 五月 2020 | 22:15:15,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngGameListView.lua +05 五月 2020 | 22:15:15,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerRewardsView.lua +05 五月 2020 | 22:15:15,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:15:15,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:15:15,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:15:15,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +05 五月 2020 | 22:15:15,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +05 五月 2020 | 22:15:15,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +05 五月 2020 | 22:15:15,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +05 五月 2020 | 22:15:15,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +05 五月 2020 | 22:15:15,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +05 五月 2020 | 22:15:15,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +05 五月 2020 | 22:15:15,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +05 五月 2020 | 22:15:15,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +05 五月 2020 | 22:15:15,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_recrod.xml +05 五月 2020 | 22:15:15,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_recrod.xml +05 五月 2020 | 22:15:15,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\game\panel_fag.xml +05 五月 2020 | 22:15:15,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\play_set\panel_play_set.xml +05 五月 2020 | 22:15:15,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\game\panel_fag.xml +05 五月 2020 | 22:15:15,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\play_set\panel_play_set.xml +05 五月 2020 | 22:15:15,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_recrod.xml +05 五月 2020 | 22:15:15,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\game\panel_fag.xml +05 五月 2020 | 22:15:15,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\play_set\panel_play_set.xml +05 五月 2020 | 22:15:15,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 178. +05 五月 2020 | 22:15:15,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 178. +05 五月 2020 | 22:15:15,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 178. +05 五月 2020 | 22:15:41,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:15:41,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.79] pack to oss... +05 五月 2020 | 22:15:42,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.79] upload oss ok! +05 五月 2020 | 22:15:42,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.36] pack to oss... +05 五月 2020 | 22:15:43,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.36] upload oss ok! +05 五月 2020 | 22:17:31,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:17:31,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.79] pack to oss... +05 五月 2020 | 22:17:31,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:17:31,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.79] pack to oss... +05 五月 2020 | 22:17:31,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.79] upload oss ok! +05 五月 2020 | 22:17:31,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.36] pack to oss... +05 五月 2020 | 22:17:31,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.79] upload oss ok! +05 五月 2020 | 22:17:31,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.36] pack to oss... +05 五月 2020 | 22:17:32,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.36] upload oss ok! +05 五月 2020 | 22:17:38,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.36] upload oss ok! +05 五月 2020 | 22:17:38,810 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:146669ms +05 五月 2020 | 22:49:22,366 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 五月 2020 | 22:49:22,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 五月 2020 | 22:49:22,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 五月 2020 | 22:49:22,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 五月 2020 | 22:49:22,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 五月 2020 | 22:49:22,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 五月 2020 | 22:49:22,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 五月 2020 | 22:49:22,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:49:22,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:49:22,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:49:22,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:49:22,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +05 五月 2020 | 22:49:22,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:49:22,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +05 五月 2020 | 22:49:22,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:49:22,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:49:22,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +05 五月 2020 | 22:49:22,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +05 五月 2020 | 22:49:22,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +05 五月 2020 | 22:49:22,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +05 五月 2020 | 22:49:22,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +05 五月 2020 | 22:49:22,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:49:22,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:49:22,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:49:23,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +05 五月 2020 | 22:49:23,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +05 五月 2020 | 22:49:23,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:49:23,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:49:23,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 182. +05 五月 2020 | 22:49:23,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 182. +05 五月 2020 | 22:49:23,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 182. +05 五月 2020 | 22:49:42,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:49:42,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.80] pack to oss... +05 五月 2020 | 22:49:43,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.80] upload oss ok! +05 五月 2020 | 22:49:43,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.37] pack to oss... +05 五月 2020 | 22:49:43,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.37] upload oss ok! +05 五月 2020 | 22:51:34,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:51:34,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.80] pack to oss... +05 五月 2020 | 22:51:34,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:51:34,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.80] pack to oss... +05 五月 2020 | 22:51:34,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.80] upload oss ok! +05 五月 2020 | 22:51:34,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.37] pack to oss... +05 五月 2020 | 22:51:34,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.80] upload oss ok! +05 五月 2020 | 22:51:34,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.37] pack to oss... +05 五月 2020 | 22:51:35,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.37] upload oss ok! +05 五月 2020 | 22:51:35,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.37] upload oss ok! +05 五月 2020 | 22:51:35,710 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:133345ms +05 五月 2020 | 22:57:59,949 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 五月 2020 | 22:58:00,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 五月 2020 | 22:58:00,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 五月 2020 | 22:58:00,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 五月 2020 | 22:58:00,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 五月 2020 | 22:58:00,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 五月 2020 | 22:58:00,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 五月 2020 | 22:58:00,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:58:00,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:58:00,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:58:00,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:58:00,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:58:00,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:58:00,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:58:00,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:58:00,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:58:00,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:58:00,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:58:00,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:58:00,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 185. +05 五月 2020 | 22:58:00,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 185. +05 五月 2020 | 22:58:00,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 185. +05 五月 2020 | 22:58:19,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:58:20,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.81] pack to oss... +05 五月 2020 | 22:58:20,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.81] upload oss ok! +05 五月 2020 | 22:58:20,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.38] pack to oss... +05 五月 2020 | 22:58:21,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.38] upload oss ok! +05 五月 2020 | 23:00:09,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 23:00:09,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.81] pack to oss... +05 五月 2020 | 23:00:09,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.81] upload oss ok! +05 五月 2020 | 23:00:09,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.38] pack to oss... +05 五月 2020 | 23:00:10,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.38] upload oss ok! +05 五月 2020 | 23:00:11,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 23:00:11,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.81] pack to oss... +05 五月 2020 | 23:00:11,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.81] upload oss ok! +05 五月 2020 | 23:00:11,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.38] pack to oss... +05 五月 2020 | 23:00:12,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.38] upload oss ok! +05 五月 2020 | 23:00:12,508 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:132560ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-07 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-07 new file mode 100644 index 0000000..698d6ff --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-07 @@ -0,0 +1,102 @@ +07 五月 2020 | 21:39:38,346 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +07 五月 2020 | 21:39:38,455 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +07 五月 2020 | 21:40:46,003 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +07 五月 2020 | 21:40:46,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +07 五月 2020 | 21:40:46,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +07 五月 2020 | 21:40:46,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +07 五月 2020 | 21:40:46,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 五月 2020 | 21:40:46,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 五月 2020 | 21:40:46,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 五月 2020 | 21:40:49,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +07 五月 2020 | 21:40:49,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +07 五月 2020 | 21:40:49,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +07 五月 2020 | 21:40:49,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +07 五月 2020 | 21:40:49,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupQuickStartView.lua +07 五月 2020 | 21:40:49,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupQuickStartView.lua +07 五月 2020 | 21:40:49,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +07 五月 2020 | 21:40:49,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\PlayerDistanceView.lua +07 五月 2020 | 21:40:49,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\PlayerDistanceView.lua +07 五月 2020 | 21:40:49,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +07 五月 2020 | 21:40:49,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\MainView.lua +07 五月 2020 | 21:40:49,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupQuickStartView.lua +07 五月 2020 | 21:40:49,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\MainView.lua +07 五月 2020 | 21:40:49,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\PlayerDistanceView.lua +07 五月 2020 | 21:40:49,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +07 五月 2020 | 21:40:49,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +07 五月 2020 | 21:40:49,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\MainView.lua +07 五月 2020 | 21:40:49,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +07 五月 2020 | 21:40:49,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +07 五月 2020 | 21:40:49,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +07 五月 2020 | 21:40:49,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +07 五月 2020 | 21:40:49,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +07 五月 2020 | 21:40:49,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +07 五月 2020 | 21:40:49,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +07 五月 2020 | 21:40:49,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +07 五月 2020 | 21:40:49,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +07 五月 2020 | 21:40:49,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +07 五月 2020 | 21:40:49,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Common\buttons\Btn_Blue2.xml +07 五月 2020 | 21:40:49,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Common\buttons\Btn_Blue2.xml +07 五月 2020 | 21:40:49,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Common\buttons\Btn_blue_long.xml +07 五月 2020 | 21:40:49,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Common\buttons\Btn_blue_long.xml +07 五月 2020 | 21:40:49,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Common\buttons\Btn_Blue2.xml +07 五月 2020 | 21:40:49,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\gps\distance\com_Distance.xml +07 五月 2020 | 21:40:49,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Common\buttons\Btn_blue_long.xml +07 五月 2020 | 21:40:49,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\gps\distance\com_Distance.xml +07 五月 2020 | 21:40:49,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +07 五月 2020 | 21:40:49,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_QuickStart.xml +07 五月 2020 | 21:40:49,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +07 五月 2020 | 21:40:49,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\gps\distance\com_Distance.xml +07 五月 2020 | 21:40:49,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_QuickStart.xml +07 五月 2020 | 21:40:49,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +07 五月 2020 | 21:40:49,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +07 五月 2020 | 21:40:49,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +07 五月 2020 | 21:40:49,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_QuickStart.xml +07 五月 2020 | 21:40:49,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +07 五月 2020 | 21:40:49,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 196. +07 五月 2020 | 21:40:49,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 196. +07 五月 2020 | 21:40:49,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 196. +07 五月 2020 | 21:41:25,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 21:41:26,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.82] pack to oss... +07 五月 2020 | 21:41:26,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.82] upload oss ok! +07 五月 2020 | 21:41:26,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.22] pack to oss... +07 五月 2020 | 21:41:27,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.22] upload oss ok! +07 五月 2020 | 21:41:27,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.39] pack to oss... +07 五月 2020 | 21:41:28,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.39] upload oss ok! +07 五月 2020 | 21:43:19,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 21:43:19,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.82] pack to oss... +07 五月 2020 | 21:43:19,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 21:43:19,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.82] pack to oss... +07 五月 2020 | 21:43:19,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.82] upload oss ok! +07 五月 2020 | 21:43:19,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.22] pack to oss... +07 五月 2020 | 21:43:19,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.82] upload oss ok! +07 五月 2020 | 21:43:19,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.22] pack to oss... +07 五月 2020 | 21:43:20,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.22] upload oss ok! +07 五月 2020 | 21:43:20,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.39] pack to oss... +07 五月 2020 | 21:43:20,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.39] upload oss ok! +07 五月 2020 | 21:43:26,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.22] upload oss ok! +07 五月 2020 | 21:43:26,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.39] pack to oss... +07 五月 2020 | 21:43:26,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.39] upload oss ok! +07 五月 2020 | 21:43:26,964 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:160961ms +07 五月 2020 | 23:15:57,661 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +07 五月 2020 | 23:15:57,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +07 五月 2020 | 23:15:57,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +07 五月 2020 | 23:15:57,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +07 五月 2020 | 23:15:58,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 五月 2020 | 23:15:58,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 五月 2020 | 23:15:58,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 五月 2020 | 23:15:58,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\ViewUtil.lua +07 五月 2020 | 23:15:58,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\ViewUtil.lua +07 五月 2020 | 23:15:58,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\ViewUtil.lua +07 五月 2020 | 23:15:58,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 201. +07 五月 2020 | 23:15:58,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 201. +07 五月 2020 | 23:15:58,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 201. +07 五月 2020 | 23:16:03,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 23:16:03,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.83] pack to oss... +07 五月 2020 | 23:16:04,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.83] upload oss ok! +07 五月 2020 | 23:17:56,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 23:17:56,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.83] pack to oss... +07 五月 2020 | 23:17:56,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 23:17:56,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.83] pack to oss... +07 五月 2020 | 23:17:57,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.83] upload oss ok! +07 五月 2020 | 23:17:57,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.83] upload oss ok! +07 五月 2020 | 23:17:57,702 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120041ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-08 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-08 new file mode 100644 index 0000000..ac60e88 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-08 @@ -0,0 +1,394 @@ +08 五月 2020 | 00:43:53,156 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 五月 2020 | 00:43:53,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 五月 2020 | 00:43:53,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 五月 2020 | 00:43:53,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 五月 2020 | 00:43:53,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 五月 2020 | 00:43:53,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 五月 2020 | 00:43:53,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 五月 2020 | 00:43:53,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +08 五月 2020 | 00:43:53,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +08 五月 2020 | 00:43:53,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +08 五月 2020 | 00:43:53,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +08 五月 2020 | 00:43:53,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +08 五月 2020 | 00:43:53,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +08 五月 2020 | 00:43:53,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +08 五月 2020 | 00:43:53,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +08 五月 2020 | 00:43:53,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +08 五月 2020 | 00:43:53,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +08 五月 2020 | 00:43:53,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +08 五月 2020 | 00:43:53,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +08 五月 2020 | 00:43:53,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 00:43:53,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +08 五月 2020 | 00:43:53,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 00:43:53,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +08 五月 2020 | 00:43:53,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 00:43:53,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +08 五月 2020 | 00:43:53,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +08 五月 2020 | 00:43:53,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 00:43:53,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 00:43:53,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +08 五月 2020 | 00:43:53,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupRoomColorView.lua +08 五月 2020 | 00:43:53,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +08 五月 2020 | 00:43:53,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +08 五月 2020 | 00:43:53,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupRoomColorView.lua +08 五月 2020 | 00:43:53,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +08 五月 2020 | 00:43:53,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 00:43:53,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +08 五月 2020 | 00:43:53,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\games\Win_CreateRoom.xml +08 五月 2020 | 00:43:53,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +08 五月 2020 | 00:43:53,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +08 五月 2020 | 00:43:53,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupRoomColorView.lua +08 五月 2020 | 00:43:53,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\games\Win_CreateRoom.xml +08 五月 2020 | 00:43:53,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\package.xml +08 五月 2020 | 00:43:53,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\package.xml +08 五月 2020 | 00:43:54,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +08 五月 2020 | 00:43:54,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +08 五月 2020 | 00:43:54,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +08 五月 2020 | 00:43:54,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +08 五月 2020 | 00:43:54,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\games\Win_CreateRoom.xml +08 五月 2020 | 00:43:54,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +08 五月 2020 | 00:43:54,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +08 五月 2020 | 00:43:54,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +08 五月 2020 | 00:43:54,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table +08 五月 2020 | 00:43:54,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\package.xml +08 五月 2020 | 00:43:54,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +08 五月 2020 | 00:43:54,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_1.png +08 五月 2020 | 00:43:54,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +08 五月 2020 | 00:43:54,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +08 五月 2020 | 00:43:54,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_2.png +08 五月 2020 | 00:43:54,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table +08 五月 2020 | 00:43:54,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_3.png +08 五月 2020 | 00:43:54,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_1.png +08 五月 2020 | 00:43:54,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +08 五月 2020 | 00:43:54,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_4.png +08 五月 2020 | 00:43:54,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +08 五月 2020 | 00:43:54,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_2.png +08 五月 2020 | 00:43:54,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_5.png +08 五月 2020 | 00:43:54,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_3.png +08 五月 2020 | 00:43:54,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +08 五月 2020 | 00:43:54,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table +08 五月 2020 | 00:43:54,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_6.png +08 五月 2020 | 00:43:54,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_7.png +08 五月 2020 | 00:43:54,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_4.png +08 五月 2020 | 00:43:54,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_1.png +08 五月 2020 | 00:43:54,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_8.png +08 五月 2020 | 00:43:54,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_2.png +08 五月 2020 | 00:43:54,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_5.png +08 五月 2020 | 00:43:54,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_1.png +08 五月 2020 | 00:43:54,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_3.png +08 五月 2020 | 00:43:54,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_2.png +08 五月 2020 | 00:43:54,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_6.png +08 五月 2020 | 00:43:54,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_4.png +08 五月 2020 | 00:43:54,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_3.png +08 五月 2020 | 00:43:54,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_7.png +08 五月 2020 | 00:43:54,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_4.png +08 五月 2020 | 00:43:54,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_5.png +08 五月 2020 | 00:43:54,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_5.png +08 五月 2020 | 00:43:54,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_8.png +08 五月 2020 | 00:43:54,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_6.png +08 五月 2020 | 00:43:54,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_6.png +08 五月 2020 | 00:43:54,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_1.png +08 五月 2020 | 00:43:54,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_7.png +08 五月 2020 | 00:43:54,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_7.png +08 五月 2020 | 00:43:54,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_8.png +08 五月 2020 | 00:43:54,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_2.png +08 五月 2020 | 00:43:54,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_8.png +08 五月 2020 | 00:43:54,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_1.png +08 五月 2020 | 00:43:54,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_3.png +08 五月 2020 | 00:43:54,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_1.png +08 五月 2020 | 00:43:54,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_2.png +08 五月 2020 | 00:43:54,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_2.png +08 五月 2020 | 00:43:54,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_4.png +08 五月 2020 | 00:43:54,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_3.png +08 五月 2020 | 00:43:54,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_3.png +08 五月 2020 | 00:43:54,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_4.png +08 五月 2020 | 00:43:54,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_4.png +08 五月 2020 | 00:43:54,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_5.png +08 五月 2020 | 00:43:54,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_5.png +08 五月 2020 | 00:43:54,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_5.png +08 五月 2020 | 00:43:54,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_6.png +08 五月 2020 | 00:43:54,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_6.png +08 五月 2020 | 00:43:54,063 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_6.png +08 五月 2020 | 00:43:54,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_7.png +08 五月 2020 | 00:43:54,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_7.png +08 五月 2020 | 00:43:54,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_8.png +08 五月 2020 | 00:43:54,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_7.png +08 五月 2020 | 00:43:54,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_8.png +08 五月 2020 | 00:43:54,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_1.png +08 五月 2020 | 00:43:54,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_8.png +08 五月 2020 | 00:43:54,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_2.png +08 五月 2020 | 00:43:54,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_1.png +08 五月 2020 | 00:43:54,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_3.png +08 五月 2020 | 00:43:54,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_2.png +08 五月 2020 | 00:43:54,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_3.png +08 五月 2020 | 00:43:54,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_4.png +08 五月 2020 | 00:43:54,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_5.png +08 五月 2020 | 00:43:54,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_4.png +08 五月 2020 | 00:43:54,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_6.png +08 五月 2020 | 00:43:54,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_5.png +08 五月 2020 | 00:43:54,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_7.png +08 五月 2020 | 00:43:54,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_6.png +08 五月 2020 | 00:43:54,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_8.png +08 五月 2020 | 00:43:54,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games +08 五月 2020 | 00:43:54,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_7.png +08 五月 2020 | 00:43:54,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color +08 五月 2020 | 00:43:54,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\Win_ColorSelect.xml +08 五月 2020 | 00:43:54,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_8.png +08 五月 2020 | 00:43:54,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_confirm.xml +08 五月 2020 | 00:43:54,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_item.xml +08 五月 2020 | 00:43:54,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\btn_table_color.xml +08 五月 2020 | 00:43:54,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\dk.png +08 五月 2020 | 00:43:54,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_normal.png +08 五月 2020 | 00:43:54,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_selected.png +08 五月 2020 | 00:43:54,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\queding.png +08 五月 2020 | 00:43:54,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_big_blue.png +08 五月 2020 | 00:43:54,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_blue.png +08 五月 2020 | 00:43:54,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_btn.png +08 五月 2020 | 00:43:54,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games +08 五月 2020 | 00:43:54,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color +08 五月 2020 | 00:43:54,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_green.png +08 五月 2020 | 00:43:54,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\Win_ColorSelect.xml +08 五月 2020 | 00:43:54,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_little_blue.png +08 五月 2020 | 00:43:54,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_confirm.xml +08 五月 2020 | 00:43:54,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_orange.png +08 五月 2020 | 00:43:54,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games +08 五月 2020 | 00:43:54,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color +08 五月 2020 | 00:43:54,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_item.xml +08 五月 2020 | 00:43:54,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_red.png +08 五月 2020 | 00:43:54,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\btn_table_color.xml +08 五月 2020 | 00:43:54,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\Win_ColorSelect.xml +08 五月 2020 | 00:43:54,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_title.png +08 五月 2020 | 00:43:54,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\dk.png +08 五月 2020 | 00:43:54,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_confirm.xml +08 五月 2020 | 00:43:54,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_volit.png +08 五月 2020 | 00:43:54,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_item.xml +08 五月 2020 | 00:43:54,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_yellow.png +08 五月 2020 | 00:43:54,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_normal.png +08 五月 2020 | 00:43:54,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_selected.png +08 五月 2020 | 00:43:54,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\btn_table_color.xml +08 五月 2020 | 00:43:54,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\dk.png +08 五月 2020 | 00:43:54,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\queding.png +08 五月 2020 | 00:43:54,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_normal.png +08 五月 2020 | 00:43:54,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_big_blue.png +08 五月 2020 | 00:43:54,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_selected.png +08 五月 2020 | 00:43:54,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_blue.png +08 五月 2020 | 00:43:54,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\queding.png +08 五月 2020 | 00:43:54,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_btn.png +08 五月 2020 | 00:43:54,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_green.png +08 五月 2020 | 00:43:54,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_big_blue.png +08 五月 2020 | 00:43:54,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_blue.png +08 五月 2020 | 00:43:54,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_little_blue.png +08 五月 2020 | 00:43:54,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 00:43:54,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_orange.png +08 五月 2020 | 00:43:54,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 00:43:54,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_btn.png +08 五月 2020 | 00:43:54,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_red.png +08 五月 2020 | 00:43:54,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_title.png +08 五月 2020 | 00:43:54,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_green.png +08 五月 2020 | 00:43:54,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_volit.png +08 五月 2020 | 00:43:54,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_little_blue.png +08 五月 2020 | 00:43:54,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_yellow.png +08 五月 2020 | 00:43:54,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_orange.png +08 五月 2020 | 00:43:54,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_red.png +08 五月 2020 | 00:43:54,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_title.png +08 五月 2020 | 00:43:54,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_volit.png +08 五月 2020 | 00:43:54,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_yellow.png +08 五月 2020 | 00:43:54,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 00:43:54,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 00:43:54,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 00:43:54,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 00:43:54,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 209. +08 五月 2020 | 00:43:54,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 209. +08 五月 2020 | 00:43:54,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 209. +08 五月 2020 | 00:44:30,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 00:44:31,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.84] pack to oss... +08 五月 2020 | 00:44:31,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.84] upload oss ok! +08 五月 2020 | 00:44:31,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.12] pack to oss... +08 五月 2020 | 00:44:32,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.12] upload oss ok! +08 五月 2020 | 00:44:32,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.40] pack to oss... +08 五月 2020 | 00:44:32,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.40] upload oss ok! +08 五月 2020 | 00:46:20,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 00:46:21,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.84] pack to oss... +08 五月 2020 | 00:46:21,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.84] upload oss ok! +08 五月 2020 | 00:46:21,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.12] pack to oss... +08 五月 2020 | 00:46:22,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 00:46:22,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.84] pack to oss... +08 五月 2020 | 00:46:23,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.84] upload oss ok! +08 五月 2020 | 00:46:23,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.12] pack to oss... +08 五月 2020 | 00:46:23,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.12] upload oss ok! +08 五月 2020 | 00:46:23,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.40] pack to oss... +08 五月 2020 | 00:46:24,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.40] upload oss ok! +08 五月 2020 | 00:46:24,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.12] upload oss ok! +08 五月 2020 | 00:46:24,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.40] pack to oss... +08 五月 2020 | 00:46:25,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.40] upload oss ok! +08 五月 2020 | 00:46:25,774 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:152619ms +08 五月 2020 | 08:05:40,642 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 五月 2020 | 08:05:40,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 五月 2020 | 08:05:40,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 五月 2020 | 08:05:40,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 五月 2020 | 08:05:41,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 五月 2020 | 08:05:41,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 五月 2020 | 08:05:41,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 五月 2020 | 08:05:41,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 08:05:41,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 08:05:41,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 08:05:41,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 08:05:41,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 08:05:41,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 08:05:41,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Protocol.lua +08 五月 2020 | 08:05:41,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Protocol.lua +08 五月 2020 | 08:05:41,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Btn_lst_fag.xml +08 五月 2020 | 08:05:41,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Protocol.lua +08 五月 2020 | 08:05:41,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 08:05:41,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info.xml +08 五月 2020 | 08:05:41,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Btn_lst_fag.xml +08 五月 2020 | 08:05:41,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 08:05:41,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Btn_lst_fag.xml +08 五月 2020 | 08:05:41,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +08 五月 2020 | 08:05:41,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info.xml +08 五月 2020 | 08:05:41,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 08:05:41,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +08 五月 2020 | 08:05:41,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info.xml +08 五月 2020 | 08:05:41,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 08:05:41,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 08:05:41,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +08 五月 2020 | 08:05:41,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +08 五月 2020 | 08:05:41,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +08 五月 2020 | 08:05:41,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 08:05:41,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 08:05:41,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 08:05:41,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +08 五月 2020 | 08:05:41,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 08:05:41,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 08:05:41,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 08:05:41,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 08:05:41,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 216. +08 五月 2020 | 08:05:41,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 216. +08 五月 2020 | 08:05:41,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 216. +08 五月 2020 | 08:06:05,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 08:06:06,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.85] pack to oss... +08 五月 2020 | 08:06:06,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.85] upload oss ok! +08 五月 2020 | 08:06:06,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.41] pack to oss... +08 五月 2020 | 08:06:07,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.41] upload oss ok! +08 五月 2020 | 08:07:56,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 08:07:56,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.85] pack to oss... +08 五月 2020 | 08:07:56,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.85] upload oss ok! +08 五月 2020 | 08:07:56,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.41] pack to oss... +08 五月 2020 | 08:07:57,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.41] upload oss ok! +08 五月 2020 | 08:07:57,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 08:07:57,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.85] pack to oss... +08 五月 2020 | 08:07:58,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.85] upload oss ok! +08 五月 2020 | 08:07:58,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.41] pack to oss... +08 五月 2020 | 08:07:58,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.41] upload oss ok! +08 五月 2020 | 08:07:59,180 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:138538ms +08 五月 2020 | 22:50:54,763 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 五月 2020 | 22:50:55,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 五月 2020 | 22:50:55,063 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 五月 2020 | 22:50:55,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 五月 2020 | 22:50:55,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 五月 2020 | 22:50:55,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 五月 2020 | 22:50:55,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 五月 2020 | 22:50:55,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 22:50:55,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 22:50:55,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 22:50:55,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 22:50:55,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 22:50:55,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 22:50:55,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 22:50:55,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 22:50:55,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 22:50:55,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 22:50:55,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 22:50:55,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 22:50:55,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 220. +08 五月 2020 | 22:50:55,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 220. +08 五月 2020 | 22:50:55,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 220. +08 五月 2020 | 22:51:20,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 22:51:20,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.86] pack to oss... +08 五月 2020 | 22:51:21,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.86] upload oss ok! +08 五月 2020 | 22:51:21,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.42] pack to oss... +08 五月 2020 | 22:51:21,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.42] upload oss ok! +08 五月 2020 | 22:53:11,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 22:53:11,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.86] pack to oss... +08 五月 2020 | 22:53:12,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.86] upload oss ok! +08 五月 2020 | 22:53:12,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.42] pack to oss... +08 五月 2020 | 22:53:12,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 22:53:12,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.86] pack to oss... +08 五月 2020 | 22:53:12,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.42] upload oss ok! +08 五月 2020 | 22:53:13,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.86] upload oss ok! +08 五月 2020 | 22:53:13,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.42] pack to oss... +08 五月 2020 | 22:53:13,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.42] upload oss ok! +08 五月 2020 | 22:53:13,950 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:139188ms +08 五月 2020 | 23:34:44,160 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 五月 2020 | 23:34:44,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 五月 2020 | 23:34:44,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 五月 2020 | 23:34:44,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 五月 2020 | 23:34:44,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 五月 2020 | 23:34:44,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 五月 2020 | 23:34:44,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 五月 2020 | 23:34:44,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 23:34:44,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 23:34:44,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 23:34:44,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +08 五月 2020 | 23:34:44,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:34:44,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +08 五月 2020 | 23:34:44,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +08 五月 2020 | 23:34:44,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:34:44,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:34:44,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 23:34:44,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 23:34:44,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +08 五月 2020 | 23:34:44,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 23:34:44,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +08 五月 2020 | 23:34:44,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +08 五月 2020 | 23:34:44,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +08 五月 2020 | 23:34:44,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +08 五月 2020 | 23:34:44,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +08 五月 2020 | 23:34:44,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +08 五月 2020 | 23:34:44,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +08 五月 2020 | 23:34:44,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +08 五月 2020 | 23:34:44,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 228. +08 五月 2020 | 23:34:44,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 228. +08 五月 2020 | 23:34:45,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 228. +08 五月 2020 | 23:35:09,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:35:10,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.87] pack to oss... +08 五月 2020 | 23:35:10,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.87] upload oss ok! +08 五月 2020 | 23:35:10,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.43] pack to oss... +08 五月 2020 | 23:35:21,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.43] upload oss ok! +08 五月 2020 | 23:37:01,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:37:01,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.87] pack to oss... +08 五月 2020 | 23:37:01,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.87] upload oss ok! +08 五月 2020 | 23:37:01,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.43] pack to oss... +08 五月 2020 | 23:37:02,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.43] upload oss ok! +08 五月 2020 | 23:37:03,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:37:03,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.87] pack to oss... +08 五月 2020 | 23:37:04,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.87] upload oss ok! +08 五月 2020 | 23:37:04,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.43] pack to oss... +08 五月 2020 | 23:37:05,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.43] upload oss ok! +08 五月 2020 | 23:37:05,603 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:141443ms +08 五月 2020 | 23:49:41,636 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 五月 2020 | 23:49:41,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 五月 2020 | 23:49:41,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 五月 2020 | 23:49:41,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 五月 2020 | 23:49:41,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 五月 2020 | 23:49:41,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 五月 2020 | 23:49:41,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 五月 2020 | 23:49:42,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:49:42,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +08 五月 2020 | 23:49:42,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:49:42,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:49:42,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +08 五月 2020 | 23:49:42,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +08 五月 2020 | 23:49:42,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 229. +08 五月 2020 | 23:49:42,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 229. +08 五月 2020 | 23:49:42,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 229. +08 五月 2020 | 23:49:48,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:49:49,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.88] pack to oss... +08 五月 2020 | 23:49:49,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.88] upload oss ok! +08 五月 2020 | 23:51:39,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:51:39,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.88] pack to oss... +08 五月 2020 | 23:51:40,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.88] upload oss ok! +08 五月 2020 | 23:51:41,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:51:41,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.88] pack to oss... +08 五月 2020 | 23:51:41,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.88] upload oss ok! +08 五月 2020 | 23:51:41,787 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120151ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-09 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-09 new file mode 100644 index 0000000..1fc365d --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-09 @@ -0,0 +1,86 @@ +09 五月 2020 | 23:34:48,099 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 五月 2020 | 23:34:48,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 五月 2020 | 23:34:48,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 五月 2020 | 23:34:48,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 五月 2020 | 23:34:48,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 五月 2020 | 23:34:48,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 五月 2020 | 23:34:48,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 五月 2020 | 23:34:48,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +09 五月 2020 | 23:34:48,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +09 五月 2020 | 23:34:48,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +09 五月 2020 | 23:34:48,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +09 五月 2020 | 23:34:48,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +09 五月 2020 | 23:34:48,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +09 五月 2020 | 23:34:48,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +09 五月 2020 | 23:34:48,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_SetTag.xml +09 五月 2020 | 23:34:48,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +09 五月 2020 | 23:34:48,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +09 五月 2020 | 23:34:48,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_SetTag.xml +09 五月 2020 | 23:34:48,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +09 五月 2020 | 23:34:48,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +09 五月 2020 | 23:34:48,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +09 五月 2020 | 23:34:48,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +09 五月 2020 | 23:34:48,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +09 五月 2020 | 23:34:48,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\btn_tag.xml +09 五月 2020 | 23:34:48,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +09 五月 2020 | 23:34:48,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\item_member.xml +09 五月 2020 | 23:34:48,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +09 五月 2020 | 23:34:48,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +09 五月 2020 | 23:34:48,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +09 五月 2020 | 23:34:48,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +09 五月 2020 | 23:34:48,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +09 五月 2020 | 23:34:48,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\btn_tag.xml +09 五月 2020 | 23:34:48,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +09 五月 2020 | 23:34:48,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +09 五月 2020 | 23:34:48,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +09 五月 2020 | 23:34:48,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\item_member.xml +09 五月 2020 | 23:34:48,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_SetTag.xml +09 五月 2020 | 23:34:48,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +09 五月 2020 | 23:34:48,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +09 五月 2020 | 23:34:48,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Protocol.lua +09 五月 2020 | 23:34:48,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +09 五月 2020 | 23:34:48,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +09 五月 2020 | 23:34:48,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +09 五月 2020 | 23:34:48,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +09 五月 2020 | 23:34:48,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +09 五月 2020 | 23:34:48,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +09 五月 2020 | 23:34:48,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +09 五月 2020 | 23:34:48,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +09 五月 2020 | 23:34:48,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +09 五月 2020 | 23:34:48,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +09 五月 2020 | 23:34:48,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +09 五月 2020 | 23:34:48,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\btn_tag.xml +09 五月 2020 | 23:34:48,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +09 五月 2020 | 23:34:48,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Protocol.lua +09 五月 2020 | 23:34:48,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +09 五月 2020 | 23:34:48,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\item_member.xml +09 五月 2020 | 23:34:48,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +09 五月 2020 | 23:34:48,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +09 五月 2020 | 23:34:48,928 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +09 五月 2020 | 23:34:48,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +09 五月 2020 | 23:34:48,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +09 五月 2020 | 23:34:48,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +09 五月 2020 | 23:34:48,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Protocol.lua +09 五月 2020 | 23:34:48,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +09 五月 2020 | 23:34:48,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +09 五月 2020 | 23:34:48,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +09 五月 2020 | 23:34:48,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +09 五月 2020 | 23:34:49,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 235. +09 五月 2020 | 23:34:49,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 235. +09 五月 2020 | 23:34:49,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 235. +09 五月 2020 | 23:35:13,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 五月 2020 | 23:35:14,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.89] pack to oss... +09 五月 2020 | 23:35:14,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.89] upload oss ok! +09 五月 2020 | 23:35:14,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.44] pack to oss... +09 五月 2020 | 23:35:15,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.44] upload oss ok! +09 五月 2020 | 23:37:03,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 五月 2020 | 23:37:03,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.89] pack to oss... +09 五月 2020 | 23:37:05,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.89] upload oss ok! +09 五月 2020 | 23:37:05,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.44] pack to oss... +09 五月 2020 | 23:37:05,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 五月 2020 | 23:37:05,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.89] pack to oss... +09 五月 2020 | 23:37:05,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.44] upload oss ok! +09 五月 2020 | 23:37:06,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.89] upload oss ok! +09 五月 2020 | 23:37:06,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.44] pack to oss... +09 五月 2020 | 23:37:06,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.44] upload oss ok! +09 五月 2020 | 23:37:06,918 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:138820ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-11 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-11 new file mode 100644 index 0000000..2bb7eb0 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-11 @@ -0,0 +1,81 @@ +11 五月 2020 | 00:05:06,095 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +11 五月 2020 | 00:05:06,229 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +11 五月 2020 | 00:05:30,355 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +11 五月 2020 | 00:05:30,400 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +11 五月 2020 | 00:05:30,400 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +11 五月 2020 | 00:05:30,400 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +11 五月 2020 | 00:05:30,500 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +11 五月 2020 | 00:05:30,507 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +11 五月 2020 | 00:05:30,521 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +11 五月 2020 | 00:05:30,744 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +11 五月 2020 | 00:05:30,745 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +11 五月 2020 | 00:05:30,748 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerPokerInfoView.lua +11 五月 2020 | 00:05:30,749 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +11 五月 2020 | 00:05:30,749 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerPokerInfoView.lua +11 五月 2020 | 00:05:30,755 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerPokerInfoView.lua +11 五月 2020 | 00:05:30,888 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 238. +11 五月 2020 | 00:05:30,888 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 238. +11 五月 2020 | 00:05:30,892 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 238. +11 五月 2020 | 00:06:01,526 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 00:06:02,005 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +11 五月 2020 | 00:06:03,609 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +11 五月 2020 | 00:06:08,029 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 00:06:08,032 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +11 五月 2020 | 00:06:09,010 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +11 五月 2020 | 00:06:13,969 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 00:06:13,971 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +11 五月 2020 | 00:06:14,923 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +11 五月 2020 | 00:06:15,041 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:44687ms +11 五月 2020 | 23:30:40,635 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +11 五月 2020 | 23:30:41,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +11 五月 2020 | 23:30:41,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +11 五月 2020 | 23:30:41,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +11 五月 2020 | 23:30:41,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +11 五月 2020 | 23:30:41,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +11 五月 2020 | 23:30:41,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +11 五月 2020 | 23:30:41,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +11 五月 2020 | 23:30:41,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +11 五月 2020 | 23:30:41,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +11 五月 2020 | 23:30:41,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +11 五月 2020 | 23:30:41,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +11 五月 2020 | 23:30:41,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +11 五月 2020 | 23:30:41,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +11 五月 2020 | 23:30:41,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +11 五月 2020 | 23:30:41,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +11 五月 2020 | 23:30:41,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +11 五月 2020 | 23:30:41,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +11 五月 2020 | 23:30:41,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +11 五月 2020 | 23:30:41,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +11 五月 2020 | 23:30:41,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +11 五月 2020 | 23:30:41,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +11 五月 2020 | 23:30:41,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_set_tag.png +11 五月 2020 | 23:30:41,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_set_tag.png +11 五月 2020 | 23:30:41,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_set_tag.png +11 五月 2020 | 23:30:41,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +11 五月 2020 | 23:30:41,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +11 五月 2020 | 23:30:41,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +11 五月 2020 | 23:30:41,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +11 五月 2020 | 23:30:41,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +11 五月 2020 | 23:30:41,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +11 五月 2020 | 23:30:41,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +11 五月 2020 | 23:30:41,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +11 五月 2020 | 23:30:41,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +11 五月 2020 | 23:30:41,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 242. +11 五月 2020 | 23:30:41,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 242. +11 五月 2020 | 23:30:41,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 242. +11 五月 2020 | 23:31:07,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 23:31:08,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.90] pack to oss... +11 五月 2020 | 23:31:08,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.90] upload oss ok! +11 五月 2020 | 23:31:08,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.45] pack to oss... +11 五月 2020 | 23:31:09,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.45] upload oss ok! +11 五月 2020 | 23:32:58,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 23:32:58,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.90] pack to oss... +11 五月 2020 | 23:32:58,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.90] upload oss ok! +11 五月 2020 | 23:32:58,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.45] pack to oss... +11 五月 2020 | 23:32:59,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.45] upload oss ok! +11 五月 2020 | 23:33:00,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 23:33:00,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.90] pack to oss... +11 五月 2020 | 23:33:00,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.90] upload oss ok! +11 五月 2020 | 23:33:00,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.45] pack to oss... +11 五月 2020 | 23:33:00,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.45] upload oss ok! +11 五月 2020 | 23:33:01,310 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:140676ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-12 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-12 new file mode 100644 index 0000000..12de65d --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-12 @@ -0,0 +1,63 @@ +12 五月 2020 | 00:12:59,525 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +12 五月 2020 | 00:12:59,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +12 五月 2020 | 00:12:59,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +12 五月 2020 | 00:12:59,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +12 五月 2020 | 00:12:59,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +12 五月 2020 | 00:12:59,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +12 五月 2020 | 00:12:59,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +12 五月 2020 | 00:13:00,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupNumberInputView.lua +12 五月 2020 | 00:13:00,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupNumberInputView.lua +12 五月 2020 | 00:13:00,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupNumberInputView.lua +12 五月 2020 | 00:13:00,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 243. +12 五月 2020 | 00:13:00,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 243. +12 五月 2020 | 00:13:00,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 243. +12 五月 2020 | 00:13:07,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 00:13:07,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.91] pack to oss... +12 五月 2020 | 00:13:09,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.91] upload oss ok! +12 五月 2020 | 00:14:56,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 00:14:56,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 00:14:57,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.91] pack to oss... +12 五月 2020 | 00:14:57,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.91] pack to oss... +12 五月 2020 | 00:14:57,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.91] upload oss ok! +12 五月 2020 | 00:14:57,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.91] upload oss ok! +12 五月 2020 | 00:14:58,205 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:118680ms +12 五月 2020 | 21:18:33,266 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +12 五月 2020 | 21:18:33,317 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +12 五月 2020 | 21:18:33,318 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +12 五月 2020 | 21:18:33,317 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +12 五月 2020 | 21:18:33,418 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +12 五月 2020 | 21:18:33,425 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +12 五月 2020 | 21:18:33,434 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +12 五月 2020 | 21:18:33,776 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:18:33,781 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:18:33,794 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:18:50,107 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:18:50,596 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +12 五月 2020 | 21:18:51,207 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +12 五月 2020 | 21:18:56,174 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:18:56,186 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +12 五月 2020 | 21:18:56,240 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:18:56,253 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +12 五月 2020 | 21:18:57,188 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +12 五月 2020 | 21:18:58,572 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +12 五月 2020 | 21:18:58,694 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:25428ms +12 五月 2020 | 21:20:48,172 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +12 五月 2020 | 21:20:48,212 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +12 五月 2020 | 21:20:48,213 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +12 五月 2020 | 21:20:48,212 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +12 五月 2020 | 21:20:48,267 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +12 五月 2020 | 21:20:48,278 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +12 五月 2020 | 21:20:48,283 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +12 五月 2020 | 21:20:48,541 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:20:48,553 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:20:48,559 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:21:05,400 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:21:05,886 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] pack to oss... +12 五月 2020 | 21:21:06,540 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] upload oss ok! +12 五月 2020 | 21:21:09,058 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:21:09,061 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] pack to oss... +12 五月 2020 | 21:21:09,165 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:21:09,168 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] pack to oss... +12 五月 2020 | 21:21:09,745 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] upload oss ok! +12 五月 2020 | 21:21:09,960 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] upload oss ok! +12 五月 2020 | 21:21:10,020 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:21848ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-13 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-13 new file mode 100644 index 0000000..ca40325 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-13 @@ -0,0 +1,218 @@ +13 五月 2020 | 00:54:16,958 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 00:54:17,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 00:54:17,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 00:54:17,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 00:54:17,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 00:54:17,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 00:54:17,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 00:54:17,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 00:54:17,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 00:54:17,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 00:54:17,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 00:54:17,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 00:54:17,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 00:54:17,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 00:54:17,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 00:54:17,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 00:54:17,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +13 五月 2020 | 00:54:17,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +13 五月 2020 | 00:54:17,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +13 五月 2020 | 00:54:17,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +13 五月 2020 | 00:54:17,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +13 五月 2020 | 00:54:17,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +13 五月 2020 | 00:54:17,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\partner\hhr.png +13 五月 2020 | 00:54:17,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\partner\hhr.png +13 五月 2020 | 00:54:17,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\partner\hhr.png +13 五月 2020 | 00:54:17,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +13 五月 2020 | 00:54:17,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +13 五月 2020 | 00:54:17,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +13 五月 2020 | 00:54:17,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +13 五月 2020 | 00:54:17,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +13 五月 2020 | 00:54:17,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +13 五月 2020 | 00:54:17,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 00:54:17,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 00:54:17,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 00:54:17,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 249. +13 五月 2020 | 00:54:17,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 249. +13 五月 2020 | 00:54:17,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 249. +13 五月 2020 | 00:54:44,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 00:54:44,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.92] pack to oss... +13 五月 2020 | 00:54:51,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.92] upload oss ok! +13 五月 2020 | 00:54:51,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.46] pack to oss... +13 五月 2020 | 00:54:52,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.46] upload oss ok! +13 五月 2020 | 00:56:36,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 00:56:36,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.92] pack to oss... +13 五月 2020 | 00:56:36,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.92] upload oss ok! +13 五月 2020 | 00:56:36,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.46] pack to oss... +13 五月 2020 | 00:56:40,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.46] upload oss ok! +13 五月 2020 | 00:56:40,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 00:56:40,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.92] pack to oss... +13 五月 2020 | 00:56:41,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.92] upload oss ok! +13 五月 2020 | 00:56:41,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.46] pack to oss... +13 五月 2020 | 00:56:41,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.46] upload oss ok! +13 五月 2020 | 00:56:42,945 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:145988ms +13 五月 2020 | 01:31:49,387 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 01:31:49,429 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 01:31:49,429 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 01:31:49,430 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 01:31:49,490 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 01:31:49,496 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 01:31:49,519 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 01:31:49,756 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 249. +13 五月 2020 | 01:31:49,757 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 249. +13 五月 2020 | 01:31:49,768 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 249. +13 五月 2020 | 01:32:19,179 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 01:32:19,662 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.19] pack to oss... +13 五月 2020 | 01:32:20,670 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.19] upload oss ok! +13 五月 2020 | 01:32:27,183 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 01:32:27,186 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.19] pack to oss... +13 五月 2020 | 01:32:28,161 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.19] upload oss ok! +13 五月 2020 | 01:32:31,623 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 01:32:31,625 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.19] pack to oss... +13 五月 2020 | 01:32:32,570 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.19] upload oss ok! +13 五月 2020 | 01:32:32,648 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:43261ms +13 五月 2020 | 21:10:34,413 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +13 五月 2020 | 21:10:34,539 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +13 五月 2020 | 21:10:59,881 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 21:11:00,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 21:11:00,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 21:11:00,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 21:11:00,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 21:11:00,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 21:11:00,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 21:11:03,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 21:11:03,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 21:11:03,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 21:11:03,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 21:11:03,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 21:11:03,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 21:11:03,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 21:11:03,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 21:11:03,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 21:11:03,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 252. +13 五月 2020 | 21:11:03,710 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 252. +13 五月 2020 | 21:11:03,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 252. +13 五月 2020 | 21:11:13,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:11:13,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.93] pack to oss... +13 五月 2020 | 21:11:14,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.93] upload oss ok! +13 五月 2020 | 21:13:05,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:13:05,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:13:05,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.93] pack to oss... +13 五月 2020 | 21:13:05,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.93] pack to oss... +13 五月 2020 | 21:13:06,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.93] upload oss ok! +13 五月 2020 | 21:13:06,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.93] upload oss ok! +13 五月 2020 | 21:13:06,788 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:126907ms +13 五月 2020 | 21:36:27,460 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 21:36:27,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 21:36:27,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 21:36:27,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 21:36:27,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 21:36:27,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 21:36:27,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 21:36:28,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +13 五月 2020 | 21:36:28,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +13 五月 2020 | 21:36:28,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +13 五月 2020 | 21:36:28,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +13 五月 2020 | 21:36:28,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +13 五月 2020 | 21:36:28,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +13 五月 2020 | 21:36:28,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +13 五月 2020 | 21:36:28,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +13 五月 2020 | 21:36:28,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +13 五月 2020 | 21:36:28,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 256. +13 五月 2020 | 21:36:28,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 256. +13 五月 2020 | 21:36:28,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 256. +13 五月 2020 | 21:36:55,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:36:55,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.16] pack to oss... +13 五月 2020 | 21:36:55,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:36:55,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.16] pack to oss... +13 五月 2020 | 21:36:57,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.16] upload oss ok! +13 五月 2020 | 21:36:57,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.16] upload oss ok! +13 五月 2020 | 21:36:57,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:36:57,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.16] pack to oss... +13 五月 2020 | 21:36:59,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.16] upload oss ok! +13 五月 2020 | 21:36:59,585 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:32125ms +13 五月 2020 | 22:15:16,788 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 22:15:17,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 22:15:17,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 22:15:17,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 22:15:17,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 22:15:17,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 22:15:17,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 22:15:17,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 22:15:17,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 22:15:17,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +13 五月 2020 | 22:15:17,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 22:15:17,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 22:15:17,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 22:15:17,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +13 五月 2020 | 22:15:17,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +13 五月 2020 | 22:15:17,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 22:15:17,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 22:15:17,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 22:15:17,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 22:15:17,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 259. +13 五月 2020 | 22:15:17,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 259. +13 五月 2020 | 22:15:17,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 259. +13 五月 2020 | 22:15:48,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 22:15:49,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.94] pack to oss... +13 五月 2020 | 22:15:49,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.94] upload oss ok! +13 五月 2020 | 22:15:49,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.47] pack to oss... +13 五月 2020 | 22:15:50,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.47] upload oss ok! +13 五月 2020 | 22:17:36,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 22:17:36,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.94] pack to oss... +13 五月 2020 | 22:17:37,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.94] upload oss ok! +13 五月 2020 | 22:17:37,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.47] pack to oss... +13 五月 2020 | 22:17:37,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.47] upload oss ok! +13 五月 2020 | 22:17:38,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 22:17:38,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.94] pack to oss... +13 五月 2020 | 22:17:39,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.94] upload oss ok! +13 五月 2020 | 22:17:39,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.47] pack to oss... +13 五月 2020 | 22:17:39,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.47] upload oss ok! +13 五月 2020 | 22:17:39,983 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:143195ms +13 五月 2020 | 23:20:00,787 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 23:20:01,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 23:20:01,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 23:20:01,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 23:20:01,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 23:20:01,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 23:20:01,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 23:20:01,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 23:20:01,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 23:20:01,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +13 五月 2020 | 23:20:01,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 23:20:01,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +13 五月 2020 | 23:20:01,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +13 五月 2020 | 23:20:01,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +13 五月 2020 | 23:20:01,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +13 五月 2020 | 23:20:01,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +13 五月 2020 | 23:20:01,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 23:20:01,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 23:20:01,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 23:20:01,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +13 五月 2020 | 23:20:01,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +13 五月 2020 | 23:20:01,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +13 五月 2020 | 23:20:01,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 23:20:01,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 23:20:01,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 23:20:01,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +13 五月 2020 | 23:20:01,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +13 五月 2020 | 23:20:01,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +13 五月 2020 | 23:20:01,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 265. +13 五月 2020 | 23:20:01,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 265. +13 五月 2020 | 23:20:01,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 265. +13 五月 2020 | 23:20:28,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 23:20:29,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.95] pack to oss... +13 五月 2020 | 23:20:32,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.95] upload oss ok! +13 五月 2020 | 23:20:32,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.48] pack to oss... +13 五月 2020 | 23:20:33,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.48] upload oss ok! +13 五月 2020 | 23:22:20,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 23:22:20,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.95] pack to oss... +13 五月 2020 | 23:22:20,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.95] upload oss ok! +13 五月 2020 | 23:22:20,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.48] pack to oss... +13 五月 2020 | 23:22:21,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.48] upload oss ok! +13 五月 2020 | 23:22:22,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 23:22:22,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.95] pack to oss... +13 五月 2020 | 23:22:23,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.95] upload oss ok! +13 五月 2020 | 23:22:23,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.48] pack to oss... +13 五月 2020 | 23:22:23,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.48] upload oss ok! +13 五月 2020 | 23:22:24,024 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:143237ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-14 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-14 new file mode 100644 index 0000000..24a41ef --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-14 @@ -0,0 +1,131 @@ +14 五月 2020 | 00:00:11,875 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +14 五月 2020 | 00:00:11,927 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +14 五月 2020 | 00:00:11,927 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +14 五月 2020 | 00:00:11,927 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +14 五月 2020 | 00:00:12,003 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 五月 2020 | 00:00:12,012 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 五月 2020 | 00:00:12,018 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 五月 2020 | 00:00:12,251 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_atlas0.png +14 五月 2020 | 00:00:12,255 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_atlas0.png +14 五月 2020 | 00:00:12,258 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_fui.bytes +14 五月 2020 | 00:00:12,260 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_atlas0.png +14 五月 2020 | 00:00:12,263 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_fui.bytes +14 五月 2020 | 00:00:12,267 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_fui.bytes +14 五月 2020 | 00:00:12,268 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Extend_Poker_HSRunBeard\component\clearing\image\hu_24.png +14 五月 2020 | 00:00:12,271 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Extend_Poker_HSRunBeard\component\clearing\image\hu_24.png +14 五月 2020 | 00:00:12,276 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Extend_Poker_HSRunBeard\component\clearing\image\hu_24.png +14 五月 2020 | 00:00:12,276 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Extend_Poker_HSRunBeard\package.xml +14 五月 2020 | 00:00:12,279 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Extend_Poker_HSRunBeard\package.xml +14 五月 2020 | 00:00:12,285 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Extend_Poker_HSRunBeard\package.xml +14 五月 2020 | 00:00:12,415 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 268. +14 五月 2020 | 00:00:12,421 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 268. +14 五月 2020 | 00:00:12,423 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 268. +14 五月 2020 | 00:00:32,946 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:00:32,948 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] pack to oss... +14 五月 2020 | 00:00:33,577 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] upload oss ok! +14 五月 2020 | 00:00:34,937 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:00:34,940 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] pack to oss... +14 五月 2020 | 00:00:35,363 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:00:35,365 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] pack to oss... +14 五月 2020 | 00:00:35,488 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] upload oss ok! +14 五月 2020 | 00:00:35,984 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] upload oss ok! +14 五月 2020 | 00:00:36,134 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:24259ms +14 五月 2020 | 00:35:42,409 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +14 五月 2020 | 00:35:42,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +14 五月 2020 | 00:35:42,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +14 五月 2020 | 00:35:42,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +14 五月 2020 | 00:35:42,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 五月 2020 | 00:35:42,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 五月 2020 | 00:35:42,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 五月 2020 | 00:35:43,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +14 五月 2020 | 00:35:43,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +14 五月 2020 | 00:35:43,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +14 五月 2020 | 00:35:43,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 269. +14 五月 2020 | 00:35:43,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 269. +14 五月 2020 | 00:35:43,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 269. +14 五月 2020 | 00:35:50,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:35:50,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.96] pack to oss... +14 五月 2020 | 00:35:50,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.96] upload oss ok! +14 五月 2020 | 00:37:39,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:37:40,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.96] pack to oss... +14 五月 2020 | 00:37:40,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.96] upload oss ok! +14 五月 2020 | 00:37:41,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:37:41,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.96] pack to oss... +14 五月 2020 | 00:37:42,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.96] upload oss ok! +14 五月 2020 | 00:37:42,298 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:119889ms +14 五月 2020 | 01:13:26,451 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +14 五月 2020 | 01:13:26,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +14 五月 2020 | 01:13:26,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +14 五月 2020 | 01:13:26,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +14 五月 2020 | 01:13:26,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 五月 2020 | 01:13:26,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 五月 2020 | 01:13:26,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 五月 2020 | 01:13:26,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +14 五月 2020 | 01:13:26,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatPlay.lua +14 五月 2020 | 01:13:26,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +14 五月 2020 | 01:13:26,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatPlay.lua +14 五月 2020 | 01:13:26,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +14 五月 2020 | 01:13:26,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatPlay.lua +14 五月 2020 | 01:13:27,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 270. +14 五月 2020 | 01:13:27,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 270. +14 五月 2020 | 01:13:27,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 270. +14 五月 2020 | 01:13:33,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 01:13:34,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.97] pack to oss... +14 五月 2020 | 01:13:34,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.97] upload oss ok! +14 五月 2020 | 01:15:23,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 01:15:24,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.97] pack to oss... +14 五月 2020 | 01:15:24,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.97] upload oss ok! +14 五月 2020 | 01:15:26,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 01:15:26,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.97] pack to oss... +14 五月 2020 | 01:15:27,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.97] upload oss ok! +14 五月 2020 | 01:15:27,548 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:121097ms +14 五月 2020 | 23:48:32,732 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +14 五月 2020 | 23:48:32,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +14 五月 2020 | 23:48:32,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +14 五月 2020 | 23:48:32,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +14 五月 2020 | 23:48:33,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 五月 2020 | 23:48:33,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 五月 2020 | 23:48:33,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 五月 2020 | 23:48:33,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +14 五月 2020 | 23:48:33,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +14 五月 2020 | 23:48:33,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +14 五月 2020 | 23:48:33,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +14 五月 2020 | 23:48:33,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +14 五月 2020 | 23:48:33,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +14 五月 2020 | 23:48:33,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +14 五月 2020 | 23:48:33,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +14 五月 2020 | 23:48:33,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +14 五月 2020 | 23:48:33,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +14 五月 2020 | 23:48:33,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +14 五月 2020 | 23:48:33,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +14 五月 2020 | 23:48:33,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +14 五月 2020 | 23:48:33,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +14 五月 2020 | 23:48:33,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +14 五月 2020 | 23:48:33,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +14 五月 2020 | 23:48:33,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +14 五月 2020 | 23:48:33,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +14 五月 2020 | 23:48:33,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +14 五月 2020 | 23:48:33,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_mng_partner.xml +14 五月 2020 | 23:48:33,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +14 五月 2020 | 23:48:33,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +14 五月 2020 | 23:48:33,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_mng_partner.xml +14 五月 2020 | 23:48:33,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_mng_partner.xml +14 五月 2020 | 23:48:33,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 277. +14 五月 2020 | 23:48:33,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 277. +14 五月 2020 | 23:48:33,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 277. +14 五月 2020 | 23:49:00,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 23:49:01,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.98] pack to oss... +14 五月 2020 | 23:49:01,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.98] upload oss ok! +14 五月 2020 | 23:49:01,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.49] pack to oss... +14 五月 2020 | 23:49:02,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.49] upload oss ok! +14 五月 2020 | 23:50:54,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 23:50:54,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.98] pack to oss... +14 五月 2020 | 23:50:54,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 23:50:54,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.98] pack to oss... +14 五月 2020 | 23:50:55,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.98] upload oss ok! +14 五月 2020 | 23:50:55,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.49] pack to oss... +14 五月 2020 | 23:50:55,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.98] upload oss ok! +14 五月 2020 | 23:50:55,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.49] pack to oss... +14 五月 2020 | 23:50:56,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.49] upload oss ok! +14 五月 2020 | 23:50:56,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.49] upload oss ok! +14 五月 2020 | 23:50:56,467 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:143735ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-15 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-15 new file mode 100644 index 0000000..426dcd7 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-15 @@ -0,0 +1,104 @@ +15 五月 2020 | 22:32:05,117 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +15 五月 2020 | 22:32:05,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +15 五月 2020 | 22:32:05,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +15 五月 2020 | 22:32:05,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +15 五月 2020 | 22:32:05,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +15 五月 2020 | 22:32:05,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +15 五月 2020 | 22:32:05,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +15 五月 2020 | 22:32:05,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\Win_BanSameTable.xml +15 五月 2020 | 22:32:05,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupBanSameTableView.lua +15 五月 2020 | 22:32:05,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +15 五月 2020 | 22:32:05,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\Win_BanSameTable.xml +15 五月 2020 | 22:32:05,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\Win_BanSameTable.xml +15 五月 2020 | 22:32:05,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupBanSameTableView.lua +15 五月 2020 | 22:32:05,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupBanSameTableView.lua +15 五月 2020 | 22:32:05,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +15 五月 2020 | 22:32:05,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +15 五月 2020 | 22:32:05,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 281. +15 五月 2020 | 22:32:05,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 281. +15 五月 2020 | 22:32:05,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 281. +15 五月 2020 | 22:32:32,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:32:32,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.99] pack to oss... +15 五月 2020 | 22:32:33,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.99] upload oss ok! +15 五月 2020 | 22:32:33,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.50] pack to oss... +15 五月 2020 | 22:32:33,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.50] upload oss ok! +15 五月 2020 | 22:34:26,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:34:26,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.99] pack to oss... +15 五月 2020 | 22:34:26,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:34:26,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.99] pack to oss... +15 五月 2020 | 22:34:27,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.99] upload oss ok! +15 五月 2020 | 22:34:27,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.50] pack to oss... +15 五月 2020 | 22:34:27,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.99] upload oss ok! +15 五月 2020 | 22:34:27,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.50] pack to oss... +15 五月 2020 | 22:34:27,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.50] upload oss ok! +15 五月 2020 | 22:34:29,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.50] upload oss ok! +15 五月 2020 | 22:34:30,265 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:145148ms +15 五月 2020 | 22:55:51,062 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +15 五月 2020 | 22:55:51,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +15 五月 2020 | 22:55:51,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +15 五月 2020 | 22:55:51,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +15 五月 2020 | 22:55:51,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +15 五月 2020 | 22:55:51,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +15 五月 2020 | 22:55:51,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +15 五月 2020 | 22:55:51,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\GameController.lua +15 五月 2020 | 22:55:51,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\GameController.lua +15 五月 2020 | 22:55:51,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\GameController.lua +15 五月 2020 | 22:55:51,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 283. +15 五月 2020 | 22:55:51,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 283. +15 五月 2020 | 22:55:51,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 283. +15 五月 2020 | 22:55:58,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:55:59,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.100] pack to oss... +15 五月 2020 | 22:55:59,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.100] upload oss ok! +15 五月 2020 | 22:57:50,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:57:50,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:57:51,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.100] pack to oss... +15 五月 2020 | 22:57:51,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.100] pack to oss... +15 五月 2020 | 22:57:51,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.100] upload oss ok! +15 五月 2020 | 22:57:51,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.100] upload oss ok! +15 五月 2020 | 22:57:51,855 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120793ms +15 五月 2020 | 23:35:46,644 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +15 五月 2020 | 23:35:46,693 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +15 五月 2020 | 23:35:46,693 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +15 五月 2020 | 23:35:46,693 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +15 五月 2020 | 23:35:46,796 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +15 五月 2020 | 23:35:46,807 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +15 五月 2020 | 23:35:46,818 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +15 五月 2020 | 23:35:47,051 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +15 五月 2020 | 23:35:47,073 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +15 五月 2020 | 23:35:47,074 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +15 五月 2020 | 23:35:47,207 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 284. +15 五月 2020 | 23:35:47,233 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 284. +15 五月 2020 | 23:35:47,235 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 284. +15 五月 2020 | 23:36:18,058 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:36:18,526 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.20] pack to oss... +15 五月 2020 | 23:36:19,496 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.20] upload oss ok! +15 五月 2020 | 23:36:23,931 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:36:23,934 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.20] pack to oss... +15 五月 2020 | 23:36:24,901 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.20] upload oss ok! +15 五月 2020 | 23:36:25,872 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:36:25,875 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.20] pack to oss... +15 五月 2020 | 23:36:26,817 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.20] upload oss ok! +15 五月 2020 | 23:36:26,932 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:40288ms +15 五月 2020 | 23:48:30,829 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +15 五月 2020 | 23:48:31,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +15 五月 2020 | 23:48:31,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +15 五月 2020 | 23:48:31,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +15 五月 2020 | 23:48:31,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +15 五月 2020 | 23:48:31,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +15 五月 2020 | 23:48:31,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +15 五月 2020 | 23:48:31,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupMngSettingView.lua +15 五月 2020 | 23:48:31,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupMngSettingView.lua +15 五月 2020 | 23:48:31,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupMngSettingView.lua +15 五月 2020 | 23:48:31,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 285. +15 五月 2020 | 23:48:31,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 285. +15 五月 2020 | 23:48:31,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 285. +15 五月 2020 | 23:48:38,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:48:38,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.101] pack to oss... +15 五月 2020 | 23:48:39,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.101] upload oss ok! +15 五月 2020 | 23:50:26,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:50:27,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.101] pack to oss... +15 五月 2020 | 23:50:27,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.101] upload oss ok! +15 五月 2020 | 23:50:32,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:50:32,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.101] pack to oss... +15 五月 2020 | 23:50:33,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.101] upload oss ok! +15 五月 2020 | 23:50:33,451 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:122622ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-16 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-16 new file mode 100644 index 0000000..d8c8d1a --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-16 @@ -0,0 +1,23 @@ +16 五月 2020 | 00:12:47,387 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +16 五月 2020 | 00:12:47,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +16 五月 2020 | 00:12:47,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +16 五月 2020 | 00:12:47,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +16 五月 2020 | 00:12:47,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +16 五月 2020 | 00:12:47,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +16 五月 2020 | 00:12:47,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +16 五月 2020 | 00:12:48,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\GroupMgrController.lua +16 五月 2020 | 00:12:48,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\GroupMgrController.lua +16 五月 2020 | 00:12:48,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\GroupMgrController.lua +16 五月 2020 | 00:12:48,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 286. +16 五月 2020 | 00:12:48,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 286. +16 五月 2020 | 00:12:48,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 286. +16 五月 2020 | 00:12:55,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +16 五月 2020 | 00:12:55,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.102] pack to oss... +16 五月 2020 | 00:12:55,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.102] upload oss ok! +16 五月 2020 | 00:14:45,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +16 五月 2020 | 00:14:45,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.102] pack to oss... +16 五月 2020 | 00:14:46,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.102] upload oss ok! +16 五月 2020 | 00:14:47,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +16 五月 2020 | 00:14:47,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.102] pack to oss... +16 五月 2020 | 00:14:47,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.102] upload oss ok! +16 五月 2020 | 00:14:47,762 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120375ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-17 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-17 new file mode 100644 index 0000000..c18be2c --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-17 @@ -0,0 +1,315 @@ +17 五月 2020 | 00:11:56,167 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 00:11:56,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 00:11:56,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 00:11:56,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 00:11:56,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 00:11:56,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 00:11:56,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 00:11:56,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 五月 2020 | 00:11:56,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 五月 2020 | 00:11:56,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 五月 2020 | 00:11:56,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +17 五月 2020 | 00:11:56,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +17 五月 2020 | 00:11:56,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +17 五月 2020 | 00:11:56,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 五月 2020 | 00:11:56,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 五月 2020 | 00:11:56,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 五月 2020 | 00:11:56,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 五月 2020 | 00:11:56,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 五月 2020 | 00:11:56,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:11:56,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 五月 2020 | 00:11:56,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:11:56,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:11:56,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf +17 五月 2020 | 00:11:56,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf.meta +17 五月 2020 | 00:11:56,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf +17 五月 2020 | 00:11:56,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf +17 五月 2020 | 00:11:56,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf.meta +17 五月 2020 | 00:11:56,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf.meta +17 五月 2020 | 00:11:56,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk2.xml +17 五月 2020 | 00:11:56,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk2.xml +17 五月 2020 | 00:11:56,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk2.xml +17 五月 2020 | 00:11:56,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk3.xml +17 五月 2020 | 00:11:56,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk3.xml +17 五月 2020 | 00:11:56,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk4.xml +17 五月 2020 | 00:11:56,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk3.xml +17 五月 2020 | 00:11:56,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk4.xml +17 五月 2020 | 00:11:56,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk4.xml +17 五月 2020 | 00:11:56,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 五月 2020 | 00:11:56,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 五月 2020 | 00:11:56,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:11:56,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 五月 2020 | 00:11:56,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:11:56,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:11:56,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:11:56,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:11:56,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:11:56,930 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:11:56,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:11:56,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:11:56,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\images\room\text_btn.png +17 五月 2020 | 00:11:56,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\images\room\text_btn.png +17 五月 2020 | 00:11:56,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\images\room\touxiang.png +17 五月 2020 | 00:11:56,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\images\room\text_btn.png +17 五月 2020 | 00:11:56,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\images\room\touxiang.png +17 五月 2020 | 00:11:56,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\images\room\touxiang.png +17 五月 2020 | 00:11:56,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\images\room\yuan2.png +17 五月 2020 | 00:11:56,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\images\room\yuan2.png +17 五月 2020 | 00:11:56,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\images\room\yuan4.png +17 五月 2020 | 00:11:56,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\images\room\yuan2.png +17 五月 2020 | 00:11:56,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\images\room\yuan4.png +17 五月 2020 | 00:11:56,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\images\room\yuan4.png +17 五月 2020 | 00:11:57,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 291. +17 五月 2020 | 00:11:57,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 291. +17 五月 2020 | 00:11:57,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 291. +17 五月 2020 | 00:12:25,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:12:25,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.103] pack to oss... +17 五月 2020 | 00:12:26,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.103] upload oss ok! +17 五月 2020 | 00:12:26,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.51] pack to oss... +17 五月 2020 | 00:12:26,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.51] upload oss ok! +17 五月 2020 | 00:12:26,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | static[1.0.3] pack to oss... +17 五月 2020 | 00:12:27,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | static[1.0.3] upload oss ok! +17 五月 2020 | 00:14:15,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:14:15,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.103] pack to oss... +17 五月 2020 | 00:14:16,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.103] upload oss ok! +17 五月 2020 | 00:14:16,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.51] pack to oss... +17 五月 2020 | 00:14:16,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.51] upload oss ok! +17 五月 2020 | 00:14:16,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | static[1.0.3] pack to oss... +17 五月 2020 | 00:14:17,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | static[1.0.3] upload oss ok! +17 五月 2020 | 00:14:17,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:14:17,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.103] pack to oss... +17 五月 2020 | 00:14:18,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.103] upload oss ok! +17 五月 2020 | 00:14:18,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.51] pack to oss... +17 五月 2020 | 00:14:18,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.51] upload oss ok! +17 五月 2020 | 00:14:18,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | static[1.0.3] pack to oss... +17 五月 2020 | 00:14:19,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | static[1.0.3] upload oss ok! +17 五月 2020 | 00:14:19,570 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:143403ms +17 五月 2020 | 00:18:58,239 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 00:18:58,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 00:18:58,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 00:18:58,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 00:18:58,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 00:18:58,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 00:18:58,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 00:18:58,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:18:58,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:18:58,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:18:58,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:18:58,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:18:58,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:18:58,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:18:58,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:18:58,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:18:58,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:18:58,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:18:58,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:18:58,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 293. +17 五月 2020 | 00:18:58,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 293. +17 五月 2020 | 00:18:58,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 293. +17 五月 2020 | 00:19:23,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:19:23,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.52] pack to oss... +17 五月 2020 | 00:19:23,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:19:23,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.52] pack to oss... +17 五月 2020 | 00:19:23,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:19:23,745 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.52] pack to oss... +17 五月 2020 | 00:19:24,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.52] upload oss ok! +17 五月 2020 | 00:19:24,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.52] upload oss ok! +17 五月 2020 | 00:19:26,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.52] upload oss ok! +17 五月 2020 | 00:19:26,511 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:28273ms +17 五月 2020 | 00:24:04,947 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 00:24:05,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 00:24:05,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 00:24:05,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 00:24:05,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 00:24:05,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 00:24:05,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 00:24:05,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:24:05,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:24:05,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:24:05,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:24:05,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:24:05,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:24:05,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:24:05,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:24:05,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:24:05,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:24:05,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:24:05,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:24:05,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 295. +17 五月 2020 | 00:24:05,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 295. +17 五月 2020 | 00:24:05,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 295. +17 五月 2020 | 00:24:30,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:24:30,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.53] pack to oss... +17 五月 2020 | 00:24:30,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:24:30,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.53] pack to oss... +17 五月 2020 | 00:24:31,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:24:31,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.53] pack to oss... +17 五月 2020 | 00:24:31,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.53] upload oss ok! +17 五月 2020 | 00:24:31,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.53] upload oss ok! +17 五月 2020 | 00:24:32,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.53] upload oss ok! +17 五月 2020 | 00:24:32,943 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:27997ms +17 五月 2020 | 21:14:14,314 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 21:14:14,358 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 21:14:14,358 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 21:14:14,358 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 21:14:14,499 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 21:14:14,502 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 21:14:14,508 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 21:14:14,755 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\runbeard\ui\Info_Poker_RunBeard_fui.bytes +17 五月 2020 | 21:14:14,755 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\runbeard\ui\Info_Poker_RunBeard_fui.bytes +17 五月 2020 | 21:14:14,756 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\runbeard\ui\Info_Poker_RunBeard_fui.bytes +17 五月 2020 | 21:14:14,766 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXGameInfo.lua +17 五月 2020 | 21:14:14,767 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXGameInfo.lua +17 五月 2020 | 21:14:14,768 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXGameInfo.lua +17 五月 2020 | 21:14:14,771 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +17 五月 2020 | 21:14:14,774 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +17 五月 2020 | 21:14:14,779 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +17 五月 2020 | 21:14:14,781 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_exinfo_ui\assets\Info_Poker_RunBeard\Cgm_create_room.xml +17 五月 2020 | 21:14:14,785 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_exinfo_ui\assets\Info_Poker_RunBeard\Cgm_create_room.xml +17 五月 2020 | 21:14:14,788 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_exinfo_ui\assets\Info_Poker_RunBeard\Cgm_create_room.xml +17 五月 2020 | 21:14:14,789 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_exinfo_ui\assets\Info_Poker_RunBeard\package.xml +17 五月 2020 | 21:14:14,790 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_exinfo_ui\assets\Info_Poker_RunBeard\package.xml +17 五月 2020 | 21:14:14,794 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_exinfo_ui\assets\Info_Poker_RunBeard\package.xml +17 五月 2020 | 21:14:14,929 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 299. +17 五月 2020 | 21:14:14,930 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 299. +17 五月 2020 | 21:14:14,935 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 299. +17 五月 2020 | 21:14:33,785 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 21:14:34,269 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +17 五月 2020 | 21:14:34,893 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +17 五月 2020 | 21:14:35,790 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 21:14:36,271 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +17 五月 2020 | 21:14:36,826 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +17 五月 2020 | 21:14:41,737 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 21:14:41,750 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +17 五月 2020 | 21:14:42,365 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +17 五月 2020 | 21:14:42,518 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:28204ms +17 五月 2020 | 23:48:55,713 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 23:48:56,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 23:48:56,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 23:48:56,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 23:48:56,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 23:48:56,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 23:48:56,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 23:48:56,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +17 五月 2020 | 23:48:56,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\changsha\EXPlayBackView.lua +17 五月 2020 | 23:48:56,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +17 五月 2020 | 23:48:56,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +17 五月 2020 | 23:48:56,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\changsha\RecordEvent.lua +17 五月 2020 | 23:48:56,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\changsha\EXPlayBackView.lua +17 五月 2020 | 23:48:56,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\changsha\EXPlayBackView.lua +17 五月 2020 | 23:48:56,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\changsha\RecordEvent.lua +17 五月 2020 | 23:48:56,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\changsha\RecordEvent.lua +17 五月 2020 | 23:48:56,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\hongzhong\EXPlayBackView.lua +17 五月 2020 | 23:48:56,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\hongzhong\RecordEvent.lua +17 五月 2020 | 23:48:56,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\hongzhong\EXPlayBackView.lua +17 五月 2020 | 23:48:56,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\hongzhong\EXPlayBackView.lua +17 五月 2020 | 23:48:56,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\hongzhong\RecordEvent.lua +17 五月 2020 | 23:48:56,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXPlayBackView.lua +17 五月 2020 | 23:48:56,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\hongzhong\RecordEvent.lua +17 五月 2020 | 23:48:56,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\zhuanzhuan\RecordEvent.lua +17 五月 2020 | 23:48:56,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXPlayBackView.lua +17 五月 2020 | 23:48:56,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\zhuanzhuan\RecordEvent.lua +17 五月 2020 | 23:48:56,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXPlayBackView.lua +17 五月 2020 | 23:48:56,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\zhuanzhuan\RecordEvent.lua +17 五月 2020 | 23:48:56,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 五月 2020 | 23:48:56,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 五月 2020 | 23:48:56,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 五月 2020 | 23:48:56,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_2.xml +17 五月 2020 | 23:48:56,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_3.xml +17 五月 2020 | 23:48:56,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_2.xml +17 五月 2020 | 23:48:56,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_2.xml +17 五月 2020 | 23:48:56,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_4.xml +17 五月 2020 | 23:48:56,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_3.xml +17 五月 2020 | 23:48:56,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_3.xml +17 五月 2020 | 23:48:56,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_4.xml +17 五月 2020 | 23:48:56,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_4.xml +17 五月 2020 | 23:48:56,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 303. +17 五月 2020 | 23:48:56,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 303. +17 五月 2020 | 23:48:56,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 303. +17 五月 2020 | 23:49:25,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:49:25,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.18] pack to oss... +17 五月 2020 | 23:49:25,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:49:25,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.18] pack to oss... +17 五月 2020 | 23:49:25,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:49:25,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.18] pack to oss... +17 五月 2020 | 23:49:28,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.18] upload oss ok! +17 五月 2020 | 23:49:28,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.18] upload oss ok! +17 五月 2020 | 23:49:30,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.18] upload oss ok! +17 五月 2020 | 23:49:31,248 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:35535ms +17 五月 2020 | 23:50:12,968 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 23:50:13,058 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 23:50:13,058 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 23:50:13,058 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 23:50:13,120 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 23:50:13,132 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 23:50:13,137 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 23:50:13,378 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 303. +17 五月 2020 | 23:50:13,399 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 303. +17 五月 2020 | 23:50:13,400 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 303. +17 五月 2020 | 23:50:49,979 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:50:50,467 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.18] pack to oss... +17 五月 2020 | 23:50:50,801 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.18] upload oss ok! +17 五月 2020 | 23:50:50,801 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.15] pack to oss... +17 五月 2020 | 23:50:51,140 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.15] upload oss ok! +17 五月 2020 | 23:50:51,141 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.12] pack to oss... +17 五月 2020 | 23:50:51,449 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.12] upload oss ok! +17 五月 2020 | 23:51:08,047 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:51:08,050 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.18] pack to oss... +17 五月 2020 | 23:51:08,318 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.18] upload oss ok! +17 五月 2020 | 23:51:08,318 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.15] pack to oss... +17 五月 2020 | 23:51:08,662 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.15] upload oss ok! +17 五月 2020 | 23:51:08,663 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.12] pack to oss... +17 五月 2020 | 23:51:08,945 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.12] upload oss ok! +17 五月 2020 | 23:51:10,223 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:51:10,226 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.18] pack to oss... +17 五月 2020 | 23:51:10,497 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.18] upload oss ok! +17 五月 2020 | 23:51:10,497 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.15] pack to oss... +17 五月 2020 | 23:51:10,815 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.15] upload oss ok! +17 五月 2020 | 23:51:10,815 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.12] pack to oss... +17 五月 2020 | 23:51:11,075 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.12] upload oss ok! +17 五月 2020 | 23:51:11,305 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:58337ms +17 五月 2020 | 23:51:11,305 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 23:51:11,373 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 23:51:11,373 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 23:51:11,373 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 23:51:11,427 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 23:51:11,443 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 23:51:11,449 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 23:51:11,655 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +17 五月 2020 | 23:51:11,670 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +17 五月 2020 | 23:51:11,676 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +17 五月 2020 | 23:51:11,793 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 304. +17 五月 2020 | 23:51:11,807 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 304. +17 五月 2020 | 23:51:11,812 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 304. +17 五月 2020 | 23:51:38,669 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:51:39,143 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.9] pack to oss... +17 五月 2020 | 23:51:39,711 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.9] upload oss ok! +17 五月 2020 | 23:51:39,711 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] pack to oss... +17 五月 2020 | 23:51:40,293 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] upload oss ok! +17 五月 2020 | 23:51:46,640 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:51:46,642 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.9] pack to oss... +17 五月 2020 | 23:51:47,220 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.9] upload oss ok! +17 五月 2020 | 23:51:47,220 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] pack to oss... +17 五月 2020 | 23:51:47,773 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] upload oss ok! +17 五月 2020 | 23:51:48,894 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:51:48,896 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.9] pack to oss... +17 五月 2020 | 23:51:55,793 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.9] upload oss ok! +17 五月 2020 | 23:51:55,793 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] pack to oss... +17 五月 2020 | 23:51:56,444 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] upload oss ok! +17 五月 2020 | 23:51:56,587 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:74421ms +17 五月 2020 | 23:59:41,791 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 23:59:42,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 23:59:42,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 23:59:42,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 23:59:42,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 23:59:42,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 23:59:42,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 23:59:42,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 23:59:42,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +17 五月 2020 | 23:59:42,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 23:59:42,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 23:59:42,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +17 五月 2020 | 23:59:42,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +17 五月 2020 | 23:59:42,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 306. +17 五月 2020 | 23:59:42,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 306. +17 五月 2020 | 23:59:42,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 306. diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-18 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-18 new file mode 100644 index 0000000..d008697 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-18 @@ -0,0 +1,36 @@ +18 五月 2020 | 00:00:05,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 00:00:05,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.54] pack to oss... +18 五月 2020 | 00:00:05,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.54] upload oss ok! +18 五月 2020 | 00:00:07,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 00:00:07,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.54] pack to oss... +18 五月 2020 | 00:00:07,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.54] upload oss ok! +18 五月 2020 | 00:00:10,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 00:00:10,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.54] pack to oss... +18 五月 2020 | 00:00:10,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.54] upload oss ok! +18 五月 2020 | 00:00:11,231 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:29442ms +18 五月 2020 | 23:19:33,323 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +18 五月 2020 | 23:19:33,401 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +18 五月 2020 | 23:19:33,401 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +18 五月 2020 | 23:19:33,401 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +18 五月 2020 | 23:19:33,563 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +18 五月 2020 | 23:19:33,570 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +18 五月 2020 | 23:19:33,577 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +18 五月 2020 | 23:19:33,803 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 五月 2020 | 23:19:33,811 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +18 五月 2020 | 23:19:33,813 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 五月 2020 | 23:19:33,819 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 五月 2020 | 23:19:33,821 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +18 五月 2020 | 23:19:33,826 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +18 五月 2020 | 23:19:33,950 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 307. +18 五月 2020 | 23:19:33,963 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 307. +18 五月 2020 | 23:19:33,968 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 307. +18 五月 2020 | 23:20:04,744 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 23:20:05,222 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.21] pack to oss... +18 五月 2020 | 23:20:10,887 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 23:20:10,889 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.21] pack to oss... +18 五月 2020 | 23:20:13,114 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 23:20:13,117 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.21] pack to oss... +18 五月 2020 | 23:20:28,953 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.21] upload oss ok! +18 五月 2020 | 23:20:32,053 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.21] upload oss ok! +18 五月 2020 | 23:20:38,078 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.21] upload oss ok! +18 五月 2020 | 23:20:38,235 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:64913ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-19 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-19 new file mode 100644 index 0000000..c5cceeb --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-19 @@ -0,0 +1,73 @@ +19 五月 2020 | 20:29:53,130 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +19 五月 2020 | 20:29:53,271 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +19 五月 2020 | 20:30:10,931 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +19 五月 2020 | 20:30:11,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +19 五月 2020 | 20:30:11,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +19 五月 2020 | 20:30:11,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +19 五月 2020 | 20:30:11,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +19 五月 2020 | 20:30:11,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +19 五月 2020 | 20:30:11,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +19 五月 2020 | 20:30:13,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +19 五月 2020 | 20:30:13,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +19 五月 2020 | 20:30:13,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +19 五月 2020 | 20:30:13,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +19 五月 2020 | 20:30:14,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 311. +19 五月 2020 | 20:30:14,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +19 五月 2020 | 20:30:14,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +19 五月 2020 | 20:30:14,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +19 五月 2020 | 20:30:14,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +19 五月 2020 | 20:30:14,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +19 五月 2020 | 20:30:14,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +19 五月 2020 | 20:30:14,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +19 五月 2020 | 20:30:14,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +19 五月 2020 | 20:30:14,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 311. +19 五月 2020 | 20:30:14,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 311. +19 五月 2020 | 20:30:15,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 20:30:16,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.55] pack to oss... +19 五月 2020 | 20:30:16,704 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\newgroup\asset_pack1.0.55.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +19 五月 2020 | 20:30:38,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 20:30:38,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.55] pack to oss... +19 五月 2020 | 20:30:40,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 20:30:40,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.55] pack to oss... +19 五月 2020 | 20:30:41,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.55] upload oss ok! +19 五月 2020 | 20:30:50,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.55] upload oss ok! +19 五月 2020 | 20:30:50,521 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:39590ms +19 五月 2020 | 21:08:53,984 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +19 五月 2020 | 21:08:54,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +19 五月 2020 | 21:08:54,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +19 五月 2020 | 21:08:54,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +19 五月 2020 | 21:08:54,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +19 五月 2020 | 21:08:54,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +19 五月 2020 | 21:08:54,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +19 五月 2020 | 21:08:54,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +19 五月 2020 | 21:08:54,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +19 五月 2020 | 21:08:54,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +19 五月 2020 | 21:08:54,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 312. +19 五月 2020 | 21:08:54,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 312. +19 五月 2020 | 21:08:54,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 312. +19 五月 2020 | 21:08:55,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 21:08:56,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.104] pack to oss... +19 五月 2020 | 21:08:56,508 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.104.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +19 五月 2020 | 21:10:54,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 21:10:54,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.104] pack to oss... +19 五月 2020 | 21:10:55,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.104] upload oss ok! +19 五月 2020 | 21:10:56,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 21:10:56,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.104] pack to oss... +19 五月 2020 | 21:10:56,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.104] upload oss ok! +19 五月 2020 | 21:10:57,294 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:123310ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-20 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-20 new file mode 100644 index 0000000..b54e70f --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-20 @@ -0,0 +1,28 @@ +20 五月 2020 | 21:54:07,455 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +20 五月 2020 | 21:54:07,613 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +20 五月 2020 | 22:01:38,956 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +20 五月 2020 | 22:01:39,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +20 五月 2020 | 22:01:39,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +20 五月 2020 | 22:01:39,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +20 五月 2020 | 22:01:39,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +20 五月 2020 | 22:01:39,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +20 五月 2020 | 22:01:39,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +20 五月 2020 | 22:01:42,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +20 五月 2020 | 22:01:42,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui +20 五月 2020 | 22:01:42,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +20 五月 2020 | 22:01:42,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui +20 五月 2020 | 22:01:42,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +20 五月 2020 | 22:01:42,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui +20 五月 2020 | 22:01:42,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 314. +20 五月 2020 | 22:01:42,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 314. +20 五月 2020 | 22:01:42,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 314. +20 五月 2020 | 22:01:52,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +20 五月 2020 | 22:01:52,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.105] pack to oss... +20 五月 2020 | 22:01:54,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.105] upload oss ok! +20 五月 2020 | 22:03:44,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +20 五月 2020 | 22:03:44,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +20 五月 2020 | 22:03:44,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.105] pack to oss... +20 五月 2020 | 22:03:44,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.105] pack to oss... +20 五月 2020 | 22:03:45,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.105] upload oss ok! +20 五月 2020 | 22:03:50,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.105] upload oss ok! +20 五月 2020 | 22:03:50,618 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:131662ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-21 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-21 new file mode 100644 index 0000000..419b912 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-21 @@ -0,0 +1,67 @@ +21 五月 2020 | 21:22:49,142 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +21 五月 2020 | 21:22:49,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +21 五月 2020 | 21:22:49,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +21 五月 2020 | 21:22:49,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +21 五月 2020 | 21:22:49,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +21 五月 2020 | 21:22:49,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +21 五月 2020 | 21:22:49,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +21 五月 2020 | 21:22:49,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +21 五月 2020 | 21:22:49,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +21 五月 2020 | 21:22:49,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +21 五月 2020 | 21:22:49,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\images\index\bg.png +21 五月 2020 | 21:22:49,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\images\index\bg.png +21 五月 2020 | 21:22:49,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\images\index\bg.png +21 五月 2020 | 21:22:49,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +21 五月 2020 | 21:22:49,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +21 五月 2020 | 21:22:49,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +21 五月 2020 | 21:22:49,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +21 五月 2020 | 21:22:49,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +21 五月 2020 | 21:22:49,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +21 五月 2020 | 21:22:50,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 318. +21 五月 2020 | 21:22:50,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 318. +21 五月 2020 | 21:22:50,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 318. +21 五月 2020 | 21:23:14,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 21:23:15,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.106] pack to oss... +21 五月 2020 | 21:23:16,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.106] upload oss ok! +21 五月 2020 | 21:23:16,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.56] pack to oss... +21 五月 2020 | 21:23:19,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.56] upload oss ok! +21 五月 2020 | 21:25:04,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 21:25:04,727 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.106] pack to oss... +21 五月 2020 | 21:25:05,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.106] upload oss ok! +21 五月 2020 | 21:25:05,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.56] pack to oss... +21 五月 2020 | 21:25:06,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 21:25:06,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.106] pack to oss... +21 五月 2020 | 21:25:08,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.56] upload oss ok! +21 五月 2020 | 21:25:08,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.106] upload oss ok! +21 五月 2020 | 21:25:08,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.56] pack to oss... +21 五月 2020 | 21:25:11,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.56] upload oss ok! +21 五月 2020 | 21:25:11,821 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:142679ms +21 五月 2020 | 22:22:18,830 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +21 五月 2020 | 22:22:18,885 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +21 五月 2020 | 22:22:18,885 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +21 五月 2020 | 22:22:18,885 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +21 五月 2020 | 22:22:18,953 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +21 五月 2020 | 22:22:18,965 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +21 五月 2020 | 22:22:18,973 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +21 五月 2020 | 22:22:19,191 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +21 五月 2020 | 22:22:19,204 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +21 五月 2020 | 22:22:19,205 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +21 五月 2020 | 22:22:19,206 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +21 五月 2020 | 22:22:19,215 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +21 五月 2020 | 22:22:19,216 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +21 五月 2020 | 22:22:19,217 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +21 五月 2020 | 22:22:19,223 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +21 五月 2020 | 22:22:19,225 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +21 五月 2020 | 22:22:19,358 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 321. +21 五月 2020 | 22:22:19,360 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 321. +21 五月 2020 | 22:22:19,361 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 321. +21 五月 2020 | 22:22:38,156 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 22:22:38,644 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] pack to oss... +21 五月 2020 | 22:22:40,701 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] upload oss ok! +21 五月 2020 | 22:22:42,175 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 22:22:42,658 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] pack to oss... +21 五月 2020 | 22:22:44,906 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] upload oss ok! +21 五月 2020 | 22:22:46,486 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 22:22:46,488 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] pack to oss... +21 五月 2020 | 22:22:48,628 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] upload oss ok! +21 五月 2020 | 22:22:48,806 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:29976ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-22 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-22 new file mode 100644 index 0000000..7861624 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-22 @@ -0,0 +1,95 @@ +22 五月 2020 | 20:40:19,927 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +22 五月 2020 | 20:40:20,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +22 五月 2020 | 20:40:20,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +22 五月 2020 | 20:40:20,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +22 五月 2020 | 20:40:20,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 五月 2020 | 20:40:20,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 五月 2020 | 20:40:20,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 五月 2020 | 20:40:20,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 20:40:20,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 20:40:20,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 20:40:20,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 322. +22 五月 2020 | 20:40:20,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 322. +22 五月 2020 | 20:40:20,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 322. +22 五月 2020 | 20:40:28,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:40:28,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.107] pack to oss... +22 五月 2020 | 20:40:30,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.107] upload oss ok! +22 五月 2020 | 20:42:18,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:42:18,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:42:18,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.107] pack to oss... +22 五月 2020 | 20:42:18,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.107] pack to oss... +22 五月 2020 | 20:42:21,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.107] upload oss ok! +22 五月 2020 | 20:42:21,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.107] upload oss ok! +22 五月 2020 | 20:42:21,450 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:121524ms +22 五月 2020 | 20:51:03,965 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +22 五月 2020 | 20:51:04,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +22 五月 2020 | 20:51:04,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +22 五月 2020 | 20:51:04,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +22 五月 2020 | 20:51:04,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 五月 2020 | 20:51:04,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 五月 2020 | 20:51:04,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 五月 2020 | 20:51:04,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +22 五月 2020 | 20:51:04,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +22 五月 2020 | 20:51:04,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +22 五月 2020 | 20:51:04,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +22 五月 2020 | 20:51:04,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +22 五月 2020 | 20:51:04,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +22 五月 2020 | 20:51:04,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 324. +22 五月 2020 | 20:51:04,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 324. +22 五月 2020 | 20:51:04,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 324. +22 五月 2020 | 20:51:30,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:51:30,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.57] pack to oss... +22 五月 2020 | 20:51:30,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:51:30,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.57] pack to oss... +22 五月 2020 | 20:51:30,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:51:30,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.57] pack to oss... +22 五月 2020 | 20:51:35,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.57] upload oss ok! +22 五月 2020 | 20:51:35,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.57] upload oss ok! +22 五月 2020 | 20:51:35,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.57] upload oss ok! +22 五月 2020 | 20:51:35,674 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:31709ms +22 五月 2020 | 21:11:51,314 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +22 五月 2020 | 21:11:51,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +22 五月 2020 | 21:11:51,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +22 五月 2020 | 21:11:51,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +22 五月 2020 | 21:11:51,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 五月 2020 | 21:11:51,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 五月 2020 | 21:11:51,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 五月 2020 | 21:11:51,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 21:11:51,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 21:11:52,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 21:11:52,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 325. +22 五月 2020 | 21:11:52,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 325. +22 五月 2020 | 21:11:52,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 325. +22 五月 2020 | 21:11:59,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 21:11:59,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.108] pack to oss... +22 五月 2020 | 21:12:00,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.108] upload oss ok! +22 五月 2020 | 21:13:51,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 21:13:51,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 21:13:51,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.108] pack to oss... +22 五月 2020 | 21:13:51,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.108] pack to oss... +22 五月 2020 | 21:13:53,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.108] upload oss ok! +22 五月 2020 | 21:13:53,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.108] upload oss ok! +22 五月 2020 | 21:13:53,851 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:122537ms +22 五月 2020 | 23:37:44,506 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +22 五月 2020 | 23:37:44,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +22 五月 2020 | 23:37:44,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +22 五月 2020 | 23:37:44,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +22 五月 2020 | 23:37:44,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 五月 2020 | 23:37:44,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 五月 2020 | 23:37:44,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 五月 2020 | 23:37:45,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 23:37:45,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 23:37:45,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 23:37:45,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 326. +22 五月 2020 | 23:37:45,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 326. +22 五月 2020 | 23:37:45,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 326. +22 五月 2020 | 23:37:52,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 23:37:52,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.109] pack to oss... +22 五月 2020 | 23:37:54,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.109] upload oss ok! +22 五月 2020 | 23:39:44,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 23:39:44,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.109] pack to oss... +22 五月 2020 | 23:39:44,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 23:39:44,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.109] pack to oss... +22 五月 2020 | 23:39:45,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.109] upload oss ok! +22 五月 2020 | 23:39:50,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.109] upload oss ok! +22 五月 2020 | 23:39:50,722 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:126217ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-23 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-23 new file mode 100644 index 0000000..92c1a8c --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-23 @@ -0,0 +1,69 @@ +23 五月 2020 | 00:07:55,113 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +23 五月 2020 | 00:07:55,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +23 五月 2020 | 00:07:55,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +23 五月 2020 | 00:07:55,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +23 五月 2020 | 00:07:55,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +23 五月 2020 | 00:07:55,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +23 五月 2020 | 00:07:55,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +23 五月 2020 | 00:07:55,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:07:55,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:07:55,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:07:55,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 327. +23 五月 2020 | 00:07:55,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 327. +23 五月 2020 | 00:07:55,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 327. +23 五月 2020 | 00:08:02,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:08:03,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.110] pack to oss... +23 五月 2020 | 00:08:04,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.110] upload oss ok! +23 五月 2020 | 00:09:52,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:09:53,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.110] pack to oss... +23 五月 2020 | 00:09:54,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.110] upload oss ok! +23 五月 2020 | 00:09:57,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:09:57,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.110] pack to oss... +23 五月 2020 | 00:09:57,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.110] upload oss ok! +23 五月 2020 | 00:09:58,037 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:122924ms +23 五月 2020 | 00:16:40,579 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +23 五月 2020 | 00:16:40,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +23 五月 2020 | 00:16:40,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +23 五月 2020 | 00:16:40,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +23 五月 2020 | 00:16:40,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +23 五月 2020 | 00:16:40,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +23 五月 2020 | 00:16:40,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +23 五月 2020 | 00:16:41,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:16:41,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:16:41,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:16:41,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 328. +23 五月 2020 | 00:16:41,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 328. +23 五月 2020 | 00:16:41,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 328. +23 五月 2020 | 00:16:48,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:16:48,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.111] pack to oss... +23 五月 2020 | 00:16:51,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.111] upload oss ok! +23 五月 2020 | 00:18:38,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:18:38,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.111] pack to oss... +23 五月 2020 | 00:18:39,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.111] upload oss ok! +23 五月 2020 | 00:18:40,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:18:40,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.111] pack to oss... +23 五月 2020 | 00:18:41,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.111] upload oss ok! +23 五月 2020 | 00:18:41,632 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:121053ms +23 五月 2020 | 21:02:37,342 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +23 五月 2020 | 21:02:37,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +23 五月 2020 | 21:02:37,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +23 五月 2020 | 21:02:37,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +23 五月 2020 | 21:02:37,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +23 五月 2020 | 21:02:37,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +23 五月 2020 | 21:02:37,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +23 五月 2020 | 21:02:38,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 21:02:38,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 21:02:38,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 21:02:38,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 329. +23 五月 2020 | 21:02:38,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 329. +23 五月 2020 | 21:02:38,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 329. +23 五月 2020 | 21:02:43,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 21:02:44,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.112] pack to oss... +23 五月 2020 | 21:02:46,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.112] upload oss ok! +23 五月 2020 | 21:04:35,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 21:04:35,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.112] pack to oss... +23 五月 2020 | 21:04:36,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 21:04:36,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.112] pack to oss... +23 五月 2020 | 21:04:37,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.112] upload oss ok! +23 五月 2020 | 21:04:39,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.112] upload oss ok! +23 五月 2020 | 21:04:39,523 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:122181ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-26 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-26 new file mode 100644 index 0000000..641844b --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-26 @@ -0,0 +1,29149 @@ +26 五月 2020 | 00:52:06,687 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +26 五月 2020 | 00:52:07,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +26 五月 2020 | 00:52:07,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +26 五月 2020 | 00:52:07,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +26 五月 2020 | 00:52:07,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +26 五月 2020 | 00:52:07,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +26 五月 2020 | 00:52:07,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +26 五月 2020 | 00:52:07,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit +26 五月 2020 | 00:52:07,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\btn_edit_portrait.xml +26 五月 2020 | 00:52:07,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit +26 五月 2020 | 00:52:07,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\btn_nick_set.xml +26 五月 2020 | 00:52:07,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit +26 五月 2020 | 00:52:07,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\close.png +26 五月 2020 | 00:52:07,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\btn_edit_portrait.xml +26 五月 2020 | 00:52:07,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\btn_edit_portrait.xml +26 五月 2020 | 00:52:07,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\btn_nick_set.xml +26 五月 2020 | 00:52:07,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\btn_nick_set.xml +26 五月 2020 | 00:52:07,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\close.png +26 五月 2020 | 00:52:07,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\dk.png +26 五月 2020 | 00:52:07,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\close.png +26 五月 2020 | 00:52:07,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\dk.png +26 五月 2020 | 00:52:07,449 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\dk_sz.png +26 五月 2020 | 00:52:07,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\dk.png +26 五月 2020 | 00:52:07,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\edit.png +26 五月 2020 | 00:52:07,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\dk_sz.png +26 五月 2020 | 00:52:07,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\edit_icon.png +26 五月 2020 | 00:52:07,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\edit.png +26 五月 2020 | 00:52:07,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait +26 五月 2020 | 00:52:07,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\dk_sz.png +26 五月 2020 | 00:52:07,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\edit_icon.png +26 五月 2020 | 00:52:07,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait +26 五月 2020 | 00:52:07,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy0.png +26 五月 2020 | 00:52:07,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\edit.png +26 五月 2020 | 00:52:07,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy0.png +26 五月 2020 | 00:52:07,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy1.png +26 五月 2020 | 00:52:07,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\edit_icon.png +26 五月 2020 | 00:52:07,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait +26 五月 2020 | 00:52:07,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy1.png +26 五月 2020 | 00:52:07,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy2.png +26 五月 2020 | 00:52:07,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy0.png +26 五月 2020 | 00:52:07,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy3.png +26 五月 2020 | 00:52:07,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy2.png +26 五月 2020 | 00:52:07,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy1.png +26 五月 2020 | 00:52:07,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy3.png +26 五月 2020 | 00:52:07,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy2.png +26 五月 2020 | 00:52:07,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy4.png +26 五月 2020 | 00:52:07,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy5.png +26 五月 2020 | 00:52:07,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy6.png +26 五月 2020 | 00:52:07,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy4.png +26 五月 2020 | 00:52:07,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy3.png +26 五月 2020 | 00:52:07,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy5.png +26 五月 2020 | 00:52:07,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy4.png +26 五月 2020 | 00:52:07,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl1.png +26 五月 2020 | 00:52:07,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy6.png +26 五月 2020 | 00:52:07,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl2.png +26 五月 2020 | 00:52:07,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy5.png +26 五月 2020 | 00:52:07,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy6.png +26 五月 2020 | 00:52:07,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl3.png +26 五月 2020 | 00:52:07,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl1.png +26 五月 2020 | 00:52:07,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl1.png +26 五月 2020 | 00:52:07,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl4.png +26 五月 2020 | 00:52:07,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl2.png +26 五月 2020 | 00:52:07,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl2.png +26 五月 2020 | 00:52:07,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl5.png +26 五月 2020 | 00:52:07,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl3.png +26 五月 2020 | 00:52:07,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl3.png +26 五月 2020 | 00:52:07,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl6.png +26 五月 2020 | 00:52:07,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl4.png +26 五月 2020 | 00:52:07,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl7.png +26 五月 2020 | 00:52:07,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl4.png +26 五月 2020 | 00:52:07,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl5.png +26 五月 2020 | 00:52:07,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl6.png +26 五月 2020 | 00:52:07,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl5.png +26 五月 2020 | 00:52:07,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl7.png +26 五月 2020 | 00:52:07,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl6.png +26 五月 2020 | 00:52:07,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl7.png +26 五月 2020 | 00:52:07,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\qrxg.png +26 五月 2020 | 00:52:07,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\title.png +26 五月 2020 | 00:52:07,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_nick.xml +26 五月 2020 | 00:52:07,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_portrait.xml +26 五月 2020 | 00:52:07,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\portrait +26 五月 2020 | 00:52:07,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\qrxg.png +26 五月 2020 | 00:52:07,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\qrxg.png +26 五月 2020 | 00:52:07,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\win_user_edit.xml +26 五月 2020 | 00:52:07,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\title.png +26 五月 2020 | 00:52:07,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\title.png +26 五月 2020 | 00:52:07,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_nick.xml +26 五月 2020 | 00:52:07,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_portrait.xml +26 五月 2020 | 00:52:07,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_nick.xml +26 五月 2020 | 00:52:07,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\package.xml +26 五月 2020 | 00:52:07,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\portrait +26 五月 2020 | 00:52:07,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_portrait.xml +26 五月 2020 | 00:52:07,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\win_user_edit.xml +26 五月 2020 | 00:52:07,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:52:07,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\portrait +26 五月 2020 | 00:52:07,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\package.xml +26 五月 2020 | 00:52:07,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\EditPortraitView.lua +26 五月 2020 | 00:52:07,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\win_user_edit.xml +26 五月 2020 | 00:52:07,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:52:07,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\LobbyHeadView.lua +26 五月 2020 | 00:52:07,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\package.xml +26 五月 2020 | 00:52:07,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\EditPortraitView.lua +26 五月 2020 | 00:52:07,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:52:07,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\LobbyHeadView.lua +26 五月 2020 | 00:52:07,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:52:07,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +26 五月 2020 | 00:52:07,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:52:07,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\EditPortraitView.lua +26 五月 2020 | 00:52:07,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\LobbyHeadView.lua +26 五月 2020 | 00:52:07,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +26 五月 2020 | 00:52:07,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:52:07,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +26 五月 2020 | 00:52:07,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +26 五月 2020 | 00:52:07,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +26 五月 2020 | 00:52:07,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +26 五月 2020 | 00:52:07,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +26 五月 2020 | 00:52:07,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode +26 五月 2020 | 00:52:07,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\._build +26 五月 2020 | 00:52:07,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes +26 五月 2020 | 00:52:07,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\CrashReporter.h +26 五月 2020 | 00:52:07,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\CrashReporter.mm +26 五月 2020 | 00:52:07,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native +26 五月 2020 | 00:52:07,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode +26 五月 2020 | 00:52:07,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Assembly-CSharp_ArrayTypes.h +26 五月 2020 | 00:52:07,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374.h +26 五月 2020 | 00:52:07,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\._build +26 五月 2020 | 00:52:07,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes +26 五月 2020 | 00:52:07,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374MethodDeclarations.h +26 五月 2020 | 00:52:07,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\CrashReporter.h +26 五月 2020 | 00:52:07,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723.h +26 五月 2020 | 00:52:07,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\CrashReporter.mm +26 五月 2020 | 00:52:07,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native +26 五月 2020 | 00:52:07,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723MethodDeclarations.h +26 五月 2020 | 00:52:07,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Assembly-CSharp_ArrayTypes.h +26 五月 2020 | 00:52:07,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374.h +26 五月 2020 | 00:52:07,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374MethodDeclarations.h +26 五月 2020 | 00:52:07,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194.h +26 五月 2020 | 00:52:07,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723.h +26 五月 2020 | 00:52:07,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194MethodDeclarations.h +26 五月 2020 | 00:52:07,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +26 五月 2020 | 00:52:07,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723MethodDeclarations.h +26 五月 2020 | 00:52:07,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697.h +26 五月 2020 | 00:52:07,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194.h +26 五月 2020 | 00:52:07,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +26 五月 2020 | 00:52:07,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697MethodDeclarations.h +26 五月 2020 | 00:52:07,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194MethodDeclarations.h +26 五月 2020 | 00:52:07,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696.h +26 五月 2020 | 00:52:07,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697.h +26 五月 2020 | 00:52:07,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode +26 五月 2020 | 00:52:07,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697MethodDeclarations.h +26 五月 2020 | 00:52:07,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696MethodDeclarations.h +26 五月 2020 | 00:52:07,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\._build +26 五月 2020 | 00:52:07,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes +26 五月 2020 | 00:52:07,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696.h +26 五月 2020 | 00:52:07,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\CrashReporter.h +26 五月 2020 | 00:52:07,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588.h +26 五月 2020 | 00:52:07,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588MethodDeclarations.h +26 五月 2020 | 00:52:07,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\CrashReporter.mm +26 五月 2020 | 00:52:07,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native +26 五月 2020 | 00:52:07,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696MethodDeclarations.h +26 五月 2020 | 00:52:07,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854.h +26 五月 2020 | 00:52:07,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588.h +26 五月 2020 | 00:52:07,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854MethodDeclarations.h +26 五月 2020 | 00:52:07,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588MethodDeclarations.h +26 五月 2020 | 00:52:07,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Assembly-CSharp_ArrayTypes.h +26 五月 2020 | 00:52:07,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397.h +26 五月 2020 | 00:52:07,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854.h +26 五月 2020 | 00:52:07,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374.h +26 五月 2020 | 00:52:07,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397MethodDeclarations.h +26 五月 2020 | 00:52:07,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854MethodDeclarations.h +26 五月 2020 | 00:52:07,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374MethodDeclarations.h +26 五月 2020 | 00:52:07,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285.h +26 五月 2020 | 00:52:07,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397.h +26 五月 2020 | 00:52:07,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397MethodDeclarations.h +26 五月 2020 | 00:52:07,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285MethodDeclarations.h +26 五月 2020 | 00:52:07,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723.h +26 五月 2020 | 00:52:07,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285.h +26 五月 2020 | 00:52:07,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572.h +26 五月 2020 | 00:52:07,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723MethodDeclarations.h +26 五月 2020 | 00:52:07,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285MethodDeclarations.h +26 五月 2020 | 00:52:07,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572MethodDeclarations.h +26 五月 2020 | 00:52:07,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194.h +26 五月 2020 | 00:52:07,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572.h +26 五月 2020 | 00:52:07,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194MethodDeclarations.h +26 五月 2020 | 00:52:07,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725.h +26 五月 2020 | 00:52:07,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572MethodDeclarations.h +26 五月 2020 | 00:52:07,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725MethodDeclarations.h +26 五月 2020 | 00:52:07,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725.h +26 五月 2020 | 00:52:07,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697.h +26 五月 2020 | 00:52:07,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729.h +26 五月 2020 | 00:52:07,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697MethodDeclarations.h +26 五月 2020 | 00:52:07,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725MethodDeclarations.h +26 五月 2020 | 00:52:07,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729MethodDeclarations.h +26 五月 2020 | 00:52:07,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729.h +26 五月 2020 | 00:52:07,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696.h +26 五月 2020 | 00:52:07,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729MethodDeclarations.h +26 五月 2020 | 00:52:07,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696MethodDeclarations.h +26 五月 2020 | 00:52:07,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534.h +26 五月 2020 | 00:52:07,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588.h +26 五月 2020 | 00:52:07,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534.h +26 五月 2020 | 00:52:07,930 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534MethodDeclarations.h +26 五月 2020 | 00:52:07,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588MethodDeclarations.h +26 五月 2020 | 00:52:07,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164.h +26 五月 2020 | 00:52:07,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164MethodDeclarations.h +26 五月 2020 | 00:52:07,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854.h +26 五月 2020 | 00:52:07,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534MethodDeclarations.h +26 五月 2020 | 00:52:07,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854MethodDeclarations.h +26 五月 2020 | 00:52:07,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164.h +26 五月 2020 | 00:52:07,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356.h +26 五月 2020 | 00:52:07,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397.h +26 五月 2020 | 00:52:07,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164MethodDeclarations.h +26 五月 2020 | 00:52:07,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356MethodDeclarations.h +26 五月 2020 | 00:52:07,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397MethodDeclarations.h +26 五月 2020 | 00:52:07,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356.h +26 五月 2020 | 00:52:07,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285.h +26 五月 2020 | 00:52:07,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834.h +26 五月 2020 | 00:52:07,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356MethodDeclarations.h +26 五月 2020 | 00:52:07,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834.h +26 五月 2020 | 00:52:07,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834MethodDeclarations.h +26 五月 2020 | 00:52:07,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285MethodDeclarations.h +26 五月 2020 | 00:52:07,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226.h +26 五月 2020 | 00:52:07,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834MethodDeclarations.h +26 五月 2020 | 00:52:07,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226MethodDeclarations.h +26 五月 2020 | 00:52:07,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226.h +26 五月 2020 | 00:52:07,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226MethodDeclarations.h +26 五月 2020 | 00:52:07,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572.h +26 五月 2020 | 00:52:07,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215.h +26 五月 2020 | 00:52:07,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215.h +26 五月 2020 | 00:52:07,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215MethodDeclarations.h +26 五月 2020 | 00:52:07,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572MethodDeclarations.h +26 五月 2020 | 00:52:07,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215MethodDeclarations.h +26 五月 2020 | 00:52:07,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725.h +26 五月 2020 | 00:52:07,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546.h +26 五月 2020 | 00:52:07,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546.h +26 五月 2020 | 00:52:07,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725MethodDeclarations.h +26 五月 2020 | 00:52:07,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546MethodDeclarations.h +26 五月 2020 | 00:52:07,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546MethodDeclarations.h +26 五月 2020 | 00:52:07,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662.h +26 五月 2020 | 00:52:07,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662.h +26 五月 2020 | 00:52:07,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729.h +26 五月 2020 | 00:52:07,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662MethodDeclarations.h +26 五月 2020 | 00:52:07,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662MethodDeclarations.h +26 五月 2020 | 00:52:07,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729MethodDeclarations.h +26 五月 2020 | 00:52:07,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997.h +26 五月 2020 | 00:52:07,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997.h +26 五月 2020 | 00:52:07,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997MethodDeclarations.h +26 五月 2020 | 00:52:07,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534.h +26 五月 2020 | 00:52:07,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981.h +26 五月 2020 | 00:52:07,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997MethodDeclarations.h +26 五月 2020 | 00:52:07,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981MethodDeclarations.h +26 五月 2020 | 00:52:07,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534MethodDeclarations.h +26 五月 2020 | 00:52:07,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981.h +26 五月 2020 | 00:52:07,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581.h +26 五月 2020 | 00:52:08,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164.h +26 五月 2020 | 00:52:08,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981MethodDeclarations.h +26 五月 2020 | 00:52:08,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581MethodDeclarations.h +26 五月 2020 | 00:52:08,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581.h +26 五月 2020 | 00:52:08,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164MethodDeclarations.h +26 五月 2020 | 00:52:08,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581MethodDeclarations.h +26 五月 2020 | 00:52:08,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356.h +26 五月 2020 | 00:52:08,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876.h +26 五月 2020 | 00:52:08,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876MethodDeclarations.h +26 五月 2020 | 00:52:08,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876.h +26 五月 2020 | 00:52:08,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356MethodDeclarations.h +26 五月 2020 | 00:52:08,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374.h +26 五月 2020 | 00:52:08,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876MethodDeclarations.h +26 五月 2020 | 00:52:08,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834.h +26 五月 2020 | 00:52:08,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374MethodDeclarations.h +26 五月 2020 | 00:52:08,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834MethodDeclarations.h +26 五月 2020 | 00:52:08,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374.h +26 五月 2020 | 00:52:08,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374MethodDeclarations.h +26 五月 2020 | 00:52:08,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226.h +26 五月 2020 | 00:52:08,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701.h +26 五月 2020 | 00:52:08,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701.h +26 五月 2020 | 00:52:08,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226MethodDeclarations.h +26 五月 2020 | 00:52:08,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701MethodDeclarations.h +26 五月 2020 | 00:52:08,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701MethodDeclarations.h +26 五月 2020 | 00:52:08,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090.h +26 五月 2020 | 00:52:08,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215.h +26 五月 2020 | 00:52:08,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090.h +26 五月 2020 | 00:52:08,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090MethodDeclarations.h +26 五月 2020 | 00:52:08,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090MethodDeclarations.h +26 五月 2020 | 00:52:08,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215MethodDeclarations.h +26 五月 2020 | 00:52:08,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852.h +26 五月 2020 | 00:52:08,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852.h +26 五月 2020 | 00:52:08,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546.h +26 五月 2020 | 00:52:08,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852MethodDeclarations.h +26 五月 2020 | 00:52:08,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546MethodDeclarations.h +26 五月 2020 | 00:52:08,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852MethodDeclarations.h +26 五月 2020 | 00:52:08,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375.h +26 五月 2020 | 00:52:08,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375.h +26 五月 2020 | 00:52:08,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662.h +26 五月 2020 | 00:52:08,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375MethodDeclarations.h +26 五月 2020 | 00:52:08,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375MethodDeclarations.h +26 五月 2020 | 00:52:08,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662MethodDeclarations.h +26 五月 2020 | 00:52:08,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692.h +26 五月 2020 | 00:52:08,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692.h +26 五月 2020 | 00:52:08,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997.h +26 五月 2020 | 00:52:08,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692MethodDeclarations.h +26 五月 2020 | 00:52:08,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692MethodDeclarations.h +26 五月 2020 | 00:52:08,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997MethodDeclarations.h +26 五月 2020 | 00:52:08,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498.h +26 五月 2020 | 00:52:08,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981.h +26 五月 2020 | 00:52:08,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498.h +26 五月 2020 | 00:52:08,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498MethodDeclarations.h +26 五月 2020 | 00:52:08,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981MethodDeclarations.h +26 五月 2020 | 00:52:08,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498MethodDeclarations.h +26 五月 2020 | 00:52:08,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681.h +26 五月 2020 | 00:52:08,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581.h +26 五月 2020 | 00:52:08,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681.h +26 五月 2020 | 00:52:08,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681MethodDeclarations.h +26 五月 2020 | 00:52:08,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581MethodDeclarations.h +26 五月 2020 | 00:52:08,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681MethodDeclarations.h +26 五月 2020 | 00:52:08,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422.h +26 五月 2020 | 00:52:08,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876.h +26 五月 2020 | 00:52:08,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422.h +26 五月 2020 | 00:52:08,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422MethodDeclarations.h +26 五月 2020 | 00:52:08,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422MethodDeclarations.h +26 五月 2020 | 00:52:08,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876MethodDeclarations.h +26 五月 2020 | 00:52:08,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704.h +26 五月 2020 | 00:52:08,063 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704.h +26 五月 2020 | 00:52:08,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704MethodDeclarations.h +26 五月 2020 | 00:52:08,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704MethodDeclarations.h +26 五月 2020 | 00:52:08,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374.h +26 五月 2020 | 00:52:08,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699.h +26 五月 2020 | 00:52:08,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699.h +26 五月 2020 | 00:52:08,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374MethodDeclarations.h +26 五月 2020 | 00:52:08,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699MethodDeclarations.h +26 五月 2020 | 00:52:08,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699MethodDeclarations.h +26 五月 2020 | 00:52:08,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701.h +26 五月 2020 | 00:52:08,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971.h +26 五月 2020 | 00:52:08,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971.h +26 五月 2020 | 00:52:08,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971MethodDeclarations.h +26 五月 2020 | 00:52:08,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701MethodDeclarations.h +26 五月 2020 | 00:52:08,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971MethodDeclarations.h +26 五月 2020 | 00:52:08,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090.h +26 五月 2020 | 00:52:08,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115.h +26 五月 2020 | 00:52:08,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115.h +26 五月 2020 | 00:52:08,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090MethodDeclarations.h +26 五月 2020 | 00:52:08,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115MethodDeclarations.h +26 五月 2020 | 00:52:08,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115MethodDeclarations.h +26 五月 2020 | 00:52:08,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061.h +26 五月 2020 | 00:52:08,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852.h +26 五月 2020 | 00:52:08,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061.h +26 五月 2020 | 00:52:08,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061MethodDeclarations.h +26 五月 2020 | 00:52:08,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852MethodDeclarations.h +26 五月 2020 | 00:52:08,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061MethodDeclarations.h +26 五月 2020 | 00:52:08,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481.h +26 五月 2020 | 00:52:08,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375.h +26 五月 2020 | 00:52:08,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481.h +26 五月 2020 | 00:52:08,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481MethodDeclarations.h +26 五月 2020 | 00:52:08,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375MethodDeclarations.h +26 五月 2020 | 00:52:08,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481MethodDeclarations.h +26 五月 2020 | 00:52:08,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428.h +26 五月 2020 | 00:52:08,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428MethodDeclarations.h +26 五月 2020 | 00:52:08,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428.h +26 五月 2020 | 00:52:08,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692.h +26 五月 2020 | 00:52:08,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428MethodDeclarations.h +26 五月 2020 | 00:52:08,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798.h +26 五月 2020 | 00:52:08,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798.h +26 五月 2020 | 00:52:08,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798MethodDeclarations.h +26 五月 2020 | 00:52:08,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692MethodDeclarations.h +26 五月 2020 | 00:52:08,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798MethodDeclarations.h +26 五月 2020 | 00:52:08,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289.h +26 五月 2020 | 00:52:08,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498.h +26 五月 2020 | 00:52:08,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289.h +26 五月 2020 | 00:52:08,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289MethodDeclarations.h +26 五月 2020 | 00:52:08,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498MethodDeclarations.h +26 五月 2020 | 00:52:08,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289MethodDeclarations.h +26 五月 2020 | 00:52:08,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604.h +26 五月 2020 | 00:52:08,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681.h +26 五月 2020 | 00:52:08,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604MethodDeclarations.h +26 五月 2020 | 00:52:08,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604.h +26 五月 2020 | 00:52:08,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604MethodDeclarations.h +26 五月 2020 | 00:52:08,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698.h +26 五月 2020 | 00:52:08,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681MethodDeclarations.h +26 五月 2020 | 00:52:08,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698.h +26 五月 2020 | 00:52:08,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422.h +26 五月 2020 | 00:52:08,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698MethodDeclarations.h +26 五月 2020 | 00:52:08,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698MethodDeclarations.h +26 五月 2020 | 00:52:08,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422MethodDeclarations.h +26 五月 2020 | 00:52:08,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618.h +26 五月 2020 | 00:52:08,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618.h +26 五月 2020 | 00:52:08,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618MethodDeclarations.h +26 五月 2020 | 00:52:08,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618MethodDeclarations.h +26 五月 2020 | 00:52:08,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704.h +26 五月 2020 | 00:52:08,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704MethodDeclarations.h +26 五月 2020 | 00:52:08,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675.h +26 五月 2020 | 00:52:08,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675.h +26 五月 2020 | 00:52:08,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699.h +26 五月 2020 | 00:52:08,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675MethodDeclarations.h +26 五月 2020 | 00:52:08,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699MethodDeclarations.h +26 五月 2020 | 00:52:08,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675MethodDeclarations.h +26 五月 2020 | 00:52:08,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704.h +26 五月 2020 | 00:52:08,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704.h +26 五月 2020 | 00:52:08,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704MethodDeclarations.h +26 五月 2020 | 00:52:08,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971.h +26 五月 2020 | 00:52:08,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704MethodDeclarations.h +26 五月 2020 | 00:52:08,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971MethodDeclarations.h +26 五月 2020 | 00:52:08,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603.h +26 五月 2020 | 00:52:08,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603.h +26 五月 2020 | 00:52:08,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115.h +26 五月 2020 | 00:52:08,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603MethodDeclarations.h +26 五月 2020 | 00:52:08,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115MethodDeclarations.h +26 五月 2020 | 00:52:08,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603MethodDeclarations.h +26 五月 2020 | 00:52:08,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762.h +26 五月 2020 | 00:52:08,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061.h +26 五月 2020 | 00:52:08,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762MethodDeclarations.h +26 五月 2020 | 00:52:08,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762.h +26 五月 2020 | 00:52:08,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061MethodDeclarations.h +26 五月 2020 | 00:52:08,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872.h +26 五月 2020 | 00:52:08,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762MethodDeclarations.h +26 五月 2020 | 00:52:08,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872MethodDeclarations.h +26 五月 2020 | 00:52:08,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481.h +26 五月 2020 | 00:52:08,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872.h +26 五月 2020 | 00:52:08,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481MethodDeclarations.h +26 五月 2020 | 00:52:08,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872MethodDeclarations.h +26 五月 2020 | 00:52:08,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679.h +26 五月 2020 | 00:52:08,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679MethodDeclarations.h +26 五月 2020 | 00:52:08,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428.h +26 五月 2020 | 00:52:08,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679.h +26 五月 2020 | 00:52:08,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428MethodDeclarations.h +26 五月 2020 | 00:52:08,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679MethodDeclarations.h +26 五月 2020 | 00:52:08,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875.h +26 五月 2020 | 00:52:08,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798.h +26 五月 2020 | 00:52:08,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875MethodDeclarations.h +26 五月 2020 | 00:52:08,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875.h +26 五月 2020 | 00:52:08,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798MethodDeclarations.h +26 五月 2020 | 00:52:08,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293.h +26 五月 2020 | 00:52:08,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289.h +26 五月 2020 | 00:52:08,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875MethodDeclarations.h +26 五月 2020 | 00:52:08,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293MethodDeclarations.h +26 五月 2020 | 00:52:08,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289MethodDeclarations.h +26 五月 2020 | 00:52:08,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293.h +26 五月 2020 | 00:52:08,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701.h +26 五月 2020 | 00:52:08,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701MethodDeclarations.h +26 五月 2020 | 00:52:08,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604.h +26 五月 2020 | 00:52:08,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293MethodDeclarations.h +26 五月 2020 | 00:52:08,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595.h +26 五月 2020 | 00:52:08,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604MethodDeclarations.h +26 五月 2020 | 00:52:08,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701.h +26 五月 2020 | 00:52:08,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595MethodDeclarations.h +26 五月 2020 | 00:52:08,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701MethodDeclarations.h +26 五月 2020 | 00:52:08,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698.h +26 五月 2020 | 00:52:08,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595.h +26 五月 2020 | 00:52:08,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707.h +26 五月 2020 | 00:52:08,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698MethodDeclarations.h +26 五月 2020 | 00:52:08,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707MethodDeclarations.h +26 五月 2020 | 00:52:08,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595MethodDeclarations.h +26 五月 2020 | 00:52:08,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618.h +26 五月 2020 | 00:52:08,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618MethodDeclarations.h +26 五月 2020 | 00:52:08,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066.h +26 五月 2020 | 00:52:08,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707.h +26 五月 2020 | 00:52:08,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707MethodDeclarations.h +26 五月 2020 | 00:52:08,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675.h +26 五月 2020 | 00:52:08,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066MethodDeclarations.h +26 五月 2020 | 00:52:08,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066.h +26 五月 2020 | 00:52:08,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675MethodDeclarations.h +26 五月 2020 | 00:52:08,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040.h +26 五月 2020 | 00:52:08,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066MethodDeclarations.h +26 五月 2020 | 00:52:08,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040MethodDeclarations.h +26 五月 2020 | 00:52:08,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704.h +26 五月 2020 | 00:52:08,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040.h +26 五月 2020 | 00:52:08,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585.h +26 五月 2020 | 00:52:08,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704MethodDeclarations.h +26 五月 2020 | 00:52:08,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040MethodDeclarations.h +26 五月 2020 | 00:52:08,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585MethodDeclarations.h +26 五月 2020 | 00:52:08,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603.h +26 五月 2020 | 00:52:08,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585.h +26 五月 2020 | 00:52:08,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148.h +26 五月 2020 | 00:52:08,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603MethodDeclarations.h +26 五月 2020 | 00:52:08,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585MethodDeclarations.h +26 五月 2020 | 00:52:08,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148MethodDeclarations.h +26 五月 2020 | 00:52:08,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762.h +26 五月 2020 | 00:52:08,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914.h +26 五月 2020 | 00:52:08,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148.h +26 五月 2020 | 00:52:08,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762MethodDeclarations.h +26 五月 2020 | 00:52:08,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872.h +26 五月 2020 | 00:52:08,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148MethodDeclarations.h +26 五月 2020 | 00:52:08,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914MethodDeclarations.h +26 五月 2020 | 00:52:08,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872MethodDeclarations.h +26 五月 2020 | 00:52:08,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914.h +26 五月 2020 | 00:52:08,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284.h +26 五月 2020 | 00:52:08,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679.h +26 五月 2020 | 00:52:08,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914MethodDeclarations.h +26 五月 2020 | 00:52:08,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284MethodDeclarations.h +26 五月 2020 | 00:52:08,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679MethodDeclarations.h +26 五月 2020 | 00:52:08,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284.h +26 五月 2020 | 00:52:08,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875.h +26 五月 2020 | 00:52:08,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753.h +26 五月 2020 | 00:52:08,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753MethodDeclarations.h +26 五月 2020 | 00:52:08,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875MethodDeclarations.h +26 五月 2020 | 00:52:08,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284MethodDeclarations.h +26 五月 2020 | 00:52:08,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379.h +26 五月 2020 | 00:52:08,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293.h +26 五月 2020 | 00:52:08,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379MethodDeclarations.h +26 五月 2020 | 00:52:08,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753.h +26 五月 2020 | 00:52:08,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293MethodDeclarations.h +26 五月 2020 | 00:52:08,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753MethodDeclarations.h +26 五月 2020 | 00:52:08,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701.h +26 五月 2020 | 00:52:08,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307.h +26 五月 2020 | 00:52:08,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307MethodDeclarations.h +26 五月 2020 | 00:52:08,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701MethodDeclarations.h +26 五月 2020 | 00:52:08,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379.h +26 五月 2020 | 00:52:08,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595.h +26 五月 2020 | 00:52:08,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653.h +26 五月 2020 | 00:52:08,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379MethodDeclarations.h +26 五月 2020 | 00:52:08,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595MethodDeclarations.h +26 五月 2020 | 00:52:08,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653MethodDeclarations.h +26 五月 2020 | 00:52:08,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307.h +26 五月 2020 | 00:52:08,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307MethodDeclarations.h +26 五月 2020 | 00:52:08,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707.h +26 五月 2020 | 00:52:08,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653.h +26 五月 2020 | 00:52:08,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315.h +26 五月 2020 | 00:52:08,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707MethodDeclarations.h +26 五月 2020 | 00:52:08,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653MethodDeclarations.h +26 五月 2020 | 00:52:08,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315MethodDeclarations.h +26 五月 2020 | 00:52:08,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066.h +26 五月 2020 | 00:52:08,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315.h +26 五月 2020 | 00:52:08,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882.h +26 五月 2020 | 00:52:08,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066MethodDeclarations.h +26 五月 2020 | 00:52:08,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315MethodDeclarations.h +26 五月 2020 | 00:52:08,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040.h +26 五月 2020 | 00:52:08,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040MethodDeclarations.h +26 五月 2020 | 00:52:08,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882MethodDeclarations.h +26 五月 2020 | 00:52:08,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906.h +26 五月 2020 | 00:52:08,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882.h +26 五月 2020 | 00:52:08,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585.h +26 五月 2020 | 00:52:08,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906MethodDeclarations.h +26 五月 2020 | 00:52:08,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585MethodDeclarations.h +26 五月 2020 | 00:52:08,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882MethodDeclarations.h +26 五月 2020 | 00:52:08,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684.h +26 五月 2020 | 00:52:08,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148.h +26 五月 2020 | 00:52:08,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906.h +26 五月 2020 | 00:52:08,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684MethodDeclarations.h +26 五月 2020 | 00:52:08,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148MethodDeclarations.h +26 五月 2020 | 00:52:08,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906MethodDeclarations.h +26 五月 2020 | 00:52:08,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582.h +26 五月 2020 | 00:52:08,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914.h +26 五月 2020 | 00:52:08,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684.h +26 五月 2020 | 00:52:08,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582MethodDeclarations.h +26 五月 2020 | 00:52:08,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914MethodDeclarations.h +26 五月 2020 | 00:52:08,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684MethodDeclarations.h +26 五月 2020 | 00:52:08,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617.h +26 五月 2020 | 00:52:08,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284.h +26 五月 2020 | 00:52:08,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582.h +26 五月 2020 | 00:52:08,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617MethodDeclarations.h +26 五月 2020 | 00:52:08,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284MethodDeclarations.h +26 五月 2020 | 00:52:08,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059.h +26 五月 2020 | 00:52:08,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582MethodDeclarations.h +26 五月 2020 | 00:52:08,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059MethodDeclarations.h +26 五月 2020 | 00:52:08,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753.h +26 五月 2020 | 00:52:08,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617.h +26 五月 2020 | 00:52:08,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753MethodDeclarations.h +26 五月 2020 | 00:52:08,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967.h +26 五月 2020 | 00:52:08,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617MethodDeclarations.h +26 五月 2020 | 00:52:08,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379.h +26 五月 2020 | 00:52:08,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059.h +26 五月 2020 | 00:52:08,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967MethodDeclarations.h +26 五月 2020 | 00:52:08,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059MethodDeclarations.h +26 五月 2020 | 00:52:08,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379MethodDeclarations.h +26 五月 2020 | 00:52:08,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875.h +26 五月 2020 | 00:52:08,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967.h +26 五月 2020 | 00:52:08,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307.h +26 五月 2020 | 00:52:08,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875MethodDeclarations.h +26 五月 2020 | 00:52:08,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307MethodDeclarations.h +26 五月 2020 | 00:52:08,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967MethodDeclarations.h +26 五月 2020 | 00:52:08,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600.h +26 五月 2020 | 00:52:08,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653.h +26 五月 2020 | 00:52:08,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875.h +26 五月 2020 | 00:52:08,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600MethodDeclarations.h +26 五月 2020 | 00:52:08,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653MethodDeclarations.h +26 五月 2020 | 00:52:08,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875MethodDeclarations.h +26 五月 2020 | 00:52:08,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100.h +26 五月 2020 | 00:52:08,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100MethodDeclarations.h +26 五月 2020 | 00:52:08,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315.h +26 五月 2020 | 00:52:08,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600.h +26 五月 2020 | 00:52:08,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279.h +26 五月 2020 | 00:52:08,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315MethodDeclarations.h +26 五月 2020 | 00:52:08,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600MethodDeclarations.h +26 五月 2020 | 00:52:08,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279MethodDeclarations.h +26 五月 2020 | 00:52:08,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100.h +26 五月 2020 | 00:52:08,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882.h +26 五月 2020 | 00:52:08,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100MethodDeclarations.h +26 五月 2020 | 00:52:08,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200.h +26 五月 2020 | 00:52:08,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279.h +26 五月 2020 | 00:52:08,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882MethodDeclarations.h +26 五月 2020 | 00:52:08,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200MethodDeclarations.h +26 五月 2020 | 00:52:08,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906.h +26 五月 2020 | 00:52:08,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279MethodDeclarations.h +26 五月 2020 | 00:52:08,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321.h +26 五月 2020 | 00:52:08,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906MethodDeclarations.h +26 五月 2020 | 00:52:08,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321MethodDeclarations.h +26 五月 2020 | 00:52:08,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200.h +26 五月 2020 | 00:52:08,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839.h +26 五月 2020 | 00:52:08,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684.h +26 五月 2020 | 00:52:08,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200MethodDeclarations.h +26 五月 2020 | 00:52:08,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839MethodDeclarations.h +26 五月 2020 | 00:52:08,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840.h +26 五月 2020 | 00:52:08,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321.h +26 五月 2020 | 00:52:08,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840MethodDeclarations.h +26 五月 2020 | 00:52:08,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684MethodDeclarations.h +26 五月 2020 | 00:52:08,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321MethodDeclarations.h +26 五月 2020 | 00:52:08,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369.h +26 五月 2020 | 00:52:08,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582.h +26 五月 2020 | 00:52:08,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839.h +26 五月 2020 | 00:52:08,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369MethodDeclarations.h +26 五月 2020 | 00:52:08,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582MethodDeclarations.h +26 五月 2020 | 00:52:08,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839MethodDeclarations.h +26 五月 2020 | 00:52:08,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030.h +26 五月 2020 | 00:52:08,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617.h +26 五月 2020 | 00:52:08,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030MethodDeclarations.h +26 五月 2020 | 00:52:08,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840.h +26 五月 2020 | 00:52:08,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617MethodDeclarations.h +26 五月 2020 | 00:52:08,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185.h +26 五月 2020 | 00:52:08,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840MethodDeclarations.h +26 五月 2020 | 00:52:08,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059.h +26 五月 2020 | 00:52:08,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059MethodDeclarations.h +26 五月 2020 | 00:52:08,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185MethodDeclarations.h +26 五月 2020 | 00:52:08,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369.h +26 五月 2020 | 00:52:08,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369MethodDeclarations.h +26 五月 2020 | 00:52:08,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262.h +26 五月 2020 | 00:52:08,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967.h +26 五月 2020 | 00:52:08,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030.h +26 五月 2020 | 00:52:08,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262MethodDeclarations.h +26 五月 2020 | 00:52:08,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967MethodDeclarations.h +26 五月 2020 | 00:52:08,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410.h +26 五月 2020 | 00:52:08,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030MethodDeclarations.h +26 五月 2020 | 00:52:08,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410MethodDeclarations.h +26 五月 2020 | 00:52:08,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875.h +26 五月 2020 | 00:52:08,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185.h +26 五月 2020 | 00:52:08,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061.h +26 五月 2020 | 00:52:08,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875MethodDeclarations.h +26 五月 2020 | 00:52:08,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061MethodDeclarations.h +26 五月 2020 | 00:52:08,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185MethodDeclarations.h +26 五月 2020 | 00:52:08,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600.h +26 五月 2020 | 00:52:08,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286.h +26 五月 2020 | 00:52:08,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262.h +26 五月 2020 | 00:52:08,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600MethodDeclarations.h +26 五月 2020 | 00:52:08,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286MethodDeclarations.h +26 五月 2020 | 00:52:08,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262MethodDeclarations.h +26 五月 2020 | 00:52:08,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362.h +26 五月 2020 | 00:52:08,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100.h +26 五月 2020 | 00:52:08,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362MethodDeclarations.h +26 五月 2020 | 00:52:08,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410.h +26 五月 2020 | 00:52:08,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100MethodDeclarations.h +26 五月 2020 | 00:52:08,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665.h +26 五月 2020 | 00:52:08,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665MethodDeclarations.h +26 五月 2020 | 00:52:08,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410MethodDeclarations.h +26 五月 2020 | 00:52:08,314 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279.h +26 五月 2020 | 00:52:08,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881.h +26 五月 2020 | 00:52:08,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061.h +26 五月 2020 | 00:52:08,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279MethodDeclarations.h +26 五月 2020 | 00:52:08,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881MethodDeclarations.h +26 五月 2020 | 00:52:08,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061MethodDeclarations.h +26 五月 2020 | 00:52:08,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200.h +26 五月 2020 | 00:52:08,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286.h +26 五月 2020 | 00:52:08,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697.h +26 五月 2020 | 00:52:08,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697MethodDeclarations.h +26 五月 2020 | 00:52:08,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200MethodDeclarations.h +26 五月 2020 | 00:52:08,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286MethodDeclarations.h +26 五月 2020 | 00:52:08,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070.h +26 五月 2020 | 00:52:08,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321.h +26 五月 2020 | 00:52:08,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362.h +26 五月 2020 | 00:52:08,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070MethodDeclarations.h +26 五月 2020 | 00:52:08,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362MethodDeclarations.h +26 五月 2020 | 00:52:08,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321MethodDeclarations.h +26 五月 2020 | 00:52:08,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665.h +26 五月 2020 | 00:52:08,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839.h +26 五月 2020 | 00:52:08,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831.h +26 五月 2020 | 00:52:08,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665MethodDeclarations.h +26 五月 2020 | 00:52:08,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839MethodDeclarations.h +26 五月 2020 | 00:52:08,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831MethodDeclarations.h +26 五月 2020 | 00:52:08,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881.h +26 五月 2020 | 00:52:08,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881MethodDeclarations.h +26 五月 2020 | 00:52:08,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840.h +26 五月 2020 | 00:52:08,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779.h +26 五月 2020 | 00:52:08,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697.h +26 五月 2020 | 00:52:08,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697MethodDeclarations.h +26 五月 2020 | 00:52:08,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779MethodDeclarations.h +26 五月 2020 | 00:52:08,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840MethodDeclarations.h +26 五月 2020 | 00:52:08,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070.h +26 五月 2020 | 00:52:08,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194.h +26 五月 2020 | 00:52:08,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070MethodDeclarations.h +26 五月 2020 | 00:52:08,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369.h +26 五月 2020 | 00:52:08,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369MethodDeclarations.h +26 五月 2020 | 00:52:08,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194MethodDeclarations.h +26 五月 2020 | 00:52:08,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831.h +26 五月 2020 | 00:52:08,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030.h +26 五月 2020 | 00:52:08,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447.h +26 五月 2020 | 00:52:08,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831MethodDeclarations.h +26 五月 2020 | 00:52:08,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030MethodDeclarations.h +26 五月 2020 | 00:52:08,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779.h +26 五月 2020 | 00:52:08,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447MethodDeclarations.h +26 五月 2020 | 00:52:08,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185.h +26 五月 2020 | 00:52:08,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779MethodDeclarations.h +26 五月 2020 | 00:52:08,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194.h +26 五月 2020 | 00:52:08,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185MethodDeclarations.h +26 五月 2020 | 00:52:08,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064.h +26 五月 2020 | 00:52:08,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262.h +26 五月 2020 | 00:52:08,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194MethodDeclarations.h +26 五月 2020 | 00:52:08,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064MethodDeclarations.h +26 五月 2020 | 00:52:08,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262MethodDeclarations.h +26 五月 2020 | 00:52:08,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447.h +26 五月 2020 | 00:52:08,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293.h +26 五月 2020 | 00:52:08,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410.h +26 五月 2020 | 00:52:08,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293MethodDeclarations.h +26 五月 2020 | 00:52:08,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447MethodDeclarations.h +26 五月 2020 | 00:52:08,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410MethodDeclarations.h +26 五月 2020 | 00:52:08,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290.h +26 五月 2020 | 00:52:08,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064.h +26 五月 2020 | 00:52:08,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061.h +26 五月 2020 | 00:52:08,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290MethodDeclarations.h +26 五月 2020 | 00:52:08,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064MethodDeclarations.h +26 五月 2020 | 00:52:08,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061MethodDeclarations.h +26 五月 2020 | 00:52:08,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286.h +26 五月 2020 | 00:52:08,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293.h +26 五月 2020 | 00:52:08,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923.h +26 五月 2020 | 00:52:08,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286MethodDeclarations.h +26 五月 2020 | 00:52:08,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293MethodDeclarations.h +26 五月 2020 | 00:52:08,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923MethodDeclarations.h +26 五月 2020 | 00:52:08,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362.h +26 五月 2020 | 00:52:08,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362MethodDeclarations.h +26 五月 2020 | 00:52:08,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290.h +26 五月 2020 | 00:52:08,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177.h +26 五月 2020 | 00:52:08,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665.h +26 五月 2020 | 00:52:08,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290MethodDeclarations.h +26 五月 2020 | 00:52:08,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177MethodDeclarations.h +26 五月 2020 | 00:52:08,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665MethodDeclarations.h +26 五月 2020 | 00:52:08,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862.h +26 五月 2020 | 00:52:08,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923.h +26 五月 2020 | 00:52:08,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881.h +26 五月 2020 | 00:52:08,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881MethodDeclarations.h +26 五月 2020 | 00:52:08,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862MethodDeclarations.h +26 五月 2020 | 00:52:08,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923MethodDeclarations.h +26 五月 2020 | 00:52:08,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697.h +26 五月 2020 | 00:52:08,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177.h +26 五月 2020 | 00:52:08,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754.h +26 五月 2020 | 00:52:08,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697MethodDeclarations.h +26 五月 2020 | 00:52:08,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177MethodDeclarations.h +26 五月 2020 | 00:52:08,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754MethodDeclarations.h +26 五月 2020 | 00:52:08,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070.h +26 五月 2020 | 00:52:08,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862.h +26 五月 2020 | 00:52:08,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163.h +26 五月 2020 | 00:52:08,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862MethodDeclarations.h +26 五月 2020 | 00:52:08,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070MethodDeclarations.h +26 五月 2020 | 00:52:08,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754.h +26 五月 2020 | 00:52:08,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831.h +26 五月 2020 | 00:52:08,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163MethodDeclarations.h +26 五月 2020 | 00:52:08,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754MethodDeclarations.h +26 五月 2020 | 00:52:08,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831MethodDeclarations.h +26 五月 2020 | 00:52:08,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872.h +26 五月 2020 | 00:52:08,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163.h +26 五月 2020 | 00:52:08,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779.h +26 五月 2020 | 00:52:08,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872MethodDeclarations.h +26 五月 2020 | 00:52:08,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163MethodDeclarations.h +26 五月 2020 | 00:52:08,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263.h +26 五月 2020 | 00:52:08,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779MethodDeclarations.h +26 五月 2020 | 00:52:08,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872.h +26 五月 2020 | 00:52:08,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194.h +26 五月 2020 | 00:52:08,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263MethodDeclarations.h +26 五月 2020 | 00:52:08,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872MethodDeclarations.h +26 五月 2020 | 00:52:08,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075.h +26 五月 2020 | 00:52:08,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263.h +26 五月 2020 | 00:52:08,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075MethodDeclarations.h +26 五月 2020 | 00:52:08,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263MethodDeclarations.h +26 五月 2020 | 00:52:08,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194MethodDeclarations.h +26 五月 2020 | 00:52:08,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980.h +26 五月 2020 | 00:52:08,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075.h +26 五月 2020 | 00:52:08,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447.h +26 五月 2020 | 00:52:08,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980MethodDeclarations.h +26 五月 2020 | 00:52:08,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075MethodDeclarations.h +26 五月 2020 | 00:52:08,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447MethodDeclarations.h +26 五月 2020 | 00:52:08,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171.h +26 五月 2020 | 00:52:08,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064.h +26 五月 2020 | 00:52:08,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980.h +26 五月 2020 | 00:52:08,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171MethodDeclarations.h +26 五月 2020 | 00:52:08,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064MethodDeclarations.h +26 五月 2020 | 00:52:08,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980MethodDeclarations.h +26 五月 2020 | 00:52:08,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530.h +26 五月 2020 | 00:52:08,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171.h +26 五月 2020 | 00:52:08,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293.h +26 五月 2020 | 00:52:08,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293MethodDeclarations.h +26 五月 2020 | 00:52:08,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171MethodDeclarations.h +26 五月 2020 | 00:52:08,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530MethodDeclarations.h +26 五月 2020 | 00:52:08,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530.h +26 五月 2020 | 00:52:08,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290.h +26 五月 2020 | 00:52:08,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871.h +26 五月 2020 | 00:52:08,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530MethodDeclarations.h +26 五月 2020 | 00:52:08,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290MethodDeclarations.h +26 五月 2020 | 00:52:08,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871MethodDeclarations.h +26 五月 2020 | 00:52:08,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871.h +26 五月 2020 | 00:52:08,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923.h +26 五月 2020 | 00:52:08,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800.h +26 五月 2020 | 00:52:08,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871MethodDeclarations.h +26 五月 2020 | 00:52:08,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800MethodDeclarations.h +26 五月 2020 | 00:52:08,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923MethodDeclarations.h +26 五月 2020 | 00:52:08,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800.h +26 五月 2020 | 00:52:08,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021.h +26 五月 2020 | 00:52:08,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177.h +26 五月 2020 | 00:52:08,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800MethodDeclarations.h +26 五月 2020 | 00:52:08,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021MethodDeclarations.h +26 五月 2020 | 00:52:08,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177MethodDeclarations.h +26 五月 2020 | 00:52:08,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021.h +26 五月 2020 | 00:52:08,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203.h +26 五月 2020 | 00:52:08,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862.h +26 五月 2020 | 00:52:08,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021MethodDeclarations.h +26 五月 2020 | 00:52:08,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203MethodDeclarations.h +26 五月 2020 | 00:52:08,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862MethodDeclarations.h +26 五月 2020 | 00:52:08,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203.h +26 五月 2020 | 00:52:08,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492.h +26 五月 2020 | 00:52:08,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203MethodDeclarations.h +26 五月 2020 | 00:52:08,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754.h +26 五月 2020 | 00:52:08,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492MethodDeclarations.h +26 五月 2020 | 00:52:08,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492.h +26 五月 2020 | 00:52:08,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754MethodDeclarations.h +26 五月 2020 | 00:52:08,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644.h +26 五月 2020 | 00:52:08,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492MethodDeclarations.h +26 五月 2020 | 00:52:08,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163.h +26 五月 2020 | 00:52:08,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644MethodDeclarations.h +26 五月 2020 | 00:52:08,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163MethodDeclarations.h +26 五月 2020 | 00:52:08,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502.h +26 五月 2020 | 00:52:08,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644.h +26 五月 2020 | 00:52:08,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872.h +26 五月 2020 | 00:52:08,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502MethodDeclarations.h +26 五月 2020 | 00:52:08,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644MethodDeclarations.h +26 五月 2020 | 00:52:08,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872MethodDeclarations.h +26 五月 2020 | 00:52:08,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817.h +26 五月 2020 | 00:52:08,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502.h +26 五月 2020 | 00:52:08,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263.h +26 五月 2020 | 00:52:08,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817MethodDeclarations.h +26 五月 2020 | 00:52:08,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502MethodDeclarations.h +26 五月 2020 | 00:52:08,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263MethodDeclarations.h +26 五月 2020 | 00:52:08,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817.h +26 五月 2020 | 00:52:08,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275.h +26 五月 2020 | 00:52:08,449 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075.h +26 五月 2020 | 00:52:08,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817MethodDeclarations.h +26 五月 2020 | 00:52:08,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275MethodDeclarations.h +26 五月 2020 | 00:52:08,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075MethodDeclarations.h +26 五月 2020 | 00:52:08,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275.h +26 五月 2020 | 00:52:08,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980.h +26 五月 2020 | 00:52:08,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449.h +26 五月 2020 | 00:52:08,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275MethodDeclarations.h +26 五月 2020 | 00:52:08,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980MethodDeclarations.h +26 五月 2020 | 00:52:08,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449MethodDeclarations.h +26 五月 2020 | 00:52:08,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171.h +26 五月 2020 | 00:52:08,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449.h +26 五月 2020 | 00:52:08,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171MethodDeclarations.h +26 五月 2020 | 00:52:08,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620.h +26 五月 2020 | 00:52:08,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449MethodDeclarations.h +26 五月 2020 | 00:52:08,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530.h +26 五月 2020 | 00:52:08,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620.h +26 五月 2020 | 00:52:08,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530MethodDeclarations.h +26 五月 2020 | 00:52:08,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620MethodDeclarations.h +26 五月 2020 | 00:52:08,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871.h +26 五月 2020 | 00:52:08,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620MethodDeclarations.h +26 五月 2020 | 00:52:08,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871MethodDeclarations.h +26 五月 2020 | 00:52:08,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814.h +26 五月 2020 | 00:52:08,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800.h +26 五月 2020 | 00:52:08,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814.h +26 五月 2020 | 00:52:08,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814MethodDeclarations.h +26 五月 2020 | 00:52:08,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800MethodDeclarations.h +26 五月 2020 | 00:52:08,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246.h +26 五月 2020 | 00:52:08,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246MethodDeclarations.h +26 五月 2020 | 00:52:08,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814MethodDeclarations.h +26 五月 2020 | 00:52:08,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021.h +26 五月 2020 | 00:52:08,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814.h +26 五月 2020 | 00:52:08,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021MethodDeclarations.h +26 五月 2020 | 00:52:08,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814MethodDeclarations.h +26 五月 2020 | 00:52:08,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203.h +26 五月 2020 | 00:52:08,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985.h +26 五月 2020 | 00:52:08,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246.h +26 五月 2020 | 00:52:08,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985MethodDeclarations.h +26 五月 2020 | 00:52:08,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246MethodDeclarations.h +26 五月 2020 | 00:52:08,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203MethodDeclarations.h +26 五月 2020 | 00:52:08,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606.h +26 五月 2020 | 00:52:08,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814.h +26 五月 2020 | 00:52:08,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814MethodDeclarations.h +26 五月 2020 | 00:52:08,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492.h +26 五月 2020 | 00:52:08,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606MethodDeclarations.h +26 五月 2020 | 00:52:08,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985.h +26 五月 2020 | 00:52:08,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492MethodDeclarations.h +26 五月 2020 | 00:52:08,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726.h +26 五月 2020 | 00:52:08,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985MethodDeclarations.h +26 五月 2020 | 00:52:08,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644.h +26 五月 2020 | 00:52:08,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726MethodDeclarations.h +26 五月 2020 | 00:52:08,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606.h +26 五月 2020 | 00:52:08,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644MethodDeclarations.h +26 五月 2020 | 00:52:08,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502.h +26 五月 2020 | 00:52:08,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606MethodDeclarations.h +26 五月 2020 | 00:52:08,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039.h +26 五月 2020 | 00:52:08,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502MethodDeclarations.h +26 五月 2020 | 00:52:08,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726.h +26 五月 2020 | 00:52:08,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817.h +26 五月 2020 | 00:52:08,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039MethodDeclarations.h +26 五月 2020 | 00:52:08,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726MethodDeclarations.h +26 五月 2020 | 00:52:08,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817MethodDeclarations.h +26 五月 2020 | 00:52:08,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843.h +26 五月 2020 | 00:52:08,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039.h +26 五月 2020 | 00:52:08,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843MethodDeclarations.h +26 五月 2020 | 00:52:08,502 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275.h +26 五月 2020 | 00:52:08,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039MethodDeclarations.h +26 五月 2020 | 00:52:08,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906.h +26 五月 2020 | 00:52:08,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275MethodDeclarations.h +26 五月 2020 | 00:52:08,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843.h +26 五月 2020 | 00:52:08,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906MethodDeclarations.h +26 五月 2020 | 00:52:08,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843MethodDeclarations.h +26 五月 2020 | 00:52:08,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733.h +26 五月 2020 | 00:52:08,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449.h +26 五月 2020 | 00:52:08,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906.h +26 五月 2020 | 00:52:08,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733MethodDeclarations.h +26 五月 2020 | 00:52:08,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449MethodDeclarations.h +26 五月 2020 | 00:52:08,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906MethodDeclarations.h +26 五月 2020 | 00:52:08,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778.h +26 五月 2020 | 00:52:08,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620.h +26 五月 2020 | 00:52:08,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733.h +26 五月 2020 | 00:52:08,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620MethodDeclarations.h +26 五月 2020 | 00:52:08,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778MethodDeclarations.h +26 五月 2020 | 00:52:08,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733MethodDeclarations.h +26 五月 2020 | 00:52:08,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085.h +26 五月 2020 | 00:52:08,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778.h +26 五月 2020 | 00:52:08,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814.h +26 五月 2020 | 00:52:08,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085MethodDeclarations.h +26 五月 2020 | 00:52:08,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778MethodDeclarations.h +26 五月 2020 | 00:52:08,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814MethodDeclarations.h +26 五月 2020 | 00:52:08,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740.h +26 五月 2020 | 00:52:08,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085.h +26 五月 2020 | 00:52:08,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246.h +26 五月 2020 | 00:52:08,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246MethodDeclarations.h +26 五月 2020 | 00:52:08,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085MethodDeclarations.h +26 五月 2020 | 00:52:08,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740MethodDeclarations.h +26 五月 2020 | 00:52:08,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814.h +26 五月 2020 | 00:52:08,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740.h +26 五月 2020 | 00:52:08,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814MethodDeclarations.h +26 五月 2020 | 00:52:08,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115.h +26 五月 2020 | 00:52:08,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740MethodDeclarations.h +26 五月 2020 | 00:52:08,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985.h +26 五月 2020 | 00:52:08,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115MethodDeclarations.h +26 五月 2020 | 00:52:08,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540.h +26 五月 2020 | 00:52:08,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985MethodDeclarations.h +26 五月 2020 | 00:52:08,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115.h +26 五月 2020 | 00:52:08,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540MethodDeclarations.h +26 五月 2020 | 00:52:08,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606.h +26 五月 2020 | 00:52:08,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227.h +26 五月 2020 | 00:52:08,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115MethodDeclarations.h +26 五月 2020 | 00:52:08,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606MethodDeclarations.h +26 五月 2020 | 00:52:08,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540.h +26 五月 2020 | 00:52:08,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227MethodDeclarations.h +26 五月 2020 | 00:52:08,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726.h +26 五月 2020 | 00:52:08,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540MethodDeclarations.h +26 五月 2020 | 00:52:08,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482.h +26 五月 2020 | 00:52:08,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726MethodDeclarations.h +26 五月 2020 | 00:52:08,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227.h +26 五月 2020 | 00:52:08,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482MethodDeclarations.h +26 五月 2020 | 00:52:08,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039.h +26 五月 2020 | 00:52:08,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612.h +26 五月 2020 | 00:52:08,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227MethodDeclarations.h +26 五月 2020 | 00:52:08,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612MethodDeclarations.h +26 五月 2020 | 00:52:08,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039MethodDeclarations.h +26 五月 2020 | 00:52:08,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482.h +26 五月 2020 | 00:52:08,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681.h +26 五月 2020 | 00:52:08,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843.h +26 五月 2020 | 00:52:08,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681MethodDeclarations.h +26 五月 2020 | 00:52:08,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482MethodDeclarations.h +26 五月 2020 | 00:52:08,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843MethodDeclarations.h +26 五月 2020 | 00:52:08,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612.h +26 五月 2020 | 00:52:08,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615.h +26 五月 2020 | 00:52:08,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612MethodDeclarations.h +26 五月 2020 | 00:52:08,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906.h +26 五月 2020 | 00:52:08,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615MethodDeclarations.h +26 五月 2020 | 00:52:08,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681.h +26 五月 2020 | 00:52:08,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906MethodDeclarations.h +26 五月 2020 | 00:52:08,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345.h +26 五月 2020 | 00:52:08,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681MethodDeclarations.h +26 五月 2020 | 00:52:08,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733.h +26 五月 2020 | 00:52:08,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345MethodDeclarations.h +26 五月 2020 | 00:52:08,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733MethodDeclarations.h +26 五月 2020 | 00:52:08,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615.h +26 五月 2020 | 00:52:08,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778.h +26 五月 2020 | 00:52:08,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615MethodDeclarations.h +26 五月 2020 | 00:52:08,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054.h +26 五月 2020 | 00:52:08,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054MethodDeclarations.h +26 五月 2020 | 00:52:08,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345.h +26 五月 2020 | 00:52:08,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778MethodDeclarations.h +26 五月 2020 | 00:52:08,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644.h +26 五月 2020 | 00:52:08,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085.h +26 五月 2020 | 00:52:08,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345MethodDeclarations.h +26 五月 2020 | 00:52:08,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085MethodDeclarations.h +26 五月 2020 | 00:52:08,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644MethodDeclarations.h +26 五月 2020 | 00:52:08,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054.h +26 五月 2020 | 00:52:08,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816.h +26 五月 2020 | 00:52:08,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740.h +26 五月 2020 | 00:52:08,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054MethodDeclarations.h +26 五月 2020 | 00:52:08,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816MethodDeclarations.h +26 五月 2020 | 00:52:08,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740MethodDeclarations.h +26 五月 2020 | 00:52:08,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644.h +26 五月 2020 | 00:52:08,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975.h +26 五月 2020 | 00:52:08,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975MethodDeclarations.h +26 五月 2020 | 00:52:08,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115.h +26 五月 2020 | 00:52:08,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644MethodDeclarations.h +26 五月 2020 | 00:52:08,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072.h +26 五月 2020 | 00:52:08,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816.h +26 五月 2020 | 00:52:08,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115MethodDeclarations.h +26 五月 2020 | 00:52:08,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072MethodDeclarations.h +26 五月 2020 | 00:52:08,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816MethodDeclarations.h +26 五月 2020 | 00:52:08,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540.h +26 五月 2020 | 00:52:08,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975.h +26 五月 2020 | 00:52:08,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925.h +26 五月 2020 | 00:52:08,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540MethodDeclarations.h +26 五月 2020 | 00:52:08,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975MethodDeclarations.h +26 五月 2020 | 00:52:08,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925MethodDeclarations.h +26 五月 2020 | 00:52:08,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227.h +26 五月 2020 | 00:52:08,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072.h +26 五月 2020 | 00:52:08,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072MethodDeclarations.h +26 五月 2020 | 00:52:08,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351.h +26 五月 2020 | 00:52:08,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227MethodDeclarations.h +26 五月 2020 | 00:52:08,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925.h +26 五月 2020 | 00:52:08,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351MethodDeclarations.h +26 五月 2020 | 00:52:08,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482.h +26 五月 2020 | 00:52:08,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925MethodDeclarations.h +26 五月 2020 | 00:52:08,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413.h +26 五月 2020 | 00:52:08,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413MethodDeclarations.h +26 五月 2020 | 00:52:08,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482MethodDeclarations.h +26 五月 2020 | 00:52:08,578 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351.h +26 五月 2020 | 00:52:08,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612.h +26 五月 2020 | 00:52:08,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080.h +26 五月 2020 | 00:52:08,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351MethodDeclarations.h +26 五月 2020 | 00:52:08,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612MethodDeclarations.h +26 五月 2020 | 00:52:08,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681.h +26 五月 2020 | 00:52:08,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080MethodDeclarations.h +26 五月 2020 | 00:52:08,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413.h +26 五月 2020 | 00:52:08,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413MethodDeclarations.h +26 五月 2020 | 00:52:08,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681MethodDeclarations.h +26 五月 2020 | 00:52:08,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080.h +26 五月 2020 | 00:52:08,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924.h +26 五月 2020 | 00:52:08,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615.h +26 五月 2020 | 00:52:08,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924MethodDeclarations.h +26 五月 2020 | 00:52:08,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080MethodDeclarations.h +26 五月 2020 | 00:52:08,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615MethodDeclarations.h +26 五月 2020 | 00:52:08,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817.h +26 五月 2020 | 00:52:08,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924.h +26 五月 2020 | 00:52:08,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345.h +26 五月 2020 | 00:52:08,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817MethodDeclarations.h +26 五月 2020 | 00:52:08,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345MethodDeclarations.h +26 五月 2020 | 00:52:08,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924MethodDeclarations.h +26 五月 2020 | 00:52:08,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982.h +26 五月 2020 | 00:52:08,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054.h +26 五月 2020 | 00:52:08,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817.h +26 五月 2020 | 00:52:08,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054MethodDeclarations.h +26 五月 2020 | 00:52:08,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982MethodDeclarations.h +26 五月 2020 | 00:52:08,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817MethodDeclarations.h +26 五月 2020 | 00:52:08,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644.h +26 五月 2020 | 00:52:08,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787.h +26 五月 2020 | 00:52:08,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982.h +26 五月 2020 | 00:52:08,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644MethodDeclarations.h +26 五月 2020 | 00:52:08,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982MethodDeclarations.h +26 五月 2020 | 00:52:08,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787MethodDeclarations.h +26 五月 2020 | 00:52:08,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816.h +26 五月 2020 | 00:52:08,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816MethodDeclarations.h +26 五月 2020 | 00:52:08,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787.h +26 五月 2020 | 00:52:08,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649.h +26 五月 2020 | 00:52:08,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975.h +26 五月 2020 | 00:52:08,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649MethodDeclarations.h +26 五月 2020 | 00:52:08,608 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787MethodDeclarations.h +26 五月 2020 | 00:52:08,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975MethodDeclarations.h +26 五月 2020 | 00:52:08,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896.h +26 五月 2020 | 00:52:08,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649.h +26 五月 2020 | 00:52:08,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072.h +26 五月 2020 | 00:52:08,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896MethodDeclarations.h +26 五月 2020 | 00:52:08,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072MethodDeclarations.h +26 五月 2020 | 00:52:08,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649MethodDeclarations.h +26 五月 2020 | 00:52:08,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089.h +26 五月 2020 | 00:52:08,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925.h +26 五月 2020 | 00:52:08,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896.h +26 五月 2020 | 00:52:08,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089MethodDeclarations.h +26 五月 2020 | 00:52:08,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925MethodDeclarations.h +26 五月 2020 | 00:52:08,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896MethodDeclarations.h +26 五月 2020 | 00:52:08,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503.h +26 五月 2020 | 00:52:08,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089.h +26 五月 2020 | 00:52:08,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351.h +26 五月 2020 | 00:52:08,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503MethodDeclarations.h +26 五月 2020 | 00:52:08,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089MethodDeclarations.h +26 五月 2020 | 00:52:08,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351MethodDeclarations.h +26 五月 2020 | 00:52:08,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882.h +26 五月 2020 | 00:52:08,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503.h +26 五月 2020 | 00:52:08,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413.h +26 五月 2020 | 00:52:08,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882MethodDeclarations.h +26 五月 2020 | 00:52:08,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413MethodDeclarations.h +26 五月 2020 | 00:52:08,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503MethodDeclarations.h +26 五月 2020 | 00:52:08,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771.h +26 五月 2020 | 00:52:08,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080.h +26 五月 2020 | 00:52:08,624 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882.h +26 五月 2020 | 00:52:08,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771MethodDeclarations.h +26 五月 2020 | 00:52:08,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080MethodDeclarations.h +26 五月 2020 | 00:52:08,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882MethodDeclarations.h +26 五月 2020 | 00:52:08,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446.h +26 五月 2020 | 00:52:08,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446MethodDeclarations.h +26 五月 2020 | 00:52:08,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771.h +26 五月 2020 | 00:52:08,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924.h +26 五月 2020 | 00:52:08,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078.h +26 五月 2020 | 00:52:08,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771MethodDeclarations.h +26 五月 2020 | 00:52:08,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924MethodDeclarations.h +26 五月 2020 | 00:52:08,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446.h +26 五月 2020 | 00:52:08,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078MethodDeclarations.h +26 五月 2020 | 00:52:08,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446MethodDeclarations.h +26 五月 2020 | 00:52:08,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817.h +26 五月 2020 | 00:52:08,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521.h +26 五月 2020 | 00:52:08,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078.h +26 五月 2020 | 00:52:08,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817MethodDeclarations.h +26 五月 2020 | 00:52:08,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521MethodDeclarations.h +26 五月 2020 | 00:52:08,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078MethodDeclarations.h +26 五月 2020 | 00:52:08,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982.h +26 五月 2020 | 00:52:08,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959.h +26 五月 2020 | 00:52:08,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521.h +26 五月 2020 | 00:52:08,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982MethodDeclarations.h +26 五月 2020 | 00:52:08,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959MethodDeclarations.h +26 五月 2020 | 00:52:08,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521MethodDeclarations.h +26 五月 2020 | 00:52:08,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787.h +26 五月 2020 | 00:52:08,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296.h +26 五月 2020 | 00:52:08,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296MethodDeclarations.h +26 五月 2020 | 00:52:08,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959.h +26 五月 2020 | 00:52:08,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787MethodDeclarations.h +26 五月 2020 | 00:52:08,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089.h +26 五月 2020 | 00:52:08,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959MethodDeclarations.h +26 五月 2020 | 00:52:08,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649.h +26 五月 2020 | 00:52:08,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089MethodDeclarations.h +26 五月 2020 | 00:52:08,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296.h +26 五月 2020 | 00:52:08,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649MethodDeclarations.h +26 五月 2020 | 00:52:08,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296MethodDeclarations.h +26 五月 2020 | 00:52:08,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110.h +26 五月 2020 | 00:52:08,645 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896.h +26 五月 2020 | 00:52:08,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089.h +26 五月 2020 | 00:52:08,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110MethodDeclarations.h +26 五月 2020 | 00:52:08,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089MethodDeclarations.h +26 五月 2020 | 00:52:08,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896MethodDeclarations.h +26 五月 2020 | 00:52:08,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539.h +26 五月 2020 | 00:52:08,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089.h +26 五月 2020 | 00:52:08,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110.h +26 五月 2020 | 00:52:08,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539MethodDeclarations.h +26 五月 2020 | 00:52:08,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089MethodDeclarations.h +26 五月 2020 | 00:52:08,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110MethodDeclarations.h +26 五月 2020 | 00:52:08,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066.h +26 五月 2020 | 00:52:08,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503.h +26 五月 2020 | 00:52:08,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539.h +26 五月 2020 | 00:52:08,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066MethodDeclarations.h +26 五月 2020 | 00:52:08,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539MethodDeclarations.h +26 五月 2020 | 00:52:08,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503MethodDeclarations.h +26 五月 2020 | 00:52:08,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612.h +26 五月 2020 | 00:52:08,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066.h +26 五月 2020 | 00:52:08,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612MethodDeclarations.h +26 五月 2020 | 00:52:08,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882.h +26 五月 2020 | 00:52:08,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066MethodDeclarations.h +26 五月 2020 | 00:52:08,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882MethodDeclarations.h +26 五月 2020 | 00:52:08,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013.h +26 五月 2020 | 00:52:08,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771.h +26 五月 2020 | 00:52:08,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612.h +26 五月 2020 | 00:52:08,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013MethodDeclarations.h +26 五月 2020 | 00:52:08,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612MethodDeclarations.h +26 五月 2020 | 00:52:08,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771MethodDeclarations.h +26 五月 2020 | 00:52:08,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522.h +26 五月 2020 | 00:52:08,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446.h +26 五月 2020 | 00:52:08,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013.h +26 五月 2020 | 00:52:08,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522MethodDeclarations.h +26 五月 2020 | 00:52:08,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446MethodDeclarations.h +26 五月 2020 | 00:52:08,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013MethodDeclarations.h +26 五月 2020 | 00:52:08,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078.h +26 五月 2020 | 00:52:08,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101.h +26 五月 2020 | 00:52:08,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522.h +26 五月 2020 | 00:52:08,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101MethodDeclarations.h +26 五月 2020 | 00:52:08,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078MethodDeclarations.h +26 五月 2020 | 00:52:08,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522MethodDeclarations.h +26 五月 2020 | 00:52:08,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655.h +26 五月 2020 | 00:52:08,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521.h +26 五月 2020 | 00:52:08,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101.h +26 五月 2020 | 00:52:08,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655MethodDeclarations.h +26 五月 2020 | 00:52:08,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101MethodDeclarations.h +26 五月 2020 | 00:52:08,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521MethodDeclarations.h +26 五月 2020 | 00:52:08,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325.h +26 五月 2020 | 00:52:08,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655.h +26 五月 2020 | 00:52:08,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959.h +26 五月 2020 | 00:52:08,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325MethodDeclarations.h +26 五月 2020 | 00:52:08,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655MethodDeclarations.h +26 五月 2020 | 00:52:08,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959MethodDeclarations.h +26 五月 2020 | 00:52:08,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207.h +26 五月 2020 | 00:52:08,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325.h +26 五月 2020 | 00:52:08,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296.h +26 五月 2020 | 00:52:08,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207MethodDeclarations.h +26 五月 2020 | 00:52:08,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296MethodDeclarations.h +26 五月 2020 | 00:52:08,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325MethodDeclarations.h +26 五月 2020 | 00:52:08,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095.h +26 五月 2020 | 00:52:08,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089.h +26 五月 2020 | 00:52:08,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207.h +26 五月 2020 | 00:52:08,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095MethodDeclarations.h +26 五月 2020 | 00:52:08,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089MethodDeclarations.h +26 五月 2020 | 00:52:08,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207MethodDeclarations.h +26 五月 2020 | 00:52:08,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320.h +26 五月 2020 | 00:52:08,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095.h +26 五月 2020 | 00:52:08,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110.h +26 五月 2020 | 00:52:08,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320MethodDeclarations.h +26 五月 2020 | 00:52:08,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110MethodDeclarations.h +26 五月 2020 | 00:52:08,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095MethodDeclarations.h +26 五月 2020 | 00:52:08,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890.h +26 五月 2020 | 00:52:08,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539.h +26 五月 2020 | 00:52:08,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320.h +26 五月 2020 | 00:52:08,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539MethodDeclarations.h +26 五月 2020 | 00:52:08,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890MethodDeclarations.h +26 五月 2020 | 00:52:08,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320MethodDeclarations.h +26 五月 2020 | 00:52:08,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066.h +26 五月 2020 | 00:52:08,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668.h +26 五月 2020 | 00:52:08,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890.h +26 五月 2020 | 00:52:08,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668MethodDeclarations.h +26 五月 2020 | 00:52:08,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066MethodDeclarations.h +26 五月 2020 | 00:52:08,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890MethodDeclarations.h +26 五月 2020 | 00:52:08,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599.h +26 五月 2020 | 00:52:08,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612.h +26 五月 2020 | 00:52:08,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599MethodDeclarations.h +26 五月 2020 | 00:52:08,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612MethodDeclarations.h +26 五月 2020 | 00:52:08,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668.h +26 五月 2020 | 00:52:08,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970.h +26 五月 2020 | 00:52:08,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668MethodDeclarations.h +26 五月 2020 | 00:52:08,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013.h +26 五月 2020 | 00:52:08,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970MethodDeclarations.h +26 五月 2020 | 00:52:08,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599.h +26 五月 2020 | 00:52:08,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013MethodDeclarations.h +26 五月 2020 | 00:52:08,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599MethodDeclarations.h +26 五月 2020 | 00:52:08,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136.h +26 五月 2020 | 00:52:08,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136MethodDeclarations.h +26 五月 2020 | 00:52:08,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522.h +26 五月 2020 | 00:52:08,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970.h +26 五月 2020 | 00:52:08,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402.h +26 五月 2020 | 00:52:08,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970MethodDeclarations.h +26 五月 2020 | 00:52:08,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522MethodDeclarations.h +26 五月 2020 | 00:52:08,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402MethodDeclarations.h +26 五月 2020 | 00:52:08,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101.h +26 五月 2020 | 00:52:08,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136.h +26 五月 2020 | 00:52:08,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184.h +26 五月 2020 | 00:52:08,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136MethodDeclarations.h +26 五月 2020 | 00:52:08,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101MethodDeclarations.h +26 五月 2020 | 00:52:08,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184MethodDeclarations.h +26 五月 2020 | 00:52:08,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402.h +26 五月 2020 | 00:52:08,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655.h +26 五月 2020 | 00:52:08,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760.h +26 五月 2020 | 00:52:08,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402MethodDeclarations.h +26 五月 2020 | 00:52:08,714 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655MethodDeclarations.h +26 五月 2020 | 00:52:08,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760MethodDeclarations.h +26 五月 2020 | 00:52:08,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184.h +26 五月 2020 | 00:52:08,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702.h +26 五月 2020 | 00:52:08,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325.h +26 五月 2020 | 00:52:08,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702MethodDeclarations.h +26 五月 2020 | 00:52:08,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184MethodDeclarations.h +26 五月 2020 | 00:52:08,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325MethodDeclarations.h +26 五月 2020 | 00:52:08,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136.h +26 五月 2020 | 00:52:08,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760.h +26 五月 2020 | 00:52:08,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207.h +26 五月 2020 | 00:52:08,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760MethodDeclarations.h +26 五月 2020 | 00:52:08,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136MethodDeclarations.h +26 五月 2020 | 00:52:08,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207MethodDeclarations.h +26 五月 2020 | 00:52:08,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702.h +26 五月 2020 | 00:52:08,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925.h +26 五月 2020 | 00:52:08,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095.h +26 五月 2020 | 00:52:08,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702MethodDeclarations.h +26 五月 2020 | 00:52:08,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925MethodDeclarations.h +26 五月 2020 | 00:52:08,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095MethodDeclarations.h +26 五月 2020 | 00:52:08,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136.h +26 五月 2020 | 00:52:08,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701.h +26 五月 2020 | 00:52:08,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136MethodDeclarations.h +26 五月 2020 | 00:52:08,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320.h +26 五月 2020 | 00:52:08,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701MethodDeclarations.h +26 五月 2020 | 00:52:08,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925.h +26 五月 2020 | 00:52:08,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320MethodDeclarations.h +26 五月 2020 | 00:52:08,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598.h +26 五月 2020 | 00:52:08,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925MethodDeclarations.h +26 五月 2020 | 00:52:08,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598MethodDeclarations.h +26 五月 2020 | 00:52:08,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701.h +26 五月 2020 | 00:52:08,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890.h +26 五月 2020 | 00:52:08,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583.h +26 五月 2020 | 00:52:08,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701MethodDeclarations.h +26 五月 2020 | 00:52:08,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890MethodDeclarations.h +26 五月 2020 | 00:52:08,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583MethodDeclarations.h +26 五月 2020 | 00:52:08,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598.h +26 五月 2020 | 00:52:08,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668.h +26 五月 2020 | 00:52:08,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663.h +26 五月 2020 | 00:52:08,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668MethodDeclarations.h +26 五月 2020 | 00:52:08,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598MethodDeclarations.h +26 五月 2020 | 00:52:08,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599.h +26 五月 2020 | 00:52:08,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663MethodDeclarations.h +26 五月 2020 | 00:52:08,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583.h +26 五月 2020 | 00:52:08,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599MethodDeclarations.h +26 五月 2020 | 00:52:08,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584.h +26 五月 2020 | 00:52:08,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583MethodDeclarations.h +26 五月 2020 | 00:52:08,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970.h +26 五月 2020 | 00:52:08,745 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584MethodDeclarations.h +26 五月 2020 | 00:52:08,745 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663.h +26 五月 2020 | 00:52:08,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970MethodDeclarations.h +26 五月 2020 | 00:52:08,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931.h +26 五月 2020 | 00:52:08,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663MethodDeclarations.h +26 五月 2020 | 00:52:08,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931MethodDeclarations.h +26 五月 2020 | 00:52:08,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136.h +26 五月 2020 | 00:52:08,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136MethodDeclarations.h +26 五月 2020 | 00:52:08,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584.h +26 五月 2020 | 00:52:08,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347.h +26 五月 2020 | 00:52:08,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347MethodDeclarations.h +26 五月 2020 | 00:52:08,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402.h +26 五月 2020 | 00:52:08,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584MethodDeclarations.h +26 五月 2020 | 00:52:08,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339.h +26 五月 2020 | 00:52:08,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402MethodDeclarations.h +26 五月 2020 | 00:52:08,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339MethodDeclarations.h +26 五月 2020 | 00:52:08,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931.h +26 五月 2020 | 00:52:08,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931MethodDeclarations.h +26 五月 2020 | 00:52:08,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184.h +26 五月 2020 | 00:52:08,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139.h +26 五月 2020 | 00:52:08,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139MethodDeclarations.h +26 五月 2020 | 00:52:08,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347.h +26 五月 2020 | 00:52:08,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184MethodDeclarations.h +26 五月 2020 | 00:52:08,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347MethodDeclarations.h +26 五月 2020 | 00:52:08,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036.h +26 五月 2020 | 00:52:08,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760.h +26 五月 2020 | 00:52:08,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339.h +26 五月 2020 | 00:52:08,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036MethodDeclarations.h +26 五月 2020 | 00:52:08,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339MethodDeclarations.h +26 五月 2020 | 00:52:08,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760MethodDeclarations.h +26 五月 2020 | 00:52:08,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702.h +26 五月 2020 | 00:52:08,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139.h +26 五月 2020 | 00:52:08,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139MethodDeclarations.h +26 五月 2020 | 00:52:08,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702MethodDeclarations.h +26 五月 2020 | 00:52:08,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036.h +26 五月 2020 | 00:52:08,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136.h +26 五月 2020 | 00:52:08,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534.h +26 五月 2020 | 00:52:08,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036MethodDeclarations.h +26 五月 2020 | 00:52:08,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534MethodDeclarations.h +26 五月 2020 | 00:52:08,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136MethodDeclarations.h +26 五月 2020 | 00:52:08,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534.h +26 五月 2020 | 00:52:08,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840.h +26 五月 2020 | 00:52:08,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925.h +26 五月 2020 | 00:52:08,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534MethodDeclarations.h +26 五月 2020 | 00:52:08,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840MethodDeclarations.h +26 五月 2020 | 00:52:08,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925MethodDeclarations.h +26 五月 2020 | 00:52:08,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840.h +26 五月 2020 | 00:52:08,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185.h +26 五月 2020 | 00:52:08,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840MethodDeclarations.h +26 五月 2020 | 00:52:08,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701.h +26 五月 2020 | 00:52:08,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185MethodDeclarations.h +26 五月 2020 | 00:52:08,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185.h +26 五月 2020 | 00:52:08,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701MethodDeclarations.h +26 五月 2020 | 00:52:08,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593.h +26 五月 2020 | 00:52:08,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185MethodDeclarations.h +26 五月 2020 | 00:52:08,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598.h +26 五月 2020 | 00:52:08,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593MethodDeclarations.h +26 五月 2020 | 00:52:08,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593.h +26 五月 2020 | 00:52:08,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598MethodDeclarations.h +26 五月 2020 | 00:52:08,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593MethodDeclarations.h +26 五月 2020 | 00:52:08,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204.h +26 五月 2020 | 00:52:08,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583.h +26 五月 2020 | 00:52:08,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204.h +26 五月 2020 | 00:52:08,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204MethodDeclarations.h +26 五月 2020 | 00:52:08,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583MethodDeclarations.h +26 五月 2020 | 00:52:08,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204MethodDeclarations.h +26 五月 2020 | 00:52:08,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663.h +26 五月 2020 | 00:52:08,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137.h +26 五月 2020 | 00:52:08,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137.h +26 五月 2020 | 00:52:08,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137MethodDeclarations.h +26 五月 2020 | 00:52:08,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663MethodDeclarations.h +26 五月 2020 | 00:52:08,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137MethodDeclarations.h +26 五月 2020 | 00:52:08,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584.h +26 五月 2020 | 00:52:08,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645.h +26 五月 2020 | 00:52:08,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645.h +26 五月 2020 | 00:52:08,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584MethodDeclarations.h +26 五月 2020 | 00:52:08,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645MethodDeclarations.h +26 五月 2020 | 00:52:08,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645MethodDeclarations.h +26 五月 2020 | 00:52:08,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597.h +26 五月 2020 | 00:52:08,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931.h +26 五月 2020 | 00:52:08,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597.h +26 五月 2020 | 00:52:08,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931MethodDeclarations.h +26 五月 2020 | 00:52:08,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597MethodDeclarations.h +26 五月 2020 | 00:52:08,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597MethodDeclarations.h +26 五月 2020 | 00:52:08,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347.h +26 五月 2020 | 00:52:08,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363.h +26 五月 2020 | 00:52:08,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347MethodDeclarations.h +26 五月 2020 | 00:52:08,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363.h +26 五月 2020 | 00:52:08,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339.h +26 五月 2020 | 00:52:08,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363MethodDeclarations.h +26 五月 2020 | 00:52:08,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363MethodDeclarations.h +26 五月 2020 | 00:52:08,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339MethodDeclarations.h +26 五月 2020 | 00:52:08,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428.h +26 五月 2020 | 00:52:08,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428.h +26 五月 2020 | 00:52:08,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139.h +26 五月 2020 | 00:52:08,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428MethodDeclarations.h +26 五月 2020 | 00:52:08,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139MethodDeclarations.h +26 五月 2020 | 00:52:08,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428MethodDeclarations.h +26 五月 2020 | 00:52:08,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027.h +26 五月 2020 | 00:52:08,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027.h +26 五月 2020 | 00:52:08,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036MethodDeclarations.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534MethodDeclarations.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027MethodDeclarations.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027MethodDeclarations.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840.h +26 五月 2020 | 00:52:08,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705MethodDeclarations.h +26 五月 2020 | 00:52:08,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840MethodDeclarations.h +26 五月 2020 | 00:52:08,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705MethodDeclarations.h +26 五月 2020 | 00:52:08,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165.h +26 五月 2020 | 00:52:08,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185.h +26 五月 2020 | 00:52:08,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165MethodDeclarations.h +26 五月 2020 | 00:52:08,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185MethodDeclarations.h +26 五月 2020 | 00:52:08,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875.h +26 五月 2020 | 00:52:08,813 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165.h +26 五月 2020 | 00:52:08,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165MethodDeclarations.h +26 五月 2020 | 00:52:08,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593.h +26 五月 2020 | 00:52:08,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593MethodDeclarations.h +26 五月 2020 | 00:52:08,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875.h +26 五月 2020 | 00:52:08,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875MethodDeclarations.h +26 五月 2020 | 00:52:08,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204.h +26 五月 2020 | 00:52:08,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875MethodDeclarations.h +26 五月 2020 | 00:52:08,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194.h +26 五月 2020 | 00:52:08,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204MethodDeclarations.h +26 五月 2020 | 00:52:08,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194.h +26 五月 2020 | 00:52:08,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194MethodDeclarations.h +26 五月 2020 | 00:52:08,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137.h +26 五月 2020 | 00:52:08,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751.h +26 五月 2020 | 00:52:08,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194MethodDeclarations.h +26 五月 2020 | 00:52:08,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751MethodDeclarations.h +26 五月 2020 | 00:52:08,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137MethodDeclarations.h +26 五月 2020 | 00:52:08,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751.h +26 五月 2020 | 00:52:08,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491.h +26 五月 2020 | 00:52:08,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751MethodDeclarations.h +26 五月 2020 | 00:52:08,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645.h +26 五月 2020 | 00:52:08,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491.h +26 五月 2020 | 00:52:08,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491MethodDeclarations.h +26 五月 2020 | 00:52:08,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645MethodDeclarations.h +26 五月 2020 | 00:52:08,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491MethodDeclarations.h +26 五月 2020 | 00:52:08,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597.h +26 五月 2020 | 00:52:08,829 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839.h +26 五月 2020 | 00:52:08,831 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839MethodDeclarations.h +26 五月 2020 | 00:52:08,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597MethodDeclarations.h +26 五月 2020 | 00:52:08,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839.h +26 五月 2020 | 00:52:08,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363.h +26 五月 2020 | 00:52:08,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363MethodDeclarations.h +26 五月 2020 | 00:52:08,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869.h +26 五月 2020 | 00:52:08,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839MethodDeclarations.h +26 五月 2020 | 00:52:08,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869MethodDeclarations.h +26 五月 2020 | 00:52:08,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428.h +26 五月 2020 | 00:52:08,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869.h +26 五月 2020 | 00:52:08,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085.h +26 五月 2020 | 00:52:08,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869MethodDeclarations.h +26 五月 2020 | 00:52:08,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428MethodDeclarations.h +26 五月 2020 | 00:52:08,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085MethodDeclarations.h +26 五月 2020 | 00:52:08,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085.h +26 五月 2020 | 00:52:08,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027.h +26 五月 2020 | 00:52:08,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857.h +26 五月 2020 | 00:52:08,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085MethodDeclarations.h +26 五月 2020 | 00:52:08,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027MethodDeclarations.h +26 五月 2020 | 00:52:08,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857.h +26 五月 2020 | 00:52:08,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857MethodDeclarations.h +26 五月 2020 | 00:52:08,845 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705.h +26 五月 2020 | 00:52:08,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191.h +26 五月 2020 | 00:52:08,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705MethodDeclarations.h +26 五月 2020 | 00:52:08,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857MethodDeclarations.h +26 五月 2020 | 00:52:08,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191MethodDeclarations.h +26 五月 2020 | 00:52:08,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191.h +26 五月 2020 | 00:52:08,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165.h +26 五月 2020 | 00:52:08,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619.h +26 五月 2020 | 00:52:08,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165MethodDeclarations.h +26 五月 2020 | 00:52:08,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191MethodDeclarations.h +26 五月 2020 | 00:52:08,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619MethodDeclarations.h +26 五月 2020 | 00:52:08,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875.h +26 五月 2020 | 00:52:08,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619.h +26 五月 2020 | 00:52:08,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425.h +26 五月 2020 | 00:52:08,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875MethodDeclarations.h +26 五月 2020 | 00:52:08,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619MethodDeclarations.h +26 五月 2020 | 00:52:08,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425MethodDeclarations.h +26 五月 2020 | 00:52:08,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194.h +26 五月 2020 | 00:52:08,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254.h +26 五月 2020 | 00:52:08,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425.h +26 五月 2020 | 00:52:08,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254MethodDeclarations.h +26 五月 2020 | 00:52:08,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194MethodDeclarations.h +26 五月 2020 | 00:52:08,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425MethodDeclarations.h +26 五月 2020 | 00:52:08,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751.h +26 五月 2020 | 00:52:08,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817.h +26 五月 2020 | 00:52:08,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254.h +26 五月 2020 | 00:52:08,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751MethodDeclarations.h +26 五月 2020 | 00:52:08,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254MethodDeclarations.h +26 五月 2020 | 00:52:08,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817MethodDeclarations.h +26 五月 2020 | 00:52:08,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491.h +26 五月 2020 | 00:52:08,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817.h +26 五月 2020 | 00:52:08,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491MethodDeclarations.h +26 五月 2020 | 00:52:08,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299.h +26 五月 2020 | 00:52:08,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817MethodDeclarations.h +26 五月 2020 | 00:52:08,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299MethodDeclarations.h +26 五月 2020 | 00:52:08,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839.h +26 五月 2020 | 00:52:08,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839MethodDeclarations.h +26 五月 2020 | 00:52:08,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299.h +26 五月 2020 | 00:52:08,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434.h +26 五月 2020 | 00:52:08,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869.h +26 五月 2020 | 00:52:08,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299MethodDeclarations.h +26 五月 2020 | 00:52:08,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869MethodDeclarations.h +26 五月 2020 | 00:52:08,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434MethodDeclarations.h +26 五月 2020 | 00:52:08,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434.h +26 五月 2020 | 00:52:08,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085.h +26 五月 2020 | 00:52:08,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729.h +26 五月 2020 | 00:52:08,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434MethodDeclarations.h +26 五月 2020 | 00:52:08,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085MethodDeclarations.h +26 五月 2020 | 00:52:08,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729MethodDeclarations.h +26 五月 2020 | 00:52:08,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777.h +26 五月 2020 | 00:52:08,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729.h +26 五月 2020 | 00:52:08,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857.h +26 五月 2020 | 00:52:08,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777MethodDeclarations.h +26 五月 2020 | 00:52:08,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729MethodDeclarations.h +26 五月 2020 | 00:52:08,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828.h +26 五月 2020 | 00:52:08,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777.h +26 五月 2020 | 00:52:08,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828MethodDeclarations.h +26 五月 2020 | 00:52:08,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777MethodDeclarations.h +26 五月 2020 | 00:52:08,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857MethodDeclarations.h +26 五月 2020 | 00:52:08,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828.h +26 五月 2020 | 00:52:08,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182.h +26 五月 2020 | 00:52:08,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182MethodDeclarations.h +26 五月 2020 | 00:52:08,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828MethodDeclarations.h +26 五月 2020 | 00:52:08,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191.h +26 五月 2020 | 00:52:08,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191MethodDeclarations.h +26 五月 2020 | 00:52:08,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213.h +26 五月 2020 | 00:52:08,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182.h +26 五月 2020 | 00:52:08,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619.h +26 五月 2020 | 00:52:08,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182MethodDeclarations.h +26 五月 2020 | 00:52:08,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213MethodDeclarations.h +26 五月 2020 | 00:52:08,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619MethodDeclarations.h +26 五月 2020 | 00:52:08,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362.h +26 五月 2020 | 00:52:08,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213.h +26 五月 2020 | 00:52:08,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425.h +26 五月 2020 | 00:52:08,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362MethodDeclarations.h +26 五月 2020 | 00:52:08,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425MethodDeclarations.h +26 五月 2020 | 00:52:08,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213MethodDeclarations.h +26 五月 2020 | 00:52:08,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995.h +26 五月 2020 | 00:52:08,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995MethodDeclarations.h +26 五月 2020 | 00:52:08,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254.h +26 五月 2020 | 00:52:08,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362.h +26 五月 2020 | 00:52:08,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254MethodDeclarations.h +26 五月 2020 | 00:52:08,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973.h +26 五月 2020 | 00:52:08,898 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362MethodDeclarations.h +26 五月 2020 | 00:52:08,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817.h +26 五月 2020 | 00:52:08,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973MethodDeclarations.h +26 五月 2020 | 00:52:08,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995.h +26 五月 2020 | 00:52:08,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995MethodDeclarations.h +26 五月 2020 | 00:52:08,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817MethodDeclarations.h +26 五月 2020 | 00:52:08,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425.h +26 五月 2020 | 00:52:08,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973.h +26 五月 2020 | 00:52:08,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299.h +26 五月 2020 | 00:52:08,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425MethodDeclarations.h +26 五月 2020 | 00:52:08,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973MethodDeclarations.h +26 五月 2020 | 00:52:08,905 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299MethodDeclarations.h +26 五月 2020 | 00:52:08,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854.h +26 五月 2020 | 00:52:08,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425.h +26 五月 2020 | 00:52:08,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434.h +26 五月 2020 | 00:52:08,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854MethodDeclarations.h +26 五月 2020 | 00:52:08,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425MethodDeclarations.h +26 五月 2020 | 00:52:08,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003.h +26 五月 2020 | 00:52:08,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434MethodDeclarations.h +26 五月 2020 | 00:52:08,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003MethodDeclarations.h +26 五月 2020 | 00:52:08,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854.h +26 五月 2020 | 00:52:08,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729.h +26 五月 2020 | 00:52:08,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854MethodDeclarations.h +26 五月 2020 | 00:52:08,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453.h +26 五月 2020 | 00:52:08,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729MethodDeclarations.h +26 五月 2020 | 00:52:08,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003.h +26 五月 2020 | 00:52:08,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453MethodDeclarations.h +26 五月 2020 | 00:52:08,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777.h +26 五月 2020 | 00:52:08,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003MethodDeclarations.h +26 五月 2020 | 00:52:08,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777MethodDeclarations.h +26 五月 2020 | 00:52:08,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360.h +26 五月 2020 | 00:52:08,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453.h +26 五月 2020 | 00:52:08,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828.h +26 五月 2020 | 00:52:08,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360MethodDeclarations.h +26 五月 2020 | 00:52:08,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453MethodDeclarations.h +26 五月 2020 | 00:52:08,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828MethodDeclarations.h +26 五月 2020 | 00:52:08,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427.h +26 五月 2020 | 00:52:08,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360.h +26 五月 2020 | 00:52:08,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427MethodDeclarations.h +26 五月 2020 | 00:52:08,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182.h +26 五月 2020 | 00:52:08,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360MethodDeclarations.h +26 五月 2020 | 00:52:08,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182MethodDeclarations.h +26 五月 2020 | 00:52:08,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290.h +26 五月 2020 | 00:52:08,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290MethodDeclarations.h +26 五月 2020 | 00:52:08,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427.h +26 五月 2020 | 00:52:08,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213.h +26 五月 2020 | 00:52:08,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427MethodDeclarations.h +26 五月 2020 | 00:52:08,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079.h +26 五月 2020 | 00:52:08,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290.h +26 五月 2020 | 00:52:08,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213MethodDeclarations.h +26 五月 2020 | 00:52:08,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079MethodDeclarations.h +26 五月 2020 | 00:52:08,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290MethodDeclarations.h +26 五月 2020 | 00:52:08,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863.h +26 五月 2020 | 00:52:08,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362.h +26 五月 2020 | 00:52:08,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079.h +26 五月 2020 | 00:52:08,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863MethodDeclarations.h +26 五月 2020 | 00:52:08,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362MethodDeclarations.h +26 五月 2020 | 00:52:08,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079MethodDeclarations.h +26 五月 2020 | 00:52:08,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995.h +26 五月 2020 | 00:52:08,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774.h +26 五月 2020 | 00:52:08,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995MethodDeclarations.h +26 五月 2020 | 00:52:08,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863.h +26 五月 2020 | 00:52:08,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774MethodDeclarations.h +26 五月 2020 | 00:52:08,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973.h +26 五月 2020 | 00:52:08,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863MethodDeclarations.h +26 五月 2020 | 00:52:08,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457.h +26 五月 2020 | 00:52:08,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973MethodDeclarations.h +26 五月 2020 | 00:52:08,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774.h +26 五月 2020 | 00:52:08,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457MethodDeclarations.h +26 五月 2020 | 00:52:08,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425.h +26 五月 2020 | 00:52:08,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774MethodDeclarations.h +26 五月 2020 | 00:52:08,942 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353.h +26 五月 2020 | 00:52:08,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425MethodDeclarations.h +26 五月 2020 | 00:52:08,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457.h +26 五月 2020 | 00:52:08,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353MethodDeclarations.h +26 五月 2020 | 00:52:08,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790.h +26 五月 2020 | 00:52:08,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854.h +26 五月 2020 | 00:52:08,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457MethodDeclarations.h +26 五月 2020 | 00:52:08,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854MethodDeclarations.h +26 五月 2020 | 00:52:08,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353.h +26 五月 2020 | 00:52:08,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790MethodDeclarations.h +26 五月 2020 | 00:52:08,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003.h +26 五月 2020 | 00:52:08,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353MethodDeclarations.h +26 五月 2020 | 00:52:08,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902.h +26 五月 2020 | 00:52:08,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003MethodDeclarations.h +26 五月 2020 | 00:52:08,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790.h +26 五月 2020 | 00:52:08,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902MethodDeclarations.h +26 五月 2020 | 00:52:08,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453.h +26 五月 2020 | 00:52:08,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790MethodDeclarations.h +26 五月 2020 | 00:52:08,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261.h +26 五月 2020 | 00:52:08,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453MethodDeclarations.h +26 五月 2020 | 00:52:08,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902.h +26 五月 2020 | 00:52:08,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360.h +26 五月 2020 | 00:52:08,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261MethodDeclarations.h +26 五月 2020 | 00:52:08,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902MethodDeclarations.h +26 五月 2020 | 00:52:08,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360MethodDeclarations.h +26 五月 2020 | 00:52:08,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331.h +26 五月 2020 | 00:52:08,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261.h +26 五月 2020 | 00:52:08,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261MethodDeclarations.h +26 五月 2020 | 00:52:08,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331MethodDeclarations.h +26 五月 2020 | 00:52:08,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427.h +26 五月 2020 | 00:52:08,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331.h +26 五月 2020 | 00:52:08,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397.h +26 五月 2020 | 00:52:08,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427MethodDeclarations.h +26 五月 2020 | 00:52:08,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331MethodDeclarations.h +26 五月 2020 | 00:52:08,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397MethodDeclarations.h +26 五月 2020 | 00:52:08,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290.h +26 五月 2020 | 00:52:08,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397.h +26 五月 2020 | 00:52:08,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710.h +26 五月 2020 | 00:52:08,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290MethodDeclarations.h +26 五月 2020 | 00:52:08,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397MethodDeclarations.h +26 五月 2020 | 00:52:08,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710MethodDeclarations.h +26 五月 2020 | 00:52:08,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079.h +26 五月 2020 | 00:52:08,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749.h +26 五月 2020 | 00:52:08,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710.h +26 五月 2020 | 00:52:08,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079MethodDeclarations.h +26 五月 2020 | 00:52:08,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863.h +26 五月 2020 | 00:52:08,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710MethodDeclarations.h +26 五月 2020 | 00:52:08,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749MethodDeclarations.h +26 五月 2020 | 00:52:08,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503.h +26 五月 2020 | 00:52:08,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749.h +26 五月 2020 | 00:52:08,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863MethodDeclarations.h +26 五月 2020 | 00:52:08,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503MethodDeclarations.h +26 五月 2020 | 00:52:08,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749MethodDeclarations.h +26 五月 2020 | 00:52:08,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774.h +26 五月 2020 | 00:52:08,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110.h +26 五月 2020 | 00:52:08,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503.h +26 五月 2020 | 00:52:08,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774MethodDeclarations.h +26 五月 2020 | 00:52:08,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110MethodDeclarations.h +26 五月 2020 | 00:52:08,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503MethodDeclarations.h +26 五月 2020 | 00:52:08,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457.h +26 五月 2020 | 00:52:08,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110.h +26 五月 2020 | 00:52:08,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854.h +26 五月 2020 | 00:52:08,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457MethodDeclarations.h +26 五月 2020 | 00:52:08,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110MethodDeclarations.h +26 五月 2020 | 00:52:08,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854MethodDeclarations.h +26 五月 2020 | 00:52:08,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353.h +26 五月 2020 | 00:52:08,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854.h +26 五月 2020 | 00:52:08,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081.h +26 五月 2020 | 00:52:08,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353MethodDeclarations.h +26 五月 2020 | 00:52:08,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854MethodDeclarations.h +26 五月 2020 | 00:52:08,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790.h +26 五月 2020 | 00:52:08,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081MethodDeclarations.h +26 五月 2020 | 00:52:08,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081.h +26 五月 2020 | 00:52:08,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790MethodDeclarations.h +26 五月 2020 | 00:52:08,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029.h +26 五月 2020 | 00:52:08,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029MethodDeclarations.h +26 五月 2020 | 00:52:08,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902.h +26 五月 2020 | 00:52:08,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081MethodDeclarations.h +26 五月 2020 | 00:52:08,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902MethodDeclarations.h +26 五月 2020 | 00:52:08,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029.h +26 五月 2020 | 00:52:08,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784.h +26 五月 2020 | 00:52:08,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029MethodDeclarations.h +26 五月 2020 | 00:52:08,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261.h +26 五月 2020 | 00:52:08,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784MethodDeclarations.h +26 五月 2020 | 00:52:08,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261MethodDeclarations.h +26 五月 2020 | 00:52:08,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784.h +26 五月 2020 | 00:52:08,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331.h +26 五月 2020 | 00:52:08,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240.h +26 五月 2020 | 00:52:08,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784MethodDeclarations.h +26 五月 2020 | 00:52:08,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240MethodDeclarations.h +26 五月 2020 | 00:52:09,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331MethodDeclarations.h +26 五月 2020 | 00:52:09,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240.h +26 五月 2020 | 00:52:09,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397.h +26 五月 2020 | 00:52:09,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834.h +26 五月 2020 | 00:52:09,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240MethodDeclarations.h +26 五月 2020 | 00:52:09,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834MethodDeclarations.h +26 五月 2020 | 00:52:09,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397MethodDeclarations.h +26 五月 2020 | 00:52:09,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834.h +26 五月 2020 | 00:52:09,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079.h +26 五月 2020 | 00:52:09,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710.h +26 五月 2020 | 00:52:09,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834MethodDeclarations.h +26 五月 2020 | 00:52:09,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079MethodDeclarations.h +26 五月 2020 | 00:52:09,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085.h +26 五月 2020 | 00:52:09,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710MethodDeclarations.h +26 五月 2020 | 00:52:09,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079.h +26 五月 2020 | 00:52:09,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079MethodDeclarations.h +26 五月 2020 | 00:52:09,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085MethodDeclarations.h +26 五月 2020 | 00:52:09,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528.h +26 五月 2020 | 00:52:09,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528MethodDeclarations.h +26 五月 2020 | 00:52:09,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749.h +26 五月 2020 | 00:52:09,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749MethodDeclarations.h +26 五月 2020 | 00:52:09,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503.h +26 五月 2020 | 00:52:09,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503MethodDeclarations.h +26 五月 2020 | 00:52:09,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045.h +26 五月 2020 | 00:52:09,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085.h +26 五月 2020 | 00:52:09,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110.h +26 五月 2020 | 00:52:09,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085MethodDeclarations.h +26 五月 2020 | 00:52:09,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045MethodDeclarations.h +26 五月 2020 | 00:52:09,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110MethodDeclarations.h +26 五月 2020 | 00:52:09,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528.h +26 五月 2020 | 00:52:09,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067.h +26 五月 2020 | 00:52:09,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067MethodDeclarations.h +26 五月 2020 | 00:52:09,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528MethodDeclarations.h +26 五月 2020 | 00:52:09,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854.h +26 五月 2020 | 00:52:09,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138.h +26 五月 2020 | 00:52:09,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045.h +26 五月 2020 | 00:52:09,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854MethodDeclarations.h +26 五月 2020 | 00:52:09,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138MethodDeclarations.h +26 五月 2020 | 00:52:09,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045MethodDeclarations.h +26 五月 2020 | 00:52:09,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081.h +26 五月 2020 | 00:52:09,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378.h +26 五月 2020 | 00:52:09,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067.h +26 五月 2020 | 00:52:09,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081MethodDeclarations.h +26 五月 2020 | 00:52:09,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067MethodDeclarations.h +26 五月 2020 | 00:52:09,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378MethodDeclarations.h +26 五月 2020 | 00:52:09,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218.h +26 五月 2020 | 00:52:09,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218MethodDeclarations.h +26 五月 2020 | 00:52:09,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029.h +26 五月 2020 | 00:52:09,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138.h +26 五月 2020 | 00:52:09,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029MethodDeclarations.h +26 五月 2020 | 00:52:09,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366.h +26 五月 2020 | 00:52:09,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138MethodDeclarations.h +26 五月 2020 | 00:52:09,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784.h +26 五月 2020 | 00:52:09,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366MethodDeclarations.h +26 五月 2020 | 00:52:09,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378.h +26 五月 2020 | 00:52:09,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784MethodDeclarations.h +26 五月 2020 | 00:52:09,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879.h +26 五月 2020 | 00:52:09,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378MethodDeclarations.h +26 五月 2020 | 00:52:09,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879MethodDeclarations.h +26 五月 2020 | 00:52:09,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240.h +26 五月 2020 | 00:52:09,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218.h +26 五月 2020 | 00:52:09,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862.h +26 五月 2020 | 00:52:09,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240MethodDeclarations.h +26 五月 2020 | 00:52:09,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862MethodDeclarations.h +26 五月 2020 | 00:52:09,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218MethodDeclarations.h +26 五月 2020 | 00:52:09,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834.h +26 五月 2020 | 00:52:09,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366.h +26 五月 2020 | 00:52:09,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693.h +26 五月 2020 | 00:52:09,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834MethodDeclarations.h +26 五月 2020 | 00:52:09,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366MethodDeclarations.h +26 五月 2020 | 00:52:09,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693MethodDeclarations.h +26 五月 2020 | 00:52:09,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079.h +26 五月 2020 | 00:52:09,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879.h +26 五月 2020 | 00:52:09,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501.h +26 五月 2020 | 00:52:09,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079MethodDeclarations.h +26 五月 2020 | 00:52:09,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879MethodDeclarations.h +26 五月 2020 | 00:52:09,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501MethodDeclarations.h +26 五月 2020 | 00:52:09,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085.h +26 五月 2020 | 00:52:09,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862.h +26 五月 2020 | 00:52:09,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829.h +26 五月 2020 | 00:52:09,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085MethodDeclarations.h +26 五月 2020 | 00:52:09,056 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862MethodDeclarations.h +26 五月 2020 | 00:52:09,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829MethodDeclarations.h +26 五月 2020 | 00:52:09,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528.h +26 五月 2020 | 00:52:09,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167.h +26 五月 2020 | 00:52:09,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693.h +26 五月 2020 | 00:52:09,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528MethodDeclarations.h +26 五月 2020 | 00:52:09,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167MethodDeclarations.h +26 五月 2020 | 00:52:09,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693MethodDeclarations.h +26 五月 2020 | 00:52:09,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045.h +26 五月 2020 | 00:52:09,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453.h +26 五月 2020 | 00:52:09,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501.h +26 五月 2020 | 00:52:09,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045MethodDeclarations.h +26 五月 2020 | 00:52:09,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501MethodDeclarations.h +26 五月 2020 | 00:52:09,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453MethodDeclarations.h +26 五月 2020 | 00:52:09,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067.h +26 五月 2020 | 00:52:09,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829.h +26 五月 2020 | 00:52:09,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067MethodDeclarations.h +26 五月 2020 | 00:52:09,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984.h +26 五月 2020 | 00:52:09,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829MethodDeclarations.h +26 五月 2020 | 00:52:09,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138.h +26 五月 2020 | 00:52:09,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984MethodDeclarations.h +26 五月 2020 | 00:52:09,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167.h +26 五月 2020 | 00:52:09,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138MethodDeclarations.h +26 五月 2020 | 00:52:09,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167MethodDeclarations.h +26 五月 2020 | 00:52:09,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082.h +26 五月 2020 | 00:52:09,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453.h +26 五月 2020 | 00:52:09,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378.h +26 五月 2020 | 00:52:09,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082MethodDeclarations.h +26 五月 2020 | 00:52:09,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453MethodDeclarations.h +26 五月 2020 | 00:52:09,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720.h +26 五月 2020 | 00:52:09,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984.h +26 五月 2020 | 00:52:09,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378MethodDeclarations.h +26 五月 2020 | 00:52:09,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720MethodDeclarations.h +26 五月 2020 | 00:52:09,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218.h +26 五月 2020 | 00:52:09,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984MethodDeclarations.h +26 五月 2020 | 00:52:09,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349.h +26 五月 2020 | 00:52:09,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218MethodDeclarations.h +26 五月 2020 | 00:52:09,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349MethodDeclarations.h +26 五月 2020 | 00:52:09,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082.h +26 五月 2020 | 00:52:09,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366.h +26 五月 2020 | 00:52:09,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334.h +26 五月 2020 | 00:52:09,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082MethodDeclarations.h +26 五月 2020 | 00:52:09,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366MethodDeclarations.h +26 五月 2020 | 00:52:09,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334MethodDeclarations.h +26 五月 2020 | 00:52:09,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720.h +26 五月 2020 | 00:52:09,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879.h +26 五月 2020 | 00:52:09,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720MethodDeclarations.h +26 五月 2020 | 00:52:09,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740.h +26 五月 2020 | 00:52:09,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879MethodDeclarations.h +26 五月 2020 | 00:52:09,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349.h +26 五月 2020 | 00:52:09,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740MethodDeclarations.h +26 五月 2020 | 00:52:09,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862.h +26 五月 2020 | 00:52:09,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349MethodDeclarations.h +26 五月 2020 | 00:52:09,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769.h +26 五月 2020 | 00:52:09,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334.h +26 五月 2020 | 00:52:09,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862MethodDeclarations.h +26 五月 2020 | 00:52:09,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769MethodDeclarations.h +26 五月 2020 | 00:52:09,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334MethodDeclarations.h +26 五月 2020 | 00:52:09,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693.h +26 五月 2020 | 00:52:09,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142.h +26 五月 2020 | 00:52:09,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740.h +26 五月 2020 | 00:52:09,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693MethodDeclarations.h +26 五月 2020 | 00:52:09,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142MethodDeclarations.h +26 五月 2020 | 00:52:09,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740MethodDeclarations.h +26 五月 2020 | 00:52:09,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501.h +26 五月 2020 | 00:52:09,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169.h +26 五月 2020 | 00:52:09,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769.h +26 五月 2020 | 00:52:09,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501MethodDeclarations.h +26 五月 2020 | 00:52:09,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169MethodDeclarations.h +26 五月 2020 | 00:52:09,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769MethodDeclarations.h +26 五月 2020 | 00:52:09,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829.h +26 五月 2020 | 00:52:09,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276.h +26 五月 2020 | 00:52:09,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276MethodDeclarations.h +26 五月 2020 | 00:52:09,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142.h +26 五月 2020 | 00:52:09,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829MethodDeclarations.h +26 五月 2020 | 00:52:09,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167.h +26 五月 2020 | 00:52:09,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834.h +26 五月 2020 | 00:52:09,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142MethodDeclarations.h +26 五月 2020 | 00:52:09,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167MethodDeclarations.h +26 五月 2020 | 00:52:09,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834MethodDeclarations.h +26 五月 2020 | 00:52:09,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169.h +26 五月 2020 | 00:52:09,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453.h +26 五月 2020 | 00:52:09,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417.h +26 五月 2020 | 00:52:09,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169MethodDeclarations.h +26 五月 2020 | 00:52:09,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453MethodDeclarations.h +26 五月 2020 | 00:52:09,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417MethodDeclarations.h +26 五月 2020 | 00:52:09,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276.h +26 五月 2020 | 00:52:09,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984.h +26 五月 2020 | 00:52:09,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276MethodDeclarations.h +26 五月 2020 | 00:52:09,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897.h +26 五月 2020 | 00:52:09,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984MethodDeclarations.h +26 五月 2020 | 00:52:09,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897MethodDeclarations.h +26 五月 2020 | 00:52:09,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834.h +26 五月 2020 | 00:52:09,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082.h +26 五月 2020 | 00:52:09,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001.h +26 五月 2020 | 00:52:09,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834MethodDeclarations.h +26 五月 2020 | 00:52:09,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001MethodDeclarations.h +26 五月 2020 | 00:52:09,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082MethodDeclarations.h +26 五月 2020 | 00:52:09,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417.h +26 五月 2020 | 00:52:09,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352.h +26 五月 2020 | 00:52:09,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352MethodDeclarations.h +26 五月 2020 | 00:52:09,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720.h +26 五月 2020 | 00:52:09,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417MethodDeclarations.h +26 五月 2020 | 00:52:09,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720MethodDeclarations.h +26 五月 2020 | 00:52:09,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045.h +26 五月 2020 | 00:52:09,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897.h +26 五月 2020 | 00:52:09,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349.h +26 五月 2020 | 00:52:09,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045MethodDeclarations.h +26 五月 2020 | 00:52:09,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897MethodDeclarations.h +26 五月 2020 | 00:52:09,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349MethodDeclarations.h +26 五月 2020 | 00:52:09,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001.h +26 五月 2020 | 00:52:09,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183.h +26 五月 2020 | 00:52:09,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001MethodDeclarations.h +26 五月 2020 | 00:52:09,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334.h +26 五月 2020 | 00:52:09,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183MethodDeclarations.h +26 五月 2020 | 00:52:09,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352.h +26 五月 2020 | 00:52:09,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334MethodDeclarations.h +26 五月 2020 | 00:52:09,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352MethodDeclarations.h +26 五月 2020 | 00:52:09,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398.h +26 五月 2020 | 00:52:09,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740.h +26 五月 2020 | 00:52:09,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398MethodDeclarations.h +26 五月 2020 | 00:52:09,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045.h +26 五月 2020 | 00:52:09,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740MethodDeclarations.h +26 五月 2020 | 00:52:09,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712.h +26 五月 2020 | 00:52:09,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045MethodDeclarations.h +26 五月 2020 | 00:52:09,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712MethodDeclarations.h +26 五月 2020 | 00:52:09,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769.h +26 五月 2020 | 00:52:09,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183.h +26 五月 2020 | 00:52:09,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678.h +26 五月 2020 | 00:52:09,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769MethodDeclarations.h +26 五月 2020 | 00:52:09,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183MethodDeclarations.h +26 五月 2020 | 00:52:09,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142.h +26 五月 2020 | 00:52:09,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398.h +26 五月 2020 | 00:52:09,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678MethodDeclarations.h +26 五月 2020 | 00:52:09,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398MethodDeclarations.h +26 五月 2020 | 00:52:09,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712.h +26 五月 2020 | 00:52:09,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142MethodDeclarations.h +26 五月 2020 | 00:52:09,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943.h +26 五月 2020 | 00:52:09,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712MethodDeclarations.h +26 五月 2020 | 00:52:09,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169.h +26 五月 2020 | 00:52:09,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943MethodDeclarations.h +26 五月 2020 | 00:52:09,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678.h +26 五月 2020 | 00:52:09,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169MethodDeclarations.h +26 五月 2020 | 00:52:09,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925.h +26 五月 2020 | 00:52:09,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276.h +26 五月 2020 | 00:52:09,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276MethodDeclarations.h +26 五月 2020 | 00:52:09,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925MethodDeclarations.h +26 五月 2020 | 00:52:09,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678MethodDeclarations.h +26 五月 2020 | 00:52:09,274 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834.h +26 五月 2020 | 00:52:09,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953.h +26 五月 2020 | 00:52:09,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834MethodDeclarations.h +26 五月 2020 | 00:52:09,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943.h +26 五月 2020 | 00:52:09,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953MethodDeclarations.h +26 五月 2020 | 00:52:09,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417.h +26 五月 2020 | 00:52:09,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943MethodDeclarations.h +26 五月 2020 | 00:52:09,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664.h +26 五月 2020 | 00:52:09,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417MethodDeclarations.h +26 五月 2020 | 00:52:09,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925.h +26 五月 2020 | 00:52:09,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664MethodDeclarations.h +26 五月 2020 | 00:52:09,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897.h +26 五月 2020 | 00:52:09,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925MethodDeclarations.h +26 五月 2020 | 00:52:09,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445.h +26 五月 2020 | 00:52:09,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897MethodDeclarations.h +26 五月 2020 | 00:52:09,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953.h +26 五月 2020 | 00:52:09,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538MethodDeclarations.h +26 五月 2020 | 00:52:09,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942.h +26 五月 2020 | 00:52:09,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401MethodDeclarations.h +26 五月 2020 | 00:52:09,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349.h +26 五月 2020 | 00:52:09,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881MethodDeclarations.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808MethodDeclarations.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665MethodDeclarations.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885MethodDeclarations.h +26 五月 2020 | 00:52:09,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808MethodDeclarations.h +26 五月 2020 | 00:52:09,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647.h +26 五月 2020 | 00:52:09,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647MethodDeclarations.h +26 五月 2020 | 00:52:09,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349MethodDeclarations.h +26 五月 2020 | 00:52:09,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665.h +26 五月 2020 | 00:52:09,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395.h +26 五月 2020 | 00:52:09,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462.h +26 五月 2020 | 00:52:09,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665MethodDeclarations.h +26 五月 2020 | 00:52:09,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395MethodDeclarations.h +26 五月 2020 | 00:52:09,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462MethodDeclarations.h +26 五月 2020 | 00:52:09,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607.h +26 五月 2020 | 00:52:09,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885.h +26 五月 2020 | 00:52:09,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264.h +26 五月 2020 | 00:52:09,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607MethodDeclarations.h +26 五月 2020 | 00:52:09,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885MethodDeclarations.h +26 五月 2020 | 00:52:09,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264MethodDeclarations.h +26 五月 2020 | 00:52:09,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647.h +26 五月 2020 | 00:52:09,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538.h +26 五月 2020 | 00:52:09,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328.h +26 五月 2020 | 00:52:09,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647MethodDeclarations.h +26 五月 2020 | 00:52:09,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328MethodDeclarations.h +26 五月 2020 | 00:52:09,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538MethodDeclarations.h +26 五月 2020 | 00:52:09,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462.h +26 五月 2020 | 00:52:09,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961.h +26 五月 2020 | 00:52:09,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942.h +26 五月 2020 | 00:52:09,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462MethodDeclarations.h +26 五月 2020 | 00:52:09,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942MethodDeclarations.h +26 五月 2020 | 00:52:09,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961MethodDeclarations.h +26 五月 2020 | 00:52:09,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264.h +26 五月 2020 | 00:52:09,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627.h +26 五月 2020 | 00:52:09,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328.h +26 五月 2020 | 00:52:09,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264MethodDeclarations.h +26 五月 2020 | 00:52:09,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627MethodDeclarations.h +26 五月 2020 | 00:52:09,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328MethodDeclarations.h +26 五月 2020 | 00:52:09,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328.h +26 五月 2020 | 00:52:09,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404.h +26 五月 2020 | 00:52:09,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588.h +26 五月 2020 | 00:52:09,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328MethodDeclarations.h +26 五月 2020 | 00:52:09,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404MethodDeclarations.h +26 五月 2020 | 00:52:09,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588MethodDeclarations.h +26 五月 2020 | 00:52:09,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961.h +26 五月 2020 | 00:52:09,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374.h +26 五月 2020 | 00:52:09,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873.h +26 五月 2020 | 00:52:09,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961MethodDeclarations.h +26 五月 2020 | 00:52:09,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374MethodDeclarations.h +26 五月 2020 | 00:52:09,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873MethodDeclarations.h +26 五月 2020 | 00:52:09,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579.h +26 五月 2020 | 00:52:09,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328.h +26 五月 2020 | 00:52:09,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579MethodDeclarations.h +26 五月 2020 | 00:52:09,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401.h +26 五月 2020 | 00:52:09,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328MethodDeclarations.h +26 五月 2020 | 00:52:09,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401MethodDeclarations.h +26 五月 2020 | 00:52:09,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588.h +26 五月 2020 | 00:52:09,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849.h +26 五月 2020 | 00:52:09,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881.h +26 五月 2020 | 00:52:09,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881MethodDeclarations.h +26 五月 2020 | 00:52:09,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588MethodDeclarations.h +26 五月 2020 | 00:52:09,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849MethodDeclarations.h +26 五月 2020 | 00:52:09,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374.h +26 五月 2020 | 00:52:09,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883.h +26 五月 2020 | 00:52:09,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808.h +26 五月 2020 | 00:52:09,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374MethodDeclarations.h +26 五月 2020 | 00:52:09,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808MethodDeclarations.h +26 五月 2020 | 00:52:09,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883MethodDeclarations.h +26 五月 2020 | 00:52:09,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665.h +26 五月 2020 | 00:52:09,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503.h +26 五月 2020 | 00:52:09,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579.h +26 五月 2020 | 00:52:09,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665MethodDeclarations.h +26 五月 2020 | 00:52:09,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579MethodDeclarations.h +26 五月 2020 | 00:52:09,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503MethodDeclarations.h +26 五月 2020 | 00:52:09,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885.h +26 五月 2020 | 00:52:09,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691.h +26 五月 2020 | 00:52:09,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849.h +26 五月 2020 | 00:52:09,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691MethodDeclarations.h +26 五月 2020 | 00:52:09,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885MethodDeclarations.h +26 五月 2020 | 00:52:09,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849MethodDeclarations.h +26 五月 2020 | 00:52:09,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647.h +26 五月 2020 | 00:52:09,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908.h +26 五月 2020 | 00:52:09,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883.h +26 五月 2020 | 00:52:09,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647MethodDeclarations.h +26 五月 2020 | 00:52:09,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908MethodDeclarations.h +26 五月 2020 | 00:52:09,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883MethodDeclarations.h +26 五月 2020 | 00:52:09,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462.h +26 五月 2020 | 00:52:09,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000.h +26 五月 2020 | 00:52:09,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503.h +26 五月 2020 | 00:52:09,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462MethodDeclarations.h +26 五月 2020 | 00:52:09,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000MethodDeclarations.h +26 五月 2020 | 00:52:09,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503MethodDeclarations.h +26 五月 2020 | 00:52:09,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264.h +26 五月 2020 | 00:52:09,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691.h +26 五月 2020 | 00:52:09,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529.h +26 五月 2020 | 00:52:09,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691MethodDeclarations.h +26 五月 2020 | 00:52:09,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264MethodDeclarations.h +26 五月 2020 | 00:52:09,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529MethodDeclarations.h +26 五月 2020 | 00:52:09,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908.h +26 五月 2020 | 00:52:09,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328.h +26 五月 2020 | 00:52:09,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908MethodDeclarations.h +26 五月 2020 | 00:52:09,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310.h +26 五月 2020 | 00:52:09,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328MethodDeclarations.h +26 五月 2020 | 00:52:09,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310MethodDeclarations.h +26 五月 2020 | 00:52:09,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000.h +26 五月 2020 | 00:52:09,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961.h +26 五月 2020 | 00:52:09,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000MethodDeclarations.h +26 五月 2020 | 00:52:09,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562.h +26 五月 2020 | 00:52:09,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961MethodDeclarations.h +26 五月 2020 | 00:52:09,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529.h +26 五月 2020 | 00:52:09,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562MethodDeclarations.h +26 五月 2020 | 00:52:09,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328.h +26 五月 2020 | 00:52:09,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529MethodDeclarations.h +26 五月 2020 | 00:52:09,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058.h +26 五月 2020 | 00:52:09,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328MethodDeclarations.h +26 五月 2020 | 00:52:09,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058MethodDeclarations.h +26 五月 2020 | 00:52:09,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310.h +26 五月 2020 | 00:52:09,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588.h +26 五月 2020 | 00:52:09,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310MethodDeclarations.h +26 五月 2020 | 00:52:09,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588MethodDeclarations.h +26 五月 2020 | 00:52:09,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739.h +26 五月 2020 | 00:52:09,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562.h +26 五月 2020 | 00:52:09,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374.h +26 五月 2020 | 00:52:09,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739MethodDeclarations.h +26 五月 2020 | 00:52:09,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374MethodDeclarations.h +26 五月 2020 | 00:52:09,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562MethodDeclarations.h +26 五月 2020 | 00:52:09,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484.h +26 五月 2020 | 00:52:09,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058.h +26 五月 2020 | 00:52:09,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579.h +26 五月 2020 | 00:52:09,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484MethodDeclarations.h +26 五月 2020 | 00:52:09,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058MethodDeclarations.h +26 五月 2020 | 00:52:09,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579MethodDeclarations.h +26 五月 2020 | 00:52:09,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516.h +26 五月 2020 | 00:52:09,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739.h +26 五月 2020 | 00:52:09,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849.h +26 五月 2020 | 00:52:09,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516MethodDeclarations.h +26 五月 2020 | 00:52:09,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739MethodDeclarations.h +26 五月 2020 | 00:52:09,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849MethodDeclarations.h +26 五月 2020 | 00:52:09,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660.h +26 五月 2020 | 00:52:09,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484.h +26 五月 2020 | 00:52:09,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883.h +26 五月 2020 | 00:52:09,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660MethodDeclarations.h +26 五月 2020 | 00:52:09,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484MethodDeclarations.h +26 五月 2020 | 00:52:09,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883MethodDeclarations.h +26 五月 2020 | 00:52:09,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516.h +26 五月 2020 | 00:52:09,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940.h +26 五月 2020 | 00:52:09,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503.h +26 五月 2020 | 00:52:09,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516MethodDeclarations.h +26 五月 2020 | 00:52:09,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503MethodDeclarations.h +26 五月 2020 | 00:52:09,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660.h +26 五月 2020 | 00:52:09,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691.h +26 五月 2020 | 00:52:09,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691MethodDeclarations.h +26 五月 2020 | 00:52:09,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660MethodDeclarations.h +26 五月 2020 | 00:52:09,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940MethodDeclarations.h +26 五月 2020 | 00:52:09,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908.h +26 五月 2020 | 00:52:09,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940.h +26 五月 2020 | 00:52:09,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107.h +26 五月 2020 | 00:52:09,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908MethodDeclarations.h +26 五月 2020 | 00:52:09,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940MethodDeclarations.h +26 五月 2020 | 00:52:09,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000.h +26 五月 2020 | 00:52:09,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107MethodDeclarations.h +26 五月 2020 | 00:52:09,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107.h +26 五月 2020 | 00:52:09,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000MethodDeclarations.h +26 五月 2020 | 00:52:09,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508.h +26 五月 2020 | 00:52:09,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508MethodDeclarations.h +26 五月 2020 | 00:52:09,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529.h +26 五月 2020 | 00:52:09,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107MethodDeclarations.h +26 五月 2020 | 00:52:09,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185.h +26 五月 2020 | 00:52:09,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508.h +26 五月 2020 | 00:52:09,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529MethodDeclarations.h +26 五月 2020 | 00:52:09,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508MethodDeclarations.h +26 五月 2020 | 00:52:09,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185MethodDeclarations.h +26 五月 2020 | 00:52:09,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310.h +26 五月 2020 | 00:52:09,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310MethodDeclarations.h +26 五月 2020 | 00:52:09,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914.h +26 五月 2020 | 00:52:09,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185.h +26 五月 2020 | 00:52:09,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185MethodDeclarations.h +26 五月 2020 | 00:52:09,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914MethodDeclarations.h +26 五月 2020 | 00:52:09,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562.h +26 五月 2020 | 00:52:09,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914.h +26 五月 2020 | 00:52:09,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562MethodDeclarations.h +26 五月 2020 | 00:52:09,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894.h +26 五月 2020 | 00:52:09,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914MethodDeclarations.h +26 五月 2020 | 00:52:09,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058.h +26 五月 2020 | 00:52:09,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894MethodDeclarations.h +26 五月 2020 | 00:52:09,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894.h +26 五月 2020 | 00:52:09,447 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058MethodDeclarations.h +26 五月 2020 | 00:52:09,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030.h +26 五月 2020 | 00:52:09,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894MethodDeclarations.h +26 五月 2020 | 00:52:09,449 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739.h +26 五月 2020 | 00:52:09,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030MethodDeclarations.h +26 五月 2020 | 00:52:09,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030.h +26 五月 2020 | 00:52:09,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545.h +26 五月 2020 | 00:52:09,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030MethodDeclarations.h +26 五月 2020 | 00:52:09,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545MethodDeclarations.h +26 五月 2020 | 00:52:09,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739MethodDeclarations.h +26 五月 2020 | 00:52:09,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545.h +26 五月 2020 | 00:52:09,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581.h +26 五月 2020 | 00:52:09,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484.h +26 五月 2020 | 00:52:09,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545MethodDeclarations.h +26 五月 2020 | 00:52:09,456 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581MethodDeclarations.h +26 五月 2020 | 00:52:09,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581.h +26 五月 2020 | 00:52:09,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484MethodDeclarations.h +26 五月 2020 | 00:52:09,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582.h +26 五月 2020 | 00:52:09,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581MethodDeclarations.h +26 五月 2020 | 00:52:09,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582MethodDeclarations.h +26 五月 2020 | 00:52:09,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516.h +26 五月 2020 | 00:52:09,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582.h +26 五月 2020 | 00:52:09,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516MethodDeclarations.h +26 五月 2020 | 00:52:09,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514.h +26 五月 2020 | 00:52:09,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582MethodDeclarations.h +26 五月 2020 | 00:52:09,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660.h +26 五月 2020 | 00:52:09,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514MethodDeclarations.h +26 五月 2020 | 00:52:09,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514.h +26 五月 2020 | 00:52:09,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660MethodDeclarations.h +26 五月 2020 | 00:52:09,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159.h +26 五月 2020 | 00:52:09,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514MethodDeclarations.h +26 五月 2020 | 00:52:09,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159MethodDeclarations.h +26 五月 2020 | 00:52:09,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940.h +26 五月 2020 | 00:52:09,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133.h +26 五月 2020 | 00:52:09,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159.h +26 五月 2020 | 00:52:09,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133MethodDeclarations.h +26 五月 2020 | 00:52:09,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940MethodDeclarations.h +26 五月 2020 | 00:52:09,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159MethodDeclarations.h +26 五月 2020 | 00:52:09,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107.h +26 五月 2020 | 00:52:09,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918.h +26 五月 2020 | 00:52:09,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133.h +26 五月 2020 | 00:52:09,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107MethodDeclarations.h +26 五月 2020 | 00:52:09,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133MethodDeclarations.h +26 五月 2020 | 00:52:09,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508.h +26 五月 2020 | 00:52:09,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918MethodDeclarations.h +26 五月 2020 | 00:52:09,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918.h +26 五月 2020 | 00:52:09,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508MethodDeclarations.h +26 五月 2020 | 00:52:09,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579.h +26 五月 2020 | 00:52:09,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918MethodDeclarations.h +26 五月 2020 | 00:52:09,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185.h +26 五月 2020 | 00:52:09,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579MethodDeclarations.h +26 五月 2020 | 00:52:09,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579.h +26 五月 2020 | 00:52:09,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185MethodDeclarations.h +26 五月 2020 | 00:52:09,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843.h +26 五月 2020 | 00:52:09,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579MethodDeclarations.h +26 五月 2020 | 00:52:09,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914.h +26 五月 2020 | 00:52:09,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843MethodDeclarations.h +26 五月 2020 | 00:52:09,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914MethodDeclarations.h +26 五月 2020 | 00:52:09,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843.h +26 五月 2020 | 00:52:09,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508.h +26 五月 2020 | 00:52:09,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894.h +26 五月 2020 | 00:52:09,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843MethodDeclarations.h +26 五月 2020 | 00:52:09,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508MethodDeclarations.h +26 五月 2020 | 00:52:09,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508.h +26 五月 2020 | 00:52:09,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894MethodDeclarations.h +26 五月 2020 | 00:52:09,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997.h +26 五月 2020 | 00:52:09,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508MethodDeclarations.h +26 五月 2020 | 00:52:09,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030.h +26 五月 2020 | 00:52:09,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997MethodDeclarations.h +26 五月 2020 | 00:52:09,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997.h +26 五月 2020 | 00:52:09,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030MethodDeclarations.h +26 五月 2020 | 00:52:09,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648.h +26 五月 2020 | 00:52:09,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545.h +26 五月 2020 | 00:52:09,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997MethodDeclarations.h +26 五月 2020 | 00:52:09,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545MethodDeclarations.h +26 五月 2020 | 00:52:09,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648MethodDeclarations.h +26 五月 2020 | 00:52:09,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648.h +26 五月 2020 | 00:52:09,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581.h +26 五月 2020 | 00:52:09,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483.h +26 五月 2020 | 00:52:09,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581MethodDeclarations.h +26 五月 2020 | 00:52:09,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648MethodDeclarations.h +26 五月 2020 | 00:52:09,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483MethodDeclarations.h +26 五月 2020 | 00:52:09,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582.h +26 五月 2020 | 00:52:09,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034.h +26 五月 2020 | 00:52:09,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483.h +26 五月 2020 | 00:52:09,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582MethodDeclarations.h +26 五月 2020 | 00:52:09,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483MethodDeclarations.h +26 五月 2020 | 00:52:09,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034MethodDeclarations.h +26 五月 2020 | 00:52:09,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514.h +26 五月 2020 | 00:52:09,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034.h +26 五月 2020 | 00:52:09,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030.h +26 五月 2020 | 00:52:09,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030MethodDeclarations.h +26 五月 2020 | 00:52:09,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514MethodDeclarations.h +26 五月 2020 | 00:52:09,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034MethodDeclarations.h +26 五月 2020 | 00:52:09,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577.h +26 五月 2020 | 00:52:09,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030.h +26 五月 2020 | 00:52:09,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159.h +26 五月 2020 | 00:52:09,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577MethodDeclarations.h +26 五月 2020 | 00:52:09,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030MethodDeclarations.h +26 五月 2020 | 00:52:09,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159MethodDeclarations.h +26 五月 2020 | 00:52:09,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133.h +26 五月 2020 | 00:52:09,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577.h +26 五月 2020 | 00:52:09,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062.h +26 五月 2020 | 00:52:09,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133MethodDeclarations.h +26 五月 2020 | 00:52:09,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062MethodDeclarations.h +26 五月 2020 | 00:52:09,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577MethodDeclarations.h +26 五月 2020 | 00:52:09,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918.h +26 五月 2020 | 00:52:09,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789.h +26 五月 2020 | 00:52:09,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062.h +26 五月 2020 | 00:52:09,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062MethodDeclarations.h +26 五月 2020 | 00:52:09,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918MethodDeclarations.h +26 五月 2020 | 00:52:09,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789MethodDeclarations.h +26 五月 2020 | 00:52:09,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579.h +26 五月 2020 | 00:52:09,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789.h +26 五月 2020 | 00:52:09,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695.h +26 五月 2020 | 00:52:09,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579MethodDeclarations.h +26 五月 2020 | 00:52:09,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789MethodDeclarations.h +26 五月 2020 | 00:52:09,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695MethodDeclarations.h +26 五月 2020 | 00:52:09,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843.h +26 五月 2020 | 00:52:09,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695.h +26 五月 2020 | 00:52:09,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843MethodDeclarations.h +26 五月 2020 | 00:52:09,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168.h +26 五月 2020 | 00:52:09,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695MethodDeclarations.h +26 五月 2020 | 00:52:09,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508.h +26 五月 2020 | 00:52:09,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168MethodDeclarations.h +26 五月 2020 | 00:52:09,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168.h +26 五月 2020 | 00:52:09,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128.h +26 五月 2020 | 00:52:09,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168MethodDeclarations.h +26 五月 2020 | 00:52:09,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128MethodDeclarations.h +26 五月 2020 | 00:52:09,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128.h +26 五月 2020 | 00:52:09,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413.h +26 五月 2020 | 00:52:09,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508MethodDeclarations.h +26 五月 2020 | 00:52:09,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128MethodDeclarations.h +26 五月 2020 | 00:52:09,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997.h +26 五月 2020 | 00:52:09,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413MethodDeclarations.h +26 五月 2020 | 00:52:09,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413.h +26 五月 2020 | 00:52:09,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997MethodDeclarations.h +26 五月 2020 | 00:52:09,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414.h +26 五月 2020 | 00:52:09,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413MethodDeclarations.h +26 五月 2020 | 00:52:09,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414MethodDeclarations.h +26 五月 2020 | 00:52:09,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648.h +26 五月 2020 | 00:52:09,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414.h +26 五月 2020 | 00:52:09,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137.h +26 五月 2020 | 00:52:09,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648MethodDeclarations.h +26 五月 2020 | 00:52:09,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414MethodDeclarations.h +26 五月 2020 | 00:52:09,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483.h +26 五月 2020 | 00:52:09,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137MethodDeclarations.h +26 五月 2020 | 00:52:09,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137.h +26 五月 2020 | 00:52:09,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928.h +26 五月 2020 | 00:52:09,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483MethodDeclarations.h +26 五月 2020 | 00:52:09,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137MethodDeclarations.h +26 五月 2020 | 00:52:09,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928MethodDeclarations.h +26 五月 2020 | 00:52:09,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034.h +26 五月 2020 | 00:52:09,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928.h +26 五月 2020 | 00:52:09,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849.h +26 五月 2020 | 00:52:09,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034MethodDeclarations.h +26 五月 2020 | 00:52:09,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928MethodDeclarations.h +26 五月 2020 | 00:52:09,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849MethodDeclarations.h +26 五月 2020 | 00:52:09,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030.h +26 五月 2020 | 00:52:09,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849.h +26 五月 2020 | 00:52:09,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341.h +26 五月 2020 | 00:52:09,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849MethodDeclarations.h +26 五月 2020 | 00:52:09,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341.h +26 五月 2020 | 00:52:09,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341MethodDeclarations.h +26 五月 2020 | 00:52:09,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894.h +26 五月 2020 | 00:52:09,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030MethodDeclarations.h +26 五月 2020 | 00:52:09,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341MethodDeclarations.h +26 五月 2020 | 00:52:09,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894MethodDeclarations.h +26 五月 2020 | 00:52:09,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577.h +26 五月 2020 | 00:52:09,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894.h +26 五月 2020 | 00:52:09,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894MethodDeclarations.h +26 五月 2020 | 00:52:09,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722.h +26 五月 2020 | 00:52:09,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577MethodDeclarations.h +26 五月 2020 | 00:52:09,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722.h +26 五月 2020 | 00:52:09,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722MethodDeclarations.h +26 五月 2020 | 00:52:09,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062.h +26 五月 2020 | 00:52:09,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722MethodDeclarations.h +26 五月 2020 | 00:52:09,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415.h +26 五月 2020 | 00:52:09,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062MethodDeclarations.h +26 五月 2020 | 00:52:09,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415.h +26 五月 2020 | 00:52:09,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415MethodDeclarations.h +26 五月 2020 | 00:52:09,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789.h +26 五月 2020 | 00:52:09,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415MethodDeclarations.h +26 五月 2020 | 00:52:09,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987.h +26 五月 2020 | 00:52:09,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789MethodDeclarations.h +26 五月 2020 | 00:52:09,578 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987.h +26 五月 2020 | 00:52:09,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987MethodDeclarations.h +26 五月 2020 | 00:52:09,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695.h +26 五月 2020 | 00:52:09,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404.h +26 五月 2020 | 00:52:09,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695MethodDeclarations.h +26 五月 2020 | 00:52:09,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404MethodDeclarations.h +26 五月 2020 | 00:52:09,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416.h +26 五月 2020 | 00:52:09,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416MethodDeclarations.h +26 五月 2020 | 00:52:09,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168.h +26 五月 2020 | 00:52:09,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987MethodDeclarations.h +26 五月 2020 | 00:52:09,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990.h +26 五月 2020 | 00:52:09,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168MethodDeclarations.h +26 五月 2020 | 00:52:09,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990MethodDeclarations.h +26 五月 2020 | 00:52:09,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404.h +26 五月 2020 | 00:52:09,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128.h +26 五月 2020 | 00:52:09,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673.h +26 五月 2020 | 00:52:09,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404MethodDeclarations.h +26 五月 2020 | 00:52:09,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128MethodDeclarations.h +26 五月 2020 | 00:52:09,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673MethodDeclarations.h +26 五月 2020 | 00:52:09,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416.h +26 五月 2020 | 00:52:09,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413.h +26 五月 2020 | 00:52:09,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956.h +26 五月 2020 | 00:52:09,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416MethodDeclarations.h +26 五月 2020 | 00:52:09,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413MethodDeclarations.h +26 五月 2020 | 00:52:09,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956MethodDeclarations.h +26 五月 2020 | 00:52:09,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990.h +26 五月 2020 | 00:52:09,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414.h +26 五月 2020 | 00:52:09,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990MethodDeclarations.h +26 五月 2020 | 00:52:09,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706.h +26 五月 2020 | 00:52:09,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414MethodDeclarations.h +26 五月 2020 | 00:52:09,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673.h +26 五月 2020 | 00:52:09,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706MethodDeclarations.h +26 五月 2020 | 00:52:09,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137.h +26 五月 2020 | 00:52:09,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673MethodDeclarations.h +26 五月 2020 | 00:52:09,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573.h +26 五月 2020 | 00:52:09,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137MethodDeclarations.h +26 五月 2020 | 00:52:09,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956.h +26 五月 2020 | 00:52:09,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928.h +26 五月 2020 | 00:52:09,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956MethodDeclarations.h +26 五月 2020 | 00:52:09,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928MethodDeclarations.h +26 五月 2020 | 00:52:09,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573MethodDeclarations.h +26 五月 2020 | 00:52:09,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706.h +26 五月 2020 | 00:52:09,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849.h +26 五月 2020 | 00:52:09,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849MethodDeclarations.h +26 五月 2020 | 00:52:09,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624.h +26 五月 2020 | 00:52:09,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706MethodDeclarations.h +26 五月 2020 | 00:52:09,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341.h +26 五月 2020 | 00:52:09,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624MethodDeclarations.h +26 五月 2020 | 00:52:09,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341MethodDeclarations.h +26 五月 2020 | 00:52:09,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573.h +26 五月 2020 | 00:52:09,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113.h +26 五月 2020 | 00:52:09,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894.h +26 五月 2020 | 00:52:09,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573MethodDeclarations.h +26 五月 2020 | 00:52:09,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894MethodDeclarations.h +26 五月 2020 | 00:52:09,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113MethodDeclarations.h +26 五月 2020 | 00:52:09,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722.h +26 五月 2020 | 00:52:09,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624.h +26 五月 2020 | 00:52:09,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722MethodDeclarations.h +26 五月 2020 | 00:52:09,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441.h +26 五月 2020 | 00:52:09,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624MethodDeclarations.h +26 五月 2020 | 00:52:09,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441MethodDeclarations.h +26 五月 2020 | 00:52:09,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415.h +26 五月 2020 | 00:52:09,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415MethodDeclarations.h +26 五月 2020 | 00:52:09,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649.h +26 五月 2020 | 00:52:09,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113.h +26 五月 2020 | 00:52:09,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649MethodDeclarations.h +26 五月 2020 | 00:52:09,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987.h +26 五月 2020 | 00:52:09,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113MethodDeclarations.h +26 五月 2020 | 00:52:09,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941.h +26 五月 2020 | 00:52:09,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987MethodDeclarations.h +26 五月 2020 | 00:52:09,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441.h +26 五月 2020 | 00:52:09,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941MethodDeclarations.h +26 五月 2020 | 00:52:09,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441MethodDeclarations.h +26 五月 2020 | 00:52:09,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404.h +26 五月 2020 | 00:52:09,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981.h +26 五月 2020 | 00:52:09,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649.h +26 五月 2020 | 00:52:09,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404MethodDeclarations.h +26 五月 2020 | 00:52:09,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649MethodDeclarations.h +26 五月 2020 | 00:52:09,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981MethodDeclarations.h +26 五月 2020 | 00:52:09,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416.h +26 五月 2020 | 00:52:09,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941.h +26 五月 2020 | 00:52:09,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895.h +26 五月 2020 | 00:52:09,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416MethodDeclarations.h +26 五月 2020 | 00:52:09,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941MethodDeclarations.h +26 五月 2020 | 00:52:09,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895MethodDeclarations.h +26 五月 2020 | 00:52:09,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990.h +26 五月 2020 | 00:52:09,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981.h +26 五月 2020 | 00:52:09,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357.h +26 五月 2020 | 00:52:09,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990MethodDeclarations.h +26 五月 2020 | 00:52:09,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981MethodDeclarations.h +26 五月 2020 | 00:52:09,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673.h +26 五月 2020 | 00:52:09,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357MethodDeclarations.h +26 五月 2020 | 00:52:09,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895.h +26 五月 2020 | 00:52:09,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673MethodDeclarations.h +26 五月 2020 | 00:52:09,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914.h +26 五月 2020 | 00:52:09,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895MethodDeclarations.h +26 五月 2020 | 00:52:09,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914MethodDeclarations.h +26 五月 2020 | 00:52:09,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956.h +26 五月 2020 | 00:52:09,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357.h +26 五月 2020 | 00:52:09,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604.h +26 五月 2020 | 00:52:09,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956MethodDeclarations.h +26 五月 2020 | 00:52:09,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604MethodDeclarations.h +26 五月 2020 | 00:52:09,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357MethodDeclarations.h +26 五月 2020 | 00:52:09,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706.h +26 五月 2020 | 00:52:09,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914.h +26 五月 2020 | 00:52:09,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706MethodDeclarations.h +26 五月 2020 | 00:52:09,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496.h +26 五月 2020 | 00:52:09,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496MethodDeclarations.h +26 五月 2020 | 00:52:09,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573.h +26 五月 2020 | 00:52:09,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573MethodDeclarations.h +26 五月 2020 | 00:52:09,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476.h +26 五月 2020 | 00:52:09,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914MethodDeclarations.h +26 五月 2020 | 00:52:09,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624.h +26 五月 2020 | 00:52:09,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476MethodDeclarations.h +26 五月 2020 | 00:52:09,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604.h +26 五月 2020 | 00:52:09,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624MethodDeclarations.h +26 五月 2020 | 00:52:09,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416.h +26 五月 2020 | 00:52:09,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604MethodDeclarations.h +26 五月 2020 | 00:52:09,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113.h +26 五月 2020 | 00:52:09,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416MethodDeclarations.h +26 五月 2020 | 00:52:09,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496.h +26 五月 2020 | 00:52:09,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113MethodDeclarations.h +26 五月 2020 | 00:52:09,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162.h +26 五月 2020 | 00:52:09,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496MethodDeclarations.h +26 五月 2020 | 00:52:09,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162MethodDeclarations.h +26 五月 2020 | 00:52:09,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441.h +26 五月 2020 | 00:52:09,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476.h +26 五月 2020 | 00:52:09,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656.h +26 五月 2020 | 00:52:09,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441MethodDeclarations.h +26 五月 2020 | 00:52:09,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476MethodDeclarations.h +26 五月 2020 | 00:52:09,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656MethodDeclarations.h +26 五月 2020 | 00:52:09,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649.h +26 五月 2020 | 00:52:09,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416.h +26 五月 2020 | 00:52:09,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649MethodDeclarations.h +26 五月 2020 | 00:52:09,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694.h +26 五月 2020 | 00:52:09,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416MethodDeclarations.h +26 五月 2020 | 00:52:09,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941.h +26 五月 2020 | 00:52:09,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694MethodDeclarations.h +26 五月 2020 | 00:52:09,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162.h +26 五月 2020 | 00:52:09,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941MethodDeclarations.h +26 五月 2020 | 00:52:09,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162MethodDeclarations.h +26 五月 2020 | 00:52:09,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319.h +26 五月 2020 | 00:52:09,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981.h +26 五月 2020 | 00:52:09,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656.h +26 五月 2020 | 00:52:09,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319MethodDeclarations.h +26 五月 2020 | 00:52:09,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981MethodDeclarations.h +26 五月 2020 | 00:52:09,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656MethodDeclarations.h +26 五月 2020 | 00:52:09,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641.h +26 五月 2020 | 00:52:09,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895.h +26 五月 2020 | 00:52:09,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694.h +26 五月 2020 | 00:52:09,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641MethodDeclarations.h +26 五月 2020 | 00:52:09,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895MethodDeclarations.h +26 五月 2020 | 00:52:09,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190.h +26 五月 2020 | 00:52:09,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694MethodDeclarations.h +26 五月 2020 | 00:52:09,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357.h +26 五月 2020 | 00:52:09,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190MethodDeclarations.h +26 五月 2020 | 00:52:09,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319.h +26 五月 2020 | 00:52:09,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411.h +26 五月 2020 | 00:52:09,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319MethodDeclarations.h +26 五月 2020 | 00:52:09,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357MethodDeclarations.h +26 五月 2020 | 00:52:09,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411MethodDeclarations.h +26 五月 2020 | 00:52:09,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914.h +26 五月 2020 | 00:52:09,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641.h +26 五月 2020 | 00:52:09,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859.h +26 五月 2020 | 00:52:09,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914MethodDeclarations.h +26 五月 2020 | 00:52:09,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641MethodDeclarations.h +26 五月 2020 | 00:52:09,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859MethodDeclarations.h +26 五月 2020 | 00:52:09,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604.h +26 五月 2020 | 00:52:09,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018.h +26 五月 2020 | 00:52:09,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190.h +26 五月 2020 | 00:52:09,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604MethodDeclarations.h +26 五月 2020 | 00:52:09,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018MethodDeclarations.h +26 五月 2020 | 00:52:09,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190MethodDeclarations.h +26 五月 2020 | 00:52:09,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496.h +26 五月 2020 | 00:52:09,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718.h +26 五月 2020 | 00:52:09,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411.h +26 五月 2020 | 00:52:09,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496MethodDeclarations.h +26 五月 2020 | 00:52:09,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411MethodDeclarations.h +26 五月 2020 | 00:52:09,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718MethodDeclarations.h +26 五月 2020 | 00:52:09,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476.h +26 五月 2020 | 00:52:09,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859.h +26 五月 2020 | 00:52:09,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611.h +26 五月 2020 | 00:52:09,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476MethodDeclarations.h +26 五月 2020 | 00:52:09,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859MethodDeclarations.h +26 五月 2020 | 00:52:09,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611MethodDeclarations.h +26 五月 2020 | 00:52:09,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416.h +26 五月 2020 | 00:52:09,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018.h +26 五月 2020 | 00:52:09,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024.h +26 五月 2020 | 00:52:09,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416MethodDeclarations.h +26 五月 2020 | 00:52:09,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018MethodDeclarations.h +26 五月 2020 | 00:52:09,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024MethodDeclarations.h +26 五月 2020 | 00:52:09,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162.h +26 五月 2020 | 00:52:09,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868.h +26 五月 2020 | 00:52:09,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162MethodDeclarations.h +26 五月 2020 | 00:52:09,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868MethodDeclarations.h +26 五月 2020 | 00:52:09,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718.h +26 五月 2020 | 00:52:09,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656.h +26 五月 2020 | 00:52:09,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937.h +26 五月 2020 | 00:52:09,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656MethodDeclarations.h +26 五月 2020 | 00:52:09,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718MethodDeclarations.h +26 五月 2020 | 00:52:09,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937MethodDeclarations.h +26 五月 2020 | 00:52:09,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694.h +26 五月 2020 | 00:52:09,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611.h +26 五月 2020 | 00:52:09,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824.h +26 五月 2020 | 00:52:09,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694MethodDeclarations.h +26 五月 2020 | 00:52:09,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611MethodDeclarations.h +26 五月 2020 | 00:52:09,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824MethodDeclarations.h +26 五月 2020 | 00:52:09,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319.h +26 五月 2020 | 00:52:09,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024.h +26 五月 2020 | 00:52:09,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588.h +26 五月 2020 | 00:52:09,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319MethodDeclarations.h +26 五月 2020 | 00:52:09,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024MethodDeclarations.h +26 五月 2020 | 00:52:09,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588MethodDeclarations.h +26 五月 2020 | 00:52:09,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641.h +26 五月 2020 | 00:52:09,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868.h +26 五月 2020 | 00:52:09,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310.h +26 五月 2020 | 00:52:09,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641MethodDeclarations.h +26 五月 2020 | 00:52:09,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310MethodDeclarations.h +26 五月 2020 | 00:52:09,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868MethodDeclarations.h +26 五月 2020 | 00:52:09,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190.h +26 五月 2020 | 00:52:09,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915.h +26 五月 2020 | 00:52:09,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937.h +26 五月 2020 | 00:52:09,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190MethodDeclarations.h +26 五月 2020 | 00:52:09,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915MethodDeclarations.h +26 五月 2020 | 00:52:09,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937MethodDeclarations.h +26 五月 2020 | 00:52:09,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411.h +26 五月 2020 | 00:52:09,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370.h +26 五月 2020 | 00:52:09,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824.h +26 五月 2020 | 00:52:09,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370MethodDeclarations.h +26 五月 2020 | 00:52:09,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411MethodDeclarations.h +26 五月 2020 | 00:52:09,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824MethodDeclarations.h +26 五月 2020 | 00:52:09,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943.h +26 五月 2020 | 00:52:09,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859.h +26 五月 2020 | 00:52:09,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588.h +26 五月 2020 | 00:52:09,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943MethodDeclarations.h +26 五月 2020 | 00:52:09,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859MethodDeclarations.h +26 五月 2020 | 00:52:09,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588MethodDeclarations.h +26 五月 2020 | 00:52:09,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018.h +26 五月 2020 | 00:52:09,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077.h +26 五月 2020 | 00:52:09,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310.h +26 五月 2020 | 00:52:09,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310MethodDeclarations.h +26 五月 2020 | 00:52:09,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077MethodDeclarations.h +26 五月 2020 | 00:52:09,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018MethodDeclarations.h +26 五月 2020 | 00:52:09,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403.h +26 五月 2020 | 00:52:09,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915.h +26 五月 2020 | 00:52:09,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718.h +26 五月 2020 | 00:52:09,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403MethodDeclarations.h +26 五月 2020 | 00:52:09,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915MethodDeclarations.h +26 五月 2020 | 00:52:09,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718MethodDeclarations.h +26 五月 2020 | 00:52:09,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407.h +26 五月 2020 | 00:52:09,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370.h +26 五月 2020 | 00:52:09,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611.h +26 五月 2020 | 00:52:09,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407MethodDeclarations.h +26 五月 2020 | 00:52:09,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370MethodDeclarations.h +26 五月 2020 | 00:52:09,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611MethodDeclarations.h +26 五月 2020 | 00:52:09,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438.h +26 五月 2020 | 00:52:09,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943.h +26 五月 2020 | 00:52:09,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024.h +26 五月 2020 | 00:52:09,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438MethodDeclarations.h +26 五月 2020 | 00:52:09,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943MethodDeclarations.h +26 五月 2020 | 00:52:09,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024MethodDeclarations.h +26 五月 2020 | 00:52:09,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961.h +26 五月 2020 | 00:52:09,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077.h +26 五月 2020 | 00:52:09,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868.h +26 五月 2020 | 00:52:09,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961MethodDeclarations.h +26 五月 2020 | 00:52:09,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077MethodDeclarations.h +26 五月 2020 | 00:52:09,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868MethodDeclarations.h +26 五月 2020 | 00:52:09,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867.h +26 五月 2020 | 00:52:09,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403.h +26 五月 2020 | 00:52:09,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937.h +26 五月 2020 | 00:52:09,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403MethodDeclarations.h +26 五月 2020 | 00:52:09,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937MethodDeclarations.h +26 五月 2020 | 00:52:09,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407.h +26 五月 2020 | 00:52:09,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867MethodDeclarations.h +26 五月 2020 | 00:52:09,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824.h +26 五月 2020 | 00:52:09,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407MethodDeclarations.h +26 五月 2020 | 00:52:09,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352.h +26 五月 2020 | 00:52:09,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824MethodDeclarations.h +26 五月 2020 | 00:52:09,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438.h +26 五月 2020 | 00:52:09,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352MethodDeclarations.h +26 五月 2020 | 00:52:09,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438MethodDeclarations.h +26 五月 2020 | 00:52:09,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588.h +26 五月 2020 | 00:52:09,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965.h +26 五月 2020 | 00:52:09,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588MethodDeclarations.h +26 五月 2020 | 00:52:09,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961.h +26 五月 2020 | 00:52:09,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965MethodDeclarations.h +26 五月 2020 | 00:52:09,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310.h +26 五月 2020 | 00:52:09,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961MethodDeclarations.h +26 五月 2020 | 00:52:09,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310MethodDeclarations.h +26 五月 2020 | 00:52:09,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338.h +26 五月 2020 | 00:52:09,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867.h +26 五月 2020 | 00:52:09,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915.h +26 五月 2020 | 00:52:09,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338MethodDeclarations.h +26 五月 2020 | 00:52:09,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867MethodDeclarations.h +26 五月 2020 | 00:52:09,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915MethodDeclarations.h +26 五月 2020 | 00:52:09,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822.h +26 五月 2020 | 00:52:09,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352.h +26 五月 2020 | 00:52:09,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370.h +26 五月 2020 | 00:52:09,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822MethodDeclarations.h +26 五月 2020 | 00:52:09,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352MethodDeclarations.h +26 五月 2020 | 00:52:09,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370MethodDeclarations.h +26 五月 2020 | 00:52:09,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965.h +26 五月 2020 | 00:52:09,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911.h +26 五月 2020 | 00:52:09,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943.h +26 五月 2020 | 00:52:09,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911MethodDeclarations.h +26 五月 2020 | 00:52:09,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965MethodDeclarations.h +26 五月 2020 | 00:52:09,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943MethodDeclarations.h +26 五月 2020 | 00:52:09,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469.h +26 五月 2020 | 00:52:09,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338.h +26 五月 2020 | 00:52:09,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077.h +26 五月 2020 | 00:52:09,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469MethodDeclarations.h +26 五月 2020 | 00:52:09,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077MethodDeclarations.h +26 五月 2020 | 00:52:09,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338MethodDeclarations.h +26 五月 2020 | 00:52:09,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470.h +26 五月 2020 | 00:52:09,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403.h +26 五月 2020 | 00:52:09,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822.h +26 五月 2020 | 00:52:09,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403MethodDeclarations.h +26 五月 2020 | 00:52:09,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470MethodDeclarations.h +26 五月 2020 | 00:52:09,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407.h +26 五月 2020 | 00:52:09,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822MethodDeclarations.h +26 五月 2020 | 00:52:09,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471.h +26 五月 2020 | 00:52:09,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407MethodDeclarations.h +26 五月 2020 | 00:52:09,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911.h +26 五月 2020 | 00:52:09,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438.h +26 五月 2020 | 00:52:09,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471MethodDeclarations.h +26 五月 2020 | 00:52:09,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911MethodDeclarations.h +26 五月 2020 | 00:52:09,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438MethodDeclarations.h +26 五月 2020 | 00:52:09,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469.h +26 五月 2020 | 00:52:09,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114.h +26 五月 2020 | 00:52:09,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961.h +26 五月 2020 | 00:52:09,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469MethodDeclarations.h +26 五月 2020 | 00:52:09,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114MethodDeclarations.h +26 五月 2020 | 00:52:09,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961MethodDeclarations.h +26 五月 2020 | 00:52:09,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185.h +26 五月 2020 | 00:52:09,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470.h +26 五月 2020 | 00:52:09,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867.h +26 五月 2020 | 00:52:09,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185MethodDeclarations.h +26 五月 2020 | 00:52:09,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470MethodDeclarations.h +26 五月 2020 | 00:52:09,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804.h +26 五月 2020 | 00:52:09,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867MethodDeclarations.h +26 五月 2020 | 00:52:09,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804MethodDeclarations.h +26 五月 2020 | 00:52:09,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471.h +26 五月 2020 | 00:52:09,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352.h +26 五月 2020 | 00:52:09,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471MethodDeclarations.h +26 五月 2020 | 00:52:09,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593.h +26 五月 2020 | 00:52:09,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352MethodDeclarations.h +26 五月 2020 | 00:52:09,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593MethodDeclarations.h +26 五月 2020 | 00:52:09,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114.h +26 五月 2020 | 00:52:09,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965.h +26 五月 2020 | 00:52:09,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711.h +26 五月 2020 | 00:52:09,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114MethodDeclarations.h +26 五月 2020 | 00:52:09,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965MethodDeclarations.h +26 五月 2020 | 00:52:09,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711MethodDeclarations.h +26 五月 2020 | 00:52:09,813 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185.h +26 五月 2020 | 00:52:09,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338.h +26 五月 2020 | 00:52:09,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228.h +26 五月 2020 | 00:52:09,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185MethodDeclarations.h +26 五月 2020 | 00:52:09,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338MethodDeclarations.h +26 五月 2020 | 00:52:09,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228MethodDeclarations.h +26 五月 2020 | 00:52:09,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804.h +26 五月 2020 | 00:52:09,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822.h +26 五月 2020 | 00:52:09,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326.h +26 五月 2020 | 00:52:09,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804MethodDeclarations.h +26 五月 2020 | 00:52:09,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822MethodDeclarations.h +26 五月 2020 | 00:52:09,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326MethodDeclarations.h +26 五月 2020 | 00:52:09,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593.h +26 五月 2020 | 00:52:09,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911.h +26 五月 2020 | 00:52:09,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608.h +26 五月 2020 | 00:52:09,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593MethodDeclarations.h +26 五月 2020 | 00:52:09,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911MethodDeclarations.h +26 五月 2020 | 00:52:09,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608MethodDeclarations.h +26 五月 2020 | 00:52:09,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711.h +26 五月 2020 | 00:52:09,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469.h +26 五月 2020 | 00:52:09,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808.h +26 五月 2020 | 00:52:09,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469MethodDeclarations.h +26 五月 2020 | 00:52:09,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711MethodDeclarations.h +26 五月 2020 | 00:52:09,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808MethodDeclarations.h +26 五月 2020 | 00:52:09,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228.h +26 五月 2020 | 00:52:09,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470.h +26 五月 2020 | 00:52:09,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804.h +26 五月 2020 | 00:52:09,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228MethodDeclarations.h +26 五月 2020 | 00:52:09,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470MethodDeclarations.h +26 五月 2020 | 00:52:09,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804MethodDeclarations.h +26 五月 2020 | 00:52:09,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326.h +26 五月 2020 | 00:52:09,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471.h +26 五月 2020 | 00:52:09,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571.h +26 五月 2020 | 00:52:09,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326MethodDeclarations.h +26 五月 2020 | 00:52:09,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471MethodDeclarations.h +26 五月 2020 | 00:52:09,831 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571MethodDeclarations.h +26 五月 2020 | 00:52:09,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608.h +26 五月 2020 | 00:52:09,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506.h +26 五月 2020 | 00:52:09,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114.h +26 五月 2020 | 00:52:09,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506MethodDeclarations.h +26 五月 2020 | 00:52:09,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114MethodDeclarations.h +26 五月 2020 | 00:52:09,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608MethodDeclarations.h +26 五月 2020 | 00:52:09,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927.h +26 五月 2020 | 00:52:09,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185.h +26 五月 2020 | 00:52:09,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808.h +26 五月 2020 | 00:52:09,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927MethodDeclarations.h +26 五月 2020 | 00:52:09,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185MethodDeclarations.h +26 五月 2020 | 00:52:09,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808MethodDeclarations.h +26 五月 2020 | 00:52:09,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069.h +26 五月 2020 | 00:52:09,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804.h +26 五月 2020 | 00:52:09,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804.h +26 五月 2020 | 00:52:09,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069MethodDeclarations.h +26 五月 2020 | 00:52:09,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804MethodDeclarations.h +26 五月 2020 | 00:52:09,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804MethodDeclarations.h +26 五月 2020 | 00:52:09,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735.h +26 五月 2020 | 00:52:09,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593.h +26 五月 2020 | 00:52:09,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571.h +26 五月 2020 | 00:52:09,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735MethodDeclarations.h +26 五月 2020 | 00:52:09,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593MethodDeclarations.h +26 五月 2020 | 00:52:09,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571MethodDeclarations.h +26 五月 2020 | 00:52:09,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501.h +26 五月 2020 | 00:52:09,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506.h +26 五月 2020 | 00:52:09,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501MethodDeclarations.h +26 五月 2020 | 00:52:09,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711.h +26 五月 2020 | 00:52:09,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506MethodDeclarations.h +26 五月 2020 | 00:52:09,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549.h +26 五月 2020 | 00:52:09,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711MethodDeclarations.h +26 五月 2020 | 00:52:09,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549MethodDeclarations.h +26 五月 2020 | 00:52:09,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927.h +26 五月 2020 | 00:52:09,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228.h +26 五月 2020 | 00:52:09,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887.h +26 五月 2020 | 00:52:09,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927MethodDeclarations.h +26 五月 2020 | 00:52:09,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228MethodDeclarations.h +26 五月 2020 | 00:52:09,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887MethodDeclarations.h +26 五月 2020 | 00:52:09,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069.h +26 五月 2020 | 00:52:09,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326.h +26 五月 2020 | 00:52:09,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069MethodDeclarations.h +26 五月 2020 | 00:52:09,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357.h +26 五月 2020 | 00:52:09,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326MethodDeclarations.h +26 五月 2020 | 00:52:09,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735.h +26 五月 2020 | 00:52:09,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357MethodDeclarations.h +26 五月 2020 | 00:52:09,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608.h +26 五月 2020 | 00:52:09,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735MethodDeclarations.h +26 五月 2020 | 00:52:09,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037.h +26 五月 2020 | 00:52:09,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608MethodDeclarations.h +26 五月 2020 | 00:52:09,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501.h +26 五月 2020 | 00:52:09,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037MethodDeclarations.h +26 五月 2020 | 00:52:09,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808.h +26 五月 2020 | 00:52:09,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501MethodDeclarations.h +26 五月 2020 | 00:52:09,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570.h +26 五月 2020 | 00:52:09,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808MethodDeclarations.h +26 五月 2020 | 00:52:09,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549.h +26 五月 2020 | 00:52:09,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570MethodDeclarations.h +26 五月 2020 | 00:52:09,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804.h +26 五月 2020 | 00:52:09,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549MethodDeclarations.h +26 五月 2020 | 00:52:09,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937.h +26 五月 2020 | 00:52:09,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804MethodDeclarations.h +26 五月 2020 | 00:52:09,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887.h +26 五月 2020 | 00:52:09,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937MethodDeclarations.h +26 五月 2020 | 00:52:09,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571.h +26 五月 2020 | 00:52:09,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887MethodDeclarations.h +26 五月 2020 | 00:52:09,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571MethodDeclarations.h +26 五月 2020 | 00:52:09,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527.h +26 五月 2020 | 00:52:09,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357.h +26 五月 2020 | 00:52:09,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506.h +26 五月 2020 | 00:52:09,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527MethodDeclarations.h +26 五月 2020 | 00:52:09,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357MethodDeclarations.h +26 五月 2020 | 00:52:09,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506MethodDeclarations.h +26 五月 2020 | 00:52:09,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505.h +26 五月 2020 | 00:52:09,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037.h +26 五月 2020 | 00:52:09,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927.h +26 五月 2020 | 00:52:09,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505MethodDeclarations.h +26 五月 2020 | 00:52:09,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037MethodDeclarations.h +26 五月 2020 | 00:52:09,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927MethodDeclarations.h +26 五月 2020 | 00:52:09,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110.h +26 五月 2020 | 00:52:09,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570.h +26 五月 2020 | 00:52:09,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069.h +26 五月 2020 | 00:52:09,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110MethodDeclarations.h +26 五月 2020 | 00:52:09,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570MethodDeclarations.h +26 五月 2020 | 00:52:09,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069MethodDeclarations.h +26 五月 2020 | 00:52:09,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937.h +26 五月 2020 | 00:52:09,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548.h +26 五月 2020 | 00:52:09,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735.h +26 五月 2020 | 00:52:09,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937MethodDeclarations.h +26 五月 2020 | 00:52:09,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548MethodDeclarations.h +26 五月 2020 | 00:52:09,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735MethodDeclarations.h +26 五月 2020 | 00:52:09,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348.h +26 五月 2020 | 00:52:09,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527.h +26 五月 2020 | 00:52:09,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501.h +26 五月 2020 | 00:52:09,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348MethodDeclarations.h +26 五月 2020 | 00:52:09,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527MethodDeclarations.h +26 五月 2020 | 00:52:09,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501MethodDeclarations.h +26 五月 2020 | 00:52:09,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608.h +26 五月 2020 | 00:52:09,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505.h +26 五月 2020 | 00:52:09,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549.h +26 五月 2020 | 00:52:09,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608MethodDeclarations.h +26 五月 2020 | 00:52:09,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549MethodDeclarations.h +26 五月 2020 | 00:52:09,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505MethodDeclarations.h +26 五月 2020 | 00:52:09,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531.h +26 五月 2020 | 00:52:09,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531MethodDeclarations.h +26 五月 2020 | 00:52:09,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887.h +26 五月 2020 | 00:52:09,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110.h +26 五月 2020 | 00:52:09,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547.h +26 五月 2020 | 00:52:09,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887MethodDeclarations.h +26 五月 2020 | 00:52:09,898 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110MethodDeclarations.h +26 五月 2020 | 00:52:09,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357.h +26 五月 2020 | 00:52:09,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547MethodDeclarations.h +26 五月 2020 | 00:52:09,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548.h +26 五月 2020 | 00:52:09,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357MethodDeclarations.h +26 五月 2020 | 00:52:09,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675.h +26 五月 2020 | 00:52:09,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548MethodDeclarations.h +26 五月 2020 | 00:52:09,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675MethodDeclarations.h +26 五月 2020 | 00:52:09,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037.h +26 五月 2020 | 00:52:09,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348.h +26 五月 2020 | 00:52:09,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037MethodDeclarations.h +26 五月 2020 | 00:52:09,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074.h +26 五月 2020 | 00:52:09,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348MethodDeclarations.h +26 五月 2020 | 00:52:09,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570.h +26 五月 2020 | 00:52:09,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074MethodDeclarations.h +26 五月 2020 | 00:52:09,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570MethodDeclarations.h +26 五月 2020 | 00:52:09,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608.h +26 五月 2020 | 00:52:09,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132.h +26 五月 2020 | 00:52:09,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937.h +26 五月 2020 | 00:52:09,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608MethodDeclarations.h +26 五月 2020 | 00:52:09,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132MethodDeclarations.h +26 五月 2020 | 00:52:09,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937MethodDeclarations.h +26 五月 2020 | 00:52:09,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531.h +26 五月 2020 | 00:52:09,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531MethodDeclarations.h +26 五月 2020 | 00:52:09,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804.h +26 五月 2020 | 00:52:09,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527.h +26 五月 2020 | 00:52:09,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547.h +26 五月 2020 | 00:52:09,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804MethodDeclarations.h +26 五月 2020 | 00:52:09,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527MethodDeclarations.h +26 五月 2020 | 00:52:09,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547MethodDeclarations.h +26 五月 2020 | 00:52:09,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948.h +26 五月 2020 | 00:52:09,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505.h +26 五月 2020 | 00:52:09,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675.h +26 五月 2020 | 00:52:09,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948MethodDeclarations.h +26 五月 2020 | 00:52:09,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505MethodDeclarations.h +26 五月 2020 | 00:52:09,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675MethodDeclarations.h +26 五月 2020 | 00:52:09,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524.h +26 五月 2020 | 00:52:09,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110.h +26 五月 2020 | 00:52:09,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074.h +26 五月 2020 | 00:52:09,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524MethodDeclarations.h +26 五月 2020 | 00:52:09,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110MethodDeclarations.h +26 五月 2020 | 00:52:09,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074MethodDeclarations.h +26 五月 2020 | 00:52:09,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765.h +26 五月 2020 | 00:52:09,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548.h +26 五月 2020 | 00:52:09,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132.h +26 五月 2020 | 00:52:09,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765MethodDeclarations.h +26 五月 2020 | 00:52:09,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548MethodDeclarations.h +26 五月 2020 | 00:52:09,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132MethodDeclarations.h +26 五月 2020 | 00:52:09,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363.h +26 五月 2020 | 00:52:09,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348.h +26 五月 2020 | 00:52:09,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363MethodDeclarations.h +26 五月 2020 | 00:52:09,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804.h +26 五月 2020 | 00:52:09,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348MethodDeclarations.h +26 五月 2020 | 00:52:09,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742.h +26 五月 2020 | 00:52:09,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804MethodDeclarations.h +26 五月 2020 | 00:52:09,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608.h +26 五月 2020 | 00:52:09,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608MethodDeclarations.h +26 五月 2020 | 00:52:09,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742MethodDeclarations.h +26 五月 2020 | 00:52:09,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948.h +26 五月 2020 | 00:52:09,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531.h +26 五月 2020 | 00:52:09,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858.h +26 五月 2020 | 00:52:09,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948MethodDeclarations.h +26 五月 2020 | 00:52:09,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531MethodDeclarations.h +26 五月 2020 | 00:52:09,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858MethodDeclarations.h +26 五月 2020 | 00:52:09,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524.h +26 五月 2020 | 00:52:09,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547.h +26 五月 2020 | 00:52:09,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423.h +26 五月 2020 | 00:52:09,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524MethodDeclarations.h +26 五月 2020 | 00:52:09,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547MethodDeclarations.h +26 五月 2020 | 00:52:09,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423MethodDeclarations.h +26 五月 2020 | 00:52:09,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765.h +26 五月 2020 | 00:52:09,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675.h +26 五月 2020 | 00:52:09,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009.h +26 五月 2020 | 00:52:09,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765MethodDeclarations.h +26 五月 2020 | 00:52:09,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675MethodDeclarations.h +26 五月 2020 | 00:52:09,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009MethodDeclarations.h +26 五月 2020 | 00:52:09,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363.h +26 五月 2020 | 00:52:09,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074.h +26 五月 2020 | 00:52:09,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880.h +26 五月 2020 | 00:52:09,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363MethodDeclarations.h +26 五月 2020 | 00:52:09,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074MethodDeclarations.h +26 五月 2020 | 00:52:09,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742.h +26 五月 2020 | 00:52:09,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880MethodDeclarations.h +26 五月 2020 | 00:52:09,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132.h +26 五月 2020 | 00:52:09,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742MethodDeclarations.h +26 五月 2020 | 00:52:09,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132MethodDeclarations.h +26 五月 2020 | 00:52:09,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287.h +26 五月 2020 | 00:52:09,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858.h +26 五月 2020 | 00:52:09,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287MethodDeclarations.h +26 五月 2020 | 00:52:09,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804.h +26 五月 2020 | 00:52:09,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858MethodDeclarations.h +26 五月 2020 | 00:52:09,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804MethodDeclarations.h +26 五月 2020 | 00:52:09,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283.h +26 五月 2020 | 00:52:09,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423.h +26 五月 2020 | 00:52:09,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948.h +26 五月 2020 | 00:52:09,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283MethodDeclarations.h +26 五月 2020 | 00:52:09,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423MethodDeclarations.h +26 五月 2020 | 00:52:09,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050.h +26 五月 2020 | 00:52:09,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009.h +26 五月 2020 | 00:52:09,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948MethodDeclarations.h +26 五月 2020 | 00:52:09,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050MethodDeclarations.h +26 五月 2020 | 00:52:09,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524.h +26 五月 2020 | 00:52:09,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786.h +26 五月 2020 | 00:52:09,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009MethodDeclarations.h +26 五月 2020 | 00:52:09,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524MethodDeclarations.h +26 五月 2020 | 00:52:09,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786MethodDeclarations.h +26 五月 2020 | 00:52:09,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880.h +26 五月 2020 | 00:52:09,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765.h +26 五月 2020 | 00:52:09,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259.h +26 五月 2020 | 00:52:09,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880MethodDeclarations.h +26 五月 2020 | 00:52:09,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259MethodDeclarations.h +26 五月 2020 | 00:52:09,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765MethodDeclarations.h +26 五月 2020 | 00:52:09,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287.h +26 五月 2020 | 00:52:09,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330.h +26 五月 2020 | 00:52:09,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363.h +26 五月 2020 | 00:52:09,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330MethodDeclarations.h +26 五月 2020 | 00:52:09,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287MethodDeclarations.h +26 五月 2020 | 00:52:09,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363MethodDeclarations.h +26 五月 2020 | 00:52:09,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228.h +26 五月 2020 | 00:52:09,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283.h +26 五月 2020 | 00:52:09,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228MethodDeclarations.h +26 五月 2020 | 00:52:09,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742.h +26 五月 2020 | 00:52:09,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283MethodDeclarations.h +26 五月 2020 | 00:52:09,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742MethodDeclarations.h +26 五月 2020 | 00:52:09,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175.h +26 五月 2020 | 00:52:09,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050.h +26 五月 2020 | 00:52:09,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858.h +26 五月 2020 | 00:52:09,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175MethodDeclarations.h +26 五月 2020 | 00:52:09,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858MethodDeclarations.h +26 五月 2020 | 00:52:09,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050MethodDeclarations.h +26 五月 2020 | 00:52:09,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013.h +26 五月 2020 | 00:52:09,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786.h +26 五月 2020 | 00:52:09,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423.h +26 五月 2020 | 00:52:09,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013MethodDeclarations.h +26 五月 2020 | 00:52:09,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423MethodDeclarations.h +26 五月 2020 | 00:52:09,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961.h +26 五月 2020 | 00:52:09,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786MethodDeclarations.h +26 五月 2020 | 00:52:09,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961MethodDeclarations.h +26 五月 2020 | 00:52:09,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259.h +26 五月 2020 | 00:52:09,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009.h +26 五月 2020 | 00:52:09,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881.h +26 五月 2020 | 00:52:09,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259MethodDeclarations.h +26 五月 2020 | 00:52:09,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009MethodDeclarations.h +26 五月 2020 | 00:52:09,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881MethodDeclarations.h +26 五月 2020 | 00:52:09,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330.h +26 五月 2020 | 00:52:09,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880.h +26 五月 2020 | 00:52:09,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985.h +26 五月 2020 | 00:52:09,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330MethodDeclarations.h +26 五月 2020 | 00:52:09,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880MethodDeclarations.h +26 五月 2020 | 00:52:09,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287.h +26 五月 2020 | 00:52:09,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985MethodDeclarations.h +26 五月 2020 | 00:52:09,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228.h +26 五月 2020 | 00:52:09,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364.h +26 五月 2020 | 00:52:09,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287MethodDeclarations.h +26 五月 2020 | 00:52:09,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228MethodDeclarations.h +26 五月 2020 | 00:52:09,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364MethodDeclarations.h +26 五月 2020 | 00:52:09,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283.h +26 五月 2020 | 00:52:09,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283MethodDeclarations.h +26 五月 2020 | 00:52:09,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175.h +26 五月 2020 | 00:52:09,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522.h +26 五月 2020 | 00:52:09,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175MethodDeclarations.h +26 五月 2020 | 00:52:09,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522MethodDeclarations.h +26 五月 2020 | 00:52:09,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050.h +26 五月 2020 | 00:52:09,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013.h +26 五月 2020 | 00:52:09,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145.h +26 五月 2020 | 00:52:09,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050MethodDeclarations.h +26 五月 2020 | 00:52:10,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013MethodDeclarations.h +26 五月 2020 | 00:52:10,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786.h +26 五月 2020 | 00:52:10,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145MethodDeclarations.h +26 五月 2020 | 00:52:10,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961.h +26 五月 2020 | 00:52:10,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786MethodDeclarations.h +26 五月 2020 | 00:52:10,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055.h +26 五月 2020 | 00:52:10,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961MethodDeclarations.h +26 五月 2020 | 00:52:10,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259.h +26 五月 2020 | 00:52:10,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055MethodDeclarations.h +26 五月 2020 | 00:52:10,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881.h +26 五月 2020 | 00:52:10,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259MethodDeclarations.h +26 五月 2020 | 00:52:10,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221.h +26 五月 2020 | 00:52:10,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881MethodDeclarations.h +26 五月 2020 | 00:52:10,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330.h +26 五月 2020 | 00:52:10,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221MethodDeclarations.h +26 五月 2020 | 00:52:10,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330MethodDeclarations.h +26 五月 2020 | 00:52:10,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985.h +26 五月 2020 | 00:52:10,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985MethodDeclarations.h +26 五月 2020 | 00:52:10,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228.h +26 五月 2020 | 00:52:10,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364.h +26 五月 2020 | 00:52:10,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228MethodDeclarations.h +26 五月 2020 | 00:52:10,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364MethodDeclarations.h +26 五月 2020 | 00:52:10,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428.h +26 五月 2020 | 00:52:10,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175.h +26 五月 2020 | 00:52:10,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428MethodDeclarations.h +26 五月 2020 | 00:52:10,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522.h +26 五月 2020 | 00:52:10,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175MethodDeclarations.h +26 五月 2020 | 00:52:10,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912.h +26 五月 2020 | 00:52:10,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522MethodDeclarations.h +26 五月 2020 | 00:52:10,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013.h +26 五月 2020 | 00:52:10,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912MethodDeclarations.h +26 五月 2020 | 00:52:10,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013MethodDeclarations.h +26 五月 2020 | 00:52:10,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396.h +26 五月 2020 | 00:52:10,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961.h +26 五月 2020 | 00:52:10,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145.h +26 五月 2020 | 00:52:10,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396MethodDeclarations.h +26 五月 2020 | 00:52:10,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961MethodDeclarations.h +26 五月 2020 | 00:52:10,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145MethodDeclarations.h +26 五月 2020 | 00:52:10,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548.h +26 五月 2020 | 00:52:10,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055.h +26 五月 2020 | 00:52:10,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881.h +26 五月 2020 | 00:52:10,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548MethodDeclarations.h +26 五月 2020 | 00:52:10,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055MethodDeclarations.h +26 五月 2020 | 00:52:10,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881MethodDeclarations.h +26 五月 2020 | 00:52:10,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001.h +26 五月 2020 | 00:52:10,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221.h +26 五月 2020 | 00:52:10,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001MethodDeclarations.h +26 五月 2020 | 00:52:10,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985.h +26 五月 2020 | 00:52:10,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221MethodDeclarations.h +26 五月 2020 | 00:52:10,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219.h +26 五月 2020 | 00:52:10,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985MethodDeclarations.h +26 五月 2020 | 00:52:10,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219MethodDeclarations.h +26 五月 2020 | 00:52:10,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364.h +26 五月 2020 | 00:52:10,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428.h +26 五月 2020 | 00:52:10,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504.h +26 五月 2020 | 00:52:10,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364MethodDeclarations.h +26 五月 2020 | 00:52:10,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428MethodDeclarations.h +26 五月 2020 | 00:52:10,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504MethodDeclarations.h +26 五月 2020 | 00:52:10,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522.h +26 五月 2020 | 00:52:10,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912.h +26 五月 2020 | 00:52:10,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505.h +26 五月 2020 | 00:52:10,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912MethodDeclarations.h +26 五月 2020 | 00:52:10,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522MethodDeclarations.h +26 五月 2020 | 00:52:10,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505MethodDeclarations.h +26 五月 2020 | 00:52:10,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396.h +26 五月 2020 | 00:52:10,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370.h +26 五月 2020 | 00:52:10,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145.h +26 五月 2020 | 00:52:10,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396MethodDeclarations.h +26 五月 2020 | 00:52:10,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145MethodDeclarations.h +26 五月 2020 | 00:52:10,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370MethodDeclarations.h +26 五月 2020 | 00:52:10,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548.h +26 五月 2020 | 00:52:10,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214.h +26 五月 2020 | 00:52:10,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055.h +26 五月 2020 | 00:52:10,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548MethodDeclarations.h +26 五月 2020 | 00:52:10,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214MethodDeclarations.h +26 五月 2020 | 00:52:10,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001.h +26 五月 2020 | 00:52:10,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055MethodDeclarations.h +26 五月 2020 | 00:52:10,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462.h +26 五月 2020 | 00:52:10,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001MethodDeclarations.h +26 五月 2020 | 00:52:10,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221.h +26 五月 2020 | 00:52:10,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219.h +26 五月 2020 | 00:52:10,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462MethodDeclarations.h +26 五月 2020 | 00:52:10,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221MethodDeclarations.h +26 五月 2020 | 00:52:10,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219MethodDeclarations.h +26 五月 2020 | 00:52:10,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190.h +26 五月 2020 | 00:52:10,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504.h +26 五月 2020 | 00:52:10,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190MethodDeclarations.h +26 五月 2020 | 00:52:10,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504MethodDeclarations.h +26 五月 2020 | 00:52:10,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559.h +26 五月 2020 | 00:52:10,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505.h +26 五月 2020 | 00:52:10,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559MethodDeclarations.h +26 五月 2020 | 00:52:10,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428.h +26 五月 2020 | 00:52:10,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505MethodDeclarations.h +26 五月 2020 | 00:52:10,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428MethodDeclarations.h +26 五月 2020 | 00:52:10,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560.h +26 五月 2020 | 00:52:10,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912.h +26 五月 2020 | 00:52:10,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370.h +26 五月 2020 | 00:52:10,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912MethodDeclarations.h +26 五月 2020 | 00:52:10,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370MethodDeclarations.h +26 五月 2020 | 00:52:10,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396.h +26 五月 2020 | 00:52:10,070 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560MethodDeclarations.h +26 五月 2020 | 00:52:10,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214.h +26 五月 2020 | 00:52:10,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396MethodDeclarations.h +26 五月 2020 | 00:52:10,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214MethodDeclarations.h +26 五月 2020 | 00:52:10,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561.h +26 五月 2020 | 00:52:10,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548.h +26 五月 2020 | 00:52:10,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462.h +26 五月 2020 | 00:52:10,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561MethodDeclarations.h +26 五月 2020 | 00:52:10,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548MethodDeclarations.h +26 五月 2020 | 00:52:10,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228.h +26 五月 2020 | 00:52:10,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001.h +26 五月 2020 | 00:52:10,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228MethodDeclarations.h +26 五月 2020 | 00:52:10,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001MethodDeclarations.h +26 五月 2020 | 00:52:10,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462MethodDeclarations.h +26 五月 2020 | 00:52:10,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219.h +26 五月 2020 | 00:52:10,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019.h +26 五月 2020 | 00:52:10,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190.h +26 五月 2020 | 00:52:10,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219MethodDeclarations.h +26 五月 2020 | 00:52:10,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190MethodDeclarations.h +26 五月 2020 | 00:52:10,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019MethodDeclarations.h +26 五月 2020 | 00:52:10,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559.h +26 五月 2020 | 00:52:10,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504.h +26 五月 2020 | 00:52:10,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559MethodDeclarations.h +26 五月 2020 | 00:52:10,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504MethodDeclarations.h +26 五月 2020 | 00:52:10,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086.h +26 五月 2020 | 00:52:10,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505.h +26 五月 2020 | 00:52:10,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086MethodDeclarations.h +26 五月 2020 | 00:52:10,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505MethodDeclarations.h +26 五月 2020 | 00:52:10,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062.h +26 五月 2020 | 00:52:10,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370.h +26 五月 2020 | 00:52:10,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370MethodDeclarations.h +26 五月 2020 | 00:52:10,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560.h +26 五月 2020 | 00:52:10,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062MethodDeclarations.h +26 五月 2020 | 00:52:10,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214.h +26 五月 2020 | 00:52:10,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489.h +26 五月 2020 | 00:52:10,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489MethodDeclarations.h +26 五月 2020 | 00:52:10,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214MethodDeclarations.h +26 五月 2020 | 00:52:10,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560MethodDeclarations.h +26 五月 2020 | 00:52:10,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107.h +26 五月 2020 | 00:52:10,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462.h +26 五月 2020 | 00:52:10,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561.h +26 五月 2020 | 00:52:10,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107MethodDeclarations.h +26 五月 2020 | 00:52:10,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561MethodDeclarations.h +26 五月 2020 | 00:52:10,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228.h +26 五月 2020 | 00:52:10,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228MethodDeclarations.h +26 五月 2020 | 00:52:10,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462MethodDeclarations.h +26 五月 2020 | 00:52:10,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691.h +26 五月 2020 | 00:52:10,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019.h +26 五月 2020 | 00:52:10,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190.h +26 五月 2020 | 00:52:10,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691MethodDeclarations.h +26 五月 2020 | 00:52:10,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019MethodDeclarations.h +26 五月 2020 | 00:52:10,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190MethodDeclarations.h +26 五月 2020 | 00:52:10,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334.h +26 五月 2020 | 00:52:10,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559.h +26 五月 2020 | 00:52:10,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334MethodDeclarations.h +26 五月 2020 | 00:52:10,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559MethodDeclarations.h +26 五月 2020 | 00:52:10,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940.h +26 五月 2020 | 00:52:10,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086.h +26 五月 2020 | 00:52:10,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940MethodDeclarations.h +26 五月 2020 | 00:52:10,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560.h +26 五月 2020 | 00:52:10,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086MethodDeclarations.h +26 五月 2020 | 00:52:10,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777.h +26 五月 2020 | 00:52:10,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062.h +26 五月 2020 | 00:52:10,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560MethodDeclarations.h +26 五月 2020 | 00:52:10,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777MethodDeclarations.h +26 五月 2020 | 00:52:10,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561.h +26 五月 2020 | 00:52:10,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062MethodDeclarations.h +26 五月 2020 | 00:52:10,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561MethodDeclarations.h +26 五月 2020 | 00:52:10,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489.h +26 五月 2020 | 00:52:10,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742.h +26 五月 2020 | 00:52:10,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228.h +26 五月 2020 | 00:52:10,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489MethodDeclarations.h +26 五月 2020 | 00:52:10,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742MethodDeclarations.h +26 五月 2020 | 00:52:10,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228MethodDeclarations.h +26 五月 2020 | 00:52:10,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019.h +26 五月 2020 | 00:52:10,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019MethodDeclarations.h +26 五月 2020 | 00:52:10,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204.h +26 五月 2020 | 00:52:10,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107.h +26 五月 2020 | 00:52:10,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086.h +26 五月 2020 | 00:52:10,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086MethodDeclarations.h +26 五月 2020 | 00:52:10,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062.h +26 五月 2020 | 00:52:10,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107MethodDeclarations.h +26 五月 2020 | 00:52:10,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204MethodDeclarations.h +26 五月 2020 | 00:52:10,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062MethodDeclarations.h +26 五月 2020 | 00:52:10,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801.h +26 五月 2020 | 00:52:10,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489.h +26 五月 2020 | 00:52:10,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801MethodDeclarations.h +26 五月 2020 | 00:52:10,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691.h +26 五月 2020 | 00:52:10,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489MethodDeclarations.h +26 五月 2020 | 00:52:10,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691MethodDeclarations.h +26 五月 2020 | 00:52:10,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334.h +26 五月 2020 | 00:52:10,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334MethodDeclarations.h +26 五月 2020 | 00:52:10,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010.h +26 五月 2020 | 00:52:10,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107.h +26 五月 2020 | 00:52:10,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940.h +26 五月 2020 | 00:52:10,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010MethodDeclarations.h +26 五月 2020 | 00:52:10,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107MethodDeclarations.h +26 五月 2020 | 00:52:10,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432.h +26 五月 2020 | 00:52:10,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432MethodDeclarations.h +26 五月 2020 | 00:52:10,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183.h +26 五月 2020 | 00:52:10,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183MethodDeclarations.h +26 五月 2020 | 00:52:10,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121.h +26 五月 2020 | 00:52:10,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940MethodDeclarations.h +26 五月 2020 | 00:52:10,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691.h +26 五月 2020 | 00:52:10,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121MethodDeclarations.h +26 五月 2020 | 00:52:10,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691MethodDeclarations.h +26 五月 2020 | 00:52:10,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777.h +26 五月 2020 | 00:52:10,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702.h +26 五月 2020 | 00:52:10,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334.h +26 五月 2020 | 00:52:10,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777MethodDeclarations.h +26 五月 2020 | 00:52:10,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702MethodDeclarations.h +26 五月 2020 | 00:52:10,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334MethodDeclarations.h +26 五月 2020 | 00:52:10,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985.h +26 五月 2020 | 00:52:10,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940.h +26 五月 2020 | 00:52:10,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985MethodDeclarations.h +26 五月 2020 | 00:52:10,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742.h +26 五月 2020 | 00:52:10,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742MethodDeclarations.h +26 五月 2020 | 00:52:10,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204.h +26 五月 2020 | 00:52:10,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940MethodDeclarations.h +26 五月 2020 | 00:52:10,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276.h +26 五月 2020 | 00:52:10,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777.h +26 五月 2020 | 00:52:10,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777MethodDeclarations.h +26 五月 2020 | 00:52:10,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204MethodDeclarations.h +26 五月 2020 | 00:52:10,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276MethodDeclarations.h +26 五月 2020 | 00:52:10,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801.h +26 五月 2020 | 00:52:10,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801MethodDeclarations.h +26 五月 2020 | 00:52:10,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810.h +26 五月 2020 | 00:52:10,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742.h +26 五月 2020 | 00:52:10,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742MethodDeclarations.h +26 五月 2020 | 00:52:10,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204.h +26 五月 2020 | 00:52:10,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010.h +26 五月 2020 | 00:52:10,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810MethodDeclarations.h +26 五月 2020 | 00:52:10,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010MethodDeclarations.h +26 五月 2020 | 00:52:10,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072.h +26 五月 2020 | 00:52:10,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072MethodDeclarations.h +26 五月 2020 | 00:52:10,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432.h +26 五月 2020 | 00:52:10,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204MethodDeclarations.h +26 五月 2020 | 00:52:10,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813.h +26 五月 2020 | 00:52:10,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801.h +26 五月 2020 | 00:52:10,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432MethodDeclarations.h +26 五月 2020 | 00:52:10,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813MethodDeclarations.h +26 五月 2020 | 00:52:10,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183.h +26 五月 2020 | 00:52:10,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801MethodDeclarations.h +26 五月 2020 | 00:52:10,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894.h +26 五月 2020 | 00:52:10,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183MethodDeclarations.h +26 五月 2020 | 00:52:10,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894MethodDeclarations.h +26 五月 2020 | 00:52:10,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121.h +26 五月 2020 | 00:52:10,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430.h +26 五月 2020 | 00:52:10,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121MethodDeclarations.h +26 五月 2020 | 00:52:10,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702.h +26 五月 2020 | 00:52:10,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010.h +26 五月 2020 | 00:52:10,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430MethodDeclarations.h +26 五月 2020 | 00:52:10,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702MethodDeclarations.h +26 五月 2020 | 00:52:10,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010MethodDeclarations.h +26 五月 2020 | 00:52:10,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246.h +26 五月 2020 | 00:52:10,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985.h +26 五月 2020 | 00:52:10,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432.h +26 五月 2020 | 00:52:10,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246MethodDeclarations.h +26 五月 2020 | 00:52:10,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985MethodDeclarations.h +26 五月 2020 | 00:52:10,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432MethodDeclarations.h +26 五月 2020 | 00:52:10,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544.h +26 五月 2020 | 00:52:10,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276.h +26 五月 2020 | 00:52:10,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544MethodDeclarations.h +26 五月 2020 | 00:52:10,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183.h +26 五月 2020 | 00:52:10,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183MethodDeclarations.h +26 五月 2020 | 00:52:10,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276MethodDeclarations.h +26 五月 2020 | 00:52:10,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121MethodDeclarations.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702MethodDeclarations.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985MethodDeclarations.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829MethodDeclarations.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683MethodDeclarations.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891.h +26 五月 2020 | 00:52:10,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276.h +26 五月 2020 | 00:52:10,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891MethodDeclarations.h +26 五月 2020 | 00:52:10,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810MethodDeclarations.h +26 五月 2020 | 00:52:10,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072.h +26 五月 2020 | 00:52:10,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072MethodDeclarations.h +26 五月 2020 | 00:52:10,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813.h +26 五月 2020 | 00:52:10,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813MethodDeclarations.h +26 五月 2020 | 00:52:10,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276MethodDeclarations.h +26 五月 2020 | 00:52:10,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894.h +26 五月 2020 | 00:52:10,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664.h +26 五月 2020 | 00:52:10,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810.h +26 五月 2020 | 00:52:10,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894MethodDeclarations.h +26 五月 2020 | 00:52:10,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664MethodDeclarations.h +26 五月 2020 | 00:52:10,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430.h +26 五月 2020 | 00:52:10,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810MethodDeclarations.h +26 五月 2020 | 00:52:10,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134.h +26 五月 2020 | 00:52:10,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430MethodDeclarations.h +26 五月 2020 | 00:52:10,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072.h +26 五月 2020 | 00:52:10,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134MethodDeclarations.h +26 五月 2020 | 00:52:10,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246.h +26 五月 2020 | 00:52:10,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072MethodDeclarations.h +26 五月 2020 | 00:52:10,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427.h +26 五月 2020 | 00:52:10,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246MethodDeclarations.h +26 五月 2020 | 00:52:10,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813.h +26 五月 2020 | 00:52:10,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427MethodDeclarations.h +26 五月 2020 | 00:52:10,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544.h +26 五月 2020 | 00:52:10,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865.h +26 五月 2020 | 00:52:10,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813MethodDeclarations.h +26 五月 2020 | 00:52:10,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544MethodDeclarations.h +26 五月 2020 | 00:52:10,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894.h +26 五月 2020 | 00:52:10,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865MethodDeclarations.h +26 五月 2020 | 00:52:10,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829.h +26 五月 2020 | 00:52:10,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894MethodDeclarations.h +26 五月 2020 | 00:52:10,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726.h +26 五月 2020 | 00:52:10,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430.h +26 五月 2020 | 00:52:10,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829MethodDeclarations.h +26 五月 2020 | 00:52:10,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726MethodDeclarations.h +26 五月 2020 | 00:52:10,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430MethodDeclarations.h +26 五月 2020 | 00:52:10,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683.h +26 五月 2020 | 00:52:10,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057.h +26 五月 2020 | 00:52:10,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246.h +26 五月 2020 | 00:52:10,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683MethodDeclarations.h +26 五月 2020 | 00:52:10,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057MethodDeclarations.h +26 五月 2020 | 00:52:10,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246MethodDeclarations.h +26 五月 2020 | 00:52:10,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891.h +26 五月 2020 | 00:52:10,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869.h +26 五月 2020 | 00:52:10,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544.h +26 五月 2020 | 00:52:10,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891MethodDeclarations.h +26 五月 2020 | 00:52:10,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869MethodDeclarations.h +26 五月 2020 | 00:52:10,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544MethodDeclarations.h +26 五月 2020 | 00:52:10,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829.h +26 五月 2020 | 00:52:10,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664.h +26 五月 2020 | 00:52:10,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801.h +26 五月 2020 | 00:52:10,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829MethodDeclarations.h +26 五月 2020 | 00:52:10,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664MethodDeclarations.h +26 五月 2020 | 00:52:10,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801MethodDeclarations.h +26 五月 2020 | 00:52:10,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683.h +26 五月 2020 | 00:52:10,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414.h +26 五月 2020 | 00:52:10,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414MethodDeclarations.h +26 五月 2020 | 00:52:10,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683MethodDeclarations.h +26 五月 2020 | 00:52:10,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134.h +26 五月 2020 | 00:52:10,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076.h +26 五月 2020 | 00:52:10,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891.h +26 五月 2020 | 00:52:10,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134MethodDeclarations.h +26 五月 2020 | 00:52:10,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891MethodDeclarations.h +26 五月 2020 | 00:52:10,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427.h +26 五月 2020 | 00:52:10,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076MethodDeclarations.h +26 五月 2020 | 00:52:10,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664.h +26 五月 2020 | 00:52:10,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427MethodDeclarations.h +26 五月 2020 | 00:52:10,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511.h +26 五月 2020 | 00:52:10,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664MethodDeclarations.h +26 五月 2020 | 00:52:10,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865.h +26 五月 2020 | 00:52:10,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511MethodDeclarations.h +26 五月 2020 | 00:52:10,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865MethodDeclarations.h +26 五月 2020 | 00:52:10,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778.h +26 五月 2020 | 00:52:10,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134.h +26 五月 2020 | 00:52:10,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726.h +26 五月 2020 | 00:52:10,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134MethodDeclarations.h +26 五月 2020 | 00:52:10,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778MethodDeclarations.h +26 五月 2020 | 00:52:10,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427.h +26 五月 2020 | 00:52:10,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506.h +26 五月 2020 | 00:52:10,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726MethodDeclarations.h +26 五月 2020 | 00:52:10,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427MethodDeclarations.h +26 五月 2020 | 00:52:10,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057.h +26 五月 2020 | 00:52:10,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506MethodDeclarations.h +26 五月 2020 | 00:52:10,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865.h +26 五月 2020 | 00:52:10,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057MethodDeclarations.h +26 五月 2020 | 00:52:10,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072.h +26 五月 2020 | 00:52:10,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869.h +26 五月 2020 | 00:52:10,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072MethodDeclarations.h +26 五月 2020 | 00:52:10,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865MethodDeclarations.h +26 五月 2020 | 00:52:10,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869MethodDeclarations.h +26 五月 2020 | 00:52:10,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637.h +26 五月 2020 | 00:52:10,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726.h +26 五月 2020 | 00:52:10,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801.h +26 五月 2020 | 00:52:10,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726MethodDeclarations.h +26 五月 2020 | 00:52:10,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637MethodDeclarations.h +26 五月 2020 | 00:52:10,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801MethodDeclarations.h +26 五月 2020 | 00:52:10,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057.h +26 五月 2020 | 00:52:10,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745.h +26 五月 2020 | 00:52:10,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414.h +26 五月 2020 | 00:52:10,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057MethodDeclarations.h +26 五月 2020 | 00:52:10,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745MethodDeclarations.h +26 五月 2020 | 00:52:10,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869.h +26 五月 2020 | 00:52:10,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414MethodDeclarations.h +26 五月 2020 | 00:52:10,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169.h +26 五月 2020 | 00:52:10,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869MethodDeclarations.h +26 五月 2020 | 00:52:10,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076.h +26 五月 2020 | 00:52:10,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169MethodDeclarations.h +26 五月 2020 | 00:52:10,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076MethodDeclarations.h +26 五月 2020 | 00:52:10,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801.h +26 五月 2020 | 00:52:10,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272.h +26 五月 2020 | 00:52:10,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511.h +26 五月 2020 | 00:52:10,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801MethodDeclarations.h +26 五月 2020 | 00:52:10,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272MethodDeclarations.h +26 五月 2020 | 00:52:10,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414.h +26 五月 2020 | 00:52:10,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511MethodDeclarations.h +26 五月 2020 | 00:52:10,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414MethodDeclarations.h +26 五月 2020 | 00:52:10,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440.h +26 五月 2020 | 00:52:10,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778.h +26 五月 2020 | 00:52:10,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440MethodDeclarations.h +26 五月 2020 | 00:52:10,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076.h +26 五月 2020 | 00:52:10,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778MethodDeclarations.h +26 五月 2020 | 00:52:10,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331.h +26 五月 2020 | 00:52:10,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076MethodDeclarations.h +26 五月 2020 | 00:52:10,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506.h +26 五月 2020 | 00:52:10,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511.h +26 五月 2020 | 00:52:10,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506MethodDeclarations.h +26 五月 2020 | 00:52:10,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331MethodDeclarations.h +26 五月 2020 | 00:52:10,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511MethodDeclarations.h +26 五月 2020 | 00:52:10,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072.h +26 五月 2020 | 00:52:10,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318.h +26 五月 2020 | 00:52:10,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778.h +26 五月 2020 | 00:52:10,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072MethodDeclarations.h +26 五月 2020 | 00:52:10,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318MethodDeclarations.h +26 五月 2020 | 00:52:10,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013.h +26 五月 2020 | 00:52:10,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778MethodDeclarations.h +26 五月 2020 | 00:52:10,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013MethodDeclarations.h +26 五月 2020 | 00:52:10,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506.h +26 五月 2020 | 00:52:10,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637.h +26 五月 2020 | 00:52:10,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506MethodDeclarations.h +26 五月 2020 | 00:52:10,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812.h +26 五月 2020 | 00:52:10,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637MethodDeclarations.h +26 五月 2020 | 00:52:10,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072.h +26 五月 2020 | 00:52:10,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812MethodDeclarations.h +26 五月 2020 | 00:52:10,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072MethodDeclarations.h +26 五月 2020 | 00:52:10,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745.h +26 五月 2020 | 00:52:10,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283.h +26 五月 2020 | 00:52:10,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637.h +26 五月 2020 | 00:52:10,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745MethodDeclarations.h +26 五月 2020 | 00:52:10,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283MethodDeclarations.h +26 五月 2020 | 00:52:10,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169.h +26 五月 2020 | 00:52:10,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585.h +26 五月 2020 | 00:52:10,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637MethodDeclarations.h +26 五月 2020 | 00:52:10,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169MethodDeclarations.h +26 五月 2020 | 00:52:10,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585MethodDeclarations.h +26 五月 2020 | 00:52:10,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132.h +26 五月 2020 | 00:52:10,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745.h +26 五月 2020 | 00:52:10,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272.h +26 五月 2020 | 00:52:10,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132MethodDeclarations.h +26 五月 2020 | 00:52:10,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272MethodDeclarations.h +26 五月 2020 | 00:52:10,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078.h +26 五月 2020 | 00:52:10,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440.h +26 五月 2020 | 00:52:10,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078MethodDeclarations.h +26 五月 2020 | 00:52:10,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440MethodDeclarations.h +26 五月 2020 | 00:52:10,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632.h +26 五月 2020 | 00:52:10,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745MethodDeclarations.h +26 五月 2020 | 00:52:10,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632MethodDeclarations.h +26 五月 2020 | 00:52:10,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169.h +26 五月 2020 | 00:52:10,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495.h +26 五月 2020 | 00:52:10,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169MethodDeclarations.h +26 五月 2020 | 00:52:10,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331.h +26 五月 2020 | 00:52:10,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495MethodDeclarations.h +26 五月 2020 | 00:52:10,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603.h +26 五月 2020 | 00:52:10,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272.h +26 五月 2020 | 00:52:10,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331MethodDeclarations.h +26 五月 2020 | 00:52:10,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272MethodDeclarations.h +26 五月 2020 | 00:52:10,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318.h +26 五月 2020 | 00:52:10,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603MethodDeclarations.h +26 五月 2020 | 00:52:10,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440.h +26 五月 2020 | 00:52:10,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529.h +26 五月 2020 | 00:52:10,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440MethodDeclarations.h +26 五月 2020 | 00:52:10,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529MethodDeclarations.h +26 五月 2020 | 00:52:10,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318MethodDeclarations.h +26 五月 2020 | 00:52:10,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205.h +26 五月 2020 | 00:52:10,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331.h +26 五月 2020 | 00:52:10,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205MethodDeclarations.h +26 五月 2020 | 00:52:10,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013.h +26 五月 2020 | 00:52:10,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331MethodDeclarations.h +26 五月 2020 | 00:52:10,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013MethodDeclarations.h +26 五月 2020 | 00:52:10,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416.h +26 五月 2020 | 00:52:10,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318.h +26 五月 2020 | 00:52:10,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812.h +26 五月 2020 | 00:52:10,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416MethodDeclarations.h +26 五月 2020 | 00:52:10,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318MethodDeclarations.h +26 五月 2020 | 00:52:10,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668.h +26 五月 2020 | 00:52:10,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812MethodDeclarations.h +26 五月 2020 | 00:52:10,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013.h +26 五月 2020 | 00:52:10,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668MethodDeclarations.h +26 五月 2020 | 00:52:10,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013MethodDeclarations.h +26 五月 2020 | 00:52:10,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740.h +26 五月 2020 | 00:52:10,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283.h +26 五月 2020 | 00:52:10,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812.h +26 五月 2020 | 00:52:10,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740MethodDeclarations.h +26 五月 2020 | 00:52:10,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283MethodDeclarations.h +26 五月 2020 | 00:52:10,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585.h +26 五月 2020 | 00:52:10,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812MethodDeclarations.h +26 五月 2020 | 00:52:10,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898.h +26 五月 2020 | 00:52:10,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898MethodDeclarations.h +26 五月 2020 | 00:52:10,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283.h +26 五月 2020 | 00:52:10,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585MethodDeclarations.h +26 五月 2020 | 00:52:10,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374.h +26 五月 2020 | 00:52:10,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283MethodDeclarations.h +26 五月 2020 | 00:52:10,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132.h +26 五月 2020 | 00:52:10,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374MethodDeclarations.h +26 五月 2020 | 00:52:10,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585.h +26 五月 2020 | 00:52:10,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132MethodDeclarations.h +26 五月 2020 | 00:52:10,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113.h +26 五月 2020 | 00:52:10,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078.h +26 五月 2020 | 00:52:10,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585MethodDeclarations.h +26 五月 2020 | 00:52:10,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078MethodDeclarations.h +26 五月 2020 | 00:52:10,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113MethodDeclarations.h +26 五月 2020 | 00:52:10,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132.h +26 五月 2020 | 00:52:10,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597.h +26 五月 2020 | 00:52:10,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632.h +26 五月 2020 | 00:52:10,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132MethodDeclarations.h +26 五月 2020 | 00:52:10,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632MethodDeclarations.h +26 五月 2020 | 00:52:10,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597MethodDeclarations.h +26 五月 2020 | 00:52:10,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078.h +26 五月 2020 | 00:52:10,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495.h +26 五月 2020 | 00:52:10,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698.h +26 五月 2020 | 00:52:10,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078MethodDeclarations.h +26 五月 2020 | 00:52:10,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495MethodDeclarations.h +26 五月 2020 | 00:52:10,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698MethodDeclarations.h +26 五月 2020 | 00:52:10,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603.h +26 五月 2020 | 00:52:10,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343.h +26 五月 2020 | 00:52:10,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632.h +26 五月 2020 | 00:52:10,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603MethodDeclarations.h +26 五月 2020 | 00:52:10,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343MethodDeclarations.h +26 五月 2020 | 00:52:10,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632MethodDeclarations.h +26 五月 2020 | 00:52:10,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686.h +26 五月 2020 | 00:52:10,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495.h +26 五月 2020 | 00:52:10,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529.h +26 五月 2020 | 00:52:10,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529MethodDeclarations.h +26 五月 2020 | 00:52:10,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686MethodDeclarations.h +26 五月 2020 | 00:52:10,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749.h +26 五月 2020 | 00:52:10,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274.h +26 五月 2020 | 00:52:10,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579.h +26 五月 2020 | 00:52:10,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687MethodDeclarations.h +26 五月 2020 | 00:52:10,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894MethodDeclarations.h +26 五月 2020 | 00:52:10,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579MethodDeclarations.h +26 五月 2020 | 00:52:10,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749.h +26 五月 2020 | 00:52:10,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668.h +26 五月 2020 | 00:52:10,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596.h +26 五月 2020 | 00:52:10,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749MethodDeclarations.h +26 五月 2020 | 00:52:10,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668MethodDeclarations.h +26 五月 2020 | 00:52:10,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596MethodDeclarations.h +26 五月 2020 | 00:52:10,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949.h +26 五月 2020 | 00:52:10,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159.h +26 五月 2020 | 00:52:10,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960.h +26 五月 2020 | 00:52:10,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949MethodDeclarations.h +26 五月 2020 | 00:52:10,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159MethodDeclarations.h +26 五月 2020 | 00:52:10,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960MethodDeclarations.h +26 五月 2020 | 00:52:10,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661.h +26 五月 2020 | 00:52:10,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827.h +26 五月 2020 | 00:52:10,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011.h +26 五月 2020 | 00:52:10,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661MethodDeclarations.h +26 五月 2020 | 00:52:10,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827MethodDeclarations.h +26 五月 2020 | 00:52:10,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011MethodDeclarations.h +26 五月 2020 | 00:52:10,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633.h +26 五月 2020 | 00:52:10,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997.h +26 五月 2020 | 00:52:10,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917.h +26 五月 2020 | 00:52:10,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917MethodDeclarations.h +26 五月 2020 | 00:52:10,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633MethodDeclarations.h +26 五月 2020 | 00:52:10,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997MethodDeclarations.h +26 五月 2020 | 00:52:10,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707.h +26 五月 2020 | 00:52:10,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394.h +26 五月 2020 | 00:52:10,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803.h +26 五月 2020 | 00:52:10,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707MethodDeclarations.h +26 五月 2020 | 00:52:10,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394MethodDeclarations.h +26 五月 2020 | 00:52:10,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803MethodDeclarations.h +26 五月 2020 | 00:52:10,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017.h +26 五月 2020 | 00:52:10,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602.h +26 五月 2020 | 00:52:10,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377.h +26 五月 2020 | 00:52:10,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017MethodDeclarations.h +26 五月 2020 | 00:52:10,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602MethodDeclarations.h +26 五月 2020 | 00:52:10,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377MethodDeclarations.h +26 五月 2020 | 00:52:10,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011.h +26 五月 2020 | 00:52:10,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496.h +26 五月 2020 | 00:52:10,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496MethodDeclarations.h +26 五月 2020 | 00:52:10,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011MethodDeclarations.h +26 五月 2020 | 00:52:10,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761.h +26 五月 2020 | 00:52:10,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865.h +26 五月 2020 | 00:52:10,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489.h +26 五月 2020 | 00:52:10,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761MethodDeclarations.h +26 五月 2020 | 00:52:10,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865MethodDeclarations.h +26 五月 2020 | 00:52:10,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489MethodDeclarations.h +26 五月 2020 | 00:52:10,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591.h +26 五月 2020 | 00:52:10,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060.h +26 五月 2020 | 00:52:10,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579.h +26 五月 2020 | 00:52:10,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591MethodDeclarations.h +26 五月 2020 | 00:52:10,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060MethodDeclarations.h +26 五月 2020 | 00:52:10,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579MethodDeclarations.h +26 五月 2020 | 00:52:10,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153.h +26 五月 2020 | 00:52:10,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889.h +26 五月 2020 | 00:52:10,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668.h +26 五月 2020 | 00:52:10,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153MethodDeclarations.h +26 五月 2020 | 00:52:10,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889MethodDeclarations.h +26 五月 2020 | 00:52:10,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668MethodDeclarations.h +26 五月 2020 | 00:52:10,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684.h +26 五月 2020 | 00:52:10,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274.h +26 五月 2020 | 00:52:10,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159.h +26 五月 2020 | 00:52:10,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684MethodDeclarations.h +26 五月 2020 | 00:52:10,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159MethodDeclarations.h +26 五月 2020 | 00:52:10,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274MethodDeclarations.h +26 五月 2020 | 00:52:10,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503.h +26 五月 2020 | 00:52:10,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396.h +26 五月 2020 | 00:52:10,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011.h +26 五月 2020 | 00:52:10,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503MethodDeclarations.h +26 五月 2020 | 00:52:10,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011MethodDeclarations.h +26 五月 2020 | 00:52:10,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396MethodDeclarations.h +26 五月 2020 | 00:52:10,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917.h +26 五月 2020 | 00:52:10,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917.h +26 五月 2020 | 00:52:10,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387.h +26 五月 2020 | 00:52:10,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917MethodDeclarations.h +26 五月 2020 | 00:52:10,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917MethodDeclarations.h +26 五月 2020 | 00:52:10,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707.h +26 五月 2020 | 00:52:10,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387MethodDeclarations.h +26 五月 2020 | 00:52:10,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707MethodDeclarations.h +26 五月 2020 | 00:52:10,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093.h +26 五月 2020 | 00:52:10,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995.h +26 五月 2020 | 00:52:10,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017.h +26 五月 2020 | 00:52:10,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995MethodDeclarations.h +26 五月 2020 | 00:52:10,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093MethodDeclarations.h +26 五月 2020 | 00:52:10,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017MethodDeclarations.h +26 五月 2020 | 00:52:10,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258.h +26 五月 2020 | 00:52:10,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805.h +26 五月 2020 | 00:52:10,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258MethodDeclarations.h +26 五月 2020 | 00:52:10,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761.h +26 五月 2020 | 00:52:10,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805MethodDeclarations.h +26 五月 2020 | 00:52:10,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165.h +26 五月 2020 | 00:52:10,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097.h +26 五月 2020 | 00:52:10,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761MethodDeclarations.h +26 五月 2020 | 00:52:10,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097MethodDeclarations.h +26 五月 2020 | 00:52:10,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591.h +26 五月 2020 | 00:52:10,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165MethodDeclarations.h +26 五月 2020 | 00:52:10,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929.h +26 五月 2020 | 00:52:10,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591MethodDeclarations.h +26 五月 2020 | 00:52:10,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257.h +26 五月 2020 | 00:52:10,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929MethodDeclarations.h +26 五月 2020 | 00:52:10,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153.h +26 五月 2020 | 00:52:10,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257MethodDeclarations.h +26 五月 2020 | 00:52:10,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788.h +26 五月 2020 | 00:52:10,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153MethodDeclarations.h +26 五月 2020 | 00:52:10,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382.h +26 五月 2020 | 00:52:10,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788MethodDeclarations.h +26 五月 2020 | 00:52:10,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684.h +26 五月 2020 | 00:52:10,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382MethodDeclarations.h +26 五月 2020 | 00:52:10,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087.h +26 五月 2020 | 00:52:10,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684MethodDeclarations.h +26 五月 2020 | 00:52:10,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315.h +26 五月 2020 | 00:52:10,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087MethodDeclarations.h +26 五月 2020 | 00:52:10,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503.h +26 五月 2020 | 00:52:10,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623.h +26 五月 2020 | 00:52:10,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315MethodDeclarations.h +26 五月 2020 | 00:52:10,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503MethodDeclarations.h +26 五月 2020 | 00:52:10,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623MethodDeclarations.h +26 五月 2020 | 00:52:10,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917.h +26 五月 2020 | 00:52:10,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687.h +26 五月 2020 | 00:52:10,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019.h +26 五月 2020 | 00:52:10,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917MethodDeclarations.h +26 五月 2020 | 00:52:10,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995.h +26 五月 2020 | 00:52:10,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019MethodDeclarations.h +26 五月 2020 | 00:52:10,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687MethodDeclarations.h +26 五月 2020 | 00:52:10,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632.h +26 五月 2020 | 00:52:10,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596.h +26 五月 2020 | 00:52:10,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995MethodDeclarations.h +26 五月 2020 | 00:52:10,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632MethodDeclarations.h +26 五月 2020 | 00:52:10,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805.h +26 五月 2020 | 00:52:10,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596MethodDeclarations.h +26 五月 2020 | 00:52:10,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123.h +26 五月 2020 | 00:52:10,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805MethodDeclarations.h +26 五月 2020 | 00:52:10,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960.h +26 五月 2020 | 00:52:10,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123MethodDeclarations.h +26 五月 2020 | 00:52:10,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960MethodDeclarations.h +26 五月 2020 | 00:52:10,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097.h +26 五月 2020 | 00:52:10,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562.h +26 五月 2020 | 00:52:10,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562MethodDeclarations.h +26 五月 2020 | 00:52:10,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827.h +26 五月 2020 | 00:52:10,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097MethodDeclarations.h +26 五月 2020 | 00:52:10,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119.h +26 五月 2020 | 00:52:10,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827MethodDeclarations.h +26 五月 2020 | 00:52:10,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929.h +26 五月 2020 | 00:52:10,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119MethodDeclarations.h +26 五月 2020 | 00:52:10,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633.h +26 五月 2020 | 00:52:10,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929MethodDeclarations.h +26 五月 2020 | 00:52:10,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689.h +26 五月 2020 | 00:52:10,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633MethodDeclarations.h +26 五月 2020 | 00:52:10,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689MethodDeclarations.h +26 五月 2020 | 00:52:10,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788.h +26 五月 2020 | 00:52:10,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394.h +26 五月 2020 | 00:52:10,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329.h +26 五月 2020 | 00:52:10,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394MethodDeclarations.h +26 五月 2020 | 00:52:10,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788MethodDeclarations.h +26 五月 2020 | 00:52:10,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329MethodDeclarations.h +26 五月 2020 | 00:52:10,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087.h +26 五月 2020 | 00:52:10,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602.h +26 五月 2020 | 00:52:10,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153.h +26 五月 2020 | 00:52:10,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087MethodDeclarations.h +26 五月 2020 | 00:52:10,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602MethodDeclarations.h +26 五月 2020 | 00:52:10,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153MethodDeclarations.h +26 五月 2020 | 00:52:10,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623.h +26 五月 2020 | 00:52:10,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011.h +26 五月 2020 | 00:52:10,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241.h +26 五月 2020 | 00:52:10,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623MethodDeclarations.h +26 五月 2020 | 00:52:10,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011MethodDeclarations.h +26 五月 2020 | 00:52:10,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241MethodDeclarations.h +26 五月 2020 | 00:52:10,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019.h +26 五月 2020 | 00:52:10,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466.h +26 五月 2020 | 00:52:10,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489.h +26 五月 2020 | 00:52:10,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019MethodDeclarations.h +26 五月 2020 | 00:52:10,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466MethodDeclarations.h +26 五月 2020 | 00:52:10,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632.h +26 五月 2020 | 00:52:10,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489MethodDeclarations.h +26 五月 2020 | 00:52:10,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467.h +26 五月 2020 | 00:52:10,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632MethodDeclarations.h +26 五月 2020 | 00:52:10,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579.h +26 五月 2020 | 00:52:10,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123.h +26 五月 2020 | 00:52:10,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467MethodDeclarations.h +26 五月 2020 | 00:52:10,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579MethodDeclarations.h +26 五月 2020 | 00:52:10,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123MethodDeclarations.h +26 五月 2020 | 00:52:10,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668.h +26 五月 2020 | 00:52:10,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468.h +26 五月 2020 | 00:52:10,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562.h +26 五月 2020 | 00:52:10,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668MethodDeclarations.h +26 五月 2020 | 00:52:10,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468MethodDeclarations.h +26 五月 2020 | 00:52:10,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562MethodDeclarations.h +26 五月 2020 | 00:52:10,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159.h +26 五月 2020 | 00:52:10,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039.h +26 五月 2020 | 00:52:10,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119.h +26 五月 2020 | 00:52:10,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159MethodDeclarations.h +26 五月 2020 | 00:52:10,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039MethodDeclarations.h +26 五月 2020 | 00:52:10,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119MethodDeclarations.h +26 五月 2020 | 00:52:10,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011.h +26 五月 2020 | 00:52:10,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120.h +26 五月 2020 | 00:52:10,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689.h +26 五月 2020 | 00:52:10,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011MethodDeclarations.h +26 五月 2020 | 00:52:10,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689MethodDeclarations.h +26 五月 2020 | 00:52:10,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120MethodDeclarations.h +26 五月 2020 | 00:52:10,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917.h +26 五月 2020 | 00:52:10,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917MethodDeclarations.h +26 五月 2020 | 00:52:10,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116.h +26 五月 2020 | 00:52:10,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707.h +26 五月 2020 | 00:52:10,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329.h +26 五月 2020 | 00:52:10,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707MethodDeclarations.h +26 五月 2020 | 00:52:10,942 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116MethodDeclarations.h +26 五月 2020 | 00:52:10,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329MethodDeclarations.h +26 五月 2020 | 00:52:10,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017.h +26 五月 2020 | 00:52:10,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153.h +26 五月 2020 | 00:52:10,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017MethodDeclarations.h +26 五月 2020 | 00:52:10,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153MethodDeclarations.h +26 五月 2020 | 00:52:10,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971.h +26 五月 2020 | 00:52:10,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761.h +26 五月 2020 | 00:52:10,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241.h +26 五月 2020 | 00:52:10,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761MethodDeclarations.h +26 五月 2020 | 00:52:10,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971MethodDeclarations.h +26 五月 2020 | 00:52:10,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241MethodDeclarations.h +26 五月 2020 | 00:52:10,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171.h +26 五月 2020 | 00:52:10,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591.h +26 五月 2020 | 00:52:10,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466.h +26 五月 2020 | 00:52:10,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171MethodDeclarations.h +26 五月 2020 | 00:52:10,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591MethodDeclarations.h +26 五月 2020 | 00:52:10,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466MethodDeclarations.h +26 五月 2020 | 00:52:10,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883.h +26 五月 2020 | 00:52:10,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153.h +26 五月 2020 | 00:52:10,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467.h +26 五月 2020 | 00:52:10,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883MethodDeclarations.h +26 五月 2020 | 00:52:10,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153MethodDeclarations.h +26 五月 2020 | 00:52:10,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467MethodDeclarations.h +26 五月 2020 | 00:52:10,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219.h +26 五月 2020 | 00:52:10,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684.h +26 五月 2020 | 00:52:10,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468.h +26 五月 2020 | 00:52:10,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219MethodDeclarations.h +26 五月 2020 | 00:52:10,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684MethodDeclarations.h +26 五月 2020 | 00:52:10,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468MethodDeclarations.h +26 五月 2020 | 00:52:10,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025.h +26 五月 2020 | 00:52:10,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503.h +26 五月 2020 | 00:52:10,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039.h +26 五月 2020 | 00:52:10,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025MethodDeclarations.h +26 五月 2020 | 00:52:10,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503MethodDeclarations.h +26 五月 2020 | 00:52:10,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039MethodDeclarations.h +26 五月 2020 | 00:52:10,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766.h +26 五月 2020 | 00:52:10,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917.h +26 五月 2020 | 00:52:10,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766MethodDeclarations.h +26 五月 2020 | 00:52:10,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120.h +26 五月 2020 | 00:52:10,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917MethodDeclarations.h +26 五月 2020 | 00:52:10,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599.h +26 五月 2020 | 00:52:10,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120MethodDeclarations.h +26 五月 2020 | 00:52:10,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995.h +26 五月 2020 | 00:52:10,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599MethodDeclarations.h +26 五月 2020 | 00:52:10,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116.h +26 五月 2020 | 00:52:10,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995MethodDeclarations.h +26 五月 2020 | 00:52:10,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405.h +26 五月 2020 | 00:52:10,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116MethodDeclarations.h +26 五月 2020 | 00:52:10,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805.h +26 五月 2020 | 00:52:10,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405MethodDeclarations.h +26 五月 2020 | 00:52:10,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805MethodDeclarations.h +26 五月 2020 | 00:52:10,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971.h +26 五月 2020 | 00:52:10,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097.h +26 五月 2020 | 00:52:10,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971MethodDeclarations.h +26 五月 2020 | 00:52:10,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097MethodDeclarations.h +26 五月 2020 | 00:52:10,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718.h +26 五月 2020 | 00:52:10,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171.h +26 五月 2020 | 00:52:10,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929.h +26 五月 2020 | 00:52:10,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718MethodDeclarations.h +26 五月 2020 | 00:52:10,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171MethodDeclarations.h +26 五月 2020 | 00:52:10,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929MethodDeclarations.h +26 五月 2020 | 00:52:10,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905.h +26 五月 2020 | 00:52:10,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883.h +26 五月 2020 | 00:52:10,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788.h +26 五月 2020 | 00:52:10,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905MethodDeclarations.h +26 五月 2020 | 00:52:10,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883MethodDeclarations.h +26 五月 2020 | 00:52:10,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788MethodDeclarations.h +26 五月 2020 | 00:52:10,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087.h +26 五月 2020 | 00:52:10,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219.h +26 五月 2020 | 00:52:10,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087.h +26 五月 2020 | 00:52:10,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087MethodDeclarations.h +26 五月 2020 | 00:52:10,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219MethodDeclarations.h +26 五月 2020 | 00:52:10,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087MethodDeclarations.h +26 五月 2020 | 00:52:10,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025.h +26 五月 2020 | 00:52:10,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282.h +26 五月 2020 | 00:52:10,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623.h +26 五月 2020 | 00:52:10,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025MethodDeclarations.h +26 五月 2020 | 00:52:10,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282MethodDeclarations.h +26 五月 2020 | 00:52:10,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623MethodDeclarations.h +26 五月 2020 | 00:52:10,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766.h +26 五月 2020 | 00:52:10,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019.h +26 五月 2020 | 00:52:10,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766MethodDeclarations.h +26 五月 2020 | 00:52:10,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111.h +26 五月 2020 | 00:52:11,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019MethodDeclarations.h +26 五月 2020 | 00:52:11,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599.h +26 五月 2020 | 00:52:11,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111MethodDeclarations.h +26 五月 2020 | 00:52:11,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632.h +26 五月 2020 | 00:52:11,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113.h +26 五月 2020 | 00:52:11,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599MethodDeclarations.h +26 五月 2020 | 00:52:11,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632MethodDeclarations.h +26 五月 2020 | 00:52:11,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113MethodDeclarations.h +26 五月 2020 | 00:52:11,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405.h +26 五月 2020 | 00:52:11,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123.h +26 五月 2020 | 00:52:11,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405MethodDeclarations.h +26 五月 2020 | 00:52:11,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496.h +26 五月 2020 | 00:52:11,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718.h +26 五月 2020 | 00:52:11,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496MethodDeclarations.h +26 五月 2020 | 00:52:11,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718MethodDeclarations.h +26 五月 2020 | 00:52:11,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618.h +26 五月 2020 | 00:52:11,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123MethodDeclarations.h +26 五月 2020 | 00:52:11,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905.h +26 五月 2020 | 00:52:11,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618MethodDeclarations.h +26 五月 2020 | 00:52:11,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905MethodDeclarations.h +26 五月 2020 | 00:52:11,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562.h +26 五月 2020 | 00:52:11,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562MethodDeclarations.h +26 五月 2020 | 00:52:11,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609.h +26 五月 2020 | 00:52:11,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087.h +26 五月 2020 | 00:52:11,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119.h +26 五月 2020 | 00:52:11,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609MethodDeclarations.h +26 五月 2020 | 00:52:11,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087MethodDeclarations.h +26 五月 2020 | 00:52:11,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119MethodDeclarations.h +26 五月 2020 | 00:52:11,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315.h +26 五月 2020 | 00:52:11,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689.h +26 五月 2020 | 00:52:11,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282.h +26 五月 2020 | 00:52:11,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315MethodDeclarations.h +26 五月 2020 | 00:52:11,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689MethodDeclarations.h +26 五月 2020 | 00:52:11,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282MethodDeclarations.h +26 五月 2020 | 00:52:11,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480.h +26 五月 2020 | 00:52:11,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111.h +26 五月 2020 | 00:52:11,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329.h +26 五月 2020 | 00:52:11,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480MethodDeclarations.h +26 五月 2020 | 00:52:11,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111MethodDeclarations.h +26 五月 2020 | 00:52:11,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329MethodDeclarations.h +26 五月 2020 | 00:52:11,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387.h +26 五月 2020 | 00:52:11,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113.h +26 五月 2020 | 00:52:11,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153.h +26 五月 2020 | 00:52:11,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387MethodDeclarations.h +26 五月 2020 | 00:52:11,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153MethodDeclarations.h +26 五月 2020 | 00:52:11,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113MethodDeclarations.h +26 五月 2020 | 00:52:11,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479.h +26 五月 2020 | 00:52:11,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241.h +26 五月 2020 | 00:52:11,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496.h +26 五月 2020 | 00:52:11,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479MethodDeclarations.h +26 五月 2020 | 00:52:11,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241MethodDeclarations.h +26 五月 2020 | 00:52:11,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496MethodDeclarations.h +26 五月 2020 | 00:52:11,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537.h +26 五月 2020 | 00:52:11,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466.h +26 五月 2020 | 00:52:11,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618.h +26 五月 2020 | 00:52:11,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537MethodDeclarations.h +26 五月 2020 | 00:52:11,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466MethodDeclarations.h +26 五月 2020 | 00:52:11,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051.h +26 五月 2020 | 00:52:11,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618MethodDeclarations.h +26 五月 2020 | 00:52:11,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467.h +26 五月 2020 | 00:52:11,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051MethodDeclarations.h +26 五月 2020 | 00:52:11,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609.h +26 五月 2020 | 00:52:11,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467MethodDeclarations.h +26 五月 2020 | 00:52:11,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609MethodDeclarations.h +26 五月 2020 | 00:52:11,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818.h +26 五月 2020 | 00:52:11,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468.h +26 五月 2020 | 00:52:11,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315.h +26 五月 2020 | 00:52:11,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818MethodDeclarations.h +26 五月 2020 | 00:52:11,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182.h +26 五月 2020 | 00:52:11,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468MethodDeclarations.h +26 五月 2020 | 00:52:11,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315MethodDeclarations.h +26 五月 2020 | 00:52:11,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182MethodDeclarations.h +26 五月 2020 | 00:52:11,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480.h +26 五月 2020 | 00:52:11,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886.h +26 五月 2020 | 00:52:11,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039.h +26 五月 2020 | 00:52:11,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480MethodDeclarations.h +26 五月 2020 | 00:52:11,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886MethodDeclarations.h +26 五月 2020 | 00:52:11,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039MethodDeclarations.h +26 五月 2020 | 00:52:11,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387.h +26 五月 2020 | 00:52:11,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120.h +26 五月 2020 | 00:52:11,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049.h +26 五月 2020 | 00:52:11,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387MethodDeclarations.h +26 五月 2020 | 00:52:11,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120MethodDeclarations.h +26 五月 2020 | 00:52:11,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116.h +26 五月 2020 | 00:52:11,056 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479.h +26 五月 2020 | 00:52:11,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049MethodDeclarations.h +26 五月 2020 | 00:52:11,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116MethodDeclarations.h +26 五月 2020 | 00:52:11,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479MethodDeclarations.h +26 五月 2020 | 00:52:11,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855.h +26 五月 2020 | 00:52:11,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971.h +26 五月 2020 | 00:52:11,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537.h +26 五月 2020 | 00:52:11,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855MethodDeclarations.h +26 五月 2020 | 00:52:11,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616.h +26 五月 2020 | 00:52:11,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971MethodDeclarations.h +26 五月 2020 | 00:52:11,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537MethodDeclarations.h +26 五月 2020 | 00:52:11,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171.h +26 五月 2020 | 00:52:11,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616MethodDeclarations.h +26 五月 2020 | 00:52:11,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171MethodDeclarations.h +26 五月 2020 | 00:52:11,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842.h +26 五月 2020 | 00:52:11,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051.h +26 五月 2020 | 00:52:11,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883.h +26 五月 2020 | 00:52:11,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842MethodDeclarations.h +26 五月 2020 | 00:52:11,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883MethodDeclarations.h +26 五月 2020 | 00:52:11,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051MethodDeclarations.h +26 五月 2020 | 00:52:11,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824.h +26 五月 2020 | 00:52:11,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219.h +26 五月 2020 | 00:52:11,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824MethodDeclarations.h +26 五月 2020 | 00:52:11,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219MethodDeclarations.h +26 五月 2020 | 00:52:11,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818.h +26 五月 2020 | 00:52:11,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025.h +26 五月 2020 | 00:52:11,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233.h +26 五月 2020 | 00:52:11,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025MethodDeclarations.h +26 五月 2020 | 00:52:11,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233MethodDeclarations.h +26 五月 2020 | 00:52:11,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818MethodDeclarations.h +26 五月 2020 | 00:52:11,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766.h +26 五月 2020 | 00:52:11,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711.h +26 五月 2020 | 00:52:11,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182.h +26 五月 2020 | 00:52:11,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711MethodDeclarations.h +26 五月 2020 | 00:52:11,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766MethodDeclarations.h +26 五月 2020 | 00:52:11,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182MethodDeclarations.h +26 五月 2020 | 00:52:11,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599.h +26 五月 2020 | 00:52:11,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801.h +26 五月 2020 | 00:52:11,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886.h +26 五月 2020 | 00:52:11,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801MethodDeclarations.h +26 五月 2020 | 00:52:11,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599MethodDeclarations.h +26 五月 2020 | 00:52:11,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886MethodDeclarations.h +26 五月 2020 | 00:52:11,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405.h +26 五月 2020 | 00:52:11,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890.h +26 五月 2020 | 00:52:11,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049.h +26 五月 2020 | 00:52:11,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405MethodDeclarations.h +26 五月 2020 | 00:52:11,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890MethodDeclarations.h +26 五月 2020 | 00:52:11,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049MethodDeclarations.h +26 五月 2020 | 00:52:11,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718.h +26 五月 2020 | 00:52:11,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855.h +26 五月 2020 | 00:52:11,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718MethodDeclarations.h +26 五月 2020 | 00:52:11,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381.h +26 五月 2020 | 00:52:11,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855MethodDeclarations.h +26 五月 2020 | 00:52:11,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905.h +26 五月 2020 | 00:52:11,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381MethodDeclarations.h +26 五月 2020 | 00:52:11,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616.h +26 五月 2020 | 00:52:11,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826.h +26 五月 2020 | 00:52:11,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905MethodDeclarations.h +26 五月 2020 | 00:52:11,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826MethodDeclarations.h +26 五月 2020 | 00:52:11,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087.h +26 五月 2020 | 00:52:11,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233.h +26 五月 2020 | 00:52:11,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087MethodDeclarations.h +26 五月 2020 | 00:52:11,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233MethodDeclarations.h +26 五月 2020 | 00:52:11,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616MethodDeclarations.h +26 五月 2020 | 00:52:11,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282.h +26 五月 2020 | 00:52:11,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282MethodDeclarations.h +26 五月 2020 | 00:52:11,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111.h +26 五月 2020 | 00:52:11,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047.h +26 五月 2020 | 00:52:11,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111MethodDeclarations.h +26 五月 2020 | 00:52:11,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047MethodDeclarations.h +26 五月 2020 | 00:52:11,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528.h +26 五月 2020 | 00:52:11,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842.h +26 五月 2020 | 00:52:11,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113.h +26 五月 2020 | 00:52:11,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528MethodDeclarations.h +26 五月 2020 | 00:52:11,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842MethodDeclarations.h +26 五月 2020 | 00:52:11,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590.h +26 五月 2020 | 00:52:11,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113MethodDeclarations.h +26 五月 2020 | 00:52:11,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824.h +26 五月 2020 | 00:52:11,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496.h +26 五月 2020 | 00:52:11,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824MethodDeclarations.h +26 五月 2020 | 00:52:11,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590MethodDeclarations.h +26 五月 2020 | 00:52:11,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496MethodDeclarations.h +26 五月 2020 | 00:52:11,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233.h +26 五月 2020 | 00:52:11,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233MethodDeclarations.h +26 五月 2020 | 00:52:11,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356.h +26 五月 2020 | 00:52:11,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618.h +26 五月 2020 | 00:52:11,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356MethodDeclarations.h +26 五月 2020 | 00:52:11,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711.h +26 五月 2020 | 00:52:11,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618MethodDeclarations.h +26 五月 2020 | 00:52:11,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711MethodDeclarations.h +26 五月 2020 | 00:52:11,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435.h +26 五月 2020 | 00:52:11,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609.h +26 五月 2020 | 00:52:11,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435MethodDeclarations.h +26 五月 2020 | 00:52:11,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801.h +26 五月 2020 | 00:52:11,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609MethodDeclarations.h +26 五月 2020 | 00:52:11,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537.h +26 五月 2020 | 00:52:11,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315.h +26 五月 2020 | 00:52:11,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801MethodDeclarations.h +26 五月 2020 | 00:52:11,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537MethodDeclarations.h +26 五月 2020 | 00:52:11,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315MethodDeclarations.h +26 五月 2020 | 00:52:11,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890.h +26 五月 2020 | 00:52:11,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150.h +26 五月 2020 | 00:52:11,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480.h +26 五月 2020 | 00:52:11,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150MethodDeclarations.h +26 五月 2020 | 00:52:11,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890MethodDeclarations.h +26 五月 2020 | 00:52:11,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663.h +26 五月 2020 | 00:52:11,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480MethodDeclarations.h +26 五月 2020 | 00:52:11,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387.h +26 五月 2020 | 00:52:11,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663MethodDeclarations.h +26 五月 2020 | 00:52:11,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381.h +26 五月 2020 | 00:52:11,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387MethodDeclarations.h +26 五月 2020 | 00:52:11,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708.h +26 五月 2020 | 00:52:11,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381MethodDeclarations.h +26 五月 2020 | 00:52:11,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479.h +26 五月 2020 | 00:52:11,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479MethodDeclarations.h +26 五月 2020 | 00:52:11,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708MethodDeclarations.h +26 五月 2020 | 00:52:11,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826.h +26 五月 2020 | 00:52:11,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537.h +26 五月 2020 | 00:52:11,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639.h +26 五月 2020 | 00:52:11,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826MethodDeclarations.h +26 五月 2020 | 00:52:11,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537MethodDeclarations.h +26 五月 2020 | 00:52:11,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639MethodDeclarations.h +26 五月 2020 | 00:52:11,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233.h +26 五月 2020 | 00:52:11,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051.h +26 五月 2020 | 00:52:11,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764.h +26 五月 2020 | 00:52:11,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233MethodDeclarations.h +26 五月 2020 | 00:52:11,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051MethodDeclarations.h +26 五月 2020 | 00:52:11,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764MethodDeclarations.h +26 五月 2020 | 00:52:11,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047.h +26 五月 2020 | 00:52:11,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818.h +26 五月 2020 | 00:52:11,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945.h +26 五月 2020 | 00:52:11,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047MethodDeclarations.h +26 五月 2020 | 00:52:11,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818MethodDeclarations.h +26 五月 2020 | 00:52:11,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945MethodDeclarations.h +26 五月 2020 | 00:52:11,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528.h +26 五月 2020 | 00:52:11,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182.h +26 五月 2020 | 00:52:11,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383.h +26 五月 2020 | 00:52:11,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528MethodDeclarations.h +26 五月 2020 | 00:52:11,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182MethodDeclarations.h +26 五月 2020 | 00:52:11,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383MethodDeclarations.h +26 五月 2020 | 00:52:11,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590.h +26 五月 2020 | 00:52:11,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886.h +26 五月 2020 | 00:52:11,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575.h +26 五月 2020 | 00:52:11,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590MethodDeclarations.h +26 五月 2020 | 00:52:11,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886MethodDeclarations.h +26 五月 2020 | 00:52:11,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575MethodDeclarations.h +26 五月 2020 | 00:52:11,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356.h +26 五月 2020 | 00:52:11,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049.h +26 五月 2020 | 00:52:11,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387.h +26 五月 2020 | 00:52:11,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356MethodDeclarations.h +26 五月 2020 | 00:52:11,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049MethodDeclarations.h +26 五月 2020 | 00:52:11,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387MethodDeclarations.h +26 五月 2020 | 00:52:11,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435.h +26 五月 2020 | 00:52:11,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855.h +26 五月 2020 | 00:52:11,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801.h +26 五月 2020 | 00:52:11,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435MethodDeclarations.h +26 五月 2020 | 00:52:11,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855MethodDeclarations.h +26 五月 2020 | 00:52:11,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801MethodDeclarations.h +26 五月 2020 | 00:52:11,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537.h +26 五月 2020 | 00:52:11,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616.h +26 五月 2020 | 00:52:11,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186.h +26 五月 2020 | 00:52:11,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537MethodDeclarations.h +26 五月 2020 | 00:52:11,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616MethodDeclarations.h +26 五月 2020 | 00:52:11,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150.h +26 五月 2020 | 00:52:11,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186MethodDeclarations.h +26 五月 2020 | 00:52:11,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842.h +26 五月 2020 | 00:52:11,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150MethodDeclarations.h +26 五月 2020 | 00:52:11,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900.h +26 五月 2020 | 00:52:11,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842MethodDeclarations.h +26 五月 2020 | 00:52:11,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663.h +26 五月 2020 | 00:52:11,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824.h +26 五月 2020 | 00:52:11,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900MethodDeclarations.h +26 五月 2020 | 00:52:11,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663MethodDeclarations.h +26 五月 2020 | 00:52:11,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824MethodDeclarations.h +26 五月 2020 | 00:52:11,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708.h +26 五月 2020 | 00:52:11,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205.h +26 五月 2020 | 00:52:11,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233.h +26 五月 2020 | 00:52:11,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708MethodDeclarations.h +26 五月 2020 | 00:52:11,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233MethodDeclarations.h +26 五月 2020 | 00:52:11,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639.h +26 五月 2020 | 00:52:11,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711.h +26 五月 2020 | 00:52:11,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639MethodDeclarations.h +26 五月 2020 | 00:52:11,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711MethodDeclarations.h +26 五月 2020 | 00:52:11,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205MethodDeclarations.h +26 五月 2020 | 00:52:11,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764.h +26 五月 2020 | 00:52:11,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801.h +26 五月 2020 | 00:52:11,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764MethodDeclarations.h +26 五月 2020 | 00:52:11,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225.h +26 五月 2020 | 00:52:11,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801MethodDeclarations.h +26 五月 2020 | 00:52:11,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225MethodDeclarations.h +26 五月 2020 | 00:52:11,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945.h +26 五月 2020 | 00:52:11,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890.h +26 五月 2020 | 00:52:11,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945MethodDeclarations.h +26 五月 2020 | 00:52:11,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535.h +26 五月 2020 | 00:52:11,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890MethodDeclarations.h +26 五月 2020 | 00:52:11,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383.h +26 五月 2020 | 00:52:11,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535MethodDeclarations.h +26 五月 2020 | 00:52:11,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381.h +26 五月 2020 | 00:52:11,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383MethodDeclarations.h +26 五月 2020 | 00:52:11,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279.h +26 五月 2020 | 00:52:11,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381MethodDeclarations.h +26 五月 2020 | 00:52:11,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575.h +26 五月 2020 | 00:52:11,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279MethodDeclarations.h +26 五月 2020 | 00:52:11,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826.h +26 五月 2020 | 00:52:11,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575MethodDeclarations.h +26 五月 2020 | 00:52:11,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109.h +26 五月 2020 | 00:52:11,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826MethodDeclarations.h +26 五月 2020 | 00:52:11,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387.h +26 五月 2020 | 00:52:11,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109MethodDeclarations.h +26 五月 2020 | 00:52:11,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387MethodDeclarations.h +26 五月 2020 | 00:52:11,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671.h +26 五月 2020 | 00:52:11,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233.h +26 五月 2020 | 00:52:11,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671MethodDeclarations.h +26 五月 2020 | 00:52:11,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801.h +26 五月 2020 | 00:52:11,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233MethodDeclarations.h +26 五月 2020 | 00:52:11,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202.h +26 五月 2020 | 00:52:11,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801MethodDeclarations.h +26 五月 2020 | 00:52:11,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047.h +26 五月 2020 | 00:52:11,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202MethodDeclarations.h +26 五月 2020 | 00:52:11,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186.h +26 五月 2020 | 00:52:11,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047MethodDeclarations.h +26 五月 2020 | 00:52:11,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838.h +26 五月 2020 | 00:52:11,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186MethodDeclarations.h +26 五月 2020 | 00:52:11,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528.h +26 五月 2020 | 00:52:11,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900.h +26 五月 2020 | 00:52:11,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838MethodDeclarations.h +26 五月 2020 | 00:52:11,226 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528MethodDeclarations.h +26 五月 2020 | 00:52:11,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900MethodDeclarations.h +26 五月 2020 | 00:52:11,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590.h +26 五月 2020 | 00:52:11,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021.h +26 五月 2020 | 00:52:11,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205.h +26 五月 2020 | 00:52:11,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021MethodDeclarations.h +26 五月 2020 | 00:52:11,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205MethodDeclarations.h +26 五月 2020 | 00:52:11,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948.h +26 五月 2020 | 00:52:11,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590MethodDeclarations.h +26 五月 2020 | 00:52:11,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225.h +26 五月 2020 | 00:52:11,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948MethodDeclarations.h +26 五月 2020 | 00:52:11,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435.h +26 五月 2020 | 00:52:11,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225MethodDeclarations.h +26 五月 2020 | 00:52:11,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356.h +26 五月 2020 | 00:52:11,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435MethodDeclarations.h +26 五月 2020 | 00:52:11,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356MethodDeclarations.h +26 五月 2020 | 00:52:11,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513.h +26 五月 2020 | 00:52:11,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535.h +26 五月 2020 | 00:52:11,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513MethodDeclarations.h +26 五月 2020 | 00:52:11,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435.h +26 五月 2020 | 00:52:11,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323.h +26 五月 2020 | 00:52:11,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435MethodDeclarations.h +26 五月 2020 | 00:52:11,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535MethodDeclarations.h +26 五月 2020 | 00:52:11,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323MethodDeclarations.h +26 五月 2020 | 00:52:11,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537.h +26 五月 2020 | 00:52:11,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279.h +26 五月 2020 | 00:52:11,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615.h +26 五月 2020 | 00:52:11,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537MethodDeclarations.h +26 五月 2020 | 00:52:11,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615MethodDeclarations.h +26 五月 2020 | 00:52:11,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279MethodDeclarations.h +26 五月 2020 | 00:52:11,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150.h +26 五月 2020 | 00:52:11,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447.h +26 五月 2020 | 00:52:11,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150MethodDeclarations.h +26 五月 2020 | 00:52:11,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109.h +26 五月 2020 | 00:52:11,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447MethodDeclarations.h +26 五月 2020 | 00:52:11,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109MethodDeclarations.h +26 五月 2020 | 00:52:11,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663.h +26 五月 2020 | 00:52:11,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306.h +26 五月 2020 | 00:52:11,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671.h +26 五月 2020 | 00:52:11,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663MethodDeclarations.h +26 五月 2020 | 00:52:11,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306MethodDeclarations.h +26 五月 2020 | 00:52:11,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671MethodDeclarations.h +26 五月 2020 | 00:52:11,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708.h +26 五月 2020 | 00:52:11,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605.h +26 五月 2020 | 00:52:11,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202.h +26 五月 2020 | 00:52:11,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708MethodDeclarations.h +26 五月 2020 | 00:52:11,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605MethodDeclarations.h +26 五月 2020 | 00:52:11,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202MethodDeclarations.h +26 五月 2020 | 00:52:11,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639.h +26 五月 2020 | 00:52:11,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141.h +26 五月 2020 | 00:52:11,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838.h +26 五月 2020 | 00:52:11,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639MethodDeclarations.h +26 五月 2020 | 00:52:11,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838MethodDeclarations.h +26 五月 2020 | 00:52:11,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141MethodDeclarations.h +26 五月 2020 | 00:52:11,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764.h +26 五月 2020 | 00:52:11,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023.h +26 五月 2020 | 00:52:11,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021.h +26 五月 2020 | 00:52:11,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764MethodDeclarations.h +26 五月 2020 | 00:52:11,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023MethodDeclarations.h +26 五月 2020 | 00:52:11,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021MethodDeclarations.h +26 五月 2020 | 00:52:11,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945.h +26 五月 2020 | 00:52:11,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398.h +26 五月 2020 | 00:52:11,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948.h +26 五月 2020 | 00:52:11,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945MethodDeclarations.h +26 五月 2020 | 00:52:11,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398MethodDeclarations.h +26 五月 2020 | 00:52:11,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948MethodDeclarations.h +26 五月 2020 | 00:52:11,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383.h +26 五月 2020 | 00:52:11,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805.h +26 五月 2020 | 00:52:11,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383MethodDeclarations.h +26 五月 2020 | 00:52:11,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435.h +26 五月 2020 | 00:52:11,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805MethodDeclarations.h +26 五月 2020 | 00:52:11,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575.h +26 五月 2020 | 00:52:11,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435MethodDeclarations.h +26 五月 2020 | 00:52:11,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575MethodDeclarations.h +26 五月 2020 | 00:52:11,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801.h +26 五月 2020 | 00:52:11,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513.h +26 五月 2020 | 00:52:11,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387.h +26 五月 2020 | 00:52:11,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801MethodDeclarations.h +26 五月 2020 | 00:52:11,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513MethodDeclarations.h +26 五月 2020 | 00:52:11,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387MethodDeclarations.h +26 五月 2020 | 00:52:11,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568.h +26 五月 2020 | 00:52:11,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323.h +26 五月 2020 | 00:52:11,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801.h +26 五月 2020 | 00:52:11,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568MethodDeclarations.h +26 五月 2020 | 00:52:11,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323MethodDeclarations.h +26 五月 2020 | 00:52:11,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636.h +26 五月 2020 | 00:52:11,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801MethodDeclarations.h +26 五月 2020 | 00:52:11,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615.h +26 五月 2020 | 00:52:11,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186.h +26 五月 2020 | 00:52:11,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636MethodDeclarations.h +26 五月 2020 | 00:52:11,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615MethodDeclarations.h +26 五月 2020 | 00:52:11,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186MethodDeclarations.h +26 五月 2020 | 00:52:11,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304.h +26 五月 2020 | 00:52:11,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447.h +26 五月 2020 | 00:52:11,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900.h +26 五月 2020 | 00:52:11,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304MethodDeclarations.h +26 五月 2020 | 00:52:11,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900MethodDeclarations.h +26 五月 2020 | 00:52:11,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777.h +26 五月 2020 | 00:52:11,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447MethodDeclarations.h +26 五月 2020 | 00:52:11,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205.h +26 五月 2020 | 00:52:11,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306.h +26 五月 2020 | 00:52:11,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777MethodDeclarations.h +26 五月 2020 | 00:52:11,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306MethodDeclarations.h +26 五月 2020 | 00:52:11,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205MethodDeclarations.h +26 五月 2020 | 00:52:11,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298.h +26 五月 2020 | 00:52:11,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605.h +26 五月 2020 | 00:52:11,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225.h +26 五月 2020 | 00:52:11,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298MethodDeclarations.h +26 五月 2020 | 00:52:11,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605MethodDeclarations.h +26 五月 2020 | 00:52:11,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225MethodDeclarations.h +26 五月 2020 | 00:52:11,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848.h +26 五月 2020 | 00:52:11,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141.h +26 五月 2020 | 00:52:11,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848MethodDeclarations.h +26 五月 2020 | 00:52:11,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535.h +26 五月 2020 | 00:52:11,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141MethodDeclarations.h +26 五月 2020 | 00:52:11,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746.h +26 五月 2020 | 00:52:11,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535MethodDeclarations.h +26 五月 2020 | 00:52:11,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023.h +26 五月 2020 | 00:52:11,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746MethodDeclarations.h +26 五月 2020 | 00:52:11,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279.h +26 五月 2020 | 00:52:11,314 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279MethodDeclarations.h +26 五月 2020 | 00:52:11,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023MethodDeclarations.h +26 五月 2020 | 00:52:11,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693.h +26 五月 2020 | 00:52:11,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398.h +26 五月 2020 | 00:52:11,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109.h +26 五月 2020 | 00:52:11,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693MethodDeclarations.h +26 五月 2020 | 00:52:11,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398MethodDeclarations.h +26 五月 2020 | 00:52:11,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109MethodDeclarations.h +26 五月 2020 | 00:52:11,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531.h +26 五月 2020 | 00:52:11,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805.h +26 五月 2020 | 00:52:11,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671.h +26 五月 2020 | 00:52:11,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531MethodDeclarations.h +26 五月 2020 | 00:52:11,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805MethodDeclarations.h +26 五月 2020 | 00:52:11,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671MethodDeclarations.h +26 五月 2020 | 00:52:11,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834.h +26 五月 2020 | 00:52:11,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202.h +26 五月 2020 | 00:52:11,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801.h +26 五月 2020 | 00:52:11,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834MethodDeclarations.h +26 五月 2020 | 00:52:11,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202MethodDeclarations.h +26 五月 2020 | 00:52:11,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801MethodDeclarations.h +26 五月 2020 | 00:52:11,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479.h +26 五月 2020 | 00:52:11,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838.h +26 五月 2020 | 00:52:11,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568.h +26 五月 2020 | 00:52:11,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479MethodDeclarations.h +26 五月 2020 | 00:52:11,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838MethodDeclarations.h +26 五月 2020 | 00:52:11,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568MethodDeclarations.h +26 五月 2020 | 00:52:11,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399.h +26 五月 2020 | 00:52:11,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021.h +26 五月 2020 | 00:52:11,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636.h +26 五月 2020 | 00:52:11,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399MethodDeclarations.h +26 五月 2020 | 00:52:11,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021MethodDeclarations.h +26 五月 2020 | 00:52:11,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636MethodDeclarations.h +26 五月 2020 | 00:52:11,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503.h +26 五月 2020 | 00:52:11,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304.h +26 五月 2020 | 00:52:11,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948.h +26 五月 2020 | 00:52:11,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503MethodDeclarations.h +26 五月 2020 | 00:52:11,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948MethodDeclarations.h +26 五月 2020 | 00:52:11,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304MethodDeclarations.h +26 五月 2020 | 00:52:11,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882.h +26 五月 2020 | 00:52:11,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777.h +26 五月 2020 | 00:52:11,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435.h +26 五月 2020 | 00:52:11,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882MethodDeclarations.h +26 五月 2020 | 00:52:11,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777MethodDeclarations.h +26 五月 2020 | 00:52:11,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435MethodDeclarations.h +26 五月 2020 | 00:52:11,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298.h +26 五月 2020 | 00:52:11,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040.h +26 五月 2020 | 00:52:11,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298MethodDeclarations.h +26 五月 2020 | 00:52:11,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040MethodDeclarations.h +26 五月 2020 | 00:52:11,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513.h +26 五月 2020 | 00:52:11,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848.h +26 五月 2020 | 00:52:11,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573.h +26 五月 2020 | 00:52:11,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848MethodDeclarations.h +26 五月 2020 | 00:52:11,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573MethodDeclarations.h +26 五月 2020 | 00:52:11,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513MethodDeclarations.h +26 五月 2020 | 00:52:11,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323.h +26 五月 2020 | 00:52:11,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746.h +26 五月 2020 | 00:52:11,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323MethodDeclarations.h +26 五月 2020 | 00:52:11,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746MethodDeclarations.h +26 五月 2020 | 00:52:11,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739.h +26 五月 2020 | 00:52:11,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615.h +26 五月 2020 | 00:52:11,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615MethodDeclarations.h +26 五月 2020 | 00:52:11,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739MethodDeclarations.h +26 五月 2020 | 00:52:11,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693.h +26 五月 2020 | 00:52:11,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447.h +26 五月 2020 | 00:52:11,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693MethodDeclarations.h +26 五月 2020 | 00:52:11,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447MethodDeclarations.h +26 五月 2020 | 00:52:11,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946.h +26 五月 2020 | 00:52:11,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531.h +26 五月 2020 | 00:52:11,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946MethodDeclarations.h +26 五月 2020 | 00:52:11,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306.h +26 五月 2020 | 00:52:11,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531MethodDeclarations.h +26 五月 2020 | 00:52:11,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430.h +26 五月 2020 | 00:52:11,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834.h +26 五月 2020 | 00:52:11,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306MethodDeclarations.h +26 五月 2020 | 00:52:11,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430MethodDeclarations.h +26 五月 2020 | 00:52:11,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605.h +26 五月 2020 | 00:52:11,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834MethodDeclarations.h +26 五月 2020 | 00:52:11,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479.h +26 五月 2020 | 00:52:11,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605MethodDeclarations.h +26 五月 2020 | 00:52:11,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914.h +26 五月 2020 | 00:52:11,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141.h +26 五月 2020 | 00:52:11,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479MethodDeclarations.h +26 五月 2020 | 00:52:11,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914MethodDeclarations.h +26 五月 2020 | 00:52:11,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399.h +26 五月 2020 | 00:52:11,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141MethodDeclarations.h +26 五月 2020 | 00:52:11,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066.h +26 五月 2020 | 00:52:11,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023.h +26 五月 2020 | 00:52:11,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399MethodDeclarations.h +26 五月 2020 | 00:52:11,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066MethodDeclarations.h +26 五月 2020 | 00:52:11,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503.h +26 五月 2020 | 00:52:11,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023MethodDeclarations.h +26 五月 2020 | 00:52:11,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398.h +26 五月 2020 | 00:52:11,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503MethodDeclarations.h +26 五月 2020 | 00:52:11,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398MethodDeclarations.h +26 五月 2020 | 00:52:11,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519.h +26 五月 2020 | 00:52:11,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882.h +26 五月 2020 | 00:52:11,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805.h +26 五月 2020 | 00:52:11,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882MethodDeclarations.h +26 五月 2020 | 00:52:11,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805MethodDeclarations.h +26 五月 2020 | 00:52:11,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519MethodDeclarations.h +26 五月 2020 | 00:52:11,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040.h +26 五月 2020 | 00:52:11,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801.h +26 五月 2020 | 00:52:11,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737.h +26 五月 2020 | 00:52:11,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040MethodDeclarations.h +26 五月 2020 | 00:52:11,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801MethodDeclarations.h +26 五月 2020 | 00:52:11,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573.h +26 五月 2020 | 00:52:11,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737MethodDeclarations.h +26 五月 2020 | 00:52:11,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568.h +26 五月 2020 | 00:52:11,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573MethodDeclarations.h +26 五月 2020 | 00:52:11,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022.h +26 五月 2020 | 00:52:11,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568MethodDeclarations.h +26 五月 2020 | 00:52:11,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739.h +26 五月 2020 | 00:52:11,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022MethodDeclarations.h +26 五月 2020 | 00:52:11,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636.h +26 五月 2020 | 00:52:11,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023.h +26 五月 2020 | 00:52:11,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636MethodDeclarations.h +26 五月 2020 | 00:52:11,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739MethodDeclarations.h +26 五月 2020 | 00:52:11,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023MethodDeclarations.h +26 五月 2020 | 00:52:11,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304.h +26 五月 2020 | 00:52:11,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946.h +26 五月 2020 | 00:52:11,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946MethodDeclarations.h +26 五月 2020 | 00:52:11,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430.h +26 五月 2020 | 00:52:11,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430MethodDeclarations.h +26 五月 2020 | 00:52:11,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914.h +26 五月 2020 | 00:52:11,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914MethodDeclarations.h +26 五月 2020 | 00:52:11,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066.h +26 五月 2020 | 00:52:11,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066MethodDeclarations.h +26 五月 2020 | 00:52:11,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519.h +26 五月 2020 | 00:52:11,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519MethodDeclarations.h +26 五月 2020 | 00:52:11,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737.h +26 五月 2020 | 00:52:11,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737MethodDeclarations.h +26 五月 2020 | 00:52:11,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022.h +26 五月 2020 | 00:52:11,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022MethodDeclarations.h +26 五月 2020 | 00:52:11,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023.h +26 五月 2020 | 00:52:11,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023MethodDeclarations.h +26 五月 2020 | 00:52:11,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888.h +26 五月 2020 | 00:52:11,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888MethodDeclarations.h +26 五月 2020 | 00:52:11,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732.h +26 五月 2020 | 00:52:11,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732MethodDeclarations.h +26 五月 2020 | 00:52:11,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980.h +26 五月 2020 | 00:52:11,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980MethodDeclarations.h +26 五月 2020 | 00:52:11,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909.h +26 五月 2020 | 00:52:11,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909MethodDeclarations.h +26 五月 2020 | 00:52:11,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077.h +26 五月 2020 | 00:52:11,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077MethodDeclarations.h +26 五月 2020 | 00:52:11,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078.h +26 五月 2020 | 00:52:11,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078MethodDeclarations.h +26 五月 2020 | 00:52:11,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079.h +26 五月 2020 | 00:52:11,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079MethodDeclarations.h +26 五月 2020 | 00:52:11,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746.h +26 五月 2020 | 00:52:11,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746MethodDeclarations.h +26 五月 2020 | 00:52:11,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537.h +26 五月 2020 | 00:52:11,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537MethodDeclarations.h +26 五月 2020 | 00:52:11,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604.h +26 五月 2020 | 00:52:11,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604MethodDeclarations.h +26 五月 2020 | 00:52:11,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425.h +26 五月 2020 | 00:52:11,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425MethodDeclarations.h +26 五月 2020 | 00:52:11,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580.h +26 五月 2020 | 00:52:11,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580MethodDeclarations.h +26 五月 2020 | 00:52:11,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007.h +26 五月 2020 | 00:52:11,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007MethodDeclarations.h +26 五月 2020 | 00:52:11,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733.h +26 五月 2020 | 00:52:11,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733MethodDeclarations.h +26 五月 2020 | 00:52:11,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625.h +26 五月 2020 | 00:52:11,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625MethodDeclarations.h +26 五月 2020 | 00:52:11,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209.h +26 五月 2020 | 00:52:11,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209MethodDeclarations.h +26 五月 2020 | 00:52:11,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852.h +26 五月 2020 | 00:52:11,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852MethodDeclarations.h +26 五月 2020 | 00:52:11,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458.h +26 五月 2020 | 00:52:11,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458MethodDeclarations.h +26 五月 2020 | 00:52:11,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295.h +26 五月 2020 | 00:52:11,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295MethodDeclarations.h +26 五月 2020 | 00:52:11,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260.h +26 五月 2020 | 00:52:11,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260MethodDeclarations.h +26 五月 2020 | 00:52:11,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722.h +26 五月 2020 | 00:52:11,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722MethodDeclarations.h +26 五月 2020 | 00:52:11,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319.h +26 五月 2020 | 00:52:11,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319MethodDeclarations.h +26 五月 2020 | 00:52:11,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950.h +26 五月 2020 | 00:52:11,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950MethodDeclarations.h +26 五月 2020 | 00:52:11,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701.h +26 五月 2020 | 00:52:11,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701MethodDeclarations.h +26 五月 2020 | 00:52:11,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220.h +26 五月 2020 | 00:52:11,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888.h +26 五月 2020 | 00:52:11,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304MethodDeclarations.h +26 五月 2020 | 00:52:11,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777.h +26 五月 2020 | 00:52:11,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888MethodDeclarations.h +26 五月 2020 | 00:52:11,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732.h +26 五月 2020 | 00:52:11,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220MethodDeclarations.h +26 五月 2020 | 00:52:11,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732MethodDeclarations.h +26 五月 2020 | 00:52:11,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777MethodDeclarations.h +26 五月 2020 | 00:52:11,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503.h +26 五月 2020 | 00:52:11,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980.h +26 五月 2020 | 00:52:11,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298.h +26 五月 2020 | 00:52:11,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503MethodDeclarations.h +26 五月 2020 | 00:52:11,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980MethodDeclarations.h +26 五月 2020 | 00:52:11,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909.h +26 五月 2020 | 00:52:11,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298MethodDeclarations.h +26 五月 2020 | 00:52:11,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848.h +26 五月 2020 | 00:52:11,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848MethodDeclarations.h +26 五月 2020 | 00:52:11,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746.h +26 五月 2020 | 00:52:11,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746MethodDeclarations.h +26 五月 2020 | 00:52:11,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816.h +26 五月 2020 | 00:52:11,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816MethodDeclarations.h +26 五月 2020 | 00:52:11,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693.h +26 五月 2020 | 00:52:11,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909MethodDeclarations.h +26 五月 2020 | 00:52:11,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794.h +26 五月 2020 | 00:52:11,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693MethodDeclarations.h +26 五月 2020 | 00:52:11,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077.h +26 五月 2020 | 00:52:11,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794MethodDeclarations.h +26 五月 2020 | 00:52:11,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077MethodDeclarations.h +26 五月 2020 | 00:52:11,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531.h +26 五月 2020 | 00:52:11,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531MethodDeclarations.h +26 五月 2020 | 00:52:11,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834.h +26 五月 2020 | 00:52:11,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834MethodDeclarations.h +26 五月 2020 | 00:52:11,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078.h +26 五月 2020 | 00:52:11,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479.h +26 五月 2020 | 00:52:11,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000.h +26 五月 2020 | 00:52:11,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078MethodDeclarations.h +26 五月 2020 | 00:52:11,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479MethodDeclarations.h +26 五月 2020 | 00:52:11,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000MethodDeclarations.h +26 五月 2020 | 00:52:11,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079.h +26 五月 2020 | 00:52:11,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399.h +26 五月 2020 | 00:52:11,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408.h +26 五月 2020 | 00:52:11,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399MethodDeclarations.h +26 五月 2020 | 00:52:11,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408MethodDeclarations.h +26 五月 2020 | 00:52:11,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503.h +26 五月 2020 | 00:52:11,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328.h +26 五月 2020 | 00:52:11,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503MethodDeclarations.h +26 五月 2020 | 00:52:11,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328MethodDeclarations.h +26 五月 2020 | 00:52:11,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079MethodDeclarations.h +26 五月 2020 | 00:52:11,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746.h +26 五月 2020 | 00:52:11,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882.h +26 五月 2020 | 00:52:11,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746MethodDeclarations.h +26 五月 2020 | 00:52:11,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325.h +26 五月 2020 | 00:52:11,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325MethodDeclarations.h +26 五月 2020 | 00:52:11,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882MethodDeclarations.h +26 五月 2020 | 00:52:11,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537.h +26 五月 2020 | 00:52:11,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331.h +26 五月 2020 | 00:52:11,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537MethodDeclarations.h +26 五月 2020 | 00:52:11,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331MethodDeclarations.h +26 五月 2020 | 00:52:11,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604.h +26 五月 2020 | 00:52:11,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604MethodDeclarations.h +26 五月 2020 | 00:52:11,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412.h +26 五月 2020 | 00:52:11,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425.h +26 五月 2020 | 00:52:11,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412MethodDeclarations.h +26 五月 2020 | 00:52:11,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040.h +26 五月 2020 | 00:52:11,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948.h +26 五月 2020 | 00:52:11,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040MethodDeclarations.h +26 五月 2020 | 00:52:11,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948MethodDeclarations.h +26 五月 2020 | 00:52:11,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573.h +26 五月 2020 | 00:52:11,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728.h +26 五月 2020 | 00:52:11,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573MethodDeclarations.h +26 五月 2020 | 00:52:11,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728MethodDeclarations.h +26 五月 2020 | 00:52:11,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739.h +26 五月 2020 | 00:52:11,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425MethodDeclarations.h +26 五月 2020 | 00:52:11,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580.h +26 五月 2020 | 00:52:11,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580MethodDeclarations.h +26 五月 2020 | 00:52:11,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294.h +26 五月 2020 | 00:52:11,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739MethodDeclarations.h +26 五月 2020 | 00:52:11,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294MethodDeclarations.h +26 五月 2020 | 00:52:11,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859.h +26 五月 2020 | 00:52:11,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859MethodDeclarations.h +26 五月 2020 | 00:52:11,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007.h +26 五月 2020 | 00:52:11,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007MethodDeclarations.h +26 五月 2020 | 00:52:11,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946.h +26 五月 2020 | 00:52:11,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733.h +26 五月 2020 | 00:52:11,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733MethodDeclarations.h +26 五月 2020 | 00:52:11,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946MethodDeclarations.h +26 五月 2020 | 00:52:11,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967.h +26 五月 2020 | 00:52:11,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625.h +26 五月 2020 | 00:52:11,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430.h +26 五月 2020 | 00:52:11,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967MethodDeclarations.h +26 五月 2020 | 00:52:11,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625MethodDeclarations.h +26 五月 2020 | 00:52:11,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430MethodDeclarations.h +26 五月 2020 | 00:52:11,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209.h +26 五月 2020 | 00:52:11,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391.h +26 五月 2020 | 00:52:11,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914.h +26 五月 2020 | 00:52:11,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209MethodDeclarations.h +26 五月 2020 | 00:52:11,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391MethodDeclarations.h +26 五月 2020 | 00:52:11,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914MethodDeclarations.h +26 五月 2020 | 00:52:11,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852.h +26 五月 2020 | 00:52:11,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066.h +26 五月 2020 | 00:52:11,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066MethodDeclarations.h +26 五月 2020 | 00:52:11,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519.h +26 五月 2020 | 00:52:11,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519MethodDeclarations.h +26 五月 2020 | 00:52:11,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737.h +26 五月 2020 | 00:52:11,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494.h +26 五月 2020 | 00:52:11,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737MethodDeclarations.h +26 五月 2020 | 00:52:11,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494MethodDeclarations.h +26 五月 2020 | 00:52:11,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852MethodDeclarations.h +26 五月 2020 | 00:52:11,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022.h +26 五月 2020 | 00:52:11,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458.h +26 五月 2020 | 00:52:11,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662.h +26 五月 2020 | 00:52:11,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458MethodDeclarations.h +26 五月 2020 | 00:52:11,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295.h +26 五月 2020 | 00:52:11,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295MethodDeclarations.h +26 五月 2020 | 00:52:11,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260.h +26 五月 2020 | 00:52:11,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260MethodDeclarations.h +26 五月 2020 | 00:52:11,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022MethodDeclarations.h +26 五月 2020 | 00:52:11,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023.h +26 五月 2020 | 00:52:11,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722.h +26 五月 2020 | 00:52:11,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662MethodDeclarations.h +26 五月 2020 | 00:52:11,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023MethodDeclarations.h +26 五月 2020 | 00:52:11,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553.h +26 五月 2020 | 00:52:11,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888.h +26 五月 2020 | 00:52:11,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553MethodDeclarations.h +26 五月 2020 | 00:52:11,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888MethodDeclarations.h +26 五月 2020 | 00:52:11,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540.h +26 五月 2020 | 00:52:11,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732.h +26 五月 2020 | 00:52:11,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540MethodDeclarations.h +26 五月 2020 | 00:52:11,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732MethodDeclarations.h +26 五月 2020 | 00:52:11,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980.h +26 五月 2020 | 00:52:11,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722MethodDeclarations.h +26 五月 2020 | 00:52:11,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235.h +26 五月 2020 | 00:52:11,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235MethodDeclarations.h +26 五月 2020 | 00:52:11,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034.h +26 五月 2020 | 00:52:11,905 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980MethodDeclarations.h +26 五月 2020 | 00:52:11,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319.h +26 五月 2020 | 00:52:11,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909.h +26 五月 2020 | 00:52:11,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319MethodDeclarations.h +26 五月 2020 | 00:52:11,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950.h +26 五月 2020 | 00:52:11,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950MethodDeclarations.h +26 五月 2020 | 00:52:11,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034MethodDeclarations.h +26 五月 2020 | 00:52:11,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701.h +26 五月 2020 | 00:52:11,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701MethodDeclarations.h +26 五月 2020 | 00:52:11,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909MethodDeclarations.h +26 五月 2020 | 00:52:11,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220.h +26 五月 2020 | 00:52:11,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077.h +26 五月 2020 | 00:52:11,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077MethodDeclarations.h +26 五月 2020 | 00:52:11,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078.h +26 五月 2020 | 00:52:11,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807.h +26 五月 2020 | 00:52:11,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220MethodDeclarations.h +26 五月 2020 | 00:52:11,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078MethodDeclarations.h +26 五月 2020 | 00:52:11,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807MethodDeclarations.h +26 五月 2020 | 00:52:11,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354.h +26 五月 2020 | 00:52:11,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354MethodDeclarations.h +26 五月 2020 | 00:52:11,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503.h +26 五月 2020 | 00:52:11,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300.h +26 五月 2020 | 00:52:11,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079.h +26 五月 2020 | 00:52:11,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300MethodDeclarations.h +26 五月 2020 | 00:52:11,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503MethodDeclarations.h +26 五月 2020 | 00:52:11,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079MethodDeclarations.h +26 五月 2020 | 00:52:11,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854.h +26 五月 2020 | 00:52:11,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746.h +26 五月 2020 | 00:52:11,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854MethodDeclarations.h +26 五月 2020 | 00:52:11,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717.h +26 五月 2020 | 00:52:11,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717MethodDeclarations.h +26 五月 2020 | 00:52:11,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825.h +26 五月 2020 | 00:52:11,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825MethodDeclarations.h +26 五月 2020 | 00:52:11,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427.h +26 五月 2020 | 00:52:11,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427MethodDeclarations.h +26 五月 2020 | 00:52:11,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816.h +26 五月 2020 | 00:52:11,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816MethodDeclarations.h +26 五月 2020 | 00:52:11,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794.h +26 五月 2020 | 00:52:11,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746MethodDeclarations.h +26 五月 2020 | 00:52:11,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794MethodDeclarations.h +26 五月 2020 | 00:52:11,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537.h +26 五月 2020 | 00:52:11,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537MethodDeclarations.h +26 五月 2020 | 00:52:11,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604.h +26 五月 2020 | 00:52:11,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638.h +26 五月 2020 | 00:52:11,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604MethodDeclarations.h +26 五月 2020 | 00:52:11,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638MethodDeclarations.h +26 五月 2020 | 00:52:11,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425.h +26 五月 2020 | 00:52:11,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962.h +26 五月 2020 | 00:52:11,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000.h +26 五月 2020 | 00:52:11,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425MethodDeclarations.h +26 五月 2020 | 00:52:11,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962MethodDeclarations.h +26 五月 2020 | 00:52:11,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580.h +26 五月 2020 | 00:52:11,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000MethodDeclarations.h +26 五月 2020 | 00:52:11,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120.h +26 五月 2020 | 00:52:11,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580MethodDeclarations.h +26 五月 2020 | 00:52:11,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120MethodDeclarations.h +26 五月 2020 | 00:52:11,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408.h +26 五月 2020 | 00:52:11,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408MethodDeclarations.h +26 五月 2020 | 00:52:11,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596.h +26 五月 2020 | 00:52:11,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328.h +26 五月 2020 | 00:52:11,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596MethodDeclarations.h +26 五月 2020 | 00:52:11,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328MethodDeclarations.h +26 五月 2020 | 00:52:11,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335.h +26 五月 2020 | 00:52:11,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007.h +26 五月 2020 | 00:52:11,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335MethodDeclarations.h +26 五月 2020 | 00:52:11,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007MethodDeclarations.h +26 五月 2020 | 00:52:11,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819.h +26 五月 2020 | 00:52:11,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733.h +26 五月 2020 | 00:52:11,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733MethodDeclarations.h +26 五月 2020 | 00:52:11,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325.h +26 五月 2020 | 00:52:11,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819MethodDeclarations.h +26 五月 2020 | 00:52:11,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625.h +26 五月 2020 | 00:52:11,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325MethodDeclarations.h +26 五月 2020 | 00:52:11,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920.h +26 五月 2020 | 00:52:11,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625MethodDeclarations.h +26 五月 2020 | 00:52:11,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331.h +26 五月 2020 | 00:52:11,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920MethodDeclarations.h +26 五月 2020 | 00:52:11,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209.h +26 五月 2020 | 00:52:11,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818.h +26 五月 2020 | 00:52:11,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209MethodDeclarations.h +26 五月 2020 | 00:52:11,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818MethodDeclarations.h +26 五月 2020 | 00:52:11,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852.h +26 五月 2020 | 00:52:11,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331MethodDeclarations.h +26 五月 2020 | 00:52:11,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565.h +26 五月 2020 | 00:52:11,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412.h +26 五月 2020 | 00:52:11,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565MethodDeclarations.h +26 五月 2020 | 00:52:11,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412MethodDeclarations.h +26 五月 2020 | 00:52:11,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948.h +26 五月 2020 | 00:52:11,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948MethodDeclarations.h +26 五月 2020 | 00:52:11,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908.h +26 五月 2020 | 00:52:11,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852MethodDeclarations.h +26 五月 2020 | 00:52:11,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908MethodDeclarations.h +26 五月 2020 | 00:52:11,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458.h +26 五月 2020 | 00:52:11,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728.h +26 五月 2020 | 00:52:11,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458MethodDeclarations.h +26 五月 2020 | 00:52:11,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728MethodDeclarations.h +26 五月 2020 | 00:52:11,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952.h +26 五月 2020 | 00:52:11,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295.h +26 五月 2020 | 00:52:11,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952MethodDeclarations.h +26 五月 2020 | 00:52:11,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709.h +26 五月 2020 | 00:52:11,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709MethodDeclarations.h +26 五月 2020 | 00:52:11,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294.h +26 五月 2020 | 00:52:11,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725.h +26 五月 2020 | 00:52:11,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294MethodDeclarations.h +26 五月 2020 | 00:52:11,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295MethodDeclarations.h +26 五月 2020 | 00:52:11,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725MethodDeclarations.h +26 五月 2020 | 00:52:11,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859.h +26 五月 2020 | 00:52:11,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260.h +26 五月 2020 | 00:52:11,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859MethodDeclarations.h +26 五月 2020 | 00:52:11,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260MethodDeclarations.h +26 五月 2020 | 00:52:11,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655.h +26 五月 2020 | 00:52:11,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722.h +26 五月 2020 | 00:52:11,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655MethodDeclarations.h +26 五月 2020 | 00:52:11,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967.h +26 五月 2020 | 00:52:11,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242.h +26 五月 2020 | 00:52:12,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722MethodDeclarations.h +26 五月 2020 | 00:52:12,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967MethodDeclarations.h +26 五月 2020 | 00:52:12,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242MethodDeclarations.h +26 五月 2020 | 00:52:12,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319.h +26 五月 2020 | 00:52:12,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391.h +26 五月 2020 | 00:52:12,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268.h +26 五月 2020 | 00:52:12,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319MethodDeclarations.h +26 五月 2020 | 00:52:12,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391MethodDeclarations.h +26 五月 2020 | 00:52:12,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268MethodDeclarations.h +26 五月 2020 | 00:52:12,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950.h +26 五月 2020 | 00:52:12,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494.h +26 五月 2020 | 00:52:12,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950MethodDeclarations.h +26 五月 2020 | 00:52:12,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494MethodDeclarations.h +26 五月 2020 | 00:52:12,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701.h +26 五月 2020 | 00:52:12,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662.h +26 五月 2020 | 00:52:12,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701MethodDeclarations.h +26 五月 2020 | 00:52:12,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220.h +26 五月 2020 | 00:52:12,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792.h +26 五月 2020 | 00:52:12,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792MethodDeclarations.h +26 五月 2020 | 00:52:12,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662MethodDeclarations.h +26 五月 2020 | 00:52:12,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220MethodDeclarations.h +26 五月 2020 | 00:52:12,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924.h +26 五月 2020 | 00:52:12,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553.h +26 五月 2020 | 00:52:12,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503.h +26 五月 2020 | 00:52:12,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924MethodDeclarations.h +26 五月 2020 | 00:52:12,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553MethodDeclarations.h +26 五月 2020 | 00:52:12,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503MethodDeclarations.h +26 五月 2020 | 00:52:12,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540.h +26 五月 2020 | 00:52:12,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540MethodDeclarations.h +26 五月 2020 | 00:52:12,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235.h +26 五月 2020 | 00:52:12,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600.h +26 五月 2020 | 00:52:12,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816.h +26 五月 2020 | 00:52:12,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235MethodDeclarations.h +26 五月 2020 | 00:52:12,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600MethodDeclarations.h +26 五月 2020 | 00:52:12,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816MethodDeclarations.h +26 五月 2020 | 00:52:12,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034.h +26 五月 2020 | 00:52:12,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170.h +26 五月 2020 | 00:52:12,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794.h +26 五月 2020 | 00:52:12,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170MethodDeclarations.h +26 五月 2020 | 00:52:12,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794MethodDeclarations.h +26 五月 2020 | 00:52:12,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487.h +26 五月 2020 | 00:52:12,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487MethodDeclarations.h +26 五月 2020 | 00:52:12,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034MethodDeclarations.h +26 五月 2020 | 00:52:12,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000.h +26 五月 2020 | 00:52:12,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863.h +26 五月 2020 | 00:52:12,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000MethodDeclarations.h +26 五月 2020 | 00:52:12,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807.h +26 五月 2020 | 00:52:12,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408.h +26 五月 2020 | 00:52:12,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408MethodDeclarations.h +26 五月 2020 | 00:52:12,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807MethodDeclarations.h +26 五月 2020 | 00:52:12,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863MethodDeclarations.h +26 五月 2020 | 00:52:12,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328.h +26 五月 2020 | 00:52:12,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354.h +26 五月 2020 | 00:52:12,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605.h +26 五月 2020 | 00:52:12,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354MethodDeclarations.h +26 五月 2020 | 00:52:12,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328MethodDeclarations.h +26 五月 2020 | 00:52:12,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300.h +26 五月 2020 | 00:52:12,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300MethodDeclarations.h +26 五月 2020 | 00:52:12,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605MethodDeclarations.h +26 五月 2020 | 00:52:12,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854.h +26 五月 2020 | 00:52:12,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854MethodDeclarations.h +26 五月 2020 | 00:52:12,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325.h +26 五月 2020 | 00:52:12,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342.h +26 五月 2020 | 00:52:12,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717.h +26 五月 2020 | 00:52:12,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325MethodDeclarations.h +26 五月 2020 | 00:52:12,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717MethodDeclarations.h +26 五月 2020 | 00:52:12,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342MethodDeclarations.h +26 五月 2020 | 00:52:12,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331.h +26 五月 2020 | 00:52:12,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825.h +26 五月 2020 | 00:52:12,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594.h +26 五月 2020 | 00:52:12,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331MethodDeclarations.h +26 五月 2020 | 00:52:12,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825MethodDeclarations.h +26 五月 2020 | 00:52:12,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412.h +26 五月 2020 | 00:52:12,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594MethodDeclarations.h +26 五月 2020 | 00:52:12,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427.h +26 五月 2020 | 00:52:12,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412MethodDeclarations.h +26 五月 2020 | 00:52:12,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896.h +26 五月 2020 | 00:52:12,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427MethodDeclarations.h +26 五月 2020 | 00:52:12,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948.h +26 五月 2020 | 00:52:12,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896MethodDeclarations.h +26 五月 2020 | 00:52:12,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638.h +26 五月 2020 | 00:52:12,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948MethodDeclarations.h +26 五月 2020 | 00:52:12,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638MethodDeclarations.h +26 五月 2020 | 00:52:12,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890.h +26 五月 2020 | 00:52:12,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728.h +26 五月 2020 | 00:52:12,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962.h +26 五月 2020 | 00:52:12,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728MethodDeclarations.h +26 五月 2020 | 00:52:12,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890MethodDeclarations.h +26 五月 2020 | 00:52:12,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962MethodDeclarations.h +26 五月 2020 | 00:52:12,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590.h +26 五月 2020 | 00:52:12,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120.h +26 五月 2020 | 00:52:12,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294.h +26 五月 2020 | 00:52:12,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590MethodDeclarations.h +26 五月 2020 | 00:52:12,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120MethodDeclarations.h +26 五月 2020 | 00:52:12,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579.h +26 五月 2020 | 00:52:12,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294MethodDeclarations.h +26 五月 2020 | 00:52:12,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596.h +26 五月 2020 | 00:52:12,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859.h +26 五月 2020 | 00:52:12,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579MethodDeclarations.h +26 五月 2020 | 00:52:12,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596MethodDeclarations.h +26 五月 2020 | 00:52:12,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139.h +26 五月 2020 | 00:52:12,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335.h +26 五月 2020 | 00:52:12,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859MethodDeclarations.h +26 五月 2020 | 00:52:12,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139MethodDeclarations.h +26 五月 2020 | 00:52:12,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335MethodDeclarations.h +26 五月 2020 | 00:52:12,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819.h +26 五月 2020 | 00:52:12,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967.h +26 五月 2020 | 00:52:12,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967MethodDeclarations.h +26 五月 2020 | 00:52:12,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379.h +26 五月 2020 | 00:52:12,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819MethodDeclarations.h +26 五月 2020 | 00:52:12,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391.h +26 五月 2020 | 00:52:12,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391MethodDeclarations.h +26 五月 2020 | 00:52:12,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920.h +26 五月 2020 | 00:52:12,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920MethodDeclarations.h +26 五月 2020 | 00:52:12,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818.h +26 五月 2020 | 00:52:12,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818MethodDeclarations.h +26 五月 2020 | 00:52:12,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565.h +26 五月 2020 | 00:52:12,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565MethodDeclarations.h +26 五月 2020 | 00:52:12,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908.h +26 五月 2020 | 00:52:12,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494.h +26 五月 2020 | 00:52:12,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908MethodDeclarations.h +26 五月 2020 | 00:52:12,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379MethodDeclarations.h +26 五月 2020 | 00:52:12,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494MethodDeclarations.h +26 五月 2020 | 00:52:12,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479.h +26 五月 2020 | 00:52:12,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662.h +26 五月 2020 | 00:52:12,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479MethodDeclarations.h +26 五月 2020 | 00:52:12,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802.h +26 五月 2020 | 00:52:12,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802MethodDeclarations.h +26 五月 2020 | 00:52:12,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534.h +26 五月 2020 | 00:52:12,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952.h +26 五月 2020 | 00:52:12,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534MethodDeclarations.h +26 五月 2020 | 00:52:12,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662MethodDeclarations.h +26 五月 2020 | 00:52:12,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952MethodDeclarations.h +26 五月 2020 | 00:52:12,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105.h +26 五月 2020 | 00:52:12,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553.h +26 五月 2020 | 00:52:12,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105MethodDeclarations.h +26 五月 2020 | 00:52:12,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553MethodDeclarations.h +26 五月 2020 | 00:52:12,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324.h +26 五月 2020 | 00:52:12,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540.h +26 五月 2020 | 00:52:12,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324MethodDeclarations.h +26 五月 2020 | 00:52:12,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343.h +26 五月 2020 | 00:52:12,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343MethodDeclarations.h +26 五月 2020 | 00:52:12,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743.h +26 五月 2020 | 00:52:12,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743MethodDeclarations.h +26 五月 2020 | 00:52:12,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084.h +26 五月 2020 | 00:52:12,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709.h +26 五月 2020 | 00:52:12,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084MethodDeclarations.h +26 五月 2020 | 00:52:12,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540MethodDeclarations.h +26 五月 2020 | 00:52:12,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709MethodDeclarations.h +26 五月 2020 | 00:52:12,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801.h +26 五月 2020 | 00:52:12,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235.h +26 五月 2020 | 00:52:12,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725.h +26 五月 2020 | 00:52:12,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235MethodDeclarations.h +26 五月 2020 | 00:52:12,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801MethodDeclarations.h +26 五月 2020 | 00:52:12,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725MethodDeclarations.h +26 五月 2020 | 00:52:12,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034.h +26 五月 2020 | 00:52:12,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837.h +26 五月 2020 | 00:52:12,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837MethodDeclarations.h +26 五月 2020 | 00:52:12,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958.h +26 五月 2020 | 00:52:12,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958MethodDeclarations.h +26 五月 2020 | 00:52:12,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949.h +26 五月 2020 | 00:52:12,710 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949MethodDeclarations.h +26 五月 2020 | 00:52:12,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121.h +26 五月 2020 | 00:52:12,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121MethodDeclarations.h +26 五月 2020 | 00:52:12,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673.h +26 五月 2020 | 00:52:12,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673MethodDeclarations.h +26 五月 2020 | 00:52:12,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787.h +26 五月 2020 | 00:52:12,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787MethodDeclarations.h +26 五月 2020 | 00:52:12,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:12,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:12,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466.h +26 五月 2020 | 00:52:12,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466MethodDeclarations.h +26 五月 2020 | 00:52:12,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137.h +26 五月 2020 | 00:52:12,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137MethodDeclarations.h +26 五月 2020 | 00:52:12,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655.h +26 五月 2020 | 00:52:12,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034MethodDeclarations.h +26 五月 2020 | 00:52:12,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655MethodDeclarations.h +26 五月 2020 | 00:52:12,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242.h +26 五月 2020 | 00:52:12,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242MethodDeclarations.h +26 五月 2020 | 00:52:12,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268.h +26 五月 2020 | 00:52:12,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719.h +26 五月 2020 | 00:52:12,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807.h +26 五月 2020 | 00:52:12,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719MethodDeclarations.h +26 五月 2020 | 00:52:12,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268MethodDeclarations.h +26 五月 2020 | 00:52:12,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807MethodDeclarations.h +26 五月 2020 | 00:52:12,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354.h +26 五月 2020 | 00:52:12,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122.h +26 五月 2020 | 00:52:12,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122MethodDeclarations.h +26 五月 2020 | 00:52:12,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792.h +26 五月 2020 | 00:52:12,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354MethodDeclarations.h +26 五月 2020 | 00:52:12,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923.h +26 五月 2020 | 00:52:12,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923MethodDeclarations.h +26 五月 2020 | 00:52:12,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660.h +26 五月 2020 | 00:52:12,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660MethodDeclarations.h +26 五月 2020 | 00:52:12,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537.h +26 五月 2020 | 00:52:12,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537MethodDeclarations.h +26 五月 2020 | 00:52:12,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792MethodDeclarations.h +26 五月 2020 | 00:52:12,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300.h +26 五月 2020 | 00:52:12,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924.h +26 五月 2020 | 00:52:12,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300MethodDeclarations.h +26 五月 2020 | 00:52:12,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547.h +26 五月 2020 | 00:52:12,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924MethodDeclarations.h +26 五月 2020 | 00:52:12,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854.h +26 五月 2020 | 00:52:12,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854MethodDeclarations.h +26 五月 2020 | 00:52:12,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547MethodDeclarations.h +26 五月 2020 | 00:52:12,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717.h +26 五月 2020 | 00:52:12,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702.h +26 五月 2020 | 00:52:12,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717MethodDeclarations.h +26 五月 2020 | 00:52:12,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825.h +26 五月 2020 | 00:52:12,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702MethodDeclarations.h +26 五月 2020 | 00:52:12,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825MethodDeclarations.h +26 五月 2020 | 00:52:12,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628.h +26 五月 2020 | 00:52:12,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427.h +26 五月 2020 | 00:52:12,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628MethodDeclarations.h +26 五月 2020 | 00:52:12,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857.h +26 五月 2020 | 00:52:12,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427MethodDeclarations.h +26 五月 2020 | 00:52:12,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857MethodDeclarations.h +26 五月 2020 | 00:52:12,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362.h +26 五月 2020 | 00:52:12,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362MethodDeclarations.h +26 五月 2020 | 00:52:12,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011.h +26 五月 2020 | 00:52:12,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011MethodDeclarations.h +26 五月 2020 | 00:52:12,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286.h +26 五月 2020 | 00:52:12,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286MethodDeclarations.h +26 五月 2020 | 00:52:12,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312.h +26 五月 2020 | 00:52:12,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312MethodDeclarations.h +26 五月 2020 | 00:52:13,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600.h +26 五月 2020 | 00:52:13,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600MethodDeclarations.h +26 五月 2020 | 00:52:13,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170.h +26 五月 2020 | 00:52:13,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638.h +26 五月 2020 | 00:52:13,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995.h +26 五月 2020 | 00:52:13,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638MethodDeclarations.h +26 五月 2020 | 00:52:13,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962.h +26 五月 2020 | 00:52:13,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962MethodDeclarations.h +26 五月 2020 | 00:52:13,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120.h +26 五月 2020 | 00:52:13,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120MethodDeclarations.h +26 五月 2020 | 00:52:13,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596.h +26 五月 2020 | 00:52:13,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596MethodDeclarations.h +26 五月 2020 | 00:52:13,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335.h +26 五月 2020 | 00:52:13,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335MethodDeclarations.h +26 五月 2020 | 00:52:13,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819.h +26 五月 2020 | 00:52:13,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170MethodDeclarations.h +26 五月 2020 | 00:52:13,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487.h +26 五月 2020 | 00:52:13,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487MethodDeclarations.h +26 五月 2020 | 00:52:13,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863.h +26 五月 2020 | 00:52:13,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995MethodDeclarations.h +26 五月 2020 | 00:52:13,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972.h +26 五月 2020 | 00:52:13,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972MethodDeclarations.h +26 五月 2020 | 00:52:13,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915.h +26 五月 2020 | 00:52:13,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915MethodDeclarations.h +26 五月 2020 | 00:52:13,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819MethodDeclarations.h +26 五月 2020 | 00:52:13,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885.h +26 五月 2020 | 00:52:13,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920.h +26 五月 2020 | 00:52:13,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863MethodDeclarations.h +26 五月 2020 | 00:52:13,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885MethodDeclarations.h +26 五月 2020 | 00:52:13,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920MethodDeclarations.h +26 五月 2020 | 00:52:13,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605.h +26 五月 2020 | 00:52:13,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818.h +26 五月 2020 | 00:52:13,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818MethodDeclarations.h +26 五月 2020 | 00:52:13,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565.h +26 五月 2020 | 00:52:13,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640.h +26 五月 2020 | 00:52:13,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605MethodDeclarations.h +26 五月 2020 | 00:52:13,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640MethodDeclarations.h +26 五月 2020 | 00:52:13,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871.h +26 五月 2020 | 00:52:13,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871MethodDeclarations.h +26 五月 2020 | 00:52:13,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565MethodDeclarations.h +26 五月 2020 | 00:52:13,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342.h +26 五月 2020 | 00:52:13,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342MethodDeclarations.h +26 五月 2020 | 00:52:13,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594.h +26 五月 2020 | 00:52:13,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594MethodDeclarations.h +26 五月 2020 | 00:52:13,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896.h +26 五月 2020 | 00:52:13,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896MethodDeclarations.h +26 五月 2020 | 00:52:13,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779.h +26 五月 2020 | 00:52:13,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890.h +26 五月 2020 | 00:52:13,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890MethodDeclarations.h +26 五月 2020 | 00:52:13,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590.h +26 五月 2020 | 00:52:13,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590MethodDeclarations.h +26 五月 2020 | 00:52:13,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579.h +26 五月 2020 | 00:52:13,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579MethodDeclarations.h +26 五月 2020 | 00:52:13,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139.h +26 五月 2020 | 00:52:13,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139MethodDeclarations.h +26 五月 2020 | 00:52:13,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379.h +26 五月 2020 | 00:52:13,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379MethodDeclarations.h +26 五月 2020 | 00:52:13,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479.h +26 五月 2020 | 00:52:13,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479MethodDeclarations.h +26 五月 2020 | 00:52:13,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802.h +26 五月 2020 | 00:52:13,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802MethodDeclarations.h +26 五月 2020 | 00:52:13,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534.h +26 五月 2020 | 00:52:13,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908.h +26 五月 2020 | 00:52:13,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908MethodDeclarations.h +26 五月 2020 | 00:52:13,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779MethodDeclarations.h +26 五月 2020 | 00:52:13,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534MethodDeclarations.h +26 五月 2020 | 00:52:13,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105.h +26 五月 2020 | 00:52:13,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649.h +26 五月 2020 | 00:52:13,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649MethodDeclarations.h +26 五月 2020 | 00:52:13,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952.h +26 五月 2020 | 00:52:13,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371.h +26 五月 2020 | 00:52:13,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371MethodDeclarations.h +26 五月 2020 | 00:52:13,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952MethodDeclarations.h +26 五月 2020 | 00:52:13,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225.h +26 五月 2020 | 00:52:13,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225MethodDeclarations.h +26 五月 2020 | 00:52:13,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424.h +26 五月 2020 | 00:52:13,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105MethodDeclarations.h +26 五月 2020 | 00:52:13,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324.h +26 五月 2020 | 00:52:13,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324MethodDeclarations.h +26 五月 2020 | 00:52:13,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343.h +26 五月 2020 | 00:52:13,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343MethodDeclarations.h +26 五月 2020 | 00:52:13,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743.h +26 五月 2020 | 00:52:13,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424MethodDeclarations.h +26 五月 2020 | 00:52:13,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743MethodDeclarations.h +26 五月 2020 | 00:52:13,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084.h +26 五月 2020 | 00:52:13,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339.h +26 五月 2020 | 00:52:13,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084MethodDeclarations.h +26 五月 2020 | 00:52:13,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339MethodDeclarations.h +26 五月 2020 | 00:52:13,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801.h +26 五月 2020 | 00:52:13,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714.h +26 五月 2020 | 00:52:13,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801MethodDeclarations.h +26 五月 2020 | 00:52:13,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714MethodDeclarations.h +26 五月 2020 | 00:52:13,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837.h +26 五月 2020 | 00:52:13,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039.h +26 五月 2020 | 00:52:13,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837MethodDeclarations.h +26 五月 2020 | 00:52:13,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958.h +26 五月 2020 | 00:52:13,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958MethodDeclarations.h +26 五月 2020 | 00:52:13,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949.h +26 五月 2020 | 00:52:13,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949MethodDeclarations.h +26 五月 2020 | 00:52:13,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121.h +26 五月 2020 | 00:52:13,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121MethodDeclarations.h +26 五月 2020 | 00:52:13,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673.h +26 五月 2020 | 00:52:13,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673MethodDeclarations.h +26 五月 2020 | 00:52:13,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787.h +26 五月 2020 | 00:52:13,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787MethodDeclarations.h +26 五月 2020 | 00:52:13,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:13,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:13,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466.h +26 五月 2020 | 00:52:13,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466MethodDeclarations.h +26 五月 2020 | 00:52:13,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137.h +26 五月 2020 | 00:52:13,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137MethodDeclarations.h +26 五月 2020 | 00:52:13,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719.h +26 五月 2020 | 00:52:13,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719MethodDeclarations.h +26 五月 2020 | 00:52:13,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122.h +26 五月 2020 | 00:52:13,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122MethodDeclarations.h +26 五月 2020 | 00:52:13,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923.h +26 五月 2020 | 00:52:13,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923MethodDeclarations.h +26 五月 2020 | 00:52:13,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660.h +26 五月 2020 | 00:52:13,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660MethodDeclarations.h +26 五月 2020 | 00:52:13,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537.h +26 五月 2020 | 00:52:13,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537MethodDeclarations.h +26 五月 2020 | 00:52:13,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547.h +26 五月 2020 | 00:52:13,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547MethodDeclarations.h +26 五月 2020 | 00:52:13,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709.h +26 五月 2020 | 00:52:13,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702.h +26 五月 2020 | 00:52:13,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709MethodDeclarations.h +26 五月 2020 | 00:52:13,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702MethodDeclarations.h +26 五月 2020 | 00:52:13,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725.h +26 五月 2020 | 00:52:13,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628.h +26 五月 2020 | 00:52:13,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725MethodDeclarations.h +26 五月 2020 | 00:52:13,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039MethodDeclarations.h +26 五月 2020 | 00:52:13,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628MethodDeclarations.h +26 五月 2020 | 00:52:13,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975.h +26 五月 2020 | 00:52:13,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975MethodDeclarations.h +26 五月 2020 | 00:52:13,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857.h +26 五月 2020 | 00:52:13,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857MethodDeclarations.h +26 五月 2020 | 00:52:13,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148.h +26 五月 2020 | 00:52:13,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362.h +26 五月 2020 | 00:52:13,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362MethodDeclarations.h +26 五月 2020 | 00:52:13,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011.h +26 五月 2020 | 00:52:13,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011MethodDeclarations.h +26 五月 2020 | 00:52:13,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286.h +26 五月 2020 | 00:52:13,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286MethodDeclarations.h +26 五月 2020 | 00:52:13,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312.h +26 五月 2020 | 00:52:13,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312MethodDeclarations.h +26 五月 2020 | 00:52:13,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655.h +26 五月 2020 | 00:52:13,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148MethodDeclarations.h +26 五月 2020 | 00:52:13,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655MethodDeclarations.h +26 五月 2020 | 00:52:13,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202.h +26 五月 2020 | 00:52:13,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202MethodDeclarations.h +26 五月 2020 | 00:52:13,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264.h +26 五月 2020 | 00:52:13,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264MethodDeclarations.h +26 五月 2020 | 00:52:13,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840.h +26 五月 2020 | 00:52:13,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840MethodDeclarations.h +26 五月 2020 | 00:52:13,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242.h +26 五月 2020 | 00:52:13,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995.h +26 五月 2020 | 00:52:13,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242MethodDeclarations.h +26 五月 2020 | 00:52:13,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995MethodDeclarations.h +26 五月 2020 | 00:52:13,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268.h +26 五月 2020 | 00:52:13,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715.h +26 五月 2020 | 00:52:13,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268MethodDeclarations.h +26 五月 2020 | 00:52:13,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972.h +26 五月 2020 | 00:52:13,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715MethodDeclarations.h +26 五月 2020 | 00:52:13,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972MethodDeclarations.h +26 五月 2020 | 00:52:13,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457.h +26 五月 2020 | 00:52:13,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915.h +26 五月 2020 | 00:52:13,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457MethodDeclarations.h +26 五月 2020 | 00:52:13,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792.h +26 五月 2020 | 00:52:13,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434.h +26 五月 2020 | 00:52:13,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915MethodDeclarations.h +26 五月 2020 | 00:52:13,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434MethodDeclarations.h +26 五月 2020 | 00:52:13,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885.h +26 五月 2020 | 00:52:13,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078.h +26 五月 2020 | 00:52:13,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885MethodDeclarations.h +26 五月 2020 | 00:52:13,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078MethodDeclarations.h +26 五月 2020 | 00:52:13,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801.h +26 五月 2020 | 00:52:13,739 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640.h +26 五月 2020 | 00:52:13,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640MethodDeclarations.h +26 五月 2020 | 00:52:13,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871.h +26 五月 2020 | 00:52:13,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871MethodDeclarations.h +26 五月 2020 | 00:52:13,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779.h +26 五月 2020 | 00:52:13,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792MethodDeclarations.h +26 五月 2020 | 00:52:13,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801MethodDeclarations.h +26 五月 2020 | 00:52:13,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779MethodDeclarations.h +26 五月 2020 | 00:52:13,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924.h +26 五月 2020 | 00:52:13,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909.h +26 五月 2020 | 00:52:13,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924MethodDeclarations.h +26 五月 2020 | 00:52:13,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909MethodDeclarations.h +26 五月 2020 | 00:52:13,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649.h +26 五月 2020 | 00:52:13,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529.h +26 五月 2020 | 00:52:13,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649MethodDeclarations.h +26 五月 2020 | 00:52:13,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371.h +26 五月 2020 | 00:52:13,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371MethodDeclarations.h +26 五月 2020 | 00:52:13,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600.h +26 五月 2020 | 00:52:13,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529MethodDeclarations.h +26 五月 2020 | 00:52:13,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225.h +26 五月 2020 | 00:52:13,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600MethodDeclarations.h +26 五月 2020 | 00:52:13,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671.h +26 五月 2020 | 00:52:13,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225MethodDeclarations.h +26 五月 2020 | 00:52:13,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170.h +26 五月 2020 | 00:52:13,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671MethodDeclarations.h +26 五月 2020 | 00:52:13,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424.h +26 五月 2020 | 00:52:13,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170MethodDeclarations.h +26 五月 2020 | 00:52:13,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635.h +26 五月 2020 | 00:52:13,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487.h +26 五月 2020 | 00:52:13,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487MethodDeclarations.h +26 五月 2020 | 00:52:13,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863.h +26 五月 2020 | 00:52:13,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635MethodDeclarations.h +26 五月 2020 | 00:52:13,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424MethodDeclarations.h +26 五月 2020 | 00:52:13,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817.h +26 五月 2020 | 00:52:13,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817MethodDeclarations.h +26 五月 2020 | 00:52:13,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468.h +26 五月 2020 | 00:52:13,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863MethodDeclarations.h +26 五月 2020 | 00:52:13,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468MethodDeclarations.h +26 五月 2020 | 00:52:13,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605.h +26 五月 2020 | 00:52:13,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500.h +26 五月 2020 | 00:52:13,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339.h +26 五月 2020 | 00:52:13,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339MethodDeclarations.h +26 五月 2020 | 00:52:13,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500MethodDeclarations.h +26 五月 2020 | 00:52:13,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605MethodDeclarations.h +26 五月 2020 | 00:52:13,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714.h +26 五月 2020 | 00:52:13,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883.h +26 五月 2020 | 00:52:13,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714MethodDeclarations.h +26 五月 2020 | 00:52:13,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883MethodDeclarations.h +26 五月 2020 | 00:52:13,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039.h +26 五月 2020 | 00:52:13,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177.h +26 五月 2020 | 00:52:14,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342.h +26 五月 2020 | 00:52:14,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039MethodDeclarations.h +26 五月 2020 | 00:52:14,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975.h +26 五月 2020 | 00:52:14,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975MethodDeclarations.h +26 五月 2020 | 00:52:14,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148.h +26 五月 2020 | 00:52:14,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148MethodDeclarations.h +26 五月 2020 | 00:52:14,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177MethodDeclarations.h +26 五月 2020 | 00:52:14,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829.h +26 五月 2020 | 00:52:14,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202.h +26 五月 2020 | 00:52:14,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829MethodDeclarations.h +26 五月 2020 | 00:52:14,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342MethodDeclarations.h +26 五月 2020 | 00:52:14,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793.h +26 五月 2020 | 00:52:14,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202MethodDeclarations.h +26 五月 2020 | 00:52:14,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594.h +26 五月 2020 | 00:52:14,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793MethodDeclarations.h +26 五月 2020 | 00:52:14,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264.h +26 五月 2020 | 00:52:14,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594MethodDeclarations.h +26 五月 2020 | 00:52:14,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264MethodDeclarations.h +26 五月 2020 | 00:52:14,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965.h +26 五月 2020 | 00:52:14,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896.h +26 五月 2020 | 00:52:14,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965MethodDeclarations.h +26 五月 2020 | 00:52:14,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896MethodDeclarations.h +26 五月 2020 | 00:52:14,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963.h +26 五月 2020 | 00:52:14,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963MethodDeclarations.h +26 五月 2020 | 00:52:14,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600.h +26 五月 2020 | 00:52:14,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600MethodDeclarations.h +26 五月 2020 | 00:52:14,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532.h +26 五月 2020 | 00:52:14,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532MethodDeclarations.h +26 五月 2020 | 00:52:14,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133.h +26 五月 2020 | 00:52:14,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133MethodDeclarations.h +26 五月 2020 | 00:52:14,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670.h +26 五月 2020 | 00:52:14,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670MethodDeclarations.h +26 五月 2020 | 00:52:14,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840.h +26 五月 2020 | 00:52:14,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286.h +26 五月 2020 | 00:52:14,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286MethodDeclarations.h +26 五月 2020 | 00:52:14,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840MethodDeclarations.h +26 五月 2020 | 00:52:14,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890.h +26 五月 2020 | 00:52:14,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890MethodDeclarations.h +26 五月 2020 | 00:52:14,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590.h +26 五月 2020 | 00:52:14,226 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590MethodDeclarations.h +26 五月 2020 | 00:52:14,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579.h +26 五月 2020 | 00:52:14,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579MethodDeclarations.h +26 五月 2020 | 00:52:14,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139.h +26 五月 2020 | 00:52:14,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139MethodDeclarations.h +26 五月 2020 | 00:52:14,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715.h +26 五月 2020 | 00:52:14,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566.h +26 五月 2020 | 00:52:14,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566MethodDeclarations.h +26 五月 2020 | 00:52:14,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715MethodDeclarations.h +26 五月 2020 | 00:52:14,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271.h +26 五月 2020 | 00:52:14,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457.h +26 五月 2020 | 00:52:14,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457MethodDeclarations.h +26 五月 2020 | 00:52:14,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271MethodDeclarations.h +26 五月 2020 | 00:52:14,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379.h +26 五月 2020 | 00:52:14,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953.h +26 五月 2020 | 00:52:14,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953MethodDeclarations.h +26 五月 2020 | 00:52:14,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434.h +26 五月 2020 | 00:52:14,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667.h +26 五月 2020 | 00:52:14,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434MethodDeclarations.h +26 五月 2020 | 00:52:14,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667MethodDeclarations.h +26 五月 2020 | 00:52:14,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078.h +26 五月 2020 | 00:52:14,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833.h +26 五月 2020 | 00:52:14,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078MethodDeclarations.h +26 五月 2020 | 00:52:14,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833MethodDeclarations.h +26 五月 2020 | 00:52:14,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801.h +26 五月 2020 | 00:52:14,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801MethodDeclarations.h +26 五月 2020 | 00:52:14,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909.h +26 五月 2020 | 00:52:14,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379MethodDeclarations.h +26 五月 2020 | 00:52:14,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709.h +26 五月 2020 | 00:52:14,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909MethodDeclarations.h +26 五月 2020 | 00:52:14,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709MethodDeclarations.h +26 五月 2020 | 00:52:14,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479.h +26 五月 2020 | 00:52:14,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479MethodDeclarations.h +26 五月 2020 | 00:52:14,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529.h +26 五月 2020 | 00:52:14,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640.h +26 五月 2020 | 00:52:14,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802.h +26 五月 2020 | 00:52:14,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640MethodDeclarations.h +26 五月 2020 | 00:52:14,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802MethodDeclarations.h +26 五月 2020 | 00:52:14,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459.h +26 五月 2020 | 00:52:14,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534.h +26 五月 2020 | 00:52:14,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459MethodDeclarations.h +26 五月 2020 | 00:52:14,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723.h +26 五月 2020 | 00:52:14,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723MethodDeclarations.h +26 五月 2020 | 00:52:14,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773.h +26 五月 2020 | 00:52:14,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534MethodDeclarations.h +26 五月 2020 | 00:52:14,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529MethodDeclarations.h +26 五月 2020 | 00:52:14,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773MethodDeclarations.h +26 五月 2020 | 00:52:14,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105.h +26 五月 2020 | 00:52:14,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671.h +26 五月 2020 | 00:52:14,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727.h +26 五月 2020 | 00:52:14,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105MethodDeclarations.h +26 五月 2020 | 00:52:14,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671MethodDeclarations.h +26 五月 2020 | 00:52:14,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727MethodDeclarations.h +26 五月 2020 | 00:52:14,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324.h +26 五月 2020 | 00:52:14,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635.h +26 五月 2020 | 00:52:14,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635MethodDeclarations.h +26 五月 2020 | 00:52:14,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324MethodDeclarations.h +26 五月 2020 | 00:52:14,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817.h +26 五月 2020 | 00:52:14,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343.h +26 五月 2020 | 00:52:14,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817MethodDeclarations.h +26 五月 2020 | 00:52:14,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343MethodDeclarations.h +26 五月 2020 | 00:52:14,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743.h +26 五月 2020 | 00:52:14,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468.h +26 五月 2020 | 00:52:14,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743MethodDeclarations.h +26 五月 2020 | 00:52:14,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468MethodDeclarations.h +26 五月 2020 | 00:52:14,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084.h +26 五月 2020 | 00:52:14,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500.h +26 五月 2020 | 00:52:14,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500MethodDeclarations.h +26 五月 2020 | 00:52:14,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883.h +26 五月 2020 | 00:52:14,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084MethodDeclarations.h +26 五月 2020 | 00:52:14,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883MethodDeclarations.h +26 五月 2020 | 00:52:14,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801.h +26 五月 2020 | 00:52:14,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801MethodDeclarations.h +26 五月 2020 | 00:52:14,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177.h +26 五月 2020 | 00:52:14,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837.h +26 五月 2020 | 00:52:14,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837MethodDeclarations.h +26 五月 2020 | 00:52:14,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958.h +26 五月 2020 | 00:52:14,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958MethodDeclarations.h +26 五月 2020 | 00:52:14,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949.h +26 五月 2020 | 00:52:14,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949MethodDeclarations.h +26 五月 2020 | 00:52:14,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121.h +26 五月 2020 | 00:52:14,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121MethodDeclarations.h +26 五月 2020 | 00:52:14,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673.h +26 五月 2020 | 00:52:14,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673MethodDeclarations.h +26 五月 2020 | 00:52:14,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787.h +26 五月 2020 | 00:52:14,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787MethodDeclarations.h +26 五月 2020 | 00:52:14,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:14,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:14,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466.h +26 五月 2020 | 00:52:14,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466MethodDeclarations.h +26 五月 2020 | 00:52:14,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137.h +26 五月 2020 | 00:52:14,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137MethodDeclarations.h +26 五月 2020 | 00:52:14,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082.h +26 五月 2020 | 00:52:14,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177MethodDeclarations.h +26 五月 2020 | 00:52:14,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082MethodDeclarations.h +26 五月 2020 | 00:52:14,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829.h +26 五月 2020 | 00:52:14,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435.h +26 五月 2020 | 00:52:14,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435MethodDeclarations.h +26 五月 2020 | 00:52:14,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719.h +26 五月 2020 | 00:52:14,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829MethodDeclarations.h +26 五月 2020 | 00:52:14,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719MethodDeclarations.h +26 五月 2020 | 00:52:14,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589.h +26 五月 2020 | 00:52:14,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793.h +26 五月 2020 | 00:52:14,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122.h +26 五月 2020 | 00:52:14,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122MethodDeclarations.h +26 五月 2020 | 00:52:14,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793MethodDeclarations.h +26 五月 2020 | 00:52:14,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923.h +26 五月 2020 | 00:52:14,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965.h +26 五月 2020 | 00:52:14,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923MethodDeclarations.h +26 五月 2020 | 00:52:14,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965MethodDeclarations.h +26 五月 2020 | 00:52:14,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660.h +26 五月 2020 | 00:52:14,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660MethodDeclarations.h +26 五月 2020 | 00:52:14,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963.h +26 五月 2020 | 00:52:14,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537.h +26 五月 2020 | 00:52:14,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963MethodDeclarations.h +26 五月 2020 | 00:52:14,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537MethodDeclarations.h +26 五月 2020 | 00:52:14,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600.h +26 五月 2020 | 00:52:14,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600MethodDeclarations.h +26 五月 2020 | 00:52:14,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532.h +26 五月 2020 | 00:52:14,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532MethodDeclarations.h +26 五月 2020 | 00:52:14,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133.h +26 五月 2020 | 00:52:14,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133MethodDeclarations.h +26 五月 2020 | 00:52:14,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670.h +26 五月 2020 | 00:52:14,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670MethodDeclarations.h +26 五月 2020 | 00:52:14,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286.h +26 五月 2020 | 00:52:14,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547.h +26 五月 2020 | 00:52:14,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589MethodDeclarations.h +26 五月 2020 | 00:52:14,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547MethodDeclarations.h +26 五月 2020 | 00:52:14,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286MethodDeclarations.h +26 五月 2020 | 00:52:14,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248.h +26 五月 2020 | 00:52:14,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702.h +26 五月 2020 | 00:52:14,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248MethodDeclarations.h +26 五月 2020 | 00:52:14,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702MethodDeclarations.h +26 五月 2020 | 00:52:14,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628.h +26 五月 2020 | 00:52:14,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628MethodDeclarations.h +26 五月 2020 | 00:52:14,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857.h +26 五月 2020 | 00:52:14,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857MethodDeclarations.h +26 五月 2020 | 00:52:14,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362.h +26 五月 2020 | 00:52:14,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362MethodDeclarations.h +26 五月 2020 | 00:52:14,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011.h +26 五月 2020 | 00:52:14,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011MethodDeclarations.h +26 五月 2020 | 00:52:14,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286.h +26 五月 2020 | 00:52:14,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286MethodDeclarations.h +26 五月 2020 | 00:52:14,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312.h +26 五月 2020 | 00:52:14,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312MethodDeclarations.h +26 五月 2020 | 00:52:14,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566.h +26 五月 2020 | 00:52:14,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998.h +26 五月 2020 | 00:52:14,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995.h +26 五月 2020 | 00:52:14,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566MethodDeclarations.h +26 五月 2020 | 00:52:14,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998MethodDeclarations.h +26 五月 2020 | 00:52:14,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831.h +26 五月 2020 | 00:52:14,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271.h +26 五月 2020 | 00:52:14,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831MethodDeclarations.h +26 五月 2020 | 00:52:14,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215.h +26 五月 2020 | 00:52:14,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215MethodDeclarations.h +26 五月 2020 | 00:52:14,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476.h +26 五月 2020 | 00:52:14,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476MethodDeclarations.h +26 五月 2020 | 00:52:14,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464.h +26 五月 2020 | 00:52:14,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464MethodDeclarations.h +26 五月 2020 | 00:52:14,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398.h +26 五月 2020 | 00:52:14,813 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398MethodDeclarations.h +26 五月 2020 | 00:52:14,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410.h +26 五月 2020 | 00:52:14,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410MethodDeclarations.h +26 五月 2020 | 00:52:14,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799.h +26 五月 2020 | 00:52:14,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799MethodDeclarations.h +26 五月 2020 | 00:52:14,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567.h +26 五月 2020 | 00:52:14,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567MethodDeclarations.h +26 五月 2020 | 00:52:14,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445.h +26 五月 2020 | 00:52:14,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445MethodDeclarations.h +26 五月 2020 | 00:52:14,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271MethodDeclarations.h +26 五月 2020 | 00:52:14,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991.h +26 五月 2020 | 00:52:14,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953.h +26 五月 2020 | 00:52:14,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953MethodDeclarations.h +26 五月 2020 | 00:52:14,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667.h +26 五月 2020 | 00:52:14,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667MethodDeclarations.h +26 五月 2020 | 00:52:14,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833.h +26 五月 2020 | 00:52:14,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833MethodDeclarations.h +26 五月 2020 | 00:52:14,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995MethodDeclarations.h +26 五月 2020 | 00:52:14,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972.h +26 五月 2020 | 00:52:14,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972MethodDeclarations.h +26 五月 2020 | 00:52:14,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915.h +26 五月 2020 | 00:52:14,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915MethodDeclarations.h +26 五月 2020 | 00:52:14,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991MethodDeclarations.h +26 五月 2020 | 00:52:14,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709.h +26 五月 2020 | 00:52:14,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885.h +26 五月 2020 | 00:52:14,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936.h +26 五月 2020 | 00:52:14,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709MethodDeclarations.h +26 五月 2020 | 00:52:14,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885MethodDeclarations.h +26 五月 2020 | 00:52:14,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936MethodDeclarations.h +26 五月 2020 | 00:52:14,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640.h +26 五月 2020 | 00:52:14,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640.h +26 五月 2020 | 00:52:14,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895.h +26 五月 2020 | 00:52:14,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640MethodDeclarations.h +26 五月 2020 | 00:52:14,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640MethodDeclarations.h +26 五月 2020 | 00:52:14,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895MethodDeclarations.h +26 五月 2020 | 00:52:14,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459.h +26 五月 2020 | 00:52:14,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871.h +26 五月 2020 | 00:52:14,898 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985.h +26 五月 2020 | 00:52:14,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459MethodDeclarations.h +26 五月 2020 | 00:52:14,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985MethodDeclarations.h +26 五月 2020 | 00:52:14,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871MethodDeclarations.h +26 五月 2020 | 00:52:14,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723.h +26 五月 2020 | 00:52:14,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652.h +26 五月 2020 | 00:52:14,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779.h +26 五月 2020 | 00:52:14,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723MethodDeclarations.h +26 五月 2020 | 00:52:14,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652MethodDeclarations.h +26 五月 2020 | 00:52:14,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779MethodDeclarations.h +26 五月 2020 | 00:52:14,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773.h +26 五月 2020 | 00:52:14,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135.h +26 五月 2020 | 00:52:14,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649.h +26 五月 2020 | 00:52:14,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773MethodDeclarations.h +26 五月 2020 | 00:52:14,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135MethodDeclarations.h +26 五月 2020 | 00:52:14,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660.h +26 五月 2020 | 00:52:14,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727.h +26 五月 2020 | 00:52:14,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727MethodDeclarations.h +26 五月 2020 | 00:52:14,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660MethodDeclarations.h +26 五月 2020 | 00:52:14,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082.h +26 五月 2020 | 00:52:14,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207.h +26 五月 2020 | 00:52:14,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649MethodDeclarations.h +26 五月 2020 | 00:52:14,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207MethodDeclarations.h +26 五月 2020 | 00:52:14,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082MethodDeclarations.h +26 五月 2020 | 00:52:14,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371.h +26 五月 2020 | 00:52:14,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435.h +26 五月 2020 | 00:52:14,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371MethodDeclarations.h +26 五月 2020 | 00:52:14,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435MethodDeclarations.h +26 五月 2020 | 00:52:14,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225.h +26 五月 2020 | 00:52:14,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225MethodDeclarations.h +26 五月 2020 | 00:52:14,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424.h +26 五月 2020 | 00:52:14,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589.h +26 五月 2020 | 00:52:14,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424MethodDeclarations.h +26 五月 2020 | 00:52:14,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339.h +26 五月 2020 | 00:52:14,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589MethodDeclarations.h +26 五月 2020 | 00:52:14,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_0.cpp +26 五月 2020 | 00:52:14,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339MethodDeclarations.h +26 五月 2020 | 00:52:14,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248.h +26 五月 2020 | 00:52:14,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714.h +26 五月 2020 | 00:52:14,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248MethodDeclarations.h +26 五月 2020 | 00:52:14,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714MethodDeclarations.h +26 五月 2020 | 00:52:14,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998.h +26 五月 2020 | 00:52:14,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039.h +26 五月 2020 | 00:52:14,936 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998MethodDeclarations.h +26 五月 2020 | 00:52:14,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039MethodDeclarations.h +26 五月 2020 | 00:52:14,942 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831.h +26 五月 2020 | 00:52:14,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975.h +26 五月 2020 | 00:52:14,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831MethodDeclarations.h +26 五月 2020 | 00:52:14,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975MethodDeclarations.h +26 五月 2020 | 00:52:14,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215.h +26 五月 2020 | 00:52:14,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148.h +26 五月 2020 | 00:52:14,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215MethodDeclarations.h +26 五月 2020 | 00:52:14,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148MethodDeclarations.h +26 五月 2020 | 00:52:14,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476.h +26 五月 2020 | 00:52:14,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476MethodDeclarations.h +26 五月 2020 | 00:52:14,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464.h +26 五月 2020 | 00:52:14,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464MethodDeclarations.h +26 五月 2020 | 00:52:14,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202.h +26 五月 2020 | 00:52:14,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_1.cpp +26 五月 2020 | 00:52:14,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398.h +26 五月 2020 | 00:52:14,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398MethodDeclarations.h +26 五月 2020 | 00:52:14,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202MethodDeclarations.h +26 五月 2020 | 00:52:14,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410.h +26 五月 2020 | 00:52:14,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264.h +26 五月 2020 | 00:52:14,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410MethodDeclarations.h +26 五月 2020 | 00:52:14,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799.h +26 五月 2020 | 00:52:14,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264MethodDeclarations.h +26 五月 2020 | 00:52:15,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840.h +26 五月 2020 | 00:52:15,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840MethodDeclarations.h +26 五月 2020 | 00:52:15,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715.h +26 五月 2020 | 00:52:15,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468.h +26 五月 2020 | 00:52:15,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_2.cpp +26 五月 2020 | 00:52:14,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_0.cpp +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_1.cpp +26 五月 2020 | 00:52:15,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500MethodDeclarations.h +26 五月 2020 | 00:52:15,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883.h +26 五月 2020 | 00:52:15,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883MethodDeclarations.h +26 五月 2020 | 00:52:15,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177.h +26 五月 2020 | 00:52:15,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177MethodDeclarations.h +26 五月 2020 | 00:52:15,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829.h +26 五月 2020 | 00:52:15,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829MethodDeclarations.h +26 五月 2020 | 00:52:15,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793.h +26 五月 2020 | 00:52:15,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793MethodDeclarations.h +26 五月 2020 | 00:52:15,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_2.cpp +26 五月 2020 | 00:52:15,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965.h +26 五月 2020 | 00:52:15,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965MethodDeclarations.h +26 五月 2020 | 00:52:15,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963.h +26 五月 2020 | 00:52:15,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963MethodDeclarations.h +26 五月 2020 | 00:52:15,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_4.cpp +26 五月 2020 | 00:52:15,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600.h +26 五月 2020 | 00:52:15,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600MethodDeclarations.h +26 五月 2020 | 00:52:15,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532.h +26 五月 2020 | 00:52:15,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532MethodDeclarations.h +26 五月 2020 | 00:52:15,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133.h +26 五月 2020 | 00:52:15,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133MethodDeclarations.h +26 五月 2020 | 00:52:15,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670.h +26 五月 2020 | 00:52:15,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670MethodDeclarations.h +26 五月 2020 | 00:52:15,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286.h +26 五月 2020 | 00:52:15,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286MethodDeclarations.h +26 五月 2020 | 00:52:15,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566.h +26 五月 2020 | 00:52:15,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566MethodDeclarations.h +26 五月 2020 | 00:52:15,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271.h +26 五月 2020 | 00:52:15,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271MethodDeclarations.h +26 五月 2020 | 00:52:15,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953.h +26 五月 2020 | 00:52:15,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953MethodDeclarations.h +26 五月 2020 | 00:52:15,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667.h +26 五月 2020 | 00:52:15,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667MethodDeclarations.h +26 五月 2020 | 00:52:15,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833.h +26 五月 2020 | 00:52:15,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833MethodDeclarations.h +26 五月 2020 | 00:52:15,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709.h +26 五月 2020 | 00:52:15,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +26 五月 2020 | 00:52:15,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709MethodDeclarations.h +26 五月 2020 | 00:52:15,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640.h +26 五月 2020 | 00:52:15,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640MethodDeclarations.h +26 五月 2020 | 00:52:15,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459.h +26 五月 2020 | 00:52:15,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459MethodDeclarations.h +26 五月 2020 | 00:52:15,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +26 五月 2020 | 00:52:15,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723.h +26 五月 2020 | 00:52:15,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_CString_0.cpp +26 五月 2020 | 00:52:15,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723MethodDeclarations.h +26 五月 2020 | 00:52:15,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773.h +26 五月 2020 | 00:52:15,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773MethodDeclarations.h +26 五月 2020 | 00:52:15,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727.h +26 五月 2020 | 00:52:15,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727MethodDeclarations.h +26 五月 2020 | 00:52:15,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082.h +26 五月 2020 | 00:52:15,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082MethodDeclarations.h +26 五月 2020 | 00:52:15,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_0.cpp +26 五月 2020 | 00:52:15,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435.h +26 五月 2020 | 00:52:15,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435MethodDeclarations.h +26 五月 2020 | 00:52:15,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589.h +26 五月 2020 | 00:52:15,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589MethodDeclarations.h +26 五月 2020 | 00:52:15,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248.h +26 五月 2020 | 00:52:15,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248MethodDeclarations.h +26 五月 2020 | 00:52:15,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_1.cpp +26 五月 2020 | 00:52:15,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998.h +26 五月 2020 | 00:52:15,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998MethodDeclarations.h +26 五月 2020 | 00:52:15,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831.h +26 五月 2020 | 00:52:15,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831MethodDeclarations.h +26 五月 2020 | 00:52:15,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215.h +26 五月 2020 | 00:52:15,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215MethodDeclarations.h +26 五月 2020 | 00:52:15,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476.h +26 五月 2020 | 00:52:15,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476MethodDeclarations.h +26 五月 2020 | 00:52:15,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464.h +26 五月 2020 | 00:52:15,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464MethodDeclarations.h +26 五月 2020 | 00:52:15,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_10.cpp +26 五月 2020 | 00:52:15,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398.h +26 五月 2020 | 00:52:15,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398MethodDeclarations.h +26 五月 2020 | 00:52:15,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_4.cpp +26 五月 2020 | 00:52:15,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410.h +26 五月 2020 | 00:52:15,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_11.cpp +26 五月 2020 | 00:52:15,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410MethodDeclarations.h +26 五月 2020 | 00:52:15,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799.h +26 五月 2020 | 00:52:15,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_12.cpp +26 五月 2020 | 00:52:15,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799MethodDeclarations.h +26 五月 2020 | 00:52:15,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567.h +26 五月 2020 | 00:52:15,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567MethodDeclarations.h +26 五月 2020 | 00:52:15,215 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445.h +26 五月 2020 | 00:52:15,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445MethodDeclarations.h +26 五月 2020 | 00:52:15,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_13.cpp +26 五月 2020 | 00:52:15,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991.h +26 五月 2020 | 00:52:15,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991MethodDeclarations.h +26 五月 2020 | 00:52:15,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936.h +26 五月 2020 | 00:52:15,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936MethodDeclarations.h +26 五月 2020 | 00:52:15,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895.h +26 五月 2020 | 00:52:15,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895MethodDeclarations.h +26 五月 2020 | 00:52:15,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_2.cpp +26 五月 2020 | 00:52:15,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985.h +26 五月 2020 | 00:52:15,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985MethodDeclarations.h +26 五月 2020 | 00:52:15,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652.h +26 五月 2020 | 00:52:15,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_3.cpp +26 五月 2020 | 00:52:15,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652MethodDeclarations.h +26 五月 2020 | 00:52:15,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135.h +26 五月 2020 | 00:52:15,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135MethodDeclarations.h +26 五月 2020 | 00:52:15,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660.h +26 五月 2020 | 00:52:15,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_4.cpp +26 五月 2020 | 00:52:15,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660MethodDeclarations.h +26 五月 2020 | 00:52:15,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207.h +26 五月 2020 | 00:52:15,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207MethodDeclarations.h +26 五月 2020 | 00:52:15,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +26 五月 2020 | 00:52:15,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_CString_0.cpp +26 五月 2020 | 00:52:15,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_5.cpp +26 五月 2020 | 00:52:15,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_6.cpp +26 五月 2020 | 00:52:15,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_7.cpp +26 五月 2020 | 00:52:15,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_8.cpp +26 五月 2020 | 00:52:15,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_9.cpp +26 五月 2020 | 00:52:15,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_0.cpp +26 五月 2020 | 00:52:15,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_0.cpp +26 五月 2020 | 00:52:15,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Mono.Security_0.cpp +26 五月 2020 | 00:52:15,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_1.cpp +26 五月 2020 | 00:52:15,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Mono.Security_1.cpp +26 五月 2020 | 00:52:15,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_1.cpp +26 五月 2020 | 00:52:15,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_System.Core_0.cpp +26 五月 2020 | 00:52:15,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_10.cpp +26 五月 2020 | 00:52:15,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_System_0.cpp +26 五月 2020 | 00:52:15,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_2.cpp +26 五月 2020 | 00:52:15,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_11.cpp +26 五月 2020 | 00:52:15,308 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_12.cpp +26 五月 2020 | 00:52:15,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_13.cpp +26 五月 2020 | 00:52:15,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_System_1.cpp +26 五月 2020 | 00:52:15,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_2.cpp +26 五月 2020 | 00:52:15,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_3.cpp +26 五月 2020 | 00:52:15,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_System_2.cpp +26 五月 2020 | 00:52:15,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_4.cpp +26 五月 2020 | 00:52:15,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_System_3.cpp +26 五月 2020 | 00:52:15,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_5.cpp +26 五月 2020 | 00:52:15,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_6.cpp +26 五月 2020 | 00:52:15,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_UnityEngine_0.cpp +26 五月 2020 | 00:52:15,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_7.cpp +26 五月 2020 | 00:52:15,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_8.cpp +26 五月 2020 | 00:52:15,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_9.cpp +26 五月 2020 | 00:52:15,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +26 五月 2020 | 00:52:15,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_UnityEngine_1.cpp +26 五月 2020 | 00:52:15,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Mono.Security_0.cpp +26 五月 2020 | 00:52:15,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_UnityEngine_2.cpp +26 五月 2020 | 00:52:15,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Mono.Security_1.cpp +26 五月 2020 | 00:52:15,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_System.Core_0.cpp +26 五月 2020 | 00:52:15,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_UnityEngine_3.cpp +26 五月 2020 | 00:52:15,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_UnityEngine_4.cpp +26 五月 2020 | 00:52:15,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_System_0.cpp +26 五月 2020 | 00:52:15,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_System_1.cpp +26 五月 2020 | 00:52:15,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_0.cpp +26 五月 2020 | 00:52:15,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_4.cpp +26 五月 2020 | 00:52:15,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_System_2.cpp +26 五月 2020 | 00:52:15,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_1.cpp +26 五月 2020 | 00:52:15,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_System_3.cpp +26 五月 2020 | 00:52:15,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_UnityEngine_0.cpp +26 五月 2020 | 00:52:15,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_2.cpp +26 五月 2020 | 00:52:15,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_UnityEngine_1.cpp +26 五月 2020 | 00:52:15,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_UnityEngine_2.cpp +26 五月 2020 | 00:52:15,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_3.cpp +26 五月 2020 | 00:52:15,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +26 五月 2020 | 00:52:15,456 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_UnityEngine_3.cpp +26 五月 2020 | 00:52:15,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_CString_0.cpp +26 五月 2020 | 00:52:15,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_4.cpp +26 五月 2020 | 00:52:15,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_UnityEngine_4.cpp +26 五月 2020 | 00:52:15,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_5.cpp +26 五月 2020 | 00:52:15,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_0.cpp +26 五月 2020 | 00:52:15,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_0.cpp +26 五月 2020 | 00:52:15,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_6.cpp +26 五月 2020 | 00:52:15,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_1.cpp +26 五月 2020 | 00:52:15,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_1.cpp +26 五月 2020 | 00:52:15,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_7.cpp +26 五月 2020 | 00:52:15,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_8.cpp +26 五月 2020 | 00:52:15,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_taurus.unity_0.cpp +26 五月 2020 | 00:52:15,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_2.cpp +26 五月 2020 | 00:52:15,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_10.cpp +26 五月 2020 | 00:52:15,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_11.cpp +26 五月 2020 | 00:52:15,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_12.cpp +26 五月 2020 | 00:52:15,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_3.cpp +26 五月 2020 | 00:52:15,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_13.cpp +26 五月 2020 | 00:52:15,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_4.cpp +26 五月 2020 | 00:52:15,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_taurus_0.cpp +26 五月 2020 | 00:52:15,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_2.cpp +26 五月 2020 | 00:52:15,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_taurus_1.cpp +26 五月 2020 | 00:52:15,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_3.cpp +26 五月 2020 | 00:52:15,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_5.cpp +26 五月 2020 | 00:52:15,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_4.cpp +26 五月 2020 | 00:52:15,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_zxing.unity_0.cpp +26 五月 2020 | 00:52:15,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_zxing.unity_1.cpp +26 五月 2020 | 00:52:15,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896.h +26 五月 2020 | 00:52:15,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_5.cpp +26 五月 2020 | 00:52:15,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896MethodDeclarations.h +26 五月 2020 | 00:52:15,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643.h +26 五月 2020 | 00:52:15,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643MethodDeclarations.h +26 五月 2020 | 00:52:15,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_6.cpp +26 五月 2020 | 00:52:15,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_ArrayTypes.h +26 五月 2020 | 00:52:15,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_7.cpp +26 五月 2020 | 00:52:15,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_6.cpp +26 五月 2020 | 00:52:15,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_8.cpp +26 五月 2020 | 00:52:15,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_CString2237588376.h +26 五月 2020 | 00:52:15,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_9.cpp +26 五月 2020 | 00:52:15,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_CString2237588376MethodDeclarations.h +26 五月 2020 | 00:52:15,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264.h +26 五月 2020 | 00:52:15,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264MethodDeclarations.h +26 五月 2020 | 00:52:15,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:15,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:15,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:15,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:15,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366.h +26 五月 2020 | 00:52:15,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366MethodDeclarations.h +26 五月 2020 | 00:52:15,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_7.cpp +26 五月 2020 | 00:52:15,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GeneratedCodeGen.h +26 五月 2020 | 00:52:15,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GeneratedGenericInterfaceInvokers.h +26 五月 2020 | 00:52:15,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GeneratedGenericVirtualInvokers.h +26 五月 2020 | 00:52:15,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GeneratedInterfaceInvokers.h +26 五月 2020 | 00:52:15,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Mono.Security_0.cpp +26 五月 2020 | 00:52:15,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_8.cpp +26 五月 2020 | 00:52:15,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GeneratedVirtualInvokers.h +26 五月 2020 | 00:52:15,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Mono.Security_1.cpp +26 五月 2020 | 00:52:15,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_taurus.unity_0.cpp +26 五月 2020 | 00:52:15,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_System.Core_0.cpp +26 五月 2020 | 00:52:15,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_System_0.cpp +26 五月 2020 | 00:52:15,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_taurus_0.cpp +26 五月 2020 | 00:52:15,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GenericMethods0.cpp +26 五月 2020 | 00:52:15,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_taurus_1.cpp +26 五月 2020 | 00:52:15,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_zxing.unity_0.cpp +26 五月 2020 | 00:52:15,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GenericMethods1.cpp +26 五月 2020 | 00:52:15,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_zxing.unity_1.cpp +26 五月 2020 | 00:52:15,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_System_1.cpp +26 五月 2020 | 00:52:15,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896.h +26 五月 2020 | 00:52:15,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896MethodDeclarations.h +26 五月 2020 | 00:52:15,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643.h +26 五月 2020 | 00:52:15,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643MethodDeclarations.h +26 五月 2020 | 00:52:15,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_ArrayTypes.h +26 五月 2020 | 00:52:15,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_CString2237588376.h +26 五月 2020 | 00:52:15,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_CString2237588376MethodDeclarations.h +26 五月 2020 | 00:52:15,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264.h +26 五月 2020 | 00:52:15,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264MethodDeclarations.h +26 五月 2020 | 00:52:15,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:15,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:15,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_System_2.cpp +26 五月 2020 | 00:52:15,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:15,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:15,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366.h +26 五月 2020 | 00:52:15,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_System_3.cpp +26 五月 2020 | 00:52:15,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366MethodDeclarations.h +26 五月 2020 | 00:52:15,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GeneratedCodeGen.h +26 五月 2020 | 00:52:15,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GeneratedGenericInterfaceInvokers.h +26 五月 2020 | 00:52:15,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GeneratedGenericVirtualInvokers.h +26 五月 2020 | 00:52:15,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GeneratedInterfaceInvokers.h +26 五月 2020 | 00:52:15,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GeneratedVirtualInvokers.h +26 五月 2020 | 00:52:15,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_UnityEngine_0.cpp +26 五月 2020 | 00:52:15,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_UnityEngine_1.cpp +26 五月 2020 | 00:52:15,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GenericMethods0.cpp +26 五月 2020 | 00:52:15,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_UnityEngine_2.cpp +26 五月 2020 | 00:52:15,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppAttributes.cpp +26 五月 2020 | 00:52:15,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCcwMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:15,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GenericMethods1.cpp +26 五月 2020 | 00:52:15,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCodeRegistration.cpp +26 五月 2020 | 00:52:15,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_UnityEngine_3.cpp +26 五月 2020 | 00:52:15,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValuesTable.cpp +26 五月 2020 | 00:52:15,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_UnityEngine_4.cpp +26 五月 2020 | 00:52:15,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_0Table.cpp +26 五月 2020 | 00:52:15,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_10Table.cpp +26 五月 2020 | 00:52:15,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_11Table.cpp +26 五月 2020 | 00:52:15,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_12Table.cpp +26 五月 2020 | 00:52:15,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_13Table.cpp +26 五月 2020 | 00:52:15,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_14Table.cpp +26 五月 2020 | 00:52:15,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_0.cpp +26 五月 2020 | 00:52:15,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_15Table.cpp +26 五月 2020 | 00:52:15,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_16Table.cpp +26 五月 2020 | 00:52:15,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_17Table.cpp +26 五月 2020 | 00:52:15,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_18Table.cpp +26 五月 2020 | 00:52:15,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_19Table.cpp +26 五月 2020 | 00:52:15,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_1Table.cpp +26 五月 2020 | 00:52:15,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_20Table.cpp +26 五月 2020 | 00:52:15,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppAttributes.cpp +26 五月 2020 | 00:52:15,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_21Table.cpp +26 五月 2020 | 00:52:15,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCcwMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:15,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCodeRegistration.cpp +26 五月 2020 | 00:52:15,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_22Table.cpp +26 五月 2020 | 00:52:15,715 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_23Table.cpp +26 五月 2020 | 00:52:15,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_1.cpp +26 五月 2020 | 00:52:15,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_24Table.cpp +26 五月 2020 | 00:52:15,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValuesTable.cpp +26 五月 2020 | 00:52:15,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_25Table.cpp +26 五月 2020 | 00:52:15,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_0Table.cpp +26 五月 2020 | 00:52:15,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_10Table.cpp +26 五月 2020 | 00:52:15,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_26Table.cpp +26 五月 2020 | 00:52:15,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_11Table.cpp +26 五月 2020 | 00:52:15,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_27Table.cpp +26 五月 2020 | 00:52:15,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_12Table.cpp +26 五月 2020 | 00:52:15,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_2Table.cpp +26 五月 2020 | 00:52:15,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_13Table.cpp +26 五月 2020 | 00:52:15,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_3Table.cpp +26 五月 2020 | 00:52:15,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_14Table.cpp +26 五月 2020 | 00:52:15,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_2.cpp +26 五月 2020 | 00:52:15,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_4Table.cpp +26 五月 2020 | 00:52:15,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_5Table.cpp +26 五月 2020 | 00:52:15,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_6Table.cpp +26 五月 2020 | 00:52:15,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_15Table.cpp +26 五月 2020 | 00:52:15,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_16Table.cpp +26 五月 2020 | 00:52:15,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_7Table.cpp +26 五月 2020 | 00:52:15,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_17Table.cpp +26 五月 2020 | 00:52:15,738 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_8Table.cpp +26 五月 2020 | 00:52:15,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_9Table.cpp +26 五月 2020 | 00:52:15,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppDelegateWrappersManagedToNativeTable.cpp +26 五月 2020 | 00:52:15,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_18Table.cpp +26 五月 2020 | 00:52:15,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_19Table.cpp +26 五月 2020 | 00:52:15,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_3.cpp +26 五月 2020 | 00:52:15,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGenericClassTable.cpp +26 五月 2020 | 00:52:15,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_1Table.cpp +26 五月 2020 | 00:52:15,753 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_20Table.cpp +26 五月 2020 | 00:52:15,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_4.cpp +26 五月 2020 | 00:52:15,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_21Table.cpp +26 五月 2020 | 00:52:15,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGenericInstDefinitions.cpp +26 五月 2020 | 00:52:15,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_22Table.cpp +26 五月 2020 | 00:52:15,758 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_23Table.cpp +26 五月 2020 | 00:52:15,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGenericMethodDefinitions.cpp +26 五月 2020 | 00:52:15,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_24Table.cpp +26 五月 2020 | 00:52:15,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_25Table.cpp +26 五月 2020 | 00:52:15,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_26Table.cpp +26 五月 2020 | 00:52:15,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_5.cpp +26 五月 2020 | 00:52:15,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_27Table.cpp +26 五月 2020 | 00:52:15,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_2Table.cpp +26 五月 2020 | 00:52:15,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_3Table.cpp +26 五月 2020 | 00:52:15,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGenericMethodPointerTable.cpp +26 五月 2020 | 00:52:15,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_4Table.cpp +26 五月 2020 | 00:52:15,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_5Table.cpp +26 五月 2020 | 00:52:15,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGenericMethodTable.cpp +26 五月 2020 | 00:52:15,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_6Table.cpp +26 五月 2020 | 00:52:15,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGuids.cpp +26 五月 2020 | 00:52:15,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_7Table.cpp +26 五月 2020 | 00:52:15,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_6.cpp +26 五月 2020 | 00:52:15,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_8Table.cpp +26 五月 2020 | 00:52:15,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_9Table.cpp +26 五月 2020 | 00:52:15,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppDelegateWrappersManagedToNativeTable.cpp +26 五月 2020 | 00:52:15,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppInvokerTable.cpp +26 五月 2020 | 00:52:15,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:15,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_7.cpp +26 五月 2020 | 00:52:15,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGenericClassTable.cpp +26 五月 2020 | 00:52:15,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppMetadataRegistration.cpp +26 五月 2020 | 00:52:15,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGenericInstDefinitions.cpp +26 五月 2020 | 00:52:15,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_8.cpp +26 五月 2020 | 00:52:15,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_taurus.unity_0.cpp +26 五月 2020 | 00:52:15,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGenericMethodDefinitions.cpp +26 五月 2020 | 00:52:15,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_taurus_0.cpp +26 五月 2020 | 00:52:15,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGenericMethodPointerTable.cpp +26 五月 2020 | 00:52:15,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGenericMethodTable.cpp +26 五月 2020 | 00:52:15,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGuids.cpp +26 五月 2020 | 00:52:15,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_taurus_1.cpp +26 五月 2020 | 00:52:15,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +26 五月 2020 | 00:52:15,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppInvokerTable.cpp +26 五月 2020 | 00:52:15,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:15,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppMetadataRegistration.cpp +26 五月 2020 | 00:52:15,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_zxing.unity_0.cpp +26 五月 2020 | 00:52:15,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_zxing.unity_1.cpp +26 五月 2020 | 00:52:15,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppMethodPointerTable.cpp +26 五月 2020 | 00:52:15,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896.h +26 五月 2020 | 00:52:15,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppReversePInvokeWrapperTable.cpp +26 五月 2020 | 00:52:15,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896MethodDeclarations.h +26 五月 2020 | 00:52:15,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643.h +26 五月 2020 | 00:52:15,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643MethodDeclarations.h +26 五月 2020 | 00:52:15,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_ArrayTypes.h +26 五月 2020 | 00:52:15,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_CString2237588376.h +26 五月 2020 | 00:52:15,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_CString2237588376MethodDeclarations.h +26 五月 2020 | 00:52:15,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264.h +26 五月 2020 | 00:52:15,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppTypeDefinitions.cpp +26 五月 2020 | 00:52:15,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264MethodDeclarations.h +26 五月 2020 | 00:52:15,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono.Security_ArrayTypes.h +26 五月 2020 | 00:52:15,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +26 五月 2020 | 00:52:15,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:15,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:15,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:15,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:15,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366.h +26 五月 2020 | 00:52:15,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366MethodDeclarations.h +26 五月 2020 | 00:52:15,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GeneratedCodeGen.h +26 五月 2020 | 00:52:15,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GeneratedGenericInterfaceInvokers.h +26 五月 2020 | 00:52:15,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GeneratedGenericVirtualInvokers.h +26 五月 2020 | 00:52:15,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Locale4255929014.h +26 五月 2020 | 00:52:15,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:15,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GeneratedInterfaceInvokers.h +26 五月 2020 | 00:52:15,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:15,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:15,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:15,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:15,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:15,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GeneratedVirtualInvokers.h +26 五月 2020 | 00:52:15,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:15,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:15,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:15,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:15,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:15,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167.h +26 五月 2020 | 00:52:15,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167MethodDeclarations.h +26 五月 2020 | 00:52:15,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656.h +26 五月 2020 | 00:52:15,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppMethodPointerTable.cpp +26 五月 2020 | 00:52:15,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656MethodDeclarations.h +26 五月 2020 | 00:52:15,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:15,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppReversePInvokeWrapperTable.cpp +26 五月 2020 | 00:52:15,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:15,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:15,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:15,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:15,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:15,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:15,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GenericMethods0.cpp +26 五月 2020 | 00:52:15,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:15,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:15,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:16,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppTypeDefinitions.cpp +26 五月 2020 | 00:52:16,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383.h +26 五月 2020 | 00:52:16,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GenericMethods1.cpp +26 五月 2020 | 00:52:16,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono.Security_ArrayTypes.h +26 五月 2020 | 00:52:16,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383MethodDeclarations.h +26 五月 2020 | 00:52:16,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Locale4255929014.h +26 五月 2020 | 00:52:16,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:16,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:16,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:16,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:16,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:16,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:16,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:16,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:16,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:16,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:16,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:16,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874.h +26 五月 2020 | 00:52:16,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167.h +26 五月 2020 | 00:52:16,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874MethodDeclarations.h +26 五月 2020 | 00:52:16,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663.h +26 五月 2020 | 00:52:16,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663MethodDeclarations.h +26 五月 2020 | 00:52:16,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167MethodDeclarations.h +26 五月 2020 | 00:52:16,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656.h +26 五月 2020 | 00:52:16,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656MethodDeclarations.h +26 五月 2020 | 00:52:16,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:16,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppAttributes.cpp +26 五月 2020 | 00:52:16,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:16,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCcwMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:16,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCodeRegistration.cpp +26 五月 2020 | 00:52:16,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084.h +26 五月 2020 | 00:52:16,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValuesTable.cpp +26 五月 2020 | 00:52:16,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_0Table.cpp +26 五月 2020 | 00:52:16,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_10Table.cpp +26 五月 2020 | 00:52:16,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179.h +26 五月 2020 | 00:52:16,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:16,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_11Table.cpp +26 五月 2020 | 00:52:16,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:16,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179MethodDeclarations.h +26 五月 2020 | 00:52:16,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_12Table.cpp +26 五月 2020 | 00:52:16,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332.h +26 五月 2020 | 00:52:16,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_13Table.cpp +26 五月 2020 | 00:52:16,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332MethodDeclarations.h +26 五月 2020 | 00:52:16,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_14Table.cpp +26 五月 2020 | 00:52:16,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593.h +26 五月 2020 | 00:52:16,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593MethodDeclarations.h +26 五月 2020 | 00:52:16,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562.h +26 五月 2020 | 00:52:16,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:16,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562MethodDeclarations.h +26 五月 2020 | 00:52:16,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_15Table.cpp +26 五月 2020 | 00:52:16,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:16,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487.h +26 五月 2020 | 00:52:16,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_16Table.cpp +26 五月 2020 | 00:52:16,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:16,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487MethodDeclarations.h +26 五月 2020 | 00:52:16,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_17Table.cpp +26 五月 2020 | 00:52:16,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:16,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:16,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_18Table.cpp +26 五月 2020 | 00:52:16,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:16,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:16,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_19Table.cpp +26 五月 2020 | 00:52:16,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383.h +26 五月 2020 | 00:52:16,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_1Table.cpp +26 五月 2020 | 00:52:16,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383MethodDeclarations.h +26 五月 2020 | 00:52:16,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_20Table.cpp +26 五月 2020 | 00:52:16,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_21Table.cpp +26 五月 2020 | 00:52:16,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_22Table.cpp +26 五月 2020 | 00:52:16,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_23Table.cpp +26 五月 2020 | 00:52:16,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_24Table.cpp +26 五月 2020 | 00:52:16,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_25Table.cpp +26 五月 2020 | 00:52:16,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874.h +26 五月 2020 | 00:52:16,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:16,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:16,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874MethodDeclarations.h +26 五月 2020 | 00:52:16,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:16,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663.h +26 五月 2020 | 00:52:16,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997.h +26 五月 2020 | 00:52:16,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663MethodDeclarations.h +26 五月 2020 | 00:52:16,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_26Table.cpp +26 五月 2020 | 00:52:16,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997MethodDeclarations.h +26 五月 2020 | 00:52:16,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084.h +26 五月 2020 | 00:52:16,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103.h +26 五月 2020 | 00:52:16,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103MethodDeclarations.h +26 五月 2020 | 00:52:16,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179.h +26 五月 2020 | 00:52:16,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315.h +26 五月 2020 | 00:52:16,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179MethodDeclarations.h +26 五月 2020 | 00:52:16,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332.h +26 五月 2020 | 00:52:16,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332MethodDeclarations.h +26 五月 2020 | 00:52:16,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593.h +26 五月 2020 | 00:52:16,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_27Table.cpp +26 五月 2020 | 00:52:16,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593MethodDeclarations.h +26 五月 2020 | 00:52:16,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_2Table.cpp +26 五月 2020 | 00:52:16,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315MethodDeclarations.h +26 五月 2020 | 00:52:16,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562.h +26 五月 2020 | 00:52:16,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747.h +26 五月 2020 | 00:52:16,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_3Table.cpp +26 五月 2020 | 00:52:16,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562MethodDeclarations.h +26 五月 2020 | 00:52:16,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747MethodDeclarations.h +26 五月 2020 | 00:52:16,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_4Table.cpp +26 五月 2020 | 00:52:16,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487.h +26 五月 2020 | 00:52:16,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709.h +26 五月 2020 | 00:52:16,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_5Table.cpp +26 五月 2020 | 00:52:16,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709MethodDeclarations.h +26 五月 2020 | 00:52:16,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487MethodDeclarations.h +26 五月 2020 | 00:52:16,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:16,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:16,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:16,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:16,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:16,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:16,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997.h +26 五月 2020 | 00:52:16,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_6Table.cpp +26 五月 2020 | 00:52:16,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997MethodDeclarations.h +26 五月 2020 | 00:52:16,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103.h +26 五月 2020 | 00:52:16,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:16,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103MethodDeclarations.h +26 五月 2020 | 00:52:16,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315.h +26 五月 2020 | 00:52:16,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_7Table.cpp +26 五月 2020 | 00:52:16,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:16,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:16,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315MethodDeclarations.h +26 五月 2020 | 00:52:16,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:16,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747.h +26 五月 2020 | 00:52:16,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_8Table.cpp +26 五月 2020 | 00:52:16,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747MethodDeclarations.h +26 五月 2020 | 00:52:16,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216.h +26 五月 2020 | 00:52:16,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_9Table.cpp +26 五月 2020 | 00:52:16,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709.h +26 五月 2020 | 00:52:16,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppDelegateWrappersManagedToNativeTable.cpp +26 五月 2020 | 00:52:16,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709MethodDeclarations.h +26 五月 2020 | 00:52:16,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:16,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:16,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGenericClassTable.cpp +26 五月 2020 | 00:52:16,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216MethodDeclarations.h +26 五月 2020 | 00:52:16,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462.h +26 五月 2020 | 00:52:16,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462MethodDeclarations.h +26 五月 2020 | 00:52:16,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846.h +26 五月 2020 | 00:52:16,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846MethodDeclarations.h +26 五月 2020 | 00:52:16,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGenericInstDefinitions.cpp +26 五月 2020 | 00:52:16,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGenericMethodDefinitions.cpp +26 五月 2020 | 00:52:16,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:16,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:16,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433.h +26 五月 2020 | 00:52:16,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433MethodDeclarations.h +26 五月 2020 | 00:52:16,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:16,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:16,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216.h +26 五月 2020 | 00:52:16,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490.h +26 五月 2020 | 00:52:16,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490MethodDeclarations.h +26 五月 2020 | 00:52:16,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295.h +26 五月 2020 | 00:52:16,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216MethodDeclarations.h +26 五月 2020 | 00:52:16,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295MethodDeclarations.h +26 五月 2020 | 00:52:16,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094.h +26 五月 2020 | 00:52:16,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462.h +26 五月 2020 | 00:52:16,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094MethodDeclarations.h +26 五月 2020 | 00:52:16,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462MethodDeclarations.h +26 五月 2020 | 00:52:16,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846.h +26 五月 2020 | 00:52:16,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453.h +26 五月 2020 | 00:52:16,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846MethodDeclarations.h +26 五月 2020 | 00:52:16,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453MethodDeclarations.h +26 五月 2020 | 00:52:16,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255.h +26 五月 2020 | 00:52:16,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGenericMethodPointerTable.cpp +26 五月 2020 | 00:52:16,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255MethodDeclarations.h +26 五月 2020 | 00:52:16,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433.h +26 五月 2020 | 00:52:16,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551.h +26 五月 2020 | 00:52:16,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433MethodDeclarations.h +26 五月 2020 | 00:52:16,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551MethodDeclarations.h +26 五月 2020 | 00:52:16,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490.h +26 五月 2020 | 00:52:16,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488.h +26 五月 2020 | 00:52:16,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490MethodDeclarations.h +26 五月 2020 | 00:52:16,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488MethodDeclarations.h +26 五月 2020 | 00:52:16,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295.h +26 五月 2020 | 00:52:16,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884.h +26 五月 2020 | 00:52:16,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295MethodDeclarations.h +26 五月 2020 | 00:52:16,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884MethodDeclarations.h +26 五月 2020 | 00:52:16,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094.h +26 五月 2020 | 00:52:16,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094MethodDeclarations.h +26 五月 2020 | 00:52:16,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089.h +26 五月 2020 | 00:52:16,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453.h +26 五月 2020 | 00:52:16,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089MethodDeclarations.h +26 五月 2020 | 00:52:16,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453MethodDeclarations.h +26 五月 2020 | 00:52:16,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587.h +26 五月 2020 | 00:52:16,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587MethodDeclarations.h +26 五月 2020 | 00:52:16,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085.h +26 五月 2020 | 00:52:16,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085MethodDeclarations.h +26 五月 2020 | 00:52:16,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGenericMethodTable.cpp +26 五月 2020 | 00:52:16,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719.h +26 五月 2020 | 00:52:16,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255.h +26 五月 2020 | 00:52:16,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGuids.cpp +26 五月 2020 | 00:52:16,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719MethodDeclarations.h +26 五月 2020 | 00:52:16,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255MethodDeclarations.h +26 五月 2020 | 00:52:16,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548.h +26 五月 2020 | 00:52:16,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548MethodDeclarations.h +26 五月 2020 | 00:52:16,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551.h +26 五月 2020 | 00:52:16,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668.h +26 五月 2020 | 00:52:16,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551MethodDeclarations.h +26 五月 2020 | 00:52:16,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668MethodDeclarations.h +26 五月 2020 | 00:52:16,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088.h +26 五月 2020 | 00:52:16,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088MethodDeclarations.h +26 五月 2020 | 00:52:16,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppInvokerTable.cpp +26 五月 2020 | 00:52:16,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958.h +26 五月 2020 | 00:52:16,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:16,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958MethodDeclarations.h +26 五月 2020 | 00:52:16,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488.h +26 五月 2020 | 00:52:16,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppMetadataRegistration.cpp +26 五月 2020 | 00:52:16,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488MethodDeclarations.h +26 五月 2020 | 00:52:16,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670.h +26 五月 2020 | 00:52:16,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670MethodDeclarations.h +26 五月 2020 | 00:52:16,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884.h +26 五月 2020 | 00:52:16,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356.h +26 五月 2020 | 00:52:16,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884MethodDeclarations.h +26 五月 2020 | 00:52:16,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356MethodDeclarations.h +26 五月 2020 | 00:52:16,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089.h +26 五月 2020 | 00:52:16,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473.h +26 五月 2020 | 00:52:16,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089MethodDeclarations.h +26 五月 2020 | 00:52:16,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473MethodDeclarations.h +26 五月 2020 | 00:52:16,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587.h +26 五月 2020 | 00:52:16,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587MethodDeclarations.h +26 五月 2020 | 00:52:16,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085.h +26 五月 2020 | 00:52:16,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085MethodDeclarations.h +26 五月 2020 | 00:52:16,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417.h +26 五月 2020 | 00:52:16,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417MethodDeclarations.h +26 五月 2020 | 00:52:16,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944.h +26 五月 2020 | 00:52:16,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719.h +26 五月 2020 | 00:52:16,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719MethodDeclarations.h +26 五月 2020 | 00:52:16,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944MethodDeclarations.h +26 五月 2020 | 00:52:16,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548.h +26 五月 2020 | 00:52:16,244 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250.h +26 五月 2020 | 00:52:16,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548MethodDeclarations.h +26 五月 2020 | 00:52:16,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250MethodDeclarations.h +26 五月 2020 | 00:52:16,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668.h +26 五月 2020 | 00:52:16,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374.h +26 五月 2020 | 00:52:16,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668MethodDeclarations.h +26 五月 2020 | 00:52:16,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374MethodDeclarations.h +26 五月 2020 | 00:52:16,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088.h +26 五月 2020 | 00:52:16,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088MethodDeclarations.h +26 五月 2020 | 00:52:16,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042.h +26 五月 2020 | 00:52:16,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042MethodDeclarations.h +26 五月 2020 | 00:52:16,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958.h +26 五月 2020 | 00:52:16,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958MethodDeclarations.h +26 五月 2020 | 00:52:16,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670.h +26 五月 2020 | 00:52:16,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466.h +26 五月 2020 | 00:52:16,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466MethodDeclarations.h +26 五月 2020 | 00:52:16,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670MethodDeclarations.h +26 五月 2020 | 00:52:16,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570.h +26 五月 2020 | 00:52:16,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +26 五月 2020 | 00:52:16,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356.h +26 五月 2020 | 00:52:16,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356MethodDeclarations.h +26 五月 2020 | 00:52:16,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473.h +26 五月 2020 | 00:52:16,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570MethodDeclarations.h +26 五月 2020 | 00:52:16,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473MethodDeclarations.h +26 五月 2020 | 00:52:16,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076.h +26 五月 2020 | 00:52:16,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076MethodDeclarations.h +26 五月 2020 | 00:52:16,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417.h +26 五月 2020 | 00:52:16,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417MethodDeclarations.h +26 五月 2020 | 00:52:16,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944.h +26 五月 2020 | 00:52:16,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944MethodDeclarations.h +26 五月 2020 | 00:52:16,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250.h +26 五月 2020 | 00:52:16,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250MethodDeclarations.h +26 五月 2020 | 00:52:16,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469.h +26 五月 2020 | 00:52:16,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374.h +26 五月 2020 | 00:52:16,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469MethodDeclarations.h +26 五月 2020 | 00:52:16,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374MethodDeclarations.h +26 五月 2020 | 00:52:16,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965.h +26 五月 2020 | 00:52:16,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965MethodDeclarations.h +26 五月 2020 | 00:52:16,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042.h +26 五月 2020 | 00:52:16,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042MethodDeclarations.h +26 五月 2020 | 00:52:16,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320.h +26 五月 2020 | 00:52:16,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466.h +26 五月 2020 | 00:52:16,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466MethodDeclarations.h +26 五月 2020 | 00:52:16,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320MethodDeclarations.h +26 五月 2020 | 00:52:16,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570.h +26 五月 2020 | 00:52:16,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523.h +26 五月 2020 | 00:52:16,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523MethodDeclarations.h +26 五月 2020 | 00:52:16,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppMethodPointerTable.cpp +26 五月 2020 | 00:52:16,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050.h +26 五月 2020 | 00:52:16,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050MethodDeclarations.h +26 五月 2020 | 00:52:16,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629.h +26 五月 2020 | 00:52:16,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppReversePInvokeWrapperTable.cpp +26 五月 2020 | 00:52:16,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570MethodDeclarations.h +26 五月 2020 | 00:52:16,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629MethodDeclarations.h +26 五月 2020 | 00:52:16,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211.h +26 五月 2020 | 00:52:16,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076.h +26 五月 2020 | 00:52:16,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211MethodDeclarations.h +26 五月 2020 | 00:52:16,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267.h +26 五月 2020 | 00:52:16,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076MethodDeclarations.h +26 五月 2020 | 00:52:16,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267MethodDeclarations.h +26 五月 2020 | 00:52:16,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930.h +26 五月 2020 | 00:52:16,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469.h +26 五月 2020 | 00:52:16,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930MethodDeclarations.h +26 五月 2020 | 00:52:16,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469MethodDeclarations.h +26 五月 2020 | 00:52:16,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418.h +26 五月 2020 | 00:52:16,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965.h +26 五月 2020 | 00:52:16,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965MethodDeclarations.h +26 五月 2020 | 00:52:16,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418MethodDeclarations.h +26 五月 2020 | 00:52:16,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320.h +26 五月 2020 | 00:52:16,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928.h +26 五月 2020 | 00:52:16,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320MethodDeclarations.h +26 五月 2020 | 00:52:16,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523.h +26 五月 2020 | 00:52:16,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928MethodDeclarations.h +26 五月 2020 | 00:52:16,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523MethodDeclarations.h +26 五月 2020 | 00:52:16,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584.h +26 五月 2020 | 00:52:16,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584MethodDeclarations.h +26 五月 2020 | 00:52:16,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppTypeDefinitions.cpp +26 五月 2020 | 00:52:16,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050.h +26 五月 2020 | 00:52:16,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono.Security_ArrayTypes.h +26 五月 2020 | 00:52:16,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050MethodDeclarations.h +26 五月 2020 | 00:52:16,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132.h +26 五月 2020 | 00:52:16,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132MethodDeclarations.h +26 五月 2020 | 00:52:16,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629.h +26 五月 2020 | 00:52:16,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603.h +26 五月 2020 | 00:52:16,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629MethodDeclarations.h +26 五月 2020 | 00:52:16,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603MethodDeclarations.h +26 五月 2020 | 00:52:16,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211.h +26 五月 2020 | 00:52:16,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353.h +26 五月 2020 | 00:52:16,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211MethodDeclarations.h +26 五月 2020 | 00:52:16,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Locale4255929014.h +26 五月 2020 | 00:52:16,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353MethodDeclarations.h +26 五月 2020 | 00:52:16,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:16,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267.h +26 五月 2020 | 00:52:16,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:16,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267MethodDeclarations.h +26 五月 2020 | 00:52:16,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:16,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930.h +26 五月 2020 | 00:52:16,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:16,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930MethodDeclarations.h +26 五月 2020 | 00:52:16,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:16,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418.h +26 五月 2020 | 00:52:16,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:16,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418MethodDeclarations.h +26 五月 2020 | 00:52:16,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:16,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928.h +26 五月 2020 | 00:52:16,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:16,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928MethodDeclarations.h +26 五月 2020 | 00:52:16,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:16,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584.h +26 五月 2020 | 00:52:16,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:16,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584MethodDeclarations.h +26 五月 2020 | 00:52:16,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:16,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132.h +26 五月 2020 | 00:52:16,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132MethodDeclarations.h +26 五月 2020 | 00:52:16,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603.h +26 五月 2020 | 00:52:16,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977.h +26 五月 2020 | 00:52:16,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167.h +26 五月 2020 | 00:52:16,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603MethodDeclarations.h +26 五月 2020 | 00:52:16,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167MethodDeclarations.h +26 五月 2020 | 00:52:16,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977MethodDeclarations.h +26 五月 2020 | 00:52:16,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656.h +26 五月 2020 | 00:52:16,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656MethodDeclarations.h +26 五月 2020 | 00:52:16,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:16,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353.h +26 五月 2020 | 00:52:16,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:16,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122.h +26 五月 2020 | 00:52:16,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353MethodDeclarations.h +26 五月 2020 | 00:52:16,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122MethodDeclarations.h +26 五月 2020 | 00:52:16,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:16,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977.h +26 五月 2020 | 00:52:16,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:16,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321.h +26 五月 2020 | 00:52:16,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977MethodDeclarations.h +26 五月 2020 | 00:52:16,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321MethodDeclarations.h +26 五月 2020 | 00:52:16,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680.h +26 五月 2020 | 00:52:16,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680MethodDeclarations.h +26 五月 2020 | 00:52:16,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551.h +26 五月 2020 | 00:52:16,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551MethodDeclarations.h +26 五月 2020 | 00:52:16,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812.h +26 五月 2020 | 00:52:16,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812MethodDeclarations.h +26 五月 2020 | 00:52:16,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:16,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122.h +26 五月 2020 | 00:52:16,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211.h +26 五月 2020 | 00:52:16,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122MethodDeclarations.h +26 五月 2020 | 00:52:16,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211MethodDeclarations.h +26 五月 2020 | 00:52:16,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321.h +26 五月 2020 | 00:52:16,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859.h +26 五月 2020 | 00:52:16,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321MethodDeclarations.h +26 五月 2020 | 00:52:16,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859MethodDeclarations.h +26 五月 2020 | 00:52:16,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680.h +26 五月 2020 | 00:52:16,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132.h +26 五月 2020 | 00:52:16,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680MethodDeclarations.h +26 五月 2020 | 00:52:16,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132MethodDeclarations.h +26 五月 2020 | 00:52:16,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551.h +26 五月 2020 | 00:52:16,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182.h +26 五月 2020 | 00:52:16,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551MethodDeclarations.h +26 五月 2020 | 00:52:16,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182MethodDeclarations.h +26 五月 2020 | 00:52:16,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812.h +26 五月 2020 | 00:52:16,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:16,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812MethodDeclarations.h +26 五月 2020 | 00:52:16,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:16,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211.h +26 五月 2020 | 00:52:16,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:16,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211MethodDeclarations.h +26 五月 2020 | 00:52:16,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:16,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859.h +26 五月 2020 | 00:52:16,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:16,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859MethodDeclarations.h +26 五月 2020 | 00:52:16,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383.h +26 五月 2020 | 00:52:16,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951.h +26 五月 2020 | 00:52:16,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383MethodDeclarations.h +26 五月 2020 | 00:52:16,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132.h +26 五月 2020 | 00:52:16,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132MethodDeclarations.h +26 五月 2020 | 00:52:16,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182.h +26 五月 2020 | 00:52:16,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182MethodDeclarations.h +26 五月 2020 | 00:52:16,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951MethodDeclarations.h +26 五月 2020 | 00:52:16,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686.h +26 五月 2020 | 00:52:16,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874.h +26 五月 2020 | 00:52:16,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951.h +26 五月 2020 | 00:52:16,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686MethodDeclarations.h +26 五月 2020 | 00:52:16,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240.h +26 五月 2020 | 00:52:16,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240MethodDeclarations.h +26 五月 2020 | 00:52:16,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375.h +26 五月 2020 | 00:52:16,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375MethodDeclarations.h +26 五月 2020 | 00:52:16,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874MethodDeclarations.h +26 五月 2020 | 00:52:16,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947.h +26 五月 2020 | 00:52:16,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947MethodDeclarations.h +26 五月 2020 | 00:52:16,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663.h +26 五月 2020 | 00:52:16,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488.h +26 五月 2020 | 00:52:16,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951MethodDeclarations.h +26 五月 2020 | 00:52:16,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663MethodDeclarations.h +26 五月 2020 | 00:52:16,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488MethodDeclarations.h +26 五月 2020 | 00:52:16,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686.h +26 五月 2020 | 00:52:16,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084.h +26 五月 2020 | 00:52:16,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686MethodDeclarations.h +26 五月 2020 | 00:52:16,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183.h +26 五月 2020 | 00:52:16,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179.h +26 五月 2020 | 00:52:16,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183MethodDeclarations.h +26 五月 2020 | 00:52:16,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240.h +26 五月 2020 | 00:52:16,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179MethodDeclarations.h +26 五月 2020 | 00:52:16,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261.h +26 五月 2020 | 00:52:16,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240MethodDeclarations.h +26 五月 2020 | 00:52:16,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332.h +26 五月 2020 | 00:52:16,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375.h +26 五月 2020 | 00:52:16,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261MethodDeclarations.h +26 五月 2020 | 00:52:16,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332MethodDeclarations.h +26 五月 2020 | 00:52:16,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375MethodDeclarations.h +26 五月 2020 | 00:52:16,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:16,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947.h +26 五月 2020 | 00:52:16,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:16,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947MethodDeclarations.h +26 五月 2020 | 00:52:16,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016.h +26 五月 2020 | 00:52:16,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488.h +26 五月 2020 | 00:52:16,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488MethodDeclarations.h +26 五月 2020 | 00:52:16,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183.h +26 五月 2020 | 00:52:16,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183MethodDeclarations.h +26 五月 2020 | 00:52:16,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261.h +26 五月 2020 | 00:52:16,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261MethodDeclarations.h +26 五月 2020 | 00:52:16,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593.h +26 五月 2020 | 00:52:16,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:16,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593MethodDeclarations.h +26 五月 2020 | 00:52:16,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:16,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016MethodDeclarations.h +26 五月 2020 | 00:52:16,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562.h +26 五月 2020 | 00:52:16,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:16,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016.h +26 五月 2020 | 00:52:16,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562MethodDeclarations.h +26 五月 2020 | 00:52:16,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:16,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:16,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:16,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:16,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487.h +26 五月 2020 | 00:52:16,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016MethodDeclarations.h +26 五月 2020 | 00:52:16,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:16,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:16,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522.h +26 五月 2020 | 00:52:16,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487MethodDeclarations.h +26 五月 2020 | 00:52:16,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:16,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522MethodDeclarations.h +26 五月 2020 | 00:52:16,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:16,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:16,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:16,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:16,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:16,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:16,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:16,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997.h +26 五月 2020 | 00:52:16,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:16,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997MethodDeclarations.h +26 五月 2020 | 00:52:16,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522.h +26 五月 2020 | 00:52:16,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865.h +26 五月 2020 | 00:52:16,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103.h +26 五月 2020 | 00:52:16,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522MethodDeclarations.h +26 五月 2020 | 00:52:16,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865MethodDeclarations.h +26 五月 2020 | 00:52:16,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103MethodDeclarations.h +26 五月 2020 | 00:52:16,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907.h +26 五月 2020 | 00:52:16,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315.h +26 五月 2020 | 00:52:16,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907MethodDeclarations.h +26 五月 2020 | 00:52:16,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865.h +26 五月 2020 | 00:52:16,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920.h +26 五月 2020 | 00:52:16,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865MethodDeclarations.h +26 五月 2020 | 00:52:16,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920MethodDeclarations.h +26 五月 2020 | 00:52:16,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315MethodDeclarations.h +26 五月 2020 | 00:52:16,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907.h +26 五月 2020 | 00:52:16,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747.h +26 五月 2020 | 00:52:16,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907MethodDeclarations.h +26 五月 2020 | 00:52:16,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747MethodDeclarations.h +26 五月 2020 | 00:52:16,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920.h +26 五月 2020 | 00:52:16,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920MethodDeclarations.h +26 五月 2020 | 00:52:16,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709.h +26 五月 2020 | 00:52:16,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709MethodDeclarations.h +26 五月 2020 | 00:52:16,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:16,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837.h +26 五月 2020 | 00:52:16,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:16,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837MethodDeclarations.h +26 五月 2020 | 00:52:16,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837.h +26 五月 2020 | 00:52:16,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:16,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844.h +26 五月 2020 | 00:52:16,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837MethodDeclarations.h +26 五月 2020 | 00:52:16,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:16,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844MethodDeclarations.h +26 五月 2020 | 00:52:16,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844.h +26 五月 2020 | 00:52:16,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:16,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:16,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839.h +26 五月 2020 | 00:52:16,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:16,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839MethodDeclarations.h +26 五月 2020 | 00:52:16,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:16,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563.h +26 五月 2020 | 00:52:16,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844MethodDeclarations.h +26 五月 2020 | 00:52:16,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216.h +26 五月 2020 | 00:52:16,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:16,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:16,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839.h +26 五月 2020 | 00:52:16,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563MethodDeclarations.h +26 五月 2020 | 00:52:16,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839MethodDeclarations.h +26 五月 2020 | 00:52:16,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066.h +26 五月 2020 | 00:52:16,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563.h +26 五月 2020 | 00:52:16,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066MethodDeclarations.h +26 五月 2020 | 00:52:16,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398.h +26 五月 2020 | 00:52:16,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398MethodDeclarations.h +26 五月 2020 | 00:52:16,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:16,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216MethodDeclarations.h +26 五月 2020 | 00:52:16,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:16,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462.h +26 五月 2020 | 00:52:16,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462MethodDeclarations.h +26 五月 2020 | 00:52:16,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846.h +26 五月 2020 | 00:52:16,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846MethodDeclarations.h +26 五月 2020 | 00:52:16,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563MethodDeclarations.h +26 五月 2020 | 00:52:16,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:16,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:16,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334.h +26 五月 2020 | 00:52:16,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334MethodDeclarations.h +26 五月 2020 | 00:52:16,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092.h +26 五月 2020 | 00:52:16,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433.h +26 五月 2020 | 00:52:16,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092MethodDeclarations.h +26 五月 2020 | 00:52:16,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066.h +26 五月 2020 | 00:52:16,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331.h +26 五月 2020 | 00:52:16,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066MethodDeclarations.h +26 五月 2020 | 00:52:16,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433MethodDeclarations.h +26 五月 2020 | 00:52:16,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331MethodDeclarations.h +26 五月 2020 | 00:52:16,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398.h +26 五月 2020 | 00:52:16,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954.h +26 五月 2020 | 00:52:16,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954MethodDeclarations.h +26 五月 2020 | 00:52:16,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398MethodDeclarations.h +26 五月 2020 | 00:52:16,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:16,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:16,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921.h +26 五月 2020 | 00:52:16,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:16,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490.h +26 五月 2020 | 00:52:16,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:16,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921MethodDeclarations.h +26 五月 2020 | 00:52:16,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490MethodDeclarations.h +26 五月 2020 | 00:52:16,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334.h +26 五月 2020 | 00:52:16,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745.h +26 五月 2020 | 00:52:16,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334MethodDeclarations.h +26 五月 2020 | 00:52:16,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745MethodDeclarations.h +26 五月 2020 | 00:52:16,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295.h +26 五月 2020 | 00:52:16,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275.h +26 五月 2020 | 00:52:16,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092.h +26 五月 2020 | 00:52:16,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275MethodDeclarations.h +26 五月 2020 | 00:52:16,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092MethodDeclarations.h +26 五月 2020 | 00:52:16,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295MethodDeclarations.h +26 五月 2020 | 00:52:16,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331.h +26 五月 2020 | 00:52:16,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331MethodDeclarations.h +26 五月 2020 | 00:52:16,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802.h +26 五月 2020 | 00:52:16,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802MethodDeclarations.h +26 五月 2020 | 00:52:16,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094.h +26 五月 2020 | 00:52:16,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954.h +26 五月 2020 | 00:52:16,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954MethodDeclarations.h +26 五月 2020 | 00:52:16,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804.h +26 五月 2020 | 00:52:16,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094MethodDeclarations.h +26 五月 2020 | 00:52:16,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804MethodDeclarations.h +26 五月 2020 | 00:52:16,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921.h +26 五月 2020 | 00:52:16,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System.Core_ArrayTypes.h +26 五月 2020 | 00:52:16,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921MethodDeclarations.h +26 五月 2020 | 00:52:16,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453.h +26 五月 2020 | 00:52:16,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_ArrayTypes.h +26 五月 2020 | 00:52:16,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745.h +26 五月 2020 | 00:52:16,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453MethodDeclarations.h +26 五月 2020 | 00:52:16,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745MethodDeclarations.h +26 五月 2020 | 00:52:16,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275.h +26 五月 2020 | 00:52:16,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275MethodDeclarations.h +26 五月 2020 | 00:52:16,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255.h +26 五月 2020 | 00:52:16,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802.h +26 五月 2020 | 00:52:16,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802MethodDeclarations.h +26 五月 2020 | 00:52:16,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255MethodDeclarations.h +26 五月 2020 | 00:52:16,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804.h +26 五月 2020 | 00:52:16,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Locale4255929014.h +26 五月 2020 | 00:52:16,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551.h +26 五月 2020 | 00:52:16,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804MethodDeclarations.h +26 五月 2020 | 00:52:16,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:16,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System.Core_ArrayTypes.h +26 五月 2020 | 00:52:16,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:16,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_ArrayTypes.h +26 五月 2020 | 00:52:16,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013.h +26 五月 2020 | 00:52:16,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551MethodDeclarations.h +26 五月 2020 | 00:52:16,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013MethodDeclarations.h +26 五月 2020 | 00:52:16,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488.h +26 五月 2020 | 00:52:16,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488MethodDeclarations.h +26 五月 2020 | 00:52:16,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Locale4255929014.h +26 五月 2020 | 00:52:16,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action3226471752.h +26 五月 2020 | 00:52:16,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:16,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884.h +26 五月 2020 | 00:52:16,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action3226471752MethodDeclarations.h +26 五月 2020 | 00:52:16,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:16,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884MethodDeclarations.h +26 五月 2020 | 00:52:16,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138.h +26 五月 2020 | 00:52:16,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089.h +26 五月 2020 | 00:52:16,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138MethodDeclarations.h +26 五月 2020 | 00:52:16,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089MethodDeclarations.h +26 五月 2020 | 00:52:16,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304.h +26 五月 2020 | 00:52:16,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587.h +26 五月 2020 | 00:52:16,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304MethodDeclarations.h +26 五月 2020 | 00:52:16,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587MethodDeclarations.h +26 五月 2020 | 00:52:16,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085.h +26 五月 2020 | 00:52:16,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085MethodDeclarations.h +26 五月 2020 | 00:52:16,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719.h +26 五月 2020 | 00:52:16,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013.h +26 五月 2020 | 00:52:16,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719MethodDeclarations.h +26 五月 2020 | 00:52:16,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013MethodDeclarations.h +26 五月 2020 | 00:52:16,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action3226471752.h +26 五月 2020 | 00:52:16,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548.h +26 五月 2020 | 00:52:16,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000.h +26 五月 2020 | 00:52:16,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548MethodDeclarations.h +26 五月 2020 | 00:52:16,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000MethodDeclarations.h +26 五月 2020 | 00:52:16,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action3226471752MethodDeclarations.h +26 五月 2020 | 00:52:16,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668.h +26 五月 2020 | 00:52:16,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138.h +26 五月 2020 | 00:52:16,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668MethodDeclarations.h +26 五月 2020 | 00:52:16,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138MethodDeclarations.h +26 五月 2020 | 00:52:16,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304.h +26 五月 2020 | 00:52:16,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088.h +26 五月 2020 | 00:52:16,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304MethodDeclarations.h +26 五月 2020 | 00:52:16,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088MethodDeclarations.h +26 五月 2020 | 00:52:16,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958.h +26 五月 2020 | 00:52:16,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511.h +26 五月 2020 | 00:52:16,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958MethodDeclarations.h +26 五月 2020 | 00:52:16,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511MethodDeclarations.h +26 五月 2020 | 00:52:16,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670.h +26 五月 2020 | 00:52:16,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995.h +26 五月 2020 | 00:52:16,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670MethodDeclarations.h +26 五月 2020 | 00:52:16,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995MethodDeclarations.h +26 五月 2020 | 00:52:16,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356.h +26 五月 2020 | 00:52:16,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479.h +26 五月 2020 | 00:52:16,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000.h +26 五月 2020 | 00:52:16,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356MethodDeclarations.h +26 五月 2020 | 00:52:16,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479MethodDeclarations.h +26 五月 2020 | 00:52:16,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000MethodDeclarations.h +26 五月 2020 | 00:52:16,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473.h +26 五月 2020 | 00:52:16,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473MethodDeclarations.h +26 五月 2020 | 00:52:16,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148.h +26 五月 2020 | 00:52:16,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417.h +26 五月 2020 | 00:52:16,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417MethodDeclarations.h +26 五月 2020 | 00:52:16,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148MethodDeclarations.h +26 五月 2020 | 00:52:16,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944.h +26 五月 2020 | 00:52:16,624 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631.h +26 五月 2020 | 00:52:16,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944MethodDeclarations.h +26 五月 2020 | 00:52:16,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631MethodDeclarations.h +26 五月 2020 | 00:52:16,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250.h +26 五月 2020 | 00:52:16,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511.h +26 五月 2020 | 00:52:16,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084.h +26 五月 2020 | 00:52:16,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250MethodDeclarations.h +26 五月 2020 | 00:52:16,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084MethodDeclarations.h +26 五月 2020 | 00:52:16,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511MethodDeclarations.h +26 五月 2020 | 00:52:16,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302.h +26 五月 2020 | 00:52:16,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374.h +26 五月 2020 | 00:52:16,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995.h +26 五月 2020 | 00:52:16,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374MethodDeclarations.h +26 五月 2020 | 00:52:16,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302MethodDeclarations.h +26 五月 2020 | 00:52:16,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042.h +26 五月 2020 | 00:52:16,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587.h +26 五月 2020 | 00:52:16,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995MethodDeclarations.h +26 五月 2020 | 00:52:16,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587MethodDeclarations.h +26 五月 2020 | 00:52:16,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042MethodDeclarations.h +26 五月 2020 | 00:52:16,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479.h +26 五月 2020 | 00:52:16,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466.h +26 五月 2020 | 00:52:16,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588.h +26 五月 2020 | 00:52:16,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479MethodDeclarations.h +26 五月 2020 | 00:52:16,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466MethodDeclarations.h +26 五月 2020 | 00:52:16,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588MethodDeclarations.h +26 五月 2020 | 00:52:16,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570.h +26 五月 2020 | 00:52:16,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453.h +26 五月 2020 | 00:52:16,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453MethodDeclarations.h +26 五月 2020 | 00:52:16,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570MethodDeclarations.h +26 五月 2020 | 00:52:16,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148.h +26 五月 2020 | 00:52:16,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076.h +26 五月 2020 | 00:52:16,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297.h +26 五月 2020 | 00:52:16,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148MethodDeclarations.h +26 五月 2020 | 00:52:16,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297MethodDeclarations.h +26 五月 2020 | 00:52:16,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076MethodDeclarations.h +26 五月 2020 | 00:52:16,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631.h +26 五月 2020 | 00:52:16,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078.h +26 五月 2020 | 00:52:16,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631MethodDeclarations.h +26 五月 2020 | 00:52:16,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469.h +26 五月 2020 | 00:52:16,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078MethodDeclarations.h +26 五月 2020 | 00:52:16,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469MethodDeclarations.h +26 五月 2020 | 00:52:16,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084.h +26 五月 2020 | 00:52:16,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888.h +26 五月 2020 | 00:52:16,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965.h +26 五月 2020 | 00:52:16,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084MethodDeclarations.h +26 五月 2020 | 00:52:16,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965MethodDeclarations.h +26 五月 2020 | 00:52:16,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888MethodDeclarations.h +26 五月 2020 | 00:52:16,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302.h +26 五月 2020 | 00:52:16,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545.h +26 五月 2020 | 00:52:16,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320.h +26 五月 2020 | 00:52:16,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302MethodDeclarations.h +26 五月 2020 | 00:52:16,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545MethodDeclarations.h +26 五月 2020 | 00:52:16,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320MethodDeclarations.h +26 五月 2020 | 00:52:16,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587.h +26 五月 2020 | 00:52:16,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523.h +26 五月 2020 | 00:52:16,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587MethodDeclarations.h +26 五月 2020 | 00:52:16,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523MethodDeclarations.h +26 五月 2020 | 00:52:16,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588.h +26 五月 2020 | 00:52:16,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050.h +26 五月 2020 | 00:52:16,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588MethodDeclarations.h +26 五月 2020 | 00:52:16,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050MethodDeclarations.h +26 五月 2020 | 00:52:16,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453.h +26 五月 2020 | 00:52:16,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629.h +26 五月 2020 | 00:52:16,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642.h +26 五月 2020 | 00:52:16,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629MethodDeclarations.h +26 五月 2020 | 00:52:16,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453MethodDeclarations.h +26 五月 2020 | 00:52:16,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211.h +26 五月 2020 | 00:52:16,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211MethodDeclarations.h +26 五月 2020 | 00:52:16,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267.h +26 五月 2020 | 00:52:16,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642MethodDeclarations.h +26 五月 2020 | 00:52:16,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267MethodDeclarations.h +26 五月 2020 | 00:52:16,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297.h +26 五月 2020 | 00:52:16,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930.h +26 五月 2020 | 00:52:16,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643.h +26 五月 2020 | 00:52:16,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297MethodDeclarations.h +26 五月 2020 | 00:52:16,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930MethodDeclarations.h +26 五月 2020 | 00:52:16,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643MethodDeclarations.h +26 五月 2020 | 00:52:16,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078.h +26 五月 2020 | 00:52:16,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418.h +26 五月 2020 | 00:52:16,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644.h +26 五月 2020 | 00:52:16,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418MethodDeclarations.h +26 五月 2020 | 00:52:16,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078MethodDeclarations.h +26 五月 2020 | 00:52:16,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928.h +26 五月 2020 | 00:52:16,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888.h +26 五月 2020 | 00:52:16,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888MethodDeclarations.h +26 五月 2020 | 00:52:16,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545.h +26 五月 2020 | 00:52:16,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545MethodDeclarations.h +26 五月 2020 | 00:52:16,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642.h +26 五月 2020 | 00:52:16,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928MethodDeclarations.h +26 五月 2020 | 00:52:16,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644MethodDeclarations.h +26 五月 2020 | 00:52:16,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584.h +26 五月 2020 | 00:52:16,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311.h +26 五月 2020 | 00:52:16,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584MethodDeclarations.h +26 五月 2020 | 00:52:16,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642MethodDeclarations.h +26 五月 2020 | 00:52:16,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643.h +26 五月 2020 | 00:52:16,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643MethodDeclarations.h +26 五月 2020 | 00:52:16,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132.h +26 五月 2020 | 00:52:16,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644.h +26 五月 2020 | 00:52:16,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132MethodDeclarations.h +26 五月 2020 | 00:52:16,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644MethodDeclarations.h +26 五月 2020 | 00:52:16,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603.h +26 五月 2020 | 00:52:16,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311MethodDeclarations.h +26 五月 2020 | 00:52:16,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311.h +26 五月 2020 | 00:52:16,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603MethodDeclarations.h +26 五月 2020 | 00:52:16,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102.h +26 五月 2020 | 00:52:16,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102MethodDeclarations.h +26 五月 2020 | 00:52:16,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169.h +26 五月 2020 | 00:52:16,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311MethodDeclarations.h +26 五月 2020 | 00:52:16,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353.h +26 五月 2020 | 00:52:16,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169MethodDeclarations.h +26 五月 2020 | 00:52:16,714 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353MethodDeclarations.h +26 五月 2020 | 00:52:16,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102.h +26 五月 2020 | 00:52:16,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145.h +26 五月 2020 | 00:52:16,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102MethodDeclarations.h +26 五月 2020 | 00:52:16,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145MethodDeclarations.h +26 五月 2020 | 00:52:16,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180.h +26 五月 2020 | 00:52:16,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180MethodDeclarations.h +26 五月 2020 | 00:52:16,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298.h +26 五月 2020 | 00:52:16,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298MethodDeclarations.h +26 五月 2020 | 00:52:16,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977.h +26 五月 2020 | 00:52:16,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169.h +26 五月 2020 | 00:52:16,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572.h +26 五月 2020 | 00:52:16,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977MethodDeclarations.h +26 五月 2020 | 00:52:16,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169MethodDeclarations.h +26 五月 2020 | 00:52:16,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572MethodDeclarations.h +26 五月 2020 | 00:52:16,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145.h +26 五月 2020 | 00:52:16,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145MethodDeclarations.h +26 五月 2020 | 00:52:16,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180.h +26 五月 2020 | 00:52:16,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180MethodDeclarations.h +26 五月 2020 | 00:52:16,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190.h +26 五月 2020 | 00:52:16,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122.h +26 五月 2020 | 00:52:16,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298.h +26 五月 2020 | 00:52:16,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190MethodDeclarations.h +26 五月 2020 | 00:52:16,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122MethodDeclarations.h +26 五月 2020 | 00:52:16,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774.h +26 五月 2020 | 00:52:16,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321.h +26 五月 2020 | 00:52:16,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774MethodDeclarations.h +26 五月 2020 | 00:52:16,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321MethodDeclarations.h +26 五月 2020 | 00:52:16,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298MethodDeclarations.h +26 五月 2020 | 00:52:16,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417.h +26 五月 2020 | 00:52:16,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680.h +26 五月 2020 | 00:52:16,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572.h +26 五月 2020 | 00:52:16,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417MethodDeclarations.h +26 五月 2020 | 00:52:16,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680MethodDeclarations.h +26 五月 2020 | 00:52:16,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572MethodDeclarations.h +26 五月 2020 | 00:52:16,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023.h +26 五月 2020 | 00:52:16,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551.h +26 五月 2020 | 00:52:16,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190.h +26 五月 2020 | 00:52:16,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551MethodDeclarations.h +26 五月 2020 | 00:52:16,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023MethodDeclarations.h +26 五月 2020 | 00:52:16,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190MethodDeclarations.h +26 五月 2020 | 00:52:16,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774.h +26 五月 2020 | 00:52:16,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774MethodDeclarations.h +26 五月 2020 | 00:52:16,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417.h +26 五月 2020 | 00:52:16,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812.h +26 五月 2020 | 00:52:16,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417MethodDeclarations.h +26 五月 2020 | 00:52:16,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860.h +26 五月 2020 | 00:52:16,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812MethodDeclarations.h +26 五月 2020 | 00:52:16,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860MethodDeclarations.h +26 五月 2020 | 00:52:16,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211.h +26 五月 2020 | 00:52:16,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825.h +26 五月 2020 | 00:52:16,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211MethodDeclarations.h +26 五月 2020 | 00:52:16,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825MethodDeclarations.h +26 五月 2020 | 00:52:16,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859.h +26 五月 2020 | 00:52:16,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287.h +26 五月 2020 | 00:52:16,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859MethodDeclarations.h +26 五月 2020 | 00:52:16,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287MethodDeclarations.h +26 五月 2020 | 00:52:16,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132.h +26 五月 2020 | 00:52:16,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884.h +26 五月 2020 | 00:52:16,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132MethodDeclarations.h +26 五月 2020 | 00:52:16,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023.h +26 五月 2020 | 00:52:16,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884MethodDeclarations.h +26 五月 2020 | 00:52:16,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023MethodDeclarations.h +26 五月 2020 | 00:52:16,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182.h +26 五月 2020 | 00:52:16,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515.h +26 五月 2020 | 00:52:16,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860.h +26 五月 2020 | 00:52:16,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182MethodDeclarations.h +26 五月 2020 | 00:52:16,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515MethodDeclarations.h +26 五月 2020 | 00:52:16,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860MethodDeclarations.h +26 五月 2020 | 00:52:16,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752.h +26 五月 2020 | 00:52:16,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825.h +26 五月 2020 | 00:52:16,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752MethodDeclarations.h +26 五月 2020 | 00:52:16,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825MethodDeclarations.h +26 五月 2020 | 00:52:16,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266.h +26 五月 2020 | 00:52:16,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287.h +26 五月 2020 | 00:52:16,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951.h +26 五月 2020 | 00:52:16,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266MethodDeclarations.h +26 五月 2020 | 00:52:16,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287MethodDeclarations.h +26 五月 2020 | 00:52:16,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012.h +26 五月 2020 | 00:52:16,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884.h +26 五月 2020 | 00:52:16,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012MethodDeclarations.h +26 五月 2020 | 00:52:16,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884MethodDeclarations.h +26 五月 2020 | 00:52:16,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951MethodDeclarations.h +26 五月 2020 | 00:52:16,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785.h +26 五月 2020 | 00:52:16,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515.h +26 五月 2020 | 00:52:16,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686.h +26 五月 2020 | 00:52:16,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785MethodDeclarations.h +26 五月 2020 | 00:52:16,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515MethodDeclarations.h +26 五月 2020 | 00:52:16,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068.h +26 五月 2020 | 00:52:16,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686MethodDeclarations.h +26 五月 2020 | 00:52:16,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068MethodDeclarations.h +26 五月 2020 | 00:52:16,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752.h +26 五月 2020 | 00:52:16,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240.h +26 五月 2020 | 00:52:16,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359.h +26 五月 2020 | 00:52:16,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240MethodDeclarations.h +26 五月 2020 | 00:52:16,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752MethodDeclarations.h +26 五月 2020 | 00:52:16,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375.h +26 五月 2020 | 00:52:16,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359MethodDeclarations.h +26 五月 2020 | 00:52:16,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375MethodDeclarations.h +26 五月 2020 | 00:52:16,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580.h +26 五月 2020 | 00:52:16,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947.h +26 五月 2020 | 00:52:16,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580MethodDeclarations.h +26 五月 2020 | 00:52:16,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947MethodDeclarations.h +26 五月 2020 | 00:52:16,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893.h +26 五月 2020 | 00:52:16,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266.h +26 五月 2020 | 00:52:16,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488.h +26 五月 2020 | 00:52:16,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893MethodDeclarations.h +26 五月 2020 | 00:52:16,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488MethodDeclarations.h +26 五月 2020 | 00:52:16,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266MethodDeclarations.h +26 五月 2020 | 00:52:16,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972.h +26 五月 2020 | 00:52:16,795 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972MethodDeclarations.h +26 五月 2020 | 00:52:16,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012.h +26 五月 2020 | 00:52:16,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183.h +26 五月 2020 | 00:52:16,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896.h +26 五月 2020 | 00:52:16,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183MethodDeclarations.h +26 五月 2020 | 00:52:16,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012MethodDeclarations.h +26 五月 2020 | 00:52:16,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896MethodDeclarations.h +26 五月 2020 | 00:52:16,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261.h +26 五月 2020 | 00:52:16,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977.h +26 五月 2020 | 00:52:16,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261MethodDeclarations.h +26 五月 2020 | 00:52:16,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977MethodDeclarations.h +26 五月 2020 | 00:52:16,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:16,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785.h +26 五月 2020 | 00:52:16,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513.h +26 五月 2020 | 00:52:16,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785MethodDeclarations.h +26 五月 2020 | 00:52:16,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:16,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068.h +26 五月 2020 | 00:52:16,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016.h +26 五月 2020 | 00:52:16,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068MethodDeclarations.h +26 五月 2020 | 00:52:16,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359.h +26 五月 2020 | 00:52:16,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359MethodDeclarations.h +26 五月 2020 | 00:52:16,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580.h +26 五月 2020 | 00:52:16,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580MethodDeclarations.h +26 五月 2020 | 00:52:16,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513MethodDeclarations.h +26 五月 2020 | 00:52:16,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893.h +26 五月 2020 | 00:52:16,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893MethodDeclarations.h +26 五月 2020 | 00:52:16,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016MethodDeclarations.h +26 五月 2020 | 00:52:16,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972.h +26 五月 2020 | 00:52:16,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:16,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627.h +26 五月 2020 | 00:52:16,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972MethodDeclarations.h +26 五月 2020 | 00:52:16,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:16,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627MethodDeclarations.h +26 五月 2020 | 00:52:16,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896.h +26 五月 2020 | 00:52:16,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:16,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912.h +26 五月 2020 | 00:52:16,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896MethodDeclarations.h +26 五月 2020 | 00:52:16,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:16,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912MethodDeclarations.h +26 五月 2020 | 00:52:16,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977.h +26 五月 2020 | 00:52:16,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:16,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360.h +26 五月 2020 | 00:52:16,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977MethodDeclarations.h +26 五月 2020 | 00:52:16,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:16,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513.h +26 五月 2020 | 00:52:16,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522.h +26 五月 2020 | 00:52:16,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522MethodDeclarations.h +26 五月 2020 | 00:52:16,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360MethodDeclarations.h +26 五月 2020 | 00:52:16,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513MethodDeclarations.h +26 五月 2020 | 00:52:16,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865.h +26 五月 2020 | 00:52:16,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766.h +26 五月 2020 | 00:52:16,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865MethodDeclarations.h +26 五月 2020 | 00:52:16,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766MethodDeclarations.h +26 五月 2020 | 00:52:16,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907.h +26 五月 2020 | 00:52:16,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974.h +26 五月 2020 | 00:52:16,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907MethodDeclarations.h +26 五月 2020 | 00:52:16,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974MethodDeclarations.h +26 五月 2020 | 00:52:16,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920.h +26 五月 2020 | 00:52:16,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747.h +26 五月 2020 | 00:52:16,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920MethodDeclarations.h +26 五月 2020 | 00:52:16,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627.h +26 五月 2020 | 00:52:16,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747MethodDeclarations.h +26 五月 2020 | 00:52:16,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627MethodDeclarations.h +26 五月 2020 | 00:52:16,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217.h +26 五月 2020 | 00:52:16,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217MethodDeclarations.h +26 五月 2020 | 00:52:16,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837.h +26 五月 2020 | 00:52:16,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912.h +26 五月 2020 | 00:52:16,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809.h +26 五月 2020 | 00:52:16,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912MethodDeclarations.h +26 五月 2020 | 00:52:16,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360.h +26 五月 2020 | 00:52:16,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809MethodDeclarations.h +26 五月 2020 | 00:52:16,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837MethodDeclarations.h +26 五月 2020 | 00:52:16,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844.h +26 五月 2020 | 00:52:16,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884.h +26 五月 2020 | 00:52:16,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884MethodDeclarations.h +26 五月 2020 | 00:52:16,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497.h +26 五月 2020 | 00:52:16,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497MethodDeclarations.h +26 五月 2020 | 00:52:16,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360MethodDeclarations.h +26 五月 2020 | 00:52:16,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766.h +26 五月 2020 | 00:52:16,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871.h +26 五月 2020 | 00:52:16,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871MethodDeclarations.h +26 五月 2020 | 00:52:16,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766MethodDeclarations.h +26 五月 2020 | 00:52:16,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844MethodDeclarations.h +26 五月 2020 | 00:52:16,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974.h +26 五月 2020 | 00:52:16,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:16,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974MethodDeclarations.h +26 五月 2020 | 00:52:16,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:16,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159.h +26 五月 2020 | 00:52:16,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839.h +26 五月 2020 | 00:52:16,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747.h +26 五月 2020 | 00:52:16,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839MethodDeclarations.h +26 五月 2020 | 00:52:16,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747MethodDeclarations.h +26 五月 2020 | 00:52:16,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563.h +26 五月 2020 | 00:52:16,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159MethodDeclarations.h +26 五月 2020 | 00:52:16,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217.h +26 五月 2020 | 00:52:16,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594.h +26 五月 2020 | 00:52:16,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217MethodDeclarations.h +26 五月 2020 | 00:52:16,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809.h +26 五月 2020 | 00:52:16,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594MethodDeclarations.h +26 五月 2020 | 00:52:16,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563MethodDeclarations.h +26 五月 2020 | 00:52:16,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809MethodDeclarations.h +26 五月 2020 | 00:52:16,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861.h +26 五月 2020 | 00:52:16,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066.h +26 五月 2020 | 00:52:16,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884.h +26 五月 2020 | 00:52:16,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066MethodDeclarations.h +26 五月 2020 | 00:52:16,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884MethodDeclarations.h +26 五月 2020 | 00:52:16,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398.h +26 五月 2020 | 00:52:16,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497.h +26 五月 2020 | 00:52:16,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861MethodDeclarations.h +26 五月 2020 | 00:52:16,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398MethodDeclarations.h +26 五月 2020 | 00:52:16,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589.h +26 五月 2020 | 00:52:16,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:16,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:16,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497MethodDeclarations.h +26 五月 2020 | 00:52:16,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589MethodDeclarations.h +26 五月 2020 | 00:52:16,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871.h +26 五月 2020 | 00:52:16,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:16,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155.h +26 五月 2020 | 00:52:16,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871MethodDeclarations.h +26 五月 2020 | 00:52:16,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:16,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159.h +26 五月 2020 | 00:52:16,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334.h +26 五月 2020 | 00:52:16,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155MethodDeclarations.h +26 五月 2020 | 00:52:16,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334MethodDeclarations.h +26 五月 2020 | 00:52:16,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159MethodDeclarations.h +26 五月 2020 | 00:52:16,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720.h +26 五月 2020 | 00:52:16,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594.h +26 五月 2020 | 00:52:16,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720MethodDeclarations.h +26 五月 2020 | 00:52:16,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092.h +26 五月 2020 | 00:52:16,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092MethodDeclarations.h +26 五月 2020 | 00:52:16,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828.h +26 五月 2020 | 00:52:16,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331.h +26 五月 2020 | 00:52:16,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331MethodDeclarations.h +26 五月 2020 | 00:52:16,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828MethodDeclarations.h +26 五月 2020 | 00:52:16,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252.h +26 五月 2020 | 00:52:16,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594MethodDeclarations.h +26 五月 2020 | 00:52:16,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954.h +26 五月 2020 | 00:52:16,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954MethodDeclarations.h +26 五月 2020 | 00:52:16,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252MethodDeclarations.h +26 五月 2020 | 00:52:16,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861.h +26 五月 2020 | 00:52:16,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355.h +26 五月 2020 | 00:52:16,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861MethodDeclarations.h +26 五月 2020 | 00:52:16,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921.h +26 五月 2020 | 00:52:16,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355MethodDeclarations.h +26 五月 2020 | 00:52:16,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921MethodDeclarations.h +26 五月 2020 | 00:52:16,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589.h +26 五月 2020 | 00:52:16,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523.h +26 五月 2020 | 00:52:16,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589MethodDeclarations.h +26 五月 2020 | 00:52:16,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745.h +26 五月 2020 | 00:52:16,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745MethodDeclarations.h +26 五月 2020 | 00:52:16,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155.h +26 五月 2020 | 00:52:16,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275.h +26 五月 2020 | 00:52:16,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523MethodDeclarations.h +26 五月 2020 | 00:52:16,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155MethodDeclarations.h +26 五月 2020 | 00:52:16,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275MethodDeclarations.h +26 五月 2020 | 00:52:16,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720.h +26 五月 2020 | 00:52:16,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414.h +26 五月 2020 | 00:52:16,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802.h +26 五月 2020 | 00:52:16,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802MethodDeclarations.h +26 五月 2020 | 00:52:16,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414MethodDeclarations.h +26 五月 2020 | 00:52:16,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720MethodDeclarations.h +26 五月 2020 | 00:52:16,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804.h +26 五月 2020 | 00:52:16,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828.h +26 五月 2020 | 00:52:16,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804MethodDeclarations.h +26 五月 2020 | 00:52:16,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401.h +26 五月 2020 | 00:52:16,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828MethodDeclarations.h +26 五月 2020 | 00:52:16,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System.Core_ArrayTypes.h +26 五月 2020 | 00:52:16,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401MethodDeclarations.h +26 五月 2020 | 00:52:16,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252.h +26 五月 2020 | 00:52:16,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096.h +26 五月 2020 | 00:52:16,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_ArrayTypes.h +26 五月 2020 | 00:52:16,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252MethodDeclarations.h +26 五月 2020 | 00:52:16,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096MethodDeclarations.h +26 五月 2020 | 00:52:16,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355.h +26 五月 2020 | 00:52:16,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895.h +26 五月 2020 | 00:52:16,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895MethodDeclarations.h +26 五月 2020 | 00:52:16,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355MethodDeclarations.h +26 五月 2020 | 00:52:16,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034.h +26 五月 2020 | 00:52:16,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Locale4255929014.h +26 五月 2020 | 00:52:16,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523.h +26 五月 2020 | 00:52:16,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034MethodDeclarations.h +26 五月 2020 | 00:52:16,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:16,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668.h +26 五月 2020 | 00:52:16,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523MethodDeclarations.h +26 五月 2020 | 00:52:16,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:16,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668MethodDeclarations.h +26 五月 2020 | 00:52:16,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414.h +26 五月 2020 | 00:52:16,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853.h +26 五月 2020 | 00:52:16,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414MethodDeclarations.h +26 五月 2020 | 00:52:16,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013.h +26 五月 2020 | 00:52:16,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853MethodDeclarations.h +26 五月 2020 | 00:52:16,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401.h +26 五月 2020 | 00:52:16,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013MethodDeclarations.h +26 五月 2020 | 00:52:16,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401MethodDeclarations.h +26 五月 2020 | 00:52:16,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215.h +26 五月 2020 | 00:52:16,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action3226471752.h +26 五月 2020 | 00:52:16,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096.h +26 五月 2020 | 00:52:16,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215MethodDeclarations.h +26 五月 2020 | 00:52:16,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action3226471752MethodDeclarations.h +26 五月 2020 | 00:52:16,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161.h +26 五月 2020 | 00:52:16,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096MethodDeclarations.h +26 五月 2020 | 00:52:16,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138.h +26 五月 2020 | 00:52:16,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161MethodDeclarations.h +26 五月 2020 | 00:52:16,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895.h +26 五月 2020 | 00:52:16,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715.h +26 五月 2020 | 00:52:16,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138MethodDeclarations.h +26 五月 2020 | 00:52:16,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895MethodDeclarations.h +26 五月 2020 | 00:52:16,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715MethodDeclarations.h +26 五月 2020 | 00:52:16,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034.h +26 五月 2020 | 00:52:16,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304.h +26 五月 2020 | 00:52:16,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034MethodDeclarations.h +26 五月 2020 | 00:52:16,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304MethodDeclarations.h +26 五月 2020 | 00:52:16,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668.h +26 五月 2020 | 00:52:16,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000.h +26 五月 2020 | 00:52:16,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578.h +26 五月 2020 | 00:52:16,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668MethodDeclarations.h +26 五月 2020 | 00:52:16,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000MethodDeclarations.h +26 五月 2020 | 00:52:16,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578MethodDeclarations.h +26 五月 2020 | 00:52:16,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853.h +26 五月 2020 | 00:52:16,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686.h +26 五月 2020 | 00:52:16,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853MethodDeclarations.h +26 五月 2020 | 00:52:16,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686MethodDeclarations.h +26 五月 2020 | 00:52:16,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511.h +26 五月 2020 | 00:52:16,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288.h +26 五月 2020 | 00:52:16,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511MethodDeclarations.h +26 五月 2020 | 00:52:16,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288MethodDeclarations.h +26 五月 2020 | 00:52:16,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995.h +26 五月 2020 | 00:52:16,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995MethodDeclarations.h +26 五月 2020 | 00:52:16,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170.h +26 五月 2020 | 00:52:16,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215.h +26 五月 2020 | 00:52:16,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479.h +26 五月 2020 | 00:52:16,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170MethodDeclarations.h +26 五月 2020 | 00:52:16,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215MethodDeclarations.h +26 五月 2020 | 00:52:17,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479MethodDeclarations.h +26 五月 2020 | 00:52:17,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499.h +26 五月 2020 | 00:52:17,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161.h +26 五月 2020 | 00:52:17,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499MethodDeclarations.h +26 五月 2020 | 00:52:17,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161MethodDeclarations.h +26 五月 2020 | 00:52:17,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823.h +26 五月 2020 | 00:52:17,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715.h +26 五月 2020 | 00:52:17,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823MethodDeclarations.h +26 五月 2020 | 00:52:17,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715MethodDeclarations.h +26 五月 2020 | 00:52:17,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981.h +26 五月 2020 | 00:52:17,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578.h +26 五月 2020 | 00:52:17,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148.h +26 五月 2020 | 00:52:17,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981MethodDeclarations.h +26 五月 2020 | 00:52:17,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148MethodDeclarations.h +26 五月 2020 | 00:52:17,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457.h +26 五月 2020 | 00:52:17,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631.h +26 五月 2020 | 00:52:17,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457MethodDeclarations.h +26 五月 2020 | 00:52:17,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631MethodDeclarations.h +26 五月 2020 | 00:52:17,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578MethodDeclarations.h +26 五月 2020 | 00:52:17,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196.h +26 五月 2020 | 00:52:17,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084.h +26 五月 2020 | 00:52:17,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686.h +26 五月 2020 | 00:52:17,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084MethodDeclarations.h +26 五月 2020 | 00:52:17,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686MethodDeclarations.h +26 五月 2020 | 00:52:17,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302.h +26 五月 2020 | 00:52:17,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288.h +26 五月 2020 | 00:52:17,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302MethodDeclarations.h +26 五月 2020 | 00:52:17,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196MethodDeclarations.h +26 五月 2020 | 00:52:17,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288MethodDeclarations.h +26 五月 2020 | 00:52:17,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587.h +26 五月 2020 | 00:52:17,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680.h +26 五月 2020 | 00:52:17,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587MethodDeclarations.h +26 五月 2020 | 00:52:17,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680MethodDeclarations.h +26 五月 2020 | 00:52:17,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170.h +26 五月 2020 | 00:52:17,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781.h +26 五月 2020 | 00:52:17,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588.h +26 五月 2020 | 00:52:17,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170MethodDeclarations.h +26 五月 2020 | 00:52:17,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781MethodDeclarations.h +26 五月 2020 | 00:52:17,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588MethodDeclarations.h +26 五月 2020 | 00:52:17,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499.h +26 五月 2020 | 00:52:17,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426.h +26 五月 2020 | 00:52:17,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453.h +26 五月 2020 | 00:52:17,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499MethodDeclarations.h +26 五月 2020 | 00:52:17,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426MethodDeclarations.h +26 五月 2020 | 00:52:17,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453MethodDeclarations.h +26 五月 2020 | 00:52:17,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823.h +26 五月 2020 | 00:52:17,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769.h +26 五月 2020 | 00:52:17,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823MethodDeclarations.h +26 五月 2020 | 00:52:17,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769MethodDeclarations.h +26 五月 2020 | 00:52:17,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981.h +26 五月 2020 | 00:52:17,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102.h +26 五月 2020 | 00:52:17,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297.h +26 五月 2020 | 00:52:17,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981MethodDeclarations.h +26 五月 2020 | 00:52:17,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102MethodDeclarations.h +26 五月 2020 | 00:52:17,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297MethodDeclarations.h +26 五月 2020 | 00:52:17,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457.h +26 五月 2020 | 00:52:17,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327.h +26 五月 2020 | 00:52:17,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078.h +26 五月 2020 | 00:52:17,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457MethodDeclarations.h +26 五月 2020 | 00:52:17,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078MethodDeclarations.h +26 五月 2020 | 00:52:17,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196.h +26 五月 2020 | 00:52:17,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888.h +26 五月 2020 | 00:52:17,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888MethodDeclarations.h +26 五月 2020 | 00:52:17,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196MethodDeclarations.h +26 五月 2020 | 00:52:17,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327MethodDeclarations.h +26 五月 2020 | 00:52:17,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545.h +26 五月 2020 | 00:52:17,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680.h +26 五月 2020 | 00:52:17,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328.h +26 五月 2020 | 00:52:17,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545MethodDeclarations.h +26 五月 2020 | 00:52:17,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328MethodDeclarations.h +26 五月 2020 | 00:52:17,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642.h +26 五月 2020 | 00:52:17,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680MethodDeclarations.h +26 五月 2020 | 00:52:17,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781.h +26 五月 2020 | 00:52:17,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781MethodDeclarations.h +26 五月 2020 | 00:52:17,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426.h +26 五月 2020 | 00:52:17,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426MethodDeclarations.h +26 五月 2020 | 00:52:17,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769.h +26 五月 2020 | 00:52:17,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329.h +26 五月 2020 | 00:52:17,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769MethodDeclarations.h +26 五月 2020 | 00:52:17,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642MethodDeclarations.h +26 五月 2020 | 00:52:17,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102.h +26 五月 2020 | 00:52:17,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643.h +26 五月 2020 | 00:52:17,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102MethodDeclarations.h +26 五月 2020 | 00:52:17,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643MethodDeclarations.h +26 五月 2020 | 00:52:17,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327.h +26 五月 2020 | 00:52:17,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329MethodDeclarations.h +26 五月 2020 | 00:52:17,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900.h +26 五月 2020 | 00:52:17,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644.h +26 五月 2020 | 00:52:17,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900MethodDeclarations.h +26 五月 2020 | 00:52:17,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327MethodDeclarations.h +26 五月 2020 | 00:52:17,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328.h +26 五月 2020 | 00:52:17,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328MethodDeclarations.h +26 五月 2020 | 00:52:17,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981.h +26 五月 2020 | 00:52:17,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329.h +26 五月 2020 | 00:52:17,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981MethodDeclarations.h +26 五月 2020 | 00:52:17,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644MethodDeclarations.h +26 五月 2020 | 00:52:17,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311.h +26 五月 2020 | 00:52:17,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706.h +26 五月 2020 | 00:52:17,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706MethodDeclarations.h +26 五月 2020 | 00:52:17,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977.h +26 五月 2020 | 00:52:17,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311MethodDeclarations.h +26 五月 2020 | 00:52:17,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977MethodDeclarations.h +26 五月 2020 | 00:52:17,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102.h +26 五月 2020 | 00:52:17,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329MethodDeclarations.h +26 五月 2020 | 00:52:17,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832.h +26 五月 2020 | 00:52:17,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102MethodDeclarations.h +26 五月 2020 | 00:52:17,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832MethodDeclarations.h +26 五月 2020 | 00:52:17,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032.h +26 五月 2020 | 00:52:17,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900.h +26 五月 2020 | 00:52:17,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032MethodDeclarations.h +26 五月 2020 | 00:52:17,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169.h +26 五月 2020 | 00:52:17,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012.h +26 五月 2020 | 00:52:17,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012MethodDeclarations.h +26 五月 2020 | 00:52:17,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470.h +26 五月 2020 | 00:52:17,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470MethodDeclarations.h +26 五月 2020 | 00:52:17,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785.h +26 五月 2020 | 00:52:17,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716MethodDeclarations.h +26 五月 2020 | 00:52:17,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176.h +26 五月 2020 | 00:52:17,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785MethodDeclarations.h +26 五月 2020 | 00:52:17,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176MethodDeclarations.h +26 五月 2020 | 00:52:17,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477.h +26 五月 2020 | 00:52:17,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068.h +26 五月 2020 | 00:52:17,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341.h +26 五月 2020 | 00:52:17,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477MethodDeclarations.h +26 五月 2020 | 00:52:17,215 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068MethodDeclarations.h +26 五月 2020 | 00:52:17,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685.h +26 五月 2020 | 00:52:17,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341MethodDeclarations.h +26 五月 2020 | 00:52:17,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359.h +26 五月 2020 | 00:52:17,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248.h +26 五月 2020 | 00:52:17,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359MethodDeclarations.h +26 五月 2020 | 00:52:17,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248MethodDeclarations.h +26 五月 2020 | 00:52:17,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685MethodDeclarations.h +26 五月 2020 | 00:52:17,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580.h +26 五月 2020 | 00:52:17,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094.h +26 五月 2020 | 00:52:17,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580MethodDeclarations.h +26 五月 2020 | 00:52:17,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340.h +26 五月 2020 | 00:52:17,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094MethodDeclarations.h +26 五月 2020 | 00:52:17,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572.h +26 五月 2020 | 00:52:17,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893.h +26 五月 2020 | 00:52:17,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572MethodDeclarations.h +26 五月 2020 | 00:52:17,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893MethodDeclarations.h +26 五月 2020 | 00:52:17,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662.h +26 五月 2020 | 00:52:17,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972.h +26 五月 2020 | 00:52:17,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662MethodDeclarations.h +26 五月 2020 | 00:52:17,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972MethodDeclarations.h +26 五月 2020 | 00:52:17,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340MethodDeclarations.h +26 五月 2020 | 00:52:17,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751.h +26 五月 2020 | 00:52:17,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398.h +26 五月 2020 | 00:52:17,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751MethodDeclarations.h +26 五月 2020 | 00:52:17,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896.h +26 五月 2020 | 00:52:17,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398MethodDeclarations.h +26 五月 2020 | 00:52:17,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242.h +26 五月 2020 | 00:52:17,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896MethodDeclarations.h +26 五月 2020 | 00:52:17,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679.h +26 五月 2020 | 00:52:17,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242MethodDeclarations.h +26 五月 2020 | 00:52:17,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977.h +26 五月 2020 | 00:52:17,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679MethodDeclarations.h +26 五月 2020 | 00:52:17,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977MethodDeclarations.h +26 五月 2020 | 00:52:17,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513.h +26 五月 2020 | 00:52:17,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043.h +26 五月 2020 | 00:52:17,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043MethodDeclarations.h +26 五月 2020 | 00:52:17,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094.h +26 五月 2020 | 00:52:17,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910.h +26 五月 2020 | 00:52:17,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094MethodDeclarations.h +26 五月 2020 | 00:52:17,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513MethodDeclarations.h +26 五月 2020 | 00:52:17,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910MethodDeclarations.h +26 五月 2020 | 00:52:17,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908.h +26 五月 2020 | 00:52:17,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716.h +26 五月 2020 | 00:52:17,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908MethodDeclarations.h +26 五月 2020 | 00:52:17,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389.h +26 五月 2020 | 00:52:17,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389MethodDeclarations.h +26 五月 2020 | 00:52:17,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627.h +26 五月 2020 | 00:52:17,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451.h +26 五月 2020 | 00:52:17,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627MethodDeclarations.h +26 五月 2020 | 00:52:17,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451MethodDeclarations.h +26 五月 2020 | 00:52:17,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716MethodDeclarations.h +26 五月 2020 | 00:52:17,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912.h +26 五月 2020 | 00:52:17,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296.h +26 五月 2020 | 00:52:17,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912MethodDeclarations.h +26 五月 2020 | 00:52:17,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296MethodDeclarations.h +26 五月 2020 | 00:52:17,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477.h +26 五月 2020 | 00:52:17,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360.h +26 五月 2020 | 00:52:17,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398.h +26 五月 2020 | 00:52:17,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477MethodDeclarations.h +26 五月 2020 | 00:52:17,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398MethodDeclarations.h +26 五月 2020 | 00:52:17,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685.h +26 五月 2020 | 00:52:17,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011.h +26 五月 2020 | 00:52:17,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685MethodDeclarations.h +26 五月 2020 | 00:52:17,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011MethodDeclarations.h +26 五月 2020 | 00:52:17,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360MethodDeclarations.h +26 五月 2020 | 00:52:17,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094.h +26 五月 2020 | 00:52:17,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524.h +26 五月 2020 | 00:52:17,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766.h +26 五月 2020 | 00:52:17,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094MethodDeclarations.h +26 五月 2020 | 00:52:17,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524MethodDeclarations.h +26 五月 2020 | 00:52:17,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766MethodDeclarations.h +26 五月 2020 | 00:52:17,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572.h +26 五月 2020 | 00:52:17,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569.h +26 五月 2020 | 00:52:17,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974.h +26 五月 2020 | 00:52:17,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572MethodDeclarations.h +26 五月 2020 | 00:52:17,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569MethodDeclarations.h +26 五月 2020 | 00:52:17,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974MethodDeclarations.h +26 五月 2020 | 00:52:17,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662.h +26 五月 2020 | 00:52:17,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500.h +26 五月 2020 | 00:52:17,274 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747.h +26 五月 2020 | 00:52:17,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662MethodDeclarations.h +26 五月 2020 | 00:52:17,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500MethodDeclarations.h +26 五月 2020 | 00:52:17,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747MethodDeclarations.h +26 五月 2020 | 00:52:17,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751.h +26 五月 2020 | 00:52:17,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217.h +26 五月 2020 | 00:52:17,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625.h +26 五月 2020 | 00:52:17,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751MethodDeclarations.h +26 五月 2020 | 00:52:17,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217MethodDeclarations.h +26 五月 2020 | 00:52:17,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625MethodDeclarations.h +26 五月 2020 | 00:52:17,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242.h +26 五月 2020 | 00:52:17,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809.h +26 五月 2020 | 00:52:17,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809MethodDeclarations.h +26 五月 2020 | 00:52:17,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884.h +26 五月 2020 | 00:52:17,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884MethodDeclarations.h +26 五月 2020 | 00:52:17,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806.h +26 五月 2020 | 00:52:17,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242MethodDeclarations.h +26 五月 2020 | 00:52:17,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497.h +26 五月 2020 | 00:52:17,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806MethodDeclarations.h +26 五月 2020 | 00:52:17,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497MethodDeclarations.h +26 五月 2020 | 00:52:17,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244.h +26 五月 2020 | 00:52:17,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871.h +26 五月 2020 | 00:52:17,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244MethodDeclarations.h +26 五月 2020 | 00:52:17,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871MethodDeclarations.h +26 五月 2020 | 00:52:17,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436.h +26 五月 2020 | 00:52:17,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436MethodDeclarations.h +26 五月 2020 | 00:52:17,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248.h +26 五月 2020 | 00:52:17,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248MethodDeclarations.h +26 五月 2020 | 00:52:17,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094.h +26 五月 2020 | 00:52:17,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662.h +26 五月 2020 | 00:52:17,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094MethodDeclarations.h +26 五月 2020 | 00:52:17,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662MethodDeclarations.h +26 五月 2020 | 00:52:17,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159.h +26 五月 2020 | 00:52:17,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908.h +26 五月 2020 | 00:52:17,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047.h +26 五月 2020 | 00:52:17,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159MethodDeclarations.h +26 五月 2020 | 00:52:17,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908MethodDeclarations.h +26 五月 2020 | 00:52:17,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047MethodDeclarations.h +26 五月 2020 | 00:52:17,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594.h +26 五月 2020 | 00:52:17,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389.h +26 五月 2020 | 00:52:17,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594MethodDeclarations.h +26 五月 2020 | 00:52:17,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761.h +26 五月 2020 | 00:52:17,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389MethodDeclarations.h +26 五月 2020 | 00:52:17,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861.h +26 五月 2020 | 00:52:17,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761MethodDeclarations.h +26 五月 2020 | 00:52:17,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451.h +26 五月 2020 | 00:52:17,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066.h +26 五月 2020 | 00:52:17,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451MethodDeclarations.h +26 五月 2020 | 00:52:17,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861MethodDeclarations.h +26 五月 2020 | 00:52:17,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066MethodDeclarations.h +26 五月 2020 | 00:52:17,314 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589.h +26 五月 2020 | 00:52:17,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296.h +26 五月 2020 | 00:52:17,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086.h +26 五月 2020 | 00:52:17,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589MethodDeclarations.h +26 五月 2020 | 00:52:17,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296MethodDeclarations.h +26 五月 2020 | 00:52:17,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155.h +26 五月 2020 | 00:52:17,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398.h +26 五月 2020 | 00:52:17,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155MethodDeclarations.h +26 五月 2020 | 00:52:17,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398MethodDeclarations.h +26 五月 2020 | 00:52:17,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720.h +26 五月 2020 | 00:52:17,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086MethodDeclarations.h +26 五月 2020 | 00:52:17,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011.h +26 五月 2020 | 00:52:17,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720MethodDeclarations.h +26 五月 2020 | 00:52:17,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396.h +26 五月 2020 | 00:52:17,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828.h +26 五月 2020 | 00:52:17,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011MethodDeclarations.h +26 五月 2020 | 00:52:17,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396MethodDeclarations.h +26 五月 2020 | 00:52:17,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524.h +26 五月 2020 | 00:52:17,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828MethodDeclarations.h +26 五月 2020 | 00:52:17,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140.h +26 五月 2020 | 00:52:17,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524MethodDeclarations.h +26 五月 2020 | 00:52:17,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252.h +26 五月 2020 | 00:52:17,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140MethodDeclarations.h +26 五月 2020 | 00:52:17,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569.h +26 五月 2020 | 00:52:17,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252MethodDeclarations.h +26 五月 2020 | 00:52:17,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569MethodDeclarations.h +26 五月 2020 | 00:52:17,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970.h +26 五月 2020 | 00:52:17,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355.h +26 五月 2020 | 00:52:17,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500.h +26 五月 2020 | 00:52:17,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970MethodDeclarations.h +26 五月 2020 | 00:52:17,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500MethodDeclarations.h +26 五月 2020 | 00:52:17,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532.h +26 五月 2020 | 00:52:17,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625.h +26 五月 2020 | 00:52:17,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532MethodDeclarations.h +26 五月 2020 | 00:52:17,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625MethodDeclarations.h +26 五月 2020 | 00:52:17,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963.h +26 五月 2020 | 00:52:17,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806.h +26 五月 2020 | 00:52:17,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963MethodDeclarations.h +26 五月 2020 | 00:52:17,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806MethodDeclarations.h +26 五月 2020 | 00:52:17,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355MethodDeclarations.h +26 五月 2020 | 00:52:17,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370.h +26 五月 2020 | 00:52:17,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244.h +26 五月 2020 | 00:52:17,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523.h +26 五月 2020 | 00:52:17,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370MethodDeclarations.h +26 五月 2020 | 00:52:17,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244MethodDeclarations.h +26 五月 2020 | 00:52:17,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366.h +26 五月 2020 | 00:52:17,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523MethodDeclarations.h +26 五月 2020 | 00:52:17,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436.h +26 五月 2020 | 00:52:17,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366MethodDeclarations.h +26 五月 2020 | 00:52:17,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436MethodDeclarations.h +26 五月 2020 | 00:52:17,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414.h +26 五月 2020 | 00:52:17,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248.h +26 五月 2020 | 00:52:17,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414MethodDeclarations.h +26 五月 2020 | 00:52:17,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133.h +26 五月 2020 | 00:52:17,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248MethodDeclarations.h +26 五月 2020 | 00:52:17,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401.h +26 五月 2020 | 00:52:17,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133MethodDeclarations.h +26 五月 2020 | 00:52:17,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662.h +26 五月 2020 | 00:52:17,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401MethodDeclarations.h +26 五月 2020 | 00:52:17,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586.h +26 五月 2020 | 00:52:17,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662MethodDeclarations.h +26 五月 2020 | 00:52:17,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096.h +26 五月 2020 | 00:52:17,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586MethodDeclarations.h +26 五月 2020 | 00:52:17,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047.h +26 五月 2020 | 00:52:17,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767.h +26 五月 2020 | 00:52:17,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096MethodDeclarations.h +26 五月 2020 | 00:52:17,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047MethodDeclarations.h +26 五月 2020 | 00:52:17,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895.h +26 五月 2020 | 00:52:17,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767MethodDeclarations.h +26 五月 2020 | 00:52:17,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761.h +26 五月 2020 | 00:52:17,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869.h +26 五月 2020 | 00:52:17,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895MethodDeclarations.h +26 五月 2020 | 00:52:17,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761MethodDeclarations.h +26 五月 2020 | 00:52:17,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869MethodDeclarations.h +26 五月 2020 | 00:52:17,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066.h +26 五月 2020 | 00:52:17,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034.h +26 五月 2020 | 00:52:17,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342.h +26 五月 2020 | 00:52:17,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066MethodDeclarations.h +26 五月 2020 | 00:52:17,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034MethodDeclarations.h +26 五月 2020 | 00:52:17,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342MethodDeclarations.h +26 五月 2020 | 00:52:17,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086.h +26 五月 2020 | 00:52:17,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668.h +26 五月 2020 | 00:52:17,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539.h +26 五月 2020 | 00:52:17,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668MethodDeclarations.h +26 五月 2020 | 00:52:17,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539MethodDeclarations.h +26 五月 2020 | 00:52:17,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853.h +26 五月 2020 | 00:52:17,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413.h +26 五月 2020 | 00:52:17,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853MethodDeclarations.h +26 五月 2020 | 00:52:17,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413MethodDeclarations.h +26 五月 2020 | 00:52:17,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086MethodDeclarations.h +26 五月 2020 | 00:52:17,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215.h +26 五月 2020 | 00:52:17,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311.h +26 五月 2020 | 00:52:17,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396.h +26 五月 2020 | 00:52:17,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215MethodDeclarations.h +26 五月 2020 | 00:52:17,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311MethodDeclarations.h +26 五月 2020 | 00:52:17,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396MethodDeclarations.h +26 五月 2020 | 00:52:17,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161.h +26 五月 2020 | 00:52:17,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258.h +26 五月 2020 | 00:52:17,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140.h +26 五月 2020 | 00:52:17,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161MethodDeclarations.h +26 五月 2020 | 00:52:17,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258MethodDeclarations.h +26 五月 2020 | 00:52:17,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715.h +26 五月 2020 | 00:52:17,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140MethodDeclarations.h +26 五月 2020 | 00:52:17,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715MethodDeclarations.h +26 五月 2020 | 00:52:17,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970.h +26 五月 2020 | 00:52:17,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970MethodDeclarations.h +26 五月 2020 | 00:52:17,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532.h +26 五月 2020 | 00:52:17,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578.h +26 五月 2020 | 00:52:17,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532MethodDeclarations.h +26 五月 2020 | 00:52:17,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578MethodDeclarations.h +26 五月 2020 | 00:52:17,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096.h +26 五月 2020 | 00:52:17,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963.h +26 五月 2020 | 00:52:17,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686.h +26 五月 2020 | 00:52:17,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096MethodDeclarations.h +26 五月 2020 | 00:52:17,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963MethodDeclarations.h +26 五月 2020 | 00:52:17,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686MethodDeclarations.h +26 五月 2020 | 00:52:17,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370.h +26 五月 2020 | 00:52:17,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044.h +26 五月 2020 | 00:52:17,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288.h +26 五月 2020 | 00:52:17,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370MethodDeclarations.h +26 五月 2020 | 00:52:17,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044MethodDeclarations.h +26 五月 2020 | 00:52:17,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288MethodDeclarations.h +26 五月 2020 | 00:52:17,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366.h +26 五月 2020 | 00:52:17,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964.h +26 五月 2020 | 00:52:17,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170.h +26 五月 2020 | 00:52:17,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366MethodDeclarations.h +26 五月 2020 | 00:52:17,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170MethodDeclarations.h +26 五月 2020 | 00:52:17,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964MethodDeclarations.h +26 五月 2020 | 00:52:17,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499.h +26 五月 2020 | 00:52:17,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068.h +26 五月 2020 | 00:52:17,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499MethodDeclarations.h +26 五月 2020 | 00:52:17,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068MethodDeclarations.h +26 五月 2020 | 00:52:17,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133.h +26 五月 2020 | 00:52:17,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823.h +26 五月 2020 | 00:52:17,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690.h +26 五月 2020 | 00:52:17,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133MethodDeclarations.h +26 五月 2020 | 00:52:17,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823MethodDeclarations.h +26 五月 2020 | 00:52:17,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690MethodDeclarations.h +26 五月 2020 | 00:52:17,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586.h +26 五月 2020 | 00:52:17,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981.h +26 五月 2020 | 00:52:17,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447.h +26 五月 2020 | 00:52:17,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586MethodDeclarations.h +26 五月 2020 | 00:52:17,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981MethodDeclarations.h +26 五月 2020 | 00:52:17,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447MethodDeclarations.h +26 五月 2020 | 00:52:17,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767.h +26 五月 2020 | 00:52:17,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457.h +26 五月 2020 | 00:52:17,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605.h +26 五月 2020 | 00:52:17,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457MethodDeclarations.h +26 五月 2020 | 00:52:17,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767MethodDeclarations.h +26 五月 2020 | 00:52:17,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605MethodDeclarations.h +26 五月 2020 | 00:52:17,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196.h +26 五月 2020 | 00:52:17,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869.h +26 五月 2020 | 00:52:17,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287.h +26 五月 2020 | 00:52:17,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869MethodDeclarations.h +26 五月 2020 | 00:52:17,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342.h +26 五月 2020 | 00:52:17,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342MethodDeclarations.h +26 五月 2020 | 00:52:17,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196MethodDeclarations.h +26 五月 2020 | 00:52:17,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539.h +26 五月 2020 | 00:52:17,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680.h +26 五月 2020 | 00:52:17,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539MethodDeclarations.h +26 五月 2020 | 00:52:17,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680MethodDeclarations.h +26 五月 2020 | 00:52:17,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413.h +26 五月 2020 | 00:52:17,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781.h +26 五月 2020 | 00:52:17,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413MethodDeclarations.h +26 五月 2020 | 00:52:17,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781MethodDeclarations.h +26 五月 2020 | 00:52:17,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311.h +26 五月 2020 | 00:52:17,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287MethodDeclarations.h +26 五月 2020 | 00:52:17,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426.h +26 五月 2020 | 00:52:17,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311MethodDeclarations.h +26 五月 2020 | 00:52:17,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426MethodDeclarations.h +26 五月 2020 | 00:52:17,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258.h +26 五月 2020 | 00:52:17,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498.h +26 五月 2020 | 00:52:17,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498MethodDeclarations.h +26 五月 2020 | 00:52:17,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258MethodDeclarations.h +26 五月 2020 | 00:52:17,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769.h +26 五月 2020 | 00:52:17,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769MethodDeclarations.h +26 五月 2020 | 00:52:17,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102.h +26 五月 2020 | 00:52:17,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102MethodDeclarations.h +26 五月 2020 | 00:52:17,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209.h +26 五月 2020 | 00:52:17,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327.h +26 五月 2020 | 00:52:17,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209MethodDeclarations.h +26 五月 2020 | 00:52:17,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271.h +26 五月 2020 | 00:52:17,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096.h +26 五月 2020 | 00:52:17,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271MethodDeclarations.h +26 五月 2020 | 00:52:17,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096MethodDeclarations.h +26 五月 2020 | 00:52:17,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680.h +26 五月 2020 | 00:52:17,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680MethodDeclarations.h +26 五月 2020 | 00:52:17,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327MethodDeclarations.h +26 五月 2020 | 00:52:17,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044.h +26 五月 2020 | 00:52:17,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149.h +26 五月 2020 | 00:52:17,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328.h +26 五月 2020 | 00:52:17,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044MethodDeclarations.h +26 五月 2020 | 00:52:17,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328MethodDeclarations.h +26 五月 2020 | 00:52:17,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964.h +26 五月 2020 | 00:52:17,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149MethodDeclarations.h +26 五月 2020 | 00:52:17,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376.h +26 五月 2020 | 00:52:17,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964MethodDeclarations.h +26 五月 2020 | 00:52:17,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329.h +26 五月 2020 | 00:52:17,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068.h +26 五月 2020 | 00:52:17,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376MethodDeclarations.h +26 五月 2020 | 00:52:17,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068MethodDeclarations.h +26 五月 2020 | 00:52:17,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087.h +26 五月 2020 | 00:52:17,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690.h +26 五月 2020 | 00:52:17,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087MethodDeclarations.h +26 五月 2020 | 00:52:17,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690MethodDeclarations.h +26 五月 2020 | 00:52:17,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881.h +26 五月 2020 | 00:52:17,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447.h +26 五月 2020 | 00:52:17,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881MethodDeclarations.h +26 五月 2020 | 00:52:17,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447MethodDeclarations.h +26 五月 2020 | 00:52:17,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681.h +26 五月 2020 | 00:52:17,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605.h +26 五月 2020 | 00:52:17,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681MethodDeclarations.h +26 五月 2020 | 00:52:17,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329MethodDeclarations.h +26 五月 2020 | 00:52:17,456 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605MethodDeclarations.h +26 五月 2020 | 00:52:17,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673.h +26 五月 2020 | 00:52:17,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900.h +26 五月 2020 | 00:52:17,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287.h +26 五月 2020 | 00:52:17,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673MethodDeclarations.h +26 五月 2020 | 00:52:17,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900MethodDeclarations.h +26 五月 2020 | 00:52:17,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841.h +26 五月 2020 | 00:52:17,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981.h +26 五月 2020 | 00:52:17,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841MethodDeclarations.h +26 五月 2020 | 00:52:17,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981MethodDeclarations.h +26 五月 2020 | 00:52:17,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469.h +26 五月 2020 | 00:52:17,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706.h +26 五月 2020 | 00:52:17,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469MethodDeclarations.h +26 五月 2020 | 00:52:17,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287MethodDeclarations.h +26 五月 2020 | 00:52:17,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706MethodDeclarations.h +26 五月 2020 | 00:52:17,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181.h +26 五月 2020 | 00:52:17,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498.h +26 五月 2020 | 00:52:17,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977.h +26 五月 2020 | 00:52:17,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498MethodDeclarations.h +26 五月 2020 | 00:52:17,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181MethodDeclarations.h +26 五月 2020 | 00:52:17,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977MethodDeclarations.h +26 五月 2020 | 00:52:17,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222.h +26 五月 2020 | 00:52:17,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832.h +26 五月 2020 | 00:52:17,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222MethodDeclarations.h +26 五月 2020 | 00:52:17,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832MethodDeclarations.h +26 五月 2020 | 00:52:17,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066.h +26 五月 2020 | 00:52:17,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032.h +26 五月 2020 | 00:52:17,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066MethodDeclarations.h +26 五月 2020 | 00:52:17,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032MethodDeclarations.h +26 五月 2020 | 00:52:17,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209.h +26 五月 2020 | 00:52:17,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314.h +26 五月 2020 | 00:52:17,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744.h +26 五月 2020 | 00:52:17,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209MethodDeclarations.h +26 五月 2020 | 00:52:17,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314MethodDeclarations.h +26 五月 2020 | 00:52:17,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744MethodDeclarations.h +26 五月 2020 | 00:52:17,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271.h +26 五月 2020 | 00:52:17,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271MethodDeclarations.h +26 五月 2020 | 00:52:17,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411.h +26 五月 2020 | 00:52:17,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080.h +26 五月 2020 | 00:52:17,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680.h +26 五月 2020 | 00:52:17,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411MethodDeclarations.h +26 五月 2020 | 00:52:17,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080MethodDeclarations.h +26 五月 2020 | 00:52:17,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680MethodDeclarations.h +26 五月 2020 | 00:52:17,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886.h +26 五月 2020 | 00:52:17,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412.h +26 五月 2020 | 00:52:17,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149.h +26 五月 2020 | 00:52:17,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886MethodDeclarations.h +26 五月 2020 | 00:52:17,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412MethodDeclarations.h +26 五月 2020 | 00:52:17,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149MethodDeclarations.h +26 五月 2020 | 00:52:17,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413.h +26 五月 2020 | 00:52:17,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460.h +26 五月 2020 | 00:52:17,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413MethodDeclarations.h +26 五月 2020 | 00:52:17,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460MethodDeclarations.h +26 五月 2020 | 00:52:17,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376.h +26 五月 2020 | 00:52:17,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080.h +26 五月 2020 | 00:52:17,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579.h +26 五月 2020 | 00:52:17,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080MethodDeclarations.h +26 五月 2020 | 00:52:17,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579MethodDeclarations.h +26 五月 2020 | 00:52:17,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376MethodDeclarations.h +26 五月 2020 | 00:52:17,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871.h +26 五月 2020 | 00:52:17,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087.h +26 五月 2020 | 00:52:17,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948.h +26 五月 2020 | 00:52:17,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871MethodDeclarations.h +26 五月 2020 | 00:52:17,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948MethodDeclarations.h +26 五月 2020 | 00:52:17,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087MethodDeclarations.h +26 五月 2020 | 00:52:17,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881.h +26 五月 2020 | 00:52:17,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143.h +26 五月 2020 | 00:52:17,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881MethodDeclarations.h +26 五月 2020 | 00:52:17,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143MethodDeclarations.h +26 五月 2020 | 00:52:17,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972.h +26 五月 2020 | 00:52:17,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681.h +26 五月 2020 | 00:52:17,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938.h +26 五月 2020 | 00:52:17,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972MethodDeclarations.h +26 五月 2020 | 00:52:17,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681MethodDeclarations.h +26 五月 2020 | 00:52:17,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938MethodDeclarations.h +26 五月 2020 | 00:52:17,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357.h +26 五月 2020 | 00:52:17,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673.h +26 五月 2020 | 00:52:17,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914.h +26 五月 2020 | 00:52:17,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357MethodDeclarations.h +26 五月 2020 | 00:52:17,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673MethodDeclarations.h +26 五月 2020 | 00:52:17,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841.h +26 五月 2020 | 00:52:17,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914MethodDeclarations.h +26 五月 2020 | 00:52:17,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841MethodDeclarations.h +26 五月 2020 | 00:52:17,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341.h +26 五月 2020 | 00:52:17,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341MethodDeclarations.h +26 五月 2020 | 00:52:17,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469.h +26 五月 2020 | 00:52:17,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479.h +26 五月 2020 | 00:52:17,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475.h +26 五月 2020 | 00:52:17,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469MethodDeclarations.h +26 五月 2020 | 00:52:17,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479MethodDeclarations.h +26 五月 2020 | 00:52:17,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181.h +26 五月 2020 | 00:52:17,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470.h +26 五月 2020 | 00:52:17,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181MethodDeclarations.h +26 五月 2020 | 00:52:17,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470MethodDeclarations.h +26 五月 2020 | 00:52:17,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222.h +26 五月 2020 | 00:52:17,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475MethodDeclarations.h +26 五月 2020 | 00:52:17,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176.h +26 五月 2020 | 00:52:17,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959.h +26 五月 2020 | 00:52:17,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222MethodDeclarations.h +26 五月 2020 | 00:52:17,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176MethodDeclarations.h +26 五月 2020 | 00:52:17,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959MethodDeclarations.h +26 五月 2020 | 00:52:17,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066.h +26 五月 2020 | 00:52:17,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341.h +26 五月 2020 | 00:52:17,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066MethodDeclarations.h +26 五月 2020 | 00:52:17,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543.h +26 五月 2020 | 00:52:17,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314.h +26 五月 2020 | 00:52:17,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543MethodDeclarations.h +26 五月 2020 | 00:52:17,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314MethodDeclarations.h +26 五月 2020 | 00:52:17,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341MethodDeclarations.h +26 五月 2020 | 00:52:17,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186.h +26 五月 2020 | 00:52:17,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248.h +26 五月 2020 | 00:52:17,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186MethodDeclarations.h +26 五月 2020 | 00:52:17,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411.h +26 五月 2020 | 00:52:17,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248MethodDeclarations.h +26 五月 2020 | 00:52:17,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792.h +26 五月 2020 | 00:52:17,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340.h +26 五月 2020 | 00:52:17,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411MethodDeclarations.h +26 五月 2020 | 00:52:17,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792MethodDeclarations.h +26 五月 2020 | 00:52:17,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629.h +26 五月 2020 | 00:52:17,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412.h +26 五月 2020 | 00:52:17,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412MethodDeclarations.h +26 五月 2020 | 00:52:17,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413.h +26 五月 2020 | 00:52:17,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340MethodDeclarations.h +26 五月 2020 | 00:52:17,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413MethodDeclarations.h +26 五月 2020 | 00:52:17,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629MethodDeclarations.h +26 五月 2020 | 00:52:17,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398.h +26 五月 2020 | 00:52:17,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594.h +26 五月 2020 | 00:52:17,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398MethodDeclarations.h +26 五月 2020 | 00:52:17,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594MethodDeclarations.h +26 五月 2020 | 00:52:17,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679.h +26 五月 2020 | 00:52:17,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080.h +26 五月 2020 | 00:52:17,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056.h +26 五月 2020 | 00:52:17,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679MethodDeclarations.h +26 五月 2020 | 00:52:17,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080MethodDeclarations.h +26 五月 2020 | 00:52:17,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043.h +26 五月 2020 | 00:52:17,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056MethodDeclarations.h +26 五月 2020 | 00:52:17,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871.h +26 五月 2020 | 00:52:17,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653.h +26 五月 2020 | 00:52:17,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043MethodDeclarations.h +26 五月 2020 | 00:52:17,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871MethodDeclarations.h +26 五月 2020 | 00:52:17,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653MethodDeclarations.h +26 五月 2020 | 00:52:17,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910.h +26 五月 2020 | 00:52:17,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284.h +26 五月 2020 | 00:52:17,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910MethodDeclarations.h +26 五月 2020 | 00:52:17,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284MethodDeclarations.h +26 五月 2020 | 00:52:17,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716.h +26 五月 2020 | 00:52:17,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035.h +26 五月 2020 | 00:52:17,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035MethodDeclarations.h +26 五月 2020 | 00:52:17,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938.h +26 五月 2020 | 00:52:17,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554.h +26 五月 2020 | 00:52:17,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716MethodDeclarations.h +26 五月 2020 | 00:52:17,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938MethodDeclarations.h +26 五月 2020 | 00:52:17,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554MethodDeclarations.h +26 五月 2020 | 00:52:17,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914.h +26 五月 2020 | 00:52:17,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837.h +26 五月 2020 | 00:52:17,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477.h +26 五月 2020 | 00:52:17,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914MethodDeclarations.h +26 五月 2020 | 00:52:17,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837MethodDeclarations.h +26 五月 2020 | 00:52:17,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477MethodDeclarations.h +26 五月 2020 | 00:52:17,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341.h +26 五月 2020 | 00:52:17,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128.h +26 五月 2020 | 00:52:17,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685.h +26 五月 2020 | 00:52:17,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341MethodDeclarations.h +26 五月 2020 | 00:52:17,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128MethodDeclarations.h +26 五月 2020 | 00:52:17,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475.h +26 五月 2020 | 00:52:17,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685MethodDeclarations.h +26 五月 2020 | 00:52:17,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662.h +26 五月 2020 | 00:52:17,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094.h +26 五月 2020 | 00:52:17,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662MethodDeclarations.h +26 五月 2020 | 00:52:17,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665.h +26 五月 2020 | 00:52:17,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094MethodDeclarations.h +26 五月 2020 | 00:52:17,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665MethodDeclarations.h +26 五月 2020 | 00:52:17,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572.h +26 五月 2020 | 00:52:17,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475MethodDeclarations.h +26 五月 2020 | 00:52:17,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746.h +26 五月 2020 | 00:52:17,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572MethodDeclarations.h +26 五月 2020 | 00:52:17,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959.h +26 五月 2020 | 00:52:17,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662.h +26 五月 2020 | 00:52:17,578 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746MethodDeclarations.h +26 五月 2020 | 00:52:17,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959MethodDeclarations.h +26 五月 2020 | 00:52:17,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662MethodDeclarations.h +26 五月 2020 | 00:52:17,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282.h +26 五月 2020 | 00:52:17,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543.h +26 五月 2020 | 00:52:17,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751.h +26 五月 2020 | 00:52:17,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282MethodDeclarations.h +26 五月 2020 | 00:52:17,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543MethodDeclarations.h +26 五月 2020 | 00:52:17,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751MethodDeclarations.h +26 五月 2020 | 00:52:17,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396.h +26 五月 2020 | 00:52:17,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186.h +26 五月 2020 | 00:52:17,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242.h +26 五月 2020 | 00:52:17,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186MethodDeclarations.h +26 五月 2020 | 00:52:17,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396MethodDeclarations.h +26 五月 2020 | 00:52:17,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242MethodDeclarations.h +26 五月 2020 | 00:52:17,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792.h +26 五月 2020 | 00:52:17,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681.h +26 五月 2020 | 00:52:17,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792MethodDeclarations.h +26 五月 2020 | 00:52:17,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629.h +26 五月 2020 | 00:52:17,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094.h +26 五月 2020 | 00:52:17,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094MethodDeclarations.h +26 五月 2020 | 00:52:17,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681MethodDeclarations.h +26 五月 2020 | 00:52:17,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908.h +26 五月 2020 | 00:52:17,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535.h +26 五月 2020 | 00:52:17,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535MethodDeclarations.h +26 五月 2020 | 00:52:17,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908MethodDeclarations.h +26 五月 2020 | 00:52:17,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629MethodDeclarations.h +26 五月 2020 | 00:52:17,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743.h +26 五月 2020 | 00:52:17,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389.h +26 五月 2020 | 00:52:17,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594.h +26 五月 2020 | 00:52:17,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743MethodDeclarations.h +26 五月 2020 | 00:52:17,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389MethodDeclarations.h +26 五月 2020 | 00:52:17,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594MethodDeclarations.h +26 五月 2020 | 00:52:17,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516.h +26 五月 2020 | 00:52:17,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451.h +26 五月 2020 | 00:52:17,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056.h +26 五月 2020 | 00:52:17,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516MethodDeclarations.h +26 五月 2020 | 00:52:17,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451MethodDeclarations.h +26 五月 2020 | 00:52:17,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056MethodDeclarations.h +26 五月 2020 | 00:52:17,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986.h +26 五月 2020 | 00:52:17,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296.h +26 五月 2020 | 00:52:17,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653.h +26 五月 2020 | 00:52:17,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296MethodDeclarations.h +26 五月 2020 | 00:52:17,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653MethodDeclarations.h +26 五月 2020 | 00:52:17,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398.h +26 五月 2020 | 00:52:17,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986MethodDeclarations.h +26 五月 2020 | 00:52:17,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284.h +26 五月 2020 | 00:52:17,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398MethodDeclarations.h +26 五月 2020 | 00:52:17,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578.h +26 五月 2020 | 00:52:17,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011.h +26 五月 2020 | 00:52:17,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284MethodDeclarations.h +26 五月 2020 | 00:52:17,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578MethodDeclarations.h +26 五月 2020 | 00:52:17,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011MethodDeclarations.h +26 五月 2020 | 00:52:17,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035.h +26 五月 2020 | 00:52:17,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653.h +26 五月 2020 | 00:52:17,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524.h +26 五月 2020 | 00:52:17,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035MethodDeclarations.h +26 五月 2020 | 00:52:17,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653MethodDeclarations.h +26 五月 2020 | 00:52:17,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524MethodDeclarations.h +26 五月 2020 | 00:52:17,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554.h +26 五月 2020 | 00:52:17,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266.h +26 五月 2020 | 00:52:17,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569.h +26 五月 2020 | 00:52:17,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554MethodDeclarations.h +26 五月 2020 | 00:52:17,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569MethodDeclarations.h +26 五月 2020 | 00:52:17,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837.h +26 五月 2020 | 00:52:17,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500.h +26 五月 2020 | 00:52:17,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837MethodDeclarations.h +26 五月 2020 | 00:52:17,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128.h +26 五月 2020 | 00:52:17,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500MethodDeclarations.h +26 五月 2020 | 00:52:17,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625.h +26 五月 2020 | 00:52:17,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128MethodDeclarations.h +26 五月 2020 | 00:52:17,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625MethodDeclarations.h +26 五月 2020 | 00:52:17,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662.h +26 五月 2020 | 00:52:17,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266MethodDeclarations.h +26 五月 2020 | 00:52:17,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662MethodDeclarations.h +26 五月 2020 | 00:52:17,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806.h +26 五月 2020 | 00:52:17,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928.h +26 五月 2020 | 00:52:17,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665.h +26 五月 2020 | 00:52:17,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806MethodDeclarations.h +26 五月 2020 | 00:52:17,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928MethodDeclarations.h +26 五月 2020 | 00:52:17,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244.h +26 五月 2020 | 00:52:17,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665MethodDeclarations.h +26 五月 2020 | 00:52:17,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363.h +26 五月 2020 | 00:52:17,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746.h +26 五月 2020 | 00:52:17,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244MethodDeclarations.h +26 五月 2020 | 00:52:17,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363MethodDeclarations.h +26 五月 2020 | 00:52:17,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436.h +26 五月 2020 | 00:52:17,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746MethodDeclarations.h +26 五月 2020 | 00:52:17,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630.h +26 五月 2020 | 00:52:17,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436MethodDeclarations.h +26 五月 2020 | 00:52:17,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282.h +26 五月 2020 | 00:52:17,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630MethodDeclarations.h +26 五月 2020 | 00:52:17,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248.h +26 五月 2020 | 00:52:17,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282MethodDeclarations.h +26 五月 2020 | 00:52:17,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358.h +26 五月 2020 | 00:52:17,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248MethodDeclarations.h +26 五月 2020 | 00:52:17,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396.h +26 五月 2020 | 00:52:17,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358MethodDeclarations.h +26 五月 2020 | 00:52:17,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662.h +26 五月 2020 | 00:52:17,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924.h +26 五月 2020 | 00:52:17,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662MethodDeclarations.h +26 五月 2020 | 00:52:17,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924MethodDeclarations.h +26 五月 2020 | 00:52:17,645 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047.h +26 五月 2020 | 00:52:17,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489.h +26 五月 2020 | 00:52:17,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396MethodDeclarations.h +26 五月 2020 | 00:52:17,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047MethodDeclarations.h +26 五月 2020 | 00:52:17,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489MethodDeclarations.h +26 五月 2020 | 00:52:17,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681.h +26 五月 2020 | 00:52:17,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761.h +26 五月 2020 | 00:52:17,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597.h +26 五月 2020 | 00:52:17,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761MethodDeclarations.h +26 五月 2020 | 00:52:17,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597MethodDeclarations.h +26 五月 2020 | 00:52:17,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066.h +26 五月 2020 | 00:52:17,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021.h +26 五月 2020 | 00:52:17,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066MethodDeclarations.h +26 五月 2020 | 00:52:17,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681MethodDeclarations.h +26 五月 2020 | 00:52:17,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021MethodDeclarations.h +26 五月 2020 | 00:52:17,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086.h +26 五月 2020 | 00:52:17,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535.h +26 五月 2020 | 00:52:17,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124.h +26 五月 2020 | 00:52:17,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535MethodDeclarations.h +26 五月 2020 | 00:52:17,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743.h +26 五月 2020 | 00:52:17,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743MethodDeclarations.h +26 五月 2020 | 00:52:17,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086MethodDeclarations.h +26 五月 2020 | 00:52:17,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396.h +26 五月 2020 | 00:52:17,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516.h +26 五月 2020 | 00:52:17,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396MethodDeclarations.h +26 五月 2020 | 00:52:17,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516MethodDeclarations.h +26 五月 2020 | 00:52:17,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140.h +26 五月 2020 | 00:52:17,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986.h +26 五月 2020 | 00:52:17,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986MethodDeclarations.h +26 五月 2020 | 00:52:17,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140MethodDeclarations.h +26 五月 2020 | 00:52:17,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124MethodDeclarations.h +26 五月 2020 | 00:52:17,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970.h +26 五月 2020 | 00:52:17,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578.h +26 五月 2020 | 00:52:17,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970MethodDeclarations.h +26 五月 2020 | 00:52:17,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578MethodDeclarations.h +26 五月 2020 | 00:52:17,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532.h +26 五月 2020 | 00:52:17,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653.h +26 五月 2020 | 00:52:17,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532MethodDeclarations.h +26 五月 2020 | 00:52:17,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653MethodDeclarations.h +26 五月 2020 | 00:52:17,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963.h +26 五月 2020 | 00:52:17,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266.h +26 五月 2020 | 00:52:17,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963MethodDeclarations.h +26 五月 2020 | 00:52:17,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292.h +26 五月 2020 | 00:52:17,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370.h +26 五月 2020 | 00:52:17,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292MethodDeclarations.h +26 五月 2020 | 00:52:17,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370MethodDeclarations.h +26 五月 2020 | 00:52:17,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183.h +26 五月 2020 | 00:52:17,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366.h +26 五月 2020 | 00:52:17,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183MethodDeclarations.h +26 五月 2020 | 00:52:17,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366MethodDeclarations.h +26 五月 2020 | 00:52:17,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170.h +26 五月 2020 | 00:52:17,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266MethodDeclarations.h +26 五月 2020 | 00:52:17,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170MethodDeclarations.h +26 五月 2020 | 00:52:17,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928.h +26 五月 2020 | 00:52:17,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865.h +26 五月 2020 | 00:52:17,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133.h +26 五月 2020 | 00:52:17,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928MethodDeclarations.h +26 五月 2020 | 00:52:17,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133MethodDeclarations.h +26 五月 2020 | 00:52:17,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865MethodDeclarations.h +26 五月 2020 | 00:52:17,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363.h +26 五月 2020 | 00:52:17,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586.h +26 五月 2020 | 00:52:17,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664.h +26 五月 2020 | 00:52:17,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363MethodDeclarations.h +26 五月 2020 | 00:52:17,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664MethodDeclarations.h +26 五月 2020 | 00:52:17,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586MethodDeclarations.h +26 五月 2020 | 00:52:17,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630.h +26 五月 2020 | 00:52:17,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437.h +26 五月 2020 | 00:52:17,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767.h +26 五月 2020 | 00:52:17,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630MethodDeclarations.h +26 五月 2020 | 00:52:17,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437MethodDeclarations.h +26 五月 2020 | 00:52:17,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767MethodDeclarations.h +26 五月 2020 | 00:52:17,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358.h +26 五月 2020 | 00:52:17,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984.h +26 五月 2020 | 00:52:17,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869.h +26 五月 2020 | 00:52:17,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358MethodDeclarations.h +26 五月 2020 | 00:52:17,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984MethodDeclarations.h +26 五月 2020 | 00:52:17,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869MethodDeclarations.h +26 五月 2020 | 00:52:17,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924.h +26 五月 2020 | 00:52:17,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930.h +26 五月 2020 | 00:52:17,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924MethodDeclarations.h +26 五月 2020 | 00:52:17,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342.h +26 五月 2020 | 00:52:17,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930MethodDeclarations.h +26 五月 2020 | 00:52:17,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489.h +26 五月 2020 | 00:52:17,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342MethodDeclarations.h +26 五月 2020 | 00:52:17,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484.h +26 五月 2020 | 00:52:17,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489MethodDeclarations.h +26 五月 2020 | 00:52:17,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539.h +26 五月 2020 | 00:52:17,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597.h +26 五月 2020 | 00:52:17,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539MethodDeclarations.h +26 五月 2020 | 00:52:17,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597MethodDeclarations.h +26 五月 2020 | 00:52:17,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413.h +26 五月 2020 | 00:52:17,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021.h +26 五月 2020 | 00:52:17,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413MethodDeclarations.h +26 五月 2020 | 00:52:17,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021MethodDeclarations.h +26 五月 2020 | 00:52:17,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311.h +26 五月 2020 | 00:52:17,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484MethodDeclarations.h +26 五月 2020 | 00:52:17,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124.h +26 五月 2020 | 00:52:17,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311MethodDeclarations.h +26 五月 2020 | 00:52:17,710 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347.h +26 五月 2020 | 00:52:17,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258.h +26 五月 2020 | 00:52:17,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347MethodDeclarations.h +26 五月 2020 | 00:52:17,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258MethodDeclarations.h +26 五月 2020 | 00:52:17,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455.h +26 五月 2020 | 00:52:17,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455MethodDeclarations.h +26 五月 2020 | 00:52:17,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057.h +26 五月 2020 | 00:52:17,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057MethodDeclarations.h +26 五月 2020 | 00:52:17,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268.h +26 五月 2020 | 00:52:17,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268MethodDeclarations.h +26 五月 2020 | 00:52:17,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592.h +26 五月 2020 | 00:52:17,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592MethodDeclarations.h +26 五月 2020 | 00:52:17,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750.h +26 五月 2020 | 00:52:17,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750MethodDeclarations.h +26 五月 2020 | 00:52:17,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226.h +26 五月 2020 | 00:52:17,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226MethodDeclarations.h +26 五月 2020 | 00:52:17,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965.h +26 五月 2020 | 00:52:17,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965MethodDeclarations.h +26 五月 2020 | 00:52:17,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124MethodDeclarations.h +26 五月 2020 | 00:52:17,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449.h +26 五月 2020 | 00:52:17,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096.h +26 五月 2020 | 00:52:17,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096MethodDeclarations.h +26 五月 2020 | 00:52:17,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449MethodDeclarations.h +26 五月 2020 | 00:52:17,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550.h +26 五月 2020 | 00:52:17,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044.h +26 五月 2020 | 00:52:17,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550MethodDeclarations.h +26 五月 2020 | 00:52:17,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044MethodDeclarations.h +26 五月 2020 | 00:52:17,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292.h +26 五月 2020 | 00:52:17,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195.h +26 五月 2020 | 00:52:17,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964.h +26 五月 2020 | 00:52:17,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292MethodDeclarations.h +26 五月 2020 | 00:52:17,738 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964MethodDeclarations.h +26 五月 2020 | 00:52:17,739 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183.h +26 五月 2020 | 00:52:17,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068.h +26 五月 2020 | 00:52:17,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183MethodDeclarations.h +26 五月 2020 | 00:52:17,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068MethodDeclarations.h +26 五月 2020 | 00:52:17,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170.h +26 五月 2020 | 00:52:17,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690.h +26 五月 2020 | 00:52:17,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170MethodDeclarations.h +26 五月 2020 | 00:52:17,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690MethodDeclarations.h +26 五月 2020 | 00:52:17,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865.h +26 五月 2020 | 00:52:17,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447.h +26 五月 2020 | 00:52:17,745 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865MethodDeclarations.h +26 五月 2020 | 00:52:17,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447MethodDeclarations.h +26 五月 2020 | 00:52:17,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664.h +26 五月 2020 | 00:52:17,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605.h +26 五月 2020 | 00:52:17,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664MethodDeclarations.h +26 五月 2020 | 00:52:17,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605MethodDeclarations.h +26 五月 2020 | 00:52:17,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437.h +26 五月 2020 | 00:52:17,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287.h +26 五月 2020 | 00:52:17,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195MethodDeclarations.h +26 五月 2020 | 00:52:17,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437MethodDeclarations.h +26 五月 2020 | 00:52:17,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984.h +26 五月 2020 | 00:52:17,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538.h +26 五月 2020 | 00:52:17,753 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984MethodDeclarations.h +26 五月 2020 | 00:52:17,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930.h +26 五月 2020 | 00:52:17,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930MethodDeclarations.h +26 五月 2020 | 00:52:17,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538MethodDeclarations.h +26 五月 2020 | 00:52:17,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484.h +26 五月 2020 | 00:52:17,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871.h +26 五月 2020 | 00:52:17,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871MethodDeclarations.h +26 五月 2020 | 00:52:17,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096.h +26 五月 2020 | 00:52:17,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287MethodDeclarations.h +26 五月 2020 | 00:52:17,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096MethodDeclarations.h +26 五月 2020 | 00:52:17,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097.h +26 五月 2020 | 00:52:17,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498.h +26 五月 2020 | 00:52:17,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498MethodDeclarations.h +26 五月 2020 | 00:52:17,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097MethodDeclarations.h +26 五月 2020 | 00:52:17,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484MethodDeclarations.h +26 五月 2020 | 00:52:17,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098.h +26 五月 2020 | 00:52:17,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347.h +26 五月 2020 | 00:52:17,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098MethodDeclarations.h +26 五月 2020 | 00:52:17,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347MethodDeclarations.h +26 五月 2020 | 00:52:17,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732.h +26 五月 2020 | 00:52:17,768 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455.h +26 五月 2020 | 00:52:17,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732MethodDeclarations.h +26 五月 2020 | 00:52:17,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455MethodDeclarations.h +26 五月 2020 | 00:52:17,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669.h +26 五月 2020 | 00:52:17,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057.h +26 五月 2020 | 00:52:17,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209.h +26 五月 2020 | 00:52:17,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209MethodDeclarations.h +26 五月 2020 | 00:52:17,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057MethodDeclarations.h +26 五月 2020 | 00:52:17,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271.h +26 五月 2020 | 00:52:17,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268.h +26 五月 2020 | 00:52:17,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271MethodDeclarations.h +26 五月 2020 | 00:52:17,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268MethodDeclarations.h +26 五月 2020 | 00:52:17,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680.h +26 五月 2020 | 00:52:17,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592.h +26 五月 2020 | 00:52:17,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680MethodDeclarations.h +26 五月 2020 | 00:52:17,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592MethodDeclarations.h +26 五月 2020 | 00:52:17,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149.h +26 五月 2020 | 00:52:17,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750.h +26 五月 2020 | 00:52:17,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149MethodDeclarations.h +26 五月 2020 | 00:52:17,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376.h +26 五月 2020 | 00:52:17,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669MethodDeclarations.h +26 五月 2020 | 00:52:17,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376MethodDeclarations.h +26 五月 2020 | 00:52:17,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750MethodDeclarations.h +26 五月 2020 | 00:52:17,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139.h +26 五月 2020 | 00:52:17,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226.h +26 五月 2020 | 00:52:17,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087.h +26 五月 2020 | 00:52:17,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139MethodDeclarations.h +26 五月 2020 | 00:52:17,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226MethodDeclarations.h +26 五月 2020 | 00:52:17,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087MethodDeclarations.h +26 五月 2020 | 00:52:17,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750.h +26 五月 2020 | 00:52:17,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965.h +26 五月 2020 | 00:52:17,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881.h +26 五月 2020 | 00:52:17,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750MethodDeclarations.h +26 五月 2020 | 00:52:17,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965MethodDeclarations.h +26 五月 2020 | 00:52:17,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881MethodDeclarations.h +26 五月 2020 | 00:52:17,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746.h +26 五月 2020 | 00:52:17,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681.h +26 五月 2020 | 00:52:17,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449.h +26 五月 2020 | 00:52:17,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746MethodDeclarations.h +26 五月 2020 | 00:52:17,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449MethodDeclarations.h +26 五月 2020 | 00:52:17,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681MethodDeclarations.h +26 五月 2020 | 00:52:17,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601.h +26 五月 2020 | 00:52:17,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550.h +26 五月 2020 | 00:52:17,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673.h +26 五月 2020 | 00:52:17,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601MethodDeclarations.h +26 五月 2020 | 00:52:17,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550MethodDeclarations.h +26 五月 2020 | 00:52:17,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673MethodDeclarations.h +26 五月 2020 | 00:52:17,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801.h +26 五月 2020 | 00:52:17,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195.h +26 五月 2020 | 00:52:17,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841.h +26 五月 2020 | 00:52:17,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801MethodDeclarations.h +26 五月 2020 | 00:52:17,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841MethodDeclarations.h +26 五月 2020 | 00:52:17,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513.h +26 五月 2020 | 00:52:17,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195MethodDeclarations.h +26 五月 2020 | 00:52:17,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469.h +26 五月 2020 | 00:52:17,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513MethodDeclarations.h +26 五月 2020 | 00:52:17,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538.h +26 五月 2020 | 00:52:17,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469MethodDeclarations.h +26 五月 2020 | 00:52:17,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849.h +26 五月 2020 | 00:52:17,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181.h +26 五月 2020 | 00:52:17,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849MethodDeclarations.h +26 五月 2020 | 00:52:17,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181MethodDeclarations.h +26 五月 2020 | 00:52:17,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655.h +26 五月 2020 | 00:52:17,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538MethodDeclarations.h +26 五月 2020 | 00:52:17,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655MethodDeclarations.h +26 五月 2020 | 00:52:17,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222.h +26 五月 2020 | 00:52:17,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871.h +26 五月 2020 | 00:52:17,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222MethodDeclarations.h +26 五月 2020 | 00:52:17,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229.h +26 五月 2020 | 00:52:17,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871MethodDeclarations.h +26 五月 2020 | 00:52:17,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066.h +26 五月 2020 | 00:52:17,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229MethodDeclarations.h +26 五月 2020 | 00:52:17,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096.h +26 五月 2020 | 00:52:17,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066MethodDeclarations.h +26 五月 2020 | 00:52:17,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096MethodDeclarations.h +26 五月 2020 | 00:52:17,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314.h +26 五月 2020 | 00:52:17,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097.h +26 五月 2020 | 00:52:17,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314MethodDeclarations.h +26 五月 2020 | 00:52:17,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135.h +26 五月 2020 | 00:52:17,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097MethodDeclarations.h +26 五月 2020 | 00:52:17,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411.h +26 五月 2020 | 00:52:17,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135MethodDeclarations.h +26 五月 2020 | 00:52:17,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098.h +26 五月 2020 | 00:52:17,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411MethodDeclarations.h +26 五月 2020 | 00:52:17,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348.h +26 五月 2020 | 00:52:17,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098MethodDeclarations.h +26 五月 2020 | 00:52:17,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412.h +26 五月 2020 | 00:52:17,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348MethodDeclarations.h +26 五月 2020 | 00:52:17,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717.h +26 五月 2020 | 00:52:17,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412MethodDeclarations.h +26 五月 2020 | 00:52:17,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732.h +26 五月 2020 | 00:52:17,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413.h +26 五月 2020 | 00:52:17,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717MethodDeclarations.h +26 五月 2020 | 00:52:17,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732MethodDeclarations.h +26 五月 2020 | 00:52:17,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413MethodDeclarations.h +26 五月 2020 | 00:52:17,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912.h +26 五月 2020 | 00:52:17,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669.h +26 五月 2020 | 00:52:17,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080.h +26 五月 2020 | 00:52:17,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912MethodDeclarations.h +26 五月 2020 | 00:52:17,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080MethodDeclarations.h +26 五月 2020 | 00:52:17,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741.h +26 五月 2020 | 00:52:17,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669MethodDeclarations.h +26 五月 2020 | 00:52:17,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871.h +26 五月 2020 | 00:52:17,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139.h +26 五月 2020 | 00:52:17,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741MethodDeclarations.h +26 五月 2020 | 00:52:17,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871MethodDeclarations.h +26 五月 2020 | 00:52:17,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139MethodDeclarations.h +26 五月 2020 | 00:52:17,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126.h +26 五月 2020 | 00:52:17,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750.h +26 五月 2020 | 00:52:17,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750MethodDeclarations.h +26 五月 2020 | 00:52:17,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126MethodDeclarations.h +26 五月 2020 | 00:52:17,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746.h +26 五月 2020 | 00:52:17,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746MethodDeclarations.h +26 五月 2020 | 00:52:17,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601.h +26 五月 2020 | 00:52:17,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601MethodDeclarations.h +26 五月 2020 | 00:52:17,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938.h +26 五月 2020 | 00:52:17,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801.h +26 五月 2020 | 00:52:17,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938MethodDeclarations.h +26 五月 2020 | 00:52:17,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801MethodDeclarations.h +26 五月 2020 | 00:52:17,845 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914.h +26 五月 2020 | 00:52:17,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513.h +26 五月 2020 | 00:52:17,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914MethodDeclarations.h +26 五月 2020 | 00:52:17,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513MethodDeclarations.h +26 五月 2020 | 00:52:17,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248.h +26 五月 2020 | 00:52:17,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341.h +26 五月 2020 | 00:52:17,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849.h +26 五月 2020 | 00:52:17,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248MethodDeclarations.h +26 五月 2020 | 00:52:17,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341MethodDeclarations.h +26 五月 2020 | 00:52:17,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849MethodDeclarations.h +26 五月 2020 | 00:52:17,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475.h +26 五月 2020 | 00:52:17,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655.h +26 五月 2020 | 00:52:17,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239.h +26 五月 2020 | 00:52:17,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655MethodDeclarations.h +26 五月 2020 | 00:52:17,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239MethodDeclarations.h +26 五月 2020 | 00:52:17,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945.h +26 五月 2020 | 00:52:17,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945MethodDeclarations.h +26 五月 2020 | 00:52:17,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110.h +26 五月 2020 | 00:52:17,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110MethodDeclarations.h +26 五月 2020 | 00:52:17,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017.h +26 五月 2020 | 00:52:17,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017MethodDeclarations.h +26 五月 2020 | 00:52:17,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109.h +26 五月 2020 | 00:52:17,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109MethodDeclarations.h +26 五月 2020 | 00:52:17,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167.h +26 五月 2020 | 00:52:17,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167MethodDeclarations.h +26 五月 2020 | 00:52:17,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448.h +26 五月 2020 | 00:52:17,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448MethodDeclarations.h +26 五月 2020 | 00:52:17,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812.h +26 五月 2020 | 00:52:17,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229.h +26 五月 2020 | 00:52:17,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812MethodDeclarations.h +26 五月 2020 | 00:52:17,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229MethodDeclarations.h +26 五月 2020 | 00:52:17,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679.h +26 五月 2020 | 00:52:17,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679MethodDeclarations.h +26 五月 2020 | 00:52:17,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485.h +26 五月 2020 | 00:52:17,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135.h +26 五月 2020 | 00:52:17,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485MethodDeclarations.h +26 五月 2020 | 00:52:17,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135MethodDeclarations.h +26 五月 2020 | 00:52:17,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902.h +26 五月 2020 | 00:52:17,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348.h +26 五月 2020 | 00:52:17,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475MethodDeclarations.h +26 五月 2020 | 00:52:17,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902MethodDeclarations.h +26 五月 2020 | 00:52:17,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348MethodDeclarations.h +26 五月 2020 | 00:52:17,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246.h +26 五月 2020 | 00:52:17,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959.h +26 五月 2020 | 00:52:17,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717.h +26 五月 2020 | 00:52:17,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246MethodDeclarations.h +26 五月 2020 | 00:52:17,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959MethodDeclarations.h +26 五月 2020 | 00:52:17,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717MethodDeclarations.h +26 五月 2020 | 00:52:17,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583.h +26 五月 2020 | 00:52:17,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543.h +26 五月 2020 | 00:52:17,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912.h +26 五月 2020 | 00:52:17,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583MethodDeclarations.h +26 五月 2020 | 00:52:17,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543MethodDeclarations.h +26 五月 2020 | 00:52:17,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454.h +26 五月 2020 | 00:52:17,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186.h +26 五月 2020 | 00:52:17,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454MethodDeclarations.h +26 五月 2020 | 00:52:17,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186MethodDeclarations.h +26 五月 2020 | 00:52:17,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863.h +26 五月 2020 | 00:52:17,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912MethodDeclarations.h +26 五月 2020 | 00:52:17,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792.h +26 五月 2020 | 00:52:17,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863MethodDeclarations.h +26 五月 2020 | 00:52:17,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741.h +26 五月 2020 | 00:52:17,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792MethodDeclarations.h +26 五月 2020 | 00:52:17,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741MethodDeclarations.h +26 五月 2020 | 00:52:17,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629.h +26 五月 2020 | 00:52:17,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126.h +26 五月 2020 | 00:52:17,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126MethodDeclarations.h +26 五月 2020 | 00:52:17,905 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629MethodDeclarations.h +26 五月 2020 | 00:52:17,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341.h +26 五月 2020 | 00:52:17,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248.h +26 五月 2020 | 00:52:17,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594.h +26 五月 2020 | 00:52:17,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341MethodDeclarations.h +26 五月 2020 | 00:52:17,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248MethodDeclarations.h +26 五月 2020 | 00:52:17,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594MethodDeclarations.h +26 五月 2020 | 00:52:17,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239.h +26 五月 2020 | 00:52:17,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431.h +26 五月 2020 | 00:52:17,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056.h +26 五月 2020 | 00:52:17,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239MethodDeclarations.h +26 五月 2020 | 00:52:17,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431MethodDeclarations.h +26 五月 2020 | 00:52:17,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056MethodDeclarations.h +26 五月 2020 | 00:52:17,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520.h +26 五月 2020 | 00:52:17,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945.h +26 五月 2020 | 00:52:17,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653.h +26 五月 2020 | 00:52:17,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520MethodDeclarations.h +26 五月 2020 | 00:52:17,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653MethodDeclarations.h +26 五月 2020 | 00:52:17,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011.h +26 五月 2020 | 00:52:17,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284.h +26 五月 2020 | 00:52:17,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011MethodDeclarations.h +26 五月 2020 | 00:52:17,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284MethodDeclarations.h +26 五月 2020 | 00:52:17,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035.h +26 五月 2020 | 00:52:17,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945MethodDeclarations.h +26 五月 2020 | 00:52:17,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035MethodDeclarations.h +26 五月 2020 | 00:52:17,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554.h +26 五月 2020 | 00:52:17,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110.h +26 五月 2020 | 00:52:17,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554MethodDeclarations.h +26 五月 2020 | 00:52:17,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837.h +26 五月 2020 | 00:52:17,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110MethodDeclarations.h +26 五月 2020 | 00:52:17,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863.h +26 五月 2020 | 00:52:17,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017.h +26 五月 2020 | 00:52:17,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837MethodDeclarations.h +26 五月 2020 | 00:52:17,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017MethodDeclarations.h +26 五月 2020 | 00:52:17,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863MethodDeclarations.h +26 五月 2020 | 00:52:17,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128.h +26 五月 2020 | 00:52:17,930 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109.h +26 五月 2020 | 00:52:17,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677.h +26 五月 2020 | 00:52:17,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128MethodDeclarations.h +26 五月 2020 | 00:52:17,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109MethodDeclarations.h +26 五月 2020 | 00:52:17,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677MethodDeclarations.h +26 五月 2020 | 00:52:17,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662.h +26 五月 2020 | 00:52:17,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167.h +26 五月 2020 | 00:52:17,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167MethodDeclarations.h +26 五月 2020 | 00:52:17,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662MethodDeclarations.h +26 五月 2020 | 00:52:17,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158.h +26 五月 2020 | 00:52:17,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665.h +26 五月 2020 | 00:52:17,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448.h +26 五月 2020 | 00:52:17,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158MethodDeclarations.h +26 五月 2020 | 00:52:17,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665MethodDeclarations.h +26 五月 2020 | 00:52:17,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448MethodDeclarations.h +26 五月 2020 | 00:52:17,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220.h +26 五月 2020 | 00:52:17,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746.h +26 五月 2020 | 00:52:17,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220MethodDeclarations.h +26 五月 2020 | 00:52:17,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812.h +26 五月 2020 | 00:52:17,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746MethodDeclarations.h +26 五月 2020 | 00:52:17,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065.h +26 五月 2020 | 00:52:17,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812MethodDeclarations.h +26 五月 2020 | 00:52:17,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282.h +26 五月 2020 | 00:52:17,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065MethodDeclarations.h +26 五月 2020 | 00:52:17,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282MethodDeclarations.h +26 五月 2020 | 00:52:17,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679.h +26 五月 2020 | 00:52:17,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167.h +26 五月 2020 | 00:52:17,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396.h +26 五月 2020 | 00:52:17,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679MethodDeclarations.h +26 五月 2020 | 00:52:17,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167MethodDeclarations.h +26 五月 2020 | 00:52:17,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485.h +26 五月 2020 | 00:52:17,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396MethodDeclarations.h +26 五月 2020 | 00:52:17,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780.h +26 五月 2020 | 00:52:17,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485MethodDeclarations.h +26 五月 2020 | 00:52:17,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780MethodDeclarations.h +26 五月 2020 | 00:52:17,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681.h +26 五月 2020 | 00:52:17,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902.h +26 五月 2020 | 00:52:17,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902MethodDeclarations.h +26 五月 2020 | 00:52:17,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640.h +26 五月 2020 | 00:52:17,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246.h +26 五月 2020 | 00:52:17,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246MethodDeclarations.h +26 五月 2020 | 00:52:17,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583.h +26 五月 2020 | 00:52:17,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583MethodDeclarations.h +26 五月 2020 | 00:52:17,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454.h +26 五月 2020 | 00:52:17,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454MethodDeclarations.h +26 五月 2020 | 00:52:17,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863.h +26 五月 2020 | 00:52:17,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863MethodDeclarations.h +26 五月 2020 | 00:52:17,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640MethodDeclarations.h +26 五月 2020 | 00:52:17,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293.h +26 五月 2020 | 00:52:17,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293MethodDeclarations.h +26 五月 2020 | 00:52:17,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338.h +26 五月 2020 | 00:52:17,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341.h +26 五月 2020 | 00:52:17,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681MethodDeclarations.h +26 五月 2020 | 00:52:17,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338MethodDeclarations.h +26 五月 2020 | 00:52:17,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535.h +26 五月 2020 | 00:52:17,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341MethodDeclarations.h +26 五月 2020 | 00:52:17,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269.h +26 五月 2020 | 00:52:17,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535MethodDeclarations.h +26 五月 2020 | 00:52:17,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431.h +26 五月 2020 | 00:52:17,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269MethodDeclarations.h +26 五月 2020 | 00:52:17,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743.h +26 五月 2020 | 00:52:17,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431MethodDeclarations.h +26 五月 2020 | 00:52:17,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394.h +26 五月 2020 | 00:52:17,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743MethodDeclarations.h +26 五月 2020 | 00:52:17,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520.h +26 五月 2020 | 00:52:17,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394MethodDeclarations.h +26 五月 2020 | 00:52:17,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516.h +26 五月 2020 | 00:52:17,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520MethodDeclarations.h +26 五月 2020 | 00:52:17,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516MethodDeclarations.h +26 五月 2020 | 00:52:17,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011.h +26 五月 2020 | 00:52:17,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986.h +26 五月 2020 | 00:52:17,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575.h +26 五月 2020 | 00:52:17,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011MethodDeclarations.h +26 五月 2020 | 00:52:17,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575MethodDeclarations.h +26 五月 2020 | 00:52:17,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986MethodDeclarations.h +26 五月 2020 | 00:52:17,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863.h +26 五月 2020 | 00:52:17,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013.h +26 五月 2020 | 00:52:17,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863MethodDeclarations.h +26 五月 2020 | 00:52:17,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677.h +26 五月 2020 | 00:52:17,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578.h +26 五月 2020 | 00:52:17,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013MethodDeclarations.h +26 五月 2020 | 00:52:18,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677MethodDeclarations.h +26 五月 2020 | 00:52:18,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578MethodDeclarations.h +26 五月 2020 | 00:52:18,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205.h +26 五月 2020 | 00:52:18,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158.h +26 五月 2020 | 00:52:18,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653.h +26 五月 2020 | 00:52:18,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205MethodDeclarations.h +26 五月 2020 | 00:52:18,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158MethodDeclarations.h +26 五月 2020 | 00:52:18,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653MethodDeclarations.h +26 五月 2020 | 00:52:18,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017.h +26 五月 2020 | 00:52:18,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220.h +26 五月 2020 | 00:52:18,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266.h +26 五月 2020 | 00:52:18,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017MethodDeclarations.h +26 五月 2020 | 00:52:18,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220MethodDeclarations.h +26 五月 2020 | 00:52:18,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431.h +26 五月 2020 | 00:52:18,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065.h +26 五月 2020 | 00:52:18,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431MethodDeclarations.h +26 五月 2020 | 00:52:18,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065MethodDeclarations.h +26 五月 2020 | 00:52:18,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167.h +26 五月 2020 | 00:52:18,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167MethodDeclarations.h +26 五月 2020 | 00:52:18,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816.h +26 五月 2020 | 00:52:18,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780.h +26 五月 2020 | 00:52:18,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816MethodDeclarations.h +26 五月 2020 | 00:52:18,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780MethodDeclarations.h +26 五月 2020 | 00:52:18,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638.h +26 五月 2020 | 00:52:18,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266MethodDeclarations.h +26 五月 2020 | 00:52:18,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638MethodDeclarations.h +26 五月 2020 | 00:52:18,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640.h +26 五月 2020 | 00:52:18,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928.h +26 五月 2020 | 00:52:18,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530.h +26 五月 2020 | 00:52:18,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640MethodDeclarations.h +26 五月 2020 | 00:52:18,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928MethodDeclarations.h +26 五月 2020 | 00:52:18,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530MethodDeclarations.h +26 五月 2020 | 00:52:18,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835.h +26 五月 2020 | 00:52:18,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293.h +26 五月 2020 | 00:52:18,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363.h +26 五月 2020 | 00:52:18,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835MethodDeclarations.h +26 五月 2020 | 00:52:18,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293MethodDeclarations.h +26 五月 2020 | 00:52:18,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363MethodDeclarations.h +26 五月 2020 | 00:52:18,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855.h +26 五月 2020 | 00:52:18,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338.h +26 五月 2020 | 00:52:18,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630.h +26 五月 2020 | 00:52:18,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855MethodDeclarations.h +26 五月 2020 | 00:52:18,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338MethodDeclarations.h +26 五月 2020 | 00:52:18,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630MethodDeclarations.h +26 五月 2020 | 00:52:18,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165.h +26 五月 2020 | 00:52:18,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269.h +26 五月 2020 | 00:52:18,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358.h +26 五月 2020 | 00:52:18,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165MethodDeclarations.h +26 五月 2020 | 00:52:18,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269MethodDeclarations.h +26 五月 2020 | 00:52:18,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358MethodDeclarations.h +26 五月 2020 | 00:52:18,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909.h +26 五月 2020 | 00:52:18,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394.h +26 五月 2020 | 00:52:18,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924.h +26 五月 2020 | 00:52:18,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909MethodDeclarations.h +26 五月 2020 | 00:52:18,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394MethodDeclarations.h +26 五月 2020 | 00:52:18,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924MethodDeclarations.h +26 五月 2020 | 00:52:18,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739.h +26 五月 2020 | 00:52:18,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489.h +26 五月 2020 | 00:52:18,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575.h +26 五月 2020 | 00:52:18,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575MethodDeclarations.h +26 五月 2020 | 00:52:18,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489MethodDeclarations.h +26 五月 2020 | 00:52:18,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739MethodDeclarations.h +26 五月 2020 | 00:52:18,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597.h +26 五月 2020 | 00:52:18,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013.h +26 五月 2020 | 00:52:18,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301.h +26 五月 2020 | 00:52:18,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597MethodDeclarations.h +26 五月 2020 | 00:52:18,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013MethodDeclarations.h +26 五月 2020 | 00:52:18,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021.h +26 五月 2020 | 00:52:18,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301MethodDeclarations.h +26 五月 2020 | 00:52:18,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205.h +26 五月 2020 | 00:52:18,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021MethodDeclarations.h +26 五月 2020 | 00:52:18,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832.h +26 五月 2020 | 00:52:18,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205MethodDeclarations.h +26 五月 2020 | 00:52:18,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124.h +26 五月 2020 | 00:52:18,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832MethodDeclarations.h +26 五月 2020 | 00:52:18,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017.h +26 五月 2020 | 00:52:18,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651.h +26 五月 2020 | 00:52:18,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017MethodDeclarations.h +26 五月 2020 | 00:52:18,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651MethodDeclarations.h +26 五月 2020 | 00:52:18,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431.h +26 五月 2020 | 00:52:18,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065.h +26 五月 2020 | 00:52:18,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431MethodDeclarations.h +26 五月 2020 | 00:52:18,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065MethodDeclarations.h +26 五月 2020 | 00:52:18,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816.h +26 五月 2020 | 00:52:18,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143.h +26 五月 2020 | 00:52:18,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816MethodDeclarations.h +26 五月 2020 | 00:52:18,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143MethodDeclarations.h +26 五月 2020 | 00:52:18,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638.h +26 五月 2020 | 00:52:18,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124MethodDeclarations.h +26 五月 2020 | 00:52:18,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953.h +26 五月 2020 | 00:52:18,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638MethodDeclarations.h +26 五月 2020 | 00:52:18,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953MethodDeclarations.h +26 五月 2020 | 00:52:18,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530.h +26 五月 2020 | 00:52:18,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530MethodDeclarations.h +26 五月 2020 | 00:52:18,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835.h +26 五月 2020 | 00:52:18,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835MethodDeclarations.h +26 五月 2020 | 00:52:18,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855.h +26 五月 2020 | 00:52:18,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245.h +26 五月 2020 | 00:52:18,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855MethodDeclarations.h +26 五月 2020 | 00:52:18,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245MethodDeclarations.h +26 五月 2020 | 00:52:18,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111.h +26 五月 2020 | 00:52:18,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165.h +26 五月 2020 | 00:52:18,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111MethodDeclarations.h +26 五月 2020 | 00:52:18,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165MethodDeclarations.h +26 五月 2020 | 00:52:18,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077.h +26 五月 2020 | 00:52:18,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909.h +26 五月 2020 | 00:52:18,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292.h +26 五月 2020 | 00:52:18,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077MethodDeclarations.h +26 五月 2020 | 00:52:18,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909MethodDeclarations.h +26 五月 2020 | 00:52:18,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292MethodDeclarations.h +26 五月 2020 | 00:52:18,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182.h +26 五月 2020 | 00:52:18,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739.h +26 五月 2020 | 00:52:18,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183.h +26 五月 2020 | 00:52:18,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182MethodDeclarations.h +26 五月 2020 | 00:52:18,244 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080.h +26 五月 2020 | 00:52:18,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183MethodDeclarations.h +26 五月 2020 | 00:52:18,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080MethodDeclarations.h +26 五月 2020 | 00:52:18,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170.h +26 五月 2020 | 00:52:18,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027.h +26 五月 2020 | 00:52:18,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170MethodDeclarations.h +26 五月 2020 | 00:52:18,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865.h +26 五月 2020 | 00:52:18,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865MethodDeclarations.h +26 五月 2020 | 00:52:18,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664.h +26 五月 2020 | 00:52:18,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027MethodDeclarations.h +26 五月 2020 | 00:52:18,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664MethodDeclarations.h +26 五月 2020 | 00:52:18,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865.h +26 五月 2020 | 00:52:18,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437.h +26 五月 2020 | 00:52:18,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865MethodDeclarations.h +26 五月 2020 | 00:52:18,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437MethodDeclarations.h +26 五月 2020 | 00:52:18,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813.h +26 五月 2020 | 00:52:18,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984.h +26 五月 2020 | 00:52:18,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739MethodDeclarations.h +26 五月 2020 | 00:52:18,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813MethodDeclarations.h +26 五月 2020 | 00:52:18,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984MethodDeclarations.h +26 五月 2020 | 00:52:18,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930.h +26 五月 2020 | 00:52:18,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930MethodDeclarations.h +26 五月 2020 | 00:52:18,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484.h +26 五月 2020 | 00:52:18,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301.h +26 五月 2020 | 00:52:18,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733.h +26 五月 2020 | 00:52:18,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733MethodDeclarations.h +26 五月 2020 | 00:52:18,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484MethodDeclarations.h +26 五月 2020 | 00:52:18,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837.h +26 五月 2020 | 00:52:18,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301MethodDeclarations.h +26 五月 2020 | 00:52:18,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347.h +26 五月 2020 | 00:52:18,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837MethodDeclarations.h +26 五月 2020 | 00:52:18,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832.h +26 五月 2020 | 00:52:18,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347MethodDeclarations.h +26 五月 2020 | 00:52:18,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939.h +26 五月 2020 | 00:52:18,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832MethodDeclarations.h +26 五月 2020 | 00:52:18,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939MethodDeclarations.h +26 五月 2020 | 00:52:18,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651.h +26 五月 2020 | 00:52:18,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455.h +26 五月 2020 | 00:52:18,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216.h +26 五月 2020 | 00:52:18,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455MethodDeclarations.h +26 五月 2020 | 00:52:18,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651MethodDeclarations.h +26 五月 2020 | 00:52:18,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057.h +26 五月 2020 | 00:52:18,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216MethodDeclarations.h +26 五月 2020 | 00:52:18,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057MethodDeclarations.h +26 五月 2020 | 00:52:18,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065.h +26 五月 2020 | 00:52:18,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268.h +26 五月 2020 | 00:52:18,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065MethodDeclarations.h +26 五月 2020 | 00:52:18,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268MethodDeclarations.h +26 五月 2020 | 00:52:18,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143.h +26 五月 2020 | 00:52:18,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592.h +26 五月 2020 | 00:52:18,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143MethodDeclarations.h +26 五月 2020 | 00:52:18,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592MethodDeclarations.h +26 五月 2020 | 00:52:18,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953.h +26 五月 2020 | 00:52:18,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374.h +26 五月 2020 | 00:52:18,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750.h +26 五月 2020 | 00:52:18,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953MethodDeclarations.h +26 五月 2020 | 00:52:18,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374MethodDeclarations.h +26 五月 2020 | 00:52:18,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750MethodDeclarations.h +26 五月 2020 | 00:52:18,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907.h +26 五月 2020 | 00:52:18,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245.h +26 五月 2020 | 00:52:18,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226.h +26 五月 2020 | 00:52:18,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907MethodDeclarations.h +26 五月 2020 | 00:52:18,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245MethodDeclarations.h +26 五月 2020 | 00:52:18,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111.h +26 五月 2020 | 00:52:18,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226MethodDeclarations.h +26 五月 2020 | 00:52:18,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111MethodDeclarations.h +26 五月 2020 | 00:52:18,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073.h +26 五月 2020 | 00:52:18,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965.h +26 五月 2020 | 00:52:18,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073MethodDeclarations.h +26 五月 2020 | 00:52:18,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965MethodDeclarations.h +26 五月 2020 | 00:52:18,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077.h +26 五月 2020 | 00:52:18,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449.h +26 五月 2020 | 00:52:18,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077MethodDeclarations.h +26 五月 2020 | 00:52:18,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280.h +26 五月 2020 | 00:52:18,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449MethodDeclarations.h +26 五月 2020 | 00:52:18,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182.h +26 五月 2020 | 00:52:18,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280MethodDeclarations.h +26 五月 2020 | 00:52:18,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182MethodDeclarations.h +26 五月 2020 | 00:52:18,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550.h +26 五月 2020 | 00:52:18,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764.h +26 五月 2020 | 00:52:18,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080.h +26 五月 2020 | 00:52:18,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550MethodDeclarations.h +26 五月 2020 | 00:52:18,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764MethodDeclarations.h +26 五月 2020 | 00:52:18,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080MethodDeclarations.h +26 五月 2020 | 00:52:18,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195.h +26 五月 2020 | 00:52:18,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248.h +26 五月 2020 | 00:52:18,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027.h +26 五月 2020 | 00:52:18,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248MethodDeclarations.h +26 五月 2020 | 00:52:18,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027MethodDeclarations.h +26 五月 2020 | 00:52:18,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400.h +26 五月 2020 | 00:52:18,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195MethodDeclarations.h +26 五月 2020 | 00:52:18,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865.h +26 五月 2020 | 00:52:18,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400MethodDeclarations.h +26 五月 2020 | 00:52:18,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865MethodDeclarations.h +26 五月 2020 | 00:52:18,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853.h +26 五月 2020 | 00:52:18,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813.h +26 五月 2020 | 00:52:18,447 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538.h +26 五月 2020 | 00:52:18,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853MethodDeclarations.h +26 五月 2020 | 00:52:18,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813MethodDeclarations.h +26 五月 2020 | 00:52:18,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071.h +26 五月 2020 | 00:52:18,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538MethodDeclarations.h +26 五月 2020 | 00:52:18,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071MethodDeclarations.h +26 五月 2020 | 00:52:18,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871.h +26 五月 2020 | 00:52:18,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356.h +26 五月 2020 | 00:52:18,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733.h +26 五月 2020 | 00:52:18,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871MethodDeclarations.h +26 五月 2020 | 00:52:18,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733MethodDeclarations.h +26 五月 2020 | 00:52:18,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356MethodDeclarations.h +26 五月 2020 | 00:52:18,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096.h +26 五月 2020 | 00:52:18,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837.h +26 五月 2020 | 00:52:18,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357.h +26 五月 2020 | 00:52:18,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096MethodDeclarations.h +26 五月 2020 | 00:52:18,456 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837MethodDeclarations.h +26 五月 2020 | 00:52:18,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357MethodDeclarations.h +26 五月 2020 | 00:52:18,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097.h +26 五月 2020 | 00:52:18,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939.h +26 五月 2020 | 00:52:18,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239.h +26 五月 2020 | 00:52:18,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097MethodDeclarations.h +26 五月 2020 | 00:52:18,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939MethodDeclarations.h +26 五月 2020 | 00:52:18,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239MethodDeclarations.h +26 五月 2020 | 00:52:18,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098.h +26 五月 2020 | 00:52:18,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216.h +26 五月 2020 | 00:52:18,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088.h +26 五月 2020 | 00:52:18,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098MethodDeclarations.h +26 五月 2020 | 00:52:18,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088MethodDeclarations.h +26 五月 2020 | 00:52:18,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216MethodDeclarations.h +26 五月 2020 | 00:52:18,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732.h +26 五月 2020 | 00:52:18,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732MethodDeclarations.h +26 五月 2020 | 00:52:18,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669.h +26 五月 2020 | 00:52:18,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669MethodDeclarations.h +26 五月 2020 | 00:52:18,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662.h +26 五月 2020 | 00:52:18,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139.h +26 五月 2020 | 00:52:18,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662MethodDeclarations.h +26 五月 2020 | 00:52:18,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:18,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374.h +26 五月 2020 | 00:52:18,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:18,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203.h +26 五月 2020 | 00:52:18,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374MethodDeclarations.h +26 五月 2020 | 00:52:18,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907.h +26 五月 2020 | 00:52:18,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203MethodDeclarations.h +26 五月 2020 | 00:52:18,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907MethodDeclarations.h +26 五月 2020 | 00:52:18,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465.h +26 五月 2020 | 00:52:18,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073.h +26 五月 2020 | 00:52:18,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465MethodDeclarations.h +26 五月 2020 | 00:52:18,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073MethodDeclarations.h +26 五月 2020 | 00:52:18,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648.h +26 五月 2020 | 00:52:18,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280.h +26 五月 2020 | 00:52:18,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648MethodDeclarations.h +26 五月 2020 | 00:52:18,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139MethodDeclarations.h +26 五月 2020 | 00:52:18,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280MethodDeclarations.h +26 五月 2020 | 00:52:18,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750.h +26 五月 2020 | 00:52:18,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764.h +26 五月 2020 | 00:52:18,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750MethodDeclarations.h +26 五月 2020 | 00:52:18,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764MethodDeclarations.h +26 五月 2020 | 00:52:18,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746.h +26 五月 2020 | 00:52:18,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248.h +26 五月 2020 | 00:52:18,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746MethodDeclarations.h +26 五月 2020 | 00:52:18,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248MethodDeclarations.h +26 五月 2020 | 00:52:18,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601.h +26 五月 2020 | 00:52:18,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400.h +26 五月 2020 | 00:52:18,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601MethodDeclarations.h +26 五月 2020 | 00:52:18,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400MethodDeclarations.h +26 五月 2020 | 00:52:18,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801.h +26 五月 2020 | 00:52:18,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461.h +26 五月 2020 | 00:52:18,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853.h +26 五月 2020 | 00:52:18,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801MethodDeclarations.h +26 五月 2020 | 00:52:18,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461MethodDeclarations.h +26 五月 2020 | 00:52:18,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513.h +26 五月 2020 | 00:52:18,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:18,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:18,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513MethodDeclarations.h +26 五月 2020 | 00:52:18,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853MethodDeclarations.h +26 五月 2020 | 00:52:18,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:18,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849.h +26 五月 2020 | 00:52:18,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:18,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071.h +26 五月 2020 | 00:52:18,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849MethodDeclarations.h +26 五月 2020 | 00:52:18,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954.h +26 五月 2020 | 00:52:18,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954MethodDeclarations.h +26 五月 2020 | 00:52:18,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655.h +26 五月 2020 | 00:52:18,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071MethodDeclarations.h +26 五月 2020 | 00:52:18,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655MethodDeclarations.h +26 五月 2020 | 00:52:18,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894.h +26 五月 2020 | 00:52:18,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356.h +26 五月 2020 | 00:52:18,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894MethodDeclarations.h +26 五月 2020 | 00:52:18,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229.h +26 五月 2020 | 00:52:18,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915.h +26 五月 2020 | 00:52:18,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915MethodDeclarations.h +26 五月 2020 | 00:52:18,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229MethodDeclarations.h +26 五月 2020 | 00:52:18,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356MethodDeclarations.h +26 五月 2020 | 00:52:18,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562.h +26 五月 2020 | 00:52:18,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562MethodDeclarations.h +26 五月 2020 | 00:52:18,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135.h +26 五月 2020 | 00:52:18,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357.h +26 五月 2020 | 00:52:18,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135MethodDeclarations.h +26 五月 2020 | 00:52:18,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Locale4255929014.h +26 五月 2020 | 00:52:18,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348.h +26 五月 2020 | 00:52:18,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357MethodDeclarations.h +26 五月 2020 | 00:52:18,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:18,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239.h +26 五月 2020 | 00:52:18,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288.h +26 五月 2020 | 00:52:18,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348MethodDeclarations.h +26 五月 2020 | 00:52:18,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239MethodDeclarations.h +26 五月 2020 | 00:52:18,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288MethodDeclarations.h +26 五月 2020 | 00:52:18,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717.h +26 五月 2020 | 00:52:18,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088.h +26 五月 2020 | 00:52:18,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088MethodDeclarations.h +26 五月 2020 | 00:52:18,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208.h +26 五月 2020 | 00:52:18,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662.h +26 五月 2020 | 00:52:18,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208MethodDeclarations.h +26 五月 2020 | 00:52:18,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662MethodDeclarations.h +26 五月 2020 | 00:52:18,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296.h +26 五月 2020 | 00:52:18,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717MethodDeclarations.h +26 五月 2020 | 00:52:18,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:18,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296MethodDeclarations.h +26 五月 2020 | 00:52:18,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912.h +26 五月 2020 | 00:52:18,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:18,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240.h +26 五月 2020 | 00:52:18,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912MethodDeclarations.h +26 五月 2020 | 00:52:18,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203.h +26 五月 2020 | 00:52:18,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741.h +26 五月 2020 | 00:52:18,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741MethodDeclarations.h +26 五月 2020 | 00:52:18,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203MethodDeclarations.h +26 五月 2020 | 00:52:18,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126.h +26 五月 2020 | 00:52:18,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465.h +26 五月 2020 | 00:52:18,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240MethodDeclarations.h +26 五月 2020 | 00:52:18,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126MethodDeclarations.h +26 五月 2020 | 00:52:18,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465MethodDeclarations.h +26 五月 2020 | 00:52:18,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578.h +26 五月 2020 | 00:52:18,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578MethodDeclarations.h +26 五月 2020 | 00:52:18,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648.h +26 五月 2020 | 00:52:18,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626.h +26 五月 2020 | 00:52:18,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648MethodDeclarations.h +26 五月 2020 | 00:52:18,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461.h +26 五月 2020 | 00:52:18,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626MethodDeclarations.h +26 五月 2020 | 00:52:18,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461MethodDeclarations.h +26 五月 2020 | 00:52:18,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546.h +26 五月 2020 | 00:52:18,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:18,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546MethodDeclarations.h +26 五月 2020 | 00:52:18,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:18,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634.h +26 五月 2020 | 00:52:18,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:18,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:18,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634MethodDeclarations.h +26 五月 2020 | 00:52:18,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954.h +26 五月 2020 | 00:52:18,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556.h +26 五月 2020 | 00:52:18,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954MethodDeclarations.h +26 五月 2020 | 00:52:18,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556MethodDeclarations.h +26 五月 2020 | 00:52:18,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894.h +26 五月 2020 | 00:52:18,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894MethodDeclarations.h +26 五月 2020 | 00:52:18,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604.h +26 五月 2020 | 00:52:18,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915.h +26 五月 2020 | 00:52:18,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604MethodDeclarations.h +26 五月 2020 | 00:52:18,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915MethodDeclarations.h +26 五月 2020 | 00:52:18,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524.h +26 五月 2020 | 00:52:18,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562.h +26 五月 2020 | 00:52:18,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562MethodDeclarations.h +26 五月 2020 | 00:52:18,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524MethodDeclarations.h +26 五月 2020 | 00:52:18,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Locale4255929014.h +26 五月 2020 | 00:52:18,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612.h +26 五月 2020 | 00:52:18,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:18,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612MethodDeclarations.h +26 五月 2020 | 00:52:18,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248.h +26 五月 2020 | 00:52:18,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952.h +26 五月 2020 | 00:52:18,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248MethodDeclarations.h +26 五月 2020 | 00:52:18,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952MethodDeclarations.h +26 五月 2020 | 00:52:18,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239.h +26 五月 2020 | 00:52:18,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551.h +26 五月 2020 | 00:52:18,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288.h +26 五月 2020 | 00:52:18,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239MethodDeclarations.h +26 五月 2020 | 00:52:18,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551MethodDeclarations.h +26 五月 2020 | 00:52:18,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288MethodDeclarations.h +26 五月 2020 | 00:52:18,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945.h +26 五月 2020 | 00:52:18,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179.h +26 五月 2020 | 00:52:18,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208.h +26 五月 2020 | 00:52:18,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945MethodDeclarations.h +26 五月 2020 | 00:52:18,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208MethodDeclarations.h +26 五月 2020 | 00:52:18,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110.h +26 五月 2020 | 00:52:18,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296.h +26 五月 2020 | 00:52:18,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110MethodDeclarations.h +26 五月 2020 | 00:52:18,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296MethodDeclarations.h +26 五月 2020 | 00:52:18,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017.h +26 五月 2020 | 00:52:18,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017MethodDeclarations.h +26 五月 2020 | 00:52:18,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240.h +26 五月 2020 | 00:52:18,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109.h +26 五月 2020 | 00:52:18,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240MethodDeclarations.h +26 五月 2020 | 00:52:18,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109MethodDeclarations.h +26 五月 2020 | 00:52:18,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578.h +26 五月 2020 | 00:52:18,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179MethodDeclarations.h +26 五月 2020 | 00:52:18,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167.h +26 五月 2020 | 00:52:18,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578MethodDeclarations.h +26 五月 2020 | 00:52:18,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914.h +26 五月 2020 | 00:52:18,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167MethodDeclarations.h +26 五月 2020 | 00:52:18,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626.h +26 五月 2020 | 00:52:18,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914MethodDeclarations.h +26 五月 2020 | 00:52:18,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448.h +26 五月 2020 | 00:52:18,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626MethodDeclarations.h +26 五月 2020 | 00:52:18,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291.h +26 五月 2020 | 00:52:18,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448MethodDeclarations.h +26 五月 2020 | 00:52:18,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546.h +26 五月 2020 | 00:52:18,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812.h +26 五月 2020 | 00:52:18,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291MethodDeclarations.h +26 五月 2020 | 00:52:18,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546MethodDeclarations.h +26 五月 2020 | 00:52:18,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559.h +26 五月 2020 | 00:52:18,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812MethodDeclarations.h +26 五月 2020 | 00:52:18,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634.h +26 五月 2020 | 00:52:18,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559MethodDeclarations.h +26 五月 2020 | 00:52:18,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679.h +26 五月 2020 | 00:52:18,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634MethodDeclarations.h +26 五月 2020 | 00:52:18,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210.h +26 五月 2020 | 00:52:18,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679MethodDeclarations.h +26 五月 2020 | 00:52:18,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556.h +26 五月 2020 | 00:52:18,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210MethodDeclarations.h +26 五月 2020 | 00:52:18,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485.h +26 五月 2020 | 00:52:18,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556MethodDeclarations.h +26 五月 2020 | 00:52:18,599 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667.h +26 五月 2020 | 00:52:18,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485MethodDeclarations.h +26 五月 2020 | 00:52:18,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667MethodDeclarations.h +26 五月 2020 | 00:52:18,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604.h +26 五月 2020 | 00:52:18,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902.h +26 五月 2020 | 00:52:18,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049.h +26 五月 2020 | 00:52:18,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604MethodDeclarations.h +26 五月 2020 | 00:52:18,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902MethodDeclarations.h +26 五月 2020 | 00:52:18,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049MethodDeclarations.h +26 五月 2020 | 00:52:18,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524.h +26 五月 2020 | 00:52:18,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246.h +26 五月 2020 | 00:52:18,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246MethodDeclarations.h +26 五月 2020 | 00:52:18,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583.h +26 五月 2020 | 00:52:18,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583MethodDeclarations.h +26 五月 2020 | 00:52:18,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524MethodDeclarations.h +26 五月 2020 | 00:52:18,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834.h +26 五月 2020 | 00:52:18,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612.h +26 五月 2020 | 00:52:18,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834MethodDeclarations.h +26 五月 2020 | 00:52:18,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454.h +26 五月 2020 | 00:52:18,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612MethodDeclarations.h +26 五月 2020 | 00:52:18,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454MethodDeclarations.h +26 五月 2020 | 00:52:18,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952.h +26 五月 2020 | 00:52:18,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863.h +26 五月 2020 | 00:52:18,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211.h +26 五月 2020 | 00:52:18,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863MethodDeclarations.h +26 五月 2020 | 00:52:18,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952MethodDeclarations.h +26 五月 2020 | 00:52:18,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211MethodDeclarations.h +26 五月 2020 | 00:52:18,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551.h +26 五月 2020 | 00:52:18,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479.h +26 五月 2020 | 00:52:18,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551MethodDeclarations.h +26 五月 2020 | 00:52:18,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479MethodDeclarations.h +26 五月 2020 | 00:52:18,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179.h +26 五月 2020 | 00:52:18,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341.h +26 五月 2020 | 00:52:18,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130.h +26 五月 2020 | 00:52:18,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341MethodDeclarations.h +26 五月 2020 | 00:52:18,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130MethodDeclarations.h +26 五月 2020 | 00:52:18,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431.h +26 五月 2020 | 00:52:18,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587.h +26 五月 2020 | 00:52:18,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431MethodDeclarations.h +26 五月 2020 | 00:52:18,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179MethodDeclarations.h +26 五月 2020 | 00:52:18,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587MethodDeclarations.h +26 五月 2020 | 00:52:18,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969.h +26 五月 2020 | 00:52:18,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520.h +26 五月 2020 | 00:52:18,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969MethodDeclarations.h +26 五月 2020 | 00:52:18,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914.h +26 五月 2020 | 00:52:18,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872.h +26 五月 2020 | 00:52:18,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520MethodDeclarations.h +26 五月 2020 | 00:52:18,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872MethodDeclarations.h +26 五月 2020 | 00:52:18,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011.h +26 五月 2020 | 00:52:18,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471.h +26 五月 2020 | 00:52:18,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011MethodDeclarations.h +26 五月 2020 | 00:52:18,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914MethodDeclarations.h +26 五月 2020 | 00:52:18,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291.h +26 五月 2020 | 00:52:18,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471MethodDeclarations.h +26 五月 2020 | 00:52:18,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291MethodDeclarations.h +26 五月 2020 | 00:52:18,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099.h +26 五月 2020 | 00:52:18,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863.h +26 五月 2020 | 00:52:18,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559.h +26 五月 2020 | 00:52:18,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863MethodDeclarations.h +26 五月 2020 | 00:52:18,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559MethodDeclarations.h +26 五月 2020 | 00:52:18,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677.h +26 五月 2020 | 00:52:18,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210.h +26 五月 2020 | 00:52:18,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677MethodDeclarations.h +26 五月 2020 | 00:52:18,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210MethodDeclarations.h +26 五月 2020 | 00:52:18,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099MethodDeclarations.h +26 五月 2020 | 00:52:18,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667.h +26 五月 2020 | 00:52:18,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141.h +26 五月 2020 | 00:52:18,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141MethodDeclarations.h +26 五月 2020 | 00:52:18,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093.h +26 五月 2020 | 00:52:18,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667MethodDeclarations.h +26 五月 2020 | 00:52:18,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158.h +26 五月 2020 | 00:52:18,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093MethodDeclarations.h +26 五月 2020 | 00:52:18,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158MethodDeclarations.h +26 五月 2020 | 00:52:18,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049.h +26 五月 2020 | 00:52:18,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150.h +26 五月 2020 | 00:52:18,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220.h +26 五月 2020 | 00:52:18,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049MethodDeclarations.h +26 五月 2020 | 00:52:18,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150MethodDeclarations.h +26 五月 2020 | 00:52:18,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220MethodDeclarations.h +26 五月 2020 | 00:52:18,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834.h +26 五月 2020 | 00:52:18,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065.h +26 五月 2020 | 00:52:18,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778.h +26 五月 2020 | 00:52:18,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065MethodDeclarations.h +26 五月 2020 | 00:52:18,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778MethodDeclarations.h +26 五月 2020 | 00:52:18,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834MethodDeclarations.h +26 五月 2020 | 00:52:18,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167.h +26 五月 2020 | 00:52:18,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740.h +26 五月 2020 | 00:52:18,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211.h +26 五月 2020 | 00:52:18,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167MethodDeclarations.h +26 五月 2020 | 00:52:18,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740MethodDeclarations.h +26 五月 2020 | 00:52:18,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211MethodDeclarations.h +26 五月 2020 | 00:52:18,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780.h +26 五月 2020 | 00:52:18,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624.h +26 五月 2020 | 00:52:18,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479.h +26 五月 2020 | 00:52:18,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780MethodDeclarations.h +26 五月 2020 | 00:52:18,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624MethodDeclarations.h +26 五月 2020 | 00:52:18,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479MethodDeclarations.h +26 五月 2020 | 00:52:18,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640.h +26 五月 2020 | 00:52:18,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076.h +26 五月 2020 | 00:52:18,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130.h +26 五月 2020 | 00:52:18,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076MethodDeclarations.h +26 五月 2020 | 00:52:18,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130MethodDeclarations.h +26 五月 2020 | 00:52:18,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640MethodDeclarations.h +26 五月 2020 | 00:52:18,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513.h +26 五月 2020 | 00:52:18,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293.h +26 五月 2020 | 00:52:18,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587.h +26 五月 2020 | 00:52:18,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513MethodDeclarations.h +26 五月 2020 | 00:52:18,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293MethodDeclarations.h +26 五月 2020 | 00:52:18,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587MethodDeclarations.h +26 五月 2020 | 00:52:18,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537.h +26 五月 2020 | 00:52:18,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338.h +26 五月 2020 | 00:52:18,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969.h +26 五月 2020 | 00:52:18,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338MethodDeclarations.h +26 五月 2020 | 00:52:18,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537MethodDeclarations.h +26 五月 2020 | 00:52:19,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969MethodDeclarations.h +26 五月 2020 | 00:52:19,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619.h +26 五月 2020 | 00:52:19,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269.h +26 五月 2020 | 00:52:19,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872.h +26 五月 2020 | 00:52:19,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619MethodDeclarations.h +26 五月 2020 | 00:52:19,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269MethodDeclarations.h +26 五月 2020 | 00:52:19,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872MethodDeclarations.h +26 五月 2020 | 00:52:19,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806.h +26 五月 2020 | 00:52:19,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394.h +26 五月 2020 | 00:52:19,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471.h +26 五月 2020 | 00:52:19,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806MethodDeclarations.h +26 五月 2020 | 00:52:19,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394MethodDeclarations.h +26 五月 2020 | 00:52:19,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471MethodDeclarations.h +26 五月 2020 | 00:52:19,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099.h +26 五月 2020 | 00:52:19,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099MethodDeclarations.h +26 五月 2020 | 00:52:19,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141.h +26 五月 2020 | 00:52:19,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141MethodDeclarations.h +26 五月 2020 | 00:52:19,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093.h +26 五月 2020 | 00:52:19,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093MethodDeclarations.h +26 五月 2020 | 00:52:19,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150.h +26 五月 2020 | 00:52:19,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575.h +26 五月 2020 | 00:52:19,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150MethodDeclarations.h +26 五月 2020 | 00:52:19,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575MethodDeclarations.h +26 五月 2020 | 00:52:19,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778.h +26 五月 2020 | 00:52:19,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013.h +26 五月 2020 | 00:52:19,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778MethodDeclarations.h +26 五月 2020 | 00:52:19,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740.h +26 五月 2020 | 00:52:19,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740MethodDeclarations.h +26 五月 2020 | 00:52:19,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624.h +26 五月 2020 | 00:52:19,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624MethodDeclarations.h +26 五月 2020 | 00:52:19,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076.h +26 五月 2020 | 00:52:19,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076MethodDeclarations.h +26 五月 2020 | 00:52:19,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513.h +26 五月 2020 | 00:52:19,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513MethodDeclarations.h +26 五月 2020 | 00:52:19,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537.h +26 五月 2020 | 00:52:19,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537MethodDeclarations.h +26 五月 2020 | 00:52:19,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619.h +26 五月 2020 | 00:52:19,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619MethodDeclarations.h +26 五月 2020 | 00:52:19,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806.h +26 五月 2020 | 00:52:19,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806MethodDeclarations.h +26 五月 2020 | 00:52:19,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587.h +26 五月 2020 | 00:52:19,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587MethodDeclarations.h +26 五月 2020 | 00:52:19,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781.h +26 五月 2020 | 00:52:19,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781MethodDeclarations.h +26 五月 2020 | 00:52:19,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733.h +26 五月 2020 | 00:52:19,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733MethodDeclarations.h +26 五月 2020 | 00:52:19,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790.h +26 五月 2020 | 00:52:19,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790MethodDeclarations.h +26 五月 2020 | 00:52:19,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418.h +26 五月 2020 | 00:52:19,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418MethodDeclarations.h +26 五月 2020 | 00:52:19,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380.h +26 五月 2020 | 00:52:19,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587.h +26 五月 2020 | 00:52:19,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587MethodDeclarations.h +26 五月 2020 | 00:52:19,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013MethodDeclarations.h +26 五月 2020 | 00:52:19,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205.h +26 五月 2020 | 00:52:19,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781.h +26 五月 2020 | 00:52:19,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205MethodDeclarations.h +26 五月 2020 | 00:52:19,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781MethodDeclarations.h +26 五月 2020 | 00:52:19,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017.h +26 五月 2020 | 00:52:19,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733.h +26 五月 2020 | 00:52:19,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733MethodDeclarations.h +26 五月 2020 | 00:52:19,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790.h +26 五月 2020 | 00:52:19,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790MethodDeclarations.h +26 五月 2020 | 00:52:19,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418.h +26 五月 2020 | 00:52:19,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017MethodDeclarations.h +26 五月 2020 | 00:52:19,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418MethodDeclarations.h +26 五月 2020 | 00:52:19,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431.h +26 五月 2020 | 00:52:19,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380.h +26 五月 2020 | 00:52:19,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380MethodDeclarations.h +26 五月 2020 | 00:52:19,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431MethodDeclarations.h +26 五月 2020 | 00:52:19,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264.h +26 五月 2020 | 00:52:19,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264MethodDeclarations.h +26 五月 2020 | 00:52:19,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716.h +26 五月 2020 | 00:52:19,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716MethodDeclarations.h +26 五月 2020 | 00:52:19,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816.h +26 五月 2020 | 00:52:19,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449.h +26 五月 2020 | 00:52:19,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555MethodDeclarations.h +26 五月 2020 | 00:52:19,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855.h +26 五月 2020 | 00:52:19,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855MethodDeclarations.h +26 五月 2020 | 00:52:19,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165.h +26 五月 2020 | 00:52:19,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742.h +26 五月 2020 | 00:52:19,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742.h +26 五月 2020 | 00:52:19,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165MethodDeclarations.h +26 五月 2020 | 00:52:19,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742MethodDeclarations.h +26 五月 2020 | 00:52:19,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742MethodDeclarations.h +26 五月 2020 | 00:52:19,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909.h +26 五月 2020 | 00:52:19,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227.h +26 五月 2020 | 00:52:19,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909MethodDeclarations.h +26 五月 2020 | 00:52:19,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227MethodDeclarations.h +26 五月 2020 | 00:52:19,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739.h +26 五月 2020 | 00:52:19,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810.h +26 五月 2020 | 00:52:19,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810MethodDeclarations.h +26 五月 2020 | 00:52:19,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152.h +26 五月 2020 | 00:52:19,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152MethodDeclarations.h +26 五月 2020 | 00:52:19,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305.h +26 五月 2020 | 00:52:19,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305MethodDeclarations.h +26 五月 2020 | 00:52:19,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098.h +26 五月 2020 | 00:52:19,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098MethodDeclarations.h +26 五月 2020 | 00:52:19,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452.h +26 五月 2020 | 00:52:19,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452MethodDeclarations.h +26 五月 2020 | 00:52:19,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270.h +26 五月 2020 | 00:52:19,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270MethodDeclarations.h +26 五月 2020 | 00:52:19,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396.h +26 五月 2020 | 00:52:19,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396MethodDeclarations.h +26 五月 2020 | 00:52:19,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631.h +26 五月 2020 | 00:52:19,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631MethodDeclarations.h +26 五月 2020 | 00:52:19,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099.h +26 五月 2020 | 00:52:19,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099MethodDeclarations.h +26 五月 2020 | 00:52:19,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367.h +26 五月 2020 | 00:52:19,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367MethodDeclarations.h +26 五月 2020 | 00:52:19,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564.h +26 五月 2020 | 00:52:19,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564MethodDeclarations.h +26 五月 2020 | 00:52:19,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129.h +26 五月 2020 | 00:52:19,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227.h +26 五月 2020 | 00:52:19,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129MethodDeclarations.h +26 五月 2020 | 00:52:19,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227MethodDeclarations.h +26 五月 2020 | 00:52:19,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064.h +26 五月 2020 | 00:52:19,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739MethodDeclarations.h +26 五月 2020 | 00:52:19,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810.h +26 五月 2020 | 00:52:19,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064MethodDeclarations.h +26 五月 2020 | 00:52:19,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301.h +26 五月 2020 | 00:52:19,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301MethodDeclarations.h +26 五月 2020 | 00:52:19,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938.h +26 五月 2020 | 00:52:19,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832.h +26 五月 2020 | 00:52:19,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938MethodDeclarations.h +26 五月 2020 | 00:52:19,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832MethodDeclarations.h +26 五月 2020 | 00:52:19,490 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191.h +26 五月 2020 | 00:52:19,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651.h +26 五月 2020 | 00:52:19,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191MethodDeclarations.h +26 五月 2020 | 00:52:19,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651MethodDeclarations.h +26 五月 2020 | 00:52:19,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675.h +26 五月 2020 | 00:52:19,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065.h +26 五月 2020 | 00:52:19,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675MethodDeclarations.h +26 五月 2020 | 00:52:19,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065MethodDeclarations.h +26 五月 2020 | 00:52:19,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143.h +26 五月 2020 | 00:52:19,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143MethodDeclarations.h +26 五月 2020 | 00:52:19,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953.h +26 五月 2020 | 00:52:19,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953MethodDeclarations.h +26 五月 2020 | 00:52:19,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318.h +26 五月 2020 | 00:52:19,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245.h +26 五月 2020 | 00:52:19,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810MethodDeclarations.h +26 五月 2020 | 00:52:19,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318MethodDeclarations.h +26 五月 2020 | 00:52:19,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245MethodDeclarations.h +26 五月 2020 | 00:52:19,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152.h +26 五月 2020 | 00:52:19,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111.h +26 五月 2020 | 00:52:19,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152MethodDeclarations.h +26 五月 2020 | 00:52:19,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111MethodDeclarations.h +26 五月 2020 | 00:52:19,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305.h +26 五月 2020 | 00:52:19,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077.h +26 五月 2020 | 00:52:19,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305MethodDeclarations.h +26 五月 2020 | 00:52:19,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077MethodDeclarations.h +26 五月 2020 | 00:52:19,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292.h +26 五月 2020 | 00:52:19,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098.h +26 五月 2020 | 00:52:19,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182.h +26 五月 2020 | 00:52:19,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292MethodDeclarations.h +26 五月 2020 | 00:52:19,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098MethodDeclarations.h +26 五月 2020 | 00:52:19,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182MethodDeclarations.h +26 五月 2020 | 00:52:19,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452.h +26 五月 2020 | 00:52:19,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110.h +26 五月 2020 | 00:52:19,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080.h +26 五月 2020 | 00:52:19,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110MethodDeclarations.h +26 五月 2020 | 00:52:19,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489.h +26 五月 2020 | 00:52:19,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489MethodDeclarations.h +26 五月 2020 | 00:52:19,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776.h +26 五月 2020 | 00:52:19,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776MethodDeclarations.h +26 五月 2020 | 00:52:19,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582.h +26 五月 2020 | 00:52:19,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582MethodDeclarations.h +26 五月 2020 | 00:52:19,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452MethodDeclarations.h +26 五月 2020 | 00:52:19,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810.h +26 五月 2020 | 00:52:19,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080MethodDeclarations.h +26 五月 2020 | 00:52:19,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810MethodDeclarations.h +26 五月 2020 | 00:52:19,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027.h +26 五月 2020 | 00:52:19,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270.h +26 五月 2020 | 00:52:19,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291.h +26 五月 2020 | 00:52:19,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270MethodDeclarations.h +26 五月 2020 | 00:52:19,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291MethodDeclarations.h +26 五月 2020 | 00:52:19,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396.h +26 五月 2020 | 00:52:19,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396MethodDeclarations.h +26 五月 2020 | 00:52:19,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631.h +26 五月 2020 | 00:52:19,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631MethodDeclarations.h +26 五月 2020 | 00:52:19,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099.h +26 五月 2020 | 00:52:19,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099MethodDeclarations.h +26 五月 2020 | 00:52:19,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367.h +26 五月 2020 | 00:52:19,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367MethodDeclarations.h +26 五月 2020 | 00:52:19,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564.h +26 五月 2020 | 00:52:19,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564MethodDeclarations.h +26 五月 2020 | 00:52:19,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129.h +26 五月 2020 | 00:52:19,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027MethodDeclarations.h +26 五月 2020 | 00:52:19,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600.h +26 五月 2020 | 00:52:19,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129MethodDeclarations.h +26 五月 2020 | 00:52:19,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865.h +26 五月 2020 | 00:52:19,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600MethodDeclarations.h +26 五月 2020 | 00:52:19,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064.h +26 五月 2020 | 00:52:19,643 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865MethodDeclarations.h +26 五月 2020 | 00:52:19,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064MethodDeclarations.h +26 五月 2020 | 00:52:19,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813.h +26 五月 2020 | 00:52:19,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813MethodDeclarations.h +26 五月 2020 | 00:52:19,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938.h +26 五月 2020 | 00:52:19,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938MethodDeclarations.h +26 五月 2020 | 00:52:19,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191.h +26 五月 2020 | 00:52:19,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191MethodDeclarations.h +26 五月 2020 | 00:52:19,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675.h +26 五月 2020 | 00:52:19,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675MethodDeclarations.h +26 五月 2020 | 00:52:19,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318.h +26 五月 2020 | 00:52:19,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733.h +26 五月 2020 | 00:52:19,745 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318MethodDeclarations.h +26 五月 2020 | 00:52:19,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733MethodDeclarations.h +26 五月 2020 | 00:52:19,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267.h +26 五月 2020 | 00:52:19,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837.h +26 五月 2020 | 00:52:19,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267MethodDeclarations.h +26 五月 2020 | 00:52:19,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837MethodDeclarations.h +26 五月 2020 | 00:52:19,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070.h +26 五月 2020 | 00:52:19,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939.h +26 五月 2020 | 00:52:19,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939MethodDeclarations.h +26 五月 2020 | 00:52:19,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216.h +26 五月 2020 | 00:52:19,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216MethodDeclarations.h +26 五月 2020 | 00:52:19,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292.h +26 五月 2020 | 00:52:19,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070MethodDeclarations.h +26 五月 2020 | 00:52:19,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374.h +26 五月 2020 | 00:52:19,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374MethodDeclarations.h +26 五月 2020 | 00:52:19,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292MethodDeclarations.h +26 五月 2020 | 00:52:19,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350.h +26 五月 2020 | 00:52:19,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907.h +26 五月 2020 | 00:52:19,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350MethodDeclarations.h +26 五月 2020 | 00:52:19,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907MethodDeclarations.h +26 五月 2020 | 00:52:19,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100.h +26 五月 2020 | 00:52:19,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100MethodDeclarations.h +26 五月 2020 | 00:52:19,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345.h +26 五月 2020 | 00:52:19,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345MethodDeclarations.h +26 五月 2020 | 00:52:19,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706.h +26 五月 2020 | 00:52:19,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706MethodDeclarations.h +26 五月 2020 | 00:52:19,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096.h +26 五月 2020 | 00:52:19,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073.h +26 五月 2020 | 00:52:19,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110.h +26 五月 2020 | 00:52:19,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110MethodDeclarations.h +26 五月 2020 | 00:52:19,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096MethodDeclarations.h +26 五月 2020 | 00:52:19,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073MethodDeclarations.h +26 五月 2020 | 00:52:19,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489.h +26 五月 2020 | 00:52:19,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791.h +26 五月 2020 | 00:52:19,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791MethodDeclarations.h +26 五月 2020 | 00:52:19,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489MethodDeclarations.h +26 五月 2020 | 00:52:19,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776.h +26 五月 2020 | 00:52:19,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776MethodDeclarations.h +26 五月 2020 | 00:52:19,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582.h +26 五月 2020 | 00:52:19,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582MethodDeclarations.h +26 五月 2020 | 00:52:20,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810.h +26 五月 2020 | 00:52:20,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810MethodDeclarations.h +26 五月 2020 | 00:52:20,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291.h +26 五月 2020 | 00:52:20,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291MethodDeclarations.h +26 五月 2020 | 00:52:20,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280.h +26 五月 2020 | 00:52:20,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280MethodDeclarations.h +26 五月 2020 | 00:52:20,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764.h +26 五月 2020 | 00:52:20,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764MethodDeclarations.h +26 五月 2020 | 00:52:20,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248.h +26 五月 2020 | 00:52:20,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248MethodDeclarations.h +26 五月 2020 | 00:52:20,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400.h +26 五月 2020 | 00:52:20,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400MethodDeclarations.h +26 五月 2020 | 00:52:20,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853.h +26 五月 2020 | 00:52:20,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853MethodDeclarations.h +26 五月 2020 | 00:52:20,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071.h +26 五月 2020 | 00:52:20,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071MethodDeclarations.h +26 五月 2020 | 00:52:20,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356.h +26 五月 2020 | 00:52:20,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356MethodDeclarations.h +26 五月 2020 | 00:52:20,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907.h +26 五月 2020 | 00:52:20,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907MethodDeclarations.h +26 五月 2020 | 00:52:20,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357.h +26 五月 2020 | 00:52:20,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357MethodDeclarations.h +26 五月 2020 | 00:52:20,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239.h +26 五月 2020 | 00:52:20,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239MethodDeclarations.h +26 五月 2020 | 00:52:20,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088.h +26 五月 2020 | 00:52:20,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088MethodDeclarations.h +26 五月 2020 | 00:52:20,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662.h +26 五月 2020 | 00:52:20,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662MethodDeclarations.h +26 五月 2020 | 00:52:20,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600.h +26 五月 2020 | 00:52:20,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223.h +26 五月 2020 | 00:52:20,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:20,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600MethodDeclarations.h +26 五月 2020 | 00:52:20,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:20,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203.h +26 五月 2020 | 00:52:20,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203MethodDeclarations.h +26 五月 2020 | 00:52:20,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267.h +26 五月 2020 | 00:52:20,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223MethodDeclarations.h +26 五月 2020 | 00:52:20,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267MethodDeclarations.h +26 五月 2020 | 00:52:20,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487.h +26 五月 2020 | 00:52:20,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487MethodDeclarations.h +26 五月 2020 | 00:52:20,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070.h +26 五月 2020 | 00:52:20,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248.h +26 五月 2020 | 00:52:20,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248MethodDeclarations.h +26 五月 2020 | 00:52:20,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249.h +26 五月 2020 | 00:52:20,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465.h +26 五月 2020 | 00:52:20,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249MethodDeclarations.h +26 五月 2020 | 00:52:20,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465MethodDeclarations.h +26 五月 2020 | 00:52:20,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626.h +26 五月 2020 | 00:52:20,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626MethodDeclarations.h +26 五月 2020 | 00:52:20,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070MethodDeclarations.h +26 五月 2020 | 00:52:20,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419.h +26 五月 2020 | 00:52:20,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648.h +26 五月 2020 | 00:52:20,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350.h +26 五月 2020 | 00:52:20,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350MethodDeclarations.h +26 五月 2020 | 00:52:20,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419MethodDeclarations.h +26 五月 2020 | 00:52:20,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100.h +26 五月 2020 | 00:52:20,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100MethodDeclarations.h +26 五月 2020 | 00:52:20,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345.h +26 五月 2020 | 00:52:20,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345MethodDeclarations.h +26 五月 2020 | 00:52:20,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706.h +26 五月 2020 | 00:52:20,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211.h +26 五月 2020 | 00:52:20,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648MethodDeclarations.h +26 五月 2020 | 00:52:20,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706MethodDeclarations.h +26 五月 2020 | 00:52:20,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211MethodDeclarations.h +26 五月 2020 | 00:52:20,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873.h +26 五月 2020 | 00:52:20,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873MethodDeclarations.h +26 五月 2020 | 00:52:20,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338.h +26 五月 2020 | 00:52:20,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338MethodDeclarations.h +26 五月 2020 | 00:52:20,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498.h +26 五月 2020 | 00:52:20,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498MethodDeclarations.h +26 五月 2020 | 00:52:20,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672.h +26 五月 2020 | 00:52:20,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672MethodDeclarations.h +26 五月 2020 | 00:52:20,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572.h +26 五月 2020 | 00:52:20,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572MethodDeclarations.h +26 五月 2020 | 00:52:20,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151.h +26 五月 2020 | 00:52:20,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151MethodDeclarations.h +26 五月 2020 | 00:52:20,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857.h +26 五月 2020 | 00:52:20,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857MethodDeclarations.h +26 五月 2020 | 00:52:20,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562.h +26 五月 2020 | 00:52:20,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562MethodDeclarations.h +26 五月 2020 | 00:52:20,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120.h +26 五月 2020 | 00:52:20,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120MethodDeclarations.h +26 五月 2020 | 00:52:20,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479.h +26 五月 2020 | 00:52:20,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479MethodDeclarations.h +26 五月 2020 | 00:52:20,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096.h +26 五月 2020 | 00:52:20,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096MethodDeclarations.h +26 五月 2020 | 00:52:20,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791.h +26 五月 2020 | 00:52:20,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791MethodDeclarations.h +26 五月 2020 | 00:52:20,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907.h +26 五月 2020 | 00:52:20,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461.h +26 五月 2020 | 00:52:20,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451.h +26 五月 2020 | 00:52:20,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907MethodDeclarations.h +26 五月 2020 | 00:52:20,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451MethodDeclarations.h +26 五月 2020 | 00:52:20,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223.h +26 五月 2020 | 00:52:20,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461MethodDeclarations.h +26 五月 2020 | 00:52:20,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899.h +26 五月 2020 | 00:52:20,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223MethodDeclarations.h +26 五月 2020 | 00:52:20,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:20,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899MethodDeclarations.h +26 五月 2020 | 00:52:20,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:20,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487.h +26 五月 2020 | 00:52:20,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:20,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487MethodDeclarations.h +26 五月 2020 | 00:52:20,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:20,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248.h +26 五月 2020 | 00:52:20,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954.h +26 五月 2020 | 00:52:20,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954MethodDeclarations.h +26 五月 2020 | 00:52:20,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248MethodDeclarations.h +26 五月 2020 | 00:52:20,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894.h +26 五月 2020 | 00:52:20,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894MethodDeclarations.h +26 五月 2020 | 00:52:20,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915.h +26 五月 2020 | 00:52:20,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915MethodDeclarations.h +26 五月 2020 | 00:52:20,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562.h +26 五月 2020 | 00:52:20,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562MethodDeclarations.h +26 五月 2020 | 00:52:20,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Locale4255929014.h +26 五月 2020 | 00:52:20,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:20,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288.h +26 五月 2020 | 00:52:20,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288MethodDeclarations.h +26 五月 2020 | 00:52:20,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208.h +26 五月 2020 | 00:52:20,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208MethodDeclarations.h +26 五月 2020 | 00:52:20,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296.h +26 五月 2020 | 00:52:20,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296MethodDeclarations.h +26 五月 2020 | 00:52:20,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240.h +26 五月 2020 | 00:52:20,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240MethodDeclarations.h +26 五月 2020 | 00:52:20,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578.h +26 五月 2020 | 00:52:20,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578MethodDeclarations.h +26 五月 2020 | 00:52:20,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626.h +26 五月 2020 | 00:52:20,710 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903.h +26 五月 2020 | 00:52:20,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249.h +26 五月 2020 | 00:52:20,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626MethodDeclarations.h +26 五月 2020 | 00:52:20,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903MethodDeclarations.h +26 五月 2020 | 00:52:20,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249MethodDeclarations.h +26 五月 2020 | 00:52:20,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546.h +26 五月 2020 | 00:52:20,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093.h +26 五月 2020 | 00:52:20,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626.h +26 五月 2020 | 00:52:20,715 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093MethodDeclarations.h +26 五月 2020 | 00:52:20,715 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546MethodDeclarations.h +26 五月 2020 | 00:52:20,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626MethodDeclarations.h +26 五月 2020 | 00:52:20,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097.h +26 五月 2020 | 00:52:20,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634.h +26 五月 2020 | 00:52:20,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097MethodDeclarations.h +26 五月 2020 | 00:52:20,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634MethodDeclarations.h +26 五月 2020 | 00:52:20,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040.h +26 五月 2020 | 00:52:20,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556.h +26 五月 2020 | 00:52:20,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040MethodDeclarations.h +26 五月 2020 | 00:52:20,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556MethodDeclarations.h +26 五月 2020 | 00:52:20,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604.h +26 五月 2020 | 00:52:20,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604MethodDeclarations.h +26 五月 2020 | 00:52:20,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524.h +26 五月 2020 | 00:52:20,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623.h +26 五月 2020 | 00:52:20,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524MethodDeclarations.h +26 五月 2020 | 00:52:20,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623MethodDeclarations.h +26 五月 2020 | 00:52:20,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612.h +26 五月 2020 | 00:52:20,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612MethodDeclarations.h +26 五月 2020 | 00:52:20,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959.h +26 五月 2020 | 00:52:20,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952.h +26 五月 2020 | 00:52:20,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959MethodDeclarations.h +26 五月 2020 | 00:52:20,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502.h +26 五月 2020 | 00:52:20,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952MethodDeclarations.h +26 五月 2020 | 00:52:20,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502MethodDeclarations.h +26 五月 2020 | 00:52:20,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551.h +26 五月 2020 | 00:52:20,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655.h +26 五月 2020 | 00:52:20,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551MethodDeclarations.h +26 五月 2020 | 00:52:20,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655MethodDeclarations.h +26 五月 2020 | 00:52:20,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179.h +26 五月 2020 | 00:52:20,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523.h +26 五月 2020 | 00:52:20,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523MethodDeclarations.h +26 五月 2020 | 00:52:20,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853.h +26 五月 2020 | 00:52:20,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419.h +26 五月 2020 | 00:52:20,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179MethodDeclarations.h +26 五月 2020 | 00:52:20,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853MethodDeclarations.h +26 五月 2020 | 00:52:20,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914.h +26 五月 2020 | 00:52:20,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914MethodDeclarations.h +26 五月 2020 | 00:52:20,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291.h +26 五月 2020 | 00:52:20,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291MethodDeclarations.h +26 五月 2020 | 00:52:20,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559.h +26 五月 2020 | 00:52:20,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559MethodDeclarations.h +26 五月 2020 | 00:52:20,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210.h +26 五月 2020 | 00:52:20,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210MethodDeclarations.h +26 五月 2020 | 00:52:20,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667.h +26 五月 2020 | 00:52:20,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667MethodDeclarations.h +26 五月 2020 | 00:52:20,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049.h +26 五月 2020 | 00:52:20,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049MethodDeclarations.h +26 五月 2020 | 00:52:20,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901.h +26 五月 2020 | 00:52:20,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419MethodDeclarations.h +26 五月 2020 | 00:52:20,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901MethodDeclarations.h +26 五月 2020 | 00:52:20,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509.h +26 五月 2020 | 00:52:20,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509MethodDeclarations.h +26 五月 2020 | 00:52:20,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880.h +26 五月 2020 | 00:52:20,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880MethodDeclarations.h +26 五月 2020 | 00:52:20,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709.h +26 五月 2020 | 00:52:20,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834.h +26 五月 2020 | 00:52:20,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211.h +26 五月 2020 | 00:52:20,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834MethodDeclarations.h +26 五月 2020 | 00:52:20,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211MethodDeclarations.h +26 五月 2020 | 00:52:20,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211.h +26 五月 2020 | 00:52:20,936 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873.h +26 五月 2020 | 00:52:20,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211MethodDeclarations.h +26 五月 2020 | 00:52:20,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873MethodDeclarations.h +26 五月 2020 | 00:52:20,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479.h +26 五月 2020 | 00:52:20,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338.h +26 五月 2020 | 00:52:20,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479MethodDeclarations.h +26 五月 2020 | 00:52:20,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338MethodDeclarations.h +26 五月 2020 | 00:52:20,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130.h +26 五月 2020 | 00:52:20,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498.h +26 五月 2020 | 00:52:20,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130MethodDeclarations.h +26 五月 2020 | 00:52:20,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498MethodDeclarations.h +26 五月 2020 | 00:52:20,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672.h +26 五月 2020 | 00:52:20,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709MethodDeclarations.h +26 五月 2020 | 00:52:20,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587.h +26 五月 2020 | 00:52:20,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587MethodDeclarations.h +26 五月 2020 | 00:52:20,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672MethodDeclarations.h +26 五月 2020 | 00:52:20,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969.h +26 五月 2020 | 00:52:20,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572.h +26 五月 2020 | 00:52:21,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572MethodDeclarations.h +26 五月 2020 | 00:52:21,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969MethodDeclarations.h +26 五月 2020 | 00:52:21,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872.h +26 五月 2020 | 00:52:21,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151.h +26 五月 2020 | 00:52:21,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872MethodDeclarations.h +26 五月 2020 | 00:52:21,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151MethodDeclarations.h +26 五月 2020 | 00:52:21,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471.h +26 五月 2020 | 00:52:21,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857.h +26 五月 2020 | 00:52:21,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471MethodDeclarations.h +26 五月 2020 | 00:52:21,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857MethodDeclarations.h +26 五月 2020 | 00:52:21,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099.h +26 五月 2020 | 00:52:21,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562.h +26 五月 2020 | 00:52:21,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562MethodDeclarations.h +26 五月 2020 | 00:52:21,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120.h +26 五月 2020 | 00:52:21,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120MethodDeclarations.h +26 五月 2020 | 00:52:21,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479.h +26 五月 2020 | 00:52:21,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479MethodDeclarations.h +26 五月 2020 | 00:52:21,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607.h +26 五月 2020 | 00:52:21,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607MethodDeclarations.h +26 五月 2020 | 00:52:21,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451.h +26 五月 2020 | 00:52:21,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099MethodDeclarations.h +26 五月 2020 | 00:52:21,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451MethodDeclarations.h +26 五月 2020 | 00:52:21,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141.h +26 五月 2020 | 00:52:21,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899.h +26 五月 2020 | 00:52:21,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141MethodDeclarations.h +26 五月 2020 | 00:52:21,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899MethodDeclarations.h +26 五月 2020 | 00:52:21,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093.h +26 五月 2020 | 00:52:21,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903.h +26 五月 2020 | 00:52:21,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903MethodDeclarations.h +26 五月 2020 | 00:52:21,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093.h +26 五月 2020 | 00:52:21,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979.h +26 五月 2020 | 00:52:21,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093MethodDeclarations.h +26 五月 2020 | 00:52:21,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093MethodDeclarations.h +26 五月 2020 | 00:52:21,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097.h +26 五月 2020 | 00:52:21,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979MethodDeclarations.h +26 五月 2020 | 00:52:21,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150.h +26 五月 2020 | 00:52:21,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097MethodDeclarations.h +26 五月 2020 | 00:52:21,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200.h +26 五月 2020 | 00:52:21,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150MethodDeclarations.h +26 五月 2020 | 00:52:21,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040.h +26 五月 2020 | 00:52:21,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778.h +26 五月 2020 | 00:52:21,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200MethodDeclarations.h +26 五月 2020 | 00:52:21,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040MethodDeclarations.h +26 五月 2020 | 00:52:21,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778MethodDeclarations.h +26 五月 2020 | 00:52:21,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740.h +26 五月 2020 | 00:52:21,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590.h +26 五月 2020 | 00:52:21,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623.h +26 五月 2020 | 00:52:21,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740MethodDeclarations.h +26 五月 2020 | 00:52:21,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624.h +26 五月 2020 | 00:52:21,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590MethodDeclarations.h +26 五月 2020 | 00:52:21,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623MethodDeclarations.h +26 五月 2020 | 00:52:21,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624MethodDeclarations.h +26 五月 2020 | 00:52:21,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959.h +26 五月 2020 | 00:52:21,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076.h +26 五月 2020 | 00:52:21,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959MethodDeclarations.h +26 五月 2020 | 00:52:21,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076MethodDeclarations.h +26 五月 2020 | 00:52:21,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502.h +26 五月 2020 | 00:52:21,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513.h +26 五月 2020 | 00:52:21,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502MethodDeclarations.h +26 五月 2020 | 00:52:21,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513MethodDeclarations.h +26 五月 2020 | 00:52:21,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537.h +26 五月 2020 | 00:52:21,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655.h +26 五月 2020 | 00:52:21,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655MethodDeclarations.h +26 五月 2020 | 00:52:21,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537MethodDeclarations.h +26 五月 2020 | 00:52:21,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523.h +26 五月 2020 | 00:52:21,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619.h +26 五月 2020 | 00:52:21,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523MethodDeclarations.h +26 五月 2020 | 00:52:21,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619MethodDeclarations.h +26 五月 2020 | 00:52:21,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806.h +26 五月 2020 | 00:52:21,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806MethodDeclarations.h +26 五月 2020 | 00:52:21,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853.h +26 五月 2020 | 00:52:21,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388.h +26 五月 2020 | 00:52:21,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853MethodDeclarations.h +26 五月 2020 | 00:52:21,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388MethodDeclarations.h +26 五月 2020 | 00:52:21,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659.h +26 五月 2020 | 00:52:21,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587.h +26 五月 2020 | 00:52:21,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587MethodDeclarations.h +26 五月 2020 | 00:52:21,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659MethodDeclarations.h +26 五月 2020 | 00:52:21,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781.h +26 五月 2020 | 00:52:21,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781MethodDeclarations.h +26 五月 2020 | 00:52:21,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733.h +26 五月 2020 | 00:52:21,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733MethodDeclarations.h +26 五月 2020 | 00:52:21,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790.h +26 五月 2020 | 00:52:21,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790MethodDeclarations.h +26 五月 2020 | 00:52:21,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418.h +26 五月 2020 | 00:52:21,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418MethodDeclarations.h +26 五月 2020 | 00:52:21,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380.h +26 五月 2020 | 00:52:21,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380MethodDeclarations.h +26 五月 2020 | 00:52:21,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264.h +26 五月 2020 | 00:52:21,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264MethodDeclarations.h +26 五月 2020 | 00:52:21,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716.h +26 五月 2020 | 00:52:21,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716MethodDeclarations.h +26 五月 2020 | 00:52:21,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516.h +26 五月 2020 | 00:52:21,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901.h +26 五月 2020 | 00:52:21,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516MethodDeclarations.h +26 五月 2020 | 00:52:21,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901MethodDeclarations.h +26 五月 2020 | 00:52:21,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691.h +26 五月 2020 | 00:52:21,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509.h +26 五月 2020 | 00:52:21,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691MethodDeclarations.h +26 五月 2020 | 00:52:21,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509MethodDeclarations.h +26 五月 2020 | 00:52:21,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880.h +26 五月 2020 | 00:52:21,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880MethodDeclarations.h +26 五月 2020 | 00:52:21,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449.h +26 五月 2020 | 00:52:21,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156.h +26 五月 2020 | 00:52:21,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709.h +26 五月 2020 | 00:52:21,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449MethodDeclarations.h +26 五月 2020 | 00:52:21,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156MethodDeclarations.h +26 五月 2020 | 00:52:21,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473.h +26 五月 2020 | 00:52:21,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051.h +26 五月 2020 | 00:52:21,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473MethodDeclarations.h +26 五月 2020 | 00:52:21,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051MethodDeclarations.h +26 五月 2020 | 00:52:21,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555.h +26 五月 2020 | 00:52:21,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555MethodDeclarations.h +26 五月 2020 | 00:52:21,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709MethodDeclarations.h +26 五月 2020 | 00:52:21,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050.h +26 五月 2020 | 00:52:21,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050MethodDeclarations.h +26 五月 2020 | 00:52:21,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742.h +26 五月 2020 | 00:52:21,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742MethodDeclarations.h +26 五月 2020 | 00:52:21,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227.h +26 五月 2020 | 00:52:21,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227MethodDeclarations.h +26 五月 2020 | 00:52:21,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810.h +26 五月 2020 | 00:52:21,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810MethodDeclarations.h +26 五月 2020 | 00:52:21,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152.h +26 五月 2020 | 00:52:21,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152MethodDeclarations.h +26 五月 2020 | 00:52:21,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305.h +26 五月 2020 | 00:52:21,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305MethodDeclarations.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098MethodDeclarations.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452MethodDeclarations.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270MethodDeclarations.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396MethodDeclarations.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631MethodDeclarations.h +26 五月 2020 | 00:52:21,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099.h +26 五月 2020 | 00:52:21,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099MethodDeclarations.h +26 五月 2020 | 00:52:21,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367.h +26 五月 2020 | 00:52:21,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367MethodDeclarations.h +26 五月 2020 | 00:52:21,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564.h +26 五月 2020 | 00:52:21,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564MethodDeclarations.h +26 五月 2020 | 00:52:21,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129.h +26 五月 2020 | 00:52:21,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302.h +26 五月 2020 | 00:52:21,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607.h +26 五月 2020 | 00:52:21,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129MethodDeclarations.h +26 五月 2020 | 00:52:21,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607MethodDeclarations.h +26 五月 2020 | 00:52:21,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064.h +26 五月 2020 | 00:52:21,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979.h +26 五月 2020 | 00:52:21,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064MethodDeclarations.h +26 五月 2020 | 00:52:21,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979MethodDeclarations.h +26 五月 2020 | 00:52:21,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200.h +26 五月 2020 | 00:52:21,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200MethodDeclarations.h +26 五月 2020 | 00:52:21,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302MethodDeclarations.h +26 五月 2020 | 00:52:21,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642.h +26 五月 2020 | 00:52:21,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642MethodDeclarations.h +26 五月 2020 | 00:52:21,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938.h +26 五月 2020 | 00:52:21,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938MethodDeclarations.h +26 五月 2020 | 00:52:21,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191.h +26 五月 2020 | 00:52:21,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191MethodDeclarations.h +26 五月 2020 | 00:52:21,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675.h +26 五月 2020 | 00:52:21,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675MethodDeclarations.h +26 五月 2020 | 00:52:21,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318.h +26 五月 2020 | 00:52:21,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590.h +26 五月 2020 | 00:52:21,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528.h +26 五月 2020 | 00:52:21,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318MethodDeclarations.h +26 五月 2020 | 00:52:21,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528MethodDeclarations.h +26 五月 2020 | 00:52:21,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332.h +26 五月 2020 | 00:52:21,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332MethodDeclarations.h +26 五月 2020 | 00:52:21,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499.h +26 五月 2020 | 00:52:21,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499MethodDeclarations.h +26 五月 2020 | 00:52:21,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273.h +26 五月 2020 | 00:52:21,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273MethodDeclarations.h +26 五月 2020 | 00:52:21,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292.h +26 五月 2020 | 00:52:21,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590MethodDeclarations.h +26 五月 2020 | 00:52:21,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315.h +26 五月 2020 | 00:52:21,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292MethodDeclarations.h +26 五月 2020 | 00:52:21,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315MethodDeclarations.h +26 五月 2020 | 00:52:21,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110.h +26 五月 2020 | 00:52:21,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942.h +26 五月 2020 | 00:52:21,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110MethodDeclarations.h +26 五月 2020 | 00:52:21,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942MethodDeclarations.h +26 五月 2020 | 00:52:21,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489.h +26 五月 2020 | 00:52:21,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274.h +26 五月 2020 | 00:52:21,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489MethodDeclarations.h +26 五月 2020 | 00:52:21,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274MethodDeclarations.h +26 五月 2020 | 00:52:21,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776.h +26 五月 2020 | 00:52:21,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388.h +26 五月 2020 | 00:52:21,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304.h +26 五月 2020 | 00:52:21,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776MethodDeclarations.h +26 五月 2020 | 00:52:21,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388MethodDeclarations.h +26 五月 2020 | 00:52:21,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304MethodDeclarations.h +26 五月 2020 | 00:52:21,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582.h +26 五月 2020 | 00:52:21,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012.h +26 五月 2020 | 00:52:21,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582MethodDeclarations.h +26 五月 2020 | 00:52:21,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659.h +26 五月 2020 | 00:52:21,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810.h +26 五月 2020 | 00:52:21,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659MethodDeclarations.h +26 五月 2020 | 00:52:21,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810MethodDeclarations.h +26 五月 2020 | 00:52:21,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291.h +26 五月 2020 | 00:52:21,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291MethodDeclarations.h +26 五月 2020 | 00:52:21,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516.h +26 五月 2020 | 00:52:21,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012MethodDeclarations.h +26 五月 2020 | 00:52:21,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600.h +26 五月 2020 | 00:52:21,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516MethodDeclarations.h +26 五月 2020 | 00:52:21,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600MethodDeclarations.h +26 五月 2020 | 00:52:21,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691.h +26 五月 2020 | 00:52:21,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691MethodDeclarations.h +26 五月 2020 | 00:52:21,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156.h +26 五月 2020 | 00:52:21,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267.h +26 五月 2020 | 00:52:21,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590.h +26 五月 2020 | 00:52:21,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267MethodDeclarations.h +26 五月 2020 | 00:52:21,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156MethodDeclarations.h +26 五月 2020 | 00:52:21,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590MethodDeclarations.h +26 五月 2020 | 00:52:21,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051.h +26 五月 2020 | 00:52:21,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070.h +26 五月 2020 | 00:52:21,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051MethodDeclarations.h +26 五月 2020 | 00:52:21,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589.h +26 五月 2020 | 00:52:21,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589MethodDeclarations.h +26 五月 2020 | 00:52:21,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394.h +26 五月 2020 | 00:52:21,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394MethodDeclarations.h +26 五月 2020 | 00:52:21,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050.h +26 五月 2020 | 00:52:21,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050MethodDeclarations.h +26 五月 2020 | 00:52:21,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070MethodDeclarations.h +26 五月 2020 | 00:52:22,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175.h +26 五月 2020 | 00:52:22,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350.h +26 五月 2020 | 00:52:22,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302.h +26 五月 2020 | 00:52:22,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350MethodDeclarations.h +26 五月 2020 | 00:52:22,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302MethodDeclarations.h +26 五月 2020 | 00:52:22,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100.h +26 五月 2020 | 00:52:22,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642.h +26 五月 2020 | 00:52:22,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100MethodDeclarations.h +26 五月 2020 | 00:52:22,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642MethodDeclarations.h +26 五月 2020 | 00:52:22,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345.h +26 五月 2020 | 00:52:22,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345MethodDeclarations.h +26 五月 2020 | 00:52:22,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706.h +26 五月 2020 | 00:52:22,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706MethodDeclarations.h +26 五月 2020 | 00:52:22,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528.h +26 五月 2020 | 00:52:22,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528MethodDeclarations.h +26 五月 2020 | 00:52:22,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332.h +26 五月 2020 | 00:52:22,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175MethodDeclarations.h +26 五月 2020 | 00:52:22,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332MethodDeclarations.h +26 五月 2020 | 00:52:22,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553.h +26 五月 2020 | 00:52:22,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553MethodDeclarations.h +26 五月 2020 | 00:52:22,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499.h +26 五月 2020 | 00:52:22,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499MethodDeclarations.h +26 五月 2020 | 00:52:22,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273.h +26 五月 2020 | 00:52:22,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273MethodDeclarations.h +26 五月 2020 | 00:52:22,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315.h +26 五月 2020 | 00:52:22,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315MethodDeclarations.h +26 五月 2020 | 00:52:22,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942.h +26 五月 2020 | 00:52:22,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942MethodDeclarations.h +26 五月 2020 | 00:52:22,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274.h +26 五月 2020 | 00:52:22,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274MethodDeclarations.h +26 五月 2020 | 00:52:22,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304.h +26 五月 2020 | 00:52:22,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096.h +26 五月 2020 | 00:52:22,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673.h +26 五月 2020 | 00:52:22,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096MethodDeclarations.h +26 五月 2020 | 00:52:22,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304MethodDeclarations.h +26 五月 2020 | 00:52:22,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673MethodDeclarations.h +26 五月 2020 | 00:52:22,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791.h +26 五月 2020 | 00:52:22,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012.h +26 五月 2020 | 00:52:22,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506.h +26 五月 2020 | 00:52:22,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791MethodDeclarations.h +26 五月 2020 | 00:52:22,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012MethodDeclarations.h +26 五月 2020 | 00:52:22,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506MethodDeclarations.h +26 五月 2020 | 00:52:22,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590.h +26 五月 2020 | 00:52:22,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590MethodDeclarations.h +26 五月 2020 | 00:52:22,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589.h +26 五月 2020 | 00:52:22,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589MethodDeclarations.h +26 五月 2020 | 00:52:22,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394.h +26 五月 2020 | 00:52:22,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394MethodDeclarations.h +26 五月 2020 | 00:52:22,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256.h +26 五月 2020 | 00:52:22,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175.h +26 五月 2020 | 00:52:22,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256MethodDeclarations.h +26 五月 2020 | 00:52:22,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150.h +26 五月 2020 | 00:52:22,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150MethodDeclarations.h +26 五月 2020 | 00:52:22,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167.h +26 五月 2020 | 00:52:22,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167MethodDeclarations.h +26 五月 2020 | 00:52:22,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705.h +26 五月 2020 | 00:52:22,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705MethodDeclarations.h +26 五月 2020 | 00:52:22,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958.h +26 五月 2020 | 00:52:22,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958MethodDeclarations.h +26 五月 2020 | 00:52:22,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825.h +26 五月 2020 | 00:52:22,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825MethodDeclarations.h +26 五月 2020 | 00:52:22,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432.h +26 五月 2020 | 00:52:22,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432MethodDeclarations.h +26 五月 2020 | 00:52:22,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059.h +26 五月 2020 | 00:52:22,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059MethodDeclarations.h +26 五月 2020 | 00:52:22,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154.h +26 五月 2020 | 00:52:22,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154MethodDeclarations.h +26 五月 2020 | 00:52:22,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492.h +26 五月 2020 | 00:52:22,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492MethodDeclarations.h +26 五月 2020 | 00:52:22,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880.h +26 五月 2020 | 00:52:22,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880MethodDeclarations.h +26 五月 2020 | 00:52:22,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846.h +26 五月 2020 | 00:52:22,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846MethodDeclarations.h +26 五月 2020 | 00:52:22,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729.h +26 五月 2020 | 00:52:22,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729MethodDeclarations.h +26 五月 2020 | 00:52:22,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310.h +26 五月 2020 | 00:52:22,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907.h +26 五月 2020 | 00:52:22,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310MethodDeclarations.h +26 五月 2020 | 00:52:22,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907MethodDeclarations.h +26 五月 2020 | 00:52:22,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387.h +26 五月 2020 | 00:52:22,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175MethodDeclarations.h +26 五月 2020 | 00:52:22,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553.h +26 五月 2020 | 00:52:22,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553MethodDeclarations.h +26 五月 2020 | 00:52:22,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223.h +26 五月 2020 | 00:52:22,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673.h +26 五月 2020 | 00:52:22,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387MethodDeclarations.h +26 五月 2020 | 00:52:22,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673MethodDeclarations.h +26 五月 2020 | 00:52:22,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224.h +26 五月 2020 | 00:52:22,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506.h +26 五月 2020 | 00:52:22,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224MethodDeclarations.h +26 五月 2020 | 00:52:22,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287.h +26 五月 2020 | 00:52:22,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287MethodDeclarations.h +26 五月 2020 | 00:52:22,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922.h +26 五月 2020 | 00:52:22,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922MethodDeclarations.h +26 五月 2020 | 00:52:22,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918.h +26 五月 2020 | 00:52:22,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918MethodDeclarations.h +26 五月 2020 | 00:52:22,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506MethodDeclarations.h +26 五月 2020 | 00:52:22,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920.h +26 五月 2020 | 00:52:22,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920MethodDeclarations.h +26 五月 2020 | 00:52:22,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465.h +26 五月 2020 | 00:52:22,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465MethodDeclarations.h +26 五月 2020 | 00:52:22,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519.h +26 五月 2020 | 00:52:22,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223MethodDeclarations.h +26 五月 2020 | 00:52:22,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256.h +26 五月 2020 | 00:52:22,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487.h +26 五月 2020 | 00:52:22,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256MethodDeclarations.h +26 五月 2020 | 00:52:22,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487MethodDeclarations.h +26 五月 2020 | 00:52:22,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150.h +26 五月 2020 | 00:52:22,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248.h +26 五月 2020 | 00:52:22,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150MethodDeclarations.h +26 五月 2020 | 00:52:22,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248MethodDeclarations.h +26 五月 2020 | 00:52:22,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167.h +26 五月 2020 | 00:52:22,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167MethodDeclarations.h +26 五月 2020 | 00:52:22,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705.h +26 五月 2020 | 00:52:22,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249.h +26 五月 2020 | 00:52:22,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705MethodDeclarations.h +26 五月 2020 | 00:52:22,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519MethodDeclarations.h +26 五月 2020 | 00:52:22,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249MethodDeclarations.h +26 五月 2020 | 00:52:22,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958.h +26 五月 2020 | 00:52:22,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828.h +26 五月 2020 | 00:52:22,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626.h +26 五月 2020 | 00:52:22,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958MethodDeclarations.h +26 五月 2020 | 00:52:22,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626MethodDeclarations.h +26 五月 2020 | 00:52:22,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828MethodDeclarations.h +26 五月 2020 | 00:52:22,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825.h +26 五月 2020 | 00:52:22,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419.h +26 五月 2020 | 00:52:22,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825MethodDeclarations.h +26 五月 2020 | 00:52:22,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419MethodDeclarations.h +26 五月 2020 | 00:52:22,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419.h +26 五月 2020 | 00:52:22,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432.h +26 五月 2020 | 00:52:22,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211.h +26 五月 2020 | 00:52:22,493 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419MethodDeclarations.h +26 五月 2020 | 00:52:22,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432MethodDeclarations.h +26 五月 2020 | 00:52:22,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211MethodDeclarations.h +26 五月 2020 | 00:52:22,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279.h +26 五月 2020 | 00:52:22,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059.h +26 五月 2020 | 00:52:22,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873.h +26 五月 2020 | 00:52:22,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279MethodDeclarations.h +26 五月 2020 | 00:52:22,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059MethodDeclarations.h +26 五月 2020 | 00:52:22,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873MethodDeclarations.h +26 五月 2020 | 00:52:22,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714.h +26 五月 2020 | 00:52:22,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154.h +26 五月 2020 | 00:52:22,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338.h +26 五月 2020 | 00:52:22,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714MethodDeclarations.h +26 五月 2020 | 00:52:22,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154MethodDeclarations.h +26 五月 2020 | 00:52:22,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842.h +26 五月 2020 | 00:52:22,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492.h +26 五月 2020 | 00:52:22,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842MethodDeclarations.h +26 五月 2020 | 00:52:22,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492MethodDeclarations.h +26 五月 2020 | 00:52:22,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338MethodDeclarations.h +26 五月 2020 | 00:52:22,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880.h +26 五月 2020 | 00:52:22,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498.h +26 五月 2020 | 00:52:22,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086.h +26 五月 2020 | 00:52:22,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880MethodDeclarations.h +26 五月 2020 | 00:52:22,506 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498MethodDeclarations.h +26 五月 2020 | 00:52:22,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086MethodDeclarations.h +26 五月 2020 | 00:52:22,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846.h +26 五月 2020 | 00:52:22,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970.h +26 五月 2020 | 00:52:22,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672.h +26 五月 2020 | 00:52:22,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846MethodDeclarations.h +26 五月 2020 | 00:52:22,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970MethodDeclarations.h +26 五月 2020 | 00:52:22,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672MethodDeclarations.h +26 五月 2020 | 00:52:22,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729.h +26 五月 2020 | 00:52:22,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870.h +26 五月 2020 | 00:52:22,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572.h +26 五月 2020 | 00:52:22,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729MethodDeclarations.h +26 五月 2020 | 00:52:22,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572MethodDeclarations.h +26 五月 2020 | 00:52:22,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870MethodDeclarations.h +26 五月 2020 | 00:52:22,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310.h +26 五月 2020 | 00:52:22,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151.h +26 五月 2020 | 00:52:22,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322.h +26 五月 2020 | 00:52:22,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310MethodDeclarations.h +26 五月 2020 | 00:52:22,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151MethodDeclarations.h +26 五月 2020 | 00:52:22,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322MethodDeclarations.h +26 五月 2020 | 00:52:22,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857.h +26 五月 2020 | 00:52:22,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387.h +26 五月 2020 | 00:52:22,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357.h +26 五月 2020 | 00:52:22,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857MethodDeclarations.h +26 五月 2020 | 00:52:22,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357MethodDeclarations.h +26 五月 2020 | 00:52:22,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375.h +26 五月 2020 | 00:52:22,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562.h +26 五月 2020 | 00:52:22,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375MethodDeclarations.h +26 五月 2020 | 00:52:22,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562MethodDeclarations.h +26 五月 2020 | 00:52:22,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120.h +26 五月 2020 | 00:52:22,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536.h +26 五月 2020 | 00:52:22,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387MethodDeclarations.h +26 五月 2020 | 00:52:22,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120MethodDeclarations.h +26 五月 2020 | 00:52:22,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536MethodDeclarations.h +26 五月 2020 | 00:52:22,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224.h +26 五月 2020 | 00:52:22,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479.h +26 五月 2020 | 00:52:22,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691.h +26 五月 2020 | 00:52:22,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224MethodDeclarations.h +26 五月 2020 | 00:52:22,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479MethodDeclarations.h +26 五月 2020 | 00:52:22,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691MethodDeclarations.h +26 五月 2020 | 00:52:22,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002.h +26 五月 2020 | 00:52:22,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002MethodDeclarations.h +26 五月 2020 | 00:52:22,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451.h +26 五月 2020 | 00:52:22,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451MethodDeclarations.h +26 五月 2020 | 00:52:22,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899.h +26 五月 2020 | 00:52:22,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287.h +26 五月 2020 | 00:52:22,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899MethodDeclarations.h +26 五月 2020 | 00:52:22,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287MethodDeclarations.h +26 五月 2020 | 00:52:22,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768.h +26 五月 2020 | 00:52:22,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922.h +26 五月 2020 | 00:52:22,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922MethodDeclarations.h +26 五月 2020 | 00:52:22,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768MethodDeclarations.h +26 五月 2020 | 00:52:22,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918.h +26 五月 2020 | 00:52:22,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135.h +26 五月 2020 | 00:52:22,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135MethodDeclarations.h +26 五月 2020 | 00:52:22,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351.h +26 五月 2020 | 00:52:22,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351MethodDeclarations.h +26 五月 2020 | 00:52:22,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918MethodDeclarations.h +26 五月 2020 | 00:52:22,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273.h +26 五月 2020 | 00:52:22,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903.h +26 五月 2020 | 00:52:22,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903MethodDeclarations.h +26 五月 2020 | 00:52:22,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920.h +26 五月 2020 | 00:52:22,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093.h +26 五月 2020 | 00:52:22,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920MethodDeclarations.h +26 五月 2020 | 00:52:22,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093MethodDeclarations.h +26 五月 2020 | 00:52:22,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465.h +26 五月 2020 | 00:52:22,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097.h +26 五月 2020 | 00:52:22,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465MethodDeclarations.h +26 五月 2020 | 00:52:22,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097MethodDeclarations.h +26 五月 2020 | 00:52:22,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040.h +26 五月 2020 | 00:52:22,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040MethodDeclarations.h +26 五月 2020 | 00:52:22,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519.h +26 五月 2020 | 00:52:22,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273MethodDeclarations.h +26 五月 2020 | 00:52:22,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623.h +26 五月 2020 | 00:52:22,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623MethodDeclarations.h +26 五月 2020 | 00:52:22,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608.h +26 五月 2020 | 00:52:22,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608MethodDeclarations.h +26 五月 2020 | 00:52:22,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959.h +26 五月 2020 | 00:52:22,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940.h +26 五月 2020 | 00:52:22,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959MethodDeclarations.h +26 五月 2020 | 00:52:22,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502.h +26 五月 2020 | 00:52:22,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519MethodDeclarations.h +26 五月 2020 | 00:52:22,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940MethodDeclarations.h +26 五月 2020 | 00:52:22,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502MethodDeclarations.h +26 五月 2020 | 00:52:22,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828.h +26 五月 2020 | 00:52:22,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655.h +26 五月 2020 | 00:52:22,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369.h +26 五月 2020 | 00:52:22,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655MethodDeclarations.h +26 五月 2020 | 00:52:22,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828MethodDeclarations.h +26 五月 2020 | 00:52:22,578 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369MethodDeclarations.h +26 五月 2020 | 00:52:22,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523.h +26 五月 2020 | 00:52:22,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419.h +26 五月 2020 | 00:52:22,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523MethodDeclarations.h +26 五月 2020 | 00:52:22,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419MethodDeclarations.h +26 五月 2020 | 00:52:22,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239.h +26 五月 2020 | 00:52:22,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239MethodDeclarations.h +26 五月 2020 | 00:52:22,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853.h +26 五月 2020 | 00:52:22,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279.h +26 五月 2020 | 00:52:22,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853MethodDeclarations.h +26 五月 2020 | 00:52:22,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279MethodDeclarations.h +26 五月 2020 | 00:52:22,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714.h +26 五月 2020 | 00:52:22,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578.h +26 五月 2020 | 00:52:22,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901.h +26 五月 2020 | 00:52:22,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714MethodDeclarations.h +26 五月 2020 | 00:52:22,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901MethodDeclarations.h +26 五月 2020 | 00:52:22,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578MethodDeclarations.h +26 五月 2020 | 00:52:22,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842.h +26 五月 2020 | 00:52:22,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509.h +26 五月 2020 | 00:52:22,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780.h +26 五月 2020 | 00:52:22,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842MethodDeclarations.h +26 五月 2020 | 00:52:22,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509MethodDeclarations.h +26 五月 2020 | 00:52:22,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780MethodDeclarations.h +26 五月 2020 | 00:52:22,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880.h +26 五月 2020 | 00:52:22,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086.h +26 五月 2020 | 00:52:22,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880MethodDeclarations.h +26 五月 2020 | 00:52:22,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086MethodDeclarations.h +26 五月 2020 | 00:52:22,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709.h +26 五月 2020 | 00:52:22,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970.h +26 五月 2020 | 00:52:22,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113.h +26 五月 2020 | 00:52:22,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970MethodDeclarations.h +26 五月 2020 | 00:52:22,599 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113MethodDeclarations.h +26 五月 2020 | 00:52:22,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760.h +26 五月 2020 | 00:52:22,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760MethodDeclarations.h +26 五月 2020 | 00:52:22,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796.h +26 五月 2020 | 00:52:22,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870.h +26 五月 2020 | 00:52:22,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709MethodDeclarations.h +26 五月 2020 | 00:52:22,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870MethodDeclarations.h +26 五月 2020 | 00:52:22,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796MethodDeclarations.h +26 五月 2020 | 00:52:22,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322.h +26 五月 2020 | 00:52:22,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286.h +26 五月 2020 | 00:52:22,608 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286MethodDeclarations.h +26 五月 2020 | 00:52:22,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322MethodDeclarations.h +26 五月 2020 | 00:52:22,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357.h +26 五月 2020 | 00:52:22,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930.h +26 五月 2020 | 00:52:22,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930MethodDeclarations.h +26 五月 2020 | 00:52:22,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357MethodDeclarations.h +26 五月 2020 | 00:52:22,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:22,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375.h +26 五月 2020 | 00:52:22,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:22,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375MethodDeclarations.h +26 五月 2020 | 00:52:22,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314.h +26 五月 2020 | 00:52:22,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536.h +26 五月 2020 | 00:52:22,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314MethodDeclarations.h +26 五月 2020 | 00:52:22,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536MethodDeclarations.h +26 五月 2020 | 00:52:22,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216.h +26 五月 2020 | 00:52:22,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691.h +26 五月 2020 | 00:52:22,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691MethodDeclarations.h +26 五月 2020 | 00:52:22,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002.h +26 五月 2020 | 00:52:22,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002MethodDeclarations.h +26 五月 2020 | 00:52:22,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607.h +26 五月 2020 | 00:52:22,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607MethodDeclarations.h +26 五月 2020 | 00:52:22,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216MethodDeclarations.h +26 五月 2020 | 00:52:22,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Dns1335526197.h +26 五月 2020 | 00:52:22,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979.h +26 五月 2020 | 00:52:22,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Dns1335526197MethodDeclarations.h +26 五月 2020 | 00:52:22,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979MethodDeclarations.h +26 五月 2020 | 00:52:22,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363.h +26 五月 2020 | 00:52:22,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200.h +26 五月 2020 | 00:52:22,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200MethodDeclarations.h +26 五月 2020 | 00:52:22,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768.h +26 五月 2020 | 00:52:22,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768MethodDeclarations.h +26 五月 2020 | 00:52:22,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363MethodDeclarations.h +26 五月 2020 | 00:52:22,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590.h +26 五月 2020 | 00:52:22,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135.h +26 五月 2020 | 00:52:22,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111.h +26 五月 2020 | 00:52:22,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590MethodDeclarations.h +26 五月 2020 | 00:52:22,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135MethodDeclarations.h +26 五月 2020 | 00:52:22,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111MethodDeclarations.h +26 五月 2020 | 00:52:22,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388.h +26 五月 2020 | 00:52:22,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351.h +26 五月 2020 | 00:52:22,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211.h +26 五月 2020 | 00:52:22,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388MethodDeclarations.h +26 五月 2020 | 00:52:22,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351MethodDeclarations.h +26 五月 2020 | 00:52:22,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211MethodDeclarations.h +26 五月 2020 | 00:52:22,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659.h +26 五月 2020 | 00:52:22,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659MethodDeclarations.h +26 五月 2020 | 00:52:22,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516.h +26 五月 2020 | 00:52:22,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516MethodDeclarations.h +26 五月 2020 | 00:52:22,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691.h +26 五月 2020 | 00:52:22,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691MethodDeclarations.h +26 五月 2020 | 00:52:22,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156.h +26 五月 2020 | 00:52:22,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156MethodDeclarations.h +26 五月 2020 | 00:52:22,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051.h +26 五月 2020 | 00:52:22,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051MethodDeclarations.h +26 五月 2020 | 00:52:22,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251.h +26 五月 2020 | 00:52:22,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273.h +26 五月 2020 | 00:52:22,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251MethodDeclarations.h +26 五月 2020 | 00:52:22,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273MethodDeclarations.h +26 五月 2020 | 00:52:22,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050.h +26 五月 2020 | 00:52:22,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823.h +26 五月 2020 | 00:52:22,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608.h +26 五月 2020 | 00:52:22,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050MethodDeclarations.h +26 五月 2020 | 00:52:22,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608MethodDeclarations.h +26 五月 2020 | 00:52:22,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302.h +26 五月 2020 | 00:52:22,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823MethodDeclarations.h +26 五月 2020 | 00:52:22,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940.h +26 五月 2020 | 00:52:22,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940MethodDeclarations.h +26 五月 2020 | 00:52:22,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943.h +26 五月 2020 | 00:52:22,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369.h +26 五月 2020 | 00:52:22,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302MethodDeclarations.h +26 五月 2020 | 00:52:22,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943MethodDeclarations.h +26 五月 2020 | 00:52:22,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369MethodDeclarations.h +26 五月 2020 | 00:52:22,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642.h +26 五月 2020 | 00:52:22,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642MethodDeclarations.h +26 五月 2020 | 00:52:22,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589.h +26 五月 2020 | 00:52:22,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589MethodDeclarations.h +26 五月 2020 | 00:52:22,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528.h +26 五月 2020 | 00:52:22,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528MethodDeclarations.h +26 五月 2020 | 00:52:22,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706.h +26 五月 2020 | 00:52:22,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332.h +26 五月 2020 | 00:52:22,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706MethodDeclarations.h +26 五月 2020 | 00:52:22,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332MethodDeclarations.h +26 五月 2020 | 00:52:22,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513.h +26 五月 2020 | 00:52:22,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499.h +26 五月 2020 | 00:52:22,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513MethodDeclarations.h +26 五月 2020 | 00:52:22,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499MethodDeclarations.h +26 五月 2020 | 00:52:22,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723.h +26 五月 2020 | 00:52:22,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273.h +26 五月 2020 | 00:52:22,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239.h +26 五月 2020 | 00:52:22,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239MethodDeclarations.h +26 五月 2020 | 00:52:22,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273MethodDeclarations.h +26 五月 2020 | 00:52:22,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723MethodDeclarations.h +26 五月 2020 | 00:52:22,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315.h +26 五月 2020 | 00:52:22,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766.h +26 五月 2020 | 00:52:22,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578.h +26 五月 2020 | 00:52:22,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315MethodDeclarations.h +26 五月 2020 | 00:52:22,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766MethodDeclarations.h +26 五月 2020 | 00:52:22,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942.h +26 五月 2020 | 00:52:22,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509.h +26 五月 2020 | 00:52:22,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942MethodDeclarations.h +26 五月 2020 | 00:52:22,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509MethodDeclarations.h +26 五月 2020 | 00:52:22,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274.h +26 五月 2020 | 00:52:22,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274MethodDeclarations.h +26 五月 2020 | 00:52:22,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879.h +26 五月 2020 | 00:52:22,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304.h +26 五月 2020 | 00:52:22,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578MethodDeclarations.h +26 五月 2020 | 00:52:22,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879MethodDeclarations.h +26 五月 2020 | 00:52:22,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780.h +26 五月 2020 | 00:52:22,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628.h +26 五月 2020 | 00:52:22,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304MethodDeclarations.h +26 五月 2020 | 00:52:22,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628MethodDeclarations.h +26 五月 2020 | 00:52:22,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780MethodDeclarations.h +26 五月 2020 | 00:52:22,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012.h +26 五月 2020 | 00:52:22,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097.h +26 五月 2020 | 00:52:22,715 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097MethodDeclarations.h +26 五月 2020 | 00:52:22,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113.h +26 五月 2020 | 00:52:22,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044.h +26 五月 2020 | 00:52:22,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012MethodDeclarations.h +26 五月 2020 | 00:52:22,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044MethodDeclarations.h +26 五月 2020 | 00:52:22,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113MethodDeclarations.h +26 五月 2020 | 00:52:22,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181.h +26 五月 2020 | 00:52:22,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760.h +26 五月 2020 | 00:52:22,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181MethodDeclarations.h +26 五月 2020 | 00:52:22,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590.h +26 五月 2020 | 00:52:22,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760MethodDeclarations.h +26 五月 2020 | 00:52:22,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959.h +26 五月 2020 | 00:52:22,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590MethodDeclarations.h +26 五月 2020 | 00:52:22,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796.h +26 五月 2020 | 00:52:22,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959MethodDeclarations.h +26 五月 2020 | 00:52:22,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589.h +26 五月 2020 | 00:52:22,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796MethodDeclarations.h +26 五月 2020 | 00:52:22,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431.h +26 五月 2020 | 00:52:22,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589MethodDeclarations.h +26 五月 2020 | 00:52:22,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431MethodDeclarations.h +26 五月 2020 | 00:52:22,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286.h +26 五月 2020 | 00:52:22,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394.h +26 五月 2020 | 00:52:22,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792.h +26 五月 2020 | 00:52:22,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286MethodDeclarations.h +26 五月 2020 | 00:52:22,727 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394MethodDeclarations.h +26 五月 2020 | 00:52:22,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792MethodDeclarations.h +26 五月 2020 | 00:52:22,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930.h +26 五月 2020 | 00:52:22,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250.h +26 五月 2020 | 00:52:22,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175.h +26 五月 2020 | 00:52:22,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250MethodDeclarations.h +26 五月 2020 | 00:52:22,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313.h +26 五月 2020 | 00:52:22,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313MethodDeclarations.h +26 五月 2020 | 00:52:22,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000.h +26 五月 2020 | 00:52:22,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000MethodDeclarations.h +26 五月 2020 | 00:52:22,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485.h +26 五月 2020 | 00:52:22,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930MethodDeclarations.h +26 五月 2020 | 00:52:22,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485MethodDeclarations.h +26 五月 2020 | 00:52:22,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:22,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175MethodDeclarations.h +26 五月 2020 | 00:52:22,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:22,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055.h +26 五月 2020 | 00:52:22,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314.h +26 五月 2020 | 00:52:22,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553.h +26 五月 2020 | 00:52:22,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553MethodDeclarations.h +26 五月 2020 | 00:52:22,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314MethodDeclarations.h +26 五月 2020 | 00:52:22,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055MethodDeclarations.h +26 五月 2020 | 00:52:22,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630.h +26 五月 2020 | 00:52:22,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630MethodDeclarations.h +26 五月 2020 | 00:52:22,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330.h +26 五月 2020 | 00:52:22,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330MethodDeclarations.h +26 五月 2020 | 00:52:22,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673.h +26 五月 2020 | 00:52:22,753 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216.h +26 五月 2020 | 00:52:22,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720.h +26 五月 2020 | 00:52:22,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673MethodDeclarations.h +26 五月 2020 | 00:52:22,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720MethodDeclarations.h +26 五月 2020 | 00:52:22,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506.h +26 五月 2020 | 00:52:22,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155.h +26 五月 2020 | 00:52:22,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506MethodDeclarations.h +26 五月 2020 | 00:52:22,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155MethodDeclarations.h +26 五月 2020 | 00:52:22,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200.h +26 五月 2020 | 00:52:22,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200MethodDeclarations.h +26 五月 2020 | 00:52:22,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134.h +26 五月 2020 | 00:52:22,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134MethodDeclarations.h +26 五月 2020 | 00:52:22,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256.h +26 五月 2020 | 00:52:22,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319.h +26 五月 2020 | 00:52:22,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319MethodDeclarations.h +26 五月 2020 | 00:52:22,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256MethodDeclarations.h +26 五月 2020 | 00:52:22,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045.h +26 五月 2020 | 00:52:22,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150.h +26 五月 2020 | 00:52:22,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150MethodDeclarations.h +26 五月 2020 | 00:52:22,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045MethodDeclarations.h +26 五月 2020 | 00:52:22,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793.h +26 五月 2020 | 00:52:22,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167.h +26 五月 2020 | 00:52:22,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793MethodDeclarations.h +26 五月 2020 | 00:52:22,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167MethodDeclarations.h +26 五月 2020 | 00:52:22,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604.h +26 五月 2020 | 00:52:22,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705.h +26 五月 2020 | 00:52:22,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604MethodDeclarations.h +26 五月 2020 | 00:52:22,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705MethodDeclarations.h +26 五月 2020 | 00:52:22,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790.h +26 五月 2020 | 00:52:22,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216MethodDeclarations.h +26 五月 2020 | 00:52:22,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790MethodDeclarations.h +26 五月 2020 | 00:52:22,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958.h +26 五月 2020 | 00:52:22,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Dns1335526197.h +26 五月 2020 | 00:52:22,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880.h +26 五月 2020 | 00:52:22,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958MethodDeclarations.h +26 五月 2020 | 00:52:22,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880MethodDeclarations.h +26 五月 2020 | 00:52:22,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Dns1335526197MethodDeclarations.h +26 五月 2020 | 00:52:22,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825.h +26 五月 2020 | 00:52:22,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285.h +26 五月 2020 | 00:52:22,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363.h +26 五月 2020 | 00:52:22,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285MethodDeclarations.h +26 五月 2020 | 00:52:22,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825MethodDeclarations.h +26 五月 2020 | 00:52:22,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417.h +26 五月 2020 | 00:52:22,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432.h +26 五月 2020 | 00:52:22,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417MethodDeclarations.h +26 五月 2020 | 00:52:22,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363MethodDeclarations.h +26 五月 2020 | 00:52:22,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432MethodDeclarations.h +26 五月 2020 | 00:52:22,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533.h +26 五月 2020 | 00:52:22,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111.h +26 五月 2020 | 00:52:22,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059.h +26 五月 2020 | 00:52:22,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533MethodDeclarations.h +26 五月 2020 | 00:52:22,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111MethodDeclarations.h +26 五月 2020 | 00:52:22,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727.h +26 五月 2020 | 00:52:22,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059MethodDeclarations.h +26 五月 2020 | 00:52:22,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154.h +26 五月 2020 | 00:52:22,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727MethodDeclarations.h +26 五月 2020 | 00:52:22,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211.h +26 五月 2020 | 00:52:22,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154MethodDeclarations.h +26 五月 2020 | 00:52:22,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146.h +26 五月 2020 | 00:52:22,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211MethodDeclarations.h +26 五月 2020 | 00:52:22,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492.h +26 五月 2020 | 00:52:22,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146MethodDeclarations.h +26 五月 2020 | 00:52:22,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251.h +26 五月 2020 | 00:52:22,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492MethodDeclarations.h +26 五月 2020 | 00:52:22,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782.h +26 五月 2020 | 00:52:22,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251MethodDeclarations.h +26 五月 2020 | 00:52:22,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782MethodDeclarations.h +26 五月 2020 | 00:52:22,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880.h +26 五月 2020 | 00:52:22,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880MethodDeclarations.h +26 五月 2020 | 00:52:22,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823.h +26 五月 2020 | 00:52:22,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246.h +26 五月 2020 | 00:52:22,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846.h +26 五月 2020 | 00:52:22,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246MethodDeclarations.h +26 五月 2020 | 00:52:22,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846MethodDeclarations.h +26 五月 2020 | 00:52:22,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823MethodDeclarations.h +26 五月 2020 | 00:52:22,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837.h +26 五月 2020 | 00:52:22,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729.h +26 五月 2020 | 00:52:22,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943.h +26 五月 2020 | 00:52:22,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729MethodDeclarations.h +26 五月 2020 | 00:52:22,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943MethodDeclarations.h +26 五月 2020 | 00:52:22,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837MethodDeclarations.h +26 五月 2020 | 00:52:22,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840.h +26 五月 2020 | 00:52:22,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840MethodDeclarations.h +26 五月 2020 | 00:52:22,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353.h +26 五月 2020 | 00:52:22,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353MethodDeclarations.h +26 五月 2020 | 00:52:22,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310.h +26 五月 2020 | 00:52:22,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499.h +26 五月 2020 | 00:52:22,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310MethodDeclarations.h +26 五月 2020 | 00:52:22,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499MethodDeclarations.h +26 五月 2020 | 00:52:22,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387.h +26 五月 2020 | 00:52:22,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286.h +26 五月 2020 | 00:52:22,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286MethodDeclarations.h +26 五月 2020 | 00:52:22,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204.h +26 五月 2020 | 00:52:22,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204MethodDeclarations.h +26 五月 2020 | 00:52:22,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120.h +26 五月 2020 | 00:52:22,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120MethodDeclarations.h +26 五月 2020 | 00:52:22,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618.h +26 五月 2020 | 00:52:22,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589.h +26 五月 2020 | 00:52:22,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387MethodDeclarations.h +26 五月 2020 | 00:52:22,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589MethodDeclarations.h +26 五月 2020 | 00:52:22,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224.h +26 五月 2020 | 00:52:22,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706.h +26 五月 2020 | 00:52:22,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224MethodDeclarations.h +26 五月 2020 | 00:52:22,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618MethodDeclarations.h +26 五月 2020 | 00:52:22,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706MethodDeclarations.h +26 五月 2020 | 00:52:22,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287.h +26 五月 2020 | 00:52:22,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724.h +26 五月 2020 | 00:52:22,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513.h +26 五月 2020 | 00:52:22,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724MethodDeclarations.h +26 五月 2020 | 00:52:22,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287MethodDeclarations.h +26 五月 2020 | 00:52:22,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513MethodDeclarations.h +26 五月 2020 | 00:52:22,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237.h +26 五月 2020 | 00:52:22,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922.h +26 五月 2020 | 00:52:22,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723.h +26 五月 2020 | 00:52:22,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922MethodDeclarations.h +26 五月 2020 | 00:52:22,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237MethodDeclarations.h +26 五月 2020 | 00:52:22,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918.h +26 五月 2020 | 00:52:22,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367.h +26 五月 2020 | 00:52:22,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367MethodDeclarations.h +26 五月 2020 | 00:52:22,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765.h +26 五月 2020 | 00:52:22,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765MethodDeclarations.h +26 五月 2020 | 00:52:22,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918MethodDeclarations.h +26 五月 2020 | 00:52:22,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920.h +26 五月 2020 | 00:52:22,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922.h +26 五月 2020 | 00:52:22,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920MethodDeclarations.h +26 五月 2020 | 00:52:22,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465.h +26 五月 2020 | 00:52:22,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465MethodDeclarations.h +26 五月 2020 | 00:52:22,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519.h +26 五月 2020 | 00:52:22,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723MethodDeclarations.h +26 五月 2020 | 00:52:22,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519MethodDeclarations.h +26 五月 2020 | 00:52:22,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922MethodDeclarations.h +26 五月 2020 | 00:52:22,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766.h +26 五月 2020 | 00:52:22,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766MethodDeclarations.h +26 五月 2020 | 00:52:22,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183.h +26 五月 2020 | 00:52:22,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509.h +26 五月 2020 | 00:52:22,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183MethodDeclarations.h +26 五月 2020 | 00:52:22,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828.h +26 五月 2020 | 00:52:22,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509MethodDeclarations.h +26 五月 2020 | 00:52:22,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317.h +26 五月 2020 | 00:52:22,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828MethodDeclarations.h +26 五月 2020 | 00:52:22,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317MethodDeclarations.h +26 五月 2020 | 00:52:22,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419.h +26 五月 2020 | 00:52:22,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128.h +26 五月 2020 | 00:52:22,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419MethodDeclarations.h +26 五月 2020 | 00:52:22,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128MethodDeclarations.h +26 五月 2020 | 00:52:22,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119.h +26 五月 2020 | 00:52:22,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119MethodDeclarations.h +26 五月 2020 | 00:52:22,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279.h +26 五月 2020 | 00:52:22,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885.h +26 五月 2020 | 00:52:22,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885MethodDeclarations.h +26 五月 2020 | 00:52:22,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279MethodDeclarations.h +26 五月 2020 | 00:52:22,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879.h +26 五月 2020 | 00:52:22,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963.h +26 五月 2020 | 00:52:22,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714.h +26 五月 2020 | 00:52:22,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963MethodDeclarations.h +26 五月 2020 | 00:52:22,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879MethodDeclarations.h +26 五月 2020 | 00:52:22,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714MethodDeclarations.h +26 五月 2020 | 00:52:22,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628.h +26 五月 2020 | 00:52:22,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987.h +26 五月 2020 | 00:52:22,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628MethodDeclarations.h +26 五月 2020 | 00:52:22,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842.h +26 五月 2020 | 00:52:22,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987MethodDeclarations.h +26 五月 2020 | 00:52:22,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842MethodDeclarations.h +26 五月 2020 | 00:52:22,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097.h +26 五月 2020 | 00:52:22,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097MethodDeclarations.h +26 五月 2020 | 00:52:22,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051.h +26 五月 2020 | 00:52:22,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044.h +26 五月 2020 | 00:52:22,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086.h +26 五月 2020 | 00:52:22,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051MethodDeclarations.h +26 五月 2020 | 00:52:22,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044MethodDeclarations.h +26 五月 2020 | 00:52:22,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086MethodDeclarations.h +26 五月 2020 | 00:52:22,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181.h +26 五月 2020 | 00:52:22,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554.h +26 五月 2020 | 00:52:22,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554MethodDeclarations.h +26 五月 2020 | 00:52:22,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181MethodDeclarations.h +26 五月 2020 | 00:52:22,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324.h +26 五月 2020 | 00:52:22,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324MethodDeclarations.h +26 五月 2020 | 00:52:22,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970.h +26 五月 2020 | 00:52:22,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959.h +26 五月 2020 | 00:52:22,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610.h +26 五月 2020 | 00:52:22,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970MethodDeclarations.h +26 五月 2020 | 00:52:22,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610MethodDeclarations.h +26 五月 2020 | 00:52:22,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959MethodDeclarations.h +26 五月 2020 | 00:52:22,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870.h +26 五月 2020 | 00:52:22,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957.h +26 五月 2020 | 00:52:22,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431.h +26 五月 2020 | 00:52:22,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870MethodDeclarations.h +26 五月 2020 | 00:52:22,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957MethodDeclarations.h +26 五月 2020 | 00:52:22,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431MethodDeclarations.h +26 五月 2020 | 00:52:22,905 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322.h +26 五月 2020 | 00:52:22,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385.h +26 五月 2020 | 00:52:22,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792.h +26 五月 2020 | 00:52:22,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385MethodDeclarations.h +26 五月 2020 | 00:52:22,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322MethodDeclarations.h +26 五月 2020 | 00:52:22,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792MethodDeclarations.h +26 五月 2020 | 00:52:22,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531.h +26 五月 2020 | 00:52:22,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357.h +26 五月 2020 | 00:52:22,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531MethodDeclarations.h +26 五月 2020 | 00:52:22,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250.h +26 五月 2020 | 00:52:22,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357MethodDeclarations.h +26 五月 2020 | 00:52:22,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999.h +26 五月 2020 | 00:52:22,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250MethodDeclarations.h +26 五月 2020 | 00:52:22,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375.h +26 五月 2020 | 00:52:22,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999MethodDeclarations.h +26 五月 2020 | 00:52:22,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313.h +26 五月 2020 | 00:52:22,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375MethodDeclarations.h +26 五月 2020 | 00:52:22,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891.h +26 五月 2020 | 00:52:22,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313MethodDeclarations.h +26 五月 2020 | 00:52:22,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891MethodDeclarations.h +26 五月 2020 | 00:52:22,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536.h +26 五月 2020 | 00:52:22,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000.h +26 五月 2020 | 00:52:22,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179.h +26 五月 2020 | 00:52:22,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179MethodDeclarations.h +26 五月 2020 | 00:52:22,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000MethodDeclarations.h +26 五月 2020 | 00:52:22,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485.h +26 五月 2020 | 00:52:22,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821.h +26 五月 2020 | 00:52:22,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536MethodDeclarations.h +26 五月 2020 | 00:52:22,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485MethodDeclarations.h +26 五月 2020 | 00:52:22,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691.h +26 五月 2020 | 00:52:22,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821MethodDeclarations.h +26 五月 2020 | 00:52:22,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055.h +26 五月 2020 | 00:52:22,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517.h +26 五月 2020 | 00:52:22,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691MethodDeclarations.h +26 五月 2020 | 00:52:22,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055MethodDeclarations.h +26 五月 2020 | 00:52:22,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517MethodDeclarations.h +26 五月 2020 | 00:52:22,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002.h +26 五月 2020 | 00:52:22,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630.h +26 五月 2020 | 00:52:22,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773.h +26 五月 2020 | 00:52:22,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630MethodDeclarations.h +26 五月 2020 | 00:52:22,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002MethodDeclarations.h +26 五月 2020 | 00:52:22,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773MethodDeclarations.h +26 五月 2020 | 00:52:22,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330.h +26 五月 2020 | 00:52:22,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330MethodDeclarations.h +26 五月 2020 | 00:52:22,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767.h +26 五月 2020 | 00:52:22,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720.h +26 五月 2020 | 00:52:22,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767MethodDeclarations.h +26 五月 2020 | 00:52:22,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768.h +26 五月 2020 | 00:52:22,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721.h +26 五月 2020 | 00:52:22,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768MethodDeclarations.h +26 五月 2020 | 00:52:22,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721MethodDeclarations.h +26 五月 2020 | 00:52:22,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135.h +26 五月 2020 | 00:52:22,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003.h +26 五月 2020 | 00:52:22,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135MethodDeclarations.h +26 五月 2020 | 00:52:22,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003MethodDeclarations.h +26 五月 2020 | 00:52:22,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351.h +26 五月 2020 | 00:52:22,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720MethodDeclarations.h +26 五月 2020 | 00:52:22,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348.h +26 五月 2020 | 00:52:22,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351MethodDeclarations.h +26 五月 2020 | 00:52:22,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348MethodDeclarations.h +26 五月 2020 | 00:52:22,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120.h +26 五月 2020 | 00:52:22,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120MethodDeclarations.h +26 五月 2020 | 00:52:22,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155.h +26 五月 2020 | 00:52:22,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471.h +26 五月 2020 | 00:52:22,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155MethodDeclarations.h +26 五月 2020 | 00:52:22,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200.h +26 五月 2020 | 00:52:22,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200MethodDeclarations.h +26 五月 2020 | 00:52:22,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134.h +26 五月 2020 | 00:52:22,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134MethodDeclarations.h +26 五月 2020 | 00:52:22,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319.h +26 五月 2020 | 00:52:22,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319MethodDeclarations.h +26 五月 2020 | 00:52:22,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045.h +26 五月 2020 | 00:52:22,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045MethodDeclarations.h +26 五月 2020 | 00:52:22,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793.h +26 五月 2020 | 00:52:22,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793MethodDeclarations.h +26 五月 2020 | 00:52:23,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273.h +26 五月 2020 | 00:52:23,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471MethodDeclarations.h +26 五月 2020 | 00:52:23,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604.h +26 五月 2020 | 00:52:23,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211.h +26 五月 2020 | 00:52:23,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604MethodDeclarations.h +26 五月 2020 | 00:52:23,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211MethodDeclarations.h +26 五月 2020 | 00:52:23,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790.h +26 五月 2020 | 00:52:23,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790MethodDeclarations.h +26 五月 2020 | 00:52:23,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273MethodDeclarations.h +26 五月 2020 | 00:52:23,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880.h +26 五月 2020 | 00:52:23,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608.h +26 五月 2020 | 00:52:23,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880MethodDeclarations.h +26 五月 2020 | 00:52:23,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608MethodDeclarations.h +26 五月 2020 | 00:52:23,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285.h +26 五月 2020 | 00:52:23,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940.h +26 五月 2020 | 00:52:23,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285MethodDeclarations.h +26 五月 2020 | 00:52:23,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940MethodDeclarations.h +26 五月 2020 | 00:52:23,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417.h +26 五月 2020 | 00:52:23,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417MethodDeclarations.h +26 五月 2020 | 00:52:23,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369.h +26 五月 2020 | 00:52:23,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533.h +26 五月 2020 | 00:52:23,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369MethodDeclarations.h +26 五月 2020 | 00:52:23,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533MethodDeclarations.h +26 五月 2020 | 00:52:23,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727.h +26 五月 2020 | 00:52:23,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239.h +26 五月 2020 | 00:52:23,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727MethodDeclarations.h +26 五月 2020 | 00:52:23,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239MethodDeclarations.h +26 五月 2020 | 00:52:23,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146.h +26 五月 2020 | 00:52:23,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578.h +26 五月 2020 | 00:52:23,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146MethodDeclarations.h +26 五月 2020 | 00:52:23,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578MethodDeclarations.h +26 五月 2020 | 00:52:23,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347.h +26 五月 2020 | 00:52:23,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782.h +26 五月 2020 | 00:52:23,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780.h +26 五月 2020 | 00:52:23,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782MethodDeclarations.h +26 五月 2020 | 00:52:23,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347MethodDeclarations.h +26 五月 2020 | 00:52:23,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780MethodDeclarations.h +26 五月 2020 | 00:52:23,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246.h +26 五月 2020 | 00:52:23,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392.h +26 五月 2020 | 00:52:23,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113.h +26 五月 2020 | 00:52:23,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246MethodDeclarations.h +26 五月 2020 | 00:52:23,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392MethodDeclarations.h +26 五月 2020 | 00:52:23,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113MethodDeclarations.h +26 五月 2020 | 00:52:23,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837.h +26 五月 2020 | 00:52:23,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478.h +26 五月 2020 | 00:52:23,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760.h +26 五月 2020 | 00:52:23,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837MethodDeclarations.h +26 五月 2020 | 00:52:23,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478MethodDeclarations.h +26 五月 2020 | 00:52:23,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760MethodDeclarations.h +26 五月 2020 | 00:52:23,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840.h +26 五月 2020 | 00:52:23,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610.h +26 五月 2020 | 00:52:23,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796.h +26 五月 2020 | 00:52:23,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840MethodDeclarations.h +26 五月 2020 | 00:52:23,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610MethodDeclarations.h +26 五月 2020 | 00:52:23,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796MethodDeclarations.h +26 五月 2020 | 00:52:23,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353.h +26 五月 2020 | 00:52:23,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504.h +26 五月 2020 | 00:52:23,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504MethodDeclarations.h +26 五月 2020 | 00:52:23,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286.h +26 五月 2020 | 00:52:23,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050.h +26 五月 2020 | 00:52:23,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286MethodDeclarations.h +26 五月 2020 | 00:52:23,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050MethodDeclarations.h +26 五月 2020 | 00:52:23,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353MethodDeclarations.h +26 五月 2020 | 00:52:23,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499.h +26 五月 2020 | 00:52:23,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930.h +26 五月 2020 | 00:52:23,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499MethodDeclarations.h +26 五月 2020 | 00:52:23,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930MethodDeclarations.h +26 五月 2020 | 00:52:23,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286.h +26 五月 2020 | 00:52:23,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286MethodDeclarations.h +26 五月 2020 | 00:52:23,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:23,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204.h +26 五月 2020 | 00:52:23,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:23,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204MethodDeclarations.h +26 五月 2020 | 00:52:23,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314.h +26 五月 2020 | 00:52:23,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314MethodDeclarations.h +26 五月 2020 | 00:52:23,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216.h +26 五月 2020 | 00:52:23,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623.h +26 五月 2020 | 00:52:23,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216MethodDeclarations.h +26 五月 2020 | 00:52:23,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120.h +26 五月 2020 | 00:52:23,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623MethodDeclarations.h +26 五月 2020 | 00:52:23,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120MethodDeclarations.h +26 五月 2020 | 00:52:23,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Dns1335526197.h +26 五月 2020 | 00:52:23,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610.h +26 五月 2020 | 00:52:23,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618.h +26 五月 2020 | 00:52:23,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Dns1335526197MethodDeclarations.h +26 五月 2020 | 00:52:23,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610MethodDeclarations.h +26 五月 2020 | 00:52:23,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363.h +26 五月 2020 | 00:52:23,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419.h +26 五月 2020 | 00:52:23,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419MethodDeclarations.h +26 五月 2020 | 00:52:23,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363MethodDeclarations.h +26 五月 2020 | 00:52:23,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853.h +26 五月 2020 | 00:52:23,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111.h +26 五月 2020 | 00:52:23,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853MethodDeclarations.h +26 五月 2020 | 00:52:23,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111MethodDeclarations.h +26 五月 2020 | 00:52:23,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605.h +26 五月 2020 | 00:52:23,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605MethodDeclarations.h +26 五月 2020 | 00:52:23,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230.h +26 五月 2020 | 00:52:23,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230MethodDeclarations.h +26 五月 2020 | 00:52:23,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562.h +26 五月 2020 | 00:52:23,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618MethodDeclarations.h +26 五月 2020 | 00:52:23,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211.h +26 五月 2020 | 00:52:23,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211MethodDeclarations.h +26 五月 2020 | 00:52:23,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562MethodDeclarations.h +26 五月 2020 | 00:52:23,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724.h +26 五月 2020 | 00:52:23,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978.h +26 五月 2020 | 00:52:23,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724MethodDeclarations.h +26 五月 2020 | 00:52:23,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251.h +26 五月 2020 | 00:52:23,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978MethodDeclarations.h +26 五月 2020 | 00:52:23,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237.h +26 五月 2020 | 00:52:23,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251MethodDeclarations.h +26 五月 2020 | 00:52:23,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083.h +26 五月 2020 | 00:52:23,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237MethodDeclarations.h +26 五月 2020 | 00:52:23,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823.h +26 五月 2020 | 00:52:23,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083MethodDeclarations.h +26 五月 2020 | 00:52:23,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367.h +26 五月 2020 | 00:52:23,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823MethodDeclarations.h +26 五月 2020 | 00:52:23,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425.h +26 五月 2020 | 00:52:23,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367MethodDeclarations.h +26 五月 2020 | 00:52:23,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943.h +26 五月 2020 | 00:52:23,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765.h +26 五月 2020 | 00:52:23,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425MethodDeclarations.h +26 五月 2020 | 00:52:23,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943MethodDeclarations.h +26 五月 2020 | 00:52:23,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765MethodDeclarations.h +26 五月 2020 | 00:52:23,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237.h +26 五月 2020 | 00:52:23,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922.h +26 五月 2020 | 00:52:23,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237MethodDeclarations.h +26 五月 2020 | 00:52:23,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589.h +26 五月 2020 | 00:52:23,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113.h +26 五月 2020 | 00:52:23,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589MethodDeclarations.h +26 五月 2020 | 00:52:23,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113MethodDeclarations.h +26 五月 2020 | 00:52:23,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041.h +26 五月 2020 | 00:52:23,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706.h +26 五月 2020 | 00:52:23,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922MethodDeclarations.h +26 五月 2020 | 00:52:23,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706MethodDeclarations.h +26 五月 2020 | 00:52:23,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183.h +26 五月 2020 | 00:52:23,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513.h +26 五月 2020 | 00:52:23,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041MethodDeclarations.h +26 五月 2020 | 00:52:23,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183MethodDeclarations.h +26 五月 2020 | 00:52:23,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325.h +26 五月 2020 | 00:52:23,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317.h +26 五月 2020 | 00:52:23,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513MethodDeclarations.h +26 五月 2020 | 00:52:23,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325MethodDeclarations.h +26 五月 2020 | 00:52:23,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317MethodDeclarations.h +26 五月 2020 | 00:52:23,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723.h +26 五月 2020 | 00:52:23,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128.h +26 五月 2020 | 00:52:23,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723MethodDeclarations.h +26 五月 2020 | 00:52:23,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128MethodDeclarations.h +26 五月 2020 | 00:52:23,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119.h +26 五月 2020 | 00:52:23,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766.h +26 五月 2020 | 00:52:23,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766MethodDeclarations.h +26 五月 2020 | 00:52:23,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119MethodDeclarations.h +26 五月 2020 | 00:52:23,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131.h +26 五月 2020 | 00:52:23,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885.h +26 五月 2020 | 00:52:23,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509.h +26 五月 2020 | 00:52:23,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131MethodDeclarations.h +26 五月 2020 | 00:52:23,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885MethodDeclarations.h +26 五月 2020 | 00:52:23,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760.h +26 五月 2020 | 00:52:23,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509MethodDeclarations.h +26 五月 2020 | 00:52:23,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963.h +26 五月 2020 | 00:52:23,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760MethodDeclarations.h +26 五月 2020 | 00:52:23,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963MethodDeclarations.h +26 五月 2020 | 00:52:23,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879.h +26 五月 2020 | 00:52:23,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162.h +26 五月 2020 | 00:52:23,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879MethodDeclarations.h +26 五月 2020 | 00:52:23,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987.h +26 五月 2020 | 00:52:23,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162MethodDeclarations.h +26 五月 2020 | 00:52:23,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628.h +26 五月 2020 | 00:52:23,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987MethodDeclarations.h +26 五月 2020 | 00:52:23,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628MethodDeclarations.h +26 五月 2020 | 00:52:23,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180.h +26 五月 2020 | 00:52:23,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097.h +26 五月 2020 | 00:52:23,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180MethodDeclarations.h +26 五月 2020 | 00:52:23,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097MethodDeclarations.h +26 五月 2020 | 00:52:23,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044.h +26 五月 2020 | 00:52:23,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044MethodDeclarations.h +26 五月 2020 | 00:52:23,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181.h +26 五月 2020 | 00:52:23,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181MethodDeclarations.h +26 五月 2020 | 00:52:23,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959.h +26 五月 2020 | 00:52:23,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959MethodDeclarations.h +26 五月 2020 | 00:52:23,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431.h +26 五月 2020 | 00:52:23,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431MethodDeclarations.h +26 五月 2020 | 00:52:23,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792.h +26 五月 2020 | 00:52:23,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792MethodDeclarations.h +26 五月 2020 | 00:52:23,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250.h +26 五月 2020 | 00:52:23,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250MethodDeclarations.h +26 五月 2020 | 00:52:23,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313.h +26 五月 2020 | 00:52:23,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313MethodDeclarations.h +26 五月 2020 | 00:52:23,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000.h +26 五月 2020 | 00:52:23,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000MethodDeclarations.h +26 五月 2020 | 00:52:23,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485.h +26 五月 2020 | 00:52:23,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485MethodDeclarations.h +26 五月 2020 | 00:52:23,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055.h +26 五月 2020 | 00:52:23,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051.h +26 五月 2020 | 00:52:23,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473.h +26 五月 2020 | 00:52:23,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051MethodDeclarations.h +26 五月 2020 | 00:52:23,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473MethodDeclarations.h +26 五月 2020 | 00:52:23,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554.h +26 五月 2020 | 00:52:23,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899.h +26 五月 2020 | 00:52:23,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554MethodDeclarations.h +26 五月 2020 | 00:52:23,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899MethodDeclarations.h +26 五月 2020 | 00:52:23,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324.h +26 五月 2020 | 00:52:23,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324MethodDeclarations.h +26 五月 2020 | 00:52:23,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671.h +26 五月 2020 | 00:52:23,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610.h +26 五月 2020 | 00:52:23,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671MethodDeclarations.h +26 五月 2020 | 00:52:23,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610MethodDeclarations.h +26 五月 2020 | 00:52:23,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957.h +26 五月 2020 | 00:52:23,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957MethodDeclarations.h +26 五月 2020 | 00:52:23,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973.h +26 五月 2020 | 00:52:23,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385.h +26 五月 2020 | 00:52:23,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973MethodDeclarations.h +26 五月 2020 | 00:52:23,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385MethodDeclarations.h +26 五月 2020 | 00:52:23,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952.h +26 五月 2020 | 00:52:23,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531.h +26 五月 2020 | 00:52:23,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952MethodDeclarations.h +26 五月 2020 | 00:52:23,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531MethodDeclarations.h +26 五月 2020 | 00:52:23,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910.h +26 五月 2020 | 00:52:23,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999.h +26 五月 2020 | 00:52:23,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910MethodDeclarations.h +26 五月 2020 | 00:52:23,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999MethodDeclarations.h +26 五月 2020 | 00:52:23,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394.h +26 五月 2020 | 00:52:23,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394MethodDeclarations.h +26 五月 2020 | 00:52:23,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293.h +26 五月 2020 | 00:52:23,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055MethodDeclarations.h +26 五月 2020 | 00:52:23,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293MethodDeclarations.h +26 五月 2020 | 00:52:23,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891.h +26 五月 2020 | 00:52:23,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630.h +26 五月 2020 | 00:52:23,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905.h +26 五月 2020 | 00:52:23,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891MethodDeclarations.h +26 五月 2020 | 00:52:23,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630MethodDeclarations.h +26 五月 2020 | 00:52:23,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179.h +26 五月 2020 | 00:52:23,244 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905MethodDeclarations.h +26 五月 2020 | 00:52:23,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179MethodDeclarations.h +26 五月 2020 | 00:52:23,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330.h +26 五月 2020 | 00:52:23,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359.h +26 五月 2020 | 00:52:23,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821.h +26 五月 2020 | 00:52:23,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330MethodDeclarations.h +26 五月 2020 | 00:52:23,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359MethodDeclarations.h +26 五月 2020 | 00:52:23,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821MethodDeclarations.h +26 五月 2020 | 00:52:23,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720.h +26 五月 2020 | 00:52:23,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825.h +26 五月 2020 | 00:52:23,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517.h +26 五月 2020 | 00:52:23,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825MethodDeclarations.h +26 五月 2020 | 00:52:23,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517MethodDeclarations.h +26 五月 2020 | 00:52:23,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720MethodDeclarations.h +26 五月 2020 | 00:52:23,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613.h +26 五月 2020 | 00:52:23,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773.h +26 五月 2020 | 00:52:23,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155.h +26 五月 2020 | 00:52:23,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773MethodDeclarations.h +26 五月 2020 | 00:52:23,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613MethodDeclarations.h +26 五月 2020 | 00:52:23,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155MethodDeclarations.h +26 五月 2020 | 00:52:23,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767.h +26 五月 2020 | 00:52:23,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200.h +26 五月 2020 | 00:52:23,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767MethodDeclarations.h +26 五月 2020 | 00:52:23,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200MethodDeclarations.h +26 五月 2020 | 00:52:23,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721.h +26 五月 2020 | 00:52:23,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134.h +26 五月 2020 | 00:52:23,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134MethodDeclarations.h +26 五月 2020 | 00:52:23,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721MethodDeclarations.h +26 五月 2020 | 00:52:23,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319.h +26 五月 2020 | 00:52:23,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003.h +26 五月 2020 | 00:52:23,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319MethodDeclarations.h +26 五月 2020 | 00:52:23,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727.h +26 五月 2020 | 00:52:23,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003MethodDeclarations.h +26 五月 2020 | 00:52:23,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727MethodDeclarations.h +26 五月 2020 | 00:52:23,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045.h +26 五月 2020 | 00:52:23,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348.h +26 五月 2020 | 00:52:23,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045MethodDeclarations.h +26 五月 2020 | 00:52:23,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348MethodDeclarations.h +26 五月 2020 | 00:52:23,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793.h +26 五月 2020 | 00:52:23,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120.h +26 五月 2020 | 00:52:23,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793MethodDeclarations.h +26 五月 2020 | 00:52:23,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120MethodDeclarations.h +26 五月 2020 | 00:52:23,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471.h +26 五月 2020 | 00:52:23,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604.h +26 五月 2020 | 00:52:23,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545.h +26 五月 2020 | 00:52:23,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471MethodDeclarations.h +26 五月 2020 | 00:52:23,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545MethodDeclarations.h +26 五月 2020 | 00:52:23,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604MethodDeclarations.h +26 五月 2020 | 00:52:23,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135.h +26 五月 2020 | 00:52:23,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211.h +26 五月 2020 | 00:52:23,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790.h +26 五月 2020 | 00:52:23,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211MethodDeclarations.h +26 五月 2020 | 00:52:23,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135MethodDeclarations.h +26 五月 2020 | 00:52:23,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790MethodDeclarations.h +26 五月 2020 | 00:52:23,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347.h +26 五月 2020 | 00:52:23,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880.h +26 五月 2020 | 00:52:23,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347MethodDeclarations.h +26 五月 2020 | 00:52:23,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880MethodDeclarations.h +26 五月 2020 | 00:52:23,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285.h +26 五月 2020 | 00:52:23,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392.h +26 五月 2020 | 00:52:23,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285MethodDeclarations.h +26 五月 2020 | 00:52:23,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392MethodDeclarations.h +26 五月 2020 | 00:52:23,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417.h +26 五月 2020 | 00:52:23,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417MethodDeclarations.h +26 五月 2020 | 00:52:23,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478.h +26 五月 2020 | 00:52:23,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533.h +26 五月 2020 | 00:52:23,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533MethodDeclarations.h +26 五月 2020 | 00:52:23,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478MethodDeclarations.h +26 五月 2020 | 00:52:23,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610.h +26 五月 2020 | 00:52:23,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727.h +26 五月 2020 | 00:52:23,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610MethodDeclarations.h +26 五月 2020 | 00:52:23,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727MethodDeclarations.h +26 五月 2020 | 00:52:23,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504.h +26 五月 2020 | 00:52:23,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146.h +26 五月 2020 | 00:52:23,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504MethodDeclarations.h +26 五月 2020 | 00:52:23,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146MethodDeclarations.h +26 五月 2020 | 00:52:23,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050.h +26 五月 2020 | 00:52:23,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782.h +26 五月 2020 | 00:52:23,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050MethodDeclarations.h +26 五月 2020 | 00:52:23,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782MethodDeclarations.h +26 五月 2020 | 00:52:23,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246.h +26 五月 2020 | 00:52:23,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658.h +26 五月 2020 | 00:52:23,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623.h +26 五月 2020 | 00:52:23,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658MethodDeclarations.h +26 五月 2020 | 00:52:23,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623MethodDeclarations.h +26 五月 2020 | 00:52:23,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246MethodDeclarations.h +26 五月 2020 | 00:52:23,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837.h +26 五月 2020 | 00:52:23,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610.h +26 五月 2020 | 00:52:23,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789.h +26 五月 2020 | 00:52:23,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610MethodDeclarations.h +26 五月 2020 | 00:52:23,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789MethodDeclarations.h +26 五月 2020 | 00:52:23,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837MethodDeclarations.h +26 五月 2020 | 00:52:23,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419.h +26 五月 2020 | 00:52:23,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284.h +26 五月 2020 | 00:52:23,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840.h +26 五月 2020 | 00:52:23,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419MethodDeclarations.h +26 五月 2020 | 00:52:23,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284MethodDeclarations.h +26 五月 2020 | 00:52:23,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840MethodDeclarations.h +26 五月 2020 | 00:52:23,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853.h +26 五月 2020 | 00:52:23,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926.h +26 五月 2020 | 00:52:23,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853MethodDeclarations.h +26 五月 2020 | 00:52:23,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926MethodDeclarations.h +26 五月 2020 | 00:52:23,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353.h +26 五月 2020 | 00:52:23,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353MethodDeclarations.h +26 五月 2020 | 00:52:23,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499.h +26 五月 2020 | 00:52:23,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605.h +26 五月 2020 | 00:52:23,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652.h +26 五月 2020 | 00:52:23,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499MethodDeclarations.h +26 五月 2020 | 00:52:23,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605MethodDeclarations.h +26 五月 2020 | 00:52:23,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652MethodDeclarations.h +26 五月 2020 | 00:52:23,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286.h +26 五月 2020 | 00:52:23,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286MethodDeclarations.h +26 五月 2020 | 00:52:23,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230.h +26 五月 2020 | 00:52:23,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183.h +26 五月 2020 | 00:52:23,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230MethodDeclarations.h +26 五月 2020 | 00:52:23,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204.h +26 五月 2020 | 00:52:23,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183MethodDeclarations.h +26 五月 2020 | 00:52:23,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562.h +26 五月 2020 | 00:52:23,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204MethodDeclarations.h +26 五月 2020 | 00:52:23,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915.h +26 五月 2020 | 00:52:23,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562MethodDeclarations.h +26 五月 2020 | 00:52:23,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120.h +26 五月 2020 | 00:52:23,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978.h +26 五月 2020 | 00:52:23,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120MethodDeclarations.h +26 五月 2020 | 00:52:23,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978MethodDeclarations.h +26 五月 2020 | 00:52:23,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618.h +26 五月 2020 | 00:52:23,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083.h +26 五月 2020 | 00:52:23,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083MethodDeclarations.h +26 五月 2020 | 00:52:23,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425.h +26 五月 2020 | 00:52:23,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425MethodDeclarations.h +26 五月 2020 | 00:52:23,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237.h +26 五月 2020 | 00:52:23,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237MethodDeclarations.h +26 五月 2020 | 00:52:23,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113.h +26 五月 2020 | 00:52:23,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113MethodDeclarations.h +26 五月 2020 | 00:52:23,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041.h +26 五月 2020 | 00:52:23,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041MethodDeclarations.h +26 五月 2020 | 00:52:23,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325.h +26 五月 2020 | 00:52:23,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325MethodDeclarations.h +26 五月 2020 | 00:52:23,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915MethodDeclarations.h +26 五月 2020 | 00:52:23,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618MethodDeclarations.h +26 五月 2020 | 00:52:23,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744.h +26 五月 2020 | 00:52:23,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724.h +26 五月 2020 | 00:52:23,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724MethodDeclarations.h +26 五月 2020 | 00:52:23,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744MethodDeclarations.h +26 五月 2020 | 00:52:23,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237.h +26 五月 2020 | 00:52:23,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340.h +26 五月 2020 | 00:52:23,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237MethodDeclarations.h +26 五月 2020 | 00:52:23,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367.h +26 五月 2020 | 00:52:23,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340MethodDeclarations.h +26 五月 2020 | 00:52:23,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367MethodDeclarations.h +26 五月 2020 | 00:52:23,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765.h +26 五月 2020 | 00:52:23,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765MethodDeclarations.h +26 五月 2020 | 00:52:23,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076.h +26 五月 2020 | 00:52:23,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922.h +26 五月 2020 | 00:52:23,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076MethodDeclarations.h +26 五月 2020 | 00:52:23,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851.h +26 五月 2020 | 00:52:23,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851MethodDeclarations.h +26 五月 2020 | 00:52:23,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011.h +26 五月 2020 | 00:52:23,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131.h +26 五月 2020 | 00:52:23,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131MethodDeclarations.h +26 五月 2020 | 00:52:23,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760.h +26 五月 2020 | 00:52:23,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760MethodDeclarations.h +26 五月 2020 | 00:52:23,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922MethodDeclarations.h +26 五月 2020 | 00:52:23,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162.h +26 五月 2020 | 00:52:23,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183.h +26 五月 2020 | 00:52:23,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162MethodDeclarations.h +26 五月 2020 | 00:52:23,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183MethodDeclarations.h +26 五月 2020 | 00:52:23,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180.h +26 五月 2020 | 00:52:23,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317.h +26 五月 2020 | 00:52:23,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180MethodDeclarations.h +26 五月 2020 | 00:52:23,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011MethodDeclarations.h +26 五月 2020 | 00:52:23,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317MethodDeclarations.h +26 五月 2020 | 00:52:23,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473.h +26 五月 2020 | 00:52:23,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170.h +26 五月 2020 | 00:52:23,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473MethodDeclarations.h +26 五月 2020 | 00:52:23,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128.h +26 五月 2020 | 00:52:23,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128MethodDeclarations.h +26 五月 2020 | 00:52:23,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170MethodDeclarations.h +26 五月 2020 | 00:52:23,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899.h +26 五月 2020 | 00:52:23,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119.h +26 五月 2020 | 00:52:23,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923.h +26 五月 2020 | 00:52:23,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899MethodDeclarations.h +26 五月 2020 | 00:52:23,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119MethodDeclarations.h +26 五月 2020 | 00:52:23,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923MethodDeclarations.h +26 五月 2020 | 00:52:23,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671.h +26 五月 2020 | 00:52:23,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885.h +26 五月 2020 | 00:52:23,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885MethodDeclarations.h +26 五月 2020 | 00:52:23,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535.h +26 五月 2020 | 00:52:23,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671MethodDeclarations.h +26 五月 2020 | 00:52:23,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963.h +26 五月 2020 | 00:52:23,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535MethodDeclarations.h +26 五月 2020 | 00:52:23,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963MethodDeclarations.h +26 五月 2020 | 00:52:23,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973.h +26 五月 2020 | 00:52:23,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699.h +26 五月 2020 | 00:52:23,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973MethodDeclarations.h +26 五月 2020 | 00:52:23,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987.h +26 五月 2020 | 00:52:23,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699MethodDeclarations.h +26 五月 2020 | 00:52:23,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952.h +26 五月 2020 | 00:52:23,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987MethodDeclarations.h +26 五月 2020 | 00:52:23,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952MethodDeclarations.h +26 五月 2020 | 00:52:23,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024.h +26 五月 2020 | 00:52:23,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910.h +26 五月 2020 | 00:52:23,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024MethodDeclarations.h +26 五月 2020 | 00:52:23,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051.h +26 五月 2020 | 00:52:23,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910MethodDeclarations.h +26 五月 2020 | 00:52:23,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051.h +26 五月 2020 | 00:52:23,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051MethodDeclarations.h +26 五月 2020 | 00:52:23,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394.h +26 五月 2020 | 00:52:23,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051MethodDeclarations.h +26 五月 2020 | 00:52:23,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394MethodDeclarations.h +26 五月 2020 | 00:52:23,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133.h +26 五月 2020 | 00:52:23,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293.h +26 五月 2020 | 00:52:23,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554.h +26 五月 2020 | 00:52:23,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133MethodDeclarations.h +26 五月 2020 | 00:52:23,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293MethodDeclarations.h +26 五月 2020 | 00:52:23,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554MethodDeclarations.h +26 五月 2020 | 00:52:23,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488.h +26 五月 2020 | 00:52:23,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905.h +26 五月 2020 | 00:52:23,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324.h +26 五月 2020 | 00:52:23,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324MethodDeclarations.h +26 五月 2020 | 00:52:23,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905MethodDeclarations.h +26 五月 2020 | 00:52:23,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488MethodDeclarations.h +26 五月 2020 | 00:52:23,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610.h +26 五月 2020 | 00:52:23,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359.h +26 五月 2020 | 00:52:23,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610MethodDeclarations.h +26 五月 2020 | 00:52:23,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359MethodDeclarations.h +26 五月 2020 | 00:52:23,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011.h +26 五月 2020 | 00:52:23,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957.h +26 五月 2020 | 00:52:23,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825.h +26 五月 2020 | 00:52:23,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011MethodDeclarations.h +26 五月 2020 | 00:52:23,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957MethodDeclarations.h +26 五月 2020 | 00:52:23,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825MethodDeclarations.h +26 五月 2020 | 00:52:23,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385.h +26 五月 2020 | 00:52:23,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613.h +26 五月 2020 | 00:52:23,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472.h +26 五月 2020 | 00:52:23,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613MethodDeclarations.h +26 五月 2020 | 00:52:23,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385MethodDeclarations.h +26 五月 2020 | 00:52:23,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531.h +26 五月 2020 | 00:52:23,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531MethodDeclarations.h +26 五月 2020 | 00:52:23,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999.h +26 五月 2020 | 00:52:23,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999MethodDeclarations.h +26 五月 2020 | 00:52:23,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891.h +26 五月 2020 | 00:52:23,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891MethodDeclarations.h +26 五月 2020 | 00:52:23,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179.h +26 五月 2020 | 00:52:23,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179MethodDeclarations.h +26 五月 2020 | 00:52:23,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727.h +26 五月 2020 | 00:52:23,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472MethodDeclarations.h +26 五月 2020 | 00:52:23,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727MethodDeclarations.h +26 五月 2020 | 00:52:23,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821.h +26 五月 2020 | 00:52:23,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545.h +26 五月 2020 | 00:52:23,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Uri19570940.h +26 五月 2020 | 00:52:23,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821MethodDeclarations.h +26 五月 2020 | 00:52:23,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545MethodDeclarations.h +26 五月 2020 | 00:52:23,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517.h +26 五月 2020 | 00:52:23,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Uri19570940MethodDeclarations.h +26 五月 2020 | 00:52:23,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517MethodDeclarations.h +26 五月 2020 | 00:52:23,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriBuilder2016461725.h +26 五月 2020 | 00:52:23,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135.h +26 五月 2020 | 00:52:23,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriBuilder2016461725MethodDeclarations.h +26 五月 2020 | 00:52:23,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135MethodDeclarations.h +26 五月 2020 | 00:52:23,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658.h +26 五月 2020 | 00:52:23,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658MethodDeclarations.h +26 五月 2020 | 00:52:23,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773.h +26 五月 2020 | 00:52:23,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriFormatException3682083048.h +26 五月 2020 | 00:52:23,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789.h +26 五月 2020 | 00:52:23,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773MethodDeclarations.h +26 五月 2020 | 00:52:23,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriFormatException3682083048MethodDeclarations.h +26 五月 2020 | 00:52:23,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789MethodDeclarations.h +26 五月 2020 | 00:52:23,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109.h +26 五月 2020 | 00:52:23,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767.h +26 五月 2020 | 00:52:23,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109MethodDeclarations.h +26 五月 2020 | 00:52:23,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284.h +26 五月 2020 | 00:52:23,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767MethodDeclarations.h +26 五月 2020 | 00:52:23,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284MethodDeclarations.h +26 五月 2020 | 00:52:23,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriKind1128731744.h +26 五月 2020 | 00:52:23,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926.h +26 五月 2020 | 00:52:23,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926MethodDeclarations.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriKind1128731744MethodDeclarations.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriParser1012511323.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriParser1012511323MethodDeclarations.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721MethodDeclarations.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003MethodDeclarations.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348MethodDeclarations.h +26 五月 2020 | 00:52:23,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120.h +26 五月 2020 | 00:52:23,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120MethodDeclarations.h +26 五月 2020 | 00:52:23,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471.h +26 五月 2020 | 00:52:23,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652.h +26 五月 2020 | 00:52:23,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652MethodDeclarations.h +26 五月 2020 | 00:52:23,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471MethodDeclarations.h +26 五月 2020 | 00:52:23,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183.h +26 五月 2020 | 00:52:23,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211.h +26 五月 2020 | 00:52:23,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriPartial112107391.h +26 五月 2020 | 00:52:23,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211MethodDeclarations.h +26 五月 2020 | 00:52:23,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriPartial112107391MethodDeclarations.h +26 五月 2020 | 00:52:23,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183MethodDeclarations.h +26 五月 2020 | 00:52:23,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448.h +26 五月 2020 | 00:52:23,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448MethodDeclarations.h +26 五月 2020 | 00:52:23,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915.h +26 五月 2020 | 00:52:23,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347.h +26 五月 2020 | 00:52:23,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943.h +26 五月 2020 | 00:52:23,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915MethodDeclarations.h +26 五月 2020 | 00:52:23,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347MethodDeclarations.h +26 五月 2020 | 00:52:23,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744.h +26 五月 2020 | 00:52:23,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943MethodDeclarations.h +26 五月 2020 | 00:52:23,624 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:23,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744MethodDeclarations.h +26 五月 2020 | 00:52:23,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392.h +26 五月 2020 | 00:52:23,624 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:23,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392MethodDeclarations.h +26 五月 2020 | 00:52:23,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:23,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340.h +26 五月 2020 | 00:52:23,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478.h +26 五月 2020 | 00:52:23,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:23,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340MethodDeclarations.h +26 五月 2020 | 00:52:23,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802.h +26 五月 2020 | 00:52:23,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478MethodDeclarations.h +26 五月 2020 | 00:52:23,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802MethodDeclarations.h +26 五月 2020 | 00:52:23,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610.h +26 五月 2020 | 00:52:23,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554.h +26 五月 2020 | 00:52:23,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610MethodDeclarations.h +26 五月 2020 | 00:52:23,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554MethodDeclarations.h +26 五月 2020 | 00:52:23,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076.h +26 五月 2020 | 00:52:23,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504.h +26 五月 2020 | 00:52:23,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityClassRegistration.cpp +26 五月 2020 | 00:52:23,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076MethodDeclarations.h +26 五月 2020 | 00:52:23,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504MethodDeclarations.h +26 五月 2020 | 00:52:23,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_ArrayTypes.h +26 五月 2020 | 00:52:23,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050.h +26 五月 2020 | 00:52:23,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851.h +26 五月 2020 | 00:52:23,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050MethodDeclarations.h +26 五月 2020 | 00:52:23,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:23,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851MethodDeclarations.h +26 五月 2020 | 00:52:23,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:23,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011.h +26 五月 2020 | 00:52:23,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591.h +26 五月 2020 | 00:52:23,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591MethodDeclarations.h +26 五月 2020 | 00:52:23,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623.h +26 五月 2020 | 00:52:23,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011MethodDeclarations.h +26 五月 2020 | 00:52:23,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973.h +26 五月 2020 | 00:52:23,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623MethodDeclarations.h +26 五月 2020 | 00:52:23,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973MethodDeclarations.h +26 五月 2020 | 00:52:23,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610.h +26 五月 2020 | 00:52:23,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170.h +26 五月 2020 | 00:52:23,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093.h +26 五月 2020 | 00:52:23,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610MethodDeclarations.h +26 五月 2020 | 00:52:23,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170MethodDeclarations.h +26 五月 2020 | 00:52:23,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419.h +26 五月 2020 | 00:52:23,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923.h +26 五月 2020 | 00:52:23,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419MethodDeclarations.h +26 五月 2020 | 00:52:23,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923MethodDeclarations.h +26 五月 2020 | 00:52:23,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853.h +26 五月 2020 | 00:52:23,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535.h +26 五月 2020 | 00:52:23,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853MethodDeclarations.h +26 五月 2020 | 00:52:23,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535MethodDeclarations.h +26 五月 2020 | 00:52:23,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605.h +26 五月 2020 | 00:52:23,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093MethodDeclarations.h +26 五月 2020 | 00:52:23,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699.h +26 五月 2020 | 00:52:23,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448.h +26 五月 2020 | 00:52:23,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605MethodDeclarations.h +26 五月 2020 | 00:52:23,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699MethodDeclarations.h +26 五月 2020 | 00:52:23,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448MethodDeclarations.h +26 五月 2020 | 00:52:23,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230.h +26 五月 2020 | 00:52:23,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024.h +26 五月 2020 | 00:52:23,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042.h +26 五月 2020 | 00:52:23,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024MethodDeclarations.h +26 五月 2020 | 00:52:23,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042MethodDeclarations.h +26 五月 2020 | 00:52:23,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051.h +26 五月 2020 | 00:52:23,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500.h +26 五月 2020 | 00:52:23,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051MethodDeclarations.h +26 五月 2020 | 00:52:23,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500MethodDeclarations.h +26 五月 2020 | 00:52:23,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230MethodDeclarations.h +26 五月 2020 | 00:52:23,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133.h +26 五月 2020 | 00:52:23,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562.h +26 五月 2020 | 00:52:23,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562MethodDeclarations.h +26 五月 2020 | 00:52:23,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133MethodDeclarations.h +26 五月 2020 | 00:52:23,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699.h +26 五月 2020 | 00:52:23,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978.h +26 五月 2020 | 00:52:23,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488.h +26 五月 2020 | 00:52:23,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978MethodDeclarations.h +26 五月 2020 | 00:52:23,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699MethodDeclarations.h +26 五月 2020 | 00:52:23,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488MethodDeclarations.h +26 五月 2020 | 00:52:23,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083.h +26 五月 2020 | 00:52:23,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011.h +26 五月 2020 | 00:52:23,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072.h +26 五月 2020 | 00:52:23,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083MethodDeclarations.h +26 五月 2020 | 00:52:23,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011MethodDeclarations.h +26 五月 2020 | 00:52:23,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072MethodDeclarations.h +26 五月 2020 | 00:52:23,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425.h +26 五月 2020 | 00:52:23,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472.h +26 五月 2020 | 00:52:23,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318.h +26 五月 2020 | 00:52:23,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318MethodDeclarations.h +26 五月 2020 | 00:52:23,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425MethodDeclarations.h +26 五月 2020 | 00:52:23,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472MethodDeclarations.h +26 五月 2020 | 00:52:23,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237.h +26 五月 2020 | 00:52:23,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950.h +26 五月 2020 | 00:52:23,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237MethodDeclarations.h +26 五月 2020 | 00:52:23,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950MethodDeclarations.h +26 五月 2020 | 00:52:23,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562.h +26 五月 2020 | 00:52:23,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562MethodDeclarations.h +26 五月 2020 | 00:52:23,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151.h +26 五月 2020 | 00:52:23,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151MethodDeclarations.h +26 五月 2020 | 00:52:23,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300.h +26 五月 2020 | 00:52:23,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113.h +26 五月 2020 | 00:52:23,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Uri19570940.h +26 五月 2020 | 00:52:23,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300MethodDeclarations.h +26 五月 2020 | 00:52:23,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113MethodDeclarations.h +26 五月 2020 | 00:52:23,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Uri19570940MethodDeclarations.h +26 五月 2020 | 00:52:23,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041.h +26 五月 2020 | 00:52:23,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945.h +26 五月 2020 | 00:52:23,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriBuilder2016461725.h +26 五月 2020 | 00:52:23,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945MethodDeclarations.h +26 五月 2020 | 00:52:23,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriBuilder2016461725MethodDeclarations.h +26 五月 2020 | 00:52:23,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697.h +26 五月 2020 | 00:52:23,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041MethodDeclarations.h +26 五月 2020 | 00:52:23,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697MethodDeclarations.h +26 五月 2020 | 00:52:23,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriFormatException3682083048.h +26 五月 2020 | 00:52:23,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325.h +26 五月 2020 | 00:52:23,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriFormatException3682083048MethodDeclarations.h +26 五月 2020 | 00:52:23,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314.h +26 五月 2020 | 00:52:23,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109.h +26 五月 2020 | 00:52:23,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325MethodDeclarations.h +26 五月 2020 | 00:52:23,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109MethodDeclarations.h +26 五月 2020 | 00:52:23,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314MethodDeclarations.h +26 五月 2020 | 00:52:23,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriKind1128731744.h +26 五月 2020 | 00:52:23,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriKind1128731744MethodDeclarations.h +26 五月 2020 | 00:52:23,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriParser1012511323.h +26 五月 2020 | 00:52:23,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriParser1012511323MethodDeclarations.h +26 五月 2020 | 00:52:23,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriPartial112107391.h +26 五月 2020 | 00:52:23,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131.h +26 五月 2020 | 00:52:23,707 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriPartial112107391MethodDeclarations.h +26 五月 2020 | 00:52:23,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131MethodDeclarations.h +26 五月 2020 | 00:52:23,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448.h +26 五月 2020 | 00:52:23,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760.h +26 五月 2020 | 00:52:23,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448MethodDeclarations.h +26 五月 2020 | 00:52:23,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760MethodDeclarations.h +26 五月 2020 | 00:52:23,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943.h +26 五月 2020 | 00:52:23,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162.h +26 五月 2020 | 00:52:23,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943MethodDeclarations.h +26 五月 2020 | 00:52:23,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727.h +26 五月 2020 | 00:52:23,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:23,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162MethodDeclarations.h +26 五月 2020 | 00:52:23,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:23,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180.h +26 五月 2020 | 00:52:23,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727MethodDeclarations.h +26 五月 2020 | 00:52:23,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:23,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180MethodDeclarations.h +26 五月 2020 | 00:52:23,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349.h +26 五月 2020 | 00:52:23,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:23,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349MethodDeclarations.h +26 五月 2020 | 00:52:23,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802.h +26 五月 2020 | 00:52:23,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802MethodDeclarations.h +26 五月 2020 | 00:52:23,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216.h +26 五月 2020 | 00:52:23,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554.h +26 五月 2020 | 00:52:23,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216MethodDeclarations.h +26 五月 2020 | 00:52:23,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554MethodDeclarations.h +26 五月 2020 | 00:52:23,732 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473.h +26 五月 2020 | 00:52:23,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056.h +26 五月 2020 | 00:52:23,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityClassRegistration.cpp +26 五月 2020 | 00:52:23,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056MethodDeclarations.h +26 五月 2020 | 00:52:23,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473MethodDeclarations.h +26 五月 2020 | 00:52:23,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960.h +26 五月 2020 | 00:52:23,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_ArrayTypes.h +26 五月 2020 | 00:52:23,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899.h +26 五月 2020 | 00:52:23,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960MethodDeclarations.h +26 五月 2020 | 00:52:23,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:23,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:23,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899MethodDeclarations.h +26 五月 2020 | 00:52:23,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108.h +26 五月 2020 | 00:52:23,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108MethodDeclarations.h +26 五月 2020 | 00:52:23,738 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671.h +26 五月 2020 | 00:52:23,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592.h +26 五月 2020 | 00:52:23,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671MethodDeclarations.h +26 五月 2020 | 00:52:23,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591.h +26 五月 2020 | 00:52:23,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592MethodDeclarations.h +26 五月 2020 | 00:52:23,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591MethodDeclarations.h +26 五月 2020 | 00:52:23,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973.h +26 五月 2020 | 00:52:23,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200.h +26 五月 2020 | 00:52:23,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973MethodDeclarations.h +26 五月 2020 | 00:52:23,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200MethodDeclarations.h +26 五月 2020 | 00:52:23,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973.h +26 五月 2020 | 00:52:23,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537.h +26 五月 2020 | 00:52:23,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952.h +26 五月 2020 | 00:52:23,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537MethodDeclarations.h +26 五月 2020 | 00:52:23,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952MethodDeclarations.h +26 五月 2020 | 00:52:23,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973MethodDeclarations.h +26 五月 2020 | 00:52:23,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711.h +26 五月 2020 | 00:52:23,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910.h +26 五月 2020 | 00:52:23,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711MethodDeclarations.h +26 五月 2020 | 00:52:23,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093.h +26 五月 2020 | 00:52:23,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910MethodDeclarations.h +26 五月 2020 | 00:52:23,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772.h +26 五月 2020 | 00:52:23,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394.h +26 五月 2020 | 00:52:23,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394MethodDeclarations.h +26 五月 2020 | 00:52:23,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772MethodDeclarations.h +26 五月 2020 | 00:52:23,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293.h +26 五月 2020 | 00:52:23,753 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093MethodDeclarations.h +26 五月 2020 | 00:52:23,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218.h +26 五月 2020 | 00:52:23,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218MethodDeclarations.h +26 五月 2020 | 00:52:23,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293MethodDeclarations.h +26 五月 2020 | 00:52:23,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448.h +26 五月 2020 | 00:52:23,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448MethodDeclarations.h +26 五月 2020 | 00:52:23,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631.h +26 五月 2020 | 00:52:23,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905.h +26 五月 2020 | 00:52:23,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631MethodDeclarations.h +26 五月 2020 | 00:52:23,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042.h +26 五月 2020 | 00:52:23,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905MethodDeclarations.h +26 五月 2020 | 00:52:23,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354.h +26 五月 2020 | 00:52:23,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042MethodDeclarations.h +26 五月 2020 | 00:52:23,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359.h +26 五月 2020 | 00:52:23,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354MethodDeclarations.h +26 五月 2020 | 00:52:23,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359MethodDeclarations.h +26 五月 2020 | 00:52:23,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500.h +26 五月 2020 | 00:52:23,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413.h +26 五月 2020 | 00:52:23,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825.h +26 五月 2020 | 00:52:23,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500MethodDeclarations.h +26 五月 2020 | 00:52:23,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413MethodDeclarations.h +26 五月 2020 | 00:52:23,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825MethodDeclarations.h +26 五月 2020 | 00:52:23,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699.h +26 五月 2020 | 00:52:23,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613.h +26 五月 2020 | 00:52:23,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495.h +26 五月 2020 | 00:52:23,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699MethodDeclarations.h +26 五月 2020 | 00:52:23,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613MethodDeclarations.h +26 五月 2020 | 00:52:23,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495MethodDeclarations.h +26 五月 2020 | 00:52:23,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072.h +26 五月 2020 | 00:52:23,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727.h +26 五月 2020 | 00:52:23,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754.h +26 五月 2020 | 00:52:23,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727MethodDeclarations.h +26 五月 2020 | 00:52:23,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072MethodDeclarations.h +26 五月 2020 | 00:52:23,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754MethodDeclarations.h +26 五月 2020 | 00:52:23,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318.h +26 五月 2020 | 00:52:23,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318MethodDeclarations.h +26 五月 2020 | 00:52:23,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545.h +26 五月 2020 | 00:52:23,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543.h +26 五月 2020 | 00:52:23,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545MethodDeclarations.h +26 五月 2020 | 00:52:23,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950.h +26 五月 2020 | 00:52:23,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543MethodDeclarations.h +26 五月 2020 | 00:52:23,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135.h +26 五月 2020 | 00:52:23,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950MethodDeclarations.h +26 五月 2020 | 00:52:23,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435.h +26 五月 2020 | 00:52:23,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135MethodDeclarations.h +26 五月 2020 | 00:52:23,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562.h +26 五月 2020 | 00:52:23,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435MethodDeclarations.h +26 五月 2020 | 00:52:23,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562MethodDeclarations.h +26 五月 2020 | 00:52:23,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658.h +26 五月 2020 | 00:52:23,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279.h +26 五月 2020 | 00:52:23,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151.h +26 五月 2020 | 00:52:23,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658MethodDeclarations.h +26 五月 2020 | 00:52:23,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279MethodDeclarations.h +26 五月 2020 | 00:52:23,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789.h +26 五月 2020 | 00:52:23,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062.h +26 五月 2020 | 00:52:23,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151MethodDeclarations.h +26 五月 2020 | 00:52:23,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789MethodDeclarations.h +26 五月 2020 | 00:52:23,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300.h +26 五月 2020 | 00:52:23,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284.h +26 五月 2020 | 00:52:23,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062MethodDeclarations.h +26 五月 2020 | 00:52:23,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300MethodDeclarations.h +26 五月 2020 | 00:52:23,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284MethodDeclarations.h +26 五月 2020 | 00:52:23,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630.h +26 五月 2020 | 00:52:23,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926.h +26 五月 2020 | 00:52:23,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945.h +26 五月 2020 | 00:52:23,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945MethodDeclarations.h +26 五月 2020 | 00:52:23,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926MethodDeclarations.h +26 五月 2020 | 00:52:23,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630MethodDeclarations.h +26 五月 2020 | 00:52:23,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912.h +26 五月 2020 | 00:52:23,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912MethodDeclarations.h +26 五月 2020 | 00:52:23,795 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346.h +26 五月 2020 | 00:52:23,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697.h +26 五月 2020 | 00:52:23,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346MethodDeclarations.h +26 五月 2020 | 00:52:23,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697MethodDeclarations.h +26 五月 2020 | 00:52:23,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314.h +26 五月 2020 | 00:52:23,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314MethodDeclarations.h +26 五月 2020 | 00:52:23,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652.h +26 五月 2020 | 00:52:23,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652MethodDeclarations.h +26 五月 2020 | 00:52:23,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183.h +26 五月 2020 | 00:52:23,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183MethodDeclarations.h +26 五月 2020 | 00:52:23,845 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915.h +26 五月 2020 | 00:52:23,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554.h +26 五月 2020 | 00:52:23,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727.h +26 五月 2020 | 00:52:23,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915MethodDeclarations.h +26 五月 2020 | 00:52:23,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554MethodDeclarations.h +26 五月 2020 | 00:52:23,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744.h +26 五月 2020 | 00:52:23,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549.h +26 五月 2020 | 00:52:23,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549MethodDeclarations.h +26 五月 2020 | 00:52:23,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515.h +26 五月 2020 | 00:52:23,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515MethodDeclarations.h +26 五月 2020 | 00:52:23,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719.h +26 五月 2020 | 00:52:23,898 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719MethodDeclarations.h +26 五月 2020 | 00:52:23,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033.h +26 五月 2020 | 00:52:23,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033MethodDeclarations.h +26 五月 2020 | 00:52:23,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623.h +26 五月 2020 | 00:52:23,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623MethodDeclarations.h +26 五月 2020 | 00:52:23,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310.h +26 五月 2020 | 00:52:23,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310MethodDeclarations.h +26 五月 2020 | 00:52:23,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944.h +26 五月 2020 | 00:52:23,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944MethodDeclarations.h +26 五月 2020 | 00:52:23,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559.h +26 五月 2020 | 00:52:23,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559MethodDeclarations.h +26 五月 2020 | 00:52:24,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727MethodDeclarations.h +26 五月 2020 | 00:52:24,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744MethodDeclarations.h +26 五月 2020 | 00:52:24,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644.h +26 五月 2020 | 00:52:24,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644MethodDeclarations.h +26 五月 2020 | 00:52:24,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349.h +26 五月 2020 | 00:52:24,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349MethodDeclarations.h +26 五月 2020 | 00:52:24,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340.h +26 五月 2020 | 00:52:24,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216.h +26 五月 2020 | 00:52:24,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340MethodDeclarations.h +26 五月 2020 | 00:52:24,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216MethodDeclarations.h +26 五月 2020 | 00:52:24,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056.h +26 五月 2020 | 00:52:24,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056MethodDeclarations.h +26 五月 2020 | 00:52:24,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960.h +26 五月 2020 | 00:52:24,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960MethodDeclarations.h +26 五月 2020 | 00:52:24,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108.h +26 五月 2020 | 00:52:24,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108MethodDeclarations.h +26 五月 2020 | 00:52:24,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592.h +26 五月 2020 | 00:52:24,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592MethodDeclarations.h +26 五月 2020 | 00:52:24,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200.h +26 五月 2020 | 00:52:24,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200MethodDeclarations.h +26 五月 2020 | 00:52:24,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537.h +26 五月 2020 | 00:52:24,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537MethodDeclarations.h +26 五月 2020 | 00:52:24,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711.h +26 五月 2020 | 00:52:24,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711MethodDeclarations.h +26 五月 2020 | 00:52:24,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772.h +26 五月 2020 | 00:52:24,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772MethodDeclarations.h +26 五月 2020 | 00:52:24,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218.h +26 五月 2020 | 00:52:24,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218MethodDeclarations.h +26 五月 2020 | 00:52:24,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631.h +26 五月 2020 | 00:52:24,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631MethodDeclarations.h +26 五月 2020 | 00:52:24,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354.h +26 五月 2020 | 00:52:24,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354MethodDeclarations.h +26 五月 2020 | 00:52:24,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413.h +26 五月 2020 | 00:52:24,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413MethodDeclarations.h +26 五月 2020 | 00:52:24,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015.h +26 五月 2020 | 00:52:24,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495.h +26 五月 2020 | 00:52:24,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015MethodDeclarations.h +26 五月 2020 | 00:52:24,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344.h +26 五月 2020 | 00:52:24,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344MethodDeclarations.h +26 五月 2020 | 00:52:24,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006.h +26 五月 2020 | 00:52:24,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006MethodDeclarations.h +26 五月 2020 | 00:52:24,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574.h +26 五月 2020 | 00:52:24,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574MethodDeclarations.h +26 五月 2020 | 00:52:24,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076.h +26 五月 2020 | 00:52:24,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495MethodDeclarations.h +26 五月 2020 | 00:52:24,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639.h +26 五月 2020 | 00:52:24,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076MethodDeclarations.h +26 五月 2020 | 00:52:24,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639MethodDeclarations.h +26 五月 2020 | 00:52:24,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639.h +26 五月 2020 | 00:52:24,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639MethodDeclarations.h +26 五月 2020 | 00:52:24,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284.h +26 五月 2020 | 00:52:24,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284MethodDeclarations.h +26 五月 2020 | 00:52:24,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703.h +26 五月 2020 | 00:52:24,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703MethodDeclarations.h +26 五月 2020 | 00:52:24,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061.h +26 五月 2020 | 00:52:24,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754.h +26 五月 2020 | 00:52:24,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851.h +26 五月 2020 | 00:52:24,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061MethodDeclarations.h +26 五月 2020 | 00:52:24,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754MethodDeclarations.h +26 五月 2020 | 00:52:24,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851MethodDeclarations.h +26 五月 2020 | 00:52:24,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011.h +26 五月 2020 | 00:52:24,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977.h +26 五月 2020 | 00:52:24,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543.h +26 五月 2020 | 00:52:24,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543MethodDeclarations.h +26 五月 2020 | 00:52:24,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435.h +26 五月 2020 | 00:52:24,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435MethodDeclarations.h +26 五月 2020 | 00:52:24,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279.h +26 五月 2020 | 00:52:24,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279MethodDeclarations.h +26 五月 2020 | 00:52:24,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062.h +26 五月 2020 | 00:52:24,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011MethodDeclarations.h +26 五月 2020 | 00:52:24,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170.h +26 五月 2020 | 00:52:24,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977MethodDeclarations.h +26 五月 2020 | 00:52:24,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062MethodDeclarations.h +26 五月 2020 | 00:52:24,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705.h +26 五月 2020 | 00:52:24,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170MethodDeclarations.h +26 五月 2020 | 00:52:24,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630.h +26 五月 2020 | 00:52:24,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705MethodDeclarations.h +26 五月 2020 | 00:52:24,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923.h +26 五月 2020 | 00:52:24,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481.h +26 五月 2020 | 00:52:24,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481MethodDeclarations.h +26 五月 2020 | 00:52:24,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923MethodDeclarations.h +26 五月 2020 | 00:52:24,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535.h +26 五月 2020 | 00:52:24,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535MethodDeclarations.h +26 五月 2020 | 00:52:24,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767.h +26 五月 2020 | 00:52:24,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699.h +26 五月 2020 | 00:52:24,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767MethodDeclarations.h +26 五月 2020 | 00:52:24,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699MethodDeclarations.h +26 五月 2020 | 00:52:24,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024.h +26 五月 2020 | 00:52:24,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024MethodDeclarations.h +26 五月 2020 | 00:52:24,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051.h +26 五月 2020 | 00:52:24,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051MethodDeclarations.h +26 五月 2020 | 00:52:24,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133.h +26 五月 2020 | 00:52:24,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630MethodDeclarations.h +26 五月 2020 | 00:52:24,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912.h +26 五月 2020 | 00:52:24,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912MethodDeclarations.h +26 五月 2020 | 00:52:24,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346.h +26 五月 2020 | 00:52:24,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346MethodDeclarations.h +26 五月 2020 | 00:52:24,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133MethodDeclarations.h +26 五月 2020 | 00:52:24,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554.h +26 五月 2020 | 00:52:24,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151.h +26 五月 2020 | 00:52:24,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488.h +26 五月 2020 | 00:52:24,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151MethodDeclarations.h +26 五月 2020 | 00:52:24,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488MethodDeclarations.h +26 五月 2020 | 00:52:24,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089.h +26 五月 2020 | 00:52:24,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089MethodDeclarations.h +26 五月 2020 | 00:52:24,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011.h +26 五月 2020 | 00:52:24,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011MethodDeclarations.h +26 五月 2020 | 00:52:24,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554MethodDeclarations.h +26 五月 2020 | 00:52:24,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472.h +26 五月 2020 | 00:52:24,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549.h +26 五月 2020 | 00:52:24,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549MethodDeclarations.h +26 五月 2020 | 00:52:24,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515.h +26 五月 2020 | 00:52:24,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515MethodDeclarations.h +26 五月 2020 | 00:52:24,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719.h +26 五月 2020 | 00:52:24,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719MethodDeclarations.h +26 五月 2020 | 00:52:24,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033.h +26 五月 2020 | 00:52:24,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033MethodDeclarations.h +26 五月 2020 | 00:52:24,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766.h +26 五月 2020 | 00:52:24,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623.h +26 五月 2020 | 00:52:24,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623MethodDeclarations.h +26 五月 2020 | 00:52:24,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310.h +26 五月 2020 | 00:52:24,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310MethodDeclarations.h +26 五月 2020 | 00:52:24,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944.h +26 五月 2020 | 00:52:24,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944MethodDeclarations.h +26 五月 2020 | 00:52:24,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559.h +26 五月 2020 | 00:52:24,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559MethodDeclarations.h +26 五月 2020 | 00:52:24,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644.h +26 五月 2020 | 00:52:24,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472MethodDeclarations.h +26 五月 2020 | 00:52:24,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644MethodDeclarations.h +26 五月 2020 | 00:52:24,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Uri19570940.h +26 五月 2020 | 00:52:24,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015.h +26 五月 2020 | 00:52:24,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Uri19570940MethodDeclarations.h +26 五月 2020 | 00:52:24,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015MethodDeclarations.h +26 五月 2020 | 00:52:24,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344.h +26 五月 2020 | 00:52:24,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriBuilder2016461725.h +26 五月 2020 | 00:52:24,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344MethodDeclarations.h +26 五月 2020 | 00:52:24,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriBuilder2016461725MethodDeclarations.h +26 五月 2020 | 00:52:24,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006.h +26 五月 2020 | 00:52:24,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006MethodDeclarations.h +26 五月 2020 | 00:52:24,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574.h +26 五月 2020 | 00:52:24,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574MethodDeclarations.h +26 五月 2020 | 00:52:24,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766MethodDeclarations.h +26 五月 2020 | 00:52:24,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriFormatException3682083048.h +26 五月 2020 | 00:52:24,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132.h +26 五月 2020 | 00:52:24,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriFormatException3682083048MethodDeclarations.h +26 五月 2020 | 00:52:24,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132MethodDeclarations.h +26 五月 2020 | 00:52:24,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109.h +26 五月 2020 | 00:52:24,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109MethodDeclarations.h +26 五月 2020 | 00:52:24,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriKind1128731744.h +26 五月 2020 | 00:52:24,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriKind1128731744MethodDeclarations.h +26 五月 2020 | 00:52:24,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriParser1012511323.h +26 五月 2020 | 00:52:24,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriParser1012511323MethodDeclarations.h +26 五月 2020 | 00:52:24,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639.h +26 五月 2020 | 00:52:24,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639MethodDeclarations.h +26 五月 2020 | 00:52:24,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639.h +26 五月 2020 | 00:52:24,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639MethodDeclarations.h +26 五月 2020 | 00:52:24,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284.h +26 五月 2020 | 00:52:24,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284MethodDeclarations.h +26 五月 2020 | 00:52:24,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703.h +26 五月 2020 | 00:52:24,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703MethodDeclarations.h +26 五月 2020 | 00:52:24,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407.h +26 五月 2020 | 00:52:24,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061.h +26 五月 2020 | 00:52:24,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061MethodDeclarations.h +26 五月 2020 | 00:52:24,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977.h +26 五月 2020 | 00:52:24,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriPartial112107391.h +26 五月 2020 | 00:52:24,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407MethodDeclarations.h +26 五月 2020 | 00:52:24,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriPartial112107391MethodDeclarations.h +26 五月 2020 | 00:52:24,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977MethodDeclarations.h +26 五月 2020 | 00:52:24,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272.h +26 五月 2020 | 00:52:24,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448.h +26 五月 2020 | 00:52:24,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272MethodDeclarations.h +26 五月 2020 | 00:52:24,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448MethodDeclarations.h +26 五月 2020 | 00:52:24,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705.h +26 五月 2020 | 00:52:24,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705MethodDeclarations.h +26 五月 2020 | 00:52:24,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943.h +26 五月 2020 | 00:52:24,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481.h +26 五月 2020 | 00:52:24,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467.h +26 五月 2020 | 00:52:24,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481MethodDeclarations.h +26 五月 2020 | 00:52:24,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467MethodDeclarations.h +26 五月 2020 | 00:52:24,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767.h +26 五月 2020 | 00:52:24,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135.h +26 五月 2020 | 00:52:24,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767MethodDeclarations.h +26 五月 2020 | 00:52:24,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135MethodDeclarations.h +26 五月 2020 | 00:52:24,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151.h +26 五月 2020 | 00:52:24,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151MethodDeclarations.h +26 五月 2020 | 00:52:24,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089.h +26 五月 2020 | 00:52:24,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089MethodDeclarations.h +26 五月 2020 | 00:52:24,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766.h +26 五月 2020 | 00:52:24,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766MethodDeclarations.h +26 五月 2020 | 00:52:24,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738.h +26 五月 2020 | 00:52:24,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132.h +26 五月 2020 | 00:52:24,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943MethodDeclarations.h +26 五月 2020 | 00:52:24,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738MethodDeclarations.h +26 五月 2020 | 00:52:24,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:24,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132MethodDeclarations.h +26 五月 2020 | 00:52:24,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:24,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:24,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:24,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802.h +26 五月 2020 | 00:52:24,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802MethodDeclarations.h +26 五月 2020 | 00:52:24,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554.h +26 五月 2020 | 00:52:24,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554MethodDeclarations.h +26 五月 2020 | 00:52:25,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityClassRegistration.cpp +26 五月 2020 | 00:52:25,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_ArrayTypes.h +26 五月 2020 | 00:52:25,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:25,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:25,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591.h +26 五月 2020 | 00:52:25,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407.h +26 五月 2020 | 00:52:25,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591MethodDeclarations.h +26 五月 2020 | 00:52:25,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973.h +26 五月 2020 | 00:52:25,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973MethodDeclarations.h +26 五月 2020 | 00:52:25,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093.h +26 五月 2020 | 00:52:25,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348.h +26 五月 2020 | 00:52:25,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407MethodDeclarations.h +26 五月 2020 | 00:52:25,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093MethodDeclarations.h +26 五月 2020 | 00:52:25,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348MethodDeclarations.h +26 五月 2020 | 00:52:25,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448.h +26 五月 2020 | 00:52:25,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448MethodDeclarations.h +26 五月 2020 | 00:52:25,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408.h +26 五月 2020 | 00:52:25,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042.h +26 五月 2020 | 00:52:25,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408MethodDeclarations.h +26 五月 2020 | 00:52:25,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042MethodDeclarations.h +26 五月 2020 | 00:52:25,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754.h +26 五月 2020 | 00:52:25,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500.h +26 五月 2020 | 00:52:25,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754MethodDeclarations.h +26 五月 2020 | 00:52:25,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500MethodDeclarations.h +26 五月 2020 | 00:52:25,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752.h +26 五月 2020 | 00:52:25,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752MethodDeclarations.h +26 五月 2020 | 00:52:25,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985.h +26 五月 2020 | 00:52:25,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985MethodDeclarations.h +26 五月 2020 | 00:52:25,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075.h +26 五月 2020 | 00:52:25,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075MethodDeclarations.h +26 五月 2020 | 00:52:25,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699.h +26 五月 2020 | 00:52:25,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272.h +26 五月 2020 | 00:52:25,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272MethodDeclarations.h +26 五月 2020 | 00:52:25,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467.h +26 五月 2020 | 00:52:25,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467MethodDeclarations.h +26 五月 2020 | 00:52:25,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135.h +26 五月 2020 | 00:52:25,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135MethodDeclarations.h +26 五月 2020 | 00:52:25,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738.h +26 五月 2020 | 00:52:25,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699MethodDeclarations.h +26 五月 2020 | 00:52:25,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518.h +26 五月 2020 | 00:52:25,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738MethodDeclarations.h +26 五月 2020 | 00:52:25,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518MethodDeclarations.h +26 五月 2020 | 00:52:25,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177.h +26 五月 2020 | 00:52:25,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177MethodDeclarations.h +26 五月 2020 | 00:52:25,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072.h +26 五月 2020 | 00:52:25,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072MethodDeclarations.h +26 五月 2020 | 00:52:25,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318.h +26 五月 2020 | 00:52:25,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318MethodDeclarations.h +26 五月 2020 | 00:52:25,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950.h +26 五月 2020 | 00:52:25,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348.h +26 五月 2020 | 00:52:25,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222.h +26 五月 2020 | 00:52:25,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348MethodDeclarations.h +26 五月 2020 | 00:52:25,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222MethodDeclarations.h +26 五月 2020 | 00:52:25,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950MethodDeclarations.h +26 五月 2020 | 00:52:25,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408.h +26 五月 2020 | 00:52:25,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562.h +26 五月 2020 | 00:52:25,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408MethodDeclarations.h +26 五月 2020 | 00:52:25,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562MethodDeclarations.h +26 五月 2020 | 00:52:25,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754.h +26 五月 2020 | 00:52:25,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151.h +26 五月 2020 | 00:52:25,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754MethodDeclarations.h +26 五月 2020 | 00:52:25,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151MethodDeclarations.h +26 五月 2020 | 00:52:25,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471.h +26 五月 2020 | 00:52:25,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300.h +26 五月 2020 | 00:52:25,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471MethodDeclarations.h +26 五月 2020 | 00:52:25,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300MethodDeclarations.h +26 五月 2020 | 00:52:25,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467.h +26 五月 2020 | 00:52:25,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467MethodDeclarations.h +26 五月 2020 | 00:52:25,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630.h +26 五月 2020 | 00:52:25,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630MethodDeclarations.h +26 五月 2020 | 00:52:25,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976.h +26 五月 2020 | 00:52:25,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976MethodDeclarations.h +26 五月 2020 | 00:52:25,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752.h +26 五月 2020 | 00:52:25,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752MethodDeclarations.h +26 五月 2020 | 00:52:25,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101.h +26 五月 2020 | 00:52:25,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985.h +26 五月 2020 | 00:52:25,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985MethodDeclarations.h +26 五月 2020 | 00:52:25,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075.h +26 五月 2020 | 00:52:25,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101MethodDeclarations.h +26 五月 2020 | 00:52:25,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075MethodDeclarations.h +26 五月 2020 | 00:52:25,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840.h +26 五月 2020 | 00:52:25,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840MethodDeclarations.h +26 五月 2020 | 00:52:25,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945.h +26 五月 2020 | 00:52:25,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518.h +26 五月 2020 | 00:52:25,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757.h +26 五月 2020 | 00:52:25,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757MethodDeclarations.h +26 五月 2020 | 00:52:25,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945MethodDeclarations.h +26 五月 2020 | 00:52:25,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518MethodDeclarations.h +26 五月 2020 | 00:52:25,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465.h +26 五月 2020 | 00:52:25,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177.h +26 五月 2020 | 00:52:25,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177MethodDeclarations.h +26 五月 2020 | 00:52:25,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465MethodDeclarations.h +26 五月 2020 | 00:52:25,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917.h +26 五月 2020 | 00:52:25,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917MethodDeclarations.h +26 五月 2020 | 00:52:25,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210.h +26 五月 2020 | 00:52:25,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210MethodDeclarations.h +26 五月 2020 | 00:52:25,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263.h +26 五月 2020 | 00:52:25,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263MethodDeclarations.h +26 五月 2020 | 00:52:25,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509.h +26 五月 2020 | 00:52:25,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509MethodDeclarations.h +26 五月 2020 | 00:52:25,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595.h +26 五月 2020 | 00:52:25,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697.h +26 五月 2020 | 00:52:25,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222.h +26 五月 2020 | 00:52:25,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697MethodDeclarations.h +26 五月 2020 | 00:52:25,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222MethodDeclarations.h +26 五月 2020 | 00:52:25,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314.h +26 五月 2020 | 00:52:25,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314MethodDeclarations.h +26 五月 2020 | 00:52:25,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471.h +26 五月 2020 | 00:52:25,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471MethodDeclarations.h +26 五月 2020 | 00:52:25,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467.h +26 五月 2020 | 00:52:25,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467MethodDeclarations.h +26 五月 2020 | 00:52:25,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595MethodDeclarations.h +26 五月 2020 | 00:52:25,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273.h +26 五月 2020 | 00:52:25,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273MethodDeclarations.h +26 五月 2020 | 00:52:25,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084.h +26 五月 2020 | 00:52:25,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084MethodDeclarations.h +26 五月 2020 | 00:52:25,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946.h +26 五月 2020 | 00:52:25,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946MethodDeclarations.h +26 五月 2020 | 00:52:25,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630.h +26 五月 2020 | 00:52:25,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630MethodDeclarations.h +26 五月 2020 | 00:52:25,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976.h +26 五月 2020 | 00:52:25,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976MethodDeclarations.h +26 五月 2020 | 00:52:25,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101.h +26 五月 2020 | 00:52:25,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101MethodDeclarations.h +26 五月 2020 | 00:52:25,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840.h +26 五月 2020 | 00:52:25,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840MethodDeclarations.h +26 五月 2020 | 00:52:25,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757.h +26 五月 2020 | 00:52:25,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757MethodDeclarations.h +26 五月 2020 | 00:52:25,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465.h +26 五月 2020 | 00:52:25,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465MethodDeclarations.h +26 五月 2020 | 00:52:26,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727.h +26 五月 2020 | 00:52:26,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917.h +26 五月 2020 | 00:52:26,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917MethodDeclarations.h +26 五月 2020 | 00:52:26,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727MethodDeclarations.h +26 五月 2020 | 00:52:26,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210.h +26 五月 2020 | 00:52:26,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349.h +26 五月 2020 | 00:52:26,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210MethodDeclarations.h +26 五月 2020 | 00:52:26,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349MethodDeclarations.h +26 五月 2020 | 00:52:26,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263.h +26 五月 2020 | 00:52:26,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216.h +26 五月 2020 | 00:52:26,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263MethodDeclarations.h +26 五月 2020 | 00:52:26,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216MethodDeclarations.h +26 五月 2020 | 00:52:26,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509.h +26 五月 2020 | 00:52:26,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056.h +26 五月 2020 | 00:52:26,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509MethodDeclarations.h +26 五月 2020 | 00:52:26,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056MethodDeclarations.h +26 五月 2020 | 00:52:26,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960.h +26 五月 2020 | 00:52:26,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595.h +26 五月 2020 | 00:52:26,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960MethodDeclarations.h +26 五月 2020 | 00:52:26,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108.h +26 五月 2020 | 00:52:26,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108MethodDeclarations.h +26 五月 2020 | 00:52:26,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592.h +26 五月 2020 | 00:52:26,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592MethodDeclarations.h +26 五月 2020 | 00:52:26,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200.h +26 五月 2020 | 00:52:26,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200MethodDeclarations.h +26 五月 2020 | 00:52:26,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537.h +26 五月 2020 | 00:52:26,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537MethodDeclarations.h +26 五月 2020 | 00:52:26,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711.h +26 五月 2020 | 00:52:26,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711MethodDeclarations.h +26 五月 2020 | 00:52:26,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772.h +26 五月 2020 | 00:52:26,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772MethodDeclarations.h +26 五月 2020 | 00:52:26,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218.h +26 五月 2020 | 00:52:26,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218MethodDeclarations.h +26 五月 2020 | 00:52:26,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631.h +26 五月 2020 | 00:52:26,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631MethodDeclarations.h +26 五月 2020 | 00:52:26,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354.h +26 五月 2020 | 00:52:26,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354MethodDeclarations.h +26 五月 2020 | 00:52:26,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413.h +26 五月 2020 | 00:52:26,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413MethodDeclarations.h +26 五月 2020 | 00:52:26,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495.h +26 五月 2020 | 00:52:26,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595MethodDeclarations.h +26 五月 2020 | 00:52:26,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273.h +26 五月 2020 | 00:52:26,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273MethodDeclarations.h +26 五月 2020 | 00:52:26,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084.h +26 五月 2020 | 00:52:26,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084MethodDeclarations.h +26 五月 2020 | 00:52:26,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946.h +26 五月 2020 | 00:52:26,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946MethodDeclarations.h +26 五月 2020 | 00:52:26,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495MethodDeclarations.h +26 五月 2020 | 00:52:26,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950.h +26 五月 2020 | 00:52:26,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950.h +26 五月 2020 | 00:52:26,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950MethodDeclarations.h +26 五月 2020 | 00:52:26,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950MethodDeclarations.h +26 五月 2020 | 00:52:26,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348.h +26 五月 2020 | 00:52:26,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348.h +26 五月 2020 | 00:52:26,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348MethodDeclarations.h +26 五月 2020 | 00:52:26,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348MethodDeclarations.h +26 五月 2020 | 00:52:26,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815.h +26 五月 2020 | 00:52:26,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815.h +26 五月 2020 | 00:52:26,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815MethodDeclarations.h +26 五月 2020 | 00:52:26,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815MethodDeclarations.h +26 五月 2020 | 00:52:26,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042.h +26 五月 2020 | 00:52:26,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042.h +26 五月 2020 | 00:52:26,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042MethodDeclarations.h +26 五月 2020 | 00:52:26,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042MethodDeclarations.h +26 五月 2020 | 00:52:26,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474.h +26 五月 2020 | 00:52:26,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474.h +26 五月 2020 | 00:52:26,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474MethodDeclarations.h +26 五月 2020 | 00:52:26,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474MethodDeclarations.h +26 五月 2020 | 00:52:26,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026.h +26 五月 2020 | 00:52:26,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026.h +26 五月 2020 | 00:52:26,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026MethodDeclarations.h +26 五月 2020 | 00:52:26,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026MethodDeclarations.h +26 五月 2020 | 00:52:26,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721.h +26 五月 2020 | 00:52:26,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721.h +26 五月 2020 | 00:52:26,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721MethodDeclarations.h +26 五月 2020 | 00:52:26,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721MethodDeclarations.h +26 五月 2020 | 00:52:26,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754.h +26 五月 2020 | 00:52:26,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840.h +26 五月 2020 | 00:52:26,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840.h +26 五月 2020 | 00:52:26,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840MethodDeclarations.h +26 五月 2020 | 00:52:26,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840MethodDeclarations.h +26 五月 2020 | 00:52:26,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754MethodDeclarations.h +26 五月 2020 | 00:52:26,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753.h +26 五月 2020 | 00:52:26,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753.h +26 五月 2020 | 00:52:26,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753MethodDeclarations.h +26 五月 2020 | 00:52:26,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753MethodDeclarations.h +26 五月 2020 | 00:52:26,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469.h +26 五月 2020 | 00:52:26,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469.h +26 五月 2020 | 00:52:26,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469MethodDeclarations.h +26 五月 2020 | 00:52:26,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469MethodDeclarations.h +26 五月 2020 | 00:52:26,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543.h +26 五月 2020 | 00:52:26,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082.h +26 五月 2020 | 00:52:26,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082.h +26 五月 2020 | 00:52:26,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543MethodDeclarations.h +26 五月 2020 | 00:52:26,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082MethodDeclarations.h +26 五月 2020 | 00:52:26,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082MethodDeclarations.h +26 五月 2020 | 00:52:26,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435.h +26 五月 2020 | 00:52:26,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000.h +26 五月 2020 | 00:52:26,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000.h +26 五月 2020 | 00:52:26,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435MethodDeclarations.h +26 五月 2020 | 00:52:26,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000MethodDeclarations.h +26 五月 2020 | 00:52:26,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000MethodDeclarations.h +26 五月 2020 | 00:52:26,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279.h +26 五月 2020 | 00:52:26,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511.h +26 五月 2020 | 00:52:26,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511.h +26 五月 2020 | 00:52:26,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279MethodDeclarations.h +26 五月 2020 | 00:52:26,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511MethodDeclarations.h +26 五月 2020 | 00:52:26,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511MethodDeclarations.h +26 五月 2020 | 00:52:26,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062.h +26 五月 2020 | 00:52:26,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417.h +26 五月 2020 | 00:52:26,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417.h +26 五月 2020 | 00:52:26,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062MethodDeclarations.h +26 五月 2020 | 00:52:26,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417MethodDeclarations.h +26 五月 2020 | 00:52:26,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630.h +26 五月 2020 | 00:52:26,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046.h +26 五月 2020 | 00:52:26,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417MethodDeclarations.h +26 五月 2020 | 00:52:26,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630MethodDeclarations.h +26 五月 2020 | 00:52:26,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046MethodDeclarations.h +26 五月 2020 | 00:52:26,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046.h +26 五月 2020 | 00:52:26,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912.h +26 五月 2020 | 00:52:26,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046MethodDeclarations.h +26 五月 2020 | 00:52:26,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912MethodDeclarations.h +26 五月 2020 | 00:52:26,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547.h +26 五月 2020 | 00:52:26,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547.h +26 五月 2020 | 00:52:26,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346.h +26 五月 2020 | 00:52:26,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547MethodDeclarations.h +26 五月 2020 | 00:52:26,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547MethodDeclarations.h +26 五月 2020 | 00:52:26,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282.h +26 五月 2020 | 00:52:26,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282.h +26 五月 2020 | 00:52:26,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346MethodDeclarations.h +26 五月 2020 | 00:52:26,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282MethodDeclarations.h +26 五月 2020 | 00:52:26,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554.h +26 五月 2020 | 00:52:26,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282MethodDeclarations.h +26 五月 2020 | 00:52:26,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774.h +26 五月 2020 | 00:52:26,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554MethodDeclarations.h +26 五月 2020 | 00:52:26,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774.h +26 五月 2020 | 00:52:26,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774MethodDeclarations.h +26 五月 2020 | 00:52:26,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549.h +26 五月 2020 | 00:52:26,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774MethodDeclarations.h +26 五月 2020 | 00:52:26,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549MethodDeclarations.h +26 五月 2020 | 00:52:26,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097.h +26 五月 2020 | 00:52:26,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097.h +26 五月 2020 | 00:52:26,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515.h +26 五月 2020 | 00:52:26,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515MethodDeclarations.h +26 五月 2020 | 00:52:26,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097MethodDeclarations.h +26 五月 2020 | 00:52:26,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097MethodDeclarations.h +26 五月 2020 | 00:52:26,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719.h +26 五月 2020 | 00:52:26,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576.h +26 五月 2020 | 00:52:26,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576.h +26 五月 2020 | 00:52:26,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576MethodDeclarations.h +26 五月 2020 | 00:52:26,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576MethodDeclarations.h +26 五月 2020 | 00:52:26,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719MethodDeclarations.h +26 五月 2020 | 00:52:26,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182.h +26 五月 2020 | 00:52:26,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182.h +26 五月 2020 | 00:52:26,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033.h +26 五月 2020 | 00:52:26,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182MethodDeclarations.h +26 五月 2020 | 00:52:26,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182MethodDeclarations.h +26 五月 2020 | 00:52:26,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033MethodDeclarations.h +26 五月 2020 | 00:52:26,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310.h +26 五月 2020 | 00:52:26,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310.h +26 五月 2020 | 00:52:26,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310MethodDeclarations.h +26 五月 2020 | 00:52:26,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310MethodDeclarations.h +26 五月 2020 | 00:52:26,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904.h +26 五月 2020 | 00:52:26,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904.h +26 五月 2020 | 00:52:26,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904MethodDeclarations.h +26 五月 2020 | 00:52:26,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904MethodDeclarations.h +26 五月 2020 | 00:52:26,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088.h +26 五月 2020 | 00:52:26,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088.h +26 五月 2020 | 00:52:26,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088MethodDeclarations.h +26 五月 2020 | 00:52:26,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088MethodDeclarations.h +26 五月 2020 | 00:52:26,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934.h +26 五月 2020 | 00:52:26,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934.h +26 五月 2020 | 00:52:26,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934MethodDeclarations.h +26 五月 2020 | 00:52:26,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934MethodDeclarations.h +26 五月 2020 | 00:52:26,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623.h +26 五月 2020 | 00:52:26,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143.h +26 五月 2020 | 00:52:26,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143.h +26 五月 2020 | 00:52:26,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143MethodDeclarations.h +26 五月 2020 | 00:52:26,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623MethodDeclarations.h +26 五月 2020 | 00:52:26,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143MethodDeclarations.h +26 五月 2020 | 00:52:26,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098.h +26 五月 2020 | 00:52:26,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310.h +26 五月 2020 | 00:52:26,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098MethodDeclarations.h +26 五月 2020 | 00:52:26,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310MethodDeclarations.h +26 五月 2020 | 00:52:26,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098.h +26 五月 2020 | 00:52:26,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278.h +26 五月 2020 | 00:52:26,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098MethodDeclarations.h +26 五月 2020 | 00:52:26,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944.h +26 五月 2020 | 00:52:26,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278MethodDeclarations.h +26 五月 2020 | 00:52:26,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944MethodDeclarations.h +26 五月 2020 | 00:52:26,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278.h +26 五月 2020 | 00:52:26,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559.h +26 五月 2020 | 00:52:26,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952.h +26 五月 2020 | 00:52:26,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278MethodDeclarations.h +26 五月 2020 | 00:52:26,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559MethodDeclarations.h +26 五月 2020 | 00:52:26,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952MethodDeclarations.h +26 五月 2020 | 00:52:26,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952.h +26 五月 2020 | 00:52:26,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644.h +26 五月 2020 | 00:52:26,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555.h +26 五月 2020 | 00:52:26,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644MethodDeclarations.h +26 五月 2020 | 00:52:26,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952MethodDeclarations.h +26 五月 2020 | 00:52:26,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555MethodDeclarations.h +26 五月 2020 | 00:52:26,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015.h +26 五月 2020 | 00:52:26,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555.h +26 五月 2020 | 00:52:26,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015MethodDeclarations.h +26 五月 2020 | 00:52:26,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547.h +26 五月 2020 | 00:52:26,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344.h +26 五月 2020 | 00:52:26,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555MethodDeclarations.h +26 五月 2020 | 00:52:26,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547MethodDeclarations.h +26 五月 2020 | 00:52:26,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344MethodDeclarations.h +26 五月 2020 | 00:52:26,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547.h +26 五月 2020 | 00:52:26,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340.h +26 五月 2020 | 00:52:26,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006.h +26 五月 2020 | 00:52:26,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340MethodDeclarations.h +26 五月 2020 | 00:52:26,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006MethodDeclarations.h +26 五月 2020 | 00:52:26,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547MethodDeclarations.h +26 五月 2020 | 00:52:26,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465.h +26 五月 2020 | 00:52:26,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574.h +26 五月 2020 | 00:52:26,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340.h +26 五月 2020 | 00:52:26,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465MethodDeclarations.h +26 五月 2020 | 00:52:26,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574MethodDeclarations.h +26 五月 2020 | 00:52:26,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340MethodDeclarations.h +26 五月 2020 | 00:52:26,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295.h +26 五月 2020 | 00:52:26,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639.h +26 五月 2020 | 00:52:26,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465.h +26 五月 2020 | 00:52:26,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295MethodDeclarations.h +26 五月 2020 | 00:52:26,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639MethodDeclarations.h +26 五月 2020 | 00:52:26,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465MethodDeclarations.h +26 五月 2020 | 00:52:26,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994.h +26 五月 2020 | 00:52:26,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639.h +26 五月 2020 | 00:52:26,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994MethodDeclarations.h +26 五月 2020 | 00:52:26,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295.h +26 五月 2020 | 00:52:26,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295MethodDeclarations.h +26 五月 2020 | 00:52:26,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639MethodDeclarations.h +26 五月 2020 | 00:52:26,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729.h +26 五月 2020 | 00:52:26,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994.h +26 五月 2020 | 00:52:26,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284.h +26 五月 2020 | 00:52:26,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729MethodDeclarations.h +26 五月 2020 | 00:52:26,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284MethodDeclarations.h +26 五月 2020 | 00:52:26,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994MethodDeclarations.h +26 五月 2020 | 00:52:26,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433.h +26 五月 2020 | 00:52:26,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703.h +26 五月 2020 | 00:52:26,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729.h +26 五月 2020 | 00:52:26,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433MethodDeclarations.h +26 五月 2020 | 00:52:26,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703MethodDeclarations.h +26 五月 2020 | 00:52:26,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548.h +26 五月 2020 | 00:52:26,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729MethodDeclarations.h +26 五月 2020 | 00:52:26,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433.h +26 五月 2020 | 00:52:26,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433MethodDeclarations.h +26 五月 2020 | 00:52:26,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061.h +26 五月 2020 | 00:52:26,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548MethodDeclarations.h +26 五月 2020 | 00:52:26,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548.h +26 五月 2020 | 00:52:26,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061MethodDeclarations.h +26 五月 2020 | 00:52:26,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717.h +26 五月 2020 | 00:52:26,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548MethodDeclarations.h +26 五月 2020 | 00:52:26,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977.h +26 五月 2020 | 00:52:26,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717MethodDeclarations.h +26 五月 2020 | 00:52:26,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717.h +26 五月 2020 | 00:52:26,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902.h +26 五月 2020 | 00:52:26,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977MethodDeclarations.h +26 五月 2020 | 00:52:26,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717MethodDeclarations.h +26 五月 2020 | 00:52:26,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902MethodDeclarations.h +26 五月 2020 | 00:52:26,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705.h +26 五月 2020 | 00:52:26,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902.h +26 五月 2020 | 00:52:26,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199.h +26 五月 2020 | 00:52:26,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705MethodDeclarations.h +26 五月 2020 | 00:52:26,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902MethodDeclarations.h +26 五月 2020 | 00:52:26,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199MethodDeclarations.h +26 五月 2020 | 00:52:26,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481.h +26 五月 2020 | 00:52:26,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199.h +26 五月 2020 | 00:52:26,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481MethodDeclarations.h +26 五月 2020 | 00:52:26,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314.h +26 五月 2020 | 00:52:26,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199MethodDeclarations.h +26 五月 2020 | 00:52:26,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314MethodDeclarations.h +26 五月 2020 | 00:52:26,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767.h +26 五月 2020 | 00:52:26,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314.h +26 五月 2020 | 00:52:26,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314MethodDeclarations.h +26 五月 2020 | 00:52:26,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767MethodDeclarations.h +26 五月 2020 | 00:52:26,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659.h +26 五月 2020 | 00:52:26,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659MethodDeclarations.h +26 五月 2020 | 00:52:26,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659.h +26 五月 2020 | 00:52:26,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151.h +26 五月 2020 | 00:52:26,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659MethodDeclarations.h +26 五月 2020 | 00:52:26,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151MethodDeclarations.h +26 五月 2020 | 00:52:26,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691.h +26 五月 2020 | 00:52:26,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691.h +26 五月 2020 | 00:52:26,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089.h +26 五月 2020 | 00:52:26,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691MethodDeclarations.h +26 五月 2020 | 00:52:26,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089MethodDeclarations.h +26 五月 2020 | 00:52:26,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691MethodDeclarations.h +26 五月 2020 | 00:52:26,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590.h +26 五月 2020 | 00:52:26,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766.h +26 五月 2020 | 00:52:26,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590MethodDeclarations.h +26 五月 2020 | 00:52:26,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590.h +26 五月 2020 | 00:52:26,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590MethodDeclarations.h +26 五月 2020 | 00:52:26,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766MethodDeclarations.h +26 五月 2020 | 00:52:26,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033.h +26 五月 2020 | 00:52:26,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033.h +26 五月 2020 | 00:52:26,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132.h +26 五月 2020 | 00:52:26,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033MethodDeclarations.h +26 五月 2020 | 00:52:26,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033MethodDeclarations.h +26 五月 2020 | 00:52:26,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132MethodDeclarations.h +26 五月 2020 | 00:52:26,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252.h +26 五月 2020 | 00:52:26,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252.h +26 五月 2020 | 00:52:26,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252MethodDeclarations.h +26 五月 2020 | 00:52:26,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407.h +26 五月 2020 | 00:52:26,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252MethodDeclarations.h +26 五月 2020 | 00:52:26,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205.h +26 五月 2020 | 00:52:26,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205.h +26 五月 2020 | 00:52:26,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407MethodDeclarations.h +26 五月 2020 | 00:52:26,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205MethodDeclarations.h +26 五月 2020 | 00:52:26,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272.h +26 五月 2020 | 00:52:26,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272MethodDeclarations.h +26 五月 2020 | 00:52:26,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951.h +26 五月 2020 | 00:52:26,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467.h +26 五月 2020 | 00:52:26,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951MethodDeclarations.h +26 五月 2020 | 00:52:26,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205MethodDeclarations.h +26 五月 2020 | 00:52:26,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467MethodDeclarations.h +26 五月 2020 | 00:52:26,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951.h +26 五月 2020 | 00:52:26,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000.h +26 五月 2020 | 00:52:26,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135.h +26 五月 2020 | 00:52:26,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951MethodDeclarations.h +26 五月 2020 | 00:52:26,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000MethodDeclarations.h +26 五月 2020 | 00:52:26,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135MethodDeclarations.h +26 五月 2020 | 00:52:26,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000.h +26 五月 2020 | 00:52:26,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000MethodDeclarations.h +26 五月 2020 | 00:52:26,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738.h +26 五月 2020 | 00:52:26,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099.h +26 五月 2020 | 00:52:26,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738MethodDeclarations.h +26 五月 2020 | 00:52:26,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099MethodDeclarations.h +26 五月 2020 | 00:52:26,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099.h +26 五月 2020 | 00:52:26,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099MethodDeclarations.h +26 五月 2020 | 00:52:26,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348.h +26 五月 2020 | 00:52:26,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478.h +26 五月 2020 | 00:52:26,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478.h +26 五月 2020 | 00:52:26,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348MethodDeclarations.h +26 五月 2020 | 00:52:26,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478MethodDeclarations.h +26 五月 2020 | 00:52:26,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478MethodDeclarations.h +26 五月 2020 | 00:52:26,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408.h +26 五月 2020 | 00:52:26,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657.h +26 五月 2020 | 00:52:26,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657.h +26 五月 2020 | 00:52:26,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408MethodDeclarations.h +26 五月 2020 | 00:52:26,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657MethodDeclarations.h +26 五月 2020 | 00:52:26,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657MethodDeclarations.h +26 五月 2020 | 00:52:26,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754.h +26 五月 2020 | 00:52:26,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629.h +26 五月 2020 | 00:52:26,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629.h +26 五月 2020 | 00:52:26,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754MethodDeclarations.h +26 五月 2020 | 00:52:26,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629MethodDeclarations.h +26 五月 2020 | 00:52:26,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629MethodDeclarations.h +26 五月 2020 | 00:52:26,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752.h +26 五月 2020 | 00:52:26,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388.h +26 五月 2020 | 00:52:26,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752MethodDeclarations.h +26 五月 2020 | 00:52:26,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388.h +26 五月 2020 | 00:52:26,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388MethodDeclarations.h +26 五月 2020 | 00:52:26,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985.h +26 五月 2020 | 00:52:26,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985MethodDeclarations.h +26 五月 2020 | 00:52:26,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904.h +26 五月 2020 | 00:52:26,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388MethodDeclarations.h +26 五月 2020 | 00:52:26,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075.h +26 五月 2020 | 00:52:26,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904MethodDeclarations.h +26 五月 2020 | 00:52:26,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904.h +26 五月 2020 | 00:52:26,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706.h +26 五月 2020 | 00:52:26,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904MethodDeclarations.h +26 五月 2020 | 00:52:26,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706MethodDeclarations.h +26 五月 2020 | 00:52:26,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706.h +26 五月 2020 | 00:52:26,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706MethodDeclarations.h +26 五月 2020 | 00:52:26,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075MethodDeclarations.h +26 五月 2020 | 00:52:26,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873.h +26 五月 2020 | 00:52:26,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873.h +26 五月 2020 | 00:52:26,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518.h +26 五月 2020 | 00:52:26,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873MethodDeclarations.h +26 五月 2020 | 00:52:26,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873MethodDeclarations.h +26 五月 2020 | 00:52:26,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518MethodDeclarations.h +26 五月 2020 | 00:52:26,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045.h +26 五月 2020 | 00:52:26,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177.h +26 五月 2020 | 00:52:26,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045.h +26 五月 2020 | 00:52:26,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177MethodDeclarations.h +26 五月 2020 | 00:52:26,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045MethodDeclarations.h +26 五月 2020 | 00:52:26,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045MethodDeclarations.h +26 五月 2020 | 00:52:26,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567.h +26 五月 2020 | 00:52:26,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567.h +26 五月 2020 | 00:52:26,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567MethodDeclarations.h +26 五月 2020 | 00:52:26,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567MethodDeclarations.h +26 五月 2020 | 00:52:26,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320.h +26 五月 2020 | 00:52:26,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320MethodDeclarations.h +26 五月 2020 | 00:52:26,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320.h +26 五月 2020 | 00:52:26,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222.h +26 五月 2020 | 00:52:26,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222MethodDeclarations.h +26 五月 2020 | 00:52:26,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320MethodDeclarations.h +26 五月 2020 | 00:52:26,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471.h +26 五月 2020 | 00:52:26,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342.h +26 五月 2020 | 00:52:26,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471MethodDeclarations.h +26 五月 2020 | 00:52:26,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342MethodDeclarations.h +26 五月 2020 | 00:52:26,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467.h +26 五月 2020 | 00:52:26,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336.h +26 五月 2020 | 00:52:26,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342.h +26 五月 2020 | 00:52:26,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467MethodDeclarations.h +26 五月 2020 | 00:52:26,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336MethodDeclarations.h +26 五月 2020 | 00:52:26,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630.h +26 五月 2020 | 00:52:26,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342MethodDeclarations.h +26 五月 2020 | 00:52:26,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630MethodDeclarations.h +26 五月 2020 | 00:52:26,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754.h +26 五月 2020 | 00:52:26,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336.h +26 五月 2020 | 00:52:26,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754MethodDeclarations.h +26 五月 2020 | 00:52:26,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976.h +26 五月 2020 | 00:52:26,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336MethodDeclarations.h +26 五月 2020 | 00:52:26,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976MethodDeclarations.h +26 五月 2020 | 00:52:26,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545.h +26 五月 2020 | 00:52:26,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754.h +26 五月 2020 | 00:52:26,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101.h +26 五月 2020 | 00:52:26,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545MethodDeclarations.h +26 五月 2020 | 00:52:26,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754MethodDeclarations.h +26 五月 2020 | 00:52:26,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101MethodDeclarations.h +26 五月 2020 | 00:52:26,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180.h +26 五月 2020 | 00:52:26,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545.h +26 五月 2020 | 00:52:26,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840.h +26 五月 2020 | 00:52:26,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180MethodDeclarations.h +26 五月 2020 | 00:52:26,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545MethodDeclarations.h +26 五月 2020 | 00:52:26,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840MethodDeclarations.h +26 五月 2020 | 00:52:26,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671.h +26 五月 2020 | 00:52:26,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180.h +26 五月 2020 | 00:52:26,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757.h +26 五月 2020 | 00:52:26,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757MethodDeclarations.h +26 五月 2020 | 00:52:26,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671MethodDeclarations.h +26 五月 2020 | 00:52:26,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180MethodDeclarations.h +26 五月 2020 | 00:52:26,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465.h +26 五月 2020 | 00:52:26,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924.h +26 五月 2020 | 00:52:26,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671.h +26 五月 2020 | 00:52:26,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924MethodDeclarations.h +26 五月 2020 | 00:52:26,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465MethodDeclarations.h +26 五月 2020 | 00:52:26,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671MethodDeclarations.h +26 五月 2020 | 00:52:26,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455.h +26 五月 2020 | 00:52:26,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917.h +26 五月 2020 | 00:52:26,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924.h +26 五月 2020 | 00:52:26,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917MethodDeclarations.h +26 五月 2020 | 00:52:26,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455MethodDeclarations.h +26 五月 2020 | 00:52:26,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924MethodDeclarations.h +26 五月 2020 | 00:52:26,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210.h +26 五月 2020 | 00:52:26,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147.h +26 五月 2020 | 00:52:26,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455.h +26 五月 2020 | 00:52:26,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210MethodDeclarations.h +26 五月 2020 | 00:52:26,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147MethodDeclarations.h +26 五月 2020 | 00:52:26,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455MethodDeclarations.h +26 五月 2020 | 00:52:26,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263.h +26 五月 2020 | 00:52:26,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573.h +26 五月 2020 | 00:52:26,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147.h +26 五月 2020 | 00:52:26,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263MethodDeclarations.h +26 五月 2020 | 00:52:26,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573MethodDeclarations.h +26 五月 2020 | 00:52:26,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509.h +26 五月 2020 | 00:52:26,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147MethodDeclarations.h +26 五月 2020 | 00:52:26,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008.h +26 五月 2020 | 00:52:26,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509MethodDeclarations.h +26 五月 2020 | 00:52:26,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573.h +26 五月 2020 | 00:52:26,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008MethodDeclarations.h +26 五月 2020 | 00:52:26,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595.h +26 五月 2020 | 00:52:26,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573MethodDeclarations.h +26 五月 2020 | 00:52:26,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155.h +26 五月 2020 | 00:52:26,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008.h +26 五月 2020 | 00:52:26,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155MethodDeclarations.h +26 五月 2020 | 00:52:26,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008MethodDeclarations.h +26 五月 2020 | 00:52:26,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817.h +26 五月 2020 | 00:52:26,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817MethodDeclarations.h +26 五月 2020 | 00:52:26,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155.h +26 五月 2020 | 00:52:26,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937.h +26 五月 2020 | 00:52:26,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155MethodDeclarations.h +26 五月 2020 | 00:52:26,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937MethodDeclarations.h +26 五月 2020 | 00:52:26,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817.h +26 五月 2020 | 00:52:26,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817MethodDeclarations.h +26 五月 2020 | 00:52:26,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199.h +26 五月 2020 | 00:52:26,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199MethodDeclarations.h +26 五月 2020 | 00:52:26,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937.h +26 五月 2020 | 00:52:26,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970.h +26 五月 2020 | 00:52:26,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937MethodDeclarations.h +26 五月 2020 | 00:52:26,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970MethodDeclarations.h +26 五月 2020 | 00:52:26,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199.h +26 五月 2020 | 00:52:26,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199MethodDeclarations.h +26 五月 2020 | 00:52:26,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928.h +26 五月 2020 | 00:52:26,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928MethodDeclarations.h +26 五月 2020 | 00:52:26,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970.h +26 五月 2020 | 00:52:26,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151.h +26 五月 2020 | 00:52:26,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970MethodDeclarations.h +26 五月 2020 | 00:52:26,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151MethodDeclarations.h +26 五月 2020 | 00:52:26,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928.h +26 五月 2020 | 00:52:26,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928MethodDeclarations.h +26 五月 2020 | 00:52:26,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648.h +26 五月 2020 | 00:52:26,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648MethodDeclarations.h +26 五月 2020 | 00:52:26,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151.h +26 五月 2020 | 00:52:26,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838.h +26 五月 2020 | 00:52:26,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595MethodDeclarations.h +26 五月 2020 | 00:52:26,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151MethodDeclarations.h +26 五月 2020 | 00:52:26,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273.h +26 五月 2020 | 00:52:26,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838MethodDeclarations.h +26 五月 2020 | 00:52:26,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648.h +26 五月 2020 | 00:52:26,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273MethodDeclarations.h +26 五月 2020 | 00:52:26,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648MethodDeclarations.h +26 五月 2020 | 00:52:26,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508.h +26 五月 2020 | 00:52:26,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084.h +26 五月 2020 | 00:52:26,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508MethodDeclarations.h +26 五月 2020 | 00:52:26,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838.h +26 五月 2020 | 00:52:26,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084MethodDeclarations.h +26 五月 2020 | 00:52:26,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276.h +26 五月 2020 | 00:52:26,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838MethodDeclarations.h +26 五月 2020 | 00:52:26,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276MethodDeclarations.h +26 五月 2020 | 00:52:26,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946.h +26 五月 2020 | 00:52:26,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946MethodDeclarations.h +26 五月 2020 | 00:52:26,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508.h +26 五月 2020 | 00:52:26,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008.h +26 五月 2020 | 00:52:26,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508MethodDeclarations.h +26 五月 2020 | 00:52:26,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950.h +26 五月 2020 | 00:52:26,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008MethodDeclarations.h +26 五月 2020 | 00:52:26,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950MethodDeclarations.h +26 五月 2020 | 00:52:26,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276.h +26 五月 2020 | 00:52:26,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276MethodDeclarations.h +26 五月 2020 | 00:52:26,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048.h +26 五月 2020 | 00:52:26,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348.h +26 五月 2020 | 00:52:26,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008.h +26 五月 2020 | 00:52:26,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048MethodDeclarations.h +26 五月 2020 | 00:52:26,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348MethodDeclarations.h +26 五月 2020 | 00:52:26,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342.h +26 五月 2020 | 00:52:26,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008MethodDeclarations.h +26 五月 2020 | 00:52:26,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815.h +26 五月 2020 | 00:52:26,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342MethodDeclarations.h +26 五月 2020 | 00:52:26,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048.h +26 五月 2020 | 00:52:26,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815MethodDeclarations.h +26 五月 2020 | 00:52:26,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077.h +26 五月 2020 | 00:52:26,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077MethodDeclarations.h +26 五月 2020 | 00:52:26,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048MethodDeclarations.h +26 五月 2020 | 00:52:26,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042.h +26 五月 2020 | 00:52:26,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342.h +26 五月 2020 | 00:52:26,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653.h +26 五月 2020 | 00:52:26,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042MethodDeclarations.h +26 五月 2020 | 00:52:26,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342MethodDeclarations.h +26 五月 2020 | 00:52:26,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474.h +26 五月 2020 | 00:52:26,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077.h +26 五月 2020 | 00:52:26,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474MethodDeclarations.h +26 五月 2020 | 00:52:26,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077MethodDeclarations.h +26 五月 2020 | 00:52:26,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026.h +26 五月 2020 | 00:52:26,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026MethodDeclarations.h +26 五月 2020 | 00:52:26,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653MethodDeclarations.h +26 五月 2020 | 00:52:26,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721.h +26 五月 2020 | 00:52:26,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152.h +26 五月 2020 | 00:52:26,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152MethodDeclarations.h +26 五月 2020 | 00:52:26,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721MethodDeclarations.h +26 五月 2020 | 00:52:26,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340.h +26 五月 2020 | 00:52:26,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340MethodDeclarations.h +26 五月 2020 | 00:52:26,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821.h +26 五月 2020 | 00:52:26,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821MethodDeclarations.h +26 五月 2020 | 00:52:26,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636.h +26 五月 2020 | 00:52:26,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636MethodDeclarations.h +26 五月 2020 | 00:52:26,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795.h +26 五月 2020 | 00:52:26,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795MethodDeclarations.h +26 五月 2020 | 00:52:26,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840.h +26 五月 2020 | 00:52:26,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840MethodDeclarations.h +26 五月 2020 | 00:52:26,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653.h +26 五月 2020 | 00:52:26,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755.h +26 五月 2020 | 00:52:26,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653MethodDeclarations.h +26 五月 2020 | 00:52:26,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753.h +26 五月 2020 | 00:52:26,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755MethodDeclarations.h +26 五月 2020 | 00:52:26,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152.h +26 五月 2020 | 00:52:26,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753MethodDeclarations.h +26 五月 2020 | 00:52:26,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152MethodDeclarations.h +26 五月 2020 | 00:52:26,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332.h +26 五月 2020 | 00:52:26,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332MethodDeclarations.h +26 五月 2020 | 00:52:26,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340.h +26 五月 2020 | 00:52:26,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469.h +26 五月 2020 | 00:52:26,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149.h +26 五月 2020 | 00:52:26,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340MethodDeclarations.h +26 五月 2020 | 00:52:26,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469MethodDeclarations.h +26 五月 2020 | 00:52:26,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149MethodDeclarations.h +26 五月 2020 | 00:52:26,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821.h +26 五月 2020 | 00:52:26,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082.h +26 五月 2020 | 00:52:26,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714.h +26 五月 2020 | 00:52:26,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821MethodDeclarations.h +26 五月 2020 | 00:52:26,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714MethodDeclarations.h +26 五月 2020 | 00:52:26,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082MethodDeclarations.h +26 五月 2020 | 00:52:26,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636.h +26 五月 2020 | 00:52:26,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234.h +26 五月 2020 | 00:52:26,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000.h +26 五月 2020 | 00:52:26,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000MethodDeclarations.h +26 五月 2020 | 00:52:26,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234MethodDeclarations.h +26 五月 2020 | 00:52:26,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636MethodDeclarations.h +26 五月 2020 | 00:52:26,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511.h +26 五月 2020 | 00:52:26,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862.h +26 五月 2020 | 00:52:26,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862MethodDeclarations.h +26 五月 2020 | 00:52:26,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795.h +26 五月 2020 | 00:52:26,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511MethodDeclarations.h +26 五月 2020 | 00:52:26,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795MethodDeclarations.h +26 五月 2020 | 00:52:26,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178.h +26 五月 2020 | 00:52:26,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417.h +26 五月 2020 | 00:52:26,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755.h +26 五月 2020 | 00:52:26,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178MethodDeclarations.h +26 五月 2020 | 00:52:26,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755MethodDeclarations.h +26 五月 2020 | 00:52:26,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417MethodDeclarations.h +26 五月 2020 | 00:52:26,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556.h +26 五月 2020 | 00:52:26,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556MethodDeclarations.h +26 五月 2020 | 00:52:26,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332.h +26 五月 2020 | 00:52:26,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046.h +26 五月 2020 | 00:52:26,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332MethodDeclarations.h +26 五月 2020 | 00:52:26,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927.h +26 五月 2020 | 00:52:26,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046MethodDeclarations.h +26 五月 2020 | 00:52:26,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149.h +26 五月 2020 | 00:52:26,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927MethodDeclarations.h +26 五月 2020 | 00:52:26,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547.h +26 五月 2020 | 00:52:26,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149MethodDeclarations.h +26 五月 2020 | 00:52:26,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298.h +26 五月 2020 | 00:52:26,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547MethodDeclarations.h +26 五月 2020 | 00:52:26,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714.h +26 五月 2020 | 00:52:26,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298MethodDeclarations.h +26 五月 2020 | 00:52:26,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282.h +26 五月 2020 | 00:52:26,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714MethodDeclarations.h +26 五月 2020 | 00:52:26,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957.h +26 五月 2020 | 00:52:26,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282MethodDeclarations.h +26 五月 2020 | 00:52:26,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234.h +26 五月 2020 | 00:52:26,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957MethodDeclarations.h +26 五月 2020 | 00:52:26,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234MethodDeclarations.h +26 五月 2020 | 00:52:26,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774.h +26 五月 2020 | 00:52:26,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820.h +26 五月 2020 | 00:52:26,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862.h +26 五月 2020 | 00:52:26,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774MethodDeclarations.h +26 五月 2020 | 00:52:26,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862MethodDeclarations.h +26 五月 2020 | 00:52:26,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820MethodDeclarations.h +26 五月 2020 | 00:52:26,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097.h +26 五月 2020 | 00:52:26,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178.h +26 五月 2020 | 00:52:26,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003.h +26 五月 2020 | 00:52:26,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178MethodDeclarations.h +26 五月 2020 | 00:52:26,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003MethodDeclarations.h +26 五月 2020 | 00:52:26,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556.h +26 五月 2020 | 00:52:26,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583.h +26 五月 2020 | 00:52:26,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556MethodDeclarations.h +26 五月 2020 | 00:52:26,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927.h +26 五月 2020 | 00:52:26,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927MethodDeclarations.h +26 五月 2020 | 00:52:26,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298.h +26 五月 2020 | 00:52:26,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298MethodDeclarations.h +26 五月 2020 | 00:52:26,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957.h +26 五月 2020 | 00:52:26,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583MethodDeclarations.h +26 五月 2020 | 00:52:26,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097MethodDeclarations.h +26 五月 2020 | 00:52:26,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576.h +26 五月 2020 | 00:52:26,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957MethodDeclarations.h +26 五月 2020 | 00:52:26,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283.h +26 五月 2020 | 00:52:26,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820.h +26 五月 2020 | 00:52:26,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576MethodDeclarations.h +26 五月 2020 | 00:52:26,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283MethodDeclarations.h +26 五月 2020 | 00:52:26,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182.h +26 五月 2020 | 00:52:26,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820MethodDeclarations.h +26 五月 2020 | 00:52:26,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449.h +26 五月 2020 | 00:52:26,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182MethodDeclarations.h +26 五月 2020 | 00:52:26,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003.h +26 五月 2020 | 00:52:26,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449MethodDeclarations.h +26 五月 2020 | 00:52:26,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310.h +26 五月 2020 | 00:52:26,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003MethodDeclarations.h +26 五月 2020 | 00:52:26,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104.h +26 五月 2020 | 00:52:26,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310MethodDeclarations.h +26 五月 2020 | 00:52:26,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583.h +26 五月 2020 | 00:52:26,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104MethodDeclarations.h +26 五月 2020 | 00:52:26,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904.h +26 五月 2020 | 00:52:26,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583MethodDeclarations.h +26 五月 2020 | 00:52:26,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198.h +26 五月 2020 | 00:52:26,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904MethodDeclarations.h +26 五月 2020 | 00:52:26,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198MethodDeclarations.h +26 五月 2020 | 00:52:26,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283.h +26 五月 2020 | 00:52:26,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088.h +26 五月 2020 | 00:52:26,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045.h +26 五月 2020 | 00:52:26,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088MethodDeclarations.h +26 五月 2020 | 00:52:26,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045MethodDeclarations.h +26 五月 2020 | 00:52:26,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283MethodDeclarations.h +26 五月 2020 | 00:52:26,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934.h +26 五月 2020 | 00:52:26,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620.h +26 五月 2020 | 00:52:26,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449.h +26 五月 2020 | 00:52:26,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934MethodDeclarations.h +26 五月 2020 | 00:52:26,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620MethodDeclarations.h +26 五月 2020 | 00:52:26,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449MethodDeclarations.h +26 五月 2020 | 00:52:26,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143.h +26 五月 2020 | 00:52:26,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972.h +26 五月 2020 | 00:52:26,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104.h +26 五月 2020 | 00:52:26,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143MethodDeclarations.h +26 五月 2020 | 00:52:26,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972MethodDeclarations.h +26 五月 2020 | 00:52:26,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104MethodDeclarations.h +26 五月 2020 | 00:52:26,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098.h +26 五月 2020 | 00:52:26,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824.h +26 五月 2020 | 00:52:26,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198.h +26 五月 2020 | 00:52:26,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098MethodDeclarations.h +26 五月 2020 | 00:52:26,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198MethodDeclarations.h +26 五月 2020 | 00:52:26,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824MethodDeclarations.h +26 五月 2020 | 00:52:26,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278.h +26 五月 2020 | 00:52:26,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045.h +26 五月 2020 | 00:52:26,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380.h +26 五月 2020 | 00:52:26,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278MethodDeclarations.h +26 五月 2020 | 00:52:26,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045MethodDeclarations.h +26 五月 2020 | 00:52:26,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380MethodDeclarations.h +26 五月 2020 | 00:52:26,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059.h +26 五月 2020 | 00:52:26,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952.h +26 五月 2020 | 00:52:26,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620.h +26 五月 2020 | 00:52:26,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952MethodDeclarations.h +26 五月 2020 | 00:52:26,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059MethodDeclarations.h +26 五月 2020 | 00:52:26,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620MethodDeclarations.h +26 五月 2020 | 00:52:26,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555.h +26 五月 2020 | 00:52:26,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972.h +26 五月 2020 | 00:52:26,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291.h +26 五月 2020 | 00:52:26,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291MethodDeclarations.h +26 五月 2020 | 00:52:26,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972MethodDeclarations.h +26 五月 2020 | 00:52:26,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555MethodDeclarations.h +26 五月 2020 | 00:52:26,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145.h +26 五月 2020 | 00:52:26,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824.h +26 五月 2020 | 00:52:26,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547.h +26 五月 2020 | 00:52:26,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145MethodDeclarations.h +26 五月 2020 | 00:52:26,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824MethodDeclarations.h +26 五月 2020 | 00:52:26,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547MethodDeclarations.h +26 五月 2020 | 00:52:26,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251.h +26 五月 2020 | 00:52:26,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380.h +26 五月 2020 | 00:52:26,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340.h +26 五月 2020 | 00:52:26,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380MethodDeclarations.h +26 五月 2020 | 00:52:26,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251MethodDeclarations.h +26 五月 2020 | 00:52:26,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340MethodDeclarations.h +26 五月 2020 | 00:52:26,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059.h +26 五月 2020 | 00:52:26,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548.h +26 五月 2020 | 00:52:26,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465.h +26 五月 2020 | 00:52:26,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059MethodDeclarations.h +26 五月 2020 | 00:52:26,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548MethodDeclarations.h +26 五月 2020 | 00:52:26,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465MethodDeclarations.h +26 五月 2020 | 00:52:26,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291.h +26 五月 2020 | 00:52:26,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117.h +26 五月 2020 | 00:52:26,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291MethodDeclarations.h +26 五月 2020 | 00:52:26,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295.h +26 五月 2020 | 00:52:26,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117MethodDeclarations.h +26 五月 2020 | 00:52:26,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295MethodDeclarations.h +26 五月 2020 | 00:52:26,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145.h +26 五月 2020 | 00:52:26,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041.h +26 五月 2020 | 00:52:26,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145MethodDeclarations.h +26 五月 2020 | 00:52:26,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994.h +26 五月 2020 | 00:52:26,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041MethodDeclarations.h +26 五月 2020 | 00:52:26,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251.h +26 五月 2020 | 00:52:26,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994MethodDeclarations.h +26 五月 2020 | 00:52:26,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767.h +26 五月 2020 | 00:52:26,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251MethodDeclarations.h +26 五月 2020 | 00:52:26,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767MethodDeclarations.h +26 五月 2020 | 00:52:26,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729.h +26 五月 2020 | 00:52:26,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548.h +26 五月 2020 | 00:52:26,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729MethodDeclarations.h +26 五月 2020 | 00:52:26,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958.h +26 五月 2020 | 00:52:26,608 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548MethodDeclarations.h +26 五月 2020 | 00:52:26,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958MethodDeclarations.h +26 五月 2020 | 00:52:26,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433.h +26 五月 2020 | 00:52:26,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884.h +26 五月 2020 | 00:52:26,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117.h +26 五月 2020 | 00:52:26,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884MethodDeclarations.h +26 五月 2020 | 00:52:26,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433MethodDeclarations.h +26 五月 2020 | 00:52:26,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529.h +26 五月 2020 | 00:52:26,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529MethodDeclarations.h +26 五月 2020 | 00:52:26,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117MethodDeclarations.h +26 五月 2020 | 00:52:26,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548.h +26 五月 2020 | 00:52:26,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041.h +26 五月 2020 | 00:52:26,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557.h +26 五月 2020 | 00:52:26,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557MethodDeclarations.h +26 五月 2020 | 00:52:26,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548MethodDeclarations.h +26 五月 2020 | 00:52:26,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041MethodDeclarations.h +26 五月 2020 | 00:52:26,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156.h +26 五月 2020 | 00:52:26,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717.h +26 五月 2020 | 00:52:26,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156MethodDeclarations.h +26 五月 2020 | 00:52:26,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767.h +26 五月 2020 | 00:52:26,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526.h +26 五月 2020 | 00:52:26,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717MethodDeclarations.h +26 五月 2020 | 00:52:26,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767MethodDeclarations.h +26 五月 2020 | 00:52:26,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526MethodDeclarations.h +26 五月 2020 | 00:52:26,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902.h +26 五月 2020 | 00:52:26,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902MethodDeclarations.h +26 五月 2020 | 00:52:26,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402.h +26 五月 2020 | 00:52:26,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958.h +26 五月 2020 | 00:52:26,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402MethodDeclarations.h +26 五月 2020 | 00:52:26,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958MethodDeclarations.h +26 五月 2020 | 00:52:26,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199.h +26 五月 2020 | 00:52:26,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199MethodDeclarations.h +26 五月 2020 | 00:52:26,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362.h +26 五月 2020 | 00:52:26,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884.h +26 五月 2020 | 00:52:26,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362MethodDeclarations.h +26 五月 2020 | 00:52:26,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884MethodDeclarations.h +26 五月 2020 | 00:52:26,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314.h +26 五月 2020 | 00:52:26,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643.h +26 五月 2020 | 00:52:26,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314MethodDeclarations.h +26 五月 2020 | 00:52:26,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529.h +26 五月 2020 | 00:52:26,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643MethodDeclarations.h +26 五月 2020 | 00:52:26,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529MethodDeclarations.h +26 五月 2020 | 00:52:26,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659.h +26 五月 2020 | 00:52:26,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524.h +26 五月 2020 | 00:52:26,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659MethodDeclarations.h +26 五月 2020 | 00:52:26,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557.h +26 五月 2020 | 00:52:26,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524MethodDeclarations.h +26 五月 2020 | 00:52:26,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557MethodDeclarations.h +26 五月 2020 | 00:52:26,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691.h +26 五月 2020 | 00:52:26,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162.h +26 五月 2020 | 00:52:26,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156.h +26 五月 2020 | 00:52:26,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162MethodDeclarations.h +26 五月 2020 | 00:52:26,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691MethodDeclarations.h +26 五月 2020 | 00:52:26,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156MethodDeclarations.h +26 五月 2020 | 00:52:26,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231.h +26 五月 2020 | 00:52:26,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526.h +26 五月 2020 | 00:52:26,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590.h +26 五月 2020 | 00:52:26,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231MethodDeclarations.h +26 五月 2020 | 00:52:26,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526MethodDeclarations.h +26 五月 2020 | 00:52:26,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590MethodDeclarations.h +26 五月 2020 | 00:52:26,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472.h +26 五月 2020 | 00:52:26,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402.h +26 五月 2020 | 00:52:26,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033.h +26 五月 2020 | 00:52:26,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472MethodDeclarations.h +26 五月 2020 | 00:52:26,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402MethodDeclarations.h +26 五月 2020 | 00:52:26,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033MethodDeclarations.h +26 五月 2020 | 00:52:26,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940.h +26 五月 2020 | 00:52:26,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362.h +26 五月 2020 | 00:52:26,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940MethodDeclarations.h +26 五月 2020 | 00:52:26,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252.h +26 五月 2020 | 00:52:26,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362MethodDeclarations.h +26 五月 2020 | 00:52:26,643 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252MethodDeclarations.h +26 五月 2020 | 00:52:26,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531.h +26 五月 2020 | 00:52:26,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643.h +26 五月 2020 | 00:52:26,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531MethodDeclarations.h +26 五月 2020 | 00:52:26,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205.h +26 五月 2020 | 00:52:26,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643MethodDeclarations.h +26 五月 2020 | 00:52:26,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693.h +26 五月 2020 | 00:52:26,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524.h +26 五月 2020 | 00:52:26,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205MethodDeclarations.h +26 五月 2020 | 00:52:26,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693MethodDeclarations.h +26 五月 2020 | 00:52:26,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524MethodDeclarations.h +26 五月 2020 | 00:52:26,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951.h +26 五月 2020 | 00:52:26,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831.h +26 五月 2020 | 00:52:26,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162.h +26 五月 2020 | 00:52:26,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951MethodDeclarations.h +26 五月 2020 | 00:52:26,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162MethodDeclarations.h +26 五月 2020 | 00:52:26,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831MethodDeclarations.h +26 五月 2020 | 00:52:26,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000.h +26 五月 2020 | 00:52:26,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231.h +26 五月 2020 | 00:52:26,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500.h +26 五月 2020 | 00:52:26,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231MethodDeclarations.h +26 五月 2020 | 00:52:26,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000MethodDeclarations.h +26 五月 2020 | 00:52:26,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500MethodDeclarations.h +26 五月 2020 | 00:52:26,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472.h +26 五月 2020 | 00:52:26,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797.h +26 五月 2020 | 00:52:26,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472MethodDeclarations.h +26 五月 2020 | 00:52:26,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940.h +26 五月 2020 | 00:52:26,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940MethodDeclarations.h +26 五月 2020 | 00:52:26,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531.h +26 五月 2020 | 00:52:26,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531MethodDeclarations.h +26 五月 2020 | 00:52:26,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693.h +26 五月 2020 | 00:52:26,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693MethodDeclarations.h +26 五月 2020 | 00:52:26,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797MethodDeclarations.h +26 五月 2020 | 00:52:26,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831.h +26 五月 2020 | 00:52:26,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831MethodDeclarations.h +26 五月 2020 | 00:52:26,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500.h +26 五月 2020 | 00:52:26,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500MethodDeclarations.h +26 五月 2020 | 00:52:26,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797.h +26 五月 2020 | 00:52:26,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797MethodDeclarations.h +26 五月 2020 | 00:52:26,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162.h +26 五月 2020 | 00:52:26,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162MethodDeclarations.h +26 五月 2020 | 00:52:26,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080.h +26 五月 2020 | 00:52:26,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080MethodDeclarations.h +26 五月 2020 | 00:52:26,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650.h +26 五月 2020 | 00:52:26,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099.h +26 五月 2020 | 00:52:26,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099MethodDeclarations.h +26 五月 2020 | 00:52:26,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650MethodDeclarations.h +26 五月 2020 | 00:52:26,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162.h +26 五月 2020 | 00:52:26,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162MethodDeclarations.h +26 五月 2020 | 00:52:26,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877.h +26 五月 2020 | 00:52:26,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080.h +26 五月 2020 | 00:52:26,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877MethodDeclarations.h +26 五月 2020 | 00:52:26,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080MethodDeclarations.h +26 五月 2020 | 00:52:26,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650.h +26 五月 2020 | 00:52:26,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650MethodDeclarations.h +26 五月 2020 | 00:52:26,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877.h +26 五月 2020 | 00:52:26,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877MethodDeclarations.h +26 五月 2020 | 00:52:26,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478.h +26 五月 2020 | 00:52:26,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478MethodDeclarations.h +26 五月 2020 | 00:52:26,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657.h +26 五月 2020 | 00:52:26,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657MethodDeclarations.h +26 五月 2020 | 00:52:26,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629.h +26 五月 2020 | 00:52:26,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629MethodDeclarations.h +26 五月 2020 | 00:52:26,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388.h +26 五月 2020 | 00:52:26,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388MethodDeclarations.h +26 五月 2020 | 00:52:26,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904.h +26 五月 2020 | 00:52:26,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904MethodDeclarations.h +26 五月 2020 | 00:52:26,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706.h +26 五月 2020 | 00:52:26,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411.h +26 五月 2020 | 00:52:26,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706MethodDeclarations.h +26 五月 2020 | 00:52:26,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411MethodDeclarations.h +26 五月 2020 | 00:52:26,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873.h +26 五月 2020 | 00:52:26,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168.h +26 五月 2020 | 00:52:26,758 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411.h +26 五月 2020 | 00:52:26,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873MethodDeclarations.h +26 五月 2020 | 00:52:26,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168MethodDeclarations.h +26 五月 2020 | 00:52:26,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045.h +26 五月 2020 | 00:52:26,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411MethodDeclarations.h +26 五月 2020 | 00:52:26,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776.h +26 五月 2020 | 00:52:26,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168.h +26 五月 2020 | 00:52:26,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045MethodDeclarations.h +26 五月 2020 | 00:52:26,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776MethodDeclarations.h +26 五月 2020 | 00:52:26,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567.h +26 五月 2020 | 00:52:26,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168MethodDeclarations.h +26 五月 2020 | 00:52:26,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938.h +26 五月 2020 | 00:52:26,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567MethodDeclarations.h +26 五月 2020 | 00:52:26,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776.h +26 五月 2020 | 00:52:26,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938MethodDeclarations.h +26 五月 2020 | 00:52:26,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320.h +26 五月 2020 | 00:52:26,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776MethodDeclarations.h +26 五月 2020 | 00:52:26,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348.h +26 五月 2020 | 00:52:26,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320MethodDeclarations.h +26 五月 2020 | 00:52:26,768 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938.h +26 五月 2020 | 00:52:26,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348MethodDeclarations.h +26 五月 2020 | 00:52:26,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342.h +26 五月 2020 | 00:52:26,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938MethodDeclarations.h +26 五月 2020 | 00:52:26,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058.h +26 五月 2020 | 00:52:26,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348.h +26 五月 2020 | 00:52:26,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058MethodDeclarations.h +26 五月 2020 | 00:52:26,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348MethodDeclarations.h +26 五月 2020 | 00:52:26,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175.h +26 五月 2020 | 00:52:26,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058.h +26 五月 2020 | 00:52:26,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175MethodDeclarations.h +26 五月 2020 | 00:52:26,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058MethodDeclarations.h +26 五月 2020 | 00:52:26,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407.h +26 五月 2020 | 00:52:26,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175.h +26 五月 2020 | 00:52:26,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407MethodDeclarations.h +26 五月 2020 | 00:52:26,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175MethodDeclarations.h +26 五月 2020 | 00:52:26,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699.h +26 五月 2020 | 00:52:26,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407.h +26 五月 2020 | 00:52:26,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699MethodDeclarations.h +26 五月 2020 | 00:52:26,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407MethodDeclarations.h +26 五月 2020 | 00:52:26,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699.h +26 五月 2020 | 00:52:26,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699MethodDeclarations.h +26 五月 2020 | 00:52:26,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342MethodDeclarations.h +26 五月 2020 | 00:52:26,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336.h +26 五月 2020 | 00:52:26,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336MethodDeclarations.h +26 五月 2020 | 00:52:26,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754.h +26 五月 2020 | 00:52:26,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754MethodDeclarations.h +26 五月 2020 | 00:52:26,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545.h +26 五月 2020 | 00:52:26,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545MethodDeclarations.h +26 五月 2020 | 00:52:26,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421.h +26 五月 2020 | 00:52:26,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421MethodDeclarations.h +26 五月 2020 | 00:52:26,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421.h +26 五月 2020 | 00:52:26,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421MethodDeclarations.h +26 五月 2020 | 00:52:26,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180.h +26 五月 2020 | 00:52:26,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354.h +26 五月 2020 | 00:52:26,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354MethodDeclarations.h +26 五月 2020 | 00:52:26,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346.h +26 五月 2020 | 00:52:26,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354.h +26 五月 2020 | 00:52:26,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180MethodDeclarations.h +26 五月 2020 | 00:52:26,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346MethodDeclarations.h +26 五月 2020 | 00:52:26,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354MethodDeclarations.h +26 五月 2020 | 00:52:26,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671.h +26 五月 2020 | 00:52:26,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164.h +26 五月 2020 | 00:52:26,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346.h +26 五月 2020 | 00:52:26,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164MethodDeclarations.h +26 五月 2020 | 00:52:26,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671MethodDeclarations.h +26 五月 2020 | 00:52:26,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346MethodDeclarations.h +26 五月 2020 | 00:52:26,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961.h +26 五月 2020 | 00:52:26,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924.h +26 五月 2020 | 00:52:26,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164.h +26 五月 2020 | 00:52:26,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924MethodDeclarations.h +26 五月 2020 | 00:52:26,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961MethodDeclarations.h +26 五月 2020 | 00:52:26,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164MethodDeclarations.h +26 五月 2020 | 00:52:26,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455.h +26 五月 2020 | 00:52:26,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650.h +26 五月 2020 | 00:52:26,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961.h +26 五月 2020 | 00:52:26,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455MethodDeclarations.h +26 五月 2020 | 00:52:26,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650MethodDeclarations.h +26 五月 2020 | 00:52:26,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961MethodDeclarations.h +26 五月 2020 | 00:52:26,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859.h +26 五月 2020 | 00:52:26,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147.h +26 五月 2020 | 00:52:26,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650.h +26 五月 2020 | 00:52:26,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147MethodDeclarations.h +26 五月 2020 | 00:52:26,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650MethodDeclarations.h +26 五月 2020 | 00:52:26,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859MethodDeclarations.h +26 五月 2020 | 00:52:26,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859.h +26 五月 2020 | 00:52:26,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419.h +26 五月 2020 | 00:52:26,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419MethodDeclarations.h +26 五月 2020 | 00:52:26,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573.h +26 五月 2020 | 00:52:26,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859MethodDeclarations.h +26 五月 2020 | 00:52:26,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729.h +26 五月 2020 | 00:52:26,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573MethodDeclarations.h +26 五月 2020 | 00:52:26,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729MethodDeclarations.h +26 五月 2020 | 00:52:26,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008.h +26 五月 2020 | 00:52:26,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008MethodDeclarations.h +26 五月 2020 | 00:52:26,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155.h +26 五月 2020 | 00:52:26,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638.h +26 五月 2020 | 00:52:26,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155MethodDeclarations.h +26 五月 2020 | 00:52:26,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638MethodDeclarations.h +26 五月 2020 | 00:52:26,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817.h +26 五月 2020 | 00:52:26,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071.h +26 五月 2020 | 00:52:26,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817MethodDeclarations.h +26 五月 2020 | 00:52:26,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071MethodDeclarations.h +26 五月 2020 | 00:52:26,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937.h +26 五月 2020 | 00:52:26,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731.h +26 五月 2020 | 00:52:26,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937MethodDeclarations.h +26 五月 2020 | 00:52:26,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731MethodDeclarations.h +26 五月 2020 | 00:52:26,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199.h +26 五月 2020 | 00:52:26,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199MethodDeclarations.h +26 五月 2020 | 00:52:26,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151.h +26 五月 2020 | 00:52:26,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151MethodDeclarations.h +26 五月 2020 | 00:52:26,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970.h +26 五月 2020 | 00:52:26,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970MethodDeclarations.h +26 五月 2020 | 00:52:26,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928.h +26 五月 2020 | 00:52:26,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928MethodDeclarations.h +26 五月 2020 | 00:52:26,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151.h +26 五月 2020 | 00:52:26,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151MethodDeclarations.h +26 五月 2020 | 00:52:26,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419.h +26 五月 2020 | 00:52:26,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648.h +26 五月 2020 | 00:52:26,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648MethodDeclarations.h +26 五月 2020 | 00:52:26,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419MethodDeclarations.h +26 五月 2020 | 00:52:26,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838.h +26 五月 2020 | 00:52:26,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729.h +26 五月 2020 | 00:52:26,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467.h +26 五月 2020 | 00:52:26,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729MethodDeclarations.h +26 五月 2020 | 00:52:26,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467MethodDeclarations.h +26 五月 2020 | 00:52:26,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838MethodDeclarations.h +26 五月 2020 | 00:52:26,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638.h +26 五月 2020 | 00:52:26,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508.h +26 五月 2020 | 00:52:26,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869.h +26 五月 2020 | 00:52:26,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638MethodDeclarations.h +26 五月 2020 | 00:52:26,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508MethodDeclarations.h +26 五月 2020 | 00:52:26,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869MethodDeclarations.h +26 五月 2020 | 00:52:26,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071.h +26 五月 2020 | 00:52:26,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276.h +26 五月 2020 | 00:52:26,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276MethodDeclarations.h +26 五月 2020 | 00:52:26,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879.h +26 五月 2020 | 00:52:26,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071MethodDeclarations.h +26 五月 2020 | 00:52:26,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879MethodDeclarations.h +26 五月 2020 | 00:52:26,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008.h +26 五月 2020 | 00:52:26,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731.h +26 五月 2020 | 00:52:26,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001.h +26 五月 2020 | 00:52:26,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008MethodDeclarations.h +26 五月 2020 | 00:52:26,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731MethodDeclarations.h +26 五月 2020 | 00:52:26,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001MethodDeclarations.h +26 五月 2020 | 00:52:26,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048.h +26 五月 2020 | 00:52:26,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151.h +26 五月 2020 | 00:52:26,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048MethodDeclarations.h +26 五月 2020 | 00:52:26,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151MethodDeclarations.h +26 五月 2020 | 00:52:26,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204.h +26 五月 2020 | 00:52:26,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342.h +26 五月 2020 | 00:52:26,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467.h +26 五月 2020 | 00:52:26,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204MethodDeclarations.h +26 五月 2020 | 00:52:26,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342MethodDeclarations.h +26 五月 2020 | 00:52:26,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467MethodDeclarations.h +26 五月 2020 | 00:52:26,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525.h +26 五月 2020 | 00:52:26,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077.h +26 五月 2020 | 00:52:26,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869.h +26 五月 2020 | 00:52:26,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077MethodDeclarations.h +26 五月 2020 | 00:52:26,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525MethodDeclarations.h +26 五月 2020 | 00:52:26,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653.h +26 五月 2020 | 00:52:26,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869MethodDeclarations.h +26 五月 2020 | 00:52:26,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065.h +26 五月 2020 | 00:52:26,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065MethodDeclarations.h +26 五月 2020 | 00:52:26,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653MethodDeclarations.h +26 五月 2020 | 00:52:26,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879.h +26 五月 2020 | 00:52:26,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879MethodDeclarations.h +26 五月 2020 | 00:52:26,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062.h +26 五月 2020 | 00:52:26,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152.h +26 五月 2020 | 00:52:26,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152MethodDeclarations.h +26 五月 2020 | 00:52:26,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001.h +26 五月 2020 | 00:52:26,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062MethodDeclarations.h +26 五月 2020 | 00:52:26,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340.h +26 五月 2020 | 00:52:26,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001MethodDeclarations.h +26 五月 2020 | 00:52:26,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918.h +26 五月 2020 | 00:52:26,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204.h +26 五月 2020 | 00:52:26,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340MethodDeclarations.h +26 五月 2020 | 00:52:26,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918MethodDeclarations.h +26 五月 2020 | 00:52:26,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821.h +26 五月 2020 | 00:52:26,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204MethodDeclarations.h +26 五月 2020 | 00:52:26,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726.h +26 五月 2020 | 00:52:26,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726MethodDeclarations.h +26 五月 2020 | 00:52:26,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821MethodDeclarations.h +26 五月 2020 | 00:52:26,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525.h +26 五月 2020 | 00:52:26,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560.h +26 五月 2020 | 00:52:26,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560MethodDeclarations.h +26 五月 2020 | 00:52:26,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423.h +26 五月 2020 | 00:52:26,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636.h +26 五月 2020 | 00:52:26,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423MethodDeclarations.h +26 五月 2020 | 00:52:26,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525MethodDeclarations.h +26 五月 2020 | 00:52:26,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636MethodDeclarations.h +26 五月 2020 | 00:52:26,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065.h +26 五月 2020 | 00:52:26,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517.h +26 五月 2020 | 00:52:26,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065MethodDeclarations.h +26 五月 2020 | 00:52:26,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795.h +26 五月 2020 | 00:52:26,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517MethodDeclarations.h +26 五月 2020 | 00:52:26,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795MethodDeclarations.h +26 五月 2020 | 00:52:26,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062.h +26 五月 2020 | 00:52:26,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224.h +26 五月 2020 | 00:52:26,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755.h +26 五月 2020 | 00:52:26,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062MethodDeclarations.h +26 五月 2020 | 00:52:26,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224MethodDeclarations.h +26 五月 2020 | 00:52:26,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755MethodDeclarations.h +26 五月 2020 | 00:52:26,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918.h +26 五月 2020 | 00:52:26,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774.h +26 五月 2020 | 00:52:26,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332.h +26 五月 2020 | 00:52:26,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918MethodDeclarations.h +26 五月 2020 | 00:52:26,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774MethodDeclarations.h +26 五月 2020 | 00:52:26,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332MethodDeclarations.h +26 五月 2020 | 00:52:26,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726.h +26 五月 2020 | 00:52:26,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320.h +26 五月 2020 | 00:52:26,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149.h +26 五月 2020 | 00:52:26,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726MethodDeclarations.h +26 五月 2020 | 00:52:26,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320MethodDeclarations.h +26 五月 2020 | 00:52:26,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149MethodDeclarations.h +26 五月 2020 | 00:52:26,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560.h +26 五月 2020 | 00:52:26,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626.h +26 五月 2020 | 00:52:26,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560MethodDeclarations.h +26 五月 2020 | 00:52:26,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714.h +26 五月 2020 | 00:52:26,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423.h +26 五月 2020 | 00:52:26,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626MethodDeclarations.h +26 五月 2020 | 00:52:26,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714MethodDeclarations.h +26 五月 2020 | 00:52:26,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427.h +26 五月 2020 | 00:52:26,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234.h +26 五月 2020 | 00:52:26,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423MethodDeclarations.h +26 五月 2020 | 00:52:26,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234MethodDeclarations.h +26 五月 2020 | 00:52:26,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427MethodDeclarations.h +26 五月 2020 | 00:52:26,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517.h +26 五月 2020 | 00:52:26,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862.h +26 五月 2020 | 00:52:26,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182.h +26 五月 2020 | 00:52:26,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517MethodDeclarations.h +26 五月 2020 | 00:52:26,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862MethodDeclarations.h +26 五月 2020 | 00:52:26,928 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182MethodDeclarations.h +26 五月 2020 | 00:52:26,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224.h +26 五月 2020 | 00:52:26,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178.h +26 五月 2020 | 00:52:26,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228.h +26 五月 2020 | 00:52:26,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224MethodDeclarations.h +26 五月 2020 | 00:52:26,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178MethodDeclarations.h +26 五月 2020 | 00:52:26,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774.h +26 五月 2020 | 00:52:26,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556.h +26 五月 2020 | 00:52:26,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556MethodDeclarations.h +26 五月 2020 | 00:52:26,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228MethodDeclarations.h +26 五月 2020 | 00:52:26,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774MethodDeclarations.h +26 五月 2020 | 00:52:26,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927.h +26 五月 2020 | 00:52:26,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320.h +26 五月 2020 | 00:52:26,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933.h +26 五月 2020 | 00:52:26,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927MethodDeclarations.h +26 五月 2020 | 00:52:26,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933MethodDeclarations.h +26 五月 2020 | 00:52:26,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298.h +26 五月 2020 | 00:52:26,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225.h +26 五月 2020 | 00:52:26,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298MethodDeclarations.h +26 五月 2020 | 00:52:26,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320MethodDeclarations.h +26 五月 2020 | 00:52:26,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626.h +26 五月 2020 | 00:52:26,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626MethodDeclarations.h +26 五月 2020 | 00:52:26,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427.h +26 五月 2020 | 00:52:26,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427MethodDeclarations.h +26 五月 2020 | 00:52:26,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182.h +26 五月 2020 | 00:52:26,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182MethodDeclarations.h +26 五月 2020 | 00:52:26,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228.h +26 五月 2020 | 00:52:26,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228MethodDeclarations.h +26 五月 2020 | 00:52:26,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933.h +26 五月 2020 | 00:52:26,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225MethodDeclarations.h +26 五月 2020 | 00:52:26,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957.h +26 五月 2020 | 00:52:26,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933MethodDeclarations.h +26 五月 2020 | 00:52:26,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180.h +26 五月 2020 | 00:52:26,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957MethodDeclarations.h +26 五月 2020 | 00:52:26,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225.h +26 五月 2020 | 00:52:26,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180MethodDeclarations.h +26 五月 2020 | 00:52:26,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820.h +26 五月 2020 | 00:52:26,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225MethodDeclarations.h +26 五月 2020 | 00:52:26,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968.h +26 五月 2020 | 00:52:26,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820MethodDeclarations.h +26 五月 2020 | 00:52:26,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180.h +26 五月 2020 | 00:52:26,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968MethodDeclarations.h +26 五月 2020 | 00:52:26,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003.h +26 五月 2020 | 00:52:26,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180MethodDeclarations.h +26 五月 2020 | 00:52:26,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662.h +26 五月 2020 | 00:52:26,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003MethodDeclarations.h +26 五月 2020 | 00:52:26,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968.h +26 五月 2020 | 00:52:26,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662MethodDeclarations.h +26 五月 2020 | 00:52:26,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583.h +26 五月 2020 | 00:52:26,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968MethodDeclarations.h +26 五月 2020 | 00:52:26,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217.h +26 五月 2020 | 00:52:26,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583MethodDeclarations.h +26 五月 2020 | 00:52:26,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662.h +26 五月 2020 | 00:52:26,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217MethodDeclarations.h +26 五月 2020 | 00:52:26,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283.h +26 五月 2020 | 00:52:26,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662MethodDeclarations.h +26 五月 2020 | 00:52:26,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535.h +26 五月 2020 | 00:52:26,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283MethodDeclarations.h +26 五月 2020 | 00:52:26,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535MethodDeclarations.h +26 五月 2020 | 00:52:26,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217.h +26 五月 2020 | 00:52:26,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217MethodDeclarations.h +26 五月 2020 | 00:52:26,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449.h +26 五月 2020 | 00:52:26,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923.h +26 五月 2020 | 00:52:26,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535.h +26 五月 2020 | 00:52:26,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449MethodDeclarations.h +26 五月 2020 | 00:52:26,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923MethodDeclarations.h +26 五月 2020 | 00:52:26,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535MethodDeclarations.h +26 五月 2020 | 00:52:26,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468.h +26 五月 2020 | 00:52:26,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104.h +26 五月 2020 | 00:52:26,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923.h +26 五月 2020 | 00:52:26,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468MethodDeclarations.h +26 五月 2020 | 00:52:26,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104MethodDeclarations.h +26 五月 2020 | 00:52:26,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923MethodDeclarations.h +26 五月 2020 | 00:52:26,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372.h +26 五月 2020 | 00:52:26,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198.h +26 五月 2020 | 00:52:26,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372MethodDeclarations.h +26 五月 2020 | 00:52:26,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198MethodDeclarations.h +26 五月 2020 | 00:52:26,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468.h +26 五月 2020 | 00:52:26,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468MethodDeclarations.h +26 五月 2020 | 00:52:26,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565.h +26 五月 2020 | 00:52:26,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045.h +26 五月 2020 | 00:52:26,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372.h +26 五月 2020 | 00:52:26,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045MethodDeclarations.h +26 五月 2020 | 00:52:26,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565MethodDeclarations.h +26 五月 2020 | 00:52:26,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372MethodDeclarations.h +26 五月 2020 | 00:52:26,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620.h +26 五月 2020 | 00:52:26,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819.h +26 五月 2020 | 00:52:26,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819MethodDeclarations.h +26 五月 2020 | 00:52:26,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565.h +26 五月 2020 | 00:52:26,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620MethodDeclarations.h +26 五月 2020 | 00:52:26,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413.h +26 五月 2020 | 00:52:26,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565MethodDeclarations.h +26 五月 2020 | 00:52:26,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972.h +26 五月 2020 | 00:52:26,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413MethodDeclarations.h +26 五月 2020 | 00:52:26,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819.h +26 五月 2020 | 00:52:26,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972MethodDeclarations.h +26 五月 2020 | 00:52:26,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492.h +26 五月 2020 | 00:52:26,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819MethodDeclarations.h +26 五月 2020 | 00:52:26,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492MethodDeclarations.h +26 五月 2020 | 00:52:26,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824.h +26 五月 2020 | 00:52:26,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413.h +26 五月 2020 | 00:52:26,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675.h +26 五月 2020 | 00:52:26,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413MethodDeclarations.h +26 五月 2020 | 00:52:26,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824MethodDeclarations.h +26 五月 2020 | 00:52:26,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675MethodDeclarations.h +26 五月 2020 | 00:52:26,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492.h +26 五月 2020 | 00:52:26,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949.h +26 五月 2020 | 00:52:26,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380.h +26 五月 2020 | 00:52:26,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492MethodDeclarations.h +26 五月 2020 | 00:52:26,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380MethodDeclarations.h +26 五月 2020 | 00:52:26,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949MethodDeclarations.h +26 五月 2020 | 00:52:26,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675.h +26 五月 2020 | 00:52:26,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675MethodDeclarations.h +26 五月 2020 | 00:52:26,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059.h +26 五月 2020 | 00:52:26,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513.h +26 五月 2020 | 00:52:26,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513MethodDeclarations.h +26 五月 2020 | 00:52:26,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949.h +26 五月 2020 | 00:52:26,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059MethodDeclarations.h +26 五月 2020 | 00:52:26,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544.h +26 五月 2020 | 00:52:26,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949MethodDeclarations.h +26 五月 2020 | 00:52:26,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544MethodDeclarations.h +26 五月 2020 | 00:52:26,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291.h +26 五月 2020 | 00:52:27,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513.h +26 五月 2020 | 00:52:27,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513MethodDeclarations.h +26 五月 2020 | 00:52:27,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855.h +26 五月 2020 | 00:52:27,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291MethodDeclarations.h +26 五月 2020 | 00:52:27,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855MethodDeclarations.h +26 五月 2020 | 00:52:27,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544.h +26 五月 2020 | 00:52:27,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544MethodDeclarations.h +26 五月 2020 | 00:52:27,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145.h +26 五月 2020 | 00:52:27,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145MethodDeclarations.h +26 五月 2020 | 00:52:27,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892.h +26 五月 2020 | 00:52:27,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855.h +26 五月 2020 | 00:52:27,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892MethodDeclarations.h +26 五月 2020 | 00:52:27,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855MethodDeclarations.h +26 五月 2020 | 00:52:27,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148.h +26 五月 2020 | 00:52:27,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892.h +26 五月 2020 | 00:52:27,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148MethodDeclarations.h +26 五月 2020 | 00:52:27,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892MethodDeclarations.h +26 五月 2020 | 00:52:27,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828.h +26 五月 2020 | 00:52:27,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251.h +26 五月 2020 | 00:52:27,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148.h +26 五月 2020 | 00:52:27,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828MethodDeclarations.h +26 五月 2020 | 00:52:27,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148MethodDeclarations.h +26 五月 2020 | 00:52:27,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251MethodDeclarations.h +26 五月 2020 | 00:52:27,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434.h +26 五月 2020 | 00:52:27,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828.h +26 五月 2020 | 00:52:27,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548.h +26 五月 2020 | 00:52:27,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434MethodDeclarations.h +26 五月 2020 | 00:52:27,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828MethodDeclarations.h +26 五月 2020 | 00:52:27,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548MethodDeclarations.h +26 五月 2020 | 00:52:27,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504.h +26 五月 2020 | 00:52:27,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434.h +26 五月 2020 | 00:52:27,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504MethodDeclarations.h +26 五月 2020 | 00:52:27,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434MethodDeclarations.h +26 五月 2020 | 00:52:27,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117.h +26 五月 2020 | 00:52:27,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159.h +26 五月 2020 | 00:52:27,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159MethodDeclarations.h +26 五月 2020 | 00:52:27,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117MethodDeclarations.h +26 五月 2020 | 00:52:27,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504.h +26 五月 2020 | 00:52:27,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198.h +26 五月 2020 | 00:52:27,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504MethodDeclarations.h +26 五月 2020 | 00:52:27,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198MethodDeclarations.h +26 五月 2020 | 00:52:27,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041.h +26 五月 2020 | 00:52:27,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159.h +26 五月 2020 | 00:52:27,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159MethodDeclarations.h +26 五月 2020 | 00:52:27,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041MethodDeclarations.h +26 五月 2020 | 00:52:27,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198.h +26 五月 2020 | 00:52:27,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767.h +26 五月 2020 | 00:52:27,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198MethodDeclarations.h +26 五月 2020 | 00:52:27,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767MethodDeclarations.h +26 五月 2020 | 00:52:27,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731.h +26 五月 2020 | 00:52:27,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958.h +26 五月 2020 | 00:52:27,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731.h +26 五月 2020 | 00:52:27,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958MethodDeclarations.h +26 五月 2020 | 00:52:27,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731MethodDeclarations.h +26 五月 2020 | 00:52:27,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731MethodDeclarations.h +26 五月 2020 | 00:52:27,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884.h +26 五月 2020 | 00:52:27,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241.h +26 五月 2020 | 00:52:27,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884MethodDeclarations.h +26 五月 2020 | 00:52:27,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241MethodDeclarations.h +26 五月 2020 | 00:52:27,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241.h +26 五月 2020 | 00:52:27,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241MethodDeclarations.h +26 五月 2020 | 00:52:27,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529.h +26 五月 2020 | 00:52:27,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493.h +26 五月 2020 | 00:52:27,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529MethodDeclarations.h +26 五月 2020 | 00:52:27,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493MethodDeclarations.h +26 五月 2020 | 00:52:27,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493.h +26 五月 2020 | 00:52:27,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493MethodDeclarations.h +26 五月 2020 | 00:52:27,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557.h +26 五月 2020 | 00:52:27,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032.h +26 五月 2020 | 00:52:27,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557MethodDeclarations.h +26 五月 2020 | 00:52:27,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032.h +26 五月 2020 | 00:52:27,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156.h +26 五月 2020 | 00:52:27,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032MethodDeclarations.h +26 五月 2020 | 00:52:27,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156MethodDeclarations.h +26 五月 2020 | 00:52:27,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728.h +26 五月 2020 | 00:52:27,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032MethodDeclarations.h +26 五月 2020 | 00:52:27,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526.h +26 五月 2020 | 00:52:27,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728MethodDeclarations.h +26 五月 2020 | 00:52:27,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526MethodDeclarations.h +26 五月 2020 | 00:52:27,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728.h +26 五月 2020 | 00:52:27,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402.h +26 五月 2020 | 00:52:27,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377.h +26 五月 2020 | 00:52:27,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402MethodDeclarations.h +26 五月 2020 | 00:52:27,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728MethodDeclarations.h +26 五月 2020 | 00:52:27,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377MethodDeclarations.h +26 五月 2020 | 00:52:27,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377.h +26 五月 2020 | 00:52:27,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362.h +26 五月 2020 | 00:52:27,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362MethodDeclarations.h +26 五月 2020 | 00:52:27,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643.h +26 五月 2020 | 00:52:27,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643MethodDeclarations.h +26 五月 2020 | 00:52:27,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524.h +26 五月 2020 | 00:52:27,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524MethodDeclarations.h +26 五月 2020 | 00:52:27,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162.h +26 五月 2020 | 00:52:27,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162MethodDeclarations.h +26 五月 2020 | 00:52:27,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017.h +26 五月 2020 | 00:52:27,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231.h +26 五月 2020 | 00:52:27,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377MethodDeclarations.h +26 五月 2020 | 00:52:27,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231MethodDeclarations.h +26 五月 2020 | 00:52:27,056 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017MethodDeclarations.h +26 五月 2020 | 00:52:27,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017.h +26 五月 2020 | 00:52:27,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472.h +26 五月 2020 | 00:52:27,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897.h +26 五月 2020 | 00:52:27,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472MethodDeclarations.h +26 五月 2020 | 00:52:27,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017MethodDeclarations.h +26 五月 2020 | 00:52:27,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897MethodDeclarations.h +26 五月 2020 | 00:52:27,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940.h +26 五月 2020 | 00:52:27,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940MethodDeclarations.h +26 五月 2020 | 00:52:27,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897.h +26 五月 2020 | 00:52:27,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191.h +26 五月 2020 | 00:52:27,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897MethodDeclarations.h +26 五月 2020 | 00:52:27,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531.h +26 五月 2020 | 00:52:27,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191.h +26 五月 2020 | 00:52:27,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191MethodDeclarations.h +26 五月 2020 | 00:52:27,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531MethodDeclarations.h +26 五月 2020 | 00:52:27,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191MethodDeclarations.h +26 五月 2020 | 00:52:27,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631.h +26 五月 2020 | 00:52:27,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631MethodDeclarations.h +26 五月 2020 | 00:52:27,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693.h +26 五月 2020 | 00:52:27,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631.h +26 五月 2020 | 00:52:27,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693MethodDeclarations.h +26 五月 2020 | 00:52:27,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413.h +26 五月 2020 | 00:52:27,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631MethodDeclarations.h +26 五月 2020 | 00:52:27,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413MethodDeclarations.h +26 五月 2020 | 00:52:27,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831.h +26 五月 2020 | 00:52:27,070 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413.h +26 五月 2020 | 00:52:27,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831MethodDeclarations.h +26 五月 2020 | 00:52:27,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413MethodDeclarations.h +26 五月 2020 | 00:52:27,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573.h +26 五月 2020 | 00:52:27,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500.h +26 五月 2020 | 00:52:27,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573MethodDeclarations.h +26 五月 2020 | 00:52:27,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573.h +26 五月 2020 | 00:52:27,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500MethodDeclarations.h +26 五月 2020 | 00:52:27,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573MethodDeclarations.h +26 五月 2020 | 00:52:27,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967.h +26 五月 2020 | 00:52:27,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967MethodDeclarations.h +26 五月 2020 | 00:52:27,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797.h +26 五月 2020 | 00:52:27,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967.h +26 五月 2020 | 00:52:27,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967MethodDeclarations.h +26 五月 2020 | 00:52:27,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439.h +26 五月 2020 | 00:52:27,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439MethodDeclarations.h +26 五月 2020 | 00:52:27,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797MethodDeclarations.h +26 五月 2020 | 00:52:27,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439.h +26 五月 2020 | 00:52:27,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439MethodDeclarations.h +26 五月 2020 | 00:52:27,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666.h +26 五月 2020 | 00:52:27,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162.h +26 五月 2020 | 00:52:27,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666.h +26 五月 2020 | 00:52:27,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666MethodDeclarations.h +26 五月 2020 | 00:52:27,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162MethodDeclarations.h +26 五月 2020 | 00:52:27,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666MethodDeclarations.h +26 五月 2020 | 00:52:27,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080.h +26 五月 2020 | 00:52:27,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965.h +26 五月 2020 | 00:52:27,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080MethodDeclarations.h +26 五月 2020 | 00:52:27,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965.h +26 五月 2020 | 00:52:27,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965MethodDeclarations.h +26 五月 2020 | 00:52:27,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650.h +26 五月 2020 | 00:52:27,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965MethodDeclarations.h +26 五月 2020 | 00:52:27,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932.h +26 五月 2020 | 00:52:27,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932MethodDeclarations.h +26 五月 2020 | 00:52:27,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650MethodDeclarations.h +26 五月 2020 | 00:52:27,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932.h +26 五月 2020 | 00:52:27,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932MethodDeclarations.h +26 五月 2020 | 00:52:27,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042.h +26 五月 2020 | 00:52:27,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877.h +26 五月 2020 | 00:52:27,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042.h +26 五月 2020 | 00:52:27,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042MethodDeclarations.h +26 五月 2020 | 00:52:27,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877MethodDeclarations.h +26 五月 2020 | 00:52:27,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042MethodDeclarations.h +26 五月 2020 | 00:52:27,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636.h +26 五月 2020 | 00:52:27,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636MethodDeclarations.h +26 五月 2020 | 00:52:27,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636.h +26 五月 2020 | 00:52:27,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411.h +26 五月 2020 | 00:52:27,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470.h +26 五月 2020 | 00:52:27,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636MethodDeclarations.h +26 五月 2020 | 00:52:27,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411MethodDeclarations.h +26 五月 2020 | 00:52:27,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470MethodDeclarations.h +26 五月 2020 | 00:52:27,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470.h +26 五月 2020 | 00:52:27,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168.h +26 五月 2020 | 00:52:27,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472.h +26 五月 2020 | 00:52:27,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470MethodDeclarations.h +26 五月 2020 | 00:52:27,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472MethodDeclarations.h +26 五月 2020 | 00:52:27,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168MethodDeclarations.h +26 五月 2020 | 00:52:27,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472.h +26 五月 2020 | 00:52:27,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776.h +26 五月 2020 | 00:52:27,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468.h +26 五月 2020 | 00:52:27,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472MethodDeclarations.h +26 五月 2020 | 00:52:27,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468.h +26 五月 2020 | 00:52:27,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468MethodDeclarations.h +26 五月 2020 | 00:52:27,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776MethodDeclarations.h +26 五月 2020 | 00:52:27,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951.h +26 五月 2020 | 00:52:27,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938.h +26 五月 2020 | 00:52:27,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468MethodDeclarations.h +26 五月 2020 | 00:52:27,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951MethodDeclarations.h +26 五月 2020 | 00:52:27,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938MethodDeclarations.h +26 五月 2020 | 00:52:27,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951.h +26 五月 2020 | 00:52:27,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032.h +26 五月 2020 | 00:52:27,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951MethodDeclarations.h +26 五月 2020 | 00:52:27,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348.h +26 五月 2020 | 00:52:27,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032MethodDeclarations.h +26 五月 2020 | 00:52:27,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032.h +26 五月 2020 | 00:52:27,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348MethodDeclarations.h +26 五月 2020 | 00:52:27,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055.h +26 五月 2020 | 00:52:27,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032MethodDeclarations.h +26 五月 2020 | 00:52:27,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058.h +26 五月 2020 | 00:52:27,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055.h +26 五月 2020 | 00:52:27,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055MethodDeclarations.h +26 五月 2020 | 00:52:27,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058MethodDeclarations.h +26 五月 2020 | 00:52:27,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055MethodDeclarations.h +26 五月 2020 | 00:52:27,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018.h +26 五月 2020 | 00:52:27,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175.h +26 五月 2020 | 00:52:27,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018.h +26 五月 2020 | 00:52:27,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018MethodDeclarations.h +26 五月 2020 | 00:52:27,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175MethodDeclarations.h +26 五月 2020 | 00:52:27,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018MethodDeclarations.h +26 五月 2020 | 00:52:27,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462.h +26 五月 2020 | 00:52:27,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407.h +26 五月 2020 | 00:52:27,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462.h +26 五月 2020 | 00:52:27,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462MethodDeclarations.h +26 五月 2020 | 00:52:27,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407MethodDeclarations.h +26 五月 2020 | 00:52:27,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462MethodDeclarations.h +26 五月 2020 | 00:52:27,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664.h +26 五月 2020 | 00:52:27,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699.h +26 五月 2020 | 00:52:27,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664.h +26 五月 2020 | 00:52:27,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699MethodDeclarations.h +26 五月 2020 | 00:52:27,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664MethodDeclarations.h +26 五月 2020 | 00:52:27,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664MethodDeclarations.h +26 五月 2020 | 00:52:27,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563.h +26 五月 2020 | 00:52:27,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421.h +26 五月 2020 | 00:52:27,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563.h +26 五月 2020 | 00:52:27,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563MethodDeclarations.h +26 五月 2020 | 00:52:27,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421MethodDeclarations.h +26 五月 2020 | 00:52:27,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951.h +26 五月 2020 | 00:52:27,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563MethodDeclarations.h +26 五月 2020 | 00:52:27,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354.h +26 五月 2020 | 00:52:27,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951.h +26 五月 2020 | 00:52:27,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951MethodDeclarations.h +26 五月 2020 | 00:52:27,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354MethodDeclarations.h +26 五月 2020 | 00:52:27,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951MethodDeclarations.h +26 五月 2020 | 00:52:27,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683.h +26 五月 2020 | 00:52:27,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346.h +26 五月 2020 | 00:52:27,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683MethodDeclarations.h +26 五月 2020 | 00:52:27,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683.h +26 五月 2020 | 00:52:27,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683MethodDeclarations.h +26 五月 2020 | 00:52:27,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346MethodDeclarations.h +26 五月 2020 | 00:52:27,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201.h +26 五月 2020 | 00:52:27,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201.h +26 五月 2020 | 00:52:27,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201MethodDeclarations.h +26 五月 2020 | 00:52:27,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164.h +26 五月 2020 | 00:52:27,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201MethodDeclarations.h +26 五月 2020 | 00:52:27,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882.h +26 五月 2020 | 00:52:27,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164MethodDeclarations.h +26 五月 2020 | 00:52:27,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882.h +26 五月 2020 | 00:52:27,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882MethodDeclarations.h +26 五月 2020 | 00:52:27,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882MethodDeclarations.h +26 五月 2020 | 00:52:27,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961.h +26 五月 2020 | 00:52:27,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209.h +26 五月 2020 | 00:52:27,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209.h +26 五月 2020 | 00:52:27,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209MethodDeclarations.h +26 五月 2020 | 00:52:27,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209MethodDeclarations.h +26 五月 2020 | 00:52:27,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847.h +26 五月 2020 | 00:52:27,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847.h +26 五月 2020 | 00:52:27,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961MethodDeclarations.h +26 五月 2020 | 00:52:27,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847MethodDeclarations.h +26 五月 2020 | 00:52:27,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847MethodDeclarations.h +26 五月 2020 | 00:52:27,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650.h +26 五月 2020 | 00:52:27,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476.h +26 五月 2020 | 00:52:27,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476MethodDeclarations.h +26 五月 2020 | 00:52:27,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476.h +26 五月 2020 | 00:52:27,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650MethodDeclarations.h +26 五月 2020 | 00:52:27,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476MethodDeclarations.h +26 五月 2020 | 00:52:27,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316.h +26 五月 2020 | 00:52:27,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859.h +26 五月 2020 | 00:52:27,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316MethodDeclarations.h +26 五月 2020 | 00:52:27,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316.h +26 五月 2020 | 00:52:27,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316MethodDeclarations.h +26 五月 2020 | 00:52:27,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032.h +26 五月 2020 | 00:52:27,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859MethodDeclarations.h +26 五月 2020 | 00:52:27,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032.h +26 五月 2020 | 00:52:27,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032MethodDeclarations.h +26 五月 2020 | 00:52:27,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419.h +26 五月 2020 | 00:52:27,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138.h +26 五月 2020 | 00:52:27,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419MethodDeclarations.h +26 五月 2020 | 00:52:27,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032MethodDeclarations.h +26 五月 2020 | 00:52:27,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138MethodDeclarations.h +26 五月 2020 | 00:52:27,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138.h +26 五月 2020 | 00:52:27,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729.h +26 五月 2020 | 00:52:27,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149.h +26 五月 2020 | 00:52:27,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138MethodDeclarations.h +26 五月 2020 | 00:52:27,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729MethodDeclarations.h +26 五月 2020 | 00:52:27,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149MethodDeclarations.h +26 五月 2020 | 00:52:27,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149.h +26 五月 2020 | 00:52:27,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444.h +26 五月 2020 | 00:52:27,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149MethodDeclarations.h +26 五月 2020 | 00:52:27,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444MethodDeclarations.h +26 五月 2020 | 00:52:27,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444.h +26 五月 2020 | 00:52:27,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052.h +26 五月 2020 | 00:52:27,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444MethodDeclarations.h +26 五月 2020 | 00:52:27,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052MethodDeclarations.h +26 五月 2020 | 00:52:27,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052.h +26 五月 2020 | 00:52:27,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238.h +26 五月 2020 | 00:52:27,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052MethodDeclarations.h +26 五月 2020 | 00:52:27,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238.h +26 五月 2020 | 00:52:27,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238MethodDeclarations.h +26 五月 2020 | 00:52:27,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929.h +26 五月 2020 | 00:52:27,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638.h +26 五月 2020 | 00:52:27,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238MethodDeclarations.h +26 五月 2020 | 00:52:27,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638MethodDeclarations.h +26 五月 2020 | 00:52:27,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929MethodDeclarations.h +26 五月 2020 | 00:52:27,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929.h +26 五月 2020 | 00:52:27,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071.h +26 五月 2020 | 00:52:27,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851.h +26 五月 2020 | 00:52:27,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929MethodDeclarations.h +26 五月 2020 | 00:52:27,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071MethodDeclarations.h +26 五月 2020 | 00:52:27,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851MethodDeclarations.h +26 五月 2020 | 00:52:27,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851.h +26 五月 2020 | 00:52:27,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731.h +26 五月 2020 | 00:52:27,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625.h +26 五月 2020 | 00:52:27,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851MethodDeclarations.h +26 五月 2020 | 00:52:27,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731MethodDeclarations.h +26 五月 2020 | 00:52:27,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625MethodDeclarations.h +26 五月 2020 | 00:52:27,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625.h +26 五月 2020 | 00:52:27,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151.h +26 五月 2020 | 00:52:27,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625MethodDeclarations.h +26 五月 2020 | 00:52:27,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151.h +26 五月 2020 | 00:52:27,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151MethodDeclarations.h +26 五月 2020 | 00:52:27,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151.h +26 五月 2020 | 00:52:27,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151MethodDeclarations.h +26 五月 2020 | 00:52:27,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467.h +26 五月 2020 | 00:52:27,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151MethodDeclarations.h +26 五月 2020 | 00:52:27,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639.h +26 五月 2020 | 00:52:27,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467MethodDeclarations.h +26 五月 2020 | 00:52:27,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639.h +26 五月 2020 | 00:52:27,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639MethodDeclarations.h +26 五月 2020 | 00:52:27,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639MethodDeclarations.h +26 五月 2020 | 00:52:27,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869.h +26 五月 2020 | 00:52:27,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150.h +26 五月 2020 | 00:52:27,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150.h +26 五月 2020 | 00:52:27,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869MethodDeclarations.h +26 五月 2020 | 00:52:27,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150MethodDeclarations.h +26 五月 2020 | 00:52:27,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150MethodDeclarations.h +26 五月 2020 | 00:52:27,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879.h +26 五月 2020 | 00:52:27,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940.h +26 五月 2020 | 00:52:27,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879MethodDeclarations.h +26 五月 2020 | 00:52:27,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940.h +26 五月 2020 | 00:52:27,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940MethodDeclarations.h +26 五月 2020 | 00:52:27,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001.h +26 五月 2020 | 00:52:27,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940MethodDeclarations.h +26 五月 2020 | 00:52:27,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962.h +26 五月 2020 | 00:52:27,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001MethodDeclarations.h +26 五月 2020 | 00:52:27,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962.h +26 五月 2020 | 00:52:27,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962MethodDeclarations.h +26 五月 2020 | 00:52:27,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204.h +26 五月 2020 | 00:52:27,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962MethodDeclarations.h +26 五月 2020 | 00:52:27,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607.h +26 五月 2020 | 00:52:27,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204MethodDeclarations.h +26 五月 2020 | 00:52:27,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607.h +26 五月 2020 | 00:52:27,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607MethodDeclarations.h +26 五月 2020 | 00:52:27,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525.h +26 五月 2020 | 00:52:27,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607MethodDeclarations.h +26 五月 2020 | 00:52:27,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525MethodDeclarations.h +26 五月 2020 | 00:52:27,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667.h +26 五月 2020 | 00:52:27,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065.h +26 五月 2020 | 00:52:27,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667MethodDeclarations.h +26 五月 2020 | 00:52:27,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065MethodDeclarations.h +26 五月 2020 | 00:52:27,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667.h +26 五月 2020 | 00:52:27,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435.h +26 五月 2020 | 00:52:27,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667MethodDeclarations.h +26 五月 2020 | 00:52:27,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062.h +26 五月 2020 | 00:52:27,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435MethodDeclarations.h +26 五月 2020 | 00:52:27,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435.h +26 五月 2020 | 00:52:27,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270.h +26 五月 2020 | 00:52:27,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062MethodDeclarations.h +26 五月 2020 | 00:52:27,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435MethodDeclarations.h +26 五月 2020 | 00:52:27,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270MethodDeclarations.h +26 五月 2020 | 00:52:27,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918.h +26 五月 2020 | 00:52:27,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270.h +26 五月 2020 | 00:52:27,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806.h +26 五月 2020 | 00:52:27,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270MethodDeclarations.h +26 五月 2020 | 00:52:27,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918MethodDeclarations.h +26 五月 2020 | 00:52:27,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806MethodDeclarations.h +26 五月 2020 | 00:52:27,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806.h +26 五月 2020 | 00:52:27,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726.h +26 五月 2020 | 00:52:27,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355.h +26 五月 2020 | 00:52:27,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806MethodDeclarations.h +26 五月 2020 | 00:52:27,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726MethodDeclarations.h +26 五月 2020 | 00:52:27,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355MethodDeclarations.h +26 五月 2020 | 00:52:27,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355.h +26 五月 2020 | 00:52:27,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560.h +26 五月 2020 | 00:52:27,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560MethodDeclarations.h +26 五月 2020 | 00:52:27,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783.h +26 五月 2020 | 00:52:27,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355MethodDeclarations.h +26 五月 2020 | 00:52:27,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423.h +26 五月 2020 | 00:52:27,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783.h +26 五月 2020 | 00:52:27,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783MethodDeclarations.h +26 五月 2020 | 00:52:27,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423MethodDeclarations.h +26 五月 2020 | 00:52:27,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783MethodDeclarations.h +26 五月 2020 | 00:52:27,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493.h +26 五月 2020 | 00:52:27,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493MethodDeclarations.h +26 五月 2020 | 00:52:27,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517.h +26 五月 2020 | 00:52:27,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493.h +26 五月 2020 | 00:52:27,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493MethodDeclarations.h +26 五月 2020 | 00:52:27,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839.h +26 五月 2020 | 00:52:27,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517MethodDeclarations.h +26 五月 2020 | 00:52:27,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839.h +26 五月 2020 | 00:52:27,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839MethodDeclarations.h +26 五月 2020 | 00:52:27,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224.h +26 五月 2020 | 00:52:27,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839MethodDeclarations.h +26 五月 2020 | 00:52:27,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329.h +26 五月 2020 | 00:52:27,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224MethodDeclarations.h +26 五月 2020 | 00:52:27,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329MethodDeclarations.h +26 五月 2020 | 00:52:27,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774.h +26 五月 2020 | 00:52:27,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774MethodDeclarations.h +26 五月 2020 | 00:52:27,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832.h +26 五月 2020 | 00:52:27,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832MethodDeclarations.h +26 五月 2020 | 00:52:27,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320.h +26 五月 2020 | 00:52:27,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895.h +26 五月 2020 | 00:52:27,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320MethodDeclarations.h +26 五月 2020 | 00:52:27,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895MethodDeclarations.h +26 五月 2020 | 00:52:27,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626.h +26 五月 2020 | 00:52:27,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669.h +26 五月 2020 | 00:52:27,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669MethodDeclarations.h +26 五月 2020 | 00:52:27,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626MethodDeclarations.h +26 五月 2020 | 00:52:27,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806.h +26 五月 2020 | 00:52:27,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427.h +26 五月 2020 | 00:52:27,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806MethodDeclarations.h +26 五月 2020 | 00:52:27,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427MethodDeclarations.h +26 五月 2020 | 00:52:27,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182.h +26 五月 2020 | 00:52:27,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182MethodDeclarations.h +26 五月 2020 | 00:52:27,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228.h +26 五月 2020 | 00:52:27,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845.h +26 五月 2020 | 00:52:27,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329.h +26 五月 2020 | 00:52:27,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228MethodDeclarations.h +26 五月 2020 | 00:52:27,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329MethodDeclarations.h +26 五月 2020 | 00:52:27,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933.h +26 五月 2020 | 00:52:27,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845MethodDeclarations.h +26 五月 2020 | 00:52:27,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933MethodDeclarations.h +26 五月 2020 | 00:52:27,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832.h +26 五月 2020 | 00:52:27,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411.h +26 五月 2020 | 00:52:27,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832MethodDeclarations.h +26 五月 2020 | 00:52:27,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225.h +26 五月 2020 | 00:52:27,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411MethodDeclarations.h +26 五月 2020 | 00:52:27,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895.h +26 五月 2020 | 00:52:27,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390.h +26 五月 2020 | 00:52:27,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225MethodDeclarations.h +26 五月 2020 | 00:52:27,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895MethodDeclarations.h +26 五月 2020 | 00:52:27,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390MethodDeclarations.h +26 五月 2020 | 00:52:27,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180.h +26 五月 2020 | 00:52:27,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669.h +26 五月 2020 | 00:52:27,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228.h +26 五月 2020 | 00:52:27,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180MethodDeclarations.h +26 五月 2020 | 00:52:27,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669MethodDeclarations.h +26 五月 2020 | 00:52:27,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228MethodDeclarations.h +26 五月 2020 | 00:52:27,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968.h +26 五月 2020 | 00:52:27,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806.h +26 五月 2020 | 00:52:27,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319.h +26 五月 2020 | 00:52:27,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806MethodDeclarations.h +26 五月 2020 | 00:52:27,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968MethodDeclarations.h +26 五月 2020 | 00:52:27,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319MethodDeclarations.h +26 五月 2020 | 00:52:27,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845.h +26 五月 2020 | 00:52:27,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662.h +26 五月 2020 | 00:52:27,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729.h +26 五月 2020 | 00:52:27,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845MethodDeclarations.h +26 五月 2020 | 00:52:27,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662MethodDeclarations.h +26 五月 2020 | 00:52:27,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729MethodDeclarations.h +26 五月 2020 | 00:52:27,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411.h +26 五月 2020 | 00:52:27,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217.h +26 五月 2020 | 00:52:27,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411MethodDeclarations.h +26 五月 2020 | 00:52:27,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217MethodDeclarations.h +26 五月 2020 | 00:52:27,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234.h +26 五月 2020 | 00:52:27,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234MethodDeclarations.h +26 五月 2020 | 00:52:27,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390.h +26 五月 2020 | 00:52:27,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535.h +26 五月 2020 | 00:52:27,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566.h +26 五月 2020 | 00:52:27,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390MethodDeclarations.h +26 五月 2020 | 00:52:27,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535MethodDeclarations.h +26 五月 2020 | 00:52:27,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566MethodDeclarations.h +26 五月 2020 | 00:52:27,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228.h +26 五月 2020 | 00:52:27,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923.h +26 五月 2020 | 00:52:27,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228MethodDeclarations.h +26 五月 2020 | 00:52:27,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923MethodDeclarations.h +26 五月 2020 | 00:52:27,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319.h +26 五月 2020 | 00:52:27,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468.h +26 五月 2020 | 00:52:27,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319MethodDeclarations.h +26 五月 2020 | 00:52:27,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468MethodDeclarations.h +26 五月 2020 | 00:52:27,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372.h +26 五月 2020 | 00:52:27,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372MethodDeclarations.h +26 五月 2020 | 00:52:27,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804.h +26 五月 2020 | 00:52:27,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565.h +26 五月 2020 | 00:52:27,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729.h +26 五月 2020 | 00:52:27,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729MethodDeclarations.h +26 五月 2020 | 00:52:27,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565MethodDeclarations.h +26 五月 2020 | 00:52:27,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804MethodDeclarations.h +26 五月 2020 | 00:52:27,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234.h +26 五月 2020 | 00:52:27,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819.h +26 五月 2020 | 00:52:27,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762.h +26 五月 2020 | 00:52:27,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234MethodDeclarations.h +26 五月 2020 | 00:52:27,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819MethodDeclarations.h +26 五月 2020 | 00:52:27,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762MethodDeclarations.h +26 五月 2020 | 00:52:27,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979.h +26 五月 2020 | 00:52:27,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413.h +26 五月 2020 | 00:52:27,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566.h +26 五月 2020 | 00:52:27,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413MethodDeclarations.h +26 五月 2020 | 00:52:27,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566MethodDeclarations.h +26 五月 2020 | 00:52:27,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979MethodDeclarations.h +26 五月 2020 | 00:52:27,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492.h +26 五月 2020 | 00:52:27,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883.h +26 五月 2020 | 00:52:27,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492MethodDeclarations.h +26 五月 2020 | 00:52:27,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804.h +26 五月 2020 | 00:52:27,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883MethodDeclarations.h +26 五月 2020 | 00:52:27,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675.h +26 五月 2020 | 00:52:27,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675MethodDeclarations.h +26 五月 2020 | 00:52:27,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420.h +26 五月 2020 | 00:52:27,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804MethodDeclarations.h +26 五月 2020 | 00:52:27,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420MethodDeclarations.h +26 五月 2020 | 00:52:27,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949.h +26 五月 2020 | 00:52:27,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762.h +26 五月 2020 | 00:52:27,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206.h +26 五月 2020 | 00:52:27,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762MethodDeclarations.h +26 五月 2020 | 00:52:27,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949MethodDeclarations.h +26 五月 2020 | 00:52:27,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206MethodDeclarations.h +26 五月 2020 | 00:52:27,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979.h +26 五月 2020 | 00:52:27,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513.h +26 五月 2020 | 00:52:27,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513MethodDeclarations.h +26 五月 2020 | 00:52:27,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979MethodDeclarations.h +26 五月 2020 | 00:52:27,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366.h +26 五月 2020 | 00:52:27,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544.h +26 五月 2020 | 00:52:27,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366MethodDeclarations.h +26 五月 2020 | 00:52:27,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883.h +26 五月 2020 | 00:52:27,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544MethodDeclarations.h +26 五月 2020 | 00:52:27,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188.h +26 五月 2020 | 00:52:27,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883MethodDeclarations.h +26 五月 2020 | 00:52:27,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855.h +26 五月 2020 | 00:52:27,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188MethodDeclarations.h +26 五月 2020 | 00:52:27,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855MethodDeclarations.h +26 五月 2020 | 00:52:27,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420.h +26 五月 2020 | 00:52:27,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771.h +26 五月 2020 | 00:52:27,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420MethodDeclarations.h +26 五月 2020 | 00:52:27,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892.h +26 五月 2020 | 00:52:27,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771MethodDeclarations.h +26 五月 2020 | 00:52:27,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892MethodDeclarations.h +26 五月 2020 | 00:52:27,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206.h +26 五月 2020 | 00:52:27,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189.h +26 五月 2020 | 00:52:27,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148.h +26 五月 2020 | 00:52:27,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148MethodDeclarations.h +26 五月 2020 | 00:52:27,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206MethodDeclarations.h +26 五月 2020 | 00:52:27,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189MethodDeclarations.h +26 五月 2020 | 00:52:27,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366.h +26 五月 2020 | 00:52:27,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828.h +26 五月 2020 | 00:52:27,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366MethodDeclarations.h +26 五月 2020 | 00:52:27,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058.h +26 五月 2020 | 00:52:27,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828MethodDeclarations.h +26 五月 2020 | 00:52:27,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058MethodDeclarations.h +26 五月 2020 | 00:52:27,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188.h +26 五月 2020 | 00:52:27,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188MethodDeclarations.h +26 五月 2020 | 00:52:27,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434.h +26 五月 2020 | 00:52:27,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434MethodDeclarations.h +26 五月 2020 | 00:52:27,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771.h +26 五月 2020 | 00:52:27,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160.h +26 五月 2020 | 00:52:27,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771MethodDeclarations.h +26 五月 2020 | 00:52:27,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504.h +26 五月 2020 | 00:52:27,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160MethodDeclarations.h +26 五月 2020 | 00:52:27,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504MethodDeclarations.h +26 五月 2020 | 00:52:27,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189.h +26 五月 2020 | 00:52:27,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535.h +26 五月 2020 | 00:52:27,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159.h +26 五月 2020 | 00:52:27,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189MethodDeclarations.h +26 五月 2020 | 00:52:27,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535MethodDeclarations.h +26 五月 2020 | 00:52:27,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159MethodDeclarations.h +26 五月 2020 | 00:52:27,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412.h +26 五月 2020 | 00:52:27,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198.h +26 五月 2020 | 00:52:27,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058.h +26 五月 2020 | 00:52:27,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412MethodDeclarations.h +26 五月 2020 | 00:52:27,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198MethodDeclarations.h +26 五月 2020 | 00:52:27,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058MethodDeclarations.h +26 五月 2020 | 00:52:27,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050.h +26 五月 2020 | 00:52:27,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731.h +26 五月 2020 | 00:52:27,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050MethodDeclarations.h +26 五月 2020 | 00:52:27,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160.h +26 五月 2020 | 00:52:27,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731MethodDeclarations.h +26 五月 2020 | 00:52:27,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480.h +26 五月 2020 | 00:52:27,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160MethodDeclarations.h +26 五月 2020 | 00:52:27,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241.h +26 五月 2020 | 00:52:27,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480MethodDeclarations.h +26 五月 2020 | 00:52:27,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241MethodDeclarations.h +26 五月 2020 | 00:52:27,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535.h +26 五月 2020 | 00:52:27,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812.h +26 五月 2020 | 00:52:27,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493.h +26 五月 2020 | 00:52:27,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535MethodDeclarations.h +26 五月 2020 | 00:52:27,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812MethodDeclarations.h +26 五月 2020 | 00:52:27,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493MethodDeclarations.h +26 五月 2020 | 00:52:27,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412.h +26 五月 2020 | 00:52:27,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032.h +26 五月 2020 | 00:52:27,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579.h +26 五月 2020 | 00:52:27,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412MethodDeclarations.h +26 五月 2020 | 00:52:27,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579MethodDeclarations.h +26 五月 2020 | 00:52:27,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050.h +26 五月 2020 | 00:52:27,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032MethodDeclarations.h +26 五月 2020 | 00:52:27,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580.h +26 五月 2020 | 00:52:27,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050MethodDeclarations.h +26 五月 2020 | 00:52:27,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728.h +26 五月 2020 | 00:52:27,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580MethodDeclarations.h +26 五月 2020 | 00:52:27,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480.h +26 五月 2020 | 00:52:27,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728MethodDeclarations.h +26 五月 2020 | 00:52:27,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581.h +26 五月 2020 | 00:52:27,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377.h +26 五月 2020 | 00:52:27,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480MethodDeclarations.h +26 五月 2020 | 00:52:27,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581MethodDeclarations.h +26 五月 2020 | 00:52:27,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377MethodDeclarations.h +26 五月 2020 | 00:52:27,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812.h +26 五月 2020 | 00:52:27,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039.h +26 五月 2020 | 00:52:27,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812MethodDeclarations.h +26 五月 2020 | 00:52:27,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017.h +26 五月 2020 | 00:52:27,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039MethodDeclarations.h +26 五月 2020 | 00:52:27,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579.h +26 五月 2020 | 00:52:27,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017MethodDeclarations.h +26 五月 2020 | 00:52:27,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929.h +26 五月 2020 | 00:52:27,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579MethodDeclarations.h +26 五月 2020 | 00:52:27,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897.h +26 五月 2020 | 00:52:27,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897MethodDeclarations.h +26 五月 2020 | 00:52:27,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929MethodDeclarations.h +26 五月 2020 | 00:52:27,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580.h +26 五月 2020 | 00:52:27,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191.h +26 五月 2020 | 00:52:27,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756.h +26 五月 2020 | 00:52:27,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580MethodDeclarations.h +26 五月 2020 | 00:52:27,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191MethodDeclarations.h +26 五月 2020 | 00:52:27,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756MethodDeclarations.h +26 五月 2020 | 00:52:27,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581.h +26 五月 2020 | 00:52:27,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631.h +26 五月 2020 | 00:52:27,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201.h +26 五月 2020 | 00:52:27,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631MethodDeclarations.h +26 五月 2020 | 00:52:27,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581MethodDeclarations.h +26 五月 2020 | 00:52:27,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201MethodDeclarations.h +26 五月 2020 | 00:52:27,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413.h +26 五月 2020 | 00:52:27,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039.h +26 五月 2020 | 00:52:27,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413MethodDeclarations.h +26 五月 2020 | 00:52:27,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785.h +26 五月 2020 | 00:52:27,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039MethodDeclarations.h +26 五月 2020 | 00:52:27,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785MethodDeclarations.h +26 五月 2020 | 00:52:27,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929.h +26 五月 2020 | 00:52:27,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573.h +26 五月 2020 | 00:52:27,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067.h +26 五月 2020 | 00:52:27,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573MethodDeclarations.h +26 五月 2020 | 00:52:27,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929MethodDeclarations.h +26 五月 2020 | 00:52:27,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067MethodDeclarations.h +26 五月 2020 | 00:52:27,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967.h +26 五月 2020 | 00:52:27,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756.h +26 五月 2020 | 00:52:27,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857.h +26 五月 2020 | 00:52:27,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967MethodDeclarations.h +26 五月 2020 | 00:52:27,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857MethodDeclarations.h +26 五月 2020 | 00:52:27,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756MethodDeclarations.h +26 五月 2020 | 00:52:27,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439.h +26 五月 2020 | 00:52:27,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439MethodDeclarations.h +26 五月 2020 | 00:52:27,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666.h +26 五月 2020 | 00:52:27,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420.h +26 五月 2020 | 00:52:27,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666MethodDeclarations.h +26 五月 2020 | 00:52:27,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965.h +26 五月 2020 | 00:52:27,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201.h +26 五月 2020 | 00:52:27,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420MethodDeclarations.h +26 五月 2020 | 00:52:27,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965MethodDeclarations.h +26 五月 2020 | 00:52:27,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981.h +26 五月 2020 | 00:52:27,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932.h +26 五月 2020 | 00:52:27,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932MethodDeclarations.h +26 五月 2020 | 00:52:27,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201MethodDeclarations.h +26 五月 2020 | 00:52:27,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981MethodDeclarations.h +26 五月 2020 | 00:52:27,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042.h +26 五月 2020 | 00:52:27,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785.h +26 五月 2020 | 00:52:27,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391.h +26 五月 2020 | 00:52:27,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391MethodDeclarations.h +26 五月 2020 | 00:52:27,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042MethodDeclarations.h +26 五月 2020 | 00:52:27,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785MethodDeclarations.h +26 五月 2020 | 00:52:27,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622.h +26 五月 2020 | 00:52:27,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636.h +26 五月 2020 | 00:52:27,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067.h +26 五月 2020 | 00:52:27,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622MethodDeclarations.h +26 五月 2020 | 00:52:27,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636MethodDeclarations.h +26 五月 2020 | 00:52:27,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067MethodDeclarations.h +26 五月 2020 | 00:52:27,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470.h +26 五月 2020 | 00:52:27,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878.h +26 五月 2020 | 00:52:27,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857.h +26 五月 2020 | 00:52:27,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470MethodDeclarations.h +26 五月 2020 | 00:52:27,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878MethodDeclarations.h +26 五月 2020 | 00:52:27,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857MethodDeclarations.h +26 五月 2020 | 00:52:27,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472.h +26 五月 2020 | 00:52:27,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895.h +26 五月 2020 | 00:52:27,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420.h +26 五月 2020 | 00:52:27,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895MethodDeclarations.h +26 五月 2020 | 00:52:27,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472MethodDeclarations.h +26 五月 2020 | 00:52:27,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468.h +26 五月 2020 | 00:52:27,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420MethodDeclarations.h +26 五月 2020 | 00:52:27,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468MethodDeclarations.h +26 五月 2020 | 00:52:27,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityICallRegistration.cpp +26 五月 2020 | 00:52:27,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981.h +26 五月 2020 | 00:52:27,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951.h +26 五月 2020 | 00:52:27,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951MethodDeclarations.h +26 五月 2020 | 00:52:27,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981MethodDeclarations.h +26 五月 2020 | 00:52:27,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnresolvedVirtualCallStubs.cpp +26 五月 2020 | 00:52:27,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032.h +26 五月 2020 | 00:52:27,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391.h +26 五月 2020 | 00:52:27,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391MethodDeclarations.h +26 五月 2020 | 00:52:27,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032MethodDeclarations.h +26 五月 2020 | 00:52:27,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_ArrayTypes.h +26 五月 2020 | 00:52:27,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622.h +26 五月 2020 | 00:52:27,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055.h +26 五月 2020 | 00:52:27,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Locale4255929014.h +26 五月 2020 | 00:52:27,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622MethodDeclarations.h +26 五月 2020 | 00:52:27,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878.h +26 五月 2020 | 00:52:27,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:27,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055MethodDeclarations.h +26 五月 2020 | 00:52:27,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878MethodDeclarations.h +26 五月 2020 | 00:52:27,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199.h +26 五月 2020 | 00:52:27,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895.h +26 五月 2020 | 00:52:27,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018.h +26 五月 2020 | 00:52:27,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199MethodDeclarations.h +26 五月 2020 | 00:52:27,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895MethodDeclarations.h +26 五月 2020 | 00:52:27,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018MethodDeclarations.h +26 五月 2020 | 00:52:27,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830.h +26 五月 2020 | 00:52:27,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830MethodDeclarations.h +26 五月 2020 | 00:52:27,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970.h +26 五月 2020 | 00:52:27,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970MethodDeclarations.h +26 五月 2020 | 00:52:27,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615.h +26 五月 2020 | 00:52:27,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615MethodDeclarations.h +26 五月 2020 | 00:52:27,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792.h +26 五月 2020 | 00:52:27,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792MethodDeclarations.h +26 五月 2020 | 00:52:27,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365.h +26 五月 2020 | 00:52:27,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462.h +26 五月 2020 | 00:52:27,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityICallRegistration.cpp +26 五月 2020 | 00:52:27,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365MethodDeclarations.h +26 五月 2020 | 00:52:27,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462MethodDeclarations.h +26 五月 2020 | 00:52:27,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726.h +26 五月 2020 | 00:52:27,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnresolvedVirtualCallStubs.cpp +26 五月 2020 | 00:52:27,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664.h +26 五月 2020 | 00:52:27,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726MethodDeclarations.h +26 五月 2020 | 00:52:27,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664MethodDeclarations.h +26 五月 2020 | 00:52:27,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527.h +26 五月 2020 | 00:52:27,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_ArrayTypes.h +26 五月 2020 | 00:52:27,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563.h +26 五月 2020 | 00:52:27,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527MethodDeclarations.h +26 五月 2020 | 00:52:27,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Locale4255929014.h +26 五月 2020 | 00:52:27,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563MethodDeclarations.h +26 五月 2020 | 00:52:27,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219.h +26 五月 2020 | 00:52:27,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:27,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951.h +26 五月 2020 | 00:52:27,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219MethodDeclarations.h +26 五月 2020 | 00:52:27,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199.h +26 五月 2020 | 00:52:27,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951MethodDeclarations.h +26 五月 2020 | 00:52:27,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023.h +26 五月 2020 | 00:52:27,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199MethodDeclarations.h +26 五月 2020 | 00:52:27,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830.h +26 五月 2020 | 00:52:27,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683.h +26 五月 2020 | 00:52:27,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023MethodDeclarations.h +26 五月 2020 | 00:52:27,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683MethodDeclarations.h +26 五月 2020 | 00:52:27,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407.h +26 五月 2020 | 00:52:27,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830MethodDeclarations.h +26 五月 2020 | 00:52:27,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201.h +26 五月 2020 | 00:52:27,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970.h +26 五月 2020 | 00:52:27,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201MethodDeclarations.h +26 五月 2020 | 00:52:27,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407MethodDeclarations.h +26 五月 2020 | 00:52:27,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970MethodDeclarations.h +26 五月 2020 | 00:52:27,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882.h +26 五月 2020 | 00:52:27,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339.h +26 五月 2020 | 00:52:27,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882MethodDeclarations.h +26 五月 2020 | 00:52:27,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615.h +26 五月 2020 | 00:52:27,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339MethodDeclarations.h +26 五月 2020 | 00:52:27,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615MethodDeclarations.h +26 五月 2020 | 00:52:27,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683.h +26 五月 2020 | 00:52:27,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209.h +26 五月 2020 | 00:52:27,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792.h +26 五月 2020 | 00:52:27,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683MethodDeclarations.h +26 五月 2020 | 00:52:27,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209MethodDeclarations.h +26 五月 2020 | 00:52:27,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792MethodDeclarations.h +26 五月 2020 | 00:52:27,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101.h +26 五月 2020 | 00:52:27,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847.h +26 五月 2020 | 00:52:27,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365.h +26 五月 2020 | 00:52:27,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101MethodDeclarations.h +26 五月 2020 | 00:52:27,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847MethodDeclarations.h +26 五月 2020 | 00:52:27,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365MethodDeclarations.h +26 五月 2020 | 00:52:27,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155.h +26 五月 2020 | 00:52:27,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476.h +26 五月 2020 | 00:52:27,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726.h +26 五月 2020 | 00:52:27,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476MethodDeclarations.h +26 五月 2020 | 00:52:27,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155MethodDeclarations.h +26 五月 2020 | 00:52:27,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726MethodDeclarations.h +26 五月 2020 | 00:52:27,555 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316.h +26 五月 2020 | 00:52:27,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584.h +26 五月 2020 | 00:52:27,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527.h +26 五月 2020 | 00:52:27,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316MethodDeclarations.h +26 五月 2020 | 00:52:27,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584MethodDeclarations.h +26 五月 2020 | 00:52:27,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527MethodDeclarations.h +26 五月 2020 | 00:52:27,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032.h +26 五月 2020 | 00:52:27,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053.h +26 五月 2020 | 00:52:27,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219.h +26 五月 2020 | 00:52:27,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032MethodDeclarations.h +26 五月 2020 | 00:52:27,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053MethodDeclarations.h +26 五月 2020 | 00:52:27,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219MethodDeclarations.h +26 五月 2020 | 00:52:27,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138.h +26 五月 2020 | 00:52:27,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487.h +26 五月 2020 | 00:52:27,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023.h +26 五月 2020 | 00:52:27,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138MethodDeclarations.h +26 五月 2020 | 00:52:27,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487MethodDeclarations.h +26 五月 2020 | 00:52:27,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023MethodDeclarations.h +26 五月 2020 | 00:52:27,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149.h +26 五月 2020 | 00:52:27,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423.h +26 五月 2020 | 00:52:27,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407.h +26 五月 2020 | 00:52:27,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149MethodDeclarations.h +26 五月 2020 | 00:52:27,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407MethodDeclarations.h +26 五月 2020 | 00:52:27,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444.h +26 五月 2020 | 00:52:27,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444MethodDeclarations.h +26 五月 2020 | 00:52:27,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052.h +26 五月 2020 | 00:52:27,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052MethodDeclarations.h +26 五月 2020 | 00:52:27,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238.h +26 五月 2020 | 00:52:27,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423MethodDeclarations.h +26 五月 2020 | 00:52:27,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238MethodDeclarations.h +26 五月 2020 | 00:52:27,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339.h +26 五月 2020 | 00:52:27,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339MethodDeclarations.h +26 五月 2020 | 00:52:27,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929.h +26 五月 2020 | 00:52:27,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243.h +26 五月 2020 | 00:52:27,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683.h +26 五月 2020 | 00:52:27,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929MethodDeclarations.h +26 五月 2020 | 00:52:27,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243MethodDeclarations.h +26 五月 2020 | 00:52:27,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683MethodDeclarations.h +26 五月 2020 | 00:52:27,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851.h +26 五月 2020 | 00:52:27,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:27,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101.h +26 五月 2020 | 00:52:27,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851MethodDeclarations.h +26 五月 2020 | 00:52:27,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101MethodDeclarations.h +26 五月 2020 | 00:52:27,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:27,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625.h +26 五月 2020 | 00:52:27,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:27,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155.h +26 五月 2020 | 00:52:27,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625MethodDeclarations.h +26 五月 2020 | 00:52:27,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155MethodDeclarations.h +26 五月 2020 | 00:52:27,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:27,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584.h +26 五月 2020 | 00:52:27,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:27,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151.h +26 五月 2020 | 00:52:27,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:27,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584MethodDeclarations.h +26 五月 2020 | 00:52:27,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151MethodDeclarations.h +26 五月 2020 | 00:52:27,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:27,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639.h +26 五月 2020 | 00:52:27,599 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053.h +26 五月 2020 | 00:52:27,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:27,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639MethodDeclarations.h +26 五月 2020 | 00:52:27,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053MethodDeclarations.h +26 五月 2020 | 00:52:27,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:27,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:27,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150.h +26 五月 2020 | 00:52:27,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487.h +26 五月 2020 | 00:52:27,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167.h +26 五月 2020 | 00:52:27,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487MethodDeclarations.h +26 五月 2020 | 00:52:27,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150MethodDeclarations.h +26 五月 2020 | 00:52:27,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167MethodDeclarations.h +26 五月 2020 | 00:52:27,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423.h +26 五月 2020 | 00:52:27,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940.h +26 五月 2020 | 00:52:27,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656.h +26 五月 2020 | 00:52:27,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940MethodDeclarations.h +26 五月 2020 | 00:52:27,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962.h +26 五月 2020 | 00:52:27,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962MethodDeclarations.h +26 五月 2020 | 00:52:27,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656MethodDeclarations.h +26 五月 2020 | 00:52:27,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607.h +26 五月 2020 | 00:52:27,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:27,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:27,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607MethodDeclarations.h +26 五月 2020 | 00:52:27,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423MethodDeclarations.h +26 五月 2020 | 00:52:27,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667.h +26 五月 2020 | 00:52:27,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:27,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667MethodDeclarations.h +26 五月 2020 | 00:52:27,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243.h +26 五月 2020 | 00:52:27,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243MethodDeclarations.h +26 五月 2020 | 00:52:27,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:27,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435.h +26 五月 2020 | 00:52:27,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435MethodDeclarations.h +26 五月 2020 | 00:52:27,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530.h +26 五月 2020 | 00:52:27,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:27,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270.h +26 五月 2020 | 00:52:27,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530MethodDeclarations.h +26 五月 2020 | 00:52:27,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:27,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270MethodDeclarations.h +26 五月 2020 | 00:52:27,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:27,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:27,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806.h +26 五月 2020 | 00:52:27,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:27,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806MethodDeclarations.h +26 五月 2020 | 00:52:27,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:27,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:27,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355.h +26 五月 2020 | 00:52:27,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:27,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:27,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355MethodDeclarations.h +26 五月 2020 | 00:52:27,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:27,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:27,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783.h +26 五月 2020 | 00:52:27,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:27,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:27,643 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783MethodDeclarations.h +26 五月 2020 | 00:52:27,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:27,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:27,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:27,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493.h +26 五月 2020 | 00:52:27,645 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493MethodDeclarations.h +26 五月 2020 | 00:52:27,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191.h +26 五月 2020 | 00:52:27,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167.h +26 五月 2020 | 00:52:27,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839.h +26 五月 2020 | 00:52:27,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191MethodDeclarations.h +26 五月 2020 | 00:52:27,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167MethodDeclarations.h +26 五月 2020 | 00:52:27,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839MethodDeclarations.h +26 五月 2020 | 00:52:27,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874.h +26 五月 2020 | 00:52:27,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656.h +26 五月 2020 | 00:52:27,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329.h +26 五月 2020 | 00:52:27,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874MethodDeclarations.h +26 五月 2020 | 00:52:27,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329MethodDeclarations.h +26 五月 2020 | 00:52:27,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321.h +26 五月 2020 | 00:52:27,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832.h +26 五月 2020 | 00:52:27,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832MethodDeclarations.h +26 五月 2020 | 00:52:27,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895.h +26 五月 2020 | 00:52:27,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895MethodDeclarations.h +26 五月 2020 | 00:52:27,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669.h +26 五月 2020 | 00:52:27,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656MethodDeclarations.h +26 五月 2020 | 00:52:27,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321MethodDeclarations.h +26 五月 2020 | 00:52:27,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669MethodDeclarations.h +26 五月 2020 | 00:52:27,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:27,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803.h +26 五月 2020 | 00:52:27,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806.h +26 五月 2020 | 00:52:27,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:27,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803MethodDeclarations.h +26 五月 2020 | 00:52:27,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806MethodDeclarations.h +26 五月 2020 | 00:52:27,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:27,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:27,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845.h +26 五月 2020 | 00:52:27,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845MethodDeclarations.h +26 五月 2020 | 00:52:27,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:27,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:27,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411.h +26 五月 2020 | 00:52:27,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530.h +26 五月 2020 | 00:52:27,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872.h +26 五月 2020 | 00:52:27,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411MethodDeclarations.h +26 五月 2020 | 00:52:27,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530MethodDeclarations.h +26 五月 2020 | 00:52:27,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872MethodDeclarations.h +26 五月 2020 | 00:52:27,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390.h +26 五月 2020 | 00:52:27,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:27,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458.h +26 五月 2020 | 00:52:27,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390MethodDeclarations.h +26 五月 2020 | 00:52:27,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:27,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458MethodDeclarations.h +26 五月 2020 | 00:52:27,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228.h +26 五月 2020 | 00:52:27,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:27,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228MethodDeclarations.h +26 五月 2020 | 00:52:27,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:27,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319.h +26 五月 2020 | 00:52:27,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:27,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:27,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:27,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319MethodDeclarations.h +26 五月 2020 | 00:52:27,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:27,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:27,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:27,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729.h +26 五月 2020 | 00:52:27,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997.h +26 五月 2020 | 00:52:27,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191.h +26 五月 2020 | 00:52:27,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729MethodDeclarations.h +26 五月 2020 | 00:52:27,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997MethodDeclarations.h +26 五月 2020 | 00:52:27,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191MethodDeclarations.h +26 五月 2020 | 00:52:27,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234.h +26 五月 2020 | 00:52:27,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234MethodDeclarations.h +26 五月 2020 | 00:52:27,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103.h +26 五月 2020 | 00:52:27,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874.h +26 五月 2020 | 00:52:27,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566.h +26 五月 2020 | 00:52:27,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103MethodDeclarations.h +26 五月 2020 | 00:52:27,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874MethodDeclarations.h +26 五月 2020 | 00:52:27,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566MethodDeclarations.h +26 五月 2020 | 00:52:27,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747.h +26 五月 2020 | 00:52:27,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321.h +26 五月 2020 | 00:52:27,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804.h +26 五月 2020 | 00:52:27,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747MethodDeclarations.h +26 五月 2020 | 00:52:27,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321MethodDeclarations.h +26 五月 2020 | 00:52:27,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709.h +26 五月 2020 | 00:52:27,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804MethodDeclarations.h +26 五月 2020 | 00:52:27,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709MethodDeclarations.h +26 五月 2020 | 00:52:27,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762.h +26 五月 2020 | 00:52:27,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762MethodDeclarations.h +26 五月 2020 | 00:52:27,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013.h +26 五月 2020 | 00:52:27,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979.h +26 五月 2020 | 00:52:27,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803.h +26 五月 2020 | 00:52:27,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013MethodDeclarations.h +26 五月 2020 | 00:52:27,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979MethodDeclarations.h +26 五月 2020 | 00:52:27,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:27,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803MethodDeclarations.h +26 五月 2020 | 00:52:27,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883.h +26 五月 2020 | 00:52:27,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:27,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:27,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883MethodDeclarations.h +26 五月 2020 | 00:52:27,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:27,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420.h +26 五月 2020 | 00:52:27,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420MethodDeclarations.h +26 五月 2020 | 00:52:27,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:27,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:27,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:27,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354.h +26 五月 2020 | 00:52:27,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354MethodDeclarations.h +26 五月 2020 | 00:52:27,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476.h +26 五月 2020 | 00:52:27,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:27,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206.h +26 五月 2020 | 00:52:27,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872.h +26 五月 2020 | 00:52:27,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476MethodDeclarations.h +26 五月 2020 | 00:52:27,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206MethodDeclarations.h +26 五月 2020 | 00:52:27,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872MethodDeclarations.h +26 五月 2020 | 00:52:27,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366.h +26 五月 2020 | 00:52:27,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157.h +26 五月 2020 | 00:52:27,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366MethodDeclarations.h +26 五月 2020 | 00:52:27,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157MethodDeclarations.h +26 五月 2020 | 00:52:27,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458.h +26 五月 2020 | 00:52:27,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188.h +26 五月 2020 | 00:52:27,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865.h +26 五月 2020 | 00:52:27,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188MethodDeclarations.h +26 五月 2020 | 00:52:27,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380.h +26 五月 2020 | 00:52:27,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785.h +26 五月 2020 | 00:52:27,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865.h +26 五月 2020 | 00:52:27,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785MethodDeclarations.h +26 五月 2020 | 00:52:27,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380MethodDeclarations.h +26 五月 2020 | 00:52:27,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865MethodDeclarations.h +26 五月 2020 | 00:52:27,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:27,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067.h +26 五月 2020 | 00:52:27,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436.h +26 五月 2020 | 00:52:27,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067MethodDeclarations.h +26 五月 2020 | 00:52:27,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:27,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857.h +26 五月 2020 | 00:52:27,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839.h +26 五月 2020 | 00:52:27,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857MethodDeclarations.h +26 五月 2020 | 00:52:27,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839MethodDeclarations.h +26 五月 2020 | 00:52:27,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985.h +26 五月 2020 | 00:52:27,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985MethodDeclarations.h +26 五月 2020 | 00:52:27,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420.h +26 五月 2020 | 00:52:27,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436MethodDeclarations.h +26 五月 2020 | 00:52:27,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957.h +26 五月 2020 | 00:52:27,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420MethodDeclarations.h +26 五月 2020 | 00:52:27,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018.h +26 五月 2020 | 00:52:27,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957MethodDeclarations.h +26 五月 2020 | 00:52:27,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981.h +26 五月 2020 | 00:52:27,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018MethodDeclarations.h +26 五月 2020 | 00:52:27,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034.h +26 五月 2020 | 00:52:27,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981MethodDeclarations.h +26 五月 2020 | 00:52:27,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812.h +26 五月 2020 | 00:52:27,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034MethodDeclarations.h +26 五月 2020 | 00:52:27,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391.h +26 五月 2020 | 00:52:27,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391MethodDeclarations.h +26 五月 2020 | 00:52:27,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812MethodDeclarations.h +26 五月 2020 | 00:52:27,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015.h +26 五月 2020 | 00:52:27,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622.h +26 五月 2020 | 00:52:27,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100.h +26 五月 2020 | 00:52:27,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622MethodDeclarations.h +26 五月 2020 | 00:52:27,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015MethodDeclarations.h +26 五月 2020 | 00:52:27,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100MethodDeclarations.h +26 五月 2020 | 00:52:27,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878.h +26 五月 2020 | 00:52:27,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320.h +26 五月 2020 | 00:52:27,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697.h +26 五月 2020 | 00:52:27,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878MethodDeclarations.h +26 五月 2020 | 00:52:27,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697MethodDeclarations.h +26 五月 2020 | 00:52:27,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320MethodDeclarations.h +26 五月 2020 | 00:52:27,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895.h +26 五月 2020 | 00:52:27,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073.h +26 五月 2020 | 00:52:27,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830.h +26 五月 2020 | 00:52:27,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895MethodDeclarations.h +26 五月 2020 | 00:52:27,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830MethodDeclarations.h +26 五月 2020 | 00:52:27,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073MethodDeclarations.h +26 五月 2020 | 00:52:27,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726.h +26 五月 2020 | 00:52:27,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064.h +26 五月 2020 | 00:52:27,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726MethodDeclarations.h +26 五月 2020 | 00:52:27,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677.h +26 五月 2020 | 00:52:27,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064MethodDeclarations.h +26 五月 2020 | 00:52:27,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677MethodDeclarations.h +26 五月 2020 | 00:52:27,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105.h +26 五月 2020 | 00:52:27,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027.h +26 五月 2020 | 00:52:27,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105MethodDeclarations.h +26 五月 2020 | 00:52:27,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityICallRegistration.cpp +26 五月 2020 | 00:52:27,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809.h +26 五月 2020 | 00:52:27,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027MethodDeclarations.h +26 五月 2020 | 00:52:27,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnresolvedVirtualCallStubs.cpp +26 五月 2020 | 00:52:27,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809MethodDeclarations.h +26 五月 2020 | 00:52:27,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380.h +26 五月 2020 | 00:52:27,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_ArrayTypes.h +26 五月 2020 | 00:52:27,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380MethodDeclarations.h +26 五月 2020 | 00:52:27,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717.h +26 五月 2020 | 00:52:27,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Locale4255929014.h +26 五月 2020 | 00:52:27,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436.h +26 五月 2020 | 00:52:27,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717MethodDeclarations.h +26 五月 2020 | 00:52:27,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:27,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199.h +26 五月 2020 | 00:52:27,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437.h +26 五月 2020 | 00:52:27,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199MethodDeclarations.h +26 五月 2020 | 00:52:27,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437MethodDeclarations.h +26 五月 2020 | 00:52:27,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613.h +26 五月 2020 | 00:52:27,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613MethodDeclarations.h +26 五月 2020 | 00:52:27,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696.h +26 五月 2020 | 00:52:27,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830.h +26 五月 2020 | 00:52:27,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436MethodDeclarations.h +26 五月 2020 | 00:52:27,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696MethodDeclarations.h +26 五月 2020 | 00:52:27,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830MethodDeclarations.h +26 五月 2020 | 00:52:27,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018.h +26 五月 2020 | 00:52:27,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832.h +26 五月 2020 | 00:52:27,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970.h +26 五月 2020 | 00:52:27,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018MethodDeclarations.h +26 五月 2020 | 00:52:27,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832MethodDeclarations.h +26 五月 2020 | 00:52:27,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970MethodDeclarations.h +26 五月 2020 | 00:52:27,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812.h +26 五月 2020 | 00:52:27,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623.h +26 五月 2020 | 00:52:27,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615.h +26 五月 2020 | 00:52:27,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623MethodDeclarations.h +26 五月 2020 | 00:52:27,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812MethodDeclarations.h +26 五月 2020 | 00:52:27,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615MethodDeclarations.h +26 五月 2020 | 00:52:27,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950.h +26 五月 2020 | 00:52:27,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100.h +26 五月 2020 | 00:52:27,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792.h +26 五月 2020 | 00:52:27,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950MethodDeclarations.h +26 五月 2020 | 00:52:27,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100MethodDeclarations.h +26 五月 2020 | 00:52:27,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792MethodDeclarations.h +26 五月 2020 | 00:52:27,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752.h +26 五月 2020 | 00:52:27,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697.h +26 五月 2020 | 00:52:27,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365.h +26 五月 2020 | 00:52:27,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752MethodDeclarations.h +26 五月 2020 | 00:52:27,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697MethodDeclarations.h +26 五月 2020 | 00:52:27,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365MethodDeclarations.h +26 五月 2020 | 00:52:27,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390.h +26 五月 2020 | 00:52:27,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726.h +26 五月 2020 | 00:52:27,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073.h +26 五月 2020 | 00:52:27,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390MethodDeclarations.h +26 五月 2020 | 00:52:27,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073MethodDeclarations.h +26 五月 2020 | 00:52:27,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064.h +26 五月 2020 | 00:52:27,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064MethodDeclarations.h +26 五月 2020 | 00:52:27,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105.h +26 五月 2020 | 00:52:27,928 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105MethodDeclarations.h +26 五月 2020 | 00:52:27,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809.h +26 五月 2020 | 00:52:27,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809MethodDeclarations.h +26 五月 2020 | 00:52:27,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717.h +26 五月 2020 | 00:52:27,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726MethodDeclarations.h +26 五月 2020 | 00:52:27,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857.h +26 五月 2020 | 00:52:27,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527.h +26 五月 2020 | 00:52:27,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717MethodDeclarations.h +26 五月 2020 | 00:52:27,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857MethodDeclarations.h +26 五月 2020 | 00:52:27,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527MethodDeclarations.h +26 五月 2020 | 00:52:27,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437.h +26 五月 2020 | 00:52:27,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219.h +26 五月 2020 | 00:52:27,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794.h +26 五月 2020 | 00:52:27,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437MethodDeclarations.h +26 五月 2020 | 00:52:27,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794MethodDeclarations.h +26 五月 2020 | 00:52:27,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219MethodDeclarations.h +26 五月 2020 | 00:52:27,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613.h +26 五月 2020 | 00:52:27,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023.h +26 五月 2020 | 00:52:27,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613MethodDeclarations.h +26 五月 2020 | 00:52:27,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543.h +26 五月 2020 | 00:52:27,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023MethodDeclarations.h +26 五月 2020 | 00:52:27,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696.h +26 五月 2020 | 00:52:27,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543MethodDeclarations.h +26 五月 2020 | 00:52:27,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407.h +26 五月 2020 | 00:52:27,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696MethodDeclarations.h +26 五月 2020 | 00:52:27,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407MethodDeclarations.h +26 五月 2020 | 00:52:27,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array3829468939.h +26 五月 2020 | 00:52:27,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832.h +26 五月 2020 | 00:52:27,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339.h +26 五月 2020 | 00:52:27,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832MethodDeclarations.h +26 五月 2020 | 00:52:27,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array3829468939MethodDeclarations.h +26 五月 2020 | 00:52:27,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339MethodDeclarations.h +26 五月 2020 | 00:52:27,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341.h +26 五月 2020 | 00:52:27,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341MethodDeclarations.h +26 五月 2020 | 00:52:27,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623.h +26 五月 2020 | 00:52:27,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482.h +26 五月 2020 | 00:52:27,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683.h +26 五月 2020 | 00:52:27,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623MethodDeclarations.h +26 五月 2020 | 00:52:27,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683MethodDeclarations.h +26 五月 2020 | 00:52:27,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482MethodDeclarations.h +26 五月 2020 | 00:52:27,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950.h +26 五月 2020 | 00:52:27,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101.h +26 五月 2020 | 00:52:27,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632.h +26 五月 2020 | 00:52:27,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101MethodDeclarations.h +26 五月 2020 | 00:52:27,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950MethodDeclarations.h +26 五月 2020 | 00:52:27,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632MethodDeclarations.h +26 五月 2020 | 00:52:27,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155.h +26 五月 2020 | 00:52:27,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752.h +26 五月 2020 | 00:52:27,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155MethodDeclarations.h +26 五月 2020 | 00:52:27,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752MethodDeclarations.h +26 五月 2020 | 00:52:27,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584.h +26 五月 2020 | 00:52:27,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390.h +26 五月 2020 | 00:52:27,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390MethodDeclarations.h +26 五月 2020 | 00:52:27,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584MethodDeclarations.h +26 五月 2020 | 00:52:27,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053.h +26 五月 2020 | 00:52:27,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053MethodDeclarations.h +26 五月 2020 | 00:52:27,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487.h +26 五月 2020 | 00:52:27,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568.h +26 五月 2020 | 00:52:27,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487MethodDeclarations.h +26 五月 2020 | 00:52:27,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857.h +26 五月 2020 | 00:52:27,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568MethodDeclarations.h +26 五月 2020 | 00:52:27,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857MethodDeclarations.h +26 五月 2020 | 00:52:27,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423.h +26 五月 2020 | 00:52:27,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949.h +26 五月 2020 | 00:52:27,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794.h +26 五月 2020 | 00:52:27,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949MethodDeclarations.h +26 五月 2020 | 00:52:27,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794MethodDeclarations.h +26 五月 2020 | 00:52:27,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493.h +26 五月 2020 | 00:52:27,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423MethodDeclarations.h +26 五月 2020 | 00:52:27,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543.h +26 五月 2020 | 00:52:27,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493MethodDeclarations.h +26 五月 2020 | 00:52:27,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543MethodDeclarations.h +26 五月 2020 | 00:52:27,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890.h +26 五月 2020 | 00:52:27,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array3829468939.h +26 五月 2020 | 00:52:27,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243.h +26 五月 2020 | 00:52:27,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890MethodDeclarations.h +26 五月 2020 | 00:52:27,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243MethodDeclarations.h +26 五月 2020 | 00:52:27,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array3829468939MethodDeclarations.h +26 五月 2020 | 00:52:27,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271.h +26 五月 2020 | 00:52:27,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:27,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341.h +26 五月 2020 | 00:52:27,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:27,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341MethodDeclarations.h +26 五月 2020 | 00:52:27,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271MethodDeclarations.h +26 五月 2020 | 00:52:27,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:27,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815.h +26 五月 2020 | 00:52:27,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482.h +26 五月 2020 | 00:52:27,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:27,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482MethodDeclarations.h +26 五月 2020 | 00:52:27,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815MethodDeclarations.h +26 五月 2020 | 00:52:27,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:27,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600.h +26 五月 2020 | 00:52:27,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632.h +26 五月 2020 | 00:52:27,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:27,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600MethodDeclarations.h +26 五月 2020 | 00:52:27,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632MethodDeclarations.h +26 五月 2020 | 00:52:27,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:27,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:27,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239.h +26 五月 2020 | 00:52:27,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568.h +26 五月 2020 | 00:52:28,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:28,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239MethodDeclarations.h +26 五月 2020 | 00:52:28,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568MethodDeclarations.h +26 五月 2020 | 00:52:28,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:28,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949.h +26 五月 2020 | 00:52:28,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949MethodDeclarations.h +26 五月 2020 | 00:52:28,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167.h +26 五月 2020 | 00:52:28,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189.h +26 五月 2020 | 00:52:28,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493.h +26 五月 2020 | 00:52:28,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167MethodDeclarations.h +26 五月 2020 | 00:52:28,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189MethodDeclarations.h +26 五月 2020 | 00:52:28,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656.h +26 五月 2020 | 00:52:28,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493MethodDeclarations.h +26 五月 2020 | 00:52:28,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695.h +26 五月 2020 | 00:52:28,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890.h +26 五月 2020 | 00:52:28,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656MethodDeclarations.h +26 五月 2020 | 00:52:28,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890MethodDeclarations.h +26 五月 2020 | 00:52:28,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695MethodDeclarations.h +26 五月 2020 | 00:52:28,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:28,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271.h +26 五月 2020 | 00:52:28,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961.h +26 五月 2020 | 00:52:28,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:28,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271MethodDeclarations.h +26 五月 2020 | 00:52:28,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961MethodDeclarations.h +26 五月 2020 | 00:52:28,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815.h +26 五月 2020 | 00:52:28,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412.h +26 五月 2020 | 00:52:28,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412MethodDeclarations.h +26 五月 2020 | 00:52:28,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107.h +26 五月 2020 | 00:52:28,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107MethodDeclarations.h +26 五月 2020 | 00:52:28,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661.h +26 五月 2020 | 00:52:28,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661MethodDeclarations.h +26 五月 2020 | 00:52:28,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411.h +26 五月 2020 | 00:52:28,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815MethodDeclarations.h +26 五月 2020 | 00:52:28,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411MethodDeclarations.h +26 五月 2020 | 00:52:28,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600.h +26 五月 2020 | 00:52:28,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145.h +26 五月 2020 | 00:52:28,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600MethodDeclarations.h +26 五月 2020 | 00:52:28,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145MethodDeclarations.h +26 五月 2020 | 00:52:28,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239.h +26 五月 2020 | 00:52:28,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811.h +26 五月 2020 | 00:52:28,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239MethodDeclarations.h +26 五月 2020 | 00:52:28,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189.h +26 五月 2020 | 00:52:28,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189MethodDeclarations.h +26 五月 2020 | 00:52:28,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695.h +26 五月 2020 | 00:52:28,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695MethodDeclarations.h +26 五月 2020 | 00:52:28,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:28,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961.h +26 五月 2020 | 00:52:28,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:28,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961MethodDeclarations.h +26 五月 2020 | 00:52:28,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530.h +26 五月 2020 | 00:52:28,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412.h +26 五月 2020 | 00:52:28,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412MethodDeclarations.h +26 五月 2020 | 00:52:28,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811MethodDeclarations.h +26 五月 2020 | 00:52:28,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107.h +26 五月 2020 | 00:52:28,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107MethodDeclarations.h +26 五月 2020 | 00:52:28,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661.h +26 五月 2020 | 00:52:28,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661MethodDeclarations.h +26 五月 2020 | 00:52:28,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411.h +26 五月 2020 | 00:52:28,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411MethodDeclarations.h +26 五月 2020 | 00:52:28,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145.h +26 五月 2020 | 00:52:28,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145MethodDeclarations.h +26 五月 2020 | 00:52:28,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811.h +26 五月 2020 | 00:52:28,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811MethodDeclarations.h +26 五月 2020 | 00:52:28,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530MethodDeclarations.h +26 五月 2020 | 00:52:28,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:28,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898.h +26 五月 2020 | 00:52:28,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898MethodDeclarations.h +26 五月 2020 | 00:52:28,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631.h +26 五月 2020 | 00:52:28,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631MethodDeclarations.h +26 五月 2020 | 00:52:28,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681.h +26 五月 2020 | 00:52:28,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681MethodDeclarations.h +26 五月 2020 | 00:52:28,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860.h +26 五月 2020 | 00:52:28,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860MethodDeclarations.h +26 五月 2020 | 00:52:28,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:28,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898.h +26 五月 2020 | 00:52:28,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:28,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898MethodDeclarations.h +26 五月 2020 | 00:52:28,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:28,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631.h +26 五月 2020 | 00:52:28,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:28,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631MethodDeclarations.h +26 五月 2020 | 00:52:28,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:28,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681.h +26 五月 2020 | 00:52:28,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191.h +26 五月 2020 | 00:52:28,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681MethodDeclarations.h +26 五月 2020 | 00:52:28,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347.h +26 五月 2020 | 00:52:28,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191MethodDeclarations.h +26 五月 2020 | 00:52:28,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860.h +26 五月 2020 | 00:52:28,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347MethodDeclarations.h +26 五月 2020 | 00:52:28,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860MethodDeclarations.h +26 五月 2020 | 00:52:28,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370.h +26 五月 2020 | 00:52:28,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347.h +26 五月 2020 | 00:52:28,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874.h +26 五月 2020 | 00:52:28,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370MethodDeclarations.h +26 五月 2020 | 00:52:28,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347MethodDeclarations.h +26 五月 2020 | 00:52:28,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874MethodDeclarations.h +26 五月 2020 | 00:52:28,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246.h +26 五月 2020 | 00:52:28,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370.h +26 五月 2020 | 00:52:28,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321.h +26 五月 2020 | 00:52:28,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246MethodDeclarations.h +26 五月 2020 | 00:52:28,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370MethodDeclarations.h +26 五月 2020 | 00:52:28,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321MethodDeclarations.h +26 五月 2020 | 00:52:28,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127.h +26 五月 2020 | 00:52:28,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246.h +26 五月 2020 | 00:52:28,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803.h +26 五月 2020 | 00:52:28,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127MethodDeclarations.h +26 五月 2020 | 00:52:28,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246MethodDeclarations.h +26 五月 2020 | 00:52:28,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803MethodDeclarations.h +26 五月 2020 | 00:52:28,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931.h +26 五月 2020 | 00:52:28,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127.h +26 五月 2020 | 00:52:28,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:28,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931MethodDeclarations.h +26 五月 2020 | 00:52:28,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127MethodDeclarations.h +26 五月 2020 | 00:52:28,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695.h +26 五月 2020 | 00:52:28,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931.h +26 五月 2020 | 00:52:28,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695MethodDeclarations.h +26 五月 2020 | 00:52:28,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931MethodDeclarations.h +26 五月 2020 | 00:52:28,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:28,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695.h +26 五月 2020 | 00:52:28,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872.h +26 五月 2020 | 00:52:28,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695MethodDeclarations.h +26 五月 2020 | 00:52:28,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872MethodDeclarations.h +26 五月 2020 | 00:52:28,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374.h +26 五月 2020 | 00:52:28,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458.h +26 五月 2020 | 00:52:28,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374MethodDeclarations.h +26 五月 2020 | 00:52:28,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458MethodDeclarations.h +26 五月 2020 | 00:52:28,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339.h +26 五月 2020 | 00:52:28,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:28,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339MethodDeclarations.h +26 五月 2020 | 00:52:28,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374.h +26 五月 2020 | 00:52:28,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:28,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285.h +26 五月 2020 | 00:52:28,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374MethodDeclarations.h +26 五月 2020 | 00:52:28,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:28,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339.h +26 五月 2020 | 00:52:28,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:28,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285MethodDeclarations.h +26 五月 2020 | 00:52:28,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997.h +26 五月 2020 | 00:52:28,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339MethodDeclarations.h +26 五月 2020 | 00:52:28,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294.h +26 五月 2020 | 00:52:28,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285.h +26 五月 2020 | 00:52:28,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997MethodDeclarations.h +26 五月 2020 | 00:52:28,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294MethodDeclarations.h +26 五月 2020 | 00:52:28,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285MethodDeclarations.h +26 五月 2020 | 00:52:28,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103.h +26 五月 2020 | 00:52:28,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533.h +26 五月 2020 | 00:52:28,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294.h +26 五月 2020 | 00:52:28,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103MethodDeclarations.h +26 五月 2020 | 00:52:28,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294MethodDeclarations.h +26 五月 2020 | 00:52:28,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533MethodDeclarations.h +26 五月 2020 | 00:52:28,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533.h +26 五月 2020 | 00:52:28,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747.h +26 五月 2020 | 00:52:28,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780.h +26 五月 2020 | 00:52:28,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747MethodDeclarations.h +26 五月 2020 | 00:52:28,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780MethodDeclarations.h +26 五月 2020 | 00:52:28,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533MethodDeclarations.h +26 五月 2020 | 00:52:28,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709.h +26 五月 2020 | 00:52:28,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097.h +26 五月 2020 | 00:52:28,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780.h +26 五月 2020 | 00:52:28,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709MethodDeclarations.h +26 五月 2020 | 00:52:28,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097MethodDeclarations.h +26 五月 2020 | 00:52:28,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013.h +26 五月 2020 | 00:52:28,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780MethodDeclarations.h +26 五月 2020 | 00:52:28,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299.h +26 五月 2020 | 00:52:28,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097.h +26 五月 2020 | 00:52:28,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299MethodDeclarations.h +26 五月 2020 | 00:52:28,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414.h +26 五月 2020 | 00:52:28,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414MethodDeclarations.h +26 五月 2020 | 00:52:28,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163.h +26 五月 2020 | 00:52:28,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163MethodDeclarations.h +26 五月 2020 | 00:52:28,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304.h +26 五月 2020 | 00:52:28,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304MethodDeclarations.h +26 五月 2020 | 00:52:28,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903.h +26 五月 2020 | 00:52:28,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903MethodDeclarations.h +26 五月 2020 | 00:52:28,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873.h +26 五月 2020 | 00:52:28,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873MethodDeclarations.h +26 五月 2020 | 00:52:28,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506.h +26 五月 2020 | 00:52:28,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506MethodDeclarations.h +26 五月 2020 | 00:52:28,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379.h +26 五月 2020 | 00:52:28,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379MethodDeclarations.h +26 五月 2020 | 00:52:28,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013MethodDeclarations.h +26 五月 2020 | 00:52:28,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097MethodDeclarations.h +26 五月 2020 | 00:52:28,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977.h +26 五月 2020 | 00:52:28,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:28,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299.h +26 五月 2020 | 00:52:28,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:28,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977MethodDeclarations.h +26 五月 2020 | 00:52:28,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299MethodDeclarations.h +26 五月 2020 | 00:52:28,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:28,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966.h +26 五月 2020 | 00:52:28,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414.h +26 五月 2020 | 00:52:28,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:28,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414MethodDeclarations.h +26 五月 2020 | 00:52:28,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:28,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163.h +26 五月 2020 | 00:52:28,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966MethodDeclarations.h +26 五月 2020 | 00:52:28,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:28,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163MethodDeclarations.h +26 五月 2020 | 00:52:28,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096.h +26 五月 2020 | 00:52:28,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354.h +26 五月 2020 | 00:52:28,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096MethodDeclarations.h +26 五月 2020 | 00:52:28,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304.h +26 五月 2020 | 00:52:28,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330.h +26 五月 2020 | 00:52:28,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304MethodDeclarations.h +26 五月 2020 | 00:52:28,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330MethodDeclarations.h +26 五月 2020 | 00:52:28,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903.h +26 五月 2020 | 00:52:28,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903MethodDeclarations.h +26 五月 2020 | 00:52:28,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873.h +26 五月 2020 | 00:52:28,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076.h +26 五月 2020 | 00:52:28,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873MethodDeclarations.h +26 五月 2020 | 00:52:28,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076MethodDeclarations.h +26 五月 2020 | 00:52:28,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506.h +26 五月 2020 | 00:52:28,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951.h +26 五月 2020 | 00:52:28,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506MethodDeclarations.h +26 五月 2020 | 00:52:28,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379.h +26 五月 2020 | 00:52:28,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379MethodDeclarations.h +26 五月 2020 | 00:52:28,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977.h +26 五月 2020 | 00:52:28,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977MethodDeclarations.h +26 五月 2020 | 00:52:28,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354MethodDeclarations.h +26 五月 2020 | 00:52:28,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966.h +26 五月 2020 | 00:52:28,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951MethodDeclarations.h +26 五月 2020 | 00:52:28,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476.h +26 五月 2020 | 00:52:28,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510.h +26 五月 2020 | 00:52:28,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476MethodDeclarations.h +26 五月 2020 | 00:52:28,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510MethodDeclarations.h +26 五月 2020 | 00:52:28,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211.h +26 五月 2020 | 00:52:28,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966MethodDeclarations.h +26 五月 2020 | 00:52:28,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096.h +26 五月 2020 | 00:52:28,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211MethodDeclarations.h +26 五月 2020 | 00:52:28,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096MethodDeclarations.h +26 五月 2020 | 00:52:28,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488.h +26 五月 2020 | 00:52:28,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330.h +26 五月 2020 | 00:52:28,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488MethodDeclarations.h +26 五月 2020 | 00:52:28,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330MethodDeclarations.h +26 五月 2020 | 00:52:28,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887.h +26 五月 2020 | 00:52:28,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076.h +26 五月 2020 | 00:52:28,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887MethodDeclarations.h +26 五月 2020 | 00:52:28,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076MethodDeclarations.h +26 五月 2020 | 00:52:28,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865.h +26 五月 2020 | 00:52:28,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951.h +26 五月 2020 | 00:52:28,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865MethodDeclarations.h +26 五月 2020 | 00:52:28,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951MethodDeclarations.h +26 五月 2020 | 00:52:28,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510.h +26 五月 2020 | 00:52:28,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510MethodDeclarations.h +26 五月 2020 | 00:52:28,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211.h +26 五月 2020 | 00:52:28,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942.h +26 五月 2020 | 00:52:28,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942MethodDeclarations.h +26 五月 2020 | 00:52:28,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211MethodDeclarations.h +26 五月 2020 | 00:52:28,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892.h +26 五月 2020 | 00:52:28,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488.h +26 五月 2020 | 00:52:28,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892MethodDeclarations.h +26 五月 2020 | 00:52:28,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488MethodDeclarations.h +26 五月 2020 | 00:52:28,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478.h +26 五月 2020 | 00:52:28,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887.h +26 五月 2020 | 00:52:28,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478MethodDeclarations.h +26 五月 2020 | 00:52:28,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887MethodDeclarations.h +26 五月 2020 | 00:52:28,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985.h +26 五月 2020 | 00:52:28,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865.h +26 五月 2020 | 00:52:28,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985MethodDeclarations.h +26 五月 2020 | 00:52:28,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865MethodDeclarations.h +26 五月 2020 | 00:52:28,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157.h +26 五月 2020 | 00:52:28,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181.h +26 五月 2020 | 00:52:28,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942.h +26 五月 2020 | 00:52:28,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157MethodDeclarations.h +26 五月 2020 | 00:52:28,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181MethodDeclarations.h +26 五月 2020 | 00:52:28,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865.h +26 五月 2020 | 00:52:28,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942MethodDeclarations.h +26 五月 2020 | 00:52:28,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314.h +26 五月 2020 | 00:52:28,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865MethodDeclarations.h +26 五月 2020 | 00:52:28,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892.h +26 五月 2020 | 00:52:28,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314MethodDeclarations.h +26 五月 2020 | 00:52:28,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:28,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892MethodDeclarations.h +26 五月 2020 | 00:52:28,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602.h +26 五月 2020 | 00:52:28,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:28,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478.h +26 五月 2020 | 00:52:28,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602MethodDeclarations.h +26 五月 2020 | 00:52:28,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016.h +26 五月 2020 | 00:52:28,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478MethodDeclarations.h +26 五月 2020 | 00:52:28,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505.h +26 五月 2020 | 00:52:28,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016MethodDeclarations.h +26 五月 2020 | 00:52:28,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985.h +26 五月 2020 | 00:52:28,215 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:28,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505MethodDeclarations.h +26 五月 2020 | 00:52:28,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985MethodDeclarations.h +26 五月 2020 | 00:52:28,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514.h +26 五月 2020 | 00:52:28,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:28,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181.h +26 五月 2020 | 00:52:28,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514MethodDeclarations.h +26 五月 2020 | 00:52:28,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:28,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181MethodDeclarations.h +26 五月 2020 | 00:52:28,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176.h +26 五月 2020 | 00:52:28,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:28,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314.h +26 五月 2020 | 00:52:28,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176MethodDeclarations.h +26 五月 2020 | 00:52:28,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:28,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314MethodDeclarations.h +26 五月 2020 | 00:52:28,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:28,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060.h +26 五月 2020 | 00:52:28,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602.h +26 五月 2020 | 00:52:28,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522.h +26 五月 2020 | 00:52:28,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060MethodDeclarations.h +26 五月 2020 | 00:52:28,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602MethodDeclarations.h +26 五月 2020 | 00:52:28,226 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522MethodDeclarations.h +26 五月 2020 | 00:52:28,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505.h +26 五月 2020 | 00:52:28,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033.h +26 五月 2020 | 00:52:28,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865.h +26 五月 2020 | 00:52:28,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033MethodDeclarations.h +26 五月 2020 | 00:52:28,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505MethodDeclarations.h +26 五月 2020 | 00:52:28,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204.h +26 五月 2020 | 00:52:28,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865MethodDeclarations.h +26 五月 2020 | 00:52:28,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514.h +26 五月 2020 | 00:52:28,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204MethodDeclarations.h +26 五月 2020 | 00:52:28,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:28,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514MethodDeclarations.h +26 五月 2020 | 00:52:28,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592.h +26 五月 2020 | 00:52:28,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:28,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176.h +26 五月 2020 | 00:52:28,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592MethodDeclarations.h +26 五月 2020 | 00:52:28,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839.h +26 五月 2020 | 00:52:28,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176MethodDeclarations.h +26 五月 2020 | 00:52:28,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402.h +26 五月 2020 | 00:52:28,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839MethodDeclarations.h +26 五月 2020 | 00:52:28,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060.h +26 五月 2020 | 00:52:28,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402MethodDeclarations.h +26 五月 2020 | 00:52:28,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985.h +26 五月 2020 | 00:52:28,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060MethodDeclarations.h +26 五月 2020 | 00:52:28,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852.h +26 五月 2020 | 00:52:28,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985MethodDeclarations.h +26 五月 2020 | 00:52:28,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033.h +26 五月 2020 | 00:52:28,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852MethodDeclarations.h +26 五月 2020 | 00:52:28,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957.h +26 五月 2020 | 00:52:28,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033MethodDeclarations.h +26 五月 2020 | 00:52:28,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234.h +26 五月 2020 | 00:52:28,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957MethodDeclarations.h +26 五月 2020 | 00:52:28,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204.h +26 五月 2020 | 00:52:28,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234MethodDeclarations.h +26 五月 2020 | 00:52:28,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034.h +26 五月 2020 | 00:52:28,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204MethodDeclarations.h +26 五月 2020 | 00:52:28,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034MethodDeclarations.h +26 五月 2020 | 00:52:28,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869.h +26 五月 2020 | 00:52:28,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592.h +26 五月 2020 | 00:52:28,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015.h +26 五月 2020 | 00:52:28,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869MethodDeclarations.h +26 五月 2020 | 00:52:28,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592MethodDeclarations.h +26 五月 2020 | 00:52:28,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015MethodDeclarations.h +26 五月 2020 | 00:52:28,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054.h +26 五月 2020 | 00:52:28,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402.h +26 五月 2020 | 00:52:28,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402MethodDeclarations.h +26 五月 2020 | 00:52:28,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320.h +26 五月 2020 | 00:52:28,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852.h +26 五月 2020 | 00:52:28,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320MethodDeclarations.h +26 五月 2020 | 00:52:28,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054MethodDeclarations.h +26 五月 2020 | 00:52:28,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852MethodDeclarations.h +26 五月 2020 | 00:52:28,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830.h +26 五月 2020 | 00:52:28,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694.h +26 五月 2020 | 00:52:28,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234.h +26 五月 2020 | 00:52:28,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830MethodDeclarations.h +26 五月 2020 | 00:52:28,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694MethodDeclarations.h +26 五月 2020 | 00:52:28,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234MethodDeclarations.h +26 五月 2020 | 00:52:28,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726.h +26 五月 2020 | 00:52:28,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878.h +26 五月 2020 | 00:52:28,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869.h +26 五月 2020 | 00:52:28,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726MethodDeclarations.h +26 五月 2020 | 00:52:28,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878MethodDeclarations.h +26 五月 2020 | 00:52:28,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677.h +26 五月 2020 | 00:52:28,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869MethodDeclarations.h +26 五月 2020 | 00:52:28,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677MethodDeclarations.h +26 五月 2020 | 00:52:28,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054.h +26 五月 2020 | 00:52:28,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522.h +26 五月 2020 | 00:52:28,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027.h +26 五月 2020 | 00:52:28,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054MethodDeclarations.h +26 五月 2020 | 00:52:28,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522MethodDeclarations.h +26 五月 2020 | 00:52:28,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027MethodDeclarations.h +26 五月 2020 | 00:52:28,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411.h +26 五月 2020 | 00:52:28,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380.h +26 五月 2020 | 00:52:28,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694.h +26 五月 2020 | 00:52:28,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411MethodDeclarations.h +26 五月 2020 | 00:52:28,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380MethodDeclarations.h +26 五月 2020 | 00:52:28,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409.h +26 五月 2020 | 00:52:28,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694MethodDeclarations.h +26 五月 2020 | 00:52:28,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436.h +26 五月 2020 | 00:52:28,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878.h +26 五月 2020 | 00:52:28,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409MethodDeclarations.h +26 五月 2020 | 00:52:28,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878MethodDeclarations.h +26 五月 2020 | 00:52:28,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317.h +26 五月 2020 | 00:52:28,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436MethodDeclarations.h +26 五月 2020 | 00:52:28,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317MethodDeclarations.h +26 五月 2020 | 00:52:28,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522.h +26 五月 2020 | 00:52:28,274 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018.h +26 五月 2020 | 00:52:28,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016.h +26 五月 2020 | 00:52:28,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522MethodDeclarations.h +26 五月 2020 | 00:52:28,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018MethodDeclarations.h +26 五月 2020 | 00:52:28,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016MethodDeclarations.h +26 五月 2020 | 00:52:28,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411.h +26 五月 2020 | 00:52:28,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812.h +26 五月 2020 | 00:52:28,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182.h +26 五月 2020 | 00:52:28,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411MethodDeclarations.h +26 五月 2020 | 00:52:28,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812MethodDeclarations.h +26 五月 2020 | 00:52:28,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182MethodDeclarations.h +26 五月 2020 | 00:52:28,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409.h +26 五月 2020 | 00:52:28,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205.h +26 五月 2020 | 00:52:28,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100.h +26 五月 2020 | 00:52:28,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409MethodDeclarations.h +26 五月 2020 | 00:52:28,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205MethodDeclarations.h +26 五月 2020 | 00:52:28,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100MethodDeclarations.h +26 五月 2020 | 00:52:28,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317.h +26 五月 2020 | 00:52:28,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697.h +26 五月 2020 | 00:52:28,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317MethodDeclarations.h +26 五月 2020 | 00:52:28,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697MethodDeclarations.h +26 五月 2020 | 00:52:28,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016.h +26 五月 2020 | 00:52:28,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073.h +26 五月 2020 | 00:52:28,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765.h +26 五月 2020 | 00:52:28,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016MethodDeclarations.h +26 五月 2020 | 00:52:28,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073MethodDeclarations.h +26 五月 2020 | 00:52:28,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182.h +26 五月 2020 | 00:52:28,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765MethodDeclarations.h +26 五月 2020 | 00:52:28,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064.h +26 五月 2020 | 00:52:28,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182MethodDeclarations.h +26 五月 2020 | 00:52:28,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710.h +26 五月 2020 | 00:52:28,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064MethodDeclarations.h +26 五月 2020 | 00:52:28,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205.h +26 五月 2020 | 00:52:28,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710MethodDeclarations.h +26 五月 2020 | 00:52:28,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105.h +26 五月 2020 | 00:52:28,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205MethodDeclarations.h +26 五月 2020 | 00:52:28,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715.h +26 五月 2020 | 00:52:28,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105MethodDeclarations.h +26 五月 2020 | 00:52:28,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765.h +26 五月 2020 | 00:52:28,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715MethodDeclarations.h +26 五月 2020 | 00:52:28,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809.h +26 五月 2020 | 00:52:28,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765MethodDeclarations.h +26 五月 2020 | 00:52:28,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060.h +26 五月 2020 | 00:52:28,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809MethodDeclarations.h +26 五月 2020 | 00:52:28,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710.h +26 五月 2020 | 00:52:28,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060MethodDeclarations.h +26 五月 2020 | 00:52:28,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710MethodDeclarations.h +26 五月 2020 | 00:52:28,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717.h +26 五月 2020 | 00:52:28,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877.h +26 五月 2020 | 00:52:28,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715.h +26 五月 2020 | 00:52:28,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717MethodDeclarations.h +26 五月 2020 | 00:52:28,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877MethodDeclarations.h +26 五月 2020 | 00:52:28,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715MethodDeclarations.h +26 五月 2020 | 00:52:28,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437.h +26 五月 2020 | 00:52:28,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337.h +26 五月 2020 | 00:52:28,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060.h +26 五月 2020 | 00:52:28,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437MethodDeclarations.h +26 五月 2020 | 00:52:28,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337MethodDeclarations.h +26 五月 2020 | 00:52:28,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060MethodDeclarations.h +26 五月 2020 | 00:52:28,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613.h +26 五月 2020 | 00:52:28,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877.h +26 五月 2020 | 00:52:28,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523.h +26 五月 2020 | 00:52:28,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613MethodDeclarations.h +26 五月 2020 | 00:52:28,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877MethodDeclarations.h +26 五月 2020 | 00:52:28,308 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523MethodDeclarations.h +26 五月 2020 | 00:52:28,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337.h +26 五月 2020 | 00:52:28,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696.h +26 五月 2020 | 00:52:28,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495.h +26 五月 2020 | 00:52:28,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696MethodDeclarations.h +26 五月 2020 | 00:52:28,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495MethodDeclarations.h +26 五月 2020 | 00:52:28,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337MethodDeclarations.h +26 五月 2020 | 00:52:28,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832.h +26 五月 2020 | 00:52:28,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143.h +26 五月 2020 | 00:52:28,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523.h +26 五月 2020 | 00:52:28,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832MethodDeclarations.h +26 五月 2020 | 00:52:28,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143MethodDeclarations.h +26 五月 2020 | 00:52:28,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523MethodDeclarations.h +26 五月 2020 | 00:52:28,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710.h +26 五月 2020 | 00:52:28,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623.h +26 五月 2020 | 00:52:28,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495.h +26 五月 2020 | 00:52:28,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623MethodDeclarations.h +26 五月 2020 | 00:52:28,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710MethodDeclarations.h +26 五月 2020 | 00:52:28,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495MethodDeclarations.h +26 五月 2020 | 00:52:28,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950.h +26 五月 2020 | 00:52:28,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194.h +26 五月 2020 | 00:52:28,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143.h +26 五月 2020 | 00:52:28,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950MethodDeclarations.h +26 五月 2020 | 00:52:28,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194MethodDeclarations.h +26 五月 2020 | 00:52:28,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143MethodDeclarations.h +26 五月 2020 | 00:52:28,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752.h +26 五月 2020 | 00:52:28,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782.h +26 五月 2020 | 00:52:28,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710.h +26 五月 2020 | 00:52:28,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752MethodDeclarations.h +26 五月 2020 | 00:52:28,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782MethodDeclarations.h +26 五月 2020 | 00:52:28,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710MethodDeclarations.h +26 五月 2020 | 00:52:28,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390.h +26 五月 2020 | 00:52:28,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283.h +26 五月 2020 | 00:52:28,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194.h +26 五月 2020 | 00:52:28,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390MethodDeclarations.h +26 五月 2020 | 00:52:28,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283MethodDeclarations.h +26 五月 2020 | 00:52:28,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194MethodDeclarations.h +26 五月 2020 | 00:52:28,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841.h +26 五月 2020 | 00:52:28,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782.h +26 五月 2020 | 00:52:28,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857.h +26 五月 2020 | 00:52:28,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841MethodDeclarations.h +26 五月 2020 | 00:52:28,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782MethodDeclarations.h +26 五月 2020 | 00:52:28,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857MethodDeclarations.h +26 五月 2020 | 00:52:28,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842.h +26 五月 2020 | 00:52:28,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283.h +26 五月 2020 | 00:52:28,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794.h +26 五月 2020 | 00:52:28,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842MethodDeclarations.h +26 五月 2020 | 00:52:28,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283MethodDeclarations.h +26 五月 2020 | 00:52:28,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794MethodDeclarations.h +26 五月 2020 | 00:52:28,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843.h +26 五月 2020 | 00:52:28,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841.h +26 五月 2020 | 00:52:28,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543.h +26 五月 2020 | 00:52:28,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843MethodDeclarations.h +26 五月 2020 | 00:52:28,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841MethodDeclarations.h +26 五月 2020 | 00:52:28,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543MethodDeclarations.h +26 五月 2020 | 00:52:28,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337.h +26 五月 2020 | 00:52:28,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842.h +26 五月 2020 | 00:52:28,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array3829468939.h +26 五月 2020 | 00:52:28,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337MethodDeclarations.h +26 五月 2020 | 00:52:28,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842MethodDeclarations.h +26 五月 2020 | 00:52:28,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327.h +26 五月 2020 | 00:52:28,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array3829468939MethodDeclarations.h +26 五月 2020 | 00:52:28,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843.h +26 五月 2020 | 00:52:28,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327MethodDeclarations.h +26 五月 2020 | 00:52:28,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843MethodDeclarations.h +26 五月 2020 | 00:52:28,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341.h +26 五月 2020 | 00:52:28,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864.h +26 五月 2020 | 00:52:28,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337.h +26 五月 2020 | 00:52:28,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864MethodDeclarations.h +26 五月 2020 | 00:52:28,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341MethodDeclarations.h +26 五月 2020 | 00:52:28,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414.h +26 五月 2020 | 00:52:28,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337MethodDeclarations.h +26 五月 2020 | 00:52:28,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327.h +26 五月 2020 | 00:52:28,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414MethodDeclarations.h +26 五月 2020 | 00:52:28,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482.h +26 五月 2020 | 00:52:28,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327MethodDeclarations.h +26 五月 2020 | 00:52:28,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215.h +26 五月 2020 | 00:52:28,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482MethodDeclarations.h +26 五月 2020 | 00:52:28,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215MethodDeclarations.h +26 五月 2020 | 00:52:28,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864.h +26 五月 2020 | 00:52:28,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864MethodDeclarations.h +26 五月 2020 | 00:52:28,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414.h +26 五月 2020 | 00:52:28,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414MethodDeclarations.h +26 五月 2020 | 00:52:28,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202.h +26 五月 2020 | 00:52:28,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632.h +26 五月 2020 | 00:52:28,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215.h +26 五月 2020 | 00:52:28,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632MethodDeclarations.h +26 五月 2020 | 00:52:28,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215MethodDeclarations.h +26 五月 2020 | 00:52:28,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202MethodDeclarations.h +26 五月 2020 | 00:52:28,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202.h +26 五月 2020 | 00:52:28,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568.h +26 五月 2020 | 00:52:28,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202MethodDeclarations.h +26 五月 2020 | 00:52:28,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568MethodDeclarations.h +26 五月 2020 | 00:52:28,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680.h +26 五月 2020 | 00:52:28,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949.h +26 五月 2020 | 00:52:28,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949MethodDeclarations.h +26 五月 2020 | 00:52:28,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680MethodDeclarations.h +26 五月 2020 | 00:52:28,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680.h +26 五月 2020 | 00:52:28,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493.h +26 五月 2020 | 00:52:28,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924.h +26 五月 2020 | 00:52:28,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680MethodDeclarations.h +26 五月 2020 | 00:52:28,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924MethodDeclarations.h +26 五月 2020 | 00:52:28,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493MethodDeclarations.h +26 五月 2020 | 00:52:28,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924.h +26 五月 2020 | 00:52:28,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819.h +26 五月 2020 | 00:52:28,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890.h +26 五月 2020 | 00:52:28,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924MethodDeclarations.h +26 五月 2020 | 00:52:28,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819MethodDeclarations.h +26 五月 2020 | 00:52:28,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890MethodDeclarations.h +26 五月 2020 | 00:52:28,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271.h +26 五月 2020 | 00:52:28,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076.h +26 五月 2020 | 00:52:28,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819.h +26 五月 2020 | 00:52:28,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271MethodDeclarations.h +26 五月 2020 | 00:52:28,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819MethodDeclarations.h +26 五月 2020 | 00:52:28,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815.h +26 五月 2020 | 00:52:28,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076MethodDeclarations.h +26 五月 2020 | 00:52:28,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815MethodDeclarations.h +26 五月 2020 | 00:52:28,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562.h +26 五月 2020 | 00:52:28,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600.h +26 五月 2020 | 00:52:28,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076.h +26 五月 2020 | 00:52:28,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562MethodDeclarations.h +26 五月 2020 | 00:52:28,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600MethodDeclarations.h +26 五月 2020 | 00:52:28,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634.h +26 五月 2020 | 00:52:28,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239.h +26 五月 2020 | 00:52:28,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634MethodDeclarations.h +26 五月 2020 | 00:52:28,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239MethodDeclarations.h +26 五月 2020 | 00:52:28,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807.h +26 五月 2020 | 00:52:28,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189.h +26 五月 2020 | 00:52:28,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807MethodDeclarations.h +26 五月 2020 | 00:52:28,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189MethodDeclarations.h +26 五月 2020 | 00:52:28,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807.h +26 五月 2020 | 00:52:28,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695.h +26 五月 2020 | 00:52:28,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807MethodDeclarations.h +26 五月 2020 | 00:52:28,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695MethodDeclarations.h +26 五月 2020 | 00:52:28,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871.h +26 五月 2020 | 00:52:28,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961.h +26 五月 2020 | 00:52:28,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871MethodDeclarations.h +26 五月 2020 | 00:52:28,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961MethodDeclarations.h +26 五月 2020 | 00:52:28,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076MethodDeclarations.h +26 五月 2020 | 00:52:28,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090.h +26 五月 2020 | 00:52:28,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562.h +26 五月 2020 | 00:52:28,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412.h +26 五月 2020 | 00:52:28,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090MethodDeclarations.h +26 五月 2020 | 00:52:28,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412MethodDeclarations.h +26 五月 2020 | 00:52:28,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762.h +26 五月 2020 | 00:52:28,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107.h +26 五月 2020 | 00:52:28,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762MethodDeclarations.h +26 五月 2020 | 00:52:28,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107MethodDeclarations.h +26 五月 2020 | 00:52:28,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562MethodDeclarations.h +26 五月 2020 | 00:52:28,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744.h +26 五月 2020 | 00:52:28,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661.h +26 五月 2020 | 00:52:28,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634.h +26 五月 2020 | 00:52:28,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744MethodDeclarations.h +26 五月 2020 | 00:52:28,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661MethodDeclarations.h +26 五月 2020 | 00:52:28,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634MethodDeclarations.h +26 五月 2020 | 00:52:28,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807.h +26 五月 2020 | 00:52:28,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411.h +26 五月 2020 | 00:52:28,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193.h +26 五月 2020 | 00:52:28,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807MethodDeclarations.h +26 五月 2020 | 00:52:28,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411MethodDeclarations.h +26 五月 2020 | 00:52:28,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193MethodDeclarations.h +26 五月 2020 | 00:52:28,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807.h +26 五月 2020 | 00:52:28,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145.h +26 五月 2020 | 00:52:28,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557.h +26 五月 2020 | 00:52:28,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145MethodDeclarations.h +26 五月 2020 | 00:52:28,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807MethodDeclarations.h +26 五月 2020 | 00:52:28,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557MethodDeclarations.h +26 五月 2020 | 00:52:28,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811.h +26 五月 2020 | 00:52:28,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871.h +26 五月 2020 | 00:52:28,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811MethodDeclarations.h +26 五月 2020 | 00:52:28,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871MethodDeclarations.h +26 五月 2020 | 00:52:28,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090.h +26 五月 2020 | 00:52:28,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090MethodDeclarations.h +26 五月 2020 | 00:52:28,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898.h +26 五月 2020 | 00:52:28,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740.h +26 五月 2020 | 00:52:28,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762.h +26 五月 2020 | 00:52:28,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898MethodDeclarations.h +26 五月 2020 | 00:52:28,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740MethodDeclarations.h +26 五月 2020 | 00:52:28,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735.h +26 五月 2020 | 00:52:28,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631.h +26 五月 2020 | 00:52:28,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735MethodDeclarations.h +26 五月 2020 | 00:52:28,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631MethodDeclarations.h +26 五月 2020 | 00:52:28,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681.h +26 五月 2020 | 00:52:28,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762MethodDeclarations.h +26 五月 2020 | 00:52:28,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358.h +26 五月 2020 | 00:52:28,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681MethodDeclarations.h +26 五月 2020 | 00:52:28,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744.h +26 五月 2020 | 00:52:28,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358MethodDeclarations.h +26 五月 2020 | 00:52:28,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860.h +26 五月 2020 | 00:52:28,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744MethodDeclarations.h +26 五月 2020 | 00:52:28,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817.h +26 五月 2020 | 00:52:28,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860MethodDeclarations.h +26 五月 2020 | 00:52:28,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817MethodDeclarations.h +26 五月 2020 | 00:52:28,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193.h +26 五月 2020 | 00:52:28,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347.h +26 五月 2020 | 00:52:28,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193MethodDeclarations.h +26 五月 2020 | 00:52:28,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202.h +26 五月 2020 | 00:52:28,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347MethodDeclarations.h +26 五月 2020 | 00:52:28,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557.h +26 五月 2020 | 00:52:28,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202MethodDeclarations.h +26 五月 2020 | 00:52:28,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370.h +26 五月 2020 | 00:52:28,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230.h +26 五月 2020 | 00:52:28,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557MethodDeclarations.h +26 五月 2020 | 00:52:28,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370MethodDeclarations.h +26 五月 2020 | 00:52:28,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740.h +26 五月 2020 | 00:52:28,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230MethodDeclarations.h +26 五月 2020 | 00:52:28,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246.h +26 五月 2020 | 00:52:28,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267.h +26 五月 2020 | 00:52:28,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246MethodDeclarations.h +26 五月 2020 | 00:52:28,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740MethodDeclarations.h +26 五月 2020 | 00:52:28,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127.h +26 五月 2020 | 00:52:28,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735.h +26 五月 2020 | 00:52:28,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267MethodDeclarations.h +26 五月 2020 | 00:52:28,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127MethodDeclarations.h +26 五月 2020 | 00:52:28,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931.h +26 五月 2020 | 00:52:28,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931MethodDeclarations.h +26 五月 2020 | 00:52:28,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695.h +26 五月 2020 | 00:52:28,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735MethodDeclarations.h +26 五月 2020 | 00:52:28,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695MethodDeclarations.h +26 五月 2020 | 00:52:28,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358.h +26 五月 2020 | 00:52:28,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358MethodDeclarations.h +26 五月 2020 | 00:52:28,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804.h +26 五月 2020 | 00:52:28,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817.h +26 五月 2020 | 00:52:28,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817MethodDeclarations.h +26 五月 2020 | 00:52:28,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374.h +26 五月 2020 | 00:52:28,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202.h +26 五月 2020 | 00:52:28,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374MethodDeclarations.h +26 五月 2020 | 00:52:28,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202MethodDeclarations.h +26 五月 2020 | 00:52:28,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339.h +26 五月 2020 | 00:52:28,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804MethodDeclarations.h +26 五月 2020 | 00:52:28,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230.h +26 五月 2020 | 00:52:28,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339MethodDeclarations.h +26 五月 2020 | 00:52:28,490 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230MethodDeclarations.h +26 五月 2020 | 00:52:28,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176.h +26 五月 2020 | 00:52:28,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285.h +26 五月 2020 | 00:52:28,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267.h +26 五月 2020 | 00:52:28,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176MethodDeclarations.h +26 五月 2020 | 00:52:28,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285MethodDeclarations.h +26 五月 2020 | 00:52:28,493 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267MethodDeclarations.h +26 五月 2020 | 00:52:28,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265.h +26 五月 2020 | 00:52:28,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294.h +26 五月 2020 | 00:52:28,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265MethodDeclarations.h +26 五月 2020 | 00:52:28,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804.h +26 五月 2020 | 00:52:28,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294MethodDeclarations.h +26 五月 2020 | 00:52:28,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804MethodDeclarations.h +26 五月 2020 | 00:52:28,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404.h +26 五月 2020 | 00:52:28,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533.h +26 五月 2020 | 00:52:28,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404MethodDeclarations.h +26 五月 2020 | 00:52:28,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176.h +26 五月 2020 | 00:52:28,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533MethodDeclarations.h +26 五月 2020 | 00:52:28,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553.h +26 五月 2020 | 00:52:28,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176MethodDeclarations.h +26 五月 2020 | 00:52:28,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780.h +26 五月 2020 | 00:52:28,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553MethodDeclarations.h +26 五月 2020 | 00:52:28,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265.h +26 五月 2020 | 00:52:28,502 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780MethodDeclarations.h +26 五月 2020 | 00:52:28,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903.h +26 五月 2020 | 00:52:28,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265MethodDeclarations.h +26 五月 2020 | 00:52:28,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097.h +26 五月 2020 | 00:52:28,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903MethodDeclarations.h +26 五月 2020 | 00:52:28,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404.h +26 五月 2020 | 00:52:28,506 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097MethodDeclarations.h +26 五月 2020 | 00:52:28,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684.h +26 五月 2020 | 00:52:28,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404MethodDeclarations.h +26 五月 2020 | 00:52:28,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299.h +26 五月 2020 | 00:52:28,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684MethodDeclarations.h +26 五月 2020 | 00:52:28,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553.h +26 五月 2020 | 00:52:28,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299MethodDeclarations.h +26 五月 2020 | 00:52:28,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405.h +26 五月 2020 | 00:52:28,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414.h +26 五月 2020 | 00:52:28,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553MethodDeclarations.h +26 五月 2020 | 00:52:28,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414MethodDeclarations.h +26 五月 2020 | 00:52:28,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405MethodDeclarations.h +26 五月 2020 | 00:52:28,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903.h +26 五月 2020 | 00:52:28,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163.h +26 五月 2020 | 00:52:28,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660.h +26 五月 2020 | 00:52:28,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903MethodDeclarations.h +26 五月 2020 | 00:52:29,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163MethodDeclarations.h +26 五月 2020 | 00:52:29,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660MethodDeclarations.h +26 五月 2020 | 00:52:29,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684.h +26 五月 2020 | 00:52:29,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304.h +26 五月 2020 | 00:52:29,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684MethodDeclarations.h +26 五月 2020 | 00:52:29,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304MethodDeclarations.h +26 五月 2020 | 00:52:29,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405.h +26 五月 2020 | 00:52:29,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903.h +26 五月 2020 | 00:52:29,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405MethodDeclarations.h +26 五月 2020 | 00:52:29,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903MethodDeclarations.h +26 五月 2020 | 00:52:29,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660.h +26 五月 2020 | 00:52:29,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873.h +26 五月 2020 | 00:52:29,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660MethodDeclarations.h +26 五月 2020 | 00:52:29,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873MethodDeclarations.h +26 五月 2020 | 00:52:29,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506.h +26 五月 2020 | 00:52:29,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506MethodDeclarations.h +26 五月 2020 | 00:52:29,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379.h +26 五月 2020 | 00:52:29,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379MethodDeclarations.h +26 五月 2020 | 00:52:29,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977.h +26 五月 2020 | 00:52:29,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977MethodDeclarations.h +26 五月 2020 | 00:52:29,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966.h +26 五月 2020 | 00:52:29,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966MethodDeclarations.h +26 五月 2020 | 00:52:29,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153.h +26 五月 2020 | 00:52:29,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096.h +26 五月 2020 | 00:52:29,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153MethodDeclarations.h +26 五月 2020 | 00:52:29,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096MethodDeclarations.h +26 五月 2020 | 00:52:29,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466.h +26 五月 2020 | 00:52:29,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330.h +26 五月 2020 | 00:52:29,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466MethodDeclarations.h +26 五月 2020 | 00:52:29,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330MethodDeclarations.h +26 五月 2020 | 00:52:29,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413.h +26 五月 2020 | 00:52:29,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076.h +26 五月 2020 | 00:52:29,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076MethodDeclarations.h +26 五月 2020 | 00:52:29,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951.h +26 五月 2020 | 00:52:29,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153.h +26 五月 2020 | 00:52:29,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951MethodDeclarations.h +26 五月 2020 | 00:52:29,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413MethodDeclarations.h +26 五月 2020 | 00:52:29,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153MethodDeclarations.h +26 五月 2020 | 00:52:29,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466.h +26 五月 2020 | 00:52:29,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466MethodDeclarations.h +26 五月 2020 | 00:52:29,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510.h +26 五月 2020 | 00:52:29,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413.h +26 五月 2020 | 00:52:29,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510MethodDeclarations.h +26 五月 2020 | 00:52:29,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211.h +26 五月 2020 | 00:52:29,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211MethodDeclarations.h +26 五月 2020 | 00:52:29,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413MethodDeclarations.h +26 五月 2020 | 00:52:29,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850.h +26 五月 2020 | 00:52:29,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850.h +26 五月 2020 | 00:52:29,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488.h +26 五月 2020 | 00:52:29,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850MethodDeclarations.h +26 五月 2020 | 00:52:29,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488MethodDeclarations.h +26 五月 2020 | 00:52:29,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887.h +26 五月 2020 | 00:52:29,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887MethodDeclarations.h +26 五月 2020 | 00:52:29,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865.h +26 五月 2020 | 00:52:29,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865MethodDeclarations.h +26 五月 2020 | 00:52:29,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942.h +26 五月 2020 | 00:52:29,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942MethodDeclarations.h +26 五月 2020 | 00:52:29,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892.h +26 五月 2020 | 00:52:29,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892MethodDeclarations.h +26 五月 2020 | 00:52:29,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478.h +26 五月 2020 | 00:52:29,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478MethodDeclarations.h +26 五月 2020 | 00:52:29,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985.h +26 五月 2020 | 00:52:29,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850MethodDeclarations.h +26 五月 2020 | 00:52:29,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985MethodDeclarations.h +26 五月 2020 | 00:52:29,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533.h +26 五月 2020 | 00:52:29,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181.h +26 五月 2020 | 00:52:29,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533MethodDeclarations.h +26 五月 2020 | 00:52:29,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004.h +26 五月 2020 | 00:52:29,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181MethodDeclarations.h +26 五月 2020 | 00:52:29,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004MethodDeclarations.h +26 五月 2020 | 00:52:29,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314.h +26 五月 2020 | 00:52:29,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274.h +26 五月 2020 | 00:52:29,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314MethodDeclarations.h +26 五月 2020 | 00:52:29,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274MethodDeclarations.h +26 五月 2020 | 00:52:29,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068.h +26 五月 2020 | 00:52:29,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068MethodDeclarations.h +26 五月 2020 | 00:52:29,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320.h +26 五月 2020 | 00:52:29,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320MethodDeclarations.h +26 五月 2020 | 00:52:29,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640.h +26 五月 2020 | 00:52:29,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640MethodDeclarations.h +26 五月 2020 | 00:52:29,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481.h +26 五月 2020 | 00:52:29,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481MethodDeclarations.h +26 五月 2020 | 00:52:29,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988.h +26 五月 2020 | 00:52:29,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988MethodDeclarations.h +26 五月 2020 | 00:52:29,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599.h +26 五月 2020 | 00:52:29,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599MethodDeclarations.h +26 五月 2020 | 00:52:29,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736.h +26 五月 2020 | 00:52:29,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736MethodDeclarations.h +26 五月 2020 | 00:52:29,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224.h +26 五月 2020 | 00:52:29,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224MethodDeclarations.h +26 五月 2020 | 00:52:29,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413.h +26 五月 2020 | 00:52:29,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413MethodDeclarations.h +26 五月 2020 | 00:52:29,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275.h +26 五月 2020 | 00:52:29,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275MethodDeclarations.h +26 五月 2020 | 00:52:29,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211.h +26 五月 2020 | 00:52:29,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211MethodDeclarations.h +26 五月 2020 | 00:52:29,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231.h +26 五月 2020 | 00:52:29,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231MethodDeclarations.h +26 五月 2020 | 00:52:29,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315.h +26 五月 2020 | 00:52:29,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315MethodDeclarations.h +26 五月 2020 | 00:52:29,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602.h +26 五月 2020 | 00:52:29,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533.h +26 五月 2020 | 00:52:29,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602MethodDeclarations.h +26 五月 2020 | 00:52:29,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533MethodDeclarations.h +26 五月 2020 | 00:52:29,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505.h +26 五月 2020 | 00:52:29,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004.h +26 五月 2020 | 00:52:29,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004MethodDeclarations.h +26 五月 2020 | 00:52:29,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274.h +26 五月 2020 | 00:52:29,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274MethodDeclarations.h +26 五月 2020 | 00:52:29,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068.h +26 五月 2020 | 00:52:29,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068MethodDeclarations.h +26 五月 2020 | 00:52:29,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320.h +26 五月 2020 | 00:52:29,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320MethodDeclarations.h +26 五月 2020 | 00:52:29,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640.h +26 五月 2020 | 00:52:29,308 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640MethodDeclarations.h +26 五月 2020 | 00:52:29,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481.h +26 五月 2020 | 00:52:29,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481MethodDeclarations.h +26 五月 2020 | 00:52:29,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988.h +26 五月 2020 | 00:52:29,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988MethodDeclarations.h +26 五月 2020 | 00:52:29,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202.h +26 五月 2020 | 00:52:29,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202MethodDeclarations.h +26 五月 2020 | 00:52:29,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432.h +26 五月 2020 | 00:52:29,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432MethodDeclarations.h +26 五月 2020 | 00:52:29,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884.h +26 五月 2020 | 00:52:29,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884MethodDeclarations.h +26 五月 2020 | 00:52:29,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880.h +26 五月 2020 | 00:52:29,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880MethodDeclarations.h +26 五月 2020 | 00:52:29,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314.h +26 五月 2020 | 00:52:29,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314MethodDeclarations.h +26 五月 2020 | 00:52:29,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740.h +26 五月 2020 | 00:52:29,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740MethodDeclarations.h +26 五月 2020 | 00:52:29,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647.h +26 五月 2020 | 00:52:29,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647MethodDeclarations.h +26 五月 2020 | 00:52:29,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505MethodDeclarations.h +26 五月 2020 | 00:52:29,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490.h +26 五月 2020 | 00:52:29,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599.h +26 五月 2020 | 00:52:29,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490MethodDeclarations.h +26 五月 2020 | 00:52:29,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514.h +26 五月 2020 | 00:52:29,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599MethodDeclarations.h +26 五月 2020 | 00:52:29,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514MethodDeclarations.h +26 五月 2020 | 00:52:29,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480.h +26 五月 2020 | 00:52:29,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736.h +26 五月 2020 | 00:52:29,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480MethodDeclarations.h +26 五月 2020 | 00:52:29,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176.h +26 五月 2020 | 00:52:29,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176MethodDeclarations.h +26 五月 2020 | 00:52:29,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668.h +26 五月 2020 | 00:52:29,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060.h +26 五月 2020 | 00:52:29,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668MethodDeclarations.h +26 五月 2020 | 00:52:29,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060MethodDeclarations.h +26 五月 2020 | 00:52:29,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093.h +26 五月 2020 | 00:52:29,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033.h +26 五月 2020 | 00:52:29,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093MethodDeclarations.h +26 五月 2020 | 00:52:29,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033MethodDeclarations.h +26 五月 2020 | 00:52:29,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576.h +26 五月 2020 | 00:52:29,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204.h +26 五月 2020 | 00:52:29,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576MethodDeclarations.h +26 五月 2020 | 00:52:29,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204MethodDeclarations.h +26 五月 2020 | 00:52:29,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476.h +26 五月 2020 | 00:52:29,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592.h +26 五月 2020 | 00:52:29,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476MethodDeclarations.h +26 五月 2020 | 00:52:29,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592MethodDeclarations.h +26 五月 2020 | 00:52:29,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402.h +26 五月 2020 | 00:52:29,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402MethodDeclarations.h +26 五月 2020 | 00:52:29,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852.h +26 五月 2020 | 00:52:29,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852MethodDeclarations.h +26 五月 2020 | 00:52:29,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234.h +26 五月 2020 | 00:52:29,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234MethodDeclarations.h +26 五月 2020 | 00:52:29,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869.h +26 五月 2020 | 00:52:29,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869MethodDeclarations.h +26 五月 2020 | 00:52:29,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054.h +26 五月 2020 | 00:52:29,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054MethodDeclarations.h +26 五月 2020 | 00:52:29,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736MethodDeclarations.h +26 五月 2020 | 00:52:29,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870.h +26 五月 2020 | 00:52:29,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224.h +26 五月 2020 | 00:52:29,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870MethodDeclarations.h +26 五月 2020 | 00:52:29,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224MethodDeclarations.h +26 五月 2020 | 00:52:29,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120.h +26 五月 2020 | 00:52:29,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413.h +26 五月 2020 | 00:52:29,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120MethodDeclarations.h +26 五月 2020 | 00:52:29,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413MethodDeclarations.h +26 五月 2020 | 00:52:29,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275.h +26 五月 2020 | 00:52:29,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275MethodDeclarations.h +26 五月 2020 | 00:52:29,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211.h +26 五月 2020 | 00:52:29,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211MethodDeclarations.h +26 五月 2020 | 00:52:29,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231.h +26 五月 2020 | 00:52:29,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231MethodDeclarations.h +26 五月 2020 | 00:52:29,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315.h +26 五月 2020 | 00:52:29,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315MethodDeclarations.h +26 五月 2020 | 00:52:29,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202.h +26 五月 2020 | 00:52:29,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202MethodDeclarations.h +26 五月 2020 | 00:52:29,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432.h +26 五月 2020 | 00:52:29,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432MethodDeclarations.h +26 五月 2020 | 00:52:29,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884.h +26 五月 2020 | 00:52:29,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884MethodDeclarations.h +26 五月 2020 | 00:52:29,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880.h +26 五月 2020 | 00:52:29,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880MethodDeclarations.h +26 五月 2020 | 00:52:29,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694.h +26 五月 2020 | 00:52:29,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694MethodDeclarations.h +26 五月 2020 | 00:52:29,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878.h +26 五月 2020 | 00:52:29,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878MethodDeclarations.h +26 五月 2020 | 00:52:29,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313.h +26 五月 2020 | 00:52:29,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314.h +26 五月 2020 | 00:52:29,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314MethodDeclarations.h +26 五月 2020 | 00:52:29,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313MethodDeclarations.h +26 五月 2020 | 00:52:29,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740.h +26 五月 2020 | 00:52:29,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308.h +26 五月 2020 | 00:52:29,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740MethodDeclarations.h +26 五月 2020 | 00:52:29,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647.h +26 五月 2020 | 00:52:29,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308MethodDeclarations.h +26 五月 2020 | 00:52:29,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522.h +26 五月 2020 | 00:52:29,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356.h +26 五月 2020 | 00:52:29,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647MethodDeclarations.h +26 五月 2020 | 00:52:29,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522MethodDeclarations.h +26 五月 2020 | 00:52:29,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356MethodDeclarations.h +26 五月 2020 | 00:52:29,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411.h +26 五月 2020 | 00:52:29,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687.h +26 五月 2020 | 00:52:29,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411MethodDeclarations.h +26 五月 2020 | 00:52:29,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687MethodDeclarations.h +26 五月 2020 | 00:52:29,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409.h +26 五月 2020 | 00:52:29,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543.h +26 五月 2020 | 00:52:29,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543MethodDeclarations.h +26 五月 2020 | 00:52:29,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490.h +26 五月 2020 | 00:52:29,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409MethodDeclarations.h +26 五月 2020 | 00:52:29,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581.h +26 五月 2020 | 00:52:29,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317.h +26 五月 2020 | 00:52:29,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490MethodDeclarations.h +26 五月 2020 | 00:52:29,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581MethodDeclarations.h +26 五月 2020 | 00:52:29,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317MethodDeclarations.h +26 五月 2020 | 00:52:29,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480.h +26 五月 2020 | 00:52:29,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016.h +26 五月 2020 | 00:52:29,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480MethodDeclarations.h +26 五月 2020 | 00:52:29,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016MethodDeclarations.h +26 五月 2020 | 00:52:29,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668.h +26 五月 2020 | 00:52:29,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182.h +26 五月 2020 | 00:52:29,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668MethodDeclarations.h +26 五月 2020 | 00:52:29,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182MethodDeclarations.h +26 五月 2020 | 00:52:29,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093.h +26 五月 2020 | 00:52:29,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205.h +26 五月 2020 | 00:52:29,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093MethodDeclarations.h +26 五月 2020 | 00:52:29,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205MethodDeclarations.h +26 五月 2020 | 00:52:29,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765.h +26 五月 2020 | 00:52:29,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765MethodDeclarations.h +26 五月 2020 | 00:52:29,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710.h +26 五月 2020 | 00:52:29,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710MethodDeclarations.h +26 五月 2020 | 00:52:29,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715.h +26 五月 2020 | 00:52:29,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715MethodDeclarations.h +26 五月 2020 | 00:52:29,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060.h +26 五月 2020 | 00:52:29,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060MethodDeclarations.h +26 五月 2020 | 00:52:29,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877.h +26 五月 2020 | 00:52:29,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877MethodDeclarations.h +26 五月 2020 | 00:52:29,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337.h +26 五月 2020 | 00:52:29,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212.h +26 五月 2020 | 00:52:29,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576.h +26 五月 2020 | 00:52:29,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212MethodDeclarations.h +26 五月 2020 | 00:52:29,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576MethodDeclarations.h +26 五月 2020 | 00:52:29,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907.h +26 五月 2020 | 00:52:29,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476.h +26 五月 2020 | 00:52:29,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907MethodDeclarations.h +26 五月 2020 | 00:52:29,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476MethodDeclarations.h +26 五月 2020 | 00:52:29,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669.h +26 五月 2020 | 00:52:29,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669MethodDeclarations.h +26 五月 2020 | 00:52:29,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582.h +26 五月 2020 | 00:52:29,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582MethodDeclarations.h +26 五月 2020 | 00:52:29,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805.h +26 五月 2020 | 00:52:29,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805MethodDeclarations.h +26 五月 2020 | 00:52:29,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337MethodDeclarations.h +26 五月 2020 | 00:52:29,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889.h +26 五月 2020 | 00:52:29,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523.h +26 五月 2020 | 00:52:29,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889MethodDeclarations.h +26 五月 2020 | 00:52:29,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523MethodDeclarations.h +26 五月 2020 | 00:52:29,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858.h +26 五月 2020 | 00:52:29,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495.h +26 五月 2020 | 00:52:29,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495MethodDeclarations.h +26 五月 2020 | 00:52:29,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143.h +26 五月 2020 | 00:52:29,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143MethodDeclarations.h +26 五月 2020 | 00:52:29,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710.h +26 五月 2020 | 00:52:29,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710MethodDeclarations.h +26 五月 2020 | 00:52:29,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194.h +26 五月 2020 | 00:52:29,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194MethodDeclarations.h +26 五月 2020 | 00:52:29,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782.h +26 五月 2020 | 00:52:29,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782MethodDeclarations.h +26 五月 2020 | 00:52:29,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283.h +26 五月 2020 | 00:52:29,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283MethodDeclarations.h +26 五月 2020 | 00:52:29,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841.h +26 五月 2020 | 00:52:29,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841MethodDeclarations.h +26 五月 2020 | 00:52:29,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842.h +26 五月 2020 | 00:52:29,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842MethodDeclarations.h +26 五月 2020 | 00:52:29,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843.h +26 五月 2020 | 00:52:29,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843MethodDeclarations.h +26 五月 2020 | 00:52:29,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337.h +26 五月 2020 | 00:52:30,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337MethodDeclarations.h +26 五月 2020 | 00:52:30,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327.h +26 五月 2020 | 00:52:30,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327MethodDeclarations.h +26 五月 2020 | 00:52:30,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864.h +26 五月 2020 | 00:52:30,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870.h +26 五月 2020 | 00:52:30,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864MethodDeclarations.h +26 五月 2020 | 00:52:30,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870MethodDeclarations.h +26 五月 2020 | 00:52:30,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414.h +26 五月 2020 | 00:52:30,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120.h +26 五月 2020 | 00:52:30,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414MethodDeclarations.h +26 五月 2020 | 00:52:30,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215.h +26 五月 2020 | 00:52:30,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215MethodDeclarations.h +26 五月 2020 | 00:52:30,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120MethodDeclarations.h +26 五月 2020 | 00:52:30,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202.h +26 五月 2020 | 00:52:30,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202MethodDeclarations.h +26 五月 2020 | 00:52:30,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680.h +26 五月 2020 | 00:52:30,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858MethodDeclarations.h +26 五月 2020 | 00:52:30,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0.h +26 五月 2020 | 00:52:30,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680MethodDeclarations.h +26 五月 2020 | 00:52:30,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0MethodDeclarations.h +26 五月 2020 | 00:52:30,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924.h +26 五月 2020 | 00:52:30,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169.h +26 五月 2020 | 00:52:30,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924MethodDeclarations.h +26 五月 2020 | 00:52:30,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169MethodDeclarations.h +26 五月 2020 | 00:52:30,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637.h +26 五月 2020 | 00:52:30,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637MethodDeclarations.h +26 五月 2020 | 00:52:30,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743.h +26 五月 2020 | 00:52:30,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313.h +26 五月 2020 | 00:52:30,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819.h +26 五月 2020 | 00:52:30,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743MethodDeclarations.h +26 五月 2020 | 00:52:30,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313MethodDeclarations.h +26 五月 2020 | 00:52:30,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819MethodDeclarations.h +26 五月 2020 | 00:52:30,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382.h +26 五月 2020 | 00:52:30,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308.h +26 五月 2020 | 00:52:30,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076.h +26 五月 2020 | 00:52:30,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308MethodDeclarations.h +26 五月 2020 | 00:52:30,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356.h +26 五月 2020 | 00:52:30,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356MethodDeclarations.h +26 五月 2020 | 00:52:30,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687.h +26 五月 2020 | 00:52:30,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687MethodDeclarations.h +26 五月 2020 | 00:52:30,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543.h +26 五月 2020 | 00:52:30,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543MethodDeclarations.h +26 五月 2020 | 00:52:30,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076MethodDeclarations.h +26 五月 2020 | 00:52:30,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382MethodDeclarations.h +26 五月 2020 | 00:52:30,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562.h +26 五月 2020 | 00:52:30,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349.h +26 五月 2020 | 00:52:30,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581.h +26 五月 2020 | 00:52:30,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349MethodDeclarations.h +26 五月 2020 | 00:52:30,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581MethodDeclarations.h +26 五月 2020 | 00:52:30,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598.h +26 五月 2020 | 00:52:30,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598MethodDeclarations.h +26 五月 2020 | 00:52:30,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432.h +26 五月 2020 | 00:52:30,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432MethodDeclarations.h +26 五月 2020 | 00:52:30,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127.h +26 五月 2020 | 00:52:30,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212.h +26 五月 2020 | 00:52:30,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127MethodDeclarations.h +26 五月 2020 | 00:52:30,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562MethodDeclarations.h +26 五月 2020 | 00:52:30,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829.h +26 五月 2020 | 00:52:30,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634.h +26 五月 2020 | 00:52:30,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212MethodDeclarations.h +26 五月 2020 | 00:52:30,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829MethodDeclarations.h +26 五月 2020 | 00:52:30,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634MethodDeclarations.h +26 五月 2020 | 00:52:30,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907.h +26 五月 2020 | 00:52:30,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718.h +26 五月 2020 | 00:52:30,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807.h +26 五月 2020 | 00:52:30,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807MethodDeclarations.h +26 五月 2020 | 00:52:30,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718MethodDeclarations.h +26 五月 2020 | 00:52:30,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807.h +26 五月 2020 | 00:52:30,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070.h +26 五月 2020 | 00:52:30,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807MethodDeclarations.h +26 五月 2020 | 00:52:30,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070MethodDeclarations.h +26 五月 2020 | 00:52:30,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871.h +26 五月 2020 | 00:52:30,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436.h +26 五月 2020 | 00:52:30,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871MethodDeclarations.h +26 五月 2020 | 00:52:30,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436MethodDeclarations.h +26 五月 2020 | 00:52:30,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090.h +26 五月 2020 | 00:52:30,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061.h +26 五月 2020 | 00:52:30,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090MethodDeclarations.h +26 五月 2020 | 00:52:30,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762.h +26 五月 2020 | 00:52:30,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061MethodDeclarations.h +26 五月 2020 | 00:52:30,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762MethodDeclarations.h +26 五月 2020 | 00:52:30,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Char3454481338.h +26 五月 2020 | 00:52:30,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744.h +26 五月 2020 | 00:52:30,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Char3454481338MethodDeclarations.h +26 五月 2020 | 00:52:30,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744MethodDeclarations.h +26 五月 2020 | 00:52:30,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193.h +26 五月 2020 | 00:52:30,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410.h +26 五月 2020 | 00:52:30,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193MethodDeclarations.h +26 五月 2020 | 00:52:30,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410MethodDeclarations.h +26 五月 2020 | 00:52:30,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557.h +26 五月 2020 | 00:52:30,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567.h +26 五月 2020 | 00:52:30,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557MethodDeclarations.h +26 五月 2020 | 00:52:30,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740.h +26 五月 2020 | 00:52:30,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740MethodDeclarations.h +26 五月 2020 | 00:52:30,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735.h +26 五月 2020 | 00:52:30,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567MethodDeclarations.h +26 五月 2020 | 00:52:30,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907MethodDeclarations.h +26 五月 2020 | 00:52:30,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735MethodDeclarations.h +26 五月 2020 | 00:52:30,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854.h +26 五月 2020 | 00:52:30,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358.h +26 五月 2020 | 00:52:30,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669.h +26 五月 2020 | 00:52:30,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854MethodDeclarations.h +26 五月 2020 | 00:52:30,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358MethodDeclarations.h +26 五月 2020 | 00:52:30,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669MethodDeclarations.h +26 五月 2020 | 00:52:30,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817.h +26 五月 2020 | 00:52:30,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582.h +26 五月 2020 | 00:52:30,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817MethodDeclarations.h +26 五月 2020 | 00:52:30,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582MethodDeclarations.h +26 五月 2020 | 00:52:30,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202.h +26 五月 2020 | 00:52:30,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805.h +26 五月 2020 | 00:52:30,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202MethodDeclarations.h +26 五月 2020 | 00:52:30,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230.h +26 五月 2020 | 00:52:30,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230MethodDeclarations.h +26 五月 2020 | 00:52:30,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267.h +26 五月 2020 | 00:52:30,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267MethodDeclarations.h +26 五月 2020 | 00:52:30,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801.h +26 五月 2020 | 00:52:30,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801MethodDeclarations.h +26 五月 2020 | 00:52:30,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772.h +26 五月 2020 | 00:52:30,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772MethodDeclarations.h +26 五月 2020 | 00:52:30,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804.h +26 五月 2020 | 00:52:30,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805MethodDeclarations.h +26 五月 2020 | 00:52:30,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438.h +26 五月 2020 | 00:52:30,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804MethodDeclarations.h +26 五月 2020 | 00:52:30,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889.h +26 五月 2020 | 00:52:30,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438MethodDeclarations.h +26 五月 2020 | 00:52:30,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176.h +26 五月 2020 | 00:52:30,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889MethodDeclarations.h +26 五月 2020 | 00:52:30,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524.h +26 五月 2020 | 00:52:30,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858.h +26 五月 2020 | 00:52:30,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176MethodDeclarations.h +26 五月 2020 | 00:52:30,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524MethodDeclarations.h +26 五月 2020 | 00:52:30,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858MethodDeclarations.h +26 五月 2020 | 00:52:30,506 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265.h +26 五月 2020 | 00:52:30,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994.h +26 五月 2020 | 00:52:30,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0.h +26 五月 2020 | 00:52:30,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265MethodDeclarations.h +26 五月 2020 | 00:52:30,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0MethodDeclarations.h +26 五月 2020 | 00:52:30,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404.h +26 五月 2020 | 00:52:30,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169.h +26 五月 2020 | 00:52:30,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404MethodDeclarations.h +26 五月 2020 | 00:52:30,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169MethodDeclarations.h +26 五月 2020 | 00:52:30,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553.h +26 五月 2020 | 00:52:30,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637.h +26 五月 2020 | 00:52:30,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553MethodDeclarations.h +26 五月 2020 | 00:52:30,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637MethodDeclarations.h +26 五月 2020 | 00:52:30,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903.h +26 五月 2020 | 00:52:30,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903MethodDeclarations.h +26 五月 2020 | 00:52:30,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684.h +26 五月 2020 | 00:52:30,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684MethodDeclarations.h +26 五月 2020 | 00:52:30,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405.h +26 五月 2020 | 00:52:30,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405MethodDeclarations.h +26 五月 2020 | 00:52:30,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660.h +26 五月 2020 | 00:52:30,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660MethodDeclarations.h +26 五月 2020 | 00:52:30,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743.h +26 五月 2020 | 00:52:30,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153.h +26 五月 2020 | 00:52:30,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743MethodDeclarations.h +26 五月 2020 | 00:52:30,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153MethodDeclarations.h +26 五月 2020 | 00:52:30,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382.h +26 五月 2020 | 00:52:30,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466.h +26 五月 2020 | 00:52:30,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382MethodDeclarations.h +26 五月 2020 | 00:52:30,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466MethodDeclarations.h +26 五月 2020 | 00:52:30,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413.h +26 五月 2020 | 00:52:30,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413MethodDeclarations.h +26 五月 2020 | 00:52:30,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349.h +26 五月 2020 | 00:52:30,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994MethodDeclarations.h +26 五月 2020 | 00:52:30,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850.h +26 五月 2020 | 00:52:30,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349MethodDeclarations.h +26 五月 2020 | 00:52:30,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769.h +26 五月 2020 | 00:52:30,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850MethodDeclarations.h +26 五月 2020 | 00:52:30,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598.h +26 五月 2020 | 00:52:30,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769MethodDeclarations.h +26 五月 2020 | 00:52:30,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598MethodDeclarations.h +26 五月 2020 | 00:52:30,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140.h +26 五月 2020 | 00:52:30,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432.h +26 五月 2020 | 00:52:30,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432MethodDeclarations.h +26 五月 2020 | 00:52:30,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140MethodDeclarations.h +26 五月 2020 | 00:52:30,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285.h +26 五月 2020 | 00:52:30,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127.h +26 五月 2020 | 00:52:30,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127MethodDeclarations.h +26 五月 2020 | 00:52:30,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285MethodDeclarations.h +26 五月 2020 | 00:52:30,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829.h +26 五月 2020 | 00:52:30,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829MethodDeclarations.h +26 五月 2020 | 00:52:30,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718.h +26 五月 2020 | 00:52:30,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718MethodDeclarations.h +26 五月 2020 | 00:52:30,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070.h +26 五月 2020 | 00:52:30,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070MethodDeclarations.h +26 五月 2020 | 00:52:30,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436.h +26 五月 2020 | 00:52:30,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533.h +26 五月 2020 | 00:52:30,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436MethodDeclarations.h +26 五月 2020 | 00:52:30,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467.h +26 五月 2020 | 00:52:30,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533MethodDeclarations.h +26 五月 2020 | 00:52:30,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061.h +26 五月 2020 | 00:52:30,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467MethodDeclarations.h +26 五月 2020 | 00:52:30,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004.h +26 五月 2020 | 00:52:30,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004MethodDeclarations.h +26 五月 2020 | 00:52:30,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100.h +26 五月 2020 | 00:52:30,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061MethodDeclarations.h +26 五月 2020 | 00:52:30,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274.h +26 五月 2020 | 00:52:30,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100MethodDeclarations.h +26 五月 2020 | 00:52:30,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Char3454481338.h +26 五月 2020 | 00:52:30,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605.h +26 五月 2020 | 00:52:30,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274MethodDeclarations.h +26 五月 2020 | 00:52:30,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Char3454481338MethodDeclarations.h +26 五月 2020 | 00:52:30,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605MethodDeclarations.h +26 五月 2020 | 00:52:30,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068.h +26 五月 2020 | 00:52:30,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410.h +26 五月 2020 | 00:52:30,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398.h +26 五月 2020 | 00:52:30,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068MethodDeclarations.h +26 五月 2020 | 00:52:30,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410MethodDeclarations.h +26 五月 2020 | 00:52:30,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398MethodDeclarations.h +26 五月 2020 | 00:52:30,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320.h +26 五月 2020 | 00:52:30,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567.h +26 五月 2020 | 00:52:30,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320MethodDeclarations.h +26 五月 2020 | 00:52:30,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640.h +26 五月 2020 | 00:52:30,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640MethodDeclarations.h +26 五月 2020 | 00:52:30,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481.h +26 五月 2020 | 00:52:30,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481MethodDeclarations.h +26 五月 2020 | 00:52:30,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988.h +26 五月 2020 | 00:52:30,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988MethodDeclarations.h +26 五月 2020 | 00:52:30,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599.h +26 五月 2020 | 00:52:30,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599MethodDeclarations.h +26 五月 2020 | 00:52:30,714 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736.h +26 五月 2020 | 00:52:30,715 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736MethodDeclarations.h +26 五月 2020 | 00:52:30,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224.h +26 五月 2020 | 00:52:30,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224MethodDeclarations.h +26 五月 2020 | 00:52:30,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413.h +26 五月 2020 | 00:52:30,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413MethodDeclarations.h +26 五月 2020 | 00:52:30,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275.h +26 五月 2020 | 00:52:30,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275MethodDeclarations.h +26 五月 2020 | 00:52:30,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211.h +26 五月 2020 | 00:52:30,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211MethodDeclarations.h +26 五月 2020 | 00:52:30,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231.h +26 五月 2020 | 00:52:30,727 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231MethodDeclarations.h +26 五月 2020 | 00:52:30,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315.h +26 五月 2020 | 00:52:30,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315MethodDeclarations.h +26 五月 2020 | 00:52:30,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861.h +26 五月 2020 | 00:52:30,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202.h +26 五月 2020 | 00:52:30,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567MethodDeclarations.h +26 五月 2020 | 00:52:30,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861MethodDeclarations.h +26 五月 2020 | 00:52:30,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202MethodDeclarations.h +26 五月 2020 | 00:52:30,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854.h +26 五月 2020 | 00:52:30,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432.h +26 五月 2020 | 00:52:30,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854MethodDeclarations.h +26 五月 2020 | 00:52:30,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432MethodDeclarations.h +26 五月 2020 | 00:52:30,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884.h +26 五月 2020 | 00:52:30,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884MethodDeclarations.h +26 五月 2020 | 00:52:30,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880.h +26 五月 2020 | 00:52:30,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880MethodDeclarations.h +26 五月 2020 | 00:52:30,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314.h +26 五月 2020 | 00:52:30,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314MethodDeclarations.h +26 五月 2020 | 00:52:30,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740.h +26 五月 2020 | 00:52:30,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740MethodDeclarations.h +26 五月 2020 | 00:52:30,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647.h +26 五月 2020 | 00:52:30,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647MethodDeclarations.h +26 五月 2020 | 00:52:30,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490.h +26 五月 2020 | 00:52:30,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490MethodDeclarations.h +26 五月 2020 | 00:52:30,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480.h +26 五月 2020 | 00:52:30,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480MethodDeclarations.h +26 五月 2020 | 00:52:30,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668.h +26 五月 2020 | 00:52:30,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668MethodDeclarations.h +26 五月 2020 | 00:52:30,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093.h +26 五月 2020 | 00:52:30,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093MethodDeclarations.h +26 五月 2020 | 00:52:30,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576.h +26 五月 2020 | 00:52:30,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576MethodDeclarations.h +26 五月 2020 | 00:52:30,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476.h +26 五月 2020 | 00:52:30,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476MethodDeclarations.h +26 五月 2020 | 00:52:30,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049.h +26 五月 2020 | 00:52:30,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801.h +26 五月 2020 | 00:52:30,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049MethodDeclarations.h +26 五月 2020 | 00:52:30,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801MethodDeclarations.h +26 五月 2020 | 00:52:30,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772.h +26 五月 2020 | 00:52:30,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772MethodDeclarations.h +26 五月 2020 | 00:52:30,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438.h +26 五月 2020 | 00:52:30,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438MethodDeclarations.h +26 五月 2020 | 00:52:30,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524.h +26 五月 2020 | 00:52:30,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524MethodDeclarations.h +26 五月 2020 | 00:52:30,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994.h +26 五月 2020 | 00:52:30,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994MethodDeclarations.h +26 五月 2020 | 00:52:30,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769.h +26 五月 2020 | 00:52:31,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870.h +26 五月 2020 | 00:52:31,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769MethodDeclarations.h +26 五月 2020 | 00:52:31,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826.h +26 五月 2020 | 00:52:31,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870MethodDeclarations.h +26 五月 2020 | 00:52:31,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140.h +26 五月 2020 | 00:52:31,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826MethodDeclarations.h +26 五月 2020 | 00:52:31,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120.h +26 五月 2020 | 00:52:31,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140MethodDeclarations.h +26 五月 2020 | 00:52:31,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120MethodDeclarations.h +26 五月 2020 | 00:52:31,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285.h +26 五月 2020 | 00:52:31,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285MethodDeclarations.h +26 五月 2020 | 00:52:31,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467.h +26 五月 2020 | 00:52:31,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467MethodDeclarations.h +26 五月 2020 | 00:52:31,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528.h +26 五月 2020 | 00:52:31,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313.h +26 五月 2020 | 00:52:31,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100.h +26 五月 2020 | 00:52:31,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100MethodDeclarations.h +26 五月 2020 | 00:52:31,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528MethodDeclarations.h +26 五月 2020 | 00:52:31,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313MethodDeclarations.h +26 五月 2020 | 00:52:31,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605.h +26 五月 2020 | 00:52:31,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182.h +26 五月 2020 | 00:52:31,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308.h +26 五月 2020 | 00:52:31,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605MethodDeclarations.h +26 五月 2020 | 00:52:31,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182MethodDeclarations.h +26 五月 2020 | 00:52:31,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398.h +26 五月 2020 | 00:52:31,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198.h +26 五月 2020 | 00:52:31,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198MethodDeclarations.h +26 五月 2020 | 00:52:31,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435.h +26 五月 2020 | 00:52:31,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435MethodDeclarations.h +26 五月 2020 | 00:52:31,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398MethodDeclarations.h +26 五月 2020 | 00:52:31,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681.h +26 五月 2020 | 00:52:31,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308MethodDeclarations.h +26 五月 2020 | 00:52:31,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356.h +26 五月 2020 | 00:52:31,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681MethodDeclarations.h +26 五月 2020 | 00:52:31,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356MethodDeclarations.h +26 五月 2020 | 00:52:31,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712.h +26 五月 2020 | 00:52:31,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687.h +26 五月 2020 | 00:52:31,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712MethodDeclarations.h +26 五月 2020 | 00:52:31,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687MethodDeclarations.h +26 五月 2020 | 00:52:31,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414.h +26 五月 2020 | 00:52:31,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543.h +26 五月 2020 | 00:52:31,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414MethodDeclarations.h +26 五月 2020 | 00:52:31,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543MethodDeclarations.h +26 五月 2020 | 00:52:31,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068.h +26 五月 2020 | 00:52:31,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068MethodDeclarations.h +26 五月 2020 | 00:52:31,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025.h +26 五月 2020 | 00:52:31,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025MethodDeclarations.h +26 五月 2020 | 00:52:31,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084.h +26 五月 2020 | 00:52:31,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084MethodDeclarations.h +26 五月 2020 | 00:52:31,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567.h +26 五月 2020 | 00:52:31,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567MethodDeclarations.h +26 五月 2020 | 00:52:31,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116.h +26 五月 2020 | 00:52:31,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116MethodDeclarations.h +26 五月 2020 | 00:52:31,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751.h +26 五月 2020 | 00:52:31,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751MethodDeclarations.h +26 五月 2020 | 00:52:31,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529.h +26 五月 2020 | 00:52:31,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529MethodDeclarations.h +26 五月 2020 | 00:52:31,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204.h +26 五月 2020 | 00:52:31,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581.h +26 五月 2020 | 00:52:31,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861.h +26 五月 2020 | 00:52:31,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861MethodDeclarations.h +26 五月 2020 | 00:52:31,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204MethodDeclarations.h +26 五月 2020 | 00:52:31,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581MethodDeclarations.h +26 五月 2020 | 00:52:31,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604.h +26 五月 2020 | 00:52:31,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604MethodDeclarations.h +26 五月 2020 | 00:52:31,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380.h +26 五月 2020 | 00:52:31,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380MethodDeclarations.h +26 五月 2020 | 00:52:31,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042.h +26 五月 2020 | 00:52:31,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042MethodDeclarations.h +26 五月 2020 | 00:52:31,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904.h +26 五月 2020 | 00:52:31,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904MethodDeclarations.h +26 五月 2020 | 00:52:31,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147.h +26 五月 2020 | 00:52:31,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147MethodDeclarations.h +26 五月 2020 | 00:52:31,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330.h +26 五月 2020 | 00:52:31,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330MethodDeclarations.h +26 五月 2020 | 00:52:31,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563.h +26 五月 2020 | 00:52:31,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563MethodDeclarations.h +26 五月 2020 | 00:52:31,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137.h +26 五月 2020 | 00:52:31,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137MethodDeclarations.h +26 五月 2020 | 00:52:31,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336.h +26 五月 2020 | 00:52:31,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336MethodDeclarations.h +26 五月 2020 | 00:52:31,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588.h +26 五月 2020 | 00:52:31,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588MethodDeclarations.h +26 五月 2020 | 00:52:31,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907.h +26 五月 2020 | 00:52:31,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907MethodDeclarations.h +26 五月 2020 | 00:52:31,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729.h +26 五月 2020 | 00:52:31,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729MethodDeclarations.h +26 五月 2020 | 00:52:31,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408.h +26 五月 2020 | 00:52:31,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408MethodDeclarations.h +26 五月 2020 | 00:52:31,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500.h +26 五月 2020 | 00:52:31,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500MethodDeclarations.h +26 五月 2020 | 00:52:31,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698.h +26 五月 2020 | 00:52:31,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698MethodDeclarations.h +26 五月 2020 | 00:52:31,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593.h +26 五月 2020 | 00:52:31,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593MethodDeclarations.h +26 五月 2020 | 00:52:31,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818.h +26 五月 2020 | 00:52:31,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212.h +26 五月 2020 | 00:52:31,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212MethodDeclarations.h +26 五月 2020 | 00:52:31,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907.h +26 五月 2020 | 00:52:31,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907MethodDeclarations.h +26 五月 2020 | 00:52:31,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669.h +26 五月 2020 | 00:52:31,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669MethodDeclarations.h +26 五月 2020 | 00:52:31,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582.h +26 五月 2020 | 00:52:31,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582MethodDeclarations.h +26 五月 2020 | 00:52:31,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805.h +26 五月 2020 | 00:52:31,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805MethodDeclarations.h +26 五月 2020 | 00:52:31,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818MethodDeclarations.h +26 五月 2020 | 00:52:31,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889.h +26 五月 2020 | 00:52:31,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017.h +26 五月 2020 | 00:52:31,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889MethodDeclarations.h +26 五月 2020 | 00:52:31,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017MethodDeclarations.h +26 五月 2020 | 00:52:31,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858.h +26 五月 2020 | 00:52:31,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695.h +26 五月 2020 | 00:52:31,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695MethodDeclarations.h +26 五月 2020 | 00:52:31,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144.h +26 五月 2020 | 00:52:31,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144MethodDeclarations.h +26 五月 2020 | 00:52:31,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313.h +26 五月 2020 | 00:52:31,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313MethodDeclarations.h +26 五月 2020 | 00:52:31,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547.h +26 五月 2020 | 00:52:31,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547MethodDeclarations.h +26 五月 2020 | 00:52:31,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049.h +26 五月 2020 | 00:52:31,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858MethodDeclarations.h +26 五月 2020 | 00:52:31,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049MethodDeclarations.h +26 五月 2020 | 00:52:31,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0.h +26 五月 2020 | 00:52:31,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0MethodDeclarations.h +26 五月 2020 | 00:52:31,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169.h +26 五月 2020 | 00:52:31,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169MethodDeclarations.h +26 五月 2020 | 00:52:31,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637.h +26 五月 2020 | 00:52:31,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637MethodDeclarations.h +26 五月 2020 | 00:52:31,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743.h +26 五月 2020 | 00:52:31,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826.h +26 五月 2020 | 00:52:31,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386.h +26 五月 2020 | 00:52:31,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743MethodDeclarations.h +26 五月 2020 | 00:52:31,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826MethodDeclarations.h +26 五月 2020 | 00:52:31,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386MethodDeclarations.h +26 五月 2020 | 00:52:31,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382.h +26 五月 2020 | 00:52:31,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035.h +26 五月 2020 | 00:52:31,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035MethodDeclarations.h +26 五月 2020 | 00:52:31,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107.h +26 五月 2020 | 00:52:31,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107MethodDeclarations.h +26 五月 2020 | 00:52:31,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070.h +26 五月 2020 | 00:52:31,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070MethodDeclarations.h +26 五月 2020 | 00:52:31,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163.h +26 五月 2020 | 00:52:31,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163MethodDeclarations.h +26 五月 2020 | 00:52:31,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278.h +26 五月 2020 | 00:52:31,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278MethodDeclarations.h +26 五月 2020 | 00:52:31,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632.h +26 五月 2020 | 00:52:31,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632MethodDeclarations.h +26 五月 2020 | 00:52:31,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407.h +26 五月 2020 | 00:52:31,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407MethodDeclarations.h +26 五月 2020 | 00:52:31,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563.h +26 五月 2020 | 00:52:31,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528.h +26 五月 2020 | 00:52:31,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382MethodDeclarations.h +26 五月 2020 | 00:52:31,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563MethodDeclarations.h +26 五月 2020 | 00:52:31,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528MethodDeclarations.h +26 五月 2020 | 00:52:31,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717.h +26 五月 2020 | 00:52:31,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182.h +26 五月 2020 | 00:52:31,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182MethodDeclarations.h +26 五月 2020 | 00:52:31,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717MethodDeclarations.h +26 五月 2020 | 00:52:31,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198.h +26 五月 2020 | 00:52:31,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546.h +26 五月 2020 | 00:52:31,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198MethodDeclarations.h +26 五月 2020 | 00:52:31,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546MethodDeclarations.h +26 五月 2020 | 00:52:31,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435.h +26 五月 2020 | 00:52:31,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751.h +26 五月 2020 | 00:52:31,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435MethodDeclarations.h +26 五月 2020 | 00:52:31,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751MethodDeclarations.h +26 五月 2020 | 00:52:31,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671.h +26 五月 2020 | 00:52:31,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681.h +26 五月 2020 | 00:52:31,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349.h +26 五月 2020 | 00:52:31,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349MethodDeclarations.h +26 五月 2020 | 00:52:31,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681MethodDeclarations.h +26 五月 2020 | 00:52:31,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598.h +26 五月 2020 | 00:52:31,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712.h +26 五月 2020 | 00:52:31,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598MethodDeclarations.h +26 五月 2020 | 00:52:31,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712MethodDeclarations.h +26 五月 2020 | 00:52:31,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432.h +26 五月 2020 | 00:52:31,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414.h +26 五月 2020 | 00:52:31,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432MethodDeclarations.h +26 五月 2020 | 00:52:31,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414MethodDeclarations.h +26 五月 2020 | 00:52:31,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127.h +26 五月 2020 | 00:52:31,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068.h +26 五月 2020 | 00:52:31,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068MethodDeclarations.h +26 五月 2020 | 00:52:31,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025.h +26 五月 2020 | 00:52:31,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025MethodDeclarations.h +26 五月 2020 | 00:52:31,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084.h +26 五月 2020 | 00:52:31,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084MethodDeclarations.h +26 五月 2020 | 00:52:31,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567.h +26 五月 2020 | 00:52:31,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567MethodDeclarations.h +26 五月 2020 | 00:52:31,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116.h +26 五月 2020 | 00:52:31,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116MethodDeclarations.h +26 五月 2020 | 00:52:31,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751.h +26 五月 2020 | 00:52:31,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671MethodDeclarations.h +26 五月 2020 | 00:52:31,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127MethodDeclarations.h +26 五月 2020 | 00:52:31,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382.h +26 五月 2020 | 00:52:31,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751MethodDeclarations.h +26 五月 2020 | 00:52:31,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829.h +26 五月 2020 | 00:52:31,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529.h +26 五月 2020 | 00:52:31,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829MethodDeclarations.h +26 五月 2020 | 00:52:31,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382MethodDeclarations.h +26 五月 2020 | 00:52:31,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529MethodDeclarations.h +26 五月 2020 | 00:52:31,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718.h +26 五月 2020 | 00:52:31,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761.h +26 五月 2020 | 00:52:31,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204.h +26 五月 2020 | 00:52:31,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204MethodDeclarations.h +26 五月 2020 | 00:52:31,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718MethodDeclarations.h +26 五月 2020 | 00:52:31,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070.h +26 五月 2020 | 00:52:31,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604.h +26 五月 2020 | 00:52:31,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761MethodDeclarations.h +26 五月 2020 | 00:52:31,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604MethodDeclarations.h +26 五月 2020 | 00:52:31,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070MethodDeclarations.h +26 五月 2020 | 00:52:31,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436.h +26 五月 2020 | 00:52:31,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380.h +26 五月 2020 | 00:52:31,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436MethodDeclarations.h +26 五月 2020 | 00:52:31,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380MethodDeclarations.h +26 五月 2020 | 00:52:31,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061.h +26 五月 2020 | 00:52:31,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042.h +26 五月 2020 | 00:52:31,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042MethodDeclarations.h +26 五月 2020 | 00:52:31,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904.h +26 五月 2020 | 00:52:31,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904MethodDeclarations.h +26 五月 2020 | 00:52:31,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147.h +26 五月 2020 | 00:52:31,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147MethodDeclarations.h +26 五月 2020 | 00:52:31,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330.h +26 五月 2020 | 00:52:31,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330MethodDeclarations.h +26 五月 2020 | 00:52:31,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563.h +26 五月 2020 | 00:52:31,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563MethodDeclarations.h +26 五月 2020 | 00:52:31,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137.h +26 五月 2020 | 00:52:31,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137MethodDeclarations.h +26 五月 2020 | 00:52:31,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061MethodDeclarations.h +26 五月 2020 | 00:52:31,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Char3454481338.h +26 五月 2020 | 00:52:31,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034.h +26 五月 2020 | 00:52:31,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Char3454481338MethodDeclarations.h +26 五月 2020 | 00:52:31,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034MethodDeclarations.h +26 五月 2020 | 00:52:31,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410.h +26 五月 2020 | 00:52:31,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410MethodDeclarations.h +26 五月 2020 | 00:52:31,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567.h +26 五月 2020 | 00:52:31,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567MethodDeclarations.h +26 五月 2020 | 00:52:31,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336.h +26 五月 2020 | 00:52:31,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125.h +26 五月 2020 | 00:52:31,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854.h +26 五月 2020 | 00:52:31,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336MethodDeclarations.h +26 五月 2020 | 00:52:31,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125MethodDeclarations.h +26 五月 2020 | 00:52:31,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854MethodDeclarations.h +26 五月 2020 | 00:52:31,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718.h +26 五月 2020 | 00:52:31,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588.h +26 五月 2020 | 00:52:31,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718MethodDeclarations.h +26 五月 2020 | 00:52:31,780 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588MethodDeclarations.h +26 五月 2020 | 00:52:31,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485.h +26 五月 2020 | 00:52:31,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907.h +26 五月 2020 | 00:52:31,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485MethodDeclarations.h +26 五月 2020 | 00:52:31,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907MethodDeclarations.h +26 五月 2020 | 00:52:31,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729.h +26 五月 2020 | 00:52:31,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729MethodDeclarations.h +26 五月 2020 | 00:52:31,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408.h +26 五月 2020 | 00:52:31,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408MethodDeclarations.h +26 五月 2020 | 00:52:31,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500.h +26 五月 2020 | 00:52:31,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500MethodDeclarations.h +26 五月 2020 | 00:52:31,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698.h +26 五月 2020 | 00:52:31,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698MethodDeclarations.h +26 五月 2020 | 00:52:31,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593.h +26 五月 2020 | 00:52:31,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593MethodDeclarations.h +26 五月 2020 | 00:52:31,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818.h +26 五月 2020 | 00:52:31,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487.h +26 五月 2020 | 00:52:31,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487MethodDeclarations.h +26 五月 2020 | 00:52:31,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801.h +26 五月 2020 | 00:52:31,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818MethodDeclarations.h +26 五月 2020 | 00:52:31,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801MethodDeclarations.h +26 五月 2020 | 00:52:31,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017.h +26 五月 2020 | 00:52:31,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772.h +26 五月 2020 | 00:52:31,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017MethodDeclarations.h +26 五月 2020 | 00:52:31,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285.h +26 五月 2020 | 00:52:31,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772MethodDeclarations.h +26 五月 2020 | 00:52:31,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695.h +26 五月 2020 | 00:52:31,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285MethodDeclarations.h +26 五月 2020 | 00:52:31,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438.h +26 五月 2020 | 00:52:31,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695MethodDeclarations.h +26 五月 2020 | 00:52:31,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353.h +26 五月 2020 | 00:52:31,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438MethodDeclarations.h +26 五月 2020 | 00:52:31,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144.h +26 五月 2020 | 00:52:31,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353MethodDeclarations.h +26 五月 2020 | 00:52:31,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524.h +26 五月 2020 | 00:52:31,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144MethodDeclarations.h +26 五月 2020 | 00:52:31,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628.h +26 五月 2020 | 00:52:31,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524MethodDeclarations.h +26 五月 2020 | 00:52:31,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313.h +26 五月 2020 | 00:52:31,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628MethodDeclarations.h +26 五月 2020 | 00:52:31,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994.h +26 五月 2020 | 00:52:31,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313MethodDeclarations.h +26 五月 2020 | 00:52:31,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899.h +26 五月 2020 | 00:52:31,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547.h +26 五月 2020 | 00:52:31,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899MethodDeclarations.h +26 五月 2020 | 00:52:31,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547MethodDeclarations.h +26 五月 2020 | 00:52:31,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762.h +26 五月 2020 | 00:52:31,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762MethodDeclarations.h +26 五月 2020 | 00:52:31,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019.h +26 五月 2020 | 00:52:31,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019MethodDeclarations.h +26 五月 2020 | 00:52:31,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722.h +26 五月 2020 | 00:52:31,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722MethodDeclarations.h +26 五月 2020 | 00:52:31,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033.h +26 五月 2020 | 00:52:31,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033MethodDeclarations.h +26 五月 2020 | 00:52:31,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252.h +26 五月 2020 | 00:52:31,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252MethodDeclarations.h +26 五月 2020 | 00:52:31,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386.h +26 五月 2020 | 00:52:31,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994MethodDeclarations.h +26 五月 2020 | 00:52:31,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757.h +26 五月 2020 | 00:52:31,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386MethodDeclarations.h +26 五月 2020 | 00:52:31,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769.h +26 五月 2020 | 00:52:31,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757MethodDeclarations.h +26 五月 2020 | 00:52:31,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769MethodDeclarations.h +26 五月 2020 | 00:52:31,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035.h +26 五月 2020 | 00:52:31,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719.h +26 五月 2020 | 00:52:31,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035MethodDeclarations.h +26 五月 2020 | 00:52:31,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140.h +26 五月 2020 | 00:52:31,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719MethodDeclarations.h +26 五月 2020 | 00:52:31,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140MethodDeclarations.h +26 五月 2020 | 00:52:31,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107.h +26 五月 2020 | 00:52:31,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653.h +26 五月 2020 | 00:52:31,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285.h +26 五月 2020 | 00:52:31,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107MethodDeclarations.h +26 五月 2020 | 00:52:31,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653MethodDeclarations.h +26 五月 2020 | 00:52:31,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285MethodDeclarations.h +26 五月 2020 | 00:52:31,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070.h +26 五月 2020 | 00:52:31,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396.h +26 五月 2020 | 00:52:31,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396MethodDeclarations.h +26 五月 2020 | 00:52:31,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070MethodDeclarations.h +26 五月 2020 | 00:52:31,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103.h +26 五月 2020 | 00:52:31,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163.h +26 五月 2020 | 00:52:31,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163MethodDeclarations.h +26 五月 2020 | 00:52:31,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103MethodDeclarations.h +26 五月 2020 | 00:52:31,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422.h +26 五月 2020 | 00:52:31,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422MethodDeclarations.h +26 五月 2020 | 00:52:31,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853.h +26 五月 2020 | 00:52:31,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853MethodDeclarations.h +26 五月 2020 | 00:52:31,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298.h +26 五月 2020 | 00:52:31,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298MethodDeclarations.h +26 五月 2020 | 00:52:31,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027.h +26 五月 2020 | 00:52:31,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027MethodDeclarations.h +26 五月 2020 | 00:52:32,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901.h +26 五月 2020 | 00:52:32,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901MethodDeclarations.h +26 五月 2020 | 00:52:32,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422.h +26 五月 2020 | 00:52:32,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422MethodDeclarations.h +26 五月 2020 | 00:52:32,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235.h +26 五月 2020 | 00:52:32,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278.h +26 五月 2020 | 00:52:32,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235MethodDeclarations.h +26 五月 2020 | 00:52:32,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467.h +26 五月 2020 | 00:52:32,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278MethodDeclarations.h +26 五月 2020 | 00:52:32,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207.h +26 五月 2020 | 00:52:32,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632.h +26 五月 2020 | 00:52:32,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632MethodDeclarations.h +26 五月 2020 | 00:52:32,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407.h +26 五月 2020 | 00:52:32,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467MethodDeclarations.h +26 五月 2020 | 00:52:32,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407MethodDeclarations.h +26 五月 2020 | 00:52:32,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563.h +26 五月 2020 | 00:52:32,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207MethodDeclarations.h +26 五月 2020 | 00:52:32,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100.h +26 五月 2020 | 00:52:32,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100MethodDeclarations.h +26 五月 2020 | 00:52:32,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339.h +26 五月 2020 | 00:52:32,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605.h +26 五月 2020 | 00:52:32,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339MethodDeclarations.h +26 五月 2020 | 00:52:32,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605MethodDeclarations.h +26 五月 2020 | 00:52:32,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304.h +26 五月 2020 | 00:52:32,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398.h +26 五月 2020 | 00:52:32,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304MethodDeclarations.h +26 五月 2020 | 00:52:32,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398MethodDeclarations.h +26 五月 2020 | 00:52:32,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276.h +26 五月 2020 | 00:52:32,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563MethodDeclarations.h +26 五月 2020 | 00:52:32,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861.h +26 五月 2020 | 00:52:32,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276MethodDeclarations.h +26 五月 2020 | 00:52:32,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861MethodDeclarations.h +26 五月 2020 | 00:52:32,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717.h +26 五月 2020 | 00:52:32,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088.h +26 五月 2020 | 00:52:32,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717MethodDeclarations.h +26 五月 2020 | 00:52:32,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088MethodDeclarations.h +26 五月 2020 | 00:52:32,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546.h +26 五月 2020 | 00:52:32,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791.h +26 五月 2020 | 00:52:32,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791MethodDeclarations.h +26 五月 2020 | 00:52:32,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546MethodDeclarations.h +26 五月 2020 | 00:52:32,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751.h +26 五月 2020 | 00:52:32,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943.h +26 五月 2020 | 00:52:32,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751MethodDeclarations.h +26 五月 2020 | 00:52:32,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671.h +26 五月 2020 | 00:52:32,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943MethodDeclarations.h +26 五月 2020 | 00:52:32,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671MethodDeclarations.h +26 五月 2020 | 00:52:32,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049.h +26 五月 2020 | 00:52:32,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102.h +26 五月 2020 | 00:52:32,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049MethodDeclarations.h +26 五月 2020 | 00:52:32,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382.h +26 五月 2020 | 00:52:32,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102MethodDeclarations.h +26 五月 2020 | 00:52:32,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382MethodDeclarations.h +26 五月 2020 | 00:52:32,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755.h +26 五月 2020 | 00:52:32,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761.h +26 五月 2020 | 00:52:32,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755MethodDeclarations.h +26 五月 2020 | 00:52:32,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321.h +26 五月 2020 | 00:52:32,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761MethodDeclarations.h +26 五月 2020 | 00:52:32,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321MethodDeclarations.h +26 五月 2020 | 00:52:32,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034.h +26 五月 2020 | 00:52:32,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826.h +26 五月 2020 | 00:52:32,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034MethodDeclarations.h +26 五月 2020 | 00:52:32,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826MethodDeclarations.h +26 五月 2020 | 00:52:32,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788.h +26 五月 2020 | 00:52:32,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788MethodDeclarations.h +26 五月 2020 | 00:52:32,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722.h +26 五月 2020 | 00:52:32,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722MethodDeclarations.h +26 五月 2020 | 00:52:32,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465.h +26 五月 2020 | 00:52:32,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465MethodDeclarations.h +26 五月 2020 | 00:52:32,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988.h +26 五月 2020 | 00:52:32,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826.h +26 五月 2020 | 00:52:32,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988MethodDeclarations.h +26 五月 2020 | 00:52:32,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172.h +26 五月 2020 | 00:52:32,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826MethodDeclarations.h +26 五月 2020 | 00:52:32,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172MethodDeclarations.h +26 五月 2020 | 00:52:32,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491.h +26 五月 2020 | 00:52:32,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491MethodDeclarations.h +26 五月 2020 | 00:52:32,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922.h +26 五月 2020 | 00:52:32,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922MethodDeclarations.h +26 五月 2020 | 00:52:32,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367.h +26 五月 2020 | 00:52:32,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367MethodDeclarations.h +26 五月 2020 | 00:52:32,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839.h +26 五月 2020 | 00:52:32,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839MethodDeclarations.h +26 五月 2020 | 00:52:32,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096.h +26 五月 2020 | 00:52:32,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096MethodDeclarations.h +26 五月 2020 | 00:52:32,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970.h +26 五月 2020 | 00:52:32,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125.h +26 五月 2020 | 00:52:32,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970MethodDeclarations.h +26 五月 2020 | 00:52:32,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125MethodDeclarations.h +26 五月 2020 | 00:52:32,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718.h +26 五月 2020 | 00:52:32,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718MethodDeclarations.h +26 五月 2020 | 00:52:32,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485.h +26 五月 2020 | 00:52:32,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485MethodDeclarations.h +26 五月 2020 | 00:52:32,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487.h +26 五月 2020 | 00:52:32,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491.h +26 五月 2020 | 00:52:32,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528.h +26 五月 2020 | 00:52:32,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487MethodDeclarations.h +26 五月 2020 | 00:52:32,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528MethodDeclarations.h +26 五月 2020 | 00:52:32,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491MethodDeclarations.h +26 五月 2020 | 00:52:32,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182.h +26 五月 2020 | 00:52:32,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285.h +26 五月 2020 | 00:52:32,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185.h +26 五月 2020 | 00:52:32,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182MethodDeclarations.h +26 五月 2020 | 00:52:32,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285MethodDeclarations.h +26 五月 2020 | 00:52:32,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185MethodDeclarations.h +26 五月 2020 | 00:52:32,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198.h +26 五月 2020 | 00:52:32,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353.h +26 五月 2020 | 00:52:32,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820.h +26 五月 2020 | 00:52:32,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198MethodDeclarations.h +26 五月 2020 | 00:52:32,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353MethodDeclarations.h +26 五月 2020 | 00:52:32,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820MethodDeclarations.h +26 五月 2020 | 00:52:32,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435.h +26 五月 2020 | 00:52:32,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598.h +26 五月 2020 | 00:52:32,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628.h +26 五月 2020 | 00:52:32,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435MethodDeclarations.h +26 五月 2020 | 00:52:32,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598MethodDeclarations.h +26 五月 2020 | 00:52:32,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628MethodDeclarations.h +26 五月 2020 | 00:52:32,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273.h +26 五月 2020 | 00:52:32,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899.h +26 五月 2020 | 00:52:32,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899MethodDeclarations.h +26 五月 2020 | 00:52:32,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762.h +26 五月 2020 | 00:52:32,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762MethodDeclarations.h +26 五月 2020 | 00:52:32,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681.h +26 五月 2020 | 00:52:32,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273MethodDeclarations.h +26 五月 2020 | 00:52:32,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019.h +26 五月 2020 | 00:52:32,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681MethodDeclarations.h +26 五月 2020 | 00:52:32,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673.h +26 五月 2020 | 00:52:32,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019MethodDeclarations.h +26 五月 2020 | 00:52:32,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712.h +26 五月 2020 | 00:52:32,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673MethodDeclarations.h +26 五月 2020 | 00:52:32,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722.h +26 五月 2020 | 00:52:32,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712MethodDeclarations.h +26 五月 2020 | 00:52:32,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449.h +26 五月 2020 | 00:52:32,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722MethodDeclarations.h +26 五月 2020 | 00:52:32,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414.h +26 五月 2020 | 00:52:32,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449MethodDeclarations.h +26 五月 2020 | 00:52:32,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033.h +26 五月 2020 | 00:52:32,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414MethodDeclarations.h +26 五月 2020 | 00:52:32,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111.h +26 五月 2020 | 00:52:32,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033MethodDeclarations.h +26 五月 2020 | 00:52:32,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068.h +26 五月 2020 | 00:52:32,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111MethodDeclarations.h +26 五月 2020 | 00:52:32,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252.h +26 五月 2020 | 00:52:32,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068MethodDeclarations.h +26 五月 2020 | 00:52:32,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252MethodDeclarations.h +26 五月 2020 | 00:52:32,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025.h +26 五月 2020 | 00:52:32,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757.h +26 五月 2020 | 00:52:32,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025MethodDeclarations.h +26 五月 2020 | 00:52:32,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757MethodDeclarations.h +26 五月 2020 | 00:52:32,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084.h +26 五月 2020 | 00:52:32,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719.h +26 五月 2020 | 00:52:32,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084MethodDeclarations.h +26 五月 2020 | 00:52:32,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567.h +26 五月 2020 | 00:52:32,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567MethodDeclarations.h +26 五月 2020 | 00:52:32,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116.h +26 五月 2020 | 00:52:32,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116MethodDeclarations.h +26 五月 2020 | 00:52:32,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751.h +26 五月 2020 | 00:52:32,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751MethodDeclarations.h +26 五月 2020 | 00:52:32,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529.h +26 五月 2020 | 00:52:32,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529MethodDeclarations.h +26 五月 2020 | 00:52:32,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719MethodDeclarations.h +26 五月 2020 | 00:52:32,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204.h +26 五月 2020 | 00:52:32,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653.h +26 五月 2020 | 00:52:32,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204MethodDeclarations.h +26 五月 2020 | 00:52:32,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653MethodDeclarations.h +26 五月 2020 | 00:52:32,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604.h +26 五月 2020 | 00:52:32,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396.h +26 五月 2020 | 00:52:32,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604MethodDeclarations.h +26 五月 2020 | 00:52:32,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396MethodDeclarations.h +26 五月 2020 | 00:52:32,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380.h +26 五月 2020 | 00:52:32,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103.h +26 五月 2020 | 00:52:32,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380MethodDeclarations.h +26 五月 2020 | 00:52:32,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103MethodDeclarations.h +26 五月 2020 | 00:52:32,555 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042.h +26 五月 2020 | 00:52:32,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422.h +26 五月 2020 | 00:52:32,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042MethodDeclarations.h +26 五月 2020 | 00:52:32,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422MethodDeclarations.h +26 五月 2020 | 00:52:32,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904.h +26 五月 2020 | 00:52:32,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853.h +26 五月 2020 | 00:52:32,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904MethodDeclarations.h +26 五月 2020 | 00:52:32,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853MethodDeclarations.h +26 五月 2020 | 00:52:32,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147.h +26 五月 2020 | 00:52:32,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298.h +26 五月 2020 | 00:52:32,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147MethodDeclarations.h +26 五月 2020 | 00:52:32,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298MethodDeclarations.h +26 五月 2020 | 00:52:32,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330.h +26 五月 2020 | 00:52:32,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330MethodDeclarations.h +26 五月 2020 | 00:52:32,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563.h +26 五月 2020 | 00:52:32,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563MethodDeclarations.h +26 五月 2020 | 00:52:32,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137.h +26 五月 2020 | 00:52:32,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137MethodDeclarations.h +26 五月 2020 | 00:52:32,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336.h +26 五月 2020 | 00:52:32,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336MethodDeclarations.h +26 五月 2020 | 00:52:32,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588.h +26 五月 2020 | 00:52:32,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588MethodDeclarations.h +26 五月 2020 | 00:52:32,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907.h +26 五月 2020 | 00:52:32,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907MethodDeclarations.h +26 五月 2020 | 00:52:32,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729.h +26 五月 2020 | 00:52:32,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729MethodDeclarations.h +26 五月 2020 | 00:52:32,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408.h +26 五月 2020 | 00:52:32,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408MethodDeclarations.h +26 五月 2020 | 00:52:32,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500.h +26 五月 2020 | 00:52:32,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500MethodDeclarations.h +26 五月 2020 | 00:52:32,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698.h +26 五月 2020 | 00:52:32,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698MethodDeclarations.h +26 五月 2020 | 00:52:32,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593.h +26 五月 2020 | 00:52:32,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593MethodDeclarations.h +26 五月 2020 | 00:52:32,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818.h +26 五月 2020 | 00:52:32,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973.h +26 五月 2020 | 00:52:32,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973MethodDeclarations.h +26 五月 2020 | 00:52:32,608 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216.h +26 五月 2020 | 00:52:32,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216MethodDeclarations.h +26 五月 2020 | 00:52:32,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399.h +26 五月 2020 | 00:52:32,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027.h +26 五月 2020 | 00:52:32,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818MethodDeclarations.h +26 五月 2020 | 00:52:32,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017.h +26 五月 2020 | 00:52:32,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027MethodDeclarations.h +26 五月 2020 | 00:52:32,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901.h +26 五月 2020 | 00:52:32,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017MethodDeclarations.h +26 五月 2020 | 00:52:32,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901MethodDeclarations.h +26 五月 2020 | 00:52:32,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695.h +26 五月 2020 | 00:52:32,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422.h +26 五月 2020 | 00:52:32,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695MethodDeclarations.h +26 五月 2020 | 00:52:32,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422MethodDeclarations.h +26 五月 2020 | 00:52:32,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144.h +26 五月 2020 | 00:52:32,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235.h +26 五月 2020 | 00:52:32,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144MethodDeclarations.h +26 五月 2020 | 00:52:32,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235MethodDeclarations.h +26 五月 2020 | 00:52:32,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313.h +26 五月 2020 | 00:52:32,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313MethodDeclarations.h +26 五月 2020 | 00:52:32,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207.h +26 五月 2020 | 00:52:32,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547.h +26 五月 2020 | 00:52:32,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547MethodDeclarations.h +26 五月 2020 | 00:52:32,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207MethodDeclarations.h +26 五月 2020 | 00:52:32,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399MethodDeclarations.h +26 五月 2020 | 00:52:32,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386.h +26 五月 2020 | 00:52:32,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339.h +26 五月 2020 | 00:52:32,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632.h +26 五月 2020 | 00:52:32,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339MethodDeclarations.h +26 五月 2020 | 00:52:32,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386MethodDeclarations.h +26 五月 2020 | 00:52:32,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632MethodDeclarations.h +26 五月 2020 | 00:52:32,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304.h +26 五月 2020 | 00:52:32,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035.h +26 五月 2020 | 00:52:32,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206.h +26 五月 2020 | 00:52:32,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304MethodDeclarations.h +26 五月 2020 | 00:52:32,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035MethodDeclarations.h +26 五月 2020 | 00:52:32,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276.h +26 五月 2020 | 00:52:32,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206MethodDeclarations.h +26 五月 2020 | 00:52:32,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107.h +26 五月 2020 | 00:52:32,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276MethodDeclarations.h +26 五月 2020 | 00:52:32,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107MethodDeclarations.h +26 五月 2020 | 00:52:32,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405.h +26 五月 2020 | 00:52:32,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088.h +26 五月 2020 | 00:52:32,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405MethodDeclarations.h +26 五月 2020 | 00:52:32,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070.h +26 五月 2020 | 00:52:32,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088MethodDeclarations.h +26 五月 2020 | 00:52:32,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657.h +26 五月 2020 | 00:52:32,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070MethodDeclarations.h +26 五月 2020 | 00:52:32,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791.h +26 五月 2020 | 00:52:32,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657MethodDeclarations.h +26 五月 2020 | 00:52:32,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163.h +26 五月 2020 | 00:52:32,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791MethodDeclarations.h +26 五月 2020 | 00:52:32,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976.h +26 五月 2020 | 00:52:32,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163MethodDeclarations.h +26 五月 2020 | 00:52:32,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943.h +26 五月 2020 | 00:52:32,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976MethodDeclarations.h +26 五月 2020 | 00:52:32,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278.h +26 五月 2020 | 00:52:32,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798.h +26 五月 2020 | 00:52:32,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278MethodDeclarations.h +26 五月 2020 | 00:52:32,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798MethodDeclarations.h +26 五月 2020 | 00:52:32,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632.h +26 五月 2020 | 00:52:32,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477.h +26 五月 2020 | 00:52:32,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632MethodDeclarations.h +26 五月 2020 | 00:52:32,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943MethodDeclarations.h +26 五月 2020 | 00:52:32,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407.h +26 五月 2020 | 00:52:32,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407MethodDeclarations.h +26 五月 2020 | 00:52:32,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563.h +26 五月 2020 | 00:52:32,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102.h +26 五月 2020 | 00:52:32,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477MethodDeclarations.h +26 五月 2020 | 00:52:32,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563MethodDeclarations.h +26 五月 2020 | 00:52:32,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102MethodDeclarations.h +26 五月 2020 | 00:52:32,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465.h +26 五月 2020 | 00:52:32,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717.h +26 五月 2020 | 00:52:32,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755.h +26 五月 2020 | 00:52:32,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717MethodDeclarations.h +26 五月 2020 | 00:52:32,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755MethodDeclarations.h +26 五月 2020 | 00:52:32,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546.h +26 五月 2020 | 00:52:32,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321.h +26 五月 2020 | 00:52:32,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465MethodDeclarations.h +26 五月 2020 | 00:52:32,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546MethodDeclarations.h +26 五月 2020 | 00:52:32,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321MethodDeclarations.h +26 五月 2020 | 00:52:32,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569.h +26 五月 2020 | 00:52:32,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751.h +26 五月 2020 | 00:52:32,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826.h +26 五月 2020 | 00:52:32,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569MethodDeclarations.h +26 五月 2020 | 00:52:32,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751MethodDeclarations.h +26 五月 2020 | 00:52:32,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826MethodDeclarations.h +26 五月 2020 | 00:52:32,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671.h +26 五月 2020 | 00:52:32,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767.h +26 五月 2020 | 00:52:32,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788.h +26 五月 2020 | 00:52:32,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767MethodDeclarations.h +26 五月 2020 | 00:52:32,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788MethodDeclarations.h +26 五月 2020 | 00:52:32,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662.h +26 五月 2020 | 00:52:32,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722.h +26 五月 2020 | 00:52:32,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662MethodDeclarations.h +26 五月 2020 | 00:52:32,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671MethodDeclarations.h +26 五月 2020 | 00:52:32,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722MethodDeclarations.h +26 五月 2020 | 00:52:32,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887.h +26 五月 2020 | 00:52:32,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382.h +26 五月 2020 | 00:52:32,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465.h +26 五月 2020 | 00:52:32,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887MethodDeclarations.h +26 五月 2020 | 00:52:32,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382MethodDeclarations.h +26 五月 2020 | 00:52:32,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465MethodDeclarations.h +26 五月 2020 | 00:52:32,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761.h +26 五月 2020 | 00:52:32,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086.h +26 五月 2020 | 00:52:32,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988.h +26 五月 2020 | 00:52:32,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761MethodDeclarations.h +26 五月 2020 | 00:52:32,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086MethodDeclarations.h +26 五月 2020 | 00:52:32,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988MethodDeclarations.h +26 五月 2020 | 00:52:32,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764.h +26 五月 2020 | 00:52:32,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172.h +26 五月 2020 | 00:52:32,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034.h +26 五月 2020 | 00:52:32,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764MethodDeclarations.h +26 五月 2020 | 00:52:32,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172MethodDeclarations.h +26 五月 2020 | 00:52:32,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034MethodDeclarations.h +26 五月 2020 | 00:52:32,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213.h +26 五月 2020 | 00:52:32,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491.h +26 五月 2020 | 00:52:32,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213MethodDeclarations.h +26 五月 2020 | 00:52:32,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125.h +26 五月 2020 | 00:52:32,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491MethodDeclarations.h +26 五月 2020 | 00:52:32,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382.h +26 五月 2020 | 00:52:32,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125MethodDeclarations.h +26 五月 2020 | 00:52:32,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922.h +26 五月 2020 | 00:52:32,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718.h +26 五月 2020 | 00:52:32,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922MethodDeclarations.h +26 五月 2020 | 00:52:32,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382MethodDeclarations.h +26 五月 2020 | 00:52:32,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718MethodDeclarations.h +26 五月 2020 | 00:52:32,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367.h +26 五月 2020 | 00:52:32,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616.h +26 五月 2020 | 00:52:32,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485.h +26 五月 2020 | 00:52:32,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367MethodDeclarations.h +26 五月 2020 | 00:52:32,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616MethodDeclarations.h +26 五月 2020 | 00:52:32,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485MethodDeclarations.h +26 五月 2020 | 00:52:32,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839.h +26 五月 2020 | 00:52:32,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455.h +26 五月 2020 | 00:52:32,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839MethodDeclarations.h +26 五月 2020 | 00:52:32,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455MethodDeclarations.h +26 五月 2020 | 00:52:32,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487.h +26 五月 2020 | 00:52:32,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104.h +26 五月 2020 | 00:52:32,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096.h +26 五月 2020 | 00:52:32,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104MethodDeclarations.h +26 五月 2020 | 00:52:32,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487MethodDeclarations.h +26 五月 2020 | 00:52:32,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096MethodDeclarations.h +26 五月 2020 | 00:52:32,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176.h +26 五月 2020 | 00:52:32,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285.h +26 五月 2020 | 00:52:32,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970.h +26 五月 2020 | 00:52:32,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176MethodDeclarations.h +26 五月 2020 | 00:52:32,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285MethodDeclarations.h +26 五月 2020 | 00:52:32,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970MethodDeclarations.h +26 五月 2020 | 00:52:32,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139.h +26 五月 2020 | 00:52:32,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353.h +26 五月 2020 | 00:52:32,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491.h +26 五月 2020 | 00:52:32,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139MethodDeclarations.h +26 五月 2020 | 00:52:32,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353MethodDeclarations.h +26 五月 2020 | 00:52:32,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232.h +26 五月 2020 | 00:52:32,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491MethodDeclarations.h +26 五月 2020 | 00:52:32,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628.h +26 五月 2020 | 00:52:32,942 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185.h +26 五月 2020 | 00:52:32,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232MethodDeclarations.h +26 五月 2020 | 00:52:32,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628MethodDeclarations.h +26 五月 2020 | 00:52:32,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185MethodDeclarations.h +26 五月 2020 | 00:52:32,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899.h +26 五月 2020 | 00:52:32,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347.h +26 五月 2020 | 00:52:32,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820.h +26 五月 2020 | 00:52:32,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347MethodDeclarations.h +26 五月 2020 | 00:52:32,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899MethodDeclarations.h +26 五月 2020 | 00:52:32,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820MethodDeclarations.h +26 五月 2020 | 00:52:32,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701.h +26 五月 2020 | 00:52:32,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762.h +26 五月 2020 | 00:52:32,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598.h +26 五月 2020 | 00:52:32,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701MethodDeclarations.h +26 五月 2020 | 00:52:32,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762MethodDeclarations.h +26 五月 2020 | 00:52:32,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598MethodDeclarations.h +26 五月 2020 | 00:52:32,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476.h +26 五月 2020 | 00:52:32,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019.h +26 五月 2020 | 00:52:32,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273.h +26 五月 2020 | 00:52:32,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476MethodDeclarations.h +26 五月 2020 | 00:52:32,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019MethodDeclarations.h +26 五月 2020 | 00:52:32,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632.h +26 五月 2020 | 00:52:32,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722.h +26 五月 2020 | 00:52:32,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632MethodDeclarations.h +26 五月 2020 | 00:52:32,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722MethodDeclarations.h +26 五月 2020 | 00:52:32,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319.h +26 五月 2020 | 00:52:32,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033.h +26 五月 2020 | 00:52:32,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273MethodDeclarations.h +26 五月 2020 | 00:52:32,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319MethodDeclarations.h +26 五月 2020 | 00:52:32,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033MethodDeclarations.h +26 五月 2020 | 00:52:32,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673.h +26 五月 2020 | 00:52:32,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524.h +26 五月 2020 | 00:52:32,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252.h +26 五月 2020 | 00:52:32,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673MethodDeclarations.h +26 五月 2020 | 00:52:32,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524MethodDeclarations.h +26 五月 2020 | 00:52:32,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449.h +26 五月 2020 | 00:52:32,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449MethodDeclarations.h +26 五月 2020 | 00:52:32,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444.h +26 五月 2020 | 00:52:32,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444MethodDeclarations.h +26 五月 2020 | 00:52:32,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111.h +26 五月 2020 | 00:52:32,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252MethodDeclarations.h +26 五月 2020 | 00:52:32,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155.h +26 五月 2020 | 00:52:32,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111MethodDeclarations.h +26 五月 2020 | 00:52:32,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757.h +26 五月 2020 | 00:52:32,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155MethodDeclarations.h +26 五月 2020 | 00:52:32,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973.h +26 五月 2020 | 00:52:32,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757MethodDeclarations.h +26 五月 2020 | 00:52:32,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534.h +26 五月 2020 | 00:52:32,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973MethodDeclarations.h +26 五月 2020 | 00:52:32,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719.h +26 五月 2020 | 00:52:32,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534MethodDeclarations.h +26 五月 2020 | 00:52:32,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719MethodDeclarations.h +26 五月 2020 | 00:52:32,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216.h +26 五月 2020 | 00:52:32,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807.h +26 五月 2020 | 00:52:32,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653.h +26 五月 2020 | 00:52:32,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216MethodDeclarations.h +26 五月 2020 | 00:52:32,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807MethodDeclarations.h +26 五月 2020 | 00:52:32,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399.h +26 五月 2020 | 00:52:32,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653MethodDeclarations.h +26 五月 2020 | 00:52:32,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898.h +26 五月 2020 | 00:52:32,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396.h +26 五月 2020 | 00:52:32,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399MethodDeclarations.h +26 五月 2020 | 00:52:32,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898MethodDeclarations.h +26 五月 2020 | 00:52:32,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396MethodDeclarations.h +26 五月 2020 | 00:52:32,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491.h +26 五月 2020 | 00:52:32,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103.h +26 五月 2020 | 00:52:32,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491MethodDeclarations.h +26 五月 2020 | 00:52:32,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103MethodDeclarations.h +26 五月 2020 | 00:52:32,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258.h +26 五月 2020 | 00:52:32,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422.h +26 五月 2020 | 00:52:32,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422MethodDeclarations.h +26 五月 2020 | 00:52:32,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853.h +26 五月 2020 | 00:52:32,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853MethodDeclarations.h +26 五月 2020 | 00:52:32,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298.h +26 五月 2020 | 00:52:32,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298MethodDeclarations.h +26 五月 2020 | 00:52:32,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027.h +26 五月 2020 | 00:52:32,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027MethodDeclarations.h +26 五月 2020 | 00:52:32,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901.h +26 五月 2020 | 00:52:32,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901MethodDeclarations.h +26 五月 2020 | 00:52:32,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422.h +26 五月 2020 | 00:52:32,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632.h +26 五月 2020 | 00:52:32,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258MethodDeclarations.h +26 五月 2020 | 00:52:32,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422MethodDeclarations.h +26 五月 2020 | 00:52:32,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632MethodDeclarations.h +26 五月 2020 | 00:52:32,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201.h +26 五月 2020 | 00:52:32,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235.h +26 五月 2020 | 00:52:32,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206.h +26 五月 2020 | 00:52:32,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201MethodDeclarations.h +26 五月 2020 | 00:52:32,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235MethodDeclarations.h +26 五月 2020 | 00:52:32,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206MethodDeclarations.h +26 五月 2020 | 00:52:32,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260.h +26 五月 2020 | 00:52:32,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207.h +26 五月 2020 | 00:52:33,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405.h +26 五月 2020 | 00:52:33,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260MethodDeclarations.h +26 五月 2020 | 00:52:33,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405MethodDeclarations.h +26 五月 2020 | 00:52:33,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565.h +26 五月 2020 | 00:52:33,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657.h +26 五月 2020 | 00:52:33,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565MethodDeclarations.h +26 五月 2020 | 00:52:33,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207MethodDeclarations.h +26 五月 2020 | 00:52:33,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657MethodDeclarations.h +26 五月 2020 | 00:52:33,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058.h +26 五月 2020 | 00:52:33,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339.h +26 五月 2020 | 00:52:33,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976.h +26 五月 2020 | 00:52:33,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058MethodDeclarations.h +26 五月 2020 | 00:52:33,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339MethodDeclarations.h +26 五月 2020 | 00:52:33,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976MethodDeclarations.h +26 五月 2020 | 00:52:33,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126.h +26 五月 2020 | 00:52:33,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304.h +26 五月 2020 | 00:52:33,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798.h +26 五月 2020 | 00:52:33,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304MethodDeclarations.h +26 五月 2020 | 00:52:33,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798MethodDeclarations.h +26 五月 2020 | 00:52:33,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276.h +26 五月 2020 | 00:52:33,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126MethodDeclarations.h +26 五月 2020 | 00:52:33,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477.h +26 五月 2020 | 00:52:33,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401.h +26 五月 2020 | 00:52:33,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477MethodDeclarations.h +26 五月 2020 | 00:52:33,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401MethodDeclarations.h +26 五月 2020 | 00:52:33,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465.h +26 五月 2020 | 00:52:33,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276MethodDeclarations.h +26 五月 2020 | 00:52:33,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672.h +26 五月 2020 | 00:52:33,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088.h +26 五月 2020 | 00:52:33,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465MethodDeclarations.h +26 五月 2020 | 00:52:33,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672MethodDeclarations.h +26 五月 2020 | 00:52:33,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088MethodDeclarations.h +26 五月 2020 | 00:52:33,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569.h +26 五月 2020 | 00:52:33,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535.h +26 五月 2020 | 00:52:33,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791.h +26 五月 2020 | 00:52:33,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569MethodDeclarations.h +26 五月 2020 | 00:52:33,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535MethodDeclarations.h +26 五月 2020 | 00:52:33,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791MethodDeclarations.h +26 五月 2020 | 00:52:33,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793.h +26 五月 2020 | 00:52:33,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767.h +26 五月 2020 | 00:52:33,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943.h +26 五月 2020 | 00:52:33,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793MethodDeclarations.h +26 五月 2020 | 00:52:33,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767MethodDeclarations.h +26 五月 2020 | 00:52:33,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662.h +26 五月 2020 | 00:52:33,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943MethodDeclarations.h +26 五月 2020 | 00:52:33,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662MethodDeclarations.h +26 五月 2020 | 00:52:33,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718.h +26 五月 2020 | 00:52:33,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887.h +26 五月 2020 | 00:52:33,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718MethodDeclarations.h +26 五月 2020 | 00:52:33,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102.h +26 五月 2020 | 00:52:33,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887MethodDeclarations.h +26 五月 2020 | 00:52:33,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490.h +26 五月 2020 | 00:52:33,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102MethodDeclarations.h +26 五月 2020 | 00:52:33,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086.h +26 五月 2020 | 00:52:33,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490MethodDeclarations.h +26 五月 2020 | 00:52:33,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755.h +26 五月 2020 | 00:52:33,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086MethodDeclarations.h +26 五月 2020 | 00:52:33,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072.h +26 五月 2020 | 00:52:33,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755MethodDeclarations.h +26 五月 2020 | 00:52:33,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072MethodDeclarations.h +26 五月 2020 | 00:52:33,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321.h +26 五月 2020 | 00:52:33,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764.h +26 五月 2020 | 00:52:33,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397.h +26 五月 2020 | 00:52:33,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321MethodDeclarations.h +26 五月 2020 | 00:52:33,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397MethodDeclarations.h +26 五月 2020 | 00:52:33,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826.h +26 五月 2020 | 00:52:33,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826MethodDeclarations.h +26 五月 2020 | 00:52:33,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764MethodDeclarations.h +26 五月 2020 | 00:52:33,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788.h +26 五月 2020 | 00:52:33,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751.h +26 五月 2020 | 00:52:33,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213.h +26 五月 2020 | 00:52:33,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788MethodDeclarations.h +26 五月 2020 | 00:52:33,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751MethodDeclarations.h +26 五月 2020 | 00:52:33,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213MethodDeclarations.h +26 五月 2020 | 00:52:33,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722.h +26 五月 2020 | 00:52:33,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382.h +26 五月 2020 | 00:52:33,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722MethodDeclarations.h +26 五月 2020 | 00:52:33,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880.h +26 五月 2020 | 00:52:33,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382MethodDeclarations.h +26 五月 2020 | 00:52:33,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465.h +26 五月 2020 | 00:52:33,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880MethodDeclarations.h +26 五月 2020 | 00:52:33,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616.h +26 五月 2020 | 00:52:33,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244.h +26 五月 2020 | 00:52:33,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465MethodDeclarations.h +26 五月 2020 | 00:52:33,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616MethodDeclarations.h +26 五月 2020 | 00:52:33,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244MethodDeclarations.h +26 五月 2020 | 00:52:33,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988.h +26 五月 2020 | 00:52:33,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455.h +26 五月 2020 | 00:52:33,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988MethodDeclarations.h +26 五月 2020 | 00:52:33,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018.h +26 五月 2020 | 00:52:33,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172.h +26 五月 2020 | 00:52:33,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172MethodDeclarations.h +26 五月 2020 | 00:52:33,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455MethodDeclarations.h +26 五月 2020 | 00:52:33,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018MethodDeclarations.h +26 五月 2020 | 00:52:33,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104.h +26 五月 2020 | 00:52:33,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622.h +26 五月 2020 | 00:52:33,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491.h +26 五月 2020 | 00:52:33,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104MethodDeclarations.h +26 五月 2020 | 00:52:33,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622MethodDeclarations.h +26 五月 2020 | 00:52:33,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491MethodDeclarations.h +26 五月 2020 | 00:52:33,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176.h +26 五月 2020 | 00:52:33,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434.h +26 五月 2020 | 00:52:33,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922.h +26 五月 2020 | 00:52:33,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176MethodDeclarations.h +26 五月 2020 | 00:52:33,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434MethodDeclarations.h +26 五月 2020 | 00:52:33,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922MethodDeclarations.h +26 五月 2020 | 00:52:33,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139.h +26 五月 2020 | 00:52:33,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367.h +26 五月 2020 | 00:52:33,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667.h +26 五月 2020 | 00:52:33,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139MethodDeclarations.h +26 五月 2020 | 00:52:33,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367MethodDeclarations.h +26 五月 2020 | 00:52:33,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667MethodDeclarations.h +26 五月 2020 | 00:52:33,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232.h +26 五月 2020 | 00:52:33,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518.h +26 五月 2020 | 00:52:33,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839.h +26 五月 2020 | 00:52:33,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232MethodDeclarations.h +26 五月 2020 | 00:52:33,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839MethodDeclarations.h +26 五月 2020 | 00:52:33,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347.h +26 五月 2020 | 00:52:33,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518MethodDeclarations.h +26 五月 2020 | 00:52:33,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096.h +26 五月 2020 | 00:52:33,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848.h +26 五月 2020 | 00:52:33,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096MethodDeclarations.h +26 五月 2020 | 00:52:33,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347MethodDeclarations.h +26 五月 2020 | 00:52:33,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970.h +26 五月 2020 | 00:52:33,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848MethodDeclarations.h +26 五月 2020 | 00:52:33,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701.h +26 五月 2020 | 00:52:33,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461.h +26 五月 2020 | 00:52:33,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970MethodDeclarations.h +26 五月 2020 | 00:52:33,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701MethodDeclarations.h +26 五月 2020 | 00:52:33,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476.h +26 五月 2020 | 00:52:33,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491.h +26 五月 2020 | 00:52:33,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476MethodDeclarations.h +26 五月 2020 | 00:52:33,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461MethodDeclarations.h +26 五月 2020 | 00:52:33,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632.h +26 五月 2020 | 00:52:33,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491MethodDeclarations.h +26 五月 2020 | 00:52:33,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440.h +26 五月 2020 | 00:52:33,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632MethodDeclarations.h +26 五月 2020 | 00:52:33,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185.h +26 五月 2020 | 00:52:33,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440MethodDeclarations.h +26 五月 2020 | 00:52:33,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185MethodDeclarations.h +26 五月 2020 | 00:52:33,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319.h +26 五月 2020 | 00:52:33,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599.h +26 五月 2020 | 00:52:33,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820.h +26 五月 2020 | 00:52:33,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599MethodDeclarations.h +26 五月 2020 | 00:52:33,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319MethodDeclarations.h +26 五月 2020 | 00:52:33,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820MethodDeclarations.h +26 五月 2020 | 00:52:33,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021.h +26 五月 2020 | 00:52:33,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524.h +26 五月 2020 | 00:52:33,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598.h +26 五月 2020 | 00:52:33,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021MethodDeclarations.h +26 五月 2020 | 00:52:33,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524MethodDeclarations.h +26 五月 2020 | 00:52:33,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598MethodDeclarations.h +26 五月 2020 | 00:52:33,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068.h +26 五月 2020 | 00:52:33,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444.h +26 五月 2020 | 00:52:33,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273.h +26 五月 2020 | 00:52:33,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068MethodDeclarations.h +26 五月 2020 | 00:52:33,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444MethodDeclarations.h +26 五月 2020 | 00:52:33,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155.h +26 五月 2020 | 00:52:33,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273MethodDeclarations.h +26 五月 2020 | 00:52:33,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155MethodDeclarations.h +26 五月 2020 | 00:52:33,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673.h +26 五月 2020 | 00:52:33,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655.h +26 五月 2020 | 00:52:33,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534.h +26 五月 2020 | 00:52:33,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673MethodDeclarations.h +26 五月 2020 | 00:52:33,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655MethodDeclarations.h +26 五月 2020 | 00:52:33,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534MethodDeclarations.h +26 五月 2020 | 00:52:33,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449.h +26 五月 2020 | 00:52:33,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175.h +26 五月 2020 | 00:52:33,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807.h +26 五月 2020 | 00:52:33,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449MethodDeclarations.h +26 五月 2020 | 00:52:33,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175MethodDeclarations.h +26 五月 2020 | 00:52:33,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807MethodDeclarations.h +26 五月 2020 | 00:52:33,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111.h +26 五月 2020 | 00:52:33,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200.h +26 五月 2020 | 00:52:33,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898.h +26 五月 2020 | 00:52:33,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111MethodDeclarations.h +26 五月 2020 | 00:52:33,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898MethodDeclarations.h +26 五月 2020 | 00:52:33,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200MethodDeclarations.h +26 五月 2020 | 00:52:33,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973.h +26 五月 2020 | 00:52:33,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491.h +26 五月 2020 | 00:52:33,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057.h +26 五月 2020 | 00:52:33,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973MethodDeclarations.h +26 五月 2020 | 00:52:33,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491MethodDeclarations.h +26 五月 2020 | 00:52:33,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057MethodDeclarations.h +26 五月 2020 | 00:52:33,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216.h +26 五月 2020 | 00:52:33,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015.h +26 五月 2020 | 00:52:33,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258.h +26 五月 2020 | 00:52:33,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216MethodDeclarations.h +26 五月 2020 | 00:52:33,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015MethodDeclarations.h +26 五月 2020 | 00:52:33,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258MethodDeclarations.h +26 五月 2020 | 00:52:33,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399.h +26 五月 2020 | 00:52:33,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843.h +26 五月 2020 | 00:52:33,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201.h +26 五月 2020 | 00:52:33,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399MethodDeclarations.h +26 五月 2020 | 00:52:33,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843MethodDeclarations.h +26 五月 2020 | 00:52:33,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201MethodDeclarations.h +26 五月 2020 | 00:52:33,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632.h +26 五月 2020 | 00:52:33,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260.h +26 五月 2020 | 00:52:33,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632MethodDeclarations.h +26 五月 2020 | 00:52:33,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974.h +26 五月 2020 | 00:52:33,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260MethodDeclarations.h +26 五月 2020 | 00:52:33,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206.h +26 五月 2020 | 00:52:33,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974MethodDeclarations.h +26 五月 2020 | 00:52:33,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565.h +26 五月 2020 | 00:52:33,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206MethodDeclarations.h +26 五月 2020 | 00:52:33,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363.h +26 五月 2020 | 00:52:33,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565MethodDeclarations.h +26 五月 2020 | 00:52:33,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405.h +26 五月 2020 | 00:52:33,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058.h +26 五月 2020 | 00:52:33,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363MethodDeclarations.h +26 五月 2020 | 00:52:33,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405MethodDeclarations.h +26 五月 2020 | 00:52:33,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657.h +26 五月 2020 | 00:52:33,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171.h +26 五月 2020 | 00:52:33,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058MethodDeclarations.h +26 五月 2020 | 00:52:33,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657MethodDeclarations.h +26 五月 2020 | 00:52:33,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126.h +26 五月 2020 | 00:52:33,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171MethodDeclarations.h +26 五月 2020 | 00:52:33,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976.h +26 五月 2020 | 00:52:33,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046.h +26 五月 2020 | 00:52:33,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126MethodDeclarations.h +26 五月 2020 | 00:52:33,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976MethodDeclarations.h +26 五月 2020 | 00:52:33,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046MethodDeclarations.h +26 五月 2020 | 00:52:33,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401.h +26 五月 2020 | 00:52:33,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278.h +26 五月 2020 | 00:52:33,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401MethodDeclarations.h +26 五月 2020 | 00:52:33,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798.h +26 五月 2020 | 00:52:33,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278MethodDeclarations.h +26 五月 2020 | 00:52:33,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672.h +26 五月 2020 | 00:52:33,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798MethodDeclarations.h +26 五月 2020 | 00:52:33,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672MethodDeclarations.h +26 五月 2020 | 00:52:33,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894.h +26 五月 2020 | 00:52:33,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477.h +26 五月 2020 | 00:52:33,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894MethodDeclarations.h +26 五月 2020 | 00:52:33,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535.h +26 五月 2020 | 00:52:33,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535MethodDeclarations.h +26 五月 2020 | 00:52:33,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793.h +26 五月 2020 | 00:52:33,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793MethodDeclarations.h +26 五月 2020 | 00:52:33,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718.h +26 五月 2020 | 00:52:33,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718MethodDeclarations.h +26 五月 2020 | 00:52:33,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490.h +26 五月 2020 | 00:52:33,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490MethodDeclarations.h +26 五月 2020 | 00:52:33,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072.h +26 五月 2020 | 00:52:33,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072MethodDeclarations.h +26 五月 2020 | 00:52:33,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397.h +26 五月 2020 | 00:52:33,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397MethodDeclarations.h +26 五月 2020 | 00:52:33,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751.h +26 五月 2020 | 00:52:33,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331.h +26 五月 2020 | 00:52:33,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477MethodDeclarations.h +26 五月 2020 | 00:52:33,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331MethodDeclarations.h +26 五月 2020 | 00:52:33,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465.h +26 五月 2020 | 00:52:33,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751MethodDeclarations.h +26 五月 2020 | 00:52:33,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250.h +26 五月 2020 | 00:52:33,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465MethodDeclarations.h +26 五月 2020 | 00:52:33,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880.h +26 五月 2020 | 00:52:33,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250MethodDeclarations.h +26 五月 2020 | 00:52:33,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569.h +26 五月 2020 | 00:52:33,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880MethodDeclarations.h +26 五月 2020 | 00:52:33,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742.h +26 五月 2020 | 00:52:33,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244.h +26 五月 2020 | 00:52:33,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569MethodDeclarations.h +26 五月 2020 | 00:52:33,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742MethodDeclarations.h +26 五月 2020 | 00:52:33,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244MethodDeclarations.h +26 五月 2020 | 00:52:33,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767.h +26 五月 2020 | 00:52:33,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705.h +26 五月 2020 | 00:52:33,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767MethodDeclarations.h +26 五月 2020 | 00:52:33,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018.h +26 五月 2020 | 00:52:33,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662.h +26 五月 2020 | 00:52:33,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705MethodDeclarations.h +26 五月 2020 | 00:52:33,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018MethodDeclarations.h +26 五月 2020 | 00:52:33,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662MethodDeclarations.h +26 五月 2020 | 00:52:33,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601.h +26 五月 2020 | 00:52:33,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622.h +26 五月 2020 | 00:52:33,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601MethodDeclarations.h +26 五月 2020 | 00:52:33,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887.h +26 五月 2020 | 00:52:33,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622MethodDeclarations.h +26 五月 2020 | 00:52:33,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561.h +26 五月 2020 | 00:52:33,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887MethodDeclarations.h +26 五月 2020 | 00:52:33,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434.h +26 五月 2020 | 00:52:33,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561MethodDeclarations.h +26 五月 2020 | 00:52:33,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086.h +26 五月 2020 | 00:52:33,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434MethodDeclarations.h +26 五月 2020 | 00:52:33,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325.h +26 五月 2020 | 00:52:33,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086MethodDeclarations.h +26 五月 2020 | 00:52:33,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667.h +26 五月 2020 | 00:52:33,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325MethodDeclarations.h +26 五月 2020 | 00:52:33,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764.h +26 五月 2020 | 00:52:33,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667MethodDeclarations.h +26 五月 2020 | 00:52:33,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536.h +26 五月 2020 | 00:52:33,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764MethodDeclarations.h +26 五月 2020 | 00:52:33,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518.h +26 五月 2020 | 00:52:33,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536MethodDeclarations.h +26 五月 2020 | 00:52:33,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213.h +26 五月 2020 | 00:52:33,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518MethodDeclarations.h +26 五月 2020 | 00:52:33,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623.h +26 五月 2020 | 00:52:33,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213MethodDeclarations.h +26 五月 2020 | 00:52:33,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848.h +26 五月 2020 | 00:52:33,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623MethodDeclarations.h +26 五月 2020 | 00:52:33,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382.h +26 五月 2020 | 00:52:33,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848MethodDeclarations.h +26 五月 2020 | 00:52:33,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146.h +26 五月 2020 | 00:52:33,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382MethodDeclarations.h +26 五月 2020 | 00:52:33,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461.h +26 五月 2020 | 00:52:33,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146MethodDeclarations.h +26 五月 2020 | 00:52:33,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616.h +26 五月 2020 | 00:52:33,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461MethodDeclarations.h +26 五月 2020 | 00:52:33,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466.h +26 五月 2020 | 00:52:33,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616MethodDeclarations.h +26 五月 2020 | 00:52:33,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440.h +26 五月 2020 | 00:52:33,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466MethodDeclarations.h +26 五月 2020 | 00:52:33,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455.h +26 五月 2020 | 00:52:33,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440MethodDeclarations.h +26 五月 2020 | 00:52:33,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526.h +26 五月 2020 | 00:52:33,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599.h +26 五月 2020 | 00:52:33,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455MethodDeclarations.h +26 五月 2020 | 00:52:33,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599MethodDeclarations.h +26 五月 2020 | 00:52:33,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104.h +26 五月 2020 | 00:52:33,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021.h +26 五月 2020 | 00:52:33,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021MethodDeclarations.h +26 五月 2020 | 00:52:33,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104MethodDeclarations.h +26 五月 2020 | 00:52:33,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068.h +26 五月 2020 | 00:52:33,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526MethodDeclarations.h +26 五月 2020 | 00:52:33,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176.h +26 五月 2020 | 00:52:33,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846.h +26 五月 2020 | 00:52:33,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068MethodDeclarations.h +26 五月 2020 | 00:52:33,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176MethodDeclarations.h +26 五月 2020 | 00:52:33,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846MethodDeclarations.h +26 五月 2020 | 00:52:33,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655.h +26 五月 2020 | 00:52:33,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139.h +26 五月 2020 | 00:52:33,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613.h +26 五月 2020 | 00:52:33,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655MethodDeclarations.h +26 五月 2020 | 00:52:33,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139MethodDeclarations.h +26 五月 2020 | 00:52:33,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175.h +26 五月 2020 | 00:52:33,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613MethodDeclarations.h +26 五月 2020 | 00:52:33,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232.h +26 五月 2020 | 00:52:33,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285.h +26 五月 2020 | 00:52:33,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175MethodDeclarations.h +26 五月 2020 | 00:52:33,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232MethodDeclarations.h +26 五月 2020 | 00:52:33,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285MethodDeclarations.h +26 五月 2020 | 00:52:33,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200.h +26 五月 2020 | 00:52:33,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347.h +26 五月 2020 | 00:52:33,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597.h +26 五月 2020 | 00:52:33,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200MethodDeclarations.h +26 五月 2020 | 00:52:33,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347MethodDeclarations.h +26 五月 2020 | 00:52:33,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597MethodDeclarations.h +26 五月 2020 | 00:52:33,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057.h +26 五月 2020 | 00:52:33,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701.h +26 五月 2020 | 00:52:33,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845.h +26 五月 2020 | 00:52:33,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057MethodDeclarations.h +26 五月 2020 | 00:52:33,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701MethodDeclarations.h +26 五月 2020 | 00:52:33,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845MethodDeclarations.h +26 五月 2020 | 00:52:33,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015.h +26 五月 2020 | 00:52:33,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476.h +26 五月 2020 | 00:52:33,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751.h +26 五月 2020 | 00:52:33,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015MethodDeclarations.h +26 五月 2020 | 00:52:33,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476MethodDeclarations.h +26 五月 2020 | 00:52:33,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843.h +26 五月 2020 | 00:52:33,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632.h +26 五月 2020 | 00:52:33,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843MethodDeclarations.h +26 五月 2020 | 00:52:33,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632MethodDeclarations.h +26 五月 2020 | 00:52:33,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751MethodDeclarations.h +26 五月 2020 | 00:52:33,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974.h +26 五月 2020 | 00:52:33,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319.h +26 五月 2020 | 00:52:33,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664.h +26 五月 2020 | 00:52:33,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974MethodDeclarations.h +26 五月 2020 | 00:52:33,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319MethodDeclarations.h +26 五月 2020 | 00:52:33,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664MethodDeclarations.h +26 五月 2020 | 00:52:33,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524.h +26 五月 2020 | 00:52:33,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363.h +26 五月 2020 | 00:52:33,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370.h +26 五月 2020 | 00:52:33,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524MethodDeclarations.h +26 五月 2020 | 00:52:33,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363MethodDeclarations.h +26 五月 2020 | 00:52:33,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370MethodDeclarations.h +26 五月 2020 | 00:52:33,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444.h +26 五月 2020 | 00:52:33,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171.h +26 五月 2020 | 00:52:33,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702.h +26 五月 2020 | 00:52:33,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444MethodDeclarations.h +26 五月 2020 | 00:52:33,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171MethodDeclarations.h +26 五月 2020 | 00:52:33,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702MethodDeclarations.h +26 五月 2020 | 00:52:33,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155.h +26 五月 2020 | 00:52:33,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046.h +26 五月 2020 | 00:52:33,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867.h +26 五月 2020 | 00:52:33,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155MethodDeclarations.h +26 五月 2020 | 00:52:33,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046MethodDeclarations.h +26 五月 2020 | 00:52:33,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534.h +26 五月 2020 | 00:52:33,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278.h +26 五月 2020 | 00:52:33,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534MethodDeclarations.h +26 五月 2020 | 00:52:33,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278MethodDeclarations.h +26 五月 2020 | 00:52:33,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807.h +26 五月 2020 | 00:52:33,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894.h +26 五月 2020 | 00:52:33,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807MethodDeclarations.h +26 五月 2020 | 00:52:33,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867MethodDeclarations.h +26 五月 2020 | 00:52:33,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894MethodDeclarations.h +26 五月 2020 | 00:52:33,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898.h +26 五月 2020 | 00:52:33,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922.h +26 五月 2020 | 00:52:33,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331.h +26 五月 2020 | 00:52:33,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898MethodDeclarations.h +26 五月 2020 | 00:52:33,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331MethodDeclarations.h +26 五月 2020 | 00:52:33,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922MethodDeclarations.h +26 五月 2020 | 00:52:33,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491.h +26 五月 2020 | 00:52:33,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283.h +26 五月 2020 | 00:52:33,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250.h +26 五月 2020 | 00:52:33,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491MethodDeclarations.h +26 五月 2020 | 00:52:33,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283MethodDeclarations.h +26 五月 2020 | 00:52:33,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250MethodDeclarations.h +26 五月 2020 | 00:52:33,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258.h +26 五月 2020 | 00:52:33,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742.h +26 五月 2020 | 00:52:33,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726.h +26 五月 2020 | 00:52:33,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742MethodDeclarations.h +26 五月 2020 | 00:52:33,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726MethodDeclarations.h +26 五月 2020 | 00:52:33,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705.h +26 五月 2020 | 00:52:33,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997.h +26 五月 2020 | 00:52:33,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997MethodDeclarations.h +26 五月 2020 | 00:52:33,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705MethodDeclarations.h +26 五月 2020 | 00:52:33,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258MethodDeclarations.h +26 五月 2020 | 00:52:33,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601.h +26 五月 2020 | 00:52:33,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699.h +26 五月 2020 | 00:52:33,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201.h +26 五月 2020 | 00:52:33,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699MethodDeclarations.h +26 五月 2020 | 00:52:33,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601MethodDeclarations.h +26 五月 2020 | 00:52:33,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201MethodDeclarations.h +26 五月 2020 | 00:52:33,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833.h +26 五月 2020 | 00:52:33,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561.h +26 五月 2020 | 00:52:33,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260.h +26 五月 2020 | 00:52:33,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833MethodDeclarations.h +26 五月 2020 | 00:52:33,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561MethodDeclarations.h +26 五月 2020 | 00:52:33,274 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260MethodDeclarations.h +26 五月 2020 | 00:52:33,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364.h +26 五月 2020 | 00:52:33,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325.h +26 五月 2020 | 00:52:33,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565.h +26 五月 2020 | 00:52:33,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364MethodDeclarations.h +26 五月 2020 | 00:52:33,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325MethodDeclarations.h +26 五月 2020 | 00:52:33,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565MethodDeclarations.h +26 五月 2020 | 00:52:33,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536.h +26 五月 2020 | 00:52:33,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058.h +26 五月 2020 | 00:52:33,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079.h +26 五月 2020 | 00:52:33,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536MethodDeclarations.h +26 五月 2020 | 00:52:33,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058MethodDeclarations.h +26 五月 2020 | 00:52:33,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079MethodDeclarations.h +26 五月 2020 | 00:52:33,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126.h +26 五月 2020 | 00:52:33,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633.h +26 五月 2020 | 00:52:33,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126MethodDeclarations.h +26 五月 2020 | 00:52:33,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633MethodDeclarations.h +26 五月 2020 | 00:52:33,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623.h +26 五月 2020 | 00:52:33,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504.h +26 五月 2020 | 00:52:33,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623MethodDeclarations.h +26 五月 2020 | 00:52:33,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401.h +26 五月 2020 | 00:52:33,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504MethodDeclarations.h +26 五月 2020 | 00:52:33,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146.h +26 五月 2020 | 00:52:33,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401MethodDeclarations.h +26 五月 2020 | 00:52:33,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146MethodDeclarations.h +26 五月 2020 | 00:52:33,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745.h +26 五月 2020 | 00:52:33,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672.h +26 五月 2020 | 00:52:33,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466.h +26 五月 2020 | 00:52:33,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672MethodDeclarations.h +26 五月 2020 | 00:52:33,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745MethodDeclarations.h +26 五月 2020 | 00:52:33,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466MethodDeclarations.h +26 五月 2020 | 00:52:33,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535.h +26 五月 2020 | 00:52:33,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997.h +26 五月 2020 | 00:52:33,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526.h +26 五月 2020 | 00:52:33,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535MethodDeclarations.h +26 五月 2020 | 00:52:33,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997MethodDeclarations.h +26 五月 2020 | 00:52:33,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526MethodDeclarations.h +26 五月 2020 | 00:52:33,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793.h +26 五月 2020 | 00:52:33,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959.h +26 五月 2020 | 00:52:33,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846.h +26 五月 2020 | 00:52:33,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793MethodDeclarations.h +26 五月 2020 | 00:52:33,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959MethodDeclarations.h +26 五月 2020 | 00:52:33,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846MethodDeclarations.h +26 五月 2020 | 00:52:33,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386.h +26 五月 2020 | 00:52:33,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613.h +26 五月 2020 | 00:52:33,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386MethodDeclarations.h +26 五月 2020 | 00:52:33,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613MethodDeclarations.h +26 五月 2020 | 00:52:33,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652.h +26 五月 2020 | 00:52:33,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652MethodDeclarations.h +26 五月 2020 | 00:52:33,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479.h +26 五月 2020 | 00:52:33,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479MethodDeclarations.h +26 五月 2020 | 00:52:33,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718.h +26 五月 2020 | 00:52:33,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716.h +26 五月 2020 | 00:52:33,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285.h +26 五月 2020 | 00:52:33,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718MethodDeclarations.h +26 五月 2020 | 00:52:33,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716MethodDeclarations.h +26 五月 2020 | 00:52:33,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285MethodDeclarations.h +26 五月 2020 | 00:52:33,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490.h +26 五月 2020 | 00:52:33,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708.h +26 五月 2020 | 00:52:33,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597.h +26 五月 2020 | 00:52:33,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490MethodDeclarations.h +26 五月 2020 | 00:52:33,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708MethodDeclarations.h +26 五月 2020 | 00:52:33,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597MethodDeclarations.h +26 五月 2020 | 00:52:33,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072.h +26 五月 2020 | 00:52:33,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100.h +26 五月 2020 | 00:52:33,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845.h +26 五月 2020 | 00:52:33,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072MethodDeclarations.h +26 五月 2020 | 00:52:33,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845MethodDeclarations.h +26 五月 2020 | 00:52:33,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100MethodDeclarations.h +26 五月 2020 | 00:52:33,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397.h +26 五月 2020 | 00:52:33,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751.h +26 五月 2020 | 00:52:33,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165.h +26 五月 2020 | 00:52:33,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397MethodDeclarations.h +26 五月 2020 | 00:52:33,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165MethodDeclarations.h +26 五月 2020 | 00:52:33,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751MethodDeclarations.h +26 五月 2020 | 00:52:33,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751.h +26 五月 2020 | 00:52:33,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229.h +26 五月 2020 | 00:52:33,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664.h +26 五月 2020 | 00:52:33,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751MethodDeclarations.h +26 五月 2020 | 00:52:33,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229MethodDeclarations.h +26 五月 2020 | 00:52:33,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664MethodDeclarations.h +26 五月 2020 | 00:52:33,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880.h +26 五月 2020 | 00:52:33,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370.h +26 五月 2020 | 00:52:33,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804.h +26 五月 2020 | 00:52:33,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880MethodDeclarations.h +26 五月 2020 | 00:52:33,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370MethodDeclarations.h +26 五月 2020 | 00:52:33,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804MethodDeclarations.h +26 五月 2020 | 00:52:33,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244.h +26 五月 2020 | 00:52:33,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282.h +26 五月 2020 | 00:52:33,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702.h +26 五月 2020 | 00:52:33,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244MethodDeclarations.h +26 五月 2020 | 00:52:33,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282MethodDeclarations.h +26 五月 2020 | 00:52:33,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702MethodDeclarations.h +26 五月 2020 | 00:52:33,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018.h +26 五月 2020 | 00:52:33,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499.h +26 五月 2020 | 00:52:33,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867.h +26 五月 2020 | 00:52:33,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499MethodDeclarations.h +26 五月 2020 | 00:52:33,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867MethodDeclarations.h +26 五月 2020 | 00:52:33,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332.h +26 五月 2020 | 00:52:33,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332MethodDeclarations.h +26 五月 2020 | 00:52:33,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922.h +26 五月 2020 | 00:52:33,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311.h +26 五月 2020 | 00:52:33,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922MethodDeclarations.h +26 五月 2020 | 00:52:33,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311MethodDeclarations.h +26 五月 2020 | 00:52:33,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207.h +26 五月 2020 | 00:52:33,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207MethodDeclarations.h +26 五月 2020 | 00:52:33,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418.h +26 五月 2020 | 00:52:33,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018MethodDeclarations.h +26 五月 2020 | 00:52:33,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283.h +26 五月 2020 | 00:52:33,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622.h +26 五月 2020 | 00:52:33,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283MethodDeclarations.h +26 五月 2020 | 00:52:33,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418MethodDeclarations.h +26 五月 2020 | 00:52:33,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622MethodDeclarations.h +26 五月 2020 | 00:52:33,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726.h +26 五月 2020 | 00:52:33,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445.h +26 五月 2020 | 00:52:33,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434.h +26 五月 2020 | 00:52:33,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445MethodDeclarations.h +26 五月 2020 | 00:52:33,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726MethodDeclarations.h +26 五月 2020 | 00:52:33,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434MethodDeclarations.h +26 五月 2020 | 00:52:33,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828.h +26 五月 2020 | 00:52:33,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997.h +26 五月 2020 | 00:52:33,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667.h +26 五月 2020 | 00:52:33,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828MethodDeclarations.h +26 五月 2020 | 00:52:33,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997MethodDeclarations.h +26 五月 2020 | 00:52:33,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667MethodDeclarations.h +26 五月 2020 | 00:52:33,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199.h +26 五月 2020 | 00:52:33,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699.h +26 五月 2020 | 00:52:33,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518.h +26 五月 2020 | 00:52:33,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199MethodDeclarations.h +26 五月 2020 | 00:52:33,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699MethodDeclarations.h +26 五月 2020 | 00:52:33,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518MethodDeclarations.h +26 五月 2020 | 00:52:33,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783.h +26 五月 2020 | 00:52:33,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833.h +26 五月 2020 | 00:52:33,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848.h +26 五月 2020 | 00:52:33,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783MethodDeclarations.h +26 五月 2020 | 00:52:33,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833MethodDeclarations.h +26 五月 2020 | 00:52:33,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848MethodDeclarations.h +26 五月 2020 | 00:52:33,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493.h +26 五月 2020 | 00:52:33,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364.h +26 五月 2020 | 00:52:33,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461.h +26 五月 2020 | 00:52:33,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493MethodDeclarations.h +26 五月 2020 | 00:52:33,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364MethodDeclarations.h +26 五月 2020 | 00:52:33,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461MethodDeclarations.h +26 五月 2020 | 00:52:33,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866.h +26 五月 2020 | 00:52:33,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079.h +26 五月 2020 | 00:52:33,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440.h +26 五月 2020 | 00:52:33,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866MethodDeclarations.h +26 五月 2020 | 00:52:33,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079MethodDeclarations.h +26 五月 2020 | 00:52:33,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440MethodDeclarations.h +26 五月 2020 | 00:52:33,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346.h +26 五月 2020 | 00:52:33,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633.h +26 五月 2020 | 00:52:33,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599.h +26 五月 2020 | 00:52:33,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346MethodDeclarations.h +26 五月 2020 | 00:52:33,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633MethodDeclarations.h +26 五月 2020 | 00:52:33,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599MethodDeclarations.h +26 五月 2020 | 00:52:33,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328.h +26 五月 2020 | 00:52:33,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504.h +26 五月 2020 | 00:52:33,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021.h +26 五月 2020 | 00:52:33,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328MethodDeclarations.h +26 五月 2020 | 00:52:33,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504MethodDeclarations.h +26 五月 2020 | 00:52:33,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021MethodDeclarations.h +26 五月 2020 | 00:52:33,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279.h +26 五月 2020 | 00:52:33,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745.h +26 五月 2020 | 00:52:33,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068.h +26 五月 2020 | 00:52:33,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279MethodDeclarations.h +26 五月 2020 | 00:52:33,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745MethodDeclarations.h +26 五月 2020 | 00:52:33,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068MethodDeclarations.h +26 五月 2020 | 00:52:33,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174.h +26 五月 2020 | 00:52:33,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997.h +26 五月 2020 | 00:52:33,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174MethodDeclarations.h +26 五月 2020 | 00:52:33,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655.h +26 五月 2020 | 00:52:33,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997MethodDeclarations.h +26 五月 2020 | 00:52:33,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223.h +26 五月 2020 | 00:52:33,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655MethodDeclarations.h +26 五月 2020 | 00:52:33,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959.h +26 五月 2020 | 00:52:33,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223MethodDeclarations.h +26 五月 2020 | 00:52:33,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175.h +26 五月 2020 | 00:52:33,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959MethodDeclarations.h +26 五月 2020 | 00:52:33,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175MethodDeclarations.h +26 五月 2020 | 00:52:33,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517.h +26 五月 2020 | 00:52:33,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200.h +26 五月 2020 | 00:52:33,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386.h +26 五月 2020 | 00:52:33,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517MethodDeclarations.h +26 五月 2020 | 00:52:33,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200MethodDeclarations.h +26 五月 2020 | 00:52:33,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386MethodDeclarations.h +26 五月 2020 | 00:52:33,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365.h +26 五月 2020 | 00:52:33,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652.h +26 五月 2020 | 00:52:33,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057.h +26 五月 2020 | 00:52:33,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365MethodDeclarations.h +26 五月 2020 | 00:52:33,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652MethodDeclarations.h +26 五月 2020 | 00:52:33,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057MethodDeclarations.h +26 五月 2020 | 00:52:33,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479.h +26 五月 2020 | 00:52:33,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015.h +26 五月 2020 | 00:52:33,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930.h +26 五月 2020 | 00:52:33,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015MethodDeclarations.h +26 五月 2020 | 00:52:33,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930MethodDeclarations.h +26 五月 2020 | 00:52:33,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843.h +26 五月 2020 | 00:52:33,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515.h +26 五月 2020 | 00:52:33,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843MethodDeclarations.h +26 五月 2020 | 00:52:33,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515MethodDeclarations.h +26 五月 2020 | 00:52:33,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631.h +26 五月 2020 | 00:52:33,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479MethodDeclarations.h +26 五月 2020 | 00:52:33,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631MethodDeclarations.h +26 五月 2020 | 00:52:33,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716.h +26 五月 2020 | 00:52:33,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330.h +26 五月 2020 | 00:52:33,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716MethodDeclarations.h +26 五月 2020 | 00:52:33,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708.h +26 五月 2020 | 00:52:33,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708MethodDeclarations.h +26 五月 2020 | 00:52:33,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100.h +26 五月 2020 | 00:52:33,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974.h +26 五月 2020 | 00:52:33,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330MethodDeclarations.h +26 五月 2020 | 00:52:33,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100MethodDeclarations.h +26 五月 2020 | 00:52:33,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291.h +26 五月 2020 | 00:52:33,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974MethodDeclarations.h +26 五月 2020 | 00:52:33,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165.h +26 五月 2020 | 00:52:33,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291MethodDeclarations.h +26 五月 2020 | 00:52:33,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363.h +26 五月 2020 | 00:52:33,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165MethodDeclarations.h +26 五月 2020 | 00:52:33,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823.h +26 五月 2020 | 00:52:33,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363MethodDeclarations.h +26 五月 2020 | 00:52:33,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229.h +26 五月 2020 | 00:52:33,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823MethodDeclarations.h +26 五月 2020 | 00:52:33,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171.h +26 五月 2020 | 00:52:33,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229MethodDeclarations.h +26 五月 2020 | 00:52:33,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082.h +26 五月 2020 | 00:52:33,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804.h +26 五月 2020 | 00:52:33,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171MethodDeclarations.h +26 五月 2020 | 00:52:33,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082MethodDeclarations.h +26 五月 2020 | 00:52:33,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804MethodDeclarations.h +26 五月 2020 | 00:52:33,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046.h +26 五月 2020 | 00:52:33,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221.h +26 五月 2020 | 00:52:33,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282.h +26 五月 2020 | 00:52:33,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046MethodDeclarations.h +26 五月 2020 | 00:52:33,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221MethodDeclarations.h +26 五月 2020 | 00:52:33,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282MethodDeclarations.h +26 五月 2020 | 00:52:33,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278.h +26 五月 2020 | 00:52:33,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203.h +26 五月 2020 | 00:52:33,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499.h +26 五月 2020 | 00:52:33,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278MethodDeclarations.h +26 五月 2020 | 00:52:33,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203MethodDeclarations.h +26 五月 2020 | 00:52:33,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499MethodDeclarations.h +26 五月 2020 | 00:52:33,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894.h +26 五月 2020 | 00:52:33,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247.h +26 五月 2020 | 00:52:33,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332.h +26 五月 2020 | 00:52:33,447 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894MethodDeclarations.h +26 五月 2020 | 00:52:33,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247MethodDeclarations.h +26 五月 2020 | 00:52:33,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332MethodDeclarations.h +26 五月 2020 | 00:52:33,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331.h +26 五月 2020 | 00:52:33,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616.h +26 五月 2020 | 00:52:33,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311.h +26 五月 2020 | 00:52:33,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331MethodDeclarations.h +26 五月 2020 | 00:52:33,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616MethodDeclarations.h +26 五月 2020 | 00:52:33,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311MethodDeclarations.h +26 五月 2020 | 00:52:33,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250.h +26 五月 2020 | 00:52:33,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901.h +26 五月 2020 | 00:52:33,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207.h +26 五月 2020 | 00:52:33,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250MethodDeclarations.h +26 五月 2020 | 00:52:33,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901MethodDeclarations.h +26 五月 2020 | 00:52:33,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207MethodDeclarations.h +26 五月 2020 | 00:52:33,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742.h +26 五月 2020 | 00:52:33,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827.h +26 五月 2020 | 00:52:33,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418.h +26 五月 2020 | 00:52:33,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742MethodDeclarations.h +26 五月 2020 | 00:52:33,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827MethodDeclarations.h +26 五月 2020 | 00:52:33,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705.h +26 五月 2020 | 00:52:33,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418MethodDeclarations.h +26 五月 2020 | 00:52:33,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316.h +26 五月 2020 | 00:52:33,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445.h +26 五月 2020 | 00:52:33,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316MethodDeclarations.h +26 五月 2020 | 00:52:33,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705MethodDeclarations.h +26 五月 2020 | 00:52:33,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063.h +26 五月 2020 | 00:52:33,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445MethodDeclarations.h +26 五月 2020 | 00:52:33,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601.h +26 五月 2020 | 00:52:33,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063MethodDeclarations.h +26 五月 2020 | 00:52:33,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828.h +26 五月 2020 | 00:52:33,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601MethodDeclarations.h +26 五月 2020 | 00:52:33,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176.h +26 五月 2020 | 00:52:33,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828MethodDeclarations.h +26 五月 2020 | 00:52:33,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561.h +26 五月 2020 | 00:52:33,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176MethodDeclarations.h +26 五月 2020 | 00:52:33,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199.h +26 五月 2020 | 00:52:33,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561MethodDeclarations.h +26 五月 2020 | 00:52:33,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153.h +26 五月 2020 | 00:52:33,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199MethodDeclarations.h +26 五月 2020 | 00:52:33,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325.h +26 五月 2020 | 00:52:33,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153MethodDeclarations.h +26 五月 2020 | 00:52:33,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783.h +26 五月 2020 | 00:52:33,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325MethodDeclarations.h +26 五月 2020 | 00:52:33,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859.h +26 五月 2020 | 00:52:33,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783MethodDeclarations.h +26 五月 2020 | 00:52:33,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536.h +26 五月 2020 | 00:52:33,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859MethodDeclarations.h +26 五月 2020 | 00:52:33,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493.h +26 五月 2020 | 00:52:33,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536MethodDeclarations.h +26 五月 2020 | 00:52:33,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165.h +26 五月 2020 | 00:52:33,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493MethodDeclarations.h +26 五月 2020 | 00:52:33,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165MethodDeclarations.h +26 五月 2020 | 00:52:33,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866.h +26 五月 2020 | 00:52:33,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484.h +26 五月 2020 | 00:52:33,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484MethodDeclarations.h +26 五月 2020 | 00:52:33,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626.h +26 五月 2020 | 00:52:33,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626MethodDeclarations.h +26 五月 2020 | 00:52:33,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628.h +26 五月 2020 | 00:52:33,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866MethodDeclarations.h +26 五月 2020 | 00:52:33,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623.h +26 五月 2020 | 00:52:33,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628MethodDeclarations.h +26 五月 2020 | 00:52:33,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623MethodDeclarations.h +26 五月 2020 | 00:52:33,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426.h +26 五月 2020 | 00:52:33,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146.h +26 五月 2020 | 00:52:33,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426MethodDeclarations.h +26 五月 2020 | 00:52:33,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146MethodDeclarations.h +26 五月 2020 | 00:52:33,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494.h +26 五月 2020 | 00:52:33,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346.h +26 五月 2020 | 00:52:33,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466.h +26 五月 2020 | 00:52:33,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494MethodDeclarations.h +26 五月 2020 | 00:52:33,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346MethodDeclarations.h +26 五月 2020 | 00:52:33,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466MethodDeclarations.h +26 五月 2020 | 00:52:33,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769.h +26 五月 2020 | 00:52:33,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328.h +26 五月 2020 | 00:52:33,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526.h +26 五月 2020 | 00:52:33,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769MethodDeclarations.h +26 五月 2020 | 00:52:33,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328MethodDeclarations.h +26 五月 2020 | 00:52:33,490 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040.h +26 五月 2020 | 00:52:33,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526MethodDeclarations.h +26 五月 2020 | 00:52:33,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279.h +26 五月 2020 | 00:52:33,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040MethodDeclarations.h +26 五月 2020 | 00:52:33,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846.h +26 五月 2020 | 00:52:33,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279MethodDeclarations.h +26 五月 2020 | 00:52:33,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846MethodDeclarations.h +26 五月 2020 | 00:52:33,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266.h +26 五月 2020 | 00:52:33,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174.h +26 五月 2020 | 00:52:33,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613.h +26 五月 2020 | 00:52:33,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266MethodDeclarations.h +26 五月 2020 | 00:52:33,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174MethodDeclarations.h +26 五月 2020 | 00:52:33,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613MethodDeclarations.h +26 五月 2020 | 00:52:33,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903.h +26 五月 2020 | 00:52:33,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223.h +26 五月 2020 | 00:52:33,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285.h +26 五月 2020 | 00:52:33,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903MethodDeclarations.h +26 五月 2020 | 00:52:33,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223MethodDeclarations.h +26 五月 2020 | 00:52:33,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285MethodDeclarations.h +26 五月 2020 | 00:52:33,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672.h +26 五月 2020 | 00:52:33,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517.h +26 五月 2020 | 00:52:33,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597.h +26 五月 2020 | 00:52:33,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672MethodDeclarations.h +26 五月 2020 | 00:52:33,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517MethodDeclarations.h +26 五月 2020 | 00:52:33,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644.h +26 五月 2020 | 00:52:33,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365.h +26 五月 2020 | 00:52:33,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597MethodDeclarations.h +26 五月 2020 | 00:52:33,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644MethodDeclarations.h +26 五月 2020 | 00:52:33,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365MethodDeclarations.h +26 五月 2020 | 00:52:33,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845.h +26 五月 2020 | 00:52:33,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456.h +26 五月 2020 | 00:52:33,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930.h +26 五月 2020 | 00:52:33,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845MethodDeclarations.h +26 五月 2020 | 00:52:33,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456MethodDeclarations.h +26 五月 2020 | 00:52:33,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930MethodDeclarations.h +26 五月 2020 | 00:52:33,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751.h +26 五月 2020 | 00:52:33,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159.h +26 五月 2020 | 00:52:33,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515.h +26 五月 2020 | 00:52:33,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751MethodDeclarations.h +26 五月 2020 | 00:52:33,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515MethodDeclarations.h +26 五月 2020 | 00:52:33,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664.h +26 五月 2020 | 00:52:33,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159MethodDeclarations.h +26 五月 2020 | 00:52:33,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664MethodDeclarations.h +26 五月 2020 | 00:52:33,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631.h +26 五月 2020 | 00:52:33,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470.h +26 五月 2020 | 00:52:33,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370.h +26 五月 2020 | 00:52:33,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631MethodDeclarations.h +26 五月 2020 | 00:52:33,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470MethodDeclarations.h +26 五月 2020 | 00:52:33,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370MethodDeclarations.h +26 五月 2020 | 00:52:33,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330.h +26 五月 2020 | 00:52:33,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702.h +26 五月 2020 | 00:52:33,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702MethodDeclarations.h +26 五月 2020 | 00:52:33,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330MethodDeclarations.h +26 五月 2020 | 00:52:33,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791.h +26 五月 2020 | 00:52:33,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867.h +26 五月 2020 | 00:52:33,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291.h +26 五月 2020 | 00:52:33,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791MethodDeclarations.h +26 五月 2020 | 00:52:33,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291MethodDeclarations.h +26 五月 2020 | 00:52:33,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867MethodDeclarations.h +26 五月 2020 | 00:52:33,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689.h +26 五月 2020 | 00:52:33,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823.h +26 五月 2020 | 00:52:33,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922.h +26 五月 2020 | 00:52:33,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689MethodDeclarations.h +26 五月 2020 | 00:52:33,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823MethodDeclarations.h +26 五月 2020 | 00:52:33,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194.h +26 五月 2020 | 00:52:33,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082.h +26 五月 2020 | 00:52:33,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194MethodDeclarations.h +26 五月 2020 | 00:52:33,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082MethodDeclarations.h +26 五月 2020 | 00:52:33,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156.h +26 五月 2020 | 00:52:33,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221.h +26 五月 2020 | 00:52:33,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922MethodDeclarations.h +26 五月 2020 | 00:52:33,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156MethodDeclarations.h +26 五月 2020 | 00:52:33,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221MethodDeclarations.h +26 五月 2020 | 00:52:33,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090.h +26 五月 2020 | 00:52:33,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283.h +26 五月 2020 | 00:52:33,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203.h +26 五月 2020 | 00:52:33,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090MethodDeclarations.h +26 五月 2020 | 00:52:33,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283MethodDeclarations.h +26 五月 2020 | 00:52:33,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203MethodDeclarations.h +26 五月 2020 | 00:52:33,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833.h +26 五月 2020 | 00:52:33,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247.h +26 五月 2020 | 00:52:33,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726.h +26 五月 2020 | 00:52:33,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833MethodDeclarations.h +26 五月 2020 | 00:52:33,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247MethodDeclarations.h +26 五月 2020 | 00:52:33,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726MethodDeclarations.h +26 五月 2020 | 00:52:33,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616.h +26 五月 2020 | 00:52:33,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540.h +26 五月 2020 | 00:52:33,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997.h +26 五月 2020 | 00:52:33,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616MethodDeclarations.h +26 五月 2020 | 00:52:33,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997MethodDeclarations.h +26 五月 2020 | 00:52:33,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540MethodDeclarations.h +26 五月 2020 | 00:52:33,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901.h +26 五月 2020 | 00:52:33,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859.h +26 五月 2020 | 00:52:33,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699.h +26 五月 2020 | 00:52:33,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901MethodDeclarations.h +26 五月 2020 | 00:52:33,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859MethodDeclarations.h +26 五月 2020 | 00:52:33,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699MethodDeclarations.h +26 五月 2020 | 00:52:33,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827.h +26 五月 2020 | 00:52:33,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833.h +26 五月 2020 | 00:52:33,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827MethodDeclarations.h +26 五月 2020 | 00:52:33,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833MethodDeclarations.h +26 五月 2020 | 00:52:33,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316.h +26 五月 2020 | 00:52:33,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290.h +26 五月 2020 | 00:52:33,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364.h +26 五月 2020 | 00:52:33,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316MethodDeclarations.h +26 五月 2020 | 00:52:33,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290MethodDeclarations.h +26 五月 2020 | 00:52:33,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364MethodDeclarations.h +26 五月 2020 | 00:52:33,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735.h +26 五月 2020 | 00:52:33,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063.h +26 五月 2020 | 00:52:33,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735MethodDeclarations.h +26 五月 2020 | 00:52:33,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063MethodDeclarations.h +26 五月 2020 | 00:52:33,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079.h +26 五月 2020 | 00:52:33,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464.h +26 五月 2020 | 00:52:33,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176.h +26 五月 2020 | 00:52:33,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079MethodDeclarations.h +26 五月 2020 | 00:52:33,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464MethodDeclarations.h +26 五月 2020 | 00:52:33,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176MethodDeclarations.h +26 五月 2020 | 00:52:33,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633.h +26 五月 2020 | 00:52:33,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338.h +26 五月 2020 | 00:52:33,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153.h +26 五月 2020 | 00:52:33,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633MethodDeclarations.h +26 五月 2020 | 00:52:33,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338MethodDeclarations.h +26 五月 2020 | 00:52:33,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153MethodDeclarations.h +26 五月 2020 | 00:52:33,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504.h +26 五月 2020 | 00:52:33,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859.h +26 五月 2020 | 00:52:33,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859.h +26 五月 2020 | 00:52:33,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504MethodDeclarations.h +26 五月 2020 | 00:52:33,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859MethodDeclarations.h +26 五月 2020 | 00:52:33,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859MethodDeclarations.h +26 五月 2020 | 00:52:33,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553.h +26 五月 2020 | 00:52:33,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745.h +26 五月 2020 | 00:52:33,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165.h +26 五月 2020 | 00:52:33,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745MethodDeclarations.h +26 五月 2020 | 00:52:33,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165MethodDeclarations.h +26 五月 2020 | 00:52:33,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997.h +26 五月 2020 | 00:52:33,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484.h +26 五月 2020 | 00:52:33,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997MethodDeclarations.h +26 五月 2020 | 00:52:33,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553MethodDeclarations.h +26 五月 2020 | 00:52:33,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484MethodDeclarations.h +26 五月 2020 | 00:52:33,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959.h +26 五月 2020 | 00:52:33,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188.h +26 五月 2020 | 00:52:33,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626.h +26 五月 2020 | 00:52:33,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959MethodDeclarations.h +26 五月 2020 | 00:52:33,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188MethodDeclarations.h +26 五月 2020 | 00:52:33,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626MethodDeclarations.h +26 五月 2020 | 00:52:33,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966.h +26 五月 2020 | 00:52:33,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386.h +26 五月 2020 | 00:52:33,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628.h +26 五月 2020 | 00:52:33,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386MethodDeclarations.h +26 五月 2020 | 00:52:33,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966MethodDeclarations.h +26 五月 2020 | 00:52:33,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628MethodDeclarations.h +26 五月 2020 | 00:52:33,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652.h +26 五月 2020 | 00:52:33,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426.h +26 五月 2020 | 00:52:33,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652MethodDeclarations.h +26 五月 2020 | 00:52:33,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426MethodDeclarations.h +26 五月 2020 | 00:52:33,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479.h +26 五月 2020 | 00:52:33,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479MethodDeclarations.h +26 五月 2020 | 00:52:33,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494.h +26 五月 2020 | 00:52:33,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641.h +26 五月 2020 | 00:52:33,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494MethodDeclarations.h +26 五月 2020 | 00:52:33,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716.h +26 五月 2020 | 00:52:33,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641MethodDeclarations.h +26 五月 2020 | 00:52:33,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716MethodDeclarations.h +26 五月 2020 | 00:52:33,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769.h +26 五月 2020 | 00:52:33,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041.h +26 五月 2020 | 00:52:33,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769MethodDeclarations.h +26 五月 2020 | 00:52:33,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041MethodDeclarations.h +26 五月 2020 | 00:52:33,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708.h +26 五月 2020 | 00:52:33,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817.h +26 五月 2020 | 00:52:33,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040.h +26 五月 2020 | 00:52:33,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708MethodDeclarations.h +26 五月 2020 | 00:52:33,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817MethodDeclarations.h +26 五月 2020 | 00:52:33,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040MethodDeclarations.h +26 五月 2020 | 00:52:33,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100.h +26 五月 2020 | 00:52:33,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479.h +26 五月 2020 | 00:52:33,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266.h +26 五月 2020 | 00:52:33,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100MethodDeclarations.h +26 五月 2020 | 00:52:33,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266MethodDeclarations.h +26 五月 2020 | 00:52:33,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165.h +26 五月 2020 | 00:52:33,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903.h +26 五月 2020 | 00:52:33,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165MethodDeclarations.h +26 五月 2020 | 00:52:33,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903MethodDeclarations.h +26 五月 2020 | 00:52:33,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229.h +26 五月 2020 | 00:52:33,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672.h +26 五月 2020 | 00:52:33,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229MethodDeclarations.h +26 五月 2020 | 00:52:33,599 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479MethodDeclarations.h +26 五月 2020 | 00:52:33,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672MethodDeclarations.h +26 五月 2020 | 00:52:33,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804.h +26 五月 2020 | 00:52:33,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341.h +26 五月 2020 | 00:52:33,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644.h +26 五月 2020 | 00:52:33,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804MethodDeclarations.h +26 五月 2020 | 00:52:33,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644MethodDeclarations.h +26 五月 2020 | 00:52:33,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282.h +26 五月 2020 | 00:52:33,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341MethodDeclarations.h +26 五月 2020 | 00:52:33,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456.h +26 五月 2020 | 00:52:33,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282MethodDeclarations.h +26 五月 2020 | 00:52:33,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584.h +26 五月 2020 | 00:52:33,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456MethodDeclarations.h +26 五月 2020 | 00:52:33,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499.h +26 五月 2020 | 00:52:33,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584MethodDeclarations.h +26 五月 2020 | 00:52:33,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159.h +26 五月 2020 | 00:52:33,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499MethodDeclarations.h +26 五月 2020 | 00:52:33,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767.h +26 五月 2020 | 00:52:33,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159MethodDeclarations.h +26 五月 2020 | 00:52:33,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332.h +26 五月 2020 | 00:52:33,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767MethodDeclarations.h +26 五月 2020 | 00:52:33,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470.h +26 五月 2020 | 00:52:33,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332MethodDeclarations.h +26 五月 2020 | 00:52:33,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000.h +26 五月 2020 | 00:52:33,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311.h +26 五月 2020 | 00:52:33,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000MethodDeclarations.h +26 五月 2020 | 00:52:33,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470MethodDeclarations.h +26 五月 2020 | 00:52:33,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311MethodDeclarations.h +26 五月 2020 | 00:52:33,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574.h +26 五月 2020 | 00:52:33,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207.h +26 五月 2020 | 00:52:33,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574MethodDeclarations.h +26 五月 2020 | 00:52:33,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791.h +26 五月 2020 | 00:52:33,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207MethodDeclarations.h +26 五月 2020 | 00:52:33,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773.h +26 五月 2020 | 00:52:33,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791MethodDeclarations.h +26 五月 2020 | 00:52:33,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418.h +26 五月 2020 | 00:52:33,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773MethodDeclarations.h +26 五月 2020 | 00:52:33,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689.h +26 五月 2020 | 00:52:33,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025.h +26 五月 2020 | 00:52:33,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418MethodDeclarations.h +26 五月 2020 | 00:52:33,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689MethodDeclarations.h +26 五月 2020 | 00:52:33,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025MethodDeclarations.h +26 五月 2020 | 00:52:33,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445.h +26 五月 2020 | 00:52:33,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340.h +26 五月 2020 | 00:52:33,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194.h +26 五月 2020 | 00:52:33,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340MethodDeclarations.h +26 五月 2020 | 00:52:33,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194MethodDeclarations.h +26 五月 2020 | 00:52:33,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445MethodDeclarations.h +26 五月 2020 | 00:52:33,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344.h +26 五月 2020 | 00:52:33,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156.h +26 五月 2020 | 00:52:33,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828.h +26 五月 2020 | 00:52:33,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344MethodDeclarations.h +26 五月 2020 | 00:52:33,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156MethodDeclarations.h +26 五月 2020 | 00:52:33,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828MethodDeclarations.h +26 五月 2020 | 00:52:33,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694.h +26 五月 2020 | 00:52:33,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090.h +26 五月 2020 | 00:52:33,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199.h +26 五月 2020 | 00:52:33,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694MethodDeclarations.h +26 五月 2020 | 00:52:33,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199MethodDeclarations.h +26 五月 2020 | 00:52:33,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090MethodDeclarations.h +26 五月 2020 | 00:52:33,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166.h +26 五月 2020 | 00:52:33,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783.h +26 五月 2020 | 00:52:33,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833.h +26 五月 2020 | 00:52:33,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166MethodDeclarations.h +26 五月 2020 | 00:52:33,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783MethodDeclarations.h +26 五月 2020 | 00:52:33,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833MethodDeclarations.h +26 五月 2020 | 00:52:33,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845.h +26 五月 2020 | 00:52:33,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493.h +26 五月 2020 | 00:52:33,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540.h +26 五月 2020 | 00:52:33,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845MethodDeclarations.h +26 五月 2020 | 00:52:33,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493MethodDeclarations.h +26 五月 2020 | 00:52:33,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937.h +26 五月 2020 | 00:52:33,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540MethodDeclarations.h +26 五月 2020 | 00:52:33,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866.h +26 五月 2020 | 00:52:33,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937MethodDeclarations.h +26 五月 2020 | 00:52:33,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859.h +26 五月 2020 | 00:52:33,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135.h +26 五月 2020 | 00:52:33,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859MethodDeclarations.h +26 五月 2020 | 00:52:33,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135MethodDeclarations.h +26 五月 2020 | 00:52:33,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866MethodDeclarations.h +26 五月 2020 | 00:52:33,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290.h +26 五月 2020 | 00:52:33,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030.h +26 五月 2020 | 00:52:33,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346.h +26 五月 2020 | 00:52:33,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290MethodDeclarations.h +26 五月 2020 | 00:52:33,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030MethodDeclarations.h +26 五月 2020 | 00:52:33,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346MethodDeclarations.h +26 五月 2020 | 00:52:33,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735.h +26 五月 2020 | 00:52:33,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823.h +26 五月 2020 | 00:52:33,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328.h +26 五月 2020 | 00:52:33,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735MethodDeclarations.h +26 五月 2020 | 00:52:33,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823MethodDeclarations.h +26 五月 2020 | 00:52:33,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328MethodDeclarations.h +26 五月 2020 | 00:52:33,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187.h +26 五月 2020 | 00:52:33,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279.h +26 五月 2020 | 00:52:33,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464.h +26 五月 2020 | 00:52:33,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187MethodDeclarations.h +26 五月 2020 | 00:52:33,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279MethodDeclarations.h +26 五月 2020 | 00:52:33,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464MethodDeclarations.h +26 五月 2020 | 00:52:33,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255.h +26 五月 2020 | 00:52:33,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174.h +26 五月 2020 | 00:52:33,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338.h +26 五月 2020 | 00:52:33,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255MethodDeclarations.h +26 五月 2020 | 00:52:33,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174MethodDeclarations.h +26 五月 2020 | 00:52:33,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338MethodDeclarations.h +26 五月 2020 | 00:52:33,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547.h +26 五月 2020 | 00:52:33,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223.h +26 五月 2020 | 00:52:33,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859.h +26 五月 2020 | 00:52:33,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547MethodDeclarations.h +26 五月 2020 | 00:52:33,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223MethodDeclarations.h +26 五月 2020 | 00:52:33,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454.h +26 五月 2020 | 00:52:33,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517.h +26 五月 2020 | 00:52:33,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454MethodDeclarations.h +26 五月 2020 | 00:52:33,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517MethodDeclarations.h +26 五月 2020 | 00:52:33,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859MethodDeclarations.h +26 五月 2020 | 00:52:33,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132.h +26 五月 2020 | 00:52:33,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365.h +26 五月 2020 | 00:52:33,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553.h +26 五月 2020 | 00:52:33,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132MethodDeclarations.h +26 五月 2020 | 00:52:33,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365MethodDeclarations.h +26 五月 2020 | 00:52:33,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581.h +26 五月 2020 | 00:52:33,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930.h +26 五月 2020 | 00:52:33,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581MethodDeclarations.h +26 五月 2020 | 00:52:33,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930MethodDeclarations.h +26 五月 2020 | 00:52:33,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750.h +26 五月 2020 | 00:52:33,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553MethodDeclarations.h +26 五月 2020 | 00:52:33,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515.h +26 五月 2020 | 00:52:33,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750MethodDeclarations.h +26 五月 2020 | 00:52:33,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188.h +26 五月 2020 | 00:52:33,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515MethodDeclarations.h +26 五月 2020 | 00:52:33,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984.h +26 五月 2020 | 00:52:33,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631.h +26 五月 2020 | 00:52:33,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984MethodDeclarations.h +26 五月 2020 | 00:52:33,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188MethodDeclarations.h +26 五月 2020 | 00:52:33,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527.h +26 五月 2020 | 00:52:33,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966.h +26 五月 2020 | 00:52:33,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631MethodDeclarations.h +26 五月 2020 | 00:52:33,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966MethodDeclarations.h +26 五月 2020 | 00:52:33,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330.h +26 五月 2020 | 00:52:33,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527MethodDeclarations.h +26 五月 2020 | 00:52:33,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665.h +26 五月 2020 | 00:52:33,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665MethodDeclarations.h +26 五月 2020 | 00:52:33,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330MethodDeclarations.h +26 五月 2020 | 00:52:33,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176.h +26 五月 2020 | 00:52:33,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176MethodDeclarations.h +26 五月 2020 | 00:52:33,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291.h +26 五月 2020 | 00:52:33,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641.h +26 五月 2020 | 00:52:33,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291MethodDeclarations.h +26 五月 2020 | 00:52:33,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248.h +26 五月 2020 | 00:52:33,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641MethodDeclarations.h +26 五月 2020 | 00:52:33,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823.h +26 五月 2020 | 00:52:33,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248MethodDeclarations.h +26 五月 2020 | 00:52:33,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041.h +26 五月 2020 | 00:52:33,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823MethodDeclarations.h +26 五月 2020 | 00:52:33,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211.h +26 五月 2020 | 00:52:33,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041MethodDeclarations.h +26 五月 2020 | 00:52:33,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082.h +26 五月 2020 | 00:52:33,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211MethodDeclarations.h +26 五月 2020 | 00:52:33,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817.h +26 五月 2020 | 00:52:33,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082MethodDeclarations.h +26 五月 2020 | 00:52:33,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304.h +26 五月 2020 | 00:52:33,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817MethodDeclarations.h +26 五月 2020 | 00:52:33,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221.h +26 五月 2020 | 00:52:33,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479.h +26 五月 2020 | 00:52:33,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221MethodDeclarations.h +26 五月 2020 | 00:52:33,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203.h +26 五月 2020 | 00:52:33,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203MethodDeclarations.h +26 五月 2020 | 00:52:33,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304MethodDeclarations.h +26 五月 2020 | 00:52:33,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247.h +26 五月 2020 | 00:52:33,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247MethodDeclarations.h +26 五月 2020 | 00:52:33,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419.h +26 五月 2020 | 00:52:33,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479MethodDeclarations.h +26 五月 2020 | 00:52:33,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419MethodDeclarations.h +26 五月 2020 | 00:52:33,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616.h +26 五月 2020 | 00:52:33,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341.h +26 五月 2020 | 00:52:33,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773.h +26 五月 2020 | 00:52:33,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616MethodDeclarations.h +26 五月 2020 | 00:52:33,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773MethodDeclarations.h +26 五月 2020 | 00:52:33,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901.h +26 五月 2020 | 00:52:33,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548.h +26 五月 2020 | 00:52:33,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901MethodDeclarations.h +26 五月 2020 | 00:52:33,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341MethodDeclarations.h +26 五月 2020 | 00:52:33,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827.h +26 五月 2020 | 00:52:33,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548MethodDeclarations.h +26 五月 2020 | 00:52:33,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584.h +26 五月 2020 | 00:52:33,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827MethodDeclarations.h +26 五月 2020 | 00:52:33,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269.h +26 五月 2020 | 00:52:33,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316.h +26 五月 2020 | 00:52:33,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316MethodDeclarations.h +26 五月 2020 | 00:52:33,714 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063.h +26 五月 2020 | 00:52:33,715 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063MethodDeclarations.h +26 五月 2020 | 00:52:33,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584MethodDeclarations.h +26 五月 2020 | 00:52:33,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176.h +26 五月 2020 | 00:52:33,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269MethodDeclarations.h +26 五月 2020 | 00:52:33,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767.h +26 五月 2020 | 00:52:33,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176MethodDeclarations.h +26 五月 2020 | 00:52:33,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767MethodDeclarations.h +26 五月 2020 | 00:52:33,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153.h +26 五月 2020 | 00:52:33,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704.h +26 五月 2020 | 00:52:33,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153MethodDeclarations.h +26 五月 2020 | 00:52:33,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000.h +26 五月 2020 | 00:52:33,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704MethodDeclarations.h +26 五月 2020 | 00:52:33,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859.h +26 五月 2020 | 00:52:33,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000MethodDeclarations.h +26 五月 2020 | 00:52:33,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081.h +26 五月 2020 | 00:52:33,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859MethodDeclarations.h +26 五月 2020 | 00:52:33,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574.h +26 五月 2020 | 00:52:33,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081MethodDeclarations.h +26 五月 2020 | 00:52:33,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165.h +26 五月 2020 | 00:52:33,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574MethodDeclarations.h +26 五月 2020 | 00:52:33,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858.h +26 五月 2020 | 00:52:33,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773.h +26 五月 2020 | 00:52:33,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165MethodDeclarations.h +26 五月 2020 | 00:52:33,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858MethodDeclarations.h +26 五月 2020 | 00:52:33,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484.h +26 五月 2020 | 00:52:33,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773MethodDeclarations.h +26 五月 2020 | 00:52:33,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687.h +26 五月 2020 | 00:52:33,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025.h +26 五月 2020 | 00:52:33,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484MethodDeclarations.h +26 五月 2020 | 00:52:33,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687MethodDeclarations.h +26 五月 2020 | 00:52:33,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626.h +26 五月 2020 | 00:52:33,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025MethodDeclarations.h +26 五月 2020 | 00:52:33,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892.h +26 五月 2020 | 00:52:33,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626MethodDeclarations.h +26 五月 2020 | 00:52:33,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340.h +26 五月 2020 | 00:52:33,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892MethodDeclarations.h +26 五月 2020 | 00:52:33,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340MethodDeclarations.h +26 五月 2020 | 00:52:33,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628.h +26 五月 2020 | 00:52:33,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812.h +26 五月 2020 | 00:52:33,739 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344.h +26 五月 2020 | 00:52:33,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628MethodDeclarations.h +26 五月 2020 | 00:52:33,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344MethodDeclarations.h +26 五月 2020 | 00:52:33,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426.h +26 五月 2020 | 00:52:33,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812MethodDeclarations.h +26 五月 2020 | 00:52:33,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694.h +26 五月 2020 | 00:52:33,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426MethodDeclarations.h +26 五月 2020 | 00:52:33,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314.h +26 五月 2020 | 00:52:33,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694MethodDeclarations.h +26 五月 2020 | 00:52:33,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494.h +26 五月 2020 | 00:52:33,745 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314MethodDeclarations.h +26 五月 2020 | 00:52:33,745 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166.h +26 五月 2020 | 00:52:33,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494MethodDeclarations.h +26 五月 2020 | 00:52:33,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819.h +26 五月 2020 | 00:52:33,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166MethodDeclarations.h +26 五月 2020 | 00:52:33,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769.h +26 五月 2020 | 00:52:33,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819MethodDeclarations.h +26 五月 2020 | 00:52:33,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845.h +26 五月 2020 | 00:52:33,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769MethodDeclarations.h +26 五月 2020 | 00:52:33,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523.h +26 五月 2020 | 00:52:33,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040.h +26 五月 2020 | 00:52:33,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523MethodDeclarations.h +26 五月 2020 | 00:52:33,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040MethodDeclarations.h +26 五月 2020 | 00:52:33,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902.h +26 五月 2020 | 00:52:33,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266.h +26 五月 2020 | 00:52:33,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902MethodDeclarations.h +26 五月 2020 | 00:52:33,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266MethodDeclarations.h +26 五月 2020 | 00:52:33,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175.h +26 五月 2020 | 00:52:33,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845MethodDeclarations.h +26 五月 2020 | 00:52:33,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903.h +26 五月 2020 | 00:52:33,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175MethodDeclarations.h +26 五月 2020 | 00:52:33,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903MethodDeclarations.h +26 五月 2020 | 00:52:33,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937.h +26 五月 2020 | 00:52:33,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266.h +26 五月 2020 | 00:52:33,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672.h +26 五月 2020 | 00:52:33,758 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937MethodDeclarations.h +26 五月 2020 | 00:52:33,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266MethodDeclarations.h +26 五月 2020 | 00:52:33,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672MethodDeclarations.h +26 五月 2020 | 00:52:33,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135.h +26 五月 2020 | 00:52:33,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644.h +26 五月 2020 | 00:52:33,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116.h +26 五月 2020 | 00:52:33,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135MethodDeclarations.h +26 五月 2020 | 00:52:33,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644MethodDeclarations.h +26 五月 2020 | 00:52:33,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116MethodDeclarations.h +26 五月 2020 | 00:52:33,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030.h +26 五月 2020 | 00:52:33,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456.h +26 五月 2020 | 00:52:33,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030MethodDeclarations.h +26 五月 2020 | 00:52:33,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315.h +26 五月 2020 | 00:52:33,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456MethodDeclarations.h +26 五月 2020 | 00:52:33,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823.h +26 五月 2020 | 00:52:33,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159.h +26 五月 2020 | 00:52:33,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315MethodDeclarations.h +26 五月 2020 | 00:52:33,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823MethodDeclarations.h +26 五月 2020 | 00:52:33,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159MethodDeclarations.h +26 五月 2020 | 00:52:33,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993.h +26 五月 2020 | 00:52:33,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187.h +26 五月 2020 | 00:52:33,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470.h +26 五月 2020 | 00:52:33,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187MethodDeclarations.h +26 五月 2020 | 00:52:33,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993MethodDeclarations.h +26 五月 2020 | 00:52:33,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470MethodDeclarations.h +26 五月 2020 | 00:52:33,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255.h +26 五月 2020 | 00:52:33,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442.h +26 五月 2020 | 00:52:33,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255MethodDeclarations.h +26 五月 2020 | 00:52:33,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442MethodDeclarations.h +26 五月 2020 | 00:52:33,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791.h +26 五月 2020 | 00:52:33,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547.h +26 五月 2020 | 00:52:33,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611.h +26 五月 2020 | 00:52:33,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791MethodDeclarations.h +26 五月 2020 | 00:52:33,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547MethodDeclarations.h +26 五月 2020 | 00:52:33,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611MethodDeclarations.h +26 五月 2020 | 00:52:33,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689.h +26 五月 2020 | 00:52:33,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454.h +26 五月 2020 | 00:52:33,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845.h +26 五月 2020 | 00:52:33,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689MethodDeclarations.h +26 五月 2020 | 00:52:33,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454MethodDeclarations.h +26 五月 2020 | 00:52:33,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132.h +26 五月 2020 | 00:52:33,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845MethodDeclarations.h +26 五月 2020 | 00:52:33,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132MethodDeclarations.h +26 五月 2020 | 00:52:33,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194.h +26 五月 2020 | 00:52:33,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581.h +26 五月 2020 | 00:52:33,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194MethodDeclarations.h +26 五月 2020 | 00:52:33,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684.h +26 五月 2020 | 00:52:33,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156.h +26 五月 2020 | 00:52:33,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581MethodDeclarations.h +26 五月 2020 | 00:52:33,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684MethodDeclarations.h +26 五月 2020 | 00:52:33,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156MethodDeclarations.h +26 五月 2020 | 00:52:33,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333.h +26 五月 2020 | 00:52:33,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750.h +26 五月 2020 | 00:52:33,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090.h +26 五月 2020 | 00:52:33,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090MethodDeclarations.h +26 五月 2020 | 00:52:33,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833.h +26 五月 2020 | 00:52:33,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833MethodDeclarations.h +26 五月 2020 | 00:52:33,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333MethodDeclarations.h +26 五月 2020 | 00:52:33,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750MethodDeclarations.h +26 五月 2020 | 00:52:33,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540.h +26 五月 2020 | 00:52:33,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405.h +26 五月 2020 | 00:52:33,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984.h +26 五月 2020 | 00:52:33,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984MethodDeclarations.h +26 五月 2020 | 00:52:33,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405MethodDeclarations.h +26 五月 2020 | 00:52:33,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540MethodDeclarations.h +26 五月 2020 | 00:52:33,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527.h +26 五月 2020 | 00:52:33,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368.h +26 五月 2020 | 00:52:33,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368MethodDeclarations.h +26 五月 2020 | 00:52:33,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859.h +26 五月 2020 | 00:52:33,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859MethodDeclarations.h +26 五月 2020 | 00:52:33,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527MethodDeclarations.h +26 五月 2020 | 00:52:33,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461.h +26 五月 2020 | 00:52:33,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665.h +26 五月 2020 | 00:52:33,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461MethodDeclarations.h +26 五月 2020 | 00:52:33,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665MethodDeclarations.h +26 五月 2020 | 00:52:33,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576.h +26 五月 2020 | 00:52:33,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290.h +26 五月 2020 | 00:52:33,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176.h +26 五月 2020 | 00:52:33,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290MethodDeclarations.h +26 五月 2020 | 00:52:33,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576MethodDeclarations.h +26 五月 2020 | 00:52:33,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930.h +26 五月 2020 | 00:52:33,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735.h +26 五月 2020 | 00:52:33,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176MethodDeclarations.h +26 五月 2020 | 00:52:33,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735MethodDeclarations.h +26 五月 2020 | 00:52:33,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930MethodDeclarations.h +26 五月 2020 | 00:52:33,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248.h +26 五月 2020 | 00:52:33,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464.h +26 五月 2020 | 00:52:33,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705.h +26 五月 2020 | 00:52:33,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248MethodDeclarations.h +26 五月 2020 | 00:52:33,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464MethodDeclarations.h +26 五月 2020 | 00:52:33,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705MethodDeclarations.h +26 五月 2020 | 00:52:33,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211.h +26 五月 2020 | 00:52:33,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338.h +26 五月 2020 | 00:52:33,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211MethodDeclarations.h +26 五月 2020 | 00:52:33,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861.h +26 五月 2020 | 00:52:33,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338MethodDeclarations.h +26 五月 2020 | 00:52:33,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304.h +26 五月 2020 | 00:52:33,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861MethodDeclarations.h +26 五月 2020 | 00:52:33,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859.h +26 五月 2020 | 00:52:33,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304MethodDeclarations.h +26 五月 2020 | 00:52:33,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859MethodDeclarations.h +26 五月 2020 | 00:52:33,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015.h +26 五月 2020 | 00:52:33,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419.h +26 五月 2020 | 00:52:33,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553.h +26 五月 2020 | 00:52:33,831 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419MethodDeclarations.h +26 五月 2020 | 00:52:33,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773.h +26 五月 2020 | 00:52:33,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773MethodDeclarations.h +26 五月 2020 | 00:52:33,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548.h +26 五月 2020 | 00:52:33,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553MethodDeclarations.h +26 五月 2020 | 00:52:33,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548MethodDeclarations.h +26 五月 2020 | 00:52:33,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188.h +26 五月 2020 | 00:52:33,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269.h +26 五月 2020 | 00:52:33,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188MethodDeclarations.h +26 五月 2020 | 00:52:33,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269MethodDeclarations.h +26 五月 2020 | 00:52:33,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966.h +26 五月 2020 | 00:52:33,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704.h +26 五月 2020 | 00:52:33,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704MethodDeclarations.h +26 五月 2020 | 00:52:33,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966MethodDeclarations.h +26 五月 2020 | 00:52:33,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015MethodDeclarations.h +26 五月 2020 | 00:52:33,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081.h +26 五月 2020 | 00:52:33,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844.h +26 五月 2020 | 00:52:33,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081MethodDeclarations.h +26 五月 2020 | 00:52:33,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844MethodDeclarations.h +26 五月 2020 | 00:52:33,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858.h +26 五月 2020 | 00:52:33,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049.h +26 五月 2020 | 00:52:33,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858MethodDeclarations.h +26 五月 2020 | 00:52:33,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049MethodDeclarations.h +26 五月 2020 | 00:52:33,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687.h +26 五月 2020 | 00:52:33,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969.h +26 五月 2020 | 00:52:33,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687MethodDeclarations.h +26 五月 2020 | 00:52:33,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969MethodDeclarations.h +26 五月 2020 | 00:52:33,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892.h +26 五月 2020 | 00:52:33,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680.h +26 五月 2020 | 00:52:33,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892MethodDeclarations.h +26 五月 2020 | 00:52:33,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812.h +26 五月 2020 | 00:52:33,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641.h +26 五月 2020 | 00:52:33,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680MethodDeclarations.h +26 五月 2020 | 00:52:33,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812MethodDeclarations.h +26 五月 2020 | 00:52:33,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641MethodDeclarations.h +26 五月 2020 | 00:52:33,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059.h +26 五月 2020 | 00:52:33,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314.h +26 五月 2020 | 00:52:33,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041.h +26 五月 2020 | 00:52:33,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059MethodDeclarations.h +26 五月 2020 | 00:52:33,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314MethodDeclarations.h +26 五月 2020 | 00:52:33,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041MethodDeclarations.h +26 五月 2020 | 00:52:33,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332.h +26 五月 2020 | 00:52:33,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817.h +26 五月 2020 | 00:52:33,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819.h +26 五月 2020 | 00:52:33,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817MethodDeclarations.h +26 五月 2020 | 00:52:33,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332MethodDeclarations.h +26 五月 2020 | 00:52:33,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819MethodDeclarations.h +26 五月 2020 | 00:52:33,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479.h +26 五月 2020 | 00:52:33,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423.h +26 五月 2020 | 00:52:33,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523.h +26 五月 2020 | 00:52:33,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523MethodDeclarations.h +26 五月 2020 | 00:52:33,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902.h +26 五月 2020 | 00:52:33,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902MethodDeclarations.h +26 五月 2020 | 00:52:33,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175.h +26 五月 2020 | 00:52:33,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175MethodDeclarations.h +26 五月 2020 | 00:52:33,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479MethodDeclarations.h +26 五月 2020 | 00:52:33,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266.h +26 五月 2020 | 00:52:33,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423MethodDeclarations.h +26 五月 2020 | 00:52:33,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341.h +26 五月 2020 | 00:52:33,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266MethodDeclarations.h +26 五月 2020 | 00:52:33,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016.h +26 五月 2020 | 00:52:33,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341MethodDeclarations.h +26 五月 2020 | 00:52:33,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016MethodDeclarations.h +26 五月 2020 | 00:52:33,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116.h +26 五月 2020 | 00:52:33,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584.h +26 五月 2020 | 00:52:33,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783.h +26 五月 2020 | 00:52:33,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116MethodDeclarations.h +26 五月 2020 | 00:52:33,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584MethodDeclarations.h +26 五月 2020 | 00:52:33,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783MethodDeclarations.h +26 五月 2020 | 00:52:33,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315.h +26 五月 2020 | 00:52:33,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767.h +26 五月 2020 | 00:52:33,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785.h +26 五月 2020 | 00:52:33,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767MethodDeclarations.h +26 五月 2020 | 00:52:33,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000.h +26 五月 2020 | 00:52:33,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315MethodDeclarations.h +26 五月 2020 | 00:52:33,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785MethodDeclarations.h +26 五月 2020 | 00:52:33,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000MethodDeclarations.h +26 五月 2020 | 00:52:33,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993.h +26 五月 2020 | 00:52:33,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583.h +26 五月 2020 | 00:52:33,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574.h +26 五月 2020 | 00:52:33,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583MethodDeclarations.h +26 五月 2020 | 00:52:33,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993MethodDeclarations.h +26 五月 2020 | 00:52:33,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574MethodDeclarations.h +26 五月 2020 | 00:52:33,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651.h +26 五月 2020 | 00:52:33,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651MethodDeclarations.h +26 五月 2020 | 00:52:33,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773.h +26 五月 2020 | 00:52:33,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926.h +26 五月 2020 | 00:52:33,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773MethodDeclarations.h +26 五月 2020 | 00:52:33,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926MethodDeclarations.h +26 五月 2020 | 00:52:33,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025.h +26 五月 2020 | 00:52:33,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025MethodDeclarations.h +26 五月 2020 | 00:52:33,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197.h +26 五月 2020 | 00:52:33,898 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197MethodDeclarations.h +26 五月 2020 | 00:52:33,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340.h +26 五月 2020 | 00:52:33,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060.h +26 五月 2020 | 00:52:33,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340MethodDeclarations.h +26 五月 2020 | 00:52:33,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442.h +26 五月 2020 | 00:52:33,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344.h +26 五月 2020 | 00:52:33,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442MethodDeclarations.h +26 五月 2020 | 00:52:33,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060MethodDeclarations.h +26 五月 2020 | 00:52:33,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344MethodDeclarations.h +26 五月 2020 | 00:52:33,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611.h +26 五月 2020 | 00:52:33,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829.h +26 五月 2020 | 00:52:33,905 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694.h +26 五月 2020 | 00:52:33,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611MethodDeclarations.h +26 五月 2020 | 00:52:33,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829MethodDeclarations.h +26 五月 2020 | 00:52:33,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694MethodDeclarations.h +26 五月 2020 | 00:52:33,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845.h +26 五月 2020 | 00:52:33,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801.h +26 五月 2020 | 00:52:33,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845MethodDeclarations.h +26 五月 2020 | 00:52:33,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801MethodDeclarations.h +26 五月 2020 | 00:52:33,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166.h +26 五月 2020 | 00:52:33,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684.h +26 五月 2020 | 00:52:33,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613.h +26 五月 2020 | 00:52:33,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166MethodDeclarations.h +26 五月 2020 | 00:52:33,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684MethodDeclarations.h +26 五月 2020 | 00:52:33,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613MethodDeclarations.h +26 五月 2020 | 00:52:33,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845.h +26 五月 2020 | 00:52:33,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333.h +26 五月 2020 | 00:52:33,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316.h +26 五月 2020 | 00:52:33,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316MethodDeclarations.h +26 五月 2020 | 00:52:33,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845MethodDeclarations.h +26 五月 2020 | 00:52:33,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627.h +26 五月 2020 | 00:52:33,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937.h +26 五月 2020 | 00:52:33,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627MethodDeclarations.h +26 五月 2020 | 00:52:33,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937MethodDeclarations.h +26 五月 2020 | 00:52:33,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135.h +26 五月 2020 | 00:52:33,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846.h +26 五月 2020 | 00:52:33,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135MethodDeclarations.h +26 五月 2020 | 00:52:33,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846MethodDeclarations.h +26 五月 2020 | 00:52:33,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333MethodDeclarations.h +26 五月 2020 | 00:52:33,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030.h +26 五月 2020 | 00:52:33,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351.h +26 五月 2020 | 00:52:33,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030MethodDeclarations.h +26 五月 2020 | 00:52:33,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405.h +26 五月 2020 | 00:52:33,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351MethodDeclarations.h +26 五月 2020 | 00:52:33,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823.h +26 五月 2020 | 00:52:33,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405MethodDeclarations.h +26 五月 2020 | 00:52:33,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313.h +26 五月 2020 | 00:52:33,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823MethodDeclarations.h +26 五月 2020 | 00:52:33,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368.h +26 五月 2020 | 00:52:33,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313MethodDeclarations.h +26 五月 2020 | 00:52:33,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187.h +26 五月 2020 | 00:52:33,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247.h +26 五月 2020 | 00:52:33,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187MethodDeclarations.h +26 五月 2020 | 00:52:33,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368MethodDeclarations.h +26 五月 2020 | 00:52:33,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255.h +26 五月 2020 | 00:52:33,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461.h +26 五月 2020 | 00:52:33,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247MethodDeclarations.h +26 五月 2020 | 00:52:33,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255MethodDeclarations.h +26 五月 2020 | 00:52:33,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990.h +26 五月 2020 | 00:52:33,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547.h +26 五月 2020 | 00:52:33,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461MethodDeclarations.h +26 五月 2020 | 00:52:33,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990MethodDeclarations.h +26 五月 2020 | 00:52:33,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547MethodDeclarations.h +26 五月 2020 | 00:52:33,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576.h +26 五月 2020 | 00:52:33,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697.h +26 五月 2020 | 00:52:33,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454.h +26 五月 2020 | 00:52:33,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576MethodDeclarations.h +26 五月 2020 | 00:52:33,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697MethodDeclarations.h +26 五月 2020 | 00:52:33,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454MethodDeclarations.h +26 五月 2020 | 00:52:33,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930.h +26 五月 2020 | 00:52:33,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016.h +26 五月 2020 | 00:52:33,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132.h +26 五月 2020 | 00:52:33,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930MethodDeclarations.h +26 五月 2020 | 00:52:33,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016MethodDeclarations.h +26 五月 2020 | 00:52:33,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132MethodDeclarations.h +26 五月 2020 | 00:52:33,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447.h +26 五月 2020 | 00:52:33,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705.h +26 五月 2020 | 00:52:33,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705MethodDeclarations.h +26 五月 2020 | 00:52:33,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581.h +26 五月 2020 | 00:52:33,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447MethodDeclarations.h +26 五月 2020 | 00:52:33,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581MethodDeclarations.h +26 五月 2020 | 00:52:33,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861.h +26 五月 2020 | 00:52:33,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892.h +26 五月 2020 | 00:52:33,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750.h +26 五月 2020 | 00:52:33,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861MethodDeclarations.h +26 五月 2020 | 00:52:33,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892MethodDeclarations.h +26 五月 2020 | 00:52:33,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750MethodDeclarations.h +26 五月 2020 | 00:52:33,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015.h +26 五月 2020 | 00:52:33,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621.h +26 五月 2020 | 00:52:33,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984.h +26 五月 2020 | 00:52:33,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015MethodDeclarations.h +26 五月 2020 | 00:52:33,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984MethodDeclarations.h +26 五月 2020 | 00:52:33,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844.h +26 五月 2020 | 00:52:33,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527.h +26 五月 2020 | 00:52:33,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844MethodDeclarations.h +26 五月 2020 | 00:52:33,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527MethodDeclarations.h +26 五月 2020 | 00:52:33,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621MethodDeclarations.h +26 五月 2020 | 00:52:33,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049.h +26 五月 2020 | 00:52:33,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665.h +26 五月 2020 | 00:52:33,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495.h +26 五月 2020 | 00:52:33,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665MethodDeclarations.h +26 五月 2020 | 00:52:33,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049MethodDeclarations.h +26 五月 2020 | 00:52:33,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495MethodDeclarations.h +26 五月 2020 | 00:52:33,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176.h +26 五月 2020 | 00:52:33,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969.h +26 五月 2020 | 00:52:33,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016.h +26 五月 2020 | 00:52:33,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176MethodDeclarations.h +26 五月 2020 | 00:52:33,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969MethodDeclarations.h +26 五月 2020 | 00:52:33,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016MethodDeclarations.h +26 五月 2020 | 00:52:33,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248.h +26 五月 2020 | 00:52:33,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680.h +26 五月 2020 | 00:52:33,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710.h +26 五月 2020 | 00:52:33,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248MethodDeclarations.h +26 五月 2020 | 00:52:33,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680MethodDeclarations.h +26 五月 2020 | 00:52:33,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710MethodDeclarations.h +26 五月 2020 | 00:52:33,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211.h +26 五月 2020 | 00:52:33,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059.h +26 五月 2020 | 00:52:33,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345.h +26 五月 2020 | 00:52:33,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211MethodDeclarations.h +26 五月 2020 | 00:52:33,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059MethodDeclarations.h +26 五月 2020 | 00:52:33,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304.h +26 五月 2020 | 00:52:33,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332.h +26 五月 2020 | 00:52:33,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304MethodDeclarations.h +26 五月 2020 | 00:52:33,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332MethodDeclarations.h +26 五月 2020 | 00:52:33,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419.h +26 五月 2020 | 00:52:33,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423.h +26 五月 2020 | 00:52:33,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419MethodDeclarations.h +26 五月 2020 | 00:52:33,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423MethodDeclarations.h +26 五月 2020 | 00:52:33,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773.h +26 五月 2020 | 00:52:33,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016.h +26 五月 2020 | 00:52:33,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773MethodDeclarations.h +26 五月 2020 | 00:52:33,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016MethodDeclarations.h +26 五月 2020 | 00:52:33,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548.h +26 五月 2020 | 00:52:33,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783.h +26 五月 2020 | 00:52:33,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548MethodDeclarations.h +26 五月 2020 | 00:52:33,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783MethodDeclarations.h +26 五月 2020 | 00:52:33,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269.h +26 五月 2020 | 00:52:33,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785.h +26 五月 2020 | 00:52:33,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785MethodDeclarations.h +26 五月 2020 | 00:52:33,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345MethodDeclarations.h +26 五月 2020 | 00:52:33,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269MethodDeclarations.h +26 五月 2020 | 00:52:33,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583.h +26 五月 2020 | 00:52:33,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123.h +26 五月 2020 | 00:52:33,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704.h +26 五月 2020 | 00:52:33,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583MethodDeclarations.h +26 五月 2020 | 00:52:33,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123MethodDeclarations.h +26 五月 2020 | 00:52:33,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704MethodDeclarations.h +26 五月 2020 | 00:52:33,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651.h +26 五月 2020 | 00:52:33,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798.h +26 五月 2020 | 00:52:33,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081.h +26 五月 2020 | 00:52:33,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081MethodDeclarations.h +26 五月 2020 | 00:52:33,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798MethodDeclarations.h +26 五月 2020 | 00:52:33,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651MethodDeclarations.h +26 五月 2020 | 00:52:33,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858.h +26 五月 2020 | 00:52:33,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198.h +26 五月 2020 | 00:52:33,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926.h +26 五月 2020 | 00:52:33,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858MethodDeclarations.h +26 五月 2020 | 00:52:33,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198MethodDeclarations.h +26 五月 2020 | 00:52:33,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926MethodDeclarations.h +26 五月 2020 | 00:52:33,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687.h +26 五月 2020 | 00:52:33,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197.h +26 五月 2020 | 00:52:33,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974.h +26 五月 2020 | 00:52:34,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687MethodDeclarations.h +26 五月 2020 | 00:52:34,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197MethodDeclarations.h +26 五月 2020 | 00:52:34,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974MethodDeclarations.h +26 五月 2020 | 00:52:34,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892.h +26 五月 2020 | 00:52:34,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445.h +26 五月 2020 | 00:52:34,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892MethodDeclarations.h +26 五月 2020 | 00:52:34,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060.h +26 五月 2020 | 00:52:34,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812.h +26 五月 2020 | 00:52:34,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445MethodDeclarations.h +26 五月 2020 | 00:52:34,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628.h +26 五月 2020 | 00:52:34,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060MethodDeclarations.h +26 五月 2020 | 00:52:34,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812MethodDeclarations.h +26 五月 2020 | 00:52:34,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628MethodDeclarations.h +26 五月 2020 | 00:52:34,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829.h +26 五月 2020 | 00:52:34,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314.h +26 五月 2020 | 00:52:34,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861.h +26 五月 2020 | 00:52:34,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829MethodDeclarations.h +26 五月 2020 | 00:52:34,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314MethodDeclarations.h +26 五月 2020 | 00:52:34,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801.h +26 五月 2020 | 00:52:34,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861MethodDeclarations.h +26 五月 2020 | 00:52:34,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819.h +26 五月 2020 | 00:52:34,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801MethodDeclarations.h +26 五月 2020 | 00:52:34,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435.h +26 五月 2020 | 00:52:34,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819MethodDeclarations.h +26 五月 2020 | 00:52:34,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613.h +26 五月 2020 | 00:52:34,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435MethodDeclarations.h +26 五月 2020 | 00:52:34,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613MethodDeclarations.h +26 五月 2020 | 00:52:34,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523.h +26 五月 2020 | 00:52:34,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634.h +26 五月 2020 | 00:52:34,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523MethodDeclarations.h +26 五月 2020 | 00:52:34,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316.h +26 五月 2020 | 00:52:34,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634MethodDeclarations.h +26 五月 2020 | 00:52:34,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902.h +26 五月 2020 | 00:52:34,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316MethodDeclarations.h +26 五月 2020 | 00:52:34,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627.h +26 五月 2020 | 00:52:34,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886.h +26 五月 2020 | 00:52:34,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627MethodDeclarations.h +26 五月 2020 | 00:52:34,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902MethodDeclarations.h +26 五月 2020 | 00:52:34,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175.h +26 五月 2020 | 00:52:34,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846.h +26 五月 2020 | 00:52:34,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886MethodDeclarations.h +26 五月 2020 | 00:52:34,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175MethodDeclarations.h +26 五月 2020 | 00:52:34,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846MethodDeclarations.h +26 五月 2020 | 00:52:34,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205.h +26 五月 2020 | 00:52:34,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266.h +26 五月 2020 | 00:52:34,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351.h +26 五月 2020 | 00:52:34,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205MethodDeclarations.h +26 五月 2020 | 00:52:34,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266MethodDeclarations.h +26 五月 2020 | 00:52:34,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351MethodDeclarations.h +26 五月 2020 | 00:52:34,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027.h +26 五月 2020 | 00:52:34,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313.h +26 五月 2020 | 00:52:34,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116.h +26 五月 2020 | 00:52:34,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313MethodDeclarations.h +26 五月 2020 | 00:52:34,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027MethodDeclarations.h +26 五月 2020 | 00:52:34,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116MethodDeclarations.h +26 五月 2020 | 00:52:34,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247.h +26 五月 2020 | 00:52:34,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706.h +26 五月 2020 | 00:52:34,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315.h +26 五月 2020 | 00:52:34,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247MethodDeclarations.h +26 五月 2020 | 00:52:34,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706MethodDeclarations.h +26 五月 2020 | 00:52:34,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798.h +26 五月 2020 | 00:52:34,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798MethodDeclarations.h +26 五月 2020 | 00:52:34,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990.h +26 五月 2020 | 00:52:34,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996.h +26 五月 2020 | 00:52:34,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990MethodDeclarations.h +26 五月 2020 | 00:52:34,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315MethodDeclarations.h +26 五月 2020 | 00:52:34,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996MethodDeclarations.h +26 五月 2020 | 00:52:34,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697.h +26 五月 2020 | 00:52:34,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993.h +26 五月 2020 | 00:52:34,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891.h +26 五月 2020 | 00:52:34,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697MethodDeclarations.h +26 五月 2020 | 00:52:34,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993MethodDeclarations.h +26 五月 2020 | 00:52:34,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891MethodDeclarations.h +26 五月 2020 | 00:52:34,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016.h +26 五月 2020 | 00:52:34,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442.h +26 五月 2020 | 00:52:34,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340.h +26 五月 2020 | 00:52:34,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016MethodDeclarations.h +26 五月 2020 | 00:52:34,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442MethodDeclarations.h +26 五月 2020 | 00:52:34,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340MethodDeclarations.h +26 五月 2020 | 00:52:34,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611.h +26 五月 2020 | 00:52:34,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447.h +26 五月 2020 | 00:52:34,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202.h +26 五月 2020 | 00:52:34,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447MethodDeclarations.h +26 五月 2020 | 00:52:34,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611MethodDeclarations.h +26 五月 2020 | 00:52:34,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845.h +26 五月 2020 | 00:52:34,063 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202MethodDeclarations.h +26 五月 2020 | 00:52:34,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892.h +26 五月 2020 | 00:52:34,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491.h +26 五月 2020 | 00:52:34,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845MethodDeclarations.h +26 五月 2020 | 00:52:34,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491MethodDeclarations.h +26 五月 2020 | 00:52:34,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892MethodDeclarations.h +26 五月 2020 | 00:52:34,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684.h +26 五月 2020 | 00:52:34,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301.h +26 五月 2020 | 00:52:34,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621.h +26 五月 2020 | 00:52:34,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301MethodDeclarations.h +26 五月 2020 | 00:52:34,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684MethodDeclarations.h +26 五月 2020 | 00:52:34,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621MethodDeclarations.h +26 五月 2020 | 00:52:34,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333.h +26 五月 2020 | 00:52:34,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495.h +26 五月 2020 | 00:52:34,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880.h +26 五月 2020 | 00:52:34,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880MethodDeclarations.h +26 五月 2020 | 00:52:34,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333MethodDeclarations.h +26 五月 2020 | 00:52:34,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099.h +26 五月 2020 | 00:52:34,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099MethodDeclarations.h +26 五月 2020 | 00:52:34,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864.h +26 五月 2020 | 00:52:34,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405.h +26 五月 2020 | 00:52:34,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495MethodDeclarations.h +26 五月 2020 | 00:52:34,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405MethodDeclarations.h +26 五月 2020 | 00:52:34,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864MethodDeclarations.h +26 五月 2020 | 00:52:34,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016.h +26 五月 2020 | 00:52:34,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368.h +26 五月 2020 | 00:52:34,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016MethodDeclarations.h +26 五月 2020 | 00:52:34,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368MethodDeclarations.h +26 五月 2020 | 00:52:34,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583.h +26 五月 2020 | 00:52:34,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461.h +26 五月 2020 | 00:52:34,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583MethodDeclarations.h +26 五月 2020 | 00:52:34,113 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461MethodDeclarations.h +26 五月 2020 | 00:52:34,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202.h +26 五月 2020 | 00:52:34,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710.h +26 五月 2020 | 00:52:34,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576.h +26 五月 2020 | 00:52:34,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202MethodDeclarations.h +26 五月 2020 | 00:52:34,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785.h +26 五月 2020 | 00:52:34,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205.h +26 五月 2020 | 00:52:34,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975.h +26 五月 2020 | 00:52:34,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785MethodDeclarations.h +26 五月 2020 | 00:52:34,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205MethodDeclarations.h +26 五月 2020 | 00:52:34,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975MethodDeclarations.h +26 五月 2020 | 00:52:34,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583.h +26 五月 2020 | 00:52:34,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110.h +26 五月 2020 | 00:52:34,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027.h +26 五月 2020 | 00:52:34,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583MethodDeclarations.h +26 五月 2020 | 00:52:34,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110MethodDeclarations.h +26 五月 2020 | 00:52:34,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651.h +26 五月 2020 | 00:52:34,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027MethodDeclarations.h +26 五月 2020 | 00:52:34,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067.h +26 五月 2020 | 00:52:34,226 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651MethodDeclarations.h +26 五月 2020 | 00:52:34,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706.h +26 五月 2020 | 00:52:34,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067MethodDeclarations.h +26 五月 2020 | 00:52:34,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926.h +26 五月 2020 | 00:52:34,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706MethodDeclarations.h +26 五月 2020 | 00:52:34,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075.h +26 五月 2020 | 00:52:34,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926MethodDeclarations.h +26 五月 2020 | 00:52:34,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075MethodDeclarations.h +26 五月 2020 | 00:52:34,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197.h +26 五月 2020 | 00:52:34,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798.h +26 五月 2020 | 00:52:34,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932.h +26 五月 2020 | 00:52:34,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197MethodDeclarations.h +26 五月 2020 | 00:52:34,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932MethodDeclarations.h +26 五月 2020 | 00:52:34,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060.h +26 五月 2020 | 00:52:34,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798MethodDeclarations.h +26 五月 2020 | 00:52:34,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664.h +26 五月 2020 | 00:52:34,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664MethodDeclarations.h +26 五月 2020 | 00:52:34,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236.h +26 五月 2020 | 00:52:34,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236MethodDeclarations.h +26 五月 2020 | 00:52:34,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236.h +26 五月 2020 | 00:52:34,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236MethodDeclarations.h +26 五月 2020 | 00:52:34,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996.h +26 五月 2020 | 00:52:34,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609.h +26 五月 2020 | 00:52:34,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060MethodDeclarations.h +26 五月 2020 | 00:52:34,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996MethodDeclarations.h +26 五月 2020 | 00:52:34,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829.h +26 五月 2020 | 00:52:34,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609MethodDeclarations.h +26 五月 2020 | 00:52:34,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891.h +26 五月 2020 | 00:52:34,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093.h +26 五月 2020 | 00:52:34,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829MethodDeclarations.h +26 五月 2020 | 00:52:34,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891MethodDeclarations.h +26 五月 2020 | 00:52:34,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093MethodDeclarations.h +26 五月 2020 | 00:52:34,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801.h +26 五月 2020 | 00:52:34,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340.h +26 五月 2020 | 00:52:34,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085.h +26 五月 2020 | 00:52:34,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801MethodDeclarations.h +26 五月 2020 | 00:52:34,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340MethodDeclarations.h +26 五月 2020 | 00:52:34,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085MethodDeclarations.h +26 五月 2020 | 00:52:34,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613.h +26 五月 2020 | 00:52:34,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202.h +26 五月 2020 | 00:52:34,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182.h +26 五月 2020 | 00:52:34,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613MethodDeclarations.h +26 五月 2020 | 00:52:34,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202MethodDeclarations.h +26 五月 2020 | 00:52:34,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182MethodDeclarations.h +26 五月 2020 | 00:52:34,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316.h +26 五月 2020 | 00:52:34,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491.h +26 五月 2020 | 00:52:34,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604.h +26 五月 2020 | 00:52:34,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316MethodDeclarations.h +26 五月 2020 | 00:52:34,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491MethodDeclarations.h +26 五月 2020 | 00:52:34,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604MethodDeclarations.h +26 五月 2020 | 00:52:34,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627.h +26 五月 2020 | 00:52:34,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301.h +26 五月 2020 | 00:52:34,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740.h +26 五月 2020 | 00:52:34,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627MethodDeclarations.h +26 五月 2020 | 00:52:34,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301MethodDeclarations.h +26 五月 2020 | 00:52:34,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740MethodDeclarations.h +26 五月 2020 | 00:52:34,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846.h +26 五月 2020 | 00:52:34,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880.h +26 五月 2020 | 00:52:34,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741.h +26 五月 2020 | 00:52:34,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846MethodDeclarations.h +26 五月 2020 | 00:52:34,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880MethodDeclarations.h +26 五月 2020 | 00:52:34,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741MethodDeclarations.h +26 五月 2020 | 00:52:34,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351.h +26 五月 2020 | 00:52:34,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099.h +26 五月 2020 | 00:52:34,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742.h +26 五月 2020 | 00:52:34,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351MethodDeclarations.h +26 五月 2020 | 00:52:34,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099MethodDeclarations.h +26 五月 2020 | 00:52:34,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742MethodDeclarations.h +26 五月 2020 | 00:52:34,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313.h +26 五月 2020 | 00:52:34,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114.h +26 五月 2020 | 00:52:34,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864.h +26 五月 2020 | 00:52:34,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313MethodDeclarations.h +26 五月 2020 | 00:52:34,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114MethodDeclarations.h +26 五月 2020 | 00:52:34,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247.h +26 五月 2020 | 00:52:34,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975.h +26 五月 2020 | 00:52:34,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864MethodDeclarations.h +26 五月 2020 | 00:52:34,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975MethodDeclarations.h +26 五月 2020 | 00:52:34,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583.h +26 五月 2020 | 00:52:34,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381.h +26 五月 2020 | 00:52:34,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583MethodDeclarations.h +26 五月 2020 | 00:52:34,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381MethodDeclarations.h +26 五月 2020 | 00:52:34,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202.h +26 五月 2020 | 00:52:34,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770.h +26 五月 2020 | 00:52:34,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202MethodDeclarations.h +26 五月 2020 | 00:52:34,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770MethodDeclarations.h +26 五月 2020 | 00:52:34,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214.h +26 五月 2020 | 00:52:34,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989.h +26 五月 2020 | 00:52:34,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247MethodDeclarations.h +26 五月 2020 | 00:52:34,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214MethodDeclarations.h +26 五月 2020 | 00:52:34,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989MethodDeclarations.h +26 五月 2020 | 00:52:34,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990.h +26 五月 2020 | 00:52:34,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754.h +26 五月 2020 | 00:52:34,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566.h +26 五月 2020 | 00:52:34,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754MethodDeclarations.h +26 五月 2020 | 00:52:34,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990MethodDeclarations.h +26 五月 2020 | 00:52:34,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566MethodDeclarations.h +26 五月 2020 | 00:52:34,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697.h +26 五月 2020 | 00:52:34,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473.h +26 五月 2020 | 00:52:34,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274.h +26 五月 2020 | 00:52:34,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697MethodDeclarations.h +26 五月 2020 | 00:52:34,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473MethodDeclarations.h +26 五月 2020 | 00:52:34,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274MethodDeclarations.h +26 五月 2020 | 00:52:34,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016.h +26 五月 2020 | 00:52:34,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092.h +26 五月 2020 | 00:52:34,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704.h +26 五月 2020 | 00:52:34,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016MethodDeclarations.h +26 五月 2020 | 00:52:34,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704MethodDeclarations.h +26 五月 2020 | 00:52:34,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092MethodDeclarations.h +26 五月 2020 | 00:52:34,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447.h +26 五月 2020 | 00:52:34,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220.h +26 五月 2020 | 00:52:34,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042.h +26 五月 2020 | 00:52:34,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447MethodDeclarations.h +26 五月 2020 | 00:52:34,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042MethodDeclarations.h +26 五月 2020 | 00:52:34,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220MethodDeclarations.h +26 五月 2020 | 00:52:34,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892.h +26 五月 2020 | 00:52:34,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868.h +26 五月 2020 | 00:52:34,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609.h +26 五月 2020 | 00:52:34,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892MethodDeclarations.h +26 五月 2020 | 00:52:34,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868MethodDeclarations.h +26 五月 2020 | 00:52:34,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609MethodDeclarations.h +26 五月 2020 | 00:52:34,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621.h +26 五月 2020 | 00:52:34,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774.h +26 五月 2020 | 00:52:34,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819.h +26 五月 2020 | 00:52:34,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774MethodDeclarations.h +26 五月 2020 | 00:52:34,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051.h +26 五月 2020 | 00:52:34,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051MethodDeclarations.h +26 五月 2020 | 00:52:34,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346.h +26 五月 2020 | 00:52:34,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346MethodDeclarations.h +26 五月 2020 | 00:52:34,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719.h +26 五月 2020 | 00:52:34,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719MethodDeclarations.h +26 五月 2020 | 00:52:34,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203.h +26 五月 2020 | 00:52:34,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203MethodDeclarations.h +26 五月 2020 | 00:52:34,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292.h +26 五月 2020 | 00:52:34,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292MethodDeclarations.h +26 五月 2020 | 00:52:34,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814.h +26 五月 2020 | 00:52:34,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814MethodDeclarations.h +26 五月 2020 | 00:52:34,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203.h +26 五月 2020 | 00:52:34,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203MethodDeclarations.h +26 五月 2020 | 00:52:34,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850.h +26 五月 2020 | 00:52:34,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850MethodDeclarations.h +26 五月 2020 | 00:52:34,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819MethodDeclarations.h +26 五月 2020 | 00:52:34,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621MethodDeclarations.h +26 五月 2020 | 00:52:34,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851.h +26 五月 2020 | 00:52:34,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897.h +26 五月 2020 | 00:52:34,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495.h +26 五月 2020 | 00:52:34,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851MethodDeclarations.h +26 五月 2020 | 00:52:34,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495MethodDeclarations.h +26 五月 2020 | 00:52:34,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852.h +26 五月 2020 | 00:52:34,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897MethodDeclarations.h +26 五月 2020 | 00:52:34,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016.h +26 五月 2020 | 00:52:34,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852MethodDeclarations.h +26 五月 2020 | 00:52:34,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707.h +26 五月 2020 | 00:52:34,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224.h +26 五月 2020 | 00:52:34,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224MethodDeclarations.h +26 五月 2020 | 00:52:34,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707MethodDeclarations.h +26 五月 2020 | 00:52:34,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016MethodDeclarations.h +26 五月 2020 | 00:52:34,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085.h +26 五月 2020 | 00:52:34,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830.h +26 五月 2020 | 00:52:34,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710.h +26 五月 2020 | 00:52:34,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085MethodDeclarations.h +26 五月 2020 | 00:52:34,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830MethodDeclarations.h +26 五月 2020 | 00:52:34,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413.h +26 五月 2020 | 00:52:34,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989.h +26 五月 2020 | 00:52:34,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710MethodDeclarations.h +26 五月 2020 | 00:52:34,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413MethodDeclarations.h +26 五月 2020 | 00:52:34,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989MethodDeclarations.h +26 五月 2020 | 00:52:34,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345.h +26 五月 2020 | 00:52:34,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160.h +26 五月 2020 | 00:52:34,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620.h +26 五月 2020 | 00:52:34,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160MethodDeclarations.h +26 五月 2020 | 00:52:34,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620MethodDeclarations.h +26 五月 2020 | 00:52:34,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185.h +26 五月 2020 | 00:52:34,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679.h +26 五月 2020 | 00:52:34,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185MethodDeclarations.h +26 五月 2020 | 00:52:34,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679MethodDeclarations.h +26 五月 2020 | 00:52:34,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453.h +26 五月 2020 | 00:52:34,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453MethodDeclarations.h +26 五月 2020 | 00:52:34,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198.h +26 五月 2020 | 00:52:34,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198MethodDeclarations.h +26 五月 2020 | 00:52:34,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469.h +26 五月 2020 | 00:52:34,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345MethodDeclarations.h +26 五月 2020 | 00:52:34,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469MethodDeclarations.h +26 五月 2020 | 00:52:34,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123.h +26 五月 2020 | 00:52:34,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975.h +26 五月 2020 | 00:52:34,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123MethodDeclarations.h +26 五月 2020 | 00:52:34,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975MethodDeclarations.h +26 五月 2020 | 00:52:34,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706.h +26 五月 2020 | 00:52:34,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798.h +26 五月 2020 | 00:52:34,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110.h +26 五月 2020 | 00:52:34,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706MethodDeclarations.h +26 五月 2020 | 00:52:34,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110MethodDeclarations.h +26 五月 2020 | 00:52:34,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798MethodDeclarations.h +26 五月 2020 | 00:52:34,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248.h +26 五月 2020 | 00:52:34,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248MethodDeclarations.h +26 五月 2020 | 00:52:34,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198.h +26 五月 2020 | 00:52:34,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097.h +26 五月 2020 | 00:52:34,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198MethodDeclarations.h +26 五月 2020 | 00:52:34,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097MethodDeclarations.h +26 五月 2020 | 00:52:34,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974.h +26 五月 2020 | 00:52:34,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799.h +26 五月 2020 | 00:52:34,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974MethodDeclarations.h +26 五月 2020 | 00:52:34,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799MethodDeclarations.h +26 五月 2020 | 00:52:34,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445.h +26 五月 2020 | 00:52:34,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584.h +26 五月 2020 | 00:52:34,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445MethodDeclarations.h +26 五月 2020 | 00:52:34,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584MethodDeclarations.h +26 五月 2020 | 00:52:34,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628.h +26 五月 2020 | 00:52:34,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628MethodDeclarations.h +26 五月 2020 | 00:52:34,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861.h +26 五月 2020 | 00:52:34,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068.h +26 五月 2020 | 00:52:34,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068MethodDeclarations.h +26 五月 2020 | 00:52:34,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861MethodDeclarations.h +26 五月 2020 | 00:52:34,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157.h +26 五月 2020 | 00:52:34,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435.h +26 五月 2020 | 00:52:34,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157MethodDeclarations.h +26 五月 2020 | 00:52:34,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435MethodDeclarations.h +26 五月 2020 | 00:52:34,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729.h +26 五月 2020 | 00:52:34,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634.h +26 五月 2020 | 00:52:34,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634MethodDeclarations.h +26 五月 2020 | 00:52:34,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067.h +26 五月 2020 | 00:52:34,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729MethodDeclarations.h +26 五月 2020 | 00:52:34,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886.h +26 五月 2020 | 00:52:34,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067MethodDeclarations.h +26 五月 2020 | 00:52:34,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431.h +26 五月 2020 | 00:52:34,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886MethodDeclarations.h +26 五月 2020 | 00:52:34,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431MethodDeclarations.h +26 五月 2020 | 00:52:34,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205.h +26 五月 2020 | 00:52:34,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085.h +26 五月 2020 | 00:52:34,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075.h +26 五月 2020 | 00:52:34,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205MethodDeclarations.h +26 五月 2020 | 00:52:34,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075MethodDeclarations.h +26 五月 2020 | 00:52:34,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085MethodDeclarations.h +26 五月 2020 | 00:52:34,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027.h +26 五月 2020 | 00:52:34,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932.h +26 五月 2020 | 00:52:34,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474.h +26 五月 2020 | 00:52:34,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932MethodDeclarations.h +26 五月 2020 | 00:52:34,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474MethodDeclarations.h +26 五月 2020 | 00:52:34,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027MethodDeclarations.h +26 五月 2020 | 00:52:34,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664.h +26 五月 2020 | 00:52:34,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572.h +26 五月 2020 | 00:52:34,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706.h +26 五月 2020 | 00:52:34,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664MethodDeclarations.h +26 五月 2020 | 00:52:34,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572MethodDeclarations.h +26 五月 2020 | 00:52:34,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706MethodDeclarations.h +26 五月 2020 | 00:52:34,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236.h +26 五月 2020 | 00:52:34,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854.h +26 五月 2020 | 00:52:34,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798.h +26 五月 2020 | 00:52:34,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236MethodDeclarations.h +26 五月 2020 | 00:52:34,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854MethodDeclarations.h +26 五月 2020 | 00:52:34,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798MethodDeclarations.h +26 五月 2020 | 00:52:34,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236.h +26 五月 2020 | 00:52:34,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101.h +26 五月 2020 | 00:52:34,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996.h +26 五月 2020 | 00:52:34,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236MethodDeclarations.h +26 五月 2020 | 00:52:34,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101MethodDeclarations.h +26 五月 2020 | 00:52:34,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996MethodDeclarations.h +26 五月 2020 | 00:52:34,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609.h +26 五月 2020 | 00:52:34,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469.h +26 五月 2020 | 00:52:34,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609MethodDeclarations.h +26 五月 2020 | 00:52:34,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891.h +26 五月 2020 | 00:52:34,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469MethodDeclarations.h +26 五月 2020 | 00:52:34,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093.h +26 五月 2020 | 00:52:34,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093MethodDeclarations.h +26 五月 2020 | 00:52:34,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891MethodDeclarations.h +26 五月 2020 | 00:52:34,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042.h +26 五月 2020 | 00:52:34,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085.h +26 五月 2020 | 00:52:34,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042MethodDeclarations.h +26 五月 2020 | 00:52:34,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340.h +26 五月 2020 | 00:52:34,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085MethodDeclarations.h +26 五月 2020 | 00:52:34,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182.h +26 五月 2020 | 00:52:34,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009.h +26 五月 2020 | 00:52:34,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340MethodDeclarations.h +26 五月 2020 | 00:52:34,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182MethodDeclarations.h +26 五月 2020 | 00:52:34,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009MethodDeclarations.h +26 五月 2020 | 00:52:34,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202.h +26 五月 2020 | 00:52:34,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604.h +26 五月 2020 | 00:52:34,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849.h +26 五月 2020 | 00:52:34,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202MethodDeclarations.h +26 五月 2020 | 00:52:34,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604MethodDeclarations.h +26 五月 2020 | 00:52:34,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849MethodDeclarations.h +26 五月 2020 | 00:52:34,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491.h +26 五月 2020 | 00:52:34,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068.h +26 五月 2020 | 00:52:34,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491MethodDeclarations.h +26 五月 2020 | 00:52:34,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740.h +26 五月 2020 | 00:52:34,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068MethodDeclarations.h +26 五月 2020 | 00:52:34,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301.h +26 五月 2020 | 00:52:34,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573.h +26 五月 2020 | 00:52:34,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740MethodDeclarations.h +26 五月 2020 | 00:52:34,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301MethodDeclarations.h +26 五月 2020 | 00:52:34,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573MethodDeclarations.h +26 五月 2020 | 00:52:34,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741.h +26 五月 2020 | 00:52:34,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535.h +26 五月 2020 | 00:52:34,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880.h +26 五月 2020 | 00:52:34,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741MethodDeclarations.h +26 五月 2020 | 00:52:34,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535MethodDeclarations.h +26 五月 2020 | 00:52:34,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880MethodDeclarations.h +26 五月 2020 | 00:52:34,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742.h +26 五月 2020 | 00:52:34,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469.h +26 五月 2020 | 00:52:34,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099.h +26 五月 2020 | 00:52:34,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742MethodDeclarations.h +26 五月 2020 | 00:52:34,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469MethodDeclarations.h +26 五月 2020 | 00:52:34,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114.h +26 五月 2020 | 00:52:34,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099MethodDeclarations.h +26 五月 2020 | 00:52:34,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212.h +26 五月 2020 | 00:52:34,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864.h +26 五月 2020 | 00:52:34,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212MethodDeclarations.h +26 五月 2020 | 00:52:34,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864MethodDeclarations.h +26 五月 2020 | 00:52:34,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114MethodDeclarations.h +26 五月 2020 | 00:52:34,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583.h +26 五月 2020 | 00:52:34,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975.h +26 五月 2020 | 00:52:34,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919.h +26 五月 2020 | 00:52:34,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583MethodDeclarations.h +26 五月 2020 | 00:52:34,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975MethodDeclarations.h +26 五月 2020 | 00:52:34,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202.h +26 五月 2020 | 00:52:34,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381.h +26 五月 2020 | 00:52:34,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919MethodDeclarations.h +26 五月 2020 | 00:52:34,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202MethodDeclarations.h +26 五月 2020 | 00:52:34,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381MethodDeclarations.h +26 五月 2020 | 00:52:34,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238.h +26 五月 2020 | 00:52:34,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770.h +26 五月 2020 | 00:52:34,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238MethodDeclarations.h +26 五月 2020 | 00:52:34,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770MethodDeclarations.h +26 五月 2020 | 00:52:34,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669.h +26 五月 2020 | 00:52:34,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989.h +26 五月 2020 | 00:52:34,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669MethodDeclarations.h +26 五月 2020 | 00:52:34,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989MethodDeclarations.h +26 五月 2020 | 00:52:34,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114.h +26 五月 2020 | 00:52:34,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754.h +26 五月 2020 | 00:52:34,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214.h +26 五月 2020 | 00:52:34,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114MethodDeclarations.h +26 五月 2020 | 00:52:34,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754MethodDeclarations.h +26 五月 2020 | 00:52:34,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214MethodDeclarations.h +26 五月 2020 | 00:52:34,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843.h +26 五月 2020 | 00:52:34,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473.h +26 五月 2020 | 00:52:34,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566.h +26 五月 2020 | 00:52:34,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843MethodDeclarations.h +26 五月 2020 | 00:52:34,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566MethodDeclarations.h +26 五月 2020 | 00:52:34,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473MethodDeclarations.h +26 五月 2020 | 00:52:34,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717.h +26 五月 2020 | 00:52:34,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274.h +26 五月 2020 | 00:52:34,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092.h +26 五月 2020 | 00:52:34,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274MethodDeclarations.h +26 五月 2020 | 00:52:34,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717MethodDeclarations.h +26 五月 2020 | 00:52:34,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092MethodDeclarations.h +26 五月 2020 | 00:52:34,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704.h +26 五月 2020 | 00:52:34,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238.h +26 五月 2020 | 00:52:34,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042.h +26 五月 2020 | 00:52:34,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704MethodDeclarations.h +26 五月 2020 | 00:52:34,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238MethodDeclarations.h +26 五月 2020 | 00:52:34,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042MethodDeclarations.h +26 五月 2020 | 00:52:34,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220.h +26 五月 2020 | 00:52:34,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932.h +26 五月 2020 | 00:52:34,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868.h +26 五月 2020 | 00:52:34,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220MethodDeclarations.h +26 五月 2020 | 00:52:34,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932MethodDeclarations.h +26 五月 2020 | 00:52:34,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868MethodDeclarations.h +26 五月 2020 | 00:52:34,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609.h +26 五月 2020 | 00:52:34,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567.h +26 五月 2020 | 00:52:34,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774.h +26 五月 2020 | 00:52:34,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609MethodDeclarations.h +26 五月 2020 | 00:52:34,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567MethodDeclarations.h +26 五月 2020 | 00:52:34,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774MethodDeclarations.h +26 五月 2020 | 00:52:34,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819.h +26 五月 2020 | 00:52:34,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345.h +26 五月 2020 | 00:52:34,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051.h +26 五月 2020 | 00:52:34,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819MethodDeclarations.h +26 五月 2020 | 00:52:34,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345MethodDeclarations.h +26 五月 2020 | 00:52:34,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051MethodDeclarations.h +26 五月 2020 | 00:52:34,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346.h +26 五月 2020 | 00:52:34,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897.h +26 五月 2020 | 00:52:34,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020.h +26 五月 2020 | 00:52:34,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346MethodDeclarations.h +26 五月 2020 | 00:52:34,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897MethodDeclarations.h +26 五月 2020 | 00:52:34,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020MethodDeclarations.h +26 五月 2020 | 00:52:34,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719.h +26 五月 2020 | 00:52:34,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707.h +26 五月 2020 | 00:52:34,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420.h +26 五月 2020 | 00:52:34,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719MethodDeclarations.h +26 五月 2020 | 00:52:34,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707MethodDeclarations.h +26 五月 2020 | 00:52:34,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420MethodDeclarations.h +26 五月 2020 | 00:52:34,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203.h +26 五月 2020 | 00:52:34,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196.h +26 五月 2020 | 00:52:34,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830.h +26 五月 2020 | 00:52:34,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203MethodDeclarations.h +26 五月 2020 | 00:52:34,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196MethodDeclarations.h +26 五月 2020 | 00:52:34,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830MethodDeclarations.h +26 五月 2020 | 00:52:34,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292.h +26 五月 2020 | 00:52:34,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989.h +26 五月 2020 | 00:52:34,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858.h +26 五月 2020 | 00:52:34,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292MethodDeclarations.h +26 五月 2020 | 00:52:34,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989MethodDeclarations.h +26 五月 2020 | 00:52:34,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858MethodDeclarations.h +26 五月 2020 | 00:52:34,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814.h +26 五月 2020 | 00:52:34,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620.h +26 五月 2020 | 00:52:34,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720.h +26 五月 2020 | 00:52:34,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814MethodDeclarations.h +26 五月 2020 | 00:52:34,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620MethodDeclarations.h +26 五月 2020 | 00:52:34,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720MethodDeclarations.h +26 五月 2020 | 00:52:34,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679.h +26 五月 2020 | 00:52:34,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203.h +26 五月 2020 | 00:52:34,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963.h +26 五月 2020 | 00:52:34,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679MethodDeclarations.h +26 五月 2020 | 00:52:34,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203MethodDeclarations.h +26 五月 2020 | 00:52:34,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963MethodDeclarations.h +26 五月 2020 | 00:52:34,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850.h +26 五月 2020 | 00:52:34,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146.h +26 五月 2020 | 00:52:34,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198.h +26 五月 2020 | 00:52:34,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850MethodDeclarations.h +26 五月 2020 | 00:52:34,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198MethodDeclarations.h +26 五月 2020 | 00:52:34,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851.h +26 五月 2020 | 00:52:34,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975.h +26 五月 2020 | 00:52:34,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146MethodDeclarations.h +26 五月 2020 | 00:52:34,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851MethodDeclarations.h +26 五月 2020 | 00:52:34,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379.h +26 五月 2020 | 00:52:34,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975MethodDeclarations.h +26 五月 2020 | 00:52:34,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852.h +26 五月 2020 | 00:52:34,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379MethodDeclarations.h +26 五月 2020 | 00:52:34,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110.h +26 五月 2020 | 00:52:34,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852MethodDeclarations.h +26 五月 2020 | 00:52:34,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953.h +26 五月 2020 | 00:52:34,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110MethodDeclarations.h +26 五月 2020 | 00:52:34,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224.h +26 五月 2020 | 00:52:34,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953MethodDeclarations.h +26 五月 2020 | 00:52:34,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067.h +26 五月 2020 | 00:52:34,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224MethodDeclarations.h +26 五月 2020 | 00:52:34,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152.h +26 五月 2020 | 00:52:34,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152MethodDeclarations.h +26 五月 2020 | 00:52:34,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404.h +26 五月 2020 | 00:52:34,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404MethodDeclarations.h +26 五月 2020 | 00:52:34,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723.h +26 五月 2020 | 00:52:34,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067MethodDeclarations.h +26 五月 2020 | 00:52:34,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085.h +26 五月 2020 | 00:52:34,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723MethodDeclarations.h +26 五月 2020 | 00:52:34,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085MethodDeclarations.h +26 五月 2020 | 00:52:34,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545.h +26 五月 2020 | 00:52:34,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413.h +26 五月 2020 | 00:52:34,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545MethodDeclarations.h +26 五月 2020 | 00:52:34,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413MethodDeclarations.h +26 五月 2020 | 00:52:34,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075.h +26 五月 2020 | 00:52:34,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224.h +26 五月 2020 | 00:52:34,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160.h +26 五月 2020 | 00:52:34,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075MethodDeclarations.h +26 五月 2020 | 00:52:34,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224MethodDeclarations.h +26 五月 2020 | 00:52:34,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160MethodDeclarations.h +26 五月 2020 | 00:52:34,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932.h +26 五月 2020 | 00:52:34,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316.h +26 五月 2020 | 00:52:34,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185.h +26 五月 2020 | 00:52:34,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316MethodDeclarations.h +26 五月 2020 | 00:52:34,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932MethodDeclarations.h +26 五月 2020 | 00:52:34,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185MethodDeclarations.h +26 五月 2020 | 00:52:34,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514.h +26 五月 2020 | 00:52:34,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664.h +26 五月 2020 | 00:52:34,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664MethodDeclarations.h +26 五月 2020 | 00:52:34,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236.h +26 五月 2020 | 00:52:34,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453.h +26 五月 2020 | 00:52:34,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236MethodDeclarations.h +26 五月 2020 | 00:52:34,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453MethodDeclarations.h +26 五月 2020 | 00:52:34,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236.h +26 五月 2020 | 00:52:34,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236MethodDeclarations.h +26 五月 2020 | 00:52:34,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609.h +26 五月 2020 | 00:52:34,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609MethodDeclarations.h +26 五月 2020 | 00:52:34,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469.h +26 五月 2020 | 00:52:34,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469MethodDeclarations.h +26 五月 2020 | 00:52:34,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093.h +26 五月 2020 | 00:52:34,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093MethodDeclarations.h +26 五月 2020 | 00:52:34,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706.h +26 五月 2020 | 00:52:34,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085.h +26 五月 2020 | 00:52:34,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514MethodDeclarations.h +26 五月 2020 | 00:52:34,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706MethodDeclarations.h +26 五月 2020 | 00:52:34,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085MethodDeclarations.h +26 五月 2020 | 00:52:34,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409.h +26 五月 2020 | 00:52:34,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182.h +26 五月 2020 | 00:52:34,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248.h +26 五月 2020 | 00:52:34,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409MethodDeclarations.h +26 五月 2020 | 00:52:34,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182MethodDeclarations.h +26 五月 2020 | 00:52:34,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604.h +26 五月 2020 | 00:52:34,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634.h +26 五月 2020 | 00:52:34,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248MethodDeclarations.h +26 五月 2020 | 00:52:34,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604MethodDeclarations.h +26 五月 2020 | 00:52:34,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634MethodDeclarations.h +26 五月 2020 | 00:52:34,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740.h +26 五月 2020 | 00:52:34,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097.h +26 五月 2020 | 00:52:34,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833.h +26 五月 2020 | 00:52:34,715 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740MethodDeclarations.h +26 五月 2020 | 00:52:34,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097MethodDeclarations.h +26 五月 2020 | 00:52:34,715 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833MethodDeclarations.h +26 五月 2020 | 00:52:34,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741.h +26 五月 2020 | 00:52:34,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511.h +26 五月 2020 | 00:52:34,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741MethodDeclarations.h +26 五月 2020 | 00:52:34,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511MethodDeclarations.h +26 五月 2020 | 00:52:34,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799.h +26 五月 2020 | 00:52:34,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742.h +26 五月 2020 | 00:52:34,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960.h +26 五月 2020 | 00:52:34,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799MethodDeclarations.h +26 五月 2020 | 00:52:34,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742MethodDeclarations.h +26 五月 2020 | 00:52:34,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960MethodDeclarations.h +26 五月 2020 | 00:52:34,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584.h +26 五月 2020 | 00:52:34,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114.h +26 五月 2020 | 00:52:34,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129.h +26 五月 2020 | 00:52:34,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584MethodDeclarations.h +26 五月 2020 | 00:52:34,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114MethodDeclarations.h +26 五月 2020 | 00:52:34,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129MethodDeclarations.h +26 五月 2020 | 00:52:34,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975.h +26 五月 2020 | 00:52:34,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363.h +26 五月 2020 | 00:52:34,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975MethodDeclarations.h +26 五月 2020 | 00:52:34,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363MethodDeclarations.h +26 五月 2020 | 00:52:34,727 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381.h +26 五月 2020 | 00:52:34,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202.h +26 五月 2020 | 00:52:34,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381MethodDeclarations.h +26 五月 2020 | 00:52:34,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202MethodDeclarations.h +26 五月 2020 | 00:52:34,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770.h +26 五月 2020 | 00:52:34,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851.h +26 五月 2020 | 00:52:34,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770MethodDeclarations.h +26 五月 2020 | 00:52:34,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068.h +26 五月 2020 | 00:52:34,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851MethodDeclarations.h +26 五月 2020 | 00:52:34,732 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989.h +26 五月 2020 | 00:52:34,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068MethodDeclarations.h +26 五月 2020 | 00:52:34,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923.h +26 五月 2020 | 00:52:34,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989MethodDeclarations.h +26 五月 2020 | 00:52:34,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157.h +26 五月 2020 | 00:52:34,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923MethodDeclarations.h +26 五月 2020 | 00:52:34,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157MethodDeclarations.h +26 五月 2020 | 00:52:34,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886.h +26 五月 2020 | 00:52:34,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754.h +26 五月 2020 | 00:52:34,738 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886MethodDeclarations.h +26 五月 2020 | 00:52:34,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729.h +26 五月 2020 | 00:52:34,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754MethodDeclarations.h +26 五月 2020 | 00:52:34,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979.h +26 五月 2020 | 00:52:34,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473.h +26 五月 2020 | 00:52:34,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729MethodDeclarations.h +26 五月 2020 | 00:52:34,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979MethodDeclarations.h +26 五月 2020 | 00:52:34,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431.h +26 五月 2020 | 00:52:34,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094.h +26 五月 2020 | 00:52:34,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473MethodDeclarations.h +26 五月 2020 | 00:52:34,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431MethodDeclarations.h +26 五月 2020 | 00:52:34,745 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094MethodDeclarations.h +26 五月 2020 | 00:52:34,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092.h +26 五月 2020 | 00:52:34,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085.h +26 五月 2020 | 00:52:34,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448.h +26 五月 2020 | 00:52:34,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092MethodDeclarations.h +26 五月 2020 | 00:52:34,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448MethodDeclarations.h +26 五月 2020 | 00:52:34,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042.h +26 五月 2020 | 00:52:34,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223.h +26 五月 2020 | 00:52:34,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042MethodDeclarations.h +26 五月 2020 | 00:52:34,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223MethodDeclarations.h +26 五月 2020 | 00:52:34,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085MethodDeclarations.h +26 五月 2020 | 00:52:34,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868.h +26 五月 2020 | 00:52:34,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379.h +26 五月 2020 | 00:52:34,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474.h +26 五月 2020 | 00:52:34,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868MethodDeclarations.h +26 五月 2020 | 00:52:34,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379MethodDeclarations.h +26 五月 2020 | 00:52:34,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474MethodDeclarations.h +26 五月 2020 | 00:52:34,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774.h +26 五月 2020 | 00:52:34,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533.h +26 五月 2020 | 00:52:34,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572.h +26 五月 2020 | 00:52:34,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774MethodDeclarations.h +26 五月 2020 | 00:52:34,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533MethodDeclarations.h +26 五月 2020 | 00:52:34,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051.h +26 五月 2020 | 00:52:34,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572MethodDeclarations.h +26 五月 2020 | 00:52:34,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362.h +26 五月 2020 | 00:52:34,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051MethodDeclarations.h +26 五月 2020 | 00:52:34,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854.h +26 五月 2020 | 00:52:34,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346.h +26 五月 2020 | 00:52:34,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362MethodDeclarations.h +26 五月 2020 | 00:52:34,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346MethodDeclarations.h +26 五月 2020 | 00:52:34,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854MethodDeclarations.h +26 五月 2020 | 00:52:34,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567.h +26 五月 2020 | 00:52:34,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719.h +26 五月 2020 | 00:52:34,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101.h +26 五月 2020 | 00:52:34,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567MethodDeclarations.h +26 五月 2020 | 00:52:34,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719MethodDeclarations.h +26 五月 2020 | 00:52:34,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101MethodDeclarations.h +26 五月 2020 | 00:52:34,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487.h +26 五月 2020 | 00:52:34,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203.h +26 五月 2020 | 00:52:34,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469.h +26 五月 2020 | 00:52:34,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487MethodDeclarations.h +26 五月 2020 | 00:52:34,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203MethodDeclarations.h +26 五月 2020 | 00:52:34,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469MethodDeclarations.h +26 五月 2020 | 00:52:34,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198.h +26 五月 2020 | 00:52:34,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292.h +26 五月 2020 | 00:52:34,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198MethodDeclarations.h +26 五月 2020 | 00:52:34,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292MethodDeclarations.h +26 五月 2020 | 00:52:34,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577.h +26 五月 2020 | 00:52:34,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814.h +26 五月 2020 | 00:52:34,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577MethodDeclarations.h +26 五月 2020 | 00:52:34,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814MethodDeclarations.h +26 五月 2020 | 00:52:34,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238.h +26 五月 2020 | 00:52:34,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203.h +26 五月 2020 | 00:52:34,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238MethodDeclarations.h +26 五月 2020 | 00:52:34,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203MethodDeclarations.h +26 五月 2020 | 00:52:34,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005.h +26 五月 2020 | 00:52:34,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850.h +26 五月 2020 | 00:52:34,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005MethodDeclarations.h +26 五月 2020 | 00:52:34,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850MethodDeclarations.h +26 五月 2020 | 00:52:34,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007.h +26 五月 2020 | 00:52:34,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851.h +26 五月 2020 | 00:52:34,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851MethodDeclarations.h +26 五月 2020 | 00:52:34,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852.h +26 五月 2020 | 00:52:34,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852MethodDeclarations.h +26 五月 2020 | 00:52:34,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224.h +26 五月 2020 | 00:52:34,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224MethodDeclarations.h +26 五月 2020 | 00:52:34,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085.h +26 五月 2020 | 00:52:34,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085MethodDeclarations.h +26 五月 2020 | 00:52:34,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413.h +26 五月 2020 | 00:52:34,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007MethodDeclarations.h +26 五月 2020 | 00:52:34,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805.h +26 五月 2020 | 00:52:34,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413MethodDeclarations.h +26 五月 2020 | 00:52:34,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805MethodDeclarations.h +26 五月 2020 | 00:52:34,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160.h +26 五月 2020 | 00:52:34,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873.h +26 五月 2020 | 00:52:34,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160MethodDeclarations.h +26 五月 2020 | 00:52:34,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873MethodDeclarations.h +26 五月 2020 | 00:52:34,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185.h +26 五月 2020 | 00:52:34,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185MethodDeclarations.h +26 五月 2020 | 00:52:34,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042.h +26 五月 2020 | 00:52:34,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148.h +26 五月 2020 | 00:52:34,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453.h +26 五月 2020 | 00:52:34,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042MethodDeclarations.h +26 五月 2020 | 00:52:34,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148MethodDeclarations.h +26 五月 2020 | 00:52:34,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453MethodDeclarations.h +26 五月 2020 | 00:52:34,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419.h +26 五月 2020 | 00:52:34,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419MethodDeclarations.h +26 五月 2020 | 00:52:34,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009.h +26 五月 2020 | 00:52:34,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469.h +26 五月 2020 | 00:52:34,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282.h +26 五月 2020 | 00:52:34,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469MethodDeclarations.h +26 五月 2020 | 00:52:34,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009MethodDeclarations.h +26 五月 2020 | 00:52:34,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849.h +26 五月 2020 | 00:52:34,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706.h +26 五月 2020 | 00:52:34,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282MethodDeclarations.h +26 五月 2020 | 00:52:34,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849MethodDeclarations.h +26 五月 2020 | 00:52:34,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051.h +26 五月 2020 | 00:52:34,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706MethodDeclarations.h +26 五月 2020 | 00:52:34,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068.h +26 五月 2020 | 00:52:34,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051MethodDeclarations.h +26 五月 2020 | 00:52:34,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248.h +26 五月 2020 | 00:52:34,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068MethodDeclarations.h +26 五月 2020 | 00:52:34,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023.h +26 五月 2020 | 00:52:34,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573.h +26 五月 2020 | 00:52:34,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248MethodDeclarations.h +26 五月 2020 | 00:52:34,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023MethodDeclarations.h +26 五月 2020 | 00:52:34,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573MethodDeclarations.h +26 五月 2020 | 00:52:34,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835.h +26 五月 2020 | 00:52:34,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097.h +26 五月 2020 | 00:52:34,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535.h +26 五月 2020 | 00:52:34,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835MethodDeclarations.h +26 五月 2020 | 00:52:34,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097MethodDeclarations.h +26 五月 2020 | 00:52:34,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535MethodDeclarations.h +26 五月 2020 | 00:52:34,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538.h +26 五月 2020 | 00:52:34,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799.h +26 五月 2020 | 00:52:34,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469.h +26 五月 2020 | 00:52:34,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538MethodDeclarations.h +26 五月 2020 | 00:52:34,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799MethodDeclarations.h +26 五月 2020 | 00:52:34,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469MethodDeclarations.h +26 五月 2020 | 00:52:34,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554.h +26 五月 2020 | 00:52:34,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584.h +26 五月 2020 | 00:52:34,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212.h +26 五月 2020 | 00:52:34,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584MethodDeclarations.h +26 五月 2020 | 00:52:34,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212MethodDeclarations.h +26 五月 2020 | 00:52:34,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554MethodDeclarations.h +26 五月 2020 | 00:52:34,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645.h +26 五月 2020 | 00:52:34,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645MethodDeclarations.h +26 五月 2020 | 00:52:34,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478.h +26 五月 2020 | 00:52:34,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919.h +26 五月 2020 | 00:52:34,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478MethodDeclarations.h +26 五月 2020 | 00:52:34,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919MethodDeclarations.h +26 五月 2020 | 00:52:34,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673.h +26 五月 2020 | 00:52:34,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068.h +26 五月 2020 | 00:52:34,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238.h +26 五月 2020 | 00:52:34,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068MethodDeclarations.h +26 五月 2020 | 00:52:34,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238MethodDeclarations.h +26 五月 2020 | 00:52:34,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673MethodDeclarations.h +26 五月 2020 | 00:52:34,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157.h +26 五月 2020 | 00:52:34,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669.h +26 五月 2020 | 00:52:34,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742.h +26 五月 2020 | 00:52:34,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157MethodDeclarations.h +26 五月 2020 | 00:52:34,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669MethodDeclarations.h +26 五月 2020 | 00:52:34,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742MethodDeclarations.h +26 五月 2020 | 00:52:34,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729.h +26 五月 2020 | 00:52:34,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646.h +26 五月 2020 | 00:52:34,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729MethodDeclarations.h +26 五月 2020 | 00:52:34,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646MethodDeclarations.h +26 五月 2020 | 00:52:34,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431.h +26 五月 2020 | 00:52:34,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182.h +26 五月 2020 | 00:52:34,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431MethodDeclarations.h +26 五月 2020 | 00:52:34,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182MethodDeclarations.h +26 五月 2020 | 00:52:34,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085.h +26 五月 2020 | 00:52:34,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385.h +26 五月 2020 | 00:52:34,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085MethodDeclarations.h +26 五月 2020 | 00:52:34,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385MethodDeclarations.h +26 五月 2020 | 00:52:34,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386.h +26 五月 2020 | 00:52:34,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474.h +26 五月 2020 | 00:52:34,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386MethodDeclarations.h +26 五月 2020 | 00:52:34,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474MethodDeclarations.h +26 五月 2020 | 00:52:34,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387.h +26 五月 2020 | 00:52:34,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572.h +26 五月 2020 | 00:52:34,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387MethodDeclarations.h +26 五月 2020 | 00:52:34,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572MethodDeclarations.h +26 五月 2020 | 00:52:34,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620.h +26 五月 2020 | 00:52:34,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854.h +26 五月 2020 | 00:52:34,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620MethodDeclarations.h +26 五月 2020 | 00:52:34,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854MethodDeclarations.h +26 五月 2020 | 00:52:34,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634.h +26 五月 2020 | 00:52:34,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101.h +26 五月 2020 | 00:52:34,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634MethodDeclarations.h +26 五月 2020 | 00:52:34,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101MethodDeclarations.h +26 五月 2020 | 00:52:34,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450.h +26 五月 2020 | 00:52:34,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469.h +26 五月 2020 | 00:52:34,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450MethodDeclarations.h +26 五月 2020 | 00:52:34,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469MethodDeclarations.h +26 五月 2020 | 00:52:34,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101.h +26 五月 2020 | 00:52:34,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101MethodDeclarations.h +26 五月 2020 | 00:52:34,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042.h +26 五月 2020 | 00:52:34,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114.h +26 五月 2020 | 00:52:34,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535.h +26 五月 2020 | 00:52:34,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042MethodDeclarations.h +26 五月 2020 | 00:52:34,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114MethodDeclarations.h +26 五月 2020 | 00:52:34,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843.h +26 五月 2020 | 00:52:34,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535MethodDeclarations.h +26 五月 2020 | 00:52:34,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843MethodDeclarations.h +26 五月 2020 | 00:52:35,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787.h +26 五月 2020 | 00:52:35,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717.h +26 五月 2020 | 00:52:35,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787MethodDeclarations.h +26 五月 2020 | 00:52:35,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231.h +26 五月 2020 | 00:52:35,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717MethodDeclarations.h +26 五月 2020 | 00:52:35,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231MethodDeclarations.h +26 五月 2020 | 00:52:35,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238.h +26 五月 2020 | 00:52:35,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809.h +26 五月 2020 | 00:52:35,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238MethodDeclarations.h +26 五月 2020 | 00:52:35,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932.h +26 五月 2020 | 00:52:35,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809MethodDeclarations.h +26 五月 2020 | 00:52:35,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932MethodDeclarations.h +26 五月 2020 | 00:52:35,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076.h +26 五月 2020 | 00:52:35,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076MethodDeclarations.h +26 五月 2020 | 00:52:35,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567.h +26 五月 2020 | 00:52:35,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567MethodDeclarations.h +26 五月 2020 | 00:52:35,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447.h +26 五月 2020 | 00:52:35,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345.h +26 五月 2020 | 00:52:35,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447MethodDeclarations.h +26 五月 2020 | 00:52:35,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345MethodDeclarations.h +26 五月 2020 | 00:52:35,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207.h +26 五月 2020 | 00:52:35,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207MethodDeclarations.h +26 五月 2020 | 00:52:35,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020.h +26 五月 2020 | 00:52:35,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125.h +26 五月 2020 | 00:52:35,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125MethodDeclarations.h +26 五月 2020 | 00:52:35,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020MethodDeclarations.h +26 五月 2020 | 00:52:35,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720.h +26 五月 2020 | 00:52:35,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420.h +26 五月 2020 | 00:52:35,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720MethodDeclarations.h +26 五月 2020 | 00:52:35,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420MethodDeclarations.h +26 五月 2020 | 00:52:35,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143.h +26 五月 2020 | 00:52:35,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196.h +26 五月 2020 | 00:52:35,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143MethodDeclarations.h +26 五月 2020 | 00:52:35,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196MethodDeclarations.h +26 五月 2020 | 00:52:35,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519.h +26 五月 2020 | 00:52:35,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009.h +26 五月 2020 | 00:52:35,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858.h +26 五月 2020 | 00:52:35,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519MethodDeclarations.h +26 五月 2020 | 00:52:35,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009MethodDeclarations.h +26 五月 2020 | 00:52:35,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819.h +26 五月 2020 | 00:52:35,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858MethodDeclarations.h +26 五月 2020 | 00:52:35,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849.h +26 五月 2020 | 00:52:35,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819MethodDeclarations.h +26 五月 2020 | 00:52:35,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720.h +26 五月 2020 | 00:52:35,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849MethodDeclarations.h +26 五月 2020 | 00:52:35,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144.h +26 五月 2020 | 00:52:35,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720MethodDeclarations.h +26 五月 2020 | 00:52:35,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068.h +26 五月 2020 | 00:52:35,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144MethodDeclarations.h +26 五月 2020 | 00:52:35,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963.h +26 五月 2020 | 00:52:35,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068MethodDeclarations.h +26 五月 2020 | 00:52:35,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867.h +26 五月 2020 | 00:52:35,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963MethodDeclarations.h +26 五月 2020 | 00:52:35,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573.h +26 五月 2020 | 00:52:35,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867MethodDeclarations.h +26 五月 2020 | 00:52:35,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146.h +26 五月 2020 | 00:52:35,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573MethodDeclarations.h +26 五月 2020 | 00:52:35,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354.h +26 五月 2020 | 00:52:35,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535.h +26 五月 2020 | 00:52:35,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354MethodDeclarations.h +26 五月 2020 | 00:52:35,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535MethodDeclarations.h +26 五月 2020 | 00:52:35,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432.h +26 五月 2020 | 00:52:35,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469.h +26 五月 2020 | 00:52:35,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469MethodDeclarations.h +26 五月 2020 | 00:52:35,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212.h +26 五月 2020 | 00:52:35,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432MethodDeclarations.h +26 五月 2020 | 00:52:35,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212MethodDeclarations.h +26 五月 2020 | 00:52:35,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242.h +26 五月 2020 | 00:52:35,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242MethodDeclarations.h +26 五月 2020 | 00:52:35,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275.h +26 五月 2020 | 00:52:35,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275MethodDeclarations.h +26 五月 2020 | 00:52:35,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274.h +26 五月 2020 | 00:52:35,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274MethodDeclarations.h +26 五月 2020 | 00:52:35,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277.h +26 五月 2020 | 00:52:35,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277MethodDeclarations.h +26 五月 2020 | 00:52:35,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435.h +26 五月 2020 | 00:52:35,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435MethodDeclarations.h +26 五月 2020 | 00:52:35,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146MethodDeclarations.h +26 五月 2020 | 00:52:35,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919.h +26 五月 2020 | 00:52:35,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189.h +26 五月 2020 | 00:52:35,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379.h +26 五月 2020 | 00:52:35,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189MethodDeclarations.h +26 五月 2020 | 00:52:35,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155.h +26 五月 2020 | 00:52:35,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919MethodDeclarations.h +26 五月 2020 | 00:52:35,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238.h +26 五月 2020 | 00:52:35,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155MethodDeclarations.h +26 五月 2020 | 00:52:35,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238MethodDeclarations.h +26 五月 2020 | 00:52:35,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720.h +26 五月 2020 | 00:52:35,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669.h +26 五月 2020 | 00:52:35,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669MethodDeclarations.h +26 五月 2020 | 00:52:35,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114.h +26 五月 2020 | 00:52:35,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114MethodDeclarations.h +26 五月 2020 | 00:52:35,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843.h +26 五月 2020 | 00:52:35,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379MethodDeclarations.h +26 五月 2020 | 00:52:35,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720MethodDeclarations.h +26 五月 2020 | 00:52:35,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953.h +26 五月 2020 | 00:52:35,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991.h +26 五月 2020 | 00:52:35,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953MethodDeclarations.h +26 五月 2020 | 00:52:35,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991MethodDeclarations.h +26 五月 2020 | 00:52:35,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152.h +26 五月 2020 | 00:52:35,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152MethodDeclarations.h +26 五月 2020 | 00:52:35,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404.h +26 五月 2020 | 00:52:35,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404MethodDeclarations.h +26 五月 2020 | 00:52:35,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723.h +26 五月 2020 | 00:52:35,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723MethodDeclarations.h +26 五月 2020 | 00:52:35,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545.h +26 五月 2020 | 00:52:35,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545MethodDeclarations.h +26 五月 2020 | 00:52:35,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224.h +26 五月 2020 | 00:52:35,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224MethodDeclarations.h +26 五月 2020 | 00:52:35,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316.h +26 五月 2020 | 00:52:35,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316MethodDeclarations.h +26 五月 2020 | 00:52:35,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514.h +26 五月 2020 | 00:52:35,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514MethodDeclarations.h +26 五月 2020 | 00:52:35,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409.h +26 五月 2020 | 00:52:35,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409MethodDeclarations.h +26 五月 2020 | 00:52:35,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634.h +26 五月 2020 | 00:52:35,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634MethodDeclarations.h +26 五月 2020 | 00:52:35,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833.h +26 五月 2020 | 00:52:35,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833MethodDeclarations.h +26 五月 2020 | 00:52:35,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511.h +26 五月 2020 | 00:52:35,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843MethodDeclarations.h +26 五月 2020 | 00:52:35,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717.h +26 五月 2020 | 00:52:35,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717MethodDeclarations.h +26 五月 2020 | 00:52:35,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511MethodDeclarations.h +26 五月 2020 | 00:52:35,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425.h +26 五月 2020 | 00:52:35,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238.h +26 五月 2020 | 00:52:35,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960.h +26 五月 2020 | 00:52:35,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425MethodDeclarations.h +26 五月 2020 | 00:52:35,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238MethodDeclarations.h +26 五月 2020 | 00:52:35,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960MethodDeclarations.h +26 五月 2020 | 00:52:35,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701.h +26 五月 2020 | 00:52:35,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932.h +26 五月 2020 | 00:52:35,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129.h +26 五月 2020 | 00:52:35,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701MethodDeclarations.h +26 五月 2020 | 00:52:35,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932MethodDeclarations.h +26 五月 2020 | 00:52:35,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129MethodDeclarations.h +26 五月 2020 | 00:52:35,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668.h +26 五月 2020 | 00:52:35,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567.h +26 五月 2020 | 00:52:35,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363.h +26 五月 2020 | 00:52:35,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668MethodDeclarations.h +26 五月 2020 | 00:52:35,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567MethodDeclarations.h +26 五月 2020 | 00:52:35,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196.h +26 五月 2020 | 00:52:35,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363MethodDeclarations.h +26 五月 2020 | 00:52:35,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345.h +26 五月 2020 | 00:52:35,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202.h +26 五月 2020 | 00:52:35,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345MethodDeclarations.h +26 五月 2020 | 00:52:35,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202MethodDeclarations.h +26 五月 2020 | 00:52:35,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851.h +26 五月 2020 | 00:52:35,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851MethodDeclarations.h +26 五月 2020 | 00:52:35,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196MethodDeclarations.h +26 五月 2020 | 00:52:35,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923.h +26 五月 2020 | 00:52:35,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421.h +26 五月 2020 | 00:52:35,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923MethodDeclarations.h +26 五月 2020 | 00:52:35,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421MethodDeclarations.h +26 五月 2020 | 00:52:35,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886.h +26 五月 2020 | 00:52:35,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765.h +26 五月 2020 | 00:52:35,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886MethodDeclarations.h +26 五月 2020 | 00:52:35,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765MethodDeclarations.h +26 五月 2020 | 00:52:35,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979.h +26 五月 2020 | 00:52:35,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020.h +26 五月 2020 | 00:52:35,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645.h +26 五月 2020 | 00:52:35,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979MethodDeclarations.h +26 五月 2020 | 00:52:35,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020MethodDeclarations.h +26 五月 2020 | 00:52:35,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645MethodDeclarations.h +26 五月 2020 | 00:52:35,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094.h +26 五月 2020 | 00:52:35,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420.h +26 五月 2020 | 00:52:35,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936.h +26 五月 2020 | 00:52:35,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094MethodDeclarations.h +26 五月 2020 | 00:52:35,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420MethodDeclarations.h +26 五月 2020 | 00:52:35,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936MethodDeclarations.h +26 五月 2020 | 00:52:35,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448.h +26 五月 2020 | 00:52:35,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196.h +26 五月 2020 | 00:52:35,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989.h +26 五月 2020 | 00:52:35,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448MethodDeclarations.h +26 五月 2020 | 00:52:35,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196MethodDeclarations.h +26 五月 2020 | 00:52:35,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989MethodDeclarations.h +26 五月 2020 | 00:52:35,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223.h +26 五月 2020 | 00:52:35,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029.h +26 五月 2020 | 00:52:35,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223MethodDeclarations.h +26 五月 2020 | 00:52:35,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029MethodDeclarations.h +26 五月 2020 | 00:52:35,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379.h +26 五月 2020 | 00:52:35,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667.h +26 五月 2020 | 00:52:35,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667MethodDeclarations.h +26 五月 2020 | 00:52:35,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858.h +26 五月 2020 | 00:52:35,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379MethodDeclarations.h +26 五月 2020 | 00:52:35,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858MethodDeclarations.h +26 五月 2020 | 00:52:35,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386.h +26 五月 2020 | 00:52:35,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533.h +26 五月 2020 | 00:52:35,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386MethodDeclarations.h +26 五月 2020 | 00:52:35,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720.h +26 五月 2020 | 00:52:35,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533MethodDeclarations.h +26 五月 2020 | 00:52:35,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720MethodDeclarations.h +26 五月 2020 | 00:52:35,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362.h +26 五月 2020 | 00:52:35,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963.h +26 五月 2020 | 00:52:35,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362MethodDeclarations.h +26 五月 2020 | 00:52:35,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963MethodDeclarations.h +26 五月 2020 | 00:52:35,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567.h +26 五月 2020 | 00:52:35,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567MethodDeclarations.h +26 五月 2020 | 00:52:35,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146.h +26 五月 2020 | 00:52:35,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146MethodDeclarations.h +26 五月 2020 | 00:52:35,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188.h +26 五月 2020 | 00:52:35,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379.h +26 五月 2020 | 00:52:35,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188MethodDeclarations.h +26 五月 2020 | 00:52:35,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379MethodDeclarations.h +26 五月 2020 | 00:52:35,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031.h +26 五月 2020 | 00:52:35,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953.h +26 五月 2020 | 00:52:35,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031MethodDeclarations.h +26 五月 2020 | 00:52:35,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953MethodDeclarations.h +26 五月 2020 | 00:52:35,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999.h +26 五月 2020 | 00:52:35,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152.h +26 五月 2020 | 00:52:35,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999MethodDeclarations.h +26 五月 2020 | 00:52:35,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152MethodDeclarations.h +26 五月 2020 | 00:52:35,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973.h +26 五月 2020 | 00:52:35,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404.h +26 五月 2020 | 00:52:35,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973MethodDeclarations.h +26 五月 2020 | 00:52:35,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404MethodDeclarations.h +26 五月 2020 | 00:52:35,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723.h +26 五月 2020 | 00:52:35,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723MethodDeclarations.h +26 五月 2020 | 00:52:35,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545.h +26 五月 2020 | 00:52:35,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545MethodDeclarations.h +26 五月 2020 | 00:52:35,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224.h +26 五月 2020 | 00:52:35,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224MethodDeclarations.h +26 五月 2020 | 00:52:35,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316.h +26 五月 2020 | 00:52:35,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316MethodDeclarations.h +26 五月 2020 | 00:52:35,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514.h +26 五月 2020 | 00:52:36,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970.h +26 五月 2020 | 00:52:36,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487.h +26 五月 2020 | 00:52:36,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514MethodDeclarations.h +26 五月 2020 | 00:52:36,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487MethodDeclarations.h +26 五月 2020 | 00:52:36,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970MethodDeclarations.h +26 五月 2020 | 00:52:36,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409.h +26 五月 2020 | 00:52:36,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198.h +26 五月 2020 | 00:52:36,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409MethodDeclarations.h +26 五月 2020 | 00:52:36,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423.h +26 五月 2020 | 00:52:36,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198MethodDeclarations.h +26 五月 2020 | 00:52:36,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634.h +26 五月 2020 | 00:52:36,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423MethodDeclarations.h +26 五月 2020 | 00:52:36,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577.h +26 五月 2020 | 00:52:36,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634MethodDeclarations.h +26 五月 2020 | 00:52:36,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491.h +26 五月 2020 | 00:52:36,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833.h +26 五月 2020 | 00:52:36,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491MethodDeclarations.h +26 五月 2020 | 00:52:36,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833MethodDeclarations.h +26 五月 2020 | 00:52:36,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511.h +26 五月 2020 | 00:52:36,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511MethodDeclarations.h +26 五月 2020 | 00:52:36,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960.h +26 五月 2020 | 00:52:36,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960MethodDeclarations.h +26 五月 2020 | 00:52:36,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129.h +26 五月 2020 | 00:52:36,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129MethodDeclarations.h +26 五月 2020 | 00:52:36,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363.h +26 五月 2020 | 00:52:36,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363MethodDeclarations.h +26 五月 2020 | 00:52:36,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202.h +26 五月 2020 | 00:52:36,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202MethodDeclarations.h +26 五月 2020 | 00:52:36,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851.h +26 五月 2020 | 00:52:36,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851MethodDeclarations.h +26 五月 2020 | 00:52:36,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923.h +26 五月 2020 | 00:52:36,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923MethodDeclarations.h +26 五月 2020 | 00:52:36,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886.h +26 五月 2020 | 00:52:36,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886MethodDeclarations.h +26 五月 2020 | 00:52:36,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979.h +26 五月 2020 | 00:52:36,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979MethodDeclarations.h +26 五月 2020 | 00:52:36,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577MethodDeclarations.h +26 五月 2020 | 00:52:36,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094.h +26 五月 2020 | 00:52:36,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238.h +26 五月 2020 | 00:52:36,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094MethodDeclarations.h +26 五月 2020 | 00:52:36,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238MethodDeclarations.h +26 五月 2020 | 00:52:36,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005.h +26 五月 2020 | 00:52:36,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448.h +26 五月 2020 | 00:52:36,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005MethodDeclarations.h +26 五月 2020 | 00:52:36,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448MethodDeclarations.h +26 五月 2020 | 00:52:36,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766.h +26 五月 2020 | 00:52:36,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007.h +26 五月 2020 | 00:52:36,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223.h +26 五月 2020 | 00:52:36,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766MethodDeclarations.h +26 五月 2020 | 00:52:36,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007MethodDeclarations.h +26 五月 2020 | 00:52:36,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223MethodDeclarations.h +26 五月 2020 | 00:52:36,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855.h +26 五月 2020 | 00:52:36,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379.h +26 五月 2020 | 00:52:36,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805.h +26 五月 2020 | 00:52:36,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855MethodDeclarations.h +26 五月 2020 | 00:52:36,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805MethodDeclarations.h +26 五月 2020 | 00:52:36,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379MethodDeclarations.h +26 五月 2020 | 00:52:36,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873.h +26 五月 2020 | 00:52:36,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533.h +26 五月 2020 | 00:52:36,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873MethodDeclarations.h +26 五月 2020 | 00:52:36,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533MethodDeclarations.h +26 五月 2020 | 00:52:36,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148.h +26 五月 2020 | 00:52:36,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362.h +26 五月 2020 | 00:52:36,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362MethodDeclarations.h +26 五月 2020 | 00:52:36,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148MethodDeclarations.h +26 五月 2020 | 00:52:36,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419.h +26 五月 2020 | 00:52:36,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567.h +26 五月 2020 | 00:52:36,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419MethodDeclarations.h +26 五月 2020 | 00:52:36,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567MethodDeclarations.h +26 五月 2020 | 00:52:36,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246.h +26 五月 2020 | 00:52:36,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487.h +26 五月 2020 | 00:52:36,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282.h +26 五月 2020 | 00:52:36,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487MethodDeclarations.h +26 五月 2020 | 00:52:36,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246MethodDeclarations.h +26 五月 2020 | 00:52:36,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198.h +26 五月 2020 | 00:52:36,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430.h +26 五月 2020 | 00:52:36,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198MethodDeclarations.h +26 五月 2020 | 00:52:36,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430MethodDeclarations.h +26 五月 2020 | 00:52:36,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577.h +26 五月 2020 | 00:52:36,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681.h +26 五月 2020 | 00:52:36,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577MethodDeclarations.h +26 五月 2020 | 00:52:36,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681MethodDeclarations.h +26 五月 2020 | 00:52:36,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238.h +26 五月 2020 | 00:52:36,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620.h +26 五月 2020 | 00:52:36,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238MethodDeclarations.h +26 五月 2020 | 00:52:36,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620MethodDeclarations.h +26 五月 2020 | 00:52:36,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005.h +26 五月 2020 | 00:52:36,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139.h +26 五月 2020 | 00:52:36,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005MethodDeclarations.h +26 五月 2020 | 00:52:36,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139MethodDeclarations.h +26 五月 2020 | 00:52:36,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007.h +26 五月 2020 | 00:52:36,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755.h +26 五月 2020 | 00:52:36,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755MethodDeclarations.h +26 五月 2020 | 00:52:36,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007MethodDeclarations.h +26 五月 2020 | 00:52:36,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282MethodDeclarations.h +26 五月 2020 | 00:52:36,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805.h +26 五月 2020 | 00:52:36,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799.h +26 五月 2020 | 00:52:36,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051.h +26 五月 2020 | 00:52:36,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805MethodDeclarations.h +26 五月 2020 | 00:52:36,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799MethodDeclarations.h +26 五月 2020 | 00:52:36,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051MethodDeclarations.h +26 五月 2020 | 00:52:36,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873.h +26 五月 2020 | 00:52:36,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032.h +26 五月 2020 | 00:52:36,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023.h +26 五月 2020 | 00:52:36,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873MethodDeclarations.h +26 五月 2020 | 00:52:36,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023MethodDeclarations.h +26 五月 2020 | 00:52:36,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835.h +26 五月 2020 | 00:52:36,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835MethodDeclarations.h +26 五月 2020 | 00:52:36,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538.h +26 五月 2020 | 00:52:36,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538MethodDeclarations.h +26 五月 2020 | 00:52:36,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554.h +26 五月 2020 | 00:52:36,244 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032MethodDeclarations.h +26 五月 2020 | 00:52:36,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148.h +26 五月 2020 | 00:52:36,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554MethodDeclarations.h +26 五月 2020 | 00:52:36,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720.h +26 五月 2020 | 00:52:36,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148MethodDeclarations.h +26 五月 2020 | 00:52:36,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645.h +26 五月 2020 | 00:52:36,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419.h +26 五月 2020 | 00:52:36,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419MethodDeclarations.h +26 五月 2020 | 00:52:36,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282.h +26 五月 2020 | 00:52:36,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282MethodDeclarations.h +26 五月 2020 | 00:52:36,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645MethodDeclarations.h +26 五月 2020 | 00:52:36,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051.h +26 五月 2020 | 00:52:36,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478.h +26 五月 2020 | 00:52:36,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478MethodDeclarations.h +26 五月 2020 | 00:52:36,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051MethodDeclarations.h +26 五月 2020 | 00:52:36,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673.h +26 五月 2020 | 00:52:36,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023.h +26 五月 2020 | 00:52:36,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673MethodDeclarations.h +26 五月 2020 | 00:52:36,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023MethodDeclarations.h +26 五月 2020 | 00:52:36,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742.h +26 五月 2020 | 00:52:36,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835.h +26 五月 2020 | 00:52:36,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742MethodDeclarations.h +26 五月 2020 | 00:52:36,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835MethodDeclarations.h +26 五月 2020 | 00:52:36,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646.h +26 五月 2020 | 00:52:36,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538.h +26 五月 2020 | 00:52:36,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646MethodDeclarations.h +26 五月 2020 | 00:52:36,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538MethodDeclarations.h +26 五月 2020 | 00:52:36,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182.h +26 五月 2020 | 00:52:36,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720MethodDeclarations.h +26 五月 2020 | 00:52:36,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554.h +26 五月 2020 | 00:52:36,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182MethodDeclarations.h +26 五月 2020 | 00:52:36,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851.h +26 五月 2020 | 00:52:36,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554MethodDeclarations.h +26 五月 2020 | 00:52:36,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851MethodDeclarations.h +26 五月 2020 | 00:52:36,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385.h +26 五月 2020 | 00:52:36,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645.h +26 五月 2020 | 00:52:36,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385MethodDeclarations.h +26 五月 2020 | 00:52:36,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916.h +26 五月 2020 | 00:52:36,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645MethodDeclarations.h +26 五月 2020 | 00:52:36,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386.h +26 五月 2020 | 00:52:36,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916MethodDeclarations.h +26 五月 2020 | 00:52:36,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478.h +26 五月 2020 | 00:52:36,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386MethodDeclarations.h +26 五月 2020 | 00:52:36,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017.h +26 五月 2020 | 00:52:36,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478MethodDeclarations.h +26 五月 2020 | 00:52:36,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387.h +26 五月 2020 | 00:52:36,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673.h +26 五月 2020 | 00:52:36,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387MethodDeclarations.h +26 五月 2020 | 00:52:36,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620.h +26 五月 2020 | 00:52:36,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620MethodDeclarations.h +26 五月 2020 | 00:52:36,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634.h +26 五月 2020 | 00:52:36,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634MethodDeclarations.h +26 五月 2020 | 00:52:36,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017MethodDeclarations.h +26 五月 2020 | 00:52:36,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673MethodDeclarations.h +26 五月 2020 | 00:52:36,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450.h +26 五月 2020 | 00:52:36,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389.h +26 五月 2020 | 00:52:36,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742.h +26 五月 2020 | 00:52:36,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450MethodDeclarations.h +26 五月 2020 | 00:52:36,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389MethodDeclarations.h +26 五月 2020 | 00:52:36,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742MethodDeclarations.h +26 五月 2020 | 00:52:36,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101.h +26 五月 2020 | 00:52:36,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777.h +26 五月 2020 | 00:52:36,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646.h +26 五月 2020 | 00:52:36,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777MethodDeclarations.h +26 五月 2020 | 00:52:36,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646MethodDeclarations.h +26 五月 2020 | 00:52:36,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953.h +26 五月 2020 | 00:52:36,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182.h +26 五月 2020 | 00:52:36,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953MethodDeclarations.h +26 五月 2020 | 00:52:36,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182MethodDeclarations.h +26 五月 2020 | 00:52:36,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512.h +26 五月 2020 | 00:52:36,447 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385.h +26 五月 2020 | 00:52:36,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512MethodDeclarations.h +26 五月 2020 | 00:52:36,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385MethodDeclarations.h +26 五月 2020 | 00:52:36,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991.h +26 五月 2020 | 00:52:36,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386.h +26 五月 2020 | 00:52:36,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991MethodDeclarations.h +26 五月 2020 | 00:52:36,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386MethodDeclarations.h +26 五月 2020 | 00:52:36,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309.h +26 五月 2020 | 00:52:36,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387.h +26 五月 2020 | 00:52:36,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387MethodDeclarations.h +26 五月 2020 | 00:52:36,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620.h +26 五月 2020 | 00:52:36,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309MethodDeclarations.h +26 五月 2020 | 00:52:36,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101MethodDeclarations.h +26 五月 2020 | 00:52:36,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620MethodDeclarations.h +26 五月 2020 | 00:52:36,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548.h +26 五月 2020 | 00:52:36,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535.h +26 五月 2020 | 00:52:36,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634.h +26 五月 2020 | 00:52:36,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634MethodDeclarations.h +26 五月 2020 | 00:52:36,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450.h +26 五月 2020 | 00:52:36,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450MethodDeclarations.h +26 五月 2020 | 00:52:36,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101.h +26 五月 2020 | 00:52:36,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535MethodDeclarations.h +26 五月 2020 | 00:52:36,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548MethodDeclarations.h +26 五月 2020 | 00:52:36,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881.h +26 五月 2020 | 00:52:36,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881MethodDeclarations.h +26 五月 2020 | 00:52:36,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039.h +26 五月 2020 | 00:52:36,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101MethodDeclarations.h +26 五月 2020 | 00:52:36,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535.h +26 五月 2020 | 00:52:36,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535MethodDeclarations.h +26 五月 2020 | 00:52:36,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787.h +26 五月 2020 | 00:52:36,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787.h +26 五月 2020 | 00:52:36,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787MethodDeclarations.h +26 五月 2020 | 00:52:36,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787MethodDeclarations.h +26 五月 2020 | 00:52:36,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231.h +26 五月 2020 | 00:52:36,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231.h +26 五月 2020 | 00:52:36,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039MethodDeclarations.h +26 五月 2020 | 00:52:36,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254.h +26 五月 2020 | 00:52:36,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254MethodDeclarations.h +26 五月 2020 | 00:52:36,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738.h +26 五月 2020 | 00:52:36,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738MethodDeclarations.h +26 五月 2020 | 00:52:36,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529.h +26 五月 2020 | 00:52:36,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529MethodDeclarations.h +26 五月 2020 | 00:52:36,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620.h +26 五月 2020 | 00:52:36,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620MethodDeclarations.h +26 五月 2020 | 00:52:36,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343.h +26 五月 2020 | 00:52:36,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343MethodDeclarations.h +26 五月 2020 | 00:52:36,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715.h +26 五月 2020 | 00:52:36,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715MethodDeclarations.h +26 五月 2020 | 00:52:36,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103.h +26 五月 2020 | 00:52:36,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103MethodDeclarations.h +26 五月 2020 | 00:52:36,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279.h +26 五月 2020 | 00:52:36,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279MethodDeclarations.h +26 五月 2020 | 00:52:36,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838.h +26 五月 2020 | 00:52:36,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838MethodDeclarations.h +26 五月 2020 | 00:52:36,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317.h +26 五月 2020 | 00:52:36,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317MethodDeclarations.h +26 五月 2020 | 00:52:36,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635.h +26 五月 2020 | 00:52:36,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635MethodDeclarations.h +26 五月 2020 | 00:52:36,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885.h +26 五月 2020 | 00:52:36,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885MethodDeclarations.h +26 五月 2020 | 00:52:36,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231MethodDeclarations.h +26 五月 2020 | 00:52:36,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231MethodDeclarations.h +26 五月 2020 | 00:52:36,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874.h +26 五月 2020 | 00:52:36,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809.h +26 五月 2020 | 00:52:36,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809.h +26 五月 2020 | 00:52:36,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874MethodDeclarations.h +26 五月 2020 | 00:52:36,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809MethodDeclarations.h +26 五月 2020 | 00:52:36,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809MethodDeclarations.h +26 五月 2020 | 00:52:36,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207.h +26 五月 2020 | 00:52:36,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076.h +26 五月 2020 | 00:52:36,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076.h +26 五月 2020 | 00:52:36,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207MethodDeclarations.h +26 五月 2020 | 00:52:36,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076MethodDeclarations.h +26 五月 2020 | 00:52:36,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076MethodDeclarations.h +26 五月 2020 | 00:52:36,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365.h +26 五月 2020 | 00:52:36,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447.h +26 五月 2020 | 00:52:36,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447.h +26 五月 2020 | 00:52:36,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365MethodDeclarations.h +26 五月 2020 | 00:52:36,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447MethodDeclarations.h +26 五月 2020 | 00:52:36,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447MethodDeclarations.h +26 五月 2020 | 00:52:36,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580.h +26 五月 2020 | 00:52:36,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207.h +26 五月 2020 | 00:52:36,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207.h +26 五月 2020 | 00:52:36,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580MethodDeclarations.h +26 五月 2020 | 00:52:36,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207MethodDeclarations.h +26 五月 2020 | 00:52:36,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207MethodDeclarations.h +26 五月 2020 | 00:52:36,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064.h +26 五月 2020 | 00:52:36,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125.h +26 五月 2020 | 00:52:36,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064MethodDeclarations.h +26 五月 2020 | 00:52:36,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125MethodDeclarations.h +26 五月 2020 | 00:52:36,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999.h +26 五月 2020 | 00:52:36,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720.h +26 五月 2020 | 00:52:36,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999MethodDeclarations.h +26 五月 2020 | 00:52:36,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068.h +26 五月 2020 | 00:52:36,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068MethodDeclarations.h +26 五月 2020 | 00:52:36,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972.h +26 五月 2020 | 00:52:36,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972MethodDeclarations.h +26 五月 2020 | 00:52:36,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720MethodDeclarations.h +26 五月 2020 | 00:52:36,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125.h +26 五月 2020 | 00:52:36,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125MethodDeclarations.h +26 五月 2020 | 00:52:36,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143.h +26 五月 2020 | 00:52:36,753 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143MethodDeclarations.h +26 五月 2020 | 00:52:36,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720.h +26 五月 2020 | 00:52:36,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519.h +26 五月 2020 | 00:52:36,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720MethodDeclarations.h +26 五月 2020 | 00:52:36,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519MethodDeclarations.h +26 五月 2020 | 00:52:36,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143.h +26 五月 2020 | 00:52:36,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819.h +26 五月 2020 | 00:52:36,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143MethodDeclarations.h +26 五月 2020 | 00:52:36,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819MethodDeclarations.h +26 五月 2020 | 00:52:36,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519.h +26 五月 2020 | 00:52:36,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144.h +26 五月 2020 | 00:52:36,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519MethodDeclarations.h +26 五月 2020 | 00:52:36,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144MethodDeclarations.h +26 五月 2020 | 00:52:36,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819.h +26 五月 2020 | 00:52:36,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867.h +26 五月 2020 | 00:52:36,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819MethodDeclarations.h +26 五月 2020 | 00:52:36,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867MethodDeclarations.h +26 五月 2020 | 00:52:36,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144.h +26 五月 2020 | 00:52:36,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354.h +26 五月 2020 | 00:52:36,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144MethodDeclarations.h +26 五月 2020 | 00:52:36,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354MethodDeclarations.h +26 五月 2020 | 00:52:36,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867.h +26 五月 2020 | 00:52:36,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432.h +26 五月 2020 | 00:52:36,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867MethodDeclarations.h +26 五月 2020 | 00:52:36,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432MethodDeclarations.h +26 五月 2020 | 00:52:36,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354.h +26 五月 2020 | 00:52:36,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354MethodDeclarations.h +26 五月 2020 | 00:52:36,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242.h +26 五月 2020 | 00:52:36,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432.h +26 五月 2020 | 00:52:36,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242MethodDeclarations.h +26 五月 2020 | 00:52:36,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508.h +26 五月 2020 | 00:52:36,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275.h +26 五月 2020 | 00:52:36,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432MethodDeclarations.h +26 五月 2020 | 00:52:36,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508MethodDeclarations.h +26 五月 2020 | 00:52:36,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275MethodDeclarations.h +26 五月 2020 | 00:52:36,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242.h +26 五月 2020 | 00:52:36,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711.h +26 五月 2020 | 00:52:36,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274.h +26 五月 2020 | 00:52:36,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242MethodDeclarations.h +26 五月 2020 | 00:52:36,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711MethodDeclarations.h +26 五月 2020 | 00:52:36,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274MethodDeclarations.h +26 五月 2020 | 00:52:36,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275.h +26 五月 2020 | 00:52:36,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712.h +26 五月 2020 | 00:52:36,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277.h +26 五月 2020 | 00:52:36,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275MethodDeclarations.h +26 五月 2020 | 00:52:36,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712MethodDeclarations.h +26 五月 2020 | 00:52:36,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274.h +26 五月 2020 | 00:52:36,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277MethodDeclarations.h +26 五月 2020 | 00:52:36,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713.h +26 五月 2020 | 00:52:36,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274MethodDeclarations.h +26 五月 2020 | 00:52:36,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435.h +26 五月 2020 | 00:52:36,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713MethodDeclarations.h +26 五月 2020 | 00:52:36,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277.h +26 五月 2020 | 00:52:36,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435MethodDeclarations.h +26 五月 2020 | 00:52:36,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946.h +26 五月 2020 | 00:52:36,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277MethodDeclarations.h +26 五月 2020 | 00:52:36,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946MethodDeclarations.h +26 五月 2020 | 00:52:36,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435.h +26 五月 2020 | 00:52:36,813 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960.h +26 五月 2020 | 00:52:36,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435MethodDeclarations.h +26 五月 2020 | 00:52:36,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960MethodDeclarations.h +26 五月 2020 | 00:52:36,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276.h +26 五月 2020 | 00:52:36,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276MethodDeclarations.h +26 五月 2020 | 00:52:36,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460.h +26 五月 2020 | 00:52:36,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460MethodDeclarations.h +26 五月 2020 | 00:52:36,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711.h +26 五月 2020 | 00:52:36,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711MethodDeclarations.h +26 五月 2020 | 00:52:36,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776.h +26 五月 2020 | 00:52:36,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776MethodDeclarations.h +26 五月 2020 | 00:52:36,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427.h +26 五月 2020 | 00:52:36,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427MethodDeclarations.h +26 五月 2020 | 00:52:36,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861.h +26 五月 2020 | 00:52:36,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189.h +26 五月 2020 | 00:52:36,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861MethodDeclarations.h +26 五月 2020 | 00:52:36,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189.h +26 五月 2020 | 00:52:36,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113.h +26 五月 2020 | 00:52:36,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189MethodDeclarations.h +26 五月 2020 | 00:52:36,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189MethodDeclarations.h +26 五月 2020 | 00:52:36,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113MethodDeclarations.h +26 五月 2020 | 00:52:36,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557.h +26 五月 2020 | 00:52:36,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557MethodDeclarations.h +26 五月 2020 | 00:52:36,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135.h +26 五月 2020 | 00:52:36,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135MethodDeclarations.h +26 五月 2020 | 00:52:36,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402.h +26 五月 2020 | 00:52:36,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402MethodDeclarations.h +26 五月 2020 | 00:52:36,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773.h +26 五月 2020 | 00:52:36,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773MethodDeclarations.h +26 五月 2020 | 00:52:36,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650.h +26 五月 2020 | 00:52:36,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650MethodDeclarations.h +26 五月 2020 | 00:52:36,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533.h +26 五月 2020 | 00:52:36,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533MethodDeclarations.h +26 五月 2020 | 00:52:36,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451.h +26 五月 2020 | 00:52:36,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155.h +26 五月 2020 | 00:52:36,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155MethodDeclarations.h +26 五月 2020 | 00:52:36,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451MethodDeclarations.h +26 五月 2020 | 00:52:36,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720.h +26 五月 2020 | 00:52:36,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046.h +26 五月 2020 | 00:52:36,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046MethodDeclarations.h +26 五月 2020 | 00:52:36,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469.h +26 五月 2020 | 00:52:36,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469MethodDeclarations.h +26 五月 2020 | 00:52:36,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845.h +26 五月 2020 | 00:52:36,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845MethodDeclarations.h +26 五月 2020 | 00:52:36,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145.h +26 五月 2020 | 00:52:36,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155.h +26 五月 2020 | 00:52:36,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145MethodDeclarations.h +26 五月 2020 | 00:52:36,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720MethodDeclarations.h +26 五月 2020 | 00:52:36,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169.h +26 五月 2020 | 00:52:36,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155MethodDeclarations.h +26 五月 2020 | 00:52:36,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991.h +26 五月 2020 | 00:52:36,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720.h +26 五月 2020 | 00:52:36,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169MethodDeclarations.h +26 五月 2020 | 00:52:36,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991MethodDeclarations.h +26 五月 2020 | 00:52:36,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470.h +26 五月 2020 | 00:52:36,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470MethodDeclarations.h +26 五月 2020 | 00:52:36,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193.h +26 五月 2020 | 00:52:36,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193MethodDeclarations.h +26 五月 2020 | 00:52:36,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680.h +26 五月 2020 | 00:52:36,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680MethodDeclarations.h +26 五月 2020 | 00:52:36,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758.h +26 五月 2020 | 00:52:37,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720MethodDeclarations.h +26 五月 2020 | 00:52:37,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758MethodDeclarations.h +26 五月 2020 | 00:52:37,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991.h +26 五月 2020 | 00:52:37,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568.h +26 五月 2020 | 00:52:37,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568MethodDeclarations.h +26 五月 2020 | 00:52:37,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991MethodDeclarations.h +26 五月 2020 | 00:52:37,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425.h +26 五月 2020 | 00:52:37,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425.h +26 五月 2020 | 00:52:37,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425MethodDeclarations.h +26 五月 2020 | 00:52:37,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425MethodDeclarations.h +26 五月 2020 | 00:52:37,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701.h +26 五月 2020 | 00:52:37,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701.h +26 五月 2020 | 00:52:37,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701MethodDeclarations.h +26 五月 2020 | 00:52:37,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701MethodDeclarations.h +26 五月 2020 | 00:52:37,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668.h +26 五月 2020 | 00:52:37,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668.h +26 五月 2020 | 00:52:37,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668MethodDeclarations.h +26 五月 2020 | 00:52:37,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668MethodDeclarations.h +26 五月 2020 | 00:52:37,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196.h +26 五月 2020 | 00:52:37,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196.h +26 五月 2020 | 00:52:37,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196MethodDeclarations.h +26 五月 2020 | 00:52:37,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196MethodDeclarations.h +26 五月 2020 | 00:52:37,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601.h +26 五月 2020 | 00:52:37,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421.h +26 五月 2020 | 00:52:37,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421.h +26 五月 2020 | 00:52:37,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601MethodDeclarations.h +26 五月 2020 | 00:52:37,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421MethodDeclarations.h +26 五月 2020 | 00:52:37,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421MethodDeclarations.h +26 五月 2020 | 00:52:37,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600.h +26 五月 2020 | 00:52:37,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765.h +26 五月 2020 | 00:52:37,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765MethodDeclarations.h +26 五月 2020 | 00:52:37,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765.h +26 五月 2020 | 00:52:37,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645.h +26 五月 2020 | 00:52:37,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600MethodDeclarations.h +26 五月 2020 | 00:52:37,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765MethodDeclarations.h +26 五月 2020 | 00:52:37,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645MethodDeclarations.h +26 五月 2020 | 00:52:37,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603.h +26 五月 2020 | 00:52:37,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645.h +26 五月 2020 | 00:52:37,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603MethodDeclarations.h +26 五月 2020 | 00:52:37,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645MethodDeclarations.h +26 五月 2020 | 00:52:37,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761.h +26 五月 2020 | 00:52:37,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936.h +26 五月 2020 | 00:52:37,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761MethodDeclarations.h +26 五月 2020 | 00:52:37,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936MethodDeclarations.h +26 五月 2020 | 00:52:37,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515.h +26 五月 2020 | 00:52:37,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989.h +26 五月 2020 | 00:52:37,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515MethodDeclarations.h +26 五月 2020 | 00:52:37,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989MethodDeclarations.h +26 五月 2020 | 00:52:37,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481.h +26 五月 2020 | 00:52:37,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029.h +26 五月 2020 | 00:52:37,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481MethodDeclarations.h +26 五月 2020 | 00:52:37,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029MethodDeclarations.h +26 五月 2020 | 00:52:37,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046.h +26 五月 2020 | 00:52:37,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667.h +26 五月 2020 | 00:52:37,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046MethodDeclarations.h +26 五月 2020 | 00:52:37,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317.h +26 五月 2020 | 00:52:37,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317MethodDeclarations.h +26 五月 2020 | 00:52:37,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751.h +26 五月 2020 | 00:52:37,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751MethodDeclarations.h +26 五月 2020 | 00:52:37,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027.h +26 五月 2020 | 00:52:37,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027MethodDeclarations.h +26 五月 2020 | 00:52:37,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994.h +26 五月 2020 | 00:52:37,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994MethodDeclarations.h +26 五月 2020 | 00:52:37,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522.h +26 五月 2020 | 00:52:37,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522MethodDeclarations.h +26 五月 2020 | 00:52:37,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747.h +26 五月 2020 | 00:52:37,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667MethodDeclarations.h +26 五月 2020 | 00:52:37,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747MethodDeclarations.h +26 五月 2020 | 00:52:37,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936.h +26 五月 2020 | 00:52:37,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091.h +26 五月 2020 | 00:52:37,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936MethodDeclarations.h +26 五月 2020 | 00:52:37,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386.h +26 五月 2020 | 00:52:37,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989.h +26 五月 2020 | 00:52:37,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091MethodDeclarations.h +26 五月 2020 | 00:52:37,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386MethodDeclarations.h +26 五月 2020 | 00:52:37,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971.h +26 五月 2020 | 00:52:37,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989MethodDeclarations.h +26 五月 2020 | 00:52:37,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029.h +26 五月 2020 | 00:52:37,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971MethodDeclarations.h +26 五月 2020 | 00:52:37,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262.h +26 五月 2020 | 00:52:37,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029MethodDeclarations.h +26 五月 2020 | 00:52:37,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667.h +26 五月 2020 | 00:52:37,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262MethodDeclarations.h +26 五月 2020 | 00:52:37,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315.h +26 五月 2020 | 00:52:37,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315MethodDeclarations.h +26 五月 2020 | 00:52:37,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355.h +26 五月 2020 | 00:52:37,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355MethodDeclarations.h +26 五月 2020 | 00:52:37,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993.h +26 五月 2020 | 00:52:37,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993MethodDeclarations.h +26 五月 2020 | 00:52:37,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453.h +26 五月 2020 | 00:52:37,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453MethodDeclarations.h +26 五月 2020 | 00:52:37,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712.h +26 五月 2020 | 00:52:37,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712MethodDeclarations.h +26 五月 2020 | 00:52:37,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514.h +26 五月 2020 | 00:52:37,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514MethodDeclarations.h +26 五月 2020 | 00:52:37,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357.h +26 五月 2020 | 00:52:37,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357MethodDeclarations.h +26 五月 2020 | 00:52:37,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325.h +26 五月 2020 | 00:52:37,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325MethodDeclarations.h +26 五月 2020 | 00:52:37,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299.h +26 五月 2020 | 00:52:37,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299MethodDeclarations.h +26 五月 2020 | 00:52:37,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296.h +26 五月 2020 | 00:52:37,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296MethodDeclarations.h +26 五月 2020 | 00:52:37,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785.h +26 五月 2020 | 00:52:37,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667MethodDeclarations.h +26 五月 2020 | 00:52:37,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188.h +26 五月 2020 | 00:52:37,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785MethodDeclarations.h +26 五月 2020 | 00:52:37,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386.h +26 五月 2020 | 00:52:37,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188MethodDeclarations.h +26 五月 2020 | 00:52:37,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521.h +26 五月 2020 | 00:52:37,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386MethodDeclarations.h +26 五月 2020 | 00:52:37,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031.h +26 五月 2020 | 00:52:37,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521MethodDeclarations.h +26 五月 2020 | 00:52:37,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855.h +26 五月 2020 | 00:52:37,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031MethodDeclarations.h +26 五月 2020 | 00:52:37,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855MethodDeclarations.h +26 五月 2020 | 00:52:37,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999.h +26 五月 2020 | 00:52:37,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946.h +26 五月 2020 | 00:52:37,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999MethodDeclarations.h +26 五月 2020 | 00:52:37,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973.h +26 五月 2020 | 00:52:37,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946MethodDeclarations.h +26 五月 2020 | 00:52:37,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973MethodDeclarations.h +26 五月 2020 | 00:52:37,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125.h +26 五月 2020 | 00:52:37,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125MethodDeclarations.h +26 五月 2020 | 00:52:37,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358.h +26 五月 2020 | 00:52:37,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358MethodDeclarations.h +26 五月 2020 | 00:52:37,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796.h +26 五月 2020 | 00:52:37,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796MethodDeclarations.h +26 五月 2020 | 00:52:37,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046.h +26 五月 2020 | 00:52:37,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188.h +26 五月 2020 | 00:52:37,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970.h +26 五月 2020 | 00:52:37,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046MethodDeclarations.h +26 五月 2020 | 00:52:37,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970MethodDeclarations.h +26 五月 2020 | 00:52:37,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177.h +26 五月 2020 | 00:52:37,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188MethodDeclarations.h +26 五月 2020 | 00:52:37,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177MethodDeclarations.h +26 五月 2020 | 00:52:37,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423.h +26 五月 2020 | 00:52:37,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031.h +26 五月 2020 | 00:52:37,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423MethodDeclarations.h +26 五月 2020 | 00:52:37,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491.h +26 五月 2020 | 00:52:37,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031MethodDeclarations.h +26 五月 2020 | 00:52:37,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491MethodDeclarations.h +26 五月 2020 | 00:52:37,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999.h +26 五月 2020 | 00:52:37,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999MethodDeclarations.h +26 五月 2020 | 00:52:37,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973.h +26 五月 2020 | 00:52:37,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973MethodDeclarations.h +26 五月 2020 | 00:52:37,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970.h +26 五月 2020 | 00:52:37,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970MethodDeclarations.h +26 五月 2020 | 00:52:37,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423.h +26 五月 2020 | 00:52:37,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423MethodDeclarations.h +26 五月 2020 | 00:52:37,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491.h +26 五月 2020 | 00:52:37,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491MethodDeclarations.h +26 五月 2020 | 00:52:37,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766.h +26 五月 2020 | 00:52:37,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766MethodDeclarations.h +26 五月 2020 | 00:52:37,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855.h +26 五月 2020 | 00:52:37,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855MethodDeclarations.h +26 五月 2020 | 00:52:37,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246.h +26 五月 2020 | 00:52:37,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246MethodDeclarations.h +26 五月 2020 | 00:52:37,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430.h +26 五月 2020 | 00:52:37,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430MethodDeclarations.h +26 五月 2020 | 00:52:37,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681.h +26 五月 2020 | 00:52:37,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681MethodDeclarations.h +26 五月 2020 | 00:52:37,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620.h +26 五月 2020 | 00:52:37,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620MethodDeclarations.h +26 五月 2020 | 00:52:37,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139.h +26 五月 2020 | 00:52:37,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139MethodDeclarations.h +26 五月 2020 | 00:52:37,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755.h +26 五月 2020 | 00:52:37,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766.h +26 五月 2020 | 00:52:37,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242.h +26 五月 2020 | 00:52:37,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766MethodDeclarations.h +26 五月 2020 | 00:52:37,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242MethodDeclarations.h +26 五月 2020 | 00:52:37,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855.h +26 五月 2020 | 00:52:37,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986.h +26 五月 2020 | 00:52:37,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855MethodDeclarations.h +26 五月 2020 | 00:52:37,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986MethodDeclarations.h +26 五月 2020 | 00:52:37,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361.h +26 五月 2020 | 00:52:37,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755MethodDeclarations.h +26 五月 2020 | 00:52:37,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246.h +26 五月 2020 | 00:52:37,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799.h +26 五月 2020 | 00:52:37,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246MethodDeclarations.h +26 五月 2020 | 00:52:37,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799MethodDeclarations.h +26 五月 2020 | 00:52:37,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430.h +26 五月 2020 | 00:52:37,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032.h +26 五月 2020 | 00:52:37,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430MethodDeclarations.h +26 五月 2020 | 00:52:37,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681.h +26 五月 2020 | 00:52:37,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681MethodDeclarations.h +26 五月 2020 | 00:52:37,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620.h +26 五月 2020 | 00:52:37,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620MethodDeclarations.h +26 五月 2020 | 00:52:37,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139.h +26 五月 2020 | 00:52:37,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139MethodDeclarations.h +26 五月 2020 | 00:52:37,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755.h +26 五月 2020 | 00:52:37,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361MethodDeclarations.h +26 五月 2020 | 00:52:37,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732.h +26 五月 2020 | 00:52:37,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732MethodDeclarations.h +26 五月 2020 | 00:52:37,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763.h +26 五月 2020 | 00:52:37,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763MethodDeclarations.h +26 五月 2020 | 00:52:37,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547.h +26 五月 2020 | 00:52:37,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755MethodDeclarations.h +26 五月 2020 | 00:52:37,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032MethodDeclarations.h +26 五月 2020 | 00:52:37,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799.h +26 五月 2020 | 00:52:37,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720.h +26 五月 2020 | 00:52:37,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799MethodDeclarations.h +26 五月 2020 | 00:52:37,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032.h +26 五月 2020 | 00:52:37,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547MethodDeclarations.h +26 五月 2020 | 00:52:37,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032MethodDeclarations.h +26 五月 2020 | 00:52:37,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070.h +26 五月 2020 | 00:52:37,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720.h +26 五月 2020 | 00:52:37,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070MethodDeclarations.h +26 五月 2020 | 00:52:37,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261.h +26 五月 2020 | 00:52:37,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720MethodDeclarations.h +26 五月 2020 | 00:52:37,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261MethodDeclarations.h +26 五月 2020 | 00:52:37,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851.h +26 五月 2020 | 00:52:37,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851MethodDeclarations.h +26 五月 2020 | 00:52:37,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558.h +26 五月 2020 | 00:52:37,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916.h +26 五月 2020 | 00:52:37,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916MethodDeclarations.h +26 五月 2020 | 00:52:37,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017.h +26 五月 2020 | 00:52:37,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558MethodDeclarations.h +26 五月 2020 | 00:52:37,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017MethodDeclarations.h +26 五月 2020 | 00:52:37,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720MethodDeclarations.h +26 五月 2020 | 00:52:37,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668.h +26 五月 2020 | 00:52:37,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851.h +26 五月 2020 | 00:52:37,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389.h +26 五月 2020 | 00:52:37,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851MethodDeclarations.h +26 五月 2020 | 00:52:37,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668MethodDeclarations.h +26 五月 2020 | 00:52:37,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389MethodDeclarations.h +26 五月 2020 | 00:52:37,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916.h +26 五月 2020 | 00:52:37,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777.h +26 五月 2020 | 00:52:37,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916MethodDeclarations.h +26 五月 2020 | 00:52:37,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777MethodDeclarations.h +26 五月 2020 | 00:52:37,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017.h +26 五月 2020 | 00:52:37,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953.h +26 五月 2020 | 00:52:37,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953MethodDeclarations.h +26 五月 2020 | 00:52:37,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512.h +26 五月 2020 | 00:52:37,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512MethodDeclarations.h +26 五月 2020 | 00:52:37,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017MethodDeclarations.h +26 五月 2020 | 00:52:38,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991.h +26 五月 2020 | 00:52:38,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389.h +26 五月 2020 | 00:52:38,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991MethodDeclarations.h +26 五月 2020 | 00:52:38,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389MethodDeclarations.h +26 五月 2020 | 00:52:38,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309.h +26 五月 2020 | 00:52:38,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777.h +26 五月 2020 | 00:52:38,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309MethodDeclarations.h +26 五月 2020 | 00:52:38,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777MethodDeclarations.h +26 五月 2020 | 00:52:38,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548.h +26 五月 2020 | 00:52:38,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953.h +26 五月 2020 | 00:52:38,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953MethodDeclarations.h +26 五月 2020 | 00:52:38,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512.h +26 五月 2020 | 00:52:38,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512MethodDeclarations.h +26 五月 2020 | 00:52:38,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991.h +26 五月 2020 | 00:52:38,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991MethodDeclarations.h +26 五月 2020 | 00:52:38,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049.h +26 五月 2020 | 00:52:38,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309.h +26 五月 2020 | 00:52:38,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049MethodDeclarations.h +26 五月 2020 | 00:52:38,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137.h +26 五月 2020 | 00:52:38,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137MethodDeclarations.h +26 五月 2020 | 00:52:38,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593.h +26 五月 2020 | 00:52:38,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593MethodDeclarations.h +26 五月 2020 | 00:52:38,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606.h +26 五月 2020 | 00:52:38,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606MethodDeclarations.h +26 五月 2020 | 00:52:38,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987.h +26 五月 2020 | 00:52:38,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548MethodDeclarations.h +26 五月 2020 | 00:52:38,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881.h +26 五月 2020 | 00:52:38,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987MethodDeclarations.h +26 五月 2020 | 00:52:38,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583.h +26 五月 2020 | 00:52:38,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881MethodDeclarations.h +26 五月 2020 | 00:52:38,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039.h +26 五月 2020 | 00:52:38,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583MethodDeclarations.h +26 五月 2020 | 00:52:38,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235.h +26 五月 2020 | 00:52:38,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235MethodDeclarations.h +26 五月 2020 | 00:52:38,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777.h +26 五月 2020 | 00:52:38,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777MethodDeclarations.h +26 五月 2020 | 00:52:38,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261.h +26 五月 2020 | 00:52:38,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261MethodDeclarations.h +26 五月 2020 | 00:52:38,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769.h +26 五月 2020 | 00:52:38,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769MethodDeclarations.h +26 五月 2020 | 00:52:38,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869.h +26 五月 2020 | 00:52:38,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869MethodDeclarations.h +26 五月 2020 | 00:52:38,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124.h +26 五月 2020 | 00:52:38,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124MethodDeclarations.h +26 五月 2020 | 00:52:38,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303.h +26 五月 2020 | 00:52:38,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303MethodDeclarations.h +26 五月 2020 | 00:52:38,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466.h +26 五月 2020 | 00:52:38,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466MethodDeclarations.h +26 五月 2020 | 00:52:38,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156.h +26 五月 2020 | 00:52:38,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156MethodDeclarations.h +26 五月 2020 | 00:52:38,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602.h +26 五月 2020 | 00:52:38,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602MethodDeclarations.h +26 五月 2020 | 00:52:38,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394.h +26 五月 2020 | 00:52:38,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394MethodDeclarations.h +26 五月 2020 | 00:52:38,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659.h +26 五月 2020 | 00:52:38,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659MethodDeclarations.h +26 五月 2020 | 00:52:38,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309MethodDeclarations.h +26 五月 2020 | 00:52:38,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548.h +26 五月 2020 | 00:52:38,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469.h +26 五月 2020 | 00:52:38,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039MethodDeclarations.h +26 五月 2020 | 00:52:38,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254.h +26 五月 2020 | 00:52:38,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254MethodDeclarations.h +26 五月 2020 | 00:52:38,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738.h +26 五月 2020 | 00:52:38,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738MethodDeclarations.h +26 五月 2020 | 00:52:38,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529.h +26 五月 2020 | 00:52:38,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529MethodDeclarations.h +26 五月 2020 | 00:52:38,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620.h +26 五月 2020 | 00:52:38,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620MethodDeclarations.h +26 五月 2020 | 00:52:38,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343.h +26 五月 2020 | 00:52:38,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343MethodDeclarations.h +26 五月 2020 | 00:52:38,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715.h +26 五月 2020 | 00:52:38,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715MethodDeclarations.h +26 五月 2020 | 00:52:38,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103.h +26 五月 2020 | 00:52:38,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103MethodDeclarations.h +26 五月 2020 | 00:52:38,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279.h +26 五月 2020 | 00:52:38,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279MethodDeclarations.h +26 五月 2020 | 00:52:38,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469MethodDeclarations.h +26 五月 2020 | 00:52:38,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956.h +26 五月 2020 | 00:52:38,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956MethodDeclarations.h +26 五月 2020 | 00:52:38,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740.h +26 五月 2020 | 00:52:38,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548MethodDeclarations.h +26 五月 2020 | 00:52:38,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740MethodDeclarations.h +26 五月 2020 | 00:52:38,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838.h +26 五月 2020 | 00:52:38,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881.h +26 五月 2020 | 00:52:38,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838MethodDeclarations.h +26 五月 2020 | 00:52:38,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881MethodDeclarations.h +26 五月 2020 | 00:52:38,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317.h +26 五月 2020 | 00:52:38,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039.h +26 五月 2020 | 00:52:38,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174.h +26 五月 2020 | 00:52:38,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317MethodDeclarations.h +26 五月 2020 | 00:52:38,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174MethodDeclarations.h +26 五月 2020 | 00:52:38,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635.h +26 五月 2020 | 00:52:38,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450.h +26 五月 2020 | 00:52:38,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635MethodDeclarations.h +26 五月 2020 | 00:52:38,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450MethodDeclarations.h +26 五月 2020 | 00:52:38,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885.h +26 五月 2020 | 00:52:38,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417.h +26 五月 2020 | 00:52:38,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885MethodDeclarations.h +26 五月 2020 | 00:52:38,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417MethodDeclarations.h +26 五月 2020 | 00:52:38,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874.h +26 五月 2020 | 00:52:38,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874MethodDeclarations.h +26 五月 2020 | 00:52:38,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207.h +26 五月 2020 | 00:52:38,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207MethodDeclarations.h +26 五月 2020 | 00:52:38,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365.h +26 五月 2020 | 00:52:38,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365MethodDeclarations.h +26 五月 2020 | 00:52:38,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580.h +26 五月 2020 | 00:52:38,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580MethodDeclarations.h +26 五月 2020 | 00:52:38,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064.h +26 五月 2020 | 00:52:38,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064MethodDeclarations.h +26 五月 2020 | 00:52:38,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999.h +26 五月 2020 | 00:52:38,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945.h +26 五月 2020 | 00:52:38,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945MethodDeclarations.h +26 五月 2020 | 00:52:38,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039MethodDeclarations.h +26 五月 2020 | 00:52:38,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999MethodDeclarations.h +26 五月 2020 | 00:52:38,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170.h +26 五月 2020 | 00:52:38,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254.h +26 五月 2020 | 00:52:38,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068.h +26 五月 2020 | 00:52:38,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170MethodDeclarations.h +26 五月 2020 | 00:52:38,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254MethodDeclarations.h +26 五月 2020 | 00:52:38,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514.h +26 五月 2020 | 00:52:38,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738.h +26 五月 2020 | 00:52:38,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068MethodDeclarations.h +26 五月 2020 | 00:52:38,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738MethodDeclarations.h +26 五月 2020 | 00:52:38,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972.h +26 五月 2020 | 00:52:38,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529.h +26 五月 2020 | 00:52:38,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514MethodDeclarations.h +26 五月 2020 | 00:52:38,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394.h +26 五月 2020 | 00:52:38,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529MethodDeclarations.h +26 五月 2020 | 00:52:38,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972MethodDeclarations.h +26 五月 2020 | 00:52:38,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394MethodDeclarations.h +26 五月 2020 | 00:52:38,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620.h +26 五月 2020 | 00:52:38,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685.h +26 五月 2020 | 00:52:38,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620MethodDeclarations.h +26 五月 2020 | 00:52:38,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508.h +26 五月 2020 | 00:52:38,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685MethodDeclarations.h +26 五月 2020 | 00:52:38,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343.h +26 五月 2020 | 00:52:38,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343MethodDeclarations.h +26 五月 2020 | 00:52:38,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508MethodDeclarations.h +26 五月 2020 | 00:52:38,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711.h +26 五月 2020 | 00:52:38,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711MethodDeclarations.h +26 五月 2020 | 00:52:38,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715.h +26 五月 2020 | 00:52:38,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738.h +26 五月 2020 | 00:52:38,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715MethodDeclarations.h +26 五月 2020 | 00:52:38,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103.h +26 五月 2020 | 00:52:38,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738MethodDeclarations.h +26 五月 2020 | 00:52:38,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103MethodDeclarations.h +26 五月 2020 | 00:52:38,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778.h +26 五月 2020 | 00:52:38,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279.h +26 五月 2020 | 00:52:38,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279MethodDeclarations.h +26 五月 2020 | 00:52:38,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838.h +26 五月 2020 | 00:52:38,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838MethodDeclarations.h +26 五月 2020 | 00:52:38,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317.h +26 五月 2020 | 00:52:38,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317MethodDeclarations.h +26 五月 2020 | 00:52:38,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999.h +26 五月 2020 | 00:52:38,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999MethodDeclarations.h +26 五月 2020 | 00:52:38,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068.h +26 五月 2020 | 00:52:38,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068MethodDeclarations.h +26 五月 2020 | 00:52:38,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972.h +26 五月 2020 | 00:52:38,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972MethodDeclarations.h +26 五月 2020 | 00:52:38,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778MethodDeclarations.h +26 五月 2020 | 00:52:38,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508.h +26 五月 2020 | 00:52:38,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712.h +26 五月 2020 | 00:52:38,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416.h +26 五月 2020 | 00:52:38,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508MethodDeclarations.h +26 五月 2020 | 00:52:38,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712MethodDeclarations.h +26 五月 2020 | 00:52:38,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416MethodDeclarations.h +26 五月 2020 | 00:52:38,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711.h +26 五月 2020 | 00:52:38,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713.h +26 五月 2020 | 00:52:38,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135.h +26 五月 2020 | 00:52:38,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711MethodDeclarations.h +26 五月 2020 | 00:52:38,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713MethodDeclarations.h +26 五月 2020 | 00:52:38,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135MethodDeclarations.h +26 五月 2020 | 00:52:38,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946.h +26 五月 2020 | 00:52:38,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712.h +26 五月 2020 | 00:52:38,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937.h +26 五月 2020 | 00:52:38,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712MethodDeclarations.h +26 五月 2020 | 00:52:38,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946MethodDeclarations.h +26 五月 2020 | 00:52:38,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937MethodDeclarations.h +26 五月 2020 | 00:52:38,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713.h +26 五月 2020 | 00:52:38,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960.h +26 五月 2020 | 00:52:38,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780.h +26 五月 2020 | 00:52:38,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713MethodDeclarations.h +26 五月 2020 | 00:52:38,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780MethodDeclarations.h +26 五月 2020 | 00:52:38,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946.h +26 五月 2020 | 00:52:38,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960MethodDeclarations.h +26 五月 2020 | 00:52:38,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946MethodDeclarations.h +26 五月 2020 | 00:52:38,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276.h +26 五月 2020 | 00:52:38,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960.h +26 五月 2020 | 00:52:38,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276MethodDeclarations.h +26 五月 2020 | 00:52:38,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960MethodDeclarations.h +26 五月 2020 | 00:52:38,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460.h +26 五月 2020 | 00:52:38,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276.h +26 五月 2020 | 00:52:38,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460MethodDeclarations.h +26 五月 2020 | 00:52:38,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276MethodDeclarations.h +26 五月 2020 | 00:52:38,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711.h +26 五月 2020 | 00:52:38,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711MethodDeclarations.h +26 五月 2020 | 00:52:38,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776.h +26 五月 2020 | 00:52:38,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460.h +26 五月 2020 | 00:52:38,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776MethodDeclarations.h +26 五月 2020 | 00:52:38,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460MethodDeclarations.h +26 五月 2020 | 00:52:38,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427.h +26 五月 2020 | 00:52:38,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711.h +26 五月 2020 | 00:52:38,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427MethodDeclarations.h +26 五月 2020 | 00:52:38,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711MethodDeclarations.h +26 五月 2020 | 00:52:38,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861.h +26 五月 2020 | 00:52:38,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776.h +26 五月 2020 | 00:52:38,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748.h +26 五月 2020 | 00:52:38,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776MethodDeclarations.h +26 五月 2020 | 00:52:38,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427.h +26 五月 2020 | 00:52:38,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427MethodDeclarations.h +26 五月 2020 | 00:52:38,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861.h +26 五月 2020 | 00:52:38,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861MethodDeclarations.h +26 五月 2020 | 00:52:38,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748MethodDeclarations.h +26 五月 2020 | 00:52:38,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861MethodDeclarations.h +26 五月 2020 | 00:52:38,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113.h +26 五月 2020 | 00:52:38,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874.h +26 五月 2020 | 00:52:38,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113.h +26 五月 2020 | 00:52:38,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874MethodDeclarations.h +26 五月 2020 | 00:52:38,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113MethodDeclarations.h +26 五月 2020 | 00:52:38,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722.h +26 五月 2020 | 00:52:38,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557.h +26 五月 2020 | 00:52:38,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722MethodDeclarations.h +26 五月 2020 | 00:52:38,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557MethodDeclarations.h +26 五月 2020 | 00:52:38,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135.h +26 五月 2020 | 00:52:38,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135MethodDeclarations.h +26 五月 2020 | 00:52:38,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402.h +26 五月 2020 | 00:52:38,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402MethodDeclarations.h +26 五月 2020 | 00:52:38,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773.h +26 五月 2020 | 00:52:38,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773MethodDeclarations.h +26 五月 2020 | 00:52:38,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650.h +26 五月 2020 | 00:52:38,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650MethodDeclarations.h +26 五月 2020 | 00:52:38,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533.h +26 五月 2020 | 00:52:38,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533MethodDeclarations.h +26 五月 2020 | 00:52:38,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451.h +26 五月 2020 | 00:52:38,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113MethodDeclarations.h +26 五月 2020 | 00:52:38,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557.h +26 五月 2020 | 00:52:38,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451MethodDeclarations.h +26 五月 2020 | 00:52:38,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557MethodDeclarations.h +26 五月 2020 | 00:52:38,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046.h +26 五月 2020 | 00:52:38,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135.h +26 五月 2020 | 00:52:38,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046MethodDeclarations.h +26 五月 2020 | 00:52:38,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135MethodDeclarations.h +26 五月 2020 | 00:52:38,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469.h +26 五月 2020 | 00:52:38,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402.h +26 五月 2020 | 00:52:38,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469MethodDeclarations.h +26 五月 2020 | 00:52:38,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845.h +26 五月 2020 | 00:52:38,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402MethodDeclarations.h +26 五月 2020 | 00:52:38,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773.h +26 五月 2020 | 00:52:38,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845MethodDeclarations.h +26 五月 2020 | 00:52:38,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145.h +26 五月 2020 | 00:52:38,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773MethodDeclarations.h +26 五月 2020 | 00:52:38,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650.h +26 五月 2020 | 00:52:38,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650MethodDeclarations.h +26 五月 2020 | 00:52:38,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533.h +26 五月 2020 | 00:52:38,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533MethodDeclarations.h +26 五月 2020 | 00:52:38,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145MethodDeclarations.h +26 五月 2020 | 00:52:38,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451.h +26 五月 2020 | 00:52:38,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719.h +26 五月 2020 | 00:52:38,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169.h +26 五月 2020 | 00:52:38,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719MethodDeclarations.h +26 五月 2020 | 00:52:38,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451MethodDeclarations.h +26 五月 2020 | 00:52:38,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172.h +26 五月 2020 | 00:52:38,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169MethodDeclarations.h +26 五月 2020 | 00:52:38,831 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046.h +26 五月 2020 | 00:52:38,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470.h +26 五月 2020 | 00:52:38,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046MethodDeclarations.h +26 五月 2020 | 00:52:38,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470MethodDeclarations.h +26 五月 2020 | 00:52:38,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469.h +26 五月 2020 | 00:52:38,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193.h +26 五月 2020 | 00:52:38,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469MethodDeclarations.h +26 五月 2020 | 00:52:38,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193MethodDeclarations.h +26 五月 2020 | 00:52:38,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845.h +26 五月 2020 | 00:52:38,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680.h +26 五月 2020 | 00:52:38,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845MethodDeclarations.h +26 五月 2020 | 00:52:38,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145.h +26 五月 2020 | 00:52:38,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680MethodDeclarations.h +26 五月 2020 | 00:52:38,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758.h +26 五月 2020 | 00:52:38,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145MethodDeclarations.h +26 五月 2020 | 00:52:38,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758MethodDeclarations.h +26 五月 2020 | 00:52:38,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169.h +26 五月 2020 | 00:52:38,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568.h +26 五月 2020 | 00:52:38,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169MethodDeclarations.h +26 五月 2020 | 00:52:38,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568MethodDeclarations.h +26 五月 2020 | 00:52:38,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470.h +26 五月 2020 | 00:52:38,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470MethodDeclarations.h +26 五月 2020 | 00:52:38,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193.h +26 五月 2020 | 00:52:38,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193MethodDeclarations.h +26 五月 2020 | 00:52:38,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680.h +26 五月 2020 | 00:52:38,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680MethodDeclarations.h +26 五月 2020 | 00:52:38,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758.h +26 五月 2020 | 00:52:38,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172MethodDeclarations.h +26 五月 2020 | 00:52:38,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240.h +26 五月 2020 | 00:52:38,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240MethodDeclarations.h +26 五月 2020 | 00:52:38,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515.h +26 五月 2020 | 00:52:38,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758MethodDeclarations.h +26 五月 2020 | 00:52:38,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601.h +26 五月 2020 | 00:52:38,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515MethodDeclarations.h +26 五月 2020 | 00:52:38,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568.h +26 五月 2020 | 00:52:38,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601MethodDeclarations.h +26 五月 2020 | 00:52:38,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600.h +26 五月 2020 | 00:52:38,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568MethodDeclarations.h +26 五月 2020 | 00:52:38,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601.h +26 五月 2020 | 00:52:38,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600MethodDeclarations.h +26 五月 2020 | 00:52:38,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601MethodDeclarations.h +26 五月 2020 | 00:52:38,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603.h +26 五月 2020 | 00:52:38,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600.h +26 五月 2020 | 00:52:38,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603MethodDeclarations.h +26 五月 2020 | 00:52:38,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600MethodDeclarations.h +26 五月 2020 | 00:52:38,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761.h +26 五月 2020 | 00:52:38,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603.h +26 五月 2020 | 00:52:38,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761MethodDeclarations.h +26 五月 2020 | 00:52:38,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603MethodDeclarations.h +26 五月 2020 | 00:52:38,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515.h +26 五月 2020 | 00:52:38,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761.h +26 五月 2020 | 00:52:38,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515MethodDeclarations.h +26 五月 2020 | 00:52:38,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761MethodDeclarations.h +26 五月 2020 | 00:52:38,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481.h +26 五月 2020 | 00:52:38,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515.h +26 五月 2020 | 00:52:38,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481MethodDeclarations.h +26 五月 2020 | 00:52:38,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515MethodDeclarations.h +26 五月 2020 | 00:52:38,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046.h +26 五月 2020 | 00:52:38,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481.h +26 五月 2020 | 00:52:38,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046MethodDeclarations.h +26 五月 2020 | 00:52:38,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481MethodDeclarations.h +26 五月 2020 | 00:52:38,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317.h +26 五月 2020 | 00:52:38,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046.h +26 五月 2020 | 00:52:38,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317MethodDeclarations.h +26 五月 2020 | 00:52:38,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046MethodDeclarations.h +26 五月 2020 | 00:52:38,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751.h +26 五月 2020 | 00:52:38,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317.h +26 五月 2020 | 00:52:38,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751MethodDeclarations.h +26 五月 2020 | 00:52:38,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317MethodDeclarations.h +26 五月 2020 | 00:52:38,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027.h +26 五月 2020 | 00:52:38,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751.h +26 五月 2020 | 00:52:38,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027MethodDeclarations.h +26 五月 2020 | 00:52:38,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751MethodDeclarations.h +26 五月 2020 | 00:52:38,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994.h +26 五月 2020 | 00:52:38,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027.h +26 五月 2020 | 00:52:38,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994MethodDeclarations.h +26 五月 2020 | 00:52:38,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027MethodDeclarations.h +26 五月 2020 | 00:52:38,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522.h +26 五月 2020 | 00:52:38,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994.h +26 五月 2020 | 00:52:38,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522MethodDeclarations.h +26 五月 2020 | 00:52:38,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747.h +26 五月 2020 | 00:52:38,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994MethodDeclarations.h +26 五月 2020 | 00:52:38,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522.h +26 五月 2020 | 00:52:38,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522MethodDeclarations.h +26 五月 2020 | 00:52:39,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747.h +26 五月 2020 | 00:52:39,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747MethodDeclarations.h +26 五月 2020 | 00:52:39,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091.h +26 五月 2020 | 00:52:39,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091MethodDeclarations.h +26 五月 2020 | 00:52:39,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604.h +26 五月 2020 | 00:52:39,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747MethodDeclarations.h +26 五月 2020 | 00:52:39,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604MethodDeclarations.h +26 五月 2020 | 00:52:39,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091.h +26 五月 2020 | 00:52:39,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091MethodDeclarations.h +26 五月 2020 | 00:52:39,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995.h +26 五月 2020 | 00:52:39,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971.h +26 五月 2020 | 00:52:39,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995MethodDeclarations.h +26 五月 2020 | 00:52:39,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179.h +26 五月 2020 | 00:52:39,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971MethodDeclarations.h +26 五月 2020 | 00:52:39,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179MethodDeclarations.h +26 五月 2020 | 00:52:39,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262.h +26 五月 2020 | 00:52:39,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262MethodDeclarations.h +26 五月 2020 | 00:52:39,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315.h +26 五月 2020 | 00:52:39,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315MethodDeclarations.h +26 五月 2020 | 00:52:39,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355.h +26 五月 2020 | 00:52:39,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355MethodDeclarations.h +26 五月 2020 | 00:52:39,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993.h +26 五月 2020 | 00:52:39,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993MethodDeclarations.h +26 五月 2020 | 00:52:39,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453.h +26 五月 2020 | 00:52:39,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453MethodDeclarations.h +26 五月 2020 | 00:52:39,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712.h +26 五月 2020 | 00:52:39,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712MethodDeclarations.h +26 五月 2020 | 00:52:39,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514.h +26 五月 2020 | 00:52:39,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514MethodDeclarations.h +26 五月 2020 | 00:52:39,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357.h +26 五月 2020 | 00:52:39,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357MethodDeclarations.h +26 五月 2020 | 00:52:39,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325.h +26 五月 2020 | 00:52:39,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325MethodDeclarations.h +26 五月 2020 | 00:52:39,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299.h +26 五月 2020 | 00:52:39,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299MethodDeclarations.h +26 五月 2020 | 00:52:39,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296.h +26 五月 2020 | 00:52:39,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296MethodDeclarations.h +26 五月 2020 | 00:52:39,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785.h +26 五月 2020 | 00:52:39,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430.h +26 五月 2020 | 00:52:39,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971.h +26 五月 2020 | 00:52:39,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785MethodDeclarations.h +26 五月 2020 | 00:52:39,070 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971MethodDeclarations.h +26 五月 2020 | 00:52:39,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430MethodDeclarations.h +26 五月 2020 | 00:52:39,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521.h +26 五月 2020 | 00:52:39,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369.h +26 五月 2020 | 00:52:39,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262.h +26 五月 2020 | 00:52:39,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521MethodDeclarations.h +26 五月 2020 | 00:52:39,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369MethodDeclarations.h +26 五月 2020 | 00:52:39,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855.h +26 五月 2020 | 00:52:39,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262MethodDeclarations.h +26 五月 2020 | 00:52:39,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888.h +26 五月 2020 | 00:52:39,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855MethodDeclarations.h +26 五月 2020 | 00:52:39,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315.h +26 五月 2020 | 00:52:39,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946.h +26 五月 2020 | 00:52:39,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315MethodDeclarations.h +26 五月 2020 | 00:52:39,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888MethodDeclarations.h +26 五月 2020 | 00:52:39,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946MethodDeclarations.h +26 五月 2020 | 00:52:39,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355.h +26 五月 2020 | 00:52:39,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504.h +26 五月 2020 | 00:52:39,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125.h +26 五月 2020 | 00:52:39,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355MethodDeclarations.h +26 五月 2020 | 00:52:39,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504MethodDeclarations.h +26 五月 2020 | 00:52:39,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125MethodDeclarations.h +26 五月 2020 | 00:52:39,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993.h +26 五月 2020 | 00:52:39,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574.h +26 五月 2020 | 00:52:39,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358.h +26 五月 2020 | 00:52:39,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993MethodDeclarations.h +26 五月 2020 | 00:52:39,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574MethodDeclarations.h +26 五月 2020 | 00:52:39,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358MethodDeclarations.h +26 五月 2020 | 00:52:39,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453.h +26 五月 2020 | 00:52:39,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796.h +26 五月 2020 | 00:52:39,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665.h +26 五月 2020 | 00:52:39,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453MethodDeclarations.h +26 五月 2020 | 00:52:39,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796MethodDeclarations.h +26 五月 2020 | 00:52:39,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665MethodDeclarations.h +26 五月 2020 | 00:52:39,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046.h +26 五月 2020 | 00:52:39,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712.h +26 五月 2020 | 00:52:39,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844.h +26 五月 2020 | 00:52:39,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712MethodDeclarations.h +26 五月 2020 | 00:52:39,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844MethodDeclarations.h +26 五月 2020 | 00:52:39,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514.h +26 五月 2020 | 00:52:39,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077.h +26 五月 2020 | 00:52:39,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514MethodDeclarations.h +26 五月 2020 | 00:52:39,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077MethodDeclarations.h +26 五月 2020 | 00:52:39,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357.h +26 五月 2020 | 00:52:39,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765.h +26 五月 2020 | 00:52:39,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357MethodDeclarations.h +26 五月 2020 | 00:52:39,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765MethodDeclarations.h +26 五月 2020 | 00:52:39,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325.h +26 五月 2020 | 00:52:39,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469.h +26 五月 2020 | 00:52:39,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325MethodDeclarations.h +26 五月 2020 | 00:52:39,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469MethodDeclarations.h +26 五月 2020 | 00:52:39,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299.h +26 五月 2020 | 00:52:39,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896.h +26 五月 2020 | 00:52:39,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896MethodDeclarations.h +26 五月 2020 | 00:52:39,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299MethodDeclarations.h +26 五月 2020 | 00:52:39,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961.h +26 五月 2020 | 00:52:39,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296.h +26 五月 2020 | 00:52:39,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961MethodDeclarations.h +26 五月 2020 | 00:52:39,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296MethodDeclarations.h +26 五月 2020 | 00:52:39,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062.h +26 五月 2020 | 00:52:39,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785.h +26 五月 2020 | 00:52:39,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062MethodDeclarations.h +26 五月 2020 | 00:52:39,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785MethodDeclarations.h +26 五月 2020 | 00:52:39,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892.h +26 五月 2020 | 00:52:39,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521.h +26 五月 2020 | 00:52:39,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892MethodDeclarations.h +26 五月 2020 | 00:52:39,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521MethodDeclarations.h +26 五月 2020 | 00:52:39,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855.h +26 五月 2020 | 00:52:39,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434.h +26 五月 2020 | 00:52:39,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855MethodDeclarations.h +26 五月 2020 | 00:52:39,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434MethodDeclarations.h +26 五月 2020 | 00:52:39,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946.h +26 五月 2020 | 00:52:39,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822.h +26 五月 2020 | 00:52:39,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946MethodDeclarations.h +26 五月 2020 | 00:52:39,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822MethodDeclarations.h +26 五月 2020 | 00:52:39,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125.h +26 五月 2020 | 00:52:39,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998.h +26 五月 2020 | 00:52:39,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125MethodDeclarations.h +26 五月 2020 | 00:52:39,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046MethodDeclarations.h +26 五月 2020 | 00:52:39,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358.h +26 五月 2020 | 00:52:39,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177.h +26 五月 2020 | 00:52:39,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358MethodDeclarations.h +26 五月 2020 | 00:52:39,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177MethodDeclarations.h +26 五月 2020 | 00:52:39,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796.h +26 五月 2020 | 00:52:39,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796MethodDeclarations.h +26 五月 2020 | 00:52:39,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242.h +26 五月 2020 | 00:52:39,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046.h +26 五月 2020 | 00:52:39,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242MethodDeclarations.h +26 五月 2020 | 00:52:39,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986.h +26 五月 2020 | 00:52:39,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986MethodDeclarations.h +26 五月 2020 | 00:52:39,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361.h +26 五月 2020 | 00:52:39,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361MethodDeclarations.h +26 五月 2020 | 00:52:39,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732.h +26 五月 2020 | 00:52:39,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732MethodDeclarations.h +26 五月 2020 | 00:52:39,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763.h +26 五月 2020 | 00:52:39,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763MethodDeclarations.h +26 五月 2020 | 00:52:39,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547.h +26 五月 2020 | 00:52:39,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547MethodDeclarations.h +26 五月 2020 | 00:52:39,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070.h +26 五月 2020 | 00:52:39,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070MethodDeclarations.h +26 五月 2020 | 00:52:39,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998MethodDeclarations.h +26 五月 2020 | 00:52:39,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046MethodDeclarations.h +26 五月 2020 | 00:52:39,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557.h +26 五月 2020 | 00:52:39,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177.h +26 五月 2020 | 00:52:39,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261.h +26 五月 2020 | 00:52:39,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557MethodDeclarations.h +26 五月 2020 | 00:52:39,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177MethodDeclarations.h +26 五月 2020 | 00:52:39,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261MethodDeclarations.h +26 五月 2020 | 00:52:39,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036.h +26 五月 2020 | 00:52:39,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558.h +26 五月 2020 | 00:52:39,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036MethodDeclarations.h +26 五月 2020 | 00:52:39,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242.h +26 五月 2020 | 00:52:39,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354.h +26 五月 2020 | 00:52:39,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558MethodDeclarations.h +26 五月 2020 | 00:52:39,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242MethodDeclarations.h +26 五月 2020 | 00:52:39,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668.h +26 五月 2020 | 00:52:39,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354MethodDeclarations.h +26 五月 2020 | 00:52:39,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986.h +26 五月 2020 | 00:52:39,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593.h +26 五月 2020 | 00:52:39,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668MethodDeclarations.h +26 五月 2020 | 00:52:39,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986MethodDeclarations.h +26 五月 2020 | 00:52:39,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593MethodDeclarations.h +26 五月 2020 | 00:52:39,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361.h +26 五月 2020 | 00:52:39,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049.h +26 五月 2020 | 00:52:39,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926.h +26 五月 2020 | 00:52:39,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361MethodDeclarations.h +26 五月 2020 | 00:52:39,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926MethodDeclarations.h +26 五月 2020 | 00:52:39,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049MethodDeclarations.h +26 五月 2020 | 00:52:39,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732.h +26 五月 2020 | 00:52:39,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084.h +26 五月 2020 | 00:52:39,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732MethodDeclarations.h +26 五月 2020 | 00:52:39,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137.h +26 五月 2020 | 00:52:39,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084MethodDeclarations.h +26 五月 2020 | 00:52:39,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763.h +26 五月 2020 | 00:52:39,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137MethodDeclarations.h +26 五月 2020 | 00:52:39,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299.h +26 五月 2020 | 00:52:39,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763MethodDeclarations.h +26 五月 2020 | 00:52:39,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593.h +26 五月 2020 | 00:52:39,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299MethodDeclarations.h +26 五月 2020 | 00:52:39,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547.h +26 五月 2020 | 00:52:39,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593MethodDeclarations.h +26 五月 2020 | 00:52:39,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783.h +26 五月 2020 | 00:52:39,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606.h +26 五月 2020 | 00:52:39,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783MethodDeclarations.h +26 五月 2020 | 00:52:39,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606MethodDeclarations.h +26 五月 2020 | 00:52:39,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718.h +26 五月 2020 | 00:52:39,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987.h +26 五月 2020 | 00:52:39,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547MethodDeclarations.h +26 五月 2020 | 00:52:39,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987MethodDeclarations.h +26 五月 2020 | 00:52:39,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070.h +26 五月 2020 | 00:52:39,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583.h +26 五月 2020 | 00:52:39,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070MethodDeclarations.h +26 五月 2020 | 00:52:39,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583MethodDeclarations.h +26 五月 2020 | 00:52:39,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261.h +26 五月 2020 | 00:52:39,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235.h +26 五月 2020 | 00:52:39,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235MethodDeclarations.h +26 五月 2020 | 00:52:39,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261MethodDeclarations.h +26 五月 2020 | 00:52:39,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777.h +26 五月 2020 | 00:52:39,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558.h +26 五月 2020 | 00:52:39,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777MethodDeclarations.h +26 五月 2020 | 00:52:39,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558MethodDeclarations.h +26 五月 2020 | 00:52:39,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261.h +26 五月 2020 | 00:52:39,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668.h +26 五月 2020 | 00:52:39,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261MethodDeclarations.h +26 五月 2020 | 00:52:39,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769.h +26 五月 2020 | 00:52:39,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718MethodDeclarations.h +26 五月 2020 | 00:52:39,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668MethodDeclarations.h +26 五月 2020 | 00:52:39,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787.h +26 五月 2020 | 00:52:39,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769MethodDeclarations.h +26 五月 2020 | 00:52:39,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049.h +26 五月 2020 | 00:52:39,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787MethodDeclarations.h +26 五月 2020 | 00:52:39,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869.h +26 五月 2020 | 00:52:39,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049MethodDeclarations.h +26 五月 2020 | 00:52:39,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691.h +26 五月 2020 | 00:52:39,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869MethodDeclarations.h +26 五月 2020 | 00:52:39,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137.h +26 五月 2020 | 00:52:39,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691MethodDeclarations.h +26 五月 2020 | 00:52:39,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124.h +26 五月 2020 | 00:52:39,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137MethodDeclarations.h +26 五月 2020 | 00:52:39,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227.h +26 五月 2020 | 00:52:39,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593.h +26 五月 2020 | 00:52:39,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124MethodDeclarations.h +26 五月 2020 | 00:52:39,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227MethodDeclarations.h +26 五月 2020 | 00:52:39,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593MethodDeclarations.h +26 五月 2020 | 00:52:39,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303.h +26 五月 2020 | 00:52:39,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430.h +26 五月 2020 | 00:52:39,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303MethodDeclarations.h +26 五月 2020 | 00:52:39,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606.h +26 五月 2020 | 00:52:39,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430MethodDeclarations.h +26 五月 2020 | 00:52:39,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466.h +26 五月 2020 | 00:52:39,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431.h +26 五月 2020 | 00:52:39,215 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466MethodDeclarations.h +26 五月 2020 | 00:52:39,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431MethodDeclarations.h +26 五月 2020 | 00:52:39,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156.h +26 五月 2020 | 00:52:39,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606MethodDeclarations.h +26 五月 2020 | 00:52:39,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156MethodDeclarations.h +26 五月 2020 | 00:52:39,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432.h +26 五月 2020 | 00:52:39,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432MethodDeclarations.h +26 五月 2020 | 00:52:39,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987.h +26 五月 2020 | 00:52:39,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268.h +26 五月 2020 | 00:52:39,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987MethodDeclarations.h +26 五月 2020 | 00:52:39,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268MethodDeclarations.h +26 五月 2020 | 00:52:39,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583.h +26 五月 2020 | 00:52:39,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583MethodDeclarations.h +26 五月 2020 | 00:52:39,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568.h +26 五月 2020 | 00:52:39,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602.h +26 五月 2020 | 00:52:39,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568MethodDeclarations.h +26 五月 2020 | 00:52:39,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235.h +26 五月 2020 | 00:52:39,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602MethodDeclarations.h +26 五月 2020 | 00:52:39,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394.h +26 五月 2020 | 00:52:39,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665.h +26 五月 2020 | 00:52:39,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394MethodDeclarations.h +26 五月 2020 | 00:52:39,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665MethodDeclarations.h +26 五月 2020 | 00:52:39,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235MethodDeclarations.h +26 五月 2020 | 00:52:39,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659.h +26 五月 2020 | 00:52:39,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679.h +26 五月 2020 | 00:52:39,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777.h +26 五月 2020 | 00:52:39,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777MethodDeclarations.h +26 五月 2020 | 00:52:39,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261.h +26 五月 2020 | 00:52:39,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679MethodDeclarations.h +26 五月 2020 | 00:52:39,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261MethodDeclarations.h +26 五月 2020 | 00:52:39,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495.h +26 五月 2020 | 00:52:39,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659MethodDeclarations.h +26 五月 2020 | 00:52:39,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769.h +26 五月 2020 | 00:52:39,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495MethodDeclarations.h +26 五月 2020 | 00:52:39,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146.h +26 五月 2020 | 00:52:39,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146MethodDeclarations.h +26 五月 2020 | 00:52:39,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769MethodDeclarations.h +26 五月 2020 | 00:52:39,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580.h +26 五月 2020 | 00:52:39,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869.h +26 五月 2020 | 00:52:39,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580MethodDeclarations.h +26 五月 2020 | 00:52:39,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869MethodDeclarations.h +26 五月 2020 | 00:52:39,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832.h +26 五月 2020 | 00:52:39,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124.h +26 五月 2020 | 00:52:39,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832MethodDeclarations.h +26 五月 2020 | 00:52:39,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124MethodDeclarations.h +26 五月 2020 | 00:52:39,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276.h +26 五月 2020 | 00:52:39,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303.h +26 五月 2020 | 00:52:39,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469.h +26 五月 2020 | 00:52:39,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303MethodDeclarations.h +26 五月 2020 | 00:52:39,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469MethodDeclarations.h +26 五月 2020 | 00:52:39,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466.h +26 五月 2020 | 00:52:39,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276MethodDeclarations.h +26 五月 2020 | 00:52:39,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956.h +26 五月 2020 | 00:52:39,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466MethodDeclarations.h +26 五月 2020 | 00:52:39,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956MethodDeclarations.h +26 五月 2020 | 00:52:39,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156.h +26 五月 2020 | 00:52:39,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740.h +26 五月 2020 | 00:52:39,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854.h +26 五月 2020 | 00:52:39,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156MethodDeclarations.h +26 五月 2020 | 00:52:39,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740MethodDeclarations.h +26 五月 2020 | 00:52:39,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602.h +26 五月 2020 | 00:52:39,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602MethodDeclarations.h +26 五月 2020 | 00:52:39,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394.h +26 五月 2020 | 00:52:39,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394MethodDeclarations.h +26 五月 2020 | 00:52:39,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854MethodDeclarations.h +26 五月 2020 | 00:52:39,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174.h +26 五月 2020 | 00:52:39,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659.h +26 五月 2020 | 00:52:39,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893.h +26 五月 2020 | 00:52:39,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174MethodDeclarations.h +26 五月 2020 | 00:52:39,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893MethodDeclarations.h +26 五月 2020 | 00:52:39,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659MethodDeclarations.h +26 五月 2020 | 00:52:39,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450.h +26 五月 2020 | 00:52:39,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121.h +26 五月 2020 | 00:52:39,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469.h +26 五月 2020 | 00:52:39,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450MethodDeclarations.h +26 五月 2020 | 00:52:39,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121MethodDeclarations.h +26 五月 2020 | 00:52:39,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417.h +26 五月 2020 | 00:52:39,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492.h +26 五月 2020 | 00:52:39,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417MethodDeclarations.h +26 五月 2020 | 00:52:39,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492MethodDeclarations.h +26 五月 2020 | 00:52:39,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616.h +26 五月 2020 | 00:52:39,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945.h +26 五月 2020 | 00:52:39,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469MethodDeclarations.h +26 五月 2020 | 00:52:39,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616MethodDeclarations.h +26 五月 2020 | 00:52:39,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945MethodDeclarations.h +26 五月 2020 | 00:52:39,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956.h +26 五月 2020 | 00:52:39,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103.h +26 五月 2020 | 00:52:39,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170.h +26 五月 2020 | 00:52:39,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956MethodDeclarations.h +26 五月 2020 | 00:52:39,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103MethodDeclarations.h +26 五月 2020 | 00:52:39,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170MethodDeclarations.h +26 五月 2020 | 00:52:39,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740.h +26 五月 2020 | 00:52:39,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181.h +26 五月 2020 | 00:52:39,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514.h +26 五月 2020 | 00:52:39,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181MethodDeclarations.h +26 五月 2020 | 00:52:39,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514MethodDeclarations.h +26 五月 2020 | 00:52:39,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991.h +26 五月 2020 | 00:52:39,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394.h +26 五月 2020 | 00:52:39,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991MethodDeclarations.h +26 五月 2020 | 00:52:39,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394MethodDeclarations.h +26 五月 2020 | 00:52:39,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740MethodDeclarations.h +26 五月 2020 | 00:52:39,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024.h +26 五月 2020 | 00:52:39,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685.h +26 五月 2020 | 00:52:39,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174.h +26 五月 2020 | 00:52:39,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024MethodDeclarations.h +26 五月 2020 | 00:52:39,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685MethodDeclarations.h +26 五月 2020 | 00:52:39,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174MethodDeclarations.h +26 五月 2020 | 00:52:39,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023.h +26 五月 2020 | 00:52:39,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738.h +26 五月 2020 | 00:52:39,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023MethodDeclarations.h +26 五月 2020 | 00:52:39,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450.h +26 五月 2020 | 00:52:39,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738MethodDeclarations.h +26 五月 2020 | 00:52:39,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026.h +26 五月 2020 | 00:52:39,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450MethodDeclarations.h +26 五月 2020 | 00:52:39,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778.h +26 五月 2020 | 00:52:39,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417.h +26 五月 2020 | 00:52:39,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417MethodDeclarations.h +26 五月 2020 | 00:52:39,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945.h +26 五月 2020 | 00:52:39,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778MethodDeclarations.h +26 五月 2020 | 00:52:39,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945MethodDeclarations.h +26 五月 2020 | 00:52:39,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026MethodDeclarations.h +26 五月 2020 | 00:52:39,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416.h +26 五月 2020 | 00:52:39,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170.h +26 五月 2020 | 00:52:39,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416MethodDeclarations.h +26 五月 2020 | 00:52:39,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170MethodDeclarations.h +26 五月 2020 | 00:52:39,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135.h +26 五月 2020 | 00:52:39,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514.h +26 五月 2020 | 00:52:39,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135MethodDeclarations.h +26 五月 2020 | 00:52:39,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514MethodDeclarations.h +26 五月 2020 | 00:52:39,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937.h +26 五月 2020 | 00:52:39,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184.h +26 五月 2020 | 00:52:39,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394.h +26 五月 2020 | 00:52:39,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937MethodDeclarations.h +26 五月 2020 | 00:52:39,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184MethodDeclarations.h +26 五月 2020 | 00:52:39,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394MethodDeclarations.h +26 五月 2020 | 00:52:39,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780.h +26 五月 2020 | 00:52:39,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938.h +26 五月 2020 | 00:52:39,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685.h +26 五月 2020 | 00:52:39,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780MethodDeclarations.h +26 五月 2020 | 00:52:39,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938MethodDeclarations.h +26 五月 2020 | 00:52:39,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685MethodDeclarations.h +26 五月 2020 | 00:52:39,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904.h +26 五月 2020 | 00:52:39,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738.h +26 五月 2020 | 00:52:39,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904MethodDeclarations.h +26 五月 2020 | 00:52:39,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748.h +26 五月 2020 | 00:52:39,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775.h +26 五月 2020 | 00:52:39,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738MethodDeclarations.h +26 五月 2020 | 00:52:39,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775MethodDeclarations.h +26 五月 2020 | 00:52:39,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284.h +26 五月 2020 | 00:52:39,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284MethodDeclarations.h +26 五月 2020 | 00:52:39,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778.h +26 五月 2020 | 00:52:39,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748MethodDeclarations.h +26 五月 2020 | 00:52:39,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778MethodDeclarations.h +26 五月 2020 | 00:52:39,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874.h +26 五月 2020 | 00:52:39,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Console2311202731.h +26 五月 2020 | 00:52:39,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416.h +26 五月 2020 | 00:52:39,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874MethodDeclarations.h +26 五月 2020 | 00:52:39,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Console2311202731MethodDeclarations.h +26 五月 2020 | 00:52:39,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416MethodDeclarations.h +26 五月 2020 | 00:52:39,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722.h +26 五月 2020 | 00:52:39,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135.h +26 五月 2020 | 00:52:39,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722MethodDeclarations.h +26 五月 2020 | 00:52:39,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135MethodDeclarations.h +26 五月 2020 | 00:52:39,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937.h +26 五月 2020 | 00:52:39,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937MethodDeclarations.h +26 五月 2020 | 00:52:39,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780.h +26 五月 2020 | 00:52:39,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780MethodDeclarations.h +26 五月 2020 | 00:52:39,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748.h +26 五月 2020 | 00:52:39,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719.h +26 五月 2020 | 00:52:39,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748MethodDeclarations.h +26 五月 2020 | 00:52:39,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719MethodDeclarations.h +26 五月 2020 | 00:52:39,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874.h +26 五月 2020 | 00:52:39,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172.h +26 五月 2020 | 00:52:39,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874MethodDeclarations.h +26 五月 2020 | 00:52:39,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438.h +26 五月 2020 | 00:52:39,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722.h +26 五月 2020 | 00:52:39,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438MethodDeclarations.h +26 五月 2020 | 00:52:39,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722MethodDeclarations.h +26 五月 2020 | 00:52:39,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565.h +26 五月 2020 | 00:52:39,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719.h +26 五月 2020 | 00:52:39,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172MethodDeclarations.h +26 五月 2020 | 00:52:39,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565MethodDeclarations.h +26 五月 2020 | 00:52:39,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719MethodDeclarations.h +26 五月 2020 | 00:52:39,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240.h +26 五月 2020 | 00:52:39,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939.h +26 五月 2020 | 00:52:39,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172.h +26 五月 2020 | 00:52:39,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240MethodDeclarations.h +26 五月 2020 | 00:52:39,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939MethodDeclarations.h +26 五月 2020 | 00:52:39,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515.h +26 五月 2020 | 00:52:39,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251.h +26 五月 2020 | 00:52:39,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515MethodDeclarations.h +26 五月 2020 | 00:52:39,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251MethodDeclarations.h +26 五月 2020 | 00:52:39,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604.h +26 五月 2020 | 00:52:39,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369.h +26 五月 2020 | 00:52:39,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172MethodDeclarations.h +26 五月 2020 | 00:52:39,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369MethodDeclarations.h +26 五月 2020 | 00:52:39,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604MethodDeclarations.h +26 五月 2020 | 00:52:39,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240.h +26 五月 2020 | 00:52:39,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383.h +26 五月 2020 | 00:52:39,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995.h +26 五月 2020 | 00:52:39,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240MethodDeclarations.h +26 五月 2020 | 00:52:39,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383MethodDeclarations.h +26 五月 2020 | 00:52:39,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995MethodDeclarations.h +26 五月 2020 | 00:52:39,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179.h +26 五月 2020 | 00:52:39,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669.h +26 五月 2020 | 00:52:39,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179MethodDeclarations.h +26 五月 2020 | 00:52:39,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669MethodDeclarations.h +26 五月 2020 | 00:52:39,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611.h +26 五月 2020 | 00:52:39,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430.h +26 五月 2020 | 00:52:39,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515.h +26 五月 2020 | 00:52:39,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611MethodDeclarations.h +26 五月 2020 | 00:52:39,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430MethodDeclarations.h +26 五月 2020 | 00:52:39,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906.h +26 五月 2020 | 00:52:39,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515MethodDeclarations.h +26 五月 2020 | 00:52:39,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369.h +26 五月 2020 | 00:52:39,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906MethodDeclarations.h +26 五月 2020 | 00:52:39,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369MethodDeclarations.h +26 五月 2020 | 00:52:39,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808.h +26 五月 2020 | 00:52:39,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604.h +26 五月 2020 | 00:52:39,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888.h +26 五月 2020 | 00:52:39,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808MethodDeclarations.h +26 五月 2020 | 00:52:39,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604MethodDeclarations.h +26 五月 2020 | 00:52:39,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770.h +26 五月 2020 | 00:52:39,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888MethodDeclarations.h +26 五月 2020 | 00:52:39,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995.h +26 五月 2020 | 00:52:39,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770MethodDeclarations.h +26 五月 2020 | 00:52:39,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504.h +26 五月 2020 | 00:52:39,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995MethodDeclarations.h +26 五月 2020 | 00:52:39,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893.h +26 五月 2020 | 00:52:39,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893MethodDeclarations.h +26 五月 2020 | 00:52:39,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179.h +26 五月 2020 | 00:52:39,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077.h +26 五月 2020 | 00:52:39,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179MethodDeclarations.h +26 五月 2020 | 00:52:39,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504MethodDeclarations.h +26 五月 2020 | 00:52:39,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077MethodDeclarations.h +26 五月 2020 | 00:52:39,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574.h +26 五月 2020 | 00:52:39,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291.h +26 五月 2020 | 00:52:39,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574MethodDeclarations.h +26 五月 2020 | 00:52:39,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291MethodDeclarations.h +26 五月 2020 | 00:52:39,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995.h +26 五月 2020 | 00:52:39,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995MethodDeclarations.h +26 五月 2020 | 00:52:39,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665.h +26 五月 2020 | 00:52:39,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430.h +26 五月 2020 | 00:52:39,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665MethodDeclarations.h +26 五月 2020 | 00:52:39,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430MethodDeclarations.h +26 五月 2020 | 00:52:39,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369.h +26 五月 2020 | 00:52:39,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077.h +26 五月 2020 | 00:52:39,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844.h +26 五月 2020 | 00:52:39,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369MethodDeclarations.h +26 五月 2020 | 00:52:39,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077MethodDeclarations.h +26 五月 2020 | 00:52:39,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844MethodDeclarations.h +26 五月 2020 | 00:52:39,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888.h +26 五月 2020 | 00:52:39,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094.h +26 五月 2020 | 00:52:39,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077.h +26 五月 2020 | 00:52:39,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888MethodDeclarations.h +26 五月 2020 | 00:52:39,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094MethodDeclarations.h +26 五月 2020 | 00:52:39,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077MethodDeclarations.h +26 五月 2020 | 00:52:39,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504.h +26 五月 2020 | 00:52:39,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506.h +26 五月 2020 | 00:52:39,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765.h +26 五月 2020 | 00:52:39,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506MethodDeclarations.h +26 五月 2020 | 00:52:39,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765MethodDeclarations.h +26 五月 2020 | 00:52:39,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606.h +26 五月 2020 | 00:52:39,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469.h +26 五月 2020 | 00:52:39,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606MethodDeclarations.h +26 五月 2020 | 00:52:39,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504MethodDeclarations.h +26 五月 2020 | 00:52:39,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469MethodDeclarations.h +26 五月 2020 | 00:52:39,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234.h +26 五月 2020 | 00:52:39,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574.h +26 五月 2020 | 00:52:39,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896.h +26 五月 2020 | 00:52:39,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234MethodDeclarations.h +26 五月 2020 | 00:52:39,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574MethodDeclarations.h +26 五月 2020 | 00:52:39,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896MethodDeclarations.h +26 五月 2020 | 00:52:39,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511.h +26 五月 2020 | 00:52:39,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961.h +26 五月 2020 | 00:52:39,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511MethodDeclarations.h +26 五月 2020 | 00:52:39,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961MethodDeclarations.h +26 五月 2020 | 00:52:39,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581.h +26 五月 2020 | 00:52:39,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062.h +26 五月 2020 | 00:52:39,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581MethodDeclarations.h +26 五月 2020 | 00:52:39,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062MethodDeclarations.h +26 五月 2020 | 00:52:39,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892.h +26 五月 2020 | 00:52:39,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892MethodDeclarations.h +26 五月 2020 | 00:52:39,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665.h +26 五月 2020 | 00:52:39,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887.h +26 五月 2020 | 00:52:39,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665MethodDeclarations.h +26 五月 2020 | 00:52:39,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887MethodDeclarations.h +26 五月 2020 | 00:52:39,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434.h +26 五月 2020 | 00:52:39,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844.h +26 五月 2020 | 00:52:39,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354.h +26 五月 2020 | 00:52:39,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434MethodDeclarations.h +26 五月 2020 | 00:52:39,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822.h +26 五月 2020 | 00:52:39,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822MethodDeclarations.h +26 五月 2020 | 00:52:39,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998.h +26 五月 2020 | 00:52:39,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354MethodDeclarations.h +26 五月 2020 | 00:52:39,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087.h +26 五月 2020 | 00:52:39,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844MethodDeclarations.h +26 五月 2020 | 00:52:39,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087MethodDeclarations.h +26 五月 2020 | 00:52:39,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077.h +26 五月 2020 | 00:52:39,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881.h +26 五月 2020 | 00:52:39,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077MethodDeclarations.h +26 五月 2020 | 00:52:39,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881MethodDeclarations.h +26 五月 2020 | 00:52:39,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765.h +26 五月 2020 | 00:52:39,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597.h +26 五月 2020 | 00:52:39,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597MethodDeclarations.h +26 五月 2020 | 00:52:39,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001.h +26 五月 2020 | 00:52:39,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001MethodDeclarations.h +26 五月 2020 | 00:52:39,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042.h +26 五月 2020 | 00:52:39,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042MethodDeclarations.h +26 五月 2020 | 00:52:39,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Double4078015681.h +26 五月 2020 | 00:52:39,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Double4078015681MethodDeclarations.h +26 五月 2020 | 00:52:39,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210.h +26 五月 2020 | 00:52:39,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210MethodDeclarations.h +26 五月 2020 | 00:52:39,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545.h +26 五月 2020 | 00:52:39,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765MethodDeclarations.h +26 五月 2020 | 00:52:39,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998MethodDeclarations.h +26 五月 2020 | 00:52:39,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545MethodDeclarations.h +26 五月 2020 | 00:52:39,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469.h +26 五月 2020 | 00:52:39,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671.h +26 五月 2020 | 00:52:39,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557.h +26 五月 2020 | 00:52:39,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469MethodDeclarations.h +26 五月 2020 | 00:52:39,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671MethodDeclarations.h +26 五月 2020 | 00:52:39,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557MethodDeclarations.h +26 五月 2020 | 00:52:39,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896.h +26 五月 2020 | 00:52:39,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278.h +26 五月 2020 | 00:52:39,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036.h +26 五月 2020 | 00:52:39,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896MethodDeclarations.h +26 五月 2020 | 00:52:39,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278MethodDeclarations.h +26 五月 2020 | 00:52:39,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961.h +26 五月 2020 | 00:52:39,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036MethodDeclarations.h +26 五月 2020 | 00:52:39,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707.h +26 五月 2020 | 00:52:39,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707MethodDeclarations.h +26 五月 2020 | 00:52:39,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961MethodDeclarations.h +26 五月 2020 | 00:52:39,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354.h +26 五月 2020 | 00:52:39,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526.h +26 五月 2020 | 00:52:39,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062.h +26 五月 2020 | 00:52:39,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354MethodDeclarations.h +26 五月 2020 | 00:52:39,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526MethodDeclarations.h +26 五月 2020 | 00:52:39,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062MethodDeclarations.h +26 五月 2020 | 00:52:39,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593.h +26 五月 2020 | 00:52:39,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892.h +26 五月 2020 | 00:52:39,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687.h +26 五月 2020 | 00:52:39,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593MethodDeclarations.h +26 五月 2020 | 00:52:39,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892MethodDeclarations.h +26 五月 2020 | 00:52:39,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687MethodDeclarations.h +26 五月 2020 | 00:52:39,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926.h +26 五月 2020 | 00:52:39,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926MethodDeclarations.h +26 五月 2020 | 00:52:39,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434.h +26 五月 2020 | 00:52:39,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084.h +26 五月 2020 | 00:52:39,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434MethodDeclarations.h +26 五月 2020 | 00:52:39,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084MethodDeclarations.h +26 五月 2020 | 00:52:39,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822.h +26 五月 2020 | 00:52:39,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299.h +26 五月 2020 | 00:52:39,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822MethodDeclarations.h +26 五月 2020 | 00:52:39,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299MethodDeclarations.h +26 五月 2020 | 00:52:39,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998.h +26 五月 2020 | 00:52:39,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783.h +26 五月 2020 | 00:52:39,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998MethodDeclarations.h +26 五月 2020 | 00:52:39,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783MethodDeclarations.h +26 五月 2020 | 00:52:39,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125.h +26 五月 2020 | 00:52:39,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718.h +26 五月 2020 | 00:52:39,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557.h +26 五月 2020 | 00:52:39,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125MethodDeclarations.h +26 五月 2020 | 00:52:39,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557MethodDeclarations.h +26 五月 2020 | 00:52:39,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036.h +26 五月 2020 | 00:52:39,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036MethodDeclarations.h +26 五月 2020 | 00:52:39,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354.h +26 五月 2020 | 00:52:39,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379.h +26 五月 2020 | 00:52:39,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354MethodDeclarations.h +26 五月 2020 | 00:52:39,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379MethodDeclarations.h +26 五月 2020 | 00:52:39,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593.h +26 五月 2020 | 00:52:39,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593MethodDeclarations.h +26 五月 2020 | 00:52:39,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169.h +26 五月 2020 | 00:52:39,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926.h +26 五月 2020 | 00:52:39,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169MethodDeclarations.h +26 五月 2020 | 00:52:39,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926MethodDeclarations.h +26 五月 2020 | 00:52:39,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286.h +26 五月 2020 | 00:52:39,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084.h +26 五月 2020 | 00:52:39,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286MethodDeclarations.h +26 五月 2020 | 00:52:39,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084MethodDeclarations.h +26 五月 2020 | 00:52:39,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_GC2902933594.h +26 五月 2020 | 00:52:39,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299.h +26 五月 2020 | 00:52:39,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_GC2902933594MethodDeclarations.h +26 五月 2020 | 00:52:39,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299MethodDeclarations.h +26 五月 2020 | 00:52:39,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954.h +26 五月 2020 | 00:52:39,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783.h +26 五月 2020 | 00:52:39,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783MethodDeclarations.h +26 五月 2020 | 00:52:39,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718.h +26 五月 2020 | 00:52:39,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718MethodDeclarations.h +26 五月 2020 | 00:52:39,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787.h +26 五月 2020 | 00:52:39,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787MethodDeclarations.h +26 五月 2020 | 00:52:39,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691.h +26 五月 2020 | 00:52:39,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691MethodDeclarations.h +26 五月 2020 | 00:52:39,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227.h +26 五月 2020 | 00:52:39,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227MethodDeclarations.h +26 五月 2020 | 00:52:39,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430.h +26 五月 2020 | 00:52:39,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430MethodDeclarations.h +26 五月 2020 | 00:52:39,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431.h +26 五月 2020 | 00:52:39,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431MethodDeclarations.h +26 五月 2020 | 00:52:39,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718MethodDeclarations.h +26 五月 2020 | 00:52:39,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954MethodDeclarations.h +26 五月 2020 | 00:52:39,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432.h +26 五月 2020 | 00:52:39,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787.h +26 五月 2020 | 00:52:39,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602.h +26 五月 2020 | 00:52:39,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432MethodDeclarations.h +26 五月 2020 | 00:52:39,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787MethodDeclarations.h +26 五月 2020 | 00:52:39,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268.h +26 五月 2020 | 00:52:39,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691.h +26 五月 2020 | 00:52:39,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268MethodDeclarations.h +26 五月 2020 | 00:52:39,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568.h +26 五月 2020 | 00:52:39,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568MethodDeclarations.h +26 五月 2020 | 00:52:39,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665.h +26 五月 2020 | 00:52:39,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602MethodDeclarations.h +26 五月 2020 | 00:52:39,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665MethodDeclarations.h +26 五月 2020 | 00:52:39,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594.h +26 五月 2020 | 00:52:39,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679.h +26 五月 2020 | 00:52:39,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691MethodDeclarations.h +26 五月 2020 | 00:52:39,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594MethodDeclarations.h +26 五月 2020 | 00:52:39,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679MethodDeclarations.h +26 五月 2020 | 00:52:39,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227.h +26 五月 2020 | 00:52:39,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108.h +26 五月 2020 | 00:52:39,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495.h +26 五月 2020 | 00:52:39,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227MethodDeclarations.h +26 五月 2020 | 00:52:39,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108MethodDeclarations.h +26 五月 2020 | 00:52:39,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495MethodDeclarations.h +26 五月 2020 | 00:52:39,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430.h +26 五月 2020 | 00:52:39,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157.h +26 五月 2020 | 00:52:39,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146.h +26 五月 2020 | 00:52:39,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430MethodDeclarations.h +26 五月 2020 | 00:52:39,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157MethodDeclarations.h +26 五月 2020 | 00:52:39,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146MethodDeclarations.h +26 五月 2020 | 00:52:39,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431.h +26 五月 2020 | 00:52:39,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955.h +26 五月 2020 | 00:52:39,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580.h +26 五月 2020 | 00:52:39,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955MethodDeclarations.h +26 五月 2020 | 00:52:39,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431MethodDeclarations.h +26 五月 2020 | 00:52:39,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580MethodDeclarations.h +26 五月 2020 | 00:52:39,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432.h +26 五月 2020 | 00:52:39,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524.h +26 五月 2020 | 00:52:39,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832.h +26 五月 2020 | 00:52:39,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432MethodDeclarations.h +26 五月 2020 | 00:52:39,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524MethodDeclarations.h +26 五月 2020 | 00:52:39,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832MethodDeclarations.h +26 五月 2020 | 00:52:39,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268.h +26 五月 2020 | 00:52:39,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003.h +26 五月 2020 | 00:52:39,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003MethodDeclarations.h +26 五月 2020 | 00:52:39,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268MethodDeclarations.h +26 五月 2020 | 00:52:39,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561.h +26 五月 2020 | 00:52:39,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568.h +26 五月 2020 | 00:52:39,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561MethodDeclarations.h +26 五月 2020 | 00:52:39,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276.h +26 五月 2020 | 00:52:39,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568MethodDeclarations.h +26 五月 2020 | 00:52:39,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504.h +26 五月 2020 | 00:52:39,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276MethodDeclarations.h +26 五月 2020 | 00:52:39,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665.h +26 五月 2020 | 00:52:39,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504MethodDeclarations.h +26 五月 2020 | 00:52:39,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854.h +26 五月 2020 | 00:52:39,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665MethodDeclarations.h +26 五月 2020 | 00:52:39,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085.h +26 五月 2020 | 00:52:39,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854MethodDeclarations.h +26 五月 2020 | 00:52:39,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679.h +26 五月 2020 | 00:52:39,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085MethodDeclarations.h +26 五月 2020 | 00:52:39,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893.h +26 五月 2020 | 00:52:39,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679MethodDeclarations.h +26 五月 2020 | 00:52:39,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331.h +26 五月 2020 | 00:52:39,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893MethodDeclarations.h +26 五月 2020 | 00:52:39,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495.h +26 五月 2020 | 00:52:39,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331MethodDeclarations.h +26 五月 2020 | 00:52:39,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121.h +26 五月 2020 | 00:52:39,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495MethodDeclarations.h +26 五月 2020 | 00:52:39,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568.h +26 五月 2020 | 00:52:39,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121MethodDeclarations.h +26 五月 2020 | 00:52:39,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146.h +26 五月 2020 | 00:52:39,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568MethodDeclarations.h +26 五月 2020 | 00:52:39,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492.h +26 五月 2020 | 00:52:39,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146MethodDeclarations.h +26 五月 2020 | 00:52:39,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929.h +26 五月 2020 | 00:52:39,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492MethodDeclarations.h +26 五月 2020 | 00:52:39,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929MethodDeclarations.h +26 五月 2020 | 00:52:39,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580.h +26 五月 2020 | 00:52:39,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616.h +26 五月 2020 | 00:52:39,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544.h +26 五月 2020 | 00:52:39,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580MethodDeclarations.h +26 五月 2020 | 00:52:39,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616MethodDeclarations.h +26 五月 2020 | 00:52:39,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544MethodDeclarations.h +26 五月 2020 | 00:52:39,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832.h +26 五月 2020 | 00:52:39,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103.h +26 五月 2020 | 00:52:39,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832MethodDeclarations.h +26 五月 2020 | 00:52:39,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276.h +26 五月 2020 | 00:52:39,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103MethodDeclarations.h +26 五月 2020 | 00:52:39,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435.h +26 五月 2020 | 00:52:39,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276MethodDeclarations.h +26 五月 2020 | 00:52:39,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435MethodDeclarations.h +26 五月 2020 | 00:52:39,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181.h +26 五月 2020 | 00:52:39,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978.h +26 五月 2020 | 00:52:39,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854.h +26 五月 2020 | 00:52:39,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181MethodDeclarations.h +26 五月 2020 | 00:52:39,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978MethodDeclarations.h +26 五月 2020 | 00:52:39,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991.h +26 五月 2020 | 00:52:39,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137.h +26 五月 2020 | 00:52:39,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991MethodDeclarations.h +26 五月 2020 | 00:52:39,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137MethodDeclarations.h +26 五月 2020 | 00:52:39,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854MethodDeclarations.h +26 五月 2020 | 00:52:39,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024.h +26 五月 2020 | 00:52:39,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823.h +26 五月 2020 | 00:52:39,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893.h +26 五月 2020 | 00:52:39,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024MethodDeclarations.h +26 五月 2020 | 00:52:39,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893MethodDeclarations.h +26 五月 2020 | 00:52:39,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823MethodDeclarations.h +26 五月 2020 | 00:52:39,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023.h +26 五月 2020 | 00:52:39,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944.h +26 五月 2020 | 00:52:39,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121.h +26 五月 2020 | 00:52:39,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944MethodDeclarations.h +26 五月 2020 | 00:52:39,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023MethodDeclarations.h +26 五月 2020 | 00:52:39,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121MethodDeclarations.h +26 五月 2020 | 00:52:39,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026.h +26 五月 2020 | 00:52:39,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799.h +26 五月 2020 | 00:52:39,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492.h +26 五月 2020 | 00:52:39,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799MethodDeclarations.h +26 五月 2020 | 00:52:39,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026MethodDeclarations.h +26 五月 2020 | 00:52:39,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492MethodDeclarations.h +26 五月 2020 | 00:52:39,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593.h +26 五月 2020 | 00:52:39,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184.h +26 五月 2020 | 00:52:39,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616.h +26 五月 2020 | 00:52:39,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184MethodDeclarations.h +26 五月 2020 | 00:52:39,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616MethodDeclarations.h +26 五月 2020 | 00:52:39,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593MethodDeclarations.h +26 五月 2020 | 00:52:39,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103.h +26 五月 2020 | 00:52:39,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393.h +26 五月 2020 | 00:52:39,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103MethodDeclarations.h +26 五月 2020 | 00:52:39,608 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393MethodDeclarations.h +26 五月 2020 | 00:52:39,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938.h +26 五月 2020 | 00:52:39,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181.h +26 五月 2020 | 00:52:39,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768.h +26 五月 2020 | 00:52:39,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938MethodDeclarations.h +26 五月 2020 | 00:52:39,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181MethodDeclarations.h +26 五月 2020 | 00:52:39,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768MethodDeclarations.h +26 五月 2020 | 00:52:39,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904.h +26 五月 2020 | 00:52:39,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991.h +26 五月 2020 | 00:52:39,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318.h +26 五月 2020 | 00:52:39,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904MethodDeclarations.h +26 五月 2020 | 00:52:39,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991MethodDeclarations.h +26 五月 2020 | 00:52:39,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775.h +26 五月 2020 | 00:52:39,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318MethodDeclarations.h +26 五月 2020 | 00:52:39,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024.h +26 五月 2020 | 00:52:39,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775MethodDeclarations.h +26 五月 2020 | 00:52:39,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961.h +26 五月 2020 | 00:52:39,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024MethodDeclarations.h +26 五月 2020 | 00:52:39,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284.h +26 五月 2020 | 00:52:39,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284MethodDeclarations.h +26 五月 2020 | 00:52:39,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961MethodDeclarations.h +26 五月 2020 | 00:52:39,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023.h +26 五月 2020 | 00:52:39,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Console2311202731.h +26 五月 2020 | 00:52:39,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023MethodDeclarations.h +26 五月 2020 | 00:52:39,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453.h +26 五月 2020 | 00:52:39,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026.h +26 五月 2020 | 00:52:39,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Console2311202731MethodDeclarations.h +26 五月 2020 | 00:52:39,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453MethodDeclarations.h +26 五月 2020 | 00:52:39,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026MethodDeclarations.h +26 五月 2020 | 00:52:39,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184.h +26 五月 2020 | 00:52:39,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184MethodDeclarations.h +26 五月 2020 | 00:52:39,643 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938.h +26 五月 2020 | 00:52:39,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938MethodDeclarations.h +26 五月 2020 | 00:52:39,645 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904.h +26 五月 2020 | 00:52:39,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904MethodDeclarations.h +26 五月 2020 | 00:52:39,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775.h +26 五月 2020 | 00:52:39,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775MethodDeclarations.h +26 五月 2020 | 00:52:39,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284.h +26 五月 2020 | 00:52:39,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284MethodDeclarations.h +26 五月 2020 | 00:52:39,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438.h +26 五月 2020 | 00:52:39,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477.h +26 五月 2020 | 00:52:39,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Console2311202731.h +26 五月 2020 | 00:52:39,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438MethodDeclarations.h +26 五月 2020 | 00:52:39,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477MethodDeclarations.h +26 五月 2020 | 00:52:39,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Console2311202731MethodDeclarations.h +26 五月 2020 | 00:52:39,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565.h +26 五月 2020 | 00:52:39,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565MethodDeclarations.h +26 五月 2020 | 00:52:39,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939.h +26 五月 2020 | 00:52:39,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939MethodDeclarations.h +26 五月 2020 | 00:52:39,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693.h +26 五月 2020 | 00:52:39,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251.h +26 五月 2020 | 00:52:39,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438.h +26 五月 2020 | 00:52:39,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693MethodDeclarations.h +26 五月 2020 | 00:52:39,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251MethodDeclarations.h +26 五月 2020 | 00:52:39,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438MethodDeclarations.h +26 五月 2020 | 00:52:39,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328.h +26 五月 2020 | 00:52:39,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369.h +26 五月 2020 | 00:52:39,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565.h +26 五月 2020 | 00:52:39,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328MethodDeclarations.h +26 五月 2020 | 00:52:39,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565MethodDeclarations.h +26 五月 2020 | 00:52:39,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369MethodDeclarations.h +26 五月 2020 | 00:52:39,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064.h +26 五月 2020 | 00:52:40,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064MethodDeclarations.h +26 五月 2020 | 00:52:40,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383.h +26 五月 2020 | 00:52:40,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939.h +26 五月 2020 | 00:52:40,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335.h +26 五月 2020 | 00:52:40,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939MethodDeclarations.h +26 五月 2020 | 00:52:40,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383MethodDeclarations.h +26 五月 2020 | 00:52:40,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335MethodDeclarations.h +26 五月 2020 | 00:52:40,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251.h +26 五月 2020 | 00:52:40,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669.h +26 五月 2020 | 00:52:40,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742.h +26 五月 2020 | 00:52:40,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251MethodDeclarations.h +26 五月 2020 | 00:52:40,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669MethodDeclarations.h +26 五月 2020 | 00:52:40,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742MethodDeclarations.h +26 五月 2020 | 00:52:40,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369.h +26 五月 2020 | 00:52:40,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611.h +26 五月 2020 | 00:52:40,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301.h +26 五月 2020 | 00:52:40,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611MethodDeclarations.h +26 五月 2020 | 00:52:40,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369MethodDeclarations.h +26 五月 2020 | 00:52:40,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906.h +26 五月 2020 | 00:52:40,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383.h +26 五月 2020 | 00:52:40,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906MethodDeclarations.h +26 五月 2020 | 00:52:40,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383MethodDeclarations.h +26 五月 2020 | 00:52:40,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808.h +26 五月 2020 | 00:52:40,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669.h +26 五月 2020 | 00:52:40,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808MethodDeclarations.h +26 五月 2020 | 00:52:40,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669MethodDeclarations.h +26 五月 2020 | 00:52:40,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770.h +26 五月 2020 | 00:52:40,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611.h +26 五月 2020 | 00:52:40,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770MethodDeclarations.h +26 五月 2020 | 00:52:40,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301MethodDeclarations.h +26 五月 2020 | 00:52:40,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611MethodDeclarations.h +26 五月 2020 | 00:52:40,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893.h +26 五月 2020 | 00:52:40,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906.h +26 五月 2020 | 00:52:40,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893MethodDeclarations.h +26 五月 2020 | 00:52:40,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845.h +26 五月 2020 | 00:52:40,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906MethodDeclarations.h +26 五月 2020 | 00:52:40,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845MethodDeclarations.h +26 五月 2020 | 00:52:40,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077.h +26 五月 2020 | 00:52:40,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808.h +26 五月 2020 | 00:52:40,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904.h +26 五月 2020 | 00:52:40,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077MethodDeclarations.h +26 五月 2020 | 00:52:40,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808MethodDeclarations.h +26 五月 2020 | 00:52:40,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904MethodDeclarations.h +26 五月 2020 | 00:52:40,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291.h +26 五月 2020 | 00:52:40,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770.h +26 五月 2020 | 00:52:40,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768.h +26 五月 2020 | 00:52:40,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770MethodDeclarations.h +26 五月 2020 | 00:52:40,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291MethodDeclarations.h +26 五月 2020 | 00:52:40,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768MethodDeclarations.h +26 五月 2020 | 00:52:40,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893.h +26 五月 2020 | 00:52:40,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995.h +26 五月 2020 | 00:52:40,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215.h +26 五月 2020 | 00:52:40,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893MethodDeclarations.h +26 五月 2020 | 00:52:40,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995MethodDeclarations.h +26 五月 2020 | 00:52:40,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215MethodDeclarations.h +26 五月 2020 | 00:52:40,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077.h +26 五月 2020 | 00:52:40,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077.h +26 五月 2020 | 00:52:40,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676.h +26 五月 2020 | 00:52:40,113 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077MethodDeclarations.h +26 五月 2020 | 00:52:40,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077MethodDeclarations.h +26 五月 2020 | 00:52:40,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676MethodDeclarations.h +26 五月 2020 | 00:52:40,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291.h +26 五月 2020 | 00:52:40,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197.h +26 五月 2020 | 00:52:40,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094.h +26 五月 2020 | 00:52:40,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197MethodDeclarations.h +26 五月 2020 | 00:52:40,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291MethodDeclarations.h +26 五月 2020 | 00:52:40,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094MethodDeclarations.h +26 五月 2020 | 00:52:40,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995.h +26 五月 2020 | 00:52:40,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506.h +26 五月 2020 | 00:52:40,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995MethodDeclarations.h +26 五月 2020 | 00:52:40,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381.h +26 五月 2020 | 00:52:40,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506MethodDeclarations.h +26 五月 2020 | 00:52:40,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381MethodDeclarations.h +26 五月 2020 | 00:52:40,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077.h +26 五月 2020 | 00:52:40,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606.h +26 五月 2020 | 00:52:40,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132.h +26 五月 2020 | 00:52:40,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606MethodDeclarations.h +26 五月 2020 | 00:52:40,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077MethodDeclarations.h +26 五月 2020 | 00:52:40,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234.h +26 五月 2020 | 00:52:40,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132MethodDeclarations.h +26 五月 2020 | 00:52:40,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094.h +26 五月 2020 | 00:52:40,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234MethodDeclarations.h +26 五月 2020 | 00:52:40,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094MethodDeclarations.h +26 五月 2020 | 00:52:40,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511.h +26 五月 2020 | 00:52:40,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506.h +26 五月 2020 | 00:52:40,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511MethodDeclarations.h +26 五月 2020 | 00:52:40,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899.h +26 五月 2020 | 00:52:40,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506MethodDeclarations.h +26 五月 2020 | 00:52:40,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581.h +26 五月 2020 | 00:52:40,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606.h +26 五月 2020 | 00:52:40,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606MethodDeclarations.h +26 五月 2020 | 00:52:40,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234.h +26 五月 2020 | 00:52:40,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234MethodDeclarations.h +26 五月 2020 | 00:52:40,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511.h +26 五月 2020 | 00:52:40,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899MethodDeclarations.h +26 五月 2020 | 00:52:40,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511MethodDeclarations.h +26 五月 2020 | 00:52:40,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581.h +26 五月 2020 | 00:52:40,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087.h +26 五月 2020 | 00:52:40,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581MethodDeclarations.h +26 五月 2020 | 00:52:40,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087MethodDeclarations.h +26 五月 2020 | 00:52:40,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581MethodDeclarations.h +26 五月 2020 | 00:52:40,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887.h +26 五月 2020 | 00:52:40,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887.h +26 五月 2020 | 00:52:40,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685.h +26 五月 2020 | 00:52:40,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887MethodDeclarations.h +26 五月 2020 | 00:52:40,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685MethodDeclarations.h +26 五月 2020 | 00:52:40,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354.h +26 五月 2020 | 00:52:40,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887MethodDeclarations.h +26 五月 2020 | 00:52:40,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179.h +26 五月 2020 | 00:52:40,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354MethodDeclarations.h +26 五月 2020 | 00:52:40,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354.h +26 五月 2020 | 00:52:40,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179MethodDeclarations.h +26 五月 2020 | 00:52:40,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087.h +26 五月 2020 | 00:52:40,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325.h +26 五月 2020 | 00:52:40,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087MethodDeclarations.h +26 五月 2020 | 00:52:40,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354MethodDeclarations.h +26 五月 2020 | 00:52:40,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325MethodDeclarations.h +26 五月 2020 | 00:52:40,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881.h +26 五月 2020 | 00:52:40,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087.h +26 五月 2020 | 00:52:40,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987.h +26 五月 2020 | 00:52:40,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087MethodDeclarations.h +26 五月 2020 | 00:52:40,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987MethodDeclarations.h +26 五月 2020 | 00:52:40,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881.h +26 五月 2020 | 00:52:40,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845.h +26 五月 2020 | 00:52:40,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845MethodDeclarations.h +26 五月 2020 | 00:52:40,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881MethodDeclarations.h +26 五月 2020 | 00:52:40,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065.h +26 五月 2020 | 00:52:40,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597.h +26 五月 2020 | 00:52:40,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881MethodDeclarations.h +26 五月 2020 | 00:52:40,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597MethodDeclarations.h +26 五月 2020 | 00:52:40,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597.h +26 五月 2020 | 00:52:40,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065MethodDeclarations.h +26 五月 2020 | 00:52:40,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597MethodDeclarations.h +26 五月 2020 | 00:52:40,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869.h +26 五月 2020 | 00:52:40,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001.h +26 五月 2020 | 00:52:40,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869MethodDeclarations.h +26 五月 2020 | 00:52:40,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001.h +26 五月 2020 | 00:52:40,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001MethodDeclarations.h +26 五月 2020 | 00:52:40,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875.h +26 五月 2020 | 00:52:40,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001MethodDeclarations.h +26 五月 2020 | 00:52:40,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875MethodDeclarations.h +26 五月 2020 | 00:52:40,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042.h +26 五月 2020 | 00:52:40,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042.h +26 五月 2020 | 00:52:40,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706.h +26 五月 2020 | 00:52:40,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042MethodDeclarations.h +26 五月 2020 | 00:52:40,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042MethodDeclarations.h +26 五月 2020 | 00:52:40,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706MethodDeclarations.h +26 五月 2020 | 00:52:40,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Double4078015681.h +26 五月 2020 | 00:52:40,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Double4078015681.h +26 五月 2020 | 00:52:40,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573.h +26 五月 2020 | 00:52:40,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Double4078015681MethodDeclarations.h +26 五月 2020 | 00:52:40,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Double4078015681MethodDeclarations.h +26 五月 2020 | 00:52:40,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573MethodDeclarations.h +26 五月 2020 | 00:52:40,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210.h +26 五月 2020 | 00:52:40,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040.h +26 五月 2020 | 00:52:40,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210.h +26 五月 2020 | 00:52:40,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210MethodDeclarations.h +26 五月 2020 | 00:52:40,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040MethodDeclarations.h +26 五月 2020 | 00:52:40,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210MethodDeclarations.h +26 五月 2020 | 00:52:40,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545.h +26 五月 2020 | 00:52:40,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306.h +26 五月 2020 | 00:52:40,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545.h +26 五月 2020 | 00:52:40,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306MethodDeclarations.h +26 五月 2020 | 00:52:40,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545MethodDeclarations.h +26 五月 2020 | 00:52:40,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545MethodDeclarations.h +26 五月 2020 | 00:52:40,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806.h +26 五月 2020 | 00:52:40,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671.h +26 五月 2020 | 00:52:40,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671.h +26 五月 2020 | 00:52:40,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806MethodDeclarations.h +26 五月 2020 | 00:52:40,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671MethodDeclarations.h +26 五月 2020 | 00:52:40,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671MethodDeclarations.h +26 五月 2020 | 00:52:40,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667.h +26 五月 2020 | 00:52:40,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278.h +26 五月 2020 | 00:52:40,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278.h +26 五月 2020 | 00:52:40,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278MethodDeclarations.h +26 五月 2020 | 00:52:40,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278MethodDeclarations.h +26 五月 2020 | 00:52:40,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667MethodDeclarations.h +26 五月 2020 | 00:52:40,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767.h +26 五月 2020 | 00:52:40,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767MethodDeclarations.h +26 五月 2020 | 00:52:40,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707.h +26 五月 2020 | 00:52:40,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707.h +26 五月 2020 | 00:52:40,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707MethodDeclarations.h +26 五月 2020 | 00:52:40,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707MethodDeclarations.h +26 五月 2020 | 00:52:40,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526.h +26 五月 2020 | 00:52:40,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526.h +26 五月 2020 | 00:52:40,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526MethodDeclarations.h +26 五月 2020 | 00:52:40,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526MethodDeclarations.h +26 五月 2020 | 00:52:40,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687.h +26 五月 2020 | 00:52:40,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687MethodDeclarations.h +26 五月 2020 | 00:52:40,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125.h +26 五月 2020 | 00:52:40,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687.h +26 五月 2020 | 00:52:40,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293.h +26 五月 2020 | 00:52:40,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125MethodDeclarations.h +26 五月 2020 | 00:52:40,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687MethodDeclarations.h +26 五月 2020 | 00:52:40,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379.h +26 五月 2020 | 00:52:40,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125.h +26 五月 2020 | 00:52:40,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379MethodDeclarations.h +26 五月 2020 | 00:52:40,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125MethodDeclarations.h +26 五月 2020 | 00:52:40,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379.h +26 五月 2020 | 00:52:40,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293MethodDeclarations.h +26 五月 2020 | 00:52:40,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169.h +26 五月 2020 | 00:52:40,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379MethodDeclarations.h +26 五月 2020 | 00:52:40,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635.h +26 五月 2020 | 00:52:40,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169MethodDeclarations.h +26 五月 2020 | 00:52:40,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635MethodDeclarations.h +26 五月 2020 | 00:52:40,738 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486.h +26 五月 2020 | 00:52:40,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486MethodDeclarations.h +26 五月 2020 | 00:52:40,745 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541.h +26 五月 2020 | 00:52:40,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541MethodDeclarations.h +26 五月 2020 | 00:52:40,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089.h +26 五月 2020 | 00:52:40,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089MethodDeclarations.h +26 五月 2020 | 00:52:40,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458.h +26 五月 2020 | 00:52:40,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458MethodDeclarations.h +26 五月 2020 | 00:52:40,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577.h +26 五月 2020 | 00:52:40,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286.h +26 五月 2020 | 00:52:40,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169.h +26 五月 2020 | 00:52:40,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577MethodDeclarations.h +26 五月 2020 | 00:52:40,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286MethodDeclarations.h +26 五月 2020 | 00:52:40,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169MethodDeclarations.h +26 五月 2020 | 00:52:40,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640.h +26 五月 2020 | 00:52:40,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_GC2902933594.h +26 五月 2020 | 00:52:40,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640MethodDeclarations.h +26 五月 2020 | 00:52:40,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_GC2902933594MethodDeclarations.h +26 五月 2020 | 00:52:40,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954.h +26 五月 2020 | 00:52:40,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286.h +26 五月 2020 | 00:52:40,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286MethodDeclarations.h +26 五月 2020 | 00:52:40,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_GC2902933594.h +26 五月 2020 | 00:52:40,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_GC2902933594MethodDeclarations.h +26 五月 2020 | 00:52:40,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954.h +26 五月 2020 | 00:52:40,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954MethodDeclarations.h +26 五月 2020 | 00:52:40,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954MethodDeclarations.h +26 五月 2020 | 00:52:40,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602.h +26 五月 2020 | 00:52:40,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121.h +26 五月 2020 | 00:52:40,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121MethodDeclarations.h +26 五月 2020 | 00:52:40,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602MethodDeclarations.h +26 五月 2020 | 00:52:40,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594.h +26 五月 2020 | 00:52:40,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910.h +26 五月 2020 | 00:52:40,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594MethodDeclarations.h +26 五月 2020 | 00:52:40,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910MethodDeclarations.h +26 五月 2020 | 00:52:40,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108.h +26 五月 2020 | 00:52:40,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108MethodDeclarations.h +26 五月 2020 | 00:52:40,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157.h +26 五月 2020 | 00:52:40,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157MethodDeclarations.h +26 五月 2020 | 00:52:40,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955.h +26 五月 2020 | 00:52:40,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602.h +26 五月 2020 | 00:52:40,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520.h +26 五月 2020 | 00:52:40,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955MethodDeclarations.h +26 五月 2020 | 00:52:40,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520MethodDeclarations.h +26 五月 2020 | 00:52:40,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524.h +26 五月 2020 | 00:52:40,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729.h +26 五月 2020 | 00:52:40,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524MethodDeclarations.h +26 五月 2020 | 00:52:40,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003.h +26 五月 2020 | 00:52:40,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003MethodDeclarations.h +26 五月 2020 | 00:52:40,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561.h +26 五月 2020 | 00:52:40,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561MethodDeclarations.h +26 五月 2020 | 00:52:40,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504.h +26 五月 2020 | 00:52:40,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504MethodDeclarations.h +26 五月 2020 | 00:52:40,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085.h +26 五月 2020 | 00:52:40,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085MethodDeclarations.h +26 五月 2020 | 00:52:40,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331.h +26 五月 2020 | 00:52:40,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331MethodDeclarations.h +26 五月 2020 | 00:52:40,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568.h +26 五月 2020 | 00:52:40,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568MethodDeclarations.h +26 五月 2020 | 00:52:40,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929.h +26 五月 2020 | 00:52:40,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929MethodDeclarations.h +26 五月 2020 | 00:52:40,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544.h +26 五月 2020 | 00:52:40,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544MethodDeclarations.h +26 五月 2020 | 00:52:40,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435.h +26 五月 2020 | 00:52:40,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602MethodDeclarations.h +26 五月 2020 | 00:52:40,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729MethodDeclarations.h +26 五月 2020 | 00:52:40,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435MethodDeclarations.h +26 五月 2020 | 00:52:40,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594.h +26 五月 2020 | 00:52:40,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978.h +26 五月 2020 | 00:52:40,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594MethodDeclarations.h +26 五月 2020 | 00:52:40,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978MethodDeclarations.h +26 五月 2020 | 00:52:40,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108.h +26 五月 2020 | 00:52:40,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137.h +26 五月 2020 | 00:52:40,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108MethodDeclarations.h +26 五月 2020 | 00:52:40,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137MethodDeclarations.h +26 五月 2020 | 00:52:40,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157.h +26 五月 2020 | 00:52:40,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823.h +26 五月 2020 | 00:52:40,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157MethodDeclarations.h +26 五月 2020 | 00:52:40,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823MethodDeclarations.h +26 五月 2020 | 00:52:40,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955.h +26 五月 2020 | 00:52:40,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955MethodDeclarations.h +26 五月 2020 | 00:52:40,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944.h +26 五月 2020 | 00:52:40,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944MethodDeclarations.h +26 五月 2020 | 00:52:40,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524.h +26 五月 2020 | 00:52:40,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799.h +26 五月 2020 | 00:52:40,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524MethodDeclarations.h +26 五月 2020 | 00:52:40,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799MethodDeclarations.h +26 五月 2020 | 00:52:40,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003.h +26 五月 2020 | 00:52:40,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593.h +26 五月 2020 | 00:52:40,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003MethodDeclarations.h +26 五月 2020 | 00:52:40,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561.h +26 五月 2020 | 00:52:40,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561MethodDeclarations.h +26 五月 2020 | 00:52:40,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504.h +26 五月 2020 | 00:52:40,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504MethodDeclarations.h +26 五月 2020 | 00:52:40,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085.h +26 五月 2020 | 00:52:40,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085MethodDeclarations.h +26 五月 2020 | 00:52:40,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331.h +26 五月 2020 | 00:52:40,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331MethodDeclarations.h +26 五月 2020 | 00:52:40,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568.h +26 五月 2020 | 00:52:40,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568MethodDeclarations.h +26 五月 2020 | 00:52:40,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929.h +26 五月 2020 | 00:52:40,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929MethodDeclarations.h +26 五月 2020 | 00:52:40,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544.h +26 五月 2020 | 00:52:40,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544MethodDeclarations.h +26 五月 2020 | 00:52:40,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107.h +26 五月 2020 | 00:52:40,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593MethodDeclarations.h +26 五月 2020 | 00:52:41,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435.h +26 五月 2020 | 00:52:41,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107MethodDeclarations.h +26 五月 2020 | 00:52:41,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393.h +26 五月 2020 | 00:52:41,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435MethodDeclarations.h +26 五月 2020 | 00:52:41,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int164041245914.h +26 五月 2020 | 00:52:41,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393MethodDeclarations.h +26 五月 2020 | 00:52:41,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978.h +26 五月 2020 | 00:52:41,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int164041245914MethodDeclarations.h +26 五月 2020 | 00:52:41,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768.h +26 五月 2020 | 00:52:41,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978MethodDeclarations.h +26 五月 2020 | 00:52:41,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137.h +26 五月 2020 | 00:52:41,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int322071877448.h +26 五月 2020 | 00:52:41,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137MethodDeclarations.h +26 五月 2020 | 00:52:41,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int322071877448MethodDeclarations.h +26 五月 2020 | 00:52:41,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823.h +26 五月 2020 | 00:52:41,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int64909078037.h +26 五月 2020 | 00:52:41,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768MethodDeclarations.h +26 五月 2020 | 00:52:41,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int64909078037MethodDeclarations.h +26 五月 2020 | 00:52:41,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823MethodDeclarations.h +26 五月 2020 | 00:52:41,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318.h +26 五月 2020 | 00:52:41,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609.h +26 五月 2020 | 00:52:41,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944.h +26 五月 2020 | 00:52:41,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318MethodDeclarations.h +26 五月 2020 | 00:52:41,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944MethodDeclarations.h +26 五月 2020 | 00:52:41,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609MethodDeclarations.h +26 五月 2020 | 00:52:41,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961.h +26 五月 2020 | 00:52:41,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799.h +26 五月 2020 | 00:52:41,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799MethodDeclarations.h +26 五月 2020 | 00:52:41,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961MethodDeclarations.h +26 五月 2020 | 00:52:41,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593.h +26 五月 2020 | 00:52:41,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453.h +26 五月 2020 | 00:52:41,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453MethodDeclarations.h +26 五月 2020 | 00:52:41,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477.h +26 五月 2020 | 00:52:41,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593MethodDeclarations.h +26 五月 2020 | 00:52:41,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209.h +26 五月 2020 | 00:52:41,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477MethodDeclarations.h +26 五月 2020 | 00:52:41,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393.h +26 五月 2020 | 00:52:41,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209MethodDeclarations.h +26 五月 2020 | 00:52:41,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393MethodDeclarations.h +26 五月 2020 | 00:52:41,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768.h +26 五月 2020 | 00:52:41,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768MethodDeclarations.h +26 五月 2020 | 00:52:41,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318.h +26 五月 2020 | 00:52:41,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318MethodDeclarations.h +26 五月 2020 | 00:52:41,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961.h +26 五月 2020 | 00:52:41,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961MethodDeclarations.h +26 五月 2020 | 00:52:41,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453.h +26 五月 2020 | 00:52:41,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453MethodDeclarations.h +26 五月 2020 | 00:52:41,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559.h +26 五月 2020 | 00:52:41,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559MethodDeclarations.h +26 五月 2020 | 00:52:41,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477.h +26 五月 2020 | 00:52:41,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982.h +26 五月 2020 | 00:52:41,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477MethodDeclarations.h +26 五月 2020 | 00:52:41,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982MethodDeclarations.h +26 五月 2020 | 00:52:41,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200.h +26 五月 2020 | 00:52:41,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200MethodDeclarations.h +26 五月 2020 | 00:52:41,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191.h +26 五月 2020 | 00:52:41,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191MethodDeclarations.h +26 五月 2020 | 00:52:41,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Math2022911894.h +26 五月 2020 | 00:52:41,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Math2022911894MethodDeclarations.h +26 五月 2020 | 00:52:41,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827.h +26 五月 2020 | 00:52:41,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693.h +26 五月 2020 | 00:52:41,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827MethodDeclarations.h +26 五月 2020 | 00:52:41,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693MethodDeclarations.h +26 五月 2020 | 00:52:41,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328.h +26 五月 2020 | 00:52:41,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328MethodDeclarations.h +26 五月 2020 | 00:52:41,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064.h +26 五月 2020 | 00:52:41,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254.h +26 五月 2020 | 00:52:41,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693.h +26 五月 2020 | 00:52:41,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064MethodDeclarations.h +26 五月 2020 | 00:52:41,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254MethodDeclarations.h +26 五月 2020 | 00:52:41,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693MethodDeclarations.h +26 五月 2020 | 00:52:41,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335.h +26 五月 2020 | 00:52:41,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335MethodDeclarations.h +26 五月 2020 | 00:52:41,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328.h +26 五月 2020 | 00:52:41,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742.h +26 五月 2020 | 00:52:41,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328MethodDeclarations.h +26 五月 2020 | 00:52:41,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742MethodDeclarations.h +26 五月 2020 | 00:52:41,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301.h +26 五月 2020 | 00:52:41,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301MethodDeclarations.h +26 五月 2020 | 00:52:41,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064.h +26 五月 2020 | 00:52:41,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064MethodDeclarations.h +26 五月 2020 | 00:52:41,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335.h +26 五月 2020 | 00:52:41,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335MethodDeclarations.h +26 五月 2020 | 00:52:41,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742.h +26 五月 2020 | 00:52:41,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742MethodDeclarations.h +26 五月 2020 | 00:52:41,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301.h +26 五月 2020 | 00:52:41,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619.h +26 五月 2020 | 00:52:41,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619MethodDeclarations.h +26 五月 2020 | 00:52:41,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847.h +26 五月 2020 | 00:52:41,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847MethodDeclarations.h +26 五月 2020 | 00:52:41,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301MethodDeclarations.h +26 五月 2020 | 00:52:41,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845.h +26 五月 2020 | 00:52:41,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986.h +26 五月 2020 | 00:52:41,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845MethodDeclarations.h +26 五月 2020 | 00:52:41,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904.h +26 五月 2020 | 00:52:41,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986MethodDeclarations.h +26 五月 2020 | 00:52:41,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286.h +26 五月 2020 | 00:52:41,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904MethodDeclarations.h +26 五月 2020 | 00:52:41,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768.h +26 五月 2020 | 00:52:41,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286MethodDeclarations.h +26 五月 2020 | 00:52:41,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768MethodDeclarations.h +26 五月 2020 | 00:52:41,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503.h +26 五月 2020 | 00:52:41,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215.h +26 五月 2020 | 00:52:41,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503MethodDeclarations.h +26 五月 2020 | 00:52:41,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215MethodDeclarations.h +26 五月 2020 | 00:52:41,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698.h +26 五月 2020 | 00:52:41,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676.h +26 五月 2020 | 00:52:41,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676MethodDeclarations.h +26 五月 2020 | 00:52:41,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197.h +26 五月 2020 | 00:52:41,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197MethodDeclarations.h +26 五月 2020 | 00:52:41,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381.h +26 五月 2020 | 00:52:41,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381MethodDeclarations.h +26 五月 2020 | 00:52:41,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132.h +26 五月 2020 | 00:52:41,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132MethodDeclarations.h +26 五月 2020 | 00:52:41,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899.h +26 五月 2020 | 00:52:41,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899MethodDeclarations.h +26 五月 2020 | 00:52:41,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087.h +26 五月 2020 | 00:52:41,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845.h +26 五月 2020 | 00:52:41,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698MethodDeclarations.h +26 五月 2020 | 00:52:41,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845MethodDeclarations.h +26 五月 2020 | 00:52:41,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087MethodDeclarations.h +26 五月 2020 | 00:52:41,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328.h +26 五月 2020 | 00:52:41,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904.h +26 五月 2020 | 00:52:41,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328MethodDeclarations.h +26 五月 2020 | 00:52:41,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904MethodDeclarations.h +26 五月 2020 | 00:52:41,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768.h +26 五月 2020 | 00:52:41,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768MethodDeclarations.h +26 五月 2020 | 00:52:41,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215.h +26 五月 2020 | 00:52:41,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215MethodDeclarations.h +26 五月 2020 | 00:52:41,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676.h +26 五月 2020 | 00:52:41,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676MethodDeclarations.h +26 五月 2020 | 00:52:41,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345.h +26 五月 2020 | 00:52:41,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685.h +26 五月 2020 | 00:52:41,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197.h +26 五月 2020 | 00:52:41,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685MethodDeclarations.h +26 五月 2020 | 00:52:41,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345MethodDeclarations.h +26 五月 2020 | 00:52:41,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197MethodDeclarations.h +26 五月 2020 | 00:52:41,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179.h +26 五月 2020 | 00:52:41,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179MethodDeclarations.h +26 五月 2020 | 00:52:41,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325.h +26 五月 2020 | 00:52:41,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325MethodDeclarations.h +26 五月 2020 | 00:52:41,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987.h +26 五月 2020 | 00:52:41,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987MethodDeclarations.h +26 五月 2020 | 00:52:41,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845.h +26 五月 2020 | 00:52:41,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845MethodDeclarations.h +26 五月 2020 | 00:52:41,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065.h +26 五月 2020 | 00:52:41,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065MethodDeclarations.h +26 五月 2020 | 00:52:41,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869.h +26 五月 2020 | 00:52:41,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869MethodDeclarations.h +26 五月 2020 | 00:52:41,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875.h +26 五月 2020 | 00:52:41,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875MethodDeclarations.h +26 五月 2020 | 00:52:41,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706.h +26 五月 2020 | 00:52:41,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381.h +26 五月 2020 | 00:52:41,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564.h +26 五月 2020 | 00:52:41,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381MethodDeclarations.h +26 五月 2020 | 00:52:41,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706MethodDeclarations.h +26 五月 2020 | 00:52:41,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132.h +26 五月 2020 | 00:52:41,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132MethodDeclarations.h +26 五月 2020 | 00:52:41,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573.h +26 五月 2020 | 00:52:41,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564MethodDeclarations.h +26 五月 2020 | 00:52:41,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899.h +26 五月 2020 | 00:52:41,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573MethodDeclarations.h +26 五月 2020 | 00:52:41,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706.h +26 五月 2020 | 00:52:41,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040.h +26 五月 2020 | 00:52:41,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706MethodDeclarations.h +26 五月 2020 | 00:52:41,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040MethodDeclarations.h +26 五月 2020 | 00:52:41,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306.h +26 五月 2020 | 00:52:41,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306MethodDeclarations.h +26 五月 2020 | 00:52:41,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806.h +26 五月 2020 | 00:52:41,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806MethodDeclarations.h +26 五月 2020 | 00:52:41,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667.h +26 五月 2020 | 00:52:41,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667MethodDeclarations.h +26 五月 2020 | 00:52:41,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767.h +26 五月 2020 | 00:52:41,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767MethodDeclarations.h +26 五月 2020 | 00:52:41,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571.h +26 五月 2020 | 00:52:41,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571MethodDeclarations.h +26 五月 2020 | 00:52:41,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899MethodDeclarations.h +26 五月 2020 | 00:52:41,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120.h +26 五月 2020 | 00:52:41,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120MethodDeclarations.h +26 五月 2020 | 00:52:41,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087.h +26 五月 2020 | 00:52:41,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355.h +26 五月 2020 | 00:52:41,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293.h +26 五月 2020 | 00:52:41,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087MethodDeclarations.h +26 五月 2020 | 00:52:41,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685.h +26 五月 2020 | 00:52:41,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355MethodDeclarations.h +26 五月 2020 | 00:52:41,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685MethodDeclarations.h +26 五月 2020 | 00:52:41,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179.h +26 五月 2020 | 00:52:41,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179MethodDeclarations.h +26 五月 2020 | 00:52:41,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325.h +26 五月 2020 | 00:52:41,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325MethodDeclarations.h +26 五月 2020 | 00:52:41,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987.h +26 五月 2020 | 00:52:41,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987MethodDeclarations.h +26 五月 2020 | 00:52:41,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845.h +26 五月 2020 | 00:52:41,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845MethodDeclarations.h +26 五月 2020 | 00:52:41,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065.h +26 五月 2020 | 00:52:41,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065MethodDeclarations.h +26 五月 2020 | 00:52:41,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303.h +26 五月 2020 | 00:52:41,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293MethodDeclarations.h +26 五月 2020 | 00:52:41,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869.h +26 五月 2020 | 00:52:41,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303MethodDeclarations.h +26 五月 2020 | 00:52:41,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635.h +26 五月 2020 | 00:52:41,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869MethodDeclarations.h +26 五月 2020 | 00:52:41,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635MethodDeclarations.h +26 五月 2020 | 00:52:41,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:41,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875.h +26 五月 2020 | 00:52:41,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486.h +26 五月 2020 | 00:52:41,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:41,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486MethodDeclarations.h +26 五月 2020 | 00:52:41,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875MethodDeclarations.h +26 五月 2020 | 00:52:41,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856.h +26 五月 2020 | 00:52:41,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541.h +26 五月 2020 | 00:52:41,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856MethodDeclarations.h +26 五月 2020 | 00:52:41,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541MethodDeclarations.h +26 五月 2020 | 00:52:41,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089.h +26 五月 2020 | 00:52:41,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089MethodDeclarations.h +26 五月 2020 | 00:52:41,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458.h +26 五月 2020 | 00:52:41,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458MethodDeclarations.h +26 五月 2020 | 00:52:41,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706.h +26 五月 2020 | 00:52:41,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407.h +26 五月 2020 | 00:52:41,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577.h +26 五月 2020 | 00:52:41,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706MethodDeclarations.h +26 五月 2020 | 00:52:41,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407MethodDeclarations.h +26 五月 2020 | 00:52:41,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577MethodDeclarations.h +26 五月 2020 | 00:52:41,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573.h +26 五月 2020 | 00:52:41,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079.h +26 五月 2020 | 00:52:41,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640.h +26 五月 2020 | 00:52:41,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573MethodDeclarations.h +26 五月 2020 | 00:52:41,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079MethodDeclarations.h +26 五月 2020 | 00:52:41,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640MethodDeclarations.h +26 五月 2020 | 00:52:41,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040.h +26 五月 2020 | 00:52:41,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435.h +26 五月 2020 | 00:52:41,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040MethodDeclarations.h +26 五月 2020 | 00:52:41,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435MethodDeclarations.h +26 五月 2020 | 00:52:41,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306.h +26 五月 2020 | 00:52:41,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306MethodDeclarations.h +26 五月 2020 | 00:52:41,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806.h +26 五月 2020 | 00:52:41,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806MethodDeclarations.h +26 五月 2020 | 00:52:41,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667.h +26 五月 2020 | 00:52:41,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667MethodDeclarations.h +26 五月 2020 | 00:52:41,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767.h +26 五月 2020 | 00:52:41,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767MethodDeclarations.h +26 五月 2020 | 00:52:41,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018.h +26 五月 2020 | 00:52:41,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121.h +26 五月 2020 | 00:52:41,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018MethodDeclarations.h +26 五月 2020 | 00:52:41,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121MethodDeclarations.h +26 五月 2020 | 00:52:41,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910.h +26 五月 2020 | 00:52:41,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910MethodDeclarations.h +26 五月 2020 | 00:52:41,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520.h +26 五月 2020 | 00:52:41,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520MethodDeclarations.h +26 五月 2020 | 00:52:41,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729.h +26 五月 2020 | 00:52:41,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729MethodDeclarations.h +26 五月 2020 | 00:52:42,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107.h +26 五月 2020 | 00:52:42,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293.h +26 五月 2020 | 00:52:42,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003.h +26 五月 2020 | 00:52:42,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003MethodDeclarations.h +26 五月 2020 | 00:52:42,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107MethodDeclarations.h +26 五月 2020 | 00:52:42,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int164041245914.h +26 五月 2020 | 00:52:42,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int164041245914MethodDeclarations.h +26 五月 2020 | 00:52:42,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int322071877448.h +26 五月 2020 | 00:52:42,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int322071877448MethodDeclarations.h +26 五月 2020 | 00:52:42,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int64909078037.h +26 五月 2020 | 00:52:42,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int64909078037MethodDeclarations.h +26 五月 2020 | 00:52:42,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609.h +26 五月 2020 | 00:52:42,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609MethodDeclarations.h +26 五月 2020 | 00:52:42,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854.h +26 五月 2020 | 00:52:42,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209.h +26 五月 2020 | 00:52:42,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293MethodDeclarations.h +26 五月 2020 | 00:52:42,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854MethodDeclarations.h +26 五月 2020 | 00:52:42,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209MethodDeclarations.h +26 五月 2020 | 00:52:42,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635.h +26 五月 2020 | 00:52:42,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635MethodDeclarations.h +26 五月 2020 | 00:52:42,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486.h +26 五月 2020 | 00:52:42,113 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486MethodDeclarations.h +26 五月 2020 | 00:52:42,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541.h +26 五月 2020 | 00:52:42,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541MethodDeclarations.h +26 五月 2020 | 00:52:42,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089.h +26 五月 2020 | 00:52:42,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089MethodDeclarations.h +26 五月 2020 | 00:52:42,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458.h +26 五月 2020 | 00:52:42,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458MethodDeclarations.h +26 五月 2020 | 00:52:42,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818.h +26 五月 2020 | 00:52:42,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559.h +26 五月 2020 | 00:52:42,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818MethodDeclarations.h +26 五月 2020 | 00:52:42,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559MethodDeclarations.h +26 五月 2020 | 00:52:42,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982.h +26 五月 2020 | 00:52:42,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982MethodDeclarations.h +26 五月 2020 | 00:52:42,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200.h +26 五月 2020 | 00:52:42,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200MethodDeclarations.h +26 五月 2020 | 00:52:42,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191.h +26 五月 2020 | 00:52:42,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191MethodDeclarations.h +26 五月 2020 | 00:52:42,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Math2022911894.h +26 五月 2020 | 00:52:42,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Math2022911894MethodDeclarations.h +26 五月 2020 | 00:52:42,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119.h +26 五月 2020 | 00:52:42,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577.h +26 五月 2020 | 00:52:42,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827.h +26 五月 2020 | 00:52:42,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119MethodDeclarations.h +26 五月 2020 | 00:52:42,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577MethodDeclarations.h +26 五月 2020 | 00:52:42,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827MethodDeclarations.h +26 五月 2020 | 00:52:42,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640.h +26 五月 2020 | 00:52:42,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613.h +26 五月 2020 | 00:52:42,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640MethodDeclarations.h +26 五月 2020 | 00:52:42,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254.h +26 五月 2020 | 00:52:42,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613MethodDeclarations.h +26 五月 2020 | 00:52:42,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121.h +26 五月 2020 | 00:52:42,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254MethodDeclarations.h +26 五月 2020 | 00:52:42,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121MethodDeclarations.h +26 五月 2020 | 00:52:42,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229.h +26 五月 2020 | 00:52:42,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910.h +26 五月 2020 | 00:52:42,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229MethodDeclarations.h +26 五月 2020 | 00:52:42,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910MethodDeclarations.h +26 五月 2020 | 00:52:42,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318.h +26 五月 2020 | 00:52:42,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318MethodDeclarations.h +26 五月 2020 | 00:52:42,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018.h +26 五月 2020 | 00:52:42,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018MethodDeclarations.h +26 五月 2020 | 00:52:42,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520.h +26 五月 2020 | 00:52:42,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619.h +26 五月 2020 | 00:52:42,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520MethodDeclarations.h +26 五月 2020 | 00:52:42,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619MethodDeclarations.h +26 五月 2020 | 00:52:42,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847.h +26 五月 2020 | 00:52:42,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729.h +26 五月 2020 | 00:52:42,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847MethodDeclarations.h +26 五月 2020 | 00:52:42,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136.h +26 五月 2020 | 00:52:42,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729MethodDeclarations.h +26 五月 2020 | 00:52:42,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986.h +26 五月 2020 | 00:52:42,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136MethodDeclarations.h +26 五月 2020 | 00:52:42,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986MethodDeclarations.h +26 五月 2020 | 00:52:42,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107.h +26 五月 2020 | 00:52:42,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264.h +26 五月 2020 | 00:52:42,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286.h +26 五月 2020 | 00:52:42,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107MethodDeclarations.h +26 五月 2020 | 00:52:42,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264MethodDeclarations.h +26 五月 2020 | 00:52:42,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286MethodDeclarations.h +26 五月 2020 | 00:52:42,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int164041245914.h +26 五月 2020 | 00:52:42,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653.h +26 五月 2020 | 00:52:42,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503.h +26 五月 2020 | 00:52:42,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int164041245914MethodDeclarations.h +26 五月 2020 | 00:52:42,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653MethodDeclarations.h +26 五月 2020 | 00:52:42,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503MethodDeclarations.h +26 五月 2020 | 00:52:42,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698.h +26 五月 2020 | 00:52:42,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941.h +26 五月 2020 | 00:52:42,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int322071877448.h +26 五月 2020 | 00:52:42,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698MethodDeclarations.h +26 五月 2020 | 00:52:42,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941MethodDeclarations.h +26 五月 2020 | 00:52:42,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int322071877448MethodDeclarations.h +26 五月 2020 | 00:52:42,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328.h +26 五月 2020 | 00:52:42,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751.h +26 五月 2020 | 00:52:42,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int64909078037.h +26 五月 2020 | 00:52:42,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328MethodDeclarations.h +26 五月 2020 | 00:52:42,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751MethodDeclarations.h +26 五月 2020 | 00:52:42,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int64909078037MethodDeclarations.h +26 五月 2020 | 00:52:42,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345.h +26 五月 2020 | 00:52:42,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609.h +26 五月 2020 | 00:52:42,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609MethodDeclarations.h +26 五月 2020 | 00:52:42,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345MethodDeclarations.h +26 五月 2020 | 00:52:42,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209.h +26 五月 2020 | 00:52:42,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564.h +26 五月 2020 | 00:52:42,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209MethodDeclarations.h +26 五月 2020 | 00:52:42,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033.h +26 五月 2020 | 00:52:42,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559.h +26 五月 2020 | 00:52:42,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564MethodDeclarations.h +26 五月 2020 | 00:52:42,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033MethodDeclarations.h +26 五月 2020 | 00:52:42,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706.h +26 五月 2020 | 00:52:42,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233.h +26 五月 2020 | 00:52:42,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706MethodDeclarations.h +26 五月 2020 | 00:52:42,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559MethodDeclarations.h +26 五月 2020 | 00:52:42,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233MethodDeclarations.h +26 五月 2020 | 00:52:42,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982.h +26 五月 2020 | 00:52:42,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229.h +26 五月 2020 | 00:52:42,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982MethodDeclarations.h +26 五月 2020 | 00:52:42,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229MethodDeclarations.h +26 五月 2020 | 00:52:42,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200.h +26 五月 2020 | 00:52:42,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996.h +26 五月 2020 | 00:52:42,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571.h +26 五月 2020 | 00:52:42,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200MethodDeclarations.h +26 五月 2020 | 00:52:42,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996MethodDeclarations.h +26 五月 2020 | 00:52:42,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571MethodDeclarations.h +26 五月 2020 | 00:52:42,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191.h +26 五月 2020 | 00:52:42,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931.h +26 五月 2020 | 00:52:42,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191MethodDeclarations.h +26 五月 2020 | 00:52:42,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931MethodDeclarations.h +26 五月 2020 | 00:52:42,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120.h +26 五月 2020 | 00:52:42,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Math2022911894.h +26 五月 2020 | 00:52:42,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390.h +26 五月 2020 | 00:52:42,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120MethodDeclarations.h +26 五月 2020 | 00:52:42,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Math2022911894MethodDeclarations.h +26 五月 2020 | 00:52:42,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390MethodDeclarations.h +26 五月 2020 | 00:52:42,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355.h +26 五月 2020 | 00:52:42,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827.h +26 五月 2020 | 00:52:42,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494.h +26 五月 2020 | 00:52:42,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827MethodDeclarations.h +26 五月 2020 | 00:52:42,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494MethodDeclarations.h +26 五月 2020 | 00:52:42,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254.h +26 五月 2020 | 00:52:42,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355MethodDeclarations.h +26 五月 2020 | 00:52:42,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160.h +26 五月 2020 | 00:52:42,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254MethodDeclarations.h +26 五月 2020 | 00:52:42,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160MethodDeclarations.h +26 五月 2020 | 00:52:42,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303.h +26 五月 2020 | 00:52:42,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280.h +26 五月 2020 | 00:52:42,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303MethodDeclarations.h +26 五月 2020 | 00:52:42,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280MethodDeclarations.h +26 五月 2020 | 00:52:42,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:42,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688.h +26 五月 2020 | 00:52:42,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688MethodDeclarations.h +26 五月 2020 | 00:52:42,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619.h +26 五月 2020 | 00:52:42,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:42,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619MethodDeclarations.h +26 五月 2020 | 00:52:42,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747.h +26 五月 2020 | 00:52:42,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856.h +26 五月 2020 | 00:52:42,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847.h +26 五月 2020 | 00:52:42,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747MethodDeclarations.h +26 五月 2020 | 00:52:42,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856MethodDeclarations.h +26 五月 2020 | 00:52:42,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847MethodDeclarations.h +26 五月 2020 | 00:52:42,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763.h +26 五月 2020 | 00:52:42,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763MethodDeclarations.h +26 五月 2020 | 00:52:42,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247.h +26 五月 2020 | 00:52:42,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247MethodDeclarations.h +26 五月 2020 | 00:52:42,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986.h +26 五月 2020 | 00:52:42,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407.h +26 五月 2020 | 00:52:42,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129.h +26 五月 2020 | 00:52:42,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986MethodDeclarations.h +26 五月 2020 | 00:52:42,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407MethodDeclarations.h +26 五月 2020 | 00:52:42,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286.h +26 五月 2020 | 00:52:42,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129MethodDeclarations.h +26 五月 2020 | 00:52:42,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079.h +26 五月 2020 | 00:52:42,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286MethodDeclarations.h +26 五月 2020 | 00:52:42,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648.h +26 五月 2020 | 00:52:42,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503.h +26 五月 2020 | 00:52:42,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079MethodDeclarations.h +26 五月 2020 | 00:52:42,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648MethodDeclarations.h +26 五月 2020 | 00:52:42,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503MethodDeclarations.h +26 五月 2020 | 00:52:42,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222.h +26 五月 2020 | 00:52:42,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435.h +26 五月 2020 | 00:52:42,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698.h +26 五月 2020 | 00:52:42,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222MethodDeclarations.h +26 五月 2020 | 00:52:42,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435MethodDeclarations.h +26 五月 2020 | 00:52:42,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336.h +26 五月 2020 | 00:52:42,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336MethodDeclarations.h +26 五月 2020 | 00:52:42,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698MethodDeclarations.h +26 五月 2020 | 00:52:42,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894.h +26 五月 2020 | 00:52:42,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018.h +26 五月 2020 | 00:52:42,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328.h +26 五月 2020 | 00:52:42,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018MethodDeclarations.h +26 五月 2020 | 00:52:42,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894MethodDeclarations.h +26 五月 2020 | 00:52:42,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328MethodDeclarations.h +26 五月 2020 | 00:52:42,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895.h +26 五月 2020 | 00:52:42,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345.h +26 五月 2020 | 00:52:42,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895MethodDeclarations.h +26 五月 2020 | 00:52:42,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345MethodDeclarations.h +26 五月 2020 | 00:52:42,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896.h +26 五月 2020 | 00:52:42,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896MethodDeclarations.h +26 五月 2020 | 00:52:42,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003.h +26 五月 2020 | 00:52:42,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564.h +26 五月 2020 | 00:52:42,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003MethodDeclarations.h +26 五月 2020 | 00:52:42,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539.h +26 五月 2020 | 00:52:42,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539MethodDeclarations.h +26 五月 2020 | 00:52:42,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347.h +26 五月 2020 | 00:52:42,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564MethodDeclarations.h +26 五月 2020 | 00:52:42,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854.h +26 五月 2020 | 00:52:42,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347MethodDeclarations.h +26 五月 2020 | 00:52:42,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706.h +26 五月 2020 | 00:52:42,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854MethodDeclarations.h +26 五月 2020 | 00:52:42,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706MethodDeclarations.h +26 五月 2020 | 00:52:42,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818.h +26 五月 2020 | 00:52:42,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492.h +26 五月 2020 | 00:52:42,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571.h +26 五月 2020 | 00:52:42,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818MethodDeclarations.h +26 五月 2020 | 00:52:42,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492MethodDeclarations.h +26 五月 2020 | 00:52:42,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571MethodDeclarations.h +26 五月 2020 | 00:52:42,490 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Object2689449295.h +26 五月 2020 | 00:52:42,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Object2689449295MethodDeclarations.h +26 五月 2020 | 00:52:42,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451.h +26 五月 2020 | 00:52:42,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120.h +26 五月 2020 | 00:52:42,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119.h +26 五月 2020 | 00:52:42,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451MethodDeclarations.h +26 五月 2020 | 00:52:42,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120MethodDeclarations.h +26 五月 2020 | 00:52:42,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119MethodDeclarations.h +26 五月 2020 | 00:52:42,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927.h +26 五月 2020 | 00:52:42,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613.h +26 五月 2020 | 00:52:42,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927MethodDeclarations.h +26 五月 2020 | 00:52:42,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502.h +26 五月 2020 | 00:52:42,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613MethodDeclarations.h +26 五月 2020 | 00:52:42,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502MethodDeclarations.h +26 五月 2020 | 00:52:42,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355.h +26 五月 2020 | 00:52:42,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229.h +26 五月 2020 | 00:52:42,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584.h +26 五月 2020 | 00:52:42,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229MethodDeclarations.h +26 五月 2020 | 00:52:42,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584MethodDeclarations.h +26 五月 2020 | 00:52:42,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318.h +26 五月 2020 | 00:52:42,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355MethodDeclarations.h +26 五月 2020 | 00:52:42,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283.h +26 五月 2020 | 00:52:42,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283MethodDeclarations.h +26 五月 2020 | 00:52:42,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303.h +26 五月 2020 | 00:52:42,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318MethodDeclarations.h +26 五月 2020 | 00:52:42,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493.h +26 五月 2020 | 00:52:42,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493MethodDeclarations.h +26 五月 2020 | 00:52:42,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303MethodDeclarations.h +26 五月 2020 | 00:52:42,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018.h +26 五月 2020 | 00:52:42,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:42,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018MethodDeclarations.h +26 五月 2020 | 00:52:42,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728.h +26 五月 2020 | 00:52:42,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:42,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136.h +26 五月 2020 | 00:52:42,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728MethodDeclarations.h +26 五月 2020 | 00:52:42,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856.h +26 五月 2020 | 00:52:42,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136MethodDeclarations.h +26 五月 2020 | 00:52:42,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368.h +26 五月 2020 | 00:52:42,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368MethodDeclarations.h +26 五月 2020 | 00:52:42,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856MethodDeclarations.h +26 五月 2020 | 00:52:42,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264.h +26 五月 2020 | 00:52:42,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264MethodDeclarations.h +26 五月 2020 | 00:52:42,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305.h +26 五月 2020 | 00:52:42,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407.h +26 五月 2020 | 00:52:42,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653.h +26 五月 2020 | 00:52:42,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305MethodDeclarations.h +26 五月 2020 | 00:52:42,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407MethodDeclarations.h +26 五月 2020 | 00:52:42,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653MethodDeclarations.h +26 五月 2020 | 00:52:42,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759.h +26 五月 2020 | 00:52:42,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079.h +26 五月 2020 | 00:52:42,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941.h +26 五月 2020 | 00:52:42,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759MethodDeclarations.h +26 五月 2020 | 00:52:42,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079MethodDeclarations.h +26 五月 2020 | 00:52:42,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941MethodDeclarations.h +26 五月 2020 | 00:52:42,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435.h +26 五月 2020 | 00:52:42,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751.h +26 五月 2020 | 00:52:42,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435MethodDeclarations.h +26 五月 2020 | 00:52:42,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751MethodDeclarations.h +26 五月 2020 | 00:52:42,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410.h +26 五月 2020 | 00:52:42,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033.h +26 五月 2020 | 00:52:42,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018.h +26 五月 2020 | 00:52:42,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410MethodDeclarations.h +26 五月 2020 | 00:52:42,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033MethodDeclarations.h +26 五月 2020 | 00:52:42,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018MethodDeclarations.h +26 五月 2020 | 00:52:42,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844.h +26 五月 2020 | 00:52:42,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233.h +26 五月 2020 | 00:52:42,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844MethodDeclarations.h +26 五月 2020 | 00:52:42,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233MethodDeclarations.h +26 五月 2020 | 00:52:42,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096.h +26 五月 2020 | 00:52:42,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229.h +26 五月 2020 | 00:52:42,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096MethodDeclarations.h +26 五月 2020 | 00:52:42,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229MethodDeclarations.h +26 五月 2020 | 00:52:42,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003.h +26 五月 2020 | 00:52:42,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996.h +26 五月 2020 | 00:52:42,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003MethodDeclarations.h +26 五月 2020 | 00:52:42,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996MethodDeclarations.h +26 五月 2020 | 00:52:42,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540.h +26 五月 2020 | 00:52:42,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931.h +26 五月 2020 | 00:52:42,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854.h +26 五月 2020 | 00:52:42,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540MethodDeclarations.h +26 五月 2020 | 00:52:42,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931MethodDeclarations.h +26 五月 2020 | 00:52:42,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854MethodDeclarations.h +26 五月 2020 | 00:52:42,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118.h +26 五月 2020 | 00:52:42,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390.h +26 五月 2020 | 00:52:42,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118MethodDeclarations.h +26 五月 2020 | 00:52:42,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390MethodDeclarations.h +26 五月 2020 | 00:52:42,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385.h +26 五月 2020 | 00:52:42,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818.h +26 五月 2020 | 00:52:42,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494.h +26 五月 2020 | 00:52:42,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818MethodDeclarations.h +26 五月 2020 | 00:52:42,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385MethodDeclarations.h +26 五月 2020 | 00:52:42,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494MethodDeclarations.h +26 五月 2020 | 00:52:42,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756.h +26 五月 2020 | 00:52:42,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160.h +26 五月 2020 | 00:52:42,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756MethodDeclarations.h +26 五月 2020 | 00:52:42,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160MethodDeclarations.h +26 五月 2020 | 00:52:42,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119.h +26 五月 2020 | 00:52:42,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516.h +26 五月 2020 | 00:52:42,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280.h +26 五月 2020 | 00:52:42,555 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119MethodDeclarations.h +26 五月 2020 | 00:52:42,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516MethodDeclarations.h +26 五月 2020 | 00:52:42,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280MethodDeclarations.h +26 五月 2020 | 00:52:42,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613.h +26 五月 2020 | 00:52:42,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698.h +26 五月 2020 | 00:52:42,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688.h +26 五月 2020 | 00:52:42,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698MethodDeclarations.h +26 五月 2020 | 00:52:42,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613MethodDeclarations.h +26 五月 2020 | 00:52:42,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688MethodDeclarations.h +26 五月 2020 | 00:52:42,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229.h +26 五月 2020 | 00:52:42,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434.h +26 五月 2020 | 00:52:42,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747.h +26 五月 2020 | 00:52:42,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434MethodDeclarations.h +26 五月 2020 | 00:52:42,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229MethodDeclarations.h +26 五月 2020 | 00:52:42,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747MethodDeclarations.h +26 五月 2020 | 00:52:42,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318.h +26 五月 2020 | 00:52:42,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763.h +26 五月 2020 | 00:52:42,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318MethodDeclarations.h +26 五月 2020 | 00:52:42,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763MethodDeclarations.h +26 五月 2020 | 00:52:42,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086.h +26 五月 2020 | 00:52:42,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018.h +26 五月 2020 | 00:52:42,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247.h +26 五月 2020 | 00:52:42,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086MethodDeclarations.h +26 五月 2020 | 00:52:42,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018MethodDeclarations.h +26 五月 2020 | 00:52:42,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247MethodDeclarations.h +26 五月 2020 | 00:52:42,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029.h +26 五月 2020 | 00:52:42,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129.h +26 五月 2020 | 00:52:42,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029MethodDeclarations.h +26 五月 2020 | 00:52:42,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136.h +26 五月 2020 | 00:52:42,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129MethodDeclarations.h +26 五月 2020 | 00:52:42,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136MethodDeclarations.h +26 五月 2020 | 00:52:42,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648.h +26 五月 2020 | 00:52:42,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264.h +26 五月 2020 | 00:52:42,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648MethodDeclarations.h +26 五月 2020 | 00:52:42,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264MethodDeclarations.h +26 五月 2020 | 00:52:42,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222.h +26 五月 2020 | 00:52:42,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452.h +26 五月 2020 | 00:52:42,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653.h +26 五月 2020 | 00:52:42,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452MethodDeclarations.h +26 五月 2020 | 00:52:42,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222MethodDeclarations.h +26 五月 2020 | 00:52:42,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653MethodDeclarations.h +26 五月 2020 | 00:52:42,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336.h +26 五月 2020 | 00:52:42,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941.h +26 五月 2020 | 00:52:42,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336MethodDeclarations.h +26 五月 2020 | 00:52:42,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828.h +26 五月 2020 | 00:52:42,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941MethodDeclarations.h +26 五月 2020 | 00:52:42,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828MethodDeclarations.h +26 五月 2020 | 00:52:42,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894.h +26 五月 2020 | 00:52:42,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751.h +26 五月 2020 | 00:52:42,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128.h +26 五月 2020 | 00:52:42,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894MethodDeclarations.h +26 五月 2020 | 00:52:42,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751MethodDeclarations.h +26 五月 2020 | 00:52:42,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128MethodDeclarations.h +26 五月 2020 | 00:52:42,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895.h +26 五月 2020 | 00:52:42,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453.h +26 五月 2020 | 00:52:42,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895MethodDeclarations.h +26 五月 2020 | 00:52:42,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453MethodDeclarations.h +26 五月 2020 | 00:52:42,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896.h +26 五月 2020 | 00:52:42,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176.h +26 五月 2020 | 00:52:42,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896MethodDeclarations.h +26 五月 2020 | 00:52:42,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033.h +26 五月 2020 | 00:52:42,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033MethodDeclarations.h +26 五月 2020 | 00:52:42,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233.h +26 五月 2020 | 00:52:42,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176MethodDeclarations.h +26 五月 2020 | 00:52:42,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539.h +26 五月 2020 | 00:52:42,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233MethodDeclarations.h +26 五月 2020 | 00:52:42,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539MethodDeclarations.h +26 五月 2020 | 00:52:42,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262.h +26 五月 2020 | 00:52:42,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347.h +26 五月 2020 | 00:52:42,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262MethodDeclarations.h +26 五月 2020 | 00:52:42,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229.h +26 五月 2020 | 00:52:42,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663.h +26 五月 2020 | 00:52:42,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347MethodDeclarations.h +26 五月 2020 | 00:52:42,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229MethodDeclarations.h +26 五月 2020 | 00:52:42,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996.h +26 五月 2020 | 00:52:42,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996MethodDeclarations.h +26 五月 2020 | 00:52:42,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492.h +26 五月 2020 | 00:52:42,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663MethodDeclarations.h +26 五月 2020 | 00:52:42,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931.h +26 五月 2020 | 00:52:42,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492MethodDeclarations.h +26 五月 2020 | 00:52:42,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741.h +26 五月 2020 | 00:52:42,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931MethodDeclarations.h +26 五月 2020 | 00:52:42,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741MethodDeclarations.h +26 五月 2020 | 00:52:42,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Object2689449295.h +26 五月 2020 | 00:52:42,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390.h +26 五月 2020 | 00:52:42,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551.h +26 五月 2020 | 00:52:42,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390MethodDeclarations.h +26 五月 2020 | 00:52:42,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Object2689449295MethodDeclarations.h +26 五月 2020 | 00:52:42,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551MethodDeclarations.h +26 五月 2020 | 00:52:42,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494.h +26 五月 2020 | 00:52:42,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451.h +26 五月 2020 | 00:52:42,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584.h +26 五月 2020 | 00:52:42,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451MethodDeclarations.h +26 五月 2020 | 00:52:42,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584MethodDeclarations.h +26 五月 2020 | 00:52:42,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494MethodDeclarations.h +26 五月 2020 | 00:52:42,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583.h +26 五月 2020 | 00:52:42,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927.h +26 五月 2020 | 00:52:42,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160.h +26 五月 2020 | 00:52:42,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583MethodDeclarations.h +26 五月 2020 | 00:52:42,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160MethodDeclarations.h +26 五月 2020 | 00:52:42,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586.h +26 五月 2020 | 00:52:42,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927MethodDeclarations.h +26 五月 2020 | 00:52:42,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280.h +26 五月 2020 | 00:52:42,624 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586MethodDeclarations.h +26 五月 2020 | 00:52:42,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502.h +26 五月 2020 | 00:52:42,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280MethodDeclarations.h +26 五月 2020 | 00:52:42,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160.h +26 五月 2020 | 00:52:42,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502MethodDeclarations.h +26 五月 2020 | 00:52:42,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160MethodDeclarations.h +26 五月 2020 | 00:52:42,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688.h +26 五月 2020 | 00:52:42,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584.h +26 五月 2020 | 00:52:42,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688MethodDeclarations.h +26 五月 2020 | 00:52:42,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584MethodDeclarations.h +26 五月 2020 | 00:52:42,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744.h +26 五月 2020 | 00:52:42,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747.h +26 五月 2020 | 00:52:42,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744MethodDeclarations.h +26 五月 2020 | 00:52:42,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747MethodDeclarations.h +26 五月 2020 | 00:52:42,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498.h +26 五月 2020 | 00:52:42,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283.h +26 五月 2020 | 00:52:42,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763.h +26 五月 2020 | 00:52:42,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498MethodDeclarations.h +26 五月 2020 | 00:52:42,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283MethodDeclarations.h +26 五月 2020 | 00:52:42,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763MethodDeclarations.h +26 五月 2020 | 00:52:42,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247.h +26 五月 2020 | 00:52:42,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247MethodDeclarations.h +26 五月 2020 | 00:52:42,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464.h +26 五月 2020 | 00:52:42,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493.h +26 五月 2020 | 00:52:42,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129.h +26 五月 2020 | 00:52:42,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464MethodDeclarations.h +26 五月 2020 | 00:52:42,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129MethodDeclarations.h +26 五月 2020 | 00:52:42,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029.h +26 五月 2020 | 00:52:42,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648.h +26 五月 2020 | 00:52:42,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029MethodDeclarations.h +26 五月 2020 | 00:52:42,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516MethodDeclarations.h +26 五月 2020 | 00:52:42,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648MethodDeclarations.h +26 五月 2020 | 00:52:42,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Object2689449295.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Object2689449295MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698.h +26 五月 2020 | 00:52:42,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340.h +26 五月 2020 | 00:52:42,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283MethodDeclarations.h +26 五月 2020 | 00:52:42,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698MethodDeclarations.h +26 五月 2020 | 00:52:42,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340MethodDeclarations.h +26 五月 2020 | 00:52:42,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493.h +26 五月 2020 | 00:52:42,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618.h +26 五月 2020 | 00:52:42,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493MethodDeclarations.h +26 五月 2020 | 00:52:42,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618MethodDeclarations.h +26 五月 2020 | 00:52:42,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728.h +26 五月 2020 | 00:52:42,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308.h +26 五月 2020 | 00:52:42,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434.h +26 五月 2020 | 00:52:42,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728MethodDeclarations.h +26 五月 2020 | 00:52:42,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308MethodDeclarations.h +26 五月 2020 | 00:52:42,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434MethodDeclarations.h +26 五月 2020 | 00:52:42,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368.h +26 五月 2020 | 00:52:42,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368MethodDeclarations.h +26 五月 2020 | 00:52:42,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225.h +26 五月 2020 | 00:52:42,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086.h +26 五月 2020 | 00:52:42,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225MethodDeclarations.h +26 五月 2020 | 00:52:42,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282.h +26 五月 2020 | 00:52:42,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086MethodDeclarations.h +26 五月 2020 | 00:52:42,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282MethodDeclarations.h +26 五月 2020 | 00:52:42,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029.h +26 五月 2020 | 00:52:42,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305.h +26 五月 2020 | 00:52:42,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279.h +26 五月 2020 | 00:52:42,780 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029MethodDeclarations.h +26 五月 2020 | 00:52:42,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305MethodDeclarations.h +26 五月 2020 | 00:52:42,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279MethodDeclarations.h +26 五月 2020 | 00:52:42,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452.h +26 五月 2020 | 00:52:42,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759.h +26 五月 2020 | 00:52:42,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732.h +26 五月 2020 | 00:52:42,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452MethodDeclarations.h +26 五月 2020 | 00:52:42,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732MethodDeclarations.h +26 五月 2020 | 00:52:42,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759MethodDeclarations.h +26 五月 2020 | 00:52:42,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800.h +26 五月 2020 | 00:52:42,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410.h +26 五月 2020 | 00:52:42,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828.h +26 五月 2020 | 00:52:42,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410MethodDeclarations.h +26 五月 2020 | 00:52:42,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828MethodDeclarations.h +26 五月 2020 | 00:52:42,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844.h +26 五月 2020 | 00:52:42,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128.h +26 五月 2020 | 00:52:42,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844MethodDeclarations.h +26 五月 2020 | 00:52:42,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128MethodDeclarations.h +26 五月 2020 | 00:52:42,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096.h +26 五月 2020 | 00:52:42,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800MethodDeclarations.h +26 五月 2020 | 00:52:42,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453.h +26 五月 2020 | 00:52:42,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096MethodDeclarations.h +26 五月 2020 | 00:52:42,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453MethodDeclarations.h +26 五月 2020 | 00:52:42,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075.h +26 五月 2020 | 00:52:42,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176.h +26 五月 2020 | 00:52:42,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075MethodDeclarations.h +26 五月 2020 | 00:52:42,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540.h +26 五月 2020 | 00:52:42,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164.h +26 五月 2020 | 00:52:42,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540MethodDeclarations.h +26 五月 2020 | 00:52:42,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118.h +26 五月 2020 | 00:52:42,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118MethodDeclarations.h +26 五月 2020 | 00:52:42,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164MethodDeclarations.h +26 五月 2020 | 00:52:42,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176MethodDeclarations.h +26 五月 2020 | 00:52:42,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385.h +26 五月 2020 | 00:52:42,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555.h +26 五月 2020 | 00:52:42,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262.h +26 五月 2020 | 00:52:42,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385MethodDeclarations.h +26 五月 2020 | 00:52:42,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555MethodDeclarations.h +26 五月 2020 | 00:52:42,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756.h +26 五月 2020 | 00:52:42,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262MethodDeclarations.h +26 五月 2020 | 00:52:42,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739.h +26 五月 2020 | 00:52:42,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756MethodDeclarations.h +26 五月 2020 | 00:52:42,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663.h +26 五月 2020 | 00:52:42,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516.h +26 五月 2020 | 00:52:42,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663MethodDeclarations.h +26 五月 2020 | 00:52:42,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739MethodDeclarations.h +26 五月 2020 | 00:52:42,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516MethodDeclarations.h +26 五月 2020 | 00:52:42,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741.h +26 五月 2020 | 00:52:42,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990.h +26 五月 2020 | 00:52:42,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698.h +26 五月 2020 | 00:52:42,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741MethodDeclarations.h +26 五月 2020 | 00:52:42,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990MethodDeclarations.h +26 五月 2020 | 00:52:42,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698MethodDeclarations.h +26 五月 2020 | 00:52:42,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551.h +26 五月 2020 | 00:52:42,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929.h +26 五月 2020 | 00:52:42,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929MethodDeclarations.h +26 五月 2020 | 00:52:42,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434.h +26 五月 2020 | 00:52:42,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551MethodDeclarations.h +26 五月 2020 | 00:52:42,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448.h +26 五月 2020 | 00:52:42,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434MethodDeclarations.h +26 五月 2020 | 00:52:42,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584.h +26 五月 2020 | 00:52:42,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448MethodDeclarations.h +26 五月 2020 | 00:52:42,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584MethodDeclarations.h +26 五月 2020 | 00:52:42,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583.h +26 五月 2020 | 00:52:42,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064.h +26 五月 2020 | 00:52:42,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583MethodDeclarations.h +26 五月 2020 | 00:52:42,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064MethodDeclarations.h +26 五月 2020 | 00:52:42,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086.h +26 五月 2020 | 00:52:42,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586.h +26 五月 2020 | 00:52:42,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134.h +26 五月 2020 | 00:52:42,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086MethodDeclarations.h +26 五月 2020 | 00:52:42,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586MethodDeclarations.h +26 五月 2020 | 00:52:42,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134MethodDeclarations.h +26 五月 2020 | 00:52:42,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029.h +26 五月 2020 | 00:52:42,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160.h +26 五月 2020 | 00:52:42,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857.h +26 五月 2020 | 00:52:42,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029MethodDeclarations.h +26 五月 2020 | 00:52:42,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160MethodDeclarations.h +26 五月 2020 | 00:52:42,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857MethodDeclarations.h +26 五月 2020 | 00:52:42,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744.h +26 五月 2020 | 00:52:42,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225.h +26 五月 2020 | 00:52:42,829 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744MethodDeclarations.h +26 五月 2020 | 00:52:42,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225MethodDeclarations.h +26 五月 2020 | 00:52:42,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404.h +26 五月 2020 | 00:52:42,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498.h +26 五月 2020 | 00:52:42,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452.h +26 五月 2020 | 00:52:42,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404MethodDeclarations.h +26 五月 2020 | 00:52:42,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452MethodDeclarations.h +26 五月 2020 | 00:52:42,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498MethodDeclarations.h +26 五月 2020 | 00:52:42,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464.h +26 五月 2020 | 00:52:42,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464MethodDeclarations.h +26 五月 2020 | 00:52:42,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637.h +26 五月 2020 | 00:52:42,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029.h +26 五月 2020 | 00:52:42,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637MethodDeclarations.h +26 五月 2020 | 00:52:42,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029MethodDeclarations.h +26 五月 2020 | 00:52:42,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325.h +26 五月 2020 | 00:52:42,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300.h +26 五月 2020 | 00:52:42,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325MethodDeclarations.h +26 五月 2020 | 00:52:42,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300MethodDeclarations.h +26 五月 2020 | 00:52:42,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190.h +26 五月 2020 | 00:52:42,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734.h +26 五月 2020 | 00:52:42,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190MethodDeclarations.h +26 五月 2020 | 00:52:42,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734MethodDeclarations.h +26 五月 2020 | 00:52:42,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348.h +26 五月 2020 | 00:52:42,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010.h +26 五月 2020 | 00:52:42,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348MethodDeclarations.h +26 五月 2020 | 00:52:42,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010MethodDeclarations.h +26 五月 2020 | 00:52:42,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563.h +26 五月 2020 | 00:52:42,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563MethodDeclarations.h +26 五月 2020 | 00:52:42,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977.h +26 五月 2020 | 00:52:42,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047.h +26 五月 2020 | 00:52:42,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977MethodDeclarations.h +26 五月 2020 | 00:52:42,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047MethodDeclarations.h +26 五月 2020 | 00:52:42,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828.h +26 五月 2020 | 00:52:42,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821.h +26 五月 2020 | 00:52:42,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982.h +26 五月 2020 | 00:52:42,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828MethodDeclarations.h +26 五月 2020 | 00:52:42,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821MethodDeclarations.h +26 五月 2020 | 00:52:42,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128.h +26 五月 2020 | 00:52:42,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982MethodDeclarations.h +26 五月 2020 | 00:52:42,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505.h +26 五月 2020 | 00:52:42,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128MethodDeclarations.h +26 五月 2020 | 00:52:42,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051.h +26 五月 2020 | 00:52:42,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505MethodDeclarations.h +26 五月 2020 | 00:52:42,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051MethodDeclarations.h +26 五月 2020 | 00:52:42,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453.h +26 五月 2020 | 00:52:42,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730.h +26 五月 2020 | 00:52:42,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453MethodDeclarations.h +26 五月 2020 | 00:52:42,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955.h +26 五月 2020 | 00:52:42,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730MethodDeclarations.h +26 五月 2020 | 00:52:42,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176.h +26 五月 2020 | 00:52:42,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955MethodDeclarations.h +26 五月 2020 | 00:52:42,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074.h +26 五月 2020 | 00:52:42,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491.h +26 五月 2020 | 00:52:42,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074MethodDeclarations.h +26 五月 2020 | 00:52:42,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491MethodDeclarations.h +26 五月 2020 | 00:52:42,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954.h +26 五月 2020 | 00:52:42,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694.h +26 五月 2020 | 00:52:42,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954MethodDeclarations.h +26 五月 2020 | 00:52:42,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176MethodDeclarations.h +26 五月 2020 | 00:52:42,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245.h +26 五月 2020 | 00:52:42,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262.h +26 五月 2020 | 00:52:42,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245MethodDeclarations.h +26 五月 2020 | 00:52:42,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262MethodDeclarations.h +26 五月 2020 | 00:52:42,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298.h +26 五月 2020 | 00:52:42,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663.h +26 五月 2020 | 00:52:42,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298MethodDeclarations.h +26 五月 2020 | 00:52:42,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663MethodDeclarations.h +26 五月 2020 | 00:52:42,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338.h +26 五月 2020 | 00:52:42,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741.h +26 五月 2020 | 00:52:42,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338MethodDeclarations.h +26 五月 2020 | 00:52:42,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741MethodDeclarations.h +26 五月 2020 | 00:52:42,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976.h +26 五月 2020 | 00:52:42,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551.h +26 五月 2020 | 00:52:42,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976MethodDeclarations.h +26 五月 2020 | 00:52:42,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551MethodDeclarations.h +26 五月 2020 | 00:52:42,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695.h +26 五月 2020 | 00:52:42,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584.h +26 五月 2020 | 00:52:42,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695MethodDeclarations.h +26 五月 2020 | 00:52:42,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584MethodDeclarations.h +26 五月 2020 | 00:52:42,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300.h +26 五月 2020 | 00:52:42,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583.h +26 五月 2020 | 00:52:42,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300MethodDeclarations.h +26 五月 2020 | 00:52:42,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583MethodDeclarations.h +26 五月 2020 | 00:52:42,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497.h +26 五月 2020 | 00:52:42,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586.h +26 五月 2020 | 00:52:42,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497MethodDeclarations.h +26 五月 2020 | 00:52:42,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586MethodDeclarations.h +26 五月 2020 | 00:52:42,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340.h +26 五月 2020 | 00:52:42,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160.h +26 五月 2020 | 00:52:42,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340MethodDeclarations.h +26 五月 2020 | 00:52:42,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160MethodDeclarations.h +26 五月 2020 | 00:52:42,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618.h +26 五月 2020 | 00:52:42,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744.h +26 五月 2020 | 00:52:42,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694MethodDeclarations.h +26 五月 2020 | 00:52:42,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618MethodDeclarations.h +26 五月 2020 | 00:52:42,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744MethodDeclarations.h +26 五月 2020 | 00:52:42,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695.h +26 五月 2020 | 00:52:42,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308.h +26 五月 2020 | 00:52:42,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498.h +26 五月 2020 | 00:52:42,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695MethodDeclarations.h +26 五月 2020 | 00:52:42,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308MethodDeclarations.h +26 五月 2020 | 00:52:42,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498MethodDeclarations.h +26 五月 2020 | 00:52:42,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696.h +26 五月 2020 | 00:52:42,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225.h +26 五月 2020 | 00:52:42,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696MethodDeclarations.h +26 五月 2020 | 00:52:42,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464.h +26 五月 2020 | 00:52:42,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225MethodDeclarations.h +26 五月 2020 | 00:52:42,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929.h +26 五月 2020 | 00:52:42,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464MethodDeclarations.h +26 五月 2020 | 00:52:42,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282.h +26 五月 2020 | 00:52:42,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929MethodDeclarations.h +26 五月 2020 | 00:52:42,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029.h +26 五月 2020 | 00:52:42,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282MethodDeclarations.h +26 五月 2020 | 00:52:42,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326.h +26 五月 2020 | 00:52:42,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279.h +26 五月 2020 | 00:52:42,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279MethodDeclarations.h +26 五月 2020 | 00:52:42,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326MethodDeclarations.h +26 五月 2020 | 00:52:42,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732.h +26 五月 2020 | 00:52:42,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732MethodDeclarations.h +26 五月 2020 | 00:52:42,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029MethodDeclarations.h +26 五月 2020 | 00:52:42,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943.h +26 五月 2020 | 00:52:42,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300.h +26 五月 2020 | 00:52:42,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943MethodDeclarations.h +26 五月 2020 | 00:52:42,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800.h +26 五月 2020 | 00:52:42,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Random1044426839.h +26 五月 2020 | 00:52:42,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300MethodDeclarations.h +26 五月 2020 | 00:52:42,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Random1044426839MethodDeclarations.h +26 五月 2020 | 00:52:42,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734.h +26 五月 2020 | 00:52:42,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949.h +26 五月 2020 | 00:52:42,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734MethodDeclarations.h +26 五月 2020 | 00:52:42,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949MethodDeclarations.h +26 五月 2020 | 00:52:42,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010.h +26 五月 2020 | 00:52:42,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010MethodDeclarations.h +26 五月 2020 | 00:52:42,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556.h +26 五月 2020 | 00:52:42,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800MethodDeclarations.h +26 五月 2020 | 00:52:42,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977.h +26 五月 2020 | 00:52:42,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556MethodDeclarations.h +26 五月 2020 | 00:52:42,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075.h +26 五月 2020 | 00:52:42,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977MethodDeclarations.h +26 五月 2020 | 00:52:42,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390.h +26 五月 2020 | 00:52:42,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821.h +26 五月 2020 | 00:52:42,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390MethodDeclarations.h +26 五月 2020 | 00:52:42,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821MethodDeclarations.h +26 五月 2020 | 00:52:42,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075MethodDeclarations.h +26 五月 2020 | 00:52:42,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381.h +26 五月 2020 | 00:52:42,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505.h +26 五月 2020 | 00:52:42,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381MethodDeclarations.h +26 五月 2020 | 00:52:42,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164.h +26 五月 2020 | 00:52:42,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505MethodDeclarations.h +26 五月 2020 | 00:52:42,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164MethodDeclarations.h +26 五月 2020 | 00:52:42,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730.h +26 五月 2020 | 00:52:42,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555.h +26 五月 2020 | 00:52:42,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172.h +26 五月 2020 | 00:52:42,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730MethodDeclarations.h +26 五月 2020 | 00:52:42,936 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555MethodDeclarations.h +26 五月 2020 | 00:52:42,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074.h +26 五月 2020 | 00:52:42,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172MethodDeclarations.h +26 五月 2020 | 00:52:42,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295.h +26 五月 2020 | 00:52:42,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739.h +26 五月 2020 | 00:52:42,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074MethodDeclarations.h +26 五月 2020 | 00:52:42,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295MethodDeclarations.h +26 五月 2020 | 00:52:42,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954.h +26 五月 2020 | 00:52:42,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159.h +26 五月 2020 | 00:52:42,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954MethodDeclarations.h +26 五月 2020 | 00:52:42,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739MethodDeclarations.h +26 五月 2020 | 00:52:42,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245.h +26 五月 2020 | 00:52:42,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990.h +26 五月 2020 | 00:52:42,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245MethodDeclarations.h +26 五月 2020 | 00:52:42,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990MethodDeclarations.h +26 五月 2020 | 00:52:42,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298.h +26 五月 2020 | 00:52:42,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159MethodDeclarations.h +26 五月 2020 | 00:52:42,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929.h +26 五月 2020 | 00:52:42,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496.h +26 五月 2020 | 00:52:42,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298MethodDeclarations.h +26 五月 2020 | 00:52:42,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929MethodDeclarations.h +26 五月 2020 | 00:52:42,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338.h +26 五月 2020 | 00:52:42,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448.h +26 五月 2020 | 00:52:42,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338MethodDeclarations.h +26 五月 2020 | 00:52:42,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496MethodDeclarations.h +26 五月 2020 | 00:52:42,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448MethodDeclarations.h +26 五月 2020 | 00:52:42,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976.h +26 五月 2020 | 00:52:42,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888.h +26 五月 2020 | 00:52:42,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064.h +26 五月 2020 | 00:52:42,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888MethodDeclarations.h +26 五月 2020 | 00:52:42,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976MethodDeclarations.h +26 五月 2020 | 00:52:42,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064MethodDeclarations.h +26 五月 2020 | 00:52:42,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916.h +26 五月 2020 | 00:52:42,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134.h +26 五月 2020 | 00:52:42,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695.h +26 五月 2020 | 00:52:42,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916MethodDeclarations.h +26 五月 2020 | 00:52:42,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134MethodDeclarations.h +26 五月 2020 | 00:52:42,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695MethodDeclarations.h +26 五月 2020 | 00:52:42,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657.h +26 五月 2020 | 00:52:42,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857.h +26 五月 2020 | 00:52:42,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300.h +26 五月 2020 | 00:52:42,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657MethodDeclarations.h +26 五月 2020 | 00:52:42,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857MethodDeclarations.h +26 五月 2020 | 00:52:42,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300MethodDeclarations.h +26 五月 2020 | 00:52:42,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443.h +26 五月 2020 | 00:52:42,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225.h +26 五月 2020 | 00:52:42,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497.h +26 五月 2020 | 00:52:42,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443MethodDeclarations.h +26 五月 2020 | 00:52:42,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225MethodDeclarations.h +26 五月 2020 | 00:52:42,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941.h +26 五月 2020 | 00:52:42,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497MethodDeclarations.h +26 五月 2020 | 00:52:42,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404.h +26 五月 2020 | 00:52:42,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340.h +26 五月 2020 | 00:52:42,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404MethodDeclarations.h +26 五月 2020 | 00:52:42,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340MethodDeclarations.h +26 五月 2020 | 00:52:42,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637.h +26 五月 2020 | 00:52:42,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618.h +26 五月 2020 | 00:52:42,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637MethodDeclarations.h +26 五月 2020 | 00:52:42,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618MethodDeclarations.h +26 五月 2020 | 00:52:42,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325.h +26 五月 2020 | 00:52:42,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941MethodDeclarations.h +26 五月 2020 | 00:52:42,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308.h +26 五月 2020 | 00:52:42,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325MethodDeclarations.h +26 五月 2020 | 00:52:42,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440.h +26 五月 2020 | 00:52:42,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308MethodDeclarations.h +26 五月 2020 | 00:52:42,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440MethodDeclarations.h +26 五月 2020 | 00:52:42,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190.h +26 五月 2020 | 00:52:42,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225.h +26 五月 2020 | 00:52:42,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190MethodDeclarations.h +26 五月 2020 | 00:52:42,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169.h +26 五月 2020 | 00:52:42,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225MethodDeclarations.h +26 五月 2020 | 00:52:42,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169MethodDeclarations.h +26 五月 2020 | 00:52:42,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348.h +26 五月 2020 | 00:52:42,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282.h +26 五月 2020 | 00:52:42,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348MethodDeclarations.h +26 五月 2020 | 00:52:42,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912.h +26 五月 2020 | 00:52:42,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282MethodDeclarations.h +26 五月 2020 | 00:52:42,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912MethodDeclarations.h +26 五月 2020 | 00:52:42,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563.h +26 五月 2020 | 00:52:42,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279.h +26 五月 2020 | 00:52:42,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705.h +26 五月 2020 | 00:52:42,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563MethodDeclarations.h +26 五月 2020 | 00:52:42,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279MethodDeclarations.h +26 五月 2020 | 00:52:42,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705MethodDeclarations.h +26 五月 2020 | 00:52:42,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732.h +26 五月 2020 | 00:52:42,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505.h +26 五月 2020 | 00:52:42,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732MethodDeclarations.h +26 五月 2020 | 00:52:42,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047.h +26 五月 2020 | 00:52:42,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047MethodDeclarations.h +26 五月 2020 | 00:52:42,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982.h +26 五月 2020 | 00:52:42,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982MethodDeclarations.h +26 五月 2020 | 00:52:42,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800.h +26 五月 2020 | 00:52:42,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505MethodDeclarations.h +26 五月 2020 | 00:52:43,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051.h +26 五月 2020 | 00:52:43,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001.h +26 五月 2020 | 00:52:43,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051MethodDeclarations.h +26 五月 2020 | 00:52:43,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001MethodDeclarations.h +26 五月 2020 | 00:52:43,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955.h +26 五月 2020 | 00:52:43,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058.h +26 五月 2020 | 00:52:43,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955MethodDeclarations.h +26 五月 2020 | 00:52:43,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800MethodDeclarations.h +26 五月 2020 | 00:52:43,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058MethodDeclarations.h +26 五月 2020 | 00:52:43,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491.h +26 五月 2020 | 00:52:43,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075.h +26 五月 2020 | 00:52:43,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491MethodDeclarations.h +26 五月 2020 | 00:52:43,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075MethodDeclarations.h +26 五月 2020 | 00:52:43,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694.h +26 五月 2020 | 00:52:43,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164.h +26 五月 2020 | 00:52:43,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694MethodDeclarations.h +26 五月 2020 | 00:52:43,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695.h +26 五月 2020 | 00:52:43,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164MethodDeclarations.h +26 五月 2020 | 00:52:43,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304.h +26 五月 2020 | 00:52:43,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695MethodDeclarations.h +26 五月 2020 | 00:52:43,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555.h +26 五月 2020 | 00:52:43,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696.h +26 五月 2020 | 00:52:43,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555MethodDeclarations.h +26 五月 2020 | 00:52:43,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696MethodDeclarations.h +26 五月 2020 | 00:52:43,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739.h +26 五月 2020 | 00:52:43,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929.h +26 五月 2020 | 00:52:43,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739MethodDeclarations.h +26 五月 2020 | 00:52:43,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929MethodDeclarations.h +26 五月 2020 | 00:52:43,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304MethodDeclarations.h +26 五月 2020 | 00:52:43,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990.h +26 五月 2020 | 00:52:43,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326.h +26 五月 2020 | 00:52:43,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898.h +26 五月 2020 | 00:52:43,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898MethodDeclarations.h +26 五月 2020 | 00:52:43,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990MethodDeclarations.h +26 五月 2020 | 00:52:43,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326MethodDeclarations.h +26 五月 2020 | 00:52:43,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929.h +26 五月 2020 | 00:52:43,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142.h +26 五月 2020 | 00:52:43,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943.h +26 五月 2020 | 00:52:43,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142MethodDeclarations.h +26 五月 2020 | 00:52:43,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929MethodDeclarations.h +26 五月 2020 | 00:52:43,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943MethodDeclarations.h +26 五月 2020 | 00:52:43,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542.h +26 五月 2020 | 00:52:43,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448.h +26 五月 2020 | 00:52:43,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Random1044426839.h +26 五月 2020 | 00:52:43,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542MethodDeclarations.h +26 五月 2020 | 00:52:43,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448MethodDeclarations.h +26 五月 2020 | 00:52:43,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Random1044426839MethodDeclarations.h +26 五月 2020 | 00:52:43,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891.h +26 五月 2020 | 00:52:43,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064.h +26 五月 2020 | 00:52:43,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949.h +26 五月 2020 | 00:52:43,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891MethodDeclarations.h +26 五月 2020 | 00:52:43,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064MethodDeclarations.h +26 五月 2020 | 00:52:43,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949MethodDeclarations.h +26 五月 2020 | 00:52:43,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543.h +26 五月 2020 | 00:52:43,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134.h +26 五月 2020 | 00:52:43,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543MethodDeclarations.h +26 五月 2020 | 00:52:43,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134MethodDeclarations.h +26 五月 2020 | 00:52:43,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556.h +26 五月 2020 | 00:52:43,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857.h +26 五月 2020 | 00:52:43,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556MethodDeclarations.h +26 五月 2020 | 00:52:43,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857MethodDeclarations.h +26 五月 2020 | 00:52:43,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390.h +26 五月 2020 | 00:52:43,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225.h +26 五月 2020 | 00:52:43,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390MethodDeclarations.h +26 五月 2020 | 00:52:43,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914.h +26 五月 2020 | 00:52:43,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225MethodDeclarations.h +26 五月 2020 | 00:52:43,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381.h +26 五月 2020 | 00:52:43,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914MethodDeclarations.h +26 五月 2020 | 00:52:43,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404.h +26 五月 2020 | 00:52:43,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381MethodDeclarations.h +26 五月 2020 | 00:52:43,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404MethodDeclarations.h +26 五月 2020 | 00:52:43,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172.h +26 五月 2020 | 00:52:43,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172MethodDeclarations.h +26 五月 2020 | 00:52:43,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637.h +26 五月 2020 | 00:52:43,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479.h +26 五月 2020 | 00:52:43,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295.h +26 五月 2020 | 00:52:43,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637MethodDeclarations.h +26 五月 2020 | 00:52:43,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479MethodDeclarations.h +26 五月 2020 | 00:52:43,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295MethodDeclarations.h +26 五月 2020 | 00:52:43,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325.h +26 五月 2020 | 00:52:43,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425.h +26 五月 2020 | 00:52:43,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159.h +26 五月 2020 | 00:52:43,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325MethodDeclarations.h +26 五月 2020 | 00:52:43,056 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425MethodDeclarations.h +26 五月 2020 | 00:52:43,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159MethodDeclarations.h +26 五月 2020 | 00:52:43,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190.h +26 五月 2020 | 00:52:43,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627.h +26 五月 2020 | 00:52:43,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496.h +26 五月 2020 | 00:52:43,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190MethodDeclarations.h +26 五月 2020 | 00:52:43,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627MethodDeclarations.h +26 五月 2020 | 00:52:43,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348.h +26 五月 2020 | 00:52:43,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348MethodDeclarations.h +26 五月 2020 | 00:52:43,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496MethodDeclarations.h +26 五月 2020 | 00:52:43,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563.h +26 五月 2020 | 00:52:43,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384.h +26 五月 2020 | 00:52:43,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888.h +26 五月 2020 | 00:52:43,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384MethodDeclarations.h +26 五月 2020 | 00:52:43,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563MethodDeclarations.h +26 五月 2020 | 00:52:43,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888MethodDeclarations.h +26 五月 2020 | 00:52:43,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433.h +26 五月 2020 | 00:52:43,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047.h +26 五月 2020 | 00:52:43,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916.h +26 五月 2020 | 00:52:43,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433MethodDeclarations.h +26 五月 2020 | 00:52:43,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047MethodDeclarations.h +26 五月 2020 | 00:52:43,070 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916MethodDeclarations.h +26 五月 2020 | 00:52:43,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113.h +26 五月 2020 | 00:52:43,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657.h +26 五月 2020 | 00:52:43,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113MethodDeclarations.h +26 五月 2020 | 00:52:43,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657MethodDeclarations.h +26 五月 2020 | 00:52:43,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468.h +26 五月 2020 | 00:52:43,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443.h +26 五月 2020 | 00:52:43,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982.h +26 五月 2020 | 00:52:43,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468MethodDeclarations.h +26 五月 2020 | 00:52:43,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443MethodDeclarations.h +26 五月 2020 | 00:52:43,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005.h +26 五月 2020 | 00:52:43,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941.h +26 五月 2020 | 00:52:43,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982MethodDeclarations.h +26 五月 2020 | 00:52:43,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005MethodDeclarations.h +26 五月 2020 | 00:52:43,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941MethodDeclarations.h +26 五月 2020 | 00:52:43,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051.h +26 五月 2020 | 00:52:43,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603.h +26 五月 2020 | 00:52:43,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440.h +26 五月 2020 | 00:52:43,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051MethodDeclarations.h +26 五月 2020 | 00:52:43,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440MethodDeclarations.h +26 五月 2020 | 00:52:43,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603MethodDeclarations.h +26 五月 2020 | 00:52:43,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955.h +26 五月 2020 | 00:52:43,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169.h +26 五月 2020 | 00:52:43,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092.h +26 五月 2020 | 00:52:43,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955MethodDeclarations.h +26 五月 2020 | 00:52:43,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169MethodDeclarations.h +26 五月 2020 | 00:52:43,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092MethodDeclarations.h +26 五月 2020 | 00:52:43,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491.h +26 五月 2020 | 00:52:43,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912.h +26 五月 2020 | 00:52:43,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491MethodDeclarations.h +26 五月 2020 | 00:52:43,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744.h +26 五月 2020 | 00:52:43,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912MethodDeclarations.h +26 五月 2020 | 00:52:43,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744MethodDeclarations.h +26 五月 2020 | 00:52:43,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694.h +26 五月 2020 | 00:52:43,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705.h +26 五月 2020 | 00:52:43,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514.h +26 五月 2020 | 00:52:43,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514MethodDeclarations.h +26 五月 2020 | 00:52:43,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705MethodDeclarations.h +26 五月 2020 | 00:52:43,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338.h +26 五月 2020 | 00:52:43,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505.h +26 五月 2020 | 00:52:43,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338MethodDeclarations.h +26 五月 2020 | 00:52:43,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505MethodDeclarations.h +26 五月 2020 | 00:52:43,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694MethodDeclarations.h +26 五月 2020 | 00:52:43,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984.h +26 五月 2020 | 00:52:43,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695.h +26 五月 2020 | 00:52:43,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001.h +26 五月 2020 | 00:52:43,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695MethodDeclarations.h +26 五月 2020 | 00:52:43,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001MethodDeclarations.h +26 五月 2020 | 00:52:43,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696.h +26 五月 2020 | 00:52:43,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984MethodDeclarations.h +26 五月 2020 | 00:52:43,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330.h +26 五月 2020 | 00:52:43,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696MethodDeclarations.h +26 五月 2020 | 00:52:43,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330MethodDeclarations.h +26 五月 2020 | 00:52:43,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929.h +26 五月 2020 | 00:52:43,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058.h +26 五月 2020 | 00:52:43,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127.h +26 五月 2020 | 00:52:43,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929MethodDeclarations.h +26 五月 2020 | 00:52:43,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058MethodDeclarations.h +26 五月 2020 | 00:52:43,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127MethodDeclarations.h +26 五月 2020 | 00:52:43,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326.h +26 五月 2020 | 00:52:43,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653.h +26 五月 2020 | 00:52:43,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304.h +26 五月 2020 | 00:52:43,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326MethodDeclarations.h +26 五月 2020 | 00:52:43,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653MethodDeclarations.h +26 五月 2020 | 00:52:43,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943.h +26 五月 2020 | 00:52:43,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392.h +26 五月 2020 | 00:52:43,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943MethodDeclarations.h +26 五月 2020 | 00:52:43,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Random1044426839.h +26 五月 2020 | 00:52:43,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Random1044426839MethodDeclarations.h +26 五月 2020 | 00:52:43,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392MethodDeclarations.h +26 五月 2020 | 00:52:43,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304MethodDeclarations.h +26 五月 2020 | 00:52:43,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268.h +26 五月 2020 | 00:52:43,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898.h +26 五月 2020 | 00:52:43,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898MethodDeclarations.h +26 五月 2020 | 00:52:43,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268MethodDeclarations.h +26 五月 2020 | 00:52:43,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142.h +26 五月 2020 | 00:52:43,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142MethodDeclarations.h +26 五月 2020 | 00:52:43,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542.h +26 五月 2020 | 00:52:43,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542MethodDeclarations.h +26 五月 2020 | 00:52:43,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949.h +26 五月 2020 | 00:52:43,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031.h +26 五月 2020 | 00:52:43,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891.h +26 五月 2020 | 00:52:43,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949MethodDeclarations.h +26 五月 2020 | 00:52:43,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031MethodDeclarations.h +26 五月 2020 | 00:52:43,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891MethodDeclarations.h +26 五月 2020 | 00:52:43,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474.h +26 五月 2020 | 00:52:43,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543.h +26 五月 2020 | 00:52:43,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474MethodDeclarations.h +26 五月 2020 | 00:52:43,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543MethodDeclarations.h +26 五月 2020 | 00:52:43,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556.h +26 五月 2020 | 00:52:43,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669.h +26 五月 2020 | 00:52:43,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556MethodDeclarations.h +26 五月 2020 | 00:52:43,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669MethodDeclarations.h +26 五月 2020 | 00:52:43,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390.h +26 五月 2020 | 00:52:43,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390MethodDeclarations.h +26 五月 2020 | 00:52:43,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381.h +26 五月 2020 | 00:52:43,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914.h +26 五月 2020 | 00:52:43,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912.h +26 五月 2020 | 00:52:43,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381MethodDeclarations.h +26 五月 2020 | 00:52:43,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914MethodDeclarations.h +26 五月 2020 | 00:52:43,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912MethodDeclarations.h +26 五月 2020 | 00:52:43,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961.h +26 五月 2020 | 00:52:43,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961MethodDeclarations.h +26 五月 2020 | 00:52:43,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172.h +26 五月 2020 | 00:52:43,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479.h +26 五月 2020 | 00:52:43,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219.h +26 五月 2020 | 00:52:43,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479MethodDeclarations.h +26 五月 2020 | 00:52:43,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172MethodDeclarations.h +26 五月 2020 | 00:52:43,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219MethodDeclarations.h +26 五月 2020 | 00:52:43,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295.h +26 五月 2020 | 00:52:43,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425.h +26 五月 2020 | 00:52:43,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860.h +26 五月 2020 | 00:52:43,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295MethodDeclarations.h +26 五月 2020 | 00:52:43,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425MethodDeclarations.h +26 五月 2020 | 00:52:43,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860MethodDeclarations.h +26 五月 2020 | 00:52:43,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159.h +26 五月 2020 | 00:52:43,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627.h +26 五月 2020 | 00:52:43,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159MethodDeclarations.h +26 五月 2020 | 00:52:43,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983.h +26 五月 2020 | 00:52:43,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983MethodDeclarations.h +26 五月 2020 | 00:52:43,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496.h +26 五月 2020 | 00:52:43,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627MethodDeclarations.h +26 五月 2020 | 00:52:43,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342.h +26 五月 2020 | 00:52:43,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342MethodDeclarations.h +26 五月 2020 | 00:52:43,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496MethodDeclarations.h +26 五月 2020 | 00:52:43,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959.h +26 五月 2020 | 00:52:43,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888.h +26 五月 2020 | 00:52:43,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959MethodDeclarations.h +26 五月 2020 | 00:52:43,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888MethodDeclarations.h +26 五月 2020 | 00:52:43,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193.h +26 五月 2020 | 00:52:43,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384.h +26 五月 2020 | 00:52:43,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193MethodDeclarations.h +26 五月 2020 | 00:52:43,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916.h +26 五月 2020 | 00:52:43,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150.h +26 五月 2020 | 00:52:43,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384MethodDeclarations.h +26 五月 2020 | 00:52:43,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916MethodDeclarations.h +26 五月 2020 | 00:52:43,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150MethodDeclarations.h +26 五月 2020 | 00:52:43,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433.h +26 五月 2020 | 00:52:43,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657.h +26 五月 2020 | 00:52:43,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291.h +26 五月 2020 | 00:52:43,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433MethodDeclarations.h +26 五月 2020 | 00:52:43,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291MethodDeclarations.h +26 五月 2020 | 00:52:43,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657MethodDeclarations.h +26 五月 2020 | 00:52:43,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113.h +26 五月 2020 | 00:52:43,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469.h +26 五月 2020 | 00:52:43,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443.h +26 五月 2020 | 00:52:43,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469MethodDeclarations.h +26 五月 2020 | 00:52:43,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113MethodDeclarations.h +26 五月 2020 | 00:52:43,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443MethodDeclarations.h +26 五月 2020 | 00:52:43,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027.h +26 五月 2020 | 00:52:43,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468.h +26 五月 2020 | 00:52:43,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941.h +26 五月 2020 | 00:52:43,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027MethodDeclarations.h +26 五月 2020 | 00:52:43,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468MethodDeclarations.h +26 五月 2020 | 00:52:43,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941MethodDeclarations.h +26 五月 2020 | 00:52:43,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066.h +26 五月 2020 | 00:52:43,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005.h +26 五月 2020 | 00:52:43,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440.h +26 五月 2020 | 00:52:43,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005MethodDeclarations.h +26 五月 2020 | 00:52:43,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066MethodDeclarations.h +26 五月 2020 | 00:52:43,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440MethodDeclarations.h +26 五月 2020 | 00:52:43,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603.h +26 五月 2020 | 00:52:43,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260.h +26 五月 2020 | 00:52:43,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169.h +26 五月 2020 | 00:52:43,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260MethodDeclarations.h +26 五月 2020 | 00:52:43,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603MethodDeclarations.h +26 五月 2020 | 00:52:43,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169MethodDeclarations.h +26 五月 2020 | 00:52:43,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170.h +26 五月 2020 | 00:52:43,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092.h +26 五月 2020 | 00:52:43,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912.h +26 五月 2020 | 00:52:43,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092MethodDeclarations.h +26 五月 2020 | 00:52:43,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170MethodDeclarations.h +26 五月 2020 | 00:52:43,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912MethodDeclarations.h +26 五月 2020 | 00:52:43,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705.h +26 五月 2020 | 00:52:43,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744.h +26 五月 2020 | 00:52:43,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963.h +26 五月 2020 | 00:52:43,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744MethodDeclarations.h +26 五月 2020 | 00:52:43,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963MethodDeclarations.h +26 五月 2020 | 00:52:43,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705MethodDeclarations.h +26 五月 2020 | 00:52:43,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514.h +26 五月 2020 | 00:52:43,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034.h +26 五月 2020 | 00:52:43,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505.h +26 五月 2020 | 00:52:43,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514MethodDeclarations.h +26 五月 2020 | 00:52:43,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034MethodDeclarations.h +26 五月 2020 | 00:52:43,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338.h +26 五月 2020 | 00:52:43,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338MethodDeclarations.h +26 五月 2020 | 00:52:43,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984.h +26 五月 2020 | 00:52:43,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984MethodDeclarations.h +26 五月 2020 | 00:52:43,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330.h +26 五月 2020 | 00:52:43,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842.h +26 五月 2020 | 00:52:43,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330MethodDeclarations.h +26 五月 2020 | 00:52:43,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505MethodDeclarations.h +26 五月 2020 | 00:52:43,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842MethodDeclarations.h +26 五月 2020 | 00:52:43,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127.h +26 五月 2020 | 00:52:43,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001.h +26 五月 2020 | 00:52:43,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196.h +26 五月 2020 | 00:52:43,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127MethodDeclarations.h +26 五月 2020 | 00:52:43,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196MethodDeclarations.h +26 五月 2020 | 00:52:43,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001MethodDeclarations.h +26 五月 2020 | 00:52:43,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653.h +26 五月 2020 | 00:52:43,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337.h +26 五月 2020 | 00:52:43,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058.h +26 五月 2020 | 00:52:43,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653MethodDeclarations.h +26 五月 2020 | 00:52:43,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337MethodDeclarations.h +26 五月 2020 | 00:52:43,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058MethodDeclarations.h +26 五月 2020 | 00:52:43,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392.h +26 五月 2020 | 00:52:43,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606.h +26 五月 2020 | 00:52:43,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392MethodDeclarations.h +26 五月 2020 | 00:52:43,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606MethodDeclarations.h +26 五月 2020 | 00:52:43,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206.h +26 五月 2020 | 00:52:43,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206MethodDeclarations.h +26 五月 2020 | 00:52:43,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254.h +26 五月 2020 | 00:52:43,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254MethodDeclarations.h +26 五月 2020 | 00:52:43,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304.h +26 五月 2020 | 00:52:43,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268.h +26 五月 2020 | 00:52:43,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247.h +26 五月 2020 | 00:52:43,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268MethodDeclarations.h +26 五月 2020 | 00:52:43,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247MethodDeclarations.h +26 五月 2020 | 00:52:43,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691.h +26 五月 2020 | 00:52:43,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031.h +26 五月 2020 | 00:52:43,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691MethodDeclarations.h +26 五月 2020 | 00:52:43,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031MethodDeclarations.h +26 五月 2020 | 00:52:43,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573.h +26 五月 2020 | 00:52:43,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474.h +26 五月 2020 | 00:52:43,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304MethodDeclarations.h +26 五月 2020 | 00:52:43,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474MethodDeclarations.h +26 五月 2020 | 00:52:43,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573MethodDeclarations.h +26 五月 2020 | 00:52:43,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898.h +26 五月 2020 | 00:52:43,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898MethodDeclarations.h +26 五月 2020 | 00:52:43,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525.h +26 五月 2020 | 00:52:43,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669.h +26 五月 2020 | 00:52:43,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525MethodDeclarations.h +26 五月 2020 | 00:52:43,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142.h +26 五月 2020 | 00:52:43,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669MethodDeclarations.h +26 五月 2020 | 00:52:43,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142MethodDeclarations.h +26 五月 2020 | 00:52:43,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912.h +26 五月 2020 | 00:52:43,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542.h +26 五月 2020 | 00:52:43,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912MethodDeclarations.h +26 五月 2020 | 00:52:43,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542MethodDeclarations.h +26 五月 2020 | 00:52:43,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961.h +26 五月 2020 | 00:52:43,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891.h +26 五月 2020 | 00:52:43,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961MethodDeclarations.h +26 五月 2020 | 00:52:43,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891MethodDeclarations.h +26 五月 2020 | 00:52:43,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219.h +26 五月 2020 | 00:52:43,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543.h +26 五月 2020 | 00:52:43,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219MethodDeclarations.h +26 五月 2020 | 00:52:43,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543MethodDeclarations.h +26 五月 2020 | 00:52:43,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860.h +26 五月 2020 | 00:52:43,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860MethodDeclarations.h +26 五月 2020 | 00:52:43,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983.h +26 五月 2020 | 00:52:43,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983MethodDeclarations.h +26 五月 2020 | 00:52:43,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342.h +26 五月 2020 | 00:52:43,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538.h +26 五月 2020 | 00:52:43,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914.h +26 五月 2020 | 00:52:43,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342MethodDeclarations.h +26 五月 2020 | 00:52:43,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914MethodDeclarations.h +26 五月 2020 | 00:52:43,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959.h +26 五月 2020 | 00:52:43,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959MethodDeclarations.h +26 五月 2020 | 00:52:43,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538MethodDeclarations.h +26 五月 2020 | 00:52:43,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193.h +26 五月 2020 | 00:52:43,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479.h +26 五月 2020 | 00:52:43,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193MethodDeclarations.h +26 五月 2020 | 00:52:43,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479MethodDeclarations.h +26 五月 2020 | 00:52:43,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150.h +26 五月 2020 | 00:52:43,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425.h +26 五月 2020 | 00:52:43,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150MethodDeclarations.h +26 五月 2020 | 00:52:43,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425MethodDeclarations.h +26 五月 2020 | 00:52:43,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291.h +26 五月 2020 | 00:52:43,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169.h +26 五月 2020 | 00:52:43,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627.h +26 五月 2020 | 00:52:43,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291MethodDeclarations.h +26 五月 2020 | 00:52:43,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169MethodDeclarations.h +26 五月 2020 | 00:52:43,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627MethodDeclarations.h +26 五月 2020 | 00:52:43,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469.h +26 五月 2020 | 00:52:43,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496.h +26 五月 2020 | 00:52:43,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469MethodDeclarations.h +26 五月 2020 | 00:52:43,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496MethodDeclarations.h +26 五月 2020 | 00:52:43,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027.h +26 五月 2020 | 00:52:43,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144.h +26 五月 2020 | 00:52:43,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027MethodDeclarations.h +26 五月 2020 | 00:52:43,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066.h +26 五月 2020 | 00:52:43,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144MethodDeclarations.h +26 五月 2020 | 00:52:43,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384.h +26 五月 2020 | 00:52:43,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066MethodDeclarations.h +26 五月 2020 | 00:52:43,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552.h +26 五月 2020 | 00:52:43,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384MethodDeclarations.h +26 五月 2020 | 00:52:43,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260.h +26 五月 2020 | 00:52:43,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552MethodDeclarations.h +26 五月 2020 | 00:52:43,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433.h +26 五月 2020 | 00:52:43,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184.h +26 五月 2020 | 00:52:43,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433MethodDeclarations.h +26 五月 2020 | 00:52:43,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113.h +26 五月 2020 | 00:52:43,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184MethodDeclarations.h +26 五月 2020 | 00:52:43,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260MethodDeclarations.h +26 五月 2020 | 00:52:43,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509.h +26 五月 2020 | 00:52:43,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113MethodDeclarations.h +26 五月 2020 | 00:52:43,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170.h +26 五月 2020 | 00:52:43,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509MethodDeclarations.h +26 五月 2020 | 00:52:43,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468.h +26 五月 2020 | 00:52:43,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170MethodDeclarations.h +26 五月 2020 | 00:52:43,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139.h +26 五月 2020 | 00:52:43,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963.h +26 五月 2020 | 00:52:43,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468MethodDeclarations.h +26 五月 2020 | 00:52:43,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139MethodDeclarations.h +26 五月 2020 | 00:52:43,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963MethodDeclarations.h +26 五月 2020 | 00:52:43,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005.h +26 五月 2020 | 00:52:43,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167.h +26 五月 2020 | 00:52:43,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034.h +26 五月 2020 | 00:52:43,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005MethodDeclarations.h +26 五月 2020 | 00:52:43,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034MethodDeclarations.h +26 五月 2020 | 00:52:43,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167MethodDeclarations.h +26 五月 2020 | 00:52:43,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603.h +26 五月 2020 | 00:52:43,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482.h +26 五月 2020 | 00:52:43,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842.h +26 五月 2020 | 00:52:43,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482MethodDeclarations.h +26 五月 2020 | 00:52:43,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603MethodDeclarations.h +26 五月 2020 | 00:52:43,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842MethodDeclarations.h +26 五月 2020 | 00:52:43,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348.h +26 五月 2020 | 00:52:43,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092.h +26 五月 2020 | 00:52:43,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348MethodDeclarations.h +26 五月 2020 | 00:52:43,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196.h +26 五月 2020 | 00:52:43,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196MethodDeclarations.h +26 五月 2020 | 00:52:43,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092MethodDeclarations.h +26 五月 2020 | 00:52:43,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075.h +26 五月 2020 | 00:52:43,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075MethodDeclarations.h +26 五月 2020 | 00:52:43,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337.h +26 五月 2020 | 00:52:43,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744.h +26 五月 2020 | 00:52:43,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744MethodDeclarations.h +26 五月 2020 | 00:52:43,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337MethodDeclarations.h +26 五月 2020 | 00:52:43,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920.h +26 五月 2020 | 00:52:43,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514.h +26 五月 2020 | 00:52:43,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606.h +26 五月 2020 | 00:52:43,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514MethodDeclarations.h +26 五月 2020 | 00:52:43,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920MethodDeclarations.h +26 五月 2020 | 00:52:43,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606MethodDeclarations.h +26 五月 2020 | 00:52:43,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338.h +26 五月 2020 | 00:52:43,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087.h +26 五月 2020 | 00:52:43,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206.h +26 五月 2020 | 00:52:43,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338MethodDeclarations.h +26 五月 2020 | 00:52:43,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087MethodDeclarations.h +26 五月 2020 | 00:52:43,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206MethodDeclarations.h +26 五月 2020 | 00:52:43,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984.h +26 五月 2020 | 00:52:43,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459.h +26 五月 2020 | 00:52:43,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459MethodDeclarations.h +26 五月 2020 | 00:52:43,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254.h +26 五月 2020 | 00:52:43,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984MethodDeclarations.h +26 五月 2020 | 00:52:43,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530.h +26 五月 2020 | 00:52:43,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330.h +26 五月 2020 | 00:52:43,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530MethodDeclarations.h +26 五月 2020 | 00:52:43,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254MethodDeclarations.h +26 五月 2020 | 00:52:43,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330MethodDeclarations.h +26 五月 2020 | 00:52:43,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247.h +26 五月 2020 | 00:52:43,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065.h +26 五月 2020 | 00:52:43,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127.h +26 五月 2020 | 00:52:43,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065MethodDeclarations.h +26 五月 2020 | 00:52:43,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247MethodDeclarations.h +26 五月 2020 | 00:52:43,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127MethodDeclarations.h +26 五月 2020 | 00:52:43,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691.h +26 五月 2020 | 00:52:43,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379.h +26 五月 2020 | 00:52:43,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653.h +26 五月 2020 | 00:52:43,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379MethodDeclarations.h +26 五月 2020 | 00:52:43,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691MethodDeclarations.h +26 五月 2020 | 00:52:43,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653MethodDeclarations.h +26 五月 2020 | 00:52:43,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089.h +26 五月 2020 | 00:52:43,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573.h +26 五月 2020 | 00:52:43,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392.h +26 五月 2020 | 00:52:43,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089MethodDeclarations.h +26 五月 2020 | 00:52:43,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573MethodDeclarations.h +26 五月 2020 | 00:52:43,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392MethodDeclarations.h +26 五月 2020 | 00:52:43,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820.h +26 五月 2020 | 00:52:43,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525.h +26 五月 2020 | 00:52:43,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268.h +26 五月 2020 | 00:52:43,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820MethodDeclarations.h +26 五月 2020 | 00:52:43,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525MethodDeclarations.h +26 五月 2020 | 00:52:43,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268MethodDeclarations.h +26 五月 2020 | 00:52:43,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031.h +26 五月 2020 | 00:52:43,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458.h +26 五月 2020 | 00:52:43,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538.h +26 五月 2020 | 00:52:43,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031MethodDeclarations.h +26 五月 2020 | 00:52:43,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458MethodDeclarations.h +26 五月 2020 | 00:52:43,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474.h +26 五月 2020 | 00:52:43,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474MethodDeclarations.h +26 五月 2020 | 00:52:43,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430.h +26 五月 2020 | 00:52:43,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669.h +26 五月 2020 | 00:52:43,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430MethodDeclarations.h +26 五月 2020 | 00:52:43,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669MethodDeclarations.h +26 五月 2020 | 00:52:43,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203.h +26 五月 2020 | 00:52:43,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203MethodDeclarations.h +26 五月 2020 | 00:52:43,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912.h +26 五月 2020 | 00:52:43,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538MethodDeclarations.h +26 五月 2020 | 00:52:43,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404.h +26 五月 2020 | 00:52:43,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912MethodDeclarations.h +26 五月 2020 | 00:52:43,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404MethodDeclarations.h +26 五月 2020 | 00:52:43,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961.h +26 五月 2020 | 00:52:43,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873.h +26 五月 2020 | 00:52:43,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961MethodDeclarations.h +26 五月 2020 | 00:52:43,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219.h +26 五月 2020 | 00:52:43,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169.h +26 五月 2020 | 00:52:43,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219MethodDeclarations.h +26 五月 2020 | 00:52:43,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169MethodDeclarations.h +26 五月 2020 | 00:52:43,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860.h +26 五月 2020 | 00:52:43,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496.h +26 五月 2020 | 00:52:43,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860MethodDeclarations.h +26 五月 2020 | 00:52:43,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496MethodDeclarations.h +26 五月 2020 | 00:52:43,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144.h +26 五月 2020 | 00:52:43,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873MethodDeclarations.h +26 五月 2020 | 00:52:43,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983.h +26 五月 2020 | 00:52:43,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983MethodDeclarations.h +26 五月 2020 | 00:52:43,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458.h +26 五月 2020 | 00:52:43,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342.h +26 五月 2020 | 00:52:43,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458MethodDeclarations.h +26 五月 2020 | 00:52:43,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342MethodDeclarations.h +26 五月 2020 | 00:52:43,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636.h +26 五月 2020 | 00:52:43,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959.h +26 五月 2020 | 00:52:43,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636MethodDeclarations.h +26 五月 2020 | 00:52:43,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144MethodDeclarations.h +26 五月 2020 | 00:52:43,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959MethodDeclarations.h +26 五月 2020 | 00:52:43,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780.h +26 五月 2020 | 00:52:43,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552.h +26 五月 2020 | 00:52:43,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780MethodDeclarations.h +26 五月 2020 | 00:52:43,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193.h +26 五月 2020 | 00:52:43,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193MethodDeclarations.h +26 五月 2020 | 00:52:43,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885.h +26 五月 2020 | 00:52:43,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552MethodDeclarations.h +26 五月 2020 | 00:52:43,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150.h +26 五月 2020 | 00:52:43,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885MethodDeclarations.h +26 五月 2020 | 00:52:43,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184.h +26 五月 2020 | 00:52:43,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150MethodDeclarations.h +26 五月 2020 | 00:52:43,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611.h +26 五月 2020 | 00:52:43,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184MethodDeclarations.h +26 五月 2020 | 00:52:43,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291.h +26 五月 2020 | 00:52:43,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509.h +26 五月 2020 | 00:52:43,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611MethodDeclarations.h +26 五月 2020 | 00:52:43,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291MethodDeclarations.h +26 五月 2020 | 00:52:43,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509MethodDeclarations.h +26 五月 2020 | 00:52:43,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149.h +26 五月 2020 | 00:52:43,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469.h +26 五月 2020 | 00:52:43,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139.h +26 五月 2020 | 00:52:43,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149MethodDeclarations.h +26 五月 2020 | 00:52:43,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469MethodDeclarations.h +26 五月 2020 | 00:52:43,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139MethodDeclarations.h +26 五月 2020 | 00:52:43,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027.h +26 五月 2020 | 00:52:43,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338.h +26 五月 2020 | 00:52:43,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338MethodDeclarations.h +26 五月 2020 | 00:52:43,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027MethodDeclarations.h +26 五月 2020 | 00:52:43,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066.h +26 五月 2020 | 00:52:43,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236.h +26 五月 2020 | 00:52:43,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236MethodDeclarations.h +26 五月 2020 | 00:52:43,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066MethodDeclarations.h +26 五月 2020 | 00:52:43,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167.h +26 五月 2020 | 00:52:43,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167MethodDeclarations.h +26 五月 2020 | 00:52:43,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260.h +26 五月 2020 | 00:52:43,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482.h +26 五月 2020 | 00:52:43,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260MethodDeclarations.h +26 五月 2020 | 00:52:43,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482MethodDeclarations.h +26 五月 2020 | 00:52:43,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170.h +26 五月 2020 | 00:52:43,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348.h +26 五月 2020 | 00:52:43,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650.h +26 五月 2020 | 00:52:43,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348MethodDeclarations.h +26 五月 2020 | 00:52:43,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650MethodDeclarations.h +26 五月 2020 | 00:52:43,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170MethodDeclarations.h +26 五月 2020 | 00:52:43,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075.h +26 五月 2020 | 00:52:43,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963.h +26 五月 2020 | 00:52:43,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075MethodDeclarations.h +26 五月 2020 | 00:52:43,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963MethodDeclarations.h +26 五月 2020 | 00:52:43,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034.h +26 五月 2020 | 00:52:43,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034MethodDeclarations.h +26 五月 2020 | 00:52:43,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920.h +26 五月 2020 | 00:52:43,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318.h +26 五月 2020 | 00:52:43,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842.h +26 五月 2020 | 00:52:43,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318MethodDeclarations.h +26 五月 2020 | 00:52:43,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920MethodDeclarations.h +26 五月 2020 | 00:52:43,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842MethodDeclarations.h +26 五月 2020 | 00:52:43,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391.h +26 五月 2020 | 00:52:43,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087.h +26 五月 2020 | 00:52:43,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196.h +26 五月 2020 | 00:52:43,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196MethodDeclarations.h +26 五月 2020 | 00:52:43,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391MethodDeclarations.h +26 五月 2020 | 00:52:43,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087MethodDeclarations.h +26 五月 2020 | 00:52:43,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975.h +26 五月 2020 | 00:52:43,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337.h +26 五月 2020 | 00:52:43,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975MethodDeclarations.h +26 五月 2020 | 00:52:43,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459.h +26 五月 2020 | 00:52:43,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459MethodDeclarations.h +26 五月 2020 | 00:52:43,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337MethodDeclarations.h +26 五月 2020 | 00:52:43,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530.h +26 五月 2020 | 00:52:43,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606.h +26 五月 2020 | 00:52:43,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530MethodDeclarations.h +26 五月 2020 | 00:52:43,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606MethodDeclarations.h +26 五月 2020 | 00:52:43,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674.h +26 五月 2020 | 00:52:43,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065.h +26 五月 2020 | 00:52:43,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674MethodDeclarations.h +26 五月 2020 | 00:52:43,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206.h +26 五月 2020 | 00:52:43,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065MethodDeclarations.h +26 五月 2020 | 00:52:43,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333.h +26 五月 2020 | 00:52:43,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206MethodDeclarations.h +26 五月 2020 | 00:52:43,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254.h +26 五月 2020 | 00:52:43,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333MethodDeclarations.h +26 五月 2020 | 00:52:43,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254MethodDeclarations.h +26 五月 2020 | 00:52:43,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379.h +26 五月 2020 | 00:52:43,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084.h +26 五月 2020 | 00:52:43,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379MethodDeclarations.h +26 五月 2020 | 00:52:43,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247.h +26 五月 2020 | 00:52:43,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084MethodDeclarations.h +26 五月 2020 | 00:52:43,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089.h +26 五月 2020 | 00:52:43,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247MethodDeclarations.h +26 五月 2020 | 00:52:43,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089MethodDeclarations.h +26 五月 2020 | 00:52:43,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691.h +26 五月 2020 | 00:52:43,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691MethodDeclarations.h +26 五月 2020 | 00:52:43,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820.h +26 五月 2020 | 00:52:43,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247.h +26 五月 2020 | 00:52:43,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573.h +26 五月 2020 | 00:52:43,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820MethodDeclarations.h +26 五月 2020 | 00:52:43,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247MethodDeclarations.h +26 五月 2020 | 00:52:43,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011.h +26 五月 2020 | 00:52:43,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011MethodDeclarations.h +26 五月 2020 | 00:52:43,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752.h +26 五月 2020 | 00:52:43,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458.h +26 五月 2020 | 00:52:43,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573MethodDeclarations.h +26 五月 2020 | 00:52:43,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458MethodDeclarations.h +26 五月 2020 | 00:52:43,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525.h +26 五月 2020 | 00:52:43,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525MethodDeclarations.h +26 五月 2020 | 00:52:43,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538.h +26 五月 2020 | 00:52:43,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752MethodDeclarations.h +26 五月 2020 | 00:52:43,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430.h +26 五月 2020 | 00:52:43,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555.h +26 五月 2020 | 00:52:43,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430MethodDeclarations.h +26 五月 2020 | 00:52:43,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555MethodDeclarations.h +26 五月 2020 | 00:52:43,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203.h +26 五月 2020 | 00:52:43,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203MethodDeclarations.h +26 五月 2020 | 00:52:43,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114.h +26 五月 2020 | 00:52:43,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404.h +26 五月 2020 | 00:52:43,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538MethodDeclarations.h +26 五月 2020 | 00:52:43,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114MethodDeclarations.h +26 五月 2020 | 00:52:43,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404MethodDeclarations.h +26 五月 2020 | 00:52:43,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567.h +26 五月 2020 | 00:52:43,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873.h +26 五月 2020 | 00:52:43,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567MethodDeclarations.h +26 五月 2020 | 00:52:43,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169.h +26 五月 2020 | 00:52:43,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873MethodDeclarations.h +26 五月 2020 | 00:52:43,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342.h +26 五月 2020 | 00:52:43,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169MethodDeclarations.h +26 五月 2020 | 00:52:43,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342MethodDeclarations.h +26 五月 2020 | 00:52:43,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458.h +26 五月 2020 | 00:52:43,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496.h +26 五月 2020 | 00:52:43,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191.h +26 五月 2020 | 00:52:43,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458MethodDeclarations.h +26 五月 2020 | 00:52:43,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191MethodDeclarations.h +26 五月 2020 | 00:52:43,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496MethodDeclarations.h +26 五月 2020 | 00:52:43,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636.h +26 五月 2020 | 00:52:43,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542.h +26 五月 2020 | 00:52:43,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144.h +26 五月 2020 | 00:52:43,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636MethodDeclarations.h +26 五月 2020 | 00:52:43,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542MethodDeclarations.h +26 五月 2020 | 00:52:43,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780.h +26 五月 2020 | 00:52:43,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780MethodDeclarations.h +26 五月 2020 | 00:52:43,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885.h +26 五月 2020 | 00:52:43,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885MethodDeclarations.h +26 五月 2020 | 00:52:43,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611.h +26 五月 2020 | 00:52:43,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611MethodDeclarations.h +26 五月 2020 | 00:52:43,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149.h +26 五月 2020 | 00:52:43,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107.h +26 五月 2020 | 00:52:43,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144MethodDeclarations.h +26 五月 2020 | 00:52:43,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149MethodDeclarations.h +26 五月 2020 | 00:52:43,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107MethodDeclarations.h +26 五月 2020 | 00:52:43,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552.h +26 五月 2020 | 00:52:43,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338.h +26 五月 2020 | 00:52:43,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552MethodDeclarations.h +26 五月 2020 | 00:52:43,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338MethodDeclarations.h +26 五月 2020 | 00:52:43,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184.h +26 五月 2020 | 00:52:43,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236.h +26 五月 2020 | 00:52:43,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184MethodDeclarations.h +26 五月 2020 | 00:52:43,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565.h +26 五月 2020 | 00:52:43,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236MethodDeclarations.h +26 五月 2020 | 00:52:43,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509.h +26 五月 2020 | 00:52:43,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509MethodDeclarations.h +26 五月 2020 | 00:52:43,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139.h +26 五月 2020 | 00:52:43,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139MethodDeclarations.h +26 五月 2020 | 00:52:43,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565MethodDeclarations.h +26 五月 2020 | 00:52:43,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167.h +26 五月 2020 | 00:52:43,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650.h +26 五月 2020 | 00:52:43,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438.h +26 五月 2020 | 00:52:43,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167MethodDeclarations.h +26 五月 2020 | 00:52:43,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438MethodDeclarations.h +26 五月 2020 | 00:52:43,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650MethodDeclarations.h +26 五月 2020 | 00:52:43,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482.h +26 五月 2020 | 00:52:43,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888.h +26 五月 2020 | 00:52:43,502 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482MethodDeclarations.h +26 五月 2020 | 00:52:43,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888MethodDeclarations.h +26 五月 2020 | 00:52:43,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348.h +26 五月 2020 | 00:52:43,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348MethodDeclarations.h +26 五月 2020 | 00:52:43,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318.h +26 五月 2020 | 00:52:43,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984.h +26 五月 2020 | 00:52:43,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075.h +26 五月 2020 | 00:52:43,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318MethodDeclarations.h +26 五月 2020 | 00:52:43,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984MethodDeclarations.h +26 五月 2020 | 00:52:43,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075MethodDeclarations.h +26 五月 2020 | 00:52:43,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391.h +26 五月 2020 | 00:52:43,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220.h +26 五月 2020 | 00:52:43,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391MethodDeclarations.h +26 五月 2020 | 00:52:43,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220MethodDeclarations.h +26 五月 2020 | 00:52:43,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975.h +26 五月 2020 | 00:52:43,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920.h +26 五月 2020 | 00:52:43,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975MethodDeclarations.h +26 五月 2020 | 00:52:43,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920MethodDeclarations.h +26 五月 2020 | 00:52:43,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674.h +26 五月 2020 | 00:52:43,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087.h +26 五月 2020 | 00:52:43,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674MethodDeclarations.h +26 五月 2020 | 00:52:43,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087MethodDeclarations.h +26 五月 2020 | 00:52:43,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333.h +26 五月 2020 | 00:52:43,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459.h +26 五月 2020 | 00:52:43,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366.h +26 五月 2020 | 00:52:43,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333MethodDeclarations.h +26 五月 2020 | 00:52:43,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459MethodDeclarations.h +26 五月 2020 | 00:52:43,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366MethodDeclarations.h +26 五月 2020 | 00:52:43,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084.h +26 五月 2020 | 00:52:43,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530.h +26 五月 2020 | 00:52:43,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504.h +26 五月 2020 | 00:52:43,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084MethodDeclarations.h +26 五月 2020 | 00:52:43,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530MethodDeclarations.h +26 五月 2020 | 00:52:43,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504MethodDeclarations.h +26 五月 2020 | 00:52:43,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065.h +26 五月 2020 | 00:52:43,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247.h +26 五月 2020 | 00:52:43,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265.h +26 五月 2020 | 00:52:43,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247MethodDeclarations.h +26 五月 2020 | 00:52:43,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265MethodDeclarations.h +26 五月 2020 | 00:52:43,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065MethodDeclarations.h +26 五月 2020 | 00:52:43,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310.h +26 五月 2020 | 00:52:43,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379.h +26 五月 2020 | 00:52:43,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310MethodDeclarations.h +26 五月 2020 | 00:52:43,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379MethodDeclarations.h +26 五月 2020 | 00:52:43,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211.h +26 五月 2020 | 00:52:43,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011.h +26 五月 2020 | 00:52:43,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089.h +26 五月 2020 | 00:52:43,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211MethodDeclarations.h +26 五月 2020 | 00:52:43,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011MethodDeclarations.h +26 五月 2020 | 00:52:43,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089MethodDeclarations.h +26 五月 2020 | 00:52:43,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559.h +26 五月 2020 | 00:52:43,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559MethodDeclarations.h +26 五月 2020 | 00:52:43,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415.h +26 五月 2020 | 00:52:43,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820.h +26 五月 2020 | 00:52:43,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415MethodDeclarations.h +26 五月 2020 | 00:52:43,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820MethodDeclarations.h +26 五月 2020 | 00:52:43,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752.h +26 五月 2020 | 00:52:43,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458.h +26 五月 2020 | 00:52:43,555 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458MethodDeclarations.h +26 五月 2020 | 00:52:43,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430.h +26 五月 2020 | 00:52:43,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430MethodDeclarations.h +26 五月 2020 | 00:52:43,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752MethodDeclarations.h +26 五月 2020 | 00:52:43,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054.h +26 五月 2020 | 00:52:43,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203.h +26 五月 2020 | 00:52:43,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203MethodDeclarations.h +26 五月 2020 | 00:52:43,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555.h +26 五月 2020 | 00:52:43,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404.h +26 五月 2020 | 00:52:43,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555MethodDeclarations.h +26 五月 2020 | 00:52:43,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404MethodDeclarations.h +26 五月 2020 | 00:52:43,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114.h +26 五月 2020 | 00:52:43,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873.h +26 五月 2020 | 00:52:43,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114MethodDeclarations.h +26 五月 2020 | 00:52:43,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054MethodDeclarations.h +26 五月 2020 | 00:52:43,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567.h +26 五月 2020 | 00:52:43,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498.h +26 五月 2020 | 00:52:43,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498MethodDeclarations.h +26 五月 2020 | 00:52:43,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567MethodDeclarations.h +26 五月 2020 | 00:52:43,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759.h +26 五月 2020 | 00:52:43,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342.h +26 五月 2020 | 00:52:43,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759MethodDeclarations.h +26 五月 2020 | 00:52:43,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342MethodDeclarations.h +26 五月 2020 | 00:52:43,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947.h +26 五月 2020 | 00:52:43,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191.h +26 五月 2020 | 00:52:43,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873MethodDeclarations.h +26 五月 2020 | 00:52:43,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191MethodDeclarations.h +26 五月 2020 | 00:52:43,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458.h +26 五月 2020 | 00:52:43,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542.h +26 五月 2020 | 00:52:43,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458MethodDeclarations.h +26 五月 2020 | 00:52:43,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542MethodDeclarations.h +26 五月 2020 | 00:52:43,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947MethodDeclarations.h +26 五月 2020 | 00:52:43,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636.h +26 五月 2020 | 00:52:43,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225.h +26 五月 2020 | 00:52:43,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636MethodDeclarations.h +26 五月 2020 | 00:52:43,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225MethodDeclarations.h +26 五月 2020 | 00:52:43,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780.h +26 五月 2020 | 00:52:43,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107.h +26 五月 2020 | 00:52:43,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663.h +26 五月 2020 | 00:52:43,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780MethodDeclarations.h +26 五月 2020 | 00:52:43,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663MethodDeclarations.h +26 五月 2020 | 00:52:43,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107MethodDeclarations.h +26 五月 2020 | 00:52:43,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885.h +26 五月 2020 | 00:52:43,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885MethodDeclarations.h +26 五月 2020 | 00:52:43,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611.h +26 五月 2020 | 00:52:43,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565.h +26 五月 2020 | 00:52:43,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682.h +26 五月 2020 | 00:52:43,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611MethodDeclarations.h +26 五月 2020 | 00:52:43,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149.h +26 五月 2020 | 00:52:43,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149MethodDeclarations.h +26 五月 2020 | 00:52:43,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338.h +26 五月 2020 | 00:52:43,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682MethodDeclarations.h +26 五月 2020 | 00:52:43,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338MethodDeclarations.h +26 五月 2020 | 00:52:43,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711.h +26 五月 2020 | 00:52:43,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236.h +26 五月 2020 | 00:52:43,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236MethodDeclarations.h +26 五月 2020 | 00:52:43,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565MethodDeclarations.h +26 五月 2020 | 00:52:43,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711MethodDeclarations.h +26 五月 2020 | 00:52:43,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438.h +26 五月 2020 | 00:52:43,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066.h +26 五月 2020 | 00:52:43,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438MethodDeclarations.h +26 五月 2020 | 00:52:43,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066MethodDeclarations.h +26 五月 2020 | 00:52:43,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650.h +26 五月 2020 | 00:52:43,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888.h +26 五月 2020 | 00:52:43,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122.h +26 五月 2020 | 00:52:43,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888MethodDeclarations.h +26 五月 2020 | 00:52:43,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650MethodDeclarations.h +26 五月 2020 | 00:52:43,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122MethodDeclarations.h +26 五月 2020 | 00:52:43,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318.h +26 五月 2020 | 00:52:43,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984.h +26 五月 2020 | 00:52:43,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359.h +26 五月 2020 | 00:52:43,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318MethodDeclarations.h +26 五月 2020 | 00:52:43,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984MethodDeclarations.h +26 五月 2020 | 00:52:43,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359MethodDeclarations.h +26 五月 2020 | 00:52:43,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391.h +26 五月 2020 | 00:52:43,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220.h +26 五月 2020 | 00:52:43,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551.h +26 五月 2020 | 00:52:43,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391MethodDeclarations.h +26 五月 2020 | 00:52:43,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220MethodDeclarations.h +26 五月 2020 | 00:52:43,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551MethodDeclarations.h +26 五月 2020 | 00:52:43,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975.h +26 五月 2020 | 00:52:43,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975MethodDeclarations.h +26 五月 2020 | 00:52:43,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249.h +26 五月 2020 | 00:52:43,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249MethodDeclarations.h +26 五月 2020 | 00:52:43,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674.h +26 五月 2020 | 00:52:43,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278.h +26 五月 2020 | 00:52:43,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674MethodDeclarations.h +26 五月 2020 | 00:52:43,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278MethodDeclarations.h +26 五月 2020 | 00:52:43,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333.h +26 五月 2020 | 00:52:43,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760.h +26 五月 2020 | 00:52:43,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333MethodDeclarations.h +26 五月 2020 | 00:52:43,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366.h +26 五月 2020 | 00:52:43,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760MethodDeclarations.h +26 五月 2020 | 00:52:43,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366MethodDeclarations.h +26 五月 2020 | 00:52:43,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084.h +26 五月 2020 | 00:52:43,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360.h +26 五月 2020 | 00:52:43,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084MethodDeclarations.h +26 五月 2020 | 00:52:43,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504.h +26 五月 2020 | 00:52:43,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360MethodDeclarations.h +26 五月 2020 | 00:52:43,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247.h +26 五月 2020 | 00:52:43,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504MethodDeclarations.h +26 五月 2020 | 00:52:43,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247MethodDeclarations.h +26 五月 2020 | 00:52:43,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011.h +26 五月 2020 | 00:52:43,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011MethodDeclarations.h +26 五月 2020 | 00:52:43,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414.h +26 五月 2020 | 00:52:43,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752.h +26 五月 2020 | 00:52:43,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265.h +26 五月 2020 | 00:52:43,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414MethodDeclarations.h +26 五月 2020 | 00:52:43,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265MethodDeclarations.h +26 五月 2020 | 00:52:43,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310.h +26 五月 2020 | 00:52:43,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310MethodDeclarations.h +26 五月 2020 | 00:52:43,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211.h +26 五月 2020 | 00:52:43,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211MethodDeclarations.h +26 五月 2020 | 00:52:43,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752MethodDeclarations.h +26 五月 2020 | 00:52:43,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902.h +26 五月 2020 | 00:52:43,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559.h +26 五月 2020 | 00:52:43,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555.h +26 五月 2020 | 00:52:43,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559MethodDeclarations.h +26 五月 2020 | 00:52:43,643 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555MethodDeclarations.h +26 五月 2020 | 00:52:43,645 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114.h +26 五月 2020 | 00:52:43,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114MethodDeclarations.h +26 五月 2020 | 00:52:43,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902MethodDeclarations.h +26 五月 2020 | 00:52:43,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415.h +26 五月 2020 | 00:52:43,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567.h +26 五月 2020 | 00:52:43,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415MethodDeclarations.h +26 五月 2020 | 00:52:43,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567MethodDeclarations.h +26 五月 2020 | 00:52:43,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546.h +26 五月 2020 | 00:52:43,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342.h +26 五月 2020 | 00:52:43,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054.h +26 五月 2020 | 00:52:43,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342MethodDeclarations.h +26 五月 2020 | 00:52:43,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546MethodDeclarations.h +26 五月 2020 | 00:52:43,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191.h +26 五月 2020 | 00:52:43,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191MethodDeclarations.h +26 五月 2020 | 00:52:43,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542.h +26 五月 2020 | 00:52:43,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054MethodDeclarations.h +26 五月 2020 | 00:52:43,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109.h +26 五月 2020 | 00:52:43,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542MethodDeclarations.h +26 五月 2020 | 00:52:43,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498.h +26 五月 2020 | 00:52:43,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498MethodDeclarations.h +26 五月 2020 | 00:52:43,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109MethodDeclarations.h +26 五月 2020 | 00:52:43,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759.h +26 五月 2020 | 00:52:43,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115.h +26 五月 2020 | 00:52:43,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115MethodDeclarations.h +26 五月 2020 | 00:52:43,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101.h +26 五月 2020 | 00:52:43,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101MethodDeclarations.h +26 五月 2020 | 00:52:43,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680.h +26 五月 2020 | 00:52:43,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680MethodDeclarations.h +26 五月 2020 | 00:52:43,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961.h +26 五月 2020 | 00:52:43,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759MethodDeclarations.h +26 五月 2020 | 00:52:43,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961MethodDeclarations.h +26 五月 2020 | 00:52:43,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107.h +26 五月 2020 | 00:52:43,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947.h +26 五月 2020 | 00:52:43,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890.h +26 五月 2020 | 00:52:43,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107MethodDeclarations.h +26 五月 2020 | 00:52:43,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890MethodDeclarations.h +26 五月 2020 | 00:52:43,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565.h +26 五月 2020 | 00:52:43,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430.h +26 五月 2020 | 00:52:43,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947MethodDeclarations.h +26 五月 2020 | 00:52:43,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430MethodDeclarations.h +26 五月 2020 | 00:52:43,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848.h +26 五月 2020 | 00:52:43,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848MethodDeclarations.h +26 五月 2020 | 00:52:43,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650.h +26 五月 2020 | 00:52:43,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650MethodDeclarations.h +26 五月 2020 | 00:52:43,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328.h +26 五月 2020 | 00:52:43,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328MethodDeclarations.h +26 五月 2020 | 00:52:43,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565MethodDeclarations.h +26 五月 2020 | 00:52:43,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225.h +26 五月 2020 | 00:52:43,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402.h +26 五月 2020 | 00:52:43,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438.h +26 五月 2020 | 00:52:43,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225MethodDeclarations.h +26 五月 2020 | 00:52:43,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438MethodDeclarations.h +26 五月 2020 | 00:52:43,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402MethodDeclarations.h +26 五月 2020 | 00:52:43,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663.h +26 五月 2020 | 00:52:43,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888.h +26 五月 2020 | 00:52:43,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663MethodDeclarations.h +26 五月 2020 | 00:52:43,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636.h +26 五月 2020 | 00:52:43,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888MethodDeclarations.h +26 五月 2020 | 00:52:43,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682.h +26 五月 2020 | 00:52:43,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636MethodDeclarations.h +26 五月 2020 | 00:52:43,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984.h +26 五月 2020 | 00:52:43,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682MethodDeclarations.h +26 五月 2020 | 00:52:43,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984MethodDeclarations.h +26 五月 2020 | 00:52:43,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447.h +26 五月 2020 | 00:52:43,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711.h +26 五月 2020 | 00:52:43,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220.h +26 五月 2020 | 00:52:43,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447MethodDeclarations.h +26 五月 2020 | 00:52:43,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711MethodDeclarations.h +26 五月 2020 | 00:52:43,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220MethodDeclarations.h +26 五月 2020 | 00:52:43,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301.h +26 五月 2020 | 00:52:43,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066.h +26 五月 2020 | 00:52:43,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301MethodDeclarations.h +26 五月 2020 | 00:52:43,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066MethodDeclarations.h +26 五月 2020 | 00:52:43,715 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737.h +26 五月 2020 | 00:52:43,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122.h +26 五月 2020 | 00:52:43,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737MethodDeclarations.h +26 五月 2020 | 00:52:43,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122MethodDeclarations.h +26 五月 2020 | 00:52:43,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715.h +26 五月 2020 | 00:52:43,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715MethodDeclarations.h +26 五月 2020 | 00:52:43,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595.h +26 五月 2020 | 00:52:43,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359.h +26 五月 2020 | 00:52:43,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366.h +26 五月 2020 | 00:52:43,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595MethodDeclarations.h +26 五月 2020 | 00:52:43,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366MethodDeclarations.h +26 五月 2020 | 00:52:43,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359MethodDeclarations.h +26 五月 2020 | 00:52:43,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578.h +26 五月 2020 | 00:52:43,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504.h +26 五月 2020 | 00:52:43,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551.h +26 五月 2020 | 00:52:43,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578MethodDeclarations.h +26 五月 2020 | 00:52:43,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504MethodDeclarations.h +26 五月 2020 | 00:52:43,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551MethodDeclarations.h +26 五月 2020 | 00:52:43,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380.h +26 五月 2020 | 00:52:43,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249.h +26 五月 2020 | 00:52:43,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265.h +26 五月 2020 | 00:52:43,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265MethodDeclarations.h +26 五月 2020 | 00:52:43,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249MethodDeclarations.h +26 五月 2020 | 00:52:43,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380MethodDeclarations.h +26 五月 2020 | 00:52:43,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310.h +26 五月 2020 | 00:52:43,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278.h +26 五月 2020 | 00:52:43,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813.h +26 五月 2020 | 00:52:43,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310MethodDeclarations.h +26 五月 2020 | 00:52:43,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278MethodDeclarations.h +26 五月 2020 | 00:52:43,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813MethodDeclarations.h +26 五月 2020 | 00:52:43,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211.h +26 五月 2020 | 00:52:43,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760.h +26 五月 2020 | 00:52:43,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211MethodDeclarations.h +26 五月 2020 | 00:52:43,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792.h +26 五月 2020 | 00:52:43,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760MethodDeclarations.h +26 五月 2020 | 00:52:43,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559.h +26 五月 2020 | 00:52:43,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792MethodDeclarations.h +26 五月 2020 | 00:52:43,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360.h +26 五月 2020 | 00:52:43,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559MethodDeclarations.h +26 五月 2020 | 00:52:43,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146.h +26 五月 2020 | 00:52:43,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360MethodDeclarations.h +26 五月 2020 | 00:52:43,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146MethodDeclarations.h +26 五月 2020 | 00:52:43,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415.h +26 五月 2020 | 00:52:43,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414.h +26 五月 2020 | 00:52:43,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501.h +26 五月 2020 | 00:52:43,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415MethodDeclarations.h +26 五月 2020 | 00:52:43,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414MethodDeclarations.h +26 五月 2020 | 00:52:43,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501MethodDeclarations.h +26 五月 2020 | 00:52:43,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054.h +26 五月 2020 | 00:52:43,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902.h +26 五月 2020 | 00:52:43,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860.h +26 五月 2020 | 00:52:43,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054MethodDeclarations.h +26 五月 2020 | 00:52:43,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860MethodDeclarations.h +26 五月 2020 | 00:52:43,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902MethodDeclarations.h +26 五月 2020 | 00:52:43,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498.h +26 五月 2020 | 00:52:43,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753.h +26 五月 2020 | 00:52:43,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546.h +26 五月 2020 | 00:52:43,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498MethodDeclarations.h +26 五月 2020 | 00:52:43,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753MethodDeclarations.h +26 五月 2020 | 00:52:43,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546MethodDeclarations.h +26 五月 2020 | 00:52:43,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759.h +26 五月 2020 | 00:52:43,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333.h +26 五月 2020 | 00:52:43,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109.h +26 五月 2020 | 00:52:43,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759MethodDeclarations.h +26 五月 2020 | 00:52:43,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333MethodDeclarations.h +26 五月 2020 | 00:52:43,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109MethodDeclarations.h +26 五月 2020 | 00:52:43,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947.h +26 五月 2020 | 00:52:43,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115.h +26 五月 2020 | 00:52:43,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709.h +26 五月 2020 | 00:52:43,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947MethodDeclarations.h +26 五月 2020 | 00:52:43,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709MethodDeclarations.h +26 五月 2020 | 00:52:43,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115MethodDeclarations.h +26 五月 2020 | 00:52:43,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225.h +26 五月 2020 | 00:52:43,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225MethodDeclarations.h +26 五月 2020 | 00:52:43,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101.h +26 五月 2020 | 00:52:43,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108.h +26 五月 2020 | 00:52:43,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663.h +26 五月 2020 | 00:52:43,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101MethodDeclarations.h +26 五月 2020 | 00:52:43,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108MethodDeclarations.h +26 五月 2020 | 00:52:43,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663MethodDeclarations.h +26 五月 2020 | 00:52:43,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680.h +26 五月 2020 | 00:52:43,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990.h +26 五月 2020 | 00:52:43,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682.h +26 五月 2020 | 00:52:43,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680MethodDeclarations.h +26 五月 2020 | 00:52:43,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990MethodDeclarations.h +26 五月 2020 | 00:52:43,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682MethodDeclarations.h +26 五月 2020 | 00:52:43,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961.h +26 五月 2020 | 00:52:43,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831.h +26 五月 2020 | 00:52:43,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961MethodDeclarations.h +26 五月 2020 | 00:52:43,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711.h +26 五月 2020 | 00:52:43,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831MethodDeclarations.h +26 五月 2020 | 00:52:43,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890.h +26 五月 2020 | 00:52:43,845 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711MethodDeclarations.h +26 五月 2020 | 00:52:43,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998.h +26 五月 2020 | 00:52:43,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890MethodDeclarations.h +26 五月 2020 | 00:52:43,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066.h +26 五月 2020 | 00:52:43,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430.h +26 五月 2020 | 00:52:43,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998MethodDeclarations.h +26 五月 2020 | 00:52:43,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066MethodDeclarations.h +26 五月 2020 | 00:52:43,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998.h +26 五月 2020 | 00:52:43,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430MethodDeclarations.h +26 五月 2020 | 00:52:43,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122.h +26 五月 2020 | 00:52:43,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848.h +26 五月 2020 | 00:52:43,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998MethodDeclarations.h +26 五月 2020 | 00:52:43,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122MethodDeclarations.h +26 五月 2020 | 00:52:43,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848MethodDeclarations.h +26 五月 2020 | 00:52:43,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825.h +26 五月 2020 | 00:52:43,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359.h +26 五月 2020 | 00:52:43,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650.h +26 五月 2020 | 00:52:43,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359MethodDeclarations.h +26 五月 2020 | 00:52:43,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825MethodDeclarations.h +26 五月 2020 | 00:52:43,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650MethodDeclarations.h +26 五月 2020 | 00:52:43,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551.h +26 五月 2020 | 00:52:43,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365.h +26 五月 2020 | 00:52:43,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551MethodDeclarations.h +26 五月 2020 | 00:52:43,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328.h +26 五月 2020 | 00:52:43,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365MethodDeclarations.h +26 五月 2020 | 00:52:43,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249.h +26 五月 2020 | 00:52:43,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328MethodDeclarations.h +26 五月 2020 | 00:52:43,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115.h +26 五月 2020 | 00:52:43,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249MethodDeclarations.h +26 五月 2020 | 00:52:43,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402.h +26 五月 2020 | 00:52:43,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115MethodDeclarations.h +26 五月 2020 | 00:52:43,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278.h +26 五月 2020 | 00:52:43,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278MethodDeclarations.h +26 五月 2020 | 00:52:43,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402MethodDeclarations.h +26 五月 2020 | 00:52:43,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916.h +26 五月 2020 | 00:52:43,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760.h +26 五月 2020 | 00:52:43,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636.h +26 五月 2020 | 00:52:43,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916MethodDeclarations.h +26 五月 2020 | 00:52:43,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760MethodDeclarations.h +26 五月 2020 | 00:52:43,864 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636MethodDeclarations.h +26 五月 2020 | 00:52:43,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000.h +26 五月 2020 | 00:52:43,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360.h +26 五月 2020 | 00:52:43,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447.h +26 五月 2020 | 00:52:43,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000MethodDeclarations.h +26 五月 2020 | 00:52:43,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360MethodDeclarations.h +26 五月 2020 | 00:52:43,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447MethodDeclarations.h +26 五月 2020 | 00:52:43,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710.h +26 五月 2020 | 00:52:43,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414.h +26 五月 2020 | 00:52:43,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301.h +26 五月 2020 | 00:52:43,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710MethodDeclarations.h +26 五月 2020 | 00:52:43,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414MethodDeclarations.h +26 五月 2020 | 00:52:43,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301MethodDeclarations.h +26 五月 2020 | 00:52:43,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028.h +26 五月 2020 | 00:52:43,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902.h +26 五月 2020 | 00:52:43,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737.h +26 五月 2020 | 00:52:43,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028MethodDeclarations.h +26 五月 2020 | 00:52:43,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902MethodDeclarations.h +26 五月 2020 | 00:52:43,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737MethodDeclarations.h +26 五月 2020 | 00:52:43,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639.h +26 五月 2020 | 00:52:43,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546.h +26 五月 2020 | 00:52:43,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715.h +26 五月 2020 | 00:52:43,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639MethodDeclarations.h +26 五月 2020 | 00:52:43,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546MethodDeclarations.h +26 五月 2020 | 00:52:43,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715MethodDeclarations.h +26 五月 2020 | 00:52:43,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869.h +26 五月 2020 | 00:52:43,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109.h +26 五月 2020 | 00:52:43,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595.h +26 五月 2020 | 00:52:43,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869MethodDeclarations.h +26 五月 2020 | 00:52:43,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109MethodDeclarations.h +26 五月 2020 | 00:52:43,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469.h +26 五月 2020 | 00:52:43,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115.h +26 五月 2020 | 00:52:43,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469MethodDeclarations.h +26 五月 2020 | 00:52:43,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115MethodDeclarations.h +26 五月 2020 | 00:52:43,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377.h +26 五月 2020 | 00:52:43,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595MethodDeclarations.h +26 五月 2020 | 00:52:43,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101.h +26 五月 2020 | 00:52:43,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377MethodDeclarations.h +26 五月 2020 | 00:52:43,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578.h +26 五月 2020 | 00:52:43,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101MethodDeclarations.h +26 五月 2020 | 00:52:43,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202.h +26 五月 2020 | 00:52:43,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202MethodDeclarations.h +26 五月 2020 | 00:52:43,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578MethodDeclarations.h +26 五月 2020 | 00:52:43,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680.h +26 五月 2020 | 00:52:43,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106.h +26 五月 2020 | 00:52:43,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380.h +26 五月 2020 | 00:52:43,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680MethodDeclarations.h +26 五月 2020 | 00:52:43,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106MethodDeclarations.h +26 五月 2020 | 00:52:43,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961.h +26 五月 2020 | 00:52:43,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380MethodDeclarations.h +26 五月 2020 | 00:52:43,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043.h +26 五月 2020 | 00:52:43,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813.h +26 五月 2020 | 00:52:43,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961MethodDeclarations.h +26 五月 2020 | 00:52:43,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043MethodDeclarations.h +26 五月 2020 | 00:52:43,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890.h +26 五月 2020 | 00:52:43,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813MethodDeclarations.h +26 五月 2020 | 00:52:43,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890MethodDeclarations.h +26 五月 2020 | 00:52:43,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188.h +26 五月 2020 | 00:52:43,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792.h +26 五月 2020 | 00:52:43,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430.h +26 五月 2020 | 00:52:43,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188MethodDeclarations.h +26 五月 2020 | 00:52:43,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792MethodDeclarations.h +26 五月 2020 | 00:52:43,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430MethodDeclarations.h +26 五月 2020 | 00:52:43,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774.h +26 五月 2020 | 00:52:43,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146.h +26 五月 2020 | 00:52:43,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848.h +26 五月 2020 | 00:52:43,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774MethodDeclarations.h +26 五月 2020 | 00:52:43,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146MethodDeclarations.h +26 五月 2020 | 00:52:43,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848MethodDeclarations.h +26 五月 2020 | 00:52:43,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451.h +26 五月 2020 | 00:52:43,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650.h +26 五月 2020 | 00:52:43,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451MethodDeclarations.h +26 五月 2020 | 00:52:43,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650MethodDeclarations.h +26 五月 2020 | 00:52:43,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501.h +26 五月 2020 | 00:52:43,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247.h +26 五月 2020 | 00:52:43,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501MethodDeclarations.h +26 五月 2020 | 00:52:43,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247MethodDeclarations.h +26 五月 2020 | 00:52:43,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860.h +26 五月 2020 | 00:52:43,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997.h +26 五月 2020 | 00:52:43,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328.h +26 五月 2020 | 00:52:43,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997MethodDeclarations.h +26 五月 2020 | 00:52:43,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860MethodDeclarations.h +26 五月 2020 | 00:52:43,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328MethodDeclarations.h +26 五月 2020 | 00:52:43,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555.h +26 五月 2020 | 00:52:43,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753.h +26 五月 2020 | 00:52:43,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402.h +26 五月 2020 | 00:52:43,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555MethodDeclarations.h +26 五月 2020 | 00:52:43,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753MethodDeclarations.h +26 五月 2020 | 00:52:43,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402MethodDeclarations.h +26 五月 2020 | 00:52:43,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333.h +26 五月 2020 | 00:52:43,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636.h +26 五月 2020 | 00:52:43,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333MethodDeclarations.h +26 五月 2020 | 00:52:43,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636MethodDeclarations.h +26 五月 2020 | 00:52:43,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709.h +26 五月 2020 | 00:52:43,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131.h +26 五月 2020 | 00:52:43,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447.h +26 五月 2020 | 00:52:43,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709MethodDeclarations.h +26 五月 2020 | 00:52:43,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131MethodDeclarations.h +26 五月 2020 | 00:52:43,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447MethodDeclarations.h +26 五月 2020 | 00:52:43,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420.h +26 五月 2020 | 00:52:43,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108.h +26 五月 2020 | 00:52:43,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301.h +26 五月 2020 | 00:52:43,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420MethodDeclarations.h +26 五月 2020 | 00:52:43,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108MethodDeclarations.h +26 五月 2020 | 00:52:43,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301MethodDeclarations.h +26 五月 2020 | 00:52:43,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009.h +26 五月 2020 | 00:52:43,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737.h +26 五月 2020 | 00:52:43,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990.h +26 五月 2020 | 00:52:43,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009MethodDeclarations.h +26 五月 2020 | 00:52:43,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737MethodDeclarations.h +26 五月 2020 | 00:52:43,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990MethodDeclarations.h +26 五月 2020 | 00:52:43,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281.h +26 五月 2020 | 00:52:43,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715.h +26 五月 2020 | 00:52:43,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831.h +26 五月 2020 | 00:52:43,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281MethodDeclarations.h +26 五月 2020 | 00:52:43,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715MethodDeclarations.h +26 五月 2020 | 00:52:43,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831MethodDeclarations.h +26 五月 2020 | 00:52:43,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787.h +26 五月 2020 | 00:52:43,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595.h +26 五月 2020 | 00:52:43,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998.h +26 五月 2020 | 00:52:43,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787MethodDeclarations.h +26 五月 2020 | 00:52:43,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595MethodDeclarations.h +26 五月 2020 | 00:52:43,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998MethodDeclarations.h +26 五月 2020 | 00:52:43,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146.h +26 五月 2020 | 00:52:43,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998.h +26 五月 2020 | 00:52:43,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578.h +26 五月 2020 | 00:52:43,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146MethodDeclarations.h +26 五月 2020 | 00:52:43,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998MethodDeclarations.h +26 五月 2020 | 00:52:43,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578MethodDeclarations.h +26 五月 2020 | 00:52:43,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581.h +26 五月 2020 | 00:52:43,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825.h +26 五月 2020 | 00:52:43,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380.h +26 五月 2020 | 00:52:43,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581MethodDeclarations.h +26 五月 2020 | 00:52:43,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380MethodDeclarations.h +26 五月 2020 | 00:52:43,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825MethodDeclarations.h +26 五月 2020 | 00:52:43,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475.h +26 五月 2020 | 00:52:43,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813.h +26 五月 2020 | 00:52:43,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365.h +26 五月 2020 | 00:52:43,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475MethodDeclarations.h +26 五月 2020 | 00:52:43,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813MethodDeclarations.h +26 五月 2020 | 00:52:43,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365MethodDeclarations.h +26 五月 2020 | 00:52:43,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830.h +26 五月 2020 | 00:52:43,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792.h +26 五月 2020 | 00:52:43,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115.h +26 五月 2020 | 00:52:43,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830MethodDeclarations.h +26 五月 2020 | 00:52:43,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792MethodDeclarations.h +26 五月 2020 | 00:52:43,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115MethodDeclarations.h +26 五月 2020 | 00:52:43,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126.h +26 五月 2020 | 00:52:43,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146.h +26 五月 2020 | 00:52:43,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916.h +26 五月 2020 | 00:52:43,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126MethodDeclarations.h +26 五月 2020 | 00:52:43,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146MethodDeclarations.h +26 五月 2020 | 00:52:43,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916MethodDeclarations.h +26 五月 2020 | 00:52:43,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683.h +26 五月 2020 | 00:52:43,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501.h +26 五月 2020 | 00:52:43,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000.h +26 五月 2020 | 00:52:43,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683MethodDeclarations.h +26 五月 2020 | 00:52:43,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501MethodDeclarations.h +26 五月 2020 | 00:52:43,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000MethodDeclarations.h +26 五月 2020 | 00:52:43,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905.h +26 五月 2020 | 00:52:43,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860.h +26 五月 2020 | 00:52:43,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710.h +26 五月 2020 | 00:52:43,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905MethodDeclarations.h +26 五月 2020 | 00:52:43,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860MethodDeclarations.h +26 五月 2020 | 00:52:43,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710MethodDeclarations.h +26 五月 2020 | 00:52:43,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306.h +26 五月 2020 | 00:52:43,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753.h +26 五月 2020 | 00:52:43,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028.h +26 五月 2020 | 00:52:43,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306MethodDeclarations.h +26 五月 2020 | 00:52:43,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753MethodDeclarations.h +26 五月 2020 | 00:52:43,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028MethodDeclarations.h +26 五月 2020 | 00:52:43,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100.h +26 五月 2020 | 00:52:43,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333.h +26 五月 2020 | 00:52:43,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639.h +26 五月 2020 | 00:52:43,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100MethodDeclarations.h +26 五月 2020 | 00:52:43,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333MethodDeclarations.h +26 五月 2020 | 00:52:43,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639MethodDeclarations.h +26 五月 2020 | 00:52:43,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869.h +26 五月 2020 | 00:52:43,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709.h +26 五月 2020 | 00:52:43,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869MethodDeclarations.h +26 五月 2020 | 00:52:43,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709MethodDeclarations.h +26 五月 2020 | 00:52:43,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469.h +26 五月 2020 | 00:52:43,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438.h +26 五月 2020 | 00:52:43,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108.h +26 五月 2020 | 00:52:43,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469MethodDeclarations.h +26 五月 2020 | 00:52:43,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438MethodDeclarations.h +26 五月 2020 | 00:52:43,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108MethodDeclarations.h +26 五月 2020 | 00:52:43,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377.h +26 五月 2020 | 00:52:43,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933.h +26 五月 2020 | 00:52:43,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990.h +26 五月 2020 | 00:52:43,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377MethodDeclarations.h +26 五月 2020 | 00:52:43,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933MethodDeclarations.h +26 五月 2020 | 00:52:43,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990MethodDeclarations.h +26 五月 2020 | 00:52:43,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202.h +26 五月 2020 | 00:52:43,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685.h +26 五月 2020 | 00:52:43,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202MethodDeclarations.h +26 五月 2020 | 00:52:43,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831.h +26 五月 2020 | 00:52:43,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106.h +26 五月 2020 | 00:52:43,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685MethodDeclarations.h +26 五月 2020 | 00:52:43,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831MethodDeclarations.h +26 五月 2020 | 00:52:43,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106MethodDeclarations.h +26 五月 2020 | 00:52:43,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676.h +26 五月 2020 | 00:52:43,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998.h +26 五月 2020 | 00:52:43,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043.h +26 五月 2020 | 00:52:43,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676MethodDeclarations.h +26 五月 2020 | 00:52:43,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043MethodDeclarations.h +26 五月 2020 | 00:52:43,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998MethodDeclarations.h +26 五月 2020 | 00:52:43,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514.h +26 五月 2020 | 00:52:43,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188.h +26 五月 2020 | 00:52:43,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998.h +26 五月 2020 | 00:52:43,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514MethodDeclarations.h +26 五月 2020 | 00:52:43,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998MethodDeclarations.h +26 五月 2020 | 00:52:43,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188MethodDeclarations.h +26 五月 2020 | 00:52:43,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085.h +26 五月 2020 | 00:52:43,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825.h +26 五月 2020 | 00:52:43,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774.h +26 五月 2020 | 00:52:43,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085MethodDeclarations.h +26 五月 2020 | 00:52:43,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825MethodDeclarations.h +26 五月 2020 | 00:52:44,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488.h +26 五月 2020 | 00:52:44,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365.h +26 五月 2020 | 00:52:44,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774MethodDeclarations.h +26 五月 2020 | 00:52:44,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365MethodDeclarations.h +26 五月 2020 | 00:52:44,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488MethodDeclarations.h +26 五月 2020 | 00:52:44,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451.h +26 五月 2020 | 00:52:44,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115.h +26 五月 2020 | 00:52:44,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487.h +26 五月 2020 | 00:52:44,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451MethodDeclarations.h +26 五月 2020 | 00:52:44,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115MethodDeclarations.h +26 五月 2020 | 00:52:44,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487MethodDeclarations.h +26 五月 2020 | 00:52:44,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247.h +26 五月 2020 | 00:52:44,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916.h +26 五月 2020 | 00:52:44,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247MethodDeclarations.h +26 五月 2020 | 00:52:44,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430.h +26 五月 2020 | 00:52:44,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916MethodDeclarations.h +26 五月 2020 | 00:52:44,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430MethodDeclarations.h +26 五月 2020 | 00:52:44,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997.h +26 五月 2020 | 00:52:44,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000.h +26 五月 2020 | 00:52:44,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346.h +26 五月 2020 | 00:52:44,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997MethodDeclarations.h +26 五月 2020 | 00:52:44,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000MethodDeclarations.h +26 五月 2020 | 00:52:44,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346MethodDeclarations.h +26 五月 2020 | 00:52:44,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710.h +26 五月 2020 | 00:52:44,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555.h +26 五月 2020 | 00:52:44,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710MethodDeclarations.h +26 五月 2020 | 00:52:44,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897.h +26 五月 2020 | 00:52:44,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555MethodDeclarations.h +26 五月 2020 | 00:52:44,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897MethodDeclarations.h +26 五月 2020 | 00:52:44,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028.h +26 五月 2020 | 00:52:44,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131.h +26 五月 2020 | 00:52:44,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972.h +26 五月 2020 | 00:52:44,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972MethodDeclarations.h +26 五月 2020 | 00:52:44,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028MethodDeclarations.h +26 五月 2020 | 00:52:44,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131MethodDeclarations.h +26 五月 2020 | 00:52:44,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651.h +26 五月 2020 | 00:52:44,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639.h +26 五月 2020 | 00:52:44,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420.h +26 五月 2020 | 00:52:44,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639MethodDeclarations.h +26 五月 2020 | 00:52:44,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420MethodDeclarations.h +26 五月 2020 | 00:52:44,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651MethodDeclarations.h +26 五月 2020 | 00:52:44,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869.h +26 五月 2020 | 00:52:44,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009.h +26 五月 2020 | 00:52:44,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560.h +26 五月 2020 | 00:52:44,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869MethodDeclarations.h +26 五月 2020 | 00:52:44,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009MethodDeclarations.h +26 五月 2020 | 00:52:44,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560MethodDeclarations.h +26 五月 2020 | 00:52:44,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469.h +26 五月 2020 | 00:52:44,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281.h +26 五月 2020 | 00:52:44,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469MethodDeclarations.h +26 五月 2020 | 00:52:44,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837.h +26 五月 2020 | 00:52:44,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281MethodDeclarations.h +26 五月 2020 | 00:52:44,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837MethodDeclarations.h +26 五月 2020 | 00:52:44,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377.h +26 五月 2020 | 00:52:44,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787.h +26 五月 2020 | 00:52:44,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377MethodDeclarations.h +26 五月 2020 | 00:52:44,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977.h +26 五月 2020 | 00:52:44,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202.h +26 五月 2020 | 00:52:44,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787MethodDeclarations.h +26 五月 2020 | 00:52:44,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977MethodDeclarations.h +26 五月 2020 | 00:52:44,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202MethodDeclarations.h +26 五月 2020 | 00:52:44,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146.h +26 五月 2020 | 00:52:44,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321.h +26 五月 2020 | 00:52:44,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106.h +26 五月 2020 | 00:52:44,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146MethodDeclarations.h +26 五月 2020 | 00:52:44,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321MethodDeclarations.h +26 五月 2020 | 00:52:44,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106MethodDeclarations.h +26 五月 2020 | 00:52:44,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581.h +26 五月 2020 | 00:52:44,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043.h +26 五月 2020 | 00:52:44,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076.h +26 五月 2020 | 00:52:44,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581MethodDeclarations.h +26 五月 2020 | 00:52:44,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043MethodDeclarations.h +26 五月 2020 | 00:52:44,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076MethodDeclarations.h +26 五月 2020 | 00:52:44,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475.h +26 五月 2020 | 00:52:44,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188.h +26 五月 2020 | 00:52:44,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475MethodDeclarations.h +26 五月 2020 | 00:52:44,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255.h +26 五月 2020 | 00:52:44,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188MethodDeclarations.h +26 五月 2020 | 00:52:44,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830.h +26 五月 2020 | 00:52:44,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774.h +26 五月 2020 | 00:52:44,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830MethodDeclarations.h +26 五月 2020 | 00:52:44,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774MethodDeclarations.h +26 五月 2020 | 00:52:44,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126.h +26 五月 2020 | 00:52:44,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451.h +26 五月 2020 | 00:52:44,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126MethodDeclarations.h +26 五月 2020 | 00:52:44,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451MethodDeclarations.h +26 五月 2020 | 00:52:44,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247.h +26 五月 2020 | 00:52:44,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247MethodDeclarations.h +26 五月 2020 | 00:52:44,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997.h +26 五月 2020 | 00:52:44,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997MethodDeclarations.h +26 五月 2020 | 00:52:44,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555.h +26 五月 2020 | 00:52:44,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555MethodDeclarations.h +26 五月 2020 | 00:52:44,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683.h +26 五月 2020 | 00:52:44,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131.h +26 五月 2020 | 00:52:44,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255MethodDeclarations.h +26 五月 2020 | 00:52:44,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225.h +26 五月 2020 | 00:52:44,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131MethodDeclarations.h +26 五月 2020 | 00:52:44,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683MethodDeclarations.h +26 五月 2020 | 00:52:44,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225MethodDeclarations.h +26 五月 2020 | 00:52:44,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420.h +26 五月 2020 | 00:52:44,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905.h +26 五月 2020 | 00:52:44,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420MethodDeclarations.h +26 五月 2020 | 00:52:44,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052.h +26 五月 2020 | 00:52:44,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905MethodDeclarations.h +26 五月 2020 | 00:52:44,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052MethodDeclarations.h +26 五月 2020 | 00:52:44,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306.h +26 五月 2020 | 00:52:44,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009.h +26 五月 2020 | 00:52:44,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506.h +26 五月 2020 | 00:52:44,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306MethodDeclarations.h +26 五月 2020 | 00:52:44,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009MethodDeclarations.h +26 五月 2020 | 00:52:44,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506MethodDeclarations.h +26 五月 2020 | 00:52:44,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100.h +26 五月 2020 | 00:52:44,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281.h +26 五月 2020 | 00:52:44,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562.h +26 五月 2020 | 00:52:44,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100MethodDeclarations.h +26 五月 2020 | 00:52:44,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281MethodDeclarations.h +26 五月 2020 | 00:52:44,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562MethodDeclarations.h +26 五月 2020 | 00:52:44,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438.h +26 五月 2020 | 00:52:44,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787.h +26 五月 2020 | 00:52:44,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170.h +26 五月 2020 | 00:52:44,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438MethodDeclarations.h +26 五月 2020 | 00:52:44,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170MethodDeclarations.h +26 五月 2020 | 00:52:44,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787MethodDeclarations.h +26 五月 2020 | 00:52:44,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933.h +26 五月 2020 | 00:52:44,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581.h +26 五月 2020 | 00:52:44,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146.h +26 五月 2020 | 00:52:44,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581MethodDeclarations.h +26 五月 2020 | 00:52:44,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933MethodDeclarations.h +26 五月 2020 | 00:52:44,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146MethodDeclarations.h +26 五月 2020 | 00:52:44,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956.h +26 五月 2020 | 00:52:44,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685.h +26 五月 2020 | 00:52:44,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581.h +26 五月 2020 | 00:52:44,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956MethodDeclarations.h +26 五月 2020 | 00:52:44,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685MethodDeclarations.h +26 五月 2020 | 00:52:44,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581MethodDeclarations.h +26 五月 2020 | 00:52:44,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600.h +26 五月 2020 | 00:52:44,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676.h +26 五月 2020 | 00:52:44,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475.h +26 五月 2020 | 00:52:44,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676MethodDeclarations.h +26 五月 2020 | 00:52:44,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600MethodDeclarations.h +26 五月 2020 | 00:52:44,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475MethodDeclarations.h +26 五月 2020 | 00:52:44,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996.h +26 五月 2020 | 00:52:44,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514.h +26 五月 2020 | 00:52:44,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830.h +26 五月 2020 | 00:52:44,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996MethodDeclarations.h +26 五月 2020 | 00:52:44,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514MethodDeclarations.h +26 五月 2020 | 00:52:44,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830MethodDeclarations.h +26 五月 2020 | 00:52:44,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295.h +26 五月 2020 | 00:52:44,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085.h +26 五月 2020 | 00:52:44,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295MethodDeclarations.h +26 五月 2020 | 00:52:44,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126.h +26 五月 2020 | 00:52:44,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085MethodDeclarations.h +26 五月 2020 | 00:52:44,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179.h +26 五月 2020 | 00:52:44,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126MethodDeclarations.h +26 五月 2020 | 00:52:44,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179MethodDeclarations.h +26 五月 2020 | 00:52:44,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488.h +26 五月 2020 | 00:52:44,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683.h +26 五月 2020 | 00:52:44,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488MethodDeclarations.h +26 五月 2020 | 00:52:44,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214.h +26 五月 2020 | 00:52:44,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683MethodDeclarations.h +26 五月 2020 | 00:52:44,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487.h +26 五月 2020 | 00:52:44,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905.h +26 五月 2020 | 00:52:44,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487MethodDeclarations.h +26 五月 2020 | 00:52:44,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214MethodDeclarations.h +26 五月 2020 | 00:52:44,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905MethodDeclarations.h +26 五月 2020 | 00:52:44,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612.h +26 五月 2020 | 00:52:44,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430.h +26 五月 2020 | 00:52:44,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306.h +26 五月 2020 | 00:52:44,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612MethodDeclarations.h +26 五月 2020 | 00:52:44,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430MethodDeclarations.h +26 五月 2020 | 00:52:44,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306MethodDeclarations.h +26 五月 2020 | 00:52:44,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226.h +26 五月 2020 | 00:52:44,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346.h +26 五月 2020 | 00:52:44,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100.h +26 五月 2020 | 00:52:44,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346MethodDeclarations.h +26 五月 2020 | 00:52:44,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226MethodDeclarations.h +26 五月 2020 | 00:52:44,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100MethodDeclarations.h +26 五月 2020 | 00:52:44,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105.h +26 五月 2020 | 00:52:44,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897.h +26 五月 2020 | 00:52:44,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438.h +26 五月 2020 | 00:52:44,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105MethodDeclarations.h +26 五月 2020 | 00:52:44,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897MethodDeclarations.h +26 五月 2020 | 00:52:44,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355.h +26 五月 2020 | 00:52:44,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438MethodDeclarations.h +26 五月 2020 | 00:52:44,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972.h +26 五月 2020 | 00:52:44,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355MethodDeclarations.h +26 五月 2020 | 00:52:44,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933.h +26 五月 2020 | 00:52:44,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972MethodDeclarations.h +26 五月 2020 | 00:52:44,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412.h +26 五月 2020 | 00:52:44,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933MethodDeclarations.h +26 五月 2020 | 00:52:44,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651.h +26 五月 2020 | 00:52:44,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685.h +26 五月 2020 | 00:52:44,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412MethodDeclarations.h +26 五月 2020 | 00:52:44,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651MethodDeclarations.h +26 五月 2020 | 00:52:44,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685MethodDeclarations.h +26 五月 2020 | 00:52:44,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221.h +26 五月 2020 | 00:52:44,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676.h +26 五月 2020 | 00:52:44,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560.h +26 五月 2020 | 00:52:44,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221MethodDeclarations.h +26 五月 2020 | 00:52:44,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676MethodDeclarations.h +26 五月 2020 | 00:52:44,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560MethodDeclarations.h +26 五月 2020 | 00:52:44,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156.h +26 五月 2020 | 00:52:44,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837.h +26 五月 2020 | 00:52:44,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156MethodDeclarations.h +26 五月 2020 | 00:52:44,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837MethodDeclarations.h +26 五月 2020 | 00:52:44,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702.h +26 五月 2020 | 00:52:44,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702MethodDeclarations.h +26 五月 2020 | 00:52:44,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514.h +26 五月 2020 | 00:52:44,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253.h +26 五月 2020 | 00:52:44,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977.h +26 五月 2020 | 00:52:44,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253MethodDeclarations.h +26 五月 2020 | 00:52:44,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514MethodDeclarations.h +26 五月 2020 | 00:52:44,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977MethodDeclarations.h +26 五月 2020 | 00:52:44,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321.h +26 五月 2020 | 00:52:44,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596.h +26 五月 2020 | 00:52:44,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085.h +26 五月 2020 | 00:52:44,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596MethodDeclarations.h +26 五月 2020 | 00:52:44,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085MethodDeclarations.h +26 五月 2020 | 00:52:44,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321MethodDeclarations.h +26 五月 2020 | 00:52:44,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242.h +26 五月 2020 | 00:52:44,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242MethodDeclarations.h +26 五月 2020 | 00:52:44,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488.h +26 五月 2020 | 00:52:44,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076.h +26 五月 2020 | 00:52:44,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488MethodDeclarations.h +26 五月 2020 | 00:52:44,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207.h +26 五月 2020 | 00:52:44,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076MethodDeclarations.h +26 五月 2020 | 00:52:44,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207MethodDeclarations.h +26 五月 2020 | 00:52:44,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487.h +26 五月 2020 | 00:52:44,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255.h +26 五月 2020 | 00:52:44,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661.h +26 五月 2020 | 00:52:44,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255MethodDeclarations.h +26 五月 2020 | 00:52:44,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661MethodDeclarations.h +26 五月 2020 | 00:52:44,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487MethodDeclarations.h +26 五月 2020 | 00:52:44,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225.h +26 五月 2020 | 00:52:44,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634.h +26 五月 2020 | 00:52:44,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430.h +26 五月 2020 | 00:52:44,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634MethodDeclarations.h +26 五月 2020 | 00:52:44,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225MethodDeclarations.h +26 五月 2020 | 00:52:44,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430MethodDeclarations.h +26 五月 2020 | 00:52:44,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385.h +26 五月 2020 | 00:52:44,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052.h +26 五月 2020 | 00:52:44,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346.h +26 五月 2020 | 00:52:44,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385MethodDeclarations.h +26 五月 2020 | 00:52:44,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052MethodDeclarations.h +26 五月 2020 | 00:52:44,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346MethodDeclarations.h +26 五月 2020 | 00:52:44,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724.h +26 五月 2020 | 00:52:44,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506.h +26 五月 2020 | 00:52:44,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897.h +26 五月 2020 | 00:52:44,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506MethodDeclarations.h +26 五月 2020 | 00:52:44,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724MethodDeclarations.h +26 五月 2020 | 00:52:44,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897MethodDeclarations.h +26 五月 2020 | 00:52:44,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562.h +26 五月 2020 | 00:52:44,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778.h +26 五月 2020 | 00:52:44,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972.h +26 五月 2020 | 00:52:44,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972MethodDeclarations.h +26 五月 2020 | 00:52:44,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778MethodDeclarations.h +26 五月 2020 | 00:52:44,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562MethodDeclarations.h +26 五月 2020 | 00:52:44,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651.h +26 五月 2020 | 00:52:44,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382.h +26 五月 2020 | 00:52:44,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170.h +26 五月 2020 | 00:52:44,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651MethodDeclarations.h +26 五月 2020 | 00:52:44,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382MethodDeclarations.h +26 五月 2020 | 00:52:44,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170MethodDeclarations.h +26 五月 2020 | 00:52:44,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560.h +26 五月 2020 | 00:52:44,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744.h +26 五月 2020 | 00:52:44,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581.h +26 五月 2020 | 00:52:44,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744MethodDeclarations.h +26 五月 2020 | 00:52:44,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560MethodDeclarations.h +26 五月 2020 | 00:52:44,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581MethodDeclarations.h +26 五月 2020 | 00:52:44,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187.h +26 五月 2020 | 00:52:44,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837.h +26 五月 2020 | 00:52:44,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956.h +26 五月 2020 | 00:52:44,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187MethodDeclarations.h +26 五月 2020 | 00:52:44,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956MethodDeclarations.h +26 五月 2020 | 00:52:44,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837MethodDeclarations.h +26 五月 2020 | 00:52:44,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097.h +26 五月 2020 | 00:52:44,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600.h +26 五月 2020 | 00:52:44,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097MethodDeclarations.h +26 五月 2020 | 00:52:44,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977.h +26 五月 2020 | 00:52:44,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600MethodDeclarations.h +26 五月 2020 | 00:52:44,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116.h +26 五月 2020 | 00:52:44,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977MethodDeclarations.h +26 五月 2020 | 00:52:44,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116MethodDeclarations.h +26 五月 2020 | 00:52:44,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996.h +26 五月 2020 | 00:52:44,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321.h +26 五月 2020 | 00:52:44,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342.h +26 五月 2020 | 00:52:44,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996MethodDeclarations.h +26 五月 2020 | 00:52:44,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321MethodDeclarations.h +26 五月 2020 | 00:52:44,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342MethodDeclarations.h +26 五月 2020 | 00:52:44,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295.h +26 五月 2020 | 00:52:44,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076.h +26 五月 2020 | 00:52:44,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212.h +26 五月 2020 | 00:52:44,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295MethodDeclarations.h +26 五月 2020 | 00:52:44,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076MethodDeclarations.h +26 五月 2020 | 00:52:44,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212MethodDeclarations.h +26 五月 2020 | 00:52:44,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179.h +26 五月 2020 | 00:52:44,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255.h +26 五月 2020 | 00:52:44,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818.h +26 五月 2020 | 00:52:44,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179MethodDeclarations.h +26 五月 2020 | 00:52:44,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255MethodDeclarations.h +26 五月 2020 | 00:52:44,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818MethodDeclarations.h +26 五月 2020 | 00:52:44,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214.h +26 五月 2020 | 00:52:44,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225.h +26 五月 2020 | 00:52:44,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430.h +26 五月 2020 | 00:52:44,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214MethodDeclarations.h +26 五月 2020 | 00:52:44,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225MethodDeclarations.h +26 五月 2020 | 00:52:44,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430MethodDeclarations.h +26 五月 2020 | 00:52:44,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612.h +26 五月 2020 | 00:52:44,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052.h +26 五月 2020 | 00:52:44,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733.h +26 五月 2020 | 00:52:44,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052MethodDeclarations.h +26 五月 2020 | 00:52:44,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612MethodDeclarations.h +26 五月 2020 | 00:52:44,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733MethodDeclarations.h +26 五月 2020 | 00:52:44,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506.h +26 五月 2020 | 00:52:44,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226.h +26 五月 2020 | 00:52:44,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770.h +26 五月 2020 | 00:52:44,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506MethodDeclarations.h +26 五月 2020 | 00:52:44,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226MethodDeclarations.h +26 五月 2020 | 00:52:44,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562.h +26 五月 2020 | 00:52:44,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105.h +26 五月 2020 | 00:52:44,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770MethodDeclarations.h +26 五月 2020 | 00:52:44,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562MethodDeclarations.h +26 五月 2020 | 00:52:44,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105MethodDeclarations.h +26 五月 2020 | 00:52:44,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759.h +26 五月 2020 | 00:52:44,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355.h +26 五月 2020 | 00:52:44,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170.h +26 五月 2020 | 00:52:44,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355MethodDeclarations.h +26 五月 2020 | 00:52:44,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759MethodDeclarations.h +26 五月 2020 | 00:52:44,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170MethodDeclarations.h +26 五月 2020 | 00:52:44,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061.h +26 五月 2020 | 00:52:44,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412.h +26 五月 2020 | 00:52:44,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581.h +26 五月 2020 | 00:52:44,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581MethodDeclarations.h +26 五月 2020 | 00:52:44,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061MethodDeclarations.h +26 五月 2020 | 00:52:44,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412MethodDeclarations.h +26 五月 2020 | 00:52:44,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956.h +26 五月 2020 | 00:52:44,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603.h +26 五月 2020 | 00:52:44,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221.h +26 五月 2020 | 00:52:44,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603MethodDeclarations.h +26 五月 2020 | 00:52:44,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956MethodDeclarations.h +26 五月 2020 | 00:52:44,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SByte454417549.h +26 五月 2020 | 00:52:44,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221MethodDeclarations.h +26 五月 2020 | 00:52:44,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SByte454417549MethodDeclarations.h +26 五月 2020 | 00:52:44,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358.h +26 五月 2020 | 00:52:44,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156.h +26 五月 2020 | 00:52:44,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600.h +26 五月 2020 | 00:52:44,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358MethodDeclarations.h +26 五月 2020 | 00:52:44,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156MethodDeclarations.h +26 五月 2020 | 00:52:44,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702.h +26 五月 2020 | 00:52:44,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702MethodDeclarations.h +26 五月 2020 | 00:52:44,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292.h +26 五月 2020 | 00:52:44,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600MethodDeclarations.h +26 五月 2020 | 00:52:44,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292MethodDeclarations.h +26 五月 2020 | 00:52:44,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253.h +26 五月 2020 | 00:52:44,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996.h +26 五月 2020 | 00:52:44,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253MethodDeclarations.h +26 五月 2020 | 00:52:44,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996MethodDeclarations.h +26 五月 2020 | 00:52:44,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596.h +26 五月 2020 | 00:52:44,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596MethodDeclarations.h +26 五月 2020 | 00:52:44,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340.h +26 五月 2020 | 00:52:44,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295.h +26 五月 2020 | 00:52:44,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340MethodDeclarations.h +26 五月 2020 | 00:52:44,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242.h +26 五月 2020 | 00:52:44,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242MethodDeclarations.h +26 五月 2020 | 00:52:44,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295MethodDeclarations.h +26 五月 2020 | 00:52:44,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207.h +26 五月 2020 | 00:52:44,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179.h +26 五月 2020 | 00:52:44,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207MethodDeclarations.h +26 五月 2020 | 00:52:44,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417.h +26 五月 2020 | 00:52:44,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417MethodDeclarations.h +26 五月 2020 | 00:52:44,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661.h +26 五月 2020 | 00:52:44,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179MethodDeclarations.h +26 五月 2020 | 00:52:44,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661MethodDeclarations.h +26 五月 2020 | 00:52:44,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634.h +26 五月 2020 | 00:52:44,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634MethodDeclarations.h +26 五月 2020 | 00:52:44,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385.h +26 五月 2020 | 00:52:44,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764.h +26 五月 2020 | 00:52:44,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385MethodDeclarations.h +26 五月 2020 | 00:52:44,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214.h +26 五月 2020 | 00:52:44,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724.h +26 五月 2020 | 00:52:44,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764MethodDeclarations.h +26 五月 2020 | 00:52:44,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214MethodDeclarations.h +26 五月 2020 | 00:52:44,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677.h +26 五月 2020 | 00:52:44,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677MethodDeclarations.h +26 五月 2020 | 00:52:44,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612.h +26 五月 2020 | 00:52:44,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724MethodDeclarations.h +26 五月 2020 | 00:52:44,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612MethodDeclarations.h +26 五月 2020 | 00:52:44,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778.h +26 五月 2020 | 00:52:44,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226.h +26 五月 2020 | 00:52:44,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778MethodDeclarations.h +26 五月 2020 | 00:52:44,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226MethodDeclarations.h +26 五月 2020 | 00:52:44,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382.h +26 五月 2020 | 00:52:44,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731.h +26 五月 2020 | 00:52:44,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105.h +26 五月 2020 | 00:52:44,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105MethodDeclarations.h +26 五月 2020 | 00:52:44,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355.h +26 五月 2020 | 00:52:44,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355MethodDeclarations.h +26 五月 2020 | 00:52:44,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412.h +26 五月 2020 | 00:52:44,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731MethodDeclarations.h +26 五月 2020 | 00:52:44,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382MethodDeclarations.h +26 五月 2020 | 00:52:44,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412MethodDeclarations.h +26 五月 2020 | 00:52:44,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744.h +26 五月 2020 | 00:52:44,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744MethodDeclarations.h +26 五月 2020 | 00:52:44,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221.h +26 五月 2020 | 00:52:44,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187.h +26 五月 2020 | 00:52:44,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187MethodDeclarations.h +26 五月 2020 | 00:52:44,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384.h +26 五月 2020 | 00:52:44,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221MethodDeclarations.h +26 五月 2020 | 00:52:44,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097.h +26 五月 2020 | 00:52:44,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097MethodDeclarations.h +26 五月 2020 | 00:52:44,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156.h +26 五月 2020 | 00:52:44,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156MethodDeclarations.h +26 五月 2020 | 00:52:44,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702.h +26 五月 2020 | 00:52:44,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702MethodDeclarations.h +26 五月 2020 | 00:52:44,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116.h +26 五月 2020 | 00:52:44,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384MethodDeclarations.h +26 五月 2020 | 00:52:44,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253.h +26 五月 2020 | 00:52:44,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116MethodDeclarations.h +26 五月 2020 | 00:52:44,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979.h +26 五月 2020 | 00:52:44,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253MethodDeclarations.h +26 五月 2020 | 00:52:44,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342.h +26 五月 2020 | 00:52:44,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596.h +26 五月 2020 | 00:52:44,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979MethodDeclarations.h +26 五月 2020 | 00:52:44,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596MethodDeclarations.h +26 五月 2020 | 00:52:44,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342MethodDeclarations.h +26 五月 2020 | 00:52:44,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242.h +26 五月 2020 | 00:52:44,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248.h +26 五月 2020 | 00:52:44,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242MethodDeclarations.h +26 五月 2020 | 00:52:44,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212.h +26 五月 2020 | 00:52:44,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248MethodDeclarations.h +26 五月 2020 | 00:52:44,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312.h +26 五月 2020 | 00:52:44,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212MethodDeclarations.h +26 五月 2020 | 00:52:44,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312MethodDeclarations.h +26 五月 2020 | 00:52:44,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484.h +26 五月 2020 | 00:52:44,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484MethodDeclarations.h +26 五月 2020 | 00:52:44,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569.h +26 五月 2020 | 00:52:44,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569MethodDeclarations.h +26 五月 2020 | 00:52:44,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190.h +26 五月 2020 | 00:52:44,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818.h +26 五月 2020 | 00:52:44,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207.h +26 五月 2020 | 00:52:44,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207MethodDeclarations.h +26 五月 2020 | 00:52:44,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661.h +26 五月 2020 | 00:52:44,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661MethodDeclarations.h +26 五月 2020 | 00:52:44,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818MethodDeclarations.h +26 五月 2020 | 00:52:44,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634.h +26 五月 2020 | 00:52:44,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190MethodDeclarations.h +26 五月 2020 | 00:52:44,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634MethodDeclarations.h +26 五月 2020 | 00:52:44,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430.h +26 五月 2020 | 00:52:44,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599.h +26 五月 2020 | 00:52:44,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385.h +26 五月 2020 | 00:52:44,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430MethodDeclarations.h +26 五月 2020 | 00:52:44,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599MethodDeclarations.h +26 五月 2020 | 00:52:44,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733.h +26 五月 2020 | 00:52:44,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385MethodDeclarations.h +26 五月 2020 | 00:52:44,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182.h +26 五月 2020 | 00:52:44,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182MethodDeclarations.h +26 五月 2020 | 00:52:44,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733MethodDeclarations.h +26 五月 2020 | 00:52:44,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724.h +26 五月 2020 | 00:52:44,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770.h +26 五月 2020 | 00:52:44,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937.h +26 五月 2020 | 00:52:44,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770MethodDeclarations.h +26 五月 2020 | 00:52:44,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937MethodDeclarations.h +26 五月 2020 | 00:52:44,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759.h +26 五月 2020 | 00:52:44,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724MethodDeclarations.h +26 五月 2020 | 00:52:44,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759MethodDeclarations.h +26 五月 2020 | 00:52:44,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778.h +26 五月 2020 | 00:52:44,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061.h +26 五月 2020 | 00:52:44,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778MethodDeclarations.h +26 五月 2020 | 00:52:44,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061MethodDeclarations.h +26 五月 2020 | 00:52:44,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382.h +26 五月 2020 | 00:52:44,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603.h +26 五月 2020 | 00:52:44,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382MethodDeclarations.h +26 五月 2020 | 00:52:44,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603MethodDeclarations.h +26 五月 2020 | 00:52:44,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436.h +26 五月 2020 | 00:52:44,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SByte454417549.h +26 五月 2020 | 00:52:44,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436MethodDeclarations.h +26 五月 2020 | 00:52:44,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416.h +26 五月 2020 | 00:52:44,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SByte454417549MethodDeclarations.h +26 五月 2020 | 00:52:44,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416MethodDeclarations.h +26 五月 2020 | 00:52:44,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744.h +26 五月 2020 | 00:52:44,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744MethodDeclarations.h +26 五月 2020 | 00:52:44,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628.h +26 五月 2020 | 00:52:44,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628MethodDeclarations.h +26 五月 2020 | 00:52:44,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358.h +26 五月 2020 | 00:52:44,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560.h +26 五月 2020 | 00:52:44,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187.h +26 五月 2020 | 00:52:44,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358MethodDeclarations.h +26 五月 2020 | 00:52:44,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187MethodDeclarations.h +26 五月 2020 | 00:52:44,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560MethodDeclarations.h +26 五月 2020 | 00:52:44,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097.h +26 五月 2020 | 00:52:44,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292.h +26 五月 2020 | 00:52:44,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000.h +26 五月 2020 | 00:52:44,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292MethodDeclarations.h +26 五月 2020 | 00:52:44,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097MethodDeclarations.h +26 五月 2020 | 00:52:44,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000MethodDeclarations.h +26 五月 2020 | 00:52:44,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340.h +26 五月 2020 | 00:52:44,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560.h +26 五月 2020 | 00:52:44,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340MethodDeclarations.h +26 五月 2020 | 00:52:44,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560MethodDeclarations.h +26 五月 2020 | 00:52:44,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116.h +26 五月 2020 | 00:52:44,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116MethodDeclarations.h +26 五月 2020 | 00:52:44,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342.h +26 五月 2020 | 00:52:44,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342MethodDeclarations.h +26 五月 2020 | 00:52:44,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212.h +26 五月 2020 | 00:52:44,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417.h +26 五月 2020 | 00:52:44,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417MethodDeclarations.h +26 五月 2020 | 00:52:44,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212MethodDeclarations.h +26 五月 2020 | 00:52:44,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253.h +26 五月 2020 | 00:52:44,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764.h +26 五月 2020 | 00:52:44,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764MethodDeclarations.h +26 五月 2020 | 00:52:44,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253MethodDeclarations.h +26 五月 2020 | 00:52:44,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796.h +26 五月 2020 | 00:52:44,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677.h +26 五月 2020 | 00:52:44,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796MethodDeclarations.h +26 五月 2020 | 00:52:44,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677MethodDeclarations.h +26 五月 2020 | 00:52:44,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731.h +26 五月 2020 | 00:52:44,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818.h +26 五月 2020 | 00:52:44,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880.h +26 五月 2020 | 00:52:44,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880MethodDeclarations.h +26 五月 2020 | 00:52:44,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657.h +26 五月 2020 | 00:52:44,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657MethodDeclarations.h +26 五月 2020 | 00:52:44,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834.h +26 五月 2020 | 00:52:44,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834MethodDeclarations.h +26 五月 2020 | 00:52:44,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064.h +26 五月 2020 | 00:52:44,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064MethodDeclarations.h +26 五月 2020 | 00:52:44,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418.h +26 五月 2020 | 00:52:44,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731MethodDeclarations.h +26 五月 2020 | 00:52:44,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818MethodDeclarations.h +26 五月 2020 | 00:52:44,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430.h +26 五月 2020 | 00:52:44,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430MethodDeclarations.h +26 五月 2020 | 00:52:44,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733.h +26 五月 2020 | 00:52:44,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733MethodDeclarations.h +26 五月 2020 | 00:52:44,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418MethodDeclarations.h +26 五月 2020 | 00:52:44,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384.h +26 五月 2020 | 00:52:44,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770.h +26 五月 2020 | 00:52:44,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719.h +26 五月 2020 | 00:52:44,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719MethodDeclarations.h +26 五月 2020 | 00:52:44,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384MethodDeclarations.h +26 五月 2020 | 00:52:44,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826.h +26 五月 2020 | 00:52:44,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770MethodDeclarations.h +26 五月 2020 | 00:52:44,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979.h +26 五月 2020 | 00:52:44,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826MethodDeclarations.h +26 五月 2020 | 00:52:44,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759.h +26 五月 2020 | 00:52:44,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892.h +26 五月 2020 | 00:52:44,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979MethodDeclarations.h +26 五月 2020 | 00:52:44,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759MethodDeclarations.h +26 五月 2020 | 00:52:44,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892MethodDeclarations.h +26 五月 2020 | 00:52:44,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061.h +26 五月 2020 | 00:52:44,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347.h +26 五月 2020 | 00:52:44,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061MethodDeclarations.h +26 五月 2020 | 00:52:44,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347MethodDeclarations.h +26 五月 2020 | 00:52:44,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603.h +26 五月 2020 | 00:52:44,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695.h +26 五月 2020 | 00:52:44,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603MethodDeclarations.h +26 五月 2020 | 00:52:44,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695MethodDeclarations.h +26 五月 2020 | 00:52:44,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SByte454417549.h +26 五月 2020 | 00:52:44,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248.h +26 五月 2020 | 00:52:44,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248MethodDeclarations.h +26 五月 2020 | 00:52:44,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803.h +26 五月 2020 | 00:52:44,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312.h +26 五月 2020 | 00:52:44,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803MethodDeclarations.h +26 五月 2020 | 00:52:44,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312MethodDeclarations.h +26 五月 2020 | 00:52:44,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643.h +26 五月 2020 | 00:52:44,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484.h +26 五月 2020 | 00:52:44,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SByte454417549MethodDeclarations.h +26 五月 2020 | 00:52:44,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484MethodDeclarations.h +26 五月 2020 | 00:52:44,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643MethodDeclarations.h +26 五月 2020 | 00:52:44,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569.h +26 五月 2020 | 00:52:44,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246.h +26 五月 2020 | 00:52:44,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358.h +26 五月 2020 | 00:52:44,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358MethodDeclarations.h +26 五月 2020 | 00:52:44,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569MethodDeclarations.h +26 五月 2020 | 00:52:44,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246MethodDeclarations.h +26 五月 2020 | 00:52:44,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190.h +26 五月 2020 | 00:52:44,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292.h +26 五月 2020 | 00:52:44,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292MethodDeclarations.h +26 五月 2020 | 00:52:44,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190MethodDeclarations.h +26 五月 2020 | 00:52:44,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340.h +26 五月 2020 | 00:52:44,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722.h +26 五月 2020 | 00:52:44,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340MethodDeclarations.h +26 五月 2020 | 00:52:44,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599.h +26 五月 2020 | 00:52:44,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722MethodDeclarations.h +26 五月 2020 | 00:52:44,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599MethodDeclarations.h +26 五月 2020 | 00:52:44,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344.h +26 五月 2020 | 00:52:44,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182.h +26 五月 2020 | 00:52:44,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344MethodDeclarations.h +26 五月 2020 | 00:52:44,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182MethodDeclarations.h +26 五月 2020 | 00:52:44,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285.h +26 五月 2020 | 00:52:44,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417.h +26 五月 2020 | 00:52:44,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417MethodDeclarations.h +26 五月 2020 | 00:52:44,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285MethodDeclarations.h +26 五月 2020 | 00:52:44,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937.h +26 五月 2020 | 00:52:44,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764.h +26 五月 2020 | 00:52:44,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259.h +26 五月 2020 | 00:52:44,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937MethodDeclarations.h +26 五月 2020 | 00:52:44,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764MethodDeclarations.h +26 五月 2020 | 00:52:44,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259MethodDeclarations.h +26 五月 2020 | 00:52:44,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677.h +26 五月 2020 | 00:52:44,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718.h +26 五月 2020 | 00:52:44,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718MethodDeclarations.h +26 五月 2020 | 00:52:44,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271.h +26 五月 2020 | 00:52:44,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677MethodDeclarations.h +26 五月 2020 | 00:52:44,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271MethodDeclarations.h +26 五月 2020 | 00:52:44,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436.h +26 五月 2020 | 00:52:44,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027.h +26 五月 2020 | 00:52:44,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731.h +26 五月 2020 | 00:52:44,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436MethodDeclarations.h +26 五月 2020 | 00:52:44,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027MethodDeclarations.h +26 五月 2020 | 00:52:44,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416.h +26 五月 2020 | 00:52:44,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873.h +26 五月 2020 | 00:52:44,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416MethodDeclarations.h +26 五月 2020 | 00:52:44,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873MethodDeclarations.h +26 五月 2020 | 00:52:44,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628.h +26 五月 2020 | 00:52:44,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731MethodDeclarations.h +26 五月 2020 | 00:52:44,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490.h +26 五月 2020 | 00:52:44,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628MethodDeclarations.h +26 五月 2020 | 00:52:44,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490MethodDeclarations.h +26 五月 2020 | 00:52:44,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925.h +26 五月 2020 | 00:52:44,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925MethodDeclarations.h +26 五月 2020 | 00:52:44,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560.h +26 五月 2020 | 00:52:44,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384.h +26 五月 2020 | 00:52:44,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171.h +26 五月 2020 | 00:52:44,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560MethodDeclarations.h +26 五月 2020 | 00:52:44,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000.h +26 五月 2020 | 00:52:44,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000MethodDeclarations.h +26 五月 2020 | 00:52:44,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560.h +26 五月 2020 | 00:52:44,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171MethodDeclarations.h +26 五月 2020 | 00:52:44,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560MethodDeclarations.h +26 五月 2020 | 00:52:44,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323.h +26 五月 2020 | 00:52:44,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323MethodDeclarations.h +26 五月 2020 | 00:52:44,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640.h +26 五月 2020 | 00:52:44,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253.h +26 五月 2020 | 00:52:44,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384MethodDeclarations.h +26 五月 2020 | 00:52:44,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640MethodDeclarations.h +26 五月 2020 | 00:52:44,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253MethodDeclarations.h +26 五月 2020 | 00:52:44,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307.h +26 五月 2020 | 00:52:44,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979.h +26 五月 2020 | 00:52:44,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796.h +26 五月 2020 | 00:52:44,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979MethodDeclarations.h +26 五月 2020 | 00:52:44,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307MethodDeclarations.h +26 五月 2020 | 00:52:44,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796MethodDeclarations.h +26 五月 2020 | 00:52:44,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145.h +26 五月 2020 | 00:52:44,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145MethodDeclarations.h +26 五月 2020 | 00:52:44,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682.h +26 五月 2020 | 00:52:44,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248.h +26 五月 2020 | 00:52:44,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880.h +26 五月 2020 | 00:52:44,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682MethodDeclarations.h +26 五月 2020 | 00:52:44,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248MethodDeclarations.h +26 五月 2020 | 00:52:44,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880MethodDeclarations.h +26 五月 2020 | 00:52:44,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661.h +26 五月 2020 | 00:52:44,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312.h +26 五月 2020 | 00:52:44,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657.h +26 五月 2020 | 00:52:44,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661MethodDeclarations.h +26 五月 2020 | 00:52:44,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312MethodDeclarations.h +26 五月 2020 | 00:52:44,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657MethodDeclarations.h +26 五月 2020 | 00:52:44,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484.h +26 五月 2020 | 00:52:44,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966.h +26 五月 2020 | 00:52:44,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484MethodDeclarations.h +26 五月 2020 | 00:52:44,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834.h +26 五月 2020 | 00:52:44,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966MethodDeclarations.h +26 五月 2020 | 00:52:44,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569.h +26 五月 2020 | 00:52:44,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834MethodDeclarations.h +26 五月 2020 | 00:52:44,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429.h +26 五月 2020 | 00:52:44,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569MethodDeclarations.h +26 五月 2020 | 00:52:44,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064.h +26 五月 2020 | 00:52:44,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429MethodDeclarations.h +26 五月 2020 | 00:52:44,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064MethodDeclarations.h +26 五月 2020 | 00:52:44,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926.h +26 五月 2020 | 00:52:44,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190.h +26 五月 2020 | 00:52:44,493 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926MethodDeclarations.h +26 五月 2020 | 00:52:44,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354.h +26 五月 2020 | 00:52:44,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190MethodDeclarations.h +26 五月 2020 | 00:52:44,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418.h +26 五月 2020 | 00:52:44,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354MethodDeclarations.h +26 五月 2020 | 00:52:44,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599.h +26 五月 2020 | 00:52:44,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967.h +26 五月 2020 | 00:52:44,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599MethodDeclarations.h +26 五月 2020 | 00:52:44,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967MethodDeclarations.h +26 五月 2020 | 00:52:44,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182.h +26 五月 2020 | 00:52:44,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418MethodDeclarations.h +26 五月 2020 | 00:52:44,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182MethodDeclarations.h +26 五月 2020 | 00:52:44,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901.h +26 五月 2020 | 00:52:44,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719.h +26 五月 2020 | 00:52:44,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901MethodDeclarations.h +26 五月 2020 | 00:52:44,506 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937.h +26 五月 2020 | 00:52:44,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719MethodDeclarations.h +26 五月 2020 | 00:52:44,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937MethodDeclarations.h +26 五月 2020 | 00:52:44,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826.h +26 五月 2020 | 00:52:44,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636.h +26 五月 2020 | 00:52:44,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826MethodDeclarations.h +26 五月 2020 | 00:52:44,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636MethodDeclarations.h +26 五月 2020 | 00:52:44,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892.h +26 五月 2020 | 00:52:44,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181.h +26 五月 2020 | 00:52:44,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892MethodDeclarations.h +26 五月 2020 | 00:52:44,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181MethodDeclarations.h +26 五月 2020 | 00:52:44,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347.h +26 五月 2020 | 00:52:44,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436.h +26 五月 2020 | 00:52:44,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264.h +26 五月 2020 | 00:52:44,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347MethodDeclarations.h +26 五月 2020 | 00:52:44,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436MethodDeclarations.h +26 五月 2020 | 00:52:44,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695.h +26 五月 2020 | 00:52:44,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264MethodDeclarations.h +26 五月 2020 | 00:52:44,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416.h +26 五月 2020 | 00:52:44,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695MethodDeclarations.h +26 五月 2020 | 00:52:44,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625.h +26 五月 2020 | 00:52:44,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416MethodDeclarations.h +26 五月 2020 | 00:52:44,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628.h +26 五月 2020 | 00:52:44,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628MethodDeclarations.h +26 五月 2020 | 00:52:44,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803.h +26 五月 2020 | 00:52:44,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560.h +26 五月 2020 | 00:52:44,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625MethodDeclarations.h +26 五月 2020 | 00:52:44,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701.h +26 五月 2020 | 00:52:44,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560MethodDeclarations.h +26 五月 2020 | 00:52:44,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701MethodDeclarations.h +26 五月 2020 | 00:52:44,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803MethodDeclarations.h +26 五月 2020 | 00:52:44,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643.h +26 五月 2020 | 00:52:44,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184.h +26 五月 2020 | 00:52:44,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643MethodDeclarations.h +26 五月 2020 | 00:52:44,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184MethodDeclarations.h +26 五月 2020 | 00:52:44,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416.h +26 五月 2020 | 00:52:44,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246.h +26 五月 2020 | 00:52:44,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000.h +26 五月 2020 | 00:52:44,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826MethodDeclarations.h +26 五月 2020 | 00:52:44,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252.h +26 五月 2020 | 00:52:44,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354.h +26 五月 2020 | 00:52:44,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252MethodDeclarations.h +26 五月 2020 | 00:52:44,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698.h +26 五月 2020 | 00:52:44,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354MethodDeclarations.h +26 五月 2020 | 00:52:44,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295.h +26 五月 2020 | 00:52:44,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967.h +26 五月 2020 | 00:52:44,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295MethodDeclarations.h +26 五月 2020 | 00:52:44,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698MethodDeclarations.h +26 五月 2020 | 00:52:44,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967MethodDeclarations.h +26 五月 2020 | 00:52:44,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901.h +26 五月 2020 | 00:52:44,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149.h +26 五月 2020 | 00:52:44,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305.h +26 五月 2020 | 00:52:44,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901MethodDeclarations.h +26 五月 2020 | 00:52:44,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149MethodDeclarations.h +26 五月 2020 | 00:52:44,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636.h +26 五月 2020 | 00:52:44,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305MethodDeclarations.h +26 五月 2020 | 00:52:44,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636MethodDeclarations.h +26 五月 2020 | 00:52:44,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462.h +26 五月 2020 | 00:52:44,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181.h +26 五月 2020 | 00:52:44,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181MethodDeclarations.h +26 五月 2020 | 00:52:44,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462MethodDeclarations.h +26 五月 2020 | 00:52:44,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264.h +26 五月 2020 | 00:52:44,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264MethodDeclarations.h +26 五月 2020 | 00:52:44,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873.h +26 五月 2020 | 00:52:44,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873MethodDeclarations.h +26 五月 2020 | 00:52:44,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625.h +26 五月 2020 | 00:52:44,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845.h +26 五月 2020 | 00:52:44,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845MethodDeclarations.h +26 五月 2020 | 00:52:44,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161.h +26 五月 2020 | 00:52:44,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161MethodDeclarations.h +26 五月 2020 | 00:52:44,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502.h +26 五月 2020 | 00:52:44,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502MethodDeclarations.h +26 五月 2020 | 00:52:44,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049.h +26 五月 2020 | 00:52:44,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049MethodDeclarations.h +26 五月 2020 | 00:52:44,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079.h +26 五月 2020 | 00:52:44,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079MethodDeclarations.h +26 五月 2020 | 00:52:44,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703.h +26 五月 2020 | 00:52:44,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703MethodDeclarations.h +26 五月 2020 | 00:52:44,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816.h +26 五月 2020 | 00:52:44,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816MethodDeclarations.h +26 五月 2020 | 00:52:44,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840.h +26 五月 2020 | 00:52:44,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840MethodDeclarations.h +26 五月 2020 | 00:52:44,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900.h +26 五月 2020 | 00:52:44,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900MethodDeclarations.h +26 五月 2020 | 00:52:44,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183.h +26 五月 2020 | 00:52:44,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183MethodDeclarations.h +26 五月 2020 | 00:52:44,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598.h +26 五月 2020 | 00:52:44,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830.h +26 五月 2020 | 00:52:44,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598MethodDeclarations.h +26 五月 2020 | 00:52:44,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625MethodDeclarations.h +26 五月 2020 | 00:52:44,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964.h +26 五月 2020 | 00:52:44,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830MethodDeclarations.h +26 五月 2020 | 00:52:44,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701.h +26 五月 2020 | 00:52:44,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626.h +26 五月 2020 | 00:52:44,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964MethodDeclarations.h +26 五月 2020 | 00:52:44,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701MethodDeclarations.h +26 五月 2020 | 00:52:44,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626MethodDeclarations.h +26 五月 2020 | 00:52:44,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632.h +26 五月 2020 | 00:52:44,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184.h +26 五月 2020 | 00:52:44,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632MethodDeclarations.h +26 五月 2020 | 00:52:44,930 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864.h +26 五月 2020 | 00:52:44,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184MethodDeclarations.h +26 五月 2020 | 00:52:44,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347.h +26 五月 2020 | 00:52:44,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864MethodDeclarations.h +26 五月 2020 | 00:52:44,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416.h +26 五月 2020 | 00:52:44,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463.h +26 五月 2020 | 00:52:44,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416MethodDeclarations.h +26 五月 2020 | 00:52:44,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347MethodDeclarations.h +26 五月 2020 | 00:52:44,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463MethodDeclarations.h +26 五月 2020 | 00:52:44,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895.h +26 五月 2020 | 00:52:44,936 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292.h +26 五月 2020 | 00:52:44,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895MethodDeclarations.h +26 五月 2020 | 00:52:44,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292MethodDeclarations.h +26 五月 2020 | 00:52:44,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270.h +26 五月 2020 | 00:52:44,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270MethodDeclarations.h +26 五月 2020 | 00:52:44,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916.h +26 五月 2020 | 00:52:44,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916MethodDeclarations.h +26 五月 2020 | 00:52:44,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204.h +26 五月 2020 | 00:52:44,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204MethodDeclarations.h +26 五月 2020 | 00:52:44,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513.h +26 五月 2020 | 00:52:44,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331.h +26 五月 2020 | 00:52:44,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267.h +26 五月 2020 | 00:52:44,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513MethodDeclarations.h +26 五月 2020 | 00:52:44,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331MethodDeclarations.h +26 五月 2020 | 00:52:44,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267MethodDeclarations.h +26 五月 2020 | 00:52:44,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254.h +26 五月 2020 | 00:52:44,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698.h +26 五月 2020 | 00:52:44,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254MethodDeclarations.h +26 五月 2020 | 00:52:44,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698MethodDeclarations.h +26 五月 2020 | 00:52:44,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326.h +26 五月 2020 | 00:52:44,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326MethodDeclarations.h +26 五月 2020 | 00:52:44,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369.h +26 五月 2020 | 00:52:44,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531.h +26 五月 2020 | 00:52:44,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369MethodDeclarations.h +26 五月 2020 | 00:52:44,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299.h +26 五月 2020 | 00:52:44,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531MethodDeclarations.h +26 五月 2020 | 00:52:44,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450.h +26 五月 2020 | 00:52:44,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299MethodDeclarations.h +26 五月 2020 | 00:52:44,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450MethodDeclarations.h +26 五月 2020 | 00:52:44,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500.h +26 五月 2020 | 00:52:44,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161.h +26 五月 2020 | 00:52:44,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500MethodDeclarations.h +26 五月 2020 | 00:52:44,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161MethodDeclarations.h +26 五月 2020 | 00:52:44,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620.h +26 五月 2020 | 00:52:44,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848.h +26 五月 2020 | 00:52:44,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522.h +26 五月 2020 | 00:52:44,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620MethodDeclarations.h +26 五月 2020 | 00:52:44,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522MethodDeclarations.h +26 五月 2020 | 00:52:44,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848MethodDeclarations.h +26 五月 2020 | 00:52:44,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252.h +26 五月 2020 | 00:52:44,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466.h +26 五月 2020 | 00:52:44,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385.h +26 五月 2020 | 00:52:44,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385MethodDeclarations.h +26 五月 2020 | 00:52:44,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466MethodDeclarations.h +26 五月 2020 | 00:52:44,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252MethodDeclarations.h +26 五月 2020 | 00:52:44,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295.h +26 五月 2020 | 00:52:44,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295MethodDeclarations.h +26 五月 2020 | 00:52:44,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698.h +26 五月 2020 | 00:52:44,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149.h +26 五月 2020 | 00:52:44,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149MethodDeclarations.h +26 五月 2020 | 00:52:44,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830.h +26 五月 2020 | 00:52:44,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698MethodDeclarations.h +26 五月 2020 | 00:52:44,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089.h +26 五月 2020 | 00:52:44,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830MethodDeclarations.h +26 五月 2020 | 00:52:44,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089MethodDeclarations.h +26 五月 2020 | 00:52:44,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305.h +26 五月 2020 | 00:52:44,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626.h +26 五月 2020 | 00:52:44,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386.h +26 五月 2020 | 00:52:44,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305MethodDeclarations.h +26 五月 2020 | 00:52:44,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626MethodDeclarations.h +26 五月 2020 | 00:52:44,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386MethodDeclarations.h +26 五月 2020 | 00:52:44,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864.h +26 五月 2020 | 00:52:44,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782.h +26 五月 2020 | 00:52:44,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864MethodDeclarations.h +26 五月 2020 | 00:52:44,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462.h +26 五月 2020 | 00:52:44,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782MethodDeclarations.h +26 五月 2020 | 00:52:44,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462MethodDeclarations.h +26 五月 2020 | 00:52:44,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375.h +26 五月 2020 | 00:52:44,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873.h +26 五月 2020 | 00:52:44,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463.h +26 五月 2020 | 00:52:44,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873MethodDeclarations.h +26 五月 2020 | 00:52:44,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375MethodDeclarations.h +26 五月 2020 | 00:52:44,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845.h +26 五月 2020 | 00:52:44,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659.h +26 五月 2020 | 00:52:44,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463MethodDeclarations.h +26 五月 2020 | 00:52:44,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845MethodDeclarations.h +26 五月 2020 | 00:52:44,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292.h +26 五月 2020 | 00:52:45,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161.h +26 五月 2020 | 00:52:45,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659MethodDeclarations.h +26 五月 2020 | 00:52:45,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292MethodDeclarations.h +26 五月 2020 | 00:52:45,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161MethodDeclarations.h +26 五月 2020 | 00:52:45,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573.h +26 五月 2020 | 00:52:45,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502.h +26 五月 2020 | 00:52:45,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573MethodDeclarations.h +26 五月 2020 | 00:52:45,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502MethodDeclarations.h +26 五月 2020 | 00:52:45,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049.h +26 五月 2020 | 00:52:45,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049MethodDeclarations.h +26 五月 2020 | 00:52:45,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267.h +26 五月 2020 | 00:52:45,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554.h +26 五月 2020 | 00:52:45,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079.h +26 五月 2020 | 00:52:45,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267MethodDeclarations.h +26 五月 2020 | 00:52:45,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079MethodDeclarations.h +26 五月 2020 | 00:52:45,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254.h +26 五月 2020 | 00:52:45,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554MethodDeclarations.h +26 五月 2020 | 00:52:45,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703.h +26 五月 2020 | 00:52:45,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254MethodDeclarations.h +26 五月 2020 | 00:52:45,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703MethodDeclarations.h +26 五月 2020 | 00:52:45,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474.h +26 五月 2020 | 00:52:45,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326.h +26 五月 2020 | 00:52:45,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816.h +26 五月 2020 | 00:52:45,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474MethodDeclarations.h +26 五月 2020 | 00:52:45,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816MethodDeclarations.h +26 五月 2020 | 00:52:45,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326MethodDeclarations.h +26 五月 2020 | 00:52:45,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733.h +26 五月 2020 | 00:52:45,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840.h +26 五月 2020 | 00:52:45,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840MethodDeclarations.h +26 五月 2020 | 00:52:45,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369.h +26 五月 2020 | 00:52:45,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369MethodDeclarations.h +26 五月 2020 | 00:52:45,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299.h +26 五月 2020 | 00:52:45,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900.h +26 五月 2020 | 00:52:45,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299MethodDeclarations.h +26 五月 2020 | 00:52:45,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900MethodDeclarations.h +26 五月 2020 | 00:52:45,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500.h +26 五月 2020 | 00:52:45,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733MethodDeclarations.h +26 五月 2020 | 00:52:45,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183.h +26 五月 2020 | 00:52:45,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500MethodDeclarations.h +26 五月 2020 | 00:52:45,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183MethodDeclarations.h +26 五月 2020 | 00:52:45,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522.h +26 五月 2020 | 00:52:45,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598.h +26 五月 2020 | 00:52:45,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522MethodDeclarations.h +26 五月 2020 | 00:52:45,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466.h +26 五月 2020 | 00:52:45,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079.h +26 五月 2020 | 00:52:45,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598MethodDeclarations.h +26 五月 2020 | 00:52:45,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466MethodDeclarations.h +26 五月 2020 | 00:52:45,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079MethodDeclarations.h +26 五月 2020 | 00:52:45,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964.h +26 五月 2020 | 00:52:45,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698.h +26 五月 2020 | 00:52:45,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964MethodDeclarations.h +26 五月 2020 | 00:52:45,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698MethodDeclarations.h +26 五月 2020 | 00:52:45,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632.h +26 五月 2020 | 00:52:45,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632MethodDeclarations.h +26 五月 2020 | 00:52:45,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305.h +26 五月 2020 | 00:52:45,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347.h +26 五月 2020 | 00:52:45,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305MethodDeclarations.h +26 五月 2020 | 00:52:45,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347MethodDeclarations.h +26 五月 2020 | 00:52:45,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462.h +26 五月 2020 | 00:52:45,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895.h +26 五月 2020 | 00:52:45,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462MethodDeclarations.h +26 五月 2020 | 00:52:45,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895MethodDeclarations.h +26 五月 2020 | 00:52:45,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873.h +26 五月 2020 | 00:52:45,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270.h +26 五月 2020 | 00:52:45,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873MethodDeclarations.h +26 五月 2020 | 00:52:45,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270MethodDeclarations.h +26 五月 2020 | 00:52:45,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845.h +26 五月 2020 | 00:52:45,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916.h +26 五月 2020 | 00:52:45,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845MethodDeclarations.h +26 五月 2020 | 00:52:45,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916MethodDeclarations.h +26 五月 2020 | 00:52:45,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161.h +26 五月 2020 | 00:52:45,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204.h +26 五月 2020 | 00:52:45,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204MethodDeclarations.h +26 五月 2020 | 00:52:45,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161MethodDeclarations.h +26 五月 2020 | 00:52:45,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331.h +26 五月 2020 | 00:52:45,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502.h +26 五月 2020 | 00:52:45,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502MethodDeclarations.h +26 五月 2020 | 00:52:45,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331MethodDeclarations.h +26 五月 2020 | 00:52:45,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049.h +26 五月 2020 | 00:52:45,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450.h +26 五月 2020 | 00:52:45,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049MethodDeclarations.h +26 五月 2020 | 00:52:45,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450MethodDeclarations.h +26 五月 2020 | 00:52:45,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079.h +26 五月 2020 | 00:52:45,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161.h +26 五月 2020 | 00:52:45,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079MethodDeclarations.h +26 五月 2020 | 00:52:45,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161MethodDeclarations.h +26 五月 2020 | 00:52:45,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703.h +26 五月 2020 | 00:52:45,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620.h +26 五月 2020 | 00:52:45,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703MethodDeclarations.h +26 五月 2020 | 00:52:45,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620MethodDeclarations.h +26 五月 2020 | 00:52:45,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816.h +26 五月 2020 | 00:52:45,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816MethodDeclarations.h +26 五月 2020 | 00:52:45,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385.h +26 五月 2020 | 00:52:45,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840.h +26 五月 2020 | 00:52:45,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385MethodDeclarations.h +26 五月 2020 | 00:52:45,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840MethodDeclarations.h +26 五月 2020 | 00:52:45,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089.h +26 五月 2020 | 00:52:45,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900.h +26 五月 2020 | 00:52:45,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089MethodDeclarations.h +26 五月 2020 | 00:52:45,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Single2076509932.h +26 五月 2020 | 00:52:45,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386.h +26 五月 2020 | 00:52:45,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Single2076509932MethodDeclarations.h +26 五月 2020 | 00:52:45,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386MethodDeclarations.h +26 五月 2020 | 00:52:45,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_String2029220233.h +26 五月 2020 | 00:52:45,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782.h +26 五月 2020 | 00:52:45,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900MethodDeclarations.h +26 五月 2020 | 00:52:45,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_String2029220233MethodDeclarations.h +26 五月 2020 | 00:52:45,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782MethodDeclarations.h +26 五月 2020 | 00:52:45,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183.h +26 五月 2020 | 00:52:45,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926.h +26 五月 2020 | 00:52:45,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375.h +26 五月 2020 | 00:52:45,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183MethodDeclarations.h +26 五月 2020 | 00:52:45,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926MethodDeclarations.h +26 五月 2020 | 00:52:45,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598.h +26 五月 2020 | 00:52:45,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375MethodDeclarations.h +26 五月 2020 | 00:52:45,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518.h +26 五月 2020 | 00:52:45,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598MethodDeclarations.h +26 五月 2020 | 00:52:45,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659.h +26 五月 2020 | 00:52:45,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518MethodDeclarations.h +26 五月 2020 | 00:52:45,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964.h +26 五月 2020 | 00:52:45,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939.h +26 五月 2020 | 00:52:45,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659MethodDeclarations.h +26 五月 2020 | 00:52:45,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939MethodDeclarations.h +26 五月 2020 | 00:52:45,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573.h +26 五月 2020 | 00:52:45,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964MethodDeclarations.h +26 五月 2020 | 00:52:45,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272.h +26 五月 2020 | 00:52:45,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573MethodDeclarations.h +26 五月 2020 | 00:52:45,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632.h +26 五月 2020 | 00:52:45,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632MethodDeclarations.h +26 五月 2020 | 00:52:45,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347.h +26 五月 2020 | 00:52:45,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272MethodDeclarations.h +26 五月 2020 | 00:52:45,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347MethodDeclarations.h +26 五月 2020 | 00:52:45,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554.h +26 五月 2020 | 00:52:45,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895.h +26 五月 2020 | 00:52:45,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895MethodDeclarations.h +26 五月 2020 | 00:52:45,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988.h +26 五月 2020 | 00:52:45,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554MethodDeclarations.h +26 五月 2020 | 00:52:45,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270.h +26 五月 2020 | 00:52:45,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270MethodDeclarations.h +26 五月 2020 | 00:52:45,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916.h +26 五月 2020 | 00:52:45,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916MethodDeclarations.h +26 五月 2020 | 00:52:45,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474.h +26 五月 2020 | 00:52:45,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474MethodDeclarations.h +26 五月 2020 | 00:52:45,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204.h +26 五月 2020 | 00:52:45,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204MethodDeclarations.h +26 五月 2020 | 00:52:45,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733.h +26 五月 2020 | 00:52:45,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331.h +26 五月 2020 | 00:52:45,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733MethodDeclarations.h +26 五月 2020 | 00:52:45,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331MethodDeclarations.h +26 五月 2020 | 00:52:45,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988MethodDeclarations.h +26 五月 2020 | 00:52:45,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079.h +26 五月 2020 | 00:52:45,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818.h +26 五月 2020 | 00:52:45,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450.h +26 五月 2020 | 00:52:45,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450MethodDeclarations.h +26 五月 2020 | 00:52:45,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079MethodDeclarations.h +26 五月 2020 | 00:52:45,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818MethodDeclarations.h +26 五月 2020 | 00:52:45,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161.h +26 五月 2020 | 00:52:45,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Single2076509932.h +26 五月 2020 | 00:52:45,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161MethodDeclarations.h +26 五月 2020 | 00:52:45,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245.h +26 五月 2020 | 00:52:45,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Single2076509932MethodDeclarations.h +26 五月 2020 | 00:52:45,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620.h +26 五月 2020 | 00:52:45,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245MethodDeclarations.h +26 五月 2020 | 00:52:45,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_String2029220233.h +26 五月 2020 | 00:52:45,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620MethodDeclarations.h +26 五月 2020 | 00:52:45,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_String2029220233MethodDeclarations.h +26 五月 2020 | 00:52:45,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649.h +26 五月 2020 | 00:52:45,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926.h +26 五月 2020 | 00:52:45,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385.h +26 五月 2020 | 00:52:45,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649MethodDeclarations.h +26 五月 2020 | 00:52:45,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926MethodDeclarations.h +26 五月 2020 | 00:52:45,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385MethodDeclarations.h +26 五月 2020 | 00:52:45,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820.h +26 五月 2020 | 00:52:45,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518.h +26 五月 2020 | 00:52:45,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820MethodDeclarations.h +26 五月 2020 | 00:52:45,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518MethodDeclarations.h +26 五月 2020 | 00:52:45,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089.h +26 五月 2020 | 00:52:45,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382.h +26 五月 2020 | 00:52:45,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939.h +26 五月 2020 | 00:52:45,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939MethodDeclarations.h +26 五月 2020 | 00:52:45,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089MethodDeclarations.h +26 五月 2020 | 00:52:45,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382MethodDeclarations.h +26 五月 2020 | 00:52:45,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386.h +26 五月 2020 | 00:52:45,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272.h +26 五月 2020 | 00:52:45,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693.h +26 五月 2020 | 00:52:45,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386MethodDeclarations.h +26 五月 2020 | 00:52:45,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272MethodDeclarations.h +26 五月 2020 | 00:52:45,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782.h +26 五月 2020 | 00:52:45,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693MethodDeclarations.h +26 五月 2020 | 00:52:45,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782MethodDeclarations.h +26 五月 2020 | 00:52:45,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988.h +26 五月 2020 | 00:52:45,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375.h +26 五月 2020 | 00:52:45,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152.h +26 五月 2020 | 00:52:45,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988MethodDeclarations.h +26 五月 2020 | 00:52:45,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375MethodDeclarations.h +26 五月 2020 | 00:52:45,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152MethodDeclarations.h +26 五月 2020 | 00:52:45,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818.h +26 五月 2020 | 00:52:45,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659.h +26 五月 2020 | 00:52:45,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670.h +26 五月 2020 | 00:52:45,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818MethodDeclarations.h +26 五月 2020 | 00:52:45,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659MethodDeclarations.h +26 五月 2020 | 00:52:45,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670MethodDeclarations.h +26 五月 2020 | 00:52:45,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573.h +26 五月 2020 | 00:52:45,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111.h +26 五月 2020 | 00:52:45,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573MethodDeclarations.h +26 五月 2020 | 00:52:45,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111MethodDeclarations.h +26 五月 2020 | 00:52:45,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245.h +26 五月 2020 | 00:52:45,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554.h +26 五月 2020 | 00:52:45,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245MethodDeclarations.h +26 五月 2020 | 00:52:45,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554MethodDeclarations.h +26 五月 2020 | 00:52:45,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649.h +26 五月 2020 | 00:52:45,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474.h +26 五月 2020 | 00:52:45,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699.h +26 五月 2020 | 00:52:45,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649MethodDeclarations.h +26 五月 2020 | 00:52:45,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474MethodDeclarations.h +26 五月 2020 | 00:52:45,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699MethodDeclarations.h +26 五月 2020 | 00:52:45,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820.h +26 五月 2020 | 00:52:45,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733.h +26 五月 2020 | 00:52:45,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820MethodDeclarations.h +26 五月 2020 | 00:52:45,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756.h +26 五月 2020 | 00:52:45,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733MethodDeclarations.h +26 五月 2020 | 00:52:45,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382.h +26 五月 2020 | 00:52:45,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079.h +26 五月 2020 | 00:52:45,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382MethodDeclarations.h +26 五月 2020 | 00:52:45,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079MethodDeclarations.h +26 五月 2020 | 00:52:45,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693.h +26 五月 2020 | 00:52:45,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756MethodDeclarations.h +26 五月 2020 | 00:52:45,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693MethodDeclarations.h +26 五月 2020 | 00:52:45,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514.h +26 五月 2020 | 00:52:45,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152.h +26 五月 2020 | 00:52:45,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514MethodDeclarations.h +26 五月 2020 | 00:52:45,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152MethodDeclarations.h +26 五月 2020 | 00:52:45,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975.h +26 五月 2020 | 00:52:45,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Single2076509932.h +26 五月 2020 | 00:52:45,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670.h +26 五月 2020 | 00:52:45,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975MethodDeclarations.h +26 五月 2020 | 00:52:45,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Single2076509932MethodDeclarations.h +26 五月 2020 | 00:52:45,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670MethodDeclarations.h +26 五月 2020 | 00:52:45,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112.h +26 五月 2020 | 00:52:45,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_String2029220233.h +26 五月 2020 | 00:52:45,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111.h +26 五月 2020 | 00:52:45,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112MethodDeclarations.h +26 五月 2020 | 00:52:45,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_String2029220233MethodDeclarations.h +26 五月 2020 | 00:52:45,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111MethodDeclarations.h +26 五月 2020 | 00:52:45,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570.h +26 五月 2020 | 00:52:45,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926.h +26 五月 2020 | 00:52:45,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699.h +26 五月 2020 | 00:52:45,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570MethodDeclarations.h +26 五月 2020 | 00:52:45,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926MethodDeclarations.h +26 五月 2020 | 00:52:45,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699MethodDeclarations.h +26 五月 2020 | 00:52:45,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518.h +26 五月 2020 | 00:52:45,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255.h +26 五月 2020 | 00:52:45,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756.h +26 五月 2020 | 00:52:45,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518MethodDeclarations.h +26 五月 2020 | 00:52:45,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255MethodDeclarations.h +26 五月 2020 | 00:52:45,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939.h +26 五月 2020 | 00:52:45,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756MethodDeclarations.h +26 五月 2020 | 00:52:45,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939MethodDeclarations.h +26 五月 2020 | 00:52:45,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679.h +26 五月 2020 | 00:52:45,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679MethodDeclarations.h +26 五月 2020 | 00:52:45,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514.h +26 五月 2020 | 00:52:45,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514MethodDeclarations.h +26 五月 2020 | 00:52:45,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430.h +26 五月 2020 | 00:52:45,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272.h +26 五月 2020 | 00:52:45,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975.h +26 五月 2020 | 00:52:45,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430MethodDeclarations.h +26 五月 2020 | 00:52:45,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975MethodDeclarations.h +26 五月 2020 | 00:52:45,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143.h +26 五月 2020 | 00:52:45,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143MethodDeclarations.h +26 五月 2020 | 00:52:45,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112.h +26 五月 2020 | 00:52:45,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846.h +26 五月 2020 | 00:52:45,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112MethodDeclarations.h +26 五月 2020 | 00:52:45,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846MethodDeclarations.h +26 五月 2020 | 00:52:45,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570.h +26 五月 2020 | 00:52:45,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865.h +26 五月 2020 | 00:52:45,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570MethodDeclarations.h +26 五月 2020 | 00:52:45,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865MethodDeclarations.h +26 五月 2020 | 00:52:45,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546.h +26 五月 2020 | 00:52:45,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255.h +26 五月 2020 | 00:52:45,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272MethodDeclarations.h +26 五月 2020 | 00:52:45,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546MethodDeclarations.h +26 五月 2020 | 00:52:45,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255MethodDeclarations.h +26 五月 2020 | 00:52:45,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939.h +26 五月 2020 | 00:52:45,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988.h +26 五月 2020 | 00:52:45,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679.h +26 五月 2020 | 00:52:45,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939MethodDeclarations.h +26 五月 2020 | 00:52:45,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679MethodDeclarations.h +26 五月 2020 | 00:52:45,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826.h +26 五月 2020 | 00:52:45,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988MethodDeclarations.h +26 五月 2020 | 00:52:45,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826MethodDeclarations.h +26 五月 2020 | 00:52:45,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430.h +26 五月 2020 | 00:52:45,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818.h +26 五月 2020 | 00:52:45,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448.h +26 五月 2020 | 00:52:45,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430MethodDeclarations.h +26 五月 2020 | 00:52:45,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818MethodDeclarations.h +26 五月 2020 | 00:52:45,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448MethodDeclarations.h +26 五月 2020 | 00:52:45,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143.h +26 五月 2020 | 00:52:45,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143MethodDeclarations.h +26 五月 2020 | 00:52:45,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245.h +26 五月 2020 | 00:52:45,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404.h +26 五月 2020 | 00:52:45,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846.h +26 五月 2020 | 00:52:45,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245MethodDeclarations.h +26 五月 2020 | 00:52:45,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404MethodDeclarations.h +26 五月 2020 | 00:52:45,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649.h +26 五月 2020 | 00:52:45,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846MethodDeclarations.h +26 五月 2020 | 00:52:45,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012.h +26 五月 2020 | 00:52:45,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649MethodDeclarations.h +26 五月 2020 | 00:52:45,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865.h +26 五月 2020 | 00:52:45,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012MethodDeclarations.h +26 五月 2020 | 00:52:45,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820.h +26 五月 2020 | 00:52:45,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865MethodDeclarations.h +26 五月 2020 | 00:52:45,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522.h +26 五月 2020 | 00:52:45,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820MethodDeclarations.h +26 五月 2020 | 00:52:45,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546.h +26 五月 2020 | 00:52:45,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522MethodDeclarations.h +26 五月 2020 | 00:52:45,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382.h +26 五月 2020 | 00:52:45,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546MethodDeclarations.h +26 五月 2020 | 00:52:45,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584.h +26 五月 2020 | 00:52:45,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382MethodDeclarations.h +26 五月 2020 | 00:52:45,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939.h +26 五月 2020 | 00:52:45,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584MethodDeclarations.h +26 五月 2020 | 00:52:45,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693.h +26 五月 2020 | 00:52:45,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939MethodDeclarations.h +26 五月 2020 | 00:52:45,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503.h +26 五月 2020 | 00:52:45,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693MethodDeclarations.h +26 五月 2020 | 00:52:45,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826.h +26 五月 2020 | 00:52:45,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503MethodDeclarations.h +26 五月 2020 | 00:52:45,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152.h +26 五月 2020 | 00:52:45,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152MethodDeclarations.h +26 五月 2020 | 00:52:45,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436.h +26 五月 2020 | 00:52:45,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826MethodDeclarations.h +26 五月 2020 | 00:52:45,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436MethodDeclarations.h +26 五月 2020 | 00:52:45,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670.h +26 五月 2020 | 00:52:45,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448.h +26 五月 2020 | 00:52:45,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307.h +26 五月 2020 | 00:52:45,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448MethodDeclarations.h +26 五月 2020 | 00:52:45,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670MethodDeclarations.h +26 五月 2020 | 00:52:45,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307MethodDeclarations.h +26 五月 2020 | 00:52:45,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404.h +26 五月 2020 | 00:52:45,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111.h +26 五月 2020 | 00:52:45,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323.h +26 五月 2020 | 00:52:45,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111MethodDeclarations.h +26 五月 2020 | 00:52:45,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323MethodDeclarations.h +26 五月 2020 | 00:52:45,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404MethodDeclarations.h +26 五月 2020 | 00:52:45,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012.h +26 五月 2020 | 00:52:45,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012.h +26 五月 2020 | 00:52:45,449 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699.h +26 五月 2020 | 00:52:45,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012MethodDeclarations.h +26 五月 2020 | 00:52:45,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012MethodDeclarations.h +26 五月 2020 | 00:52:45,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699MethodDeclarations.h +26 五月 2020 | 00:52:45,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522.h +26 五月 2020 | 00:52:45,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657.h +26 五月 2020 | 00:52:45,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756.h +26 五月 2020 | 00:52:45,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522MethodDeclarations.h +26 五月 2020 | 00:52:45,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657MethodDeclarations.h +26 五月 2020 | 00:52:45,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394.h +26 五月 2020 | 00:52:45,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394MethodDeclarations.h +26 五月 2020 | 00:52:45,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584.h +26 五月 2020 | 00:52:45,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756MethodDeclarations.h +26 五月 2020 | 00:52:45,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111.h +26 五月 2020 | 00:52:45,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584MethodDeclarations.h +26 五月 2020 | 00:52:45,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111MethodDeclarations.h +26 五月 2020 | 00:52:45,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503.h +26 五月 2020 | 00:52:45,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514.h +26 五月 2020 | 00:52:45,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218.h +26 五月 2020 | 00:52:45,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503MethodDeclarations.h +26 五月 2020 | 00:52:45,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514MethodDeclarations.h +26 五月 2020 | 00:52:45,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218MethodDeclarations.h +26 五月 2020 | 00:52:45,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436.h +26 五月 2020 | 00:52:45,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975.h +26 五月 2020 | 00:52:45,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436MethodDeclarations.h +26 五月 2020 | 00:52:45,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885.h +26 五月 2020 | 00:52:45,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975MethodDeclarations.h +26 五月 2020 | 00:52:45,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885MethodDeclarations.h +26 五月 2020 | 00:52:45,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307.h +26 五月 2020 | 00:52:45,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112.h +26 五月 2020 | 00:52:45,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742.h +26 五月 2020 | 00:52:45,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307MethodDeclarations.h +26 五月 2020 | 00:52:45,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112MethodDeclarations.h +26 五月 2020 | 00:52:45,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323.h +26 五月 2020 | 00:52:45,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742MethodDeclarations.h +26 五月 2020 | 00:52:45,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570.h +26 五月 2020 | 00:52:45,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437.h +26 五月 2020 | 00:52:45,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323MethodDeclarations.h +26 五月 2020 | 00:52:45,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570MethodDeclarations.h +26 五月 2020 | 00:52:45,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437MethodDeclarations.h +26 五月 2020 | 00:52:45,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012.h +26 五月 2020 | 00:52:45,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255.h +26 五月 2020 | 00:52:45,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255MethodDeclarations.h +26 五月 2020 | 00:52:45,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012MethodDeclarations.h +26 五月 2020 | 00:52:45,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316.h +26 五月 2020 | 00:52:45,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679.h +26 五月 2020 | 00:52:45,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657.h +26 五月 2020 | 00:52:45,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316MethodDeclarations.h +26 五月 2020 | 00:52:45,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679MethodDeclarations.h +26 五月 2020 | 00:52:45,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657MethodDeclarations.h +26 五月 2020 | 00:52:45,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612.h +26 五月 2020 | 00:52:45,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430.h +26 五月 2020 | 00:52:45,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394.h +26 五月 2020 | 00:52:45,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612MethodDeclarations.h +26 五月 2020 | 00:52:45,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430MethodDeclarations.h +26 五月 2020 | 00:52:45,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394MethodDeclarations.h +26 五月 2020 | 00:52:45,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143.h +26 五月 2020 | 00:52:45,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753.h +26 五月 2020 | 00:52:45,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143MethodDeclarations.h +26 五月 2020 | 00:52:45,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111.h +26 五月 2020 | 00:52:45,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753MethodDeclarations.h +26 五月 2020 | 00:52:45,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846.h +26 五月 2020 | 00:52:45,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111MethodDeclarations.h +26 五月 2020 | 00:52:45,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846MethodDeclarations.h +26 五月 2020 | 00:52:45,493 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933.h +26 五月 2020 | 00:52:45,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218.h +26 五月 2020 | 00:52:45,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933MethodDeclarations.h +26 五月 2020 | 00:52:45,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865.h +26 五月 2020 | 00:52:45,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218MethodDeclarations.h +26 五月 2020 | 00:52:45,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080.h +26 五月 2020 | 00:52:45,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865MethodDeclarations.h +26 五月 2020 | 00:52:45,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885.h +26 五月 2020 | 00:52:45,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080MethodDeclarations.h +26 五月 2020 | 00:52:45,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546.h +26 五月 2020 | 00:52:45,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885MethodDeclarations.h +26 五月 2020 | 00:52:45,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264.h +26 五月 2020 | 00:52:45,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742.h +26 五月 2020 | 00:52:45,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264MethodDeclarations.h +26 五月 2020 | 00:52:45,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742MethodDeclarations.h +26 五月 2020 | 00:52:45,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609.h +26 五月 2020 | 00:52:45,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437.h +26 五月 2020 | 00:52:45,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609MethodDeclarations.h +26 五月 2020 | 00:52:45,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437MethodDeclarations.h +26 五月 2020 | 00:52:45,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912.h +26 五月 2020 | 00:52:45,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546MethodDeclarations.h +26 五月 2020 | 00:52:45,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912MethodDeclarations.h +26 五月 2020 | 00:52:45,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939.h +26 五月 2020 | 00:52:45,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973.h +26 五月 2020 | 00:52:45,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939MethodDeclarations.h +26 五月 2020 | 00:52:45,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973MethodDeclarations.h +26 五月 2020 | 00:52:45,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826.h +26 五月 2020 | 00:52:45,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316.h +26 五月 2020 | 00:52:45,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826MethodDeclarations.h +26 五月 2020 | 00:52:45,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316MethodDeclarations.h +26 五月 2020 | 00:52:45,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448.h +26 五月 2020 | 00:52:45,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448MethodDeclarations.h +26 五月 2020 | 00:52:45,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612.h +26 五月 2020 | 00:52:45,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404.h +26 五月 2020 | 00:52:45,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612MethodDeclarations.h +26 五月 2020 | 00:52:45,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404MethodDeclarations.h +26 五月 2020 | 00:52:45,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753.h +26 五月 2020 | 00:52:45,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372.h +26 五月 2020 | 00:52:45,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012.h +26 五月 2020 | 00:52:45,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753MethodDeclarations.h +26 五月 2020 | 00:52:45,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372MethodDeclarations.h +26 五月 2020 | 00:52:45,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012MethodDeclarations.h +26 五月 2020 | 00:52:45,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594.h +26 五月 2020 | 00:52:45,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522.h +26 五月 2020 | 00:52:45,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594MethodDeclarations.h +26 五月 2020 | 00:52:45,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522MethodDeclarations.h +26 五月 2020 | 00:52:45,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933.h +26 五月 2020 | 00:52:45,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933MethodDeclarations.h +26 五月 2020 | 00:52:45,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080.h +26 五月 2020 | 00:52:45,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080MethodDeclarations.h +26 五月 2020 | 00:52:45,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723.h +26 五月 2020 | 00:52:45,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584.h +26 五月 2020 | 00:52:45,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264.h +26 五月 2020 | 00:52:45,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584MethodDeclarations.h +26 五月 2020 | 00:52:45,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264MethodDeclarations.h +26 五月 2020 | 00:52:45,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503.h +26 五月 2020 | 00:52:45,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609.h +26 五月 2020 | 00:52:45,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609MethodDeclarations.h +26 五月 2020 | 00:52:45,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503MethodDeclarations.h +26 五月 2020 | 00:52:45,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436.h +26 五月 2020 | 00:52:45,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436MethodDeclarations.h +26 五月 2020 | 00:52:45,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723MethodDeclarations.h +26 五月 2020 | 00:52:45,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912.h +26 五月 2020 | 00:52:45,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912MethodDeclarations.h +26 五月 2020 | 00:52:45,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288.h +26 五月 2020 | 00:52:45,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973.h +26 五月 2020 | 00:52:45,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288MethodDeclarations.h +26 五月 2020 | 00:52:45,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973MethodDeclarations.h +26 五月 2020 | 00:52:45,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307.h +26 五月 2020 | 00:52:45,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307MethodDeclarations.h +26 五月 2020 | 00:52:45,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169.h +26 五月 2020 | 00:52:45,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323.h +26 五月 2020 | 00:52:45,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169MethodDeclarations.h +26 五月 2020 | 00:52:45,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323MethodDeclarations.h +26 五月 2020 | 00:52:45,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949.h +26 五月 2020 | 00:52:45,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012.h +26 五月 2020 | 00:52:45,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949MethodDeclarations.h +26 五月 2020 | 00:52:45,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372.h +26 五月 2020 | 00:52:45,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012MethodDeclarations.h +26 五月 2020 | 00:52:45,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450.h +26 五月 2020 | 00:52:45,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372MethodDeclarations.h +26 五月 2020 | 00:52:45,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450MethodDeclarations.h +26 五月 2020 | 00:52:45,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594.h +26 五月 2020 | 00:52:45,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267.h +26 五月 2020 | 00:52:45,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594MethodDeclarations.h +26 五月 2020 | 00:52:45,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267MethodDeclarations.h +26 五月 2020 | 00:52:45,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723.h +26 五月 2020 | 00:52:45,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798.h +26 五月 2020 | 00:52:45,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657.h +26 五月 2020 | 00:52:45,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798MethodDeclarations.h +26 五月 2020 | 00:52:45,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Type1303803226.h +26 五月 2020 | 00:52:45,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Type1303803226MethodDeclarations.h +26 五月 2020 | 00:52:45,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201.h +26 五月 2020 | 00:52:45,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201MethodDeclarations.h +26 五月 2020 | 00:52:45,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657MethodDeclarations.h +26 五月 2020 | 00:52:45,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394.h +26 五月 2020 | 00:52:45,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183.h +26 五月 2020 | 00:52:45,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394MethodDeclarations.h +26 五月 2020 | 00:52:45,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183MethodDeclarations.h +26 五月 2020 | 00:52:45,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723MethodDeclarations.h +26 五月 2020 | 00:52:45,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155.h +26 五月 2020 | 00:52:45,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288.h +26 五月 2020 | 00:52:45,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155MethodDeclarations.h +26 五月 2020 | 00:52:45,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288MethodDeclarations.h +26 五月 2020 | 00:52:45,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857.h +26 五月 2020 | 00:52:45,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169.h +26 五月 2020 | 00:52:45,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857MethodDeclarations.h +26 五月 2020 | 00:52:45,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169MethodDeclarations.h +26 五月 2020 | 00:52:45,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111.h +26 五月 2020 | 00:52:45,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949.h +26 五月 2020 | 00:52:45,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611.h +26 五月 2020 | 00:52:45,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111MethodDeclarations.h +26 五月 2020 | 00:52:45,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949MethodDeclarations.h +26 五月 2020 | 00:52:45,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611MethodDeclarations.h +26 五月 2020 | 00:52:45,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218.h +26 五月 2020 | 00:52:45,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021.h +26 五月 2020 | 00:52:45,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450.h +26 五月 2020 | 00:52:45,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021MethodDeclarations.h +26 五月 2020 | 00:52:45,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218MethodDeclarations.h +26 五月 2020 | 00:52:45,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450MethodDeclarations.h +26 五月 2020 | 00:52:45,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914.h +26 五月 2020 | 00:52:45,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267.h +26 五月 2020 | 00:52:45,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885.h +26 五月 2020 | 00:52:45,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914MethodDeclarations.h +26 五月 2020 | 00:52:45,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267MethodDeclarations.h +26 五月 2020 | 00:52:45,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885MethodDeclarations.h +26 五月 2020 | 00:52:45,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742.h +26 五月 2020 | 00:52:45,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742MethodDeclarations.h +26 五月 2020 | 00:52:45,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437.h +26 五月 2020 | 00:52:45,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846.h +26 五月 2020 | 00:52:45,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798.h +26 五月 2020 | 00:52:45,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437MethodDeclarations.h +26 五月 2020 | 00:52:45,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846MethodDeclarations.h +26 五月 2020 | 00:52:45,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798MethodDeclarations.h +26 五月 2020 | 00:52:45,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Type1303803226.h +26 五月 2020 | 00:52:45,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316.h +26 五月 2020 | 00:52:45,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316MethodDeclarations.h +26 五月 2020 | 00:52:45,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Type1303803226MethodDeclarations.h +26 五月 2020 | 00:52:45,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612.h +26 五月 2020 | 00:52:45,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201.h +26 五月 2020 | 00:52:45,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201MethodDeclarations.h +26 五月 2020 | 00:52:45,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612MethodDeclarations.h +26 五月 2020 | 00:52:45,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183.h +26 五月 2020 | 00:52:45,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555.h +26 五月 2020 | 00:52:45,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183MethodDeclarations.h +26 五月 2020 | 00:52:45,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555MethodDeclarations.h +26 五月 2020 | 00:52:45,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155.h +26 五月 2020 | 00:52:45,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131.h +26 五月 2020 | 00:52:45,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753.h +26 五月 2020 | 00:52:45,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155MethodDeclarations.h +26 五月 2020 | 00:52:45,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131MethodDeclarations.h +26 五月 2020 | 00:52:45,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753MethodDeclarations.h +26 五月 2020 | 00:52:45,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857.h +26 五月 2020 | 00:52:45,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888.h +26 五月 2020 | 00:52:45,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888MethodDeclarations.h +26 五月 2020 | 00:52:45,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857MethodDeclarations.h +26 五月 2020 | 00:52:45,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117.h +26 五月 2020 | 00:52:45,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933.h +26 五月 2020 | 00:52:45,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117MethodDeclarations.h +26 五月 2020 | 00:52:45,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933MethodDeclarations.h +26 五月 2020 | 00:52:45,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722.h +26 五月 2020 | 00:52:45,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722MethodDeclarations.h +26 五月 2020 | 00:52:45,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080.h +26 五月 2020 | 00:52:45,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607.h +26 五月 2020 | 00:52:45,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080MethodDeclarations.h +26 五月 2020 | 00:52:45,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611.h +26 五月 2020 | 00:52:45,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607MethodDeclarations.h +26 五月 2020 | 00:52:45,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264.h +26 五月 2020 | 00:52:45,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611MethodDeclarations.h +26 五月 2020 | 00:52:45,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Version1755874712.h +26 五月 2020 | 00:52:45,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264MethodDeclarations.h +26 五月 2020 | 00:52:45,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021.h +26 五月 2020 | 00:52:45,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Version1755874712MethodDeclarations.h +26 五月 2020 | 00:52:45,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609.h +26 五月 2020 | 00:52:45,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609MethodDeclarations.h +26 五月 2020 | 00:52:45,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Void1841601450.h +26 五月 2020 | 00:52:45,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021MethodDeclarations.h +26 五月 2020 | 00:52:45,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Void1841601450MethodDeclarations.h +26 五月 2020 | 00:52:45,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914.h +26 五月 2020 | 00:52:45,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567.h +26 五月 2020 | 00:52:45,707 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914MethodDeclarations.h +26 五月 2020 | 00:52:45,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567MethodDeclarations.h +26 五月 2020 | 00:52:45,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788.h +26 五月 2020 | 00:52:45,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846.h +26 五月 2020 | 00:52:45,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912.h +26 五月 2020 | 00:52:45,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912MethodDeclarations.h +26 五月 2020 | 00:52:45,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788MethodDeclarations.h +26 五月 2020 | 00:52:45,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846MethodDeclarations.h +26 五月 2020 | 00:52:45,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973.h +26 五月 2020 | 00:52:45,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062.h +26 五月 2020 | 00:52:45,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973MethodDeclarations.h +26 五月 2020 | 00:52:45,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555.h +26 五月 2020 | 00:52:45,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062MethodDeclarations.h +26 五月 2020 | 00:52:45,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372.h +26 五月 2020 | 00:52:45,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:45,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555MethodDeclarations.h +26 五月 2020 | 00:52:45,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372MethodDeclarations.h +26 五月 2020 | 00:52:45,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:45,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131.h +26 五月 2020 | 00:52:45,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594.h +26 五月 2020 | 00:52:45,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:45,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131MethodDeclarations.h +26 五月 2020 | 00:52:45,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:45,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594MethodDeclarations.h +26 五月 2020 | 00:52:45,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888.h +26 五月 2020 | 00:52:45,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326.h +26 五月 2020 | 00:52:45,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326MethodDeclarations.h +26 五月 2020 | 00:52:45,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888MethodDeclarations.h +26 五月 2020 | 00:52:45,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117.h +26 五月 2020 | 00:52:45,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723.h +26 五月 2020 | 00:52:45,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117MethodDeclarations.h +26 五月 2020 | 00:52:45,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722.h +26 五月 2020 | 00:52:45,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722MethodDeclarations.h +26 五月 2020 | 00:52:45,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723MethodDeclarations.h +26 五月 2020 | 00:52:45,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607.h +26 五月 2020 | 00:52:45,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288.h +26 五月 2020 | 00:52:45,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607MethodDeclarations.h +26 五月 2020 | 00:52:45,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288MethodDeclarations.h +26 五月 2020 | 00:52:45,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Version1755874712.h +26 五月 2020 | 00:52:45,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169.h +26 五月 2020 | 00:52:45,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Version1755874712MethodDeclarations.h +26 五月 2020 | 00:52:45,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169MethodDeclarations.h +26 五月 2020 | 00:52:45,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Void1841601450.h +26 五月 2020 | 00:52:45,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949.h +26 五月 2020 | 00:52:45,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Void1841601450MethodDeclarations.h +26 五月 2020 | 00:52:45,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949MethodDeclarations.h +26 五月 2020 | 00:52:45,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567.h +26 五月 2020 | 00:52:45,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450.h +26 五月 2020 | 00:52:45,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567MethodDeclarations.h +26 五月 2020 | 00:52:45,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450MethodDeclarations.h +26 五月 2020 | 00:52:45,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788.h +26 五月 2020 | 00:52:45,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267.h +26 五月 2020 | 00:52:45,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788MethodDeclarations.h +26 五月 2020 | 00:52:45,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267MethodDeclarations.h +26 五月 2020 | 00:52:45,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062.h +26 五月 2020 | 00:52:45,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798.h +26 五月 2020 | 00:52:45,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798MethodDeclarations.h +26 五月 2020 | 00:52:45,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Type1303803226.h +26 五月 2020 | 00:52:45,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062MethodDeclarations.h +26 五月 2020 | 00:52:45,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Type1303803226MethodDeclarations.h +26 五月 2020 | 00:52:45,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:45,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:45,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201.h +26 五月 2020 | 00:52:45,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201MethodDeclarations.h +26 五月 2020 | 00:52:45,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:45,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:45,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183.h +26 五月 2020 | 00:52:45,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326.h +26 五月 2020 | 00:52:45,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183MethodDeclarations.h +26 五月 2020 | 00:52:45,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326MethodDeclarations.h +26 五月 2020 | 00:52:45,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155.h +26 五月 2020 | 00:52:45,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330.h +26 五月 2020 | 00:52:45,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330MethodDeclarations.h +26 五月 2020 | 00:52:45,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155MethodDeclarations.h +26 五月 2020 | 00:52:45,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334.h +26 五月 2020 | 00:52:45,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857.h +26 五月 2020 | 00:52:45,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334MethodDeclarations.h +26 五月 2020 | 00:52:45,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857MethodDeclarations.h +26 五月 2020 | 00:52:45,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336.h +26 五月 2020 | 00:52:45,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611.h +26 五月 2020 | 00:52:45,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336MethodDeclarations.h +26 五月 2020 | 00:52:45,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092.h +26 五月 2020 | 00:52:45,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611MethodDeclarations.h +26 五月 2020 | 00:52:45,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092MethodDeclarations.h +26 五月 2020 | 00:52:45,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021.h +26 五月 2020 | 00:52:45,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327.h +26 五月 2020 | 00:52:45,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021MethodDeclarations.h +26 五月 2020 | 00:52:45,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327MethodDeclarations.h +26 五月 2020 | 00:52:45,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914.h +26 五月 2020 | 00:52:45,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954.h +26 五月 2020 | 00:52:45,829 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954MethodDeclarations.h +26 五月 2020 | 00:52:45,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914MethodDeclarations.h +26 五月 2020 | 00:52:45,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846.h +26 五月 2020 | 00:52:45,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846MethodDeclarations.h +26 五月 2020 | 00:52:45,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555.h +26 五月 2020 | 00:52:45,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555MethodDeclarations.h +26 五月 2020 | 00:52:45,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131.h +26 五月 2020 | 00:52:45,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131MethodDeclarations.h +26 五月 2020 | 00:52:45,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888.h +26 五月 2020 | 00:52:45,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330.h +26 五月 2020 | 00:52:45,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330MethodDeclarations.h +26 五月 2020 | 00:52:45,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888MethodDeclarations.h +26 五月 2020 | 00:52:45,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117.h +26 五月 2020 | 00:52:45,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894.h +26 五月 2020 | 00:52:45,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334.h +26 五月 2020 | 00:52:45,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334MethodDeclarations.h +26 五月 2020 | 00:52:45,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894MethodDeclarations.h +26 五月 2020 | 00:52:45,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117MethodDeclarations.h +26 五月 2020 | 00:52:45,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336.h +26 五月 2020 | 00:52:45,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915.h +26 五月 2020 | 00:52:45,845 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722.h +26 五月 2020 | 00:52:45,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336MethodDeclarations.h +26 五月 2020 | 00:52:45,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915MethodDeclarations.h +26 五月 2020 | 00:52:45,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722MethodDeclarations.h +26 五月 2020 | 00:52:45,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092.h +26 五月 2020 | 00:52:45,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607.h +26 五月 2020 | 00:52:45,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745.h +26 五月 2020 | 00:52:45,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092MethodDeclarations.h +26 五月 2020 | 00:52:45,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745MethodDeclarations.h +26 五月 2020 | 00:52:45,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607MethodDeclarations.h +26 五月 2020 | 00:52:45,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327.h +26 五月 2020 | 00:52:45,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Version1755874712.h +26 五月 2020 | 00:52:45,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327MethodDeclarations.h +26 五月 2020 | 00:52:45,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Version1755874712MethodDeclarations.h +26 五月 2020 | 00:52:45,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954.h +26 五月 2020 | 00:52:45,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749.h +26 五月 2020 | 00:52:45,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Void1841601450.h +26 五月 2020 | 00:52:45,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954MethodDeclarations.h +26 五月 2020 | 00:52:45,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749MethodDeclarations.h +26 五月 2020 | 00:52:45,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Void1841601450MethodDeclarations.h +26 五月 2020 | 00:52:45,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894.h +26 五月 2020 | 00:52:45,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567.h +26 五月 2020 | 00:52:45,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769.h +26 五月 2020 | 00:52:45,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894MethodDeclarations.h +26 五月 2020 | 00:52:45,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769MethodDeclarations.h +26 五月 2020 | 00:52:45,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567MethodDeclarations.h +26 五月 2020 | 00:52:45,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915.h +26 五月 2020 | 00:52:45,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915MethodDeclarations.h +26 五月 2020 | 00:52:45,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798.h +26 五月 2020 | 00:52:45,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788.h +26 五月 2020 | 00:52:45,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798MethodDeclarations.h +26 五月 2020 | 00:52:45,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745.h +26 五月 2020 | 00:52:45,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788MethodDeclarations.h +26 五月 2020 | 00:52:45,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745MethodDeclarations.h +26 五月 2020 | 00:52:45,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800.h +26 五月 2020 | 00:52:45,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800MethodDeclarations.h +26 五月 2020 | 00:52:45,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062.h +26 五月 2020 | 00:52:45,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749.h +26 五月 2020 | 00:52:45,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749MethodDeclarations.h +26 五月 2020 | 00:52:45,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802.h +26 五月 2020 | 00:52:45,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062MethodDeclarations.h +26 五月 2020 | 00:52:45,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802MethodDeclarations.h +26 五月 2020 | 00:52:45,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769.h +26 五月 2020 | 00:52:45,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:45,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769MethodDeclarations.h +26 五月 2020 | 00:52:45,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804.h +26 五月 2020 | 00:52:45,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:45,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804MethodDeclarations.h +26 五月 2020 | 00:52:45,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798.h +26 五月 2020 | 00:52:45,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:45,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798MethodDeclarations.h +26 五月 2020 | 00:52:45,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:45,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554.h +26 五月 2020 | 00:52:45,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800.h +26 五月 2020 | 00:52:45,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800MethodDeclarations.h +26 五月 2020 | 00:52:45,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554MethodDeclarations.h +26 五月 2020 | 00:52:45,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326.h +26 五月 2020 | 00:52:45,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802.h +26 五月 2020 | 00:52:45,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326MethodDeclarations.h +26 五月 2020 | 00:52:45,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802MethodDeclarations.h +26 五月 2020 | 00:52:45,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558.h +26 五月 2020 | 00:52:45,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558MethodDeclarations.h +26 五月 2020 | 00:52:45,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804.h +26 五月 2020 | 00:52:45,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804MethodDeclarations.h +26 五月 2020 | 00:52:45,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562.h +26 五月 2020 | 00:52:45,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554.h +26 五月 2020 | 00:52:45,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562MethodDeclarations.h +26 五月 2020 | 00:52:45,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554MethodDeclarations.h +26 五月 2020 | 00:52:45,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915.h +26 五月 2020 | 00:52:45,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915MethodDeclarations.h +26 五月 2020 | 00:52:45,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558.h +26 五月 2020 | 00:52:45,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558MethodDeclarations.h +26 五月 2020 | 00:52:45,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921.h +26 五月 2020 | 00:52:45,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921MethodDeclarations.h +26 五月 2020 | 00:52:45,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562.h +26 五月 2020 | 00:52:45,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562MethodDeclarations.h +26 五月 2020 | 00:52:45,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517.h +26 五月 2020 | 00:52:45,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517MethodDeclarations.h +26 五月 2020 | 00:52:45,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275.h +26 五月 2020 | 00:52:45,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275MethodDeclarations.h +26 五月 2020 | 00:52:45,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_ArrayTypes.h +26 五月 2020 | 00:52:45,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915.h +26 五月 2020 | 00:52:45,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517.h +26 五月 2020 | 00:52:45,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517MethodDeclarations.h +26 五月 2020 | 00:52:45,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915MethodDeclarations.h +26 五月 2020 | 00:52:45,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921.h +26 五月 2020 | 00:52:45,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084.h +26 五月 2020 | 00:52:45,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921MethodDeclarations.h +26 五月 2020 | 00:52:45,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084MethodDeclarations.h +26 五月 2020 | 00:52:45,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517.h +26 五月 2020 | 00:52:45,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582.h +26 五月 2020 | 00:52:45,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517MethodDeclarations.h +26 五月 2020 | 00:52:45,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275.h +26 五月 2020 | 00:52:45,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582MethodDeclarations.h +26 五月 2020 | 00:52:45,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275MethodDeclarations.h +26 五月 2020 | 00:52:45,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537.h +26 五月 2020 | 00:52:45,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537MethodDeclarations.h +26 五月 2020 | 00:52:45,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932.h +26 五月 2020 | 00:52:45,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932MethodDeclarations.h +26 五月 2020 | 00:52:45,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729.h +26 五月 2020 | 00:52:45,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729MethodDeclarations.h +26 五月 2020 | 00:52:45,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539.h +26 五月 2020 | 00:52:45,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539MethodDeclarations.h +26 五月 2020 | 00:52:45,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690.h +26 五月 2020 | 00:52:45,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690MethodDeclarations.h +26 五月 2020 | 00:52:45,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330.h +26 五月 2020 | 00:52:45,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848.h +26 五月 2020 | 00:52:45,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330MethodDeclarations.h +26 五月 2020 | 00:52:45,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848MethodDeclarations.h +26 五月 2020 | 00:52:45,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334.h +26 五月 2020 | 00:52:45,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_ArrayTypes.h +26 五月 2020 | 00:52:45,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334MethodDeclarations.h +26 五月 2020 | 00:52:45,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517.h +26 五月 2020 | 00:52:45,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442.h +26 五月 2020 | 00:52:45,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517MethodDeclarations.h +26 五月 2020 | 00:52:45,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442MethodDeclarations.h +26 五月 2020 | 00:52:45,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336.h +26 五月 2020 | 00:52:45,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205.h +26 五月 2020 | 00:52:45,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336MethodDeclarations.h +26 五月 2020 | 00:52:45,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205MethodDeclarations.h +26 五月 2020 | 00:52:45,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084.h +26 五月 2020 | 00:52:45,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933.h +26 五月 2020 | 00:52:45,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084MethodDeclarations.h +26 五月 2020 | 00:52:45,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092.h +26 五月 2020 | 00:52:45,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933MethodDeclarations.h +26 五月 2020 | 00:52:45,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092MethodDeclarations.h +26 五月 2020 | 00:52:45,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582.h +26 五月 2020 | 00:52:45,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327.h +26 五月 2020 | 00:52:45,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655.h +26 五月 2020 | 00:52:45,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655MethodDeclarations.h +26 五月 2020 | 00:52:45,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582MethodDeclarations.h +26 五月 2020 | 00:52:45,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327MethodDeclarations.h +26 五月 2020 | 00:52:45,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537.h +26 五月 2020 | 00:52:45,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954.h +26 五月 2020 | 00:52:45,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954MethodDeclarations.h +26 五月 2020 | 00:52:45,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200.h +26 五月 2020 | 00:52:45,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537MethodDeclarations.h +26 五月 2020 | 00:52:45,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894.h +26 五月 2020 | 00:52:45,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200MethodDeclarations.h +26 五月 2020 | 00:52:45,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894MethodDeclarations.h +26 五月 2020 | 00:52:45,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932.h +26 五月 2020 | 00:52:45,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151.h +26 五月 2020 | 00:52:45,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915.h +26 五月 2020 | 00:52:45,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151MethodDeclarations.h +26 五月 2020 | 00:52:45,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915MethodDeclarations.h +26 五月 2020 | 00:52:45,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932MethodDeclarations.h +26 五月 2020 | 00:52:45,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745.h +26 五月 2020 | 00:52:45,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113.h +26 五月 2020 | 00:52:45,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729.h +26 五月 2020 | 00:52:45,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745MethodDeclarations.h +26 五月 2020 | 00:52:45,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113MethodDeclarations.h +26 五月 2020 | 00:52:45,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729MethodDeclarations.h +26 五月 2020 | 00:52:45,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749.h +26 五月 2020 | 00:52:45,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459.h +26 五月 2020 | 00:52:45,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749MethodDeclarations.h +26 五月 2020 | 00:52:45,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539.h +26 五月 2020 | 00:52:45,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459MethodDeclarations.h +26 五月 2020 | 00:52:45,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769.h +26 五月 2020 | 00:52:45,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539MethodDeclarations.h +26 五月 2020 | 00:52:45,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769MethodDeclarations.h +26 五月 2020 | 00:52:45,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460.h +26 五月 2020 | 00:52:45,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690.h +26 五月 2020 | 00:52:45,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460MethodDeclarations.h +26 五月 2020 | 00:52:45,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798.h +26 五月 2020 | 00:52:45,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798MethodDeclarations.h +26 五月 2020 | 00:52:45,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690MethodDeclarations.h +26 五月 2020 | 00:52:45,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742.h +26 五月 2020 | 00:52:45,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800.h +26 五月 2020 | 00:52:45,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848.h +26 五月 2020 | 00:52:45,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742MethodDeclarations.h +26 五月 2020 | 00:52:45,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800MethodDeclarations.h +26 五月 2020 | 00:52:45,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848MethodDeclarations.h +26 五月 2020 | 00:52:45,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802.h +26 五月 2020 | 00:52:45,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442.h +26 五月 2020 | 00:52:45,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802MethodDeclarations.h +26 五月 2020 | 00:52:45,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442MethodDeclarations.h +26 五月 2020 | 00:52:45,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804.h +26 五月 2020 | 00:52:45,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804MethodDeclarations.h +26 五月 2020 | 00:52:45,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205.h +26 五月 2020 | 00:52:45,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554.h +26 五月 2020 | 00:52:45,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205MethodDeclarations.h +26 五月 2020 | 00:52:45,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554MethodDeclarations.h +26 五月 2020 | 00:52:45,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933.h +26 五月 2020 | 00:52:45,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933MethodDeclarations.h +26 五月 2020 | 00:52:45,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558.h +26 五月 2020 | 00:52:45,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558MethodDeclarations.h +26 五月 2020 | 00:52:45,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655.h +26 五月 2020 | 00:52:45,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655MethodDeclarations.h +26 五月 2020 | 00:52:45,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651.h +26 五月 2020 | 00:52:46,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651MethodDeclarations.h +26 五月 2020 | 00:52:46,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562.h +26 五月 2020 | 00:52:46,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943.h +26 五月 2020 | 00:52:46,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562MethodDeclarations.h +26 五月 2020 | 00:52:46,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200.h +26 五月 2020 | 00:52:46,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915.h +26 五月 2020 | 00:52:46,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915MethodDeclarations.h +26 五月 2020 | 00:52:46,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200MethodDeclarations.h +26 五月 2020 | 00:52:46,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943MethodDeclarations.h +26 五月 2020 | 00:52:46,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921.h +26 五月 2020 | 00:52:46,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151.h +26 五月 2020 | 00:52:46,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921MethodDeclarations.h +26 五月 2020 | 00:52:46,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151MethodDeclarations.h +26 五月 2020 | 00:52:46,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517.h +26 五月 2020 | 00:52:46,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045.h +26 五月 2020 | 00:52:46,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517MethodDeclarations.h +26 五月 2020 | 00:52:46,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045MethodDeclarations.h +26 五月 2020 | 00:52:46,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113.h +26 五月 2020 | 00:52:46,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275.h +26 五月 2020 | 00:52:46,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859.h +26 五月 2020 | 00:52:46,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275MethodDeclarations.h +26 五月 2020 | 00:52:46,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859MethodDeclarations.h +26 五月 2020 | 00:52:46,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736.h +26 五月 2020 | 00:52:46,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736MethodDeclarations.h +26 五月 2020 | 00:52:46,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113MethodDeclarations.h +26 五月 2020 | 00:52:46,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459.h +26 五月 2020 | 00:52:46,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_ArrayTypes.h +26 五月 2020 | 00:52:46,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742.h +26 五月 2020 | 00:52:46,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742MethodDeclarations.h +26 五月 2020 | 00:52:46,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517.h +26 五月 2020 | 00:52:46,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459MethodDeclarations.h +26 五月 2020 | 00:52:46,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517MethodDeclarations.h +26 五月 2020 | 00:52:46,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964.h +26 五月 2020 | 00:52:46,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460.h +26 五月 2020 | 00:52:46,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964MethodDeclarations.h +26 五月 2020 | 00:52:46,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460MethodDeclarations.h +26 五月 2020 | 00:52:46,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084.h +26 五月 2020 | 00:52:46,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427.h +26 五月 2020 | 00:52:46,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084MethodDeclarations.h +26 五月 2020 | 00:52:46,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742.h +26 五月 2020 | 00:52:46,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427MethodDeclarations.h +26 五月 2020 | 00:52:46,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742MethodDeclarations.h +26 五月 2020 | 00:52:46,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582.h +26 五月 2020 | 00:52:46,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582MethodDeclarations.h +26 五月 2020 | 00:52:46,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537.h +26 五月 2020 | 00:52:46,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944.h +26 五月 2020 | 00:52:46,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651.h +26 五月 2020 | 00:52:46,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537MethodDeclarations.h +26 五月 2020 | 00:52:46,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944MethodDeclarations.h +26 五月 2020 | 00:52:46,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651MethodDeclarations.h +26 五月 2020 | 00:52:46,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932.h +26 五月 2020 | 00:52:46,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584.h +26 五月 2020 | 00:52:46,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943.h +26 五月 2020 | 00:52:46,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584MethodDeclarations.h +26 五月 2020 | 00:52:46,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932MethodDeclarations.h +26 五月 2020 | 00:52:46,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943MethodDeclarations.h +26 五月 2020 | 00:52:46,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920.h +26 五月 2020 | 00:52:46,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729.h +26 五月 2020 | 00:52:46,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045.h +26 五月 2020 | 00:52:46,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045MethodDeclarations.h +26 五月 2020 | 00:52:46,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729MethodDeclarations.h +26 五月 2020 | 00:52:46,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920MethodDeclarations.h +26 五月 2020 | 00:52:46,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859.h +26 五月 2020 | 00:52:46,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539.h +26 五月 2020 | 00:52:46,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762.h +26 五月 2020 | 00:52:46,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859MethodDeclarations.h +26 五月 2020 | 00:52:46,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539MethodDeclarations.h +26 五月 2020 | 00:52:46,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762MethodDeclarations.h +26 五月 2020 | 00:52:46,063 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736.h +26 五月 2020 | 00:52:46,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690.h +26 五月 2020 | 00:52:46,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526.h +26 五月 2020 | 00:52:46,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736MethodDeclarations.h +26 五月 2020 | 00:52:46,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526MethodDeclarations.h +26 五月 2020 | 00:52:46,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690MethodDeclarations.h +26 五月 2020 | 00:52:46,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742.h +26 五月 2020 | 00:52:46,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742MethodDeclarations.h +26 五月 2020 | 00:52:46,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627.h +26 五月 2020 | 00:52:46,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848.h +26 五月 2020 | 00:52:46,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964.h +26 五月 2020 | 00:52:46,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848MethodDeclarations.h +26 五月 2020 | 00:52:46,070 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627MethodDeclarations.h +26 五月 2020 | 00:52:46,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964MethodDeclarations.h +26 五月 2020 | 00:52:46,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442.h +26 五月 2020 | 00:52:46,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427.h +26 五月 2020 | 00:52:46,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442MethodDeclarations.h +26 五月 2020 | 00:52:46,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427MethodDeclarations.h +26 五月 2020 | 00:52:46,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804.h +26 五月 2020 | 00:52:46,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205.h +26 五月 2020 | 00:52:46,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205MethodDeclarations.h +26 五月 2020 | 00:52:46,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804MethodDeclarations.h +26 五月 2020 | 00:52:46,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933.h +26 五月 2020 | 00:52:46,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933MethodDeclarations.h +26 五月 2020 | 00:52:46,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944.h +26 五月 2020 | 00:52:46,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013.h +26 五月 2020 | 00:52:46,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013MethodDeclarations.h +26 五月 2020 | 00:52:46,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944MethodDeclarations.h +26 五月 2020 | 00:52:46,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655.h +26 五月 2020 | 00:52:46,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655MethodDeclarations.h +26 五月 2020 | 00:52:46,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584.h +26 五月 2020 | 00:52:46,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979.h +26 五月 2020 | 00:52:46,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200.h +26 五月 2020 | 00:52:46,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979MethodDeclarations.h +26 五月 2020 | 00:52:46,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584MethodDeclarations.h +26 五月 2020 | 00:52:46,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200MethodDeclarations.h +26 五月 2020 | 00:52:46,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920.h +26 五月 2020 | 00:52:46,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920MethodDeclarations.h +26 五月 2020 | 00:52:46,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151.h +26 五月 2020 | 00:52:46,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964.h +26 五月 2020 | 00:52:46,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762.h +26 五月 2020 | 00:52:46,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964MethodDeclarations.h +26 五月 2020 | 00:52:46,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151MethodDeclarations.h +26 五月 2020 | 00:52:46,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762MethodDeclarations.h +26 五月 2020 | 00:52:46,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113.h +26 五月 2020 | 00:52:46,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182.h +26 五月 2020 | 00:52:46,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526.h +26 五月 2020 | 00:52:46,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182MethodDeclarations.h +26 五月 2020 | 00:52:46,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526MethodDeclarations.h +26 五月 2020 | 00:52:46,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577.h +26 五月 2020 | 00:52:46,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627.h +26 五月 2020 | 00:52:46,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577MethodDeclarations.h +26 五月 2020 | 00:52:46,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627MethodDeclarations.h +26 五月 2020 | 00:52:46,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144.h +26 五月 2020 | 00:52:46,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804.h +26 五月 2020 | 00:52:46,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144MethodDeclarations.h +26 五月 2020 | 00:52:46,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804MethodDeclarations.h +26 五月 2020 | 00:52:46,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645.h +26 五月 2020 | 00:52:46,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113MethodDeclarations.h +26 五月 2020 | 00:52:46,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013.h +26 五月 2020 | 00:52:46,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645MethodDeclarations.h +26 五月 2020 | 00:52:46,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013MethodDeclarations.h +26 五月 2020 | 00:52:46,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459.h +26 五月 2020 | 00:52:46,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642.h +26 五月 2020 | 00:52:46,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459MethodDeclarations.h +26 五月 2020 | 00:52:46,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460.h +26 五月 2020 | 00:52:46,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979.h +26 五月 2020 | 00:52:46,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460MethodDeclarations.h +26 五月 2020 | 00:52:46,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742.h +26 五月 2020 | 00:52:46,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979MethodDeclarations.h +26 五月 2020 | 00:52:46,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742MethodDeclarations.h +26 五月 2020 | 00:52:46,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964.h +26 五月 2020 | 00:52:46,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964MethodDeclarations.h +26 五月 2020 | 00:52:46,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651.h +26 五月 2020 | 00:52:46,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182.h +26 五月 2020 | 00:52:46,113 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651MethodDeclarations.h +26 五月 2020 | 00:52:46,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182MethodDeclarations.h +26 五月 2020 | 00:52:46,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943.h +26 五月 2020 | 00:52:46,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577.h +26 五月 2020 | 00:52:46,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943MethodDeclarations.h +26 五月 2020 | 00:52:46,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577MethodDeclarations.h +26 五月 2020 | 00:52:46,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045.h +26 五月 2020 | 00:52:46,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045MethodDeclarations.h +26 五月 2020 | 00:52:46,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144.h +26 五月 2020 | 00:52:46,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859.h +26 五月 2020 | 00:52:46,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144MethodDeclarations.h +26 五月 2020 | 00:52:46,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859MethodDeclarations.h +26 五月 2020 | 00:52:46,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736.h +26 五月 2020 | 00:52:46,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642MethodDeclarations.h +26 五月 2020 | 00:52:46,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736MethodDeclarations.h +26 五月 2020 | 00:52:46,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050.h +26 五月 2020 | 00:52:46,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742.h +26 五月 2020 | 00:52:46,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742MethodDeclarations.h +26 五月 2020 | 00:52:46,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050MethodDeclarations.h +26 五月 2020 | 00:52:46,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964.h +26 五月 2020 | 00:52:46,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360.h +26 五月 2020 | 00:52:46,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964MethodDeclarations.h +26 五月 2020 | 00:52:46,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360MethodDeclarations.h +26 五月 2020 | 00:52:46,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427.h +26 五月 2020 | 00:52:46,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980.h +26 五月 2020 | 00:52:46,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427MethodDeclarations.h +26 五月 2020 | 00:52:46,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645.h +26 五月 2020 | 00:52:46,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980MethodDeclarations.h +26 五月 2020 | 00:52:46,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645MethodDeclarations.h +26 五月 2020 | 00:52:46,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868.h +26 五月 2020 | 00:52:46,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642.h +26 五月 2020 | 00:52:46,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868MethodDeclarations.h +26 五月 2020 | 00:52:46,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923.h +26 五月 2020 | 00:52:46,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944.h +26 五月 2020 | 00:52:46,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923MethodDeclarations.h +26 五月 2020 | 00:52:46,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944MethodDeclarations.h +26 五月 2020 | 00:52:46,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243.h +26 五月 2020 | 00:52:46,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584.h +26 五月 2020 | 00:52:46,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243MethodDeclarations.h +26 五月 2020 | 00:52:46,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584MethodDeclarations.h +26 五月 2020 | 00:52:46,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314.h +26 五月 2020 | 00:52:46,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920.h +26 五月 2020 | 00:52:46,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314MethodDeclarations.h +26 五月 2020 | 00:52:46,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642MethodDeclarations.h +26 五月 2020 | 00:52:46,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920MethodDeclarations.h +26 五月 2020 | 00:52:46,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551.h +26 五月 2020 | 00:52:46,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762.h +26 五月 2020 | 00:52:46,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551MethodDeclarations.h +26 五月 2020 | 00:52:46,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050.h +26 五月 2020 | 00:52:46,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762MethodDeclarations.h +26 五月 2020 | 00:52:46,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290.h +26 五月 2020 | 00:52:46,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050MethodDeclarations.h +26 五月 2020 | 00:52:46,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526.h +26 五月 2020 | 00:52:46,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290MethodDeclarations.h +26 五月 2020 | 00:52:46,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360.h +26 五月 2020 | 00:52:46,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526MethodDeclarations.h +26 五月 2020 | 00:52:46,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806.h +26 五月 2020 | 00:52:46,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360MethodDeclarations.h +26 五月 2020 | 00:52:46,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627.h +26 五月 2020 | 00:52:46,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627MethodDeclarations.h +26 五月 2020 | 00:52:46,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980.h +26 五月 2020 | 00:52:46,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980MethodDeclarations.h +26 五月 2020 | 00:52:46,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804.h +26 五月 2020 | 00:52:46,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868.h +26 五月 2020 | 00:52:46,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804MethodDeclarations.h +26 五月 2020 | 00:52:46,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868MethodDeclarations.h +26 五月 2020 | 00:52:46,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013.h +26 五月 2020 | 00:52:46,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013MethodDeclarations.h +26 五月 2020 | 00:52:46,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806MethodDeclarations.h +26 五月 2020 | 00:52:46,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476.h +26 五月 2020 | 00:52:46,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476MethodDeclarations.h +26 五月 2020 | 00:52:46,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103.h +26 五月 2020 | 00:52:46,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103MethodDeclarations.h +26 五月 2020 | 00:52:46,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817.h +26 五月 2020 | 00:52:46,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817MethodDeclarations.h +26 五月 2020 | 00:52:46,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923.h +26 五月 2020 | 00:52:46,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979.h +26 五月 2020 | 00:52:46,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121.h +26 五月 2020 | 00:52:46,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923MethodDeclarations.h +26 五月 2020 | 00:52:46,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121MethodDeclarations.h +26 五月 2020 | 00:52:46,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243.h +26 五月 2020 | 00:52:46,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254.h +26 五月 2020 | 00:52:46,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243MethodDeclarations.h +26 五月 2020 | 00:52:46,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979MethodDeclarations.h +26 五月 2020 | 00:52:46,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254MethodDeclarations.h +26 五月 2020 | 00:52:46,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314.h +26 五月 2020 | 00:52:46,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096.h +26 五月 2020 | 00:52:46,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964.h +26 五月 2020 | 00:52:46,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314MethodDeclarations.h +26 五月 2020 | 00:52:46,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096MethodDeclarations.h +26 五月 2020 | 00:52:46,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964MethodDeclarations.h +26 五月 2020 | 00:52:46,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182.h +26 五月 2020 | 00:52:46,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551.h +26 五月 2020 | 00:52:46,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551MethodDeclarations.h +26 五月 2020 | 00:52:46,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182MethodDeclarations.h +26 五月 2020 | 00:52:46,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577.h +26 五月 2020 | 00:52:46,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290.h +26 五月 2020 | 00:52:46,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577MethodDeclarations.h +26 五月 2020 | 00:52:46,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144.h +26 五月 2020 | 00:52:46,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144MethodDeclarations.h +26 五月 2020 | 00:52:46,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290MethodDeclarations.h +26 五月 2020 | 00:52:46,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806.h +26 五月 2020 | 00:52:46,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806MethodDeclarations.h +26 五月 2020 | 00:52:46,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476.h +26 五月 2020 | 00:52:46,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476MethodDeclarations.h +26 五月 2020 | 00:52:46,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103.h +26 五月 2020 | 00:52:46,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103MethodDeclarations.h +26 五月 2020 | 00:52:46,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817.h +26 五月 2020 | 00:52:46,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324.h +26 五月 2020 | 00:52:46,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645.h +26 五月 2020 | 00:52:46,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817MethodDeclarations.h +26 五月 2020 | 00:52:46,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324MethodDeclarations.h +26 五月 2020 | 00:52:46,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645MethodDeclarations.h +26 五月 2020 | 00:52:46,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121.h +26 五月 2020 | 00:52:46,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197.h +26 五月 2020 | 00:52:46,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642.h +26 五月 2020 | 00:52:46,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121MethodDeclarations.h +26 五月 2020 | 00:52:46,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197MethodDeclarations.h +26 五月 2020 | 00:52:46,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254.h +26 五月 2020 | 00:52:46,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887.h +26 五月 2020 | 00:52:46,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254MethodDeclarations.h +26 五月 2020 | 00:52:46,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887MethodDeclarations.h +26 五月 2020 | 00:52:46,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096.h +26 五月 2020 | 00:52:46,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096MethodDeclarations.h +26 五月 2020 | 00:52:46,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943.h +26 五月 2020 | 00:52:46,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943MethodDeclarations.h +26 五月 2020 | 00:52:46,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140.h +26 五月 2020 | 00:52:46,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324.h +26 五月 2020 | 00:52:46,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140MethodDeclarations.h +26 五月 2020 | 00:52:46,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324MethodDeclarations.h +26 五月 2020 | 00:52:46,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825.h +26 五月 2020 | 00:52:46,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197.h +26 五月 2020 | 00:52:46,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825MethodDeclarations.h +26 五月 2020 | 00:52:46,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197MethodDeclarations.h +26 五月 2020 | 00:52:46,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642MethodDeclarations.h +26 五月 2020 | 00:52:46,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296.h +26 五月 2020 | 00:52:46,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296MethodDeclarations.h +26 五月 2020 | 00:52:46,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009.h +26 五月 2020 | 00:52:46,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050.h +26 五月 2020 | 00:52:46,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009MethodDeclarations.h +26 五月 2020 | 00:52:46,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247.h +26 五月 2020 | 00:52:46,215 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050MethodDeclarations.h +26 五月 2020 | 00:52:46,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247MethodDeclarations.h +26 五月 2020 | 00:52:46,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360.h +26 五月 2020 | 00:52:46,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967.h +26 五月 2020 | 00:52:46,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360MethodDeclarations.h +26 五月 2020 | 00:52:46,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967MethodDeclarations.h +26 五月 2020 | 00:52:46,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980.h +26 五月 2020 | 00:52:46,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369.h +26 五月 2020 | 00:52:46,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980MethodDeclarations.h +26 五月 2020 | 00:52:46,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369MethodDeclarations.h +26 五月 2020 | 00:52:46,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868.h +26 五月 2020 | 00:52:46,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806.h +26 五月 2020 | 00:52:46,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868MethodDeclarations.h +26 五月 2020 | 00:52:46,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806MethodDeclarations.h +26 五月 2020 | 00:52:46,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735.h +26 五月 2020 | 00:52:46,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735MethodDeclarations.h +26 五月 2020 | 00:52:46,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470.h +26 五月 2020 | 00:52:46,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470MethodDeclarations.h +26 五月 2020 | 00:52:46,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613.h +26 五月 2020 | 00:52:46,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887.h +26 五月 2020 | 00:52:46,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613MethodDeclarations.h +26 五月 2020 | 00:52:46,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923.h +26 五月 2020 | 00:52:46,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887MethodDeclarations.h +26 五月 2020 | 00:52:46,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943.h +26 五月 2020 | 00:52:46,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923MethodDeclarations.h +26 五月 2020 | 00:52:46,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943MethodDeclarations.h +26 五月 2020 | 00:52:46,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243.h +26 五月 2020 | 00:52:46,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140.h +26 五月 2020 | 00:52:46,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243MethodDeclarations.h +26 五月 2020 | 00:52:46,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314.h +26 五月 2020 | 00:52:46,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140MethodDeclarations.h +26 五月 2020 | 00:52:46,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314MethodDeclarations.h +26 五月 2020 | 00:52:46,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825.h +26 五月 2020 | 00:52:46,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825MethodDeclarations.h +26 五月 2020 | 00:52:46,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296.h +26 五月 2020 | 00:52:46,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296MethodDeclarations.h +26 五月 2020 | 00:52:46,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009.h +26 五月 2020 | 00:52:46,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386.h +26 五月 2020 | 00:52:46,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551.h +26 五月 2020 | 00:52:46,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009MethodDeclarations.h +26 五月 2020 | 00:52:46,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386MethodDeclarations.h +26 五月 2020 | 00:52:46,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551MethodDeclarations.h +26 五月 2020 | 00:52:46,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247.h +26 五月 2020 | 00:52:46,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320.h +26 五月 2020 | 00:52:46,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247MethodDeclarations.h +26 五月 2020 | 00:52:46,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290.h +26 五月 2020 | 00:52:46,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320MethodDeclarations.h +26 五月 2020 | 00:52:46,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967.h +26 五月 2020 | 00:52:46,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290MethodDeclarations.h +26 五月 2020 | 00:52:46,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344.h +26 五月 2020 | 00:52:46,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967MethodDeclarations.h +26 五月 2020 | 00:52:46,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806.h +26 五月 2020 | 00:52:46,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344MethodDeclarations.h +26 五月 2020 | 00:52:46,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806MethodDeclarations.h +26 五月 2020 | 00:52:46,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211.h +26 五月 2020 | 00:52:46,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476.h +26 五月 2020 | 00:52:46,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211MethodDeclarations.h +26 五月 2020 | 00:52:46,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476MethodDeclarations.h +26 五月 2020 | 00:52:46,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018.h +26 五月 2020 | 00:52:46,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103.h +26 五月 2020 | 00:52:46,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369.h +26 五月 2020 | 00:52:46,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018MethodDeclarations.h +26 五月 2020 | 00:52:46,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103MethodDeclarations.h +26 五月 2020 | 00:52:46,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369MethodDeclarations.h +26 五月 2020 | 00:52:46,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249.h +26 五月 2020 | 00:52:46,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817.h +26 五月 2020 | 00:52:46,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249MethodDeclarations.h +26 五月 2020 | 00:52:46,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806.h +26 五月 2020 | 00:52:46,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817MethodDeclarations.h +26 五月 2020 | 00:52:46,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770.h +26 五月 2020 | 00:52:46,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806MethodDeclarations.h +26 五月 2020 | 00:52:46,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121.h +26 五月 2020 | 00:52:46,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770MethodDeclarations.h +26 五月 2020 | 00:52:46,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735.h +26 五月 2020 | 00:52:46,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011.h +26 五月 2020 | 00:52:46,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121MethodDeclarations.h +26 五月 2020 | 00:52:46,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735MethodDeclarations.h +26 五月 2020 | 00:52:46,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011MethodDeclarations.h +26 五月 2020 | 00:52:46,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254.h +26 五月 2020 | 00:52:46,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470.h +26 五月 2020 | 00:52:46,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091.h +26 五月 2020 | 00:52:46,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254MethodDeclarations.h +26 五月 2020 | 00:52:46,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470MethodDeclarations.h +26 五月 2020 | 00:52:46,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091MethodDeclarations.h +26 五月 2020 | 00:52:46,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613.h +26 五月 2020 | 00:52:46,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096.h +26 五月 2020 | 00:52:46,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096MethodDeclarations.h +26 五月 2020 | 00:52:46,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613MethodDeclarations.h +26 五月 2020 | 00:52:46,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656.h +26 五月 2020 | 00:52:46,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324.h +26 五月 2020 | 00:52:46,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656MethodDeclarations.h +26 五月 2020 | 00:52:46,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324MethodDeclarations.h +26 五月 2020 | 00:52:46,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386.h +26 五月 2020 | 00:52:46,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:46,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197.h +26 五月 2020 | 00:52:46,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386MethodDeclarations.h +26 五月 2020 | 00:52:46,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:46,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197MethodDeclarations.h +26 五月 2020 | 00:52:46,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320.h +26 五月 2020 | 00:52:46,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:46,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320MethodDeclarations.h +26 五月 2020 | 00:52:46,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344.h +26 五月 2020 | 00:52:46,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887.h +26 五月 2020 | 00:52:46,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344MethodDeclarations.h +26 五月 2020 | 00:52:46,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:46,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887MethodDeclarations.h +26 五月 2020 | 00:52:46,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211.h +26 五月 2020 | 00:52:46,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545.h +26 五月 2020 | 00:52:46,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943.h +26 五月 2020 | 00:52:46,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545MethodDeclarations.h +26 五月 2020 | 00:52:46,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211MethodDeclarations.h +26 五月 2020 | 00:52:46,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943MethodDeclarations.h +26 五月 2020 | 00:52:46,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140.h +26 五月 2020 | 00:52:46,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018.h +26 五月 2020 | 00:52:46,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140.h +26 五月 2020 | 00:52:46,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140MethodDeclarations.h +26 五月 2020 | 00:52:46,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140MethodDeclarations.h +26 五月 2020 | 00:52:46,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547.h +26 五月 2020 | 00:52:46,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018MethodDeclarations.h +26 五月 2020 | 00:52:46,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825.h +26 五月 2020 | 00:52:46,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547MethodDeclarations.h +26 五月 2020 | 00:52:46,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249.h +26 五月 2020 | 00:52:46,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825MethodDeclarations.h +26 五月 2020 | 00:52:46,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249MethodDeclarations.h +26 五月 2020 | 00:52:46,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767.h +26 五月 2020 | 00:52:46,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767MethodDeclarations.h +26 五月 2020 | 00:52:46,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296.h +26 五月 2020 | 00:52:46,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770.h +26 五月 2020 | 00:52:46,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626.h +26 五月 2020 | 00:52:46,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770MethodDeclarations.h +26 五月 2020 | 00:52:46,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296MethodDeclarations.h +26 五月 2020 | 00:52:46,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626MethodDeclarations.h +26 五月 2020 | 00:52:46,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011.h +26 五月 2020 | 00:52:46,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009.h +26 五月 2020 | 00:52:46,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847.h +26 五月 2020 | 00:52:46,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847MethodDeclarations.h +26 五月 2020 | 00:52:46,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011MethodDeclarations.h +26 五月 2020 | 00:52:46,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009MethodDeclarations.h +26 五月 2020 | 00:52:46,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091.h +26 五月 2020 | 00:52:46,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247.h +26 五月 2020 | 00:52:46,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972.h +26 五月 2020 | 00:52:46,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091MethodDeclarations.h +26 五月 2020 | 00:52:46,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972MethodDeclarations.h +26 五月 2020 | 00:52:46,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247MethodDeclarations.h +26 五月 2020 | 00:52:46,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656.h +26 五月 2020 | 00:52:46,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460.h +26 五月 2020 | 00:52:46,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967.h +26 五月 2020 | 00:52:46,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460MethodDeclarations.h +26 五月 2020 | 00:52:46,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656MethodDeclarations.h +26 五月 2020 | 00:52:46,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967MethodDeclarations.h +26 五月 2020 | 00:52:46,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968.h +26 五月 2020 | 00:52:46,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:46,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968MethodDeclarations.h +26 五月 2020 | 00:52:46,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369.h +26 五月 2020 | 00:52:46,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:46,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814.h +26 五月 2020 | 00:52:46,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369MethodDeclarations.h +26 五月 2020 | 00:52:46,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814MethodDeclarations.h +26 五月 2020 | 00:52:46,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:46,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806.h +26 五月 2020 | 00:52:46,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482.h +26 五月 2020 | 00:52:46,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482MethodDeclarations.h +26 五月 2020 | 00:52:46,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806MethodDeclarations.h +26 五月 2020 | 00:52:46,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:46,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083.h +26 五月 2020 | 00:52:46,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735.h +26 五月 2020 | 00:52:46,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545.h +26 五月 2020 | 00:52:46,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083MethodDeclarations.h +26 五月 2020 | 00:52:46,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545MethodDeclarations.h +26 五月 2020 | 00:52:46,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735MethodDeclarations.h +26 五月 2020 | 00:52:46,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251.h +26 五月 2020 | 00:52:46,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140.h +26 五月 2020 | 00:52:46,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140MethodDeclarations.h +26 五月 2020 | 00:52:46,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470.h +26 五月 2020 | 00:52:46,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251MethodDeclarations.h +26 五月 2020 | 00:52:46,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547.h +26 五月 2020 | 00:52:46,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470MethodDeclarations.h +26 五月 2020 | 00:52:46,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258.h +26 五月 2020 | 00:52:46,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547MethodDeclarations.h +26 五月 2020 | 00:52:46,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258MethodDeclarations.h +26 五月 2020 | 00:52:46,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613.h +26 五月 2020 | 00:52:46,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767.h +26 五月 2020 | 00:52:46,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767MethodDeclarations.h +26 五月 2020 | 00:52:46,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702.h +26 五月 2020 | 00:52:46,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613MethodDeclarations.h +26 五月 2020 | 00:52:46,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626.h +26 五月 2020 | 00:52:46,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702MethodDeclarations.h +26 五月 2020 | 00:52:46,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626MethodDeclarations.h +26 五月 2020 | 00:52:46,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441.h +26 五月 2020 | 00:52:46,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847.h +26 五月 2020 | 00:52:46,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386.h +26 五月 2020 | 00:52:46,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441MethodDeclarations.h +26 五月 2020 | 00:52:46,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847MethodDeclarations.h +26 五月 2020 | 00:52:46,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386MethodDeclarations.h +26 五月 2020 | 00:52:46,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536.h +26 五月 2020 | 00:52:46,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972.h +26 五月 2020 | 00:52:46,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320.h +26 五月 2020 | 00:52:46,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972MethodDeclarations.h +26 五月 2020 | 00:52:46,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536MethodDeclarations.h +26 五月 2020 | 00:52:46,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320MethodDeclarations.h +26 五月 2020 | 00:52:46,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460.h +26 五月 2020 | 00:52:46,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344.h +26 五月 2020 | 00:52:46,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460MethodDeclarations.h +26 五月 2020 | 00:52:46,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699.h +26 五月 2020 | 00:52:46,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344MethodDeclarations.h +26 五月 2020 | 00:52:46,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968.h +26 五月 2020 | 00:52:46,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699MethodDeclarations.h +26 五月 2020 | 00:52:46,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968MethodDeclarations.h +26 五月 2020 | 00:52:46,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211.h +26 五月 2020 | 00:52:46,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877.h +26 五月 2020 | 00:52:46,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814.h +26 五月 2020 | 00:52:46,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211MethodDeclarations.h +26 五月 2020 | 00:52:46,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814MethodDeclarations.h +26 五月 2020 | 00:52:46,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877MethodDeclarations.h +26 五月 2020 | 00:52:46,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018.h +26 五月 2020 | 00:52:46,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669.h +26 五月 2020 | 00:52:46,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482.h +26 五月 2020 | 00:52:46,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018MethodDeclarations.h +26 五月 2020 | 00:52:46,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482MethodDeclarations.h +26 五月 2020 | 00:52:46,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669MethodDeclarations.h +26 五月 2020 | 00:52:46,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249.h +26 五月 2020 | 00:52:46,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083.h +26 五月 2020 | 00:52:46,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249MethodDeclarations.h +26 五月 2020 | 00:52:46,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083MethodDeclarations.h +26 五月 2020 | 00:52:46,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580.h +26 五月 2020 | 00:52:46,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770.h +26 五月 2020 | 00:52:46,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251.h +26 五月 2020 | 00:52:46,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580MethodDeclarations.h +26 五月 2020 | 00:52:46,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770MethodDeclarations.h +26 五月 2020 | 00:52:46,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251MethodDeclarations.h +26 五月 2020 | 00:52:46,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314.h +26 五月 2020 | 00:52:46,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011.h +26 五月 2020 | 00:52:46,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258.h +26 五月 2020 | 00:52:46,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314MethodDeclarations.h +26 五月 2020 | 00:52:46,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258MethodDeclarations.h +26 五月 2020 | 00:52:46,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011MethodDeclarations.h +26 五月 2020 | 00:52:46,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307.h +26 五月 2020 | 00:52:46,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702.h +26 五月 2020 | 00:52:46,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091.h +26 五月 2020 | 00:52:46,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307MethodDeclarations.h +26 五月 2020 | 00:52:46,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091MethodDeclarations.h +26 五月 2020 | 00:52:46,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702MethodDeclarations.h +26 五月 2020 | 00:52:46,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656.h +26 五月 2020 | 00:52:46,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441.h +26 五月 2020 | 00:52:46,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720.h +26 五月 2020 | 00:52:46,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656MethodDeclarations.h +26 五月 2020 | 00:52:46,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441MethodDeclarations.h +26 五月 2020 | 00:52:46,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720MethodDeclarations.h +26 五月 2020 | 00:52:46,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:46,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536.h +26 五月 2020 | 00:52:46,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:46,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536MethodDeclarations.h +26 五月 2020 | 00:52:46,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:46,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699.h +26 五月 2020 | 00:52:46,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699MethodDeclarations.h +26 五月 2020 | 00:52:46,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877.h +26 五月 2020 | 00:52:46,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877MethodDeclarations.h +26 五月 2020 | 00:52:46,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669.h +26 五月 2020 | 00:52:46,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669MethodDeclarations.h +26 五月 2020 | 00:52:46,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:46,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154.h +26 五月 2020 | 00:52:46,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580.h +26 五月 2020 | 00:52:46,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545.h +26 五月 2020 | 00:52:46,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545MethodDeclarations.h +26 五月 2020 | 00:52:47,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154MethodDeclarations.h +26 五月 2020 | 00:52:47,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580MethodDeclarations.h +26 五月 2020 | 00:52:47,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140.h +26 五月 2020 | 00:52:47,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140MethodDeclarations.h +26 五月 2020 | 00:52:47,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314.h +26 五月 2020 | 00:52:47,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547.h +26 五月 2020 | 00:52:47,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314MethodDeclarations.h +26 五月 2020 | 00:52:47,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547MethodDeclarations.h +26 五月 2020 | 00:52:47,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307.h +26 五月 2020 | 00:52:47,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767.h +26 五月 2020 | 00:52:47,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767MethodDeclarations.h +26 五月 2020 | 00:52:47,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307MethodDeclarations.h +26 五月 2020 | 00:52:47,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626.h +26 五月 2020 | 00:52:47,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626MethodDeclarations.h +26 五月 2020 | 00:52:47,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847.h +26 五月 2020 | 00:52:47,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847MethodDeclarations.h +26 五月 2020 | 00:52:47,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972.h +26 五月 2020 | 00:52:47,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972MethodDeclarations.h +26 五月 2020 | 00:52:47,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460.h +26 五月 2020 | 00:52:47,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460MethodDeclarations.h +26 五月 2020 | 00:52:47,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968.h +26 五月 2020 | 00:52:47,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968MethodDeclarations.h +26 五月 2020 | 00:52:47,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814.h +26 五月 2020 | 00:52:47,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814MethodDeclarations.h +26 五月 2020 | 00:52:47,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482.h +26 五月 2020 | 00:52:47,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482MethodDeclarations.h +26 五月 2020 | 00:52:47,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083.h +26 五月 2020 | 00:52:47,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083MethodDeclarations.h +26 五月 2020 | 00:52:47,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251.h +26 五月 2020 | 00:52:47,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251MethodDeclarations.h +26 五月 2020 | 00:52:47,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258.h +26 五月 2020 | 00:52:47,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258MethodDeclarations.h +26 五月 2020 | 00:52:47,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702.h +26 五月 2020 | 00:52:47,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702MethodDeclarations.h +26 五月 2020 | 00:52:47,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441.h +26 五月 2020 | 00:52:47,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441MethodDeclarations.h +26 五月 2020 | 00:52:47,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536.h +26 五月 2020 | 00:52:47,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536MethodDeclarations.h +26 五月 2020 | 00:52:47,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699.h +26 五月 2020 | 00:52:47,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699MethodDeclarations.h +26 五月 2020 | 00:52:47,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877.h +26 五月 2020 | 00:52:47,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877MethodDeclarations.h +26 五月 2020 | 00:52:47,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669.h +26 五月 2020 | 00:52:47,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720.h +26 五月 2020 | 00:52:47,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669MethodDeclarations.h +26 五月 2020 | 00:52:47,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748.h +26 五月 2020 | 00:52:47,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720MethodDeclarations.h +26 五月 2020 | 00:52:47,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580.h +26 五月 2020 | 00:52:47,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748MethodDeclarations.h +26 五月 2020 | 00:52:47,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580MethodDeclarations.h +26 五月 2020 | 00:52:47,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034.h +26 五月 2020 | 00:52:47,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314.h +26 五月 2020 | 00:52:47,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034MethodDeclarations.h +26 五月 2020 | 00:52:47,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314MethodDeclarations.h +26 五月 2020 | 00:52:47,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264.h +26 五月 2020 | 00:52:47,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264MethodDeclarations.h +26 五月 2020 | 00:52:47,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307.h +26 五月 2020 | 00:52:47,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723.h +26 五月 2020 | 00:52:47,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307MethodDeclarations.h +26 五月 2020 | 00:52:47,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723MethodDeclarations.h +26 五月 2020 | 00:52:47,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682.h +26 五月 2020 | 00:52:47,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720.h +26 五月 2020 | 00:52:47,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720MethodDeclarations.h +26 五月 2020 | 00:52:47,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154.h +26 五月 2020 | 00:52:47,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682MethodDeclarations.h +26 五月 2020 | 00:52:47,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154MethodDeclarations.h +26 五月 2020 | 00:52:47,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886.h +26 五月 2020 | 00:52:47,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154.h +26 五月 2020 | 00:52:47,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154MethodDeclarations.h +26 五月 2020 | 00:52:47,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748.h +26 五月 2020 | 00:52:47,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748MethodDeclarations.h +26 五月 2020 | 00:52:47,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034.h +26 五月 2020 | 00:52:47,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034MethodDeclarations.h +26 五月 2020 | 00:52:47,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264.h +26 五月 2020 | 00:52:47,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264MethodDeclarations.h +26 五月 2020 | 00:52:47,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723.h +26 五月 2020 | 00:52:47,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723MethodDeclarations.h +26 五月 2020 | 00:52:47,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682.h +26 五月 2020 | 00:52:47,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886MethodDeclarations.h +26 五月 2020 | 00:52:47,226 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748.h +26 五月 2020 | 00:52:47,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682MethodDeclarations.h +26 五月 2020 | 00:52:47,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748MethodDeclarations.h +26 五月 2020 | 00:52:47,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200.h +26 五月 2020 | 00:52:47,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200MethodDeclarations.h +26 五月 2020 | 00:52:47,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034.h +26 五月 2020 | 00:52:47,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998.h +26 五月 2020 | 00:52:47,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034MethodDeclarations.h +26 五月 2020 | 00:52:47,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998MethodDeclarations.h +26 五月 2020 | 00:52:47,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264.h +26 五月 2020 | 00:52:47,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264MethodDeclarations.h +26 五月 2020 | 00:52:47,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933.h +26 五月 2020 | 00:52:47,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933MethodDeclarations.h +26 五月 2020 | 00:52:47,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723.h +26 五月 2020 | 00:52:47,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054.h +26 五月 2020 | 00:52:47,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723MethodDeclarations.h +26 五月 2020 | 00:52:47,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054MethodDeclarations.h +26 五月 2020 | 00:52:47,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682.h +26 五月 2020 | 00:52:47,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529.h +26 五月 2020 | 00:52:47,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529MethodDeclarations.h +26 五月 2020 | 00:52:47,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836.h +26 五月 2020 | 00:52:47,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836MethodDeclarations.h +26 五月 2020 | 00:52:47,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568.h +26 五月 2020 | 00:52:47,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568MethodDeclarations.h +26 五月 2020 | 00:52:47,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476.h +26 五月 2020 | 00:52:47,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476MethodDeclarations.h +26 五月 2020 | 00:52:47,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852.h +26 五月 2020 | 00:52:47,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852MethodDeclarations.h +26 五月 2020 | 00:52:47,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847.h +26 五月 2020 | 00:52:47,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847MethodDeclarations.h +26 五月 2020 | 00:52:47,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047.h +26 五月 2020 | 00:52:47,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047MethodDeclarations.h +26 五月 2020 | 00:52:47,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962.h +26 五月 2020 | 00:52:47,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962MethodDeclarations.h +26 五月 2020 | 00:52:47,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682MethodDeclarations.h +26 五月 2020 | 00:52:47,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886.h +26 五月 2020 | 00:52:47,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886MethodDeclarations.h +26 五月 2020 | 00:52:47,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475.h +26 五月 2020 | 00:52:47,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475MethodDeclarations.h +26 五月 2020 | 00:52:47,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200.h +26 五月 2020 | 00:52:47,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200MethodDeclarations.h +26 五月 2020 | 00:52:47,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998.h +26 五月 2020 | 00:52:47,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998MethodDeclarations.h +26 五月 2020 | 00:52:47,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933.h +26 五月 2020 | 00:52:47,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933MethodDeclarations.h +26 五月 2020 | 00:52:47,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054.h +26 五月 2020 | 00:52:47,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054MethodDeclarations.h +26 五月 2020 | 00:52:47,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529.h +26 五月 2020 | 00:52:47,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886.h +26 五月 2020 | 00:52:47,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263.h +26 五月 2020 | 00:52:47,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529MethodDeclarations.h +26 五月 2020 | 00:52:47,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263MethodDeclarations.h +26 五月 2020 | 00:52:47,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836.h +26 五月 2020 | 00:52:47,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886MethodDeclarations.h +26 五月 2020 | 00:52:47,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754.h +26 五月 2020 | 00:52:47,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200.h +26 五月 2020 | 00:52:47,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200MethodDeclarations.h +26 五月 2020 | 00:52:47,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754MethodDeclarations.h +26 五月 2020 | 00:52:47,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998.h +26 五月 2020 | 00:52:47,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534.h +26 五月 2020 | 00:52:47,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998MethodDeclarations.h +26 五月 2020 | 00:52:47,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534MethodDeclarations.h +26 五月 2020 | 00:52:47,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933.h +26 五月 2020 | 00:52:47,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389.h +26 五月 2020 | 00:52:47,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836MethodDeclarations.h +26 五月 2020 | 00:52:47,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933MethodDeclarations.h +26 五月 2020 | 00:52:47,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389MethodDeclarations.h +26 五月 2020 | 00:52:47,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054.h +26 五月 2020 | 00:52:47,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287.h +26 五月 2020 | 00:52:47,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054MethodDeclarations.h +26 五月 2020 | 00:52:47,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529.h +26 五月 2020 | 00:52:47,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287MethodDeclarations.h +26 五月 2020 | 00:52:47,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723.h +26 五月 2020 | 00:52:47,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568.h +26 五月 2020 | 00:52:47,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568MethodDeclarations.h +26 五月 2020 | 00:52:47,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723MethodDeclarations.h +26 五月 2020 | 00:52:47,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529MethodDeclarations.h +26 五月 2020 | 00:52:47,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476.h +26 五月 2020 | 00:52:47,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993.h +26 五月 2020 | 00:52:47,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836.h +26 五月 2020 | 00:52:47,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476MethodDeclarations.h +26 五月 2020 | 00:52:47,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852.h +26 五月 2020 | 00:52:47,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852MethodDeclarations.h +26 五月 2020 | 00:52:47,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847.h +26 五月 2020 | 00:52:47,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847MethodDeclarations.h +26 五月 2020 | 00:52:47,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047.h +26 五月 2020 | 00:52:47,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047MethodDeclarations.h +26 五月 2020 | 00:52:47,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962.h +26 五月 2020 | 00:52:47,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962MethodDeclarations.h +26 五月 2020 | 00:52:47,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993MethodDeclarations.h +26 五月 2020 | 00:52:47,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836MethodDeclarations.h +26 五月 2020 | 00:52:47,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957.h +26 五月 2020 | 00:52:47,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475.h +26 五月 2020 | 00:52:47,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568.h +26 五月 2020 | 00:52:47,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957MethodDeclarations.h +26 五月 2020 | 00:52:47,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568MethodDeclarations.h +26 五月 2020 | 00:52:47,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475MethodDeclarations.h +26 五月 2020 | 00:52:47,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476.h +26 五月 2020 | 00:52:47,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476MethodDeclarations.h +26 五月 2020 | 00:52:47,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852.h +26 五月 2020 | 00:52:47,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852MethodDeclarations.h +26 五月 2020 | 00:52:47,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847.h +26 五月 2020 | 00:52:47,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847MethodDeclarations.h +26 五月 2020 | 00:52:47,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047.h +26 五月 2020 | 00:52:47,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047MethodDeclarations.h +26 五月 2020 | 00:52:47,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962.h +26 五月 2020 | 00:52:47,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962MethodDeclarations.h +26 五月 2020 | 00:52:47,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475.h +26 五月 2020 | 00:52:47,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855.h +26 五月 2020 | 00:52:47,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263.h +26 五月 2020 | 00:52:47,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475MethodDeclarations.h +26 五月 2020 | 00:52:47,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855MethodDeclarations.h +26 五月 2020 | 00:52:47,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263MethodDeclarations.h +26 五月 2020 | 00:52:47,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636.h +26 五月 2020 | 00:52:47,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754.h +26 五月 2020 | 00:52:47,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636MethodDeclarations.h +26 五月 2020 | 00:52:47,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754MethodDeclarations.h +26 五月 2020 | 00:52:47,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763.h +26 五月 2020 | 00:52:47,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534.h +26 五月 2020 | 00:52:47,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534MethodDeclarations.h +26 五月 2020 | 00:52:47,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763MethodDeclarations.h +26 五月 2020 | 00:52:47,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263.h +26 五月 2020 | 00:52:47,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389.h +26 五月 2020 | 00:52:47,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263MethodDeclarations.h +26 五月 2020 | 00:52:47,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389MethodDeclarations.h +26 五月 2020 | 00:52:47,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754.h +26 五月 2020 | 00:52:47,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701.h +26 五月 2020 | 00:52:47,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754MethodDeclarations.h +26 五月 2020 | 00:52:47,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701MethodDeclarations.h +26 五月 2020 | 00:52:47,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534.h +26 五月 2020 | 00:52:47,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768.h +26 五月 2020 | 00:52:47,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534MethodDeclarations.h +26 五月 2020 | 00:52:47,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768MethodDeclarations.h +26 五月 2020 | 00:52:47,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389.h +26 五月 2020 | 00:52:47,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing.unity_ArrayTypes.h +26 五月 2020 | 00:52:47,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389MethodDeclarations.h +26 五月 2020 | 00:52:47,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004.h +26 五月 2020 | 00:52:47,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004MethodDeclarations.h +26 五月 2020 | 00:52:47,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068.h +26 五月 2020 | 00:52:47,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068MethodDeclarations.h +26 五月 2020 | 00:52:47,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984.h +26 五月 2020 | 00:52:47,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984MethodDeclarations.h +26 五月 2020 | 00:52:47,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057.h +26 五月 2020 | 00:52:47,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057MethodDeclarations.h +26 五月 2020 | 00:52:47,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287.h +26 五月 2020 | 00:52:47,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287.h +26 五月 2020 | 00:52:47,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712.h +26 五月 2020 | 00:52:47,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287MethodDeclarations.h +26 五月 2020 | 00:52:47,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287MethodDeclarations.h +26 五月 2020 | 00:52:47,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712MethodDeclarations.h +26 五月 2020 | 00:52:47,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259.h +26 五月 2020 | 00:52:47,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259MethodDeclarations.h +26 五月 2020 | 00:52:47,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253.h +26 五月 2020 | 00:52:47,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253MethodDeclarations.h +26 五月 2020 | 00:52:47,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325.h +26 五月 2020 | 00:52:47,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325MethodDeclarations.h +26 五月 2020 | 00:52:47,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329.h +26 五月 2020 | 00:52:47,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329MethodDeclarations.h +26 五月 2020 | 00:52:47,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825.h +26 五月 2020 | 00:52:47,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825MethodDeclarations.h +26 五月 2020 | 00:52:47,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782.h +26 五月 2020 | 00:52:47,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782MethodDeclarations.h +26 五月 2020 | 00:52:47,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254.h +26 五月 2020 | 00:52:47,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254MethodDeclarations.h +26 五月 2020 | 00:52:47,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311.h +26 五月 2020 | 00:52:47,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311MethodDeclarations.h +26 五月 2020 | 00:52:47,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832.h +26 五月 2020 | 00:52:47,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832MethodDeclarations.h +26 五月 2020 | 00:52:47,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834.h +26 五月 2020 | 00:52:47,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834MethodDeclarations.h +26 五月 2020 | 00:52:47,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738.h +26 五月 2020 | 00:52:47,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738MethodDeclarations.h +26 五月 2020 | 00:52:47,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744.h +26 五月 2020 | 00:52:47,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744MethodDeclarations.h +26 五月 2020 | 00:52:47,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246.h +26 五月 2020 | 00:52:47,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246MethodDeclarations.h +26 五月 2020 | 00:52:47,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791.h +26 五月 2020 | 00:52:47,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791MethodDeclarations.h +26 五月 2020 | 00:52:47,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750.h +26 五月 2020 | 00:52:47,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750MethodDeclarations.h +26 五月 2020 | 00:52:47,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721.h +26 五月 2020 | 00:52:47,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721MethodDeclarations.h +26 五月 2020 | 00:52:47,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725.h +26 五月 2020 | 00:52:47,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725MethodDeclarations.h +26 五月 2020 | 00:52:47,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729.h +26 五月 2020 | 00:52:47,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729MethodDeclarations.h +26 五月 2020 | 00:52:47,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793.h +26 五月 2020 | 00:52:47,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793MethodDeclarations.h +26 五月 2020 | 00:52:47,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723.h +26 五月 2020 | 00:52:47,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795.h +26 五月 2020 | 00:52:47,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723.h +26 五月 2020 | 00:52:47,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795MethodDeclarations.h +26 五月 2020 | 00:52:47,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723MethodDeclarations.h +26 五月 2020 | 00:52:47,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723MethodDeclarations.h +26 五月 2020 | 00:52:47,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993.h +26 五月 2020 | 00:52:47,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993.h +26 五月 2020 | 00:52:47,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803.h +26 五月 2020 | 00:52:47,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993MethodDeclarations.h +26 五月 2020 | 00:52:47,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993MethodDeclarations.h +26 五月 2020 | 00:52:47,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803MethodDeclarations.h +26 五月 2020 | 00:52:47,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957.h +26 五月 2020 | 00:52:47,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957.h +26 五月 2020 | 00:52:47,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912.h +26 五月 2020 | 00:52:47,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912MethodDeclarations.h +26 五月 2020 | 00:52:47,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957MethodDeclarations.h +26 五月 2020 | 00:52:47,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957MethodDeclarations.h +26 五月 2020 | 00:52:47,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855.h +26 五月 2020 | 00:52:47,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855.h +26 五月 2020 | 00:52:47,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246.h +26 五月 2020 | 00:52:47,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246MethodDeclarations.h +26 五月 2020 | 00:52:47,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855MethodDeclarations.h +26 五月 2020 | 00:52:47,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855MethodDeclarations.h +26 五月 2020 | 00:52:47,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250.h +26 五月 2020 | 00:52:47,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250MethodDeclarations.h +26 五月 2020 | 00:52:47,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659.h +26 五月 2020 | 00:52:47,780 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659MethodDeclarations.h +26 五月 2020 | 00:52:47,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291.h +26 五月 2020 | 00:52:47,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291MethodDeclarations.h +26 五月 2020 | 00:52:47,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865.h +26 五月 2020 | 00:52:47,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865MethodDeclarations.h +26 五月 2020 | 00:52:47,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314.h +26 五月 2020 | 00:52:47,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314MethodDeclarations.h +26 五月 2020 | 00:52:47,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479.h +26 五月 2020 | 00:52:47,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479MethodDeclarations.h +26 五月 2020 | 00:52:47,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483.h +26 五月 2020 | 00:52:47,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483MethodDeclarations.h +26 五月 2020 | 00:52:47,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487.h +26 五月 2020 | 00:52:47,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487MethodDeclarations.h +26 五月 2020 | 00:52:47,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416.h +26 五月 2020 | 00:52:47,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416MethodDeclarations.h +26 五月 2020 | 00:52:47,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364.h +26 五月 2020 | 00:52:47,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364MethodDeclarations.h +26 五月 2020 | 00:52:47,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636.h +26 五月 2020 | 00:52:47,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636.h +26 五月 2020 | 00:52:47,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636MethodDeclarations.h +26 五月 2020 | 00:52:47,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636MethodDeclarations.h +26 五月 2020 | 00:52:47,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270.h +26 五月 2020 | 00:52:47,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270MethodDeclarations.h +26 五月 2020 | 00:52:47,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763.h +26 五月 2020 | 00:52:47,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763.h +26 五月 2020 | 00:52:47,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763MethodDeclarations.h +26 五月 2020 | 00:52:47,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763MethodDeclarations.h +26 五月 2020 | 00:52:47,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274.h +26 五月 2020 | 00:52:47,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274MethodDeclarations.h +26 五月 2020 | 00:52:47,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276.h +26 五月 2020 | 00:52:47,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276MethodDeclarations.h +26 五月 2020 | 00:52:47,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701.h +26 五月 2020 | 00:52:47,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701.h +26 五月 2020 | 00:52:47,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472.h +26 五月 2020 | 00:52:47,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701MethodDeclarations.h +26 五月 2020 | 00:52:47,829 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472MethodDeclarations.h +26 五月 2020 | 00:52:47,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701MethodDeclarations.h +26 五月 2020 | 00:52:47,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768.h +26 五月 2020 | 00:52:47,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656.h +26 五月 2020 | 00:52:47,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768.h +26 五月 2020 | 00:52:47,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768MethodDeclarations.h +26 五月 2020 | 00:52:47,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656MethodDeclarations.h +26 五月 2020 | 00:52:47,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768MethodDeclarations.h +26 五月 2020 | 00:52:47,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing.unity_ArrayTypes.h +26 五月 2020 | 00:52:47,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing.unity_ArrayTypes.h +26 五月 2020 | 00:52:47,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004.h +26 五月 2020 | 00:52:47,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004.h +26 五月 2020 | 00:52:47,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004MethodDeclarations.h +26 五月 2020 | 00:52:47,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004MethodDeclarations.h +26 五月 2020 | 00:52:47,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068.h +26 五月 2020 | 00:52:47,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068.h +26 五月 2020 | 00:52:47,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068MethodDeclarations.h +26 五月 2020 | 00:52:47,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068MethodDeclarations.h +26 五月 2020 | 00:52:47,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984.h +26 五月 2020 | 00:52:47,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984.h +26 五月 2020 | 00:52:47,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984MethodDeclarations.h +26 五月 2020 | 00:52:47,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984MethodDeclarations.h +26 五月 2020 | 00:52:47,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250.h +26 五月 2020 | 00:52:47,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057.h +26 五月 2020 | 00:52:47,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057.h +26 五月 2020 | 00:52:47,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250MethodDeclarations.h +26 五月 2020 | 00:52:47,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057MethodDeclarations.h +26 五月 2020 | 00:52:47,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057MethodDeclarations.h +26 五月 2020 | 00:52:47,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850.h +26 五月 2020 | 00:52:47,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712.h +26 五月 2020 | 00:52:47,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850MethodDeclarations.h +26 五月 2020 | 00:52:47,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712.h +26 五月 2020 | 00:52:47,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712MethodDeclarations.h +26 五月 2020 | 00:52:47,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330.h +26 五月 2020 | 00:52:47,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712MethodDeclarations.h +26 五月 2020 | 00:52:47,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259.h +26 五月 2020 | 00:52:47,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259MethodDeclarations.h +26 五月 2020 | 00:52:47,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330MethodDeclarations.h +26 五月 2020 | 00:52:47,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259.h +26 五月 2020 | 00:52:47,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259MethodDeclarations.h +26 五月 2020 | 00:52:47,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356.h +26 五月 2020 | 00:52:47,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356MethodDeclarations.h +26 五月 2020 | 00:52:47,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253.h +26 五月 2020 | 00:52:47,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253MethodDeclarations.h +26 五月 2020 | 00:52:47,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437.h +26 五月 2020 | 00:52:47,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253.h +26 五月 2020 | 00:52:47,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325.h +26 五月 2020 | 00:52:47,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437MethodDeclarations.h +26 五月 2020 | 00:52:47,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253MethodDeclarations.h +26 五月 2020 | 00:52:47,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325MethodDeclarations.h +26 五月 2020 | 00:52:47,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383.h +26 五月 2020 | 00:52:47,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325.h +26 五月 2020 | 00:52:47,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329.h +26 五月 2020 | 00:52:47,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325MethodDeclarations.h +26 五月 2020 | 00:52:47,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329MethodDeclarations.h +26 五月 2020 | 00:52:47,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383MethodDeclarations.h +26 五月 2020 | 00:52:47,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329.h +26 五月 2020 | 00:52:47,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825.h +26 五月 2020 | 00:52:47,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329MethodDeclarations.h +26 五月 2020 | 00:52:47,928 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825MethodDeclarations.h +26 五月 2020 | 00:52:47,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825.h +26 五月 2020 | 00:52:47,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782.h +26 五月 2020 | 00:52:47,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825MethodDeclarations.h +26 五月 2020 | 00:52:47,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782MethodDeclarations.h +26 五月 2020 | 00:52:47,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782.h +26 五月 2020 | 00:52:47,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254.h +26 五月 2020 | 00:52:47,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782MethodDeclarations.h +26 五月 2020 | 00:52:47,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254MethodDeclarations.h +26 五月 2020 | 00:52:47,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254.h +26 五月 2020 | 00:52:47,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311.h +26 五月 2020 | 00:52:47,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254MethodDeclarations.h +26 五月 2020 | 00:52:47,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311MethodDeclarations.h +26 五月 2020 | 00:52:47,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311.h +26 五月 2020 | 00:52:47,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832.h +26 五月 2020 | 00:52:47,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311MethodDeclarations.h +26 五月 2020 | 00:52:47,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832MethodDeclarations.h +26 五月 2020 | 00:52:47,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832.h +26 五月 2020 | 00:52:47,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834.h +26 五月 2020 | 00:52:47,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834MethodDeclarations.h +26 五月 2020 | 00:52:47,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832MethodDeclarations.h +26 五月 2020 | 00:52:47,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738.h +26 五月 2020 | 00:52:47,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834.h +26 五月 2020 | 00:52:47,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738MethodDeclarations.h +26 五月 2020 | 00:52:47,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834MethodDeclarations.h +26 五月 2020 | 00:52:47,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744.h +26 五月 2020 | 00:52:47,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738.h +26 五月 2020 | 00:52:47,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744MethodDeclarations.h +26 五月 2020 | 00:52:47,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738MethodDeclarations.h +26 五月 2020 | 00:52:47,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246.h +26 五月 2020 | 00:52:47,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744.h +26 五月 2020 | 00:52:47,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246MethodDeclarations.h +26 五月 2020 | 00:52:47,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744MethodDeclarations.h +26 五月 2020 | 00:52:47,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791.h +26 五月 2020 | 00:52:47,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246.h +26 五月 2020 | 00:52:47,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791MethodDeclarations.h +26 五月 2020 | 00:52:47,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246MethodDeclarations.h +26 五月 2020 | 00:52:47,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750.h +26 五月 2020 | 00:52:47,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791.h +26 五月 2020 | 00:52:47,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750MethodDeclarations.h +26 五月 2020 | 00:52:47,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791MethodDeclarations.h +26 五月 2020 | 00:52:47,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721.h +26 五月 2020 | 00:52:47,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750.h +26 五月 2020 | 00:52:47,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721MethodDeclarations.h +26 五月 2020 | 00:52:47,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750MethodDeclarations.h +26 五月 2020 | 00:52:47,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725.h +26 五月 2020 | 00:52:47,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721.h +26 五月 2020 | 00:52:47,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725MethodDeclarations.h +26 五月 2020 | 00:52:47,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721MethodDeclarations.h +26 五月 2020 | 00:52:47,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729.h +26 五月 2020 | 00:52:47,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725.h +26 五月 2020 | 00:52:47,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729MethodDeclarations.h +26 五月 2020 | 00:52:47,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725MethodDeclarations.h +26 五月 2020 | 00:52:47,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793.h +26 五月 2020 | 00:52:47,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729.h +26 五月 2020 | 00:52:47,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793MethodDeclarations.h +26 五月 2020 | 00:52:47,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729MethodDeclarations.h +26 五月 2020 | 00:52:47,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793.h +26 五月 2020 | 00:52:47,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793MethodDeclarations.h +26 五月 2020 | 00:52:48,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795.h +26 五月 2020 | 00:52:48,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795.h +26 五月 2020 | 00:52:48,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327.h +26 五月 2020 | 00:52:48,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795MethodDeclarations.h +26 五月 2020 | 00:52:48,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795MethodDeclarations.h +26 五月 2020 | 00:52:48,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327MethodDeclarations.h +26 五月 2020 | 00:52:48,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771.h +26 五月 2020 | 00:52:48,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771MethodDeclarations.h +26 五月 2020 | 00:52:48,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803.h +26 五月 2020 | 00:52:48,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803.h +26 五月 2020 | 00:52:48,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895.h +26 五月 2020 | 00:52:48,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803MethodDeclarations.h +26 五月 2020 | 00:52:48,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803MethodDeclarations.h +26 五月 2020 | 00:52:48,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895MethodDeclarations.h +26 五月 2020 | 00:52:48,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912.h +26 五月 2020 | 00:52:48,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912.h +26 五月 2020 | 00:52:48,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912MethodDeclarations.h +26 五月 2020 | 00:52:48,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912MethodDeclarations.h +26 五月 2020 | 00:52:48,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731.h +26 五月 2020 | 00:52:48,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246.h +26 五月 2020 | 00:52:48,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246.h +26 五月 2020 | 00:52:48,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731MethodDeclarations.h +26 五月 2020 | 00:52:48,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246MethodDeclarations.h +26 五月 2020 | 00:52:48,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246MethodDeclarations.h +26 五月 2020 | 00:52:48,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079.h +26 五月 2020 | 00:52:48,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250.h +26 五月 2020 | 00:52:48,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250.h +26 五月 2020 | 00:52:48,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250MethodDeclarations.h +26 五月 2020 | 00:52:48,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250MethodDeclarations.h +26 五月 2020 | 00:52:48,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079MethodDeclarations.h +26 五月 2020 | 00:52:48,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659.h +26 五月 2020 | 00:52:48,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659.h +26 五月 2020 | 00:52:48,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553.h +26 五月 2020 | 00:52:48,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659MethodDeclarations.h +26 五月 2020 | 00:52:48,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659MethodDeclarations.h +26 五月 2020 | 00:52:48,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291.h +26 五月 2020 | 00:52:48,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291.h +26 五月 2020 | 00:52:48,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291MethodDeclarations.h +26 五月 2020 | 00:52:48,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291MethodDeclarations.h +26 五月 2020 | 00:52:48,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865.h +26 五月 2020 | 00:52:48,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865MethodDeclarations.h +26 五月 2020 | 00:52:48,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314.h +26 五月 2020 | 00:52:48,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865.h +26 五月 2020 | 00:52:48,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314MethodDeclarations.h +26 五月 2020 | 00:52:48,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865MethodDeclarations.h +26 五月 2020 | 00:52:48,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479.h +26 五月 2020 | 00:52:48,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479MethodDeclarations.h +26 五月 2020 | 00:52:48,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314.h +26 五月 2020 | 00:52:48,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314MethodDeclarations.h +26 五月 2020 | 00:52:48,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483.h +26 五月 2020 | 00:52:48,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479.h +26 五月 2020 | 00:52:48,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483MethodDeclarations.h +26 五月 2020 | 00:52:48,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479MethodDeclarations.h +26 五月 2020 | 00:52:48,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487.h +26 五月 2020 | 00:52:48,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483.h +26 五月 2020 | 00:52:48,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487MethodDeclarations.h +26 五月 2020 | 00:52:48,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483MethodDeclarations.h +26 五月 2020 | 00:52:48,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416.h +26 五月 2020 | 00:52:48,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487.h +26 五月 2020 | 00:52:48,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416MethodDeclarations.h +26 五月 2020 | 00:52:48,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487MethodDeclarations.h +26 五月 2020 | 00:52:48,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364.h +26 五月 2020 | 00:52:48,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553MethodDeclarations.h +26 五月 2020 | 00:52:48,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364MethodDeclarations.h +26 五月 2020 | 00:52:48,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416.h +26 五月 2020 | 00:52:48,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416MethodDeclarations.h +26 五月 2020 | 00:52:48,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270.h +26 五月 2020 | 00:52:48,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364.h +26 五月 2020 | 00:52:48,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270MethodDeclarations.h +26 五月 2020 | 00:52:48,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364MethodDeclarations.h +26 五月 2020 | 00:52:48,244 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274.h +26 五月 2020 | 00:52:48,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270.h +26 五月 2020 | 00:52:48,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274MethodDeclarations.h +26 五月 2020 | 00:52:48,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270MethodDeclarations.h +26 五月 2020 | 00:52:48,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276.h +26 五月 2020 | 00:52:48,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274.h +26 五月 2020 | 00:52:48,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276MethodDeclarations.h +26 五月 2020 | 00:52:48,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274MethodDeclarations.h +26 五月 2020 | 00:52:48,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472.h +26 五月 2020 | 00:52:48,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472MethodDeclarations.h +26 五月 2020 | 00:52:48,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276.h +26 五月 2020 | 00:52:48,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276MethodDeclarations.h +26 五月 2020 | 00:52:48,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656.h +26 五月 2020 | 00:52:48,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472.h +26 五月 2020 | 00:52:48,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472MethodDeclarations.h +26 五月 2020 | 00:52:48,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656.h +26 五月 2020 | 00:52:48,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656.h +26 五月 2020 | 00:52:48,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656MethodDeclarations.h +26 五月 2020 | 00:52:48,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656MethodDeclarations.h +26 五月 2020 | 00:52:48,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656MethodDeclarations.h +26 五月 2020 | 00:52:48,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282.h +26 五月 2020 | 00:52:48,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282MethodDeclarations.h +26 五月 2020 | 00:52:48,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150.h +26 五月 2020 | 00:52:48,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150MethodDeclarations.h +26 五月 2020 | 00:52:48,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165.h +26 五月 2020 | 00:52:48,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250.h +26 五月 2020 | 00:52:48,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250.h +26 五月 2020 | 00:52:48,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165MethodDeclarations.h +26 五月 2020 | 00:52:48,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250MethodDeclarations.h +26 五月 2020 | 00:52:48,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250MethodDeclarations.h +26 五月 2020 | 00:52:48,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431.h +26 五月 2020 | 00:52:48,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850.h +26 五月 2020 | 00:52:48,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850.h +26 五月 2020 | 00:52:48,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850MethodDeclarations.h +26 五月 2020 | 00:52:48,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850MethodDeclarations.h +26 五月 2020 | 00:52:48,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330.h +26 五月 2020 | 00:52:48,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330.h +26 五月 2020 | 00:52:48,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330MethodDeclarations.h +26 五月 2020 | 00:52:48,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330MethodDeclarations.h +26 五月 2020 | 00:52:48,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356.h +26 五月 2020 | 00:52:48,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356.h +26 五月 2020 | 00:52:48,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356MethodDeclarations.h +26 五月 2020 | 00:52:48,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356MethodDeclarations.h +26 五月 2020 | 00:52:48,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437.h +26 五月 2020 | 00:52:48,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437.h +26 五月 2020 | 00:52:48,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437MethodDeclarations.h +26 五月 2020 | 00:52:48,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437MethodDeclarations.h +26 五月 2020 | 00:52:48,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383.h +26 五月 2020 | 00:52:48,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383.h +26 五月 2020 | 00:52:48,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383MethodDeclarations.h +26 五月 2020 | 00:52:48,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383MethodDeclarations.h +26 五月 2020 | 00:52:48,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431MethodDeclarations.h +26 五月 2020 | 00:52:48,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306.h +26 五月 2020 | 00:52:48,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306MethodDeclarations.h +26 五月 2020 | 00:52:48,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327.h +26 五月 2020 | 00:52:48,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327.h +26 五月 2020 | 00:52:48,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468.h +26 五月 2020 | 00:52:48,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327MethodDeclarations.h +26 五月 2020 | 00:52:48,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327MethodDeclarations.h +26 五月 2020 | 00:52:48,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468MethodDeclarations.h +26 五月 2020 | 00:52:48,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771.h +26 五月 2020 | 00:52:48,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247.h +26 五月 2020 | 00:52:48,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771.h +26 五月 2020 | 00:52:48,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771MethodDeclarations.h +26 五月 2020 | 00:52:48,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771MethodDeclarations.h +26 五月 2020 | 00:52:48,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247MethodDeclarations.h +26 五月 2020 | 00:52:48,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895.h +26 五月 2020 | 00:52:48,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895.h +26 五月 2020 | 00:52:48,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478.h +26 五月 2020 | 00:52:48,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895MethodDeclarations.h +26 五月 2020 | 00:52:48,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895MethodDeclarations.h +26 五月 2020 | 00:52:48,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478MethodDeclarations.h +26 五月 2020 | 00:52:48,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731.h +26 五月 2020 | 00:52:48,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731.h +26 五月 2020 | 00:52:48,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731MethodDeclarations.h +26 五月 2020 | 00:52:48,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731MethodDeclarations.h +26 五月 2020 | 00:52:48,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079.h +26 五月 2020 | 00:52:48,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079.h +26 五月 2020 | 00:52:48,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079MethodDeclarations.h +26 五月 2020 | 00:52:48,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079MethodDeclarations.h +26 五月 2020 | 00:52:48,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553.h +26 五月 2020 | 00:52:48,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553.h +26 五月 2020 | 00:52:48,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553MethodDeclarations.h +26 五月 2020 | 00:52:48,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553MethodDeclarations.h +26 五月 2020 | 00:52:48,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415.h +26 五月 2020 | 00:52:48,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415MethodDeclarations.h +26 五月 2020 | 00:52:48,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656.h +26 五月 2020 | 00:52:48,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656MethodDeclarations.h +26 五月 2020 | 00:52:48,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282.h +26 五月 2020 | 00:52:48,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282MethodDeclarations.h +26 五月 2020 | 00:52:48,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150.h +26 五月 2020 | 00:52:48,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150MethodDeclarations.h +26 五月 2020 | 00:52:48,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165.h +26 五月 2020 | 00:52:48,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165MethodDeclarations.h +26 五月 2020 | 00:52:48,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431.h +26 五月 2020 | 00:52:48,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738.h +26 五月 2020 | 00:52:48,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656.h +26 五月 2020 | 00:52:48,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431MethodDeclarations.h +26 五月 2020 | 00:52:48,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738MethodDeclarations.h +26 五月 2020 | 00:52:48,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656MethodDeclarations.h +26 五月 2020 | 00:52:48,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306.h +26 五月 2020 | 00:52:48,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306MethodDeclarations.h +26 五月 2020 | 00:52:48,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282.h +26 五月 2020 | 00:52:48,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468.h +26 五月 2020 | 00:52:48,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282MethodDeclarations.h +26 五月 2020 | 00:52:48,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468MethodDeclarations.h +26 五月 2020 | 00:52:48,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150.h +26 五月 2020 | 00:52:48,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247.h +26 五月 2020 | 00:52:48,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150MethodDeclarations.h +26 五月 2020 | 00:52:48,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247MethodDeclarations.h +26 五月 2020 | 00:52:48,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165.h +26 五月 2020 | 00:52:48,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165MethodDeclarations.h +26 五月 2020 | 00:52:48,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431.h +26 五月 2020 | 00:52:48,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478.h +26 五月 2020 | 00:52:48,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431MethodDeclarations.h +26 五月 2020 | 00:52:48,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478MethodDeclarations.h +26 五月 2020 | 00:52:48,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306.h +26 五月 2020 | 00:52:48,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306MethodDeclarations.h +26 五月 2020 | 00:52:48,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415.h +26 五月 2020 | 00:52:48,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468.h +26 五月 2020 | 00:52:48,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697.h +26 五月 2020 | 00:52:48,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415MethodDeclarations.h +26 五月 2020 | 00:52:48,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468MethodDeclarations.h +26 五月 2020 | 00:52:48,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247.h +26 五月 2020 | 00:52:48,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247MethodDeclarations.h +26 五月 2020 | 00:52:48,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478.h +26 五月 2020 | 00:52:48,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738.h +26 五月 2020 | 00:52:48,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738MethodDeclarations.h +26 五月 2020 | 00:52:48,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697MethodDeclarations.h +26 五月 2020 | 00:52:48,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478MethodDeclarations.h +26 五月 2020 | 00:52:48,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672.h +26 五月 2020 | 00:52:48,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415.h +26 五月 2020 | 00:52:48,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672MethodDeclarations.h +26 五月 2020 | 00:52:48,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415MethodDeclarations.h +26 五月 2020 | 00:52:48,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808.h +26 五月 2020 | 00:52:48,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808MethodDeclarations.h +26 五月 2020 | 00:52:48,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246.h +26 五月 2020 | 00:52:48,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738.h +26 五月 2020 | 00:52:48,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697.h +26 五月 2020 | 00:52:48,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738MethodDeclarations.h +26 五月 2020 | 00:52:48,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246MethodDeclarations.h +26 五月 2020 | 00:52:48,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689.h +26 五月 2020 | 00:52:48,758 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689MethodDeclarations.h +26 五月 2020 | 00:52:48,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308.h +26 五月 2020 | 00:52:48,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308MethodDeclarations.h +26 五月 2020 | 00:52:48,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697MethodDeclarations.h +26 五月 2020 | 00:52:48,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070.h +26 五月 2020 | 00:52:48,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070MethodDeclarations.h +26 五月 2020 | 00:52:48,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958.h +26 五月 2020 | 00:52:48,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958MethodDeclarations.h +26 五月 2020 | 00:52:48,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672.h +26 五月 2020 | 00:52:48,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697.h +26 五月 2020 | 00:52:48,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728.h +26 五月 2020 | 00:52:48,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728MethodDeclarations.h +26 五月 2020 | 00:52:48,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672MethodDeclarations.h +26 五月 2020 | 00:52:48,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808.h +26 五月 2020 | 00:52:48,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808MethodDeclarations.h +26 五月 2020 | 00:52:48,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085.h +26 五月 2020 | 00:52:48,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697MethodDeclarations.h +26 五月 2020 | 00:52:48,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085MethodDeclarations.h +26 五月 2020 | 00:52:49,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672.h +26 五月 2020 | 00:52:49,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823.h +26 五月 2020 | 00:52:49,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672MethodDeclarations.h +26 五月 2020 | 00:52:49,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246.h +26 五月 2020 | 00:52:49,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808.h +26 五月 2020 | 00:52:49,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246MethodDeclarations.h +26 五月 2020 | 00:52:49,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823MethodDeclarations.h +26 五月 2020 | 00:52:49,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689.h +26 五月 2020 | 00:52:49,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808MethodDeclarations.h +26 五月 2020 | 00:52:49,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650.h +26 五月 2020 | 00:52:49,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689MethodDeclarations.h +26 五月 2020 | 00:52:49,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308.h +26 五月 2020 | 00:52:49,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308MethodDeclarations.h +26 五月 2020 | 00:52:49,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070.h +26 五月 2020 | 00:52:49,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070MethodDeclarations.h +26 五月 2020 | 00:52:49,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958.h +26 五月 2020 | 00:52:49,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958MethodDeclarations.h +26 五月 2020 | 00:52:49,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728.h +26 五月 2020 | 00:52:49,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728MethodDeclarations.h +26 五月 2020 | 00:52:49,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650MethodDeclarations.h +26 五月 2020 | 00:52:49,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246.h +26 五月 2020 | 00:52:49,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085.h +26 五月 2020 | 00:52:49,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953.h +26 五月 2020 | 00:52:49,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085MethodDeclarations.h +26 五月 2020 | 00:52:49,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246MethodDeclarations.h +26 五月 2020 | 00:52:49,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953MethodDeclarations.h +26 五月 2020 | 00:52:49,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689.h +26 五月 2020 | 00:52:49,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823.h +26 五月 2020 | 00:52:49,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689MethodDeclarations.h +26 五月 2020 | 00:52:49,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823MethodDeclarations.h +26 五月 2020 | 00:52:49,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308.h +26 五月 2020 | 00:52:49,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308MethodDeclarations.h +26 五月 2020 | 00:52:49,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650.h +26 五月 2020 | 00:52:49,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070.h +26 五月 2020 | 00:52:49,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086.h +26 五月 2020 | 00:52:49,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070MethodDeclarations.h +26 五月 2020 | 00:52:49,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086MethodDeclarations.h +26 五月 2020 | 00:52:49,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958.h +26 五月 2020 | 00:52:49,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677.h +26 五月 2020 | 00:52:49,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958MethodDeclarations.h +26 五月 2020 | 00:52:49,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677MethodDeclarations.h +26 五月 2020 | 00:52:49,274 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728.h +26 五月 2020 | 00:52:49,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349.h +26 五月 2020 | 00:52:49,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728MethodDeclarations.h +26 五月 2020 | 00:52:49,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349MethodDeclarations.h +26 五月 2020 | 00:52:49,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199.h +26 五月 2020 | 00:52:49,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199MethodDeclarations.h +26 五月 2020 | 00:52:49,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767.h +26 五月 2020 | 00:52:49,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767MethodDeclarations.h +26 五月 2020 | 00:52:49,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409.h +26 五月 2020 | 00:52:49,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409MethodDeclarations.h +26 五月 2020 | 00:52:49,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545.h +26 五月 2020 | 00:52:49,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545MethodDeclarations.h +26 五月 2020 | 00:52:49,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776.h +26 五月 2020 | 00:52:49,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650MethodDeclarations.h +26 五月 2020 | 00:52:49,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085.h +26 五月 2020 | 00:52:49,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776MethodDeclarations.h +26 五月 2020 | 00:52:49,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953.h +26 五月 2020 | 00:52:49,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085MethodDeclarations.h +26 五月 2020 | 00:52:49,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953MethodDeclarations.h +26 五月 2020 | 00:52:49,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823.h +26 五月 2020 | 00:52:49,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596.h +26 五月 2020 | 00:52:49,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596MethodDeclarations.h +26 五月 2020 | 00:52:49,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823MethodDeclarations.h +26 五月 2020 | 00:52:49,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340.h +26 五月 2020 | 00:52:49,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650.h +26 五月 2020 | 00:52:49,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340MethodDeclarations.h +26 五月 2020 | 00:52:49,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086.h +26 五月 2020 | 00:52:49,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420.h +26 五月 2020 | 00:52:49,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086MethodDeclarations.h +26 五月 2020 | 00:52:49,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420MethodDeclarations.h +26 五月 2020 | 00:52:49,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677.h +26 五月 2020 | 00:52:49,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677MethodDeclarations.h +26 五月 2020 | 00:52:49,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650MethodDeclarations.h +26 五月 2020 | 00:52:49,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417.h +26 五月 2020 | 00:52:49,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417MethodDeclarations.h +26 五月 2020 | 00:52:49,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953.h +26 五月 2020 | 00:52:49,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349.h +26 五月 2020 | 00:52:49,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953MethodDeclarations.h +26 五月 2020 | 00:52:49,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349MethodDeclarations.h +26 五月 2020 | 00:52:49,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199.h +26 五月 2020 | 00:52:49,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199MethodDeclarations.h +26 五月 2020 | 00:52:49,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767.h +26 五月 2020 | 00:52:49,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767MethodDeclarations.h +26 五月 2020 | 00:52:49,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409.h +26 五月 2020 | 00:52:49,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409MethodDeclarations.h +26 五月 2020 | 00:52:49,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545.h +26 五月 2020 | 00:52:49,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545MethodDeclarations.h +26 五月 2020 | 00:52:49,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086.h +26 五月 2020 | 00:52:49,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776.h +26 五月 2020 | 00:52:49,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967.h +26 五月 2020 | 00:52:49,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967MethodDeclarations.h +26 五月 2020 | 00:52:49,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776MethodDeclarations.h +26 五月 2020 | 00:52:49,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596.h +26 五月 2020 | 00:52:49,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086MethodDeclarations.h +26 五月 2020 | 00:52:49,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925.h +26 五月 2020 | 00:52:49,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596MethodDeclarations.h +26 五月 2020 | 00:52:49,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925MethodDeclarations.h +26 五月 2020 | 00:52:49,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677.h +26 五月 2020 | 00:52:49,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340.h +26 五月 2020 | 00:52:49,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056.h +26 五月 2020 | 00:52:49,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677MethodDeclarations.h +26 五月 2020 | 00:52:49,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340MethodDeclarations.h +26 五月 2020 | 00:52:49,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349.h +26 五月 2020 | 00:52:49,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349MethodDeclarations.h +26 五月 2020 | 00:52:49,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199.h +26 五月 2020 | 00:52:49,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199MethodDeclarations.h +26 五月 2020 | 00:52:49,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767.h +26 五月 2020 | 00:52:49,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767MethodDeclarations.h +26 五月 2020 | 00:52:49,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409.h +26 五月 2020 | 00:52:49,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409MethodDeclarations.h +26 五月 2020 | 00:52:49,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545.h +26 五月 2020 | 00:52:49,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545MethodDeclarations.h +26 五月 2020 | 00:52:49,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776.h +26 五月 2020 | 00:52:49,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420.h +26 五月 2020 | 00:52:49,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776MethodDeclarations.h +26 五月 2020 | 00:52:49,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420MethodDeclarations.h +26 五月 2020 | 00:52:49,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056MethodDeclarations.h +26 五月 2020 | 00:52:49,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392.h +26 五月 2020 | 00:52:49,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392MethodDeclarations.h +26 五月 2020 | 00:52:49,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882.h +26 五月 2020 | 00:52:49,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882MethodDeclarations.h +26 五月 2020 | 00:52:49,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314.h +26 五月 2020 | 00:52:49,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314MethodDeclarations.h +26 五月 2020 | 00:52:49,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389.h +26 五月 2020 | 00:52:49,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389MethodDeclarations.h +26 五月 2020 | 00:52:49,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195.h +26 五月 2020 | 00:52:49,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596.h +26 五月 2020 | 00:52:49,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417.h +26 五月 2020 | 00:52:49,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596MethodDeclarations.h +26 五月 2020 | 00:52:49,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195MethodDeclarations.h +26 五月 2020 | 00:52:49,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340.h +26 五月 2020 | 00:52:49,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882.h +26 五月 2020 | 00:52:49,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417MethodDeclarations.h +26 五月 2020 | 00:52:49,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340MethodDeclarations.h +26 五月 2020 | 00:52:49,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882MethodDeclarations.h +26 五月 2020 | 00:52:49,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967.h +26 五月 2020 | 00:52:49,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967MethodDeclarations.h +26 五月 2020 | 00:52:49,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772.h +26 五月 2020 | 00:52:49,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772MethodDeclarations.h +26 五月 2020 | 00:52:49,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485.h +26 五月 2020 | 00:52:49,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485MethodDeclarations.h +26 五月 2020 | 00:52:49,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925.h +26 五月 2020 | 00:52:49,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299.h +26 五月 2020 | 00:52:49,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420.h +26 五月 2020 | 00:52:49,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925MethodDeclarations.h +26 五月 2020 | 00:52:49,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420MethodDeclarations.h +26 五月 2020 | 00:52:49,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299MethodDeclarations.h +26 五月 2020 | 00:52:49,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056.h +26 五月 2020 | 00:52:49,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304.h +26 五月 2020 | 00:52:49,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417.h +26 五月 2020 | 00:52:49,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056MethodDeclarations.h +26 五月 2020 | 00:52:49,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417MethodDeclarations.h +26 五月 2020 | 00:52:49,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392.h +26 五月 2020 | 00:52:49,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392MethodDeclarations.h +26 五月 2020 | 00:52:49,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882.h +26 五月 2020 | 00:52:49,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882MethodDeclarations.h +26 五月 2020 | 00:52:49,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314.h +26 五月 2020 | 00:52:49,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314MethodDeclarations.h +26 五月 2020 | 00:52:49,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389.h +26 五月 2020 | 00:52:49,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967.h +26 五月 2020 | 00:52:49,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304MethodDeclarations.h +26 五月 2020 | 00:52:49,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389MethodDeclarations.h +26 五月 2020 | 00:52:49,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967MethodDeclarations.h +26 五月 2020 | 00:52:49,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925.h +26 五月 2020 | 00:52:49,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288.h +26 五月 2020 | 00:52:49,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925MethodDeclarations.h +26 五月 2020 | 00:52:49,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288MethodDeclarations.h +26 五月 2020 | 00:52:49,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056.h +26 五月 2020 | 00:52:49,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307.h +26 五月 2020 | 00:52:49,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307MethodDeclarations.h +26 五月 2020 | 00:52:49,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195.h +26 五月 2020 | 00:52:49,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195MethodDeclarations.h +26 五月 2020 | 00:52:49,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882.h +26 五月 2020 | 00:52:49,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882MethodDeclarations.h +26 五月 2020 | 00:52:49,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772.h +26 五月 2020 | 00:52:49,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772MethodDeclarations.h +26 五月 2020 | 00:52:49,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485.h +26 五月 2020 | 00:52:49,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485MethodDeclarations.h +26 五月 2020 | 00:52:49,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056MethodDeclarations.h +26 五月 2020 | 00:52:49,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392.h +26 五月 2020 | 00:52:49,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392MethodDeclarations.h +26 五月 2020 | 00:52:49,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882.h +26 五月 2020 | 00:52:49,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882MethodDeclarations.h +26 五月 2020 | 00:52:49,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314.h +26 五月 2020 | 00:52:49,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314MethodDeclarations.h +26 五月 2020 | 00:52:50,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389.h +26 五月 2020 | 00:52:50,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299.h +26 五月 2020 | 00:52:50,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544.h +26 五月 2020 | 00:52:50,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389MethodDeclarations.h +26 五月 2020 | 00:52:50,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299MethodDeclarations.h +26 五月 2020 | 00:52:50,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544MethodDeclarations.h +26 五月 2020 | 00:52:50,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304.h +26 五月 2020 | 00:52:50,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393.h +26 五月 2020 | 00:52:50,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393MethodDeclarations.h +26 五月 2020 | 00:52:50,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285.h +26 五月 2020 | 00:52:50,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285MethodDeclarations.h +26 五月 2020 | 00:52:50,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574.h +26 五月 2020 | 00:52:50,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574MethodDeclarations.h +26 五月 2020 | 00:52:50,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660.h +26 五月 2020 | 00:52:50,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660MethodDeclarations.h +26 五月 2020 | 00:52:50,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494.h +26 五月 2020 | 00:52:50,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494MethodDeclarations.h +26 五月 2020 | 00:52:50,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558.h +26 五月 2020 | 00:52:50,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558MethodDeclarations.h +26 五月 2020 | 00:52:50,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649.h +26 五月 2020 | 00:52:50,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649MethodDeclarations.h +26 五月 2020 | 00:52:50,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713.h +26 五月 2020 | 00:52:50,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713MethodDeclarations.h +26 五月 2020 | 00:52:50,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573.h +26 五月 2020 | 00:52:50,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573MethodDeclarations.h +26 五月 2020 | 00:52:50,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682.h +26 五月 2020 | 00:52:50,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682MethodDeclarations.h +26 五月 2020 | 00:52:50,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510.h +26 五月 2020 | 00:52:50,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195.h +26 五月 2020 | 00:52:50,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304MethodDeclarations.h +26 五月 2020 | 00:52:50,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195MethodDeclarations.h +26 五月 2020 | 00:52:50,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882.h +26 五月 2020 | 00:52:50,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882MethodDeclarations.h +26 五月 2020 | 00:52:50,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772.h +26 五月 2020 | 00:52:50,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772MethodDeclarations.h +26 五月 2020 | 00:52:50,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485.h +26 五月 2020 | 00:52:50,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485MethodDeclarations.h +26 五月 2020 | 00:52:50,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288.h +26 五月 2020 | 00:52:50,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510MethodDeclarations.h +26 五月 2020 | 00:52:50,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299.h +26 五月 2020 | 00:52:50,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946.h +26 五月 2020 | 00:52:50,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288MethodDeclarations.h +26 五月 2020 | 00:52:50,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299MethodDeclarations.h +26 五月 2020 | 00:52:50,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307.h +26 五月 2020 | 00:52:50,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946MethodDeclarations.h +26 五月 2020 | 00:52:50,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304.h +26 五月 2020 | 00:52:50,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307MethodDeclarations.h +26 五月 2020 | 00:52:50,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999.h +26 五月 2020 | 00:52:50,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999MethodDeclarations.h +26 五月 2020 | 00:52:50,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921.h +26 五月 2020 | 00:52:50,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921MethodDeclarations.h +26 五月 2020 | 00:52:50,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292.h +26 五月 2020 | 00:52:50,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292MethodDeclarations.h +26 五月 2020 | 00:52:50,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204.h +26 五月 2020 | 00:52:50,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204MethodDeclarations.h +26 五月 2020 | 00:52:50,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544.h +26 五月 2020 | 00:52:50,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544MethodDeclarations.h +26 五月 2020 | 00:52:50,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393.h +26 五月 2020 | 00:52:50,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393MethodDeclarations.h +26 五月 2020 | 00:52:50,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285.h +26 五月 2020 | 00:52:50,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285MethodDeclarations.h +26 五月 2020 | 00:52:50,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574.h +26 五月 2020 | 00:52:50,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574MethodDeclarations.h +26 五月 2020 | 00:52:50,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660.h +26 五月 2020 | 00:52:50,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304MethodDeclarations.h +26 五月 2020 | 00:52:50,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886.h +26 五月 2020 | 00:52:50,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660MethodDeclarations.h +26 五月 2020 | 00:52:50,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886MethodDeclarations.h +26 五月 2020 | 00:52:50,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494.h +26 五月 2020 | 00:52:50,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494MethodDeclarations.h +26 五月 2020 | 00:52:50,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798.h +26 五月 2020 | 00:52:50,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558.h +26 五月 2020 | 00:52:50,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558MethodDeclarations.h +26 五月 2020 | 00:52:50,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649.h +26 五月 2020 | 00:52:50,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649MethodDeclarations.h +26 五月 2020 | 00:52:50,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713.h +26 五月 2020 | 00:52:50,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713MethodDeclarations.h +26 五月 2020 | 00:52:50,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573.h +26 五月 2020 | 00:52:50,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573MethodDeclarations.h +26 五月 2020 | 00:52:50,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682.h +26 五月 2020 | 00:52:50,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682MethodDeclarations.h +26 五月 2020 | 00:52:50,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510.h +26 五月 2020 | 00:52:50,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288.h +26 五月 2020 | 00:52:50,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510MethodDeclarations.h +26 五月 2020 | 00:52:50,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288MethodDeclarations.h +26 五月 2020 | 00:52:50,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798MethodDeclarations.h +26 五月 2020 | 00:52:50,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307.h +26 五月 2020 | 00:52:50,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837.h +26 五月 2020 | 00:52:50,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307MethodDeclarations.h +26 五月 2020 | 00:52:50,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837MethodDeclarations.h +26 五月 2020 | 00:52:50,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946.h +26 五月 2020 | 00:52:50,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544.h +26 五月 2020 | 00:52:50,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544MethodDeclarations.h +26 五月 2020 | 00:52:50,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946MethodDeclarations.h +26 五月 2020 | 00:52:50,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905.h +26 五月 2020 | 00:52:50,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393.h +26 五月 2020 | 00:52:50,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999.h +26 五月 2020 | 00:52:50,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905MethodDeclarations.h +26 五月 2020 | 00:52:50,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393MethodDeclarations.h +26 五月 2020 | 00:52:50,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999MethodDeclarations.h +26 五月 2020 | 00:52:50,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285.h +26 五月 2020 | 00:52:50,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921.h +26 五月 2020 | 00:52:50,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285MethodDeclarations.h +26 五月 2020 | 00:52:50,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921MethodDeclarations.h +26 五月 2020 | 00:52:50,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574.h +26 五月 2020 | 00:52:50,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292.h +26 五月 2020 | 00:52:50,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574MethodDeclarations.h +26 五月 2020 | 00:52:50,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660.h +26 五月 2020 | 00:52:50,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660MethodDeclarations.h +26 五月 2020 | 00:52:50,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494.h +26 五月 2020 | 00:52:50,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494MethodDeclarations.h +26 五月 2020 | 00:52:50,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558.h +26 五月 2020 | 00:52:50,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558MethodDeclarations.h +26 五月 2020 | 00:52:50,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649.h +26 五月 2020 | 00:52:50,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649MethodDeclarations.h +26 五月 2020 | 00:52:50,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713.h +26 五月 2020 | 00:52:50,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713MethodDeclarations.h +26 五月 2020 | 00:52:50,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573.h +26 五月 2020 | 00:52:50,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573MethodDeclarations.h +26 五月 2020 | 00:52:50,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682.h +26 五月 2020 | 00:52:50,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682MethodDeclarations.h +26 五月 2020 | 00:52:50,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510.h +26 五月 2020 | 00:52:50,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422.h +26 五月 2020 | 00:52:50,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510MethodDeclarations.h +26 五月 2020 | 00:52:50,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292MethodDeclarations.h +26 五月 2020 | 00:52:50,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422MethodDeclarations.h +26 五月 2020 | 00:52:50,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204.h +26 五月 2020 | 00:52:50,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333.h +26 五月 2020 | 00:52:50,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333MethodDeclarations.h +26 五月 2020 | 00:52:50,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204MethodDeclarations.h +26 五月 2020 | 00:52:50,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946.h +26 五月 2020 | 00:52:50,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158.h +26 五月 2020 | 00:52:50,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886.h +26 五月 2020 | 00:52:50,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946MethodDeclarations.h +26 五月 2020 | 00:52:50,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158MethodDeclarations.h +26 五月 2020 | 00:52:50,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886MethodDeclarations.h +26 五月 2020 | 00:52:50,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999.h +26 五月 2020 | 00:52:50,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798.h +26 五月 2020 | 00:52:50,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999MethodDeclarations.h +26 五月 2020 | 00:52:50,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921.h +26 五月 2020 | 00:52:50,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921MethodDeclarations.h +26 五月 2020 | 00:52:50,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798MethodDeclarations.h +26 五月 2020 | 00:52:50,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292.h +26 五月 2020 | 00:52:50,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837.h +26 五月 2020 | 00:52:50,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837MethodDeclarations.h +26 五月 2020 | 00:52:50,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905.h +26 五月 2020 | 00:52:50,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292MethodDeclarations.h +26 五月 2020 | 00:52:50,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905MethodDeclarations.h +26 五月 2020 | 00:52:50,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204.h +26 五月 2020 | 00:52:50,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204MethodDeclarations.h +26 五月 2020 | 00:52:50,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422.h +26 五月 2020 | 00:52:50,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886.h +26 五月 2020 | 00:52:50,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422MethodDeclarations.h +26 五月 2020 | 00:52:50,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886MethodDeclarations.h +26 五月 2020 | 00:52:50,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333.h +26 五月 2020 | 00:52:50,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798.h +26 五月 2020 | 00:52:50,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333MethodDeclarations.h +26 五月 2020 | 00:52:50,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798MethodDeclarations.h +26 五月 2020 | 00:52:50,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158.h +26 五月 2020 | 00:52:50,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158MethodDeclarations.h +26 五月 2020 | 00:52:50,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837.h +26 五月 2020 | 00:52:50,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837MethodDeclarations.h +26 五月 2020 | 00:52:50,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905.h +26 五月 2020 | 00:52:50,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905MethodDeclarations.h +26 五月 2020 | 00:52:50,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422.h +26 五月 2020 | 00:52:50,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422MethodDeclarations.h +26 五月 2020 | 00:52:50,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333.h +26 五月 2020 | 00:52:50,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333MethodDeclarations.h +26 五月 2020 | 00:52:50,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158.h +26 五月 2020 | 00:52:50,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158MethodDeclarations.h +26 五月 2020 | 00:53:15,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PLCrashReporter.h +26 五月 2020 | 00:53:15,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase +26 五月 2020 | 00:53:15,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\AppDelegateListener.h +26 五月 2020 | 00:53:15,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\AppDelegateListener.mm +26 五月 2020 | 00:53:15,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\LifeCycleListener.h +26 五月 2020 | 00:53:15,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\LifeCycleListener.mm +26 五月 2020 | 00:53:15,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\RenderPluginDelegate.h +26 五月 2020 | 00:53:15,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\RenderPluginDelegate.mm +26 五月 2020 | 00:53:15,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\UnityViewControllerListener.h +26 五月 2020 | 00:53:15,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\UnityViewControllerListener.mm +26 五月 2020 | 00:53:15,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Prefix.pch +26 五月 2020 | 00:53:15,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Preprocessor.h +26 五月 2020 | 00:53:15,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Quaternion4.h +26 五月 2020 | 00:53:15,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI +26 五月 2020 | 00:53:15,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\ActivityIndicator.h +26 五月 2020 | 00:53:15,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\ActivityIndicator.mm +26 五月 2020 | 00:53:15,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\Keyboard.h +26 五月 2020 | 00:53:15,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\Keyboard.mm +26 五月 2020 | 00:53:15,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\OrientationSupport.h +26 五月 2020 | 00:53:15,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\OrientationSupport.mm +26 五月 2020 | 00:53:15,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\SplashScreen.h +26 五月 2020 | 00:53:15,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\SplashScreen.mm +26 五月 2020 | 00:53:15,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityAppController+ViewHandling.h +26 五月 2020 | 00:53:15,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityAppController+ViewHandling.mm +26 五月 2020 | 00:53:15,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityView.h +26 五月 2020 | 00:53:15,502 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityView.mm +26 五月 2020 | 00:53:15,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityViewControllerBase.h +26 五月 2020 | 00:53:15,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityViewControllerBaseTV.h +26 五月 2020 | 00:53:15,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityViewControllerBaseTV.mm +26 五月 2020 | 00:53:15,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.h +26 五月 2020 | 00:53:15,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.mm +26 五月 2020 | 00:53:15,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PLCrashReporter.h +26 五月 2020 | 00:53:15,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase +26 五月 2020 | 00:53:15,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\AppDelegateListener.h +26 五月 2020 | 00:53:15,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\AppDelegateListener.mm +26 五月 2020 | 00:53:15,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity +26 五月 2020 | 00:53:15,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\AVCapture.h +26 五月 2020 | 00:53:15,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\AVCapture.mm +26 五月 2020 | 00:53:15,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\LifeCycleListener.h +26 五月 2020 | 00:53:15,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CMVideoSampling.h +26 五月 2020 | 00:53:15,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\LifeCycleListener.mm +26 五月 2020 | 00:53:15,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CMVideoSampling.mm +26 五月 2020 | 00:53:15,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\RenderPluginDelegate.h +26 五月 2020 | 00:53:15,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CVTextureCache.h +26 五月 2020 | 00:53:15,738 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\RenderPluginDelegate.mm +26 五月 2020 | 00:53:15,738 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CVTextureCache.mm +26 五月 2020 | 00:53:15,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\UnityViewControllerListener.h +26 五月 2020 | 00:53:15,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CameraCapture.h +26 五月 2020 | 00:53:15,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\UnityViewControllerListener.mm +26 五月 2020 | 00:53:15,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CameraCapture.mm +26 五月 2020 | 00:53:15,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\DeviceSettings.mm +26 五月 2020 | 00:53:15,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\DisplayManager.h +26 五月 2020 | 00:53:15,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\DisplayManager.mm +26 五月 2020 | 00:53:15,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\EAGLContextHelper.h +26 五月 2020 | 00:53:15,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\EAGLContextHelper.mm +26 五月 2020 | 00:53:15,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\Filesystem.mm +26 五月 2020 | 00:53:15,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\FullScreenVideoPlayer.mm +26 五月 2020 | 00:53:15,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\GlesHelper.h +26 五月 2020 | 00:53:15,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\GlesHelper.mm +26 五月 2020 | 00:53:15,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\IUnityGraphics.h +26 五月 2020 | 00:53:15,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\IUnityGraphicsMetal.h +26 五月 2020 | 00:53:15,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Prefix.pch +26 五月 2020 | 00:53:15,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\IUnityInterface.h +26 五月 2020 | 00:53:15,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Preprocessor.h +26 五月 2020 | 00:53:15,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\InternalProfiler.cpp +26 五月 2020 | 00:53:15,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Quaternion4.h +26 五月 2020 | 00:53:15,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI +26 五月 2020 | 00:53:15,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\InternalProfiler.h +26 五月 2020 | 00:53:15,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\ActivityIndicator.h +26 五月 2020 | 00:53:15,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\MetalHelper.mm +26 五月 2020 | 00:53:15,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\ActivityIndicator.mm +26 五月 2020 | 00:53:15,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\ObjCRuntime.h +26 五月 2020 | 00:53:15,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\Keyboard.h +26 五月 2020 | 00:53:15,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\ObjCRuntime.mm +26 五月 2020 | 00:53:15,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\Keyboard.mm +26 五月 2020 | 00:53:15,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\OnDemandResources.mm +26 五月 2020 | 00:53:15,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\OrientationSupport.h +26 五月 2020 | 00:53:15,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityForwardDecls.h +26 五月 2020 | 00:53:15,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\OrientationSupport.mm +26 五月 2020 | 00:53:15,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityInterface.h +26 五月 2020 | 00:53:15,795 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\SplashScreen.h +26 五月 2020 | 00:53:15,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityMetalSupport.h +26 五月 2020 | 00:53:15,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\SplashScreen.mm +26 五月 2020 | 00:53:15,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityRendering.h +26 五月 2020 | 00:53:15,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityAppController+ViewHandling.h +26 五月 2020 | 00:53:15,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityReplayKit.h +26 五月 2020 | 00:53:15,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityAppController+ViewHandling.mm +26 五月 2020 | 00:53:15,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityReplayKit.mm +26 五月 2020 | 00:53:15,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityView.h +26 五月 2020 | 00:53:15,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityReplayKit_Scripting.mm +26 五月 2020 | 00:53:15,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityView.mm +26 五月 2020 | 00:53:15,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityTrampolineCompatibility.h +26 五月 2020 | 00:53:15,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityViewControllerBase.h +26 五月 2020 | 00:53:15,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\VideoPlayer.h +26 五月 2020 | 00:53:15,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityViewControllerBaseTV.h +26 五月 2020 | 00:53:15,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\VideoPlayer.mm +26 五月 2020 | 00:53:15,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\WWWConnection.h +26 五月 2020 | 00:53:15,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\WWWConnection.mm +26 五月 2020 | 00:53:15,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityViewControllerBaseTV.mm +26 五月 2020 | 00:53:15,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.h +26 五月 2020 | 00:53:15,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.mm +26 五月 2020 | 00:53:15,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity +26 五月 2020 | 00:53:15,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\AVCapture.h +26 五月 2020 | 00:53:15,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\AVCapture.mm +26 五月 2020 | 00:53:15,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CMVideoSampling.h +26 五月 2020 | 00:53:15,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAds +26 五月 2020 | 00:53:15,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CMVideoSampling.mm +26 五月 2020 | 00:53:15,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAds\UnityAdsConfig.h +26 五月 2020 | 00:53:15,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CVTextureCache.h +26 五月 2020 | 00:53:15,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAds\UnityAdsUnityWrapper.mm +26 五月 2020 | 00:53:15,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CVTextureCache.mm +26 五月 2020 | 00:53:16,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CameraCapture.h +26 五月 2020 | 00:53:16,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController+Rendering.h +26 五月 2020 | 00:53:16,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CameraCapture.mm +26 五月 2020 | 00:53:16,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController+Rendering.mm +26 五月 2020 | 00:53:16,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\DeviceSettings.mm +26 五月 2020 | 00:53:16,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController+UnityInterface.h +26 五月 2020 | 00:53:16,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\DisplayManager.h +26 五月 2020 | 00:53:16,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController+UnityInterface.mm +26 五月 2020 | 00:53:16,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController.h +26 五月 2020 | 00:53:16,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\DisplayManager.mm +26 五月 2020 | 00:53:16,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\EAGLContextHelper.h +26 五月 2020 | 00:53:16,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\EAGLContextHelper.mm +26 五月 2020 | 00:53:16,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController.mm +26 五月 2020 | 00:53:16,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\Filesystem.mm +26 五月 2020 | 00:53:16,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityTrampolineConfigure.h +26 五月 2020 | 00:53:16,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\FullScreenVideoPlayer.mm +26 五月 2020 | 00:53:16,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Vector3.h +26 五月 2020 | 00:53:16,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\GlesHelper.h +26 五月 2020 | 00:53:16,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\GlesHelper.mm +26 五月 2020 | 00:53:16,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\iPhone_Sensors.h +26 五月 2020 | 00:53:16,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\IUnityGraphics.h +26 五月 2020 | 00:53:16,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\iPhone_Sensors.mm +26 五月 2020 | 00:53:16,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\IUnityGraphicsMetal.h +26 五月 2020 | 00:53:16,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\IUnityInterface.h +26 五月 2020 | 00:53:16,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\InternalProfiler.cpp +26 五月 2020 | 00:53:16,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\InternalProfiler.h +26 五月 2020 | 00:53:16,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\MetalHelper.mm +26 五月 2020 | 00:53:16,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\ObjCRuntime.h +26 五月 2020 | 00:53:16,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\ObjCRuntime.mm +26 五月 2020 | 00:53:16,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\OnDemandResources.mm +26 五月 2020 | 00:53:16,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityForwardDecls.h +26 五月 2020 | 00:53:16,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityInterface.h +26 五月 2020 | 00:53:16,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityMetalSupport.h +26 五月 2020 | 00:53:16,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityRendering.h +26 五月 2020 | 00:53:16,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityReplayKit.h +26 五月 2020 | 00:53:16,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityReplayKit.mm +26 五月 2020 | 00:53:16,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityReplayKit_Scripting.mm +26 五月 2020 | 00:53:16,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityTrampolineCompatibility.h +26 五月 2020 | 00:53:16,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\VideoPlayer.h +26 五月 2020 | 00:53:16,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\VideoPlayer.mm +26 五月 2020 | 00:53:16,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\WWWConnection.h +26 五月 2020 | 00:53:16,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\WWWConnection.mm +26 五月 2020 | 00:53:16,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\main.mm +26 五月 2020 | 00:53:16,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAds +26 五月 2020 | 00:53:16,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAds\UnityAdsConfig.h +26 五月 2020 | 00:53:16,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAds\UnityAdsUnityWrapper.mm +26 五月 2020 | 00:53:16,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController+Rendering.h +26 五月 2020 | 00:53:16,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController+Rendering.mm +26 五月 2020 | 00:53:16,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController+UnityInterface.h +26 五月 2020 | 00:53:16,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController+UnityInterface.mm +26 五月 2020 | 00:53:16,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController.h +26 五月 2020 | 00:53:16,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController.mm +26 五月 2020 | 00:53:16,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityTrampolineConfigure.h +26 五月 2020 | 00:53:16,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Vector3.h +26 五月 2020 | 00:53:16,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\iPhone_Sensors.h +26 五月 2020 | 00:53:16,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\iPhone_Sensors.mm +26 五月 2020 | 00:53:16,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\main.mm +26 五月 2020 | 00:53:16,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data +26 五月 2020 | 00:53:16,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed +26 五月 2020 | 00:53:16,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\Metadata +26 五月 2020 | 00:53:16,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\Metadata\global-metadata.dat +26 五月 2020 | 00:53:16,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\Resources +26 五月 2020 | 00:53:16,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\Resources\mscorlib.dll-resources.dat +26 五月 2020 | 00:53:16,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\mono +26 五月 2020 | 00:53:16,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\mono\2.0 +26 五月 2020 | 00:53:16,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\mono\2.0\machine.config +26 五月 2020 | 00:53:16,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Raw +26 五月 2020 | 00:53:16,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Raw\init.json +26 五月 2020 | 00:53:16,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Resources +26 五月 2020 | 00:53:16,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Resources\unity_builtin_extra +26 五月 2020 | 00:53:16,555 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\globalgamemanagers +26 五月 2020 | 00:53:16,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\globalgamemanagers.assets +26 五月 2020 | 00:53:16,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\level0 +26 五月 2020 | 00:53:16,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\resources.assets +26 五月 2020 | 00:53:16,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data +26 五月 2020 | 00:53:16,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed +26 五月 2020 | 00:53:16,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\Metadata +26 五月 2020 | 00:53:16,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\resources.assets.resS +26 五月 2020 | 00:53:16,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\sharedassets0.assets +26 五月 2020 | 00:53:16,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\unity default resources +26 五月 2020 | 00:53:16,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\Metadata\global-metadata.dat +26 五月 2020 | 00:53:16,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\Resources +26 五月 2020 | 00:53:16,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\Resources\mscorlib.dll-resources.dat +26 五月 2020 | 00:53:16,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks +26 五月 2020 | 00:53:16,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor +26 五月 2020 | 00:53:16,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI +26 五月 2020 | 00:53:16,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\mono +26 五月 2020 | 00:53:16,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks +26 五月 2020 | 00:53:16,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\mono\2.0 +26 五月 2020 | 00:53:16,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework +26 五月 2020 | 00:53:16,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\mono\2.0\machine.config +26 五月 2020 | 00:53:16,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Raw +26 五月 2020 | 00:53:16,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Raw\init.json +26 五月 2020 | 00:53:16,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Resources +26 五月 2020 | 00:53:16,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Resources\unity_builtin_extra +26 五月 2020 | 00:53:16,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\globalgamemanagers +26 五月 2020 | 00:53:16,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\globalgamemanagers.assets +26 五月 2020 | 00:53:16,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\level0 +26 五月 2020 | 00:53:16,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\resources.assets +26 五月 2020 | 00:53:16,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\resources.assets.resS +26 五月 2020 | 00:53:16,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\sharedassets0.assets +26 五月 2020 | 00:53:16,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\unity default resources +26 五月 2020 | 00:53:16,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly +26 五月 2020 | 00:53:16,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly.meta +26 五月 2020 | 00:53:16,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers +26 五月 2020 | 00:53:16,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h +26 五月 2020 | 00:53:16,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h.meta +26 五月 2020 | 00:53:16,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h +26 五月 2020 | 00:53:16,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h.meta +26 五月 2020 | 00:53:16,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h +26 五月 2020 | 00:53:16,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h.meta +26 五月 2020 | 00:53:16,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks +26 五月 2020 | 00:53:16,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor +26 五月 2020 | 00:53:16,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI +26 五月 2020 | 00:53:16,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks +26 五月 2020 | 00:53:16,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework +26 五月 2020 | 00:53:16,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PLCrashReporter.h +26 五月 2020 | 00:53:16,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase +26 五月 2020 | 00:53:16,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\AppDelegateListener.h +26 五月 2020 | 00:53:16,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\AppDelegateListener.mm +26 五月 2020 | 00:53:17,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly +26 五月 2020 | 00:53:17,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly.meta +26 五月 2020 | 00:53:17,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers +26 五月 2020 | 00:53:17,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h +26 五月 2020 | 00:53:17,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h.meta +26 五月 2020 | 00:53:17,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h +26 五月 2020 | 00:53:17,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h.meta +26 五月 2020 | 00:53:17,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\LifeCycleListener.h +26 五月 2020 | 00:53:17,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\LifeCycleListener.mm +26 五月 2020 | 00:53:17,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\RenderPluginDelegate.h +26 五月 2020 | 00:53:17,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\RenderPluginDelegate.mm +26 五月 2020 | 00:53:17,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\UnityViewControllerListener.h +26 五月 2020 | 00:53:17,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h +26 五月 2020 | 00:53:17,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h.meta +26 五月 2020 | 00:53:17,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\UnityViewControllerListener.mm +26 五月 2020 | 00:53:17,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Prefix.pch +26 五月 2020 | 00:53:17,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Preprocessor.h +26 五月 2020 | 00:53:17,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Quaternion4.h +26 五月 2020 | 00:53:17,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI +26 五月 2020 | 00:53:17,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\ActivityIndicator.h +26 五月 2020 | 00:53:17,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\ActivityIndicator.mm +26 五月 2020 | 00:53:17,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\Keyboard.h +26 五月 2020 | 00:53:17,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\Keyboard.mm +26 五月 2020 | 00:53:17,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\OrientationSupport.h +26 五月 2020 | 00:53:17,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\OrientationSupport.mm +26 五月 2020 | 00:53:17,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\SplashScreen.h +26 五月 2020 | 00:53:17,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\SplashScreen.mm +26 五月 2020 | 00:53:17,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityAppController+ViewHandling.h +26 五月 2020 | 00:53:17,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityAppController+ViewHandling.mm +26 五月 2020 | 00:53:17,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityView.h +26 五月 2020 | 00:53:17,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityView.mm +26 五月 2020 | 00:53:17,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityViewControllerBase.h +26 五月 2020 | 00:53:17,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityViewControllerBaseTV.h +26 五月 2020 | 00:53:17,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityViewControllerBaseTV.mm +26 五月 2020 | 00:53:17,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.h +26 五月 2020 | 00:53:17,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.mm +26 五月 2020 | 00:53:17,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity +26 五月 2020 | 00:53:17,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\AVCapture.h +26 五月 2020 | 00:53:17,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\AVCapture.mm +26 五月 2020 | 00:53:17,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CMVideoSampling.h +26 五月 2020 | 00:53:17,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CMVideoSampling.mm +26 五月 2020 | 00:53:17,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CVTextureCache.h +26 五月 2020 | 00:53:17,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CVTextureCache.mm +26 五月 2020 | 00:53:17,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CameraCapture.h +26 五月 2020 | 00:53:17,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CameraCapture.mm +26 五月 2020 | 00:53:17,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\DeviceSettings.mm +26 五月 2020 | 00:53:17,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\DisplayManager.h +26 五月 2020 | 00:53:17,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\DisplayManager.mm +26 五月 2020 | 00:53:17,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\EAGLContextHelper.h +26 五月 2020 | 00:53:17,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\EAGLContextHelper.mm +26 五月 2020 | 00:53:17,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\Filesystem.mm +26 五月 2020 | 00:53:17,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\FullScreenVideoPlayer.mm +26 五月 2020 | 00:53:17,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\GlesHelper.h +26 五月 2020 | 00:53:17,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\GlesHelper.mm +26 五月 2020 | 00:53:17,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\IUnityGraphics.h +26 五月 2020 | 00:53:17,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\IUnityGraphicsMetal.h +26 五月 2020 | 00:53:17,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\IUnityInterface.h +26 五月 2020 | 00:53:17,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\InternalProfiler.cpp +26 五月 2020 | 00:53:17,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\InternalProfiler.h +26 五月 2020 | 00:53:17,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\MetalHelper.mm +26 五月 2020 | 00:53:17,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\ObjCRuntime.h +26 五月 2020 | 00:53:17,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\ObjCRuntime.mm +26 五月 2020 | 00:53:17,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\OnDemandResources.mm +26 五月 2020 | 00:53:17,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityForwardDecls.h +26 五月 2020 | 00:53:17,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityInterface.h +26 五月 2020 | 00:53:17,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityMetalSupport.h +26 五月 2020 | 00:53:17,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityRendering.h +26 五月 2020 | 00:53:17,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityReplayKit.h +26 五月 2020 | 00:53:17,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityReplayKit.mm +26 五月 2020 | 00:53:17,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityReplayKit_Scripting.mm +26 五月 2020 | 00:53:17,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityTrampolineCompatibility.h +26 五月 2020 | 00:53:17,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\VideoPlayer.h +26 五月 2020 | 00:53:17,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\VideoPlayer.mm +26 五月 2020 | 00:53:17,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\WWWConnection.h +26 五月 2020 | 00:53:17,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\WWWConnection.mm +26 五月 2020 | 00:53:17,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAds +26 五月 2020 | 00:53:17,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAds\UnityAdsConfig.h +26 五月 2020 | 00:53:17,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAds\UnityAdsUnityWrapper.mm +26 五月 2020 | 00:53:17,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController+Rendering.h +26 五月 2020 | 00:53:17,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController+Rendering.mm +26 五月 2020 | 00:53:17,831 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController+UnityInterface.h +26 五月 2020 | 00:53:17,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController+UnityInterface.mm +26 五月 2020 | 00:53:17,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController.h +26 五月 2020 | 00:53:17,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController.mm +26 五月 2020 | 00:53:17,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityTrampolineConfigure.h +26 五月 2020 | 00:53:17,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Vector3.h +26 五月 2020 | 00:53:17,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\iPhone_Sensors.h +26 五月 2020 | 00:53:17,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\iPhone_Sensors.mm +26 五月 2020 | 00:53:17,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\main.mm +26 五月 2020 | 00:53:18,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data +26 五月 2020 | 00:53:18,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed +26 五月 2020 | 00:53:18,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\Metadata +26 五月 2020 | 00:53:18,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\Metadata\global-metadata.dat +26 五月 2020 | 00:53:18,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\Resources +26 五月 2020 | 00:53:18,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\Resources\mscorlib.dll-resources.dat +26 五月 2020 | 00:53:18,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\mono +26 五月 2020 | 00:53:18,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\mono\2.0 +26 五月 2020 | 00:53:18,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\mono\2.0\machine.config +26 五月 2020 | 00:53:18,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Raw +26 五月 2020 | 00:53:18,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Raw\init.json +26 五月 2020 | 00:53:18,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Resources +26 五月 2020 | 00:53:18,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Resources\unity_builtin_extra +26 五月 2020 | 00:53:18,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\globalgamemanagers +26 五月 2020 | 00:53:18,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\globalgamemanagers.assets +26 五月 2020 | 00:53:18,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\level0 +26 五月 2020 | 00:53:18,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\resources.assets +26 五月 2020 | 00:53:18,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\resources.assets.resS +26 五月 2020 | 00:53:18,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\sharedassets0.assets +26 五月 2020 | 00:53:18,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\unity default resources +26 五月 2020 | 00:53:18,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks +26 五月 2020 | 00:53:18,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor +26 五月 2020 | 00:53:18,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI +26 五月 2020 | 00:53:18,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks +26 五月 2020 | 00:53:18,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework +26 五月 2020 | 00:53:18,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly +26 五月 2020 | 00:53:18,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly.meta +26 五月 2020 | 00:53:18,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers +26 五月 2020 | 00:53:18,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h +26 五月 2020 | 00:53:18,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h.meta +26 五月 2020 | 00:53:18,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h +26 五月 2020 | 00:53:18,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h.meta +26 五月 2020 | 00:53:18,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h +26 五月 2020 | 00:53:18,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h.meta +26 五月 2020 | 00:53:18,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers.meta +26 五月 2020 | 00:53:18,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules +26 五月 2020 | 00:53:18,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap +26 五月 2020 | 00:53:18,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap.meta +26 五月 2020 | 00:53:18,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules.meta +26 五月 2020 | 00:53:18,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Info.plist +26 五月 2020 | 00:53:18,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries +26 五月 2020 | 00:53:18,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor +26 五月 2020 | 00:53:18,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI +26 五月 2020 | 00:53:18,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code +26 五月 2020 | 00:53:18,506 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.h +26 五月 2020 | 00:53:18,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.m +26 五月 2020 | 00:53:18,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers.meta +26 五月 2020 | 00:53:18,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.h +26 五月 2020 | 00:53:18,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules +26 五月 2020 | 00:53:18,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +26 五月 2020 | 00:53:18,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap +26 五月 2020 | 00:53:18,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap.meta +26 五月 2020 | 00:53:18,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules.meta +26 五月 2020 | 00:53:18,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Info.plist +26 五月 2020 | 00:53:18,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries +26 五月 2020 | 00:53:18,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor +26 五月 2020 | 00:53:18,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI +26 五月 2020 | 00:53:18,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code +26 五月 2020 | 00:53:18,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.h +26 五月 2020 | 00:53:18,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.m +26 五月 2020 | 00:53:18,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.h +26 五月 2020 | 00:53:18,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +26 五月 2020 | 00:53:18,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Il2CppOptions.cpp +26 五月 2020 | 00:53:18,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins +26 五月 2020 | 00:53:18,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS +26 五月 2020 | 00:53:18,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\BuglyBridge +26 五月 2020 | 00:53:18,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\BuglyBridge\BuglyBridge.h +26 五月 2020 | 00:53:18,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Il2CppOptions.cpp +26 五月 2020 | 00:53:18,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins +26 五月 2020 | 00:53:18,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS +26 五月 2020 | 00:53:18,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\BuglyBridge +26 五月 2020 | 00:53:18,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport +26 五月 2020 | 00:53:18,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\BuglyBridge\BuglyBridge.h +26 五月 2020 | 00:53:18,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib +26 五月 2020 | 00:53:18,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.h +26 五月 2020 | 00:53:18,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.mm +26 五月 2020 | 00:53:18,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport +26 五月 2020 | 00:53:18,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.h +26 五月 2020 | 00:53:18,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib +26 五月 2020 | 00:53:18,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.mm +26 五月 2020 | 00:53:18,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.h +26 五月 2020 | 00:53:18,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.mm +26 五月 2020 | 00:53:18,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.h +26 五月 2020 | 00:53:18,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.mm +26 五月 2020 | 00:53:18,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\wx +26 五月 2020 | 00:53:18,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\wx\WXApi.h +26 五月 2020 | 00:53:18,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\wx\WXApiObject.h +26 五月 2020 | 00:53:18,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\wx\WechatAuthSDK.h +26 五月 2020 | 00:53:18,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\wx +26 五月 2020 | 00:53:18,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\wx\WXApi.h +26 五月 2020 | 00:53:18,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\wx\WXApiObject.h +26 五月 2020 | 00:53:18,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\wx\WechatAuthSDK.h +26 五月 2020 | 00:53:18,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\RegisterFeatures.cpp +26 五月 2020 | 00:53:18,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\RegisterFeatures.h +26 五月 2020 | 00:53:18,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\RegisterMonoModules.cpp +26 五月 2020 | 00:53:18,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\RegisterFeatures.cpp +26 五月 2020 | 00:53:18,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\RegisterMonoModules.h +26 五月 2020 | 00:53:18,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\RegisterFeatures.h +26 五月 2020 | 00:53:18,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp +26 五月 2020 | 00:53:18,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include +26 五月 2020 | 00:53:18,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\RegisterMonoModules.cpp +26 五月 2020 | 00:53:18,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\blob.h +26 五月 2020 | 00:53:18,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\RegisterMonoModules.h +26 五月 2020 | 00:53:18,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\char-conversions.h +26 五月 2020 | 00:53:18,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp +26 五月 2020 | 00:53:18,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include +26 五月 2020 | 00:53:18,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\class-internals.h +26 五月 2020 | 00:53:18,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\blob.h +26 五月 2020 | 00:53:18,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\codegen +26 五月 2020 | 00:53:18,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\char-conversions.h +26 五月 2020 | 00:53:18,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\codegen\il2cpp-codegen.h +26 五月 2020 | 00:53:18,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\class-internals.h +26 五月 2020 | 00:53:18,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\codegen +26 五月 2020 | 00:53:18,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\codegen\il2cpp-codegen.h +26 五月 2020 | 00:53:18,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger +26 五月 2020 | 00:53:18,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger +26 五月 2020 | 00:53:18,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\agent.h +26 五月 2020 | 00:53:18,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\agent.h +26 五月 2020 | 00:53:18,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\command-line-parser.h +26 五月 2020 | 00:53:18,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\command-line-parser.h +26 五月 2020 | 00:53:18,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\common.h +26 五月 2020 | 00:53:18,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\common.h +26 五月 2020 | 00:53:18,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\data-buffer.h +26 五月 2020 | 00:53:18,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\data-buffer.h +26 五月 2020 | 00:53:18,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\event-request.h +26 五月 2020 | 00:53:18,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\event-request.h +26 五月 2020 | 00:53:18,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\id-bank.h +26 五月 2020 | 00:53:18,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\id-bank.h +26 五月 2020 | 00:53:18,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\il2cpp-api-test-forwarder.h +26 五月 2020 | 00:53:18,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\il2cpp-api-test-forwarder.h +26 五月 2020 | 00:53:18,727 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\meta.h +26 五月 2020 | 00:53:18,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\meta.h +26 五月 2020 | 00:53:18,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol +26 五月 2020 | 00:53:18,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol +26 五月 2020 | 00:53:18,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands +26 五月 2020 | 00:53:18,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands +26 五月 2020 | 00:53:18,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\app-domain.h +26 五月 2020 | 00:53:18,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\app-domain.h +26 五月 2020 | 00:53:18,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\array-ref.h +26 五月 2020 | 00:53:18,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\array-ref.h +26 五月 2020 | 00:53:18,732 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\assembly.h +26 五月 2020 | 00:53:18,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\assembly.h +26 五月 2020 | 00:53:18,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event-request.h +26 五月 2020 | 00:53:18,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event-request.h +26 五月 2020 | 00:53:18,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event.h +26 五月 2020 | 00:53:18,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event.h +26 五月 2020 | 00:53:18,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\internal-error.h +26 五月 2020 | 00:53:18,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\internal-error.h +26 五月 2020 | 00:53:18,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\method.h +26 五月 2020 | 00:53:18,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\method.h +26 五月 2020 | 00:53:18,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\module.h +26 五月 2020 | 00:53:18,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\module.h +26 五月 2020 | 00:53:18,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\object-ref.h +26 五月 2020 | 00:53:18,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\object-ref.h +26 五月 2020 | 00:53:18,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\stack-frame.h +26 五月 2020 | 00:53:18,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\string-ref.h +26 五月 2020 | 00:53:18,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\thread.h +26 五月 2020 | 00:53:18,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\type.h +26 五月 2020 | 00:53:18,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\vm.h +26 五月 2020 | 00:53:18,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\stack-frame.h +26 五月 2020 | 00:53:18,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\string-ref.h +26 五月 2020 | 00:53:18,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\thread.h +26 五月 2020 | 00:53:18,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\type.h +26 五月 2020 | 00:53:18,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\vm.h +26 五月 2020 | 00:53:18,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\events.h +26 五月 2020 | 00:53:18,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\globals.h +26 五月 2020 | 00:53:18,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol-utils.h +26 五月 2020 | 00:53:18,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol.h +26 五月 2020 | 00:53:18,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\utils.h +26 五月 2020 | 00:53:18,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\thread-data.h +26 五月 2020 | 00:53:18,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\events.h +26 五月 2020 | 00:53:18,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\transport-tcp.h +26 五月 2020 | 00:53:18,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\globals.h +26 五月 2020 | 00:53:18,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\transport.h +26 五月 2020 | 00:53:18,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol-utils.h +26 五月 2020 | 00:53:18,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\variant.h +26 五月 2020 | 00:53:18,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol.h +26 五月 2020 | 00:53:18,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\utils.h +26 五月 2020 | 00:53:18,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external +26 五月 2020 | 00:53:18,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google +26 五月 2020 | 00:53:18,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash +26 五月 2020 | 00:53:18,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_map.h +26 五月 2020 | 00:53:18,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_set.h +26 五月 2020 | 00:53:18,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\thread-data.h +26 五月 2020 | 00:53:18,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\transport-tcp.h +26 五月 2020 | 00:53:18,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\densehashtable.h +26 五月 2020 | 00:53:18,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\type_traits.h +26 五月 2020 | 00:53:18,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\transport.h +26 五月 2020 | 00:53:18,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\variant.h +26 五月 2020 | 00:53:18,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external +26 五月 2020 | 00:53:18,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google +26 五月 2020 | 00:53:18,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash +26 五月 2020 | 00:53:18,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_map.h +26 五月 2020 | 00:53:18,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_set.h +26 五月 2020 | 00:53:18,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib +26 五月 2020 | 00:53:18,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\densehashtable.h +26 五月 2020 | 00:53:18,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\crc32.h +26 五月 2020 | 00:53:18,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\type_traits.h +26 五月 2020 | 00:53:18,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\deflate.h +26 五月 2020 | 00:53:18,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffast.h +26 五月 2020 | 00:53:18,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffixed.h +26 五月 2020 | 00:53:18,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib +26 五月 2020 | 00:53:18,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\inflate.h +26 五月 2020 | 00:53:18,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\crc32.h +26 五月 2020 | 00:53:18,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\inftrees.h +26 五月 2020 | 00:53:18,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\deflate.h +26 五月 2020 | 00:53:18,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\trees.h +26 五月 2020 | 00:53:18,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffast.h +26 五月 2020 | 00:53:18,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\zconf.h +26 五月 2020 | 00:53:18,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffixed.h +26 五月 2020 | 00:53:18,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\inflate.h +26 五月 2020 | 00:53:18,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\zlib.h +26 五月 2020 | 00:53:18,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\inftrees.h +26 五月 2020 | 00:53:18,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\zutil.h +26 五月 2020 | 00:53:18,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\trees.h +26 五月 2020 | 00:53:18,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\zconf.h +26 五月 2020 | 00:53:19,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\externals +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\zlib.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\zutil.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\externals +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\externals\MonoPosixHelper.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\Allocator.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\AppendOnlyGCHashMap.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\GCHandle.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\GarbageCollector.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\WriteBarrier.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\externals\MonoPosixHelper.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\Allocator.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\AppendOnlyGCHashMap.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\GCHandle.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\GarbageCollector.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\WriteBarrier.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\gc_wrapper.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\gc_wrapper.h +26 五月 2020 | 00:53:19,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icallincludes.h +26 五月 2020 | 00:53:19,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls +26 五月 2020 | 00:53:19,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System +26 五月 2020 | 00:53:19,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32 +26 五月 2020 | 00:53:19,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32\NativeMethods.h +26 五月 2020 | 00:53:19,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icallincludes.h +26 五月 2020 | 00:53:19,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls +26 五月 2020 | 00:53:19,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System +26 五月 2020 | 00:53:19,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32 +26 五月 2020 | 00:53:19,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System +26 五月 2020 | 00:53:19,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32\NativeMethods.h +26 五月 2020 | 00:53:19,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System\IOSelector.h +26 五月 2020 | 00:53:19,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel +26 五月 2020 | 00:53:19,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System +26 五月 2020 | 00:53:19,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel\Win32Exception.h +26 五月 2020 | 00:53:19,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System\IOSelector.h +26 五月 2020 | 00:53:19,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration +26 五月 2020 | 00:53:19,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel +26 五月 2020 | 00:53:19,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\DefaultConfig.h +26 五月 2020 | 00:53:19,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel\Win32Exception.h +26 五月 2020 | 00:53:19,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:19,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration +26 五月 2020 | 00:53:19,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics +26 五月 2020 | 00:53:19,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\DefaultConfig.h +26 五月 2020 | 00:53:19,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\DefaultTraceListener.h +26 五月 2020 | 00:53:19,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:19,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\FileVersionInfo.h +26 五月 2020 | 00:53:19,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics +26 五月 2020 | 00:53:19,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounter.h +26 五月 2020 | 00:53:19,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\DefaultTraceListener.h +26 五月 2020 | 00:53:19,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterCategory.h +26 五月 2020 | 00:53:19,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\FileVersionInfo.h +26 五月 2020 | 00:53:19,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterUtils.h +26 五月 2020 | 00:53:19,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounter.h +26 五月 2020 | 00:53:19,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Process.h +26 五月 2020 | 00:53:19,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterCategory.h +26 五月 2020 | 00:53:19,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterUtils.h +26 五月 2020 | 00:53:19,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Stopwatch.h +26 五月 2020 | 00:53:19,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Process.h +26 五月 2020 | 00:53:19,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\perfcounters-def.h +26 五月 2020 | 00:53:19,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Stopwatch.h +26 五月 2020 | 00:53:19,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\perfcounters-def.h +26 五月 2020 | 00:53:19,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO +26 五月 2020 | 00:53:19,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FAMWatcher.h +26 五月 2020 | 00:53:19,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FileSystemWatcher.h +26 五月 2020 | 00:53:19,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO +26 五月 2020 | 00:53:19,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FAMWatcher.h +26 五月 2020 | 00:53:19,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\InotifyWatcher.h +26 五月 2020 | 00:53:19,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FileSystemWatcher.h +26 五月 2020 | 00:53:19,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\KqueueMonitor.h +26 五月 2020 | 00:53:19,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\InotifyWatcher.h +26 五月 2020 | 00:53:19,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\KqueueMonitor.h +26 五月 2020 | 00:53:19,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net +26 五月 2020 | 00:53:19,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net\Dns.h +26 五月 2020 | 00:53:19,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation +26 五月 2020 | 00:53:19,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net +26 五月 2020 | 00:53:19,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation\MacOsIPInterfaceProperties.h +26 五月 2020 | 00:53:19,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net\Dns.h +26 五月 2020 | 00:53:19,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets +26 五月 2020 | 00:53:19,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation +26 五月 2020 | 00:53:19,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation\MacOsIPInterfaceProperties.h +26 五月 2020 | 00:53:19,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\Socket.h +26 五月 2020 | 00:53:19,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets +26 五月 2020 | 00:53:19,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\SocketException.h +26 五月 2020 | 00:53:19,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\Socket.h +26 五月 2020 | 00:53:19,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading +26 五月 2020 | 00:53:19,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\SocketException.h +26 五月 2020 | 00:53:19,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading\Semaphore.h +26 五月 2020 | 00:53:19,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration +26 五月 2020 | 00:53:19,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading +26 五月 2020 | 00:53:19,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration +26 五月 2020 | 00:53:19,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading\Semaphore.h +26 五月 2020 | 00:53:19,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration +26 五月 2020 | 00:53:19,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration +26 五月 2020 | 00:53:19,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:19,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core +26 五月 2020 | 00:53:19,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles +26 五月 2020 | 00:53:19,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles\MemoryMapImpl.h +26 五月 2020 | 00:53:19,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib +26 五月 2020 | 00:53:19,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono +26 五月 2020 | 00:53:19,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:19,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono\Runtime.h +26 五月 2020 | 00:53:19,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode +26 五月 2020 | 00:53:19,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core +26 五月 2020 | 00:53:19,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles +26 五月 2020 | 00:53:19,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode\Normalization.h +26 五月 2020 | 00:53:19,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles\MemoryMapImpl.h +26 五月 2020 | 00:53:19,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop +26 五月 2020 | 00:53:19,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib +26 五月 2020 | 00:53:19,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop\ComInteropProxy.h +26 五月 2020 | 00:53:19,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono +26 五月 2020 | 00:53:19,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono\Runtime.h +26 五月 2020 | 00:53:19,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography +26 五月 2020 | 00:53:19,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode +26 五月 2020 | 00:53:19,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode\Normalization.h +26 五月 2020 | 00:53:19,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography\KeyPairPersistence.h +26 五月 2020 | 00:53:19,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop +26 五月 2020 | 00:53:19,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System +26 五月 2020 | 00:53:19,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop\ComInteropProxy.h +26 五月 2020 | 00:53:19,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Activator.h +26 五月 2020 | 00:53:19,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\AppDomain.h +26 五月 2020 | 00:53:19,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ArgIterator.h +26 五月 2020 | 00:53:19,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography +26 五月 2020 | 00:53:19,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Array.h +26 五月 2020 | 00:53:19,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography\KeyPairPersistence.h +26 五月 2020 | 00:53:19,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Buffer.h +26 五月 2020 | 00:53:19,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System +26 五月 2020 | 00:53:19,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CLRConfig.h +26 五月 2020 | 00:53:19,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Activator.h +26 五月 2020 | 00:53:19,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\AppDomain.h +26 五月 2020 | 00:53:19,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Char.h +26 五月 2020 | 00:53:19,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ArgIterator.h +26 五月 2020 | 00:53:19,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ConsoleDriver.h +26 五月 2020 | 00:53:19,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Array.h +26 五月 2020 | 00:53:19,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Convert.h +26 五月 2020 | 00:53:19,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Buffer.h +26 五月 2020 | 00:53:19,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CurrentSystemTimeZone.h +26 五月 2020 | 00:53:19,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CLRConfig.h +26 五月 2020 | 00:53:19,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\DateTime.h +26 五月 2020 | 00:53:19,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Char.h +26 五月 2020 | 00:53:19,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Decimal.h +26 五月 2020 | 00:53:19,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ConsoleDriver.h +26 五月 2020 | 00:53:19,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Delegate.h +26 五月 2020 | 00:53:19,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Convert.h +26 五月 2020 | 00:53:19,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Double.h +26 五月 2020 | 00:53:19,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CurrentSystemTimeZone.h +26 五月 2020 | 00:53:19,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Enum.h +26 五月 2020 | 00:53:19,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\DateTime.h +26 五月 2020 | 00:53:19,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Decimal.h +26 五月 2020 | 00:53:19,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Delegate.h +26 五月 2020 | 00:53:19,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Double.h +26 五月 2020 | 00:53:19,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Enum.h +26 五月 2020 | 00:53:19,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Environment.h +26 五月 2020 | 00:53:19,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Exception.h +26 五月 2020 | 00:53:19,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\GC.h +26 五月 2020 | 00:53:19,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Math.h +26 五月 2020 | 00:53:19,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MissingMemberException.h +26 五月 2020 | 00:53:19,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoCustomAttrs.h +26 五月 2020 | 00:53:19,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoEnumInfo.h +26 五月 2020 | 00:53:19,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoType.h +26 五月 2020 | 00:53:19,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Environment.h +26 五月 2020 | 00:53:19,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Number.h +26 五月 2020 | 00:53:19,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Exception.h +26 五月 2020 | 00:53:19,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\GC.h +26 五月 2020 | 00:53:19,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\NumberFormatter.h +26 五月 2020 | 00:53:19,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Math.h +26 五月 2020 | 00:53:19,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MissingMemberException.h +26 五月 2020 | 00:53:19,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Object.h +26 五月 2020 | 00:53:19,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoCustomAttrs.h +26 五月 2020 | 00:53:19,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeFieldHandle.h +26 五月 2020 | 00:53:19,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoEnumInfo.h +26 五月 2020 | 00:53:19,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeMethodHandle.h +26 五月 2020 | 00:53:19,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoType.h +26 五月 2020 | 00:53:19,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Number.h +26 五月 2020 | 00:53:19,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeType.h +26 五月 2020 | 00:53:19,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeTypeHandle.h +26 五月 2020 | 00:53:19,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\String.h +26 五月 2020 | 00:53:19,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\NumberFormatter.h +26 五月 2020 | 00:53:19,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TimeSpan.h +26 五月 2020 | 00:53:19,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Type.h +26 五月 2020 | 00:53:19,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Object.h +26 五月 2020 | 00:53:19,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TypedReference.h +26 五月 2020 | 00:53:19,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeFieldHandle.h +26 五月 2020 | 00:53:19,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ValueType.h +26 五月 2020 | 00:53:19,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\__ComObject.h +26 五月 2020 | 00:53:19,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeMethodHandle.h +26 五月 2020 | 00:53:19,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeType.h +26 五月 2020 | 00:53:19,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeTypeHandle.h +26 五月 2020 | 00:53:19,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\String.h +26 五月 2020 | 00:53:19,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TimeSpan.h +26 五月 2020 | 00:53:19,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Type.h +26 五月 2020 | 00:53:19,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics +26 五月 2020 | 00:53:19,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Assert.h +26 五月 2020 | 00:53:19,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Debugger.h +26 五月 2020 | 00:53:19,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackFrame.h +26 五月 2020 | 00:53:19,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackTrace.h +26 五月 2020 | 00:53:19,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TypedReference.h +26 五月 2020 | 00:53:19,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization +26 五月 2020 | 00:53:19,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CalendarData.h +26 五月 2020 | 00:53:19,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ValueType.h +26 五月 2020 | 00:53:19,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareInfo.h +26 五月 2020 | 00:53:19,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\__ComObject.h +26 五月 2020 | 00:53:19,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareOptions.h +26 五月 2020 | 00:53:19,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureData.h +26 五月 2020 | 00:53:19,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfo.h +26 五月 2020 | 00:53:19,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoInternals.h +26 五月 2020 | 00:53:19,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics +26 五月 2020 | 00:53:19,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Assert.h +26 五月 2020 | 00:53:19,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoTables.h +26 五月 2020 | 00:53:19,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Debugger.h +26 五月 2020 | 00:53:19,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\RegionInfo.h +26 五月 2020 | 00:53:19,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackFrame.h +26 五月 2020 | 00:53:19,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackTrace.h +26 五月 2020 | 00:53:19,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization +26 五月 2020 | 00:53:19,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CalendarData.h +26 五月 2020 | 00:53:19,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO +26 五月 2020 | 00:53:19,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\DriveInfo.h +26 五月 2020 | 00:53:19,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\MonoIO.h +26 五月 2020 | 00:53:19,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\Path.h +26 五月 2020 | 00:53:19,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection +26 五月 2020 | 00:53:19,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Assembly.h +26 五月 2020 | 00:53:19,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\AssemblyName.h +26 五月 2020 | 00:53:19,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\CustomAttributeData.h +26 五月 2020 | 00:53:19,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareInfo.h +26 五月 2020 | 00:53:19,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareOptions.h +26 五月 2020 | 00:53:19,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureData.h +26 五月 2020 | 00:53:19,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfo.h +26 五月 2020 | 00:53:19,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\FieldInfo.h +26 五月 2020 | 00:53:19,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MemberInfo.h +26 五月 2020 | 00:53:19,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoInternals.h +26 五月 2020 | 00:53:19,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MethodBase.h +26 五月 2020 | 00:53:19,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoTables.h +26 五月 2020 | 00:53:19,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\RegionInfo.h +26 五月 2020 | 00:53:19,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Module.h +26 五月 2020 | 00:53:19,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoCMethod.h +26 五月 2020 | 00:53:19,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO +26 五月 2020 | 00:53:19,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\DriveInfo.h +26 五月 2020 | 00:53:19,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\MonoIO.h +26 五月 2020 | 00:53:19,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\Path.h +26 五月 2020 | 00:53:19,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection +26 五月 2020 | 00:53:19,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Assembly.h +26 五月 2020 | 00:53:19,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\AssemblyName.h +26 五月 2020 | 00:53:19,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\CustomAttributeData.h +26 五月 2020 | 00:53:19,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoEventInfo.h +26 五月 2020 | 00:53:19,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoField.h +26 五月 2020 | 00:53:19,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericCMethod.h +26 五月 2020 | 00:53:19,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericClass.h +26 五月 2020 | 00:53:19,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericMethod.h +26 五月 2020 | 00:53:19,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethod.h +26 五月 2020 | 00:53:19,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethodInfo.h +26 五月 2020 | 00:53:19,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoPropertyInfo.h +26 五月 2020 | 00:53:19,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\ParameterInfo.h +26 五月 2020 | 00:53:19,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\RtFieldInfo.h +26 五月 2020 | 00:53:20,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\FieldInfo.h +26 五月 2020 | 00:53:20,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MemberInfo.h +26 五月 2020 | 00:53:20,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MethodBase.h +26 五月 2020 | 00:53:20,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Module.h +26 五月 2020 | 00:53:20,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoCMethod.h +26 五月 2020 | 00:53:20,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit +26 五月 2020 | 00:53:20,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoEventInfo.h +26 五月 2020 | 00:53:20,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoField.h +26 五月 2020 | 00:53:20,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\AssemblyBuilder.h +26 五月 2020 | 00:53:20,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\CustomAttributeBuilder.h +26 五月 2020 | 00:53:20,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericCMethod.h +26 五月 2020 | 00:53:20,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DerivedType.h +26 五月 2020 | 00:53:20,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericClass.h +26 五月 2020 | 00:53:20,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DynamicMethod.h +26 五月 2020 | 00:53:20,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericMethod.h +26 五月 2020 | 00:53:20,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\EnumBuilder.h +26 五月 2020 | 00:53:20,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethod.h +26 五月 2020 | 00:53:20,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\GenericTypeParameterBuilder.h +26 五月 2020 | 00:53:20,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethodInfo.h +26 五月 2020 | 00:53:20,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoPropertyInfo.h +26 五月 2020 | 00:53:20,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\ParameterInfo.h +26 五月 2020 | 00:53:20,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\RtFieldInfo.h +26 五月 2020 | 00:53:20,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\MethodBuilder.h +26 五月 2020 | 00:53:20,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit +26 五月 2020 | 00:53:20,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\AssemblyBuilder.h +26 五月 2020 | 00:53:20,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\CustomAttributeBuilder.h +26 五月 2020 | 00:53:20,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DerivedType.h +26 五月 2020 | 00:53:20,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DynamicMethod.h +26 五月 2020 | 00:53:20,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\EnumBuilder.h +26 五月 2020 | 00:53:20,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\GenericTypeParameterBuilder.h +26 五月 2020 | 00:53:20,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\MethodBuilder.h +26 五月 2020 | 00:53:20,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\ModuleBuilder.h +26 五月 2020 | 00:53:20,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\ModuleBuilder.h +26 五月 2020 | 00:53:20,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SignatureHelper.h +26 五月 2020 | 00:53:20,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SymbolType.h +26 五月 2020 | 00:53:20,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\TypeBuilder.h +26 五月 2020 | 00:53:20,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SignatureHelper.h +26 五月 2020 | 00:53:20,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SymbolType.h +26 五月 2020 | 00:53:20,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\TypeBuilder.h +26 五月 2020 | 00:53:20,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices +26 五月 2020 | 00:53:20,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices\RuntimeHelpers.h +26 五月 2020 | 00:53:20,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices +26 五月 2020 | 00:53:20,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\GCHandle.h +26 五月 2020 | 00:53:20,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\Marshal.h +26 五月 2020 | 00:53:20,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting +26 五月 2020 | 00:53:20,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting\RemotingServices.h +26 五月 2020 | 00:53:20,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation +26 五月 2020 | 00:53:20,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation\ActivationServices.h +26 五月 2020 | 00:53:20,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts +26 五月 2020 | 00:53:20,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts\Context.h +26 五月 2020 | 00:53:20,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging +26 五月 2020 | 00:53:20,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\AsyncResult.h +26 五月 2020 | 00:53:20,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\MonoMethodMessage.h +26 五月 2020 | 00:53:20,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies +26 五月 2020 | 00:53:20,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies\RealProxy.h +26 五月 2020 | 00:53:20,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning +26 五月 2020 | 00:53:20,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning\VersioningHelper.h +26 五月 2020 | 00:53:20,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security +26 五月 2020 | 00:53:20,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices +26 五月 2020 | 00:53:20,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices\RuntimeHelpers.h +26 五月 2020 | 00:53:20,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices +26 五月 2020 | 00:53:20,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\GCHandle.h +26 五月 2020 | 00:53:20,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\Marshal.h +26 五月 2020 | 00:53:20,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting +26 五月 2020 | 00:53:20,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting\RemotingServices.h +26 五月 2020 | 00:53:20,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation +26 五月 2020 | 00:53:20,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation\ActivationServices.h +26 五月 2020 | 00:53:20,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts +26 五月 2020 | 00:53:20,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts\Context.h +26 五月 2020 | 00:53:20,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging +26 五月 2020 | 00:53:20,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\AsyncResult.h +26 五月 2020 | 00:53:20,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\MonoMethodMessage.h +26 五月 2020 | 00:53:20,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies +26 五月 2020 | 00:53:20,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies\RealProxy.h +26 五月 2020 | 00:53:20,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning +26 五月 2020 | 00:53:20,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning\VersioningHelper.h +26 五月 2020 | 00:53:20,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security +26 五月 2020 | 00:53:20,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityFrame.h +26 五月 2020 | 00:53:20,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityFrame.h +26 五月 2020 | 00:53:20,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityManager.h +26 五月 2020 | 00:53:20,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography +26 五月 2020 | 00:53:20,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography\RNGCryptoServiceProvider.h +26 五月 2020 | 00:53:20,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy +26 五月 2020 | 00:53:20,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityManager.h +26 五月 2020 | 00:53:20,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy\Evidence.h +26 五月 2020 | 00:53:20,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal +26 五月 2020 | 00:53:20,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography +26 五月 2020 | 00:53:20,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsIdentity.h +26 五月 2020 | 00:53:20,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography\RNGCryptoServiceProvider.h +26 五月 2020 | 00:53:20,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsImpersonationContext.h +26 五月 2020 | 00:53:20,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy +26 五月 2020 | 00:53:20,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsPrincipal.h +26 五月 2020 | 00:53:20,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy\Evidence.h +26 五月 2020 | 00:53:20,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal +26 五月 2020 | 00:53:20,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsIdentity.h +26 五月 2020 | 00:53:20,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsImpersonationContext.h +26 五月 2020 | 00:53:20,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsPrincipal.h +26 五月 2020 | 00:53:20,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text +26 五月 2020 | 00:53:20,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text +26 五月 2020 | 00:53:20,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Encoding.h +26 五月 2020 | 00:53:20,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Encoding.h +26 五月 2020 | 00:53:20,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\EncodingHelper.h +26 五月 2020 | 00:53:20,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\EncodingHelper.h +26 五月 2020 | 00:53:20,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Normalization.h +26 五月 2020 | 00:53:20,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Normalization.h +26 五月 2020 | 00:53:20,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading +26 五月 2020 | 00:53:20,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Interlocked.h +26 五月 2020 | 00:53:20,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading +26 五月 2020 | 00:53:20,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\InternalThread.h +26 五月 2020 | 00:53:20,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Interlocked.h +26 五月 2020 | 00:53:20,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Monitor.h +26 五月 2020 | 00:53:20,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\InternalThread.h +26 五月 2020 | 00:53:20,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Mutex.h +26 五月 2020 | 00:53:20,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Monitor.h +26 五月 2020 | 00:53:20,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\NativeEventCalls.h +26 五月 2020 | 00:53:20,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Mutex.h +26 五月 2020 | 00:53:20,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Thread.h +26 五月 2020 | 00:53:20,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\NativeEventCalls.h +26 五月 2020 | 00:53:20,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\ThreadPool.h +26 五月 2020 | 00:53:20,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Thread.h +26 五月 2020 | 00:53:20,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Timer.h +26 五月 2020 | 00:53:20,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\ThreadPool.h +26 五月 2020 | 00:53:20,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Timer.h +26 五月 2020 | 00:53:20,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\WaitHandle.h +26 五月 2020 | 00:53:20,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\WaitHandle.h +26 五月 2020 | 00:53:20,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-functions.h +26 五月 2020 | 00:53:20,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-functions.h +26 五月 2020 | 00:53:20,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-types.h +26 五月 2020 | 00:53:20,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-types.h +26 五月 2020 | 00:53:20,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-api.h +26 五月 2020 | 00:53:20,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-api.h +26 五月 2020 | 00:53:21,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-config.h +26 五月 2020 | 00:53:21,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-debugger.h +26 五月 2020 | 00:53:21,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-metadata.h +26 五月 2020 | 00:53:21,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-config.h +26 五月 2020 | 00:53:21,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-debugger.h +26 五月 2020 | 00:53:21,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-metadata.h +26 五月 2020 | 00:53:21,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-string-types.h +26 五月 2020 | 00:53:21,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-string-types.h +26 五月 2020 | 00:53:21,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\libil2cpp.def +26 五月 2020 | 00:53:21,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\libil2cpp.def +26 五月 2020 | 00:53:21,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\libil2cpp.icalls +26 五月 2020 | 00:53:21,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\libil2cpp.icalls +26 五月 2020 | 00:53:21,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata +26 五月 2020 | 00:53:21,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata +26 五月 2020 | 00:53:21,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\ArrayMetadata.h +26 五月 2020 | 00:53:21,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\ArrayMetadata.h +26 五月 2020 | 00:53:21,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\FieldLayout.h +26 五月 2020 | 00:53:21,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\FieldLayout.h +26 五月 2020 | 00:53:21,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMetadata.h +26 五月 2020 | 00:53:21,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMetadata.h +26 五月 2020 | 00:53:21,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMethod.h +26 五月 2020 | 00:53:21,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\GenericSharing.h +26 五月 2020 | 00:53:21,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMethod.h +26 五月 2020 | 00:53:21,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\GenericSharing.h +26 五月 2020 | 00:53:21,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassCompare.h +26 五月 2020 | 00:53:21,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassHash.h +26 五月 2020 | 00:53:21,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextCompare.h +26 五月 2020 | 00:53:21,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextHash.h +26 五月 2020 | 00:53:21,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstCompare.h +26 五月 2020 | 00:53:21,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassCompare.h +26 五月 2020 | 00:53:21,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstHash.h +26 五月 2020 | 00:53:21,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassHash.h +26 五月 2020 | 00:53:21,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodCompare.h +26 五月 2020 | 00:53:21,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextCompare.h +26 五月 2020 | 00:53:21,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodHash.h +26 五月 2020 | 00:53:21,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextHash.h +26 五月 2020 | 00:53:21,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureCompare.h +26 五月 2020 | 00:53:21,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstCompare.h +26 五月 2020 | 00:53:21,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureHash.h +26 五月 2020 | 00:53:21,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstHash.h +26 五月 2020 | 00:53:21,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeCompare.h +26 五月 2020 | 00:53:21,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodCompare.h +26 五月 2020 | 00:53:21,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeHash.h +26 五月 2020 | 00:53:21,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodHash.h +26 五月 2020 | 00:53:21,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeVector.h +26 五月 2020 | 00:53:21,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureCompare.h +26 五月 2020 | 00:53:21,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureHash.h +26 五月 2020 | 00:53:21,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeCompare.h +26 五月 2020 | 00:53:21,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeHash.h +26 五月 2020 | 00:53:21,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeVector.h +26 五月 2020 | 00:53:21,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata.h +26 五月 2020 | 00:53:21,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\mono +26 五月 2020 | 00:53:21,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\mono\metadata +26 五月 2020 | 00:53:21,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata.h +26 五月 2020 | 00:53:21,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io-poll.h +26 五月 2020 | 00:53:21,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\mono +26 五月 2020 | 00:53:21,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\mono\metadata +26 五月 2020 | 00:53:21,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io.h +26 五月 2020 | 00:53:21,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io-poll.h +26 五月 2020 | 00:53:21,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms.h +26 五月 2020 | 00:53:21,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io.h +26 五月 2020 | 00:53:21,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms.h +26 五月 2020 | 00:53:21,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\normalization-tables.h +26 五月 2020 | 00:53:21,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\number-formatter.h +26 五月 2020 | 00:53:21,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\normalization-tables.h +26 五月 2020 | 00:53:21,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\object-internals.h +26 五月 2020 | 00:53:21,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\number-formatter.h +26 五月 2020 | 00:53:21,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os +26 五月 2020 | 00:53:21,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Atomic.h +26 五月 2020 | 00:53:21,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\object-internals.h +26 五月 2020 | 00:53:21,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os +26 五月 2020 | 00:53:21,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\COM.h +26 五月 2020 | 00:53:21,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Atomic.h +26 五月 2020 | 00:53:21,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\ConditionVariable.h +26 五月 2020 | 00:53:21,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\COM.h +26 五月 2020 | 00:53:21,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Console.h +26 五月 2020 | 00:53:21,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\ConditionVariable.h +26 五月 2020 | 00:53:21,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\CpuInfo.h +26 五月 2020 | 00:53:21,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Console.h +26 五月 2020 | 00:53:21,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\CpuInfo.h +26 五月 2020 | 00:53:21,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Cryptography.h +26 五月 2020 | 00:53:21,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Cryptography.h +26 五月 2020 | 00:53:21,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Debug.h +26 五月 2020 | 00:53:21,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Debug.h +26 五月 2020 | 00:53:21,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Directory.h +26 五月 2020 | 00:53:21,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Encoding.h +26 五月 2020 | 00:53:21,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Directory.h +26 五月 2020 | 00:53:21,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Encoding.h +26 五月 2020 | 00:53:21,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Environment.h +26 五月 2020 | 00:53:21,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Error.h +26 五月 2020 | 00:53:21,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Environment.h +26 五月 2020 | 00:53:21,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Error.h +26 五月 2020 | 00:53:21,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\ErrorCodes.h +26 五月 2020 | 00:53:21,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Event.h +26 五月 2020 | 00:53:21,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\ErrorCodes.h +26 五月 2020 | 00:53:21,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Event.h +26 五月 2020 | 00:53:21,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\File.h +26 五月 2020 | 00:53:21,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\FileSystemWatcher.h +26 五月 2020 | 00:53:21,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\File.h +26 五月 2020 | 00:53:21,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Generic +26 五月 2020 | 00:53:21,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\FileSystemWatcher.h +26 五月 2020 | 00:53:21,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Generic +26 五月 2020 | 00:53:21,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Generic\SocketImpl.h +26 五月 2020 | 00:53:21,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Generic\SocketImpl.h +26 五月 2020 | 00:53:21,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Handle.h +26 五月 2020 | 00:53:21,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Handle.h +26 五月 2020 | 00:53:21,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Image.h +26 五月 2020 | 00:53:21,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Image.h +26 五月 2020 | 00:53:21,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Initialize.h +26 五月 2020 | 00:53:21,732 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Initialize.h +26 五月 2020 | 00:53:21,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\LastError.h +26 五月 2020 | 00:53:21,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\LastError.h +26 五月 2020 | 00:53:21,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\LibraryLoader.h +26 五月 2020 | 00:53:21,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\LibraryLoader.h +26 五月 2020 | 00:53:21,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Locale.h +26 五月 2020 | 00:53:21,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Locale.h +26 五月 2020 | 00:53:21,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\MarshalAlloc.h +26 五月 2020 | 00:53:21,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\MarshalAlloc.h +26 五月 2020 | 00:53:21,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\MarshalStringAlloc.h +26 五月 2020 | 00:53:21,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\MarshalStringAlloc.h +26 五月 2020 | 00:53:21,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Memory.h +26 五月 2020 | 00:53:21,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Memory.h +26 五月 2020 | 00:53:21,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\MemoryMappedFile.h +26 五月 2020 | 00:53:21,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\MemoryMappedFile.h +26 五月 2020 | 00:53:21,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Messages.h +26 五月 2020 | 00:53:21,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Messages.h +26 五月 2020 | 00:53:21,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Mutex.h +26 五月 2020 | 00:53:21,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Mutex.h +26 五月 2020 | 00:53:21,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\NativeMethods.h +26 五月 2020 | 00:53:21,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\NativeMethods.h +26 五月 2020 | 00:53:21,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Path.h +26 五月 2020 | 00:53:21,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Path.h +26 五月 2020 | 00:53:21,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix +26 五月 2020 | 00:53:21,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix +26 五月 2020 | 00:53:21,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\AtomicImpl.h +26 五月 2020 | 00:53:21,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\AtomicImpl.h +26 五月 2020 | 00:53:21,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\ConditionVariableImpl.h +26 五月 2020 | 00:53:21,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\Error.h +26 五月 2020 | 00:53:21,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\EventImpl.h +26 五月 2020 | 00:53:21,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\FileHandle.h +26 五月 2020 | 00:53:21,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\MutexImpl.h +26 五月 2020 | 00:53:21,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\ConditionVariableImpl.h +26 五月 2020 | 00:53:21,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixHelpers.h +26 五月 2020 | 00:53:21,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\Error.h +26 五月 2020 | 00:53:21,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixWaitObject.h +26 五月 2020 | 00:53:21,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\EventImpl.h +26 五月 2020 | 00:53:21,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\SemaphoreImpl.h +26 五月 2020 | 00:53:21,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\FileHandle.h +26 五月 2020 | 00:53:21,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\SocketImpl.h +26 五月 2020 | 00:53:21,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\MutexImpl.h +26 五月 2020 | 00:53:21,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadImpl.h +26 五月 2020 | 00:53:21,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:21,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixHelpers.h +26 五月 2020 | 00:53:21,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixWaitObject.h +26 五月 2020 | 00:53:21,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\SemaphoreImpl.h +26 五月 2020 | 00:53:21,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\SocketImpl.h +26 五月 2020 | 00:53:21,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadImpl.h +26 五月 2020 | 00:53:21,795 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:21,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Process.h +26 五月 2020 | 00:53:21,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Process.h +26 五月 2020 | 00:53:21,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Semaphore.h +26 五月 2020 | 00:53:21,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Semaphore.h +26 五月 2020 | 00:53:21,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Socket.h +26 五月 2020 | 00:53:21,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Socket.h +26 五月 2020 | 00:53:21,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\StackTrace.h +26 五月 2020 | 00:53:21,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Std +26 五月 2020 | 00:53:21,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\StackTrace.h +26 五月 2020 | 00:53:21,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Std +26 五月 2020 | 00:53:21,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Std\ThreadImpl.h +26 五月 2020 | 00:53:21,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Std\ThreadImpl.h +26 五月 2020 | 00:53:21,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Thread.h +26 五月 2020 | 00:53:21,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Thread.h +26 五月 2020 | 00:53:21,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\ThreadLocalValue.h +26 五月 2020 | 00:53:21,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\ThreadLocalValue.h +26 五月 2020 | 00:53:21,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Time.h +26 五月 2020 | 00:53:22,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Time.h +26 五月 2020 | 00:53:22,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\TimeZone.h +26 五月 2020 | 00:53:22,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Tizen +26 五月 2020 | 00:53:22,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\TimeZone.h +26 五月 2020 | 00:53:22,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Tizen +26 五月 2020 | 00:53:22,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Tizen\ExtendedAtomicOps.h +26 五月 2020 | 00:53:22,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Tizen\ExtendedAtomicOps.h +26 五月 2020 | 00:53:22,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity +26 五月 2020 | 00:53:22,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity +26 五月 2020 | 00:53:22,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\AtomicQueue.h +26 五月 2020 | 00:53:22,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\AtomicQueue.h +26 五月 2020 | 00:53:22,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm.h +26 五月 2020 | 00:53:22,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm.h +26 五月 2020 | 00:53:22,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm64.h +26 五月 2020 | 00:53:22,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm64.h +26 五月 2020 | 00:53:22,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86-64.h +26 五月 2020 | 00:53:22,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86-64.h +26 五月 2020 | 00:53:22,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86.h +26 五月 2020 | 00:53:22,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86.h +26 五月 2020 | 00:53:22,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps.h +26 五月 2020 | 00:53:22,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps.h +26 五月 2020 | 00:53:22,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicTypes.h +26 五月 2020 | 00:53:22,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicTypes.h +26 五月 2020 | 00:53:22,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\UnityPlatformConfigure.h +26 五月 2020 | 00:53:22,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\UnityPlatformConfigure.h +26 五月 2020 | 00:53:22,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WaitStatus.h +26 五月 2020 | 00:53:22,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32 +26 五月 2020 | 00:53:22,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WaitStatus.h +26 五月 2020 | 00:53:22,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\AtomicImpl.h +26 五月 2020 | 00:53:22,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32 +26 五月 2020 | 00:53:22,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\AtomicImpl.h +26 五月 2020 | 00:53:22,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\ConditionVariableImpl.h +26 五月 2020 | 00:53:22,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\ConditionVariableImpl.h +26 五月 2020 | 00:53:22,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\EventImpl.h +26 五月 2020 | 00:53:22,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\MutexImpl.h +26 五月 2020 | 00:53:22,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\EventImpl.h +26 五月 2020 | 00:53:22,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\SemaphoreImpl.h +26 五月 2020 | 00:53:22,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\MutexImpl.h +26 五月 2020 | 00:53:22,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\SocketImpl.h +26 五月 2020 | 00:53:22,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\SemaphoreImpl.h +26 五月 2020 | 00:53:22,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadImpl.h +26 五月 2020 | 00:53:22,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\SocketImpl.h +26 五月 2020 | 00:53:22,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:22,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadImpl.h +26 五月 2020 | 00:53:22,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHeaders.h +26 五月 2020 | 00:53:22,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:22,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHelpers.h +26 五月 2020 | 00:53:22,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHeaders.h +26 五月 2020 | 00:53:22,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHelpers.h +26 五月 2020 | 00:53:22,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WinRT +26 五月 2020 | 00:53:22,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WinRT +26 五月 2020 | 00:53:22,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WinRT\SynchronousOperation.h +26 五月 2020 | 00:53:22,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WinRT\SynchronousOperation.h +26 五月 2020 | 00:53:22,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiSharedEmulation.h +26 五月 2020 | 00:53:22,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiSharedEmulation.h +26 五月 2020 | 00:53:22,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiWinRTEmulation.h +26 五月 2020 | 00:53:22,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiWinRTEmulation.h +26 五月 2020 | 00:53:22,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WindowsRuntime.h +26 五月 2020 | 00:53:22,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\tabledefs.h +26 五月 2020 | 00:53:22,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils +26 五月 2020 | 00:53:22,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\BlobReader.h +26 五月 2020 | 00:53:22,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WindowsRuntime.h +26 五月 2020 | 00:53:22,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\CallOnce.h +26 五月 2020 | 00:53:22,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Collections.h +26 五月 2020 | 00:53:22,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\tabledefs.h +26 五月 2020 | 00:53:22,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils +26 五月 2020 | 00:53:22,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\DirectoryUtils.h +26 五月 2020 | 00:53:22,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\BlobReader.h +26 五月 2020 | 00:53:22,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Functional.h +26 五月 2020 | 00:53:22,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\CallOnce.h +26 五月 2020 | 00:53:22,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\HashUtils.h +26 五月 2020 | 00:53:22,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Collections.h +26 五月 2020 | 00:53:22,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHStringReference.h +26 五月 2020 | 00:53:22,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\DirectoryUtils.h +26 五月 2020 | 00:53:22,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashMap.h +26 五月 2020 | 00:53:22,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Functional.h +26 五月 2020 | 00:53:22,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashSet.h +26 五月 2020 | 00:53:22,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\HashUtils.h +26 五月 2020 | 00:53:22,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\KeyWrapper.h +26 五月 2020 | 00:53:22,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHStringReference.h +26 五月 2020 | 00:53:22,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\MathUtils.h +26 五月 2020 | 00:53:22,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Memory.h +26 五月 2020 | 00:53:22,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashMap.h +26 五月 2020 | 00:53:22,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\MemoryPool.h +26 五月 2020 | 00:53:22,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashSet.h +26 五月 2020 | 00:53:22,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\MemoryRead.h +26 五月 2020 | 00:53:22,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\KeyWrapper.h +26 五月 2020 | 00:53:22,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\NonCopyable.h +26 五月 2020 | 00:53:22,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\MathUtils.h +26 五月 2020 | 00:53:22,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Memory.h +26 五月 2020 | 00:53:22,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Output.h +26 五月 2020 | 00:53:22,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\MemoryPool.h +26 五月 2020 | 00:53:22,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\PathUtils.h +26 五月 2020 | 00:53:22,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\MemoryRead.h +26 五月 2020 | 00:53:22,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\RegisterRuntimeInitializeAndCleanup.h +26 五月 2020 | 00:53:22,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\NonCopyable.h +26 五月 2020 | 00:53:22,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\StringUtils.h +26 五月 2020 | 00:53:22,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Output.h +26 五月 2020 | 00:53:22,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\StringView.h +26 五月 2020 | 00:53:22,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\PathUtils.h +26 五月 2020 | 00:53:22,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\StringViewStream.h +26 五月 2020 | 00:53:22,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\RegisterRuntimeInitializeAndCleanup.h +26 五月 2020 | 00:53:22,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\ThreadSafeFreeList.h +26 五月 2020 | 00:53:22,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\StringUtils.h +26 五月 2020 | 00:53:22,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\dynamic_array.h +26 五月 2020 | 00:53:22,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp +26 五月 2020 | 00:53:22,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\StringView.h +26 五月 2020 | 00:53:22,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source +26 五月 2020 | 00:53:22,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8 +26 五月 2020 | 00:53:22,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\StringViewStream.h +26 五月 2020 | 00:53:22,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\checked.h +26 五月 2020 | 00:53:22,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\ThreadSafeFreeList.h +26 五月 2020 | 00:53:22,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\core.h +26 五月 2020 | 00:53:22,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\dynamic_array.h +26 五月 2020 | 00:53:22,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp +26 五月 2020 | 00:53:22,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source +26 五月 2020 | 00:53:22,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\unchecked.h +26 五月 2020 | 00:53:22,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8 +26 五月 2020 | 00:53:22,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\checked.h +26 五月 2020 | 00:53:22,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\core.h +26 五月 2020 | 00:53:22,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\unchecked.h +26 五月 2020 | 00:53:22,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8.h +26 五月 2020 | 00:53:22,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm +26 五月 2020 | 00:53:22,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Array.h +26 五月 2020 | 00:53:22,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Assembly.h +26 五月 2020 | 00:53:22,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8.h +26 五月 2020 | 00:53:22,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\AssemblyName.h +26 五月 2020 | 00:53:22,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm +26 五月 2020 | 00:53:22,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Atomic.h +26 五月 2020 | 00:53:22,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Array.h +26 五月 2020 | 00:53:22,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\CCW.h +26 五月 2020 | 00:53:22,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Assembly.h +26 五月 2020 | 00:53:22,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\AssemblyName.h +26 五月 2020 | 00:53:22,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Atomic.h +26 五月 2020 | 00:53:22,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\CCW.h +26 五月 2020 | 00:53:22,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\COM.h +26 五月 2020 | 00:53:22,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Class.h +26 五月 2020 | 00:53:22,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\ComUtils.h +26 五月 2020 | 00:53:22,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Debug.h +26 五月 2020 | 00:53:22,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\COM.h +26 五月 2020 | 00:53:22,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Class.h +26 五月 2020 | 00:53:22,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Domain.h +26 五月 2020 | 00:53:22,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Enum.h +26 五月 2020 | 00:53:22,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\ComUtils.h +26 五月 2020 | 00:53:22,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Debug.h +26 五月 2020 | 00:53:22,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Environment.h +26 五月 2020 | 00:53:22,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Event.h +26 五月 2020 | 00:53:22,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Domain.h +26 五月 2020 | 00:53:22,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Exception.h +26 五月 2020 | 00:53:22,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Enum.h +26 五月 2020 | 00:53:22,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Field.h +26 五月 2020 | 00:53:22,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Environment.h +26 五月 2020 | 00:53:22,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\GenericClass.h +26 五月 2020 | 00:53:22,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Event.h +26 五月 2020 | 00:53:22,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\GenericContainer.h +26 五月 2020 | 00:53:22,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Exception.h +26 五月 2020 | 00:53:22,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Image.h +26 五月 2020 | 00:53:22,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Field.h +26 五月 2020 | 00:53:22,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\InternalCalls.h +26 五月 2020 | 00:53:22,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\GenericClass.h +26 五月 2020 | 00:53:22,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\LastError.h +26 五月 2020 | 00:53:22,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\GenericContainer.h +26 五月 2020 | 00:53:22,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\LibraryLoader.h +26 五月 2020 | 00:53:22,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Image.h +26 五月 2020 | 00:53:22,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Liveness.h +26 五月 2020 | 00:53:22,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\InternalCalls.h +26 五月 2020 | 00:53:22,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MarshalAlloc.h +26 五月 2020 | 00:53:22,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\LastError.h +26 五月 2020 | 00:53:22,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MemoryInformation.h +26 五月 2020 | 00:53:22,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\LibraryLoader.h +26 五月 2020 | 00:53:22,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Liveness.h +26 五月 2020 | 00:53:22,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MetadataAlloc.h +26 五月 2020 | 00:53:22,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MetadataCache.h +26 五月 2020 | 00:53:22,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MarshalAlloc.h +26 五月 2020 | 00:53:22,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLoader.h +26 五月 2020 | 00:53:22,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MemoryInformation.h +26 五月 2020 | 00:53:22,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLock.h +26 五月 2020 | 00:53:22,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MetadataAlloc.h +26 五月 2020 | 00:53:22,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Method.h +26 五月 2020 | 00:53:22,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MetadataCache.h +26 五月 2020 | 00:53:22,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Module.h +26 五月 2020 | 00:53:22,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLoader.h +26 五月 2020 | 00:53:22,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Monitor.h +26 五月 2020 | 00:53:22,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLock.h +26 五月 2020 | 00:53:22,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Object.h +26 五月 2020 | 00:53:22,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Method.h +26 五月 2020 | 00:53:22,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Parameter.h +26 五月 2020 | 00:53:22,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\PlatformInvoke.h +26 五月 2020 | 00:53:22,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Module.h +26 五月 2020 | 00:53:22,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Profiler.h +26 五月 2020 | 00:53:22,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Property.h +26 五月 2020 | 00:53:22,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Monitor.h +26 五月 2020 | 00:53:22,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Object.h +26 五月 2020 | 00:53:22,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\RCW.h +26 五月 2020 | 00:53:22,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Parameter.h +26 五月 2020 | 00:53:22,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\PlatformInvoke.h +26 五月 2020 | 00:53:22,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Profiler.h +26 五月 2020 | 00:53:22,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Property.h +26 五月 2020 | 00:53:22,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Random.h +26 五月 2020 | 00:53:22,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\RCW.h +26 五月 2020 | 00:53:22,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Reflection.h +26 五月 2020 | 00:53:22,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Runtime.h +26 五月 2020 | 00:53:22,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\StackTrace.h +26 五月 2020 | 00:53:22,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\String.h +26 五月 2020 | 00:53:22,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Random.h +26 五月 2020 | 00:53:22,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Thread.h +26 五月 2020 | 00:53:22,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Reflection.h +26 五月 2020 | 00:53:22,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPool.h +26 五月 2020 | 00:53:22,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Runtime.h +26 五月 2020 | 00:53:22,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPoolMs.h +26 五月 2020 | 00:53:22,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\StackTrace.h +26 五月 2020 | 00:53:22,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Type.h +26 五月 2020 | 00:53:22,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\String.h +26 五月 2020 | 00:53:22,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\WaitHandle.h +26 五月 2020 | 00:53:22,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Thread.h +26 五月 2020 | 00:53:22,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\WindowsRuntime.h +26 五月 2020 | 00:53:22,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPool.h +26 五月 2020 | 00:53:22,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPoolMs.h +26 五月 2020 | 00:53:22,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Type.h +26 五月 2020 | 00:53:22,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\WaitHandle.h +26 五月 2020 | 00:53:22,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\WindowsRuntime.h +26 五月 2020 | 00:53:22,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\MapFileParser.sh +26 五月 2020 | 00:53:22,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone +26 五月 2020 | 00:53:22,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets +26 五月 2020 | 00:53:22,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset +26 五月 2020 | 00:53:22,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Contents.json +26 五月 2020 | 00:53:22,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\MapFileParser.sh +26 五月 2020 | 00:53:22,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone +26 五月 2020 | 00:53:22,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-120.png +26 五月 2020 | 00:53:22,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets +26 五月 2020 | 00:53:22,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset +26 五月 2020 | 00:53:22,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-144.png +26 五月 2020 | 00:53:22,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Contents.json +26 五月 2020 | 00:53:22,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-152.png +26 五月 2020 | 00:53:22,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-120.png +26 五月 2020 | 00:53:22,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-167.png +26 五月 2020 | 00:53:22,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-144.png +26 五月 2020 | 00:53:22,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-152.png +26 五月 2020 | 00:53:22,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-180.png +26 五月 2020 | 00:53:22,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-72.png +26 五月 2020 | 00:53:22,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-167.png +26 五月 2020 | 00:53:22,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-76.png +26 五月 2020 | 00:53:22,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-180.png +26 五月 2020 | 00:53:22,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon.png +26 五月 2020 | 00:53:22,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-72.png +26 五月 2020 | 00:53:22,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon@2x.png +26 五月 2020 | 00:53:22,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-76.png +26 五月 2020 | 00:53:22,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon.png +26 五月 2020 | 00:53:22,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon@2x.png +26 五月 2020 | 00:53:22,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage +26 五月 2020 | 00:53:22,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage +26 五月 2020 | 00:53:22,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Contents.json +26 五月 2020 | 00:53:22,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Contents.json +26 五月 2020 | 00:53:22,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-568h@2x.png +26 五月 2020 | 00:53:22,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-568h@2x.png +26 五月 2020 | 00:53:22,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-667h@2x.png +26 五月 2020 | 00:53:22,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-667h@2x.png +26 五月 2020 | 00:53:22,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape.png +26 五月 2020 | 00:53:22,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape.png +26 五月 2020 | 00:53:22,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@2x.png +26 五月 2020 | 00:53:22,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@2x.png +26 五月 2020 | 00:53:22,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@3x.png +26 五月 2020 | 00:53:22,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@3x.png +26 五月 2020 | 00:53:22,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait.png +26 五月 2020 | 00:53:22,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@2x.png +26 五月 2020 | 00:53:22,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait.png +26 五月 2020 | 00:53:22,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@2x.png +26 五月 2020 | 00:53:22,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@3x.png +26 五月 2020 | 00:53:22,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@3x.png +26 五月 2020 | 00:53:22,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default.png +26 五月 2020 | 00:53:22,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default.png +26 五月 2020 | 00:53:22,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default@2x.png +26 五月 2020 | 00:53:22,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default@2x.png +26 五月 2020 | 00:53:22,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests +26 五月 2020 | 00:53:22,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests +26 五月 2020 | 00:53:22,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Info.plist +26 五月 2020 | 00:53:22,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Info.plist +26 五月 2020 | 00:53:22,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Prefix.pch +26 五月 2020 | 00:53:22,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Prefix.pch +26 五月 2020 | 00:53:22,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests\Unity_iPhone_Tests.m +26 五月 2020 | 00:53:22,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests\Unity_iPhone_Tests.m +26 五月 2020 | 00:53:22,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests\en.lproj +26 五月 2020 | 00:53:22,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests\en.lproj +26 五月 2020 | 00:53:22,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests\en.lproj\InfoPlist.strings +26 五月 2020 | 00:53:22,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests\en.lproj\InfoPlist.strings +26 五月 2020 | 00:53:22,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj +26 五月 2020 | 00:53:22,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj +26 五月 2020 | 00:53:22,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +26 五月 2020 | 00:53:22,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +26 五月 2020 | 00:53:22,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata +26 五月 2020 | 00:53:22,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata +26 五月 2020 | 00:53:22,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes +26 五月 2020 | 00:53:22,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes +26 五月 2020 | 00:53:22,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes\Unity-iPhone.xcscheme +26 五月 2020 | 00:53:22,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes\Unity-iPhone.xcscheme +26 五月 2020 | 00:53:22,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\UnityData.xcassets +26 五月 2020 | 00:53:22,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\UnityData.xcassets +26 五月 2020 | 00:53:22,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build +26 五月 2020 | 00:53:22,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build +26 五月 2020 | 00:53:22,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build\._Unity-iPhone.build +26 五月 2020 | 00:53:22,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build\._Unity-iPhone.build +26 五月 2020 | 00:53:22,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build\Release-iphoneos +26 五月 2020 | 00:53:22,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build\Release-iphoneos +26 五月 2020 | 00:53:22,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build\Unity-iPhone.build +26 五月 2020 | 00:53:22,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build\Unity-iPhone.build\Release-iphoneos +26 五月 2020 | 00:53:22,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build\log +26 五月 2020 | 00:53:22,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_exinfo_ui +26 五月 2020 | 00:53:22,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build\Unity-iPhone.build +26 五月 2020 | 00:53:22,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build\Unity-iPhone.build\Release-iphoneos +26 五月 2020 | 00:53:22,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build\log +26 五月 2020 | 00:53:22,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_exinfo_ui +26 五月 2020 | 00:53:22,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 334. +26 五月 2020 | 00:53:22,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 334. +26 五月 2020 | 00:53:23,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers.meta +26 五月 2020 | 00:53:23,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules +26 五月 2020 | 00:53:23,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap +26 五月 2020 | 00:53:23,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap.meta +26 五月 2020 | 00:53:23,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules.meta +26 五月 2020 | 00:53:23,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Info.plist +26 五月 2020 | 00:53:23,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries +26 五月 2020 | 00:53:23,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor +26 五月 2020 | 00:53:23,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI +26 五月 2020 | 00:53:23,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code +26 五月 2020 | 00:53:23,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.h +26 五月 2020 | 00:53:23,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.m +26 五月 2020 | 00:53:23,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.h +26 五月 2020 | 00:53:23,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +26 五月 2020 | 00:53:23,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Il2CppOptions.cpp +26 五月 2020 | 00:53:23,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins +26 五月 2020 | 00:53:23,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS +26 五月 2020 | 00:53:23,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\BuglyBridge +26 五月 2020 | 00:53:23,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\BuglyBridge\BuglyBridge.h +26 五月 2020 | 00:53:23,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport +26 五月 2020 | 00:53:23,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib +26 五月 2020 | 00:53:23,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.h +26 五月 2020 | 00:53:23,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.mm +26 五月 2020 | 00:53:23,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.h +26 五月 2020 | 00:53:23,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.mm +26 五月 2020 | 00:53:23,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\wx +26 五月 2020 | 00:53:23,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\wx\WXApi.h +26 五月 2020 | 00:53:23,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\wx\WXApiObject.h +26 五月 2020 | 00:53:23,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\wx\WechatAuthSDK.h +26 五月 2020 | 00:53:23,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\RegisterFeatures.cpp +26 五月 2020 | 00:53:23,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\RegisterFeatures.h +26 五月 2020 | 00:53:23,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\RegisterMonoModules.cpp +26 五月 2020 | 00:53:23,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\RegisterMonoModules.h +26 五月 2020 | 00:53:23,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp +26 五月 2020 | 00:53:23,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include +26 五月 2020 | 00:53:23,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\blob.h +26 五月 2020 | 00:53:23,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\char-conversions.h +26 五月 2020 | 00:53:23,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\class-internals.h +26 五月 2020 | 00:53:23,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\codegen +26 五月 2020 | 00:53:23,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\codegen\il2cpp-codegen.h +26 五月 2020 | 00:53:23,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger +26 五月 2020 | 00:53:23,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\agent.h +26 五月 2020 | 00:53:23,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\command-line-parser.h +26 五月 2020 | 00:53:23,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\common.h +26 五月 2020 | 00:53:23,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\data-buffer.h +26 五月 2020 | 00:53:23,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\event-request.h +26 五月 2020 | 00:53:23,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\id-bank.h +26 五月 2020 | 00:53:23,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\il2cpp-api-test-forwarder.h +26 五月 2020 | 00:53:23,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\meta.h +26 五月 2020 | 00:53:23,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol +26 五月 2020 | 00:53:23,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands +26 五月 2020 | 00:53:23,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\app-domain.h +26 五月 2020 | 00:53:23,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\array-ref.h +26 五月 2020 | 00:53:23,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\assembly.h +26 五月 2020 | 00:53:23,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event-request.h +26 五月 2020 | 00:53:23,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event.h +26 五月 2020 | 00:53:23,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\internal-error.h +26 五月 2020 | 00:53:23,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\method.h +26 五月 2020 | 00:53:23,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\module.h +26 五月 2020 | 00:53:23,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\object-ref.h +26 五月 2020 | 00:53:23,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\stack-frame.h +26 五月 2020 | 00:53:23,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\string-ref.h +26 五月 2020 | 00:53:23,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\thread.h +26 五月 2020 | 00:53:23,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\type.h +26 五月 2020 | 00:53:23,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\vm.h +26 五月 2020 | 00:53:23,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\events.h +26 五月 2020 | 00:53:23,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\globals.h +26 五月 2020 | 00:53:23,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol-utils.h +26 五月 2020 | 00:53:23,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol.h +26 五月 2020 | 00:53:23,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\utils.h +26 五月 2020 | 00:53:23,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\thread-data.h +26 五月 2020 | 00:53:23,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\transport-tcp.h +26 五月 2020 | 00:53:23,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\transport.h +26 五月 2020 | 00:53:23,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\variant.h +26 五月 2020 | 00:53:23,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external +26 五月 2020 | 00:53:23,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google +26 五月 2020 | 00:53:23,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash +26 五月 2020 | 00:53:23,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_map.h +26 五月 2020 | 00:53:23,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_set.h +26 五月 2020 | 00:53:23,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\densehashtable.h +26 五月 2020 | 00:53:23,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\type_traits.h +26 五月 2020 | 00:53:23,707 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib +26 五月 2020 | 00:53:23,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\crc32.h +26 五月 2020 | 00:53:23,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\deflate.h +26 五月 2020 | 00:53:23,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffast.h +26 五月 2020 | 00:53:23,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffixed.h +26 五月 2020 | 00:53:23,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\inflate.h +26 五月 2020 | 00:53:23,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\inftrees.h +26 五月 2020 | 00:53:23,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\trees.h +26 五月 2020 | 00:53:23,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\zconf.h +26 五月 2020 | 00:53:23,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\zlib.h +26 五月 2020 | 00:53:23,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\zutil.h +26 五月 2020 | 00:53:23,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\externals +26 五月 2020 | 00:53:23,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\externals\MonoPosixHelper.h +26 五月 2020 | 00:53:23,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc +26 五月 2020 | 00:53:23,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\Allocator.h +26 五月 2020 | 00:53:23,768 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\AppendOnlyGCHashMap.h +26 五月 2020 | 00:53:23,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\GCHandle.h +26 五月 2020 | 00:53:23,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\GarbageCollector.h +26 五月 2020 | 00:53:23,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\WriteBarrier.h +26 五月 2020 | 00:53:23,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\gc_wrapper.h +26 五月 2020 | 00:53:23,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icallincludes.h +26 五月 2020 | 00:53:23,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls +26 五月 2020 | 00:53:23,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System +26 五月 2020 | 00:53:23,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32 +26 五月 2020 | 00:53:23,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32\NativeMethods.h +26 五月 2020 | 00:53:23,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System +26 五月 2020 | 00:53:23,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System\IOSelector.h +26 五月 2020 | 00:53:23,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel +26 五月 2020 | 00:53:23,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel\Win32Exception.h +26 五月 2020 | 00:53:23,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration +26 五月 2020 | 00:53:23,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\DefaultConfig.h +26 五月 2020 | 00:53:23,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:23,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics +26 五月 2020 | 00:53:23,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\DefaultTraceListener.h +26 五月 2020 | 00:53:23,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\FileVersionInfo.h +26 五月 2020 | 00:53:23,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounter.h +26 五月 2020 | 00:53:23,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterCategory.h +26 五月 2020 | 00:53:23,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterUtils.h +26 五月 2020 | 00:53:23,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Process.h +26 五月 2020 | 00:53:23,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Stopwatch.h +26 五月 2020 | 00:53:23,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\perfcounters-def.h +26 五月 2020 | 00:53:23,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO +26 五月 2020 | 00:53:23,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FAMWatcher.h +26 五月 2020 | 00:53:23,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FileSystemWatcher.h +26 五月 2020 | 00:53:23,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\InotifyWatcher.h +26 五月 2020 | 00:53:23,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\KqueueMonitor.h +26 五月 2020 | 00:53:23,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net +26 五月 2020 | 00:53:23,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net\Dns.h +26 五月 2020 | 00:53:23,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation +26 五月 2020 | 00:53:23,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation\MacOsIPInterfaceProperties.h +26 五月 2020 | 00:53:23,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets +26 五月 2020 | 00:53:23,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\Socket.h +26 五月 2020 | 00:53:23,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\SocketException.h +26 五月 2020 | 00:53:23,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading +26 五月 2020 | 00:53:23,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading\Semaphore.h +26 五月 2020 | 00:53:23,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration +26 五月 2020 | 00:53:23,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration +26 五月 2020 | 00:53:23,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:23,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core +26 五月 2020 | 00:53:23,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles +26 五月 2020 | 00:53:23,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles\MemoryMapImpl.h +26 五月 2020 | 00:53:23,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib +26 五月 2020 | 00:53:23,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono +26 五月 2020 | 00:53:23,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono\Runtime.h +26 五月 2020 | 00:53:23,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode +26 五月 2020 | 00:53:23,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode\Normalization.h +26 五月 2020 | 00:53:23,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop +26 五月 2020 | 00:53:23,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop\ComInteropProxy.h +26 五月 2020 | 00:53:23,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography +26 五月 2020 | 00:53:23,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography\KeyPairPersistence.h +26 五月 2020 | 00:53:23,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System +26 五月 2020 | 00:53:23,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Activator.h +26 五月 2020 | 00:53:23,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\AppDomain.h +26 五月 2020 | 00:53:23,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ArgIterator.h +26 五月 2020 | 00:53:23,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Array.h +26 五月 2020 | 00:53:23,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Buffer.h +26 五月 2020 | 00:53:23,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CLRConfig.h +26 五月 2020 | 00:53:23,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Char.h +26 五月 2020 | 00:53:23,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ConsoleDriver.h +26 五月 2020 | 00:53:23,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Convert.h +26 五月 2020 | 00:53:23,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CurrentSystemTimeZone.h +26 五月 2020 | 00:53:23,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\DateTime.h +26 五月 2020 | 00:53:23,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Decimal.h +26 五月 2020 | 00:53:23,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Delegate.h +26 五月 2020 | 00:53:23,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Double.h +26 五月 2020 | 00:53:23,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Enum.h +26 五月 2020 | 00:53:23,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Environment.h +26 五月 2020 | 00:53:23,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Exception.h +26 五月 2020 | 00:53:23,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\GC.h +26 五月 2020 | 00:53:23,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Math.h +26 五月 2020 | 00:53:23,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MissingMemberException.h +26 五月 2020 | 00:53:23,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoCustomAttrs.h +26 五月 2020 | 00:53:23,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoEnumInfo.h +26 五月 2020 | 00:53:23,942 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoType.h +26 五月 2020 | 00:53:23,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Number.h +26 五月 2020 | 00:53:23,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\NumberFormatter.h +26 五月 2020 | 00:53:23,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Object.h +26 五月 2020 | 00:53:23,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeFieldHandle.h +26 五月 2020 | 00:53:23,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeMethodHandle.h +26 五月 2020 | 00:53:23,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeType.h +26 五月 2020 | 00:53:23,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeTypeHandle.h +26 五月 2020 | 00:53:23,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\String.h +26 五月 2020 | 00:53:23,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TimeSpan.h +26 五月 2020 | 00:53:23,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Type.h +26 五月 2020 | 00:53:23,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TypedReference.h +26 五月 2020 | 00:53:23,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ValueType.h +26 五月 2020 | 00:53:23,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\__ComObject.h +26 五月 2020 | 00:53:23,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics +26 五月 2020 | 00:53:23,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Assert.h +26 五月 2020 | 00:53:23,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Debugger.h +26 五月 2020 | 00:53:23,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackFrame.h +26 五月 2020 | 00:53:23,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackTrace.h +26 五月 2020 | 00:53:23,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization +26 五月 2020 | 00:53:24,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CalendarData.h +26 五月 2020 | 00:53:24,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareInfo.h +26 五月 2020 | 00:53:24,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareOptions.h +26 五月 2020 | 00:53:24,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureData.h +26 五月 2020 | 00:53:24,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfo.h +26 五月 2020 | 00:53:24,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoInternals.h +26 五月 2020 | 00:53:24,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoTables.h +26 五月 2020 | 00:53:24,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\RegionInfo.h +26 五月 2020 | 00:53:24,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO +26 五月 2020 | 00:53:24,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\DriveInfo.h +26 五月 2020 | 00:53:24,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\MonoIO.h +26 五月 2020 | 00:53:24,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\Path.h +26 五月 2020 | 00:53:24,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection +26 五月 2020 | 00:53:24,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Assembly.h +26 五月 2020 | 00:53:24,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\AssemblyName.h +26 五月 2020 | 00:53:24,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\CustomAttributeData.h +26 五月 2020 | 00:53:24,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\FieldInfo.h +26 五月 2020 | 00:53:24,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MemberInfo.h +26 五月 2020 | 00:53:24,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MethodBase.h +26 五月 2020 | 00:53:24,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Module.h +26 五月 2020 | 00:53:24,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoCMethod.h +26 五月 2020 | 00:53:24,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoEventInfo.h +26 五月 2020 | 00:53:24,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoField.h +26 五月 2020 | 00:53:24,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericCMethod.h +26 五月 2020 | 00:53:24,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericClass.h +26 五月 2020 | 00:53:24,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericMethod.h +26 五月 2020 | 00:53:24,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethod.h +26 五月 2020 | 00:53:24,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethodInfo.h +26 五月 2020 | 00:53:24,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoPropertyInfo.h +26 五月 2020 | 00:53:24,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\ParameterInfo.h +26 五月 2020 | 00:53:24,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\RtFieldInfo.h +26 五月 2020 | 00:53:24,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit +26 五月 2020 | 00:53:24,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\AssemblyBuilder.h +26 五月 2020 | 00:53:24,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\CustomAttributeBuilder.h +26 五月 2020 | 00:53:24,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DerivedType.h +26 五月 2020 | 00:53:24,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DynamicMethod.h +26 五月 2020 | 00:53:24,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\EnumBuilder.h +26 五月 2020 | 00:53:24,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\GenericTypeParameterBuilder.h +26 五月 2020 | 00:53:24,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\MethodBuilder.h +26 五月 2020 | 00:53:24,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\ModuleBuilder.h +26 五月 2020 | 00:53:24,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SignatureHelper.h +26 五月 2020 | 00:53:24,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SymbolType.h +26 五月 2020 | 00:53:24,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\TypeBuilder.h +26 五月 2020 | 00:53:24,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices +26 五月 2020 | 00:53:24,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices\RuntimeHelpers.h +26 五月 2020 | 00:53:24,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices +26 五月 2020 | 00:53:24,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\GCHandle.h +26 五月 2020 | 00:53:24,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\Marshal.h +26 五月 2020 | 00:53:24,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting +26 五月 2020 | 00:53:24,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting\RemotingServices.h +26 五月 2020 | 00:53:24,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation +26 五月 2020 | 00:53:24,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation\ActivationServices.h +26 五月 2020 | 00:53:24,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts +26 五月 2020 | 00:53:24,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts\Context.h +26 五月 2020 | 00:53:24,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging +26 五月 2020 | 00:53:24,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\AsyncResult.h +26 五月 2020 | 00:53:24,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\MonoMethodMessage.h +26 五月 2020 | 00:53:24,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies +26 五月 2020 | 00:53:24,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies\RealProxy.h +26 五月 2020 | 00:53:24,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning +26 五月 2020 | 00:53:24,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning\VersioningHelper.h +26 五月 2020 | 00:53:24,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security +26 五月 2020 | 00:53:24,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityFrame.h +26 五月 2020 | 00:53:24,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityManager.h +26 五月 2020 | 00:53:24,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography +26 五月 2020 | 00:53:24,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography\RNGCryptoServiceProvider.h +26 五月 2020 | 00:53:24,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy +26 五月 2020 | 00:53:24,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy\Evidence.h +26 五月 2020 | 00:53:24,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal +26 五月 2020 | 00:53:24,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsIdentity.h +26 五月 2020 | 00:53:24,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsImpersonationContext.h +26 五月 2020 | 00:53:24,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsPrincipal.h +26 五月 2020 | 00:53:24,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text +26 五月 2020 | 00:53:24,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Encoding.h +26 五月 2020 | 00:53:24,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\EncodingHelper.h +26 五月 2020 | 00:53:24,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Normalization.h +26 五月 2020 | 00:53:24,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading +26 五月 2020 | 00:53:24,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Interlocked.h +26 五月 2020 | 00:53:24,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\InternalThread.h +26 五月 2020 | 00:53:24,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Monitor.h +26 五月 2020 | 00:53:24,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Mutex.h +26 五月 2020 | 00:53:24,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\NativeEventCalls.h +26 五月 2020 | 00:53:24,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Thread.h +26 五月 2020 | 00:53:24,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\ThreadPool.h +26 五月 2020 | 00:53:24,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Timer.h +26 五月 2020 | 00:53:24,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\WaitHandle.h +26 五月 2020 | 00:53:24,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-functions.h +26 五月 2020 | 00:53:24,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-types.h +26 五月 2020 | 00:53:24,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-api.h +26 五月 2020 | 00:53:24,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-config.h +26 五月 2020 | 00:53:24,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-debugger.h +26 五月 2020 | 00:53:24,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-metadata.h +26 五月 2020 | 00:53:24,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-string-types.h +26 五月 2020 | 00:53:24,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\libil2cpp.def +26 五月 2020 | 00:53:24,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\libil2cpp.icalls +26 五月 2020 | 00:53:24,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata +26 五月 2020 | 00:53:24,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\ArrayMetadata.h +26 五月 2020 | 00:53:24,308 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\FieldLayout.h +26 五月 2020 | 00:53:24,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMetadata.h +26 五月 2020 | 00:53:24,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMethod.h +26 五月 2020 | 00:53:24,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\GenericSharing.h +26 五月 2020 | 00:53:24,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassCompare.h +26 五月 2020 | 00:53:24,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassHash.h +26 五月 2020 | 00:53:24,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextCompare.h +26 五月 2020 | 00:53:24,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextHash.h +26 五月 2020 | 00:53:24,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstCompare.h +26 五月 2020 | 00:53:24,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstHash.h +26 五月 2020 | 00:53:24,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodCompare.h +26 五月 2020 | 00:53:24,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodHash.h +26 五月 2020 | 00:53:24,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureCompare.h +26 五月 2020 | 00:53:24,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureHash.h +26 五月 2020 | 00:53:24,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeCompare.h +26 五月 2020 | 00:53:24,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeHash.h +26 五月 2020 | 00:53:24,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeVector.h +26 五月 2020 | 00:53:24,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata.h +26 五月 2020 | 00:53:24,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\mono +26 五月 2020 | 00:53:24,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\mono\metadata +26 五月 2020 | 00:53:24,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io-poll.h +26 五月 2020 | 00:53:24,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io.h +26 五月 2020 | 00:53:24,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms.h +26 五月 2020 | 00:53:24,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\normalization-tables.h +26 五月 2020 | 00:53:24,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\number-formatter.h +26 五月 2020 | 00:53:24,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\object-internals.h +26 五月 2020 | 00:53:24,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os +26 五月 2020 | 00:53:24,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Atomic.h +26 五月 2020 | 00:53:24,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\COM.h +26 五月 2020 | 00:53:24,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\ConditionVariable.h +26 五月 2020 | 00:53:24,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Console.h +26 五月 2020 | 00:53:24,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\CpuInfo.h +26 五月 2020 | 00:53:24,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Cryptography.h +26 五月 2020 | 00:53:24,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Debug.h +26 五月 2020 | 00:53:24,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Directory.h +26 五月 2020 | 00:53:24,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Encoding.h +26 五月 2020 | 00:53:24,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Environment.h +26 五月 2020 | 00:53:24,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Error.h +26 五月 2020 | 00:53:24,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\ErrorCodes.h +26 五月 2020 | 00:53:24,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Event.h +26 五月 2020 | 00:53:24,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\File.h +26 五月 2020 | 00:53:24,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\FileSystemWatcher.h +26 五月 2020 | 00:53:24,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Generic +26 五月 2020 | 00:53:24,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Generic\SocketImpl.h +26 五月 2020 | 00:53:24,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Handle.h +26 五月 2020 | 00:53:24,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Image.h +26 五月 2020 | 00:53:24,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Initialize.h +26 五月 2020 | 00:53:24,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\LastError.h +26 五月 2020 | 00:53:24,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\LibraryLoader.h +26 五月 2020 | 00:53:24,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Locale.h +26 五月 2020 | 00:53:24,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\MarshalAlloc.h +26 五月 2020 | 00:53:24,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\MarshalStringAlloc.h +26 五月 2020 | 00:53:24,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Memory.h +26 五月 2020 | 00:53:24,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\MemoryMappedFile.h +26 五月 2020 | 00:53:24,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Messages.h +26 五月 2020 | 00:53:24,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Mutex.h +26 五月 2020 | 00:53:24,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\NativeMethods.h +26 五月 2020 | 00:53:24,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Path.h +26 五月 2020 | 00:53:24,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix +26 五月 2020 | 00:53:24,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\AtomicImpl.h +26 五月 2020 | 00:53:24,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\ConditionVariableImpl.h +26 五月 2020 | 00:53:24,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\Error.h +26 五月 2020 | 00:53:24,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\EventImpl.h +26 五月 2020 | 00:53:24,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\FileHandle.h +26 五月 2020 | 00:53:24,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\MutexImpl.h +26 五月 2020 | 00:53:24,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixHelpers.h +26 五月 2020 | 00:53:24,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixWaitObject.h +26 五月 2020 | 00:53:24,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\SemaphoreImpl.h +26 五月 2020 | 00:53:24,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\SocketImpl.h +26 五月 2020 | 00:53:24,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadImpl.h +26 五月 2020 | 00:53:24,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:24,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Process.h +26 五月 2020 | 00:53:24,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Semaphore.h +26 五月 2020 | 00:53:24,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Socket.h +26 五月 2020 | 00:53:24,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\StackTrace.h +26 五月 2020 | 00:53:24,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Std +26 五月 2020 | 00:53:24,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Std\ThreadImpl.h +26 五月 2020 | 00:53:24,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Thread.h +26 五月 2020 | 00:53:24,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\ThreadLocalValue.h +26 五月 2020 | 00:53:24,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Time.h +26 五月 2020 | 00:53:24,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\TimeZone.h +26 五月 2020 | 00:53:24,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Tizen +26 五月 2020 | 00:53:24,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Tizen\ExtendedAtomicOps.h +26 五月 2020 | 00:53:24,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity +26 五月 2020 | 00:53:24,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\AtomicQueue.h +26 五月 2020 | 00:53:24,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm.h +26 五月 2020 | 00:53:24,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm64.h +26 五月 2020 | 00:53:24,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86-64.h +26 五月 2020 | 00:53:24,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86.h +26 五月 2020 | 00:53:24,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps.h +26 五月 2020 | 00:53:24,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicTypes.h +26 五月 2020 | 00:53:24,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\UnityPlatformConfigure.h +26 五月 2020 | 00:53:24,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WaitStatus.h +26 五月 2020 | 00:53:24,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32 +26 五月 2020 | 00:53:24,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\AtomicImpl.h +26 五月 2020 | 00:53:24,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\ConditionVariableImpl.h +26 五月 2020 | 00:53:24,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\EventImpl.h +26 五月 2020 | 00:53:24,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\MutexImpl.h +26 五月 2020 | 00:53:24,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\SemaphoreImpl.h +26 五月 2020 | 00:53:24,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\SocketImpl.h +26 五月 2020 | 00:53:24,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadImpl.h +26 五月 2020 | 00:53:24,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:24,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHeaders.h +26 五月 2020 | 00:53:24,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHelpers.h +26 五月 2020 | 00:53:24,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WinRT +26 五月 2020 | 00:53:24,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WinRT\SynchronousOperation.h +26 五月 2020 | 00:53:24,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiSharedEmulation.h +26 五月 2020 | 00:53:24,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiWinRTEmulation.h +26 五月 2020 | 00:53:24,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WindowsRuntime.h +26 五月 2020 | 00:53:24,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\tabledefs.h +26 五月 2020 | 00:53:24,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils +26 五月 2020 | 00:53:24,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\BlobReader.h +26 五月 2020 | 00:53:24,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\CallOnce.h +26 五月 2020 | 00:53:24,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Collections.h +26 五月 2020 | 00:53:24,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\DirectoryUtils.h +26 五月 2020 | 00:53:24,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Functional.h +26 五月 2020 | 00:53:24,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\HashUtils.h +26 五月 2020 | 00:53:25,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHStringReference.h +26 五月 2020 | 00:53:25,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashMap.h +26 五月 2020 | 00:53:25,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashSet.h +26 五月 2020 | 00:53:25,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\KeyWrapper.h +26 五月 2020 | 00:53:25,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\MathUtils.h +26 五月 2020 | 00:53:25,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Memory.h +26 五月 2020 | 00:53:25,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\MemoryPool.h +26 五月 2020 | 00:53:25,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\MemoryRead.h +26 五月 2020 | 00:53:25,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\NonCopyable.h +26 五月 2020 | 00:53:25,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Output.h +26 五月 2020 | 00:53:25,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\PathUtils.h +26 五月 2020 | 00:53:25,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\RegisterRuntimeInitializeAndCleanup.h +26 五月 2020 | 00:53:25,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\StringUtils.h +26 五月 2020 | 00:53:25,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\StringView.h +26 五月 2020 | 00:53:25,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\StringViewStream.h +26 五月 2020 | 00:53:25,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\ThreadSafeFreeList.h +26 五月 2020 | 00:53:25,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\dynamic_array.h +26 五月 2020 | 00:53:25,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp +26 五月 2020 | 00:53:25,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source +26 五月 2020 | 00:53:25,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8 +26 五月 2020 | 00:53:25,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\checked.h +26 五月 2020 | 00:53:25,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\core.h +26 五月 2020 | 00:53:25,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\unchecked.h +26 五月 2020 | 00:53:25,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8.h +26 五月 2020 | 00:53:25,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm +26 五月 2020 | 00:53:25,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Array.h +26 五月 2020 | 00:53:25,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Assembly.h +26 五月 2020 | 00:53:25,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\AssemblyName.h +26 五月 2020 | 00:53:25,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Atomic.h +26 五月 2020 | 00:53:25,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\CCW.h +26 五月 2020 | 00:53:25,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\COM.h +26 五月 2020 | 00:53:25,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Class.h +26 五月 2020 | 00:53:25,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\ComUtils.h +26 五月 2020 | 00:53:25,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Debug.h +26 五月 2020 | 00:53:25,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Domain.h +26 五月 2020 | 00:53:25,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Enum.h +26 五月 2020 | 00:53:25,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Environment.h +26 五月 2020 | 00:53:25,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Event.h +26 五月 2020 | 00:53:25,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Exception.h +26 五月 2020 | 00:53:25,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Field.h +26 五月 2020 | 00:53:25,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\GenericClass.h +26 五月 2020 | 00:53:25,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\GenericContainer.h +26 五月 2020 | 00:53:25,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Image.h +26 五月 2020 | 00:53:25,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\InternalCalls.h +26 五月 2020 | 00:53:25,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\LastError.h +26 五月 2020 | 00:53:25,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\LibraryLoader.h +26 五月 2020 | 00:53:25,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Liveness.h +26 五月 2020 | 00:53:25,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MarshalAlloc.h +26 五月 2020 | 00:53:25,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MemoryInformation.h +26 五月 2020 | 00:53:25,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MetadataAlloc.h +26 五月 2020 | 00:53:25,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MetadataCache.h +26 五月 2020 | 00:53:25,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLoader.h +26 五月 2020 | 00:53:25,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLock.h +26 五月 2020 | 00:53:25,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Method.h +26 五月 2020 | 00:53:25,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Module.h +26 五月 2020 | 00:53:25,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Monitor.h +26 五月 2020 | 00:53:25,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Object.h +26 五月 2020 | 00:53:25,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Parameter.h +26 五月 2020 | 00:53:25,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\PlatformInvoke.h +26 五月 2020 | 00:53:25,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Profiler.h +26 五月 2020 | 00:53:25,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Property.h +26 五月 2020 | 00:53:25,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\RCW.h +26 五月 2020 | 00:53:25,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Random.h +26 五月 2020 | 00:53:25,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Reflection.h +26 五月 2020 | 00:53:25,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Runtime.h +26 五月 2020 | 00:53:25,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\StackTrace.h +26 五月 2020 | 00:53:25,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\String.h +26 五月 2020 | 00:53:25,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Thread.h +26 五月 2020 | 00:53:25,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPool.h +26 五月 2020 | 00:53:25,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPoolMs.h +26 五月 2020 | 00:53:25,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Type.h +26 五月 2020 | 00:53:25,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\WaitHandle.h +26 五月 2020 | 00:53:25,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\WindowsRuntime.h +26 五月 2020 | 00:53:25,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\MapFileParser.sh +26 五月 2020 | 00:53:25,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone +26 五月 2020 | 00:53:25,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets +26 五月 2020 | 00:53:25,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset +26 五月 2020 | 00:53:25,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Contents.json +26 五月 2020 | 00:53:25,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-120.png +26 五月 2020 | 00:53:25,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-144.png +26 五月 2020 | 00:53:25,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-152.png +26 五月 2020 | 00:53:25,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-167.png +26 五月 2020 | 00:53:25,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-180.png +26 五月 2020 | 00:53:25,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-72.png +26 五月 2020 | 00:53:25,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-76.png +26 五月 2020 | 00:53:25,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon.png +26 五月 2020 | 00:53:25,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon@2x.png +26 五月 2020 | 00:53:25,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage +26 五月 2020 | 00:53:25,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Contents.json +26 五月 2020 | 00:53:25,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-568h@2x.png +26 五月 2020 | 00:53:25,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-667h@2x.png +26 五月 2020 | 00:53:25,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape.png +26 五月 2020 | 00:53:25,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@2x.png +26 五月 2020 | 00:53:25,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@3x.png +26 五月 2020 | 00:53:25,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait.png +26 五月 2020 | 00:53:25,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@2x.png +26 五月 2020 | 00:53:25,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@3x.png +26 五月 2020 | 00:53:25,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default.png +26 五月 2020 | 00:53:25,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default@2x.png +26 五月 2020 | 00:53:25,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests +26 五月 2020 | 00:53:25,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Info.plist +26 五月 2020 | 00:53:25,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Prefix.pch +26 五月 2020 | 00:53:25,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests\Unity_iPhone_Tests.m +26 五月 2020 | 00:53:25,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests\en.lproj +26 五月 2020 | 00:53:25,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests\en.lproj\InfoPlist.strings +26 五月 2020 | 00:53:25,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj +26 五月 2020 | 00:53:25,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +26 五月 2020 | 00:53:25,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata +26 五月 2020 | 00:53:25,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes +26 五月 2020 | 00:53:25,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes\Unity-iPhone.xcscheme +26 五月 2020 | 00:53:25,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\UnityData.xcassets +26 五月 2020 | 00:53:25,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build +26 五月 2020 | 00:53:25,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build\._Unity-iPhone.build +26 五月 2020 | 00:53:25,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build\Release-iphoneos +26 五月 2020 | 00:53:25,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build\Unity-iPhone.build +26 五月 2020 | 00:53:25,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build\Unity-iPhone.build\Release-iphoneos +26 五月 2020 | 00:53:25,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build\log +26 五月 2020 | 00:53:25,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_exinfo_ui +26 五月 2020 | 00:53:25,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 334. +26 五月 2020 | 00:53:47,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 00:53:48,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.113] pack to oss... +26 五月 2020 | 00:53:49,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.113] upload oss ok! +26 五月 2020 | 00:53:49,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.13] pack to oss... +26 五月 2020 | 00:53:50,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.13] upload oss ok! +26 五月 2020 | 00:55:22,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 00:55:22,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.113] pack to oss... +26 五月 2020 | 00:55:23,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.113] upload oss ok! +26 五月 2020 | 00:55:23,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.13] pack to oss... +26 五月 2020 | 00:55:24,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.13] upload oss ok! +26 五月 2020 | 00:55:42,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 00:55:42,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.113] pack to oss... +26 五月 2020 | 00:55:42,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.113] upload oss ok! +26 五月 2020 | 00:55:42,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.13] pack to oss... +26 五月 2020 | 00:55:43,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.13] upload oss ok! +26 五月 2020 | 00:55:43,837 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:217151ms +26 五月 2020 | 00:58:59,470 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +26 五月 2020 | 00:58:59,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +26 五月 2020 | 00:58:59,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +26 五月 2020 | 00:58:59,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +26 五月 2020 | 00:58:59,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +26 五月 2020 | 00:58:59,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +26 五月 2020 | 00:58:59,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +26 五月 2020 | 00:59:00,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:59:00,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:59:00,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:59:00,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:59:00,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:59:00,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:59:00,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 335. +26 五月 2020 | 00:59:00,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 335. +26 五月 2020 | 00:59:00,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 335. +26 五月 2020 | 00:59:07,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 00:59:07,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.114] pack to oss... +26 五月 2020 | 00:59:10,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.114] upload oss ok! +26 五月 2020 | 01:01:00,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 01:01:00,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.114] pack to oss... +26 五月 2020 | 01:01:01,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 01:01:01,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.114] pack to oss... +26 五月 2020 | 01:01:01,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.114] upload oss ok! +26 五月 2020 | 01:01:01,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.114] upload oss ok! +26 五月 2020 | 01:01:02,025 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:122555ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-28 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-28 new file mode 100644 index 0000000..94469c0 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-28 @@ -0,0 +1,349 @@ +28 五月 2020 | 00:43:21,540 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +28 五月 2020 | 00:43:21,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +28 五月 2020 | 00:43:21,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +28 五月 2020 | 00:43:21,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +28 五月 2020 | 00:43:22,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +28 五月 2020 | 00:43:22,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +28 五月 2020 | 00:43:22,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +28 五月 2020 | 00:43:22,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +28 五月 2020 | 00:43:22,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 00:43:22,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +28 五月 2020 | 00:43:22,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 00:43:22,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 00:43:22,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 00:43:22,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +28 五月 2020 | 00:43:22,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 00:43:22,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 00:43:22,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +28 五月 2020 | 00:43:22,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +28 五月 2020 | 00:43:22,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +28 五月 2020 | 00:43:22,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +28 五月 2020 | 00:43:22,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +28 五月 2020 | 00:43:22,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +28 五月 2020 | 00:43:22,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 337. +28 五月 2020 | 00:43:22,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 337. +28 五月 2020 | 00:43:22,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 337. +28 五月 2020 | 00:43:45,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 00:43:45,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.115] pack to oss... +28 五月 2020 | 00:43:46,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.115] upload oss ok! +28 五月 2020 | 00:43:46,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.14] pack to oss... +28 五月 2020 | 00:43:49,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.14] upload oss ok! +28 五月 2020 | 00:45:39,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 00:45:39,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.115] pack to oss... +28 五月 2020 | 00:45:39,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 00:45:39,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.115] pack to oss... +28 五月 2020 | 00:45:40,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.115] upload oss ok! +28 五月 2020 | 00:45:40,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.14] pack to oss... +28 五月 2020 | 00:45:42,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.14] upload oss ok! +28 五月 2020 | 00:45:44,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.115] upload oss ok! +28 五月 2020 | 00:45:44,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.14] pack to oss... +28 五月 2020 | 00:45:47,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.14] upload oss ok! +28 五月 2020 | 00:45:47,991 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:146453ms +28 五月 2020 | 07:22:21,913 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +28 五月 2020 | 07:22:22,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +28 五月 2020 | 07:22:22,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +28 五月 2020 | 07:22:22,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +28 五月 2020 | 07:22:22,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +28 五月 2020 | 07:22:22,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +28 五月 2020 | 07:22:22,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +28 五月 2020 | 07:22:22,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 07:22:22,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 07:22:22,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 07:22:22,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 07:22:22,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 07:22:22,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 07:22:23,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 338. +28 五月 2020 | 07:22:23,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 338. +28 五月 2020 | 07:22:23,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 338. +28 五月 2020 | 07:22:29,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 07:22:30,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.116] pack to oss... +28 五月 2020 | 07:22:30,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.116] upload oss ok! +28 五月 2020 | 07:24:19,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 07:24:20,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.116] pack to oss... +28 五月 2020 | 07:24:20,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.116] upload oss ok! +28 五月 2020 | 07:24:21,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 07:24:21,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.116] pack to oss... +28 五月 2020 | 07:24:21,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.116] upload oss ok! +28 五月 2020 | 07:24:22,230 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120317ms +28 五月 2020 | 21:27:21,339 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +28 五月 2020 | 21:27:21,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +28 五月 2020 | 21:27:21,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +28 五月 2020 | 21:27:21,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +28 五月 2020 | 21:27:21,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +28 五月 2020 | 21:27:21,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +28 五月 2020 | 21:27:21,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +28 五月 2020 | 21:27:22,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\Main.xml +28 五月 2020 | 21:27:22,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\Main.xml +28 五月 2020 | 21:27:22,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\Main.xml +28 五月 2020 | 21:27:22,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\notice\Cgm_message.xml +28 五月 2020 | 21:27:22,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\notice\Cgm_message.xml +28 五月 2020 | 21:27:22,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\notice\Cgm_message_text.xml +28 五月 2020 | 21:27:22,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\notice\Cgm_message.xml +28 五月 2020 | 21:27:22,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\notice\Cgm_message_text.xml +28 五月 2020 | 21:27:22,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\notice\gg.png +28 五月 2020 | 21:27:22,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\notice\Cgm_message_text.xml +28 五月 2020 | 21:27:22,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\notice\gghd.png +28 五月 2020 | 21:27:22,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\notice\gg.png +28 五月 2020 | 21:27:22,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\notice\gghd.png +28 五月 2020 | 21:27:22,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\notice\gg.png +28 五月 2020 | 21:27:22,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\notice\gghd.png +28 五月 2020 | 21:27:22,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\package.xml +28 五月 2020 | 21:27:22,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\package.xml +28 五月 2020 | 21:27:22,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\package.xml +28 五月 2020 | 21:27:22,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:27:22,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:27:22,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:27:22,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +28 五月 2020 | 21:27:22,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +28 五月 2020 | 21:27:22,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +28 五月 2020 | 21:27:22,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:27:22,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:27:22,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:27:22,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:27:22,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:27:22,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:27:22,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 341. +28 五月 2020 | 21:27:22,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 341. +28 五月 2020 | 21:27:22,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 341. +28 五月 2020 | 21:27:45,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:27:45,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.117] pack to oss... +28 五月 2020 | 21:27:46,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.117] upload oss ok! +28 五月 2020 | 21:27:46,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.58] pack to oss... +28 五月 2020 | 21:27:47,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.58] upload oss ok! +28 五月 2020 | 21:29:34,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:29:34,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.117] pack to oss... +28 五月 2020 | 21:29:35,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.117] upload oss ok! +28 五月 2020 | 21:29:35,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.58] pack to oss... +28 五月 2020 | 21:29:36,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:29:36,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.117] pack to oss... +28 五月 2020 | 21:29:37,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.117] upload oss ok! +28 五月 2020 | 21:29:37,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.58] pack to oss... +28 五月 2020 | 21:29:39,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.58] upload oss ok! +28 五月 2020 | 21:29:50,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.58] upload oss ok! +28 五月 2020 | 21:29:50,936 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:149597ms +28 五月 2020 | 21:36:37,476 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +28 五月 2020 | 21:36:37,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +28 五月 2020 | 21:36:37,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +28 五月 2020 | 21:36:37,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +28 五月 2020 | 21:36:37,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +28 五月 2020 | 21:36:37,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +28 五月 2020 | 21:36:37,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +28 五月 2020 | 21:36:38,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:36:38,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:36:38,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:36:38,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:36:38,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:36:38,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:36:38,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:36:38,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:36:38,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:36:38,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 344. +28 五月 2020 | 21:36:38,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 344. +28 五月 2020 | 21:36:38,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 344. +28 五月 2020 | 21:37:00,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:37:01,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.118] pack to oss... +28 五月 2020 | 21:37:02,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.118] upload oss ok! +28 五月 2020 | 21:37:02,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.59] pack to oss... +28 五月 2020 | 21:37:04,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.59] upload oss ok! +28 五月 2020 | 21:38:52,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:38:52,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.118] pack to oss... +28 五月 2020 | 21:38:52,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:38:52,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.118] pack to oss... +28 五月 2020 | 21:38:53,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.118] upload oss ok! +28 五月 2020 | 21:38:53,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.59] pack to oss... +28 五月 2020 | 21:38:53,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.118] upload oss ok! +28 五月 2020 | 21:38:53,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.59] pack to oss... +28 五月 2020 | 21:38:57,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.59] upload oss ok! +28 五月 2020 | 21:38:57,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.59] upload oss ok! +28 五月 2020 | 21:38:57,586 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:140111ms +28 五月 2020 | 23:50:46,032 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +28 五月 2020 | 23:50:46,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +28 五月 2020 | 23:50:46,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +28 五月 2020 | 23:50:46,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +28 五月 2020 | 23:50:46,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +28 五月 2020 | 23:50:46,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +28 五月 2020 | 23:50:46,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +28 五月 2020 | 23:50:46,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 23:50:46,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 23:50:46,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 23:50:46,780 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 23:50:46,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 23:50:46,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 23:50:46,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +28 五月 2020 | 23:50:46,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +28 五月 2020 | 23:50:46,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +28 五月 2020 | 23:50:46,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +28 五月 2020 | 23:50:46,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +28 五月 2020 | 23:50:46,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +28 五月 2020 | 23:50:46,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +28 五月 2020 | 23:50:46,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +28 五月 2020 | 23:50:46,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +28 五月 2020 | 23:50:46,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Data\Managed\Metadata\global-metadata.dat +28 五月 2020 | 23:50:46,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Data\Managed\Metadata\global-metadata.dat +28 五月 2020 | 23:50:46,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Data\globalgamemanagers +28 五月 2020 | 23:50:46,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Info.plist +28 五月 2020 | 23:50:46,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Data\globalgamemanagers +28 五月 2020 | 23:50:46,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Data\Managed\Metadata\global-metadata.dat +28 五月 2020 | 23:50:46,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +28 五月 2020 | 23:50:46,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Info.plist +28 五月 2020 | 23:50:46,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +28 五月 2020 | 23:50:46,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +28 五月 2020 | 23:50:46,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Data\globalgamemanagers +28 五月 2020 | 23:50:46,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Info.plist +28 五月 2020 | 23:50:46,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +28 五月 2020 | 23:50:46,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_android\.project +28 五月 2020 | 23:50:46,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +28 五月 2020 | 23:50:46,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_android\.settings\org.eclipse.core.resources.prefs +28 五月 2020 | 23:50:46,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_android\.project +28 五月 2020 | 23:50:46,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_android\AndroidManifest.xml +28 五月 2020 | 23:50:46,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_android\.settings\org.eclipse.core.resources.prefs +28 五月 2020 | 23:50:46,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +28 五月 2020 | 23:50:46,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_android\bin\AndroidManifest.xml +28 五月 2020 | 23:50:46,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51 +28 五月 2020 | 23:50:46,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev +28 五月 2020 | 23:50:46,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_android\AndroidManifest.xml +28 五月 2020 | 23:50:46,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\BatteryReceiver.class +28 五月 2020 | 23:50:46,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_android\.project +28 五月 2020 | 23:50:46,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\BuildConfig.class +28 五月 2020 | 23:50:46,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_android\bin\AndroidManifest.xml +28 五月 2020 | 23:50:46,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_android\.settings\org.eclipse.core.resources.prefs +28 五月 2020 | 23:50:46,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\MainActivity.class +28 五月 2020 | 23:50:46,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51 +28 五月 2020 | 23:50:46,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev +28 五月 2020 | 23:50:46,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$attr.class +28 五月 2020 | 23:50:46,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\BatteryReceiver.class +28 五月 2020 | 23:50:46,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$dimen.class +28 五月 2020 | 23:50:46,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\BuildConfig.class +28 五月 2020 | 23:50:46,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$drawable.class +28 五月 2020 | 23:50:46,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_android\AndroidManifest.xml +28 五月 2020 | 23:50:46,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\MainActivity.class +28 五月 2020 | 23:50:46,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$id.class +28 五月 2020 | 23:50:46,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_android\bin\AndroidManifest.xml +28 五月 2020 | 23:50:46,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$menu.class +28 五月 2020 | 23:50:46,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$attr.class +28 五月 2020 | 23:50:46,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51 +28 五月 2020 | 23:50:46,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$string.class +28 五月 2020 | 23:50:46,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev +28 五月 2020 | 23:50:46,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$dimen.class +28 五月 2020 | 23:50:46,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$style.class +28 五月 2020 | 23:50:46,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\BatteryReceiver.class +28 五月 2020 | 23:50:46,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$drawable.class +28 五月 2020 | 23:50:46,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$xml.class +28 五月 2020 | 23:50:46,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\BuildConfig.class +28 五月 2020 | 23:50:46,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$id.class +28 五月 2020 | 23:50:46,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R.class +28 五月 2020 | 23:50:46,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$menu.class +28 五月 2020 | 23:50:46,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\MainActivity.class +28 五月 2020 | 23:50:46,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity$1.class +28 五月 2020 | 23:50:46,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$attr.class +28 五月 2020 | 23:50:46,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$string.class +28 五月 2020 | 23:50:46,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity.class +28 五月 2020 | 23:50:46,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$dimen.class +28 五月 2020 | 23:50:46,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$style.class +28 五月 2020 | 23:50:46,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\UnityPlayerNativeActivity.class +28 五月 2020 | 23:50:46,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$drawable.class +28 五月 2020 | 23:50:46,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$xml.class +28 五月 2020 | 23:50:46,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\UnityPlayerProxyActivity.class +28 五月 2020 | 23:50:46,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\wxapi +28 五月 2020 | 23:50:46,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$id.class +28 五月 2020 | 23:50:46,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R.class +28 五月 2020 | 23:50:46,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\wxapi\Constants.class +28 五月 2020 | 23:50:46,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity$1.class +28 五月 2020 | 23:50:46,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$menu.class +28 五月 2020 | 23:50:47,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\wxapi\WXAPI.class +28 五月 2020 | 23:50:47,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity.class +28 五月 2020 | 23:50:47,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$string.class +28 五月 2020 | 23:50:47,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\wxapi\WXEntryActivity.class +28 五月 2020 | 23:50:47,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\UnityPlayerNativeActivity.class +28 五月 2020 | 23:50:47,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$style.class +28 五月 2020 | 23:50:47,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\UnityPlayerProxyActivity.class +28 五月 2020 | 23:50:47,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$xml.class +28 五月 2020 | 23:50:47,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\wxapi +28 五月 2020 | 23:50:47,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R.class +28 五月 2020 | 23:50:47,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\wxapi\Constants.class +28 五月 2020 | 23:50:47,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity$1.class +28 五月 2020 | 23:50:47,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\wxapi\WXAPI.class +28 五月 2020 | 23:50:47,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\wxapi\WXEntryActivity.class +28 五月 2020 | 23:50:47,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity.class +28 五月 2020 | 23:50:47,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\UnityPlayerNativeActivity.class +28 五月 2020 | 23:50:47,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\UnityPlayerProxyActivity.class +28 五月 2020 | 23:50:47,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\wxapi +28 五月 2020 | 23:50:47,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\wxapi\Constants.class +28 五月 2020 | 23:50:47,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\wxapi\WXAPI.class +28 五月 2020 | 23:50:47,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\wxapi\WXEntryActivity.class +28 五月 2020 | 23:50:47,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\gen\com\qp51 +28 五月 2020 | 23:50:47,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\gen\com\qp51\dev +28 五月 2020 | 23:50:47,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\gen\com\qp51\dev\BuildConfig.java +28 五月 2020 | 23:50:47,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\gen\com\qp51\dev\R.java +28 五月 2020 | 23:50:47,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\gen\com\qp51 +28 五月 2020 | 23:50:47,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\gen\com\qp51\dev +28 五月 2020 | 23:50:47,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_android\project.properties +28 五月 2020 | 23:50:47,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\gen\com\qp51\dev\BuildConfig.java +28 五月 2020 | 23:50:47,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\res\drawable-ldpi +28 五月 2020 | 23:50:47,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\gen\com\qp51\dev\R.java +28 五月 2020 | 23:50:47,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\res\drawable-mdpi +28 五月 2020 | 23:50:47,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\res\drawable-xhdpi +28 五月 2020 | 23:50:47,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\res\drawable-xxhdpi +28 五月 2020 | 23:50:47,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\res\layout +28 五月 2020 | 23:50:47,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51 +28 五月 2020 | 23:50:47,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev +28 五月 2020 | 23:50:47,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\gen\com\qp51 +28 五月 2020 | 23:50:47,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\gen\com\qp51\dev +28 五月 2020 | 23:50:47,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_android\project.properties +28 五月 2020 | 23:50:47,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\BatteryReceiver.java +28 五月 2020 | 23:50:47,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\res\drawable-ldpi +28 五月 2020 | 23:50:47,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\gen\com\qp51\dev\BuildConfig.java +28 五月 2020 | 23:50:47,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\MainActivity.java +28 五月 2020 | 23:50:47,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\gen\com\qp51\dev\R.java +28 五月 2020 | 23:50:47,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\res\drawable-mdpi +28 五月 2020 | 23:50:47,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\UnityPlayerActivity.java +28 五月 2020 | 23:50:47,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\res\drawable-xhdpi +28 五月 2020 | 23:50:47,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\res\drawable-xxhdpi +28 五月 2020 | 23:50:47,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\UnityPlayerNativeActivity.java +28 五月 2020 | 23:50:47,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\res\layout +28 五月 2020 | 23:50:47,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\UnityPlayerProxyActivity.java +28 五月 2020 | 23:50:47,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\wxapi +28 五月 2020 | 23:50:47,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51 +28 五月 2020 | 23:50:47,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev +28 五月 2020 | 23:50:47,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_android\project.properties +28 五月 2020 | 23:50:47,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\wxapi\Constants.java +28 五月 2020 | 23:50:47,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\BatteryReceiver.java +28 五月 2020 | 23:50:47,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\res\drawable-ldpi +28 五月 2020 | 23:50:47,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\wxapi\WXAPI.java +28 五月 2020 | 23:50:47,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\MainActivity.java +28 五月 2020 | 23:50:47,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\res\drawable-mdpi +28 五月 2020 | 23:50:47,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\wxapi\WXEntryActivity.java +28 五月 2020 | 23:50:47,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\res\drawable-xhdpi +28 五月 2020 | 23:50:47,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\UnityPlayerActivity.java +28 五月 2020 | 23:50:47,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\res\drawable-xxhdpi +28 五月 2020 | 23:50:47,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\UnityPlayerNativeActivity.java +28 五月 2020 | 23:50:47,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\res\layout +28 五月 2020 | 23:50:47,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\UnityPlayerProxyActivity.java +28 五月 2020 | 23:50:47,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51 +28 五月 2020 | 23:50:47,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\wxapi +28 五月 2020 | 23:50:47,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev +28 五月 2020 | 23:50:47,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\wxapi\Constants.java +28 五月 2020 | 23:50:47,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\BatteryReceiver.java +28 五月 2020 | 23:50:47,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\wxapi\WXAPI.java +28 五月 2020 | 23:50:47,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\MainActivity.java +28 五月 2020 | 23:50:47,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\wxapi\WXEntryActivity.java +28 五月 2020 | 23:50:47,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\UnityPlayerActivity.java +28 五月 2020 | 23:50:47,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\UnityPlayerNativeActivity.java +28 五月 2020 | 23:50:47,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\UnityPlayerProxyActivity.java +28 五月 2020 | 23:50:47,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\wxapi +28 五月 2020 | 23:50:47,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\wxapi\Constants.java +28 五月 2020 | 23:50:47,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\wxapi\WXAPI.java +28 五月 2020 | 23:50:47,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\wxapi\WXEntryActivity.java +28 五月 2020 | 23:50:47,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 347. +28 五月 2020 | 23:50:47,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 347. +28 五月 2020 | 23:50:47,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 347. +28 五月 2020 | 23:50:53,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 23:50:54,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.119] pack to oss... +28 五月 2020 | 23:50:55,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.119] upload oss ok! +28 五月 2020 | 23:52:41,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 23:52:42,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.119] pack to oss... +28 五月 2020 | 23:52:43,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.119] upload oss ok! +28 五月 2020 | 23:52:46,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 23:52:46,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.119] pack to oss... +28 五月 2020 | 23:52:47,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.119] upload oss ok! +28 五月 2020 | 23:52:47,955 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:121925ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-29 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-29 new file mode 100644 index 0000000..ba17d10 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-29 @@ -0,0 +1,26 @@ +29 五月 2020 | 00:27:24,446 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 五月 2020 | 00:27:24,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 五月 2020 | 00:27:24,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 五月 2020 | 00:27:24,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 五月 2020 | 00:27:24,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 五月 2020 | 00:27:24,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 五月 2020 | 00:27:24,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 五月 2020 | 00:27:25,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +29 五月 2020 | 00:27:25,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +29 五月 2020 | 00:27:25,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +29 五月 2020 | 00:27:25,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +29 五月 2020 | 00:27:25,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +29 五月 2020 | 00:27:25,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +29 五月 2020 | 00:27:25,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 348. +29 五月 2020 | 00:27:25,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 348. +29 五月 2020 | 00:27:25,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 348. +29 五月 2020 | 00:27:31,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 五月 2020 | 00:27:32,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.120] pack to oss... +29 五月 2020 | 00:27:35,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.120] upload oss ok! +29 五月 2020 | 00:29:21,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 五月 2020 | 00:29:22,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.120] pack to oss... +29 五月 2020 | 00:29:23,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.120] upload oss ok! +29 五月 2020 | 00:29:26,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 五月 2020 | 00:29:26,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.120] pack to oss... +29 五月 2020 | 00:29:27,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.120] upload oss ok! +29 五月 2020 | 00:29:27,634 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:123188ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-31 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-31 new file mode 100644 index 0000000..5ba406e --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-05-31 @@ -0,0 +1,23 @@ +31 五月 2020 | 13:06:30,278 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +31 五月 2020 | 13:06:30,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +31 五月 2020 | 13:06:30,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +31 五月 2020 | 13:06:30,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +31 五月 2020 | 13:06:30,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +31 五月 2020 | 13:06:30,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +31 五月 2020 | 13:06:30,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +31 五月 2020 | 13:06:31,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +31 五月 2020 | 13:06:31,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +31 五月 2020 | 13:06:31,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +31 五月 2020 | 13:06:31,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 349. +31 五月 2020 | 13:06:31,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 349. +31 五月 2020 | 13:06:31,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 349. +31 五月 2020 | 13:06:38,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +31 五月 2020 | 13:06:38,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.121] pack to oss... +31 五月 2020 | 13:06:39,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.121] upload oss ok! +31 五月 2020 | 13:08:30,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +31 五月 2020 | 13:08:30,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +31 五月 2020 | 13:08:31,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.121] pack to oss... +31 五月 2020 | 13:08:31,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.121] pack to oss... +31 五月 2020 | 13:08:34,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.121] upload oss ok! +31 五月 2020 | 13:08:34,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.121] upload oss ok! +31 五月 2020 | 13:08:34,910 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:124634ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-01 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-01 new file mode 100644 index 0000000..b4ba2b4 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-01 @@ -0,0 +1,92 @@ +01 六月 2020 | 22:27:18,810 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 六月 2020 | 22:27:19,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 六月 2020 | 22:27:19,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 六月 2020 | 22:27:19,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 六月 2020 | 22:27:19,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 六月 2020 | 22:27:19,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 六月 2020 | 22:27:19,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 六月 2020 | 22:27:19,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 22:27:19,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 22:27:19,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 22:27:21,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 22:27:22,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.6] pack to oss... +01 六月 2020 | 22:27:22,384 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\login\asset_pack1.0.6.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 六月 2020 | 22:27:36,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 22:27:36,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.6] pack to oss... +01 六月 2020 | 22:27:37,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 22:27:37,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.6] pack to oss... +01 六月 2020 | 22:27:37,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.6] upload oss ok! +01 六月 2020 | 22:27:37,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.6] upload oss ok! +01 六月 2020 | 22:27:37,723 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:18914ms +01 六月 2020 | 23:20:02,017 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 六月 2020 | 23:20:02,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 六月 2020 | 23:20:02,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 六月 2020 | 23:20:02,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 六月 2020 | 23:20:02,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 六月 2020 | 23:20:02,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 六月 2020 | 23:20:02,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 六月 2020 | 23:20:02,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 23:20:02,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 23:20:02,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 23:20:04,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:20:05,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.122] pack to oss... +01 六月 2020 | 23:20:05,176 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.122.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 六月 2020 | 23:22:02,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:22:02,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.122] pack to oss... +01 六月 2020 | 23:22:03,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.122] upload oss ok! +01 六月 2020 | 23:22:04,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:22:04,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.122] pack to oss... +01 六月 2020 | 23:22:04,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.122] upload oss ok! +01 六月 2020 | 23:22:05,188 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:123171ms +01 六月 2020 | 23:36:01,604 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 六月 2020 | 23:36:01,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 六月 2020 | 23:36:01,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 六月 2020 | 23:36:01,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 六月 2020 | 23:36:02,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 六月 2020 | 23:36:02,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 六月 2020 | 23:36:02,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 六月 2020 | 23:36:02,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +01 六月 2020 | 23:36:02,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +01 六月 2020 | 23:36:02,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\ProjectSettings\GraphicsSettings.asset +01 六月 2020 | 23:36:02,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\ProjectSettings\GraphicsSettings.asset +01 六月 2020 | 23:36:02,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | G E:\wb_pro\wb_win\wb_unity_pro\ProjectSettings\GraphicsSettings.asset +01 六月 2020 | 23:36:02,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\ProjectSettings\ProjectSettings.asset +01 六月 2020 | 23:36:02,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\ProjectSettings\ProjectSettings.asset +01 六月 2020 | 23:36:02,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | G E:\wb_pro\wb_android\wb_unity_pro\ProjectSettings\ProjectSettings.asset +01 六月 2020 | 23:36:02,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 350. +01 六月 2020 | 23:36:02,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 350. +01 六月 2020 | 23:36:02,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 350. +01 六月 2020 | 23:36:04,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:36:05,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.123] pack to oss... +01 六月 2020 | 23:36:05,376 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.123.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 六月 2020 | 23:38:04,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:38:04,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.123] pack to oss... +01 六月 2020 | 23:38:04,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.123] upload oss ok! +01 六月 2020 | 23:38:06,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:38:06,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.123] pack to oss... +01 六月 2020 | 23:38:07,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.123] upload oss ok! +01 六月 2020 | 23:38:08,033 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:126429ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-02 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-02 new file mode 100644 index 0000000..ccbf2bf --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-02 @@ -0,0 +1,143 @@ +02 六月 2020 | 14:24:22,647 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 六月 2020 | 14:24:22,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 六月 2020 | 14:24:22,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 六月 2020 | 14:24:22,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 六月 2020 | 14:24:23,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 六月 2020 | 14:24:23,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 六月 2020 | 14:24:23,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 六月 2020 | 14:24:23,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 14:24:23,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 14:24:23,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 14:24:23,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas_xyf8bm.png +02 六月 2020 | 14:24:23,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 14:24:23,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas_xyf8bm.png +02 六月 2020 | 14:24:23,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas0.png +02 六月 2020 | 14:24:23,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 14:24:23,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas_xyf8bm.png +02 六月 2020 | 14:24:23,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 14:24:23,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas0.png +02 六月 2020 | 14:24:23,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas0.png +02 六月 2020 | 14:24:23,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +02 六月 2020 | 14:24:23,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +02 六月 2020 | 14:24:23,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +02 六月 2020 | 14:24:23,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +02 六月 2020 | 14:24:23,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +02 六月 2020 | 14:24:23,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +02 六月 2020 | 14:24:24,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 351. +02 六月 2020 | 14:24:24,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 351. +02 六月 2020 | 14:24:24,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 351. +02 六月 2020 | 14:24:25,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 14:24:25,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.124] pack to oss... +02 六月 2020 | 14:24:25,270 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.124.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +02 六月 2020 | 14:26:42,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 14:26:42,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.124] pack to oss... +02 六月 2020 | 14:26:43,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.124] upload oss ok! +02 六月 2020 | 14:26:43,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.15] pack to oss... +02 六月 2020 | 14:26:44,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.15] upload oss ok! +02 六月 2020 | 14:26:44,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 14:26:44,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.124] pack to oss... +02 六月 2020 | 14:26:45,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.124] upload oss ok! +02 六月 2020 | 14:26:45,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.15] pack to oss... +02 六月 2020 | 14:26:46,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.15] upload oss ok! +02 六月 2020 | 14:26:47,036 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:144391ms +02 六月 2020 | 16:02:55,079 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 六月 2020 | 16:02:55,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 六月 2020 | 16:02:55,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 六月 2020 | 16:02:55,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 六月 2020 | 16:02:55,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 六月 2020 | 16:02:55,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 六月 2020 | 16:02:55,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 六月 2020 | 16:02:55,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 351. +02 六月 2020 | 16:02:55,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 351. +02 六月 2020 | 16:02:55,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 351. +02 六月 2020 | 16:02:57,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 16:02:57,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.7] pack to oss... +02 六月 2020 | 16:02:57,402 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\embed\asset_pack1.0.7.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +02 六月 2020 | 16:03:10,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 16:03:10,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.7] pack to oss... +02 六月 2020 | 16:03:10,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 16:03:10,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.7] pack to oss... +02 六月 2020 | 16:03:12,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.7] upload oss ok! +02 六月 2020 | 16:03:12,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.7] upload oss ok! +02 六月 2020 | 16:03:13,087 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:18009ms +02 六月 2020 | 17:43:41,367 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 六月 2020 | 17:43:41,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 六月 2020 | 17:43:41,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 六月 2020 | 17:43:41,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 六月 2020 | 17:43:41,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 六月 2020 | 17:43:41,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 六月 2020 | 17:43:41,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 六月 2020 | 17:43:42,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 17:43:42,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 17:43:42,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 17:43:42,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 17:43:42,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 17:43:42,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 17:43:42,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 352. +02 六月 2020 | 17:43:42,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 352. +02 六月 2020 | 17:43:42,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 352. +02 六月 2020 | 17:43:44,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:43:44,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.16] pack to oss... +02 六月 2020 | 17:43:44,791 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\lobby\asset_pack1.0.16.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +02 六月 2020 | 17:44:07,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:44:07,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.16] pack to oss... +02 六月 2020 | 17:44:08,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:44:08,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.16] pack to oss... +02 六月 2020 | 17:44:09,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.16] upload oss ok! +02 六月 2020 | 17:44:11,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.16] upload oss ok! +02 六月 2020 | 17:44:12,037 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:30670ms +02 六月 2020 | 17:46:05,477 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +02 六月 2020 | 17:46:05,530 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +02 六月 2020 | 17:46:05,530 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +02 六月 2020 | 17:46:05,530 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +02 六月 2020 | 17:46:05,616 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 六月 2020 | 17:46:05,623 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 六月 2020 | 17:46:05,637 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 六月 2020 | 17:46:05,931 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +02 六月 2020 | 17:46:05,942 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +02 六月 2020 | 17:46:05,951 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +02 六月 2020 | 17:46:06,330 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 353. +02 六月 2020 | 17:46:06,348 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 353. +02 六月 2020 | 17:46:06,368 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 353. +02 六月 2020 | 17:46:07,871 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:46:08,369 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.22] pack to oss... +02 六月 2020 | 17:46:08,382 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\extend\poker\runfast\asset_pack1.0.22.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +02 六月 2020 | 17:46:42,695 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:46:42,698 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.22] pack to oss... +02 六月 2020 | 17:46:43,130 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:46:43,133 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.22] pack to oss... +02 六月 2020 | 17:46:45,761 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.22] upload oss ok! +02 六月 2020 | 17:46:47,538 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.22] upload oss ok! +02 六月 2020 | 17:46:47,731 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:42254ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-03 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-03 new file mode 100644 index 0000000..93243fd --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-03 @@ -0,0 +1,62 @@ +03 六月 2020 | 20:03:34,362 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +03 六月 2020 | 20:03:34,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +03 六月 2020 | 20:03:34,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +03 六月 2020 | 20:03:34,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +03 六月 2020 | 20:03:34,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 六月 2020 | 20:03:34,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 六月 2020 | 20:03:34,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 六月 2020 | 20:03:35,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +03 六月 2020 | 20:03:35,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +03 六月 2020 | 20:03:35,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +03 六月 2020 | 20:03:35,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 354. +03 六月 2020 | 20:03:35,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 354. +03 六月 2020 | 20:03:35,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 354. +03 六月 2020 | 20:03:37,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 20:03:37,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.125] pack to oss... +03 六月 2020 | 20:03:37,869 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.125.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +03 六月 2020 | 20:05:30,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 20:05:30,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.125] pack to oss... +03 六月 2020 | 20:05:31,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.125] upload oss ok! +03 六月 2020 | 20:05:32,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 20:05:32,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.125] pack to oss... +03 六月 2020 | 20:05:33,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.125] upload oss ok! +03 六月 2020 | 20:05:33,984 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:119626ms +03 六月 2020 | 23:25:05,883 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +03 六月 2020 | 23:25:06,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +03 六月 2020 | 23:25:06,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +03 六月 2020 | 23:25:06,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +03 六月 2020 | 23:25:06,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 六月 2020 | 23:25:06,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 六月 2020 | 23:25:06,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 六月 2020 | 23:25:06,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 六月 2020 | 23:25:06,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 六月 2020 | 23:25:06,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 六月 2020 | 23:25:07,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 355. +03 六月 2020 | 23:25:07,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 355. +03 六月 2020 | 23:25:07,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 355. +03 六月 2020 | 23:25:08,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 23:25:09,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.126] pack to oss... +03 六月 2020 | 23:25:09,355 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.126.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +03 六月 2020 | 23:27:06,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 23:27:06,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.126] pack to oss... +03 六月 2020 | 23:27:08,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 23:27:08,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.126] pack to oss... +03 六月 2020 | 23:27:08,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.126] upload oss ok! +03 六月 2020 | 23:27:09,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.126] upload oss ok! +03 六月 2020 | 23:27:09,822 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:123940ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-04 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-04 new file mode 100644 index 0000000..fe4261f --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-04 @@ -0,0 +1,60 @@ +04 六月 2020 | 11:42:06,671 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +04 六月 2020 | 11:42:07,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +04 六月 2020 | 11:42:07,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +04 六月 2020 | 11:42:07,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +04 六月 2020 | 11:42:07,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +04 六月 2020 | 11:42:07,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +04 六月 2020 | 11:42:07,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +04 六月 2020 | 11:42:07,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 11:42:07,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 11:42:07,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 11:42:14,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 11:42:15,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.127] pack to oss... +04 六月 2020 | 11:42:17,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.127] upload oss ok! +04 六月 2020 | 11:44:06,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 11:44:07,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.127] pack to oss... +04 六月 2020 | 11:44:08,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.127] upload oss ok! +04 六月 2020 | 11:44:08,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 11:44:08,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.127] pack to oss... +04 六月 2020 | 11:44:09,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.127] upload oss ok! +04 六月 2020 | 11:44:09,857 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:123187ms +04 六月 2020 | 12:01:29,762 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +04 六月 2020 | 12:01:30,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +04 六月 2020 | 12:01:30,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +04 六月 2020 | 12:01:30,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +04 六月 2020 | 12:01:30,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +04 六月 2020 | 12:01:30,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +04 六月 2020 | 12:01:30,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +04 六月 2020 | 12:01:30,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:01:30,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:01:30,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:01:56,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:01:56,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.17] pack to oss... +04 六月 2020 | 12:01:56,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:01:56,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.17] pack to oss... +04 六月 2020 | 12:01:58,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:01:58,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.17] pack to oss... +04 六月 2020 | 12:02:05,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.17] upload oss ok! +04 六月 2020 | 12:02:10,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.17] upload oss ok! +04 六月 2020 | 12:02:11,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.17] upload oss ok! +04 六月 2020 | 12:02:11,454 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:41692ms +04 六月 2020 | 12:04:40,358 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +04 六月 2020 | 12:04:40,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +04 六月 2020 | 12:04:40,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +04 六月 2020 | 12:04:40,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +04 六月 2020 | 12:04:40,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +04 六月 2020 | 12:04:40,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +04 六月 2020 | 12:04:40,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +04 六月 2020 | 12:04:41,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:04:41,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:04:41,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:04:58,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:04:58,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.8] pack to oss... +04 六月 2020 | 12:04:58,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:04:58,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.8] pack to oss... +04 六月 2020 | 12:04:58,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.8] upload oss ok! +04 六月 2020 | 12:05:00,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:05:00,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.8] pack to oss... +04 六月 2020 | 12:05:02,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.8] upload oss ok! +04 六月 2020 | 12:05:08,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.8] upload oss ok! +04 六月 2020 | 12:05:08,359 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:28001ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-05 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-05 new file mode 100644 index 0000000..a7656b6 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-05 @@ -0,0 +1,185 @@ +05 六月 2020 | 15:26:12,641 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 六月 2020 | 15:26:12,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 六月 2020 | 15:26:12,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 六月 2020 | 15:26:12,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 六月 2020 | 15:26:13,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 六月 2020 | 15:26:13,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 六月 2020 | 15:26:13,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 六月 2020 | 15:26:13,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +05 六月 2020 | 15:26:13,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +05 六月 2020 | 15:26:13,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +05 六月 2020 | 15:26:13,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +05 六月 2020 | 15:26:13,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +05 六月 2020 | 15:26:13,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +05 六月 2020 | 15:26:13,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +05 六月 2020 | 15:26:13,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +05 六月 2020 | 15:26:13,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 15:26:13,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 15:26:13,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +05 六月 2020 | 15:26:13,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 15:26:13,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +05 六月 2020 | 15:26:13,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +05 六月 2020 | 15:26:13,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +05 六月 2020 | 15:26:13,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +05 六月 2020 | 15:26:13,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\ControllerManager.lua +05 六月 2020 | 15:26:13,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\ControllerManager.lua +05 六月 2020 | 15:26:13,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +05 六月 2020 | 15:26:13,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +05 六月 2020 | 15:26:13,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +05 六月 2020 | 15:26:13,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +05 六月 2020 | 15:26:13,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\ControllerManager.lua +05 六月 2020 | 15:26:13,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +05 六月 2020 | 15:26:13,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Hotupdate\denglu_bg_01.png +05 六月 2020 | 15:26:13,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Hotupdate\denglu_bg_01.png +05 六月 2020 | 15:26:13,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Hotupdate\package.xml +05 六月 2020 | 15:26:13,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Hotupdate\package.xml +05 六月 2020 | 15:26:13,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\Main.xml +05 六月 2020 | 15:26:13,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\Btn_join_room.xml +05 六月 2020 | 15:26:13,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\Btn_menu.xml +05 六月 2020 | 15:26:13,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\Btn_menu_top.xml +05 六月 2020 | 15:26:13,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\Main.xml +05 六月 2020 | 15:26:13,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\Btn_more_game.xml +05 六月 2020 | 15:26:13,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\Btn_join_room.xml +05 六月 2020 | 15:26:13,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\Btn_more_group.xml +05 六月 2020 | 15:26:13,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\club_more.png +05 六月 2020 | 15:26:13,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\Btn_menu.xml +05 六月 2020 | 15:26:13,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\d06.png +05 六月 2020 | 15:26:13,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\Btn_menu_top.xml +05 六月 2020 | 15:26:13,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\exit_icon.png +05 六月 2020 | 15:26:13,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\Btn_more_game.xml +05 六月 2020 | 15:26:13,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\Btn_more_group.xml +05 六月 2020 | 15:26:13,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\game_item_bg.png +05 六月 2020 | 15:26:13,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\index_icon_05.png +05 六月 2020 | 15:26:13,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\club_more.png +05 六月 2020 | 15:26:13,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\index_icon_06.png +05 六月 2020 | 15:26:13,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Hotupdate\denglu_bg_01.png +05 六月 2020 | 15:26:13,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\d06.png +05 六月 2020 | 15:26:13,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\index_icon_07.png +05 六月 2020 | 15:26:13,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Hotupdate\package.xml +05 六月 2020 | 15:26:13,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\exit_icon.png +05 六月 2020 | 15:26:13,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\index_icon_08.png +05 六月 2020 | 15:26:13,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\game_item_bg.png +05 六月 2020 | 15:26:13,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\join_room_horizen.png +05 六月 2020 | 15:26:13,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\more_game.png +05 六月 2020 | 15:26:13,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\Main.xml +05 六月 2020 | 15:26:13,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\index_icon_05.png +05 六月 2020 | 15:26:13,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\notice_btn.png +05 六月 2020 | 15:26:13,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\Btn_join_room.xml +05 六月 2020 | 15:26:13,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\index_icon_06.png +05 六月 2020 | 15:26:13,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\setting_icon.png +05 六月 2020 | 15:26:13,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\Btn_menu.xml +05 六月 2020 | 15:26:13,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\index_icon_07.png +05 六月 2020 | 15:26:13,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\Btn_menu_top.xml +05 六月 2020 | 15:26:13,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\index_icon_08.png +05 六月 2020 | 15:26:13,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\Btn_more_game.xml +05 六月 2020 | 15:26:13,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\Btn_more_group.xml +05 六月 2020 | 15:26:13,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\join_room_horizen.png +05 六月 2020 | 15:26:13,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\club_more.png +05 六月 2020 | 15:26:13,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\more_game.png +05 六月 2020 | 15:26:13,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\d06.png +05 六月 2020 | 15:26:13,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\notice_btn.png +05 六月 2020 | 15:26:13,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\image\address_icon.png +05 六月 2020 | 15:26:13,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\exit_icon.png +05 六月 2020 | 15:26:13,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\setting_icon.png +05 六月 2020 | 15:26:13,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\image\phone_number.png +05 六月 2020 | 15:26:13,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\game_item_bg.png +05 六月 2020 | 15:26:13,813 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\image\real_auth_icon.png +05 六月 2020 | 15:26:13,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\index_icon_05.png +05 六月 2020 | 15:26:13,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\item_user.xml +05 六月 2020 | 15:26:13,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\index_icon_06.png +05 六月 2020 | 15:26:13,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\index_icon_07.png +05 六月 2020 | 15:26:13,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\images\index\left_mine_bg.png +05 六月 2020 | 15:26:13,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\index_icon_08.png +05 六月 2020 | 15:26:13,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\image\address_icon.png +05 六月 2020 | 15:26:13,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\join_room_horizen.png +05 六月 2020 | 15:26:13,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\image\phone_number.png +05 六月 2020 | 15:26:13,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\more_game.png +05 六月 2020 | 15:26:13,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\image\real_auth_icon.png +05 六月 2020 | 15:26:13,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\notice_btn.png +05 六月 2020 | 15:26:13,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\item_user.xml +05 六月 2020 | 15:26:13,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\setting_icon.png +05 六月 2020 | 15:26:13,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\images\index\left_mine_bg.png +05 六月 2020 | 15:26:13,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\image\address_icon.png +05 六月 2020 | 15:26:13,864 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\image\phone_number.png +05 六月 2020 | 15:26:13,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\image\real_auth_icon.png +05 六月 2020 | 15:26:13,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\item_user.xml +05 六月 2020 | 15:26:13,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\images\index\left_mine_bg.png +05 六月 2020 | 15:26:14,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 358. +05 六月 2020 | 15:26:14,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +05 六月 2020 | 15:26:14,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Text conflicts: 4 +05 六月 2020 | 15:26:14,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 358. +05 六月 2020 | 15:26:14,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 358. +05 六月 2020 | 15:26:50,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 15:26:50,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.128] pack to oss... +05 六月 2020 | 15:26:51,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.128] upload oss ok! +05 六月 2020 | 15:26:51,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.7] pack to oss... +05 六月 2020 | 15:26:52,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.7] upload oss ok! +05 六月 2020 | 15:26:52,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.18] pack to oss... +05 六月 2020 | 15:26:56,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.18] upload oss ok! +05 六月 2020 | 15:26:56,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.9] pack to oss... +05 六月 2020 | 15:26:56,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.9] upload oss ok! +05 六月 2020 | 15:28:44,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 15:28:44,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.128] pack to oss... +05 六月 2020 | 15:28:45,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 15:28:45,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.128] pack to oss... +05 六月 2020 | 15:28:46,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.128] upload oss ok! +05 六月 2020 | 15:28:46,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.7] pack to oss... +05 六月 2020 | 15:28:47,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.128] upload oss ok! +05 六月 2020 | 15:28:47,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.7] pack to oss... +05 六月 2020 | 15:28:47,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.7] upload oss ok! +05 六月 2020 | 15:28:47,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.18] pack to oss... +05 六月 2020 | 15:28:48,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.7] upload oss ok! +05 六月 2020 | 15:28:48,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.18] pack to oss... +05 六月 2020 | 15:28:51,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.18] upload oss ok! +05 六月 2020 | 15:28:51,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.9] pack to oss... +05 六月 2020 | 15:28:55,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.18] upload oss ok! +05 六月 2020 | 15:28:55,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.9] pack to oss... +05 六月 2020 | 15:28:58,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.9] upload oss ok! +05 六月 2020 | 15:29:00,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.9] upload oss ok! +05 六月 2020 | 15:29:00,370 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:167729ms +05 六月 2020 | 17:17:13,791 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 六月 2020 | 17:17:14,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 六月 2020 | 17:17:14,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 六月 2020 | 17:17:14,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 六月 2020 | 17:17:14,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 六月 2020 | 17:17:14,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 六月 2020 | 17:17:14,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 六月 2020 | 17:17:14,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +05 六月 2020 | 17:17:14,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +05 六月 2020 | 17:17:14,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 17:17:14,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +05 六月 2020 | 17:17:14,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +05 六月 2020 | 17:17:14,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +05 六月 2020 | 17:17:14,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +05 六月 2020 | 17:17:14,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +05 六月 2020 | 17:17:14,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 17:17:14,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 17:17:14,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +05 六月 2020 | 17:17:14,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +05 六月 2020 | 17:17:15,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 359. +05 六月 2020 | 17:17:15,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +05 六月 2020 | 17:17:15,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 2 +05 六月 2020 | 17:17:15,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 359. +05 六月 2020 | 17:17:15,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 359. +05 六月 2020 | 17:17:52,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 17:17:52,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.8] pack to oss... +05 六月 2020 | 17:17:53,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.8] upload oss ok! +05 六月 2020 | 17:17:53,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.19] pack to oss... +05 六月 2020 | 17:17:55,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 17:17:55,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.8] pack to oss... +05 六月 2020 | 17:17:57,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.19] upload oss ok! +05 六月 2020 | 17:17:57,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.10] pack to oss... +05 六月 2020 | 17:17:57,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.8] upload oss ok! +05 六月 2020 | 17:17:57,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.19] pack to oss... +05 六月 2020 | 17:17:58,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.10] upload oss ok! +05 六月 2020 | 17:17:59,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 17:17:59,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.8] pack to oss... +05 六月 2020 | 17:18:00,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.19] upload oss ok! +05 六月 2020 | 17:18:00,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.10] pack to oss... +05 六月 2020 | 17:18:01,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.8] upload oss ok! +05 六月 2020 | 17:18:01,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.19] pack to oss... +05 六月 2020 | 17:18:06,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.10] upload oss ok! +05 六月 2020 | 17:18:06,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.19] upload oss ok! +05 六月 2020 | 17:18:06,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.10] pack to oss... +05 六月 2020 | 17:18:08,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.10] upload oss ok! +05 六月 2020 | 17:18:08,851 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:55060ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-08 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-08 new file mode 100644 index 0000000..e6ba7b5 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-08 @@ -0,0 +1,30 @@ +08 六月 2020 | 14:33:27,282 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 六月 2020 | 14:33:27,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 六月 2020 | 14:33:27,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 六月 2020 | 14:33:27,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 六月 2020 | 14:33:27,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 六月 2020 | 14:33:27,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 六月 2020 | 14:33:27,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 六月 2020 | 14:33:28,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Core\NetClient.lua +08 六月 2020 | 14:33:28,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +08 六月 2020 | 14:33:28,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +08 六月 2020 | 14:33:28,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +08 六月 2020 | 14:33:28,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Core\NetClient.lua +08 六月 2020 | 14:33:28,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Core\NetClient.lua +08 六月 2020 | 14:33:28,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +08 六月 2020 | 14:33:28,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +08 六月 2020 | 14:33:28,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 360. +08 六月 2020 | 14:33:28,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 360. +08 六月 2020 | 14:33:28,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +08 六月 2020 | 14:33:28,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 2 +08 六月 2020 | 14:33:28,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 360. +08 六月 2020 | 14:33:35,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 六月 2020 | 14:33:36,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.129] pack to oss... +08 六月 2020 | 14:33:38,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.129] upload oss ok! +08 六月 2020 | 14:35:29,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 六月 2020 | 14:35:29,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.129] pack to oss... +08 六月 2020 | 14:35:29,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 六月 2020 | 14:35:29,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.129] pack to oss... +08 六月 2020 | 14:35:32,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.129] upload oss ok! +08 六月 2020 | 14:35:32,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.129] upload oss ok! +08 六月 2020 | 14:35:32,610 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:125328ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-09 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-09 new file mode 100644 index 0000000..8cfe50f --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-09 @@ -0,0 +1,205 @@ +09 六月 2020 | 17:03:00,076 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +09 六月 2020 | 17:03:00,226 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +09 六月 2020 | 17:03:51,955 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 六月 2020 | 17:03:53,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 六月 2020 | 17:03:53,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 六月 2020 | 17:03:53,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 六月 2020 | 17:03:53,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 六月 2020 | 17:03:53,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 六月 2020 | 17:03:53,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 六月 2020 | 17:03:55,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 17:03:55,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +09 六月 2020 | 17:03:55,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +09 六月 2020 | 17:03:55,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 17:03:55,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 17:03:56,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +09 六月 2020 | 17:03:56,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +09 六月 2020 | 17:03:56,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +09 六月 2020 | 17:03:57,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 363. +09 六月 2020 | 17:03:57,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 17:03:57,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +09 六月 2020 | 17:03:57,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +09 六月 2020 | 17:03:57,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 17:03:57,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 17:03:57,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +09 六月 2020 | 17:03:57,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +09 六月 2020 | 17:03:57,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +09 六月 2020 | 17:03:57,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 六月 2020 | 17:03:57,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 六月 2020 | 17:03:57,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 六月 2020 | 17:03:57,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 17:03:57,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 六月 2020 | 17:03:57,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 17:03:57,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 17:03:57,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +09 六月 2020 | 17:03:58,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 363. +09 六月 2020 | 17:03:58,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 363. +09 六月 2020 | 17:03:58,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 六月 2020 | 17:03:58,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 六月 2020 | 17:04:06,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:04:06,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.130] pack to oss... +09 六月 2020 | 17:04:09,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.130] upload oss ok! +09 六月 2020 | 17:06:00,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:06:00,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.130] pack to oss... +09 六月 2020 | 17:06:00,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:06:00,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.130] pack to oss... +09 六月 2020 | 17:06:01,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.130] upload oss ok! +09 六月 2020 | 17:06:01,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.130] upload oss ok! +09 六月 2020 | 17:06:02,300 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:130345ms +09 六月 2020 | 17:06:44,063 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 六月 2020 | 17:06:44,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 六月 2020 | 17:06:44,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 六月 2020 | 17:06:44,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 六月 2020 | 17:06:44,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 六月 2020 | 17:06:44,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 六月 2020 | 17:06:44,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 六月 2020 | 17:06:44,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 六月 2020 | 17:06:44,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 六月 2020 | 17:06:45,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 六月 2020 | 17:06:45,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 363. +09 六月 2020 | 17:06:45,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 363. +09 六月 2020 | 17:06:45,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 六月 2020 | 17:06:45,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 363. +09 六月 2020 | 17:06:45,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 六月 2020 | 17:06:45,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 六月 2020 | 17:07:27,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:07:28,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.131] pack to oss... +09 六月 2020 | 17:07:29,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.131] upload oss ok! +09 六月 2020 | 17:07:29,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.9] pack to oss... +09 六月 2020 | 17:07:30,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.9] upload oss ok! +09 六月 2020 | 17:07:30,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.20] pack to oss... +09 六月 2020 | 17:07:33,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.20] upload oss ok! +09 六月 2020 | 17:07:33,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.11] pack to oss... +09 六月 2020 | 17:07:35,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.11] upload oss ok! +09 六月 2020 | 17:09:19,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:09:19,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.131] pack to oss... +09 六月 2020 | 17:09:20,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.131] upload oss ok! +09 六月 2020 | 17:09:20,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.9] pack to oss... +09 六月 2020 | 17:09:20,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.9] upload oss ok! +09 六月 2020 | 17:09:20,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.20] pack to oss... +09 六月 2020 | 17:09:21,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:09:21,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.131] pack to oss... +09 六月 2020 | 17:09:24,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.20] upload oss ok! +09 六月 2020 | 17:09:24,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.11] pack to oss... +09 六月 2020 | 17:09:24,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.131] upload oss ok! +09 六月 2020 | 17:09:24,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.9] pack to oss... +09 六月 2020 | 17:09:25,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.9] upload oss ok! +09 六月 2020 | 17:09:25,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.20] pack to oss... +09 六月 2020 | 17:09:27,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.11] upload oss ok! +09 六月 2020 | 17:09:30,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.20] upload oss ok! +09 六月 2020 | 17:09:30,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.11] pack to oss... +09 六月 2020 | 17:09:32,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.11] upload oss ok! +09 六月 2020 | 17:09:32,981 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:168918ms +09 六月 2020 | 21:31:42,463 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 六月 2020 | 21:31:42,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 六月 2020 | 21:31:42,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 六月 2020 | 21:31:42,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 六月 2020 | 21:31:42,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 六月 2020 | 21:31:42,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 六月 2020 | 21:31:42,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 六月 2020 | 21:31:43,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 六月 2020 | 21:31:43,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 六月 2020 | 21:31:43,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 六月 2020 | 21:31:43,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +09 六月 2020 | 21:31:43,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +09 六月 2020 | 21:31:43,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +09 六月 2020 | 21:31:43,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +09 六月 2020 | 21:31:43,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 六月 2020 | 21:31:43,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 21:31:43,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 21:31:43,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 21:31:43,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +09 六月 2020 | 21:31:43,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +09 六月 2020 | 21:31:43,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 21:31:43,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +09 六月 2020 | 21:31:43,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 21:31:43,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +09 六月 2020 | 21:31:43,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +09 六月 2020 | 21:31:43,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +09 六月 2020 | 21:31:43,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 21:31:43,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 21:31:43,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 21:31:43,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 21:31:43,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +09 六月 2020 | 21:31:43,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +09 六月 2020 | 21:31:43,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +09 六月 2020 | 21:31:43,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +09 六月 2020 | 21:31:44,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 366. +09 六月 2020 | 21:31:44,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 六月 2020 | 21:31:44,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 六月 2020 | 21:31:44,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 366. +09 六月 2020 | 21:31:44,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 366. +09 六月 2020 | 21:32:25,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:32:25,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.132] pack to oss... +09 六月 2020 | 21:32:27,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.132] upload oss ok! +09 六月 2020 | 21:32:27,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.10] pack to oss... +09 六月 2020 | 21:32:28,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.10] upload oss ok! +09 六月 2020 | 21:32:28,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.21] pack to oss... +09 六月 2020 | 21:32:33,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.21] upload oss ok! +09 六月 2020 | 21:32:33,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.12] pack to oss... +09 六月 2020 | 21:32:34,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.12] upload oss ok! +09 六月 2020 | 21:34:25,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:34:25,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.132] pack to oss... +09 六月 2020 | 21:34:26,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.132] upload oss ok! +09 六月 2020 | 21:34:26,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.10] pack to oss... +09 六月 2020 | 21:34:27,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.10] upload oss ok! +09 六月 2020 | 21:34:27,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.21] pack to oss... +09 六月 2020 | 21:34:29,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:34:29,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.132] pack to oss... +09 六月 2020 | 21:34:31,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.21] upload oss ok! +09 六月 2020 | 21:34:31,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.12] pack to oss... +09 六月 2020 | 21:34:31,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.132] upload oss ok! +09 六月 2020 | 21:34:31,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.10] pack to oss... +09 六月 2020 | 21:34:33,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.12] upload oss ok! +09 六月 2020 | 21:34:34,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.10] upload oss ok! +09 六月 2020 | 21:34:34,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.21] pack to oss... +09 六月 2020 | 21:34:37,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.21] upload oss ok! +09 六月 2020 | 21:34:37,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.12] pack to oss... +09 六月 2020 | 21:34:39,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.12] upload oss ok! +09 六月 2020 | 21:34:39,909 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:177446ms +09 六月 2020 | 21:51:47,159 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +09 六月 2020 | 21:51:47,220 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +09 六月 2020 | 21:52:11,527 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 六月 2020 | 21:52:12,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 六月 2020 | 21:52:12,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 六月 2020 | 21:52:12,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 六月 2020 | 21:52:12,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 六月 2020 | 21:52:12,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 六月 2020 | 21:52:12,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 六月 2020 | 21:52:12,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 六月 2020 | 21:52:12,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 六月 2020 | 21:52:12,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 六月 2020 | 21:52:12,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 六月 2020 | 21:52:12,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 366. +09 六月 2020 | 21:52:12,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 366. +09 六月 2020 | 21:52:12,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 366. +09 六月 2020 | 21:52:12,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 六月 2020 | 21:52:12,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 六月 2020 | 21:52:55,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:52:56,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.133] pack to oss... +09 六月 2020 | 21:52:57,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.133] upload oss ok! +09 六月 2020 | 21:52:57,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.11] pack to oss... +09 六月 2020 | 21:52:58,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.11] upload oss ok! +09 六月 2020 | 21:52:58,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.22] pack to oss... +09 六月 2020 | 21:53:01,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.22] upload oss ok! +09 六月 2020 | 21:53:01,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.13] pack to oss... +09 六月 2020 | 21:53:02,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.13] upload oss ok! +09 六月 2020 | 21:54:45,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:54:45,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.133] pack to oss... +09 六月 2020 | 21:54:47,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.133] upload oss ok! +09 六月 2020 | 21:54:47,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.11] pack to oss... +09 六月 2020 | 21:54:48,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:54:48,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.133] pack to oss... +09 六月 2020 | 21:54:49,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.11] upload oss ok! +09 六月 2020 | 21:54:49,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.22] pack to oss... +09 六月 2020 | 21:54:50,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.133] upload oss ok! +09 六月 2020 | 21:54:50,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.11] pack to oss... +09 六月 2020 | 21:54:53,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.11] upload oss ok! +09 六月 2020 | 21:54:53,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.22] pack to oss... +09 六月 2020 | 21:55:03,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.22] upload oss ok! +09 六月 2020 | 21:55:03,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.13] pack to oss... +09 六月 2020 | 21:55:03,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.22] upload oss ok! +09 六月 2020 | 21:55:03,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.13] pack to oss... +09 六月 2020 | 21:55:12,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.13] upload oss ok! +09 六月 2020 | 21:55:12,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.13] upload oss ok! +09 六月 2020 | 21:55:13,299 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:181771ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-16 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-16 new file mode 100644 index 0000000..ab01a91 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-16 @@ -0,0 +1,41 @@ +16 六月 2020 | 17:50:56,378 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +16 六月 2020 | 17:50:56,439 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +16 六月 2020 | 17:50:56,439 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +16 六月 2020 | 17:50:56,439 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +16 六月 2020 | 17:50:56,565 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +16 六月 2020 | 17:50:56,570 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +16 六月 2020 | 17:50:56,590 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +16 六月 2020 | 17:50:56,900 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +16 六月 2020 | 17:50:56,905 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +16 六月 2020 | 17:50:56,905 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +16 六月 2020 | 17:50:56,905 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +16 六月 2020 | 17:50:56,913 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +16 六月 2020 | 17:50:56,915 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +16 六月 2020 | 17:50:56,915 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +16 六月 2020 | 17:50:56,931 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +16 六月 2020 | 17:50:56,932 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +16 六月 2020 | 17:50:56,948 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +16 六月 2020 | 17:50:56,948 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +16 六月 2020 | 17:50:56,949 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +16 六月 2020 | 17:50:56,972 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +16 六月 2020 | 17:50:56,972 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +16 六月 2020 | 17:50:56,974 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +16 六月 2020 | 17:50:56,983 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +16 六月 2020 | 17:50:56,995 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +16 六月 2020 | 17:50:57,013 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +16 六月 2020 | 17:50:57,033 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +16 六月 2020 | 17:50:57,968 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 373. +16 六月 2020 | 17:50:57,968 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 373. +16 六月 2020 | 17:50:58,041 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 373. +16 六月 2020 | 17:50:58,053 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +16 六月 2020 | 17:50:58,053 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +16 六月 2020 | 17:51:33,577 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +16 六月 2020 | 17:51:34,061 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.23] pack to oss... +16 六月 2020 | 17:51:38,813 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +16 六月 2020 | 17:51:38,815 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +16 六月 2020 | 17:51:38,816 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.23] pack to oss... +16 六月 2020 | 17:51:38,820 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.23] pack to oss... +16 六月 2020 | 17:51:39,916 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.23] upload oss ok! +16 六月 2020 | 17:51:46,033 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.23] upload oss ok! +16 六月 2020 | 17:52:05,058 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.23] upload oss ok! +16 六月 2020 | 17:52:05,165 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:68787ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-17 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-17 new file mode 100644 index 0000000..2b5db0d --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-17 @@ -0,0 +1,785 @@ +17 六月 2020 | 21:57:14,806 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 六月 2020 | 21:57:15,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 六月 2020 | 21:57:15,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 六月 2020 | 21:57:15,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 六月 2020 | 21:57:15,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 六月 2020 | 21:57:15,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 六月 2020 | 21:57:15,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 六月 2020 | 21:57:15,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +17 六月 2020 | 21:57:15,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +17 六月 2020 | 21:57:15,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +17 六月 2020 | 21:57:15,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +17 六月 2020 | 21:57:15,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +17 六月 2020 | 21:57:15,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +17 六月 2020 | 21:57:15,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +17 六月 2020 | 21:57:15,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +17 六月 2020 | 21:57:15,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +17 六月 2020 | 21:57:15,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +17 六月 2020 | 21:57:15,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +17 六月 2020 | 21:57:15,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +17 六月 2020 | 21:57:15,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +17 六月 2020 | 21:57:15,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +17 六月 2020 | 21:57:15,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +17 六月 2020 | 21:57:15,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +17 六月 2020 | 21:57:15,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +17 六月 2020 | 21:57:15,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +17 六月 2020 | 21:57:15,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +17 六月 2020 | 21:57:15,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +17 六月 2020 | 21:57:15,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +17 六月 2020 | 21:57:15,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +17 六月 2020 | 21:57:15,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +17 六月 2020 | 21:57:15,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +17 六月 2020 | 21:57:15,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +17 六月 2020 | 21:57:15,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +17 六月 2020 | 21:57:15,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +17 六月 2020 | 21:57:15,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +17 六月 2020 | 21:57:15,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +17 六月 2020 | 21:57:16,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +17 六月 2020 | 21:57:16,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 六月 2020 | 21:57:16,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +17 六月 2020 | 21:57:16,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 六月 2020 | 21:57:16,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +17 六月 2020 | 21:57:16,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 六月 2020 | 21:57:16,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +17 六月 2020 | 21:57:16,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +17 六月 2020 | 21:57:16,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +17 六月 2020 | 21:57:16,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +17 六月 2020 | 21:57:16,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +17 六月 2020 | 21:57:16,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +17 六月 2020 | 21:57:16,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +17 六月 2020 | 21:57:16,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +17 六月 2020 | 21:57:16,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +17 六月 2020 | 21:57:16,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +17 六月 2020 | 21:57:16,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +17 六月 2020 | 21:57:16,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +17 六月 2020 | 21:57:16,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 六月 2020 | 21:57:16,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 六月 2020 | 21:57:16,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 六月 2020 | 21:57:16,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +17 六月 2020 | 21:57:16,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +17 六月 2020 | 21:57:16,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 六月 2020 | 21:57:16,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +17 六月 2020 | 21:57:16,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 六月 2020 | 21:57:16,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png +17 六月 2020 | 21:57:16,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 21:57:16,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 六月 2020 | 21:57:16,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png +17 六月 2020 | 21:57:16,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 21:57:16,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png +17 六月 2020 | 21:57:16,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 21:57:16,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +17 六月 2020 | 21:57:16,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +17 六月 2020 | 21:57:16,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua +17 六月 2020 | 21:57:16,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man +17 六月 2020 | 21:57:16,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3 +17 六月 2020 | 21:57:16,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3.meta +17 六月 2020 | 21:57:16,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +17 六月 2020 | 21:57:16,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3 +17 六月 2020 | 21:57:16,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3.meta +17 六月 2020 | 21:57:16,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +17 六月 2020 | 21:57:16,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3 +17 六月 2020 | 21:57:16,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +17 六月 2020 | 21:57:16,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3.meta +17 六月 2020 | 21:57:16,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua +17 六月 2020 | 21:57:16,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +17 六月 2020 | 21:57:16,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3 +17 六月 2020 | 21:57:16,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man +17 六月 2020 | 21:57:16,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3.meta +17 六月 2020 | 21:57:16,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3 +17 六月 2020 | 21:57:16,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3.meta +17 六月 2020 | 21:57:16,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3 +17 六月 2020 | 21:57:16,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3 +17 六月 2020 | 21:57:16,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3.meta +17 六月 2020 | 21:57:16,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua +17 六月 2020 | 21:57:16,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man +17 六月 2020 | 21:57:16,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3.meta +17 六月 2020 | 21:57:16,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3 +17 六月 2020 | 21:57:16,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3 +17 六月 2020 | 21:57:16,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3 +17 六月 2020 | 21:57:16,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3.meta +17 六月 2020 | 21:57:16,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3.meta +17 六月 2020 | 21:57:16,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3.meta +17 六月 2020 | 21:57:16,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3 +17 六月 2020 | 21:57:16,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3 +17 六月 2020 | 21:57:16,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3 +17 六月 2020 | 21:57:16,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3.meta +17 六月 2020 | 21:57:16,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3.meta +17 六月 2020 | 21:57:16,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3 +17 六月 2020 | 21:57:16,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3.meta +17 六月 2020 | 21:57:16,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3 +17 六月 2020 | 21:57:16,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3.meta +17 六月 2020 | 21:57:16,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3 +17 六月 2020 | 21:57:16,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3.meta +17 六月 2020 | 21:57:16,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3.meta +17 六月 2020 | 21:57:16,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3 +17 六月 2020 | 21:57:16,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3 +17 六月 2020 | 21:57:17,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3 +17 六月 2020 | 21:57:17,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3.meta +17 六月 2020 | 21:57:17,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3.meta +17 六月 2020 | 21:57:17,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3.meta +17 六月 2020 | 21:57:17,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3 +17 六月 2020 | 21:57:17,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3 +17 六月 2020 | 21:57:17,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3 +17 六月 2020 | 21:57:17,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3.meta +17 六月 2020 | 21:57:17,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3.meta +17 六月 2020 | 21:57:17,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3.meta +17 六月 2020 | 21:57:17,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3 +17 六月 2020 | 21:57:17,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3.meta +17 六月 2020 | 21:57:17,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3 +17 六月 2020 | 21:57:17,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3 +17 六月 2020 | 21:57:17,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3 +17 六月 2020 | 21:57:17,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3.meta +17 六月 2020 | 21:57:17,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3.meta +17 六月 2020 | 21:57:17,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3.meta +17 六月 2020 | 21:57:17,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3 +17 六月 2020 | 21:57:17,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3 +17 六月 2020 | 21:57:17,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3 +17 六月 2020 | 21:57:17,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3.meta +17 六月 2020 | 21:57:17,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3.meta +17 六月 2020 | 21:57:17,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3.meta +17 六月 2020 | 21:57:17,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3 +17 六月 2020 | 21:57:17,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3 +17 六月 2020 | 21:57:17,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3 +17 六月 2020 | 21:57:17,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3.meta +17 六月 2020 | 21:57:17,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3.meta +17 六月 2020 | 21:57:17,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3.meta +17 六月 2020 | 21:57:17,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3 +17 六月 2020 | 21:57:17,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3 +17 六月 2020 | 21:57:17,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3 +17 六月 2020 | 21:57:17,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3.meta +17 六月 2020 | 21:57:17,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3.meta +17 六月 2020 | 21:57:17,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3.meta +17 六月 2020 | 21:57:17,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3 +17 六月 2020 | 21:57:17,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3 +17 六月 2020 | 21:57:17,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3 +17 六月 2020 | 21:57:17,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3.meta +17 六月 2020 | 21:57:17,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3.meta +17 六月 2020 | 21:57:17,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3.meta +17 六月 2020 | 21:57:17,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3 +17 六月 2020 | 21:57:17,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3.meta +17 六月 2020 | 21:57:17,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3 +17 六月 2020 | 21:57:17,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3 +17 六月 2020 | 21:57:17,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3.meta +17 六月 2020 | 21:57:17,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3 +17 六月 2020 | 21:57:17,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3.meta +17 六月 2020 | 21:57:17,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3 +17 六月 2020 | 21:57:17,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3 +17 六月 2020 | 21:57:17,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3.meta +17 六月 2020 | 21:57:17,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3.meta +17 六月 2020 | 21:57:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3 +17 六月 2020 | 21:57:17,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3.meta +17 六月 2020 | 21:57:17,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3 +17 六月 2020 | 21:57:17,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3.meta +17 六月 2020 | 21:57:17,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3.meta +17 六月 2020 | 21:57:17,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3 +17 六月 2020 | 21:57:17,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3 +17 六月 2020 | 21:57:17,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3.meta +17 六月 2020 | 21:57:17,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3 +17 六月 2020 | 21:57:17,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3.meta +17 六月 2020 | 21:57:17,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3 +17 六月 2020 | 21:57:17,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3.meta +17 六月 2020 | 21:57:17,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3.meta +17 六月 2020 | 21:57:17,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3 +17 六月 2020 | 21:57:17,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3 +17 六月 2020 | 21:57:17,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3 +17 六月 2020 | 21:57:17,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3.meta +17 六月 2020 | 21:57:17,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3.meta +17 六月 2020 | 21:57:17,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3 +17 六月 2020 | 21:57:17,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3.meta +17 六月 2020 | 21:57:17,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3 +17 六月 2020 | 21:57:17,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:17,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3 +17 六月 2020 | 21:57:17,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3.meta +17 六月 2020 | 21:57:17,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3 +17 六月 2020 | 21:57:17,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3.meta +17 六月 2020 | 21:57:17,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3 +17 六月 2020 | 21:57:17,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:17,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3 +17 六月 2020 | 21:57:17,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3 +17 六月 2020 | 21:57:17,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3.meta +17 六月 2020 | 21:57:17,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3.meta +17 六月 2020 | 21:57:17,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3 +17 六月 2020 | 21:57:17,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3.meta +17 六月 2020 | 21:57:17,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3 +17 六月 2020 | 21:57:17,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3 +17 六月 2020 | 21:57:17,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3.meta +17 六月 2020 | 21:57:17,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3.meta +17 六月 2020 | 21:57:17,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:17,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3 +17 六月 2020 | 21:57:17,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3 +17 六月 2020 | 21:57:17,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3 +17 六月 2020 | 21:57:17,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3.meta +17 六月 2020 | 21:57:17,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3.meta +17 六月 2020 | 21:57:17,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3 +17 六月 2020 | 21:57:17,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3.meta +17 六月 2020 | 21:57:17,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3 +17 六月 2020 | 21:57:17,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:17,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3 +17 六月 2020 | 21:57:17,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3 +17 六月 2020 | 21:57:17,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3.meta +17 六月 2020 | 21:57:17,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3.meta +17 六月 2020 | 21:57:17,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:17,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3 +17 六月 2020 | 21:57:17,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3 +17 六月 2020 | 21:57:17,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3 +17 六月 2020 | 21:57:17,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3.meta +17 六月 2020 | 21:57:17,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3.meta +17 六月 2020 | 21:57:17,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3.meta +17 六月 2020 | 21:57:17,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3 +17 六月 2020 | 21:57:17,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3 +17 六月 2020 | 21:57:17,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3 +17 六月 2020 | 21:57:17,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3.meta +17 六月 2020 | 21:57:17,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:17,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:17,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3 +17 六月 2020 | 21:57:17,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3 +17 六月 2020 | 21:57:17,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3.meta +17 六月 2020 | 21:57:17,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3 +17 六月 2020 | 21:57:17,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:17,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3 +17 六月 2020 | 21:57:17,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3 +17 六月 2020 | 21:57:17,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3.meta +17 六月 2020 | 21:57:17,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3.meta +17 六月 2020 | 21:57:17,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3.meta +17 六月 2020 | 21:57:17,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3 +17 六月 2020 | 21:57:17,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3 +17 六月 2020 | 21:57:17,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3 +17 六月 2020 | 21:57:17,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3.meta +17 六月 2020 | 21:57:17,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3.meta +17 六月 2020 | 21:57:17,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3 +17 六月 2020 | 21:57:17,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:17,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3 +17 六月 2020 | 21:57:17,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3.meta +17 六月 2020 | 21:57:17,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3 +17 六月 2020 | 21:57:17,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3 +17 六月 2020 | 21:57:17,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3.meta +17 六月 2020 | 21:57:17,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3.meta +17 六月 2020 | 21:57:17,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3 +17 六月 2020 | 21:57:17,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3 +17 六月 2020 | 21:57:17,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3.meta +17 六月 2020 | 21:57:17,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3.meta +17 六月 2020 | 21:57:17,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3 +17 六月 2020 | 21:57:17,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3.meta +17 六月 2020 | 21:57:17,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3 +17 六月 2020 | 21:57:17,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3 +17 六月 2020 | 21:57:17,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3.meta +17 六月 2020 | 21:57:17,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3.meta +17 六月 2020 | 21:57:17,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3.meta +17 六月 2020 | 21:57:17,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3 +17 六月 2020 | 21:57:17,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3 +17 六月 2020 | 21:57:17,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3 +17 六月 2020 | 21:57:17,578 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3.meta +17 六月 2020 | 21:57:17,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3.meta +17 六月 2020 | 21:57:17,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3.meta +17 六月 2020 | 21:57:17,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3 +17 六月 2020 | 21:57:17,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3 +17 六月 2020 | 21:57:17,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3 +17 六月 2020 | 21:57:17,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3.meta +17 六月 2020 | 21:57:17,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3.meta +17 六月 2020 | 21:57:17,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3.meta +17 六月 2020 | 21:57:17,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3 +17 六月 2020 | 21:57:17,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3 +17 六月 2020 | 21:57:17,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3 +17 六月 2020 | 21:57:17,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3.meta +17 六月 2020 | 21:57:17,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3.meta +17 六月 2020 | 21:57:17,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3 +17 六月 2020 | 21:57:17,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3 +17 六月 2020 | 21:57:17,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3.meta +17 六月 2020 | 21:57:17,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3.meta +17 六月 2020 | 21:57:17,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3 +17 六月 2020 | 21:57:17,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3.meta +17 六月 2020 | 21:57:17,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3 +17 六月 2020 | 21:57:17,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3 +17 六月 2020 | 21:57:17,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3.meta +17 六月 2020 | 21:57:17,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3.meta +17 六月 2020 | 21:57:17,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3 +17 六月 2020 | 21:57:17,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3.meta +17 六月 2020 | 21:57:17,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3 +17 六月 2020 | 21:57:17,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3 +17 六月 2020 | 21:57:17,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3.meta +17 六月 2020 | 21:57:17,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3.meta +17 六月 2020 | 21:57:17,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3.meta +17 六月 2020 | 21:57:17,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3 +17 六月 2020 | 21:57:17,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3 +17 六月 2020 | 21:57:17,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3.meta +17 六月 2020 | 21:57:17,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3.meta +17 六月 2020 | 21:57:17,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3 +17 六月 2020 | 21:57:17,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3 +17 六月 2020 | 21:57:17,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3.meta +17 六月 2020 | 21:57:17,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3.meta +17 六月 2020 | 21:57:17,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3 +17 六月 2020 | 21:57:17,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3 +17 六月 2020 | 21:57:17,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3.meta +17 六月 2020 | 21:57:17,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3.meta +17 六月 2020 | 21:57:17,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3 +17 六月 2020 | 21:57:17,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3 +17 六月 2020 | 21:57:17,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3.meta +17 六月 2020 | 21:57:17,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3.meta +17 六月 2020 | 21:57:17,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3 +17 六月 2020 | 21:57:17,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3 +17 六月 2020 | 21:57:17,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3.meta +17 六月 2020 | 21:57:17,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3.meta +17 六月 2020 | 21:57:17,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3 +17 六月 2020 | 21:57:17,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3.meta +17 六月 2020 | 21:57:17,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3 +17 六月 2020 | 21:57:17,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3.meta +17 六月 2020 | 21:57:17,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3 +17 六月 2020 | 21:57:17,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3.meta +17 六月 2020 | 21:57:17,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man.meta +17 六月 2020 | 21:57:17,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman +17 六月 2020 | 21:57:17,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3 +17 六月 2020 | 21:57:17,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3.meta +17 六月 2020 | 21:57:17,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3 +17 六月 2020 | 21:57:17,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3.meta +17 六月 2020 | 21:57:17,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3 +17 六月 2020 | 21:57:17,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3.meta +17 六月 2020 | 21:57:17,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3 +17 六月 2020 | 21:57:17,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man.meta +17 六月 2020 | 21:57:17,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3.meta +17 六月 2020 | 21:57:17,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman +17 六月 2020 | 21:57:17,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3 +17 六月 2020 | 21:57:17,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3 +17 六月 2020 | 21:57:17,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3.meta +17 六月 2020 | 21:57:17,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3.meta +17 六月 2020 | 21:57:17,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man.meta +17 六月 2020 | 21:57:17,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3 +17 六月 2020 | 21:57:17,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman +17 六月 2020 | 21:57:17,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3 +17 六月 2020 | 21:57:17,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3.meta +17 六月 2020 | 21:57:17,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3 +17 六月 2020 | 21:57:17,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3.meta +17 六月 2020 | 21:57:17,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3 +17 六月 2020 | 21:57:17,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3.meta +17 六月 2020 | 21:57:17,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3 +17 六月 2020 | 21:57:17,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3.meta +17 六月 2020 | 21:57:17,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3 +17 六月 2020 | 21:57:17,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3.meta +17 六月 2020 | 21:57:17,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3 +17 六月 2020 | 21:57:17,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3.meta +17 六月 2020 | 21:57:17,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3 +17 六月 2020 | 21:57:17,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3.meta +17 六月 2020 | 21:57:17,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3 +17 六月 2020 | 21:57:17,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3.meta +17 六月 2020 | 21:57:17,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3 +17 六月 2020 | 21:57:17,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3.meta +17 六月 2020 | 21:57:17,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3 +17 六月 2020 | 21:57:17,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3.meta +17 六月 2020 | 21:57:17,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3 +17 六月 2020 | 21:57:17,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3 +17 六月 2020 | 21:57:17,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3.meta +17 六月 2020 | 21:57:17,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3.meta +17 六月 2020 | 21:57:17,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3.meta +17 六月 2020 | 21:57:17,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3 +17 六月 2020 | 21:57:17,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3 +17 六月 2020 | 21:57:17,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3 +17 六月 2020 | 21:57:17,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3.meta +17 六月 2020 | 21:57:17,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3.meta +17 六月 2020 | 21:57:17,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3 +17 六月 2020 | 21:57:17,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3.meta +17 六月 2020 | 21:57:17,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3 +17 六月 2020 | 21:57:17,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3.meta +17 六月 2020 | 21:57:17,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3 +17 六月 2020 | 21:57:17,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3.meta +17 六月 2020 | 21:57:17,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3 +17 六月 2020 | 21:57:17,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3.meta +17 六月 2020 | 21:57:17,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3 +17 六月 2020 | 21:57:17,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3.meta +17 六月 2020 | 21:57:17,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3.meta +17 六月 2020 | 21:57:17,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3 +17 六月 2020 | 21:57:17,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3 +17 六月 2020 | 21:57:17,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3 +17 六月 2020 | 21:57:17,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3.meta +17 六月 2020 | 21:57:17,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3.meta +17 六月 2020 | 21:57:17,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3.meta +17 六月 2020 | 21:57:17,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3 +17 六月 2020 | 21:57:18,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3 +17 六月 2020 | 21:57:18,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3 +17 六月 2020 | 21:57:18,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3.meta +17 六月 2020 | 21:57:18,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3.meta +17 六月 2020 | 21:57:18,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3.meta +17 六月 2020 | 21:57:18,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3 +17 六月 2020 | 21:57:18,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3 +17 六月 2020 | 21:57:18,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3 +17 六月 2020 | 21:57:18,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3.meta +17 六月 2020 | 21:57:18,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3.meta +17 六月 2020 | 21:57:18,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3.meta +17 六月 2020 | 21:57:18,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3 +17 六月 2020 | 21:57:18,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3 +17 六月 2020 | 21:57:18,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3.meta +17 六月 2020 | 21:57:18,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3 +17 六月 2020 | 21:57:18,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3 +17 六月 2020 | 21:57:18,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3.meta +17 六月 2020 | 21:57:18,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3.meta +17 六月 2020 | 21:57:18,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3 +17 六月 2020 | 21:57:18,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3 +17 六月 2020 | 21:57:18,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3.meta +17 六月 2020 | 21:57:18,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3.meta +17 六月 2020 | 21:57:18,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3.meta +17 六月 2020 | 21:57:18,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3 +17 六月 2020 | 21:57:18,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3 +17 六月 2020 | 21:57:18,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3 +17 六月 2020 | 21:57:18,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3.meta +17 六月 2020 | 21:57:18,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3.meta +17 六月 2020 | 21:57:18,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3.meta +17 六月 2020 | 21:57:18,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3 +17 六月 2020 | 21:57:18,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3 +17 六月 2020 | 21:57:18,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3 +17 六月 2020 | 21:57:18,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3.meta +17 六月 2020 | 21:57:18,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3.meta +17 六月 2020 | 21:57:18,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3.meta +17 六月 2020 | 21:57:18,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3 +17 六月 2020 | 21:57:18,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3 +17 六月 2020 | 21:57:18,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3 +17 六月 2020 | 21:57:18,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3.meta +17 六月 2020 | 21:57:18,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3.meta +17 六月 2020 | 21:57:18,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3 +17 六月 2020 | 21:57:18,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3.meta +17 六月 2020 | 21:57:18,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3 +17 六月 2020 | 21:57:18,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:18,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3 +17 六月 2020 | 21:57:18,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3.meta +17 六月 2020 | 21:57:18,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3 +17 六月 2020 | 21:57:18,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3.meta +17 六月 2020 | 21:57:18,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:18,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3 +17 六月 2020 | 21:57:18,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3 +17 六月 2020 | 21:57:18,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3 +17 六月 2020 | 21:57:18,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3.meta +17 六月 2020 | 21:57:18,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3.meta +17 六月 2020 | 21:57:18,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3.meta +17 六月 2020 | 21:57:18,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3 +17 六月 2020 | 21:57:18,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3 +17 六月 2020 | 21:57:18,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3 +17 六月 2020 | 21:57:18,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3.meta +17 六月 2020 | 21:57:18,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:18,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3.meta +17 六月 2020 | 21:57:18,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3 +17 六月 2020 | 21:57:18,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3 +17 六月 2020 | 21:57:18,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3.meta +17 六月 2020 | 21:57:18,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3 +17 六月 2020 | 21:57:18,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3.meta +17 六月 2020 | 21:57:18,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3 +17 六月 2020 | 21:57:18,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3.meta +17 六月 2020 | 21:57:18,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3 +17 六月 2020 | 21:57:18,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3 +17 六月 2020 | 21:57:18,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3.meta +17 六月 2020 | 21:57:18,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3.meta +17 六月 2020 | 21:57:18,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3.meta +17 六月 2020 | 21:57:18,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3 +17 六月 2020 | 21:57:18,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3 +17 六月 2020 | 21:57:18,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3.meta +17 六月 2020 | 21:57:18,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3 +17 六月 2020 | 21:57:18,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3 +17 六月 2020 | 21:57:18,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3.meta +17 六月 2020 | 21:57:18,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3.meta +17 六月 2020 | 21:57:18,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3 +17 六月 2020 | 21:57:18,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:18,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3 +17 六月 2020 | 21:57:18,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3 +17 六月 2020 | 21:57:18,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3.meta +17 六月 2020 | 21:57:18,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:18,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:18,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3 +17 六月 2020 | 21:57:18,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3 +17 六月 2020 | 21:57:18,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3 +17 六月 2020 | 21:57:18,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:18,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3.meta +17 六月 2020 | 21:57:18,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3 +17 六月 2020 | 21:57:18,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3.meta +17 六月 2020 | 21:57:18,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3 +17 六月 2020 | 21:57:18,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3.meta +17 六月 2020 | 21:57:18,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3 +17 六月 2020 | 21:57:18,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3 +17 六月 2020 | 21:57:18,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3.meta +17 六月 2020 | 21:57:18,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3.meta +17 六月 2020 | 21:57:18,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3 +17 六月 2020 | 21:57:18,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:18,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3 +17 六月 2020 | 21:57:18,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:18,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3 +17 六月 2020 | 21:57:18,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3.meta +17 六月 2020 | 21:57:18,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3 +17 六月 2020 | 21:57:18,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3.meta +17 六月 2020 | 21:57:18,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3 +17 六月 2020 | 21:57:18,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3.meta +17 六月 2020 | 21:57:18,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3 +17 六月 2020 | 21:57:18,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3.meta +17 六月 2020 | 21:57:18,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3 +17 六月 2020 | 21:57:18,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3.meta +17 六月 2020 | 21:57:18,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3 +17 六月 2020 | 21:57:18,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3.meta +17 六月 2020 | 21:57:18,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3 +17 六月 2020 | 21:57:18,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3.meta +17 六月 2020 | 21:57:18,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3 +17 六月 2020 | 21:57:18,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3 +17 六月 2020 | 21:57:18,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3.meta +17 六月 2020 | 21:57:18,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3.meta +17 六月 2020 | 21:57:18,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3 +17 六月 2020 | 21:57:18,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3.meta +17 六月 2020 | 21:57:18,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3 +17 六月 2020 | 21:57:18,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3 +17 六月 2020 | 21:57:18,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3.meta +17 六月 2020 | 21:57:18,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3.meta +17 六月 2020 | 21:57:18,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3 +17 六月 2020 | 21:57:18,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3.meta +17 六月 2020 | 21:57:18,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3 +17 六月 2020 | 21:57:18,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3 +17 六月 2020 | 21:57:18,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3.meta +17 六月 2020 | 21:57:18,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3.meta +17 六月 2020 | 21:57:18,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3 +17 六月 2020 | 21:57:18,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3.meta +17 六月 2020 | 21:57:18,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3 +17 六月 2020 | 21:57:18,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3.meta +17 六月 2020 | 21:57:18,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3 +17 六月 2020 | 21:57:18,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3 +17 六月 2020 | 21:57:18,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3.meta +17 六月 2020 | 21:57:18,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3.meta +17 六月 2020 | 21:57:18,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3 +17 六月 2020 | 21:57:18,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3 +17 六月 2020 | 21:57:18,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3.meta +17 六月 2020 | 21:57:18,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3 +17 六月 2020 | 21:57:18,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3.meta +17 六月 2020 | 21:57:18,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3.meta +17 六月 2020 | 21:57:18,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3 +17 六月 2020 | 21:57:18,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3.meta +17 六月 2020 | 21:57:18,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3 +17 六月 2020 | 21:57:18,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3 +17 六月 2020 | 21:57:18,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3.meta +17 六月 2020 | 21:57:18,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3.meta +17 六月 2020 | 21:57:18,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3 +17 六月 2020 | 21:57:18,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3.meta +17 六月 2020 | 21:57:18,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3.meta +17 六月 2020 | 21:57:18,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3 +17 六月 2020 | 21:57:18,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3 +17 六月 2020 | 21:57:18,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3.meta +17 六月 2020 | 21:57:18,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3.meta +17 六月 2020 | 21:57:18,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3 +17 六月 2020 | 21:57:18,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3 +17 六月 2020 | 21:57:18,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3.meta +17 六月 2020 | 21:57:18,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3.meta +17 六月 2020 | 21:57:18,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3 +17 六月 2020 | 21:57:18,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3 +17 六月 2020 | 21:57:18,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3.meta +17 六月 2020 | 21:57:18,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3.meta +17 六月 2020 | 21:57:18,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3 +17 六月 2020 | 21:57:18,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3.meta +17 六月 2020 | 21:57:18,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3 +17 六月 2020 | 21:57:18,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3 +17 六月 2020 | 21:57:18,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3.meta +17 六月 2020 | 21:57:18,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3.meta +17 六月 2020 | 21:57:18,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3 +17 六月 2020 | 21:57:18,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3 +17 六月 2020 | 21:57:18,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3.meta +17 六月 2020 | 21:57:18,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3.meta +17 六月 2020 | 21:57:18,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3 +17 六月 2020 | 21:57:18,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3 +17 六月 2020 | 21:57:18,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3.meta +17 六月 2020 | 21:57:18,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3.meta +17 六月 2020 | 21:57:18,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3 +17 六月 2020 | 21:57:18,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3.meta +17 六月 2020 | 21:57:18,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman.meta +17 六月 2020 | 21:57:18,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua.meta +17 六月 2020 | 21:57:18,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman.meta +17 六月 2020 | 21:57:18,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua.meta +17 六月 2020 | 21:57:18,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman.meta +17 六月 2020 | 21:57:18,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +17 六月 2020 | 21:57:18,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +17 六月 2020 | 21:57:18,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua.meta +17 六月 2020 | 21:57:18,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Extend_Poker_RunFastNew\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +17 六月 2020 | 21:57:18,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Extend_Poker_RunFastNew\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\component\HeadNameBG.xml +17 六月 2020 | 21:57:18,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +17 六月 2020 | 21:57:18,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +17 六月 2020 | 21:57:18,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +17 六月 2020 | 21:57:18,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\setting\images\newsetting\Component5.xml +17 六月 2020 | 21:57:18,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\component\HeadNameBG.xml +17 六月 2020 | 21:57:18,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +17 六月 2020 | 21:57:18,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\setting\images\newsetting\Component5.xml +17 六月 2020 | 21:57:18,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 21:57:18,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +17 六月 2020 | 21:57:18,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_name.xml +17 六月 2020 | 21:57:18,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Extend_Poker_RunFastNew\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 21:57:18,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_group.png +17 六月 2020 | 21:57:18,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_line.png +17 六月 2020 | 21:57:18,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_group.png +17 六月 2020 | 21:57:18,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +17 六月 2020 | 21:57:18,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_name.xml +17 六月 2020 | 21:57:18,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_line.png +17 六月 2020 | 21:57:18,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_group.png +17 六月 2020 | 21:57:18,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\component\HeadNameBG.xml +17 六月 2020 | 21:57:18,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_line.png +17 六月 2020 | 21:57:18,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +17 六月 2020 | 21:57:18,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_group.png +17 六月 2020 | 21:57:18,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\setting\images\newsetting\Component5.xml +17 六月 2020 | 21:57:18,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_line.png +17 六月 2020 | 21:57:18,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +17 六月 2020 | 21:57:18,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +17 六月 2020 | 21:57:18,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 21:57:18,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +17 六月 2020 | 21:57:18,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +17 六月 2020 | 21:57:18,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 21:57:18,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 六月 2020 | 21:57:18,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +17 六月 2020 | 21:57:18,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_name.xml +17 六月 2020 | 21:57:18,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 21:57:18,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\PlayerInfoView.lua +17 六月 2020 | 21:57:18,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +17 六月 2020 | 21:57:18,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_group.png +17 六月 2020 | 21:57:18,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_line.png +17 六月 2020 | 21:57:18,795 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +17 六月 2020 | 21:57:18,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 六月 2020 | 21:57:18,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_group.png +17 六月 2020 | 21:57:18,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_line.png +17 六月 2020 | 21:57:18,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\PlayerInfoView.lua +17 六月 2020 | 21:57:18,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\zipai\ZPMainView.lua +17 六月 2020 | 21:57:18,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\zipai\ZPSettingView.lua +17 六月 2020 | 21:57:18,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +17 六月 2020 | 21:57:18,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +17 六月 2020 | 21:57:18,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +17 六月 2020 | 21:57:18,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\zipai\ZPMainView.lua +17 六月 2020 | 21:57:18,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 21:57:18,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\zipai\ZPSettingView.lua +17 六月 2020 | 21:57:18,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +17 六月 2020 | 21:57:18,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 六月 2020 | 21:57:18,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\PlayerInfoView.lua +17 六月 2020 | 21:57:18,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +17 六月 2020 | 21:57:18,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\zipai\ZPMainView.lua +17 六月 2020 | 21:57:18,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\zipai\ZPSettingView.lua +17 六月 2020 | 21:57:19,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 378. +17 六月 2020 | 21:57:19,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +17 六月 2020 | 21:57:19,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +17 六月 2020 | 21:57:19,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 378. +17 六月 2020 | 21:57:20,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 378. +17 六月 2020 | 22:00:01,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:00:01,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.134] pack to oss... +17 六月 2020 | 22:00:03,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.134] upload oss ok! +17 六月 2020 | 22:00:03,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.23] pack to oss... +17 六月 2020 | 22:00:07,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.23] upload oss ok! +17 六月 2020 | 22:00:07,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.12] pack to oss... +17 六月 2020 | 22:00:08,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.12] upload oss ok! +17 六月 2020 | 22:00:08,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.23] pack to oss... +17 六月 2020 | 22:00:14,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.23] upload oss ok! +17 六月 2020 | 22:00:14,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.60] pack to oss... +17 六月 2020 | 22:00:19,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.60] upload oss ok! +17 六月 2020 | 22:00:19,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.19] pack to oss... +17 六月 2020 | 22:00:26,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.19] upload oss ok! +17 六月 2020 | 22:00:26,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.17] pack to oss... +17 六月 2020 | 22:00:32,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.17] upload oss ok! +17 六月 2020 | 22:00:32,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.14] pack to oss... +17 六月 2020 | 22:00:35,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.14] upload oss ok! +17 六月 2020 | 22:01:59,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:01:59,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.134] pack to oss... +17 六月 2020 | 22:02:00,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.134] upload oss ok! +17 六月 2020 | 22:02:00,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.23] pack to oss... +17 六月 2020 | 22:02:01,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:02:01,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.134] pack to oss... +17 六月 2020 | 22:02:06,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.134] upload oss ok! +17 六月 2020 | 22:02:06,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.23] pack to oss... +17 六月 2020 | 22:02:07,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.23] upload oss ok! +17 六月 2020 | 22:02:07,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.12] pack to oss... +17 六月 2020 | 22:02:11,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.12] upload oss ok! +17 六月 2020 | 22:02:11,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.23] pack to oss... +17 六月 2020 | 22:02:11,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.23] upload oss ok! +17 六月 2020 | 22:02:11,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.12] pack to oss... +17 六月 2020 | 22:02:13,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.12] upload oss ok! +17 六月 2020 | 22:02:13,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.23] pack to oss... +17 六月 2020 | 22:02:18,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.23] upload oss ok! +17 六月 2020 | 22:02:18,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.60] pack to oss... +17 六月 2020 | 22:02:21,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.23] upload oss ok! +17 六月 2020 | 22:02:21,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.60] pack to oss... +17 六月 2020 | 22:02:26,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.60] upload oss ok! +17 六月 2020 | 22:02:26,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.19] pack to oss... +17 六月 2020 | 22:02:29,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.60] upload oss ok! +17 六月 2020 | 22:02:29,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.19] pack to oss... +17 六月 2020 | 22:02:41,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.19] upload oss ok! +17 六月 2020 | 22:02:41,502 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.17] pack to oss... +17 六月 2020 | 22:02:41,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.19] upload oss ok! +17 六月 2020 | 22:02:41,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.17] pack to oss... +17 六月 2020 | 22:02:54,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.17] upload oss ok! +17 六月 2020 | 22:02:54,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.14] pack to oss... +17 六月 2020 | 22:02:54,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.17] upload oss ok! +17 六月 2020 | 22:02:54,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.14] pack to oss... +17 六月 2020 | 22:02:58,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.14] upload oss ok! +17 六月 2020 | 22:02:58,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.14] upload oss ok! +17 六月 2020 | 22:02:58,558 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:343752ms +17 六月 2020 | 22:08:08,569 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +17 六月 2020 | 22:08:08,668 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +17 六月 2020 | 22:08:08,668 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +17 六月 2020 | 22:08:08,668 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +17 六月 2020 | 22:08:08,752 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 六月 2020 | 22:08:08,755 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 六月 2020 | 22:08:08,776 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 六月 2020 | 22:08:09,101 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +17 六月 2020 | 22:08:09,138 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +17 六月 2020 | 22:08:09,148 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +17 六月 2020 | 22:08:09,148 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +17 六月 2020 | 22:08:09,161 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 378. +17 六月 2020 | 22:08:09,172 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 378. +17 六月 2020 | 22:08:09,273 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 378. +17 六月 2020 | 22:08:09,285 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +17 六月 2020 | 22:08:09,285 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +17 六月 2020 | 22:09:02,825 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:09:03,293 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +17 六月 2020 | 22:09:09,348 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! +17 六月 2020 | 22:09:09,348 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.24] pack to oss... +17 六月 2020 | 22:09:12,618 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:09:12,621 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +17 六月 2020 | 22:09:14,803 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:09:14,805 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +17 六月 2020 | 22:09:20,104 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! +17 六月 2020 | 22:09:20,104 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.24] pack to oss... +17 六月 2020 | 22:09:22,564 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.24] upload oss ok! +17 六月 2020 | 22:09:24,107 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! +17 六月 2020 | 22:09:24,107 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.24] pack to oss... +17 六月 2020 | 22:09:32,881 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.24] upload oss ok! +17 六月 2020 | 22:09:33,355 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.24] upload oss ok! +17 六月 2020 | 22:09:33,582 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:85013ms +17 六月 2020 | 23:49:48,656 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 六月 2020 | 23:49:48,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 六月 2020 | 23:49:48,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 六月 2020 | 23:49:48,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 六月 2020 | 23:49:49,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 六月 2020 | 23:49:49,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 六月 2020 | 23:49:49,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 六月 2020 | 23:49:49,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +17 六月 2020 | 23:49:49,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +17 六月 2020 | 23:49:49,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 23:49:49,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 23:49:49,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 23:49:49,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 23:49:49,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +17 六月 2020 | 23:49:49,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 23:49:49,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +17 六月 2020 | 23:49:49,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 23:49:49,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +17 六月 2020 | 23:49:49,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +17 六月 2020 | 23:49:49,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 23:49:49,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 23:49:49,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 23:49:49,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +17 六月 2020 | 23:49:50,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 381. +17 六月 2020 | 23:49:50,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 381. +17 六月 2020 | 23:49:50,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 381. +17 六月 2020 | 23:49:50,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +17 六月 2020 | 23:49:50,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +17 六月 2020 | 23:50:29,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 23:50:29,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.135] pack to oss... +17 六月 2020 | 23:50:30,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.135] upload oss ok! +17 六月 2020 | 23:50:30,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.61] pack to oss... +17 六月 2020 | 23:50:34,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.61] upload oss ok! +17 六月 2020 | 23:52:21,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 23:52:21,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.135] pack to oss... +17 六月 2020 | 23:52:23,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 23:52:23,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.135] pack to oss... +17 六月 2020 | 23:52:28,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.135] upload oss ok! +17 六月 2020 | 23:52:28,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.135] upload oss ok! +17 六月 2020 | 23:52:28,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.61] pack to oss... +17 六月 2020 | 23:52:28,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.61] pack to oss... +17 六月 2020 | 23:52:32,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.61] upload oss ok! +17 六月 2020 | 23:52:32,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.61] upload oss ok! +17 六月 2020 | 23:52:33,192 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:164536ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-18 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-18 new file mode 100644 index 0000000..9b49150 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-18 @@ -0,0 +1,182 @@ +18 六月 2020 | 07:52:13,054 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +18 六月 2020 | 07:52:13,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +18 六月 2020 | 07:52:13,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +18 六月 2020 | 07:52:13,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +18 六月 2020 | 07:52:13,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +18 六月 2020 | 07:52:13,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +18 六月 2020 | 07:52:13,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +18 六月 2020 | 07:52:13,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +18 六月 2020 | 07:52:13,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +18 六月 2020 | 07:52:13,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +18 六月 2020 | 07:52:13,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +18 六月 2020 | 07:52:13,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +18 六月 2020 | 07:52:13,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +18 六月 2020 | 07:52:13,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +18 六月 2020 | 07:52:14,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 382. +18 六月 2020 | 07:52:14,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 382. +18 六月 2020 | 07:52:15,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 382. +18 六月 2020 | 07:52:15,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +18 六月 2020 | 07:52:15,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +18 六月 2020 | 07:52:22,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 07:52:22,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.136] pack to oss... +18 六月 2020 | 07:52:23,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.136] upload oss ok! +18 六月 2020 | 07:54:15,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 07:54:15,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 07:54:15,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.136] pack to oss... +18 六月 2020 | 07:54:15,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.136] pack to oss... +18 六月 2020 | 07:54:17,308 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.136] upload oss ok! +18 六月 2020 | 07:54:17,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.136] upload oss ok! +18 六月 2020 | 07:54:17,689 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:124635ms +18 六月 2020 | 09:09:52,210 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +18 六月 2020 | 09:09:52,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +18 六月 2020 | 09:09:52,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +18 六月 2020 | 09:09:52,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +18 六月 2020 | 09:09:52,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +18 六月 2020 | 09:09:52,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +18 六月 2020 | 09:09:52,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +18 六月 2020 | 09:09:52,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +18 六月 2020 | 09:09:52,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngRoomStatView.lua +18 六月 2020 | 09:09:52,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +18 六月 2020 | 09:09:52,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +18 六月 2020 | 09:09:52,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngRoomStatView.lua +18 六月 2020 | 09:09:52,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +18 六月 2020 | 09:09:52,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +18 六月 2020 | 09:09:52,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +18 六月 2020 | 09:09:53,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +18 六月 2020 | 09:09:53,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngRoomStatView.lua +18 六月 2020 | 09:09:53,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 383. +18 六月 2020 | 09:09:54,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 383. +18 六月 2020 | 09:09:54,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 383. +18 六月 2020 | 09:09:54,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +18 六月 2020 | 09:09:54,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +18 六月 2020 | 09:10:00,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 09:10:01,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.137] pack to oss... +18 六月 2020 | 09:10:02,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.137] upload oss ok! +18 六月 2020 | 09:11:52,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 09:11:53,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.137] pack to oss... +18 六月 2020 | 09:11:53,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.137] upload oss ok! +18 六月 2020 | 09:11:55,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 09:11:55,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.137] pack to oss... +18 六月 2020 | 09:11:56,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.137] upload oss ok! +18 六月 2020 | 09:11:56,864 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:124654ms +18 六月 2020 | 17:42:49,793 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +18 六月 2020 | 17:42:50,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +18 六月 2020 | 17:42:50,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +18 六月 2020 | 17:42:50,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +18 六月 2020 | 17:42:50,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +18 六月 2020 | 17:42:50,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +18 六月 2020 | 17:42:50,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +18 六月 2020 | 17:42:50,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +18 六月 2020 | 17:42:50,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +18 六月 2020 | 17:42:50,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +18 六月 2020 | 17:42:50,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +18 六月 2020 | 17:42:50,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +18 六月 2020 | 17:42:50,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +18 六月 2020 | 17:42:50,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +18 六月 2020 | 17:42:50,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +18 六月 2020 | 17:42:50,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +18 六月 2020 | 17:42:50,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +18 六月 2020 | 17:42:50,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\IExtendConfig.lua +18 六月 2020 | 17:42:50,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\IExtendConfig.lua +18 六月 2020 | 17:42:50,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +18 六月 2020 | 17:42:50,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +18 六月 2020 | 17:42:50,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +18 六月 2020 | 17:42:50,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +18 六月 2020 | 17:42:50,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +18 六月 2020 | 17:42:50,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +18 六月 2020 | 17:42:50,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +18 六月 2020 | 17:42:50,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +18 六月 2020 | 17:42:50,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +18 六月 2020 | 17:42:50,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 六月 2020 | 17:42:50,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 六月 2020 | 17:42:50,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +18 六月 2020 | 17:42:50,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +18 六月 2020 | 17:42:50,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +18 六月 2020 | 17:42:50,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_1_s2.xml +18 六月 2020 | 17:42:50,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_1_s2.xml +18 六月 2020 | 17:42:50,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +18 六月 2020 | 17:42:50,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_2_s2.xml +18 六月 2020 | 17:42:50,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_2_s2.xml +18 六月 2020 | 17:42:50,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_3_s2.xml +18 六月 2020 | 17:42:50,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_3_s2.xml +18 六月 2020 | 17:42:50,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_4_s2.xml +18 六月 2020 | 17:42:50,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_4_s2.xml +18 六月 2020 | 17:42:50,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\component\head +18 六月 2020 | 17:42:50,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\component\head +18 六月 2020 | 17:42:50,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\component\head\jfk.png +18 六月 2020 | 17:42:50,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\component\head\jfk.png +18 六月 2020 | 17:42:50,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\IExtendConfig.lua +18 六月 2020 | 17:42:51,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\package.xml +18 六月 2020 | 17:42:51,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +18 六月 2020 | 17:42:51,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\package.xml +18 六月 2020 | 17:42:51,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +18 六月 2020 | 17:42:51,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +18 六月 2020 | 17:42:51,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +18 六月 2020 | 17:42:51,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 六月 2020 | 17:42:51,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +18 六月 2020 | 17:42:51,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_1_s2.xml +18 六月 2020 | 17:42:51,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_2_s2.xml +18 六月 2020 | 17:42:51,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_3_s2.xml +18 六月 2020 | 17:42:51,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_4_s2.xml +18 六月 2020 | 17:42:51,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\component\head +18 六月 2020 | 17:42:51,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\component\head\jfk.png +18 六月 2020 | 17:42:51,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\package.xml +18 六月 2020 | 17:42:51,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 386. +18 六月 2020 | 17:42:52,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 386. +18 六月 2020 | 17:42:52,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 386. +18 六月 2020 | 17:42:52,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +18 六月 2020 | 17:42:52,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +18 六月 2020 | 17:43:20,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:43:21,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.138] pack to oss... +18 六月 2020 | 17:43:22,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.138] upload oss ok! +18 六月 2020 | 17:43:22,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.20] pack to oss... +18 六月 2020 | 17:43:27,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.20] upload oss ok! +18 六月 2020 | 17:45:06,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:45:06,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.138] pack to oss... +18 六月 2020 | 17:45:06,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.138] upload oss ok! +18 六月 2020 | 17:45:06,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.20] pack to oss... +18 六月 2020 | 17:45:08,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:45:08,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.138] pack to oss... +18 六月 2020 | 17:45:10,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.138] upload oss ok! +18 六月 2020 | 17:45:10,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.20] pack to oss... +18 六月 2020 | 17:45:14,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.20] upload oss ok! +18 六月 2020 | 17:45:17,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.20] upload oss ok! +18 六月 2020 | 17:45:18,075 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:148282ms +18 六月 2020 | 17:45:35,937 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +18 六月 2020 | 17:45:36,087 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +18 六月 2020 | 17:45:36,087 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +18 六月 2020 | 17:45:36,087 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +18 六月 2020 | 17:45:36,160 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +18 六月 2020 | 17:45:36,173 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +18 六月 2020 | 17:45:36,183 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +18 六月 2020 | 17:45:36,494 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +18 六月 2020 | 17:45:36,530 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +18 六月 2020 | 17:45:36,540 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +18 六月 2020 | 17:45:36,553 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 386. +18 六月 2020 | 17:45:36,562 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 386. +18 六月 2020 | 17:45:36,580 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +18 六月 2020 | 17:45:36,671 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 386. +18 六月 2020 | 17:45:36,683 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +18 六月 2020 | 17:45:36,683 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +18 六月 2020 | 17:46:19,917 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:46:20,403 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.19] pack to oss... +18 六月 2020 | 17:46:20,975 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.19] upload oss ok! +18 六月 2020 | 17:46:20,975 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.16] pack to oss... +18 六月 2020 | 17:46:21,851 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.16] upload oss ok! +18 六月 2020 | 17:46:21,852 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.13] pack to oss... +18 六月 2020 | 17:46:22,384 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.13] upload oss ok! +18 六月 2020 | 17:46:33,282 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:46:33,286 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.19] pack to oss... +18 六月 2020 | 17:46:33,783 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.19] upload oss ok! +18 六月 2020 | 17:46:33,784 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.16] pack to oss... +18 六月 2020 | 17:46:34,591 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.16] upload oss ok! +18 六月 2020 | 17:46:34,591 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.13] pack to oss... +18 六月 2020 | 17:46:35,232 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:46:35,235 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.19] pack to oss... +18 六月 2020 | 17:46:35,639 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.13] upload oss ok! +18 六月 2020 | 17:46:35,881 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.19] upload oss ok! +18 六月 2020 | 17:46:35,882 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.16] pack to oss... +18 六月 2020 | 17:46:36,572 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.16] upload oss ok! +18 六月 2020 | 17:46:36,573 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.13] pack to oss... +18 六月 2020 | 17:46:37,048 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.13] upload oss ok! +18 六月 2020 | 17:46:37,241 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:61304ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-22 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-22 new file mode 100644 index 0000000..3361161 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-22 @@ -0,0 +1,229 @@ +22 六月 2020 | 18:10:43,794 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +22 六月 2020 | 18:10:43,926 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +22 六月 2020 | 18:17:57,253 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +22 六月 2020 | 18:17:57,300 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +22 六月 2020 | 18:17:57,300 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +22 六月 2020 | 18:17:57,300 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +22 六月 2020 | 18:17:57,929 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 六月 2020 | 18:17:57,938 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 六月 2020 | 18:17:57,938 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 六月 2020 | 18:18:02,120 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji +22 六月 2020 | 18:18:02,128 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +22 六月 2020 | 18:18:02,130 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +22 六月 2020 | 18:18:02,133 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +22 六月 2020 | 18:18:02,135 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +22 六月 2020 | 18:18:02,137 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +22 六月 2020 | 18:18:02,138 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +22 六月 2020 | 18:18:02,139 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +22 六月 2020 | 18:18:02,141 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +22 六月 2020 | 18:18:02,144 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +22 六月 2020 | 18:18:02,147 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +22 六月 2020 | 18:18:02,149 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +22 六月 2020 | 18:18:02,150 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +22 六月 2020 | 18:18:02,151 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +22 六月 2020 | 18:18:02,152 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +22 六月 2020 | 18:18:02,154 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +22 六月 2020 | 18:18:02,157 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +22 六月 2020 | 18:18:02,160 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +22 六月 2020 | 18:18:02,219 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:18:02,222 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji +22 六月 2020 | 18:18:02,223 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui +22 六月 2020 | 18:18:02,246 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji +22 六月 2020 | 18:18:02,248 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui +22 六月 2020 | 18:18:02,282 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:02,289 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:02,297 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:02,304 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:02,310 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:02,314 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:02,315 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:02,321 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:02,324 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:02,326 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:02,328 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:02,332 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:02,334 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:02,339 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:02,341 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:02,348 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:02,349 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:02,354 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:02,355 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:02,360 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:02,390 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:02,403 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:02,409 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:02,409 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:02,414 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:02,415 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:02,417 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:02,420 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:02,421 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:02,423 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:02,425 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:02,426 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:02,427 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:02,429 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:02,431 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:02,432 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:02,432 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:02,436 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:02,437 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:02,439 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:02,466 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui.meta +22 六月 2020 | 18:18:02,473 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji.meta +22 六月 2020 | 18:18:02,475 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui.meta +22 六月 2020 | 18:18:02,477 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:18:02,482 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +22 六月 2020 | 18:18:02,491 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji.meta +22 六月 2020 | 18:18:02,535 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji +22 六月 2020 | 18:18:02,541 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +22 六月 2020 | 18:18:02,542 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +22 六月 2020 | 18:18:02,543 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +22 六月 2020 | 18:18:02,545 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +22 六月 2020 | 18:18:02,546 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +22 六月 2020 | 18:18:02,547 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +22 六月 2020 | 18:18:02,549 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +22 六月 2020 | 18:18:02,550 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +22 六月 2020 | 18:18:02,552 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +22 六月 2020 | 18:18:02,555 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +22 六月 2020 | 18:18:02,556 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +22 六月 2020 | 18:18:02,557 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +22 六月 2020 | 18:18:02,559 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +22 六月 2020 | 18:18:02,561 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +22 六月 2020 | 18:18:02,562 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +22 六月 2020 | 18:18:02,564 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +22 六月 2020 | 18:18:02,931 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 388. +22 六月 2020 | 18:18:03,050 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 388. +22 六月 2020 | 18:18:03,063 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +22 六月 2020 | 18:18:03,063 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +22 六月 2020 | 18:18:03,102 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji +22 六月 2020 | 18:18:03,109 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +22 六月 2020 | 18:18:03,111 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +22 六月 2020 | 18:18:03,113 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +22 六月 2020 | 18:18:03,114 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +22 六月 2020 | 18:18:03,116 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +22 六月 2020 | 18:18:03,118 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +22 六月 2020 | 18:18:03,120 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +22 六月 2020 | 18:18:03,121 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +22 六月 2020 | 18:18:03,123 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +22 六月 2020 | 18:18:03,124 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +22 六月 2020 | 18:18:03,126 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +22 六月 2020 | 18:18:03,127 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +22 六月 2020 | 18:18:03,128 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +22 六月 2020 | 18:18:03,129 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +22 六月 2020 | 18:18:03,130 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +22 六月 2020 | 18:18:03,131 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +22 六月 2020 | 18:18:03,173 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji +22 六月 2020 | 18:18:03,174 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui +22 六月 2020 | 18:18:03,226 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:03,230 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:03,235 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:03,238 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:03,242 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:03,244 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:03,246 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:03,250 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:03,252 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:03,256 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:03,299 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:03,302 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:03,309 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:03,314 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:03,315 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:03,322 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:03,326 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:03,329 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:03,330 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:03,336 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:03,369 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui.meta +22 六月 2020 | 18:18:03,373 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji.meta +22 六月 2020 | 18:18:03,750 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 388. +22 六月 2020 | 18:18:36,514 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:18:36,996 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.20] pack to oss... +22 六月 2020 | 18:18:38,620 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.20] upload oss ok! +22 六月 2020 | 18:18:57,099 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:18:57,585 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.20] pack to oss... +22 六月 2020 | 18:19:00,271 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.20] upload oss ok! +22 六月 2020 | 18:19:15,446 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:19:15,448 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.20] pack to oss... +22 六月 2020 | 18:19:15,997 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.20] upload oss ok! +22 六月 2020 | 18:19:16,186 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:78934ms +22 六月 2020 | 18:20:17,137 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +22 六月 2020 | 18:20:17,185 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +22 六月 2020 | 18:20:17,186 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +22 六月 2020 | 18:20:17,186 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +22 六月 2020 | 18:20:17,254 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 六月 2020 | 18:20:17,268 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 六月 2020 | 18:20:17,271 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 六月 2020 | 18:20:17,579 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:20:17,580 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +22 六月 2020 | 18:20:17,645 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +22 六月 2020 | 18:20:17,650 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:20:17,652 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:20:17,714 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:20:17,818 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:20:17,862 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +22 六月 2020 | 18:20:17,863 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +22 六月 2020 | 18:20:32,710 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:20:33,199 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.21] pack to oss... +22 六月 2020 | 18:20:33,918 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.21] upload oss ok! +22 六月 2020 | 18:20:34,713 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:20:35,200 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.21] pack to oss... +22 六月 2020 | 18:20:36,940 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:20:36,942 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.21] pack to oss... +22 六月 2020 | 18:20:37,815 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.21] upload oss ok! +22 六月 2020 | 18:20:38,053 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.21] upload oss ok! +22 六月 2020 | 18:20:38,228 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:21092ms +22 六月 2020 | 18:25:38,495 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +22 六月 2020 | 18:25:38,541 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +22 六月 2020 | 18:25:38,541 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +22 六月 2020 | 18:25:38,541 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +22 六月 2020 | 18:25:38,605 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 六月 2020 | 18:25:38,614 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 六月 2020 | 18:25:38,627 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 六月 2020 | 18:25:38,924 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:25:38,924 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +22 六月 2020 | 18:25:38,990 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +22 六月 2020 | 18:25:38,992 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:25:38,996 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:25:39,057 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:25:39,134 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:25:39,152 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +22 六月 2020 | 18:25:39,153 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +22 六月 2020 | 18:26:00,019 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:26:00,055 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.1] pack to oss... +22 六月 2020 | 18:26:00,083 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:26:00,085 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.1] pack to oss... +22 六月 2020 | 18:26:01,784 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:26:01,787 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.1] pack to oss... +22 六月 2020 | 18:26:06,103 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.1] upload oss ok! +22 六月 2020 | 18:26:13,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.1] upload oss ok! +22 六月 2020 | 18:26:18,804 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.1] upload oss ok! +22 六月 2020 | 18:26:19,353 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:40859ms +22 六月 2020 | 18:27:30,531 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +22 六月 2020 | 18:27:30,594 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +22 六月 2020 | 18:27:30,594 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +22 六月 2020 | 18:27:30,594 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +22 六月 2020 | 18:27:30,688 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 六月 2020 | 18:27:30,694 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 六月 2020 | 18:27:30,708 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 六月 2020 | 18:27:31,004 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:27:31,004 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +22 六月 2020 | 18:27:31,054 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:27:31,065 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:27:31,066 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +22 六月 2020 | 18:27:31,118 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:27:31,196 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:27:31,208 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +22 六月 2020 | 18:27:31,208 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +22 六月 2020 | 18:27:48,133 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:27:48,135 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.22] pack to oss... +22 六月 2020 | 18:27:48,298 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:27:48,300 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.22] pack to oss... +22 六月 2020 | 18:27:50,313 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:27:50,325 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.22] pack to oss... +22 六月 2020 | 18:27:50,906 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.22] upload oss ok! +22 六月 2020 | 18:27:50,906 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.22] upload oss ok! +22 六月 2020 | 18:27:52,692 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.22] upload oss ok! +22 六月 2020 | 18:27:52,859 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:22328ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-24 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-24 new file mode 100644 index 0000000..be17f81 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-24 @@ -0,0 +1,927 @@ +24 六月 2020 | 17:04:47,013 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +24 六月 2020 | 17:04:47,133 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +24 六月 2020 | 17:21:12,152 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +24 六月 2020 | 17:21:12,211 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +24 六月 2020 | 17:21:12,211 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +24 六月 2020 | 17:21:12,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +24 六月 2020 | 17:21:12,689 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +24 六月 2020 | 17:21:12,694 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +24 六月 2020 | 17:21:12,701 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +24 六月 2020 | 17:21:17,484 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +24 六月 2020 | 17:21:17,545 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 388. +24 六月 2020 | 17:21:17,548 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +24 六月 2020 | 17:21:17,564 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +24 六月 2020 | 17:21:17,565 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +24 六月 2020 | 17:21:17,736 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 388. +24 六月 2020 | 17:21:17,748 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +24 六月 2020 | 17:21:17,748 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +24 六月 2020 | 17:21:18,464 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 388. +24 六月 2020 | 17:21:38,439 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 17:21:38,442 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.2] pack to oss... +24 六月 2020 | 17:21:40,446 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.2] upload oss ok! +24 六月 2020 | 17:21:40,592 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 17:21:40,597 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.2] pack to oss... +24 六月 2020 | 17:21:41,596 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.2] upload oss ok! +24 六月 2020 | 17:21:42,605 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 17:21:42,609 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.2] pack to oss... +24 六月 2020 | 17:21:44,709 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.2] upload oss ok! +24 六月 2020 | 17:21:44,799 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:32648ms +24 六月 2020 | 18:39:52,792 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +24 六月 2020 | 18:39:52,847 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +24 六月 2020 | 18:39:52,847 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +24 六月 2020 | 18:39:52,847 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +24 六月 2020 | 18:39:52,993 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +24 六月 2020 | 18:39:53,011 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +24 六月 2020 | 18:39:53,054 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +24 六月 2020 | 18:39:53,365 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +24 六月 2020 | 18:39:53,410 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +24 六月 2020 | 18:39:53,425 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +24 六月 2020 | 18:39:53,474 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +24 六月 2020 | 18:39:53,505 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +24 六月 2020 | 18:39:53,536 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +24 六月 2020 | 18:39:53,556 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +24 六月 2020 | 18:39:53,589 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +24 六月 2020 | 18:39:53,600 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg +24 六月 2020 | 18:39:53,606 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +24 六月 2020 | 18:39:53,616 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +24 六月 2020 | 18:39:53,629 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png +24 六月 2020 | 18:39:53,630 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +24 六月 2020 | 18:39:53,636 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png.meta +24 六月 2020 | 18:39:53,653 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg +24 六月 2020 | 18:39:53,659 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png +24 六月 2020 | 18:39:53,668 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png.meta +24 六月 2020 | 18:39:53,673 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg +24 六月 2020 | 18:39:53,681 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png +24 六月 2020 | 18:39:53,691 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png.meta +24 六月 2020 | 18:39:53,693 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png +24 六月 2020 | 18:39:53,701 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png.meta +24 六月 2020 | 18:39:53,706 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png +24 六月 2020 | 18:39:53,712 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png.meta +24 六月 2020 | 18:39:53,729 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png +24 六月 2020 | 18:39:53,736 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png.meta +24 六月 2020 | 18:39:53,737 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png +24 六月 2020 | 18:39:53,745 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg.meta +24 六月 2020 | 18:39:53,749 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound +24 六月 2020 | 18:39:53,750 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png.meta +24 六月 2020 | 18:39:53,761 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png +24 六月 2020 | 18:39:53,766 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png +24 六月 2020 | 18:39:53,768 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png.meta +24 六月 2020 | 18:39:53,777 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png.meta +24 六月 2020 | 18:39:53,821 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg.meta +24 六月 2020 | 18:39:53,824 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound +24 六月 2020 | 18:39:53,827 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3 +24 六月 2020 | 18:39:53,829 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg.meta +24 六月 2020 | 18:39:53,831 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound +24 六月 2020 | 18:39:53,834 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3.meta +24 六月 2020 | 18:39:53,837 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3 +24 六月 2020 | 18:39:53,843 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3.meta +24 六月 2020 | 18:39:53,866 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3 +24 六月 2020 | 18:39:53,873 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3.meta +24 六月 2020 | 18:39:53,882 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3 +24 六月 2020 | 18:39:53,892 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3.meta +24 六月 2020 | 18:39:53,894 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man +24 六月 2020 | 18:39:53,897 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3 +24 六月 2020 | 18:39:53,903 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3.meta +24 六月 2020 | 18:39:53,910 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3 +24 六月 2020 | 18:39:53,916 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3.meta +24 六月 2020 | 18:39:53,928 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3 +24 六月 2020 | 18:39:53,933 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3 +24 六月 2020 | 18:39:53,935 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3 +24 六月 2020 | 18:39:53,938 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3.meta +24 六月 2020 | 18:39:53,939 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3.meta +24 六月 2020 | 18:39:53,941 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3.meta +24 六月 2020 | 18:39:53,957 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3 +24 六月 2020 | 18:39:53,957 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3 +24 六月 2020 | 18:39:53,958 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3 +24 六月 2020 | 18:39:53,966 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3.meta +24 六月 2020 | 18:39:53,967 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3.meta +24 六月 2020 | 18:39:53,971 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3.meta +24 六月 2020 | 18:39:53,972 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3 +24 六月 2020 | 18:39:53,972 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3 +24 六月 2020 | 18:39:53,974 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3 +24 六月 2020 | 18:39:53,979 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3.meta +24 六月 2020 | 18:39:53,980 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3.meta +24 六月 2020 | 18:39:53,981 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3.meta +24 六月 2020 | 18:39:53,982 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3 +24 六月 2020 | 18:39:53,986 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3 +24 六月 2020 | 18:39:53,988 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3 +24 六月 2020 | 18:39:53,990 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3.meta +24 六月 2020 | 18:39:53,993 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3.meta +24 六月 2020 | 18:39:53,993 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3 +24 六月 2020 | 18:39:53,995 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man +24 六月 2020 | 18:39:53,996 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3.meta +24 六月 2020 | 18:39:53,998 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man +24 六月 2020 | 18:39:53,998 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3.meta +24 六月 2020 | 18:39:53,998 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3 +24 六月 2020 | 18:39:54,001 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3 +24 六月 2020 | 18:39:54,001 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3 +24 六月 2020 | 18:39:54,008 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3.meta +24 六月 2020 | 18:39:54,010 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3.meta +24 六月 2020 | 18:39:54,011 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3 +24 六月 2020 | 18:39:54,013 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3.meta +24 六月 2020 | 18:39:54,015 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3 +24 六月 2020 | 18:39:54,017 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3 +24 六月 2020 | 18:39:54,019 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3.meta +24 六月 2020 | 18:39:54,022 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3.meta +24 六月 2020 | 18:39:54,024 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3.meta +24 六月 2020 | 18:39:54,024 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3 +24 六月 2020 | 18:39:54,027 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3 +24 六月 2020 | 18:39:54,031 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3 +24 六月 2020 | 18:39:54,032 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3.meta +24 六月 2020 | 18:39:54,033 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3.meta +24 六月 2020 | 18:39:54,036 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3 +24 六月 2020 | 18:39:54,037 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3 +24 六月 2020 | 18:39:54,039 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3.meta +24 六月 2020 | 18:39:54,042 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3 +24 六月 2020 | 18:39:54,043 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3.meta +24 六月 2020 | 18:39:54,043 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3.meta +24 六月 2020 | 18:39:54,046 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3 +24 六月 2020 | 18:39:54,047 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3 +24 六月 2020 | 18:39:54,048 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3.meta +24 六月 2020 | 18:39:54,050 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3 +24 六月 2020 | 18:39:54,054 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3.meta +24 六月 2020 | 18:39:54,057 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3.meta +24 六月 2020 | 18:39:54,057 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3 +24 六月 2020 | 18:39:54,058 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3.meta +24 六月 2020 | 18:39:54,060 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3 +24 六月 2020 | 18:39:54,062 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3 +24 六月 2020 | 18:39:54,064 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3.meta +24 六月 2020 | 18:39:54,066 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3.meta +24 六月 2020 | 18:39:54,068 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3 +24 六月 2020 | 18:39:54,069 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3.meta +24 六月 2020 | 18:39:54,070 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3 +24 六月 2020 | 18:39:54,072 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3 +24 六月 2020 | 18:39:54,078 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3.meta +24 六月 2020 | 18:39:54,079 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3.meta +24 六月 2020 | 18:39:54,079 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3.meta +24 六月 2020 | 18:39:54,083 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3 +24 六月 2020 | 18:39:54,084 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3 +24 六月 2020 | 18:39:54,085 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3 +24 六月 2020 | 18:39:54,089 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3.meta +24 六月 2020 | 18:39:54,093 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3.meta +24 六月 2020 | 18:39:54,096 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3 +24 六月 2020 | 18:39:54,097 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3 +24 六月 2020 | 18:39:54,098 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3.meta +24 六月 2020 | 18:39:54,103 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3 +24 六月 2020 | 18:39:54,104 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3.meta +24 六月 2020 | 18:39:54,105 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3.meta +24 六月 2020 | 18:39:54,110 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3 +24 六月 2020 | 18:39:54,110 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3 +24 六月 2020 | 18:39:54,112 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3.meta +24 六月 2020 | 18:39:54,116 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3 +24 六月 2020 | 18:39:54,116 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3.meta +24 六月 2020 | 18:39:54,118 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3.meta +24 六月 2020 | 18:39:54,121 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3 +24 六月 2020 | 18:39:54,122 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3 +24 六月 2020 | 18:39:54,123 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3.meta +24 六月 2020 | 18:39:54,127 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3 +24 六月 2020 | 18:39:54,128 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3.meta +24 六月 2020 | 18:39:54,129 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3.meta +24 六月 2020 | 18:39:54,132 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3 +24 六月 2020 | 18:39:54,133 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3 +24 六月 2020 | 18:39:54,134 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3.meta +24 六月 2020 | 18:39:54,138 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3 +24 六月 2020 | 18:39:54,141 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3.meta +24 六月 2020 | 18:39:54,142 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3.meta +24 六月 2020 | 18:39:54,144 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3 +24 六月 2020 | 18:39:54,145 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3.meta +24 六月 2020 | 18:39:54,145 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3 +24 六月 2020 | 18:39:54,148 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3 +24 六月 2020 | 18:39:54,151 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3.meta +24 六月 2020 | 18:39:54,152 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3.meta +24 六月 2020 | 18:39:54,154 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3 +24 六月 2020 | 18:39:54,156 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3.meta +24 六月 2020 | 18:39:54,157 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3 +24 六月 2020 | 18:39:54,160 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3 +24 六月 2020 | 18:39:54,161 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3.meta +24 六月 2020 | 18:39:54,163 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3.meta +24 六月 2020 | 18:39:54,165 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3 +24 六月 2020 | 18:39:54,166 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3 +24 六月 2020 | 18:39:54,167 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3.meta +24 六月 2020 | 18:39:54,170 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3 +24 六月 2020 | 18:39:54,170 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3.meta +24 六月 2020 | 18:39:54,171 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3.meta +24 六月 2020 | 18:39:54,174 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3 +24 六月 2020 | 18:39:54,176 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3 +24 六月 2020 | 18:39:54,177 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3.meta +24 六月 2020 | 18:39:54,180 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3.meta +24 六月 2020 | 18:39:54,181 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3 +24 六月 2020 | 18:39:54,182 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3.meta +24 六月 2020 | 18:39:54,186 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3 +24 六月 2020 | 18:39:54,187 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3.meta +24 六月 2020 | 18:39:54,187 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3 +24 六月 2020 | 18:39:54,192 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3.meta +24 六月 2020 | 18:39:54,192 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3 +24 六月 2020 | 18:39:54,193 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3.meta +24 六月 2020 | 18:39:54,195 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3 +24 六月 2020 | 18:39:54,197 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3 +24 六月 2020 | 18:39:54,198 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3.meta +24 六月 2020 | 18:39:54,203 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3 +24 六月 2020 | 18:39:54,204 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3.meta +24 六月 2020 | 18:39:54,204 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3.meta +24 六月 2020 | 18:39:54,207 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3 +24 六月 2020 | 18:39:54,209 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3 +24 六月 2020 | 18:39:54,211 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3.meta +24 六月 2020 | 18:39:54,213 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3.meta +24 六月 2020 | 18:39:54,215 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3 +24 六月 2020 | 18:39:54,216 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3 +24 六月 2020 | 18:39:54,218 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3.meta +24 六月 2020 | 18:39:54,221 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3 +24 六月 2020 | 18:39:54,222 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3.meta +24 六月 2020 | 18:39:54,223 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3.meta +24 六月 2020 | 18:39:54,225 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3 +24 六月 2020 | 18:39:54,227 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3 +24 六月 2020 | 18:39:54,229 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3.meta +24 六月 2020 | 18:39:54,233 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3.meta +24 六月 2020 | 18:39:54,233 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3 +24 六月 2020 | 18:39:54,235 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3.meta +24 六月 2020 | 18:39:54,238 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3 +24 六月 2020 | 18:39:54,240 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3 +24 六月 2020 | 18:39:54,241 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3.meta +24 六月 2020 | 18:39:54,243 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3.meta +24 六月 2020 | 18:39:54,244 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3 +24 六月 2020 | 18:39:54,246 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3.meta +24 六月 2020 | 18:39:54,247 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3 +24 六月 2020 | 18:39:54,250 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3 +24 六月 2020 | 18:39:54,250 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3.meta +24 六月 2020 | 18:39:54,253 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3 +24 六月 2020 | 18:39:54,253 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3.meta +24 六月 2020 | 18:39:54,254 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3.meta +24 六月 2020 | 18:39:54,257 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3 +24 六月 2020 | 18:39:54,258 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3 +24 六月 2020 | 18:39:54,259 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3.meta +24 六月 2020 | 18:39:54,264 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3 +24 六月 2020 | 18:39:54,265 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3.meta +24 六月 2020 | 18:39:54,268 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3.meta +24 六月 2020 | 18:39:54,268 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3 +24 六月 2020 | 18:39:54,272 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3 +24 六月 2020 | 18:39:54,272 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3.meta +24 六月 2020 | 18:39:54,276 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3.meta +24 六月 2020 | 18:39:54,277 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3 +24 六月 2020 | 18:39:54,278 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3.meta +24 六月 2020 | 18:39:54,280 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3 +24 六月 2020 | 18:39:54,281 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3 +24 六月 2020 | 18:39:54,284 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3.meta +24 六月 2020 | 18:39:54,287 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3 +24 六月 2020 | 18:39:54,288 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3.meta +24 六月 2020 | 18:39:54,291 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3 +24 六月 2020 | 18:39:54,292 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3.meta +24 六月 2020 | 18:39:54,295 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3.meta +24 六月 2020 | 18:39:54,296 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3 +24 六月 2020 | 18:39:54,298 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3 +24 六月 2020 | 18:39:54,300 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3.meta +24 六月 2020 | 18:39:54,301 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3.meta +24 六月 2020 | 18:39:54,303 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3 +24 六月 2020 | 18:39:54,307 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3.meta +24 六月 2020 | 18:39:54,307 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3 +24 六月 2020 | 18:39:54,310 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3 +24 六月 2020 | 18:39:54,311 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3.meta +24 六月 2020 | 18:39:54,314 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3 +24 六月 2020 | 18:39:54,314 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3.meta +24 六月 2020 | 18:39:54,317 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3.meta +24 六月 2020 | 18:39:54,319 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3 +24 六月 2020 | 18:39:54,321 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3.meta +24 六月 2020 | 18:39:54,322 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3 +24 六月 2020 | 18:39:54,325 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3 +24 六月 2020 | 18:39:54,326 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3.meta +24 六月 2020 | 18:39:54,328 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3.meta +24 六月 2020 | 18:39:54,331 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3 +24 六月 2020 | 18:39:54,332 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3 +24 六月 2020 | 18:39:54,332 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3.meta +24 六月 2020 | 18:39:54,335 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3 +24 六月 2020 | 18:39:54,337 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3.meta +24 六月 2020 | 18:39:54,337 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3.meta +24 六月 2020 | 18:39:54,340 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3 +24 六月 2020 | 18:39:54,341 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3.meta +24 六月 2020 | 18:39:54,341 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3 +24 六月 2020 | 18:39:54,346 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3 +24 六月 2020 | 18:39:54,346 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3.meta +24 六月 2020 | 18:39:54,349 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3.meta +24 六月 2020 | 18:39:54,349 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3 +24 六月 2020 | 18:39:54,351 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3.meta +24 六月 2020 | 18:39:54,353 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3 +24 六月 2020 | 18:39:54,355 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3.meta +24 六月 2020 | 18:39:54,357 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3 +24 六月 2020 | 18:39:54,359 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3 +24 六月 2020 | 18:39:54,360 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3.meta +24 六月 2020 | 18:39:54,364 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3 +24 六月 2020 | 18:39:54,366 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3.meta +24 六月 2020 | 18:39:54,367 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3.meta +24 六月 2020 | 18:39:54,369 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3 +24 六月 2020 | 18:39:54,370 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3 +24 六月 2020 | 18:39:54,371 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3.meta +24 六月 2020 | 18:39:54,375 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3.meta +24 六月 2020 | 18:39:54,379 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3 +24 六月 2020 | 18:39:54,380 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3 +24 六月 2020 | 18:39:54,381 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3.meta +24 六月 2020 | 18:39:54,387 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3 +24 六月 2020 | 18:39:54,391 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3.meta +24 六月 2020 | 18:39:54,392 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3.meta +24 六月 2020 | 18:39:54,396 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3.meta +24 六月 2020 | 18:39:54,396 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3 +24 六月 2020 | 18:39:54,397 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3 +24 六月 2020 | 18:39:54,399 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3 +24 六月 2020 | 18:39:54,402 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3.meta +24 六月 2020 | 18:39:54,406 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3.meta +24 六月 2020 | 18:39:54,406 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3 +24 六月 2020 | 18:39:54,406 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3.meta +24 六月 2020 | 18:39:54,409 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3 +24 六月 2020 | 18:39:54,412 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3 +24 六月 2020 | 18:39:54,413 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3.meta +24 六月 2020 | 18:39:54,416 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3 +24 六月 2020 | 18:39:54,417 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3.meta +24 六月 2020 | 18:39:54,420 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3.meta +24 六月 2020 | 18:39:54,425 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3.meta +24 六月 2020 | 18:39:54,426 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3 +24 六月 2020 | 18:39:54,427 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3 +24 六月 2020 | 18:39:54,429 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3 +24 六月 2020 | 18:39:54,434 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3.meta +24 六月 2020 | 18:39:54,435 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3.meta +24 六月 2020 | 18:39:54,438 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3 +24 六月 2020 | 18:39:54,440 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3 +24 六月 2020 | 18:39:54,440 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3.meta +24 六月 2020 | 18:39:54,444 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3.meta +24 六月 2020 | 18:39:54,444 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3 +24 六月 2020 | 18:39:54,445 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3.meta +24 六月 2020 | 18:39:54,447 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3 +24 六月 2020 | 18:39:54,449 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3 +24 六月 2020 | 18:39:54,451 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3.meta +24 六月 2020 | 18:39:54,454 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3.meta +24 六月 2020 | 18:39:54,455 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3.meta +24 六月 2020 | 18:39:54,456 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3 +24 六月 2020 | 18:39:54,457 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3 +24 六月 2020 | 18:39:54,459 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3 +24 六月 2020 | 18:39:54,462 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3.meta +24 六月 2020 | 18:39:54,462 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3.meta +24 六月 2020 | 18:39:54,465 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3.meta +24 六月 2020 | 18:39:54,465 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3 +24 六月 2020 | 18:39:54,466 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3 +24 六月 2020 | 18:39:54,470 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3 +24 六月 2020 | 18:39:54,474 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3.meta +24 六月 2020 | 18:39:54,475 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3.meta +24 六月 2020 | 18:39:54,479 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3 +24 六月 2020 | 18:39:54,480 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3 +24 六月 2020 | 18:39:54,481 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3.meta +24 六月 2020 | 18:39:54,484 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3.meta +24 六月 2020 | 18:39:54,485 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3 +24 六月 2020 | 18:39:54,486 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3 +24 六月 2020 | 18:39:54,487 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3.meta +24 六月 2020 | 18:39:54,490 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3.meta +24 六月 2020 | 18:39:54,490 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3 +24 六月 2020 | 18:39:54,493 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3 +24 六月 2020 | 18:39:54,493 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3.meta +24 六月 2020 | 18:39:54,496 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3 +24 六月 2020 | 18:39:54,496 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3.meta +24 六月 2020 | 18:39:54,498 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3.meta +24 六月 2020 | 18:39:54,500 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3 +24 六月 2020 | 18:39:54,502 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3 +24 六月 2020 | 18:39:54,504 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3.meta +24 六月 2020 | 18:39:54,506 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3.meta +24 六月 2020 | 18:39:54,509 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3 +24 六月 2020 | 18:39:54,510 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3.meta +24 六月 2020 | 18:39:54,510 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3 +24 六月 2020 | 18:39:54,514 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3 +24 六月 2020 | 18:39:54,516 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3.meta +24 六月 2020 | 18:39:54,519 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3.meta +24 六月 2020 | 18:39:54,522 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3 +24 六月 2020 | 18:39:54,523 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3.meta +24 六月 2020 | 18:39:54,523 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3 +24 六月 2020 | 18:39:54,529 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3.meta +24 六月 2020 | 18:39:54,531 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3.meta +24 六月 2020 | 18:39:54,536 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3 +24 六月 2020 | 18:39:54,537 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3 +24 六月 2020 | 18:39:54,548 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3.meta +24 六月 2020 | 18:39:54,548 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3.meta +24 六月 2020 | 18:39:54,551 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3 +24 六月 2020 | 18:39:54,552 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3 +24 六月 2020 | 18:39:54,558 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3.meta +24 六月 2020 | 18:39:54,561 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3.meta +24 六月 2020 | 18:39:54,562 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3 +24 六月 2020 | 18:39:54,565 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3 +24 六月 2020 | 18:39:54,567 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3.meta +24 六月 2020 | 18:39:54,571 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3 +24 六月 2020 | 18:39:54,572 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3.meta +24 六月 2020 | 18:39:54,575 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3 +24 六月 2020 | 18:39:54,576 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3.meta +24 六月 2020 | 18:39:54,581 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3 +24 六月 2020 | 18:39:54,583 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3.meta +24 六月 2020 | 18:39:54,586 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3 +24 六月 2020 | 18:39:54,588 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3.meta +24 六月 2020 | 18:39:54,591 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3 +24 六月 2020 | 18:39:54,593 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3.meta +24 六月 2020 | 18:39:54,597 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3.meta +24 六月 2020 | 18:39:54,597 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3 +24 六月 2020 | 18:39:54,601 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3 +24 六月 2020 | 18:39:54,603 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3.meta +24 六月 2020 | 18:39:54,606 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3.meta +24 六月 2020 | 18:39:54,610 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3 +24 六月 2020 | 18:39:54,617 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3.meta +24 六月 2020 | 18:39:54,856 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man.meta +24 六月 2020 | 18:39:54,859 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3 +24 六月 2020 | 18:39:54,864 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3.meta +24 六月 2020 | 18:39:54,868 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3 +24 六月 2020 | 18:39:54,872 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3.meta +24 六月 2020 | 18:39:54,873 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman +24 六月 2020 | 18:39:54,876 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3 +24 六月 2020 | 18:39:54,882 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3.meta +24 六月 2020 | 18:39:54,885 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3 +24 六月 2020 | 18:39:54,889 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3.meta +24 六月 2020 | 18:39:54,892 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3 +24 六月 2020 | 18:39:54,900 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3.meta +24 六月 2020 | 18:39:54,904 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3 +24 六月 2020 | 18:39:54,912 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3.meta +24 六月 2020 | 18:39:54,916 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3 +24 六月 2020 | 18:39:54,923 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3.meta +24 六月 2020 | 18:39:54,926 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3 +24 六月 2020 | 18:39:54,933 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3.meta +24 六月 2020 | 18:39:54,935 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man.meta +24 六月 2020 | 18:39:54,936 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3 +24 六月 2020 | 18:39:54,937 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3 +24 六月 2020 | 18:39:54,942 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3.meta +24 六月 2020 | 18:39:54,943 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3.meta +24 六月 2020 | 18:39:54,946 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3 +24 六月 2020 | 18:39:54,948 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3 +24 六月 2020 | 18:39:54,953 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3.meta +24 六月 2020 | 18:39:54,953 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3.meta +24 六月 2020 | 18:39:54,954 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man.meta +24 六月 2020 | 18:39:54,955 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman +24 六月 2020 | 18:39:54,957 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3 +24 六月 2020 | 18:39:54,959 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3 +24 六月 2020 | 18:39:54,959 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3 +24 六月 2020 | 18:39:54,972 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3.meta +24 六月 2020 | 18:39:54,973 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3.meta +24 六月 2020 | 18:39:54,973 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3.meta +24 六月 2020 | 18:39:54,975 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3 +24 六月 2020 | 18:39:54,976 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3 +24 六月 2020 | 18:39:54,980 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3.meta +24 六月 2020 | 18:39:54,982 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3.meta +24 六月 2020 | 18:39:54,985 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3 +24 六月 2020 | 18:39:54,987 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3 +24 六月 2020 | 18:39:54,988 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3 +24 六月 2020 | 18:39:54,992 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3.meta +24 六月 2020 | 18:39:54,993 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3.meta +24 六月 2020 | 18:39:54,994 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3.meta +24 六月 2020 | 18:39:54,996 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3 +24 六月 2020 | 18:39:54,996 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman +24 六月 2020 | 18:39:54,997 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3 +24 六月 2020 | 18:39:55,001 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3 +24 六月 2020 | 18:39:55,003 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3.meta +24 六月 2020 | 18:39:55,003 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3.meta +24 六月 2020 | 18:39:55,007 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3 +24 六月 2020 | 18:39:55,008 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3 +24 六月 2020 | 18:39:55,008 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3.meta +24 六月 2020 | 18:39:55,012 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3 +24 六月 2020 | 18:39:55,014 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3.meta +24 六月 2020 | 18:39:55,015 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3.meta +24 六月 2020 | 18:39:55,017 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3 +24 六月 2020 | 18:39:55,018 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3.meta +24 六月 2020 | 18:39:55,019 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3 +24 六月 2020 | 18:39:55,022 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3.meta +24 六月 2020 | 18:39:55,022 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3 +24 六月 2020 | 18:39:55,024 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3.meta +24 六月 2020 | 18:39:55,024 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3 +24 六月 2020 | 18:39:55,027 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3 +24 六月 2020 | 18:39:55,035 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3.meta +24 六月 2020 | 18:39:55,036 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3.meta +24 六月 2020 | 18:39:55,038 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3 +24 六月 2020 | 18:39:55,039 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3.meta +24 六月 2020 | 18:39:55,040 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3 +24 六月 2020 | 18:39:55,042 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3 +24 六月 2020 | 18:39:55,046 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3.meta +24 六月 2020 | 18:39:55,047 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3.meta +24 六月 2020 | 18:39:55,048 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3.meta +24 六月 2020 | 18:39:55,049 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3 +24 六月 2020 | 18:39:55,051 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3 +24 六月 2020 | 18:39:55,052 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3 +24 六月 2020 | 18:39:55,053 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3.meta +24 六月 2020 | 18:39:55,060 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3 +24 六月 2020 | 18:39:55,061 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3.meta +24 六月 2020 | 18:39:55,062 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3.meta +24 六月 2020 | 18:39:55,065 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3 +24 六月 2020 | 18:39:55,066 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3 +24 六月 2020 | 18:39:55,073 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3.meta +24 六月 2020 | 18:39:55,075 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3.meta +24 六月 2020 | 18:39:55,079 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3 +24 六月 2020 | 18:39:55,081 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3.meta +24 六月 2020 | 18:39:55,083 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3 +24 六月 2020 | 18:39:55,086 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3 +24 六月 2020 | 18:39:55,090 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3.meta +24 六月 2020 | 18:39:55,090 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3.meta +24 六月 2020 | 18:39:55,095 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3 +24 六月 2020 | 18:39:55,096 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3.meta +24 六月 2020 | 18:39:55,100 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3 +24 六月 2020 | 18:39:55,103 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3.meta +24 六月 2020 | 18:39:55,105 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3.meta +24 六月 2020 | 18:39:55,107 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3 +24 六月 2020 | 18:39:55,108 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3 +24 六月 2020 | 18:39:55,109 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3 +24 六月 2020 | 18:39:55,114 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3.meta +24 六月 2020 | 18:39:55,118 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3.meta +24 六月 2020 | 18:39:55,119 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3.meta +24 六月 2020 | 18:39:55,119 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3 +24 六月 2020 | 18:39:55,121 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3 +24 六月 2020 | 18:39:55,122 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3 +24 六月 2020 | 18:39:55,130 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3.meta +24 六月 2020 | 18:39:55,134 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3.meta +24 六月 2020 | 18:39:55,136 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3.meta +24 六月 2020 | 18:39:55,140 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3 +24 六月 2020 | 18:39:55,141 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3 +24 六月 2020 | 18:39:55,143 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3 +24 六月 2020 | 18:39:55,147 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3.meta +24 六月 2020 | 18:39:55,164 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3.meta +24 六月 2020 | 18:39:55,167 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3.meta +24 六月 2020 | 18:39:55,169 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3 +24 六月 2020 | 18:39:55,173 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3 +24 六月 2020 | 18:39:55,178 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3 +24 六月 2020 | 18:39:55,178 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3.meta +24 六月 2020 | 18:39:55,181 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3.meta +24 六月 2020 | 18:39:55,183 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3 +24 六月 2020 | 18:39:55,185 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3.meta +24 六月 2020 | 18:39:55,185 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3 +24 六月 2020 | 18:39:55,190 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3 +24 六月 2020 | 18:39:55,190 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3.meta +24 六月 2020 | 18:39:55,191 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3.meta +24 六月 2020 | 18:39:55,193 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3 +24 六月 2020 | 18:39:55,198 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3.meta +24 六月 2020 | 18:39:55,198 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3 +24 六月 2020 | 18:39:55,200 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3.meta +24 六月 2020 | 18:39:55,201 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3 +24 六月 2020 | 18:39:55,204 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3 +24 六月 2020 | 18:39:55,205 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3.meta +24 六月 2020 | 18:39:55,207 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3.meta +24 六月 2020 | 18:39:55,209 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3 +24 六月 2020 | 18:39:55,211 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3.meta +24 六月 2020 | 18:39:55,211 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3 +24 六月 2020 | 18:39:55,214 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3 +24 六月 2020 | 18:39:55,215 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3.meta +24 六月 2020 | 18:39:55,218 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3 +24 六月 2020 | 18:39:55,219 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3.meta +24 六月 2020 | 18:39:55,220 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3.meta +24 六月 2020 | 18:39:55,222 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3 +24 六月 2020 | 18:39:55,224 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3.meta +24 六月 2020 | 18:39:55,224 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3 +24 六月 2020 | 18:39:55,227 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3 +24 六月 2020 | 18:39:55,228 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3.meta +24 六月 2020 | 18:39:55,229 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3.meta +24 六月 2020 | 18:39:55,231 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3 +24 六月 2020 | 18:39:55,232 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3 +24 六月 2020 | 18:39:55,233 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3.meta +24 六月 2020 | 18:39:55,236 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3 +24 六月 2020 | 18:39:55,237 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3.meta +24 六月 2020 | 18:39:55,240 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3.meta +24 六月 2020 | 18:39:55,242 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3 +24 六月 2020 | 18:39:55,242 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3 +24 六月 2020 | 18:39:55,243 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3.meta +24 六月 2020 | 18:39:55,246 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3 +24 六月 2020 | 18:39:55,246 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3.meta +24 六月 2020 | 18:39:55,248 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3.meta +24 六月 2020 | 18:39:55,250 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3 +24 六月 2020 | 18:39:55,251 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3.meta +24 六月 2020 | 18:39:55,252 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3 +24 六月 2020 | 18:39:55,255 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3 +24 六月 2020 | 18:39:55,256 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3.meta +24 六月 2020 | 18:39:55,257 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3.meta +24 六月 2020 | 18:39:55,260 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3 +24 六月 2020 | 18:39:55,261 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3 +24 六月 2020 | 18:39:55,261 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3.meta +24 六月 2020 | 18:39:55,264 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3 +24 六月 2020 | 18:39:55,266 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3.meta +24 六月 2020 | 18:39:55,268 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3.meta +24 六月 2020 | 18:39:55,270 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3 +24 六月 2020 | 18:39:55,270 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3.meta +24 六月 2020 | 18:39:55,273 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3 +24 六月 2020 | 18:39:55,273 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3 +24 六月 2020 | 18:39:55,276 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3.meta +24 六月 2020 | 18:39:55,278 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3.meta +24 六月 2020 | 18:39:55,280 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3.meta +24 六月 2020 | 18:39:55,280 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3 +24 六月 2020 | 18:39:55,282 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3 +24 六月 2020 | 18:39:55,283 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3 +24 六月 2020 | 18:39:55,285 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3.meta +24 六月 2020 | 18:39:55,287 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3.meta +24 六月 2020 | 18:39:55,289 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3 +24 六月 2020 | 18:39:55,289 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3.meta +24 六月 2020 | 18:39:55,291 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3 +24 六月 2020 | 18:39:55,293 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3 +24 六月 2020 | 18:39:55,294 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3.meta +24 六月 2020 | 18:39:55,297 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3.meta +24 六月 2020 | 18:39:55,299 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3 +24 六月 2020 | 18:39:55,300 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3.meta +24 六月 2020 | 18:39:55,301 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3 +24 六月 2020 | 18:39:55,303 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3 +24 六月 2020 | 18:39:55,305 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3.meta +24 六月 2020 | 18:39:55,307 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3.meta +24 六月 2020 | 18:39:55,307 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3 +24 六月 2020 | 18:39:55,310 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3.meta +24 六月 2020 | 18:39:55,313 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3 +24 六月 2020 | 18:39:55,315 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3 +24 六月 2020 | 18:39:55,316 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3.meta +24 六月 2020 | 18:39:55,320 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3 +24 六月 2020 | 18:39:55,322 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3.meta +24 六月 2020 | 18:39:55,323 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3.meta +24 六月 2020 | 18:39:55,324 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3.meta +24 六月 2020 | 18:39:55,325 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3 +24 六月 2020 | 18:39:55,325 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3 +24 六月 2020 | 18:39:55,327 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3 +24 六月 2020 | 18:39:55,331 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3.meta +24 六月 2020 | 18:39:55,331 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3.meta +24 六月 2020 | 18:39:55,332 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3.meta +24 六月 2020 | 18:39:55,335 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3 +24 六月 2020 | 18:39:55,336 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3 +24 六月 2020 | 18:39:55,336 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3 +24 六月 2020 | 18:39:55,340 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3.meta +24 六月 2020 | 18:39:55,342 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3.meta +24 六月 2020 | 18:39:55,344 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3 +24 六月 2020 | 18:39:55,345 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3.meta +24 六月 2020 | 18:39:55,346 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3 +24 六月 2020 | 18:39:55,348 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3 +24 六月 2020 | 18:39:55,350 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3.meta +24 六月 2020 | 18:39:55,351 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3.meta +24 六月 2020 | 18:39:55,354 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3 +24 六月 2020 | 18:39:55,356 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3 +24 六月 2020 | 18:39:55,358 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3.meta +24 六月 2020 | 18:39:55,359 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3.meta +24 六月 2020 | 18:39:55,362 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3 +24 六月 2020 | 18:39:55,362 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3.meta +24 六月 2020 | 18:39:55,363 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3 +24 六月 2020 | 18:39:55,366 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3 +24 六月 2020 | 18:39:55,368 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3.meta +24 六月 2020 | 18:39:55,368 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3.meta +24 六月 2020 | 18:39:55,370 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3.meta +24 六月 2020 | 18:39:55,371 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3 +24 六月 2020 | 18:39:55,371 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3 +24 六月 2020 | 18:39:55,373 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3 +24 六月 2020 | 18:39:55,377 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3.meta +24 六月 2020 | 18:39:55,381 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3.meta +24 六月 2020 | 18:39:55,381 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3 +24 六月 2020 | 18:39:55,381 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3.meta +24 六月 2020 | 18:39:55,384 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3 +24 六月 2020 | 18:39:55,385 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3 +24 六月 2020 | 18:39:55,390 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3.meta +24 六月 2020 | 18:39:55,392 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3.meta +24 六月 2020 | 18:39:55,394 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3.meta +24 六月 2020 | 18:39:55,395 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3 +24 六月 2020 | 18:39:55,396 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3 +24 六月 2020 | 18:39:55,397 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3 +24 六月 2020 | 18:39:55,401 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3.meta +24 六月 2020 | 18:39:55,402 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3.meta +24 六月 2020 | 18:39:55,403 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3.meta +24 六月 2020 | 18:39:55,405 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3 +24 六月 2020 | 18:39:55,407 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3 +24 六月 2020 | 18:39:55,407 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3 +24 六月 2020 | 18:39:55,410 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3.meta +24 六月 2020 | 18:39:55,413 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3.meta +24 六月 2020 | 18:39:55,416 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3.meta +24 六月 2020 | 18:39:55,418 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3 +24 六月 2020 | 18:39:55,418 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3 +24 六月 2020 | 18:39:55,421 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3 +24 六月 2020 | 18:39:55,424 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3.meta +24 六月 2020 | 18:39:55,425 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3.meta +24 六月 2020 | 18:39:55,427 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3 +24 六月 2020 | 18:39:55,427 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3.meta +24 六月 2020 | 18:39:55,430 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3 +24 六月 2020 | 18:39:55,430 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3 +24 六月 2020 | 18:39:55,432 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3.meta +24 六月 2020 | 18:39:55,435 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3 +24 六月 2020 | 18:39:55,436 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3.meta +24 六月 2020 | 18:39:55,437 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3.meta +24 六月 2020 | 18:39:55,439 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3 +24 六月 2020 | 18:39:55,440 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3 +24 六月 2020 | 18:39:55,441 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3.meta +24 六月 2020 | 18:39:55,445 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3.meta +24 六月 2020 | 18:39:55,447 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3 +24 六月 2020 | 18:39:55,447 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3.meta +24 六月 2020 | 18:39:55,449 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3 +24 六月 2020 | 18:39:55,451 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3 +24 六月 2020 | 18:39:55,453 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3.meta +24 六月 2020 | 18:39:55,455 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3.meta +24 六月 2020 | 18:39:55,457 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3 +24 六月 2020 | 18:39:55,457 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3.meta +24 六月 2020 | 18:39:55,458 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3 +24 六月 2020 | 18:39:55,461 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3 +24 六月 2020 | 18:39:55,462 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3.meta +24 六月 2020 | 18:39:55,465 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3 +24 六月 2020 | 18:39:55,466 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3.meta +24 六月 2020 | 18:39:55,467 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3.meta +24 六月 2020 | 18:39:55,468 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3 +24 六月 2020 | 18:39:55,473 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3.meta +24 六月 2020 | 18:39:55,477 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3.meta +24 六月 2020 | 18:39:55,477 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3 +24 六月 2020 | 18:39:55,480 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3 +24 六月 2020 | 18:39:55,484 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3.meta +24 六月 2020 | 18:39:55,485 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3.meta +24 六月 2020 | 18:39:55,490 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3 +24 六月 2020 | 18:39:55,491 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3 +24 六月 2020 | 18:39:55,496 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3.meta +24 六月 2020 | 18:39:55,497 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3.meta +24 六月 2020 | 18:39:55,500 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3 +24 六月 2020 | 18:39:55,501 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3 +24 六月 2020 | 18:39:55,505 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3.meta +24 六月 2020 | 18:39:55,506 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3.meta +24 六月 2020 | 18:39:55,508 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3 +24 六月 2020 | 18:39:55,510 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3 +24 六月 2020 | 18:39:55,515 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3.meta +24 六月 2020 | 18:39:55,518 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3 +24 六月 2020 | 18:39:55,518 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3.meta +24 六月 2020 | 18:39:55,522 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3 +24 六月 2020 | 18:39:55,525 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3.meta +24 六月 2020 | 18:39:55,527 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3.meta +24 六月 2020 | 18:39:55,528 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3 +24 六月 2020 | 18:39:55,534 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3 +24 六月 2020 | 18:39:55,537 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3.meta +24 六月 2020 | 18:39:55,540 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3.meta +24 六月 2020 | 18:39:55,541 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3 +24 六月 2020 | 18:39:55,544 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3 +24 六月 2020 | 18:39:55,548 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3.meta +24 六月 2020 | 18:39:55,550 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3.meta +24 六月 2020 | 18:39:55,552 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3 +24 六月 2020 | 18:39:55,554 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3 +24 六月 2020 | 18:39:55,559 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3.meta +24 六月 2020 | 18:39:55,562 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3.meta +24 六月 2020 | 18:39:55,566 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3 +24 六月 2020 | 18:39:55,572 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3.meta +24 六月 2020 | 18:39:55,575 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3 +24 六月 2020 | 18:39:55,581 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3.meta +24 六月 2020 | 18:39:55,586 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3 +24 六月 2020 | 18:39:55,592 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3.meta +24 六月 2020 | 18:39:55,598 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3 +24 六月 2020 | 18:39:55,607 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3.meta +24 六月 2020 | 18:39:55,609 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3 +24 六月 2020 | 18:39:55,626 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3.meta +24 六月 2020 | 18:39:55,629 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3 +24 六月 2020 | 18:39:55,650 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3.meta +24 六月 2020 | 18:39:55,655 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3 +24 六月 2020 | 18:39:55,660 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3.meta +24 六月 2020 | 18:39:56,121 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman.meta +24 六月 2020 | 18:39:56,129 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound.meta +24 六月 2020 | 18:39:56,137 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,140 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +24 六月 2020 | 18:39:56,143 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +24 六月 2020 | 18:39:56,147 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +24 六月 2020 | 18:39:56,150 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,155 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,229 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,230 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman.meta +24 六月 2020 | 18:39:56,239 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,251 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,253 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound.meta +24 六月 2020 | 18:39:56,259 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +24 六月 2020 | 18:39:56,262 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,268 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +24 六月 2020 | 18:39:56,270 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,272 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +24 六月 2020 | 18:39:56,275 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +24 六月 2020 | 18:39:56,278 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,279 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,286 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,288 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,302 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman.meta +24 六月 2020 | 18:39:56,313 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound.meta +24 六月 2020 | 18:39:56,314 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,320 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,324 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +24 六月 2020 | 18:39:56,328 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +24 六月 2020 | 18:39:56,334 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,336 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +24 六月 2020 | 18:39:56,340 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,340 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,345 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,347 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,361 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,370 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,377 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +24 六月 2020 | 18:39:56,384 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,393 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,396 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\.vscode\launch.json +24 六月 2020 | 18:39:56,404 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,406 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,410 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\GameController.lua +24 六月 2020 | 18:39:56,418 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,426 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\MainView.lua +24 六月 2020 | 18:39:56,433 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,435 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,436 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\LuaDebug.lua +24 六月 2020 | 18:39:56,439 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +24 六月 2020 | 18:39:56,441 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,442 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\LuaDebugjit.lua +24 六月 2020 | 18:39:56,446 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,448 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,450 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +24 六月 2020 | 18:39:56,454 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,463 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,465 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:56,469 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +24 六月 2020 | 18:39:56,473 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +24 六月 2020 | 18:39:56,478 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +24 六月 2020 | 18:39:56,481 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,481 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +24 六月 2020 | 18:39:56,484 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +24 六月 2020 | 18:39:56,489 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:56,492 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,493 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +24 六月 2020 | 18:39:56,503 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +24 六月 2020 | 18:39:56,510 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,515 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +24 六月 2020 | 18:39:56,515 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +24 六月 2020 | 18:39:56,538 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +24 六月 2020 | 18:39:56,540 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +24 六月 2020 | 18:39:56,545 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +24 六月 2020 | 18:39:56,549 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +24 六月 2020 | 18:39:56,557 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +24 六月 2020 | 18:39:56,563 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +24 六月 2020 | 18:39:56,571 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +24 六月 2020 | 18:39:56,574 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\.vscode\launch.json +24 六月 2020 | 18:39:56,577 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +24 六月 2020 | 18:39:56,585 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +24 六月 2020 | 18:39:56,589 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\GameController.lua +24 六月 2020 | 18:39:56,595 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +24 六月 2020 | 18:39:56,600 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Player.lua +24 六月 2020 | 18:39:56,606 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerBackView.lua +24 六月 2020 | 18:39:56,612 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:56,617 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:56,622 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +24 六月 2020 | 18:39:56,623 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\MainView.lua +24 六月 2020 | 18:39:56,632 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +24 六月 2020 | 18:39:56,643 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\LuaDebug.lua +24 六月 2020 | 18:39:56,643 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RightPanelView.lua +24 六月 2020 | 18:39:56,651 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\.vscode\launch.json +24 六月 2020 | 18:39:56,653 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Room.lua +24 六月 2020 | 18:39:56,656 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\LuaDebugjit.lua +24 六月 2020 | 18:39:56,660 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +24 六月 2020 | 18:39:56,667 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +24 六月 2020 | 18:39:56,672 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\GameController.lua +24 六月 2020 | 18:39:56,684 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:56,687 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\MainView.lua +24 六月 2020 | 18:39:56,688 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +24 六月 2020 | 18:39:56,693 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +24 六月 2020 | 18:39:56,697 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +24 六月 2020 | 18:39:56,701 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +24 六月 2020 | 18:39:56,704 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +24 六月 2020 | 18:39:56,705 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\LuaDebug.lua +24 六月 2020 | 18:39:56,708 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:56,712 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +24 六月 2020 | 18:39:56,716 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +24 六月 2020 | 18:39:56,718 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\LuaDebugjit.lua +24 六月 2020 | 18:39:56,722 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +24 六月 2020 | 18:39:56,729 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +24 六月 2020 | 18:39:56,737 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +24 六月 2020 | 18:39:56,756 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +24 六月 2020 | 18:39:56,759 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:56,773 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +24 六月 2020 | 18:39:56,775 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +24 六月 2020 | 18:39:56,778 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +24 六月 2020 | 18:39:56,815 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +24 六月 2020 | 18:39:56,820 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +24 六月 2020 | 18:39:56,857 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +24 六月 2020 | 18:39:56,863 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +24 六月 2020 | 18:39:56,867 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:56,872 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +24 六月 2020 | 18:39:56,875 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +24 六月 2020 | 18:39:56,898 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +24 六月 2020 | 18:39:56,901 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +24 六月 2020 | 18:39:56,954 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +24 六月 2020 | 18:39:56,958 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +24 六月 2020 | 18:39:56,990 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +24 六月 2020 | 18:39:56,991 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +24 六月 2020 | 18:39:57,132 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +24 六月 2020 | 18:39:57,138 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +24 六月 2020 | 18:39:57,172 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +24 六月 2020 | 18:39:57,208 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +24 六月 2020 | 18:39:57,261 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +24 六月 2020 | 18:39:57,272 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +24 六月 2020 | 18:39:57,310 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +24 六月 2020 | 18:39:57,316 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +24 六月 2020 | 18:39:57,426 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +24 六月 2020 | 18:39:57,432 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Player.lua +24 六月 2020 | 18:39:57,493 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Player.lua +24 六月 2020 | 18:39:57,555 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerBackView.lua +24 六月 2020 | 18:39:57,644 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerBackView.lua +24 六月 2020 | 18:39:57,760 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:57,838 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:57,838 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:57,912 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +24 六月 2020 | 18:39:57,913 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:57,918 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 390. +24 六月 2020 | 18:39:57,967 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +24 六月 2020 | 18:39:58,009 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +24 六月 2020 | 18:39:58,047 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +24 六月 2020 | 18:39:58,050 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RightPanelView.lua +24 六月 2020 | 18:39:58,176 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Room.lua +24 六月 2020 | 18:39:58,180 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +24 六月 2020 | 18:39:58,220 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RightPanelView.lua +24 六月 2020 | 18:39:58,265 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Room.lua +24 六月 2020 | 18:39:58,305 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +24 六月 2020 | 18:39:59,292 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 390. +24 六月 2020 | 18:39:59,323 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +24 六月 2020 | 18:39:59,323 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +24 六月 2020 | 18:39:59,480 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 390. +24 六月 2020 | 18:41:30,154 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 18:41:30,640 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.3] pack to oss... +24 六月 2020 | 18:41:32,858 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.3] upload oss ok! +24 六月 2020 | 18:41:44,938 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 18:41:45,410 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.3] pack to oss... +24 六月 2020 | 18:41:48,159 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.3] upload oss ok! +24 六月 2020 | 18:41:52,947 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 18:41:52,950 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.3] pack to oss... +24 六月 2020 | 18:41:55,162 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.3] upload oss ok! +24 六月 2020 | 18:41:55,339 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:122547ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-27 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-27 new file mode 100644 index 0000000..2999d92 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-27 @@ -0,0 +1,60 @@ +27 六月 2020 | 17:34:41,848 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +27 六月 2020 | 17:34:42,018 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +27 六月 2020 | 19:21:43,256 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +27 六月 2020 | 19:21:43,306 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +27 六月 2020 | 19:21:43,307 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +27 六月 2020 | 19:21:43,307 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +27 六月 2020 | 19:21:43,531 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +27 六月 2020 | 19:21:43,537 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +27 六月 2020 | 19:21:43,541 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +27 六月 2020 | 19:21:50,006 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +27 六月 2020 | 19:21:50,022 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +27 六月 2020 | 19:21:50,037 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +27 六月 2020 | 19:21:50,047 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +27 六月 2020 | 19:21:50,055 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +27 六月 2020 | 19:21:50,076 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +27 六月 2020 | 19:21:50,187 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,200 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,211 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,219 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,392 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +27 六月 2020 | 19:21:50,403 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +27 六月 2020 | 19:21:50,406 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +27 六月 2020 | 19:21:50,420 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +27 六月 2020 | 19:21:50,427 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +27 六月 2020 | 19:21:50,438 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +27 六月 2020 | 19:21:50,447 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +27 六月 2020 | 19:21:50,497 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +27 六月 2020 | 19:21:50,525 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,534 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,546 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,555 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,625 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,633 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,651 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,659 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,719 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +27 六月 2020 | 19:21:50,721 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +27 六月 2020 | 19:21:50,780 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +27 六月 2020 | 19:21:50,794 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +27 六月 2020 | 19:21:50,806 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +27 六月 2020 | 19:21:50,820 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +27 六月 2020 | 19:21:50,837 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +27 六月 2020 | 19:21:50,849 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +27 六月 2020 | 19:21:50,866 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 392. +27 六月 2020 | 19:21:51,165 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 392. +27 六月 2020 | 19:21:51,384 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 392. +27 六月 2020 | 19:21:51,399 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +27 六月 2020 | 19:21:51,400 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +27 六月 2020 | 19:22:25,481 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +27 六月 2020 | 19:22:25,968 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.4] pack to oss... +27 六月 2020 | 19:22:28,699 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.4] upload oss ok! +27 六月 2020 | 19:22:41,636 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +27 六月 2020 | 19:22:42,120 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.4] pack to oss... +27 六月 2020 | 19:22:43,875 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.4] upload oss ok! +27 六月 2020 | 19:22:49,489 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +27 六月 2020 | 19:22:49,492 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.4] pack to oss... +27 六月 2020 | 19:22:51,224 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.4] upload oss ok! +27 六月 2020 | 19:22:51,360 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:68105ms +27 六月 2020 | 19:59:03,944 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +27 六月 2020 | 19:59:04,086 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-29 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-29 new file mode 100644 index 0000000..42aa321 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-29 @@ -0,0 +1,201 @@ +29 六月 2020 | 16:18:18,548 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 六月 2020 | 16:18:18,617 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 六月 2020 | 16:18:18,618 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 六月 2020 | 16:18:18,618 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 六月 2020 | 16:18:18,860 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 六月 2020 | 16:18:18,860 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 六月 2020 | 16:18:18,860 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 六月 2020 | 16:18:25,427 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 16:18:25,444 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,456 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,477 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +29 六月 2020 | 16:18:25,495 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_atlas0.png +29 六月 2020 | 16:18:25,507 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_fui.bytes +29 六月 2020 | 16:18:25,523 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 16:18:25,532 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +29 六月 2020 | 16:18:25,541 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 16:18:25,551 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 16:18:25,561 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 16:18:25,570 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +29 六月 2020 | 16:18:25,577 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +29 六月 2020 | 16:18:25,697 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +29 六月 2020 | 16:18:25,744 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +29 六月 2020 | 16:18:25,752 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 16:18:25,763 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,765 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_atlas0.png +29 六月 2020 | 16:18:25,773 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,774 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_fui.bytes +29 六月 2020 | 16:18:25,793 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +29 六月 2020 | 16:18:25,820 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_atlas0.png +29 六月 2020 | 16:18:25,838 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_fui.bytes +29 六月 2020 | 16:18:25,841 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 16:18:25,850 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,853 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 16:18:25,857 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,860 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +29 六月 2020 | 16:18:25,865 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +29 六月 2020 | 16:18:25,865 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 16:18:25,870 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 16:18:25,878 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 16:18:25,883 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +29 六月 2020 | 16:18:25,888 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +29 六月 2020 | 16:18:25,919 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +29 六月 2020 | 16:18:25,962 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 16:18:25,968 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +29 六月 2020 | 16:18:25,975 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 16:18:25,981 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 16:18:25,987 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 16:18:25,994 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +29 六月 2020 | 16:18:25,998 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +29 六月 2020 | 16:18:26,008 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 395. +29 六月 2020 | 16:18:26,343 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 395. +29 六月 2020 | 16:18:26,457 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 395. +29 六月 2020 | 16:18:26,469 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 六月 2020 | 16:18:26,469 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +29 六月 2020 | 16:19:00,468 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 16:19:00,471 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.5] pack to oss... +29 六月 2020 | 16:19:10,089 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 16:19:10,092 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.5] pack to oss... +29 六月 2020 | 16:19:11,094 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.5] upload oss ok! +29 六月 2020 | 16:19:16,344 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 16:19:16,346 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.5] pack to oss... +29 六月 2020 | 16:19:21,536 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.5] upload oss ok! +29 六月 2020 | 16:19:33,077 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.5] upload oss ok! +29 六月 2020 | 16:19:33,230 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:74682ms +29 六月 2020 | 17:52:30,432 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 六月 2020 | 17:52:30,498 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 六月 2020 | 17:52:30,499 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 六月 2020 | 17:52:30,499 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 六月 2020 | 17:52:30,607 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 六月 2020 | 17:52:30,611 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 六月 2020 | 17:52:30,622 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 六月 2020 | 17:52:30,990 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +29 六月 2020 | 17:52:31,043 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 17:52:31,045 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +29 六月 2020 | 17:52:31,057 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 17:52:31,072 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 17:52:31,076 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 17:52:31,081 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 17:52:31,085 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 17:52:31,094 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 17:52:31,097 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\ResultView.lua +29 六月 2020 | 17:52:31,099 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 17:52:31,111 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 17:52:31,114 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 17:52:31,117 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 17:52:31,119 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 17:52:31,122 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 17:52:31,125 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 17:52:31,127 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +29 六月 2020 | 17:52:31,127 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +29 六月 2020 | 17:52:31,138 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\ResultView.lua +29 六月 2020 | 17:52:31,176 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 17:52:31,179 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 17:52:31,184 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 17:52:31,188 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 17:52:31,199 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\ResultView.lua +29 六月 2020 | 17:52:31,495 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 398. +29 六月 2020 | 17:52:31,535 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 398. +29 六月 2020 | 17:52:31,585 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 398. +29 六月 2020 | 17:52:31,600 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 六月 2020 | 17:52:31,600 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +29 六月 2020 | 17:52:59,730 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 17:53:00,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.6] pack to oss... +29 六月 2020 | 17:53:04,974 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.6] upload oss ok! +29 六月 2020 | 17:53:19,028 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 17:53:19,031 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.6] pack to oss... +29 六月 2020 | 17:53:19,034 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 17:53:19,037 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.6] pack to oss... +29 六月 2020 | 17:53:26,861 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.6] upload oss ok! +29 六月 2020 | 17:53:27,244 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.6] upload oss ok! +29 六月 2020 | 17:53:27,340 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:56908ms +29 六月 2020 | 18:30:53,476 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 六月 2020 | 18:30:53,531 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 六月 2020 | 18:30:53,531 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 六月 2020 | 18:30:53,531 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 六月 2020 | 18:30:53,594 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 六月 2020 | 18:30:53,599 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 六月 2020 | 18:30:53,605 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 六月 2020 | 18:30:53,901 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 18:30:53,904 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +29 六月 2020 | 18:30:53,906 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 18:30:53,908 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 18:30:53,913 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 18:30:53,944 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +29 六月 2020 | 18:30:53,950 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +29 六月 2020 | 18:30:53,951 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +29 六月 2020 | 18:30:54,000 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 18:30:54,004 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 18:30:54,313 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 399. +29 六月 2020 | 18:30:54,318 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 399. +29 六月 2020 | 18:30:54,395 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 399. +29 六月 2020 | 18:30:54,404 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 六月 2020 | 18:30:54,404 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +29 六月 2020 | 18:31:17,054 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 18:31:17,057 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.7] pack to oss... +29 六月 2020 | 18:31:18,534 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 18:31:18,536 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 18:31:18,537 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.7] pack to oss... +29 六月 2020 | 18:31:18,539 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.7] pack to oss... +29 六月 2020 | 18:31:31,178 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.7] upload oss ok! +29 六月 2020 | 18:31:31,649 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.7] upload oss ok! +29 六月 2020 | 18:31:32,478 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.7] upload oss ok! +29 六月 2020 | 18:31:32,606 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:39130ms +29 六月 2020 | 19:26:27,851 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 六月 2020 | 19:26:27,908 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 六月 2020 | 19:26:27,908 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 六月 2020 | 19:26:27,908 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 六月 2020 | 19:26:28,013 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 六月 2020 | 19:26:28,019 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 六月 2020 | 19:26:28,033 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 六月 2020 | 19:26:28,324 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +29 六月 2020 | 19:26:28,325 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +29 六月 2020 | 19:26:28,371 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +29 六月 2020 | 19:26:28,377 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 399. +29 六月 2020 | 19:26:28,386 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 399. +29 六月 2020 | 19:26:28,416 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +29 六月 2020 | 19:26:28,490 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 399. +29 六月 2020 | 19:26:28,501 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 六月 2020 | 19:26:28,501 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +29 六月 2020 | 19:26:51,551 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:26:52,040 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.8] pack to oss... +29 六月 2020 | 19:26:54,774 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:26:54,777 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.8] pack to oss... +29 六月 2020 | 19:26:55,595 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.8] upload oss ok! +29 六月 2020 | 19:26:59,119 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.8] upload oss ok! +29 六月 2020 | 19:26:59,285 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:26:59,287 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.8] pack to oss... +29 六月 2020 | 19:27:03,743 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.8] upload oss ok! +29 六月 2020 | 19:27:03,919 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:36068ms +29 六月 2020 | 19:31:23,125 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 六月 2020 | 19:31:23,174 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 六月 2020 | 19:31:23,175 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 六月 2020 | 19:31:23,175 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 六月 2020 | 19:31:23,237 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 六月 2020 | 19:31:23,246 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 六月 2020 | 19:31:23,254 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 六月 2020 | 19:31:23,536 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 19:31:23,539 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 19:31:23,547 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 19:31:23,549 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 19:31:23,550 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +29 六月 2020 | 19:31:23,589 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +29 六月 2020 | 19:31:23,595 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +29 六月 2020 | 19:31:23,595 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +29 六月 2020 | 19:31:23,654 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 19:31:23,657 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 19:31:23,950 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 400. +29 六月 2020 | 19:31:23,952 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 400. +29 六月 2020 | 19:31:24,091 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 400. +29 六月 2020 | 19:31:24,106 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 六月 2020 | 19:31:24,106 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +29 六月 2020 | 19:31:48,352 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:31:48,354 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.9] pack to oss... +29 六月 2020 | 19:31:48,807 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:31:48,810 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.9] pack to oss... +29 六月 2020 | 19:31:50,214 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:31:50,226 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.9] pack to oss... +29 六月 2020 | 19:31:52,542 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.9] upload oss ok! +29 六月 2020 | 19:31:55,338 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.9] upload oss ok! +29 六月 2020 | 19:31:58,675 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.9] upload oss ok! +29 六月 2020 | 19:31:58,776 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:35650ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-30 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-30 new file mode 100644 index 0000000..b565d55 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-06-30 @@ -0,0 +1,79 @@ +30 六月 2020 | 20:22:44,710 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +30 六月 2020 | 20:22:44,780 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +30 六月 2020 | 20:22:44,781 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +30 六月 2020 | 20:22:44,781 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +30 六月 2020 | 20:22:44,905 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 六月 2020 | 20:22:44,906 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 六月 2020 | 20:22:44,914 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 六月 2020 | 20:22:45,212 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:22:45,212 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:22:45,214 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +30 六月 2020 | 20:22:45,222 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +30 六月 2020 | 20:22:45,223 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +30 六月 2020 | 20:22:45,228 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +30 六月 2020 | 20:22:45,230 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +30 六月 2020 | 20:22:45,232 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +30 六月 2020 | 20:22:45,234 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +30 六月 2020 | 20:22:45,253 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +30 六月 2020 | 20:22:45,284 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:22:45,285 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +30 六月 2020 | 20:22:45,286 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +30 六月 2020 | 20:22:45,288 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +30 六月 2020 | 20:22:45,288 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +30 六月 2020 | 20:22:45,288 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +30 六月 2020 | 20:22:45,289 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +30 六月 2020 | 20:22:45,294 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +30 六月 2020 | 20:22:45,294 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +30 六月 2020 | 20:22:45,303 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\ResultView.lua +30 六月 2020 | 20:22:45,304 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\ResultView.lua +30 六月 2020 | 20:22:45,333 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +30 六月 2020 | 20:22:45,339 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +30 六月 2020 | 20:22:45,344 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +30 六月 2020 | 20:22:45,349 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +30 六月 2020 | 20:22:45,350 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +30 六月 2020 | 20:22:45,355 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +30 六月 2020 | 20:22:45,363 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\ResultView.lua +30 六月 2020 | 20:22:45,705 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 404. +30 六月 2020 | 20:22:45,706 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 404. +30 六月 2020 | 20:22:45,797 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 404. +30 六月 2020 | 20:22:45,809 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +30 六月 2020 | 20:22:45,809 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +30 六月 2020 | 20:23:07,931 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:23:07,937 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.10] pack to oss... +30 六月 2020 | 20:23:09,868 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:23:09,871 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.10] pack to oss... +30 六月 2020 | 20:23:09,949 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:23:09,951 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.10] pack to oss... +30 六月 2020 | 20:23:13,489 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.10] upload oss ok! +30 六月 2020 | 20:23:20,658 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.10] upload oss ok! +30 六月 2020 | 20:23:20,767 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.10] upload oss ok! +30 六月 2020 | 20:23:20,906 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:36196ms +30 六月 2020 | 20:32:08,636 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +30 六月 2020 | 20:32:08,701 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +30 六月 2020 | 20:32:08,702 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +30 六月 2020 | 20:32:08,702 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +30 六月 2020 | 20:32:08,765 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 六月 2020 | 20:32:08,775 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 六月 2020 | 20:32:08,787 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 六月 2020 | 20:32:09,087 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:32:09,090 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:32:09,107 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +30 六月 2020 | 20:32:09,148 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +30 六月 2020 | 20:32:09,158 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:32:09,163 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +30 六月 2020 | 20:32:09,163 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +30 六月 2020 | 20:32:09,517 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 405. +30 六月 2020 | 20:32:09,524 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 405. +30 六月 2020 | 20:32:09,630 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 405. +30 六月 2020 | 20:32:09,641 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +30 六月 2020 | 20:32:09,641 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +30 六月 2020 | 20:32:30,507 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:32:30,995 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.11] pack to oss... +30 六月 2020 | 20:32:34,509 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:32:34,718 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.11] upload oss ok! +30 六月 2020 | 20:32:34,994 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.11] pack to oss... +30 六月 2020 | 20:32:39,622 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.11] upload oss ok! +30 六月 2020 | 20:32:40,428 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:32:40,431 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.11] pack to oss... +30 六月 2020 | 20:32:44,289 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.11] upload oss ok! +30 六月 2020 | 20:32:44,409 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:35773ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-02 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-02 new file mode 100644 index 0000000..ce2376f --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-02 @@ -0,0 +1,53 @@ +02 七月 2020 | 19:00:03,323 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +02 七月 2020 | 19:00:03,380 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +02 七月 2020 | 19:00:03,381 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +02 七月 2020 | 19:00:03,381 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +02 七月 2020 | 19:00:03,503 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 七月 2020 | 19:00:03,516 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 七月 2020 | 19:00:03,525 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 七月 2020 | 19:00:03,837 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +02 七月 2020 | 19:00:03,837 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +02 七月 2020 | 19:00:03,865 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +02 七月 2020 | 19:00:03,870 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +02 七月 2020 | 19:00:03,884 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +02 七月 2020 | 19:00:03,885 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +02 七月 2020 | 19:00:03,889 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +02 七月 2020 | 19:00:03,891 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +02 七月 2020 | 19:00:03,893 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +02 七月 2020 | 19:00:03,897 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +02 七月 2020 | 19:00:03,898 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +02 七月 2020 | 19:00:03,904 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +02 七月 2020 | 19:00:03,910 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +02 七月 2020 | 19:00:03,912 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +02 七月 2020 | 19:00:03,919 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +02 七月 2020 | 19:00:03,919 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +02 七月 2020 | 19:00:03,923 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +02 七月 2020 | 19:00:03,926 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +02 七月 2020 | 19:00:03,929 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +02 七月 2020 | 19:00:03,931 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +02 七月 2020 | 19:00:03,936 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +02 七月 2020 | 19:00:03,994 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +02 七月 2020 | 19:00:03,997 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +02 七月 2020 | 19:00:04,003 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +02 七月 2020 | 19:00:04,016 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +02 七月 2020 | 19:00:04,020 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +02 七月 2020 | 19:00:04,024 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +02 七月 2020 | 19:00:04,027 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +02 七月 2020 | 19:00:04,031 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +02 七月 2020 | 19:00:04,035 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +02 七月 2020 | 19:00:04,044 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +02 七月 2020 | 19:00:04,329 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 407. +02 七月 2020 | 19:00:04,399 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 407. +02 七月 2020 | 19:00:04,494 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 407. +02 七月 2020 | 19:00:04,505 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +02 七月 2020 | 19:00:04,505 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +02 七月 2020 | 19:00:31,668 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +02 七月 2020 | 19:00:32,138 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.12] pack to oss... +02 七月 2020 | 19:00:35,289 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.12] upload oss ok! +02 七月 2020 | 19:00:48,182 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +02 七月 2020 | 19:00:48,667 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.12] pack to oss... +02 七月 2020 | 19:00:51,754 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.12] upload oss ok! +02 七月 2020 | 19:00:53,340 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +02 七月 2020 | 19:00:53,342 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.12] pack to oss... +02 七月 2020 | 19:00:56,592 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.12] upload oss ok! +02 七月 2020 | 19:00:56,709 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:53386ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-04 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-04 new file mode 100644 index 0000000..79bb2e9 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-04 @@ -0,0 +1,88 @@ +04 七月 2020 | 16:32:32,926 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +04 七月 2020 | 16:32:32,994 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +04 七月 2020 | 16:32:32,994 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +04 七月 2020 | 16:32:32,994 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +04 七月 2020 | 16:32:33,116 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +04 七月 2020 | 16:32:33,116 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +04 七月 2020 | 16:32:33,125 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +04 七月 2020 | 16:32:33,417 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +04 七月 2020 | 16:32:33,417 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +04 七月 2020 | 16:32:33,427 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 16:32:33,433 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 16:32:33,438 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +04 七月 2020 | 16:32:33,444 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +04 七月 2020 | 16:32:33,446 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +04 七月 2020 | 16:32:33,447 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +04 七月 2020 | 16:32:33,454 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +04 七月 2020 | 16:32:33,455 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 16:32:33,460 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +04 七月 2020 | 16:32:33,461 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +04 七月 2020 | 16:32:33,464 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 16:32:33,466 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +04 七月 2020 | 16:32:33,467 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +04 七月 2020 | 16:32:33,469 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +04 七月 2020 | 16:32:33,472 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +04 七月 2020 | 16:32:33,520 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +04 七月 2020 | 16:32:33,526 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +04 七月 2020 | 16:32:33,531 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 16:32:33,536 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +04 七月 2020 | 16:32:33,540 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 16:32:33,568 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +04 七月 2020 | 16:32:33,574 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 16:32:33,587 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 16:32:33,592 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +04 七月 2020 | 16:32:33,596 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +04 七月 2020 | 16:32:33,599 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +04 七月 2020 | 16:32:33,602 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 16:32:33,605 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +04 七月 2020 | 16:32:33,610 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +04 七月 2020 | 16:32:33,938 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 411. +04 七月 2020 | 16:32:33,948 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 411. +04 七月 2020 | 16:32:34,012 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 411. +04 七月 2020 | 16:32:34,024 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +04 七月 2020 | 16:32:34,024 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +04 七月 2020 | 16:33:02,160 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 16:33:02,645 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.13] pack to oss... +04 七月 2020 | 16:33:06,568 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.13] upload oss ok! +04 七月 2020 | 16:33:16,452 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 16:33:16,933 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.13] pack to oss... +04 七月 2020 | 16:33:21,129 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.13] upload oss ok! +04 七月 2020 | 16:33:23,928 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 16:33:23,931 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.13] pack to oss... +04 七月 2020 | 16:33:27,293 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.13] upload oss ok! +04 七月 2020 | 16:33:27,448 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:54522ms +04 七月 2020 | 19:09:26,966 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +04 七月 2020 | 19:09:27,027 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +04 七月 2020 | 19:09:27,028 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +04 七月 2020 | 19:09:27,028 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +04 七月 2020 | 19:09:27,179 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +04 七月 2020 | 19:09:27,185 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +04 七月 2020 | 19:09:27,193 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +04 七月 2020 | 19:09:27,475 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 19:09:27,481 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 19:09:27,484 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +04 七月 2020 | 19:09:27,485 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +04 七月 2020 | 19:09:27,491 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 19:09:27,493 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 19:09:27,494 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 19:09:27,504 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 19:09:27,531 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +04 七月 2020 | 19:09:27,532 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +04 七月 2020 | 19:09:27,581 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 19:09:27,589 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 19:09:27,593 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 19:09:27,896 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 413. +04 七月 2020 | 19:09:27,917 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 413. +04 七月 2020 | 19:09:27,984 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 413. +04 七月 2020 | 19:09:27,996 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +04 七月 2020 | 19:09:27,996 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +04 七月 2020 | 19:09:48,679 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 19:09:48,682 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.14] pack to oss... +04 七月 2020 | 19:09:51,160 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.14] upload oss ok! +04 七月 2020 | 19:09:52,321 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 19:09:52,323 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.14] pack to oss... +04 七月 2020 | 19:09:52,418 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 19:09:52,420 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.14] pack to oss... +04 七月 2020 | 19:09:56,668 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.14] upload oss ok! +04 七月 2020 | 19:09:57,279 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.14] upload oss ok! +04 七月 2020 | 19:09:57,430 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:30464ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-05 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-05 new file mode 100644 index 0000000..e028e2d --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-05 @@ -0,0 +1,114 @@ +05 七月 2020 | 15:56:21,135 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +05 七月 2020 | 15:56:21,194 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +05 七月 2020 | 15:56:21,195 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +05 七月 2020 | 15:56:21,195 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +05 七月 2020 | 15:56:21,310 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 七月 2020 | 15:56:21,313 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 七月 2020 | 15:56:21,324 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 七月 2020 | 15:56:21,620 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +05 七月 2020 | 15:56:21,622 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +05 七月 2020 | 15:56:21,625 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +05 七月 2020 | 15:56:21,625 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +05 七月 2020 | 15:56:21,633 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,635 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,638 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,639 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,674 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +05 七月 2020 | 15:56:21,719 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +05 七月 2020 | 15:56:21,729 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,734 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,792 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +05 七月 2020 | 15:56:22,066 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 415. +05 七月 2020 | 15:56:22,077 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 415. +05 七月 2020 | 15:56:22,191 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 415. +05 七月 2020 | 15:56:22,203 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +05 七月 2020 | 15:56:22,203 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +05 七月 2020 | 15:56:44,773 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 15:56:44,792 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.15] pack to oss... +05 七月 2020 | 15:56:46,852 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 15:56:46,856 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 15:56:46,858 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.15] pack to oss... +05 七月 2020 | 15:56:46,864 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.15] pack to oss... +05 七月 2020 | 15:56:49,877 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.15] upload oss ok! +05 七月 2020 | 15:56:55,030 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.15] upload oss ok! +05 七月 2020 | 15:56:56,308 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.15] upload oss ok! +05 七月 2020 | 15:56:56,393 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:35259ms +05 七月 2020 | 23:33:24,062 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 七月 2020 | 23:33:24,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 七月 2020 | 23:33:24,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 七月 2020 | 23:33:24,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 七月 2020 | 23:33:24,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 七月 2020 | 23:33:24,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 七月 2020 | 23:33:24,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 七月 2020 | 23:33:25,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +05 七月 2020 | 23:33:25,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +05 七月 2020 | 23:33:25,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +05 七月 2020 | 23:33:25,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXPlayBackView.lua +05 七月 2020 | 23:33:25,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXPlayBackView.lua +05 七月 2020 | 23:33:25,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\ExtendConfig.lua +05 七月 2020 | 23:33:25,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\ExtendConfig.lua +05 七月 2020 | 23:33:25,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\PlayerCardInfoView.lua +05 七月 2020 | 23:33:25,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +05 七月 2020 | 23:33:25,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\PlayerSelfCardInfoView.lua +05 七月 2020 | 23:33:25,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\PlayerCardInfoView.lua +05 七月 2020 | 23:33:25,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\PlayerSelfCardInfoView.lua +05 七月 2020 | 23:33:25,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +05 七月 2020 | 23:33:25,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +05 七月 2020 | 23:33:25,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +05 七月 2020 | 23:33:25,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +05 七月 2020 | 23:33:25,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +05 七月 2020 | 23:33:25,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +05 七月 2020 | 23:33:25,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +05 七月 2020 | 23:33:25,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +05 七月 2020 | 23:33:25,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +05 七月 2020 | 23:33:25,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +05 七月 2020 | 23:33:25,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +05 七月 2020 | 23:33:25,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +05 七月 2020 | 23:33:25,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +05 七月 2020 | 23:33:25,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +05 七月 2020 | 23:33:25,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +05 七月 2020 | 23:33:25,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXPlayBackView.lua +05 七月 2020 | 23:33:25,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\ExtendConfig.lua +05 七月 2020 | 23:33:25,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\PlayerCardInfoView.lua +05 七月 2020 | 23:33:25,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\PlayerSelfCardInfoView.lua +05 七月 2020 | 23:33:25,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 417. +05 七月 2020 | 23:33:25,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 417. +05 七月 2020 | 23:33:25,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 417. +05 七月 2020 | 23:33:25,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +05 七月 2020 | 23:33:25,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +05 七月 2020 | 23:33:50,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:33:50,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.18] pack to oss... +05 七月 2020 | 23:33:50,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:33:50,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.18] pack to oss... +05 七月 2020 | 23:33:52,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:33:52,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.18] pack to oss... +05 七月 2020 | 23:33:55,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.18] upload oss ok! +05 七月 2020 | 23:33:56,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.18] upload oss ok! +05 七月 2020 | 23:33:59,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.18] upload oss ok! +05 七月 2020 | 23:33:59,428 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:35366ms +05 七月 2020 | 23:34:23,932 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +05 七月 2020 | 23:34:23,991 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +05 七月 2020 | 23:34:23,999 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +05 七月 2020 | 23:34:23,999 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +05 七月 2020 | 23:34:24,055 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 七月 2020 | 23:34:24,067 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 七月 2020 | 23:34:24,072 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 七月 2020 | 23:34:24,383 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +05 七月 2020 | 23:34:24,383 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +05 七月 2020 | 23:34:24,430 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +05 七月 2020 | 23:34:24,432 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 417. +05 七月 2020 | 23:34:24,445 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 417. +05 七月 2020 | 23:34:24,475 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +05 七月 2020 | 23:34:24,560 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 417. +05 七月 2020 | 23:34:24,573 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +05 七月 2020 | 23:34:24,573 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +05 七月 2020 | 23:34:46,846 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:34:47,322 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +05 七月 2020 | 23:34:50,000 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +05 七月 2020 | 23:34:54,185 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:34:54,188 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +05 七月 2020 | 23:34:54,220 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:34:54,223 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +05 七月 2020 | 23:34:59,883 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +05 七月 2020 | 23:35:00,047 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +05 七月 2020 | 23:35:00,165 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:36234ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-06 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-06 new file mode 100644 index 0000000..6cc927f --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-06 @@ -0,0 +1,1338 @@ +06 七月 2020 | 21:21:12,630 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 21:21:12,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 21:21:12,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 21:21:12,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 21:21:13,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 21:21:13,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 21:21:13,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 21:21:13,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:21:13,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 21:21:13,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +06 七月 2020 | 21:21:13,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +06 七月 2020 | 21:21:13,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\GameController.lua +06 七月 2020 | 21:21:13,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\GameController.lua +06 七月 2020 | 21:21:13,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\ControllerManager.lua +06 七月 2020 | 21:21:13,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\ControllerManager.lua +06 七月 2020 | 21:21:13,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\MainView.lua +06 七月 2020 | 21:21:13,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\MainView.lua +06 七月 2020 | 21:21:13,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 21:21:13,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +06 七月 2020 | 21:21:13,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +06 七月 2020 | 21:21:13,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\changsha\EXGameController.lua +06 七月 2020 | 21:21:13,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\changsha\EXGameController.lua +06 七月 2020 | 21:21:13,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +06 七月 2020 | 21:21:13,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +06 七月 2020 | 21:21:13,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\hongzhong\EXGameController.lua +06 七月 2020 | 21:21:13,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\hongzhong\EXGameController.lua +06 七月 2020 | 21:21:13,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +06 七月 2020 | 21:21:13,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +06 七月 2020 | 21:21:13,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:21:13,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXGameController.lua +06 七月 2020 | 21:21:13,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXGameController.lua +06 七月 2020 | 21:21:13,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +06 七月 2020 | 21:21:13,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +06 七月 2020 | 21:21:13,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_GameController.lua +06 七月 2020 | 21:21:13,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +06 七月 2020 | 21:21:13,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_GameController.lua +06 七月 2020 | 21:21:13,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +06 七月 2020 | 21:21:13,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +06 七月 2020 | 21:21:13,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +06 七月 2020 | 21:21:13,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +06 七月 2020 | 21:21:13,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +06 七月 2020 | 21:21:13,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +06 七月 2020 | 21:21:13,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +06 七月 2020 | 21:21:13,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +06 七月 2020 | 21:21:13,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:13,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:13,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +06 七月 2020 | 21:21:13,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +06 七月 2020 | 21:21:13,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:13,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:13,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +06 七月 2020 | 21:21:13,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXRoomConfig.lua +06 七月 2020 | 21:21:13,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +06 七月 2020 | 21:21:13,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXRoomConfig.lua +06 七月 2020 | 21:21:13,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\zipai\ZPMainView.lua +06 七月 2020 | 21:21:13,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\zipai\ZPSettingView.lua +06 七月 2020 | 21:21:13,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\zipai\ZPMainView.lua +06 七月 2020 | 21:21:13,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\zipai\ZPSettingView.lua +06 七月 2020 | 21:21:13,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +06 七月 2020 | 21:21:13,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +06 七月 2020 | 21:21:13,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +06 七月 2020 | 21:21:13,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +06 七月 2020 | 21:21:13,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +06 七月 2020 | 21:21:13,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +06 七月 2020 | 21:21:13,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +06 七月 2020 | 21:21:13,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +06 七月 2020 | 21:21:13,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +06 七月 2020 | 21:21:13,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +06 七月 2020 | 21:21:13,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +06 七月 2020 | 21:21:13,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +06 七月 2020 | 21:21:13,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +06 七月 2020 | 21:21:13,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +06 七月 2020 | 21:21:13,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +06 七月 2020 | 21:21:13,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +06 七月 2020 | 21:21:13,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +06 七月 2020 | 21:21:13,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +06 七月 2020 | 21:21:13,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +06 七月 2020 | 21:21:13,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +06 七月 2020 | 21:21:13,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +06 七月 2020 | 21:21:13,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +06 七月 2020 | 21:21:13,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +06 七月 2020 | 21:21:13,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +06 七月 2020 | 21:21:13,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +06 七月 2020 | 21:21:13,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\GameController.lua +06 七月 2020 | 21:21:13,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\ControllerManager.lua +06 七月 2020 | 21:21:13,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +06 七月 2020 | 21:21:13,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\MainView.lua +06 七月 2020 | 21:21:13,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +06 七月 2020 | 21:21:13,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +06 七月 2020 | 21:21:13,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\changsha\EXGameController.lua +06 七月 2020 | 21:21:13,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +06 七月 2020 | 21:21:13,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +06 七月 2020 | 21:21:14,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +06 七月 2020 | 21:21:14,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\hongzhong\EXGameController.lua +06 七月 2020 | 21:21:14,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +06 七月 2020 | 21:21:14,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXGameController.lua +06 七月 2020 | 21:21:14,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +06 七月 2020 | 21:21:14,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_GameController.lua +06 七月 2020 | 21:21:14,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +06 七月 2020 | 21:21:14,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +06 七月 2020 | 21:21:14,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +06 七月 2020 | 21:21:14,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +06 七月 2020 | 21:21:14,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +06 七月 2020 | 21:21:14,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +06 七月 2020 | 21:21:14,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +06 七月 2020 | 21:21:14,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +06 七月 2020 | 21:21:14,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:14,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +06 七月 2020 | 21:21:14,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:14,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +06 七月 2020 | 21:21:14,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXRoomConfig.lua +06 七月 2020 | 21:21:14,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\zipai\ZPMainView.lua +06 七月 2020 | 21:21:14,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\zipai\ZPSettingView.lua +06 七月 2020 | 21:21:14,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 422. +06 七月 2020 | 21:21:14,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 422. +06 七月 2020 | 21:21:14,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 422. +06 七月 2020 | 21:21:14,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 21:21:14,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 21:22:06,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:22:07,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:22:08,016 | WARN | 127.0.0.1(base)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F03257F76478C3534EC0869 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F03257F76478C3534EC0869 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:22:08,017 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F03257F76478C3534EC0869 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F03257F76478C3534EC0869 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:24:12,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:24:12,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:24:12,442 | WARN | 127.0.0.1(base)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0325FCAD658C373116994D +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0325FCAD658C373116994D + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:24:12,442 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0325FCAD658C373116994D +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0325FCAD658C373116994D + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:24:18,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:24:18,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:24:18,323 | WARN | 127.0.0.1(base)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032602B821473632E46E4C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032602B821473632E46E4C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:24:18,323 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032602B821473632E46E4C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032602B821473632E46E4C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:24:18,574 | WARN | 127.0.0.1(base) | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032602B821473637246F4C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032602B821473637246F4C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:24:18,579 | ERROR | 127.0.0.1(base) | taurus.web.WebFilter | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032602B821473637246F4C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032602B821473637246F4C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOss(Utils.java:93) + at com.pack.service.PackUtilService$BaseConfigData.writeNewVer(PackUtilService.java:274) + at com.pack.service.PackUtilService.packBase(PackUtilService.java:248) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at com.taurus.web.TWebServer.handle(TWebServer.java:156) + at com.taurus.web.WebFilter.doFilter(WebFilter.java:57) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1487) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:984) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1045) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:236) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:24:18,580 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:185951ms +06 七月 2020 | 21:25:02,609 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 21:25:02,874 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 21:25:02,875 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 21:25:02,875 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 21:25:02,937 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 21:25:02,940 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 21:25:02,952 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 21:25:03,245 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:25:03,245 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 21:25:03,291 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 21:25:03,317 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:25:03,326 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:25:03,340 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:25:03,415 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:25:03,426 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 21:25:03,426 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 21:26:32,428 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:26:32,433 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.23] pack to oss... +06 七月 2020 | 21:26:32,683 | WARN | 127.0.0.1(extend)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326887B423D3530FF9D6B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326887B423D3530FF9D6B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:26:32,683 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326887B423D3530FF9D6B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326887B423D3530FF9D6B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:27:12,788 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:27:13,269 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.23] pack to oss... +06 七月 2020 | 21:27:13,553 | WARN | 127.0.0.1(extend)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326B1343AF6343719EC68 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326B1343AF6343719EC68 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:27:13,554 | ERROR | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326B1343AF6343719EC68 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326B1343AF6343719EC68 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:27:20,140 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:27:20,143 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.23] pack to oss... +06 七月 2020 | 21:27:20,382 | WARN | 127.0.0.1(extend)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326B8B82147363995E44C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326B8B82147363995E44C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:27:20,382 | ERROR | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326B8B82147363995E44C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326B8B82147363995E44C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:27:21,001 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:138393ms +06 七月 2020 | 21:31:29,353 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 21:31:29,600 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 21:31:29,601 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 21:31:29,600 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 21:31:29,663 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 21:31:29,672 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 21:31:29,678 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 21:31:29,971 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 21:31:30,010 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:31:30,014 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:31:30,014 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 21:31:30,034 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:31:30,043 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:31:30,128 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:31:30,140 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 21:31:30,140 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 21:32:55,130 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:32:55,132 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.24] pack to oss... +06 七月 2020 | 21:32:55,744 | WARN | 127.0.0.1(extend)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032807AD658C383459F54E +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032807AD658C383459F54E + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:32:55,744 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032807AD658C383459F54E +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032807AD658C383459F54E + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:33:36,069 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:33:36,073 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.24] pack to oss... +06 七月 2020 | 21:33:36,296 | WARN | 127.0.0.1(extend)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032830DB77773235B3E348 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032830DB77773235B3E348 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:33:36,296 | ERROR | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032830DB77773235B3E348 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032830DB77773235B3E348 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:33:39,167 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:33:39,169 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.24] pack to oss... +06 七月 2020 | 21:33:39,480 | WARN | 127.0.0.1(extend)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0328337B423D3339CFB76C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0328337B423D3339CFB76C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:33:39,481 | ERROR | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0328337B423D3339CFB76C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0328337B423D3339CFB76C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:33:40,082 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:130730ms +06 七月 2020 | 21:40:45,243 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 21:40:45,296 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 21:40:45,297 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 21:40:45,297 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 21:40:45,381 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 21:40:45,389 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 21:40:45,397 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 21:40:45,689 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 21:40:45,727 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:40:45,732 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:40:45,732 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 21:40:45,752 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:40:45,760 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:40:45,855 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:40:45,866 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 21:40:45,866 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 21:41:18,885 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:41:19,367 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.27] pack to oss... +06 七月 2020 | 21:41:21,844 | WARN | 127.0.0.1(extend)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0329FFA9BCA5323528986A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0329FFA9BCA5323528986A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:41:21,844 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0329FFA9BCA5323528986A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0329FFA9BCA5323528986A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:41:24,018 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:41:24,020 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:41:24,021 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.27] pack to oss... +06 七月 2020 | 21:41:24,023 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.27] pack to oss... +06 七月 2020 | 21:41:28,157 | WARN | 127.0.0.1(extend)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A04824325323164E04B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A04824325323164E04B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:41:28,157 | ERROR | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A04824325323164E04B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A04824325323164E04B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:41:28,789 | WARN | 127.0.0.1(extend)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A04B821473630A8174F +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A04B821473630A8174F + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:41:28,789 | ERROR | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A04B821473630A8174F +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A04B821473630A8174F + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:41:29,008 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:43765ms +06 七月 2020 | 21:42:24,410 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 21:42:24,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 21:42:24,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 21:42:24,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 21:42:24,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 21:42:24,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 21:42:24,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 21:42:25,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:42:25,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 21:42:25,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 21:42:25,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:42:25,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:42:25,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:42:25,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:42:25,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 21:42:25,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 21:43:12,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:43:12,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:43:13,056 | WARN | 127.0.0.1(base)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A70DB7A573336485B4F +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A70DB7A573336485B4F + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:43:13,056 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A70DB7A573336485B4F +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A70DB7A573336485B4F + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:44:57,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:44:57,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:44:57,999 | WARN | 127.0.0.1(base)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032AD9824325333924704C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032AD9824325333924704C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:44:58,000 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032AD9824325333924704C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032AD9824325333924704C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:44:59,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:44:59,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:45:00,139 | WARN | 127.0.0.1(base)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032ADBA9BCA5313310226B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032ADBA9BCA5313310226B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:45:00,140 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032ADBA9BCA5313310226B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032ADBA9BCA5313310226B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:45:00,356 | WARN | 127.0.0.1(base) | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032ADCDB77773332EAAD4A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032ADCDB77773332EAAD4A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:45:00,356 | ERROR | 127.0.0.1(base) | taurus.web.WebFilter | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032ADCDB77773332EAAD4A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032ADCDB77773332EAAD4A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOss(Utils.java:93) + at com.pack.service.PackUtilService$BaseConfigData.writeNewVer(PackUtilService.java:274) + at com.pack.service.PackUtilService.packBase(PackUtilService.java:248) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at com.taurus.web.TWebServer.handle(TWebServer.java:156) + at com.taurus.web.WebFilter.doFilter(WebFilter.java:57) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1487) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:984) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1045) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:236) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:45:00,356 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:155946ms +06 七月 2020 | 22:27:31,705 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +06 七月 2020 | 22:27:31,837 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +06 七月 2020 | 22:40:02,612 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 22:40:03,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 22:40:03,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 22:40:03,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 22:40:03,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 22:40:03,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 22:40:03,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 22:40:03,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 22:40:03,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 22:40:03,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 22:40:03,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:40:03,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 22:40:03,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:40:03,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:40:03,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 22:40:03,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 22:40:44,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 22:40:44,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 22:40:45,748 | WARN | 127.0.0.1(base)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0337EDA9BCA53236E2E273 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0337EDA9BCA53236E2E273 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 22:40:45,749 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0337EDA9BCA53236E2E273 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0337EDA9BCA53236E2E273 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 22:42:38,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 22:42:38,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 22:42:39,223 | WARN | 127.0.0.1(base)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F03385EFB2D4E3836248E5A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F03385EFB2D4E3836248E5A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 22:42:39,223 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F03385EFB2D4E3836248E5A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F03385EFB2D4E3836248E5A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 22:42:42,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 22:42:42,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 22:42:42,921 | WARN | 127.0.0.1(base)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F033862A9BCA533340D3374 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F033862A9BCA533340D3374 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 22:42:42,921 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F033862A9BCA533340D3374 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F033862A9BCA533340D3374 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 22:42:43,260 | WARN | 127.0.0.1(base) | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F033863834EC13037A63E76 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F033863834EC13037A63E76 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 22:42:43,271 | ERROR | 127.0.0.1(base) | taurus.web.WebFilter | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F033863834EC13037A63E76 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F033863834EC13037A63E76 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOss(Utils.java:93) + at com.pack.service.PackUtilService$BaseConfigData.writeNewVer(PackUtilService.java:274) + at com.pack.service.PackUtilService.packBase(PackUtilService.java:248) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at com.taurus.web.TWebServer.handle(TWebServer.java:156) + at com.taurus.web.WebFilter.doFilter(WebFilter.java:57) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1487) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:984) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1045) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:236) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 22:42:43,272 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:160660ms +06 七月 2020 | 22:58:18,394 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 22:58:18,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 22:58:18,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 22:58:18,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 22:58:18,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 22:58:18,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 22:58:18,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 22:58:19,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 22:58:19,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 22:58:19,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 22:58:19,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 22:58:19,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:58:19,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:58:19,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:58:19,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 22:58:19,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 22:59:00,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 22:59:00,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 22:59:01,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.139] upload oss ok! +06 七月 2020 | 22:59:01,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.21] pack to oss... +06 七月 2020 | 22:59:04,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.21] upload oss ok! +06 七月 2020 | 22:59:04,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.8] pack to oss... +06 七月 2020 | 22:59:05,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.8] upload oss ok! +06 七月 2020 | 22:59:05,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.19] pack to oss... +06 七月 2020 | 22:59:07,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.19] upload oss ok! +06 七月 2020 | 23:00:56,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 23:00:56,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 23:00:56,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 23:00:56,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 23:00:56,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.139] upload oss ok! +06 七月 2020 | 23:00:56,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.21] pack to oss... +06 七月 2020 | 23:00:57,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.139] upload oss ok! +06 七月 2020 | 23:00:57,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.21] pack to oss... +06 七月 2020 | 23:01:03,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.21] upload oss ok! +06 七月 2020 | 23:01:03,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.8] pack to oss... +06 七月 2020 | 23:01:03,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.21] upload oss ok! +06 七月 2020 | 23:01:03,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.8] pack to oss... +06 七月 2020 | 23:01:03,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.8] upload oss ok! +06 七月 2020 | 23:01:03,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.19] pack to oss... +06 七月 2020 | 23:01:03,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.8] upload oss ok! +06 七月 2020 | 23:01:03,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.19] pack to oss... +06 七月 2020 | 23:01:07,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.19] upload oss ok! +06 七月 2020 | 23:01:08,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.19] upload oss ok! +06 七月 2020 | 23:01:09,026 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:170633ms +06 七月 2020 | 23:02:05,430 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 23:02:05,674 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 23:02:05,674 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 23:02:05,674 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 23:02:05,734 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 23:02:05,741 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 23:02:05,749 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 23:02:06,041 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 23:02:06,080 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 23:02:06,085 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 23:02:06,085 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 23:02:06,117 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 23:02:06,117 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 23:02:06,199 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 23:02:06,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 23:02:06,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 23:03:34,744 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 23:03:35,223 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.25] pack to oss... +06 七月 2020 | 23:03:35,738 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.25] upload oss ok! +06 七月 2020 | 23:03:35,738 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.19] pack to oss... +06 七月 2020 | 23:03:36,340 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.19] upload oss ok! +06 七月 2020 | 23:03:36,341 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.12] pack to oss... +06 七月 2020 | 23:03:37,804 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.12] upload oss ok! +06 七月 2020 | 23:03:37,804 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] pack to oss... +06 七月 2020 | 23:03:39,244 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] upload oss ok! +06 七月 2020 | 23:03:39,244 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.16] pack to oss... +06 七月 2020 | 23:03:39,686 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.16] upload oss ok! +06 七月 2020 | 23:03:39,687 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] pack to oss... +06 七月 2020 | 23:03:42,078 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] upload oss ok! +06 七月 2020 | 23:03:42,078 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.28] pack to oss... +06 七月 2020 | 23:03:45,003 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.28] upload oss ok! +06 七月 2020 | 23:04:12,007 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 23:04:12,476 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.25] pack to oss... +06 七月 2020 | 23:04:12,947 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.25] upload oss ok! +06 七月 2020 | 23:04:12,948 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.19] pack to oss... +06 七月 2020 | 23:04:13,629 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.19] upload oss ok! +06 七月 2020 | 23:04:13,629 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.12] pack to oss... +06 七月 2020 | 23:04:14,769 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.12] upload oss ok! +06 七月 2020 | 23:04:14,769 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] pack to oss... +06 七月 2020 | 23:04:16,376 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] upload oss ok! +06 七月 2020 | 23:04:16,376 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.16] pack to oss... +06 七月 2020 | 23:04:16,748 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.16] upload oss ok! +06 七月 2020 | 23:04:16,748 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] pack to oss... +06 七月 2020 | 23:04:18,021 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 23:04:18,024 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.25] pack to oss... +06 七月 2020 | 23:04:18,958 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] upload oss ok! +06 七月 2020 | 23:04:18,958 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.28] pack to oss... +06 七月 2020 | 23:04:19,102 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.25] upload oss ok! +06 七月 2020 | 23:04:19,103 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.19] pack to oss... +06 七月 2020 | 23:04:20,597 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.19] upload oss ok! +06 七月 2020 | 23:04:20,598 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.12] pack to oss... +06 七月 2020 | 23:04:23,373 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.12] upload oss ok! +06 七月 2020 | 23:04:23,374 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] pack to oss... +06 七月 2020 | 23:04:23,400 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.28] upload oss ok! +06 七月 2020 | 23:04:24,882 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] upload oss ok! +06 七月 2020 | 23:04:24,883 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.16] pack to oss... +06 七月 2020 | 23:04:25,435 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.16] upload oss ok! +06 七月 2020 | 23:04:25,435 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] pack to oss... +06 七月 2020 | 23:04:27,743 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] upload oss ok! +06 七月 2020 | 23:04:27,743 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.28] pack to oss... +06 七月 2020 | 23:04:30,964 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.28] upload oss ok! +06 七月 2020 | 23:04:31,505 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:146076ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-07 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-07 new file mode 100644 index 0000000..b9ac7d8 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-07 @@ -0,0 +1,245 @@ +07 七月 2020 | 00:28:55,643 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 00:28:55,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 00:28:55,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 00:28:55,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 00:28:56,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 00:28:56,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 00:28:56,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 00:28:56,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:28:56,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 00:28:56,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 00:28:56,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:28:56,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 00:28:56,490 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 00:28:56,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:28:56,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 423. +07 七月 2020 | 00:28:56,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 423. +07 七月 2020 | 00:28:56,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 423. +07 七月 2020 | 00:28:56,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 00:28:56,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 00:29:19,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:29:19,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.20] pack to oss... +07 七月 2020 | 00:29:19,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:29:19,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.20] pack to oss... +07 七月 2020 | 00:29:19,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:29:19,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.20] pack to oss... +07 七月 2020 | 00:29:26,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.20] upload oss ok! +07 七月 2020 | 00:29:27,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.20] upload oss ok! +07 七月 2020 | 00:29:27,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.20] upload oss ok! +07 七月 2020 | 00:29:27,561 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:31919ms +07 七月 2020 | 00:38:48,402 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 00:38:48,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 00:38:48,710 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 00:38:48,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 00:38:48,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 00:38:48,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 00:38:48,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 00:38:49,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:38:49,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:38:49,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 00:38:49,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 00:38:49,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:38:49,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 00:38:49,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 00:38:49,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 424. +07 七月 2020 | 00:38:49,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 424. +07 七月 2020 | 00:38:49,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 424. +07 七月 2020 | 00:38:49,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 00:38:49,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 00:39:12,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:39:12,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.21] pack to oss... +07 七月 2020 | 00:39:12,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:39:12,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.21] pack to oss... +07 七月 2020 | 00:39:12,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:39:13,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.21] pack to oss... +07 七月 2020 | 00:39:16,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.21] upload oss ok! +07 七月 2020 | 00:39:16,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.21] upload oss ok! +07 七月 2020 | 00:39:18,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.21] upload oss ok! +07 七月 2020 | 00:39:18,590 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:30188ms +07 七月 2020 | 11:52:53,592 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 11:52:54,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 11:52:54,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 11:52:54,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 11:52:54,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 11:52:54,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 11:52:54,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 11:52:54,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +07 七月 2020 | 11:52:54,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +07 七月 2020 | 11:52:54,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 11:52:54,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 11:52:54,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +07 七月 2020 | 11:52:54,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +07 七月 2020 | 11:52:54,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 11:52:54,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 11:52:54,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +07 七月 2020 | 11:52:54,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +07 七月 2020 | 11:52:55,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 425. +07 七月 2020 | 11:52:55,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 425. +07 七月 2020 | 11:52:55,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 425. +07 七月 2020 | 11:52:55,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 11:52:55,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 11:53:02,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 11:53:02,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.140] pack to oss... +07 七月 2020 | 11:53:03,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.140] upload oss ok! +07 七月 2020 | 11:54:56,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 11:54:56,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.140] pack to oss... +07 七月 2020 | 11:54:58,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 11:54:58,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.140] upload oss ok! +07 七月 2020 | 11:54:58,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.140] pack to oss... +07 七月 2020 | 11:55:01,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.140] upload oss ok! +07 七月 2020 | 11:55:02,347 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:128755ms +07 七月 2020 | 14:50:04,693 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 14:50:04,805 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 14:50:04,806 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 14:50:04,806 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 14:50:04,910 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 14:50:04,922 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 14:50:04,932 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 14:50:05,208 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +07 七月 2020 | 14:50:05,213 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 14:50:05,213 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 14:50:05,219 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,225 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\ExtendConfig.lua +07 七月 2020 | 14:50:05,229 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,237 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +07 七月 2020 | 14:50:05,237 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +07 七月 2020 | 14:50:05,245 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,251 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\ExtendConfig.lua +07 七月 2020 | 14:50:05,255 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,258 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +07 七月 2020 | 14:50:05,262 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 14:50:05,304 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 14:50:05,311 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +07 七月 2020 | 14:50:05,320 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,326 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\ExtendConfig.lua +07 七月 2020 | 14:50:05,329 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,332 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +07 七月 2020 | 14:50:05,646 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 427. +07 七月 2020 | 14:50:05,672 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 427. +07 七月 2020 | 14:50:05,724 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 427. +07 七月 2020 | 14:50:05,735 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 14:50:05,735 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 14:50:38,318 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 14:50:38,802 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.29] pack to oss... +07 七月 2020 | 14:50:44,104 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 14:50:44,106 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.29] pack to oss... +07 七月 2020 | 14:50:44,115 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 14:50:44,117 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.29] pack to oss... +07 七月 2020 | 14:50:48,130 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.29] upload oss ok! +07 七月 2020 | 14:51:04,308 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.29] upload oss ok! +07 七月 2020 | 14:51:04,848 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.29] upload oss ok! +07 七月 2020 | 14:51:05,016 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:60323ms +07 七月 2020 | 21:04:30,566 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 21:04:30,634 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 21:04:30,634 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 21:04:30,634 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 21:04:30,764 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 21:04:30,766 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 21:04:30,783 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 21:04:31,085 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 21:04:31,116 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +07 七月 2020 | 21:04:31,120 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +07 七月 2020 | 21:04:31,123 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 21:04:31,138 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +07 七月 2020 | 21:04:31,141 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +07 七月 2020 | 21:04:31,143 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +07 七月 2020 | 21:04:31,148 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:04:31,152 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +07 七月 2020 | 21:04:31,155 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:04:31,156 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +07 七月 2020 | 21:04:31,160 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:04:31,212 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:04:31,215 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +07 七月 2020 | 21:04:31,217 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +07 七月 2020 | 21:04:31,220 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:04:31,220 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +07 七月 2020 | 21:04:31,223 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:04:31,228 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 21:04:31,228 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 21:04:31,277 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +07 七月 2020 | 21:04:31,281 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:04:31,284 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +07 七月 2020 | 21:04:31,288 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:04:31,291 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:04:31,564 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 429. +07 七月 2020 | 21:04:31,643 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 429. +07 七月 2020 | 21:04:31,699 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 429. +07 七月 2020 | 21:04:31,711 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 21:04:31,711 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 21:04:58,738 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:04:58,740 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.16] pack to oss... +07 七月 2020 | 21:05:05,356 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.16] upload oss ok! +07 七月 2020 | 21:05:16,828 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:05:16,831 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.16] pack to oss... +07 七月 2020 | 21:05:20,875 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.16] upload oss ok! +07 七月 2020 | 21:05:21,226 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:05:21,229 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.16] pack to oss... +07 七月 2020 | 21:05:26,189 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.16] upload oss ok! +07 七月 2020 | 21:05:26,340 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:55774ms +07 七月 2020 | 21:50:35,285 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 21:50:35,363 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 21:50:35,363 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 21:50:35,363 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 21:50:35,428 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 21:50:35,431 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 21:50:35,438 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 21:50:35,736 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:50:35,740 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:50:35,741 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:50:35,742 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 21:50:35,743 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:50:35,746 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:50:35,749 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:50:35,787 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 21:50:35,792 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 21:50:35,792 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 21:50:35,844 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:50:35,848 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:50:35,851 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:50:36,153 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 430. +07 七月 2020 | 21:50:36,167 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 430. +07 七月 2020 | 21:50:36,254 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 430. +07 七月 2020 | 21:50:36,266 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 21:50:36,266 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 21:50:56,718 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:50:57,202 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.17] pack to oss... +07 七月 2020 | 21:50:58,738 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:50:59,204 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.17] pack to oss... +07 七月 2020 | 21:51:02,438 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:51:02,440 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.17] pack to oss... +07 七月 2020 | 21:51:05,030 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.17] upload oss ok! +07 七月 2020 | 21:51:06,830 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.17] upload oss ok! +07 七月 2020 | 21:51:10,494 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.17] upload oss ok! +07 七月 2020 | 21:51:10,589 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:35304ms +07 七月 2020 | 22:06:00,657 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 22:06:00,718 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 22:06:00,718 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 22:06:00,718 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 22:06:00,815 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 22:06:00,827 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 22:06:00,837 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 22:06:01,117 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 22:06:01,123 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 22:06:01,126 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 22:06:01,126 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 22:06:01,129 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 22:06:01,133 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 22:06:01,172 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 22:06:01,212 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 22:06:01,220 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 22:06:01,224 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 22:06:01,535 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 431. +07 七月 2020 | 22:06:01,536 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 431. +07 七月 2020 | 22:06:01,617 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 431. +07 七月 2020 | 22:06:01,629 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 22:06:01,629 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 22:06:23,926 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 22:06:23,929 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.18] pack to oss... +07 七月 2020 | 22:06:25,999 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 22:06:26,002 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.18] pack to oss... +07 七月 2020 | 22:06:26,944 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.18] upload oss ok! +07 七月 2020 | 22:06:28,219 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 22:06:28,221 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.18] pack to oss... +07 七月 2020 | 22:06:31,350 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.18] upload oss ok! +07 七月 2020 | 22:06:35,031 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.18] upload oss ok! +07 七月 2020 | 22:06:35,150 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:34494ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-08 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-08 new file mode 100644 index 0000000..96f1d5c --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-08 @@ -0,0 +1,88 @@ +08 七月 2020 | 16:59:21,987 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +08 七月 2020 | 16:59:22,046 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +08 七月 2020 | 16:59:22,046 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +08 七月 2020 | 16:59:22,046 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +08 七月 2020 | 16:59:22,161 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 七月 2020 | 16:59:22,162 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 七月 2020 | 16:59:22,180 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 七月 2020 | 16:59:22,474 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +08 七月 2020 | 16:59:22,474 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +08 七月 2020 | 16:59:22,481 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +08 七月 2020 | 16:59:22,481 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +08 七月 2020 | 16:59:22,483 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 16:59:22,484 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +08 七月 2020 | 16:59:22,485 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 16:59:22,493 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 16:59:22,494 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 16:59:22,496 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 16:59:22,498 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 16:59:22,538 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +08 七月 2020 | 16:59:22,649 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 16:59:22,650 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 16:59:22,658 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 16:59:22,660 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 16:59:22,664 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 16:59:22,673 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 16:59:22,683 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +08 七月 2020 | 16:59:22,683 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +08 七月 2020 | 16:59:22,734 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +08 七月 2020 | 16:59:22,739 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +08 七月 2020 | 16:59:22,741 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 16:59:22,745 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 16:59:22,748 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 16:59:23,098 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 433. +08 七月 2020 | 16:59:23,100 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 433. +08 七月 2020 | 16:59:23,148 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 433. +08 七月 2020 | 16:59:23,159 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +08 七月 2020 | 16:59:23,159 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +08 七月 2020 | 16:59:50,674 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 16:59:51,158 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.19] pack to oss... +08 七月 2020 | 17:00:06,585 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 17:00:07,062 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.19] pack to oss... +08 七月 2020 | 17:00:12,316 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 17:00:12,318 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.19] pack to oss... +08 七月 2020 | 17:00:14,131 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.19] upload oss ok! +08 七月 2020 | 17:00:14,215 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.19] upload oss ok! +08 七月 2020 | 17:00:18,546 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.19] upload oss ok! +08 七月 2020 | 17:00:18,740 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:56753ms +08 七月 2020 | 20:37:32,900 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +08 七月 2020 | 20:37:32,962 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +08 七月 2020 | 20:37:32,963 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +08 七月 2020 | 20:37:32,962 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +08 七月 2020 | 20:37:33,076 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 七月 2020 | 20:37:33,092 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 七月 2020 | 20:37:33,110 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 七月 2020 | 20:37:33,404 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +08 七月 2020 | 20:37:33,404 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +08 七月 2020 | 20:37:33,462 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +08 七月 2020 | 20:37:33,474 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 20:37:33,479 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 20:37:33,485 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 20:37:33,491 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 20:37:33,492 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 20:37:33,496 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 20:37:33,499 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 20:37:33,502 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 20:37:33,507 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 20:37:33,510 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 20:37:33,511 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +08 七月 2020 | 20:37:33,618 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 20:37:33,624 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 20:37:33,640 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 20:37:33,644 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 20:37:33,650 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 20:37:33,938 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 435. +08 七月 2020 | 20:37:33,948 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 435. +08 七月 2020 | 20:37:34,099 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 435. +08 七月 2020 | 20:37:34,110 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +08 七月 2020 | 20:37:34,110 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +08 七月 2020 | 20:38:01,864 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 20:38:02,347 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.20] pack to oss... +08 七月 2020 | 20:38:05,543 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.20] upload oss ok! +08 七月 2020 | 20:38:19,144 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 20:38:19,147 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.20] pack to oss... +08 七月 2020 | 20:38:21,737 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.20] upload oss ok! +08 七月 2020 | 20:38:23,125 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 20:38:23,128 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.20] pack to oss... +08 七月 2020 | 20:38:25,969 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.20] upload oss ok! +08 七月 2020 | 20:38:26,110 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:53210ms diff --git a/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-09 b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-09 new file mode 100644 index 0000000..65a5d87 --- /dev/null +++ b/game_web/pack_tools/src/main/webapp/logs/pack_tools.log.2020-07-09 @@ -0,0 +1,134 @@ +09 七月 2020 | 16:49:42,842 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +09 七月 2020 | 16:49:42,951 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +09 七月 2020 | 16:49:42,952 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +09 七月 2020 | 16:49:42,952 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +09 七月 2020 | 16:49:43,149 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 七月 2020 | 16:49:43,157 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 七月 2020 | 16:49:43,167 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 七月 2020 | 16:49:43,454 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +09 七月 2020 | 16:49:43,460 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 16:49:43,465 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +09 七月 2020 | 16:49:43,469 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 七月 2020 | 16:49:43,469 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 七月 2020 | 16:49:43,471 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +09 七月 2020 | 16:49:43,471 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 16:49:43,473 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 16:49:43,478 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +09 七月 2020 | 16:49:43,485 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 16:49:43,517 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 七月 2020 | 16:49:43,560 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 七月 2020 | 16:49:43,566 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +09 七月 2020 | 16:49:43,569 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 16:49:43,573 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +09 七月 2020 | 16:49:43,611 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 16:49:43,892 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 436. +09 七月 2020 | 16:49:43,896 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 436. +09 七月 2020 | 16:49:44,015 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 436. +09 七月 2020 | 16:49:44,027 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 七月 2020 | 16:49:44,027 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 七月 2020 | 16:50:06,208 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 16:50:06,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.21] pack to oss... +09 七月 2020 | 16:50:08,097 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 16:50:08,100 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.21] pack to oss... +09 七月 2020 | 16:50:08,122 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 16:50:08,124 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.21] pack to oss... +09 七月 2020 | 16:50:11,248 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.21] upload oss ok! +09 七月 2020 | 16:50:19,748 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.21] upload oss ok! +09 七月 2020 | 16:50:20,493 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.21] upload oss ok! +09 七月 2020 | 16:50:20,582 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:37740ms +09 七月 2020 | 17:54:22,870 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +09 七月 2020 | 17:54:22,929 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +09 七月 2020 | 17:54:22,929 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +09 七月 2020 | 17:54:22,929 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +09 七月 2020 | 17:54:23,054 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 七月 2020 | 17:54:23,059 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 七月 2020 | 17:54:23,069 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 七月 2020 | 17:54:23,382 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 七月 2020 | 17:54:23,382 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 七月 2020 | 17:54:23,402 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +09 七月 2020 | 17:54:23,406 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +09 七月 2020 | 17:54:23,413 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +09 七月 2020 | 17:54:23,416 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +09 七月 2020 | 17:54:23,428 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 七月 2020 | 17:54:23,474 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 七月 2020 | 17:54:23,526 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +09 七月 2020 | 17:54:23,530 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +09 七月 2020 | 17:54:23,844 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 437. +09 七月 2020 | 17:54:23,850 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 437. +09 七月 2020 | 17:54:23,931 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 437. +09 七月 2020 | 17:54:23,942 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 七月 2020 | 17:54:23,942 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 七月 2020 | 17:54:52,238 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 17:54:52,721 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.22] pack to oss... +09 七月 2020 | 17:54:55,263 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.22] upload oss ok! +09 七月 2020 | 17:55:07,256 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 17:55:07,737 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.22] pack to oss... +09 七月 2020 | 17:55:10,374 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.22] upload oss ok! +09 七月 2020 | 17:55:13,191 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 17:55:13,194 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.22] pack to oss... +09 七月 2020 | 17:55:15,967 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.22] upload oss ok! +09 七月 2020 | 17:55:16,128 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:53258ms +09 七月 2020 | 18:55:21,298 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +09 七月 2020 | 18:55:21,356 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +09 七月 2020 | 18:55:21,356 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +09 七月 2020 | 18:55:21,356 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +09 七月 2020 | 18:55:21,494 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 七月 2020 | 18:55:21,497 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 七月 2020 | 18:55:21,504 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 七月 2020 | 18:55:21,802 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 七月 2020 | 18:55:21,802 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 七月 2020 | 18:55:21,805 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 18:55:21,808 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 18:55:21,808 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 18:55:21,812 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +09 七月 2020 | 18:55:21,812 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 18:55:21,816 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +09 七月 2020 | 18:55:21,824 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\PlayerInfoView.lua +09 七月 2020 | 18:55:21,827 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\PlayerInfoView.lua +09 七月 2020 | 18:55:21,852 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 七月 2020 | 18:55:21,893 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 七月 2020 | 18:55:21,902 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 18:55:21,906 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 18:55:21,911 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +09 七月 2020 | 18:55:21,919 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\PlayerInfoView.lua +09 七月 2020 | 18:55:22,232 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 439. +09 七月 2020 | 18:55:22,233 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 439. +09 七月 2020 | 18:55:22,310 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 439. +09 七月 2020 | 18:55:22,321 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 七月 2020 | 18:55:22,321 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 七月 2020 | 18:55:45,092 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:55:45,105 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.23] pack to oss... +09 七月 2020 | 18:55:46,415 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:55:46,418 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.23] pack to oss... +09 七月 2020 | 18:55:46,509 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:55:46,512 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.23] pack to oss... +09 七月 2020 | 18:55:47,835 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.23] upload oss ok! +09 七月 2020 | 18:55:52,330 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.23] upload oss ok! +09 七月 2020 | 18:55:52,414 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.23] upload oss ok! +09 七月 2020 | 18:55:52,536 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:31238ms +09 七月 2020 | 18:55:59,096 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 七月 2020 | 18:55:59,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 七月 2020 | 18:55:59,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 七月 2020 | 18:55:59,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 七月 2020 | 18:55:59,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 七月 2020 | 18:55:59,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 七月 2020 | 18:55:59,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 七月 2020 | 18:55:59,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 七月 2020 | 18:55:59,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 七月 2020 | 18:55:59,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 七月 2020 | 18:55:59,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 439. +09 七月 2020 | 18:55:59,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 439. +09 七月 2020 | 18:55:59,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 七月 2020 | 18:55:59,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 439. +09 七月 2020 | 18:55:59,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 七月 2020 | 18:55:59,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 七月 2020 | 18:56:05,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:56:06,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.141] pack to oss... +09 七月 2020 | 18:56:07,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.141] upload oss ok! +09 七月 2020 | 18:58:00,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:58:00,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.141] pack to oss... +09 七月 2020 | 18:58:01,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.141] upload oss ok! +09 七月 2020 | 18:58:02,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:58:02,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.141] pack to oss... +09 七月 2020 | 18:58:03,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.141] upload oss ok! +09 七月 2020 | 18:58:03,619 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:124524ms diff --git a/game_web/pack_tools/src/test/java/pack_tools/Main.java b/game_web/pack_tools/src/test/java/pack_tools/Main.java new file mode 100644 index 0000000..1f53045 --- /dev/null +++ b/game_web/pack_tools/src/test/java/pack_tools/Main.java @@ -0,0 +1,9 @@ +package pack_tools; + +import com.taurus.web.JettyServer; + +public class Main { + public static void main(String[] args) { + new JettyServer("src/main/webapp",9091,"/").start(); + } +} diff --git a/game_web/pack_tools/src/test/java/pack_tools/TT.java b/game_web/pack_tools/src/test/java/pack_tools/TT.java new file mode 100644 index 0000000..c098de5 --- /dev/null +++ b/game_web/pack_tools/src/test/java/pack_tools/TT.java @@ -0,0 +1,9 @@ +package pack_tools; + +import com.taurus.web.JettyServer; + +public class TT { + public static void main(String[] args) { + new JettyServer("src/main/webapp",9091,"/").start(); + } +} diff --git a/game_web/pack_tools/target/classes/com/pack/MainServer.class b/game_web/pack_tools/target/classes/com/pack/MainServer.class new file mode 100644 index 0000000..0b3eaf0 Binary files /dev/null and b/game_web/pack_tools/target/classes/com/pack/MainServer.class differ diff --git a/game_web/pack_tools/target/classes/com/pack/Utils.class b/game_web/pack_tools/target/classes/com/pack/Utils.class new file mode 100644 index 0000000..a973733 Binary files /dev/null and b/game_web/pack_tools/target/classes/com/pack/Utils.class differ diff --git a/game_web/pack_tools/target/classes/com/pack/service/CommandService.class b/game_web/pack_tools/target/classes/com/pack/service/CommandService.class new file mode 100644 index 0000000..bfd5c95 Binary files /dev/null and b/game_web/pack_tools/target/classes/com/pack/service/CommandService.class differ diff --git a/game_web/pack_tools/target/classes/com/pack/service/PackServerProject.class b/game_web/pack_tools/target/classes/com/pack/service/PackServerProject.class new file mode 100644 index 0000000..d454d0f Binary files /dev/null and b/game_web/pack_tools/target/classes/com/pack/service/PackServerProject.class differ diff --git a/game_web/pack_tools/target/classes/com/pack/service/PackUtilService$1.class b/game_web/pack_tools/target/classes/com/pack/service/PackUtilService$1.class new file mode 100644 index 0000000..6cdd83f Binary files /dev/null and b/game_web/pack_tools/target/classes/com/pack/service/PackUtilService$1.class differ diff --git a/game_web/pack_tools/target/classes/com/pack/service/PackUtilService$BaseConfigData.class b/game_web/pack_tools/target/classes/com/pack/service/PackUtilService$BaseConfigData.class new file mode 100644 index 0000000..5079058 Binary files /dev/null and b/game_web/pack_tools/target/classes/com/pack/service/PackUtilService$BaseConfigData.class differ diff --git a/game_web/pack_tools/target/classes/com/pack/service/PackUtilService.class b/game_web/pack_tools/target/classes/com/pack/service/PackUtilService.class new file mode 100644 index 0000000..50374a3 Binary files /dev/null and b/game_web/pack_tools/target/classes/com/pack/service/PackUtilService.class differ diff --git a/game_web/pack_tools/target/classes/com/pack/service/ServletAllGame.class b/game_web/pack_tools/target/classes/com/pack/service/ServletAllGame.class new file mode 100644 index 0000000..690bd8d Binary files /dev/null and b/game_web/pack_tools/target/classes/com/pack/service/ServletAllGame.class differ diff --git a/game_web/pack_tools/target/maven-archiver/pom.properties b/game_web/pack_tools/target/maven-archiver/pom.properties new file mode 100644 index 0000000..1df114d --- /dev/null +++ b/game_web/pack_tools/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Tue Jun 22 10:42:44 CST 2021 +version=1.0.0 +groupId=com.pack +artifactId=pack_tools diff --git a/game_web/pack_tools/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/game_web/pack_tools/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..8e632e1 --- /dev/null +++ b/game_web/pack_tools/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,8 @@ +com\pack\service\PackUtilService$BaseConfigData.class +com\pack\service\PackUtilService.class +com\pack\service\ServletAllGame.class +com\pack\MainServer.class +com\pack\service\PackServerProject.class +com\pack\service\PackUtilService$1.class +com\pack\service\CommandService.class +com\pack\Utils.class diff --git a/game_web/pack_tools/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/game_web/pack_tools/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..bab5402 --- /dev/null +++ b/game_web/pack_tools/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,6 @@ +G:\java\server\game_web\pack_tools\src\main\java\com\pack\service\PackServerProject.java +G:\java\server\game_web\pack_tools\src\main\java\com\pack\service\PackUtilService.java +G:\java\server\game_web\pack_tools\src\main\java\com\pack\service\ServletAllGame.java +G:\java\server\game_web\pack_tools\src\main\java\com\pack\service\CommandService.java +G:\java\server\game_web\pack_tools\src\main\java\com\pack\MainServer.java +G:\java\server\game_web\pack_tools\src\main\java\com\pack\Utils.java diff --git a/game_web/pack_tools/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/game_web/pack_tools/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..0548199 --- /dev/null +++ b/game_web/pack_tools/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1,2 @@ +pack_tools\TT.class +pack_tools\Main.class diff --git a/game_web/pack_tools/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/game_web/pack_tools/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..07044b2 --- /dev/null +++ b/game_web/pack_tools/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1,2 @@ +G:\java\server\game_web\pack_tools\src\test\java\pack_tools\Main.java +G:\java\server\game_web\pack_tools\src\test\java\pack_tools\TT.java diff --git a/game_web/pack_tools/target/pack_tools.war b/game_web/pack_tools/target/pack_tools.war new file mode 100644 index 0000000..89a13e4 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools.war differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/MainServer.class b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/MainServer.class new file mode 100644 index 0000000..0b3eaf0 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/MainServer.class differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/Utils.class b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/Utils.class new file mode 100644 index 0000000..a973733 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/Utils.class differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/CommandService.class b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/CommandService.class new file mode 100644 index 0000000..bfd5c95 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/CommandService.class differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackServerProject.class b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackServerProject.class new file mode 100644 index 0000000..d454d0f Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackServerProject.class differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackUtilService$1.class b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackUtilService$1.class new file mode 100644 index 0000000..6cdd83f Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackUtilService$1.class differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackUtilService$BaseConfigData.class b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackUtilService$BaseConfigData.class new file mode 100644 index 0000000..5079058 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackUtilService$BaseConfigData.class differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackUtilService.class b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackUtilService.class new file mode 100644 index 0000000..50374a3 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/PackUtilService.class differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/ServletAllGame.class b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/ServletAllGame.class new file mode 100644 index 0000000..690bd8d Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/classes/com/pack/service/ServletAllGame.class differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/HikariCP-3.3.1.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/HikariCP-3.3.1.jar new file mode 100644 index 0000000..476e0c0 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/HikariCP-3.3.1.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-core-3.4.0.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-core-3.4.0.jar new file mode 100644 index 0000000..5bcf59b Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-core-3.4.0.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-ecs-4.2.0.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-ecs-4.2.0.jar new file mode 100644 index 0000000..6a551cc Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-ecs-4.2.0.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-ram-3.0.0.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-ram-3.0.0.jar new file mode 100644 index 0000000..850878c Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-ram-3.0.0.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-sts-3.0.0.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-sts-3.0.0.jar new file mode 100644 index 0000000..879526f Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-java-sdk-sts-3.0.0.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-sdk-oss-3.8.0.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-sdk-oss-3.8.0.jar new file mode 100644 index 0000000..26149bd Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/aliyun-sdk-oss-3.8.0.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/commons-codec-1.9.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/commons-codec-1.9.jar new file mode 100644 index 0000000..ef35f1c Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/commons-codec-1.9.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/commons-logging-1.2.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/commons-logging-1.2.jar new file mode 100644 index 0000000..93a3b9f Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/commons-logging-1.2.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/commons-pool2-2.4.2.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/commons-pool2-2.4.2.jar new file mode 100644 index 0000000..fdf8b6f Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/commons-pool2-2.4.2.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/data_cache-1.0.1.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/data_cache-1.0.1.jar new file mode 100644 index 0000000..0709838 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/data_cache-1.0.1.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/fastjson-1.2.62.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/fastjson-1.2.62.jar new file mode 100644 index 0000000..10b86d4 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/fastjson-1.2.62.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/httpclient-4.4.1.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/httpclient-4.4.1.jar new file mode 100644 index 0000000..b80d379 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/httpclient-4.4.1.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/httpcore-4.4.1.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/httpcore-4.4.1.jar new file mode 100644 index 0000000..99715b6 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/httpcore-4.4.1.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jdom-1.0.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jdom-1.0.jar new file mode 100644 index 0000000..288e64c Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jdom-1.0.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jdom-1.1.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jdom-1.1.jar new file mode 100644 index 0000000..97c85f5 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jdom-1.1.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jedis-2.9.0.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jedis-2.9.0.jar new file mode 100644 index 0000000..f4d27d3 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jedis-2.9.0.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jettison-1.1.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jettison-1.1.jar new file mode 100644 index 0000000..e4e9c8c Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/jettison-1.1.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/log4j-1.2.17.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/log4j-1.2.17.jar new file mode 100644 index 0000000..1d425cf Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/log4j-1.2.17.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/mysql-connector-java-8.0.16.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/mysql-connector-java-8.0.16.jar new file mode 100644 index 0000000..dd45f8c Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/mysql-connector-java-8.0.16.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/protobuf-java-3.6.1.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/protobuf-java-3.6.1.jar new file mode 100644 index 0000000..8a18789 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/protobuf-java-3.6.1.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/slf4j-api-1.7.25.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/slf4j-api-1.7.25.jar new file mode 100644 index 0000000..0143c09 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/slf4j-api-1.7.25.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/stax-api-1.0.1.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/stax-api-1.0.1.jar new file mode 100644 index 0000000..d9a1665 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/stax-api-1.0.1.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/taurus-core-1.0.1.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/taurus-core-1.0.1.jar new file mode 100644 index 0000000..bb85d05 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/taurus-core-1.0.1.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/lib/taurus-web-1.0.1.jar b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/taurus-web-1.0.1.jar new file mode 100644 index 0000000..c929bb5 Binary files /dev/null and b/game_web/pack_tools/target/pack_tools/WEB-INF/lib/taurus-web-1.0.1.jar differ diff --git a/game_web/pack_tools/target/pack_tools/WEB-INF/web.xml b/game_web/pack_tools/target/pack_tools/WEB-INF/web.xml new file mode 100644 index 0000000..4f12630 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/WEB-INF/web.xml @@ -0,0 +1,38 @@ + + + + taurus-web + com.taurus.web.WebFilter + + main + com.pack.MainServer + + + + + taurus-web + /* + + + + allGame + com.pack.service.ServletAllGame + + + + allGame + /allGame + + + + pack_server + com.pack.service.PackServerProject + + + + pack_server + /pack_server + + + + \ No newline at end of file diff --git a/game_web/pack_tools/target/pack_tools/config/log4j.properties b/game_web/pack_tools/target/pack_tools/config/log4j.properties new file mode 100644 index 0000000..e10e427 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/pack_tools.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/pack_tools/target/pack_tools/config/mpnet-tools.xml b/game_web/pack_tools/target/pack_tools/config/mpnet-tools.xml new file mode 100644 index 0000000..d50acec --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/config/mpnet-tools.xml @@ -0,0 +1,97 @@ + + + + + + 80 + + 2 + + 10 + + -1 + + true + + true + + true + + select 1 + + 180000 + + 60000 + + 30000 + + false + + 300000 + + false + + -1 + + + + + db1 + com.mysql.jdbc.Driver + jdbc:mysql://rm-uf6k4q27s99k5w1p1co.mysql.rds.aliyuncs.com/lygame_test + ly002 + ly2019!@#$ + + + db2 + com.mysql.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/pack_config + proto_ff + 37du_game + + + + + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + \ No newline at end of file diff --git a/game_web/pack_tools/target/pack_tools/config/pack-config.xml b/game_web/pack_tools/target/pack_tools/config/pack-config.xml new file mode 100644 index 0000000..4086759 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/config/pack-config.xml @@ -0,0 +1,28 @@ + + + + + http://oss-cn-zhangjiakou.aliyuncs.com + LTAI4Fr18Esz5FBT9fPvSr6Y + 5oGollnfotRsnXwsWZIW7aNlNCMYVa + jingduliansai + + + + + jdls_pack + E:/wb_pro/pack_data.bin + E:/wb_pro/wb_win/ + E:/wb_pro/wb_ios/ + E:/wb_pro/wb_android/ + E:/wb_pack_temp + https://jingduliansai.oss-cn-zhangjiakou.aliyuncs.com/jdls_pack/config/ + + + + init1_0.json + https://jingduliansai.oss-cn-zhangjiakou.aliyuncs.com/configure/test1/init1_0.json + test + + + \ No newline at end of file diff --git a/game_web/pack_tools/target/pack_tools/config/taurus-core.xml b/game_web/pack_tools/target/pack_tools/config/taurus-core.xml new file mode 100644 index 0000000..2892976 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/config/taurus-core.xml @@ -0,0 +1,94 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + \ No newline at end of file diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log new file mode 100644 index 0000000..d4bb7c4 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log @@ -0,0 +1,582 @@ +14 七月 2020 | 01:00:16,902 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +14 七月 2020 | 01:00:17,037 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +14 七月 2020 | 01:35:13,135 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +14 七月 2020 | 01:35:13,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +14 七月 2020 | 01:35:13,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +14 七月 2020 | 01:35:13,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +14 七月 2020 | 01:35:14,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 七月 2020 | 01:35:14,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 七月 2020 | 01:35:14,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 七月 2020 | 01:35:17,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +14 七月 2020 | 01:35:17,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +14 七月 2020 | 01:35:17,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +14 七月 2020 | 01:35:17,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +14 七月 2020 | 01:35:17,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3 +14 七月 2020 | 01:35:17,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3.meta +14 七月 2020 | 01:35:17,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3 +14 七月 2020 | 01:35:17,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3 +14 七月 2020 | 01:35:17,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3.meta +14 七月 2020 | 01:35:17,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3.meta +14 七月 2020 | 01:35:17,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3 +14 七月 2020 | 01:35:17,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3 +14 七月 2020 | 01:35:17,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3.meta +14 七月 2020 | 01:35:17,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3 +14 七月 2020 | 01:35:17,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3.meta +14 七月 2020 | 01:35:17,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3.meta +14 七月 2020 | 01:35:17,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3 +14 七月 2020 | 01:35:17,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3 +14 七月 2020 | 01:35:17,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3.meta +14 七月 2020 | 01:35:17,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3 +14 七月 2020 | 01:35:17,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3.meta +14 七月 2020 | 01:35:17,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3.meta +14 七月 2020 | 01:35:17,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3 +14 七月 2020 | 01:35:17,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3 +14 七月 2020 | 01:35:17,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3.meta +14 七月 2020 | 01:35:17,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3.meta +14 七月 2020 | 01:35:17,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3 +14 七月 2020 | 01:35:17,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3 +14 七月 2020 | 01:35:17,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3.meta +14 七月 2020 | 01:35:17,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3.meta +14 七月 2020 | 01:35:17,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3 +14 七月 2020 | 01:35:17,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3 +14 七月 2020 | 01:35:17,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3.meta +14 七月 2020 | 01:35:17,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3.meta +14 七月 2020 | 01:35:17,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3 +14 七月 2020 | 01:35:17,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3 +14 七月 2020 | 01:35:17,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3.meta +14 七月 2020 | 01:35:17,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3.meta +14 七月 2020 | 01:35:17,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3 +14 七月 2020 | 01:35:17,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3 +14 七月 2020 | 01:35:17,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3.meta +14 七月 2020 | 01:35:17,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3.meta +14 七月 2020 | 01:35:17,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3 +14 七月 2020 | 01:35:17,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3 +14 七月 2020 | 01:35:17,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3.meta +14 七月 2020 | 01:35:17,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3.meta +14 七月 2020 | 01:35:17,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3 +14 七月 2020 | 01:35:17,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3 +14 七月 2020 | 01:35:17,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3.meta +14 七月 2020 | 01:35:17,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3.meta +14 七月 2020 | 01:35:17,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3 +14 七月 2020 | 01:35:17,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3 +14 七月 2020 | 01:35:17,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3.meta +14 七月 2020 | 01:35:17,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3.meta +14 七月 2020 | 01:35:17,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3 +14 七月 2020 | 01:35:17,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3 +14 七月 2020 | 01:35:17,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3.meta +14 七月 2020 | 01:35:17,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3.meta +14 七月 2020 | 01:35:17,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3 +14 七月 2020 | 01:35:17,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3.meta +14 七月 2020 | 01:35:17,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3 +14 七月 2020 | 01:35:17,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3 +14 七月 2020 | 01:35:17,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3.meta +14 七月 2020 | 01:35:17,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3.meta +14 七月 2020 | 01:35:17,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3 +14 七月 2020 | 01:35:17,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3.meta +14 七月 2020 | 01:35:17,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3 +14 七月 2020 | 01:35:17,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3 +14 七月 2020 | 01:35:17,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3.meta +14 七月 2020 | 01:35:17,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3.meta +14 七月 2020 | 01:35:17,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3 +14 七月 2020 | 01:35:17,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3 +14 七月 2020 | 01:35:17,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3.meta +14 七月 2020 | 01:35:17,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3.meta +14 七月 2020 | 01:35:17,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3 +14 七月 2020 | 01:35:17,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3 +14 七月 2020 | 01:35:17,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3.meta +14 七月 2020 | 01:35:17,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3.meta +14 七月 2020 | 01:35:17,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3 +14 七月 2020 | 01:35:17,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3 +14 七月 2020 | 01:35:18,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3.meta +14 七月 2020 | 01:35:18,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3 +14 七月 2020 | 01:35:18,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3.meta +14 七月 2020 | 01:35:18,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3.meta +14 七月 2020 | 01:35:18,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3 +14 七月 2020 | 01:35:18,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3 +14 七月 2020 | 01:35:18,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3.meta +14 七月 2020 | 01:35:18,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3.meta +14 七月 2020 | 01:35:18,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3 +14 七月 2020 | 01:35:18,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3 +14 七月 2020 | 01:35:18,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3.meta +14 七月 2020 | 01:35:18,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3.meta +14 七月 2020 | 01:35:18,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3 +14 七月 2020 | 01:35:18,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3 +14 七月 2020 | 01:35:18,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3.meta +14 七月 2020 | 01:35:18,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3.meta +14 七月 2020 | 01:35:18,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3 +14 七月 2020 | 01:35:18,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3.meta +14 七月 2020 | 01:35:18,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3 +14 七月 2020 | 01:35:18,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3 +14 七月 2020 | 01:35:18,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3.meta +14 七月 2020 | 01:35:18,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3.meta +14 七月 2020 | 01:35:18,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3 +14 七月 2020 | 01:35:18,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3.meta +14 七月 2020 | 01:35:18,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3 +14 七月 2020 | 01:35:18,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3 +14 七月 2020 | 01:35:18,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3.meta +14 七月 2020 | 01:35:18,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3.meta +14 七月 2020 | 01:35:18,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3 +14 七月 2020 | 01:35:18,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3 +14 七月 2020 | 01:35:18,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3.meta +14 七月 2020 | 01:35:18,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3.meta +14 七月 2020 | 01:35:18,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3 +14 七月 2020 | 01:35:18,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3 +14 七月 2020 | 01:35:18,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3.meta +14 七月 2020 | 01:35:18,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3 +14 七月 2020 | 01:35:18,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3.meta +14 七月 2020 | 01:35:18,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3 +14 七月 2020 | 01:35:18,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3.meta +14 七月 2020 | 01:35:18,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3.meta +14 七月 2020 | 01:35:18,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3 +14 七月 2020 | 01:35:18,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3 +14 七月 2020 | 01:35:18,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3.meta +14 七月 2020 | 01:35:18,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3.meta +14 七月 2020 | 01:35:18,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3 +14 七月 2020 | 01:35:18,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3 +14 七月 2020 | 01:35:18,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3.meta +14 七月 2020 | 01:35:18,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3.meta +14 七月 2020 | 01:35:18,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3 +14 七月 2020 | 01:35:18,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3 +14 七月 2020 | 01:35:18,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3.meta +14 七月 2020 | 01:35:18,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3.meta +14 七月 2020 | 01:35:18,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3 +14 七月 2020 | 01:35:18,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3 +14 七月 2020 | 01:35:18,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3.meta +14 七月 2020 | 01:35:18,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3 +14 七月 2020 | 01:35:18,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3.meta +14 七月 2020 | 01:35:18,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3.meta +14 七月 2020 | 01:35:18,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3 +14 七月 2020 | 01:35:18,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3 +14 七月 2020 | 01:35:18,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3.meta +14 七月 2020 | 01:35:18,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3.meta +14 七月 2020 | 01:35:18,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3 +14 七月 2020 | 01:35:18,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3.meta +14 七月 2020 | 01:35:18,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3 +14 七月 2020 | 01:35:18,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3 +14 七月 2020 | 01:35:18,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3.meta +14 七月 2020 | 01:35:18,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3.meta +14 七月 2020 | 01:35:18,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3 +14 七月 2020 | 01:35:18,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3.meta +14 七月 2020 | 01:35:18,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3 +14 七月 2020 | 01:35:18,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3.meta +14 七月 2020 | 01:35:18,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3 +14 七月 2020 | 01:35:18,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3 +14 七月 2020 | 01:35:18,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3.meta +14 七月 2020 | 01:35:18,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3.meta +14 七月 2020 | 01:35:18,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3 +14 七月 2020 | 01:35:18,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3 +14 七月 2020 | 01:35:18,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3.meta +14 七月 2020 | 01:35:18,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3.meta +14 七月 2020 | 01:35:18,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3 +14 七月 2020 | 01:35:18,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3.meta +14 七月 2020 | 01:35:18,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3 +14 七月 2020 | 01:35:18,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3.meta +14 七月 2020 | 01:35:19,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3 +14 七月 2020 | 01:35:19,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3.meta +14 七月 2020 | 01:35:19,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3 +14 七月 2020 | 01:35:19,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3.meta +14 七月 2020 | 01:35:19,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3 +14 七月 2020 | 01:35:19,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3.meta +14 七月 2020 | 01:35:19,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3 +14 七月 2020 | 01:35:19,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3 +14 七月 2020 | 01:35:19,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3.meta +14 七月 2020 | 01:35:19,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3.meta +14 七月 2020 | 01:35:19,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3 +14 七月 2020 | 01:35:19,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3 +14 七月 2020 | 01:35:19,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3.meta +14 七月 2020 | 01:35:19,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3.meta +14 七月 2020 | 01:35:19,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3 +14 七月 2020 | 01:35:19,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3 +14 七月 2020 | 01:35:19,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3.meta +14 七月 2020 | 01:35:19,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3.meta +14 七月 2020 | 01:35:19,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3 +14 七月 2020 | 01:35:19,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3 +14 七月 2020 | 01:35:19,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3.meta +14 七月 2020 | 01:35:19,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3.meta +14 七月 2020 | 01:35:19,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3 +14 七月 2020 | 01:35:19,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3 +14 七月 2020 | 01:35:19,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3.meta +14 七月 2020 | 01:35:19,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3.meta +14 七月 2020 | 01:35:19,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3 +14 七月 2020 | 01:35:19,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3 +14 七月 2020 | 01:35:19,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3.meta +14 七月 2020 | 01:35:19,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3.meta +14 七月 2020 | 01:35:19,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3 +14 七月 2020 | 01:35:19,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3 +14 七月 2020 | 01:35:19,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3.meta +14 七月 2020 | 01:35:19,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3.meta +14 七月 2020 | 01:35:19,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3 +14 七月 2020 | 01:35:19,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3 +14 七月 2020 | 01:35:19,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3.meta +14 七月 2020 | 01:35:19,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3.meta +14 七月 2020 | 01:35:19,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3 +14 七月 2020 | 01:35:19,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3 +14 七月 2020 | 01:35:19,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3.meta +14 七月 2020 | 01:35:19,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3 +14 七月 2020 | 01:35:19,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3.meta +14 七月 2020 | 01:35:19,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3 +14 七月 2020 | 01:35:19,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3.meta +14 七月 2020 | 01:35:19,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3.meta +14 七月 2020 | 01:35:19,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3 +14 七月 2020 | 01:35:19,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3 +14 七月 2020 | 01:35:19,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3.meta +14 七月 2020 | 01:35:19,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3.meta +14 七月 2020 | 01:35:19,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3 +14 七月 2020 | 01:35:19,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3 +14 七月 2020 | 01:35:19,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3.meta +14 七月 2020 | 01:35:19,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3.meta +14 七月 2020 | 01:35:19,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3 +14 七月 2020 | 01:35:19,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3 +14 七月 2020 | 01:35:19,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3.meta +14 七月 2020 | 01:35:19,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3.meta +14 七月 2020 | 01:35:19,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3 +14 七月 2020 | 01:35:19,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3 +14 七月 2020 | 01:35:19,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3.meta +14 七月 2020 | 01:35:19,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3.meta +14 七月 2020 | 01:35:19,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3 +14 七月 2020 | 01:35:19,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3 +14 七月 2020 | 01:35:19,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3.meta +14 七月 2020 | 01:35:19,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3.meta +14 七月 2020 | 01:35:19,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3 +14 七月 2020 | 01:35:19,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3 +14 七月 2020 | 01:35:19,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3.meta +14 七月 2020 | 01:35:19,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3.meta +14 七月 2020 | 01:35:19,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3 +14 七月 2020 | 01:35:19,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3 +14 七月 2020 | 01:35:19,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3.meta +14 七月 2020 | 01:35:19,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3 +14 七月 2020 | 01:35:19,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3.meta +14 七月 2020 | 01:35:19,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3 +14 七月 2020 | 01:35:19,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3 +14 七月 2020 | 01:35:19,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\bile.mp3.meta +14 七月 2020 | 01:35:19,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3.meta +14 七月 2020 | 01:35:19,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3 +14 七月 2020 | 01:35:19,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3.meta +14 七月 2020 | 01:35:19,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3 +14 七月 2020 | 01:35:19,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3 +14 七月 2020 | 01:35:19,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d10.mp3.meta +14 七月 2020 | 01:35:19,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3.meta +14 七月 2020 | 01:35:19,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3.meta +14 七月 2020 | 01:35:19,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3 +14 七月 2020 | 01:35:19,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3 +14 七月 2020 | 01:35:19,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3 +14 七月 2020 | 01:35:19,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3.meta +14 七月 2020 | 01:35:19,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3.meta +14 七月 2020 | 01:35:19,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d11.mp3.meta +14 七月 2020 | 01:35:19,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3 +14 七月 2020 | 01:35:19,314 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3 +14 七月 2020 | 01:35:19,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3 +14 七月 2020 | 01:35:19,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3.meta +14 七月 2020 | 01:35:19,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3.meta +14 七月 2020 | 01:35:19,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3 +14 七月 2020 | 01:35:19,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d12.mp3.meta +14 七月 2020 | 01:35:19,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3 +14 七月 2020 | 01:35:19,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3.meta +14 七月 2020 | 01:35:19,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3 +14 七月 2020 | 01:35:19,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3.meta +14 七月 2020 | 01:35:19,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3 +14 七月 2020 | 01:35:19,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3 +14 七月 2020 | 01:35:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d13.mp3.meta +14 七月 2020 | 01:35:19,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3.meta +14 七月 2020 | 01:35:19,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3.meta +14 七月 2020 | 01:35:19,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3 +14 七月 2020 | 01:35:19,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3 +14 七月 2020 | 01:35:19,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d14.mp3.meta +14 七月 2020 | 01:35:19,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3 +14 七月 2020 | 01:35:19,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3.meta +14 七月 2020 | 01:35:19,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3.meta +14 七月 2020 | 01:35:19,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3 +14 七月 2020 | 01:35:19,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3 +14 七月 2020 | 01:35:19,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3 +14 七月 2020 | 01:35:19,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3.meta +14 七月 2020 | 01:35:19,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d15.mp3.meta +14 七月 2020 | 01:35:19,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3.meta +14 七月 2020 | 01:35:19,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3 +14 七月 2020 | 01:35:19,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3 +14 七月 2020 | 01:35:19,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3 +14 七月 2020 | 01:35:19,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3.meta +14 七月 2020 | 01:35:19,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3.meta +14 七月 2020 | 01:35:19,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3 +14 七月 2020 | 01:35:19,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d16.mp3.meta +14 七月 2020 | 01:35:19,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3 +14 七月 2020 | 01:35:19,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3.meta +14 七月 2020 | 01:35:19,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3.meta +14 七月 2020 | 01:35:19,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3 +14 七月 2020 | 01:35:19,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3 +14 七月 2020 | 01:35:19,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3 +14 七月 2020 | 01:35:19,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d2.mp3.meta +14 七月 2020 | 01:35:19,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3.meta +14 七月 2020 | 01:35:19,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3.meta +14 七月 2020 | 01:35:19,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3 +14 七月 2020 | 01:35:19,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3 +14 七月 2020 | 01:35:19,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3 +14 七月 2020 | 01:35:19,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d3.mp3.meta +14 七月 2020 | 01:35:19,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3.meta +14 七月 2020 | 01:35:19,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3.meta +14 七月 2020 | 01:35:19,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3 +14 七月 2020 | 01:35:19,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3 +14 七月 2020 | 01:35:19,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3 +14 七月 2020 | 01:35:19,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3.meta +14 七月 2020 | 01:35:19,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d4.mp3.meta +14 七月 2020 | 01:35:19,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3 +14 七月 2020 | 01:35:19,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3.meta +14 七月 2020 | 01:35:19,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3.meta +14 七月 2020 | 01:35:19,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3 +14 七月 2020 | 01:35:19,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3 +14 七月 2020 | 01:35:19,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d5.mp3.meta +14 七月 2020 | 01:35:19,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3.meta +14 七月 2020 | 01:35:19,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3 +14 七月 2020 | 01:35:19,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3.meta +14 七月 2020 | 01:35:19,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3 +14 七月 2020 | 01:35:19,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3 +14 七月 2020 | 01:35:19,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3 +14 七月 2020 | 01:35:19,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d6.mp3.meta +14 七月 2020 | 01:35:19,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3.meta +14 七月 2020 | 01:35:19,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3.meta +14 七月 2020 | 01:35:19,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3 +14 七月 2020 | 01:35:19,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3 +14 七月 2020 | 01:35:19,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3 +14 七月 2020 | 01:35:19,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3.meta +14 七月 2020 | 01:35:19,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3.meta +14 七月 2020 | 01:35:19,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d7.mp3.meta +14 七月 2020 | 01:35:19,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3 +14 七月 2020 | 01:35:19,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3 +14 七月 2020 | 01:35:19,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3 +14 七月 2020 | 01:35:19,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3.meta +14 七月 2020 | 01:35:19,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3.meta +14 七月 2020 | 01:35:19,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d8.mp3.meta +14 七月 2020 | 01:35:19,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3 +14 七月 2020 | 01:35:19,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3 +14 七月 2020 | 01:35:19,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3.meta +14 七月 2020 | 01:35:19,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3 +14 七月 2020 | 01:35:19,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3.meta +14 七月 2020 | 01:35:19,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3 +14 七月 2020 | 01:35:19,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\d9.mp3.meta +14 七月 2020 | 01:35:19,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3 +14 七月 2020 | 01:35:19,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3.meta +14 七月 2020 | 01:35:19,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3 +14 七月 2020 | 01:35:19,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3.meta +14 七月 2020 | 01:35:19,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dianpai.mp3.meta +14 七月 2020 | 01:35:19,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3 +14 七月 2020 | 01:35:19,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3 +14 七月 2020 | 01:35:19,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3.meta +14 七月 2020 | 01:35:19,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3 +14 七月 2020 | 01:35:19,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\diaozhu.mp3.meta +14 七月 2020 | 01:35:19,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3.meta +14 七月 2020 | 01:35:19,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3 +14 七月 2020 | 01:35:19,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3 +14 七月 2020 | 01:35:19,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3.meta +14 七月 2020 | 01:35:19,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\gaibi.mp3.meta +14 七月 2020 | 01:35:19,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3 +14 七月 2020 | 01:35:19,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3 +14 七月 2020 | 01:35:19,449 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3.meta +14 七月 2020 | 01:35:19,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s10.mp3.meta +14 七月 2020 | 01:35:19,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3 +14 七月 2020 | 01:35:19,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s11.mp3.meta +14 七月 2020 | 01:35:19,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3 +14 七月 2020 | 01:35:19,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s12.mp3.meta +14 七月 2020 | 01:35:19,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3 +14 七月 2020 | 01:35:19,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s13.mp3.meta +14 七月 2020 | 01:35:19,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3 +14 七月 2020 | 01:35:19,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s14.mp3.meta +14 七月 2020 | 01:35:19,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3 +14 七月 2020 | 01:35:19,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s15.mp3.meta +14 七月 2020 | 01:35:19,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3 +14 七月 2020 | 01:35:19,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s16.mp3.meta +14 七月 2020 | 01:35:19,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3 +14 七月 2020 | 01:35:19,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s2.mp3.meta +14 七月 2020 | 01:35:19,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3 +14 七月 2020 | 01:35:19,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s3.mp3.meta +14 七月 2020 | 01:35:19,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3 +14 七月 2020 | 01:35:19,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s4.mp3.meta +14 七月 2020 | 01:35:19,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3 +14 七月 2020 | 01:35:19,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s5.mp3.meta +14 七月 2020 | 01:35:19,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3 +14 七月 2020 | 01:35:19,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s6.mp3.meta +14 七月 2020 | 01:35:19,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3 +14 七月 2020 | 01:35:19,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s7.mp3.meta +14 七月 2020 | 01:35:19,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3 +14 七月 2020 | 01:35:19,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s8.mp3.meta +14 七月 2020 | 01:35:19,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3 +14 七月 2020 | 01:35:19,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +14 七月 2020 | 01:35:19,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\s9.mp3.meta +14 七月 2020 | 01:35:19,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3 +14 七月 2020 | 01:35:19,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +14 七月 2020 | 01:35:19,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\shuaipai.mp3.meta +14 七月 2020 | 01:35:19,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3 +14 七月 2020 | 01:35:19,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\tuolaji.mp3.meta +14 七月 2020 | 01:35:19,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3 +14 七月 2020 | 01:35:19,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +14 七月 2020 | 01:35:19,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_1.mp3.meta +14 七月 2020 | 01:35:19,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\MainView.lua +14 七月 2020 | 01:35:19,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3 +14 七月 2020 | 01:35:19,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_2.mp3.meta +14 七月 2020 | 01:35:19,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +14 七月 2020 | 01:35:19,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\PlayerInfoView.lua +14 七月 2020 | 01:35:19,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3 +14 七月 2020 | 01:35:19,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +14 七月 2020 | 01:35:19,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_3.mp3.meta +14 七月 2020 | 01:35:19,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +14 七月 2020 | 01:35:19,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3 +14 七月 2020 | 01:35:19,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +14 七月 2020 | 01:35:19,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\type_4.mp3.meta +14 七月 2020 | 01:35:19,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +14 七月 2020 | 01:35:19,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +14 七月 2020 | 01:35:19,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +14 七月 2020 | 01:35:19,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\MainView.lua +14 七月 2020 | 01:35:19,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +14 七月 2020 | 01:35:19,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\PlayerInfoView.lua +14 七月 2020 | 01:35:19,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +14 七月 2020 | 01:35:19,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +14 七月 2020 | 01:35:19,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +14 七月 2020 | 01:35:19,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +14 七月 2020 | 01:35:19,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +14 七月 2020 | 01:35:19,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +14 七月 2020 | 01:35:19,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +14 七月 2020 | 01:35:19,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +14 七月 2020 | 01:35:19,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +14 七月 2020 | 01:35:19,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +14 七月 2020 | 01:35:19,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +14 七月 2020 | 01:35:19,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +14 七月 2020 | 01:35:19,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +14 七月 2020 | 01:35:19,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3 +14 七月 2020 | 01:35:19,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\bile.mp3.meta +14 七月 2020 | 01:35:19,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3 +14 七月 2020 | 01:35:19,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d10.mp3.meta +14 七月 2020 | 01:35:19,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3 +14 七月 2020 | 01:35:19,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d11.mp3.meta +14 七月 2020 | 01:35:19,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3 +14 七月 2020 | 01:35:19,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d12.mp3.meta +14 七月 2020 | 01:35:19,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3 +14 七月 2020 | 01:35:19,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d13.mp3.meta +14 七月 2020 | 01:35:19,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3 +14 七月 2020 | 01:35:19,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d14.mp3.meta +14 七月 2020 | 01:35:19,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3 +14 七月 2020 | 01:35:19,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d15.mp3.meta +14 七月 2020 | 01:35:19,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3 +14 七月 2020 | 01:35:19,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d16.mp3.meta +14 七月 2020 | 01:35:19,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3 +14 七月 2020 | 01:35:19,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d2.mp3.meta +14 七月 2020 | 01:35:19,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3 +14 七月 2020 | 01:35:19,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d3.mp3.meta +14 七月 2020 | 01:35:19,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3 +14 七月 2020 | 01:35:19,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d4.mp3.meta +14 七月 2020 | 01:35:19,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3 +14 七月 2020 | 01:35:19,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d5.mp3.meta +14 七月 2020 | 01:35:19,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3 +14 七月 2020 | 01:35:19,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d6.mp3.meta +14 七月 2020 | 01:35:19,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3 +14 七月 2020 | 01:35:19,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d7.mp3.meta +14 七月 2020 | 01:35:19,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3 +14 七月 2020 | 01:35:19,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d8.mp3.meta +14 七月 2020 | 01:35:19,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3 +14 七月 2020 | 01:35:19,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\d9.mp3.meta +14 七月 2020 | 01:35:19,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3 +14 七月 2020 | 01:35:19,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dianpai.mp3.meta +14 七月 2020 | 01:35:19,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3 +14 七月 2020 | 01:35:19,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\diaozhu.mp3.meta +14 七月 2020 | 01:35:19,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3 +14 七月 2020 | 01:35:19,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\gaibi.mp3.meta +14 七月 2020 | 01:35:19,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3 +14 七月 2020 | 01:35:19,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s10.mp3.meta +14 七月 2020 | 01:35:19,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3 +14 七月 2020 | 01:35:19,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s11.mp3.meta +14 七月 2020 | 01:35:19,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3 +14 七月 2020 | 01:35:19,864 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s12.mp3.meta +14 七月 2020 | 01:35:19,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3 +14 七月 2020 | 01:35:19,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s13.mp3.meta +14 七月 2020 | 01:35:19,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3 +14 七月 2020 | 01:35:19,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s14.mp3.meta +14 七月 2020 | 01:35:19,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3 +14 七月 2020 | 01:35:19,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s15.mp3.meta +14 七月 2020 | 01:35:19,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3 +14 七月 2020 | 01:35:19,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s16.mp3.meta +14 七月 2020 | 01:35:19,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3 +14 七月 2020 | 01:35:19,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s2.mp3.meta +14 七月 2020 | 01:35:19,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3 +14 七月 2020 | 01:35:19,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s3.mp3.meta +14 七月 2020 | 01:35:19,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3 +14 七月 2020 | 01:35:19,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s4.mp3.meta +14 七月 2020 | 01:35:19,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3 +14 七月 2020 | 01:35:19,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s5.mp3.meta +14 七月 2020 | 01:35:19,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3 +14 七月 2020 | 01:35:19,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s6.mp3.meta +14 七月 2020 | 01:35:19,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3 +14 七月 2020 | 01:35:19,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s7.mp3.meta +14 七月 2020 | 01:35:19,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3 +14 七月 2020 | 01:35:19,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s8.mp3.meta +14 七月 2020 | 01:35:19,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3 +14 七月 2020 | 01:35:19,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\s9.mp3.meta +14 七月 2020 | 01:35:19,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3 +14 七月 2020 | 01:35:19,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\shuaipai.mp3.meta +14 七月 2020 | 01:35:19,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3 +14 七月 2020 | 01:35:19,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\tuolaji.mp3.meta +14 七月 2020 | 01:35:19,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3 +14 七月 2020 | 01:35:19,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_1.mp3.meta +14 七月 2020 | 01:35:19,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3 +14 七月 2020 | 01:35:19,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_2.mp3.meta +14 七月 2020 | 01:35:20,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3 +14 七月 2020 | 01:35:20,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_3.mp3.meta +14 七月 2020 | 01:35:20,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3 +14 七月 2020 | 01:35:20,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\type_4.mp3.meta +14 七月 2020 | 01:35:20,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 444. +14 七月 2020 | 01:35:20,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +14 七月 2020 | 01:35:20,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +14 七月 2020 | 01:35:20,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 444. +14 七月 2020 | 01:35:20,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +14 七月 2020 | 01:35:20,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +14 七月 2020 | 01:35:20,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +14 七月 2020 | 01:35:20,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\MainView.lua +14 七月 2020 | 01:35:20,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\PlayerInfoView.lua +14 七月 2020 | 01:35:20,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +14 七月 2020 | 01:35:20,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +14 七月 2020 | 01:35:20,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +14 七月 2020 | 01:35:20,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +14 七月 2020 | 01:35:20,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +14 七月 2020 | 01:35:20,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +14 七月 2020 | 01:35:20,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +14 七月 2020 | 01:35:20,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +14 七月 2020 | 01:35:20,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +14 七月 2020 | 01:35:20,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 444. +14 七月 2020 | 01:36:45,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:36:45,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.142] pack to oss... +14 七月 2020 | 01:36:46,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.142] upload oss ok! +14 七月 2020 | 01:36:46,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.24] pack to oss... +14 七月 2020 | 01:36:47,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.24] upload oss ok! +14 七月 2020 | 01:38:45,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:38:45,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.142] pack to oss... +14 七月 2020 | 01:38:45,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.142] upload oss ok! +14 七月 2020 | 01:38:45,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.24] pack to oss... +14 七月 2020 | 01:38:46,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.24] upload oss ok! +14 七月 2020 | 01:38:49,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:38:49,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.142] pack to oss... +14 七月 2020 | 01:38:49,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.142] upload oss ok! +14 七月 2020 | 01:38:49,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.24] pack to oss... +14 七月 2020 | 01:38:50,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.24] upload oss ok! +14 七月 2020 | 01:38:50,891 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:217756ms +14 七月 2020 | 01:39:35,673 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +14 七月 2020 | 01:39:35,712 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +14 七月 2020 | 01:39:35,713 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +14 七月 2020 | 01:39:35,713 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +14 七月 2020 | 01:39:35,783 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 七月 2020 | 01:39:35,790 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 七月 2020 | 01:39:35,798 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 七月 2020 | 01:39:36,096 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +14 七月 2020 | 01:39:36,096 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +14 七月 2020 | 01:39:36,144 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +14 七月 2020 | 01:39:36,265 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 444. +14 七月 2020 | 01:39:36,292 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +14 七月 2020 | 01:39:36,298 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 444. +14 七月 2020 | 01:39:36,375 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 444. +14 七月 2020 | 01:39:36,387 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +14 七月 2020 | 01:39:36,387 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +14 七月 2020 | 01:40:03,499 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:40:03,577 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.24] pack to oss... +14 七月 2020 | 01:40:04,642 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.24] upload oss ok! +14 七月 2020 | 01:40:06,879 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:40:06,881 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.24] pack to oss... +14 七月 2020 | 01:40:07,188 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +14 七月 2020 | 01:40:07,190 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.24] pack to oss... +14 七月 2020 | 01:40:07,827 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.24] upload oss ok! +14 七月 2020 | 01:40:09,686 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.24] upload oss ok! +14 七月 2020 | 01:40:09,792 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:34119ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-04-29 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-04-29 new file mode 100644 index 0000000..36fd7a2 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-04-29 @@ -0,0 +1,1085 @@ +29 四月 2020 | 00:31:55,984 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +29 四月 2020 | 00:31:56,063 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +29 四月 2020 | 00:33:05,048 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:33:05,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:33:05,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:33:05,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:33:05,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.47] pack to oss... +29 四月 2020 | 00:33:05,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.47] pack to oss... +29 四月 2020 | 00:33:05,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Skipped 'E:\work\wb_pro\wb_android' +29 四月 2020 | 00:33:05,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:33:05,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.47] pack to oss... +29 四月 2020 | 00:33:05,902 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.47.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:05,902 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.47.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:05,902 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.47.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:06,331 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:1283ms +29 四月 2020 | 00:33:59,047 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:33:59,117 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:33:59,117 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:33:59,117 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:33:59,133 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.15] pack to oss... +29 四月 2020 | 00:33:59,133 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.15] pack to oss... +29 四月 2020 | 00:33:59,141 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\extend\majiang\zhuanzhuan\asset_pack1.0.15.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:59,141 | ERROR | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\extend\majiang\zhuanzhuan\asset_pack1.0.15.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:59,291 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Skipped 'E:\work\wb_pro\wb_android' +29 四月 2020 | 00:33:59,314 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:33:59,318 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.15] pack to oss... +29 四月 2020 | 00:33:59,319 | ERROR | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\extend\majiang\zhuanzhuan\asset_pack1.0.15.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:33:59,425 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:378ms +29 四月 2020 | 00:48:15,555 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:48:15,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:48:15,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:48:15,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:48:15,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.48] pack to oss... +29 四月 2020 | 00:48:15,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.48] pack to oss... +29 四月 2020 | 00:48:15,858 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.48.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:48:15,858 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.48.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:48:15,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Skipped 'E:\work\wb_pro\wb_android' +29 四月 2020 | 00:48:15,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:48:15,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.48] pack to oss... +29 四月 2020 | 00:48:15,915 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.48.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:48:16,200 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:645ms +29 四月 2020 | 00:50:03,203 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:50:03,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:50:03,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:50:03,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:50:03,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.49] pack to oss... +29 四月 2020 | 00:50:03,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.49] pack to oss... +29 四月 2020 | 00:50:03,495 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.49.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:50:03,495 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.49.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:50:03,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | E:\wb_pro\wb_android +29 四月 2020 | 00:50:03,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 00:50:03,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 94. +29 四月 2020 | 00:50:03,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:50:03,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.49] pack to oss... +29 四月 2020 | 00:50:03,996 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.49.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:50:04,332 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:1129ms +29 四月 2020 | 00:51:16,322 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:51:16,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:51:16,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:51:16,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:51:16,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | E:\wb_pro\wb_android +29 四月 2020 | 00:51:16,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | E:\wb_pro\wb_ios +29 四月 2020 | 00:51:16,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | E:\wb_pro\wb_win +29 四月 2020 | 00:51:16,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 00:51:16,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 00:51:16,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:16,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.50] pack to oss... +29 四月 2020 | 00:51:16,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 00:51:16,832 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.50.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:16,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:16,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.50] pack to oss... +29 四月 2020 | 00:51:16,838 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.50.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:17,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 94. +29 四月 2020 | 00:51:17,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:17,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.50] pack to oss... +29 四月 2020 | 00:51:17,116 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.50.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:17,427 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:1105ms +29 四月 2020 | 00:51:39,437 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:51:39,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:51:39,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:51:39,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:51:39,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | E:\wb_pro\wb_android +29 四月 2020 | 00:51:39,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | E:\wb_pro\wb_ios +29 四月 2020 | 00:51:39,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | E:\wb_pro\wb_win +29 四月 2020 | 00:51:39,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 00:51:39,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 00:51:39,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:39,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.51] pack to oss... +29 四月 2020 | 00:51:39,769 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.51.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:39,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 00:51:40,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 94. +29 四月 2020 | 00:51:40,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:40,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 00:51:40,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.51] pack to oss... +29 四月 2020 | 00:51:40,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.51] pack to oss... +29 四月 2020 | 00:51:40,776 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.51.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:40,776 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.51.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 00:51:41,136 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:1699ms +29 四月 2020 | 00:59:48,552 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 00:59:48,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 00:59:48,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 00:59:48,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 00:59:48,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 00:59:48,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 00:59:48,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 00:59:49,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 94. +29 四月 2020 | 01:00:02,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:00:02,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.52] pack to oss... +29 四月 2020 | 01:00:03,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.52] upload oss ok! +29 四月 2020 | 01:01:48,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:01:48,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.52] pack to oss... +29 四月 2020 | 01:01:48,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:01:48,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.52] pack to oss... +29 四月 2020 | 01:01:48,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.52] upload oss ok! +29 四月 2020 | 01:01:48,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.52] upload oss ok! +29 四月 2020 | 01:01:49,226 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120674ms +29 四月 2020 | 01:05:44,495 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 01:05:44,578 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 01:05:44,578 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 01:05:44,578 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 01:05:44,679 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 01:05:44,686 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 01:05:44,692 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 01:05:44,979 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 94. +29 四月 2020 | 01:06:01,906 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:06:02,389 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.16] pack to oss... +29 四月 2020 | 01:06:02,757 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.16] upload oss ok! +29 四月 2020 | 01:06:06,101 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:06:06,106 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.16] pack to oss... +29 四月 2020 | 01:06:06,406 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.16] upload oss ok! +29 四月 2020 | 01:06:09,735 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:06:09,737 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.16] pack to oss... +29 四月 2020 | 01:06:10,045 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.16] upload oss ok! +29 四月 2020 | 01:06:10,268 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:25774ms +29 四月 2020 | 01:57:27,923 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 01:57:28,024 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 01:57:28,024 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 01:57:28,025 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 01:57:28,239 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 01:57:28,242 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 01:57:28,246 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 01:57:28,616 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 95. +29 四月 2020 | 01:58:10,188 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:58:10,648 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.5] pack to oss... +29 四月 2020 | 01:58:11,325 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.5] upload oss ok! +29 四月 2020 | 01:58:11,326 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.16] pack to oss... +29 四月 2020 | 01:58:13,433 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.16] upload oss ok! +29 四月 2020 | 01:58:21,937 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:58:21,940 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.5] pack to oss... +29 四月 2020 | 01:58:22,468 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 01:58:22,470 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.5] pack to oss... +29 四月 2020 | 01:58:22,573 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.5] upload oss ok! +29 四月 2020 | 01:58:22,573 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.16] pack to oss... +29 四月 2020 | 01:58:23,724 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.5] upload oss ok! +29 四月 2020 | 01:58:23,725 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.16] pack to oss... +29 四月 2020 | 01:58:27,453 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.16] upload oss ok! +29 四月 2020 | 01:58:28,162 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.16] upload oss ok! +29 四月 2020 | 01:58:28,366 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:60443ms +29 四月 2020 | 01:59:36,710 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 01:59:36,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 01:59:36,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 01:59:36,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 01:59:37,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 01:59:37,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 01:59:37,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 01:59:37,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 95. +29 四月 2020 | 02:00:26,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:00:26,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.53] pack to oss... +29 四月 2020 | 02:00:27,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.53] upload oss ok! +29 四月 2020 | 02:00:27,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.18] pack to oss... +29 四月 2020 | 02:00:28,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.18] upload oss ok! +29 四月 2020 | 02:00:28,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.20] pack to oss... +29 四月 2020 | 02:00:29,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.20] upload oss ok! +29 四月 2020 | 02:00:29,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.12] pack to oss... +29 四月 2020 | 02:00:32,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.12] upload oss ok! +29 四月 2020 | 02:02:14,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:02:14,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.53] pack to oss... +29 四月 2020 | 02:02:15,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.53] upload oss ok! +29 四月 2020 | 02:02:15,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.18] pack to oss... +29 四月 2020 | 02:02:15,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.18] upload oss ok! +29 四月 2020 | 02:02:15,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.20] pack to oss... +29 四月 2020 | 02:02:16,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:02:16,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.53] pack to oss... +29 四月 2020 | 02:02:16,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.20] upload oss ok! +29 四月 2020 | 02:02:16,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.12] pack to oss... +29 四月 2020 | 02:02:17,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.53] upload oss ok! +29 四月 2020 | 02:02:17,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.18] pack to oss... +29 四月 2020 | 02:02:19,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.18] upload oss ok! +29 四月 2020 | 02:02:19,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.20] pack to oss... +29 四月 2020 | 02:02:22,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.12] upload oss ok! +29 四月 2020 | 02:02:23,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.20] upload oss ok! +29 四月 2020 | 02:02:23,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.12] pack to oss... +29 四月 2020 | 02:02:26,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.12] upload oss ok! +29 四月 2020 | 02:02:26,813 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:170103ms +29 四月 2020 | 02:03:39,902 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 02:03:40,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 02:03:40,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 02:03:40,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 02:03:40,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 02:03:40,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 02:03:40,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 02:03:40,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +29 四月 2020 | 02:03:40,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +29 四月 2020 | 02:03:40,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 02:03:40,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +29 四月 2020 | 02:03:40,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupStatSpe.xml +29 四月 2020 | 02:03:40,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +29 四月 2020 | 02:03:40,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\partner\xq.png +29 四月 2020 | 02:03:40,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\partner\zhanji.png +29 四月 2020 | 02:03:40,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +29 四月 2020 | 02:03:40,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +29 四月 2020 | 02:03:40,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +29 四月 2020 | 02:03:40,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +29 四月 2020 | 02:03:40,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 98. +29 四月 2020 | 02:04:16,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:04:17,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.54] pack to oss... +29 四月 2020 | 02:04:17,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.54] upload oss ok! +29 四月 2020 | 02:04:17,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.21] pack to oss... +29 四月 2020 | 02:04:18,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.21] upload oss ok! +29 四月 2020 | 02:04:18,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.5] pack to oss... +29 四月 2020 | 02:04:18,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.5] upload oss ok! +29 四月 2020 | 02:04:18,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.12] pack to oss... +29 四月 2020 | 02:04:20,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.12] upload oss ok! +29 四月 2020 | 02:06:06,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:06:06,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.54] pack to oss... +29 四月 2020 | 02:06:07,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.54] upload oss ok! +29 四月 2020 | 02:06:07,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.21] pack to oss... +29 四月 2020 | 02:06:07,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.21] upload oss ok! +29 四月 2020 | 02:06:07,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.5] pack to oss... +29 四月 2020 | 02:06:08,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.5] upload oss ok! +29 四月 2020 | 02:06:08,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.12] pack to oss... +29 四月 2020 | 02:06:09,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 02:06:09,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.54] pack to oss... +29 四月 2020 | 02:06:10,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.12] upload oss ok! +29 四月 2020 | 02:06:11,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.54] upload oss ok! +29 四月 2020 | 02:06:11,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.21] pack to oss... +29 四月 2020 | 02:06:11,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.21] upload oss ok! +29 四月 2020 | 02:06:11,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.5] pack to oss... +29 四月 2020 | 02:06:12,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.5] upload oss ok! +29 四月 2020 | 02:06:12,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.12] pack to oss... +29 四月 2020 | 02:06:14,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.12] upload oss ok! +29 四月 2020 | 02:06:14,673 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:154771ms +29 四月 2020 | 20:08:24,225 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 20:08:24,356 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 20:08:24,356 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 20:08:24,356 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 20:08:24,493 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 20:08:24,498 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 20:08:24,527 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 20:08:24,819 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\PlayerCardInfoView.lua +29 四月 2020 | 20:08:24,825 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\PlayerSelfCardInfoView.lua +29 四月 2020 | 20:08:24,831 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\PlayerCardInfoView.lua +29 四月 2020 | 20:08:24,834 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\PlayerSelfCardInfoView.lua +29 四月 2020 | 20:08:24,841 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\PlayerCardInfoView.lua +29 四月 2020 | 20:08:24,845 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\PlayerSelfCardInfoView.lua +29 四月 2020 | 20:08:24,851 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +29 四月 2020 | 20:08:24,997 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 102. +29 四月 2020 | 20:09:25,857 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:09:25,859 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.6] pack to oss... +29 四月 2020 | 20:09:25,867 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\extend\zipai\runbeard\asset_pack1.0.6.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:09:25,885 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:09:25,888 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.6] pack to oss... +29 四月 2020 | 20:09:25,889 | ERROR | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\extend\zipai\runbeard\asset_pack1.0.6.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:09:26,389 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:09:26,391 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.6] pack to oss... +29 四月 2020 | 20:09:26,392 | ERROR | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\extend\zipai\runbeard\asset_pack1.0.6.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:09:26,628 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:62403ms +29 四月 2020 | 20:11:43,618 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 20:11:43,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 20:11:43,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 20:11:43,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 20:11:44,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 20:11:44,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 20:11:44,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 20:11:44,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\majiang\MJPlayerSelfCardInfoView.lua +29 四月 2020 | 20:11:44,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 103. +29 四月 2020 | 20:12:45,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:12:45,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.55] pack to oss... +29 四月 2020 | 20:12:45,079 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.55.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:12:45,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:12:45,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.55] pack to oss... +29 四月 2020 | 20:12:45,115 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.55.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:12:45,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:12:45,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.55] pack to oss... +29 四月 2020 | 20:12:45,424 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.55.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:12:45,745 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:62127ms +29 四月 2020 | 20:15:44,074 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 20:15:44,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 20:15:44,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 20:15:44,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 20:15:44,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 20:15:44,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 20:15:44,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 20:15:44,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 20:16:45,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:16:45,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.56] pack to oss... +29 四月 2020 | 20:16:45,402 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.56.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:16:45,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:16:45,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.56] pack to oss... +29 四月 2020 | 20:16:45,437 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.56.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:16:45,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:16:45,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.56] pack to oss... +29 四月 2020 | 20:16:45,901 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.56.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:16:46,195 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:62121ms +29 四月 2020 | 20:20:34,837 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +29 四月 2020 | 20:20:34,904 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +29 四月 2020 | 20:20:44,754 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 20:20:45,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 20:20:45,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 20:20:45,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 20:20:45,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 20:20:45,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 20:20:45,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 20:20:45,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 20:21:46,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:21:46,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.57] pack to oss... +29 四月 2020 | 20:21:46,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:21:46,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.57] pack to oss... +29 四月 2020 | 20:21:46,861 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.57.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:21:46,861 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.57.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:21:47,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:21:47,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.57] pack to oss... +29 四月 2020 | 20:21:47,349 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.57.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:21:47,843 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:63088ms +29 四月 2020 | 20:45:01,737 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 20:45:02,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 20:45:02,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 20:45:02,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 20:45:02,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 20:45:02,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win' +29 四月 2020 | 20:45:02,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_ios' +29 四月 2020 | 20:45:02,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 20:46:04,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:46:04,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:46:04,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.58] pack to oss... +29 四月 2020 | 20:46:04,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.58] pack to oss... +29 四月 2020 | 20:46:04,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 20:46:04,575 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.58.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:46:04,575 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.58.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:46:05,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.58] pack to oss... +29 四月 2020 | 20:46:05,069 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.58.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 20:46:05,407 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:63671ms +29 四月 2020 | 21:20:45,217 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 21:20:45,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 21:20:45,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 21:20:45,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 21:20:45,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 21:20:45,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 21:20:45,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 21:20:46,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 21:20:46,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 21:20:46,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 103. +29 四月 2020 | 21:21:47,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:21:47,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.59] pack to oss... +29 四月 2020 | 21:21:47,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:21:47,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:21:47,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.59] pack to oss... +29 四月 2020 | 21:21:47,912 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.59.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:21:47,912 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.59.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:21:48,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.59] pack to oss... +29 四月 2020 | 21:21:48,415 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.59.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:21:48,738 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:63522ms +29 四月 2020 | 21:41:54,610 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +29 四月 2020 | 21:41:54,678 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +29 四月 2020 | 21:42:31,958 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 21:42:32,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 21:42:32,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 21:42:32,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 21:42:32,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 21:42:32,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 21:42:32,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 21:42:32,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 104. +29 四月 2020 | 21:42:32,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 104. +29 四月 2020 | 21:42:32,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 104. +29 四月 2020 | 21:43:34,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:43:34,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:43:34,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 21:43:34,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.60] pack to oss... +29 四月 2020 | 21:43:34,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.60] pack to oss... +29 四月 2020 | 21:43:34,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.60] pack to oss... +29 四月 2020 | 21:43:34,496 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.60.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:43:34,496 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.60.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:43:34,496 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.60.bytes (系统找不到指定的路径。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +29 四月 2020 | 21:43:34,925 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:62968ms +29 四月 2020 | 22:05:22,050 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:05:22,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:05:22,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:05:22,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:05:22,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:05:22,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:05:22,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:05:22,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 105. +29 四月 2020 | 22:05:22,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 105. +29 四月 2020 | 22:05:23,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 105. +29 四月 2020 | 22:05:35,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:05:36,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.61] pack to oss... +29 四月 2020 | 22:05:36,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.61] upload oss ok! +29 四月 2020 | 22:07:20,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:07:20,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:07:20,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.61] pack to oss... +29 四月 2020 | 22:07:20,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.61] pack to oss... +29 四月 2020 | 22:07:21,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.61] upload oss ok! +29 四月 2020 | 22:07:21,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.61] upload oss ok! +29 四月 2020 | 22:07:21,505 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:119456ms +29 四月 2020 | 22:07:33,878 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:07:33,952 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:07:33,952 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:07:33,952 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:07:34,050 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:07:34,057 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:07:34,064 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:07:34,374 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +29 四月 2020 | 22:07:34,374 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +29 四月 2020 | 22:07:34,376 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +29 四月 2020 | 22:07:34,385 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +29 四月 2020 | 22:07:34,385 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +29 四月 2020 | 22:07:34,386 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +29 四月 2020 | 22:07:34,394 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Rank\package.xml +29 四月 2020 | 22:07:34,394 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Rank\package.xml +29 四月 2020 | 22:07:34,396 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Rank\package.xml +29 四月 2020 | 22:07:34,434 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +29 四月 2020 | 22:07:34,436 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +29 四月 2020 | 22:07:34,440 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +29 四月 2020 | 22:07:34,447 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 22:07:34,447 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 22:07:34,452 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 22:07:34,462 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:07:34,462 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:07:34,463 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:07:34,466 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:07:34,466 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:07:34,466 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:07:34,468 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:07:34,468 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:07:34,469 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:07:34,470 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:07:34,471 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:07:34,472 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:07:34,473 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:07:34,473 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:07:34,476 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:07:34,477 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:07:34,477 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:07:34,480 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:07:34,480 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes.meta +29 四月 2020 | 22:07:34,481 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes.meta +29 四月 2020 | 22:07:34,482 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:07:34,483 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:07:34,484 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes.meta +29 四月 2020 | 22:07:34,486 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +29 四月 2020 | 22:07:34,486 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:07:34,489 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +29 四月 2020 | 22:07:34,490 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:07:34,491 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:07:34,492 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +29 四月 2020 | 22:07:34,501 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:07:34,565 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +29 四月 2020 | 22:07:34,565 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +29 四月 2020 | 22:07:34,571 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +29 四月 2020 | 22:07:34,573 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +29 四月 2020 | 22:07:34,578 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +29 四月 2020 | 22:07:34,579 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +29 四月 2020 | 22:07:34,582 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +29 四月 2020 | 22:07:34,586 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:07:34,587 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +29 四月 2020 | 22:07:34,589 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:07:34,596 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +29 四月 2020 | 22:07:34,602 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:07:34,744 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 108. +29 四月 2020 | 22:07:34,753 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 108. +29 四月 2020 | 22:07:34,761 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 108. +29 四月 2020 | 22:07:51,906 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:07:52,391 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.17] pack to oss... +29 四月 2020 | 22:07:52,708 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.17] upload oss ok! +29 四月 2020 | 22:07:55,907 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:07:56,393 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.17] pack to oss... +29 四月 2020 | 22:07:56,700 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.17] upload oss ok! +29 四月 2020 | 22:08:00,092 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:08:00,094 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.17] pack to oss... +29 四月 2020 | 22:08:00,396 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.17] upload oss ok! +29 四月 2020 | 22:08:00,562 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:26685ms +29 四月 2020 | 22:08:58,339 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:08:58,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:08:58,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:08:58,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:08:58,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:08:58,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:08:58,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:08:59,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:08:59,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:08:59,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:09:20,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:09:20,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.62] pack to oss... +29 四月 2020 | 22:09:21,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.62] upload oss ok! +29 四月 2020 | 22:09:21,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.22] pack to oss... +29 四月 2020 | 22:09:21,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.22] upload oss ok! +29 四月 2020 | 22:11:07,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:11:07,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.62] pack to oss... +29 四月 2020 | 22:11:08,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.62] upload oss ok! +29 四月 2020 | 22:11:08,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.22] pack to oss... +29 四月 2020 | 22:11:09,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:11:09,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.62] pack to oss... +29 四月 2020 | 22:11:10,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.62] upload oss ok! +29 四月 2020 | 22:11:10,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.22] pack to oss... +29 四月 2020 | 22:11:10,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.22] upload oss ok! +29 四月 2020 | 22:11:15,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.22] upload oss ok! +29 四月 2020 | 22:11:16,109 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:137770ms +29 四月 2020 | 22:11:26,541 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:11:26,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:11:26,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:11:26,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:11:26,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:11:26,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:11:26,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:11:27,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:11:27,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:11:27,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:12:14,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:12:14,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.14] pack to oss... +29 四月 2020 | 22:12:15,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:12:15,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.14] pack to oss... +29 四月 2020 | 22:12:15,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:12:15,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.14] pack to oss... +29 四月 2020 | 22:12:17,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.14] upload oss ok! +29 四月 2020 | 22:12:17,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.6] pack to oss... +29 四月 2020 | 22:12:18,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.6] upload oss ok! +29 四月 2020 | 22:12:18,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.13] pack to oss... +29 四月 2020 | 22:12:23,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.13] upload oss ok! +29 四月 2020 | 22:12:25,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.14] upload oss ok! +29 四月 2020 | 22:12:25,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.6] pack to oss... +29 四月 2020 | 22:12:25,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.6] upload oss ok! +29 四月 2020 | 22:12:25,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.13] pack to oss... +29 四月 2020 | 22:12:26,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.14] upload oss ok! +29 四月 2020 | 22:12:26,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.6] pack to oss... +29 四月 2020 | 22:12:27,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.6] upload oss ok! +29 四月 2020 | 22:12:27,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.13] pack to oss... +29 四月 2020 | 22:12:31,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.13] upload oss ok! +29 四月 2020 | 22:12:31,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.13] upload oss ok! +29 四月 2020 | 22:12:31,479 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:64938ms +29 四月 2020 | 22:17:06,455 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:17:06,620 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:17:06,621 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:17:06,621 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:17:06,711 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:17:06,717 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:17:06,726 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:17:07,035 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:17:07,044 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:17:07,049 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 108. +29 四月 2020 | 22:17:36,094 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:17:36,579 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.7] pack to oss... +29 四月 2020 | 22:17:37,255 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.7] upload oss ok! +29 四月 2020 | 22:17:37,255 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] pack to oss... +29 四月 2020 | 22:17:37,853 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] upload oss ok! +29 四月 2020 | 22:17:37,854 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] pack to oss... +29 四月 2020 | 22:17:38,107 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] upload oss ok! +29 四月 2020 | 22:18:01,953 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:18:01,956 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.7] pack to oss... +29 四月 2020 | 22:18:02,579 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.7] upload oss ok! +29 四月 2020 | 22:18:02,579 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] pack to oss... +29 四月 2020 | 22:18:03,259 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] upload oss ok! +29 四月 2020 | 22:18:03,259 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] pack to oss... +29 四月 2020 | 22:18:05,294 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] upload oss ok! +29 四月 2020 | 22:18:05,878 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:18:05,881 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.7] pack to oss... +29 四月 2020 | 22:18:06,477 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.7] upload oss ok! +29 四月 2020 | 22:18:06,477 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] pack to oss... +29 四月 2020 | 22:18:07,678 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.15] upload oss ok! +29 四月 2020 | 22:18:07,679 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] pack to oss... +29 四月 2020 | 22:18:09,583 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.6] upload oss ok! +29 四月 2020 | 22:18:09,934 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:63479ms +29 四月 2020 | 22:34:39,947 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:34:40,016 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:34:40,017 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:34:40,017 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:34:40,163 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:34:40,170 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:34:40,177 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:34:40,515 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\sound\bgm1.mp3 +29 四月 2020 | 22:34:40,517 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\sound\bgm1.mp3 +29 四月 2020 | 22:34:40,523 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:34:40,523 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:34:40,528 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:34:40,528 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:34:40,531 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:34:40,531 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:34:40,533 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:34:40,535 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:34:40,538 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\sound\bgm1.mp3 +29 四月 2020 | 22:34:40,541 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:34:40,542 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:34:40,543 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:34:40,543 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:34:40,545 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +29 四月 2020 | 22:34:40,546 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:34:40,549 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +29 四月 2020 | 22:34:40,549 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | C E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:34:40,551 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +29 四月 2020 | 22:34:40,587 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +29 四月 2020 | 22:34:40,596 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +29 四月 2020 | 22:34:40,596 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta +29 四月 2020 | 22:34:40,597 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +29 四月 2020 | 22:34:40,598 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +29 四月 2020 | 22:34:40,601 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | C E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui.meta +29 四月 2020 | 22:34:40,603 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +29 四月 2020 | 22:34:40,604 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +29 四月 2020 | 22:34:40,618 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +29 四月 2020 | 22:34:40,623 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +29 四月 2020 | 22:34:40,757 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 113. +29 四月 2020 | 22:34:40,759 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 113. +29 四月 2020 | 22:34:40,777 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 113. +29 四月 2020 | 22:34:40,785 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui.meta' in repository: +29 四月 2020 | 22:34:40,785 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui.meta' in repository: +29 四月 2020 | 22:34:40,788 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui.meta' in repository: +29 四月 2020 | 22:34:40,792 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,792 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,793 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,794 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,794 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta' in repository: +29 四月 2020 | 22:34:40,794 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta' in repository: +29 四月 2020 | 22:34:40,794 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,796 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,796 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta' in repository: +29 四月 2020 | 22:34:40,800 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,800 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,801 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,802 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,802 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,802 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta' in repository: +29 四月 2020 | 22:34:40,802 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta' in repository: +29 四月 2020 | 22:34:40,803 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,804 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta' in repository: +29 四月 2020 | 22:34:40,807 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,808 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,809 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,809 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,809 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,809 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta' in repository: +29 四月 2020 | 22:34:40,809 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta' in repository: +29 四月 2020 | 22:34:40,811 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,811 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta' in repository: +29 四月 2020 | 22:34:40,815 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,815 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,816 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,817 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,817 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta' in repository: +29 四月 2020 | 22:34:40,817 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,817 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta' in repository: +29 四月 2020 | 22:34:40,818 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,819 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta' in repository: +29 四月 2020 | 22:34:40,823 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,823 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,824 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,824 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,824 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta' in repository: +29 四月 2020 | 22:34:40,824 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta' in repository: +29 四月 2020 | 22:34:40,825 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,826 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,827 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Searching tree conflict details for 'E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes.meta' in repository: +29 四月 2020 | 22:34:40,831 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,831 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Summary of conflicts: +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Tree conflicts: 6 +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 四月 2020 | 22:34:40,832 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Tree conflicts: 6 +29 四月 2020 | 22:34:40,833 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +29 四月 2020 | 22:34:40,835 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Checking r111... done +29 四月 2020 | 22:34:40,835 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Summary of conflicts: +29 四月 2020 | 22:34:40,835 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Tree conflicts: 6 +29 四月 2020 | 22:35:19,469 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:35:19,473 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.17] pack to oss... +29 四月 2020 | 22:35:21,045 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.17] upload oss ok! +29 四月 2020 | 22:35:21,990 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:35:21,993 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.17] pack to oss... +29 四月 2020 | 22:35:23,612 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:35:23,615 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.17] pack to oss... +29 四月 2020 | 22:35:25,291 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.17] upload oss ok! +29 四月 2020 | 22:35:27,143 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.17] upload oss ok! +29 四月 2020 | 22:35:27,336 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:47389ms +29 四月 2020 | 22:46:17,653 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:46:17,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:46:17,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:46:17,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:46:18,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:46:18,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:46:18,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:46:18,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 113. +29 四月 2020 | 22:46:18,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 113. +29 四月 2020 | 22:46:18,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 113. +29 四月 2020 | 22:46:39,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:46:39,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:46:39,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:46:39,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.23] pack to oss... +29 四月 2020 | 22:46:39,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.23] pack to oss... +29 四月 2020 | 22:46:39,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.23] pack to oss... +29 四月 2020 | 22:46:41,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.23] upload oss ok! +29 四月 2020 | 22:46:42,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.23] upload oss ok! +29 四月 2020 | 22:46:42,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.23] upload oss ok! +29 四月 2020 | 22:46:42,831 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:25178ms +29 四月 2020 | 22:52:00,308 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 22:52:00,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 22:52:00,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 22:52:00,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 22:52:00,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 22:52:00,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 22:52:00,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 22:52:01,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:52:01,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:52:01,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:52:01,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png +29 四月 2020 | 22:52:01,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:52:01,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_fui.bytes +29 四月 2020 | 22:52:01,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 114. +29 四月 2020 | 22:52:01,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 114. +29 四月 2020 | 22:52:01,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 114. +29 四月 2020 | 22:52:19,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:52:19,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.24] pack to oss... +29 四月 2020 | 22:52:20,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.24] upload oss ok! +29 四月 2020 | 22:52:25,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:52:26,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.24] pack to oss... +29 四月 2020 | 22:52:26,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 22:52:26,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.24] pack to oss... +29 四月 2020 | 22:52:26,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.24] upload oss ok! +29 四月 2020 | 22:52:27,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.24] upload oss ok! +29 四月 2020 | 22:52:27,882 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:27575ms +29 四月 2020 | 23:11:57,272 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 23:11:57,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 23:11:57,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 23:11:57,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 23:11:57,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 23:11:57,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 23:11:57,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 23:11:58,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 115. +29 四月 2020 | 23:11:58,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 115. +29 四月 2020 | 23:11:58,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 115. +29 四月 2020 | 23:12:21,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:12:21,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.25] pack to oss... +29 四月 2020 | 23:12:22,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.25] upload oss ok! +29 四月 2020 | 23:12:55,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:12:56,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.25] pack to oss... +29 四月 2020 | 23:12:56,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.25] upload oss ok! +29 四月 2020 | 23:13:03,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:13:03,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.25] pack to oss... +29 四月 2020 | 23:13:07,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.25] upload oss ok! +29 四月 2020 | 23:13:07,613 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:70341ms +29 四月 2020 | 23:47:15,598 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 四月 2020 | 23:47:15,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 四月 2020 | 23:47:15,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 四月 2020 | 23:47:15,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 四月 2020 | 23:47:16,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 四月 2020 | 23:47:16,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 四月 2020 | 23:47:16,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 四月 2020 | 23:47:16,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\majiang\MJPlayerSelfCardInfoView.lua +29 四月 2020 | 23:47:16,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 23:47:16,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\majiang\MJPlayerSelfCardInfoView.lua +29 四月 2020 | 23:47:16,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\majiang\MJPlayerSelfCardInfoView.lua +29 四月 2020 | 23:47:16,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 23:47:16,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +29 四月 2020 | 23:47:16,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 117. +29 四月 2020 | 23:47:16,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 117. +29 四月 2020 | 23:47:16,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 117. +29 四月 2020 | 23:47:23,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:47:23,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.63] pack to oss... +29 四月 2020 | 23:47:24,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.63] upload oss ok! +29 四月 2020 | 23:49:13,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:49:13,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.63] pack to oss... +29 四月 2020 | 23:49:14,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.63] upload oss ok! +29 四月 2020 | 23:49:15,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 四月 2020 | 23:49:15,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.63] pack to oss... +29 四月 2020 | 23:49:16,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.63] upload oss ok! +29 四月 2020 | 23:49:16,518 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120920ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-04-30 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-04-30 new file mode 100644 index 0000000..10f150f --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-04-30 @@ -0,0 +1,200 @@ +30 四月 2020 | 01:41:29,921 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +30 四月 2020 | 01:41:30,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +30 四月 2020 | 01:41:30,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +30 四月 2020 | 01:41:30,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +30 四月 2020 | 01:41:30,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 四月 2020 | 01:41:30,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 四月 2020 | 01:41:30,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 四月 2020 | 01:41:30,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +30 四月 2020 | 01:41:30,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +30 四月 2020 | 01:41:30,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +30 四月 2020 | 01:41:30,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +30 四月 2020 | 01:41:30,829 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +30 四月 2020 | 01:41:30,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +30 四月 2020 | 01:41:30,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +30 四月 2020 | 01:41:30,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +30 四月 2020 | 01:41:30,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +30 四月 2020 | 01:41:30,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +30 四月 2020 | 01:41:30,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +30 四月 2020 | 01:41:30,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +30 四月 2020 | 01:41:30,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +30 四月 2020 | 01:41:30,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +30 四月 2020 | 01:41:30,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +30 四月 2020 | 01:41:30,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +30 四月 2020 | 01:41:30,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +30 四月 2020 | 01:41:30,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +30 四月 2020 | 01:41:30,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +30 四月 2020 | 01:41:30,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +30 四月 2020 | 01:41:30,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +30 四月 2020 | 01:41:30,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +30 四月 2020 | 01:41:30,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +30 四月 2020 | 01:41:30,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +30 四月 2020 | 01:41:30,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +30 四月 2020 | 01:41:30,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +30 四月 2020 | 01:41:30,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +30 四月 2020 | 01:41:31,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 122. +30 四月 2020 | 01:41:31,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 122. +30 四月 2020 | 01:41:31,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 122. +30 四月 2020 | 01:42:19,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:42:20,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.64] pack to oss... +30 四月 2020 | 01:42:20,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.64] upload oss ok! +30 四月 2020 | 01:42:20,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.19] pack to oss... +30 四月 2020 | 01:42:21,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.19] upload oss ok! +30 四月 2020 | 01:42:21,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.5] pack to oss... +30 四月 2020 | 01:42:21,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.5] upload oss ok! +30 四月 2020 | 01:42:21,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.11] pack to oss... +30 四月 2020 | 01:42:22,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.11] upload oss ok! +30 四月 2020 | 01:42:22,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.4] pack to oss... +30 四月 2020 | 01:42:22,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.4] upload oss ok! +30 四月 2020 | 01:42:22,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.26] pack to oss... +30 四月 2020 | 01:42:22,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.26] upload oss ok! +30 四月 2020 | 01:44:10,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:44:10,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.64] pack to oss... +30 四月 2020 | 01:44:11,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.64] upload oss ok! +30 四月 2020 | 01:44:11,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.19] pack to oss... +30 四月 2020 | 01:44:11,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.19] upload oss ok! +30 四月 2020 | 01:44:11,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.5] pack to oss... +30 四月 2020 | 01:44:11,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:44:11,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.64] pack to oss... +30 四月 2020 | 01:44:12,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.5] upload oss ok! +30 四月 2020 | 01:44:12,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.11] pack to oss... +30 四月 2020 | 01:44:12,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.64] upload oss ok! +30 四月 2020 | 01:44:12,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.19] pack to oss... +30 四月 2020 | 01:44:13,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.11] upload oss ok! +30 四月 2020 | 01:44:13,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.4] pack to oss... +30 四月 2020 | 01:44:13,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.4] upload oss ok! +30 四月 2020 | 01:44:13,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.26] pack to oss... +30 四月 2020 | 01:44:14,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.26] upload oss ok! +30 四月 2020 | 01:44:15,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.19] upload oss ok! +30 四月 2020 | 01:44:15,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.5] pack to oss... +30 四月 2020 | 01:44:15,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.5] upload oss ok! +30 四月 2020 | 01:44:15,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.11] pack to oss... +30 四月 2020 | 01:44:16,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.11] upload oss ok! +30 四月 2020 | 01:44:16,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.4] pack to oss... +30 四月 2020 | 01:44:16,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.4] upload oss ok! +30 四月 2020 | 01:44:16,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.26] pack to oss... +30 四月 2020 | 01:44:17,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.26] upload oss ok! +30 四月 2020 | 01:44:17,336 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:167416ms +30 四月 2020 | 01:45:17,045 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +30 四月 2020 | 01:45:17,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +30 四月 2020 | 01:45:17,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +30 四月 2020 | 01:45:17,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +30 四月 2020 | 01:45:17,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 四月 2020 | 01:45:17,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 四月 2020 | 01:45:17,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 四月 2020 | 01:45:17,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 122. +30 四月 2020 | 01:45:17,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 122. +30 四月 2020 | 01:45:17,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 122. +30 四月 2020 | 01:46:16,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:46:16,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | rank[1.0.5] pack to oss... +30 四月 2020 | 01:46:17,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | rank[1.0.5] upload oss ok! +30 四月 2020 | 01:46:17,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.15] pack to oss... +30 四月 2020 | 01:46:17,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:46:17,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | rank[1.0.5] pack to oss... +30 四月 2020 | 01:46:18,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 01:46:18,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | rank[1.0.5] pack to oss... +30 四月 2020 | 01:46:19,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.15] upload oss ok! +30 四月 2020 | 01:46:19,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.7] pack to oss... +30 四月 2020 | 01:46:19,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.7] upload oss ok! +30 四月 2020 | 01:46:19,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.14] pack to oss... +30 四月 2020 | 01:46:21,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | rank[1.0.5] upload oss ok! +30 四月 2020 | 01:46:21,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.15] pack to oss... +30 四月 2020 | 01:46:21,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | rank[1.0.5] upload oss ok! +30 四月 2020 | 01:46:21,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.15] pack to oss... +30 四月 2020 | 01:46:23,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.14] upload oss ok! +30 四月 2020 | 01:46:23,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | static[1.0.2] pack to oss... +30 四月 2020 | 01:46:24,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | static[1.0.2] upload oss ok! +30 四月 2020 | 01:46:24,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.6] pack to oss... +30 四月 2020 | 01:46:26,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.6] upload oss ok! +30 四月 2020 | 01:46:29,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.15] upload oss ok! +30 四月 2020 | 01:46:29,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.7] pack to oss... +30 四月 2020 | 01:46:29,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.15] upload oss ok! +30 四月 2020 | 01:46:29,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.7] pack to oss... +30 四月 2020 | 01:46:29,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.7] upload oss ok! +30 四月 2020 | 01:46:29,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.14] pack to oss... +30 四月 2020 | 01:46:29,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.7] upload oss ok! +30 四月 2020 | 01:46:29,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.14] pack to oss... +30 四月 2020 | 01:46:33,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.14] upload oss ok! +30 四月 2020 | 01:46:33,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | static[1.0.2] pack to oss... +30 四月 2020 | 01:46:33,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | static[1.0.2] upload oss ok! +30 四月 2020 | 01:46:33,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.6] pack to oss... +30 四月 2020 | 01:46:34,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.6] upload oss ok! +30 四月 2020 | 01:46:35,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.14] upload oss ok! +30 四月 2020 | 01:46:35,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | static[1.0.2] pack to oss... +30 四月 2020 | 01:46:35,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | static[1.0.2] upload oss ok! +30 四月 2020 | 01:46:35,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.6] pack to oss... +30 四月 2020 | 01:46:36,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.6] upload oss ok! +30 四月 2020 | 01:46:36,548 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:79503ms +30 四月 2020 | 02:07:25,654 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +30 四月 2020 | 02:07:25,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +30 四月 2020 | 02:07:25,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +30 四月 2020 | 02:07:25,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +30 四月 2020 | 02:07:26,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 四月 2020 | 02:07:26,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 四月 2020 | 02:07:26,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 四月 2020 | 02:07:26,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +30 四月 2020 | 02:07:26,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +30 四月 2020 | 02:07:26,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +30 四月 2020 | 02:07:26,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +30 四月 2020 | 02:07:26,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +30 四月 2020 | 02:07:26,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +30 四月 2020 | 02:07:26,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +30 四月 2020 | 02:07:26,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +30 四月 2020 | 02:07:26,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +30 四月 2020 | 02:07:26,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +30 四月 2020 | 02:07:26,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +30 四月 2020 | 02:07:26,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +30 四月 2020 | 02:07:26,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +30 四月 2020 | 02:07:26,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +30 四月 2020 | 02:07:26,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +30 四月 2020 | 02:07:26,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\component\Player_card_info_1.xml +30 四月 2020 | 02:07:26,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +30 四月 2020 | 02:07:26,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +30 四月 2020 | 02:07:26,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +30 四月 2020 | 02:07:26,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\component\Player_card_info_1.xml +30 四月 2020 | 02:07:26,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\component\Player_card_info_1.xml +30 四月 2020 | 02:07:26,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 125. +30 四月 2020 | 02:07:26,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 125. +30 四月 2020 | 02:07:26,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 125. +30 四月 2020 | 02:07:53,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:07:53,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.16] pack to oss... +30 四月 2020 | 02:07:53,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:07:53,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.16] pack to oss... +30 四月 2020 | 02:07:58,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.16] upload oss ok! +30 四月 2020 | 02:07:58,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.16] upload oss ok! +30 四月 2020 | 02:07:59,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:07:59,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.16] pack to oss... +30 四月 2020 | 02:08:02,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.16] upload oss ok! +30 四月 2020 | 02:08:02,442 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:36788ms +30 四月 2020 | 02:17:51,181 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +30 四月 2020 | 02:17:51,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +30 四月 2020 | 02:17:51,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +30 四月 2020 | 02:17:51,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +30 四月 2020 | 02:17:51,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 四月 2020 | 02:17:51,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 四月 2020 | 02:17:51,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 四月 2020 | 02:17:51,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 125. +30 四月 2020 | 02:17:51,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 125. +30 四月 2020 | 02:17:51,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 125. +30 四月 2020 | 02:18:15,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:18:15,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.27] pack to oss... +30 四月 2020 | 02:18:15,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:18:15,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.27] pack to oss... +30 四月 2020 | 02:18:15,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 02:18:15,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.27] pack to oss... +30 四月 2020 | 02:18:18,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.27] upload oss ok! +30 四月 2020 | 02:18:19,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.27] upload oss ok! +30 四月 2020 | 02:18:21,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.27] upload oss ok! +30 四月 2020 | 02:18:21,673 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:30492ms +30 四月 2020 | 23:58:55,139 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +30 四月 2020 | 23:58:55,255 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +30 四月 2020 | 23:59:28,406 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +30 四月 2020 | 23:59:28,471 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +30 四月 2020 | 23:59:28,472 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +30 四月 2020 | 23:59:28,472 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +30 四月 2020 | 23:59:28,631 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 四月 2020 | 23:59:28,634 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 四月 2020 | 23:59:28,636 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 四月 2020 | 23:59:54,636 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +30 四月 2020 | 23:59:55,121 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +30 四月 2020 | 23:59:56,558 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-01 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-01 new file mode 100644 index 0000000..9ad09bb --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-01 @@ -0,0 +1,254 @@ +01 五月 2020 | 00:00:00,587 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 00:00:00,589 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +01 五月 2020 | 00:00:00,812 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 00:00:00,814 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +01 五月 2020 | 00:00:01,313 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! +01 五月 2020 | 00:00:01,746 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! +01 五月 2020 | 00:00:01,910 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:33505ms +01 五月 2020 | 14:45:38,921 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 14:45:39,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 14:45:39,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 14:45:39,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 14:45:39,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 14:45:39,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 14:45:39,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 14:45:42,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:45:43,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.65] pack to oss... +01 五月 2020 | 14:45:43,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:45:43,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.65] pack to oss... +01 五月 2020 | 14:45:43,297 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.65.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 五月 2020 | 14:45:43,300 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.65.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 五月 2020 | 14:45:46,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:45:46,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.65] pack to oss... +01 五月 2020 | 14:45:46,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.65] upload oss ok! +01 五月 2020 | 14:45:46,756 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:7835ms +01 五月 2020 | 14:57:09,730 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 14:57:10,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 14:57:10,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 14:57:10,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 14:57:10,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 14:57:10,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 14:57:10,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 14:57:13,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:57:13,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.66] pack to oss... +01 五月 2020 | 14:57:13,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:57:13,656 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\iOS\base\base_script\asset_pack1.0.66.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 五月 2020 | 14:57:14,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.66] pack to oss... +01 五月 2020 | 14:57:14,142 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Android\base\base_script\asset_pack1.0.66.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 五月 2020 | 14:57:15,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 14:57:15,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.66] pack to oss... +01 五月 2020 | 14:57:15,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.66] upload oss ok! +01 五月 2020 | 14:57:15,798 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:6068ms +01 五月 2020 | 18:36:09,081 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 18:36:09,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 18:36:09,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 18:36:09,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 18:36:09,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 18:36:09,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 18:36:09,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 18:36:30,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 18:36:30,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.67] pack to oss... +01 五月 2020 | 18:36:31,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.67] upload oss ok! +01 五月 2020 | 18:36:31,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.28] pack to oss... +01 五月 2020 | 18:36:32,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.28] upload oss ok! +01 五月 2020 | 18:38:21,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 18:38:21,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.67] pack to oss... +01 五月 2020 | 18:38:22,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.67] upload oss ok! +01 五月 2020 | 18:38:22,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.28] pack to oss... +01 五月 2020 | 18:38:22,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 18:38:22,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.67] pack to oss... +01 五月 2020 | 18:38:23,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.28] upload oss ok! +01 五月 2020 | 18:38:23,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.67] upload oss ok! +01 五月 2020 | 18:38:23,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.28] pack to oss... +01 五月 2020 | 18:38:23,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.28] upload oss ok! +01 五月 2020 | 18:38:24,301 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:135220ms +01 五月 2020 | 20:58:17,168 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 20:58:17,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 20:58:17,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 20:58:17,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 20:58:17,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 20:58:17,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 20:58:17,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 20:58:38,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 20:58:38,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.68] pack to oss... +01 五月 2020 | 20:58:38,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.68] upload oss ok! +01 五月 2020 | 20:58:38,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.29] pack to oss... +01 五月 2020 | 20:58:39,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.29] upload oss ok! +01 五月 2020 | 21:00:30,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:00:30,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:00:30,780 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.68] pack to oss... +01 五月 2020 | 21:00:30,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.68] pack to oss... +01 五月 2020 | 21:00:31,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.68] upload oss ok! +01 五月 2020 | 21:00:31,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.29] pack to oss... +01 五月 2020 | 21:00:31,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.68] upload oss ok! +01 五月 2020 | 21:00:31,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.29] pack to oss... +01 五月 2020 | 21:00:32,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.29] upload oss ok! +01 五月 2020 | 21:00:33,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.29] upload oss ok! +01 五月 2020 | 21:00:33,479 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:136311ms +01 五月 2020 | 21:39:46,373 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 21:39:46,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 21:39:46,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 21:39:46,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 21:39:46,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 21:39:46,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 21:39:46,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 21:40:06,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:40:07,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.69] pack to oss... +01 五月 2020 | 21:40:07,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.69] upload oss ok! +01 五月 2020 | 21:40:07,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.30] pack to oss... +01 五月 2020 | 21:40:08,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.30] upload oss ok! +01 五月 2020 | 21:41:55,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:41:55,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.69] pack to oss... +01 五月 2020 | 21:41:55,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:41:55,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.69] pack to oss... +01 五月 2020 | 21:41:55,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.69] upload oss ok! +01 五月 2020 | 21:41:55,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.30] pack to oss... +01 五月 2020 | 21:41:55,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.69] upload oss ok! +01 五月 2020 | 21:41:55,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.30] pack to oss... +01 五月 2020 | 21:41:56,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.30] upload oss ok! +01 五月 2020 | 21:41:56,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.30] upload oss ok! +01 五月 2020 | 21:41:57,213 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:130840ms +01 五月 2020 | 21:43:09,272 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 21:43:09,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 21:43:09,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 21:43:09,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 21:43:09,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 21:43:09,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 21:43:09,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 21:43:32,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:43:32,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.31] pack to oss... +01 五月 2020 | 21:43:32,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:43:32,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.31] pack to oss... +01 五月 2020 | 21:43:32,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 21:43:32,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.31] pack to oss... +01 五月 2020 | 21:43:33,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.31] upload oss ok! +01 五月 2020 | 21:43:34,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.31] upload oss ok! +01 五月 2020 | 21:43:36,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.31] upload oss ok! +01 五月 2020 | 21:43:36,876 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:27604ms +01 五月 2020 | 22:09:21,184 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +01 五月 2020 | 22:09:21,247 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +01 五月 2020 | 22:09:41,921 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 22:09:42,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 22:09:42,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 22:09:42,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 22:09:42,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 22:09:42,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 22:10:16,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:10:16,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.70] pack to oss... +01 五月 2020 | 22:10:17,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.70] upload oss ok! +01 五月 2020 | 22:10:17,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.20] pack to oss... +01 五月 2020 | 22:10:17,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.20] upload oss ok! +01 五月 2020 | 22:10:17,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.32] pack to oss... +01 五月 2020 | 22:10:27,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.32] upload oss ok! +01 五月 2020 | 22:12:03,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:12:03,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.70] pack to oss... +01 五月 2020 | 22:12:04,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.70] upload oss ok! +01 五月 2020 | 22:12:04,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.20] pack to oss... +01 五月 2020 | 22:12:04,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.20] upload oss ok! +01 五月 2020 | 22:12:04,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.32] pack to oss... +01 五月 2020 | 22:12:05,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.32] upload oss ok! +01 五月 2020 | 22:12:07,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:12:07,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.70] pack to oss... +01 五月 2020 | 22:12:08,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.70] upload oss ok! +01 五月 2020 | 22:12:08,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.20] pack to oss... +01 五月 2020 | 22:12:08,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.20] upload oss ok! +01 五月 2020 | 22:12:08,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.32] pack to oss... +01 五月 2020 | 22:12:09,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.32] upload oss ok! +01 五月 2020 | 22:12:09,666 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:147745ms +01 五月 2020 | 22:12:17,513 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 22:12:17,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 22:12:17,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 22:12:17,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 22:12:17,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 22:12:17,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 22:12:24,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:12:24,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.71] pack to oss... +01 五月 2020 | 22:12:25,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.71] upload oss ok! +01 五月 2020 | 22:14:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:14:11,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.71] pack to oss... +01 五月 2020 | 22:14:11,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.71] upload oss ok! +01 五月 2020 | 22:14:14,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:14:14,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.71] pack to oss... +01 五月 2020 | 22:14:14,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.71] upload oss ok! +01 五月 2020 | 22:14:15,188 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:117675ms +01 五月 2020 | 22:18:01,527 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 22:18:01,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 22:18:01,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 22:18:01,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 22:18:01,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 22:18:01,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 22:18:01,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 22:18:02,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 143. +01 五月 2020 | 22:18:02,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 143. +01 五月 2020 | 22:18:02,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 143. +01 五月 2020 | 22:18:24,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:18:25,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.72] pack to oss... +01 五月 2020 | 22:18:25,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.72] upload oss ok! +01 五月 2020 | 22:18:25,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.33] pack to oss... +01 五月 2020 | 22:18:26,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.33] upload oss ok! +01 五月 2020 | 22:20:13,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:20:13,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.72] pack to oss... +01 五月 2020 | 22:20:13,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.72] upload oss ok! +01 五月 2020 | 22:20:13,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.33] pack to oss... +01 五月 2020 | 22:20:13,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:20:13,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.72] pack to oss... +01 五月 2020 | 22:20:13,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.72] upload oss ok! +01 五月 2020 | 22:20:13,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.33] pack to oss... +01 五月 2020 | 22:20:14,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.33] upload oss ok! +01 五月 2020 | 22:20:15,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.33] upload oss ok! +01 五月 2020 | 22:20:15,658 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:134131ms +01 五月 2020 | 22:33:52,560 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 五月 2020 | 22:33:52,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 五月 2020 | 22:33:52,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 五月 2020 | 22:33:52,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 五月 2020 | 22:33:52,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 五月 2020 | 22:33:52,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 五月 2020 | 22:33:52,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 五月 2020 | 22:33:53,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberStatView.lua +01 五月 2020 | 22:33:53,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberStatView.lua +01 五月 2020 | 22:33:53,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberStatView.lua +01 五月 2020 | 22:33:53,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 144. +01 五月 2020 | 22:33:53,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 144. +01 五月 2020 | 22:33:53,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 144. +01 五月 2020 | 22:33:59,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:34:00,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.73] pack to oss... +01 五月 2020 | 22:34:00,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.73] upload oss ok! +01 五月 2020 | 22:35:50,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:35:50,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.73] pack to oss... +01 五月 2020 | 22:35:50,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.73] upload oss ok! +01 五月 2020 | 22:35:52,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 五月 2020 | 22:35:52,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.73] pack to oss... +01 五月 2020 | 22:35:52,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.73] upload oss ok! +01 五月 2020 | 22:35:52,922 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120362ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-02 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-02 new file mode 100644 index 0000000..6ea130c --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-02 @@ -0,0 +1,123 @@ +02 五月 2020 | 01:10:09,183 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 五月 2020 | 01:10:09,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 五月 2020 | 01:10:09,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 五月 2020 | 01:10:09,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 五月 2020 | 01:10:09,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 五月 2020 | 01:10:09,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 五月 2020 | 01:10:09,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 五月 2020 | 01:10:09,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +02 五月 2020 | 01:10:09,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +02 五月 2020 | 01:10:09,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupFagList.xml +02 五月 2020 | 01:10:09,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +02 五月 2020 | 01:10:09,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupFagList.xml +02 五月 2020 | 01:10:09,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngFagListView.lua +02 五月 2020 | 01:10:09,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngFagListView.lua +02 五月 2020 | 01:10:09,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupFagList.xml +02 五月 2020 | 01:10:09,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngFagListView.lua +02 五月 2020 | 01:10:10,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 148. +02 五月 2020 | 01:10:10,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 148. +02 五月 2020 | 01:10:10,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 148. +02 五月 2020 | 01:10:31,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 01:10:31,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.74] pack to oss... +02 五月 2020 | 01:10:31,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.74] upload oss ok! +02 五月 2020 | 01:10:31,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.34] pack to oss... +02 五月 2020 | 01:10:32,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.34] upload oss ok! +02 五月 2020 | 01:12:20,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 01:12:20,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.74] pack to oss... +02 五月 2020 | 01:12:21,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.74] upload oss ok! +02 五月 2020 | 01:12:21,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.34] pack to oss... +02 五月 2020 | 01:12:23,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 01:12:23,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.74] pack to oss... +02 五月 2020 | 01:12:23,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.74] upload oss ok! +02 五月 2020 | 01:12:23,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.34] pack to oss... +02 五月 2020 | 01:12:24,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.34] upload oss ok! +02 五月 2020 | 01:12:32,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.34] upload oss ok! +02 五月 2020 | 01:12:34,014 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:144831ms +02 五月 2020 | 20:38:28,510 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 五月 2020 | 20:38:28,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 五月 2020 | 20:38:28,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 五月 2020 | 20:38:28,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 五月 2020 | 20:38:28,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 五月 2020 | 20:38:28,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 五月 2020 | 20:38:28,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 五月 2020 | 20:38:29,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +02 五月 2020 | 20:38:29,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +02 五月 2020 | 20:38:29,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +02 五月 2020 | 20:38:29,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 151. +02 五月 2020 | 20:38:29,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 151. +02 五月 2020 | 20:38:29,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 151. +02 五月 2020 | 20:38:36,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 20:38:36,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.75] pack to oss... +02 五月 2020 | 20:38:37,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.75] upload oss ok! +02 五月 2020 | 20:40:25,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 20:40:25,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.75] pack to oss... +02 五月 2020 | 20:40:25,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 20:40:25,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.75] pack to oss... +02 五月 2020 | 20:40:26,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.75] upload oss ok! +02 五月 2020 | 20:40:26,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.75] upload oss ok! +02 五月 2020 | 20:40:26,308 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:117799ms +02 五月 2020 | 23:02:24,817 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 五月 2020 | 23:02:25,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 五月 2020 | 23:02:25,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 五月 2020 | 23:02:25,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 五月 2020 | 23:02:25,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 五月 2020 | 23:02:25,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 五月 2020 | 23:02:25,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 五月 2020 | 23:02:25,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\ViewUtil.lua +02 五月 2020 | 23:02:25,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\ViewUtil.lua +02 五月 2020 | 23:02:25,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\ViewUtil.lua +02 五月 2020 | 23:02:25,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +02 五月 2020 | 23:02:25,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +02 五月 2020 | 23:02:25,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +02 五月 2020 | 23:02:25,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +02 五月 2020 | 23:02:25,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +02 五月 2020 | 23:02:25,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +02 五月 2020 | 23:02:25,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +02 五月 2020 | 23:02:25,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +02 五月 2020 | 23:02:25,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +02 五月 2020 | 23:02:25,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +02 五月 2020 | 23:02:25,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +02 五月 2020 | 23:02:25,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +02 五月 2020 | 23:02:25,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +02 五月 2020 | 23:02:25,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +02 五月 2020 | 23:02:25,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +02 五月 2020 | 23:02:25,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\FGAssist_atlas0.png.meta +02 五月 2020 | 23:02:25,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png.meta +02 五月 2020 | 23:02:25,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +02 五月 2020 | 23:02:25,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png.meta +02 五月 2020 | 23:02:25,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Chat\Main.xml +02 五月 2020 | 23:02:25,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Chat\component\Button3.xml +02 五月 2020 | 23:02:25,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png.meta +02 五月 2020 | 23:02:25,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png.meta +02 五月 2020 | 23:02:25,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Chat\package.xml +02 五月 2020 | 23:02:25,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\Main.xml +02 五月 2020 | 23:02:25,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\component\Button3.xml +02 五月 2020 | 23:02:25,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Chat\Main.xml +02 五月 2020 | 23:02:25,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Chat\component\Button3.xml +02 五月 2020 | 23:02:25,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\package.xml +02 五月 2020 | 23:02:25,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Chat\package.xml +02 五月 2020 | 23:02:25,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 154. +02 五月 2020 | 23:02:25,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 154. +02 五月 2020 | 23:02:25,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 154. +02 五月 2020 | 23:02:50,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 23:02:51,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.76] pack to oss... +02 五月 2020 | 23:02:51,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.76] upload oss ok! +02 五月 2020 | 23:02:51,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.5] pack to oss... +02 五月 2020 | 23:02:52,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.5] upload oss ok! +02 五月 2020 | 23:02:52,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.35] pack to oss... +02 五月 2020 | 23:02:53,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.35] upload oss ok! +02 五月 2020 | 23:04:38,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 23:04:38,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.76] pack to oss... +02 五月 2020 | 23:04:38,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.76] upload oss ok! +02 五月 2020 | 23:04:38,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.5] pack to oss... +02 五月 2020 | 23:04:39,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.5] upload oss ok! +02 五月 2020 | 23:04:39,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.35] pack to oss... +02 五月 2020 | 23:04:39,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.35] upload oss ok! +02 五月 2020 | 23:04:40,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 五月 2020 | 23:04:40,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.76] pack to oss... +02 五月 2020 | 23:04:40,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.76] upload oss ok! +02 五月 2020 | 23:04:40,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.5] pack to oss... +02 五月 2020 | 23:04:41,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.5] upload oss ok! +02 五月 2020 | 23:04:41,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.35] pack to oss... +02 五月 2020 | 23:04:41,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.35] upload oss ok! +02 五月 2020 | 23:04:42,016 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:137200ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-03 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-03 new file mode 100644 index 0000000..f733bc9 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-03 @@ -0,0 +1,236 @@ +03 五月 2020 | 00:15:03,729 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +03 五月 2020 | 00:15:03,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +03 五月 2020 | 00:15:03,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +03 五月 2020 | 00:15:03,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +03 五月 2020 | 00:15:04,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 五月 2020 | 00:15:04,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 五月 2020 | 00:15:04,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 五月 2020 | 00:15:04,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +03 五月 2020 | 00:15:04,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +03 五月 2020 | 00:15:04,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +03 五月 2020 | 00:15:04,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +03 五月 2020 | 00:15:04,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\chat\ui\Chat_atlas0.png +03 五月 2020 | 00:15:04,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3.meta +03 五月 2020 | 00:15:04,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3.meta +03 五月 2020 | 00:15:04,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3 +03 五月 2020 | 00:15:04,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3 +03 五月 2020 | 00:15:04,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\chat\ui\Chat_fui.bytes +03 五月 2020 | 00:15:04,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3.meta +03 五月 2020 | 00:15:04,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_ml8p6y.mp3 +03 五月 2020 | 00:15:04,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +03 五月 2020 | 00:15:04,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +03 五月 2020 | 00:15:04,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +03 五月 2020 | 00:15:04,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +03 五月 2020 | 00:15:04,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +03 五月 2020 | 00:15:04,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +03 五月 2020 | 00:15:04,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +03 五月 2020 | 00:15:04,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +03 五月 2020 | 00:15:04,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +03 五月 2020 | 00:15:04,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +03 五月 2020 | 00:15:04,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +03 五月 2020 | 00:15:04,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +03 五月 2020 | 00:15:04,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +03 五月 2020 | 00:15:04,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +03 五月 2020 | 00:15:04,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +03 五月 2020 | 00:15:04,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +03 五月 2020 | 00:15:04,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +03 五月 2020 | 00:15:04,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +03 五月 2020 | 00:15:04,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +03 五月 2020 | 00:15:04,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +03 五月 2020 | 00:15:04,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +03 五月 2020 | 00:15:04,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +03 五月 2020 | 00:15:04,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +03 五月 2020 | 00:15:04,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +03 五月 2020 | 00:15:04,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +03 五月 2020 | 00:15:04,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +03 五月 2020 | 00:15:04,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +03 五月 2020 | 00:15:04,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +03 五月 2020 | 00:15:04,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +03 五月 2020 | 00:15:04,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +03 五月 2020 | 00:15:04,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +03 五月 2020 | 00:15:04,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +03 五月 2020 | 00:15:04,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Chat\Main.xml +03 五月 2020 | 00:15:04,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Chat\images\szsrk.png +03 五月 2020 | 00:15:04,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Chat\package.xml +03 五月 2020 | 00:15:04,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +03 五月 2020 | 00:15:04,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\gps\ani_warning.xml +03 五月 2020 | 00:15:04,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +03 五月 2020 | 00:15:04,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\gps\btn_distance_new.xml +03 五月 2020 | 00:15:04,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\gps\hsgps.png +03 五月 2020 | 00:15:04,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\gps\lsgps.png +03 五月 2020 | 00:15:04,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Chat\Main.xml +03 五月 2020 | 00:15:04,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Chat\images\szsrk.png +03 五月 2020 | 00:15:04,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Common\package.xml +03 五月 2020 | 00:15:04,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Chat\package.xml +03 五月 2020 | 00:15:04,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_2.xml +03 五月 2020 | 00:15:04,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +03 五月 2020 | 00:15:04,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_3.xml +03 五月 2020 | 00:15:04,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\gps\ani_warning.xml +03 五月 2020 | 00:15:04,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +03 五月 2020 | 00:15:04,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\gps\btn_distance_new.xml +03 五月 2020 | 00:15:04,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\gps\hsgps.png +03 五月 2020 | 00:15:04,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\gps\lsgps.png +03 五月 2020 | 00:15:04,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_2_s2.xml +03 五月 2020 | 00:15:04,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_3_s2.xml +03 五月 2020 | 00:15:04,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\Main.xml +03 五月 2020 | 00:15:04,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Common\package.xml +03 五月 2020 | 00:15:04,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_4_s2.xml +03 五月 2020 | 00:15:04,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\images\szsrk.png +03 五月 2020 | 00:15:04,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_2.xml +03 五月 2020 | 00:15:04,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Chat\package.xml +03 五月 2020 | 00:15:04,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_3.xml +03 五月 2020 | 00:15:04,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\Main_2.xml +03 五月 2020 | 00:15:04,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\gps\ani_warning.xml +03 五月 2020 | 00:15:04,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\gps\btn_distance_new.xml +03 五月 2020 | 00:15:04,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +03 五月 2020 | 00:15:04,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\gps\hsgps.png +03 五月 2020 | 00:15:04,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\gps\lsgps.png +03 五月 2020 | 00:15:04,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_2_s2.xml +03 五月 2020 | 00:15:04,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +03 五月 2020 | 00:15:04,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_3_s2.xml +03 五月 2020 | 00:15:04,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_4_s2.xml +03 五月 2020 | 00:15:04,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Common\package.xml +03 五月 2020 | 00:15:04,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\MainView.lua +03 五月 2020 | 00:15:04,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\ViewUtil.lua +03 五月 2020 | 00:15:04,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\Main_2.xml +03 五月 2020 | 00:15:04,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_2.xml +03 五月 2020 | 00:15:04,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +03 五月 2020 | 00:15:04,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Extend_Poker_RunFastNew\component\RunFast_Main_3.xml +03 五月 2020 | 00:15:04,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +03 五月 2020 | 00:15:04,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +03 五月 2020 | 00:15:04,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXMainView.lua +03 五月 2020 | 00:15:04,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_2_s2.xml +03 五月 2020 | 00:15:04,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_3_s2.xml +03 五月 2020 | 00:15:04,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\MainView.lua +03 五月 2020 | 00:15:04,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\Main_4_s2.xml +03 五月 2020 | 00:15:04,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +03 五月 2020 | 00:15:04,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\ViewUtil.lua +03 五月 2020 | 00:15:04,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\Main_2.xml +03 五月 2020 | 00:15:04,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +03 五月 2020 | 00:15:04,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +03 五月 2020 | 00:15:04,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +03 五月 2020 | 00:15:04,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +03 五月 2020 | 00:15:04,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXMainView.lua +03 五月 2020 | 00:15:04,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\majiang\MJMainView.lua +03 五月 2020 | 00:15:04,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +03 五月 2020 | 00:15:04,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +03 五月 2020 | 00:15:04,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\MainView.lua +03 五月 2020 | 00:15:04,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\ViewUtil.lua +03 五月 2020 | 00:15:04,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\majiang\MJMainView.lua +03 五月 2020 | 00:15:04,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +03 五月 2020 | 00:15:04,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXMainView.lua +03 五月 2020 | 00:15:04,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +03 五月 2020 | 00:15:04,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +03 五月 2020 | 00:15:04,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\majiang\MJMainView.lua +03 五月 2020 | 00:15:05,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 160. +03 五月 2020 | 00:15:05,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 160. +03 五月 2020 | 00:15:05,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 160. +03 五月 2020 | 00:15:37,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:15:38,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.77] pack to oss... +03 五月 2020 | 00:15:38,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.77] upload oss ok! +03 五月 2020 | 00:15:38,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.21] pack to oss... +03 五月 2020 | 00:15:40,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.21] upload oss ok! +03 五月 2020 | 00:15:40,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.6] pack to oss... +03 五月 2020 | 00:15:40,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | chat[1.0.6] upload oss ok! +03 五月 2020 | 00:17:23,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:17:23,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.77] pack to oss... +03 五月 2020 | 00:17:24,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.77] upload oss ok! +03 五月 2020 | 00:17:24,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.21] pack to oss... +03 五月 2020 | 00:17:24,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.21] upload oss ok! +03 五月 2020 | 00:17:24,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.6] pack to oss... +03 五月 2020 | 00:17:25,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | chat[1.0.6] upload oss ok! +03 五月 2020 | 00:17:25,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:17:25,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.77] pack to oss... +03 五月 2020 | 00:17:26,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.77] upload oss ok! +03 五月 2020 | 00:17:26,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.21] pack to oss... +03 五月 2020 | 00:17:26,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.21] upload oss ok! +03 五月 2020 | 00:17:26,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.6] pack to oss... +03 五月 2020 | 00:17:27,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | chat[1.0.6] upload oss ok! +03 五月 2020 | 00:17:27,341 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:143612ms +03 五月 2020 | 00:23:17,474 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +03 五月 2020 | 00:23:17,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +03 五月 2020 | 00:23:17,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +03 五月 2020 | 00:23:17,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +03 五月 2020 | 00:23:17,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 五月 2020 | 00:23:17,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 五月 2020 | 00:23:17,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 五月 2020 | 00:23:18,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:23:18,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:23:18,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:23:59,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:23:59,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.17] pack to oss... +03 五月 2020 | 00:24:00,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.17] upload oss ok! +03 五月 2020 | 00:24:00,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.15] pack to oss... +03 五月 2020 | 00:24:00,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:24:00,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.17] pack to oss... +03 五月 2020 | 00:24:01,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:24:01,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.17] pack to oss... +03 五月 2020 | 00:24:02,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.15] upload oss ok! +03 五月 2020 | 00:24:05,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.17] upload oss ok! +03 五月 2020 | 00:24:05,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.15] pack to oss... +03 五月 2020 | 00:24:07,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.15] upload oss ok! +03 五月 2020 | 00:24:09,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.17] upload oss ok! +03 五月 2020 | 00:24:09,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.15] pack to oss... +03 五月 2020 | 00:24:10,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.15] upload oss ok! +03 五月 2020 | 00:24:10,821 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:53348ms +03 五月 2020 | 00:25:54,830 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +03 五月 2020 | 00:25:54,978 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +03 五月 2020 | 00:25:54,979 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +03 五月 2020 | 00:25:54,979 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +03 五月 2020 | 00:25:55,045 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 五月 2020 | 00:25:55,053 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 五月 2020 | 00:25:55,061 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 五月 2020 | 00:25:55,311 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:25:55,317 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:25:55,321 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 160. +03 五月 2020 | 00:26:57,935 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:26:57,938 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +03 五月 2020 | 00:26:58,613 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +03 五月 2020 | 00:26:58,613 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +03 五月 2020 | 00:26:59,199 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +03 五月 2020 | 00:26:59,199 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +03 五月 2020 | 00:26:59,880 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +03 五月 2020 | 00:26:59,880 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +03 五月 2020 | 00:27:01,900 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +03 五月 2020 | 00:27:14,084 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:27:14,087 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +03 五月 2020 | 00:27:14,664 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +03 五月 2020 | 00:27:14,664 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +03 五月 2020 | 00:27:15,258 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +03 五月 2020 | 00:27:15,258 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +03 五月 2020 | 00:27:15,946 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +03 五月 2020 | 00:27:15,946 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +03 五月 2020 | 00:27:17,939 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +03 五月 2020 | 00:27:24,558 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 00:27:24,560 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +03 五月 2020 | 00:27:25,106 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +03 五月 2020 | 00:27:25,106 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +03 五月 2020 | 00:27:25,671 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +03 五月 2020 | 00:27:25,672 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +03 五月 2020 | 00:27:26,347 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +03 五月 2020 | 00:27:26,347 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +03 五月 2020 | 00:27:28,649 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +03 五月 2020 | 00:27:28,927 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:94097ms +03 五月 2020 | 20:53:09,745 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +03 五月 2020 | 20:53:09,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +03 五月 2020 | 20:53:09,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +03 五月 2020 | 20:53:09,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +03 五月 2020 | 20:53:10,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 五月 2020 | 20:53:10,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 五月 2020 | 20:53:10,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 五月 2020 | 20:53:10,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 五月 2020 | 20:53:10,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 五月 2020 | 20:53:10,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 五月 2020 | 20:53:10,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 162. +03 五月 2020 | 20:53:10,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 162. +03 五月 2020 | 20:53:10,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 162. +03 五月 2020 | 20:53:17,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 20:53:17,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.78] pack to oss... +03 五月 2020 | 20:53:17,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.78] upload oss ok! +03 五月 2020 | 20:55:07,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 20:55:07,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +03 五月 2020 | 20:55:07,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.78] pack to oss... +03 五月 2020 | 20:55:07,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.78] pack to oss... +03 五月 2020 | 20:55:08,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.78] upload oss ok! +03 五月 2020 | 20:55:10,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.78] upload oss ok! +03 五月 2020 | 20:55:11,138 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:121393ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-05 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-05 new file mode 100644 index 0000000..b9dea11 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-05 @@ -0,0 +1,146 @@ +05 五月 2020 | 21:49:47,429 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +05 五月 2020 | 21:49:47,544 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +05 五月 2020 | 22:15:12,141 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 五月 2020 | 22:15:12,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 五月 2020 | 22:15:12,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 五月 2020 | 22:15:12,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 五月 2020 | 22:15:13,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 五月 2020 | 22:15:13,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 五月 2020 | 22:15:13,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 五月 2020 | 22:15:15,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +05 五月 2020 | 22:15:15,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +05 五月 2020 | 22:15:15,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +05 五月 2020 | 22:15:15,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +05 五月 2020 | 22:15:15,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +05 五月 2020 | 22:15:15,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngGameListView.lua +05 五月 2020 | 22:15:15,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +05 五月 2020 | 22:15:15,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngGameListView.lua +05 五月 2020 | 22:15:15,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerRewardsView.lua +05 五月 2020 | 22:15:15,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerRewardsView.lua +05 五月 2020 | 22:15:15,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngGameListView.lua +05 五月 2020 | 22:15:15,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerRewardsView.lua +05 五月 2020 | 22:15:15,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:15:15,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:15:15,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:15:15,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +05 五月 2020 | 22:15:15,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +05 五月 2020 | 22:15:15,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +05 五月 2020 | 22:15:15,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +05 五月 2020 | 22:15:15,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +05 五月 2020 | 22:15:15,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +05 五月 2020 | 22:15:15,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +05 五月 2020 | 22:15:15,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +05 五月 2020 | 22:15:15,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +05 五月 2020 | 22:15:15,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_recrod.xml +05 五月 2020 | 22:15:15,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_recrod.xml +05 五月 2020 | 22:15:15,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\game\panel_fag.xml +05 五月 2020 | 22:15:15,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\play_set\panel_play_set.xml +05 五月 2020 | 22:15:15,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\game\panel_fag.xml +05 五月 2020 | 22:15:15,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\play_set\panel_play_set.xml +05 五月 2020 | 22:15:15,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_recrod.xml +05 五月 2020 | 22:15:15,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\game\panel_fag.xml +05 五月 2020 | 22:15:15,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\play_set\panel_play_set.xml +05 五月 2020 | 22:15:15,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 178. +05 五月 2020 | 22:15:15,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 178. +05 五月 2020 | 22:15:15,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 178. +05 五月 2020 | 22:15:41,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:15:41,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.79] pack to oss... +05 五月 2020 | 22:15:42,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.79] upload oss ok! +05 五月 2020 | 22:15:42,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.36] pack to oss... +05 五月 2020 | 22:15:43,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.36] upload oss ok! +05 五月 2020 | 22:17:31,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:17:31,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.79] pack to oss... +05 五月 2020 | 22:17:31,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:17:31,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.79] pack to oss... +05 五月 2020 | 22:17:31,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.79] upload oss ok! +05 五月 2020 | 22:17:31,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.36] pack to oss... +05 五月 2020 | 22:17:31,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.79] upload oss ok! +05 五月 2020 | 22:17:31,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.36] pack to oss... +05 五月 2020 | 22:17:32,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.36] upload oss ok! +05 五月 2020 | 22:17:38,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.36] upload oss ok! +05 五月 2020 | 22:17:38,810 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:146669ms +05 五月 2020 | 22:49:22,366 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 五月 2020 | 22:49:22,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 五月 2020 | 22:49:22,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 五月 2020 | 22:49:22,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 五月 2020 | 22:49:22,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 五月 2020 | 22:49:22,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 五月 2020 | 22:49:22,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 五月 2020 | 22:49:22,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:49:22,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:49:22,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:49:22,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:49:22,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +05 五月 2020 | 22:49:22,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:49:22,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +05 五月 2020 | 22:49:22,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:49:22,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:49:22,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +05 五月 2020 | 22:49:22,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +05 五月 2020 | 22:49:22,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +05 五月 2020 | 22:49:22,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +05 五月 2020 | 22:49:22,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +05 五月 2020 | 22:49:22,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:49:22,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:49:22,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:49:23,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +05 五月 2020 | 22:49:23,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +05 五月 2020 | 22:49:23,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:49:23,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:49:23,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 182. +05 五月 2020 | 22:49:23,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 182. +05 五月 2020 | 22:49:23,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 182. +05 五月 2020 | 22:49:42,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:49:42,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.80] pack to oss... +05 五月 2020 | 22:49:43,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.80] upload oss ok! +05 五月 2020 | 22:49:43,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.37] pack to oss... +05 五月 2020 | 22:49:43,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.37] upload oss ok! +05 五月 2020 | 22:51:34,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:51:34,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.80] pack to oss... +05 五月 2020 | 22:51:34,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:51:34,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.80] pack to oss... +05 五月 2020 | 22:51:34,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.80] upload oss ok! +05 五月 2020 | 22:51:34,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.37] pack to oss... +05 五月 2020 | 22:51:34,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.80] upload oss ok! +05 五月 2020 | 22:51:34,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.37] pack to oss... +05 五月 2020 | 22:51:35,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.37] upload oss ok! +05 五月 2020 | 22:51:35,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.37] upload oss ok! +05 五月 2020 | 22:51:35,710 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:133345ms +05 五月 2020 | 22:57:59,949 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 五月 2020 | 22:58:00,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 五月 2020 | 22:58:00,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 五月 2020 | 22:58:00,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 五月 2020 | 22:58:00,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 五月 2020 | 22:58:00,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 五月 2020 | 22:58:00,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 五月 2020 | 22:58:00,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:58:00,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:58:00,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:58:00,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:58:00,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:58:00,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:58:00,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +05 五月 2020 | 22:58:00,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +05 五月 2020 | 22:58:00,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:58:00,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +05 五月 2020 | 22:58:00,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:58:00,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +05 五月 2020 | 22:58:00,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 185. +05 五月 2020 | 22:58:00,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 185. +05 五月 2020 | 22:58:00,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 185. +05 五月 2020 | 22:58:19,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 22:58:20,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.81] pack to oss... +05 五月 2020 | 22:58:20,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.81] upload oss ok! +05 五月 2020 | 22:58:20,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.38] pack to oss... +05 五月 2020 | 22:58:21,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.38] upload oss ok! +05 五月 2020 | 23:00:09,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 23:00:09,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.81] pack to oss... +05 五月 2020 | 23:00:09,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.81] upload oss ok! +05 五月 2020 | 23:00:09,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.38] pack to oss... +05 五月 2020 | 23:00:10,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.38] upload oss ok! +05 五月 2020 | 23:00:11,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 五月 2020 | 23:00:11,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.81] pack to oss... +05 五月 2020 | 23:00:11,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.81] upload oss ok! +05 五月 2020 | 23:00:11,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.38] pack to oss... +05 五月 2020 | 23:00:12,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.38] upload oss ok! +05 五月 2020 | 23:00:12,508 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:132560ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-07 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-07 new file mode 100644 index 0000000..698d6ff --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-07 @@ -0,0 +1,102 @@ +07 五月 2020 | 21:39:38,346 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +07 五月 2020 | 21:39:38,455 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +07 五月 2020 | 21:40:46,003 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +07 五月 2020 | 21:40:46,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +07 五月 2020 | 21:40:46,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +07 五月 2020 | 21:40:46,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +07 五月 2020 | 21:40:46,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 五月 2020 | 21:40:46,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 五月 2020 | 21:40:46,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 五月 2020 | 21:40:49,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +07 五月 2020 | 21:40:49,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +07 五月 2020 | 21:40:49,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +07 五月 2020 | 21:40:49,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +07 五月 2020 | 21:40:49,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupQuickStartView.lua +07 五月 2020 | 21:40:49,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupQuickStartView.lua +07 五月 2020 | 21:40:49,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +07 五月 2020 | 21:40:49,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\PlayerDistanceView.lua +07 五月 2020 | 21:40:49,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\PlayerDistanceView.lua +07 五月 2020 | 21:40:49,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +07 五月 2020 | 21:40:49,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\MainView.lua +07 五月 2020 | 21:40:49,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupQuickStartView.lua +07 五月 2020 | 21:40:49,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\MainView.lua +07 五月 2020 | 21:40:49,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\PlayerDistanceView.lua +07 五月 2020 | 21:40:49,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +07 五月 2020 | 21:40:49,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +07 五月 2020 | 21:40:49,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\MainView.lua +07 五月 2020 | 21:40:49,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +07 五月 2020 | 21:40:49,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +07 五月 2020 | 21:40:49,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +07 五月 2020 | 21:40:49,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +07 五月 2020 | 21:40:49,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +07 五月 2020 | 21:40:49,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +07 五月 2020 | 21:40:49,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +07 五月 2020 | 21:40:49,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +07 五月 2020 | 21:40:49,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +07 五月 2020 | 21:40:49,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +07 五月 2020 | 21:40:49,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Common\buttons\Btn_Blue2.xml +07 五月 2020 | 21:40:49,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Common\buttons\Btn_Blue2.xml +07 五月 2020 | 21:40:49,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Common\buttons\Btn_blue_long.xml +07 五月 2020 | 21:40:49,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Common\buttons\Btn_blue_long.xml +07 五月 2020 | 21:40:49,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Common\buttons\Btn_Blue2.xml +07 五月 2020 | 21:40:49,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\gps\distance\com_Distance.xml +07 五月 2020 | 21:40:49,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Common\buttons\Btn_blue_long.xml +07 五月 2020 | 21:40:49,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\gps\distance\com_Distance.xml +07 五月 2020 | 21:40:49,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +07 五月 2020 | 21:40:49,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_QuickStart.xml +07 五月 2020 | 21:40:49,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +07 五月 2020 | 21:40:49,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\gps\distance\com_Distance.xml +07 五月 2020 | 21:40:49,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_QuickStart.xml +07 五月 2020 | 21:40:49,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +07 五月 2020 | 21:40:49,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +07 五月 2020 | 21:40:49,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +07 五月 2020 | 21:40:49,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_QuickStart.xml +07 五月 2020 | 21:40:49,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +07 五月 2020 | 21:40:49,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 196. +07 五月 2020 | 21:40:49,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 196. +07 五月 2020 | 21:40:49,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 196. +07 五月 2020 | 21:41:25,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 21:41:26,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.82] pack to oss... +07 五月 2020 | 21:41:26,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.82] upload oss ok! +07 五月 2020 | 21:41:26,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.22] pack to oss... +07 五月 2020 | 21:41:27,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.22] upload oss ok! +07 五月 2020 | 21:41:27,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.39] pack to oss... +07 五月 2020 | 21:41:28,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.39] upload oss ok! +07 五月 2020 | 21:43:19,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 21:43:19,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.82] pack to oss... +07 五月 2020 | 21:43:19,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 21:43:19,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.82] pack to oss... +07 五月 2020 | 21:43:19,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.82] upload oss ok! +07 五月 2020 | 21:43:19,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.22] pack to oss... +07 五月 2020 | 21:43:19,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.82] upload oss ok! +07 五月 2020 | 21:43:19,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.22] pack to oss... +07 五月 2020 | 21:43:20,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.22] upload oss ok! +07 五月 2020 | 21:43:20,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.39] pack to oss... +07 五月 2020 | 21:43:20,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.39] upload oss ok! +07 五月 2020 | 21:43:26,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.22] upload oss ok! +07 五月 2020 | 21:43:26,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.39] pack to oss... +07 五月 2020 | 21:43:26,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.39] upload oss ok! +07 五月 2020 | 21:43:26,964 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:160961ms +07 五月 2020 | 23:15:57,661 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +07 五月 2020 | 23:15:57,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +07 五月 2020 | 23:15:57,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +07 五月 2020 | 23:15:57,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +07 五月 2020 | 23:15:58,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 五月 2020 | 23:15:58,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 五月 2020 | 23:15:58,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 五月 2020 | 23:15:58,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\ViewUtil.lua +07 五月 2020 | 23:15:58,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\ViewUtil.lua +07 五月 2020 | 23:15:58,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\ViewUtil.lua +07 五月 2020 | 23:15:58,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 201. +07 五月 2020 | 23:15:58,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 201. +07 五月 2020 | 23:15:58,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 201. +07 五月 2020 | 23:16:03,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 23:16:03,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.83] pack to oss... +07 五月 2020 | 23:16:04,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.83] upload oss ok! +07 五月 2020 | 23:17:56,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 23:17:56,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.83] pack to oss... +07 五月 2020 | 23:17:56,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +07 五月 2020 | 23:17:56,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.83] pack to oss... +07 五月 2020 | 23:17:57,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.83] upload oss ok! +07 五月 2020 | 23:17:57,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.83] upload oss ok! +07 五月 2020 | 23:17:57,702 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120041ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-08 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-08 new file mode 100644 index 0000000..ac60e88 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-08 @@ -0,0 +1,394 @@ +08 五月 2020 | 00:43:53,156 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 五月 2020 | 00:43:53,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 五月 2020 | 00:43:53,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 五月 2020 | 00:43:53,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 五月 2020 | 00:43:53,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 五月 2020 | 00:43:53,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 五月 2020 | 00:43:53,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 五月 2020 | 00:43:53,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +08 五月 2020 | 00:43:53,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +08 五月 2020 | 00:43:53,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +08 五月 2020 | 00:43:53,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +08 五月 2020 | 00:43:53,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +08 五月 2020 | 00:43:53,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +08 五月 2020 | 00:43:53,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +08 五月 2020 | 00:43:53,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +08 五月 2020 | 00:43:53,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +08 五月 2020 | 00:43:53,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +08 五月 2020 | 00:43:53,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +08 五月 2020 | 00:43:53,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +08 五月 2020 | 00:43:53,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 00:43:53,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +08 五月 2020 | 00:43:53,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 00:43:53,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +08 五月 2020 | 00:43:53,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 00:43:53,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +08 五月 2020 | 00:43:53,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +08 五月 2020 | 00:43:53,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 00:43:53,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 00:43:53,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +08 五月 2020 | 00:43:53,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupRoomColorView.lua +08 五月 2020 | 00:43:53,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +08 五月 2020 | 00:43:53,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +08 五月 2020 | 00:43:53,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupRoomColorView.lua +08 五月 2020 | 00:43:53,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +08 五月 2020 | 00:43:53,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 00:43:53,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +08 五月 2020 | 00:43:53,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\games\Win_CreateRoom.xml +08 五月 2020 | 00:43:53,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +08 五月 2020 | 00:43:53,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +08 五月 2020 | 00:43:53,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupRoomColorView.lua +08 五月 2020 | 00:43:53,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\games\Win_CreateRoom.xml +08 五月 2020 | 00:43:53,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\package.xml +08 五月 2020 | 00:43:53,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\package.xml +08 五月 2020 | 00:43:54,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +08 五月 2020 | 00:43:54,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +08 五月 2020 | 00:43:54,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +08 五月 2020 | 00:43:54,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +08 五月 2020 | 00:43:54,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\games\Win_CreateRoom.xml +08 五月 2020 | 00:43:54,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +08 五月 2020 | 00:43:54,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +08 五月 2020 | 00:43:54,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +08 五月 2020 | 00:43:54,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table +08 五月 2020 | 00:43:54,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\package.xml +08 五月 2020 | 00:43:54,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +08 五月 2020 | 00:43:54,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_1.png +08 五月 2020 | 00:43:54,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +08 五月 2020 | 00:43:54,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +08 五月 2020 | 00:43:54,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_2.png +08 五月 2020 | 00:43:54,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table +08 五月 2020 | 00:43:54,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_3.png +08 五月 2020 | 00:43:54,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_1.png +08 五月 2020 | 00:43:54,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +08 五月 2020 | 00:43:54,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_4.png +08 五月 2020 | 00:43:54,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +08 五月 2020 | 00:43:54,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_2.png +08 五月 2020 | 00:43:54,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_5.png +08 五月 2020 | 00:43:54,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_3.png +08 五月 2020 | 00:43:54,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +08 五月 2020 | 00:43:54,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table +08 五月 2020 | 00:43:54,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_6.png +08 五月 2020 | 00:43:54,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_7.png +08 五月 2020 | 00:43:54,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_4.png +08 五月 2020 | 00:43:54,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_1.png +08 五月 2020 | 00:43:54,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_8.png +08 五月 2020 | 00:43:54,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_2.png +08 五月 2020 | 00:43:54,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_5.png +08 五月 2020 | 00:43:54,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_1.png +08 五月 2020 | 00:43:54,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_3.png +08 五月 2020 | 00:43:54,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_2.png +08 五月 2020 | 00:43:54,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_6.png +08 五月 2020 | 00:43:54,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_4.png +08 五月 2020 | 00:43:54,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_3.png +08 五月 2020 | 00:43:54,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_7.png +08 五月 2020 | 00:43:54,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_4.png +08 五月 2020 | 00:43:54,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_5.png +08 五月 2020 | 00:43:54,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_5.png +08 五月 2020 | 00:43:54,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_8.png +08 五月 2020 | 00:43:54,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_6.png +08 五月 2020 | 00:43:54,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_6.png +08 五月 2020 | 00:43:54,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_1.png +08 五月 2020 | 00:43:54,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_7.png +08 五月 2020 | 00:43:54,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_7.png +08 五月 2020 | 00:43:54,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_8.png +08 五月 2020 | 00:43:54,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_2.png +08 五月 2020 | 00:43:54,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\circle_8.png +08 五月 2020 | 00:43:54,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_1.png +08 五月 2020 | 00:43:54,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_3.png +08 五月 2020 | 00:43:54,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_1.png +08 五月 2020 | 00:43:54,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_2.png +08 五月 2020 | 00:43:54,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_2.png +08 五月 2020 | 00:43:54,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_4.png +08 五月 2020 | 00:43:54,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_3.png +08 五月 2020 | 00:43:54,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_3.png +08 五月 2020 | 00:43:54,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_4.png +08 五月 2020 | 00:43:54,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_4.png +08 五月 2020 | 00:43:54,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_5.png +08 五月 2020 | 00:43:54,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_5.png +08 五月 2020 | 00:43:54,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_5.png +08 五月 2020 | 00:43:54,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_6.png +08 五月 2020 | 00:43:54,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_6.png +08 五月 2020 | 00:43:54,063 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_6.png +08 五月 2020 | 00:43:54,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_7.png +08 五月 2020 | 00:43:54,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_7.png +08 五月 2020 | 00:43:54,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_8.png +08 五月 2020 | 00:43:54,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_7.png +08 五月 2020 | 00:43:54,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_8.png +08 五月 2020 | 00:43:54,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_1.png +08 五月 2020 | 00:43:54,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\sqr_8.png +08 五月 2020 | 00:43:54,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_2.png +08 五月 2020 | 00:43:54,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_1.png +08 五月 2020 | 00:43:54,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_3.png +08 五月 2020 | 00:43:54,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_2.png +08 五月 2020 | 00:43:54,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_3.png +08 五月 2020 | 00:43:54,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_4.png +08 五月 2020 | 00:43:54,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_5.png +08 五月 2020 | 00:43:54,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_4.png +08 五月 2020 | 00:43:54,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_6.png +08 五月 2020 | 00:43:54,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_5.png +08 五月 2020 | 00:43:54,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_7.png +08 五月 2020 | 00:43:54,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_6.png +08 五月 2020 | 00:43:54,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_8.png +08 五月 2020 | 00:43:54,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games +08 五月 2020 | 00:43:54,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_7.png +08 五月 2020 | 00:43:54,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color +08 五月 2020 | 00:43:54,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\Win_ColorSelect.xml +08 五月 2020 | 00:43:54,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\table\tri_8.png +08 五月 2020 | 00:43:54,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_confirm.xml +08 五月 2020 | 00:43:54,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_item.xml +08 五月 2020 | 00:43:54,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\btn_table_color.xml +08 五月 2020 | 00:43:54,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\dk.png +08 五月 2020 | 00:43:54,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_normal.png +08 五月 2020 | 00:43:54,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_selected.png +08 五月 2020 | 00:43:54,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\queding.png +08 五月 2020 | 00:43:54,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_big_blue.png +08 五月 2020 | 00:43:54,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_blue.png +08 五月 2020 | 00:43:54,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_btn.png +08 五月 2020 | 00:43:54,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games +08 五月 2020 | 00:43:54,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color +08 五月 2020 | 00:43:54,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_green.png +08 五月 2020 | 00:43:54,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\Win_ColorSelect.xml +08 五月 2020 | 00:43:54,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_little_blue.png +08 五月 2020 | 00:43:54,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_confirm.xml +08 五月 2020 | 00:43:54,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_orange.png +08 五月 2020 | 00:43:54,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games +08 五月 2020 | 00:43:54,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color +08 五月 2020 | 00:43:54,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_item.xml +08 五月 2020 | 00:43:54,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_red.png +08 五月 2020 | 00:43:54,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\btn_table_color.xml +08 五月 2020 | 00:43:54,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\Win_ColorSelect.xml +08 五月 2020 | 00:43:54,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_title.png +08 五月 2020 | 00:43:54,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\dk.png +08 五月 2020 | 00:43:54,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_confirm.xml +08 五月 2020 | 00:43:54,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_volit.png +08 五月 2020 | 00:43:54,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\btn_color_item.xml +08 五月 2020 | 00:43:54,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_yellow.png +08 五月 2020 | 00:43:54,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_normal.png +08 五月 2020 | 00:43:54,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_selected.png +08 五月 2020 | 00:43:54,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\btn_table_color.xml +08 五月 2020 | 00:43:54,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\dk.png +08 五月 2020 | 00:43:54,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\queding.png +08 五月 2020 | 00:43:54,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_normal.png +08 五月 2020 | 00:43:54,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_big_blue.png +08 五月 2020 | 00:43:54,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\match_choose_selected.png +08 五月 2020 | 00:43:54,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_blue.png +08 五月 2020 | 00:43:54,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\queding.png +08 五月 2020 | 00:43:54,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_btn.png +08 五月 2020 | 00:43:54,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_green.png +08 五月 2020 | 00:43:54,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_big_blue.png +08 五月 2020 | 00:43:54,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_blue.png +08 五月 2020 | 00:43:54,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_little_blue.png +08 五月 2020 | 00:43:54,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 00:43:54,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_orange.png +08 五月 2020 | 00:43:54,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 00:43:54,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_btn.png +08 五月 2020 | 00:43:54,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_red.png +08 五月 2020 | 00:43:54,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_title.png +08 五月 2020 | 00:43:54,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_green.png +08 五月 2020 | 00:43:54,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_volit.png +08 五月 2020 | 00:43:54,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_little_blue.png +08 五月 2020 | 00:43:54,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_yellow.png +08 五月 2020 | 00:43:54,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_orange.png +08 五月 2020 | 00:43:54,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_red.png +08 五月 2020 | 00:43:54,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_title.png +08 五月 2020 | 00:43:54,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_volit.png +08 五月 2020 | 00:43:54,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\games\table_color\table_color_yellow.png +08 五月 2020 | 00:43:54,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 00:43:54,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 00:43:54,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 00:43:54,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 00:43:54,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 209. +08 五月 2020 | 00:43:54,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 209. +08 五月 2020 | 00:43:54,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 209. +08 五月 2020 | 00:44:30,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 00:44:31,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.84] pack to oss... +08 五月 2020 | 00:44:31,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.84] upload oss ok! +08 五月 2020 | 00:44:31,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.12] pack to oss... +08 五月 2020 | 00:44:32,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.12] upload oss ok! +08 五月 2020 | 00:44:32,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.40] pack to oss... +08 五月 2020 | 00:44:32,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.40] upload oss ok! +08 五月 2020 | 00:46:20,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 00:46:21,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.84] pack to oss... +08 五月 2020 | 00:46:21,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.84] upload oss ok! +08 五月 2020 | 00:46:21,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.12] pack to oss... +08 五月 2020 | 00:46:22,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 00:46:22,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.84] pack to oss... +08 五月 2020 | 00:46:23,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.84] upload oss ok! +08 五月 2020 | 00:46:23,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.12] pack to oss... +08 五月 2020 | 00:46:23,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.12] upload oss ok! +08 五月 2020 | 00:46:23,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.40] pack to oss... +08 五月 2020 | 00:46:24,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.40] upload oss ok! +08 五月 2020 | 00:46:24,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.12] upload oss ok! +08 五月 2020 | 00:46:24,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.40] pack to oss... +08 五月 2020 | 00:46:25,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.40] upload oss ok! +08 五月 2020 | 00:46:25,774 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:152619ms +08 五月 2020 | 08:05:40,642 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 五月 2020 | 08:05:40,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 五月 2020 | 08:05:40,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 五月 2020 | 08:05:40,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 五月 2020 | 08:05:41,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 五月 2020 | 08:05:41,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 五月 2020 | 08:05:41,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 五月 2020 | 08:05:41,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 08:05:41,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 08:05:41,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 08:05:41,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 08:05:41,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 08:05:41,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 08:05:41,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Protocol.lua +08 五月 2020 | 08:05:41,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Protocol.lua +08 五月 2020 | 08:05:41,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Btn_lst_fag.xml +08 五月 2020 | 08:05:41,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Protocol.lua +08 五月 2020 | 08:05:41,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 08:05:41,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info.xml +08 五月 2020 | 08:05:41,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Btn_lst_fag.xml +08 五月 2020 | 08:05:41,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 08:05:41,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Btn_lst_fag.xml +08 五月 2020 | 08:05:41,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +08 五月 2020 | 08:05:41,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info.xml +08 五月 2020 | 08:05:41,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 08:05:41,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +08 五月 2020 | 08:05:41,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info.xml +08 五月 2020 | 08:05:41,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 08:05:41,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 08:05:41,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +08 五月 2020 | 08:05:41,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +08 五月 2020 | 08:05:41,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +08 五月 2020 | 08:05:41,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 08:05:41,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 08:05:41,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 08:05:41,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +08 五月 2020 | 08:05:41,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 08:05:41,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 08:05:41,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +08 五月 2020 | 08:05:41,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 08:05:41,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 216. +08 五月 2020 | 08:05:41,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 216. +08 五月 2020 | 08:05:41,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 216. +08 五月 2020 | 08:06:05,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 08:06:06,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.85] pack to oss... +08 五月 2020 | 08:06:06,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.85] upload oss ok! +08 五月 2020 | 08:06:06,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.41] pack to oss... +08 五月 2020 | 08:06:07,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.41] upload oss ok! +08 五月 2020 | 08:07:56,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 08:07:56,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.85] pack to oss... +08 五月 2020 | 08:07:56,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.85] upload oss ok! +08 五月 2020 | 08:07:56,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.41] pack to oss... +08 五月 2020 | 08:07:57,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.41] upload oss ok! +08 五月 2020 | 08:07:57,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 08:07:57,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.85] pack to oss... +08 五月 2020 | 08:07:58,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.85] upload oss ok! +08 五月 2020 | 08:07:58,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.41] pack to oss... +08 五月 2020 | 08:07:58,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.41] upload oss ok! +08 五月 2020 | 08:07:59,180 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:138538ms +08 五月 2020 | 22:50:54,763 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 五月 2020 | 22:50:55,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 五月 2020 | 22:50:55,063 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 五月 2020 | 22:50:55,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 五月 2020 | 22:50:55,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 五月 2020 | 22:50:55,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 五月 2020 | 22:50:55,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 五月 2020 | 22:50:55,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 22:50:55,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 22:50:55,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 22:50:55,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +08 五月 2020 | 22:50:55,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 22:50:55,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 22:50:55,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupGameSetting.xml +08 五月 2020 | 22:50:55,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 22:50:55,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +08 五月 2020 | 22:50:55,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 22:50:55,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 22:50:55,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 22:50:55,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 220. +08 五月 2020 | 22:50:55,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 220. +08 五月 2020 | 22:50:55,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 220. +08 五月 2020 | 22:51:20,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 22:51:20,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.86] pack to oss... +08 五月 2020 | 22:51:21,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.86] upload oss ok! +08 五月 2020 | 22:51:21,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.42] pack to oss... +08 五月 2020 | 22:51:21,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.42] upload oss ok! +08 五月 2020 | 22:53:11,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 22:53:11,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.86] pack to oss... +08 五月 2020 | 22:53:12,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.86] upload oss ok! +08 五月 2020 | 22:53:12,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.42] pack to oss... +08 五月 2020 | 22:53:12,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 22:53:12,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.86] pack to oss... +08 五月 2020 | 22:53:12,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.42] upload oss ok! +08 五月 2020 | 22:53:13,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.86] upload oss ok! +08 五月 2020 | 22:53:13,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.42] pack to oss... +08 五月 2020 | 22:53:13,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.42] upload oss ok! +08 五月 2020 | 22:53:13,950 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:139188ms +08 五月 2020 | 23:34:44,160 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 五月 2020 | 23:34:44,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 五月 2020 | 23:34:44,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 五月 2020 | 23:34:44,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 五月 2020 | 23:34:44,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 五月 2020 | 23:34:44,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 五月 2020 | 23:34:44,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 五月 2020 | 23:34:44,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 23:34:44,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 23:34:44,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +08 五月 2020 | 23:34:44,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +08 五月 2020 | 23:34:44,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:34:44,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +08 五月 2020 | 23:34:44,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +08 五月 2020 | 23:34:44,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:34:44,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:34:44,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 23:34:44,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 23:34:44,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +08 五月 2020 | 23:34:44,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +08 五月 2020 | 23:34:44,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +08 五月 2020 | 23:34:44,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +08 五月 2020 | 23:34:44,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +08 五月 2020 | 23:34:44,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PartnerStatMember.xml +08 五月 2020 | 23:34:44,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +08 五月 2020 | 23:34:44,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +08 五月 2020 | 23:34:44,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +08 五月 2020 | 23:34:44,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +08 五月 2020 | 23:34:44,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 228. +08 五月 2020 | 23:34:44,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 228. +08 五月 2020 | 23:34:45,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 228. +08 五月 2020 | 23:35:09,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:35:10,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.87] pack to oss... +08 五月 2020 | 23:35:10,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.87] upload oss ok! +08 五月 2020 | 23:35:10,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.43] pack to oss... +08 五月 2020 | 23:35:21,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.43] upload oss ok! +08 五月 2020 | 23:37:01,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:37:01,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.87] pack to oss... +08 五月 2020 | 23:37:01,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.87] upload oss ok! +08 五月 2020 | 23:37:01,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.43] pack to oss... +08 五月 2020 | 23:37:02,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.43] upload oss ok! +08 五月 2020 | 23:37:03,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:37:03,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.87] pack to oss... +08 五月 2020 | 23:37:04,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.87] upload oss ok! +08 五月 2020 | 23:37:04,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.43] pack to oss... +08 五月 2020 | 23:37:05,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.43] upload oss ok! +08 五月 2020 | 23:37:05,603 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:141443ms +08 五月 2020 | 23:49:41,636 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 五月 2020 | 23:49:41,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 五月 2020 | 23:49:41,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 五月 2020 | 23:49:41,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 五月 2020 | 23:49:41,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 五月 2020 | 23:49:41,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 五月 2020 | 23:49:41,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 五月 2020 | 23:49:42,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:49:42,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +08 五月 2020 | 23:49:42,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:49:42,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerStatView.lua +08 五月 2020 | 23:49:42,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +08 五月 2020 | 23:49:42,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +08 五月 2020 | 23:49:42,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 229. +08 五月 2020 | 23:49:42,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 229. +08 五月 2020 | 23:49:42,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 229. +08 五月 2020 | 23:49:48,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:49:49,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.88] pack to oss... +08 五月 2020 | 23:49:49,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.88] upload oss ok! +08 五月 2020 | 23:51:39,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:51:39,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.88] pack to oss... +08 五月 2020 | 23:51:40,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.88] upload oss ok! +08 五月 2020 | 23:51:41,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 五月 2020 | 23:51:41,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.88] pack to oss... +08 五月 2020 | 23:51:41,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.88] upload oss ok! +08 五月 2020 | 23:51:41,787 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120151ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-09 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-09 new file mode 100644 index 0000000..1fc365d --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-09 @@ -0,0 +1,86 @@ +09 五月 2020 | 23:34:48,099 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 五月 2020 | 23:34:48,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 五月 2020 | 23:34:48,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 五月 2020 | 23:34:48,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 五月 2020 | 23:34:48,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 五月 2020 | 23:34:48,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 五月 2020 | 23:34:48,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 五月 2020 | 23:34:48,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +09 五月 2020 | 23:34:48,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +09 五月 2020 | 23:34:48,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +09 五月 2020 | 23:34:48,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +09 五月 2020 | 23:34:48,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +09 五月 2020 | 23:34:48,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +09 五月 2020 | 23:34:48,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +09 五月 2020 | 23:34:48,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_SetTag.xml +09 五月 2020 | 23:34:48,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +09 五月 2020 | 23:34:48,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +09 五月 2020 | 23:34:48,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_SetTag.xml +09 五月 2020 | 23:34:48,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +09 五月 2020 | 23:34:48,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +09 五月 2020 | 23:34:48,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +09 五月 2020 | 23:34:48,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +09 五月 2020 | 23:34:48,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +09 五月 2020 | 23:34:48,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\btn_tag.xml +09 五月 2020 | 23:34:48,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +09 五月 2020 | 23:34:48,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\item_member.xml +09 五月 2020 | 23:34:48,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +09 五月 2020 | 23:34:48,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +09 五月 2020 | 23:34:48,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +09 五月 2020 | 23:34:48,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +09 五月 2020 | 23:34:48,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +09 五月 2020 | 23:34:48,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\btn_tag.xml +09 五月 2020 | 23:34:48,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +09 五月 2020 | 23:34:48,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +09 五月 2020 | 23:34:48,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +09 五月 2020 | 23:34:48,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\item_member.xml +09 五月 2020 | 23:34:48,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_SetTag.xml +09 五月 2020 | 23:34:48,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +09 五月 2020 | 23:34:48,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_detail_info(1).xml +09 五月 2020 | 23:34:48,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Protocol.lua +09 五月 2020 | 23:34:48,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_fag\Item_fag_info.xml +09 五月 2020 | 23:34:48,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +09 五月 2020 | 23:34:48,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +09 五月 2020 | 23:34:48,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +09 五月 2020 | 23:34:48,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +09 五月 2020 | 23:34:48,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +09 五月 2020 | 23:34:48,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupMemberList.xml +09 五月 2020 | 23:34:48,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerStat.xml +09 五月 2020 | 23:34:48,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +09 五月 2020 | 23:34:48,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +09 五月 2020 | 23:34:48,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +09 五月 2020 | 23:34:48,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\btn_tag.xml +09 五月 2020 | 23:34:48,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +09 五月 2020 | 23:34:48,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Protocol.lua +09 五月 2020 | 23:34:48,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +09 五月 2020 | 23:34:48,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\item_member.xml +09 五月 2020 | 23:34:48,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +09 五月 2020 | 23:34:48,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +09 五月 2020 | 23:34:48,928 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat.xml +09 五月 2020 | 23:34:48,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +09 五月 2020 | 23:34:48,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +09 五月 2020 | 23:34:48,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +09 五月 2020 | 23:34:48,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Protocol.lua +09 五月 2020 | 23:34:48,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +09 五月 2020 | 23:34:48,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +09 五月 2020 | 23:34:48,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +09 五月 2020 | 23:34:48,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngMemberListView.lua +09 五月 2020 | 23:34:49,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 235. +09 五月 2020 | 23:34:49,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 235. +09 五月 2020 | 23:34:49,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 235. +09 五月 2020 | 23:35:13,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 五月 2020 | 23:35:14,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.89] pack to oss... +09 五月 2020 | 23:35:14,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.89] upload oss ok! +09 五月 2020 | 23:35:14,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.44] pack to oss... +09 五月 2020 | 23:35:15,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.44] upload oss ok! +09 五月 2020 | 23:37:03,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 五月 2020 | 23:37:03,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.89] pack to oss... +09 五月 2020 | 23:37:05,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.89] upload oss ok! +09 五月 2020 | 23:37:05,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.44] pack to oss... +09 五月 2020 | 23:37:05,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 五月 2020 | 23:37:05,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.89] pack to oss... +09 五月 2020 | 23:37:05,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.44] upload oss ok! +09 五月 2020 | 23:37:06,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.89] upload oss ok! +09 五月 2020 | 23:37:06,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.44] pack to oss... +09 五月 2020 | 23:37:06,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.44] upload oss ok! +09 五月 2020 | 23:37:06,918 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:138820ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-11 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-11 new file mode 100644 index 0000000..2bb7eb0 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-11 @@ -0,0 +1,81 @@ +11 五月 2020 | 00:05:06,095 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +11 五月 2020 | 00:05:06,229 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +11 五月 2020 | 00:05:30,355 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +11 五月 2020 | 00:05:30,400 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +11 五月 2020 | 00:05:30,400 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +11 五月 2020 | 00:05:30,400 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +11 五月 2020 | 00:05:30,500 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +11 五月 2020 | 00:05:30,507 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +11 五月 2020 | 00:05:30,521 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +11 五月 2020 | 00:05:30,744 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +11 五月 2020 | 00:05:30,745 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +11 五月 2020 | 00:05:30,748 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerPokerInfoView.lua +11 五月 2020 | 00:05:30,749 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +11 五月 2020 | 00:05:30,749 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerPokerInfoView.lua +11 五月 2020 | 00:05:30,755 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerPokerInfoView.lua +11 五月 2020 | 00:05:30,888 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 238. +11 五月 2020 | 00:05:30,888 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 238. +11 五月 2020 | 00:05:30,892 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 238. +11 五月 2020 | 00:06:01,526 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 00:06:02,005 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +11 五月 2020 | 00:06:03,609 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +11 五月 2020 | 00:06:08,029 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 00:06:08,032 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +11 五月 2020 | 00:06:09,010 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +11 五月 2020 | 00:06:13,969 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 00:06:13,971 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.18] pack to oss... +11 五月 2020 | 00:06:14,923 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.18] upload oss ok! +11 五月 2020 | 00:06:15,041 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:44687ms +11 五月 2020 | 23:30:40,635 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +11 五月 2020 | 23:30:41,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +11 五月 2020 | 23:30:41,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +11 五月 2020 | 23:30:41,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +11 五月 2020 | 23:30:41,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +11 五月 2020 | 23:30:41,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +11 五月 2020 | 23:30:41,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +11 五月 2020 | 23:30:41,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +11 五月 2020 | 23:30:41,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +11 五月 2020 | 23:30:41,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +11 五月 2020 | 23:30:41,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +11 五月 2020 | 23:30:41,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +11 五月 2020 | 23:30:41,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +11 五月 2020 | 23:30:41,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +11 五月 2020 | 23:30:41,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +11 五月 2020 | 23:30:41,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +11 五月 2020 | 23:30:41,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +11 五月 2020 | 23:30:41,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +11 五月 2020 | 23:30:41,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +11 五月 2020 | 23:30:41,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +11 五月 2020 | 23:30:41,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\button00.png +11 五月 2020 | 23:30:41,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\member\btn_mng_set_tag.xml +11 五月 2020 | 23:30:41,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_set_tag.png +11 五月 2020 | 23:30:41,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_set_tag.png +11 五月 2020 | 23:30:41,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_set_tag.png +11 五月 2020 | 23:30:41,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +11 五月 2020 | 23:30:41,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +11 五月 2020 | 23:30:41,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +11 五月 2020 | 23:30:41,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +11 五月 2020 | 23:30:41,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +11 五月 2020 | 23:30:41,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +11 五月 2020 | 23:30:41,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +11 五月 2020 | 23:30:41,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +11 五月 2020 | 23:30:41,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +11 五月 2020 | 23:30:41,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 242. +11 五月 2020 | 23:30:41,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 242. +11 五月 2020 | 23:30:41,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 242. +11 五月 2020 | 23:31:07,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 23:31:08,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.90] pack to oss... +11 五月 2020 | 23:31:08,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.90] upload oss ok! +11 五月 2020 | 23:31:08,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.45] pack to oss... +11 五月 2020 | 23:31:09,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.45] upload oss ok! +11 五月 2020 | 23:32:58,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 23:32:58,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.90] pack to oss... +11 五月 2020 | 23:32:58,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.90] upload oss ok! +11 五月 2020 | 23:32:58,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.45] pack to oss... +11 五月 2020 | 23:32:59,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.45] upload oss ok! +11 五月 2020 | 23:33:00,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +11 五月 2020 | 23:33:00,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.90] pack to oss... +11 五月 2020 | 23:33:00,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.90] upload oss ok! +11 五月 2020 | 23:33:00,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.45] pack to oss... +11 五月 2020 | 23:33:00,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.45] upload oss ok! +11 五月 2020 | 23:33:01,310 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:140676ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-12 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-12 new file mode 100644 index 0000000..12de65d --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-12 @@ -0,0 +1,63 @@ +12 五月 2020 | 00:12:59,525 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +12 五月 2020 | 00:12:59,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +12 五月 2020 | 00:12:59,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +12 五月 2020 | 00:12:59,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +12 五月 2020 | 00:12:59,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +12 五月 2020 | 00:12:59,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +12 五月 2020 | 00:12:59,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +12 五月 2020 | 00:13:00,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupNumberInputView.lua +12 五月 2020 | 00:13:00,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupNumberInputView.lua +12 五月 2020 | 00:13:00,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupNumberInputView.lua +12 五月 2020 | 00:13:00,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 243. +12 五月 2020 | 00:13:00,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 243. +12 五月 2020 | 00:13:00,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 243. +12 五月 2020 | 00:13:07,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 00:13:07,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.91] pack to oss... +12 五月 2020 | 00:13:09,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.91] upload oss ok! +12 五月 2020 | 00:14:56,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 00:14:56,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 00:14:57,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.91] pack to oss... +12 五月 2020 | 00:14:57,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.91] pack to oss... +12 五月 2020 | 00:14:57,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.91] upload oss ok! +12 五月 2020 | 00:14:57,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.91] upload oss ok! +12 五月 2020 | 00:14:58,205 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:118680ms +12 五月 2020 | 21:18:33,266 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +12 五月 2020 | 21:18:33,317 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +12 五月 2020 | 21:18:33,318 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +12 五月 2020 | 21:18:33,317 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +12 五月 2020 | 21:18:33,418 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +12 五月 2020 | 21:18:33,425 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +12 五月 2020 | 21:18:33,434 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +12 五月 2020 | 21:18:33,776 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:18:33,781 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:18:33,794 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:18:50,107 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:18:50,596 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +12 五月 2020 | 21:18:51,207 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +12 五月 2020 | 21:18:56,174 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:18:56,186 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +12 五月 2020 | 21:18:56,240 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:18:56,253 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] pack to oss... +12 五月 2020 | 21:18:57,188 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +12 五月 2020 | 21:18:58,572 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.16] upload oss ok! +12 五月 2020 | 21:18:58,694 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:25428ms +12 五月 2020 | 21:20:48,172 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +12 五月 2020 | 21:20:48,212 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +12 五月 2020 | 21:20:48,213 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +12 五月 2020 | 21:20:48,212 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +12 五月 2020 | 21:20:48,267 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +12 五月 2020 | 21:20:48,278 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +12 五月 2020 | 21:20:48,283 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +12 五月 2020 | 21:20:48,541 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:20:48,553 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:20:48,559 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 245. +12 五月 2020 | 21:21:05,400 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:21:05,886 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] pack to oss... +12 五月 2020 | 21:21:06,540 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] upload oss ok! +12 五月 2020 | 21:21:09,058 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:21:09,061 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] pack to oss... +12 五月 2020 | 21:21:09,165 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +12 五月 2020 | 21:21:09,168 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] pack to oss... +12 五月 2020 | 21:21:09,745 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] upload oss ok! +12 五月 2020 | 21:21:09,960 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.17] upload oss ok! +12 五月 2020 | 21:21:10,020 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:21848ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-13 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-13 new file mode 100644 index 0000000..ca40325 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-13 @@ -0,0 +1,218 @@ +13 五月 2020 | 00:54:16,958 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 00:54:17,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 00:54:17,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 00:54:17,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 00:54:17,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 00:54:17,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 00:54:17,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 00:54:17,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 00:54:17,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 00:54:17,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 00:54:17,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 00:54:17,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 00:54:17,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 00:54:17,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 00:54:17,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 00:54:17,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 00:54:17,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +13 五月 2020 | 00:54:17,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +13 五月 2020 | 00:54:17,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +13 五月 2020 | 00:54:17,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +13 五月 2020 | 00:54:17,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +13 五月 2020 | 00:54:17,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_partner_stat_member.xml +13 五月 2020 | 00:54:17,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\partner\hhr.png +13 五月 2020 | 00:54:17,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\partner\hhr.png +13 五月 2020 | 00:54:17,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\partner\hhr.png +13 五月 2020 | 00:54:17,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +13 五月 2020 | 00:54:17,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +13 五月 2020 | 00:54:17,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +13 五月 2020 | 00:54:17,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +13 五月 2020 | 00:54:17,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +13 五月 2020 | 00:54:17,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +13 五月 2020 | 00:54:17,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 00:54:17,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 00:54:17,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 00:54:17,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 249. +13 五月 2020 | 00:54:17,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 249. +13 五月 2020 | 00:54:17,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 249. +13 五月 2020 | 00:54:44,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 00:54:44,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.92] pack to oss... +13 五月 2020 | 00:54:51,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.92] upload oss ok! +13 五月 2020 | 00:54:51,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.46] pack to oss... +13 五月 2020 | 00:54:52,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.46] upload oss ok! +13 五月 2020 | 00:56:36,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 00:56:36,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.92] pack to oss... +13 五月 2020 | 00:56:36,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.92] upload oss ok! +13 五月 2020 | 00:56:36,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.46] pack to oss... +13 五月 2020 | 00:56:40,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.46] upload oss ok! +13 五月 2020 | 00:56:40,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 00:56:40,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.92] pack to oss... +13 五月 2020 | 00:56:41,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.92] upload oss ok! +13 五月 2020 | 00:56:41,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.46] pack to oss... +13 五月 2020 | 00:56:41,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.46] upload oss ok! +13 五月 2020 | 00:56:42,945 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:145988ms +13 五月 2020 | 01:31:49,387 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 01:31:49,429 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 01:31:49,429 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 01:31:49,430 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 01:31:49,490 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 01:31:49,496 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 01:31:49,519 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 01:31:49,756 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 249. +13 五月 2020 | 01:31:49,757 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 249. +13 五月 2020 | 01:31:49,768 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 249. +13 五月 2020 | 01:32:19,179 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 01:32:19,662 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.19] pack to oss... +13 五月 2020 | 01:32:20,670 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.19] upload oss ok! +13 五月 2020 | 01:32:27,183 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 01:32:27,186 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.19] pack to oss... +13 五月 2020 | 01:32:28,161 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.19] upload oss ok! +13 五月 2020 | 01:32:31,623 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 01:32:31,625 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.19] pack to oss... +13 五月 2020 | 01:32:32,570 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.19] upload oss ok! +13 五月 2020 | 01:32:32,648 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:43261ms +13 五月 2020 | 21:10:34,413 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +13 五月 2020 | 21:10:34,539 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +13 五月 2020 | 21:10:59,881 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 21:11:00,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 21:11:00,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 21:11:00,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 21:11:00,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 21:11:00,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 21:11:00,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 21:11:03,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 21:11:03,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 21:11:03,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 21:11:03,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 21:11:03,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 21:11:03,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 21:11:03,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +13 五月 2020 | 21:11:03,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Protocol.lua +13 五月 2020 | 21:11:03,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +13 五月 2020 | 21:11:03,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 252. +13 五月 2020 | 21:11:03,710 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 252. +13 五月 2020 | 21:11:03,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 252. +13 五月 2020 | 21:11:13,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:11:13,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.93] pack to oss... +13 五月 2020 | 21:11:14,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.93] upload oss ok! +13 五月 2020 | 21:13:05,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:13:05,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:13:05,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.93] pack to oss... +13 五月 2020 | 21:13:05,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.93] pack to oss... +13 五月 2020 | 21:13:06,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.93] upload oss ok! +13 五月 2020 | 21:13:06,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.93] upload oss ok! +13 五月 2020 | 21:13:06,788 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:126907ms +13 五月 2020 | 21:36:27,460 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 21:36:27,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 21:36:27,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 21:36:27,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 21:36:27,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 21:36:27,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 21:36:27,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 21:36:28,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +13 五月 2020 | 21:36:28,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +13 五月 2020 | 21:36:28,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +13 五月 2020 | 21:36:28,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +13 五月 2020 | 21:36:28,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +13 五月 2020 | 21:36:28,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\Main_3.xml +13 五月 2020 | 21:36:28,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +13 五月 2020 | 21:36:28,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +13 五月 2020 | 21:36:28,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\Main_4.xml +13 五月 2020 | 21:36:28,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 256. +13 五月 2020 | 21:36:28,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 256. +13 五月 2020 | 21:36:28,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 256. +13 五月 2020 | 21:36:55,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:36:55,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.16] pack to oss... +13 五月 2020 | 21:36:55,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:36:55,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.16] pack to oss... +13 五月 2020 | 21:36:57,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.16] upload oss ok! +13 五月 2020 | 21:36:57,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.16] upload oss ok! +13 五月 2020 | 21:36:57,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 21:36:57,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.16] pack to oss... +13 五月 2020 | 21:36:59,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.16] upload oss ok! +13 五月 2020 | 21:36:59,585 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:32125ms +13 五月 2020 | 22:15:16,788 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 22:15:17,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 22:15:17,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 22:15:17,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 22:15:17,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 22:15:17,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 22:15:17,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 22:15:17,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 22:15:17,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 22:15:17,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +13 五月 2020 | 22:15:17,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 22:15:17,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 22:15:17,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 22:15:17,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +13 五月 2020 | 22:15:17,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +13 五月 2020 | 22:15:17,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 22:15:17,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 22:15:17,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 22:15:17,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 22:15:17,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 259. +13 五月 2020 | 22:15:17,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 259. +13 五月 2020 | 22:15:17,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 259. +13 五月 2020 | 22:15:48,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 22:15:49,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.94] pack to oss... +13 五月 2020 | 22:15:49,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.94] upload oss ok! +13 五月 2020 | 22:15:49,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.47] pack to oss... +13 五月 2020 | 22:15:50,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.47] upload oss ok! +13 五月 2020 | 22:17:36,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 22:17:36,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.94] pack to oss... +13 五月 2020 | 22:17:37,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.94] upload oss ok! +13 五月 2020 | 22:17:37,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.47] pack to oss... +13 五月 2020 | 22:17:37,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.47] upload oss ok! +13 五月 2020 | 22:17:38,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 22:17:38,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.94] pack to oss... +13 五月 2020 | 22:17:39,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.94] upload oss ok! +13 五月 2020 | 22:17:39,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.47] pack to oss... +13 五月 2020 | 22:17:39,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.47] upload oss ok! +13 五月 2020 | 22:17:39,983 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:143195ms +13 五月 2020 | 23:20:00,787 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +13 五月 2020 | 23:20:01,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +13 五月 2020 | 23:20:01,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +13 五月 2020 | 23:20:01,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +13 五月 2020 | 23:20:01,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +13 五月 2020 | 23:20:01,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +13 五月 2020 | 23:20:01,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +13 五月 2020 | 23:20:01,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 23:20:01,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 23:20:01,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +13 五月 2020 | 23:20:01,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +13 五月 2020 | 23:20:01,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +13 五月 2020 | 23:20:01,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +13 五月 2020 | 23:20:01,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +13 五月 2020 | 23:20:01,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +13 五月 2020 | 23:20:01,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +13 五月 2020 | 23:20:01,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 23:20:01,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 23:20:01,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +13 五月 2020 | 23:20:01,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +13 五月 2020 | 23:20:01,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +13 五月 2020 | 23:20:01,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +13 五月 2020 | 23:20:01,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 23:20:01,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 23:20:01,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +13 五月 2020 | 23:20:01,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +13 五月 2020 | 23:20:01,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +13 五月 2020 | 23:20:01,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +13 五月 2020 | 23:20:01,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 265. +13 五月 2020 | 23:20:01,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 265. +13 五月 2020 | 23:20:01,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 265. +13 五月 2020 | 23:20:28,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 23:20:29,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.95] pack to oss... +13 五月 2020 | 23:20:32,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.95] upload oss ok! +13 五月 2020 | 23:20:32,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.48] pack to oss... +13 五月 2020 | 23:20:33,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.48] upload oss ok! +13 五月 2020 | 23:22:20,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 23:22:20,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.95] pack to oss... +13 五月 2020 | 23:22:20,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.95] upload oss ok! +13 五月 2020 | 23:22:20,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.48] pack to oss... +13 五月 2020 | 23:22:21,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.48] upload oss ok! +13 五月 2020 | 23:22:22,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +13 五月 2020 | 23:22:22,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.95] pack to oss... +13 五月 2020 | 23:22:23,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.95] upload oss ok! +13 五月 2020 | 23:22:23,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.48] pack to oss... +13 五月 2020 | 23:22:23,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.48] upload oss ok! +13 五月 2020 | 23:22:24,024 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:143237ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-14 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-14 new file mode 100644 index 0000000..24a41ef --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-14 @@ -0,0 +1,131 @@ +14 五月 2020 | 00:00:11,875 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +14 五月 2020 | 00:00:11,927 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +14 五月 2020 | 00:00:11,927 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +14 五月 2020 | 00:00:11,927 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +14 五月 2020 | 00:00:12,003 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 五月 2020 | 00:00:12,012 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 五月 2020 | 00:00:12,018 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 五月 2020 | 00:00:12,251 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_atlas0.png +14 五月 2020 | 00:00:12,255 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_atlas0.png +14 五月 2020 | 00:00:12,258 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_fui.bytes +14 五月 2020 | 00:00:12,260 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_atlas0.png +14 五月 2020 | 00:00:12,263 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_fui.bytes +14 五月 2020 | 00:00:12,267 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Extend_Poker_HSRunBeard_fui.bytes +14 五月 2020 | 00:00:12,268 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Extend_Poker_HSRunBeard\component\clearing\image\hu_24.png +14 五月 2020 | 00:00:12,271 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Extend_Poker_HSRunBeard\component\clearing\image\hu_24.png +14 五月 2020 | 00:00:12,276 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Extend_Poker_HSRunBeard\component\clearing\image\hu_24.png +14 五月 2020 | 00:00:12,276 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Extend_Poker_HSRunBeard\package.xml +14 五月 2020 | 00:00:12,279 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Extend_Poker_HSRunBeard\package.xml +14 五月 2020 | 00:00:12,285 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Extend_Poker_HSRunBeard\package.xml +14 五月 2020 | 00:00:12,415 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 268. +14 五月 2020 | 00:00:12,421 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 268. +14 五月 2020 | 00:00:12,423 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 268. +14 五月 2020 | 00:00:32,946 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:00:32,948 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] pack to oss... +14 五月 2020 | 00:00:33,577 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] upload oss ok! +14 五月 2020 | 00:00:34,937 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:00:34,940 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] pack to oss... +14 五月 2020 | 00:00:35,363 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:00:35,365 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] pack to oss... +14 五月 2020 | 00:00:35,488 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] upload oss ok! +14 五月 2020 | 00:00:35,984 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.18] upload oss ok! +14 五月 2020 | 00:00:36,134 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:24259ms +14 五月 2020 | 00:35:42,409 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +14 五月 2020 | 00:35:42,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +14 五月 2020 | 00:35:42,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +14 五月 2020 | 00:35:42,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +14 五月 2020 | 00:35:42,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 五月 2020 | 00:35:42,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 五月 2020 | 00:35:42,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 五月 2020 | 00:35:43,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +14 五月 2020 | 00:35:43,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +14 五月 2020 | 00:35:43,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupGameSettingView.lua +14 五月 2020 | 00:35:43,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 269. +14 五月 2020 | 00:35:43,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 269. +14 五月 2020 | 00:35:43,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 269. +14 五月 2020 | 00:35:50,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:35:50,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.96] pack to oss... +14 五月 2020 | 00:35:50,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.96] upload oss ok! +14 五月 2020 | 00:37:39,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:37:40,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.96] pack to oss... +14 五月 2020 | 00:37:40,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.96] upload oss ok! +14 五月 2020 | 00:37:41,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 00:37:41,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.96] pack to oss... +14 五月 2020 | 00:37:42,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.96] upload oss ok! +14 五月 2020 | 00:37:42,298 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:119889ms +14 五月 2020 | 01:13:26,451 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +14 五月 2020 | 01:13:26,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +14 五月 2020 | 01:13:26,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +14 五月 2020 | 01:13:26,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +14 五月 2020 | 01:13:26,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 五月 2020 | 01:13:26,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 五月 2020 | 01:13:26,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 五月 2020 | 01:13:26,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +14 五月 2020 | 01:13:26,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatPlay.lua +14 五月 2020 | 01:13:26,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +14 五月 2020 | 01:13:26,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatPlay.lua +14 五月 2020 | 01:13:26,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerRewardsView.lua +14 五月 2020 | 01:13:26,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatPlay.lua +14 五月 2020 | 01:13:27,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 270. +14 五月 2020 | 01:13:27,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 270. +14 五月 2020 | 01:13:27,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 270. +14 五月 2020 | 01:13:33,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 01:13:34,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.97] pack to oss... +14 五月 2020 | 01:13:34,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.97] upload oss ok! +14 五月 2020 | 01:15:23,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 01:15:24,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.97] pack to oss... +14 五月 2020 | 01:15:24,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.97] upload oss ok! +14 五月 2020 | 01:15:26,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 01:15:26,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.97] pack to oss... +14 五月 2020 | 01:15:27,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.97] upload oss ok! +14 五月 2020 | 01:15:27,548 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:121097ms +14 五月 2020 | 23:48:32,732 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +14 五月 2020 | 23:48:32,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +14 五月 2020 | 23:48:32,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +14 五月 2020 | 23:48:32,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +14 五月 2020 | 23:48:33,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +14 五月 2020 | 23:48:33,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +14 五月 2020 | 23:48:33,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +14 五月 2020 | 23:48:33,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +14 五月 2020 | 23:48:33,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +14 五月 2020 | 23:48:33,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +14 五月 2020 | 23:48:33,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +14 五月 2020 | 23:48:33,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +14 五月 2020 | 23:48:33,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +14 五月 2020 | 23:48:33,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +14 五月 2020 | 23:48:33,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +14 五月 2020 | 23:48:33,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +14 五月 2020 | 23:48:33,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +14 五月 2020 | 23:48:33,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupSetTagView.lua +14 五月 2020 | 23:48:33,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +14 五月 2020 | 23:48:33,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +14 五月 2020 | 23:48:33,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPartnerListView.lua +14 五月 2020 | 23:48:33,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +14 五月 2020 | 23:48:33,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +14 五月 2020 | 23:48:33,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +14 五月 2020 | 23:48:33,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +14 五月 2020 | 23:48:33,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +14 五月 2020 | 23:48:33,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\partner\item_mng_partner.xml +14 五月 2020 | 23:48:33,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +14 五月 2020 | 23:48:33,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\View_GroupPartnerList.xml +14 五月 2020 | 23:48:33,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\partner\item_mng_partner.xml +14 五月 2020 | 23:48:33,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\partner\item_mng_partner.xml +14 五月 2020 | 23:48:33,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 277. +14 五月 2020 | 23:48:33,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 277. +14 五月 2020 | 23:48:33,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 277. +14 五月 2020 | 23:49:00,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 23:49:01,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.98] pack to oss... +14 五月 2020 | 23:49:01,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.98] upload oss ok! +14 五月 2020 | 23:49:01,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.49] pack to oss... +14 五月 2020 | 23:49:02,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.49] upload oss ok! +14 五月 2020 | 23:50:54,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 23:50:54,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.98] pack to oss... +14 五月 2020 | 23:50:54,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +14 五月 2020 | 23:50:54,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.98] pack to oss... +14 五月 2020 | 23:50:55,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.98] upload oss ok! +14 五月 2020 | 23:50:55,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.49] pack to oss... +14 五月 2020 | 23:50:55,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.98] upload oss ok! +14 五月 2020 | 23:50:55,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.49] pack to oss... +14 五月 2020 | 23:50:56,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.49] upload oss ok! +14 五月 2020 | 23:50:56,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.49] upload oss ok! +14 五月 2020 | 23:50:56,467 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:143735ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-15 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-15 new file mode 100644 index 0000000..426dcd7 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-15 @@ -0,0 +1,104 @@ +15 五月 2020 | 22:32:05,117 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +15 五月 2020 | 22:32:05,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +15 五月 2020 | 22:32:05,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +15 五月 2020 | 22:32:05,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +15 五月 2020 | 22:32:05,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +15 五月 2020 | 22:32:05,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +15 五月 2020 | 22:32:05,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +15 五月 2020 | 22:32:05,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\Win_BanSameTable.xml +15 五月 2020 | 22:32:05,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupBanSameTableView.lua +15 五月 2020 | 22:32:05,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +15 五月 2020 | 22:32:05,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\Win_BanSameTable.xml +15 五月 2020 | 22:32:05,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\Win_BanSameTable.xml +15 五月 2020 | 22:32:05,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupBanSameTableView.lua +15 五月 2020 | 22:32:05,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupBanSameTableView.lua +15 五月 2020 | 22:32:05,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +15 五月 2020 | 22:32:05,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +15 五月 2020 | 22:32:05,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 281. +15 五月 2020 | 22:32:05,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 281. +15 五月 2020 | 22:32:05,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 281. +15 五月 2020 | 22:32:32,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:32:32,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.99] pack to oss... +15 五月 2020 | 22:32:33,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.99] upload oss ok! +15 五月 2020 | 22:32:33,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.50] pack to oss... +15 五月 2020 | 22:32:33,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.50] upload oss ok! +15 五月 2020 | 22:34:26,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:34:26,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.99] pack to oss... +15 五月 2020 | 22:34:26,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:34:26,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.99] pack to oss... +15 五月 2020 | 22:34:27,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.99] upload oss ok! +15 五月 2020 | 22:34:27,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.50] pack to oss... +15 五月 2020 | 22:34:27,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.99] upload oss ok! +15 五月 2020 | 22:34:27,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.50] pack to oss... +15 五月 2020 | 22:34:27,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.50] upload oss ok! +15 五月 2020 | 22:34:29,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.50] upload oss ok! +15 五月 2020 | 22:34:30,265 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:145148ms +15 五月 2020 | 22:55:51,062 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +15 五月 2020 | 22:55:51,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +15 五月 2020 | 22:55:51,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +15 五月 2020 | 22:55:51,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +15 五月 2020 | 22:55:51,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +15 五月 2020 | 22:55:51,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +15 五月 2020 | 22:55:51,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +15 五月 2020 | 22:55:51,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\GameController.lua +15 五月 2020 | 22:55:51,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\GameController.lua +15 五月 2020 | 22:55:51,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\GameController.lua +15 五月 2020 | 22:55:51,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 283. +15 五月 2020 | 22:55:51,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 283. +15 五月 2020 | 22:55:51,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 283. +15 五月 2020 | 22:55:58,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:55:59,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.100] pack to oss... +15 五月 2020 | 22:55:59,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.100] upload oss ok! +15 五月 2020 | 22:57:50,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:57:50,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 22:57:51,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.100] pack to oss... +15 五月 2020 | 22:57:51,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.100] pack to oss... +15 五月 2020 | 22:57:51,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.100] upload oss ok! +15 五月 2020 | 22:57:51,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.100] upload oss ok! +15 五月 2020 | 22:57:51,855 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120793ms +15 五月 2020 | 23:35:46,644 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +15 五月 2020 | 23:35:46,693 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +15 五月 2020 | 23:35:46,693 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +15 五月 2020 | 23:35:46,693 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +15 五月 2020 | 23:35:46,796 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +15 五月 2020 | 23:35:46,807 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +15 五月 2020 | 23:35:46,818 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +15 五月 2020 | 23:35:47,051 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +15 五月 2020 | 23:35:47,073 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +15 五月 2020 | 23:35:47,074 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +15 五月 2020 | 23:35:47,207 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 284. +15 五月 2020 | 23:35:47,233 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 284. +15 五月 2020 | 23:35:47,235 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 284. +15 五月 2020 | 23:36:18,058 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:36:18,526 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.20] pack to oss... +15 五月 2020 | 23:36:19,496 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.20] upload oss ok! +15 五月 2020 | 23:36:23,931 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:36:23,934 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.20] pack to oss... +15 五月 2020 | 23:36:24,901 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.20] upload oss ok! +15 五月 2020 | 23:36:25,872 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:36:25,875 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.20] pack to oss... +15 五月 2020 | 23:36:26,817 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.20] upload oss ok! +15 五月 2020 | 23:36:26,932 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:40288ms +15 五月 2020 | 23:48:30,829 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +15 五月 2020 | 23:48:31,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +15 五月 2020 | 23:48:31,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +15 五月 2020 | 23:48:31,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +15 五月 2020 | 23:48:31,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +15 五月 2020 | 23:48:31,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +15 五月 2020 | 23:48:31,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +15 五月 2020 | 23:48:31,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupMngSettingView.lua +15 五月 2020 | 23:48:31,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupMngSettingView.lua +15 五月 2020 | 23:48:31,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupMngSettingView.lua +15 五月 2020 | 23:48:31,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 285. +15 五月 2020 | 23:48:31,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 285. +15 五月 2020 | 23:48:31,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 285. +15 五月 2020 | 23:48:38,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:48:38,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.101] pack to oss... +15 五月 2020 | 23:48:39,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.101] upload oss ok! +15 五月 2020 | 23:50:26,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:50:27,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.101] pack to oss... +15 五月 2020 | 23:50:27,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.101] upload oss ok! +15 五月 2020 | 23:50:32,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +15 五月 2020 | 23:50:32,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.101] pack to oss... +15 五月 2020 | 23:50:33,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.101] upload oss ok! +15 五月 2020 | 23:50:33,451 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:122622ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-16 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-16 new file mode 100644 index 0000000..d8c8d1a --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-16 @@ -0,0 +1,23 @@ +16 五月 2020 | 00:12:47,387 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +16 五月 2020 | 00:12:47,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +16 五月 2020 | 00:12:47,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +16 五月 2020 | 00:12:47,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +16 五月 2020 | 00:12:47,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +16 五月 2020 | 00:12:47,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +16 五月 2020 | 00:12:47,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +16 五月 2020 | 00:12:48,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\GroupMgrController.lua +16 五月 2020 | 00:12:48,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\GroupMgrController.lua +16 五月 2020 | 00:12:48,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\GroupMgrController.lua +16 五月 2020 | 00:12:48,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 286. +16 五月 2020 | 00:12:48,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 286. +16 五月 2020 | 00:12:48,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 286. +16 五月 2020 | 00:12:55,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +16 五月 2020 | 00:12:55,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.102] pack to oss... +16 五月 2020 | 00:12:55,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.102] upload oss ok! +16 五月 2020 | 00:14:45,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +16 五月 2020 | 00:14:45,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.102] pack to oss... +16 五月 2020 | 00:14:46,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.102] upload oss ok! +16 五月 2020 | 00:14:47,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +16 五月 2020 | 00:14:47,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.102] pack to oss... +16 五月 2020 | 00:14:47,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.102] upload oss ok! +16 五月 2020 | 00:14:47,762 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120375ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-17 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-17 new file mode 100644 index 0000000..c18be2c --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-17 @@ -0,0 +1,315 @@ +17 五月 2020 | 00:11:56,167 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 00:11:56,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 00:11:56,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 00:11:56,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 00:11:56,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 00:11:56,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 00:11:56,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 00:11:56,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 五月 2020 | 00:11:56,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 五月 2020 | 00:11:56,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 五月 2020 | 00:11:56,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +17 五月 2020 | 00:11:56,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +17 五月 2020 | 00:11:56,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +17 五月 2020 | 00:11:56,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 五月 2020 | 00:11:56,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 五月 2020 | 00:11:56,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 五月 2020 | 00:11:56,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 五月 2020 | 00:11:56,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 五月 2020 | 00:11:56,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:11:56,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 五月 2020 | 00:11:56,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:11:56,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:11:56,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf +17 五月 2020 | 00:11:56,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf.meta +17 五月 2020 | 00:11:56,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf +17 五月 2020 | 00:11:56,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf +17 五月 2020 | 00:11:56,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf.meta +17 五月 2020 | 00:11:56,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\static\fonts\font2.ttf.meta +17 五月 2020 | 00:11:56,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk2.xml +17 五月 2020 | 00:11:56,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk2.xml +17 五月 2020 | 00:11:56,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk2.xml +17 五月 2020 | 00:11:56,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk3.xml +17 五月 2020 | 00:11:56,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk3.xml +17 五月 2020 | 00:11:56,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk4.xml +17 五月 2020 | 00:11:56,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk3.xml +17 五月 2020 | 00:11:56,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk4.xml +17 五月 2020 | 00:11:56,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_desk4.xml +17 五月 2020 | 00:11:56,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 五月 2020 | 00:11:56,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 五月 2020 | 00:11:56,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:11:56,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 五月 2020 | 00:11:56,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:11:56,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:11:56,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:11:56,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:11:56,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:11:56,930 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:11:56,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:11:56,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:11:56,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\images\room\text_btn.png +17 五月 2020 | 00:11:56,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\images\room\text_btn.png +17 五月 2020 | 00:11:56,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\images\room\touxiang.png +17 五月 2020 | 00:11:56,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\images\room\text_btn.png +17 五月 2020 | 00:11:56,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\images\room\touxiang.png +17 五月 2020 | 00:11:56,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\images\room\touxiang.png +17 五月 2020 | 00:11:56,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\images\room\yuan2.png +17 五月 2020 | 00:11:56,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\images\room\yuan2.png +17 五月 2020 | 00:11:56,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\images\room\yuan4.png +17 五月 2020 | 00:11:56,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\images\room\yuan2.png +17 五月 2020 | 00:11:56,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\images\room\yuan4.png +17 五月 2020 | 00:11:56,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\images\room\yuan4.png +17 五月 2020 | 00:11:57,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 291. +17 五月 2020 | 00:11:57,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 291. +17 五月 2020 | 00:11:57,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 291. +17 五月 2020 | 00:12:25,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:12:25,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.103] pack to oss... +17 五月 2020 | 00:12:26,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.103] upload oss ok! +17 五月 2020 | 00:12:26,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.51] pack to oss... +17 五月 2020 | 00:12:26,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.51] upload oss ok! +17 五月 2020 | 00:12:26,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | static[1.0.3] pack to oss... +17 五月 2020 | 00:12:27,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | static[1.0.3] upload oss ok! +17 五月 2020 | 00:14:15,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:14:15,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.103] pack to oss... +17 五月 2020 | 00:14:16,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.103] upload oss ok! +17 五月 2020 | 00:14:16,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.51] pack to oss... +17 五月 2020 | 00:14:16,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.51] upload oss ok! +17 五月 2020 | 00:14:16,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | static[1.0.3] pack to oss... +17 五月 2020 | 00:14:17,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | static[1.0.3] upload oss ok! +17 五月 2020 | 00:14:17,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:14:17,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.103] pack to oss... +17 五月 2020 | 00:14:18,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.103] upload oss ok! +17 五月 2020 | 00:14:18,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.51] pack to oss... +17 五月 2020 | 00:14:18,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.51] upload oss ok! +17 五月 2020 | 00:14:18,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | static[1.0.3] pack to oss... +17 五月 2020 | 00:14:19,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | static[1.0.3] upload oss ok! +17 五月 2020 | 00:14:19,570 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:143403ms +17 五月 2020 | 00:18:58,239 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 00:18:58,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 00:18:58,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 00:18:58,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 00:18:58,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 00:18:58,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 00:18:58,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 00:18:58,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:18:58,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:18:58,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:18:58,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:18:58,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:18:58,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:18:58,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:18:58,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:18:58,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:18:58,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:18:58,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:18:58,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:18:58,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 293. +17 五月 2020 | 00:18:58,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 293. +17 五月 2020 | 00:18:58,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 293. +17 五月 2020 | 00:19:23,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:19:23,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.52] pack to oss... +17 五月 2020 | 00:19:23,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:19:23,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.52] pack to oss... +17 五月 2020 | 00:19:23,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:19:23,745 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.52] pack to oss... +17 五月 2020 | 00:19:24,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.52] upload oss ok! +17 五月 2020 | 00:19:24,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.52] upload oss ok! +17 五月 2020 | 00:19:26,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.52] upload oss ok! +17 五月 2020 | 00:19:26,511 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:28273ms +17 五月 2020 | 00:24:04,947 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 00:24:05,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 00:24:05,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 00:24:05,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 00:24:05,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 00:24:05,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 00:24:05,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 00:24:05,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:24:05,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:24:05,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:24:05,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:24:05,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:24:05,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:24:05,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:24:05,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:24:05,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +17 五月 2020 | 00:24:05,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +17 五月 2020 | 00:24:05,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +17 五月 2020 | 00:24:05,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 00:24:05,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 295. +17 五月 2020 | 00:24:05,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 295. +17 五月 2020 | 00:24:05,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 295. +17 五月 2020 | 00:24:30,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:24:30,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.53] pack to oss... +17 五月 2020 | 00:24:30,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:24:30,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.53] pack to oss... +17 五月 2020 | 00:24:31,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 00:24:31,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.53] pack to oss... +17 五月 2020 | 00:24:31,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.53] upload oss ok! +17 五月 2020 | 00:24:31,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.53] upload oss ok! +17 五月 2020 | 00:24:32,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.53] upload oss ok! +17 五月 2020 | 00:24:32,943 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:27997ms +17 五月 2020 | 21:14:14,314 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 21:14:14,358 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 21:14:14,358 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 21:14:14,358 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 21:14:14,499 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 21:14:14,502 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 21:14:14,508 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 21:14:14,755 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\runbeard\ui\Info_Poker_RunBeard_fui.bytes +17 五月 2020 | 21:14:14,755 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\runbeard\ui\Info_Poker_RunBeard_fui.bytes +17 五月 2020 | 21:14:14,756 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\runbeard\ui\Info_Poker_RunBeard_fui.bytes +17 五月 2020 | 21:14:14,766 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXGameInfo.lua +17 五月 2020 | 21:14:14,767 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXGameInfo.lua +17 五月 2020 | 21:14:14,768 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXGameInfo.lua +17 五月 2020 | 21:14:14,771 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +17 五月 2020 | 21:14:14,774 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +17 五月 2020 | 21:14:14,779 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +17 五月 2020 | 21:14:14,781 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_exinfo_ui\assets\Info_Poker_RunBeard\Cgm_create_room.xml +17 五月 2020 | 21:14:14,785 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_exinfo_ui\assets\Info_Poker_RunBeard\Cgm_create_room.xml +17 五月 2020 | 21:14:14,788 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_exinfo_ui\assets\Info_Poker_RunBeard\Cgm_create_room.xml +17 五月 2020 | 21:14:14,789 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_exinfo_ui\assets\Info_Poker_RunBeard\package.xml +17 五月 2020 | 21:14:14,790 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_exinfo_ui\assets\Info_Poker_RunBeard\package.xml +17 五月 2020 | 21:14:14,794 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_exinfo_ui\assets\Info_Poker_RunBeard\package.xml +17 五月 2020 | 21:14:14,929 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 299. +17 五月 2020 | 21:14:14,930 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 299. +17 五月 2020 | 21:14:14,935 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 299. +17 五月 2020 | 21:14:33,785 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 21:14:34,269 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +17 五月 2020 | 21:14:34,893 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +17 五月 2020 | 21:14:35,790 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 21:14:36,271 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +17 五月 2020 | 21:14:36,826 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +17 五月 2020 | 21:14:41,737 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 21:14:41,750 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.8] pack to oss... +17 五月 2020 | 21:14:42,365 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.8] upload oss ok! +17 五月 2020 | 21:14:42,518 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:28204ms +17 五月 2020 | 23:48:55,713 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 23:48:56,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 23:48:56,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 23:48:56,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 23:48:56,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 23:48:56,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 23:48:56,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 23:48:56,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +17 五月 2020 | 23:48:56,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\changsha\EXPlayBackView.lua +17 五月 2020 | 23:48:56,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +17 五月 2020 | 23:48:56,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +17 五月 2020 | 23:48:56,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\changsha\RecordEvent.lua +17 五月 2020 | 23:48:56,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\changsha\EXPlayBackView.lua +17 五月 2020 | 23:48:56,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\changsha\EXPlayBackView.lua +17 五月 2020 | 23:48:56,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\changsha\RecordEvent.lua +17 五月 2020 | 23:48:56,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\changsha\RecordEvent.lua +17 五月 2020 | 23:48:56,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\hongzhong\EXPlayBackView.lua +17 五月 2020 | 23:48:56,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\hongzhong\RecordEvent.lua +17 五月 2020 | 23:48:56,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\hongzhong\EXPlayBackView.lua +17 五月 2020 | 23:48:56,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\hongzhong\EXPlayBackView.lua +17 五月 2020 | 23:48:56,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\hongzhong\RecordEvent.lua +17 五月 2020 | 23:48:56,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXPlayBackView.lua +17 五月 2020 | 23:48:56,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\hongzhong\RecordEvent.lua +17 五月 2020 | 23:48:56,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\zhuanzhuan\RecordEvent.lua +17 五月 2020 | 23:48:56,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXPlayBackView.lua +17 五月 2020 | 23:48:56,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\zhuanzhuan\RecordEvent.lua +17 五月 2020 | 23:48:56,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXPlayBackView.lua +17 五月 2020 | 23:48:56,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\zhuanzhuan\RecordEvent.lua +17 五月 2020 | 23:48:56,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 五月 2020 | 23:48:56,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 五月 2020 | 23:48:56,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 五月 2020 | 23:48:56,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_2.xml +17 五月 2020 | 23:48:56,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_3.xml +17 五月 2020 | 23:48:56,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_2.xml +17 五月 2020 | 23:48:56,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_2.xml +17 五月 2020 | 23:48:56,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_4.xml +17 五月 2020 | 23:48:56,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_3.xml +17 五月 2020 | 23:48:56,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_3.xml +17 五月 2020 | 23:48:56,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_4.xml +17 五月 2020 | 23:48:56,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_4.xml +17 五月 2020 | 23:48:56,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 303. +17 五月 2020 | 23:48:56,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 303. +17 五月 2020 | 23:48:56,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 303. +17 五月 2020 | 23:49:25,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:49:25,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.18] pack to oss... +17 五月 2020 | 23:49:25,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:49:25,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.18] pack to oss... +17 五月 2020 | 23:49:25,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:49:25,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.18] pack to oss... +17 五月 2020 | 23:49:28,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.18] upload oss ok! +17 五月 2020 | 23:49:28,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.18] upload oss ok! +17 五月 2020 | 23:49:30,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.18] upload oss ok! +17 五月 2020 | 23:49:31,248 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:35535ms +17 五月 2020 | 23:50:12,968 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 23:50:13,058 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 23:50:13,058 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 23:50:13,058 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 23:50:13,120 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 23:50:13,132 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 23:50:13,137 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 23:50:13,378 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 303. +17 五月 2020 | 23:50:13,399 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 303. +17 五月 2020 | 23:50:13,400 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 303. +17 五月 2020 | 23:50:49,979 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:50:50,467 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.18] pack to oss... +17 五月 2020 | 23:50:50,801 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.18] upload oss ok! +17 五月 2020 | 23:50:50,801 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.15] pack to oss... +17 五月 2020 | 23:50:51,140 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.15] upload oss ok! +17 五月 2020 | 23:50:51,141 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.12] pack to oss... +17 五月 2020 | 23:50:51,449 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.12] upload oss ok! +17 五月 2020 | 23:51:08,047 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:51:08,050 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.18] pack to oss... +17 五月 2020 | 23:51:08,318 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.18] upload oss ok! +17 五月 2020 | 23:51:08,318 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.15] pack to oss... +17 五月 2020 | 23:51:08,662 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.15] upload oss ok! +17 五月 2020 | 23:51:08,663 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.12] pack to oss... +17 五月 2020 | 23:51:08,945 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.12] upload oss ok! +17 五月 2020 | 23:51:10,223 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:51:10,226 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.18] pack to oss... +17 五月 2020 | 23:51:10,497 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.18] upload oss ok! +17 五月 2020 | 23:51:10,497 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.15] pack to oss... +17 五月 2020 | 23:51:10,815 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.15] upload oss ok! +17 五月 2020 | 23:51:10,815 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.12] pack to oss... +17 五月 2020 | 23:51:11,075 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.12] upload oss ok! +17 五月 2020 | 23:51:11,305 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:58337ms +17 五月 2020 | 23:51:11,305 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 23:51:11,373 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 23:51:11,373 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 23:51:11,373 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 23:51:11,427 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 23:51:11,443 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 23:51:11,449 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 23:51:11,655 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +17 五月 2020 | 23:51:11,670 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +17 五月 2020 | 23:51:11,676 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +17 五月 2020 | 23:51:11,793 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 304. +17 五月 2020 | 23:51:11,807 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 304. +17 五月 2020 | 23:51:11,812 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 304. +17 五月 2020 | 23:51:38,669 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:51:39,143 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.9] pack to oss... +17 五月 2020 | 23:51:39,711 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.9] upload oss ok! +17 五月 2020 | 23:51:39,711 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] pack to oss... +17 五月 2020 | 23:51:40,293 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] upload oss ok! +17 五月 2020 | 23:51:46,640 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:51:46,642 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.9] pack to oss... +17 五月 2020 | 23:51:47,220 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.9] upload oss ok! +17 五月 2020 | 23:51:47,220 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] pack to oss... +17 五月 2020 | 23:51:47,773 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] upload oss ok! +17 五月 2020 | 23:51:48,894 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +17 五月 2020 | 23:51:48,896 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.9] pack to oss... +17 五月 2020 | 23:51:55,793 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.9] upload oss ok! +17 五月 2020 | 23:51:55,793 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] pack to oss... +17 五月 2020 | 23:51:56,444 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.19] upload oss ok! +17 五月 2020 | 23:51:56,587 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:74421ms +17 五月 2020 | 23:59:41,791 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 五月 2020 | 23:59:42,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 五月 2020 | 23:59:42,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 五月 2020 | 23:59:42,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 五月 2020 | 23:59:42,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 五月 2020 | 23:59:42,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 五月 2020 | 23:59:42,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 五月 2020 | 23:59:42,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 23:59:42,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +17 五月 2020 | 23:59:42,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 23:59:42,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 五月 2020 | 23:59:42,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +17 五月 2020 | 23:59:42,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +17 五月 2020 | 23:59:42,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 306. +17 五月 2020 | 23:59:42,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 306. +17 五月 2020 | 23:59:42,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 306. diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-18 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-18 new file mode 100644 index 0000000..d008697 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-18 @@ -0,0 +1,36 @@ +18 五月 2020 | 00:00:05,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 00:00:05,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.54] pack to oss... +18 五月 2020 | 00:00:05,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.54] upload oss ok! +18 五月 2020 | 00:00:07,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 00:00:07,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.54] pack to oss... +18 五月 2020 | 00:00:07,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.54] upload oss ok! +18 五月 2020 | 00:00:10,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 00:00:10,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.54] pack to oss... +18 五月 2020 | 00:00:10,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.54] upload oss ok! +18 五月 2020 | 00:00:11,231 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:29442ms +18 五月 2020 | 23:19:33,323 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +18 五月 2020 | 23:19:33,401 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +18 五月 2020 | 23:19:33,401 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +18 五月 2020 | 23:19:33,401 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +18 五月 2020 | 23:19:33,563 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +18 五月 2020 | 23:19:33,570 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +18 五月 2020 | 23:19:33,577 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +18 五月 2020 | 23:19:33,803 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 五月 2020 | 23:19:33,811 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +18 五月 2020 | 23:19:33,813 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 五月 2020 | 23:19:33,819 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 五月 2020 | 23:19:33,821 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +18 五月 2020 | 23:19:33,826 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXMainView.lua +18 五月 2020 | 23:19:33,950 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 307. +18 五月 2020 | 23:19:33,963 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 307. +18 五月 2020 | 23:19:33,968 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 307. +18 五月 2020 | 23:20:04,744 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 23:20:05,222 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.21] pack to oss... +18 五月 2020 | 23:20:10,887 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 23:20:10,889 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.21] pack to oss... +18 五月 2020 | 23:20:13,114 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +18 五月 2020 | 23:20:13,117 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.21] pack to oss... +18 五月 2020 | 23:20:28,953 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.21] upload oss ok! +18 五月 2020 | 23:20:32,053 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.21] upload oss ok! +18 五月 2020 | 23:20:38,078 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.21] upload oss ok! +18 五月 2020 | 23:20:38,235 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:64913ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-19 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-19 new file mode 100644 index 0000000..c5cceeb --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-19 @@ -0,0 +1,73 @@ +19 五月 2020 | 20:29:53,130 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +19 五月 2020 | 20:29:53,271 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +19 五月 2020 | 20:30:10,931 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +19 五月 2020 | 20:30:11,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +19 五月 2020 | 20:30:11,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +19 五月 2020 | 20:30:11,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +19 五月 2020 | 20:30:11,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +19 五月 2020 | 20:30:11,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +19 五月 2020 | 20:30:11,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +19 五月 2020 | 20:30:13,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +19 五月 2020 | 20:30:13,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +19 五月 2020 | 20:30:13,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +19 五月 2020 | 20:30:13,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +19 五月 2020 | 20:30:14,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 311. +19 五月 2020 | 20:30:14,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +19 五月 2020 | 20:30:14,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +19 五月 2020 | 20:30:14,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +19 五月 2020 | 20:30:14,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room2.xml +19 五月 2020 | 20:30:14,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +19 五月 2020 | 20:30:14,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room3.xml +19 五月 2020 | 20:30:14,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +19 五月 2020 | 20:30:14,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Item_room4.xml +19 五月 2020 | 20:30:14,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 311. +19 五月 2020 | 20:30:14,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 311. +19 五月 2020 | 20:30:15,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 20:30:16,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.55] pack to oss... +19 五月 2020 | 20:30:16,704 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\newgroup\asset_pack1.0.55.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +19 五月 2020 | 20:30:38,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 20:30:38,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.55] pack to oss... +19 五月 2020 | 20:30:40,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 20:30:40,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.55] pack to oss... +19 五月 2020 | 20:30:41,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.55] upload oss ok! +19 五月 2020 | 20:30:50,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.55] upload oss ok! +19 五月 2020 | 20:30:50,521 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:39590ms +19 五月 2020 | 21:08:53,984 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +19 五月 2020 | 21:08:54,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +19 五月 2020 | 21:08:54,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +19 五月 2020 | 21:08:54,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +19 五月 2020 | 21:08:54,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +19 五月 2020 | 21:08:54,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +19 五月 2020 | 21:08:54,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +19 五月 2020 | 21:08:54,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +19 五月 2020 | 21:08:54,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +19 五月 2020 | 21:08:54,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupPartnerStatMember.lua +19 五月 2020 | 21:08:54,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 312. +19 五月 2020 | 21:08:54,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 312. +19 五月 2020 | 21:08:54,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 312. +19 五月 2020 | 21:08:55,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 21:08:56,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.104] pack to oss... +19 五月 2020 | 21:08:56,508 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.104.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +19 五月 2020 | 21:10:54,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 21:10:54,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.104] pack to oss... +19 五月 2020 | 21:10:55,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.104] upload oss ok! +19 五月 2020 | 21:10:56,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +19 五月 2020 | 21:10:56,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.104] pack to oss... +19 五月 2020 | 21:10:56,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.104] upload oss ok! +19 五月 2020 | 21:10:57,294 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:123310ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-20 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-20 new file mode 100644 index 0000000..b54e70f --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-20 @@ -0,0 +1,28 @@ +20 五月 2020 | 21:54:07,455 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +20 五月 2020 | 21:54:07,613 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +20 五月 2020 | 22:01:38,956 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +20 五月 2020 | 22:01:39,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +20 五月 2020 | 22:01:39,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +20 五月 2020 | 22:01:39,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +20 五月 2020 | 22:01:39,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +20 五月 2020 | 22:01:39,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +20 五月 2020 | 22:01:39,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +20 五月 2020 | 22:01:42,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +20 五月 2020 | 22:01:42,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui +20 五月 2020 | 22:01:42,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +20 五月 2020 | 22:01:42,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui +20 五月 2020 | 22:01:42,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +20 五月 2020 | 22:01:42,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui +20 五月 2020 | 22:01:42,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 314. +20 五月 2020 | 22:01:42,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 314. +20 五月 2020 | 22:01:42,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 314. +20 五月 2020 | 22:01:52,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +20 五月 2020 | 22:01:52,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.105] pack to oss... +20 五月 2020 | 22:01:54,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.105] upload oss ok! +20 五月 2020 | 22:03:44,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +20 五月 2020 | 22:03:44,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +20 五月 2020 | 22:03:44,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.105] pack to oss... +20 五月 2020 | 22:03:44,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.105] pack to oss... +20 五月 2020 | 22:03:45,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.105] upload oss ok! +20 五月 2020 | 22:03:50,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.105] upload oss ok! +20 五月 2020 | 22:03:50,618 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:131662ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-21 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-21 new file mode 100644 index 0000000..419b912 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-21 @@ -0,0 +1,67 @@ +21 五月 2020 | 21:22:49,142 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +21 五月 2020 | 21:22:49,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +21 五月 2020 | 21:22:49,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +21 五月 2020 | 21:22:49,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +21 五月 2020 | 21:22:49,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +21 五月 2020 | 21:22:49,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +21 五月 2020 | 21:22:49,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +21 五月 2020 | 21:22:49,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +21 五月 2020 | 21:22:49,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +21 五月 2020 | 21:22:49,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +21 五月 2020 | 21:22:49,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\images\index\bg.png +21 五月 2020 | 21:22:49,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\images\index\bg.png +21 五月 2020 | 21:22:49,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\images\index\bg.png +21 五月 2020 | 21:22:49,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +21 五月 2020 | 21:22:49,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +21 五月 2020 | 21:22:49,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +21 五月 2020 | 21:22:49,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +21 五月 2020 | 21:22:49,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +21 五月 2020 | 21:22:49,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +21 五月 2020 | 21:22:50,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 318. +21 五月 2020 | 21:22:50,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 318. +21 五月 2020 | 21:22:50,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 318. +21 五月 2020 | 21:23:14,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 21:23:15,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.106] pack to oss... +21 五月 2020 | 21:23:16,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.106] upload oss ok! +21 五月 2020 | 21:23:16,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.56] pack to oss... +21 五月 2020 | 21:23:19,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.56] upload oss ok! +21 五月 2020 | 21:25:04,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 21:25:04,727 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.106] pack to oss... +21 五月 2020 | 21:25:05,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.106] upload oss ok! +21 五月 2020 | 21:25:05,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.56] pack to oss... +21 五月 2020 | 21:25:06,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 21:25:06,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.106] pack to oss... +21 五月 2020 | 21:25:08,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.56] upload oss ok! +21 五月 2020 | 21:25:08,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.106] upload oss ok! +21 五月 2020 | 21:25:08,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.56] pack to oss... +21 五月 2020 | 21:25:11,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.56] upload oss ok! +21 五月 2020 | 21:25:11,821 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:142679ms +21 五月 2020 | 22:22:18,830 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +21 五月 2020 | 22:22:18,885 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +21 五月 2020 | 22:22:18,885 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +21 五月 2020 | 22:22:18,885 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +21 五月 2020 | 22:22:18,953 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +21 五月 2020 | 22:22:18,965 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +21 五月 2020 | 22:22:18,973 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +21 五月 2020 | 22:22:19,191 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +21 五月 2020 | 22:22:19,204 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +21 五月 2020 | 22:22:19,205 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +21 五月 2020 | 22:22:19,206 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameInfo.lua +21 五月 2020 | 22:22:19,215 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +21 五月 2020 | 22:22:19,216 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +21 五月 2020 | 22:22:19,217 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\hsrunbeard\ui\Info_Poker_HSRunBeard_fui.bytes +21 五月 2020 | 22:22:19,223 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +21 五月 2020 | 22:22:19,225 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_exinfo_ui\assets\Info_Poker_HSRunBeard\Cgm_create_room.xml +21 五月 2020 | 22:22:19,358 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 321. +21 五月 2020 | 22:22:19,360 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 321. +21 五月 2020 | 22:22:19,361 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 321. +21 五月 2020 | 22:22:38,156 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 22:22:38,644 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] pack to oss... +21 五月 2020 | 22:22:40,701 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] upload oss ok! +21 五月 2020 | 22:22:42,175 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 22:22:42,658 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] pack to oss... +21 五月 2020 | 22:22:44,906 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] upload oss ok! +21 五月 2020 | 22:22:46,486 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +21 五月 2020 | 22:22:46,488 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] pack to oss... +21 五月 2020 | 22:22:48,628 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.20] upload oss ok! +21 五月 2020 | 22:22:48,806 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:29976ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-22 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-22 new file mode 100644 index 0000000..7861624 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-22 @@ -0,0 +1,95 @@ +22 五月 2020 | 20:40:19,927 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +22 五月 2020 | 20:40:20,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +22 五月 2020 | 20:40:20,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +22 五月 2020 | 20:40:20,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +22 五月 2020 | 20:40:20,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 五月 2020 | 20:40:20,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 五月 2020 | 20:40:20,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 五月 2020 | 20:40:20,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 20:40:20,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 20:40:20,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 20:40:20,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 322. +22 五月 2020 | 20:40:20,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 322. +22 五月 2020 | 20:40:20,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 322. +22 五月 2020 | 20:40:28,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:40:28,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.107] pack to oss... +22 五月 2020 | 20:40:30,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.107] upload oss ok! +22 五月 2020 | 20:42:18,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:42:18,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:42:18,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.107] pack to oss... +22 五月 2020 | 20:42:18,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.107] pack to oss... +22 五月 2020 | 20:42:21,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.107] upload oss ok! +22 五月 2020 | 20:42:21,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.107] upload oss ok! +22 五月 2020 | 20:42:21,450 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:121524ms +22 五月 2020 | 20:51:03,965 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +22 五月 2020 | 20:51:04,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +22 五月 2020 | 20:51:04,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +22 五月 2020 | 20:51:04,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +22 五月 2020 | 20:51:04,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 五月 2020 | 20:51:04,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 五月 2020 | 20:51:04,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 五月 2020 | 20:51:04,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +22 五月 2020 | 20:51:04,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +22 五月 2020 | 20:51:04,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Main_GroupInfo.xml +22 五月 2020 | 20:51:04,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +22 五月 2020 | 20:51:04,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +22 五月 2020 | 20:51:04,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +22 五月 2020 | 20:51:04,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 324. +22 五月 2020 | 20:51:04,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 324. +22 五月 2020 | 20:51:04,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 324. +22 五月 2020 | 20:51:30,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:51:30,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.57] pack to oss... +22 五月 2020 | 20:51:30,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:51:30,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.57] pack to oss... +22 五月 2020 | 20:51:30,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 20:51:30,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.57] pack to oss... +22 五月 2020 | 20:51:35,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.57] upload oss ok! +22 五月 2020 | 20:51:35,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.57] upload oss ok! +22 五月 2020 | 20:51:35,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.57] upload oss ok! +22 五月 2020 | 20:51:35,674 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:31709ms +22 五月 2020 | 21:11:51,314 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +22 五月 2020 | 21:11:51,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +22 五月 2020 | 21:11:51,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +22 五月 2020 | 21:11:51,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +22 五月 2020 | 21:11:51,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 五月 2020 | 21:11:51,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 五月 2020 | 21:11:51,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 五月 2020 | 21:11:51,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 21:11:51,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 21:11:52,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 21:11:52,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 325. +22 五月 2020 | 21:11:52,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 325. +22 五月 2020 | 21:11:52,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 325. +22 五月 2020 | 21:11:59,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 21:11:59,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.108] pack to oss... +22 五月 2020 | 21:12:00,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.108] upload oss ok! +22 五月 2020 | 21:13:51,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 21:13:51,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 21:13:51,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.108] pack to oss... +22 五月 2020 | 21:13:51,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.108] pack to oss... +22 五月 2020 | 21:13:53,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.108] upload oss ok! +22 五月 2020 | 21:13:53,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.108] upload oss ok! +22 五月 2020 | 21:13:53,851 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:122537ms +22 五月 2020 | 23:37:44,506 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +22 五月 2020 | 23:37:44,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +22 五月 2020 | 23:37:44,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +22 五月 2020 | 23:37:44,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +22 五月 2020 | 23:37:44,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 五月 2020 | 23:37:44,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 五月 2020 | 23:37:44,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 五月 2020 | 23:37:45,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 23:37:45,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 23:37:45,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +22 五月 2020 | 23:37:45,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 326. +22 五月 2020 | 23:37:45,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 326. +22 五月 2020 | 23:37:45,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 326. +22 五月 2020 | 23:37:52,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 23:37:52,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.109] pack to oss... +22 五月 2020 | 23:37:54,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.109] upload oss ok! +22 五月 2020 | 23:39:44,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 23:39:44,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.109] pack to oss... +22 五月 2020 | 23:39:44,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +22 五月 2020 | 23:39:44,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.109] pack to oss... +22 五月 2020 | 23:39:45,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.109] upload oss ok! +22 五月 2020 | 23:39:50,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.109] upload oss ok! +22 五月 2020 | 23:39:50,722 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:126217ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-23 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-23 new file mode 100644 index 0000000..92c1a8c --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-23 @@ -0,0 +1,69 @@ +23 五月 2020 | 00:07:55,113 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +23 五月 2020 | 00:07:55,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +23 五月 2020 | 00:07:55,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +23 五月 2020 | 00:07:55,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +23 五月 2020 | 00:07:55,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +23 五月 2020 | 00:07:55,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +23 五月 2020 | 00:07:55,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +23 五月 2020 | 00:07:55,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:07:55,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:07:55,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:07:55,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 327. +23 五月 2020 | 00:07:55,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 327. +23 五月 2020 | 00:07:55,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 327. +23 五月 2020 | 00:08:02,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:08:03,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.110] pack to oss... +23 五月 2020 | 00:08:04,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.110] upload oss ok! +23 五月 2020 | 00:09:52,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:09:53,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.110] pack to oss... +23 五月 2020 | 00:09:54,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.110] upload oss ok! +23 五月 2020 | 00:09:57,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:09:57,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.110] pack to oss... +23 五月 2020 | 00:09:57,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.110] upload oss ok! +23 五月 2020 | 00:09:58,037 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:122924ms +23 五月 2020 | 00:16:40,579 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +23 五月 2020 | 00:16:40,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +23 五月 2020 | 00:16:40,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +23 五月 2020 | 00:16:40,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +23 五月 2020 | 00:16:40,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +23 五月 2020 | 00:16:40,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +23 五月 2020 | 00:16:40,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +23 五月 2020 | 00:16:41,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:16:41,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:16:41,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 00:16:41,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 328. +23 五月 2020 | 00:16:41,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 328. +23 五月 2020 | 00:16:41,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 328. +23 五月 2020 | 00:16:48,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:16:48,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.111] pack to oss... +23 五月 2020 | 00:16:51,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.111] upload oss ok! +23 五月 2020 | 00:18:38,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:18:38,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.111] pack to oss... +23 五月 2020 | 00:18:39,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.111] upload oss ok! +23 五月 2020 | 00:18:40,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 00:18:40,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.111] pack to oss... +23 五月 2020 | 00:18:41,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.111] upload oss ok! +23 五月 2020 | 00:18:41,632 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:121053ms +23 五月 2020 | 21:02:37,342 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +23 五月 2020 | 21:02:37,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +23 五月 2020 | 21:02:37,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +23 五月 2020 | 21:02:37,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +23 五月 2020 | 21:02:37,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +23 五月 2020 | 21:02:37,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +23 五月 2020 | 21:02:37,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +23 五月 2020 | 21:02:38,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 21:02:38,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 21:02:38,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +23 五月 2020 | 21:02:38,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 329. +23 五月 2020 | 21:02:38,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 329. +23 五月 2020 | 21:02:38,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 329. +23 五月 2020 | 21:02:43,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 21:02:44,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.112] pack to oss... +23 五月 2020 | 21:02:46,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.112] upload oss ok! +23 五月 2020 | 21:04:35,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 21:04:35,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.112] pack to oss... +23 五月 2020 | 21:04:36,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +23 五月 2020 | 21:04:36,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.112] pack to oss... +23 五月 2020 | 21:04:37,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.112] upload oss ok! +23 五月 2020 | 21:04:39,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.112] upload oss ok! +23 五月 2020 | 21:04:39,523 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:122181ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-26 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-26 new file mode 100644 index 0000000..641844b --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-26 @@ -0,0 +1,29149 @@ +26 五月 2020 | 00:52:06,687 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +26 五月 2020 | 00:52:07,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +26 五月 2020 | 00:52:07,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +26 五月 2020 | 00:52:07,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +26 五月 2020 | 00:52:07,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +26 五月 2020 | 00:52:07,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +26 五月 2020 | 00:52:07,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +26 五月 2020 | 00:52:07,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit +26 五月 2020 | 00:52:07,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\btn_edit_portrait.xml +26 五月 2020 | 00:52:07,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit +26 五月 2020 | 00:52:07,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\btn_nick_set.xml +26 五月 2020 | 00:52:07,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit +26 五月 2020 | 00:52:07,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\close.png +26 五月 2020 | 00:52:07,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\btn_edit_portrait.xml +26 五月 2020 | 00:52:07,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\btn_edit_portrait.xml +26 五月 2020 | 00:52:07,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\btn_nick_set.xml +26 五月 2020 | 00:52:07,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\btn_nick_set.xml +26 五月 2020 | 00:52:07,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\close.png +26 五月 2020 | 00:52:07,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\dk.png +26 五月 2020 | 00:52:07,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\close.png +26 五月 2020 | 00:52:07,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\dk.png +26 五月 2020 | 00:52:07,449 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\dk_sz.png +26 五月 2020 | 00:52:07,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\dk.png +26 五月 2020 | 00:52:07,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\edit.png +26 五月 2020 | 00:52:07,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\dk_sz.png +26 五月 2020 | 00:52:07,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\edit_icon.png +26 五月 2020 | 00:52:07,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\edit.png +26 五月 2020 | 00:52:07,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait +26 五月 2020 | 00:52:07,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\dk_sz.png +26 五月 2020 | 00:52:07,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\edit_icon.png +26 五月 2020 | 00:52:07,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait +26 五月 2020 | 00:52:07,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy0.png +26 五月 2020 | 00:52:07,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\edit.png +26 五月 2020 | 00:52:07,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy0.png +26 五月 2020 | 00:52:07,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy1.png +26 五月 2020 | 00:52:07,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\edit_icon.png +26 五月 2020 | 00:52:07,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait +26 五月 2020 | 00:52:07,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy1.png +26 五月 2020 | 00:52:07,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy2.png +26 五月 2020 | 00:52:07,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy0.png +26 五月 2020 | 00:52:07,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy3.png +26 五月 2020 | 00:52:07,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy2.png +26 五月 2020 | 00:52:07,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy1.png +26 五月 2020 | 00:52:07,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy3.png +26 五月 2020 | 00:52:07,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy2.png +26 五月 2020 | 00:52:07,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy4.png +26 五月 2020 | 00:52:07,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy5.png +26 五月 2020 | 00:52:07,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy6.png +26 五月 2020 | 00:52:07,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy4.png +26 五月 2020 | 00:52:07,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy3.png +26 五月 2020 | 00:52:07,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy5.png +26 五月 2020 | 00:52:07,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy4.png +26 五月 2020 | 00:52:07,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl1.png +26 五月 2020 | 00:52:07,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy6.png +26 五月 2020 | 00:52:07,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl2.png +26 五月 2020 | 00:52:07,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy5.png +26 五月 2020 | 00:52:07,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_boy6.png +26 五月 2020 | 00:52:07,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl3.png +26 五月 2020 | 00:52:07,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl1.png +26 五月 2020 | 00:52:07,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl1.png +26 五月 2020 | 00:52:07,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl4.png +26 五月 2020 | 00:52:07,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl2.png +26 五月 2020 | 00:52:07,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl2.png +26 五月 2020 | 00:52:07,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl5.png +26 五月 2020 | 00:52:07,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl3.png +26 五月 2020 | 00:52:07,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl3.png +26 五月 2020 | 00:52:07,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl6.png +26 五月 2020 | 00:52:07,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl4.png +26 五月 2020 | 00:52:07,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl7.png +26 五月 2020 | 00:52:07,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl4.png +26 五月 2020 | 00:52:07,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl5.png +26 五月 2020 | 00:52:07,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl6.png +26 五月 2020 | 00:52:07,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl5.png +26 五月 2020 | 00:52:07,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl7.png +26 五月 2020 | 00:52:07,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl6.png +26 五月 2020 | 00:52:07,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\portrait\icon_girl7.png +26 五月 2020 | 00:52:07,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\qrxg.png +26 五月 2020 | 00:52:07,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\title.png +26 五月 2020 | 00:52:07,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_nick.xml +26 五月 2020 | 00:52:07,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_portrait.xml +26 五月 2020 | 00:52:07,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\portrait +26 五月 2020 | 00:52:07,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\qrxg.png +26 五月 2020 | 00:52:07,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\qrxg.png +26 五月 2020 | 00:52:07,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\win_user_edit.xml +26 五月 2020 | 00:52:07,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\title.png +26 五月 2020 | 00:52:07,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\title.png +26 五月 2020 | 00:52:07,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_nick.xml +26 五月 2020 | 00:52:07,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_portrait.xml +26 五月 2020 | 00:52:07,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_nick.xml +26 五月 2020 | 00:52:07,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\package.xml +26 五月 2020 | 00:52:07,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\portrait +26 五月 2020 | 00:52:07,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\edit\win_edit_portrait.xml +26 五月 2020 | 00:52:07,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\win_user_edit.xml +26 五月 2020 | 00:52:07,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:52:07,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\portrait +26 五月 2020 | 00:52:07,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\package.xml +26 五月 2020 | 00:52:07,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\EditPortraitView.lua +26 五月 2020 | 00:52:07,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\win_user_edit.xml +26 五月 2020 | 00:52:07,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:52:07,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\LobbyHeadView.lua +26 五月 2020 | 00:52:07,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\package.xml +26 五月 2020 | 00:52:07,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\EditPortraitView.lua +26 五月 2020 | 00:52:07,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:52:07,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\LobbyHeadView.lua +26 五月 2020 | 00:52:07,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:52:07,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +26 五月 2020 | 00:52:07,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:52:07,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\EditPortraitView.lua +26 五月 2020 | 00:52:07,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\LobbyHeadView.lua +26 五月 2020 | 00:52:07,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +26 五月 2020 | 00:52:07,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:52:07,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +26 五月 2020 | 00:52:07,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +26 五月 2020 | 00:52:07,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +26 五月 2020 | 00:52:07,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +26 五月 2020 | 00:52:07,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +26 五月 2020 | 00:52:07,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode +26 五月 2020 | 00:52:07,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\._build +26 五月 2020 | 00:52:07,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes +26 五月 2020 | 00:52:07,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\CrashReporter.h +26 五月 2020 | 00:52:07,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\CrashReporter.mm +26 五月 2020 | 00:52:07,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native +26 五月 2020 | 00:52:07,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode +26 五月 2020 | 00:52:07,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Assembly-CSharp_ArrayTypes.h +26 五月 2020 | 00:52:07,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374.h +26 五月 2020 | 00:52:07,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\._build +26 五月 2020 | 00:52:07,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes +26 五月 2020 | 00:52:07,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374MethodDeclarations.h +26 五月 2020 | 00:52:07,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\CrashReporter.h +26 五月 2020 | 00:52:07,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723.h +26 五月 2020 | 00:52:07,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\CrashReporter.mm +26 五月 2020 | 00:52:07,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native +26 五月 2020 | 00:52:07,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723MethodDeclarations.h +26 五月 2020 | 00:52:07,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Assembly-CSharp_ArrayTypes.h +26 五月 2020 | 00:52:07,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374.h +26 五月 2020 | 00:52:07,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374MethodDeclarations.h +26 五月 2020 | 00:52:07,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194.h +26 五月 2020 | 00:52:07,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723.h +26 五月 2020 | 00:52:07,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194MethodDeclarations.h +26 五月 2020 | 00:52:07,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +26 五月 2020 | 00:52:07,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723MethodDeclarations.h +26 五月 2020 | 00:52:07,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697.h +26 五月 2020 | 00:52:07,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194.h +26 五月 2020 | 00:52:07,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +26 五月 2020 | 00:52:07,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697MethodDeclarations.h +26 五月 2020 | 00:52:07,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194MethodDeclarations.h +26 五月 2020 | 00:52:07,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696.h +26 五月 2020 | 00:52:07,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697.h +26 五月 2020 | 00:52:07,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode +26 五月 2020 | 00:52:07,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697MethodDeclarations.h +26 五月 2020 | 00:52:07,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696MethodDeclarations.h +26 五月 2020 | 00:52:07,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\._build +26 五月 2020 | 00:52:07,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes +26 五月 2020 | 00:52:07,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696.h +26 五月 2020 | 00:52:07,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\CrashReporter.h +26 五月 2020 | 00:52:07,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588.h +26 五月 2020 | 00:52:07,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588MethodDeclarations.h +26 五月 2020 | 00:52:07,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\CrashReporter.mm +26 五月 2020 | 00:52:07,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native +26 五月 2020 | 00:52:07,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696MethodDeclarations.h +26 五月 2020 | 00:52:07,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854.h +26 五月 2020 | 00:52:07,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588.h +26 五月 2020 | 00:52:07,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854MethodDeclarations.h +26 五月 2020 | 00:52:07,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588MethodDeclarations.h +26 五月 2020 | 00:52:07,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Assembly-CSharp_ArrayTypes.h +26 五月 2020 | 00:52:07,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397.h +26 五月 2020 | 00:52:07,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854.h +26 五月 2020 | 00:52:07,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374.h +26 五月 2020 | 00:52:07,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397MethodDeclarations.h +26 五月 2020 | 00:52:07,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854MethodDeclarations.h +26 五月 2020 | 00:52:07,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent1125016374MethodDeclarations.h +26 五月 2020 | 00:52:07,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285.h +26 五月 2020 | 00:52:07,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397.h +26 五月 2020 | 00:52:07,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397MethodDeclarations.h +26 五月 2020 | 00:52:07,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285MethodDeclarations.h +26 五月 2020 | 00:52:07,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723.h +26 五月 2020 | 00:52:07,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285.h +26 五月 2020 | 00:52:07,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572.h +26 五月 2020 | 00:52:07,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyAgent_LogCallbackDelegate3771806723MethodDeclarations.h +26 五月 2020 | 00:52:07,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285MethodDeclarations.h +26 五月 2020 | 00:52:07,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572MethodDeclarations.h +26 五月 2020 | 00:52:07,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194.h +26 五月 2020 | 00:52:07,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572.h +26 五月 2020 | 00:52:07,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyCallback589020194MethodDeclarations.h +26 五月 2020 | 00:52:07,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725.h +26 五月 2020 | 00:52:07,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572MethodDeclarations.h +26 五月 2020 | 00:52:07,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725MethodDeclarations.h +26 五月 2020 | 00:52:07,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725.h +26 五月 2020 | 00:52:07,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697.h +26 五月 2020 | 00:52:07,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729.h +26 五月 2020 | 00:52:07,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_BuglyInit3970608697MethodDeclarations.h +26 五月 2020 | 00:52:07,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725MethodDeclarations.h +26 五月 2020 | 00:52:07,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729MethodDeclarations.h +26 五月 2020 | 00:52:07,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729.h +26 五月 2020 | 00:52:07,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696.h +26 五月 2020 | 00:52:07,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729MethodDeclarations.h +26 五月 2020 | 00:52:07,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurve3859068696MethodDeclarations.h +26 五月 2020 | 00:52:07,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534.h +26 五月 2020 | 00:52:07,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588.h +26 五月 2020 | 00:52:07,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534.h +26 五月 2020 | 00:52:07,930 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534MethodDeclarations.h +26 五月 2020 | 00:52:07,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSAnimationCurveWrap2317010588MethodDeclarations.h +26 五月 2020 | 00:52:07,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164.h +26 五月 2020 | 00:52:07,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164MethodDeclarations.h +26 五月 2020 | 00:52:07,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854.h +26 五月 2020 | 00:52:07,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534MethodDeclarations.h +26 五月 2020 | 00:52:07,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DSLuaClient1688013854MethodDeclarations.h +26 五月 2020 | 00:52:07,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164.h +26 五月 2020 | 00:52:07,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356.h +26 五月 2020 | 00:52:07,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397.h +26 五月 2020 | 00:52:07,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164MethodDeclarations.h +26 五月 2020 | 00:52:07,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356MethodDeclarations.h +26 五月 2020 | 00:52:07,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory317593397MethodDeclarations.h +26 五月 2020 | 00:52:07,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356.h +26 五月 2020 | 00:52:07,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285.h +26 五月 2020 | 00:52:07,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834.h +26 五月 2020 | 00:52:07,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356MethodDeclarations.h +26 五月 2020 | 00:52:07,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834.h +26 五月 2020 | 00:52:07,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834MethodDeclarations.h +26 五月 2020 | 00:52:07,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_DelegateCreate2704363285MethodDeclarations.h +26 五月 2020 | 00:52:07,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226.h +26 五月 2020 | 00:52:07,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834MethodDeclarations.h +26 五月 2020 | 00:52:07,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226MethodDeclarations.h +26 五月 2020 | 00:52:07,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226.h +26 五月 2020 | 00:52:07,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226MethodDeclarations.h +26 五月 2020 | 00:52:07,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572.h +26 五月 2020 | 00:52:07,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215.h +26 五月 2020 | 00:52:07,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215.h +26 五月 2020 | 00:52:07,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215MethodDeclarations.h +26 五月 2020 | 00:52:07,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440038572MethodDeclarations.h +26 五月 2020 | 00:52:07,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215MethodDeclarations.h +26 五月 2020 | 00:52:07,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725.h +26 五月 2020 | 00:52:07,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546.h +26 五月 2020 | 00:52:07,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546.h +26 五月 2020 | 00:52:07,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_EventCal440211725MethodDeclarations.h +26 五月 2020 | 00:52:07,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546MethodDeclarations.h +26 五月 2020 | 00:52:07,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546MethodDeclarations.h +26 五月 2020 | 00:52:07,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662.h +26 五月 2020 | 00:52:07,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662.h +26 五月 2020 | 00:52:07,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729.h +26 五月 2020 | 00:52:07,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662MethodDeclarations.h +26 五月 2020 | 00:52:07,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662MethodDeclarations.h +26 五月 2020 | 00:52:07,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_GObject2717540729MethodDeclarations.h +26 五月 2020 | 00:52:07,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997.h +26 五月 2020 | 00:52:07,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997.h +26 五月 2020 | 00:52:07,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997MethodDeclarations.h +26 五月 2020 | 00:52:07,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534.h +26 五月 2020 | 00:52:07,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981.h +26 五月 2020 | 00:52:07,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997MethodDeclarations.h +26 五月 2020 | 00:52:07,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981MethodDeclarations.h +26 五月 2020 | 00:52:07,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte1073284534MethodDeclarations.h +26 五月 2020 | 00:52:07,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981.h +26 五月 2020 | 00:52:07,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581.h +26 五月 2020 | 00:52:08,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164.h +26 五月 2020 | 00:52:08,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981MethodDeclarations.h +26 五月 2020 | 00:52:08,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581MethodDeclarations.h +26 五月 2020 | 00:52:08,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581.h +26 五月 2020 | 00:52:08,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_ListIte4053251164MethodDeclarations.h +26 五月 2020 | 00:52:08,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581MethodDeclarations.h +26 五月 2020 | 00:52:08,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356.h +26 五月 2020 | 00:52:08,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876.h +26 五月 2020 | 00:52:08,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876MethodDeclarations.h +26 五月 2020 | 00:52:08,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876.h +26 五月 2020 | 00:52:08,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_PlayCom3765530356MethodDeclarations.h +26 五月 2020 | 00:52:08,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374.h +26 五月 2020 | 00:52:08,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876MethodDeclarations.h +26 五月 2020 | 00:52:08,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834.h +26 五月 2020 | 00:52:08,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374MethodDeclarations.h +26 五月 2020 | 00:52:08,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_TimerCa2346935834MethodDeclarations.h +26 五月 2020 | 00:52:08,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374.h +26 五月 2020 | 00:52:08,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374MethodDeclarations.h +26 五月 2020 | 00:52:08,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226.h +26 五月 2020 | 00:52:08,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701.h +26 五月 2020 | 00:52:08,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701.h +26 五月 2020 | 00:52:08,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_Transit1271645226MethodDeclarations.h +26 五月 2020 | 00:52:08,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701MethodDeclarations.h +26 五月 2020 | 00:52:08,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701MethodDeclarations.h +26 五月 2020 | 00:52:08,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090.h +26 五月 2020 | 00:52:08,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215.h +26 五月 2020 | 00:52:08,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090.h +26 五月 2020 | 00:52:08,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090MethodDeclarations.h +26 五月 2020 | 00:52:08,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090MethodDeclarations.h +26 五月 2020 | 00:52:08,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIConfi2374798215MethodDeclarations.h +26 五月 2020 | 00:52:08,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852.h +26 五月 2020 | 00:52:08,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852.h +26 五月 2020 | 00:52:08,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546.h +26 五月 2020 | 00:52:08,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852MethodDeclarations.h +26 五月 2020 | 00:52:08,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1363791546MethodDeclarations.h +26 五月 2020 | 00:52:08,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852MethodDeclarations.h +26 五月 2020 | 00:52:08,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375.h +26 五月 2020 | 00:52:08,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375.h +26 五月 2020 | 00:52:08,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662.h +26 五月 2020 | 00:52:08,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375MethodDeclarations.h +26 五月 2020 | 00:52:08,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375MethodDeclarations.h +26 五月 2020 | 00:52:08,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIObjec1440843662MethodDeclarations.h +26 五月 2020 | 00:52:08,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692.h +26 五月 2020 | 00:52:08,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692.h +26 五月 2020 | 00:52:08,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997.h +26 五月 2020 | 00:52:08,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692MethodDeclarations.h +26 五月 2020 | 00:52:08,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692MethodDeclarations.h +26 五月 2020 | 00:52:08,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_FairyGUI_UIPackag711575997MethodDeclarations.h +26 五月 2020 | 00:52:08,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498.h +26 五月 2020 | 00:52:08,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981.h +26 五月 2020 | 00:52:08,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498.h +26 五月 2020 | 00:52:08,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498MethodDeclarations.h +26 五月 2020 | 00:52:08,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_Ev1678804981MethodDeclarations.h +26 五月 2020 | 00:52:08,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498MethodDeclarations.h +26 五月 2020 | 00:52:08,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681.h +26 五月 2020 | 00:52:08,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581.h +26 五月 2020 | 00:52:08,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681.h +26 五月 2020 | 00:52:08,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681MethodDeclarations.h +26 五月 2020 | 00:52:08,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_int540147581MethodDeclarations.h +26 五月 2020 | 00:52:08,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681MethodDeclarations.h +26 五月 2020 | 00:52:08,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422.h +26 五月 2020 | 00:52:08,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876.h +26 五月 2020 | 00:52:08,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422.h +26 五月 2020 | 00:52:08,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422MethodDeclarations.h +26 五月 2020 | 00:52:08,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422MethodDeclarations.h +26 五月 2020 | 00:52:08,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Action_st1214129876MethodDeclarations.h +26 五月 2020 | 00:52:08,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704.h +26 五月 2020 | 00:52:08,063 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704.h +26 五月 2020 | 00:52:08,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704MethodDeclarations.h +26 五月 2020 | 00:52:08,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704MethodDeclarations.h +26 五月 2020 | 00:52:08,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374.h +26 五月 2020 | 00:52:08,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699.h +26 五月 2020 | 00:52:08,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699.h +26 五月 2020 | 00:52:08,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Compariso3826698374MethodDeclarations.h +26 五月 2020 | 00:52:08,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699MethodDeclarations.h +26 五月 2020 | 00:52:08,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699MethodDeclarations.h +26 五月 2020 | 00:52:08,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701.h +26 五月 2020 | 00:52:08,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971.h +26 五月 2020 | 00:52:08,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971.h +26 五月 2020 | 00:52:08,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971MethodDeclarations.h +26 五月 2020 | 00:52:08,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Func_int_3717472701MethodDeclarations.h +26 五月 2020 | 00:52:08,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971MethodDeclarations.h +26 五月 2020 | 00:52:08,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090.h +26 五月 2020 | 00:52:08,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115.h +26 五月 2020 | 00:52:08,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115.h +26 五月 2020 | 00:52:08,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_System_Predicate1066281090MethodDeclarations.h +26 五月 2020 | 00:52:08,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115MethodDeclarations.h +26 五月 2020 | 00:52:08,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115MethodDeclarations.h +26 五月 2020 | 00:52:08,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061.h +26 五月 2020 | 00:52:08,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852.h +26 五月 2020 | 00:52:08,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061.h +26 五月 2020 | 00:52:08,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061MethodDeclarations.h +26 五月 2020 | 00:52:08,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl2179459852MethodDeclarations.h +26 五月 2020 | 00:52:08,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061MethodDeclarations.h +26 五月 2020 | 00:52:08,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481.h +26 五月 2020 | 00:52:08,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375.h +26 五月 2020 | 00:52:08,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481.h +26 五月 2020 | 00:52:08,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481MethodDeclarations.h +26 五月 2020 | 00:52:08,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Appl3886854375MethodDeclarations.h +26 五月 2020 | 00:52:08,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481MethodDeclarations.h +26 五月 2020 | 00:52:08,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428.h +26 五月 2020 | 00:52:08,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428MethodDeclarations.h +26 五月 2020 | 00:52:08,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428.h +26 五月 2020 | 00:52:08,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692.h +26 五月 2020 | 00:52:08,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428MethodDeclarations.h +26 五月 2020 | 00:52:08,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798.h +26 五月 2020 | 00:52:08,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798.h +26 五月 2020 | 00:52:08,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798MethodDeclarations.h +26 五月 2020 | 00:52:08,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi1723584692MethodDeclarations.h +26 五月 2020 | 00:52:08,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798MethodDeclarations.h +26 五月 2020 | 00:52:08,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289.h +26 五月 2020 | 00:52:08,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498.h +26 五月 2020 | 00:52:08,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289.h +26 五月 2020 | 00:52:08,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289MethodDeclarations.h +26 五月 2020 | 00:52:08,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Audi2675893498MethodDeclarations.h +26 五月 2020 | 00:52:08,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289MethodDeclarations.h +26 五月 2020 | 00:52:08,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604.h +26 五月 2020 | 00:52:08,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681.h +26 五月 2020 | 00:52:08,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604MethodDeclarations.h +26 五月 2020 | 00:52:08,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604.h +26 五月 2020 | 00:52:08,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604MethodDeclarations.h +26 五月 2020 | 00:52:08,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698.h +26 五月 2020 | 00:52:08,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Came3411710681MethodDeclarations.h +26 五月 2020 | 00:52:08,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698.h +26 五月 2020 | 00:52:08,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422.h +26 五月 2020 | 00:52:08,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698MethodDeclarations.h +26 五月 2020 | 00:52:08,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698MethodDeclarations.h +26 五月 2020 | 00:52:08,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_DelegateFactory_UnityEngine_Even3751644422MethodDeclarations.h +26 五月 2020 | 00:52:08,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618.h +26 五月 2020 | 00:52:08,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618.h +26 五月 2020 | 00:52:08,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618MethodDeclarations.h +26 五月 2020 | 00:52:08,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618MethodDeclarations.h +26 五月 2020 | 00:52:08,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704.h +26 五月 2020 | 00:52:08,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_ExceptionReporter3481870704MethodDeclarations.h +26 五月 2020 | 00:52:08,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675.h +26 五月 2020 | 00:52:08,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675.h +26 五月 2020 | 00:52:08,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699.h +26 五月 2020 | 00:52:08,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675MethodDeclarations.h +26 五月 2020 | 00:52:08,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AlignType3064532699MethodDeclarations.h +26 五月 2020 | 00:52:08,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675MethodDeclarations.h +26 五月 2020 | 00:52:08,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704.h +26 五月 2020 | 00:52:08,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704.h +26 五月 2020 | 00:52:08,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704MethodDeclarations.h +26 五月 2020 | 00:52:08,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971.h +26 五月 2020 | 00:52:08,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704MethodDeclarations.h +26 五月 2020 | 00:52:08,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Anymous_T1729777971MethodDeclarations.h +26 五月 2020 | 00:52:08,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603.h +26 五月 2020 | 00:52:08,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603.h +26 五月 2020 | 00:52:08,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115.h +26 五月 2020 | 00:52:08,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603MethodDeclarations.h +26 五月 2020 | 00:52:08,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper2773278115MethodDeclarations.h +26 五月 2020 | 00:52:08,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603MethodDeclarations.h +26 五月 2020 | 00:52:08,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762.h +26 五月 2020 | 00:52:08,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061.h +26 五月 2020 | 00:52:08,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762MethodDeclarations.h +26 五月 2020 | 00:52:08,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762.h +26 五月 2020 | 00:52:08,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_Dis3477537061MethodDeclarations.h +26 五月 2020 | 00:52:08,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872.h +26 五月 2020 | 00:52:08,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762MethodDeclarations.h +26 五月 2020 | 00:52:08,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872MethodDeclarations.h +26 五月 2020 | 00:52:08,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481.h +26 五月 2020 | 00:52:08,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872.h +26 五月 2020 | 00:52:08,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AsyncCreationHelper_U3C_146724481MethodDeclarations.h +26 五月 2020 | 00:52:08,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872MethodDeclarations.h +26 五月 2020 | 00:52:08,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679.h +26 五月 2020 | 00:52:08,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679MethodDeclarations.h +26 五月 2020 | 00:52:08,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428.h +26 五月 2020 | 00:52:08,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679.h +26 五月 2020 | 00:52:08,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_AutoSizeType990664428MethodDeclarations.h +26 五月 2020 | 00:52:08,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679MethodDeclarations.h +26 五月 2020 | 00:52:08,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875.h +26 五月 2020 | 00:52:08,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798.h +26 五月 2020 | 00:52:08,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875MethodDeclarations.h +26 五月 2020 | 00:52:08,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875.h +26 五月 2020 | 00:52:08,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFont877349798MethodDeclarations.h +26 五月 2020 | 00:52:08,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293.h +26 五月 2020 | 00:52:08,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289.h +26 五月 2020 | 00:52:08,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875MethodDeclarations.h +26 五月 2020 | 00:52:08,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293MethodDeclarations.h +26 五月 2020 | 00:52:08,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BaseFontWrap2290948289MethodDeclarations.h +26 五月 2020 | 00:52:08,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293.h +26 五月 2020 | 00:52:08,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701.h +26 五月 2020 | 00:52:08,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701MethodDeclarations.h +26 五月 2020 | 00:52:08,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604.h +26 五月 2020 | 00:52:08,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293MethodDeclarations.h +26 五月 2020 | 00:52:08,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595.h +26 五月 2020 | 00:52:08,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont4118391604MethodDeclarations.h +26 五月 2020 | 00:52:08,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701.h +26 五月 2020 | 00:52:08,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595MethodDeclarations.h +26 五月 2020 | 00:52:08,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701MethodDeclarations.h +26 五月 2020 | 00:52:08,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698.h +26 五月 2020 | 00:52:08,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595.h +26 五月 2020 | 00:52:08,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707.h +26 五月 2020 | 00:52:08,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BitmapFont_BMGlyph2473132698MethodDeclarations.h +26 五月 2020 | 00:52:08,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707MethodDeclarations.h +26 五月 2020 | 00:52:08,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595MethodDeclarations.h +26 五月 2020 | 00:52:08,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618.h +26 五月 2020 | 00:52:08,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendMode1553507618MethodDeclarations.h +26 五月 2020 | 00:52:08,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066.h +26 五月 2020 | 00:52:08,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707.h +26 五月 2020 | 00:52:08,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707MethodDeclarations.h +26 五月 2020 | 00:52:08,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675.h +26 五月 2020 | 00:52:08,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066MethodDeclarations.h +26 五月 2020 | 00:52:08,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066.h +26 五月 2020 | 00:52:08,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils4227932675MethodDeclarations.h +26 五月 2020 | 00:52:08,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040.h +26 五月 2020 | 00:52:08,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066MethodDeclarations.h +26 五月 2020 | 00:52:08,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040MethodDeclarations.h +26 五月 2020 | 00:52:08,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704.h +26 五月 2020 | 00:52:08,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040.h +26 五月 2020 | 00:52:08,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585.h +26 五月 2020 | 00:52:08,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlendModeUtils_BlendFac1133039704MethodDeclarations.h +26 五月 2020 | 00:52:08,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040MethodDeclarations.h +26 五月 2020 | 00:52:08,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585MethodDeclarations.h +26 五月 2020 | 00:52:08,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603.h +26 五月 2020 | 00:52:08,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585.h +26 五月 2020 | 00:52:08,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148.h +26 五月 2020 | 00:52:08,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilter4073101603MethodDeclarations.h +26 五月 2020 | 00:52:08,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585MethodDeclarations.h +26 五月 2020 | 00:52:08,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148MethodDeclarations.h +26 五月 2020 | 00:52:08,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762.h +26 五月 2020 | 00:52:08,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914.h +26 五月 2020 | 00:52:08,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148.h +26 五月 2020 | 00:52:08,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BlurFilterWrap3584945762MethodDeclarations.h +26 五月 2020 | 00:52:08,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872.h +26 五月 2020 | 00:52:08,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148MethodDeclarations.h +26 五月 2020 | 00:52:08,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914MethodDeclarations.h +26 五月 2020 | 00:52:08,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_BoxColliderHitTest1137805872MethodDeclarations.h +26 五月 2020 | 00:52:08,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914.h +26 五月 2020 | 00:52:08,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284.h +26 五月 2020 | 00:52:08,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679.h +26 五月 2020 | 00:52:08,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914MethodDeclarations.h +26 五月 2020 | 00:52:08,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284MethodDeclarations.h +26 五月 2020 | 00:52:08,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ButtonMode291371679MethodDeclarations.h +26 五月 2020 | 00:52:08,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284.h +26 五月 2020 | 00:52:08,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875.h +26 五月 2020 | 00:52:08,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753.h +26 五月 2020 | 00:52:08,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753MethodDeclarations.h +26 五月 2020 | 00:52:08,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CaptureCamera3372605875MethodDeclarations.h +26 五月 2020 | 00:52:08,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284MethodDeclarations.h +26 五月 2020 | 00:52:08,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379.h +26 五月 2020 | 00:52:08,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293.h +26 五月 2020 | 00:52:08,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379MethodDeclarations.h +26 五月 2020 | 00:52:08,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753.h +26 五月 2020 | 00:52:08,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChangePageAction2313464293MethodDeclarations.h +26 五月 2020 | 00:52:08,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753MethodDeclarations.h +26 五月 2020 | 00:52:08,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701.h +26 五月 2020 | 00:52:08,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307.h +26 五月 2020 | 00:52:08,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307MethodDeclarations.h +26 五月 2020 | 00:52:08,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ChildrenRenderOrder3383768701MethodDeclarations.h +26 五月 2020 | 00:52:08,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379.h +26 五月 2020 | 00:52:08,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595.h +26 五月 2020 | 00:52:08,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653.h +26 五月 2020 | 00:52:08,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379MethodDeclarations.h +26 五月 2020 | 00:52:08,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColliderHitTest3445595595MethodDeclarations.h +26 五月 2020 | 00:52:08,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653MethodDeclarations.h +26 五月 2020 | 00:52:08,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307.h +26 五月 2020 | 00:52:08,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307MethodDeclarations.h +26 五月 2020 | 00:52:08,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707.h +26 五月 2020 | 00:52:08,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653.h +26 五月 2020 | 00:52:08,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315.h +26 五月 2020 | 00:52:08,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilter1652128707MethodDeclarations.h +26 五月 2020 | 00:52:08,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653MethodDeclarations.h +26 五月 2020 | 00:52:08,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315MethodDeclarations.h +26 五月 2020 | 00:52:08,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066.h +26 五月 2020 | 00:52:08,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315.h +26 五月 2020 | 00:52:08,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882.h +26 五月 2020 | 00:52:08,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ColorFilterWrap2783266066MethodDeclarations.h +26 五月 2020 | 00:52:08,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315MethodDeclarations.h +26 五月 2020 | 00:52:08,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040.h +26 五月 2020 | 00:52:08,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_CompositeMesh403889040MethodDeclarations.h +26 五月 2020 | 00:52:08,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882MethodDeclarations.h +26 五月 2020 | 00:52:08,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906.h +26 五月 2020 | 00:52:08,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882.h +26 五月 2020 | 00:52:08,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585.h +26 五月 2020 | 00:52:08,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906MethodDeclarations.h +26 五月 2020 | 00:52:08,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Container2415729585MethodDeclarations.h +26 五月 2020 | 00:52:08,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882MethodDeclarations.h +26 五月 2020 | 00:52:08,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684.h +26 五月 2020 | 00:52:08,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148.h +26 五月 2020 | 00:52:08,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906.h +26 五月 2020 | 00:52:08,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684MethodDeclarations.h +26 五月 2020 | 00:52:08,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ContainerWrap1155556148MethodDeclarations.h +26 五月 2020 | 00:52:08,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906MethodDeclarations.h +26 五月 2020 | 00:52:08,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582.h +26 五月 2020 | 00:52:08,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914.h +26 五月 2020 | 00:52:08,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684.h +26 五月 2020 | 00:52:08,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582MethodDeclarations.h +26 五月 2020 | 00:52:08,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Controller4051336914MethodDeclarations.h +26 五月 2020 | 00:52:08,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684MethodDeclarations.h +26 五月 2020 | 00:52:08,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617.h +26 五月 2020 | 00:52:08,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284.h +26 五月 2020 | 00:52:08,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582.h +26 五月 2020 | 00:52:08,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617MethodDeclarations.h +26 五月 2020 | 00:52:08,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction280735284MethodDeclarations.h +26 五月 2020 | 00:52:08,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059.h +26 五月 2020 | 00:52:08,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582MethodDeclarations.h +26 五月 2020 | 00:52:08,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059MethodDeclarations.h +26 五月 2020 | 00:52:08,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753.h +26 五月 2020 | 00:52:08,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617.h +26 五月 2020 | 00:52:08,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerAction_Action1777744753MethodDeclarations.h +26 五月 2020 | 00:52:08,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967.h +26 五月 2020 | 00:52:08,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617MethodDeclarations.h +26 五月 2020 | 00:52:08,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379.h +26 五月 2020 | 00:52:08,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059.h +26 五月 2020 | 00:52:08,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967MethodDeclarations.h +26 五月 2020 | 00:52:08,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059MethodDeclarations.h +26 五月 2020 | 00:52:08,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ControllerWrap4066859379MethodDeclarations.h +26 五月 2020 | 00:52:08,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875.h +26 五月 2020 | 00:52:08,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967.h +26 五月 2020 | 00:52:08,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307.h +26 五月 2020 | 00:52:08,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875MethodDeclarations.h +26 五月 2020 | 00:52:08,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DestroyMethod57779307MethodDeclarations.h +26 五月 2020 | 00:52:08,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967MethodDeclarations.h +26 五月 2020 | 00:52:08,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600.h +26 五月 2020 | 00:52:08,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653.h +26 五月 2020 | 00:52:08,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875.h +26 五月 2020 | 00:52:08,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600MethodDeclarations.h +26 五月 2020 | 00:52:08,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObject1069768653MethodDeclarations.h +26 五月 2020 | 00:52:08,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875MethodDeclarations.h +26 五月 2020 | 00:52:08,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100.h +26 五月 2020 | 00:52:08,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100MethodDeclarations.h +26 五月 2020 | 00:52:08,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315.h +26 五月 2020 | 00:52:08,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600.h +26 五月 2020 | 00:52:08,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279.h +26 五月 2020 | 00:52:08,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectInfo958750315MethodDeclarations.h +26 五月 2020 | 00:52:08,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600MethodDeclarations.h +26 五月 2020 | 00:52:08,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279MethodDeclarations.h +26 五月 2020 | 00:52:08,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100.h +26 五月 2020 | 00:52:08,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882.h +26 五月 2020 | 00:52:08,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100MethodDeclarations.h +26 五月 2020 | 00:52:08,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200.h +26 五月 2020 | 00:52:08,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279.h +26 五月 2020 | 00:52:08,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayObjectWrap276844882MethodDeclarations.h +26 五月 2020 | 00:52:08,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200MethodDeclarations.h +26 五月 2020 | 00:52:08,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906.h +26 五月 2020 | 00:52:08,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279MethodDeclarations.h +26 五月 2020 | 00:52:08,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321.h +26 五月 2020 | 00:52:08,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DisplayOptions3470787906MethodDeclarations.h +26 五月 2020 | 00:52:08,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321MethodDeclarations.h +26 五月 2020 | 00:52:08,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200.h +26 五月 2020 | 00:52:08,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839.h +26 五月 2020 | 00:52:08,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684.h +26 五月 2020 | 00:52:08,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200MethodDeclarations.h +26 五月 2020 | 00:52:08,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839MethodDeclarations.h +26 五月 2020 | 00:52:08,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840.h +26 五月 2020 | 00:52:08,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321.h +26 五月 2020 | 00:52:08,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840MethodDeclarations.h +26 五月 2020 | 00:52:08,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DragDropManager1007655684MethodDeclarations.h +26 五月 2020 | 00:52:08,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321MethodDeclarations.h +26 五月 2020 | 00:52:08,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369.h +26 五月 2020 | 00:52:08,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582.h +26 五月 2020 | 00:52:08,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839.h +26 五月 2020 | 00:52:08,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369MethodDeclarations.h +26 五月 2020 | 00:52:08,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont3900531582MethodDeclarations.h +26 五月 2020 | 00:52:08,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839MethodDeclarations.h +26 五月 2020 | 00:52:08,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030.h +26 五月 2020 | 00:52:08,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617.h +26 五月 2020 | 00:52:08,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030MethodDeclarations.h +26 五月 2020 | 00:52:08,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840.h +26 五月 2020 | 00:52:08,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFontWrap3949342617MethodDeclarations.h +26 五月 2020 | 00:52:08,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185.h +26 五月 2020 | 00:52:08,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840MethodDeclarations.h +26 五月 2020 | 00:52:08,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059.h +26 五月 2020 | 00:52:08,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_DynamicFont_RenderInfo319850059MethodDeclarations.h +26 五月 2020 | 00:52:08,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185MethodDeclarations.h +26 五月 2020 | 00:52:08,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369.h +26 五月 2020 | 00:52:08,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369MethodDeclarations.h +26 五月 2020 | 00:52:08,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262.h +26 五月 2020 | 00:52:08,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967.h +26 五月 2020 | 00:52:08,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030.h +26 五月 2020 | 00:52:08,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262MethodDeclarations.h +26 五月 2020 | 00:52:08,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EMRenderSupport2206570967MethodDeclarations.h +26 五月 2020 | 00:52:08,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410.h +26 五月 2020 | 00:52:08,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030MethodDeclarations.h +26 五月 2020 | 00:52:08,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410MethodDeclarations.h +26 五月 2020 | 00:52:08,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875.h +26 五月 2020 | 00:52:08,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185.h +26 五月 2020 | 00:52:08,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061.h +26 五月 2020 | 00:52:08,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager2393360875MethodDeclarations.h +26 五月 2020 | 00:52:08,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061MethodDeclarations.h +26 五月 2020 | 00:52:08,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185MethodDeclarations.h +26 五月 2020 | 00:52:08,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600.h +26 五月 2020 | 00:52:08,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286.h +26 五月 2020 | 00:52:08,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262.h +26 五月 2020 | 00:52:08,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseManager_Bounce2675382600MethodDeclarations.h +26 五月 2020 | 00:52:08,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286MethodDeclarations.h +26 五月 2020 | 00:52:08,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262MethodDeclarations.h +26 五月 2020 | 00:52:08,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362.h +26 五月 2020 | 00:52:08,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100.h +26 五月 2020 | 00:52:08,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362MethodDeclarations.h +26 五月 2020 | 00:52:08,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410.h +26 五月 2020 | 00:52:08,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EaseType1843841100MethodDeclarations.h +26 五月 2020 | 00:52:08,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665.h +26 五月 2020 | 00:52:08,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665MethodDeclarations.h +26 五月 2020 | 00:52:08,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410MethodDeclarations.h +26 五月 2020 | 00:52:08,314 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279.h +26 五月 2020 | 00:52:08,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881.h +26 五月 2020 | 00:52:08,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061.h +26 五月 2020 | 00:52:08,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EllipseMesh1639424279MethodDeclarations.h +26 五月 2020 | 00:52:08,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881MethodDeclarations.h +26 五月 2020 | 00:52:08,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061MethodDeclarations.h +26 五月 2020 | 00:52:08,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200.h +26 五月 2020 | 00:52:08,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286.h +26 五月 2020 | 00:52:08,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697.h +26 五月 2020 | 00:52:08,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697MethodDeclarations.h +26 五月 2020 | 00:52:08,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Emoji205479200MethodDeclarations.h +26 五月 2020 | 00:52:08,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286MethodDeclarations.h +26 五月 2020 | 00:52:08,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070.h +26 五月 2020 | 00:52:08,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321.h +26 五月 2020 | 00:52:08,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362.h +26 五月 2020 | 00:52:08,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070MethodDeclarations.h +26 五月 2020 | 00:52:08,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362MethodDeclarations.h +26 五月 2020 | 00:52:08,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventBridge670284321MethodDeclarations.h +26 五月 2020 | 00:52:08,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665.h +26 五月 2020 | 00:52:08,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839.h +26 五月 2020 | 00:52:08,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831.h +26 五月 2020 | 00:52:08,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665MethodDeclarations.h +26 五月 2020 | 00:52:08,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback0422277839MethodDeclarations.h +26 五月 2020 | 00:52:08,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831MethodDeclarations.h +26 五月 2020 | 00:52:08,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881.h +26 五月 2020 | 00:52:08,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881MethodDeclarations.h +26 五月 2020 | 00:52:08,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840.h +26 五月 2020 | 00:52:08,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779.h +26 五月 2020 | 00:52:08,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697.h +26 五月 2020 | 00:52:08,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697MethodDeclarations.h +26 五月 2020 | 00:52:08,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779MethodDeclarations.h +26 五月 2020 | 00:52:08,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventCallback1422277840MethodDeclarations.h +26 五月 2020 | 00:52:08,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070.h +26 五月 2020 | 00:52:08,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194.h +26 五月 2020 | 00:52:08,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070MethodDeclarations.h +26 五月 2020 | 00:52:08,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369.h +26 五月 2020 | 00:52:08,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContext3254938369MethodDeclarations.h +26 五月 2020 | 00:52:08,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194MethodDeclarations.h +26 五月 2020 | 00:52:08,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831.h +26 五月 2020 | 00:52:08,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030.h +26 五月 2020 | 00:52:08,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447.h +26 五月 2020 | 00:52:08,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831MethodDeclarations.h +26 五月 2020 | 00:52:08,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventContextWrap2328801030MethodDeclarations.h +26 五月 2020 | 00:52:08,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779.h +26 五月 2020 | 00:52:08,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447MethodDeclarations.h +26 五月 2020 | 00:52:08,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185.h +26 五月 2020 | 00:52:08,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779MethodDeclarations.h +26 五月 2020 | 00:52:08,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194.h +26 五月 2020 | 00:52:08,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcher4068415185MethodDeclarations.h +26 五月 2020 | 00:52:08,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064.h +26 五月 2020 | 00:52:08,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262.h +26 五月 2020 | 00:52:08,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194MethodDeclarations.h +26 五月 2020 | 00:52:08,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064MethodDeclarations.h +26 五月 2020 | 00:52:08,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventDispatcherWrap33721262MethodDeclarations.h +26 五月 2020 | 00:52:08,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447.h +26 五月 2020 | 00:52:08,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293.h +26 五月 2020 | 00:52:08,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410.h +26 五月 2020 | 00:52:08,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293MethodDeclarations.h +26 五月 2020 | 00:52:08,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447MethodDeclarations.h +26 五月 2020 | 00:52:08,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListener2764096410MethodDeclarations.h +26 五月 2020 | 00:52:08,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290.h +26 五月 2020 | 00:52:08,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064.h +26 五月 2020 | 00:52:08,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061.h +26 五月 2020 | 00:52:08,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290MethodDeclarations.h +26 五月 2020 | 00:52:08,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064MethodDeclarations.h +26 五月 2020 | 00:52:08,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_EventListenerWrap1418948061MethodDeclarations.h +26 五月 2020 | 00:52:08,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286.h +26 五月 2020 | 00:52:08,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293.h +26 五月 2020 | 00:52:08,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923.h +26 五月 2020 | 00:52:08,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMesh3720105286MethodDeclarations.h +26 五月 2020 | 00:52:08,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293MethodDeclarations.h +26 五月 2020 | 00:52:08,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923MethodDeclarations.h +26 五月 2020 | 00:52:08,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362.h +26 五月 2020 | 00:52:08,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillMethod3446087362MethodDeclarations.h +26 五月 2020 | 00:52:08,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290.h +26 五月 2020 | 00:52:08,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177.h +26 五月 2020 | 00:52:08,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665.h +26 五月 2020 | 00:52:08,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290MethodDeclarations.h +26 五月 2020 | 00:52:08,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177MethodDeclarations.h +26 五月 2020 | 00:52:08,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FillType614530665MethodDeclarations.h +26 五月 2020 | 00:52:08,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862.h +26 五月 2020 | 00:52:08,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923.h +26 五月 2020 | 00:52:08,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881.h +26 五月 2020 | 00:52:08,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FitScreen1125289881MethodDeclarations.h +26 五月 2020 | 00:52:08,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862MethodDeclarations.h +26 五月 2020 | 00:52:08,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923MethodDeclarations.h +26 五月 2020 | 00:52:08,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697.h +26 五月 2020 | 00:52:08,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177.h +26 五月 2020 | 00:52:08,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754.h +26 五月 2020 | 00:52:08,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FlipType1818175697MethodDeclarations.h +26 五月 2020 | 00:52:08,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177MethodDeclarations.h +26 五月 2020 | 00:52:08,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754MethodDeclarations.h +26 五月 2020 | 00:52:08,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070.h +26 五月 2020 | 00:52:08,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862.h +26 五月 2020 | 00:52:08,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163.h +26 五月 2020 | 00:52:08,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862MethodDeclarations.h +26 五月 2020 | 00:52:08,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManager3870967070MethodDeclarations.h +26 五月 2020 | 00:52:08,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754.h +26 五月 2020 | 00:52:08,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831.h +26 五月 2020 | 00:52:08,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163MethodDeclarations.h +26 五月 2020 | 00:52:08,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754MethodDeclarations.h +26 五月 2020 | 00:52:08,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_FontManagerWrap3851126831MethodDeclarations.h +26 五月 2020 | 00:52:08,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872.h +26 五月 2020 | 00:52:08,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163.h +26 五月 2020 | 00:52:08,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779.h +26 五月 2020 | 00:52:08,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872MethodDeclarations.h +26 五月 2020 | 00:52:08,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163MethodDeclarations.h +26 五月 2020 | 00:52:08,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263.h +26 五月 2020 | 00:52:08,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton337864779MethodDeclarations.h +26 五月 2020 | 00:52:08,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872.h +26 五月 2020 | 00:52:08,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194.h +26 五月 2020 | 00:52:08,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263MethodDeclarations.h +26 五月 2020 | 00:52:08,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872MethodDeclarations.h +26 五月 2020 | 00:52:08,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075.h +26 五月 2020 | 00:52:08,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263.h +26 五月 2020 | 00:52:08,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075MethodDeclarations.h +26 五月 2020 | 00:52:08,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263MethodDeclarations.h +26 五月 2020 | 00:52:08,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButtonWrap2106699194MethodDeclarations.h +26 五月 2020 | 00:52:08,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980.h +26 五月 2020 | 00:52:08,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075.h +26 五月 2020 | 00:52:08,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447.h +26 五月 2020 | 00:52:08,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980MethodDeclarations.h +26 五月 2020 | 00:52:08,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075MethodDeclarations.h +26 五月 2020 | 00:52:08,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GButton_U3CFireClickU3E3559124447MethodDeclarations.h +26 五月 2020 | 00:52:08,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171.h +26 五月 2020 | 00:52:08,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064.h +26 五月 2020 | 00:52:08,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980.h +26 五月 2020 | 00:52:08,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171MethodDeclarations.h +26 五月 2020 | 00:52:08,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBox3375131064MethodDeclarations.h +26 五月 2020 | 00:52:08,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980MethodDeclarations.h +26 五月 2020 | 00:52:08,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530.h +26 五月 2020 | 00:52:08,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171.h +26 五月 2020 | 00:52:08,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293.h +26 五月 2020 | 00:52:08,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComboBoxWrap2614807293MethodDeclarations.h +26 五月 2020 | 00:52:08,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171MethodDeclarations.h +26 五月 2020 | 00:52:08,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530MethodDeclarations.h +26 五月 2020 | 00:52:08,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530.h +26 五月 2020 | 00:52:08,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290.h +26 五月 2020 | 00:52:08,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871.h +26 五月 2020 | 00:52:08,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530MethodDeclarations.h +26 五月 2020 | 00:52:08,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponent4106136290MethodDeclarations.h +26 五月 2020 | 00:52:08,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871MethodDeclarations.h +26 五月 2020 | 00:52:08,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871.h +26 五月 2020 | 00:52:08,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923.h +26 五月 2020 | 00:52:08,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800.h +26 五月 2020 | 00:52:08,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871MethodDeclarations.h +26 五月 2020 | 00:52:08,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800MethodDeclarations.h +26 五月 2020 | 00:52:08,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GComponentWrap1069357923MethodDeclarations.h +26 五月 2020 | 00:52:08,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800.h +26 五月 2020 | 00:52:08,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021.h +26 五月 2020 | 00:52:08,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177.h +26 五月 2020 | 00:52:08,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800MethodDeclarations.h +26 五月 2020 | 00:52:08,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021MethodDeclarations.h +26 五月 2020 | 00:52:08,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraph1610186177MethodDeclarations.h +26 五月 2020 | 00:52:08,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021.h +26 五月 2020 | 00:52:08,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203.h +26 五月 2020 | 00:52:08,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862.h +26 五月 2020 | 00:52:08,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021MethodDeclarations.h +26 五月 2020 | 00:52:08,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203MethodDeclarations.h +26 五月 2020 | 00:52:08,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGraphWrap1228563862MethodDeclarations.h +26 五月 2020 | 00:52:08,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203.h +26 五月 2020 | 00:52:08,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492.h +26 五月 2020 | 00:52:08,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203MethodDeclarations.h +26 五月 2020 | 00:52:08,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754.h +26 五月 2020 | 00:52:08,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492MethodDeclarations.h +26 五月 2020 | 00:52:08,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492.h +26 五月 2020 | 00:52:08,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroup2369700754MethodDeclarations.h +26 五月 2020 | 00:52:08,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644.h +26 五月 2020 | 00:52:08,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492MethodDeclarations.h +26 五月 2020 | 00:52:08,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163.h +26 五月 2020 | 00:52:08,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644MethodDeclarations.h +26 五月 2020 | 00:52:08,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GGroupWrap1985362163MethodDeclarations.h +26 五月 2020 | 00:52:08,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502.h +26 五月 2020 | 00:52:08,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644.h +26 五月 2020 | 00:52:08,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872.h +26 五月 2020 | 00:52:08,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502MethodDeclarations.h +26 五月 2020 | 00:52:08,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644MethodDeclarations.h +26 五月 2020 | 00:52:08,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImage3472138872MethodDeclarations.h +26 五月 2020 | 00:52:08,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817.h +26 五月 2020 | 00:52:08,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502.h +26 五月 2020 | 00:52:08,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263.h +26 五月 2020 | 00:52:08,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817MethodDeclarations.h +26 五月 2020 | 00:52:08,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502MethodDeclarations.h +26 五月 2020 | 00:52:08,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GImageWrap3115605263MethodDeclarations.h +26 五月 2020 | 00:52:08,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817.h +26 五月 2020 | 00:52:08,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275.h +26 五月 2020 | 00:52:08,449 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075.h +26 五月 2020 | 00:52:08,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817MethodDeclarations.h +26 五月 2020 | 00:52:08,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275MethodDeclarations.h +26 五月 2020 | 00:52:08,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabel64558075MethodDeclarations.h +26 五月 2020 | 00:52:08,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275.h +26 五月 2020 | 00:52:08,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980.h +26 五月 2020 | 00:52:08,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449.h +26 五月 2020 | 00:52:08,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275MethodDeclarations.h +26 五月 2020 | 00:52:08,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLabelWrap2785146980MethodDeclarations.h +26 五月 2020 | 00:52:08,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449MethodDeclarations.h +26 五月 2020 | 00:52:08,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171.h +26 五月 2020 | 00:52:08,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449.h +26 五月 2020 | 00:52:08,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList2527012171MethodDeclarations.h +26 五月 2020 | 00:52:08,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620.h +26 五月 2020 | 00:52:08,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449MethodDeclarations.h +26 五月 2020 | 00:52:08,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530.h +26 五月 2020 | 00:52:08,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620.h +26 五月 2020 | 00:52:08,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GListWrap1631073530MethodDeclarations.h +26 五月 2020 | 00:52:08,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620MethodDeclarations.h +26 五月 2020 | 00:52:08,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871.h +26 五月 2020 | 00:52:08,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620MethodDeclarations.h +26 五月 2020 | 00:52:08,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GList_ItemInfo594781871MethodDeclarations.h +26 五月 2020 | 00:52:08,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814.h +26 五月 2020 | 00:52:08,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800.h +26 五月 2020 | 00:52:08,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814.h +26 五月 2020 | 00:52:08,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814MethodDeclarations.h +26 五月 2020 | 00:52:08,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoader3665669800MethodDeclarations.h +26 五月 2020 | 00:52:08,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246.h +26 五月 2020 | 00:52:08,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246MethodDeclarations.h +26 五月 2020 | 00:52:08,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814MethodDeclarations.h +26 五月 2020 | 00:52:08,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021.h +26 五月 2020 | 00:52:08,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814.h +26 五月 2020 | 00:52:08,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GLoaderWrap3106342021MethodDeclarations.h +26 五月 2020 | 00:52:08,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814MethodDeclarations.h +26 五月 2020 | 00:52:08,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203.h +26 五月 2020 | 00:52:08,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985.h +26 五月 2020 | 00:52:08,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246.h +26 五月 2020 | 00:52:08,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985MethodDeclarations.h +26 五月 2020 | 00:52:08,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246MethodDeclarations.h +26 五月 2020 | 00:52:08,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClip1579917203MethodDeclarations.h +26 五月 2020 | 00:52:08,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606.h +26 五月 2020 | 00:52:08,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814.h +26 五月 2020 | 00:52:08,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814MethodDeclarations.h +26 五月 2020 | 00:52:08,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492.h +26 五月 2020 | 00:52:08,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606MethodDeclarations.h +26 五月 2020 | 00:52:08,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985.h +26 五月 2020 | 00:52:08,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GMovieClipWrap1674794492MethodDeclarations.h +26 五月 2020 | 00:52:08,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726.h +26 五月 2020 | 00:52:08,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985MethodDeclarations.h +26 五月 2020 | 00:52:08,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644.h +26 五月 2020 | 00:52:08,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726MethodDeclarations.h +26 五月 2020 | 00:52:08,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606.h +26 五月 2020 | 00:52:08,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObject2662234644MethodDeclarations.h +26 五月 2020 | 00:52:08,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502.h +26 五月 2020 | 00:52:08,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606MethodDeclarations.h +26 五月 2020 | 00:52:08,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039.h +26 五月 2020 | 00:52:08,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool562794502MethodDeclarations.h +26 五月 2020 | 00:52:08,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726.h +26 五月 2020 | 00:52:08,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817.h +26 五月 2020 | 00:52:08,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039MethodDeclarations.h +26 五月 2020 | 00:52:08,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726MethodDeclarations.h +26 五月 2020 | 00:52:08,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPoolWrap2662126817MethodDeclarations.h +26 五月 2020 | 00:52:08,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843.h +26 五月 2020 | 00:52:08,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039.h +26 五月 2020 | 00:52:08,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843MethodDeclarations.h +26 五月 2020 | 00:52:08,502 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275.h +26 五月 2020 | 00:52:08,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039MethodDeclarations.h +26 五月 2020 | 00:52:08,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906.h +26 五月 2020 | 00:52:08,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectPool_InitCallback701852275MethodDeclarations.h +26 五月 2020 | 00:52:08,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843.h +26 五月 2020 | 00:52:08,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906MethodDeclarations.h +26 五月 2020 | 00:52:08,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843MethodDeclarations.h +26 五月 2020 | 00:52:08,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733.h +26 五月 2020 | 00:52:08,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449.h +26 五月 2020 | 00:52:08,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906.h +26 五月 2020 | 00:52:08,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733MethodDeclarations.h +26 五月 2020 | 00:52:08,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GObjectWrap1965971449MethodDeclarations.h +26 五月 2020 | 00:52:08,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906MethodDeclarations.h +26 五月 2020 | 00:52:08,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778.h +26 五月 2020 | 00:52:08,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620.h +26 五月 2020 | 00:52:08,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733.h +26 五月 2020 | 00:52:08,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath974483620MethodDeclarations.h +26 五月 2020 | 00:52:08,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778MethodDeclarations.h +26 五月 2020 | 00:52:08,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733MethodDeclarations.h +26 五月 2020 | 00:52:08,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085.h +26 五月 2020 | 00:52:08,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778.h +26 五月 2020 | 00:52:08,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814.h +26 五月 2020 | 00:52:08,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085MethodDeclarations.h +26 五月 2020 | 00:52:08,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778MethodDeclarations.h +26 五月 2020 | 00:52:08,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint2415146814MethodDeclarations.h +26 五月 2020 | 00:52:08,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740.h +26 五月 2020 | 00:52:08,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085.h +26 五月 2020 | 00:52:08,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246.h +26 五月 2020 | 00:52:08,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPathPoint_CurveType4234703246MethodDeclarations.h +26 五月 2020 | 00:52:08,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085MethodDeclarations.h +26 五月 2020 | 00:52:08,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740MethodDeclarations.h +26 五月 2020 | 00:52:08,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814.h +26 五月 2020 | 00:52:08,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740.h +26 五月 2020 | 00:52:08,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GPath_Segment1183584814MethodDeclarations.h +26 五月 2020 | 00:52:08,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115.h +26 五月 2020 | 00:52:08,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740MethodDeclarations.h +26 五月 2020 | 00:52:08,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985.h +26 五月 2020 | 00:52:08,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115MethodDeclarations.h +26 五月 2020 | 00:52:08,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540.h +26 五月 2020 | 00:52:08,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBar3328437985MethodDeclarations.h +26 五月 2020 | 00:52:08,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115.h +26 五月 2020 | 00:52:08,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540MethodDeclarations.h +26 五月 2020 | 00:52:08,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606.h +26 五月 2020 | 00:52:08,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227.h +26 五月 2020 | 00:52:08,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115MethodDeclarations.h +26 五月 2020 | 00:52:08,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GProgressBarWrap1368123606MethodDeclarations.h +26 五月 2020 | 00:52:08,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540.h +26 五月 2020 | 00:52:08,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227MethodDeclarations.h +26 五月 2020 | 00:52:08,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726.h +26 五月 2020 | 00:52:08,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540MethodDeclarations.h +26 五月 2020 | 00:52:08,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482.h +26 五月 2020 | 00:52:08,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextField3736523726MethodDeclarations.h +26 五月 2020 | 00:52:08,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227.h +26 五月 2020 | 00:52:08,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482MethodDeclarations.h +26 五月 2020 | 00:52:08,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039.h +26 五月 2020 | 00:52:08,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612.h +26 五月 2020 | 00:52:08,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227MethodDeclarations.h +26 五月 2020 | 00:52:08,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612MethodDeclarations.h +26 五月 2020 | 00:52:08,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRichTextFieldWrap4211658039MethodDeclarations.h +26 五月 2020 | 00:52:08,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482.h +26 五月 2020 | 00:52:08,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681.h +26 五月 2020 | 00:52:08,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843.h +26 五月 2020 | 00:52:08,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681MethodDeclarations.h +26 五月 2020 | 00:52:08,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482MethodDeclarations.h +26 五月 2020 | 00:52:08,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRoot2728525843MethodDeclarations.h +26 五月 2020 | 00:52:08,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612.h +26 五月 2020 | 00:52:08,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615.h +26 五月 2020 | 00:52:08,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612MethodDeclarations.h +26 五月 2020 | 00:52:08,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906.h +26 五月 2020 | 00:52:08,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615MethodDeclarations.h +26 五月 2020 | 00:52:08,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681.h +26 五月 2020 | 00:52:08,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GRootWrap1194946906MethodDeclarations.h +26 五月 2020 | 00:52:08,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345.h +26 五月 2020 | 00:52:08,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681MethodDeclarations.h +26 五月 2020 | 00:52:08,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733.h +26 五月 2020 | 00:52:08,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345MethodDeclarations.h +26 五月 2020 | 00:52:08,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GScrollBar700243733MethodDeclarations.h +26 五月 2020 | 00:52:08,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615.h +26 五月 2020 | 00:52:08,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778.h +26 五月 2020 | 00:52:08,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615MethodDeclarations.h +26 五月 2020 | 00:52:08,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054.h +26 五月 2020 | 00:52:08,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054MethodDeclarations.h +26 五月 2020 | 00:52:08,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345.h +26 五月 2020 | 00:52:08,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSlider3230970778MethodDeclarations.h +26 五月 2020 | 00:52:08,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644.h +26 五月 2020 | 00:52:08,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085.h +26 五月 2020 | 00:52:08,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345MethodDeclarations.h +26 五月 2020 | 00:52:08,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GSliderWrap1361465085MethodDeclarations.h +26 五月 2020 | 00:52:08,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644MethodDeclarations.h +26 五月 2020 | 00:52:08,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054.h +26 五月 2020 | 00:52:08,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816.h +26 五月 2020 | 00:52:08,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740.h +26 五月 2020 | 00:52:08,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054MethodDeclarations.h +26 五月 2020 | 00:52:08,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816MethodDeclarations.h +26 五月 2020 | 00:52:08,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextField2527516740MethodDeclarations.h +26 五月 2020 | 00:52:08,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644.h +26 五月 2020 | 00:52:08,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975.h +26 五月 2020 | 00:52:08,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975MethodDeclarations.h +26 五月 2020 | 00:52:08,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115.h +26 五月 2020 | 00:52:08,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644MethodDeclarations.h +26 五月 2020 | 00:52:08,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072.h +26 五月 2020 | 00:52:08,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816.h +26 五月 2020 | 00:52:08,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextFieldWrap3303479115MethodDeclarations.h +26 五月 2020 | 00:52:08,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072MethodDeclarations.h +26 五月 2020 | 00:52:08,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816MethodDeclarations.h +26 五月 2020 | 00:52:08,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540.h +26 五月 2020 | 00:52:08,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975.h +26 五月 2020 | 00:52:08,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925.h +26 五月 2020 | 00:52:08,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInput947892540MethodDeclarations.h +26 五月 2020 | 00:52:08,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975MethodDeclarations.h +26 五月 2020 | 00:52:08,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925MethodDeclarations.h +26 五月 2020 | 00:52:08,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227.h +26 五月 2020 | 00:52:08,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072.h +26 五月 2020 | 00:52:08,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072MethodDeclarations.h +26 五月 2020 | 00:52:08,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351.h +26 五月 2020 | 00:52:08,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTextInputWrap840798227MethodDeclarations.h +26 五月 2020 | 00:52:08,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925.h +26 五月 2020 | 00:52:08,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351MethodDeclarations.h +26 五月 2020 | 00:52:08,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482.h +26 五月 2020 | 00:52:08,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925MethodDeclarations.h +26 五月 2020 | 00:52:08,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413.h +26 五月 2020 | 00:52:08,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413MethodDeclarations.h +26 五月 2020 | 00:52:08,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTween2302464482MethodDeclarations.h +26 五月 2020 | 00:52:08,578 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351.h +26 五月 2020 | 00:52:08,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612.h +26 五月 2020 | 00:52:08,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080.h +26 五月 2020 | 00:52:08,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351MethodDeclarations.h +26 五月 2020 | 00:52:08,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback11036126612MethodDeclarations.h +26 五月 2020 | 00:52:08,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681.h +26 五月 2020 | 00:52:08,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080MethodDeclarations.h +26 五月 2020 | 00:52:08,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413.h +26 五月 2020 | 00:52:08,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413MethodDeclarations.h +26 五月 2020 | 00:52:08,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweenCallback580976681MethodDeclarations.h +26 五月 2020 | 00:52:08,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080.h +26 五月 2020 | 00:52:08,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924.h +26 五月 2020 | 00:52:08,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615.h +26 五月 2020 | 00:52:08,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924MethodDeclarations.h +26 五月 2020 | 00:52:08,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080MethodDeclarations.h +26 五月 2020 | 00:52:08,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GTweener4291662615MethodDeclarations.h +26 五月 2020 | 00:52:08,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817.h +26 五月 2020 | 00:52:08,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924.h +26 五月 2020 | 00:52:08,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345.h +26 五月 2020 | 00:52:08,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817MethodDeclarations.h +26 五月 2020 | 00:52:08,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimation3920917345MethodDeclarations.h +26 五月 2020 | 00:52:08,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924MethodDeclarations.h +26 五月 2020 | 00:52:08,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982.h +26 五月 2020 | 00:52:08,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054.h +26 五月 2020 | 00:52:08,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817.h +26 五月 2020 | 00:52:08,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationValue1279520054MethodDeclarations.h +26 五月 2020 | 00:52:08,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982MethodDeclarations.h +26 五月 2020 | 00:52:08,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817MethodDeclarations.h +26 五月 2020 | 00:52:08,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644.h +26 五月 2020 | 00:52:08,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787.h +26 五月 2020 | 00:52:08,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982.h +26 五月 2020 | 00:52:08,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearAnimationWrap3865388644MethodDeclarations.h +26 五月 2020 | 00:52:08,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982MethodDeclarations.h +26 五月 2020 | 00:52:08,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787MethodDeclarations.h +26 五月 2020 | 00:52:08,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816.h +26 五月 2020 | 00:52:08,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBase3731708816MethodDeclarations.h +26 五月 2020 | 00:52:08,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787.h +26 五月 2020 | 00:52:08,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649.h +26 五月 2020 | 00:52:08,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975.h +26 五月 2020 | 00:52:08,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649MethodDeclarations.h +26 五月 2020 | 00:52:08,608 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787MethodDeclarations.h +26 五月 2020 | 00:52:08,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearBaseWrap1736156975MethodDeclarations.h +26 五月 2020 | 00:52:08,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896.h +26 五月 2020 | 00:52:08,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649.h +26 五月 2020 | 00:52:08,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072.h +26 五月 2020 | 00:52:08,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896MethodDeclarations.h +26 五月 2020 | 00:52:08,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColor756918072MethodDeclarations.h +26 五月 2020 | 00:52:08,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649MethodDeclarations.h +26 五月 2020 | 00:52:08,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089.h +26 五月 2020 | 00:52:08,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925.h +26 五月 2020 | 00:52:08,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896.h +26 五月 2020 | 00:52:08,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089MethodDeclarations.h +26 五月 2020 | 00:52:08,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorValue3203860925MethodDeclarations.h +26 五月 2020 | 00:52:08,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896MethodDeclarations.h +26 五月 2020 | 00:52:08,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503.h +26 五月 2020 | 00:52:08,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089.h +26 五月 2020 | 00:52:08,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351.h +26 五月 2020 | 00:52:08,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503MethodDeclarations.h +26 五月 2020 | 00:52:08,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089MethodDeclarations.h +26 五月 2020 | 00:52:08,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearColorWrap3074461351MethodDeclarations.h +26 五月 2020 | 00:52:08,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882.h +26 五月 2020 | 00:52:08,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503.h +26 五月 2020 | 00:52:08,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413.h +26 五月 2020 | 00:52:08,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882MethodDeclarations.h +26 五月 2020 | 00:52:08,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplay3799340413MethodDeclarations.h +26 五月 2020 | 00:52:08,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503MethodDeclarations.h +26 五月 2020 | 00:52:08,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771.h +26 五月 2020 | 00:52:08,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080.h +26 五月 2020 | 00:52:08,624 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882.h +26 五月 2020 | 00:52:08,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771MethodDeclarations.h +26 五月 2020 | 00:52:08,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearDisplayWrap1607618080MethodDeclarations.h +26 五月 2020 | 00:52:08,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882MethodDeclarations.h +26 五月 2020 | 00:52:08,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446.h +26 五月 2020 | 00:52:08,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446MethodDeclarations.h +26 五月 2020 | 00:52:08,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771.h +26 五月 2020 | 00:52:08,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924.h +26 五月 2020 | 00:52:08,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078.h +26 五月 2020 | 00:52:08,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771MethodDeclarations.h +26 五月 2020 | 00:52:08,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIcon626391924MethodDeclarations.h +26 五月 2020 | 00:52:08,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446.h +26 五月 2020 | 00:52:08,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078MethodDeclarations.h +26 五月 2020 | 00:52:08,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446MethodDeclarations.h +26 五月 2020 | 00:52:08,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817.h +26 五月 2020 | 00:52:08,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521.h +26 五月 2020 | 00:52:08,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078.h +26 五月 2020 | 00:52:08,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearIconWrap768392817MethodDeclarations.h +26 五月 2020 | 00:52:08,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521MethodDeclarations.h +26 五月 2020 | 00:52:08,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078MethodDeclarations.h +26 五月 2020 | 00:52:08,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982.h +26 五月 2020 | 00:52:08,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959.h +26 五月 2020 | 00:52:08,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521.h +26 五月 2020 | 00:52:08,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLook4141640982MethodDeclarations.h +26 五月 2020 | 00:52:08,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959MethodDeclarations.h +26 五月 2020 | 00:52:08,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521MethodDeclarations.h +26 五月 2020 | 00:52:08,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787.h +26 五月 2020 | 00:52:08,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296.h +26 五月 2020 | 00:52:08,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296MethodDeclarations.h +26 五月 2020 | 00:52:08,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959.h +26 五月 2020 | 00:52:08,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookValue62930787MethodDeclarations.h +26 五月 2020 | 00:52:08,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089.h +26 五月 2020 | 00:52:08,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959MethodDeclarations.h +26 五月 2020 | 00:52:08,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649.h +26 五月 2020 | 00:52:08,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089MethodDeclarations.h +26 五月 2020 | 00:52:08,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296.h +26 五月 2020 | 00:52:08,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearLookWrap413668649MethodDeclarations.h +26 五月 2020 | 00:52:08,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296MethodDeclarations.h +26 五月 2020 | 00:52:08,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110.h +26 五月 2020 | 00:52:08,645 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896.h +26 五月 2020 | 00:52:08,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089.h +26 五月 2020 | 00:52:08,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110MethodDeclarations.h +26 五月 2020 | 00:52:08,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089MethodDeclarations.h +26 五月 2020 | 00:52:08,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSize1829338896MethodDeclarations.h +26 五月 2020 | 00:52:08,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539.h +26 五月 2020 | 00:52:08,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089.h +26 五月 2020 | 00:52:08,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110.h +26 五月 2020 | 00:52:08,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539MethodDeclarations.h +26 五月 2020 | 00:52:08,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeValue1524720089MethodDeclarations.h +26 五月 2020 | 00:52:08,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110MethodDeclarations.h +26 五月 2020 | 00:52:08,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066.h +26 五月 2020 | 00:52:08,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503.h +26 五月 2020 | 00:52:08,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539.h +26 五月 2020 | 00:52:08,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066MethodDeclarations.h +26 五月 2020 | 00:52:08,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539MethodDeclarations.h +26 五月 2020 | 00:52:08,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearSizeWrap563511503MethodDeclarations.h +26 五月 2020 | 00:52:08,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612.h +26 五月 2020 | 00:52:08,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066.h +26 五月 2020 | 00:52:08,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612MethodDeclarations.h +26 五月 2020 | 00:52:08,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882.h +26 五月 2020 | 00:52:08,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066MethodDeclarations.h +26 五月 2020 | 00:52:08,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearText2609056882MethodDeclarations.h +26 五月 2020 | 00:52:08,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013.h +26 五月 2020 | 00:52:08,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771.h +26 五月 2020 | 00:52:08,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612.h +26 五月 2020 | 00:52:08,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013MethodDeclarations.h +26 五月 2020 | 00:52:08,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612MethodDeclarations.h +26 五月 2020 | 00:52:08,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTextWrap4181395771MethodDeclarations.h +26 五月 2020 | 00:52:08,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522.h +26 五月 2020 | 00:52:08,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446.h +26 五月 2020 | 00:52:08,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013.h +26 五月 2020 | 00:52:08,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522MethodDeclarations.h +26 五月 2020 | 00:52:08,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearTweenConfig9132446MethodDeclarations.h +26 五月 2020 | 00:52:08,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013MethodDeclarations.h +26 五月 2020 | 00:52:08,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078.h +26 五月 2020 | 00:52:08,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101.h +26 五月 2020 | 00:52:08,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522.h +26 五月 2020 | 00:52:08,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101MethodDeclarations.h +26 五月 2020 | 00:52:08,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXY2961496078MethodDeclarations.h +26 五月 2020 | 00:52:08,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522MethodDeclarations.h +26 五月 2020 | 00:52:08,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655.h +26 五月 2020 | 00:52:08,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521.h +26 五月 2020 | 00:52:08,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101.h +26 五月 2020 | 00:52:08,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655MethodDeclarations.h +26 五月 2020 | 00:52:08,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101MethodDeclarations.h +26 五月 2020 | 00:52:08,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYValue520694521MethodDeclarations.h +26 五月 2020 | 00:52:08,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325.h +26 五月 2020 | 00:52:08,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655.h +26 五月 2020 | 00:52:08,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959.h +26 五月 2020 | 00:52:08,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325MethodDeclarations.h +26 五月 2020 | 00:52:08,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655MethodDeclarations.h +26 五月 2020 | 00:52:08,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GearXYWrap2137366959MethodDeclarations.h +26 五月 2020 | 00:52:08,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207.h +26 五月 2020 | 00:52:08,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325.h +26 五月 2020 | 00:52:08,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296.h +26 五月 2020 | 00:52:08,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207MethodDeclarations.h +26 五月 2020 | 00:52:08,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GlyphInfo58017296MethodDeclarations.h +26 五月 2020 | 00:52:08,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325MethodDeclarations.h +26 五月 2020 | 00:52:08,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095.h +26 五月 2020 | 00:52:08,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089.h +26 五月 2020 | 00:52:08,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207.h +26 五月 2020 | 00:52:08,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095MethodDeclarations.h +26 五月 2020 | 00:52:08,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapper787541089MethodDeclarations.h +26 五月 2020 | 00:52:08,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207MethodDeclarations.h +26 五月 2020 | 00:52:08,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320.h +26 五月 2020 | 00:52:08,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095.h +26 五月 2020 | 00:52:08,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110.h +26 五月 2020 | 00:52:08,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320MethodDeclarations.h +26 五月 2020 | 00:52:08,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GoWrapperWrap3761574110MethodDeclarations.h +26 五月 2020 | 00:52:08,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095MethodDeclarations.h +26 五月 2020 | 00:52:08,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890.h +26 五月 2020 | 00:52:08,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539.h +26 五月 2020 | 00:52:08,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320.h +26 五月 2020 | 00:52:08,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_GroupLayoutType1447535539MethodDeclarations.h +26 五月 2020 | 00:52:08,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890MethodDeclarations.h +26 五月 2020 | 00:52:08,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320MethodDeclarations.h +26 五月 2020 | 00:52:08,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066.h +26 五月 2020 | 00:52:08,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668.h +26 五月 2020 | 00:52:08,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890.h +26 五月 2020 | 00:52:08,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668MethodDeclarations.h +26 五月 2020 | 00:52:08,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestContext605786066MethodDeclarations.h +26 五月 2020 | 00:52:08,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890MethodDeclarations.h +26 五月 2020 | 00:52:08,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599.h +26 五月 2020 | 00:52:08,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612.h +26 五月 2020 | 00:52:08,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599MethodDeclarations.h +26 五月 2020 | 00:52:08,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_HitTestMode669342612MethodDeclarations.h +26 五月 2020 | 00:52:08,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668.h +26 五月 2020 | 00:52:08,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970.h +26 五月 2020 | 00:52:08,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668MethodDeclarations.h +26 五月 2020 | 00:52:08,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013.h +26 五月 2020 | 00:52:08,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970MethodDeclarations.h +26 五月 2020 | 00:52:08,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599.h +26 五月 2020 | 00:52:08,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Image2472209013MethodDeclarations.h +26 五月 2020 | 00:52:08,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599MethodDeclarations.h +26 五月 2020 | 00:52:08,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136.h +26 五月 2020 | 00:52:08,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136MethodDeclarations.h +26 五月 2020 | 00:52:08,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522.h +26 五月 2020 | 00:52:08,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970.h +26 五月 2020 | 00:52:08,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402.h +26 五月 2020 | 00:52:08,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970MethodDeclarations.h +26 五月 2020 | 00:52:08,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEvent3297021522MethodDeclarations.h +26 五月 2020 | 00:52:08,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402MethodDeclarations.h +26 五月 2020 | 00:52:08,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101.h +26 五月 2020 | 00:52:08,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136.h +26 五月 2020 | 00:52:08,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184.h +26 五月 2020 | 00:52:08,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136MethodDeclarations.h +26 五月 2020 | 00:52:08,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputEventWrap3473716101MethodDeclarations.h +26 五月 2020 | 00:52:08,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184MethodDeclarations.h +26 五月 2020 | 00:52:08,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402.h +26 五月 2020 | 00:52:08,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655.h +26 五月 2020 | 00:52:08,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760.h +26 五月 2020 | 00:52:08,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402MethodDeclarations.h +26 五月 2020 | 00:52:08,714 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField1181403655MethodDeclarations.h +26 五月 2020 | 00:52:08,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760MethodDeclarations.h +26 五月 2020 | 00:52:08,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184.h +26 五月 2020 | 00:52:08,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702.h +26 五月 2020 | 00:52:08,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325.h +26 五月 2020 | 00:52:08,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702MethodDeclarations.h +26 五月 2020 | 00:52:08,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184MethodDeclarations.h +26 五月 2020 | 00:52:08,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_CopyHandl669138325MethodDeclarations.h +26 五月 2020 | 00:52:08,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136.h +26 五月 2020 | 00:52:08,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760.h +26 五月 2020 | 00:52:08,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207.h +26 五月 2020 | 00:52:08,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760MethodDeclarations.h +26 五月 2020 | 00:52:08,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136MethodDeclarations.h +26 五月 2020 | 00:52:08,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_InputTextField_PasteHan3508649207MethodDeclarations.h +26 五月 2020 | 00:52:08,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702.h +26 五月 2020 | 00:52:08,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925.h +26 五月 2020 | 00:52:08,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095.h +26 五月 2020 | 00:52:08,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702MethodDeclarations.h +26 五月 2020 | 00:52:08,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925MethodDeclarations.h +26 五月 2020 | 00:52:08,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LineMesh2482701095MethodDeclarations.h +26 五月 2020 | 00:52:08,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136.h +26 五月 2020 | 00:52:08,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701.h +26 五月 2020 | 00:52:08,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136MethodDeclarations.h +26 五月 2020 | 00:52:08,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320.h +26 五月 2020 | 00:52:08,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701MethodDeclarations.h +26 五月 2020 | 00:52:08,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925.h +26 五月 2020 | 00:52:08,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemProvider945064320MethodDeclarations.h +26 五月 2020 | 00:52:08,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598.h +26 五月 2020 | 00:52:08,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925MethodDeclarations.h +26 五月 2020 | 00:52:08,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598MethodDeclarations.h +26 五月 2020 | 00:52:08,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701.h +26 五月 2020 | 00:52:08,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890.h +26 五月 2020 | 00:52:08,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583.h +26 五月 2020 | 00:52:08,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701MethodDeclarations.h +26 五月 2020 | 00:52:08,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListItemRenderer4171974890MethodDeclarations.h +26 五月 2020 | 00:52:08,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583MethodDeclarations.h +26 五月 2020 | 00:52:08,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598.h +26 五月 2020 | 00:52:08,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668.h +26 五月 2020 | 00:52:08,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663.h +26 五月 2020 | 00:52:08,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListLayoutType2026894668MethodDeclarations.h +26 五月 2020 | 00:52:08,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598MethodDeclarations.h +26 五月 2020 | 00:52:08,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599.h +26 五月 2020 | 00:52:08,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663MethodDeclarations.h +26 五月 2020 | 00:52:08,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583.h +26 五月 2020 | 00:52:08,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ListSelectionMode1654429599MethodDeclarations.h +26 五月 2020 | 00:52:08,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584.h +26 五月 2020 | 00:52:08,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583MethodDeclarations.h +26 五月 2020 | 00:52:08,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970.h +26 五月 2020 | 00:52:08,745 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584MethodDeclarations.h +26 五月 2020 | 00:52:08,745 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663.h +26 五月 2020 | 00:52:08,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_LongPressGesture2749192970MethodDeclarations.h +26 五月 2020 | 00:52:08,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931.h +26 五月 2020 | 00:52:08,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663MethodDeclarations.h +26 五月 2020 | 00:52:08,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931MethodDeclarations.h +26 五月 2020 | 00:52:08,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136.h +26 五月 2020 | 00:52:08,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Margin737097136MethodDeclarations.h +26 五月 2020 | 00:52:08,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584.h +26 五月 2020 | 00:52:08,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347.h +26 五月 2020 | 00:52:08,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347MethodDeclarations.h +26 五月 2020 | 00:52:08,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402.h +26 五月 2020 | 00:52:08,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584MethodDeclarations.h +26 五月 2020 | 00:52:08,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339.h +26 五月 2020 | 00:52:08,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MaterialManager3905243402MethodDeclarations.h +26 五月 2020 | 00:52:08,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339MethodDeclarations.h +26 五月 2020 | 00:52:08,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931.h +26 五月 2020 | 00:52:08,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931MethodDeclarations.h +26 五月 2020 | 00:52:08,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184.h +26 五月 2020 | 00:52:08,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139.h +26 五月 2020 | 00:52:08,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139MethodDeclarations.h +26 五月 2020 | 00:52:08,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347.h +26 五月 2020 | 00:52:08,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MeshColliderHitTest1976855184MethodDeclarations.h +26 五月 2020 | 00:52:08,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347MethodDeclarations.h +26 五月 2020 | 00:52:08,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036.h +26 五月 2020 | 00:52:08,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760.h +26 五月 2020 | 00:52:08,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339.h +26 五月 2020 | 00:52:08,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036MethodDeclarations.h +26 五月 2020 | 00:52:08,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339MethodDeclarations.h +26 五月 2020 | 00:52:08,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip2653703760MethodDeclarations.h +26 五月 2020 | 00:52:08,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702.h +26 五月 2020 | 00:52:08,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139.h +26 五月 2020 | 00:52:08,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139MethodDeclarations.h +26 五月 2020 | 00:52:08,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_MovieClip_Frame4131707702MethodDeclarations.h +26 五月 2020 | 00:52:08,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036.h +26 五月 2020 | 00:52:08,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136.h +26 五月 2020 | 00:52:08,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534.h +26 五月 2020 | 00:52:08,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036MethodDeclarations.h +26 五月 2020 | 00:52:08,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534MethodDeclarations.h +26 五月 2020 | 00:52:08,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClip2892028136MethodDeclarations.h +26 五月 2020 | 00:52:08,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534.h +26 五月 2020 | 00:52:08,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840.h +26 五月 2020 | 00:52:08,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925.h +26 五月 2020 | 00:52:08,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534MethodDeclarations.h +26 五月 2020 | 00:52:08,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840MethodDeclarations.h +26 五月 2020 | 00:52:08,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NAudioClipWrap3823757925MethodDeclarations.h +26 五月 2020 | 00:52:08,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840.h +26 五月 2020 | 00:52:08,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185.h +26 五月 2020 | 00:52:08,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840MethodDeclarations.h +26 五月 2020 | 00:52:08,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701.h +26 五月 2020 | 00:52:08,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185MethodDeclarations.h +26 五月 2020 | 00:52:08,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185.h +26 五月 2020 | 00:52:08,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics88183701MethodDeclarations.h +26 五月 2020 | 00:52:08,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593.h +26 五月 2020 | 00:52:08,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185MethodDeclarations.h +26 五月 2020 | 00:52:08,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598.h +26 五月 2020 | 00:52:08,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593MethodDeclarations.h +26 五月 2020 | 00:52:08,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593.h +26 五月 2020 | 00:52:08,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NGraphics_MeshModifier2262098598MethodDeclarations.h +26 五月 2020 | 00:52:08,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593MethodDeclarations.h +26 五月 2020 | 00:52:08,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204.h +26 五月 2020 | 00:52:08,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583.h +26 五月 2020 | 00:52:08,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204.h +26 五月 2020 | 00:52:08,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204MethodDeclarations.h +26 五月 2020 | 00:52:08,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NMaterial1717867583MethodDeclarations.h +26 五月 2020 | 00:52:08,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204MethodDeclarations.h +26 五月 2020 | 00:52:08,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663.h +26 五月 2020 | 00:52:08,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137.h +26 五月 2020 | 00:52:08,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137.h +26 五月 2020 | 00:52:08,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137MethodDeclarations.h +26 五月 2020 | 00:52:08,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTexture84202663MethodDeclarations.h +26 五月 2020 | 00:52:08,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137MethodDeclarations.h +26 五月 2020 | 00:52:08,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584.h +26 五月 2020 | 00:52:08,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645.h +26 五月 2020 | 00:52:08,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645.h +26 五月 2020 | 00:52:08,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_NTextureWrap133299584MethodDeclarations.h +26 五月 2020 | 00:52:08,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645MethodDeclarations.h +26 五月 2020 | 00:52:08,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645MethodDeclarations.h +26 五月 2020 | 00:52:08,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597.h +26 五月 2020 | 00:52:08,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931.h +26 五月 2020 | 00:52:08,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597.h +26 五月 2020 | 00:52:08,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ObjectType2136250931MethodDeclarations.h +26 五月 2020 | 00:52:08,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597MethodDeclarations.h +26 五月 2020 | 00:52:08,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597MethodDeclarations.h +26 五月 2020 | 00:52:08,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347.h +26 五月 2020 | 00:52:08,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363.h +26 五月 2020 | 00:52:08,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin1801030165347MethodDeclarations.h +26 五月 2020 | 00:52:08,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363.h +26 五月 2020 | 00:52:08,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339.h +26 五月 2020 | 00:52:08,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363MethodDeclarations.h +26 五月 2020 | 00:52:08,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363MethodDeclarations.h +26 五月 2020 | 00:52:08,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin360747840339MethodDeclarations.h +26 五月 2020 | 00:52:08,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428.h +26 五月 2020 | 00:52:08,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428.h +26 五月 2020 | 00:52:08,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139.h +26 五月 2020 | 00:52:08,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428MethodDeclarations.h +26 五月 2020 | 00:52:08,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Origin903828133139MethodDeclarations.h +26 五月 2020 | 00:52:08,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428MethodDeclarations.h +26 五月 2020 | 00:52:08,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027.h +26 五月 2020 | 00:52:08,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027.h +26 五月 2020 | 00:52:08,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginHorizontal2521316036MethodDeclarations.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OriginVertical2822393534MethodDeclarations.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027MethodDeclarations.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027MethodDeclarations.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705.h +26 五月 2020 | 00:52:08,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840.h +26 五月 2020 | 00:52:08,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705MethodDeclarations.h +26 五月 2020 | 00:52:08,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_OverflowType751801840MethodDeclarations.h +26 五月 2020 | 00:52:08,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705MethodDeclarations.h +26 五月 2020 | 00:52:08,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165.h +26 五月 2020 | 00:52:08,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185.h +26 五月 2020 | 00:52:08,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165MethodDeclarations.h +26 五月 2020 | 00:52:08,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItem1874577185MethodDeclarations.h +26 五月 2020 | 00:52:08,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875.h +26 五月 2020 | 00:52:08,813 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165.h +26 五月 2020 | 00:52:08,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165MethodDeclarations.h +26 五月 2020 | 00:52:08,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593.h +26 五月 2020 | 00:52:08,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PackageItemType4004503593MethodDeclarations.h +26 五月 2020 | 00:52:08,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875.h +26 五月 2020 | 00:52:08,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875MethodDeclarations.h +26 五月 2020 | 00:52:08,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204.h +26 五月 2020 | 00:52:08,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875MethodDeclarations.h +26 五月 2020 | 00:52:08,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194.h +26 五月 2020 | 00:52:08,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PageOption439968204MethodDeclarations.h +26 五月 2020 | 00:52:08,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194.h +26 五月 2020 | 00:52:08,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194MethodDeclarations.h +26 五月 2020 | 00:52:08,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137.h +26 五月 2020 | 00:52:08,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751.h +26 五月 2020 | 00:52:08,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194MethodDeclarations.h +26 五月 2020 | 00:52:08,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751MethodDeclarations.h +26 五月 2020 | 00:52:08,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PinchGesture2925457137MethodDeclarations.h +26 五月 2020 | 00:52:08,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751.h +26 五月 2020 | 00:52:08,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491.h +26 五月 2020 | 00:52:08,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751MethodDeclarations.h +26 五月 2020 | 00:52:08,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645.h +26 五月 2020 | 00:52:08,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491.h +26 五月 2020 | 00:52:08,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491MethodDeclarations.h +26 五月 2020 | 00:52:08,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTest3550689645MethodDeclarations.h +26 五月 2020 | 00:52:08,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491MethodDeclarations.h +26 五月 2020 | 00:52:08,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597.h +26 五月 2020 | 00:52:08,829 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839.h +26 五月 2020 | 00:52:08,831 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839MethodDeclarations.h +26 五月 2020 | 00:52:08,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PixelHitTestData1839285597MethodDeclarations.h +26 五月 2020 | 00:52:08,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839.h +26 五月 2020 | 00:52:08,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363.h +26 五月 2020 | 00:52:08,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlaneMesh357627363MethodDeclarations.h +26 五月 2020 | 00:52:08,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869.h +26 五月 2020 | 00:52:08,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839MethodDeclarations.h +26 五月 2020 | 00:52:08,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869MethodDeclarations.h +26 五月 2020 | 00:52:08,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428.h +26 五月 2020 | 00:52:08,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869.h +26 五月 2020 | 00:52:08,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085.h +26 五月 2020 | 00:52:08,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869MethodDeclarations.h +26 五月 2020 | 00:52:08,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayCompleteCallback2531407428MethodDeclarations.h +26 五月 2020 | 00:52:08,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085MethodDeclarations.h +26 五月 2020 | 00:52:08,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085.h +26 五月 2020 | 00:52:08,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027.h +26 五月 2020 | 00:52:08,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857.h +26 五月 2020 | 00:52:08,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085MethodDeclarations.h +26 五月 2020 | 00:52:08,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PlayTransitionAction41096027MethodDeclarations.h +26 五月 2020 | 00:52:08,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857.h +26 五月 2020 | 00:52:08,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857MethodDeclarations.h +26 五月 2020 | 00:52:08,845 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705.h +26 五月 2020 | 00:52:08,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191.h +26 五月 2020 | 00:52:08,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PolygonMesh2848543705MethodDeclarations.h +26 五月 2020 | 00:52:08,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857MethodDeclarations.h +26 五月 2020 | 00:52:08,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191MethodDeclarations.h +26 五月 2020 | 00:52:08,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191.h +26 五月 2020 | 00:52:08,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165.h +26 五月 2020 | 00:52:08,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619.h +26 五月 2020 | 00:52:08,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupDirection1747012165MethodDeclarations.h +26 五月 2020 | 00:52:08,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191MethodDeclarations.h +26 五月 2020 | 00:52:08,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619MethodDeclarations.h +26 五月 2020 | 00:52:08,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875.h +26 五月 2020 | 00:52:08,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619.h +26 五月 2020 | 00:52:08,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425.h +26 五月 2020 | 00:52:08,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenu843525875MethodDeclarations.h +26 五月 2020 | 00:52:08,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619MethodDeclarations.h +26 五月 2020 | 00:52:08,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425MethodDeclarations.h +26 五月 2020 | 00:52:08,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194.h +26 五月 2020 | 00:52:08,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254.h +26 五月 2020 | 00:52:08,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425.h +26 五月 2020 | 00:52:08,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254MethodDeclarations.h +26 五月 2020 | 00:52:08,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_PopupMenuWrap1552736194MethodDeclarations.h +26 五月 2020 | 00:52:08,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425MethodDeclarations.h +26 五月 2020 | 00:52:08,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751.h +26 五月 2020 | 00:52:08,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817.h +26 五月 2020 | 00:52:08,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254.h +26 五月 2020 | 00:52:08,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ProgressTitleType720796751MethodDeclarations.h +26 五月 2020 | 00:52:08,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254MethodDeclarations.h +26 五月 2020 | 00:52:08,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817MethodDeclarations.h +26 五月 2020 | 00:52:08,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491.h +26 五月 2020 | 00:52:08,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817.h +26 五月 2020 | 00:52:08,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport2109467491MethodDeclarations.h +26 五月 2020 | 00:52:08,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299.h +26 五月 2020 | 00:52:08,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817MethodDeclarations.h +26 五月 2020 | 00:52:08,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299MethodDeclarations.h +26 五月 2020 | 00:52:08,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839.h +26 五月 2020 | 00:52:08,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_CharState2673733839MethodDeclarations.h +26 五月 2020 | 00:52:08,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299.h +26 五月 2020 | 00:52:08,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434.h +26 五月 2020 | 00:52:08,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869.h +26 五月 2020 | 00:52:08,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299MethodDeclarations.h +26 五月 2020 | 00:52:08,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RTLSupport_DirectionTyp1810010869MethodDeclarations.h +26 五月 2020 | 00:52:08,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434MethodDeclarations.h +26 五月 2020 | 00:52:08,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434.h +26 五月 2020 | 00:52:08,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085.h +26 五月 2020 | 00:52:08,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729.h +26 五月 2020 | 00:52:08,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434MethodDeclarations.h +26 五月 2020 | 00:52:08,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectHitTest421300085MethodDeclarations.h +26 五月 2020 | 00:52:08,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729MethodDeclarations.h +26 五月 2020 | 00:52:08,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777.h +26 五月 2020 | 00:52:08,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729.h +26 五月 2020 | 00:52:08,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857.h +26 五月 2020 | 00:52:08,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777MethodDeclarations.h +26 五月 2020 | 00:52:08,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729MethodDeclarations.h +26 五月 2020 | 00:52:08,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828.h +26 五月 2020 | 00:52:08,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777.h +26 五月 2020 | 00:52:08,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828MethodDeclarations.h +26 五月 2020 | 00:52:08,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777MethodDeclarations.h +26 五月 2020 | 00:52:08,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RectMesh940951857MethodDeclarations.h +26 五月 2020 | 00:52:08,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828.h +26 五月 2020 | 00:52:08,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182.h +26 五月 2020 | 00:52:08,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182MethodDeclarations.h +26 五月 2020 | 00:52:08,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828MethodDeclarations.h +26 五月 2020 | 00:52:08,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191.h +26 五月 2020 | 00:52:08,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RegularPolygonMesh1759998191MethodDeclarations.h +26 五月 2020 | 00:52:08,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213.h +26 五月 2020 | 00:52:08,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182.h +26 五月 2020 | 00:52:08,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619.h +26 五月 2020 | 00:52:08,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182MethodDeclarations.h +26 五月 2020 | 00:52:08,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213MethodDeclarations.h +26 五月 2020 | 00:52:08,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationDef4158805619MethodDeclarations.h +26 五月 2020 | 00:52:08,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362.h +26 五月 2020 | 00:52:08,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213.h +26 五月 2020 | 00:52:08,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425.h +26 五月 2020 | 00:52:08,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362MethodDeclarations.h +26 五月 2020 | 00:52:08,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationItem2877281425MethodDeclarations.h +26 五月 2020 | 00:52:08,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213MethodDeclarations.h +26 五月 2020 | 00:52:08,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995.h +26 五月 2020 | 00:52:08,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995MethodDeclarations.h +26 五月 2020 | 00:52:08,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254.h +26 五月 2020 | 00:52:08,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362.h +26 五月 2020 | 00:52:08,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationType3865160254MethodDeclarations.h +26 五月 2020 | 00:52:08,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973.h +26 五月 2020 | 00:52:08,898 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362MethodDeclarations.h +26 五月 2020 | 00:52:08,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817.h +26 五月 2020 | 00:52:08,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973MethodDeclarations.h +26 五月 2020 | 00:52:08,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995.h +26 五月 2020 | 00:52:08,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995MethodDeclarations.h +26 五月 2020 | 00:52:08,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationTypeWrap2078973817MethodDeclarations.h +26 五月 2020 | 00:52:08,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425.h +26 五月 2020 | 00:52:08,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973.h +26 五月 2020 | 00:52:08,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299.h +26 五月 2020 | 00:52:08,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425MethodDeclarations.h +26 五月 2020 | 00:52:08,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973MethodDeclarations.h +26 五月 2020 | 00:52:08,905 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Relations4252742299MethodDeclarations.h +26 五月 2020 | 00:52:08,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854.h +26 五月 2020 | 00:52:08,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425.h +26 五月 2020 | 00:52:08,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434.h +26 五月 2020 | 00:52:08,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854MethodDeclarations.h +26 五月 2020 | 00:52:08,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425MethodDeclarations.h +26 五月 2020 | 00:52:08,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003.h +26 五月 2020 | 00:52:08,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RelationsWrap1871756434MethodDeclarations.h +26 五月 2020 | 00:52:08,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003MethodDeclarations.h +26 五月 2020 | 00:52:08,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854.h +26 五月 2020 | 00:52:08,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729.h +26 五月 2020 | 00:52:08,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854MethodDeclarations.h +26 五月 2020 | 00:52:08,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453.h +26 五月 2020 | 00:52:08,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RichTextField4204199729MethodDeclarations.h +26 五月 2020 | 00:52:08,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003.h +26 五月 2020 | 00:52:08,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453MethodDeclarations.h +26 五月 2020 | 00:52:08,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777.h +26 五月 2020 | 00:52:08,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003MethodDeclarations.h +26 五月 2020 | 00:52:08,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RotationGesture1409909777MethodDeclarations.h +26 五月 2020 | 00:52:08,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360.h +26 五月 2020 | 00:52:08,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453.h +26 五月 2020 | 00:52:08,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828.h +26 五月 2020 | 00:52:08,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360MethodDeclarations.h +26 五月 2020 | 00:52:08,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453MethodDeclarations.h +26 五月 2020 | 00:52:08,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_RoundedRectMesh2495856828MethodDeclarations.h +26 五月 2020 | 00:52:08,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427.h +26 五月 2020 | 00:52:08,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360.h +26 五月 2020 | 00:52:08,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427MethodDeclarations.h +26 五月 2020 | 00:52:08,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182.h +26 五月 2020 | 00:52:08,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360MethodDeclarations.h +26 五月 2020 | 00:52:08,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollBarDisplayType508237182MethodDeclarations.h +26 五月 2020 | 00:52:08,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290.h +26 五月 2020 | 00:52:08,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290MethodDeclarations.h +26 五月 2020 | 00:52:08,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427.h +26 五月 2020 | 00:52:08,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213.h +26 五月 2020 | 00:52:08,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427MethodDeclarations.h +26 五月 2020 | 00:52:08,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079.h +26 五月 2020 | 00:52:08,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290.h +26 五月 2020 | 00:52:08,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPane431787213MethodDeclarations.h +26 五月 2020 | 00:52:08,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079MethodDeclarations.h +26 五月 2020 | 00:52:08,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290MethodDeclarations.h +26 五月 2020 | 00:52:08,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863.h +26 五月 2020 | 00:52:08,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362.h +26 五月 2020 | 00:52:08,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079.h +26 五月 2020 | 00:52:08,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863MethodDeclarations.h +26 五月 2020 | 00:52:08,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollPaneWrap3466870362MethodDeclarations.h +26 五月 2020 | 00:52:08,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079MethodDeclarations.h +26 五月 2020 | 00:52:08,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995.h +26 五月 2020 | 00:52:08,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774.h +26 五月 2020 | 00:52:08,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ScrollType2643074995MethodDeclarations.h +26 五月 2020 | 00:52:08,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863.h +26 五月 2020 | 00:52:08,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774MethodDeclarations.h +26 五月 2020 | 00:52:08,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973.h +26 五月 2020 | 00:52:08,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863MethodDeclarations.h +26 五月 2020 | 00:52:08,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457.h +26 五月 2020 | 00:52:08,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SelectionShape1383229973MethodDeclarations.h +26 五月 2020 | 00:52:08,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774.h +26 五月 2020 | 00:52:08,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457MethodDeclarations.h +26 五月 2020 | 00:52:08,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425.h +26 五月 2020 | 00:52:08,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774MethodDeclarations.h +26 五月 2020 | 00:52:08,942 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353.h +26 五月 2020 | 00:52:08,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig3501750425MethodDeclarations.h +26 五月 2020 | 00:52:08,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457.h +26 五月 2020 | 00:52:08,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353MethodDeclarations.h +26 五月 2020 | 00:52:08,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790.h +26 五月 2020 | 00:52:08,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854.h +26 五月 2020 | 00:52:08,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457MethodDeclarations.h +26 五月 2020 | 00:52:08,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_GetFunctio1461817854MethodDeclarations.h +26 五月 2020 | 00:52:08,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353.h +26 五月 2020 | 00:52:08,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790MethodDeclarations.h +26 五月 2020 | 00:52:08,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003.h +26 五月 2020 | 00:52:08,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353MethodDeclarations.h +26 五月 2020 | 00:52:08,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902.h +26 五月 2020 | 00:52:08,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_ShaderConfig_PropertyIDs491608003MethodDeclarations.h +26 五月 2020 | 00:52:08,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790.h +26 五月 2020 | 00:52:08,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902MethodDeclarations.h +26 五月 2020 | 00:52:08,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453.h +26 五月 2020 | 00:52:08,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790MethodDeclarations.h +26 五月 2020 | 00:52:08,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261.h +26 五月 2020 | 00:52:08,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Shape1180768453MethodDeclarations.h +26 五月 2020 | 00:52:08,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902.h +26 五月 2020 | 00:52:08,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360.h +26 五月 2020 | 00:52:08,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261MethodDeclarations.h +26 五月 2020 | 00:52:08,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902MethodDeclarations.h +26 五月 2020 | 00:52:08,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stage1180769360MethodDeclarations.h +26 五月 2020 | 00:52:08,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331.h +26 五月 2020 | 00:52:08,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261.h +26 五月 2020 | 00:52:08,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261MethodDeclarations.h +26 五月 2020 | 00:52:08,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331MethodDeclarations.h +26 五月 2020 | 00:52:08,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427.h +26 五月 2020 | 00:52:08,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331.h +26 五月 2020 | 00:52:08,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397.h +26 五月 2020 | 00:52:08,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageCamera2515251427MethodDeclarations.h +26 五月 2020 | 00:52:08,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331MethodDeclarations.h +26 五月 2020 | 00:52:08,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397MethodDeclarations.h +26 五月 2020 | 00:52:08,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290.h +26 五月 2020 | 00:52:08,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397.h +26 五月 2020 | 00:52:08,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710.h +26 五月 2020 | 00:52:08,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageEngine3344032290MethodDeclarations.h +26 五月 2020 | 00:52:08,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397MethodDeclarations.h +26 五月 2020 | 00:52:08,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710MethodDeclarations.h +26 五月 2020 | 00:52:08,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079.h +26 五月 2020 | 00:52:08,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749.h +26 五月 2020 | 00:52:08,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710.h +26 五月 2020 | 00:52:08,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StageWrap4005883079MethodDeclarations.h +26 五月 2020 | 00:52:08,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863.h +26 五月 2020 | 00:52:08,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710MethodDeclarations.h +26 五月 2020 | 00:52:08,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749MethodDeclarations.h +26 五月 2020 | 00:52:08,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503.h +26 五月 2020 | 00:52:08,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749.h +26 五月 2020 | 00:52:08,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Stats3956706863MethodDeclarations.h +26 五月 2020 | 00:52:08,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503MethodDeclarations.h +26 五月 2020 | 00:52:08,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749MethodDeclarations.h +26 五月 2020 | 00:52:08,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774.h +26 五月 2020 | 00:52:08,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110.h +26 五月 2020 | 00:52:08,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503.h +26 五月 2020 | 00:52:08,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_StencilEraser775723774MethodDeclarations.h +26 五月 2020 | 00:52:08,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110MethodDeclarations.h +26 五月 2020 | 00:52:08,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503MethodDeclarations.h +26 五月 2020 | 00:52:08,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457.h +26 五月 2020 | 00:52:08,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110.h +26 五月 2020 | 00:52:08,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854.h +26 五月 2020 | 00:52:08,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_SwipeGesture100644457MethodDeclarations.h +26 五月 2020 | 00:52:08,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110MethodDeclarations.h +26 五月 2020 | 00:52:08,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854MethodDeclarations.h +26 五月 2020 | 00:52:08,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353.h +26 五月 2020 | 00:52:08,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854.h +26 五月 2020 | 00:52:08,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081.h +26 五月 2020 | 00:52:08,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue3442923353MethodDeclarations.h +26 五月 2020 | 00:52:08,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854MethodDeclarations.h +26 五月 2020 | 00:52:08,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790.h +26 五月 2020 | 00:52:08,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081MethodDeclarations.h +26 五月 2020 | 00:52:08,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081.h +26 五月 2020 | 00:52:08,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Animation1880609790MethodDeclarations.h +26 五月 2020 | 00:52:08,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029.h +26 五月 2020 | 00:52:08,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029MethodDeclarations.h +26 五月 2020 | 00:52:08,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902.h +26 五月 2020 | 00:52:08,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081MethodDeclarations.h +26 五月 2020 | 00:52:08,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Shake670735902MethodDeclarations.h +26 五月 2020 | 00:52:08,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029.h +26 五月 2020 | 00:52:08,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784.h +26 五月 2020 | 00:52:08,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029MethodDeclarations.h +26 五月 2020 | 00:52:08,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261.h +26 五月 2020 | 00:52:08,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784MethodDeclarations.h +26 五月 2020 | 00:52:08,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Sound3742295261MethodDeclarations.h +26 五月 2020 | 00:52:08,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784.h +26 五月 2020 | 00:52:08,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331.h +26 五月 2020 | 00:52:08,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240.h +26 五月 2020 | 00:52:08,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784MethodDeclarations.h +26 五月 2020 | 00:52:08,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240MethodDeclarations.h +26 五月 2020 | 00:52:09,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Text1496085331MethodDeclarations.h +26 五月 2020 | 00:52:09,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240.h +26 五月 2020 | 00:52:09,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397.h +26 五月 2020 | 00:52:09,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834.h +26 五月 2020 | 00:52:09,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240MethodDeclarations.h +26 五月 2020 | 00:52:09,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834MethodDeclarations.h +26 五月 2020 | 00:52:09,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Transition3325926397MethodDeclarations.h +26 五月 2020 | 00:52:09,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834.h +26 五月 2020 | 00:52:09,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079.h +26 五月 2020 | 00:52:09,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710.h +26 五月 2020 | 00:52:09,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834MethodDeclarations.h +26 五月 2020 | 00:52:09,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079MethodDeclarations.h +26 五月 2020 | 00:52:09,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085.h +26 五月 2020 | 00:52:09,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TValue_Visible616654710MethodDeclarations.h +26 五月 2020 | 00:52:09,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079.h +26 五月 2020 | 00:52:09,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079MethodDeclarations.h +26 五月 2020 | 00:52:09,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085MethodDeclarations.h +26 五月 2020 | 00:52:09,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528.h +26 五月 2020 | 00:52:09,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528MethodDeclarations.h +26 五月 2020 | 00:52:09,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749.h +26 五月 2020 | 00:52:09,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField1207703749MethodDeclarations.h +26 五月 2020 | 00:52:09,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503.h +26 五月 2020 | 00:52:09,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_CharPosition1878681503MethodDeclarations.h +26 五月 2020 | 00:52:09,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045.h +26 五月 2020 | 00:52:09,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085.h +26 五月 2020 | 00:52:09,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110.h +26 五月 2020 | 00:52:09,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085MethodDeclarations.h +26 五月 2020 | 00:52:09,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045MethodDeclarations.h +26 五月 2020 | 00:52:09,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextField_LineInfo1589942110MethodDeclarations.h +26 五月 2020 | 00:52:09,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528.h +26 五月 2020 | 00:52:09,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067.h +26 五月 2020 | 00:52:09,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067MethodDeclarations.h +26 五月 2020 | 00:52:09,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528MethodDeclarations.h +26 五月 2020 | 00:52:09,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854.h +26 五月 2020 | 00:52:09,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138.h +26 五月 2020 | 00:52:09,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045.h +26 五月 2020 | 00:52:09,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat3801473854MethodDeclarations.h +26 五月 2020 | 00:52:09,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138MethodDeclarations.h +26 五月 2020 | 00:52:09,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045MethodDeclarations.h +26 五月 2020 | 00:52:09,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081.h +26 五月 2020 | 00:52:09,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378.h +26 五月 2020 | 00:52:09,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067.h +26 五月 2020 | 00:52:09,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormatWrap2790621081MethodDeclarations.h +26 五月 2020 | 00:52:09,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067MethodDeclarations.h +26 五月 2020 | 00:52:09,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378MethodDeclarations.h +26 五月 2020 | 00:52:09,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218.h +26 五月 2020 | 00:52:09,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218MethodDeclarations.h +26 五月 2020 | 00:52:09,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029.h +26 五月 2020 | 00:52:09,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138.h +26 五月 2020 | 00:52:09,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TextFormat_SpecialStyle1416482029MethodDeclarations.h +26 五月 2020 | 00:52:09,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366.h +26 五月 2020 | 00:52:09,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138MethodDeclarations.h +26 五月 2020 | 00:52:09,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784.h +26 五月 2020 | 00:52:09,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366MethodDeclarations.h +26 五月 2020 | 00:52:09,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378.h +26 五月 2020 | 00:52:09,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimerCallback3558405784MethodDeclarations.h +26 五月 2020 | 00:52:09,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879.h +26 五月 2020 | 00:52:09,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378MethodDeclarations.h +26 五月 2020 | 00:52:09,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879MethodDeclarations.h +26 五月 2020 | 00:52:09,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240.h +26 五月 2020 | 00:52:09,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218.h +26 五月 2020 | 00:52:09,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862.h +26 五月 2020 | 00:52:09,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Timers4121630240MethodDeclarations.h +26 五月 2020 | 00:52:09,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862MethodDeclarations.h +26 五月 2020 | 00:52:09,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218MethodDeclarations.h +26 五月 2020 | 00:52:09,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834.h +26 五月 2020 | 00:52:09,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366.h +26 五月 2020 | 00:52:09,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693.h +26 五月 2020 | 00:52:09,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersEngine2765131834MethodDeclarations.h +26 五月 2020 | 00:52:09,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366MethodDeclarations.h +26 五月 2020 | 00:52:09,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693MethodDeclarations.h +26 五月 2020 | 00:52:09,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079.h +26 五月 2020 | 00:52:09,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879.h +26 五月 2020 | 00:52:09,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501.h +26 五月 2020 | 00:52:09,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TimersWrap3711159079MethodDeclarations.h +26 五月 2020 | 00:52:09,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879MethodDeclarations.h +26 五月 2020 | 00:52:09,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501MethodDeclarations.h +26 五月 2020 | 00:52:09,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085.h +26 五月 2020 | 00:52:09,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862.h +26 五月 2020 | 00:52:09,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829.h +26 五月 2020 | 00:52:09,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchInfo555774085MethodDeclarations.h +26 五月 2020 | 00:52:09,056 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862MethodDeclarations.h +26 五月 2020 | 00:52:09,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829MethodDeclarations.h +26 五月 2020 | 00:52:09,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528.h +26 五月 2020 | 00:52:09,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167.h +26 五月 2020 | 00:52:09,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693.h +26 五月 2020 | 00:52:09,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TouchScreenKeyboard4004930528MethodDeclarations.h +26 五月 2020 | 00:52:09,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167MethodDeclarations.h +26 五月 2020 | 00:52:09,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693MethodDeclarations.h +26 五月 2020 | 00:52:09,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045.h +26 五月 2020 | 00:52:09,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453.h +26 五月 2020 | 00:52:09,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501.h +26 五月 2020 | 00:52:09,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition1579694045MethodDeclarations.h +26 五月 2020 | 00:52:09,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501MethodDeclarations.h +26 五月 2020 | 00:52:09,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453MethodDeclarations.h +26 五月 2020 | 00:52:09,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067.h +26 五月 2020 | 00:52:09,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829.h +26 五月 2020 | 00:52:09,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionActionType677114067MethodDeclarations.h +26 五月 2020 | 00:52:09,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984.h +26 五月 2020 | 00:52:09,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829MethodDeclarations.h +26 五月 2020 | 00:52:09,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138.h +26 五月 2020 | 00:52:09,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984MethodDeclarations.h +26 五月 2020 | 00:52:09,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167.h +26 五月 2020 | 00:52:09,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionHook2349169138MethodDeclarations.h +26 五月 2020 | 00:52:09,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167MethodDeclarations.h +26 五月 2020 | 00:52:09,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082.h +26 五月 2020 | 00:52:09,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453.h +26 五月 2020 | 00:52:09,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378.h +26 五月 2020 | 00:52:09,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082MethodDeclarations.h +26 五月 2020 | 00:52:09,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453MethodDeclarations.h +26 五月 2020 | 00:52:09,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720.h +26 五月 2020 | 00:52:09,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984.h +26 五月 2020 | 00:52:09,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionItem3296900378MethodDeclarations.h +26 五月 2020 | 00:52:09,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720MethodDeclarations.h +26 五月 2020 | 00:52:09,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218.h +26 五月 2020 | 00:52:09,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984MethodDeclarations.h +26 五月 2020 | 00:52:09,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349.h +26 五月 2020 | 00:52:09,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TransitionWrap2068623218MethodDeclarations.h +26 五月 2020 | 00:52:09,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349MethodDeclarations.h +26 五月 2020 | 00:52:09,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082.h +26 五月 2020 | 00:52:09,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366.h +26 五月 2020 | 00:52:09,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334.h +26 五月 2020 | 00:52:09,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082MethodDeclarations.h +26 五月 2020 | 00:52:09,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Transition_U3CDecodeVal4200368366MethodDeclarations.h +26 五月 2020 | 00:52:09,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334MethodDeclarations.h +26 五月 2020 | 00:52:09,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720.h +26 五月 2020 | 00:52:09,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879.h +26 五月 2020 | 00:52:09,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720MethodDeclarations.h +26 五月 2020 | 00:52:09,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740.h +26 五月 2020 | 00:52:09,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TranslationHelper1777555879MethodDeclarations.h +26 五月 2020 | 00:52:09,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349.h +26 五月 2020 | 00:52:09,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740MethodDeclarations.h +26 五月 2020 | 00:52:09,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862.h +26 五月 2020 | 00:52:09,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349MethodDeclarations.h +26 五月 2020 | 00:52:09,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769.h +26 五月 2020 | 00:52:09,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334.h +26 五月 2020 | 00:52:09,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeNode4178054862MethodDeclarations.h +26 五月 2020 | 00:52:09,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769MethodDeclarations.h +26 五月 2020 | 00:52:09,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334MethodDeclarations.h +26 五月 2020 | 00:52:09,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693.h +26 五月 2020 | 00:52:09,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142.h +26 五月 2020 | 00:52:09,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740.h +26 五月 2020 | 00:52:09,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView1704903693MethodDeclarations.h +26 五月 2020 | 00:52:09,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142MethodDeclarations.h +26 五月 2020 | 00:52:09,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740MethodDeclarations.h +26 五月 2020 | 00:52:09,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501.h +26 五月 2020 | 00:52:09,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169.h +26 五月 2020 | 00:52:09,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769.h +26 五月 2020 | 00:52:09,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeCreate1243330501MethodDeclarations.h +26 五月 2020 | 00:52:09,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169MethodDeclarations.h +26 五月 2020 | 00:52:09,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769MethodDeclarations.h +26 五月 2020 | 00:52:09,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829.h +26 五月 2020 | 00:52:09,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276.h +26 五月 2020 | 00:52:09,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276MethodDeclarations.h +26 五月 2020 | 00:52:09,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142.h +26 五月 2020 | 00:52:09,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeRender3817924829MethodDeclarations.h +26 五月 2020 | 00:52:09,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167.h +26 五月 2020 | 00:52:09,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834.h +26 五月 2020 | 00:52:09,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142MethodDeclarations.h +26 五月 2020 | 00:52:09,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TreeView_TreeNodeWillEx3990861167MethodDeclarations.h +26 五月 2020 | 00:52:09,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834MethodDeclarations.h +26 五月 2020 | 00:52:09,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169.h +26 五月 2020 | 00:52:09,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453.h +26 五月 2020 | 00:52:09,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417.h +26 五月 2020 | 00:52:09,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169MethodDeclarations.h +26 五月 2020 | 00:52:09,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenConfig906770453MethodDeclarations.h +26 五月 2020 | 00:52:09,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417MethodDeclarations.h +26 五月 2020 | 00:52:09,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276.h +26 五月 2020 | 00:52:09,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984.h +26 五月 2020 | 00:52:09,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276MethodDeclarations.h +26 五月 2020 | 00:52:09,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897.h +26 五月 2020 | 00:52:09,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager1824241984MethodDeclarations.h +26 五月 2020 | 00:52:09,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897MethodDeclarations.h +26 五月 2020 | 00:52:09,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834.h +26 五月 2020 | 00:52:09,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082.h +26 五月 2020 | 00:52:09,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001.h +26 五月 2020 | 00:52:09,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834MethodDeclarations.h +26 五月 2020 | 00:52:09,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001MethodDeclarations.h +26 五月 2020 | 00:52:09,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenManager_TweenEngin3721949082MethodDeclarations.h +26 五月 2020 | 00:52:09,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417.h +26 五月 2020 | 00:52:09,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352.h +26 五月 2020 | 00:52:09,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352MethodDeclarations.h +26 五月 2020 | 00:52:09,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720.h +26 五月 2020 | 00:52:09,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417MethodDeclarations.h +26 五月 2020 | 00:52:09,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropType2046791720MethodDeclarations.h +26 五月 2020 | 00:52:09,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045.h +26 五月 2020 | 00:52:09,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897.h +26 五月 2020 | 00:52:09,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349.h +26 五月 2020 | 00:52:09,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045MethodDeclarations.h +26 五月 2020 | 00:52:09,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897MethodDeclarations.h +26 五月 2020 | 00:52:09,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenPropTypeUtils1015780349MethodDeclarations.h +26 五月 2020 | 00:52:09,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001.h +26 五月 2020 | 00:52:09,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183.h +26 五月 2020 | 00:52:09,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001MethodDeclarations.h +26 五月 2020 | 00:52:09,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334.h +26 五月 2020 | 00:52:09,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183MethodDeclarations.h +26 五月 2020 | 00:52:09,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352.h +26 五月 2020 | 00:52:09,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TweenValue1844768334MethodDeclarations.h +26 五月 2020 | 00:52:09,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352MethodDeclarations.h +26 五月 2020 | 00:52:09,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398.h +26 五月 2020 | 00:52:09,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740.h +26 五月 2020 | 00:52:09,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398MethodDeclarations.h +26 五月 2020 | 00:52:09,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045.h +26 五月 2020 | 00:52:09,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect1565469740MethodDeclarations.h +26 五月 2020 | 00:52:09,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712.h +26 五月 2020 | 00:52:09,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045MethodDeclarations.h +26 五月 2020 | 00:52:09,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712MethodDeclarations.h +26 五月 2020 | 00:52:09,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769.h +26 五月 2020 | 00:52:09,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183.h +26 五月 2020 | 00:52:09,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678.h +26 五月 2020 | 00:52:09,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_TypingEffect_U3CPrintU33691584769MethodDeclarations.h +26 五月 2020 | 00:52:09,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183MethodDeclarations.h +26 五月 2020 | 00:52:09,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142.h +26 五月 2020 | 00:52:09,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398.h +26 五月 2020 | 00:52:09,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678MethodDeclarations.h +26 五月 2020 | 00:52:09,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398MethodDeclarations.h +26 五月 2020 | 00:52:09,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712.h +26 五月 2020 | 00:52:09,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig3001615142MethodDeclarations.h +26 五月 2020 | 00:52:09,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943.h +26 五月 2020 | 00:52:09,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712MethodDeclarations.h +26 五月 2020 | 00:52:09,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169.h +26 五月 2020 | 00:52:09,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943MethodDeclarations.h +26 五月 2020 | 00:52:09,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678.h +26 五月 2020 | 00:52:09,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfigWrap1558115169MethodDeclarations.h +26 五月 2020 | 00:52:09,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925.h +26 五月 2020 | 00:52:09,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276.h +26 五月 2020 | 00:52:09,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigKey4226662276MethodDeclarations.h +26 五月 2020 | 00:52:09,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925MethodDeclarations.h +26 五月 2020 | 00:52:09,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678MethodDeclarations.h +26 五月 2020 | 00:52:09,274 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834.h +26 五月 2020 | 00:52:09,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953.h +26 五月 2020 | 00:52:09,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_ConfigValue120733834MethodDeclarations.h +26 五月 2020 | 00:52:09,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943.h +26 五月 2020 | 00:52:09,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953MethodDeclarations.h +26 五月 2020 | 00:52:09,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417.h +26 五月 2020 | 00:52:09,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943MethodDeclarations.h +26 五月 2020 | 00:52:09,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664.h +26 五月 2020 | 00:52:09,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIConfig_SoundLoader4140433417MethodDeclarations.h +26 五月 2020 | 00:52:09,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925.h +26 五月 2020 | 00:52:09,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664MethodDeclarations.h +26 五月 2020 | 00:52:09,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897.h +26 五月 2020 | 00:52:09,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925MethodDeclarations.h +26 五月 2020 | 00:52:09,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445.h +26 五月 2020 | 00:52:09,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler1134657897MethodDeclarations.h +26 五月 2020 | 00:52:09,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953.h +26 五月 2020 | 00:52:09,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538MethodDeclarations.h +26 五月 2020 | 00:52:09,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScaleMod847041001MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401MethodDeclarations.h +26 五月 2020 | 00:52:09,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIContentScaler_ScreenMat10387352MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UILoadCallback3885234045MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory1828660183MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactoryWrap2148814398MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GCompon2364767712MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_GLoader2137203678MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetE1997419943MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetL2481077925MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIObjectFactory_U3CSetPa121588953MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage709416664MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackageWrap3728162445MethodDeclarations.h +26 五月 2020 | 00:52:09,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942.h +26 五月 2020 | 00:52:09,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873MethodDeclarations.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401.h +26 五月 2020 | 00:52:09,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401MethodDeclarations.h +26 五月 2020 | 00:52:09,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349.h +26 五月 2020 | 00:52:09,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881MethodDeclarations.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808MethodDeclarations.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665MethodDeclarations.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885.h +26 五月 2020 | 00:52:09,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885MethodDeclarations.h +26 五月 2020 | 00:52:09,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808MethodDeclarations.h +26 五月 2020 | 00:52:09,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647.h +26 五月 2020 | 00:52:09,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647MethodDeclarations.h +26 五月 2020 | 00:52:09,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_AtlasSprite3512169349MethodDeclarations.h +26 五月 2020 | 00:52:09,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665.h +26 五月 2020 | 00:52:09,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395.h +26 五月 2020 | 00:52:09,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462.h +26 五月 2020 | 00:52:09,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665MethodDeclarations.h +26 五月 2020 | 00:52:09,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPackage_CreateObjectC2452356395MethodDeclarations.h +26 五月 2020 | 00:52:09,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462MethodDeclarations.h +26 五月 2020 | 00:52:09,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607.h +26 五月 2020 | 00:52:09,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885.h +26 五月 2020 | 00:52:09,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264.h +26 五月 2020 | 00:52:09,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPainter2400266607MethodDeclarations.h +26 五月 2020 | 00:52:09,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885MethodDeclarations.h +26 五月 2020 | 00:52:09,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264MethodDeclarations.h +26 五月 2020 | 00:52:09,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647.h +26 五月 2020 | 00:52:09,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538.h +26 五月 2020 | 00:52:09,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328.h +26 五月 2020 | 00:52:09,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647MethodDeclarations.h +26 五月 2020 | 00:52:09,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328MethodDeclarations.h +26 五月 2020 | 00:52:09,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UIPanel1943730538MethodDeclarations.h +26 五月 2020 | 00:52:09,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462.h +26 五月 2020 | 00:52:09,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961.h +26 五月 2020 | 00:52:09,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942.h +26 五月 2020 | 00:52:09,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462MethodDeclarations.h +26 五月 2020 | 00:52:09,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext3866408942MethodDeclarations.h +26 五月 2020 | 00:52:09,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961MethodDeclarations.h +26 五月 2020 | 00:52:09,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264.h +26 五月 2020 | 00:52:09,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627.h +26 五月 2020 | 00:52:09,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328.h +26 五月 2020 | 00:52:09,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264MethodDeclarations.h +26 五月 2020 | 00:52:09,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_UpdateContext_ClipInfo128403627MethodDeclarations.h +26 五月 2020 | 00:52:09,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328MethodDeclarations.h +26 五月 2020 | 00:52:09,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328.h +26 五月 2020 | 00:52:09,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404.h +26 五月 2020 | 00:52:09,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588.h +26 五月 2020 | 00:52:09,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328MethodDeclarations.h +26 五月 2020 | 00:52:09,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ByteBuffer3139400404MethodDeclarations.h +26 五月 2020 | 00:52:09,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588MethodDeclarations.h +26 五月 2020 | 00:52:09,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961.h +26 五月 2020 | 00:52:09,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374.h +26 五月 2020 | 00:52:09,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873.h +26 五月 2020 | 00:52:09,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961MethodDeclarations.h +26 五月 2020 | 00:52:09,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374MethodDeclarations.h +26 五月 2020 | 00:52:09,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlButton3659109873MethodDeclarations.h +26 五月 2020 | 00:52:09,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579.h +26 五月 2020 | 00:52:09,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328.h +26 五月 2020 | 00:52:09,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579MethodDeclarations.h +26 五月 2020 | 00:52:09,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401.h +26 五月 2020 | 00:52:09,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328MethodDeclarations.h +26 五月 2020 | 00:52:09,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElement3135755401MethodDeclarations.h +26 五月 2020 | 00:52:09,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588.h +26 五月 2020 | 00:52:09,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849.h +26 五月 2020 | 00:52:09,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881.h +26 五月 2020 | 00:52:09,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlElementType2242385881MethodDeclarations.h +26 五月 2020 | 00:52:09,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588MethodDeclarations.h +26 五月 2020 | 00:52:09,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849MethodDeclarations.h +26 五月 2020 | 00:52:09,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374.h +26 五月 2020 | 00:52:09,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883.h +26 五月 2020 | 00:52:09,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808.h +26 五月 2020 | 00:52:09,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374MethodDeclarations.h +26 五月 2020 | 00:52:09,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlImage286818808MethodDeclarations.h +26 五月 2020 | 00:52:09,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883MethodDeclarations.h +26 五月 2020 | 00:52:09,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665.h +26 五月 2020 | 00:52:09,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503.h +26 五月 2020 | 00:52:09,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579.h +26 五月 2020 | 00:52:09,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlInput3035646665MethodDeclarations.h +26 五月 2020 | 00:52:09,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579MethodDeclarations.h +26 五月 2020 | 00:52:09,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503MethodDeclarations.h +26 五月 2020 | 00:52:09,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885.h +26 五月 2020 | 00:52:09,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691.h +26 五月 2020 | 00:52:09,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849.h +26 五月 2020 | 00:52:09,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691MethodDeclarations.h +26 五月 2020 | 00:52:09,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlLink1548122885MethodDeclarations.h +26 五月 2020 | 00:52:09,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849MethodDeclarations.h +26 五月 2020 | 00:52:09,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647.h +26 五月 2020 | 00:52:09,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908.h +26 五月 2020 | 00:52:09,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883.h +26 五月 2020 | 00:52:09,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlPageContext1230981647MethodDeclarations.h +26 五月 2020 | 00:52:09,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908MethodDeclarations.h +26 五月 2020 | 00:52:09,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883MethodDeclarations.h +26 五月 2020 | 00:52:09,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462.h +26 五月 2020 | 00:52:09,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000.h +26 五月 2020 | 00:52:09,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503.h +26 五月 2020 | 00:52:09,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParseOptions2926988462MethodDeclarations.h +26 五月 2020 | 00:52:09,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000MethodDeclarations.h +26 五月 2020 | 00:52:09,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503MethodDeclarations.h +26 五月 2020 | 00:52:09,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264.h +26 五月 2020 | 00:52:09,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691.h +26 五月 2020 | 00:52:09,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529.h +26 五月 2020 | 00:52:09,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691MethodDeclarations.h +26 五月 2020 | 00:52:09,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser1110939264MethodDeclarations.h +26 五月 2020 | 00:52:09,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529MethodDeclarations.h +26 五月 2020 | 00:52:09,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908.h +26 五月 2020 | 00:52:09,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328.h +26 五月 2020 | 00:52:09,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908MethodDeclarations.h +26 五月 2020 | 00:52:09,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310.h +26 五月 2020 | 00:52:09,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlParser_TextFor824024328MethodDeclarations.h +26 五月 2020 | 00:52:09,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310MethodDeclarations.h +26 五月 2020 | 00:52:09,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000.h +26 五月 2020 | 00:52:09,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961.h +26 五月 2020 | 00:52:09,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000MethodDeclarations.h +26 五月 2020 | 00:52:09,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562.h +26 五月 2020 | 00:52:09,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_HtmlSelect345029961MethodDeclarations.h +26 五月 2020 | 00:52:09,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529.h +26 五月 2020 | 00:52:09,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562MethodDeclarations.h +26 五月 2020 | 00:52:09,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328.h +26 五月 2020 | 00:52:09,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529MethodDeclarations.h +26 五月 2020 | 00:52:09,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058.h +26 五月 2020 | 00:52:09,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ToolSet47051328MethodDeclarations.h +26 五月 2020 | 00:52:09,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058MethodDeclarations.h +26 五月 2020 | 00:52:09,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310.h +26 五月 2020 | 00:52:09,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588.h +26 五月 2020 | 00:52:09,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310MethodDeclarations.h +26 五月 2020 | 00:52:09,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser3378584588MethodDeclarations.h +26 五月 2020 | 00:52:09,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739.h +26 五月 2020 | 00:52:09,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562.h +26 五月 2020 | 00:52:09,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374.h +26 五月 2020 | 00:52:09,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739MethodDeclarations.h +26 五月 2020 | 00:52:09,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_UBBParser_TagHand2416700374MethodDeclarations.h +26 五月 2020 | 00:52:09,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562MethodDeclarations.h +26 五月 2020 | 00:52:09,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484.h +26 五月 2020 | 00:52:09,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058.h +26 五月 2020 | 00:52:09,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579.h +26 五月 2020 | 00:52:09,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484MethodDeclarations.h +26 五月 2020 | 00:52:09,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058MethodDeclarations.h +26 五月 2020 | 00:52:09,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XML825954579MethodDeclarations.h +26 五月 2020 | 00:52:09,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516.h +26 五月 2020 | 00:52:09,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739.h +26 五月 2020 | 00:52:09,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849.h +26 五月 2020 | 00:52:09,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516MethodDeclarations.h +26 五月 2020 | 00:52:09,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739MethodDeclarations.h +26 五月 2020 | 00:52:09,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLIterator949108849MethodDeclarations.h +26 五月 2020 | 00:52:09,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660.h +26 五月 2020 | 00:52:09,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484.h +26 五月 2020 | 00:52:09,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883.h +26 五月 2020 | 00:52:09,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660MethodDeclarations.h +26 五月 2020 | 00:52:09,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484MethodDeclarations.h +26 五月 2020 | 00:52:09,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList2962160883MethodDeclarations.h +26 五月 2020 | 00:52:09,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516.h +26 五月 2020 | 00:52:09,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940.h +26 五月 2020 | 00:52:09,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503.h +26 五月 2020 | 00:52:09,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516MethodDeclarations.h +26 五月 2020 | 00:52:09,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLList_Enumerator619468503MethodDeclarations.h +26 五月 2020 | 00:52:09,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660.h +26 五月 2020 | 00:52:09,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691.h +26 五月 2020 | 00:52:09,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLTagType2892291691MethodDeclarations.h +26 五月 2020 | 00:52:09,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660MethodDeclarations.h +26 五月 2020 | 00:52:09,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940MethodDeclarations.h +26 五月 2020 | 00:52:09,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908.h +26 五月 2020 | 00:52:09,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940.h +26 五月 2020 | 00:52:09,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107.h +26 五月 2020 | 00:52:09,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_XMLUtils2422597908MethodDeclarations.h +26 五月 2020 | 00:52:09,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940MethodDeclarations.h +26 五月 2020 | 00:52:09,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000.h +26 五月 2020 | 00:52:09,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107MethodDeclarations.h +26 五月 2020 | 00:52:09,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107.h +26 五月 2020 | 00:52:09,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader991575000MethodDeclarations.h +26 五月 2020 | 00:52:09,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508.h +26 五月 2020 | 00:52:09,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508MethodDeclarations.h +26 五月 2020 | 00:52:09,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529.h +26 五月 2020 | 00:52:09,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107MethodDeclarations.h +26 五月 2020 | 00:52:09,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185.h +26 五月 2020 | 00:52:09,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508.h +26 五月 2020 | 00:52:09,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Utils_ZipReader_ZipEntr2238596529MethodDeclarations.h +26 五月 2020 | 00:52:09,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508MethodDeclarations.h +26 五月 2020 | 00:52:09,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185MethodDeclarations.h +26 五月 2020 | 00:52:09,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310.h +26 五月 2020 | 00:52:09,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertAlignType2062725310MethodDeclarations.h +26 五月 2020 | 00:52:09,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914.h +26 五月 2020 | 00:52:09,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185.h +26 五月 2020 | 00:52:09,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185MethodDeclarations.h +26 五月 2020 | 00:52:09,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914MethodDeclarations.h +26 五月 2020 | 00:52:09,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562.h +26 五月 2020 | 00:52:09,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914.h +26 五月 2020 | 00:52:09,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_VertexBuffer1623254562MethodDeclarations.h +26 五月 2020 | 00:52:09,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894.h +26 五月 2020 | 00:52:09,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914MethodDeclarations.h +26 五月 2020 | 00:52:09,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058.h +26 五月 2020 | 00:52:09,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894MethodDeclarations.h +26 五月 2020 | 00:52:09,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894.h +26 五月 2020 | 00:52:09,447 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_Window252217058MethodDeclarations.h +26 五月 2020 | 00:52:09,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030.h +26 五月 2020 | 00:52:09,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894MethodDeclarations.h +26 五月 2020 | 00:52:09,449 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739.h +26 五月 2020 | 00:52:09,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030MethodDeclarations.h +26 五月 2020 | 00:52:09,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030.h +26 五月 2020 | 00:52:09,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545.h +26 五月 2020 | 00:52:09,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030MethodDeclarations.h +26 五月 2020 | 00:52:09,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545MethodDeclarations.h +26 五月 2020 | 00:52:09,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_FairyGUI_WindowWrap82480739MethodDeclarations.h +26 五月 2020 | 00:52:09,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545.h +26 五月 2020 | 00:52:09,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581.h +26 五月 2020 | 00:52:09,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484.h +26 五月 2020 | 00:52:09,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545MethodDeclarations.h +26 五月 2020 | 00:52:09,456 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581MethodDeclarations.h +26 五月 2020 | 00:52:09,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581.h +26 五月 2020 | 00:52:09,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress3286955484MethodDeclarations.h +26 五月 2020 | 00:52:09,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582.h +26 五月 2020 | 00:52:09,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581MethodDeclarations.h +26 五月 2020 | 00:52:09,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582MethodDeclarations.h +26 五月 2020 | 00:52:09,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516.h +26 五月 2020 | 00:52:09,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582.h +26 五月 2020 | 00:52:09,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GPSAddress_U3CStartGPSU3Ec__Itera426333516MethodDeclarations.h +26 五月 2020 | 00:52:09,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514.h +26 五月 2020 | 00:52:09,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582MethodDeclarations.h +26 五月 2020 | 00:52:09,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660.h +26 五月 2020 | 00:52:09,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514MethodDeclarations.h +26 五月 2020 | 00:52:09,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514.h +26 五月 2020 | 00:52:09,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplication4152476660MethodDeclarations.h +26 五月 2020 | 00:52:09,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159.h +26 五月 2020 | 00:52:09,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514MethodDeclarations.h +26 五月 2020 | 00:52:09,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159MethodDeclarations.h +26 五月 2020 | 00:52:09,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940.h +26 五月 2020 | 00:52:09,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133.h +26 五月 2020 | 00:52:09,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159.h +26 五月 2020 | 00:52:09,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133MethodDeclarations.h +26 五月 2020 | 00:52:09,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_GameApplicationWrap1408650940MethodDeclarations.h +26 五月 2020 | 00:52:09,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159MethodDeclarations.h +26 五月 2020 | 00:52:09,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107.h +26 五月 2020 | 00:52:09,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918.h +26 五月 2020 | 00:52:09,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133.h +26 五月 2020 | 00:52:09,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils2008982107MethodDeclarations.h +26 五月 2020 | 00:52:09,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133MethodDeclarations.h +26 五月 2020 | 00:52:09,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508.h +26 五月 2020 | 00:52:09,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918MethodDeclarations.h +26 五月 2020 | 00:52:09,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918.h +26 五月 2020 | 00:52:09,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_UtilsWrap2589049508MethodDeclarations.h +26 五月 2020 | 00:52:09,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579.h +26 五月 2020 | 00:52:09,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918MethodDeclarations.h +26 五月 2020 | 00:52:09,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185.h +26 五月 2020 | 00:52:09,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579MethodDeclarations.h +26 五月 2020 | 00:52:09,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579.h +26 五月 2020 | 00:52:09,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Game_Utils_U3CDownloadFileU3Ec__A749873185MethodDeclarations.h +26 五月 2020 | 00:52:09,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843.h +26 五月 2020 | 00:52:09,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579MethodDeclarations.h +26 五月 2020 | 00:52:09,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914.h +26 五月 2020 | 00:52:09,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843MethodDeclarations.h +26 五月 2020 | 00:52:09,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate3356730914MethodDeclarations.h +26 五月 2020 | 00:52:09,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843.h +26 五月 2020 | 00:52:09,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508.h +26 五月 2020 | 00:52:09,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894.h +26 五月 2020 | 00:52:09,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843MethodDeclarations.h +26 五月 2020 | 00:52:09,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508MethodDeclarations.h +26 五月 2020 | 00:52:09,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508.h +26 五月 2020 | 00:52:09,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_HotupdateWrap455559894MethodDeclarations.h +26 五月 2020 | 00:52:09,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997.h +26 五月 2020 | 00:52:09,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508MethodDeclarations.h +26 五月 2020 | 00:52:09,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030.h +26 五月 2020 | 00:52:09,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997MethodDeclarations.h +26 五月 2020 | 00:52:09,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997.h +26 五月 2020 | 00:52:09,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1228042030MethodDeclarations.h +26 五月 2020 | 00:52:09,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648.h +26 五月 2020 | 00:52:09,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545.h +26 五月 2020 | 00:52:09,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997MethodDeclarations.h +26 五月 2020 | 00:52:09,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3CDownAssetU3Ec__Iter1721427545MethodDeclarations.h +26 五月 2020 | 00:52:09,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648MethodDeclarations.h +26 五月 2020 | 00:52:09,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648.h +26 五月 2020 | 00:52:09,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581.h +26 五月 2020 | 00:52:09,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483.h +26 五月 2020 | 00:52:09,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642581MethodDeclarations.h +26 五月 2020 | 00:52:09,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648MethodDeclarations.h +26 五月 2020 | 00:52:09,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483MethodDeclarations.h +26 五月 2020 | 00:52:09,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582.h +26 五月 2020 | 00:52:09,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034.h +26 五月 2020 | 00:52:09,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483.h +26 五月 2020 | 00:52:09,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__It3940642582MethodDeclarations.h +26 五月 2020 | 00:52:09,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483MethodDeclarations.h +26 五月 2020 | 00:52:09,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034MethodDeclarations.h +26 五月 2020 | 00:52:09,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514.h +26 五月 2020 | 00:52:09,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034.h +26 五月 2020 | 00:52:09,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030.h +26 五月 2020 | 00:52:09,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030MethodDeclarations.h +26 五月 2020 | 00:52:09,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__LoadAssetU3Ec__Ite477538514MethodDeclarations.h +26 五月 2020 | 00:52:09,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034MethodDeclarations.h +26 五月 2020 | 00:52:09,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577.h +26 五月 2020 | 00:52:09,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030.h +26 五月 2020 | 00:52:09,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159.h +26 五月 2020 | 00:52:09,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577MethodDeclarations.h +26 五月 2020 | 00:52:09,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030MethodDeclarations.h +26 五月 2020 | 00:52:09,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Hotupdate_U3C__UnPackU3Ec__Iterato13699159MethodDeclarations.h +26 五月 2020 | 00:52:09,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133.h +26 五月 2020 | 00:52:09,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577.h +26 五月 2020 | 00:52:09,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062.h +26 五月 2020 | 00:52:09,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LogSeverity315954133MethodDeclarations.h +26 五月 2020 | 00:52:09,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062MethodDeclarations.h +26 五月 2020 | 00:52:09,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577MethodDeclarations.h +26 五月 2020 | 00:52:09,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918.h +26 五月 2020 | 00:52:09,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789.h +26 五月 2020 | 00:52:09,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062.h +26 五月 2020 | 00:52:09,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062MethodDeclarations.h +26 五月 2020 | 00:52:09,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaBinder3406897918MethodDeclarations.h +26 五月 2020 | 00:52:09,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789MethodDeclarations.h +26 五月 2020 | 00:52:09,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579.h +26 五月 2020 | 00:52:09,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789.h +26 五月 2020 | 00:52:09,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695.h +26 五月 2020 | 00:52:09,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaClient1053936579MethodDeclarations.h +26 五月 2020 | 00:52:09,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789MethodDeclarations.h +26 五月 2020 | 00:52:09,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695MethodDeclarations.h +26 五月 2020 | 00:52:09,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843.h +26 五月 2020 | 00:52:09,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695.h +26 五月 2020 | 00:52:09,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaConst48156843MethodDeclarations.h +26 五月 2020 | 00:52:09,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168.h +26 五月 2020 | 00:52:09,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695MethodDeclarations.h +26 五月 2020 | 00:52:09,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508.h +26 五月 2020 | 00:52:09,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168MethodDeclarations.h +26 五月 2020 | 00:52:09,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168.h +26 五月 2020 | 00:52:09,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128.h +26 五月 2020 | 00:52:09,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168MethodDeclarations.h +26 五月 2020 | 00:52:09,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128MethodDeclarations.h +26 五月 2020 | 00:52:09,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128.h +26 五月 2020 | 00:52:09,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413.h +26 五月 2020 | 00:52:09,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine2234091508MethodDeclarations.h +26 五月 2020 | 00:52:09,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128MethodDeclarations.h +26 五月 2020 | 00:52:09,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997.h +26 五月 2020 | 00:52:09,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413MethodDeclarations.h +26 五月 2020 | 00:52:09,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413.h +26 五月 2020 | 00:52:09,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForEndOfFra996533997MethodDeclarations.h +26 五月 2020 | 00:52:09,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414.h +26 五月 2020 | 00:52:09,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413MethodDeclarations.h +26 五月 2020 | 00:52:09,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414MethodDeclarations.h +26 五月 2020 | 00:52:09,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648.h +26 五月 2020 | 00:52:09,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414.h +26 五月 2020 | 00:52:09,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137.h +26 五月 2020 | 00:52:09,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForFixedUp3069016648MethodDeclarations.h +26 五月 2020 | 00:52:09,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414MethodDeclarations.h +26 五月 2020 | 00:52:09,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483.h +26 五月 2020 | 00:52:09,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137MethodDeclarations.h +26 五月 2020 | 00:52:09,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137.h +26 五月 2020 | 00:52:09,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928.h +26 五月 2020 | 00:52:09,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoWaitForSeconds2082430483MethodDeclarations.h +26 五月 2020 | 00:52:09,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137MethodDeclarations.h +26 五月 2020 | 00:52:09,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928MethodDeclarations.h +26 五月 2020 | 00:52:09,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034.h +26 五月 2020 | 00:52:09,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928.h +26 五月 2020 | 00:52:09,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849.h +26 五月 2020 | 00:52:09,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaCoroutine_U3CCoYieldU3Ec__Ite1543155034MethodDeclarations.h +26 五月 2020 | 00:52:09,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928MethodDeclarations.h +26 五月 2020 | 00:52:09,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849MethodDeclarations.h +26 五月 2020 | 00:52:09,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030.h +26 五月 2020 | 00:52:09,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849.h +26 五月 2020 | 00:52:09,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341.h +26 五月 2020 | 00:52:09,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849MethodDeclarations.h +26 五月 2020 | 00:52:09,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341.h +26 五月 2020 | 00:52:09,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341MethodDeclarations.h +26 五月 2020 | 00:52:09,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894.h +26 五月 2020 | 00:52:09,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1093244030MethodDeclarations.h +26 五月 2020 | 00:52:09,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341MethodDeclarations.h +26 五月 2020 | 00:52:09,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894MethodDeclarations.h +26 五月 2020 | 00:52:09,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577.h +26 五月 2020 | 00:52:09,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894.h +26 五月 2020 | 00:52:09,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894MethodDeclarations.h +26 五月 2020 | 00:52:09,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722.h +26 五月 2020 | 00:52:09,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1200388577MethodDeclarations.h +26 五月 2020 | 00:52:09,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722.h +26 五月 2020 | 00:52:09,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722MethodDeclarations.h +26 五月 2020 | 00:52:09,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062.h +26 五月 2020 | 00:52:09,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722MethodDeclarations.h +26 五月 2020 | 00:52:09,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415.h +26 五月 2020 | 00:52:09,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1425178062MethodDeclarations.h +26 五月 2020 | 00:52:09,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415.h +26 五月 2020 | 00:52:09,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415MethodDeclarations.h +26 五月 2020 | 00:52:09,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789.h +26 五月 2020 | 00:52:09,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415MethodDeclarations.h +26 五月 2020 | 00:52:09,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987.h +26 五月 2020 | 00:52:09,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge1892671789MethodDeclarations.h +26 五月 2020 | 00:52:09,578 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987.h +26 五月 2020 | 00:52:09,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987MethodDeclarations.h +26 五月 2020 | 00:52:09,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695.h +26 五月 2020 | 00:52:09,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404.h +26 五月 2020 | 00:52:09,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2007205695MethodDeclarations.h +26 五月 2020 | 00:52:09,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404MethodDeclarations.h +26 五月 2020 | 00:52:09,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416.h +26 五月 2020 | 00:52:09,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416MethodDeclarations.h +26 五月 2020 | 00:52:09,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168.h +26 五月 2020 | 00:52:09,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987MethodDeclarations.h +26 五月 2020 | 00:52:09,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990.h +26 五月 2020 | 00:52:09,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2038747168MethodDeclarations.h +26 五月 2020 | 00:52:09,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990MethodDeclarations.h +26 五月 2020 | 00:52:09,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404.h +26 五月 2020 | 00:52:09,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128.h +26 五月 2020 | 00:52:09,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673.h +26 五月 2020 | 00:52:09,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404MethodDeclarations.h +26 五月 2020 | 00:52:09,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2583603128MethodDeclarations.h +26 五月 2020 | 00:52:09,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673MethodDeclarations.h +26 五月 2020 | 00:52:09,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416.h +26 五月 2020 | 00:52:09,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413.h +26 五月 2020 | 00:52:09,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956.h +26 五月 2020 | 00:52:09,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416MethodDeclarations.h +26 五月 2020 | 00:52:09,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017413MethodDeclarations.h +26 五月 2020 | 00:52:09,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956MethodDeclarations.h +26 五月 2020 | 00:52:09,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990.h +26 五月 2020 | 00:52:09,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414.h +26 五月 2020 | 00:52:09,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990MethodDeclarations.h +26 五月 2020 | 00:52:09,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706.h +26 五月 2020 | 00:52:09,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2584017414MethodDeclarations.h +26 五月 2020 | 00:52:09,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673.h +26 五月 2020 | 00:52:09,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706MethodDeclarations.h +26 五月 2020 | 00:52:09,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137.h +26 五月 2020 | 00:52:09,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673MethodDeclarations.h +26 五月 2020 | 00:52:09,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573.h +26 五月 2020 | 00:52:09,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2676587137MethodDeclarations.h +26 五月 2020 | 00:52:09,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956.h +26 五月 2020 | 00:52:09,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928.h +26 五月 2020 | 00:52:09,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956MethodDeclarations.h +26 五月 2020 | 00:52:09,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2686879928MethodDeclarations.h +26 五月 2020 | 00:52:09,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573MethodDeclarations.h +26 五月 2020 | 00:52:09,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706.h +26 五月 2020 | 00:52:09,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849.h +26 五月 2020 | 00:52:09,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2863591849MethodDeclarations.h +26 五月 2020 | 00:52:09,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624.h +26 五月 2020 | 00:52:09,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706MethodDeclarations.h +26 五月 2020 | 00:52:09,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341.h +26 五月 2020 | 00:52:09,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624MethodDeclarations.h +26 五月 2020 | 00:52:09,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge2996018341MethodDeclarations.h +26 五月 2020 | 00:52:09,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573.h +26 五月 2020 | 00:52:09,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113.h +26 五月 2020 | 00:52:09,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894.h +26 五月 2020 | 00:52:09,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573MethodDeclarations.h +26 五月 2020 | 00:52:09,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3106803894MethodDeclarations.h +26 五月 2020 | 00:52:09,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113MethodDeclarations.h +26 五月 2020 | 00:52:09,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722.h +26 五月 2020 | 00:52:09,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624.h +26 五月 2020 | 00:52:09,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3298565722MethodDeclarations.h +26 五月 2020 | 00:52:09,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441.h +26 五月 2020 | 00:52:09,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624MethodDeclarations.h +26 五月 2020 | 00:52:09,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441MethodDeclarations.h +26 五月 2020 | 00:52:09,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415.h +26 五月 2020 | 00:52:09,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge3785437415MethodDeclarations.h +26 五月 2020 | 00:52:09,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649.h +26 五月 2020 | 00:52:09,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113.h +26 五月 2020 | 00:52:09,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649MethodDeclarations.h +26 五月 2020 | 00:52:09,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987.h +26 五月 2020 | 00:52:09,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113MethodDeclarations.h +26 五月 2020 | 00:52:09,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941.h +26 五月 2020 | 00:52:09,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4029653987MethodDeclarations.h +26 五月 2020 | 00:52:09,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441.h +26 五月 2020 | 00:52:09,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941MethodDeclarations.h +26 五月 2020 | 00:52:09,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441MethodDeclarations.h +26 五月 2020 | 00:52:09,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404.h +26 五月 2020 | 00:52:09,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981.h +26 五月 2020 | 00:52:09,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649.h +26 五月 2020 | 00:52:09,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_ge4035416404MethodDeclarations.h +26 五月 2020 | 00:52:09,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649MethodDeclarations.h +26 五月 2020 | 00:52:09,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981MethodDeclarations.h +26 五月 2020 | 00:52:09,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416.h +26 五月 2020 | 00:52:09,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941.h +26 五月 2020 | 00:52:09,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895.h +26 五月 2020 | 00:52:09,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen215941416MethodDeclarations.h +26 五月 2020 | 00:52:09,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941MethodDeclarations.h +26 五月 2020 | 00:52:09,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895MethodDeclarations.h +26 五月 2020 | 00:52:09,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990.h +26 五月 2020 | 00:52:09,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981.h +26 五月 2020 | 00:52:09,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357.h +26 五月 2020 | 00:52:09,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen231539990MethodDeclarations.h +26 五月 2020 | 00:52:09,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981MethodDeclarations.h +26 五月 2020 | 00:52:09,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673.h +26 五月 2020 | 00:52:09,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357MethodDeclarations.h +26 五月 2020 | 00:52:09,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895.h +26 五月 2020 | 00:52:09,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen319128673MethodDeclarations.h +26 五月 2020 | 00:52:09,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914.h +26 五月 2020 | 00:52:09,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895MethodDeclarations.h +26 五月 2020 | 00:52:09,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914MethodDeclarations.h +26 五月 2020 | 00:52:09,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956.h +26 五月 2020 | 00:52:09,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357.h +26 五月 2020 | 00:52:09,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604.h +26 五月 2020 | 00:52:09,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen3975956MethodDeclarations.h +26 五月 2020 | 00:52:09,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604MethodDeclarations.h +26 五月 2020 | 00:52:09,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357MethodDeclarations.h +26 五月 2020 | 00:52:09,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706.h +26 五月 2020 | 00:52:09,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914.h +26 五月 2020 | 00:52:09,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen398179706MethodDeclarations.h +26 五月 2020 | 00:52:09,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496.h +26 五月 2020 | 00:52:09,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496MethodDeclarations.h +26 五月 2020 | 00:52:09,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573.h +26 五月 2020 | 00:52:09,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen556221573MethodDeclarations.h +26 五月 2020 | 00:52:09,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476.h +26 五月 2020 | 00:52:09,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914MethodDeclarations.h +26 五月 2020 | 00:52:09,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624.h +26 五月 2020 | 00:52:09,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476MethodDeclarations.h +26 五月 2020 | 00:52:09,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604.h +26 五月 2020 | 00:52:09,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_DelegateTraits_1_gen873917624MethodDeclarations.h +26 五月 2020 | 00:52:09,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416.h +26 五月 2020 | 00:52:09,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604MethodDeclarations.h +26 五月 2020 | 00:52:09,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113.h +26 五月 2020 | 00:52:09,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416MethodDeclarations.h +26 五月 2020 | 00:52:09,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496.h +26 五月 2020 | 00:52:09,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObject1584438113MethodDeclarations.h +26 五月 2020 | 00:52:09,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162.h +26 五月 2020 | 00:52:09,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496MethodDeclarations.h +26 五月 2020 | 00:52:09,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162MethodDeclarations.h +26 五月 2020 | 00:52:09,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441.h +26 五月 2020 | 00:52:09,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476.h +26 五月 2020 | 00:52:09,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656.h +26 五月 2020 | 00:52:09,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventObjectWrap3501219441MethodDeclarations.h +26 五月 2020 | 00:52:09,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476MethodDeclarations.h +26 五月 2020 | 00:52:09,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656MethodDeclarations.h +26 五月 2020 | 00:52:09,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649.h +26 五月 2020 | 00:52:09,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416.h +26 五月 2020 | 00:52:09,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_EventOp362030649MethodDeclarations.h +26 五月 2020 | 00:52:09,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694.h +26 五月 2020 | 00:52:09,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416MethodDeclarations.h +26 五月 2020 | 00:52:09,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941.h +26 五月 2020 | 00:52:09,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694MethodDeclarations.h +26 五月 2020 | 00:52:09,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162.h +26 五月 2020 | 00:52:09,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ExtensionMethods460006941MethodDeclarations.h +26 五月 2020 | 00:52:09,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162MethodDeclarations.h +26 五月 2020 | 00:52:09,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319.h +26 五月 2020 | 00:52:09,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981.h +26 五月 2020 | 00:52:09,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656.h +26 五月 2020 | 00:52:09,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319MethodDeclarations.h +26 五月 2020 | 00:52:09,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_GCRef2811432981MethodDeclarations.h +26 五月 2020 | 00:52:09,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656MethodDeclarations.h +26 五月 2020 | 00:52:09,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641.h +26 五月 2020 | 00:52:09,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895.h +26 五月 2020 | 00:52:09,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694.h +26 五月 2020 | 00:52:09,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641MethodDeclarations.h +26 五月 2020 | 00:52:09,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable2119301895MethodDeclarations.h +26 五月 2020 | 00:52:09,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190.h +26 五月 2020 | 00:52:09,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694MethodDeclarations.h +26 五月 2020 | 00:52:09,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357.h +26 五月 2020 | 00:52:09,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190MethodDeclarations.h +26 五月 2020 | 00:52:09,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319.h +26 五月 2020 | 00:52:09,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411.h +26 五月 2020 | 00:52:09,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319MethodDeclarations.h +26 五月 2020 | 00:52:09,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaArrayTable_Enume3565365357MethodDeclarations.h +26 五月 2020 | 00:52:09,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411MethodDeclarations.h +26 五月 2020 | 00:52:09,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914.h +26 五月 2020 | 00:52:09,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641.h +26 五月 2020 | 00:52:09,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859.h +26 五月 2020 | 00:52:09,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBaseRef3314131914MethodDeclarations.h +26 五月 2020 | 00:52:09,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641MethodDeclarations.h +26 五月 2020 | 00:52:09,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859MethodDeclarations.h +26 五月 2020 | 00:52:09,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604.h +26 五月 2020 | 00:52:09,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018.h +26 五月 2020 | 00:52:09,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190.h +26 五月 2020 | 00:52:09,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaBeatEvent328297604MethodDeclarations.h +26 五月 2020 | 00:52:09,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018MethodDeclarations.h +26 五月 2020 | 00:52:09,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190MethodDeclarations.h +26 五月 2020 | 00:52:09,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496.h +26 五月 2020 | 00:52:09,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718.h +26 五月 2020 | 00:52:09,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411.h +26 五月 2020 | 00:52:09,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBuffer3279266496MethodDeclarations.h +26 五月 2020 | 00:52:09,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411MethodDeclarations.h +26 五月 2020 | 00:52:09,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718MethodDeclarations.h +26 五月 2020 | 00:52:09,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476.h +26 五月 2020 | 00:52:09,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859.h +26 五月 2020 | 00:52:09,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611.h +26 五月 2020 | 00:52:09,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaByteBufferAttrib2130162476MethodDeclarations.h +26 五月 2020 | 00:52:09,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859MethodDeclarations.h +26 五月 2020 | 00:52:09,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611MethodDeclarations.h +26 五月 2020 | 00:52:09,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416.h +26 五月 2020 | 00:52:09,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018.h +26 五月 2020 | 00:52:09,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024.h +26 五月 2020 | 00:52:09,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaCSFunction1578630416MethodDeclarations.h +26 五月 2020 | 00:52:09,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018MethodDeclarations.h +26 五月 2020 | 00:52:09,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024MethodDeclarations.h +26 五月 2020 | 00:52:09,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162.h +26 五月 2020 | 00:52:09,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868.h +26 五月 2020 | 00:52:09,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructor4188367162MethodDeclarations.h +26 五月 2020 | 00:52:09,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868MethodDeclarations.h +26 五月 2020 | 00:52:09,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718.h +26 五月 2020 | 00:52:09,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656.h +26 五月 2020 | 00:52:09,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937.h +26 五月 2020 | 00:52:09,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaConstructorWrap3474773656MethodDeclarations.h +26 五月 2020 | 00:52:09,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718MethodDeclarations.h +26 五月 2020 | 00:52:09,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937MethodDeclarations.h +26 五月 2020 | 00:52:09,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694.h +26 五月 2020 | 00:52:09,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611.h +26 五月 2020 | 00:52:09,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824.h +26 五月 2020 | 00:52:09,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDLL543856694MethodDeclarations.h +26 五月 2020 | 00:52:09,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611MethodDeclarations.h +26 五月 2020 | 00:52:09,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824MethodDeclarations.h +26 五月 2020 | 00:52:09,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319.h +26 五月 2020 | 00:52:09,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024.h +26 五月 2020 | 00:52:09,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588.h +26 五月 2020 | 00:52:09,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDelegate1255368319MethodDeclarations.h +26 五月 2020 | 00:52:09,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024MethodDeclarations.h +26 五月 2020 | 00:52:09,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588MethodDeclarations.h +26 五月 2020 | 00:52:09,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641.h +26 五月 2020 | 00:52:09,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868.h +26 五月 2020 | 00:52:09,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310.h +26 五月 2020 | 00:52:09,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictEntry_2_gen976820641MethodDeclarations.h +26 五月 2020 | 00:52:09,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310MethodDeclarations.h +26 五月 2020 | 00:52:09,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868MethodDeclarations.h +26 五月 2020 | 00:52:09,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190.h +26 五月 2020 | 00:52:09,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915.h +26 五月 2020 | 00:52:09,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937.h +26 五月 2020 | 00:52:09,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable2752249190MethodDeclarations.h +26 五月 2020 | 00:52:09,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915MethodDeclarations.h +26 五月 2020 | 00:52:09,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937MethodDeclarations.h +26 五月 2020 | 00:52:09,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411.h +26 五月 2020 | 00:52:09,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370.h +26 五月 2020 | 00:52:09,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824.h +26 五月 2020 | 00:52:09,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370MethodDeclarations.h +26 五月 2020 | 00:52:09,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_Enum1557494411MethodDeclarations.h +26 五月 2020 | 00:52:09,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824MethodDeclarations.h +26 五月 2020 | 00:52:09,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943.h +26 五月 2020 | 00:52:09,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859.h +26 五月 2020 | 00:52:09,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588.h +26 五月 2020 | 00:52:09,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943MethodDeclarations.h +26 五月 2020 | 00:52:09,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_2_gen1010543859MethodDeclarations.h +26 五月 2020 | 00:52:09,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588MethodDeclarations.h +26 五月 2020 | 00:52:09,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018.h +26 五月 2020 | 00:52:09,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077.h +26 五月 2020 | 00:52:09,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310.h +26 五月 2020 | 00:52:09,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310MethodDeclarations.h +26 五月 2020 | 00:52:09,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077MethodDeclarations.h +26 五月 2020 | 00:52:09,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaDictTable_Enumer1640968018MethodDeclarations.h +26 五月 2020 | 00:52:09,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403.h +26 五月 2020 | 00:52:09,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915.h +26 五月 2020 | 00:52:09,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718.h +26 五月 2020 | 00:52:09,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403MethodDeclarations.h +26 五月 2020 | 00:52:09,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915MethodDeclarations.h +26 五月 2020 | 00:52:09,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaEvent1137420718MethodDeclarations.h +26 五月 2020 | 00:52:09,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407.h +26 五月 2020 | 00:52:09,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370.h +26 五月 2020 | 00:52:09,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611.h +26 五月 2020 | 00:52:09,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407MethodDeclarations.h +26 五月 2020 | 00:52:09,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370MethodDeclarations.h +26 五月 2020 | 00:52:09,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaException2595475611MethodDeclarations.h +26 五月 2020 | 00:52:09,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438.h +26 五月 2020 | 00:52:09,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943.h +26 五月 2020 | 00:52:09,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024.h +26 五月 2020 | 00:52:09,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438MethodDeclarations.h +26 五月 2020 | 00:52:09,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943MethodDeclarations.h +26 五月 2020 | 00:52:09,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaField600144024MethodDeclarations.h +26 五月 2020 | 00:52:09,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961.h +26 五月 2020 | 00:52:09,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077.h +26 五月 2020 | 00:52:09,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868.h +26 五月 2020 | 00:52:09,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961MethodDeclarations.h +26 五月 2020 | 00:52:09,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077MethodDeclarations.h +26 五月 2020 | 00:52:09,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFieldWrap3892973868MethodDeclarations.h +26 五月 2020 | 00:52:09,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867.h +26 五月 2020 | 00:52:09,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403.h +26 五月 2020 | 00:52:09,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937.h +26 五月 2020 | 00:52:09,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403MethodDeclarations.h +26 五月 2020 | 00:52:09,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFileUtils4235023937MethodDeclarations.h +26 五月 2020 | 00:52:09,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407.h +26 五月 2020 | 00:52:09,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867MethodDeclarations.h +26 五月 2020 | 00:52:09,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824.h +26 五月 2020 | 00:52:09,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407MethodDeclarations.h +26 五月 2020 | 00:52:09,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352.h +26 五月 2020 | 00:52:09,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction2897559824MethodDeclarations.h +26 五月 2020 | 00:52:09,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438.h +26 五月 2020 | 00:52:09,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352MethodDeclarations.h +26 五月 2020 | 00:52:09,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438MethodDeclarations.h +26 五月 2020 | 00:52:09,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588.h +26 五月 2020 | 00:52:09,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965.h +26 五月 2020 | 00:52:09,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaFunction_FuncDat3136358588MethodDeclarations.h +26 五月 2020 | 00:52:09,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961.h +26 五月 2020 | 00:52:09,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965MethodDeclarations.h +26 五月 2020 | 00:52:09,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310.h +26 五月 2020 | 00:52:09,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961MethodDeclarations.h +26 五月 2020 | 00:52:09,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaGCOptions4003534310MethodDeclarations.h +26 五月 2020 | 00:52:09,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338.h +26 五月 2020 | 00:52:09,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867.h +26 五月 2020 | 00:52:09,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915.h +26 五月 2020 | 00:52:09,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338MethodDeclarations.h +26 五月 2020 | 00:52:09,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867MethodDeclarations.h +26 五月 2020 | 00:52:09,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaHook2607584915MethodDeclarations.h +26 五月 2020 | 00:52:09,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822.h +26 五月 2020 | 00:52:09,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352.h +26 五月 2020 | 00:52:09,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370.h +26 五月 2020 | 00:52:09,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822MethodDeclarations.h +26 五月 2020 | 00:52:09,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352MethodDeclarations.h +26 五月 2020 | 00:52:09,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaIndexes463584370MethodDeclarations.h +26 五月 2020 | 00:52:09,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965.h +26 五月 2020 | 00:52:09,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911.h +26 五月 2020 | 00:52:09,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943.h +26 五月 2020 | 00:52:09,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911MethodDeclarations.h +26 五月 2020 | 00:52:09,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965MethodDeclarations.h +26 五月 2020 | 00:52:09,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMatchType2936530943MethodDeclarations.h +26 五月 2020 | 00:52:09,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469.h +26 五月 2020 | 00:52:09,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338.h +26 五月 2020 | 00:52:09,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077.h +26 五月 2020 | 00:52:09,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469MethodDeclarations.h +26 五月 2020 | 00:52:09,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethod281567077MethodDeclarations.h +26 五月 2020 | 00:52:09,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338MethodDeclarations.h +26 五月 2020 | 00:52:09,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470.h +26 五月 2020 | 00:52:09,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403.h +26 五月 2020 | 00:52:09,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822.h +26 五月 2020 | 00:52:09,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodCache3721961403MethodDeclarations.h +26 五月 2020 | 00:52:09,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470MethodDeclarations.h +26 五月 2020 | 00:52:09,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407.h +26 五月 2020 | 00:52:09,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822MethodDeclarations.h +26 五月 2020 | 00:52:09,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471.h +26 五月 2020 | 00:52:09,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMethodWrap1494486407MethodDeclarations.h +26 五月 2020 | 00:52:09,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911.h +26 五月 2020 | 00:52:09,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438.h +26 五月 2020 | 00:52:09,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471MethodDeclarations.h +26 五月 2020 | 00:52:09,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911MethodDeclarations.h +26 五月 2020 | 00:52:09,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaMisc2533679438MethodDeclarations.h +26 五月 2020 | 00:52:09,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469.h +26 五月 2020 | 00:52:09,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114.h +26 五月 2020 | 00:52:09,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961.h +26 五月 2020 | 00:52:09,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469MethodDeclarations.h +26 五月 2020 | 00:52:09,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114MethodDeclarations.h +26 五月 2020 | 00:52:09,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool248180961MethodDeclarations.h +26 五月 2020 | 00:52:09,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185.h +26 五月 2020 | 00:52:09,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470.h +26 五月 2020 | 00:52:09,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867.h +26 五月 2020 | 00:52:09,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185MethodDeclarations.h +26 五月 2020 | 00:52:09,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470MethodDeclarations.h +26 五月 2020 | 00:52:09,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804.h +26 五月 2020 | 00:52:09,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaObjectPool_PoolN2199453867MethodDeclarations.h +26 五月 2020 | 00:52:09,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804MethodDeclarations.h +26 五月 2020 | 00:52:09,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471.h +26 五月 2020 | 00:52:09,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352.h +26 五月 2020 | 00:52:09,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471MethodDeclarations.h +26 五月 2020 | 00:52:09,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593.h +26 五月 2020 | 00:52:09,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOutWrap1292365352MethodDeclarations.h +26 五月 2020 | 00:52:09,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593MethodDeclarations.h +26 五月 2020 | 00:52:09,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114.h +26 五月 2020 | 00:52:09,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965.h +26 五月 2020 | 00:52:09,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711.h +26 五月 2020 | 00:52:09,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114MethodDeclarations.h +26 五月 2020 | 00:52:09,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1516337965MethodDeclarations.h +26 五月 2020 | 00:52:09,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711MethodDeclarations.h +26 五月 2020 | 00:52:09,813 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185.h +26 五月 2020 | 00:52:09,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338.h +26 五月 2020 | 00:52:09,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228.h +26 五月 2020 | 00:52:09,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185MethodDeclarations.h +26 五月 2020 | 00:52:09,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1567823338MethodDeclarations.h +26 五月 2020 | 00:52:09,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228MethodDeclarations.h +26 五月 2020 | 00:52:09,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804.h +26 五月 2020 | 00:52:09,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822.h +26 五月 2020 | 00:52:09,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326.h +26 五月 2020 | 00:52:09,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804MethodDeclarations.h +26 五月 2020 | 00:52:09,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1572455822MethodDeclarations.h +26 五月 2020 | 00:52:09,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326MethodDeclarations.h +26 五月 2020 | 00:52:09,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593.h +26 五月 2020 | 00:52:09,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911.h +26 五月 2020 | 00:52:09,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608.h +26 五月 2020 | 00:52:09,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593MethodDeclarations.h +26 五月 2020 | 00:52:09,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1645627911MethodDeclarations.h +26 五月 2020 | 00:52:09,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608MethodDeclarations.h +26 五月 2020 | 00:52:09,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711.h +26 五月 2020 | 00:52:09,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469.h +26 五月 2020 | 00:52:09,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808.h +26 五月 2020 | 00:52:09,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653469MethodDeclarations.h +26 五月 2020 | 00:52:09,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711MethodDeclarations.h +26 五月 2020 | 00:52:09,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808MethodDeclarations.h +26 五月 2020 | 00:52:09,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228.h +26 五月 2020 | 00:52:09,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470.h +26 五月 2020 | 00:52:09,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804.h +26 五月 2020 | 00:52:09,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228MethodDeclarations.h +26 五月 2020 | 00:52:09,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653470MethodDeclarations.h +26 五月 2020 | 00:52:09,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804MethodDeclarations.h +26 五月 2020 | 00:52:09,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326.h +26 五月 2020 | 00:52:09,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471.h +26 五月 2020 | 00:52:09,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571.h +26 五月 2020 | 00:52:09,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326MethodDeclarations.h +26 五月 2020 | 00:52:09,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1739653471MethodDeclarations.h +26 五月 2020 | 00:52:09,831 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571MethodDeclarations.h +26 五月 2020 | 00:52:09,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608.h +26 五月 2020 | 00:52:09,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506.h +26 五月 2020 | 00:52:09,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114.h +26 五月 2020 | 00:52:09,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506MethodDeclarations.h +26 五月 2020 | 00:52:09,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen1965552114MethodDeclarations.h +26 五月 2020 | 00:52:09,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608MethodDeclarations.h +26 五月 2020 | 00:52:09,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927.h +26 五月 2020 | 00:52:09,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185.h +26 五月 2020 | 00:52:09,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808.h +26 五月 2020 | 00:52:09,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927MethodDeclarations.h +26 五月 2020 | 00:52:09,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2185395185MethodDeclarations.h +26 五月 2020 | 00:52:09,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808MethodDeclarations.h +26 五月 2020 | 00:52:09,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069.h +26 五月 2020 | 00:52:09,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804.h +26 五月 2020 | 00:52:09,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804.h +26 五月 2020 | 00:52:09,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069MethodDeclarations.h +26 五月 2020 | 00:52:09,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2405142804MethodDeclarations.h +26 五月 2020 | 00:52:09,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804MethodDeclarations.h +26 五月 2020 | 00:52:09,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735.h +26 五月 2020 | 00:52:09,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593.h +26 五月 2020 | 00:52:09,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571.h +26 五月 2020 | 00:52:09,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735MethodDeclarations.h +26 五月 2020 | 00:52:09,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2529309593MethodDeclarations.h +26 五月 2020 | 00:52:09,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571MethodDeclarations.h +26 五月 2020 | 00:52:09,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501.h +26 五月 2020 | 00:52:09,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506.h +26 五月 2020 | 00:52:09,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501MethodDeclarations.h +26 五月 2020 | 00:52:09,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711.h +26 五月 2020 | 00:52:09,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506MethodDeclarations.h +26 五月 2020 | 00:52:09,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549.h +26 五月 2020 | 00:52:09,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2684121711MethodDeclarations.h +26 五月 2020 | 00:52:09,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549MethodDeclarations.h +26 五月 2020 | 00:52:09,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927.h +26 五月 2020 | 00:52:09,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228.h +26 五月 2020 | 00:52:09,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887.h +26 五月 2020 | 00:52:09,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927MethodDeclarations.h +26 五月 2020 | 00:52:09,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen2950427228MethodDeclarations.h +26 五月 2020 | 00:52:09,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887MethodDeclarations.h +26 五月 2020 | 00:52:09,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069.h +26 五月 2020 | 00:52:09,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326.h +26 五月 2020 | 00:52:09,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069MethodDeclarations.h +26 五月 2020 | 00:52:09,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357.h +26 五月 2020 | 00:52:09,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3179050326MethodDeclarations.h +26 五月 2020 | 00:52:09,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735.h +26 五月 2020 | 00:52:09,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357MethodDeclarations.h +26 五月 2020 | 00:52:09,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608.h +26 五月 2020 | 00:52:09,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735MethodDeclarations.h +26 五月 2020 | 00:52:09,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037.h +26 五月 2020 | 00:52:09,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3321520608MethodDeclarations.h +26 五月 2020 | 00:52:09,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501.h +26 五月 2020 | 00:52:09,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037MethodDeclarations.h +26 五月 2020 | 00:52:09,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808.h +26 五月 2020 | 00:52:09,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501MethodDeclarations.h +26 五月 2020 | 00:52:09,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570.h +26 五月 2020 | 00:52:09,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3526019808MethodDeclarations.h +26 五月 2020 | 00:52:09,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549.h +26 五月 2020 | 00:52:09,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570MethodDeclarations.h +26 五月 2020 | 00:52:09,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804.h +26 五月 2020 | 00:52:09,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549MethodDeclarations.h +26 五月 2020 | 00:52:09,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937.h +26 五月 2020 | 00:52:09,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3537191804MethodDeclarations.h +26 五月 2020 | 00:52:09,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887.h +26 五月 2020 | 00:52:09,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937MethodDeclarations.h +26 五月 2020 | 00:52:09,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571.h +26 五月 2020 | 00:52:09,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887MethodDeclarations.h +26 五月 2020 | 00:52:09,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3573961571MethodDeclarations.h +26 五月 2020 | 00:52:09,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527.h +26 五月 2020 | 00:52:09,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357.h +26 五月 2020 | 00:52:09,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506.h +26 五月 2020 | 00:52:09,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527MethodDeclarations.h +26 五月 2020 | 00:52:09,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357MethodDeclarations.h +26 五月 2020 | 00:52:09,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen3878093506MethodDeclarations.h +26 五月 2020 | 00:52:09,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505.h +26 五月 2020 | 00:52:09,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037.h +26 五月 2020 | 00:52:09,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927.h +26 五月 2020 | 00:52:09,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505MethodDeclarations.h +26 五月 2020 | 00:52:09,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037MethodDeclarations.h +26 五月 2020 | 00:52:09,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen405023927MethodDeclarations.h +26 五月 2020 | 00:52:09,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110.h +26 五月 2020 | 00:52:09,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570.h +26 五月 2020 | 00:52:09,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069.h +26 五月 2020 | 00:52:09,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110MethodDeclarations.h +26 五月 2020 | 00:52:09,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570MethodDeclarations.h +26 五月 2020 | 00:52:09,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4198187069MethodDeclarations.h +26 五月 2020 | 00:52:09,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937.h +26 五月 2020 | 00:52:09,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548.h +26 五月 2020 | 00:52:09,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735.h +26 五月 2020 | 00:52:09,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937MethodDeclarations.h +26 五月 2020 | 00:52:09,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548MethodDeclarations.h +26 五月 2020 | 00:52:09,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen4245330735MethodDeclarations.h +26 五月 2020 | 00:52:09,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348.h +26 五月 2020 | 00:52:09,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527.h +26 五月 2020 | 00:52:09,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501.h +26 五月 2020 | 00:52:09,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348MethodDeclarations.h +26 五月 2020 | 00:52:09,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527MethodDeclarations.h +26 五月 2020 | 00:52:09,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaOut_1_gen482828501MethodDeclarations.h +26 五月 2020 | 00:52:09,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608.h +26 五月 2020 | 00:52:09,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505.h +26 五月 2020 | 00:52:09,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549.h +26 五月 2020 | 00:52:09,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608MethodDeclarations.h +26 五月 2020 | 00:52:09,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaProperty2253709549MethodDeclarations.h +26 五月 2020 | 00:52:09,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505MethodDeclarations.h +26 五月 2020 | 00:52:09,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531.h +26 五月 2020 | 00:52:09,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531MethodDeclarations.h +26 五月 2020 | 00:52:09,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887.h +26 五月 2020 | 00:52:09,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110.h +26 五月 2020 | 00:52:09,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547.h +26 五月 2020 | 00:52:09,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaPropertyWrap3205107887MethodDeclarations.h +26 五月 2020 | 00:52:09,898 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110MethodDeclarations.h +26 五月 2020 | 00:52:09,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357.h +26 五月 2020 | 00:52:09,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547MethodDeclarations.h +26 五月 2020 | 00:52:09,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548.h +26 五月 2020 | 00:52:09,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRIDX3803625357MethodDeclarations.h +26 五月 2020 | 00:52:09,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675.h +26 五月 2020 | 00:52:09,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548MethodDeclarations.h +26 五月 2020 | 00:52:09,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675MethodDeclarations.h +26 五月 2020 | 00:52:09,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037.h +26 五月 2020 | 00:52:09,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348.h +26 五月 2020 | 00:52:09,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaReflection1110247037MethodDeclarations.h +26 五月 2020 | 00:52:09,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074.h +26 五月 2020 | 00:52:09,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348MethodDeclarations.h +26 五月 2020 | 00:52:09,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570.h +26 五月 2020 | 00:52:09,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074MethodDeclarations.h +26 五月 2020 | 00:52:09,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaRenameAttribute1841681570MethodDeclarations.h +26 五月 2020 | 00:52:09,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608.h +26 五月 2020 | 00:52:09,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132.h +26 五月 2020 | 00:52:09,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937.h +26 五月 2020 | 00:52:09,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608MethodDeclarations.h +26 五月 2020 | 00:52:09,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132MethodDeclarations.h +26 五月 2020 | 00:52:09,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStackOp3500210937MethodDeclarations.h +26 五月 2020 | 00:52:09,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531.h +26 五月 2020 | 00:52:09,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531MethodDeclarations.h +26 五月 2020 | 00:52:09,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804.h +26 五月 2020 | 00:52:09,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527.h +26 五月 2020 | 00:52:09,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547.h +26 五月 2020 | 00:52:09,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804MethodDeclarations.h +26 五月 2020 | 00:52:09,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaState821589527MethodDeclarations.h +26 五月 2020 | 00:52:09,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547MethodDeclarations.h +26 五月 2020 | 00:52:09,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948.h +26 五月 2020 | 00:52:09,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505.h +26 五月 2020 | 00:52:09,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675.h +26 五月 2020 | 00:52:09,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948MethodDeclarations.h +26 五月 2020 | 00:52:09,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatePtr1361761505MethodDeclarations.h +26 五月 2020 | 00:52:09,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675MethodDeclarations.h +26 五月 2020 | 00:52:09,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524.h +26 五月 2020 | 00:52:09,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110.h +26 五月 2020 | 00:52:09,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074.h +26 五月 2020 | 00:52:09,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524MethodDeclarations.h +26 五月 2020 | 00:52:09,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaStatic1296748110MethodDeclarations.h +26 五月 2020 | 00:52:09,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074MethodDeclarations.h +26 五月 2020 | 00:52:09,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765.h +26 五月 2020 | 00:52:09,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548.h +26 五月 2020 | 00:52:09,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132.h +26 五月 2020 | 00:52:09,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765MethodDeclarations.h +26 五月 2020 | 00:52:09,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTable3053326548MethodDeclarations.h +26 五月 2020 | 00:52:09,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132MethodDeclarations.h +26 五月 2020 | 00:52:09,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363.h +26 五月 2020 | 00:52:09,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348.h +26 五月 2020 | 00:52:09,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363MethodDeclarations.h +26 五月 2020 | 00:52:09,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804.h +26 五月 2020 | 00:52:09,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThread1725459348MethodDeclarations.h +26 五月 2020 | 00:52:09,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742.h +26 五月 2020 | 00:52:09,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804MethodDeclarations.h +26 五月 2020 | 00:52:09,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608.h +26 五月 2020 | 00:52:09,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaThreadStatus2628167608MethodDeclarations.h +26 五月 2020 | 00:52:09,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742MethodDeclarations.h +26 五月 2020 | 00:52:09,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948.h +26 五月 2020 | 00:52:09,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531.h +26 五月 2020 | 00:52:09,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858.h +26 五月 2020 | 00:52:09,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948MethodDeclarations.h +26 五月 2020 | 00:52:09,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaTypes714173531MethodDeclarations.h +26 五月 2020 | 00:52:09,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858MethodDeclarations.h +26 五月 2020 | 00:52:09,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524.h +26 五月 2020 | 00:52:09,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547.h +26 五月 2020 | 00:52:09,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423.h +26 五月 2020 | 00:52:09,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524MethodDeclarations.h +26 五月 2020 | 00:52:09,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaUnityLibs3400349547MethodDeclarations.h +26 五月 2020 | 00:52:09,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423MethodDeclarations.h +26 五月 2020 | 00:52:09,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765.h +26 五月 2020 | 00:52:09,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675.h +26 五月 2020 | 00:52:09,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009.h +26 五月 2020 | 00:52:09,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765MethodDeclarations.h +26 五月 2020 | 00:52:09,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueType2574555675MethodDeclarations.h +26 五月 2020 | 00:52:09,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009MethodDeclarations.h +26 五月 2020 | 00:52:09,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363.h +26 五月 2020 | 00:52:09,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074.h +26 五月 2020 | 00:52:09,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880.h +26 五月 2020 | 00:52:09,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363MethodDeclarations.h +26 五月 2020 | 00:52:09,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_LuaValueTypeName2050873074MethodDeclarations.h +26 五月 2020 | 00:52:09,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742.h +26 五月 2020 | 00:52:09,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880MethodDeclarations.h +26 五月 2020 | 00:52:09,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132.h +26 五月 2020 | 00:52:09,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742MethodDeclarations.h +26 五月 2020 | 00:52:09,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_Lua_Debug1014600132MethodDeclarations.h +26 五月 2020 | 00:52:09,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287.h +26 五月 2020 | 00:52:09,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858.h +26 五月 2020 | 00:52:09,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287MethodDeclarations.h +26 五月 2020 | 00:52:09,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804.h +26 五月 2020 | 00:52:09,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858MethodDeclarations.h +26 五月 2020 | 00:52:09,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_MonoPInvokeCallback1799440804MethodDeclarations.h +26 五月 2020 | 00:52:09,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283.h +26 五月 2020 | 00:52:09,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423.h +26 五月 2020 | 00:52:09,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948.h +26 五月 2020 | 00:52:09,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283MethodDeclarations.h +26 五月 2020 | 00:52:09,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423MethodDeclarations.h +26 五月 2020 | 00:52:09,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050.h +26 五月 2020 | 00:52:09,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009.h +26 五月 2020 | 00:52:09,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NoToLuaAttribute3994105948MethodDeclarations.h +26 五月 2020 | 00:52:09,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050MethodDeclarations.h +26 五月 2020 | 00:52:09,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524.h +26 五月 2020 | 00:52:09,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786.h +26 五月 2020 | 00:52:09,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009MethodDeclarations.h +26 五月 2020 | 00:52:09,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_NullObject379426524MethodDeclarations.h +26 五月 2020 | 00:52:09,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786MethodDeclarations.h +26 五月 2020 | 00:52:09,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880.h +26 五月 2020 | 00:52:09,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765.h +26 五月 2020 | 00:52:09,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259.h +26 五月 2020 | 00:52:09,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880MethodDeclarations.h +26 五月 2020 | 00:52:09,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259MethodDeclarations.h +26 五月 2020 | 00:52:09,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator940955765MethodDeclarations.h +26 五月 2020 | 00:52:09,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287.h +26 五月 2020 | 00:52:09,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330.h +26 五月 2020 | 00:52:09,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363.h +26 五月 2020 | 00:52:09,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330MethodDeclarations.h +26 五月 2020 | 00:52:09,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287MethodDeclarations.h +26 五月 2020 | 00:52:09,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_Co3617333363MethodDeclarations.h +26 五月 2020 | 00:52:09,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228.h +26 五月 2020 | 00:52:09,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283.h +26 五月 2020 | 00:52:09,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228MethodDeclarations.h +26 五月 2020 | 00:52:09,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742.h +26 五月 2020 | 00:52:09,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283MethodDeclarations.h +26 五月 2020 | 00:52:09,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_De1947992742MethodDeclarations.h +26 五月 2020 | 00:52:09,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175.h +26 五月 2020 | 00:52:09,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050.h +26 五月 2020 | 00:52:09,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858.h +26 五月 2020 | 00:52:09,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175MethodDeclarations.h +26 五月 2020 | 00:52:09,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ObjectTranslator_U32088336858MethodDeclarations.h +26 五月 2020 | 00:52:09,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050MethodDeclarations.h +26 五月 2020 | 00:52:09,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013.h +26 五月 2020 | 00:52:09,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786.h +26 五月 2020 | 00:52:09,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423.h +26 五月 2020 | 00:52:09,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013MethodDeclarations.h +26 五月 2020 | 00:52:09,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_OverrideDefinedAttr2241371423MethodDeclarations.h +26 五月 2020 | 00:52:09,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961.h +26 五月 2020 | 00:52:09,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786MethodDeclarations.h +26 五月 2020 | 00:52:09,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961MethodDeclarations.h +26 五月 2020 | 00:52:09,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259.h +26 五月 2020 | 00:52:09,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009.h +26 五月 2020 | 00:52:09,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881.h +26 五月 2020 | 00:52:09,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259MethodDeclarations.h +26 五月 2020 | 00:52:09,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_RaycastBits3924132009MethodDeclarations.h +26 五月 2020 | 00:52:09,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881MethodDeclarations.h +26 五月 2020 | 00:52:09,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330.h +26 五月 2020 | 00:52:09,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880.h +26 五月 2020 | 00:52:09,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985.h +26 五月 2020 | 00:52:09,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330MethodDeclarations.h +26 五月 2020 | 00:52:09,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1016618880MethodDeclarations.h +26 五月 2020 | 00:52:09,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287.h +26 五月 2020 | 00:52:09,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985MethodDeclarations.h +26 五月 2020 | 00:52:09,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228.h +26 五月 2020 | 00:52:09,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364.h +26 五月 2020 | 00:52:09,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1020793287MethodDeclarations.h +26 五月 2020 | 00:52:09,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228MethodDeclarations.h +26 五月 2020 | 00:52:09,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364MethodDeclarations.h +26 五月 2020 | 00:52:09,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283.h +26 五月 2020 | 00:52:09,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1031965283MethodDeclarations.h +26 五月 2020 | 00:52:09,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175.h +26 五月 2020 | 00:52:09,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522.h +26 五月 2020 | 00:52:09,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175MethodDeclarations.h +26 五月 2020 | 00:52:09,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522MethodDeclarations.h +26 五月 2020 | 00:52:09,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050.h +26 五月 2020 | 00:52:09,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013.h +26 五月 2020 | 00:52:09,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145.h +26 五月 2020 | 00:52:09,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1068735050MethodDeclarations.h +26 五月 2020 | 00:52:10,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013MethodDeclarations.h +26 五月 2020 | 00:52:10,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786.h +26 五月 2020 | 00:52:10,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145MethodDeclarations.h +26 五月 2020 | 00:52:10,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961.h +26 五月 2020 | 00:52:10,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1131152786MethodDeclarations.h +26 五月 2020 | 00:52:10,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055.h +26 五月 2020 | 00:52:10,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961MethodDeclarations.h +26 五月 2020 | 00:52:10,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259.h +26 五月 2020 | 00:52:10,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055MethodDeclarations.h +26 五月 2020 | 00:52:10,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881.h +26 五月 2020 | 00:52:10,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1162694259MethodDeclarations.h +26 五月 2020 | 00:52:10,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221.h +26 五月 2020 | 00:52:10,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881MethodDeclarations.h +26 五月 2020 | 00:52:10,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330.h +26 五月 2020 | 00:52:10,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221MethodDeclarations.h +26 五月 2020 | 00:52:10,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1225033330MethodDeclarations.h +26 五月 2020 | 00:52:10,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985.h +26 五月 2020 | 00:52:10,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985MethodDeclarations.h +26 五月 2020 | 00:52:10,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228.h +26 五月 2020 | 00:52:10,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364.h +26 五月 2020 | 00:52:10,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1253281228MethodDeclarations.h +26 五月 2020 | 00:52:10,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364MethodDeclarations.h +26 五月 2020 | 00:52:10,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428.h +26 五月 2020 | 00:52:10,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175.h +26 五月 2020 | 00:52:10,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428MethodDeclarations.h +26 五月 2020 | 00:52:10,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522.h +26 五月 2020 | 00:52:10,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1269470175MethodDeclarations.h +26 五月 2020 | 00:52:10,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912.h +26 五月 2020 | 00:52:10,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522MethodDeclarations.h +26 五月 2020 | 00:52:10,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013.h +26 五月 2020 | 00:52:10,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912MethodDeclarations.h +26 五月 2020 | 00:52:10,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1292438013MethodDeclarations.h +26 五月 2020 | 00:52:10,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396.h +26 五月 2020 | 00:52:10,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961.h +26 五月 2020 | 00:52:10,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145.h +26 五月 2020 | 00:52:10,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396MethodDeclarations.h +26 五月 2020 | 00:52:10,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1343703961MethodDeclarations.h +26 五月 2020 | 00:52:10,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145MethodDeclarations.h +26 五月 2020 | 00:52:10,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548.h +26 五月 2020 | 00:52:10,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055.h +26 五月 2020 | 00:52:10,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881.h +26 五月 2020 | 00:52:10,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548MethodDeclarations.h +26 五月 2020 | 00:52:10,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055MethodDeclarations.h +26 五月 2020 | 00:52:10,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1345072881MethodDeclarations.h +26 五月 2020 | 00:52:10,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001.h +26 五月 2020 | 00:52:10,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221.h +26 五月 2020 | 00:52:10,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001MethodDeclarations.h +26 五月 2020 | 00:52:10,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985.h +26 五月 2020 | 00:52:10,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221MethodDeclarations.h +26 五月 2020 | 00:52:10,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219.h +26 五月 2020 | 00:52:10,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1372866985MethodDeclarations.h +26 五月 2020 | 00:52:10,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219MethodDeclarations.h +26 五月 2020 | 00:52:10,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364.h +26 五月 2020 | 00:52:10,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428.h +26 五月 2020 | 00:52:10,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504.h +26 五月 2020 | 00:52:10,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1535762364MethodDeclarations.h +26 五月 2020 | 00:52:10,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428MethodDeclarations.h +26 五月 2020 | 00:52:10,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504MethodDeclarations.h +26 五月 2020 | 00:52:10,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522.h +26 五月 2020 | 00:52:10,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912.h +26 五月 2020 | 00:52:10,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505.h +26 五月 2020 | 00:52:10,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912MethodDeclarations.h +26 五月 2020 | 00:52:10,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1541484522MethodDeclarations.h +26 五月 2020 | 00:52:10,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505MethodDeclarations.h +26 五月 2020 | 00:52:10,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396.h +26 五月 2020 | 00:52:10,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370.h +26 五月 2020 | 00:52:10,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145.h +26 五月 2020 | 00:52:10,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396MethodDeclarations.h +26 五月 2020 | 00:52:10,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen155525145MethodDeclarations.h +26 五月 2020 | 00:52:10,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370MethodDeclarations.h +26 五月 2020 | 00:52:10,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548.h +26 五月 2020 | 00:52:10,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214.h +26 五月 2020 | 00:52:10,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055.h +26 五月 2020 | 00:52:10,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548MethodDeclarations.h +26 五月 2020 | 00:52:10,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214MethodDeclarations.h +26 五月 2020 | 00:52:10,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001.h +26 五月 2020 | 00:52:10,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1569145055MethodDeclarations.h +26 五月 2020 | 00:52:10,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462.h +26 五月 2020 | 00:52:10,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001MethodDeclarations.h +26 五月 2020 | 00:52:10,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221.h +26 五月 2020 | 00:52:10,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219.h +26 五月 2020 | 00:52:10,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462MethodDeclarations.h +26 五月 2020 | 00:52:10,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1582157221MethodDeclarations.h +26 五月 2020 | 00:52:10,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219MethodDeclarations.h +26 五月 2020 | 00:52:10,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190.h +26 五月 2020 | 00:52:10,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504.h +26 五月 2020 | 00:52:10,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190MethodDeclarations.h +26 五月 2020 | 00:52:10,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504MethodDeclarations.h +26 五月 2020 | 00:52:10,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559.h +26 五月 2020 | 00:52:10,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505.h +26 五月 2020 | 00:52:10,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559MethodDeclarations.h +26 五月 2020 | 00:52:10,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428.h +26 五月 2020 | 00:52:10,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505MethodDeclarations.h +26 五月 2020 | 00:52:10,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1620630428MethodDeclarations.h +26 五月 2020 | 00:52:10,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560.h +26 五月 2020 | 00:52:10,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912.h +26 五月 2020 | 00:52:10,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370.h +26 五月 2020 | 00:52:10,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1625262912MethodDeclarations.h +26 五月 2020 | 00:52:10,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370MethodDeclarations.h +26 五月 2020 | 00:52:10,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396.h +26 五月 2020 | 00:52:10,070 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560MethodDeclarations.h +26 五月 2020 | 00:52:10,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214.h +26 五月 2020 | 00:52:10,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1649823396MethodDeclarations.h +26 五月 2020 | 00:52:10,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214MethodDeclarations.h +26 五月 2020 | 00:52:10,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561.h +26 五月 2020 | 00:52:10,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548.h +26 五月 2020 | 00:52:10,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462.h +26 五月 2020 | 00:52:10,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561MethodDeclarations.h +26 五月 2020 | 00:52:10,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1692960548MethodDeclarations.h +26 五月 2020 | 00:52:10,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228.h +26 五月 2020 | 00:52:10,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001.h +26 五月 2020 | 00:52:10,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228MethodDeclarations.h +26 五月 2020 | 00:52:10,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1698435001MethodDeclarations.h +26 五月 2020 | 00:52:10,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462MethodDeclarations.h +26 五月 2020 | 00:52:10,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219.h +26 五月 2020 | 00:52:10,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019.h +26 五月 2020 | 00:52:10,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190.h +26 五月 2020 | 00:52:10,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707550219MethodDeclarations.h +26 五月 2020 | 00:52:10,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190MethodDeclarations.h +26 五月 2020 | 00:52:10,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019MethodDeclarations.h +26 五月 2020 | 00:52:10,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559.h +26 五月 2020 | 00:52:10,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504.h +26 五月 2020 | 00:52:10,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559MethodDeclarations.h +26 五月 2020 | 00:52:10,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964504MethodDeclarations.h +26 五月 2020 | 00:52:10,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086.h +26 五月 2020 | 00:52:10,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505.h +26 五月 2020 | 00:52:10,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086MethodDeclarations.h +26 五月 2020 | 00:52:10,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1707964505MethodDeclarations.h +26 五月 2020 | 00:52:10,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062.h +26 五月 2020 | 00:52:10,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370.h +26 五月 2020 | 00:52:10,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1737771370MethodDeclarations.h +26 五月 2020 | 00:52:10,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560.h +26 五月 2020 | 00:52:10,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062MethodDeclarations.h +26 五月 2020 | 00:52:10,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214.h +26 五月 2020 | 00:52:10,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489.h +26 五月 2020 | 00:52:10,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489MethodDeclarations.h +26 五月 2020 | 00:52:10,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1740104214MethodDeclarations.h +26 五月 2020 | 00:52:10,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560MethodDeclarations.h +26 五月 2020 | 00:52:10,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107.h +26 五月 2020 | 00:52:10,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462.h +26 五月 2020 | 00:52:10,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561.h +26 五月 2020 | 00:52:10,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107MethodDeclarations.h +26 五月 2020 | 00:52:10,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561MethodDeclarations.h +26 五月 2020 | 00:52:10,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228.h +26 五月 2020 | 00:52:10,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228MethodDeclarations.h +26 五月 2020 | 00:52:10,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1760244462MethodDeclarations.h +26 五月 2020 | 00:52:10,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691.h +26 五月 2020 | 00:52:10,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019.h +26 五月 2020 | 00:52:10,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190.h +26 五月 2020 | 00:52:10,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691MethodDeclarations.h +26 五月 2020 | 00:52:10,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019MethodDeclarations.h +26 五月 2020 | 00:52:10,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen178895190MethodDeclarations.h +26 五月 2020 | 00:52:10,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334.h +26 五月 2020 | 00:52:10,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559.h +26 五月 2020 | 00:52:10,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334MethodDeclarations.h +26 五月 2020 | 00:52:10,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460559MethodDeclarations.h +26 五月 2020 | 00:52:10,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940.h +26 五月 2020 | 00:52:10,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086.h +26 五月 2020 | 00:52:10,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940MethodDeclarations.h +26 五月 2020 | 00:52:10,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560.h +26 五月 2020 | 00:52:10,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086MethodDeclarations.h +26 五月 2020 | 00:52:10,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777.h +26 五月 2020 | 00:52:10,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062.h +26 五月 2020 | 00:52:10,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460560MethodDeclarations.h +26 五月 2020 | 00:52:10,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777MethodDeclarations.h +26 五月 2020 | 00:52:10,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561.h +26 五月 2020 | 00:52:10,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062MethodDeclarations.h +26 五月 2020 | 00:52:10,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1792460561MethodDeclarations.h +26 五月 2020 | 00:52:10,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489.h +26 五月 2020 | 00:52:10,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742.h +26 五月 2020 | 00:52:10,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228.h +26 五月 2020 | 00:52:10,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489MethodDeclarations.h +26 五月 2020 | 00:52:10,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742MethodDeclarations.h +26 五月 2020 | 00:52:10,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1800534228MethodDeclarations.h +26 五月 2020 | 00:52:10,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019.h +26 五月 2020 | 00:52:10,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1810827019MethodDeclarations.h +26 五月 2020 | 00:52:10,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204.h +26 五月 2020 | 00:52:10,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107.h +26 五月 2020 | 00:52:10,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086.h +26 五月 2020 | 00:52:10,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1824583086MethodDeclarations.h +26 五月 2020 | 00:52:10,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062.h +26 五月 2020 | 00:52:10,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107MethodDeclarations.h +26 五月 2020 | 00:52:10,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204MethodDeclarations.h +26 五月 2020 | 00:52:10,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1862814062MethodDeclarations.h +26 五月 2020 | 00:52:10,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801.h +26 五月 2020 | 00:52:10,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489.h +26 五月 2020 | 00:52:10,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801MethodDeclarations.h +26 五月 2020 | 00:52:10,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691.h +26 五月 2020 | 00:52:10,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1909695489MethodDeclarations.h +26 五月 2020 | 00:52:10,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691MethodDeclarations.h +26 五月 2020 | 00:52:10,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334.h +26 五月 2020 | 00:52:10,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334MethodDeclarations.h +26 五月 2020 | 00:52:10,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010.h +26 五月 2020 | 00:52:10,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107.h +26 五月 2020 | 00:52:10,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940.h +26 五月 2020 | 00:52:10,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010MethodDeclarations.h +26 五月 2020 | 00:52:10,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1958037107MethodDeclarations.h +26 五月 2020 | 00:52:10,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432.h +26 五月 2020 | 00:52:10,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432MethodDeclarations.h +26 五月 2020 | 00:52:10,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183.h +26 五月 2020 | 00:52:10,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183MethodDeclarations.h +26 五月 2020 | 00:52:10,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121.h +26 五月 2020 | 00:52:10,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940MethodDeclarations.h +26 五月 2020 | 00:52:10,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691.h +26 五月 2020 | 00:52:10,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121MethodDeclarations.h +26 五月 2020 | 00:52:10,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1971810691MethodDeclarations.h +26 五月 2020 | 00:52:10,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777.h +26 五月 2020 | 00:52:10,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702.h +26 五月 2020 | 00:52:10,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334.h +26 五月 2020 | 00:52:10,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777MethodDeclarations.h +26 五月 2020 | 00:52:10,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702MethodDeclarations.h +26 五月 2020 | 00:52:10,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1978892334MethodDeclarations.h +26 五月 2020 | 00:52:10,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985.h +26 五月 2020 | 00:52:10,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940.h +26 五月 2020 | 00:52:10,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985MethodDeclarations.h +26 五月 2020 | 00:52:10,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742.h +26 五月 2020 | 00:52:10,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742MethodDeclarations.h +26 五月 2020 | 00:52:10,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204.h +26 五月 2020 | 00:52:10,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen1987538940MethodDeclarations.h +26 五月 2020 | 00:52:10,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276.h +26 五月 2020 | 00:52:10,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777.h +26 五月 2020 | 00:52:10,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2002811777MethodDeclarations.h +26 五月 2020 | 00:52:10,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204MethodDeclarations.h +26 五月 2020 | 00:52:10,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276MethodDeclarations.h +26 五月 2020 | 00:52:10,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801.h +26 五月 2020 | 00:52:10,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801MethodDeclarations.h +26 五月 2020 | 00:52:10,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810.h +26 五月 2020 | 00:52:10,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742.h +26 五月 2020 | 00:52:10,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2010387742MethodDeclarations.h +26 五月 2020 | 00:52:10,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204.h +26 五月 2020 | 00:52:10,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010.h +26 五月 2020 | 00:52:10,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810MethodDeclarations.h +26 五月 2020 | 00:52:10,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010MethodDeclarations.h +26 五月 2020 | 00:52:10,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072.h +26 五月 2020 | 00:52:10,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072MethodDeclarations.h +26 五月 2020 | 00:52:10,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432.h +26 五月 2020 | 00:52:10,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2018359204MethodDeclarations.h +26 五月 2020 | 00:52:10,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813.h +26 五月 2020 | 00:52:10,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801.h +26 五月 2020 | 00:52:10,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432MethodDeclarations.h +26 五月 2020 | 00:52:10,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813MethodDeclarations.h +26 五月 2020 | 00:52:10,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183.h +26 五月 2020 | 00:52:10,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2022783801MethodDeclarations.h +26 五月 2020 | 00:52:10,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894.h +26 五月 2020 | 00:52:10,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183MethodDeclarations.h +26 五月 2020 | 00:52:10,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894MethodDeclarations.h +26 五月 2020 | 00:52:10,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121.h +26 五月 2020 | 00:52:10,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430.h +26 五月 2020 | 00:52:10,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121MethodDeclarations.h +26 五月 2020 | 00:52:10,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702.h +26 五月 2020 | 00:52:10,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010.h +26 五月 2020 | 00:52:10,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430MethodDeclarations.h +26 五月 2020 | 00:52:10,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702MethodDeclarations.h +26 五月 2020 | 00:52:10,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen21119010MethodDeclarations.h +26 五月 2020 | 00:52:10,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246.h +26 五月 2020 | 00:52:10,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985.h +26 五月 2020 | 00:52:10,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432.h +26 五月 2020 | 00:52:10,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246MethodDeclarations.h +26 五月 2020 | 00:52:10,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985MethodDeclarations.h +26 五月 2020 | 00:52:10,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2119965432MethodDeclarations.h +26 五月 2020 | 00:52:10,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544.h +26 五月 2020 | 00:52:10,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276.h +26 五月 2020 | 00:52:10,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544MethodDeclarations.h +26 五月 2020 | 00:52:10,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183.h +26 五月 2020 | 00:52:10,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2160204183MethodDeclarations.h +26 五月 2020 | 00:52:10,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276MethodDeclarations.h +26 五月 2020 | 00:52:10,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen217191121MethodDeclarations.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2194764702MethodDeclarations.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2230750985MethodDeclarations.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829MethodDeclarations.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683MethodDeclarations.h +26 五月 2020 | 00:52:10,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891.h +26 五月 2020 | 00:52:10,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276.h +26 五月 2020 | 00:52:10,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891MethodDeclarations.h +26 五月 2020 | 00:52:10,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810MethodDeclarations.h +26 五月 2020 | 00:52:10,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072.h +26 五月 2020 | 00:52:10,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072MethodDeclarations.h +26 五月 2020 | 00:52:10,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813.h +26 五月 2020 | 00:52:10,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813MethodDeclarations.h +26 五月 2020 | 00:52:10,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2272569276MethodDeclarations.h +26 五月 2020 | 00:52:10,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894.h +26 五月 2020 | 00:52:10,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664.h +26 五月 2020 | 00:52:10,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810.h +26 五月 2020 | 00:52:10,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894MethodDeclarations.h +26 五月 2020 | 00:52:10,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664MethodDeclarations.h +26 五月 2020 | 00:52:10,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430.h +26 五月 2020 | 00:52:10,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2378433810MethodDeclarations.h +26 五月 2020 | 00:52:10,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134.h +26 五月 2020 | 00:52:10,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430MethodDeclarations.h +26 五月 2020 | 00:52:10,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072.h +26 五月 2020 | 00:52:10,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134MethodDeclarations.h +26 五月 2020 | 00:52:10,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246.h +26 五月 2020 | 00:52:10,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen24083072MethodDeclarations.h +26 五月 2020 | 00:52:10,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427.h +26 五月 2020 | 00:52:10,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246MethodDeclarations.h +26 五月 2020 | 00:52:10,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813.h +26 五月 2020 | 00:52:10,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427MethodDeclarations.h +26 五月 2020 | 00:52:10,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544.h +26 五月 2020 | 00:52:10,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865.h +26 五月 2020 | 00:52:10,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2422512813MethodDeclarations.h +26 五月 2020 | 00:52:10,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544MethodDeclarations.h +26 五月 2020 | 00:52:10,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894.h +26 五月 2020 | 00:52:10,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865MethodDeclarations.h +26 五月 2020 | 00:52:10,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829.h +26 五月 2020 | 00:52:10,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457949894MethodDeclarations.h +26 五月 2020 | 00:52:10,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726.h +26 五月 2020 | 00:52:10,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430.h +26 五月 2020 | 00:52:10,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829MethodDeclarations.h +26 五月 2020 | 00:52:10,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726MethodDeclarations.h +26 五月 2020 | 00:52:10,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2457998430MethodDeclarations.h +26 五月 2020 | 00:52:10,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683.h +26 五月 2020 | 00:52:10,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057.h +26 五月 2020 | 00:52:10,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246.h +26 五月 2020 | 00:52:10,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683MethodDeclarations.h +26 五月 2020 | 00:52:10,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057MethodDeclarations.h +26 五月 2020 | 00:52:10,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen246078246MethodDeclarations.h +26 五月 2020 | 00:52:10,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891.h +26 五月 2020 | 00:52:10,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869.h +26 五月 2020 | 00:52:10,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544.h +26 五月 2020 | 00:52:10,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891MethodDeclarations.h +26 五月 2020 | 00:52:10,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869MethodDeclarations.h +26 五月 2020 | 00:52:10,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2470369544MethodDeclarations.h +26 五月 2020 | 00:52:10,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829.h +26 五月 2020 | 00:52:10,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664.h +26 五月 2020 | 00:52:10,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801.h +26 五月 2020 | 00:52:10,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2473205829MethodDeclarations.h +26 五月 2020 | 00:52:10,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664MethodDeclarations.h +26 五月 2020 | 00:52:10,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801MethodDeclarations.h +26 五月 2020 | 00:52:10,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683.h +26 五月 2020 | 00:52:10,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414.h +26 五月 2020 | 00:52:10,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414MethodDeclarations.h +26 五月 2020 | 00:52:10,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2582116683MethodDeclarations.h +26 五月 2020 | 00:52:10,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134.h +26 五月 2020 | 00:52:10,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076.h +26 五月 2020 | 00:52:10,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891.h +26 五月 2020 | 00:52:10,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134MethodDeclarations.h +26 五月 2020 | 00:52:10,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2589489891MethodDeclarations.h +26 五月 2020 | 00:52:10,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427.h +26 五月 2020 | 00:52:10,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076MethodDeclarations.h +26 五月 2020 | 00:52:10,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664.h +26 五月 2020 | 00:52:10,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427MethodDeclarations.h +26 五月 2020 | 00:52:10,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511.h +26 五月 2020 | 00:52:10,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2613770664MethodDeclarations.h +26 五月 2020 | 00:52:10,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865.h +26 五月 2020 | 00:52:10,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511MethodDeclarations.h +26 五月 2020 | 00:52:10,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865MethodDeclarations.h +26 五月 2020 | 00:52:10,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778.h +26 五月 2020 | 00:52:10,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134.h +26 五月 2020 | 00:52:10,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726.h +26 五月 2020 | 00:52:10,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2645824134MethodDeclarations.h +26 五月 2020 | 00:52:10,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778MethodDeclarations.h +26 五月 2020 | 00:52:10,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427.h +26 五月 2020 | 00:52:10,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506.h +26 五月 2020 | 00:52:10,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726MethodDeclarations.h +26 五月 2020 | 00:52:10,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen265837427MethodDeclarations.h +26 五月 2020 | 00:52:10,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057.h +26 五月 2020 | 00:52:10,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506MethodDeclarations.h +26 五月 2020 | 00:52:10,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865.h +26 五月 2020 | 00:52:10,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057MethodDeclarations.h +26 五月 2020 | 00:52:10,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072.h +26 五月 2020 | 00:52:10,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869.h +26 五月 2020 | 00:52:10,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072MethodDeclarations.h +26 五月 2020 | 00:52:10,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen269985865MethodDeclarations.h +26 五月 2020 | 00:52:10,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869MethodDeclarations.h +26 五月 2020 | 00:52:10,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637.h +26 五月 2020 | 00:52:10,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726.h +26 五月 2020 | 00:52:10,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801.h +26 五月 2020 | 00:52:10,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2702921726MethodDeclarations.h +26 五月 2020 | 00:52:10,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637MethodDeclarations.h +26 五月 2020 | 00:52:10,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801MethodDeclarations.h +26 五月 2020 | 00:52:10,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057.h +26 五月 2020 | 00:52:10,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745.h +26 五月 2020 | 00:52:10,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414.h +26 五月 2020 | 00:52:10,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273454057MethodDeclarations.h +26 五月 2020 | 00:52:10,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745MethodDeclarations.h +26 五月 2020 | 00:52:10,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869.h +26 五月 2020 | 00:52:10,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414MethodDeclarations.h +26 五月 2020 | 00:52:10,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169.h +26 五月 2020 | 00:52:10,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen273614869MethodDeclarations.h +26 五月 2020 | 00:52:10,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076.h +26 五月 2020 | 00:52:10,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169MethodDeclarations.h +26 五月 2020 | 00:52:10,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076MethodDeclarations.h +26 五月 2020 | 00:52:10,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801.h +26 五月 2020 | 00:52:10,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272.h +26 五月 2020 | 00:52:10,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511.h +26 五月 2020 | 00:52:10,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2736928801MethodDeclarations.h +26 五月 2020 | 00:52:10,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272MethodDeclarations.h +26 五月 2020 | 00:52:10,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414.h +26 五月 2020 | 00:52:10,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511MethodDeclarations.h +26 五月 2020 | 00:52:10,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2751713414MethodDeclarations.h +26 五月 2020 | 00:52:10,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440.h +26 五月 2020 | 00:52:10,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778.h +26 五月 2020 | 00:52:10,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440MethodDeclarations.h +26 五月 2020 | 00:52:10,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076.h +26 五月 2020 | 00:52:10,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778MethodDeclarations.h +26 五月 2020 | 00:52:10,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331.h +26 五月 2020 | 00:52:10,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2761125076MethodDeclarations.h +26 五月 2020 | 00:52:10,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506.h +26 五月 2020 | 00:52:10,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511.h +26 五月 2020 | 00:52:10,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506MethodDeclarations.h +26 五月 2020 | 00:52:10,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331MethodDeclarations.h +26 五月 2020 | 00:52:10,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2835404511MethodDeclarations.h +26 五月 2020 | 00:52:10,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072.h +26 五月 2020 | 00:52:10,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318.h +26 五月 2020 | 00:52:10,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778.h +26 五月 2020 | 00:52:10,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072MethodDeclarations.h +26 五月 2020 | 00:52:10,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318MethodDeclarations.h +26 五月 2020 | 00:52:10,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013.h +26 五月 2020 | 00:52:10,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2870124778MethodDeclarations.h +26 五月 2020 | 00:52:10,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013MethodDeclarations.h +26 五月 2020 | 00:52:10,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506.h +26 五月 2020 | 00:52:10,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637.h +26 五月 2020 | 00:52:10,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2909384506MethodDeclarations.h +26 五月 2020 | 00:52:10,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812.h +26 五月 2020 | 00:52:10,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637MethodDeclarations.h +26 五月 2020 | 00:52:10,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072.h +26 五月 2020 | 00:52:10,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812MethodDeclarations.h +26 五月 2020 | 00:52:10,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2921256072MethodDeclarations.h +26 五月 2020 | 00:52:10,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745.h +26 五月 2020 | 00:52:10,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283.h +26 五月 2020 | 00:52:10,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637.h +26 五月 2020 | 00:52:10,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745MethodDeclarations.h +26 五月 2020 | 00:52:10,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283MethodDeclarations.h +26 五月 2020 | 00:52:10,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169.h +26 五月 2020 | 00:52:10,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585.h +26 五月 2020 | 00:52:10,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2928072637MethodDeclarations.h +26 五月 2020 | 00:52:10,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169MethodDeclarations.h +26 五月 2020 | 00:52:10,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585MethodDeclarations.h +26 五月 2020 | 00:52:10,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132.h +26 五月 2020 | 00:52:10,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745.h +26 五月 2020 | 00:52:10,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272.h +26 五月 2020 | 00:52:10,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132MethodDeclarations.h +26 五月 2020 | 00:52:10,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272MethodDeclarations.h +26 五月 2020 | 00:52:10,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078.h +26 五月 2020 | 00:52:10,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440.h +26 五月 2020 | 00:52:10,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078MethodDeclarations.h +26 五月 2020 | 00:52:10,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440MethodDeclarations.h +26 五月 2020 | 00:52:10,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632.h +26 五月 2020 | 00:52:10,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2942366745MethodDeclarations.h +26 五月 2020 | 00:52:10,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632MethodDeclarations.h +26 五月 2020 | 00:52:10,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169.h +26 五月 2020 | 00:52:10,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495.h +26 五月 2020 | 00:52:10,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2944186169MethodDeclarations.h +26 五月 2020 | 00:52:10,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331.h +26 五月 2020 | 00:52:10,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495MethodDeclarations.h +26 五月 2020 | 00:52:10,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603.h +26 五月 2020 | 00:52:10,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272.h +26 五月 2020 | 00:52:10,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331MethodDeclarations.h +26 五月 2020 | 00:52:10,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2950651272MethodDeclarations.h +26 五月 2020 | 00:52:10,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318.h +26 五月 2020 | 00:52:10,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603MethodDeclarations.h +26 五月 2020 | 00:52:10,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440.h +26 五月 2020 | 00:52:10,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529.h +26 五月 2020 | 00:52:10,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2954375440MethodDeclarations.h +26 五月 2020 | 00:52:10,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529MethodDeclarations.h +26 五月 2020 | 00:52:10,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318MethodDeclarations.h +26 五月 2020 | 00:52:10,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205.h +26 五月 2020 | 00:52:10,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331.h +26 五月 2020 | 00:52:10,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205MethodDeclarations.h +26 五月 2020 | 00:52:10,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013.h +26 五月 2020 | 00:52:10,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen2970596331MethodDeclarations.h +26 五月 2020 | 00:52:10,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013MethodDeclarations.h +26 五月 2020 | 00:52:10,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416.h +26 五月 2020 | 00:52:10,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318.h +26 五月 2020 | 00:52:10,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812.h +26 五月 2020 | 00:52:10,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416MethodDeclarations.h +26 五月 2020 | 00:52:10,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3003234318MethodDeclarations.h +26 五月 2020 | 00:52:10,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668.h +26 五月 2020 | 00:52:10,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812MethodDeclarations.h +26 五月 2020 | 00:52:10,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013.h +26 五月 2020 | 00:52:10,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668MethodDeclarations.h +26 五月 2020 | 00:52:10,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3011146013MethodDeclarations.h +26 五月 2020 | 00:52:10,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740.h +26 五月 2020 | 00:52:10,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283.h +26 五月 2020 | 00:52:10,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812.h +26 五月 2020 | 00:52:10,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740MethodDeclarations.h +26 五月 2020 | 00:52:10,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283MethodDeclarations.h +26 五月 2020 | 00:52:10,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585.h +26 五月 2020 | 00:52:10,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3042219812MethodDeclarations.h +26 五月 2020 | 00:52:10,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898.h +26 五月 2020 | 00:52:10,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898MethodDeclarations.h +26 五月 2020 | 00:52:10,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283.h +26 五月 2020 | 00:52:10,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585MethodDeclarations.h +26 五月 2020 | 00:52:10,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374.h +26 五月 2020 | 00:52:10,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen304851283MethodDeclarations.h +26 五月 2020 | 00:52:10,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132.h +26 五月 2020 | 00:52:10,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374MethodDeclarations.h +26 五月 2020 | 00:52:10,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585.h +26 五月 2020 | 00:52:10,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132MethodDeclarations.h +26 五月 2020 | 00:52:10,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113.h +26 五月 2020 | 00:52:10,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078.h +26 五月 2020 | 00:52:10,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3106321585MethodDeclarations.h +26 五月 2020 | 00:52:10,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078MethodDeclarations.h +26 五月 2020 | 00:52:10,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113MethodDeclarations.h +26 五月 2020 | 00:52:10,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132.h +26 五月 2020 | 00:52:10,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597.h +26 五月 2020 | 00:52:10,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632.h +26 五月 2020 | 00:52:10,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3140074132MethodDeclarations.h +26 五月 2020 | 00:52:10,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632MethodDeclarations.h +26 五月 2020 | 00:52:10,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597MethodDeclarations.h +26 五月 2020 | 00:52:10,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078.h +26 五月 2020 | 00:52:10,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495.h +26 五月 2020 | 00:52:10,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698.h +26 五月 2020 | 00:52:10,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3153601078MethodDeclarations.h +26 五月 2020 | 00:52:10,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495MethodDeclarations.h +26 五月 2020 | 00:52:10,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698MethodDeclarations.h +26 五月 2020 | 00:52:10,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603.h +26 五月 2020 | 00:52:10,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343.h +26 五月 2020 | 00:52:10,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632.h +26 五月 2020 | 00:52:10,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603MethodDeclarations.h +26 五月 2020 | 00:52:10,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343MethodDeclarations.h +26 五月 2020 | 00:52:10,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3155271632MethodDeclarations.h +26 五月 2020 | 00:52:10,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686.h +26 五月 2020 | 00:52:10,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495.h +26 五月 2020 | 00:52:10,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529.h +26 五月 2020 | 00:52:10,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529MethodDeclarations.h +26 五月 2020 | 00:52:10,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686MethodDeclarations.h +26 五月 2020 | 00:52:10,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343MethodDeclarations.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686.h +26 五月 2020 | 00:52:10,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749.h +26 五月 2020 | 00:52:10,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3159363495MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661MethodDeclarations.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274.h +26 五月 2020 | 00:52:10,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165.h +26 五月 2020 | 00:52:10,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060MethodDeclarations.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315.h +26 五月 2020 | 00:52:10,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3163867603MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3170529MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3175639205MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3231857416MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen324335668MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3306078740MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3314906898MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3327406374MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3357564113MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3362196597MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3374327698MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3422890343MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3435368686MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3490109019MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394244MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394245MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3529394246MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3569081817MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3578826898MethodDeclarations.h +26 五月 2020 | 00:52:10,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274MethodDeclarations.h +26 五月 2020 | 00:52:10,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489MethodDeclarations.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894.h +26 五月 2020 | 00:52:10,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579.h +26 五月 2020 | 00:52:10,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687MethodDeclarations.h +26 五月 2020 | 00:52:10,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3589998894MethodDeclarations.h +26 五月 2020 | 00:52:10,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579MethodDeclarations.h +26 五月 2020 | 00:52:10,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749.h +26 五月 2020 | 00:52:10,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668.h +26 五月 2020 | 00:52:10,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596.h +26 五月 2020 | 00:52:10,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3615787749MethodDeclarations.h +26 五月 2020 | 00:52:10,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668MethodDeclarations.h +26 五月 2020 | 00:52:10,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596MethodDeclarations.h +26 五月 2020 | 00:52:10,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949.h +26 五月 2020 | 00:52:10,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159.h +26 五月 2020 | 00:52:10,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960.h +26 五月 2020 | 00:52:10,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3624597949MethodDeclarations.h +26 五月 2020 | 00:52:10,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159MethodDeclarations.h +26 五月 2020 | 00:52:10,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960MethodDeclarations.h +26 五月 2020 | 00:52:10,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661.h +26 五月 2020 | 00:52:10,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827.h +26 五月 2020 | 00:52:10,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011.h +26 五月 2020 | 00:52:10,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3626768661MethodDeclarations.h +26 五月 2020 | 00:52:10,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827MethodDeclarations.h +26 五月 2020 | 00:52:10,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011MethodDeclarations.h +26 五月 2020 | 00:52:10,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633.h +26 五月 2020 | 00:52:10,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997.h +26 五月 2020 | 00:52:10,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917.h +26 五月 2020 | 00:52:10,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917MethodDeclarations.h +26 五月 2020 | 00:52:10,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633MethodDeclarations.h +26 五月 2020 | 00:52:10,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634091997MethodDeclarations.h +26 五月 2020 | 00:52:10,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707.h +26 五月 2020 | 00:52:10,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394.h +26 五月 2020 | 00:52:10,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803.h +26 五月 2020 | 00:52:10,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707MethodDeclarations.h +26 五月 2020 | 00:52:10,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394MethodDeclarations.h +26 五月 2020 | 00:52:10,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3634855803MethodDeclarations.h +26 五月 2020 | 00:52:10,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017.h +26 五月 2020 | 00:52:10,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602.h +26 五月 2020 | 00:52:10,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377.h +26 五月 2020 | 00:52:10,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017MethodDeclarations.h +26 五月 2020 | 00:52:10,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602MethodDeclarations.h +26 五月 2020 | 00:52:10,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3650454377MethodDeclarations.h +26 五月 2020 | 00:52:10,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011.h +26 五月 2020 | 00:52:10,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496.h +26 五月 2020 | 00:52:10,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3693989496MethodDeclarations.h +26 五月 2020 | 00:52:10,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011MethodDeclarations.h +26 五月 2020 | 00:52:10,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761.h +26 五月 2020 | 00:52:10,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865.h +26 五月 2020 | 00:52:10,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489.h +26 五月 2020 | 00:52:10,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761MethodDeclarations.h +26 五月 2020 | 00:52:10,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3696582865MethodDeclarations.h +26 五月 2020 | 00:52:10,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489MethodDeclarations.h +26 五月 2020 | 00:52:10,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591.h +26 五月 2020 | 00:52:10,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060.h +26 五月 2020 | 00:52:10,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579.h +26 五月 2020 | 00:52:10,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591MethodDeclarations.h +26 五月 2020 | 00:52:10,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3738043060MethodDeclarations.h +26 五月 2020 | 00:52:10,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579MethodDeclarations.h +26 五月 2020 | 00:52:10,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153.h +26 五月 2020 | 00:52:10,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889.h +26 五月 2020 | 00:52:10,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668.h +26 五月 2020 | 00:52:10,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153MethodDeclarations.h +26 五月 2020 | 00:52:10,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3755292889MethodDeclarations.h +26 五月 2020 | 00:52:10,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668MethodDeclarations.h +26 五月 2020 | 00:52:10,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684.h +26 五月 2020 | 00:52:10,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274.h +26 五月 2020 | 00:52:10,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159.h +26 五月 2020 | 00:52:10,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684MethodDeclarations.h +26 五月 2020 | 00:52:10,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159MethodDeclarations.h +26 五月 2020 | 00:52:10,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3789747274MethodDeclarations.h +26 五月 2020 | 00:52:10,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503.h +26 五月 2020 | 00:52:10,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396.h +26 五月 2020 | 00:52:10,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011.h +26 五月 2020 | 00:52:10,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503MethodDeclarations.h +26 五月 2020 | 00:52:10,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011MethodDeclarations.h +26 五月 2020 | 00:52:10,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3792274396MethodDeclarations.h +26 五月 2020 | 00:52:10,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917.h +26 五月 2020 | 00:52:10,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917.h +26 五月 2020 | 00:52:10,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387.h +26 五月 2020 | 00:52:10,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917MethodDeclarations.h +26 五月 2020 | 00:52:10,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917MethodDeclarations.h +26 五月 2020 | 00:52:10,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707.h +26 五月 2020 | 00:52:10,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3812953387MethodDeclarations.h +26 五月 2020 | 00:52:10,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707MethodDeclarations.h +26 五月 2020 | 00:52:10,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093.h +26 五月 2020 | 00:52:10,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995.h +26 五月 2020 | 00:52:10,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017.h +26 五月 2020 | 00:52:10,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995MethodDeclarations.h +26 五月 2020 | 00:52:10,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3817094093MethodDeclarations.h +26 五月 2020 | 00:52:10,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017MethodDeclarations.h +26 五月 2020 | 00:52:10,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258.h +26 五月 2020 | 00:52:10,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805.h +26 五月 2020 | 00:52:10,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3819288258MethodDeclarations.h +26 五月 2020 | 00:52:10,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761.h +26 五月 2020 | 00:52:10,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805MethodDeclarations.h +26 五月 2020 | 00:52:10,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165.h +26 五月 2020 | 00:52:10,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097.h +26 五月 2020 | 00:52:10,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761MethodDeclarations.h +26 五月 2020 | 00:52:10,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097MethodDeclarations.h +26 五月 2020 | 00:52:10,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591.h +26 五月 2020 | 00:52:10,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3842270165MethodDeclarations.h +26 五月 2020 | 00:52:10,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929.h +26 五月 2020 | 00:52:10,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591MethodDeclarations.h +26 五月 2020 | 00:52:10,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257.h +26 五月 2020 | 00:52:10,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929MethodDeclarations.h +26 五月 2020 | 00:52:10,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153.h +26 五月 2020 | 00:52:10,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3863557257MethodDeclarations.h +26 五月 2020 | 00:52:10,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788.h +26 五月 2020 | 00:52:10,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153MethodDeclarations.h +26 五月 2020 | 00:52:10,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382.h +26 五月 2020 | 00:52:10,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788MethodDeclarations.h +26 五月 2020 | 00:52:10,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684.h +26 五月 2020 | 00:52:10,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen388053382MethodDeclarations.h +26 五月 2020 | 00:52:10,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087.h +26 五月 2020 | 00:52:10,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684MethodDeclarations.h +26 五月 2020 | 00:52:10,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315.h +26 五月 2020 | 00:52:10,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087MethodDeclarations.h +26 五月 2020 | 00:52:10,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503.h +26 五月 2020 | 00:52:10,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623.h +26 五月 2020 | 00:52:10,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3882036315MethodDeclarations.h +26 五月 2020 | 00:52:10,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503MethodDeclarations.h +26 五月 2020 | 00:52:10,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623MethodDeclarations.h +26 五月 2020 | 00:52:10,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917.h +26 五月 2020 | 00:52:10,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687.h +26 五月 2020 | 00:52:10,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019.h +26 五月 2020 | 00:52:10,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917MethodDeclarations.h +26 五月 2020 | 00:52:10,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995.h +26 五月 2020 | 00:52:10,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019MethodDeclarations.h +26 五月 2020 | 00:52:10,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen392951687MethodDeclarations.h +26 五月 2020 | 00:52:10,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632.h +26 五月 2020 | 00:52:10,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596.h +26 五月 2020 | 00:52:10,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995MethodDeclarations.h +26 五月 2020 | 00:52:10,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632MethodDeclarations.h +26 五月 2020 | 00:52:10,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805.h +26 五月 2020 | 00:52:10,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3930900596MethodDeclarations.h +26 五月 2020 | 00:52:10,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123.h +26 五月 2020 | 00:52:10,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805MethodDeclarations.h +26 五月 2020 | 00:52:10,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960.h +26 五月 2020 | 00:52:10,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123MethodDeclarations.h +26 五月 2020 | 00:52:10,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen3975135960MethodDeclarations.h +26 五月 2020 | 00:52:10,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097.h +26 五月 2020 | 00:52:10,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562.h +26 五月 2020 | 00:52:10,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562MethodDeclarations.h +26 五月 2020 | 00:52:10,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827.h +26 五月 2020 | 00:52:10,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097MethodDeclarations.h +26 五月 2020 | 00:52:10,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119.h +26 五月 2020 | 00:52:10,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4033689827MethodDeclarations.h +26 五月 2020 | 00:52:10,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929.h +26 五月 2020 | 00:52:10,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119MethodDeclarations.h +26 五月 2020 | 00:52:10,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633.h +26 五月 2020 | 00:52:10,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929MethodDeclarations.h +26 五月 2020 | 00:52:10,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689.h +26 五月 2020 | 00:52:10,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4052774633MethodDeclarations.h +26 五月 2020 | 00:52:10,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689MethodDeclarations.h +26 五月 2020 | 00:52:10,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788.h +26 五月 2020 | 00:52:10,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394.h +26 五月 2020 | 00:52:10,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329.h +26 五月 2020 | 00:52:10,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4060208394MethodDeclarations.h +26 五月 2020 | 00:52:10,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788MethodDeclarations.h +26 五月 2020 | 00:52:10,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329MethodDeclarations.h +26 五月 2020 | 00:52:10,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087.h +26 五月 2020 | 00:52:10,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602.h +26 五月 2020 | 00:52:10,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153.h +26 五月 2020 | 00:52:10,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087MethodDeclarations.h +26 五月 2020 | 00:52:10,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4122219602MethodDeclarations.h +26 五月 2020 | 00:52:10,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153MethodDeclarations.h +26 五月 2020 | 00:52:10,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623.h +26 五月 2020 | 00:52:10,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011.h +26 五月 2020 | 00:52:10,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241.h +26 五月 2020 | 00:52:10,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623MethodDeclarations.h +26 五月 2020 | 00:52:10,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4174519011MethodDeclarations.h +26 五月 2020 | 00:52:10,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241MethodDeclarations.h +26 五月 2020 | 00:52:10,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019.h +26 五月 2020 | 00:52:10,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466.h +26 五月 2020 | 00:52:10,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489.h +26 五月 2020 | 00:52:10,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019MethodDeclarations.h +26 五月 2020 | 00:52:10,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466MethodDeclarations.h +26 五月 2020 | 00:52:10,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632.h +26 五月 2020 | 00:52:10,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4183246489MethodDeclarations.h +26 五月 2020 | 00:52:10,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467.h +26 五月 2020 | 00:52:10,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632MethodDeclarations.h +26 五月 2020 | 00:52:10,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579.h +26 五月 2020 | 00:52:10,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123.h +26 五月 2020 | 00:52:10,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467MethodDeclarations.h +26 五月 2020 | 00:52:10,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4194883579MethodDeclarations.h +26 五月 2020 | 00:52:10,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123MethodDeclarations.h +26 五月 2020 | 00:52:10,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668.h +26 五月 2020 | 00:52:10,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468.h +26 五月 2020 | 00:52:10,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562.h +26 五月 2020 | 00:52:10,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4218920668MethodDeclarations.h +26 五月 2020 | 00:52:10,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468MethodDeclarations.h +26 五月 2020 | 00:52:10,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562MethodDeclarations.h +26 五月 2020 | 00:52:10,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159.h +26 五月 2020 | 00:52:10,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039.h +26 五月 2020 | 00:52:10,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119.h +26 五月 2020 | 00:52:10,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4250994159MethodDeclarations.h +26 五月 2020 | 00:52:10,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039MethodDeclarations.h +26 五月 2020 | 00:52:10,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119MethodDeclarations.h +26 五月 2020 | 00:52:10,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011.h +26 五月 2020 | 00:52:10,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120.h +26 五月 2020 | 00:52:10,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689.h +26 五月 2020 | 00:52:10,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen4292832011MethodDeclarations.h +26 五月 2020 | 00:52:10,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689MethodDeclarations.h +26 五月 2020 | 00:52:10,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120MethodDeclarations.h +26 五月 2020 | 00:52:10,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917.h +26 五月 2020 | 00:52:10,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen44045917MethodDeclarations.h +26 五月 2020 | 00:52:10,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116.h +26 五月 2020 | 00:52:10,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707.h +26 五月 2020 | 00:52:10,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329.h +26 五月 2020 | 00:52:10,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen445200707MethodDeclarations.h +26 五月 2020 | 00:52:10,942 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116MethodDeclarations.h +26 五月 2020 | 00:52:10,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329MethodDeclarations.h +26 五月 2020 | 00:52:10,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017.h +26 五月 2020 | 00:52:10,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153.h +26 五月 2020 | 00:52:10,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen457831017MethodDeclarations.h +26 五月 2020 | 00:52:10,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153MethodDeclarations.h +26 五月 2020 | 00:52:10,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971.h +26 五月 2020 | 00:52:10,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761.h +26 五月 2020 | 00:52:10,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241.h +26 五月 2020 | 00:52:10,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen463006761MethodDeclarations.h +26 五月 2020 | 00:52:10,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971MethodDeclarations.h +26 五月 2020 | 00:52:10,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241MethodDeclarations.h +26 五月 2020 | 00:52:10,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171.h +26 五月 2020 | 00:52:10,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591.h +26 五月 2020 | 00:52:10,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466.h +26 五月 2020 | 00:52:10,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171MethodDeclarations.h +26 五月 2020 | 00:52:10,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen535635591MethodDeclarations.h +26 五月 2020 | 00:52:10,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466MethodDeclarations.h +26 五月 2020 | 00:52:10,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883.h +26 五月 2020 | 00:52:10,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153.h +26 五月 2020 | 00:52:10,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467.h +26 五月 2020 | 00:52:10,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883MethodDeclarations.h +26 五月 2020 | 00:52:10,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen549125153MethodDeclarations.h +26 五月 2020 | 00:52:10,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467MethodDeclarations.h +26 五月 2020 | 00:52:10,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219.h +26 五月 2020 | 00:52:10,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684.h +26 五月 2020 | 00:52:10,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468.h +26 五月 2020 | 00:52:10,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219MethodDeclarations.h +26 五月 2020 | 00:52:10,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen558753684MethodDeclarations.h +26 五月 2020 | 00:52:10,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468MethodDeclarations.h +26 五月 2020 | 00:52:10,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025.h +26 五月 2020 | 00:52:10,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503.h +26 五月 2020 | 00:52:10,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039.h +26 五月 2020 | 00:52:10,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025MethodDeclarations.h +26 五月 2020 | 00:52:10,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen605353503MethodDeclarations.h +26 五月 2020 | 00:52:10,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039MethodDeclarations.h +26 五月 2020 | 00:52:10,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766.h +26 五月 2020 | 00:52:10,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917.h +26 五月 2020 | 00:52:10,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766MethodDeclarations.h +26 五月 2020 | 00:52:10,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120.h +26 五月 2020 | 00:52:10,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen658264917MethodDeclarations.h +26 五月 2020 | 00:52:10,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599.h +26 五月 2020 | 00:52:10,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120MethodDeclarations.h +26 五月 2020 | 00:52:10,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995.h +26 五月 2020 | 00:52:10,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599MethodDeclarations.h +26 五月 2020 | 00:52:10,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116.h +26 五月 2020 | 00:52:10,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen672474995MethodDeclarations.h +26 五月 2020 | 00:52:10,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405.h +26 五月 2020 | 00:52:10,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116MethodDeclarations.h +26 五月 2020 | 00:52:10,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805.h +26 五月 2020 | 00:52:10,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405MethodDeclarations.h +26 五月 2020 | 00:52:10,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen673823805MethodDeclarations.h +26 五月 2020 | 00:52:10,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971.h +26 五月 2020 | 00:52:10,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097.h +26 五月 2020 | 00:52:10,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971MethodDeclarations.h +26 五月 2020 | 00:52:10,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen684382097MethodDeclarations.h +26 五月 2020 | 00:52:10,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718.h +26 五月 2020 | 00:52:10,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171.h +26 五月 2020 | 00:52:10,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929.h +26 五月 2020 | 00:52:10,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718MethodDeclarations.h +26 五月 2020 | 00:52:10,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171MethodDeclarations.h +26 五月 2020 | 00:52:10,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen715372929MethodDeclarations.h +26 五月 2020 | 00:52:10,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905.h +26 五月 2020 | 00:52:10,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883.h +26 五月 2020 | 00:52:10,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788.h +26 五月 2020 | 00:52:10,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905MethodDeclarations.h +26 五月 2020 | 00:52:10,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883MethodDeclarations.h +26 五月 2020 | 00:52:10,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen773307788MethodDeclarations.h +26 五月 2020 | 00:52:10,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087.h +26 五月 2020 | 00:52:10,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219.h +26 五月 2020 | 00:52:10,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087.h +26 五月 2020 | 00:52:10,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087MethodDeclarations.h +26 五月 2020 | 00:52:10,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219MethodDeclarations.h +26 五月 2020 | 00:52:10,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen816294087MethodDeclarations.h +26 五月 2020 | 00:52:10,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025.h +26 五月 2020 | 00:52:10,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282.h +26 五月 2020 | 00:52:10,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623.h +26 五月 2020 | 00:52:10,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025MethodDeclarations.h +26 五月 2020 | 00:52:10,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282MethodDeclarations.h +26 五月 2020 | 00:52:10,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen855879623MethodDeclarations.h +26 五月 2020 | 00:52:10,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766.h +26 五月 2020 | 00:52:10,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019.h +26 五月 2020 | 00:52:10,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766MethodDeclarations.h +26 五月 2020 | 00:52:10,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111.h +26 五月 2020 | 00:52:11,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen94512019MethodDeclarations.h +26 五月 2020 | 00:52:11,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599.h +26 五月 2020 | 00:52:11,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111MethodDeclarations.h +26 五月 2020 | 00:52:11,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632.h +26 五月 2020 | 00:52:11,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113.h +26 五月 2020 | 00:52:11,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599MethodDeclarations.h +26 五月 2020 | 00:52:11,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_StackTraits_1_gen95002632MethodDeclarations.h +26 五月 2020 | 00:52:11,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113MethodDeclarations.h +26 五月 2020 | 00:52:11,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405.h +26 五月 2020 | 00:52:11,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123.h +26 五月 2020 | 00:52:11,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405MethodDeclarations.h +26 五月 2020 | 00:52:11,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496.h +26 五月 2020 | 00:52:11,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718.h +26 五月 2020 | 00:52:11,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496MethodDeclarations.h +26 五月 2020 | 00:52:11,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718MethodDeclarations.h +26 五月 2020 | 00:52:11,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618.h +26 五月 2020 | 00:52:11,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua2794004123MethodDeclarations.h +26 五月 2020 | 00:52:11,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905.h +26 五月 2020 | 00:52:11,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618MethodDeclarations.h +26 五月 2020 | 00:52:11,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905MethodDeclarations.h +26 五月 2020 | 00:52:11,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562.h +26 五月 2020 | 00:52:11,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLuaFlags1834000562MethodDeclarations.h +26 五月 2020 | 00:52:11,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609.h +26 五月 2020 | 00:52:11,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087.h +26 五月 2020 | 00:52:11,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119.h +26 五月 2020 | 00:52:11,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609MethodDeclarations.h +26 五月 2020 | 00:52:11,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087MethodDeclarations.h +26 五月 2020 | 00:52:11,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaPushVarObje423859119MethodDeclarations.h +26 五月 2020 | 00:52:11,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315.h +26 五月 2020 | 00:52:11,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689.h +26 五月 2020 | 00:52:11,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282.h +26 五月 2020 | 00:52:11,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315MethodDeclarations.h +26 五月 2020 | 00:52:11,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_ToLua_LuaTableToVar1183793689MethodDeclarations.h +26 五月 2020 | 00:52:11,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282MethodDeclarations.h +26 五月 2020 | 00:52:11,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480.h +26 五月 2020 | 00:52:11,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111.h +26 五月 2020 | 00:52:11,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329.h +26 五月 2020 | 00:52:11,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480MethodDeclarations.h +26 五月 2020 | 00:52:11,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111MethodDeclarations.h +26 五月 2020 | 00:52:11,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TouchBits1901174329MethodDeclarations.h +26 五月 2020 | 00:52:11,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387.h +26 五月 2020 | 00:52:11,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113.h +26 五月 2020 | 00:52:11,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153.h +26 五月 2020 | 00:52:11,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387MethodDeclarations.h +26 五月 2020 | 00:52:11,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeChecker3016848153MethodDeclarations.h +26 五月 2020 | 00:52:11,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113MethodDeclarations.h +26 五月 2020 | 00:52:11,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479.h +26 五月 2020 | 00:52:11,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241.h +26 五月 2020 | 00:52:11,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496.h +26 五月 2020 | 00:52:11,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479MethodDeclarations.h +26 五月 2020 | 00:52:11,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1031591241MethodDeclarations.h +26 五月 2020 | 00:52:11,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496MethodDeclarations.h +26 五月 2020 | 00:52:11,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537.h +26 五月 2020 | 00:52:11,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466.h +26 五月 2020 | 00:52:11,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618.h +26 五月 2020 | 00:52:11,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537MethodDeclarations.h +26 五月 2020 | 00:52:11,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876466MethodDeclarations.h +26 五月 2020 | 00:52:11,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051.h +26 五月 2020 | 00:52:11,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618MethodDeclarations.h +26 五月 2020 | 00:52:11,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467.h +26 五月 2020 | 00:52:11,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051MethodDeclarations.h +26 五月 2020 | 00:52:11,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609.h +26 五月 2020 | 00:52:11,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876467MethodDeclarations.h +26 五月 2020 | 00:52:11,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609MethodDeclarations.h +26 五月 2020 | 00:52:11,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818.h +26 五月 2020 | 00:52:11,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468.h +26 五月 2020 | 00:52:11,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315.h +26 五月 2020 | 00:52:11,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818MethodDeclarations.h +26 五月 2020 | 00:52:11,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182.h +26 五月 2020 | 00:52:11,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1070876468MethodDeclarations.h +26 五月 2020 | 00:52:11,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315MethodDeclarations.h +26 五月 2020 | 00:52:11,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182MethodDeclarations.h +26 五月 2020 | 00:52:11,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480.h +26 五月 2020 | 00:52:11,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886.h +26 五月 2020 | 00:52:11,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039.h +26 五月 2020 | 00:52:11,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480MethodDeclarations.h +26 五月 2020 | 00:52:11,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886MethodDeclarations.h +26 五月 2020 | 00:52:11,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1110564039MethodDeclarations.h +26 五月 2020 | 00:52:11,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387.h +26 五月 2020 | 00:52:11,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120.h +26 五月 2020 | 00:52:11,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049.h +26 五月 2020 | 00:52:11,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387MethodDeclarations.h +26 五月 2020 | 00:52:11,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1120309120MethodDeclarations.h +26 五月 2020 | 00:52:11,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116.h +26 五月 2020 | 00:52:11,056 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479.h +26 五月 2020 | 00:52:11,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049MethodDeclarations.h +26 五月 2020 | 00:52:11,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1131481116MethodDeclarations.h +26 五月 2020 | 00:52:11,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479MethodDeclarations.h +26 五月 2020 | 00:52:11,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855.h +26 五月 2020 | 00:52:11,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971.h +26 五月 2020 | 00:52:11,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537.h +26 五月 2020 | 00:52:11,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855MethodDeclarations.h +26 五月 2020 | 00:52:11,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616.h +26 五月 2020 | 00:52:11,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1157269971MethodDeclarations.h +26 五月 2020 | 00:52:11,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537MethodDeclarations.h +26 五月 2020 | 00:52:11,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171.h +26 五月 2020 | 00:52:11,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616MethodDeclarations.h +26 五月 2020 | 00:52:11,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1166080171MethodDeclarations.h +26 五月 2020 | 00:52:11,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842.h +26 五月 2020 | 00:52:11,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051.h +26 五月 2020 | 00:52:11,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883.h +26 五月 2020 | 00:52:11,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842MethodDeclarations.h +26 五月 2020 | 00:52:11,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1168250883MethodDeclarations.h +26 五月 2020 | 00:52:11,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051MethodDeclarations.h +26 五月 2020 | 00:52:11,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824.h +26 五月 2020 | 00:52:11,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219.h +26 五月 2020 | 00:52:11,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824MethodDeclarations.h +26 五月 2020 | 00:52:11,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1175574219MethodDeclarations.h +26 五月 2020 | 00:52:11,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818.h +26 五月 2020 | 00:52:11,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025.h +26 五月 2020 | 00:52:11,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233.h +26 五月 2020 | 00:52:11,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1176338025MethodDeclarations.h +26 五月 2020 | 00:52:11,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233MethodDeclarations.h +26 五月 2020 | 00:52:11,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818MethodDeclarations.h +26 五月 2020 | 00:52:11,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766.h +26 五月 2020 | 00:52:11,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711.h +26 五月 2020 | 00:52:11,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182.h +26 五月 2020 | 00:52:11,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711MethodDeclarations.h +26 五月 2020 | 00:52:11,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen11851766MethodDeclarations.h +26 五月 2020 | 00:52:11,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182MethodDeclarations.h +26 五月 2020 | 00:52:11,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599.h +26 五月 2020 | 00:52:11,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801.h +26 五月 2020 | 00:52:11,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886.h +26 五月 2020 | 00:52:11,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801MethodDeclarations.h +26 五月 2020 | 00:52:11,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1191936599MethodDeclarations.h +26 五月 2020 | 00:52:11,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886MethodDeclarations.h +26 五月 2020 | 00:52:11,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405.h +26 五月 2020 | 00:52:11,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890.h +26 五月 2020 | 00:52:11,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049.h +26 五月 2020 | 00:52:11,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1203479405MethodDeclarations.h +26 五月 2020 | 00:52:11,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890MethodDeclarations.h +26 五月 2020 | 00:52:11,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049MethodDeclarations.h +26 五月 2020 | 00:52:11,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718.h +26 五月 2020 | 00:52:11,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855.h +26 五月 2020 | 00:52:11,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1235471718MethodDeclarations.h +26 五月 2020 | 00:52:11,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381.h +26 五月 2020 | 00:52:11,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855MethodDeclarations.h +26 五月 2020 | 00:52:11,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905.h +26 五月 2020 | 00:52:11,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381MethodDeclarations.h +26 五月 2020 | 00:52:11,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616.h +26 五月 2020 | 00:52:11,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826.h +26 五月 2020 | 00:52:11,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen123598905MethodDeclarations.h +26 五月 2020 | 00:52:11,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826MethodDeclarations.h +26 五月 2020 | 00:52:11,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087.h +26 五月 2020 | 00:52:11,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233.h +26 五月 2020 | 00:52:11,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1238065087MethodDeclarations.h +26 五月 2020 | 00:52:11,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233MethodDeclarations.h +26 五月 2020 | 00:52:11,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616MethodDeclarations.h +26 五月 2020 | 00:52:11,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282.h +26 五月 2020 | 00:52:11,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1279525282MethodDeclarations.h +26 五月 2020 | 00:52:11,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111.h +26 五月 2020 | 00:52:11,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047.h +26 五月 2020 | 00:52:11,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1296775111MethodDeclarations.h +26 五月 2020 | 00:52:11,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047MethodDeclarations.h +26 五月 2020 | 00:52:11,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528.h +26 五月 2020 | 00:52:11,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842.h +26 五月 2020 | 00:52:11,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113.h +26 五月 2020 | 00:52:11,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528MethodDeclarations.h +26 五月 2020 | 00:52:11,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842MethodDeclarations.h +26 五月 2020 | 00:52:11,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590.h +26 五月 2020 | 00:52:11,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen130972113MethodDeclarations.h +26 五月 2020 | 00:52:11,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824.h +26 五月 2020 | 00:52:11,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496.h +26 五月 2020 | 00:52:11,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824MethodDeclarations.h +26 五月 2020 | 00:52:11,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590MethodDeclarations.h +26 五月 2020 | 00:52:11,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1331229496MethodDeclarations.h +26 五月 2020 | 00:52:11,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233.h +26 五月 2020 | 00:52:11,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233MethodDeclarations.h +26 五月 2020 | 00:52:11,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356.h +26 五月 2020 | 00:52:11,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618.h +26 五月 2020 | 00:52:11,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356MethodDeclarations.h +26 五月 2020 | 00:52:11,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711.h +26 五月 2020 | 00:52:11,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1333756618MethodDeclarations.h +26 五月 2020 | 00:52:11,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711MethodDeclarations.h +26 五月 2020 | 00:52:11,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435.h +26 五月 2020 | 00:52:11,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609.h +26 五月 2020 | 00:52:11,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435MethodDeclarations.h +26 五月 2020 | 00:52:11,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801.h +26 五月 2020 | 00:52:11,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1354435609MethodDeclarations.h +26 五月 2020 | 00:52:11,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537.h +26 五月 2020 | 00:52:11,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315.h +26 五月 2020 | 00:52:11,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801MethodDeclarations.h +26 五月 2020 | 00:52:11,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537MethodDeclarations.h +26 五月 2020 | 00:52:11,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1358576315MethodDeclarations.h +26 五月 2020 | 00:52:11,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890.h +26 五月 2020 | 00:52:11,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150.h +26 五月 2020 | 00:52:11,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480.h +26 五月 2020 | 00:52:11,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150MethodDeclarations.h +26 五月 2020 | 00:52:11,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890MethodDeclarations.h +26 五月 2020 | 00:52:11,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663.h +26 五月 2020 | 00:52:11,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1360770480MethodDeclarations.h +26 五月 2020 | 00:52:11,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387.h +26 五月 2020 | 00:52:11,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663MethodDeclarations.h +26 五月 2020 | 00:52:11,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381.h +26 五月 2020 | 00:52:11,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1383752387MethodDeclarations.h +26 五月 2020 | 00:52:11,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708.h +26 五月 2020 | 00:52:11,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381MethodDeclarations.h +26 五月 2020 | 00:52:11,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479.h +26 五月 2020 | 00:52:11,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1405039479MethodDeclarations.h +26 五月 2020 | 00:52:11,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708MethodDeclarations.h +26 五月 2020 | 00:52:11,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826.h +26 五月 2020 | 00:52:11,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537.h +26 五月 2020 | 00:52:11,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639.h +26 五月 2020 | 00:52:11,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826MethodDeclarations.h +26 五月 2020 | 00:52:11,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1423518537MethodDeclarations.h +26 五月 2020 | 00:52:11,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639MethodDeclarations.h +26 五月 2020 | 00:52:11,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233.h +26 五月 2020 | 00:52:11,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051.h +26 五月 2020 | 00:52:11,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764.h +26 五月 2020 | 00:52:11,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233MethodDeclarations.h +26 五月 2020 | 00:52:11,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen14688051MethodDeclarations.h +26 五月 2020 | 00:52:11,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764MethodDeclarations.h +26 五月 2020 | 00:52:11,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047.h +26 五月 2020 | 00:52:11,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818.h +26 五月 2020 | 00:52:11,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945.h +26 五月 2020 | 00:52:11,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047MethodDeclarations.h +26 五月 2020 | 00:52:11,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1472382818MethodDeclarations.h +26 五月 2020 | 00:52:11,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945MethodDeclarations.h +26 五月 2020 | 00:52:11,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528.h +26 五月 2020 | 00:52:11,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182.h +26 五月 2020 | 00:52:11,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383.h +26 五月 2020 | 00:52:11,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528MethodDeclarations.h +26 五月 2020 | 00:52:11,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1516618182MethodDeclarations.h +26 五月 2020 | 00:52:11,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383MethodDeclarations.h +26 五月 2020 | 00:52:11,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590.h +26 五月 2020 | 00:52:11,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886.h +26 五月 2020 | 00:52:11,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575.h +26 五月 2020 | 00:52:11,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590MethodDeclarations.h +26 五月 2020 | 00:52:11,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen155252886MethodDeclarations.h +26 五月 2020 | 00:52:11,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575MethodDeclarations.h +26 五月 2020 | 00:52:11,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356.h +26 五月 2020 | 00:52:11,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049.h +26 五月 2020 | 00:52:11,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387.h +26 五月 2020 | 00:52:11,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356MethodDeclarations.h +26 五月 2020 | 00:52:11,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1575172049MethodDeclarations.h +26 五月 2020 | 00:52:11,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387MethodDeclarations.h +26 五月 2020 | 00:52:11,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435.h +26 五月 2020 | 00:52:11,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855.h +26 五月 2020 | 00:52:11,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801.h +26 五月 2020 | 00:52:11,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435MethodDeclarations.h +26 五月 2020 | 00:52:11,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1594256855MethodDeclarations.h +26 五月 2020 | 00:52:11,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801MethodDeclarations.h +26 五月 2020 | 00:52:11,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537.h +26 五月 2020 | 00:52:11,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616.h +26 五月 2020 | 00:52:11,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186.h +26 五月 2020 | 00:52:11,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537MethodDeclarations.h +26 五月 2020 | 00:52:11,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1601690616MethodDeclarations.h +26 五月 2020 | 00:52:11,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150.h +26 五月 2020 | 00:52:11,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186MethodDeclarations.h +26 五月 2020 | 00:52:11,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842.h +26 五月 2020 | 00:52:11,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150MethodDeclarations.h +26 五月 2020 | 00:52:11,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900.h +26 五月 2020 | 00:52:11,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1657112842MethodDeclarations.h +26 五月 2020 | 00:52:11,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663.h +26 五月 2020 | 00:52:11,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824.h +26 五月 2020 | 00:52:11,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900MethodDeclarations.h +26 五月 2020 | 00:52:11,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663MethodDeclarations.h +26 五月 2020 | 00:52:11,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1663701824MethodDeclarations.h +26 五月 2020 | 00:52:11,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708.h +26 五月 2020 | 00:52:11,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205.h +26 五月 2020 | 00:52:11,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233.h +26 五月 2020 | 00:52:11,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708MethodDeclarations.h +26 五月 2020 | 00:52:11,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1716001233MethodDeclarations.h +26 五月 2020 | 00:52:11,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639.h +26 五月 2020 | 00:52:11,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711.h +26 五月 2020 | 00:52:11,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639MethodDeclarations.h +26 五月 2020 | 00:52:11,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1724728711MethodDeclarations.h +26 五月 2020 | 00:52:11,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205MethodDeclarations.h +26 五月 2020 | 00:52:11,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764.h +26 五月 2020 | 00:52:11,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801.h +26 五月 2020 | 00:52:11,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764MethodDeclarations.h +26 五月 2020 | 00:52:11,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225.h +26 五月 2020 | 00:52:11,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1736365801MethodDeclarations.h +26 五月 2020 | 00:52:11,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225MethodDeclarations.h +26 五月 2020 | 00:52:11,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945.h +26 五月 2020 | 00:52:11,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890.h +26 五月 2020 | 00:52:11,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945MethodDeclarations.h +26 五月 2020 | 00:52:11,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535.h +26 五月 2020 | 00:52:11,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1760402890MethodDeclarations.h +26 五月 2020 | 00:52:11,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383.h +26 五月 2020 | 00:52:11,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535MethodDeclarations.h +26 五月 2020 | 00:52:11,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381.h +26 五月 2020 | 00:52:11,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383MethodDeclarations.h +26 五月 2020 | 00:52:11,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279.h +26 五月 2020 | 00:52:11,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1792476381MethodDeclarations.h +26 五月 2020 | 00:52:11,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575.h +26 五月 2020 | 00:52:11,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279MethodDeclarations.h +26 五月 2020 | 00:52:11,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826.h +26 五月 2020 | 00:52:11,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575MethodDeclarations.h +26 五月 2020 | 00:52:11,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109.h +26 五月 2020 | 00:52:11,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1823331826MethodDeclarations.h +26 五月 2020 | 00:52:11,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387.h +26 五月 2020 | 00:52:11,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109MethodDeclarations.h +26 五月 2020 | 00:52:11,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387MethodDeclarations.h +26 五月 2020 | 00:52:11,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671.h +26 五月 2020 | 00:52:11,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233.h +26 五月 2020 | 00:52:11,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671MethodDeclarations.h +26 五月 2020 | 00:52:11,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801.h +26 五月 2020 | 00:52:11,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1834314233MethodDeclarations.h +26 五月 2020 | 00:52:11,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202.h +26 五月 2020 | 00:52:11,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801MethodDeclarations.h +26 五月 2020 | 00:52:11,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047.h +26 五月 2020 | 00:52:11,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202MethodDeclarations.h +26 五月 2020 | 00:52:11,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186.h +26 五月 2020 | 00:52:11,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1839620047MethodDeclarations.h +26 五月 2020 | 00:52:11,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838.h +26 五月 2020 | 00:52:11,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186MethodDeclarations.h +26 五月 2020 | 00:52:11,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528.h +26 五月 2020 | 00:52:11,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900.h +26 五月 2020 | 00:52:11,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838MethodDeclarations.h +26 五月 2020 | 00:52:11,226 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1857568528MethodDeclarations.h +26 五月 2020 | 00:52:11,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900MethodDeclarations.h +26 五月 2020 | 00:52:11,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590.h +26 五月 2020 | 00:52:11,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021.h +26 五月 2020 | 00:52:11,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205.h +26 五月 2020 | 00:52:11,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021MethodDeclarations.h +26 五月 2020 | 00:52:11,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205MethodDeclarations.h +26 五月 2020 | 00:52:11,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948.h +26 五月 2020 | 00:52:11,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1860532590MethodDeclarations.h +26 五月 2020 | 00:52:11,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225.h +26 五月 2020 | 00:52:11,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948MethodDeclarations.h +26 五月 2020 | 00:52:11,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435.h +26 五月 2020 | 00:52:11,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225MethodDeclarations.h +26 五月 2020 | 00:52:11,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356.h +26 五月 2020 | 00:52:11,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435MethodDeclarations.h +26 五月 2020 | 00:52:11,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen187306356MethodDeclarations.h +26 五月 2020 | 00:52:11,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513.h +26 五月 2020 | 00:52:11,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535.h +26 五月 2020 | 00:52:11,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513MethodDeclarations.h +26 五月 2020 | 00:52:11,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435.h +26 五月 2020 | 00:52:11,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323.h +26 五月 2020 | 00:52:11,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1880495435MethodDeclarations.h +26 五月 2020 | 00:52:11,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535MethodDeclarations.h +26 五月 2020 | 00:52:11,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323MethodDeclarations.h +26 五月 2020 | 00:52:11,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537.h +26 五月 2020 | 00:52:11,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279.h +26 五月 2020 | 00:52:11,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615.h +26 五月 2020 | 00:52:11,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1930961537MethodDeclarations.h +26 五月 2020 | 00:52:11,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615MethodDeclarations.h +26 五月 2020 | 00:52:11,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279MethodDeclarations.h +26 五月 2020 | 00:52:11,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150.h +26 五月 2020 | 00:52:11,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447.h +26 五月 2020 | 00:52:11,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1931452150MethodDeclarations.h +26 五月 2020 | 00:52:11,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109.h +26 五月 2020 | 00:52:11,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447MethodDeclarations.h +26 五月 2020 | 00:52:11,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109MethodDeclarations.h +26 五月 2020 | 00:52:11,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663.h +26 五月 2020 | 00:52:11,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306.h +26 五月 2020 | 00:52:11,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671.h +26 五月 2020 | 00:52:11,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen1991974663MethodDeclarations.h +26 五月 2020 | 00:52:11,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306MethodDeclarations.h +26 五月 2020 | 00:52:11,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671MethodDeclarations.h +26 五月 2020 | 00:52:11,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708.h +26 五月 2020 | 00:52:11,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605.h +26 五月 2020 | 00:52:11,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202.h +26 五月 2020 | 00:52:11,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2015344708MethodDeclarations.h +26 五月 2020 | 00:52:11,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605MethodDeclarations.h +26 五月 2020 | 00:52:11,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202MethodDeclarations.h +26 五月 2020 | 00:52:11,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639.h +26 五月 2020 | 00:52:11,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141.h +26 五月 2020 | 00:52:11,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838.h +26 五月 2020 | 00:52:11,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2053640639MethodDeclarations.h +26 五月 2020 | 00:52:11,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838MethodDeclarations.h +26 五月 2020 | 00:52:11,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141MethodDeclarations.h +26 五月 2020 | 00:52:11,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764.h +26 五月 2020 | 00:52:11,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023.h +26 五月 2020 | 00:52:11,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021.h +26 五月 2020 | 00:52:11,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2082527764MethodDeclarations.h +26 五月 2020 | 00:52:11,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023MethodDeclarations.h +26 五月 2020 | 00:52:11,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021MethodDeclarations.h +26 五月 2020 | 00:52:11,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945.h +26 五月 2020 | 00:52:11,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398.h +26 五月 2020 | 00:52:11,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948.h +26 五月 2020 | 00:52:11,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2102286945MethodDeclarations.h +26 五月 2020 | 00:52:11,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398MethodDeclarations.h +26 五月 2020 | 00:52:11,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948MethodDeclarations.h +26 五月 2020 | 00:52:11,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383.h +26 五月 2020 | 00:52:11,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805.h +26 五月 2020 | 00:52:11,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2106435383MethodDeclarations.h +26 五月 2020 | 00:52:11,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435.h +26 五月 2020 | 00:52:11,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805MethodDeclarations.h +26 五月 2020 | 00:52:11,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575.h +26 五月 2020 | 00:52:11,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435MethodDeclarations.h +26 五月 2020 | 00:52:11,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2109903575MethodDeclarations.h +26 五月 2020 | 00:52:11,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801.h +26 五月 2020 | 00:52:11,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513.h +26 五月 2020 | 00:52:11,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387.h +26 五月 2020 | 00:52:11,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801MethodDeclarations.h +26 五月 2020 | 00:52:11,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513MethodDeclarations.h +26 五月 2020 | 00:52:11,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2110064387MethodDeclarations.h +26 五月 2020 | 00:52:11,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568.h +26 五月 2020 | 00:52:11,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323.h +26 五月 2020 | 00:52:11,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801.h +26 五月 2020 | 00:52:11,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568MethodDeclarations.h +26 五月 2020 | 00:52:11,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323MethodDeclarations.h +26 五月 2020 | 00:52:11,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636.h +26 五月 2020 | 00:52:11,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2141300801MethodDeclarations.h +26 五月 2020 | 00:52:11,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615.h +26 五月 2020 | 00:52:11,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186.h +26 五月 2020 | 00:52:11,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636MethodDeclarations.h +26 五月 2020 | 00:52:11,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615MethodDeclarations.h +26 五月 2020 | 00:52:11,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2160785186MethodDeclarations.h +26 五月 2020 | 00:52:11,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304.h +26 五月 2020 | 00:52:11,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447.h +26 五月 2020 | 00:52:11,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900.h +26 五月 2020 | 00:52:11,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304MethodDeclarations.h +26 五月 2020 | 00:52:11,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2224502900MethodDeclarations.h +26 五月 2020 | 00:52:11,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777.h +26 五月 2020 | 00:52:11,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447MethodDeclarations.h +26 五月 2020 | 00:52:11,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205.h +26 五月 2020 | 00:52:11,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306.h +26 五月 2020 | 00:52:11,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777MethodDeclarations.h +26 五月 2020 | 00:52:11,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306MethodDeclarations.h +26 五月 2020 | 00:52:11,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2229401205MethodDeclarations.h +26 五月 2020 | 00:52:11,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298.h +26 五月 2020 | 00:52:11,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605.h +26 五月 2020 | 00:52:11,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225.h +26 五月 2020 | 00:52:11,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298MethodDeclarations.h +26 五月 2020 | 00:52:11,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605MethodDeclarations.h +26 五月 2020 | 00:52:11,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2281650225MethodDeclarations.h +26 五月 2020 | 00:52:11,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848.h +26 五月 2020 | 00:52:11,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141.h +26 五月 2020 | 00:52:11,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848MethodDeclarations.h +26 五月 2020 | 00:52:11,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535.h +26 五月 2020 | 00:52:11,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141MethodDeclarations.h +26 五月 2020 | 00:52:11,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746.h +26 五月 2020 | 00:52:11,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2294280535MethodDeclarations.h +26 五月 2020 | 00:52:11,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023.h +26 五月 2020 | 00:52:11,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746MethodDeclarations.h +26 五月 2020 | 00:52:11,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279.h +26 五月 2020 | 00:52:11,314 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2299456279MethodDeclarations.h +26 五月 2020 | 00:52:11,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023MethodDeclarations.h +26 五月 2020 | 00:52:11,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693.h +26 五月 2020 | 00:52:11,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398.h +26 五月 2020 | 00:52:11,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109.h +26 五月 2020 | 00:52:11,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693MethodDeclarations.h +26 五月 2020 | 00:52:11,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398MethodDeclarations.h +26 五月 2020 | 00:52:11,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2372085109MethodDeclarations.h +26 五月 2020 | 00:52:11,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531.h +26 五月 2020 | 00:52:11,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805.h +26 五月 2020 | 00:52:11,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671.h +26 五月 2020 | 00:52:11,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531MethodDeclarations.h +26 五月 2020 | 00:52:11,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805MethodDeclarations.h +26 五月 2020 | 00:52:11,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2385574671MethodDeclarations.h +26 五月 2020 | 00:52:11,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834.h +26 五月 2020 | 00:52:11,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202.h +26 五月 2020 | 00:52:11,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801.h +26 五月 2020 | 00:52:11,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834MethodDeclarations.h +26 五月 2020 | 00:52:11,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2395203202MethodDeclarations.h +26 五月 2020 | 00:52:11,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801MethodDeclarations.h +26 五月 2020 | 00:52:11,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479.h +26 五月 2020 | 00:52:11,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838.h +26 五月 2020 | 00:52:11,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568.h +26 五月 2020 | 00:52:11,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479MethodDeclarations.h +26 五月 2020 | 00:52:11,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen241210838MethodDeclarations.h +26 五月 2020 | 00:52:11,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568MethodDeclarations.h +26 五月 2020 | 00:52:11,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399.h +26 五月 2020 | 00:52:11,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021.h +26 五月 2020 | 00:52:11,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636.h +26 五月 2020 | 00:52:11,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399MethodDeclarations.h +26 五月 2020 | 00:52:11,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2441803021MethodDeclarations.h +26 五月 2020 | 00:52:11,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636MethodDeclarations.h +26 五月 2020 | 00:52:11,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503.h +26 五月 2020 | 00:52:11,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304.h +26 五月 2020 | 00:52:11,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948.h +26 五月 2020 | 00:52:11,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503MethodDeclarations.h +26 五月 2020 | 00:52:11,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen244403948MethodDeclarations.h +26 五月 2020 | 00:52:11,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304MethodDeclarations.h +26 五月 2020 | 00:52:11,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882.h +26 五月 2020 | 00:52:11,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777.h +26 五月 2020 | 00:52:11,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435.h +26 五月 2020 | 00:52:11,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882MethodDeclarations.h +26 五月 2020 | 00:52:11,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777MethodDeclarations.h +26 五月 2020 | 00:52:11,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2494714435MethodDeclarations.h +26 五月 2020 | 00:52:11,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298.h +26 五月 2020 | 00:52:11,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040.h +26 五月 2020 | 00:52:11,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298MethodDeclarations.h +26 五月 2020 | 00:52:11,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040MethodDeclarations.h +26 五月 2020 | 00:52:11,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513.h +26 五月 2020 | 00:52:11,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848.h +26 五月 2020 | 00:52:11,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573.h +26 五月 2020 | 00:52:11,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848MethodDeclarations.h +26 五月 2020 | 00:52:11,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573MethodDeclarations.h +26 五月 2020 | 00:52:11,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2508924513MethodDeclarations.h +26 五月 2020 | 00:52:11,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323.h +26 五月 2020 | 00:52:11,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746.h +26 五月 2020 | 00:52:11,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2510273323MethodDeclarations.h +26 五月 2020 | 00:52:11,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746MethodDeclarations.h +26 五月 2020 | 00:52:11,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739.h +26 五月 2020 | 00:52:11,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615.h +26 五月 2020 | 00:52:11,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2520831615MethodDeclarations.h +26 五月 2020 | 00:52:11,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739MethodDeclarations.h +26 五月 2020 | 00:52:11,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693.h +26 五月 2020 | 00:52:11,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447.h +26 五月 2020 | 00:52:11,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693MethodDeclarations.h +26 五月 2020 | 00:52:11,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2551822447MethodDeclarations.h +26 五月 2020 | 00:52:11,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946.h +26 五月 2020 | 00:52:11,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531.h +26 五月 2020 | 00:52:11,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946MethodDeclarations.h +26 五月 2020 | 00:52:11,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306.h +26 五月 2020 | 00:52:11,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531MethodDeclarations.h +26 五月 2020 | 00:52:11,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430.h +26 五月 2020 | 00:52:11,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834.h +26 五月 2020 | 00:52:11,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2609757306MethodDeclarations.h +26 五月 2020 | 00:52:11,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430MethodDeclarations.h +26 五月 2020 | 00:52:11,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605.h +26 五月 2020 | 00:52:11,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834MethodDeclarations.h +26 五月 2020 | 00:52:11,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479.h +26 五月 2020 | 00:52:11,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2652743605MethodDeclarations.h +26 五月 2020 | 00:52:11,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914.h +26 五月 2020 | 00:52:11,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141.h +26 五月 2020 | 00:52:11,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479MethodDeclarations.h +26 五月 2020 | 00:52:11,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914MethodDeclarations.h +26 五月 2020 | 00:52:11,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399.h +26 五月 2020 | 00:52:11,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2692329141MethodDeclarations.h +26 五月 2020 | 00:52:11,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066.h +26 五月 2020 | 00:52:11,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023.h +26 五月 2020 | 00:52:11,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399MethodDeclarations.h +26 五月 2020 | 00:52:11,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066MethodDeclarations.h +26 五月 2020 | 00:52:11,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503.h +26 五月 2020 | 00:52:11,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen278411023MethodDeclarations.h +26 五月 2020 | 00:52:11,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398.h +26 五月 2020 | 00:52:11,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503MethodDeclarations.h +26 五月 2020 | 00:52:11,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2853068398MethodDeclarations.h +26 五月 2020 | 00:52:11,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519.h +26 五月 2020 | 00:52:11,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882.h +26 五月 2020 | 00:52:11,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805.h +26 五月 2020 | 00:52:11,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882MethodDeclarations.h +26 五月 2020 | 00:52:11,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2857242805MethodDeclarations.h +26 五月 2020 | 00:52:11,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519MethodDeclarations.h +26 五月 2020 | 00:52:11,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040.h +26 五月 2020 | 00:52:11,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801.h +26 五月 2020 | 00:52:11,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737.h +26 五月 2020 | 00:52:11,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040MethodDeclarations.h +26 五月 2020 | 00:52:11,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2868414801MethodDeclarations.h +26 五月 2020 | 00:52:11,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573.h +26 五月 2020 | 00:52:11,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737MethodDeclarations.h +26 五月 2020 | 00:52:11,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568.h +26 五月 2020 | 00:52:11,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573MethodDeclarations.h +26 五月 2020 | 00:52:11,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022.h +26 五月 2020 | 00:52:11,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2905184568MethodDeclarations.h +26 五月 2020 | 00:52:11,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739.h +26 五月 2020 | 00:52:11,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022MethodDeclarations.h +26 五月 2020 | 00:52:11,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636.h +26 五月 2020 | 00:52:11,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023.h +26 五月 2020 | 00:52:11,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen293195636MethodDeclarations.h +26 五月 2020 | 00:52:11,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739MethodDeclarations.h +26 五月 2020 | 00:52:11,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023MethodDeclarations.h +26 五月 2020 | 00:52:11,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304.h +26 五月 2020 | 00:52:11,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946.h +26 五月 2020 | 00:52:11,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946MethodDeclarations.h +26 五月 2020 | 00:52:11,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430.h +26 五月 2020 | 00:52:11,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430MethodDeclarations.h +26 五月 2020 | 00:52:11,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914.h +26 五月 2020 | 00:52:11,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914MethodDeclarations.h +26 五月 2020 | 00:52:11,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066.h +26 五月 2020 | 00:52:11,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066MethodDeclarations.h +26 五月 2020 | 00:52:11,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519.h +26 五月 2020 | 00:52:11,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519MethodDeclarations.h +26 五月 2020 | 00:52:11,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737.h +26 五月 2020 | 00:52:11,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737MethodDeclarations.h +26 五月 2020 | 00:52:11,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022.h +26 五月 2020 | 00:52:11,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022MethodDeclarations.h +26 五月 2020 | 00:52:11,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023.h +26 五月 2020 | 00:52:11,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023MethodDeclarations.h +26 五月 2020 | 00:52:11,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888.h +26 五月 2020 | 00:52:11,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888MethodDeclarations.h +26 五月 2020 | 00:52:11,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732.h +26 五月 2020 | 00:52:11,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732MethodDeclarations.h +26 五月 2020 | 00:52:11,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980.h +26 五月 2020 | 00:52:11,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980MethodDeclarations.h +26 五月 2020 | 00:52:11,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909.h +26 五月 2020 | 00:52:11,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909MethodDeclarations.h +26 五月 2020 | 00:52:11,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077.h +26 五月 2020 | 00:52:11,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077MethodDeclarations.h +26 五月 2020 | 00:52:11,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078.h +26 五月 2020 | 00:52:11,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078MethodDeclarations.h +26 五月 2020 | 00:52:11,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079.h +26 五月 2020 | 00:52:11,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079MethodDeclarations.h +26 五月 2020 | 00:52:11,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746.h +26 五月 2020 | 00:52:11,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746MethodDeclarations.h +26 五月 2020 | 00:52:11,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537.h +26 五月 2020 | 00:52:11,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537MethodDeclarations.h +26 五月 2020 | 00:52:11,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604.h +26 五月 2020 | 00:52:11,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604MethodDeclarations.h +26 五月 2020 | 00:52:11,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425.h +26 五月 2020 | 00:52:11,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425MethodDeclarations.h +26 五月 2020 | 00:52:11,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580.h +26 五月 2020 | 00:52:11,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580MethodDeclarations.h +26 五月 2020 | 00:52:11,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007.h +26 五月 2020 | 00:52:11,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007MethodDeclarations.h +26 五月 2020 | 00:52:11,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733.h +26 五月 2020 | 00:52:11,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733MethodDeclarations.h +26 五月 2020 | 00:52:11,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625.h +26 五月 2020 | 00:52:11,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625MethodDeclarations.h +26 五月 2020 | 00:52:11,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209.h +26 五月 2020 | 00:52:11,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209MethodDeclarations.h +26 五月 2020 | 00:52:11,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852.h +26 五月 2020 | 00:52:11,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852MethodDeclarations.h +26 五月 2020 | 00:52:11,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458.h +26 五月 2020 | 00:52:11,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458MethodDeclarations.h +26 五月 2020 | 00:52:11,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295.h +26 五月 2020 | 00:52:11,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295MethodDeclarations.h +26 五月 2020 | 00:52:11,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260.h +26 五月 2020 | 00:52:11,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260MethodDeclarations.h +26 五月 2020 | 00:52:11,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722.h +26 五月 2020 | 00:52:11,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722MethodDeclarations.h +26 五月 2020 | 00:52:11,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319.h +26 五月 2020 | 00:52:11,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319MethodDeclarations.h +26 五月 2020 | 00:52:11,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950.h +26 五月 2020 | 00:52:11,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950MethodDeclarations.h +26 五月 2020 | 00:52:11,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701.h +26 五月 2020 | 00:52:11,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701MethodDeclarations.h +26 五月 2020 | 00:52:11,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220.h +26 五月 2020 | 00:52:11,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888.h +26 五月 2020 | 00:52:11,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2967602304MethodDeclarations.h +26 五月 2020 | 00:52:11,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777.h +26 五月 2020 | 00:52:11,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888MethodDeclarations.h +26 五月 2020 | 00:52:11,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732.h +26 五月 2020 | 00:52:11,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220MethodDeclarations.h +26 五月 2020 | 00:52:11,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732MethodDeclarations.h +26 五月 2020 | 00:52:11,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen2999143777MethodDeclarations.h +26 五月 2020 | 00:52:11,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503.h +26 五月 2020 | 00:52:11,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980.h +26 五月 2020 | 00:52:11,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298.h +26 五月 2020 | 00:52:11,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503MethodDeclarations.h +26 五月 2020 | 00:52:11,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980MethodDeclarations.h +26 五月 2020 | 00:52:11,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909.h +26 五月 2020 | 00:52:11,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen302607298MethodDeclarations.h +26 五月 2020 | 00:52:11,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848.h +26 五月 2020 | 00:52:11,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3061482848MethodDeclarations.h +26 五月 2020 | 00:52:11,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746.h +26 五月 2020 | 00:52:11,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3089730746MethodDeclarations.h +26 五月 2020 | 00:52:11,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816.h +26 五月 2020 | 00:52:11,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816MethodDeclarations.h +26 五月 2020 | 00:52:11,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693.h +26 五月 2020 | 00:52:11,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909MethodDeclarations.h +26 五月 2020 | 00:52:11,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794.h +26 五月 2020 | 00:52:11,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3105919693MethodDeclarations.h +26 五月 2020 | 00:52:11,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077.h +26 五月 2020 | 00:52:11,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794MethodDeclarations.h +26 五月 2020 | 00:52:11,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077MethodDeclarations.h +26 五月 2020 | 00:52:11,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531.h +26 五月 2020 | 00:52:11,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3128887531MethodDeclarations.h +26 五月 2020 | 00:52:11,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834.h +26 五月 2020 | 00:52:11,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3152414834MethodDeclarations.h +26 五月 2020 | 00:52:11,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078.h +26 五月 2020 | 00:52:11,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479.h +26 五月 2020 | 00:52:11,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000.h +26 五月 2020 | 00:52:11,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078MethodDeclarations.h +26 五月 2020 | 00:52:11,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3180153479MethodDeclarations.h +26 五月 2020 | 00:52:11,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000MethodDeclarations.h +26 五月 2020 | 00:52:11,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079.h +26 五月 2020 | 00:52:11,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399.h +26 五月 2020 | 00:52:11,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408.h +26 五月 2020 | 00:52:11,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3181522399MethodDeclarations.h +26 五月 2020 | 00:52:11,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408MethodDeclarations.h +26 五月 2020 | 00:52:11,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503.h +26 五月 2020 | 00:52:11,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328.h +26 五月 2020 | 00:52:11,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3209316503MethodDeclarations.h +26 五月 2020 | 00:52:11,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328MethodDeclarations.h +26 五月 2020 | 00:52:11,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079MethodDeclarations.h +26 五月 2020 | 00:52:11,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746.h +26 五月 2020 | 00:52:11,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882.h +26 五月 2020 | 00:52:11,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746MethodDeclarations.h +26 五月 2020 | 00:52:11,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325.h +26 五月 2020 | 00:52:11,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325MethodDeclarations.h +26 五月 2020 | 00:52:11,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3372211882MethodDeclarations.h +26 五月 2020 | 00:52:11,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537.h +26 五月 2020 | 00:52:11,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331.h +26 五月 2020 | 00:52:11,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537MethodDeclarations.h +26 五月 2020 | 00:52:11,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331MethodDeclarations.h +26 五月 2020 | 00:52:11,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604.h +26 五月 2020 | 00:52:11,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604MethodDeclarations.h +26 五月 2020 | 00:52:11,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412.h +26 五月 2020 | 00:52:11,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425.h +26 五月 2020 | 00:52:11,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412MethodDeclarations.h +26 五月 2020 | 00:52:11,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040.h +26 五月 2020 | 00:52:11,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948.h +26 五月 2020 | 00:52:11,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3377934040MethodDeclarations.h +26 五月 2020 | 00:52:11,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948MethodDeclarations.h +26 五月 2020 | 00:52:11,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573.h +26 五月 2020 | 00:52:11,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728.h +26 五月 2020 | 00:52:11,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3405594573MethodDeclarations.h +26 五月 2020 | 00:52:11,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728MethodDeclarations.h +26 五月 2020 | 00:52:11,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739.h +26 五月 2020 | 00:52:11,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425MethodDeclarations.h +26 五月 2020 | 00:52:11,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580.h +26 五月 2020 | 00:52:11,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580MethodDeclarations.h +26 五月 2020 | 00:52:11,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294.h +26 五月 2020 | 00:52:11,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3418606739MethodDeclarations.h +26 五月 2020 | 00:52:11,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294MethodDeclarations.h +26 五月 2020 | 00:52:11,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859.h +26 五月 2020 | 00:52:11,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859MethodDeclarations.h +26 五月 2020 | 00:52:11,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007.h +26 五月 2020 | 00:52:11,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007MethodDeclarations.h +26 五月 2020 | 00:52:11,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946.h +26 五月 2020 | 00:52:11,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733.h +26 五月 2020 | 00:52:11,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733MethodDeclarations.h +26 五月 2020 | 00:52:11,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3457079946MethodDeclarations.h +26 五月 2020 | 00:52:11,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967.h +26 五月 2020 | 00:52:11,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625.h +26 五月 2020 | 00:52:11,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430.h +26 五月 2020 | 00:52:11,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967MethodDeclarations.h +26 五月 2020 | 00:52:11,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625MethodDeclarations.h +26 五月 2020 | 00:52:11,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3461712430MethodDeclarations.h +26 五月 2020 | 00:52:11,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209.h +26 五月 2020 | 00:52:11,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391.h +26 五月 2020 | 00:52:11,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914.h +26 五月 2020 | 00:52:11,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209MethodDeclarations.h +26 五月 2020 | 00:52:11,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391MethodDeclarations.h +26 五月 2020 | 00:52:11,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3486272914MethodDeclarations.h +26 五月 2020 | 00:52:11,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852.h +26 五月 2020 | 00:52:11,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066.h +26 五月 2020 | 00:52:11,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3529410066MethodDeclarations.h +26 五月 2020 | 00:52:11,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519.h +26 五月 2020 | 00:52:11,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3534884519MethodDeclarations.h +26 五月 2020 | 00:52:11,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737.h +26 五月 2020 | 00:52:11,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494.h +26 五月 2020 | 00:52:11,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3543999737MethodDeclarations.h +26 五月 2020 | 00:52:11,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494MethodDeclarations.h +26 五月 2020 | 00:52:11,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852MethodDeclarations.h +26 五月 2020 | 00:52:11,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022.h +26 五月 2020 | 00:52:11,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458.h +26 五月 2020 | 00:52:11,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662.h +26 五月 2020 | 00:52:11,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458MethodDeclarations.h +26 五月 2020 | 00:52:11,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295.h +26 五月 2020 | 00:52:11,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295MethodDeclarations.h +26 五月 2020 | 00:52:11,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260.h +26 五月 2020 | 00:52:11,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260MethodDeclarations.h +26 五月 2020 | 00:52:11,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414022MethodDeclarations.h +26 五月 2020 | 00:52:11,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023.h +26 五月 2020 | 00:52:11,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722.h +26 五月 2020 | 00:52:11,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662MethodDeclarations.h +26 五月 2020 | 00:52:11,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3544414023MethodDeclarations.h +26 五月 2020 | 00:52:11,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553.h +26 五月 2020 | 00:52:11,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888.h +26 五月 2020 | 00:52:11,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553MethodDeclarations.h +26 五月 2020 | 00:52:11,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3574220888MethodDeclarations.h +26 五月 2020 | 00:52:11,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540.h +26 五月 2020 | 00:52:11,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732.h +26 五月 2020 | 00:52:11,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540MethodDeclarations.h +26 五月 2020 | 00:52:11,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3576553732MethodDeclarations.h +26 五月 2020 | 00:52:11,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980.h +26 五月 2020 | 00:52:11,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722MethodDeclarations.h +26 五月 2020 | 00:52:11,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235.h +26 五月 2020 | 00:52:11,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235MethodDeclarations.h +26 五月 2020 | 00:52:11,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034.h +26 五月 2020 | 00:52:11,905 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3596693980MethodDeclarations.h +26 五月 2020 | 00:52:11,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319.h +26 五月 2020 | 00:52:11,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909.h +26 五月 2020 | 00:52:11,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319MethodDeclarations.h +26 五月 2020 | 00:52:11,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950.h +26 五月 2020 | 00:52:11,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950MethodDeclarations.h +26 五月 2020 | 00:52:11,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034MethodDeclarations.h +26 五月 2020 | 00:52:11,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701.h +26 五月 2020 | 00:52:11,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701MethodDeclarations.h +26 五月 2020 | 00:52:11,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3600165909MethodDeclarations.h +26 五月 2020 | 00:52:11,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220.h +26 五月 2020 | 00:52:11,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077.h +26 五月 2020 | 00:52:11,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910077MethodDeclarations.h +26 五月 2020 | 00:52:11,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078.h +26 五月 2020 | 00:52:11,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807.h +26 五月 2020 | 00:52:11,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220MethodDeclarations.h +26 五月 2020 | 00:52:11,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910078MethodDeclarations.h +26 五月 2020 | 00:52:11,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807MethodDeclarations.h +26 五月 2020 | 00:52:11,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354.h +26 五月 2020 | 00:52:11,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354MethodDeclarations.h +26 五月 2020 | 00:52:11,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503.h +26 五月 2020 | 00:52:11,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300.h +26 五月 2020 | 00:52:11,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079.h +26 五月 2020 | 00:52:11,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300MethodDeclarations.h +26 五月 2020 | 00:52:11,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503MethodDeclarations.h +26 五月 2020 | 00:52:11,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3628910079MethodDeclarations.h +26 五月 2020 | 00:52:11,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854.h +26 五月 2020 | 00:52:11,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746.h +26 五月 2020 | 00:52:11,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854MethodDeclarations.h +26 五月 2020 | 00:52:11,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717.h +26 五月 2020 | 00:52:11,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717MethodDeclarations.h +26 五月 2020 | 00:52:11,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825.h +26 五月 2020 | 00:52:11,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825MethodDeclarations.h +26 五月 2020 | 00:52:11,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427.h +26 五月 2020 | 00:52:11,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427MethodDeclarations.h +26 五月 2020 | 00:52:11,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816.h +26 五月 2020 | 00:52:11,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816MethodDeclarations.h +26 五月 2020 | 00:52:11,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794.h +26 五月 2020 | 00:52:11,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3636983746MethodDeclarations.h +26 五月 2020 | 00:52:11,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794MethodDeclarations.h +26 五月 2020 | 00:52:11,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537.h +26 五月 2020 | 00:52:11,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3647276537MethodDeclarations.h +26 五月 2020 | 00:52:11,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604.h +26 五月 2020 | 00:52:11,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638.h +26 五月 2020 | 00:52:11,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3661032604MethodDeclarations.h +26 五月 2020 | 00:52:11,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638MethodDeclarations.h +26 五月 2020 | 00:52:11,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425.h +26 五月 2020 | 00:52:11,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962.h +26 五月 2020 | 00:52:11,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000.h +26 五月 2020 | 00:52:11,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3696358425MethodDeclarations.h +26 五月 2020 | 00:52:11,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962MethodDeclarations.h +26 五月 2020 | 00:52:11,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580.h +26 五月 2020 | 00:52:11,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000MethodDeclarations.h +26 五月 2020 | 00:52:11,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120.h +26 五月 2020 | 00:52:11,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3699263580MethodDeclarations.h +26 五月 2020 | 00:52:11,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120MethodDeclarations.h +26 五月 2020 | 00:52:11,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408.h +26 五月 2020 | 00:52:11,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408MethodDeclarations.h +26 五月 2020 | 00:52:11,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596.h +26 五月 2020 | 00:52:11,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328.h +26 五月 2020 | 00:52:11,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596MethodDeclarations.h +26 五月 2020 | 00:52:11,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328MethodDeclarations.h +26 五月 2020 | 00:52:11,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335.h +26 五月 2020 | 00:52:11,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007.h +26 五月 2020 | 00:52:11,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335MethodDeclarations.h +26 五月 2020 | 00:52:11,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3746145007MethodDeclarations.h +26 五月 2020 | 00:52:11,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819.h +26 五月 2020 | 00:52:11,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733.h +26 五月 2020 | 00:52:11,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen376886733MethodDeclarations.h +26 五月 2020 | 00:52:11,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325.h +26 五月 2020 | 00:52:11,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819MethodDeclarations.h +26 五月 2020 | 00:52:11,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625.h +26 五月 2020 | 00:52:11,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325MethodDeclarations.h +26 五月 2020 | 00:52:11,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920.h +26 五月 2020 | 00:52:11,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3794486625MethodDeclarations.h +26 五月 2020 | 00:52:11,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331.h +26 五月 2020 | 00:52:11,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920MethodDeclarations.h +26 五月 2020 | 00:52:11,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209.h +26 五月 2020 | 00:52:11,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818.h +26 五月 2020 | 00:52:11,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3808260209MethodDeclarations.h +26 五月 2020 | 00:52:11,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818MethodDeclarations.h +26 五月 2020 | 00:52:11,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852.h +26 五月 2020 | 00:52:11,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331MethodDeclarations.h +26 五月 2020 | 00:52:11,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565.h +26 五月 2020 | 00:52:11,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412.h +26 五月 2020 | 00:52:11,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565MethodDeclarations.h +26 五月 2020 | 00:52:11,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412MethodDeclarations.h +26 五月 2020 | 00:52:11,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948.h +26 五月 2020 | 00:52:11,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948MethodDeclarations.h +26 五月 2020 | 00:52:11,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908.h +26 五月 2020 | 00:52:11,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3815341852MethodDeclarations.h +26 五月 2020 | 00:52:11,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908MethodDeclarations.h +26 五月 2020 | 00:52:11,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458.h +26 五月 2020 | 00:52:11,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728.h +26 五月 2020 | 00:52:11,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3823988458MethodDeclarations.h +26 五月 2020 | 00:52:11,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728MethodDeclarations.h +26 五月 2020 | 00:52:11,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952.h +26 五月 2020 | 00:52:11,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295.h +26 五月 2020 | 00:52:11,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952MethodDeclarations.h +26 五月 2020 | 00:52:11,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709.h +26 五月 2020 | 00:52:11,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709MethodDeclarations.h +26 五月 2020 | 00:52:11,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294.h +26 五月 2020 | 00:52:11,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725.h +26 五月 2020 | 00:52:11,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294MethodDeclarations.h +26 五月 2020 | 00:52:11,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3839261295MethodDeclarations.h +26 五月 2020 | 00:52:11,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725MethodDeclarations.h +26 五月 2020 | 00:52:11,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859.h +26 五月 2020 | 00:52:11,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260.h +26 五月 2020 | 00:52:11,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859MethodDeclarations.h +26 五月 2020 | 00:52:11,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3846837260MethodDeclarations.h +26 五月 2020 | 00:52:11,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655.h +26 五月 2020 | 00:52:11,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722.h +26 五月 2020 | 00:52:11,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655MethodDeclarations.h +26 五月 2020 | 00:52:11,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967.h +26 五月 2020 | 00:52:11,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242.h +26 五月 2020 | 00:52:12,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3854808722MethodDeclarations.h +26 五月 2020 | 00:52:12,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967MethodDeclarations.h +26 五月 2020 | 00:52:12,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242MethodDeclarations.h +26 五月 2020 | 00:52:12,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319.h +26 五月 2020 | 00:52:12,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391.h +26 五月 2020 | 00:52:12,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268.h +26 五月 2020 | 00:52:12,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3859233319MethodDeclarations.h +26 五月 2020 | 00:52:12,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391MethodDeclarations.h +26 五月 2020 | 00:52:12,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268MethodDeclarations.h +26 五月 2020 | 00:52:12,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950.h +26 五月 2020 | 00:52:12,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494.h +26 五月 2020 | 00:52:12,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3956414950MethodDeclarations.h +26 五月 2020 | 00:52:12,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494MethodDeclarations.h +26 五月 2020 | 00:52:12,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701.h +26 五月 2020 | 00:52:12,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662.h +26 五月 2020 | 00:52:12,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen3996653701MethodDeclarations.h +26 五月 2020 | 00:52:12,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220.h +26 五月 2020 | 00:52:12,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792.h +26 五月 2020 | 00:52:12,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792MethodDeclarations.h +26 五月 2020 | 00:52:12,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662MethodDeclarations.h +26 五月 2020 | 00:52:12,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4031214220MethodDeclarations.h +26 五月 2020 | 00:52:12,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924.h +26 五月 2020 | 00:52:12,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553.h +26 五月 2020 | 00:52:12,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503.h +26 五月 2020 | 00:52:12,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924MethodDeclarations.h +26 五月 2020 | 00:52:12,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553MethodDeclarations.h +26 五月 2020 | 00:52:12,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4067200503MethodDeclarations.h +26 五月 2020 | 00:52:12,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540.h +26 五月 2020 | 00:52:12,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540MethodDeclarations.h +26 五月 2020 | 00:52:12,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235.h +26 五月 2020 | 00:52:12,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600.h +26 五月 2020 | 00:52:12,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816.h +26 五月 2020 | 00:52:12,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235MethodDeclarations.h +26 五月 2020 | 00:52:12,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600MethodDeclarations.h +26 五月 2020 | 00:52:12,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4085328816MethodDeclarations.h +26 五月 2020 | 00:52:12,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034.h +26 五月 2020 | 00:52:12,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170.h +26 五月 2020 | 00:52:12,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794.h +26 五月 2020 | 00:52:12,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170MethodDeclarations.h +26 五月 2020 | 00:52:12,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4109018794MethodDeclarations.h +26 五月 2020 | 00:52:12,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487.h +26 五月 2020 | 00:52:12,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487MethodDeclarations.h +26 五月 2020 | 00:52:12,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034MethodDeclarations.h +26 五月 2020 | 00:52:12,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000.h +26 五月 2020 | 00:52:12,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863.h +26 五月 2020 | 00:52:12,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen411607000MethodDeclarations.h +26 五月 2020 | 00:52:12,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807.h +26 五月 2020 | 00:52:12,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408.h +26 五月 2020 | 00:52:12,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen41192408MethodDeclarations.h +26 五月 2020 | 00:52:12,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807MethodDeclarations.h +26 五月 2020 | 00:52:12,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863MethodDeclarations.h +26 五月 2020 | 00:52:12,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328.h +26 五月 2020 | 00:52:12,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354.h +26 五月 2020 | 00:52:12,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605.h +26 五月 2020 | 00:52:12,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354MethodDeclarations.h +26 五月 2020 | 00:52:12,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4214883328MethodDeclarations.h +26 五月 2020 | 00:52:12,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300.h +26 五月 2020 | 00:52:12,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300MethodDeclarations.h +26 五月 2020 | 00:52:12,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605MethodDeclarations.h +26 五月 2020 | 00:52:12,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854.h +26 五月 2020 | 00:52:12,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854MethodDeclarations.h +26 五月 2020 | 00:52:12,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325.h +26 五月 2020 | 00:52:12,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342.h +26 五月 2020 | 00:52:12,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717.h +26 五月 2020 | 00:52:12,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4219485325MethodDeclarations.h +26 五月 2020 | 00:52:12,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717MethodDeclarations.h +26 五月 2020 | 00:52:12,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342MethodDeclarations.h +26 五月 2020 | 00:52:12,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331.h +26 五月 2020 | 00:52:12,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825.h +26 五月 2020 | 00:52:12,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594.h +26 五月 2020 | 00:52:12,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4258962331MethodDeclarations.h +26 五月 2020 | 00:52:12,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825MethodDeclarations.h +26 五月 2020 | 00:52:12,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412.h +26 五月 2020 | 00:52:12,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594MethodDeclarations.h +26 五月 2020 | 00:52:12,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427.h +26 五月 2020 | 00:52:12,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294399412MethodDeclarations.h +26 五月 2020 | 00:52:12,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896.h +26 五月 2020 | 00:52:12,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427MethodDeclarations.h +26 五月 2020 | 00:52:12,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948.h +26 五月 2020 | 00:52:12,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896MethodDeclarations.h +26 五月 2020 | 00:52:12,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638.h +26 五月 2020 | 00:52:12,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen4294447948MethodDeclarations.h +26 五月 2020 | 00:52:12,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638MethodDeclarations.h +26 五月 2020 | 00:52:12,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890.h +26 五月 2020 | 00:52:12,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728.h +26 五月 2020 | 00:52:12,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962.h +26 五月 2020 | 00:52:12,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen450866728MethodDeclarations.h +26 五月 2020 | 00:52:12,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890MethodDeclarations.h +26 五月 2020 | 00:52:12,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962MethodDeclarations.h +26 五月 2020 | 00:52:12,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590.h +26 五月 2020 | 00:52:12,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120.h +26 五月 2020 | 00:52:12,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294.h +26 五月 2020 | 00:52:12,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590MethodDeclarations.h +26 五月 2020 | 00:52:12,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120MethodDeclarations.h +26 五月 2020 | 00:52:12,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579.h +26 五月 2020 | 00:52:12,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen462738294MethodDeclarations.h +26 五月 2020 | 00:52:12,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596.h +26 五月 2020 | 00:52:12,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859.h +26 五月 2020 | 00:52:12,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579MethodDeclarations.h +26 五月 2020 | 00:52:12,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596MethodDeclarations.h +26 五月 2020 | 00:52:12,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139.h +26 五月 2020 | 00:52:12,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335.h +26 五月 2020 | 00:52:12,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen469554859MethodDeclarations.h +26 五月 2020 | 00:52:12,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139MethodDeclarations.h +26 五月 2020 | 00:52:12,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335MethodDeclarations.h +26 五月 2020 | 00:52:12,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819.h +26 五月 2020 | 00:52:12,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967.h +26 五月 2020 | 00:52:12,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen483848967MethodDeclarations.h +26 五月 2020 | 00:52:12,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379.h +26 五月 2020 | 00:52:12,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819MethodDeclarations.h +26 五月 2020 | 00:52:12,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391.h +26 五月 2020 | 00:52:12,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen485668391MethodDeclarations.h +26 五月 2020 | 00:52:12,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920.h +26 五月 2020 | 00:52:12,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920MethodDeclarations.h +26 五月 2020 | 00:52:12,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818.h +26 五月 2020 | 00:52:12,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818MethodDeclarations.h +26 五月 2020 | 00:52:12,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565.h +26 五月 2020 | 00:52:12,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565MethodDeclarations.h +26 五月 2020 | 00:52:12,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908.h +26 五月 2020 | 00:52:12,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494.h +26 五月 2020 | 00:52:12,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908MethodDeclarations.h +26 五月 2020 | 00:52:12,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379MethodDeclarations.h +26 五月 2020 | 00:52:12,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen492133494MethodDeclarations.h +26 五月 2020 | 00:52:12,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479.h +26 五月 2020 | 00:52:12,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662.h +26 五月 2020 | 00:52:12,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479MethodDeclarations.h +26 五月 2020 | 00:52:12,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802.h +26 五月 2020 | 00:52:12,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802MethodDeclarations.h +26 五月 2020 | 00:52:12,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534.h +26 五月 2020 | 00:52:12,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952.h +26 五月 2020 | 00:52:12,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534MethodDeclarations.h +26 五月 2020 | 00:52:12,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen495857662MethodDeclarations.h +26 五月 2020 | 00:52:12,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952MethodDeclarations.h +26 五月 2020 | 00:52:12,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105.h +26 五月 2020 | 00:52:12,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553.h +26 五月 2020 | 00:52:12,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105MethodDeclarations.h +26 五月 2020 | 00:52:12,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen512078553MethodDeclarations.h +26 五月 2020 | 00:52:12,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324.h +26 五月 2020 | 00:52:12,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540.h +26 五月 2020 | 00:52:12,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324MethodDeclarations.h +26 五月 2020 | 00:52:12,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343.h +26 五月 2020 | 00:52:12,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343MethodDeclarations.h +26 五月 2020 | 00:52:12,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743.h +26 五月 2020 | 00:52:12,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743MethodDeclarations.h +26 五月 2020 | 00:52:12,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084.h +26 五月 2020 | 00:52:12,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709.h +26 五月 2020 | 00:52:12,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084MethodDeclarations.h +26 五月 2020 | 00:52:12,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen544716540MethodDeclarations.h +26 五月 2020 | 00:52:12,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709MethodDeclarations.h +26 五月 2020 | 00:52:12,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801.h +26 五月 2020 | 00:52:12,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235.h +26 五月 2020 | 00:52:12,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725.h +26 五月 2020 | 00:52:12,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen552628235MethodDeclarations.h +26 五月 2020 | 00:52:12,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801MethodDeclarations.h +26 五月 2020 | 00:52:12,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725MethodDeclarations.h +26 五月 2020 | 00:52:12,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034.h +26 五月 2020 | 00:52:12,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837.h +26 五月 2020 | 00:52:12,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837MethodDeclarations.h +26 五月 2020 | 00:52:12,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958.h +26 五月 2020 | 00:52:12,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958MethodDeclarations.h +26 五月 2020 | 00:52:12,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949.h +26 五月 2020 | 00:52:12,710 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949MethodDeclarations.h +26 五月 2020 | 00:52:12,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121.h +26 五月 2020 | 00:52:12,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121MethodDeclarations.h +26 五月 2020 | 00:52:12,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673.h +26 五月 2020 | 00:52:12,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673MethodDeclarations.h +26 五月 2020 | 00:52:12,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787.h +26 五月 2020 | 00:52:12,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787MethodDeclarations.h +26 五月 2020 | 00:52:12,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:12,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:12,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466.h +26 五月 2020 | 00:52:12,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466MethodDeclarations.h +26 五月 2020 | 00:52:12,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137.h +26 五月 2020 | 00:52:12,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137MethodDeclarations.h +26 五月 2020 | 00:52:12,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655.h +26 五月 2020 | 00:52:12,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen583702034MethodDeclarations.h +26 五月 2020 | 00:52:12,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655MethodDeclarations.h +26 五月 2020 | 00:52:12,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242.h +26 五月 2020 | 00:52:12,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242MethodDeclarations.h +26 五月 2020 | 00:52:12,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268.h +26 五月 2020 | 00:52:12,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719.h +26 五月 2020 | 00:52:12,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807.h +26 五月 2020 | 00:52:12,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719MethodDeclarations.h +26 五月 2020 | 00:52:12,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268MethodDeclarations.h +26 五月 2020 | 00:52:12,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen647803807MethodDeclarations.h +26 五月 2020 | 00:52:12,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354.h +26 五月 2020 | 00:52:12,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122.h +26 五月 2020 | 00:52:12,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122MethodDeclarations.h +26 五月 2020 | 00:52:12,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792.h +26 五月 2020 | 00:52:12,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen681556354MethodDeclarations.h +26 五月 2020 | 00:52:12,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923.h +26 五月 2020 | 00:52:12,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923MethodDeclarations.h +26 五月 2020 | 00:52:12,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660.h +26 五月 2020 | 00:52:12,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660MethodDeclarations.h +26 五月 2020 | 00:52:12,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537.h +26 五月 2020 | 00:52:12,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537MethodDeclarations.h +26 五月 2020 | 00:52:12,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792MethodDeclarations.h +26 五月 2020 | 00:52:12,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300.h +26 五月 2020 | 00:52:12,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924.h +26 五月 2020 | 00:52:12,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen695083300MethodDeclarations.h +26 五月 2020 | 00:52:12,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547.h +26 五月 2020 | 00:52:12,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924MethodDeclarations.h +26 五月 2020 | 00:52:12,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854.h +26 五月 2020 | 00:52:12,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen696753854MethodDeclarations.h +26 五月 2020 | 00:52:12,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547MethodDeclarations.h +26 五月 2020 | 00:52:12,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717.h +26 五月 2020 | 00:52:12,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702.h +26 五月 2020 | 00:52:12,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen700845717MethodDeclarations.h +26 五月 2020 | 00:52:12,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825.h +26 五月 2020 | 00:52:12,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702MethodDeclarations.h +26 五月 2020 | 00:52:12,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen705349825MethodDeclarations.h +26 五月 2020 | 00:52:12,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628.h +26 五月 2020 | 00:52:12,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427.h +26 五月 2020 | 00:52:12,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628MethodDeclarations.h +26 五月 2020 | 00:52:12,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857.h +26 五月 2020 | 00:52:12,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen717121427MethodDeclarations.h +26 五月 2020 | 00:52:12,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857MethodDeclarations.h +26 五月 2020 | 00:52:12,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362.h +26 五月 2020 | 00:52:12,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362MethodDeclarations.h +26 五月 2020 | 00:52:12,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011.h +26 五月 2020 | 00:52:12,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011MethodDeclarations.h +26 五月 2020 | 00:52:12,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286.h +26 五月 2020 | 00:52:12,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286MethodDeclarations.h +26 五月 2020 | 00:52:12,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312.h +26 五月 2020 | 00:52:12,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312MethodDeclarations.h +26 五月 2020 | 00:52:13,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600.h +26 五月 2020 | 00:52:13,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600MethodDeclarations.h +26 五月 2020 | 00:52:13,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170.h +26 五月 2020 | 00:52:13,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638.h +26 五月 2020 | 00:52:13,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995.h +26 五月 2020 | 00:52:13,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen773339638MethodDeclarations.h +26 五月 2020 | 00:52:13,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962.h +26 五月 2020 | 00:52:13,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen847560962MethodDeclarations.h +26 五月 2020 | 00:52:13,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120.h +26 五月 2020 | 00:52:13,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen856389120MethodDeclarations.h +26 五月 2020 | 00:52:13,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596.h +26 五月 2020 | 00:52:13,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen868888596MethodDeclarations.h +26 五月 2020 | 00:52:13,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335.h +26 五月 2020 | 00:52:13,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen899046335MethodDeclarations.h +26 五月 2020 | 00:52:13,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819.h +26 五月 2020 | 00:52:13,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170MethodDeclarations.h +26 五月 2020 | 00:52:13,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487.h +26 五月 2020 | 00:52:13,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487MethodDeclarations.h +26 五月 2020 | 00:52:13,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863.h +26 五月 2020 | 00:52:13,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995MethodDeclarations.h +26 五月 2020 | 00:52:13,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972.h +26 五月 2020 | 00:52:13,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972MethodDeclarations.h +26 五月 2020 | 00:52:13,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915.h +26 五月 2020 | 00:52:13,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915MethodDeclarations.h +26 五月 2020 | 00:52:13,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen903678819MethodDeclarations.h +26 五月 2020 | 00:52:13,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885.h +26 五月 2020 | 00:52:13,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920.h +26 五月 2020 | 00:52:13,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863MethodDeclarations.h +26 五月 2020 | 00:52:13,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885MethodDeclarations.h +26 五月 2020 | 00:52:13,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen915809920MethodDeclarations.h +26 五月 2020 | 00:52:13,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605.h +26 五月 2020 | 00:52:13,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818.h +26 五月 2020 | 00:52:13,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen963419818MethodDeclarations.h +26 五月 2020 | 00:52:13,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565.h +26 五月 2020 | 00:52:13,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640.h +26 五月 2020 | 00:52:13,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605MethodDeclarations.h +26 五月 2020 | 00:52:13,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640MethodDeclarations.h +26 五月 2020 | 00:52:13,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871.h +26 五月 2020 | 00:52:13,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871MethodDeclarations.h +26 五月 2020 | 00:52:13,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen964372565MethodDeclarations.h +26 五月 2020 | 00:52:13,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342.h +26 五月 2020 | 00:52:13,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342MethodDeclarations.h +26 五月 2020 | 00:52:13,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594.h +26 五月 2020 | 00:52:13,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594MethodDeclarations.h +26 五月 2020 | 00:52:13,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896.h +26 五月 2020 | 00:52:13,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896MethodDeclarations.h +26 五月 2020 | 00:52:13,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779.h +26 五月 2020 | 00:52:13,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890.h +26 五月 2020 | 00:52:13,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890MethodDeclarations.h +26 五月 2020 | 00:52:13,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590.h +26 五月 2020 | 00:52:13,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590MethodDeclarations.h +26 五月 2020 | 00:52:13,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579.h +26 五月 2020 | 00:52:13,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579MethodDeclarations.h +26 五月 2020 | 00:52:13,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139.h +26 五月 2020 | 00:52:13,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139MethodDeclarations.h +26 五月 2020 | 00:52:13,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379.h +26 五月 2020 | 00:52:13,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379MethodDeclarations.h +26 五月 2020 | 00:52:13,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479.h +26 五月 2020 | 00:52:13,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479MethodDeclarations.h +26 五月 2020 | 00:52:13,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802.h +26 五月 2020 | 00:52:13,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802MethodDeclarations.h +26 五月 2020 | 00:52:13,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534.h +26 五月 2020 | 00:52:13,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908.h +26 五月 2020 | 00:52:13,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_TypeTraits_1_gen976850908MethodDeclarations.h +26 五月 2020 | 00:52:13,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779MethodDeclarations.h +26 五月 2020 | 00:52:13,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534MethodDeclarations.h +26 五月 2020 | 00:52:13,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105.h +26 五月 2020 | 00:52:13,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649.h +26 五月 2020 | 00:52:13,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649MethodDeclarations.h +26 五月 2020 | 00:52:13,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952.h +26 五月 2020 | 00:52:13,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371.h +26 五月 2020 | 00:52:13,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371MethodDeclarations.h +26 五月 2020 | 00:52:13,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_UseDefinedAttribute2126958952MethodDeclarations.h +26 五月 2020 | 00:52:13,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225.h +26 五月 2020 | 00:52:13,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225MethodDeclarations.h +26 五月 2020 | 00:52:13,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424.h +26 五月 2020 | 00:52:13,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105MethodDeclarations.h +26 五月 2020 | 00:52:13,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324.h +26 五月 2020 | 00:52:13,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324MethodDeclarations.h +26 五月 2020 | 00:52:13,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343.h +26 五月 2020 | 00:52:13,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343MethodDeclarations.h +26 五月 2020 | 00:52:13,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743.h +26 五月 2020 | 00:52:13,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424MethodDeclarations.h +26 五月 2020 | 00:52:13,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743MethodDeclarations.h +26 五月 2020 | 00:52:13,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084.h +26 五月 2020 | 00:52:13,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339.h +26 五月 2020 | 00:52:13,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084MethodDeclarations.h +26 五月 2020 | 00:52:13,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339MethodDeclarations.h +26 五月 2020 | 00:52:13,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801.h +26 五月 2020 | 00:52:13,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714.h +26 五月 2020 | 00:52:13,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801MethodDeclarations.h +26 五月 2020 | 00:52:13,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714MethodDeclarations.h +26 五月 2020 | 00:52:13,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837.h +26 五月 2020 | 00:52:13,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039.h +26 五月 2020 | 00:52:13,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837MethodDeclarations.h +26 五月 2020 | 00:52:13,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958.h +26 五月 2020 | 00:52:13,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958MethodDeclarations.h +26 五月 2020 | 00:52:13,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949.h +26 五月 2020 | 00:52:13,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949MethodDeclarations.h +26 五月 2020 | 00:52:13,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121.h +26 五月 2020 | 00:52:13,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121MethodDeclarations.h +26 五月 2020 | 00:52:13,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673.h +26 五月 2020 | 00:52:13,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673MethodDeclarations.h +26 五月 2020 | 00:52:13,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787.h +26 五月 2020 | 00:52:13,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787MethodDeclarations.h +26 五月 2020 | 00:52:13,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:13,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:13,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466.h +26 五月 2020 | 00:52:13,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466MethodDeclarations.h +26 五月 2020 | 00:52:13,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137.h +26 五月 2020 | 00:52:13,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137MethodDeclarations.h +26 五月 2020 | 00:52:13,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719.h +26 五月 2020 | 00:52:13,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719MethodDeclarations.h +26 五月 2020 | 00:52:13,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122.h +26 五月 2020 | 00:52:13,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122MethodDeclarations.h +26 五月 2020 | 00:52:13,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923.h +26 五月 2020 | 00:52:13,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923MethodDeclarations.h +26 五月 2020 | 00:52:13,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660.h +26 五月 2020 | 00:52:13,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660MethodDeclarations.h +26 五月 2020 | 00:52:13,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537.h +26 五月 2020 | 00:52:13,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537MethodDeclarations.h +26 五月 2020 | 00:52:13,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547.h +26 五月 2020 | 00:52:13,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547MethodDeclarations.h +26 五月 2020 | 00:52:13,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709.h +26 五月 2020 | 00:52:13,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702.h +26 五月 2020 | 00:52:13,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaInterface_nil2041719709MethodDeclarations.h +26 五月 2020 | 00:52:13,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702MethodDeclarations.h +26 五月 2020 | 00:52:13,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725.h +26 五月 2020 | 00:52:13,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628.h +26 五月 2020 | 00:52:13,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaLooper314173725MethodDeclarations.h +26 五月 2020 | 00:52:13,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039MethodDeclarations.h +26 五月 2020 | 00:52:13,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628MethodDeclarations.h +26 五月 2020 | 00:52:13,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975.h +26 五月 2020 | 00:52:13,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975MethodDeclarations.h +26 五月 2020 | 00:52:13,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857.h +26 五月 2020 | 00:52:13,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857MethodDeclarations.h +26 五月 2020 | 00:52:13,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148.h +26 五月 2020 | 00:52:13,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362.h +26 五月 2020 | 00:52:13,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362MethodDeclarations.h +26 五月 2020 | 00:52:13,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011.h +26 五月 2020 | 00:52:13,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011MethodDeclarations.h +26 五月 2020 | 00:52:13,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286.h +26 五月 2020 | 00:52:13,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286MethodDeclarations.h +26 五月 2020 | 00:52:13,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312.h +26 五月 2020 | 00:52:13,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312MethodDeclarations.h +26 五月 2020 | 00:52:13,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655.h +26 五月 2020 | 00:52:13,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148MethodDeclarations.h +26 五月 2020 | 00:52:13,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_LuaResLoader3372517655MethodDeclarations.h +26 五月 2020 | 00:52:13,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202.h +26 五月 2020 | 00:52:13,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202MethodDeclarations.h +26 五月 2020 | 00:52:13,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264.h +26 五月 2020 | 00:52:13,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264MethodDeclarations.h +26 五月 2020 | 00:52:13,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840.h +26 五月 2020 | 00:52:13,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840MethodDeclarations.h +26 五月 2020 | 00:52:13,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242.h +26 五月 2020 | 00:52:13,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995.h +26 五月 2020 | 00:52:13,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformAndroid2255131242MethodDeclarations.h +26 五月 2020 | 00:52:13,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995MethodDeclarations.h +26 五月 2020 | 00:52:13,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268.h +26 五月 2020 | 00:52:13,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715.h +26 五月 2020 | 00:52:13,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformIOS446657268MethodDeclarations.h +26 五月 2020 | 00:52:13,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972.h +26 五月 2020 | 00:52:13,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715MethodDeclarations.h +26 五月 2020 | 00:52:13,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972MethodDeclarations.h +26 五月 2020 | 00:52:13,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457.h +26 五月 2020 | 00:52:13,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915.h +26 五月 2020 | 00:52:13,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457MethodDeclarations.h +26 五月 2020 | 00:52:13,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792.h +26 五月 2020 | 00:52:13,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434.h +26 五月 2020 | 00:52:13,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915MethodDeclarations.h +26 五月 2020 | 00:52:13,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434MethodDeclarations.h +26 五月 2020 | 00:52:13,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885.h +26 五月 2020 | 00:52:13,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078.h +26 五月 2020 | 00:52:13,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885MethodDeclarations.h +26 五月 2020 | 00:52:13,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078MethodDeclarations.h +26 五月 2020 | 00:52:13,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801.h +26 五月 2020 | 00:52:13,739 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640.h +26 五月 2020 | 00:52:13,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640MethodDeclarations.h +26 五月 2020 | 00:52:13,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871.h +26 五月 2020 | 00:52:13,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871MethodDeclarations.h +26 五月 2020 | 00:52:13,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779.h +26 五月 2020 | 00:52:13,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_PlatformWindows892754792MethodDeclarations.h +26 五月 2020 | 00:52:13,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801MethodDeclarations.h +26 五月 2020 | 00:52:13,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779MethodDeclarations.h +26 五月 2020 | 00:52:13,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924.h +26 五月 2020 | 00:52:13,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909.h +26 五月 2020 | 00:52:13,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture3904243924MethodDeclarations.h +26 五月 2020 | 00:52:13,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909MethodDeclarations.h +26 五月 2020 | 00:52:13,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649.h +26 五月 2020 | 00:52:13,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529.h +26 五月 2020 | 00:52:13,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649MethodDeclarations.h +26 五月 2020 | 00:52:13,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371.h +26 五月 2020 | 00:52:13,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371MethodDeclarations.h +26 五月 2020 | 00:52:13,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600.h +26 五月 2020 | 00:52:13,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529MethodDeclarations.h +26 五月 2020 | 00:52:13,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225.h +26 五月 2020 | 00:52:13,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePictureWrap603835600MethodDeclarations.h +26 五月 2020 | 00:52:13,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671.h +26 五月 2020 | 00:52:13,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225MethodDeclarations.h +26 五月 2020 | 00:52:13,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170.h +26 五月 2020 | 00:52:13,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671MethodDeclarations.h +26 五月 2020 | 00:52:13,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424.h +26 五月 2020 | 00:52:13,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3C_QRCodeShareU3Ec317142170MethodDeclarations.h +26 五月 2020 | 00:52:13,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635.h +26 五月 2020 | 00:52:13,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487.h +26 五月 2020 | 00:52:13,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_QRCodePicture_U3CdownloadPictureU778320487MethodDeclarations.h +26 五月 2020 | 00:52:13,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863.h +26 五月 2020 | 00:52:13,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635MethodDeclarations.h +26 五月 2020 | 00:52:13,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424MethodDeclarations.h +26 五月 2020 | 00:52:13,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817.h +26 五月 2020 | 00:52:13,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817MethodDeclarations.h +26 五月 2020 | 00:52:13,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468.h +26 五月 2020 | 00:52:13,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_SDKCallBack3705922863MethodDeclarations.h +26 五月 2020 | 00:52:13,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468MethodDeclarations.h +26 五月 2020 | 00:52:13,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605.h +26 五月 2020 | 00:52:13,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500.h +26 五月 2020 | 00:52:13,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339.h +26 五月 2020 | 00:52:13,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339MethodDeclarations.h +26 五月 2020 | 00:52:13,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500MethodDeclarations.h +26 五月 2020 | 00:52:13,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ArrayWrap1389877605MethodDeclarations.h +26 五月 2020 | 00:52:13,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714.h +26 五月 2020 | 00:52:13,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883.h +26 五月 2020 | 00:52:13,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714MethodDeclarations.h +26 五月 2020 | 00:52:13,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883MethodDeclarations.h +26 五月 2020 | 00:52:13,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039.h +26 五月 2020 | 00:52:13,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177.h +26 五月 2020 | 00:52:14,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342.h +26 五月 2020 | 00:52:14,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039MethodDeclarations.h +26 五月 2020 | 00:52:14,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975.h +26 五月 2020 | 00:52:14,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975MethodDeclarations.h +26 五月 2020 | 00:52:14,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148.h +26 五月 2020 | 00:52:14,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148MethodDeclarations.h +26 五月 2020 | 00:52:14,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177MethodDeclarations.h +26 五月 2020 | 00:52:14,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829.h +26 五月 2020 | 00:52:14,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202.h +26 五月 2020 | 00:52:14,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829MethodDeclarations.h +26 五月 2020 | 00:52:14,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1381102342MethodDeclarations.h +26 五月 2020 | 00:52:14,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793.h +26 五月 2020 | 00:52:14,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202MethodDeclarations.h +26 五月 2020 | 00:52:14,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594.h +26 五月 2020 | 00:52:14,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793MethodDeclarations.h +26 五月 2020 | 00:52:14,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264.h +26 五月 2020 | 00:52:14,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dicti1887511594MethodDeclarations.h +26 五月 2020 | 00:52:14,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264MethodDeclarations.h +26 五月 2020 | 00:52:14,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965.h +26 五月 2020 | 00:52:14,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896.h +26 五月 2020 | 00:52:14,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965MethodDeclarations.h +26 五月 2020 | 00:52:14,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_Dictio867334896MethodDeclarations.h +26 五月 2020 | 00:52:14,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963.h +26 五月 2020 | 00:52:14,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963MethodDeclarations.h +26 五月 2020 | 00:52:14,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600.h +26 五月 2020 | 00:52:14,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600MethodDeclarations.h +26 五月 2020 | 00:52:14,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532.h +26 五月 2020 | 00:52:14,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532MethodDeclarations.h +26 五月 2020 | 00:52:14,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133.h +26 五月 2020 | 00:52:14,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133MethodDeclarations.h +26 五月 2020 | 00:52:14,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670.h +26 五月 2020 | 00:52:14,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670MethodDeclarations.h +26 五月 2020 | 00:52:14,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840.h +26 五月 2020 | 00:52:14,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286.h +26 五月 2020 | 00:52:14,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286MethodDeclarations.h +26 五月 2020 | 00:52:14,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840MethodDeclarations.h +26 五月 2020 | 00:52:14,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890.h +26 五月 2020 | 00:52:14,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_KeyVa2234243890MethodDeclarations.h +26 五月 2020 | 00:52:14,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590.h +26 五月 2020 | 00:52:14,226 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_Generic_ListWr161995590MethodDeclarations.h +26 五月 2020 | 00:52:14,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579.h +26 五月 2020 | 00:52:14,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_IEnumeratorWra643527579MethodDeclarations.h +26 五月 2020 | 00:52:14,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139.h +26 五月 2020 | 00:52:14,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_Collections_ObjectModel_R3141666139MethodDeclarations.h +26 五月 2020 | 00:52:14,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715.h +26 五月 2020 | 00:52:14,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566.h +26 五月 2020 | 00:52:14,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566MethodDeclarations.h +26 五月 2020 | 00:52:14,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715MethodDeclarations.h +26 五月 2020 | 00:52:14,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271.h +26 五月 2020 | 00:52:14,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457.h +26 五月 2020 | 00:52:14,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457MethodDeclarations.h +26 五月 2020 | 00:52:14,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271MethodDeclarations.h +26 五月 2020 | 00:52:14,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379.h +26 五月 2020 | 00:52:14,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953.h +26 五月 2020 | 00:52:14,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953MethodDeclarations.h +26 五月 2020 | 00:52:14,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434.h +26 五月 2020 | 00:52:14,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667.h +26 五月 2020 | 00:52:14,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434MethodDeclarations.h +26 五月 2020 | 00:52:14,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667MethodDeclarations.h +26 五月 2020 | 00:52:14,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078.h +26 五月 2020 | 00:52:14,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833.h +26 五月 2020 | 00:52:14,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078MethodDeclarations.h +26 五月 2020 | 00:52:14,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833MethodDeclarations.h +26 五月 2020 | 00:52:14,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801.h +26 五月 2020 | 00:52:14,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801MethodDeclarations.h +26 五月 2020 | 00:52:14,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909.h +26 五月 2020 | 00:52:14,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_DelegateWrap1003754379MethodDeclarations.h +26 五月 2020 | 00:52:14,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709.h +26 五月 2020 | 00:52:14,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909MethodDeclarations.h +26 五月 2020 | 00:52:14,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709MethodDeclarations.h +26 五月 2020 | 00:52:14,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479.h +26 五月 2020 | 00:52:14,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_EnumWrap3179291479MethodDeclarations.h +26 五月 2020 | 00:52:14,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529.h +26 五月 2020 | 00:52:14,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640.h +26 五月 2020 | 00:52:14,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802.h +26 五月 2020 | 00:52:14,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640MethodDeclarations.h +26 五月 2020 | 00:52:14,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryInfoWrap2752787802MethodDeclarations.h +26 五月 2020 | 00:52:14,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459.h +26 五月 2020 | 00:52:14,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534.h +26 五月 2020 | 00:52:14,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459MethodDeclarations.h +26 五月 2020 | 00:52:14,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723.h +26 五月 2020 | 00:52:14,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723MethodDeclarations.h +26 五月 2020 | 00:52:14,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773.h +26 五月 2020 | 00:52:14,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_DirectoryWrap1413974534MethodDeclarations.h +26 五月 2020 | 00:52:14,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529MethodDeclarations.h +26 五月 2020 | 00:52:14,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773MethodDeclarations.h +26 五月 2020 | 00:52:14,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105.h +26 五月 2020 | 00:52:14,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671.h +26 五月 2020 | 00:52:14,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727.h +26 五月 2020 | 00:52:14,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileInfoWrap180286105MethodDeclarations.h +26 五月 2020 | 00:52:14,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671MethodDeclarations.h +26 五月 2020 | 00:52:14,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727MethodDeclarations.h +26 五月 2020 | 00:52:14,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324.h +26 五月 2020 | 00:52:14,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635.h +26 五月 2020 | 00:52:14,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635MethodDeclarations.h +26 五月 2020 | 00:52:14,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileSystemInfoWrap359507324MethodDeclarations.h +26 五月 2020 | 00:52:14,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817.h +26 五月 2020 | 00:52:14,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343.h +26 五月 2020 | 00:52:14,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817MethodDeclarations.h +26 五月 2020 | 00:52:14,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_IO_FileWrap3483686343MethodDeclarations.h +26 五月 2020 | 00:52:14,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743.h +26 五月 2020 | 00:52:14,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468.h +26 五月 2020 | 00:52:14,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_MarshalByRefObjectWrap1994209743MethodDeclarations.h +26 五月 2020 | 00:52:14,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468MethodDeclarations.h +26 五月 2020 | 00:52:14,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084.h +26 五月 2020 | 00:52:14,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500.h +26 五月 2020 | 00:52:14,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500MethodDeclarations.h +26 五月 2020 | 00:52:14,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883.h +26 五月 2020 | 00:52:14,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_NullObjectWrap2810304084MethodDeclarations.h +26 五月 2020 | 00:52:14,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883MethodDeclarations.h +26 五月 2020 | 00:52:14,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801.h +26 五月 2020 | 00:52:14,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_ObjectWrap2805264801MethodDeclarations.h +26 五月 2020 | 00:52:14,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177.h +26 五月 2020 | 00:52:14,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837.h +26 五月 2020 | 00:52:14,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_StringWrap3380703837MethodDeclarations.h +26 五月 2020 | 00:52:14,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958.h +26 五月 2020 | 00:52:14,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_System_TypeWrap1338860958MethodDeclarations.h +26 五月 2020 | 00:52:14,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949.h +26 五月 2020 | 00:52:14,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot2662592949MethodDeclarations.h +26 五月 2020 | 00:52:14,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121.h +26 五月 2020 | 00:52:14,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShotWrap2739783121MethodDeclarations.h +26 五月 2020 | 00:52:14,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673.h +26 五月 2020 | 00:52:14,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TakeScreenShot_U3CCheckFileU3Ec_1958524673MethodDeclarations.h +26 五月 2020 | 00:52:14,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787.h +26 五月 2020 | 00:52:14,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_TestConsole2358782787MethodDeclarations.h +26 五月 2020 | 00:52:14,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:14,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:14,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466.h +26 五月 2020 | 00:52:14,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1459944466MethodDeclarations.h +26 五月 2020 | 00:52:14,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137.h +26 五月 2020 | 00:52:14,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1486305137MethodDeclarations.h +26 五月 2020 | 00:52:14,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082.h +26 五月 2020 | 00:52:14,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177MethodDeclarations.h +26 五月 2020 | 00:52:14,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082MethodDeclarations.h +26 五月 2020 | 00:52:14,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829.h +26 五月 2020 | 00:52:14,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435.h +26 五月 2020 | 00:52:14,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435MethodDeclarations.h +26 五月 2020 | 00:52:14,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719.h +26 五月 2020 | 00:52:14,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829MethodDeclarations.h +26 五月 2020 | 00:52:14,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU1568637719MethodDeclarations.h +26 五月 2020 | 00:52:14,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589.h +26 五月 2020 | 00:52:14,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793.h +26 五月 2020 | 00:52:14,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122.h +26 五月 2020 | 00:52:14,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU2731437122MethodDeclarations.h +26 五月 2020 | 00:52:14,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793MethodDeclarations.h +26 五月 2020 | 00:52:14,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923.h +26 五月 2020 | 00:52:14,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965.h +26 五月 2020 | 00:52:14,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3740780923MethodDeclarations.h +26 五月 2020 | 00:52:14,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965MethodDeclarations.h +26 五月 2020 | 00:52:14,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660.h +26 五月 2020 | 00:52:14,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3762068660MethodDeclarations.h +26 五月 2020 | 00:52:14,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963.h +26 五月 2020 | 00:52:14,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537.h +26 五月 2020 | 00:52:14,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963MethodDeclarations.h +26 五月 2020 | 00:52:14,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236537MethodDeclarations.h +26 五月 2020 | 00:52:14,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600.h +26 五月 2020 | 00:52:14,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600MethodDeclarations.h +26 五月 2020 | 00:52:14,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532.h +26 五月 2020 | 00:52:14,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532MethodDeclarations.h +26 五月 2020 | 00:52:14,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133.h +26 五月 2020 | 00:52:14,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133MethodDeclarations.h +26 五月 2020 | 00:52:14,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670.h +26 五月 2020 | 00:52:14,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670MethodDeclarations.h +26 五月 2020 | 00:52:14,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286.h +26 五月 2020 | 00:52:14,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547.h +26 五月 2020 | 00:52:14,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589MethodDeclarations.h +26 五月 2020 | 00:52:14,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_U3CPrivateImplementationDetailsU3894236547MethodDeclarations.h +26 五月 2020 | 00:52:14,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286MethodDeclarations.h +26 五月 2020 | 00:52:14,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248.h +26 五月 2020 | 00:52:14,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702.h +26 五月 2020 | 00:52:14,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248MethodDeclarations.h +26 五月 2020 | 00:52:14,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationBlendModeWr1613963702MethodDeclarations.h +26 五月 2020 | 00:52:14,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628.h +26 五月 2020 | 00:52:14,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationClipWrap3893830628MethodDeclarations.h +26 五月 2020 | 00:52:14,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857.h +26 五月 2020 | 00:52:14,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationStateWrap2584358857MethodDeclarations.h +26 五月 2020 | 00:52:14,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362.h +26 五月 2020 | 00:52:14,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimationWrap429487362MethodDeclarations.h +26 五月 2020 | 00:52:14,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011.h +26 五月 2020 | 00:52:14,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AnimatorWrap559721011MethodDeclarations.h +26 五月 2020 | 00:52:14,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286.h +26 五月 2020 | 00:52:14,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ApplicationWrap332036286MethodDeclarations.h +26 五月 2020 | 00:52:14,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312.h +26 五月 2020 | 00:52:14,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AssetBundleWrap3906588312MethodDeclarations.h +26 五月 2020 | 00:52:14,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566.h +26 五月 2020 | 00:52:14,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998.h +26 五月 2020 | 00:52:14,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995.h +26 五月 2020 | 00:52:14,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566MethodDeclarations.h +26 五月 2020 | 00:52:14,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998MethodDeclarations.h +26 五月 2020 | 00:52:14,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831.h +26 五月 2020 | 00:52:14,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271.h +26 五月 2020 | 00:52:14,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831MethodDeclarations.h +26 五月 2020 | 00:52:14,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215.h +26 五月 2020 | 00:52:14,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215MethodDeclarations.h +26 五月 2020 | 00:52:14,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476.h +26 五月 2020 | 00:52:14,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476MethodDeclarations.h +26 五月 2020 | 00:52:14,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464.h +26 五月 2020 | 00:52:14,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464MethodDeclarations.h +26 五月 2020 | 00:52:14,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398.h +26 五月 2020 | 00:52:14,813 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398MethodDeclarations.h +26 五月 2020 | 00:52:14,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410.h +26 五月 2020 | 00:52:14,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410MethodDeclarations.h +26 五月 2020 | 00:52:14,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799.h +26 五月 2020 | 00:52:14,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799MethodDeclarations.h +26 五月 2020 | 00:52:14,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567.h +26 五月 2020 | 00:52:14,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567MethodDeclarations.h +26 五月 2020 | 00:52:14,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445.h +26 五月 2020 | 00:52:14,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445MethodDeclarations.h +26 五月 2020 | 00:52:14,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271MethodDeclarations.h +26 五月 2020 | 00:52:14,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991.h +26 五月 2020 | 00:52:14,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953.h +26 五月 2020 | 00:52:14,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953MethodDeclarations.h +26 五月 2020 | 00:52:14,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667.h +26 五月 2020 | 00:52:14,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667MethodDeclarations.h +26 五月 2020 | 00:52:14,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833.h +26 五月 2020 | 00:52:14,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833MethodDeclarations.h +26 五月 2020 | 00:52:14,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AsyncOperationWrap2715339995MethodDeclarations.h +26 五月 2020 | 00:52:14,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972.h +26 五月 2020 | 00:52:14,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioClipWrap1102586972MethodDeclarations.h +26 五月 2020 | 00:52:14,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915.h +26 五月 2020 | 00:52:14,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_AudioSourceWrap3974787915MethodDeclarations.h +26 五月 2020 | 00:52:14,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991MethodDeclarations.h +26 五月 2020 | 00:52:14,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709.h +26 五月 2020 | 00:52:14,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885.h +26 五月 2020 | 00:52:14,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936.h +26 五月 2020 | 00:52:14,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709MethodDeclarations.h +26 五月 2020 | 00:52:14,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BehaviourWrap4204012885MethodDeclarations.h +26 五月 2020 | 00:52:14,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936MethodDeclarations.h +26 五月 2020 | 00:52:14,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640.h +26 五月 2020 | 00:52:14,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640.h +26 五月 2020 | 00:52:14,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895.h +26 五月 2020 | 00:52:14,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640MethodDeclarations.h +26 五月 2020 | 00:52:14,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BlendWeightsWrap1540795640MethodDeclarations.h +26 五月 2020 | 00:52:14,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895MethodDeclarations.h +26 五月 2020 | 00:52:14,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459.h +26 五月 2020 | 00:52:14,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871.h +26 五月 2020 | 00:52:14,898 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985.h +26 五月 2020 | 00:52:14,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459MethodDeclarations.h +26 五月 2020 | 00:52:14,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985MethodDeclarations.h +26 五月 2020 | 00:52:14,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_BoxColliderWrap3116200871MethodDeclarations.h +26 五月 2020 | 00:52:14,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723.h +26 五月 2020 | 00:52:14,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652.h +26 五月 2020 | 00:52:14,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779.h +26 五月 2020 | 00:52:14,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723MethodDeclarations.h +26 五月 2020 | 00:52:14,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652MethodDeclarations.h +26 五月 2020 | 00:52:14,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraClearFlagsWrap580062779MethodDeclarations.h +26 五月 2020 | 00:52:14,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773.h +26 五月 2020 | 00:52:14,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135.h +26 五月 2020 | 00:52:14,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649.h +26 五月 2020 | 00:52:14,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773MethodDeclarations.h +26 五月 2020 | 00:52:14,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135MethodDeclarations.h +26 五月 2020 | 00:52:14,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660.h +26 五月 2020 | 00:52:14,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727.h +26 五月 2020 | 00:52:14,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727MethodDeclarations.h +26 五月 2020 | 00:52:14,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660MethodDeclarations.h +26 五月 2020 | 00:52:14,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082.h +26 五月 2020 | 00:52:14,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207.h +26 五月 2020 | 00:52:14,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CameraWrap1303356649MethodDeclarations.h +26 五月 2020 | 00:52:14,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207MethodDeclarations.h +26 五月 2020 | 00:52:14,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082MethodDeclarations.h +26 五月 2020 | 00:52:14,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371.h +26 五月 2020 | 00:52:14,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435.h +26 五月 2020 | 00:52:14,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CapsuleColliderWrap2392462371MethodDeclarations.h +26 五月 2020 | 00:52:14,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435MethodDeclarations.h +26 五月 2020 | 00:52:14,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225.h +26 五月 2020 | 00:52:14,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CharacterControllerW2175169225MethodDeclarations.h +26 五月 2020 | 00:52:14,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424.h +26 五月 2020 | 00:52:14,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589.h +26 五月 2020 | 00:52:14,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ColliderWrap4115848424MethodDeclarations.h +26 五月 2020 | 00:52:14,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339.h +26 五月 2020 | 00:52:14,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589MethodDeclarations.h +26 五月 2020 | 00:52:14,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_0.cpp +26 五月 2020 | 00:52:14,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ComponentWrap3673144339MethodDeclarations.h +26 五月 2020 | 00:52:14,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248.h +26 五月 2020 | 00:52:14,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714.h +26 五月 2020 | 00:52:14,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248MethodDeclarations.h +26 五月 2020 | 00:52:14,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_CoroutineWrap4124689714MethodDeclarations.h +26 五月 2020 | 00:52:14,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998.h +26 五月 2020 | 00:52:14,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039.h +26 五月 2020 | 00:52:14,936 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998MethodDeclarations.h +26 五月 2020 | 00:52:14,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Experimental_Directo3650115039MethodDeclarations.h +26 五月 2020 | 00:52:14,942 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831.h +26 五月 2020 | 00:52:14,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975.h +26 五月 2020 | 00:52:14,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831MethodDeclarations.h +26 五月 2020 | 00:52:14,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_GameObjectWrap1041222975MethodDeclarations.h +26 五月 2020 | 00:52:14,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215.h +26 五月 2020 | 00:52:14,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148.h +26 五月 2020 | 00:52:14,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215MethodDeclarations.h +26 五月 2020 | 00:52:14,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_InputWrap839565148MethodDeclarations.h +26 五月 2020 | 00:52:14,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476.h +26 五月 2020 | 00:52:14,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476MethodDeclarations.h +26 五月 2020 | 00:52:14,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464.h +26 五月 2020 | 00:52:14,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464MethodDeclarations.h +26 五月 2020 | 00:52:14,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202.h +26 五月 2020 | 00:52:14,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_1.cpp +26 五月 2020 | 00:52:14,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398.h +26 五月 2020 | 00:52:14,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398MethodDeclarations.h +26 五月 2020 | 00:52:14,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_KeyCodeWrap1027142202MethodDeclarations.h +26 五月 2020 | 00:52:14,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410.h +26 五月 2020 | 00:52:14,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264.h +26 五月 2020 | 00:52:14,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410MethodDeclarations.h +26 五月 2020 | 00:52:14,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799.h +26 五月 2020 | 00:52:14,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightTypeWrap2800972264MethodDeclarations.h +26 五月 2020 | 00:52:15,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840.h +26 五月 2020 | 00:52:15,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_LightWrap1210273840MethodDeclarations.h +26 五月 2020 | 00:52:15,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715.h +26 五月 2020 | 00:52:15,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MaterialWrap2182025715MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshColliderWrap1023075457MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MeshRendererWrap4107935434MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_MonoBehaviourWrap1065749078MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_NetworkReachabilityWr763262801MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ObjectWrap224548909MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ParticleSystemWrap316348529MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PhysicsWrap1186305671MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayModeWrap2123182635MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_PlayerPrefsWrap1864015817MethodDeclarations.h +26 五月 2020 | 00:52:15,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468.h +26 五月 2020 | 00:52:15,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_2.cpp +26 五月 2020 | 00:52:14,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QualitySettingsWrap1326587468MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207MethodDeclarations.h +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_0.cpp +26 五月 2020 | 00:52:15,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_1.cpp +26 五月 2020 | 00:52:15,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_QueueModeWrap2574678500MethodDeclarations.h +26 五月 2020 | 00:52:15,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883.h +26 五月 2020 | 00:52:15,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderSettingsWrap1204786883MethodDeclarations.h +26 五月 2020 | 00:52:15,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177.h +26 五月 2020 | 00:52:15,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RenderTextureWrap2351002177MethodDeclarations.h +26 五月 2020 | 00:52:15,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829.h +26 五月 2020 | 00:52:15,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RendererWrap3797728829MethodDeclarations.h +26 五月 2020 | 00:52:15,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793.h +26 五月 2020 | 00:52:15,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ResourcesWrap943707793MethodDeclarations.h +26 五月 2020 | 00:52:15,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_2.cpp +26 五月 2020 | 00:52:15,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965.h +26 五月 2020 | 00:52:15,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RigidbodyWrap2605031965MethodDeclarations.h +26 五月 2020 | 00:52:15,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963.h +26 五月 2020 | 00:52:15,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_RuntimePlatformWrap3813426963MethodDeclarations.h +26 五月 2020 | 00:52:15,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_4.cpp +26 五月 2020 | 00:52:15,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600.h +26 五月 2020 | 00:52:15,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScreenWrap323328600MethodDeclarations.h +26 五月 2020 | 00:52:15,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532.h +26 五月 2020 | 00:52:15,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ScriptableObjectWrap1879931532MethodDeclarations.h +26 五月 2020 | 00:52:15,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133.h +26 五月 2020 | 00:52:15,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_ShaderWrap3045091133MethodDeclarations.h +26 五月 2020 | 00:52:15,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670.h +26 五月 2020 | 00:52:15,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SkinnedMeshRendererW3976808670MethodDeclarations.h +26 五月 2020 | 00:52:15,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286.h +26 五月 2020 | 00:52:15,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SleepTimeoutWrap4266270286MethodDeclarations.h +26 五月 2020 | 00:52:15,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566.h +26 五月 2020 | 00:52:15,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SpaceWrap4183779566MethodDeclarations.h +26 五月 2020 | 00:52:15,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271.h +26 五月 2020 | 00:52:15,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_SphereColliderWrap1835330271MethodDeclarations.h +26 五月 2020 | 00:52:15,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953.h +26 五月 2020 | 00:52:15,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_Texture2DWrap1097744953MethodDeclarations.h +26 五月 2020 | 00:52:15,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667.h +26 五月 2020 | 00:52:15,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TextureWrap2329201667MethodDeclarations.h +26 五月 2020 | 00:52:15,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833.h +26 五月 2020 | 00:52:15,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TimeWrap3447096833MethodDeclarations.h +26 五月 2020 | 00:52:15,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709.h +26 五月 2020 | 00:52:15,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +26 五月 2020 | 00:52:15,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TrackedReferenceWrap3687776709MethodDeclarations.h +26 五月 2020 | 00:52:15,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640.h +26 五月 2020 | 00:52:15,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_TransformWrap620733640MethodDeclarations.h +26 五月 2020 | 00:52:15,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459.h +26 五月 2020 | 00:52:15,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WWWWrap1824708459MethodDeclarations.h +26 五月 2020 | 00:52:15,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +26 五月 2020 | 00:52:15,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723.h +26 五月 2020 | 00:52:15,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_CString_0.cpp +26 五月 2020 | 00:52:15,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_UnityEngine_WrapModeWrap884372723MethodDeclarations.h +26 五月 2020 | 00:52:15,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773.h +26 五月 2020 | 00:52:15,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck2645502773MethodDeclarations.h +26 五月 2020 | 00:52:15,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727.h +26 五月 2020 | 00:52:15,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec1199640727MethodDeclarations.h +26 五月 2020 | 00:52:15,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082.h +26 五月 2020 | 00:52:15,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec3928524082MethodDeclarations.h +26 五月 2020 | 00:52:15,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_0.cpp +26 五月 2020 | 00:52:15,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435.h +26 五月 2020 | 00:52:15,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckAssetConfigU3Ec_719249435MethodDeclarations.h +26 五月 2020 | 00:52:15,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589.h +26 五月 2020 | 00:52:15,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterat1903857589MethodDeclarations.h +26 五月 2020 | 00:52:15,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248.h +26 五月 2020 | 00:52:15,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CCheckNetU3Ec__Iterato631832248MethodDeclarations.h +26 五月 2020 | 00:52:15,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_1.cpp +26 五月 2020 | 00:52:15,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998.h +26 五月 2020 | 00:52:15,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CShowTipU3Ec__AnonSto2580800998MethodDeclarations.h +26 五月 2020 | 00:52:15,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831.h +26 五月 2020 | 00:52:15,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3CVersionUpdateCheckU32679256831MethodDeclarations.h +26 五月 2020 | 00:52:15,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215.h +26 五月 2020 | 00:52:15,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VerCheck_U3C__WaitResetU3Ec__Ite3879749215MethodDeclarations.h +26 五月 2020 | 00:52:15,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476.h +26 五月 2020 | 00:52:15,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Version3571588476MethodDeclarations.h +26 五月 2020 | 00:52:15,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464.h +26 五月 2020 | 00:52:15,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VersionWrap4294754464MethodDeclarations.h +26 五月 2020 | 00:52:15,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_10.cpp +26 五月 2020 | 00:52:15,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398.h +26 五月 2020 | 00:52:15,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice67197398MethodDeclarations.h +26 五月 2020 | 00:52:15,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_4.cpp +26 五月 2020 | 00:52:15,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410.h +26 五月 2020 | 00:52:15,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_11.cpp +26 五月 2020 | 00:52:15,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_VoiceWrap2739161410MethodDeclarations.h +26 五月 2020 | 00:52:15,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799.h +26 五月 2020 | 00:52:15,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_12.cpp +26 五月 2020 | 00:52:15,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CDownloadVoiceU3Ec__Iter1938075799MethodDeclarations.h +26 五月 2020 | 00:52:15,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567.h +26 五月 2020 | 00:52:15,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_Voice_U3CUpLoadU3Ec__Iterator02413943567MethodDeclarations.h +26 五月 2020 | 00:52:15,215 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445.h +26 五月 2020 | 00:52:15,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_WXData749608445MethodDeclarations.h +26 五月 2020 | 00:52:15,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_13.cpp +26 五月 2020 | 00:52:15,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991.h +26 五月 2020 | 00:52:15,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_client_NetManagerWrap3095230991MethodDeclarations.h +26 五月 2020 | 00:52:15,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936.h +26 五月 2020 | 00:52:15,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetConfig2225940936MethodDeclarations.h +26 五月 2020 | 00:52:15,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895.h +26 五月 2020 | 00:52:15,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetEntity4171995895MethodDeclarations.h +26 五月 2020 | 00:52:15,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_2.cpp +26 五月 2020 | 00:52:15,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985.h +26 五月 2020 | 00:52:15,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_AssetPack1685299985MethodDeclarations.h +26 五月 2020 | 00:52:15,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652.h +26 五月 2020 | 00:52:15,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_3.cpp +26 五月 2020 | 00:52:15,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClient3034998652MethodDeclarations.h +26 五月 2020 | 00:52:15,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135.h +26 五月 2020 | 00:52:15,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_LuaNetClientWrap3234196135MethodDeclarations.h +26 五月 2020 | 00:52:15,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660.h +26 五月 2020 | 00:52:15,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_4.cpp +26 五月 2020 | 00:52:15,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManager3500023660MethodDeclarations.h +26 五月 2020 | 00:52:15,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207.h +26 五月 2020 | 00:52:15,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\AssemblyU2DCSharp_taurus_unity_ResourcesManagerWrap72230207MethodDeclarations.h +26 五月 2020 | 00:52:15,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +26 五月 2020 | 00:52:15,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_CString_0.cpp +26 五月 2020 | 00:52:15,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_5.cpp +26 五月 2020 | 00:52:15,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_6.cpp +26 五月 2020 | 00:52:15,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_7.cpp +26 五月 2020 | 00:52:15,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_8.cpp +26 五月 2020 | 00:52:15,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Generics_9.cpp +26 五月 2020 | 00:52:15,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_0.cpp +26 五月 2020 | 00:52:15,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_0.cpp +26 五月 2020 | 00:52:15,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Mono.Security_0.cpp +26 五月 2020 | 00:52:15,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_1.cpp +26 五月 2020 | 00:52:15,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Mono.Security_1.cpp +26 五月 2020 | 00:52:15,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_1.cpp +26 五月 2020 | 00:52:15,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_System.Core_0.cpp +26 五月 2020 | 00:52:15,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_10.cpp +26 五月 2020 | 00:52:15,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_System_0.cpp +26 五月 2020 | 00:52:15,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_2.cpp +26 五月 2020 | 00:52:15,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_11.cpp +26 五月 2020 | 00:52:15,308 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_12.cpp +26 五月 2020 | 00:52:15,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_13.cpp +26 五月 2020 | 00:52:15,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_System_1.cpp +26 五月 2020 | 00:52:15,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_2.cpp +26 五月 2020 | 00:52:15,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_3.cpp +26 五月 2020 | 00:52:15,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_System_2.cpp +26 五月 2020 | 00:52:15,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_4.cpp +26 五月 2020 | 00:52:15,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_System_3.cpp +26 五月 2020 | 00:52:15,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_5.cpp +26 五月 2020 | 00:52:15,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_6.cpp +26 五月 2020 | 00:52:15,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_UnityEngine_0.cpp +26 五月 2020 | 00:52:15,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_7.cpp +26 五月 2020 | 00:52:15,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_8.cpp +26 五月 2020 | 00:52:15,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Generics_9.cpp +26 五月 2020 | 00:52:15,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +26 五月 2020 | 00:52:15,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_UnityEngine_1.cpp +26 五月 2020 | 00:52:15,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Mono.Security_0.cpp +26 五月 2020 | 00:52:15,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_UnityEngine_2.cpp +26 五月 2020 | 00:52:15,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Mono.Security_1.cpp +26 五月 2020 | 00:52:15,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_System.Core_0.cpp +26 五月 2020 | 00:52:15,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_UnityEngine_3.cpp +26 五月 2020 | 00:52:15,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_UnityEngine_4.cpp +26 五月 2020 | 00:52:15,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_System_0.cpp +26 五月 2020 | 00:52:15,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_System_1.cpp +26 五月 2020 | 00:52:15,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_0.cpp +26 五月 2020 | 00:52:15,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_4.cpp +26 五月 2020 | 00:52:15,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_System_2.cpp +26 五月 2020 | 00:52:15,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_1.cpp +26 五月 2020 | 00:52:15,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_System_3.cpp +26 五月 2020 | 00:52:15,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_UnityEngine_0.cpp +26 五月 2020 | 00:52:15,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_2.cpp +26 五月 2020 | 00:52:15,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_UnityEngine_1.cpp +26 五月 2020 | 00:52:15,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_UnityEngine_2.cpp +26 五月 2020 | 00:52:15,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_3.cpp +26 五月 2020 | 00:52:15,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +26 五月 2020 | 00:52:15,456 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_UnityEngine_3.cpp +26 五月 2020 | 00:52:15,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_CString_0.cpp +26 五月 2020 | 00:52:15,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_4.cpp +26 五月 2020 | 00:52:15,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_UnityEngine_4.cpp +26 五月 2020 | 00:52:15,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_5.cpp +26 五月 2020 | 00:52:15,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_0.cpp +26 五月 2020 | 00:52:15,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_0.cpp +26 五月 2020 | 00:52:15,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_6.cpp +26 五月 2020 | 00:52:15,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_1.cpp +26 五月 2020 | 00:52:15,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_1.cpp +26 五月 2020 | 00:52:15,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_7.cpp +26 五月 2020 | 00:52:15,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_mscorlib_8.cpp +26 五月 2020 | 00:52:15,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_taurus.unity_0.cpp +26 五月 2020 | 00:52:15,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_2.cpp +26 五月 2020 | 00:52:15,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_10.cpp +26 五月 2020 | 00:52:15,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_11.cpp +26 五月 2020 | 00:52:15,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_12.cpp +26 五月 2020 | 00:52:15,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_3.cpp +26 五月 2020 | 00:52:15,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_13.cpp +26 五月 2020 | 00:52:15,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_4.cpp +26 五月 2020 | 00:52:15,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_taurus_0.cpp +26 五月 2020 | 00:52:15,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_2.cpp +26 五月 2020 | 00:52:15,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_taurus_1.cpp +26 五月 2020 | 00:52:15,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_3.cpp +26 五月 2020 | 00:52:15,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_5.cpp +26 五月 2020 | 00:52:15,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_4.cpp +26 五月 2020 | 00:52:15,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_zxing.unity_0.cpp +26 五月 2020 | 00:52:15,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_zxing.unity_1.cpp +26 五月 2020 | 00:52:15,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896.h +26 五月 2020 | 00:52:15,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_5.cpp +26 五月 2020 | 00:52:15,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896MethodDeclarations.h +26 五月 2020 | 00:52:15,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643.h +26 五月 2020 | 00:52:15,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643MethodDeclarations.h +26 五月 2020 | 00:52:15,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_6.cpp +26 五月 2020 | 00:52:15,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_ArrayTypes.h +26 五月 2020 | 00:52:15,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_7.cpp +26 五月 2020 | 00:52:15,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_6.cpp +26 五月 2020 | 00:52:15,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_8.cpp +26 五月 2020 | 00:52:15,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_CString2237588376.h +26 五月 2020 | 00:52:15,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Generics_9.cpp +26 五月 2020 | 00:52:15,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_CString2237588376MethodDeclarations.h +26 五月 2020 | 00:52:15,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264.h +26 五月 2020 | 00:52:15,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264MethodDeclarations.h +26 五月 2020 | 00:52:15,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:15,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:15,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:15,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:15,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366.h +26 五月 2020 | 00:52:15,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366MethodDeclarations.h +26 五月 2020 | 00:52:15,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_7.cpp +26 五月 2020 | 00:52:15,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GeneratedCodeGen.h +26 五月 2020 | 00:52:15,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GeneratedGenericInterfaceInvokers.h +26 五月 2020 | 00:52:15,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GeneratedGenericVirtualInvokers.h +26 五月 2020 | 00:52:15,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GeneratedInterfaceInvokers.h +26 五月 2020 | 00:52:15,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Mono.Security_0.cpp +26 五月 2020 | 00:52:15,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_mscorlib_8.cpp +26 五月 2020 | 00:52:15,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GeneratedVirtualInvokers.h +26 五月 2020 | 00:52:15,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Mono.Security_1.cpp +26 五月 2020 | 00:52:15,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_taurus.unity_0.cpp +26 五月 2020 | 00:52:15,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_System.Core_0.cpp +26 五月 2020 | 00:52:15,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_System_0.cpp +26 五月 2020 | 00:52:15,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_taurus_0.cpp +26 五月 2020 | 00:52:15,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GenericMethods0.cpp +26 五月 2020 | 00:52:15,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_taurus_1.cpp +26 五月 2020 | 00:52:15,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_zxing.unity_0.cpp +26 五月 2020 | 00:52:15,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\GenericMethods1.cpp +26 五月 2020 | 00:52:15,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_zxing.unity_1.cpp +26 五月 2020 | 00:52:15,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_System_1.cpp +26 五月 2020 | 00:52:15,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896.h +26 五月 2020 | 00:52:15,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896MethodDeclarations.h +26 五月 2020 | 00:52:15,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643.h +26 五月 2020 | 00:52:15,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643MethodDeclarations.h +26 五月 2020 | 00:52:15,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_ArrayTypes.h +26 五月 2020 | 00:52:15,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_CString2237588376.h +26 五月 2020 | 00:52:15,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_CString2237588376MethodDeclarations.h +26 五月 2020 | 00:52:15,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264.h +26 五月 2020 | 00:52:15,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264MethodDeclarations.h +26 五月 2020 | 00:52:15,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:15,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:15,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_System_2.cpp +26 五月 2020 | 00:52:15,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:15,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:15,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366.h +26 五月 2020 | 00:52:15,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_System_3.cpp +26 五月 2020 | 00:52:15,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366MethodDeclarations.h +26 五月 2020 | 00:52:15,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GeneratedCodeGen.h +26 五月 2020 | 00:52:15,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GeneratedGenericInterfaceInvokers.h +26 五月 2020 | 00:52:15,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GeneratedGenericVirtualInvokers.h +26 五月 2020 | 00:52:15,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GeneratedInterfaceInvokers.h +26 五月 2020 | 00:52:15,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GeneratedVirtualInvokers.h +26 五月 2020 | 00:52:15,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_UnityEngine_0.cpp +26 五月 2020 | 00:52:15,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_UnityEngine_1.cpp +26 五月 2020 | 00:52:15,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GenericMethods0.cpp +26 五月 2020 | 00:52:15,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_UnityEngine_2.cpp +26 五月 2020 | 00:52:15,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppAttributes.cpp +26 五月 2020 | 00:52:15,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCcwMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:15,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\GenericMethods1.cpp +26 五月 2020 | 00:52:15,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCodeRegistration.cpp +26 五月 2020 | 00:52:15,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_UnityEngine_3.cpp +26 五月 2020 | 00:52:15,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValuesTable.cpp +26 五月 2020 | 00:52:15,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_UnityEngine_4.cpp +26 五月 2020 | 00:52:15,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_0Table.cpp +26 五月 2020 | 00:52:15,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_10Table.cpp +26 五月 2020 | 00:52:15,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_11Table.cpp +26 五月 2020 | 00:52:15,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_12Table.cpp +26 五月 2020 | 00:52:15,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_13Table.cpp +26 五月 2020 | 00:52:15,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_14Table.cpp +26 五月 2020 | 00:52:15,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_0.cpp +26 五月 2020 | 00:52:15,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_15Table.cpp +26 五月 2020 | 00:52:15,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_16Table.cpp +26 五月 2020 | 00:52:15,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_17Table.cpp +26 五月 2020 | 00:52:15,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_18Table.cpp +26 五月 2020 | 00:52:15,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_19Table.cpp +26 五月 2020 | 00:52:15,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_1Table.cpp +26 五月 2020 | 00:52:15,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_20Table.cpp +26 五月 2020 | 00:52:15,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppAttributes.cpp +26 五月 2020 | 00:52:15,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_21Table.cpp +26 五月 2020 | 00:52:15,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCcwMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:15,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCodeRegistration.cpp +26 五月 2020 | 00:52:15,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_22Table.cpp +26 五月 2020 | 00:52:15,715 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_23Table.cpp +26 五月 2020 | 00:52:15,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_1.cpp +26 五月 2020 | 00:52:15,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_24Table.cpp +26 五月 2020 | 00:52:15,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValuesTable.cpp +26 五月 2020 | 00:52:15,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_25Table.cpp +26 五月 2020 | 00:52:15,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_0Table.cpp +26 五月 2020 | 00:52:15,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_10Table.cpp +26 五月 2020 | 00:52:15,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_26Table.cpp +26 五月 2020 | 00:52:15,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_11Table.cpp +26 五月 2020 | 00:52:15,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_27Table.cpp +26 五月 2020 | 00:52:15,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_12Table.cpp +26 五月 2020 | 00:52:15,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_2Table.cpp +26 五月 2020 | 00:52:15,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_13Table.cpp +26 五月 2020 | 00:52:15,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_3Table.cpp +26 五月 2020 | 00:52:15,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_14Table.cpp +26 五月 2020 | 00:52:15,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_2.cpp +26 五月 2020 | 00:52:15,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_4Table.cpp +26 五月 2020 | 00:52:15,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_5Table.cpp +26 五月 2020 | 00:52:15,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_6Table.cpp +26 五月 2020 | 00:52:15,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_15Table.cpp +26 五月 2020 | 00:52:15,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_16Table.cpp +26 五月 2020 | 00:52:15,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_7Table.cpp +26 五月 2020 | 00:52:15,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_17Table.cpp +26 五月 2020 | 00:52:15,738 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_8Table.cpp +26 五月 2020 | 00:52:15,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_9Table.cpp +26 五月 2020 | 00:52:15,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppDelegateWrappersManagedToNativeTable.cpp +26 五月 2020 | 00:52:15,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_18Table.cpp +26 五月 2020 | 00:52:15,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_19Table.cpp +26 五月 2020 | 00:52:15,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_3.cpp +26 五月 2020 | 00:52:15,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGenericClassTable.cpp +26 五月 2020 | 00:52:15,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_1Table.cpp +26 五月 2020 | 00:52:15,753 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_20Table.cpp +26 五月 2020 | 00:52:15,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_4.cpp +26 五月 2020 | 00:52:15,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_21Table.cpp +26 五月 2020 | 00:52:15,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGenericInstDefinitions.cpp +26 五月 2020 | 00:52:15,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_22Table.cpp +26 五月 2020 | 00:52:15,758 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_23Table.cpp +26 五月 2020 | 00:52:15,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGenericMethodDefinitions.cpp +26 五月 2020 | 00:52:15,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_24Table.cpp +26 五月 2020 | 00:52:15,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_25Table.cpp +26 五月 2020 | 00:52:15,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_26Table.cpp +26 五月 2020 | 00:52:15,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_5.cpp +26 五月 2020 | 00:52:15,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_27Table.cpp +26 五月 2020 | 00:52:15,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_2Table.cpp +26 五月 2020 | 00:52:15,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_3Table.cpp +26 五月 2020 | 00:52:15,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGenericMethodPointerTable.cpp +26 五月 2020 | 00:52:15,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_4Table.cpp +26 五月 2020 | 00:52:15,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_5Table.cpp +26 五月 2020 | 00:52:15,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGenericMethodTable.cpp +26 五月 2020 | 00:52:15,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_6Table.cpp +26 五月 2020 | 00:52:15,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppGuids.cpp +26 五月 2020 | 00:52:15,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_7Table.cpp +26 五月 2020 | 00:52:15,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_6.cpp +26 五月 2020 | 00:52:15,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_8Table.cpp +26 五月 2020 | 00:52:15,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_9Table.cpp +26 五月 2020 | 00:52:15,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppDelegateWrappersManagedToNativeTable.cpp +26 五月 2020 | 00:52:15,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppInvokerTable.cpp +26 五月 2020 | 00:52:15,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:15,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_7.cpp +26 五月 2020 | 00:52:15,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGenericClassTable.cpp +26 五月 2020 | 00:52:15,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppMetadataRegistration.cpp +26 五月 2020 | 00:52:15,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGenericInstDefinitions.cpp +26 五月 2020 | 00:52:15,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_mscorlib_8.cpp +26 五月 2020 | 00:52:15,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_taurus.unity_0.cpp +26 五月 2020 | 00:52:15,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGenericMethodDefinitions.cpp +26 五月 2020 | 00:52:15,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_taurus_0.cpp +26 五月 2020 | 00:52:15,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGenericMethodPointerTable.cpp +26 五月 2020 | 00:52:15,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGenericMethodTable.cpp +26 五月 2020 | 00:52:15,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppGuids.cpp +26 五月 2020 | 00:52:15,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_taurus_1.cpp +26 五月 2020 | 00:52:15,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +26 五月 2020 | 00:52:15,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppInvokerTable.cpp +26 五月 2020 | 00:52:15,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:15,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppMetadataRegistration.cpp +26 五月 2020 | 00:52:15,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_zxing.unity_0.cpp +26 五月 2020 | 00:52:15,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_zxing.unity_1.cpp +26 五月 2020 | 00:52:15,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppMethodPointerTable.cpp +26 五月 2020 | 00:52:15,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896.h +26 五月 2020 | 00:52:15,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppReversePInvokeWrapperTable.cpp +26 五月 2020 | 00:52:15,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_ArrayPool_1_gen3600425896MethodDeclarations.h +26 五月 2020 | 00:52:15,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643.h +26 五月 2020 | 00:52:15,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_ArrayPool_1_gen70490643MethodDeclarations.h +26 五月 2020 | 00:52:15,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_ArrayTypes.h +26 五月 2020 | 00:52:15,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_CString2237588376.h +26 五月 2020 | 00:52:15,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_CString2237588376MethodDeclarations.h +26 五月 2020 | 00:52:15,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264.h +26 五月 2020 | 00:52:15,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppTypeDefinitions.cpp +26 五月 2020 | 00:52:15,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_CString_CStringBlock1080733264MethodDeclarations.h +26 五月 2020 | 00:52:15,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono.Security_ArrayTypes.h +26 五月 2020 | 00:52:15,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +26 五月 2020 | 00:52:15,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:15,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:15,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:15,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:15,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366.h +26 五月 2020 | 00:52:15,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\CString_U3CPrivateImplementationDetailsU3E___Stati3707359366MethodDeclarations.h +26 五月 2020 | 00:52:15,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GeneratedCodeGen.h +26 五月 2020 | 00:52:15,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GeneratedGenericInterfaceInvokers.h +26 五月 2020 | 00:52:15,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GeneratedGenericVirtualInvokers.h +26 五月 2020 | 00:52:15,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Locale4255929014.h +26 五月 2020 | 00:52:15,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:15,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GeneratedInterfaceInvokers.h +26 五月 2020 | 00:52:15,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:15,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:15,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:15,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:15,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:15,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GeneratedVirtualInvokers.h +26 五月 2020 | 00:52:15,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:15,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:15,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:15,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:15,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:15,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167.h +26 五月 2020 | 00:52:15,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167MethodDeclarations.h +26 五月 2020 | 00:52:15,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656.h +26 五月 2020 | 00:52:15,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppMethodPointerTable.cpp +26 五月 2020 | 00:52:15,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656MethodDeclarations.h +26 五月 2020 | 00:52:15,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:15,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppReversePInvokeWrapperTable.cpp +26 五月 2020 | 00:52:15,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:15,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:15,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:15,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:15,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:15,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:15,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GenericMethods0.cpp +26 五月 2020 | 00:52:15,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:15,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:15,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:16,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppTypeDefinitions.cpp +26 五月 2020 | 00:52:16,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383.h +26 五月 2020 | 00:52:16,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\GenericMethods1.cpp +26 五月 2020 | 00:52:16,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono.Security_ArrayTypes.h +26 五月 2020 | 00:52:16,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383MethodDeclarations.h +26 五月 2020 | 00:52:16,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Locale4255929014.h +26 五月 2020 | 00:52:16,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:16,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:16,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:16,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:16,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:16,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:16,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:16,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:16,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:16,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:16,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:16,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874.h +26 五月 2020 | 00:52:16,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167.h +26 五月 2020 | 00:52:16,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874MethodDeclarations.h +26 五月 2020 | 00:52:16,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663.h +26 五月 2020 | 00:52:16,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663MethodDeclarations.h +26 五月 2020 | 00:52:16,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167MethodDeclarations.h +26 五月 2020 | 00:52:16,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656.h +26 五月 2020 | 00:52:16,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656MethodDeclarations.h +26 五月 2020 | 00:52:16,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:16,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppAttributes.cpp +26 五月 2020 | 00:52:16,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:16,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCcwMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:16,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCodeRegistration.cpp +26 五月 2020 | 00:52:16,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084.h +26 五月 2020 | 00:52:16,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValuesTable.cpp +26 五月 2020 | 00:52:16,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_0Table.cpp +26 五月 2020 | 00:52:16,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_10Table.cpp +26 五月 2020 | 00:52:16,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179.h +26 五月 2020 | 00:52:16,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:16,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_11Table.cpp +26 五月 2020 | 00:52:16,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:16,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179MethodDeclarations.h +26 五月 2020 | 00:52:16,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_12Table.cpp +26 五月 2020 | 00:52:16,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332.h +26 五月 2020 | 00:52:16,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_13Table.cpp +26 五月 2020 | 00:52:16,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332MethodDeclarations.h +26 五月 2020 | 00:52:16,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_14Table.cpp +26 五月 2020 | 00:52:16,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593.h +26 五月 2020 | 00:52:16,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593MethodDeclarations.h +26 五月 2020 | 00:52:16,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562.h +26 五月 2020 | 00:52:16,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:16,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562MethodDeclarations.h +26 五月 2020 | 00:52:16,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_15Table.cpp +26 五月 2020 | 00:52:16,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:16,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487.h +26 五月 2020 | 00:52:16,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_16Table.cpp +26 五月 2020 | 00:52:16,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:16,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487MethodDeclarations.h +26 五月 2020 | 00:52:16,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_17Table.cpp +26 五月 2020 | 00:52:16,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:16,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:16,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_18Table.cpp +26 五月 2020 | 00:52:16,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:16,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:16,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_19Table.cpp +26 五月 2020 | 00:52:16,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383.h +26 五月 2020 | 00:52:16,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_1Table.cpp +26 五月 2020 | 00:52:16,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383MethodDeclarations.h +26 五月 2020 | 00:52:16,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_20Table.cpp +26 五月 2020 | 00:52:16,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_21Table.cpp +26 五月 2020 | 00:52:16,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_22Table.cpp +26 五月 2020 | 00:52:16,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_23Table.cpp +26 五月 2020 | 00:52:16,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_24Table.cpp +26 五月 2020 | 00:52:16,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_25Table.cpp +26 五月 2020 | 00:52:16,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874.h +26 五月 2020 | 00:52:16,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:16,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:16,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874MethodDeclarations.h +26 五月 2020 | 00:52:16,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:16,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663.h +26 五月 2020 | 00:52:16,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997.h +26 五月 2020 | 00:52:16,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663MethodDeclarations.h +26 五月 2020 | 00:52:16,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_26Table.cpp +26 五月 2020 | 00:52:16,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997MethodDeclarations.h +26 五月 2020 | 00:52:16,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084.h +26 五月 2020 | 00:52:16,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103.h +26 五月 2020 | 00:52:16,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103MethodDeclarations.h +26 五月 2020 | 00:52:16,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179.h +26 五月 2020 | 00:52:16,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315.h +26 五月 2020 | 00:52:16,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179MethodDeclarations.h +26 五月 2020 | 00:52:16,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332.h +26 五月 2020 | 00:52:16,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332MethodDeclarations.h +26 五月 2020 | 00:52:16,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593.h +26 五月 2020 | 00:52:16,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_27Table.cpp +26 五月 2020 | 00:52:16,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593MethodDeclarations.h +26 五月 2020 | 00:52:16,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_2Table.cpp +26 五月 2020 | 00:52:16,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315MethodDeclarations.h +26 五月 2020 | 00:52:16,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562.h +26 五月 2020 | 00:52:16,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747.h +26 五月 2020 | 00:52:16,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_3Table.cpp +26 五月 2020 | 00:52:16,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562MethodDeclarations.h +26 五月 2020 | 00:52:16,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747MethodDeclarations.h +26 五月 2020 | 00:52:16,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_4Table.cpp +26 五月 2020 | 00:52:16,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487.h +26 五月 2020 | 00:52:16,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709.h +26 五月 2020 | 00:52:16,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_5Table.cpp +26 五月 2020 | 00:52:16,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709MethodDeclarations.h +26 五月 2020 | 00:52:16,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487MethodDeclarations.h +26 五月 2020 | 00:52:16,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:16,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:16,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:16,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:16,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:16,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:16,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997.h +26 五月 2020 | 00:52:16,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_6Table.cpp +26 五月 2020 | 00:52:16,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997MethodDeclarations.h +26 五月 2020 | 00:52:16,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103.h +26 五月 2020 | 00:52:16,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:16,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103MethodDeclarations.h +26 五月 2020 | 00:52:16,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315.h +26 五月 2020 | 00:52:16,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_7Table.cpp +26 五月 2020 | 00:52:16,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:16,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:16,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315MethodDeclarations.h +26 五月 2020 | 00:52:16,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:16,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747.h +26 五月 2020 | 00:52:16,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_8Table.cpp +26 五月 2020 | 00:52:16,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747MethodDeclarations.h +26 五月 2020 | 00:52:16,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216.h +26 五月 2020 | 00:52:16,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppCompilerCalculateTypeValues_9Table.cpp +26 五月 2020 | 00:52:16,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709.h +26 五月 2020 | 00:52:16,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppDelegateWrappersManagedToNativeTable.cpp +26 五月 2020 | 00:52:16,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709MethodDeclarations.h +26 五月 2020 | 00:52:16,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:16,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:16,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGenericClassTable.cpp +26 五月 2020 | 00:52:16,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216MethodDeclarations.h +26 五月 2020 | 00:52:16,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462.h +26 五月 2020 | 00:52:16,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462MethodDeclarations.h +26 五月 2020 | 00:52:16,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846.h +26 五月 2020 | 00:52:16,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846MethodDeclarations.h +26 五月 2020 | 00:52:16,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGenericInstDefinitions.cpp +26 五月 2020 | 00:52:16,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGenericMethodDefinitions.cpp +26 五月 2020 | 00:52:16,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:16,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:16,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433.h +26 五月 2020 | 00:52:16,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433MethodDeclarations.h +26 五月 2020 | 00:52:16,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:16,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:16,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216.h +26 五月 2020 | 00:52:16,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490.h +26 五月 2020 | 00:52:16,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490MethodDeclarations.h +26 五月 2020 | 00:52:16,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295.h +26 五月 2020 | 00:52:16,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216MethodDeclarations.h +26 五月 2020 | 00:52:16,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295MethodDeclarations.h +26 五月 2020 | 00:52:16,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094.h +26 五月 2020 | 00:52:16,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462.h +26 五月 2020 | 00:52:16,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094MethodDeclarations.h +26 五月 2020 | 00:52:16,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462MethodDeclarations.h +26 五月 2020 | 00:52:16,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846.h +26 五月 2020 | 00:52:16,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453.h +26 五月 2020 | 00:52:16,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846MethodDeclarations.h +26 五月 2020 | 00:52:16,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453MethodDeclarations.h +26 五月 2020 | 00:52:16,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255.h +26 五月 2020 | 00:52:16,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGenericMethodPointerTable.cpp +26 五月 2020 | 00:52:16,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255MethodDeclarations.h +26 五月 2020 | 00:52:16,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433.h +26 五月 2020 | 00:52:16,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551.h +26 五月 2020 | 00:52:16,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433MethodDeclarations.h +26 五月 2020 | 00:52:16,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551MethodDeclarations.h +26 五月 2020 | 00:52:16,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490.h +26 五月 2020 | 00:52:16,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488.h +26 五月 2020 | 00:52:16,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490MethodDeclarations.h +26 五月 2020 | 00:52:16,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488MethodDeclarations.h +26 五月 2020 | 00:52:16,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295.h +26 五月 2020 | 00:52:16,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884.h +26 五月 2020 | 00:52:16,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295MethodDeclarations.h +26 五月 2020 | 00:52:16,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884MethodDeclarations.h +26 五月 2020 | 00:52:16,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094.h +26 五月 2020 | 00:52:16,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094MethodDeclarations.h +26 五月 2020 | 00:52:16,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089.h +26 五月 2020 | 00:52:16,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453.h +26 五月 2020 | 00:52:16,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089MethodDeclarations.h +26 五月 2020 | 00:52:16,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453MethodDeclarations.h +26 五月 2020 | 00:52:16,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587.h +26 五月 2020 | 00:52:16,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587MethodDeclarations.h +26 五月 2020 | 00:52:16,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085.h +26 五月 2020 | 00:52:16,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085MethodDeclarations.h +26 五月 2020 | 00:52:16,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGenericMethodTable.cpp +26 五月 2020 | 00:52:16,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719.h +26 五月 2020 | 00:52:16,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255.h +26 五月 2020 | 00:52:16,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppGuids.cpp +26 五月 2020 | 00:52:16,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719MethodDeclarations.h +26 五月 2020 | 00:52:16,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255MethodDeclarations.h +26 五月 2020 | 00:52:16,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548.h +26 五月 2020 | 00:52:16,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548MethodDeclarations.h +26 五月 2020 | 00:52:16,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551.h +26 五月 2020 | 00:52:16,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668.h +26 五月 2020 | 00:52:16,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551MethodDeclarations.h +26 五月 2020 | 00:52:16,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668MethodDeclarations.h +26 五月 2020 | 00:52:16,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088.h +26 五月 2020 | 00:52:16,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088MethodDeclarations.h +26 五月 2020 | 00:52:16,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppInvokerTable.cpp +26 五月 2020 | 00:52:16,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958.h +26 五月 2020 | 00:52:16,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppMarshalingFunctionsTable.cpp +26 五月 2020 | 00:52:16,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958MethodDeclarations.h +26 五月 2020 | 00:52:16,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488.h +26 五月 2020 | 00:52:16,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppMetadataRegistration.cpp +26 五月 2020 | 00:52:16,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488MethodDeclarations.h +26 五月 2020 | 00:52:16,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670.h +26 五月 2020 | 00:52:16,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670MethodDeclarations.h +26 五月 2020 | 00:52:16,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884.h +26 五月 2020 | 00:52:16,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356.h +26 五月 2020 | 00:52:16,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884MethodDeclarations.h +26 五月 2020 | 00:52:16,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356MethodDeclarations.h +26 五月 2020 | 00:52:16,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089.h +26 五月 2020 | 00:52:16,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473.h +26 五月 2020 | 00:52:16,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089MethodDeclarations.h +26 五月 2020 | 00:52:16,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473MethodDeclarations.h +26 五月 2020 | 00:52:16,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587.h +26 五月 2020 | 00:52:16,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587MethodDeclarations.h +26 五月 2020 | 00:52:16,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085.h +26 五月 2020 | 00:52:16,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085MethodDeclarations.h +26 五月 2020 | 00:52:16,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417.h +26 五月 2020 | 00:52:16,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417MethodDeclarations.h +26 五月 2020 | 00:52:16,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944.h +26 五月 2020 | 00:52:16,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719.h +26 五月 2020 | 00:52:16,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719MethodDeclarations.h +26 五月 2020 | 00:52:16,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944MethodDeclarations.h +26 五月 2020 | 00:52:16,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548.h +26 五月 2020 | 00:52:16,244 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250.h +26 五月 2020 | 00:52:16,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548MethodDeclarations.h +26 五月 2020 | 00:52:16,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250MethodDeclarations.h +26 五月 2020 | 00:52:16,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668.h +26 五月 2020 | 00:52:16,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374.h +26 五月 2020 | 00:52:16,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668MethodDeclarations.h +26 五月 2020 | 00:52:16,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374MethodDeclarations.h +26 五月 2020 | 00:52:16,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088.h +26 五月 2020 | 00:52:16,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088MethodDeclarations.h +26 五月 2020 | 00:52:16,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042.h +26 五月 2020 | 00:52:16,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042MethodDeclarations.h +26 五月 2020 | 00:52:16,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958.h +26 五月 2020 | 00:52:16,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958MethodDeclarations.h +26 五月 2020 | 00:52:16,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670.h +26 五月 2020 | 00:52:16,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466.h +26 五月 2020 | 00:52:16,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466MethodDeclarations.h +26 五月 2020 | 00:52:16,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670MethodDeclarations.h +26 五月 2020 | 00:52:16,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570.h +26 五月 2020 | 00:52:16,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +26 五月 2020 | 00:52:16,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356.h +26 五月 2020 | 00:52:16,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356MethodDeclarations.h +26 五月 2020 | 00:52:16,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473.h +26 五月 2020 | 00:52:16,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570MethodDeclarations.h +26 五月 2020 | 00:52:16,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473MethodDeclarations.h +26 五月 2020 | 00:52:16,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076.h +26 五月 2020 | 00:52:16,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076MethodDeclarations.h +26 五月 2020 | 00:52:16,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417.h +26 五月 2020 | 00:52:16,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417MethodDeclarations.h +26 五月 2020 | 00:52:16,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944.h +26 五月 2020 | 00:52:16,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944MethodDeclarations.h +26 五月 2020 | 00:52:16,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250.h +26 五月 2020 | 00:52:16,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250MethodDeclarations.h +26 五月 2020 | 00:52:16,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469.h +26 五月 2020 | 00:52:16,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374.h +26 五月 2020 | 00:52:16,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469MethodDeclarations.h +26 五月 2020 | 00:52:16,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374MethodDeclarations.h +26 五月 2020 | 00:52:16,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965.h +26 五月 2020 | 00:52:16,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965MethodDeclarations.h +26 五月 2020 | 00:52:16,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042.h +26 五月 2020 | 00:52:16,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042MethodDeclarations.h +26 五月 2020 | 00:52:16,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320.h +26 五月 2020 | 00:52:16,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466.h +26 五月 2020 | 00:52:16,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466MethodDeclarations.h +26 五月 2020 | 00:52:16,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320MethodDeclarations.h +26 五月 2020 | 00:52:16,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570.h +26 五月 2020 | 00:52:16,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523.h +26 五月 2020 | 00:52:16,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523MethodDeclarations.h +26 五月 2020 | 00:52:16,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppMethodPointerTable.cpp +26 五月 2020 | 00:52:16,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050.h +26 五月 2020 | 00:52:16,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050MethodDeclarations.h +26 五月 2020 | 00:52:16,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629.h +26 五月 2020 | 00:52:16,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppReversePInvokeWrapperTable.cpp +26 五月 2020 | 00:52:16,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570MethodDeclarations.h +26 五月 2020 | 00:52:16,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629MethodDeclarations.h +26 五月 2020 | 00:52:16,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211.h +26 五月 2020 | 00:52:16,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076.h +26 五月 2020 | 00:52:16,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211MethodDeclarations.h +26 五月 2020 | 00:52:16,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267.h +26 五月 2020 | 00:52:16,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076MethodDeclarations.h +26 五月 2020 | 00:52:16,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267MethodDeclarations.h +26 五月 2020 | 00:52:16,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930.h +26 五月 2020 | 00:52:16,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469.h +26 五月 2020 | 00:52:16,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930MethodDeclarations.h +26 五月 2020 | 00:52:16,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469MethodDeclarations.h +26 五月 2020 | 00:52:16,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418.h +26 五月 2020 | 00:52:16,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965.h +26 五月 2020 | 00:52:16,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965MethodDeclarations.h +26 五月 2020 | 00:52:16,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418MethodDeclarations.h +26 五月 2020 | 00:52:16,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320.h +26 五月 2020 | 00:52:16,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928.h +26 五月 2020 | 00:52:16,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320MethodDeclarations.h +26 五月 2020 | 00:52:16,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523.h +26 五月 2020 | 00:52:16,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928MethodDeclarations.h +26 五月 2020 | 00:52:16,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523MethodDeclarations.h +26 五月 2020 | 00:52:16,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584.h +26 五月 2020 | 00:52:16,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584MethodDeclarations.h +26 五月 2020 | 00:52:16,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppTypeDefinitions.cpp +26 五月 2020 | 00:52:16,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050.h +26 五月 2020 | 00:52:16,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono.Security_ArrayTypes.h +26 五月 2020 | 00:52:16,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050MethodDeclarations.h +26 五月 2020 | 00:52:16,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132.h +26 五月 2020 | 00:52:16,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132MethodDeclarations.h +26 五月 2020 | 00:52:16,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629.h +26 五月 2020 | 00:52:16,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603.h +26 五月 2020 | 00:52:16,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629MethodDeclarations.h +26 五月 2020 | 00:52:16,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603MethodDeclarations.h +26 五月 2020 | 00:52:16,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211.h +26 五月 2020 | 00:52:16,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353.h +26 五月 2020 | 00:52:16,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211MethodDeclarations.h +26 五月 2020 | 00:52:16,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Locale4255929014.h +26 五月 2020 | 00:52:16,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353MethodDeclarations.h +26 五月 2020 | 00:52:16,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:16,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267.h +26 五月 2020 | 00:52:16,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:16,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267MethodDeclarations.h +26 五月 2020 | 00:52:16,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:16,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930.h +26 五月 2020 | 00:52:16,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:16,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930MethodDeclarations.h +26 五月 2020 | 00:52:16,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:16,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418.h +26 五月 2020 | 00:52:16,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:16,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418MethodDeclarations.h +26 五月 2020 | 00:52:16,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:16,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928.h +26 五月 2020 | 00:52:16,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:16,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928MethodDeclarations.h +26 五月 2020 | 00:52:16,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:16,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584.h +26 五月 2020 | 00:52:16,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:16,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584MethodDeclarations.h +26 五月 2020 | 00:52:16,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:16,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132.h +26 五月 2020 | 00:52:16,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132MethodDeclarations.h +26 五月 2020 | 00:52:16,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603.h +26 五月 2020 | 00:52:16,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977.h +26 五月 2020 | 00:52:16,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167.h +26 五月 2020 | 00:52:16,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603MethodDeclarations.h +26 五月 2020 | 00:52:16,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_PrimeGener1053438167MethodDeclarations.h +26 五月 2020 | 00:52:16,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977MethodDeclarations.h +26 五月 2020 | 00:52:16,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656.h +26 五月 2020 | 00:52:16,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_Generator_SequentialS463670656MethodDeclarations.h +26 五月 2020 | 00:52:16,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:16,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353.h +26 五月 2020 | 00:52:16,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:16,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122.h +26 五月 2020 | 00:52:16,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353MethodDeclarations.h +26 五月 2020 | 00:52:16,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122MethodDeclarations.h +26 五月 2020 | 00:52:16,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:16,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977.h +26 五月 2020 | 00:52:16,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:16,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321.h +26 五月 2020 | 00:52:16,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977MethodDeclarations.h +26 五月 2020 | 00:52:16,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321MethodDeclarations.h +26 五月 2020 | 00:52:16,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680.h +26 五月 2020 | 00:52:16,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680MethodDeclarations.h +26 五月 2020 | 00:52:16,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551.h +26 五月 2020 | 00:52:16,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551MethodDeclarations.h +26 五月 2020 | 00:52:16,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812.h +26 五月 2020 | 00:52:16,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812MethodDeclarations.h +26 五月 2020 | 00:52:16,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:16,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122.h +26 五月 2020 | 00:52:16,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211.h +26 五月 2020 | 00:52:16,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122MethodDeclarations.h +26 五月 2020 | 00:52:16,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211MethodDeclarations.h +26 五月 2020 | 00:52:16,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321.h +26 五月 2020 | 00:52:16,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859.h +26 五月 2020 | 00:52:16,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321MethodDeclarations.h +26 五月 2020 | 00:52:16,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859MethodDeclarations.h +26 五月 2020 | 00:52:16,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680.h +26 五月 2020 | 00:52:16,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132.h +26 五月 2020 | 00:52:16,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680MethodDeclarations.h +26 五月 2020 | 00:52:16,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132MethodDeclarations.h +26 五月 2020 | 00:52:16,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551.h +26 五月 2020 | 00:52:16,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182.h +26 五月 2020 | 00:52:16,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551MethodDeclarations.h +26 五月 2020 | 00:52:16,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182MethodDeclarations.h +26 五月 2020 | 00:52:16,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812.h +26 五月 2020 | 00:52:16,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:16,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812MethodDeclarations.h +26 五月 2020 | 00:52:16,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:16,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211.h +26 五月 2020 | 00:52:16,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:16,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211MethodDeclarations.h +26 五月 2020 | 00:52:16,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:16,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859.h +26 五月 2020 | 00:52:16,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:16,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859MethodDeclarations.h +26 五月 2020 | 00:52:16,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383.h +26 五月 2020 | 00:52:16,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951.h +26 五月 2020 | 00:52:16,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_ARC4Manag3379271383MethodDeclarations.h +26 五月 2020 | 00:52:16,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132.h +26 五月 2020 | 00:52:16,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132MethodDeclarations.h +26 五月 2020 | 00:52:16,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182.h +26 五月 2020 | 00:52:16,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182MethodDeclarations.h +26 五月 2020 | 00:52:16,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951MethodDeclarations.h +26 五月 2020 | 00:52:16,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686.h +26 五月 2020 | 00:52:16,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874.h +26 五月 2020 | 00:52:16,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951.h +26 五月 2020 | 00:52:16,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686MethodDeclarations.h +26 五月 2020 | 00:52:16,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240.h +26 五月 2020 | 00:52:16,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240MethodDeclarations.h +26 五月 2020 | 00:52:16,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375.h +26 五月 2020 | 00:52:16,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375MethodDeclarations.h +26 五月 2020 | 00:52:16,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_CryptoCon4146607874MethodDeclarations.h +26 五月 2020 | 00:52:16,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947.h +26 五月 2020 | 00:52:16,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947MethodDeclarations.h +26 五月 2020 | 00:52:16,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663.h +26 五月 2020 | 00:52:16,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488.h +26 五月 2020 | 00:52:16,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951MethodDeclarations.h +26 五月 2020 | 00:52:16,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_HMAC2707728663MethodDeclarations.h +26 五月 2020 | 00:52:16,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488MethodDeclarations.h +26 五月 2020 | 00:52:16,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686.h +26 五月 2020 | 00:52:16,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084.h +26 五月 2020 | 00:52:16,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_KeyBuilde3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686MethodDeclarations.h +26 五月 2020 | 00:52:16,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183.h +26 五月 2020 | 00:52:16,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179.h +26 五月 2020 | 00:52:16,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183MethodDeclarations.h +26 五月 2020 | 00:52:16,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240.h +26 五月 2020 | 00:52:16,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2726199179MethodDeclarations.h +26 五月 2020 | 00:52:16,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261.h +26 五月 2020 | 00:52:16,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240MethodDeclarations.h +26 五月 2020 | 00:52:16,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332.h +26 五月 2020 | 00:52:16,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375.h +26 五月 2020 | 00:52:16,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261MethodDeclarations.h +26 五月 2020 | 00:52:16,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD2Manage1421454332MethodDeclarations.h +26 五月 2020 | 00:52:16,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375MethodDeclarations.h +26 五月 2020 | 00:52:16,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:16,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947.h +26 五月 2020 | 00:52:16,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:16,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947MethodDeclarations.h +26 五月 2020 | 00:52:16,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016.h +26 五月 2020 | 00:52:16,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488.h +26 五月 2020 | 00:52:16,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488MethodDeclarations.h +26 五月 2020 | 00:52:16,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183.h +26 五月 2020 | 00:52:16,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183MethodDeclarations.h +26 五月 2020 | 00:52:16,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261.h +26 五月 2020 | 00:52:16,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261MethodDeclarations.h +26 五月 2020 | 00:52:16,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593.h +26 五月 2020 | 00:52:16,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:16,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD41888998593MethodDeclarations.h +26 五月 2020 | 00:52:16,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:16,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016MethodDeclarations.h +26 五月 2020 | 00:52:16,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562.h +26 五月 2020 | 00:52:16,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:16,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016.h +26 五月 2020 | 00:52:16,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD4Manage2176273562MethodDeclarations.h +26 五月 2020 | 00:52:16,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:16,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:16,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:16,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:16,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487.h +26 五月 2020 | 00:52:16,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016MethodDeclarations.h +26 五月 2020 | 00:52:16,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:16,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:16,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522.h +26 五月 2020 | 00:52:16,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_MD5SHA13340472487MethodDeclarations.h +26 五月 2020 | 00:52:16,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:16,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522MethodDeclarations.h +26 五月 2020 | 00:52:16,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:16,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:16,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:16,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:16,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:16,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:16,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:16,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997.h +26 五月 2020 | 00:52:16,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:16,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Enc1722354997MethodDeclarations.h +26 五月 2020 | 00:52:16,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522.h +26 五月 2020 | 00:52:16,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865.h +26 五月 2020 | 00:52:16,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103.h +26 五月 2020 | 00:52:16,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522MethodDeclarations.h +26 五月 2020 | 00:52:16,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865MethodDeclarations.h +26 五月 2020 | 00:52:16,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_PKCS8_Priva92917103MethodDeclarations.h +26 五月 2020 | 00:52:16,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907.h +26 五月 2020 | 00:52:16,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315.h +26 五月 2020 | 00:52:16,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907MethodDeclarations.h +26 五月 2020 | 00:52:16,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865.h +26 五月 2020 | 00:52:16,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920.h +26 五月 2020 | 00:52:16,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865MethodDeclarations.h +26 五月 2020 | 00:52:16,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920MethodDeclarations.h +26 五月 2020 | 00:52:16,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RC42789934315MethodDeclarations.h +26 五月 2020 | 00:52:16,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907.h +26 五月 2020 | 00:52:16,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747.h +26 五月 2020 | 00:52:16,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907MethodDeclarations.h +26 五月 2020 | 00:52:16,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManage3034748747MethodDeclarations.h +26 五月 2020 | 00:52:16,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920.h +26 五月 2020 | 00:52:16,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920MethodDeclarations.h +26 五月 2020 | 00:52:16,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709.h +26 五月 2020 | 00:52:16,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Cryptography_RSAManaged108853709MethodDeclarations.h +26 五月 2020 | 00:52:16,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:16,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837.h +26 五月 2020 | 00:52:16,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:16,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837MethodDeclarations.h +26 五月 2020 | 00:52:16,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837.h +26 五月 2020 | 00:52:16,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:16,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844.h +26 五月 2020 | 00:52:16,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837MethodDeclarations.h +26 五月 2020 | 00:52:16,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:16,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844MethodDeclarations.h +26 五月 2020 | 00:52:16,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844.h +26 五月 2020 | 00:52:16,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:16,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:16,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839.h +26 五月 2020 | 00:52:16,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:16,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839MethodDeclarations.h +26 五月 2020 | 00:52:16,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:16,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563.h +26 五月 2020 | 00:52:16,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844MethodDeclarations.h +26 五月 2020 | 00:52:16,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216.h +26 五月 2020 | 00:52:16,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:16,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:16,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839.h +26 五月 2020 | 00:52:16,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563MethodDeclarations.h +26 五月 2020 | 00:52:16,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839MethodDeclarations.h +26 五月 2020 | 00:52:16,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066.h +26 五月 2020 | 00:52:16,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563.h +26 五月 2020 | 00:52:16,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066MethodDeclarations.h +26 五月 2020 | 00:52:16,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398.h +26 五月 2020 | 00:52:16,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398MethodDeclarations.h +26 五月 2020 | 00:52:16,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:16,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Alert3405955216MethodDeclarations.h +26 五月 2020 | 00:52:16,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:16,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462.h +26 五月 2020 | 00:52:16,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertDescr844791462MethodDeclarations.h +26 五月 2020 | 00:52:16,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846.h +26 五月 2020 | 00:52:16,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_AlertLeve1706602846MethodDeclarations.h +26 五月 2020 | 00:52:16,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563MethodDeclarations.h +26 五月 2020 | 00:52:16,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:16,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:16,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334.h +26 五月 2020 | 00:52:16,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334MethodDeclarations.h +26 五月 2020 | 00:52:16,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092.h +26 五月 2020 | 00:52:16,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433.h +26 五月 2020 | 00:52:16,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092MethodDeclarations.h +26 五月 2020 | 00:52:16,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066.h +26 五月 2020 | 00:52:16,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331.h +26 五月 2020 | 00:52:16,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066MethodDeclarations.h +26 五月 2020 | 00:52:16,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3318447433MethodDeclarations.h +26 五月 2020 | 00:52:16,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331MethodDeclarations.h +26 五月 2020 | 00:52:16,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398.h +26 五月 2020 | 00:52:16,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954.h +26 五月 2020 | 00:52:16,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954MethodDeclarations.h +26 五月 2020 | 00:52:16,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398MethodDeclarations.h +26 五月 2020 | 00:52:16,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:16,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:16,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921.h +26 五月 2020 | 00:52:16,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:16,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490.h +26 五月 2020 | 00:52:16,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:16,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921MethodDeclarations.h +26 五月 2020 | 00:52:16,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certifica3721235490MethodDeclarations.h +26 五月 2020 | 00:52:16,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334.h +26 五月 2020 | 00:52:16,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745.h +26 五月 2020 | 00:52:16,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334MethodDeclarations.h +26 五月 2020 | 00:52:16,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745MethodDeclarations.h +26 五月 2020 | 00:52:16,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295.h +26 五月 2020 | 00:52:16,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275.h +26 五月 2020 | 00:52:16,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092.h +26 五月 2020 | 00:52:16,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275MethodDeclarations.h +26 五月 2020 | 00:52:16,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092MethodDeclarations.h +26 五月 2020 | 00:52:16,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Certificat989458295MethodDeclarations.h +26 五月 2020 | 00:52:16,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331.h +26 五月 2020 | 00:52:16,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331MethodDeclarations.h +26 五月 2020 | 00:52:16,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802.h +26 五月 2020 | 00:52:16,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802MethodDeclarations.h +26 五月 2020 | 00:52:16,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094.h +26 五月 2020 | 00:52:16,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954.h +26 五月 2020 | 00:52:16,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954MethodDeclarations.h +26 五月 2020 | 00:52:16,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804.h +26 五月 2020 | 00:52:16,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherAlg4212518094MethodDeclarations.h +26 五月 2020 | 00:52:16,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804MethodDeclarations.h +26 五月 2020 | 00:52:16,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921.h +26 五月 2020 | 00:52:16,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System.Core_ArrayTypes.h +26 五月 2020 | 00:52:16,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921MethodDeclarations.h +26 五月 2020 | 00:52:16,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453.h +26 五月 2020 | 00:52:16,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_ArrayTypes.h +26 五月 2020 | 00:52:16,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745.h +26 五月 2020 | 00:52:16,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui2431504453MethodDeclarations.h +26 五月 2020 | 00:52:16,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745MethodDeclarations.h +26 五月 2020 | 00:52:16,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275.h +26 五月 2020 | 00:52:16,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275MethodDeclarations.h +26 五月 2020 | 00:52:16,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255.h +26 五月 2020 | 00:52:16,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802.h +26 五月 2020 | 00:52:16,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802MethodDeclarations.h +26 五月 2020 | 00:52:16,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSui3273693255MethodDeclarations.h +26 五月 2020 | 00:52:16,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804.h +26 五月 2020 | 00:52:16,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Locale4255929014.h +26 五月 2020 | 00:52:16,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551.h +26 五月 2020 | 00:52:16,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804MethodDeclarations.h +26 五月 2020 | 00:52:16,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:16,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System.Core_ArrayTypes.h +26 五月 2020 | 00:52:16,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:16,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_ArrayTypes.h +26 五月 2020 | 00:52:16,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013.h +26 五月 2020 | 00:52:16,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_CipherSuit491456551MethodDeclarations.h +26 五月 2020 | 00:52:16,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013MethodDeclarations.h +26 五月 2020 | 00:52:16,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488.h +26 五月 2020 | 00:52:16,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientCon3002158488MethodDeclarations.h +26 五月 2020 | 00:52:16,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Locale4255929014.h +26 五月 2020 | 00:52:16,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action3226471752.h +26 五月 2020 | 00:52:16,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:16,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884.h +26 五月 2020 | 00:52:16,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action3226471752MethodDeclarations.h +26 五月 2020 | 00:52:16,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:16,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientRec2694504884MethodDeclarations.h +26 五月 2020 | 00:52:16,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138.h +26 五月 2020 | 00:52:16,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089.h +26 五月 2020 | 00:52:16,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138MethodDeclarations.h +26 五月 2020 | 00:52:16,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3468069089MethodDeclarations.h +26 五月 2020 | 00:52:16,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304.h +26 五月 2020 | 00:52:16,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587.h +26 五月 2020 | 00:52:16,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304MethodDeclarations.h +26 五月 2020 | 00:52:16,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ClientSes3595945587MethodDeclarations.h +26 五月 2020 | 00:52:16,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085.h +26 五月 2020 | 00:52:16,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ContentTyp859870085MethodDeclarations.h +26 五月 2020 | 00:52:16,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719.h +26 五月 2020 | 00:52:16,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013.h +26 五月 2020 | 00:52:16,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Context4285182719MethodDeclarations.h +26 五月 2020 | 00:52:16,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013MethodDeclarations.h +26 五月 2020 | 00:52:16,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action3226471752.h +26 五月 2020 | 00:52:16,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548.h +26 五月 2020 | 00:52:16,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000.h +26 五月 2020 | 00:52:16,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ExchangeAl954949548MethodDeclarations.h +26 五月 2020 | 00:52:16,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000MethodDeclarations.h +26 五月 2020 | 00:52:16,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action3226471752MethodDeclarations.h +26 五月 2020 | 00:52:16,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668.h +26 五月 2020 | 00:52:16,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138.h +26 五月 2020 | 00:52:16,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1289300668MethodDeclarations.h +26 五月 2020 | 00:52:16,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138MethodDeclarations.h +26 五月 2020 | 00:52:16,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304.h +26 五月 2020 | 00:52:16,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088.h +26 五月 2020 | 00:52:16,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304MethodDeclarations.h +26 五月 2020 | 00:52:16,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1820731088MethodDeclarations.h +26 五月 2020 | 00:52:16,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958.h +26 五月 2020 | 00:52:16,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511.h +26 五月 2020 | 00:52:16,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake1869592958MethodDeclarations.h +26 五月 2020 | 00:52:16,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511MethodDeclarations.h +26 五月 2020 | 00:52:16,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670.h +26 五月 2020 | 00:52:16,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995.h +26 五月 2020 | 00:52:16,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2172608670MethodDeclarations.h +26 五月 2020 | 00:52:16,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995MethodDeclarations.h +26 五月 2020 | 00:52:16,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356.h +26 五月 2020 | 00:52:16,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479.h +26 五月 2020 | 00:52:16,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000.h +26 五月 2020 | 00:52:16,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2187269356MethodDeclarations.h +26 五月 2020 | 00:52:16,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479MethodDeclarations.h +26 五月 2020 | 00:52:16,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000MethodDeclarations.h +26 五月 2020 | 00:52:16,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473.h +26 五月 2020 | 00:52:16,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2537917473MethodDeclarations.h +26 五月 2020 | 00:52:16,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148.h +26 五月 2020 | 00:52:16,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417.h +26 五月 2020 | 00:52:16,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2540099417MethodDeclarations.h +26 五月 2020 | 00:52:16,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148MethodDeclarations.h +26 五月 2020 | 00:52:16,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944.h +26 五月 2020 | 00:52:16,624 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631.h +26 五月 2020 | 00:52:16,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake2939633944MethodDeclarations.h +26 五月 2020 | 00:52:16,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631MethodDeclarations.h +26 五月 2020 | 00:52:16,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250.h +26 五月 2020 | 00:52:16,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511.h +26 五月 2020 | 00:52:16,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084.h +26 五月 2020 | 00:52:16,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3808761250MethodDeclarations.h +26 五月 2020 | 00:52:16,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084MethodDeclarations.h +26 五月 2020 | 00:52:16,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511MethodDeclarations.h +26 五月 2020 | 00:52:16,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302.h +26 五月 2020 | 00:52:16,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374.h +26 五月 2020 | 00:52:16,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995.h +26 五月 2020 | 00:52:16,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3938752374MethodDeclarations.h +26 五月 2020 | 00:52:16,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302MethodDeclarations.h +26 五月 2020 | 00:52:16,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042.h +26 五月 2020 | 00:52:16,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587.h +26 五月 2020 | 00:52:16,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995MethodDeclarations.h +26 五月 2020 | 00:52:16,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587MethodDeclarations.h +26 五月 2020 | 00:52:16,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake3939745042MethodDeclarations.h +26 五月 2020 | 00:52:16,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479.h +26 五月 2020 | 00:52:16,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466.h +26 五月 2020 | 00:52:16,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588.h +26 五月 2020 | 00:52:16,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479MethodDeclarations.h +26 五月 2020 | 00:52:16,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4001384466MethodDeclarations.h +26 五月 2020 | 00:52:16,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588MethodDeclarations.h +26 五月 2020 | 00:52:16,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570.h +26 五月 2020 | 00:52:16,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453.h +26 五月 2020 | 00:52:16,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453MethodDeclarations.h +26 五月 2020 | 00:52:16,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake4150496570MethodDeclarations.h +26 五月 2020 | 00:52:16,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148.h +26 五月 2020 | 00:52:16,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076.h +26 五月 2020 | 00:52:16,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297.h +26 五月 2020 | 00:52:16,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148MethodDeclarations.h +26 五月 2020 | 00:52:16,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297MethodDeclarations.h +26 五月 2020 | 00:52:16,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_530021076MethodDeclarations.h +26 五月 2020 | 00:52:16,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631.h +26 五月 2020 | 00:52:16,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078.h +26 五月 2020 | 00:52:16,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631MethodDeclarations.h +26 五月 2020 | 00:52:16,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469.h +26 五月 2020 | 00:52:16,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078MethodDeclarations.h +26 五月 2020 | 00:52:16,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Handshake_905088469MethodDeclarations.h +26 五月 2020 | 00:52:16,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084.h +26 五月 2020 | 00:52:16,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888.h +26 五月 2020 | 00:52:16,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965.h +26 五月 2020 | 00:52:16,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084MethodDeclarations.h +26 五月 2020 | 00:52:16,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HashAlgor1654661965MethodDeclarations.h +26 五月 2020 | 00:52:16,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888MethodDeclarations.h +26 五月 2020 | 00:52:16,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302.h +26 五月 2020 | 00:52:16,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545.h +26 五月 2020 | 00:52:16,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320.h +26 五月 2020 | 00:52:16,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302MethodDeclarations.h +26 五月 2020 | 00:52:16,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545MethodDeclarations.h +26 五月 2020 | 00:52:16,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_HttpsClie3823629320MethodDeclarations.h +26 五月 2020 | 00:52:16,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587.h +26 五月 2020 | 00:52:16,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523.h +26 五月 2020 | 00:52:16,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587MethodDeclarations.h +26 五月 2020 | 00:52:16,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_PrivateKe1663566523MethodDeclarations.h +26 五月 2020 | 00:52:16,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588.h +26 五月 2020 | 00:52:16,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050.h +26 五月 2020 | 00:52:16,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588MethodDeclarations.h +26 五月 2020 | 00:52:16,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSig1282301050MethodDeclarations.h +26 五月 2020 | 00:52:16,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453.h +26 五月 2020 | 00:52:16,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629.h +26 五月 2020 | 00:52:16,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642.h +26 五月 2020 | 00:52:16,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RSASslSign389653629MethodDeclarations.h +26 五月 2020 | 00:52:16,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453MethodDeclarations.h +26 五月 2020 | 00:52:16,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211.h +26 五月 2020 | 00:52:16,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro1946181211MethodDeclarations.h +26 五月 2020 | 00:52:16,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267.h +26 五月 2020 | 00:52:16,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642MethodDeclarations.h +26 五月 2020 | 00:52:16,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordPro3166895267MethodDeclarations.h +26 五月 2020 | 00:52:16,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297.h +26 五月 2020 | 00:52:16,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930.h +26 五月 2020 | 00:52:16,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643.h +26 五月 2020 | 00:52:16,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297MethodDeclarations.h +26 五月 2020 | 00:52:16,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_RecordProt173216930MethodDeclarations.h +26 五月 2020 | 00:52:16,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643MethodDeclarations.h +26 五月 2020 | 00:52:16,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078.h +26 五月 2020 | 00:52:16,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418.h +26 五月 2020 | 00:52:16,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644.h +26 五月 2020 | 00:52:16,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityC3722381418MethodDeclarations.h +26 五月 2020 | 00:52:16,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078MethodDeclarations.h +26 五月 2020 | 00:52:16,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928.h +26 五月 2020 | 00:52:16,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888.h +26 五月 2020 | 00:52:16,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888MethodDeclarations.h +26 五月 2020 | 00:52:16,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545.h +26 五月 2020 | 00:52:16,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545MethodDeclarations.h +26 五月 2020 | 00:52:16,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642.h +26 五月 2020 | 00:52:16,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityP2290372928MethodDeclarations.h +26 五月 2020 | 00:52:16,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644MethodDeclarations.h +26 五月 2020 | 00:52:16,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584.h +26 五月 2020 | 00:52:16,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311.h +26 五月 2020 | 00:52:16,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SecurityPr155967584MethodDeclarations.h +26 五月 2020 | 00:52:16,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642MethodDeclarations.h +26 五月 2020 | 00:52:16,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643.h +26 五月 2020 | 00:52:16,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643MethodDeclarations.h +26 五月 2020 | 00:52:16,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132.h +26 五月 2020 | 00:52:16,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644.h +26 五月 2020 | 00:52:16,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_ServerCon3823737132MethodDeclarations.h +26 五月 2020 | 00:52:16,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644MethodDeclarations.h +26 五月 2020 | 00:52:16,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603.h +26 五月 2020 | 00:52:16,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311MethodDeclarations.h +26 五月 2020 | 00:52:16,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311.h +26 五月 2020 | 00:52:16,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslCipher1404755603MethodDeclarations.h +26 五月 2020 | 00:52:16,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102.h +26 五月 2020 | 00:52:16,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102MethodDeclarations.h +26 五月 2020 | 00:52:16,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169.h +26 五月 2020 | 00:52:16,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311MethodDeclarations.h +26 五月 2020 | 00:52:16,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353.h +26 五月 2020 | 00:52:16,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169MethodDeclarations.h +26 五月 2020 | 00:52:16,714 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslClient3918817353MethodDeclarations.h +26 五月 2020 | 00:52:16,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102.h +26 五月 2020 | 00:52:16,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145.h +26 五月 2020 | 00:52:16,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102MethodDeclarations.h +26 五月 2020 | 00:52:16,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145MethodDeclarations.h +26 五月 2020 | 00:52:16,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180.h +26 五月 2020 | 00:52:16,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180MethodDeclarations.h +26 五月 2020 | 00:52:16,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298.h +26 五月 2020 | 00:52:16,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298MethodDeclarations.h +26 五月 2020 | 00:52:16,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977.h +26 五月 2020 | 00:52:16,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169.h +26 五月 2020 | 00:52:16,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572.h +26 五月 2020 | 00:52:16,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslHandsh3044322977MethodDeclarations.h +26 五月 2020 | 00:52:16,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169MethodDeclarations.h +26 五月 2020 | 00:52:16,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572MethodDeclarations.h +26 五月 2020 | 00:52:16,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145.h +26 五月 2020 | 00:52:16,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145MethodDeclarations.h +26 五月 2020 | 00:52:16,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180.h +26 五月 2020 | 00:52:16,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180MethodDeclarations.h +26 五月 2020 | 00:52:16,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190.h +26 五月 2020 | 00:52:16,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122.h +26 五月 2020 | 00:52:16,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298.h +26 五月 2020 | 00:52:16,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190MethodDeclarations.h +26 五月 2020 | 00:52:16,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStream1610391122MethodDeclarations.h +26 五月 2020 | 00:52:16,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774.h +26 五月 2020 | 00:52:16,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321.h +26 五月 2020 | 00:52:16,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774MethodDeclarations.h +26 五月 2020 | 00:52:16,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_SslStreamB934199321MethodDeclarations.h +26 五月 2020 | 00:52:16,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298MethodDeclarations.h +26 五月 2020 | 00:52:16,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417.h +26 五月 2020 | 00:52:16,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680.h +26 五月 2020 | 00:52:16,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572.h +26 五月 2020 | 00:52:16,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417MethodDeclarations.h +26 五月 2020 | 00:52:16,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsCipherS396038680MethodDeclarations.h +26 五月 2020 | 00:52:16,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572MethodDeclarations.h +26 五月 2020 | 00:52:16,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023.h +26 五月 2020 | 00:52:16,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551.h +26 五月 2020 | 00:52:16,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190.h +26 五月 2020 | 00:52:16,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsClient2311449551MethodDeclarations.h +26 五月 2020 | 00:52:16,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023MethodDeclarations.h +26 五月 2020 | 00:52:16,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190MethodDeclarations.h +26 五月 2020 | 00:52:16,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774.h +26 五月 2020 | 00:52:16,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774MethodDeclarations.h +26 五月 2020 | 00:52:16,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417.h +26 五月 2020 | 00:52:16,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812.h +26 五月 2020 | 00:52:16,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417MethodDeclarations.h +26 五月 2020 | 00:52:16,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860.h +26 五月 2020 | 00:52:16,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsExcepti583514812MethodDeclarations.h +26 五月 2020 | 00:52:16,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860MethodDeclarations.h +26 五月 2020 | 00:52:16,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211.h +26 五月 2020 | 00:52:16,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825.h +26 五月 2020 | 00:52:16,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsServerS403340211MethodDeclarations.h +26 五月 2020 | 00:52:16,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825MethodDeclarations.h +26 五月 2020 | 00:52:16,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859.h +26 五月 2020 | 00:52:16,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287.h +26 五月 2020 | 00:52:16,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_TlsStream4089752859MethodDeclarations.h +26 五月 2020 | 00:52:16,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287MethodDeclarations.h +26 五月 2020 | 00:52:16,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132.h +26 五月 2020 | 00:52:16,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884.h +26 五月 2020 | 00:52:16,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_Protocol_Tls_Validatio1782558132MethodDeclarations.h +26 五月 2020 | 00:52:16,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023.h +26 五月 2020 | 00:52:16,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884MethodDeclarations.h +26 五月 2020 | 00:52:16,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023MethodDeclarations.h +26 五月 2020 | 00:52:16,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182.h +26 五月 2020 | 00:52:16,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515.h +26 五月 2020 | 00:52:16,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860.h +26 五月 2020 | 00:52:16,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Authori795428182MethodDeclarations.h +26 五月 2020 | 00:52:16,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515MethodDeclarations.h +26 五月 2020 | 00:52:16,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860MethodDeclarations.h +26 五月 2020 | 00:52:16,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752.h +26 五月 2020 | 00:52:16,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825.h +26 五月 2020 | 00:52:16,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752MethodDeclarations.h +26 五月 2020 | 00:52:16,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825MethodDeclarations.h +26 五月 2020 | 00:52:16,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266.h +26 五月 2020 | 00:52:16,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287.h +26 五月 2020 | 00:52:16,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951.h +26 五月 2020 | 00:52:16,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266MethodDeclarations.h +26 五月 2020 | 00:52:16,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287MethodDeclarations.h +26 五月 2020 | 00:52:16,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012.h +26 五月 2020 | 00:52:16,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884.h +26 五月 2020 | 00:52:16,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012MethodDeclarations.h +26 五月 2020 | 00:52:16,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884MethodDeclarations.h +26 五月 2020 | 00:52:16,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_BasicC3608227951MethodDeclarations.h +26 五月 2020 | 00:52:16,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785.h +26 五月 2020 | 00:52:16,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515.h +26 五月 2020 | 00:52:16,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686.h +26 五月 2020 | 00:52:16,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785MethodDeclarations.h +26 五月 2020 | 00:52:16,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515MethodDeclarations.h +26 五月 2020 | 00:52:16,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068.h +26 五月 2020 | 00:52:16,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Extend3816993686MethodDeclarations.h +26 五月 2020 | 00:52:16,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068MethodDeclarations.h +26 五月 2020 | 00:52:16,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752.h +26 五月 2020 | 00:52:16,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240.h +26 五月 2020 | 00:52:16,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359.h +26 五月 2020 | 00:52:16,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Genera2355256240MethodDeclarations.h +26 五月 2020 | 00:52:16,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752MethodDeclarations.h +26 五月 2020 | 00:52:16,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375.h +26 五月 2020 | 00:52:16,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359MethodDeclarations.h +26 五月 2020 | 00:52:16,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsa1909787375MethodDeclarations.h +26 五月 2020 | 00:52:16,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580.h +26 五月 2020 | 00:52:16,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947.h +26 五月 2020 | 00:52:16,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580MethodDeclarations.h +26 五月 2020 | 00:52:16,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_KeyUsag530589947MethodDeclarations.h +26 五月 2020 | 00:52:16,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893.h +26 五月 2020 | 00:52:16,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266.h +26 五月 2020 | 00:52:16,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488.h +26 五月 2020 | 00:52:16,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893MethodDeclarations.h +26 五月 2020 | 00:52:16,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3880736488MethodDeclarations.h +26 五月 2020 | 00:52:16,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266MethodDeclarations.h +26 五月 2020 | 00:52:16,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972.h +26 五月 2020 | 00:52:16,795 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972MethodDeclarations.h +26 五月 2020 | 00:52:16,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012.h +26 五月 2020 | 00:52:16,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183.h +26 五月 2020 | 00:52:16,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896.h +26 五月 2020 | 00:52:16,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Netsca3955735183MethodDeclarations.h +26 五月 2020 | 00:52:16,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012MethodDeclarations.h +26 五月 2020 | 00:52:16,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896MethodDeclarations.h +26 五月 2020 | 00:52:16,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261.h +26 五月 2020 | 00:52:16,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977.h +26 五月 2020 | 00:52:16,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_Extensions_Subject604050261MethodDeclarations.h +26 五月 2020 | 00:52:16,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977MethodDeclarations.h +26 五月 2020 | 00:52:16,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:16,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785.h +26 五月 2020 | 00:52:16,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513.h +26 五月 2020 | 00:52:16,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785MethodDeclarations.h +26 五月 2020 | 00:52:16,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:16,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068.h +26 五月 2020 | 00:52:16,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016.h +26 五月 2020 | 00:52:16,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068MethodDeclarations.h +26 五月 2020 | 00:52:16,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359.h +26 五月 2020 | 00:52:16,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359MethodDeclarations.h +26 五月 2020 | 00:52:16,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580.h +26 五月 2020 | 00:52:16,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580MethodDeclarations.h +26 五月 2020 | 00:52:16,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513MethodDeclarations.h +26 五月 2020 | 00:52:16,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893.h +26 五月 2020 | 00:52:16,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893MethodDeclarations.h +26 五月 2020 | 00:52:16,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_PKCS12_DeriveByte1740753016MethodDeclarations.h +26 五月 2020 | 00:52:16,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972.h +26 五月 2020 | 00:52:16,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:16,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627.h +26 五月 2020 | 00:52:16,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972MethodDeclarations.h +26 五月 2020 | 00:52:16,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:16,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627MethodDeclarations.h +26 五月 2020 | 00:52:16,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896.h +26 五月 2020 | 00:52:16,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:16,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912.h +26 五月 2020 | 00:52:16,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896MethodDeclarations.h +26 五月 2020 | 00:52:16,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:16,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912MethodDeclarations.h +26 五月 2020 | 00:52:16,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977.h +26 五月 2020 | 00:52:16,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:16,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360.h +26 五月 2020 | 00:52:16,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977MethodDeclarations.h +26 五月 2020 | 00:52:16,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:16,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513.h +26 五月 2020 | 00:52:16,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522.h +26 五月 2020 | 00:52:16,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3487770522MethodDeclarations.h +26 五月 2020 | 00:52:16,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360MethodDeclarations.h +26 五月 2020 | 00:52:16,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513MethodDeclarations.h +26 五月 2020 | 00:52:16,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865.h +26 五月 2020 | 00:52:16,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766.h +26 五月 2020 | 00:52:16,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509CertificateCo3592472865MethodDeclarations.h +26 五月 2020 | 00:52:16,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766MethodDeclarations.h +26 五月 2020 | 00:52:16,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907.h +26 五月 2020 | 00:52:16,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974.h +26 五月 2020 | 00:52:16,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Chain1938971907MethodDeclarations.h +26 五月 2020 | 00:52:16,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974MethodDeclarations.h +26 五月 2020 | 00:52:16,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920.h +26 五月 2020 | 00:52:16,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747.h +26 五月 2020 | 00:52:16,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ChainStatusFl2843686920MethodDeclarations.h +26 五月 2020 | 00:52:16,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627.h +26 五月 2020 | 00:52:16,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747MethodDeclarations.h +26 五月 2020 | 00:52:16,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627MethodDeclarations.h +26 五月 2020 | 00:52:16,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217.h +26 五月 2020 | 00:52:16,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217MethodDeclarations.h +26 五月 2020 | 00:52:16,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837.h +26 五月 2020 | 00:52:16,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912.h +26 五月 2020 | 00:52:16,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809.h +26 五月 2020 | 00:52:16,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912MethodDeclarations.h +26 五月 2020 | 00:52:16,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360.h +26 五月 2020 | 00:52:16,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809MethodDeclarations.h +26 五月 2020 | 00:52:16,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl1699034837MethodDeclarations.h +26 五月 2020 | 00:52:16,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844.h +26 五月 2020 | 00:52:16,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884.h +26 五月 2020 | 00:52:16,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884MethodDeclarations.h +26 五月 2020 | 00:52:16,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497.h +26 五月 2020 | 00:52:16,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497MethodDeclarations.h +26 五月 2020 | 00:52:16,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360MethodDeclarations.h +26 五月 2020 | 00:52:16,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766.h +26 五月 2020 | 00:52:16,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871.h +26 五月 2020 | 00:52:16,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871MethodDeclarations.h +26 五月 2020 | 00:52:16,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766MethodDeclarations.h +26 五月 2020 | 00:52:16,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Crl_X509CrlEnt743353844MethodDeclarations.h +26 五月 2020 | 00:52:16,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974.h +26 五月 2020 | 00:52:16,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:16,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974MethodDeclarations.h +26 五月 2020 | 00:52:16,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:16,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159.h +26 五月 2020 | 00:52:16,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839.h +26 五月 2020 | 00:52:16,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747.h +26 五月 2020 | 00:52:16,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509ExtensionColl1640144839MethodDeclarations.h +26 五月 2020 | 00:52:16,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747MethodDeclarations.h +26 五月 2020 | 00:52:16,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563.h +26 五月 2020 | 00:52:16,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159MethodDeclarations.h +26 五月 2020 | 00:52:16,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217.h +26 五月 2020 | 00:52:16,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594.h +26 五月 2020 | 00:52:16,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217MethodDeclarations.h +26 五月 2020 | 00:52:16,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809.h +26 五月 2020 | 00:52:16,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594MethodDeclarations.h +26 五月 2020 | 00:52:16,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Store4028973563MethodDeclarations.h +26 五月 2020 | 00:52:16,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809MethodDeclarations.h +26 五月 2020 | 00:52:16,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861.h +26 五月 2020 | 00:52:16,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066.h +26 五月 2020 | 00:52:16,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884.h +26 五月 2020 | 00:52:16,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509StoreManager1740460066MethodDeclarations.h +26 五月 2020 | 00:52:16,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884MethodDeclarations.h +26 五月 2020 | 00:52:16,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398.h +26 五月 2020 | 00:52:16,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497.h +26 五月 2020 | 00:52:16,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861MethodDeclarations.h +26 五月 2020 | 00:52:16,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_Mono_Security_X509_X509Stores3001420398MethodDeclarations.h +26 五月 2020 | 00:52:16,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589.h +26 五月 2020 | 00:52:16,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:16,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:16,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497MethodDeclarations.h +26 五月 2020 | 00:52:16,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589MethodDeclarations.h +26 五月 2020 | 00:52:16,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871.h +26 五月 2020 | 00:52:16,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:16,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155.h +26 五月 2020 | 00:52:16,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871MethodDeclarations.h +26 五月 2020 | 00:52:16,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:16,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159.h +26 五月 2020 | 00:52:16,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334.h +26 五月 2020 | 00:52:16,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155MethodDeclarations.h +26 五月 2020 | 00:52:16,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1703410334MethodDeclarations.h +26 五月 2020 | 00:52:16,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159MethodDeclarations.h +26 五月 2020 | 00:52:16,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720.h +26 五月 2020 | 00:52:16,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594.h +26 五月 2020 | 00:52:16,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720MethodDeclarations.h +26 五月 2020 | 00:52:16,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092.h +26 五月 2020 | 00:52:16,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1892466092MethodDeclarations.h +26 五月 2020 | 00:52:16,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828.h +26 五月 2020 | 00:52:16,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331.h +26 五月 2020 | 00:52:16,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U1957337331MethodDeclarations.h +26 五月 2020 | 00:52:16,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828MethodDeclarations.h +26 五月 2020 | 00:52:16,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252.h +26 五月 2020 | 00:52:16,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594MethodDeclarations.h +26 五月 2020 | 00:52:16,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954.h +26 五月 2020 | 00:52:16,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2038352954MethodDeclarations.h +26 五月 2020 | 00:52:16,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252MethodDeclarations.h +26 五月 2020 | 00:52:16,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861.h +26 五月 2020 | 00:52:16,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355.h +26 五月 2020 | 00:52:16,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861MethodDeclarations.h +26 五月 2020 | 00:52:16,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921.h +26 五月 2020 | 00:52:16,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355MethodDeclarations.h +26 五月 2020 | 00:52:16,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2540610921MethodDeclarations.h +26 五月 2020 | 00:52:16,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589.h +26 五月 2020 | 00:52:16,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523.h +26 五月 2020 | 00:52:16,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589MethodDeclarations.h +26 五月 2020 | 00:52:16,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745.h +26 五月 2020 | 00:52:16,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2866209745MethodDeclarations.h +26 五月 2020 | 00:52:16,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155.h +26 五月 2020 | 00:52:16,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275.h +26 五月 2020 | 00:52:16,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523MethodDeclarations.h +26 五月 2020 | 00:52:16,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155MethodDeclarations.h +26 五月 2020 | 00:52:16,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U2896841275MethodDeclarations.h +26 五月 2020 | 00:52:16,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720.h +26 五月 2020 | 00:52:16,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414.h +26 五月 2020 | 00:52:16,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802.h +26 五月 2020 | 00:52:16,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778802MethodDeclarations.h +26 五月 2020 | 00:52:16,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414MethodDeclarations.h +26 五月 2020 | 00:52:16,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720MethodDeclarations.h +26 五月 2020 | 00:52:16,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804.h +26 五月 2020 | 00:52:16,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828.h +26 五月 2020 | 00:52:16,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Mono_Security_U3CPrivateImplementationDetailsU3E_U3672778804MethodDeclarations.h +26 五月 2020 | 00:52:16,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401.h +26 五月 2020 | 00:52:16,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828MethodDeclarations.h +26 五月 2020 | 00:52:16,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System.Core_ArrayTypes.h +26 五月 2020 | 00:52:16,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401MethodDeclarations.h +26 五月 2020 | 00:52:16,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252.h +26 五月 2020 | 00:52:16,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096.h +26 五月 2020 | 00:52:16,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_ArrayTypes.h +26 五月 2020 | 00:52:16,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252MethodDeclarations.h +26 五月 2020 | 00:52:16,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096MethodDeclarations.h +26 五月 2020 | 00:52:16,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355.h +26 五月 2020 | 00:52:16,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895.h +26 五月 2020 | 00:52:16,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895MethodDeclarations.h +26 五月 2020 | 00:52:16,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355MethodDeclarations.h +26 五月 2020 | 00:52:16,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034.h +26 五月 2020 | 00:52:16,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Locale4255929014.h +26 五月 2020 | 00:52:16,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523.h +26 五月 2020 | 00:52:16,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034MethodDeclarations.h +26 五月 2020 | 00:52:16,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:16,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668.h +26 五月 2020 | 00:52:16,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523MethodDeclarations.h +26 五月 2020 | 00:52:16,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:16,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668MethodDeclarations.h +26 五月 2020 | 00:52:16,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414.h +26 五月 2020 | 00:52:16,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:16,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853.h +26 五月 2020 | 00:52:16,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414MethodDeclarations.h +26 五月 2020 | 00:52:16,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013.h +26 五月 2020 | 00:52:16,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853MethodDeclarations.h +26 五月 2020 | 00:52:16,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401.h +26 五月 2020 | 00:52:16,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_Mono_Security_Cryptography_SymmetricTr1394030013MethodDeclarations.h +26 五月 2020 | 00:52:16,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401MethodDeclarations.h +26 五月 2020 | 00:52:16,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215.h +26 五月 2020 | 00:52:16,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action3226471752.h +26 五月 2020 | 00:52:16,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096.h +26 五月 2020 | 00:52:16,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215MethodDeclarations.h +26 五月 2020 | 00:52:16,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action3226471752MethodDeclarations.h +26 五月 2020 | 00:52:16,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161.h +26 五月 2020 | 00:52:16,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096MethodDeclarations.h +26 五月 2020 | 00:52:16,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138.h +26 五月 2020 | 00:52:16,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161MethodDeclarations.h +26 五月 2020 | 00:52:16,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895.h +26 五月 2020 | 00:52:16,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715.h +26 五月 2020 | 00:52:16,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1016026138MethodDeclarations.h +26 五月 2020 | 00:52:16,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895MethodDeclarations.h +26 五月 2020 | 00:52:16,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715MethodDeclarations.h +26 五月 2020 | 00:52:16,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034.h +26 五月 2020 | 00:52:16,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304.h +26 五月 2020 | 00:52:16,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034MethodDeclarations.h +26 五月 2020 | 00:52:16,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1029038304MethodDeclarations.h +26 五月 2020 | 00:52:16,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668.h +26 五月 2020 | 00:52:16,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000.h +26 五月 2020 | 00:52:16,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578.h +26 五月 2020 | 00:52:16,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668MethodDeclarations.h +26 五月 2020 | 00:52:16,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen105146000MethodDeclarations.h +26 五月 2020 | 00:52:16,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578MethodDeclarations.h +26 五月 2020 | 00:52:16,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853.h +26 五月 2020 | 00:52:16,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686.h +26 五月 2020 | 00:52:16,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853MethodDeclarations.h +26 五月 2020 | 00:52:16,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686MethodDeclarations.h +26 五月 2020 | 00:52:16,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511.h +26 五月 2020 | 00:52:16,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288.h +26 五月 2020 | 00:52:16,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1067511511MethodDeclarations.h +26 五月 2020 | 00:52:16,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288MethodDeclarations.h +26 五月 2020 | 00:52:16,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995.h +26 五月 2020 | 00:52:16,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1072143995MethodDeclarations.h +26 五月 2020 | 00:52:16,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170.h +26 五月 2020 | 00:52:16,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215.h +26 五月 2020 | 00:52:16,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479.h +26 五月 2020 | 00:52:16,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170MethodDeclarations.h +26 五月 2020 | 00:52:16,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215MethodDeclarations.h +26 五月 2020 | 00:52:17,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1096704479MethodDeclarations.h +26 五月 2020 | 00:52:17,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499.h +26 五月 2020 | 00:52:17,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161.h +26 五月 2020 | 00:52:17,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499MethodDeclarations.h +26 五月 2020 | 00:52:17,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161MethodDeclarations.h +26 五月 2020 | 00:52:17,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823.h +26 五月 2020 | 00:52:17,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715.h +26 五月 2020 | 00:52:17,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823MethodDeclarations.h +26 五月 2020 | 00:52:17,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715MethodDeclarations.h +26 五月 2020 | 00:52:17,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981.h +26 五月 2020 | 00:52:17,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578.h +26 五月 2020 | 00:52:17,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148.h +26 五月 2020 | 00:52:17,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981MethodDeclarations.h +26 五月 2020 | 00:52:17,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1136826148MethodDeclarations.h +26 五月 2020 | 00:52:17,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457.h +26 五月 2020 | 00:52:17,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631.h +26 五月 2020 | 00:52:17,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457MethodDeclarations.h +26 五月 2020 | 00:52:17,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1139841631MethodDeclarations.h +26 五月 2020 | 00:52:17,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578MethodDeclarations.h +26 五月 2020 | 00:52:17,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196.h +26 五月 2020 | 00:52:17,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084.h +26 五月 2020 | 00:52:17,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686.h +26 五月 2020 | 00:52:17,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1145316084MethodDeclarations.h +26 五月 2020 | 00:52:17,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686MethodDeclarations.h +26 五月 2020 | 00:52:17,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302.h +26 五月 2020 | 00:52:17,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288.h +26 五月 2020 | 00:52:17,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154431302MethodDeclarations.h +26 五月 2020 | 00:52:17,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196MethodDeclarations.h +26 五月 2020 | 00:52:17,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288MethodDeclarations.h +26 五月 2020 | 00:52:17,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587.h +26 五月 2020 | 00:52:17,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680.h +26 五月 2020 | 00:52:17,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845587MethodDeclarations.h +26 五月 2020 | 00:52:17,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680MethodDeclarations.h +26 五月 2020 | 00:52:17,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170.h +26 五月 2020 | 00:52:17,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781.h +26 五月 2020 | 00:52:17,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588.h +26 五月 2020 | 00:52:17,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170MethodDeclarations.h +26 五月 2020 | 00:52:17,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781MethodDeclarations.h +26 五月 2020 | 00:52:17,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1154845588MethodDeclarations.h +26 五月 2020 | 00:52:17,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499.h +26 五月 2020 | 00:52:17,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426.h +26 五月 2020 | 00:52:17,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453.h +26 五月 2020 | 00:52:17,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499MethodDeclarations.h +26 五月 2020 | 00:52:17,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426MethodDeclarations.h +26 五月 2020 | 00:52:17,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1184652453MethodDeclarations.h +26 五月 2020 | 00:52:17,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823.h +26 五月 2020 | 00:52:17,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769.h +26 五月 2020 | 00:52:17,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823MethodDeclarations.h +26 五月 2020 | 00:52:17,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769MethodDeclarations.h +26 五月 2020 | 00:52:17,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981.h +26 五月 2020 | 00:52:17,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102.h +26 五月 2020 | 00:52:17,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297.h +26 五月 2020 | 00:52:17,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981MethodDeclarations.h +26 五月 2020 | 00:52:17,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102MethodDeclarations.h +26 五月 2020 | 00:52:17,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1186985297MethodDeclarations.h +26 五月 2020 | 00:52:17,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457.h +26 五月 2020 | 00:52:17,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327.h +26 五月 2020 | 00:52:17,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078.h +26 五月 2020 | 00:52:17,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457MethodDeclarations.h +26 五月 2020 | 00:52:17,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen119356078MethodDeclarations.h +26 五月 2020 | 00:52:17,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196.h +26 五月 2020 | 00:52:17,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888.h +26 五月 2020 | 00:52:17,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen120704888MethodDeclarations.h +26 五月 2020 | 00:52:17,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196MethodDeclarations.h +26 五月 2020 | 00:52:17,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327MethodDeclarations.h +26 五月 2020 | 00:52:17,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545.h +26 五月 2020 | 00:52:17,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680.h +26 五月 2020 | 00:52:17,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328.h +26 五月 2020 | 00:52:17,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1207125545MethodDeclarations.h +26 五月 2020 | 00:52:17,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328MethodDeclarations.h +26 五月 2020 | 00:52:17,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642.h +26 五月 2020 | 00:52:17,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680MethodDeclarations.h +26 五月 2020 | 00:52:17,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781.h +26 五月 2020 | 00:52:17,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781MethodDeclarations.h +26 五月 2020 | 00:52:17,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426.h +26 五月 2020 | 00:52:17,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426MethodDeclarations.h +26 五月 2020 | 00:52:17,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769.h +26 五月 2020 | 00:52:17,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329.h +26 五月 2020 | 00:52:17,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769MethodDeclarations.h +26 五月 2020 | 00:52:17,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341642MethodDeclarations.h +26 五月 2020 | 00:52:17,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102.h +26 五月 2020 | 00:52:17,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643.h +26 五月 2020 | 00:52:17,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102MethodDeclarations.h +26 五月 2020 | 00:52:17,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341643MethodDeclarations.h +26 五月 2020 | 00:52:17,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327.h +26 五月 2020 | 00:52:17,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329MethodDeclarations.h +26 五月 2020 | 00:52:17,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900.h +26 五月 2020 | 00:52:17,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644.h +26 五月 2020 | 00:52:17,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900MethodDeclarations.h +26 五月 2020 | 00:52:17,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327MethodDeclarations.h +26 五月 2020 | 00:52:17,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328.h +26 五月 2020 | 00:52:17,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328MethodDeclarations.h +26 五月 2020 | 00:52:17,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981.h +26 五月 2020 | 00:52:17,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329.h +26 五月 2020 | 00:52:17,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981MethodDeclarations.h +26 五月 2020 | 00:52:17,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1239341644MethodDeclarations.h +26 五月 2020 | 00:52:17,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311.h +26 五月 2020 | 00:52:17,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706.h +26 五月 2020 | 00:52:17,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706MethodDeclarations.h +26 五月 2020 | 00:52:17,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977.h +26 五月 2020 | 00:52:17,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1247415311MethodDeclarations.h +26 五月 2020 | 00:52:17,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977MethodDeclarations.h +26 五月 2020 | 00:52:17,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102.h +26 五月 2020 | 00:52:17,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329MethodDeclarations.h +26 五月 2020 | 00:52:17,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832.h +26 五月 2020 | 00:52:17,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1257708102MethodDeclarations.h +26 五月 2020 | 00:52:17,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832MethodDeclarations.h +26 五月 2020 | 00:52:17,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032.h +26 五月 2020 | 00:52:17,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900.h +26 五月 2020 | 00:52:17,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032MethodDeclarations.h +26 五月 2020 | 00:52:17,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169.h +26 五月 2020 | 00:52:17,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1271464169MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1309695145MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen131263180MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1327588298MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1356576572MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1404918190MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1418691774MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1425773417MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1434420023MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1449692860MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1457268825MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1465240287MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1469664884MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1566846515MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1573065752MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1607085266MethodDeclarations.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012.h +26 五月 2020 | 00:52:17,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744.h +26 五月 2020 | 00:52:17,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479MethodDeclarations.h +26 五月 2020 | 00:52:17,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910MethodDeclarations.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716.h +26 五月 2020 | 00:52:17,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen162254012MethodDeclarations.h +26 五月 2020 | 00:52:17,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470.h +26 五月 2020 | 00:52:17,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470MethodDeclarations.h +26 五月 2020 | 00:52:17,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785.h +26 五月 2020 | 00:52:17,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716MethodDeclarations.h +26 五月 2020 | 00:52:17,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176.h +26 五月 2020 | 00:52:17,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1641645785MethodDeclarations.h +26 五月 2020 | 00:52:17,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176MethodDeclarations.h +26 五月 2020 | 00:52:17,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477.h +26 五月 2020 | 00:52:17,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068.h +26 五月 2020 | 00:52:17,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341.h +26 五月 2020 | 00:52:17,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477MethodDeclarations.h +26 五月 2020 | 00:52:17,215 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1677632068MethodDeclarations.h +26 五月 2020 | 00:52:17,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685.h +26 五月 2020 | 00:52:17,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341MethodDeclarations.h +26 五月 2020 | 00:52:17,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359.h +26 五月 2020 | 00:52:17,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248.h +26 五月 2020 | 00:52:17,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1719450359MethodDeclarations.h +26 五月 2020 | 00:52:17,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248MethodDeclarations.h +26 五月 2020 | 00:52:17,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685MethodDeclarations.h +26 五月 2020 | 00:52:17,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580.h +26 五月 2020 | 00:52:17,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094.h +26 五月 2020 | 00:52:17,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen172185580MethodDeclarations.h +26 五月 2020 | 00:52:17,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340.h +26 五月 2020 | 00:52:17,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094MethodDeclarations.h +26 五月 2020 | 00:52:17,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572.h +26 五月 2020 | 00:52:17,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893.h +26 五月 2020 | 00:52:17,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572MethodDeclarations.h +26 五月 2020 | 00:52:17,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1825314893MethodDeclarations.h +26 五月 2020 | 00:52:17,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662.h +26 五月 2020 | 00:52:17,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972.h +26 五月 2020 | 00:52:17,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662MethodDeclarations.h +26 五月 2020 | 00:52:17,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1865222972MethodDeclarations.h +26 五月 2020 | 00:52:17,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340MethodDeclarations.h +26 五月 2020 | 00:52:17,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751.h +26 五月 2020 | 00:52:17,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398.h +26 五月 2020 | 00:52:17,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751MethodDeclarations.h +26 五月 2020 | 00:52:17,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896.h +26 五月 2020 | 00:52:17,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398MethodDeclarations.h +26 五月 2020 | 00:52:17,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242.h +26 五月 2020 | 00:52:17,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1869393896MethodDeclarations.h +26 五月 2020 | 00:52:17,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679.h +26 五月 2020 | 00:52:17,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242MethodDeclarations.h +26 五月 2020 | 00:52:17,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977.h +26 五月 2020 | 00:52:17,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679MethodDeclarations.h +26 五月 2020 | 00:52:17,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904830977MethodDeclarations.h +26 五月 2020 | 00:52:17,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513.h +26 五月 2020 | 00:52:17,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043.h +26 五月 2020 | 00:52:17,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043MethodDeclarations.h +26 五月 2020 | 00:52:17,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094.h +26 五月 2020 | 00:52:17,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910.h +26 五月 2020 | 00:52:17,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094MethodDeclarations.h +26 五月 2020 | 00:52:17,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1904879513MethodDeclarations.h +26 五月 2020 | 00:52:17,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910MethodDeclarations.h +26 五月 2020 | 00:52:17,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908.h +26 五月 2020 | 00:52:17,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716.h +26 五月 2020 | 00:52:17,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908MethodDeclarations.h +26 五月 2020 | 00:52:17,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389.h +26 五月 2020 | 00:52:17,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389MethodDeclarations.h +26 五月 2020 | 00:52:17,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627.h +26 五月 2020 | 00:52:17,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451.h +26 五月 2020 | 00:52:17,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1917250627MethodDeclarations.h +26 五月 2020 | 00:52:17,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451MethodDeclarations.h +26 五月 2020 | 00:52:17,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716MethodDeclarations.h +26 五月 2020 | 00:52:17,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912.h +26 五月 2020 | 00:52:17,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296.h +26 五月 2020 | 00:52:17,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1920086912MethodDeclarations.h +26 五月 2020 | 00:52:17,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296MethodDeclarations.h +26 五月 2020 | 00:52:17,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477.h +26 五月 2020 | 00:52:17,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360.h +26 五月 2020 | 00:52:17,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398.h +26 五月 2020 | 00:52:17,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477MethodDeclarations.h +26 五月 2020 | 00:52:17,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398MethodDeclarations.h +26 五月 2020 | 00:52:17,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685.h +26 五月 2020 | 00:52:17,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011.h +26 五月 2020 | 00:52:17,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685MethodDeclarations.h +26 五月 2020 | 00:52:17,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011MethodDeclarations.h +26 五月 2020 | 00:52:17,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen1987817360MethodDeclarations.h +26 五月 2020 | 00:52:17,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094.h +26 五月 2020 | 00:52:17,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524.h +26 五月 2020 | 00:52:17,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766.h +26 五月 2020 | 00:52:17,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094MethodDeclarations.h +26 五月 2020 | 00:52:17,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524MethodDeclarations.h +26 五月 2020 | 00:52:17,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2028997766MethodDeclarations.h +26 五月 2020 | 00:52:17,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572.h +26 五月 2020 | 00:52:17,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569.h +26 五月 2020 | 00:52:17,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974.h +26 五月 2020 | 00:52:17,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572MethodDeclarations.h +26 五月 2020 | 00:52:17,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569MethodDeclarations.h +26 五月 2020 | 00:52:17,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2036370974MethodDeclarations.h +26 五月 2020 | 00:52:17,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662.h +26 五月 2020 | 00:52:17,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500.h +26 五月 2020 | 00:52:17,274 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747.h +26 五月 2020 | 00:52:17,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662MethodDeclarations.h +26 五月 2020 | 00:52:17,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500MethodDeclarations.h +26 五月 2020 | 00:52:17,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2060651747MethodDeclarations.h +26 五月 2020 | 00:52:17,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751.h +26 五月 2020 | 00:52:17,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217.h +26 五月 2020 | 00:52:17,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625.h +26 五月 2020 | 00:52:17,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751MethodDeclarations.h +26 五月 2020 | 00:52:17,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2092705217MethodDeclarations.h +26 五月 2020 | 00:52:17,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625MethodDeclarations.h +26 五月 2020 | 00:52:17,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242.h +26 五月 2020 | 00:52:17,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809.h +26 五月 2020 | 00:52:17,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2149802809MethodDeclarations.h +26 五月 2020 | 00:52:17,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884.h +26 五月 2020 | 00:52:17,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2183809884MethodDeclarations.h +26 五月 2020 | 00:52:17,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806.h +26 五月 2020 | 00:52:17,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242MethodDeclarations.h +26 五月 2020 | 00:52:17,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497.h +26 五月 2020 | 00:52:17,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806MethodDeclarations.h +26 五月 2020 | 00:52:17,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2198594497MethodDeclarations.h +26 五月 2020 | 00:52:17,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244.h +26 五月 2020 | 00:52:17,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871.h +26 五月 2020 | 00:52:17,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244MethodDeclarations.h +26 五月 2020 | 00:52:17,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen220188871MethodDeclarations.h +26 五月 2020 | 00:52:17,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436.h +26 五月 2020 | 00:52:17,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436MethodDeclarations.h +26 五月 2020 | 00:52:17,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248.h +26 五月 2020 | 00:52:17,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248MethodDeclarations.h +26 五月 2020 | 00:52:17,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094.h +26 五月 2020 | 00:52:17,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662.h +26 五月 2020 | 00:52:17,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094MethodDeclarations.h +26 五月 2020 | 00:52:17,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662MethodDeclarations.h +26 五月 2020 | 00:52:17,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159.h +26 五月 2020 | 00:52:17,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908.h +26 五月 2020 | 00:52:17,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047.h +26 五月 2020 | 00:52:17,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2208006159MethodDeclarations.h +26 五月 2020 | 00:52:17,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908MethodDeclarations.h +26 五月 2020 | 00:52:17,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047MethodDeclarations.h +26 五月 2020 | 00:52:17,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594.h +26 五月 2020 | 00:52:17,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389.h +26 五月 2020 | 00:52:17,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2282285594MethodDeclarations.h +26 五月 2020 | 00:52:17,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761.h +26 五月 2020 | 00:52:17,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389MethodDeclarations.h +26 五月 2020 | 00:52:17,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861.h +26 五月 2020 | 00:52:17,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761MethodDeclarations.h +26 五月 2020 | 00:52:17,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451.h +26 五月 2020 | 00:52:17,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066.h +26 五月 2020 | 00:52:17,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451MethodDeclarations.h +26 五月 2020 | 00:52:17,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2317005861MethodDeclarations.h +26 五月 2020 | 00:52:17,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066MethodDeclarations.h +26 五月 2020 | 00:52:17,314 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589.h +26 五月 2020 | 00:52:17,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296.h +26 五月 2020 | 00:52:17,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086.h +26 五月 2020 | 00:52:17,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2356265589MethodDeclarations.h +26 五月 2020 | 00:52:17,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296MethodDeclarations.h +26 五月 2020 | 00:52:17,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155.h +26 五月 2020 | 00:52:17,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398.h +26 五月 2020 | 00:52:17,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2368137155MethodDeclarations.h +26 五月 2020 | 00:52:17,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398MethodDeclarations.h +26 五月 2020 | 00:52:17,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720.h +26 五月 2020 | 00:52:17,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086MethodDeclarations.h +26 五月 2020 | 00:52:17,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011.h +26 五月 2020 | 00:52:17,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2374953720MethodDeclarations.h +26 五月 2020 | 00:52:17,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396.h +26 五月 2020 | 00:52:17,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828.h +26 五月 2020 | 00:52:17,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011MethodDeclarations.h +26 五月 2020 | 00:52:17,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396MethodDeclarations.h +26 五月 2020 | 00:52:17,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524.h +26 五月 2020 | 00:52:17,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2389247828MethodDeclarations.h +26 五月 2020 | 00:52:17,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140.h +26 五月 2020 | 00:52:17,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524MethodDeclarations.h +26 五月 2020 | 00:52:17,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252.h +26 五月 2020 | 00:52:17,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140MethodDeclarations.h +26 五月 2020 | 00:52:17,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569.h +26 五月 2020 | 00:52:17,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2391067252MethodDeclarations.h +26 五月 2020 | 00:52:17,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569MethodDeclarations.h +26 五月 2020 | 00:52:17,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970.h +26 五月 2020 | 00:52:17,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355.h +26 五月 2020 | 00:52:17,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500.h +26 五月 2020 | 00:52:17,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970MethodDeclarations.h +26 五月 2020 | 00:52:17,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500MethodDeclarations.h +26 五月 2020 | 00:52:17,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532.h +26 五月 2020 | 00:52:17,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625.h +26 五月 2020 | 00:52:17,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532MethodDeclarations.h +26 五月 2020 | 00:52:17,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625MethodDeclarations.h +26 五月 2020 | 00:52:17,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963.h +26 五月 2020 | 00:52:17,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806.h +26 五月 2020 | 00:52:17,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963MethodDeclarations.h +26 五月 2020 | 00:52:17,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806MethodDeclarations.h +26 五月 2020 | 00:52:17,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2397532355MethodDeclarations.h +26 五月 2020 | 00:52:17,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370.h +26 五月 2020 | 00:52:17,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244.h +26 五月 2020 | 00:52:17,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523.h +26 五月 2020 | 00:52:17,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370MethodDeclarations.h +26 五月 2020 | 00:52:17,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244MethodDeclarations.h +26 五月 2020 | 00:52:17,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366.h +26 五月 2020 | 00:52:17,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2401256523MethodDeclarations.h +26 五月 2020 | 00:52:17,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436.h +26 五月 2020 | 00:52:17,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366MethodDeclarations.h +26 五月 2020 | 00:52:17,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436MethodDeclarations.h +26 五月 2020 | 00:52:17,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414.h +26 五月 2020 | 00:52:17,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248.h +26 五月 2020 | 00:52:17,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2417477414MethodDeclarations.h +26 五月 2020 | 00:52:17,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133.h +26 五月 2020 | 00:52:17,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248MethodDeclarations.h +26 五月 2020 | 00:52:17,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401.h +26 五月 2020 | 00:52:17,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133MethodDeclarations.h +26 五月 2020 | 00:52:17,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662.h +26 五月 2020 | 00:52:17,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2450115401MethodDeclarations.h +26 五月 2020 | 00:52:17,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586.h +26 五月 2020 | 00:52:17,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662MethodDeclarations.h +26 五月 2020 | 00:52:17,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096.h +26 五月 2020 | 00:52:17,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586MethodDeclarations.h +26 五月 2020 | 00:52:17,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047.h +26 五月 2020 | 00:52:17,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767.h +26 五月 2020 | 00:52:17,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2458027096MethodDeclarations.h +26 五月 2020 | 00:52:17,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047MethodDeclarations.h +26 五月 2020 | 00:52:17,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895.h +26 五月 2020 | 00:52:17,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767MethodDeclarations.h +26 五月 2020 | 00:52:17,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761.h +26 五月 2020 | 00:52:17,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869.h +26 五月 2020 | 00:52:17,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2489100895MethodDeclarations.h +26 五月 2020 | 00:52:17,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761MethodDeclarations.h +26 五月 2020 | 00:52:17,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869MethodDeclarations.h +26 五月 2020 | 00:52:17,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066.h +26 五月 2020 | 00:52:17,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034.h +26 五月 2020 | 00:52:17,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342.h +26 五月 2020 | 00:52:17,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066MethodDeclarations.h +26 五月 2020 | 00:52:17,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2525452034MethodDeclarations.h +26 五月 2020 | 00:52:17,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342MethodDeclarations.h +26 五月 2020 | 00:52:17,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086.h +26 五月 2020 | 00:52:17,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668.h +26 五月 2020 | 00:52:17,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539.h +26 五月 2020 | 00:52:17,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2553202668MethodDeclarations.h +26 五月 2020 | 00:52:17,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539MethodDeclarations.h +26 五月 2020 | 00:52:17,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853.h +26 五月 2020 | 00:52:17,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413.h +26 五月 2020 | 00:52:17,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2572051853MethodDeclarations.h +26 五月 2020 | 00:52:17,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413MethodDeclarations.h +26 五月 2020 | 00:52:17,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086MethodDeclarations.h +26 五月 2020 | 00:52:17,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215.h +26 五月 2020 | 00:52:17,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311.h +26 五月 2020 | 00:52:17,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396.h +26 五月 2020 | 00:52:17,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2586955215MethodDeclarations.h +26 五月 2020 | 00:52:17,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311MethodDeclarations.h +26 五月 2020 | 00:52:17,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396MethodDeclarations.h +26 五月 2020 | 00:52:17,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161.h +26 五月 2020 | 00:52:17,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258.h +26 五月 2020 | 00:52:17,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140.h +26 五月 2020 | 00:52:17,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2600482161MethodDeclarations.h +26 五月 2020 | 00:52:17,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258MethodDeclarations.h +26 五月 2020 | 00:52:17,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715.h +26 五月 2020 | 00:52:17,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140MethodDeclarations.h +26 五月 2020 | 00:52:17,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2602152715MethodDeclarations.h +26 五月 2020 | 00:52:17,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970.h +26 五月 2020 | 00:52:17,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970MethodDeclarations.h +26 五月 2020 | 00:52:17,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532.h +26 五月 2020 | 00:52:17,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578.h +26 五月 2020 | 00:52:17,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532MethodDeclarations.h +26 五月 2020 | 00:52:17,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2606244578MethodDeclarations.h +26 五月 2020 | 00:52:17,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096.h +26 五月 2020 | 00:52:17,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963.h +26 五月 2020 | 00:52:17,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686.h +26 五月 2020 | 00:52:17,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096MethodDeclarations.h +26 五月 2020 | 00:52:17,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963MethodDeclarations.h +26 五月 2020 | 00:52:17,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2610748686MethodDeclarations.h +26 五月 2020 | 00:52:17,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370.h +26 五月 2020 | 00:52:17,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044.h +26 五月 2020 | 00:52:17,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288.h +26 五月 2020 | 00:52:17,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370MethodDeclarations.h +26 五月 2020 | 00:52:17,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044MethodDeclarations.h +26 五月 2020 | 00:52:17,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2622520288MethodDeclarations.h +26 五月 2020 | 00:52:17,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366.h +26 五月 2020 | 00:52:17,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964.h +26 五月 2020 | 00:52:17,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170.h +26 五月 2020 | 00:52:17,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366MethodDeclarations.h +26 五月 2020 | 00:52:17,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen263175170MethodDeclarations.h +26 五月 2020 | 00:52:17,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964MethodDeclarations.h +26 五月 2020 | 00:52:17,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499.h +26 五月 2020 | 00:52:17,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068.h +26 五月 2020 | 00:52:17,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2678738499MethodDeclarations.h +26 五月 2020 | 00:52:17,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068MethodDeclarations.h +26 五月 2020 | 00:52:17,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133.h +26 五月 2020 | 00:52:17,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823.h +26 五月 2020 | 00:52:17,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690.h +26 五月 2020 | 00:52:17,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133MethodDeclarations.h +26 五月 2020 | 00:52:17,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2752959823MethodDeclarations.h +26 五月 2020 | 00:52:17,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690MethodDeclarations.h +26 五月 2020 | 00:52:17,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586.h +26 五月 2020 | 00:52:17,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981.h +26 五月 2020 | 00:52:17,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447.h +26 五月 2020 | 00:52:17,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586MethodDeclarations.h +26 五月 2020 | 00:52:17,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2761787981MethodDeclarations.h +26 五月 2020 | 00:52:17,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447MethodDeclarations.h +26 五月 2020 | 00:52:17,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767.h +26 五月 2020 | 00:52:17,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457.h +26 五月 2020 | 00:52:17,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605.h +26 五月 2020 | 00:52:17,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2774287457MethodDeclarations.h +26 五月 2020 | 00:52:17,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767MethodDeclarations.h +26 五月 2020 | 00:52:17,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605MethodDeclarations.h +26 五月 2020 | 00:52:17,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196.h +26 五月 2020 | 00:52:17,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869.h +26 五月 2020 | 00:52:17,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287.h +26 五月 2020 | 00:52:17,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869MethodDeclarations.h +26 五月 2020 | 00:52:17,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342.h +26 五月 2020 | 00:52:17,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342MethodDeclarations.h +26 五月 2020 | 00:52:17,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2804445196MethodDeclarations.h +26 五月 2020 | 00:52:17,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539.h +26 五月 2020 | 00:52:17,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680.h +26 五月 2020 | 00:52:17,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539MethodDeclarations.h +26 五月 2020 | 00:52:17,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2809077680MethodDeclarations.h +26 五月 2020 | 00:52:17,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413.h +26 五月 2020 | 00:52:17,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781.h +26 五月 2020 | 00:52:17,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413MethodDeclarations.h +26 五月 2020 | 00:52:17,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2821208781MethodDeclarations.h +26 五月 2020 | 00:52:17,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311.h +26 五月 2020 | 00:52:17,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287MethodDeclarations.h +26 五月 2020 | 00:52:17,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426.h +26 五月 2020 | 00:52:17,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311MethodDeclarations.h +26 五月 2020 | 00:52:17,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2869771426MethodDeclarations.h +26 五月 2020 | 00:52:17,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258.h +26 五月 2020 | 00:52:17,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498.h +26 五月 2020 | 00:52:17,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498MethodDeclarations.h +26 五月 2020 | 00:52:17,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258MethodDeclarations.h +26 五月 2020 | 00:52:17,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769.h +26 五月 2020 | 00:52:17,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2882249769MethodDeclarations.h +26 五月 2020 | 00:52:17,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102.h +26 五月 2020 | 00:52:17,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2936990102MethodDeclarations.h +26 五月 2020 | 00:52:17,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209.h +26 五月 2020 | 00:52:17,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327.h +26 五月 2020 | 00:52:17,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209MethodDeclarations.h +26 五月 2020 | 00:52:17,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271.h +26 五月 2020 | 00:52:17,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096.h +26 五月 2020 | 00:52:17,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271MethodDeclarations.h +26 五月 2020 | 00:52:17,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096MethodDeclarations.h +26 五月 2020 | 00:52:17,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680.h +26 五月 2020 | 00:52:17,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680MethodDeclarations.h +26 五月 2020 | 00:52:17,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275327MethodDeclarations.h +26 五月 2020 | 00:52:17,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044.h +26 五月 2020 | 00:52:17,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149.h +26 五月 2020 | 00:52:17,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328.h +26 五月 2020 | 00:52:17,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044MethodDeclarations.h +26 五月 2020 | 00:52:17,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275328MethodDeclarations.h +26 五月 2020 | 00:52:17,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964.h +26 五月 2020 | 00:52:17,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149MethodDeclarations.h +26 五月 2020 | 00:52:17,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376.h +26 五月 2020 | 00:52:17,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964MethodDeclarations.h +26 五月 2020 | 00:52:17,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329.h +26 五月 2020 | 00:52:17,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068.h +26 五月 2020 | 00:52:17,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376MethodDeclarations.h +26 五月 2020 | 00:52:17,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068MethodDeclarations.h +26 五月 2020 | 00:52:17,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087.h +26 五月 2020 | 00:52:17,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690.h +26 五月 2020 | 00:52:17,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087MethodDeclarations.h +26 五月 2020 | 00:52:17,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690MethodDeclarations.h +26 五月 2020 | 00:52:17,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881.h +26 五月 2020 | 00:52:17,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447.h +26 五月 2020 | 00:52:17,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881MethodDeclarations.h +26 五月 2020 | 00:52:17,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447MethodDeclarations.h +26 五月 2020 | 00:52:17,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681.h +26 五月 2020 | 00:52:17,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605.h +26 五月 2020 | 00:52:17,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681MethodDeclarations.h +26 五月 2020 | 00:52:17,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen2976275329MethodDeclarations.h +26 五月 2020 | 00:52:17,456 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605MethodDeclarations.h +26 五月 2020 | 00:52:17,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673.h +26 五月 2020 | 00:52:17,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900.h +26 五月 2020 | 00:52:17,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287.h +26 五月 2020 | 00:52:17,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673MethodDeclarations.h +26 五月 2020 | 00:52:17,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3015962900MethodDeclarations.h +26 五月 2020 | 00:52:17,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841.h +26 五月 2020 | 00:52:17,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981.h +26 五月 2020 | 00:52:17,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841MethodDeclarations.h +26 五月 2020 | 00:52:17,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3025707981MethodDeclarations.h +26 五月 2020 | 00:52:17,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469.h +26 五月 2020 | 00:52:17,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706.h +26 五月 2020 | 00:52:17,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469MethodDeclarations.h +26 五月 2020 | 00:52:17,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287MethodDeclarations.h +26 五月 2020 | 00:52:17,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen302760706MethodDeclarations.h +26 五月 2020 | 00:52:17,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181.h +26 五月 2020 | 00:52:17,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498.h +26 五月 2020 | 00:52:17,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977.h +26 五月 2020 | 00:52:17,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498MethodDeclarations.h +26 五月 2020 | 00:52:17,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181MethodDeclarations.h +26 五月 2020 | 00:52:17,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3036879977MethodDeclarations.h +26 五月 2020 | 00:52:17,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222.h +26 五月 2020 | 00:52:17,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832.h +26 五月 2020 | 00:52:17,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222MethodDeclarations.h +26 五月 2020 | 00:52:17,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3062668832MethodDeclarations.h +26 五月 2020 | 00:52:17,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066.h +26 五月 2020 | 00:52:17,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032.h +26 五月 2020 | 00:52:17,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066MethodDeclarations.h +26 五月 2020 | 00:52:17,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3071479032MethodDeclarations.h +26 五月 2020 | 00:52:17,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209.h +26 五月 2020 | 00:52:17,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314.h +26 五月 2020 | 00:52:17,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744.h +26 五月 2020 | 00:52:17,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209MethodDeclarations.h +26 五月 2020 | 00:52:17,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314MethodDeclarations.h +26 五月 2020 | 00:52:17,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3073649744MethodDeclarations.h +26 五月 2020 | 00:52:17,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271.h +26 五月 2020 | 00:52:17,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271MethodDeclarations.h +26 五月 2020 | 00:52:17,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411.h +26 五月 2020 | 00:52:17,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080.h +26 五月 2020 | 00:52:17,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680.h +26 五月 2020 | 00:52:17,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411MethodDeclarations.h +26 五月 2020 | 00:52:17,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3080973080MethodDeclarations.h +26 五月 2020 | 00:52:17,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680MethodDeclarations.h +26 五月 2020 | 00:52:17,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886.h +26 五月 2020 | 00:52:17,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412.h +26 五月 2020 | 00:52:17,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149.h +26 五月 2020 | 00:52:17,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3081736886MethodDeclarations.h +26 五月 2020 | 00:52:17,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412MethodDeclarations.h +26 五月 2020 | 00:52:17,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149MethodDeclarations.h +26 五月 2020 | 00:52:17,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413.h +26 五月 2020 | 00:52:17,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460.h +26 五月 2020 | 00:52:17,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413MethodDeclarations.h +26 五月 2020 | 00:52:17,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3097335460MethodDeclarations.h +26 五月 2020 | 00:52:17,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376.h +26 五月 2020 | 00:52:17,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080.h +26 五月 2020 | 00:52:17,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579.h +26 五月 2020 | 00:52:17,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080MethodDeclarations.h +26 五月 2020 | 00:52:17,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3140870579MethodDeclarations.h +26 五月 2020 | 00:52:17,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376MethodDeclarations.h +26 五月 2020 | 00:52:17,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871.h +26 五月 2020 | 00:52:17,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087.h +26 五月 2020 | 00:52:17,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948.h +26 五月 2020 | 00:52:17,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871MethodDeclarations.h +26 五月 2020 | 00:52:17,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3143463948MethodDeclarations.h +26 五月 2020 | 00:52:17,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087MethodDeclarations.h +26 五月 2020 | 00:52:17,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881.h +26 五月 2020 | 00:52:17,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143.h +26 五月 2020 | 00:52:17,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881MethodDeclarations.h +26 五月 2020 | 00:52:17,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3184924143MethodDeclarations.h +26 五月 2020 | 00:52:17,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972.h +26 五月 2020 | 00:52:17,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681.h +26 五月 2020 | 00:52:17,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938.h +26 五月 2020 | 00:52:17,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3202173972MethodDeclarations.h +26 五月 2020 | 00:52:17,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681MethodDeclarations.h +26 五月 2020 | 00:52:17,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938MethodDeclarations.h +26 五月 2020 | 00:52:17,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357.h +26 五月 2020 | 00:52:17,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673.h +26 五月 2020 | 00:52:17,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914.h +26 五月 2020 | 00:52:17,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3236628357MethodDeclarations.h +26 五月 2020 | 00:52:17,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673MethodDeclarations.h +26 五月 2020 | 00:52:17,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841.h +26 五月 2020 | 00:52:17,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914MethodDeclarations.h +26 五月 2020 | 00:52:17,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841MethodDeclarations.h +26 五月 2020 | 00:52:17,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341.h +26 五月 2020 | 00:52:17,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341MethodDeclarations.h +26 五月 2020 | 00:52:17,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469.h +26 五月 2020 | 00:52:17,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479.h +26 五月 2020 | 00:52:17,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475.h +26 五月 2020 | 00:52:17,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469MethodDeclarations.h +26 五月 2020 | 00:52:17,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3239155479MethodDeclarations.h +26 五月 2020 | 00:52:17,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181.h +26 五月 2020 | 00:52:17,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470.h +26 五月 2020 | 00:52:17,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181MethodDeclarations.h +26 五月 2020 | 00:52:17,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3259834470MethodDeclarations.h +26 五月 2020 | 00:52:17,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222.h +26 五月 2020 | 00:52:17,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475MethodDeclarations.h +26 五月 2020 | 00:52:17,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176.h +26 五月 2020 | 00:52:17,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959.h +26 五月 2020 | 00:52:17,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222MethodDeclarations.h +26 五月 2020 | 00:52:17,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3263975176MethodDeclarations.h +26 五月 2020 | 00:52:17,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959MethodDeclarations.h +26 五月 2020 | 00:52:17,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066.h +26 五月 2020 | 00:52:17,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341.h +26 五月 2020 | 00:52:17,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066MethodDeclarations.h +26 五月 2020 | 00:52:17,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543.h +26 五月 2020 | 00:52:17,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314.h +26 五月 2020 | 00:52:17,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543MethodDeclarations.h +26 五月 2020 | 00:52:17,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314MethodDeclarations.h +26 五月 2020 | 00:52:17,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3266169341MethodDeclarations.h +26 五月 2020 | 00:52:17,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186.h +26 五月 2020 | 00:52:17,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248.h +26 五月 2020 | 00:52:17,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186MethodDeclarations.h +26 五月 2020 | 00:52:17,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411.h +26 五月 2020 | 00:52:17,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3289151248MethodDeclarations.h +26 五月 2020 | 00:52:17,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792.h +26 五月 2020 | 00:52:17,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340.h +26 五月 2020 | 00:52:17,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411MethodDeclarations.h +26 五月 2020 | 00:52:17,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792MethodDeclarations.h +26 五月 2020 | 00:52:17,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629.h +26 五月 2020 | 00:52:17,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412.h +26 五月 2020 | 00:52:17,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412MethodDeclarations.h +26 五月 2020 | 00:52:17,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413.h +26 五月 2020 | 00:52:17,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3310438340MethodDeclarations.h +26 五月 2020 | 00:52:17,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413MethodDeclarations.h +26 五月 2020 | 00:52:17,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629MethodDeclarations.h +26 五月 2020 | 00:52:17,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398.h +26 五月 2020 | 00:52:17,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594.h +26 五月 2020 | 00:52:17,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3328917398MethodDeclarations.h +26 五月 2020 | 00:52:17,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594MethodDeclarations.h +26 五月 2020 | 00:52:17,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679.h +26 五月 2020 | 00:52:17,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080.h +26 五月 2020 | 00:52:17,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056.h +26 五月 2020 | 00:52:17,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3377781679MethodDeclarations.h +26 五月 2020 | 00:52:17,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080MethodDeclarations.h +26 五月 2020 | 00:52:17,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043.h +26 五月 2020 | 00:52:17,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056MethodDeclarations.h +26 五月 2020 | 00:52:17,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871.h +26 五月 2020 | 00:52:17,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653.h +26 五月 2020 | 00:52:17,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3422017043MethodDeclarations.h +26 五月 2020 | 00:52:17,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871MethodDeclarations.h +26 五月 2020 | 00:52:17,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653MethodDeclarations.h +26 五月 2020 | 00:52:17,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910.h +26 五月 2020 | 00:52:17,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284.h +26 五月 2020 | 00:52:17,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3480570910MethodDeclarations.h +26 五月 2020 | 00:52:17,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284MethodDeclarations.h +26 五月 2020 | 00:52:17,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716.h +26 五月 2020 | 00:52:17,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035.h +26 五月 2020 | 00:52:17,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035MethodDeclarations.h +26 五月 2020 | 00:52:17,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938.h +26 五月 2020 | 00:52:17,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554.h +26 五月 2020 | 00:52:17,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3499655716MethodDeclarations.h +26 五月 2020 | 00:52:17,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938MethodDeclarations.h +26 五月 2020 | 00:52:17,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554MethodDeclarations.h +26 五月 2020 | 00:52:17,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914.h +26 五月 2020 | 00:52:17,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837.h +26 五月 2020 | 00:52:17,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477.h +26 五月 2020 | 00:52:17,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914MethodDeclarations.h +26 五月 2020 | 00:52:17,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837MethodDeclarations.h +26 五月 2020 | 00:52:17,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3507089477MethodDeclarations.h +26 五月 2020 | 00:52:17,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341.h +26 五月 2020 | 00:52:17,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128.h +26 五月 2020 | 00:52:17,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685.h +26 五月 2020 | 00:52:17,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341MethodDeclarations.h +26 五月 2020 | 00:52:17,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128MethodDeclarations.h +26 五月 2020 | 00:52:17,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475.h +26 五月 2020 | 00:52:17,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3569100685MethodDeclarations.h +26 五月 2020 | 00:52:17,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662.h +26 五月 2020 | 00:52:17,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094.h +26 五月 2020 | 00:52:17,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662MethodDeclarations.h +26 五月 2020 | 00:52:17,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665.h +26 五月 2020 | 00:52:17,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3621400094MethodDeclarations.h +26 五月 2020 | 00:52:17,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665MethodDeclarations.h +26 五月 2020 | 00:52:17,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572.h +26 五月 2020 | 00:52:17,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475MethodDeclarations.h +26 五月 2020 | 00:52:17,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746.h +26 五月 2020 | 00:52:17,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3630127572MethodDeclarations.h +26 五月 2020 | 00:52:17,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959.h +26 五月 2020 | 00:52:17,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662.h +26 五月 2020 | 00:52:17,578 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746MethodDeclarations.h +26 五月 2020 | 00:52:17,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959MethodDeclarations.h +26 五月 2020 | 00:52:17,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3641764662MethodDeclarations.h +26 五月 2020 | 00:52:17,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282.h +26 五月 2020 | 00:52:17,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543.h +26 五月 2020 | 00:52:17,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751.h +26 五月 2020 | 00:52:17,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282MethodDeclarations.h +26 五月 2020 | 00:52:17,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543MethodDeclarations.h +26 五月 2020 | 00:52:17,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3665801751MethodDeclarations.h +26 五月 2020 | 00:52:17,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396.h +26 五月 2020 | 00:52:17,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186.h +26 五月 2020 | 00:52:17,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242.h +26 五月 2020 | 00:52:17,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186MethodDeclarations.h +26 五月 2020 | 00:52:17,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396MethodDeclarations.h +26 五月 2020 | 00:52:17,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3697875242MethodDeclarations.h +26 五月 2020 | 00:52:17,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792.h +26 五月 2020 | 00:52:17,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681.h +26 五月 2020 | 00:52:17,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792MethodDeclarations.h +26 五月 2020 | 00:52:17,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629.h +26 五月 2020 | 00:52:17,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094.h +26 五月 2020 | 00:52:17,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3739713094MethodDeclarations.h +26 五月 2020 | 00:52:17,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681MethodDeclarations.h +26 五月 2020 | 00:52:17,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908.h +26 五月 2020 | 00:52:17,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535.h +26 五月 2020 | 00:52:17,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535MethodDeclarations.h +26 五月 2020 | 00:52:17,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3745018908MethodDeclarations.h +26 五月 2020 | 00:52:17,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629MethodDeclarations.h +26 五月 2020 | 00:52:17,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743.h +26 五月 2020 | 00:52:17,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389.h +26 五月 2020 | 00:52:17,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594.h +26 五月 2020 | 00:52:17,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743MethodDeclarations.h +26 五月 2020 | 00:52:17,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3762967389MethodDeclarations.h +26 五月 2020 | 00:52:17,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594MethodDeclarations.h +26 五月 2020 | 00:52:17,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516.h +26 五月 2020 | 00:52:17,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451.h +26 五月 2020 | 00:52:17,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056.h +26 五月 2020 | 00:52:17,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516MethodDeclarations.h +26 五月 2020 | 00:52:17,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3765931451MethodDeclarations.h +26 五月 2020 | 00:52:17,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056MethodDeclarations.h +26 五月 2020 | 00:52:17,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986.h +26 五月 2020 | 00:52:17,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296.h +26 五月 2020 | 00:52:17,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653.h +26 五月 2020 | 00:52:17,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3785894296MethodDeclarations.h +26 五月 2020 | 00:52:17,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653MethodDeclarations.h +26 五月 2020 | 00:52:17,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398.h +26 五月 2020 | 00:52:17,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986MethodDeclarations.h +26 五月 2020 | 00:52:17,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284.h +26 五月 2020 | 00:52:17,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836360398MethodDeclarations.h +26 五月 2020 | 00:52:17,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578.h +26 五月 2020 | 00:52:17,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011.h +26 五月 2020 | 00:52:17,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284MethodDeclarations.h +26 五月 2020 | 00:52:17,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578MethodDeclarations.h +26 五月 2020 | 00:52:17,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3836851011MethodDeclarations.h +26 五月 2020 | 00:52:17,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035.h +26 五月 2020 | 00:52:17,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653.h +26 五月 2020 | 00:52:17,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524.h +26 五月 2020 | 00:52:17,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035MethodDeclarations.h +26 五月 2020 | 00:52:17,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653MethodDeclarations.h +26 五月 2020 | 00:52:17,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3897373524MethodDeclarations.h +26 五月 2020 | 00:52:17,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554.h +26 五月 2020 | 00:52:17,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266.h +26 五月 2020 | 00:52:17,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569.h +26 五月 2020 | 00:52:17,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554MethodDeclarations.h +26 五月 2020 | 00:52:17,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3920743569MethodDeclarations.h +26 五月 2020 | 00:52:17,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837.h +26 五月 2020 | 00:52:17,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500.h +26 五月 2020 | 00:52:17,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837MethodDeclarations.h +26 五月 2020 | 00:52:17,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128.h +26 五月 2020 | 00:52:17,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3959039500MethodDeclarations.h +26 五月 2020 | 00:52:17,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625.h +26 五月 2020 | 00:52:17,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128MethodDeclarations.h +26 五月 2020 | 00:52:17,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen3987926625MethodDeclarations.h +26 五月 2020 | 00:52:17,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662.h +26 五月 2020 | 00:52:17,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266MethodDeclarations.h +26 五月 2020 | 00:52:17,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662MethodDeclarations.h +26 五月 2020 | 00:52:17,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806.h +26 五月 2020 | 00:52:17,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928.h +26 五月 2020 | 00:52:17,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665.h +26 五月 2020 | 00:52:17,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4007685806MethodDeclarations.h +26 五月 2020 | 00:52:17,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928MethodDeclarations.h +26 五月 2020 | 00:52:17,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244.h +26 五月 2020 | 00:52:17,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665MethodDeclarations.h +26 五月 2020 | 00:52:17,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363.h +26 五月 2020 | 00:52:17,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746.h +26 五月 2020 | 00:52:17,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4011834244MethodDeclarations.h +26 五月 2020 | 00:52:17,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363MethodDeclarations.h +26 五月 2020 | 00:52:17,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436.h +26 五月 2020 | 00:52:17,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746MethodDeclarations.h +26 五月 2020 | 00:52:17,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630.h +26 五月 2020 | 00:52:17,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015302436MethodDeclarations.h +26 五月 2020 | 00:52:17,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282.h +26 五月 2020 | 00:52:17,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630MethodDeclarations.h +26 五月 2020 | 00:52:17,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248.h +26 五月 2020 | 00:52:17,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282MethodDeclarations.h +26 五月 2020 | 00:52:17,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358.h +26 五月 2020 | 00:52:17,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4015463248MethodDeclarations.h +26 五月 2020 | 00:52:17,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396.h +26 五月 2020 | 00:52:17,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358MethodDeclarations.h +26 五月 2020 | 00:52:17,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662.h +26 五月 2020 | 00:52:17,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924.h +26 五月 2020 | 00:52:17,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4046699662MethodDeclarations.h +26 五月 2020 | 00:52:17,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924MethodDeclarations.h +26 五月 2020 | 00:52:17,645 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047.h +26 五月 2020 | 00:52:17,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489.h +26 五月 2020 | 00:52:17,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396MethodDeclarations.h +26 五月 2020 | 00:52:17,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4066184047MethodDeclarations.h +26 五月 2020 | 00:52:17,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489MethodDeclarations.h +26 五月 2020 | 00:52:17,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681.h +26 五月 2020 | 00:52:17,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761.h +26 五月 2020 | 00:52:17,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597.h +26 五月 2020 | 00:52:17,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4129901761MethodDeclarations.h +26 五月 2020 | 00:52:17,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597MethodDeclarations.h +26 五月 2020 | 00:52:17,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066.h +26 五月 2020 | 00:52:17,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021.h +26 五月 2020 | 00:52:17,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4134800066MethodDeclarations.h +26 五月 2020 | 00:52:17,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681MethodDeclarations.h +26 五月 2020 | 00:52:17,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021MethodDeclarations.h +26 五月 2020 | 00:52:17,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086.h +26 五月 2020 | 00:52:17,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535.h +26 五月 2020 | 00:52:17,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124.h +26 五月 2020 | 00:52:17,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535MethodDeclarations.h +26 五月 2020 | 00:52:17,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743.h +26 五月 2020 | 00:52:17,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743MethodDeclarations.h +26 五月 2020 | 00:52:17,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4187049086MethodDeclarations.h +26 五月 2020 | 00:52:17,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396.h +26 五月 2020 | 00:52:17,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516.h +26 五月 2020 | 00:52:17,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4199679396MethodDeclarations.h +26 五月 2020 | 00:52:17,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516MethodDeclarations.h +26 五月 2020 | 00:52:17,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140.h +26 五月 2020 | 00:52:17,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986.h +26 五月 2020 | 00:52:17,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986MethodDeclarations.h +26 五月 2020 | 00:52:17,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4204855140MethodDeclarations.h +26 五月 2020 | 00:52:17,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124MethodDeclarations.h +26 五月 2020 | 00:52:17,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970.h +26 五月 2020 | 00:52:17,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578.h +26 五月 2020 | 00:52:17,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4277483970MethodDeclarations.h +26 五月 2020 | 00:52:17,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578MethodDeclarations.h +26 五月 2020 | 00:52:17,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532.h +26 五月 2020 | 00:52:17,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653.h +26 五月 2020 | 00:52:17,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen4290973532MethodDeclarations.h +26 五月 2020 | 00:52:17,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653MethodDeclarations.h +26 五月 2020 | 00:52:17,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963.h +26 五月 2020 | 00:52:17,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266.h +26 五月 2020 | 00:52:17,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen463499963MethodDeclarations.h +26 五月 2020 | 00:52:17,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292.h +26 五月 2020 | 00:52:17,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370.h +26 五月 2020 | 00:52:17,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292MethodDeclarations.h +26 五月 2020 | 00:52:17,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen467674370MethodDeclarations.h +26 五月 2020 | 00:52:17,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183.h +26 五月 2020 | 00:52:17,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366.h +26 五月 2020 | 00:52:17,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183MethodDeclarations.h +26 五月 2020 | 00:52:17,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen478846366MethodDeclarations.h +26 五月 2020 | 00:52:17,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170.h +26 五月 2020 | 00:52:17,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266MethodDeclarations.h +26 五月 2020 | 00:52:17,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170MethodDeclarations.h +26 五月 2020 | 00:52:17,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928.h +26 五月 2020 | 00:52:17,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865.h +26 五月 2020 | 00:52:17,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133.h +26 五月 2020 | 00:52:17,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928MethodDeclarations.h +26 五月 2020 | 00:52:17,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen515616133MethodDeclarations.h +26 五月 2020 | 00:52:17,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865MethodDeclarations.h +26 五月 2020 | 00:52:17,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363.h +26 五月 2020 | 00:52:17,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586.h +26 五月 2020 | 00:52:17,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664.h +26 五月 2020 | 00:52:17,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363MethodDeclarations.h +26 五月 2020 | 00:52:17,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664MethodDeclarations.h +26 五月 2020 | 00:52:17,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen52234586MethodDeclarations.h +26 五月 2020 | 00:52:17,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630.h +26 五月 2020 | 00:52:17,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437.h +26 五月 2020 | 00:52:17,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767.h +26 五月 2020 | 00:52:17,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630MethodDeclarations.h +26 五月 2020 | 00:52:17,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437MethodDeclarations.h +26 五月 2020 | 00:52:17,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen5634767MethodDeclarations.h +26 五月 2020 | 00:52:17,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358.h +26 五月 2020 | 00:52:17,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984.h +26 五月 2020 | 00:52:17,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869.h +26 五月 2020 | 00:52:17,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358MethodDeclarations.h +26 五月 2020 | 00:52:17,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984MethodDeclarations.h +26 五月 2020 | 00:52:17,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen578033869MethodDeclarations.h +26 五月 2020 | 00:52:17,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924.h +26 五月 2020 | 00:52:17,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930.h +26 五月 2020 | 00:52:17,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924MethodDeclarations.h +26 五月 2020 | 00:52:17,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342.h +26 五月 2020 | 00:52:17,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930MethodDeclarations.h +26 五月 2020 | 00:52:17,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489.h +26 五月 2020 | 00:52:17,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen609575342MethodDeclarations.h +26 五月 2020 | 00:52:17,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484.h +26 五月 2020 | 00:52:17,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489MethodDeclarations.h +26 五月 2020 | 00:52:17,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539.h +26 五月 2020 | 00:52:17,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597.h +26 五月 2020 | 00:52:17,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen670670539MethodDeclarations.h +26 五月 2020 | 00:52:17,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597MethodDeclarations.h +26 五月 2020 | 00:52:17,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413.h +26 五月 2020 | 00:52:17,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021.h +26 五月 2020 | 00:52:17,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen671914413MethodDeclarations.h +26 五月 2020 | 00:52:17,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021MethodDeclarations.h +26 五月 2020 | 00:52:17,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311.h +26 五月 2020 | 00:52:17,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484MethodDeclarations.h +26 五月 2020 | 00:52:17,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124.h +26 五月 2020 | 00:52:17,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen700162311MethodDeclarations.h +26 五月 2020 | 00:52:17,710 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347.h +26 五月 2020 | 00:52:17,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258.h +26 五月 2020 | 00:52:17,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347MethodDeclarations.h +26 五月 2020 | 00:52:17,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen716351258MethodDeclarations.h +26 五月 2020 | 00:52:17,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455.h +26 五月 2020 | 00:52:17,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455MethodDeclarations.h +26 五月 2020 | 00:52:17,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057.h +26 五月 2020 | 00:52:17,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057MethodDeclarations.h +26 五月 2020 | 00:52:17,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268.h +26 五月 2020 | 00:52:17,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268MethodDeclarations.h +26 五月 2020 | 00:52:17,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592.h +26 五月 2020 | 00:52:17,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592MethodDeclarations.h +26 五月 2020 | 00:52:17,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750.h +26 五月 2020 | 00:52:17,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750MethodDeclarations.h +26 五月 2020 | 00:52:17,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226.h +26 五月 2020 | 00:52:17,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226MethodDeclarations.h +26 五月 2020 | 00:52:17,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965.h +26 五月 2020 | 00:52:17,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965MethodDeclarations.h +26 五月 2020 | 00:52:17,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124MethodDeclarations.h +26 五月 2020 | 00:52:17,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449.h +26 五月 2020 | 00:52:17,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096.h +26 五月 2020 | 00:52:17,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen739319096MethodDeclarations.h +26 五月 2020 | 00:52:17,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449MethodDeclarations.h +26 五月 2020 | 00:52:17,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550.h +26 五月 2020 | 00:52:17,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044.h +26 五月 2020 | 00:52:17,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550MethodDeclarations.h +26 五月 2020 | 00:52:17,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen790585044MethodDeclarations.h +26 五月 2020 | 00:52:17,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292.h +26 五月 2020 | 00:52:17,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195.h +26 五月 2020 | 00:52:17,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964.h +26 五月 2020 | 00:52:17,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292MethodDeclarations.h +26 五月 2020 | 00:52:17,738 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen791953964MethodDeclarations.h +26 五月 2020 | 00:52:17,739 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183.h +26 五月 2020 | 00:52:17,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068.h +26 五月 2020 | 00:52:17,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183MethodDeclarations.h +26 五月 2020 | 00:52:17,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen819748068MethodDeclarations.h +26 五月 2020 | 00:52:17,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170.h +26 五月 2020 | 00:52:17,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690.h +26 五月 2020 | 00:52:17,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170MethodDeclarations.h +26 五月 2020 | 00:52:17,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen912836690MethodDeclarations.h +26 五月 2020 | 00:52:17,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865.h +26 五月 2020 | 00:52:17,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447.h +26 五月 2020 | 00:52:17,745 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865MethodDeclarations.h +26 五月 2020 | 00:52:17,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen982643447MethodDeclarations.h +26 五月 2020 | 00:52:17,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664.h +26 五月 2020 | 00:52:17,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605.h +26 五月 2020 | 00:52:17,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664MethodDeclarations.h +26 五月 2020 | 00:52:17,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Action_2_gen988365605MethodDeclarations.h +26 五月 2020 | 00:52:17,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437.h +26 五月 2020 | 00:52:17,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287.h +26 五月 2020 | 00:52:17,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195MethodDeclarations.h +26 五月 2020 | 00:52:17,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437MethodDeclarations.h +26 五月 2020 | 00:52:17,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984.h +26 五月 2020 | 00:52:17,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538.h +26 五月 2020 | 00:52:17,753 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984MethodDeclarations.h +26 五月 2020 | 00:52:17,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930.h +26 五月 2020 | 00:52:17,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930MethodDeclarations.h +26 五月 2020 | 00:52:17,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538MethodDeclarations.h +26 五月 2020 | 00:52:17,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484.h +26 五月 2020 | 00:52:17,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871.h +26 五月 2020 | 00:52:17,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871MethodDeclarations.h +26 五月 2020 | 00:52:17,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096.h +26 五月 2020 | 00:52:17,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_E3806193287MethodDeclarations.h +26 五月 2020 | 00:52:17,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096MethodDeclarations.h +26 五月 2020 | 00:52:17,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097.h +26 五月 2020 | 00:52:17,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498.h +26 五月 2020 | 00:52:17,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_L3774454498MethodDeclarations.h +26 五月 2020 | 00:52:17,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097MethodDeclarations.h +26 五月 2020 | 00:52:17,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484MethodDeclarations.h +26 五月 2020 | 00:52:17,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098.h +26 五月 2020 | 00:52:17,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347.h +26 五月 2020 | 00:52:17,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098MethodDeclarations.h +26 五月 2020 | 00:52:17,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347MethodDeclarations.h +26 五月 2020 | 00:52:17,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732.h +26 五月 2020 | 00:52:17,768 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455.h +26 五月 2020 | 00:52:17,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732MethodDeclarations.h +26 五月 2020 | 00:52:17,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455MethodDeclarations.h +26 五月 2020 | 00:52:17,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669.h +26 五月 2020 | 00:52:17,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057.h +26 五月 2020 | 00:52:17,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209.h +26 五月 2020 | 00:52:17,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li204904209MethodDeclarations.h +26 五月 2020 | 00:52:17,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057MethodDeclarations.h +26 五月 2020 | 00:52:17,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271.h +26 五月 2020 | 00:52:17,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268.h +26 五月 2020 | 00:52:17,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_Li865133271MethodDeclarations.h +26 五月 2020 | 00:52:17,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268MethodDeclarations.h +26 五月 2020 | 00:52:17,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680.h +26 五月 2020 | 00:52:17,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592.h +26 五月 2020 | 00:52:17,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_P1655716680MethodDeclarations.h +26 五月 2020 | 00:52:17,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592MethodDeclarations.h +26 五月 2020 | 00:52:17,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149.h +26 五月 2020 | 00:52:17,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750.h +26 五月 2020 | 00:52:17,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g1022910149MethodDeclarations.h +26 五月 2020 | 00:52:17,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376.h +26 五月 2020 | 00:52:17,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669MethodDeclarations.h +26 五月 2020 | 00:52:17,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_g3932231376MethodDeclarations.h +26 五月 2020 | 00:52:17,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750MethodDeclarations.h +26 五月 2020 | 00:52:17,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139.h +26 五月 2020 | 00:52:17,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226.h +26 五月 2020 | 00:52:17,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087.h +26 五月 2020 | 00:52:17,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139MethodDeclarations.h +26 五月 2020 | 00:52:17,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226MethodDeclarations.h +26 五月 2020 | 00:52:17,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Collections_Generic_HashSet_1_ge362681087MethodDeclarations.h +26 五月 2020 | 00:52:17,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750.h +26 五月 2020 | 00:52:17,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965.h +26 五月 2020 | 00:52:17,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881.h +26 五月 2020 | 00:52:17,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750MethodDeclarations.h +26 五月 2020 | 00:52:17,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965MethodDeclarations.h +26 五月 2020 | 00:52:17,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen1603424881MethodDeclarations.h +26 五月 2020 | 00:52:17,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746.h +26 五月 2020 | 00:52:17,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681.h +26 五月 2020 | 00:52:17,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449.h +26 五月 2020 | 00:52:17,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746MethodDeclarations.h +26 五月 2020 | 00:52:17,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449MethodDeclarations.h +26 五月 2020 | 00:52:17,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen348874681MethodDeclarations.h +26 五月 2020 | 00:52:17,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601.h +26 五月 2020 | 00:52:17,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550.h +26 五月 2020 | 00:52:17,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673.h +26 五月 2020 | 00:52:17,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601MethodDeclarations.h +26 五月 2020 | 00:52:17,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550MethodDeclarations.h +26 五月 2020 | 00:52:17,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_1_gen3812466673MethodDeclarations.h +26 五月 2020 | 00:52:17,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801.h +26 五月 2020 | 00:52:17,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195.h +26 五月 2020 | 00:52:17,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841.h +26 五月 2020 | 00:52:17,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801MethodDeclarations.h +26 五月 2020 | 00:52:17,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1623697841MethodDeclarations.h +26 五月 2020 | 00:52:17,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513.h +26 五月 2020 | 00:52:17,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195MethodDeclarations.h +26 五月 2020 | 00:52:17,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469.h +26 五月 2020 | 00:52:17,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513MethodDeclarations.h +26 五月 2020 | 00:52:17,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538.h +26 五月 2020 | 00:52:17,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen1675079469MethodDeclarations.h +26 五月 2020 | 00:52:17,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849.h +26 五月 2020 | 00:52:17,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181.h +26 五月 2020 | 00:52:17,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849MethodDeclarations.h +26 五月 2020 | 00:52:17,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_2_gen2825504181MethodDeclarations.h +26 五月 2020 | 00:52:17,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655.h +26 五月 2020 | 00:52:17,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538MethodDeclarations.h +26 五月 2020 | 00:52:17,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655MethodDeclarations.h +26 五月 2020 | 00:52:17,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222.h +26 五月 2020 | 00:52:17,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871.h +26 五月 2020 | 00:52:17,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1000998222MethodDeclarations.h +26 五月 2020 | 00:52:17,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229.h +26 五月 2020 | 00:52:17,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871MethodDeclarations.h +26 五月 2020 | 00:52:17,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066.h +26 五月 2020 | 00:52:17,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229MethodDeclarations.h +26 五月 2020 | 00:52:17,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096.h +26 五月 2020 | 00:52:17,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1003331066MethodDeclarations.h +26 五月 2020 | 00:52:17,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096MethodDeclarations.h +26 五月 2020 | 00:52:17,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314.h +26 五月 2020 | 00:52:17,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097.h +26 五月 2020 | 00:52:17,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1023471314MethodDeclarations.h +26 五月 2020 | 00:52:17,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135.h +26 五月 2020 | 00:52:17,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097MethodDeclarations.h +26 五月 2020 | 00:52:17,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411.h +26 五月 2020 | 00:52:17,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135MethodDeclarations.h +26 五月 2020 | 00:52:17,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098.h +26 五月 2020 | 00:52:17,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687411MethodDeclarations.h +26 五月 2020 | 00:52:17,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348.h +26 五月 2020 | 00:52:17,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098MethodDeclarations.h +26 五月 2020 | 00:52:17,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412.h +26 五月 2020 | 00:52:17,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348MethodDeclarations.h +26 五月 2020 | 00:52:17,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717.h +26 五月 2020 | 00:52:17,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687412MethodDeclarations.h +26 五月 2020 | 00:52:17,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732.h +26 五月 2020 | 00:52:17,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413.h +26 五月 2020 | 00:52:17,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717MethodDeclarations.h +26 五月 2020 | 00:52:17,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732MethodDeclarations.h +26 五月 2020 | 00:52:17,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1055687413MethodDeclarations.h +26 五月 2020 | 00:52:17,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912.h +26 五月 2020 | 00:52:17,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669.h +26 五月 2020 | 00:52:17,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080.h +26 五月 2020 | 00:52:17,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912MethodDeclarations.h +26 五月 2020 | 00:52:17,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1063761080MethodDeclarations.h +26 五月 2020 | 00:52:17,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741.h +26 五月 2020 | 00:52:17,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669MethodDeclarations.h +26 五月 2020 | 00:52:17,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871.h +26 五月 2020 | 00:52:17,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139.h +26 五月 2020 | 00:52:17,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741MethodDeclarations.h +26 五月 2020 | 00:52:17,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1074053871MethodDeclarations.h +26 五月 2020 | 00:52:17,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139MethodDeclarations.h +26 五月 2020 | 00:52:17,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126.h +26 五月 2020 | 00:52:17,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750.h +26 五月 2020 | 00:52:17,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750MethodDeclarations.h +26 五月 2020 | 00:52:17,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126MethodDeclarations.h +26 五月 2020 | 00:52:17,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746.h +26 五月 2020 | 00:52:17,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746MethodDeclarations.h +26 五月 2020 | 00:52:17,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601.h +26 五月 2020 | 00:52:17,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601MethodDeclarations.h +26 五月 2020 | 00:52:17,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938.h +26 五月 2020 | 00:52:17,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801.h +26 五月 2020 | 00:52:17,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1087809938MethodDeclarations.h +26 五月 2020 | 00:52:17,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801MethodDeclarations.h +26 五月 2020 | 00:52:17,845 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914.h +26 五月 2020 | 00:52:17,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513.h +26 五月 2020 | 00:52:17,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1126040914MethodDeclarations.h +26 五月 2020 | 00:52:17,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513MethodDeclarations.h +26 五月 2020 | 00:52:17,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248.h +26 五月 2020 | 00:52:17,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341.h +26 五月 2020 | 00:52:17,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849.h +26 五月 2020 | 00:52:17,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248MethodDeclarations.h +26 五月 2020 | 00:52:17,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1172922341MethodDeclarations.h +26 五月 2020 | 00:52:17,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849MethodDeclarations.h +26 五月 2020 | 00:52:17,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475.h +26 五月 2020 | 00:52:17,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655.h +26 五月 2020 | 00:52:17,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239.h +26 五月 2020 | 00:52:17,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655MethodDeclarations.h +26 五月 2020 | 00:52:17,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239MethodDeclarations.h +26 五月 2020 | 00:52:17,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945.h +26 五月 2020 | 00:52:17,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945MethodDeclarations.h +26 五月 2020 | 00:52:17,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110.h +26 五月 2020 | 00:52:17,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110MethodDeclarations.h +26 五月 2020 | 00:52:17,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017.h +26 五月 2020 | 00:52:17,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017MethodDeclarations.h +26 五月 2020 | 00:52:17,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109.h +26 五月 2020 | 00:52:17,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109MethodDeclarations.h +26 五月 2020 | 00:52:17,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167.h +26 五月 2020 | 00:52:17,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167MethodDeclarations.h +26 五月 2020 | 00:52:17,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448.h +26 五月 2020 | 00:52:17,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448MethodDeclarations.h +26 五月 2020 | 00:52:17,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812.h +26 五月 2020 | 00:52:17,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229.h +26 五月 2020 | 00:52:17,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812MethodDeclarations.h +26 五月 2020 | 00:52:17,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229MethodDeclarations.h +26 五月 2020 | 00:52:17,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679.h +26 五月 2020 | 00:52:17,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679MethodDeclarations.h +26 五月 2020 | 00:52:17,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485.h +26 五月 2020 | 00:52:17,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135.h +26 五月 2020 | 00:52:17,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485MethodDeclarations.h +26 五月 2020 | 00:52:17,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135MethodDeclarations.h +26 五月 2020 | 00:52:17,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902.h +26 五月 2020 | 00:52:17,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348.h +26 五月 2020 | 00:52:17,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen119106475MethodDeclarations.h +26 五月 2020 | 00:52:17,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902MethodDeclarations.h +26 五月 2020 | 00:52:17,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348MethodDeclarations.h +26 五月 2020 | 00:52:17,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246.h +26 五月 2020 | 00:52:17,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959.h +26 五月 2020 | 00:52:17,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717.h +26 五月 2020 | 00:52:17,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246MethodDeclarations.h +26 五月 2020 | 00:52:17,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1221263959MethodDeclarations.h +26 五月 2020 | 00:52:17,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717MethodDeclarations.h +26 五月 2020 | 00:52:17,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583.h +26 五月 2020 | 00:52:17,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543.h +26 五月 2020 | 00:52:17,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912.h +26 五月 2020 | 00:52:17,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583MethodDeclarations.h +26 五月 2020 | 00:52:17,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1235037543MethodDeclarations.h +26 五月 2020 | 00:52:17,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454.h +26 五月 2020 | 00:52:17,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186.h +26 五月 2020 | 00:52:17,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454MethodDeclarations.h +26 五月 2020 | 00:52:17,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1242119186MethodDeclarations.h +26 五月 2020 | 00:52:17,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863.h +26 五月 2020 | 00:52:17,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912MethodDeclarations.h +26 五月 2020 | 00:52:17,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792.h +26 五月 2020 | 00:52:17,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863MethodDeclarations.h +26 五月 2020 | 00:52:17,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741.h +26 五月 2020 | 00:52:17,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1250765792MethodDeclarations.h +26 五月 2020 | 00:52:17,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741MethodDeclarations.h +26 五月 2020 | 00:52:17,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629.h +26 五月 2020 | 00:52:17,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126.h +26 五月 2020 | 00:52:17,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126MethodDeclarations.h +26 五月 2020 | 00:52:17,905 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1266038629MethodDeclarations.h +26 五月 2020 | 00:52:17,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341.h +26 五月 2020 | 00:52:17,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248.h +26 五月 2020 | 00:52:17,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594.h +26 五月 2020 | 00:52:17,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341MethodDeclarations.h +26 五月 2020 | 00:52:17,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248MethodDeclarations.h +26 五月 2020 | 00:52:17,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1273614594MethodDeclarations.h +26 五月 2020 | 00:52:17,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239.h +26 五月 2020 | 00:52:17,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431.h +26 五月 2020 | 00:52:17,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056.h +26 五月 2020 | 00:52:17,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239MethodDeclarations.h +26 五月 2020 | 00:52:17,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431MethodDeclarations.h +26 五月 2020 | 00:52:17,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1281586056MethodDeclarations.h +26 五月 2020 | 00:52:17,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520.h +26 五月 2020 | 00:52:17,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945.h +26 五月 2020 | 00:52:17,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653.h +26 五月 2020 | 00:52:17,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520MethodDeclarations.h +26 五月 2020 | 00:52:17,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1286010653MethodDeclarations.h +26 五月 2020 | 00:52:17,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011.h +26 五月 2020 | 00:52:17,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284.h +26 五月 2020 | 00:52:17,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011MethodDeclarations.h +26 五月 2020 | 00:52:17,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1383192284MethodDeclarations.h +26 五月 2020 | 00:52:17,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035.h +26 五月 2020 | 00:52:17,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945MethodDeclarations.h +26 五月 2020 | 00:52:17,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1423431035MethodDeclarations.h +26 五月 2020 | 00:52:17,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554.h +26 五月 2020 | 00:52:17,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110.h +26 五月 2020 | 00:52:17,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1457991554MethodDeclarations.h +26 五月 2020 | 00:52:17,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837.h +26 五月 2020 | 00:52:17,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110MethodDeclarations.h +26 五月 2020 | 00:52:17,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863.h +26 五月 2020 | 00:52:17,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017.h +26 五月 2020 | 00:52:17,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1493977837MethodDeclarations.h +26 五月 2020 | 00:52:17,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017MethodDeclarations.h +26 五月 2020 | 00:52:17,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863MethodDeclarations.h +26 五月 2020 | 00:52:17,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128.h +26 五月 2020 | 00:52:17,930 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109.h +26 五月 2020 | 00:52:17,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677.h +26 五月 2020 | 00:52:17,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1535796128MethodDeclarations.h +26 五月 2020 | 00:52:17,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109MethodDeclarations.h +26 五月 2020 | 00:52:17,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677MethodDeclarations.h +26 五月 2020 | 00:52:17,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662.h +26 五月 2020 | 00:52:17,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167.h +26 五月 2020 | 00:52:17,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167MethodDeclarations.h +26 五月 2020 | 00:52:17,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1641660662MethodDeclarations.h +26 五月 2020 | 00:52:17,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158.h +26 五月 2020 | 00:52:17,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665.h +26 五月 2020 | 00:52:17,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448.h +26 五月 2020 | 00:52:17,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158MethodDeclarations.h +26 五月 2020 | 00:52:17,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1685739665MethodDeclarations.h +26 五月 2020 | 00:52:17,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448MethodDeclarations.h +26 五月 2020 | 00:52:17,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220.h +26 五月 2020 | 00:52:17,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746.h +26 五月 2020 | 00:52:17,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220MethodDeclarations.h +26 五月 2020 | 00:52:17,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812.h +26 五月 2020 | 00:52:17,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721176746MethodDeclarations.h +26 五月 2020 | 00:52:17,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065.h +26 五月 2020 | 00:52:17,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812MethodDeclarations.h +26 五月 2020 | 00:52:17,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282.h +26 五月 2020 | 00:52:17,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065MethodDeclarations.h +26 五月 2020 | 00:52:17,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1721225282MethodDeclarations.h +26 五月 2020 | 00:52:17,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679.h +26 五月 2020 | 00:52:17,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167.h +26 五月 2020 | 00:52:17,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396.h +26 五月 2020 | 00:52:17,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679MethodDeclarations.h +26 五月 2020 | 00:52:17,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167MethodDeclarations.h +26 五月 2020 | 00:52:17,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485.h +26 五月 2020 | 00:52:17,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1733596396MethodDeclarations.h +26 五月 2020 | 00:52:17,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780.h +26 五月 2020 | 00:52:17,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485MethodDeclarations.h +26 五月 2020 | 00:52:17,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780MethodDeclarations.h +26 五月 2020 | 00:52:17,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681.h +26 五月 2020 | 00:52:17,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902.h +26 五月 2020 | 00:52:17,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902MethodDeclarations.h +26 五月 2020 | 00:52:17,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640.h +26 五月 2020 | 00:52:17,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246.h +26 五月 2020 | 00:52:17,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246MethodDeclarations.h +26 五月 2020 | 00:52:17,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583.h +26 五月 2020 | 00:52:17,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583MethodDeclarations.h +26 五月 2020 | 00:52:17,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454.h +26 五月 2020 | 00:52:17,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454MethodDeclarations.h +26 五月 2020 | 00:52:17,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863.h +26 五月 2020 | 00:52:17,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863MethodDeclarations.h +26 五月 2020 | 00:52:17,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640MethodDeclarations.h +26 五月 2020 | 00:52:17,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293.h +26 五月 2020 | 00:52:17,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293MethodDeclarations.h +26 五月 2020 | 00:52:17,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338.h +26 五月 2020 | 00:52:17,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341.h +26 五月 2020 | 00:52:17,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1736432681MethodDeclarations.h +26 五月 2020 | 00:52:17,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338MethodDeclarations.h +26 五月 2020 | 00:52:17,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535.h +26 五月 2020 | 00:52:17,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341MethodDeclarations.h +26 五月 2020 | 00:52:17,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269.h +26 五月 2020 | 00:52:17,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1845343535MethodDeclarations.h +26 五月 2020 | 00:52:17,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431.h +26 五月 2020 | 00:52:17,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269MethodDeclarations.h +26 五月 2020 | 00:52:17,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743.h +26 五月 2020 | 00:52:17,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431MethodDeclarations.h +26 五月 2020 | 00:52:17,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394.h +26 五月 2020 | 00:52:17,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1852716743MethodDeclarations.h +26 五月 2020 | 00:52:17,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520.h +26 五月 2020 | 00:52:17,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394MethodDeclarations.h +26 五月 2020 | 00:52:17,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516.h +26 五月 2020 | 00:52:17,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520MethodDeclarations.h +26 五月 2020 | 00:52:17,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1876997516MethodDeclarations.h +26 五月 2020 | 00:52:17,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011.h +26 五月 2020 | 00:52:17,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986.h +26 五月 2020 | 00:52:17,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575.h +26 五月 2020 | 00:52:17,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011MethodDeclarations.h +26 五月 2020 | 00:52:17,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575MethodDeclarations.h +26 五月 2020 | 00:52:17,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1909050986MethodDeclarations.h +26 五月 2020 | 00:52:17,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863.h +26 五月 2020 | 00:52:17,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013.h +26 五月 2020 | 00:52:17,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863MethodDeclarations.h +26 五月 2020 | 00:52:17,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677.h +26 五月 2020 | 00:52:17,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578.h +26 五月 2020 | 00:52:17,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013MethodDeclarations.h +26 五月 2020 | 00:52:18,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677MethodDeclarations.h +26 五月 2020 | 00:52:18,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen1966148578MethodDeclarations.h +26 五月 2020 | 00:52:18,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205.h +26 五月 2020 | 00:52:18,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158.h +26 五月 2020 | 00:52:18,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653.h +26 五月 2020 | 00:52:18,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205MethodDeclarations.h +26 五月 2020 | 00:52:18,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158MethodDeclarations.h +26 五月 2020 | 00:52:18,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2000155653MethodDeclarations.h +26 五月 2020 | 00:52:18,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017.h +26 五月 2020 | 00:52:18,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220.h +26 五月 2020 | 00:52:18,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266.h +26 五月 2020 | 00:52:18,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017MethodDeclarations.h +26 五月 2020 | 00:52:18,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220MethodDeclarations.h +26 五月 2020 | 00:52:18,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431.h +26 五月 2020 | 00:52:18,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065.h +26 五月 2020 | 00:52:18,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431MethodDeclarations.h +26 五月 2020 | 00:52:18,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065MethodDeclarations.h +26 五月 2020 | 00:52:18,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167.h +26 五月 2020 | 00:52:18,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167MethodDeclarations.h +26 五月 2020 | 00:52:18,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816.h +26 五月 2020 | 00:52:18,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780.h +26 五月 2020 | 00:52:18,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816MethodDeclarations.h +26 五月 2020 | 00:52:18,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780MethodDeclarations.h +26 五月 2020 | 00:52:18,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638.h +26 五月 2020 | 00:52:18,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2014940266MethodDeclarations.h +26 五月 2020 | 00:52:18,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638MethodDeclarations.h +26 五月 2020 | 00:52:18,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640.h +26 五月 2020 | 00:52:18,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928.h +26 五月 2020 | 00:52:18,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530.h +26 五月 2020 | 00:52:18,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640MethodDeclarations.h +26 五月 2020 | 00:52:18,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2024351928MethodDeclarations.h +26 五月 2020 | 00:52:18,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530MethodDeclarations.h +26 五月 2020 | 00:52:18,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835.h +26 五月 2020 | 00:52:18,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293.h +26 五月 2020 | 00:52:18,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363.h +26 五月 2020 | 00:52:18,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835MethodDeclarations.h +26 五月 2020 | 00:52:18,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293MethodDeclarations.h +26 五月 2020 | 00:52:18,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2098631363MethodDeclarations.h +26 五月 2020 | 00:52:18,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855.h +26 五月 2020 | 00:52:18,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338.h +26 五月 2020 | 00:52:18,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630.h +26 五月 2020 | 00:52:18,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855MethodDeclarations.h +26 五月 2020 | 00:52:18,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338MethodDeclarations.h +26 五月 2020 | 00:52:18,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2133351630MethodDeclarations.h +26 五月 2020 | 00:52:18,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165.h +26 五月 2020 | 00:52:18,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269.h +26 五月 2020 | 00:52:18,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358.h +26 五月 2020 | 00:52:18,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165MethodDeclarations.h +26 五月 2020 | 00:52:18,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269MethodDeclarations.h +26 五月 2020 | 00:52:18,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2172611358MethodDeclarations.h +26 五月 2020 | 00:52:18,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909.h +26 五月 2020 | 00:52:18,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394.h +26 五月 2020 | 00:52:18,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924.h +26 五月 2020 | 00:52:18,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909MethodDeclarations.h +26 五月 2020 | 00:52:18,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394MethodDeclarations.h +26 五月 2020 | 00:52:18,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2184482924MethodDeclarations.h +26 五月 2020 | 00:52:18,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739.h +26 五月 2020 | 00:52:18,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489.h +26 五月 2020 | 00:52:18,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575.h +26 五月 2020 | 00:52:18,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575MethodDeclarations.h +26 五月 2020 | 00:52:18,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2191299489MethodDeclarations.h +26 五月 2020 | 00:52:18,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739MethodDeclarations.h +26 五月 2020 | 00:52:18,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597.h +26 五月 2020 | 00:52:18,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013.h +26 五月 2020 | 00:52:18,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301.h +26 五月 2020 | 00:52:18,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2205593597MethodDeclarations.h +26 五月 2020 | 00:52:18,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013MethodDeclarations.h +26 五月 2020 | 00:52:18,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021.h +26 五月 2020 | 00:52:18,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301MethodDeclarations.h +26 五月 2020 | 00:52:18,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205.h +26 五月 2020 | 00:52:18,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2207413021MethodDeclarations.h +26 五月 2020 | 00:52:18,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832.h +26 五月 2020 | 00:52:18,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205MethodDeclarations.h +26 五月 2020 | 00:52:18,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124.h +26 五月 2020 | 00:52:18,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832MethodDeclarations.h +26 五月 2020 | 00:52:18,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017.h +26 五月 2020 | 00:52:18,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651.h +26 五月 2020 | 00:52:18,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017MethodDeclarations.h +26 五月 2020 | 00:52:18,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651MethodDeclarations.h +26 五月 2020 | 00:52:18,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431.h +26 五月 2020 | 00:52:18,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065.h +26 五月 2020 | 00:52:18,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431MethodDeclarations.h +26 五月 2020 | 00:52:18,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065MethodDeclarations.h +26 五月 2020 | 00:52:18,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816.h +26 五月 2020 | 00:52:18,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143.h +26 五月 2020 | 00:52:18,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816MethodDeclarations.h +26 五月 2020 | 00:52:18,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143MethodDeclarations.h +26 五月 2020 | 00:52:18,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638.h +26 五月 2020 | 00:52:18,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2213878124MethodDeclarations.h +26 五月 2020 | 00:52:18,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953.h +26 五月 2020 | 00:52:18,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638MethodDeclarations.h +26 五月 2020 | 00:52:18,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953MethodDeclarations.h +26 五月 2020 | 00:52:18,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530.h +26 五月 2020 | 00:52:18,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530MethodDeclarations.h +26 五月 2020 | 00:52:18,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835.h +26 五月 2020 | 00:52:18,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835MethodDeclarations.h +26 五月 2020 | 00:52:18,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855.h +26 五月 2020 | 00:52:18,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245.h +26 五月 2020 | 00:52:18,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855MethodDeclarations.h +26 五月 2020 | 00:52:18,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245MethodDeclarations.h +26 五月 2020 | 00:52:18,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111.h +26 五月 2020 | 00:52:18,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165.h +26 五月 2020 | 00:52:18,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111MethodDeclarations.h +26 五月 2020 | 00:52:18,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165MethodDeclarations.h +26 五月 2020 | 00:52:18,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077.h +26 五月 2020 | 00:52:18,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909.h +26 五月 2020 | 00:52:18,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292.h +26 五月 2020 | 00:52:18,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077MethodDeclarations.h +26 五月 2020 | 00:52:18,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909MethodDeclarations.h +26 五月 2020 | 00:52:18,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2217602292MethodDeclarations.h +26 五月 2020 | 00:52:18,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182.h +26 五月 2020 | 00:52:18,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739.h +26 五月 2020 | 00:52:18,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183.h +26 五月 2020 | 00:52:18,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182MethodDeclarations.h +26 五月 2020 | 00:52:18,244 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080.h +26 五月 2020 | 00:52:18,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2233823183MethodDeclarations.h +26 五月 2020 | 00:52:18,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080MethodDeclarations.h +26 五月 2020 | 00:52:18,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170.h +26 五月 2020 | 00:52:18,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027.h +26 五月 2020 | 00:52:18,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2266461170MethodDeclarations.h +26 五月 2020 | 00:52:18,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865.h +26 五月 2020 | 00:52:18,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2274372865MethodDeclarations.h +26 五月 2020 | 00:52:18,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664.h +26 五月 2020 | 00:52:18,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027MethodDeclarations.h +26 五月 2020 | 00:52:18,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2305446664MethodDeclarations.h +26 五月 2020 | 00:52:18,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865.h +26 五月 2020 | 00:52:18,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437.h +26 五月 2020 | 00:52:18,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865MethodDeclarations.h +26 五月 2020 | 00:52:18,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2369548437MethodDeclarations.h +26 五月 2020 | 00:52:18,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813.h +26 五月 2020 | 00:52:18,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984.h +26 五月 2020 | 00:52:18,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739MethodDeclarations.h +26 五月 2020 | 00:52:18,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813MethodDeclarations.h +26 五月 2020 | 00:52:18,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2403300984MethodDeclarations.h +26 五月 2020 | 00:52:18,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930.h +26 五月 2020 | 00:52:18,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2416827930MethodDeclarations.h +26 五月 2020 | 00:52:18,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484.h +26 五月 2020 | 00:52:18,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301.h +26 五月 2020 | 00:52:18,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733.h +26 五月 2020 | 00:52:18,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733MethodDeclarations.h +26 五月 2020 | 00:52:18,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2418498484MethodDeclarations.h +26 五月 2020 | 00:52:18,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837.h +26 五月 2020 | 00:52:18,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301MethodDeclarations.h +26 五月 2020 | 00:52:18,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347.h +26 五月 2020 | 00:52:18,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837MethodDeclarations.h +26 五月 2020 | 00:52:18,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832.h +26 五月 2020 | 00:52:18,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2422590347MethodDeclarations.h +26 五月 2020 | 00:52:18,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939.h +26 五月 2020 | 00:52:18,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832MethodDeclarations.h +26 五月 2020 | 00:52:18,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939MethodDeclarations.h +26 五月 2020 | 00:52:18,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651.h +26 五月 2020 | 00:52:18,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455.h +26 五月 2020 | 00:52:18,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216.h +26 五月 2020 | 00:52:18,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2427094455MethodDeclarations.h +26 五月 2020 | 00:52:18,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651MethodDeclarations.h +26 五月 2020 | 00:52:18,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057.h +26 五月 2020 | 00:52:18,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216MethodDeclarations.h +26 五月 2020 | 00:52:18,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2438866057MethodDeclarations.h +26 五月 2020 | 00:52:18,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065.h +26 五月 2020 | 00:52:18,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268.h +26 五月 2020 | 00:52:18,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065MethodDeclarations.h +26 五月 2020 | 00:52:18,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2495084268MethodDeclarations.h +26 五月 2020 | 00:52:18,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143.h +26 五月 2020 | 00:52:18,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592.h +26 五月 2020 | 00:52:18,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143MethodDeclarations.h +26 五月 2020 | 00:52:18,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2569305592MethodDeclarations.h +26 五月 2020 | 00:52:18,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953.h +26 五月 2020 | 00:52:18,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374.h +26 五月 2020 | 00:52:18,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750.h +26 五月 2020 | 00:52:18,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953MethodDeclarations.h +26 五月 2020 | 00:52:18,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374MethodDeclarations.h +26 五月 2020 | 00:52:18,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2578133750MethodDeclarations.h +26 五月 2020 | 00:52:18,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907.h +26 五月 2020 | 00:52:18,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245.h +26 五月 2020 | 00:52:18,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226.h +26 五月 2020 | 00:52:18,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907MethodDeclarations.h +26 五月 2020 | 00:52:18,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245MethodDeclarations.h +26 五月 2020 | 00:52:18,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111.h +26 五月 2020 | 00:52:18,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2590633226MethodDeclarations.h +26 五月 2020 | 00:52:18,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111MethodDeclarations.h +26 五月 2020 | 00:52:18,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073.h +26 五月 2020 | 00:52:18,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965.h +26 五月 2020 | 00:52:18,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073MethodDeclarations.h +26 五月 2020 | 00:52:18,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2620790965MethodDeclarations.h +26 五月 2020 | 00:52:18,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077.h +26 五月 2020 | 00:52:18,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449.h +26 五月 2020 | 00:52:18,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077MethodDeclarations.h +26 五月 2020 | 00:52:18,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280.h +26 五月 2020 | 00:52:18,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2625423449MethodDeclarations.h +26 五月 2020 | 00:52:18,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182.h +26 五月 2020 | 00:52:18,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280MethodDeclarations.h +26 五月 2020 | 00:52:18,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182MethodDeclarations.h +26 五月 2020 | 00:52:18,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550.h +26 五月 2020 | 00:52:18,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764.h +26 五月 2020 | 00:52:18,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080.h +26 五月 2020 | 00:52:18,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2637554550MethodDeclarations.h +26 五月 2020 | 00:52:18,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764MethodDeclarations.h +26 五月 2020 | 00:52:18,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080MethodDeclarations.h +26 五月 2020 | 00:52:18,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195.h +26 五月 2020 | 00:52:18,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248.h +26 五月 2020 | 00:52:18,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027.h +26 五月 2020 | 00:52:18,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248MethodDeclarations.h +26 五月 2020 | 00:52:18,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027MethodDeclarations.h +26 五月 2020 | 00:52:18,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400.h +26 五月 2020 | 00:52:18,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2686117195MethodDeclarations.h +26 五月 2020 | 00:52:18,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865.h +26 五月 2020 | 00:52:18,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400MethodDeclarations.h +26 五月 2020 | 00:52:18,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865MethodDeclarations.h +26 五月 2020 | 00:52:18,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853.h +26 五月 2020 | 00:52:18,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813.h +26 五月 2020 | 00:52:18,447 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538.h +26 五月 2020 | 00:52:18,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853MethodDeclarations.h +26 五月 2020 | 00:52:18,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813MethodDeclarations.h +26 五月 2020 | 00:52:18,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071.h +26 五月 2020 | 00:52:18,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2698595538MethodDeclarations.h +26 五月 2020 | 00:52:18,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071MethodDeclarations.h +26 五月 2020 | 00:52:18,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871.h +26 五月 2020 | 00:52:18,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356.h +26 五月 2020 | 00:52:18,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733.h +26 五月 2020 | 00:52:18,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2753335871MethodDeclarations.h +26 五月 2020 | 00:52:18,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733MethodDeclarations.h +26 五月 2020 | 00:52:18,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356MethodDeclarations.h +26 五月 2020 | 00:52:18,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096.h +26 五月 2020 | 00:52:18,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837.h +26 五月 2020 | 00:52:18,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357.h +26 五月 2020 | 00:52:18,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621096MethodDeclarations.h +26 五月 2020 | 00:52:18,456 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837MethodDeclarations.h +26 五月 2020 | 00:52:18,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357MethodDeclarations.h +26 五月 2020 | 00:52:18,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097.h +26 五月 2020 | 00:52:18,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939.h +26 五月 2020 | 00:52:18,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239.h +26 五月 2020 | 00:52:18,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621097MethodDeclarations.h +26 五月 2020 | 00:52:18,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939MethodDeclarations.h +26 五月 2020 | 00:52:18,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239MethodDeclarations.h +26 五月 2020 | 00:52:18,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098.h +26 五月 2020 | 00:52:18,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216.h +26 五月 2020 | 00:52:18,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088.h +26 五月 2020 | 00:52:18,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2792621098MethodDeclarations.h +26 五月 2020 | 00:52:18,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088MethodDeclarations.h +26 五月 2020 | 00:52:18,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216MethodDeclarations.h +26 五月 2020 | 00:52:18,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732.h +26 五月 2020 | 00:52:18,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen279845732MethodDeclarations.h +26 五月 2020 | 00:52:18,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669.h +26 五月 2020 | 00:52:18,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2832308669MethodDeclarations.h +26 五月 2020 | 00:52:18,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662.h +26 五月 2020 | 00:52:18,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139.h +26 五月 2020 | 00:52:18,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662MethodDeclarations.h +26 五月 2020 | 00:52:18,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:18,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374.h +26 五月 2020 | 00:52:18,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:18,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203.h +26 五月 2020 | 00:52:18,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374MethodDeclarations.h +26 五月 2020 | 00:52:18,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907.h +26 五月 2020 | 00:52:18,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203MethodDeclarations.h +26 五月 2020 | 00:52:18,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907MethodDeclarations.h +26 五月 2020 | 00:52:18,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465.h +26 五月 2020 | 00:52:18,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073.h +26 五月 2020 | 00:52:18,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465MethodDeclarations.h +26 五月 2020 | 00:52:18,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073MethodDeclarations.h +26 五月 2020 | 00:52:18,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648.h +26 五月 2020 | 00:52:18,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280.h +26 五月 2020 | 00:52:18,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648MethodDeclarations.h +26 五月 2020 | 00:52:18,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen284020139MethodDeclarations.h +26 五月 2020 | 00:52:18,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280MethodDeclarations.h +26 五月 2020 | 00:52:18,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750.h +26 五月 2020 | 00:52:18,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764.h +26 五月 2020 | 00:52:18,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2842053750MethodDeclarations.h +26 五月 2020 | 00:52:18,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764MethodDeclarations.h +26 五月 2020 | 00:52:18,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746.h +26 五月 2020 | 00:52:18,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248.h +26 五月 2020 | 00:52:18,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2853225746MethodDeclarations.h +26 五月 2020 | 00:52:18,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248MethodDeclarations.h +26 五月 2020 | 00:52:18,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601.h +26 五月 2020 | 00:52:18,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400.h +26 五月 2020 | 00:52:18,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2879014601MethodDeclarations.h +26 五月 2020 | 00:52:18,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400MethodDeclarations.h +26 五月 2020 | 00:52:18,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801.h +26 五月 2020 | 00:52:18,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461.h +26 五月 2020 | 00:52:18,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853.h +26 五月 2020 | 00:52:18,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2887824801MethodDeclarations.h +26 五月 2020 | 00:52:18,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461MethodDeclarations.h +26 五月 2020 | 00:52:18,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513.h +26 五月 2020 | 00:52:18,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:18,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:18,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2889995513MethodDeclarations.h +26 五月 2020 | 00:52:18,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853MethodDeclarations.h +26 五月 2020 | 00:52:18,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:18,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849.h +26 五月 2020 | 00:52:18,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:18,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071.h +26 五月 2020 | 00:52:18,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2897318849MethodDeclarations.h +26 五月 2020 | 00:52:18,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954.h +26 五月 2020 | 00:52:18,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954MethodDeclarations.h +26 五月 2020 | 00:52:18,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655.h +26 五月 2020 | 00:52:18,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071MethodDeclarations.h +26 五月 2020 | 00:52:18,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2898082655MethodDeclarations.h +26 五月 2020 | 00:52:18,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894.h +26 五月 2020 | 00:52:18,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356.h +26 五月 2020 | 00:52:18,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894MethodDeclarations.h +26 五月 2020 | 00:52:18,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229.h +26 五月 2020 | 00:52:18,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915.h +26 五月 2020 | 00:52:18,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915MethodDeclarations.h +26 五月 2020 | 00:52:18,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2913681229MethodDeclarations.h +26 五月 2020 | 00:52:18,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356MethodDeclarations.h +26 五月 2020 | 00:52:18,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562.h +26 五月 2020 | 00:52:18,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562MethodDeclarations.h +26 五月 2020 | 00:52:18,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135.h +26 五月 2020 | 00:52:18,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357.h +26 五月 2020 | 00:52:18,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen295192135MethodDeclarations.h +26 五月 2020 | 00:52:18,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Locale4255929014.h +26 五月 2020 | 00:52:18,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348.h +26 五月 2020 | 00:52:18,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357MethodDeclarations.h +26 五月 2020 | 00:52:18,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:18,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239.h +26 五月 2020 | 00:52:18,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288.h +26 五月 2020 | 00:52:18,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2957216348MethodDeclarations.h +26 五月 2020 | 00:52:18,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239MethodDeclarations.h +26 五月 2020 | 00:52:18,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288MethodDeclarations.h +26 五月 2020 | 00:52:18,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717.h +26 五月 2020 | 00:52:18,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088.h +26 五月 2020 | 00:52:18,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088MethodDeclarations.h +26 五月 2020 | 00:52:18,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208.h +26 五月 2020 | 00:52:18,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662.h +26 五月 2020 | 00:52:18,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208MethodDeclarations.h +26 五月 2020 | 00:52:18,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662MethodDeclarations.h +26 五月 2020 | 00:52:18,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296.h +26 五月 2020 | 00:52:18,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen2959809717MethodDeclarations.h +26 五月 2020 | 00:52:18,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:18,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296MethodDeclarations.h +26 五月 2020 | 00:52:18,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912.h +26 五月 2020 | 00:52:18,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:18,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240.h +26 五月 2020 | 00:52:18,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3001269912MethodDeclarations.h +26 五月 2020 | 00:52:18,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203.h +26 五月 2020 | 00:52:18,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741.h +26 五月 2020 | 00:52:18,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3018519741MethodDeclarations.h +26 五月 2020 | 00:52:18,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203MethodDeclarations.h +26 五月 2020 | 00:52:18,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126.h +26 五月 2020 | 00:52:18,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465.h +26 五月 2020 | 00:52:18,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240MethodDeclarations.h +26 五月 2020 | 00:52:18,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3052974126MethodDeclarations.h +26 五月 2020 | 00:52:18,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465MethodDeclarations.h +26 五月 2020 | 00:52:18,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578.h +26 五月 2020 | 00:52:18,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578MethodDeclarations.h +26 五月 2020 | 00:52:18,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648.h +26 五月 2020 | 00:52:18,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626.h +26 五月 2020 | 00:52:18,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648MethodDeclarations.h +26 五月 2020 | 00:52:18,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461.h +26 五月 2020 | 00:52:18,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626MethodDeclarations.h +26 五月 2020 | 00:52:18,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461MethodDeclarations.h +26 五月 2020 | 00:52:18,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546.h +26 五月 2020 | 00:52:18,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:18,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546MethodDeclarations.h +26 五月 2020 | 00:52:18,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:18,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634.h +26 五月 2020 | 00:52:18,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:18,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:18,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634MethodDeclarations.h +26 五月 2020 | 00:52:18,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954.h +26 五月 2020 | 00:52:18,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556.h +26 五月 2020 | 00:52:18,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954MethodDeclarations.h +26 五月 2020 | 00:52:18,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556MethodDeclarations.h +26 五月 2020 | 00:52:18,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894.h +26 五月 2020 | 00:52:18,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894MethodDeclarations.h +26 五月 2020 | 00:52:18,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604.h +26 五月 2020 | 00:52:18,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915.h +26 五月 2020 | 00:52:18,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604MethodDeclarations.h +26 五月 2020 | 00:52:18,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915MethodDeclarations.h +26 五月 2020 | 00:52:18,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524.h +26 五月 2020 | 00:52:18,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562.h +26 五月 2020 | 00:52:18,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562MethodDeclarations.h +26 五月 2020 | 00:52:18,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524MethodDeclarations.h +26 五月 2020 | 00:52:18,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Locale4255929014.h +26 五月 2020 | 00:52:18,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612.h +26 五月 2020 | 00:52:18,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:18,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612MethodDeclarations.h +26 五月 2020 | 00:52:18,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248.h +26 五月 2020 | 00:52:18,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952.h +26 五月 2020 | 00:52:18,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3055501248MethodDeclarations.h +26 五月 2020 | 00:52:18,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952MethodDeclarations.h +26 五月 2020 | 00:52:18,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239.h +26 五月 2020 | 00:52:18,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551.h +26 五月 2020 | 00:52:18,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288.h +26 五月 2020 | 00:52:18,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3076180239MethodDeclarations.h +26 五月 2020 | 00:52:18,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551MethodDeclarations.h +26 五月 2020 | 00:52:18,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288MethodDeclarations.h +26 五月 2020 | 00:52:18,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945.h +26 五月 2020 | 00:52:18,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179.h +26 五月 2020 | 00:52:18,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208.h +26 五月 2020 | 00:52:18,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3080320945MethodDeclarations.h +26 五月 2020 | 00:52:18,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208MethodDeclarations.h +26 五月 2020 | 00:52:18,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110.h +26 五月 2020 | 00:52:18,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296.h +26 五月 2020 | 00:52:18,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3082515110MethodDeclarations.h +26 五月 2020 | 00:52:18,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296MethodDeclarations.h +26 五月 2020 | 00:52:18,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017.h +26 五月 2020 | 00:52:18,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3105497017MethodDeclarations.h +26 五月 2020 | 00:52:18,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240.h +26 五月 2020 | 00:52:18,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109.h +26 五月 2020 | 00:52:18,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240MethodDeclarations.h +26 五月 2020 | 00:52:18,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3126784109MethodDeclarations.h +26 五月 2020 | 00:52:18,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578.h +26 五月 2020 | 00:52:18,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179MethodDeclarations.h +26 五月 2020 | 00:52:18,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167.h +26 五月 2020 | 00:52:18,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578MethodDeclarations.h +26 五月 2020 | 00:52:18,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914.h +26 五月 2020 | 00:52:18,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3145263167MethodDeclarations.h +26 五月 2020 | 00:52:18,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626.h +26 五月 2020 | 00:52:18,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914MethodDeclarations.h +26 五月 2020 | 00:52:18,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448.h +26 五月 2020 | 00:52:18,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626MethodDeclarations.h +26 五月 2020 | 00:52:18,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291.h +26 五月 2020 | 00:52:18,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3194127448MethodDeclarations.h +26 五月 2020 | 00:52:18,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546.h +26 五月 2020 | 00:52:18,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812.h +26 五月 2020 | 00:52:18,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291MethodDeclarations.h +26 五月 2020 | 00:52:18,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546MethodDeclarations.h +26 五月 2020 | 00:52:18,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559.h +26 五月 2020 | 00:52:18,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3238362812MethodDeclarations.h +26 五月 2020 | 00:52:18,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634.h +26 五月 2020 | 00:52:18,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559MethodDeclarations.h +26 五月 2020 | 00:52:18,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679.h +26 五月 2020 | 00:52:18,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634MethodDeclarations.h +26 五月 2020 | 00:52:18,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210.h +26 五月 2020 | 00:52:18,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3296916679MethodDeclarations.h +26 五月 2020 | 00:52:18,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556.h +26 五月 2020 | 00:52:18,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210MethodDeclarations.h +26 五月 2020 | 00:52:18,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485.h +26 五月 2020 | 00:52:18,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556MethodDeclarations.h +26 五月 2020 | 00:52:18,599 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667.h +26 五月 2020 | 00:52:18,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3316001485MethodDeclarations.h +26 五月 2020 | 00:52:18,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667MethodDeclarations.h +26 五月 2020 | 00:52:18,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604.h +26 五月 2020 | 00:52:18,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902.h +26 五月 2020 | 00:52:18,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049.h +26 五月 2020 | 00:52:18,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604MethodDeclarations.h +26 五月 2020 | 00:52:18,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen331961902MethodDeclarations.h +26 五月 2020 | 00:52:18,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049MethodDeclarations.h +26 五月 2020 | 00:52:18,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524.h +26 五月 2020 | 00:52:18,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246.h +26 五月 2020 | 00:52:18,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3323435246MethodDeclarations.h +26 五月 2020 | 00:52:18,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583.h +26 五月 2020 | 00:52:18,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3369346583MethodDeclarations.h +26 五月 2020 | 00:52:18,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524MethodDeclarations.h +26 五月 2020 | 00:52:18,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834.h +26 五月 2020 | 00:52:18,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612.h +26 五月 2020 | 00:52:18,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834MethodDeclarations.h +26 五月 2020 | 00:52:18,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454.h +26 五月 2020 | 00:52:18,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612MethodDeclarations.h +26 五月 2020 | 00:52:18,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3385446454MethodDeclarations.h +26 五月 2020 | 00:52:18,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952.h +26 五月 2020 | 00:52:18,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863.h +26 五月 2020 | 00:52:18,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211.h +26 五月 2020 | 00:52:18,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3437745863MethodDeclarations.h +26 五月 2020 | 00:52:18,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952MethodDeclarations.h +26 五月 2020 | 00:52:18,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211MethodDeclarations.h +26 五月 2020 | 00:52:18,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551.h +26 五月 2020 | 00:52:18,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479.h +26 五月 2020 | 00:52:18,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551MethodDeclarations.h +26 五月 2020 | 00:52:18,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479MethodDeclarations.h +26 五月 2020 | 00:52:18,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179.h +26 五月 2020 | 00:52:18,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341.h +26 五月 2020 | 00:52:18,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130.h +26 五月 2020 | 00:52:18,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3446473341MethodDeclarations.h +26 五月 2020 | 00:52:18,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130MethodDeclarations.h +26 五月 2020 | 00:52:18,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431.h +26 五月 2020 | 00:52:18,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587.h +26 五月 2020 | 00:52:18,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3458110431MethodDeclarations.h +26 五月 2020 | 00:52:18,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179MethodDeclarations.h +26 五月 2020 | 00:52:18,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587MethodDeclarations.h +26 五月 2020 | 00:52:18,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969.h +26 五月 2020 | 00:52:18,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520.h +26 五月 2020 | 00:52:18,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969MethodDeclarations.h +26 五月 2020 | 00:52:18,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914.h +26 五月 2020 | 00:52:18,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872.h +26 五月 2020 | 00:52:18,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3482147520MethodDeclarations.h +26 五月 2020 | 00:52:18,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872MethodDeclarations.h +26 五月 2020 | 00:52:18,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011.h +26 五月 2020 | 00:52:18,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471.h +26 五月 2020 | 00:52:18,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3514221011MethodDeclarations.h +26 五月 2020 | 00:52:18,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914MethodDeclarations.h +26 五月 2020 | 00:52:18,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291.h +26 五月 2020 | 00:52:18,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471MethodDeclarations.h +26 五月 2020 | 00:52:18,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291MethodDeclarations.h +26 五月 2020 | 00:52:18,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099.h +26 五月 2020 | 00:52:18,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863.h +26 五月 2020 | 00:52:18,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559.h +26 五月 2020 | 00:52:18,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3556058863MethodDeclarations.h +26 五月 2020 | 00:52:18,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559MethodDeclarations.h +26 五月 2020 | 00:52:18,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677.h +26 五月 2020 | 00:52:18,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210.h +26 五月 2020 | 00:52:18,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3561364677MethodDeclarations.h +26 五月 2020 | 00:52:18,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210MethodDeclarations.h +26 五月 2020 | 00:52:18,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099MethodDeclarations.h +26 五月 2020 | 00:52:18,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667.h +26 五月 2020 | 00:52:18,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141.h +26 五月 2020 | 00:52:18,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141MethodDeclarations.h +26 五月 2020 | 00:52:18,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093.h +26 五月 2020 | 00:52:18,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667MethodDeclarations.h +26 五月 2020 | 00:52:18,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158.h +26 五月 2020 | 00:52:18,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093MethodDeclarations.h +26 五月 2020 | 00:52:18,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3579313158MethodDeclarations.h +26 五月 2020 | 00:52:18,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049.h +26 五月 2020 | 00:52:18,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150.h +26 五月 2020 | 00:52:18,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220.h +26 五月 2020 | 00:52:18,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049MethodDeclarations.h +26 五月 2020 | 00:52:18,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150MethodDeclarations.h +26 五月 2020 | 00:52:18,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3582277220MethodDeclarations.h +26 五月 2020 | 00:52:18,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834.h +26 五月 2020 | 00:52:18,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065.h +26 五月 2020 | 00:52:18,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778.h +26 五月 2020 | 00:52:18,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3602240065MethodDeclarations.h +26 五月 2020 | 00:52:18,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778MethodDeclarations.h +26 五月 2020 | 00:52:18,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834MethodDeclarations.h +26 五月 2020 | 00:52:18,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167.h +26 五月 2020 | 00:52:18,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740.h +26 五月 2020 | 00:52:18,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211.h +26 五月 2020 | 00:52:18,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3652706167MethodDeclarations.h +26 五月 2020 | 00:52:18,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740MethodDeclarations.h +26 五月 2020 | 00:52:18,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211MethodDeclarations.h +26 五月 2020 | 00:52:18,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780.h +26 五月 2020 | 00:52:18,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624.h +26 五月 2020 | 00:52:18,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479.h +26 五月 2020 | 00:52:18,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3653196780MethodDeclarations.h +26 五月 2020 | 00:52:18,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624MethodDeclarations.h +26 五月 2020 | 00:52:18,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479MethodDeclarations.h +26 五月 2020 | 00:52:18,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640.h +26 五月 2020 | 00:52:18,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076.h +26 五月 2020 | 00:52:18,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130.h +26 五月 2020 | 00:52:18,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076MethodDeclarations.h +26 五月 2020 | 00:52:18,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130MethodDeclarations.h +26 五月 2020 | 00:52:18,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen36534640MethodDeclarations.h +26 五月 2020 | 00:52:18,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513.h +26 五月 2020 | 00:52:18,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293.h +26 五月 2020 | 00:52:18,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587.h +26 五月 2020 | 00:52:18,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513MethodDeclarations.h +26 五月 2020 | 00:52:18,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3713719293MethodDeclarations.h +26 五月 2020 | 00:52:18,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587MethodDeclarations.h +26 五月 2020 | 00:52:18,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537.h +26 五月 2020 | 00:52:18,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338.h +26 五月 2020 | 00:52:18,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969.h +26 五月 2020 | 00:52:18,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3737089338MethodDeclarations.h +26 五月 2020 | 00:52:18,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537MethodDeclarations.h +26 五月 2020 | 00:52:19,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969MethodDeclarations.h +26 五月 2020 | 00:52:19,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619.h +26 五月 2020 | 00:52:19,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269.h +26 五月 2020 | 00:52:19,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872.h +26 五月 2020 | 00:52:19,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619MethodDeclarations.h +26 五月 2020 | 00:52:19,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3775385269MethodDeclarations.h +26 五月 2020 | 00:52:19,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872MethodDeclarations.h +26 五月 2020 | 00:52:19,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806.h +26 五月 2020 | 00:52:19,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394.h +26 五月 2020 | 00:52:19,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471.h +26 五月 2020 | 00:52:19,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806MethodDeclarations.h +26 五月 2020 | 00:52:19,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3804272394MethodDeclarations.h +26 五月 2020 | 00:52:19,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471MethodDeclarations.h +26 五月 2020 | 00:52:19,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099.h +26 五月 2020 | 00:52:19,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099MethodDeclarations.h +26 五月 2020 | 00:52:19,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141.h +26 五月 2020 | 00:52:19,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141MethodDeclarations.h +26 五月 2020 | 00:52:19,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093.h +26 五月 2020 | 00:52:19,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093MethodDeclarations.h +26 五月 2020 | 00:52:19,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150.h +26 五月 2020 | 00:52:19,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575.h +26 五月 2020 | 00:52:19,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150MethodDeclarations.h +26 五月 2020 | 00:52:19,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3824031575MethodDeclarations.h +26 五月 2020 | 00:52:19,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778.h +26 五月 2020 | 00:52:19,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013.h +26 五月 2020 | 00:52:19,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778MethodDeclarations.h +26 五月 2020 | 00:52:19,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740.h +26 五月 2020 | 00:52:19,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740MethodDeclarations.h +26 五月 2020 | 00:52:19,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624.h +26 五月 2020 | 00:52:19,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624MethodDeclarations.h +26 五月 2020 | 00:52:19,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076.h +26 五月 2020 | 00:52:19,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076MethodDeclarations.h +26 五月 2020 | 00:52:19,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513.h +26 五月 2020 | 00:52:19,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513MethodDeclarations.h +26 五月 2020 | 00:52:19,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537.h +26 五月 2020 | 00:52:19,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537MethodDeclarations.h +26 五月 2020 | 00:52:19,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619.h +26 五月 2020 | 00:52:19,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619MethodDeclarations.h +26 五月 2020 | 00:52:19,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806.h +26 五月 2020 | 00:52:19,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806MethodDeclarations.h +26 五月 2020 | 00:52:19,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587.h +26 五月 2020 | 00:52:19,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587MethodDeclarations.h +26 五月 2020 | 00:52:19,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781.h +26 五月 2020 | 00:52:19,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781MethodDeclarations.h +26 五月 2020 | 00:52:19,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733.h +26 五月 2020 | 00:52:19,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733MethodDeclarations.h +26 五月 2020 | 00:52:19,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790.h +26 五月 2020 | 00:52:19,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790MethodDeclarations.h +26 五月 2020 | 00:52:19,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418.h +26 五月 2020 | 00:52:19,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418MethodDeclarations.h +26 五月 2020 | 00:52:19,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380.h +26 五月 2020 | 00:52:19,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587.h +26 五月 2020 | 00:52:19,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587MethodDeclarations.h +26 五月 2020 | 00:52:19,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3828180013MethodDeclarations.h +26 五月 2020 | 00:52:19,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205.h +26 五月 2020 | 00:52:19,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781.h +26 五月 2020 | 00:52:19,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831648205MethodDeclarations.h +26 五月 2020 | 00:52:19,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781MethodDeclarations.h +26 五月 2020 | 00:52:19,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017.h +26 五月 2020 | 00:52:19,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733.h +26 五月 2020 | 00:52:19,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733MethodDeclarations.h +26 五月 2020 | 00:52:19,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790.h +26 五月 2020 | 00:52:19,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790MethodDeclarations.h +26 五月 2020 | 00:52:19,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418.h +26 五月 2020 | 00:52:19,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3831809017MethodDeclarations.h +26 五月 2020 | 00:52:19,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418MethodDeclarations.h +26 五月 2020 | 00:52:19,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431.h +26 五月 2020 | 00:52:19,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380.h +26 五月 2020 | 00:52:19,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380MethodDeclarations.h +26 五月 2020 | 00:52:19,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3863045431MethodDeclarations.h +26 五月 2020 | 00:52:19,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264.h +26 五月 2020 | 00:52:19,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264MethodDeclarations.h +26 五月 2020 | 00:52:19,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716.h +26 五月 2020 | 00:52:19,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716MethodDeclarations.h +26 五月 2020 | 00:52:19,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816.h +26 五月 2020 | 00:52:19,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449.h +26 五月 2020 | 00:52:19,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3882529816MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen394379638MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3946247530MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen3951145835MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473MethodDeclarations.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555.h +26 五月 2020 | 00:52:19,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555MethodDeclarations.h +26 五月 2020 | 00:52:19,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855.h +26 五月 2020 | 00:52:19,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4003394855MethodDeclarations.h +26 五月 2020 | 00:52:19,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165.h +26 五月 2020 | 00:52:19,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742.h +26 五月 2020 | 00:52:19,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742.h +26 五月 2020 | 00:52:19,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4016025165MethodDeclarations.h +26 五月 2020 | 00:52:19,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742MethodDeclarations.h +26 五月 2020 | 00:52:19,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742MethodDeclarations.h +26 五月 2020 | 00:52:19,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909.h +26 五月 2020 | 00:52:19,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227.h +26 五月 2020 | 00:52:19,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4021200909MethodDeclarations.h +26 五月 2020 | 00:52:19,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227MethodDeclarations.h +26 五月 2020 | 00:52:19,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739.h +26 五月 2020 | 00:52:19,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810.h +26 五月 2020 | 00:52:19,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810MethodDeclarations.h +26 五月 2020 | 00:52:19,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152.h +26 五月 2020 | 00:52:19,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152MethodDeclarations.h +26 五月 2020 | 00:52:19,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305.h +26 五月 2020 | 00:52:19,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305MethodDeclarations.h +26 五月 2020 | 00:52:19,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098.h +26 五月 2020 | 00:52:19,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098MethodDeclarations.h +26 五月 2020 | 00:52:19,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452.h +26 五月 2020 | 00:52:19,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452MethodDeclarations.h +26 五月 2020 | 00:52:19,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270.h +26 五月 2020 | 00:52:19,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270MethodDeclarations.h +26 五月 2020 | 00:52:19,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396.h +26 五月 2020 | 00:52:19,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396MethodDeclarations.h +26 五月 2020 | 00:52:19,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631.h +26 五月 2020 | 00:52:19,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631MethodDeclarations.h +26 五月 2020 | 00:52:19,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099.h +26 五月 2020 | 00:52:19,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099MethodDeclarations.h +26 五月 2020 | 00:52:19,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367.h +26 五月 2020 | 00:52:19,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367MethodDeclarations.h +26 五月 2020 | 00:52:19,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564.h +26 五月 2020 | 00:52:19,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564MethodDeclarations.h +26 五月 2020 | 00:52:19,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129.h +26 五月 2020 | 00:52:19,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227.h +26 五月 2020 | 00:52:19,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129MethodDeclarations.h +26 五月 2020 | 00:52:19,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227MethodDeclarations.h +26 五月 2020 | 00:52:19,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064.h +26 五月 2020 | 00:52:19,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4093829739MethodDeclarations.h +26 五月 2020 | 00:52:19,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810.h +26 五月 2020 | 00:52:19,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064MethodDeclarations.h +26 五月 2020 | 00:52:19,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301.h +26 五月 2020 | 00:52:19,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4107319301MethodDeclarations.h +26 五月 2020 | 00:52:19,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938.h +26 五月 2020 | 00:52:19,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832.h +26 五月 2020 | 00:52:19,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938MethodDeclarations.h +26 五月 2020 | 00:52:19,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4116947832MethodDeclarations.h +26 五月 2020 | 00:52:19,490 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191.h +26 五月 2020 | 00:52:19,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651.h +26 五月 2020 | 00:52:19,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191MethodDeclarations.h +26 五月 2020 | 00:52:19,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4163547651MethodDeclarations.h +26 五月 2020 | 00:52:19,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675.h +26 五月 2020 | 00:52:19,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065.h +26 五月 2020 | 00:52:19,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675MethodDeclarations.h +26 五月 2020 | 00:52:19,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4216459065MethodDeclarations.h +26 五月 2020 | 00:52:19,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143.h +26 五月 2020 | 00:52:19,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4230669143MethodDeclarations.h +26 五月 2020 | 00:52:19,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953.h +26 五月 2020 | 00:52:19,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4232017953MethodDeclarations.h +26 五月 2020 | 00:52:19,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318.h +26 五月 2020 | 00:52:19,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245.h +26 五月 2020 | 00:52:19,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810MethodDeclarations.h +26 五月 2020 | 00:52:19,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318MethodDeclarations.h +26 五月 2020 | 00:52:19,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4242576245MethodDeclarations.h +26 五月 2020 | 00:52:19,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152.h +26 五月 2020 | 00:52:19,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111.h +26 五月 2020 | 00:52:19,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152MethodDeclarations.h +26 五月 2020 | 00:52:19,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen425921111MethodDeclarations.h +26 五月 2020 | 00:52:19,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305.h +26 五月 2020 | 00:52:19,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077.h +26 五月 2020 | 00:52:19,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305MethodDeclarations.h +26 五月 2020 | 00:52:19,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen4273567077MethodDeclarations.h +26 五月 2020 | 00:52:19,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292.h +26 五月 2020 | 00:52:19,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098.h +26 五月 2020 | 00:52:19,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182.h +26 五月 2020 | 00:52:19,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292MethodDeclarations.h +26 五月 2020 | 00:52:19,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098MethodDeclarations.h +26 五月 2020 | 00:52:19,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen488260182MethodDeclarations.h +26 五月 2020 | 00:52:19,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452.h +26 五月 2020 | 00:52:19,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110.h +26 五月 2020 | 00:52:19,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080.h +26 五月 2020 | 00:52:19,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110MethodDeclarations.h +26 五月 2020 | 00:52:19,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489.h +26 五月 2020 | 00:52:19,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489MethodDeclarations.h +26 五月 2020 | 00:52:19,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776.h +26 五月 2020 | 00:52:19,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776MethodDeclarations.h +26 五月 2020 | 00:52:19,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582.h +26 五月 2020 | 00:52:19,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582MethodDeclarations.h +26 五月 2020 | 00:52:19,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452MethodDeclarations.h +26 五月 2020 | 00:52:19,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810.h +26 五月 2020 | 00:52:19,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen516508080MethodDeclarations.h +26 五月 2020 | 00:52:19,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810MethodDeclarations.h +26 五月 2020 | 00:52:19,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027.h +26 五月 2020 | 00:52:19,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270.h +26 五月 2020 | 00:52:19,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291.h +26 五月 2020 | 00:52:19,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270MethodDeclarations.h +26 五月 2020 | 00:52:19,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291MethodDeclarations.h +26 五月 2020 | 00:52:19,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396.h +26 五月 2020 | 00:52:19,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396MethodDeclarations.h +26 五月 2020 | 00:52:19,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631.h +26 五月 2020 | 00:52:19,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631MethodDeclarations.h +26 五月 2020 | 00:52:19,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099.h +26 五月 2020 | 00:52:19,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099MethodDeclarations.h +26 五月 2020 | 00:52:19,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367.h +26 五月 2020 | 00:52:19,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367MethodDeclarations.h +26 五月 2020 | 00:52:19,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564.h +26 五月 2020 | 00:52:19,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564MethodDeclarations.h +26 五月 2020 | 00:52:19,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129.h +26 五月 2020 | 00:52:19,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen532697027MethodDeclarations.h +26 五月 2020 | 00:52:19,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600.h +26 五月 2020 | 00:52:19,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129MethodDeclarations.h +26 五月 2020 | 00:52:19,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865.h +26 五月 2020 | 00:52:19,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600MethodDeclarations.h +26 五月 2020 | 00:52:19,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064.h +26 五月 2020 | 00:52:19,643 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen555664865MethodDeclarations.h +26 五月 2020 | 00:52:19,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064MethodDeclarations.h +26 五月 2020 | 00:52:19,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813.h +26 五月 2020 | 00:52:19,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen606930813MethodDeclarations.h +26 五月 2020 | 00:52:19,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938.h +26 五月 2020 | 00:52:19,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938MethodDeclarations.h +26 五月 2020 | 00:52:19,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191.h +26 五月 2020 | 00:52:19,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191MethodDeclarations.h +26 五月 2020 | 00:52:19,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675.h +26 五月 2020 | 00:52:19,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675MethodDeclarations.h +26 五月 2020 | 00:52:19,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318.h +26 五月 2020 | 00:52:19,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733.h +26 五月 2020 | 00:52:19,745 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318MethodDeclarations.h +26 五月 2020 | 00:52:19,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen608299733MethodDeclarations.h +26 五月 2020 | 00:52:19,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267.h +26 五月 2020 | 00:52:19,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837.h +26 五月 2020 | 00:52:19,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267MethodDeclarations.h +26 五月 2020 | 00:52:19,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen636093837MethodDeclarations.h +26 五月 2020 | 00:52:19,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070.h +26 五月 2020 | 00:52:19,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939.h +26 五月 2020 | 00:52:19,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen79520939MethodDeclarations.h +26 五月 2020 | 00:52:19,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216.h +26 五月 2020 | 00:52:19,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen798989216MethodDeclarations.h +26 五月 2020 | 00:52:19,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292.h +26 五月 2020 | 00:52:19,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070MethodDeclarations.h +26 五月 2020 | 00:52:19,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374.h +26 五月 2020 | 00:52:19,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen804711374MethodDeclarations.h +26 五月 2020 | 00:52:19,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292MethodDeclarations.h +26 五月 2020 | 00:52:19,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350.h +26 五月 2020 | 00:52:19,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907.h +26 五月 2020 | 00:52:19,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350MethodDeclarations.h +26 五月 2020 | 00:52:19,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen832371907MethodDeclarations.h +26 五月 2020 | 00:52:19,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100.h +26 五月 2020 | 00:52:19,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100MethodDeclarations.h +26 五月 2020 | 00:52:19,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345.h +26 五月 2020 | 00:52:19,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345MethodDeclarations.h +26 五月 2020 | 00:52:19,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706.h +26 五月 2020 | 00:52:19,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706MethodDeclarations.h +26 五月 2020 | 00:52:19,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096.h +26 五月 2020 | 00:52:19,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073.h +26 五月 2020 | 00:52:19,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110.h +26 五月 2020 | 00:52:19,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110MethodDeclarations.h +26 五月 2020 | 00:52:19,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096MethodDeclarations.h +26 五月 2020 | 00:52:19,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen845384073MethodDeclarations.h +26 五月 2020 | 00:52:19,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489.h +26 五月 2020 | 00:52:19,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791.h +26 五月 2020 | 00:52:19,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791MethodDeclarations.h +26 五月 2020 | 00:52:19,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489MethodDeclarations.h +26 五月 2020 | 00:52:19,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776.h +26 五月 2020 | 00:52:19,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776MethodDeclarations.h +26 五月 2020 | 00:52:19,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582.h +26 五月 2020 | 00:52:19,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582MethodDeclarations.h +26 五月 2020 | 00:52:20,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810.h +26 五月 2020 | 00:52:20,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810MethodDeclarations.h +26 五月 2020 | 00:52:20,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291.h +26 五月 2020 | 00:52:20,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291MethodDeclarations.h +26 五月 2020 | 00:52:20,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280.h +26 五月 2020 | 00:52:20,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen883857280MethodDeclarations.h +26 五月 2020 | 00:52:20,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764.h +26 五月 2020 | 00:52:20,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen888489764MethodDeclarations.h +26 五月 2020 | 00:52:20,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248.h +26 五月 2020 | 00:52:20,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen913050248MethodDeclarations.h +26 五月 2020 | 00:52:20,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400.h +26 五月 2020 | 00:52:20,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen956187400MethodDeclarations.h +26 五月 2020 | 00:52:20,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853.h +26 五月 2020 | 00:52:20,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen961661853MethodDeclarations.h +26 五月 2020 | 00:52:20,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071.h +26 五月 2020 | 00:52:20,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen970777071MethodDeclarations.h +26 五月 2020 | 00:52:20,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356.h +26 五月 2020 | 00:52:20,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191356MethodDeclarations.h +26 五月 2020 | 00:52:20,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907.h +26 五月 2020 | 00:52:20,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907MethodDeclarations.h +26 五月 2020 | 00:52:20,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357.h +26 五月 2020 | 00:52:20,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_3_gen971191357MethodDeclarations.h +26 五月 2020 | 00:52:20,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239.h +26 五月 2020 | 00:52:20,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen2930771239MethodDeclarations.h +26 五月 2020 | 00:52:20,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088.h +26 五月 2020 | 00:52:20,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen3321346088MethodDeclarations.h +26 五月 2020 | 00:52:20,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662.h +26 五月 2020 | 00:52:20,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Func_4_gen4066896662MethodDeclarations.h +26 五月 2020 | 00:52:20,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600.h +26 五月 2020 | 00:52:20,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223.h +26 五月 2020 | 00:52:20,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:20,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600MethodDeclarations.h +26 五月 2020 | 00:52:20,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:20,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203.h +26 五月 2020 | 00:52:20,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Runtime_CompilerServices_Extens1840441203MethodDeclarations.h +26 五月 2020 | 00:52:20,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267.h +26 五月 2020 | 00:52:20,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223MethodDeclarations.h +26 五月 2020 | 00:52:20,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267MethodDeclarations.h +26 五月 2020 | 00:52:20,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487.h +26 五月 2020 | 00:52:20,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487MethodDeclarations.h +26 五月 2020 | 00:52:20,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070.h +26 五月 2020 | 00:52:20,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248.h +26 五月 2020 | 00:52:20,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248MethodDeclarations.h +26 五月 2020 | 00:52:20,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249.h +26 五月 2020 | 00:52:20,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465.h +26 五月 2020 | 00:52:20,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249MethodDeclarations.h +26 五月 2020 | 00:52:20,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_Aes2354947465MethodDeclarations.h +26 五月 2020 | 00:52:20,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626.h +26 五月 2020 | 00:52:20,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626MethodDeclarations.h +26 五月 2020 | 00:52:20,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070MethodDeclarations.h +26 五月 2020 | 00:52:20,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419.h +26 五月 2020 | 00:52:20,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648.h +26 五月 2020 | 00:52:20,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350.h +26 五月 2020 | 00:52:20,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350MethodDeclarations.h +26 五月 2020 | 00:52:20,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419MethodDeclarations.h +26 五月 2020 | 00:52:20,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100.h +26 五月 2020 | 00:52:20,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100MethodDeclarations.h +26 五月 2020 | 00:52:20,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345.h +26 五月 2020 | 00:52:20,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345MethodDeclarations.h +26 五月 2020 | 00:52:20,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706.h +26 五月 2020 | 00:52:20,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211.h +26 五月 2020 | 00:52:20,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesManage3721278648MethodDeclarations.h +26 五月 2020 | 00:52:20,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706MethodDeclarations.h +26 五月 2020 | 00:52:20,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211MethodDeclarations.h +26 五月 2020 | 00:52:20,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873.h +26 五月 2020 | 00:52:20,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873MethodDeclarations.h +26 五月 2020 | 00:52:20,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338.h +26 五月 2020 | 00:52:20,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338MethodDeclarations.h +26 五月 2020 | 00:52:20,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498.h +26 五月 2020 | 00:52:20,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498MethodDeclarations.h +26 五月 2020 | 00:52:20,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672.h +26 五月 2020 | 00:52:20,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672MethodDeclarations.h +26 五月 2020 | 00:52:20,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572.h +26 五月 2020 | 00:52:20,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572MethodDeclarations.h +26 五月 2020 | 00:52:20,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151.h +26 五月 2020 | 00:52:20,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151MethodDeclarations.h +26 五月 2020 | 00:52:20,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857.h +26 五月 2020 | 00:52:20,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857MethodDeclarations.h +26 五月 2020 | 00:52:20,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562.h +26 五月 2020 | 00:52:20,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562MethodDeclarations.h +26 五月 2020 | 00:52:20,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120.h +26 五月 2020 | 00:52:20,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120MethodDeclarations.h +26 五月 2020 | 00:52:20,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479.h +26 五月 2020 | 00:52:20,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479MethodDeclarations.h +26 五月 2020 | 00:52:20,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096.h +26 五月 2020 | 00:52:20,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096MethodDeclarations.h +26 五月 2020 | 00:52:20,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791.h +26 五月 2020 | 00:52:20,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791MethodDeclarations.h +26 五月 2020 | 00:52:20,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907.h +26 五月 2020 | 00:52:20,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461.h +26 五月 2020 | 00:52:20,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451.h +26 五月 2020 | 00:52:20,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907MethodDeclarations.h +26 五月 2020 | 00:52:20,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451MethodDeclarations.h +26 五月 2020 | 00:52:20,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223.h +26 五月 2020 | 00:52:20,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_System_Security_Cryptography_AesTransf3733702461MethodDeclarations.h +26 五月 2020 | 00:52:20,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899.h +26 五月 2020 | 00:52:20,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223MethodDeclarations.h +26 五月 2020 | 00:52:20,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:20,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899MethodDeclarations.h +26 五月 2020 | 00:52:20,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:20,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487.h +26 五月 2020 | 00:52:20,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:20,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487MethodDeclarations.h +26 五月 2020 | 00:52:20,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:20,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248.h +26 五月 2020 | 00:52:20,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954.h +26 五月 2020 | 00:52:20,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242038352954MethodDeclarations.h +26 五月 2020 | 00:52:20,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248MethodDeclarations.h +26 五月 2020 | 00:52:20,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894.h +26 五月 2020 | 00:52:20,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242672183894MethodDeclarations.h +26 五月 2020 | 00:52:20,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915.h +26 五月 2020 | 00:52:20,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U242844921915MethodDeclarations.h +26 五月 2020 | 00:52:20,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562.h +26 五月 2020 | 00:52:20,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Core_U3CPrivateImplementationDetailsU3E_U24A116038562MethodDeclarations.h +26 五月 2020 | 00:52:20,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Locale4255929014.h +26 五月 2020 | 00:52:20,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:20,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288.h +26 五月 2020 | 00:52:20,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11334730288MethodDeclarations.h +26 五月 2020 | 00:52:20,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208.h +26 五月 2020 | 00:52:20,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_11585555208MethodDeclarations.h +26 五月 2020 | 00:52:20,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296.h +26 五月 2020 | 00:52:20,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_12797537296MethodDeclarations.h +26 五月 2020 | 00:52:20,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240.h +26 五月 2020 | 00:52:20,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedListNode_1_988242240MethodDeclarations.h +26 五月 2020 | 00:52:20,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578.h +26 五月 2020 | 00:52:20,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1219750578MethodDeclarations.h +26 五月 2020 | 00:52:20,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626.h +26 五月 2020 | 00:52:20,710 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903.h +26 五月 2020 | 00:52:20,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249.h +26 五月 2020 | 00:52:20,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1566238626MethodDeclarations.h +26 五月 2020 | 00:52:20,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903MethodDeclarations.h +26 五月 2020 | 00:52:20,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249MethodDeclarations.h +26 五月 2020 | 00:52:20,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546.h +26 五月 2020 | 00:52:20,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093.h +26 五月 2020 | 00:52:20,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626.h +26 五月 2020 | 00:52:20,715 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093MethodDeclarations.h +26 五月 2020 | 00:52:20,715 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu1817063546MethodDeclarations.h +26 五月 2020 | 00:52:20,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626MethodDeclarations.h +26 五月 2020 | 00:52:20,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097.h +26 五月 2020 | 00:52:20,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634.h +26 五月 2020 | 00:52:20,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097MethodDeclarations.h +26 五月 2020 | 00:52:20,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_Enu3029045634MethodDeclarations.h +26 五月 2020 | 00:52:20,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040.h +26 五月 2020 | 00:52:20,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556.h +26 五月 2020 | 00:52:20,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040MethodDeclarations.h +26 五月 2020 | 00:52:20,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2396844556MethodDeclarations.h +26 五月 2020 | 00:52:20,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604.h +26 五月 2020 | 00:52:20,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2743332604MethodDeclarations.h +26 五月 2020 | 00:52:20,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524.h +26 五月 2020 | 00:52:20,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623.h +26 五月 2020 | 00:52:20,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen2994157524MethodDeclarations.h +26 五月 2020 | 00:52:20,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623MethodDeclarations.h +26 五月 2020 | 00:52:20,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612.h +26 五月 2020 | 00:52:20,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_LinkedList_1_gen4206139612MethodDeclarations.h +26 五月 2020 | 00:52:20,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959.h +26 五月 2020 | 00:52:20,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952.h +26 五月 2020 | 00:52:20,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959MethodDeclarations.h +26 五月 2020 | 00:52:20,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502.h +26 五月 2020 | 00:52:20,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1238797952MethodDeclarations.h +26 五月 2020 | 00:52:20,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502MethodDeclarations.h +26 五月 2020 | 00:52:20,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551.h +26 五月 2020 | 00:52:20,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655.h +26 五月 2020 | 00:52:20,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1404148551MethodDeclarations.h +26 五月 2020 | 00:52:20,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655MethodDeclarations.h +26 五月 2020 | 00:52:20,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179.h +26 五月 2020 | 00:52:20,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523.h +26 五月 2020 | 00:52:20,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523MethodDeclarations.h +26 五月 2020 | 00:52:20,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853.h +26 五月 2020 | 00:52:20,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419.h +26 五月 2020 | 00:52:20,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1410453179MethodDeclarations.h +26 五月 2020 | 00:52:20,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853MethodDeclarations.h +26 五月 2020 | 00:52:20,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914.h +26 五月 2020 | 00:52:20,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat1657803914MethodDeclarations.h +26 五月 2020 | 00:52:20,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291.h +26 五月 2020 | 00:52:20,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2567308291MethodDeclarations.h +26 五月 2020 | 00:52:20,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559.h +26 五月 2020 | 00:52:20,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat2991954559MethodDeclarations.h +26 五月 2020 | 00:52:20,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210.h +26 五月 2020 | 00:52:20,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3019169210MethodDeclarations.h +26 五月 2020 | 00:52:20,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667.h +26 五月 2020 | 00:52:20,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3556191667MethodDeclarations.h +26 五月 2020 | 00:52:20,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049.h +26 五月 2020 | 00:52:20,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_Enumerat3944354049MethodDeclarations.h +26 五月 2020 | 00:52:20,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901.h +26 五月 2020 | 00:52:20,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419MethodDeclarations.h +26 五月 2020 | 00:52:20,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901MethodDeclarations.h +26 五月 2020 | 00:52:20,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509.h +26 五月 2020 | 00:52:20,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509MethodDeclarations.h +26 五月 2020 | 00:52:20,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880.h +26 五月 2020 | 00:52:20,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880MethodDeclarations.h +26 五月 2020 | 00:52:20,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709.h +26 五月 2020 | 00:52:20,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834.h +26 五月 2020 | 00:52:20,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211.h +26 五月 2020 | 00:52:20,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen1147740834MethodDeclarations.h +26 五月 2020 | 00:52:20,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211MethodDeclarations.h +26 五月 2020 | 00:52:20,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211.h +26 五月 2020 | 00:52:20,936 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873.h +26 五月 2020 | 00:52:20,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2057245211MethodDeclarations.h +26 五月 2020 | 00:52:20,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873MethodDeclarations.h +26 五月 2020 | 00:52:20,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479.h +26 五月 2020 | 00:52:20,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338.h +26 五月 2020 | 00:52:20,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2481891479MethodDeclarations.h +26 五月 2020 | 00:52:20,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338MethodDeclarations.h +26 五月 2020 | 00:52:20,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130.h +26 五月 2020 | 00:52:20,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498.h +26 五月 2020 | 00:52:20,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen2509106130MethodDeclarations.h +26 五月 2020 | 00:52:20,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498MethodDeclarations.h +26 五月 2020 | 00:52:20,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672.h +26 五月 2020 | 00:52:20,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709MethodDeclarations.h +26 五月 2020 | 00:52:20,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587.h +26 五月 2020 | 00:52:20,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3046128587MethodDeclarations.h +26 五月 2020 | 00:52:20,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672MethodDeclarations.h +26 五月 2020 | 00:52:20,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969.h +26 五月 2020 | 00:52:20,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572.h +26 五月 2020 | 00:52:21,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572MethodDeclarations.h +26 五月 2020 | 00:52:21,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen3434290969MethodDeclarations.h +26 五月 2020 | 00:52:21,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872.h +26 五月 2020 | 00:52:21,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151.h +26 五月 2020 | 00:52:21,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen728734872MethodDeclarations.h +26 五月 2020 | 00:52:21,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151MethodDeclarations.h +26 五月 2020 | 00:52:21,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471.h +26 五月 2020 | 00:52:21,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857.h +26 五月 2020 | 00:52:21,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen894085471MethodDeclarations.h +26 五月 2020 | 00:52:21,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857MethodDeclarations.h +26 五月 2020 | 00:52:21,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099.h +26 五月 2020 | 00:52:21,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562.h +26 五月 2020 | 00:52:21,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562MethodDeclarations.h +26 五月 2020 | 00:52:21,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120.h +26 五月 2020 | 00:52:21,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120MethodDeclarations.h +26 五月 2020 | 00:52:21,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479.h +26 五月 2020 | 00:52:21,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479MethodDeclarations.h +26 五月 2020 | 00:52:21,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607.h +26 五月 2020 | 00:52:21,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607MethodDeclarations.h +26 五月 2020 | 00:52:21,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451.h +26 五月 2020 | 00:52:21,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Queue_1_gen900390099MethodDeclarations.h +26 五月 2020 | 00:52:21,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451MethodDeclarations.h +26 五月 2020 | 00:52:21,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141.h +26 五月 2020 | 00:52:21,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899.h +26 五月 2020 | 00:52:21,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat1866130141MethodDeclarations.h +26 五月 2020 | 00:52:21,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899MethodDeclarations.h +26 五月 2020 | 00:52:21,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093.h +26 五月 2020 | 00:52:21,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903.h +26 五月 2020 | 00:52:21,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903MethodDeclarations.h +26 五月 2020 | 00:52:21,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093.h +26 五月 2020 | 00:52:21,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979.h +26 五月 2020 | 00:52:21,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093MethodDeclarations.h +26 五月 2020 | 00:52:21,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2563681093MethodDeclarations.h +26 五月 2020 | 00:52:21,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097.h +26 五月 2020 | 00:52:21,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979MethodDeclarations.h +26 五月 2020 | 00:52:21,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150.h +26 五月 2020 | 00:52:21,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097MethodDeclarations.h +26 五月 2020 | 00:52:21,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200.h +26 五月 2020 | 00:52:21,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2812155150MethodDeclarations.h +26 五月 2020 | 00:52:21,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040.h +26 五月 2020 | 00:52:21,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778.h +26 五月 2020 | 00:52:21,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200MethodDeclarations.h +26 五月 2020 | 00:52:21,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040MethodDeclarations.h +26 五月 2020 | 00:52:21,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat2818459778MethodDeclarations.h +26 五月 2020 | 00:52:21,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740.h +26 五月 2020 | 00:52:21,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590.h +26 五月 2020 | 00:52:21,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623.h +26 五月 2020 | 00:52:21,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3041529740MethodDeclarations.h +26 五月 2020 | 00:52:21,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624.h +26 五月 2020 | 00:52:21,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590MethodDeclarations.h +26 五月 2020 | 00:52:21,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623MethodDeclarations.h +26 五月 2020 | 00:52:21,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3327668624MethodDeclarations.h +26 五月 2020 | 00:52:21,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959.h +26 五月 2020 | 00:52:21,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076.h +26 五月 2020 | 00:52:21,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959MethodDeclarations.h +26 五月 2020 | 00:52:21,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerat3360981076MethodDeclarations.h +26 五月 2020 | 00:52:21,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502.h +26 五月 2020 | 00:52:21,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513.h +26 五月 2020 | 00:52:21,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502MethodDeclarations.h +26 五月 2020 | 00:52:21,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato132208513MethodDeclarations.h +26 五月 2020 | 00:52:21,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537.h +26 五月 2020 | 00:52:21,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655.h +26 五月 2020 | 00:52:21,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655MethodDeclarations.h +26 五月 2020 | 00:52:21,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato472726537MethodDeclarations.h +26 五月 2020 | 00:52:21,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523.h +26 五月 2020 | 00:52:21,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619.h +26 五月 2020 | 00:52:21,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523MethodDeclarations.h +26 五月 2020 | 00:52:21,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato578514619MethodDeclarations.h +26 五月 2020 | 00:52:21,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806.h +26 五月 2020 | 00:52:21,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato579117806MethodDeclarations.h +26 五月 2020 | 00:52:21,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853.h +26 五月 2020 | 00:52:21,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388.h +26 五月 2020 | 00:52:21,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853MethodDeclarations.h +26 五月 2020 | 00:52:21,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388MethodDeclarations.h +26 五月 2020 | 00:52:21,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659.h +26 五月 2020 | 00:52:21,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587.h +26 五月 2020 | 00:52:21,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_Enumerato697697587MethodDeclarations.h +26 五月 2020 | 00:52:21,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659MethodDeclarations.h +26 五月 2020 | 00:52:21,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781.h +26 五月 2020 | 00:52:21,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1216131781MethodDeclarations.h +26 五月 2020 | 00:52:21,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733.h +26 五月 2020 | 00:52:21,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen1913682733MethodDeclarations.h +26 五月 2020 | 00:52:21,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790.h +26 五月 2020 | 00:52:21,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2162156790MethodDeclarations.h +26 五月 2020 | 00:52:21,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418.h +26 五月 2020 | 00:52:21,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2168461418MethodDeclarations.h +26 五月 2020 | 00:52:21,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380.h +26 五月 2020 | 00:52:21,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2391531380MethodDeclarations.h +26 五月 2020 | 00:52:21,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264.h +26 五月 2020 | 00:52:21,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2677670264MethodDeclarations.h +26 五月 2020 | 00:52:21,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716.h +26 五月 2020 | 00:52:21,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen2710982716MethodDeclarations.h +26 五月 2020 | 00:52:21,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516.h +26 五月 2020 | 00:52:21,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901.h +26 五月 2020 | 00:52:21,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516MethodDeclarations.h +26 五月 2020 | 00:52:21,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901MethodDeclarations.h +26 五月 2020 | 00:52:21,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691.h +26 五月 2020 | 00:52:21,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509.h +26 五月 2020 | 00:52:21,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691MethodDeclarations.h +26 五月 2020 | 00:52:21,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509MethodDeclarations.h +26 五月 2020 | 00:52:21,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880.h +26 五月 2020 | 00:52:21,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880MethodDeclarations.h +26 五月 2020 | 00:52:21,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449.h +26 五月 2020 | 00:52:21,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156.h +26 五月 2020 | 00:52:21,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709.h +26 五月 2020 | 00:52:21,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen3777177449MethodDeclarations.h +26 五月 2020 | 00:52:21,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156MethodDeclarations.h +26 五月 2020 | 00:52:21,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473.h +26 五月 2020 | 00:52:21,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051.h +26 五月 2020 | 00:52:21,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4117695473MethodDeclarations.h +26 五月 2020 | 00:52:21,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051MethodDeclarations.h +26 五月 2020 | 00:52:21,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555.h +26 五月 2020 | 00:52:21,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4223483555MethodDeclarations.h +26 五月 2020 | 00:52:21,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709MethodDeclarations.h +26 五月 2020 | 00:52:21,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050.h +26 五月 2020 | 00:52:21,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050MethodDeclarations.h +26 五月 2020 | 00:52:21,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742.h +26 五月 2020 | 00:52:21,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen4224086742MethodDeclarations.h +26 五月 2020 | 00:52:21,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227.h +26 五月 2020 | 00:52:21,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Generic_Stack_1_gen47699227MethodDeclarations.h +26 五月 2020 | 00:52:21,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810.h +26 五月 2020 | 00:52:21,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_HybridDiction290043810MethodDeclarations.h +26 五月 2020 | 00:52:21,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152.h +26 五月 2020 | 00:52:21,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona1923170152MethodDeclarations.h +26 五月 2020 | 00:52:21,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305.h +26 五月 2020 | 00:52:21,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2037848305MethodDeclarations.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona2725637098MethodDeclarations.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictiona3458713452MethodDeclarations.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_ListDictionar528898270MethodDeclarations.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo1718269396MethodDeclarations.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631.h +26 五月 2020 | 00:52:21,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo2034248631MethodDeclarations.h +26 五月 2020 | 00:52:21,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099.h +26 五月 2020 | 00:52:21,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCo3244489099MethodDeclarations.h +26 五月 2020 | 00:52:21,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367.h +26 五月 2020 | 00:52:21,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameObjectCol633582367MethodDeclarations.h +26 五月 2020 | 00:52:21,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564.h +26 五月 2020 | 00:52:21,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Collections_Specialized_NameValueCol3047564564MethodDeclarations.h +26 五月 2020 | 00:52:21,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129.h +26 五月 2020 | 00:52:21,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302.h +26 五月 2020 | 00:52:21,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607.h +26 五月 2020 | 00:52:21,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter2804512129MethodDeclarations.h +26 五月 2020 | 00:52:21,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607MethodDeclarations.h +26 五月 2020 | 00:52:21,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064.h +26 五月 2020 | 00:52:21,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979.h +26 五月 2020 | 00:52:21,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ArrayConverter_ArrayPr599180064MethodDeclarations.h +26 五月 2020 | 00:52:21,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979MethodDeclarations.h +26 五月 2020 | 00:52:21,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200.h +26 五月 2020 | 00:52:21,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200MethodDeclarations.h +26 五月 2020 | 00:52:21,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302MethodDeclarations.h +26 五月 2020 | 00:52:21,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642.h +26 五月 2020 | 00:52:21,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642MethodDeclarations.h +26 五月 2020 | 00:52:21,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938.h +26 五月 2020 | 00:52:21,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventArgs83270938MethodDeclarations.h +26 五月 2020 | 00:52:21,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191.h +26 五月 2020 | 00:52:21,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncCompletedEventHan626974191MethodDeclarations.h +26 五月 2020 | 00:52:21,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675.h +26 五月 2020 | 00:52:21,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperation1185541675MethodDeclarations.h +26 五月 2020 | 00:52:21,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318.h +26 五月 2020 | 00:52:21,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590.h +26 五月 2020 | 00:52:21,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528.h +26 五月 2020 | 00:52:21,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AsyncOperationManager3553158318MethodDeclarations.h +26 五月 2020 | 00:52:21,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528MethodDeclarations.h +26 五月 2020 | 00:52:21,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332.h +26 五月 2020 | 00:52:21,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332MethodDeclarations.h +26 五月 2020 | 00:52:21,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499.h +26 五月 2020 | 00:52:21,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499MethodDeclarations.h +26 五月 2020 | 00:52:21,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273.h +26 五月 2020 | 00:52:21,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273MethodDeclarations.h +26 五月 2020 | 00:52:21,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292.h +26 五月 2020 | 00:52:21,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590MethodDeclarations.h +26 五月 2020 | 00:52:21,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315.h +26 五月 2020 | 00:52:21,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_AttributeCollection1925812292MethodDeclarations.h +26 五月 2020 | 00:52:21,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315MethodDeclarations.h +26 五月 2020 | 00:52:21,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110.h +26 五月 2020 | 00:52:21,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942.h +26 五月 2020 | 00:52:21,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker4230068110MethodDeclarations.h +26 五月 2020 | 00:52:21,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942MethodDeclarations.h +26 五月 2020 | 00:52:21,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489.h +26 五月 2020 | 00:52:21,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274.h +26 五月 2020 | 00:52:21,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BackgroundWorker_Proce308732489MethodDeclarations.h +26 五月 2020 | 00:52:21,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274MethodDeclarations.h +26 五月 2020 | 00:52:21,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776.h +26 五月 2020 | 00:52:21,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388.h +26 五月 2020 | 00:52:21,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304.h +26 五月 2020 | 00:52:21,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BaseNumberConverter1130358776MethodDeclarations.h +26 五月 2020 | 00:52:21,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388MethodDeclarations.h +26 五月 2020 | 00:52:21,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304MethodDeclarations.h +26 五月 2020 | 00:52:21,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582.h +26 五月 2020 | 00:52:21,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012.h +26 五月 2020 | 00:52:21,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BindableSupport1735231582MethodDeclarations.h +26 五月 2020 | 00:52:21,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659.h +26 五月 2020 | 00:52:21,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810.h +26 五月 2020 | 00:52:21,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659MethodDeclarations.h +26 五月 2020 | 00:52:21,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BooleanConverter284715810MethodDeclarations.h +26 五月 2020 | 00:52:21,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291.h +26 五月 2020 | 00:52:21,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_BrowsableAttribute2487167291MethodDeclarations.h +26 五月 2020 | 00:52:21,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516.h +26 五月 2020 | 00:52:21,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012MethodDeclarations.h +26 五月 2020 | 00:52:21,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600.h +26 五月 2020 | 00:52:21,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516MethodDeclarations.h +26 五月 2020 | 00:52:21,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ByteConverter1265255600MethodDeclarations.h +26 五月 2020 | 00:52:21,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691.h +26 五月 2020 | 00:52:21,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691MethodDeclarations.h +26 五月 2020 | 00:52:21,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156.h +26 五月 2020 | 00:52:21,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267.h +26 五月 2020 | 00:52:21,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590.h +26 五月 2020 | 00:52:21,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CancelEventArgs1976499267MethodDeclarations.h +26 五月 2020 | 00:52:21,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156MethodDeclarations.h +26 五月 2020 | 00:52:21,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590MethodDeclarations.h +26 五月 2020 | 00:52:21,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051.h +26 五月 2020 | 00:52:21,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070.h +26 五月 2020 | 00:52:21,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051MethodDeclarations.h +26 五月 2020 | 00:52:21,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589.h +26 五月 2020 | 00:52:21,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589MethodDeclarations.h +26 五月 2020 | 00:52:21,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394.h +26 五月 2020 | 00:52:21,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394MethodDeclarations.h +26 五月 2020 | 00:52:21,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050.h +26 五月 2020 | 00:52:21,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050MethodDeclarations.h +26 五月 2020 | 00:52:21,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CategoryAttribute540457070MethodDeclarations.h +26 五月 2020 | 00:52:22,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175.h +26 五月 2020 | 00:52:22,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350.h +26 五月 2020 | 00:52:22,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302.h +26 五月 2020 | 00:52:22,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CharConverter437233350MethodDeclarations.h +26 五月 2020 | 00:52:22,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302MethodDeclarations.h +26 五月 2020 | 00:52:22,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100.h +26 五月 2020 | 00:52:22,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642.h +26 五月 2020 | 00:52:22,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeActio3495844100MethodDeclarations.h +26 五月 2020 | 00:52:22,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642MethodDeclarations.h +26 五月 2020 | 00:52:22,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345.h +26 五月 2020 | 00:52:22,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEvent1734749345MethodDeclarations.h +26 五月 2020 | 00:52:22,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706.h +26 五月 2020 | 00:52:22,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionChangeEventH790626706MethodDeclarations.h +26 五月 2020 | 00:52:22,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528.h +26 五月 2020 | 00:52:22,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528MethodDeclarations.h +26 五月 2020 | 00:52:22,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332.h +26 五月 2020 | 00:52:22,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175MethodDeclarations.h +26 五月 2020 | 00:52:22,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332MethodDeclarations.h +26 五月 2020 | 00:52:22,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553.h +26 五月 2020 | 00:52:22,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553MethodDeclarations.h +26 五月 2020 | 00:52:22,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499.h +26 五月 2020 | 00:52:22,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499MethodDeclarations.h +26 五月 2020 | 00:52:22,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273.h +26 五月 2020 | 00:52:22,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273MethodDeclarations.h +26 五月 2020 | 00:52:22,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315.h +26 五月 2020 | 00:52:22,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315MethodDeclarations.h +26 五月 2020 | 00:52:22,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942.h +26 五月 2020 | 00:52:22,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942MethodDeclarations.h +26 五月 2020 | 00:52:22,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274.h +26 五月 2020 | 00:52:22,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274MethodDeclarations.h +26 五月 2020 | 00:52:22,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304.h +26 五月 2020 | 00:52:22,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096.h +26 五月 2020 | 00:52:22,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673.h +26 五月 2020 | 00:52:22,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CollectionConverter2459375096MethodDeclarations.h +26 五月 2020 | 00:52:22,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304MethodDeclarations.h +26 五月 2020 | 00:52:22,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673MethodDeclarations.h +26 五月 2020 | 00:52:22,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791.h +26 五月 2020 | 00:52:22,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012.h +26 五月 2020 | 00:52:22,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506.h +26 五月 2020 | 00:52:22,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Component2826673791MethodDeclarations.h +26 五月 2020 | 00:52:22,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012MethodDeclarations.h +26 五月 2020 | 00:52:22,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506MethodDeclarations.h +26 五月 2020 | 00:52:22,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590.h +26 五月 2020 | 00:52:22,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590MethodDeclarations.h +26 五月 2020 | 00:52:22,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589.h +26 五月 2020 | 00:52:22,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589MethodDeclarations.h +26 五月 2020 | 00:52:22,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394.h +26 五月 2020 | 00:52:22,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394MethodDeclarations.h +26 五月 2020 | 00:52:22,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256.h +26 五月 2020 | 00:52:22,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175.h +26 五月 2020 | 00:52:22,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256MethodDeclarations.h +26 五月 2020 | 00:52:22,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150.h +26 五月 2020 | 00:52:22,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150MethodDeclarations.h +26 五月 2020 | 00:52:22,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167.h +26 五月 2020 | 00:52:22,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167MethodDeclarations.h +26 五月 2020 | 00:52:22,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705.h +26 五月 2020 | 00:52:22,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705MethodDeclarations.h +26 五月 2020 | 00:52:22,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958.h +26 五月 2020 | 00:52:22,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958MethodDeclarations.h +26 五月 2020 | 00:52:22,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825.h +26 五月 2020 | 00:52:22,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825MethodDeclarations.h +26 五月 2020 | 00:52:22,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432.h +26 五月 2020 | 00:52:22,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432MethodDeclarations.h +26 五月 2020 | 00:52:22,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059.h +26 五月 2020 | 00:52:22,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059MethodDeclarations.h +26 五月 2020 | 00:52:22,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154.h +26 五月 2020 | 00:52:22,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154MethodDeclarations.h +26 五月 2020 | 00:52:22,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492.h +26 五月 2020 | 00:52:22,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492MethodDeclarations.h +26 五月 2020 | 00:52:22,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880.h +26 五月 2020 | 00:52:22,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880MethodDeclarations.h +26 五月 2020 | 00:52:22,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846.h +26 五月 2020 | 00:52:22,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846MethodDeclarations.h +26 五月 2020 | 00:52:22,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729.h +26 五月 2020 | 00:52:22,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729MethodDeclarations.h +26 五月 2020 | 00:52:22,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310.h +26 五月 2020 | 00:52:22,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907.h +26 五月 2020 | 00:52:22,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310MethodDeclarations.h +26 五月 2020 | 00:52:22,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentCollection737017907MethodDeclarations.h +26 五月 2020 | 00:52:22,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387.h +26 五月 2020 | 00:52:22,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175MethodDeclarations.h +26 五月 2020 | 00:52:22,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553.h +26 五月 2020 | 00:52:22,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553MethodDeclarations.h +26 五月 2020 | 00:52:22,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223.h +26 五月 2020 | 00:52:22,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673.h +26 五月 2020 | 00:52:22,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387MethodDeclarations.h +26 五月 2020 | 00:52:22,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673MethodDeclarations.h +26 五月 2020 | 00:52:22,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224.h +26 五月 2020 | 00:52:22,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506.h +26 五月 2020 | 00:52:22,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224MethodDeclarations.h +26 五月 2020 | 00:52:22,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287.h +26 五月 2020 | 00:52:22,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287MethodDeclarations.h +26 五月 2020 | 00:52:22,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922.h +26 五月 2020 | 00:52:22,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922MethodDeclarations.h +26 五月 2020 | 00:52:22,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918.h +26 五月 2020 | 00:52:22,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918MethodDeclarations.h +26 五月 2020 | 00:52:22,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506MethodDeclarations.h +26 五月 2020 | 00:52:22,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920.h +26 五月 2020 | 00:52:22,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920MethodDeclarations.h +26 五月 2020 | 00:52:22,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465.h +26 五月 2020 | 00:52:22,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465MethodDeclarations.h +26 五月 2020 | 00:52:22,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519.h +26 五月 2020 | 00:52:22,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentConverter3121608223MethodDeclarations.h +26 五月 2020 | 00:52:22,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256.h +26 五月 2020 | 00:52:22,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487.h +26 五月 2020 | 00:52:22,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256MethodDeclarations.h +26 五月 2020 | 00:52:22,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ComponentInfo2742875487MethodDeclarations.h +26 五月 2020 | 00:52:22,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150.h +26 五月 2020 | 00:52:22,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248.h +26 五月 2020 | 00:52:22,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150MethodDeclarations.h +26 五月 2020 | 00:52:22,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter2239982248MethodDeclarations.h +26 五月 2020 | 00:52:22,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167.h +26 五月 2020 | 00:52:22,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167MethodDeclarations.h +26 五月 2020 | 00:52:22,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705.h +26 五月 2020 | 00:52:22,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249.h +26 五月 2020 | 00:52:22,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705MethodDeclarations.h +26 五月 2020 | 00:52:22,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519MethodDeclarations.h +26 五月 2020 | 00:52:22,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CultureInfoConverter_2714931249MethodDeclarations.h +26 五月 2020 | 00:52:22,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958.h +26 五月 2020 | 00:52:22,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828.h +26 五月 2020 | 00:52:22,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626.h +26 五月 2020 | 00:52:22,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958MethodDeclarations.h +26 五月 2020 | 00:52:22,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_CustomTypeDescriptor1720788626MethodDeclarations.h +26 五月 2020 | 00:52:22,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828MethodDeclarations.h +26 五月 2020 | 00:52:22,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825.h +26 五月 2020 | 00:52:22,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419.h +26 五月 2020 | 00:52:22,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825MethodDeclarations.h +26 五月 2020 | 00:52:22,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DateTimeConverter2436647419MethodDeclarations.h +26 五月 2020 | 00:52:22,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419.h +26 五月 2020 | 00:52:22,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432.h +26 五月 2020 | 00:52:22,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211.h +26 五月 2020 | 00:52:22,493 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419MethodDeclarations.h +26 五月 2020 | 00:52:22,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432MethodDeclarations.h +26 五月 2020 | 00:52:22,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DecimalConverter1618403211MethodDeclarations.h +26 五月 2020 | 00:52:22,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279.h +26 五月 2020 | 00:52:22,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059.h +26 五月 2020 | 00:52:22,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873.h +26 五月 2020 | 00:52:22,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279MethodDeclarations.h +26 五月 2020 | 00:52:22,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059MethodDeclarations.h +26 五月 2020 | 00:52:22,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultEventAttribute1079704873MethodDeclarations.h +26 五月 2020 | 00:52:22,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714.h +26 五月 2020 | 00:52:22,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154.h +26 五月 2020 | 00:52:22,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338.h +26 五月 2020 | 00:52:22,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714MethodDeclarations.h +26 五月 2020 | 00:52:22,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154MethodDeclarations.h +26 五月 2020 | 00:52:22,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842.h +26 五月 2020 | 00:52:22,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492.h +26 五月 2020 | 00:52:22,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842MethodDeclarations.h +26 五月 2020 | 00:52:22,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492MethodDeclarations.h +26 五月 2020 | 00:52:22,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultPropertyAttrib1962767338MethodDeclarations.h +26 五月 2020 | 00:52:22,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880.h +26 五月 2020 | 00:52:22,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498.h +26 五月 2020 | 00:52:22,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086.h +26 五月 2020 | 00:52:22,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880MethodDeclarations.h +26 五月 2020 | 00:52:22,506 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DefaultValueAttribute1302720498MethodDeclarations.h +26 五月 2020 | 00:52:22,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086MethodDeclarations.h +26 五月 2020 | 00:52:22,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846.h +26 五月 2020 | 00:52:22,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970.h +26 五月 2020 | 00:52:22,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672.h +26 五月 2020 | 00:52:22,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846MethodDeclarations.h +26 五月 2020 | 00:52:22,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970MethodDeclarations.h +26 五月 2020 | 00:52:22,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DescriptionAttribute3207779672MethodDeclarations.h +26 五月 2020 | 00:52:22,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729.h +26 五月 2020 | 00:52:22,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870.h +26 五月 2020 | 00:52:22,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572.h +26 五月 2020 | 00:52:22,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729MethodDeclarations.h +26 五月 2020 | 00:52:22,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignOnlyAttribute2394309572MethodDeclarations.h +26 五月 2020 | 00:52:22,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870MethodDeclarations.h +26 五月 2020 | 00:52:22,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310.h +26 五月 2020 | 00:52:22,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151.h +26 五月 2020 | 00:52:22,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322.h +26 五月 2020 | 00:52:22,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310MethodDeclarations.h +26 五月 2020 | 00:52:22,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignTimeVisibleAttr2120749151MethodDeclarations.h +26 五月 2020 | 00:52:22,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322MethodDeclarations.h +26 五月 2020 | 00:52:22,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857.h +26 五月 2020 | 00:52:22,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387.h +26 五月 2020 | 00:52:22,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357.h +26 五月 2020 | 00:52:22,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_DesignerTransa3880697857MethodDeclarations.h +26 五月 2020 | 00:52:22,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357MethodDeclarations.h +26 五月 2020 | 00:52:22,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375.h +26 五月 2020 | 00:52:22,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562.h +26 五月 2020 | 00:52:22,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375MethodDeclarations.h +26 五月 2020 | 00:52:22,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_RuntimeLicense1397748562MethodDeclarations.h +26 五月 2020 | 00:52:22,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120.h +26 五月 2020 | 00:52:22,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536.h +26 五月 2020 | 00:52:22,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387MethodDeclarations.h +26 五月 2020 | 00:52:22,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Design_Serialization_1404033120MethodDeclarations.h +26 五月 2020 | 00:52:22,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536MethodDeclarations.h +26 五月 2020 | 00:52:22,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224.h +26 五月 2020 | 00:52:22,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479.h +26 五月 2020 | 00:52:22,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691.h +26 五月 2020 | 00:52:22,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224MethodDeclarations.h +26 五月 2020 | 00:52:22,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerAttribute2778719479MethodDeclarations.h +26 五月 2020 | 00:52:22,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691MethodDeclarations.h +26 五月 2020 | 00:52:22,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002.h +26 五月 2020 | 00:52:22,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002MethodDeclarations.h +26 五月 2020 | 00:52:22,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451.h +26 五月 2020 | 00:52:22,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerCategoryAttri1270090451MethodDeclarations.h +26 五月 2020 | 00:52:22,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899.h +26 五月 2020 | 00:52:22,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287.h +26 五月 2020 | 00:52:22,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization2980019899MethodDeclarations.h +26 五月 2020 | 00:52:22,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287MethodDeclarations.h +26 五月 2020 | 00:52:22,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768.h +26 五月 2020 | 00:52:22,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922.h +26 五月 2020 | 00:52:22,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922MethodDeclarations.h +26 五月 2020 | 00:52:22,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768MethodDeclarations.h +26 五月 2020 | 00:52:22,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918.h +26 五月 2020 | 00:52:22,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135.h +26 五月 2020 | 00:52:22,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135MethodDeclarations.h +26 五月 2020 | 00:52:22,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351.h +26 五月 2020 | 00:52:22,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351MethodDeclarations.h +26 五月 2020 | 00:52:22,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918MethodDeclarations.h +26 五月 2020 | 00:52:22,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273.h +26 五月 2020 | 00:52:22,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903.h +26 五月 2020 | 00:52:22,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DesignerSerialization3751360903MethodDeclarations.h +26 五月 2020 | 00:52:22,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920.h +26 五月 2020 | 00:52:22,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093.h +26 五月 2020 | 00:52:22,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920MethodDeclarations.h +26 五月 2020 | 00:52:22,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DisplayNameAttribute1935407093MethodDeclarations.h +26 五月 2020 | 00:52:22,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465.h +26 五月 2020 | 00:52:22,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097.h +26 五月 2020 | 00:52:22,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465MethodDeclarations.h +26 五月 2020 | 00:52:22,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventArgs62745097MethodDeclarations.h +26 五月 2020 | 00:52:22,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040.h +26 五月 2020 | 00:52:22,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoWorkEventHandler941110040MethodDeclarations.h +26 五月 2020 | 00:52:22,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519.h +26 五月 2020 | 00:52:22,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273MethodDeclarations.h +26 五月 2020 | 00:52:22,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623.h +26 五月 2020 | 00:52:22,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_DoubleConverter864652623MethodDeclarations.h +26 五月 2020 | 00:52:22,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608.h +26 五月 2020 | 00:52:22,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608MethodDeclarations.h +26 五月 2020 | 00:52:22,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959.h +26 五月 2020 | 00:52:22,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940.h +26 五月 2020 | 00:52:22,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorAttribute3559776959MethodDeclarations.h +26 五月 2020 | 00:52:22,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502.h +26 五月 2020 | 00:52:22,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519MethodDeclarations.h +26 五月 2020 | 00:52:22,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940MethodDeclarations.h +26 五月 2020 | 00:52:22,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableAttrib1050682502MethodDeclarations.h +26 五月 2020 | 00:52:22,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828.h +26 五月 2020 | 00:52:22,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655.h +26 五月 2020 | 00:52:22,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369.h +26 五月 2020 | 00:52:22,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EditorBrowsableState373498655MethodDeclarations.h +26 五月 2020 | 00:52:22,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828MethodDeclarations.h +26 五月 2020 | 00:52:22,578 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369MethodDeclarations.h +26 五月 2020 | 00:52:22,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523.h +26 五月 2020 | 00:52:22,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419.h +26 五月 2020 | 00:52:22,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter2538808523MethodDeclarations.h +26 五月 2020 | 00:52:22,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419MethodDeclarations.h +26 五月 2020 | 00:52:22,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239.h +26 五月 2020 | 00:52:22,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239MethodDeclarations.h +26 五月 2020 | 00:52:22,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853.h +26 五月 2020 | 00:52:22,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279.h +26 五月 2020 | 00:52:22,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EnumConverter_EnumCom2635778853MethodDeclarations.h +26 五月 2020 | 00:52:22,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279MethodDeclarations.h +26 五月 2020 | 00:52:22,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714.h +26 五月 2020 | 00:52:22,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578.h +26 五月 2020 | 00:52:22,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901.h +26 五月 2020 | 00:52:22,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714MethodDeclarations.h +26 五月 2020 | 00:52:22,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptor962731901MethodDeclarations.h +26 五月 2020 | 00:52:22,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578MethodDeclarations.h +26 五月 2020 | 00:52:22,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842.h +26 五月 2020 | 00:52:22,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509.h +26 五月 2020 | 00:52:22,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780.h +26 五月 2020 | 00:52:22,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842MethodDeclarations.h +26 五月 2020 | 00:52:22,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventDescriptorCollec3053042509MethodDeclarations.h +26 五月 2020 | 00:52:22,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780MethodDeclarations.h +26 五月 2020 | 00:52:22,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880.h +26 五月 2020 | 00:52:22,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086.h +26 五月 2020 | 00:52:22,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_EventHandlerList1298116880MethodDeclarations.h +26 五月 2020 | 00:52:22,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086MethodDeclarations.h +26 五月 2020 | 00:52:22,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709.h +26 五月 2020 | 00:52:22,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970.h +26 五月 2020 | 00:52:22,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113.h +26 五月 2020 | 00:52:22,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970MethodDeclarations.h +26 五月 2020 | 00:52:22,599 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113MethodDeclarations.h +26 五月 2020 | 00:52:22,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760.h +26 五月 2020 | 00:52:22,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760MethodDeclarations.h +26 五月 2020 | 00:52:22,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796.h +26 五月 2020 | 00:52:22,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870.h +26 五月 2020 | 00:52:22,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ExpandableObjectConve1139197709MethodDeclarations.h +26 五月 2020 | 00:52:22,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870MethodDeclarations.h +26 五月 2020 | 00:52:22,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796MethodDeclarations.h +26 五月 2020 | 00:52:22,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322.h +26 五月 2020 | 00:52:22,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286.h +26 五月 2020 | 00:52:22,608 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286MethodDeclarations.h +26 五月 2020 | 00:52:22,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322MethodDeclarations.h +26 五月 2020 | 00:52:22,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357.h +26 五月 2020 | 00:52:22,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930.h +26 五月 2020 | 00:52:22,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930MethodDeclarations.h +26 五月 2020 | 00:52:22,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357MethodDeclarations.h +26 五月 2020 | 00:52:22,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:22,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375.h +26 五月 2020 | 00:52:22,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:22,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375MethodDeclarations.h +26 五月 2020 | 00:52:22,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314.h +26 五月 2020 | 00:52:22,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536.h +26 五月 2020 | 00:52:22,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314MethodDeclarations.h +26 五月 2020 | 00:52:22,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536MethodDeclarations.h +26 五月 2020 | 00:52:22,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216.h +26 五月 2020 | 00:52:22,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691.h +26 五月 2020 | 00:52:22,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691MethodDeclarations.h +26 五月 2020 | 00:52:22,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002.h +26 五月 2020 | 00:52:22,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002MethodDeclarations.h +26 五月 2020 | 00:52:22,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607.h +26 五月 2020 | 00:52:22,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_GuidConverter1547586607MethodDeclarations.h +26 五月 2020 | 00:52:22,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216MethodDeclarations.h +26 五月 2020 | 00:52:22,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Dns1335526197.h +26 五月 2020 | 00:52:22,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979.h +26 五月 2020 | 00:52:22,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Dns1335526197MethodDeclarations.h +26 五月 2020 | 00:52:22,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ImmutableObjectAttrib1990201979MethodDeclarations.h +26 五月 2020 | 00:52:22,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363.h +26 五月 2020 | 00:52:22,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200.h +26 五月 2020 | 00:52:22,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Info42715200MethodDeclarations.h +26 五月 2020 | 00:52:22,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768.h +26 五月 2020 | 00:52:22,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768MethodDeclarations.h +26 五月 2020 | 00:52:22,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363MethodDeclarations.h +26 五月 2020 | 00:52:22,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590.h +26 五月 2020 | 00:52:22,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135.h +26 五月 2020 | 00:52:22,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111.h +26 五月 2020 | 00:52:22,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int16Converter903627590MethodDeclarations.h +26 五月 2020 | 00:52:22,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135MethodDeclarations.h +26 五月 2020 | 00:52:22,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111MethodDeclarations.h +26 五月 2020 | 00:52:22,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388.h +26 五月 2020 | 00:52:22,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351.h +26 五月 2020 | 00:52:22,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211.h +26 五月 2020 | 00:52:22,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int32Converter957938388MethodDeclarations.h +26 五月 2020 | 00:52:22,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351MethodDeclarations.h +26 五月 2020 | 00:52:22,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211MethodDeclarations.h +26 五月 2020 | 00:52:22,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659.h +26 五月 2020 | 00:52:22,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Int64Converter3186343659MethodDeclarations.h +26 五月 2020 | 00:52:22,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516.h +26 五月 2020 | 00:52:22,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_InvalidEnumArgumentEx3709744516MethodDeclarations.h +26 五月 2020 | 00:52:22,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691.h +26 五月 2020 | 00:52:22,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicense1222627691MethodDeclarations.h +26 五月 2020 | 00:52:22,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156.h +26 五月 2020 | 00:52:22,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicFileLicenseProvide2962157156MethodDeclarations.h +26 五月 2020 | 00:52:22,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051.h +26 五月 2020 | 00:52:22,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_License3326651051MethodDeclarations.h +26 五月 2020 | 00:52:22,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251.h +26 五月 2020 | 00:52:22,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273.h +26 五月 2020 | 00:52:22,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251MethodDeclarations.h +26 五月 2020 | 00:52:22,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273MethodDeclarations.h +26 五月 2020 | 00:52:22,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050.h +26 五月 2020 | 00:52:22,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823.h +26 五月 2020 | 00:52:22,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608.h +26 五月 2020 | 00:52:22,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseContext192650050MethodDeclarations.h +26 五月 2020 | 00:52:22,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608MethodDeclarations.h +26 五月 2020 | 00:52:22,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302.h +26 五月 2020 | 00:52:22,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823MethodDeclarations.h +26 五月 2020 | 00:52:22,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940.h +26 五月 2020 | 00:52:22,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940MethodDeclarations.h +26 五月 2020 | 00:52:22,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943.h +26 五月 2020 | 00:52:22,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369.h +26 五月 2020 | 00:52:22,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseException1281499302MethodDeclarations.h +26 五月 2020 | 00:52:22,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943MethodDeclarations.h +26 五月 2020 | 00:52:22,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369MethodDeclarations.h +26 五月 2020 | 00:52:22,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642.h +26 五月 2020 | 00:52:22,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseManager764408642MethodDeclarations.h +26 五月 2020 | 00:52:22,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589.h +26 五月 2020 | 00:52:22,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589MethodDeclarations.h +26 五月 2020 | 00:52:22,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528.h +26 五月 2020 | 00:52:22,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProvider3536803528MethodDeclarations.h +26 五月 2020 | 00:52:22,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706.h +26 五月 2020 | 00:52:22,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332.h +26 五月 2020 | 00:52:22,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706MethodDeclarations.h +26 五月 2020 | 00:52:22,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseProviderAttrib1207066332MethodDeclarations.h +26 五月 2020 | 00:52:22,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513.h +26 五月 2020 | 00:52:22,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499.h +26 五月 2020 | 00:52:22,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513MethodDeclarations.h +26 五月 2020 | 00:52:22,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LicenseUsageMode2996119499MethodDeclarations.h +26 五月 2020 | 00:52:22,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723.h +26 五月 2020 | 00:52:22,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273.h +26 五月 2020 | 00:52:22,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239.h +26 五月 2020 | 00:52:22,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239MethodDeclarations.h +26 五月 2020 | 00:52:22,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListBindableAttribute1092011273MethodDeclarations.h +26 五月 2020 | 00:52:22,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723MethodDeclarations.h +26 五月 2020 | 00:52:22,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315.h +26 五月 2020 | 00:52:22,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766.h +26 五月 2020 | 00:52:22,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578.h +26 五月 2020 | 00:52:22,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventArgs3132270315MethodDeclarations.h +26 五月 2020 | 00:52:22,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766MethodDeclarations.h +26 五月 2020 | 00:52:22,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942.h +26 五月 2020 | 00:52:22,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509.h +26 五月 2020 | 00:52:22,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedEventHandl2276411942MethodDeclarations.h +26 五月 2020 | 00:52:22,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509MethodDeclarations.h +26 五月 2020 | 00:52:22,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274.h +26 五月 2020 | 00:52:22,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListChangedType3463990274MethodDeclarations.h +26 五月 2020 | 00:52:22,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879.h +26 五月 2020 | 00:52:22,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304.h +26 五月 2020 | 00:52:22,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578MethodDeclarations.h +26 五月 2020 | 00:52:22,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879MethodDeclarations.h +26 五月 2020 | 00:52:22,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780.h +26 五月 2020 | 00:52:22,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628.h +26 五月 2020 | 00:52:22,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListEntry935815304MethodDeclarations.h +26 五月 2020 | 00:52:22,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628MethodDeclarations.h +26 五月 2020 | 00:52:22,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780MethodDeclarations.h +26 五月 2020 | 00:52:22,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012.h +26 五月 2020 | 00:52:22,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097.h +26 五月 2020 | 00:52:22,715 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097MethodDeclarations.h +26 五月 2020 | 00:52:22,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113.h +26 五月 2020 | 00:52:22,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044.h +26 五月 2020 | 00:52:22,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescription3194554012MethodDeclarations.h +26 五月 2020 | 00:52:22,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044MethodDeclarations.h +26 五月 2020 | 00:52:22,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113MethodDeclarations.h +26 五月 2020 | 00:52:22,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181.h +26 五月 2020 | 00:52:22,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760.h +26 五月 2020 | 00:52:22,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181MethodDeclarations.h +26 五月 2020 | 00:52:22,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590.h +26 五月 2020 | 00:52:22,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760MethodDeclarations.h +26 五月 2020 | 00:52:22,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959.h +26 五月 2020 | 00:52:22,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDescriptionCo2357028590MethodDeclarations.h +26 五月 2020 | 00:52:22,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796.h +26 五月 2020 | 00:52:22,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959MethodDeclarations.h +26 五月 2020 | 00:52:22,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589.h +26 五月 2020 | 00:52:22,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796MethodDeclarations.h +26 五月 2020 | 00:52:22,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431.h +26 五月 2020 | 00:52:22,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ListSortDirection4186912589MethodDeclarations.h +26 五月 2020 | 00:52:22,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431MethodDeclarations.h +26 五月 2020 | 00:52:22,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286.h +26 五月 2020 | 00:52:22,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394.h +26 五月 2020 | 00:52:22,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792.h +26 五月 2020 | 00:52:22,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286MethodDeclarations.h +26 五月 2020 | 00:52:22,727 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_LocalizableAttribute1267247394MethodDeclarations.h +26 五月 2020 | 00:52:22,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792MethodDeclarations.h +26 五月 2020 | 00:52:22,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930.h +26 五月 2020 | 00:52:22,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250.h +26 五月 2020 | 00:52:22,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175.h +26 五月 2020 | 00:52:22,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250MethodDeclarations.h +26 五月 2020 | 00:52:22,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313.h +26 五月 2020 | 00:52:22,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313MethodDeclarations.h +26 五月 2020 | 00:52:22,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000.h +26 五月 2020 | 00:52:22,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000MethodDeclarations.h +26 五月 2020 | 00:52:22,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485.h +26 五月 2020 | 00:52:22,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930MethodDeclarations.h +26 五月 2020 | 00:52:22,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485MethodDeclarations.h +26 五月 2020 | 00:52:22,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:22,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MarshalByValueCompone3997823175MethodDeclarations.h +26 五月 2020 | 00:52:22,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:22,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055.h +26 五月 2020 | 00:52:22,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314.h +26 五月 2020 | 00:52:22,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553.h +26 五月 2020 | 00:52:22,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor3749827553MethodDeclarations.h +26 五月 2020 | 00:52:22,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314MethodDeclarations.h +26 五月 2020 | 00:52:22,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055MethodDeclarations.h +26 五月 2020 | 00:52:22,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630.h +26 五月 2020 | 00:52:22,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630MethodDeclarations.h +26 五月 2020 | 00:52:22,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330.h +26 五月 2020 | 00:52:22,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330MethodDeclarations.h +26 五月 2020 | 00:52:22,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673.h +26 五月 2020 | 00:52:22,753 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216.h +26 五月 2020 | 00:52:22,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720.h +26 五月 2020 | 00:52:22,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MemberDescriptor_Membe856477673MethodDeclarations.h +26 五月 2020 | 00:52:22,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720MethodDeclarations.h +26 五月 2020 | 00:52:22,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506.h +26 五月 2020 | 00:52:22,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155.h +26 五月 2020 | 00:52:22,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MergablePropertyAttri1597820506MethodDeclarations.h +26 五月 2020 | 00:52:22,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155MethodDeclarations.h +26 五月 2020 | 00:52:22,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200.h +26 五月 2020 | 00:52:22,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200MethodDeclarations.h +26 五月 2020 | 00:52:22,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134.h +26 五月 2020 | 00:52:22,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134MethodDeclarations.h +26 五月 2020 | 00:52:22,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256.h +26 五月 2020 | 00:52:22,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319.h +26 五月 2020 | 00:52:22,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319MethodDeclarations.h +26 五月 2020 | 00:52:22,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_MultilineStringConver3643519256MethodDeclarations.h +26 五月 2020 | 00:52:22,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045.h +26 五月 2020 | 00:52:22,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150.h +26 五月 2020 | 00:52:22,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_NotifyParentPropertyAt801973150MethodDeclarations.h +26 五月 2020 | 00:52:22,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045MethodDeclarations.h +26 五月 2020 | 00:52:22,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793.h +26 五月 2020 | 00:52:22,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167.h +26 五月 2020 | 00:52:22,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793MethodDeclarations.h +26 五月 2020 | 00:52:22,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_NullableConverter1941973167MethodDeclarations.h +26 五月 2020 | 00:52:22,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604.h +26 五月 2020 | 00:52:22,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705.h +26 五月 2020 | 00:52:22,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604MethodDeclarations.h +26 五月 2020 | 00:52:22,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PasswordPropertyTextA2834530705MethodDeclarations.h +26 五月 2020 | 00:52:22,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790.h +26 五月 2020 | 00:52:22,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216MethodDeclarations.h +26 五月 2020 | 00:52:22,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790MethodDeclarations.h +26 五月 2020 | 00:52:22,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958.h +26 五月 2020 | 00:52:22,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Dns1335526197.h +26 五月 2020 | 00:52:22,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880.h +26 五月 2020 | 00:52:22,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventAr711712958MethodDeclarations.h +26 五月 2020 | 00:52:22,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880MethodDeclarations.h +26 五月 2020 | 00:52:22,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Dns1335526197MethodDeclarations.h +26 五月 2020 | 00:52:22,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825.h +26 五月 2020 | 00:52:22,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285.h +26 五月 2020 | 00:52:22,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363.h +26 五月 2020 | 00:52:22,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285MethodDeclarations.h +26 五月 2020 | 00:52:22,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ProgressChangedEventHa839864825MethodDeclarations.h +26 五月 2020 | 00:52:22,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417.h +26 五月 2020 | 00:52:22,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432.h +26 五月 2020 | 00:52:22,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417MethodDeclarations.h +26 五月 2020 | 00:52:22,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363MethodDeclarations.h +26 五月 2020 | 00:52:22,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventA1689446432MethodDeclarations.h +26 五月 2020 | 00:52:22,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533.h +26 五月 2020 | 00:52:22,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111.h +26 五月 2020 | 00:52:22,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059.h +26 五月 2020 | 00:52:22,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533MethodDeclarations.h +26 五月 2020 | 00:52:22,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111MethodDeclarations.h +26 五月 2020 | 00:52:22,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727.h +26 五月 2020 | 00:52:22,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyChangedEventH3042952059MethodDeclarations.h +26 五月 2020 | 00:52:22,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154.h +26 五月 2020 | 00:52:22,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727MethodDeclarations.h +26 五月 2020 | 00:52:22,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211.h +26 五月 2020 | 00:52:22,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptor4250402154MethodDeclarations.h +26 五月 2020 | 00:52:22,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146.h +26 五月 2020 | 00:52:22,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211MethodDeclarations.h +26 五月 2020 | 00:52:22,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492.h +26 五月 2020 | 00:52:22,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146MethodDeclarations.h +26 五月 2020 | 00:52:22,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251.h +26 五月 2020 | 00:52:22,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_PropertyDescriptorCol3166009492MethodDeclarations.h +26 五月 2020 | 00:52:22,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782.h +26 五月 2020 | 00:52:22,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251MethodDeclarations.h +26 五月 2020 | 00:52:22,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782MethodDeclarations.h +26 五月 2020 | 00:52:22,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880.h +26 五月 2020 | 00:52:22,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReadOnlyAttribute4102148880MethodDeclarations.h +26 五月 2020 | 00:52:22,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823.h +26 五月 2020 | 00:52:22,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246.h +26 五月 2020 | 00:52:22,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846.h +26 五月 2020 | 00:52:22,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246MethodDeclarations.h +26 五月 2020 | 00:52:22,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RecommendedAsConfigura420947846MethodDeclarations.h +26 五月 2020 | 00:52:22,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823MethodDeclarations.h +26 五月 2020 | 00:52:22,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837.h +26 五月 2020 | 00:52:22,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729.h +26 五月 2020 | 00:52:22,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943.h +26 五月 2020 | 00:52:22,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReferenceConverter3131270729MethodDeclarations.h +26 五月 2020 | 00:52:22,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943MethodDeclarations.h +26 五月 2020 | 00:52:22,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837MethodDeclarations.h +26 五月 2020 | 00:52:22,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840.h +26 五月 2020 | 00:52:22,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840MethodDeclarations.h +26 五月 2020 | 00:52:22,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353.h +26 五月 2020 | 00:52:22,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353MethodDeclarations.h +26 五月 2020 | 00:52:22,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310.h +26 五月 2020 | 00:52:22,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499.h +26 五月 2020 | 00:52:22,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionEventDescri3740223310MethodDeclarations.h +26 五月 2020 | 00:52:22,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499MethodDeclarations.h +26 五月 2020 | 00:52:22,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387.h +26 五月 2020 | 00:52:22,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286.h +26 五月 2020 | 00:52:22,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286MethodDeclarations.h +26 五月 2020 | 00:52:22,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204.h +26 五月 2020 | 00:52:22,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204MethodDeclarations.h +26 五月 2020 | 00:52:22,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120.h +26 五月 2020 | 00:52:22,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120MethodDeclarations.h +26 五月 2020 | 00:52:22,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618.h +26 五月 2020 | 00:52:22,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589.h +26 五月 2020 | 00:52:22,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ReflectionPropertyDes2570125387MethodDeclarations.h +26 五月 2020 | 00:52:22,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589MethodDeclarations.h +26 五月 2020 | 00:52:22,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224.h +26 五月 2020 | 00:52:22,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706.h +26 五月 2020 | 00:52:22,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventArgs2077477224MethodDeclarations.h +26 五月 2020 | 00:52:22,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618MethodDeclarations.h +26 五月 2020 | 00:52:22,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706MethodDeclarations.h +26 五月 2020 | 00:52:22,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287.h +26 五月 2020 | 00:52:22,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724.h +26 五月 2020 | 00:52:22,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513.h +26 五月 2020 | 00:52:22,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724MethodDeclarations.h +26 五月 2020 | 00:52:22,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshEventHandler456069287MethodDeclarations.h +26 五月 2020 | 00:52:22,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513MethodDeclarations.h +26 五月 2020 | 00:52:22,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237.h +26 五月 2020 | 00:52:22,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922.h +26 五月 2020 | 00:52:22,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723.h +26 五月 2020 | 00:52:22,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshProperties2240171922MethodDeclarations.h +26 五月 2020 | 00:52:22,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237MethodDeclarations.h +26 五月 2020 | 00:52:22,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918.h +26 五月 2020 | 00:52:22,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367.h +26 五月 2020 | 00:52:22,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367MethodDeclarations.h +26 五月 2020 | 00:52:22,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765.h +26 五月 2020 | 00:52:22,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765MethodDeclarations.h +26 五月 2020 | 00:52:22,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RefreshPropertiesAttr2234294918MethodDeclarations.h +26 五月 2020 | 00:52:22,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920.h +26 五月 2020 | 00:52:22,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922.h +26 五月 2020 | 00:52:22,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve2492476920MethodDeclarations.h +26 五月 2020 | 00:52:22,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465.h +26 五月 2020 | 00:52:22,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_RunWorkerCompletedEve3512304465MethodDeclarations.h +26 五月 2020 | 00:52:22,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519.h +26 五月 2020 | 00:52:22,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723MethodDeclarations.h +26 五月 2020 | 00:52:22,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_SByteConverter4003686519MethodDeclarations.h +26 五月 2020 | 00:52:22,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922MethodDeclarations.h +26 五月 2020 | 00:52:22,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766.h +26 五月 2020 | 00:52:22,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766MethodDeclarations.h +26 五月 2020 | 00:52:22,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183.h +26 五月 2020 | 00:52:22,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509.h +26 五月 2020 | 00:52:22,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183MethodDeclarations.h +26 五月 2020 | 00:52:22,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828.h +26 五月 2020 | 00:52:22,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509MethodDeclarations.h +26 五月 2020 | 00:52:22,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317.h +26 五月 2020 | 00:52:22,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_SingleConverter3693313828MethodDeclarations.h +26 五月 2020 | 00:52:22,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317MethodDeclarations.h +26 五月 2020 | 00:52:22,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419.h +26 五月 2020 | 00:52:22,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128.h +26 五月 2020 | 00:52:22,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_StringConverter3749524419MethodDeclarations.h +26 五月 2020 | 00:52:22,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128MethodDeclarations.h +26 五月 2020 | 00:52:22,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119.h +26 五月 2020 | 00:52:22,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119MethodDeclarations.h +26 五月 2020 | 00:52:22,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279.h +26 五月 2020 | 00:52:22,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885.h +26 五月 2020 | 00:52:22,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885MethodDeclarations.h +26 五月 2020 | 00:52:22,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TimeSpanConverter2149358279MethodDeclarations.h +26 五月 2020 | 00:52:22,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879.h +26 五月 2020 | 00:52:22,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963.h +26 五月 2020 | 00:52:22,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714.h +26 五月 2020 | 00:52:22,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963MethodDeclarations.h +26 五月 2020 | 00:52:22,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879MethodDeclarations.h +26 五月 2020 | 00:52:22,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemAttribute3063187714MethodDeclarations.h +26 五月 2020 | 00:52:22,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628.h +26 五月 2020 | 00:52:22,883 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987.h +26 五月 2020 | 00:52:22,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628MethodDeclarations.h +26 五月 2020 | 00:52:22,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842.h +26 五月 2020 | 00:52:22,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987MethodDeclarations.h +26 五月 2020 | 00:52:22,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterAttr3737067842MethodDeclarations.h +26 五月 2020 | 00:52:22,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097.h +26 五月 2020 | 00:52:22,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097MethodDeclarations.h +26 五月 2020 | 00:52:22,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051.h +26 五月 2020 | 00:52:22,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044.h +26 五月 2020 | 00:52:22,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086.h +26 五月 2020 | 00:52:22,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051MethodDeclarations.h +26 五月 2020 | 00:52:22,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044MethodDeclarations.h +26 五月 2020 | 00:52:22,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_ToolboxItemFilterType1254240086MethodDeclarations.h +26 五月 2020 | 00:52:22,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181.h +26 五月 2020 | 00:52:22,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554.h +26 五月 2020 | 00:52:22,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554MethodDeclarations.h +26 五月 2020 | 00:52:22,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181MethodDeclarations.h +26 五月 2020 | 00:52:22,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324.h +26 五月 2020 | 00:52:22,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324MethodDeclarations.h +26 五月 2020 | 00:52:22,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970.h +26 五月 2020 | 00:52:22,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959.h +26 五月 2020 | 00:52:22,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610.h +26 五月 2020 | 00:52:22,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter745995970MethodDeclarations.h +26 五月 2020 | 00:52:22,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610MethodDeclarations.h +26 五月 2020 | 00:52:22,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959MethodDeclarations.h +26 五月 2020 | 00:52:22,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870.h +26 五月 2020 | 00:52:22,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957.h +26 五月 2020 | 00:52:22,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431.h +26 五月 2020 | 00:52:22,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverterAttribute252469870MethodDeclarations.h +26 五月 2020 | 00:52:22,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957MethodDeclarations.h +26 五月 2020 | 00:52:22,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431MethodDeclarations.h +26 五月 2020 | 00:52:22,905 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322.h +26 五月 2020 | 00:52:22,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385.h +26 五月 2020 | 00:52:22,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792.h +26 五月 2020 | 00:52:22,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385MethodDeclarations.h +26 五月 2020 | 00:52:22,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_SimplePr586934322MethodDeclarations.h +26 五月 2020 | 00:52:22,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792MethodDeclarations.h +26 五月 2020 | 00:52:22,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531.h +26 五月 2020 | 00:52:22,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357.h +26 五月 2020 | 00:52:22,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531MethodDeclarations.h +26 五月 2020 | 00:52:22,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250.h +26 五月 2020 | 00:52:22,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeConverter_Standard191679357MethodDeclarations.h +26 五月 2020 | 00:52:22,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999.h +26 五月 2020 | 00:52:22,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250MethodDeclarations.h +26 五月 2020 | 00:52:22,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375.h +26 五月 2020 | 00:52:22,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999MethodDeclarations.h +26 五月 2020 | 00:52:22,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313.h +26 五月 2020 | 00:52:22,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid2438624375MethodDeclarations.h +26 五月 2020 | 00:52:22,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891.h +26 五月 2020 | 00:52:22,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313MethodDeclarations.h +26 五月 2020 | 00:52:22,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891MethodDeclarations.h +26 五月 2020 | 00:52:22,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536.h +26 五月 2020 | 00:52:22,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000.h +26 五月 2020 | 00:52:22,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179.h +26 五月 2020 | 00:52:22,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179MethodDeclarations.h +26 五月 2020 | 00:52:22,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000MethodDeclarations.h +26 五月 2020 | 00:52:22,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485.h +26 五月 2020 | 00:52:22,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821.h +26 五月 2020 | 00:52:22,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptionProvid3729801536MethodDeclarations.h +26 五月 2020 | 00:52:22,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485MethodDeclarations.h +26 五月 2020 | 00:52:22,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691.h +26 五月 2020 | 00:52:22,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821MethodDeclarations.h +26 五月 2020 | 00:52:22,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055.h +26 五月 2020 | 00:52:22,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517.h +26 五月 2020 | 00:52:22,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor3595688691MethodDeclarations.h +26 五月 2020 | 00:52:22,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055MethodDeclarations.h +26 五月 2020 | 00:52:22,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517MethodDeclarations.h +26 五月 2020 | 00:52:22,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002.h +26 五月 2020 | 00:52:22,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630.h +26 五月 2020 | 00:52:22,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773.h +26 五月 2020 | 00:52:22,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630MethodDeclarations.h +26 五月 2020 | 00:52:22,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib1066710002MethodDeclarations.h +26 五月 2020 | 00:52:22,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773MethodDeclarations.h +26 五月 2020 | 00:52:22,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330.h +26 五月 2020 | 00:52:22,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330MethodDeclarations.h +26 五月 2020 | 00:52:22,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767.h +26 五月 2020 | 00:52:22,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720.h +26 五月 2020 | 00:52:22,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767MethodDeclarations.h +26 五月 2020 | 00:52:22,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768.h +26 五月 2020 | 00:52:22,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721.h +26 五月 2020 | 00:52:22,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Attrib4228428768MethodDeclarations.h +26 五月 2020 | 00:52:22,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721MethodDeclarations.h +26 五月 2020 | 00:52:22,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135.h +26 五月 2020 | 00:52:22,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003.h +26 五月 2020 | 00:52:22,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2227823135MethodDeclarations.h +26 五月 2020 | 00:52:22,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003MethodDeclarations.h +26 五月 2020 | 00:52:22,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351.h +26 五月 2020 | 00:52:22,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720MethodDeclarations.h +26 五月 2020 | 00:52:22,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348.h +26 五月 2020 | 00:52:22,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Defaul2266463351MethodDeclarations.h +26 五月 2020 | 00:52:22,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348MethodDeclarations.h +26 五月 2020 | 00:52:22,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120.h +26 五月 2020 | 00:52:22,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120MethodDeclarations.h +26 五月 2020 | 00:52:22,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155.h +26 五月 2020 | 00:52:22,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471.h +26 五月 2020 | 00:52:22,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155MethodDeclarations.h +26 五月 2020 | 00:52:22,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200.h +26 五月 2020 | 00:52:22,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200MethodDeclarations.h +26 五月 2020 | 00:52:22,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134.h +26 五月 2020 | 00:52:22,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134MethodDeclarations.h +26 五月 2020 | 00:52:22,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319.h +26 五月 2020 | 00:52:22,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319MethodDeclarations.h +26 五月 2020 | 00:52:22,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045.h +26 五月 2020 | 00:52:22,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045MethodDeclarations.h +26 五月 2020 | 00:52:22,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793.h +26 五月 2020 | 00:52:22,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793MethodDeclarations.h +26 五月 2020 | 00:52:23,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273.h +26 五月 2020 | 00:52:23,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471MethodDeclarations.h +26 五月 2020 | 00:52:23,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604.h +26 五月 2020 | 00:52:23,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211.h +26 五月 2020 | 00:52:23,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604MethodDeclarations.h +26 五月 2020 | 00:52:23,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211MethodDeclarations.h +26 五月 2020 | 00:52:23,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790.h +26 五月 2020 | 00:52:23,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790MethodDeclarations.h +26 五月 2020 | 00:52:23,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeDescriptor_Wrappe1420150273MethodDeclarations.h +26 五月 2020 | 00:52:23,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880.h +26 五月 2020 | 00:52:23,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608.h +26 五月 2020 | 00:52:23,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880MethodDeclarations.h +26 五月 2020 | 00:52:23,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeInfo1029530608MethodDeclarations.h +26 五月 2020 | 00:52:23,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285.h +26 五月 2020 | 00:52:23,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940.h +26 五月 2020 | 00:52:23,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285MethodDeclarations.h +26 五月 2020 | 00:52:23,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_TypeListConverter2824544940MethodDeclarations.h +26 五月 2020 | 00:52:23,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417.h +26 五月 2020 | 00:52:23,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417MethodDeclarations.h +26 五月 2020 | 00:52:23,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369.h +26 五月 2020 | 00:52:23,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533.h +26 五月 2020 | 00:52:23,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt16Converter1747783369MethodDeclarations.h +26 五月 2020 | 00:52:23,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533MethodDeclarations.h +26 五月 2020 | 00:52:23,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727.h +26 五月 2020 | 00:52:23,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239.h +26 五月 2020 | 00:52:23,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727MethodDeclarations.h +26 五月 2020 | 00:52:23,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt32Converter1748821239MethodDeclarations.h +26 五月 2020 | 00:52:23,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146.h +26 五月 2020 | 00:52:23,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578.h +26 五月 2020 | 00:52:23,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146MethodDeclarations.h +26 五月 2020 | 00:52:23,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_UInt64Converter977523578MethodDeclarations.h +26 五月 2020 | 00:52:23,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347.h +26 五月 2020 | 00:52:23,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782.h +26 五月 2020 | 00:52:23,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780.h +26 五月 2020 | 00:52:23,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782MethodDeclarations.h +26 五月 2020 | 00:52:23,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347MethodDeclarations.h +26 五月 2020 | 00:52:23,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapper2012978780MethodDeclarations.h +26 五月 2020 | 00:52:23,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246.h +26 五月 2020 | 00:52:23,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392.h +26 五月 2020 | 00:52:23,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113.h +26 五月 2020 | 00:52:23,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246MethodDeclarations.h +26 五月 2020 | 00:52:23,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392MethodDeclarations.h +26 五月 2020 | 00:52:23,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_WeakObjectWrapperComp3891611113MethodDeclarations.h +26 五月 2020 | 00:52:23,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837.h +26 五月 2020 | 00:52:23,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478.h +26 五月 2020 | 00:52:23,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760.h +26 五月 2020 | 00:52:23,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837MethodDeclarations.h +26 五月 2020 | 00:52:23,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478MethodDeclarations.h +26 五月 2020 | 00:52:23,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_ComponentModel_Win32Exception1708275760MethodDeclarations.h +26 五月 2020 | 00:52:23,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840.h +26 五月 2020 | 00:52:23,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610.h +26 五月 2020 | 00:52:23,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796.h +26 五月 2020 | 00:52:23,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840MethodDeclarations.h +26 五月 2020 | 00:52:23,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610MethodDeclarations.h +26 五月 2020 | 00:52:23,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_DefaultUriParser1591960796MethodDeclarations.h +26 五月 2020 | 00:52:23,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353.h +26 五月 2020 | 00:52:23,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504.h +26 五月 2020 | 00:52:23,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504MethodDeclarations.h +26 五月 2020 | 00:52:23,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286.h +26 五月 2020 | 00:52:23,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050.h +26 五月 2020 | 00:52:23,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_GenericUriParser2599285286MethodDeclarations.h +26 五月 2020 | 00:52:23,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050MethodDeclarations.h +26 五月 2020 | 00:52:23,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353MethodDeclarations.h +26 五月 2020 | 00:52:23,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499.h +26 五月 2020 | 00:52:23,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930.h +26 五月 2020 | 00:52:23,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499MethodDeclarations.h +26 五月 2020 | 00:52:23,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_MonoNotSupportedAttribute2197455930MethodDeclarations.h +26 五月 2020 | 00:52:23,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286.h +26 五月 2020 | 00:52:23,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286MethodDeclarations.h +26 五月 2020 | 00:52:23,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:23,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204.h +26 五月 2020 | 00:52:23,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:23,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204MethodDeclarations.h +26 五月 2020 | 00:52:23,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314.h +26 五月 2020 | 00:52:23,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Configuration_Dummy2932948314MethodDeclarations.h +26 五月 2020 | 00:52:23,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216.h +26 五月 2020 | 00:52:23,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623.h +26 五月 2020 | 00:52:23,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_DefaultCertificatePolicy2545332216MethodDeclarations.h +26 五月 2020 | 00:52:23,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120.h +26 五月 2020 | 00:52:23,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623MethodDeclarations.h +26 五月 2020 | 00:52:23,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120MethodDeclarations.h +26 五月 2020 | 00:52:23,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Dns1335526197.h +26 五月 2020 | 00:52:23,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610.h +26 五月 2020 | 00:52:23,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618.h +26 五月 2020 | 00:52:23,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Dns1335526197MethodDeclarations.h +26 五月 2020 | 00:52:23,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610MethodDeclarations.h +26 五月 2020 | 00:52:23,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363.h +26 五月 2020 | 00:52:23,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419.h +26 五月 2020 | 00:52:23,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419MethodDeclarations.h +26 五月 2020 | 00:52:23,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_EndPoint4156119363MethodDeclarations.h +26 五月 2020 | 00:52:23,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853.h +26 五月 2020 | 00:52:23,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111.h +26 五月 2020 | 00:52:23,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853MethodDeclarations.h +26 五月 2020 | 00:52:23,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FileWebRequest1571840111MethodDeclarations.h +26 五月 2020 | 00:52:23,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605.h +26 五月 2020 | 00:52:23,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605MethodDeclarations.h +26 五月 2020 | 00:52:23,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230.h +26 五月 2020 | 00:52:23,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230MethodDeclarations.h +26 五月 2020 | 00:52:23,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562.h +26 五月 2020 | 00:52:23,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618MethodDeclarations.h +26 五月 2020 | 00:52:23,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211.h +26 五月 2020 | 00:52:23,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FileWebRequestCreator1109072211MethodDeclarations.h +26 五月 2020 | 00:52:23,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562MethodDeclarations.h +26 五月 2020 | 00:52:23,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724.h +26 五月 2020 | 00:52:23,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978.h +26 五月 2020 | 00:52:23,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724MethodDeclarations.h +26 五月 2020 | 00:52:23,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251.h +26 五月 2020 | 00:52:23,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978MethodDeclarations.h +26 五月 2020 | 00:52:23,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237.h +26 五月 2020 | 00:52:23,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FtpRequestCreator3711983251MethodDeclarations.h +26 五月 2020 | 00:52:23,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083.h +26 五月 2020 | 00:52:23,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237MethodDeclarations.h +26 五月 2020 | 00:52:23,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823.h +26 五月 2020 | 00:52:23,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083MethodDeclarations.h +26 五月 2020 | 00:52:23,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367.h +26 五月 2020 | 00:52:23,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_FtpWebRequest3120721823MethodDeclarations.h +26 五月 2020 | 00:52:23,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425.h +26 五月 2020 | 00:52:23,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367MethodDeclarations.h +26 五月 2020 | 00:52:23,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943.h +26 五月 2020 | 00:52:23,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765.h +26 五月 2020 | 00:52:23,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425MethodDeclarations.h +26 五月 2020 | 00:52:23,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_GlobalProxySelection2251180943MethodDeclarations.h +26 五月 2020 | 00:52:23,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765MethodDeclarations.h +26 五月 2020 | 00:52:23,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237.h +26 五月 2020 | 00:52:23,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922.h +26 五月 2020 | 00:52:23,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237MethodDeclarations.h +26 五月 2020 | 00:52:23,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589.h +26 五月 2020 | 00:52:23,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113.h +26 五月 2020 | 00:52:23,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpRequestCreator1416559589MethodDeclarations.h +26 五月 2020 | 00:52:23,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113MethodDeclarations.h +26 五月 2020 | 00:52:23,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041.h +26 五月 2020 | 00:52:23,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706.h +26 五月 2020 | 00:52:23,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922MethodDeclarations.h +26 五月 2020 | 00:52:23,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpVersion1276659706MethodDeclarations.h +26 五月 2020 | 00:52:23,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183.h +26 五月 2020 | 00:52:23,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513.h +26 五月 2020 | 00:52:23,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041MethodDeclarations.h +26 五月 2020 | 00:52:23,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183MethodDeclarations.h +26 五月 2020 | 00:52:23,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325.h +26 五月 2020 | 00:52:23,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317.h +26 五月 2020 | 00:52:23,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_HttpWebRequest1951404513MethodDeclarations.h +26 五月 2020 | 00:52:23,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325MethodDeclarations.h +26 五月 2020 | 00:52:23,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317MethodDeclarations.h +26 五月 2020 | 00:52:23,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723.h +26 五月 2020 | 00:52:23,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128.h +26 五月 2020 | 00:52:23,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPAddress1399971723MethodDeclarations.h +26 五月 2020 | 00:52:23,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128MethodDeclarations.h +26 五月 2020 | 00:52:23,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119.h +26 五月 2020 | 00:52:23,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766.h +26 五月 2020 | 00:52:23,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPEndPoint2615413766MethodDeclarations.h +26 五月 2020 | 00:52:23,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119MethodDeclarations.h +26 五月 2020 | 00:52:23,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131.h +26 五月 2020 | 00:52:23,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885.h +26 五月 2020 | 00:52:23,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509.h +26 五月 2020 | 00:52:23,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131MethodDeclarations.h +26 五月 2020 | 00:52:23,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885MethodDeclarations.h +26 五月 2020 | 00:52:23,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760.h +26 五月 2020 | 00:52:23,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPHostEntry994738509MethodDeclarations.h +26 五月 2020 | 00:52:23,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963.h +26 五月 2020 | 00:52:23,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760MethodDeclarations.h +26 五月 2020 | 00:52:23,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963MethodDeclarations.h +26 五月 2020 | 00:52:23,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879.h +26 五月 2020 | 00:52:23,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162.h +26 五月 2020 | 00:52:23,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_IPv6Address2596635879MethodDeclarations.h +26 五月 2020 | 00:52:23,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987.h +26 五月 2020 | 00:52:23,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162MethodDeclarations.h +26 五月 2020 | 00:52:23,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628.h +26 五月 2020 | 00:52:23,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987MethodDeclarations.h +26 五月 2020 | 00:52:23,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_SecurityProtocolType3099771628MethodDeclarations.h +26 五月 2020 | 00:52:23,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180.h +26 五月 2020 | 00:52:23,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097.h +26 五月 2020 | 00:52:23,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180MethodDeclarations.h +26 五月 2020 | 00:52:23,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticatedStream1183414097MethodDeclarations.h +26 五月 2020 | 00:52:23,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044.h +26 五月 2020 | 00:52:23,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_AuthenticationLevel2424130044MethodDeclarations.h +26 五月 2020 | 00:52:23,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181.h +26 五月 2020 | 00:52:23,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_LocalCertificateSelecti3696771181MethodDeclarations.h +26 五月 2020 | 00:52:23,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959.h +26 五月 2020 | 00:52:23,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_RemoteCertificateValida2756269959MethodDeclarations.h +26 五月 2020 | 00:52:23,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431.h +26 五月 2020 | 00:52:23,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslPolicyErrors1928581431MethodDeclarations.h +26 五月 2020 | 00:52:23,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792.h +26 五月 2020 | 00:52:23,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslStream1853163792MethodDeclarations.h +26 五月 2020 | 00:52:23,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250.h +26 五月 2020 | 00:52:23,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Security_SslStream_U3CBeginAuthe1358332250MethodDeclarations.h +26 五月 2020 | 00:52:23,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313.h +26 五月 2020 | 00:52:23,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePoint2765344313MethodDeclarations.h +26 五月 2020 | 00:52:23,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000.h +26 五月 2020 | 00:52:23,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePointManager745663000MethodDeclarations.h +26 五月 2020 | 00:52:23,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485.h +26 五月 2020 | 00:52:23,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_ServicePointManager_SPKey1552752485MethodDeclarations.h +26 五月 2020 | 00:52:23,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055.h +26 五月 2020 | 00:52:23,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051.h +26 五月 2020 | 00:52:23,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473.h +26 五月 2020 | 00:52:23,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051MethodDeclarations.h +26 五月 2020 | 00:52:23,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473MethodDeclarations.h +26 五月 2020 | 00:52:23,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554.h +26 五月 2020 | 00:52:23,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899.h +26 五月 2020 | 00:52:23,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554MethodDeclarations.h +26 五月 2020 | 00:52:23,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899MethodDeclarations.h +26 五月 2020 | 00:52:23,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324.h +26 五月 2020 | 00:52:23,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324MethodDeclarations.h +26 五月 2020 | 00:52:23,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671.h +26 五月 2020 | 00:52:23,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610.h +26 五月 2020 | 00:52:23,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671MethodDeclarations.h +26 五月 2020 | 00:52:23,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610MethodDeclarations.h +26 五月 2020 | 00:52:23,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957.h +26 五月 2020 | 00:52:23,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957MethodDeclarations.h +26 五月 2020 | 00:52:23,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973.h +26 五月 2020 | 00:52:23,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385.h +26 五月 2020 | 00:52:23,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973MethodDeclarations.h +26 五月 2020 | 00:52:23,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385MethodDeclarations.h +26 五月 2020 | 00:52:23,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952.h +26 五月 2020 | 00:52:23,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531.h +26 五月 2020 | 00:52:23,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952MethodDeclarations.h +26 五月 2020 | 00:52:23,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531MethodDeclarations.h +26 五月 2020 | 00:52:23,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910.h +26 五月 2020 | 00:52:23,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999.h +26 五月 2020 | 00:52:23,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910MethodDeclarations.h +26 五月 2020 | 00:52:23,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999MethodDeclarations.h +26 五月 2020 | 00:52:23,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394.h +26 五月 2020 | 00:52:23,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394MethodDeclarations.h +26 五月 2020 | 00:52:23,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293.h +26 五月 2020 | 00:52:23,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_SocketAddress838303055MethodDeclarations.h +26 五月 2020 | 00:52:23,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293MethodDeclarations.h +26 五月 2020 | 00:52:23,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891.h +26 五月 2020 | 00:52:23,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630.h +26 五月 2020 | 00:52:23,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905.h +26 五月 2020 | 00:52:23,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891MethodDeclarations.h +26 五月 2020 | 00:52:23,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_AddressFamily303362630MethodDeclarations.h +26 五月 2020 | 00:52:23,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179.h +26 五月 2020 | 00:52:23,244 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905MethodDeclarations.h +26 五月 2020 | 00:52:23,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179MethodDeclarations.h +26 五月 2020 | 00:52:23,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330.h +26 五月 2020 | 00:52:23,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359.h +26 五月 2020 | 00:52:23,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821.h +26 五月 2020 | 00:52:23,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_IPv6MulticastOption1621622330MethodDeclarations.h +26 五月 2020 | 00:52:23,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359MethodDeclarations.h +26 五月 2020 | 00:52:23,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821MethodDeclarations.h +26 五月 2020 | 00:52:23,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720.h +26 五月 2020 | 00:52:23,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825.h +26 五月 2020 | 00:52:23,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517.h +26 五月 2020 | 00:52:23,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825MethodDeclarations.h +26 五月 2020 | 00:52:23,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517MethodDeclarations.h +26 五月 2020 | 00:52:23,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_LingerOption1165263720MethodDeclarations.h +26 五月 2020 | 00:52:23,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613.h +26 五月 2020 | 00:52:23,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773.h +26 五月 2020 | 00:52:23,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155.h +26 五月 2020 | 00:52:23,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773MethodDeclarations.h +26 五月 2020 | 00:52:23,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613MethodDeclarations.h +26 五月 2020 | 00:52:23,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_MulticastOption2505469155MethodDeclarations.h +26 五月 2020 | 00:52:23,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767.h +26 五月 2020 | 00:52:23,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200.h +26 五月 2020 | 00:52:23,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767MethodDeclarations.h +26 五月 2020 | 00:52:23,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_NetworkStream581172200MethodDeclarations.h +26 五月 2020 | 00:52:23,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721.h +26 五月 2020 | 00:52:23,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134.h +26 五月 2020 | 00:52:23,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_ProtocolType2178963134MethodDeclarations.h +26 五月 2020 | 00:52:23,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721MethodDeclarations.h +26 五月 2020 | 00:52:23,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319.h +26 五月 2020 | 00:52:23,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003.h +26 五月 2020 | 00:52:23,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SelectMode3413969319MethodDeclarations.h +26 五月 2020 | 00:52:23,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727.h +26 五月 2020 | 00:52:23,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003MethodDeclarations.h +26 五月 2020 | 00:52:23,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727MethodDeclarations.h +26 五月 2020 | 00:52:23,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045.h +26 五月 2020 | 00:52:23,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348.h +26 五月 2020 | 00:52:23,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket3821512045MethodDeclarations.h +26 五月 2020 | 00:52:23,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348MethodDeclarations.h +26 五月 2020 | 00:52:23,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793.h +26 五月 2020 | 00:52:23,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120.h +26 五月 2020 | 00:52:23,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketError307542793MethodDeclarations.h +26 五月 2020 | 00:52:23,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120MethodDeclarations.h +26 五月 2020 | 00:52:23,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471.h +26 五月 2020 | 00:52:23,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604.h +26 五月 2020 | 00:52:23,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545.h +26 五月 2020 | 00:52:23,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471MethodDeclarations.h +26 五月 2020 | 00:52:23,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545MethodDeclarations.h +26 五月 2020 | 00:52:23,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketException1618573604MethodDeclarations.h +26 五月 2020 | 00:52:23,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135.h +26 五月 2020 | 00:52:23,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211.h +26 五月 2020 | 00:52:23,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790.h +26 五月 2020 | 00:52:23,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211MethodDeclarations.h +26 五月 2020 | 00:52:23,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135MethodDeclarations.h +26 五月 2020 | 00:52:23,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketFlags2353657790MethodDeclarations.h +26 五月 2020 | 00:52:23,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347.h +26 五月 2020 | 00:52:23,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880.h +26 五月 2020 | 00:52:23,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347MethodDeclarations.h +26 五月 2020 | 00:52:23,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionLevel1505247880MethodDeclarations.h +26 五月 2020 | 00:52:23,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285.h +26 五月 2020 | 00:52:23,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392.h +26 五月 2020 | 00:52:23,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketOptionName1089121285MethodDeclarations.h +26 五月 2020 | 00:52:23,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392MethodDeclarations.h +26 五月 2020 | 00:52:23,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417.h +26 五月 2020 | 00:52:23,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketShutdown3247039417MethodDeclarations.h +26 五月 2020 | 00:52:23,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478.h +26 五月 2020 | 00:52:23,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533.h +26 五月 2020 | 00:52:23,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_SocketType1143498533MethodDeclarations.h +26 五月 2020 | 00:52:23,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478MethodDeclarations.h +26 五月 2020 | 00:52:23,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610.h +26 五月 2020 | 00:52:23,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727.h +26 五月 2020 | 00:52:23,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610MethodDeclarations.h +26 五月 2020 | 00:52:23,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncCall3737776727MethodDeclarations.h +26 五月 2020 | 00:52:23,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504.h +26 五月 2020 | 00:52:23,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146.h +26 五月 2020 | 00:52:23,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504MethodDeclarations.h +26 五月 2020 | 00:52:23,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketAsyncResult2959281146MethodDeclarations.h +26 五月 2020 | 00:52:23,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050.h +26 五月 2020 | 00:52:23,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782.h +26 五月 2020 | 00:52:23,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050MethodDeclarations.h +26 五月 2020 | 00:52:23,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_SocketOperation3328960782MethodDeclarations.h +26 五月 2020 | 00:52:23,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246.h +26 五月 2020 | 00:52:23,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658.h +26 五月 2020 | 00:52:23,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623.h +26 五月 2020 | 00:52:23,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658MethodDeclarations.h +26 五月 2020 | 00:52:23,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623MethodDeclarations.h +26 五月 2020 | 00:52:23,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_Sockets_Socket_Worker1317165246MethodDeclarations.h +26 五月 2020 | 00:52:23,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837.h +26 五月 2020 | 00:52:23,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610.h +26 五月 2020 | 00:52:23,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789.h +26 五月 2020 | 00:52:23,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610MethodDeclarations.h +26 五月 2020 | 00:52:23,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789MethodDeclarations.h +26 五月 2020 | 00:52:23,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebHeaderCollection3028142837MethodDeclarations.h +26 五月 2020 | 00:52:23,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419.h +26 五月 2020 | 00:52:23,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284.h +26 五月 2020 | 00:52:23,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840.h +26 五月 2020 | 00:52:23,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419MethodDeclarations.h +26 五月 2020 | 00:52:23,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284MethodDeclarations.h +26 五月 2020 | 00:52:23,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebProxy1169192840MethodDeclarations.h +26 五月 2020 | 00:52:23,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853.h +26 五月 2020 | 00:52:23,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926.h +26 五月 2020 | 00:52:23,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853MethodDeclarations.h +26 五月 2020 | 00:52:23,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926MethodDeclarations.h +26 五月 2020 | 00:52:23,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353.h +26 五月 2020 | 00:52:23,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Net_WebRequest1365124353MethodDeclarations.h +26 五月 2020 | 00:52:23,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499.h +26 五月 2020 | 00:52:23,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605.h +26 五月 2020 | 00:52:23,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652.h +26 五月 2020 | 00:52:23,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Authentication_SslProtocols894678499MethodDeclarations.h +26 五月 2020 | 00:52:23,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605MethodDeclarations.h +26 五月 2020 | 00:52:23,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652MethodDeclarations.h +26 五月 2020 | 00:52:23,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286.h +26 五月 2020 | 00:52:23,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnDecodeStatu1962003286MethodDeclarations.h +26 五月 2020 | 00:52:23,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230.h +26 五月 2020 | 00:52:23,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183.h +26 五月 2020 | 00:52:23,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230MethodDeclarations.h +26 五月 2020 | 00:52:23,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204.h +26 五月 2020 | 00:52:23,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183MethodDeclarations.h +26 五月 2020 | 00:52:23,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562.h +26 五月 2020 | 00:52:23,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_AsnEncodedData463456204MethodDeclarations.h +26 五月 2020 | 00:52:23,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915.h +26 五月 2020 | 00:52:23,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562MethodDeclarations.h +26 五月 2020 | 00:52:23,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120.h +26 五月 2020 | 00:52:23,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978.h +26 五月 2020 | 00:52:23,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_Oid3221867120MethodDeclarations.h +26 五月 2020 | 00:52:23,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978MethodDeclarations.h +26 五月 2020 | 00:52:23,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618.h +26 五月 2020 | 00:52:23,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083.h +26 五月 2020 | 00:52:23,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083MethodDeclarations.h +26 五月 2020 | 00:52:23,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425.h +26 五月 2020 | 00:52:23,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425MethodDeclarations.h +26 五月 2020 | 00:52:23,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237.h +26 五月 2020 | 00:52:23,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237MethodDeclarations.h +26 五月 2020 | 00:52:23,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113.h +26 五月 2020 | 00:52:23,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113MethodDeclarations.h +26 五月 2020 | 00:52:23,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041.h +26 五月 2020 | 00:52:23,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041MethodDeclarations.h +26 五月 2020 | 00:52:23,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325.h +26 五月 2020 | 00:52:23,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325MethodDeclarations.h +26 五月 2020 | 00:52:23,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915MethodDeclarations.h +26 五月 2020 | 00:52:23,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidCollection3790243618MethodDeclarations.h +26 五月 2020 | 00:52:23,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744.h +26 五月 2020 | 00:52:23,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724.h +26 五月 2020 | 00:52:23,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_OidEnumerator3674631724MethodDeclarations.h +26 五月 2020 | 00:52:23,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744MethodDeclarations.h +26 五月 2020 | 00:52:23,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237.h +26 五月 2020 | 00:52:23,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340.h +26 五月 2020 | 00:52:23,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1038124237MethodDeclarations.h +26 五月 2020 | 00:52:23,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367.h +26 五月 2020 | 00:52:23,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340MethodDeclarations.h +26 五月 2020 | 00:52:23,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1108969367MethodDeclarations.h +26 五月 2020 | 00:52:23,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765.h +26 五月 2020 | 00:52:23,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1197680765MethodDeclarations.h +26 五月 2020 | 00:52:23,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076.h +26 五月 2020 | 00:52:23,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922.h +26 五月 2020 | 00:52:23,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076MethodDeclarations.h +26 五月 2020 | 00:52:23,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851.h +26 五月 2020 | 00:52:23,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851MethodDeclarations.h +26 五月 2020 | 00:52:23,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011.h +26 五月 2020 | 00:52:23,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131.h +26 五月 2020 | 00:52:23,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131MethodDeclarations.h +26 五月 2020 | 00:52:23,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760.h +26 五月 2020 | 00:52:23,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760MethodDeclarations.h +26 五月 2020 | 00:52:23,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1208230922MethodDeclarations.h +26 五月 2020 | 00:52:23,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162.h +26 五月 2020 | 00:52:23,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183.h +26 五月 2020 | 00:52:23,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162MethodDeclarations.h +26 五月 2020 | 00:52:23,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1320896183MethodDeclarations.h +26 五月 2020 | 00:52:23,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180.h +26 五月 2020 | 00:52:23,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317.h +26 五月 2020 | 00:52:23,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180MethodDeclarations.h +26 五月 2020 | 00:52:23,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011MethodDeclarations.h +26 五月 2020 | 00:52:23,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1562873317MethodDeclarations.h +26 五月 2020 | 00:52:23,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473.h +26 五月 2020 | 00:52:23,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170.h +26 五月 2020 | 00:52:23,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473MethodDeclarations.h +26 五月 2020 | 00:52:23,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128.h +26 五月 2020 | 00:52:23,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1570828128MethodDeclarations.h +26 五月 2020 | 00:52:23,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170MethodDeclarations.h +26 五月 2020 | 00:52:23,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899.h +26 五月 2020 | 00:52:23,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119.h +26 五月 2020 | 00:52:23,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923.h +26 五月 2020 | 00:52:23,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899MethodDeclarations.h +26 五月 2020 | 00:52:23,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat1617430119MethodDeclarations.h +26 五月 2020 | 00:52:23,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923MethodDeclarations.h +26 五月 2020 | 00:52:23,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671.h +26 五月 2020 | 00:52:23,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885.h +26 五月 2020 | 00:52:23,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2005802885MethodDeclarations.h +26 五月 2020 | 00:52:23,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535.h +26 五月 2020 | 00:52:23,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671MethodDeclarations.h +26 五月 2020 | 00:52:23,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963.h +26 五月 2020 | 00:52:23,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535MethodDeclarations.h +26 五月 2020 | 00:52:23,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2065307963MethodDeclarations.h +26 五月 2020 | 00:52:23,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973.h +26 五月 2020 | 00:52:23,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699.h +26 五月 2020 | 00:52:23,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973MethodDeclarations.h +26 五月 2020 | 00:52:23,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987.h +26 五月 2020 | 00:52:23,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699MethodDeclarations.h +26 五月 2020 | 00:52:23,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952.h +26 五月 2020 | 00:52:23,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2081831987MethodDeclarations.h +26 五月 2020 | 00:52:23,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952MethodDeclarations.h +26 五月 2020 | 00:52:23,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024.h +26 五月 2020 | 00:52:23,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910.h +26 五月 2020 | 00:52:23,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024MethodDeclarations.h +26 五月 2020 | 00:52:23,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051.h +26 五月 2020 | 00:52:23,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910MethodDeclarations.h +26 五月 2020 | 00:52:23,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051.h +26 五月 2020 | 00:52:23,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2099881051MethodDeclarations.h +26 五月 2020 | 00:52:23,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394.h +26 五月 2020 | 00:52:23,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051MethodDeclarations.h +26 五月 2020 | 00:52:23,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394MethodDeclarations.h +26 五月 2020 | 00:52:23,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133.h +26 五月 2020 | 00:52:23,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293.h +26 五月 2020 | 00:52:23,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554.h +26 五月 2020 | 00:52:23,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133MethodDeclarations.h +26 五月 2020 | 00:52:23,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293MethodDeclarations.h +26 五月 2020 | 00:52:23,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2166064554MethodDeclarations.h +26 五月 2020 | 00:52:23,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488.h +26 五月 2020 | 00:52:23,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905.h +26 五月 2020 | 00:52:23,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324.h +26 五月 2020 | 00:52:23,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2169036324MethodDeclarations.h +26 五月 2020 | 00:52:23,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905MethodDeclarations.h +26 五月 2020 | 00:52:23,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488MethodDeclarations.h +26 五月 2020 | 00:52:23,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610.h +26 五月 2020 | 00:52:23,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359.h +26 五月 2020 | 00:52:23,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2183514610MethodDeclarations.h +26 五月 2020 | 00:52:23,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359MethodDeclarations.h +26 五月 2020 | 00:52:23,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011.h +26 五月 2020 | 00:52:23,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957.h +26 五月 2020 | 00:52:23,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825.h +26 五月 2020 | 00:52:23,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011MethodDeclarations.h +26 五月 2020 | 00:52:23,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2356134957MethodDeclarations.h +26 五月 2020 | 00:52:23,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825MethodDeclarations.h +26 五月 2020 | 00:52:23,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385.h +26 五月 2020 | 00:52:23,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613.h +26 五月 2020 | 00:52:23,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472.h +26 五月 2020 | 00:52:23,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613MethodDeclarations.h +26 五月 2020 | 00:52:23,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2370524385MethodDeclarations.h +26 五月 2020 | 00:52:23,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531.h +26 五月 2020 | 00:52:23,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2461349531MethodDeclarations.h +26 五月 2020 | 00:52:23,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999.h +26 五月 2020 | 00:52:23,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2508879999MethodDeclarations.h +26 五月 2020 | 00:52:23,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891.h +26 五月 2020 | 00:52:23,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat2669466891MethodDeclarations.h +26 五月 2020 | 00:52:23,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179.h +26 五月 2020 | 00:52:23,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3221716179MethodDeclarations.h +26 五月 2020 | 00:52:23,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727.h +26 五月 2020 | 00:52:23,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472MethodDeclarations.h +26 五月 2020 | 00:52:23,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727MethodDeclarations.h +26 五月 2020 | 00:52:23,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821.h +26 五月 2020 | 00:52:23,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545.h +26 五月 2020 | 00:52:23,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Uri19570940.h +26 五月 2020 | 00:52:23,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3304975821MethodDeclarations.h +26 五月 2020 | 00:52:23,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545MethodDeclarations.h +26 五月 2020 | 00:52:23,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517.h +26 五月 2020 | 00:52:23,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Uri19570940MethodDeclarations.h +26 五月 2020 | 00:52:23,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3452126517MethodDeclarations.h +26 五月 2020 | 00:52:23,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriBuilder2016461725.h +26 五月 2020 | 00:52:23,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135.h +26 五月 2020 | 00:52:23,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriBuilder2016461725MethodDeclarations.h +26 五月 2020 | 00:52:23,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135MethodDeclarations.h +26 五月 2020 | 00:52:23,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658.h +26 五月 2020 | 00:52:23,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658MethodDeclarations.h +26 五月 2020 | 00:52:23,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773.h +26 五月 2020 | 00:52:23,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriFormatException3682083048.h +26 五月 2020 | 00:52:23,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789.h +26 五月 2020 | 00:52:23,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat3763443773MethodDeclarations.h +26 五月 2020 | 00:52:23,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriFormatException3682083048MethodDeclarations.h +26 五月 2020 | 00:52:23,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789MethodDeclarations.h +26 五月 2020 | 00:52:23,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109.h +26 五月 2020 | 00:52:23,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767.h +26 五月 2020 | 00:52:23,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109MethodDeclarations.h +26 五月 2020 | 00:52:23,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284.h +26 五月 2020 | 00:52:23,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4056456767MethodDeclarations.h +26 五月 2020 | 00:52:23,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284MethodDeclarations.h +26 五月 2020 | 00:52:23,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriKind1128731744.h +26 五月 2020 | 00:52:23,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926.h +26 五月 2020 | 00:52:23,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926MethodDeclarations.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriKind1128731744MethodDeclarations.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriParser1012511323.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriParser1012511323MethodDeclarations.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificat4278378721MethodDeclarations.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate110301003MethodDeclarations.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348.h +26 五月 2020 | 00:52:23,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate452415348MethodDeclarations.h +26 五月 2020 | 00:52:23,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120.h +26 五月 2020 | 00:52:23,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate480677120MethodDeclarations.h +26 五月 2020 | 00:52:23,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471.h +26 五月 2020 | 00:52:23,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652.h +26 五月 2020 | 00:52:23,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652MethodDeclarations.h +26 五月 2020 | 00:52:23,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate528874471MethodDeclarations.h +26 五月 2020 | 00:52:23,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183.h +26 五月 2020 | 00:52:23,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211.h +26 五月 2020 | 00:52:23,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriPartial112107391.h +26 五月 2020 | 00:52:23,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate650873211MethodDeclarations.h +26 五月 2020 | 00:52:23,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriPartial112107391MethodDeclarations.h +26 五月 2020 | 00:52:23,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183MethodDeclarations.h +26 五月 2020 | 00:52:23,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448.h +26 五月 2020 | 00:52:23,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448MethodDeclarations.h +26 五月 2020 | 00:52:23,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915.h +26 五月 2020 | 00:52:23,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347.h +26 五月 2020 | 00:52:23,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943.h +26 五月 2020 | 00:52:23,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915MethodDeclarations.h +26 五月 2020 | 00:52:23,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificate777637347MethodDeclarations.h +26 五月 2020 | 00:52:23,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744.h +26 五月 2020 | 00:52:23,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943MethodDeclarations.h +26 五月 2020 | 00:52:23,624 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:23,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744MethodDeclarations.h +26 五月 2020 | 00:52:23,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392.h +26 五月 2020 | 00:52:23,624 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:23,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Security_Cryptography_X509Certificates_P870392MethodDeclarations.h +26 五月 2020 | 00:52:23,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:23,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340.h +26 五月 2020 | 00:52:23,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478.h +26 五月 2020 | 00:52:23,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:23,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340MethodDeclarations.h +26 五月 2020 | 00:52:23,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802.h +26 五月 2020 | 00:52:23,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_BaseMachine4008011478MethodDeclarations.h +26 五月 2020 | 00:52:23,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802MethodDeclarations.h +26 五月 2020 | 00:52:23,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610.h +26 五月 2020 | 00:52:23,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554.h +26 五月 2020 | 00:52:23,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Capture4157900610MethodDeclarations.h +26 五月 2020 | 00:52:23,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554MethodDeclarations.h +26 五月 2020 | 00:52:23,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076.h +26 五月 2020 | 00:52:23,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504.h +26 五月 2020 | 00:52:23,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityClassRegistration.cpp +26 五月 2020 | 00:52:23,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076MethodDeclarations.h +26 五月 2020 | 00:52:23,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CaptureColle1671345504MethodDeclarations.h +26 五月 2020 | 00:52:23,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_ArrayTypes.h +26 五月 2020 | 00:52:23,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050.h +26 五月 2020 | 00:52:23,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851.h +26 五月 2020 | 00:52:23,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Category1984577050MethodDeclarations.h +26 五月 2020 | 00:52:23,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:23,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851MethodDeclarations.h +26 五月 2020 | 00:52:23,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:23,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011.h +26 五月 2020 | 00:52:23,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591.h +26 五月 2020 | 00:52:23,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591MethodDeclarations.h +26 五月 2020 | 00:52:23,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623.h +26 五月 2020 | 00:52:23,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011MethodDeclarations.h +26 五月 2020 | 00:52:23,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973.h +26 五月 2020 | 00:52:23,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_CategoryUtil3840220623MethodDeclarations.h +26 五月 2020 | 00:52:23,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973MethodDeclarations.h +26 五月 2020 | 00:52:23,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610.h +26 五月 2020 | 00:52:23,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170.h +26 五月 2020 | 00:52:23,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093.h +26 五月 2020 | 00:52:23,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache2051534610MethodDeclarations.h +26 五月 2020 | 00:52:23,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170MethodDeclarations.h +26 五月 2020 | 00:52:23,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419.h +26 五月 2020 | 00:52:23,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923.h +26 五月 2020 | 00:52:23,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_FactoryCache_655155419MethodDeclarations.h +26 五月 2020 | 00:52:23,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923MethodDeclarations.h +26 五月 2020 | 00:52:23,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853.h +26 五月 2020 | 00:52:23,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535.h +26 五月 2020 | 00:52:23,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Group3761430853MethodDeclarations.h +26 五月 2020 | 00:52:23,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535MethodDeclarations.h +26 五月 2020 | 00:52:23,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605.h +26 五月 2020 | 00:52:23,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093MethodDeclarations.h +26 五月 2020 | 00:52:23,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699.h +26 五月 2020 | 00:52:23,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448.h +26 五月 2020 | 00:52:23,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_GroupCollecti939014605MethodDeclarations.h +26 五月 2020 | 00:52:23,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699MethodDeclarations.h +26 五月 2020 | 00:52:23,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448MethodDeclarations.h +26 五月 2020 | 00:52:23,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230.h +26 五月 2020 | 00:52:23,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024.h +26 五月 2020 | 00:52:23,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042.h +26 五月 2020 | 00:52:23,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024MethodDeclarations.h +26 五月 2020 | 00:52:23,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042MethodDeclarations.h +26 五月 2020 | 00:52:23,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051.h +26 五月 2020 | 00:52:23,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500.h +26 五月 2020 | 00:52:23,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051MethodDeclarations.h +26 五月 2020 | 00:52:23,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500MethodDeclarations.h +26 五月 2020 | 00:52:23,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter3731288230MethodDeclarations.h +26 五月 2020 | 00:52:23,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133.h +26 五月 2020 | 00:52:23,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562.h +26 五月 2020 | 00:52:23,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_InterpreterFa556462562MethodDeclarations.h +26 五月 2020 | 00:52:23,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133MethodDeclarations.h +26 五月 2020 | 00:52:23,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699.h +26 五月 2020 | 00:52:23,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978.h +26 五月 2020 | 00:52:23,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488.h +26 五月 2020 | 00:52:23,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_1827616978MethodDeclarations.h +26 五月 2020 | 00:52:23,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699MethodDeclarations.h +26 五月 2020 | 00:52:23,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488MethodDeclarations.h +26 五月 2020 | 00:52:23,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083.h +26 五月 2020 | 00:52:23,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011.h +26 五月 2020 | 00:52:23,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072.h +26 五月 2020 | 00:52:23,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_2395763083MethodDeclarations.h +26 五月 2020 | 00:52:23,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011MethodDeclarations.h +26 五月 2020 | 00:52:23,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072MethodDeclarations.h +26 五月 2020 | 00:52:23,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425.h +26 五月 2020 | 00:52:23,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472.h +26 五月 2020 | 00:52:23,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318.h +26 五月 2020 | 00:52:23,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318MethodDeclarations.h +26 五月 2020 | 00:52:23,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interpreter_I273560425MethodDeclarations.h +26 五月 2020 | 00:52:23,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472MethodDeclarations.h +26 五月 2020 | 00:52:23,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237.h +26 五月 2020 | 00:52:23,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950.h +26 五月 2020 | 00:52:23,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Interval2354235237MethodDeclarations.h +26 五月 2020 | 00:52:23,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950MethodDeclarations.h +26 五月 2020 | 00:52:23,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562.h +26 五月 2020 | 00:52:23,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562MethodDeclarations.h +26 五月 2020 | 00:52:23,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151.h +26 五月 2020 | 00:52:23,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151MethodDeclarations.h +26 五月 2020 | 00:52:23,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300.h +26 五月 2020 | 00:52:23,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113.h +26 五月 2020 | 00:52:23,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Uri19570940.h +26 五月 2020 | 00:52:23,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300MethodDeclarations.h +26 五月 2020 | 00:52:23,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1824458113MethodDeclarations.h +26 五月 2020 | 00:52:23,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Uri19570940MethodDeclarations.h +26 五月 2020 | 00:52:23,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041.h +26 五月 2020 | 00:52:23,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945.h +26 五月 2020 | 00:52:23,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriBuilder2016461725.h +26 五月 2020 | 00:52:23,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945MethodDeclarations.h +26 五月 2020 | 00:52:23,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriBuilder2016461725MethodDeclarations.h +26 五月 2020 | 00:52:23,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697.h +26 五月 2020 | 00:52:23,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl1928086041MethodDeclarations.h +26 五月 2020 | 00:52:23,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697MethodDeclarations.h +26 五月 2020 | 00:52:23,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriFormatException3682083048.h +26 五月 2020 | 00:52:23,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325.h +26 五月 2020 | 00:52:23,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriFormatException3682083048MethodDeclarations.h +26 五月 2020 | 00:52:23,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314.h +26 五月 2020 | 00:52:23,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109.h +26 五月 2020 | 00:52:23,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_IntervalColl4130821325MethodDeclarations.h +26 五月 2020 | 00:52:23,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109MethodDeclarations.h +26 五月 2020 | 00:52:23,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314MethodDeclarations.h +26 五月 2020 | 00:52:23,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriKind1128731744.h +26 五月 2020 | 00:52:23,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriKind1128731744MethodDeclarations.h +26 五月 2020 | 00:52:23,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriParser1012511323.h +26 五月 2020 | 00:52:23,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriParser1012511323MethodDeclarations.h +26 五月 2020 | 00:52:23,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriPartial112107391.h +26 五月 2020 | 00:52:23,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131.h +26 五月 2020 | 00:52:23,707 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriPartial112107391MethodDeclarations.h +26 五月 2020 | 00:52:23,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkRef2090853131MethodDeclarations.h +26 五月 2020 | 00:52:23,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448.h +26 五月 2020 | 00:52:23,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760.h +26 五月 2020 | 00:52:23,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448MethodDeclarations.h +26 五月 2020 | 00:52:23,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_LinkStack954792760MethodDeclarations.h +26 五月 2020 | 00:52:23,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943.h +26 五月 2020 | 00:52:23,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162.h +26 五月 2020 | 00:52:23,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943MethodDeclarations.h +26 五月 2020 | 00:52:23,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727.h +26 五月 2020 | 00:52:23,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:23,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList33178162MethodDeclarations.h +26 五月 2020 | 00:52:23,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:23,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180.h +26 五月 2020 | 00:52:23,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727MethodDeclarations.h +26 五月 2020 | 00:52:23,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:23,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MRUList_Node1107172180MethodDeclarations.h +26 五月 2020 | 00:52:23,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349.h +26 五月 2020 | 00:52:23,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:23,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349MethodDeclarations.h +26 五月 2020 | 00:52:23,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802.h +26 五月 2020 | 00:52:23,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802MethodDeclarations.h +26 五月 2020 | 00:52:23,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216.h +26 五月 2020 | 00:52:23,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554.h +26 五月 2020 | 00:52:23,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216MethodDeclarations.h +26 五月 2020 | 00:52:23,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554MethodDeclarations.h +26 五月 2020 | 00:52:23,732 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473.h +26 五月 2020 | 00:52:23,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056.h +26 五月 2020 | 00:52:23,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityClassRegistration.cpp +26 五月 2020 | 00:52:23,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056MethodDeclarations.h +26 五月 2020 | 00:52:23,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Mark2724874473MethodDeclarations.h +26 五月 2020 | 00:52:23,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960.h +26 五月 2020 | 00:52:23,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_ArrayTypes.h +26 五月 2020 | 00:52:23,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899.h +26 五月 2020 | 00:52:23,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960MethodDeclarations.h +26 五月 2020 | 00:52:23,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:23,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:23,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Match3164245899MethodDeclarations.h +26 五月 2020 | 00:52:23,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108.h +26 五月 2020 | 00:52:23,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108MethodDeclarations.h +26 五月 2020 | 00:52:23,738 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671.h +26 五月 2020 | 00:52:23,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592.h +26 五月 2020 | 00:52:23,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollect3718216671MethodDeclarations.h +26 五月 2020 | 00:52:23,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591.h +26 五月 2020 | 00:52:23,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592MethodDeclarations.h +26 五月 2020 | 00:52:23,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591MethodDeclarations.h +26 五月 2020 | 00:52:23,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973.h +26 五月 2020 | 00:52:23,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200.h +26 五月 2020 | 00:52:23,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_MatchCollecti501456973MethodDeclarations.h +26 五月 2020 | 00:52:23,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200MethodDeclarations.h +26 五月 2020 | 00:52:23,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973.h +26 五月 2020 | 00:52:23,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537.h +26 五月 2020 | 00:52:23,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952.h +26 五月 2020 | 00:52:23,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537MethodDeclarations.h +26 五月 2020 | 00:52:23,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpCode586571952MethodDeclarations.h +26 五月 2020 | 00:52:23,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973MethodDeclarations.h +26 五月 2020 | 00:52:23,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711.h +26 五月 2020 | 00:52:23,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910.h +26 五月 2020 | 00:52:23,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711MethodDeclarations.h +26 五月 2020 | 00:52:23,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093.h +26 五月 2020 | 00:52:23,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_OpFlags378191910MethodDeclarations.h +26 五月 2020 | 00:52:23,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772.h +26 五月 2020 | 00:52:23,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394.h +26 五月 2020 | 00:52:23,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3337276394MethodDeclarations.h +26 五月 2020 | 00:52:23,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772MethodDeclarations.h +26 五月 2020 | 00:52:23,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293.h +26 五月 2020 | 00:52:23,753 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093MethodDeclarations.h +26 五月 2020 | 00:52:23,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218.h +26 五月 2020 | 00:52:23,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218MethodDeclarations.h +26 五月 2020 | 00:52:23,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompi3979537293MethodDeclarations.h +26 五月 2020 | 00:52:23,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448.h +26 五月 2020 | 00:52:23,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448MethodDeclarations.h +26 五月 2020 | 00:52:23,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631.h +26 五月 2020 | 00:52:23,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905.h +26 五月 2020 | 00:52:23,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631MethodDeclarations.h +26 五月 2020 | 00:52:23,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042.h +26 五月 2020 | 00:52:23,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_PatternCompil637049905MethodDeclarations.h +26 五月 2020 | 00:52:23,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354.h +26 五月 2020 | 00:52:23,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042MethodDeclarations.h +26 五月 2020 | 00:52:23,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359.h +26 五月 2020 | 00:52:23,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354MethodDeclarations.h +26 五月 2020 | 00:52:23,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Position3781184359MethodDeclarations.h +26 五月 2020 | 00:52:23,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500.h +26 五月 2020 | 00:52:23,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413.h +26 五月 2020 | 00:52:23,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825.h +26 五月 2020 | 00:52:23,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500MethodDeclarations.h +26 五月 2020 | 00:52:23,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413MethodDeclarations.h +26 五月 2020 | 00:52:23,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_QuickSearch1036078825MethodDeclarations.h +26 五月 2020 | 00:52:23,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699.h +26 五月 2020 | 00:52:23,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613.h +26 五月 2020 | 00:52:23,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495.h +26 五月 2020 | 00:52:23,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699MethodDeclarations.h +26 五月 2020 | 00:52:23,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Regex1803876613MethodDeclarations.h +26 五月 2020 | 00:52:23,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495MethodDeclarations.h +26 五月 2020 | 00:52:23,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072.h +26 五月 2020 | 00:52:23,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727.h +26 五月 2020 | 00:52:23,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754.h +26 五月 2020 | 00:52:23,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_RegexOptions2418259727MethodDeclarations.h +26 五月 2020 | 00:52:23,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072MethodDeclarations.h +26 五月 2020 | 00:52:23,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754MethodDeclarations.h +26 五月 2020 | 00:52:23,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318.h +26 五月 2020 | 00:52:23,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318MethodDeclarations.h +26 五月 2020 | 00:52:23,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545.h +26 五月 2020 | 00:52:23,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543.h +26 五月 2020 | 00:52:23,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Alter3506694545MethodDeclarations.h +26 五月 2020 | 00:52:23,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950.h +26 五月 2020 | 00:52:23,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543MethodDeclarations.h +26 五月 2020 | 00:52:23,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135.h +26 五月 2020 | 00:52:23,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950MethodDeclarations.h +26 五月 2020 | 00:52:23,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435.h +26 五月 2020 | 00:52:23,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Ancho1392970135MethodDeclarations.h +26 五月 2020 | 00:52:23,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562.h +26 五月 2020 | 00:52:23,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435MethodDeclarations.h +26 五月 2020 | 00:52:23,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562MethodDeclarations.h +26 五月 2020 | 00:52:23,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658.h +26 五月 2020 | 00:52:23,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279.h +26 五月 2020 | 00:52:23,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151.h +26 五月 2020 | 00:52:23,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Asser1490870658MethodDeclarations.h +26 五月 2020 | 00:52:23,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279MethodDeclarations.h +26 五月 2020 | 00:52:23,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789.h +26 五月 2020 | 00:52:23,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062.h +26 五月 2020 | 00:52:23,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151MethodDeclarations.h +26 五月 2020 | 00:52:23,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Backs1461652789MethodDeclarations.h +26 五月 2020 | 00:52:23,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300.h +26 五月 2020 | 00:52:23,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284.h +26 五月 2020 | 00:52:23,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062MethodDeclarations.h +26 五月 2020 | 00:52:23,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300MethodDeclarations.h +26 五月 2020 | 00:52:23,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Balan3168604284MethodDeclarations.h +26 五月 2020 | 00:52:23,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630.h +26 五月 2020 | 00:52:23,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926.h +26 五月 2020 | 00:52:23,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945.h +26 五月 2020 | 00:52:23,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945MethodDeclarations.h +26 五月 2020 | 00:52:23,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captu3690174926MethodDeclarations.h +26 五月 2020 | 00:52:23,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630MethodDeclarations.h +26 五月 2020 | 00:52:23,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912.h +26 五月 2020 | 00:52:23,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912MethodDeclarations.h +26 五月 2020 | 00:52:23,795 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346.h +26 五月 2020 | 00:52:23,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697.h +26 五月 2020 | 00:52:23,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346MethodDeclarations.h +26 五月 2020 | 00:52:23,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697MethodDeclarations.h +26 五月 2020 | 00:52:23,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314.h +26 五月 2020 | 00:52:23,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314MethodDeclarations.h +26 五月 2020 | 00:52:23,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652.h +26 五月 2020 | 00:52:23,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Captur196851652MethodDeclarations.h +26 五月 2020 | 00:52:23,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183.h +26 五月 2020 | 00:52:23,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Charac655244183MethodDeclarations.h +26 五月 2020 | 00:52:23,845 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915.h +26 五月 2020 | 00:52:23,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554.h +26 五月 2020 | 00:52:23,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727.h +26 五月 2020 | 00:52:23,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Compo1921307915MethodDeclarations.h +26 五月 2020 | 00:52:23,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554MethodDeclarations.h +26 五月 2020 | 00:52:23,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744.h +26 五月 2020 | 00:52:23,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549.h +26 五月 2020 | 00:52:23,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549MethodDeclarations.h +26 五月 2020 | 00:52:23,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515.h +26 五月 2020 | 00:52:23,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515MethodDeclarations.h +26 五月 2020 | 00:52:23,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719.h +26 五月 2020 | 00:52:23,898 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719MethodDeclarations.h +26 五月 2020 | 00:52:23,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033.h +26 五月 2020 | 00:52:23,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033MethodDeclarations.h +26 五月 2020 | 00:52:23,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623.h +26 五月 2020 | 00:52:23,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623MethodDeclarations.h +26 五月 2020 | 00:52:23,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310.h +26 五月 2020 | 00:52:23,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310MethodDeclarations.h +26 五月 2020 | 00:52:23,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944.h +26 五月 2020 | 00:52:23,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944MethodDeclarations.h +26 五月 2020 | 00:52:23,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559.h +26 五月 2020 | 00:52:23,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559MethodDeclarations.h +26 五月 2020 | 00:52:24,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727MethodDeclarations.h +26 五月 2020 | 00:52:24,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expre3255443744MethodDeclarations.h +26 五月 2020 | 00:52:24,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644.h +26 五月 2020 | 00:52:24,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644MethodDeclarations.h +26 五月 2020 | 00:52:24,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349.h +26 五月 2020 | 00:52:24,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349MethodDeclarations.h +26 五月 2020 | 00:52:24,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340.h +26 五月 2020 | 00:52:24,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216.h +26 五月 2020 | 00:52:24,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres238836340MethodDeclarations.h +26 五月 2020 | 00:52:24,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216MethodDeclarations.h +26 五月 2020 | 00:52:24,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056.h +26 五月 2020 | 00:52:24,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056MethodDeclarations.h +26 五月 2020 | 00:52:24,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960.h +26 五月 2020 | 00:52:24,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960MethodDeclarations.h +26 五月 2020 | 00:52:24,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108.h +26 五月 2020 | 00:52:24,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108MethodDeclarations.h +26 五月 2020 | 00:52:24,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592.h +26 五月 2020 | 00:52:24,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592MethodDeclarations.h +26 五月 2020 | 00:52:24,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200.h +26 五月 2020 | 00:52:24,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200MethodDeclarations.h +26 五月 2020 | 00:52:24,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537.h +26 五月 2020 | 00:52:24,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537MethodDeclarations.h +26 五月 2020 | 00:52:24,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711.h +26 五月 2020 | 00:52:24,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711MethodDeclarations.h +26 五月 2020 | 00:52:24,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772.h +26 五月 2020 | 00:52:24,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772MethodDeclarations.h +26 五月 2020 | 00:52:24,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218.h +26 五月 2020 | 00:52:24,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218MethodDeclarations.h +26 五月 2020 | 00:52:24,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631.h +26 五月 2020 | 00:52:24,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631MethodDeclarations.h +26 五月 2020 | 00:52:24,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354.h +26 五月 2020 | 00:52:24,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354MethodDeclarations.h +26 五月 2020 | 00:52:24,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413.h +26 五月 2020 | 00:52:24,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413MethodDeclarations.h +26 五月 2020 | 00:52:24,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015.h +26 五月 2020 | 00:52:24,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495.h +26 五月 2020 | 00:52:24,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015MethodDeclarations.h +26 五月 2020 | 00:52:24,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344.h +26 五月 2020 | 00:52:24,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344MethodDeclarations.h +26 五月 2020 | 00:52:24,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006.h +26 五月 2020 | 00:52:24,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006MethodDeclarations.h +26 五月 2020 | 00:52:24,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574.h +26 五月 2020 | 00:52:24,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574MethodDeclarations.h +26 五月 2020 | 00:52:24,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076.h +26 五月 2020 | 00:52:24,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495MethodDeclarations.h +26 五月 2020 | 00:52:24,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639.h +26 五月 2020 | 00:52:24,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Expres368137076MethodDeclarations.h +26 五月 2020 | 00:52:24,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639MethodDeclarations.h +26 五月 2020 | 00:52:24,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639.h +26 五月 2020 | 00:52:24,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639MethodDeclarations.h +26 五月 2020 | 00:52:24,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284.h +26 五月 2020 | 00:52:24,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284MethodDeclarations.h +26 五月 2020 | 00:52:24,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703.h +26 五月 2020 | 00:52:24,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703MethodDeclarations.h +26 五月 2020 | 00:52:24,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061.h +26 五月 2020 | 00:52:24,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754.h +26 五月 2020 | 00:52:24,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851.h +26 五月 2020 | 00:52:24,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061MethodDeclarations.h +26 五月 2020 | 00:52:24,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754MethodDeclarations.h +26 五月 2020 | 00:52:24,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Group2558408851MethodDeclarations.h +26 五月 2020 | 00:52:24,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011.h +26 五月 2020 | 00:52:24,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977.h +26 五月 2020 | 00:52:24,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543.h +26 五月 2020 | 00:52:24,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543MethodDeclarations.h +26 五月 2020 | 00:52:24,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435.h +26 五月 2020 | 00:52:24,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435MethodDeclarations.h +26 五月 2020 | 00:52:24,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279.h +26 五月 2020 | 00:52:24,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279MethodDeclarations.h +26 五月 2020 | 00:52:24,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062.h +26 五月 2020 | 00:52:24,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Liter2896011011MethodDeclarations.h +26 五月 2020 | 00:52:24,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170.h +26 五月 2020 | 00:52:24,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977MethodDeclarations.h +26 五月 2020 | 00:52:24,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062MethodDeclarations.h +26 五月 2020 | 00:52:24,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705.h +26 五月 2020 | 00:52:24,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_NonBac607185170MethodDeclarations.h +26 五月 2020 | 00:52:24,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630.h +26 五月 2020 | 00:52:24,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705MethodDeclarations.h +26 五月 2020 | 00:52:24,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923.h +26 五月 2020 | 00:52:24,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481.h +26 五月 2020 | 00:52:24,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481MethodDeclarations.h +26 五月 2020 | 00:52:24,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Parse2756028923MethodDeclarations.h +26 五月 2020 | 00:52:24,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535.h +26 五月 2020 | 00:52:24,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Posit2152361535MethodDeclarations.h +26 五月 2020 | 00:52:24,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767.h +26 五月 2020 | 00:52:24,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699.h +26 五月 2020 | 00:52:24,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767MethodDeclarations.h +26 五月 2020 | 00:52:24,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Refer1540574699MethodDeclarations.h +26 五月 2020 | 00:52:24,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024.h +26 五月 2020 | 00:52:24,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Regul3083097024MethodDeclarations.h +26 五月 2020 | 00:52:24,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051.h +26 五月 2020 | 00:52:24,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Text_RegularExpressions_Syntax_Repet3426306051MethodDeclarations.h +26 五月 2020 | 00:52:24,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133.h +26 五月 2020 | 00:52:24,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630MethodDeclarations.h +26 五月 2020 | 00:52:24,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912.h +26 五月 2020 | 00:52:24,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912MethodDeclarations.h +26 五月 2020 | 00:52:24,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346.h +26 五月 2020 | 00:52:24,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346MethodDeclarations.h +26 五月 2020 | 00:52:24,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventArgs1664828133MethodDeclarations.h +26 五月 2020 | 00:52:24,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554.h +26 五月 2020 | 00:52:24,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151.h +26 五月 2020 | 00:52:24,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488.h +26 五月 2020 | 00:52:24,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151MethodDeclarations.h +26 五月 2020 | 00:52:24,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_ElapsedEventHandler713841488MethodDeclarations.h +26 五月 2020 | 00:52:24,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089.h +26 五月 2020 | 00:52:24,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089MethodDeclarations.h +26 五月 2020 | 00:52:24,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011.h +26 五月 2020 | 00:52:24,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_Timer4294691011MethodDeclarations.h +26 五月 2020 | 00:52:24,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554MethodDeclarations.h +26 五月 2020 | 00:52:24,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472.h +26 五月 2020 | 00:52:24,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549.h +26 五月 2020 | 00:52:24,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549MethodDeclarations.h +26 五月 2020 | 00:52:24,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515.h +26 五月 2020 | 00:52:24,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515MethodDeclarations.h +26 五月 2020 | 00:52:24,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719.h +26 五月 2020 | 00:52:24,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719MethodDeclarations.h +26 五月 2020 | 00:52:24,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033.h +26 五月 2020 | 00:52:24,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033MethodDeclarations.h +26 五月 2020 | 00:52:24,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766.h +26 五月 2020 | 00:52:24,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623.h +26 五月 2020 | 00:52:24,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623MethodDeclarations.h +26 五月 2020 | 00:52:24,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310.h +26 五月 2020 | 00:52:24,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310MethodDeclarations.h +26 五月 2020 | 00:52:24,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944.h +26 五月 2020 | 00:52:24,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944MethodDeclarations.h +26 五月 2020 | 00:52:24,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559.h +26 五月 2020 | 00:52:24,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559MethodDeclarations.h +26 五月 2020 | 00:52:24,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644.h +26 五月 2020 | 00:52:24,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Timers_TimersDescriptionAttribute88438472MethodDeclarations.h +26 五月 2020 | 00:52:24,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644MethodDeclarations.h +26 五月 2020 | 00:52:24,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Uri19570940.h +26 五月 2020 | 00:52:24,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015.h +26 五月 2020 | 00:52:24,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Uri19570940MethodDeclarations.h +26 五月 2020 | 00:52:24,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015MethodDeclarations.h +26 五月 2020 | 00:52:24,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344.h +26 五月 2020 | 00:52:24,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriBuilder2016461725.h +26 五月 2020 | 00:52:24,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344MethodDeclarations.h +26 五月 2020 | 00:52:24,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriBuilder2016461725MethodDeclarations.h +26 五月 2020 | 00:52:24,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006.h +26 五月 2020 | 00:52:24,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006MethodDeclarations.h +26 五月 2020 | 00:52:24,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574.h +26 五月 2020 | 00:52:24,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574MethodDeclarations.h +26 五月 2020 | 00:52:24,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766MethodDeclarations.h +26 五月 2020 | 00:52:24,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriFormatException3682083048.h +26 五月 2020 | 00:52:24,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132.h +26 五月 2020 | 00:52:24,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriFormatException3682083048MethodDeclarations.h +26 五月 2020 | 00:52:24,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132MethodDeclarations.h +26 五月 2020 | 00:52:24,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109.h +26 五月 2020 | 00:52:24,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriHostNameType2148127109MethodDeclarations.h +26 五月 2020 | 00:52:24,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriKind1128731744.h +26 五月 2020 | 00:52:24,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriKind1128731744MethodDeclarations.h +26 五月 2020 | 00:52:24,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriParser1012511323.h +26 五月 2020 | 00:52:24,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriParser1012511323MethodDeclarations.h +26 五月 2020 | 00:52:24,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639.h +26 五月 2020 | 00:52:24,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639MethodDeclarations.h +26 五月 2020 | 00:52:24,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639.h +26 五月 2020 | 00:52:24,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639MethodDeclarations.h +26 五月 2020 | 00:52:24,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284.h +26 五月 2020 | 00:52:24,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284MethodDeclarations.h +26 五月 2020 | 00:52:24,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703.h +26 五月 2020 | 00:52:24,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703MethodDeclarations.h +26 五月 2020 | 00:52:24,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407.h +26 五月 2020 | 00:52:24,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061.h +26 五月 2020 | 00:52:24,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061MethodDeclarations.h +26 五月 2020 | 00:52:24,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977.h +26 五月 2020 | 00:52:24,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriPartial112107391.h +26 五月 2020 | 00:52:24,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407MethodDeclarations.h +26 五月 2020 | 00:52:24,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriPartial112107391MethodDeclarations.h +26 五月 2020 | 00:52:24,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977MethodDeclarations.h +26 五月 2020 | 00:52:24,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272.h +26 五月 2020 | 00:52:24,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448.h +26 五月 2020 | 00:52:24,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272MethodDeclarations.h +26 五月 2020 | 00:52:24,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_UriTypeConverter3912970448MethodDeclarations.h +26 五月 2020 | 00:52:24,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705.h +26 五月 2020 | 00:52:24,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705MethodDeclarations.h +26 五月 2020 | 00:52:24,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943.h +26 五月 2020 | 00:52:24,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481.h +26 五月 2020 | 00:52:24,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467.h +26 五月 2020 | 00:52:24,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481MethodDeclarations.h +26 五月 2020 | 00:52:24,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467MethodDeclarations.h +26 五月 2020 | 00:52:24,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767.h +26 五月 2020 | 00:52:24,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135.h +26 五月 2020 | 00:52:24,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767MethodDeclarations.h +26 五月 2020 | 00:52:24,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135MethodDeclarations.h +26 五月 2020 | 00:52:24,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151.h +26 五月 2020 | 00:52:24,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151MethodDeclarations.h +26 五月 2020 | 00:52:24,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089.h +26 五月 2020 | 00:52:24,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089MethodDeclarations.h +26 五月 2020 | 00:52:24,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766.h +26 五月 2020 | 00:52:24,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766MethodDeclarations.h +26 五月 2020 | 00:52:24,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738.h +26 五月 2020 | 00:52:24,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132.h +26 五月 2020 | 00:52:24,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_System_Uri_UriScheme1876590943MethodDeclarations.h +26 五月 2020 | 00:52:24,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738MethodDeclarations.h +26 五月 2020 | 00:52:24,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:24,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132MethodDeclarations.h +26 五月 2020 | 00:52:24,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:24,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:24,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:24,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802.h +26 五月 2020 | 00:52:24,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24Array3672778802MethodDeclarations.h +26 五月 2020 | 00:52:24,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554.h +26 五月 2020 | 00:52:24,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\System_U3CPrivateImplementationDetailsU3E_U24ArrayT116038554MethodDeclarations.h +26 五月 2020 | 00:52:25,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityClassRegistration.cpp +26 五月 2020 | 00:52:25,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_ArrayTypes.h +26 五月 2020 | 00:52:25,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:25,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:25,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591.h +26 五月 2020 | 00:52:25,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407.h +26 五月 2020 | 00:52:25,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_GenericStack3718539591MethodDeclarations.h +26 五月 2020 | 00:52:25,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973.h +26 五月 2020 | 00:52:25,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_MathfInternal715669973MethodDeclarations.h +26 五月 2020 | 00:52:25,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093.h +26 五月 2020 | 00:52:25,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348.h +26 五月 2020 | 00:52:25,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407MethodDeclarations.h +26 五月 2020 | 00:52:25,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRuleA1390152093MethodDeclarations.h +26 五月 2020 | 00:52:25,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348MethodDeclarations.h +26 五月 2020 | 00:52:25,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448.h +26 五月 2020 | 00:52:25,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_TypeInferenceRules1810425448MethodDeclarations.h +26 五月 2020 | 00:52:25,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408.h +26 五月 2020 | 00:52:25,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042.h +26 五月 2020 | 00:52:25,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408MethodDeclarations.h +26 五月 2020 | 00:52:25,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngineInternal_WebRequestUtils4100941042MethodDeclarations.h +26 五月 2020 | 00:52:25,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754.h +26 五月 2020 | 00:52:25,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500.h +26 五月 2020 | 00:52:25,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754MethodDeclarations.h +26 五月 2020 | 00:52:25,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AccelerationEvent2556583500MethodDeclarations.h +26 五月 2020 | 00:52:25,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752.h +26 五月 2020 | 00:52:25,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752MethodDeclarations.h +26 五月 2020 | 00:52:25,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985.h +26 五月 2020 | 00:52:25,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985MethodDeclarations.h +26 五月 2020 | 00:52:25,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075.h +26 五月 2020 | 00:52:25,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075MethodDeclarations.h +26 五月 2020 | 00:52:25,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699.h +26 五月 2020 | 00:52:25,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272.h +26 五月 2020 | 00:52:25,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272MethodDeclarations.h +26 五月 2020 | 00:52:25,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467.h +26 五月 2020 | 00:52:25,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467MethodDeclarations.h +26 五月 2020 | 00:52:25,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135.h +26 五月 2020 | 00:52:25,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135MethodDeclarations.h +26 五月 2020 | 00:52:25,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738.h +26 五月 2020 | 00:52:25,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AddComponentMenu1099699699MethodDeclarations.h +26 五月 2020 | 00:52:25,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518.h +26 五月 2020 | 00:52:25,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738MethodDeclarations.h +26 五月 2020 | 00:52:25,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518MethodDeclarations.h +26 五月 2020 | 00:52:25,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177.h +26 五月 2020 | 00:52:25,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177MethodDeclarations.h +26 五月 2020 | 00:52:25,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072.h +26 五月 2020 | 00:52:25,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation2068071072MethodDeclarations.h +26 五月 2020 | 00:52:25,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318.h +26 五月 2020 | 00:52:25,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationBlendMode3402232318MethodDeclarations.h +26 五月 2020 | 00:52:25,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950.h +26 五月 2020 | 00:52:25,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348.h +26 五月 2020 | 00:52:25,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222.h +26 五月 2020 | 00:52:25,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348MethodDeclarations.h +26 五月 2020 | 00:52:25,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222MethodDeclarations.h +26 五月 2020 | 00:52:25,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationClip3510324950MethodDeclarations.h +26 五月 2020 | 00:52:25,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408.h +26 五月 2020 | 00:52:25,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562.h +26 五月 2020 | 00:52:25,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408MethodDeclarations.h +26 五月 2020 | 00:52:25,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCullingType1814496562MethodDeclarations.h +26 五月 2020 | 00:52:25,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754.h +26 五月 2020 | 00:52:25,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151.h +26 五月 2020 | 00:52:25,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754MethodDeclarations.h +26 五月 2020 | 00:52:25,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationCurve3306541151MethodDeclarations.h +26 五月 2020 | 00:52:25,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471.h +26 五月 2020 | 00:52:25,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300.h +26 五月 2020 | 00:52:25,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471MethodDeclarations.h +26 五月 2020 | 00:52:25,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEvent2428323300MethodDeclarations.h +26 五月 2020 | 00:52:25,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467.h +26 五月 2020 | 00:52:25,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467MethodDeclarations.h +26 五月 2020 | 00:52:25,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630.h +26 五月 2020 | 00:52:25,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630MethodDeclarations.h +26 五月 2020 | 00:52:25,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976.h +26 五月 2020 | 00:52:25,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976MethodDeclarations.h +26 五月 2020 | 00:52:25,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752.h +26 五月 2020 | 00:52:25,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752MethodDeclarations.h +26 五月 2020 | 00:52:25,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101.h +26 五月 2020 | 00:52:25,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985.h +26 五月 2020 | 00:52:25,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985MethodDeclarations.h +26 五月 2020 | 00:52:25,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075.h +26 五月 2020 | 00:52:25,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101MethodDeclarations.h +26 五月 2020 | 00:52:25,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075MethodDeclarations.h +26 五月 2020 | 00:52:25,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840.h +26 五月 2020 | 00:52:25,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840MethodDeclarations.h +26 五月 2020 | 00:52:25,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945.h +26 五月 2020 | 00:52:25,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518.h +26 五月 2020 | 00:52:25,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757.h +26 五月 2020 | 00:52:25,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757MethodDeclarations.h +26 五月 2020 | 00:52:25,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationEventSource3560017945MethodDeclarations.h +26 五月 2020 | 00:52:25,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518MethodDeclarations.h +26 五月 2020 | 00:52:25,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465.h +26 五月 2020 | 00:52:25,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177.h +26 五月 2020 | 00:52:25,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177MethodDeclarations.h +26 五月 2020 | 00:52:25,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465MethodDeclarations.h +26 五月 2020 | 00:52:25,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917.h +26 五月 2020 | 00:52:25,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917MethodDeclarations.h +26 五月 2020 | 00:52:25,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210.h +26 五月 2020 | 00:52:25,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210MethodDeclarations.h +26 五月 2020 | 00:52:25,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263.h +26 五月 2020 | 00:52:25,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263MethodDeclarations.h +26 五月 2020 | 00:52:25,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509.h +26 五月 2020 | 00:52:25,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509MethodDeclarations.h +26 五月 2020 | 00:52:25,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595.h +26 五月 2020 | 00:52:25,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697.h +26 五月 2020 | 00:52:25,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222.h +26 五月 2020 | 00:52:25,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimationState1303741697MethodDeclarations.h +26 五月 2020 | 00:52:25,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222MethodDeclarations.h +26 五月 2020 | 00:52:25,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314.h +26 五月 2020 | 00:52:25,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animation_Enumerator59479314MethodDeclarations.h +26 五月 2020 | 00:52:25,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471.h +26 五月 2020 | 00:52:25,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471MethodDeclarations.h +26 五月 2020 | 00:52:25,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467.h +26 五月 2020 | 00:52:25,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467MethodDeclarations.h +26 五月 2020 | 00:52:25,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595MethodDeclarations.h +26 五月 2020 | 00:52:25,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273.h +26 五月 2020 | 00:52:25,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273MethodDeclarations.h +26 五月 2020 | 00:52:25,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084.h +26 五月 2020 | 00:52:25,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084MethodDeclarations.h +26 五月 2020 | 00:52:25,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946.h +26 五月 2020 | 00:52:25,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946MethodDeclarations.h +26 五月 2020 | 00:52:25,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630.h +26 五月 2020 | 00:52:25,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630MethodDeclarations.h +26 五月 2020 | 00:52:25,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976.h +26 五月 2020 | 00:52:25,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976MethodDeclarations.h +26 五月 2020 | 00:52:25,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101.h +26 五月 2020 | 00:52:25,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101MethodDeclarations.h +26 五月 2020 | 00:52:25,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840.h +26 五月 2020 | 00:52:25,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840MethodDeclarations.h +26 五月 2020 | 00:52:25,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757.h +26 五月 2020 | 00:52:25,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757MethodDeclarations.h +26 五月 2020 | 00:52:25,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465.h +26 五月 2020 | 00:52:25,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465MethodDeclarations.h +26 五月 2020 | 00:52:26,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727.h +26 五月 2020 | 00:52:26,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917.h +26 五月 2020 | 00:52:26,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917MethodDeclarations.h +26 五月 2020 | 00:52:26,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Animator69676727MethodDeclarations.h +26 五月 2020 | 00:52:26,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210.h +26 五月 2020 | 00:52:26,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349.h +26 五月 2020 | 00:52:26,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210MethodDeclarations.h +26 五月 2020 | 00:52:26,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorClipInfo3905751349MethodDeclarations.h +26 五月 2020 | 00:52:26,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263.h +26 五月 2020 | 00:52:26,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216.h +26 五月 2020 | 00:52:26,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263MethodDeclarations.h +26 五月 2020 | 00:52:26,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete1381019216MethodDeclarations.h +26 五月 2020 | 00:52:26,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509.h +26 五月 2020 | 00:52:26,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056.h +26 五月 2020 | 00:52:26,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509MethodDeclarations.h +26 五月 2020 | 00:52:26,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorControllerParamete3688495056MethodDeclarations.h +26 五月 2020 | 00:52:26,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960.h +26 五月 2020 | 00:52:26,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595.h +26 五月 2020 | 00:52:26,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorCullingMode258421960MethodDeclarations.h +26 五月 2020 | 00:52:26,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108.h +26 五月 2020 | 00:52:26,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorRecorderMode85000108MethodDeclarations.h +26 五月 2020 | 00:52:26,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592.h +26 五月 2020 | 00:52:26,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorStateInfo2577870592MethodDeclarations.h +26 五月 2020 | 00:52:26,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200.h +26 五月 2020 | 00:52:26,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorTransitionInfo2410896200MethodDeclarations.h +26 五月 2020 | 00:52:26,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537.h +26 五月 2020 | 00:52:26,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnimatorUpdateMode2043105537MethodDeclarations.h +26 五月 2020 | 00:52:26,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711.h +26 五月 2020 | 00:52:26,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AnisotropicFiltering1492251711MethodDeclarations.h +26 五月 2020 | 00:52:26,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772.h +26 五月 2020 | 00:52:26,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application354826772MethodDeclarations.h +26 五月 2020 | 00:52:26,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218.h +26 五月 2020 | 00:52:26,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationInstallMode4010115218MethodDeclarations.h +26 五月 2020 | 00:52:26,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631.h +26 五月 2020 | 00:52:26,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ApplicationSandboxType4279364631MethodDeclarations.h +26 五月 2020 | 00:52:26,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354.h +26 五月 2020 | 00:52:26,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_AdvertisingIden525140354MethodDeclarations.h +26 五月 2020 | 00:52:26,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413.h +26 五月 2020 | 00:52:26,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Application_LogCallback1867914413MethodDeclarations.h +26 五月 2020 | 00:52:26,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495.h +26 五月 2020 | 00:52:26,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595MethodDeclarations.h +26 五月 2020 | 00:52:26,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273.h +26 五月 2020 | 00:52:26,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273MethodDeclarations.h +26 五月 2020 | 00:52:26,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084.h +26 五月 2020 | 00:52:26,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084MethodDeclarations.h +26 五月 2020 | 00:52:26,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946.h +26 五月 2020 | 00:52:26,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946MethodDeclarations.h +26 五月 2020 | 00:52:26,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssemblyIsEditorAssembly1557026495MethodDeclarations.h +26 五月 2020 | 00:52:26,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950.h +26 五月 2020 | 00:52:26,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950.h +26 五月 2020 | 00:52:26,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950MethodDeclarations.h +26 五月 2020 | 00:52:26,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950MethodDeclarations.h +26 五月 2020 | 00:52:26,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348.h +26 五月 2020 | 00:52:26,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348.h +26 五月 2020 | 00:52:26,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348MethodDeclarations.h +26 五月 2020 | 00:52:26,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348MethodDeclarations.h +26 五月 2020 | 00:52:26,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815.h +26 五月 2020 | 00:52:26,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815.h +26 五月 2020 | 00:52:26,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815MethodDeclarations.h +26 五月 2020 | 00:52:26,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815MethodDeclarations.h +26 五月 2020 | 00:52:26,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042.h +26 五月 2020 | 00:52:26,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042.h +26 五月 2020 | 00:52:26,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042MethodDeclarations.h +26 五月 2020 | 00:52:26,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042MethodDeclarations.h +26 五月 2020 | 00:52:26,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474.h +26 五月 2020 | 00:52:26,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474.h +26 五月 2020 | 00:52:26,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474MethodDeclarations.h +26 五月 2020 | 00:52:26,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474MethodDeclarations.h +26 五月 2020 | 00:52:26,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026.h +26 五月 2020 | 00:52:26,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026.h +26 五月 2020 | 00:52:26,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026MethodDeclarations.h +26 五月 2020 | 00:52:26,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026MethodDeclarations.h +26 五月 2020 | 00:52:26,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721.h +26 五月 2020 | 00:52:26,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721.h +26 五月 2020 | 00:52:26,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721MethodDeclarations.h +26 五月 2020 | 00:52:26,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721MethodDeclarations.h +26 五月 2020 | 00:52:26,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754.h +26 五月 2020 | 00:52:26,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840.h +26 五月 2020 | 00:52:26,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840.h +26 五月 2020 | 00:52:26,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840MethodDeclarations.h +26 五月 2020 | 00:52:26,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840MethodDeclarations.h +26 五月 2020 | 00:52:26,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundle2054978754MethodDeclarations.h +26 五月 2020 | 00:52:26,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753.h +26 五月 2020 | 00:52:26,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753.h +26 五月 2020 | 00:52:26,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753MethodDeclarations.h +26 五月 2020 | 00:52:26,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753MethodDeclarations.h +26 五月 2020 | 00:52:26,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469.h +26 五月 2020 | 00:52:26,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469.h +26 五月 2020 | 00:52:26,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469MethodDeclarations.h +26 五月 2020 | 00:52:26,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469MethodDeclarations.h +26 五月 2020 | 00:52:26,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543.h +26 五月 2020 | 00:52:26,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082.h +26 五月 2020 | 00:52:26,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082.h +26 五月 2020 | 00:52:26,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleCreateRequest1038783543MethodDeclarations.h +26 五月 2020 | 00:52:26,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082MethodDeclarations.h +26 五月 2020 | 00:52:26,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082MethodDeclarations.h +26 五月 2020 | 00:52:26,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435.h +26 五月 2020 | 00:52:26,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000.h +26 五月 2020 | 00:52:26,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000.h +26 五月 2020 | 00:52:26,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AssetBundleRequest2674559435MethodDeclarations.h +26 五月 2020 | 00:52:26,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000MethodDeclarations.h +26 五月 2020 | 00:52:26,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000MethodDeclarations.h +26 五月 2020 | 00:52:26,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279.h +26 五月 2020 | 00:52:26,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511.h +26 五月 2020 | 00:52:26,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511.h +26 五月 2020 | 00:52:26,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AsyncOperation3814632279MethodDeclarations.h +26 五月 2020 | 00:52:26,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511MethodDeclarations.h +26 五月 2020 | 00:52:26,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511MethodDeclarations.h +26 五月 2020 | 00:52:26,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062.h +26 五月 2020 | 00:52:26,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417.h +26 五月 2020 | 00:52:26,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417.h +26 五月 2020 | 00:52:26,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AttributeHelperEngine958797062MethodDeclarations.h +26 五月 2020 | 00:52:26,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417MethodDeclarations.h +26 五月 2020 | 00:52:26,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630.h +26 五月 2020 | 00:52:26,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046.h +26 五月 2020 | 00:52:26,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417MethodDeclarations.h +26 五月 2020 | 00:52:26,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip1932558630MethodDeclarations.h +26 五月 2020 | 00:52:26,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046MethodDeclarations.h +26 五月 2020 | 00:52:26,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046.h +26 五月 2020 | 00:52:26,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912.h +26 五月 2020 | 00:52:26,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046MethodDeclarations.h +26 五月 2020 | 00:52:26,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClipLoadType2811099912MethodDeclarations.h +26 五月 2020 | 00:52:26,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547.h +26 五月 2020 | 00:52:26,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547.h +26 五月 2020 | 00:52:26,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346.h +26 五月 2020 | 00:52:26,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547MethodDeclarations.h +26 五月 2020 | 00:52:26,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547MethodDeclarations.h +26 五月 2020 | 00:52:26,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282.h +26 五月 2020 | 00:52:26,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282.h +26 五月 2020 | 00:52:26,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMReaderCallbac3007145346MethodDeclarations.h +26 五月 2020 | 00:52:26,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282MethodDeclarations.h +26 五月 2020 | 00:52:26,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554.h +26 五月 2020 | 00:52:26,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282MethodDeclarations.h +26 五月 2020 | 00:52:26,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774.h +26 五月 2020 | 00:52:26,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioClip_PCMSetPositionCal421863554MethodDeclarations.h +26 五月 2020 | 00:52:26,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774.h +26 五月 2020 | 00:52:26,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774MethodDeclarations.h +26 五月 2020 | 00:52:26,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549.h +26 五月 2020 | 00:52:26,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774MethodDeclarations.h +26 五月 2020 | 00:52:26,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioDataLoadState3506786549MethodDeclarations.h +26 五月 2020 | 00:52:26,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097.h +26 五月 2020 | 00:52:26,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097.h +26 五月 2020 | 00:52:26,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515.h +26 五月 2020 | 00:52:26,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioRolloffMode2229549515MethodDeclarations.h +26 五月 2020 | 00:52:26,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097MethodDeclarations.h +26 五月 2020 | 00:52:26,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097MethodDeclarations.h +26 五月 2020 | 00:52:26,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719.h +26 五月 2020 | 00:52:26,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576.h +26 五月 2020 | 00:52:26,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576.h +26 五月 2020 | 00:52:26,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576MethodDeclarations.h +26 五月 2020 | 00:52:26,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576MethodDeclarations.h +26 五月 2020 | 00:52:26,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings3144015719MethodDeclarations.h +26 五月 2020 | 00:52:26,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182.h +26 五月 2020 | 00:52:26,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182.h +26 五月 2020 | 00:52:26,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033.h +26 五月 2020 | 00:52:26,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182MethodDeclarations.h +26 五月 2020 | 00:52:26,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182MethodDeclarations.h +26 五月 2020 | 00:52:26,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSettings_AudioConfigu3743753033MethodDeclarations.h +26 五月 2020 | 00:52:26,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310.h +26 五月 2020 | 00:52:26,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310.h +26 五月 2020 | 00:52:26,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310MethodDeclarations.h +26 五月 2020 | 00:52:26,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310MethodDeclarations.h +26 五月 2020 | 00:52:26,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904.h +26 五月 2020 | 00:52:26,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904.h +26 五月 2020 | 00:52:26,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904MethodDeclarations.h +26 五月 2020 | 00:52:26,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904MethodDeclarations.h +26 五月 2020 | 00:52:26,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088.h +26 五月 2020 | 00:52:26,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088.h +26 五月 2020 | 00:52:26,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088MethodDeclarations.h +26 五月 2020 | 00:52:26,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088MethodDeclarations.h +26 五月 2020 | 00:52:26,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934.h +26 五月 2020 | 00:52:26,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934.h +26 五月 2020 | 00:52:26,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934MethodDeclarations.h +26 五月 2020 | 00:52:26,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934MethodDeclarations.h +26 五月 2020 | 00:52:26,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623.h +26 五月 2020 | 00:52:26,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143.h +26 五月 2020 | 00:52:26,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143.h +26 五月 2020 | 00:52:26,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143MethodDeclarations.h +26 五月 2020 | 00:52:26,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSource1135106623MethodDeclarations.h +26 五月 2020 | 00:52:26,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143MethodDeclarations.h +26 五月 2020 | 00:52:26,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098.h +26 五月 2020 | 00:52:26,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310.h +26 五月 2020 | 00:52:26,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098MethodDeclarations.h +26 五月 2020 | 00:52:26,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioSourceCurveType4181799310MethodDeclarations.h +26 五月 2020 | 00:52:26,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098.h +26 五月 2020 | 00:52:26,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278.h +26 五月 2020 | 00:52:26,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098MethodDeclarations.h +26 五月 2020 | 00:52:26,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944.h +26 五月 2020 | 00:52:26,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278MethodDeclarations.h +26 五月 2020 | 00:52:26,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioType4076847944MethodDeclarations.h +26 五月 2020 | 00:52:26,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278.h +26 五月 2020 | 00:52:26,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559.h +26 五月 2020 | 00:52:26,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952.h +26 五月 2020 | 00:52:26,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278MethodDeclarations.h +26 五月 2020 | 00:52:26,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AudioVelocityUpdateMode2222611559MethodDeclarations.h +26 五月 2020 | 00:52:26,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952MethodDeclarations.h +26 五月 2020 | 00:52:26,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952.h +26 五月 2020 | 00:52:26,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644.h +26 五月 2020 | 00:52:26,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555.h +26 五月 2020 | 00:52:26,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Audio_AudioMixerGroup959546644MethodDeclarations.h +26 五月 2020 | 00:52:26,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952MethodDeclarations.h +26 五月 2020 | 00:52:26,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555MethodDeclarations.h +26 五月 2020 | 00:52:26,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015.h +26 五月 2020 | 00:52:26,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555.h +26 五月 2020 | 00:52:26,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Avatar3620986015MethodDeclarations.h +26 五月 2020 | 00:52:26,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547.h +26 五月 2020 | 00:52:26,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344.h +26 五月 2020 | 00:52:26,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555MethodDeclarations.h +26 五月 2020 | 00:52:26,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547MethodDeclarations.h +26 五月 2020 | 00:52:26,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKGoal3089653344MethodDeclarations.h +26 五月 2020 | 00:52:26,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547.h +26 五月 2020 | 00:52:26,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340.h +26 五月 2020 | 00:52:26,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006.h +26 五月 2020 | 00:52:26,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340MethodDeclarations.h +26 五月 2020 | 00:52:26,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarIKHint1819449006MethodDeclarations.h +26 五月 2020 | 00:52:26,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547MethodDeclarations.h +26 五月 2020 | 00:52:26,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465.h +26 五月 2020 | 00:52:26,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574.h +26 五月 2020 | 00:52:26,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340.h +26 五月 2020 | 00:52:26,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465MethodDeclarations.h +26 五月 2020 | 00:52:26,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_AvatarTarget193923574MethodDeclarations.h +26 五月 2020 | 00:52:26,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340MethodDeclarations.h +26 五月 2020 | 00:52:26,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295.h +26 五月 2020 | 00:52:26,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639.h +26 五月 2020 | 00:52:26,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465.h +26 五月 2020 | 00:52:26,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295MethodDeclarations.h +26 五月 2020 | 00:52:26,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Behaviour955675639MethodDeclarations.h +26 五月 2020 | 00:52:26,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465MethodDeclarations.h +26 五月 2020 | 00:52:26,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994.h +26 五月 2020 | 00:52:26,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639.h +26 五月 2020 | 00:52:26,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994MethodDeclarations.h +26 五月 2020 | 00:52:26,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295.h +26 五月 2020 | 00:52:26,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295MethodDeclarations.h +26 五月 2020 | 00:52:26,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BitStream1979465639MethodDeclarations.h +26 五月 2020 | 00:52:26,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729.h +26 五月 2020 | 00:52:26,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994.h +26 五月 2020 | 00:52:26,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284.h +26 五月 2020 | 00:52:26,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729MethodDeclarations.h +26 五月 2020 | 00:52:26,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BlendWeights2338911284MethodDeclarations.h +26 五月 2020 | 00:52:26,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994MethodDeclarations.h +26 五月 2020 | 00:52:26,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433.h +26 五月 2020 | 00:52:26,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703.h +26 五月 2020 | 00:52:26,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729.h +26 五月 2020 | 00:52:26,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433MethodDeclarations.h +26 五月 2020 | 00:52:26,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Bounds3033363703MethodDeclarations.h +26 五月 2020 | 00:52:26,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548.h +26 五月 2020 | 00:52:26,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729MethodDeclarations.h +26 五月 2020 | 00:52:26,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433.h +26 五月 2020 | 00:52:26,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433MethodDeclarations.h +26 五月 2020 | 00:52:26,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061.h +26 五月 2020 | 00:52:26,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548MethodDeclarations.h +26 五月 2020 | 00:52:26,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548.h +26 五月 2020 | 00:52:26,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_BoxCollider22920061MethodDeclarations.h +26 五月 2020 | 00:52:26,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717.h +26 五月 2020 | 00:52:26,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548MethodDeclarations.h +26 五月 2020 | 00:52:26,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977.h +26 五月 2020 | 00:52:26,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717MethodDeclarations.h +26 五月 2020 | 00:52:26,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717.h +26 五月 2020 | 00:52:26,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902.h +26 五月 2020 | 00:52:26,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera189460977MethodDeclarations.h +26 五月 2020 | 00:52:26,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717MethodDeclarations.h +26 五月 2020 | 00:52:26,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902MethodDeclarations.h +26 五月 2020 | 00:52:26,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705.h +26 五月 2020 | 00:52:26,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902.h +26 五月 2020 | 00:52:26,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199.h +26 五月 2020 | 00:52:26,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraClearFlags452084705MethodDeclarations.h +26 五月 2020 | 00:52:26,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902MethodDeclarations.h +26 五月 2020 | 00:52:26,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199MethodDeclarations.h +26 五月 2020 | 00:52:26,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481.h +26 五月 2020 | 00:52:26,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199.h +26 五月 2020 | 00:52:26,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CameraType1097697481MethodDeclarations.h +26 五月 2020 | 00:52:26,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314.h +26 五月 2020 | 00:52:26,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199MethodDeclarations.h +26 五月 2020 | 00:52:26,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314MethodDeclarations.h +26 五月 2020 | 00:52:26,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767.h +26 五月 2020 | 00:52:26,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314.h +26 五月 2020 | 00:52:26,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314MethodDeclarations.h +26 五月 2020 | 00:52:26,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_CameraCallback834278767MethodDeclarations.h +26 五月 2020 | 00:52:26,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659.h +26 五月 2020 | 00:52:26,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659MethodDeclarations.h +26 五月 2020 | 00:52:26,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659.h +26 五月 2020 | 00:52:26,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151.h +26 五月 2020 | 00:52:26,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659MethodDeclarations.h +26 五月 2020 | 00:52:26,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_MonoOrStereoscopicE1488550151MethodDeclarations.h +26 五月 2020 | 00:52:26,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691.h +26 五月 2020 | 00:52:26,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691.h +26 五月 2020 | 00:52:26,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089.h +26 五月 2020 | 00:52:26,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691MethodDeclarations.h +26 五月 2020 | 00:52:26,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Camera_StereoscopicEye1438019089MethodDeclarations.h +26 五月 2020 | 00:52:26,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691MethodDeclarations.h +26 五月 2020 | 00:52:26,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590.h +26 五月 2020 | 00:52:26,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766.h +26 五月 2020 | 00:52:26,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590MethodDeclarations.h +26 五月 2020 | 00:52:26,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590.h +26 五月 2020 | 00:52:26,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590MethodDeclarations.h +26 五月 2020 | 00:52:26,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas209405766MethodDeclarations.h +26 五月 2020 | 00:52:26,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033.h +26 五月 2020 | 00:52:26,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033.h +26 五月 2020 | 00:52:26,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132.h +26 五月 2020 | 00:52:26,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033MethodDeclarations.h +26 五月 2020 | 00:52:26,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033MethodDeclarations.h +26 五月 2020 | 00:52:26,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Canvas_WillRenderCanvases3522132132MethodDeclarations.h +26 五月 2020 | 00:52:26,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252.h +26 五月 2020 | 00:52:26,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252.h +26 五月 2020 | 00:52:26,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252MethodDeclarations.h +26 五月 2020 | 00:52:26,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407.h +26 五月 2020 | 00:52:26,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252MethodDeclarations.h +26 五月 2020 | 00:52:26,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205.h +26 五月 2020 | 00:52:26,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205.h +26 五月 2020 | 00:52:26,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CapsuleCollider720607407MethodDeclarations.h +26 五月 2020 | 00:52:26,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205MethodDeclarations.h +26 五月 2020 | 00:52:26,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272.h +26 五月 2020 | 00:52:26,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CastHelper_1_gen3207297272MethodDeclarations.h +26 五月 2020 | 00:52:26,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951.h +26 五月 2020 | 00:52:26,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467.h +26 五月 2020 | 00:52:26,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951MethodDeclarations.h +26 五月 2020 | 00:52:26,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205MethodDeclarations.h +26 五月 2020 | 00:52:26,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterController4094781467MethodDeclarations.h +26 五月 2020 | 00:52:26,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951.h +26 五月 2020 | 00:52:26,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000.h +26 五月 2020 | 00:52:26,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135.h +26 五月 2020 | 00:52:26,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951MethodDeclarations.h +26 五月 2020 | 00:52:26,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000MethodDeclarations.h +26 五月 2020 | 00:52:26,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CharacterInfo3919092135MethodDeclarations.h +26 五月 2020 | 00:52:26,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000.h +26 五月 2020 | 00:52:26,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000MethodDeclarations.h +26 五月 2020 | 00:52:26,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738.h +26 五月 2020 | 00:52:26,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099.h +26 五月 2020 | 00:52:26,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider2D646061738MethodDeclarations.h +26 五月 2020 | 00:52:26,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099MethodDeclarations.h +26 五月 2020 | 00:52:26,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099.h +26 五月 2020 | 00:52:26,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099MethodDeclarations.h +26 五月 2020 | 00:52:26,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348.h +26 五月 2020 | 00:52:26,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478.h +26 五月 2020 | 00:52:26,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478.h +26 五月 2020 | 00:52:26,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collider3497673348MethodDeclarations.h +26 五月 2020 | 00:52:26,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478MethodDeclarations.h +26 五月 2020 | 00:52:26,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478MethodDeclarations.h +26 五月 2020 | 00:52:26,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408.h +26 五月 2020 | 00:52:26,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657.h +26 五月 2020 | 00:52:26,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657.h +26 五月 2020 | 00:52:26,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2876846408MethodDeclarations.h +26 五月 2020 | 00:52:26,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657MethodDeclarations.h +26 五月 2020 | 00:52:26,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657MethodDeclarations.h +26 五月 2020 | 00:52:26,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754.h +26 五月 2020 | 00:52:26,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629.h +26 五月 2020 | 00:52:26,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629.h +26 五月 2020 | 00:52:26,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Collision2D1539500754MethodDeclarations.h +26 五月 2020 | 00:52:26,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629MethodDeclarations.h +26 五月 2020 | 00:52:26,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629MethodDeclarations.h +26 五月 2020 | 00:52:26,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752.h +26 五月 2020 | 00:52:26,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388.h +26 五月 2020 | 00:52:26,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionDetectionMode841589752MethodDeclarations.h +26 五月 2020 | 00:52:26,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388.h +26 五月 2020 | 00:52:26,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388MethodDeclarations.h +26 五月 2020 | 00:52:26,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985.h +26 五月 2020 | 00:52:26,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CollisionFlags4046947985MethodDeclarations.h +26 五月 2020 | 00:52:26,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904.h +26 五月 2020 | 00:52:26,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388MethodDeclarations.h +26 五月 2020 | 00:52:26,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075.h +26 五月 2020 | 00:52:26,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904MethodDeclarations.h +26 五月 2020 | 00:52:26,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904.h +26 五月 2020 | 00:52:26,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706.h +26 五月 2020 | 00:52:26,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904MethodDeclarations.h +26 五月 2020 | 00:52:26,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706MethodDeclarations.h +26 五月 2020 | 00:52:26,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706.h +26 五月 2020 | 00:52:26,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706MethodDeclarations.h +26 五月 2020 | 00:52:26,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color2020392075MethodDeclarations.h +26 五月 2020 | 00:52:26,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873.h +26 五月 2020 | 00:52:26,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873.h +26 五月 2020 | 00:52:26,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518.h +26 五月 2020 | 00:52:26,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873MethodDeclarations.h +26 五月 2020 | 00:52:26,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873MethodDeclarations.h +26 五月 2020 | 00:52:26,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Color32874517518MethodDeclarations.h +26 五月 2020 | 00:52:26,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045.h +26 五月 2020 | 00:52:26,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177.h +26 五月 2020 | 00:52:26,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045.h +26 五月 2020 | 00:52:26,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ColorSpace627621177MethodDeclarations.h +26 五月 2020 | 00:52:26,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045MethodDeclarations.h +26 五月 2020 | 00:52:26,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045MethodDeclarations.h +26 五月 2020 | 00:52:26,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567.h +26 五月 2020 | 00:52:26,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567.h +26 五月 2020 | 00:52:26,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567MethodDeclarations.h +26 五月 2020 | 00:52:26,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567MethodDeclarations.h +26 五月 2020 | 00:52:26,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320.h +26 五月 2020 | 00:52:26,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320MethodDeclarations.h +26 五月 2020 | 00:52:26,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320.h +26 五月 2020 | 00:52:26,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222.h +26 五月 2020 | 00:52:26,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Compass2500694222MethodDeclarations.h +26 五月 2020 | 00:52:26,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320MethodDeclarations.h +26 五月 2020 | 00:52:26,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471.h +26 五月 2020 | 00:52:26,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342.h +26 五月 2020 | 00:52:26,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Component3819376471MethodDeclarations.h +26 五月 2020 | 00:52:26,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342MethodDeclarations.h +26 五月 2020 | 00:52:26,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467.h +26 五月 2020 | 00:52:26,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336.h +26 五月 2020 | 00:52:26,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342.h +26 五月 2020 | 00:52:26,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ComputeBuffer1827099467MethodDeclarations.h +26 五月 2020 | 00:52:26,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336MethodDeclarations.h +26 五月 2020 | 00:52:26,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630.h +26 五月 2020 | 00:52:26,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342MethodDeclarations.h +26 五月 2020 | 00:52:26,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint1376425630MethodDeclarations.h +26 五月 2020 | 00:52:26,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754.h +26 五月 2020 | 00:52:26,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336.h +26 五月 2020 | 00:52:26,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754MethodDeclarations.h +26 五月 2020 | 00:52:26,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976.h +26 五月 2020 | 00:52:26,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336MethodDeclarations.h +26 五月 2020 | 00:52:26,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ContactPoint2D3659330976MethodDeclarations.h +26 五月 2020 | 00:52:26,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545.h +26 五月 2020 | 00:52:26,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754.h +26 五月 2020 | 00:52:26,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101.h +26 五月 2020 | 00:52:26,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545MethodDeclarations.h +26 五月 2020 | 00:52:26,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754MethodDeclarations.h +26 五月 2020 | 00:52:26,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ControllerColliderHit4070855101MethodDeclarations.h +26 五月 2020 | 00:52:26,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180.h +26 五月 2020 | 00:52:26,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545.h +26 五月 2020 | 00:52:26,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840.h +26 五月 2020 | 00:52:26,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180MethodDeclarations.h +26 五月 2020 | 00:52:26,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545MethodDeclarations.h +26 五月 2020 | 00:52:26,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Coroutine2299508840MethodDeclarations.h +26 五月 2020 | 00:52:26,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671.h +26 五月 2020 | 00:52:26,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180.h +26 五月 2020 | 00:52:26,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757.h +26 五月 2020 | 00:52:26,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Cubemap3472944757MethodDeclarations.h +26 五月 2020 | 00:52:26,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671MethodDeclarations.h +26 五月 2020 | 00:52:26,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180MethodDeclarations.h +26 五月 2020 | 00:52:26,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465.h +26 五月 2020 | 00:52:26,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924.h +26 五月 2020 | 00:52:26,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671.h +26 五月 2020 | 00:52:26,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924MethodDeclarations.h +26 五月 2020 | 00:52:26,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup1091689465MethodDeclarations.h +26 五月 2020 | 00:52:26,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671MethodDeclarations.h +26 五月 2020 | 00:52:26,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455.h +26 五月 2020 | 00:52:26,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917.h +26 五月 2020 | 00:52:26,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924.h +26 五月 2020 | 00:52:26,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroupEvent1057617917MethodDeclarations.h +26 五月 2020 | 00:52:26,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455MethodDeclarations.h +26 五月 2020 | 00:52:26,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924MethodDeclarations.h +26 五月 2020 | 00:52:26,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210.h +26 五月 2020 | 00:52:26,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147.h +26 五月 2020 | 00:52:26,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455.h +26 五月 2020 | 00:52:26,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_CullingGroup_StateChanged2480912210MethodDeclarations.h +26 五月 2020 | 00:52:26,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147MethodDeclarations.h +26 五月 2020 | 00:52:26,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455MethodDeclarations.h +26 五月 2020 | 00:52:26,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263.h +26 五月 2020 | 00:52:26,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573.h +26 五月 2020 | 00:52:26,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147.h +26 五月 2020 | 00:52:26,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Debug1368543263MethodDeclarations.h +26 五月 2020 | 00:52:26,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573MethodDeclarations.h +26 五月 2020 | 00:52:26,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509.h +26 五月 2020 | 00:52:26,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147MethodDeclarations.h +26 五月 2020 | 00:52:26,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008.h +26 五月 2020 | 00:52:26,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DebugLogHandler865810509MethodDeclarations.h +26 五月 2020 | 00:52:26,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573.h +26 五月 2020 | 00:52:26,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008MethodDeclarations.h +26 五月 2020 | 00:52:26,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595.h +26 五月 2020 | 00:52:26,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573MethodDeclarations.h +26 五月 2020 | 00:52:26,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155.h +26 五月 2020 | 00:52:26,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008.h +26 五月 2020 | 00:52:26,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155MethodDeclarations.h +26 五月 2020 | 00:52:26,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008MethodDeclarations.h +26 五月 2020 | 00:52:26,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817.h +26 五月 2020 | 00:52:26,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817MethodDeclarations.h +26 五月 2020 | 00:52:26,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155.h +26 五月 2020 | 00:52:26,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937.h +26 五月 2020 | 00:52:26,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155MethodDeclarations.h +26 五月 2020 | 00:52:26,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937MethodDeclarations.h +26 五月 2020 | 00:52:26,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817.h +26 五月 2020 | 00:52:26,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817MethodDeclarations.h +26 五月 2020 | 00:52:26,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199.h +26 五月 2020 | 00:52:26,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199MethodDeclarations.h +26 五月 2020 | 00:52:26,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937.h +26 五月 2020 | 00:52:26,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970.h +26 五月 2020 | 00:52:26,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937MethodDeclarations.h +26 五月 2020 | 00:52:26,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970MethodDeclarations.h +26 五月 2020 | 00:52:26,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199.h +26 五月 2020 | 00:52:26,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199MethodDeclarations.h +26 五月 2020 | 00:52:26,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928.h +26 五月 2020 | 00:52:26,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928MethodDeclarations.h +26 五月 2020 | 00:52:26,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970.h +26 五月 2020 | 00:52:26,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151.h +26 五月 2020 | 00:52:26,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970MethodDeclarations.h +26 五月 2020 | 00:52:26,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151MethodDeclarations.h +26 五月 2020 | 00:52:26,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928.h +26 五月 2020 | 00:52:26,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928MethodDeclarations.h +26 五月 2020 | 00:52:26,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648.h +26 五月 2020 | 00:52:26,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648MethodDeclarations.h +26 五月 2020 | 00:52:26,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151.h +26 五月 2020 | 00:52:26,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838.h +26 五月 2020 | 00:52:26,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DefaultExecutionOrder2717914595MethodDeclarations.h +26 五月 2020 | 00:52:26,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151MethodDeclarations.h +26 五月 2020 | 00:52:26,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273.h +26 五月 2020 | 00:52:26,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838MethodDeclarations.h +26 五月 2020 | 00:52:26,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648.h +26 五月 2020 | 00:52:26,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DepthTextureMode1156392273MethodDeclarations.h +26 五月 2020 | 00:52:26,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648MethodDeclarations.h +26 五月 2020 | 00:52:26,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508.h +26 五月 2020 | 00:52:26,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084.h +26 五月 2020 | 00:52:26,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508MethodDeclarations.h +26 五月 2020 | 00:52:26,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838.h +26 五月 2020 | 00:52:26,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceOrientation895964084MethodDeclarations.h +26 五月 2020 | 00:52:26,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276.h +26 五月 2020 | 00:52:26,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838MethodDeclarations.h +26 五月 2020 | 00:52:26,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276MethodDeclarations.h +26 五月 2020 | 00:52:26,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946.h +26 五月 2020 | 00:52:26,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DeviceType2044541946MethodDeclarations.h +26 五月 2020 | 00:52:26,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508.h +26 五月 2020 | 00:52:26,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008.h +26 五月 2020 | 00:52:26,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508MethodDeclarations.h +26 五月 2020 | 00:52:26,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950.h +26 五月 2020 | 00:52:26,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008MethodDeclarations.h +26 五月 2020 | 00:52:26,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_DisallowMultipleComponent2656950MethodDeclarations.h +26 五月 2020 | 00:52:26,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276.h +26 五月 2020 | 00:52:26,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276MethodDeclarations.h +26 五月 2020 | 00:52:26,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048.h +26 五月 2020 | 00:52:26,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348.h +26 五月 2020 | 00:52:26,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008.h +26 五月 2020 | 00:52:26,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048MethodDeclarations.h +26 五月 2020 | 00:52:26,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display3666191348MethodDeclarations.h +26 五月 2020 | 00:52:26,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342.h +26 五月 2020 | 00:52:26,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008MethodDeclarations.h +26 五月 2020 | 00:52:26,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815.h +26 五月 2020 | 00:52:26,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342MethodDeclarations.h +26 五月 2020 | 00:52:26,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048.h +26 五月 2020 | 00:52:26,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Display_DisplaysUpdatedDel3423469815MethodDeclarations.h +26 五月 2020 | 00:52:26,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077.h +26 五月 2020 | 00:52:26,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077MethodDeclarations.h +26 五月 2020 | 00:52:26,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048MethodDeclarations.h +26 五月 2020 | 00:52:26,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042.h +26 五月 2020 | 00:52:26,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342.h +26 五月 2020 | 00:52:26,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653.h +26 五月 2020 | 00:52:26,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Event3028476042MethodDeclarations.h +26 五月 2020 | 00:52:26,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342MethodDeclarations.h +26 五月 2020 | 00:52:26,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474.h +26 五月 2020 | 00:52:26,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077.h +26 五月 2020 | 00:52:26,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventModifiers2690251474MethodDeclarations.h +26 五月 2020 | 00:52:26,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077MethodDeclarations.h +26 五月 2020 | 00:52:26,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026.h +26 五月 2020 | 00:52:26,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_EventType3919834026MethodDeclarations.h +26 五月 2020 | 00:52:26,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653MethodDeclarations.h +26 五月 2020 | 00:52:26,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721.h +26 五月 2020 | 00:52:26,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152.h +26 五月 2020 | 00:52:26,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152MethodDeclarations.h +26 五月 2020 | 00:52:26,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_ArgumentCache4810721MethodDeclarations.h +26 五月 2020 | 00:52:26,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340.h +26 五月 2020 | 00:52:26,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340MethodDeclarations.h +26 五月 2020 | 00:52:26,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821.h +26 五月 2020 | 00:52:26,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821MethodDeclarations.h +26 五月 2020 | 00:52:26,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636.h +26 五月 2020 | 00:52:26,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636MethodDeclarations.h +26 五月 2020 | 00:52:26,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795.h +26 五月 2020 | 00:52:26,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795MethodDeclarations.h +26 五月 2020 | 00:52:26,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840.h +26 五月 2020 | 00:52:26,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_BaseInvokableCall2229564840MethodDeclarations.h +26 五月 2020 | 00:52:26,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653.h +26 五月 2020 | 00:52:26,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755.h +26 五月 2020 | 00:52:26,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653MethodDeclarations.h +26 五月 2020 | 00:52:26,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753.h +26 五月 2020 | 00:52:26,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755MethodDeclarations.h +26 五月 2020 | 00:52:26,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152.h +26 五月 2020 | 00:52:26,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_InvokableCallList2295673753MethodDeclarations.h +26 五月 2020 | 00:52:26,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152MethodDeclarations.h +26 五月 2020 | 00:52:26,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332.h +26 五月 2020 | 00:52:26,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332MethodDeclarations.h +26 五月 2020 | 00:52:26,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340.h +26 五月 2020 | 00:52:26,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469.h +26 五月 2020 | 00:52:26,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149.h +26 五月 2020 | 00:52:26,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340MethodDeclarations.h +26 五月 2020 | 00:52:26,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCall3793436469MethodDeclarations.h +26 五月 2020 | 00:52:26,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149MethodDeclarations.h +26 五月 2020 | 00:52:26,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821.h +26 五月 2020 | 00:52:26,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082.h +26 五月 2020 | 00:52:26,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714.h +26 五月 2020 | 00:52:26,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821MethodDeclarations.h +26 五月 2020 | 00:52:26,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714MethodDeclarations.h +26 五月 2020 | 00:52:26,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentCallGroup339478082MethodDeclarations.h +26 五月 2020 | 00:52:26,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636.h +26 五月 2020 | 00:52:26,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234.h +26 五月 2020 | 00:52:26,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000.h +26 五月 2020 | 00:52:26,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_PersistentListenerMo857969000MethodDeclarations.h +26 五月 2020 | 00:52:26,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234MethodDeclarations.h +26 五月 2020 | 00:52:26,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636MethodDeclarations.h +26 五月 2020 | 00:52:26,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511.h +26 五月 2020 | 00:52:26,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862.h +26 五月 2020 | 00:52:26,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862MethodDeclarations.h +26 五月 2020 | 00:52:26,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795.h +26 五月 2020 | 00:52:26,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction4025899511MethodDeclarations.h +26 五月 2020 | 00:52:26,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795MethodDeclarations.h +26 五月 2020 | 00:52:26,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178.h +26 五月 2020 | 00:52:26,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417.h +26 五月 2020 | 00:52:26,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755.h +26 五月 2020 | 00:52:26,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178MethodDeclarations.h +26 五月 2020 | 00:52:26,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755MethodDeclarations.h +26 五月 2020 | 00:52:26,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen3051495417MethodDeclarations.h +26 五月 2020 | 00:52:26,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556.h +26 五月 2020 | 00:52:26,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556MethodDeclarations.h +26 五月 2020 | 00:52:26,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332.h +26 五月 2020 | 00:52:26,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046.h +26 五月 2020 | 00:52:26,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332MethodDeclarations.h +26 五月 2020 | 00:52:26,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927.h +26 五月 2020 | 00:52:26,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_1_gen4056035046MethodDeclarations.h +26 五月 2020 | 00:52:26,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149.h +26 五月 2020 | 00:52:26,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927MethodDeclarations.h +26 五月 2020 | 00:52:26,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547.h +26 五月 2020 | 00:52:26,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149MethodDeclarations.h +26 五月 2020 | 00:52:26,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298.h +26 五月 2020 | 00:52:26,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen1903595547MethodDeclarations.h +26 五月 2020 | 00:52:26,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714.h +26 五月 2020 | 00:52:26,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298MethodDeclarations.h +26 五月 2020 | 00:52:26,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282.h +26 五月 2020 | 00:52:26,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714MethodDeclarations.h +26 五月 2020 | 00:52:26,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957.h +26 五月 2020 | 00:52:26,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen3784905282MethodDeclarations.h +26 五月 2020 | 00:52:26,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234.h +26 五月 2020 | 00:52:26,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957MethodDeclarations.h +26 五月 2020 | 00:52:26,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234MethodDeclarations.h +26 五月 2020 | 00:52:26,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774.h +26 五月 2020 | 00:52:26,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820.h +26 五月 2020 | 00:52:26,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862.h +26 五月 2020 | 00:52:26,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityAction_2_gen606618774MethodDeclarations.h +26 五月 2020 | 00:52:26,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862MethodDeclarations.h +26 五月 2020 | 00:52:26,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820MethodDeclarations.h +26 五月 2020 | 00:52:26,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097.h +26 五月 2020 | 00:52:26,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178.h +26 五月 2020 | 00:52:26,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003.h +26 五月 2020 | 00:52:26,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178MethodDeclarations.h +26 五月 2020 | 00:52:26,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003MethodDeclarations.h +26 五月 2020 | 00:52:26,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556.h +26 五月 2020 | 00:52:26,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583.h +26 五月 2020 | 00:52:26,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556MethodDeclarations.h +26 五月 2020 | 00:52:26,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927.h +26 五月 2020 | 00:52:26,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927MethodDeclarations.h +26 五月 2020 | 00:52:26,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298.h +26 五月 2020 | 00:52:26,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298MethodDeclarations.h +26 五月 2020 | 00:52:26,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957.h +26 五月 2020 | 00:52:26,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583MethodDeclarations.h +26 五月 2020 | 00:52:26,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent408735097MethodDeclarations.h +26 五月 2020 | 00:52:26,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576.h +26 五月 2020 | 00:52:26,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957MethodDeclarations.h +26 五月 2020 | 00:52:26,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283.h +26 五月 2020 | 00:52:26,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820.h +26 五月 2020 | 00:52:26,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventBase828812576MethodDeclarations.h +26 五月 2020 | 00:52:26,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283MethodDeclarations.h +26 五月 2020 | 00:52:26,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182.h +26 五月 2020 | 00:52:26,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820MethodDeclarations.h +26 五月 2020 | 00:52:26,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449.h +26 五月 2020 | 00:52:26,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEventCallState3420894182MethodDeclarations.h +26 五月 2020 | 00:52:26,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003.h +26 五月 2020 | 00:52:26,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449MethodDeclarations.h +26 五月 2020 | 00:52:26,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310.h +26 五月 2020 | 00:52:26,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003MethodDeclarations.h +26 五月 2020 | 00:52:26,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104.h +26 五月 2020 | 00:52:26,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_1_gen2727799310MethodDeclarations.h +26 五月 2020 | 00:52:26,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583.h +26 五月 2020 | 00:52:26,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104MethodDeclarations.h +26 五月 2020 | 00:52:26,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904.h +26 五月 2020 | 00:52:26,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583MethodDeclarations.h +26 五月 2020 | 00:52:26,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198.h +26 五月 2020 | 00:52:26,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_2_gen1372135904MethodDeclarations.h +26 五月 2020 | 00:52:26,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198MethodDeclarations.h +26 五月 2020 | 00:52:26,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283.h +26 五月 2020 | 00:52:26,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088.h +26 五月 2020 | 00:52:26,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045.h +26 五月 2020 | 00:52:26,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_3_gen3149477088MethodDeclarations.h +26 五月 2020 | 00:52:26,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045MethodDeclarations.h +26 五月 2020 | 00:52:26,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283MethodDeclarations.h +26 五月 2020 | 00:52:26,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934.h +26 五月 2020 | 00:52:26,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620.h +26 五月 2020 | 00:52:26,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449.h +26 五月 2020 | 00:52:26,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Events_UnityEvent_4_gen2935245934MethodDeclarations.h +26 五月 2020 | 00:52:26,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620MethodDeclarations.h +26 五月 2020 | 00:52:26,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449MethodDeclarations.h +26 五月 2020 | 00:52:26,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143.h +26 五月 2020 | 00:52:26,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972.h +26 五月 2020 | 00:52:26,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104.h +26 五月 2020 | 00:52:26,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExecuteInEditMode3043633143MethodDeclarations.h +26 五月 2020 | 00:52:26,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972MethodDeclarations.h +26 五月 2020 | 00:52:26,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104MethodDeclarations.h +26 五月 2020 | 00:52:26,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098.h +26 五月 2020 | 00:52:26,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824.h +26 五月 2020 | 00:52:26,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198.h +26 五月 2020 | 00:52:26,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ExitGUIException1618397098MethodDeclarations.h +26 五月 2020 | 00:52:26,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198MethodDeclarations.h +26 五月 2020 | 00:52:26,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824MethodDeclarations.h +26 五月 2020 | 00:52:26,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278.h +26 五月 2020 | 00:52:26,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045.h +26 五月 2020 | 00:52:26,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380.h +26 五月 2020 | 00:52:26,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1693994278MethodDeclarations.h +26 五月 2020 | 00:52:26,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045MethodDeclarations.h +26 五月 2020 | 00:52:26,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380MethodDeclarations.h +26 五月 2020 | 00:52:26,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059.h +26 五月 2020 | 00:52:26,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952.h +26 五月 2020 | 00:52:26,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620.h +26 五月 2020 | 00:52:26,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim1808633952MethodDeclarations.h +26 五月 2020 | 00:52:26,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059MethodDeclarations.h +26 五月 2020 | 00:52:26,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620MethodDeclarations.h +26 五月 2020 | 00:52:26,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555.h +26 五月 2020 | 00:52:26,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972.h +26 五月 2020 | 00:52:26,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291.h +26 五月 2020 | 00:52:26,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291MethodDeclarations.h +26 五月 2020 | 00:52:26,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972MethodDeclarations.h +26 五月 2020 | 00:52:26,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Anim4078305555MethodDeclarations.h +26 五月 2020 | 00:52:26,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145.h +26 五月 2020 | 00:52:26,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824.h +26 五月 2020 | 00:52:26,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547.h +26 五月 2020 | 00:52:26,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145MethodDeclarations.h +26 五月 2020 | 00:52:26,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824MethodDeclarations.h +26 五月 2020 | 00:52:26,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Cust3423099547MethodDeclarations.h +26 五月 2020 | 00:52:26,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251.h +26 五月 2020 | 00:52:26,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380.h +26 五月 2020 | 00:52:26,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340.h +26 五月 2020 | 00:52:26,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380MethodDeclarations.h +26 五月 2020 | 00:52:26,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251MethodDeclarations.h +26 五月 2020 | 00:52:26,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2898383340MethodDeclarations.h +26 五月 2020 | 00:52:26,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059.h +26 五月 2020 | 00:52:26,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548.h +26 五月 2020 | 00:52:26,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465.h +26 五月 2020 | 00:52:26,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059MethodDeclarations.h +26 五月 2020 | 00:52:26,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548MethodDeclarations.h +26 五月 2020 | 00:52:26,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Dire2947922465MethodDeclarations.h +26 五月 2020 | 00:52:26,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291.h +26 五月 2020 | 00:52:26,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117.h +26 五月 2020 | 00:52:26,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291MethodDeclarations.h +26 五月 2020 | 00:52:26,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295.h +26 五月 2020 | 00:52:26,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117MethodDeclarations.h +26 五月 2020 | 00:52:26,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Fram1120735295MethodDeclarations.h +26 五月 2020 | 00:52:26,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145.h +26 五月 2020 | 00:52:26,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041.h +26 五月 2020 | 00:52:26,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145MethodDeclarations.h +26 五月 2020 | 00:52:26,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994.h +26 五月 2020 | 00:52:26,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041MethodDeclarations.h +26 五月 2020 | 00:52:26,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251.h +26 五月 2020 | 00:52:26,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Gener788733994MethodDeclarations.h +26 五月 2020 | 00:52:26,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767.h +26 五月 2020 | 00:52:26,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251MethodDeclarations.h +26 五月 2020 | 00:52:26,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767MethodDeclarations.h +26 五月 2020 | 00:52:26,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729.h +26 五月 2020 | 00:52:26,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548.h +26 五月 2020 | 00:52:26,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play2968292729MethodDeclarations.h +26 五月 2020 | 00:52:26,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958.h +26 五月 2020 | 00:52:26,608 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548MethodDeclarations.h +26 五月 2020 | 00:52:26,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958MethodDeclarations.h +26 五月 2020 | 00:52:26,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433.h +26 五月 2020 | 00:52:26,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884.h +26 五月 2020 | 00:52:26,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117.h +26 五月 2020 | 00:52:26,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884MethodDeclarations.h +26 五月 2020 | 00:52:26,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3250302433MethodDeclarations.h +26 五月 2020 | 00:52:26,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529.h +26 五月 2020 | 00:52:26,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529MethodDeclarations.h +26 五月 2020 | 00:52:26,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117MethodDeclarations.h +26 五月 2020 | 00:52:26,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548.h +26 五月 2020 | 00:52:26,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041.h +26 五月 2020 | 00:52:26,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557.h +26 五月 2020 | 00:52:26,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557MethodDeclarations.h +26 五月 2020 | 00:52:26,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Play3667545548MethodDeclarations.h +26 五月 2020 | 00:52:26,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041MethodDeclarations.h +26 五月 2020 | 00:52:26,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156.h +26 五月 2020 | 00:52:26,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717.h +26 五月 2020 | 00:52:26,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156MethodDeclarations.h +26 五月 2020 | 00:52:26,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767.h +26 五月 2020 | 00:52:26,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526.h +26 五月 2020 | 00:52:26,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Experimental_Director_Scri4067966717MethodDeclarations.h +26 五月 2020 | 00:52:26,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767MethodDeclarations.h +26 五月 2020 | 00:52:26,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526MethodDeclarations.h +26 五月 2020 | 00:52:26,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902.h +26 五月 2020 | 00:52:26,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FFTWindow2870052902MethodDeclarations.h +26 五月 2020 | 00:52:26,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402.h +26 五月 2020 | 00:52:26,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958.h +26 五月 2020 | 00:52:26,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402MethodDeclarations.h +26 五月 2020 | 00:52:26,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958MethodDeclarations.h +26 五月 2020 | 00:52:26,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199.h +26 五月 2020 | 00:52:26,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FilterMode10814199MethodDeclarations.h +26 五月 2020 | 00:52:26,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362.h +26 五月 2020 | 00:52:26,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884.h +26 五月 2020 | 00:52:26,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362MethodDeclarations.h +26 五月 2020 | 00:52:26,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884MethodDeclarations.h +26 五月 2020 | 00:52:26,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314.h +26 五月 2020 | 00:52:26,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643.h +26 五月 2020 | 00:52:26,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Flare2826966314MethodDeclarations.h +26 五月 2020 | 00:52:26,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529.h +26 五月 2020 | 00:52:26,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643MethodDeclarations.h +26 五月 2020 | 00:52:26,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529MethodDeclarations.h +26 五月 2020 | 00:52:26,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659.h +26 五月 2020 | 00:52:26,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524.h +26 五月 2020 | 00:52:26,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FogMode2386547659MethodDeclarations.h +26 五月 2020 | 00:52:26,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557.h +26 五月 2020 | 00:52:26,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524MethodDeclarations.h +26 五月 2020 | 00:52:26,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557MethodDeclarations.h +26 五月 2020 | 00:52:26,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691.h +26 五月 2020 | 00:52:26,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162.h +26 五月 2020 | 00:52:26,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156.h +26 五月 2020 | 00:52:26,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162MethodDeclarations.h +26 五月 2020 | 00:52:26,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font4239498691MethodDeclarations.h +26 五月 2020 | 00:52:26,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156MethodDeclarations.h +26 五月 2020 | 00:52:26,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231.h +26 五月 2020 | 00:52:26,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526.h +26 五月 2020 | 00:52:26,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590.h +26 五月 2020 | 00:52:26,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231MethodDeclarations.h +26 五月 2020 | 00:52:26,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526MethodDeclarations.h +26 五月 2020 | 00:52:26,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_FontStyle2764949590MethodDeclarations.h +26 五月 2020 | 00:52:26,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472.h +26 五月 2020 | 00:52:26,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402.h +26 五月 2020 | 00:52:26,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033.h +26 五月 2020 | 00:52:26,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472MethodDeclarations.h +26 五月 2020 | 00:52:26,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402MethodDeclarations.h +26 五月 2020 | 00:52:26,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Font_FontTextureRebuildCal1272078033MethodDeclarations.h +26 五月 2020 | 00:52:26,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940.h +26 五月 2020 | 00:52:26,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362.h +26 五月 2020 | 00:52:26,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940MethodDeclarations.h +26 五月 2020 | 00:52:26,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252.h +26 五月 2020 | 00:52:26,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362MethodDeclarations.h +26 五月 2020 | 00:52:26,643 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ForceMode1856518252MethodDeclarations.h +26 五月 2020 | 00:52:26,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531.h +26 五月 2020 | 00:52:26,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643.h +26 五月 2020 | 00:52:26,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531MethodDeclarations.h +26 五月 2020 | 00:52:26,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205.h +26 五月 2020 | 00:52:26,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643MethodDeclarations.h +26 五月 2020 | 00:52:26,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693.h +26 五月 2020 | 00:52:26,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524.h +26 五月 2020 | 00:52:26,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GL1765937205MethodDeclarations.h +26 五月 2020 | 00:52:26,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693MethodDeclarations.h +26 五月 2020 | 00:52:26,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524MethodDeclarations.h +26 五月 2020 | 00:52:26,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951.h +26 五月 2020 | 00:52:26,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831.h +26 五月 2020 | 00:52:26,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162.h +26 五月 2020 | 00:52:26,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI4082743951MethodDeclarations.h +26 五月 2020 | 00:52:26,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162MethodDeclarations.h +26 五月 2020 | 00:52:26,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831MethodDeclarations.h +26 五月 2020 | 00:52:26,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000.h +26 五月 2020 | 00:52:26,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231.h +26 五月 2020 | 00:52:26,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500.h +26 五月 2020 | 00:52:26,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231MethodDeclarations.h +26 五月 2020 | 00:52:26,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIContent4210063000MethodDeclarations.h +26 五月 2020 | 00:52:26,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500MethodDeclarations.h +26 五月 2020 | 00:52:26,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472.h +26 五月 2020 | 00:52:26,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797.h +26 五月 2020 | 00:52:26,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472MethodDeclarations.h +26 五月 2020 | 00:52:26,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940.h +26 五月 2020 | 00:52:26,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940MethodDeclarations.h +26 五月 2020 | 00:52:26,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531.h +26 五月 2020 | 00:52:26,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531MethodDeclarations.h +26 五月 2020 | 00:52:26,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693.h +26 五月 2020 | 00:52:26,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693MethodDeclarations.h +26 五月 2020 | 00:52:26,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797MethodDeclarations.h +26 五月 2020 | 00:52:26,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831.h +26 五月 2020 | 00:52:26,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831MethodDeclarations.h +26 五月 2020 | 00:52:26,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500.h +26 五月 2020 | 00:52:26,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500MethodDeclarations.h +26 五月 2020 | 00:52:26,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797.h +26 五月 2020 | 00:52:26,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797MethodDeclarations.h +26 五月 2020 | 00:52:26,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162.h +26 五月 2020 | 00:52:26,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162MethodDeclarations.h +26 五月 2020 | 00:52:26,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080.h +26 五月 2020 | 00:52:26,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080MethodDeclarations.h +26 五月 2020 | 00:52:26,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650.h +26 五月 2020 | 00:52:26,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099.h +26 五月 2020 | 00:52:26,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIElement3381083099MethodDeclarations.h +26 五月 2020 | 00:52:26,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650MethodDeclarations.h +26 五月 2020 | 00:52:26,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162.h +26 五月 2020 | 00:52:26,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162MethodDeclarations.h +26 五月 2020 | 00:52:26,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877.h +26 五月 2020 | 00:52:26,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080.h +26 五月 2020 | 00:52:26,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877MethodDeclarations.h +26 五月 2020 | 00:52:26,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080MethodDeclarations.h +26 五月 2020 | 00:52:26,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650.h +26 五月 2020 | 00:52:26,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650MethodDeclarations.h +26 五月 2020 | 00:52:26,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877.h +26 五月 2020 | 00:52:26,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877MethodDeclarations.h +26 五月 2020 | 00:52:26,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478.h +26 五月 2020 | 00:52:26,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayer3254902478MethodDeclarations.h +26 五月 2020 | 00:52:26,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657.h +26 五月 2020 | 00:52:26,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayout2579273657MethodDeclarations.h +26 五月 2020 | 00:52:26,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629.h +26 五月 2020 | 00:52:26,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutEntry3828586629MethodDeclarations.h +26 五月 2020 | 00:52:26,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388.h +26 五月 2020 | 00:52:26,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutGroup3975363388MethodDeclarations.h +26 五月 2020 | 00:52:26,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904.h +26 五月 2020 | 00:52:26,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption4183744904MethodDeclarations.h +26 五月 2020 | 00:52:26,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706.h +26 五月 2020 | 00:52:26,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411.h +26 五月 2020 | 00:52:26,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutOption_Type4024155706MethodDeclarations.h +26 五月 2020 | 00:52:26,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411MethodDeclarations.h +26 五月 2020 | 00:52:26,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873.h +26 五月 2020 | 00:52:26,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168.h +26 五月 2020 | 00:52:26,758 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411.h +26 五月 2020 | 00:52:26,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility996096873MethodDeclarations.h +26 五月 2020 | 00:52:26,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168MethodDeclarations.h +26 五月 2020 | 00:52:26,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045.h +26 五月 2020 | 00:52:26,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411MethodDeclarations.h +26 五月 2020 | 00:52:26,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776.h +26 五月 2020 | 00:52:26,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168.h +26 五月 2020 | 00:52:26,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUILayoutUtility_LayoutCac3120781045MethodDeclarations.h +26 五月 2020 | 00:52:26,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776MethodDeclarations.h +26 五月 2020 | 00:52:26,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567.h +26 五月 2020 | 00:52:26,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168MethodDeclarations.h +26 五月 2020 | 00:52:26,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938.h +26 五月 2020 | 00:52:26,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIScrollGroup755788567MethodDeclarations.h +26 五月 2020 | 00:52:26,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776.h +26 五月 2020 | 00:52:26,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938MethodDeclarations.h +26 五月 2020 | 00:52:26,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320.h +26 五月 2020 | 00:52:26,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776MethodDeclarations.h +26 五月 2020 | 00:52:26,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348.h +26 五月 2020 | 00:52:26,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISettings622856320MethodDeclarations.h +26 五月 2020 | 00:52:26,768 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938.h +26 五月 2020 | 00:52:26,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348MethodDeclarations.h +26 五月 2020 | 00:52:26,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342.h +26 五月 2020 | 00:52:26,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938MethodDeclarations.h +26 五月 2020 | 00:52:26,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058.h +26 五月 2020 | 00:52:26,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348.h +26 五月 2020 | 00:52:26,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058MethodDeclarations.h +26 五月 2020 | 00:52:26,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348MethodDeclarations.h +26 五月 2020 | 00:52:26,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175.h +26 五月 2020 | 00:52:26,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058.h +26 五月 2020 | 00:52:26,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175MethodDeclarations.h +26 五月 2020 | 00:52:26,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058MethodDeclarations.h +26 五月 2020 | 00:52:26,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407.h +26 五月 2020 | 00:52:26,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175.h +26 五月 2020 | 00:52:26,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407MethodDeclarations.h +26 五月 2020 | 00:52:26,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175MethodDeclarations.h +26 五月 2020 | 00:52:26,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699.h +26 五月 2020 | 00:52:26,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407.h +26 五月 2020 | 00:52:26,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699MethodDeclarations.h +26 五月 2020 | 00:52:26,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407MethodDeclarations.h +26 五月 2020 | 00:52:26,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699.h +26 五月 2020 | 00:52:26,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699MethodDeclarations.h +26 五月 2020 | 00:52:26,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin1436893342MethodDeclarations.h +26 五月 2020 | 00:52:26,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336.h +26 五月 2020 | 00:52:26,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUISkin_SkinChangedDelegat3594822336MethodDeclarations.h +26 五月 2020 | 00:52:26,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754.h +26 五月 2020 | 00:52:26,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyle1799908754MethodDeclarations.h +26 五月 2020 | 00:52:26,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545.h +26 五月 2020 | 00:52:26,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIStyleState3801000545MethodDeclarations.h +26 五月 2020 | 00:52:26,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421.h +26 五月 2020 | 00:52:26,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421MethodDeclarations.h +26 五月 2020 | 00:52:26,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421.h +26 五月 2020 | 00:52:26,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421MethodDeclarations.h +26 五月 2020 | 00:52:26,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180.h +26 五月 2020 | 00:52:26,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354.h +26 五月 2020 | 00:52:26,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354MethodDeclarations.h +26 五月 2020 | 00:52:26,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346.h +26 五月 2020 | 00:52:26,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354.h +26 五月 2020 | 00:52:26,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUITargetAttribute863467180MethodDeclarations.h +26 五月 2020 | 00:52:26,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346MethodDeclarations.h +26 五月 2020 | 00:52:26,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354MethodDeclarations.h +26 五月 2020 | 00:52:26,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671.h +26 五月 2020 | 00:52:26,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164.h +26 五月 2020 | 00:52:26,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346.h +26 五月 2020 | 00:52:26,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164MethodDeclarations.h +26 五月 2020 | 00:52:26,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUIUtility3275770671MethodDeclarations.h +26 五月 2020 | 00:52:26,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346MethodDeclarations.h +26 五月 2020 | 00:52:26,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961.h +26 五月 2020 | 00:52:26,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924.h +26 五月 2020 | 00:52:26,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164.h +26 五月 2020 | 00:52:26,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_ScrollViewState2792222924MethodDeclarations.h +26 五月 2020 | 00:52:26,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961MethodDeclarations.h +26 五月 2020 | 00:52:26,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164MethodDeclarations.h +26 五月 2020 | 00:52:26,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455.h +26 五月 2020 | 00:52:26,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650.h +26 五月 2020 | 00:52:26,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961.h +26 五月 2020 | 00:52:26,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GUI_WindowFunction3486805455MethodDeclarations.h +26 五月 2020 | 00:52:26,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650MethodDeclarations.h +26 五月 2020 | 00:52:26,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961MethodDeclarations.h +26 五月 2020 | 00:52:26,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859.h +26 五月 2020 | 00:52:26,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147.h +26 五月 2020 | 00:52:26,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650.h +26 五月 2020 | 00:52:26,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_GameObject1756533147MethodDeclarations.h +26 五月 2020 | 00:52:26,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650MethodDeclarations.h +26 五月 2020 | 00:52:26,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859MethodDeclarations.h +26 五月 2020 | 00:52:26,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859.h +26 五月 2020 | 00:52:26,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419.h +26 五月 2020 | 00:52:26,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419MethodDeclarations.h +26 五月 2020 | 00:52:26,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573.h +26 五月 2020 | 00:52:26,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859MethodDeclarations.h +26 五月 2020 | 00:52:26,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729.h +26 五月 2020 | 00:52:26,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gizmos2256232573MethodDeclarations.h +26 五月 2020 | 00:52:26,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729MethodDeclarations.h +26 五月 2020 | 00:52:26,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008.h +26 五月 2020 | 00:52:26,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gradient3600583008MethodDeclarations.h +26 五月 2020 | 00:52:26,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155.h +26 五月 2020 | 00:52:26,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638.h +26 五月 2020 | 00:52:26,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Graphics2412809155MethodDeclarations.h +26 五月 2020 | 00:52:26,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638MethodDeclarations.h +26 五月 2020 | 00:52:26,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817.h +26 五月 2020 | 00:52:26,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071.h +26 五月 2020 | 00:52:26,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Gyroscope1705362817MethodDeclarations.h +26 五月 2020 | 00:52:26,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071MethodDeclarations.h +26 五月 2020 | 00:52:26,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937.h +26 五月 2020 | 00:52:26,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731.h +26 五月 2020 | 00:52:26,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Hash1282836532937MethodDeclarations.h +26 五月 2020 | 00:52:26,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731MethodDeclarations.h +26 五月 2020 | 00:52:26,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199.h +26 五月 2020 | 00:52:26,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HideFlags1434274199MethodDeclarations.h +26 五月 2020 | 00:52:26,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151.h +26 五月 2020 | 00:52:26,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151MethodDeclarations.h +26 五月 2020 | 00:52:26,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970.h +26 五月 2020 | 00:52:26,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HostData3480691970MethodDeclarations.h +26 五月 2020 | 00:52:26,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928.h +26 五月 2020 | 00:52:26,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBodyBones1322940928MethodDeclarations.h +26 五月 2020 | 00:52:26,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151.h +26 五月 2020 | 00:52:26,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanBone1529896151MethodDeclarations.h +26 五月 2020 | 00:52:26,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419.h +26 五月 2020 | 00:52:26,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648.h +26 五月 2020 | 00:52:26,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_HumanLimit250797648MethodDeclarations.h +26 五月 2020 | 00:52:26,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419MethodDeclarations.h +26 五月 2020 | 00:52:26,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838.h +26 五月 2020 | 00:52:26,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729.h +26 五月 2020 | 00:52:26,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467.h +26 五月 2020 | 00:52:26,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729MethodDeclarations.h +26 五月 2020 | 00:52:26,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467MethodDeclarations.h +26 五月 2020 | 00:52:26,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IL2CPPStructAlignmentAttrib130316838MethodDeclarations.h +26 五月 2020 | 00:52:26,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638.h +26 五月 2020 | 00:52:26,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508.h +26 五月 2020 | 00:52:26,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869.h +26 五月 2020 | 00:52:26,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638MethodDeclarations.h +26 五月 2020 | 00:52:26,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_IMECompositionMode1898275508MethodDeclarations.h +26 五月 2020 | 00:52:26,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869MethodDeclarations.h +26 五月 2020 | 00:52:26,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071.h +26 五月 2020 | 00:52:26,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276.h +26 五月 2020 | 00:52:26,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ImagePosition3491916276MethodDeclarations.h +26 五月 2020 | 00:52:26,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879.h +26 五月 2020 | 00:52:26,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071MethodDeclarations.h +26 五月 2020 | 00:52:26,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879MethodDeclarations.h +26 五月 2020 | 00:52:26,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008.h +26 五月 2020 | 00:52:26,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731.h +26 五月 2020 | 00:52:26,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001.h +26 五月 2020 | 00:52:26,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Input1785128008MethodDeclarations.h +26 五月 2020 | 00:52:26,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731MethodDeclarations.h +26 五月 2020 | 00:52:26,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001MethodDeclarations.h +26 五月 2020 | 00:52:26,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048.h +26 五月 2020 | 00:52:26,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151.h +26 五月 2020 | 00:52:26,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DefaultValueAttri1027170048MethodDeclarations.h +26 五月 2020 | 00:52:26,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151MethodDeclarations.h +26 五月 2020 | 00:52:26,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204.h +26 五月 2020 | 00:52:26,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342.h +26 五月 2020 | 00:52:26,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467.h +26 五月 2020 | 00:52:26,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204MethodDeclarations.h +26 五月 2020 | 00:52:26,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawArguments2834709342MethodDeclarations.h +26 五月 2020 | 00:52:26,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467MethodDeclarations.h +26 五月 2020 | 00:52:26,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525.h +26 五月 2020 | 00:52:26,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077.h +26 五月 2020 | 00:52:26,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869.h +26 五月 2020 | 00:52:26,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_DrawWithTextSelec1327795077MethodDeclarations.h +26 五月 2020 | 00:52:26,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525MethodDeclarations.h +26 五月 2020 | 00:52:26,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653.h +26 五月 2020 | 00:52:26,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869MethodDeclarations.h +26 五月 2020 | 00:52:26,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065.h +26 五月 2020 | 00:52:26,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065MethodDeclarations.h +26 五月 2020 | 00:52:26,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Internal_ExcludeFromDocsAtt665825653MethodDeclarations.h +26 五月 2020 | 00:52:26,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879.h +26 五月 2020 | 00:52:26,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879MethodDeclarations.h +26 五月 2020 | 00:52:26,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062.h +26 五月 2020 | 00:52:26,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152.h +26 五月 2020 | 00:52:26,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_KeyCode2283395152MethodDeclarations.h +26 五月 2020 | 00:52:26,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001.h +26 五月 2020 | 00:52:26,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062MethodDeclarations.h +26 五月 2020 | 00:52:26,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340.h +26 五月 2020 | 00:52:26,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001MethodDeclarations.h +26 五月 2020 | 00:52:26,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918.h +26 五月 2020 | 00:52:26,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204.h +26 五月 2020 | 00:52:26,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Keyframe1449471340MethodDeclarations.h +26 五月 2020 | 00:52:26,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918MethodDeclarations.h +26 五月 2020 | 00:52:26,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821.h +26 五月 2020 | 00:52:26,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204MethodDeclarations.h +26 五月 2020 | 00:52:26,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726.h +26 五月 2020 | 00:52:26,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726MethodDeclarations.h +26 五月 2020 | 00:52:26,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LayerMask3188175821MethodDeclarations.h +26 五月 2020 | 00:52:26,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525.h +26 五月 2020 | 00:52:26,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560.h +26 五月 2020 | 00:52:26,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560MethodDeclarations.h +26 五月 2020 | 00:52:26,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423.h +26 五月 2020 | 00:52:26,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636.h +26 五月 2020 | 00:52:26,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423MethodDeclarations.h +26 五月 2020 | 00:52:26,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525MethodDeclarations.h +26 五月 2020 | 00:52:26,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Light494725636MethodDeclarations.h +26 五月 2020 | 00:52:26,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065.h +26 五月 2020 | 00:52:26,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517.h +26 五月 2020 | 00:52:26,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065MethodDeclarations.h +26 五月 2020 | 00:52:26,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795.h +26 五月 2020 | 00:52:26,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517MethodDeclarations.h +26 五月 2020 | 00:52:26,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightRenderMode1959276795MethodDeclarations.h +26 五月 2020 | 00:52:26,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062.h +26 五月 2020 | 00:52:26,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224.h +26 五月 2020 | 00:52:26,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755.h +26 五月 2020 | 00:52:26,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062MethodDeclarations.h +26 五月 2020 | 00:52:26,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224MethodDeclarations.h +26 五月 2020 | 00:52:26,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightShadows747769755MethodDeclarations.h +26 五月 2020 | 00:52:26,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918.h +26 五月 2020 | 00:52:26,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774.h +26 五月 2020 | 00:52:26,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332.h +26 五月 2020 | 00:52:26,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918MethodDeclarations.h +26 五月 2020 | 00:52:26,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774MethodDeclarations.h +26 五月 2020 | 00:52:26,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LightType2348405332MethodDeclarations.h +26 五月 2020 | 00:52:26,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726.h +26 五月 2020 | 00:52:26,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320.h +26 五月 2020 | 00:52:26,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149.h +26 五月 2020 | 00:52:26,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726MethodDeclarations.h +26 五月 2020 | 00:52:26,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320MethodDeclarations.h +26 五月 2020 | 00:52:26,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationInfo1364725149MethodDeclarations.h +26 五月 2020 | 00:52:26,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560.h +26 五月 2020 | 00:52:26,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626.h +26 五月 2020 | 00:52:26,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560MethodDeclarations.h +26 五月 2020 | 00:52:26,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714.h +26 五月 2020 | 00:52:26,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423.h +26 五月 2020 | 00:52:26,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626MethodDeclarations.h +26 五月 2020 | 00:52:26,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationService1617852714MethodDeclarations.h +26 五月 2020 | 00:52:26,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427.h +26 五月 2020 | 00:52:26,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234.h +26 五月 2020 | 00:52:26,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423MethodDeclarations.h +26 五月 2020 | 00:52:26,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LocationServiceStatus2482073234MethodDeclarations.h +26 五月 2020 | 00:52:26,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427MethodDeclarations.h +26 五月 2020 | 00:52:26,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517.h +26 五月 2020 | 00:52:26,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862.h +26 五月 2020 | 00:52:26,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182.h +26 五月 2020 | 00:52:26,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517MethodDeclarations.h +26 五月 2020 | 00:52:26,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_LogType1559732862MethodDeclarations.h +26 五月 2020 | 00:52:26,928 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182MethodDeclarations.h +26 五月 2020 | 00:52:26,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224.h +26 五月 2020 | 00:52:26,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178.h +26 五月 2020 | 00:52:26,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228.h +26 五月 2020 | 00:52:26,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224MethodDeclarations.h +26 五月 2020 | 00:52:26,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Logger3328995178MethodDeclarations.h +26 五月 2020 | 00:52:26,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774.h +26 五月 2020 | 00:52:26,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556.h +26 五月 2020 | 00:52:26,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MatchTargetWeightMask296470556MethodDeclarations.h +26 五月 2020 | 00:52:26,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228MethodDeclarations.h +26 五月 2020 | 00:52:26,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774MethodDeclarations.h +26 五月 2020 | 00:52:26,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927.h +26 五月 2020 | 00:52:26,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320.h +26 五月 2020 | 00:52:26,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933.h +26 五月 2020 | 00:52:26,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Material193706927MethodDeclarations.h +26 五月 2020 | 00:52:26,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933MethodDeclarations.h +26 五月 2020 | 00:52:26,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298.h +26 五月 2020 | 00:52:26,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225.h +26 五月 2020 | 00:52:26,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialGlobalIllumination3972433298MethodDeclarations.h +26 五月 2020 | 00:52:26,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320MethodDeclarations.h +26 五月 2020 | 00:52:26,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626.h +26 五月 2020 | 00:52:26,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626MethodDeclarations.h +26 五月 2020 | 00:52:26,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427.h +26 五月 2020 | 00:52:26,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427MethodDeclarations.h +26 五月 2020 | 00:52:26,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182.h +26 五月 2020 | 00:52:26,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182MethodDeclarations.h +26 五月 2020 | 00:52:26,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228.h +26 五月 2020 | 00:52:26,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228MethodDeclarations.h +26 五月 2020 | 00:52:26,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933.h +26 五月 2020 | 00:52:26,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225MethodDeclarations.h +26 五月 2020 | 00:52:26,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957.h +26 五月 2020 | 00:52:26,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933MethodDeclarations.h +26 五月 2020 | 00:52:26,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180.h +26 五月 2020 | 00:52:26,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MaterialPropertyBlock3303648957MethodDeclarations.h +26 五月 2020 | 00:52:26,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225.h +26 五月 2020 | 00:52:26,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180MethodDeclarations.h +26 五月 2020 | 00:52:26,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820.h +26 五月 2020 | 00:52:26,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225MethodDeclarations.h +26 五月 2020 | 00:52:26,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968.h +26 五月 2020 | 00:52:26,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mathf2336485820MethodDeclarations.h +26 五月 2020 | 00:52:26,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180.h +26 五月 2020 | 00:52:26,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968MethodDeclarations.h +26 五月 2020 | 00:52:26,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003.h +26 五月 2020 | 00:52:26,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180MethodDeclarations.h +26 五月 2020 | 00:52:26,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662.h +26 五月 2020 | 00:52:26,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Matrix4x42933234003MethodDeclarations.h +26 五月 2020 | 00:52:26,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968.h +26 五月 2020 | 00:52:26,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662MethodDeclarations.h +26 五月 2020 | 00:52:26,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583.h +26 五月 2020 | 00:52:26,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968MethodDeclarations.h +26 五月 2020 | 00:52:26,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217.h +26 五月 2020 | 00:52:26,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh1356156583MethodDeclarations.h +26 五月 2020 | 00:52:26,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662.h +26 五月 2020 | 00:52:26,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217MethodDeclarations.h +26 五月 2020 | 00:52:26,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283.h +26 五月 2020 | 00:52:26,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662MethodDeclarations.h +26 五月 2020 | 00:52:26,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535.h +26 五月 2020 | 00:52:26,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshCollider2718867283MethodDeclarations.h +26 五月 2020 | 00:52:26,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535MethodDeclarations.h +26 五月 2020 | 00:52:26,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217.h +26 五月 2020 | 00:52:26,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217MethodDeclarations.h +26 五月 2020 | 00:52:26,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449.h +26 五月 2020 | 00:52:26,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923.h +26 五月 2020 | 00:52:26,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535.h +26 五月 2020 | 00:52:26,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshFilter3026937449MethodDeclarations.h +26 五月 2020 | 00:52:26,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923MethodDeclarations.h +26 五月 2020 | 00:52:26,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535MethodDeclarations.h +26 五月 2020 | 00:52:26,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468.h +26 五月 2020 | 00:52:26,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104.h +26 五月 2020 | 00:52:26,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923.h +26 五月 2020 | 00:52:26,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468MethodDeclarations.h +26 五月 2020 | 00:52:26,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MeshRenderer1268241104MethodDeclarations.h +26 五月 2020 | 00:52:26,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923MethodDeclarations.h +26 五月 2020 | 00:52:26,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372.h +26 五月 2020 | 00:52:26,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198.h +26 五月 2020 | 00:52:26,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372MethodDeclarations.h +26 五月 2020 | 00:52:26,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalShaderChannel3331827198MethodDeclarations.h +26 五月 2020 | 00:52:26,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468.h +26 五月 2020 | 00:52:26,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468MethodDeclarations.h +26 五月 2020 | 00:52:26,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565.h +26 五月 2020 | 00:52:26,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045.h +26 五月 2020 | 00:52:26,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372.h +26 五月 2020 | 00:52:26,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Mesh_InternalVertexChannel2178520045MethodDeclarations.h +26 五月 2020 | 00:52:26,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565MethodDeclarations.h +26 五月 2020 | 00:52:26,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372MethodDeclarations.h +26 五月 2020 | 00:52:26,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620.h +26 五月 2020 | 00:52:26,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819.h +26 五月 2020 | 00:52:26,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819MethodDeclarations.h +26 五月 2020 | 00:52:26,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565.h +26 五月 2020 | 00:52:26,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Microphone4086488620MethodDeclarations.h +26 五月 2020 | 00:52:26,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413.h +26 五月 2020 | 00:52:26,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565MethodDeclarations.h +26 五月 2020 | 00:52:26,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972.h +26 五月 2020 | 00:52:26,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413MethodDeclarations.h +26 五月 2020 | 00:52:26,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819.h +26 五月 2020 | 00:52:26,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MonoBehaviour1158329972MethodDeclarations.h +26 五月 2020 | 00:52:26,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492.h +26 五月 2020 | 00:52:26,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819MethodDeclarations.h +26 五月 2020 | 00:52:26,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492MethodDeclarations.h +26 五月 2020 | 00:52:26,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824.h +26 五月 2020 | 00:52:26,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413.h +26 五月 2020 | 00:52:26,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675.h +26 五月 2020 | 00:52:26,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413MethodDeclarations.h +26 五月 2020 | 00:52:26,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Motion2415020824MethodDeclarations.h +26 五月 2020 | 00:52:26,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675MethodDeclarations.h +26 五月 2020 | 00:52:26,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492.h +26 五月 2020 | 00:52:26,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949.h +26 五月 2020 | 00:52:26,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380.h +26 五月 2020 | 00:52:26,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492MethodDeclarations.h +26 五月 2020 | 00:52:26,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_MotionVectorGenerationMode3710137380MethodDeclarations.h +26 五月 2020 | 00:52:26,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949MethodDeclarations.h +26 五月 2020 | 00:52:26,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675.h +26 五月 2020 | 00:52:26,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675MethodDeclarations.h +26 五月 2020 | 00:52:26,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059.h +26 五月 2020 | 00:52:26,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513.h +26 五月 2020 | 00:52:26,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513MethodDeclarations.h +26 五月 2020 | 00:52:26,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949.h +26 五月 2020 | 00:52:26,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkMessageInfo614064059MethodDeclarations.h +26 五月 2020 | 00:52:26,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544.h +26 五月 2020 | 00:52:26,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949MethodDeclarations.h +26 五月 2020 | 00:52:26,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544MethodDeclarations.h +26 五月 2020 | 00:52:26,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291.h +26 五月 2020 | 00:52:27,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513.h +26 五月 2020 | 00:52:27,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513MethodDeclarations.h +26 五月 2020 | 00:52:27,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855.h +26 五月 2020 | 00:52:27,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkPlayer1243528291MethodDeclarations.h +26 五月 2020 | 00:52:27,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855MethodDeclarations.h +26 五月 2020 | 00:52:27,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544.h +26 五月 2020 | 00:52:27,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544MethodDeclarations.h +26 五月 2020 | 00:52:27,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145.h +26 五月 2020 | 00:52:27,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkReachability1092747145MethodDeclarations.h +26 五月 2020 | 00:52:27,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892.h +26 五月 2020 | 00:52:27,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855.h +26 五月 2020 | 00:52:27,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892MethodDeclarations.h +26 五月 2020 | 00:52:27,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855MethodDeclarations.h +26 五月 2020 | 00:52:27,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148.h +26 五月 2020 | 00:52:27,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892.h +26 五月 2020 | 00:52:27,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148MethodDeclarations.h +26 五月 2020 | 00:52:27,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892MethodDeclarations.h +26 五月 2020 | 00:52:27,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828.h +26 五月 2020 | 00:52:27,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251.h +26 五月 2020 | 00:52:27,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148.h +26 五月 2020 | 00:52:27,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828MethodDeclarations.h +26 五月 2020 | 00:52:27,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148MethodDeclarations.h +26 五月 2020 | 00:52:27,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkView172525251MethodDeclarations.h +26 五月 2020 | 00:52:27,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434.h +26 五月 2020 | 00:52:27,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828.h +26 五月 2020 | 00:52:27,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548.h +26 五月 2020 | 00:52:27,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434MethodDeclarations.h +26 五月 2020 | 00:52:27,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828MethodDeclarations.h +26 五月 2020 | 00:52:27,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_NetworkViewID3942988548MethodDeclarations.h +26 五月 2020 | 00:52:27,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504.h +26 五月 2020 | 00:52:27,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434.h +26 五月 2020 | 00:52:27,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504MethodDeclarations.h +26 五月 2020 | 00:52:27,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434MethodDeclarations.h +26 五月 2020 | 00:52:27,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117.h +26 五月 2020 | 00:52:27,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159.h +26 五月 2020 | 00:52:27,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159MethodDeclarations.h +26 五月 2020 | 00:52:27,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Object1021602117MethodDeclarations.h +26 五月 2020 | 00:52:27,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504.h +26 五月 2020 | 00:52:27,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198.h +26 五月 2020 | 00:52:27,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504MethodDeclarations.h +26 五月 2020 | 00:52:27,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198MethodDeclarations.h +26 五月 2020 | 00:52:27,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041.h +26 五月 2020 | 00:52:27,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159.h +26 五月 2020 | 00:52:27,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159MethodDeclarations.h +26 五月 2020 | 00:52:27,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem3394631041MethodDeclarations.h +26 五月 2020 | 00:52:27,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198.h +26 五月 2020 | 00:52:27,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767.h +26 五月 2020 | 00:52:27,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198MethodDeclarations.h +26 五月 2020 | 00:52:27,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemAnimationType509305767MethodDeclarations.h +26 五月 2020 | 00:52:27,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731.h +26 五月 2020 | 00:52:27,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958.h +26 五月 2020 | 00:52:27,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731.h +26 五月 2020 | 00:52:27,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionMod2113920958MethodDeclarations.h +26 五月 2020 | 00:52:27,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731MethodDeclarations.h +26 五月 2020 | 00:52:27,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731MethodDeclarations.h +26 五月 2020 | 00:52:27,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884.h +26 五月 2020 | 00:52:27,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241.h +26 五月 2020 | 00:52:27,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionQua2713805884MethodDeclarations.h +26 五月 2020 | 00:52:27,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241MethodDeclarations.h +26 五月 2020 | 00:52:27,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241.h +26 五月 2020 | 00:52:27,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241MethodDeclarations.h +26 五月 2020 | 00:52:27,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529.h +26 五月 2020 | 00:52:27,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493.h +26 五月 2020 | 00:52:27,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCollisionTyp2973934529MethodDeclarations.h +26 五月 2020 | 00:52:27,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493MethodDeclarations.h +26 五月 2020 | 00:52:27,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493.h +26 五月 2020 | 00:52:27,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493MethodDeclarations.h +26 五月 2020 | 00:52:27,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557.h +26 五月 2020 | 00:52:27,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032.h +26 五月 2020 | 00:52:27,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCurveMode1659312557MethodDeclarations.h +26 五月 2020 | 00:52:27,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032.h +26 五月 2020 | 00:52:27,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156.h +26 五月 2020 | 00:52:27,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032MethodDeclarations.h +26 五月 2020 | 00:52:27,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemCustomData2750547156MethodDeclarations.h +26 五月 2020 | 00:52:27,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728.h +26 五月 2020 | 00:52:27,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032MethodDeclarations.h +26 五月 2020 | 00:52:27,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526.h +26 五月 2020 | 00:52:27,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728MethodDeclarations.h +26 五月 2020 | 00:52:27,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemEmissionType3837795526MethodDeclarations.h +26 五月 2020 | 00:52:27,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728.h +26 五月 2020 | 00:52:27,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402.h +26 五月 2020 | 00:52:27,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377.h +26 五月 2020 | 00:52:27,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemGradientMode4205168402MethodDeclarations.h +26 五月 2020 | 00:52:27,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728MethodDeclarations.h +26 五月 2020 | 00:52:27,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377MethodDeclarations.h +26 五月 2020 | 00:52:27,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377.h +26 五月 2020 | 00:52:27,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362.h +26 五月 2020 | 00:52:27,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemInheritVeloci482534362MethodDeclarations.h +26 五月 2020 | 00:52:27,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643.h +26 五月 2020 | 00:52:27,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemMeshShapeTyp1023661643MethodDeclarations.h +26 五月 2020 | 00:52:27,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524.h +26 五月 2020 | 00:52:27,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemNoiseQuality1471167524MethodDeclarations.h +26 五月 2020 | 00:52:27,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162.h +26 五月 2020 | 00:52:27,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemOverlapActio1744476162MethodDeclarations.h +26 五月 2020 | 00:52:27,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017.h +26 五月 2020 | 00:52:27,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231.h +26 五月 2020 | 00:52:27,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377MethodDeclarations.h +26 五月 2020 | 00:52:27,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemScalingMode366697231MethodDeclarations.h +26 五月 2020 | 00:52:27,056 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017MethodDeclarations.h +26 五月 2020 | 00:52:27,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017.h +26 五月 2020 | 00:52:27,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472.h +26 五月 2020 | 00:52:27,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897.h +26 五月 2020 | 00:52:27,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemShapeType2783609472MethodDeclarations.h +26 五月 2020 | 00:52:27,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017MethodDeclarations.h +26 五月 2020 | 00:52:27,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897MethodDeclarations.h +26 五月 2020 | 00:52:27,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940.h +26 五月 2020 | 00:52:27,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemSimulationSp3554150940MethodDeclarations.h +26 五月 2020 | 00:52:27,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897.h +26 五月 2020 | 00:52:27,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191.h +26 五月 2020 | 00:52:27,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897MethodDeclarations.h +26 五月 2020 | 00:52:27,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531.h +26 五月 2020 | 00:52:27,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191.h +26 五月 2020 | 00:52:27,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191MethodDeclarations.h +26 五月 2020 | 00:52:27,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemStopBehavior3921148531MethodDeclarations.h +26 五月 2020 | 00:52:27,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191MethodDeclarations.h +26 五月 2020 | 00:52:27,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631.h +26 五月 2020 | 00:52:27,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631MethodDeclarations.h +26 五月 2020 | 00:52:27,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693.h +26 五月 2020 | 00:52:27,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631.h +26 五月 2020 | 00:52:27,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystemTrailTexture1294573693MethodDeclarations.h +26 五月 2020 | 00:52:27,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413.h +26 五月 2020 | 00:52:27,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631MethodDeclarations.h +26 五月 2020 | 00:52:27,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413MethodDeclarations.h +26 五月 2020 | 00:52:27,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831.h +26 五月 2020 | 00:52:27,070 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413.h +26 五月 2020 | 00:52:27,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_CollisionMo2408302831MethodDeclarations.h +26 五月 2020 | 00:52:27,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413MethodDeclarations.h +26 五月 2020 | 00:52:27,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573.h +26 五月 2020 | 00:52:27,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500.h +26 五月 2020 | 00:52:27,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573MethodDeclarations.h +26 五月 2020 | 00:52:27,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573.h +26 五月 2020 | 00:52:27,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorBySpee3282895500MethodDeclarations.h +26 五月 2020 | 00:52:27,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573MethodDeclarations.h +26 五月 2020 | 00:52:27,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967.h +26 五月 2020 | 00:52:27,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967MethodDeclarations.h +26 五月 2020 | 00:52:27,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797.h +26 五月 2020 | 00:52:27,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967.h +26 五月 2020 | 00:52:27,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967MethodDeclarations.h +26 五月 2020 | 00:52:27,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439.h +26 五月 2020 | 00:52:27,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439MethodDeclarations.h +26 五月 2020 | 00:52:27,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ColorOverLif474557797MethodDeclarations.h +26 五月 2020 | 00:52:27,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439.h +26 五月 2020 | 00:52:27,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439MethodDeclarations.h +26 五月 2020 | 00:52:27,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666.h +26 五月 2020 | 00:52:27,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162.h +26 五月 2020 | 00:52:27,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666.h +26 五月 2020 | 00:52:27,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666MethodDeclarations.h +26 五月 2020 | 00:52:27,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmissionMod2748003162MethodDeclarations.h +26 五月 2020 | 00:52:27,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666MethodDeclarations.h +26 五月 2020 | 00:52:27,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080.h +26 五月 2020 | 00:52:27,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965.h +26 五月 2020 | 00:52:27,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_EmitParams1656680080MethodDeclarations.h +26 五月 2020 | 00:52:27,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965.h +26 五月 2020 | 00:52:27,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965MethodDeclarations.h +26 五月 2020 | 00:52:27,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650.h +26 五月 2020 | 00:52:27,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965MethodDeclarations.h +26 五月 2020 | 00:52:27,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932.h +26 五月 2020 | 00:52:27,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932MethodDeclarations.h +26 五月 2020 | 00:52:27,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ExternalFor2596349650MethodDeclarations.h +26 五月 2020 | 00:52:27,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932.h +26 五月 2020 | 00:52:27,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932MethodDeclarations.h +26 五月 2020 | 00:52:27,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042.h +26 五月 2020 | 00:52:27,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877.h +26 五月 2020 | 00:52:27,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042.h +26 五月 2020 | 00:52:27,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042MethodDeclarations.h +26 五月 2020 | 00:52:27,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ForceOverLi3255358877MethodDeclarations.h +26 五月 2020 | 00:52:27,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042MethodDeclarations.h +26 五月 2020 | 00:52:27,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636.h +26 五月 2020 | 00:52:27,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636MethodDeclarations.h +26 五月 2020 | 00:52:27,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636.h +26 五月 2020 | 00:52:27,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411.h +26 五月 2020 | 00:52:27,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470.h +26 五月 2020 | 00:52:27,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636MethodDeclarations.h +26 五月 2020 | 00:52:27,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_InheritVelo1475438411MethodDeclarations.h +26 五月 2020 | 00:52:27,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470MethodDeclarations.h +26 五月 2020 | 00:52:27,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470.h +26 五月 2020 | 00:52:27,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168.h +26 五月 2020 | 00:52:27,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472.h +26 五月 2020 | 00:52:27,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470MethodDeclarations.h +26 五月 2020 | 00:52:27,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472MethodDeclarations.h +26 五月 2020 | 00:52:27,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_IteratorDel2419492168MethodDeclarations.h +26 五月 2020 | 00:52:27,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472.h +26 五月 2020 | 00:52:27,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776.h +26 五月 2020 | 00:52:27,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468.h +26 五月 2020 | 00:52:27,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472MethodDeclarations.h +26 五月 2020 | 00:52:27,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468.h +26 五月 2020 | 00:52:27,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468MethodDeclarations.h +26 五月 2020 | 00:52:27,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LightsModul3164805776MethodDeclarations.h +26 五月 2020 | 00:52:27,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951.h +26 五月 2020 | 00:52:27,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938.h +26 五月 2020 | 00:52:27,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468MethodDeclarations.h +26 五月 2020 | 00:52:27,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951MethodDeclarations.h +26 五月 2020 | 00:52:27,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_LimitVeloci1878180938MethodDeclarations.h +26 五月 2020 | 00:52:27,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951.h +26 五月 2020 | 00:52:27,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032.h +26 五月 2020 | 00:52:27,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951MethodDeclarations.h +26 五月 2020 | 00:52:27,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348.h +26 五月 2020 | 00:52:27,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032MethodDeclarations.h +26 五月 2020 | 00:52:27,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032.h +26 五月 2020 | 00:52:27,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MainModule6751348MethodDeclarations.h +26 五月 2020 | 00:52:27,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055.h +26 五月 2020 | 00:52:27,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032MethodDeclarations.h +26 五月 2020 | 00:52:27,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058.h +26 五月 2020 | 00:52:27,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055.h +26 五月 2020 | 00:52:27,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055MethodDeclarations.h +26 五月 2020 | 00:52:27,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxCurve122563058MethodDeclarations.h +26 五月 2020 | 00:52:27,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055MethodDeclarations.h +26 五月 2020 | 00:52:27,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018.h +26 五月 2020 | 00:52:27,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175.h +26 五月 2020 | 00:52:27,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018.h +26 五月 2020 | 00:52:27,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018MethodDeclarations.h +26 五月 2020 | 00:52:27,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_MinMaxGradi3708298175MethodDeclarations.h +26 五月 2020 | 00:52:27,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018MethodDeclarations.h +26 五月 2020 | 00:52:27,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462.h +26 五月 2020 | 00:52:27,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407.h +26 五月 2020 | 00:52:27,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462.h +26 五月 2020 | 00:52:27,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462MethodDeclarations.h +26 五月 2020 | 00:52:27,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_NoiseModule1635569407MethodDeclarations.h +26 五月 2020 | 00:52:27,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462MethodDeclarations.h +26 五月 2020 | 00:52:27,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664.h +26 五月 2020 | 00:52:27,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699.h +26 五月 2020 | 00:52:27,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664.h +26 五月 2020 | 00:52:27,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_Particle250075699MethodDeclarations.h +26 五月 2020 | 00:52:27,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664MethodDeclarations.h +26 五月 2020 | 00:52:27,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664MethodDeclarations.h +26 五月 2020 | 00:52:27,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563.h +26 五月 2020 | 00:52:27,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421.h +26 五月 2020 | 00:52:27,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563.h +26 五月 2020 | 00:52:27,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563MethodDeclarations.h +26 五月 2020 | 00:52:27,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationBySp538896421MethodDeclarations.h +26 五月 2020 | 00:52:27,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951.h +26 五月 2020 | 00:52:27,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563MethodDeclarations.h +26 五月 2020 | 00:52:27,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354.h +26 五月 2020 | 00:52:27,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951.h +26 五月 2020 | 00:52:27,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951MethodDeclarations.h +26 五月 2020 | 00:52:27,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_RotationOve2204422354MethodDeclarations.h +26 五月 2020 | 00:52:27,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951MethodDeclarations.h +26 五月 2020 | 00:52:27,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683.h +26 五月 2020 | 00:52:27,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346.h +26 五月 2020 | 00:52:27,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683MethodDeclarations.h +26 五月 2020 | 00:52:27,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683.h +26 五月 2020 | 00:52:27,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683MethodDeclarations.h +26 五月 2020 | 00:52:27,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_ShapeModule2888832346MethodDeclarations.h +26 五月 2020 | 00:52:27,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201.h +26 五月 2020 | 00:52:27,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201.h +26 五月 2020 | 00:52:27,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201MethodDeclarations.h +26 五月 2020 | 00:52:27,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164.h +26 五月 2020 | 00:52:27,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201MethodDeclarations.h +26 五月 2020 | 00:52:27,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882.h +26 五月 2020 | 00:52:27,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeBySpeed1187519164MethodDeclarations.h +26 五月 2020 | 00:52:27,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882.h +26 五月 2020 | 00:52:27,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882MethodDeclarations.h +26 五月 2020 | 00:52:27,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882MethodDeclarations.h +26 五月 2020 | 00:52:27,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961.h +26 五月 2020 | 00:52:27,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209.h +26 五月 2020 | 00:52:27,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209.h +26 五月 2020 | 00:52:27,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209MethodDeclarations.h +26 五月 2020 | 00:52:27,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209MethodDeclarations.h +26 五月 2020 | 00:52:27,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847.h +26 五月 2020 | 00:52:27,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847.h +26 五月 2020 | 00:52:27,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SizeOverLif4234313961MethodDeclarations.h +26 五月 2020 | 00:52:27,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847MethodDeclarations.h +26 五月 2020 | 00:52:27,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847MethodDeclarations.h +26 五月 2020 | 00:52:27,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650.h +26 五月 2020 | 00:52:27,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476.h +26 五月 2020 | 00:52:27,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476MethodDeclarations.h +26 五月 2020 | 00:52:27,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476.h +26 五月 2020 | 00:52:27,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_SubEmitters3103792650MethodDeclarations.h +26 五月 2020 | 00:52:27,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476MethodDeclarations.h +26 五月 2020 | 00:52:27,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316.h +26 五月 2020 | 00:52:27,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859.h +26 五月 2020 | 00:52:27,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316MethodDeclarations.h +26 五月 2020 | 00:52:27,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316.h +26 五月 2020 | 00:52:27,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316MethodDeclarations.h +26 五月 2020 | 00:52:27,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032.h +26 五月 2020 | 00:52:27,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TextureShee4262561859MethodDeclarations.h +26 五月 2020 | 00:52:27,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032.h +26 五月 2020 | 00:52:27,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032MethodDeclarations.h +26 五月 2020 | 00:52:27,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419.h +26 五月 2020 | 00:52:27,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138.h +26 五月 2020 | 00:52:27,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TrailModule3782588419MethodDeclarations.h +26 五月 2020 | 00:52:27,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032MethodDeclarations.h +26 五月 2020 | 00:52:27,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138MethodDeclarations.h +26 五月 2020 | 00:52:27,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138.h +26 五月 2020 | 00:52:27,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729.h +26 五月 2020 | 00:52:27,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149.h +26 五月 2020 | 00:52:27,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138MethodDeclarations.h +26 五月 2020 | 00:52:27,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_TriggerModu2774521729MethodDeclarations.h +26 五月 2020 | 00:52:27,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149MethodDeclarations.h +26 五月 2020 | 00:52:27,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149.h +26 五月 2020 | 00:52:27,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444.h +26 五月 2020 | 00:52:27,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149MethodDeclarations.h +26 五月 2020 | 00:52:27,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444MethodDeclarations.h +26 五月 2020 | 00:52:27,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444.h +26 五月 2020 | 00:52:27,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052.h +26 五月 2020 | 00:52:27,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444MethodDeclarations.h +26 五月 2020 | 00:52:27,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052MethodDeclarations.h +26 五月 2020 | 00:52:27,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052.h +26 五月 2020 | 00:52:27,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238.h +26 五月 2020 | 00:52:27,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052MethodDeclarations.h +26 五月 2020 | 00:52:27,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238.h +26 五月 2020 | 00:52:27,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238MethodDeclarations.h +26 五月 2020 | 00:52:27,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929.h +26 五月 2020 | 00:52:27,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638.h +26 五月 2020 | 00:52:27,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238MethodDeclarations.h +26 五月 2020 | 00:52:27,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CSimulate2337761638MethodDeclarations.h +26 五月 2020 | 00:52:27,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929MethodDeclarations.h +26 五月 2020 | 00:52:27,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929.h +26 五月 2020 | 00:52:27,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071.h +26 五月 2020 | 00:52:27,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851.h +26 五月 2020 | 00:52:27,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929MethodDeclarations.h +26 五月 2020 | 00:52:27,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_U3CStopU3Ec1810852071MethodDeclarations.h +26 五月 2020 | 00:52:27,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851MethodDeclarations.h +26 五月 2020 | 00:52:27,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851.h +26 五月 2020 | 00:52:27,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731.h +26 五月 2020 | 00:52:27,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625.h +26 五月 2020 | 00:52:27,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851MethodDeclarations.h +26 五月 2020 | 00:52:27,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ParticleSystem_VelocityOve2506587731MethodDeclarations.h +26 五月 2020 | 00:52:27,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625MethodDeclarations.h +26 五月 2020 | 00:52:27,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625.h +26 五月 2020 | 00:52:27,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151.h +26 五月 2020 | 00:52:27,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625MethodDeclarations.h +26 五月 2020 | 00:52:27,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151.h +26 五月 2020 | 00:52:27,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PhysicMaterial578636151MethodDeclarations.h +26 五月 2020 | 00:52:27,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151.h +26 五月 2020 | 00:52:27,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151MethodDeclarations.h +26 五月 2020 | 00:52:27,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467.h +26 五月 2020 | 00:52:27,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151MethodDeclarations.h +26 五月 2020 | 00:52:27,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639.h +26 五月 2020 | 00:52:27,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics2D2540166467MethodDeclarations.h +26 五月 2020 | 00:52:27,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639.h +26 五月 2020 | 00:52:27,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639MethodDeclarations.h +26 五月 2020 | 00:52:27,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639MethodDeclarations.h +26 五月 2020 | 00:52:27,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869.h +26 五月 2020 | 00:52:27,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150.h +26 五月 2020 | 00:52:27,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150.h +26 五月 2020 | 00:52:27,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Physics634932869MethodDeclarations.h +26 五月 2020 | 00:52:27,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150MethodDeclarations.h +26 五月 2020 | 00:52:27,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150MethodDeclarations.h +26 五月 2020 | 00:52:27,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879.h +26 五月 2020 | 00:52:27,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940.h +26 五月 2020 | 00:52:27,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayMode1184682879MethodDeclarations.h +26 五月 2020 | 00:52:27,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940.h +26 五月 2020 | 00:52:27,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940MethodDeclarations.h +26 五月 2020 | 00:52:27,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001.h +26 五月 2020 | 00:52:27,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940MethodDeclarations.h +26 五月 2020 | 00:52:27,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962.h +26 五月 2020 | 00:52:27,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefs3325146001MethodDeclarations.h +26 五月 2020 | 00:52:27,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962.h +26 五月 2020 | 00:52:27,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962MethodDeclarations.h +26 五月 2020 | 00:52:27,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204.h +26 五月 2020 | 00:52:27,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962MethodDeclarations.h +26 五月 2020 | 00:52:27,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607.h +26 五月 2020 | 00:52:27,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PlayerPrefsException3229544204MethodDeclarations.h +26 五月 2020 | 00:52:27,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607.h +26 五月 2020 | 00:52:27,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607MethodDeclarations.h +26 五月 2020 | 00:52:27,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525.h +26 五月 2020 | 00:52:27,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607MethodDeclarations.h +26 五月 2020 | 00:52:27,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PreferBinarySerialization2472773525MethodDeclarations.h +26 五月 2020 | 00:52:27,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667.h +26 五月 2020 | 00:52:27,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065.h +26 五月 2020 | 00:52:27,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667MethodDeclarations.h +26 五月 2020 | 00:52:27,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_PrimitiveType2454390065MethodDeclarations.h +26 五月 2020 | 00:52:27,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667.h +26 五月 2020 | 00:52:27,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435.h +26 五月 2020 | 00:52:27,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667MethodDeclarations.h +26 五月 2020 | 00:52:27,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062.h +26 五月 2020 | 00:52:27,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435MethodDeclarations.h +26 五月 2020 | 00:52:27,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435.h +26 五月 2020 | 00:52:27,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270.h +26 五月 2020 | 00:52:27,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QualitySettings3238033062MethodDeclarations.h +26 五月 2020 | 00:52:27,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435MethodDeclarations.h +26 五月 2020 | 00:52:27,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270MethodDeclarations.h +26 五月 2020 | 00:52:27,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918.h +26 五月 2020 | 00:52:27,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270.h +26 五月 2020 | 00:52:27,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806.h +26 五月 2020 | 00:52:27,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270MethodDeclarations.h +26 五月 2020 | 00:52:27,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Quaternion4030073918MethodDeclarations.h +26 五月 2020 | 00:52:27,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806MethodDeclarations.h +26 五月 2020 | 00:52:27,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806.h +26 五月 2020 | 00:52:27,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726.h +26 五月 2020 | 00:52:27,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355.h +26 五月 2020 | 00:52:27,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806MethodDeclarations.h +26 五月 2020 | 00:52:27,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueryTriggerInteraction478029726MethodDeclarations.h +26 五月 2020 | 00:52:27,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355MethodDeclarations.h +26 五月 2020 | 00:52:27,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355.h +26 五月 2020 | 00:52:27,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560.h +26 五月 2020 | 00:52:27,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_QueueMode3724653560MethodDeclarations.h +26 五月 2020 | 00:52:27,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783.h +26 五月 2020 | 00:52:27,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355MethodDeclarations.h +26 五月 2020 | 00:52:27,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423.h +26 五月 2020 | 00:52:27,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783.h +26 五月 2020 | 00:52:27,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783MethodDeclarations.h +26 五月 2020 | 00:52:27,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RPC3323229423MethodDeclarations.h +26 五月 2020 | 00:52:27,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783MethodDeclarations.h +26 五月 2020 | 00:52:27,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493.h +26 五月 2020 | 00:52:27,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493MethodDeclarations.h +26 五月 2020 | 00:52:27,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517.h +26 五月 2020 | 00:52:27,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493.h +26 五月 2020 | 00:52:27,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493MethodDeclarations.h +26 五月 2020 | 00:52:27,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839.h +26 五月 2020 | 00:52:27,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Random1170710517MethodDeclarations.h +26 五月 2020 | 00:52:27,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839.h +26 五月 2020 | 00:52:27,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839MethodDeclarations.h +26 五月 2020 | 00:52:27,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224.h +26 五月 2020 | 00:52:27,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839MethodDeclarations.h +26 五月 2020 | 00:52:27,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329.h +26 五月 2020 | 00:52:27,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Ray2469606224MethodDeclarations.h +26 五月 2020 | 00:52:27,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329MethodDeclarations.h +26 五月 2020 | 00:52:27,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774.h +26 五月 2020 | 00:52:27,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit2D4063908774MethodDeclarations.h +26 五月 2020 | 00:52:27,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832.h +26 五月 2020 | 00:52:27,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832MethodDeclarations.h +26 五月 2020 | 00:52:27,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320.h +26 五月 2020 | 00:52:27,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895.h +26 五月 2020 | 00:52:27,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RaycastHit87180320MethodDeclarations.h +26 五月 2020 | 00:52:27,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895MethodDeclarations.h +26 五月 2020 | 00:52:27,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626.h +26 五月 2020 | 00:52:27,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669.h +26 五月 2020 | 00:52:27,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669MethodDeclarations.h +26 五月 2020 | 00:52:27,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rect3681755626MethodDeclarations.h +26 五月 2020 | 00:52:27,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806.h +26 五月 2020 | 00:52:27,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427.h +26 五月 2020 | 00:52:27,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806MethodDeclarations.h +26 五月 2020 | 00:52:27,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectOffset3387826427MethodDeclarations.h +26 五月 2020 | 00:52:27,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182.h +26 五月 2020 | 00:52:27,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform3349966182MethodDeclarations.h +26 五月 2020 | 00:52:27,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228.h +26 五月 2020 | 00:52:27,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845.h +26 五月 2020 | 00:52:27,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329.h +26 五月 2020 | 00:52:27,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RectTransform_ReapplyDrive2020713228MethodDeclarations.h +26 五月 2020 | 00:52:27,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329MethodDeclarations.h +26 五月 2020 | 00:52:27,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933.h +26 五月 2020 | 00:52:27,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845MethodDeclarations.h +26 五月 2020 | 00:52:27,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ReflectionProbe243565933MethodDeclarations.h +26 五月 2020 | 00:52:27,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832.h +26 五月 2020 | 00:52:27,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411.h +26 五月 2020 | 00:52:27,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832MethodDeclarations.h +26 五月 2020 | 00:52:27,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225.h +26 五月 2020 | 00:52:27,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411MethodDeclarations.h +26 五月 2020 | 00:52:27,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895.h +26 五月 2020 | 00:52:27,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390.h +26 五月 2020 | 00:52:27,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings392466225MethodDeclarations.h +26 五月 2020 | 00:52:27,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895MethodDeclarations.h +26 五月 2020 | 00:52:27,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390MethodDeclarations.h +26 五月 2020 | 00:52:27,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180.h +26 五月 2020 | 00:52:27,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669.h +26 五月 2020 | 00:52:27,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228.h +26 五月 2020 | 00:52:27,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RemoteSettings_UpdatedEven3033456180MethodDeclarations.h +26 五月 2020 | 00:52:27,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669MethodDeclarations.h +26 五月 2020 | 00:52:27,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228MethodDeclarations.h +26 五月 2020 | 00:52:27,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968.h +26 五月 2020 | 00:52:27,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806.h +26 五月 2020 | 00:52:27,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319.h +26 五月 2020 | 00:52:27,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806MethodDeclarations.h +26 五月 2020 | 00:52:27,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBuffer2767087968MethodDeclarations.h +26 五月 2020 | 00:52:27,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319MethodDeclarations.h +26 五月 2020 | 00:52:27,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845.h +26 五月 2020 | 00:52:27,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662.h +26 五月 2020 | 00:52:27,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729.h +26 五月 2020 | 00:52:27,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845MethodDeclarations.h +26 五月 2020 | 00:52:27,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderBufferHelper1943293662MethodDeclarations.h +26 五月 2020 | 00:52:27,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729MethodDeclarations.h +26 五月 2020 | 00:52:27,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411.h +26 五月 2020 | 00:52:27,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217.h +26 五月 2020 | 00:52:27,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411MethodDeclarations.h +26 五月 2020 | 00:52:27,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderMode4280533217MethodDeclarations.h +26 五月 2020 | 00:52:27,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234.h +26 五月 2020 | 00:52:27,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234MethodDeclarations.h +26 五月 2020 | 00:52:27,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390.h +26 五月 2020 | 00:52:27,305 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535.h +26 五月 2020 | 00:52:27,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566.h +26 五月 2020 | 00:52:27,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390MethodDeclarations.h +26 五月 2020 | 00:52:27,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderSettings1057812535MethodDeclarations.h +26 五月 2020 | 00:52:27,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566MethodDeclarations.h +26 五月 2020 | 00:52:27,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228.h +26 五月 2020 | 00:52:27,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923.h +26 五月 2020 | 00:52:27,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228MethodDeclarations.h +26 五月 2020 | 00:52:27,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTexture2666733923MethodDeclarations.h +26 五月 2020 | 00:52:27,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319.h +26 五月 2020 | 00:52:27,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468.h +26 五月 2020 | 00:52:27,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319MethodDeclarations.h +26 五月 2020 | 00:52:27,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureFormat3360518468MethodDeclarations.h +26 五月 2020 | 00:52:27,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372.h +26 五月 2020 | 00:52:27,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderTextureReadWrite2842868372MethodDeclarations.h +26 五月 2020 | 00:52:27,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804.h +26 五月 2020 | 00:52:27,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565.h +26 五月 2020 | 00:52:27,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729.h +26 五月 2020 | 00:52:27,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729MethodDeclarations.h +26 五月 2020 | 00:52:27,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Renderer257310565MethodDeclarations.h +26 五月 2020 | 00:52:27,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804MethodDeclarations.h +26 五月 2020 | 00:52:27,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234.h +26 五月 2020 | 00:52:27,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819.h +26 五月 2020 | 00:52:27,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762.h +26 五月 2020 | 00:52:27,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234MethodDeclarations.h +26 五月 2020 | 00:52:27,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RenderingPath1538007819MethodDeclarations.h +26 五月 2020 | 00:52:27,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762MethodDeclarations.h +26 五月 2020 | 00:52:27,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979.h +26 五月 2020 | 00:52:27,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413.h +26 五月 2020 | 00:52:27,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566.h +26 五月 2020 | 00:52:27,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_AmbientMode3622873413MethodDeclarations.h +26 五月 2020 | 00:52:27,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566MethodDeclarations.h +26 五月 2020 | 00:52:27,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979MethodDeclarations.h +26 五月 2020 | 00:52:27,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492.h +26 五月 2020 | 00:52:27,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883.h +26 五月 2020 | 00:52:27,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_BlendMode1933060492MethodDeclarations.h +26 五月 2020 | 00:52:27,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804.h +26 五月 2020 | 00:52:27,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883MethodDeclarations.h +26 五月 2020 | 00:52:27,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675.h +26 五月 2020 | 00:52:27,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CameraEvent2007842675MethodDeclarations.h +26 五月 2020 | 00:52:27,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420.h +26 五月 2020 | 00:52:27,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804MethodDeclarations.h +26 五月 2020 | 00:52:27,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420MethodDeclarations.h +26 五月 2020 | 00:52:27,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949.h +26 五月 2020 | 00:52:27,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762.h +26 五月 2020 | 00:52:27,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206.h +26 五月 2020 | 00:52:27,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762MethodDeclarations.h +26 五月 2020 | 00:52:27,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_CommandBuffer1204166949MethodDeclarations.h +26 五月 2020 | 00:52:27,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206MethodDeclarations.h +26 五月 2020 | 00:52:27,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979.h +26 五月 2020 | 00:52:27,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513.h +26 五月 2020 | 00:52:27,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_DefaultReflectio1303208513MethodDeclarations.h +26 五月 2020 | 00:52:27,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979MethodDeclarations.h +26 五月 2020 | 00:52:27,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366.h +26 五月 2020 | 00:52:27,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544.h +26 五月 2020 | 00:52:27,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366MethodDeclarations.h +26 五月 2020 | 00:52:27,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883.h +26 五月 2020 | 00:52:27,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightEvent198930544MethodDeclarations.h +26 五月 2020 | 00:52:27,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188.h +26 五月 2020 | 00:52:27,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883MethodDeclarations.h +26 五月 2020 | 00:52:27,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855.h +26 五月 2020 | 00:52:27,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188MethodDeclarations.h +26 五月 2020 | 00:52:27,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightProbeUsage664674855MethodDeclarations.h +26 五月 2020 | 00:52:27,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420.h +26 五月 2020 | 00:52:27,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771.h +26 五月 2020 | 00:52:27,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420MethodDeclarations.h +26 五月 2020 | 00:52:27,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892.h +26 五月 2020 | 00:52:27,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771MethodDeclarations.h +26 五月 2020 | 00:52:27,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_LightShadowResol3142439892MethodDeclarations.h +26 五月 2020 | 00:52:27,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206.h +26 五月 2020 | 00:52:27,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189.h +26 五月 2020 | 00:52:27,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148.h +26 五月 2020 | 00:52:27,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_OpaqueSortMode4095878148MethodDeclarations.h +26 五月 2020 | 00:52:27,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206MethodDeclarations.h +26 五月 2020 | 00:52:27,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189MethodDeclarations.h +26 五月 2020 | 00:52:27,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366.h +26 五月 2020 | 00:52:27,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828.h +26 五月 2020 | 00:52:27,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366MethodDeclarations.h +26 五月 2020 | 00:52:27,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058.h +26 五月 2020 | 00:52:27,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeB2517571828MethodDeclarations.h +26 五月 2020 | 00:52:27,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058MethodDeclarations.h +26 五月 2020 | 00:52:27,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188.h +26 五月 2020 | 00:52:27,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188MethodDeclarations.h +26 五月 2020 | 00:52:27,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434.h +26 五月 2020 | 00:52:27,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ReflectionProbeU1870040434MethodDeclarations.h +26 五月 2020 | 00:52:27,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771.h +26 五月 2020 | 00:52:27,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160.h +26 五月 2020 | 00:52:27,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771MethodDeclarations.h +26 五月 2020 | 00:52:27,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504.h +26 五月 2020 | 00:52:27,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160MethodDeclarations.h +26 五月 2020 | 00:52:27,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferLoad3179183504MethodDeclarations.h +26 五月 2020 | 00:52:27,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189.h +26 五月 2020 | 00:52:27,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535.h +26 五月 2020 | 00:52:27,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159.h +26 五月 2020 | 00:52:27,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189MethodDeclarations.h +26 五月 2020 | 00:52:27,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535MethodDeclarations.h +26 五月 2020 | 00:52:27,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_RenderBufferStor3377373159MethodDeclarations.h +26 五月 2020 | 00:52:27,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412.h +26 五月 2020 | 00:52:27,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198.h +26 五月 2020 | 00:52:27,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058.h +26 五月 2020 | 00:52:27,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412MethodDeclarations.h +26 五月 2020 | 00:52:27,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_ShadowCastingMod4042762198MethodDeclarations.h +26 五月 2020 | 00:52:27,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058MethodDeclarations.h +26 五月 2020 | 00:52:27,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050.h +26 五月 2020 | 00:52:27,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731.h +26 五月 2020 | 00:52:27,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050MethodDeclarations.h +26 五月 2020 | 00:52:27,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160.h +26 五月 2020 | 00:52:27,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_SphericalHarmonic364136731MethodDeclarations.h +26 五月 2020 | 00:52:27,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480.h +26 五月 2020 | 00:52:27,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160MethodDeclarations.h +26 五月 2020 | 00:52:27,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241.h +26 五月 2020 | 00:52:27,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480MethodDeclarations.h +26 五月 2020 | 00:52:27,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_TextureDimension499276241MethodDeclarations.h +26 五月 2020 | 00:52:27,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535.h +26 五月 2020 | 00:52:27,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812.h +26 五月 2020 | 00:52:27,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493.h +26 五月 2020 | 00:52:27,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535MethodDeclarations.h +26 五月 2020 | 00:52:27,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812MethodDeclarations.h +26 五月 2020 | 00:52:27,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rendering_UVChannelFlags4205412493MethodDeclarations.h +26 五月 2020 | 00:52:27,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412.h +26 五月 2020 | 00:52:27,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032.h +26 五月 2020 | 00:52:27,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579.h +26 五月 2020 | 00:52:27,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412MethodDeclarations.h +26 五月 2020 | 00:52:27,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579MethodDeclarations.h +26 五月 2020 | 00:52:27,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050.h +26 五月 2020 | 00:52:27,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RequireComponent864575032MethodDeclarations.h +26 五月 2020 | 00:52:27,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580.h +26 五月 2020 | 00:52:27,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050MethodDeclarations.h +26 五月 2020 | 00:52:27,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728.h +26 五月 2020 | 00:52:27,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580MethodDeclarations.h +26 五月 2020 | 00:52:27,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480.h +26 五月 2020 | 00:52:27,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resolution3693662728MethodDeclarations.h +26 五月 2020 | 00:52:27,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581.h +26 五月 2020 | 00:52:27,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377.h +26 五月 2020 | 00:52:27,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480MethodDeclarations.h +26 五月 2020 | 00:52:27,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581MethodDeclarations.h +26 五月 2020 | 00:52:27,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ResourceRequest2560315377MethodDeclarations.h +26 五月 2020 | 00:52:27,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812.h +26 五月 2020 | 00:52:27,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039.h +26 五月 2020 | 00:52:27,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812MethodDeclarations.h +26 五月 2020 | 00:52:27,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017.h +26 五月 2020 | 00:52:27,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039MethodDeclarations.h +26 五月 2020 | 00:52:27,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579.h +26 五月 2020 | 00:52:27,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Resources339470017MethodDeclarations.h +26 五月 2020 | 00:52:27,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929.h +26 五月 2020 | 00:52:27,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579MethodDeclarations.h +26 五月 2020 | 00:52:27,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897.h +26 五月 2020 | 00:52:27,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody2D502193897MethodDeclarations.h +26 五月 2020 | 00:52:27,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929MethodDeclarations.h +26 五月 2020 | 00:52:27,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580.h +26 五月 2020 | 00:52:27,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191.h +26 五月 2020 | 00:52:27,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756.h +26 五月 2020 | 00:52:27,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580MethodDeclarations.h +26 五月 2020 | 00:52:27,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Rigidbody4233889191MethodDeclarations.h +26 五月 2020 | 00:52:27,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756MethodDeclarations.h +26 五月 2020 | 00:52:27,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581.h +26 五月 2020 | 00:52:27,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631.h +26 五月 2020 | 00:52:27,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201.h +26 五月 2020 | 00:52:27,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyConstraints251614631MethodDeclarations.h +26 五月 2020 | 00:52:27,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581MethodDeclarations.h +26 五月 2020 | 00:52:27,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201MethodDeclarations.h +26 五月 2020 | 00:52:27,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413.h +26 五月 2020 | 00:52:27,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039.h +26 五月 2020 | 00:52:27,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RigidbodyInterpolation993299413MethodDeclarations.h +26 五月 2020 | 00:52:27,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785.h +26 五月 2020 | 00:52:27,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039MethodDeclarations.h +26 五月 2020 | 00:52:27,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785MethodDeclarations.h +26 五月 2020 | 00:52:27,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929.h +26 五月 2020 | 00:52:27,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573.h +26 五月 2020 | 00:52:27,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067.h +26 五月 2020 | 00:52:27,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimeAnimatorController670468573MethodDeclarations.h +26 五月 2020 | 00:52:27,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929MethodDeclarations.h +26 五月 2020 | 00:52:27,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067MethodDeclarations.h +26 五月 2020 | 00:52:27,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967.h +26 五月 2020 | 00:52:27,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756.h +26 五月 2020 | 00:52:27,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857.h +26 五月 2020 | 00:52:27,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_RuntimePlatform1869584967MethodDeclarations.h +26 五月 2020 | 00:52:27,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857MethodDeclarations.h +26 五月 2020 | 00:52:27,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756MethodDeclarations.h +26 五月 2020 | 00:52:27,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439.h +26 五月 2020 | 00:52:27,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_LoadSceneM2981886439MethodDeclarations.h +26 五月 2020 | 00:52:27,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666.h +26 五月 2020 | 00:52:27,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420.h +26 五月 2020 | 00:52:27,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene1684909666MethodDeclarations.h +26 五月 2020 | 00:52:27,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965.h +26 五月 2020 | 00:52:27,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201.h +26 五月 2020 | 00:52:27,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420MethodDeclarations.h +26 五月 2020 | 00:52:27,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_SceneManager90660965MethodDeclarations.h +26 五月 2020 | 00:52:27,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981.h +26 五月 2020 | 00:52:27,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932.h +26 五月 2020 | 00:52:27,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SceneManagement_Scene_Load1929765932MethodDeclarations.h +26 五月 2020 | 00:52:27,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201MethodDeclarations.h +26 五月 2020 | 00:52:27,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981MethodDeclarations.h +26 五月 2020 | 00:52:27,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042.h +26 五月 2020 | 00:52:27,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785.h +26 五月 2020 | 00:52:27,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391.h +26 五月 2020 | 00:52:27,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391MethodDeclarations.h +26 五月 2020 | 00:52:27,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Screen786852042MethodDeclarations.h +26 五月 2020 | 00:52:27,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785MethodDeclarations.h +26 五月 2020 | 00:52:27,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622.h +26 五月 2020 | 00:52:27,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636.h +26 五月 2020 | 00:52:27,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067.h +26 五月 2020 | 00:52:27,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622MethodDeclarations.h +26 五月 2020 | 00:52:27,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScreenOrientation4019489636MethodDeclarations.h +26 五月 2020 | 00:52:27,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067MethodDeclarations.h +26 五月 2020 | 00:52:27,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470.h +26 五月 2020 | 00:52:27,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878.h +26 五月 2020 | 00:52:27,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857.h +26 五月 2020 | 00:52:27,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ScriptableObject1975622470MethodDeclarations.h +26 五月 2020 | 00:52:27,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878MethodDeclarations.h +26 五月 2020 | 00:52:27,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857MethodDeclarations.h +26 五月 2020 | 00:52:27,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472.h +26 五月 2020 | 00:52:27,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895.h +26 五月 2020 | 00:52:27,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420.h +26 五月 2020 | 00:52:27,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895MethodDeclarations.h +26 五月 2020 | 00:52:27,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_RequiredByNative1913052472MethodDeclarations.h +26 五月 2020 | 00:52:27,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468.h +26 五月 2020 | 00:52:27,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420MethodDeclarations.h +26 五月 2020 | 00:52:27,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Scripting_UsedByNativeCode3212052468MethodDeclarations.h +26 五月 2020 | 00:52:27,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnityICallRegistration.cpp +26 五月 2020 | 00:52:27,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981.h +26 五月 2020 | 00:52:27,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951.h +26 五月 2020 | 00:52:27,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMessageOptions1414041951MethodDeclarations.h +26 五月 2020 | 00:52:27,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981MethodDeclarations.h +26 五月 2020 | 00:52:27,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\UnresolvedVirtualCallStubs.cpp +26 五月 2020 | 00:52:27,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032.h +26 五月 2020 | 00:52:27,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391.h +26 五月 2020 | 00:52:27,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391MethodDeclarations.h +26 五月 2020 | 00:52:27,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents3505065032MethodDeclarations.h +26 五月 2020 | 00:52:27,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_ArrayTypes.h +26 五月 2020 | 00:52:27,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622.h +26 五月 2020 | 00:52:27,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055.h +26 五月 2020 | 00:52:27,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Locale4255929014.h +26 五月 2020 | 00:52:27,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622MethodDeclarations.h +26 五月 2020 | 00:52:27,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878.h +26 五月 2020 | 00:52:27,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:27,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SendMouseEvents_HitInfo1761367055MethodDeclarations.h +26 五月 2020 | 00:52:27,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878MethodDeclarations.h +26 五月 2020 | 00:52:27,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199.h +26 五月 2020 | 00:52:27,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895.h +26 五月 2020 | 00:52:27,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018.h +26 五月 2020 | 00:52:27,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199MethodDeclarations.h +26 五月 2020 | 00:52:27,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895MethodDeclarations.h +26 五月 2020 | 00:52:27,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Serialization_FormerlySeri3673080018MethodDeclarations.h +26 五月 2020 | 00:52:27,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830.h +26 五月 2020 | 00:52:27,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830MethodDeclarations.h +26 五月 2020 | 00:52:27,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970.h +26 五月 2020 | 00:52:27,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970MethodDeclarations.h +26 五月 2020 | 00:52:27,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615.h +26 五月 2020 | 00:52:27,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615MethodDeclarations.h +26 五月 2020 | 00:52:27,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792.h +26 五月 2020 | 00:52:27,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792MethodDeclarations.h +26 五月 2020 | 00:52:27,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365.h +26 五月 2020 | 00:52:27,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462.h +26 五月 2020 | 00:52:27,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnityICallRegistration.cpp +26 五月 2020 | 00:52:27,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365MethodDeclarations.h +26 五月 2020 | 00:52:27,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializeField3073427462MethodDeclarations.h +26 五月 2020 | 00:52:27,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726.h +26 五月 2020 | 00:52:27,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\UnresolvedVirtualCallStubs.cpp +26 五月 2020 | 00:52:27,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664.h +26 五月 2020 | 00:52:27,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726MethodDeclarations.h +26 五月 2020 | 00:52:27,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SerializePrivateVariables2241034664MethodDeclarations.h +26 五月 2020 | 00:52:27,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527.h +26 五月 2020 | 00:52:27,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_ArrayTypes.h +26 五月 2020 | 00:52:27,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563.h +26 五月 2020 | 00:52:27,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527MethodDeclarations.h +26 五月 2020 | 00:52:27,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Locale4255929014.h +26 五月 2020 | 00:52:27,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SetupCoroutine3582942563MethodDeclarations.h +26 五月 2020 | 00:52:27,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219.h +26 五月 2020 | 00:52:27,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:27,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951.h +26 五月 2020 | 00:52:27,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219MethodDeclarations.h +26 五月 2020 | 00:52:27,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199.h +26 五月 2020 | 00:52:27,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Shader2430389951MethodDeclarations.h +26 五月 2020 | 00:52:27,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023.h +26 五月 2020 | 00:52:27,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199MethodDeclarations.h +26 五月 2020 | 00:52:27,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830.h +26 五月 2020 | 00:52:27,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683.h +26 五月 2020 | 00:52:27,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023MethodDeclarations.h +26 五月 2020 | 00:52:27,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowProjection2972094683MethodDeclarations.h +26 五月 2020 | 00:52:27,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407.h +26 五月 2020 | 00:52:27,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830MethodDeclarations.h +26 五月 2020 | 00:52:27,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201.h +26 五月 2020 | 00:52:27,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970.h +26 五月 2020 | 00:52:27,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowQuality93257201MethodDeclarations.h +26 五月 2020 | 00:52:27,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407MethodDeclarations.h +26 五月 2020 | 00:52:27,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970MethodDeclarations.h +26 五月 2020 | 00:52:27,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882.h +26 五月 2020 | 00:52:27,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339.h +26 五月 2020 | 00:52:27,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ShadowResolution1318053882MethodDeclarations.h +26 五月 2020 | 00:52:27,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615.h +26 五月 2020 | 00:52:27,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339MethodDeclarations.h +26 五月 2020 | 00:52:27,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615MethodDeclarations.h +26 五月 2020 | 00:52:27,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683.h +26 五月 2020 | 00:52:27,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209.h +26 五月 2020 | 00:52:27,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792.h +26 五月 2020 | 00:52:27,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683MethodDeclarations.h +26 五月 2020 | 00:52:27,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SharedBetweenAnimatorsAttr1565472209MethodDeclarations.h +26 五月 2020 | 00:52:27,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792MethodDeclarations.h +26 五月 2020 | 00:52:27,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101.h +26 五月 2020 | 00:52:27,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847.h +26 五月 2020 | 00:52:27,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365.h +26 五月 2020 | 00:52:27,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101MethodDeclarations.h +26 五月 2020 | 00:52:27,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkeletonBone345082847MethodDeclarations.h +26 五月 2020 | 00:52:27,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365MethodDeclarations.h +26 五月 2020 | 00:52:27,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155.h +26 五月 2020 | 00:52:27,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476.h +26 五月 2020 | 00:52:27,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726.h +26 五月 2020 | 00:52:27,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinQuality1832760476MethodDeclarations.h +26 五月 2020 | 00:52:27,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155MethodDeclarations.h +26 五月 2020 | 00:52:27,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726MethodDeclarations.h +26 五月 2020 | 00:52:27,555 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316.h +26 五月 2020 | 00:52:27,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584.h +26 五月 2020 | 00:52:27,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527.h +26 五月 2020 | 00:52:27,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SkinnedMeshRenderer4220419316MethodDeclarations.h +26 五月 2020 | 00:52:27,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584MethodDeclarations.h +26 五月 2020 | 00:52:27,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527MethodDeclarations.h +26 五月 2020 | 00:52:27,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032.h +26 五月 2020 | 00:52:27,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053.h +26 五月 2020 | 00:52:27,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219.h +26 五月 2020 | 00:52:27,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SliderState1595681032MethodDeclarations.h +26 五月 2020 | 00:52:27,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053MethodDeclarations.h +26 五月 2020 | 00:52:27,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219MethodDeclarations.h +26 五月 2020 | 00:52:27,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138.h +26 五月 2020 | 00:52:27,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487.h +26 五月 2020 | 00:52:27,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023.h +26 五月 2020 | 00:52:27,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1170095138MethodDeclarations.h +26 五月 2020 | 00:52:27,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487MethodDeclarations.h +26 五月 2020 | 00:52:27,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023MethodDeclarations.h +26 五月 2020 | 00:52:27,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149.h +26 五月 2020 | 00:52:27,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423.h +26 五月 2020 | 00:52:27,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407.h +26 五月 2020 | 00:52:27,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter1754866149MethodDeclarations.h +26 五月 2020 | 00:52:27,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407MethodDeclarations.h +26 五月 2020 | 00:52:27,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444.h +26 五月 2020 | 00:52:27,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter2156144444MethodDeclarations.h +26 五月 2020 | 00:52:27,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052.h +26 五月 2020 | 00:52:27,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3198293052MethodDeclarations.h +26 五月 2020 | 00:52:27,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238.h +26 五月 2020 | 00:52:27,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423MethodDeclarations.h +26 五月 2020 | 00:52:27,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter3676783238MethodDeclarations.h +26 五月 2020 | 00:52:27,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339.h +26 五月 2020 | 00:52:27,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339MethodDeclarations.h +26 五月 2020 | 00:52:27,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929.h +26 五月 2020 | 00:52:27,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243.h +26 五月 2020 | 00:52:27,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683.h +26 五月 2020 | 00:52:27,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_453887929MethodDeclarations.h +26 五月 2020 | 00:52:27,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243MethodDeclarations.h +26 五月 2020 | 00:52:27,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683MethodDeclarations.h +26 五月 2020 | 00:52:27,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851.h +26 五月 2020 | 00:52:27,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:27,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101.h +26 五月 2020 | 00:52:27,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_GameCenter_960725851MethodDeclarations.h +26 五月 2020 | 00:52:27,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101MethodDeclarations.h +26 五月 2020 | 00:52:27,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:27,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625.h +26 五月 2020 | 00:52:27,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:27,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155.h +26 五月 2020 | 00:52:27,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie1333316625MethodDeclarations.h +26 五月 2020 | 00:52:27,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155MethodDeclarations.h +26 五月 2020 | 00:52:27,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:27,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584.h +26 五月 2020 | 00:52:27,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:27,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151.h +26 五月 2020 | 00:52:27,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:27,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584MethodDeclarations.h +26 五月 2020 | 00:52:27,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Achie3110978151MethodDeclarations.h +26 五月 2020 | 00:52:27,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:27,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639.h +26 五月 2020 | 00:52:27,599 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053.h +26 五月 2020 | 00:52:27,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:27,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Leade4160680639MethodDeclarations.h +26 五月 2020 | 00:52:27,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053MethodDeclarations.h +26 五月 2020 | 00:52:27,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:27,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:27,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150.h +26 五月 2020 | 00:52:27,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487.h +26 五月 2020 | 00:52:27,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167.h +26 五月 2020 | 00:52:27,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487MethodDeclarations.h +26 五月 2020 | 00:52:27,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Local3019851150MethodDeclarations.h +26 五月 2020 | 00:52:27,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167MethodDeclarations.h +26 五月 2020 | 00:52:27,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423.h +26 五月 2020 | 00:52:27,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940.h +26 五月 2020 | 00:52:27,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656.h +26 五月 2020 | 00:52:27,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_Score2307748940MethodDeclarations.h +26 五月 2020 | 00:52:27,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962.h +26 五月 2020 | 00:52:27,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Impl_UserP3365630962MethodDeclarations.h +26 五月 2020 | 00:52:27,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656MethodDeclarations.h +26 五月 2020 | 00:52:27,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607.h +26 五月 2020 | 00:52:27,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:27,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:27,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_Range3455291607MethodDeclarations.h +26 五月 2020 | 00:52:27,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423MethodDeclarations.h +26 五月 2020 | 00:52:27,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667.h +26 五月 2020 | 00:52:27,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:27,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_TimeScope2583939667MethodDeclarations.h +26 五月 2020 | 00:52:27,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243.h +26 五月 2020 | 00:52:27,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243MethodDeclarations.h +26 五月 2020 | 00:52:27,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:27,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435.h +26 五月 2020 | 00:52:27,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserScope3775842435MethodDeclarations.h +26 五月 2020 | 00:52:27,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530.h +26 五月 2020 | 00:52:27,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:27,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270.h +26 五月 2020 | 00:52:27,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530MethodDeclarations.h +26 五月 2020 | 00:52:27,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:27,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SocialPlatforms_UserState455716270MethodDeclarations.h +26 五月 2020 | 00:52:27,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:27,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:27,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806.h +26 五月 2020 | 00:52:27,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:27,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Space4278750806MethodDeclarations.h +26 五月 2020 | 00:52:27,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:27,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:27,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355.h +26 五月 2020 | 00:52:27,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:27,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:27,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SphereCollider1662511355MethodDeclarations.h +26 五月 2020 | 00:52:27,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:27,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:27,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783.h +26 五月 2020 | 00:52:27,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:27,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:27,643 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Sprite309593783MethodDeclarations.h +26 五月 2020 | 00:52:27,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:27,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:27,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:27,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493.h +26 五月 2020 | 00:52:27,645 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceLogType2032672493MethodDeclarations.h +26 五月 2020 | 00:52:27,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191.h +26 五月 2020 | 00:52:27,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167.h +26 五月 2020 | 00:52:27,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839.h +26 五月 2020 | 00:52:27,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191MethodDeclarations.h +26 五月 2020 | 00:52:27,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167MethodDeclarations.h +26 五月 2020 | 00:52:27,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StackTraceUtility1881293839MethodDeclarations.h +26 五月 2020 | 00:52:27,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874.h +26 五月 2020 | 00:52:27,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656.h +26 五月 2020 | 00:52:27,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329.h +26 五月 2020 | 00:52:27,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874MethodDeclarations.h +26 五月 2020 | 00:52:27,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StateMachineBehaviour2151245329MethodDeclarations.h +26 五月 2020 | 00:52:27,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321.h +26 五月 2020 | 00:52:27,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832.h +26 五月 2020 | 00:52:27,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_StereoTargetEyeMask3029663832MethodDeclarations.h +26 五月 2020 | 00:52:27,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895.h +26 五月 2020 | 00:52:27,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemInfo2353426895MethodDeclarations.h +26 五月 2020 | 00:52:27,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669.h +26 五月 2020 | 00:52:27,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656MethodDeclarations.h +26 五月 2020 | 00:52:27,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321MethodDeclarations.h +26 五月 2020 | 00:52:27,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_SystemLanguage2428294669MethodDeclarations.h +26 五月 2020 | 00:52:27,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:27,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803.h +26 五月 2020 | 00:52:27,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806.h +26 五月 2020 | 00:52:27,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:27,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803MethodDeclarations.h +26 五月 2020 | 00:52:27,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAnchor112990806MethodDeclarations.h +26 五月 2020 | 00:52:27,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:27,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:27,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845.h +26 五月 2020 | 00:52:27,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextAsset3973159845MethodDeclarations.h +26 五月 2020 | 00:52:27,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:27,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:27,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411.h +26 五月 2020 | 00:52:27,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530.h +26 五月 2020 | 00:52:27,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872.h +26 五月 2020 | 00:52:27,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextClipping2573530411MethodDeclarations.h +26 五月 2020 | 00:52:27,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530MethodDeclarations.h +26 五月 2020 | 00:52:27,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872MethodDeclarations.h +26 五月 2020 | 00:52:27,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390.h +26 五月 2020 | 00:52:27,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:27,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458.h +26 五月 2020 | 00:52:27,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor3975561390MethodDeclarations.h +26 五月 2020 | 00:52:27,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:27,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458MethodDeclarations.h +26 五月 2020 | 00:52:27,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228.h +26 五月 2020 | 00:52:27,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:27,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextEditor_DblClickSnappin1119726228MethodDeclarations.h +26 五月 2020 | 00:52:27,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:27,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319.h +26 五月 2020 | 00:52:27,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:27,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:27,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:27,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2243626319MethodDeclarations.h +26 五月 2020 | 00:52:27,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:27,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:27,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:27,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729.h +26 五月 2020 | 00:52:27,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997.h +26 五月 2020 | 00:52:27,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191.h +26 五月 2020 | 00:52:27,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Texture2D3542995729MethodDeclarations.h +26 五月 2020 | 00:52:27,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997MethodDeclarations.h +26 五月 2020 | 00:52:27,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191MethodDeclarations.h +26 五月 2020 | 00:52:27,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234.h +26 五月 2020 | 00:52:27,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureFormat1386130234MethodDeclarations.h +26 五月 2020 | 00:52:27,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103.h +26 五月 2020 | 00:52:27,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874.h +26 五月 2020 | 00:52:27,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566.h +26 五月 2020 | 00:52:27,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103MethodDeclarations.h +26 五月 2020 | 00:52:27,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874MethodDeclarations.h +26 五月 2020 | 00:52:27,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TextureWrapMode3683976566MethodDeclarations.h +26 五月 2020 | 00:52:27,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747.h +26 五月 2020 | 00:52:27,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321.h +26 五月 2020 | 00:52:27,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804.h +26 五月 2020 | 00:52:27,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747MethodDeclarations.h +26 五月 2020 | 00:52:27,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321MethodDeclarations.h +26 五月 2020 | 00:52:27,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709.h +26 五月 2020 | 00:52:27,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadAndSerializationSafe2122816804MethodDeclarations.h +26 五月 2020 | 00:52:27,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709MethodDeclarations.h +26 五月 2020 | 00:52:27,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762.h +26 五月 2020 | 00:52:27,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_ThreadPriority3154739762MethodDeclarations.h +26 五月 2020 | 00:52:27,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013.h +26 五月 2020 | 00:52:27,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979.h +26 五月 2020 | 00:52:27,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803.h +26 五月 2020 | 00:52:27,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013MethodDeclarations.h +26 五月 2020 | 00:52:27,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Time31991979MethodDeclarations.h +26 五月 2020 | 00:52:27,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:27,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803MethodDeclarations.h +26 五月 2020 | 00:52:27,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883.h +26 五月 2020 | 00:52:27,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:27,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:27,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Touch407273883MethodDeclarations.h +26 五月 2020 | 00:52:27,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:27,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420.h +26 五月 2020 | 00:52:27,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchPhase2458120420MethodDeclarations.h +26 五月 2020 | 00:52:27,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:27,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:27,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:27,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354.h +26 五月 2020 | 00:52:27,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354MethodDeclarations.h +26 五月 2020 | 00:52:27,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476.h +26 五月 2020 | 00:52:27,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:27,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206.h +26 五月 2020 | 00:52:27,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872.h +26 五月 2020 | 00:52:27,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476MethodDeclarations.h +26 五月 2020 | 00:52:27,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard601950206MethodDeclarations.h +26 五月 2020 | 00:52:27,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872MethodDeclarations.h +26 五月 2020 | 00:52:27,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366.h +26 五月 2020 | 00:52:27,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157.h +26 五月 2020 | 00:52:27,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboardType875112366MethodDeclarations.h +26 五月 2020 | 00:52:27,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157MethodDeclarations.h +26 五月 2020 | 00:52:27,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458.h +26 五月 2020 | 00:52:27,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188.h +26 五月 2020 | 00:52:27,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865.h +26 五月 2020 | 00:52:27,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchScreenKeyboard_Intern1040270188MethodDeclarations.h +26 五月 2020 | 00:52:27,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TouchType2732027771MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TrackedReference1045890189MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform3275118058MethodDeclarations.h +26 五月 2020 | 00:52:27,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Transform_Enumerator1251553160MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_TransparencySortMode3501969535MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnhandledExceptionHandler1903422412MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityException2687879050MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UnityString276356480MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_UserAuthorization3217794812MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector22243707579MethodDeclarations.h +26 五月 2020 | 00:52:27,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector32243707580MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_Vector42243707581MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWW2919945039MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWForm3950226929MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WWWTranscoder1124214756MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForEndOfFrame1785723201MethodDeclarations.h +26 五月 2020 | 00:52:27,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034MethodDeclarations.h +26 五月 2020 | 00:52:27,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027MethodDeclarations.h +26 五月 2020 | 00:52:27,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380.h +26 五月 2020 | 00:52:27,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785.h +26 五月 2020 | 00:52:27,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865.h +26 五月 2020 | 00:52:27,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForFixedUpdate3968615785MethodDeclarations.h +26 五月 2020 | 00:52:27,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380MethodDeclarations.h +26 五月 2020 | 00:52:27,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865MethodDeclarations.h +26 五月 2020 | 00:52:27,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:27,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067.h +26 五月 2020 | 00:52:27,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436.h +26 五月 2020 | 00:52:27,844 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WaitForSeconds3839502067MethodDeclarations.h +26 五月 2020 | 00:52:27,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:27,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857.h +26 五月 2020 | 00:52:27,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839.h +26 五月 2020 | 00:52:27,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WrapMode255797857MethodDeclarations.h +26 五月 2020 | 00:52:27,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839MethodDeclarations.h +26 五月 2020 | 00:52:27,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985.h +26 五月 2020 | 00:52:27,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985MethodDeclarations.h +26 五月 2020 | 00:52:27,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420.h +26 五月 2020 | 00:52:27,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436MethodDeclarations.h +26 五月 2020 | 00:52:27,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957.h +26 五月 2020 | 00:52:27,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_WritableAttribute3715198420MethodDeclarations.h +26 五月 2020 | 00:52:27,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018.h +26 五月 2020 | 00:52:27,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957MethodDeclarations.h +26 五月 2020 | 00:52:27,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981.h +26 五月 2020 | 00:52:27,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018MethodDeclarations.h +26 五月 2020 | 00:52:27,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034.h +26 五月 2020 | 00:52:27,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_YieldInstruction3462875981MethodDeclarations.h +26 五月 2020 | 00:52:27,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812.h +26 五月 2020 | 00:52:27,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034MethodDeclarations.h +26 五月 2020 | 00:52:27,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391.h +26 五月 2020 | 00:52:27,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarIdentifier259698391MethodDeclarations.h +26 五月 2020 | 00:52:27,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812MethodDeclarations.h +26 五月 2020 | 00:52:27,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015.h +26 五月 2020 | 00:52:27,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622.h +26 五月 2020 | 00:52:27,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100.h +26 五月 2020 | 00:52:27,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_CalendarUnit4134400622MethodDeclarations.h +26 五月 2020 | 00:52:27,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015MethodDeclarations.h +26 五月 2020 | 00:52:27,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100MethodDeclarations.h +26 五月 2020 | 00:52:27,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878.h +26 五月 2020 | 00:52:27,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320.h +26 五月 2020 | 00:52:27,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697.h +26 五月 2020 | 00:52:27,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_LocalNotification317971878MethodDeclarations.h +26 五月 2020 | 00:52:27,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697MethodDeclarations.h +26 五月 2020 | 00:52:27,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320MethodDeclarations.h +26 五月 2020 | 00:52:27,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895.h +26 五月 2020 | 00:52:27,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073.h +26 五月 2020 | 00:52:27,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830.h +26 五月 2020 | 00:52:27,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityEngine_UnityEngine_iOS_RemoteNotification2254252895MethodDeclarations.h +26 五月 2020 | 00:52:27,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830MethodDeclarations.h +26 五月 2020 | 00:52:27,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073MethodDeclarations.h +26 五月 2020 | 00:52:27,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726.h +26 五月 2020 | 00:52:27,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064.h +26 五月 2020 | 00:52:27,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726MethodDeclarations.h +26 五月 2020 | 00:52:27,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677.h +26 五月 2020 | 00:52:27,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064MethodDeclarations.h +26 五月 2020 | 00:52:27,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677MethodDeclarations.h +26 五月 2020 | 00:52:27,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105.h +26 五月 2020 | 00:52:27,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027.h +26 五月 2020 | 00:52:27,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105MethodDeclarations.h +26 五月 2020 | 00:52:27,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnityICallRegistration.cpp +26 五月 2020 | 00:52:27,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809.h +26 五月 2020 | 00:52:27,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027MethodDeclarations.h +26 五月 2020 | 00:52:27,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\UnresolvedVirtualCallStubs.cpp +26 五月 2020 | 00:52:27,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809MethodDeclarations.h +26 五月 2020 | 00:52:27,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380.h +26 五月 2020 | 00:52:27,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_ArrayTypes.h +26 五月 2020 | 00:52:27,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380MethodDeclarations.h +26 五月 2020 | 00:52:27,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717.h +26 五月 2020 | 00:52:27,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Locale4255929014.h +26 五月 2020 | 00:52:27,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436.h +26 五月 2020 | 00:52:27,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717MethodDeclarations.h +26 五月 2020 | 00:52:27,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Locale4255929014MethodDeclarations.h +26 五月 2020 | 00:52:27,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199.h +26 五月 2020 | 00:52:27,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437.h +26 五月 2020 | 00:52:27,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeHandleZer1177681199MethodDeclarations.h +26 五月 2020 | 00:52:27,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437MethodDeclarations.h +26 五月 2020 | 00:52:27,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613.h +26 五月 2020 | 00:52:27,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613MethodDeclarations.h +26 五月 2020 | 00:52:27,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696.h +26 五月 2020 | 00:52:27,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830.h +26 五月 2020 | 00:52:27,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436MethodDeclarations.h +26 五月 2020 | 00:52:27,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696MethodDeclarations.h +26 五月 2020 | 00:52:27,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Microsoft_Win32_SafeHandles_SafeWaitHandle481461830MethodDeclarations.h +26 五月 2020 | 00:52:27,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018.h +26 五月 2020 | 00:52:27,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832.h +26 五月 2020 | 00:52:27,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970.h +26 五月 2020 | 00:52:27,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018MethodDeclarations.h +26 五月 2020 | 00:52:27,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832MethodDeclarations.h +26 五月 2020 | 00:52:27,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex1073906970MethodDeclarations.h +26 五月 2020 | 00:52:27,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812.h +26 五月 2020 | 00:52:27,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623.h +26 五月 2020 | 00:52:27,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615.h +26 五月 2020 | 00:52:27,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623MethodDeclarations.h +26 五月 2020 | 00:52:27,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812MethodDeclarations.h +26 五月 2020 | 00:52:27,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_CodePointIndex2011406615MethodDeclarations.h +26 五月 2020 | 00:52:27,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950.h +26 五月 2020 | 00:52:27,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100.h +26 五月 2020 | 00:52:27,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792.h +26 五月 2020 | 00:52:27,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950MethodDeclarations.h +26 五月 2020 | 00:52:27,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100MethodDeclarations.h +26 五月 2020 | 00:52:27,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Contraction1673853792MethodDeclarations.h +26 五月 2020 | 00:52:27,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752.h +26 五月 2020 | 00:52:27,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697.h +26 五月 2020 | 00:52:27,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365.h +26 五月 2020 | 00:52:27,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752MethodDeclarations.h +26 五月 2020 | 00:52:27,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697MethodDeclarations.h +26 五月 2020 | 00:52:27,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_ContractionCom1150321365MethodDeclarations.h +26 五月 2020 | 00:52:27,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390.h +26 五月 2020 | 00:52:27,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726.h +26 五月 2020 | 00:52:27,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073.h +26 五月 2020 | 00:52:27,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390MethodDeclarations.h +26 五月 2020 | 00:52:27,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073MethodDeclarations.h +26 五月 2020 | 00:52:27,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064.h +26 五月 2020 | 00:52:27,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064MethodDeclarations.h +26 五月 2020 | 00:52:27,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105.h +26 五月 2020 | 00:52:27,928 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105MethodDeclarations.h +26 五月 2020 | 00:52:27,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809.h +26 五月 2020 | 00:52:27,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809MethodDeclarations.h +26 五月 2020 | 00:52:27,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717.h +26 五月 2020 | 00:52:27,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2Map3322505726MethodDeclarations.h +26 五月 2020 | 00:52:27,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857.h +26 五月 2020 | 00:52:27,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527.h +26 五月 2020 | 00:52:27,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717MethodDeclarations.h +26 五月 2020 | 00:52:27,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857MethodDeclarations.h +26 五月 2020 | 00:52:27,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Level2MapCompar914717527MethodDeclarations.h +26 五月 2020 | 00:52:27,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437.h +26 五月 2020 | 00:52:27,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219.h +26 五月 2020 | 00:52:27,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794.h +26 五月 2020 | 00:52:27,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437MethodDeclarations.h +26 五月 2020 | 00:52:27,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794MethodDeclarations.h +26 五月 2020 | 00:52:27,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod1231687219MethodDeclarations.h +26 五月 2020 | 00:52:27,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613.h +26 五月 2020 | 00:52:27,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023.h +26 五月 2020 | 00:52:27,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613MethodDeclarations.h +26 五月 2020 | 00:52:27,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543.h +26 五月 2020 | 00:52:27,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_MSCompatUnicod2040269023MethodDeclarations.h +26 五月 2020 | 00:52:27,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696.h +26 五月 2020 | 00:52:27,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543MethodDeclarations.h +26 五月 2020 | 00:52:27,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407.h +26 五月 2020 | 00:52:27,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696MethodDeclarations.h +26 五月 2020 | 00:52:27,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_Normalization891178407MethodDeclarations.h +26 五月 2020 | 00:52:27,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array3829468939.h +26 五月 2020 | 00:52:27,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832.h +26 五月 2020 | 00:52:27,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339.h +26 五月 2020 | 00:52:27,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832MethodDeclarations.h +26 五月 2020 | 00:52:27,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array3829468939MethodDeclarations.h +26 五月 2020 | 00:52:27,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationC2063728339MethodDeclarations.h +26 五月 2020 | 00:52:27,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341.h +26 五月 2020 | 00:52:27,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341MethodDeclarations.h +26 五月 2020 | 00:52:27,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623.h +26 五月 2020 | 00:52:27,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482.h +26 五月 2020 | 00:52:27,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683.h +26 五月 2020 | 00:52:27,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623MethodDeclarations.h +26 五月 2020 | 00:52:27,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_NormalizationT1112052683MethodDeclarations.h +26 五月 2020 | 00:52:27,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482MethodDeclarations.h +26 五月 2020 | 00:52:27,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950.h +26 五月 2020 | 00:52:27,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101.h +26 五月 2020 | 00:52:27,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632.h +26 五月 2020 | 00:52:27,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator1556892101MethodDeclarations.h +26 五月 2020 | 00:52:27,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950MethodDeclarations.h +26 五月 2020 | 00:52:27,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632MethodDeclarations.h +26 五月 2020 | 00:52:27,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155.h +26 五月 2020 | 00:52:27,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752.h +26 五月 2020 | 00:52:27,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator2636657155MethodDeclarations.h +26 五月 2020 | 00:52:27,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752MethodDeclarations.h +26 五月 2020 | 00:52:27,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584.h +26 五月 2020 | 00:52:27,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390.h +26 五月 2020 | 00:52:27,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390MethodDeclarations.h +26 五月 2020 | 00:52:27,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator4081201584MethodDeclarations.h +26 五月 2020 | 00:52:27,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053.h +26 五月 2020 | 00:52:27,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_169451053MethodDeclarations.h +26 五月 2020 | 00:52:27,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487.h +26 五月 2020 | 00:52:27,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568.h +26 五月 2020 | 00:52:27,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SimpleCollator_581002487MethodDeclarations.h +26 五月 2020 | 00:52:27,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857.h +26 五月 2020 | 00:52:27,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568MethodDeclarations.h +26 五月 2020 | 00:52:27,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857MethodDeclarations.h +26 五月 2020 | 00:52:27,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423.h +26 五月 2020 | 00:52:27,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949.h +26 五月 2020 | 00:52:27,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794.h +26 五月 2020 | 00:52:27,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949MethodDeclarations.h +26 五月 2020 | 00:52:27,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794MethodDeclarations.h +26 五月 2020 | 00:52:27,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493.h +26 五月 2020 | 00:52:27,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_SortKeyBuffer1759538423MethodDeclarations.h +26 五月 2020 | 00:52:27,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543.h +26 五月 2020 | 00:52:27,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493MethodDeclarations.h +26 五月 2020 | 00:52:27,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543MethodDeclarations.h +26 五月 2020 | 00:52:27,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890.h +26 五月 2020 | 00:52:27,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array3829468939.h +26 五月 2020 | 00:52:27,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243.h +26 五月 2020 | 00:52:27,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890MethodDeclarations.h +26 五月 2020 | 00:52:27,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Globalization_Unicode_TailoringInfo1449609243MethodDeclarations.h +26 五月 2020 | 00:52:27,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array3829468939MethodDeclarations.h +26 五月 2020 | 00:52:27,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271.h +26 五月 2020 | 00:52:27,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152.h +26 五月 2020 | 00:52:27,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341.h +26 五月 2020 | 00:52:27,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger925946152MethodDeclarations.h +26 五月 2020 | 00:52:27,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341MethodDeclarations.h +26 五月 2020 | 00:52:27,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271MethodDeclarations.h +26 五月 2020 | 00:52:27,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455.h +26 五月 2020 | 00:52:27,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815.h +26 五月 2020 | 00:52:27,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482.h +26 五月 2020 | 00:52:27,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Kernel1353186455MethodDeclarations.h +26 五月 2020 | 00:52:27,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482MethodDeclarations.h +26 五月 2020 | 00:52:27,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815MethodDeclarations.h +26 五月 2020 | 00:52:27,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991.h +26 五月 2020 | 00:52:27,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600.h +26 五月 2020 | 00:52:27,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632.h +26 五月 2020 | 00:52:27,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_ModulusRing80355991MethodDeclarations.h +26 五月 2020 | 00:52:27,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600MethodDeclarations.h +26 五月 2020 | 00:52:27,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632MethodDeclarations.h +26 五月 2020 | 00:52:27,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935.h +26 五月 2020 | 00:52:27,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_BigInteger_Sign874893935MethodDeclarations.h +26 五月 2020 | 00:52:27,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239.h +26 五月 2020 | 00:52:27,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568.h +26 五月 2020 | 00:52:28,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801.h +26 五月 2020 | 00:52:28,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239MethodDeclarations.h +26 五月 2020 | 00:52:28,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568MethodDeclarations.h +26 五月 2020 | 00:52:28,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_ConfidenceFactor1997037801MethodDeclarations.h +26 五月 2020 | 00:52:28,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949.h +26 五月 2020 | 00:52:28,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949MethodDeclarations.h +26 五月 2020 | 00:52:28,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167.h +26 五月 2020 | 00:52:28,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189.h +26 五月 2020 | 00:52:28,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493.h +26 五月 2020 | 00:52:28,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_PrimeGeneratorB1053438167MethodDeclarations.h +26 五月 2020 | 00:52:28,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189MethodDeclarations.h +26 五月 2020 | 00:52:28,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656.h +26 五月 2020 | 00:52:28,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493MethodDeclarations.h +26 五月 2020 | 00:52:28,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695.h +26 五月 2020 | 00:52:28,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890.h +26 五月 2020 | 00:52:28,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_Generator_SequentialSearch463670656MethodDeclarations.h +26 五月 2020 | 00:52:28,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890MethodDeclarations.h +26 五月 2020 | 00:52:28,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695MethodDeclarations.h +26 五月 2020 | 00:52:28,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901.h +26 五月 2020 | 00:52:28,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271.h +26 五月 2020 | 00:52:28,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961.h +26 五月 2020 | 00:52:28,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTest572679901MethodDeclarations.h +26 五月 2020 | 00:52:28,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271MethodDeclarations.h +26 五月 2020 | 00:52:28,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961MethodDeclarations.h +26 五月 2020 | 00:52:28,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815.h +26 五月 2020 | 00:52:28,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412.h +26 五月 2020 | 00:52:28,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412MethodDeclarations.h +26 五月 2020 | 00:52:28,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107.h +26 五月 2020 | 00:52:28,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107MethodDeclarations.h +26 五月 2020 | 00:52:28,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661.h +26 五月 2020 | 00:52:28,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661MethodDeclarations.h +26 五月 2020 | 00:52:28,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411.h +26 五月 2020 | 00:52:28,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815MethodDeclarations.h +26 五月 2020 | 00:52:28,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411MethodDeclarations.h +26 五月 2020 | 00:52:28,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600.h +26 五月 2020 | 00:52:28,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145.h +26 五月 2020 | 00:52:28,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600MethodDeclarations.h +26 五月 2020 | 00:52:28,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145MethodDeclarations.h +26 五月 2020 | 00:52:28,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239.h +26 五月 2020 | 00:52:28,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811.h +26 五月 2020 | 00:52:28,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239MethodDeclarations.h +26 五月 2020 | 00:52:28,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189.h +26 五月 2020 | 00:52:28,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189MethodDeclarations.h +26 五月 2020 | 00:52:28,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695.h +26 五月 2020 | 00:52:28,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695MethodDeclarations.h +26 五月 2020 | 00:52:28,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398.h +26 五月 2020 | 00:52:28,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961.h +26 五月 2020 | 00:52:28,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Math_Prime_PrimalityTests3283102398MethodDeclarations.h +26 五月 2020 | 00:52:28,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961MethodDeclarations.h +26 五月 2020 | 00:52:28,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530.h +26 五月 2020 | 00:52:28,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412.h +26 五月 2020 | 00:52:28,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412MethodDeclarations.h +26 五月 2020 | 00:52:28,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811MethodDeclarations.h +26 五月 2020 | 00:52:28,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107.h +26 五月 2020 | 00:52:28,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107MethodDeclarations.h +26 五月 2020 | 00:52:28,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661.h +26 五月 2020 | 00:52:28,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661MethodDeclarations.h +26 五月 2020 | 00:52:28,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411.h +26 五月 2020 | 00:52:28,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411MethodDeclarations.h +26 五月 2020 | 00:52:28,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145.h +26 五月 2020 | 00:52:28,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145MethodDeclarations.h +26 五月 2020 | 00:52:28,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811.h +26 五月 2020 | 00:52:28,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811MethodDeclarations.h +26 五月 2020 | 00:52:28,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Runtime530188530MethodDeclarations.h +26 五月 2020 | 00:52:28,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535.h +26 五月 2020 | 00:52:28,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898.h +26 五月 2020 | 00:52:28,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898MethodDeclarations.h +26 五月 2020 | 00:52:28,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631.h +26 五月 2020 | 00:52:28,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631MethodDeclarations.h +26 五月 2020 | 00:52:28,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681.h +26 五月 2020 | 00:52:28,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681MethodDeclarations.h +26 五月 2020 | 00:52:28,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860.h +26 五月 2020 | 00:52:28,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860MethodDeclarations.h +26 五月 2020 | 00:52:28,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1924533535MethodDeclarations.h +26 五月 2020 | 00:52:28,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898.h +26 五月 2020 | 00:52:28,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396.h +26 五月 2020 | 00:52:28,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898MethodDeclarations.h +26 五月 2020 | 00:52:28,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_ASN1Convert3301846396MethodDeclarations.h +26 五月 2020 | 00:52:28,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631.h +26 五月 2020 | 00:52:28,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260.h +26 五月 2020 | 00:52:28,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631MethodDeclarations.h +26 五月 2020 | 00:52:28,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_BitConverterLE2825370260MethodDeclarations.h +26 五月 2020 | 00:52:28,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681.h +26 五月 2020 | 00:52:28,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191.h +26 五月 2020 | 00:52:28,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681MethodDeclarations.h +26 五月 2020 | 00:52:28,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347.h +26 五月 2020 | 00:52:28,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_BlockProcessor3158419191MethodDeclarations.h +26 五月 2020 | 00:52:28,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860.h +26 五月 2020 | 00:52:28,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347MethodDeclarations.h +26 五月 2020 | 00:52:28,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860MethodDeclarations.h +26 五月 2020 | 00:52:28,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370.h +26 五月 2020 | 00:52:28,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347.h +26 五月 2020 | 00:52:28,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874.h +26 五月 2020 | 00:52:28,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370MethodDeclarations.h +26 五月 2020 | 00:52:28,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347MethodDeclarations.h +26 五月 2020 | 00:52:28,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_CryptoConvert4146607874MethodDeclarations.h +26 五月 2020 | 00:52:28,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246.h +26 五月 2020 | 00:52:28,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370.h +26 五月 2020 | 00:52:28,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321.h +26 五月 2020 | 00:52:28,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246MethodDeclarations.h +26 五月 2020 | 00:52:28,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370MethodDeclarations.h +26 五月 2020 | 00:52:28,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged892502321MethodDeclarations.h +26 五月 2020 | 00:52:28,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127.h +26 五月 2020 | 00:52:28,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246.h +26 五月 2020 | 00:52:28,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803.h +26 五月 2020 | 00:52:28,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127MethodDeclarations.h +26 五月 2020 | 00:52:28,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246MethodDeclarations.h +26 五月 2020 | 00:52:28,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_DSAManaged_Key2001522803MethodDeclarations.h +26 五月 2020 | 00:52:28,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931.h +26 五月 2020 | 00:52:28,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127.h +26 五月 2020 | 00:52:28,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084.h +26 五月 2020 | 00:52:28,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931MethodDeclarations.h +26 五月 2020 | 00:52:28,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127MethodDeclarations.h +26 五月 2020 | 00:52:28,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695.h +26 五月 2020 | 00:52:28,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931.h +26 五月 2020 | 00:52:28,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695MethodDeclarations.h +26 五月 2020 | 00:52:28,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931MethodDeclarations.h +26 五月 2020 | 00:52:28,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyBuilder3965881084MethodDeclarations.h +26 五月 2020 | 00:52:28,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695.h +26 五月 2020 | 00:52:28,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872.h +26 五月 2020 | 00:52:28,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695MethodDeclarations.h +26 五月 2020 | 00:52:28,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_KeyPairPersist3637935872MethodDeclarations.h +26 五月 2020 | 00:52:28,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374.h +26 五月 2020 | 00:52:28,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458.h +26 五月 2020 | 00:52:28,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374MethodDeclarations.h +26 五月 2020 | 00:52:28,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_MACAlgorithm2739465458MethodDeclarations.h +26 五月 2020 | 00:52:28,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339.h +26 五月 2020 | 00:52:28,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480.h +26 五月 2020 | 00:52:28,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339MethodDeclarations.h +26 五月 2020 | 00:52:28,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374.h +26 五月 2020 | 00:52:28,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS13312870480MethodDeclarations.h +26 五月 2020 | 00:52:28,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285.h +26 五月 2020 | 00:52:28,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374MethodDeclarations.h +26 五月 2020 | 00:52:28,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899.h +26 五月 2020 | 00:52:28,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339.h +26 五月 2020 | 00:52:28,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS82103016899MethodDeclarations.h +26 五月 2020 | 00:52:28,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285MethodDeclarations.h +26 五月 2020 | 00:52:28,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997.h +26 五月 2020 | 00:52:28,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339MethodDeclarations.h +26 五月 2020 | 00:52:28,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294.h +26 五月 2020 | 00:52:28,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285.h +26 五月 2020 | 00:52:28,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_Encrypte1722354997MethodDeclarations.h +26 五月 2020 | 00:52:28,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294MethodDeclarations.h +26 五月 2020 | 00:52:28,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285MethodDeclarations.h +26 五月 2020 | 00:52:28,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103.h +26 五月 2020 | 00:52:28,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533.h +26 五月 2020 | 00:52:28,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294.h +26 五月 2020 | 00:52:28,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_PKCS8_PrivateKey92917103MethodDeclarations.h +26 五月 2020 | 00:52:28,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294MethodDeclarations.h +26 五月 2020 | 00:52:28,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533MethodDeclarations.h +26 五月 2020 | 00:52:28,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533.h +26 五月 2020 | 00:52:28,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747.h +26 五月 2020 | 00:52:28,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780.h +26 五月 2020 | 00:52:28,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged3034748747MethodDeclarations.h +26 五月 2020 | 00:52:28,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780MethodDeclarations.h +26 五月 2020 | 00:52:28,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533MethodDeclarations.h +26 五月 2020 | 00:52:28,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709.h +26 五月 2020 | 00:52:28,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097.h +26 五月 2020 | 00:52:28,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780.h +26 五月 2020 | 00:52:28,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_RSAManaged_KeyG108853709MethodDeclarations.h +26 五月 2020 | 00:52:28,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097MethodDeclarations.h +26 五月 2020 | 00:52:28,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013.h +26 五月 2020 | 00:52:28,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780MethodDeclarations.h +26 五月 2020 | 00:52:28,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299.h +26 五月 2020 | 00:52:28,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097.h +26 五月 2020 | 00:52:28,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299MethodDeclarations.h +26 五月 2020 | 00:52:28,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414.h +26 五月 2020 | 00:52:28,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414MethodDeclarations.h +26 五月 2020 | 00:52:28,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163.h +26 五月 2020 | 00:52:28,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163MethodDeclarations.h +26 五月 2020 | 00:52:28,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304.h +26 五月 2020 | 00:52:28,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304MethodDeclarations.h +26 五月 2020 | 00:52:28,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903.h +26 五月 2020 | 00:52:28,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903MethodDeclarations.h +26 五月 2020 | 00:52:28,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873.h +26 五月 2020 | 00:52:28,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873MethodDeclarations.h +26 五月 2020 | 00:52:28,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506.h +26 五月 2020 | 00:52:28,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506MethodDeclarations.h +26 五月 2020 | 00:52:28,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379.h +26 五月 2020 | 00:52:28,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379MethodDeclarations.h +26 五月 2020 | 00:52:28,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Cryptography_SymmetricTrans1394030013MethodDeclarations.h +26 五月 2020 | 00:52:28,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097MethodDeclarations.h +26 五月 2020 | 00:52:28,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977.h +26 五月 2020 | 00:52:28,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922.h +26 五月 2020 | 00:52:28,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299.h +26 五月 2020 | 00:52:28,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS73223261922MethodDeclarations.h +26 五月 2020 | 00:52:28,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977MethodDeclarations.h +26 五月 2020 | 00:52:28,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299MethodDeclarations.h +26 五月 2020 | 00:52:28,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387.h +26 五月 2020 | 00:52:28,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966.h +26 五月 2020 | 00:52:28,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414.h +26 五月 2020 | 00:52:28,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_ContentInfo1443605387MethodDeclarations.h +26 五月 2020 | 00:52:28,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414MethodDeclarations.h +26 五月 2020 | 00:52:28,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772.h +26 五月 2020 | 00:52:28,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163.h +26 五月 2020 | 00:52:28,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966MethodDeclarations.h +26 五月 2020 | 00:52:28,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_PKCS7_EncryptedData2656813772MethodDeclarations.h +26 五月 2020 | 00:52:28,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163MethodDeclarations.h +26 五月 2020 | 00:52:28,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096.h +26 五月 2020 | 00:52:28,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354.h +26 五月 2020 | 00:52:28,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096MethodDeclarations.h +26 五月 2020 | 00:52:28,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304.h +26 五月 2020 | 00:52:28,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330.h +26 五月 2020 | 00:52:28,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304MethodDeclarations.h +26 五月 2020 | 00:52:28,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330MethodDeclarations.h +26 五月 2020 | 00:52:28,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903.h +26 五月 2020 | 00:52:28,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903MethodDeclarations.h +26 五月 2020 | 00:52:28,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873.h +26 五月 2020 | 00:52:28,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076.h +26 五月 2020 | 00:52:28,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873MethodDeclarations.h +26 五月 2020 | 00:52:28,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076MethodDeclarations.h +26 五月 2020 | 00:52:28,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506.h +26 五月 2020 | 00:52:28,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951.h +26 五月 2020 | 00:52:28,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506MethodDeclarations.h +26 五月 2020 | 00:52:28,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379.h +26 五月 2020 | 00:52:28,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379MethodDeclarations.h +26 五月 2020 | 00:52:28,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977.h +26 五月 2020 | 00:52:28,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977MethodDeclarations.h +26 五月 2020 | 00:52:28,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_StrongName117835354MethodDeclarations.h +26 五月 2020 | 00:52:28,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966.h +26 五月 2020 | 00:52:28,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951MethodDeclarations.h +26 五月 2020 | 00:52:28,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476.h +26 五月 2020 | 00:52:28,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510.h +26 五月 2020 | 00:52:28,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri1510604476MethodDeclarations.h +26 五月 2020 | 00:52:28,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510MethodDeclarations.h +26 五月 2020 | 00:52:28,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211.h +26 五月 2020 | 00:52:28,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966MethodDeclarations.h +26 五月 2020 | 00:52:28,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096.h +26 五月 2020 | 00:52:28,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211MethodDeclarations.h +26 五月 2020 | 00:52:28,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096MethodDeclarations.h +26 五月 2020 | 00:52:28,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488.h +26 五月 2020 | 00:52:28,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330.h +26 五月 2020 | 00:52:28,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488MethodDeclarations.h +26 五月 2020 | 00:52:28,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330MethodDeclarations.h +26 五月 2020 | 00:52:28,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887.h +26 五月 2020 | 00:52:28,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076.h +26 五月 2020 | 00:52:28,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887MethodDeclarations.h +26 五月 2020 | 00:52:28,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076MethodDeclarations.h +26 五月 2020 | 00:52:28,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865.h +26 五月 2020 | 00:52:28,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951.h +26 五月 2020 | 00:52:28,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865MethodDeclarations.h +26 五月 2020 | 00:52:28,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951MethodDeclarations.h +26 五月 2020 | 00:52:28,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510.h +26 五月 2020 | 00:52:28,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510MethodDeclarations.h +26 五月 2020 | 00:52:28,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211.h +26 五月 2020 | 00:52:28,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942.h +26 五月 2020 | 00:52:28,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942MethodDeclarations.h +26 五月 2020 | 00:52:28,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211MethodDeclarations.h +26 五月 2020 | 00:52:28,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892.h +26 五月 2020 | 00:52:28,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488.h +26 五月 2020 | 00:52:28,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892MethodDeclarations.h +26 五月 2020 | 00:52:28,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488MethodDeclarations.h +26 五月 2020 | 00:52:28,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478.h +26 五月 2020 | 00:52:28,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887.h +26 五月 2020 | 00:52:28,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478MethodDeclarations.h +26 五月 2020 | 00:52:28,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887MethodDeclarations.h +26 五月 2020 | 00:52:28,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985.h +26 五月 2020 | 00:52:28,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865.h +26 五月 2020 | 00:52:28,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985MethodDeclarations.h +26 五月 2020 | 00:52:28,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865MethodDeclarations.h +26 五月 2020 | 00:52:28,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157.h +26 五月 2020 | 00:52:28,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181.h +26 五月 2020 | 00:52:28,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942.h +26 五月 2020 | 00:52:28,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_UriPartial2274729157MethodDeclarations.h +26 五月 2020 | 00:52:28,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181MethodDeclarations.h +26 五月 2020 | 00:52:28,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865.h +26 五月 2020 | 00:52:28,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942MethodDeclarations.h +26 五月 2020 | 00:52:28,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314.h +26 五月 2020 | 00:52:28,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_Uri_UriScheme683497865MethodDeclarations.h +26 五月 2020 | 00:52:28,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892.h +26 五月 2020 | 00:52:28,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314MethodDeclarations.h +26 五月 2020 | 00:52:28,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794.h +26 五月 2020 | 00:52:28,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892MethodDeclarations.h +26 五月 2020 | 00:52:28,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602.h +26 五月 2020 | 00:52:28,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS121362584794MethodDeclarations.h +26 五月 2020 | 00:52:28,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478.h +26 五月 2020 | 00:52:28,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602MethodDeclarations.h +26 五月 2020 | 00:52:28,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016.h +26 五月 2020 | 00:52:28,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478MethodDeclarations.h +26 五月 2020 | 00:52:28,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505.h +26 五月 2020 | 00:52:28,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_PKCS12_DeriveBytes1740753016MethodDeclarations.h +26 五月 2020 | 00:52:28,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985.h +26 五月 2020 | 00:52:28,215 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855.h +26 五月 2020 | 00:52:28,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505MethodDeclarations.h +26 五月 2020 | 00:52:28,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985MethodDeclarations.h +26 五月 2020 | 00:52:28,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514.h +26 五月 2020 | 00:52:28,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_SafeBag2166702855MethodDeclarations.h +26 五月 2020 | 00:52:28,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181.h +26 五月 2020 | 00:52:28,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514MethodDeclarations.h +26 五月 2020 | 00:52:28,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534.h +26 五月 2020 | 00:52:28,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181MethodDeclarations.h +26 五月 2020 | 00:52:28,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176.h +26 五月 2020 | 00:52:28,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X501349661534MethodDeclarations.h +26 五月 2020 | 00:52:28,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314.h +26 五月 2020 | 00:52:28,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176MethodDeclarations.h +26 五月 2020 | 00:52:28,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957.h +26 五月 2020 | 00:52:28,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314MethodDeclarations.h +26 五月 2020 | 00:52:28,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Certificate324051957MethodDeclarations.h +26 五月 2020 | 00:52:28,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060.h +26 五月 2020 | 00:52:28,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602.h +26 五月 2020 | 00:52:28,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522.h +26 五月 2020 | 00:52:28,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060MethodDeclarations.h +26 五月 2020 | 00:52:28,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602MethodDeclarations.h +26 五月 2020 | 00:52:28,226 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3487770522MethodDeclarations.h +26 五月 2020 | 00:52:28,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505.h +26 五月 2020 | 00:52:28,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033.h +26 五月 2020 | 00:52:28,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865.h +26 五月 2020 | 00:52:28,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033MethodDeclarations.h +26 五月 2020 | 00:52:28,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505MethodDeclarations.h +26 五月 2020 | 00:52:28,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204.h +26 五月 2020 | 00:52:28,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509CertificateCollect3592472865MethodDeclarations.h +26 五月 2020 | 00:52:28,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514.h +26 五月 2020 | 00:52:28,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204MethodDeclarations.h +26 五月 2020 | 00:52:28,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127.h +26 五月 2020 | 00:52:28,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514MethodDeclarations.h +26 五月 2020 | 00:52:28,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592.h +26 五月 2020 | 00:52:28,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509Extension1439760127MethodDeclarations.h +26 五月 2020 | 00:52:28,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176.h +26 五月 2020 | 00:52:28,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592MethodDeclarations.h +26 五月 2020 | 00:52:28,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839.h +26 五月 2020 | 00:52:28,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176MethodDeclarations.h +26 五月 2020 | 00:52:28,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402.h +26 五月 2020 | 00:52:28,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Security_X509_X509ExtensionCollectio1640144839MethodDeclarations.h +26 五月 2020 | 00:52:28,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060.h +26 五月 2020 | 00:52:28,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402MethodDeclarations.h +26 五月 2020 | 00:52:28,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985.h +26 五月 2020 | 00:52:28,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060MethodDeclarations.h +26 五月 2020 | 00:52:28,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852.h +26 五月 2020 | 00:52:28,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SecurityParser30730985MethodDeclarations.h +26 五月 2020 | 00:52:28,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033.h +26 五月 2020 | 00:52:28,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852MethodDeclarations.h +26 五月 2020 | 00:52:28,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957.h +26 五月 2020 | 00:52:28,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033MethodDeclarations.h +26 五月 2020 | 00:52:28,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234.h +26 五月 2020 | 00:52:28,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser3549787957MethodDeclarations.h +26 五月 2020 | 00:52:28,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204.h +26 五月 2020 | 00:52:28,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234MethodDeclarations.h +26 五月 2020 | 00:52:28,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034.h +26 五月 2020 | 00:52:28,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204MethodDeclarations.h +26 五月 2020 | 00:52:28,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParserException2094031034MethodDeclarations.h +26 五月 2020 | 00:52:28,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869.h +26 五月 2020 | 00:52:28,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592.h +26 五月 2020 | 00:52:28,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015.h +26 五月 2020 | 00:52:28,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869MethodDeclarations.h +26 五月 2020 | 00:52:28,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592MethodDeclarations.h +26 五月 2020 | 00:52:28,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_Mono_Xml_SmallXmlParser_AttrListImpl4015491015MethodDeclarations.h +26 五月 2020 | 00:52:28,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054.h +26 五月 2020 | 00:52:28,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402.h +26 五月 2020 | 00:52:28,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402MethodDeclarations.h +26 五月 2020 | 00:52:28,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320.h +26 五月 2020 | 00:52:28,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852.h +26 五月 2020 | 00:52:28,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AccessViolationException182079320MethodDeclarations.h +26 五月 2020 | 00:52:28,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054MethodDeclarations.h +26 五月 2020 | 00:52:28,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852MethodDeclarations.h +26 五月 2020 | 00:52:28,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830.h +26 五月 2020 | 00:52:28,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694.h +26 五月 2020 | 00:52:28,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234.h +26 五月 2020 | 00:52:28,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen1873676830MethodDeclarations.h +26 五月 2020 | 00:52:28,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694MethodDeclarations.h +26 五月 2020 | 00:52:28,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234MethodDeclarations.h +26 五月 2020 | 00:52:28,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726.h +26 五月 2020 | 00:52:28,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878.h +26 五月 2020 | 00:52:28,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869.h +26 五月 2020 | 00:52:28,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2089201726MethodDeclarations.h +26 五月 2020 | 00:52:28,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878MethodDeclarations.h +26 五月 2020 | 00:52:28,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677.h +26 五月 2020 | 00:52:28,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869MethodDeclarations.h +26 五月 2020 | 00:52:28,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2491248677MethodDeclarations.h +26 五月 2020 | 00:52:28,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054.h +26 五月 2020 | 00:52:28,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522.h +26 五月 2020 | 00:52:28,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027.h +26 五月 2020 | 00:52:28,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054MethodDeclarations.h +26 五月 2020 | 00:52:28,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522MethodDeclarations.h +26 五月 2020 | 00:52:28,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2511354027MethodDeclarations.h +26 五月 2020 | 00:52:28,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411.h +26 五月 2020 | 00:52:28,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380.h +26 五月 2020 | 00:52:28,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694.h +26 五月 2020 | 00:52:28,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411MethodDeclarations.h +26 五月 2020 | 00:52:28,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2879888380MethodDeclarations.h +26 五月 2020 | 00:52:28,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409.h +26 五月 2020 | 00:52:28,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694MethodDeclarations.h +26 五月 2020 | 00:52:28,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436.h +26 五月 2020 | 00:52:28,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878.h +26 五月 2020 | 00:52:28,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409MethodDeclarations.h +26 五月 2020 | 00:52:28,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878MethodDeclarations.h +26 五月 2020 | 00:52:28,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317.h +26 五月 2020 | 00:52:28,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen2959435436MethodDeclarations.h +26 五月 2020 | 00:52:28,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317MethodDeclarations.h +26 五月 2020 | 00:52:28,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522.h +26 五月 2020 | 00:52:28,274 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018.h +26 五月 2020 | 00:52:28,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016.h +26 五月 2020 | 00:52:28,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522MethodDeclarations.h +26 五月 2020 | 00:52:28,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3039104018MethodDeclarations.h +26 五月 2020 | 00:52:28,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016MethodDeclarations.h +26 五月 2020 | 00:52:28,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411.h +26 五月 2020 | 00:52:28,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812.h +26 五月 2020 | 00:52:28,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182.h +26 五月 2020 | 00:52:28,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411MethodDeclarations.h +26 五月 2020 | 00:52:28,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3263047812MethodDeclarations.h +26 五月 2020 | 00:52:28,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182MethodDeclarations.h +26 五月 2020 | 00:52:28,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409.h +26 五月 2020 | 00:52:28,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205.h +26 五月 2020 | 00:52:28,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100.h +26 五月 2020 | 00:52:28,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409MethodDeclarations.h +26 五月 2020 | 00:52:28,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205MethodDeclarations.h +26 五月 2020 | 00:52:28,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3627374100MethodDeclarations.h +26 五月 2020 | 00:52:28,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317.h +26 五月 2020 | 00:52:28,285 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697.h +26 五月 2020 | 00:52:28,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317MethodDeclarations.h +26 五月 2020 | 00:52:28,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen3885079697MethodDeclarations.h +26 五月 2020 | 00:52:28,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016.h +26 五月 2020 | 00:52:28,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073.h +26 五月 2020 | 00:52:28,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765.h +26 五月 2020 | 00:52:28,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016MethodDeclarations.h +26 五月 2020 | 00:52:28,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen4041298073MethodDeclarations.h +26 五月 2020 | 00:52:28,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182.h +26 五月 2020 | 00:52:28,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765MethodDeclarations.h +26 五月 2020 | 00:52:28,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064.h +26 五月 2020 | 00:52:28,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182MethodDeclarations.h +26 五月 2020 | 00:52:28,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710.h +26 五月 2020 | 00:52:28,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen81117064MethodDeclarations.h +26 五月 2020 | 00:52:28,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205.h +26 五月 2020 | 00:52:28,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710MethodDeclarations.h +26 五月 2020 | 00:52:28,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105.h +26 五月 2020 | 00:52:28,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205MethodDeclarations.h +26 五月 2020 | 00:52:28,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715.h +26 五月 2020 | 00:52:28,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Action_1_gen909195105MethodDeclarations.h +26 五月 2020 | 00:52:28,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765.h +26 五月 2020 | 00:52:28,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715MethodDeclarations.h +26 五月 2020 | 00:52:28,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809.h +26 五月 2020 | 00:52:28,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765MethodDeclarations.h +26 五月 2020 | 00:52:28,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060.h +26 五月 2020 | 00:52:28,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ActivationContext1572332809MethodDeclarations.h +26 五月 2020 | 00:52:28,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710.h +26 五月 2020 | 00:52:28,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060MethodDeclarations.h +26 五月 2020 | 00:52:28,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710MethodDeclarations.h +26 五月 2020 | 00:52:28,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717.h +26 五月 2020 | 00:52:28,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877.h +26 五月 2020 | 00:52:28,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715.h +26 五月 2020 | 00:52:28,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Activator1850728717MethodDeclarations.h +26 五月 2020 | 00:52:28,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877MethodDeclarations.h +26 五月 2020 | 00:52:28,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715MethodDeclarations.h +26 五月 2020 | 00:52:28,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437.h +26 五月 2020 | 00:52:28,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337.h +26 五月 2020 | 00:52:28,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060.h +26 五月 2020 | 00:52:28,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomain2719102437MethodDeclarations.h +26 五月 2020 | 00:52:28,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337MethodDeclarations.h +26 五月 2020 | 00:52:28,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060MethodDeclarations.h +26 五月 2020 | 00:52:28,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613.h +26 五月 2020 | 00:52:28,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877.h +26 五月 2020 | 00:52:28,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523.h +26 五月 2020 | 00:52:28,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainInitializer3898244613MethodDeclarations.h +26 五月 2020 | 00:52:28,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877MethodDeclarations.h +26 五月 2020 | 00:52:28,308 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523MethodDeclarations.h +26 五月 2020 | 00:52:28,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337.h +26 五月 2020 | 00:52:28,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696.h +26 五月 2020 | 00:52:28,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495.h +26 五月 2020 | 00:52:28,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainManager54965696MethodDeclarations.h +26 五月 2020 | 00:52:28,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495MethodDeclarations.h +26 五月 2020 | 00:52:28,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337MethodDeclarations.h +26 五月 2020 | 00:52:28,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832.h +26 五月 2020 | 00:52:28,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143.h +26 五月 2020 | 00:52:28,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523.h +26 五月 2020 | 00:52:28,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AppDomainSetup611332832MethodDeclarations.h +26 五月 2020 | 00:52:28,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143MethodDeclarations.h +26 五月 2020 | 00:52:28,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523MethodDeclarations.h +26 五月 2020 | 00:52:28,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710.h +26 五月 2020 | 00:52:28,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623.h +26 五月 2020 | 00:52:28,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495.h +26 五月 2020 | 00:52:28,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ApplicationException474868623MethodDeclarations.h +26 五月 2020 | 00:52:28,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710MethodDeclarations.h +26 五月 2020 | 00:52:28,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495MethodDeclarations.h +26 五月 2020 | 00:52:28,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950.h +26 五月 2020 | 00:52:28,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194.h +26 五月 2020 | 00:52:28,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143.h +26 五月 2020 | 00:52:28,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ApplicationIdentity3292367950MethodDeclarations.h +26 五月 2020 | 00:52:28,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194MethodDeclarations.h +26 五月 2020 | 00:52:28,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143MethodDeclarations.h +26 五月 2020 | 00:52:28,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752.h +26 五月 2020 | 00:52:28,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782.h +26 五月 2020 | 00:52:28,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710.h +26 五月 2020 | 00:52:28,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgIterator2628088752MethodDeclarations.h +26 五月 2020 | 00:52:28,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782MethodDeclarations.h +26 五月 2020 | 00:52:28,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710MethodDeclarations.h +26 五月 2020 | 00:52:28,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390.h +26 五月 2020 | 00:52:28,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283.h +26 五月 2020 | 00:52:28,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194.h +26 五月 2020 | 00:52:28,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentException3259014390MethodDeclarations.h +26 五月 2020 | 00:52:28,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283MethodDeclarations.h +26 五月 2020 | 00:52:28,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194MethodDeclarations.h +26 五月 2020 | 00:52:28,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841.h +26 五月 2020 | 00:52:28,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782.h +26 五月 2020 | 00:52:28,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857.h +26 五月 2020 | 00:52:28,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841MethodDeclarations.h +26 五月 2020 | 00:52:28,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782MethodDeclarations.h +26 五月 2020 | 00:52:28,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentNullException628810857MethodDeclarations.h +26 五月 2020 | 00:52:28,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842.h +26 五月 2020 | 00:52:28,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283.h +26 五月 2020 | 00:52:28,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794.h +26 五月 2020 | 00:52:28,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842MethodDeclarations.h +26 五月 2020 | 00:52:28,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283MethodDeclarations.h +26 五月 2020 | 00:52:28,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArgumentOutOfRangeException279959794MethodDeclarations.h +26 五月 2020 | 00:52:28,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843.h +26 五月 2020 | 00:52:28,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841.h +26 五月 2020 | 00:52:28,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543.h +26 五月 2020 | 00:52:28,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843MethodDeclarations.h +26 五月 2020 | 00:52:28,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841MethodDeclarations.h +26 五月 2020 | 00:52:28,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArithmeticException3261462543MethodDeclarations.h +26 五月 2020 | 00:52:28,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337.h +26 五月 2020 | 00:52:28,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842.h +26 五月 2020 | 00:52:28,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array3829468939.h +26 五月 2020 | 00:52:28,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337MethodDeclarations.h +26 五月 2020 | 00:52:28,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842MethodDeclarations.h +26 五月 2020 | 00:52:28,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327.h +26 五月 2020 | 00:52:28,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array3829468939MethodDeclarations.h +26 五月 2020 | 00:52:28,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843.h +26 五月 2020 | 00:52:28,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327MethodDeclarations.h +26 五月 2020 | 00:52:28,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843MethodDeclarations.h +26 五月 2020 | 00:52:28,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341.h +26 五月 2020 | 00:52:28,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864.h +26 五月 2020 | 00:52:28,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337.h +26 五月 2020 | 00:52:28,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864MethodDeclarations.h +26 五月 2020 | 00:52:28,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen1600562341MethodDeclarations.h +26 五月 2020 | 00:52:28,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414.h +26 五月 2020 | 00:52:28,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337MethodDeclarations.h +26 五月 2020 | 00:52:28,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327.h +26 五月 2020 | 00:52:28,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414MethodDeclarations.h +26 五月 2020 | 00:52:28,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482.h +26 五月 2020 | 00:52:28,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327MethodDeclarations.h +26 五月 2020 | 00:52:28,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215.h +26 五月 2020 | 00:52:28,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArraySegment_1_gen2594217482MethodDeclarations.h +26 五月 2020 | 00:52:28,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215MethodDeclarations.h +26 五月 2020 | 00:52:28,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864.h +26 五月 2020 | 00:52:28,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864MethodDeclarations.h +26 五月 2020 | 00:52:28,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414.h +26 五月 2020 | 00:52:28,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414MethodDeclarations.h +26 五月 2020 | 00:52:28,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202.h +26 五月 2020 | 00:52:28,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632.h +26 五月 2020 | 00:52:28,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215.h +26 五月 2020 | 00:52:28,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ArrayTypeMismatchException2071164632MethodDeclarations.h +26 五月 2020 | 00:52:28,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215MethodDeclarations.h +26 五月 2020 | 00:52:28,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202MethodDeclarations.h +26 五月 2020 | 00:52:28,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202.h +26 五月 2020 | 00:52:28,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568.h +26 五月 2020 | 00:52:28,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202MethodDeclarations.h +26 五月 2020 | 00:52:28,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn1254237568MethodDeclarations.h +26 五月 2020 | 00:52:28,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680.h +26 五月 2020 | 00:52:28,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949.h +26 五月 2020 | 00:52:28,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn2445488949MethodDeclarations.h +26 五月 2020 | 00:52:28,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680MethodDeclarations.h +26 五月 2020 | 00:52:28,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680.h +26 五月 2020 | 00:52:28,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493.h +26 五月 2020 | 00:52:28,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924.h +26 五月 2020 | 00:52:28,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680MethodDeclarations.h +26 五月 2020 | 00:52:28,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924MethodDeclarations.h +26 五月 2020 | 00:52:28,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_U3CGetEn4145164493MethodDeclarations.h +26 五月 2020 | 00:52:28,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924.h +26 五月 2020 | 00:52:28,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819.h +26 五月 2020 | 00:52:28,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890.h +26 五月 2020 | 00:52:28,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924MethodDeclarations.h +26 五月 2020 | 00:52:28,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819MethodDeclarations.h +26 五月 2020 | 00:52:28,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen1279844890MethodDeclarations.h +26 五月 2020 | 00:52:28,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271.h +26 五月 2020 | 00:52:28,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076.h +26 五月 2020 | 00:52:28,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819.h +26 五月 2020 | 00:52:28,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen2471096271MethodDeclarations.h +26 五月 2020 | 00:52:28,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819MethodDeclarations.h +26 五月 2020 | 00:52:28,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815.h +26 五月 2020 | 00:52:28,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076MethodDeclarations.h +26 五月 2020 | 00:52:28,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_ArrayReadOnlyList_1_gen4170771815MethodDeclarations.h +26 五月 2020 | 00:52:28,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562.h +26 五月 2020 | 00:52:28,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600.h +26 五月 2020 | 00:52:28,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076.h +26 五月 2020 | 00:52:28,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562MethodDeclarations.h +26 五月 2020 | 00:52:28,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1008311600MethodDeclarations.h +26 五月 2020 | 00:52:28,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634.h +26 五月 2020 | 00:52:28,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239.h +26 五月 2020 | 00:52:28,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634MethodDeclarations.h +26 五月 2020 | 00:52:28,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1048213239MethodDeclarations.h +26 五月 2020 | 00:52:28,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807.h +26 五月 2020 | 00:52:28,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189.h +26 五月 2020 | 00:52:28,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807MethodDeclarations.h +26 五月 2020 | 00:52:28,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1052459189MethodDeclarations.h +26 五月 2020 | 00:52:28,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807.h +26 五月 2020 | 00:52:28,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695.h +26 五月 2020 | 00:52:28,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807MethodDeclarations.h +26 五月 2020 | 00:52:28,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen106780695MethodDeclarations.h +26 五月 2020 | 00:52:28,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871.h +26 五月 2020 | 00:52:28,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961.h +26 五月 2020 | 00:52:28,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871MethodDeclarations.h +26 五月 2020 | 00:52:28,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1108827961MethodDeclarations.h +26 五月 2020 | 00:52:28,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076MethodDeclarations.h +26 五月 2020 | 00:52:28,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090.h +26 五月 2020 | 00:52:28,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562.h +26 五月 2020 | 00:52:28,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412.h +26 五月 2020 | 00:52:28,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090MethodDeclarations.h +26 五月 2020 | 00:52:28,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1113792412MethodDeclarations.h +26 五月 2020 | 00:52:28,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762.h +26 五月 2020 | 00:52:28,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107.h +26 五月 2020 | 00:52:28,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762MethodDeclarations.h +26 五月 2020 | 00:52:28,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1141832107MethodDeclarations.h +26 五月 2020 | 00:52:28,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562MethodDeclarations.h +26 五月 2020 | 00:52:28,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744.h +26 五月 2020 | 00:52:28,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661.h +26 五月 2020 | 00:52:28,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634.h +26 五月 2020 | 00:52:28,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744MethodDeclarations.h +26 五月 2020 | 00:52:28,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1145998661MethodDeclarations.h +26 五月 2020 | 00:52:28,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634MethodDeclarations.h +26 五月 2020 | 00:52:28,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807.h +26 五月 2020 | 00:52:28,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411.h +26 五月 2020 | 00:52:28,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193.h +26 五月 2020 | 00:52:28,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807MethodDeclarations.h +26 五月 2020 | 00:52:28,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1191988411MethodDeclarations.h +26 五月 2020 | 00:52:28,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193MethodDeclarations.h +26 五月 2020 | 00:52:28,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807.h +26 五月 2020 | 00:52:28,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145.h +26 五月 2020 | 00:52:28,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557.h +26 五月 2020 | 00:52:28,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1266026145MethodDeclarations.h +26 五月 2020 | 00:52:28,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807MethodDeclarations.h +26 五月 2020 | 00:52:28,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557MethodDeclarations.h +26 五月 2020 | 00:52:28,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811.h +26 五月 2020 | 00:52:28,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871.h +26 五月 2020 | 00:52:28,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1313169811MethodDeclarations.h +26 五月 2020 | 00:52:28,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871MethodDeclarations.h +26 五月 2020 | 00:52:28,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090.h +26 五月 2020 | 00:52:28,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090MethodDeclarations.h +26 五月 2020 | 00:52:28,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898.h +26 五月 2020 | 00:52:28,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740.h +26 五月 2020 | 00:52:28,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762.h +26 五月 2020 | 00:52:28,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1353477898MethodDeclarations.h +26 五月 2020 | 00:52:28,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740MethodDeclarations.h +26 五月 2020 | 00:52:28,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735.h +26 五月 2020 | 00:52:28,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631.h +26 五月 2020 | 00:52:28,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735MethodDeclarations.h +26 五月 2020 | 00:52:28,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1372718631MethodDeclarations.h +26 五月 2020 | 00:52:28,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681.h +26 五月 2020 | 00:52:28,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762MethodDeclarations.h +26 五月 2020 | 00:52:28,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358.h +26 五月 2020 | 00:52:28,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1377092681MethodDeclarations.h +26 五月 2020 | 00:52:28,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744.h +26 五月 2020 | 00:52:28,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358MethodDeclarations.h +26 五月 2020 | 00:52:28,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860.h +26 五月 2020 | 00:52:28,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744MethodDeclarations.h +26 五月 2020 | 00:52:28,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817.h +26 五月 2020 | 00:52:28,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1401395860MethodDeclarations.h +26 五月 2020 | 00:52:28,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817MethodDeclarations.h +26 五月 2020 | 00:52:28,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193.h +26 五月 2020 | 00:52:28,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347.h +26 五月 2020 | 00:52:28,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193MethodDeclarations.h +26 五月 2020 | 00:52:28,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202.h +26 五月 2020 | 00:52:28,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1414526347MethodDeclarations.h +26 五月 2020 | 00:52:28,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557.h +26 五月 2020 | 00:52:28,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202MethodDeclarations.h +26 五月 2020 | 00:52:28,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370.h +26 五月 2020 | 00:52:28,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230.h +26 五月 2020 | 00:52:28,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557MethodDeclarations.h +26 五月 2020 | 00:52:28,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1443813370MethodDeclarations.h +26 五月 2020 | 00:52:28,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740.h +26 五月 2020 | 00:52:28,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230MethodDeclarations.h +26 五月 2020 | 00:52:28,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246.h +26 五月 2020 | 00:52:28,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267.h +26 五月 2020 | 00:52:28,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1502940246MethodDeclarations.h +26 五月 2020 | 00:52:28,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740MethodDeclarations.h +26 五月 2020 | 00:52:28,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127.h +26 五月 2020 | 00:52:28,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735.h +26 五月 2020 | 00:52:28,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267MethodDeclarations.h +26 五月 2020 | 00:52:28,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1542250127MethodDeclarations.h +26 五月 2020 | 00:52:28,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931.h +26 五月 2020 | 00:52:28,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1551957931MethodDeclarations.h +26 五月 2020 | 00:52:28,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695.h +26 五月 2020 | 00:52:28,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735MethodDeclarations.h +26 五月 2020 | 00:52:28,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1559726695MethodDeclarations.h +26 五月 2020 | 00:52:28,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358.h +26 五月 2020 | 00:52:28,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358MethodDeclarations.h +26 五月 2020 | 00:52:28,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804.h +26 五月 2020 | 00:52:28,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817.h +26 五月 2020 | 00:52:28,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817MethodDeclarations.h +26 五月 2020 | 00:52:28,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374.h +26 五月 2020 | 00:52:28,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202.h +26 五月 2020 | 00:52:28,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1575877374MethodDeclarations.h +26 五月 2020 | 00:52:28,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202MethodDeclarations.h +26 五月 2020 | 00:52:28,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339.h +26 五月 2020 | 00:52:28,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804MethodDeclarations.h +26 五月 2020 | 00:52:28,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230.h +26 五月 2020 | 00:52:28,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1583453339MethodDeclarations.h +26 五月 2020 | 00:52:28,490 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230MethodDeclarations.h +26 五月 2020 | 00:52:28,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176.h +26 五月 2020 | 00:52:28,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285.h +26 五月 2020 | 00:52:28,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267.h +26 五月 2020 | 00:52:28,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176MethodDeclarations.h +26 五月 2020 | 00:52:28,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1637326285MethodDeclarations.h +26 五月 2020 | 00:52:28,493 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267MethodDeclarations.h +26 五月 2020 | 00:52:28,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265.h +26 五月 2020 | 00:52:28,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294.h +26 五月 2020 | 00:52:28,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265MethodDeclarations.h +26 五月 2020 | 00:52:28,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804.h +26 五月 2020 | 00:52:28,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723327294MethodDeclarations.h +26 五月 2020 | 00:52:28,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804MethodDeclarations.h +26 五月 2020 | 00:52:28,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404.h +26 五月 2020 | 00:52:28,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533.h +26 五月 2020 | 00:52:28,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404MethodDeclarations.h +26 五月 2020 | 00:52:28,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176.h +26 五月 2020 | 00:52:28,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1723885533MethodDeclarations.h +26 五月 2020 | 00:52:28,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553.h +26 五月 2020 | 00:52:28,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176MethodDeclarations.h +26 五月 2020 | 00:52:28,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780.h +26 五月 2020 | 00:52:28,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553MethodDeclarations.h +26 五月 2020 | 00:52:28,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265.h +26 五月 2020 | 00:52:28,502 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1733269780MethodDeclarations.h +26 五月 2020 | 00:52:28,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903.h +26 五月 2020 | 00:52:28,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265MethodDeclarations.h +26 五月 2020 | 00:52:28,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097.h +26 五月 2020 | 00:52:28,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903MethodDeclarations.h +26 五月 2020 | 00:52:28,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404.h +26 五月 2020 | 00:52:28,506 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1747572097MethodDeclarations.h +26 五月 2020 | 00:52:28,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684.h +26 五月 2020 | 00:52:28,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404MethodDeclarations.h +26 五月 2020 | 00:52:28,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299.h +26 五月 2020 | 00:52:28,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684MethodDeclarations.h +26 五月 2020 | 00:52:28,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553.h +26 五月 2020 | 00:52:28,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1767830299MethodDeclarations.h +26 五月 2020 | 00:52:28,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405.h +26 五月 2020 | 00:52:28,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414.h +26 五月 2020 | 00:52:28,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553MethodDeclarations.h +26 五月 2020 | 00:52:28,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1784698414MethodDeclarations.h +26 五月 2020 | 00:52:28,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405MethodDeclarations.h +26 五月 2020 | 00:52:28,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903.h +26 五月 2020 | 00:52:28,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163.h +26 五月 2020 | 00:52:28,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660.h +26 五月 2020 | 00:52:28,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903MethodDeclarations.h +26 五月 2020 | 00:52:29,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1821484163MethodDeclarations.h +26 五月 2020 | 00:52:29,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660MethodDeclarations.h +26 五月 2020 | 00:52:29,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684.h +26 五月 2020 | 00:52:29,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304.h +26 五月 2020 | 00:52:29,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684MethodDeclarations.h +26 五月 2020 | 00:52:29,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen18266304MethodDeclarations.h +26 五月 2020 | 00:52:29,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405.h +26 五月 2020 | 00:52:29,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903.h +26 五月 2020 | 00:52:29,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405MethodDeclarations.h +26 五月 2020 | 00:52:29,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1835572903MethodDeclarations.h +26 五月 2020 | 00:52:29,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660.h +26 五月 2020 | 00:52:29,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873.h +26 五月 2020 | 00:52:29,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660MethodDeclarations.h +26 五月 2020 | 00:52:29,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1845634873MethodDeclarations.h +26 五月 2020 | 00:52:29,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506.h +26 五月 2020 | 00:52:29,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1859005506MethodDeclarations.h +26 五月 2020 | 00:52:29,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379.h +26 五月 2020 | 00:52:29,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1880354379MethodDeclarations.h +26 五月 2020 | 00:52:29,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977.h +26 五月 2020 | 00:52:29,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1945740977MethodDeclarations.h +26 五月 2020 | 00:52:29,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966.h +26 五月 2020 | 00:52:29,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen1991791966MethodDeclarations.h +26 五月 2020 | 00:52:29,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153.h +26 五月 2020 | 00:52:29,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096.h +26 五月 2020 | 00:52:29,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153MethodDeclarations.h +26 五月 2020 | 00:52:29,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2006493096MethodDeclarations.h +26 五月 2020 | 00:52:29,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466.h +26 五月 2020 | 00:52:29,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330.h +26 五月 2020 | 00:52:29,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466MethodDeclarations.h +26 五月 2020 | 00:52:29,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2033732330MethodDeclarations.h +26 五月 2020 | 00:52:29,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413.h +26 五月 2020 | 00:52:29,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076.h +26 五月 2020 | 00:52:29,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042337076MethodDeclarations.h +26 五月 2020 | 00:52:29,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951.h +26 五月 2020 | 00:52:29,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153.h +26 五月 2020 | 00:52:29,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2042545951MethodDeclarations.h +26 五月 2020 | 00:52:29,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413MethodDeclarations.h +26 五月 2020 | 00:52:29,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153MethodDeclarations.h +26 五月 2020 | 00:52:29,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466.h +26 五月 2020 | 00:52:29,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466MethodDeclarations.h +26 五月 2020 | 00:52:29,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510.h +26 五月 2020 | 00:52:29,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413.h +26 五月 2020 | 00:52:29,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen205680510MethodDeclarations.h +26 五月 2020 | 00:52:29,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211.h +26 五月 2020 | 00:52:29,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2062919211MethodDeclarations.h +26 五月 2020 | 00:52:29,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413MethodDeclarations.h +26 五月 2020 | 00:52:29,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850.h +26 五月 2020 | 00:52:29,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850.h +26 五月 2020 | 00:52:29,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488.h +26 五月 2020 | 00:52:29,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850MethodDeclarations.h +26 五月 2020 | 00:52:29,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2162555488MethodDeclarations.h +26 五月 2020 | 00:52:29,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887.h +26 五月 2020 | 00:52:29,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2192068887MethodDeclarations.h +26 五月 2020 | 00:52:29,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865.h +26 五月 2020 | 00:52:29,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2228988865MethodDeclarations.h +26 五月 2020 | 00:52:29,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942.h +26 五月 2020 | 00:52:29,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen223115942MethodDeclarations.h +26 五月 2020 | 00:52:29,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892.h +26 五月 2020 | 00:52:29,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2235177892MethodDeclarations.h +26 五月 2020 | 00:52:29,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478.h +26 五月 2020 | 00:52:29,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2239771478MethodDeclarations.h +26 五月 2020 | 00:52:29,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985.h +26 五月 2020 | 00:52:29,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850MethodDeclarations.h +26 五月 2020 | 00:52:29,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2258723985MethodDeclarations.h +26 五月 2020 | 00:52:29,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533.h +26 五月 2020 | 00:52:29,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181.h +26 五月 2020 | 00:52:29,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533MethodDeclarations.h +26 五月 2020 | 00:52:29,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004.h +26 五月 2020 | 00:52:29,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2295065181MethodDeclarations.h +26 五月 2020 | 00:52:29,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004MethodDeclarations.h +26 五月 2020 | 00:52:29,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314.h +26 五月 2020 | 00:52:29,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274.h +26 五月 2020 | 00:52:29,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen229976314MethodDeclarations.h +26 五月 2020 | 00:52:29,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274MethodDeclarations.h +26 五月 2020 | 00:52:29,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068.h +26 五月 2020 | 00:52:29,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068MethodDeclarations.h +26 五月 2020 | 00:52:29,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320.h +26 五月 2020 | 00:52:29,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320MethodDeclarations.h +26 五月 2020 | 00:52:29,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640.h +26 五月 2020 | 00:52:29,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640MethodDeclarations.h +26 五月 2020 | 00:52:29,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481.h +26 五月 2020 | 00:52:29,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481MethodDeclarations.h +26 五月 2020 | 00:52:29,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988.h +26 五月 2020 | 00:52:29,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988MethodDeclarations.h +26 五月 2020 | 00:52:29,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599.h +26 五月 2020 | 00:52:29,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599MethodDeclarations.h +26 五月 2020 | 00:52:29,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736.h +26 五月 2020 | 00:52:29,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736MethodDeclarations.h +26 五月 2020 | 00:52:29,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224.h +26 五月 2020 | 00:52:29,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224MethodDeclarations.h +26 五月 2020 | 00:52:29,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413.h +26 五月 2020 | 00:52:29,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413MethodDeclarations.h +26 五月 2020 | 00:52:29,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275.h +26 五月 2020 | 00:52:29,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275MethodDeclarations.h +26 五月 2020 | 00:52:29,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211.h +26 五月 2020 | 00:52:29,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211MethodDeclarations.h +26 五月 2020 | 00:52:29,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231.h +26 五月 2020 | 00:52:29,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231MethodDeclarations.h +26 五月 2020 | 00:52:29,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315.h +26 五月 2020 | 00:52:29,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315MethodDeclarations.h +26 五月 2020 | 00:52:29,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602.h +26 五月 2020 | 00:52:29,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533.h +26 五月 2020 | 00:52:29,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308223602MethodDeclarations.h +26 五月 2020 | 00:52:29,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533MethodDeclarations.h +26 五月 2020 | 00:52:29,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505.h +26 五月 2020 | 00:52:29,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004.h +26 五月 2020 | 00:52:29,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004MethodDeclarations.h +26 五月 2020 | 00:52:29,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274.h +26 五月 2020 | 00:52:29,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274MethodDeclarations.h +26 五月 2020 | 00:52:29,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068.h +26 五月 2020 | 00:52:29,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068MethodDeclarations.h +26 五月 2020 | 00:52:29,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320.h +26 五月 2020 | 00:52:29,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320MethodDeclarations.h +26 五月 2020 | 00:52:29,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640.h +26 五月 2020 | 00:52:29,308 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640MethodDeclarations.h +26 五月 2020 | 00:52:29,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481.h +26 五月 2020 | 00:52:29,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481MethodDeclarations.h +26 五月 2020 | 00:52:29,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988.h +26 五月 2020 | 00:52:29,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988MethodDeclarations.h +26 五月 2020 | 00:52:29,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202.h +26 五月 2020 | 00:52:29,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202MethodDeclarations.h +26 五月 2020 | 00:52:29,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432.h +26 五月 2020 | 00:52:29,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432MethodDeclarations.h +26 五月 2020 | 00:52:29,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884.h +26 五月 2020 | 00:52:29,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884MethodDeclarations.h +26 五月 2020 | 00:52:29,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880.h +26 五月 2020 | 00:52:29,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880MethodDeclarations.h +26 五月 2020 | 00:52:29,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314.h +26 五月 2020 | 00:52:29,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314MethodDeclarations.h +26 五月 2020 | 00:52:29,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740.h +26 五月 2020 | 00:52:29,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740MethodDeclarations.h +26 五月 2020 | 00:52:29,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647.h +26 五月 2020 | 00:52:29,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647MethodDeclarations.h +26 五月 2020 | 00:52:29,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2308361505MethodDeclarations.h +26 五月 2020 | 00:52:29,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490.h +26 五月 2020 | 00:52:29,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599.h +26 五月 2020 | 00:52:29,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490MethodDeclarations.h +26 五月 2020 | 00:52:29,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514.h +26 五月 2020 | 00:52:29,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599MethodDeclarations.h +26 五月 2020 | 00:52:29,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen231330514MethodDeclarations.h +26 五月 2020 | 00:52:29,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480.h +26 五月 2020 | 00:52:29,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736.h +26 五月 2020 | 00:52:29,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480MethodDeclarations.h +26 五月 2020 | 00:52:29,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176.h +26 五月 2020 | 00:52:29,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2356950176MethodDeclarations.h +26 五月 2020 | 00:52:29,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668.h +26 五月 2020 | 00:52:29,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060.h +26 五月 2020 | 00:52:29,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668MethodDeclarations.h +26 五月 2020 | 00:52:29,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2365554060MethodDeclarations.h +26 五月 2020 | 00:52:29,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093.h +26 五月 2020 | 00:52:29,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033.h +26 五月 2020 | 00:52:29,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093MethodDeclarations.h +26 五月 2020 | 00:52:29,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2404719033MethodDeclarations.h +26 五月 2020 | 00:52:29,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576.h +26 五月 2020 | 00:52:29,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204.h +26 五月 2020 | 00:52:29,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576MethodDeclarations.h +26 五月 2020 | 00:52:29,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen240568204MethodDeclarations.h +26 五月 2020 | 00:52:29,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476.h +26 五月 2020 | 00:52:29,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592.h +26 五月 2020 | 00:52:29,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476MethodDeclarations.h +26 五月 2020 | 00:52:29,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen245540592MethodDeclarations.h +26 五月 2020 | 00:52:29,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402.h +26 五月 2020 | 00:52:29,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen246889402MethodDeclarations.h +26 五月 2020 | 00:52:29,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852.h +26 五月 2020 | 00:52:29,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen24822852MethodDeclarations.h +26 五月 2020 | 00:52:29,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234.h +26 五月 2020 | 00:52:29,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2501138234MethodDeclarations.h +26 五月 2020 | 00:52:29,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869.h +26 五月 2020 | 00:52:29,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2523716869MethodDeclarations.h +26 五月 2020 | 00:52:29,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054.h +26 五月 2020 | 00:52:29,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2532606054MethodDeclarations.h +26 五月 2020 | 00:52:29,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736MethodDeclarations.h +26 五月 2020 | 00:52:29,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870.h +26 五月 2020 | 00:52:29,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224.h +26 五月 2020 | 00:52:29,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870MethodDeclarations.h +26 五月 2020 | 00:52:29,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224MethodDeclarations.h +26 五月 2020 | 00:52:29,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120.h +26 五月 2020 | 00:52:29,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413.h +26 五月 2020 | 00:52:29,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120MethodDeclarations.h +26 五月 2020 | 00:52:29,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413MethodDeclarations.h +26 五月 2020 | 00:52:29,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275.h +26 五月 2020 | 00:52:29,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275MethodDeclarations.h +26 五月 2020 | 00:52:29,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211.h +26 五月 2020 | 00:52:29,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211MethodDeclarations.h +26 五月 2020 | 00:52:29,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231.h +26 五月 2020 | 00:52:29,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231MethodDeclarations.h +26 五月 2020 | 00:52:29,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315.h +26 五月 2020 | 00:52:29,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315MethodDeclarations.h +26 五月 2020 | 00:52:29,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202.h +26 五月 2020 | 00:52:29,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202MethodDeclarations.h +26 五月 2020 | 00:52:29,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432.h +26 五月 2020 | 00:52:29,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432MethodDeclarations.h +26 五月 2020 | 00:52:29,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884.h +26 五月 2020 | 00:52:29,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884MethodDeclarations.h +26 五月 2020 | 00:52:29,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880.h +26 五月 2020 | 00:52:29,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880MethodDeclarations.h +26 五月 2020 | 00:52:29,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694.h +26 五月 2020 | 00:52:29,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen257447694MethodDeclarations.h +26 五月 2020 | 00:52:29,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878.h +26 五月 2020 | 00:52:29,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen258040878MethodDeclarations.h +26 五月 2020 | 00:52:29,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313.h +26 五月 2020 | 00:52:29,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314.h +26 五月 2020 | 00:52:29,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314MethodDeclarations.h +26 五月 2020 | 00:52:29,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313MethodDeclarations.h +26 五月 2020 | 00:52:29,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740.h +26 五月 2020 | 00:52:29,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308.h +26 五月 2020 | 00:52:29,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740MethodDeclarations.h +26 五月 2020 | 00:52:29,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647.h +26 五月 2020 | 00:52:29,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308MethodDeclarations.h +26 五月 2020 | 00:52:29,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522.h +26 五月 2020 | 00:52:29,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356.h +26 五月 2020 | 00:52:29,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647MethodDeclarations.h +26 五月 2020 | 00:52:29,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2611043522MethodDeclarations.h +26 五月 2020 | 00:52:29,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356MethodDeclarations.h +26 五月 2020 | 00:52:29,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411.h +26 五月 2020 | 00:52:29,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687.h +26 五月 2020 | 00:52:29,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2613618411MethodDeclarations.h +26 五月 2020 | 00:52:29,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687MethodDeclarations.h +26 五月 2020 | 00:52:29,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409.h +26 五月 2020 | 00:52:29,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543.h +26 五月 2020 | 00:52:29,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543MethodDeclarations.h +26 五月 2020 | 00:52:29,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490.h +26 五月 2020 | 00:52:29,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2615285409MethodDeclarations.h +26 五月 2020 | 00:52:29,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581.h +26 五月 2020 | 00:52:29,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317.h +26 五月 2020 | 00:52:29,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490MethodDeclarations.h +26 五月 2020 | 00:52:29,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581MethodDeclarations.h +26 五月 2020 | 00:52:29,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2620119317MethodDeclarations.h +26 五月 2020 | 00:52:29,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480.h +26 五月 2020 | 00:52:29,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016.h +26 五月 2020 | 00:52:29,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480MethodDeclarations.h +26 五月 2020 | 00:52:29,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2658661016MethodDeclarations.h +26 五月 2020 | 00:52:29,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668.h +26 五月 2020 | 00:52:29,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182.h +26 五月 2020 | 00:52:29,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668MethodDeclarations.h +26 五月 2020 | 00:52:29,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2679387182MethodDeclarations.h +26 五月 2020 | 00:52:29,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093.h +26 五月 2020 | 00:52:29,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205.h +26 五月 2020 | 00:52:29,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093MethodDeclarations.h +26 五月 2020 | 00:52:29,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2735343205MethodDeclarations.h +26 五月 2020 | 00:52:29,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765.h +26 五月 2020 | 00:52:29,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2737433765MethodDeclarations.h +26 五月 2020 | 00:52:29,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710.h +26 五月 2020 | 00:52:29,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen275897710MethodDeclarations.h +26 五月 2020 | 00:52:29,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715.h +26 五月 2020 | 00:52:29,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2793198715MethodDeclarations.h +26 五月 2020 | 00:52:29,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060.h +26 五月 2020 | 00:52:29,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen280035060MethodDeclarations.h +26 五月 2020 | 00:52:29,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877.h +26 五月 2020 | 00:52:29,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2870158877MethodDeclarations.h +26 五月 2020 | 00:52:29,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337.h +26 五月 2020 | 00:52:29,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212.h +26 五月 2020 | 00:52:29,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576.h +26 五月 2020 | 00:52:29,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212MethodDeclarations.h +26 五月 2020 | 00:52:29,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576MethodDeclarations.h +26 五月 2020 | 00:52:29,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907.h +26 五月 2020 | 00:52:29,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476.h +26 五月 2020 | 00:52:29,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907MethodDeclarations.h +26 五月 2020 | 00:52:29,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476MethodDeclarations.h +26 五月 2020 | 00:52:29,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669.h +26 五月 2020 | 00:52:29,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669MethodDeclarations.h +26 五月 2020 | 00:52:29,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582.h +26 五月 2020 | 00:52:29,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582MethodDeclarations.h +26 五月 2020 | 00:52:29,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805.h +26 五月 2020 | 00:52:29,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805MethodDeclarations.h +26 五月 2020 | 00:52:29,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2879144337MethodDeclarations.h +26 五月 2020 | 00:52:29,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889.h +26 五月 2020 | 00:52:29,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523.h +26 五月 2020 | 00:52:29,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889MethodDeclarations.h +26 五月 2020 | 00:52:29,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2881283523MethodDeclarations.h +26 五月 2020 | 00:52:29,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858.h +26 五月 2020 | 00:52:29,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495.h +26 五月 2020 | 00:52:29,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2887972495MethodDeclarations.h +26 五月 2020 | 00:52:29,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143.h +26 五月 2020 | 00:52:29,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2909047143MethodDeclarations.h +26 五月 2020 | 00:52:29,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710.h +26 五月 2020 | 00:52:29,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2930629710MethodDeclarations.h +26 五月 2020 | 00:52:29,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194.h +26 五月 2020 | 00:52:29,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen2935262194MethodDeclarations.h +26 五月 2020 | 00:52:29,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782.h +26 五月 2020 | 00:52:29,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen295493782MethodDeclarations.h +26 五月 2020 | 00:52:29,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283.h +26 五月 2020 | 00:52:29,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3008434283MethodDeclarations.h +26 五月 2020 | 00:52:29,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841.h +26 五月 2020 | 00:52:29,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459841MethodDeclarations.h +26 五月 2020 | 00:52:29,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842.h +26 五月 2020 | 00:52:29,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459842MethodDeclarations.h +26 五月 2020 | 00:52:29,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843.h +26 五月 2020 | 00:52:29,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3102459843MethodDeclarations.h +26 五月 2020 | 00:52:29,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337.h +26 五月 2020 | 00:52:30,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3107792337MethodDeclarations.h +26 五月 2020 | 00:52:30,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327.h +26 五月 2020 | 00:52:30,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3112481327MethodDeclarations.h +26 五月 2020 | 00:52:30,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864.h +26 五月 2020 | 00:52:30,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870.h +26 五月 2020 | 00:52:30,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3126312864MethodDeclarations.h +26 五月 2020 | 00:52:30,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870MethodDeclarations.h +26 五月 2020 | 00:52:30,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414.h +26 五月 2020 | 00:52:30,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120.h +26 五月 2020 | 00:52:30,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen313372414MethodDeclarations.h +26 五月 2020 | 00:52:30,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215.h +26 五月 2020 | 00:52:30,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3153389215MethodDeclarations.h +26 五月 2020 | 00:52:30,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120MethodDeclarations.h +26 五月 2020 | 00:52:30,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202.h +26 五月 2020 | 00:52:30,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3166501202MethodDeclarations.h +26 五月 2020 | 00:52:30,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680.h +26 五月 2020 | 00:52:30,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858MethodDeclarations.h +26 五月 2020 | 00:52:30,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0.h +26 五月 2020 | 00:52:30,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3202576680MethodDeclarations.h +26 五月 2020 | 00:52:30,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0MethodDeclarations.h +26 五月 2020 | 00:52:30,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924.h +26 五月 2020 | 00:52:30,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169.h +26 五月 2020 | 00:52:30,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen323661924MethodDeclarations.h +26 五月 2020 | 00:52:30,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169MethodDeclarations.h +26 五月 2020 | 00:52:30,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637.h +26 五月 2020 | 00:52:30,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637MethodDeclarations.h +26 五月 2020 | 00:52:30,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743.h +26 五月 2020 | 00:52:30,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313.h +26 五月 2020 | 00:52:30,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819.h +26 五月 2020 | 00:52:30,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743MethodDeclarations.h +26 五月 2020 | 00:52:30,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313MethodDeclarations.h +26 五月 2020 | 00:52:30,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen325215819MethodDeclarations.h +26 五月 2020 | 00:52:30,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382.h +26 五月 2020 | 00:52:30,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308.h +26 五月 2020 | 00:52:30,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076.h +26 五月 2020 | 00:52:30,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308MethodDeclarations.h +26 五月 2020 | 00:52:30,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356.h +26 五月 2020 | 00:52:30,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356MethodDeclarations.h +26 五月 2020 | 00:52:30,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687.h +26 五月 2020 | 00:52:30,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687MethodDeclarations.h +26 五月 2020 | 00:52:30,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543.h +26 五月 2020 | 00:52:30,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543MethodDeclarations.h +26 五月 2020 | 00:52:30,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3273899076MethodDeclarations.h +26 五月 2020 | 00:52:30,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382MethodDeclarations.h +26 五月 2020 | 00:52:30,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562.h +26 五月 2020 | 00:52:30,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349.h +26 五月 2020 | 00:52:30,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581.h +26 五月 2020 | 00:52:30,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349MethodDeclarations.h +26 五月 2020 | 00:52:30,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581MethodDeclarations.h +26 五月 2020 | 00:52:30,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598.h +26 五月 2020 | 00:52:30,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598MethodDeclarations.h +26 五月 2020 | 00:52:30,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432.h +26 五月 2020 | 00:52:30,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432MethodDeclarations.h +26 五月 2020 | 00:52:30,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127.h +26 五月 2020 | 00:52:30,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212.h +26 五月 2020 | 00:52:30,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127MethodDeclarations.h +26 五月 2020 | 00:52:30,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3287075562MethodDeclarations.h +26 五月 2020 | 00:52:30,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829.h +26 五月 2020 | 00:52:30,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634.h +26 五月 2020 | 00:52:30,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212MethodDeclarations.h +26 五月 2020 | 00:52:30,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829MethodDeclarations.h +26 五月 2020 | 00:52:30,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3297873634MethodDeclarations.h +26 五月 2020 | 00:52:30,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907.h +26 五月 2020 | 00:52:30,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718.h +26 五月 2020 | 00:52:30,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807.h +26 五月 2020 | 00:52:30,301 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3306876807MethodDeclarations.h +26 五月 2020 | 00:52:30,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718MethodDeclarations.h +26 五月 2020 | 00:52:30,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807.h +26 五月 2020 | 00:52:30,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070.h +26 五月 2020 | 00:52:30,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3318447807MethodDeclarations.h +26 五月 2020 | 00:52:30,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070MethodDeclarations.h +26 五月 2020 | 00:52:30,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871.h +26 五月 2020 | 00:52:30,310 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436.h +26 五月 2020 | 00:52:30,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3362812871MethodDeclarations.h +26 五月 2020 | 00:52:30,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436MethodDeclarations.h +26 五月 2020 | 00:52:30,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090.h +26 五月 2020 | 00:52:30,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061.h +26 五月 2020 | 00:52:30,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3376324090MethodDeclarations.h +26 五月 2020 | 00:52:30,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762.h +26 五月 2020 | 00:52:30,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061MethodDeclarations.h +26 五月 2020 | 00:52:30,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3415335762MethodDeclarations.h +26 五月 2020 | 00:52:30,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Char3454481338.h +26 五月 2020 | 00:52:30,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744.h +26 五月 2020 | 00:52:30,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Char3454481338MethodDeclarations.h +26 五月 2020 | 00:52:30,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3452969744MethodDeclarations.h +26 五月 2020 | 00:52:30,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193.h +26 五月 2020 | 00:52:30,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410.h +26 五月 2020 | 00:52:30,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3503966193MethodDeclarations.h +26 五月 2020 | 00:52:30,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410MethodDeclarations.h +26 五月 2020 | 00:52:30,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557.h +26 五月 2020 | 00:52:30,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567.h +26 五月 2020 | 00:52:30,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3548201557MethodDeclarations.h +26 五月 2020 | 00:52:30,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740.h +26 五月 2020 | 00:52:30,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3582009740MethodDeclarations.h +26 五月 2020 | 00:52:30,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735.h +26 五月 2020 | 00:52:30,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567MethodDeclarations.h +26 五月 2020 | 00:52:30,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907MethodDeclarations.h +26 五月 2020 | 00:52:30,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3583626735MethodDeclarations.h +26 五月 2020 | 00:52:30,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854.h +26 五月 2020 | 00:52:30,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358.h +26 五月 2020 | 00:52:30,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669.h +26 五月 2020 | 00:52:30,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854MethodDeclarations.h +26 五月 2020 | 00:52:30,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen36072358MethodDeclarations.h +26 五月 2020 | 00:52:30,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669MethodDeclarations.h +26 五月 2020 | 00:52:30,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817.h +26 五月 2020 | 00:52:30,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582.h +26 五月 2020 | 00:52:30,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3615192817MethodDeclarations.h +26 五月 2020 | 00:52:30,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582MethodDeclarations.h +26 五月 2020 | 00:52:30,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202.h +26 五月 2020 | 00:52:30,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805.h +26 五月 2020 | 00:52:30,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3618713202MethodDeclarations.h +26 五月 2020 | 00:52:30,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230.h +26 五月 2020 | 00:52:30,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3625840230MethodDeclarations.h +26 五月 2020 | 00:52:30,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267.h +26 五月 2020 | 00:52:30,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3643556267MethodDeclarations.h +26 五月 2020 | 00:52:30,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801.h +26 五月 2020 | 00:52:30,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801MethodDeclarations.h +26 五月 2020 | 00:52:30,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772.h +26 五月 2020 | 00:52:30,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772MethodDeclarations.h +26 五月 2020 | 00:52:30,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804.h +26 五月 2020 | 00:52:30,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805MethodDeclarations.h +26 五月 2020 | 00:52:30,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438.h +26 五月 2020 | 00:52:30,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3710568804MethodDeclarations.h +26 五月 2020 | 00:52:30,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889.h +26 五月 2020 | 00:52:30,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438MethodDeclarations.h +26 五月 2020 | 00:52:30,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176.h +26 五月 2020 | 00:52:30,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889MethodDeclarations.h +26 五月 2020 | 00:52:30,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524.h +26 五月 2020 | 00:52:30,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858.h +26 五月 2020 | 00:52:30,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3767949176MethodDeclarations.h +26 五月 2020 | 00:52:30,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524MethodDeclarations.h +26 五月 2020 | 00:52:30,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858MethodDeclarations.h +26 五月 2020 | 00:52:30,506 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265.h +26 五月 2020 | 00:52:30,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994.h +26 五月 2020 | 00:52:30,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0.h +26 五月 2020 | 00:52:30,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3791986265MethodDeclarations.h +26 五月 2020 | 00:52:30,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0MethodDeclarations.h +26 五月 2020 | 00:52:30,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404.h +26 五月 2020 | 00:52:30,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169.h +26 五月 2020 | 00:52:30,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3860367404MethodDeclarations.h +26 五月 2020 | 00:52:30,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169MethodDeclarations.h +26 五月 2020 | 00:52:30,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553.h +26 五月 2020 | 00:52:30,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637.h +26 五月 2020 | 00:52:30,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3881228553MethodDeclarations.h +26 五月 2020 | 00:52:30,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637MethodDeclarations.h +26 五月 2020 | 00:52:30,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903.h +26 五月 2020 | 00:52:30,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3889151903MethodDeclarations.h +26 五月 2020 | 00:52:30,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684.h +26 五月 2020 | 00:52:30,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen389359684MethodDeclarations.h +26 五月 2020 | 00:52:30,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405.h +26 五月 2020 | 00:52:30,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3902385405MethodDeclarations.h +26 五月 2020 | 00:52:30,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660.h +26 五月 2020 | 00:52:30,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3907627660MethodDeclarations.h +26 五月 2020 | 00:52:30,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743.h +26 五月 2020 | 00:52:30,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153.h +26 五月 2020 | 00:52:30,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743MethodDeclarations.h +26 五月 2020 | 00:52:30,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3952039153MethodDeclarations.h +26 五月 2020 | 00:52:30,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382.h +26 五月 2020 | 00:52:30,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466.h +26 五月 2020 | 00:52:30,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382MethodDeclarations.h +26 五月 2020 | 00:52:30,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3963266466MethodDeclarations.h +26 五月 2020 | 00:52:30,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413.h +26 五月 2020 | 00:52:30,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3969730413MethodDeclarations.h +26 五月 2020 | 00:52:30,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349.h +26 五月 2020 | 00:52:30,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994MethodDeclarations.h +26 五月 2020 | 00:52:30,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850.h +26 五月 2020 | 00:52:30,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349MethodDeclarations.h +26 五月 2020 | 00:52:30,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769.h +26 五月 2020 | 00:52:30,638 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen3995110850MethodDeclarations.h +26 五月 2020 | 00:52:30,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598.h +26 五月 2020 | 00:52:30,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769MethodDeclarations.h +26 五月 2020 | 00:52:30,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598MethodDeclarations.h +26 五月 2020 | 00:52:30,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140.h +26 五月 2020 | 00:52:30,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432.h +26 五月 2020 | 00:52:30,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432MethodDeclarations.h +26 五月 2020 | 00:52:30,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140MethodDeclarations.h +26 五月 2020 | 00:52:30,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285.h +26 五月 2020 | 00:52:30,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127.h +26 五月 2020 | 00:52:30,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127MethodDeclarations.h +26 五月 2020 | 00:52:30,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285MethodDeclarations.h +26 五月 2020 | 00:52:30,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829.h +26 五月 2020 | 00:52:30,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829MethodDeclarations.h +26 五月 2020 | 00:52:30,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718.h +26 五月 2020 | 00:52:30,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718MethodDeclarations.h +26 五月 2020 | 00:52:30,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070.h +26 五月 2020 | 00:52:30,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070MethodDeclarations.h +26 五月 2020 | 00:52:30,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436.h +26 五月 2020 | 00:52:30,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533.h +26 五月 2020 | 00:52:30,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436MethodDeclarations.h +26 五月 2020 | 00:52:30,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467.h +26 五月 2020 | 00:52:30,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4003488533MethodDeclarations.h +26 五月 2020 | 00:52:30,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061.h +26 五月 2020 | 00:52:30,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467MethodDeclarations.h +26 五月 2020 | 00:52:30,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004.h +26 五月 2020 | 00:52:30,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4012256004MethodDeclarations.h +26 五月 2020 | 00:52:30,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100.h +26 五月 2020 | 00:52:30,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061MethodDeclarations.h +26 五月 2020 | 00:52:30,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274.h +26 五月 2020 | 00:52:30,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100MethodDeclarations.h +26 五月 2020 | 00:52:30,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Char3454481338.h +26 五月 2020 | 00:52:30,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605.h +26 五月 2020 | 00:52:30,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4053306274MethodDeclarations.h +26 五月 2020 | 00:52:30,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Char3454481338MethodDeclarations.h +26 五月 2020 | 00:52:30,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605MethodDeclarations.h +26 五月 2020 | 00:52:30,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068.h +26 五月 2020 | 00:52:30,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410.h +26 五月 2020 | 00:52:30,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398.h +26 五月 2020 | 00:52:30,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4114189068MethodDeclarations.h +26 五月 2020 | 00:52:30,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410MethodDeclarations.h +26 五月 2020 | 00:52:30,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398MethodDeclarations.h +26 五月 2020 | 00:52:30,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320.h +26 五月 2020 | 00:52:30,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567.h +26 五月 2020 | 00:52:30,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4133870320MethodDeclarations.h +26 五月 2020 | 00:52:30,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640.h +26 五月 2020 | 00:52:30,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4155652640MethodDeclarations.h +26 五月 2020 | 00:52:30,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481.h +26 五月 2020 | 00:52:30,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4167625481MethodDeclarations.h +26 五月 2020 | 00:52:30,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988.h +26 五月 2020 | 00:52:30,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4181257988MethodDeclarations.h +26 五月 2020 | 00:52:30,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599.h +26 五月 2020 | 00:52:30,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4189298599MethodDeclarations.h +26 五月 2020 | 00:52:30,714 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736.h +26 五月 2020 | 00:52:30,715 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4203480736MethodDeclarations.h +26 五月 2020 | 00:52:30,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224.h +26 五月 2020 | 00:52:30,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4224383224MethodDeclarations.h +26 五月 2020 | 00:52:30,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413.h +26 五月 2020 | 00:52:30,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4240420413MethodDeclarations.h +26 五月 2020 | 00:52:30,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275.h +26 五月 2020 | 00:52:30,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4256086275MethodDeclarations.h +26 五月 2020 | 00:52:30,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211.h +26 五月 2020 | 00:52:30,725 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4289011211MethodDeclarations.h +26 五月 2020 | 00:52:30,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231.h +26 五月 2020 | 00:52:30,727 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen4293043231MethodDeclarations.h +26 五月 2020 | 00:52:30,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315.h +26 五月 2020 | 00:52:30,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen469536315MethodDeclarations.h +26 五月 2020 | 00:52:30,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861.h +26 五月 2020 | 00:52:30,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202.h +26 五月 2020 | 00:52:30,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567MethodDeclarations.h +26 五月 2020 | 00:52:30,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861MethodDeclarations.h +26 五月 2020 | 00:52:30,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen496834202MethodDeclarations.h +26 五月 2020 | 00:52:30,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854.h +26 五月 2020 | 00:52:30,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432.h +26 五月 2020 | 00:52:30,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854MethodDeclarations.h +26 五月 2020 | 00:52:30,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen565169432MethodDeclarations.h +26 五月 2020 | 00:52:30,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884.h +26 五月 2020 | 00:52:30,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen593858884MethodDeclarations.h +26 五月 2020 | 00:52:30,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880.h +26 五月 2020 | 00:52:30,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen605030880MethodDeclarations.h +26 五月 2020 | 00:52:30,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314.h +26 五月 2020 | 00:52:30,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen61458314MethodDeclarations.h +26 五月 2020 | 00:52:30,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740.h +26 五月 2020 | 00:52:30,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen627693740MethodDeclarations.h +26 五月 2020 | 00:52:30,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647.h +26 五月 2020 | 00:52:30,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen641800647MethodDeclarations.h +26 五月 2020 | 00:52:30,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490.h +26 五月 2020 | 00:52:30,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen64628490MethodDeclarations.h +26 五月 2020 | 00:52:30,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480.h +26 五月 2020 | 00:52:30,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen654694480MethodDeclarations.h +26 五月 2020 | 00:52:30,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668.h +26 五月 2020 | 00:52:30,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen695492668MethodDeclarations.h +26 五月 2020 | 00:52:30,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093.h +26 五月 2020 | 00:52:30,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen719813093MethodDeclarations.h +26 五月 2020 | 00:52:30,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576.h +26 五月 2020 | 00:52:30,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen721685576MethodDeclarations.h +26 五月 2020 | 00:52:30,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476.h +26 五月 2020 | 00:52:30,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen731075476MethodDeclarations.h +26 五月 2020 | 00:52:30,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049.h +26 五月 2020 | 00:52:30,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801.h +26 五月 2020 | 00:52:30,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049MethodDeclarations.h +26 五月 2020 | 00:52:30,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801MethodDeclarations.h +26 五月 2020 | 00:52:30,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772.h +26 五月 2020 | 00:52:30,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772MethodDeclarations.h +26 五月 2020 | 00:52:30,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438.h +26 五月 2020 | 00:52:30,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438MethodDeclarations.h +26 五月 2020 | 00:52:30,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524.h +26 五月 2020 | 00:52:30,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524MethodDeclarations.h +26 五月 2020 | 00:52:30,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994.h +26 五月 2020 | 00:52:30,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994MethodDeclarations.h +26 五月 2020 | 00:52:30,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769.h +26 五月 2020 | 00:52:31,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870.h +26 五月 2020 | 00:52:31,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769MethodDeclarations.h +26 五月 2020 | 00:52:31,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826.h +26 五月 2020 | 00:52:31,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen747529870MethodDeclarations.h +26 五月 2020 | 00:52:31,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140.h +26 五月 2020 | 00:52:31,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826MethodDeclarations.h +26 五月 2020 | 00:52:31,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120.h +26 五月 2020 | 00:52:31,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140MethodDeclarations.h +26 五月 2020 | 00:52:31,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen814187120MethodDeclarations.h +26 五月 2020 | 00:52:31,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285.h +26 五月 2020 | 00:52:31,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285MethodDeclarations.h +26 五月 2020 | 00:52:31,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467.h +26 五月 2020 | 00:52:31,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467MethodDeclarations.h +26 五月 2020 | 00:52:31,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528.h +26 五月 2020 | 00:52:31,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313.h +26 五月 2020 | 00:52:31,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100.h +26 五月 2020 | 00:52:31,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100MethodDeclarations.h +26 五月 2020 | 00:52:31,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528MethodDeclarations.h +26 五月 2020 | 00:52:31,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen819581313MethodDeclarations.h +26 五月 2020 | 00:52:31,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605.h +26 五月 2020 | 00:52:31,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182.h +26 五月 2020 | 00:52:31,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308.h +26 五月 2020 | 00:52:31,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605MethodDeclarations.h +26 五月 2020 | 00:52:31,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182MethodDeclarations.h +26 五月 2020 | 00:52:31,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398.h +26 五月 2020 | 00:52:31,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198.h +26 五月 2020 | 00:52:31,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198MethodDeclarations.h +26 五月 2020 | 00:52:31,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435.h +26 五月 2020 | 00:52:31,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435MethodDeclarations.h +26 五月 2020 | 00:52:31,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398MethodDeclarations.h +26 五月 2020 | 00:52:31,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681.h +26 五月 2020 | 00:52:31,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen822070308MethodDeclarations.h +26 五月 2020 | 00:52:31,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356.h +26 五月 2020 | 00:52:31,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681MethodDeclarations.h +26 五月 2020 | 00:52:31,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen832197356MethodDeclarations.h +26 五月 2020 | 00:52:31,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712.h +26 五月 2020 | 00:52:31,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687.h +26 五月 2020 | 00:52:31,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712MethodDeclarations.h +26 五月 2020 | 00:52:31,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen842163687MethodDeclarations.h +26 五月 2020 | 00:52:31,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414.h +26 五月 2020 | 00:52:31,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543.h +26 五月 2020 | 00:52:31,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414MethodDeclarations.h +26 五月 2020 | 00:52:31,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen853371543MethodDeclarations.h +26 五月 2020 | 00:52:31,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068.h +26 五月 2020 | 00:52:31,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068MethodDeclarations.h +26 五月 2020 | 00:52:31,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025.h +26 五月 2020 | 00:52:31,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025MethodDeclarations.h +26 五月 2020 | 00:52:31,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084.h +26 五月 2020 | 00:52:31,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084MethodDeclarations.h +26 五月 2020 | 00:52:31,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567.h +26 五月 2020 | 00:52:31,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567MethodDeclarations.h +26 五月 2020 | 00:52:31,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116.h +26 五月 2020 | 00:52:31,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116MethodDeclarations.h +26 五月 2020 | 00:52:31,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751.h +26 五月 2020 | 00:52:31,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751MethodDeclarations.h +26 五月 2020 | 00:52:31,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529.h +26 五月 2020 | 00:52:31,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529MethodDeclarations.h +26 五月 2020 | 00:52:31,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204.h +26 五月 2020 | 00:52:31,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581.h +26 五月 2020 | 00:52:31,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861.h +26 五月 2020 | 00:52:31,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861MethodDeclarations.h +26 五月 2020 | 00:52:31,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204MethodDeclarations.h +26 五月 2020 | 00:52:31,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen855447581MethodDeclarations.h +26 五月 2020 | 00:52:31,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604.h +26 五月 2020 | 00:52:31,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604MethodDeclarations.h +26 五月 2020 | 00:52:31,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380.h +26 五月 2020 | 00:52:31,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380MethodDeclarations.h +26 五月 2020 | 00:52:31,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042.h +26 五月 2020 | 00:52:31,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042MethodDeclarations.h +26 五月 2020 | 00:52:31,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904.h +26 五月 2020 | 00:52:31,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904MethodDeclarations.h +26 五月 2020 | 00:52:31,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147.h +26 五月 2020 | 00:52:31,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147MethodDeclarations.h +26 五月 2020 | 00:52:31,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330.h +26 五月 2020 | 00:52:31,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330MethodDeclarations.h +26 五月 2020 | 00:52:31,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563.h +26 五月 2020 | 00:52:31,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563MethodDeclarations.h +26 五月 2020 | 00:52:31,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137.h +26 五月 2020 | 00:52:31,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137MethodDeclarations.h +26 五月 2020 | 00:52:31,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336.h +26 五月 2020 | 00:52:31,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336MethodDeclarations.h +26 五月 2020 | 00:52:31,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588.h +26 五月 2020 | 00:52:31,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588MethodDeclarations.h +26 五月 2020 | 00:52:31,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907.h +26 五月 2020 | 00:52:31,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907MethodDeclarations.h +26 五月 2020 | 00:52:31,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729.h +26 五月 2020 | 00:52:31,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729MethodDeclarations.h +26 五月 2020 | 00:52:31,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408.h +26 五月 2020 | 00:52:31,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408MethodDeclarations.h +26 五月 2020 | 00:52:31,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500.h +26 五月 2020 | 00:52:31,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500MethodDeclarations.h +26 五月 2020 | 00:52:31,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698.h +26 五月 2020 | 00:52:31,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698MethodDeclarations.h +26 五月 2020 | 00:52:31,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593.h +26 五月 2020 | 00:52:31,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593MethodDeclarations.h +26 五月 2020 | 00:52:31,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818.h +26 五月 2020 | 00:52:31,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212.h +26 五月 2020 | 00:52:31,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen861409212MethodDeclarations.h +26 五月 2020 | 00:52:31,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907.h +26 五月 2020 | 00:52:31,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen897606907MethodDeclarations.h +26 五月 2020 | 00:52:31,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669.h +26 五月 2020 | 00:52:31,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen900997669MethodDeclarations.h +26 五月 2020 | 00:52:31,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582.h +26 五月 2020 | 00:52:31,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen945932582MethodDeclarations.h +26 五月 2020 | 00:52:31,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805.h +26 五月 2020 | 00:52:31,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen952909805MethodDeclarations.h +26 五月 2020 | 00:52:31,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818MethodDeclarations.h +26 五月 2020 | 00:52:31,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889.h +26 五月 2020 | 00:52:31,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017.h +26 五月 2020 | 00:52:31,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen987155889MethodDeclarations.h +26 五月 2020 | 00:52:31,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017MethodDeclarations.h +26 五月 2020 | 00:52:31,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858.h +26 五月 2020 | 00:52:31,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695.h +26 五月 2020 | 00:52:31,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695MethodDeclarations.h +26 五月 2020 | 00:52:31,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144.h +26 五月 2020 | 00:52:31,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144MethodDeclarations.h +26 五月 2020 | 00:52:31,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313.h +26 五月 2020 | 00:52:31,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313MethodDeclarations.h +26 五月 2020 | 00:52:31,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547.h +26 五月 2020 | 00:52:31,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547MethodDeclarations.h +26 五月 2020 | 00:52:31,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049.h +26 五月 2020 | 00:52:31,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen999961858MethodDeclarations.h +26 五月 2020 | 00:52:31,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049MethodDeclarations.h +26 五月 2020 | 00:52:31,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0.h +26 五月 2020 | 00:52:31,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_InternalEnumerator_1_gen_0MethodDeclarations.h +26 五月 2020 | 00:52:31,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169.h +26 五月 2020 | 00:52:31,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_SimpleEnumerator4019359169MethodDeclarations.h +26 五月 2020 | 00:52:31,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637.h +26 五月 2020 | 00:52:31,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Array_Swapper2637371637MethodDeclarations.h +26 五月 2020 | 00:52:31,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743.h +26 五月 2020 | 00:52:31,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826.h +26 五月 2020 | 00:52:31,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386.h +26 五月 2020 | 00:52:31,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventArgs4233815743MethodDeclarations.h +26 五月 2020 | 00:52:31,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826MethodDeclarations.h +26 五月 2020 | 00:52:31,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386MethodDeclarations.h +26 五月 2020 | 00:52:31,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382.h +26 五月 2020 | 00:52:31,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035.h +26 五月 2020 | 00:52:31,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035MethodDeclarations.h +26 五月 2020 | 00:52:31,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107.h +26 五月 2020 | 00:52:31,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107MethodDeclarations.h +26 五月 2020 | 00:52:31,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070.h +26 五月 2020 | 00:52:31,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070MethodDeclarations.h +26 五月 2020 | 00:52:31,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163.h +26 五月 2020 | 00:52:31,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163MethodDeclarations.h +26 五月 2020 | 00:52:31,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278.h +26 五月 2020 | 00:52:31,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278MethodDeclarations.h +26 五月 2020 | 00:52:31,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632.h +26 五月 2020 | 00:52:31,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632MethodDeclarations.h +26 五月 2020 | 00:52:31,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407.h +26 五月 2020 | 00:52:31,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407MethodDeclarations.h +26 五月 2020 | 00:52:31,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563.h +26 五月 2020 | 00:52:31,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528.h +26 五月 2020 | 00:52:31,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AssemblyLoadEventHandler2169307382MethodDeclarations.h +26 五月 2020 | 00:52:31,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563MethodDeclarations.h +26 五月 2020 | 00:52:31,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528MethodDeclarations.h +26 五月 2020 | 00:52:31,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717.h +26 五月 2020 | 00:52:31,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182.h +26 五月 2020 | 00:52:31,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182MethodDeclarations.h +26 五月 2020 | 00:52:31,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717MethodDeclarations.h +26 五月 2020 | 00:52:31,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198.h +26 五月 2020 | 00:52:31,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546.h +26 五月 2020 | 00:52:31,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198MethodDeclarations.h +26 五月 2020 | 00:52:31,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546MethodDeclarations.h +26 五月 2020 | 00:52:31,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435.h +26 五月 2020 | 00:52:31,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751.h +26 五月 2020 | 00:52:31,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435MethodDeclarations.h +26 五月 2020 | 00:52:31,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751MethodDeclarations.h +26 五月 2020 | 00:52:31,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671.h +26 五月 2020 | 00:52:31,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681.h +26 五月 2020 | 00:52:31,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349.h +26 五月 2020 | 00:52:31,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AsyncCallback163412349MethodDeclarations.h +26 五月 2020 | 00:52:31,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681MethodDeclarations.h +26 五月 2020 | 00:52:31,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598.h +26 五月 2020 | 00:52:31,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712.h +26 五月 2020 | 00:52:31,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Attribute542643598MethodDeclarations.h +26 五月 2020 | 00:52:31,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712MethodDeclarations.h +26 五月 2020 | 00:52:31,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432.h +26 五月 2020 | 00:52:31,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414.h +26 五月 2020 | 00:52:31,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AttributeTargets1984597432MethodDeclarations.h +26 五月 2020 | 00:52:31,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414MethodDeclarations.h +26 五月 2020 | 00:52:31,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127.h +26 五月 2020 | 00:52:31,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068.h +26 五月 2020 | 00:52:31,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068MethodDeclarations.h +26 五月 2020 | 00:52:31,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025.h +26 五月 2020 | 00:52:31,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025MethodDeclarations.h +26 五月 2020 | 00:52:31,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084.h +26 五月 2020 | 00:52:31,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084MethodDeclarations.h +26 五月 2020 | 00:52:31,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567.h +26 五月 2020 | 00:52:31,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567MethodDeclarations.h +26 五月 2020 | 00:52:31,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116.h +26 五月 2020 | 00:52:31,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116MethodDeclarations.h +26 五月 2020 | 00:52:31,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751.h +26 五月 2020 | 00:52:31,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671MethodDeclarations.h +26 五月 2020 | 00:52:31,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_AttributeUsageAttribute1057435127MethodDeclarations.h +26 五月 2020 | 00:52:31,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382.h +26 五月 2020 | 00:52:31,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751MethodDeclarations.h +26 五月 2020 | 00:52:31,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829.h +26 五月 2020 | 00:52:31,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529.h +26 五月 2020 | 00:52:31,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_BitConverter3195628829MethodDeclarations.h +26 五月 2020 | 00:52:31,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382MethodDeclarations.h +26 五月 2020 | 00:52:31,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529MethodDeclarations.h +26 五月 2020 | 00:52:31,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718.h +26 五月 2020 | 00:52:31,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761.h +26 五月 2020 | 00:52:31,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204.h +26 五月 2020 | 00:52:31,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204MethodDeclarations.h +26 五月 2020 | 00:52:31,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Boolean3825574718MethodDeclarations.h +26 五月 2020 | 00:52:31,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070.h +26 五月 2020 | 00:52:31,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604.h +26 五月 2020 | 00:52:31,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761MethodDeclarations.h +26 五月 2020 | 00:52:31,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604MethodDeclarations.h +26 五月 2020 | 00:52:31,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Buffer3497320070MethodDeclarations.h +26 五月 2020 | 00:52:31,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436.h +26 五月 2020 | 00:52:31,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380.h +26 五月 2020 | 00:52:31,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Byte3683104436MethodDeclarations.h +26 五月 2020 | 00:52:31,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380MethodDeclarations.h +26 五月 2020 | 00:52:31,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061.h +26 五月 2020 | 00:52:31,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042.h +26 五月 2020 | 00:52:31,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042MethodDeclarations.h +26 五月 2020 | 00:52:31,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904.h +26 五月 2020 | 00:52:31,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904MethodDeclarations.h +26 五月 2020 | 00:52:31,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147.h +26 五月 2020 | 00:52:31,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147MethodDeclarations.h +26 五月 2020 | 00:52:31,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330.h +26 五月 2020 | 00:52:31,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330MethodDeclarations.h +26 五月 2020 | 00:52:31,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563.h +26 五月 2020 | 00:52:31,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563MethodDeclarations.h +26 五月 2020 | 00:52:31,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137.h +26 五月 2020 | 00:52:31,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137MethodDeclarations.h +26 五月 2020 | 00:52:31,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CLSCompliantAttribute809966061MethodDeclarations.h +26 五月 2020 | 00:52:31,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Char3454481338.h +26 五月 2020 | 00:52:31,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034.h +26 五月 2020 | 00:52:31,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Char3454481338MethodDeclarations.h +26 五月 2020 | 00:52:31,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034MethodDeclarations.h +26 五月 2020 | 00:52:31,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410.h +26 五月 2020 | 00:52:31,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CharEnumerator1926099410MethodDeclarations.h +26 五月 2020 | 00:52:31,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567.h +26 五月 2020 | 00:52:31,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList4252133567MethodDeclarations.h +26 五月 2020 | 00:52:31,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336.h +26 五月 2020 | 00:52:31,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125.h +26 五月 2020 | 00:52:31,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854.h +26 五月 2020 | 00:52:31,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336MethodDeclarations.h +26 五月 2020 | 00:52:31,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125MethodDeclarations.h +26 五月 2020 | 00:52:31,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ArrayListWra3918858854MethodDeclarations.h +26 五月 2020 | 00:52:31,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718.h +26 五月 2020 | 00:52:31,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588.h +26 五月 2020 | 00:52:31,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718MethodDeclarations.h +26 五月 2020 | 00:52:31,780 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588MethodDeclarations.h +26 五月 2020 | 00:52:31,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485.h +26 五月 2020 | 00:52:31,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907.h +26 五月 2020 | 00:52:31,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485MethodDeclarations.h +26 五月 2020 | 00:52:31,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907MethodDeclarations.h +26 五月 2020 | 00:52:31,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729.h +26 五月 2020 | 00:52:31,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729MethodDeclarations.h +26 五月 2020 | 00:52:31,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408.h +26 五月 2020 | 00:52:31,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408MethodDeclarations.h +26 五月 2020 | 00:52:31,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500.h +26 五月 2020 | 00:52:31,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500MethodDeclarations.h +26 五月 2020 | 00:52:31,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698.h +26 五月 2020 | 00:52:31,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698MethodDeclarations.h +26 五月 2020 | 00:52:31,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593.h +26 五月 2020 | 00:52:31,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593MethodDeclarations.h +26 五月 2020 | 00:52:31,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818.h +26 五月 2020 | 00:52:31,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487.h +26 五月 2020 | 00:52:31,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487MethodDeclarations.h +26 五月 2020 | 00:52:31,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801.h +26 五月 2020 | 00:52:31,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818MethodDeclarations.h +26 五月 2020 | 00:52:31,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_FixedSizeArr3816042801MethodDeclarations.h +26 五月 2020 | 00:52:31,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017.h +26 五月 2020 | 00:52:31,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772.h +26 五月 2020 | 00:52:31,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017MethodDeclarations.h +26 五月 2020 | 00:52:31,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285.h +26 五月 2020 | 00:52:31,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_ReadOnlyArra4044524772MethodDeclarations.h +26 五月 2020 | 00:52:31,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695.h +26 五月 2020 | 00:52:31,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285MethodDeclarations.h +26 五月 2020 | 00:52:31,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438.h +26 五月 2020 | 00:52:31,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695MethodDeclarations.h +26 五月 2020 | 00:52:31,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353.h +26 五月 2020 | 00:52:31,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_SimpleEnumera579048438MethodDeclarations.h +26 五月 2020 | 00:52:31,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144.h +26 五月 2020 | 00:52:31,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353MethodDeclarations.h +26 五月 2020 | 00:52:31,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524.h +26 五月 2020 | 00:52:31,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144MethodDeclarations.h +26 五月 2020 | 00:52:31,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628.h +26 五月 2020 | 00:52:31,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ArrayList_Synchronized3317806524MethodDeclarations.h +26 五月 2020 | 00:52:31,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313.h +26 五月 2020 | 00:52:31,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628MethodDeclarations.h +26 五月 2020 | 00:52:31,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994.h +26 五月 2020 | 00:52:31,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313MethodDeclarations.h +26 五月 2020 | 00:52:31,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899.h +26 五月 2020 | 00:52:31,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547.h +26 五月 2020 | 00:52:31,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899MethodDeclarations.h +26 五月 2020 | 00:52:31,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547MethodDeclarations.h +26 五月 2020 | 00:52:31,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762.h +26 五月 2020 | 00:52:31,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762MethodDeclarations.h +26 五月 2020 | 00:52:31,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019.h +26 五月 2020 | 00:52:31,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019MethodDeclarations.h +26 五月 2020 | 00:52:31,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722.h +26 五月 2020 | 00:52:31,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722MethodDeclarations.h +26 五月 2020 | 00:52:31,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033.h +26 五月 2020 | 00:52:31,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033MethodDeclarations.h +26 五月 2020 | 00:52:31,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252.h +26 五月 2020 | 00:52:31,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252MethodDeclarations.h +26 五月 2020 | 00:52:31,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386.h +26 五月 2020 | 00:52:31,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray4180138994MethodDeclarations.h +26 五月 2020 | 00:52:31,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757.h +26 五月 2020 | 00:52:31,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386MethodDeclarations.h +26 五月 2020 | 00:52:31,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769.h +26 五月 2020 | 00:52:31,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757MethodDeclarations.h +26 五月 2020 | 00:52:31,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_BitArray_BitArrayEnume4029388769MethodDeclarations.h +26 五月 2020 | 00:52:31,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035.h +26 五月 2020 | 00:52:31,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719.h +26 五月 2020 | 00:52:31,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035MethodDeclarations.h +26 五月 2020 | 00:52:31,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140.h +26 五月 2020 | 00:52:31,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719MethodDeclarations.h +26 五月 2020 | 00:52:31,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveComparer157661140MethodDeclarations.h +26 五月 2020 | 00:52:31,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107.h +26 五月 2020 | 00:52:31,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653.h +26 五月 2020 | 00:52:31,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285.h +26 五月 2020 | 00:52:31,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107MethodDeclarations.h +26 五月 2020 | 00:52:31,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653MethodDeclarations.h +26 五月 2020 | 00:52:31,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CaseInsensitiveHashCod2307530285MethodDeclarations.h +26 五月 2020 | 00:52:31,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070.h +26 五月 2020 | 00:52:31,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396.h +26 五月 2020 | 00:52:31,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396MethodDeclarations.h +26 五月 2020 | 00:52:31,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070MethodDeclarations.h +26 五月 2020 | 00:52:31,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103.h +26 五月 2020 | 00:52:31,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163.h +26 五月 2020 | 00:52:31,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163MethodDeclarations.h +26 五月 2020 | 00:52:31,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103MethodDeclarations.h +26 五月 2020 | 00:52:31,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422.h +26 五月 2020 | 00:52:31,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422MethodDeclarations.h +26 五月 2020 | 00:52:31,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853.h +26 五月 2020 | 00:52:31,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853MethodDeclarations.h +26 五月 2020 | 00:52:31,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298.h +26 五月 2020 | 00:52:31,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298MethodDeclarations.h +26 五月 2020 | 00:52:31,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027.h +26 五月 2020 | 00:52:31,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027MethodDeclarations.h +26 五月 2020 | 00:52:32,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901.h +26 五月 2020 | 00:52:32,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901MethodDeclarations.h +26 五月 2020 | 00:52:32,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422.h +26 五月 2020 | 00:52:32,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422MethodDeclarations.h +26 五月 2020 | 00:52:32,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235.h +26 五月 2020 | 00:52:32,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278.h +26 五月 2020 | 00:52:32,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235MethodDeclarations.h +26 五月 2020 | 00:52:32,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467.h +26 五月 2020 | 00:52:32,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278MethodDeclarations.h +26 五月 2020 | 00:52:32,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207.h +26 五月 2020 | 00:52:32,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632.h +26 五月 2020 | 00:52:32,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632MethodDeclarations.h +26 五月 2020 | 00:52:32,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407.h +26 五月 2020 | 00:52:32,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionBase1101587467MethodDeclarations.h +26 五月 2020 | 00:52:32,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407MethodDeclarations.h +26 五月 2020 | 00:52:32,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563.h +26 五月 2020 | 00:52:32,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207MethodDeclarations.h +26 五月 2020 | 00:52:32,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100.h +26 五月 2020 | 00:52:32,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_CollectionDebuggerView1643796100MethodDeclarations.h +26 五月 2020 | 00:52:32,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339.h +26 五月 2020 | 00:52:32,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605.h +26 五月 2020 | 00:52:32,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339MethodDeclarations.h +26 五月 2020 | 00:52:32,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Comparer3673668605MethodDeclarations.h +26 五月 2020 | 00:52:32,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304.h +26 五月 2020 | 00:52:32,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398.h +26 五月 2020 | 00:52:32,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304MethodDeclarations.h +26 五月 2020 | 00:52:32,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_DictionaryEntry3048875398MethodDeclarations.h +26 五月 2020 | 00:52:32,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276.h +26 五月 2020 | 00:52:32,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563MethodDeclarations.h +26 五月 2020 | 00:52:32,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861.h +26 五月 2020 | 00:52:32,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276MethodDeclarations.h +26 五月 2020 | 00:52:32,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebu2230541861MethodDeclarations.h +26 五月 2020 | 00:52:32,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717.h +26 五月 2020 | 00:52:32,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088.h +26 五月 2020 | 00:52:32,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717MethodDeclarations.h +26 五月 2020 | 00:52:32,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088MethodDeclarations.h +26 五月 2020 | 00:52:32,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546.h +26 五月 2020 | 00:52:32,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791.h +26 五月 2020 | 00:52:32,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791MethodDeclarations.h +26 五月 2020 | 00:52:32,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546MethodDeclarations.h +26 五月 2020 | 00:52:32,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751.h +26 五月 2020 | 00:52:32,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943.h +26 五月 2020 | 00:52:32,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751MethodDeclarations.h +26 五月 2020 | 00:52:32,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671.h +26 五月 2020 | 00:52:32,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943MethodDeclarations.h +26 五月 2020 | 00:52:32,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671MethodDeclarations.h +26 五月 2020 | 00:52:32,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049.h +26 五月 2020 | 00:52:32,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102.h +26 五月 2020 | 00:52:32,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_CollectionDebug517719049MethodDeclarations.h +26 五月 2020 | 00:52:32,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382.h +26 五月 2020 | 00:52:32,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102MethodDeclarations.h +26 五月 2020 | 00:52:32,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382MethodDeclarations.h +26 五月 2020 | 00:52:32,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755.h +26 五月 2020 | 00:52:32,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761.h +26 五月 2020 | 00:52:32,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755MethodDeclarations.h +26 五月 2020 | 00:52:32,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321.h +26 五月 2020 | 00:52:32,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761MethodDeclarations.h +26 五月 2020 | 00:52:32,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321MethodDeclarations.h +26 五月 2020 | 00:52:32,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034.h +26 五月 2020 | 00:52:32,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826.h +26 五月 2020 | 00:52:32,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034MethodDeclarations.h +26 五月 2020 | 00:52:32,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826MethodDeclarations.h +26 五月 2020 | 00:52:32,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788.h +26 五月 2020 | 00:52:32,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788MethodDeclarations.h +26 五月 2020 | 00:52:32,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722.h +26 五月 2020 | 00:52:32,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722MethodDeclarations.h +26 五月 2020 | 00:52:32,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465.h +26 五月 2020 | 00:52:32,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465MethodDeclarations.h +26 五月 2020 | 00:52:32,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988.h +26 五月 2020 | 00:52:32,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826.h +26 五月 2020 | 00:52:32,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988MethodDeclarations.h +26 五月 2020 | 00:52:32,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172.h +26 五月 2020 | 00:52:32,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1022871826MethodDeclarations.h +26 五月 2020 | 00:52:32,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172MethodDeclarations.h +26 五月 2020 | 00:52:32,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491.h +26 五月 2020 | 00:52:32,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491MethodDeclarations.h +26 五月 2020 | 00:52:32,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922.h +26 五月 2020 | 00:52:32,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922MethodDeclarations.h +26 五月 2020 | 00:52:32,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367.h +26 五月 2020 | 00:52:32,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367MethodDeclarations.h +26 五月 2020 | 00:52:32,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839.h +26 五月 2020 | 00:52:32,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839MethodDeclarations.h +26 五月 2020 | 00:52:32,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096.h +26 五月 2020 | 00:52:32,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096MethodDeclarations.h +26 五月 2020 | 00:52:32,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970.h +26 五月 2020 | 00:52:32,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125.h +26 五月 2020 | 00:52:32,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970MethodDeclarations.h +26 五月 2020 | 00:52:32,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125MethodDeclarations.h +26 五月 2020 | 00:52:32,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718.h +26 五月 2020 | 00:52:32,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718MethodDeclarations.h +26 五月 2020 | 00:52:32,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485.h +26 五月 2020 | 00:52:32,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485MethodDeclarations.h +26 五月 2020 | 00:52:32,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487.h +26 五月 2020 | 00:52:32,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491.h +26 五月 2020 | 00:52:32,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528.h +26 五月 2020 | 00:52:32,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487MethodDeclarations.h +26 五月 2020 | 00:52:32,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1178719528MethodDeclarations.h +26 五月 2020 | 00:52:32,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491MethodDeclarations.h +26 五月 2020 | 00:52:32,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182.h +26 五月 2020 | 00:52:32,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285.h +26 五月 2020 | 00:52:32,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185.h +26 五月 2020 | 00:52:32,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def1919529182MethodDeclarations.h +26 五月 2020 | 00:52:32,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285MethodDeclarations.h +26 五月 2020 | 00:52:32,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185MethodDeclarations.h +26 五月 2020 | 00:52:32,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198.h +26 五月 2020 | 00:52:32,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353.h +26 五月 2020 | 00:52:32,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820.h +26 五月 2020 | 00:52:32,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def3477443198MethodDeclarations.h +26 五月 2020 | 00:52:32,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353MethodDeclarations.h +26 五月 2020 | 00:52:32,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820MethodDeclarations.h +26 五月 2020 | 00:52:32,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435.h +26 五月 2020 | 00:52:32,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598.h +26 五月 2020 | 00:52:32,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628.h +26 五月 2020 | 00:52:32,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Def4147226435MethodDeclarations.h +26 五月 2020 | 00:52:32,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598MethodDeclarations.h +26 五月 2020 | 00:52:32,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628MethodDeclarations.h +26 五月 2020 | 00:52:32,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273.h +26 五月 2020 | 00:52:32,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899.h +26 五月 2020 | 00:52:32,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899MethodDeclarations.h +26 五月 2020 | 00:52:32,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762.h +26 五月 2020 | 00:52:32,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762MethodDeclarations.h +26 五月 2020 | 00:52:32,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681.h +26 五月 2020 | 00:52:32,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273MethodDeclarations.h +26 五月 2020 | 00:52:32,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019.h +26 五月 2020 | 00:52:32,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_Defa561147681MethodDeclarations.h +26 五月 2020 | 00:52:32,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673.h +26 五月 2020 | 00:52:32,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019MethodDeclarations.h +26 五月 2020 | 00:52:32,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712.h +26 五月 2020 | 00:52:32,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673MethodDeclarations.h +26 五月 2020 | 00:52:32,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722.h +26 五月 2020 | 00:52:32,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1423610712MethodDeclarations.h +26 五月 2020 | 00:52:32,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449.h +26 五月 2020 | 00:52:32,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722MethodDeclarations.h +26 五月 2020 | 00:52:32,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414.h +26 五月 2020 | 00:52:32,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449MethodDeclarations.h +26 五月 2020 | 00:52:32,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033.h +26 五月 2020 | 00:52:32,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen1579458414MethodDeclarations.h +26 五月 2020 | 00:52:32,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111.h +26 五月 2020 | 00:52:32,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033MethodDeclarations.h +26 五月 2020 | 00:52:32,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068.h +26 五月 2020 | 00:52:32,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111MethodDeclarations.h +26 五月 2020 | 00:52:32,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252.h +26 五月 2020 | 00:52:32,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen2320268068MethodDeclarations.h +26 五月 2020 | 00:52:32,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252MethodDeclarations.h +26 五月 2020 | 00:52:32,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025.h +26 五月 2020 | 00:52:32,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757.h +26 五月 2020 | 00:52:32,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen252998025MethodDeclarations.h +26 五月 2020 | 00:52:32,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757MethodDeclarations.h +26 五月 2020 | 00:52:32,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084.h +26 五月 2020 | 00:52:32,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719.h +26 五月 2020 | 00:52:32,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen3878182084MethodDeclarations.h +26 五月 2020 | 00:52:32,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567.h +26 五月 2020 | 00:52:32,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Comparer_1_gen961886567MethodDeclarations.h +26 五月 2020 | 00:52:32,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116.h +26 五月 2020 | 00:52:32,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1011714116MethodDeclarations.h +26 五月 2020 | 00:52:32,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751.h +26 五月 2020 | 00:52:32,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1034292751MethodDeclarations.h +26 五月 2020 | 00:52:32,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529.h +26 五月 2020 | 00:52:32,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1091148529MethodDeclarations.h +26 五月 2020 | 00:52:32,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719MethodDeclarations.h +26 五月 2020 | 00:52:32,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204.h +26 五月 2020 | 00:52:32,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653.h +26 五月 2020 | 00:52:32,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1102055204MethodDeclarations.h +26 五月 2020 | 00:52:32,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653MethodDeclarations.h +26 五月 2020 | 00:52:32,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604.h +26 五月 2020 | 00:52:32,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396.h +26 五月 2020 | 00:52:32,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1165777604MethodDeclarations.h +26 五月 2020 | 00:52:32,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396MethodDeclarations.h +26 五月 2020 | 00:52:32,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380.h +26 五月 2020 | 00:52:32,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103.h +26 五月 2020 | 00:52:32,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1304604380MethodDeclarations.h +26 五月 2020 | 00:52:32,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103MethodDeclarations.h +26 五月 2020 | 00:52:32,555 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042.h +26 五月 2020 | 00:52:32,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422.h +26 五月 2020 | 00:52:32,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1356537042MethodDeclarations.h +26 五月 2020 | 00:52:32,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422MethodDeclarations.h +26 五月 2020 | 00:52:32,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904.h +26 五月 2020 | 00:52:32,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853.h +26 五月 2020 | 00:52:32,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1405255904MethodDeclarations.h +26 五月 2020 | 00:52:32,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853MethodDeclarations.h +26 五月 2020 | 00:52:32,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147.h +26 五月 2020 | 00:52:32,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298.h +26 五月 2020 | 00:52:32,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1421728147MethodDeclarations.h +26 五月 2020 | 00:52:32,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298MethodDeclarations.h +26 五月 2020 | 00:52:32,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330.h +26 五月 2020 | 00:52:32,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1560176330MethodDeclarations.h +26 五月 2020 | 00:52:32,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563.h +26 五月 2020 | 00:52:32,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1631653563MethodDeclarations.h +26 五月 2020 | 00:52:32,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137.h +26 五月 2020 | 00:52:32,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1639504137MethodDeclarations.h +26 五月 2020 | 00:52:32,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336.h +26 五月 2020 | 00:52:32,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1655934336MethodDeclarations.h +26 五月 2020 | 00:52:32,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588.h +26 五月 2020 | 00:52:32,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1666778588MethodDeclarations.h +26 五月 2020 | 00:52:32,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907.h +26 五月 2020 | 00:52:32,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1705747907MethodDeclarations.h +26 五月 2020 | 00:52:32,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729.h +26 五月 2020 | 00:52:32,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1715836729MethodDeclarations.h +26 五月 2020 | 00:52:32,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408.h +26 五月 2020 | 00:52:32,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1857283408MethodDeclarations.h +26 五月 2020 | 00:52:32,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500.h +26 五月 2020 | 00:52:32,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1943786500MethodDeclarations.h +26 五月 2020 | 00:52:32,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698.h +26 五月 2020 | 00:52:32,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E1957328698MethodDeclarations.h +26 五月 2020 | 00:52:32,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593.h +26 五月 2020 | 00:52:32,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2143697593MethodDeclarations.h +26 五月 2020 | 00:52:32,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818.h +26 五月 2020 | 00:52:32,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973.h +26 五月 2020 | 00:52:32,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973MethodDeclarations.h +26 五月 2020 | 00:52:32,608 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216.h +26 五月 2020 | 00:52:32,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216MethodDeclarations.h +26 五月 2020 | 00:52:32,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399.h +26 五月 2020 | 00:52:32,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027.h +26 五月 2020 | 00:52:32,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2403681818MethodDeclarations.h +26 五月 2020 | 00:52:32,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017.h +26 五月 2020 | 00:52:32,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027MethodDeclarations.h +26 五月 2020 | 00:52:32,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901.h +26 五月 2020 | 00:52:32,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2452006017MethodDeclarations.h +26 五月 2020 | 00:52:32,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901MethodDeclarations.h +26 五月 2020 | 00:52:32,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695.h +26 五月 2020 | 00:52:32,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422.h +26 五月 2020 | 00:52:32,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2480953695MethodDeclarations.h +26 五月 2020 | 00:52:32,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422MethodDeclarations.h +26 五月 2020 | 00:52:32,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144.h +26 五月 2020 | 00:52:32,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235.h +26 五月 2020 | 00:52:32,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2511425144MethodDeclarations.h +26 五月 2020 | 00:52:32,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235MethodDeclarations.h +26 五月 2020 | 00:52:32,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313.h +26 五月 2020 | 00:52:32,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2528968313MethodDeclarations.h +26 五月 2020 | 00:52:32,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207.h +26 五月 2020 | 00:52:32,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547.h +26 五月 2020 | 00:52:32,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2583639547MethodDeclarations.h +26 五月 2020 | 00:52:32,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207MethodDeclarations.h +26 五月 2020 | 00:52:32,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399MethodDeclarations.h +26 五月 2020 | 00:52:32,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386.h +26 五月 2020 | 00:52:32,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339.h +26 五月 2020 | 00:52:32,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632.h +26 五月 2020 | 00:52:32,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339MethodDeclarations.h +26 五月 2020 | 00:52:32,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2765411386MethodDeclarations.h +26 五月 2020 | 00:52:32,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632MethodDeclarations.h +26 五月 2020 | 00:52:32,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304.h +26 五月 2020 | 00:52:32,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035.h +26 五月 2020 | 00:52:32,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206.h +26 五月 2020 | 00:52:32,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304MethodDeclarations.h +26 五月 2020 | 00:52:32,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2800983035MethodDeclarations.h +26 五月 2020 | 00:52:32,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276.h +26 五月 2020 | 00:52:32,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206MethodDeclarations.h +26 五月 2020 | 00:52:32,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107.h +26 五月 2020 | 00:52:32,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276MethodDeclarations.h +26 五月 2020 | 00:52:32,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2838854107MethodDeclarations.h +26 五月 2020 | 00:52:32,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405.h +26 五月 2020 | 00:52:32,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088.h +26 五月 2020 | 00:52:32,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405MethodDeclarations.h +26 五月 2020 | 00:52:32,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070.h +26 五月 2020 | 00:52:32,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088MethodDeclarations.h +26 五月 2020 | 00:52:32,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657.h +26 五月 2020 | 00:52:32,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2845080070MethodDeclarations.h +26 五月 2020 | 00:52:32,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791.h +26 五月 2020 | 00:52:32,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657MethodDeclarations.h +26 五月 2020 | 00:52:32,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163.h +26 五月 2020 | 00:52:32,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791MethodDeclarations.h +26 五月 2020 | 00:52:32,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976.h +26 五月 2020 | 00:52:32,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2883836163MethodDeclarations.h +26 五月 2020 | 00:52:32,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943.h +26 五月 2020 | 00:52:32,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976MethodDeclarations.h +26 五月 2020 | 00:52:32,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278.h +26 五月 2020 | 00:52:32,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798.h +26 五月 2020 | 00:52:32,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E2983962278MethodDeclarations.h +26 五月 2020 | 00:52:32,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798MethodDeclarations.h +26 五月 2020 | 00:52:32,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632.h +26 五月 2020 | 00:52:32,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477.h +26 五月 2020 | 00:52:32,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3017299632MethodDeclarations.h +26 五月 2020 | 00:52:32,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943MethodDeclarations.h +26 五月 2020 | 00:52:32,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407.h +26 五月 2020 | 00:52:32,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3022429407MethodDeclarations.h +26 五月 2020 | 00:52:32,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563.h +26 五月 2020 | 00:52:32,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102.h +26 五月 2020 | 00:52:32,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477MethodDeclarations.h +26 五月 2020 | 00:52:32,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3111832563MethodDeclarations.h +26 五月 2020 | 00:52:32,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102MethodDeclarations.h +26 五月 2020 | 00:52:32,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465.h +26 五月 2020 | 00:52:32,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717.h +26 五月 2020 | 00:52:32,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755.h +26 五月 2020 | 00:52:32,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3207738717MethodDeclarations.h +26 五月 2020 | 00:52:32,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755MethodDeclarations.h +26 五月 2020 | 00:52:32,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546.h +26 五月 2020 | 00:52:32,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321.h +26 五月 2020 | 00:52:32,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465MethodDeclarations.h +26 五月 2020 | 00:52:32,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3294203546MethodDeclarations.h +26 五月 2020 | 00:52:32,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321MethodDeclarations.h +26 五月 2020 | 00:52:32,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569.h +26 五月 2020 | 00:52:32,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751.h +26 五月 2020 | 00:52:32,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826.h +26 五月 2020 | 00:52:32,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569MethodDeclarations.h +26 五月 2020 | 00:52:32,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3297734751MethodDeclarations.h +26 五月 2020 | 00:52:32,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826MethodDeclarations.h +26 五月 2020 | 00:52:32,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671.h +26 五月 2020 | 00:52:32,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767.h +26 五月 2020 | 00:52:32,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788.h +26 五月 2020 | 00:52:32,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767MethodDeclarations.h +26 五月 2020 | 00:52:32,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788MethodDeclarations.h +26 五月 2020 | 00:52:32,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662.h +26 五月 2020 | 00:52:32,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722.h +26 五月 2020 | 00:52:32,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662MethodDeclarations.h +26 五月 2020 | 00:52:32,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3386948671MethodDeclarations.h +26 五月 2020 | 00:52:32,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722MethodDeclarations.h +26 五月 2020 | 00:52:32,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887.h +26 五月 2020 | 00:52:32,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382.h +26 五月 2020 | 00:52:32,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465.h +26 五月 2020 | 00:52:32,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887MethodDeclarations.h +26 五月 2020 | 00:52:32,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3448631382MethodDeclarations.h +26 五月 2020 | 00:52:32,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465MethodDeclarations.h +26 五月 2020 | 00:52:32,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761.h +26 五月 2020 | 00:52:32,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086.h +26 五月 2020 | 00:52:32,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988.h +26 五月 2020 | 00:52:32,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3557298761MethodDeclarations.h +26 五月 2020 | 00:52:32,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086MethodDeclarations.h +26 五月 2020 | 00:52:32,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988MethodDeclarations.h +26 五月 2020 | 00:52:32,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764.h +26 五月 2020 | 00:52:32,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172.h +26 五月 2020 | 00:52:32,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034.h +26 五月 2020 | 00:52:32,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764MethodDeclarations.h +26 五月 2020 | 00:52:32,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172MethodDeclarations.h +26 五月 2020 | 00:52:32,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3576862034MethodDeclarations.h +26 五月 2020 | 00:52:32,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213.h +26 五月 2020 | 00:52:32,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491.h +26 五月 2020 | 00:52:32,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213MethodDeclarations.h +26 五月 2020 | 00:52:32,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125.h +26 五月 2020 | 00:52:32,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491MethodDeclarations.h +26 五月 2020 | 00:52:32,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382.h +26 五月 2020 | 00:52:32,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3601534125MethodDeclarations.h +26 五月 2020 | 00:52:32,920 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922.h +26 五月 2020 | 00:52:32,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718.h +26 五月 2020 | 00:52:32,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922MethodDeclarations.h +26 五月 2020 | 00:52:32,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382MethodDeclarations.h +26 五月 2020 | 00:52:32,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3681241718MethodDeclarations.h +26 五月 2020 | 00:52:32,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367.h +26 五月 2020 | 00:52:32,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616.h +26 五月 2020 | 00:52:32,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485.h +26 五月 2020 | 00:52:32,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367MethodDeclarations.h +26 五月 2020 | 00:52:32,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616MethodDeclarations.h +26 五月 2020 | 00:52:32,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3755498485MethodDeclarations.h +26 五月 2020 | 00:52:32,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839.h +26 五月 2020 | 00:52:32,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455.h +26 五月 2020 | 00:52:32,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839MethodDeclarations.h +26 五月 2020 | 00:52:32,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455MethodDeclarations.h +26 五月 2020 | 00:52:32,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487.h +26 五月 2020 | 00:52:32,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104.h +26 五月 2020 | 00:52:32,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096.h +26 五月 2020 | 00:52:32,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104MethodDeclarations.h +26 五月 2020 | 00:52:32,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3791695487MethodDeclarations.h +26 五月 2020 | 00:52:32,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096MethodDeclarations.h +26 五月 2020 | 00:52:32,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176.h +26 五月 2020 | 00:52:32,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285.h +26 五月 2020 | 00:52:32,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970.h +26 五月 2020 | 00:52:32,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176MethodDeclarations.h +26 五月 2020 | 00:52:32,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3905088285MethodDeclarations.h +26 五月 2020 | 00:52:32,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970MethodDeclarations.h +26 五月 2020 | 00:52:32,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139.h +26 五月 2020 | 00:52:32,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353.h +26 五月 2020 | 00:52:32,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491.h +26 五月 2020 | 00:52:32,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139MethodDeclarations.h +26 五月 2020 | 00:52:32,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3912176353MethodDeclarations.h +26 五月 2020 | 00:52:32,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232.h +26 五月 2020 | 00:52:32,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491MethodDeclarations.h +26 五月 2020 | 00:52:32,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628.h +26 五月 2020 | 00:52:32,942 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185.h +26 五月 2020 | 00:52:32,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232MethodDeclarations.h +26 五月 2020 | 00:52:32,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E3944220628MethodDeclarations.h +26 五月 2020 | 00:52:32,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185MethodDeclarations.h +26 五月 2020 | 00:52:32,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899.h +26 五月 2020 | 00:52:32,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347.h +26 五月 2020 | 00:52:32,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820.h +26 五月 2020 | 00:52:32,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347MethodDeclarations.h +26 五月 2020 | 00:52:32,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4081019899MethodDeclarations.h +26 五月 2020 | 00:52:32,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820MethodDeclarations.h +26 五月 2020 | 00:52:32,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701.h +26 五月 2020 | 00:52:32,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762.h +26 五月 2020 | 00:52:32,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598.h +26 五月 2020 | 00:52:32,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701MethodDeclarations.h +26 五月 2020 | 00:52:32,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_E4112153762MethodDeclarations.h +26 五月 2020 | 00:52:32,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598MethodDeclarations.h +26 五月 2020 | 00:52:32,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476.h +26 五月 2020 | 00:52:32,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019.h +26 五月 2020 | 00:52:32,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273.h +26 五月 2020 | 00:52:32,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476MethodDeclarations.h +26 五月 2020 | 00:52:32,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En156532019MethodDeclarations.h +26 五月 2020 | 00:52:32,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632.h +26 五月 2020 | 00:52:32,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722.h +26 五月 2020 | 00:52:32,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632MethodDeclarations.h +26 五月 2020 | 00:52:32,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En219356722MethodDeclarations.h +26 五月 2020 | 00:52:32,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319.h +26 五月 2020 | 00:52:32,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033.h +26 五月 2020 | 00:52:32,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273MethodDeclarations.h +26 五月 2020 | 00:52:32,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319MethodDeclarations.h +26 五月 2020 | 00:52:32,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En338178033MethodDeclarations.h +26 五月 2020 | 00:52:32,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673.h +26 五月 2020 | 00:52:32,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524.h +26 五月 2020 | 00:52:32,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252.h +26 五月 2020 | 00:52:32,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673MethodDeclarations.h +26 五月 2020 | 00:52:32,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524MethodDeclarations.h +26 五月 2020 | 00:52:32,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449.h +26 五月 2020 | 00:52:32,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449MethodDeclarations.h +26 五月 2020 | 00:52:32,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444.h +26 五月 2020 | 00:52:32,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444MethodDeclarations.h +26 五月 2020 | 00:52:32,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111.h +26 五月 2020 | 00:52:32,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En442692252MethodDeclarations.h +26 五月 2020 | 00:52:32,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155.h +26 五月 2020 | 00:52:32,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111MethodDeclarations.h +26 五月 2020 | 00:52:32,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757.h +26 五月 2020 | 00:52:32,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155MethodDeclarations.h +26 五月 2020 | 00:52:32,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973.h +26 五月 2020 | 00:52:32,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En464556757MethodDeclarations.h +26 五月 2020 | 00:52:32,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534.h +26 五月 2020 | 00:52:32,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973MethodDeclarations.h +26 五月 2020 | 00:52:32,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719.h +26 五月 2020 | 00:52:32,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534MethodDeclarations.h +26 五月 2020 | 00:52:32,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En541045719MethodDeclarations.h +26 五月 2020 | 00:52:32,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216.h +26 五月 2020 | 00:52:32,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807.h +26 五月 2020 | 00:52:32,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653.h +26 五月 2020 | 00:52:32,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216MethodDeclarations.h +26 五月 2020 | 00:52:32,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807MethodDeclarations.h +26 五月 2020 | 00:52:32,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399.h +26 五月 2020 | 00:52:32,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En625136653MethodDeclarations.h +26 五月 2020 | 00:52:32,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898.h +26 五月 2020 | 00:52:32,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396.h +26 五月 2020 | 00:52:32,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399MethodDeclarations.h +26 五月 2020 | 00:52:32,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898MethodDeclarations.h +26 五月 2020 | 00:52:32,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En647700396MethodDeclarations.h +26 五月 2020 | 00:52:32,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491.h +26 五月 2020 | 00:52:32,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103.h +26 五月 2020 | 00:52:32,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491MethodDeclarations.h +26 五月 2020 | 00:52:32,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En704025103MethodDeclarations.h +26 五月 2020 | 00:52:32,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258.h +26 五月 2020 | 00:52:32,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422.h +26 五月 2020 | 00:52:32,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En739745422MethodDeclarations.h +26 五月 2020 | 00:52:32,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853.h +26 五月 2020 | 00:52:32,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En814413853MethodDeclarations.h +26 五月 2020 | 00:52:32,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298.h +26 五月 2020 | 00:52:32,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En872395298MethodDeclarations.h +26 五月 2020 | 00:52:32,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027.h +26 五月 2020 | 00:52:32,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En962056027MethodDeclarations.h +26 五月 2020 | 00:52:32,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901.h +26 五月 2020 | 00:52:32,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En969056901MethodDeclarations.h +26 五月 2020 | 00:52:32,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422.h +26 五月 2020 | 00:52:32,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632.h +26 五月 2020 | 00:52:32,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258MethodDeclarations.h +26 五月 2020 | 00:52:32,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_En994815422MethodDeclarations.h +26 五月 2020 | 00:52:32,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632MethodDeclarations.h +26 五月 2020 | 00:52:32,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201.h +26 五月 2020 | 00:52:32,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235.h +26 五月 2020 | 00:52:32,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206.h +26 五月 2020 | 00:52:32,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201MethodDeclarations.h +26 五月 2020 | 00:52:32,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu17242235MethodDeclarations.h +26 五月 2020 | 00:52:32,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206MethodDeclarations.h +26 五月 2020 | 00:52:32,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260.h +26 五月 2020 | 00:52:32,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207.h +26 五月 2020 | 00:52:33,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405.h +26 五月 2020 | 00:52:33,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260MethodDeclarations.h +26 五月 2020 | 00:52:33,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405MethodDeclarations.h +26 五月 2020 | 00:52:33,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565.h +26 五月 2020 | 00:52:33,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657.h +26 五月 2020 | 00:52:33,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565MethodDeclarations.h +26 五月 2020 | 00:52:33,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Enu46286207MethodDeclarations.h +26 五月 2020 | 00:52:33,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657MethodDeclarations.h +26 五月 2020 | 00:52:33,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058.h +26 五月 2020 | 00:52:33,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339.h +26 五月 2020 | 00:52:33,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976.h +26 五月 2020 | 00:52:33,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058MethodDeclarations.h +26 五月 2020 | 00:52:33,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1155531339MethodDeclarations.h +26 五月 2020 | 00:52:33,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976MethodDeclarations.h +26 五月 2020 | 00:52:33,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126.h +26 五月 2020 | 00:52:33,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304.h +26 五月 2020 | 00:52:33,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798.h +26 五月 2020 | 00:52:33,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1180715304MethodDeclarations.h +26 五月 2020 | 00:52:33,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798MethodDeclarations.h +26 五月 2020 | 00:52:33,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276.h +26 五月 2020 | 00:52:33,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126MethodDeclarations.h +26 五月 2020 | 00:52:33,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477.h +26 五月 2020 | 00:52:33,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401.h +26 五月 2020 | 00:52:33,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477MethodDeclarations.h +26 五月 2020 | 00:52:33,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401MethodDeclarations.h +26 五月 2020 | 00:52:33,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465.h +26 五月 2020 | 00:52:33,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1209759276MethodDeclarations.h +26 五月 2020 | 00:52:33,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672.h +26 五月 2020 | 00:52:33,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088.h +26 五月 2020 | 00:52:33,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465MethodDeclarations.h +26 五月 2020 | 00:52:33,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672MethodDeclarations.h +26 五月 2020 | 00:52:33,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1320005088MethodDeclarations.h +26 五月 2020 | 00:52:33,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569.h +26 五月 2020 | 00:52:33,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535.h +26 五月 2020 | 00:52:33,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791.h +26 五月 2020 | 00:52:33,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569MethodDeclarations.h +26 五月 2020 | 00:52:33,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535MethodDeclarations.h +26 五月 2020 | 00:52:33,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1382829791MethodDeclarations.h +26 五月 2020 | 00:52:33,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793.h +26 五月 2020 | 00:52:33,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767.h +26 五月 2020 | 00:52:33,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943.h +26 五月 2020 | 00:52:33,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793MethodDeclarations.h +26 五月 2020 | 00:52:33,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767MethodDeclarations.h +26 五月 2020 | 00:52:33,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662.h +26 五月 2020 | 00:52:33,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1415764943MethodDeclarations.h +26 五月 2020 | 00:52:33,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662MethodDeclarations.h +26 五月 2020 | 00:52:33,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718.h +26 五月 2020 | 00:52:33,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887.h +26 五月 2020 | 00:52:33,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718MethodDeclarations.h +26 五月 2020 | 00:52:33,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102.h +26 五月 2020 | 00:52:33,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887MethodDeclarations.h +26 五月 2020 | 00:52:33,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490.h +26 五月 2020 | 00:52:33,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1501651102MethodDeclarations.h +26 五月 2020 | 00:52:33,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086.h +26 五月 2020 | 00:52:33,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490MethodDeclarations.h +26 五月 2020 | 00:52:33,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755.h +26 五月 2020 | 00:52:33,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086MethodDeclarations.h +26 五月 2020 | 00:52:33,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072.h +26 五月 2020 | 00:52:33,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1526010755MethodDeclarations.h +26 五月 2020 | 00:52:33,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072MethodDeclarations.h +26 五月 2020 | 00:52:33,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321.h +26 五月 2020 | 00:52:33,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764.h +26 五月 2020 | 00:52:33,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397.h +26 五月 2020 | 00:52:33,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1606165321MethodDeclarations.h +26 五月 2020 | 00:52:33,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397MethodDeclarations.h +26 五月 2020 | 00:52:33,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826.h +26 五月 2020 | 00:52:33,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1628029826MethodDeclarations.h +26 五月 2020 | 00:52:33,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764MethodDeclarations.h +26 五月 2020 | 00:52:33,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788.h +26 五月 2020 | 00:52:33,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751.h +26 五月 2020 | 00:52:33,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213.h +26 五月 2020 | 00:52:33,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1704518788MethodDeclarations.h +26 五月 2020 | 00:52:33,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751MethodDeclarations.h +26 五月 2020 | 00:52:33,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213MethodDeclarations.h +26 五月 2020 | 00:52:33,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722.h +26 五月 2020 | 00:52:33,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382.h +26 五月 2020 | 00:52:33,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1788609722MethodDeclarations.h +26 五月 2020 | 00:52:33,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880.h +26 五月 2020 | 00:52:33,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382MethodDeclarations.h +26 五月 2020 | 00:52:33,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465.h +26 五月 2020 | 00:52:33,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880MethodDeclarations.h +26 五月 2020 | 00:52:33,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616.h +26 五月 2020 | 00:52:33,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244.h +26 五月 2020 | 00:52:33,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1811173465MethodDeclarations.h +26 五月 2020 | 00:52:33,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616MethodDeclarations.h +26 五月 2020 | 00:52:33,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244MethodDeclarations.h +26 五月 2020 | 00:52:33,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988.h +26 五月 2020 | 00:52:33,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455.h +26 五月 2020 | 00:52:33,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1812170988MethodDeclarations.h +26 五月 2020 | 00:52:33,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018.h +26 五月 2020 | 00:52:33,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172.h +26 五月 2020 | 00:52:33,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1867498172MethodDeclarations.h +26 五月 2020 | 00:52:33,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455MethodDeclarations.h +26 五月 2020 | 00:52:33,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018MethodDeclarations.h +26 五月 2020 | 00:52:33,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104.h +26 五月 2020 | 00:52:33,062 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622.h +26 五月 2020 | 00:52:33,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491.h +26 五月 2020 | 00:52:33,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104MethodDeclarations.h +26 五月 2020 | 00:52:33,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622MethodDeclarations.h +26 五月 2020 | 00:52:33,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1903218491MethodDeclarations.h +26 五月 2020 | 00:52:33,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176.h +26 五月 2020 | 00:52:33,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434.h +26 五月 2020 | 00:52:33,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922.h +26 五月 2020 | 00:52:33,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176MethodDeclarations.h +26 五月 2020 | 00:52:33,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434MethodDeclarations.h +26 五月 2020 | 00:52:33,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K1977886922MethodDeclarations.h +26 五月 2020 | 00:52:33,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139.h +26 五月 2020 | 00:52:33,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367.h +26 五月 2020 | 00:52:33,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667.h +26 五月 2020 | 00:52:33,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139MethodDeclarations.h +26 五月 2020 | 00:52:33,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2035868367MethodDeclarations.h +26 五月 2020 | 00:52:33,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667MethodDeclarations.h +26 五月 2020 | 00:52:33,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232.h +26 五月 2020 | 00:52:33,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518.h +26 五月 2020 | 00:52:33,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839.h +26 五月 2020 | 00:52:33,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232MethodDeclarations.h +26 五月 2020 | 00:52:33,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2073503839MethodDeclarations.h +26 五月 2020 | 00:52:33,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347.h +26 五月 2020 | 00:52:33,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518MethodDeclarations.h +26 五月 2020 | 00:52:33,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096.h +26 五月 2020 | 00:52:33,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848.h +26 五月 2020 | 00:52:33,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2125529096MethodDeclarations.h +26 五月 2020 | 00:52:33,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347MethodDeclarations.h +26 五月 2020 | 00:52:33,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970.h +26 五月 2020 | 00:52:33,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848MethodDeclarations.h +26 五月 2020 | 00:52:33,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701.h +26 五月 2020 | 00:52:33,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461.h +26 五月 2020 | 00:52:33,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2132529970MethodDeclarations.h +26 五月 2020 | 00:52:33,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701MethodDeclarations.h +26 五月 2020 | 00:52:33,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476.h +26 五月 2020 | 00:52:33,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491.h +26 五月 2020 | 00:52:33,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476MethodDeclarations.h +26 五月 2020 | 00:52:33,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461MethodDeclarations.h +26 五月 2020 | 00:52:33,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632.h +26 五月 2020 | 00:52:33,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2158288491MethodDeclarations.h +26 五月 2020 | 00:52:33,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440.h +26 五月 2020 | 00:52:33,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632MethodDeclarations.h +26 五月 2020 | 00:52:33,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185.h +26 五月 2020 | 00:52:33,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440MethodDeclarations.h +26 五月 2020 | 00:52:33,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2175187185MethodDeclarations.h +26 五月 2020 | 00:52:33,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319.h +26 五月 2020 | 00:52:33,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599.h +26 五月 2020 | 00:52:33,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820.h +26 五月 2020 | 00:52:33,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599MethodDeclarations.h +26 五月 2020 | 00:52:33,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319MethodDeclarations.h +26 五月 2020 | 00:52:33,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2197765820MethodDeclarations.h +26 五月 2020 | 00:52:33,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021.h +26 五月 2020 | 00:52:33,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524.h +26 五月 2020 | 00:52:33,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598.h +26 五月 2020 | 00:52:33,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021MethodDeclarations.h +26 五月 2020 | 00:52:33,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524MethodDeclarations.h +26 五月 2020 | 00:52:33,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2254621598MethodDeclarations.h +26 五月 2020 | 00:52:33,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068.h +26 五月 2020 | 00:52:33,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444.h +26 五月 2020 | 00:52:33,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273.h +26 五月 2020 | 00:52:33,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068MethodDeclarations.h +26 五月 2020 | 00:52:33,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444MethodDeclarations.h +26 五月 2020 | 00:52:33,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155.h +26 五月 2020 | 00:52:33,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2265528273MethodDeclarations.h +26 五月 2020 | 00:52:33,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155MethodDeclarations.h +26 五月 2020 | 00:52:33,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673.h +26 五月 2020 | 00:52:33,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655.h +26 五月 2020 | 00:52:33,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534.h +26 五月 2020 | 00:52:33,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2329250673MethodDeclarations.h +26 五月 2020 | 00:52:33,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655MethodDeclarations.h +26 五月 2020 | 00:52:33,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534MethodDeclarations.h +26 五月 2020 | 00:52:33,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449.h +26 五月 2020 | 00:52:33,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175.h +26 五月 2020 | 00:52:33,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807.h +26 五月 2020 | 00:52:33,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2468077449MethodDeclarations.h +26 五月 2020 | 00:52:33,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175MethodDeclarations.h +26 五月 2020 | 00:52:33,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807MethodDeclarations.h +26 五月 2020 | 00:52:33,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111.h +26 五月 2020 | 00:52:33,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200.h +26 五月 2020 | 00:52:33,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898.h +26 五月 2020 | 00:52:33,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2520010111MethodDeclarations.h +26 五月 2020 | 00:52:33,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898MethodDeclarations.h +26 五月 2020 | 00:52:33,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200MethodDeclarations.h +26 五月 2020 | 00:52:33,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973.h +26 五月 2020 | 00:52:33,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491.h +26 五月 2020 | 00:52:33,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057.h +26 五月 2020 | 00:52:33,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2568728973MethodDeclarations.h +26 五月 2020 | 00:52:33,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491MethodDeclarations.h +26 五月 2020 | 00:52:33,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057MethodDeclarations.h +26 五月 2020 | 00:52:33,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216.h +26 五月 2020 | 00:52:33,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015.h +26 五月 2020 | 00:52:33,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258.h +26 五月 2020 | 00:52:33,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2585201216MethodDeclarations.h +26 五月 2020 | 00:52:33,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015MethodDeclarations.h +26 五月 2020 | 00:52:33,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258MethodDeclarations.h +26 五月 2020 | 00:52:33,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399.h +26 五月 2020 | 00:52:33,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843.h +26 五月 2020 | 00:52:33,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201.h +26 五月 2020 | 00:52:33,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2723649399MethodDeclarations.h +26 五月 2020 | 00:52:33,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843MethodDeclarations.h +26 五月 2020 | 00:52:33,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201MethodDeclarations.h +26 五月 2020 | 00:52:33,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632.h +26 五月 2020 | 00:52:33,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260.h +26 五月 2020 | 00:52:33,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2795126632MethodDeclarations.h +26 五月 2020 | 00:52:33,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974.h +26 五月 2020 | 00:52:33,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260MethodDeclarations.h +26 五月 2020 | 00:52:33,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206.h +26 五月 2020 | 00:52:33,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974MethodDeclarations.h +26 五月 2020 | 00:52:33,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565.h +26 五月 2020 | 00:52:33,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2802977206MethodDeclarations.h +26 五月 2020 | 00:52:33,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363.h +26 五月 2020 | 00:52:33,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565MethodDeclarations.h +26 五月 2020 | 00:52:33,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405.h +26 五月 2020 | 00:52:33,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058.h +26 五月 2020 | 00:52:33,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363MethodDeclarations.h +26 五月 2020 | 00:52:33,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2819407405MethodDeclarations.h +26 五月 2020 | 00:52:33,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657.h +26 五月 2020 | 00:52:33,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171.h +26 五月 2020 | 00:52:33,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058MethodDeclarations.h +26 五月 2020 | 00:52:33,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2830251657MethodDeclarations.h +26 五月 2020 | 00:52:33,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126.h +26 五月 2020 | 00:52:33,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171MethodDeclarations.h +26 五月 2020 | 00:52:33,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976.h +26 五月 2020 | 00:52:33,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046.h +26 五月 2020 | 00:52:33,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126MethodDeclarations.h +26 五月 2020 | 00:52:33,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2869220976MethodDeclarations.h +26 五月 2020 | 00:52:33,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046MethodDeclarations.h +26 五月 2020 | 00:52:33,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401.h +26 五月 2020 | 00:52:33,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278.h +26 五月 2020 | 00:52:33,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401MethodDeclarations.h +26 五月 2020 | 00:52:33,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798.h +26 五月 2020 | 00:52:33,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278MethodDeclarations.h +26 五月 2020 | 00:52:33,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672.h +26 五月 2020 | 00:52:33,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K2879309798MethodDeclarations.h +26 五月 2020 | 00:52:33,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672MethodDeclarations.h +26 五月 2020 | 00:52:33,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894.h +26 五月 2020 | 00:52:33,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477.h +26 五月 2020 | 00:52:33,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894MethodDeclarations.h +26 五月 2020 | 00:52:33,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535.h +26 五月 2020 | 00:52:33,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535MethodDeclarations.h +26 五月 2020 | 00:52:33,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793.h +26 五月 2020 | 00:52:33,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793MethodDeclarations.h +26 五月 2020 | 00:52:33,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718.h +26 五月 2020 | 00:52:33,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718MethodDeclarations.h +26 五月 2020 | 00:52:33,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490.h +26 五月 2020 | 00:52:33,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490MethodDeclarations.h +26 五月 2020 | 00:52:33,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072.h +26 五月 2020 | 00:52:33,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072MethodDeclarations.h +26 五月 2020 | 00:52:33,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397.h +26 五月 2020 | 00:52:33,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397MethodDeclarations.h +26 五月 2020 | 00:52:33,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751.h +26 五月 2020 | 00:52:33,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331.h +26 五月 2020 | 00:52:33,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3020756477MethodDeclarations.h +26 五月 2020 | 00:52:33,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331MethodDeclarations.h +26 五月 2020 | 00:52:33,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465.h +26 五月 2020 | 00:52:33,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751MethodDeclarations.h +26 五月 2020 | 00:52:33,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250.h +26 五月 2020 | 00:52:33,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3085315465MethodDeclarations.h +26 五月 2020 | 00:52:33,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880.h +26 五月 2020 | 00:52:33,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250MethodDeclarations.h +26 五月 2020 | 00:52:33,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569.h +26 五月 2020 | 00:52:33,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880MethodDeclarations.h +26 五月 2020 | 00:52:33,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742.h +26 五月 2020 | 00:52:33,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244.h +26 五月 2020 | 00:52:33,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3107259569MethodDeclarations.h +26 五月 2020 | 00:52:33,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742MethodDeclarations.h +26 五月 2020 | 00:52:33,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244MethodDeclarations.h +26 五月 2020 | 00:52:33,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767.h +26 五月 2020 | 00:52:33,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705.h +26 五月 2020 | 00:52:33,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3120801767MethodDeclarations.h +26 五月 2020 | 00:52:33,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018.h +26 五月 2020 | 00:52:33,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662.h +26 五月 2020 | 00:52:33,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705MethodDeclarations.h +26 五月 2020 | 00:52:33,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018MethodDeclarations.h +26 五月 2020 | 00:52:33,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3307170662MethodDeclarations.h +26 五月 2020 | 00:52:33,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601.h +26 五月 2020 | 00:52:33,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622.h +26 五月 2020 | 00:52:33,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601MethodDeclarations.h +26 五月 2020 | 00:52:33,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887.h +26 五月 2020 | 00:52:33,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622MethodDeclarations.h +26 五月 2020 | 00:52:33,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561.h +26 五月 2020 | 00:52:33,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3567154887MethodDeclarations.h +26 五月 2020 | 00:52:33,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434.h +26 五月 2020 | 00:52:33,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561MethodDeclarations.h +26 五月 2020 | 00:52:33,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086.h +26 五月 2020 | 00:52:33,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434MethodDeclarations.h +26 五月 2020 | 00:52:33,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325.h +26 五月 2020 | 00:52:33,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3615479086MethodDeclarations.h +26 五月 2020 | 00:52:33,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667.h +26 五月 2020 | 00:52:33,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325MethodDeclarations.h +26 五月 2020 | 00:52:33,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764.h +26 五月 2020 | 00:52:33,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667MethodDeclarations.h +26 五月 2020 | 00:52:33,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536.h +26 五月 2020 | 00:52:33,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3644426764MethodDeclarations.h +26 五月 2020 | 00:52:33,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518.h +26 五月 2020 | 00:52:33,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536MethodDeclarations.h +26 五月 2020 | 00:52:33,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213.h +26 五月 2020 | 00:52:33,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518MethodDeclarations.h +26 五月 2020 | 00:52:33,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623.h +26 五月 2020 | 00:52:33,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3674898213MethodDeclarations.h +26 五月 2020 | 00:52:33,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848.h +26 五月 2020 | 00:52:33,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623MethodDeclarations.h +26 五月 2020 | 00:52:33,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382.h +26 五月 2020 | 00:52:33,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848MethodDeclarations.h +26 五月 2020 | 00:52:33,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146.h +26 五月 2020 | 00:52:33,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3692441382MethodDeclarations.h +26 五月 2020 | 00:52:33,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461.h +26 五月 2020 | 00:52:33,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146MethodDeclarations.h +26 五月 2020 | 00:52:33,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616.h +26 五月 2020 | 00:52:33,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461MethodDeclarations.h +26 五月 2020 | 00:52:33,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466.h +26 五月 2020 | 00:52:33,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3747112616MethodDeclarations.h +26 五月 2020 | 00:52:33,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440.h +26 五月 2020 | 00:52:33,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466MethodDeclarations.h +26 五月 2020 | 00:52:33,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455.h +26 五月 2020 | 00:52:33,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440MethodDeclarations.h +26 五月 2020 | 00:52:33,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526.h +26 五月 2020 | 00:52:33,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599.h +26 五月 2020 | 00:52:33,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3928884455MethodDeclarations.h +26 五月 2020 | 00:52:33,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599MethodDeclarations.h +26 五月 2020 | 00:52:33,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104.h +26 五月 2020 | 00:52:33,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021.h +26 五月 2020 | 00:52:33,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021MethodDeclarations.h +26 五月 2020 | 00:52:33,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K3964456104MethodDeclarations.h +26 五月 2020 | 00:52:33,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068.h +26 五月 2020 | 00:52:33,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526MethodDeclarations.h +26 五月 2020 | 00:52:33,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176.h +26 五月 2020 | 00:52:33,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846.h +26 五月 2020 | 00:52:33,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068MethodDeclarations.h +26 五月 2020 | 00:52:33,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4002327176MethodDeclarations.h +26 五月 2020 | 00:52:33,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846MethodDeclarations.h +26 五月 2020 | 00:52:33,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655.h +26 五月 2020 | 00:52:33,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139.h +26 五月 2020 | 00:52:33,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613.h +26 五月 2020 | 00:52:33,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655MethodDeclarations.h +26 五月 2020 | 00:52:33,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4008553139MethodDeclarations.h +26 五月 2020 | 00:52:33,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175.h +26 五月 2020 | 00:52:33,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613MethodDeclarations.h +26 五月 2020 | 00:52:33,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232.h +26 五月 2020 | 00:52:33,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285.h +26 五月 2020 | 00:52:33,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175MethodDeclarations.h +26 五月 2020 | 00:52:33,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4047309232MethodDeclarations.h +26 五月 2020 | 00:52:33,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285MethodDeclarations.h +26 五月 2020 | 00:52:33,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200.h +26 五月 2020 | 00:52:33,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347.h +26 五月 2020 | 00:52:33,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597.h +26 五月 2020 | 00:52:33,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200MethodDeclarations.h +26 五月 2020 | 00:52:33,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4147435347MethodDeclarations.h +26 五月 2020 | 00:52:33,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597MethodDeclarations.h +26 五月 2020 | 00:52:33,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057.h +26 五月 2020 | 00:52:33,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701.h +26 五月 2020 | 00:52:33,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845.h +26 五月 2020 | 00:52:33,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057MethodDeclarations.h +26 五月 2020 | 00:52:33,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4180772701MethodDeclarations.h +26 五月 2020 | 00:52:33,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845MethodDeclarations.h +26 五月 2020 | 00:52:33,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015.h +26 五月 2020 | 00:52:33,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476.h +26 五月 2020 | 00:52:33,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751.h +26 五月 2020 | 00:52:33,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015MethodDeclarations.h +26 五月 2020 | 00:52:33,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4185902476MethodDeclarations.h +26 五月 2020 | 00:52:33,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843.h +26 五月 2020 | 00:52:33,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632.h +26 五月 2020 | 00:52:33,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843MethodDeclarations.h +26 五月 2020 | 00:52:33,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_K4275305632MethodDeclarations.h +26 五月 2020 | 00:52:33,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751MethodDeclarations.h +26 五月 2020 | 00:52:33,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974.h +26 五月 2020 | 00:52:33,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319.h +26 五月 2020 | 00:52:33,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664.h +26 五月 2020 | 00:52:33,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974MethodDeclarations.h +26 五月 2020 | 00:52:33,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke162709319MethodDeclarations.h +26 五月 2020 | 00:52:33,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664MethodDeclarations.h +26 五月 2020 | 00:52:33,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524.h +26 五月 2020 | 00:52:33,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363.h +26 五月 2020 | 00:52:33,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370.h +26 五月 2020 | 00:52:33,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke166240524MethodDeclarations.h +26 五月 2020 | 00:52:33,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363MethodDeclarations.h +26 五月 2020 | 00:52:33,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370MethodDeclarations.h +26 五月 2020 | 00:52:33,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444.h +26 五月 2020 | 00:52:33,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171.h +26 五月 2020 | 00:52:33,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702.h +26 五月 2020 | 00:52:33,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke255454444MethodDeclarations.h +26 五月 2020 | 00:52:33,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171MethodDeclarations.h +26 五月 2020 | 00:52:33,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702MethodDeclarations.h +26 五月 2020 | 00:52:33,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155.h +26 五月 2020 | 00:52:33,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046.h +26 五月 2020 | 00:52:33,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867.h +26 五月 2020 | 00:52:33,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke317137155MethodDeclarations.h +26 五月 2020 | 00:52:33,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046MethodDeclarations.h +26 五月 2020 | 00:52:33,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534.h +26 五月 2020 | 00:52:33,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278.h +26 五月 2020 | 00:52:33,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke425804534MethodDeclarations.h +26 五月 2020 | 00:52:33,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278MethodDeclarations.h +26 五月 2020 | 00:52:33,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807.h +26 五月 2020 | 00:52:33,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894.h +26 五月 2020 | 00:52:33,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke445367807MethodDeclarations.h +26 五月 2020 | 00:52:33,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867MethodDeclarations.h +26 五月 2020 | 00:52:33,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894MethodDeclarations.h +26 五月 2020 | 00:52:33,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898.h +26 五月 2020 | 00:52:33,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922.h +26 五月 2020 | 00:52:33,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331.h +26 五月 2020 | 00:52:33,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke470039898MethodDeclarations.h +26 五月 2020 | 00:52:33,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331MethodDeclarations.h +26 五月 2020 | 00:52:33,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922MethodDeclarations.h +26 五月 2020 | 00:52:33,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491.h +26 五月 2020 | 00:52:33,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283.h +26 五月 2020 | 00:52:33,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250.h +26 五月 2020 | 00:52:33,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke549747491MethodDeclarations.h +26 五月 2020 | 00:52:33,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283MethodDeclarations.h +26 五月 2020 | 00:52:33,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250MethodDeclarations.h +26 五月 2020 | 00:52:33,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258.h +26 五月 2020 | 00:52:33,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742.h +26 五月 2020 | 00:52:33,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726.h +26 五月 2020 | 00:52:33,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742MethodDeclarations.h +26 五月 2020 | 00:52:33,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726MethodDeclarations.h +26 五月 2020 | 00:52:33,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705.h +26 五月 2020 | 00:52:33,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997.h +26 五月 2020 | 00:52:33,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997MethodDeclarations.h +26 五月 2020 | 00:52:33,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705MethodDeclarations.h +26 五月 2020 | 00:52:33,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke624004258MethodDeclarations.h +26 五月 2020 | 00:52:33,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601.h +26 五月 2020 | 00:52:33,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699.h +26 五月 2020 | 00:52:33,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201.h +26 五月 2020 | 00:52:33,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699MethodDeclarations.h +26 五月 2020 | 00:52:33,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601MethodDeclarations.h +26 五月 2020 | 00:52:33,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke631810201MethodDeclarations.h +26 五月 2020 | 00:52:33,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833.h +26 五月 2020 | 00:52:33,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561.h +26 五月 2020 | 00:52:33,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260.h +26 五月 2020 | 00:52:33,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833MethodDeclarations.h +26 五月 2020 | 00:52:33,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561MethodDeclarations.h +26 五月 2020 | 00:52:33,274 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke660201260MethodDeclarations.h +26 五月 2020 | 00:52:33,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364.h +26 五月 2020 | 00:52:33,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325.h +26 五月 2020 | 00:52:33,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565.h +26 五月 2020 | 00:52:33,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364MethodDeclarations.h +26 五月 2020 | 00:52:33,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325MethodDeclarations.h +26 五月 2020 | 00:52:33,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke676045565MethodDeclarations.h +26 五月 2020 | 00:52:33,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536.h +26 五月 2020 | 00:52:33,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058.h +26 五月 2020 | 00:52:33,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079.h +26 五月 2020 | 00:52:33,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536MethodDeclarations.h +26 五月 2020 | 00:52:33,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke773594058MethodDeclarations.h +26 五月 2020 | 00:52:33,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079MethodDeclarations.h +26 五月 2020 | 00:52:33,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126.h +26 五月 2020 | 00:52:33,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633.h +26 五月 2020 | 00:52:33,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke780682126MethodDeclarations.h +26 五月 2020 | 00:52:33,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633MethodDeclarations.h +26 五月 2020 | 00:52:33,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623.h +26 五月 2020 | 00:52:33,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504.h +26 五月 2020 | 00:52:33,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623MethodDeclarations.h +26 五月 2020 | 00:52:33,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401.h +26 五月 2020 | 00:52:33,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504MethodDeclarations.h +26 五月 2020 | 00:52:33,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146.h +26 五月 2020 | 00:52:33,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke812726401MethodDeclarations.h +26 五月 2020 | 00:52:33,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146MethodDeclarations.h +26 五月 2020 | 00:52:33,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745.h +26 五月 2020 | 00:52:33,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672.h +26 五月 2020 | 00:52:33,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466.h +26 五月 2020 | 00:52:33,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke949525672MethodDeclarations.h +26 五月 2020 | 00:52:33,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745MethodDeclarations.h +26 五月 2020 | 00:52:33,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466MethodDeclarations.h +26 五月 2020 | 00:52:33,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535.h +26 五月 2020 | 00:52:33,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997.h +26 五月 2020 | 00:52:33,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526.h +26 五月 2020 | 00:52:33,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke980659535MethodDeclarations.h +26 五月 2020 | 00:52:33,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997MethodDeclarations.h +26 五月 2020 | 00:52:33,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526MethodDeclarations.h +26 五月 2020 | 00:52:33,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793.h +26 五月 2020 | 00:52:33,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959.h +26 五月 2020 | 00:52:33,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846.h +26 五月 2020 | 00:52:33,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Ke986687793MethodDeclarations.h +26 五月 2020 | 00:52:33,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959MethodDeclarations.h +26 五月 2020 | 00:52:33,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846MethodDeclarations.h +26 五月 2020 | 00:52:33,303 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386.h +26 五月 2020 | 00:52:33,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613.h +26 五月 2020 | 00:52:33,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386MethodDeclarations.h +26 五月 2020 | 00:52:33,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613MethodDeclarations.h +26 五月 2020 | 00:52:33,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652.h +26 五月 2020 | 00:52:33,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652MethodDeclarations.h +26 五月 2020 | 00:52:33,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479.h +26 五月 2020 | 00:52:33,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479MethodDeclarations.h +26 五月 2020 | 00:52:33,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718.h +26 五月 2020 | 00:52:33,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716.h +26 五月 2020 | 00:52:33,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285.h +26 五月 2020 | 00:52:33,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key58473718MethodDeclarations.h +26 五月 2020 | 00:52:33,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716MethodDeclarations.h +26 五月 2020 | 00:52:33,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285MethodDeclarations.h +26 五月 2020 | 00:52:33,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490.h +26 五月 2020 | 00:52:33,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708.h +26 五月 2020 | 00:52:33,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597.h +26 五月 2020 | 00:52:33,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key76244490MethodDeclarations.h +26 五月 2020 | 00:52:33,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708MethodDeclarations.h +26 五月 2020 | 00:52:33,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597MethodDeclarations.h +26 五月 2020 | 00:52:33,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072.h +26 五月 2020 | 00:52:33,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100.h +26 五月 2020 | 00:52:33,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845.h +26 五月 2020 | 00:52:33,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Key91811072MethodDeclarations.h +26 五月 2020 | 00:52:33,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845MethodDeclarations.h +26 五月 2020 | 00:52:33,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100MethodDeclarations.h +26 五月 2020 | 00:52:33,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397.h +26 五月 2020 | 00:52:33,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751.h +26 五月 2020 | 00:52:33,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165.h +26 五月 2020 | 00:52:33,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1769062397MethodDeclarations.h +26 五月 2020 | 00:52:33,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165MethodDeclarations.h +26 五月 2020 | 00:52:33,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751MethodDeclarations.h +26 五月 2020 | 00:52:33,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751.h +26 五月 2020 | 00:52:33,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229.h +26 五月 2020 | 00:52:33,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664.h +26 五月 2020 | 00:52:33,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S1802399751MethodDeclarations.h +26 五月 2020 | 00:52:33,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229MethodDeclarations.h +26 五月 2020 | 00:52:33,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664MethodDeclarations.h +26 五月 2020 | 00:52:33,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880.h +26 五月 2020 | 00:52:33,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370.h +26 五月 2020 | 00:52:33,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804.h +26 五月 2020 | 00:52:33,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2342398880MethodDeclarations.h +26 五月 2020 | 00:52:33,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370MethodDeclarations.h +26 五月 2020 | 00:52:33,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804MethodDeclarations.h +26 五月 2020 | 00:52:33,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244.h +26 五月 2020 | 00:52:33,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282.h +26 五月 2020 | 00:52:33,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702.h +26 五月 2020 | 00:52:33,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2386634244MethodDeclarations.h +26 五月 2020 | 00:52:33,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282MethodDeclarations.h +26 五月 2020 | 00:52:33,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702MethodDeclarations.h +26 五月 2020 | 00:52:33,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018.h +26 五月 2020 | 00:52:33,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499.h +26 五月 2020 | 00:52:33,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867.h +26 五月 2020 | 00:52:33,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499MethodDeclarations.h +26 五月 2020 | 00:52:33,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867MethodDeclarations.h +26 五月 2020 | 00:52:33,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332.h +26 五月 2020 | 00:52:33,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332MethodDeclarations.h +26 五月 2020 | 00:52:33,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922.h +26 五月 2020 | 00:52:33,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311.h +26 五月 2020 | 00:52:33,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922MethodDeclarations.h +26 五月 2020 | 00:52:33,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311MethodDeclarations.h +26 五月 2020 | 00:52:33,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207.h +26 五月 2020 | 00:52:33,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207MethodDeclarations.h +26 五月 2020 | 00:52:33,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418.h +26 五月 2020 | 00:52:33,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S2866120018MethodDeclarations.h +26 五月 2020 | 00:52:33,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283.h +26 五月 2020 | 00:52:33,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622.h +26 五月 2020 | 00:52:33,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283MethodDeclarations.h +26 五月 2020 | 00:52:33,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418MethodDeclarations.h +26 五月 2020 | 00:52:33,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3126353622MethodDeclarations.h +26 五月 2020 | 00:52:33,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726.h +26 五月 2020 | 00:52:33,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445.h +26 五月 2020 | 00:52:33,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434.h +26 五月 2020 | 00:52:33,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445MethodDeclarations.h +26 五月 2020 | 00:52:33,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726MethodDeclarations.h +26 五月 2020 | 00:52:33,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3236599434MethodDeclarations.h +26 五月 2020 | 00:52:33,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828.h +26 五月 2020 | 00:52:33,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997.h +26 五月 2020 | 00:52:33,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667.h +26 五月 2020 | 00:52:33,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828MethodDeclarations.h +26 五月 2020 | 00:52:33,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997MethodDeclarations.h +26 五月 2020 | 00:52:33,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3522759667MethodDeclarations.h +26 五月 2020 | 00:52:33,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199.h +26 五月 2020 | 00:52:33,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699.h +26 五月 2020 | 00:52:33,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518.h +26 五月 2020 | 00:52:33,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199MethodDeclarations.h +26 五月 2020 | 00:52:33,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699MethodDeclarations.h +26 五月 2020 | 00:52:33,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_S3784092518MethodDeclarations.h +26 五月 2020 | 00:52:33,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783.h +26 五月 2020 | 00:52:33,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833.h +26 五月 2020 | 00:52:33,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848.h +26 五月 2020 | 00:52:33,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783MethodDeclarations.h +26 五月 2020 | 00:52:33,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833MethodDeclarations.h +26 五月 2020 | 00:52:33,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Sh500936848MethodDeclarations.h +26 五月 2020 | 00:52:33,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493.h +26 五月 2020 | 00:52:33,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364.h +26 五月 2020 | 00:52:33,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461.h +26 五月 2020 | 00:52:33,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493MethodDeclarations.h +26 五月 2020 | 00:52:33,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364MethodDeclarations.h +26 五月 2020 | 00:52:33,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1176988461MethodDeclarations.h +26 五月 2020 | 00:52:33,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866.h +26 五月 2020 | 00:52:33,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079.h +26 五月 2020 | 00:52:33,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440.h +26 五月 2020 | 00:52:33,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866MethodDeclarations.h +26 五月 2020 | 00:52:33,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079MethodDeclarations.h +26 五月 2020 | 00:52:33,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1202132440MethodDeclarations.h +26 五月 2020 | 00:52:33,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346.h +26 五月 2020 | 00:52:33,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633.h +26 五月 2020 | 00:52:33,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599.h +26 五月 2020 | 00:52:33,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346MethodDeclarations.h +26 五月 2020 | 00:52:33,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633MethodDeclarations.h +26 五月 2020 | 00:52:33,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1211303599MethodDeclarations.h +26 五月 2020 | 00:52:33,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328.h +26 五月 2020 | 00:52:33,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504.h +26 五月 2020 | 00:52:33,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021.h +26 五月 2020 | 00:52:33,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328MethodDeclarations.h +26 五月 2020 | 00:52:33,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504MethodDeclarations.h +26 五月 2020 | 00:52:33,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1261432021MethodDeclarations.h +26 五月 2020 | 00:52:33,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279.h +26 五月 2020 | 00:52:33,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745.h +26 五月 2020 | 00:52:33,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068.h +26 五月 2020 | 00:52:33,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279MethodDeclarations.h +26 五月 2020 | 00:52:33,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745MethodDeclarations.h +26 五月 2020 | 00:52:33,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1316794068MethodDeclarations.h +26 五月 2020 | 00:52:33,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174.h +26 五月 2020 | 00:52:33,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997.h +26 五月 2020 | 00:52:33,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174MethodDeclarations.h +26 五月 2020 | 00:52:33,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655.h +26 五月 2020 | 00:52:33,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997MethodDeclarations.h +26 五月 2020 | 00:52:33,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223.h +26 五月 2020 | 00:52:33,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1327194655MethodDeclarations.h +26 五月 2020 | 00:52:33,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959.h +26 五月 2020 | 00:52:33,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223MethodDeclarations.h +26 五月 2020 | 00:52:33,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175.h +26 五月 2020 | 00:52:33,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959MethodDeclarations.h +26 五月 2020 | 00:52:33,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1345709175MethodDeclarations.h +26 五月 2020 | 00:52:33,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517.h +26 五月 2020 | 00:52:33,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200.h +26 五月 2020 | 00:52:33,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386.h +26 五月 2020 | 00:52:33,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517MethodDeclarations.h +26 五月 2020 | 00:52:33,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1492791200MethodDeclarations.h +26 五月 2020 | 00:52:33,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386MethodDeclarations.h +26 五月 2020 | 00:52:33,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365.h +26 五月 2020 | 00:52:33,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652.h +26 五月 2020 | 00:52:33,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057.h +26 五月 2020 | 00:52:33,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365MethodDeclarations.h +26 五月 2020 | 00:52:33,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652MethodDeclarations.h +26 五月 2020 | 00:52:33,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1526107057MethodDeclarations.h +26 五月 2020 | 00:52:33,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479.h +26 五月 2020 | 00:52:33,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015.h +26 五月 2020 | 00:52:33,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930.h +26 五月 2020 | 00:52:33,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1533165015MethodDeclarations.h +26 五月 2020 | 00:52:33,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930MethodDeclarations.h +26 五月 2020 | 00:52:33,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843.h +26 五月 2020 | 00:52:33,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515.h +26 五月 2020 | 00:52:33,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1621555843MethodDeclarations.h +26 五月 2020 | 00:52:33,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515MethodDeclarations.h +26 五月 2020 | 00:52:33,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631.h +26 五月 2020 | 00:52:33,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479MethodDeclarations.h +26 五月 2020 | 00:52:33,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631MethodDeclarations.h +26 五月 2020 | 00:52:33,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716.h +26 五月 2020 | 00:52:33,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330.h +26 五月 2020 | 00:52:33,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716MethodDeclarations.h +26 五月 2020 | 00:52:33,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708.h +26 五月 2020 | 00:52:33,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708MethodDeclarations.h +26 五月 2020 | 00:52:33,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100.h +26 五月 2020 | 00:52:33,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974.h +26 五月 2020 | 00:52:33,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330MethodDeclarations.h +26 五月 2020 | 00:52:33,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100MethodDeclarations.h +26 五月 2020 | 00:52:33,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291.h +26 五月 2020 | 00:52:33,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1639145974MethodDeclarations.h +26 五月 2020 | 00:52:33,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165.h +26 五月 2020 | 00:52:33,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291MethodDeclarations.h +26 五月 2020 | 00:52:33,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363.h +26 五月 2020 | 00:52:33,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165MethodDeclarations.h +26 五月 2020 | 00:52:33,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823.h +26 五月 2020 | 00:52:33,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1656244363MethodDeclarations.h +26 五月 2020 | 00:52:33,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229.h +26 五月 2020 | 00:52:33,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823MethodDeclarations.h +26 五月 2020 | 00:52:33,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171.h +26 五月 2020 | 00:52:33,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229MethodDeclarations.h +26 五月 2020 | 00:52:33,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082.h +26 五月 2020 | 00:52:33,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804.h +26 五月 2020 | 00:52:33,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1676220171MethodDeclarations.h +26 五月 2020 | 00:52:33,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082MethodDeclarations.h +26 五月 2020 | 00:52:33,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804MethodDeclarations.h +26 五月 2020 | 00:52:33,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046.h +26 五月 2020 | 00:52:33,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221.h +26 五月 2020 | 00:52:33,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282.h +26 五月 2020 | 00:52:33,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1678228046MethodDeclarations.h +26 五月 2020 | 00:52:33,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221MethodDeclarations.h +26 五月 2020 | 00:52:33,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282MethodDeclarations.h +26 五月 2020 | 00:52:33,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278.h +26 五月 2020 | 00:52:33,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203.h +26 五月 2020 | 00:52:33,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499.h +26 五月 2020 | 00:52:33,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1705135278MethodDeclarations.h +26 五月 2020 | 00:52:33,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203MethodDeclarations.h +26 五月 2020 | 00:52:33,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499MethodDeclarations.h +26 五月 2020 | 00:52:33,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894.h +26 五月 2020 | 00:52:33,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247.h +26 五月 2020 | 00:52:33,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332.h +26 五月 2020 | 00:52:33,447 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1752702894MethodDeclarations.h +26 五月 2020 | 00:52:33,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247MethodDeclarations.h +26 五月 2020 | 00:52:33,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332MethodDeclarations.h +26 五月 2020 | 00:52:33,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331.h +26 五月 2020 | 00:52:33,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616.h +26 五月 2020 | 00:52:33,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311.h +26 五月 2020 | 00:52:33,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1756125331MethodDeclarations.h +26 五月 2020 | 00:52:33,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616MethodDeclarations.h +26 五月 2020 | 00:52:33,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311MethodDeclarations.h +26 五月 2020 | 00:52:33,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250.h +26 五月 2020 | 00:52:33,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901.h +26 五月 2020 | 00:52:33,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207.h +26 五月 2020 | 00:52:33,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1772385250MethodDeclarations.h +26 五月 2020 | 00:52:33,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901MethodDeclarations.h +26 五月 2020 | 00:52:33,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207MethodDeclarations.h +26 五月 2020 | 00:52:33,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742.h +26 五月 2020 | 00:52:33,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827.h +26 五月 2020 | 00:52:33,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418.h +26 五月 2020 | 00:52:33,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1854428742MethodDeclarations.h +26 五月 2020 | 00:52:33,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827MethodDeclarations.h +26 五月 2020 | 00:52:33,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705.h +26 五月 2020 | 00:52:33,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418MethodDeclarations.h +26 五月 2020 | 00:52:33,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316.h +26 五月 2020 | 00:52:33,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445.h +26 五月 2020 | 00:52:33,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316MethodDeclarations.h +26 五月 2020 | 00:52:33,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1858099705MethodDeclarations.h +26 五月 2020 | 00:52:33,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063.h +26 五月 2020 | 00:52:33,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445MethodDeclarations.h +26 五月 2020 | 00:52:33,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601.h +26 五月 2020 | 00:52:33,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063MethodDeclarations.h +26 五月 2020 | 00:52:33,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828.h +26 五月 2020 | 00:52:33,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1864530601MethodDeclarations.h +26 五月 2020 | 00:52:33,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176.h +26 五月 2020 | 00:52:33,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828MethodDeclarations.h +26 五月 2020 | 00:52:33,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561.h +26 五月 2020 | 00:52:33,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176MethodDeclarations.h +26 五月 2020 | 00:52:33,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199.h +26 五月 2020 | 00:52:33,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1901028561MethodDeclarations.h +26 五月 2020 | 00:52:33,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153.h +26 五月 2020 | 00:52:33,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199MethodDeclarations.h +26 五月 2020 | 00:52:33,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325.h +26 五月 2020 | 00:52:33,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153MethodDeclarations.h +26 五月 2020 | 00:52:33,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783.h +26 五月 2020 | 00:52:33,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1931851325MethodDeclarations.h +26 五月 2020 | 00:52:33,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859.h +26 五月 2020 | 00:52:33,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783MethodDeclarations.h +26 五月 2020 | 00:52:33,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536.h +26 五月 2020 | 00:52:33,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859MethodDeclarations.h +26 五月 2020 | 00:52:33,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493.h +26 五月 2020 | 00:52:33,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1953161536MethodDeclarations.h +26 五月 2020 | 00:52:33,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165.h +26 五月 2020 | 00:52:33,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493MethodDeclarations.h +26 五月 2020 | 00:52:33,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165MethodDeclarations.h +26 五月 2020 | 00:52:33,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866.h +26 五月 2020 | 00:52:33,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484.h +26 五月 2020 | 00:52:33,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484MethodDeclarations.h +26 五月 2020 | 00:52:33,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626.h +26 五月 2020 | 00:52:33,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626MethodDeclarations.h +26 五月 2020 | 00:52:33,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628.h +26 五月 2020 | 00:52:33,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866MethodDeclarations.h +26 五月 2020 | 00:52:33,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623.h +26 五月 2020 | 00:52:33,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628MethodDeclarations.h +26 五月 2020 | 00:52:33,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T1996915623MethodDeclarations.h +26 五月 2020 | 00:52:33,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426.h +26 五月 2020 | 00:52:33,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146.h +26 五月 2020 | 00:52:33,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426MethodDeclarations.h +26 五月 2020 | 00:52:33,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2010823146MethodDeclarations.h +26 五月 2020 | 00:52:33,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494.h +26 五月 2020 | 00:52:33,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346.h +26 五月 2020 | 00:52:33,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466.h +26 五月 2020 | 00:52:33,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494MethodDeclarations.h +26 五月 2020 | 00:52:33,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346MethodDeclarations.h +26 五月 2020 | 00:52:33,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2015670466MethodDeclarations.h +26 五月 2020 | 00:52:33,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769.h +26 五月 2020 | 00:52:33,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328.h +26 五月 2020 | 00:52:33,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526.h +26 五月 2020 | 00:52:33,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769MethodDeclarations.h +26 五月 2020 | 00:52:33,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328MethodDeclarations.h +26 五月 2020 | 00:52:33,490 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040.h +26 五月 2020 | 00:52:33,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2038680526MethodDeclarations.h +26 五月 2020 | 00:52:33,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279.h +26 五月 2020 | 00:52:33,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040MethodDeclarations.h +26 五月 2020 | 00:52:33,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846.h +26 五月 2020 | 00:52:33,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279MethodDeclarations.h +26 五月 2020 | 00:52:33,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2075200846MethodDeclarations.h +26 五月 2020 | 00:52:33,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266.h +26 五月 2020 | 00:52:33,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174.h +26 五月 2020 | 00:52:33,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613.h +26 五月 2020 | 00:52:33,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266MethodDeclarations.h +26 五月 2020 | 00:52:33,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174MethodDeclarations.h +26 五月 2020 | 00:52:33,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2130400613MethodDeclarations.h +26 五月 2020 | 00:52:33,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903.h +26 五月 2020 | 00:52:33,498 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223.h +26 五月 2020 | 00:52:33,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285.h +26 五月 2020 | 00:52:33,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903MethodDeclarations.h +26 五月 2020 | 00:52:33,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223MethodDeclarations.h +26 五月 2020 | 00:52:33,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2154239285MethodDeclarations.h +26 五月 2020 | 00:52:33,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672.h +26 五月 2020 | 00:52:33,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517.h +26 五月 2020 | 00:52:33,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597.h +26 五月 2020 | 00:52:33,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672MethodDeclarations.h +26 五月 2020 | 00:52:33,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517MethodDeclarations.h +26 五月 2020 | 00:52:33,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644.h +26 五月 2020 | 00:52:33,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365.h +26 五月 2020 | 00:52:33,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2168890597MethodDeclarations.h +26 五月 2020 | 00:52:33,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644MethodDeclarations.h +26 五月 2020 | 00:52:33,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365MethodDeclarations.h +26 五月 2020 | 00:52:33,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845.h +26 五月 2020 | 00:52:33,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456.h +26 五月 2020 | 00:52:33,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930.h +26 五月 2020 | 00:52:33,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2213854845MethodDeclarations.h +26 五月 2020 | 00:52:33,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456MethodDeclarations.h +26 五月 2020 | 00:52:33,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930MethodDeclarations.h +26 五月 2020 | 00:52:33,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751.h +26 五月 2020 | 00:52:33,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159.h +26 五月 2020 | 00:52:33,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515.h +26 五月 2020 | 00:52:33,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2252872751MethodDeclarations.h +26 五月 2020 | 00:52:33,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515MethodDeclarations.h +26 五月 2020 | 00:52:33,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664.h +26 五月 2020 | 00:52:33,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159MethodDeclarations.h +26 五月 2020 | 00:52:33,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2260454664MethodDeclarations.h +26 五月 2020 | 00:52:33,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631.h +26 五月 2020 | 00:52:33,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470.h +26 五月 2020 | 00:52:33,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370.h +26 五月 2020 | 00:52:33,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631MethodDeclarations.h +26 五月 2020 | 00:52:33,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470MethodDeclarations.h +26 五月 2020 | 00:52:33,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2266407370MethodDeclarations.h +26 五月 2020 | 00:52:33,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330.h +26 五月 2020 | 00:52:33,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702.h +26 五月 2020 | 00:52:33,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2282356702MethodDeclarations.h +26 五月 2020 | 00:52:33,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330MethodDeclarations.h +26 五月 2020 | 00:52:33,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791.h +26 五月 2020 | 00:52:33,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867.h +26 五月 2020 | 00:52:33,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291.h +26 五月 2020 | 00:52:33,525 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791MethodDeclarations.h +26 五月 2020 | 00:52:33,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291MethodDeclarations.h +26 五月 2020 | 00:52:33,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2343594867MethodDeclarations.h +26 五月 2020 | 00:52:33,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689.h +26 五月 2020 | 00:52:33,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823.h +26 五月 2020 | 00:52:33,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922.h +26 五月 2020 | 00:52:33,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689MethodDeclarations.h +26 五月 2020 | 00:52:33,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823MethodDeclarations.h +26 五月 2020 | 00:52:33,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194.h +26 五月 2020 | 00:52:33,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082.h +26 五月 2020 | 00:52:33,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194MethodDeclarations.h +26 五月 2020 | 00:52:33,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082MethodDeclarations.h +26 五月 2020 | 00:52:33,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156.h +26 五月 2020 | 00:52:33,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221.h +26 五月 2020 | 00:52:33,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2349361922MethodDeclarations.h +26 五月 2020 | 00:52:33,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156MethodDeclarations.h +26 五月 2020 | 00:52:33,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221MethodDeclarations.h +26 五月 2020 | 00:52:33,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090.h +26 五月 2020 | 00:52:33,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283.h +26 五月 2020 | 00:52:33,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203.h +26 五月 2020 | 00:52:33,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090MethodDeclarations.h +26 五月 2020 | 00:52:33,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2354279283MethodDeclarations.h +26 五月 2020 | 00:52:33,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203MethodDeclarations.h +26 五月 2020 | 00:52:33,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833.h +26 五月 2020 | 00:52:33,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247.h +26 五月 2020 | 00:52:33,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726.h +26 五月 2020 | 00:52:33,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833MethodDeclarations.h +26 五月 2020 | 00:52:33,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247MethodDeclarations.h +26 五月 2020 | 00:52:33,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2356341726MethodDeclarations.h +26 五月 2020 | 00:52:33,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616.h +26 五月 2020 | 00:52:33,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540.h +26 五月 2020 | 00:52:33,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997.h +26 五月 2020 | 00:52:33,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616MethodDeclarations.h +26 五月 2020 | 00:52:33,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2376738997MethodDeclarations.h +26 五月 2020 | 00:52:33,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540MethodDeclarations.h +26 五月 2020 | 00:52:33,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901.h +26 五月 2020 | 00:52:33,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859.h +26 五月 2020 | 00:52:33,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699.h +26 五月 2020 | 00:52:33,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901MethodDeclarations.h +26 五月 2020 | 00:52:33,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859MethodDeclarations.h +26 五月 2020 | 00:52:33,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2425608699MethodDeclarations.h +26 五月 2020 | 00:52:33,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827.h +26 五月 2020 | 00:52:33,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833.h +26 五月 2020 | 00:52:33,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827MethodDeclarations.h +26 五月 2020 | 00:52:33,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2459059833MethodDeclarations.h +26 五月 2020 | 00:52:33,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316.h +26 五月 2020 | 00:52:33,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290.h +26 五月 2020 | 00:52:33,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364.h +26 五月 2020 | 00:52:33,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316MethodDeclarations.h +26 五月 2020 | 00:52:33,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290MethodDeclarations.h +26 五月 2020 | 00:52:33,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2492651364MethodDeclarations.h +26 五月 2020 | 00:52:33,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735.h +26 五月 2020 | 00:52:33,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063.h +26 五月 2020 | 00:52:33,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735MethodDeclarations.h +26 五月 2020 | 00:52:33,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063MethodDeclarations.h +26 五月 2020 | 00:52:33,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079.h +26 五月 2020 | 00:52:33,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464.h +26 五月 2020 | 00:52:33,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176.h +26 五月 2020 | 00:52:33,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2495280079MethodDeclarations.h +26 五月 2020 | 00:52:33,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464MethodDeclarations.h +26 五月 2020 | 00:52:33,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176MethodDeclarations.h +26 五月 2020 | 00:52:33,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633.h +26 五月 2020 | 00:52:33,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338.h +26 五月 2020 | 00:52:33,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153.h +26 五月 2020 | 00:52:33,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2502225633MethodDeclarations.h +26 五月 2020 | 00:52:33,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338MethodDeclarations.h +26 五月 2020 | 00:52:33,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153MethodDeclarations.h +26 五月 2020 | 00:52:33,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504.h +26 五月 2020 | 00:52:33,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859.h +26 五月 2020 | 00:52:33,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859.h +26 五月 2020 | 00:52:33,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2504652504MethodDeclarations.h +26 五月 2020 | 00:52:33,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859MethodDeclarations.h +26 五月 2020 | 00:52:33,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859MethodDeclarations.h +26 五月 2020 | 00:52:33,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553.h +26 五月 2020 | 00:52:33,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745.h +26 五月 2020 | 00:52:33,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165.h +26 五月 2020 | 00:52:33,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2509604745MethodDeclarations.h +26 五月 2020 | 00:52:33,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165MethodDeclarations.h +26 五月 2020 | 00:52:33,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997.h +26 五月 2020 | 00:52:33,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484.h +26 五月 2020 | 00:52:33,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2546460997MethodDeclarations.h +26 五月 2020 | 00:52:33,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553MethodDeclarations.h +26 五月 2020 | 00:52:33,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484MethodDeclarations.h +26 五月 2020 | 00:52:33,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959.h +26 五月 2020 | 00:52:33,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188.h +26 五月 2020 | 00:52:33,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626.h +26 五月 2020 | 00:52:33,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2691873959MethodDeclarations.h +26 五月 2020 | 00:52:33,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188MethodDeclarations.h +26 五月 2020 | 00:52:33,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626MethodDeclarations.h +26 五月 2020 | 00:52:33,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966.h +26 五月 2020 | 00:52:33,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386.h +26 五月 2020 | 00:52:33,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628.h +26 五月 2020 | 00:52:33,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2713705386MethodDeclarations.h +26 五月 2020 | 00:52:33,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966MethodDeclarations.h +26 五月 2020 | 00:52:33,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628MethodDeclarations.h +26 五月 2020 | 00:52:33,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652.h +26 五月 2020 | 00:52:33,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426.h +26 五月 2020 | 00:52:33,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2723200652MethodDeclarations.h +26 五月 2020 | 00:52:33,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426MethodDeclarations.h +26 五月 2020 | 00:52:33,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479.h +26 五月 2020 | 00:52:33,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2760257479MethodDeclarations.h +26 五月 2020 | 00:52:33,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494.h +26 五月 2020 | 00:52:33,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641.h +26 五月 2020 | 00:52:33,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494MethodDeclarations.h +26 五月 2020 | 00:52:33,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716.h +26 五月 2020 | 00:52:33,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641MethodDeclarations.h +26 五月 2020 | 00:52:33,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2824995716MethodDeclarations.h +26 五月 2020 | 00:52:33,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769.h +26 五月 2020 | 00:52:33,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041.h +26 五月 2020 | 00:52:33,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769MethodDeclarations.h +26 五月 2020 | 00:52:33,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041MethodDeclarations.h +26 五月 2020 | 00:52:33,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708.h +26 五月 2020 | 00:52:33,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817.h +26 五月 2020 | 00:52:33,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040.h +26 五月 2020 | 00:52:33,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2883045708MethodDeclarations.h +26 五月 2020 | 00:52:33,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817MethodDeclarations.h +26 五月 2020 | 00:52:33,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040MethodDeclarations.h +26 五月 2020 | 00:52:33,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100.h +26 五月 2020 | 00:52:33,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479.h +26 五月 2020 | 00:52:33,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266.h +26 五月 2020 | 00:52:33,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2905887100MethodDeclarations.h +26 五月 2020 | 00:52:33,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266MethodDeclarations.h +26 五月 2020 | 00:52:33,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165.h +26 五月 2020 | 00:52:33,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903.h +26 五月 2020 | 00:52:33,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T2990554165MethodDeclarations.h +26 五月 2020 | 00:52:33,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903MethodDeclarations.h +26 五月 2020 | 00:52:33,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229.h +26 五月 2020 | 00:52:33,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672.h +26 五月 2020 | 00:52:33,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3001582229MethodDeclarations.h +26 五月 2020 | 00:52:33,599 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479MethodDeclarations.h +26 五月 2020 | 00:52:33,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672MethodDeclarations.h +26 五月 2020 | 00:52:33,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804.h +26 五月 2020 | 00:52:33,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341.h +26 五月 2020 | 00:52:33,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644.h +26 五月 2020 | 00:52:33,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3121514804MethodDeclarations.h +26 五月 2020 | 00:52:33,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644MethodDeclarations.h +26 五月 2020 | 00:52:33,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282.h +26 五月 2020 | 00:52:33,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341MethodDeclarations.h +26 五月 2020 | 00:52:33,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456.h +26 五月 2020 | 00:52:33,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3221913282MethodDeclarations.h +26 五月 2020 | 00:52:33,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584.h +26 五月 2020 | 00:52:33,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456MethodDeclarations.h +26 五月 2020 | 00:52:33,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499.h +26 五月 2020 | 00:52:33,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584MethodDeclarations.h +26 五月 2020 | 00:52:33,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159.h +26 五月 2020 | 00:52:33,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3322033499MethodDeclarations.h +26 五月 2020 | 00:52:33,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767.h +26 五月 2020 | 00:52:33,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159MethodDeclarations.h +26 五月 2020 | 00:52:33,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332.h +26 五月 2020 | 00:52:33,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767MethodDeclarations.h +26 五月 2020 | 00:52:33,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470.h +26 五月 2020 | 00:52:33,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3361008332MethodDeclarations.h +26 五月 2020 | 00:52:33,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000.h +26 五月 2020 | 00:52:33,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311.h +26 五月 2020 | 00:52:33,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000MethodDeclarations.h +26 五月 2020 | 00:52:33,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470MethodDeclarations.h +26 五月 2020 | 00:52:33,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3411750311MethodDeclarations.h +26 五月 2020 | 00:52:33,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574.h +26 五月 2020 | 00:52:33,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207.h +26 五月 2020 | 00:52:33,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574MethodDeclarations.h +26 五月 2020 | 00:52:33,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791.h +26 五月 2020 | 00:52:33,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3545401207MethodDeclarations.h +26 五月 2020 | 00:52:33,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773.h +26 五月 2020 | 00:52:33,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791MethodDeclarations.h +26 五月 2020 | 00:52:33,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418.h +26 五月 2020 | 00:52:33,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773MethodDeclarations.h +26 五月 2020 | 00:52:33,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689.h +26 五月 2020 | 00:52:33,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025.h +26 五月 2020 | 00:52:33,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3550283418MethodDeclarations.h +26 五月 2020 | 00:52:33,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689MethodDeclarations.h +26 五月 2020 | 00:52:33,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025MethodDeclarations.h +26 五月 2020 | 00:52:33,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445.h +26 五月 2020 | 00:52:33,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340.h +26 五月 2020 | 00:52:33,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194.h +26 五月 2020 | 00:52:33,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340MethodDeclarations.h +26 五月 2020 | 00:52:33,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194MethodDeclarations.h +26 五月 2020 | 00:52:33,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3602079445MethodDeclarations.h +26 五月 2020 | 00:52:33,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344.h +26 五月 2020 | 00:52:33,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156.h +26 五月 2020 | 00:52:33,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828.h +26 五月 2020 | 00:52:33,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344MethodDeclarations.h +26 五月 2020 | 00:52:33,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156MethodDeclarations.h +26 五月 2020 | 00:52:33,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3635664828MethodDeclarations.h +26 五月 2020 | 00:52:33,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694.h +26 五月 2020 | 00:52:33,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090.h +26 五月 2020 | 00:52:33,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199.h +26 五月 2020 | 00:52:33,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694MethodDeclarations.h +26 五月 2020 | 00:52:33,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3729801199MethodDeclarations.h +26 五月 2020 | 00:52:33,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090MethodDeclarations.h +26 五月 2020 | 00:52:33,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166.h +26 五月 2020 | 00:52:33,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783.h +26 五月 2020 | 00:52:33,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833.h +26 五月 2020 | 00:52:33,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166MethodDeclarations.h +26 五月 2020 | 00:52:33,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3780102783MethodDeclarations.h +26 五月 2020 | 00:52:33,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833MethodDeclarations.h +26 五月 2020 | 00:52:33,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845.h +26 五月 2020 | 00:52:33,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493.h +26 五月 2020 | 00:52:33,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540.h +26 五月 2020 | 00:52:33,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845MethodDeclarations.h +26 五月 2020 | 00:52:33,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3799730493MethodDeclarations.h +26 五月 2020 | 00:52:33,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937.h +26 五月 2020 | 00:52:33,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540MethodDeclarations.h +26 五月 2020 | 00:52:33,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866.h +26 五月 2020 | 00:52:33,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937MethodDeclarations.h +26 五月 2020 | 00:52:33,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859.h +26 五月 2020 | 00:52:33,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135.h +26 五月 2020 | 00:52:33,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859MethodDeclarations.h +26 五月 2020 | 00:52:33,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135MethodDeclarations.h +26 五月 2020 | 00:52:33,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3811200866MethodDeclarations.h +26 五月 2020 | 00:52:33,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290.h +26 五月 2020 | 00:52:33,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030.h +26 五月 2020 | 00:52:33,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346.h +26 五月 2020 | 00:52:33,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290MethodDeclarations.h +26 五月 2020 | 00:52:33,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030MethodDeclarations.h +26 五月 2020 | 00:52:33,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T3939605346MethodDeclarations.h +26 五月 2020 | 00:52:33,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735.h +26 五月 2020 | 00:52:33,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823.h +26 五月 2020 | 00:52:33,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328.h +26 五月 2020 | 00:52:33,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735MethodDeclarations.h +26 五月 2020 | 00:52:33,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823MethodDeclarations.h +26 五月 2020 | 00:52:33,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4126866328MethodDeclarations.h +26 五月 2020 | 00:52:33,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187.h +26 五月 2020 | 00:52:33,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279.h +26 五月 2020 | 00:52:33,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464.h +26 五月 2020 | 00:52:33,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187MethodDeclarations.h +26 五月 2020 | 00:52:33,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4146598279MethodDeclarations.h +26 五月 2020 | 00:52:33,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464MethodDeclarations.h +26 五月 2020 | 00:52:33,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255.h +26 五月 2020 | 00:52:33,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174.h +26 五月 2020 | 00:52:33,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338.h +26 五月 2020 | 00:52:33,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255MethodDeclarations.h +26 五月 2020 | 00:52:33,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_T4216808174MethodDeclarations.h +26 五月 2020 | 00:52:33,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338MethodDeclarations.h +26 五月 2020 | 00:52:33,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547.h +26 五月 2020 | 00:52:33,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223.h +26 五月 2020 | 00:52:33,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859.h +26 五月 2020 | 00:52:33,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547MethodDeclarations.h +26 五月 2020 | 00:52:33,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr192145223MethodDeclarations.h +26 五月 2020 | 00:52:33,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454.h +26 五月 2020 | 00:52:33,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517.h +26 五月 2020 | 00:52:33,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454MethodDeclarations.h +26 五月 2020 | 00:52:33,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr210854517MethodDeclarations.h +26 五月 2020 | 00:52:33,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859MethodDeclarations.h +26 五月 2020 | 00:52:33,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132.h +26 五月 2020 | 00:52:33,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365.h +26 五月 2020 | 00:52:33,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553.h +26 五月 2020 | 00:52:33,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132MethodDeclarations.h +26 五月 2020 | 00:52:33,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr216544365MethodDeclarations.h +26 五月 2020 | 00:52:33,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581.h +26 五月 2020 | 00:52:33,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930.h +26 五月 2020 | 00:52:33,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581MethodDeclarations.h +26 五月 2020 | 00:52:33,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr303972930MethodDeclarations.h +26 五月 2020 | 00:52:33,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750.h +26 五月 2020 | 00:52:33,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553MethodDeclarations.h +26 五月 2020 | 00:52:33,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515.h +26 五月 2020 | 00:52:33,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750MethodDeclarations.h +26 五月 2020 | 00:52:33,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188.h +26 五月 2020 | 00:52:33,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr339959515MethodDeclarations.h +26 五月 2020 | 00:52:33,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984.h +26 五月 2020 | 00:52:33,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631.h +26 五月 2020 | 00:52:33,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984MethodDeclarations.h +26 五月 2020 | 00:52:33,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188MethodDeclarations.h +26 五月 2020 | 00:52:33,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527.h +26 五月 2020 | 00:52:33,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966.h +26 五月 2020 | 00:52:33,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr380562631MethodDeclarations.h +26 五月 2020 | 00:52:33,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966MethodDeclarations.h +26 五月 2020 | 00:52:33,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330.h +26 五月 2020 | 00:52:33,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527MethodDeclarations.h +26 五月 2020 | 00:52:33,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665.h +26 五月 2020 | 00:52:33,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665MethodDeclarations.h +26 五月 2020 | 00:52:33,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr430555330MethodDeclarations.h +26 五月 2020 | 00:52:33,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176.h +26 五月 2020 | 00:52:33,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176MethodDeclarations.h +26 五月 2020 | 00:52:33,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291.h +26 五月 2020 | 00:52:33,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641.h +26 五月 2020 | 00:52:33,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr502235291MethodDeclarations.h +26 五月 2020 | 00:52:33,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248.h +26 五月 2020 | 00:52:33,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641MethodDeclarations.h +26 五月 2020 | 00:52:33,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823.h +26 五月 2020 | 00:52:33,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248MethodDeclarations.h +26 五月 2020 | 00:52:33,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041.h +26 五月 2020 | 00:52:33,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr553649823MethodDeclarations.h +26 五月 2020 | 00:52:33,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211.h +26 五月 2020 | 00:52:33,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041MethodDeclarations.h +26 五月 2020 | 00:52:33,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082.h +26 五月 2020 | 00:52:33,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211MethodDeclarations.h +26 五月 2020 | 00:52:33,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817.h +26 五月 2020 | 00:52:33,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr614117082MethodDeclarations.h +26 五月 2020 | 00:52:33,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304.h +26 五月 2020 | 00:52:33,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817MethodDeclarations.h +26 五月 2020 | 00:52:33,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221.h +26 五月 2020 | 00:52:33,696 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479.h +26 五月 2020 | 00:52:33,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221MethodDeclarations.h +26 五月 2020 | 00:52:33,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203.h +26 五月 2020 | 00:52:33,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr704776203MethodDeclarations.h +26 五月 2020 | 00:52:33,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304MethodDeclarations.h +26 五月 2020 | 00:52:33,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247.h +26 五月 2020 | 00:52:33,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr743779247MethodDeclarations.h +26 五月 2020 | 00:52:33,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419.h +26 五月 2020 | 00:52:33,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479MethodDeclarations.h +26 五月 2020 | 00:52:33,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419MethodDeclarations.h +26 五月 2020 | 00:52:33,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616.h +26 五月 2020 | 00:52:33,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341.h +26 五月 2020 | 00:52:33,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773.h +26 五月 2020 | 00:52:33,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr766225616MethodDeclarations.h +26 五月 2020 | 00:52:33,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773MethodDeclarations.h +26 五月 2020 | 00:52:33,706 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901.h +26 五月 2020 | 00:52:33,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548.h +26 五月 2020 | 00:52:33,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr805941901MethodDeclarations.h +26 五月 2020 | 00:52:33,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341MethodDeclarations.h +26 五月 2020 | 00:52:33,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827.h +26 五月 2020 | 00:52:33,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548MethodDeclarations.h +26 五月 2020 | 00:52:33,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584.h +26 五月 2020 | 00:52:33,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr814262827MethodDeclarations.h +26 五月 2020 | 00:52:33,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269.h +26 五月 2020 | 00:52:33,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316.h +26 五月 2020 | 00:52:33,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr830603316MethodDeclarations.h +26 五月 2020 | 00:52:33,714 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063.h +26 五月 2020 | 00:52:33,715 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tr908828063MethodDeclarations.h +26 五月 2020 | 00:52:33,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584MethodDeclarations.h +26 五月 2020 | 00:52:33,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176.h +26 五月 2020 | 00:52:33,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269MethodDeclarations.h +26 五月 2020 | 00:52:33,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767.h +26 五月 2020 | 00:52:33,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tra41819176MethodDeclarations.h +26 五月 2020 | 00:52:33,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767MethodDeclarations.h +26 五月 2020 | 00:52:33,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153.h +26 五月 2020 | 00:52:33,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704.h +26 五月 2020 | 00:52:33,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Tran4064153MethodDeclarations.h +26 五月 2020 | 00:52:33,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000.h +26 五月 2020 | 00:52:33,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704MethodDeclarations.h +26 五月 2020 | 00:52:33,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859.h +26 五月 2020 | 00:52:33,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000MethodDeclarations.h +26 五月 2020 | 00:52:33,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081.h +26 五月 2020 | 00:52:33,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1064276859MethodDeclarations.h +26 五月 2020 | 00:52:33,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574.h +26 五月 2020 | 00:52:33,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081MethodDeclarations.h +26 五月 2020 | 00:52:33,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165.h +26 五月 2020 | 00:52:33,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574MethodDeclarations.h +26 五月 2020 | 00:52:33,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858.h +26 五月 2020 | 00:52:33,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773.h +26 五月 2020 | 00:52:33,730 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1070533165MethodDeclarations.h +26 五月 2020 | 00:52:33,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858MethodDeclarations.h +26 五月 2020 | 00:52:33,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484.h +26 五月 2020 | 00:52:33,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773MethodDeclarations.h +26 五月 2020 | 00:52:33,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687.h +26 五月 2020 | 00:52:33,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025.h +26 五月 2020 | 00:52:33,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1106253484MethodDeclarations.h +26 五月 2020 | 00:52:33,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687MethodDeclarations.h +26 五月 2020 | 00:52:33,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626.h +26 五月 2020 | 00:52:33,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025MethodDeclarations.h +26 五月 2020 | 00:52:33,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892.h +26 五月 2020 | 00:52:33,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1138533626MethodDeclarations.h +26 五月 2020 | 00:52:33,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340.h +26 五月 2020 | 00:52:33,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892MethodDeclarations.h +26 五月 2020 | 00:52:33,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340MethodDeclarations.h +26 五月 2020 | 00:52:33,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628.h +26 五月 2020 | 00:52:33,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812.h +26 五月 2020 | 00:52:33,739 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344.h +26 五月 2020 | 00:52:33,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1174730628MethodDeclarations.h +26 五月 2020 | 00:52:33,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344MethodDeclarations.h +26 五月 2020 | 00:52:33,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426.h +26 五月 2020 | 00:52:33,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812MethodDeclarations.h +26 五月 2020 | 00:52:33,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694.h +26 五月 2020 | 00:52:33,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1288123426MethodDeclarations.h +26 五月 2020 | 00:52:33,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314.h +26 五月 2020 | 00:52:33,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694MethodDeclarations.h +26 五月 2020 | 00:52:33,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494.h +26 五月 2020 | 00:52:33,745 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314MethodDeclarations.h +26 五月 2020 | 00:52:33,745 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166.h +26 五月 2020 | 00:52:33,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1295211494MethodDeclarations.h +26 五月 2020 | 00:52:33,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819.h +26 五月 2020 | 00:52:33,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166MethodDeclarations.h +26 五月 2020 | 00:52:33,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769.h +26 五月 2020 | 00:52:33,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819MethodDeclarations.h +26 五月 2020 | 00:52:33,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845.h +26 五月 2020 | 00:52:33,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1327255769MethodDeclarations.h +26 五月 2020 | 00:52:33,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523.h +26 五月 2020 | 00:52:33,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040.h +26 五月 2020 | 00:52:33,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523MethodDeclarations.h +26 五月 2020 | 00:52:33,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1464055040MethodDeclarations.h +26 五月 2020 | 00:52:33,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902.h +26 五月 2020 | 00:52:33,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266.h +26 五月 2020 | 00:52:33,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902MethodDeclarations.h +26 五月 2020 | 00:52:33,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1468563266MethodDeclarations.h +26 五月 2020 | 00:52:33,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175.h +26 五月 2020 | 00:52:33,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845MethodDeclarations.h +26 五月 2020 | 00:52:33,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903.h +26 五月 2020 | 00:52:33,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175MethodDeclarations.h +26 五月 2020 | 00:52:33,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1495188903MethodDeclarations.h +26 五月 2020 | 00:52:33,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937.h +26 五月 2020 | 00:52:33,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266.h +26 五月 2020 | 00:52:33,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672.h +26 五月 2020 | 00:52:33,758 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937MethodDeclarations.h +26 五月 2020 | 00:52:33,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266MethodDeclarations.h +26 五月 2020 | 00:52:33,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1695244672MethodDeclarations.h +26 五月 2020 | 00:52:33,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135.h +26 五月 2020 | 00:52:33,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644.h +26 五月 2020 | 00:52:33,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116.h +26 五月 2020 | 00:52:33,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135MethodDeclarations.h +26 五月 2020 | 00:52:33,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1724288644MethodDeclarations.h +26 五月 2020 | 00:52:33,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116MethodDeclarations.h +26 五月 2020 | 00:52:33,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030.h +26 五月 2020 | 00:52:33,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456.h +26 五月 2020 | 00:52:33,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030MethodDeclarations.h +26 五月 2020 | 00:52:33,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315.h +26 五月 2020 | 00:52:33,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1834534456MethodDeclarations.h +26 五月 2020 | 00:52:33,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823.h +26 五月 2020 | 00:52:33,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159.h +26 五月 2020 | 00:52:33,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315MethodDeclarations.h +26 五月 2020 | 00:52:33,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823MethodDeclarations.h +26 五月 2020 | 00:52:33,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V1897359159MethodDeclarations.h +26 五月 2020 | 00:52:33,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993.h +26 五月 2020 | 00:52:33,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187.h +26 五月 2020 | 00:52:33,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470.h +26 五月 2020 | 00:52:33,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187MethodDeclarations.h +26 五月 2020 | 00:52:33,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993MethodDeclarations.h +26 五月 2020 | 00:52:33,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2016180470MethodDeclarations.h +26 五月 2020 | 00:52:33,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255.h +26 五月 2020 | 00:52:33,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442.h +26 五月 2020 | 00:52:33,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255MethodDeclarations.h +26 五月 2020 | 00:52:33,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442MethodDeclarations.h +26 五月 2020 | 00:52:33,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791.h +26 五月 2020 | 00:52:33,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547.h +26 五月 2020 | 00:52:33,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611.h +26 五月 2020 | 00:52:33,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2082344791MethodDeclarations.h +26 五月 2020 | 00:52:33,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547MethodDeclarations.h +26 五月 2020 | 00:52:33,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611MethodDeclarations.h +26 五月 2020 | 00:52:33,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689.h +26 五月 2020 | 00:52:33,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454.h +26 五月 2020 | 00:52:33,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845.h +26 五月 2020 | 00:52:33,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2120694689MethodDeclarations.h +26 五月 2020 | 00:52:33,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454MethodDeclarations.h +26 五月 2020 | 00:52:33,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132.h +26 五月 2020 | 00:52:33,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845MethodDeclarations.h +26 五月 2020 | 00:52:33,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132MethodDeclarations.h +26 五月 2020 | 00:52:33,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194.h +26 五月 2020 | 00:52:33,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581.h +26 五月 2020 | 00:52:33,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2142559194MethodDeclarations.h +26 五月 2020 | 00:52:33,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684.h +26 五月 2020 | 00:52:33,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156.h +26 五月 2020 | 00:52:33,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581MethodDeclarations.h +26 五月 2020 | 00:52:33,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684MethodDeclarations.h +26 五月 2020 | 00:52:33,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2219048156MethodDeclarations.h +26 五月 2020 | 00:52:33,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333.h +26 五月 2020 | 00:52:33,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750.h +26 五月 2020 | 00:52:33,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090.h +26 五月 2020 | 00:52:33,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2303139090MethodDeclarations.h +26 五月 2020 | 00:52:33,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833.h +26 五月 2020 | 00:52:33,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2325702833MethodDeclarations.h +26 五月 2020 | 00:52:33,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333MethodDeclarations.h +26 五月 2020 | 00:52:33,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750MethodDeclarations.h +26 五月 2020 | 00:52:33,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540.h +26 五月 2020 | 00:52:33,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405.h +26 五月 2020 | 00:52:33,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984.h +26 五月 2020 | 00:52:33,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984MethodDeclarations.h +26 五月 2020 | 00:52:33,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405MethodDeclarations.h +26 五月 2020 | 00:52:33,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2382027540MethodDeclarations.h +26 五月 2020 | 00:52:33,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527.h +26 五月 2020 | 00:52:33,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368.h +26 五月 2020 | 00:52:33,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368MethodDeclarations.h +26 五月 2020 | 00:52:33,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859.h +26 五月 2020 | 00:52:33,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2417747859MethodDeclarations.h +26 五月 2020 | 00:52:33,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527MethodDeclarations.h +26 五月 2020 | 00:52:33,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461.h +26 五月 2020 | 00:52:33,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665.h +26 五月 2020 | 00:52:33,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461MethodDeclarations.h +26 五月 2020 | 00:52:33,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665MethodDeclarations.h +26 五月 2020 | 00:52:33,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576.h +26 五月 2020 | 00:52:33,815 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290.h +26 五月 2020 | 00:52:33,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176.h +26 五月 2020 | 00:52:33,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2492416290MethodDeclarations.h +26 五月 2020 | 00:52:33,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576MethodDeclarations.h +26 五月 2020 | 00:52:33,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930.h +26 五月 2020 | 00:52:33,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735.h +26 五月 2020 | 00:52:33,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176MethodDeclarations.h +26 五月 2020 | 00:52:33,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2550397735MethodDeclarations.h +26 五月 2020 | 00:52:33,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930MethodDeclarations.h +26 五月 2020 | 00:52:33,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248.h +26 五月 2020 | 00:52:33,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464.h +26 五月 2020 | 00:52:33,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705.h +26 五月 2020 | 00:52:33,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248MethodDeclarations.h +26 五月 2020 | 00:52:33,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2640058464MethodDeclarations.h +26 五月 2020 | 00:52:33,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705MethodDeclarations.h +26 五月 2020 | 00:52:33,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211.h +26 五月 2020 | 00:52:33,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338.h +26 五月 2020 | 00:52:33,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211MethodDeclarations.h +26 五月 2020 | 00:52:33,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861.h +26 五月 2020 | 00:52:33,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2647059338MethodDeclarations.h +26 五月 2020 | 00:52:33,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304.h +26 五月 2020 | 00:52:33,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861MethodDeclarations.h +26 五月 2020 | 00:52:33,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859.h +26 五月 2020 | 00:52:33,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304MethodDeclarations.h +26 五月 2020 | 00:52:33,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2672817859MethodDeclarations.h +26 五月 2020 | 00:52:33,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015.h +26 五月 2020 | 00:52:33,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419.h +26 五月 2020 | 00:52:33,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553.h +26 五月 2020 | 00:52:33,831 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419MethodDeclarations.h +26 五月 2020 | 00:52:33,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773.h +26 五月 2020 | 00:52:33,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773MethodDeclarations.h +26 五月 2020 | 00:52:33,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548.h +26 五月 2020 | 00:52:33,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2689716553MethodDeclarations.h +26 五月 2020 | 00:52:33,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548MethodDeclarations.h +26 五月 2020 | 00:52:33,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188.h +26 五月 2020 | 00:52:33,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269.h +26 五月 2020 | 00:52:33,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2712295188MethodDeclarations.h +26 五月 2020 | 00:52:33,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269MethodDeclarations.h +26 五月 2020 | 00:52:33,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966.h +26 五月 2020 | 00:52:33,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704.h +26 五月 2020 | 00:52:33,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704MethodDeclarations.h +26 五月 2020 | 00:52:33,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2769150966MethodDeclarations.h +26 五月 2020 | 00:52:33,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015MethodDeclarations.h +26 五月 2020 | 00:52:33,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081.h +26 五月 2020 | 00:52:33,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844.h +26 五月 2020 | 00:52:33,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081MethodDeclarations.h +26 五月 2020 | 00:52:33,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844MethodDeclarations.h +26 五月 2020 | 00:52:33,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858.h +26 五月 2020 | 00:52:33,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049.h +26 五月 2020 | 00:52:33,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858MethodDeclarations.h +26 五月 2020 | 00:52:33,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049MethodDeclarations.h +26 五月 2020 | 00:52:33,849 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687.h +26 五月 2020 | 00:52:33,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969.h +26 五月 2020 | 00:52:33,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687MethodDeclarations.h +26 五月 2020 | 00:52:33,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969MethodDeclarations.h +26 五月 2020 | 00:52:33,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892.h +26 五月 2020 | 00:52:33,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680.h +26 五月 2020 | 00:52:33,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892MethodDeclarations.h +26 五月 2020 | 00:52:33,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812.h +26 五月 2020 | 00:52:33,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641.h +26 五月 2020 | 00:52:33,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680MethodDeclarations.h +26 五月 2020 | 00:52:33,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812MethodDeclarations.h +26 五月 2020 | 00:52:33,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2780057641MethodDeclarations.h +26 五月 2020 | 00:52:33,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059.h +26 五月 2020 | 00:52:33,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314.h +26 五月 2020 | 00:52:33,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041.h +26 五月 2020 | 00:52:33,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059MethodDeclarations.h +26 五月 2020 | 00:52:33,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314MethodDeclarations.h +26 五月 2020 | 00:52:33,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2843780041MethodDeclarations.h +26 五月 2020 | 00:52:33,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332.h +26 五月 2020 | 00:52:33,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817.h +26 五月 2020 | 00:52:33,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819.h +26 五月 2020 | 00:52:33,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V2982606817MethodDeclarations.h +26 五月 2020 | 00:52:33,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332MethodDeclarations.h +26 五月 2020 | 00:52:33,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819MethodDeclarations.h +26 五月 2020 | 00:52:33,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479.h +26 五月 2020 | 00:52:33,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423.h +26 五月 2020 | 00:52:33,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523.h +26 五月 2020 | 00:52:33,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523MethodDeclarations.h +26 五月 2020 | 00:52:33,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902.h +26 五月 2020 | 00:52:33,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902MethodDeclarations.h +26 五月 2020 | 00:52:33,870 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175.h +26 五月 2020 | 00:52:33,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175MethodDeclarations.h +26 五月 2020 | 00:52:33,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3034539479MethodDeclarations.h +26 五月 2020 | 00:52:33,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266.h +26 五月 2020 | 00:52:33,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423MethodDeclarations.h +26 五月 2020 | 00:52:33,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341.h +26 五月 2020 | 00:52:33,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266MethodDeclarations.h +26 五月 2020 | 00:52:33,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016.h +26 五月 2020 | 00:52:33,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3083258341MethodDeclarations.h +26 五月 2020 | 00:52:33,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016MethodDeclarations.h +26 五月 2020 | 00:52:33,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116.h +26 五月 2020 | 00:52:33,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584.h +26 五月 2020 | 00:52:33,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783.h +26 五月 2020 | 00:52:33,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116MethodDeclarations.h +26 五月 2020 | 00:52:33,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3099730584MethodDeclarations.h +26 五月 2020 | 00:52:33,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783MethodDeclarations.h +26 五月 2020 | 00:52:33,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315.h +26 五月 2020 | 00:52:33,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767.h +26 五月 2020 | 00:52:33,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785.h +26 五月 2020 | 00:52:33,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3238178767MethodDeclarations.h +26 五月 2020 | 00:52:33,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000.h +26 五月 2020 | 00:52:33,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315MethodDeclarations.h +26 五月 2020 | 00:52:33,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785MethodDeclarations.h +26 五月 2020 | 00:52:33,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3309656000MethodDeclarations.h +26 五月 2020 | 00:52:33,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993.h +26 五月 2020 | 00:52:33,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583.h +26 五月 2020 | 00:52:33,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574.h +26 五月 2020 | 00:52:33,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583MethodDeclarations.h +26 五月 2020 | 00:52:33,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993MethodDeclarations.h +26 五月 2020 | 00:52:33,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3317506574MethodDeclarations.h +26 五月 2020 | 00:52:33,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651.h +26 五月 2020 | 00:52:33,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651MethodDeclarations.h +26 五月 2020 | 00:52:33,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773.h +26 五月 2020 | 00:52:33,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926.h +26 五月 2020 | 00:52:33,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3333936773MethodDeclarations.h +26 五月 2020 | 00:52:33,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926MethodDeclarations.h +26 五月 2020 | 00:52:33,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025.h +26 五月 2020 | 00:52:33,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3344781025MethodDeclarations.h +26 五月 2020 | 00:52:33,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197.h +26 五月 2020 | 00:52:33,898 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197MethodDeclarations.h +26 五月 2020 | 00:52:33,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340.h +26 五月 2020 | 00:52:33,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060.h +26 五月 2020 | 00:52:33,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3350470340MethodDeclarations.h +26 五月 2020 | 00:52:33,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442.h +26 五月 2020 | 00:52:33,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344.h +26 五月 2020 | 00:52:33,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442MethodDeclarations.h +26 五月 2020 | 00:52:33,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060MethodDeclarations.h +26 五月 2020 | 00:52:33,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383750344MethodDeclarations.h +26 五月 2020 | 00:52:33,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611.h +26 五月 2020 | 00:52:33,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829.h +26 五月 2020 | 00:52:33,905 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694.h +26 五月 2020 | 00:52:33,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611MethodDeclarations.h +26 五月 2020 | 00:52:33,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829MethodDeclarations.h +26 五月 2020 | 00:52:33,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3383807694MethodDeclarations.h +26 五月 2020 | 00:52:33,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845.h +26 五月 2020 | 00:52:33,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801.h +26 五月 2020 | 00:52:33,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845MethodDeclarations.h +26 五月 2020 | 00:52:33,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801MethodDeclarations.h +26 五月 2020 | 00:52:33,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166.h +26 五月 2020 | 00:52:33,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684.h +26 五月 2020 | 00:52:33,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613.h +26 五月 2020 | 00:52:33,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3393839166MethodDeclarations.h +26 五月 2020 | 00:52:33,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684MethodDeclarations.h +26 五月 2020 | 00:52:33,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613MethodDeclarations.h +26 五月 2020 | 00:52:33,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845.h +26 五月 2020 | 00:52:33,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333.h +26 五月 2020 | 00:52:33,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316.h +26 五月 2020 | 00:52:33,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316MethodDeclarations.h +26 五月 2020 | 00:52:33,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3535285845MethodDeclarations.h +26 五月 2020 | 00:52:33,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627.h +26 五月 2020 | 00:52:33,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937.h +26 五月 2020 | 00:52:33,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627MethodDeclarations.h +26 五月 2020 | 00:52:33,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3621788937MethodDeclarations.h +26 五月 2020 | 00:52:33,922 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135.h +26 五月 2020 | 00:52:33,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846.h +26 五月 2020 | 00:52:33,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3635331135MethodDeclarations.h +26 五月 2020 | 00:52:33,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846MethodDeclarations.h +26 五月 2020 | 00:52:33,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333MethodDeclarations.h +26 五月 2020 | 00:52:33,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030.h +26 五月 2020 | 00:52:33,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351.h +26 五月 2020 | 00:52:33,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3821700030MethodDeclarations.h +26 五月 2020 | 00:52:33,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405.h +26 五月 2020 | 00:52:33,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351MethodDeclarations.h +26 五月 2020 | 00:52:33,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823.h +26 五月 2020 | 00:52:33,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405MethodDeclarations.h +26 五月 2020 | 00:52:33,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313.h +26 五月 2020 | 00:52:33,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3923806823MethodDeclarations.h +26 五月 2020 | 00:52:33,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368.h +26 五月 2020 | 00:52:33,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313MethodDeclarations.h +26 五月 2020 | 00:52:33,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187.h +26 五月 2020 | 00:52:33,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247.h +26 五月 2020 | 00:52:33,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V3968042187MethodDeclarations.h +26 五月 2020 | 00:52:33,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368MethodDeclarations.h +26 五月 2020 | 00:52:33,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255.h +26 五月 2020 | 00:52:33,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461.h +26 五月 2020 | 00:52:33,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247MethodDeclarations.h +26 五月 2020 | 00:52:33,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4081684255MethodDeclarations.h +26 五月 2020 | 00:52:33,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990.h +26 五月 2020 | 00:52:33,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547.h +26 五月 2020 | 00:52:33,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461MethodDeclarations.h +26 五月 2020 | 00:52:33,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990MethodDeclarations.h +26 五月 2020 | 00:52:33,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4122006547MethodDeclarations.h +26 五月 2020 | 00:52:33,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576.h +26 五月 2020 | 00:52:33,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697.h +26 五月 2020 | 00:52:33,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454.h +26 五月 2020 | 00:52:33,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576MethodDeclarations.h +26 五月 2020 | 00:52:33,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697MethodDeclarations.h +26 五月 2020 | 00:52:33,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4130008454MethodDeclarations.h +26 五月 2020 | 00:52:33,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930.h +26 五月 2020 | 00:52:33,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016.h +26 五月 2020 | 00:52:33,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132.h +26 五月 2020 | 00:52:33,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930MethodDeclarations.h +26 五月 2020 | 00:52:33,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016MethodDeclarations.h +26 五月 2020 | 00:52:33,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4158956132MethodDeclarations.h +26 五月 2020 | 00:52:33,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447.h +26 五月 2020 | 00:52:33,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705.h +26 五月 2020 | 00:52:33,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705MethodDeclarations.h +26 五月 2020 | 00:52:33,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581.h +26 五月 2020 | 00:52:33,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447MethodDeclarations.h +26 五月 2020 | 00:52:33,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4189427581MethodDeclarations.h +26 五月 2020 | 00:52:33,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861.h +26 五月 2020 | 00:52:33,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892.h +26 五月 2020 | 00:52:33,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750.h +26 五月 2020 | 00:52:33,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861MethodDeclarations.h +26 五月 2020 | 00:52:33,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892MethodDeclarations.h +26 五月 2020 | 00:52:33,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4206970750MethodDeclarations.h +26 五月 2020 | 00:52:33,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015.h +26 五月 2020 | 00:52:33,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621.h +26 五月 2020 | 00:52:33,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984.h +26 五月 2020 | 00:52:33,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015MethodDeclarations.h +26 五月 2020 | 00:52:33,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_V4261641984MethodDeclarations.h +26 五月 2020 | 00:52:33,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844.h +26 五月 2020 | 00:52:33,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527.h +26 五月 2020 | 00:52:33,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844MethodDeclarations.h +26 五月 2020 | 00:52:33,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va148446527MethodDeclarations.h +26 五月 2020 | 00:52:33,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621MethodDeclarations.h +26 五月 2020 | 00:52:33,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049.h +26 五月 2020 | 00:52:33,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665.h +26 五月 2020 | 00:52:33,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495.h +26 五月 2020 | 00:52:33,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va152560665MethodDeclarations.h +26 五月 2020 | 00:52:33,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049MethodDeclarations.h +26 五月 2020 | 00:52:33,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495MethodDeclarations.h +26 五月 2020 | 00:52:33,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176.h +26 五月 2020 | 00:52:33,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969.h +26 五月 2020 | 00:52:33,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016.h +26 五月 2020 | 00:52:33,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va184018176MethodDeclarations.h +26 五月 2020 | 00:52:33,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969MethodDeclarations.h +26 五月 2020 | 00:52:33,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016MethodDeclarations.h +26 五月 2020 | 00:52:33,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248.h +26 五月 2020 | 00:52:33,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680.h +26 五月 2020 | 00:52:33,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710.h +26 五月 2020 | 00:52:33,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va221889248MethodDeclarations.h +26 五月 2020 | 00:52:33,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680MethodDeclarations.h +26 五月 2020 | 00:52:33,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710MethodDeclarations.h +26 五月 2020 | 00:52:33,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211.h +26 五月 2020 | 00:52:33,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059.h +26 五月 2020 | 00:52:33,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345.h +26 五月 2020 | 00:52:33,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va228115211MethodDeclarations.h +26 五月 2020 | 00:52:33,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059MethodDeclarations.h +26 五月 2020 | 00:52:33,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304.h +26 五月 2020 | 00:52:33,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332.h +26 五月 2020 | 00:52:33,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va266871304MethodDeclarations.h +26 五月 2020 | 00:52:33,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332MethodDeclarations.h +26 五月 2020 | 00:52:33,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419.h +26 五月 2020 | 00:52:33,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423.h +26 五月 2020 | 00:52:33,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va366997419MethodDeclarations.h +26 五月 2020 | 00:52:33,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423MethodDeclarations.h +26 五月 2020 | 00:52:33,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773.h +26 五月 2020 | 00:52:33,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016.h +26 五月 2020 | 00:52:33,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va400334773MethodDeclarations.h +26 五月 2020 | 00:52:33,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016MethodDeclarations.h +26 五月 2020 | 00:52:33,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548.h +26 五月 2020 | 00:52:33,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783.h +26 五月 2020 | 00:52:33,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va405464548MethodDeclarations.h +26 五月 2020 | 00:52:33,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783MethodDeclarations.h +26 五月 2020 | 00:52:33,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269.h +26 五月 2020 | 00:52:33,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785.h +26 五月 2020 | 00:52:33,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785MethodDeclarations.h +26 五月 2020 | 00:52:33,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345MethodDeclarations.h +26 五月 2020 | 00:52:33,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va412794269MethodDeclarations.h +26 五月 2020 | 00:52:33,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583.h +26 五月 2020 | 00:52:33,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123.h +26 五月 2020 | 00:52:33,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704.h +26 五月 2020 | 00:52:33,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583MethodDeclarations.h +26 五月 2020 | 00:52:33,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123MethodDeclarations.h +26 五月 2020 | 00:52:33,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va494867704MethodDeclarations.h +26 五月 2020 | 00:52:33,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651.h +26 五月 2020 | 00:52:33,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798.h +26 五月 2020 | 00:52:33,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081.h +26 五月 2020 | 00:52:33,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va523040081MethodDeclarations.h +26 五月 2020 | 00:52:33,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798MethodDeclarations.h +26 五月 2020 | 00:52:33,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651MethodDeclarations.h +26 五月 2020 | 00:52:33,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858.h +26 五月 2020 | 00:52:33,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198.h +26 五月 2020 | 00:52:33,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926.h +26 五月 2020 | 00:52:33,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va590773858MethodDeclarations.h +26 五月 2020 | 00:52:33,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198MethodDeclarations.h +26 五月 2020 | 00:52:33,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926MethodDeclarations.h +26 五月 2020 | 00:52:33,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687.h +26 五月 2020 | 00:52:33,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197.h +26 五月 2020 | 00:52:33,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974.h +26 五月 2020 | 00:52:34,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va677238687MethodDeclarations.h +26 五月 2020 | 00:52:34,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197MethodDeclarations.h +26 五月 2020 | 00:52:34,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974MethodDeclarations.h +26 五月 2020 | 00:52:34,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892.h +26 五月 2020 | 00:52:34,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445.h +26 五月 2020 | 00:52:34,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va680769892MethodDeclarations.h +26 五月 2020 | 00:52:34,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060.h +26 五月 2020 | 00:52:34,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812.h +26 五月 2020 | 00:52:34,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445MethodDeclarations.h +26 五月 2020 | 00:52:34,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628.h +26 五月 2020 | 00:52:34,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060MethodDeclarations.h +26 五月 2020 | 00:52:34,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va769983812MethodDeclarations.h +26 五月 2020 | 00:52:34,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628MethodDeclarations.h +26 五月 2020 | 00:52:34,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829.h +26 五月 2020 | 00:52:34,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314.h +26 五月 2020 | 00:52:34,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861.h +26 五月 2020 | 00:52:34,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829MethodDeclarations.h +26 五月 2020 | 00:52:34,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va809200314MethodDeclarations.h +26 五月 2020 | 00:52:34,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801.h +26 五月 2020 | 00:52:34,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861MethodDeclarations.h +26 五月 2020 | 00:52:34,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819.h +26 五月 2020 | 00:52:34,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801MethodDeclarations.h +26 五月 2020 | 00:52:34,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435.h +26 五月 2020 | 00:52:34,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831064819MethodDeclarations.h +26 五月 2020 | 00:52:34,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613.h +26 五月 2020 | 00:52:34,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435MethodDeclarations.h +26 五月 2020 | 00:52:34,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613MethodDeclarations.h +26 五月 2020 | 00:52:34,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523.h +26 五月 2020 | 00:52:34,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634.h +26 五月 2020 | 00:52:34,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va831666523MethodDeclarations.h +26 五月 2020 | 00:52:34,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316.h +26 五月 2020 | 00:52:34,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634MethodDeclarations.h +26 五月 2020 | 00:52:34,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902.h +26 五月 2020 | 00:52:34,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316MethodDeclarations.h +26 五月 2020 | 00:52:34,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627.h +26 五月 2020 | 00:52:34,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886.h +26 五月 2020 | 00:52:34,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627MethodDeclarations.h +26 五月 2020 | 00:52:34,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va940333902MethodDeclarations.h +26 五月 2020 | 00:52:34,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175.h +26 五月 2020 | 00:52:34,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846.h +26 五月 2020 | 00:52:34,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886MethodDeclarations.h +26 五月 2020 | 00:52:34,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va959897175MethodDeclarations.h +26 五月 2020 | 00:52:34,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846MethodDeclarations.h +26 五月 2020 | 00:52:34,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205.h +26 五月 2020 | 00:52:34,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266.h +26 五月 2020 | 00:52:34,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351.h +26 五月 2020 | 00:52:34,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205MethodDeclarations.h +26 五月 2020 | 00:52:34,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_Va984569266MethodDeclarations.h +26 五月 2020 | 00:52:34,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351MethodDeclarations.h +26 五月 2020 | 00:52:34,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027.h +26 五月 2020 | 00:52:34,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313.h +26 五月 2020 | 00:52:34,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116.h +26 五月 2020 | 00:52:34,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313MethodDeclarations.h +26 五月 2020 | 00:52:34,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027MethodDeclarations.h +26 五月 2020 | 00:52:34,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1083657116MethodDeclarations.h +26 五月 2020 | 00:52:34,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247.h +26 五月 2020 | 00:52:34,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706.h +26 五月 2020 | 00:52:34,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315.h +26 五月 2020 | 00:52:34,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247MethodDeclarations.h +26 五月 2020 | 00:52:34,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706MethodDeclarations.h +26 五月 2020 | 00:52:34,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798.h +26 五月 2020 | 00:52:34,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798MethodDeclarations.h +26 五月 2020 | 00:52:34,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990.h +26 五月 2020 | 00:52:34,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996.h +26 五月 2020 | 00:52:34,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990MethodDeclarations.h +26 五月 2020 | 00:52:34,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1131981315MethodDeclarations.h +26 五月 2020 | 00:52:34,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996MethodDeclarations.h +26 五月 2020 | 00:52:34,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697.h +26 五月 2020 | 00:52:34,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993.h +26 五月 2020 | 00:52:34,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891.h +26 五月 2020 | 00:52:34,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697MethodDeclarations.h +26 五月 2020 | 00:52:34,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1160928993MethodDeclarations.h +26 五月 2020 | 00:52:34,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891MethodDeclarations.h +26 五月 2020 | 00:52:34,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016.h +26 五月 2020 | 00:52:34,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442.h +26 五月 2020 | 00:52:34,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340.h +26 五月 2020 | 00:52:34,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016MethodDeclarations.h +26 五月 2020 | 00:52:34,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1191400442MethodDeclarations.h +26 五月 2020 | 00:52:34,055 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340MethodDeclarations.h +26 五月 2020 | 00:52:34,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611.h +26 五月 2020 | 00:52:34,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447.h +26 五月 2020 | 00:52:34,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202.h +26 五月 2020 | 00:52:34,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447MethodDeclarations.h +26 五月 2020 | 00:52:34,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1208943611MethodDeclarations.h +26 五月 2020 | 00:52:34,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845.h +26 五月 2020 | 00:52:34,063 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202MethodDeclarations.h +26 五月 2020 | 00:52:34,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892.h +26 五月 2020 | 00:52:34,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491.h +26 五月 2020 | 00:52:34,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1263614845MethodDeclarations.h +26 五月 2020 | 00:52:34,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491MethodDeclarations.h +26 五月 2020 | 00:52:34,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892MethodDeclarations.h +26 五月 2020 | 00:52:34,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684.h +26 五月 2020 | 00:52:34,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301.h +26 五月 2020 | 00:52:34,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621.h +26 五月 2020 | 00:52:34,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301MethodDeclarations.h +26 五月 2020 | 00:52:34,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1445386684MethodDeclarations.h +26 五月 2020 | 00:52:34,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621MethodDeclarations.h +26 五月 2020 | 00:52:34,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333.h +26 五月 2020 | 00:52:34,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495.h +26 五月 2020 | 00:52:34,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880.h +26 五月 2020 | 00:52:34,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880MethodDeclarations.h +26 五月 2020 | 00:52:34,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1480958333MethodDeclarations.h +26 五月 2020 | 00:52:34,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099.h +26 五月 2020 | 00:52:34,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099MethodDeclarations.h +26 五月 2020 | 00:52:34,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864.h +26 五月 2020 | 00:52:34,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405.h +26 五月 2020 | 00:52:34,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495MethodDeclarations.h +26 五月 2020 | 00:52:34,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1518829405MethodDeclarations.h +26 五月 2020 | 00:52:34,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864MethodDeclarations.h +26 五月 2020 | 00:52:34,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016.h +26 五月 2020 | 00:52:34,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368.h +26 五月 2020 | 00:52:34,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016MethodDeclarations.h +26 五月 2020 | 00:52:34,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1525055368MethodDeclarations.h +26 五月 2020 | 00:52:34,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583.h +26 五月 2020 | 00:52:34,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461.h +26 五月 2020 | 00:52:34,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583MethodDeclarations.h +26 五月 2020 | 00:52:34,113 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1563811461MethodDeclarations.h +26 五月 2020 | 00:52:34,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202.h +26 五月 2020 | 00:52:34,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710.h +26 五月 2020 | 00:52:34,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576.h +26 五月 2020 | 00:52:34,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202MethodDeclarations.h +26 五月 2020 | 00:52:34,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1663937576MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1697274930MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1702404705MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1791807861MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1887714015MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1974178844MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g1977710049MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2066923969MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2128606680MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2237274059MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2256837332MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2281509423MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2361217016MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2435473783MethodDeclarations.h +26 五月 2020 | 00:52:34,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886MethodDeclarations.h +26 五月 2020 | 00:52:34,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785.h +26 五月 2020 | 00:52:34,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205.h +26 五月 2020 | 00:52:34,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975.h +26 五月 2020 | 00:52:34,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2471670785MethodDeclarations.h +26 五月 2020 | 00:52:34,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205MethodDeclarations.h +26 五月 2020 | 00:52:34,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975MethodDeclarations.h +26 五月 2020 | 00:52:34,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583.h +26 五月 2020 | 00:52:34,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110.h +26 五月 2020 | 00:52:34,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027.h +26 五月 2020 | 00:52:34,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2585063583MethodDeclarations.h +26 五月 2020 | 00:52:34,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110MethodDeclarations.h +26 五月 2020 | 00:52:34,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651.h +26 五月 2020 | 00:52:34,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027MethodDeclarations.h +26 五月 2020 | 00:52:34,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067.h +26 五月 2020 | 00:52:34,226 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2592151651MethodDeclarations.h +26 五月 2020 | 00:52:34,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706.h +26 五月 2020 | 00:52:34,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067MethodDeclarations.h +26 五月 2020 | 00:52:34,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926.h +26 五月 2020 | 00:52:34,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706MethodDeclarations.h +26 五月 2020 | 00:52:34,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075.h +26 五月 2020 | 00:52:34,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2624195926MethodDeclarations.h +26 五月 2020 | 00:52:34,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075MethodDeclarations.h +26 五月 2020 | 00:52:34,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197.h +26 五月 2020 | 00:52:34,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798.h +26 五月 2020 | 00:52:34,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932.h +26 五月 2020 | 00:52:34,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2760995197MethodDeclarations.h +26 五月 2020 | 00:52:34,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932MethodDeclarations.h +26 五月 2020 | 00:52:34,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060.h +26 五月 2020 | 00:52:34,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798MethodDeclarations.h +26 五月 2020 | 00:52:34,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664.h +26 五月 2020 | 00:52:34,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664MethodDeclarations.h +26 五月 2020 | 00:52:34,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236.h +26 五月 2020 | 00:52:34,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236MethodDeclarations.h +26 五月 2020 | 00:52:34,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236.h +26 五月 2020 | 00:52:34,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236MethodDeclarations.h +26 五月 2020 | 00:52:34,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996.h +26 五月 2020 | 00:52:34,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609.h +26 五月 2020 | 00:52:34,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2792129060MethodDeclarations.h +26 五月 2020 | 00:52:34,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996MethodDeclarations.h +26 五月 2020 | 00:52:34,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829.h +26 五月 2020 | 00:52:34,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609MethodDeclarations.h +26 五月 2020 | 00:52:34,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891.h +26 五月 2020 | 00:52:34,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093.h +26 五月 2020 | 00:52:34,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g2992184829MethodDeclarations.h +26 五月 2020 | 00:52:34,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891MethodDeclarations.h +26 五月 2020 | 00:52:34,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093MethodDeclarations.h +26 五月 2020 | 00:52:34,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801.h +26 五月 2020 | 00:52:34,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340.h +26 五月 2020 | 00:52:34,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085.h +26 五月 2020 | 00:52:34,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3021228801MethodDeclarations.h +26 五月 2020 | 00:52:34,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340MethodDeclarations.h +26 五月 2020 | 00:52:34,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085MethodDeclarations.h +26 五月 2020 | 00:52:34,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613.h +26 五月 2020 | 00:52:34,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202.h +26 五月 2020 | 00:52:34,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182.h +26 五月 2020 | 00:52:34,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3131474613MethodDeclarations.h +26 五月 2020 | 00:52:34,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202MethodDeclarations.h +26 五月 2020 | 00:52:34,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182MethodDeclarations.h +26 五月 2020 | 00:52:34,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316.h +26 五月 2020 | 00:52:34,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491.h +26 五月 2020 | 00:52:34,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604.h +26 五月 2020 | 00:52:34,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3194299316MethodDeclarations.h +26 五月 2020 | 00:52:34,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491MethodDeclarations.h +26 五月 2020 | 00:52:34,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604MethodDeclarations.h +26 五月 2020 | 00:52:34,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627.h +26 五月 2020 | 00:52:34,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301.h +26 五月 2020 | 00:52:34,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740.h +26 五月 2020 | 00:52:34,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3313120627MethodDeclarations.h +26 五月 2020 | 00:52:34,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301MethodDeclarations.h +26 五月 2020 | 00:52:34,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740MethodDeclarations.h +26 五月 2020 | 00:52:34,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846.h +26 五月 2020 | 00:52:34,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880.h +26 五月 2020 | 00:52:34,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741.h +26 五月 2020 | 00:52:34,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3417634846MethodDeclarations.h +26 五月 2020 | 00:52:34,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880MethodDeclarations.h +26 五月 2020 | 00:52:34,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741MethodDeclarations.h +26 五月 2020 | 00:52:34,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351.h +26 五月 2020 | 00:52:34,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099.h +26 五月 2020 | 00:52:34,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742.h +26 五月 2020 | 00:52:34,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3439499351MethodDeclarations.h +26 五月 2020 | 00:52:34,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099MethodDeclarations.h +26 五月 2020 | 00:52:34,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742MethodDeclarations.h +26 五月 2020 | 00:52:34,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313.h +26 五月 2020 | 00:52:34,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114.h +26 五月 2020 | 00:52:34,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864.h +26 五月 2020 | 00:52:34,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3515988313MethodDeclarations.h +26 五月 2020 | 00:52:34,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114MethodDeclarations.h +26 五月 2020 | 00:52:34,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247.h +26 五月 2020 | 00:52:34,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975.h +26 五月 2020 | 00:52:34,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864MethodDeclarations.h +26 五月 2020 | 00:52:34,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975MethodDeclarations.h +26 五月 2020 | 00:52:34,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583.h +26 五月 2020 | 00:52:34,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381.h +26 五月 2020 | 00:52:34,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583MethodDeclarations.h +26 五月 2020 | 00:52:34,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381MethodDeclarations.h +26 五月 2020 | 00:52:34,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202.h +26 五月 2020 | 00:52:34,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770.h +26 五月 2020 | 00:52:34,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202MethodDeclarations.h +26 五月 2020 | 00:52:34,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770MethodDeclarations.h +26 五月 2020 | 00:52:34,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214.h +26 五月 2020 | 00:52:34,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989.h +26 五月 2020 | 00:52:34,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3600079247MethodDeclarations.h +26 五月 2020 | 00:52:34,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214MethodDeclarations.h +26 五月 2020 | 00:52:34,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989MethodDeclarations.h +26 五月 2020 | 00:52:34,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990.h +26 五月 2020 | 00:52:34,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754.h +26 五月 2020 | 00:52:34,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566.h +26 五月 2020 | 00:52:34,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754MethodDeclarations.h +26 五月 2020 | 00:52:34,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3622642990MethodDeclarations.h +26 五月 2020 | 00:52:34,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566MethodDeclarations.h +26 五月 2020 | 00:52:34,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697.h +26 五月 2020 | 00:52:34,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473.h +26 五月 2020 | 00:52:34,288 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274.h +26 五月 2020 | 00:52:34,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3678967697MethodDeclarations.h +26 五月 2020 | 00:52:34,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473MethodDeclarations.h +26 五月 2020 | 00:52:34,291 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274MethodDeclarations.h +26 五月 2020 | 00:52:34,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016.h +26 五月 2020 | 00:52:34,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092.h +26 五月 2020 | 00:52:34,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704.h +26 五月 2020 | 00:52:34,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3714688016MethodDeclarations.h +26 五月 2020 | 00:52:34,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704MethodDeclarations.h +26 五月 2020 | 00:52:34,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092MethodDeclarations.h +26 五月 2020 | 00:52:34,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447.h +26 五月 2020 | 00:52:34,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220.h +26 五月 2020 | 00:52:34,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042.h +26 五月 2020 | 00:52:34,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3789356447MethodDeclarations.h +26 五月 2020 | 00:52:34,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042MethodDeclarations.h +26 五月 2020 | 00:52:34,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220MethodDeclarations.h +26 五月 2020 | 00:52:34,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892.h +26 五月 2020 | 00:52:34,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868.h +26 五月 2020 | 00:52:34,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609.h +26 五月 2020 | 00:52:34,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3847337892MethodDeclarations.h +26 五月 2020 | 00:52:34,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868MethodDeclarations.h +26 五月 2020 | 00:52:34,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609MethodDeclarations.h +26 五月 2020 | 00:52:34,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621.h +26 五月 2020 | 00:52:34,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774.h +26 五月 2020 | 00:52:34,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819.h +26 五月 2020 | 00:52:34,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774MethodDeclarations.h +26 五月 2020 | 00:52:34,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051.h +26 五月 2020 | 00:52:34,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051MethodDeclarations.h +26 五月 2020 | 00:52:34,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346.h +26 五月 2020 | 00:52:34,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346MethodDeclarations.h +26 五月 2020 | 00:52:34,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719.h +26 五月 2020 | 00:52:34,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719MethodDeclarations.h +26 五月 2020 | 00:52:34,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203.h +26 五月 2020 | 00:52:34,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203MethodDeclarations.h +26 五月 2020 | 00:52:34,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292.h +26 五月 2020 | 00:52:34,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292MethodDeclarations.h +26 五月 2020 | 00:52:34,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814.h +26 五月 2020 | 00:52:34,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814MethodDeclarations.h +26 五月 2020 | 00:52:34,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203.h +26 五月 2020 | 00:52:34,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203MethodDeclarations.h +26 五月 2020 | 00:52:34,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850.h +26 五月 2020 | 00:52:34,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850MethodDeclarations.h +26 五月 2020 | 00:52:34,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819MethodDeclarations.h +26 五月 2020 | 00:52:34,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3936998621MethodDeclarations.h +26 五月 2020 | 00:52:34,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851.h +26 五月 2020 | 00:52:34,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897.h +26 五月 2020 | 00:52:34,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495.h +26 五月 2020 | 00:52:34,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851MethodDeclarations.h +26 五月 2020 | 00:52:34,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3943999495MethodDeclarations.h +26 五月 2020 | 00:52:34,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852.h +26 五月 2020 | 00:52:34,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897MethodDeclarations.h +26 五月 2020 | 00:52:34,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016.h +26 五月 2020 | 00:52:34,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852MethodDeclarations.h +26 五月 2020 | 00:52:34,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707.h +26 五月 2020 | 00:52:34,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224.h +26 五月 2020 | 00:52:34,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224MethodDeclarations.h +26 五月 2020 | 00:52:34,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707MethodDeclarations.h +26 五月 2020 | 00:52:34,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3969758016MethodDeclarations.h +26 五月 2020 | 00:52:34,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085.h +26 五月 2020 | 00:52:34,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830.h +26 五月 2020 | 00:52:34,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710.h +26 五月 2020 | 00:52:34,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085MethodDeclarations.h +26 五月 2020 | 00:52:34,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830MethodDeclarations.h +26 五月 2020 | 00:52:34,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413.h +26 五月 2020 | 00:52:34,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989.h +26 五月 2020 | 00:52:34,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g3986656710MethodDeclarations.h +26 五月 2020 | 00:52:34,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413MethodDeclarations.h +26 五月 2020 | 00:52:34,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989MethodDeclarations.h +26 五月 2020 | 00:52:34,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345.h +26 五月 2020 | 00:52:34,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160.h +26 五月 2020 | 00:52:34,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620.h +26 五月 2020 | 00:52:34,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160MethodDeclarations.h +26 五月 2020 | 00:52:34,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620MethodDeclarations.h +26 五月 2020 | 00:52:34,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185.h +26 五月 2020 | 00:52:34,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679.h +26 五月 2020 | 00:52:34,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185MethodDeclarations.h +26 五月 2020 | 00:52:34,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679MethodDeclarations.h +26 五月 2020 | 00:52:34,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453.h +26 五月 2020 | 00:52:34,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453MethodDeclarations.h +26 五月 2020 | 00:52:34,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198.h +26 五月 2020 | 00:52:34,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198MethodDeclarations.h +26 五月 2020 | 00:52:34,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469.h +26 五月 2020 | 00:52:34,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4009235345MethodDeclarations.h +26 五月 2020 | 00:52:34,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469MethodDeclarations.h +26 五月 2020 | 00:52:34,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123.h +26 五月 2020 | 00:52:34,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975.h +26 五月 2020 | 00:52:34,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4066091123MethodDeclarations.h +26 五月 2020 | 00:52:34,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975MethodDeclarations.h +26 五月 2020 | 00:52:34,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706.h +26 五月 2020 | 00:52:34,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798.h +26 五月 2020 | 00:52:34,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110.h +26 五月 2020 | 00:52:34,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706MethodDeclarations.h +26 五月 2020 | 00:52:34,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110MethodDeclarations.h +26 五月 2020 | 00:52:34,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4076997798MethodDeclarations.h +26 五月 2020 | 00:52:34,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248.h +26 五月 2020 | 00:52:34,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248MethodDeclarations.h +26 五月 2020 | 00:52:34,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198.h +26 五月 2020 | 00:52:34,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097.h +26 五月 2020 | 00:52:34,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4140720198MethodDeclarations.h +26 五月 2020 | 00:52:34,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097MethodDeclarations.h +26 五月 2020 | 00:52:34,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974.h +26 五月 2020 | 00:52:34,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799.h +26 五月 2020 | 00:52:34,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_g4279546974MethodDeclarations.h +26 五月 2020 | 00:52:34,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799MethodDeclarations.h +26 五月 2020 | 00:52:34,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445.h +26 五月 2020 | 00:52:34,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584.h +26 五月 2020 | 00:52:34,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge101703445MethodDeclarations.h +26 五月 2020 | 00:52:34,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584MethodDeclarations.h +26 五月 2020 | 00:52:34,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628.h +26 五月 2020 | 00:52:34,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge240151628MethodDeclarations.h +26 五月 2020 | 00:52:34,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861.h +26 五月 2020 | 00:52:34,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068.h +26 五月 2020 | 00:52:34,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068MethodDeclarations.h +26 五月 2020 | 00:52:34,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge311628861MethodDeclarations.h +26 五月 2020 | 00:52:34,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157.h +26 五月 2020 | 00:52:34,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435.h +26 五月 2020 | 00:52:34,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157MethodDeclarations.h +26 五月 2020 | 00:52:34,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge319479435MethodDeclarations.h +26 五月 2020 | 00:52:34,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729.h +26 五月 2020 | 00:52:34,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634.h +26 五月 2020 | 00:52:34,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge335909634MethodDeclarations.h +26 五月 2020 | 00:52:34,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067.h +26 五月 2020 | 00:52:34,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729MethodDeclarations.h +26 五月 2020 | 00:52:34,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886.h +26 五月 2020 | 00:52:34,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067MethodDeclarations.h +26 五月 2020 | 00:52:34,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431.h +26 五月 2020 | 00:52:34,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge346753886MethodDeclarations.h +26 五月 2020 | 00:52:34,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431MethodDeclarations.h +26 五月 2020 | 00:52:34,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205.h +26 五月 2020 | 00:52:34,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085.h +26 五月 2020 | 00:52:34,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075.h +26 五月 2020 | 00:52:34,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge385723205MethodDeclarations.h +26 五月 2020 | 00:52:34,413 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075MethodDeclarations.h +26 五月 2020 | 00:52:34,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085MethodDeclarations.h +26 五月 2020 | 00:52:34,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027.h +26 五月 2020 | 00:52:34,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932.h +26 五月 2020 | 00:52:34,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474.h +26 五月 2020 | 00:52:34,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932MethodDeclarations.h +26 五月 2020 | 00:52:34,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474MethodDeclarations.h +26 五月 2020 | 00:52:34,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge395812027MethodDeclarations.h +26 五月 2020 | 00:52:34,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664.h +26 五月 2020 | 00:52:34,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572.h +26 五月 2020 | 00:52:34,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706.h +26 五月 2020 | 00:52:34,445 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664MethodDeclarations.h +26 五月 2020 | 00:52:34,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572MethodDeclarations.h +26 五月 2020 | 00:52:34,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge537258706MethodDeclarations.h +26 五月 2020 | 00:52:34,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236.h +26 五月 2020 | 00:52:34,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854.h +26 五月 2020 | 00:52:34,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798.h +26 五月 2020 | 00:52:34,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236MethodDeclarations.h +26 五月 2020 | 00:52:34,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854MethodDeclarations.h +26 五月 2020 | 00:52:34,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge623761798MethodDeclarations.h +26 五月 2020 | 00:52:34,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236.h +26 五月 2020 | 00:52:34,529 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101.h +26 五月 2020 | 00:52:34,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996.h +26 五月 2020 | 00:52:34,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236MethodDeclarations.h +26 五月 2020 | 00:52:34,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101MethodDeclarations.h +26 五月 2020 | 00:52:34,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge637303996MethodDeclarations.h +26 五月 2020 | 00:52:34,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609.h +26 五月 2020 | 00:52:34,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469.h +26 五月 2020 | 00:52:34,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609MethodDeclarations.h +26 五月 2020 | 00:52:34,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891.h +26 五月 2020 | 00:52:34,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469MethodDeclarations.h +26 五月 2020 | 00:52:34,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093.h +26 五月 2020 | 00:52:34,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093MethodDeclarations.h +26 五月 2020 | 00:52:34,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_ge823672891MethodDeclarations.h +26 五月 2020 | 00:52:34,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042.h +26 五月 2020 | 00:52:34,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085.h +26 五月 2020 | 00:52:34,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042MethodDeclarations.h +26 五月 2020 | 00:52:34,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340.h +26 五月 2020 | 00:52:34,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085MethodDeclarations.h +26 五月 2020 | 00:52:34,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182.h +26 五月 2020 | 00:52:34,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009.h +26 五月 2020 | 00:52:34,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen36512340MethodDeclarations.h +26 五月 2020 | 00:52:34,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182MethodDeclarations.h +26 五月 2020 | 00:52:34,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009MethodDeclarations.h +26 五月 2020 | 00:52:34,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202.h +26 五月 2020 | 00:52:34,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604.h +26 五月 2020 | 00:52:34,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849.h +26 五月 2020 | 00:52:34,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Dictionary_2_gen85231202MethodDeclarations.h +26 五月 2020 | 00:52:34,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604MethodDeclarations.h +26 五月 2020 | 00:52:34,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849MethodDeclarations.h +26 五月 2020 | 00:52:34,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491.h +26 五月 2020 | 00:52:34,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068.h +26 五月 2020 | 00:52:34,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1008718491MethodDeclarations.h +26 五月 2020 | 00:52:34,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740.h +26 五月 2020 | 00:52:34,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068MethodDeclarations.h +26 五月 2020 | 00:52:34,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301.h +26 五月 2020 | 00:52:34,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573.h +26 五月 2020 | 00:52:34,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740MethodDeclarations.h +26 五月 2020 | 00:52:34,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1010067301MethodDeclarations.h +26 五月 2020 | 00:52:34,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573MethodDeclarations.h +26 五月 2020 | 00:52:34,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741.h +26 五月 2020 | 00:52:34,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535.h +26 五月 2020 | 00:52:34,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880.h +26 五月 2020 | 00:52:34,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741MethodDeclarations.h +26 五月 2020 | 00:52:34,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535MethodDeclarations.h +26 五月 2020 | 00:52:34,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1077695880MethodDeclarations.h +26 五月 2020 | 00:52:34,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742.h +26 五月 2020 | 00:52:34,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469.h +26 五月 2020 | 00:52:34,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099.h +26 五月 2020 | 00:52:34,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742MethodDeclarations.h +26 五月 2020 | 00:52:34,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469MethodDeclarations.h +26 五月 2020 | 00:52:34,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114.h +26 五月 2020 | 00:52:34,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1091207099MethodDeclarations.h +26 五月 2020 | 00:52:34,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212.h +26 五月 2020 | 00:52:34,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864.h +26 五月 2020 | 00:52:34,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212MethodDeclarations.h +26 五月 2020 | 00:52:34,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1107236864MethodDeclarations.h +26 五月 2020 | 00:52:34,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114MethodDeclarations.h +26 五月 2020 | 00:52:34,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583.h +26 五月 2020 | 00:52:34,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975.h +26 五月 2020 | 00:52:34,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919.h +26 五月 2020 | 00:52:34,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1152537583MethodDeclarations.h +26 五月 2020 | 00:52:34,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975MethodDeclarations.h +26 五月 2020 | 00:52:34,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202.h +26 五月 2020 | 00:52:34,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381.h +26 五月 2020 | 00:52:34,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919MethodDeclarations.h +26 五月 2020 | 00:52:34,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1218849202MethodDeclarations.h +26 五月 2020 | 00:52:34,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381MethodDeclarations.h +26 五月 2020 | 00:52:34,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238.h +26 五月 2020 | 00:52:34,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770.h +26 五月 2020 | 00:52:34,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238MethodDeclarations.h +26 五月 2020 | 00:52:34,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770MethodDeclarations.h +26 五月 2020 | 00:52:34,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669.h +26 五月 2020 | 00:52:34,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989.h +26 五月 2020 | 00:52:34,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669MethodDeclarations.h +26 五月 2020 | 00:52:34,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989MethodDeclarations.h +26 五月 2020 | 00:52:34,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114.h +26 五月 2020 | 00:52:34,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754.h +26 五月 2020 | 00:52:34,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214.h +26 五月 2020 | 00:52:34,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114MethodDeclarations.h +26 五月 2020 | 00:52:34,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754MethodDeclarations.h +26 五月 2020 | 00:52:34,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1232714214MethodDeclarations.h +26 五月 2020 | 00:52:34,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843.h +26 五月 2020 | 00:52:34,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473.h +26 五月 2020 | 00:52:34,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566.h +26 五月 2020 | 00:52:34,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843MethodDeclarations.h +26 五月 2020 | 00:52:34,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1263084566MethodDeclarations.h +26 五月 2020 | 00:52:34,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473MethodDeclarations.h +26 五月 2020 | 00:52:34,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717.h +26 五月 2020 | 00:52:34,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274.h +26 五月 2020 | 00:52:34,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092.h +26 五月 2020 | 00:52:34,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1506869274MethodDeclarations.h +26 五月 2020 | 00:52:34,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717MethodDeclarations.h +26 五月 2020 | 00:52:34,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092MethodDeclarations.h +26 五月 2020 | 00:52:34,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704.h +26 五月 2020 | 00:52:34,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238.h +26 五月 2020 | 00:52:34,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042.h +26 五月 2020 | 00:52:34,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar1716087704MethodDeclarations.h +26 五月 2020 | 00:52:34,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238MethodDeclarations.h +26 五月 2020 | 00:52:34,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042MethodDeclarations.h +26 五月 2020 | 00:52:34,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220.h +26 五月 2020 | 00:52:34,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932.h +26 五月 2020 | 00:52:34,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868.h +26 五月 2020 | 00:52:34,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2003894220MethodDeclarations.h +26 五月 2020 | 00:52:34,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932MethodDeclarations.h +26 五月 2020 | 00:52:34,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868MethodDeclarations.h +26 五月 2020 | 00:52:34,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609.h +26 五月 2020 | 00:52:34,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567.h +26 五月 2020 | 00:52:34,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774.h +26 五月 2020 | 00:52:34,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2028116609MethodDeclarations.h +26 五月 2020 | 00:52:34,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567MethodDeclarations.h +26 五月 2020 | 00:52:34,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774MethodDeclarations.h +26 五月 2020 | 00:52:34,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819.h +26 五月 2020 | 00:52:34,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345.h +26 五月 2020 | 00:52:34,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051.h +26 五月 2020 | 00:52:34,637 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2241180819MethodDeclarations.h +26 五月 2020 | 00:52:34,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345MethodDeclarations.h +26 五月 2020 | 00:52:34,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051MethodDeclarations.h +26 五月 2020 | 00:52:34,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346.h +26 五月 2020 | 00:52:34,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897.h +26 五月 2020 | 00:52:34,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020.h +26 五月 2020 | 00:52:34,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346MethodDeclarations.h +26 五月 2020 | 00:52:34,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2255390897MethodDeclarations.h +26 五月 2020 | 00:52:34,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020MethodDeclarations.h +26 五月 2020 | 00:52:34,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719.h +26 五月 2020 | 00:52:34,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707.h +26 五月 2020 | 00:52:34,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420.h +26 五月 2020 | 00:52:34,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719MethodDeclarations.h +26 五月 2020 | 00:52:34,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2256739707MethodDeclarations.h +26 五月 2020 | 00:52:34,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420MethodDeclarations.h +26 五月 2020 | 00:52:34,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203.h +26 五月 2020 | 00:52:34,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196.h +26 五月 2020 | 00:52:34,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830.h +26 五月 2020 | 00:52:34,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203MethodDeclarations.h +26 五月 2020 | 00:52:34,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196MethodDeclarations.h +26 五月 2020 | 00:52:34,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2315135830MethodDeclarations.h +26 五月 2020 | 00:52:34,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292.h +26 五月 2020 | 00:52:34,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989.h +26 五月 2020 | 00:52:34,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858.h +26 五月 2020 | 00:52:34,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292MethodDeclarations.h +26 五月 2020 | 00:52:34,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2399209989MethodDeclarations.h +26 五月 2020 | 00:52:34,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858MethodDeclarations.h +26 五月 2020 | 00:52:34,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814.h +26 五月 2020 | 00:52:34,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620.h +26 五月 2020 | 00:52:34,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720.h +26 五月 2020 | 00:52:34,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814MethodDeclarations.h +26 五月 2020 | 00:52:34,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2479386620MethodDeclarations.h +26 五月 2020 | 00:52:34,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720MethodDeclarations.h +26 五月 2020 | 00:52:34,654 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679.h +26 五月 2020 | 00:52:34,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203.h +26 五月 2020 | 00:52:34,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963.h +26 五月 2020 | 00:52:34,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2496447679MethodDeclarations.h +26 五月 2020 | 00:52:34,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203MethodDeclarations.h +26 五月 2020 | 00:52:34,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963MethodDeclarations.h +26 五月 2020 | 00:52:34,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850.h +26 五月 2020 | 00:52:34,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146.h +26 五月 2020 | 00:52:34,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198.h +26 五月 2020 | 00:52:34,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850MethodDeclarations.h +26 五月 2020 | 00:52:34,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2531008198MethodDeclarations.h +26 五月 2020 | 00:52:34,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851.h +26 五月 2020 | 00:52:34,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975.h +26 五月 2020 | 00:52:34,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146MethodDeclarations.h +26 五月 2020 | 00:52:34,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851MethodDeclarations.h +26 五月 2020 | 00:52:34,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379.h +26 五月 2020 | 00:52:34,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2805514975MethodDeclarations.h +26 五月 2020 | 00:52:34,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852.h +26 五月 2020 | 00:52:34,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379MethodDeclarations.h +26 五月 2020 | 00:52:34,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110.h +26 五月 2020 | 00:52:34,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852MethodDeclarations.h +26 五月 2020 | 00:52:34,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953.h +26 五月 2020 | 00:52:34,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2962760110MethodDeclarations.h +26 五月 2020 | 00:52:34,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224.h +26 五月 2020 | 00:52:34,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953MethodDeclarations.h +26 五月 2020 | 00:52:34,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067.h +26 五月 2020 | 00:52:34,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224MethodDeclarations.h +26 五月 2020 | 00:52:34,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152.h +26 五月 2020 | 00:52:34,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152MethodDeclarations.h +26 五月 2020 | 00:52:34,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404.h +26 五月 2020 | 00:52:34,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404MethodDeclarations.h +26 五月 2020 | 00:52:34,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723.h +26 五月 2020 | 00:52:34,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar2984919067MethodDeclarations.h +26 五月 2020 | 00:52:34,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085.h +26 五月 2020 | 00:52:34,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723MethodDeclarations.h +26 五月 2020 | 00:52:34,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085MethodDeclarations.h +26 五月 2020 | 00:52:34,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545.h +26 五月 2020 | 00:52:34,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413.h +26 五月 2020 | 00:52:34,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545MethodDeclarations.h +26 五月 2020 | 00:52:34,682 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413MethodDeclarations.h +26 五月 2020 | 00:52:34,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075.h +26 五月 2020 | 00:52:34,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224.h +26 五月 2020 | 00:52:34,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160.h +26 五月 2020 | 00:52:34,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3120128075MethodDeclarations.h +26 五月 2020 | 00:52:34,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224MethodDeclarations.h +26 五月 2020 | 00:52:34,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160MethodDeclarations.h +26 五月 2020 | 00:52:34,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932.h +26 五月 2020 | 00:52:34,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316.h +26 五月 2020 | 00:52:34,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185.h +26 五月 2020 | 00:52:34,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316MethodDeclarations.h +26 五月 2020 | 00:52:34,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3167896932MethodDeclarations.h +26 五月 2020 | 00:52:34,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185MethodDeclarations.h +26 五月 2020 | 00:52:34,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514.h +26 五月 2020 | 00:52:34,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664.h +26 五月 2020 | 00:52:34,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3500611664MethodDeclarations.h +26 五月 2020 | 00:52:34,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236.h +26 五月 2020 | 00:52:34,694 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453.h +26 五月 2020 | 00:52:34,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3561808236MethodDeclarations.h +26 五月 2020 | 00:52:34,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453MethodDeclarations.h +26 五月 2020 | 00:52:34,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236.h +26 五月 2020 | 00:52:34,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3642322236MethodDeclarations.h +26 五月 2020 | 00:52:34,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609.h +26 五月 2020 | 00:52:34,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3693807609MethodDeclarations.h +26 五月 2020 | 00:52:34,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469.h +26 五月 2020 | 00:52:34,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469MethodDeclarations.h +26 五月 2020 | 00:52:34,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093.h +26 五月 2020 | 00:52:34,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3698440093MethodDeclarations.h +26 五月 2020 | 00:52:34,703 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706.h +26 五月 2020 | 00:52:34,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085.h +26 五月 2020 | 00:52:34,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514MethodDeclarations.h +26 五月 2020 | 00:52:34,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706MethodDeclarations.h +26 五月 2020 | 00:52:34,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3743120085MethodDeclarations.h +26 五月 2020 | 00:52:34,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409.h +26 五月 2020 | 00:52:34,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182.h +26 五月 2020 | 00:52:34,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248.h +26 五月 2020 | 00:52:34,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409MethodDeclarations.h +26 五月 2020 | 00:52:34,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3771612182MethodDeclarations.h +26 五月 2020 | 00:52:34,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604.h +26 五月 2020 | 00:52:34,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634.h +26 五月 2020 | 00:52:34,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248MethodDeclarations.h +26 五月 2020 | 00:52:34,712 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3777680604MethodDeclarations.h +26 五月 2020 | 00:52:34,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634MethodDeclarations.h +26 五月 2020 | 00:52:34,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740.h +26 五月 2020 | 00:52:34,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097.h +26 五月 2020 | 00:52:34,714 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833.h +26 五月 2020 | 00:52:34,715 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637740MethodDeclarations.h +26 五月 2020 | 00:52:34,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097MethodDeclarations.h +26 五月 2020 | 00:52:34,715 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833MethodDeclarations.h +26 五月 2020 | 00:52:34,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741.h +26 五月 2020 | 00:52:34,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511.h +26 五月 2020 | 00:52:34,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637741MethodDeclarations.h +26 五月 2020 | 00:52:34,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511MethodDeclarations.h +26 五月 2020 | 00:52:34,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799.h +26 五月 2020 | 00:52:34,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742.h +26 五月 2020 | 00:52:34,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960.h +26 五月 2020 | 00:52:34,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799MethodDeclarations.h +26 五月 2020 | 00:52:34,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3865637742MethodDeclarations.h +26 五月 2020 | 00:52:34,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960MethodDeclarations.h +26 五月 2020 | 00:52:34,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584.h +26 五月 2020 | 00:52:34,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114.h +26 五月 2020 | 00:52:34,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129.h +26 五月 2020 | 00:52:34,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584MethodDeclarations.h +26 五月 2020 | 00:52:34,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar3916567114MethodDeclarations.h +26 五月 2020 | 00:52:34,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129MethodDeclarations.h +26 五月 2020 | 00:52:34,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975.h +26 五月 2020 | 00:52:34,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363.h +26 五月 2020 | 00:52:34,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4037076975MethodDeclarations.h +26 五月 2020 | 00:52:34,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363MethodDeclarations.h +26 五月 2020 | 00:52:34,727 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381.h +26 五月 2020 | 00:52:34,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202.h +26 五月 2020 | 00:52:34,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4052187381MethodDeclarations.h +26 五月 2020 | 00:52:34,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202MethodDeclarations.h +26 五月 2020 | 00:52:34,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770.h +26 五月 2020 | 00:52:34,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851.h +26 五月 2020 | 00:52:34,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4125990770MethodDeclarations.h +26 五月 2020 | 00:52:34,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068.h +26 五月 2020 | 00:52:34,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851MethodDeclarations.h +26 五月 2020 | 00:52:34,732 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989.h +26 五月 2020 | 00:52:34,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068MethodDeclarations.h +26 五月 2020 | 00:52:34,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923.h +26 五月 2020 | 00:52:34,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4139501989MethodDeclarations.h +26 五月 2020 | 00:52:34,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157.h +26 五月 2020 | 00:52:34,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923MethodDeclarations.h +26 五月 2020 | 00:52:34,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157MethodDeclarations.h +26 五月 2020 | 00:52:34,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886.h +26 五月 2020 | 00:52:34,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754.h +26 五月 2020 | 00:52:34,738 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886MethodDeclarations.h +26 五月 2020 | 00:52:34,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729.h +26 五月 2020 | 00:52:34,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4155531754MethodDeclarations.h +26 五月 2020 | 00:52:34,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979.h +26 五月 2020 | 00:52:34,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473.h +26 五月 2020 | 00:52:34,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729MethodDeclarations.h +26 五月 2020 | 00:52:34,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979MethodDeclarations.h +26 五月 2020 | 00:52:34,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431.h +26 五月 2020 | 00:52:34,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094.h +26 五月 2020 | 00:52:34,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4231591473MethodDeclarations.h +26 五月 2020 | 00:52:34,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431MethodDeclarations.h +26 五月 2020 | 00:52:34,745 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094MethodDeclarations.h +26 五月 2020 | 00:52:34,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092.h +26 五月 2020 | 00:52:34,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085.h +26 五月 2020 | 00:52:34,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448.h +26 五月 2020 | 00:52:34,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompar4267144092MethodDeclarations.h +26 五月 2020 | 00:52:34,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448MethodDeclarations.h +26 五月 2020 | 00:52:34,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042.h +26 五月 2020 | 00:52:34,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223.h +26 五月 2020 | 00:52:34,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare119602042MethodDeclarations.h +26 五月 2020 | 00:52:34,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223MethodDeclarations.h +26 五月 2020 | 00:52:34,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085MethodDeclarations.h +26 五月 2020 | 00:52:34,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868.h +26 五月 2020 | 00:52:34,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379.h +26 五月 2020 | 00:52:34,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474.h +26 五月 2020 | 00:52:34,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare260196868MethodDeclarations.h +26 五月 2020 | 00:52:34,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379MethodDeclarations.h +26 五月 2020 | 00:52:34,755 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474MethodDeclarations.h +26 五月 2020 | 00:52:34,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774.h +26 五月 2020 | 00:52:34,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533.h +26 五月 2020 | 00:52:34,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572.h +26 五月 2020 | 00:52:34,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare452316774MethodDeclarations.h +26 五月 2020 | 00:52:34,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533MethodDeclarations.h +26 五月 2020 | 00:52:34,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051.h +26 五月 2020 | 00:52:34,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572MethodDeclarations.h +26 五月 2020 | 00:52:34,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362.h +26 五月 2020 | 00:52:34,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare586614051MethodDeclarations.h +26 五月 2020 | 00:52:34,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854.h +26 五月 2020 | 00:52:34,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346.h +26 五月 2020 | 00:52:34,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362MethodDeclarations.h +26 五月 2020 | 00:52:34,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare594027346MethodDeclarations.h +26 五月 2020 | 00:52:34,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854MethodDeclarations.h +26 五月 2020 | 00:52:34,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567.h +26 五月 2020 | 00:52:34,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719.h +26 五月 2020 | 00:52:34,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101.h +26 五月 2020 | 00:52:34,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567MethodDeclarations.h +26 五月 2020 | 00:52:34,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare645512719MethodDeclarations.h +26 五月 2020 | 00:52:34,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101MethodDeclarations.h +26 五月 2020 | 00:52:34,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487.h +26 五月 2020 | 00:52:34,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203.h +26 五月 2020 | 00:52:34,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469.h +26 五月 2020 | 00:52:34,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487MethodDeclarations.h +26 五月 2020 | 00:52:34,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare650145203MethodDeclarations.h +26 五月 2020 | 00:52:34,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469MethodDeclarations.h +26 五月 2020 | 00:52:34,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198.h +26 五月 2020 | 00:52:34,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292.h +26 五月 2020 | 00:52:34,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198MethodDeclarations.h +26 五月 2020 | 00:52:34,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare723317292MethodDeclarations.h +26 五月 2020 | 00:52:34,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577.h +26 五月 2020 | 00:52:34,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814.h +26 五月 2020 | 00:52:34,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577MethodDeclarations.h +26 五月 2020 | 00:52:34,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare757221814MethodDeclarations.h +26 五月 2020 | 00:52:34,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238.h +26 五月 2020 | 00:52:34,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203.h +26 五月 2020 | 00:52:34,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238MethodDeclarations.h +26 五月 2020 | 00:52:34,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare781444203MethodDeclarations.h +26 五月 2020 | 00:52:34,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005.h +26 五月 2020 | 00:52:34,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850.h +26 五月 2020 | 00:52:34,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005MethodDeclarations.h +26 五月 2020 | 00:52:34,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342850MethodDeclarations.h +26 五月 2020 | 00:52:34,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007.h +26 五月 2020 | 00:52:34,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851.h +26 五月 2020 | 00:52:34,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342851MethodDeclarations.h +26 五月 2020 | 00:52:34,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852.h +26 五月 2020 | 00:52:34,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare817342852MethodDeclarations.h +26 五月 2020 | 00:52:34,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224.h +26 五月 2020 | 00:52:34,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare868272224MethodDeclarations.h +26 五月 2020 | 00:52:34,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085.h +26 五月 2020 | 00:52:34,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare988782085MethodDeclarations.h +26 五月 2020 | 00:52:34,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413.h +26 五月 2020 | 00:52:34,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007MethodDeclarations.h +26 五月 2020 | 00:52:34,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805.h +26 五月 2020 | 00:52:34,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityCompare994508413MethodDeclarations.h +26 五月 2020 | 00:52:34,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805MethodDeclarations.h +26 五月 2020 | 00:52:34,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160.h +26 五月 2020 | 00:52:34,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873.h +26 五月 2020 | 00:52:34,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer16412160MethodDeclarations.h +26 五月 2020 | 00:52:34,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873MethodDeclarations.h +26 五月 2020 | 00:52:34,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185.h +26 五月 2020 | 00:52:34,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_EqualityComparer71833185MethodDeclarations.h +26 五月 2020 | 00:52:34,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042.h +26 五月 2020 | 00:52:34,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148.h +26 五月 2020 | 00:52:34,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453.h +26 五月 2020 | 00:52:34,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042MethodDeclarations.h +26 五月 2020 | 00:52:34,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148MethodDeclarations.h +26 五月 2020 | 00:52:34,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare1168234453MethodDeclarations.h +26 五月 2020 | 00:52:34,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419.h +26 五月 2020 | 00:52:34,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419MethodDeclarations.h +26 五月 2020 | 00:52:34,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009.h +26 五月 2020 | 00:52:34,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469.h +26 五月 2020 | 00:52:34,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282.h +26 五月 2020 | 00:52:34,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare2726148469MethodDeclarations.h +26 五月 2020 | 00:52:34,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009MethodDeclarations.h +26 五月 2020 | 00:52:34,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849.h +26 五月 2020 | 00:52:34,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706.h +26 五月 2020 | 00:52:34,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282MethodDeclarations.h +26 五月 2020 | 00:52:34,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849MethodDeclarations.h +26 五月 2020 | 00:52:34,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051.h +26 五月 2020 | 00:52:34,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare3395931706MethodDeclarations.h +26 五月 2020 | 00:52:34,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068.h +26 五月 2020 | 00:52:34,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051MethodDeclarations.h +26 五月 2020 | 00:52:34,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248.h +26 五月 2020 | 00:52:34,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068MethodDeclarations.h +26 五月 2020 | 00:52:34,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023.h +26 五月 2020 | 00:52:34,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573.h +26 五月 2020 | 00:52:34,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericCompare4104820248MethodDeclarations.h +26 五月 2020 | 00:52:34,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023MethodDeclarations.h +26 五月 2020 | 00:52:34,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573MethodDeclarations.h +26 五月 2020 | 00:52:34,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835.h +26 五月 2020 | 00:52:34,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097.h +26 五月 2020 | 00:52:34,924 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535.h +26 五月 2020 | 00:52:34,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835MethodDeclarations.h +26 五月 2020 | 00:52:34,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer271577097MethodDeclarations.h +26 五月 2020 | 00:52:34,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535MethodDeclarations.h +26 五月 2020 | 00:52:34,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538.h +26 五月 2020 | 00:52:34,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799.h +26 五月 2020 | 00:52:34,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469.h +26 五月 2020 | 00:52:34,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538MethodDeclarations.h +26 五月 2020 | 00:52:34,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericComparer427424799MethodDeclarations.h +26 五月 2020 | 00:52:34,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469MethodDeclarations.h +26 五月 2020 | 00:52:34,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554.h +26 五月 2020 | 00:52:34,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584.h +26 五月 2020 | 00:52:34,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212.h +26 五月 2020 | 00:52:34,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1055759584MethodDeclarations.h +26 五月 2020 | 00:52:34,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212MethodDeclarations.h +26 五月 2020 | 00:52:34,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554MethodDeclarations.h +26 五月 2020 | 00:52:34,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645.h +26 五月 2020 | 00:52:34,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645MethodDeclarations.h +26 五月 2020 | 00:52:34,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478.h +26 五月 2020 | 00:52:34,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919.h +26 五月 2020 | 00:52:34,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478MethodDeclarations.h +26 五月 2020 | 00:52:34,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919MethodDeclarations.h +26 五月 2020 | 00:52:34,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673.h +26 五月 2020 | 00:52:34,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068.h +26 五月 2020 | 00:52:34,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238.h +26 五月 2020 | 00:52:34,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1060392068MethodDeclarations.h +26 五月 2020 | 00:52:34,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238MethodDeclarations.h +26 五月 2020 | 00:52:34,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673MethodDeclarations.h +26 五月 2020 | 00:52:34,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157.h +26 五月 2020 | 00:52:34,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669.h +26 五月 2020 | 00:52:34,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742.h +26 五月 2020 | 00:52:34,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1133564157MethodDeclarations.h +26 五月 2020 | 00:52:34,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669MethodDeclarations.h +26 五月 2020 | 00:52:34,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742MethodDeclarations.h +26 五月 2020 | 00:52:34,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729.h +26 五月 2020 | 00:52:34,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646.h +26 五月 2020 | 00:52:34,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1517483729MethodDeclarations.h +26 五月 2020 | 00:52:34,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646MethodDeclarations.h +26 五月 2020 | 00:52:34,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431.h +26 五月 2020 | 00:52:34,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182.h +26 五月 2020 | 00:52:34,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit1673331431MethodDeclarations.h +26 五月 2020 | 00:52:34,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182MethodDeclarations.h +26 五月 2020 | 00:52:34,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085.h +26 五月 2020 | 00:52:34,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385.h +26 五月 2020 | 00:52:34,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2414141085MethodDeclarations.h +26 五月 2020 | 00:52:34,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385MethodDeclarations.h +26 五月 2020 | 00:52:34,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386.h +26 五月 2020 | 00:52:34,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474.h +26 五月 2020 | 00:52:34,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386MethodDeclarations.h +26 五月 2020 | 00:52:34,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2438363474MethodDeclarations.h +26 五月 2020 | 00:52:34,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387.h +26 五月 2020 | 00:52:34,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572.h +26 五月 2020 | 00:52:34,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387MethodDeclarations.h +26 五月 2020 | 00:52:34,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2666986572MethodDeclarations.h +26 五月 2020 | 00:52:34,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620.h +26 五月 2020 | 00:52:34,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854.h +26 五月 2020 | 00:52:34,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620MethodDeclarations.h +26 五月 2020 | 00:52:34,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit2809456854MethodDeclarations.h +26 五月 2020 | 00:52:34,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634.h +26 五月 2020 | 00:52:34,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101.h +26 五月 2020 | 00:52:34,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634MethodDeclarations.h +26 五月 2020 | 00:52:34,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit3972055101MethodDeclarations.h +26 五月 2020 | 00:52:34,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450.h +26 五月 2020 | 00:52:34,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469.h +26 五月 2020 | 00:52:34,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450MethodDeclarations.h +26 五月 2020 | 00:52:34,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEqualit4187927469MethodDeclarations.h +26 五月 2020 | 00:52:34,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101.h +26 五月 2020 | 00:52:34,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101MethodDeclarations.h +26 五月 2020 | 00:52:34,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042.h +26 五月 2020 | 00:52:34,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114.h +26 五月 2020 | 00:52:34,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535.h +26 五月 2020 | 00:52:34,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_GenericEquality346871042MethodDeclarations.h +26 五月 2020 | 00:52:34,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114MethodDeclarations.h +26 五月 2020 | 00:52:34,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843.h +26 五月 2020 | 00:52:34,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535MethodDeclarations.h +26 五月 2020 | 00:52:34,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843MethodDeclarations.h +26 五月 2020 | 00:52:35,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787.h +26 五月 2020 | 00:52:35,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717.h +26 五月 2020 | 00:52:35,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787MethodDeclarations.h +26 五月 2020 | 00:52:35,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231.h +26 五月 2020 | 00:52:35,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717MethodDeclarations.h +26 五月 2020 | 00:52:35,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231MethodDeclarations.h +26 五月 2020 | 00:52:35,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238.h +26 五月 2020 | 00:52:35,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809.h +26 五月 2020 | 00:52:35,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238MethodDeclarations.h +26 五月 2020 | 00:52:35,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932.h +26 五月 2020 | 00:52:35,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809MethodDeclarations.h +26 五月 2020 | 00:52:35,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932MethodDeclarations.h +26 五月 2020 | 00:52:35,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076.h +26 五月 2020 | 00:52:35,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076MethodDeclarations.h +26 五月 2020 | 00:52:35,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567.h +26 五月 2020 | 00:52:35,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567MethodDeclarations.h +26 五月 2020 | 00:52:35,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447.h +26 五月 2020 | 00:52:35,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345.h +26 五月 2020 | 00:52:35,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447MethodDeclarations.h +26 五月 2020 | 00:52:35,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345MethodDeclarations.h +26 五月 2020 | 00:52:35,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207.h +26 五月 2020 | 00:52:35,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207MethodDeclarations.h +26 五月 2020 | 00:52:35,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020.h +26 五月 2020 | 00:52:35,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125.h +26 五月 2020 | 00:52:35,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125MethodDeclarations.h +26 五月 2020 | 00:52:35,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020MethodDeclarations.h +26 五月 2020 | 00:52:35,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720.h +26 五月 2020 | 00:52:35,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420.h +26 五月 2020 | 00:52:35,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720MethodDeclarations.h +26 五月 2020 | 00:52:35,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420MethodDeclarations.h +26 五月 2020 | 00:52:35,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143.h +26 五月 2020 | 00:52:35,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196.h +26 五月 2020 | 00:52:35,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143MethodDeclarations.h +26 五月 2020 | 00:52:35,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196MethodDeclarations.h +26 五月 2020 | 00:52:35,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519.h +26 五月 2020 | 00:52:35,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009.h +26 五月 2020 | 00:52:35,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858.h +26 五月 2020 | 00:52:35,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519MethodDeclarations.h +26 五月 2020 | 00:52:35,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyNotFoundExc1722175009MethodDeclarations.h +26 五月 2020 | 00:52:35,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819.h +26 五月 2020 | 00:52:35,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858MethodDeclarations.h +26 五月 2020 | 00:52:35,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849.h +26 五月 2020 | 00:52:35,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819MethodDeclarations.h +26 五月 2020 | 00:52:35,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720.h +26 五月 2020 | 00:52:35,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21070465849MethodDeclarations.h +26 五月 2020 | 00:52:35,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144.h +26 五月 2020 | 00:52:35,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720MethodDeclarations.h +26 五月 2020 | 00:52:35,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068.h +26 五月 2020 | 00:52:35,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144MethodDeclarations.h +26 五月 2020 | 00:52:35,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963.h +26 五月 2020 | 00:52:35,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21174980068MethodDeclarations.h +26 五月 2020 | 00:52:35,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867.h +26 五月 2020 | 00:52:35,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963MethodDeclarations.h +26 五月 2020 | 00:52:35,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573.h +26 五月 2020 | 00:52:35,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867MethodDeclarations.h +26 五月 2020 | 00:52:35,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146.h +26 五月 2020 | 00:52:35,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21196844573MethodDeclarations.h +26 五月 2020 | 00:52:35,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354.h +26 五月 2020 | 00:52:35,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535.h +26 五月 2020 | 00:52:35,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354MethodDeclarations.h +26 五月 2020 | 00:52:35,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21273333535MethodDeclarations.h +26 五月 2020 | 00:52:35,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432.h +26 五月 2020 | 00:52:35,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469.h +26 五月 2020 | 00:52:35,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21357424469MethodDeclarations.h +26 五月 2020 | 00:52:35,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212.h +26 五月 2020 | 00:52:35,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432MethodDeclarations.h +26 五月 2020 | 00:52:35,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21379988212MethodDeclarations.h +26 五月 2020 | 00:52:35,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242.h +26 五月 2020 | 00:52:35,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242MethodDeclarations.h +26 五月 2020 | 00:52:35,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275.h +26 五月 2020 | 00:52:35,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275MethodDeclarations.h +26 五月 2020 | 00:52:35,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274.h +26 五月 2020 | 00:52:35,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274MethodDeclarations.h +26 五月 2020 | 00:52:35,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277.h +26 五月 2020 | 00:52:35,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277MethodDeclarations.h +26 五月 2020 | 00:52:35,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435.h +26 五月 2020 | 00:52:35,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435MethodDeclarations.h +26 五月 2020 | 00:52:35,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146MethodDeclarations.h +26 五月 2020 | 00:52:35,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919.h +26 五月 2020 | 00:52:35,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189.h +26 五月 2020 | 00:52:35,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379.h +26 五月 2020 | 00:52:35,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189MethodDeclarations.h +26 五月 2020 | 00:52:35,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155.h +26 五月 2020 | 00:52:35,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21436312919MethodDeclarations.h +26 五月 2020 | 00:52:35,663 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238.h +26 五月 2020 | 00:52:35,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155MethodDeclarations.h +26 五月 2020 | 00:52:35,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21472033238MethodDeclarations.h +26 五月 2020 | 00:52:35,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720.h +26 五月 2020 | 00:52:35,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669.h +26 五月 2020 | 00:52:35,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21546701669MethodDeclarations.h +26 五月 2020 | 00:52:35,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114.h +26 五月 2020 | 00:52:35,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21604683114MethodDeclarations.h +26 五月 2020 | 00:52:35,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843.h +26 五月 2020 | 00:52:35,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379MethodDeclarations.h +26 五月 2020 | 00:52:35,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720MethodDeclarations.h +26 五月 2020 | 00:52:35,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953.h +26 五月 2020 | 00:52:35,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991.h +26 五月 2020 | 00:52:35,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953MethodDeclarations.h +26 五月 2020 | 00:52:35,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991MethodDeclarations.h +26 五月 2020 | 00:52:35,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152.h +26 五月 2020 | 00:52:35,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152MethodDeclarations.h +26 五月 2020 | 00:52:35,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404.h +26 五月 2020 | 00:52:35,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404MethodDeclarations.h +26 五月 2020 | 00:52:35,717 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723.h +26 五月 2020 | 00:52:35,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723MethodDeclarations.h +26 五月 2020 | 00:52:35,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545.h +26 五月 2020 | 00:52:35,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545MethodDeclarations.h +26 五月 2020 | 00:52:35,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224.h +26 五月 2020 | 00:52:35,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224MethodDeclarations.h +26 五月 2020 | 00:52:35,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316.h +26 五月 2020 | 00:52:35,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316MethodDeclarations.h +26 五月 2020 | 00:52:35,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514.h +26 五月 2020 | 00:52:35,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514MethodDeclarations.h +26 五月 2020 | 00:52:35,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409.h +26 五月 2020 | 00:52:35,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409MethodDeclarations.h +26 五月 2020 | 00:52:35,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634.h +26 五月 2020 | 00:52:35,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634MethodDeclarations.h +26 五月 2020 | 00:52:35,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833.h +26 五月 2020 | 00:52:35,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833MethodDeclarations.h +26 五月 2020 | 00:52:35,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511.h +26 五月 2020 | 00:52:35,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21694343843MethodDeclarations.h +26 五月 2020 | 00:52:35,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717.h +26 五月 2020 | 00:52:35,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21701344717MethodDeclarations.h +26 五月 2020 | 00:52:35,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511MethodDeclarations.h +26 五月 2020 | 00:52:35,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425.h +26 五月 2020 | 00:52:35,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238.h +26 五月 2020 | 00:52:35,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960.h +26 五月 2020 | 00:52:35,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425MethodDeclarations.h +26 五月 2020 | 00:52:35,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21727103238MethodDeclarations.h +26 五月 2020 | 00:52:35,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960MethodDeclarations.h +26 五月 2020 | 00:52:35,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701.h +26 五月 2020 | 00:52:35,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932.h +26 五月 2020 | 00:52:35,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129.h +26 五月 2020 | 00:52:35,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701MethodDeclarations.h +26 五月 2020 | 00:52:35,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21744001932MethodDeclarations.h +26 五月 2020 | 00:52:35,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129MethodDeclarations.h +26 五月 2020 | 00:52:35,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668.h +26 五月 2020 | 00:52:35,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567.h +26 五月 2020 | 00:52:35,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363.h +26 五月 2020 | 00:52:35,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668MethodDeclarations.h +26 五月 2020 | 00:52:35,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21766580567MethodDeclarations.h +26 五月 2020 | 00:52:35,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196.h +26 五月 2020 | 00:52:35,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363MethodDeclarations.h +26 五月 2020 | 00:52:35,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345.h +26 五月 2020 | 00:52:35,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202.h +26 五月 2020 | 00:52:35,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21823436345MethodDeclarations.h +26 五月 2020 | 00:52:35,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202MethodDeclarations.h +26 五月 2020 | 00:52:35,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851.h +26 五月 2020 | 00:52:35,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851MethodDeclarations.h +26 五月 2020 | 00:52:35,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196MethodDeclarations.h +26 五月 2020 | 00:52:35,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923.h +26 五月 2020 | 00:52:35,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421.h +26 五月 2020 | 00:52:35,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923MethodDeclarations.h +26 五月 2020 | 00:52:35,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421MethodDeclarations.h +26 五月 2020 | 00:52:35,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886.h +26 五月 2020 | 00:52:35,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765.h +26 五月 2020 | 00:52:35,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886MethodDeclarations.h +26 五月 2020 | 00:52:35,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765MethodDeclarations.h +26 五月 2020 | 00:52:35,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979.h +26 五月 2020 | 00:52:35,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020.h +26 五月 2020 | 00:52:35,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645.h +26 五月 2020 | 00:52:35,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979MethodDeclarations.h +26 五月 2020 | 00:52:35,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21834343020MethodDeclarations.h +26 五月 2020 | 00:52:35,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645MethodDeclarations.h +26 五月 2020 | 00:52:35,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094.h +26 五月 2020 | 00:52:35,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420.h +26 五月 2020 | 00:52:35,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936.h +26 五月 2020 | 00:52:35,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094MethodDeclarations.h +26 五月 2020 | 00:52:35,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_21898065420MethodDeclarations.h +26 五月 2020 | 00:52:35,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936MethodDeclarations.h +26 五月 2020 | 00:52:35,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448.h +26 五月 2020 | 00:52:35,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196.h +26 五月 2020 | 00:52:35,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989.h +26 五月 2020 | 00:52:35,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448MethodDeclarations.h +26 五月 2020 | 00:52:35,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22036892196MethodDeclarations.h +26 五月 2020 | 00:52:35,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989MethodDeclarations.h +26 五月 2020 | 00:52:35,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223.h +26 五月 2020 | 00:52:35,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029.h +26 五月 2020 | 00:52:35,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223MethodDeclarations.h +26 五月 2020 | 00:52:35,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029MethodDeclarations.h +26 五月 2020 | 00:52:35,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379.h +26 五月 2020 | 00:52:35,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667.h +26 五月 2020 | 00:52:35,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667MethodDeclarations.h +26 五月 2020 | 00:52:35,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858.h +26 五月 2020 | 00:52:35,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379MethodDeclarations.h +26 五月 2020 | 00:52:35,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22088824858MethodDeclarations.h +26 五月 2020 | 00:52:35,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386.h +26 五月 2020 | 00:52:35,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533.h +26 五月 2020 | 00:52:35,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386MethodDeclarations.h +26 五月 2020 | 00:52:35,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720.h +26 五月 2020 | 00:52:35,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533MethodDeclarations.h +26 五月 2020 | 00:52:35,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22137543720MethodDeclarations.h +26 五月 2020 | 00:52:35,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362.h +26 五月 2020 | 00:52:35,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963.h +26 五月 2020 | 00:52:35,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362MethodDeclarations.h +26 五月 2020 | 00:52:35,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22154015963MethodDeclarations.h +26 五月 2020 | 00:52:35,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567.h +26 五月 2020 | 00:52:35,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567MethodDeclarations.h +26 五月 2020 | 00:52:35,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146.h +26 五月 2020 | 00:52:35,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22292464146MethodDeclarations.h +26 五月 2020 | 00:52:35,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188.h +26 五月 2020 | 00:52:35,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379.h +26 五月 2020 | 00:52:35,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188MethodDeclarations.h +26 五月 2020 | 00:52:35,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22363941379MethodDeclarations.h +26 五月 2020 | 00:52:35,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031.h +26 五月 2020 | 00:52:35,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953.h +26 五月 2020 | 00:52:35,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031MethodDeclarations.h +26 五月 2020 | 00:52:35,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22371791953MethodDeclarations.h +26 五月 2020 | 00:52:35,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999.h +26 五月 2020 | 00:52:35,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152.h +26 五月 2020 | 00:52:35,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999MethodDeclarations.h +26 五月 2020 | 00:52:35,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22388222152MethodDeclarations.h +26 五月 2020 | 00:52:35,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973.h +26 五月 2020 | 00:52:35,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404.h +26 五月 2020 | 00:52:35,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973MethodDeclarations.h +26 五月 2020 | 00:52:35,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22399066404MethodDeclarations.h +26 五月 2020 | 00:52:35,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723.h +26 五月 2020 | 00:52:35,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22438035723MethodDeclarations.h +26 五月 2020 | 00:52:35,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545.h +26 五月 2020 | 00:52:35,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22448124545MethodDeclarations.h +26 五月 2020 | 00:52:35,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224.h +26 五月 2020 | 00:52:35,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22589571224MethodDeclarations.h +26 五月 2020 | 00:52:35,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316.h +26 五月 2020 | 00:52:35,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22676074316MethodDeclarations.h +26 五月 2020 | 00:52:35,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514.h +26 五月 2020 | 00:52:36,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970.h +26 五月 2020 | 00:52:36,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487.h +26 五月 2020 | 00:52:36,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22689616514MethodDeclarations.h +26 五月 2020 | 00:52:36,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487MethodDeclarations.h +26 五月 2020 | 00:52:36,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970MethodDeclarations.h +26 五月 2020 | 00:52:36,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409.h +26 五月 2020 | 00:52:36,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198.h +26 五月 2020 | 00:52:36,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_22875985409MethodDeclarations.h +26 五月 2020 | 00:52:36,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423.h +26 五月 2020 | 00:52:36,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198MethodDeclarations.h +26 五月 2020 | 00:52:36,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634.h +26 五月 2020 | 00:52:36,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423MethodDeclarations.h +26 五月 2020 | 00:52:36,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577.h +26 五月 2020 | 00:52:36,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23135969634MethodDeclarations.h +26 五月 2020 | 00:52:36,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491.h +26 五月 2020 | 00:52:36,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833.h +26 五月 2020 | 00:52:36,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491MethodDeclarations.h +26 五月 2020 | 00:52:36,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23184293833MethodDeclarations.h +26 五月 2020 | 00:52:36,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511.h +26 五月 2020 | 00:52:36,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23213241511MethodDeclarations.h +26 五月 2020 | 00:52:36,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960.h +26 五月 2020 | 00:52:36,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23243712960MethodDeclarations.h +26 五月 2020 | 00:52:36,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129.h +26 五月 2020 | 00:52:36,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23261256129MethodDeclarations.h +26 五月 2020 | 00:52:36,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363.h +26 五月 2020 | 00:52:36,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23315927363MethodDeclarations.h +26 五月 2020 | 00:52:36,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202.h +26 五月 2020 | 00:52:36,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23497699202MethodDeclarations.h +26 五月 2020 | 00:52:36,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851.h +26 五月 2020 | 00:52:36,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23533270851MethodDeclarations.h +26 五月 2020 | 00:52:36,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923.h +26 五月 2020 | 00:52:36,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23571141923MethodDeclarations.h +26 五月 2020 | 00:52:36,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886.h +26 五月 2020 | 00:52:36,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23577367886MethodDeclarations.h +26 五月 2020 | 00:52:36,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979.h +26 五月 2020 | 00:52:36,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23616123979MethodDeclarations.h +26 五月 2020 | 00:52:36,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577MethodDeclarations.h +26 五月 2020 | 00:52:36,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094.h +26 五月 2020 | 00:52:36,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238.h +26 五月 2020 | 00:52:36,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23716250094MethodDeclarations.h +26 五月 2020 | 00:52:36,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238MethodDeclarations.h +26 五月 2020 | 00:52:36,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005.h +26 五月 2020 | 00:52:36,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448.h +26 五月 2020 | 00:52:36,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005MethodDeclarations.h +26 五月 2020 | 00:52:36,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23749587448MethodDeclarations.h +26 五月 2020 | 00:52:36,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766.h +26 五月 2020 | 00:52:36,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007.h +26 五月 2020 | 00:52:36,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223.h +26 五月 2020 | 00:52:36,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766MethodDeclarations.h +26 五月 2020 | 00:52:36,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007MethodDeclarations.h +26 五月 2020 | 00:52:36,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23754717223MethodDeclarations.h +26 五月 2020 | 00:52:36,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855.h +26 五月 2020 | 00:52:36,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379.h +26 五月 2020 | 00:52:36,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805.h +26 五月 2020 | 00:52:36,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855MethodDeclarations.h +26 五月 2020 | 00:52:36,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805MethodDeclarations.h +26 五月 2020 | 00:52:36,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23844120379MethodDeclarations.h +26 五月 2020 | 00:52:36,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873.h +26 五月 2020 | 00:52:36,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533.h +26 五月 2020 | 00:52:36,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873MethodDeclarations.h +26 五月 2020 | 00:52:36,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_23940026533MethodDeclarations.h +26 五月 2020 | 00:52:36,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148.h +26 五月 2020 | 00:52:36,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362.h +26 五月 2020 | 00:52:36,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24026491362MethodDeclarations.h +26 五月 2020 | 00:52:36,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148MethodDeclarations.h +26 五月 2020 | 00:52:36,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419.h +26 五月 2020 | 00:52:36,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567.h +26 五月 2020 | 00:52:36,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419MethodDeclarations.h +26 五月 2020 | 00:52:36,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24030022567MethodDeclarations.h +26 五月 2020 | 00:52:36,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246.h +26 五月 2020 | 00:52:36,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487.h +26 五月 2020 | 00:52:36,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282.h +26 五月 2020 | 00:52:36,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24119236487MethodDeclarations.h +26 五月 2020 | 00:52:36,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246MethodDeclarations.h +26 五月 2020 | 00:52:36,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198.h +26 五月 2020 | 00:52:36,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430.h +26 五月 2020 | 00:52:36,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24180919198MethodDeclarations.h +26 五月 2020 | 00:52:36,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430MethodDeclarations.h +26 五月 2020 | 00:52:36,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577.h +26 五月 2020 | 00:52:36,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681.h +26 五月 2020 | 00:52:36,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_24289586577MethodDeclarations.h +26 五月 2020 | 00:52:36,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681MethodDeclarations.h +26 五月 2020 | 00:52:36,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238.h +26 五月 2020 | 00:52:36,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620.h +26 五月 2020 | 00:52:36,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_118562238MethodDeclarations.h +26 五月 2020 | 00:52:36,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620MethodDeclarations.h +26 五月 2020 | 00:52:36,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005.h +26 五月 2020 | 00:52:36,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139.h +26 五月 2020 | 00:52:36,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_192819005MethodDeclarations.h +26 五月 2020 | 00:52:36,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139MethodDeclarations.h +26 五月 2020 | 00:52:36,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007.h +26 五月 2020 | 00:52:36,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755.h +26 五月 2020 | 00:52:36,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755MethodDeclarations.h +26 五月 2020 | 00:52:36,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_229016007MethodDeclarations.h +26 五月 2020 | 00:52:36,181 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282MethodDeclarations.h +26 五月 2020 | 00:52:36,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805.h +26 五月 2020 | 00:52:36,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799.h +26 五月 2020 | 00:52:36,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051.h +26 五月 2020 | 00:52:36,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_342408805MethodDeclarations.h +26 五月 2020 | 00:52:36,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799MethodDeclarations.h +26 五月 2020 | 00:52:36,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051MethodDeclarations.h +26 五月 2020 | 00:52:36,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873.h +26 五月 2020 | 00:52:36,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032.h +26 五月 2020 | 00:52:36,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023.h +26 五月 2020 | 00:52:36,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_349496873MethodDeclarations.h +26 五月 2020 | 00:52:36,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023MethodDeclarations.h +26 五月 2020 | 00:52:36,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835.h +26 五月 2020 | 00:52:36,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835MethodDeclarations.h +26 五月 2020 | 00:52:36,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538.h +26 五月 2020 | 00:52:36,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538MethodDeclarations.h +26 五月 2020 | 00:52:36,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554.h +26 五月 2020 | 00:52:36,244 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032MethodDeclarations.h +26 五月 2020 | 00:52:36,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148.h +26 五月 2020 | 00:52:36,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554MethodDeclarations.h +26 五月 2020 | 00:52:36,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720.h +26 五月 2020 | 00:52:36,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_381541148MethodDeclarations.h +26 五月 2020 | 00:52:36,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645.h +26 五月 2020 | 00:52:36,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419.h +26 五月 2020 | 00:52:36,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_518340419MethodDeclarations.h +26 五月 2020 | 00:52:36,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282.h +26 五月 2020 | 00:52:36,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_549474282MethodDeclarations.h +26 五月 2020 | 00:52:36,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645MethodDeclarations.h +26 五月 2020 | 00:52:36,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051.h +26 五月 2020 | 00:52:36,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478.h +26 五月 2020 | 00:52:36,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478MethodDeclarations.h +26 五月 2020 | 00:52:36,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_749530051MethodDeclarations.h +26 五月 2020 | 00:52:36,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673.h +26 五月 2020 | 00:52:36,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023.h +26 五月 2020 | 00:52:36,334 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673MethodDeclarations.h +26 五月 2020 | 00:52:36,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_778574023MethodDeclarations.h +26 五月 2020 | 00:52:36,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742.h +26 五月 2020 | 00:52:36,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835.h +26 五月 2020 | 00:52:36,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742MethodDeclarations.h +26 五月 2020 | 00:52:36,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_888819835MethodDeclarations.h +26 五月 2020 | 00:52:36,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646.h +26 五月 2020 | 00:52:36,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538.h +26 五月 2020 | 00:52:36,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646MethodDeclarations.h +26 五月 2020 | 00:52:36,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_951644538MethodDeclarations.h +26 五月 2020 | 00:52:36,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182.h +26 五月 2020 | 00:52:36,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720MethodDeclarations.h +26 五月 2020 | 00:52:36,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554.h +26 五月 2020 | 00:52:36,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182MethodDeclarations.h +26 五月 2020 | 00:52:36,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851.h +26 五月 2020 | 00:52:36,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g14182554MethodDeclarations.h +26 五月 2020 | 00:52:36,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851MethodDeclarations.h +26 五月 2020 | 00:52:36,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385.h +26 五月 2020 | 00:52:36,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645.h +26 五月 2020 | 00:52:36,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385MethodDeclarations.h +26 五月 2020 | 00:52:36,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916.h +26 五月 2020 | 00:52:36,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_KeyValuePair_2_g38854645MethodDeclarations.h +26 五月 2020 | 00:52:36,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386.h +26 五月 2020 | 00:52:36,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916MethodDeclarations.h +26 五月 2020 | 00:52:36,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478.h +26 五月 2020 | 00:52:36,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386MethodDeclarations.h +26 五月 2020 | 00:52:36,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017.h +26 五月 2020 | 00:52:36,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_Link2723257478MethodDeclarations.h +26 五月 2020 | 00:52:36,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387.h +26 五月 2020 | 00:52:36,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673.h +26 五月 2020 | 00:52:36,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387MethodDeclarations.h +26 五月 2020 | 00:52:36,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620.h +26 五月 2020 | 00:52:36,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620MethodDeclarations.h +26 五月 2020 | 00:52:36,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634.h +26 五月 2020 | 00:52:36,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634MethodDeclarations.h +26 五月 2020 | 00:52:36,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017MethodDeclarations.h +26 五月 2020 | 00:52:36,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1103304673MethodDeclarations.h +26 五月 2020 | 00:52:36,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450.h +26 五月 2020 | 00:52:36,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389.h +26 五月 2020 | 00:52:36,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742.h +26 五月 2020 | 00:52:36,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450MethodDeclarations.h +26 五月 2020 | 00:52:36,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389MethodDeclarations.h +26 五月 2020 | 00:52:36,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1129791742MethodDeclarations.h +26 五月 2020 | 00:52:36,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101.h +26 五月 2020 | 00:52:36,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777.h +26 五月 2020 | 00:52:36,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646.h +26 五月 2020 | 00:52:36,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777MethodDeclarations.h +26 五月 2020 | 00:52:36,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1133415646MethodDeclarations.h +26 五月 2020 | 00:52:36,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953.h +26 五月 2020 | 00:52:36,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182.h +26 五月 2020 | 00:52:36,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953MethodDeclarations.h +26 五月 2020 | 00:52:36,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1141439182MethodDeclarations.h +26 五月 2020 | 00:52:36,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512.h +26 五月 2020 | 00:52:36,447 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385.h +26 五月 2020 | 00:52:36,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512MethodDeclarations.h +26 五月 2020 | 00:52:36,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558385MethodDeclarations.h +26 五月 2020 | 00:52:36,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991.h +26 五月 2020 | 00:52:36,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386.h +26 五月 2020 | 00:52:36,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991MethodDeclarations.h +26 五月 2020 | 00:52:36,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558386MethodDeclarations.h +26 五月 2020 | 00:52:36,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309.h +26 五月 2020 | 00:52:36,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387.h +26 五月 2020 | 00:52:36,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1147558387MethodDeclarations.h +26 五月 2020 | 00:52:36,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620.h +26 五月 2020 | 00:52:36,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309MethodDeclarations.h +26 五月 2020 | 00:52:36,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101MethodDeclarations.h +26 五月 2020 | 00:52:36,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1318997620MethodDeclarations.h +26 五月 2020 | 00:52:36,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548.h +26 五月 2020 | 00:52:36,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535.h +26 五月 2020 | 00:52:36,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634.h +26 五月 2020 | 00:52:36,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1421422634MethodDeclarations.h +26 五月 2020 | 00:52:36,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450.h +26 五月 2020 | 00:52:36,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1566085450MethodDeclarations.h +26 五月 2020 | 00:52:36,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101.h +26 五月 2020 | 00:52:36,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535MethodDeclarations.h +26 五月 2020 | 00:52:36,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548MethodDeclarations.h +26 五月 2020 | 00:52:36,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881.h +26 五月 2020 | 00:52:36,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881MethodDeclarations.h +26 五月 2020 | 00:52:36,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039.h +26 五月 2020 | 00:52:36,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1593300101MethodDeclarations.h +26 五月 2020 | 00:52:36,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535.h +26 五月 2020 | 00:52:36,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1686041535MethodDeclarations.h +26 五月 2020 | 00:52:36,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787.h +26 五月 2020 | 00:52:36,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787.h +26 五月 2020 | 00:52:36,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787MethodDeclarations.h +26 五月 2020 | 00:52:36,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1715283787MethodDeclarations.h +26 五月 2020 | 00:52:36,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231.h +26 五月 2020 | 00:52:36,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231.h +26 五月 2020 | 00:52:36,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039MethodDeclarations.h +26 五月 2020 | 00:52:36,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254.h +26 五月 2020 | 00:52:36,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254MethodDeclarations.h +26 五月 2020 | 00:52:36,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738.h +26 五月 2020 | 00:52:36,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738MethodDeclarations.h +26 五月 2020 | 00:52:36,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529.h +26 五月 2020 | 00:52:36,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529MethodDeclarations.h +26 五月 2020 | 00:52:36,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620.h +26 五月 2020 | 00:52:36,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620MethodDeclarations.h +26 五月 2020 | 00:52:36,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343.h +26 五月 2020 | 00:52:36,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343MethodDeclarations.h +26 五月 2020 | 00:52:36,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715.h +26 五月 2020 | 00:52:36,631 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715MethodDeclarations.h +26 五月 2020 | 00:52:36,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103.h +26 五月 2020 | 00:52:36,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103MethodDeclarations.h +26 五月 2020 | 00:52:36,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279.h +26 五月 2020 | 00:52:36,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279MethodDeclarations.h +26 五月 2020 | 00:52:36,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838.h +26 五月 2020 | 00:52:36,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838MethodDeclarations.h +26 五月 2020 | 00:52:36,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317.h +26 五月 2020 | 00:52:36,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317MethodDeclarations.h +26 五月 2020 | 00:52:36,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635.h +26 五月 2020 | 00:52:36,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635MethodDeclarations.h +26 五月 2020 | 00:52:36,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885.h +26 五月 2020 | 00:52:36,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885MethodDeclarations.h +26 五月 2020 | 00:52:36,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231MethodDeclarations.h +26 五月 2020 | 00:52:36,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1781132231MethodDeclarations.h +26 五月 2020 | 00:52:36,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874.h +26 五月 2020 | 00:52:36,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809.h +26 五月 2020 | 00:52:36,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809.h +26 五月 2020 | 00:52:36,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874MethodDeclarations.h +26 五月 2020 | 00:52:36,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809MethodDeclarations.h +26 五月 2020 | 00:52:36,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1837084809MethodDeclarations.h +26 五月 2020 | 00:52:36,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207.h +26 五月 2020 | 00:52:36,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076.h +26 五月 2020 | 00:52:36,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076.h +26 五月 2020 | 00:52:36,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207MethodDeclarations.h +26 五月 2020 | 00:52:36,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076MethodDeclarations.h +26 五月 2020 | 00:52:36,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1892598076MethodDeclarations.h +26 五月 2020 | 00:52:36,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365.h +26 五月 2020 | 00:52:36,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447.h +26 五月 2020 | 00:52:36,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447.h +26 五月 2020 | 00:52:36,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365MethodDeclarations.h +26 五月 2020 | 00:52:36,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447MethodDeclarations.h +26 五月 2020 | 00:52:36,667 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera1934250447MethodDeclarations.h +26 五月 2020 | 00:52:36,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580.h +26 五月 2020 | 00:52:36,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207.h +26 五月 2020 | 00:52:36,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207.h +26 五月 2020 | 00:52:36,669 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580MethodDeclarations.h +26 五月 2020 | 00:52:36,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207MethodDeclarations.h +26 五月 2020 | 00:52:36,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2039606207MethodDeclarations.h +26 五月 2020 | 00:52:36,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064.h +26 五月 2020 | 00:52:36,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125.h +26 五月 2020 | 00:52:36,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064MethodDeclarations.h +26 五月 2020 | 00:52:36,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125MethodDeclarations.h +26 五月 2020 | 00:52:36,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999.h +26 五月 2020 | 00:52:36,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720.h +26 五月 2020 | 00:52:36,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999MethodDeclarations.h +26 五月 2020 | 00:52:36,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068.h +26 五月 2020 | 00:52:36,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068MethodDeclarations.h +26 五月 2020 | 00:52:36,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972.h +26 五月 2020 | 00:52:36,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972MethodDeclarations.h +26 五月 2020 | 00:52:36,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720MethodDeclarations.h +26 五月 2020 | 00:52:36,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125.h +26 五月 2020 | 00:52:36,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2121197125MethodDeclarations.h +26 五月 2020 | 00:52:36,750 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143.h +26 五月 2020 | 00:52:36,753 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143MethodDeclarations.h +26 五月 2020 | 00:52:36,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720.h +26 五月 2020 | 00:52:36,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519.h +26 五月 2020 | 00:52:36,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2217982720MethodDeclarations.h +26 五月 2020 | 00:52:36,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519MethodDeclarations.h +26 五月 2020 | 00:52:36,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143.h +26 五月 2020 | 00:52:36,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819.h +26 五月 2020 | 00:52:36,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2234397143MethodDeclarations.h +26 五月 2020 | 00:52:36,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819MethodDeclarations.h +26 五月 2020 | 00:52:36,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519.h +26 五月 2020 | 00:52:36,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144.h +26 五月 2020 | 00:52:36,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2290386519MethodDeclarations.h +26 五月 2020 | 00:52:36,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144MethodDeclarations.h +26 五月 2020 | 00:52:36,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819.h +26 五月 2020 | 00:52:36,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867.h +26 五月 2020 | 00:52:36,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2301184819MethodDeclarations.h +26 五月 2020 | 00:52:36,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867MethodDeclarations.h +26 五月 2020 | 00:52:36,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144.h +26 五月 2020 | 00:52:36,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354.h +26 五月 2020 | 00:52:36,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2358332144MethodDeclarations.h +26 五月 2020 | 00:52:36,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354MethodDeclarations.h +26 五月 2020 | 00:52:36,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867.h +26 五月 2020 | 00:52:36,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432.h +26 五月 2020 | 00:52:36,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2381387867MethodDeclarations.h +26 五月 2020 | 00:52:36,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432MethodDeclarations.h +26 五月 2020 | 00:52:36,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354.h +26 五月 2020 | 00:52:36,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2571396354MethodDeclarations.h +26 五月 2020 | 00:52:36,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242.h +26 五月 2020 | 00:52:36,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432.h +26 五月 2020 | 00:52:36,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242MethodDeclarations.h +26 五月 2020 | 00:52:36,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508.h +26 五月 2020 | 00:52:36,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275.h +26 五月 2020 | 00:52:36,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2585606432MethodDeclarations.h +26 五月 2020 | 00:52:36,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508MethodDeclarations.h +26 五月 2020 | 00:52:36,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275MethodDeclarations.h +26 五月 2020 | 00:52:36,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242.h +26 五月 2020 | 00:52:36,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711.h +26 五月 2020 | 00:52:36,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274.h +26 五月 2020 | 00:52:36,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2586955242MethodDeclarations.h +26 五月 2020 | 00:52:36,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711MethodDeclarations.h +26 五月 2020 | 00:52:36,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274MethodDeclarations.h +26 五月 2020 | 00:52:36,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275.h +26 五月 2020 | 00:52:36,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712.h +26 五月 2020 | 00:52:36,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277.h +26 五月 2020 | 00:52:36,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2697287275MethodDeclarations.h +26 五月 2020 | 00:52:36,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712MethodDeclarations.h +26 五月 2020 | 00:52:36,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274.h +26 五月 2020 | 00:52:36,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277MethodDeclarations.h +26 五月 2020 | 00:52:36,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713.h +26 五月 2020 | 00:52:36,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2704974274MethodDeclarations.h +26 五月 2020 | 00:52:36,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435.h +26 五月 2020 | 00:52:36,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713MethodDeclarations.h +26 五月 2020 | 00:52:36,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277.h +26 五月 2020 | 00:52:36,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435MethodDeclarations.h +26 五月 2020 | 00:52:36,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946.h +26 五月 2020 | 00:52:36,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2723227277MethodDeclarations.h +26 五月 2020 | 00:52:36,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946MethodDeclarations.h +26 五月 2020 | 00:52:36,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435.h +26 五月 2020 | 00:52:36,813 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960.h +26 五月 2020 | 00:52:36,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2732437435MethodDeclarations.h +26 五月 2020 | 00:52:36,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960MethodDeclarations.h +26 五月 2020 | 00:52:36,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276.h +26 五月 2020 | 00:52:36,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276MethodDeclarations.h +26 五月 2020 | 00:52:36,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460.h +26 五月 2020 | 00:52:36,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460MethodDeclarations.h +26 五月 2020 | 00:52:36,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711.h +26 五月 2020 | 00:52:36,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711MethodDeclarations.h +26 五月 2020 | 00:52:36,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776.h +26 五月 2020 | 00:52:36,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776MethodDeclarations.h +26 五月 2020 | 00:52:36,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427.h +26 五月 2020 | 00:52:36,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427MethodDeclarations.h +26 五月 2020 | 00:52:36,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861.h +26 五月 2020 | 00:52:36,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189.h +26 五月 2020 | 00:52:36,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861MethodDeclarations.h +26 五月 2020 | 00:52:36,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189.h +26 五月 2020 | 00:52:36,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113.h +26 五月 2020 | 00:52:36,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189MethodDeclarations.h +26 五月 2020 | 00:52:36,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2805282189MethodDeclarations.h +26 五月 2020 | 00:52:36,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113MethodDeclarations.h +26 五月 2020 | 00:52:36,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557.h +26 五月 2020 | 00:52:36,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557MethodDeclarations.h +26 五月 2020 | 00:52:36,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135.h +26 五月 2020 | 00:52:36,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135MethodDeclarations.h +26 五月 2020 | 00:52:36,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402.h +26 五月 2020 | 00:52:36,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402MethodDeclarations.h +26 五月 2020 | 00:52:36,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773.h +26 五月 2020 | 00:52:36,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773MethodDeclarations.h +26 五月 2020 | 00:52:36,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650.h +26 五月 2020 | 00:52:36,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650MethodDeclarations.h +26 五月 2020 | 00:52:36,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533.h +26 五月 2020 | 00:52:36,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533MethodDeclarations.h +26 五月 2020 | 00:52:36,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451.h +26 五月 2020 | 00:52:36,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155.h +26 五月 2020 | 00:52:36,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155MethodDeclarations.h +26 五月 2020 | 00:52:36,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451MethodDeclarations.h +26 五月 2020 | 00:52:36,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720.h +26 五月 2020 | 00:52:36,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046.h +26 五月 2020 | 00:52:36,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046MethodDeclarations.h +26 五月 2020 | 00:52:36,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469.h +26 五月 2020 | 00:52:36,923 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469MethodDeclarations.h +26 五月 2020 | 00:52:36,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845.h +26 五月 2020 | 00:52:36,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845MethodDeclarations.h +26 五月 2020 | 00:52:36,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145.h +26 五月 2020 | 00:52:36,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155.h +26 五月 2020 | 00:52:36,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145MethodDeclarations.h +26 五月 2020 | 00:52:36,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720MethodDeclarations.h +26 五月 2020 | 00:52:36,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169.h +26 五月 2020 | 00:52:36,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2809602155MethodDeclarations.h +26 五月 2020 | 00:52:36,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991.h +26 五月 2020 | 00:52:36,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720.h +26 五月 2020 | 00:52:36,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169MethodDeclarations.h +26 五月 2020 | 00:52:36,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991MethodDeclarations.h +26 五月 2020 | 00:52:36,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470.h +26 五月 2020 | 00:52:36,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470MethodDeclarations.h +26 五月 2020 | 00:52:36,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193.h +26 五月 2020 | 00:52:36,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193MethodDeclarations.h +26 五月 2020 | 00:52:36,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680.h +26 五月 2020 | 00:52:36,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680MethodDeclarations.h +26 五月 2020 | 00:52:36,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758.h +26 五月 2020 | 00:52:37,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2955187720MethodDeclarations.h +26 五月 2020 | 00:52:37,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758MethodDeclarations.h +26 五月 2020 | 00:52:37,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991.h +26 五月 2020 | 00:52:37,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568.h +26 五月 2020 | 00:52:37,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568MethodDeclarations.h +26 五月 2020 | 00:52:37,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera2972265991MethodDeclarations.h +26 五月 2020 | 00:52:37,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425.h +26 五月 2020 | 00:52:37,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425.h +26 五月 2020 | 00:52:37,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425MethodDeclarations.h +26 五月 2020 | 00:52:37,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3062656425MethodDeclarations.h +26 五月 2020 | 00:52:37,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701.h +26 五月 2020 | 00:52:37,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701.h +26 五月 2020 | 00:52:37,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701MethodDeclarations.h +26 五月 2020 | 00:52:37,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3075846701MethodDeclarations.h +26 五月 2020 | 00:52:37,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668.h +26 五月 2020 | 00:52:37,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668.h +26 五月 2020 | 00:52:37,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668MethodDeclarations.h +26 五月 2020 | 00:52:37,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3081905668MethodDeclarations.h +26 五月 2020 | 00:52:37,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196.h +26 五月 2020 | 00:52:37,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196.h +26 五月 2020 | 00:52:37,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196MethodDeclarations.h +26 五月 2020 | 00:52:37,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3172263196MethodDeclarations.h +26 五月 2020 | 00:52:37,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601.h +26 五月 2020 | 00:52:37,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421.h +26 五月 2020 | 00:52:37,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421.h +26 五月 2020 | 00:52:37,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601MethodDeclarations.h +26 五月 2020 | 00:52:37,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421MethodDeclarations.h +26 五月 2020 | 00:52:37,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3195513421MethodDeclarations.h +26 五月 2020 | 00:52:37,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600.h +26 五月 2020 | 00:52:37,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765.h +26 五月 2020 | 00:52:37,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765MethodDeclarations.h +26 五月 2020 | 00:52:37,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765.h +26 五月 2020 | 00:52:37,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645.h +26 五月 2020 | 00:52:37,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600MethodDeclarations.h +26 五月 2020 | 00:52:37,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3283020765MethodDeclarations.h +26 五月 2020 | 00:52:37,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645MethodDeclarations.h +26 五月 2020 | 00:52:37,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603.h +26 五月 2020 | 00:52:37,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645.h +26 五月 2020 | 00:52:37,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603MethodDeclarations.h +26 五月 2020 | 00:52:37,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3292975645MethodDeclarations.h +26 五月 2020 | 00:52:37,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761.h +26 五月 2020 | 00:52:37,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936.h +26 五月 2020 | 00:52:37,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761MethodDeclarations.h +26 五月 2020 | 00:52:37,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936MethodDeclarations.h +26 五月 2020 | 00:52:37,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515.h +26 五月 2020 | 00:52:37,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989.h +26 五月 2020 | 00:52:37,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515MethodDeclarations.h +26 五月 2020 | 00:52:37,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989MethodDeclarations.h +26 五月 2020 | 00:52:37,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481.h +26 五月 2020 | 00:52:37,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029.h +26 五月 2020 | 00:52:37,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481MethodDeclarations.h +26 五月 2020 | 00:52:37,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029MethodDeclarations.h +26 五月 2020 | 00:52:37,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046.h +26 五月 2020 | 00:52:37,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667.h +26 五月 2020 | 00:52:37,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046MethodDeclarations.h +26 五月 2020 | 00:52:37,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317.h +26 五月 2020 | 00:52:37,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317MethodDeclarations.h +26 五月 2020 | 00:52:37,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751.h +26 五月 2020 | 00:52:37,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751MethodDeclarations.h +26 五月 2020 | 00:52:37,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027.h +26 五月 2020 | 00:52:37,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027MethodDeclarations.h +26 五月 2020 | 00:52:37,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994.h +26 五月 2020 | 00:52:37,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994MethodDeclarations.h +26 五月 2020 | 00:52:37,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522.h +26 五月 2020 | 00:52:37,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522MethodDeclarations.h +26 五月 2020 | 00:52:37,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747.h +26 五月 2020 | 00:52:37,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667MethodDeclarations.h +26 五月 2020 | 00:52:37,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747MethodDeclarations.h +26 五月 2020 | 00:52:37,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936.h +26 五月 2020 | 00:52:37,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091.h +26 五月 2020 | 00:52:37,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3319551936MethodDeclarations.h +26 五月 2020 | 00:52:37,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386.h +26 五月 2020 | 00:52:37,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989.h +26 五月 2020 | 00:52:37,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091MethodDeclarations.h +26 五月 2020 | 00:52:37,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386MethodDeclarations.h +26 五月 2020 | 00:52:37,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971.h +26 五月 2020 | 00:52:37,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3337303989MethodDeclarations.h +26 五月 2020 | 00:52:37,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029.h +26 五月 2020 | 00:52:37,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971MethodDeclarations.h +26 五月 2020 | 00:52:37,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262.h +26 五月 2020 | 00:52:37,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3392525029MethodDeclarations.h +26 五月 2020 | 00:52:37,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667.h +26 五月 2020 | 00:52:37,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262MethodDeclarations.h +26 五月 2020 | 00:52:37,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315.h +26 五月 2020 | 00:52:37,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315MethodDeclarations.h +26 五月 2020 | 00:52:37,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355.h +26 五月 2020 | 00:52:37,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355MethodDeclarations.h +26 五月 2020 | 00:52:37,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993.h +26 五月 2020 | 00:52:37,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993MethodDeclarations.h +26 五月 2020 | 00:52:37,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453.h +26 五月 2020 | 00:52:37,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453MethodDeclarations.h +26 五月 2020 | 00:52:37,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712.h +26 五月 2020 | 00:52:37,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712MethodDeclarations.h +26 五月 2020 | 00:52:37,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514.h +26 五月 2020 | 00:52:37,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514MethodDeclarations.h +26 五月 2020 | 00:52:37,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357.h +26 五月 2020 | 00:52:37,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357MethodDeclarations.h +26 五月 2020 | 00:52:37,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325.h +26 五月 2020 | 00:52:37,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325MethodDeclarations.h +26 五月 2020 | 00:52:37,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299.h +26 五月 2020 | 00:52:37,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299MethodDeclarations.h +26 五月 2020 | 00:52:37,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296.h +26 五月 2020 | 00:52:37,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296MethodDeclarations.h +26 五月 2020 | 00:52:37,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785.h +26 五月 2020 | 00:52:37,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3456128667MethodDeclarations.h +26 五月 2020 | 00:52:37,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188.h +26 五月 2020 | 00:52:37,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785MethodDeclarations.h +26 五月 2020 | 00:52:37,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386.h +26 五月 2020 | 00:52:37,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188MethodDeclarations.h +26 五月 2020 | 00:52:37,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521.h +26 五月 2020 | 00:52:37,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3479553386MethodDeclarations.h +26 五月 2020 | 00:52:37,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031.h +26 五月 2020 | 00:52:37,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521MethodDeclarations.h +26 五月 2020 | 00:52:37,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855.h +26 五月 2020 | 00:52:37,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031MethodDeclarations.h +26 五月 2020 | 00:52:37,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855MethodDeclarations.h +26 五月 2020 | 00:52:37,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999.h +26 五月 2020 | 00:52:37,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946.h +26 五月 2020 | 00:52:37,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999MethodDeclarations.h +26 五月 2020 | 00:52:37,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973.h +26 五月 2020 | 00:52:37,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946MethodDeclarations.h +26 五月 2020 | 00:52:37,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973MethodDeclarations.h +26 五月 2020 | 00:52:37,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125.h +26 五月 2020 | 00:52:37,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125MethodDeclarations.h +26 五月 2020 | 00:52:37,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358.h +26 五月 2020 | 00:52:37,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358MethodDeclarations.h +26 五月 2020 | 00:52:37,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796.h +26 五月 2020 | 00:52:37,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796MethodDeclarations.h +26 五月 2020 | 00:52:37,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046.h +26 五月 2020 | 00:52:37,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188.h +26 五月 2020 | 00:52:37,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970.h +26 五月 2020 | 00:52:37,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046MethodDeclarations.h +26 五月 2020 | 00:52:37,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970MethodDeclarations.h +26 五月 2020 | 00:52:37,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177.h +26 五月 2020 | 00:52:37,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3638306188MethodDeclarations.h +26 五月 2020 | 00:52:37,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177MethodDeclarations.h +26 五月 2020 | 00:52:37,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423.h +26 五月 2020 | 00:52:37,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031.h +26 五月 2020 | 00:52:37,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423MethodDeclarations.h +26 五月 2020 | 00:52:37,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491.h +26 五月 2020 | 00:52:37,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3652706031MethodDeclarations.h +26 五月 2020 | 00:52:37,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491MethodDeclarations.h +26 五月 2020 | 00:52:37,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999.h +26 五月 2020 | 00:52:37,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3701011999MethodDeclarations.h +26 五月 2020 | 00:52:37,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973.h +26 五月 2020 | 00:52:37,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3793599973MethodDeclarations.h +26 五月 2020 | 00:52:37,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970.h +26 五月 2020 | 00:52:37,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3803918970MethodDeclarations.h +26 五月 2020 | 00:52:37,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423.h +26 五月 2020 | 00:52:37,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3869102423MethodDeclarations.h +26 五月 2020 | 00:52:37,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491.h +26 五月 2020 | 00:52:37,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3876190491MethodDeclarations.h +26 五月 2020 | 00:52:37,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766.h +26 五月 2020 | 00:52:37,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766MethodDeclarations.h +26 五月 2020 | 00:52:37,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855.h +26 五月 2020 | 00:52:37,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855MethodDeclarations.h +26 五月 2020 | 00:52:37,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246.h +26 五月 2020 | 00:52:37,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246MethodDeclarations.h +26 五月 2020 | 00:52:37,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430.h +26 五月 2020 | 00:52:37,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430MethodDeclarations.h +26 五月 2020 | 00:52:37,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681.h +26 五月 2020 | 00:52:37,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681MethodDeclarations.h +26 五月 2020 | 00:52:37,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620.h +26 五月 2020 | 00:52:37,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620MethodDeclarations.h +26 五月 2020 | 00:52:37,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139.h +26 五月 2020 | 00:52:37,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139MethodDeclarations.h +26 五月 2020 | 00:52:37,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755.h +26 五月 2020 | 00:52:37,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766.h +26 五月 2020 | 00:52:37,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242.h +26 五月 2020 | 00:52:37,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3908234766MethodDeclarations.h +26 五月 2020 | 00:52:37,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242MethodDeclarations.h +26 五月 2020 | 00:52:37,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855.h +26 五月 2020 | 00:52:37,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986.h +26 五月 2020 | 00:52:37,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera3960486855MethodDeclarations.h +26 五月 2020 | 00:52:37,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986MethodDeclarations.h +26 五月 2020 | 00:52:37,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361.h +26 五月 2020 | 00:52:37,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755MethodDeclarations.h +26 五月 2020 | 00:52:37,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246.h +26 五月 2020 | 00:52:37,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799.h +26 五月 2020 | 00:52:37,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4021280246MethodDeclarations.h +26 五月 2020 | 00:52:37,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799MethodDeclarations.h +26 五月 2020 | 00:52:37,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430.h +26 五月 2020 | 00:52:37,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032.h +26 五月 2020 | 00:52:37,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4022842430MethodDeclarations.h +26 五月 2020 | 00:52:37,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681.h +26 五月 2020 | 00:52:37,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4024772681MethodDeclarations.h +26 五月 2020 | 00:52:37,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620.h +26 五月 2020 | 00:52:37,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4073335620MethodDeclarations.h +26 五月 2020 | 00:52:37,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139.h +26 五月 2020 | 00:52:37,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4107896139MethodDeclarations.h +26 五月 2020 | 00:52:37,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755.h +26 五月 2020 | 00:52:37,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361MethodDeclarations.h +26 五月 2020 | 00:52:37,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732.h +26 五月 2020 | 00:52:37,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732MethodDeclarations.h +26 五月 2020 | 00:52:37,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763.h +26 五月 2020 | 00:52:37,752 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763MethodDeclarations.h +26 五月 2020 | 00:52:37,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547.h +26 五月 2020 | 00:52:37,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumera4268586755MethodDeclarations.h +26 五月 2020 | 00:52:37,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032MethodDeclarations.h +26 五月 2020 | 00:52:37,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799.h +26 五月 2020 | 00:52:37,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720.h +26 五月 2020 | 00:52:37,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat136176799MethodDeclarations.h +26 五月 2020 | 00:52:37,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032.h +26 五月 2020 | 00:52:37,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547MethodDeclarations.h +26 五月 2020 | 00:52:37,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat207654032MethodDeclarations.h +26 五月 2020 | 00:52:37,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070.h +26 五月 2020 | 00:52:37,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720.h +26 五月 2020 | 00:52:37,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070MethodDeclarations.h +26 五月 2020 | 00:52:37,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261.h +26 五月 2020 | 00:52:37,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720MethodDeclarations.h +26 五月 2020 | 00:52:37,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261MethodDeclarations.h +26 五月 2020 | 00:52:37,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851.h +26 五月 2020 | 00:52:37,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851MethodDeclarations.h +26 五月 2020 | 00:52:37,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558.h +26 五月 2020 | 00:52:37,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916.h +26 五月 2020 | 00:52:37,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916MethodDeclarations.h +26 五月 2020 | 00:52:37,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017.h +26 五月 2020 | 00:52:37,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558MethodDeclarations.h +26 五月 2020 | 00:52:37,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017MethodDeclarations.h +26 五月 2020 | 00:52:37,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat402048720MethodDeclarations.h +26 五月 2020 | 00:52:37,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668.h +26 五月 2020 | 00:52:37,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851.h +26 五月 2020 | 00:52:37,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389.h +26 五月 2020 | 00:52:37,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat483544851MethodDeclarations.h +26 五月 2020 | 00:52:37,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668MethodDeclarations.h +26 五月 2020 | 00:52:37,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389MethodDeclarations.h +26 五月 2020 | 00:52:37,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916.h +26 五月 2020 | 00:52:37,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777.h +26 五月 2020 | 00:52:37,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat493792916MethodDeclarations.h +26 五月 2020 | 00:52:37,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777MethodDeclarations.h +26 五月 2020 | 00:52:37,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017.h +26 五月 2020 | 00:52:37,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953.h +26 五月 2020 | 00:52:37,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953MethodDeclarations.h +26 五月 2020 | 00:52:37,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512.h +26 五月 2020 | 00:52:37,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512MethodDeclarations.h +26 五月 2020 | 00:52:37,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat554246017MethodDeclarations.h +26 五月 2020 | 00:52:38,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991.h +26 五月 2020 | 00:52:38,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389.h +26 五月 2020 | 00:52:38,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991MethodDeclarations.h +26 五月 2020 | 00:52:38,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat621718389MethodDeclarations.h +26 五月 2020 | 00:52:38,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309.h +26 五月 2020 | 00:52:38,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777.h +26 五月 2020 | 00:52:38,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309MethodDeclarations.h +26 五月 2020 | 00:52:38,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat633628777MethodDeclarations.h +26 五月 2020 | 00:52:38,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548.h +26 五月 2020 | 00:52:38,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953.h +26 五月 2020 | 00:52:38,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat660383953MethodDeclarations.h +26 五月 2020 | 00:52:38,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512.h +26 五月 2020 | 00:52:38,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat724291512MethodDeclarations.h +26 五月 2020 | 00:52:38,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991.h +26 五月 2020 | 00:52:38,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat778427991MethodDeclarations.h +26 五月 2020 | 00:52:38,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049.h +26 五月 2020 | 00:52:38,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309.h +26 五月 2020 | 00:52:38,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049MethodDeclarations.h +26 五月 2020 | 00:52:38,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137.h +26 五月 2020 | 00:52:38,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137MethodDeclarations.h +26 五月 2020 | 00:52:38,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593.h +26 五月 2020 | 00:52:38,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593MethodDeclarations.h +26 五月 2020 | 00:52:38,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606.h +26 五月 2020 | 00:52:38,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606MethodDeclarations.h +26 五月 2020 | 00:52:38,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987.h +26 五月 2020 | 00:52:38,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548MethodDeclarations.h +26 五月 2020 | 00:52:38,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881.h +26 五月 2020 | 00:52:38,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987MethodDeclarations.h +26 五月 2020 | 00:52:38,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583.h +26 五月 2020 | 00:52:38,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881MethodDeclarations.h +26 五月 2020 | 00:52:38,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039.h +26 五月 2020 | 00:52:38,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583MethodDeclarations.h +26 五月 2020 | 00:52:38,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235.h +26 五月 2020 | 00:52:38,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235MethodDeclarations.h +26 五月 2020 | 00:52:38,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777.h +26 五月 2020 | 00:52:38,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777MethodDeclarations.h +26 五月 2020 | 00:52:38,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261.h +26 五月 2020 | 00:52:38,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261MethodDeclarations.h +26 五月 2020 | 00:52:38,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769.h +26 五月 2020 | 00:52:38,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769MethodDeclarations.h +26 五月 2020 | 00:52:38,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869.h +26 五月 2020 | 00:52:38,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869MethodDeclarations.h +26 五月 2020 | 00:52:38,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124.h +26 五月 2020 | 00:52:38,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124MethodDeclarations.h +26 五月 2020 | 00:52:38,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303.h +26 五月 2020 | 00:52:38,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303MethodDeclarations.h +26 五月 2020 | 00:52:38,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466.h +26 五月 2020 | 00:52:38,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466MethodDeclarations.h +26 五月 2020 | 00:52:38,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156.h +26 五月 2020 | 00:52:38,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156MethodDeclarations.h +26 五月 2020 | 00:52:38,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602.h +26 五月 2020 | 00:52:38,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602MethodDeclarations.h +26 五月 2020 | 00:52:38,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394.h +26 五月 2020 | 00:52:38,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394MethodDeclarations.h +26 五月 2020 | 00:52:38,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659.h +26 五月 2020 | 00:52:38,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659MethodDeclarations.h +26 五月 2020 | 00:52:38,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat782532309MethodDeclarations.h +26 五月 2020 | 00:52:38,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548.h +26 五月 2020 | 00:52:38,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469.h +26 五月 2020 | 00:52:38,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039MethodDeclarations.h +26 五月 2020 | 00:52:38,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254.h +26 五月 2020 | 00:52:38,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254MethodDeclarations.h +26 五月 2020 | 00:52:38,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738.h +26 五月 2020 | 00:52:38,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738MethodDeclarations.h +26 五月 2020 | 00:52:38,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529.h +26 五月 2020 | 00:52:38,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529MethodDeclarations.h +26 五月 2020 | 00:52:38,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620.h +26 五月 2020 | 00:52:38,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620MethodDeclarations.h +26 五月 2020 | 00:52:38,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343.h +26 五月 2020 | 00:52:38,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343MethodDeclarations.h +26 五月 2020 | 00:52:38,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715.h +26 五月 2020 | 00:52:38,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715MethodDeclarations.h +26 五月 2020 | 00:52:38,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103.h +26 五月 2020 | 00:52:38,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103MethodDeclarations.h +26 五月 2020 | 00:52:38,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279.h +26 五月 2020 | 00:52:38,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279MethodDeclarations.h +26 五月 2020 | 00:52:38,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469MethodDeclarations.h +26 五月 2020 | 00:52:38,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956.h +26 五月 2020 | 00:52:38,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956MethodDeclarations.h +26 五月 2020 | 00:52:38,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740.h +26 五月 2020 | 00:52:38,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat851843548MethodDeclarations.h +26 五月 2020 | 00:52:38,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740MethodDeclarations.h +26 五月 2020 | 00:52:38,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838.h +26 五月 2020 | 00:52:38,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881.h +26 五月 2020 | 00:52:38,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838MethodDeclarations.h +26 五月 2020 | 00:52:38,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat924242881MethodDeclarations.h +26 五月 2020 | 00:52:38,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317.h +26 五月 2020 | 00:52:38,261 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039.h +26 五月 2020 | 00:52:38,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174.h +26 五月 2020 | 00:52:38,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317MethodDeclarations.h +26 五月 2020 | 00:52:38,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174MethodDeclarations.h +26 五月 2020 | 00:52:38,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635.h +26 五月 2020 | 00:52:38,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450.h +26 五月 2020 | 00:52:38,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635MethodDeclarations.h +26 五月 2020 | 00:52:38,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450MethodDeclarations.h +26 五月 2020 | 00:52:38,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885.h +26 五月 2020 | 00:52:38,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417.h +26 五月 2020 | 00:52:38,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885MethodDeclarations.h +26 五月 2020 | 00:52:38,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417MethodDeclarations.h +26 五月 2020 | 00:52:38,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874.h +26 五月 2020 | 00:52:38,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874MethodDeclarations.h +26 五月 2020 | 00:52:38,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207.h +26 五月 2020 | 00:52:38,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207MethodDeclarations.h +26 五月 2020 | 00:52:38,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365.h +26 五月 2020 | 00:52:38,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365MethodDeclarations.h +26 五月 2020 | 00:52:38,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580.h +26 五月 2020 | 00:52:38,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580MethodDeclarations.h +26 五月 2020 | 00:52:38,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064.h +26 五月 2020 | 00:52:38,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064MethodDeclarations.h +26 五月 2020 | 00:52:38,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999.h +26 五月 2020 | 00:52:38,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945.h +26 五月 2020 | 00:52:38,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945MethodDeclarations.h +26 五月 2020 | 00:52:38,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat933071039MethodDeclarations.h +26 五月 2020 | 00:52:38,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999MethodDeclarations.h +26 五月 2020 | 00:52:38,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170.h +26 五月 2020 | 00:52:38,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254.h +26 五月 2020 | 00:52:38,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068.h +26 五月 2020 | 00:52:38,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170MethodDeclarations.h +26 五月 2020 | 00:52:38,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat975728254MethodDeclarations.h +26 五月 2020 | 00:52:38,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514.h +26 五月 2020 | 00:52:38,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738.h +26 五月 2020 | 00:52:38,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068MethodDeclarations.h +26 五月 2020 | 00:52:38,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerat980360738MethodDeclarations.h +26 五月 2020 | 00:52:38,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972.h +26 五月 2020 | 00:52:38,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529.h +26 五月 2020 | 00:52:38,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514MethodDeclarations.h +26 五月 2020 | 00:52:38,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394.h +26 五月 2020 | 00:52:38,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato11246529MethodDeclarations.h +26 五月 2020 | 00:52:38,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972MethodDeclarations.h +26 五月 2020 | 00:52:38,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394MethodDeclarations.h +26 五月 2020 | 00:52:38,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620.h +26 五月 2020 | 00:52:38,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685.h +26 五月 2020 | 00:52:38,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_Enumerato87435620MethodDeclarations.h +26 五月 2020 | 00:52:38,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508.h +26 五月 2020 | 00:52:38,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685MethodDeclarations.h +26 五月 2020 | 00:52:38,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343.h +26 五月 2020 | 00:52:38,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1019516343MethodDeclarations.h +26 五月 2020 | 00:52:38,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508MethodDeclarations.h +26 五月 2020 | 00:52:38,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711.h +26 五月 2020 | 00:52:38,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711MethodDeclarations.h +26 五月 2020 | 00:52:38,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715.h +26 五月 2020 | 00:52:38,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738.h +26 五月 2020 | 00:52:38,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1086988715MethodDeclarations.h +26 五月 2020 | 00:52:38,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103.h +26 五月 2020 | 00:52:38,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738MethodDeclarations.h +26 五月 2020 | 00:52:38,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1098899103MethodDeclarations.h +26 五月 2020 | 00:52:38,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778.h +26 五月 2020 | 00:52:38,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279.h +26 五月 2020 | 00:52:38,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1125654279MethodDeclarations.h +26 五月 2020 | 00:52:38,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838.h +26 五月 2020 | 00:52:38,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1189561838MethodDeclarations.h +26 五月 2020 | 00:52:38,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317.h +26 五月 2020 | 00:52:38,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1243698317MethodDeclarations.h +26 五月 2020 | 00:52:38,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1247802635MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen130789885MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1317113874MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1389513207MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1398341365MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1440998580MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1445631064MethodDeclarations.h +26 五月 2020 | 00:52:38,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999.h +26 五月 2020 | 00:52:38,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1568574999MethodDeclarations.h +26 五月 2020 | 00:52:38,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068.h +26 五月 2020 | 00:52:38,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1595062068MethodDeclarations.h +26 五月 2020 | 00:52:38,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972.h +26 五月 2020 | 00:52:38,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1598685972MethodDeclarations.h +26 五月 2020 | 00:52:38,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778MethodDeclarations.h +26 五月 2020 | 00:52:38,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508.h +26 五月 2020 | 00:52:38,541 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712.h +26 五月 2020 | 00:52:38,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416.h +26 五月 2020 | 00:52:38,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1606709508MethodDeclarations.h +26 五月 2020 | 00:52:38,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712MethodDeclarations.h +26 五月 2020 | 00:52:38,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416MethodDeclarations.h +26 五月 2020 | 00:52:38,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711.h +26 五月 2020 | 00:52:38,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713.h +26 五月 2020 | 00:52:38,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135.h +26 五月 2020 | 00:52:38,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828711MethodDeclarations.h +26 五月 2020 | 00:52:38,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713MethodDeclarations.h +26 五月 2020 | 00:52:38,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135MethodDeclarations.h +26 五月 2020 | 00:52:38,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946.h +26 五月 2020 | 00:52:38,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712.h +26 五月 2020 | 00:52:38,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937.h +26 五月 2020 | 00:52:38,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828712MethodDeclarations.h +26 五月 2020 | 00:52:38,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946MethodDeclarations.h +26 五月 2020 | 00:52:38,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937MethodDeclarations.h +26 五月 2020 | 00:52:38,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713.h +26 五月 2020 | 00:52:38,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960.h +26 五月 2020 | 00:52:38,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780.h +26 五月 2020 | 00:52:38,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1612828713MethodDeclarations.h +26 五月 2020 | 00:52:38,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780MethodDeclarations.h +26 五月 2020 | 00:52:38,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946.h +26 五月 2020 | 00:52:38,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960MethodDeclarations.h +26 五月 2020 | 00:52:38,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1784267946MethodDeclarations.h +26 五月 2020 | 00:52:38,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276.h +26 五月 2020 | 00:52:38,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960.h +26 五月 2020 | 00:52:38,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276MethodDeclarations.h +26 五月 2020 | 00:52:38,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen1886692960MethodDeclarations.h +26 五月 2020 | 00:52:38,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460.h +26 五月 2020 | 00:52:38,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276.h +26 五月 2020 | 00:52:38,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460MethodDeclarations.h +26 五月 2020 | 00:52:38,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen191583276MethodDeclarations.h +26 五月 2020 | 00:52:38,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711.h +26 五月 2020 | 00:52:38,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711MethodDeclarations.h +26 五月 2020 | 00:52:38,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776.h +26 五月 2020 | 00:52:38,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460.h +26 五月 2020 | 00:52:38,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776MethodDeclarations.h +26 五月 2020 | 00:52:38,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen193145460MethodDeclarations.h +26 五月 2020 | 00:52:38,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427.h +26 五月 2020 | 00:52:38,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711.h +26 五月 2020 | 00:52:38,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427MethodDeclarations.h +26 五月 2020 | 00:52:38,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen195075711MethodDeclarations.h +26 五月 2020 | 00:52:38,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861.h +26 五月 2020 | 00:52:38,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776.h +26 五月 2020 | 00:52:38,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748.h +26 五月 2020 | 00:52:38,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2031355776MethodDeclarations.h +26 五月 2020 | 00:52:38,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427.h +26 五月 2020 | 00:52:38,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2058570427MethodDeclarations.h +26 五月 2020 | 00:52:38,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861.h +26 五月 2020 | 00:52:38,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861MethodDeclarations.h +26 五月 2020 | 00:52:38,677 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748MethodDeclarations.h +26 五月 2020 | 00:52:38,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2151311861MethodDeclarations.h +26 五月 2020 | 00:52:38,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113.h +26 五月 2020 | 00:52:38,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874.h +26 五月 2020 | 00:52:38,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113.h +26 五月 2020 | 00:52:38,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874MethodDeclarations.h +26 五月 2020 | 00:52:38,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113MethodDeclarations.h +26 五月 2020 | 00:52:38,682 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722.h +26 五月 2020 | 00:52:38,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557.h +26 五月 2020 | 00:52:38,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722MethodDeclarations.h +26 五月 2020 | 00:52:38,683 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557MethodDeclarations.h +26 五月 2020 | 00:52:38,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135.h +26 五月 2020 | 00:52:38,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135MethodDeclarations.h +26 五月 2020 | 00:52:38,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402.h +26 五月 2020 | 00:52:38,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402MethodDeclarations.h +26 五月 2020 | 00:52:38,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773.h +26 五月 2020 | 00:52:38,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773MethodDeclarations.h +26 五月 2020 | 00:52:38,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650.h +26 五月 2020 | 00:52:38,694 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650MethodDeclarations.h +26 五月 2020 | 00:52:38,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533.h +26 五月 2020 | 00:52:38,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533MethodDeclarations.h +26 五月 2020 | 00:52:38,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451.h +26 五月 2020 | 00:52:38,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2180554113MethodDeclarations.h +26 五月 2020 | 00:52:38,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557.h +26 五月 2020 | 00:52:38,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451MethodDeclarations.h +26 五月 2020 | 00:52:38,746 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2246402557MethodDeclarations.h +26 五月 2020 | 00:52:38,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046.h +26 五月 2020 | 00:52:38,747 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135.h +26 五月 2020 | 00:52:38,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046MethodDeclarations.h +26 五月 2020 | 00:52:38,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2302355135MethodDeclarations.h +26 五月 2020 | 00:52:38,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469.h +26 五月 2020 | 00:52:38,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402.h +26 五月 2020 | 00:52:38,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469MethodDeclarations.h +26 五月 2020 | 00:52:38,752 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845.h +26 五月 2020 | 00:52:38,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2357868402MethodDeclarations.h +26 五月 2020 | 00:52:38,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773.h +26 五月 2020 | 00:52:38,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845MethodDeclarations.h +26 五月 2020 | 00:52:38,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145.h +26 五月 2020 | 00:52:38,756 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2399520773MethodDeclarations.h +26 五月 2020 | 00:52:38,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650.h +26 五月 2020 | 00:52:38,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen243638650MethodDeclarations.h +26 五月 2020 | 00:52:38,760 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533.h +26 五月 2020 | 00:52:38,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2504876533MethodDeclarations.h +26 五月 2020 | 00:52:38,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145MethodDeclarations.h +26 五月 2020 | 00:52:38,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451.h +26 五月 2020 | 00:52:38,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719.h +26 五月 2020 | 00:52:38,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169.h +26 五月 2020 | 00:52:38,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719MethodDeclarations.h +26 五月 2020 | 00:52:38,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2586467451MethodDeclarations.h +26 五月 2020 | 00:52:38,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172.h +26 五月 2020 | 00:52:38,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169MethodDeclarations.h +26 五月 2020 | 00:52:38,831 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046.h +26 五月 2020 | 00:52:38,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470.h +26 五月 2020 | 00:52:38,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2683253046MethodDeclarations.h +26 五月 2020 | 00:52:38,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470MethodDeclarations.h +26 五月 2020 | 00:52:38,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469.h +26 五月 2020 | 00:52:38,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193.h +26 五月 2020 | 00:52:38,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2699667469MethodDeclarations.h +26 五月 2020 | 00:52:38,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193MethodDeclarations.h +26 五月 2020 | 00:52:38,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845.h +26 五月 2020 | 00:52:38,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680.h +26 五月 2020 | 00:52:38,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2755656845MethodDeclarations.h +26 五月 2020 | 00:52:38,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145.h +26 五月 2020 | 00:52:38,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680MethodDeclarations.h +26 五月 2020 | 00:52:38,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758.h +26 五月 2020 | 00:52:38,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2766455145MethodDeclarations.h +26 五月 2020 | 00:52:38,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758MethodDeclarations.h +26 五月 2020 | 00:52:38,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169.h +26 五月 2020 | 00:52:38,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568.h +26 五月 2020 | 00:52:38,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen278199169MethodDeclarations.h +26 五月 2020 | 00:52:38,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568MethodDeclarations.h +26 五月 2020 | 00:52:38,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470.h +26 五月 2020 | 00:52:38,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2823602470MethodDeclarations.h +26 五月 2020 | 00:52:38,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193.h +26 五月 2020 | 00:52:38,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen2846658193MethodDeclarations.h +26 五月 2020 | 00:52:38,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680.h +26 五月 2020 | 00:52:38,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3036666680MethodDeclarations.h +26 五月 2020 | 00:52:38,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758.h +26 五月 2020 | 00:52:38,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172MethodDeclarations.h +26 五月 2020 | 00:52:38,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240.h +26 五月 2020 | 00:52:38,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240MethodDeclarations.h +26 五月 2020 | 00:52:38,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515.h +26 五月 2020 | 00:52:38,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3050876758MethodDeclarations.h +26 五月 2020 | 00:52:38,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601.h +26 五月 2020 | 00:52:38,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515MethodDeclarations.h +26 五月 2020 | 00:52:38,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568.h +26 五月 2020 | 00:52:38,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601MethodDeclarations.h +26 五月 2020 | 00:52:38,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600.h +26 五月 2020 | 00:52:38,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3052225568MethodDeclarations.h +26 五月 2020 | 00:52:38,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601.h +26 五月 2020 | 00:52:38,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600MethodDeclarations.h +26 五月 2020 | 00:52:38,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3162557601MethodDeclarations.h +26 五月 2020 | 00:52:38,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603.h +26 五月 2020 | 00:52:38,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600.h +26 五月 2020 | 00:52:38,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603MethodDeclarations.h +26 五月 2020 | 00:52:38,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3170244600MethodDeclarations.h +26 五月 2020 | 00:52:38,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761.h +26 五月 2020 | 00:52:38,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603.h +26 五月 2020 | 00:52:38,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761MethodDeclarations.h +26 五月 2020 | 00:52:38,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3188497603MethodDeclarations.h +26 五月 2020 | 00:52:38,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515.h +26 五月 2020 | 00:52:38,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761.h +26 五月 2020 | 00:52:38,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515MethodDeclarations.h +26 五月 2020 | 00:52:38,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3197707761MethodDeclarations.h +26 五月 2020 | 00:52:38,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481.h +26 五月 2020 | 00:52:38,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515.h +26 五月 2020 | 00:52:38,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481MethodDeclarations.h +26 五月 2020 | 00:52:38,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3270552515MethodDeclarations.h +26 五月 2020 | 00:52:38,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046.h +26 五月 2020 | 00:52:38,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481.h +26 五月 2020 | 00:52:38,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046MethodDeclarations.h +26 五月 2020 | 00:52:38,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3274872481MethodDeclarations.h +26 五月 2020 | 00:52:38,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317.h +26 五月 2020 | 00:52:38,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046.h +26 五月 2020 | 00:52:38,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317MethodDeclarations.h +26 五月 2020 | 00:52:38,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3420458046MethodDeclarations.h +26 五月 2020 | 00:52:38,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751.h +26 五月 2020 | 00:52:38,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317.h +26 五月 2020 | 00:52:38,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751MethodDeclarations.h +26 五月 2020 | 00:52:38,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3437536317MethodDeclarations.h +26 五月 2020 | 00:52:38,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027.h +26 五月 2020 | 00:52:38,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751.h +26 五月 2020 | 00:52:38,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027MethodDeclarations.h +26 五月 2020 | 00:52:38,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3527926751MethodDeclarations.h +26 五月 2020 | 00:52:38,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994.h +26 五月 2020 | 00:52:38,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027.h +26 五月 2020 | 00:52:38,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994MethodDeclarations.h +26 五月 2020 | 00:52:38,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3541117027MethodDeclarations.h +26 五月 2020 | 00:52:38,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522.h +26 五月 2020 | 00:52:38,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994.h +26 五月 2020 | 00:52:38,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522MethodDeclarations.h +26 五月 2020 | 00:52:38,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747.h +26 五月 2020 | 00:52:38,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3547175994MethodDeclarations.h +26 五月 2020 | 00:52:38,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522.h +26 五月 2020 | 00:52:38,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3637533522MethodDeclarations.h +26 五月 2020 | 00:52:39,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747.h +26 五月 2020 | 00:52:39,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747MethodDeclarations.h +26 五月 2020 | 00:52:39,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091.h +26 五月 2020 | 00:52:39,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091MethodDeclarations.h +26 五月 2020 | 00:52:39,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604.h +26 五月 2020 | 00:52:39,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3660783747MethodDeclarations.h +26 五月 2020 | 00:52:39,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604MethodDeclarations.h +26 五月 2020 | 00:52:39,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091.h +26 五月 2020 | 00:52:39,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3748291091MethodDeclarations.h +26 五月 2020 | 00:52:39,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995.h +26 五月 2020 | 00:52:39,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971.h +26 五月 2020 | 00:52:39,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995MethodDeclarations.h +26 五月 2020 | 00:52:39,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179.h +26 五月 2020 | 00:52:39,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971MethodDeclarations.h +26 五月 2020 | 00:52:39,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179MethodDeclarations.h +26 五月 2020 | 00:52:39,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262.h +26 五月 2020 | 00:52:39,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262MethodDeclarations.h +26 五月 2020 | 00:52:39,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315.h +26 五月 2020 | 00:52:39,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315MethodDeclarations.h +26 五月 2020 | 00:52:39,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355.h +26 五月 2020 | 00:52:39,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355MethodDeclarations.h +26 五月 2020 | 00:52:39,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993.h +26 五月 2020 | 00:52:39,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993MethodDeclarations.h +26 五月 2020 | 00:52:39,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453.h +26 五月 2020 | 00:52:39,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453MethodDeclarations.h +26 五月 2020 | 00:52:39,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712.h +26 五月 2020 | 00:52:39,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712MethodDeclarations.h +26 五月 2020 | 00:52:39,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514.h +26 五月 2020 | 00:52:39,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514MethodDeclarations.h +26 五月 2020 | 00:52:39,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357.h +26 五月 2020 | 00:52:39,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357MethodDeclarations.h +26 五月 2020 | 00:52:39,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325.h +26 五月 2020 | 00:52:39,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325MethodDeclarations.h +26 五月 2020 | 00:52:39,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299.h +26 五月 2020 | 00:52:39,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299MethodDeclarations.h +26 五月 2020 | 00:52:39,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296.h +26 五月 2020 | 00:52:39,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296MethodDeclarations.h +26 五月 2020 | 00:52:39,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785.h +26 五月 2020 | 00:52:39,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430.h +26 五月 2020 | 00:52:39,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971.h +26 五月 2020 | 00:52:39,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785MethodDeclarations.h +26 五月 2020 | 00:52:39,070 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3758245971MethodDeclarations.h +26 五月 2020 | 00:52:39,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430MethodDeclarations.h +26 五月 2020 | 00:52:39,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521.h +26 五月 2020 | 00:52:39,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369.h +26 五月 2020 | 00:52:39,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262.h +26 五月 2020 | 00:52:39,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521MethodDeclarations.h +26 五月 2020 | 00:52:39,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369MethodDeclarations.h +26 五月 2020 | 00:52:39,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855.h +26 五月 2020 | 00:52:39,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3784822262MethodDeclarations.h +26 五月 2020 | 00:52:39,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888.h +26 五月 2020 | 00:52:39,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855MethodDeclarations.h +26 五月 2020 | 00:52:39,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315.h +26 五月 2020 | 00:52:39,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946.h +26 五月 2020 | 00:52:39,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3802574315MethodDeclarations.h +26 五月 2020 | 00:52:39,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888MethodDeclarations.h +26 五月 2020 | 00:52:39,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946MethodDeclarations.h +26 五月 2020 | 00:52:39,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355.h +26 五月 2020 | 00:52:39,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504.h +26 五月 2020 | 00:52:39,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125.h +26 五月 2020 | 00:52:39,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3857795355MethodDeclarations.h +26 五月 2020 | 00:52:39,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504MethodDeclarations.h +26 五月 2020 | 00:52:39,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125MethodDeclarations.h +26 五月 2020 | 00:52:39,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993.h +26 五月 2020 | 00:52:39,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574.h +26 五月 2020 | 00:52:39,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358.h +26 五月 2020 | 00:52:39,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3921398993MethodDeclarations.h +26 五月 2020 | 00:52:39,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574MethodDeclarations.h +26 五月 2020 | 00:52:39,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358MethodDeclarations.h +26 五月 2020 | 00:52:39,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453.h +26 五月 2020 | 00:52:39,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796.h +26 五月 2020 | 00:52:39,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665.h +26 五月 2020 | 00:52:39,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen39405453MethodDeclarations.h +26 五月 2020 | 00:52:39,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796MethodDeclarations.h +26 五月 2020 | 00:52:39,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665MethodDeclarations.h +26 五月 2020 | 00:52:39,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046.h +26 五月 2020 | 00:52:39,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712.h +26 五月 2020 | 00:52:39,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844.h +26 五月 2020 | 00:52:39,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen3944823712MethodDeclarations.h +26 五月 2020 | 00:52:39,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844MethodDeclarations.h +26 五月 2020 | 00:52:39,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514.h +26 五月 2020 | 00:52:39,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077.h +26 五月 2020 | 00:52:39,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4103576514MethodDeclarations.h +26 五月 2020 | 00:52:39,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077MethodDeclarations.h +26 五月 2020 | 00:52:39,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357.h +26 五月 2020 | 00:52:39,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765.h +26 五月 2020 | 00:52:39,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4117976357MethodDeclarations.h +26 五月 2020 | 00:52:39,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765MethodDeclarations.h +26 五月 2020 | 00:52:39,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325.h +26 五月 2020 | 00:52:39,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469.h +26 五月 2020 | 00:52:39,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4166282325MethodDeclarations.h +26 五月 2020 | 00:52:39,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469MethodDeclarations.h +26 五月 2020 | 00:52:39,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299.h +26 五月 2020 | 00:52:39,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896.h +26 五月 2020 | 00:52:39,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896MethodDeclarations.h +26 五月 2020 | 00:52:39,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4258870299MethodDeclarations.h +26 五月 2020 | 00:52:39,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961.h +26 五月 2020 | 00:52:39,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296.h +26 五月 2020 | 00:52:39,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961MethodDeclarations.h +26 五月 2020 | 00:52:39,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen4269189296MethodDeclarations.h +26 五月 2020 | 00:52:39,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062.h +26 五月 2020 | 00:52:39,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785.h +26 五月 2020 | 00:52:39,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062MethodDeclarations.h +26 五月 2020 | 00:52:39,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen438889785MethodDeclarations.h +26 五月 2020 | 00:52:39,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892.h +26 五月 2020 | 00:52:39,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521.h +26 五月 2020 | 00:52:39,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892MethodDeclarations.h +26 五月 2020 | 00:52:39,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen46493521MethodDeclarations.h +26 五月 2020 | 00:52:39,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855.h +26 五月 2020 | 00:52:39,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434.h +26 五月 2020 | 00:52:39,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen476516855MethodDeclarations.h +26 五月 2020 | 00:52:39,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434MethodDeclarations.h +26 五月 2020 | 00:52:39,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946.h +26 五月 2020 | 00:52:39,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822.h +26 五月 2020 | 00:52:39,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen552705946MethodDeclarations.h +26 五月 2020 | 00:52:39,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822MethodDeclarations.h +26 五月 2020 | 00:52:39,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125.h +26 五月 2020 | 00:52:39,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998.h +26 五月 2020 | 00:52:39,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen601447125MethodDeclarations.h +26 五月 2020 | 00:52:39,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046MethodDeclarations.h +26 五月 2020 | 00:52:39,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358.h +26 五月 2020 | 00:52:39,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177.h +26 五月 2020 | 00:52:39,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen672924358MethodDeclarations.h +26 五月 2020 | 00:52:39,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177MethodDeclarations.h +26 五月 2020 | 00:52:39,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796.h +26 五月 2020 | 00:52:39,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen78537796MethodDeclarations.h +26 五月 2020 | 00:52:39,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242.h +26 五月 2020 | 00:52:39,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046.h +26 五月 2020 | 00:52:39,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242MethodDeclarations.h +26 五月 2020 | 00:52:39,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986.h +26 五月 2020 | 00:52:39,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986MethodDeclarations.h +26 五月 2020 | 00:52:39,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361.h +26 五月 2020 | 00:52:39,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361MethodDeclarations.h +26 五月 2020 | 00:52:39,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732.h +26 五月 2020 | 00:52:39,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732MethodDeclarations.h +26 五月 2020 | 00:52:39,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763.h +26 五月 2020 | 00:52:39,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763MethodDeclarations.h +26 五月 2020 | 00:52:39,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547.h +26 五月 2020 | 00:52:39,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547MethodDeclarations.h +26 五月 2020 | 00:52:39,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070.h +26 五月 2020 | 00:52:39,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070MethodDeclarations.h +26 五月 2020 | 00:52:39,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998MethodDeclarations.h +26 五月 2020 | 00:52:39,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen867319046MethodDeclarations.h +26 五月 2020 | 00:52:39,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557.h +26 五月 2020 | 00:52:39,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177.h +26 五月 2020 | 00:52:39,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261.h +26 五月 2020 | 00:52:39,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557MethodDeclarations.h +26 五月 2020 | 00:52:39,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen948815177MethodDeclarations.h +26 五月 2020 | 00:52:39,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261MethodDeclarations.h +26 五月 2020 | 00:52:39,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036.h +26 五月 2020 | 00:52:39,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558.h +26 五月 2020 | 00:52:39,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036MethodDeclarations.h +26 五月 2020 | 00:52:39,159 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242.h +26 五月 2020 | 00:52:39,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354.h +26 五月 2020 | 00:52:39,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558MethodDeclarations.h +26 五月 2020 | 00:52:39,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Generic_List_1_gen959063242MethodDeclarations.h +26 五月 2020 | 00:52:39,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668.h +26 五月 2020 | 00:52:39,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354MethodDeclarations.h +26 五月 2020 | 00:52:39,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986.h +26 五月 2020 | 00:52:39,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593.h +26 五月 2020 | 00:52:39,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668MethodDeclarations.h +26 五月 2020 | 00:52:39,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable909839986MethodDeclarations.h +26 五月 2020 | 00:52:39,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593MethodDeclarations.h +26 五月 2020 | 00:52:39,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361.h +26 五月 2020 | 00:52:39,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049.h +26 五月 2020 | 00:52:39,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926.h +26 五月 2020 | 00:52:39,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Enumerator2466348361MethodDeclarations.h +26 五月 2020 | 00:52:39,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926MethodDeclarations.h +26 五月 2020 | 00:52:39,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049MethodDeclarations.h +26 五月 2020 | 00:52:39,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732.h +26 五月 2020 | 00:52:39,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084.h +26 五月 2020 | 00:52:39,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_EnumeratorMo2734922732MethodDeclarations.h +26 五月 2020 | 00:52:39,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137.h +26 五月 2020 | 00:52:39,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084MethodDeclarations.h +26 五月 2020 | 00:52:39,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763.h +26 五月 2020 | 00:52:39,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137MethodDeclarations.h +26 五月 2020 | 00:52:39,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299.h +26 五月 2020 | 00:52:39,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashKeys187688763MethodDeclarations.h +26 五月 2020 | 00:52:39,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593.h +26 五月 2020 | 00:52:39,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299MethodDeclarations.h +26 五月 2020 | 00:52:39,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547.h +26 五月 2020 | 00:52:39,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593MethodDeclarations.h +26 五月 2020 | 00:52:39,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783.h +26 五月 2020 | 00:52:39,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606.h +26 五月 2020 | 00:52:39,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783MethodDeclarations.h +26 五月 2020 | 00:52:39,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606MethodDeclarations.h +26 五月 2020 | 00:52:39,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718.h +26 五月 2020 | 00:52:39,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987.h +26 五月 2020 | 00:52:39,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_HashValues2390200547MethodDeclarations.h +26 五月 2020 | 00:52:39,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987MethodDeclarations.h +26 五月 2020 | 00:52:39,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070.h +26 五月 2020 | 00:52:39,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583.h +26 五月 2020 | 00:52:39,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_KeyMarker4029226070MethodDeclarations.h +26 五月 2020 | 00:52:39,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583MethodDeclarations.h +26 五月 2020 | 00:52:39,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261.h +26 五月 2020 | 00:52:39,194 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235.h +26 五月 2020 | 00:52:39,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235MethodDeclarations.h +26 五月 2020 | 00:52:39,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_Slot2022531261MethodDeclarations.h +26 五月 2020 | 00:52:39,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777.h +26 五月 2020 | 00:52:39,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558.h +26 五月 2020 | 00:52:39,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777MethodDeclarations.h +26 五月 2020 | 00:52:39,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Hashtable_SyncHashtabl1343674558MethodDeclarations.h +26 五月 2020 | 00:52:39,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261.h +26 五月 2020 | 00:52:39,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668.h +26 五月 2020 | 00:52:39,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261MethodDeclarations.h +26 五月 2020 | 00:52:39,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769.h +26 五月 2020 | 00:52:39,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718MethodDeclarations.h +26 五月 2020 | 00:52:39,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection1039942668MethodDeclarations.h +26 五月 2020 | 00:52:39,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787.h +26 五月 2020 | 00:52:39,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769MethodDeclarations.h +26 五月 2020 | 00:52:39,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049.h +26 五月 2020 | 00:52:39,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787MethodDeclarations.h +26 五月 2020 | 00:52:39,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869.h +26 五月 2020 | 00:52:39,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection2231194049MethodDeclarations.h +26 五月 2020 | 00:52:39,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691.h +26 五月 2020 | 00:52:39,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869MethodDeclarations.h +26 五月 2020 | 00:52:39,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137.h +26 五月 2020 | 00:52:39,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691MethodDeclarations.h +26 五月 2020 | 00:52:39,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124.h +26 五月 2020 | 00:52:39,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3443176137MethodDeclarations.h +26 五月 2020 | 00:52:39,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227.h +26 五月 2020 | 00:52:39,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593.h +26 五月 2020 | 00:52:39,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124MethodDeclarations.h +26 五月 2020 | 00:52:39,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227MethodDeclarations.h +26 五月 2020 | 00:52:39,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_Collection3930869593MethodDeclarations.h +26 五月 2020 | 00:52:39,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303.h +26 五月 2020 | 00:52:39,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430.h +26 五月 2020 | 00:52:39,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303MethodDeclarations.h +26 五月 2020 | 00:52:39,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606.h +26 五月 2020 | 00:52:39,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430MethodDeclarations.h +26 五月 2020 | 00:52:39,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466.h +26 五月 2020 | 00:52:39,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431.h +26 五月 2020 | 00:52:39,215 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466MethodDeclarations.h +26 五月 2020 | 00:52:39,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431MethodDeclarations.h +26 五月 2020 | 00:52:39,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156.h +26 五月 2020 | 00:52:39,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo1683983606MethodDeclarations.h +26 五月 2020 | 00:52:39,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156MethodDeclarations.h +26 五月 2020 | 00:52:39,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432.h +26 五月 2020 | 00:52:39,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432MethodDeclarations.h +26 五月 2020 | 00:52:39,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987.h +26 五月 2020 | 00:52:39,223 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268.h +26 五月 2020 | 00:52:39,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987MethodDeclarations.h +26 五月 2020 | 00:52:39,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268MethodDeclarations.h +26 五月 2020 | 00:52:39,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583.h +26 五月 2020 | 00:52:39,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCo3279072583MethodDeclarations.h +26 五月 2020 | 00:52:39,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568.h +26 五月 2020 | 00:52:39,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602.h +26 五月 2020 | 00:52:39,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568MethodDeclarations.h +26 五月 2020 | 00:52:39,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235.h +26 五月 2020 | 00:52:39,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602MethodDeclarations.h +26 五月 2020 | 00:52:39,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394.h +26 五月 2020 | 00:52:39,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665.h +26 五月 2020 | 00:52:39,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394MethodDeclarations.h +26 五月 2020 | 00:52:39,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665MethodDeclarations.h +26 五月 2020 | 00:52:39,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ObjectModel_ReadOnlyCol279943235MethodDeclarations.h +26 五月 2020 | 00:52:39,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659.h +26 五月 2020 | 00:52:39,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679.h +26 五月 2020 | 00:52:39,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777.h +26 五月 2020 | 00:52:39,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue1288490777MethodDeclarations.h +26 五月 2020 | 00:52:39,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261.h +26 五月 2020 | 00:52:39,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679MethodDeclarations.h +26 五月 2020 | 00:52:39,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Queue_QueueEnumerator644509261MethodDeclarations.h +26 五月 2020 | 00:52:39,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495.h +26 五月 2020 | 00:52:39,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659MethodDeclarations.h +26 五月 2020 | 00:52:39,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769.h +26 五月 2020 | 00:52:39,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495MethodDeclarations.h +26 五月 2020 | 00:52:39,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146.h +26 五月 2020 | 00:52:39,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146MethodDeclarations.h +26 五月 2020 | 00:52:39,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_ReadOnlyCollectionBase22281769MethodDeclarations.h +26 五月 2020 | 00:52:39,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580.h +26 五月 2020 | 00:52:39,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869.h +26 五月 2020 | 00:52:39,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580MethodDeclarations.h +26 五月 2020 | 00:52:39,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList3004938869MethodDeclarations.h +26 五月 2020 | 00:52:39,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832.h +26 五月 2020 | 00:52:39,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124.h +26 五月 2020 | 00:52:39,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832MethodDeclarations.h +26 五月 2020 | 00:52:39,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Enumerator1531140124MethodDeclarations.h +26 五月 2020 | 00:52:39,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276.h +26 五月 2020 | 00:52:39,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303.h +26 五月 2020 | 00:52:39,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469.h +26 五月 2020 | 00:52:39,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_EnumeratorM4029123303MethodDeclarations.h +26 五月 2020 | 00:52:39,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469MethodDeclarations.h +26 五月 2020 | 00:52:39,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466.h +26 五月 2020 | 00:52:39,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276MethodDeclarations.h +26 五月 2020 | 00:52:39,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956.h +26 五月 2020 | 00:52:39,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListKeys1925179466MethodDeclarations.h +26 五月 2020 | 00:52:39,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956MethodDeclarations.h +26 五月 2020 | 00:52:39,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156.h +26 五月 2020 | 00:52:39,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740.h +26 五月 2020 | 00:52:39,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854.h +26 五月 2020 | 00:52:39,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_ListValues4117764156MethodDeclarations.h +26 五月 2020 | 00:52:39,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740MethodDeclarations.h +26 五月 2020 | 00:52:39,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602.h +26 五月 2020 | 00:52:39,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_SortedList_Slot2267560602MethodDeclarations.h +26 五月 2020 | 00:52:39,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394.h +26 五月 2020 | 00:52:39,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack1043988394MethodDeclarations.h +26 五月 2020 | 00:52:39,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854MethodDeclarations.h +26 五月 2020 | 00:52:39,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174.h +26 五月 2020 | 00:52:39,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659.h +26 五月 2020 | 00:52:39,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893.h +26 五月 2020 | 00:52:39,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174MethodDeclarations.h +26 五月 2020 | 00:52:39,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893MethodDeclarations.h +26 五月 2020 | 00:52:39,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Collections_Stack_Enumerator3156535659MethodDeclarations.h +26 五月 2020 | 00:52:39,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450.h +26 五月 2020 | 00:52:39,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121.h +26 五月 2020 | 00:52:39,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469.h +26 五月 2020 | 00:52:39,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450MethodDeclarations.h +26 五月 2020 | 00:52:39,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121MethodDeclarations.h +26 五月 2020 | 00:52:39,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417.h +26 五月 2020 | 00:52:39,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492.h +26 五月 2020 | 00:52:39,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417MethodDeclarations.h +26 五月 2020 | 00:52:39,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492MethodDeclarations.h +26 五月 2020 | 00:52:39,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616.h +26 五月 2020 | 00:52:39,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945.h +26 五月 2020 | 00:52:39,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1018108469MethodDeclarations.h +26 五月 2020 | 00:52:39,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616MethodDeclarations.h +26 五月 2020 | 00:52:39,296 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945MethodDeclarations.h +26 五月 2020 | 00:52:39,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956.h +26 五月 2020 | 00:52:39,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103.h +26 五月 2020 | 00:52:39,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170.h +26 五月 2020 | 00:52:39,298 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen102526956MethodDeclarations.h +26 五月 2020 | 00:52:39,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103MethodDeclarations.h +26 五月 2020 | 00:52:39,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170MethodDeclarations.h +26 五月 2020 | 00:52:39,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740.h +26 五月 2020 | 00:52:39,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181.h +26 五月 2020 | 00:52:39,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514.h +26 五月 2020 | 00:52:39,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181MethodDeclarations.h +26 五月 2020 | 00:52:39,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514MethodDeclarations.h +26 五月 2020 | 00:52:39,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991.h +26 五月 2020 | 00:52:39,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394.h +26 五月 2020 | 00:52:39,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991MethodDeclarations.h +26 五月 2020 | 00:52:39,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394MethodDeclarations.h +26 五月 2020 | 00:52:39,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1035186740MethodDeclarations.h +26 五月 2020 | 00:52:39,305 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024.h +26 五月 2020 | 00:52:39,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685.h +26 五月 2020 | 00:52:39,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174.h +26 五月 2020 | 00:52:39,307 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024MethodDeclarations.h +26 五月 2020 | 00:52:39,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685MethodDeclarations.h +26 五月 2020 | 00:52:39,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1125577174MethodDeclarations.h +26 五月 2020 | 00:52:39,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023.h +26 五月 2020 | 00:52:39,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738.h +26 五月 2020 | 00:52:39,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023MethodDeclarations.h +26 五月 2020 | 00:52:39,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450.h +26 五月 2020 | 00:52:39,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738MethodDeclarations.h +26 五月 2020 | 00:52:39,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026.h +26 五月 2020 | 00:52:39,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1138767450MethodDeclarations.h +26 五月 2020 | 00:52:39,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778.h +26 五月 2020 | 00:52:39,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417.h +26 五月 2020 | 00:52:39,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1144826417MethodDeclarations.h +26 五月 2020 | 00:52:39,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945.h +26 五月 2020 | 00:52:39,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778MethodDeclarations.h +26 五月 2020 | 00:52:39,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1235183945MethodDeclarations.h +26 五月 2020 | 00:52:39,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026MethodDeclarations.h +26 五月 2020 | 00:52:39,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416.h +26 五月 2020 | 00:52:39,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170.h +26 五月 2020 | 00:52:39,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416MethodDeclarations.h +26 五月 2020 | 00:52:39,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1258434170MethodDeclarations.h +26 五月 2020 | 00:52:39,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135.h +26 五月 2020 | 00:52:39,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514.h +26 五月 2020 | 00:52:39,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135MethodDeclarations.h +26 五月 2020 | 00:52:39,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1345941514MethodDeclarations.h +26 五月 2020 | 00:52:39,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937.h +26 五月 2020 | 00:52:39,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184.h +26 五月 2020 | 00:52:39,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394.h +26 五月 2020 | 00:52:39,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937MethodDeclarations.h +26 五月 2020 | 00:52:39,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184MethodDeclarations.h +26 五月 2020 | 00:52:39,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1355896394MethodDeclarations.h +26 五月 2020 | 00:52:39,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780.h +26 五月 2020 | 00:52:39,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938.h +26 五月 2020 | 00:52:39,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685.h +26 五月 2020 | 00:52:39,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780MethodDeclarations.h +26 五月 2020 | 00:52:39,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938MethodDeclarations.h +26 五月 2020 | 00:52:39,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1382472685MethodDeclarations.h +26 五月 2020 | 00:52:39,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904.h +26 五月 2020 | 00:52:39,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738.h +26 五月 2020 | 00:52:39,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904MethodDeclarations.h +26 五月 2020 | 00:52:39,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748.h +26 五月 2020 | 00:52:39,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775.h +26 五月 2020 | 00:52:39,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1400224738MethodDeclarations.h +26 五月 2020 | 00:52:39,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775MethodDeclarations.h +26 五月 2020 | 00:52:39,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284.h +26 五月 2020 | 00:52:39,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284MethodDeclarations.h +26 五月 2020 | 00:52:39,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778.h +26 五月 2020 | 00:52:39,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748MethodDeclarations.h +26 五月 2020 | 00:52:39,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1455445778MethodDeclarations.h +26 五月 2020 | 00:52:39,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874.h +26 五月 2020 | 00:52:39,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Console2311202731.h +26 五月 2020 | 00:52:39,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416.h +26 五月 2020 | 00:52:39,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874MethodDeclarations.h +26 五月 2020 | 00:52:39,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Console2311202731MethodDeclarations.h +26 五月 2020 | 00:52:39,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1519049416MethodDeclarations.h +26 五月 2020 | 00:52:39,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722.h +26 五月 2020 | 00:52:39,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135.h +26 五月 2020 | 00:52:39,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722MethodDeclarations.h +26 五月 2020 | 00:52:39,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1542474135MethodDeclarations.h +26 五月 2020 | 00:52:39,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937.h +26 五月 2020 | 00:52:39,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1701226937MethodDeclarations.h +26 五月 2020 | 00:52:39,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780.h +26 五月 2020 | 00:52:39,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1715626780MethodDeclarations.h +26 五月 2020 | 00:52:39,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748.h +26 五月 2020 | 00:52:39,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719.h +26 五月 2020 | 00:52:39,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1763932748MethodDeclarations.h +26 五月 2020 | 00:52:39,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719MethodDeclarations.h +26 五月 2020 | 00:52:39,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874.h +26 五月 2020 | 00:52:39,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172.h +26 五月 2020 | 00:52:39,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen184117874MethodDeclarations.h +26 五月 2020 | 00:52:39,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438.h +26 五月 2020 | 00:52:39,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722.h +26 五月 2020 | 00:52:39,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438MethodDeclarations.h +26 五月 2020 | 00:52:39,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1856520722MethodDeclarations.h +26 五月 2020 | 00:52:39,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565.h +26 五月 2020 | 00:52:39,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719.h +26 五月 2020 | 00:52:39,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172MethodDeclarations.h +26 五月 2020 | 00:52:39,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565MethodDeclarations.h +26 五月 2020 | 00:52:39,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1866839719MethodDeclarations.h +26 五月 2020 | 00:52:39,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240.h +26 五月 2020 | 00:52:39,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939.h +26 五月 2020 | 00:52:39,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172.h +26 五月 2020 | 00:52:39,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240MethodDeclarations.h +26 五月 2020 | 00:52:39,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939MethodDeclarations.h +26 五月 2020 | 00:52:39,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515.h +26 五月 2020 | 00:52:39,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251.h +26 五月 2020 | 00:52:39,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515MethodDeclarations.h +26 五月 2020 | 00:52:39,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251MethodDeclarations.h +26 五月 2020 | 00:52:39,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604.h +26 五月 2020 | 00:52:39,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369.h +26 五月 2020 | 00:52:39,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1932023172MethodDeclarations.h +26 五月 2020 | 00:52:39,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369MethodDeclarations.h +26 五月 2020 | 00:52:39,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604MethodDeclarations.h +26 五月 2020 | 00:52:39,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240.h +26 五月 2020 | 00:52:39,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383.h +26 五月 2020 | 00:52:39,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995.h +26 五月 2020 | 00:52:39,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1939111240MethodDeclarations.h +26 五月 2020 | 00:52:39,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383MethodDeclarations.h +26 五月 2020 | 00:52:39,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995MethodDeclarations.h +26 五月 2020 | 00:52:39,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179.h +26 五月 2020 | 00:52:39,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669.h +26 五月 2020 | 00:52:39,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179MethodDeclarations.h +26 五月 2020 | 00:52:39,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669MethodDeclarations.h +26 五月 2020 | 00:52:39,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611.h +26 五月 2020 | 00:52:39,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430.h +26 五月 2020 | 00:52:39,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515.h +26 五月 2020 | 00:52:39,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611MethodDeclarations.h +26 五月 2020 | 00:52:39,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430MethodDeclarations.h +26 五月 2020 | 00:52:39,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906.h +26 五月 2020 | 00:52:39,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen1971155515MethodDeclarations.h +26 五月 2020 | 00:52:39,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369.h +26 五月 2020 | 00:52:39,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906MethodDeclarations.h +26 五月 2020 | 00:52:39,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369MethodDeclarations.h +26 五月 2020 | 00:52:39,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808.h +26 五月 2020 | 00:52:39,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604.h +26 五月 2020 | 00:52:39,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888.h +26 五月 2020 | 00:52:39,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808MethodDeclarations.h +26 五月 2020 | 00:52:39,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2023407604MethodDeclarations.h +26 五月 2020 | 00:52:39,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770.h +26 五月 2020 | 00:52:39,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888MethodDeclarations.h +26 五月 2020 | 00:52:39,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995.h +26 五月 2020 | 00:52:39,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770MethodDeclarations.h +26 五月 2020 | 00:52:39,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504.h +26 五月 2020 | 00:52:39,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2084200995MethodDeclarations.h +26 五月 2020 | 00:52:39,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893.h +26 五月 2020 | 00:52:39,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893MethodDeclarations.h +26 五月 2020 | 00:52:39,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179.h +26 五月 2020 | 00:52:39,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077.h +26 五月 2020 | 00:52:39,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2085763179MethodDeclarations.h +26 五月 2020 | 00:52:39,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504MethodDeclarations.h +26 五月 2020 | 00:52:39,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077MethodDeclarations.h +26 五月 2020 | 00:52:39,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574.h +26 五月 2020 | 00:52:39,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291.h +26 五月 2020 | 00:52:39,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574MethodDeclarations.h +26 五月 2020 | 00:52:39,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291MethodDeclarations.h +26 五月 2020 | 00:52:39,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995.h +26 五月 2020 | 00:52:39,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995MethodDeclarations.h +26 五月 2020 | 00:52:39,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665.h +26 五月 2020 | 00:52:39,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430.h +26 五月 2020 | 00:52:39,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665MethodDeclarations.h +26 五月 2020 | 00:52:39,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2087693430MethodDeclarations.h +26 五月 2020 | 00:52:39,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369.h +26 五月 2020 | 00:52:39,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077.h +26 五月 2020 | 00:52:39,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844.h +26 五月 2020 | 00:52:39,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2136256369MethodDeclarations.h +26 五月 2020 | 00:52:39,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077MethodDeclarations.h +26 五月 2020 | 00:52:39,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844MethodDeclarations.h +26 五月 2020 | 00:52:39,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888.h +26 五月 2020 | 00:52:39,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094.h +26 五月 2020 | 00:52:39,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077.h +26 五月 2020 | 00:52:39,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2170816888MethodDeclarations.h +26 五月 2020 | 00:52:39,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094MethodDeclarations.h +26 五月 2020 | 00:52:39,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077MethodDeclarations.h +26 五月 2020 | 00:52:39,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504.h +26 五月 2020 | 00:52:39,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506.h +26 五月 2020 | 00:52:39,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765.h +26 五月 2020 | 00:52:39,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506MethodDeclarations.h +26 五月 2020 | 00:52:39,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765MethodDeclarations.h +26 五月 2020 | 00:52:39,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606.h +26 五月 2020 | 00:52:39,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469.h +26 五月 2020 | 00:52:39,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606MethodDeclarations.h +26 五月 2020 | 00:52:39,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2331507504MethodDeclarations.h +26 五月 2020 | 00:52:39,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469MethodDeclarations.h +26 五月 2020 | 00:52:39,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234.h +26 五月 2020 | 00:52:39,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574.h +26 五月 2020 | 00:52:39,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896.h +26 五月 2020 | 00:52:39,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234MethodDeclarations.h +26 五月 2020 | 00:52:39,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2369134574MethodDeclarations.h +26 五月 2020 | 00:52:39,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896MethodDeclarations.h +26 五月 2020 | 00:52:39,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511.h +26 五月 2020 | 00:52:39,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961.h +26 五月 2020 | 00:52:39,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511MethodDeclarations.h +26 五月 2020 | 00:52:39,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961MethodDeclarations.h +26 五月 2020 | 00:52:39,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581.h +26 五月 2020 | 00:52:39,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062.h +26 五月 2020 | 00:52:39,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581MethodDeclarations.h +26 五月 2020 | 00:52:39,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062MethodDeclarations.h +26 五月 2020 | 00:52:39,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892.h +26 五月 2020 | 00:52:39,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892MethodDeclarations.h +26 五月 2020 | 00:52:39,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665.h +26 五月 2020 | 00:52:39,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887.h +26 五月 2020 | 00:52:39,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2445323665MethodDeclarations.h +26 五月 2020 | 00:52:39,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887MethodDeclarations.h +26 五月 2020 | 00:52:39,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434.h +26 五月 2020 | 00:52:39,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844.h +26 五月 2020 | 00:52:39,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354.h +26 五月 2020 | 00:52:39,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434MethodDeclarations.h +26 五月 2020 | 00:52:39,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822.h +26 五月 2020 | 00:52:39,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822MethodDeclarations.h +26 五月 2020 | 00:52:39,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998.h +26 五月 2020 | 00:52:39,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354MethodDeclarations.h +26 五月 2020 | 00:52:39,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087.h +26 五月 2020 | 00:52:39,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2494064844MethodDeclarations.h +26 五月 2020 | 00:52:39,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087MethodDeclarations.h +26 五月 2020 | 00:52:39,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077.h +26 五月 2020 | 00:52:39,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881.h +26 五月 2020 | 00:52:39,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2565542077MethodDeclarations.h +26 五月 2020 | 00:52:39,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881MethodDeclarations.h +26 五月 2020 | 00:52:39,454 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765.h +26 五月 2020 | 00:52:39,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597.h +26 五月 2020 | 00:52:39,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597MethodDeclarations.h +26 五月 2020 | 00:52:39,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001.h +26 五月 2020 | 00:52:39,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001MethodDeclarations.h +26 五月 2020 | 00:52:39,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042.h +26 五月 2020 | 00:52:39,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042MethodDeclarations.h +26 五月 2020 | 00:52:39,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Double4078015681.h +26 五月 2020 | 00:52:39,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Double4078015681MethodDeclarations.h +26 五月 2020 | 00:52:39,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210.h +26 五月 2020 | 00:52:39,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210MethodDeclarations.h +26 五月 2020 | 00:52:39,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545.h +26 五月 2020 | 00:52:39,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2759936765MethodDeclarations.h +26 五月 2020 | 00:52:39,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998MethodDeclarations.h +26 五月 2020 | 00:52:39,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545MethodDeclarations.h +26 五月 2020 | 00:52:39,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469.h +26 五月 2020 | 00:52:39,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671.h +26 五月 2020 | 00:52:39,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557.h +26 五月 2020 | 00:52:39,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen280903469MethodDeclarations.h +26 五月 2020 | 00:52:39,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671MethodDeclarations.h +26 五月 2020 | 00:52:39,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557MethodDeclarations.h +26 五月 2020 | 00:52:39,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896.h +26 五月 2020 | 00:52:39,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278.h +26 五月 2020 | 00:52:39,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036.h +26 五月 2020 | 00:52:39,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2841432896MethodDeclarations.h +26 五月 2020 | 00:52:39,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278MethodDeclarations.h +26 五月 2020 | 00:52:39,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961.h +26 五月 2020 | 00:52:39,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036MethodDeclarations.h +26 五月 2020 | 00:52:39,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707.h +26 五月 2020 | 00:52:39,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707MethodDeclarations.h +26 五月 2020 | 00:52:39,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2851680961MethodDeclarations.h +26 五月 2020 | 00:52:39,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354.h +26 五月 2020 | 00:52:39,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526.h +26 五月 2020 | 00:52:39,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062.h +26 五月 2020 | 00:52:39,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354MethodDeclarations.h +26 五月 2020 | 00:52:39,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526MethodDeclarations.h +26 五月 2020 | 00:52:39,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2912134062MethodDeclarations.h +26 五月 2020 | 00:52:39,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593.h +26 五月 2020 | 00:52:39,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892.h +26 五月 2020 | 00:52:39,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687.h +26 五月 2020 | 00:52:39,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593MethodDeclarations.h +26 五月 2020 | 00:52:39,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen297317892MethodDeclarations.h +26 五月 2020 | 00:52:39,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687MethodDeclarations.h +26 五月 2020 | 00:52:39,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926.h +26 五月 2020 | 00:52:39,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926MethodDeclarations.h +26 五月 2020 | 00:52:39,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434.h +26 五月 2020 | 00:52:39,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084.h +26 五月 2020 | 00:52:39,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2979606434MethodDeclarations.h +26 五月 2020 | 00:52:39,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084MethodDeclarations.h +26 五月 2020 | 00:52:39,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822.h +26 五月 2020 | 00:52:39,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299.h +26 五月 2020 | 00:52:39,494 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen2991516822MethodDeclarations.h +26 五月 2020 | 00:52:39,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299MethodDeclarations.h +26 五月 2020 | 00:52:39,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998.h +26 五月 2020 | 00:52:39,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783.h +26 五月 2020 | 00:52:39,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3018271998MethodDeclarations.h +26 五月 2020 | 00:52:39,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783MethodDeclarations.h +26 五月 2020 | 00:52:39,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125.h +26 五月 2020 | 00:52:39,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718.h +26 五月 2020 | 00:52:39,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557.h +26 五月 2020 | 00:52:39,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125MethodDeclarations.h +26 五月 2020 | 00:52:39,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3082179557MethodDeclarations.h +26 五月 2020 | 00:52:39,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036.h +26 五月 2020 | 00:52:39,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3136316036MethodDeclarations.h +26 五月 2020 | 00:52:39,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354.h +26 五月 2020 | 00:52:39,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379.h +26 五月 2020 | 00:52:39,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3140420354MethodDeclarations.h +26 五月 2020 | 00:52:39,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379MethodDeclarations.h +26 五月 2020 | 00:52:39,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593.h +26 五月 2020 | 00:52:39,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3209731593MethodDeclarations.h +26 五月 2020 | 00:52:39,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169.h +26 五月 2020 | 00:52:39,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926.h +26 五月 2020 | 00:52:39,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169MethodDeclarations.h +26 五月 2020 | 00:52:39,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3282130926MethodDeclarations.h +26 五月 2020 | 00:52:39,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286.h +26 五月 2020 | 00:52:39,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084.h +26 五月 2020 | 00:52:39,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286MethodDeclarations.h +26 五月 2020 | 00:52:39,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3290959084MethodDeclarations.h +26 五月 2020 | 00:52:39,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_GC2902933594.h +26 五月 2020 | 00:52:39,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299.h +26 五月 2020 | 00:52:39,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_GC2902933594MethodDeclarations.h +26 五月 2020 | 00:52:39,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3333616299MethodDeclarations.h +26 五月 2020 | 00:52:39,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954.h +26 五月 2020 | 00:52:39,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783.h +26 五月 2020 | 00:52:39,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3338248783MethodDeclarations.h +26 五月 2020 | 00:52:39,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718.h +26 五月 2020 | 00:52:39,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718MethodDeclarations.h +26 五月 2020 | 00:52:39,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787.h +26 五月 2020 | 00:52:39,526 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787MethodDeclarations.h +26 五月 2020 | 00:52:39,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691.h +26 五月 2020 | 00:52:39,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691MethodDeclarations.h +26 五月 2020 | 00:52:39,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227.h +26 五月 2020 | 00:52:39,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227MethodDeclarations.h +26 五月 2020 | 00:52:39,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430.h +26 五月 2020 | 00:52:39,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430MethodDeclarations.h +26 五月 2020 | 00:52:39,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431.h +26 五月 2020 | 00:52:39,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431MethodDeclarations.h +26 五月 2020 | 00:52:39,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3461192718MethodDeclarations.h +26 五月 2020 | 00:52:39,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954MethodDeclarations.h +26 五月 2020 | 00:52:39,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432.h +26 五月 2020 | 00:52:39,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787.h +26 五月 2020 | 00:52:39,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602.h +26 五月 2020 | 00:52:39,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432MethodDeclarations.h +26 五月 2020 | 00:52:39,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3487679787MethodDeclarations.h +26 五月 2020 | 00:52:39,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268.h +26 五月 2020 | 00:52:39,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691.h +26 五月 2020 | 00:52:39,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268MethodDeclarations.h +26 五月 2020 | 00:52:39,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568.h +26 五月 2020 | 00:52:39,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568MethodDeclarations.h +26 五月 2020 | 00:52:39,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665.h +26 五月 2020 | 00:52:39,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602MethodDeclarations.h +26 五月 2020 | 00:52:39,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665MethodDeclarations.h +26 五月 2020 | 00:52:39,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594.h +26 五月 2020 | 00:52:39,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679.h +26 五月 2020 | 00:52:39,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3491303691MethodDeclarations.h +26 五月 2020 | 00:52:39,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594MethodDeclarations.h +26 五月 2020 | 00:52:39,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679MethodDeclarations.h +26 五月 2020 | 00:52:39,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227.h +26 五月 2020 | 00:52:39,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108.h +26 五月 2020 | 00:52:39,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495.h +26 五月 2020 | 00:52:39,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3499327227MethodDeclarations.h +26 五月 2020 | 00:52:39,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108MethodDeclarations.h +26 五月 2020 | 00:52:39,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495MethodDeclarations.h +26 五月 2020 | 00:52:39,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430.h +26 五月 2020 | 00:52:39,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157.h +26 五月 2020 | 00:52:39,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146.h +26 五月 2020 | 00:52:39,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446430MethodDeclarations.h +26 五月 2020 | 00:52:39,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157MethodDeclarations.h +26 五月 2020 | 00:52:39,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146MethodDeclarations.h +26 五月 2020 | 00:52:39,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431.h +26 五月 2020 | 00:52:39,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955.h +26 五月 2020 | 00:52:39,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580.h +26 五月 2020 | 00:52:39,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955MethodDeclarations.h +26 五月 2020 | 00:52:39,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446431MethodDeclarations.h +26 五月 2020 | 00:52:39,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580MethodDeclarations.h +26 五月 2020 | 00:52:39,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432.h +26 五月 2020 | 00:52:39,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524.h +26 五月 2020 | 00:52:39,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832.h +26 五月 2020 | 00:52:39,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3505446432MethodDeclarations.h +26 五月 2020 | 00:52:39,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524MethodDeclarations.h +26 五月 2020 | 00:52:39,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832MethodDeclarations.h +26 五月 2020 | 00:52:39,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268.h +26 五月 2020 | 00:52:39,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003.h +26 五月 2020 | 00:52:39,564 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003MethodDeclarations.h +26 五月 2020 | 00:52:39,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen353307268MethodDeclarations.h +26 五月 2020 | 00:52:39,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561.h +26 五月 2020 | 00:52:39,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568.h +26 五月 2020 | 00:52:39,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561MethodDeclarations.h +26 五月 2020 | 00:52:39,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276.h +26 五月 2020 | 00:52:39,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen364105568MethodDeclarations.h +26 五月 2020 | 00:52:39,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504.h +26 五月 2020 | 00:52:39,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276MethodDeclarations.h +26 五月 2020 | 00:52:39,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665.h +26 五月 2020 | 00:52:39,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504MethodDeclarations.h +26 五月 2020 | 00:52:39,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854.h +26 五月 2020 | 00:52:39,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3676885665MethodDeclarations.h +26 五月 2020 | 00:52:39,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085.h +26 五月 2020 | 00:52:39,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854MethodDeclarations.h +26 五月 2020 | 00:52:39,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679.h +26 五月 2020 | 00:52:39,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085MethodDeclarations.h +26 五月 2020 | 00:52:39,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893.h +26 五月 2020 | 00:52:39,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3779310679MethodDeclarations.h +26 五月 2020 | 00:52:39,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331.h +26 五月 2020 | 00:52:39,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893MethodDeclarations.h +26 五月 2020 | 00:52:39,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495.h +26 五月 2020 | 00:52:39,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331MethodDeclarations.h +26 五月 2020 | 00:52:39,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121.h +26 五月 2020 | 00:52:39,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3923973495MethodDeclarations.h +26 五月 2020 | 00:52:39,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568.h +26 五月 2020 | 00:52:39,577 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121MethodDeclarations.h +26 五月 2020 | 00:52:39,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146.h +26 五月 2020 | 00:52:39,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568MethodDeclarations.h +26 五月 2020 | 00:52:39,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492.h +26 五月 2020 | 00:52:39,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen3951188146MethodDeclarations.h +26 五月 2020 | 00:52:39,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929.h +26 五月 2020 | 00:52:39,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492MethodDeclarations.h +26 五月 2020 | 00:52:39,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929MethodDeclarations.h +26 五月 2020 | 00:52:39,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580.h +26 五月 2020 | 00:52:39,581 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616.h +26 五月 2020 | 00:52:39,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544.h +26 五月 2020 | 00:52:39,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4043929580MethodDeclarations.h +26 五月 2020 | 00:52:39,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616MethodDeclarations.h +26 五月 2020 | 00:52:39,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544MethodDeclarations.h +26 五月 2020 | 00:52:39,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832.h +26 五月 2020 | 00:52:39,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103.h +26 五月 2020 | 00:52:39,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4073171832MethodDeclarations.h +26 五月 2020 | 00:52:39,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276.h +26 五月 2020 | 00:52:39,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103MethodDeclarations.h +26 五月 2020 | 00:52:39,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435.h +26 五月 2020 | 00:52:39,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4139020276MethodDeclarations.h +26 五月 2020 | 00:52:39,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435MethodDeclarations.h +26 五月 2020 | 00:52:39,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181.h +26 五月 2020 | 00:52:39,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978.h +26 五月 2020 | 00:52:39,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854.h +26 五月 2020 | 00:52:39,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181MethodDeclarations.h +26 五月 2020 | 00:52:39,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978MethodDeclarations.h +26 五月 2020 | 00:52:39,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991.h +26 五月 2020 | 00:52:39,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137.h +26 五月 2020 | 00:52:39,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991MethodDeclarations.h +26 五月 2020 | 00:52:39,592 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137MethodDeclarations.h +26 五月 2020 | 00:52:39,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4194972854MethodDeclarations.h +26 五月 2020 | 00:52:39,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024.h +26 五月 2020 | 00:52:39,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823.h +26 五月 2020 | 00:52:39,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893.h +26 五月 2020 | 00:52:39,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024MethodDeclarations.h +26 五月 2020 | 00:52:39,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen421252893MethodDeclarations.h +26 五月 2020 | 00:52:39,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823MethodDeclarations.h +26 五月 2020 | 00:52:39,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023.h +26 五月 2020 | 00:52:39,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944.h +26 五月 2020 | 00:52:39,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121.h +26 五月 2020 | 00:52:39,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944MethodDeclarations.h +26 五月 2020 | 00:52:39,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023MethodDeclarations.h +26 五月 2020 | 00:52:39,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4250486121MethodDeclarations.h +26 五月 2020 | 00:52:39,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026.h +26 五月 2020 | 00:52:39,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799.h +26 五月 2020 | 00:52:39,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492.h +26 五月 2020 | 00:52:39,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799MethodDeclarations.h +26 五月 2020 | 00:52:39,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026MethodDeclarations.h +26 五月 2020 | 00:52:39,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen4292138492MethodDeclarations.h +26 五月 2020 | 00:52:39,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593.h +26 五月 2020 | 00:52:39,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184.h +26 五月 2020 | 00:52:39,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616.h +26 五月 2020 | 00:52:39,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184MethodDeclarations.h +26 五月 2020 | 00:52:39,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen444308616MethodDeclarations.h +26 五月 2020 | 00:52:39,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593MethodDeclarations.h +26 五月 2020 | 00:52:39,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103.h +26 五月 2020 | 00:52:39,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393.h +26 五月 2020 | 00:52:39,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen634317103MethodDeclarations.h +26 五月 2020 | 00:52:39,608 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393MethodDeclarations.h +26 五月 2020 | 00:52:39,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938.h +26 五月 2020 | 00:52:39,609 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181.h +26 五月 2020 | 00:52:39,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768.h +26 五月 2020 | 00:52:39,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938MethodDeclarations.h +26 五月 2020 | 00:52:39,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen648527181MethodDeclarations.h +26 五月 2020 | 00:52:39,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768MethodDeclarations.h +26 五月 2020 | 00:52:39,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904.h +26 五月 2020 | 00:52:39,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991.h +26 五月 2020 | 00:52:39,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318.h +26 五月 2020 | 00:52:39,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904MethodDeclarations.h +26 五月 2020 | 00:52:39,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen649875991MethodDeclarations.h +26 五月 2020 | 00:52:39,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775.h +26 五月 2020 | 00:52:39,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318MethodDeclarations.h +26 五月 2020 | 00:52:39,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024.h +26 五月 2020 | 00:52:39,615 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775MethodDeclarations.h +26 五月 2020 | 00:52:39,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961.h +26 五月 2020 | 00:52:39,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen760208024MethodDeclarations.h +26 五月 2020 | 00:52:39,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284.h +26 五月 2020 | 00:52:39,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284MethodDeclarations.h +26 五月 2020 | 00:52:39,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961MethodDeclarations.h +26 五月 2020 | 00:52:39,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023.h +26 五月 2020 | 00:52:39,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Console2311202731.h +26 五月 2020 | 00:52:39,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen767895023MethodDeclarations.h +26 五月 2020 | 00:52:39,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453.h +26 五月 2020 | 00:52:39,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026.h +26 五月 2020 | 00:52:39,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Console2311202731MethodDeclarations.h +26 五月 2020 | 00:52:39,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453MethodDeclarations.h +26 五月 2020 | 00:52:39,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen786148026MethodDeclarations.h +26 五月 2020 | 00:52:39,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184.h +26 五月 2020 | 00:52:39,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen795358184MethodDeclarations.h +26 五月 2020 | 00:52:39,643 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938.h +26 五月 2020 | 00:52:39,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen868202938MethodDeclarations.h +26 五月 2020 | 00:52:39,645 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904.h +26 五月 2020 | 00:52:39,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Comparison_1_gen872522904MethodDeclarations.h +26 五月 2020 | 00:52:39,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775.h +26 五月 2020 | 00:52:39,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyH4147282775MethodDeclarations.h +26 五月 2020 | 00:52:39,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284.h +26 五月 2020 | 00:52:39,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Configuration_Assemblies_AssemblyV1223556284MethodDeclarations.h +26 五月 2020 | 00:52:39,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438.h +26 五月 2020 | 00:52:39,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477.h +26 五月 2020 | 00:52:39,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Console2311202731.h +26 五月 2020 | 00:52:39,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438MethodDeclarations.h +26 五月 2020 | 00:52:39,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477MethodDeclarations.h +26 五月 2020 | 00:52:39,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Console2311202731MethodDeclarations.h +26 五月 2020 | 00:52:39,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565.h +26 五月 2020 | 00:52:39,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565MethodDeclarations.h +26 五月 2020 | 00:52:39,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939.h +26 五月 2020 | 00:52:39,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939MethodDeclarations.h +26 五月 2020 | 00:52:39,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693.h +26 五月 2020 | 00:52:39,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251.h +26 五月 2020 | 00:52:39,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438.h +26 五月 2020 | 00:52:39,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693MethodDeclarations.h +26 五月 2020 | 00:52:39,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251MethodDeclarations.h +26 五月 2020 | 00:52:39,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ContextBoundObject4264702438MethodDeclarations.h +26 五月 2020 | 00:52:39,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328.h +26 五月 2020 | 00:52:39,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369.h +26 五月 2020 | 00:52:39,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565.h +26 五月 2020 | 00:52:39,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328MethodDeclarations.h +26 五月 2020 | 00:52:39,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Convert2607082565MethodDeclarations.h +26 五月 2020 | 00:52:39,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369MethodDeclarations.h +26 五月 2020 | 00:52:39,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064.h +26 五月 2020 | 00:52:40,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064MethodDeclarations.h +26 五月 2020 | 00:52:40,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383.h +26 五月 2020 | 00:52:40,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939.h +26 五月 2020 | 00:52:40,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335.h +26 五月 2020 | 00:52:40,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Converter_2_gen106372939MethodDeclarations.h +26 五月 2020 | 00:52:40,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383MethodDeclarations.h +26 五月 2020 | 00:52:40,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335MethodDeclarations.h +26 五月 2020 | 00:52:40,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251.h +26 五月 2020 | 00:52:40,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669.h +26 五月 2020 | 00:52:40,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742.h +26 五月 2020 | 00:52:40,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CultureAwareComparer1533343251MethodDeclarations.h +26 五月 2020 | 00:52:40,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669MethodDeclarations.h +26 五月 2020 | 00:52:40,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742MethodDeclarations.h +26 五月 2020 | 00:52:40,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369.h +26 五月 2020 | 00:52:40,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611.h +26 五月 2020 | 00:52:40,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301.h +26 五月 2020 | 00:52:40,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611MethodDeclarations.h +26 五月 2020 | 00:52:40,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_CurrentSystemTimeZone1172150369MethodDeclarations.h +26 五月 2020 | 00:52:40,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906.h +26 五月 2020 | 00:52:40,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383.h +26 五月 2020 | 00:52:40,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906MethodDeclarations.h +26 五月 2020 | 00:52:40,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DBNull972229383MethodDeclarations.h +26 五月 2020 | 00:52:40,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808.h +26 五月 2020 | 00:52:40,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669.h +26 五月 2020 | 00:52:40,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808MethodDeclarations.h +26 五月 2020 | 00:52:40,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTime693205669MethodDeclarations.h +26 五月 2020 | 00:52:40,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770.h +26 五月 2020 | 00:52:40,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611.h +26 五月 2020 | 00:52:40,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770MethodDeclarations.h +26 五月 2020 | 00:52:40,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301MethodDeclarations.h +26 五月 2020 | 00:52:40,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeKind2186819611MethodDeclarations.h +26 五月 2020 | 00:52:40,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893.h +26 五月 2020 | 00:52:40,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906.h +26 五月 2020 | 00:52:40,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893MethodDeclarations.h +26 五月 2020 | 00:52:40,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845.h +26 五月 2020 | 00:52:40,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeOffset1362988906MethodDeclarations.h +26 五月 2020 | 00:52:40,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845MethodDeclarations.h +26 五月 2020 | 00:52:40,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077.h +26 五月 2020 | 00:52:40,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808.h +26 五月 2020 | 00:52:40,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904.h +26 五月 2020 | 00:52:40,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077MethodDeclarations.h +26 五月 2020 | 00:52:40,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTimeUtils1974353808MethodDeclarations.h +26 五月 2020 | 00:52:40,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904MethodDeclarations.h +26 五月 2020 | 00:52:40,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291.h +26 五月 2020 | 00:52:40,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770.h +26 五月 2020 | 00:52:40,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768.h +26 五月 2020 | 00:52:40,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DateTime_Which4078252770MethodDeclarations.h +26 五月 2020 | 00:52:40,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291MethodDeclarations.h +26 五月 2020 | 00:52:40,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768MethodDeclarations.h +26 五月 2020 | 00:52:40,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893.h +26 五月 2020 | 00:52:40,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995.h +26 五月 2020 | 00:52:40,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215.h +26 五月 2020 | 00:52:40,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DayOfWeek721777893MethodDeclarations.h +26 五月 2020 | 00:52:40,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995MethodDeclarations.h +26 五月 2020 | 00:52:40,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215MethodDeclarations.h +26 五月 2020 | 00:52:40,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077.h +26 五月 2020 | 00:52:40,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077.h +26 五月 2020 | 00:52:40,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676.h +26 五月 2020 | 00:52:40,113 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Decimal724701077MethodDeclarations.h +26 五月 2020 | 00:52:40,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077MethodDeclarations.h +26 五月 2020 | 00:52:40,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676MethodDeclarations.h +26 五月 2020 | 00:52:40,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291.h +26 五月 2020 | 00:52:40,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197.h +26 五月 2020 | 00:52:40,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094.h +26 五月 2020 | 00:52:40,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197MethodDeclarations.h +26 五月 2020 | 00:52:40,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Delegate3022476291MethodDeclarations.h +26 五月 2020 | 00:52:40,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094MethodDeclarations.h +26 五月 2020 | 00:52:40,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995.h +26 五月 2020 | 00:52:40,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506.h +26 五月 2020 | 00:52:40,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateData1572802995MethodDeclarations.h +26 五月 2020 | 00:52:40,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381.h +26 五月 2020 | 00:52:40,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506MethodDeclarations.h +26 五月 2020 | 00:52:40,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381MethodDeclarations.h +26 五月 2020 | 00:52:40,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077.h +26 五月 2020 | 00:52:40,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606.h +26 五月 2020 | 00:52:40,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132.h +26 五月 2020 | 00:52:40,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606MethodDeclarations.h +26 五月 2020 | 00:52:40,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder753405077MethodDeclarations.h +26 五月 2020 | 00:52:40,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234.h +26 五月 2020 | 00:52:40,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132MethodDeclarations.h +26 五月 2020 | 00:52:40,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094.h +26 五月 2020 | 00:52:40,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234MethodDeclarations.h +26 五月 2020 | 00:52:40,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DelegateSerializationHolder_Delega3215410094MethodDeclarations.h +26 五月 2020 | 00:52:40,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511.h +26 五月 2020 | 00:52:40,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506.h +26 五月 2020 | 00:52:40,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511MethodDeclarations.h +26 五月 2020 | 00:52:40,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899.h +26 五月 2020 | 00:52:40,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute994551506MethodDeclarations.h +26 五月 2020 | 00:52:40,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581.h +26 五月 2020 | 00:52:40,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606.h +26 五月 2020 | 00:52:40,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggableAttribute_De2073970606MethodDeclarations.h +26 五月 2020 | 00:52:40,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234.h +26 五月 2020 | 00:52:40,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableAttri1386379234MethodDeclarations.h +26 五月 2020 | 00:52:40,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511.h +26 五月 2020 | 00:52:40,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899MethodDeclarations.h +26 五月 2020 | 00:52:40,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerBrowsableState944457511MethodDeclarations.h +26 五月 2020 | 00:52:40,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581.h +26 五月 2020 | 00:52:40,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087.h +26 五月 2020 | 00:52:40,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581MethodDeclarations.h +26 五月 2020 | 00:52:40,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087MethodDeclarations.h +26 五月 2020 | 00:52:40,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerDisplayAttribu1528914581MethodDeclarations.h +26 五月 2020 | 00:52:40,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887.h +26 五月 2020 | 00:52:40,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887.h +26 五月 2020 | 00:52:40,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685.h +26 五月 2020 | 00:52:40,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887MethodDeclarations.h +26 五月 2020 | 00:52:40,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685MethodDeclarations.h +26 五月 2020 | 00:52:40,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354.h +26 五月 2020 | 00:52:40,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerHiddenAttribute638884887MethodDeclarations.h +26 五月 2020 | 00:52:40,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179.h +26 五月 2020 | 00:52:40,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354MethodDeclarations.h +26 五月 2020 | 00:52:40,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354.h +26 五月 2020 | 00:52:40,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179MethodDeclarations.h +26 五月 2020 | 00:52:40,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087.h +26 五月 2020 | 00:52:40,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325.h +26 五月 2020 | 00:52:40,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087MethodDeclarations.h +26 五月 2020 | 00:52:40,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerStepThroughAttr518825354MethodDeclarations.h +26 五月 2020 | 00:52:40,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325MethodDeclarations.h +26 五月 2020 | 00:52:40,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881.h +26 五月 2020 | 00:52:40,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087.h +26 五月 2020 | 00:52:40,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987.h +26 五月 2020 | 00:52:40,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_DebuggerTypeProxyAttrib970972087MethodDeclarations.h +26 五月 2020 | 00:52:40,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987MethodDeclarations.h +26 五月 2020 | 00:52:40,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881.h +26 五月 2020 | 00:52:40,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845.h +26 五月 2020 | 00:52:40,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845MethodDeclarations.h +26 五月 2020 | 00:52:40,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881MethodDeclarations.h +26 五月 2020 | 00:52:40,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065.h +26 五月 2020 | 00:52:40,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597.h +26 五月 2020 | 00:52:40,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackFrame2050294881MethodDeclarations.h +26 五月 2020 | 00:52:40,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597MethodDeclarations.h +26 五月 2020 | 00:52:40,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597.h +26 五月 2020 | 00:52:40,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065MethodDeclarations.h +26 五月 2020 | 00:52:40,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Diagnostics_StackTrace2500644597MethodDeclarations.h +26 五月 2020 | 00:52:40,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869.h +26 五月 2020 | 00:52:40,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001.h +26 五月 2020 | 00:52:40,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869MethodDeclarations.h +26 五月 2020 | 00:52:40,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001.h +26 五月 2020 | 00:52:40,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001MethodDeclarations.h +26 五月 2020 | 00:52:40,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875.h +26 五月 2020 | 00:52:40,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DivideByZeroException1660837001MethodDeclarations.h +26 五月 2020 | 00:52:40,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875MethodDeclarations.h +26 五月 2020 | 00:52:40,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042.h +26 五月 2020 | 00:52:40,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042.h +26 五月 2020 | 00:52:40,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706.h +26 五月 2020 | 00:52:40,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042MethodDeclarations.h +26 五月 2020 | 00:52:40,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_DllNotFoundException3636280042MethodDeclarations.h +26 五月 2020 | 00:52:40,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706MethodDeclarations.h +26 五月 2020 | 00:52:40,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Double4078015681.h +26 五月 2020 | 00:52:40,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Double4078015681.h +26 五月 2020 | 00:52:40,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573.h +26 五月 2020 | 00:52:40,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Double4078015681MethodDeclarations.h +26 五月 2020 | 00:52:40,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Double4078015681MethodDeclarations.h +26 五月 2020 | 00:52:40,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573MethodDeclarations.h +26 五月 2020 | 00:52:40,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210.h +26 五月 2020 | 00:52:40,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040.h +26 五月 2020 | 00:52:40,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210.h +26 五月 2020 | 00:52:40,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210MethodDeclarations.h +26 五月 2020 | 00:52:40,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040MethodDeclarations.h +26 五月 2020 | 00:52:40,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EntryPointNotFoundException3956266210MethodDeclarations.h +26 五月 2020 | 00:52:40,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545.h +26 五月 2020 | 00:52:40,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306.h +26 五月 2020 | 00:52:40,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545.h +26 五月 2020 | 00:52:40,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306MethodDeclarations.h +26 五月 2020 | 00:52:40,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545MethodDeclarations.h +26 五月 2020 | 00:52:40,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Enum2459695545MethodDeclarations.h +26 五月 2020 | 00:52:40,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806.h +26 五月 2020 | 00:52:40,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671.h +26 五月 2020 | 00:52:40,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671.h +26 五月 2020 | 00:52:40,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806MethodDeclarations.h +26 五月 2020 | 00:52:40,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671MethodDeclarations.h +26 五月 2020 | 00:52:40,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Environment3662374671MethodDeclarations.h +26 五月 2020 | 00:52:40,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667.h +26 五月 2020 | 00:52:40,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278.h +26 五月 2020 | 00:52:40,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278.h +26 五月 2020 | 00:52:40,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278MethodDeclarations.h +26 五月 2020 | 00:52:40,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Environment_SpecialFolder1519540278MethodDeclarations.h +26 五月 2020 | 00:52:40,523 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667MethodDeclarations.h +26 五月 2020 | 00:52:40,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767.h +26 五月 2020 | 00:52:40,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767MethodDeclarations.h +26 五月 2020 | 00:52:40,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707.h +26 五月 2020 | 00:52:40,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707.h +26 五月 2020 | 00:52:40,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707MethodDeclarations.h +26 五月 2020 | 00:52:40,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EventArgs3289624707MethodDeclarations.h +26 五月 2020 | 00:52:40,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526.h +26 五月 2020 | 00:52:40,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526.h +26 五月 2020 | 00:52:40,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526MethodDeclarations.h +26 五月 2020 | 00:52:40,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_EventHandler277755526MethodDeclarations.h +26 五月 2020 | 00:52:40,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687.h +26 五月 2020 | 00:52:40,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687MethodDeclarations.h +26 五月 2020 | 00:52:40,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125.h +26 五月 2020 | 00:52:40,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687.h +26 五月 2020 | 00:52:40,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293.h +26 五月 2020 | 00:52:40,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125MethodDeclarations.h +26 五月 2020 | 00:52:40,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Exception1927440687MethodDeclarations.h +26 五月 2020 | 00:52:40,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379.h +26 五月 2020 | 00:52:40,672 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125.h +26 五月 2020 | 00:52:40,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379MethodDeclarations.h +26 五月 2020 | 00:52:40,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ExecutionEngineException1360775125MethodDeclarations.h +26 五月 2020 | 00:52:40,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379.h +26 五月 2020 | 00:52:40,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293MethodDeclarations.h +26 五月 2020 | 00:52:40,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169.h +26 五月 2020 | 00:52:40,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FieldAccessException1797813379MethodDeclarations.h +26 五月 2020 | 00:52:40,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635.h +26 五月 2020 | 00:52:40,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169MethodDeclarations.h +26 五月 2020 | 00:52:40,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635MethodDeclarations.h +26 五月 2020 | 00:52:40,738 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486.h +26 五月 2020 | 00:52:40,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486MethodDeclarations.h +26 五月 2020 | 00:52:40,745 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541.h +26 五月 2020 | 00:52:40,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541MethodDeclarations.h +26 五月 2020 | 00:52:40,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089.h +26 五月 2020 | 00:52:40,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089MethodDeclarations.h +26 五月 2020 | 00:52:40,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458.h +26 五月 2020 | 00:52:40,761 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458MethodDeclarations.h +26 五月 2020 | 00:52:40,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577.h +26 五月 2020 | 00:52:40,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286.h +26 五月 2020 | 00:52:40,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169.h +26 五月 2020 | 00:52:40,775 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577MethodDeclarations.h +26 五月 2020 | 00:52:40,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286MethodDeclarations.h +26 五月 2020 | 00:52:40,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FlagsAttribute859561169MethodDeclarations.h +26 五月 2020 | 00:52:40,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640.h +26 五月 2020 | 00:52:40,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_GC2902933594.h +26 五月 2020 | 00:52:40,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640MethodDeclarations.h +26 五月 2020 | 00:52:40,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_GC2902933594MethodDeclarations.h +26 五月 2020 | 00:52:40,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954.h +26 五月 2020 | 00:52:40,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286.h +26 五月 2020 | 00:52:40,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_FormatException2948921286MethodDeclarations.h +26 五月 2020 | 00:52:40,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_GC2902933594.h +26 五月 2020 | 00:52:40,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_GC2902933594MethodDeclarations.h +26 五月 2020 | 00:52:40,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954.h +26 五月 2020 | 00:52:40,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954MethodDeclarations.h +26 五月 2020 | 00:52:40,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCFixed2263957954MethodDeclarations.h +26 五月 2020 | 00:52:40,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602.h +26 五月 2020 | 00:52:40,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121.h +26 五月 2020 | 00:52:40,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121MethodDeclarations.h +26 五月 2020 | 00:52:40,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602MethodDeclarations.h +26 五月 2020 | 00:52:40,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594.h +26 五月 2020 | 00:52:40,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910.h +26 五月 2020 | 00:52:40,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594MethodDeclarations.h +26 五月 2020 | 00:52:40,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910MethodDeclarations.h +26 五月 2020 | 00:52:40,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108.h +26 五月 2020 | 00:52:40,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108MethodDeclarations.h +26 五月 2020 | 00:52:40,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157.h +26 五月 2020 | 00:52:40,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157MethodDeclarations.h +26 五月 2020 | 00:52:40,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955.h +26 五月 2020 | 00:52:40,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602.h +26 五月 2020 | 00:52:40,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520.h +26 五月 2020 | 00:52:40,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955MethodDeclarations.h +26 五月 2020 | 00:52:40,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520MethodDeclarations.h +26 五月 2020 | 00:52:40,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524.h +26 五月 2020 | 00:52:40,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729.h +26 五月 2020 | 00:52:40,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524MethodDeclarations.h +26 五月 2020 | 00:52:40,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003.h +26 五月 2020 | 00:52:40,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003MethodDeclarations.h +26 五月 2020 | 00:52:40,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561.h +26 五月 2020 | 00:52:40,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561MethodDeclarations.h +26 五月 2020 | 00:52:40,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504.h +26 五月 2020 | 00:52:40,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504MethodDeclarations.h +26 五月 2020 | 00:52:40,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085.h +26 五月 2020 | 00:52:40,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085MethodDeclarations.h +26 五月 2020 | 00:52:40,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331.h +26 五月 2020 | 00:52:40,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331MethodDeclarations.h +26 五月 2020 | 00:52:40,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568.h +26 五月 2020 | 00:52:40,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568MethodDeclarations.h +26 五月 2020 | 00:52:40,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929.h +26 五月 2020 | 00:52:40,916 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929MethodDeclarations.h +26 五月 2020 | 00:52:40,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544.h +26 五月 2020 | 00:52:40,918 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544MethodDeclarations.h +26 五月 2020 | 00:52:40,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435.h +26 五月 2020 | 00:52:40,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCGregorianCalendar852423602MethodDeclarations.h +26 五月 2020 | 00:52:40,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729MethodDeclarations.h +26 五月 2020 | 00:52:40,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435MethodDeclarations.h +26 五月 2020 | 00:52:40,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594.h +26 五月 2020 | 00:52:40,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978.h +26 五月 2020 | 00:52:40,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CCMath656981594MethodDeclarations.h +26 五月 2020 | 00:52:40,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978MethodDeclarations.h +26 五月 2020 | 00:52:40,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108.h +26 五月 2020 | 00:52:40,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137.h +26 五月 2020 | 00:52:40,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_Calendar585061108MethodDeclarations.h +26 五月 2020 | 00:52:40,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137MethodDeclarations.h +26 五月 2020 | 00:52:40,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157.h +26 五月 2020 | 00:52:40,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823.h +26 五月 2020 | 00:52:40,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareInfo2310920157MethodDeclarations.h +26 五月 2020 | 00:52:40,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823MethodDeclarations.h +26 五月 2020 | 00:52:40,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955.h +26 五月 2020 | 00:52:40,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CompareOptions2829943955MethodDeclarations.h +26 五月 2020 | 00:52:40,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944.h +26 五月 2020 | 00:52:40,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944MethodDeclarations.h +26 五月 2020 | 00:52:40,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524.h +26 五月 2020 | 00:52:40,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799.h +26 五月 2020 | 00:52:40,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureInfo3500843524MethodDeclarations.h +26 五月 2020 | 00:52:40,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799MethodDeclarations.h +26 五月 2020 | 00:52:40,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003.h +26 五月 2020 | 00:52:40,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593.h +26 五月 2020 | 00:52:40,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_CultureTypes441055003MethodDeclarations.h +26 五月 2020 | 00:52:40,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561.h +26 五月 2020 | 00:52:40,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatFlags3140910561MethodDeclarations.h +26 五月 2020 | 00:52:40,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504.h +26 五月 2020 | 00:52:40,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeFormatInfo2187473504MethodDeclarations.h +26 五月 2020 | 00:52:40,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085.h +26 五月 2020 | 00:52:40,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DateTimeStyles370343085MethodDeclarations.h +26 五月 2020 | 00:52:40,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331.h +26 五月 2020 | 00:52:40,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_DaylightTime3800227331MethodDeclarations.h +26 五月 2020 | 00:52:40,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568.h +26 五月 2020 | 00:52:40,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendar3361245568MethodDeclarations.h +26 五月 2020 | 00:52:40,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929.h +26 五月 2020 | 00:52:40,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_GregorianCalendarTyp3080789929MethodDeclarations.h +26 五月 2020 | 00:52:40,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544.h +26 五月 2020 | 00:52:40,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberFormatInfo104580544MethodDeclarations.h +26 五月 2020 | 00:52:40,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107.h +26 五月 2020 | 00:52:40,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593MethodDeclarations.h +26 五月 2020 | 00:52:41,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435.h +26 五月 2020 | 00:52:41,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107MethodDeclarations.h +26 五月 2020 | 00:52:41,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393.h +26 五月 2020 | 00:52:41,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_NumberStyles3408984435MethodDeclarations.h +26 五月 2020 | 00:52:41,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int164041245914.h +26 五月 2020 | 00:52:41,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393MethodDeclarations.h +26 五月 2020 | 00:52:41,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978.h +26 五月 2020 | 00:52:41,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int164041245914MethodDeclarations.h +26 五月 2020 | 00:52:41,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768.h +26 五月 2020 | 00:52:41,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_RegionInfo3784626978MethodDeclarations.h +26 五月 2020 | 00:52:41,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137.h +26 五月 2020 | 00:52:41,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int322071877448.h +26 五月 2020 | 00:52:41,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_SortKey1270563137MethodDeclarations.h +26 五月 2020 | 00:52:41,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int322071877448MethodDeclarations.h +26 五月 2020 | 00:52:41,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823.h +26 五月 2020 | 00:52:41,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int64909078037.h +26 五月 2020 | 00:52:41,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768MethodDeclarations.h +26 五月 2020 | 00:52:41,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Int64909078037MethodDeclarations.h +26 五月 2020 | 00:52:41,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo3620182823MethodDeclarations.h +26 五月 2020 | 00:52:41,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318.h +26 五月 2020 | 00:52:41,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609.h +26 五月 2020 | 00:52:41,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944.h +26 五月 2020 | 00:52:41,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318MethodDeclarations.h +26 五月 2020 | 00:52:41,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_TextInfo_Data1649773944MethodDeclarations.h +26 五月 2020 | 00:52:41,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609MethodDeclarations.h +26 五月 2020 | 00:52:41,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961.h +26 五月 2020 | 00:52:41,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799.h +26 五月 2020 | 00:52:41,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Globalization_UnicodeCategory682236799MethodDeclarations.h +26 五月 2020 | 00:52:41,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961MethodDeclarations.h +26 五月 2020 | 00:52:41,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593.h +26 五月 2020 | 00:52:41,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453.h +26 五月 2020 | 00:52:41,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453MethodDeclarations.h +26 五月 2020 | 00:52:41,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477.h +26 五月 2020 | 00:52:41,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Guid2533601593MethodDeclarations.h +26 五月 2020 | 00:52:41,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209.h +26 五月 2020 | 00:52:41,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477MethodDeclarations.h +26 五月 2020 | 00:52:41,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393.h +26 五月 2020 | 00:52:41,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209MethodDeclarations.h +26 五月 2020 | 00:52:41,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Guid_GuidParser1171336393MethodDeclarations.h +26 五月 2020 | 00:52:41,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768.h +26 五月 2020 | 00:52:41,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryReader2491843768MethodDeclarations.h +26 五月 2020 | 00:52:41,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318.h +26 五月 2020 | 00:52:41,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_BinaryWriter3179371318MethodDeclarations.h +26 五月 2020 | 00:52:41,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961.h +26 五月 2020 | 00:52:41,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Directory3318511961MethodDeclarations.h +26 五月 2020 | 00:52:41,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453.h +26 五月 2020 | 00:52:41,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryInfo1934446453MethodDeclarations.h +26 五月 2020 | 00:52:41,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559.h +26 五月 2020 | 00:52:41,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559MethodDeclarations.h +26 五月 2020 | 00:52:41,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477.h +26 五月 2020 | 00:52:41,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982.h +26 五月 2020 | 00:52:41,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_DirectoryNotFoundException373523477MethodDeclarations.h +26 五月 2020 | 00:52:41,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982MethodDeclarations.h +26 五月 2020 | 00:52:41,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200.h +26 五月 2020 | 00:52:41,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200MethodDeclarations.h +26 五月 2020 | 00:52:41,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191.h +26 五月 2020 | 00:52:41,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191MethodDeclarations.h +26 五月 2020 | 00:52:41,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Math2022911894.h +26 五月 2020 | 00:52:41,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Math2022911894MethodDeclarations.h +26 五月 2020 | 00:52:41,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827.h +26 五月 2020 | 00:52:41,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693.h +26 五月 2020 | 00:52:41,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827MethodDeclarations.h +26 五月 2020 | 00:52:41,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693MethodDeclarations.h +26 五月 2020 | 00:52:41,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328.h +26 五月 2020 | 00:52:41,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328MethodDeclarations.h +26 五月 2020 | 00:52:41,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064.h +26 五月 2020 | 00:52:41,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254.h +26 五月 2020 | 00:52:41,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693.h +26 五月 2020 | 00:52:41,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064MethodDeclarations.h +26 五月 2020 | 00:52:41,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254MethodDeclarations.h +26 五月 2020 | 00:52:41,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_EndOfStreamException1711658693MethodDeclarations.h +26 五月 2020 | 00:52:41,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335.h +26 五月 2020 | 00:52:41,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335MethodDeclarations.h +26 五月 2020 | 00:52:41,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328.h +26 五月 2020 | 00:52:41,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742.h +26 五月 2020 | 00:52:41,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_File1930543328MethodDeclarations.h +26 五月 2020 | 00:52:41,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742MethodDeclarations.h +26 五月 2020 | 00:52:41,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301.h +26 五月 2020 | 00:52:41,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301MethodDeclarations.h +26 五月 2020 | 00:52:41,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064.h +26 五月 2020 | 00:52:41,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileAccess4282042064MethodDeclarations.h +26 五月 2020 | 00:52:41,287 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335.h +26 五月 2020 | 00:52:41,288 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileAttributes3843045335MethodDeclarations.h +26 五月 2020 | 00:52:41,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742.h +26 五月 2020 | 00:52:41,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileInfo3153503742MethodDeclarations.h +26 五月 2020 | 00:52:41,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301.h +26 五月 2020 | 00:52:41,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619.h +26 五月 2020 | 00:52:41,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619MethodDeclarations.h +26 五月 2020 | 00:52:41,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847.h +26 五月 2020 | 00:52:41,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847MethodDeclarations.h +26 五月 2020 | 00:52:41,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileLoadException3198361301MethodDeclarations.h +26 五月 2020 | 00:52:41,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845.h +26 五月 2020 | 00:52:41,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986.h +26 五月 2020 | 00:52:41,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845MethodDeclarations.h +26 五月 2020 | 00:52:41,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904.h +26 五月 2020 | 00:52:41,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986MethodDeclarations.h +26 五月 2020 | 00:52:41,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286.h +26 五月 2020 | 00:52:41,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904MethodDeclarations.h +26 五月 2020 | 00:52:41,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768.h +26 五月 2020 | 00:52:41,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286MethodDeclarations.h +26 五月 2020 | 00:52:41,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768MethodDeclarations.h +26 五月 2020 | 00:52:41,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503.h +26 五月 2020 | 00:52:41,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215.h +26 五月 2020 | 00:52:41,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503MethodDeclarations.h +26 五月 2020 | 00:52:41,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215MethodDeclarations.h +26 五月 2020 | 00:52:41,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698.h +26 五月 2020 | 00:52:41,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676.h +26 五月 2020 | 00:52:41,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676MethodDeclarations.h +26 五月 2020 | 00:52:41,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197.h +26 五月 2020 | 00:52:41,432 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197MethodDeclarations.h +26 五月 2020 | 00:52:41,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381.h +26 五月 2020 | 00:52:41,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381MethodDeclarations.h +26 五月 2020 | 00:52:41,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132.h +26 五月 2020 | 00:52:41,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132MethodDeclarations.h +26 五月 2020 | 00:52:41,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899.h +26 五月 2020 | 00:52:41,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899MethodDeclarations.h +26 五月 2020 | 00:52:41,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087.h +26 五月 2020 | 00:52:41,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845.h +26 五月 2020 | 00:52:41,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698MethodDeclarations.h +26 五月 2020 | 00:52:41,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileMode236403845MethodDeclarations.h +26 五月 2020 | 00:52:41,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087MethodDeclarations.h +26 五月 2020 | 00:52:41,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328.h +26 五月 2020 | 00:52:41,476 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904.h +26 五月 2020 | 00:52:41,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328MethodDeclarations.h +26 五月 2020 | 00:52:41,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileNotFoundException4200667904MethodDeclarations.h +26 五月 2020 | 00:52:41,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768.h +26 五月 2020 | 00:52:41,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileOptions3144759768MethodDeclarations.h +26 五月 2020 | 00:52:41,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215.h +26 五月 2020 | 00:52:41,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileShare3362491215MethodDeclarations.h +26 五月 2020 | 00:52:41,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676.h +26 五月 2020 | 00:52:41,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream1695958676MethodDeclarations.h +26 五月 2020 | 00:52:41,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345.h +26 五月 2020 | 00:52:41,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685.h +26 五月 2020 | 00:52:41,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197.h +26 五月 2020 | 00:52:41,521 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685MethodDeclarations.h +26 五月 2020 | 00:52:41,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345MethodDeclarations.h +26 五月 2020 | 00:52:41,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStreamAsyncResult2252849197MethodDeclarations.h +26 五月 2020 | 00:52:41,523 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179.h +26 五月 2020 | 00:52:41,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179MethodDeclarations.h +26 五月 2020 | 00:52:41,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325.h +26 五月 2020 | 00:52:41,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325MethodDeclarations.h +26 五月 2020 | 00:52:41,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987.h +26 五月 2020 | 00:52:41,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987MethodDeclarations.h +26 五月 2020 | 00:52:41,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845.h +26 五月 2020 | 00:52:41,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845MethodDeclarations.h +26 五月 2020 | 00:52:41,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065.h +26 五月 2020 | 00:52:41,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065MethodDeclarations.h +26 五月 2020 | 00:52:41,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869.h +26 五月 2020 | 00:52:41,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869MethodDeclarations.h +26 五月 2020 | 00:52:41,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875.h +26 五月 2020 | 00:52:41,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875MethodDeclarations.h +26 五月 2020 | 00:52:41,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706.h +26 五月 2020 | 00:52:41,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381.h +26 五月 2020 | 00:52:41,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564.h +26 五月 2020 | 00:52:41,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_ReadDelegate3184826381MethodDeclarations.h +26 五月 2020 | 00:52:41,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706MethodDeclarations.h +26 五月 2020 | 00:52:41,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132.h +26 五月 2020 | 00:52:41,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileStream_WriteDelegate489908132MethodDeclarations.h +26 五月 2020 | 00:52:41,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573.h +26 五月 2020 | 00:52:41,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564MethodDeclarations.h +26 五月 2020 | 00:52:41,650 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899.h +26 五月 2020 | 00:52:41,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573MethodDeclarations.h +26 五月 2020 | 00:52:41,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706.h +26 五月 2020 | 00:52:41,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040.h +26 五月 2020 | 00:52:41,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706MethodDeclarations.h +26 五月 2020 | 00:52:41,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040MethodDeclarations.h +26 五月 2020 | 00:52:41,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306.h +26 五月 2020 | 00:52:41,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306MethodDeclarations.h +26 五月 2020 | 00:52:41,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806.h +26 五月 2020 | 00:52:41,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806MethodDeclarations.h +26 五月 2020 | 00:52:41,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667.h +26 五月 2020 | 00:52:41,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667MethodDeclarations.h +26 五月 2020 | 00:52:41,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767.h +26 五月 2020 | 00:52:41,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767MethodDeclarations.h +26 五月 2020 | 00:52:41,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571.h +26 五月 2020 | 00:52:41,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571MethodDeclarations.h +26 五月 2020 | 00:52:41,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_FileSystemInfo2360991899MethodDeclarations.h +26 五月 2020 | 00:52:41,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120.h +26 五月 2020 | 00:52:41,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120MethodDeclarations.h +26 五月 2020 | 00:52:41,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087.h +26 五月 2020 | 00:52:41,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355.h +26 五月 2020 | 00:52:41,748 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293.h +26 五月 2020 | 00:52:41,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_IOException2458421087MethodDeclarations.h +26 五月 2020 | 00:52:41,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685.h +26 五月 2020 | 00:52:41,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355MethodDeclarations.h +26 五月 2020 | 00:52:41,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_IsolatedStorage_IsolatedStorage2011779685MethodDeclarations.h +26 五月 2020 | 00:52:41,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179.h +26 五月 2020 | 00:52:41,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MemoryStream743994179MethodDeclarations.h +26 五月 2020 | 00:52:41,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325.h +26 五月 2020 | 00:52:41,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoFileType3095218325MethodDeclarations.h +26 五月 2020 | 00:52:41,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987.h +26 五月 2020 | 00:52:41,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIO2170088987MethodDeclarations.h +26 五月 2020 | 00:52:41,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845.h +26 五月 2020 | 00:52:41,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOError733012845MethodDeclarations.h +26 五月 2020 | 00:52:41,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065.h +26 五月 2020 | 00:52:41,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_MonoIOStat1621921065MethodDeclarations.h +26 五月 2020 | 00:52:41,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303.h +26 五月 2020 | 00:52:41,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293MethodDeclarations.h +26 五月 2020 | 00:52:41,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869.h +26 五月 2020 | 00:52:41,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303MethodDeclarations.h +26 五月 2020 | 00:52:41,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635.h +26 五月 2020 | 00:52:41,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_NullStream322566869MethodDeclarations.h +26 五月 2020 | 00:52:41,833 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635MethodDeclarations.h +26 五月 2020 | 00:52:41,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:41,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875.h +26 五月 2020 | 00:52:41,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486.h +26 五月 2020 | 00:52:41,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:41,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486MethodDeclarations.h +26 五月 2020 | 00:52:41,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Path41728875MethodDeclarations.h +26 五月 2020 | 00:52:41,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856.h +26 五月 2020 | 00:52:41,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541.h +26 五月 2020 | 00:52:41,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856MethodDeclarations.h +26 五月 2020 | 00:52:41,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541MethodDeclarations.h +26 五月 2020 | 00:52:41,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089.h +26 五月 2020 | 00:52:41,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089MethodDeclarations.h +26 五月 2020 | 00:52:41,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458.h +26 五月 2020 | 00:52:41,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458MethodDeclarations.h +26 五月 2020 | 00:52:41,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706.h +26 五月 2020 | 00:52:41,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407.h +26 五月 2020 | 00:52:41,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577.h +26 五月 2020 | 00:52:41,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_PathTooLongException2469314706MethodDeclarations.h +26 五月 2020 | 00:52:41,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407MethodDeclarations.h +26 五月 2020 | 00:52:41,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577MethodDeclarations.h +26 五月 2020 | 00:52:41,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573.h +26 五月 2020 | 00:52:41,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079.h +26 五月 2020 | 00:52:41,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640.h +26 五月 2020 | 00:52:41,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SearchOption3245573MethodDeclarations.h +26 五月 2020 | 00:52:41,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079MethodDeclarations.h +26 五月 2020 | 00:52:41,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640MethodDeclarations.h +26 五月 2020 | 00:52:41,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040.h +26 五月 2020 | 00:52:41,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435.h +26 五月 2020 | 00:52:41,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SearchPattern1107849040MethodDeclarations.h +26 五月 2020 | 00:52:41,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435MethodDeclarations.h +26 五月 2020 | 00:52:41,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306.h +26 五月 2020 | 00:52:41,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SeekOrigin2475945306MethodDeclarations.h +26 五月 2020 | 00:52:41,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806.h +26 五月 2020 | 00:52:41,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_Stream3255436806MethodDeclarations.h +26 五月 2020 | 00:52:41,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667.h +26 五月 2020 | 00:52:41,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamAsyncResult458551667MethodDeclarations.h +26 五月 2020 | 00:52:41,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767.h +26 五月 2020 | 00:52:41,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader2360341767MethodDeclarations.h +26 五月 2020 | 00:52:41,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018.h +26 五月 2020 | 00:52:41,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121.h +26 五月 2020 | 00:52:41,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018MethodDeclarations.h +26 五月 2020 | 00:52:41,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121MethodDeclarations.h +26 五月 2020 | 00:52:41,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910.h +26 五月 2020 | 00:52:41,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910MethodDeclarations.h +26 五月 2020 | 00:52:41,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520.h +26 五月 2020 | 00:52:41,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520MethodDeclarations.h +26 五月 2020 | 00:52:41,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729.h +26 五月 2020 | 00:52:41,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729MethodDeclarations.h +26 五月 2020 | 00:52:42,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107.h +26 五月 2020 | 00:52:42,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293.h +26 五月 2020 | 00:52:42,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003.h +26 五月 2020 | 00:52:42,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003MethodDeclarations.h +26 五月 2020 | 00:52:42,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107MethodDeclarations.h +26 五月 2020 | 00:52:42,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int164041245914.h +26 五月 2020 | 00:52:42,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int164041245914MethodDeclarations.h +26 五月 2020 | 00:52:42,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int322071877448.h +26 五月 2020 | 00:52:42,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int322071877448MethodDeclarations.h +26 五月 2020 | 00:52:42,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int64909078037.h +26 五月 2020 | 00:52:42,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Int64909078037MethodDeclarations.h +26 五月 2020 | 00:52:42,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609.h +26 五月 2020 | 00:52:42,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609MethodDeclarations.h +26 五月 2020 | 00:52:42,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854.h +26 五月 2020 | 00:52:42,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209.h +26 五月 2020 | 00:52:42,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamReader_NullStreamReader1178646293MethodDeclarations.h +26 五月 2020 | 00:52:42,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854MethodDeclarations.h +26 五月 2020 | 00:52:42,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209MethodDeclarations.h +26 五月 2020 | 00:52:42,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635.h +26 五月 2020 | 00:52:42,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StreamWriter3858580635MethodDeclarations.h +26 五月 2020 | 00:52:42,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486.h +26 五月 2020 | 00:52:42,113 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_StringReader1480123486MethodDeclarations.h +26 五月 2020 | 00:52:42,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541.h +26 五月 2020 | 00:52:42,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedReader498788541MethodDeclarations.h +26 五月 2020 | 00:52:42,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089.h +26 五月 2020 | 00:52:42,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_SynchronizedWriter1348457089MethodDeclarations.h +26 五月 2020 | 00:52:42,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458.h +26 五月 2020 | 00:52:42,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader1561828458MethodDeclarations.h +26 五月 2020 | 00:52:42,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818.h +26 五月 2020 | 00:52:42,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559.h +26 五月 2020 | 00:52:42,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818MethodDeclarations.h +26 五月 2020 | 00:52:42,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559MethodDeclarations.h +26 五月 2020 | 00:52:42,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982.h +26 五月 2020 | 00:52:42,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982MethodDeclarations.h +26 五月 2020 | 00:52:42,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200.h +26 五月 2020 | 00:52:42,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200MethodDeclarations.h +26 五月 2020 | 00:52:42,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191.h +26 五月 2020 | 00:52:42,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191MethodDeclarations.h +26 五月 2020 | 00:52:42,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Math2022911894.h +26 五月 2020 | 00:52:42,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Math2022911894MethodDeclarations.h +26 五月 2020 | 00:52:42,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119.h +26 五月 2020 | 00:52:42,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577.h +26 五月 2020 | 00:52:42,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827.h +26 五月 2020 | 00:52:42,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119MethodDeclarations.h +26 五月 2020 | 00:52:42,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextReader_NullTextReader516142577MethodDeclarations.h +26 五月 2020 | 00:52:42,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827MethodDeclarations.h +26 五月 2020 | 00:52:42,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640.h +26 五月 2020 | 00:52:42,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613.h +26 五月 2020 | 00:52:42,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter4027217640MethodDeclarations.h +26 五月 2020 | 00:52:42,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254.h +26 五月 2020 | 00:52:42,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613MethodDeclarations.h +26 五月 2020 | 00:52:42,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121.h +26 五月 2020 | 00:52:42,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254MethodDeclarations.h +26 五月 2020 | 00:52:42,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_TextWriter_NullTextWriter1732518121MethodDeclarations.h +26 五月 2020 | 00:52:42,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229.h +26 五月 2020 | 00:52:42,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910.h +26 五月 2020 | 00:52:42,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229MethodDeclarations.h +26 五月 2020 | 00:52:42,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamReader683371910MethodDeclarations.h +26 五月 2020 | 00:52:42,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318.h +26 五月 2020 | 00:52:42,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318MethodDeclarations.h +26 五月 2020 | 00:52:42,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018.h +26 五月 2020 | 00:52:42,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018MethodDeclarations.h +26 五月 2020 | 00:52:42,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520.h +26 五月 2020 | 00:52:42,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619.h +26 五月 2020 | 00:52:42,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnexceptionalStreamWriter1485343520MethodDeclarations.h +26 五月 2020 | 00:52:42,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619MethodDeclarations.h +26 五月 2020 | 00:52:42,300 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847.h +26 五月 2020 | 00:52:42,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729.h +26 五月 2020 | 00:52:42,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847MethodDeclarations.h +26 五月 2020 | 00:52:42,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136.h +26 五月 2020 | 00:52:42,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IO_UnmanagedMemoryStream822875729MethodDeclarations.h +26 五月 2020 | 00:52:42,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986.h +26 五月 2020 | 00:52:42,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136MethodDeclarations.h +26 五月 2020 | 00:52:42,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986MethodDeclarations.h +26 五月 2020 | 00:52:42,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107.h +26 五月 2020 | 00:52:42,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264.h +26 五月 2020 | 00:52:42,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286.h +26 五月 2020 | 00:52:42,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IndexOutOfRangeException3527622107MethodDeclarations.h +26 五月 2020 | 00:52:42,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264MethodDeclarations.h +26 五月 2020 | 00:52:42,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286MethodDeclarations.h +26 五月 2020 | 00:52:42,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int164041245914.h +26 五月 2020 | 00:52:42,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653.h +26 五月 2020 | 00:52:42,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503.h +26 五月 2020 | 00:52:42,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int164041245914MethodDeclarations.h +26 五月 2020 | 00:52:42,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653MethodDeclarations.h +26 五月 2020 | 00:52:42,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503MethodDeclarations.h +26 五月 2020 | 00:52:42,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698.h +26 五月 2020 | 00:52:42,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941.h +26 五月 2020 | 00:52:42,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int322071877448.h +26 五月 2020 | 00:52:42,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698MethodDeclarations.h +26 五月 2020 | 00:52:42,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941MethodDeclarations.h +26 五月 2020 | 00:52:42,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int322071877448MethodDeclarations.h +26 五月 2020 | 00:52:42,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328.h +26 五月 2020 | 00:52:42,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751.h +26 五月 2020 | 00:52:42,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int64909078037.h +26 五月 2020 | 00:52:42,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328MethodDeclarations.h +26 五月 2020 | 00:52:42,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751MethodDeclarations.h +26 五月 2020 | 00:52:42,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Int64909078037MethodDeclarations.h +26 五月 2020 | 00:52:42,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345.h +26 五月 2020 | 00:52:42,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609.h +26 五月 2020 | 00:52:42,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_IntPtr2504060609MethodDeclarations.h +26 五月 2020 | 00:52:42,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345MethodDeclarations.h +26 五月 2020 | 00:52:42,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209.h +26 五月 2020 | 00:52:42,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564.h +26 五月 2020 | 00:52:42,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_InvalidCastException3625212209MethodDeclarations.h +26 五月 2020 | 00:52:42,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033.h +26 五月 2020 | 00:52:42,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559.h +26 五月 2020 | 00:52:42,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564MethodDeclarations.h +26 五月 2020 | 00:52:42,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033MethodDeclarations.h +26 五月 2020 | 00:52:42,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706.h +26 五月 2020 | 00:52:42,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233.h +26 五月 2020 | 00:52:42,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706MethodDeclarations.h +26 五月 2020 | 00:52:42,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_InvalidOperationException721527559MethodDeclarations.h +26 五月 2020 | 00:52:42,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233MethodDeclarations.h +26 五月 2020 | 00:52:42,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982.h +26 五月 2020 | 00:52:42,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229.h +26 五月 2020 | 00:52:42,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_LoaderOptimization1143026982MethodDeclarations.h +26 五月 2020 | 00:52:42,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229MethodDeclarations.h +26 五月 2020 | 00:52:42,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200.h +26 五月 2020 | 00:52:42,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996.h +26 五月 2020 | 00:52:42,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571.h +26 五月 2020 | 00:52:42,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_LocalDataStoreSlot486331200MethodDeclarations.h +26 五月 2020 | 00:52:42,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996MethodDeclarations.h +26 五月 2020 | 00:52:42,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571MethodDeclarations.h +26 五月 2020 | 00:52:42,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191.h +26 五月 2020 | 00:52:42,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931.h +26 五月 2020 | 00:52:42,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MarshalByRefObject1285298191MethodDeclarations.h +26 五月 2020 | 00:52:42,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931MethodDeclarations.h +26 五月 2020 | 00:52:42,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120.h +26 五月 2020 | 00:52:42,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Math2022911894.h +26 五月 2020 | 00:52:42,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390.h +26 五月 2020 | 00:52:42,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120MethodDeclarations.h +26 五月 2020 | 00:52:42,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Math2022911894MethodDeclarations.h +26 五月 2020 | 00:52:42,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390MethodDeclarations.h +26 五月 2020 | 00:52:42,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355.h +26 五月 2020 | 00:52:42,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827.h +26 五月 2020 | 00:52:42,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494.h +26 五月 2020 | 00:52:42,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MemberAccessException2005094827MethodDeclarations.h +26 五月 2020 | 00:52:42,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494MethodDeclarations.h +26 五月 2020 | 00:52:42,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254.h +26 五月 2020 | 00:52:42,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355MethodDeclarations.h +26 五月 2020 | 00:52:42,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160.h +26 五月 2020 | 00:52:42,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MethodAccessException4093255254MethodDeclarations.h +26 五月 2020 | 00:52:42,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160MethodDeclarations.h +26 五月 2020 | 00:52:42,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303.h +26 五月 2020 | 00:52:42,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280.h +26 五月 2020 | 00:52:42,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303MethodDeclarations.h +26 五月 2020 | 00:52:42,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280MethodDeclarations.h +26 五月 2020 | 00:52:42,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:42,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688.h +26 五月 2020 | 00:52:42,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688MethodDeclarations.h +26 五月 2020 | 00:52:42,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619.h +26 五月 2020 | 00:52:42,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:42,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingFieldException3702079619MethodDeclarations.h +26 五月 2020 | 00:52:42,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747.h +26 五月 2020 | 00:52:42,446 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856.h +26 五月 2020 | 00:52:42,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847.h +26 五月 2020 | 00:52:42,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747MethodDeclarations.h +26 五月 2020 | 00:52:42,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856MethodDeclarations.h +26 五月 2020 | 00:52:42,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingMemberException1839900847MethodDeclarations.h +26 五月 2020 | 00:52:42,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763.h +26 五月 2020 | 00:52:42,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763MethodDeclarations.h +26 五月 2020 | 00:52:42,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247.h +26 五月 2020 | 00:52:42,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247MethodDeclarations.h +26 五月 2020 | 00:52:42,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986.h +26 五月 2020 | 00:52:42,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407.h +26 五月 2020 | 00:52:42,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129.h +26 五月 2020 | 00:52:42,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MissingMethodException3441205986MethodDeclarations.h +26 五月 2020 | 00:52:42,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407MethodDeclarations.h +26 五月 2020 | 00:52:42,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286.h +26 五月 2020 | 00:52:42,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129MethodDeclarations.h +26 五月 2020 | 00:52:42,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079.h +26 五月 2020 | 00:52:42,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ModuleHandle2910641286MethodDeclarations.h +26 五月 2020 | 00:52:42,459 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648.h +26 五月 2020 | 00:52:42,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503.h +26 五月 2020 | 00:52:42,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079MethodDeclarations.h +26 五月 2020 | 00:52:42,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648MethodDeclarations.h +26 五月 2020 | 00:52:42,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoAsyncCall3796687503MethodDeclarations.h +26 五月 2020 | 00:52:42,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222.h +26 五月 2020 | 00:52:42,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435.h +26 五月 2020 | 00:52:42,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698.h +26 五月 2020 | 00:52:42,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222MethodDeclarations.h +26 五月 2020 | 00:52:42,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435MethodDeclarations.h +26 五月 2020 | 00:52:42,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336.h +26 五月 2020 | 00:52:42,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336MethodDeclarations.h +26 五月 2020 | 00:52:42,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs2976585698MethodDeclarations.h +26 五月 2020 | 00:52:42,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894.h +26 五月 2020 | 00:52:42,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018.h +26 五月 2020 | 00:52:42,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328.h +26 五月 2020 | 00:52:42,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018MethodDeclarations.h +26 五月 2020 | 00:52:42,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894MethodDeclarations.h +26 五月 2020 | 00:52:42,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoCustomAttrs_AttributeInfo2366110328MethodDeclarations.h +26 五月 2020 | 00:52:42,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895.h +26 五月 2020 | 00:52:42,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345.h +26 五月 2020 | 00:52:42,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895MethodDeclarations.h +26 五月 2020 | 00:52:42,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoDocumentationNoteAttribute1101545345MethodDeclarations.h +26 五月 2020 | 00:52:42,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896.h +26 五月 2020 | 00:52:42,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896MethodDeclarations.h +26 五月 2020 | 00:52:42,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003.h +26 五月 2020 | 00:52:42,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564.h +26 五月 2020 | 00:52:42,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003MethodDeclarations.h +26 五月 2020 | 00:52:42,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539.h +26 五月 2020 | 00:52:42,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539MethodDeclarations.h +26 五月 2020 | 00:52:42,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347.h +26 五月 2020 | 00:52:42,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo2335995564MethodDeclarations.h +26 五月 2020 | 00:52:42,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854.h +26 五月 2020 | 00:52:42,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347MethodDeclarations.h +26 五月 2020 | 00:52:42,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706.h +26 五月 2020 | 00:52:42,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854MethodDeclarations.h +26 五月 2020 | 00:52:42,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_IntComparer1754594706MethodDeclarations.h +26 五月 2020 | 00:52:42,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818.h +26 五月 2020 | 00:52:42,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492.h +26 五月 2020 | 00:52:42,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571.h +26 五月 2020 | 00:52:42,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818MethodDeclarations.h +26 五月 2020 | 00:52:42,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492MethodDeclarations.h +26 五月 2020 | 00:52:42,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_LongComparer3923115571MethodDeclarations.h +26 五月 2020 | 00:52:42,490 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Object2689449295.h +26 五月 2020 | 00:52:42,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Object2689449295MethodDeclarations.h +26 五月 2020 | 00:52:42,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451.h +26 五月 2020 | 00:52:42,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120.h +26 五月 2020 | 00:52:42,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119.h +26 五月 2020 | 00:52:42,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451MethodDeclarations.h +26 五月 2020 | 00:52:42,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_SByteComparer4284068120MethodDeclarations.h +26 五月 2020 | 00:52:42,495 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119MethodDeclarations.h +26 五月 2020 | 00:52:42,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927.h +26 五月 2020 | 00:52:42,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613.h +26 五月 2020 | 00:52:42,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927MethodDeclarations.h +26 五月 2020 | 00:52:42,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502.h +26 五月 2020 | 00:52:42,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613MethodDeclarations.h +26 五月 2020 | 00:52:42,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502MethodDeclarations.h +26 五月 2020 | 00:52:42,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355.h +26 五月 2020 | 00:52:42,500 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229.h +26 五月 2020 | 00:52:42,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584.h +26 五月 2020 | 00:52:42,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229MethodDeclarations.h +26 五月 2020 | 00:52:42,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584MethodDeclarations.h +26 五月 2020 | 00:52:42,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318.h +26 五月 2020 | 00:52:42,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoEnumInfo_ShortComparer1280224355MethodDeclarations.h +26 五月 2020 | 00:52:42,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283.h +26 五月 2020 | 00:52:42,505 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283MethodDeclarations.h +26 五月 2020 | 00:52:42,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303.h +26 五月 2020 | 00:52:42,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318MethodDeclarations.h +26 五月 2020 | 00:52:42,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493.h +26 五月 2020 | 00:52:42,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493MethodDeclarations.h +26 五月 2020 | 00:52:42,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoLimitationAttribute17004303MethodDeclarations.h +26 五月 2020 | 00:52:42,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018.h +26 五月 2020 | 00:52:42,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019.h +26 五月 2020 | 00:52:42,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018MethodDeclarations.h +26 五月 2020 | 00:52:42,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728.h +26 五月 2020 | 00:52:42,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTODOAttribute3487514019MethodDeclarations.h +26 五月 2020 | 00:52:42,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136.h +26 五月 2020 | 00:52:42,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728MethodDeclarations.h +26 五月 2020 | 00:52:42,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856.h +26 五月 2020 | 00:52:42,515 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136MethodDeclarations.h +26 五月 2020 | 00:52:42,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368.h +26 五月 2020 | 00:52:42,516 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368MethodDeclarations.h +26 五月 2020 | 00:52:42,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTouchAOTHelper2464748856MethodDeclarations.h +26 五月 2020 | 00:52:42,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264.h +26 五月 2020 | 00:52:42,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264MethodDeclarations.h +26 五月 2020 | 00:52:42,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305.h +26 五月 2020 | 00:52:42,519 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407.h +26 五月 2020 | 00:52:42,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653.h +26 五月 2020 | 00:52:42,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305MethodDeclarations.h +26 五月 2020 | 00:52:42,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoType42245407MethodDeclarations.h +26 五月 2020 | 00:52:42,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653MethodDeclarations.h +26 五月 2020 | 00:52:42,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759.h +26 五月 2020 | 00:52:42,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079.h +26 五月 2020 | 00:52:42,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941.h +26 五月 2020 | 00:52:42,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759MethodDeclarations.h +26 五月 2020 | 00:52:42,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MonoTypeInfo1976057079MethodDeclarations.h +26 五月 2020 | 00:52:42,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941MethodDeclarations.h +26 五月 2020 | 00:52:42,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435.h +26 五月 2020 | 00:52:42,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751.h +26 五月 2020 | 00:52:42,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MulticastDelegate3201952435MethodDeclarations.h +26 五月 2020 | 00:52:42,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751MethodDeclarations.h +26 五月 2020 | 00:52:42,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410.h +26 五月 2020 | 00:52:42,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033.h +26 五月 2020 | 00:52:42,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018.h +26 五月 2020 | 00:52:42,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410MethodDeclarations.h +26 五月 2020 | 00:52:42,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033MethodDeclarations.h +26 五月 2020 | 00:52:42,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_MulticastNotSupportedException1815247018MethodDeclarations.h +26 五月 2020 | 00:52:42,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844.h +26 五月 2020 | 00:52:42,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233.h +26 五月 2020 | 00:52:42,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844MethodDeclarations.h +26 五月 2020 | 00:52:42,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233MethodDeclarations.h +26 五月 2020 | 00:52:42,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096.h +26 五月 2020 | 00:52:42,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229.h +26 五月 2020 | 00:52:42,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096MethodDeclarations.h +26 五月 2020 | 00:52:42,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229MethodDeclarations.h +26 五月 2020 | 00:52:42,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003.h +26 五月 2020 | 00:52:42,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996.h +26 五月 2020 | 00:52:42,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NonSerializedAttribute399263003MethodDeclarations.h +26 五月 2020 | 00:52:42,540 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996MethodDeclarations.h +26 五月 2020 | 00:52:42,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540.h +26 五月 2020 | 00:52:42,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931.h +26 五月 2020 | 00:52:42,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854.h +26 五月 2020 | 00:52:42,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540MethodDeclarations.h +26 五月 2020 | 00:52:42,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931MethodDeclarations.h +26 五月 2020 | 00:52:42,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NotImplementedException2785117854MethodDeclarations.h +26 五月 2020 | 00:52:42,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118.h +26 五月 2020 | 00:52:42,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390.h +26 五月 2020 | 00:52:42,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118MethodDeclarations.h +26 五月 2020 | 00:52:42,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390MethodDeclarations.h +26 五月 2020 | 00:52:42,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385.h +26 五月 2020 | 00:52:42,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818.h +26 五月 2020 | 00:52:42,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494.h +26 五月 2020 | 00:52:42,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NotSupportedException1793819818MethodDeclarations.h +26 五月 2020 | 00:52:42,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385MethodDeclarations.h +26 五月 2020 | 00:52:42,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494MethodDeclarations.h +26 五月 2020 | 00:52:42,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756.h +26 五月 2020 | 00:52:42,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160.h +26 五月 2020 | 00:52:42,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756MethodDeclarations.h +26 五月 2020 | 00:52:42,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160MethodDeclarations.h +26 五月 2020 | 00:52:42,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119.h +26 五月 2020 | 00:52:42,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516.h +26 五月 2020 | 00:52:42,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280.h +26 五月 2020 | 00:52:42,555 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NullReferenceException3156209119MethodDeclarations.h +26 五月 2020 | 00:52:42,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516MethodDeclarations.h +26 五月 2020 | 00:52:42,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280MethodDeclarations.h +26 五月 2020 | 00:52:42,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613.h +26 五月 2020 | 00:52:42,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698.h +26 五月 2020 | 00:52:42,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688.h +26 五月 2020 | 00:52:42,558 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698MethodDeclarations.h +26 五月 2020 | 00:52:42,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable1429764613MethodDeclarations.h +26 五月 2020 | 00:52:42,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688MethodDeclarations.h +26 五月 2020 | 00:52:42,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229.h +26 五月 2020 | 00:52:42,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434.h +26 五月 2020 | 00:52:42,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747.h +26 五月 2020 | 00:52:42,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434MethodDeclarations.h +26 五月 2020 | 00:52:42,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1172263229MethodDeclarations.h +26 五月 2020 | 00:52:42,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747MethodDeclarations.h +26 五月 2020 | 00:52:42,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318.h +26 五月 2020 | 00:52:42,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763.h +26 五月 2020 | 00:52:42,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1196300318MethodDeclarations.h +26 五月 2020 | 00:52:42,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763MethodDeclarations.h +26 五月 2020 | 00:52:42,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086.h +26 五月 2020 | 00:52:42,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018.h +26 五月 2020 | 00:52:42,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247.h +26 五月 2020 | 00:52:42,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086MethodDeclarations.h +26 五月 2020 | 00:52:42,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1296430018MethodDeclarations.h +26 五月 2020 | 00:52:42,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247MethodDeclarations.h +26 五月 2020 | 00:52:42,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029.h +26 五月 2020 | 00:52:42,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129.h +26 五月 2020 | 00:52:42,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029MethodDeclarations.h +26 五月 2020 | 00:52:42,570 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136.h +26 五月 2020 | 00:52:42,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129MethodDeclarations.h +26 五月 2020 | 00:52:42,571 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1451242136MethodDeclarations.h +26 五月 2020 | 00:52:42,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648.h +26 五月 2020 | 00:52:42,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264.h +26 五月 2020 | 00:52:42,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648MethodDeclarations.h +26 五月 2020 | 00:52:42,573 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1693325264MethodDeclarations.h +26 五月 2020 | 00:52:42,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222.h +26 五月 2020 | 00:52:42,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452.h +26 五月 2020 | 00:52:42,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653.h +26 五月 2020 | 00:52:42,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452MethodDeclarations.h +26 五月 2020 | 00:52:42,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222MethodDeclarations.h +26 五月 2020 | 00:52:42,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1717547653MethodDeclarations.h +26 五月 2020 | 00:52:42,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336.h +26 五月 2020 | 00:52:42,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941.h +26 五月 2020 | 00:52:42,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336MethodDeclarations.h +26 五月 2020 | 00:52:42,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828.h +26 五月 2020 | 00:52:42,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1944821941MethodDeclarations.h +26 五月 2020 | 00:52:42,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828MethodDeclarations.h +26 五月 2020 | 00:52:42,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894.h +26 五月 2020 | 00:52:42,582 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751.h +26 五月 2020 | 00:52:42,583 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128.h +26 五月 2020 | 00:52:42,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894MethodDeclarations.h +26 五月 2020 | 00:52:42,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen1946170751MethodDeclarations.h +26 五月 2020 | 00:52:42,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128MethodDeclarations.h +26 五月 2020 | 00:52:42,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895.h +26 五月 2020 | 00:52:42,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453.h +26 五月 2020 | 00:52:42,587 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895MethodDeclarations.h +26 五月 2020 | 00:52:42,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453MethodDeclarations.h +26 五月 2020 | 00:52:42,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896.h +26 五月 2020 | 00:52:42,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176.h +26 五月 2020 | 00:52:42,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896MethodDeclarations.h +26 五月 2020 | 00:52:42,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033.h +26 五月 2020 | 00:52:42,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2088641033MethodDeclarations.h +26 五月 2020 | 00:52:42,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233.h +26 五月 2020 | 00:52:42,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176MethodDeclarations.h +26 五月 2020 | 00:52:42,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539.h +26 五月 2020 | 00:52:42,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2293140233MethodDeclarations.h +26 五月 2020 | 00:52:42,596 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539MethodDeclarations.h +26 五月 2020 | 00:52:42,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262.h +26 五月 2020 | 00:52:42,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347.h +26 五月 2020 | 00:52:42,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262MethodDeclarations.h +26 五月 2020 | 00:52:42,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229.h +26 五月 2020 | 00:52:42,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663.h +26 五月 2020 | 00:52:42,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347MethodDeclarations.h +26 五月 2020 | 00:52:42,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2304312229MethodDeclarations.h +26 五月 2020 | 00:52:42,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996.h +26 五月 2020 | 00:52:42,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2341081996MethodDeclarations.h +26 五月 2020 | 00:52:42,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492.h +26 五月 2020 | 00:52:42,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663MethodDeclarations.h +26 五月 2020 | 00:52:42,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931.h +26 五月 2020 | 00:52:42,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492MethodDeclarations.h +26 五月 2020 | 00:52:42,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741.h +26 五月 2020 | 00:52:42,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2645213931MethodDeclarations.h +26 五月 2020 | 00:52:42,609 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741MethodDeclarations.h +26 五月 2020 | 00:52:42,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Object2689449295.h +26 五月 2020 | 00:52:42,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390.h +26 五月 2020 | 00:52:42,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551.h +26 五月 2020 | 00:52:42,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen283458390MethodDeclarations.h +26 五月 2020 | 00:52:42,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Object2689449295MethodDeclarations.h +26 五月 2020 | 00:52:42,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551MethodDeclarations.h +26 五月 2020 | 00:52:42,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494.h +26 五月 2020 | 00:52:42,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451.h +26 五月 2020 | 00:52:42,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584.h +26 五月 2020 | 00:52:42,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451MethodDeclarations.h +26 五月 2020 | 00:52:42,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584MethodDeclarations.h +26 五月 2020 | 00:52:42,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen2965307494MethodDeclarations.h +26 五月 2020 | 00:52:42,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583.h +26 五月 2020 | 00:52:42,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927.h +26 五月 2020 | 00:52:42,620 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160.h +26 五月 2020 | 00:52:42,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583MethodDeclarations.h +26 五月 2020 | 00:52:42,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3012451160MethodDeclarations.h +26 五月 2020 | 00:52:42,622 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586.h +26 五月 2020 | 00:52:42,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927MethodDeclarations.h +26 五月 2020 | 00:52:42,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280.h +26 五月 2020 | 00:52:42,624 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586MethodDeclarations.h +26 五月 2020 | 00:52:42,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502.h +26 五月 2020 | 00:52:42,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3251239280MethodDeclarations.h +26 五月 2020 | 00:52:42,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160.h +26 五月 2020 | 00:52:42,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502MethodDeclarations.h +26 五月 2020 | 00:52:42,626 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160MethodDeclarations.h +26 五月 2020 | 00:52:42,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688.h +26 五月 2020 | 00:52:42,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584.h +26 五月 2020 | 00:52:42,653 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3282734688MethodDeclarations.h +26 五月 2020 | 00:52:42,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584MethodDeclarations.h +26 五月 2020 | 00:52:42,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744.h +26 五月 2020 | 00:52:42,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747.h +26 五月 2020 | 00:52:42,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744MethodDeclarations.h +26 五月 2020 | 00:52:42,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3295130747MethodDeclarations.h +26 五月 2020 | 00:52:42,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498.h +26 五月 2020 | 00:52:42,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283.h +26 五月 2020 | 00:52:42,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763.h +26 五月 2020 | 00:52:42,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498MethodDeclarations.h +26 五月 2020 | 00:52:42,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283MethodDeclarations.h +26 五月 2020 | 00:52:42,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen334943763MethodDeclarations.h +26 五月 2020 | 00:52:42,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247.h +26 五月 2020 | 00:52:42,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen339576247MethodDeclarations.h +26 五月 2020 | 00:52:42,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464.h +26 五月 2020 | 00:52:42,665 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493.h +26 五月 2020 | 00:52:42,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129.h +26 五月 2020 | 00:52:42,693 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464MethodDeclarations.h +26 五月 2020 | 00:52:42,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3432551129MethodDeclarations.h +26 五月 2020 | 00:52:42,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029.h +26 五月 2020 | 00:52:42,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648.h +26 五月 2020 | 00:52:42,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029MethodDeclarations.h +26 五月 2020 | 00:52:42,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516MethodDeclarations.h +26 五月 2020 | 00:52:42,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3467111648MethodDeclarations.h +26 五月 2020 | 00:52:42,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen3544916222MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen412748336MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773894MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773895MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen506773896MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Nullable_1_gen732672539MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter2933946347MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_NumberFormatter_CustomInfo128587492MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Object2689449295.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Object2689449295MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ObjectDisposedException2695136451MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ObsoleteAttribute3878847927MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OperatingSystem290860502MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OrdinalComparer1018219584MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245MethodDeclarations.h +26 五月 2020 | 00:52:42,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497MethodDeclarations.h +26 五月 2020 | 00:52:42,763 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698.h +26 五月 2020 | 00:52:42,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340.h +26 五月 2020 | 00:52:42,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OutOfMemoryException1181064283MethodDeclarations.h +26 五月 2020 | 00:52:42,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698MethodDeclarations.h +26 五月 2020 | 00:52:42,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340MethodDeclarations.h +26 五月 2020 | 00:52:42,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493.h +26 五月 2020 | 00:52:42,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618.h +26 五月 2020 | 00:52:42,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_OverflowException1075868493MethodDeclarations.h +26 五月 2020 | 00:52:42,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618MethodDeclarations.h +26 五月 2020 | 00:52:42,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728.h +26 五月 2020 | 00:52:42,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308.h +26 五月 2020 | 00:52:42,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434.h +26 五月 2020 | 00:52:42,771 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ParamArrayAttribute2144993728MethodDeclarations.h +26 五月 2020 | 00:52:42,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308MethodDeclarations.h +26 五月 2020 | 00:52:42,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434MethodDeclarations.h +26 五月 2020 | 00:52:42,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368.h +26 五月 2020 | 00:52:42,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_PlatformID1006634368MethodDeclarations.h +26 五月 2020 | 00:52:42,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225.h +26 五月 2020 | 00:52:42,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086.h +26 五月 2020 | 00:52:42,776 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225MethodDeclarations.h +26 五月 2020 | 00:52:42,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282.h +26 五月 2020 | 00:52:42,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086MethodDeclarations.h +26 五月 2020 | 00:52:42,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282MethodDeclarations.h +26 五月 2020 | 00:52:42,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029.h +26 五月 2020 | 00:52:42,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305.h +26 五月 2020 | 00:52:42,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279.h +26 五月 2020 | 00:52:42,780 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029MethodDeclarations.h +26 五月 2020 | 00:52:42,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_PlatformNotSupportedException3778770305MethodDeclarations.h +26 五月 2020 | 00:52:42,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279MethodDeclarations.h +26 五月 2020 | 00:52:42,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452.h +26 五月 2020 | 00:52:42,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759.h +26 五月 2020 | 00:52:42,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732.h +26 五月 2020 | 00:52:42,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452MethodDeclarations.h +26 五月 2020 | 00:52:42,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732MethodDeclarations.h +26 五月 2020 | 00:52:42,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1105204759MethodDeclarations.h +26 五月 2020 | 00:52:42,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800.h +26 五月 2020 | 00:52:42,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410.h +26 五月 2020 | 00:52:42,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828.h +26 五月 2020 | 00:52:42,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1132419410MethodDeclarations.h +26 五月 2020 | 00:52:42,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828MethodDeclarations.h +26 五月 2020 | 00:52:42,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844.h +26 五月 2020 | 00:52:42,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128.h +26 五月 2020 | 00:52:42,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1225160844MethodDeclarations.h +26 五月 2020 | 00:52:42,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128MethodDeclarations.h +26 五月 2020 | 00:52:42,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096.h +26 五月 2020 | 00:52:42,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800MethodDeclarations.h +26 五月 2020 | 00:52:42,794 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453.h +26 五月 2020 | 00:52:42,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1254403096MethodDeclarations.h +26 五月 2020 | 00:52:42,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453MethodDeclarations.h +26 五月 2020 | 00:52:42,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075.h +26 五月 2020 | 00:52:42,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176.h +26 五月 2020 | 00:52:42,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075MethodDeclarations.h +26 五月 2020 | 00:52:42,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540.h +26 五月 2020 | 00:52:42,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164.h +26 五月 2020 | 00:52:42,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1320251540MethodDeclarations.h +26 五月 2020 | 00:52:42,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118.h +26 五月 2020 | 00:52:42,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1376204118MethodDeclarations.h +26 五月 2020 | 00:52:42,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164MethodDeclarations.h +26 五月 2020 | 00:52:42,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176MethodDeclarations.h +26 五月 2020 | 00:52:42,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385.h +26 五月 2020 | 00:52:42,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555.h +26 五月 2020 | 00:52:42,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262.h +26 五月 2020 | 00:52:42,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1431717385MethodDeclarations.h +26 五月 2020 | 00:52:42,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555MethodDeclarations.h +26 五月 2020 | 00:52:42,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756.h +26 五月 2020 | 00:52:42,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262MethodDeclarations.h +26 五月 2020 | 00:52:42,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739.h +26 五月 2020 | 00:52:42,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1473369756MethodDeclarations.h +26 五月 2020 | 00:52:42,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663.h +26 五月 2020 | 00:52:42,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516.h +26 五月 2020 | 00:52:42,809 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663MethodDeclarations.h +26 五月 2020 | 00:52:42,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739MethodDeclarations.h +26 五月 2020 | 00:52:42,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1578725516MethodDeclarations.h +26 五月 2020 | 00:52:42,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741.h +26 五月 2020 | 00:52:42,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990.h +26 五月 2020 | 00:52:42,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698.h +26 五月 2020 | 00:52:42,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741MethodDeclarations.h +26 五月 2020 | 00:52:42,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990MethodDeclarations.h +26 五月 2020 | 00:52:42,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen160837698MethodDeclarations.h +26 五月 2020 | 00:52:42,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551.h +26 五月 2020 | 00:52:42,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929.h +26 五月 2020 | 00:52:42,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929MethodDeclarations.h +26 五月 2020 | 00:52:42,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434.h +26 五月 2020 | 00:52:42,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551MethodDeclarations.h +26 五月 2020 | 00:52:42,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448.h +26 五月 2020 | 00:52:42,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1660316434MethodDeclarations.h +26 五月 2020 | 00:52:42,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584.h +26 五月 2020 | 00:52:42,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448MethodDeclarations.h +26 五月 2020 | 00:52:42,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584MethodDeclarations.h +26 五月 2020 | 00:52:42,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583.h +26 五月 2020 | 00:52:42,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064.h +26 五月 2020 | 00:52:42,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583MethodDeclarations.h +26 五月 2020 | 00:52:42,821 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064MethodDeclarations.h +26 五月 2020 | 00:52:42,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086.h +26 五月 2020 | 00:52:42,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586.h +26 五月 2020 | 00:52:42,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134.h +26 五月 2020 | 00:52:42,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen172748086MethodDeclarations.h +26 五月 2020 | 00:52:42,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586MethodDeclarations.h +26 五月 2020 | 00:52:42,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134MethodDeclarations.h +26 五月 2020 | 00:52:42,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029.h +26 五月 2020 | 00:52:42,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160.h +26 五月 2020 | 00:52:42,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857.h +26 五月 2020 | 00:52:42,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1757102029MethodDeclarations.h +26 五月 2020 | 00:52:42,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160MethodDeclarations.h +26 五月 2020 | 00:52:42,827 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857MethodDeclarations.h +26 五月 2020 | 00:52:42,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744.h +26 五月 2020 | 00:52:42,829 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225.h +26 五月 2020 | 00:52:42,829 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744MethodDeclarations.h +26 五月 2020 | 00:52:42,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225MethodDeclarations.h +26 五月 2020 | 00:52:42,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404.h +26 五月 2020 | 00:52:42,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498.h +26 五月 2020 | 00:52:42,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452.h +26 五月 2020 | 00:52:42,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404MethodDeclarations.h +26 五月 2020 | 00:52:42,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1773516452MethodDeclarations.h +26 五月 2020 | 00:52:42,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498MethodDeclarations.h +26 五月 2020 | 00:52:42,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464.h +26 五月 2020 | 00:52:42,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464MethodDeclarations.h +26 五月 2020 | 00:52:42,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637.h +26 五月 2020 | 00:52:42,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029.h +26 五月 2020 | 00:52:42,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637MethodDeclarations.h +26 五月 2020 | 00:52:42,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029MethodDeclarations.h +26 五月 2020 | 00:52:42,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325.h +26 五月 2020 | 00:52:42,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300.h +26 五月 2020 | 00:52:42,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325MethodDeclarations.h +26 五月 2020 | 00:52:42,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300MethodDeclarations.h +26 五月 2020 | 00:52:42,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190.h +26 五月 2020 | 00:52:42,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734.h +26 五月 2020 | 00:52:42,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190MethodDeclarations.h +26 五月 2020 | 00:52:42,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734MethodDeclarations.h +26 五月 2020 | 00:52:42,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348.h +26 五月 2020 | 00:52:42,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010.h +26 五月 2020 | 00:52:42,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348MethodDeclarations.h +26 五月 2020 | 00:52:42,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010MethodDeclarations.h +26 五月 2020 | 00:52:42,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563.h +26 五月 2020 | 00:52:42,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563MethodDeclarations.h +26 五月 2020 | 00:52:42,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977.h +26 五月 2020 | 00:52:42,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047.h +26 五月 2020 | 00:52:42,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977MethodDeclarations.h +26 五月 2020 | 00:52:42,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047MethodDeclarations.h +26 五月 2020 | 00:52:42,854 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828.h +26 五月 2020 | 00:52:42,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821.h +26 五月 2020 | 00:52:42,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982.h +26 五月 2020 | 00:52:42,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1829505828MethodDeclarations.h +26 五月 2020 | 00:52:42,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821MethodDeclarations.h +26 五月 2020 | 00:52:42,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128.h +26 五月 2020 | 00:52:42,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982MethodDeclarations.h +26 五月 2020 | 00:52:42,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505.h +26 五月 2020 | 00:52:42,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1840304128MethodDeclarations.h +26 五月 2020 | 00:52:42,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051.h +26 五月 2020 | 00:52:42,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505MethodDeclarations.h +26 五月 2020 | 00:52:42,860 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051MethodDeclarations.h +26 五月 2020 | 00:52:42,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453.h +26 五月 2020 | 00:52:42,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730.h +26 五月 2020 | 00:52:42,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1897451453MethodDeclarations.h +26 五月 2020 | 00:52:42,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955.h +26 五月 2020 | 00:52:42,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730MethodDeclarations.h +26 五月 2020 | 00:52:42,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176.h +26 五月 2020 | 00:52:42,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955MethodDeclarations.h +26 五月 2020 | 00:52:42,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074.h +26 五月 2020 | 00:52:42,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491.h +26 五月 2020 | 00:52:42,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074MethodDeclarations.h +26 五月 2020 | 00:52:42,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491MethodDeclarations.h +26 五月 2020 | 00:52:42,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954.h +26 五月 2020 | 00:52:42,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694.h +26 五月 2020 | 00:52:42,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954MethodDeclarations.h +26 五月 2020 | 00:52:42,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen1920507176MethodDeclarations.h +26 五月 2020 | 00:52:42,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245.h +26 五月 2020 | 00:52:42,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262.h +26 五月 2020 | 00:52:42,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245MethodDeclarations.h +26 五月 2020 | 00:52:42,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen199503262MethodDeclarations.h +26 五月 2020 | 00:52:42,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298.h +26 五月 2020 | 00:52:42,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663.h +26 五月 2020 | 00:52:42,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298MethodDeclarations.h +26 五月 2020 | 00:52:42,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2110515663MethodDeclarations.h +26 五月 2020 | 00:52:42,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338.h +26 五月 2020 | 00:52:42,876 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741.h +26 五月 2020 | 00:52:42,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338MethodDeclarations.h +26 五月 2020 | 00:52:42,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2124725741MethodDeclarations.h +26 五月 2020 | 00:52:42,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976.h +26 五月 2020 | 00:52:42,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551.h +26 五月 2020 | 00:52:42,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976MethodDeclarations.h +26 五月 2020 | 00:52:42,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2126074551MethodDeclarations.h +26 五月 2020 | 00:52:42,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695.h +26 五月 2020 | 00:52:42,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584.h +26 五月 2020 | 00:52:42,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695MethodDeclarations.h +26 五月 2020 | 00:52:42,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2236406584MethodDeclarations.h +26 五月 2020 | 00:52:42,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300.h +26 五月 2020 | 00:52:42,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583.h +26 五月 2020 | 00:52:42,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300MethodDeclarations.h +26 五月 2020 | 00:52:42,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2244093583MethodDeclarations.h +26 五月 2020 | 00:52:42,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497.h +26 五月 2020 | 00:52:42,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586.h +26 五月 2020 | 00:52:42,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497MethodDeclarations.h +26 五月 2020 | 00:52:42,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2262346586MethodDeclarations.h +26 五月 2020 | 00:52:42,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340.h +26 五月 2020 | 00:52:42,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160.h +26 五月 2020 | 00:52:42,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340MethodDeclarations.h +26 五月 2020 | 00:52:42,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen22664160MethodDeclarations.h +26 五月 2020 | 00:52:42,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618.h +26 五月 2020 | 00:52:42,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744.h +26 五月 2020 | 00:52:42,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694MethodDeclarations.h +26 五月 2020 | 00:52:42,893 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618MethodDeclarations.h +26 五月 2020 | 00:52:42,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2271556744MethodDeclarations.h +26 五月 2020 | 00:52:42,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695.h +26 五月 2020 | 00:52:42,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308.h +26 五月 2020 | 00:52:42,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498.h +26 五月 2020 | 00:52:42,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695MethodDeclarations.h +26 五月 2020 | 00:52:42,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308MethodDeclarations.h +26 五月 2020 | 00:52:42,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2344401498MethodDeclarations.h +26 五月 2020 | 00:52:42,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696.h +26 五月 2020 | 00:52:42,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225.h +26 五月 2020 | 00:52:42,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696MethodDeclarations.h +26 五月 2020 | 00:52:42,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464.h +26 五月 2020 | 00:52:42,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225MethodDeclarations.h +26 五月 2020 | 00:52:42,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929.h +26 五月 2020 | 00:52:42,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2348721464MethodDeclarations.h +26 五月 2020 | 00:52:42,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282.h +26 五月 2020 | 00:52:42,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929MethodDeclarations.h +26 五月 2020 | 00:52:42,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029.h +26 五月 2020 | 00:52:42,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282MethodDeclarations.h +26 五月 2020 | 00:52:42,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326.h +26 五月 2020 | 00:52:42,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279.h +26 五月 2020 | 00:52:42,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279MethodDeclarations.h +26 五月 2020 | 00:52:42,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326MethodDeclarations.h +26 五月 2020 | 00:52:42,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732.h +26 五月 2020 | 00:52:42,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732MethodDeclarations.h +26 五月 2020 | 00:52:42,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2494307029MethodDeclarations.h +26 五月 2020 | 00:52:42,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943.h +26 五月 2020 | 00:52:42,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300.h +26 五月 2020 | 00:52:42,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943MethodDeclarations.h +26 五月 2020 | 00:52:42,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800.h +26 五月 2020 | 00:52:42,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Random1044426839.h +26 五月 2020 | 00:52:42,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2511385300MethodDeclarations.h +26 五月 2020 | 00:52:42,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Random1044426839MethodDeclarations.h +26 五月 2020 | 00:52:42,914 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734.h +26 五月 2020 | 00:52:42,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949.h +26 五月 2020 | 00:52:42,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2601775734MethodDeclarations.h +26 五月 2020 | 00:52:42,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949MethodDeclarations.h +26 五月 2020 | 00:52:42,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010.h +26 五月 2020 | 00:52:42,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2614966010MethodDeclarations.h +26 五月 2020 | 00:52:42,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556.h +26 五月 2020 | 00:52:42,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800MethodDeclarations.h +26 五月 2020 | 00:52:42,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977.h +26 五月 2020 | 00:52:42,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556MethodDeclarations.h +26 五月 2020 | 00:52:42,922 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075.h +26 五月 2020 | 00:52:42,923 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2621024977MethodDeclarations.h +26 五月 2020 | 00:52:42,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390.h +26 五月 2020 | 00:52:42,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821.h +26 五月 2020 | 00:52:42,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390MethodDeclarations.h +26 五月 2020 | 00:52:42,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen263410821MethodDeclarations.h +26 五月 2020 | 00:52:42,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075MethodDeclarations.h +26 五月 2020 | 00:52:42,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381.h +26 五月 2020 | 00:52:42,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505.h +26 五月 2020 | 00:52:42,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381MethodDeclarations.h +26 五月 2020 | 00:52:42,931 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164.h +26 五月 2020 | 00:52:42,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2711382505MethodDeclarations.h +26 五月 2020 | 00:52:42,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164MethodDeclarations.h +26 五月 2020 | 00:52:42,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730.h +26 五月 2020 | 00:52:42,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555.h +26 五月 2020 | 00:52:42,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172.h +26 五月 2020 | 00:52:42,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2734632730MethodDeclarations.h +26 五月 2020 | 00:52:42,936 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555MethodDeclarations.h +26 五月 2020 | 00:52:42,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074.h +26 五月 2020 | 00:52:42,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172MethodDeclarations.h +26 五月 2020 | 00:52:42,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295.h +26 五月 2020 | 00:52:42,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739.h +26 五月 2020 | 00:52:42,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2822140074MethodDeclarations.h +26 五月 2020 | 00:52:42,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295MethodDeclarations.h +26 五月 2020 | 00:52:42,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954.h +26 五月 2020 | 00:52:42,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159.h +26 五月 2020 | 00:52:42,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2832094954MethodDeclarations.h +26 五月 2020 | 00:52:42,945 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739MethodDeclarations.h +26 五月 2020 | 00:52:42,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245.h +26 五月 2020 | 00:52:42,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990.h +26 五月 2020 | 00:52:42,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2858671245MethodDeclarations.h +26 五月 2020 | 00:52:42,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990MethodDeclarations.h +26 五月 2020 | 00:52:42,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298.h +26 五月 2020 | 00:52:42,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159MethodDeclarations.h +26 五月 2020 | 00:52:42,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929.h +26 五月 2020 | 00:52:42,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496.h +26 五月 2020 | 00:52:42,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2876423298MethodDeclarations.h +26 五月 2020 | 00:52:42,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929MethodDeclarations.h +26 五月 2020 | 00:52:42,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338.h +26 五月 2020 | 00:52:42,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448.h +26 五月 2020 | 00:52:42,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2931644338MethodDeclarations.h +26 五月 2020 | 00:52:42,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496MethodDeclarations.h +26 五月 2020 | 00:52:42,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448MethodDeclarations.h +26 五月 2020 | 00:52:42,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976.h +26 五月 2020 | 00:52:42,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888.h +26 五月 2020 | 00:52:42,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064.h +26 五月 2020 | 00:52:42,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888MethodDeclarations.h +26 五月 2020 | 00:52:42,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen2995247976MethodDeclarations.h +26 五月 2020 | 00:52:42,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064MethodDeclarations.h +26 五月 2020 | 00:52:42,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916.h +26 五月 2020 | 00:52:42,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134.h +26 五月 2020 | 00:52:42,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695.h +26 五月 2020 | 00:52:42,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916MethodDeclarations.h +26 五月 2020 | 00:52:42,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134MethodDeclarations.h +26 五月 2020 | 00:52:42,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3018672695MethodDeclarations.h +26 五月 2020 | 00:52:42,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657.h +26 五月 2020 | 00:52:42,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857.h +26 五月 2020 | 00:52:42,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300.h +26 五月 2020 | 00:52:42,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657MethodDeclarations.h +26 五月 2020 | 00:52:42,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857MethodDeclarations.h +26 五月 2020 | 00:52:42,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen317547300MethodDeclarations.h +26 五月 2020 | 00:52:42,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443.h +26 五月 2020 | 00:52:42,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225.h +26 五月 2020 | 00:52:42,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497.h +26 五月 2020 | 00:52:42,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443MethodDeclarations.h +26 五月 2020 | 00:52:42,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225MethodDeclarations.h +26 五月 2020 | 00:52:42,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941.h +26 五月 2020 | 00:52:42,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3177425497MethodDeclarations.h +26 五月 2020 | 00:52:42,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404.h +26 五月 2020 | 00:52:42,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340.h +26 五月 2020 | 00:52:42,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404MethodDeclarations.h +26 五月 2020 | 00:52:42,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3191825340MethodDeclarations.h +26 五月 2020 | 00:52:42,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637.h +26 五月 2020 | 00:52:42,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618.h +26 五月 2020 | 00:52:42,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637MethodDeclarations.h +26 五月 2020 | 00:52:42,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen321651618MethodDeclarations.h +26 五月 2020 | 00:52:42,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325.h +26 五月 2020 | 00:52:42,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941MethodDeclarations.h +26 五月 2020 | 00:52:42,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308.h +26 五月 2020 | 00:52:42,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325MethodDeclarations.h +26 五月 2020 | 00:52:42,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440.h +26 五月 2020 | 00:52:42,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3240131308MethodDeclarations.h +26 五月 2020 | 00:52:42,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440MethodDeclarations.h +26 五月 2020 | 00:52:42,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190.h +26 五月 2020 | 00:52:42,982 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225.h +26 五月 2020 | 00:52:42,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190MethodDeclarations.h +26 五月 2020 | 00:52:42,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169.h +26 五月 2020 | 00:52:42,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen32912225MethodDeclarations.h +26 五月 2020 | 00:52:42,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169MethodDeclarations.h +26 五月 2020 | 00:52:42,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348.h +26 五月 2020 | 00:52:42,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282.h +26 五月 2020 | 00:52:42,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348MethodDeclarations.h +26 五月 2020 | 00:52:42,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912.h +26 五月 2020 | 00:52:42,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3332719282MethodDeclarations.h +26 五月 2020 | 00:52:42,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912MethodDeclarations.h +26 五月 2020 | 00:52:42,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563.h +26 五月 2020 | 00:52:42,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279.h +26 五月 2020 | 00:52:42,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705.h +26 五月 2020 | 00:52:42,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563MethodDeclarations.h +26 五月 2020 | 00:52:42,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3343038279MethodDeclarations.h +26 五月 2020 | 00:52:42,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705MethodDeclarations.h +26 五月 2020 | 00:52:42,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732.h +26 五月 2020 | 00:52:42,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505.h +26 五月 2020 | 00:52:42,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3408221732MethodDeclarations.h +26 五月 2020 | 00:52:42,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047.h +26 五月 2020 | 00:52:42,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047MethodDeclarations.h +26 五月 2020 | 00:52:42,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982.h +26 五月 2020 | 00:52:42,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982MethodDeclarations.h +26 五月 2020 | 00:52:42,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800.h +26 五月 2020 | 00:52:42,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505MethodDeclarations.h +26 五月 2020 | 00:52:43,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051.h +26 五月 2020 | 00:52:43,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001.h +26 五月 2020 | 00:52:43,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051MethodDeclarations.h +26 五月 2020 | 00:52:43,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001MethodDeclarations.h +26 五月 2020 | 00:52:43,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955.h +26 五月 2020 | 00:52:43,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058.h +26 五月 2020 | 00:52:43,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955MethodDeclarations.h +26 五月 2020 | 00:52:43,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3415309800MethodDeclarations.h +26 五月 2020 | 00:52:43,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058MethodDeclarations.h +26 五月 2020 | 00:52:43,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491.h +26 五月 2020 | 00:52:43,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075.h +26 五月 2020 | 00:52:43,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491MethodDeclarations.h +26 五月 2020 | 00:52:43,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3447354075MethodDeclarations.h +26 五月 2020 | 00:52:43,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694.h +26 五月 2020 | 00:52:43,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164.h +26 五月 2020 | 00:52:43,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694MethodDeclarations.h +26 五月 2020 | 00:52:43,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695.h +26 五月 2020 | 00:52:43,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3499606164MethodDeclarations.h +26 五月 2020 | 00:52:43,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304.h +26 五月 2020 | 00:52:43,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695MethodDeclarations.h +26 五月 2020 | 00:52:43,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555.h +26 五月 2020 | 00:52:43,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696.h +26 五月 2020 | 00:52:43,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3560399555MethodDeclarations.h +26 五月 2020 | 00:52:43,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696MethodDeclarations.h +26 五月 2020 | 00:52:43,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739.h +26 五月 2020 | 00:52:43,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929.h +26 五月 2020 | 00:52:43,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3561961739MethodDeclarations.h +26 五月 2020 | 00:52:43,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929MethodDeclarations.h +26 五月 2020 | 00:52:43,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304MethodDeclarations.h +26 五月 2020 | 00:52:43,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990.h +26 五月 2020 | 00:52:43,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326.h +26 五月 2020 | 00:52:43,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898.h +26 五月 2020 | 00:52:43,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898MethodDeclarations.h +26 五月 2020 | 00:52:43,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3563891990MethodDeclarations.h +26 五月 2020 | 00:52:43,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326MethodDeclarations.h +26 五月 2020 | 00:52:43,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929.h +26 五月 2020 | 00:52:43,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142.h +26 五月 2020 | 00:52:43,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943.h +26 五月 2020 | 00:52:43,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142MethodDeclarations.h +26 五月 2020 | 00:52:43,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3612454929MethodDeclarations.h +26 五月 2020 | 00:52:43,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943MethodDeclarations.h +26 五月 2020 | 00:52:43,026 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542.h +26 五月 2020 | 00:52:43,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448.h +26 五月 2020 | 00:52:43,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Random1044426839.h +26 五月 2020 | 00:52:43,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542MethodDeclarations.h +26 五月 2020 | 00:52:43,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3647015448MethodDeclarations.h +26 五月 2020 | 00:52:43,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Random1044426839MethodDeclarations.h +26 五月 2020 | 00:52:43,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891.h +26 五月 2020 | 00:52:43,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064.h +26 五月 2020 | 00:52:43,033 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949.h +26 五月 2020 | 00:52:43,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891MethodDeclarations.h +26 五月 2020 | 00:52:43,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3807706064MethodDeclarations.h +26 五月 2020 | 00:52:43,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949MethodDeclarations.h +26 五月 2020 | 00:52:43,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543.h +26 五月 2020 | 00:52:43,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134.h +26 五月 2020 | 00:52:43,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543MethodDeclarations.h +26 五月 2020 | 00:52:43,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3845333134MethodDeclarations.h +26 五月 2020 | 00:52:43,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556.h +26 五月 2020 | 00:52:43,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857.h +26 五月 2020 | 00:52:43,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556MethodDeclarations.h +26 五月 2020 | 00:52:43,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen390962857MethodDeclarations.h +26 五月 2020 | 00:52:43,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390.h +26 五月 2020 | 00:52:43,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225.h +26 五月 2020 | 00:52:43,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390MethodDeclarations.h +26 五月 2020 | 00:52:43,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914.h +26 五月 2020 | 00:52:43,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3921522225MethodDeclarations.h +26 五月 2020 | 00:52:43,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381.h +26 五月 2020 | 00:52:43,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914MethodDeclarations.h +26 五月 2020 | 00:52:43,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404.h +26 五月 2020 | 00:52:43,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381MethodDeclarations.h +26 五月 2020 | 00:52:43,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen3970263404MethodDeclarations.h +26 五月 2020 | 00:52:43,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172.h +26 五月 2020 | 00:52:43,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172MethodDeclarations.h +26 五月 2020 | 00:52:43,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637.h +26 五月 2020 | 00:52:43,050 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479.h +26 五月 2020 | 00:52:43,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295.h +26 五月 2020 | 00:52:43,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4041740637MethodDeclarations.h +26 五月 2020 | 00:52:43,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479MethodDeclarations.h +26 五月 2020 | 00:52:43,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295MethodDeclarations.h +26 五月 2020 | 00:52:43,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325.h +26 五月 2020 | 00:52:43,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425.h +26 五月 2020 | 00:52:43,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159.h +26 五月 2020 | 00:52:43,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen4236135325MethodDeclarations.h +26 五月 2020 | 00:52:43,056 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425MethodDeclarations.h +26 五月 2020 | 00:52:43,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159MethodDeclarations.h +26 五月 2020 | 00:52:43,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190.h +26 五月 2020 | 00:52:43,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627.h +26 五月 2020 | 00:52:43,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496.h +26 五月 2020 | 00:52:43,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen463362190MethodDeclarations.h +26 五月 2020 | 00:52:43,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627MethodDeclarations.h +26 五月 2020 | 00:52:43,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348.h +26 五月 2020 | 00:52:43,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen472190348MethodDeclarations.h +26 五月 2020 | 00:52:43,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496MethodDeclarations.h +26 五月 2020 | 00:52:43,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563.h +26 五月 2020 | 00:52:43,064 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384.h +26 五月 2020 | 00:52:43,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888.h +26 五月 2020 | 00:52:43,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384MethodDeclarations.h +26 五月 2020 | 00:52:43,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen514847563MethodDeclarations.h +26 五月 2020 | 00:52:43,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888MethodDeclarations.h +26 五月 2020 | 00:52:43,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433.h +26 五月 2020 | 00:52:43,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047.h +26 五月 2020 | 00:52:43,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916.h +26 五月 2020 | 00:52:43,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433MethodDeclarations.h +26 五月 2020 | 00:52:43,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen519480047MethodDeclarations.h +26 五月 2020 | 00:52:43,070 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916MethodDeclarations.h +26 五月 2020 | 00:52:43,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113.h +26 五月 2020 | 00:52:43,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657.h +26 五月 2020 | 00:52:43,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113MethodDeclarations.h +26 五月 2020 | 00:52:43,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657MethodDeclarations.h +26 五月 2020 | 00:52:43,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468.h +26 五月 2020 | 00:52:43,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443.h +26 五月 2020 | 00:52:43,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982.h +26 五月 2020 | 00:52:43,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468MethodDeclarations.h +26 五月 2020 | 00:52:43,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443MethodDeclarations.h +26 五月 2020 | 00:52:43,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005.h +26 五月 2020 | 00:52:43,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941.h +26 五月 2020 | 00:52:43,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen642423982MethodDeclarations.h +26 五月 2020 | 00:52:43,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005MethodDeclarations.h +26 五月 2020 | 00:52:43,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941MethodDeclarations.h +26 五月 2020 | 00:52:43,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051.h +26 五月 2020 | 00:52:43,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603.h +26 五月 2020 | 00:52:43,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440.h +26 五月 2020 | 00:52:43,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen668911051MethodDeclarations.h +26 五月 2020 | 00:52:43,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440MethodDeclarations.h +26 五月 2020 | 00:52:43,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603MethodDeclarations.h +26 五月 2020 | 00:52:43,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955.h +26 五月 2020 | 00:52:43,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169.h +26 五月 2020 | 00:52:43,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092.h +26 五月 2020 | 00:52:43,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen672534955MethodDeclarations.h +26 五月 2020 | 00:52:43,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169MethodDeclarations.h +26 五月 2020 | 00:52:43,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092MethodDeclarations.h +26 五月 2020 | 00:52:43,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491.h +26 五月 2020 | 00:52:43,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912.h +26 五月 2020 | 00:52:43,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen680558491MethodDeclarations.h +26 五月 2020 | 00:52:43,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744.h +26 五月 2020 | 00:52:43,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912MethodDeclarations.h +26 五月 2020 | 00:52:43,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744MethodDeclarations.h +26 五月 2020 | 00:52:43,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694.h +26 五月 2020 | 00:52:43,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705.h +26 五月 2020 | 00:52:43,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514.h +26 五月 2020 | 00:52:43,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514MethodDeclarations.h +26 五月 2020 | 00:52:43,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705MethodDeclarations.h +26 五月 2020 | 00:52:43,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338.h +26 五月 2020 | 00:52:43,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505.h +26 五月 2020 | 00:52:43,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338MethodDeclarations.h +26 五月 2020 | 00:52:43,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505MethodDeclarations.h +26 五月 2020 | 00:52:43,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677694MethodDeclarations.h +26 五月 2020 | 00:52:43,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984.h +26 五月 2020 | 00:52:43,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695.h +26 五月 2020 | 00:52:43,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001.h +26 五月 2020 | 00:52:43,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677695MethodDeclarations.h +26 五月 2020 | 00:52:43,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001MethodDeclarations.h +26 五月 2020 | 00:52:43,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696.h +26 五月 2020 | 00:52:43,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984MethodDeclarations.h +26 五月 2020 | 00:52:43,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330.h +26 五月 2020 | 00:52:43,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen686677696MethodDeclarations.h +26 五月 2020 | 00:52:43,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330MethodDeclarations.h +26 五月 2020 | 00:52:43,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929.h +26 五月 2020 | 00:52:43,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058.h +26 五月 2020 | 00:52:43,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127.h +26 五月 2020 | 00:52:43,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen858116929MethodDeclarations.h +26 五月 2020 | 00:52:43,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058MethodDeclarations.h +26 五月 2020 | 00:52:43,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127MethodDeclarations.h +26 五月 2020 | 00:52:43,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326.h +26 五月 2020 | 00:52:43,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653.h +26 五月 2020 | 00:52:43,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304.h +26 五月 2020 | 00:52:43,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen93365326MethodDeclarations.h +26 五月 2020 | 00:52:43,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653MethodDeclarations.h +26 五月 2020 | 00:52:43,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943.h +26 五月 2020 | 00:52:43,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392.h +26 五月 2020 | 00:52:43,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Predicate_1_gen960541943MethodDeclarations.h +26 五月 2020 | 00:52:43,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Random1044426839.h +26 五月 2020 | 00:52:43,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Random1044426839MethodDeclarations.h +26 五月 2020 | 00:52:43,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392MethodDeclarations.h +26 五月 2020 | 00:52:43,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304MethodDeclarations.h +26 五月 2020 | 00:52:43,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268.h +26 五月 2020 | 00:52:43,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898.h +26 五月 2020 | 00:52:43,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898MethodDeclarations.h +26 五月 2020 | 00:52:43,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268MethodDeclarations.h +26 五月 2020 | 00:52:43,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142.h +26 五月 2020 | 00:52:43,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142MethodDeclarations.h +26 五月 2020 | 00:52:43,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542.h +26 五月 2020 | 00:52:43,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542MethodDeclarations.h +26 五月 2020 | 00:52:43,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949.h +26 五月 2020 | 00:52:43,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031.h +26 五月 2020 | 00:52:43,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891.h +26 五月 2020 | 00:52:43,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RankException1539875949MethodDeclarations.h +26 五月 2020 | 00:52:43,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031MethodDeclarations.h +26 五月 2020 | 00:52:43,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891MethodDeclarations.h +26 五月 2020 | 00:52:43,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474.h +26 五月 2020 | 00:52:43,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543.h +26 五月 2020 | 00:52:43,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474MethodDeclarations.h +26 五月 2020 | 00:52:43,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543MethodDeclarations.h +26 五月 2020 | 00:52:43,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556.h +26 五月 2020 | 00:52:43,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669.h +26 五月 2020 | 00:52:43,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AmbiguousMatchException1406414556MethodDeclarations.h +26 五月 2020 | 00:52:43,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669MethodDeclarations.h +26 五月 2020 | 00:52:43,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390.h +26 五月 2020 | 00:52:43,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly4268412390MethodDeclarations.h +26 五月 2020 | 00:52:43,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381.h +26 五月 2020 | 00:52:43,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914.h +26 五月 2020 | 00:52:43,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912.h +26 五月 2020 | 00:52:43,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCompanyAttribut2851673381MethodDeclarations.h +26 五月 2020 | 00:52:43,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914MethodDeclarations.h +26 五月 2020 | 00:52:43,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912MethodDeclarations.h +26 五月 2020 | 00:52:43,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961.h +26 五月 2020 | 00:52:43,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961MethodDeclarations.h +26 五月 2020 | 00:52:43,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172.h +26 五月 2020 | 00:52:43,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479.h +26 五月 2020 | 00:52:43,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219.h +26 五月 2020 | 00:52:43,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479MethodDeclarations.h +26 五月 2020 | 00:52:43,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyConfigurationAt1678917172MethodDeclarations.h +26 五月 2020 | 00:52:43,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219MethodDeclarations.h +26 五月 2020 | 00:52:43,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295.h +26 五月 2020 | 00:52:43,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425.h +26 五月 2020 | 00:52:43,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860.h +26 五月 2020 | 00:52:43,154 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyCopyrightAttribu177123295MethodDeclarations.h +26 五月 2020 | 00:52:43,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425MethodDeclarations.h +26 五月 2020 | 00:52:43,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860MethodDeclarations.h +26 五月 2020 | 00:52:43,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159.h +26 五月 2020 | 00:52:43,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627.h +26 五月 2020 | 00:52:43,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDefaultAliasAtt1774139159MethodDeclarations.h +26 五月 2020 | 00:52:43,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983.h +26 五月 2020 | 00:52:43,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983MethodDeclarations.h +26 五月 2020 | 00:52:43,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496.h +26 五月 2020 | 00:52:43,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627MethodDeclarations.h +26 五月 2020 | 00:52:43,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342.h +26 五月 2020 | 00:52:43,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342MethodDeclarations.h +26 五月 2020 | 00:52:43,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDelaySignAttrib2705758496MethodDeclarations.h +26 五月 2020 | 00:52:43,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959.h +26 五月 2020 | 00:52:43,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888.h +26 五月 2020 | 00:52:43,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959MethodDeclarations.h +26 五月 2020 | 00:52:43,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyDescriptionAttr1018387888MethodDeclarations.h +26 五月 2020 | 00:52:43,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193.h +26 五月 2020 | 00:52:43,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384.h +26 五月 2020 | 00:52:43,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193MethodDeclarations.h +26 五月 2020 | 00:52:43,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916.h +26 五月 2020 | 00:52:43,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150.h +26 五月 2020 | 00:52:43,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384MethodDeclarations.h +26 五月 2020 | 00:52:43,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyFileVersionAttr2897687916MethodDeclarations.h +26 五月 2020 | 00:52:43,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150MethodDeclarations.h +26 五月 2020 | 00:52:43,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433.h +26 五月 2020 | 00:52:43,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657.h +26 五月 2020 | 00:52:43,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291.h +26 五月 2020 | 00:52:43,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433MethodDeclarations.h +26 五月 2020 | 00:52:43,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291MethodDeclarations.h +26 五月 2020 | 00:52:43,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyInformationalVe3037389657MethodDeclarations.h +26 五月 2020 | 00:52:43,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113.h +26 五月 2020 | 00:52:43,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469.h +26 五月 2020 | 00:52:43,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443.h +26 五月 2020 | 00:52:43,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469MethodDeclarations.h +26 五月 2020 | 00:52:43,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113MethodDeclarations.h +26 五月 2020 | 00:52:43,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyKeyFileAttribute605245443MethodDeclarations.h +26 五月 2020 | 00:52:43,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027.h +26 五月 2020 | 00:52:43,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468.h +26 五月 2020 | 00:52:43,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941.h +26 五月 2020 | 00:52:43,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027MethodDeclarations.h +26 五月 2020 | 00:52:43,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468MethodDeclarations.h +26 五月 2020 | 00:52:43,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyName894705941MethodDeclarations.h +26 五月 2020 | 00:52:43,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066.h +26 五月 2020 | 00:52:43,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005.h +26 五月 2020 | 00:52:43,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440.h +26 五月 2020 | 00:52:43,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005MethodDeclarations.h +26 五月 2020 | 00:52:43,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066MethodDeclarations.h +26 五月 2020 | 00:52:43,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyNameFlags1794031440MethodDeclarations.h +26 五月 2020 | 00:52:43,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603.h +26 五月 2020 | 00:52:43,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260.h +26 五月 2020 | 00:52:43,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169.h +26 五月 2020 | 00:52:43,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260MethodDeclarations.h +26 五月 2020 | 00:52:43,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603MethodDeclarations.h +26 五月 2020 | 00:52:43,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyProductAttribut1523443169MethodDeclarations.h +26 五月 2020 | 00:52:43,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170.h +26 五月 2020 | 00:52:43,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092.h +26 五月 2020 | 00:52:43,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912.h +26 五月 2020 | 00:52:43,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092MethodDeclarations.h +26 五月 2020 | 00:52:43,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170MethodDeclarations.h +26 五月 2020 | 00:52:43,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTitleAttribute92945912MethodDeclarations.h +26 五月 2020 | 00:52:43,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705.h +26 五月 2020 | 00:52:43,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744.h +26 五月 2020 | 00:52:43,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963.h +26 五月 2020 | 00:52:43,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744MethodDeclarations.h +26 五月 2020 | 00:52:43,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963MethodDeclarations.h +26 五月 2020 | 00:52:43,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_AssemblyTrademarkAttrib3740556705MethodDeclarations.h +26 五月 2020 | 00:52:43,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514.h +26 五月 2020 | 00:52:43,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034.h +26 五月 2020 | 00:52:43,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505.h +26 五月 2020 | 00:52:43,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514MethodDeclarations.h +26 五月 2020 | 00:52:43,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034MethodDeclarations.h +26 五月 2020 | 00:52:43,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338.h +26 五月 2020 | 00:52:43,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338MethodDeclarations.h +26 五月 2020 | 00:52:43,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984.h +26 五月 2020 | 00:52:43,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984MethodDeclarations.h +26 五月 2020 | 00:52:43,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330.h +26 五月 2020 | 00:52:43,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842.h +26 五月 2020 | 00:52:43,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330MethodDeclarations.h +26 五月 2020 | 00:52:43,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResolveEventHo1761494505MethodDeclarations.h +26 五月 2020 | 00:52:43,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842MethodDeclarations.h +26 五月 2020 | 00:52:43,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127.h +26 五月 2020 | 00:52:43,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001.h +26 五月 2020 | 00:52:43,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196.h +26 五月 2020 | 00:52:43,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127MethodDeclarations.h +26 五月 2020 | 00:52:43,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196MethodDeclarations.h +26 五月 2020 | 00:52:43,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Assembly_ResourceCloseHa616609001MethodDeclarations.h +26 五月 2020 | 00:52:43,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653.h +26 五月 2020 | 00:52:43,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337.h +26 五月 2020 | 00:52:43,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058.h +26 五月 2020 | 00:52:43,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653MethodDeclarations.h +26 五月 2020 | 00:52:43,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337MethodDeclarations.h +26 五月 2020 | 00:52:43,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder3404612058MethodDeclarations.h +26 五月 2020 | 00:52:43,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392.h +26 五月 2020 | 00:52:43,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606.h +26 五月 2020 | 00:52:43,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392MethodDeclarations.h +26 五月 2020 | 00:52:43,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606MethodDeclarations.h +26 五月 2020 | 00:52:43,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206.h +26 五月 2020 | 00:52:43,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206MethodDeclarations.h +26 五月 2020 | 00:52:43,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254.h +26 五月 2020 | 00:52:43,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254MethodDeclarations.h +26 五月 2020 | 00:52:43,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304.h +26 五月 2020 | 00:52:43,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268.h +26 五月 2020 | 00:52:43,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247.h +26 五月 2020 | 00:52:43,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268MethodDeclarations.h +26 五月 2020 | 00:52:43,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247MethodDeclarations.h +26 五月 2020 | 00:52:43,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691.h +26 五月 2020 | 00:52:43,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031.h +26 五月 2020 | 00:52:43,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691MethodDeclarations.h +26 五月 2020 | 00:52:43,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031MethodDeclarations.h +26 五月 2020 | 00:52:43,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573.h +26 五月 2020 | 00:52:43,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474.h +26 五月 2020 | 00:52:43,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Binder_Default3956931304MethodDeclarations.h +26 五月 2020 | 00:52:43,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474MethodDeclarations.h +26 五月 2020 | 00:52:43,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573MethodDeclarations.h +26 五月 2020 | 00:52:43,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898.h +26 五月 2020 | 00:52:43,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_BindingFlags1082350898MethodDeclarations.h +26 五月 2020 | 00:52:43,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525.h +26 五月 2020 | 00:52:43,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669.h +26 五月 2020 | 00:52:43,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525MethodDeclarations.h +26 五月 2020 | 00:52:43,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142.h +26 五月 2020 | 00:52:43,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669MethodDeclarations.h +26 五月 2020 | 00:52:43,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CallingConventions1097349142MethodDeclarations.h +26 五月 2020 | 00:52:43,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912.h +26 五月 2020 | 00:52:43,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542.h +26 五月 2020 | 00:52:43,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912MethodDeclarations.h +26 五月 2020 | 00:52:43,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ConstructorInfo2851816542MethodDeclarations.h +26 五月 2020 | 00:52:43,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961.h +26 五月 2020 | 00:52:43,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891.h +26 五月 2020 | 00:52:43,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961MethodDeclarations.h +26 五月 2020 | 00:52:43,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeData3093286891MethodDeclarations.h +26 五月 2020 | 00:52:43,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219.h +26 五月 2020 | 00:52:43,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543.h +26 五月 2020 | 00:52:43,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219MethodDeclarations.h +26 五月 2020 | 00:52:43,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeNamedArgum94157543MethodDeclarations.h +26 五月 2020 | 00:52:43,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860.h +26 五月 2020 | 00:52:43,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860MethodDeclarations.h +26 五月 2020 | 00:52:43,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983.h +26 五月 2020 | 00:52:43,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983MethodDeclarations.h +26 五月 2020 | 00:52:43,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342.h +26 五月 2020 | 00:52:43,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538.h +26 五月 2020 | 00:52:43,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914.h +26 五月 2020 | 00:52:43,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342MethodDeclarations.h +26 五月 2020 | 00:52:43,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_CustomAttributeTypedArg1498197914MethodDeclarations.h +26 五月 2020 | 00:52:43,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959.h +26 五月 2020 | 00:52:43,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959MethodDeclarations.h +26 五月 2020 | 00:52:43,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538MethodDeclarations.h +26 五月 2020 | 00:52:43,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193.h +26 五月 2020 | 00:52:43,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479.h +26 五月 2020 | 00:52:43,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193MethodDeclarations.h +26 五月 2020 | 00:52:43,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_DefaultMemberAttribute889804479MethodDeclarations.h +26 五月 2020 | 00:52:43,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150.h +26 五月 2020 | 00:52:43,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425.h +26 五月 2020 | 00:52:43,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150MethodDeclarations.h +26 五月 2020 | 00:52:43,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ArrayType3579558425MethodDeclarations.h +26 五月 2020 | 00:52:43,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291.h +26 五月 2020 | 00:52:43,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169.h +26 五月 2020 | 00:52:43,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627.h +26 五月 2020 | 00:52:43,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291MethodDeclarations.h +26 五月 2020 | 00:52:43,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169MethodDeclarations.h +26 五月 2020 | 00:52:43,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_AssemblyBuilder1646117627MethodDeclarations.h +26 五月 2020 | 00:52:43,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469.h +26 五月 2020 | 00:52:43,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496.h +26 五月 2020 | 00:52:43,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469MethodDeclarations.h +26 五月 2020 | 00:52:43,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496MethodDeclarations.h +26 五月 2020 | 00:52:43,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027.h +26 五月 2020 | 00:52:43,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144.h +26 五月 2020 | 00:52:43,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027MethodDeclarations.h +26 五月 2020 | 00:52:43,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066.h +26 五月 2020 | 00:52:43,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144MethodDeclarations.h +26 五月 2020 | 00:52:43,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384.h +26 五月 2020 | 00:52:43,265 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066MethodDeclarations.h +26 五月 2020 | 00:52:43,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552.h +26 五月 2020 | 00:52:43,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ByRefType1587086384MethodDeclarations.h +26 五月 2020 | 00:52:43,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260.h +26 五月 2020 | 00:52:43,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552MethodDeclarations.h +26 五月 2020 | 00:52:43,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433.h +26 五月 2020 | 00:52:43,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184.h +26 五月 2020 | 00:52:43,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ConstructorBuilder700974433MethodDeclarations.h +26 五月 2020 | 00:52:43,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113.h +26 五月 2020 | 00:52:43,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184MethodDeclarations.h +26 五月 2020 | 00:52:43,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260MethodDeclarations.h +26 五月 2020 | 00:52:43,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509.h +26 五月 2020 | 00:52:43,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_DerivedType1016359113MethodDeclarations.h +26 五月 2020 | 00:52:43,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170.h +26 五月 2020 | 00:52:43,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509MethodDeclarations.h +26 五月 2020 | 00:52:43,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468.h +26 五月 2020 | 00:52:43,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170MethodDeclarations.h +26 五月 2020 | 00:52:43,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139.h +26 五月 2020 | 00:52:43,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963.h +26 五月 2020 | 00:52:43,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_EnumBuilder2808714468MethodDeclarations.h +26 五月 2020 | 00:52:43,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139MethodDeclarations.h +26 五月 2020 | 00:52:43,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963MethodDeclarations.h +26 五月 2020 | 00:52:43,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005.h +26 五月 2020 | 00:52:43,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167.h +26 五月 2020 | 00:52:43,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034.h +26 五月 2020 | 00:52:43,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_FieldBuilder2784804005MethodDeclarations.h +26 五月 2020 | 00:52:43,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034MethodDeclarations.h +26 五月 2020 | 00:52:43,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167MethodDeclarations.h +26 五月 2020 | 00:52:43,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603.h +26 五月 2020 | 00:52:43,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482.h +26 五月 2020 | 00:52:43,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842.h +26 五月 2020 | 00:52:43,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482MethodDeclarations.h +26 五月 2020 | 00:52:43,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_GenericTypeParamet1370236603MethodDeclarations.h +26 五月 2020 | 00:52:43,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842MethodDeclarations.h +26 五月 2020 | 00:52:43,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348.h +26 五月 2020 | 00:52:43,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092.h +26 五月 2020 | 00:52:43,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348MethodDeclarations.h +26 五月 2020 | 00:52:43,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196.h +26 五月 2020 | 00:52:43,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196MethodDeclarations.h +26 五月 2020 | 00:52:43,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator99948092MethodDeclarations.h +26 五月 2020 | 00:52:43,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075.h +26 五月 2020 | 00:52:43,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075MethodDeclarations.h +26 五月 2020 | 00:52:43,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337.h +26 五月 2020 | 00:52:43,292 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744.h +26 五月 2020 | 00:52:43,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelD3712112744MethodDeclarations.h +26 五月 2020 | 00:52:43,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337MethodDeclarations.h +26 五月 2020 | 00:52:43,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920.h +26 五月 2020 | 00:52:43,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514.h +26 五月 2020 | 00:52:43,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606.h +26 五月 2020 | 00:52:43,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILGenerator_LabelF4090909514MethodDeclarations.h +26 五月 2020 | 00:52:43,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920MethodDeclarations.h +26 五月 2020 | 00:52:43,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606MethodDeclarations.h +26 五月 2020 | 00:52:43,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338.h +26 五月 2020 | 00:52:43,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087.h +26 五月 2020 | 00:52:43,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206.h +26 五月 2020 | 00:52:43,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ILTokenInfo149559338MethodDeclarations.h +26 五月 2020 | 00:52:43,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087MethodDeclarations.h +26 五月 2020 | 00:52:43,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206MethodDeclarations.h +26 五月 2020 | 00:52:43,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984.h +26 五月 2020 | 00:52:43,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459.h +26 五月 2020 | 00:52:43,336 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459MethodDeclarations.h +26 五月 2020 | 00:52:43,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254.h +26 五月 2020 | 00:52:43,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodBuilder644187984MethodDeclarations.h +26 五月 2020 | 00:52:43,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530.h +26 五月 2020 | 00:52:43,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330.h +26 五月 2020 | 00:52:43,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530MethodDeclarations.h +26 五月 2020 | 00:52:43,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254MethodDeclarations.h +26 五月 2020 | 00:52:43,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_MethodToken3991686330MethodDeclarations.h +26 五月 2020 | 00:52:43,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247.h +26 五月 2020 | 00:52:43,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065.h +26 五月 2020 | 00:52:43,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127.h +26 五月 2020 | 00:52:43,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065MethodDeclarations.h +26 五月 2020 | 00:52:43,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247MethodDeclarations.h +26 五月 2020 | 00:52:43,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilder4156028127MethodDeclarations.h +26 五月 2020 | 00:52:43,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691.h +26 五月 2020 | 00:52:43,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379.h +26 五月 2020 | 00:52:43,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653.h +26 五月 2020 | 00:52:43,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379MethodDeclarations.h +26 五月 2020 | 00:52:43,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691MethodDeclarations.h +26 五月 2020 | 00:52:43,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ModuleBuilderTokenG578872653MethodDeclarations.h +26 五月 2020 | 00:52:43,346 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089.h +26 五月 2020 | 00:52:43,347 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573.h +26 五月 2020 | 00:52:43,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392.h +26 五月 2020 | 00:52:43,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089MethodDeclarations.h +26 五月 2020 | 00:52:43,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573MethodDeclarations.h +26 五月 2020 | 00:52:43,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCode2247480392MethodDeclarations.h +26 五月 2020 | 00:52:43,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820.h +26 五月 2020 | 00:52:43,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525.h +26 五月 2020 | 00:52:43,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268.h +26 五月 2020 | 00:52:43,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820MethodDeclarations.h +26 五月 2020 | 00:52:43,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525MethodDeclarations.h +26 五月 2020 | 00:52:43,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodeNames1907134268MethodDeclarations.h +26 五月 2020 | 00:52:43,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031.h +26 五月 2020 | 00:52:43,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458.h +26 五月 2020 | 00:52:43,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538.h +26 五月 2020 | 00:52:43,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_OpCodes3494785031MethodDeclarations.h +26 五月 2020 | 00:52:43,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458MethodDeclarations.h +26 五月 2020 | 00:52:43,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474.h +26 五月 2020 | 00:52:43,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_ParameterBuilder3344728474MethodDeclarations.h +26 五月 2020 | 00:52:43,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430.h +26 五月 2020 | 00:52:43,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669.h +26 五月 2020 | 00:52:43,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430MethodDeclarations.h +26 五月 2020 | 00:52:43,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PointerType3290473669MethodDeclarations.h +26 五月 2020 | 00:52:43,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203.h +26 五月 2020 | 00:52:43,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203MethodDeclarations.h +26 五月 2020 | 00:52:43,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912.h +26 五月 2020 | 00:52:43,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538MethodDeclarations.h +26 五月 2020 | 00:52:43,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404.h +26 五月 2020 | 00:52:43,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_PropertyBuilder3694255912MethodDeclarations.h +26 五月 2020 | 00:52:43,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404MethodDeclarations.h +26 五月 2020 | 00:52:43,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961.h +26 五月 2020 | 00:52:43,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873.h +26 五月 2020 | 00:52:43,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_StackBehaviour1390406961MethodDeclarations.h +26 五月 2020 | 00:52:43,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219.h +26 五月 2020 | 00:52:43,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169.h +26 五月 2020 | 00:52:43,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_TypeBuilder3308873219MethodDeclarations.h +26 五月 2020 | 00:52:43,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169MethodDeclarations.h +26 五月 2020 | 00:52:43,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860.h +26 五月 2020 | 00:52:43,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496.h +26 五月 2020 | 00:52:43,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Emit_UnmanagedMarshal4270021860MethodDeclarations.h +26 五月 2020 | 00:52:43,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496MethodDeclarations.h +26 五月 2020 | 00:52:43,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144.h +26 五月 2020 | 00:52:43,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873MethodDeclarations.h +26 五月 2020 | 00:52:43,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983.h +26 五月 2020 | 00:52:43,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventAttributes2989788983MethodDeclarations.h +26 五月 2020 | 00:52:43,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458.h +26 五月 2020 | 00:52:43,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342.h +26 五月 2020 | 00:52:43,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458MethodDeclarations.h +26 五月 2020 | 00:52:43,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo4258285342MethodDeclarations.h +26 五月 2020 | 00:52:43,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636.h +26 五月 2020 | 00:52:43,382 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959.h +26 五月 2020 | 00:52:43,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636MethodDeclarations.h +26 五月 2020 | 00:52:43,384 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144MethodDeclarations.h +26 五月 2020 | 00:52:43,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_EventInfo_AddEventAdapt1766862959MethodDeclarations.h +26 五月 2020 | 00:52:43,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780.h +26 五月 2020 | 00:52:43,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552.h +26 五月 2020 | 00:52:43,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780MethodDeclarations.h +26 五月 2020 | 00:52:43,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193.h +26 五月 2020 | 00:52:43,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldAttributes1122705193MethodDeclarations.h +26 五月 2020 | 00:52:43,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885.h +26 五月 2020 | 00:52:43,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552MethodDeclarations.h +26 五月 2020 | 00:52:43,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150.h +26 五月 2020 | 00:52:43,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885MethodDeclarations.h +26 五月 2020 | 00:52:43,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184.h +26 五月 2020 | 00:52:43,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_FieldInfo255040150MethodDeclarations.h +26 五月 2020 | 00:52:43,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611.h +26 五月 2020 | 00:52:43,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184MethodDeclarations.h +26 五月 2020 | 00:52:43,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291.h +26 五月 2020 | 00:52:43,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509.h +26 五月 2020 | 00:52:43,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611MethodDeclarations.h +26 五月 2020 | 00:52:43,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_GenericParameterAttribu1251179291MethodDeclarations.h +26 五月 2020 | 00:52:43,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509MethodDeclarations.h +26 五月 2020 | 00:52:43,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149.h +26 五月 2020 | 00:52:43,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469.h +26 五月 2020 | 00:52:43,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139.h +26 五月 2020 | 00:52:43,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149MethodDeclarations.h +26 五月 2020 | 00:52:43,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_InterfaceMapping1360137469MethodDeclarations.h +26 五月 2020 | 00:52:43,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139MethodDeclarations.h +26 五月 2020 | 00:52:43,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027.h +26 五月 2020 | 00:52:43,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338.h +26 五月 2020 | 00:52:43,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338MethodDeclarations.h +26 五月 2020 | 00:52:43,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ManifestResourceInfo2035432027MethodDeclarations.h +26 五月 2020 | 00:52:43,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066.h +26 五月 2020 | 00:52:43,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236.h +26 五月 2020 | 00:52:43,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236MethodDeclarations.h +26 五月 2020 | 00:52:43,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberFilter3405857066MethodDeclarations.h +26 五月 2020 | 00:52:43,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167.h +26 五月 2020 | 00:52:43,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167MethodDeclarations.h +26 五月 2020 | 00:52:43,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260.h +26 五月 2020 | 00:52:43,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482.h +26 五月 2020 | 00:52:43,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfo4043097260MethodDeclarations.h +26 五月 2020 | 00:52:43,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482MethodDeclarations.h +26 五月 2020 | 00:52:43,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170.h +26 五月 2020 | 00:52:43,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348.h +26 五月 2020 | 00:52:43,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650.h +26 五月 2020 | 00:52:43,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348MethodDeclarations.h +26 五月 2020 | 00:52:43,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650MethodDeclarations.h +26 五月 2020 | 00:52:43,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberInfoSerialization2799051170MethodDeclarations.h +26 五月 2020 | 00:52:43,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075.h +26 五月 2020 | 00:52:43,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963.h +26 五月 2020 | 00:52:43,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075MethodDeclarations.h +26 五月 2020 | 00:52:43,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MemberTypes3343038963MethodDeclarations.h +26 五月 2020 | 00:52:43,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034.h +26 五月 2020 | 00:52:43,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodAttributes790385034MethodDeclarations.h +26 五月 2020 | 00:52:43,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920.h +26 五月 2020 | 00:52:43,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318.h +26 五月 2020 | 00:52:43,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842.h +26 五月 2020 | 00:52:43,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318MethodDeclarations.h +26 五月 2020 | 00:52:43,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920MethodDeclarations.h +26 五月 2020 | 00:52:43,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodBase904190842MethodDeclarations.h +26 五月 2020 | 00:52:43,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391.h +26 五月 2020 | 00:52:43,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087.h +26 五月 2020 | 00:52:43,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196.h +26 五月 2020 | 00:52:43,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodImplAttributes1541361196MethodDeclarations.h +26 五月 2020 | 00:52:43,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391MethodDeclarations.h +26 五月 2020 | 00:52:43,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087MethodDeclarations.h +26 五月 2020 | 00:52:43,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975.h +26 五月 2020 | 00:52:43,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337.h +26 五月 2020 | 00:52:43,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975MethodDeclarations.h +26 五月 2020 | 00:52:43,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459.h +26 五月 2020 | 00:52:43,427 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459MethodDeclarations.h +26 五月 2020 | 00:52:43,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MethodInfo3330546337MethodDeclarations.h +26 五月 2020 | 00:52:43,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530.h +26 五月 2020 | 00:52:43,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606.h +26 五月 2020 | 00:52:43,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530MethodDeclarations.h +26 五月 2020 | 00:52:43,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Missing1033855606MethodDeclarations.h +26 五月 2020 | 00:52:43,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674.h +26 五月 2020 | 00:52:43,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065.h +26 五月 2020 | 00:52:43,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674MethodDeclarations.h +26 五月 2020 | 00:52:43,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206.h +26 五月 2020 | 00:52:43,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065MethodDeclarations.h +26 五月 2020 | 00:52:43,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333.h +26 五月 2020 | 00:52:43,434 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Module4282841206MethodDeclarations.h +26 五月 2020 | 00:52:43,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254.h +26 五月 2020 | 00:52:43,436 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333MethodDeclarations.h +26 五月 2020 | 00:52:43,436 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ModuleResolveEventHandle403447254MethodDeclarations.h +26 五月 2020 | 00:52:43,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379.h +26 五月 2020 | 00:52:43,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084.h +26 五月 2020 | 00:52:43,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379MethodDeclarations.h +26 五月 2020 | 00:52:43,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247.h +26 五月 2020 | 00:52:43,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084MethodDeclarations.h +26 五月 2020 | 00:52:43,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089.h +26 五月 2020 | 00:52:43,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoCMethod611352247MethodDeclarations.h +26 五月 2020 | 00:52:43,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089MethodDeclarations.h +26 五月 2020 | 00:52:43,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691.h +26 五月 2020 | 00:52:43,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEvent2188687691MethodDeclarations.h +26 五月 2020 | 00:52:43,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820.h +26 五月 2020 | 00:52:43,443 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247.h +26 五月 2020 | 00:52:43,443 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573.h +26 五月 2020 | 00:52:43,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820MethodDeclarations.h +26 五月 2020 | 00:52:43,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247MethodDeclarations.h +26 五月 2020 | 00:52:43,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011.h +26 五月 2020 | 00:52:43,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011MethodDeclarations.h +26 五月 2020 | 00:52:43,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752.h +26 五月 2020 | 00:52:43,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458.h +26 五月 2020 | 00:52:43,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoEventInfo2190036573MethodDeclarations.h +26 五月 2020 | 00:52:43,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458MethodDeclarations.h +26 五月 2020 | 00:52:43,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525.h +26 五月 2020 | 00:52:43,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoField3600053525MethodDeclarations.h +26 五月 2020 | 00:52:43,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538.h +26 五月 2020 | 00:52:43,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752MethodDeclarations.h +26 五月 2020 | 00:52:43,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430.h +26 五月 2020 | 00:52:43,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555.h +26 五月 2020 | 00:52:43,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430MethodDeclarations.h +26 五月 2020 | 00:52:43,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555MethodDeclarations.h +26 五月 2020 | 00:52:43,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203.h +26 五月 2020 | 00:52:43,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203MethodDeclarations.h +26 五月 2020 | 00:52:43,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114.h +26 五月 2020 | 00:52:43,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404.h +26 五月 2020 | 00:52:43,466 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericCMethod2923423538MethodDeclarations.h +26 五月 2020 | 00:52:43,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114MethodDeclarations.h +26 五月 2020 | 00:52:43,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404MethodDeclarations.h +26 五月 2020 | 00:52:43,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567.h +26 五月 2020 | 00:52:43,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873.h +26 五月 2020 | 00:52:43,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567MethodDeclarations.h +26 五月 2020 | 00:52:43,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169.h +26 五月 2020 | 00:52:43,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873MethodDeclarations.h +26 五月 2020 | 00:52:43,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342.h +26 五月 2020 | 00:52:43,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoGenericMethod1068099169MethodDeclarations.h +26 五月 2020 | 00:52:43,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342MethodDeclarations.h +26 五月 2020 | 00:52:43,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458.h +26 五月 2020 | 00:52:43,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496.h +26 五月 2020 | 00:52:43,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191.h +26 五月 2020 | 00:52:43,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458MethodDeclarations.h +26 五月 2020 | 00:52:43,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191MethodDeclarations.h +26 五月 2020 | 00:52:43,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethod116053496MethodDeclarations.h +26 五月 2020 | 00:52:43,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636.h +26 五月 2020 | 00:52:43,477 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542.h +26 五月 2020 | 00:52:43,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144.h +26 五月 2020 | 00:52:43,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636MethodDeclarations.h +26 五月 2020 | 00:52:43,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542MethodDeclarations.h +26 五月 2020 | 00:52:43,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780.h +26 五月 2020 | 00:52:43,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780MethodDeclarations.h +26 五月 2020 | 00:52:43,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885.h +26 五月 2020 | 00:52:43,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885MethodDeclarations.h +26 五月 2020 | 00:52:43,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611.h +26 五月 2020 | 00:52:43,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611MethodDeclarations.h +26 五月 2020 | 00:52:43,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149.h +26 五月 2020 | 00:52:43,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107.h +26 五月 2020 | 00:52:43,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoMethodInfo3646562144MethodDeclarations.h +26 五月 2020 | 00:52:43,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149MethodDeclarations.h +26 五月 2020 | 00:52:43,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107MethodDeclarations.h +26 五月 2020 | 00:52:43,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552.h +26 五月 2020 | 00:52:43,488 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338.h +26 五月 2020 | 00:52:43,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty2242413552MethodDeclarations.h +26 五月 2020 | 00:52:43,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338MethodDeclarations.h +26 五月 2020 | 00:52:43,490 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184.h +26 五月 2020 | 00:52:43,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236.h +26 五月 2020 | 00:52:43,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoPropertyInfo486106184MethodDeclarations.h +26 五月 2020 | 00:52:43,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565.h +26 五月 2020 | 00:52:43,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236MethodDeclarations.h +26 五月 2020 | 00:52:43,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509.h +26 五月 2020 | 00:52:43,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_GetterAdap1423755509MethodDeclarations.h +26 五月 2020 | 00:52:43,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139.h +26 五月 2020 | 00:52:43,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_Getter_2_g4179406139MethodDeclarations.h +26 五月 2020 | 00:52:43,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565MethodDeclarations.h +26 五月 2020 | 00:52:43,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167.h +26 五月 2020 | 00:52:43,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650.h +26 五月 2020 | 00:52:43,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438.h +26 五月 2020 | 00:52:43,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_MonoProperty_StaticGett1095697167MethodDeclarations.h +26 五月 2020 | 00:52:43,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438MethodDeclarations.h +26 五月 2020 | 00:52:43,501 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650MethodDeclarations.h +26 五月 2020 | 00:52:43,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482.h +26 五月 2020 | 00:52:43,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888.h +26 五月 2020 | 00:52:43,502 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PInfo957350482MethodDeclarations.h +26 五月 2020 | 00:52:43,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888MethodDeclarations.h +26 五月 2020 | 00:52:43,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348.h +26 五月 2020 | 00:52:43,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterAttributes1266705348MethodDeclarations.h +26 五月 2020 | 00:52:43,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318.h +26 五月 2020 | 00:52:43,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984.h +26 五月 2020 | 00:52:43,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075.h +26 五月 2020 | 00:52:43,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318MethodDeclarations.h +26 五月 2020 | 00:52:43,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984MethodDeclarations.h +26 五月 2020 | 00:52:43,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterInfo2249040075MethodDeclarations.h +26 五月 2020 | 00:52:43,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391.h +26 五月 2020 | 00:52:43,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220.h +26 五月 2020 | 00:52:43,509 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391MethodDeclarations.h +26 五月 2020 | 00:52:43,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220MethodDeclarations.h +26 五月 2020 | 00:52:43,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975.h +26 五月 2020 | 00:52:43,511 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920.h +26 五月 2020 | 00:52:43,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975MethodDeclarations.h +26 五月 2020 | 00:52:43,512 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ParameterModifier1820634920MethodDeclarations.h +26 五月 2020 | 00:52:43,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674.h +26 五月 2020 | 00:52:43,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087.h +26 五月 2020 | 00:52:43,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674MethodDeclarations.h +26 五月 2020 | 00:52:43,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_Pointer937075087MethodDeclarations.h +26 五月 2020 | 00:52:43,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333.h +26 五月 2020 | 00:52:43,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459.h +26 五月 2020 | 00:52:43,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366.h +26 五月 2020 | 00:52:43,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333MethodDeclarations.h +26 五月 2020 | 00:52:43,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ProcessorArchitecture1620065459MethodDeclarations.h +26 五月 2020 | 00:52:43,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366MethodDeclarations.h +26 五月 2020 | 00:52:43,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084.h +26 五月 2020 | 00:52:43,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530.h +26 五月 2020 | 00:52:43,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504.h +26 五月 2020 | 00:52:43,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084MethodDeclarations.h +26 五月 2020 | 00:52:43,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyAttributes883448530MethodDeclarations.h +26 五月 2020 | 00:52:43,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504MethodDeclarations.h +26 五月 2020 | 00:52:43,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065.h +26 五月 2020 | 00:52:43,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247.h +26 五月 2020 | 00:52:43,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265.h +26 五月 2020 | 00:52:43,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247MethodDeclarations.h +26 五月 2020 | 00:52:43,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265MethodDeclarations.h +26 五月 2020 | 00:52:43,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_PropertyInfo2253729065MethodDeclarations.h +26 五月 2020 | 00:52:43,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310.h +26 五月 2020 | 00:52:43,539 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379.h +26 五月 2020 | 00:52:43,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310MethodDeclarations.h +26 五月 2020 | 00:52:43,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_ResourceLocation999505379MethodDeclarations.h +26 五月 2020 | 00:52:43,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211.h +26 五月 2020 | 00:52:43,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011.h +26 五月 2020 | 00:52:43,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089.h +26 五月 2020 | 00:52:43,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211MethodDeclarations.h +26 五月 2020 | 00:52:43,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011MethodDeclarations.h +26 五月 2020 | 00:52:43,543 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_StrongNameKeyPair4090869089MethodDeclarations.h +26 五月 2020 | 00:52:43,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559.h +26 五月 2020 | 00:52:43,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559MethodDeclarations.h +26 五月 2020 | 00:52:43,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415.h +26 五月 2020 | 00:52:43,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820.h +26 五月 2020 | 00:52:43,548 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415MethodDeclarations.h +26 五月 2020 | 00:52:43,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetException1572104820MethodDeclarations.h +26 五月 2020 | 00:52:43,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752.h +26 五月 2020 | 00:52:43,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458.h +26 五月 2020 | 00:52:43,555 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetInvocationExcepti4098620458MethodDeclarations.h +26 五月 2020 | 00:52:43,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430.h +26 五月 2020 | 00:52:43,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TargetParameterCountExc1554451430MethodDeclarations.h +26 五月 2020 | 00:52:43,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752MethodDeclarations.h +26 五月 2020 | 00:52:43,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054.h +26 五月 2020 | 00:52:43,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203.h +26 五月 2020 | 00:52:43,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeAttributes2229518203MethodDeclarations.h +26 五月 2020 | 00:52:43,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555.h +26 五月 2020 | 00:52:43,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404.h +26 五月 2020 | 00:52:43,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555MethodDeclarations.h +26 五月 2020 | 00:52:43,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Reflection_TypeFilter2905709404MethodDeclarations.h +26 五月 2020 | 00:52:43,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114.h +26 五月 2020 | 00:52:43,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873.h +26 五月 2020 | 00:52:43,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114MethodDeclarations.h +26 五月 2020 | 00:52:43,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054MethodDeclarations.h +26 五月 2020 | 00:52:43,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567.h +26 五月 2020 | 00:52:43,568 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498.h +26 五月 2020 | 00:52:43,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498MethodDeclarations.h +26 五月 2020 | 00:52:43,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567MethodDeclarations.h +26 五月 2020 | 00:52:43,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759.h +26 五月 2020 | 00:52:43,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342.h +26 五月 2020 | 00:52:43,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759MethodDeclarations.h +26 五月 2020 | 00:52:43,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342MethodDeclarations.h +26 五月 2020 | 00:52:43,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947.h +26 五月 2020 | 00:52:43,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191.h +26 五月 2020 | 00:52:43,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ResolveEventArgs1859808873MethodDeclarations.h +26 五月 2020 | 00:52:43,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191MethodDeclarations.h +26 五月 2020 | 00:52:43,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458.h +26 五月 2020 | 00:52:43,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542.h +26 五月 2020 | 00:52:43,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ResolveEventHandler3842432458MethodDeclarations.h +26 五月 2020 | 00:52:43,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542MethodDeclarations.h +26 五月 2020 | 00:52:43,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947MethodDeclarations.h +26 五月 2020 | 00:52:43,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636.h +26 五月 2020 | 00:52:43,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225.h +26 五月 2020 | 00:52:43,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_NeutralResourcesLanguage3267676636MethodDeclarations.h +26 五月 2020 | 00:52:43,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225MethodDeclarations.h +26 五月 2020 | 00:52:43,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780.h +26 五月 2020 | 00:52:43,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107.h +26 五月 2020 | 00:52:43,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663.h +26 五月 2020 | 00:52:43,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_PredefinedResourceType3623697780MethodDeclarations.h +26 五月 2020 | 00:52:43,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663MethodDeclarations.h +26 五月 2020 | 00:52:43,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107MethodDeclarations.h +26 五月 2020 | 00:52:43,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885.h +26 五月 2020 | 00:52:43,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceManager264715885MethodDeclarations.h +26 五月 2020 | 00:52:43,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611.h +26 五月 2020 | 00:52:43,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565.h +26 五月 2020 | 00:52:43,589 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682.h +26 五月 2020 | 00:52:43,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader2463923611MethodDeclarations.h +26 五月 2020 | 00:52:43,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149.h +26 五月 2020 | 00:52:43,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceCa333236149MethodDeclarations.h +26 五月 2020 | 00:52:43,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338.h +26 五月 2020 | 00:52:43,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682MethodDeclarations.h +26 五月 2020 | 00:52:43,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceE2665690338MethodDeclarations.h +26 五月 2020 | 00:52:43,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711.h +26 五月 2020 | 00:52:43,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236.h +26 五月 2020 | 00:52:43,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceReader_ResourceI3933049236MethodDeclarations.h +26 五月 2020 | 00:52:43,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565MethodDeclarations.h +26 五月 2020 | 00:52:43,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711MethodDeclarations.h +26 五月 2020 | 00:52:43,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438.h +26 五月 2020 | 00:52:43,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066.h +26 五月 2020 | 00:52:43,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438MethodDeclarations.h +26 五月 2020 | 00:52:43,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066MethodDeclarations.h +26 五月 2020 | 00:52:43,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650.h +26 五月 2020 | 00:52:43,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888.h +26 五月 2020 | 00:52:43,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122.h +26 五月 2020 | 00:52:43,602 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888MethodDeclarations.h +26 五月 2020 | 00:52:43,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_ResourceSet1348327650MethodDeclarations.h +26 五月 2020 | 00:52:43,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122MethodDeclarations.h +26 五月 2020 | 00:52:43,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318.h +26 五月 2020 | 00:52:43,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984.h +26 五月 2020 | 00:52:43,606 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359.h +26 五月 2020 | 00:52:43,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_RuntimeResourceSet1442459318MethodDeclarations.h +26 五月 2020 | 00:52:43,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984MethodDeclarations.h +26 五月 2020 | 00:52:43,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359MethodDeclarations.h +26 五月 2020 | 00:52:43,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391.h +26 五月 2020 | 00:52:43,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220.h +26 五月 2020 | 00:52:43,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551.h +26 五月 2020 | 00:52:43,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Resources_SatelliteContractVersion2989984391MethodDeclarations.h +26 五月 2020 | 00:52:43,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220MethodDeclarations.h +26 五月 2020 | 00:52:43,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551MethodDeclarations.h +26 五月 2020 | 00:52:43,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975.h +26 五月 2020 | 00:52:43,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeArgumentHandle3259266975MethodDeclarations.h +26 五月 2020 | 00:52:43,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249.h +26 五月 2020 | 00:52:43,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249MethodDeclarations.h +26 五月 2020 | 00:52:43,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674.h +26 五月 2020 | 00:52:43,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278.h +26 五月 2020 | 00:52:43,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeFieldHandle2331729674MethodDeclarations.h +26 五月 2020 | 00:52:43,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278MethodDeclarations.h +26 五月 2020 | 00:52:43,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333.h +26 五月 2020 | 00:52:43,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760.h +26 五月 2020 | 00:52:43,624 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeMethodHandle894824333MethodDeclarations.h +26 五月 2020 | 00:52:43,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366.h +26 五月 2020 | 00:52:43,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760MethodDeclarations.h +26 五月 2020 | 00:52:43,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366MethodDeclarations.h +26 五月 2020 | 00:52:43,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084.h +26 五月 2020 | 00:52:43,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360.h +26 五月 2020 | 00:52:43,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_RuntimeTypeHandle2330101084MethodDeclarations.h +26 五月 2020 | 00:52:43,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504.h +26 五月 2020 | 00:52:43,629 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360MethodDeclarations.h +26 五月 2020 | 00:52:43,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247.h +26 五月 2020 | 00:52:43,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504MethodDeclarations.h +26 五月 2020 | 00:52:43,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilati4211964247MethodDeclarations.h +26 五月 2020 | 00:52:43,632 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011.h +26 五月 2020 | 00:52:43,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Compilatio238494011MethodDeclarations.h +26 五月 2020 | 00:52:43,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414.h +26 五月 2020 | 00:52:43,635 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752.h +26 五月 2020 | 00:52:43,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265.h +26 五月 2020 | 00:52:43,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414MethodDeclarations.h +26 五月 2020 | 00:52:43,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265MethodDeclarations.h +26 五月 2020 | 00:52:43,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310.h +26 五月 2020 | 00:52:43,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310MethodDeclarations.h +26 五月 2020 | 00:52:43,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211.h +26 五月 2020 | 00:52:43,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211MethodDeclarations.h +26 五月 2020 | 00:52:43,641 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_CompilerGe497097752MethodDeclarations.h +26 五月 2020 | 00:52:43,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902.h +26 五月 2020 | 00:52:43,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559.h +26 五月 2020 | 00:52:43,642 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555.h +26 五月 2020 | 00:52:43,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559MethodDeclarations.h +26 五月 2020 | 00:52:43,643 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DecimalCon569828555MethodDeclarations.h +26 五月 2020 | 00:52:43,645 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114.h +26 五月 2020 | 00:52:43,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_DefaultDe3858269114MethodDeclarations.h +26 五月 2020 | 00:52:43,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902MethodDeclarations.h +26 五月 2020 | 00:52:43,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415.h +26 五月 2020 | 00:52:43,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567.h +26 五月 2020 | 00:52:43,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415MethodDeclarations.h +26 五月 2020 | 00:52:43,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_Internals1037732567MethodDeclarations.h +26 五月 2020 | 00:52:43,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546.h +26 五月 2020 | 00:52:43,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342.h +26 五月 2020 | 00:52:43,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054.h +26 五月 2020 | 00:52:43,656 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_IsVolatile700755342MethodDeclarations.h +26 五月 2020 | 00:52:43,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546MethodDeclarations.h +26 五月 2020 | 00:52:43,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191.h +26 五月 2020 | 00:52:43,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_LoadHint3781660191MethodDeclarations.h +26 五月 2020 | 00:52:43,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542.h +26 五月 2020 | 00:52:43,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054MethodDeclarations.h +26 五月 2020 | 00:52:43,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109.h +26 五月 2020 | 00:52:43,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeCo2430705542MethodDeclarations.h +26 五月 2020 | 00:52:43,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498.h +26 五月 2020 | 00:52:43,663 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498MethodDeclarations.h +26 五月 2020 | 00:52:43,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109MethodDeclarations.h +26 五月 2020 | 00:52:43,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759.h +26 五月 2020 | 00:52:43,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115.h +26 五月 2020 | 00:52:43,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115MethodDeclarations.h +26 五月 2020 | 00:52:43,667 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101.h +26 五月 2020 | 00:52:43,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101MethodDeclarations.h +26 五月 2020 | 00:52:43,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680.h +26 五月 2020 | 00:52:43,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680MethodDeclarations.h +26 五月 2020 | 00:52:43,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961.h +26 五月 2020 | 00:52:43,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759MethodDeclarations.h +26 五月 2020 | 00:52:43,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961MethodDeclarations.h +26 五月 2020 | 00:52:43,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107.h +26 五月 2020 | 00:52:43,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947.h +26 五月 2020 | 00:52:43,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890.h +26 五月 2020 | 00:52:43,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_RuntimeHel266230107MethodDeclarations.h +26 五月 2020 | 00:52:43,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890MethodDeclarations.h +26 五月 2020 | 00:52:43,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565.h +26 五月 2020 | 00:52:43,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430.h +26 五月 2020 | 00:52:43,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947MethodDeclarations.h +26 五月 2020 | 00:52:43,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430MethodDeclarations.h +26 五月 2020 | 00:52:43,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848.h +26 五月 2020 | 00:52:43,685 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848MethodDeclarations.h +26 五月 2020 | 00:52:43,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650.h +26 五月 2020 | 00:52:43,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650MethodDeclarations.h +26 五月 2020 | 00:52:43,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328.h +26 五月 2020 | 00:52:43,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328MethodDeclarations.h +26 五月 2020 | 00:52:43,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_CompilerServices_StringFre2691375565MethodDeclarations.h +26 五月 2020 | 00:52:43,701 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225.h +26 五月 2020 | 00:52:43,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402.h +26 五月 2020 | 00:52:43,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438.h +26 五月 2020 | 00:52:43,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225MethodDeclarations.h +26 五月 2020 | 00:52:43,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Cer2101567438MethodDeclarations.h +26 五月 2020 | 00:52:43,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402MethodDeclarations.h +26 五月 2020 | 00:52:43,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663.h +26 五月 2020 | 00:52:43,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888.h +26 五月 2020 | 00:52:43,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663MethodDeclarations.h +26 五月 2020 | 00:52:43,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636.h +26 五月 2020 | 00:52:43,705 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Consi1390725888MethodDeclarations.h +26 五月 2020 | 00:52:43,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682.h +26 五月 2020 | 00:52:43,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636MethodDeclarations.h +26 五月 2020 | 00:52:43,707 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984.h +26 五月 2020 | 00:52:43,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682MethodDeclarations.h +26 五月 2020 | 00:52:43,708 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Criti1920899984MethodDeclarations.h +26 五月 2020 | 00:52:43,709 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447.h +26 五月 2020 | 00:52:43,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711.h +26 五月 2020 | 00:52:43,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220.h +26 五月 2020 | 00:52:43,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447MethodDeclarations.h +26 五月 2020 | 00:52:43,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711MethodDeclarations.h +26 五月 2020 | 00:52:43,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_ConstrainedExecution_Relia1625655220MethodDeclarations.h +26 五月 2020 | 00:52:43,712 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301.h +26 五月 2020 | 00:52:43,712 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066.h +26 五月 2020 | 00:52:43,713 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301MethodDeclarations.h +26 五月 2020 | 00:52:43,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066MethodDeclarations.h +26 五月 2020 | 00:52:43,715 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737.h +26 五月 2020 | 00:52:43,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122.h +26 五月 2020 | 00:52:43,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737MethodDeclarations.h +26 五月 2020 | 00:52:43,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122MethodDeclarations.h +26 五月 2020 | 00:52:43,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715.h +26 五月 2020 | 00:52:43,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715MethodDeclarations.h +26 五月 2020 | 00:52:43,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595.h +26 五月 2020 | 00:52:43,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359.h +26 五月 2020 | 00:52:43,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366.h +26 五月 2020 | 00:52:43,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595MethodDeclarations.h +26 五月 2020 | 00:52:43,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Hosting_ActivationArguments640021366MethodDeclarations.h +26 五月 2020 | 00:52:43,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359MethodDeclarations.h +26 五月 2020 | 00:52:43,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578.h +26 五月 2020 | 00:52:43,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504.h +26 五月 2020 | 00:52:43,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551.h +26 五月 2020 | 00:52:43,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578MethodDeclarations.h +26 五月 2020 | 00:52:43,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_COMExcepti1790481504MethodDeclarations.h +26 五月 2020 | 00:52:43,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551MethodDeclarations.h +26 五月 2020 | 00:52:43,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380.h +26 五月 2020 | 00:52:43,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249.h +26 五月 2020 | 00:52:43,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265.h +26 五月 2020 | 00:52:43,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CallingCon3354538265MethodDeclarations.h +26 五月 2020 | 00:52:43,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249MethodDeclarations.h +26 五月 2020 | 00:52:43,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380MethodDeclarations.h +26 五月 2020 | 00:52:43,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310.h +26 五月 2020 | 00:52:43,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278.h +26 五月 2020 | 00:52:43,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813.h +26 五月 2020 | 00:52:43,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_CharSet2778376310MethodDeclarations.h +26 五月 2020 | 00:52:43,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278MethodDeclarations.h +26 五月 2020 | 00:52:43,805 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813MethodDeclarations.h +26 五月 2020 | 00:52:43,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211.h +26 五月 2020 | 00:52:43,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760.h +26 五月 2020 | 00:52:43,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf295178211MethodDeclarations.h +26 五月 2020 | 00:52:43,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792.h +26 五月 2020 | 00:52:43,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760MethodDeclarations.h +26 五月 2020 | 00:52:43,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559.h +26 五月 2020 | 00:52:43,809 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792MethodDeclarations.h +26 五月 2020 | 00:52:43,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360.h +26 五月 2020 | 00:52:43,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ClassInterf910653559MethodDeclarations.h +26 五月 2020 | 00:52:43,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146.h +26 五月 2020 | 00:52:43,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360MethodDeclarations.h +26 五月 2020 | 00:52:43,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146MethodDeclarations.h +26 五月 2020 | 00:52:43,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415.h +26 五月 2020 | 00:52:43,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414.h +26 五月 2020 | 00:52:43,814 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501.h +26 五月 2020 | 00:52:43,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComDefaultI347642415MethodDeclarations.h +26 五月 2020 | 00:52:43,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414MethodDeclarations.h +26 五月 2020 | 00:52:43,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501MethodDeclarations.h +26 五月 2020 | 00:52:43,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054.h +26 五月 2020 | 00:52:43,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902.h +26 五月 2020 | 00:52:43,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860.h +26 五月 2020 | 00:52:43,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComImportAt468083054MethodDeclarations.h +26 五月 2020 | 00:52:43,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860MethodDeclarations.h +26 五月 2020 | 00:52:43,819 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902MethodDeclarations.h +26 五月 2020 | 00:52:43,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498.h +26 五月 2020 | 00:52:43,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753.h +26 五月 2020 | 00:52:43,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546.h +26 五月 2020 | 00:52:43,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComInterfa1898221498MethodDeclarations.h +26 五月 2020 | 00:52:43,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753MethodDeclarations.h +26 五月 2020 | 00:52:43,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546MethodDeclarations.h +26 五月 2020 | 00:52:43,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759.h +26 五月 2020 | 00:52:43,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333.h +26 五月 2020 | 00:52:43,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109.h +26 五月 2020 | 00:52:43,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ComVisible2245573759MethodDeclarations.h +26 五月 2020 | 00:52:43,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333MethodDeclarations.h +26 五月 2020 | 00:52:43,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109MethodDeclarations.h +26 五月 2020 | 00:52:43,826 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947.h +26 五月 2020 | 00:52:43,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115.h +26 五月 2020 | 00:52:43,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709.h +26 五月 2020 | 00:52:43,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DispIdAttri607560947MethodDeclarations.h +26 五月 2020 | 00:52:43,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709MethodDeclarations.h +26 五月 2020 | 00:52:43,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115MethodDeclarations.h +26 五月 2020 | 00:52:43,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225.h +26 五月 2020 | 00:52:43,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_DllImportA3000813225MethodDeclarations.h +26 五月 2020 | 00:52:43,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101.h +26 五月 2020 | 00:52:43,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108.h +26 五月 2020 | 00:52:43,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663.h +26 五月 2020 | 00:52:43,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101MethodDeclarations.h +26 五月 2020 | 00:52:43,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108MethodDeclarations.h +26 五月 2020 | 00:52:43,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ErrorWrapp2775489663MethodDeclarations.h +26 五月 2020 | 00:52:43,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680.h +26 五月 2020 | 00:52:43,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990.h +26 五月 2020 | 00:52:43,839 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682.h +26 五月 2020 | 00:52:43,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680MethodDeclarations.h +26 五月 2020 | 00:52:43,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990MethodDeclarations.h +26 五月 2020 | 00:52:43,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_ExternalEx1252662682MethodDeclarations.h +26 五月 2020 | 00:52:43,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961.h +26 五月 2020 | 00:52:43,841 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831.h +26 五月 2020 | 00:52:43,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961MethodDeclarations.h +26 五月 2020 | 00:52:43,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711.h +26 五月 2020 | 00:52:43,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831MethodDeclarations.h +26 五月 2020 | 00:52:43,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890.h +26 五月 2020 | 00:52:43,845 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_FieldOffse1553145711MethodDeclarations.h +26 五月 2020 | 00:52:43,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998.h +26 五月 2020 | 00:52:43,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890MethodDeclarations.h +26 五月 2020 | 00:52:43,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066.h +26 五月 2020 | 00:52:43,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430.h +26 五月 2020 | 00:52:43,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998MethodDeclarations.h +26 五月 2020 | 00:52:43,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandle3409268066MethodDeclarations.h +26 五月 2020 | 00:52:43,848 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998.h +26 五月 2020 | 00:52:43,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430MethodDeclarations.h +26 五月 2020 | 00:52:43,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122.h +26 五月 2020 | 00:52:43,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848.h +26 五月 2020 | 00:52:43,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998MethodDeclarations.h +26 五月 2020 | 00:52:43,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GCHandleTy1970708122MethodDeclarations.h +26 五月 2020 | 00:52:43,851 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848MethodDeclarations.h +26 五月 2020 | 00:52:43,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825.h +26 五月 2020 | 00:52:43,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359.h +26 五月 2020 | 00:52:43,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650.h +26 五月 2020 | 00:52:43,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_GuidAttribu222072359MethodDeclarations.h +26 五月 2020 | 00:52:43,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825MethodDeclarations.h +26 五月 2020 | 00:52:43,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650MethodDeclarations.h +26 五月 2020 | 00:52:43,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551.h +26 五月 2020 | 00:52:43,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365.h +26 五月 2020 | 00:52:43,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InAttribut1394050551MethodDeclarations.h +26 五月 2020 | 00:52:43,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328.h +26 五月 2020 | 00:52:43,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365MethodDeclarations.h +26 五月 2020 | 00:52:43,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249.h +26 五月 2020 | 00:52:43,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328MethodDeclarations.h +26 五月 2020 | 00:52:43,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115.h +26 五月 2020 | 00:52:43,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_InterfaceT4113096249MethodDeclarations.h +26 五月 2020 | 00:52:43,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402.h +26 五月 2020 | 00:52:43,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115MethodDeclarations.h +26 五月 2020 | 00:52:43,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278.h +26 五月 2020 | 00:52:43,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_LayoutKind77641278MethodDeclarations.h +26 五月 2020 | 00:52:43,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402MethodDeclarations.h +26 五月 2020 | 00:52:43,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916.h +26 五月 2020 | 00:52:43,862 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760.h +26 五月 2020 | 00:52:43,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636.h +26 五月 2020 | 00:52:43,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916MethodDeclarations.h +26 五月 2020 | 00:52:43,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_Marshal785896760MethodDeclarations.h +26 五月 2020 | 00:52:43,864 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636MethodDeclarations.h +26 五月 2020 | 00:52:43,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000.h +26 五月 2020 | 00:52:43,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360.h +26 五月 2020 | 00:52:43,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447.h +26 五月 2020 | 00:52:43,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000MethodDeclarations.h +26 五月 2020 | 00:52:43,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalAsA2900773360MethodDeclarations.h +26 五月 2020 | 00:52:43,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447MethodDeclarations.h +26 五月 2020 | 00:52:43,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710.h +26 五月 2020 | 00:52:43,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414.h +26 五月 2020 | 00:52:43,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301.h +26 五月 2020 | 00:52:43,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710MethodDeclarations.h +26 五月 2020 | 00:52:43,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_MarshalDir1326890414MethodDeclarations.h +26 五月 2020 | 00:52:43,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301MethodDeclarations.h +26 五月 2020 | 00:52:43,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028.h +26 五月 2020 | 00:52:43,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902.h +26 五月 2020 | 00:52:43,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737.h +26 五月 2020 | 00:52:43,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028MethodDeclarations.h +26 五月 2020 | 00:52:43,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OptionalAtt827982902MethodDeclarations.h +26 五月 2020 | 00:52:43,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737MethodDeclarations.h +26 五月 2020 | 00:52:43,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639.h +26 五月 2020 | 00:52:43,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546.h +26 五月 2020 | 00:52:43,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715.h +26 五月 2020 | 00:52:43,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639MethodDeclarations.h +26 五月 2020 | 00:52:43,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_OutAttribu1539424546MethodDeclarations.h +26 五月 2020 | 00:52:43,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715MethodDeclarations.h +26 五月 2020 | 00:52:43,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869.h +26 五月 2020 | 00:52:43,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109.h +26 五月 2020 | 00:52:43,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595.h +26 五月 2020 | 00:52:43,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869MethodDeclarations.h +26 五月 2020 | 00:52:43,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_PreserveSi1564965109MethodDeclarations.h +26 五月 2020 | 00:52:43,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469.h +26 五月 2020 | 00:52:43,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115.h +26 五月 2020 | 00:52:43,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469MethodDeclarations.h +26 五月 2020 | 00:52:43,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_SafeHandle2733794115MethodDeclarations.h +26 五月 2020 | 00:52:43,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377.h +26 五月 2020 | 00:52:43,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595MethodDeclarations.h +26 五月 2020 | 00:52:43,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101.h +26 五月 2020 | 00:52:43,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377MethodDeclarations.h +26 五月 2020 | 00:52:43,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578.h +26 五月 2020 | 00:52:43,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_StructLayo2024303101MethodDeclarations.h +26 五月 2020 | 00:52:43,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202.h +26 五月 2020 | 00:52:43,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202MethodDeclarations.h +26 五月 2020 | 00:52:43,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578MethodDeclarations.h +26 五月 2020 | 00:52:43,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680.h +26 五月 2020 | 00:52:43,886 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106.h +26 五月 2020 | 00:52:43,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380.h +26 五月 2020 | 00:52:43,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibImp2390314680MethodDeclarations.h +26 五月 2020 | 00:52:43,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106MethodDeclarations.h +26 五月 2020 | 00:52:43,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961.h +26 五月 2020 | 00:52:43,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380MethodDeclarations.h +26 五月 2020 | 00:52:43,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043.h +26 五月 2020 | 00:52:43,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813.h +26 五月 2020 | 00:52:43,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_TypeLibVer3346496961MethodDeclarations.h +26 五月 2020 | 00:52:43,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043MethodDeclarations.h +26 五月 2020 | 00:52:43,892 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890.h +26 五月 2020 | 00:52:43,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813MethodDeclarations.h +26 五月 2020 | 00:52:43,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_InteropServices_UnmanagedT2550630890MethodDeclarations.h +26 五月 2020 | 00:52:43,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188.h +26 五月 2020 | 00:52:43,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792.h +26 五月 2020 | 00:52:43,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430.h +26 五月 2020 | 00:52:43,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188MethodDeclarations.h +26 五月 2020 | 00:52:43,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792MethodDeclarations.h +26 五月 2020 | 00:52:43,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedClientTy4060499430MethodDeclarations.h +26 五月 2020 | 00:52:43,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774.h +26 五月 2020 | 00:52:43,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146.h +26 五月 2020 | 00:52:43,899 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848.h +26 五月 2020 | 00:52:43,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774MethodDeclarations.h +26 五月 2020 | 00:52:43,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146MethodDeclarations.h +26 五月 2020 | 00:52:43,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ActivatedServiceT3934090848MethodDeclarations.h +26 五月 2020 | 00:52:43,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451.h +26 五月 2020 | 00:52:43,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650.h +26 五月 2020 | 00:52:43,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451MethodDeclarations.h +26 五月 2020 | 00:52:43,903 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Activa1532663650MethodDeclarations.h +26 五月 2020 | 00:52:43,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501.h +26 五月 2020 | 00:52:43,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247.h +26 五月 2020 | 00:52:43,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501MethodDeclarations.h +26 五月 2020 | 00:52:43,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247MethodDeclarations.h +26 五月 2020 | 00:52:43,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860.h +26 五月 2020 | 00:52:43,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997.h +26 五月 2020 | 00:52:43,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328.h +26 五月 2020 | 00:52:43,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997MethodDeclarations.h +26 五月 2020 | 00:52:43,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860MethodDeclarations.h +26 五月 2020 | 00:52:43,909 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_AppDoma834876328MethodDeclarations.h +26 五月 2020 | 00:52:43,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555.h +26 五月 2020 | 00:52:43,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753.h +26 五月 2020 | 00:52:43,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402.h +26 五月 2020 | 00:52:43,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555MethodDeclarations.h +26 五月 2020 | 00:52:43,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753MethodDeclarations.h +26 五月 2020 | 00:52:43,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Constr2284932402MethodDeclarations.h +26 五月 2020 | 00:52:43,914 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333.h +26 五月 2020 | 00:52:43,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636.h +26 五月 2020 | 00:52:43,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333MethodDeclarations.h +26 五月 2020 | 00:52:43,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_Contex1784331636MethodDeclarations.h +26 五月 2020 | 00:52:43,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709.h +26 五月 2020 | 00:52:43,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131.h +26 五月 2020 | 00:52:43,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447.h +26 五月 2020 | 00:52:43,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709MethodDeclarations.h +26 五月 2020 | 00:52:43,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131MethodDeclarations.h +26 五月 2020 | 00:52:43,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_RemoteA213750447MethodDeclarations.h +26 五月 2020 | 00:52:43,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420.h +26 五月 2020 | 00:52:43,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108.h +26 五月 2020 | 00:52:43,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301.h +26 五月 2020 | 00:52:43,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420MethodDeclarations.h +26 五月 2020 | 00:52:43,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108MethodDeclarations.h +26 五月 2020 | 00:52:43,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Activation_UrlAtt1544437301MethodDeclarations.h +26 五月 2020 | 00:52:43,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009.h +26 五月 2020 | 00:52:43,938 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737.h +26 五月 2020 | 00:52:43,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990.h +26 五月 2020 | 00:52:43,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009MethodDeclarations.h +26 五月 2020 | 00:52:43,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelData1489610737MethodDeclarations.h +26 五月 2020 | 00:52:43,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990MethodDeclarations.h +26 五月 2020 | 00:52:43,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281.h +26 五月 2020 | 00:52:43,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715.h +26 五月 2020 | 00:52:43,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831.h +26 五月 2020 | 00:52:43,942 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281MethodDeclarations.h +26 五月 2020 | 00:52:43,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ChannelInfo709892715MethodDeclarations.h +26 五月 2020 | 00:52:43,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831MethodDeclarations.h +26 五月 2020 | 00:52:43,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787.h +26 五月 2020 | 00:52:43,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595.h +26 五月 2020 | 00:52:43,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998.h +26 五月 2020 | 00:52:43,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787MethodDeclarations.h +26 五月 2020 | 00:52:43,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_ChannelS2007814595MethodDeclarations.h +26 五月 2020 | 00:52:43,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998MethodDeclarations.h +26 五月 2020 | 00:52:43,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146.h +26 五月 2020 | 00:52:43,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998.h +26 五月 2020 | 00:52:43,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578.h +26 五月 2020 | 00:52:43,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146MethodDeclarations.h +26 五月 2020 | 00:52:43,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998MethodDeclarations.h +26 五月 2020 | 00:52:43,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2368859578MethodDeclarations.h +26 五月 2020 | 00:52:43,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581.h +26 五月 2020 | 00:52:43,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825.h +26 五月 2020 | 00:52:43,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380.h +26 五月 2020 | 00:52:43,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581MethodDeclarations.h +26 五月 2020 | 00:52:43,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossApp2471623380MethodDeclarations.h +26 五月 2020 | 00:52:43,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825MethodDeclarations.h +26 五月 2020 | 00:52:43,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475.h +26 五月 2020 | 00:52:43,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813.h +26 五月 2020 | 00:52:43,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365.h +26 五月 2020 | 00:52:43,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475MethodDeclarations.h +26 五月 2020 | 00:52:43,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_CrossAppD816071813MethodDeclarations.h +26 五月 2020 | 00:52:43,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365MethodDeclarations.h +26 五月 2020 | 00:52:43,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830.h +26 五月 2020 | 00:52:43,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792.h +26 五月 2020 | 00:52:43,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115.h +26 五月 2020 | 00:52:43,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830MethodDeclarations.h +26 五月 2020 | 00:52:43,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Channels_SinkProv2645445792MethodDeclarations.h +26 五月 2020 | 00:52:43,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115MethodDeclarations.h +26 五月 2020 | 00:52:43,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126.h +26 五月 2020 | 00:52:43,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146.h +26 五月 2020 | 00:52:43,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916.h +26 五月 2020 | 00:52:43,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126MethodDeclarations.h +26 五月 2020 | 00:52:43,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientActivatedId1467784146MethodDeclarations.h +26 五月 2020 | 00:52:43,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916MethodDeclarations.h +26 五月 2020 | 00:52:43,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683.h +26 五月 2020 | 00:52:43,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501.h +26 五月 2020 | 00:52:43,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000.h +26 五月 2020 | 00:52:43,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683MethodDeclarations.h +26 五月 2020 | 00:52:43,963 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ClientIdentity2254682501MethodDeclarations.h +26 五月 2020 | 00:52:43,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000MethodDeclarations.h +26 五月 2020 | 00:52:43,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905.h +26 五月 2020 | 00:52:43,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860.h +26 五月 2020 | 00:52:43,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710.h +26 五月 2020 | 00:52:43,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905MethodDeclarations.h +26 五月 2020 | 00:52:43,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ConfigHandler2180714860MethodDeclarations.h +26 五月 2020 | 00:52:43,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710MethodDeclarations.h +26 五月 2020 | 00:52:43,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306.h +26 五月 2020 | 00:52:43,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753.h +26 五月 2020 | 00:52:43,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028.h +26 五月 2020 | 00:52:43,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306MethodDeclarations.h +26 五月 2020 | 00:52:43,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Context502196753MethodDeclarations.h +26 五月 2020 | 00:52:43,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028MethodDeclarations.h +26 五月 2020 | 00:52:43,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100.h +26 五月 2020 | 00:52:43,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333.h +26 五月 2020 | 00:52:43,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639.h +26 五月 2020 | 00:52:43,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100MethodDeclarations.h +26 五月 2020 | 00:52:43,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextAt197102333MethodDeclarations.h +26 五月 2020 | 00:52:43,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639MethodDeclarations.h +26 五月 2020 | 00:52:43,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869.h +26 五月 2020 | 00:52:43,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709.h +26 五月 2020 | 00:52:43,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869MethodDeclarations.h +26 五月 2020 | 00:52:43,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_ContextC3978189709MethodDeclarations.h +26 五月 2020 | 00:52:43,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469.h +26 五月 2020 | 00:52:43,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438.h +26 五月 2020 | 00:52:43,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108.h +26 五月 2020 | 00:52:43,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469MethodDeclarations.h +26 五月 2020 | 00:52:43,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438MethodDeclarations.h +26 五月 2020 | 00:52:43,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCon2302426108MethodDeclarations.h +26 五月 2020 | 00:52:43,980 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377.h +26 五月 2020 | 00:52:43,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933.h +26 五月 2020 | 00:52:43,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990.h +26 五月 2020 | 00:52:43,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377MethodDeclarations.h +26 五月 2020 | 00:52:43,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933MethodDeclarations.h +26 五月 2020 | 00:52:43,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_CrossCont754146990MethodDeclarations.h +26 五月 2020 | 00:52:43,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202.h +26 五月 2020 | 00:52:43,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685.h +26 五月 2020 | 00:52:43,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202MethodDeclarations.h +26 五月 2020 | 00:52:43,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831.h +26 五月 2020 | 00:52:43,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106.h +26 五月 2020 | 00:52:43,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685MethodDeclarations.h +26 五月 2020 | 00:52:43,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP1839195831MethodDeclarations.h +26 五月 2020 | 00:52:43,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106MethodDeclarations.h +26 五月 2020 | 00:52:43,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676.h +26 五月 2020 | 00:52:43,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998.h +26 五月 2020 | 00:52:43,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043.h +26 五月 2020 | 00:52:43,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676MethodDeclarations.h +26 五月 2020 | 00:52:43,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043MethodDeclarations.h +26 五月 2020 | 00:52:43,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_DynamicP2282532998MethodDeclarations.h +26 五月 2020 | 00:52:43,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514.h +26 五月 2020 | 00:52:43,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188.h +26 五月 2020 | 00:52:43,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998.h +26 五月 2020 | 00:52:43,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514MethodDeclarations.h +26 五月 2020 | 00:52:43,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3073724998MethodDeclarations.h +26 五月 2020 | 00:52:43,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188MethodDeclarations.h +26 五月 2020 | 00:52:43,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085.h +26 五月 2020 | 00:52:43,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825.h +26 五月 2020 | 00:52:43,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774.h +26 五月 2020 | 00:52:43,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085MethodDeclarations.h +26 五月 2020 | 00:52:43,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchron3779986825MethodDeclarations.h +26 五月 2020 | 00:52:44,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488.h +26 五月 2020 | 00:52:44,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365.h +26 五月 2020 | 00:52:44,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774MethodDeclarations.h +26 五月 2020 | 00:52:44,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Contexts_Synchroni462987365MethodDeclarations.h +26 五月 2020 | 00:52:44,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488MethodDeclarations.h +26 五月 2020 | 00:52:44,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451.h +26 五月 2020 | 00:52:44,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115.h +26 五月 2020 | 00:52:44,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487.h +26 五月 2020 | 00:52:44,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451MethodDeclarations.h +26 五月 2020 | 00:52:44,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_EnvoyInfo815109115MethodDeclarations.h +26 五月 2020 | 00:52:44,006 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487MethodDeclarations.h +26 五月 2020 | 00:52:44,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247.h +26 五月 2020 | 00:52:44,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916.h +26 五月 2020 | 00:52:44,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247MethodDeclarations.h +26 五月 2020 | 00:52:44,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430.h +26 五月 2020 | 00:52:44,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_FormatterData12176916MethodDeclarations.h +26 五月 2020 | 00:52:44,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430MethodDeclarations.h +26 五月 2020 | 00:52:44,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997.h +26 五月 2020 | 00:52:44,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000.h +26 五月 2020 | 00:52:44,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346.h +26 五月 2020 | 00:52:44,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997MethodDeclarations.h +26 五月 2020 | 00:52:44,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Identity3647548000MethodDeclarations.h +26 五月 2020 | 00:52:44,014 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346MethodDeclarations.h +26 五月 2020 | 00:52:44,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710.h +26 五月 2020 | 00:52:44,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555.h +26 五月 2020 | 00:52:44,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_InternalRemotingS3953136710MethodDeclarations.h +26 五月 2020 | 00:52:44,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897.h +26 五月 2020 | 00:52:44,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555MethodDeclarations.h +26 五月 2020 | 00:52:44,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897MethodDeclarations.h +26 五月 2020 | 00:52:44,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028.h +26 五月 2020 | 00:52:44,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131.h +26 五月 2020 | 00:52:44,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972.h +26 五月 2020 | 00:52:44,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972MethodDeclarations.h +26 五月 2020 | 00:52:44,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lease3663008028MethodDeclarations.h +26 五月 2020 | 00:52:44,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131MethodDeclarations.h +26 五月 2020 | 00:52:44,023 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651.h +26 五月 2020 | 00:52:44,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639.h +26 五月 2020 | 00:52:44,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420.h +26 五月 2020 | 00:52:44,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseMan1025868639MethodDeclarations.h +26 五月 2020 | 00:52:44,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420MethodDeclarations.h +26 五月 2020 | 00:52:44,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651MethodDeclarations.h +26 五月 2020 | 00:52:44,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869.h +26 五月 2020 | 00:52:44,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009.h +26 五月 2020 | 00:52:44,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560.h +26 五月 2020 | 00:52:44,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseSin3007073869MethodDeclarations.h +26 五月 2020 | 00:52:44,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009MethodDeclarations.h +26 五月 2020 | 00:52:44,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560MethodDeclarations.h +26 五月 2020 | 00:52:44,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469.h +26 五月 2020 | 00:52:44,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281.h +26 五月 2020 | 00:52:44,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_LeaseState83447469MethodDeclarations.h +26 五月 2020 | 00:52:44,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837.h +26 五月 2020 | 00:52:44,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281MethodDeclarations.h +26 五月 2020 | 00:52:44,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837MethodDeclarations.h +26 五月 2020 | 00:52:44,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377.h +26 五月 2020 | 00:52:44,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787.h +26 五月 2020 | 00:52:44,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Lifetime_Lifetime2939669377MethodDeclarations.h +26 五月 2020 | 00:52:44,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977.h +26 五月 2020 | 00:52:44,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202.h +26 五月 2020 | 00:52:44,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787MethodDeclarations.h +26 五月 2020 | 00:52:44,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977MethodDeclarations.h +26 五月 2020 | 00:52:44,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo3252846202MethodDeclarations.h +26 五月 2020 | 00:52:44,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146.h +26 五月 2020 | 00:52:44,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321.h +26 五月 2020 | 00:52:44,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106.h +26 五月 2020 | 00:52:44,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146MethodDeclarations.h +26 五月 2020 | 00:52:44,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321MethodDeclarations.h +26 五月 2020 | 00:52:44,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ArgInfo688271106MethodDeclarations.h +26 五月 2020 | 00:52:44,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581.h +26 五月 2020 | 00:52:44,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043.h +26 五月 2020 | 00:52:44,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076.h +26 五月 2020 | 00:52:44,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581MethodDeclarations.h +26 五月 2020 | 00:52:44,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_AsyncRe2232356043MethodDeclarations.h +26 五月 2020 | 00:52:44,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076MethodDeclarations.h +26 五月 2020 | 00:52:44,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475.h +26 五月 2020 | 00:52:44,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188.h +26 五月 2020 | 00:52:44,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475MethodDeclarations.h +26 五月 2020 | 00:52:44,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255.h +26 五月 2020 | 00:52:44,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_CallCon2648008188MethodDeclarations.h +26 五月 2020 | 00:52:44,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830.h +26 五月 2020 | 00:52:44,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774.h +26 五月 2020 | 00:52:44,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830MethodDeclarations.h +26 五月 2020 | 00:52:44,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ClientC3236389774MethodDeclarations.h +26 五月 2020 | 00:52:44,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126.h +26 五月 2020 | 00:52:44,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451.h +26 五月 2020 | 00:52:44,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126MethodDeclarations.h +26 五月 2020 | 00:52:44,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru1254994451MethodDeclarations.h +26 五月 2020 | 00:52:44,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247.h +26 五月 2020 | 00:52:44,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Constru2993650247MethodDeclarations.h +26 五月 2020 | 00:52:44,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997.h +26 五月 2020 | 00:52:44,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_EnvoyTe3043186997MethodDeclarations.h +26 五月 2020 | 00:52:44,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555.h +26 五月 2020 | 00:52:44,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Header2756440555MethodDeclarations.h +26 五月 2020 | 00:52:44,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683.h +26 五月 2020 | 00:52:44,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131.h +26 五月 2020 | 00:52:44,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255MethodDeclarations.h +26 五月 2020 | 00:52:44,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225.h +26 五月 2020 | 00:52:44,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_HeaderHa324204131MethodDeclarations.h +26 五月 2020 | 00:52:44,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683MethodDeclarations.h +26 五月 2020 | 00:52:44,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225MethodDeclarations.h +26 五月 2020 | 00:52:44,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420.h +26 五月 2020 | 00:52:44,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905.h +26 五月 2020 | 00:52:44,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_LogicalC725724420MethodDeclarations.h +26 五月 2020 | 00:52:44,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052.h +26 五月 2020 | 00:52:44,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905MethodDeclarations.h +26 五月 2020 | 00:52:44,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052MethodDeclarations.h +26 五月 2020 | 00:52:44,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306.h +26 五月 2020 | 00:52:44,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009.h +26 五月 2020 | 00:52:44,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506.h +26 五月 2020 | 00:52:44,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306MethodDeclarations.h +26 五月 2020 | 00:52:44,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC1516131009MethodDeclarations.h +26 五月 2020 | 00:52:44,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506MethodDeclarations.h +26 五月 2020 | 00:52:44,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100.h +26 五月 2020 | 00:52:44,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281.h +26 五月 2020 | 00:52:44,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562.h +26 五月 2020 | 00:52:44,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100MethodDeclarations.h +26 五月 2020 | 00:52:44,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodC2461541281MethodDeclarations.h +26 五月 2020 | 00:52:44,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562MethodDeclarations.h +26 五月 2020 | 00:52:44,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438.h +26 五月 2020 | 00:52:44,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787.h +26 五月 2020 | 00:52:44,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170.h +26 五月 2020 | 00:52:44,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438MethodDeclarations.h +26 五月 2020 | 00:52:44,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170MethodDeclarations.h +26 五月 2020 | 00:52:44,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodD1742974787MethodDeclarations.h +26 五月 2020 | 00:52:44,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933.h +26 五月 2020 | 00:52:44,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581.h +26 五月 2020 | 00:52:44,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146.h +26 五月 2020 | 00:52:44,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581MethodDeclarations.h +26 五月 2020 | 00:52:44,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933MethodDeclarations.h +26 五月 2020 | 00:52:44,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodDi492828146MethodDeclarations.h +26 五月 2020 | 00:52:44,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956.h +26 五月 2020 | 00:52:44,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685.h +26 五月 2020 | 00:52:44,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581.h +26 五月 2020 | 00:52:44,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956MethodDeclarations.h +26 五月 2020 | 00:52:44,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685MethodDeclarations.h +26 五月 2020 | 00:52:44,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MethodRe981009581MethodDeclarations.h +26 五月 2020 | 00:52:44,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600.h +26 五月 2020 | 00:52:44,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676.h +26 五月 2020 | 00:52:44,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475.h +26 五月 2020 | 00:52:44,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676MethodDeclarations.h +26 五月 2020 | 00:52:44,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600MethodDeclarations.h +26 五月 2020 | 00:52:44,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_MonoMeth771543475MethodDeclarations.h +26 五月 2020 | 00:52:44,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996.h +26 五月 2020 | 00:52:44,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514.h +26 五月 2020 | 00:52:44,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830.h +26 五月 2020 | 00:52:44,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996MethodDeclarations.h +26 五月 2020 | 00:52:44,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514MethodDeclarations.h +26 五月 2020 | 00:52:44,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ObjRefS3912784830MethodDeclarations.h +26 五月 2020 | 00:52:44,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295.h +26 五月 2020 | 00:52:44,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085.h +26 五月 2020 | 00:52:44,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295MethodDeclarations.h +26 五月 2020 | 00:52:44,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126.h +26 五月 2020 | 00:52:44,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085MethodDeclarations.h +26 五月 2020 | 00:52:44,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179.h +26 五月 2020 | 00:52:44,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin2821375126MethodDeclarations.h +26 五月 2020 | 00:52:44,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179MethodDeclarations.h +26 五月 2020 | 00:52:44,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488.h +26 五月 2020 | 00:52:44,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683.h +26 五月 2020 | 00:52:44,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488MethodDeclarations.h +26 五月 2020 | 00:52:44,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214.h +26 五月 2020 | 00:52:44,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_Remotin3248446683MethodDeclarations.h +26 五月 2020 | 00:52:44,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487.h +26 五月 2020 | 00:52:44,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905.h +26 五月 2020 | 00:52:44,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487MethodDeclarations.h +26 五月 2020 | 00:52:44,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214MethodDeclarations.h +26 五月 2020 | 00:52:44,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ReturnM3411975905MethodDeclarations.h +26 五月 2020 | 00:52:44,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612.h +26 五月 2020 | 00:52:44,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430.h +26 五月 2020 | 00:52:44,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306.h +26 五月 2020 | 00:52:44,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612MethodDeclarations.h +26 五月 2020 | 00:52:44,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430MethodDeclarations.h +26 五月 2020 | 00:52:44,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerC1054294306MethodDeclarations.h +26 五月 2020 | 00:52:44,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226.h +26 五月 2020 | 00:52:44,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346.h +26 五月 2020 | 00:52:44,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100.h +26 五月 2020 | 00:52:44,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346MethodDeclarations.h +26 五月 2020 | 00:52:44,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226MethodDeclarations.h +26 五月 2020 | 00:52:44,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_ServerO4261369100MethodDeclarations.h +26 五月 2020 | 00:52:44,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105.h +26 五月 2020 | 00:52:44,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897.h +26 五月 2020 | 00:52:44,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438.h +26 五月 2020 | 00:52:44,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105MethodDeclarations.h +26 五月 2020 | 00:52:44,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897MethodDeclarations.h +26 五月 2020 | 00:52:44,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355.h +26 五月 2020 | 00:52:44,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Messaging_StackBu1613771438MethodDeclarations.h +26 五月 2020 | 00:52:44,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972.h +26 五月 2020 | 00:52:44,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355MethodDeclarations.h +26 五月 2020 | 00:52:44,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933.h +26 五月 2020 | 00:52:44,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972MethodDeclarations.h +26 五月 2020 | 00:52:44,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412.h +26 五月 2020 | 00:52:44,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapAttr1982224933MethodDeclarations.h +26 五月 2020 | 00:52:44,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651.h +26 五月 2020 | 00:52:44,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685.h +26 五月 2020 | 00:52:44,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412MethodDeclarations.h +26 五月 2020 | 00:52:44,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651MethodDeclarations.h +26 五月 2020 | 00:52:44,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapFiel3073759685MethodDeclarations.h +26 五月 2020 | 00:52:44,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221.h +26 五月 2020 | 00:52:44,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676.h +26 五月 2020 | 00:52:44,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560.h +26 五月 2020 | 00:52:44,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221MethodDeclarations.h +26 五月 2020 | 00:52:44,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapMeth2381910676MethodDeclarations.h +26 五月 2020 | 00:52:44,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560MethodDeclarations.h +26 五月 2020 | 00:52:44,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156.h +26 五月 2020 | 00:52:44,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837.h +26 五月 2020 | 00:52:44,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156MethodDeclarations.h +26 五月 2020 | 00:52:44,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837MethodDeclarations.h +26 五月 2020 | 00:52:44,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702.h +26 五月 2020 | 00:52:44,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702MethodDeclarations.h +26 五月 2020 | 00:52:44,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514.h +26 五月 2020 | 00:52:44,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253.h +26 五月 2020 | 00:52:44,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977.h +26 五月 2020 | 00:52:44,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253MethodDeclarations.h +26 五月 2020 | 00:52:44,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapPara2780084514MethodDeclarations.h +26 五月 2020 | 00:52:44,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977MethodDeclarations.h +26 五月 2020 | 00:52:44,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321.h +26 五月 2020 | 00:52:44,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596.h +26 五月 2020 | 00:52:44,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085.h +26 五月 2020 | 00:52:44,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596MethodDeclarations.h +26 五月 2020 | 00:52:44,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Metadata_SoapType3444503085MethodDeclarations.h +26 五月 2020 | 00:52:44,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321MethodDeclarations.h +26 五月 2020 | 00:52:44,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242.h +26 五月 2020 | 00:52:44,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242MethodDeclarations.h +26 五月 2020 | 00:52:44,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488.h +26 五月 2020 | 00:52:44,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076.h +26 五月 2020 | 00:52:44,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ObjRef318414488MethodDeclarations.h +26 五月 2020 | 00:52:44,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207.h +26 五月 2020 | 00:52:44,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076MethodDeclarations.h +26 五月 2020 | 00:52:44,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207MethodDeclarations.h +26 五月 2020 | 00:52:44,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487.h +26 五月 2020 | 00:52:44,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255.h +26 五月 2020 | 00:52:44,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661.h +26 五月 2020 | 00:52:44,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255MethodDeclarations.h +26 五月 2020 | 00:52:44,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661MethodDeclarations.h +26 五月 2020 | 00:52:44,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ProviderData2518653487MethodDeclarations.h +26 五月 2020 | 00:52:44,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225.h +26 五月 2020 | 00:52:44,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634.h +26 五月 2020 | 00:52:44,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430.h +26 五月 2020 | 00:52:44,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634MethodDeclarations.h +26 五月 2020 | 00:52:44,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225MethodDeclarations.h +26 五月 2020 | 00:52:44,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_ProxyAttr4031752430MethodDeclarations.h +26 五月 2020 | 00:52:44,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385.h +26 五月 2020 | 00:52:44,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052.h +26 五月 2020 | 00:52:44,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346.h +26 五月 2020 | 00:52:44,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385MethodDeclarations.h +26 五月 2020 | 00:52:44,154 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052MethodDeclarations.h +26 五月 2020 | 00:52:44,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RealProxy298428346MethodDeclarations.h +26 五月 2020 | 00:52:44,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724.h +26 五月 2020 | 00:52:44,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506.h +26 五月 2020 | 00:52:44,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897.h +26 五月 2020 | 00:52:44,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506MethodDeclarations.h +26 五月 2020 | 00:52:44,157 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724MethodDeclarations.h +26 五月 2020 | 00:52:44,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_RemotingP2419155897MethodDeclarations.h +26 五月 2020 | 00:52:44,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562.h +26 五月 2020 | 00:52:44,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778.h +26 五月 2020 | 00:52:44,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972.h +26 五月 2020 | 00:52:44,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Proxies_Transpare3836393972MethodDeclarations.h +26 五月 2020 | 00:52:44,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778MethodDeclarations.h +26 五月 2020 | 00:52:44,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562MethodDeclarations.h +26 五月 2020 | 00:52:44,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651.h +26 五月 2020 | 00:52:44,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382.h +26 五月 2020 | 00:52:44,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170.h +26 五月 2020 | 00:52:44,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingConfigurat438177651MethodDeclarations.h +26 五月 2020 | 00:52:44,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382MethodDeclarations.h +26 五月 2020 | 00:52:44,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170MethodDeclarations.h +26 五月 2020 | 00:52:44,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560.h +26 五月 2020 | 00:52:44,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744.h +26 五月 2020 | 00:52:44,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581.h +26 五月 2020 | 00:52:44,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744MethodDeclarations.h +26 五月 2020 | 00:52:44,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingException109604560MethodDeclarations.h +26 五月 2020 | 00:52:44,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581MethodDeclarations.h +26 五月 2020 | 00:52:44,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187.h +26 五月 2020 | 00:52:44,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837.h +26 五月 2020 | 00:52:44,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956.h +26 五月 2020 | 00:52:44,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187MethodDeclarations.h +26 五月 2020 | 00:52:44,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956MethodDeclarations.h +26 五月 2020 | 00:52:44,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_RemotingServices2399536837MethodDeclarations.h +26 五月 2020 | 00:52:44,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097.h +26 五月 2020 | 00:52:44,172 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600.h +26 五月 2020 | 00:52:44,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097MethodDeclarations.h +26 五月 2020 | 00:52:44,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977.h +26 五月 2020 | 00:52:44,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600MethodDeclarations.h +26 五月 2020 | 00:52:44,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116.h +26 五月 2020 | 00:52:44,174 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_ServerIdentity1656058977MethodDeclarations.h +26 五月 2020 | 00:52:44,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116MethodDeclarations.h +26 五月 2020 | 00:52:44,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996.h +26 五月 2020 | 00:52:44,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321.h +26 五月 2020 | 00:52:44,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342.h +26 五月 2020 | 00:52:44,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996MethodDeclarations.h +26 五月 2020 | 00:52:44,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_Services_Tracking3722365321MethodDeclarations.h +26 五月 2020 | 00:52:44,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342MethodDeclarations.h +26 五月 2020 | 00:52:44,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295.h +26 五月 2020 | 00:52:44,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076.h +26 五月 2020 | 00:52:44,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212.h +26 五月 2020 | 00:52:44,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295MethodDeclarations.h +26 五月 2020 | 00:52:44,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingleCallIdentit3377680076MethodDeclarations.h +26 五月 2020 | 00:52:44,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212MethodDeclarations.h +26 五月 2020 | 00:52:44,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179.h +26 五月 2020 | 00:52:44,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255.h +26 五月 2020 | 00:52:44,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818.h +26 五月 2020 | 00:52:44,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179MethodDeclarations.h +26 五月 2020 | 00:52:44,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SingletonIdentity164722255MethodDeclarations.h +26 五月 2020 | 00:52:44,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818MethodDeclarations.h +26 五月 2020 | 00:52:44,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214.h +26 五月 2020 | 00:52:44,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225.h +26 五月 2020 | 00:52:44,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430.h +26 五月 2020 | 00:52:44,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214MethodDeclarations.h +26 五月 2020 | 00:52:44,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices3397513225MethodDeclarations.h +26 五月 2020 | 00:52:44,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430MethodDeclarations.h +26 五月 2020 | 00:52:44,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612.h +26 五月 2020 | 00:52:44,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052.h +26 五月 2020 | 00:52:44,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733.h +26 五月 2020 | 00:52:44,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_SoapServices_TypeIn59877052MethodDeclarations.h +26 五月 2020 | 00:52:44,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612MethodDeclarations.h +26 五月 2020 | 00:52:44,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733MethodDeclarations.h +26 五月 2020 | 00:52:44,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506.h +26 五月 2020 | 00:52:44,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226.h +26 五月 2020 | 00:52:44,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770.h +26 五月 2020 | 00:52:44,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeEntry3321373506MethodDeclarations.h +26 五月 2020 | 00:52:44,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226MethodDeclarations.h +26 五月 2020 | 00:52:44,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562.h +26 五月 2020 | 00:52:44,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105.h +26 五月 2020 | 00:52:44,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770MethodDeclarations.h +26 五月 2020 | 00:52:44,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_TypeInfo942537562MethodDeclarations.h +26 五月 2020 | 00:52:44,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105MethodDeclarations.h +26 五月 2020 | 00:52:44,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759.h +26 五月 2020 | 00:52:44,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355.h +26 五月 2020 | 00:52:44,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170.h +26 五月 2020 | 00:52:44,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355MethodDeclarations.h +26 五月 2020 | 00:52:44,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759MethodDeclarations.h +26 五月 2020 | 00:52:44,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownClientTy3314744170MethodDeclarations.h +26 五月 2020 | 00:52:44,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061.h +26 五月 2020 | 00:52:44,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412.h +26 五月 2020 | 00:52:44,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581.h +26 五月 2020 | 00:52:44,204 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownObjectMo2630225581MethodDeclarations.h +26 五月 2020 | 00:52:44,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061MethodDeclarations.h +26 五月 2020 | 00:52:44,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412MethodDeclarations.h +26 五月 2020 | 00:52:44,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956.h +26 五月 2020 | 00:52:44,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603.h +26 五月 2020 | 00:52:44,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221.h +26 五月 2020 | 00:52:44,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603MethodDeclarations.h +26 五月 2020 | 00:52:44,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Remoting_WellKnownServiceT1712728956MethodDeclarations.h +26 五月 2020 | 00:52:44,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SByte454417549.h +26 五月 2020 | 00:52:44,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221MethodDeclarations.h +26 五月 2020 | 00:52:44,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SByte454417549MethodDeclarations.h +26 五月 2020 | 00:52:44,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358.h +26 五月 2020 | 00:52:44,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156.h +26 五月 2020 | 00:52:44,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600.h +26 五月 2020 | 00:52:44,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358MethodDeclarations.h +26 五月 2020 | 00:52:44,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156MethodDeclarations.h +26 五月 2020 | 00:52:44,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702.h +26 五月 2020 | 00:52:44,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702MethodDeclarations.h +26 五月 2020 | 00:52:44,221 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292.h +26 五月 2020 | 00:52:44,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ArrayFixupRe1994227600MethodDeclarations.h +26 五月 2020 | 00:52:44,222 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292MethodDeclarations.h +26 五月 2020 | 00:52:44,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253.h +26 五月 2020 | 00:52:44,224 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996.h +26 五月 2020 | 00:52:44,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253MethodDeclarations.h +26 五月 2020 | 00:52:44,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_BaseFixupRec3171032996MethodDeclarations.h +26 五月 2020 | 00:52:44,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596.h +26 五月 2020 | 00:52:44,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596MethodDeclarations.h +26 五月 2020 | 00:52:44,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340.h +26 五月 2020 | 00:52:44,227 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295.h +26 五月 2020 | 00:52:44,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340MethodDeclarations.h +26 五月 2020 | 00:52:44,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242.h +26 五月 2020 | 00:52:44,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242MethodDeclarations.h +26 五月 2020 | 00:52:44,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_DelayedFixup1033808295MethodDeclarations.h +26 五月 2020 | 00:52:44,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207.h +26 五月 2020 | 00:52:44,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179.h +26 五月 2020 | 00:52:44,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207MethodDeclarations.h +26 五月 2020 | 00:52:44,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417.h +26 五月 2020 | 00:52:44,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417MethodDeclarations.h +26 五月 2020 | 00:52:44,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661.h +26 五月 2020 | 00:52:44,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FixupRecord1044204179MethodDeclarations.h +26 五月 2020 | 00:52:44,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661MethodDeclarations.h +26 五月 2020 | 00:52:44,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634.h +26 五月 2020 | 00:52:44,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634MethodDeclarations.h +26 五月 2020 | 00:52:44,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385.h +26 五月 2020 | 00:52:44,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764.h +26 五月 2020 | 00:52:44,239 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385MethodDeclarations.h +26 五月 2020 | 00:52:44,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214.h +26 五月 2020 | 00:52:44,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724.h +26 五月 2020 | 00:52:44,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764MethodDeclarations.h +26 五月 2020 | 00:52:44,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterConv764140214MethodDeclarations.h +26 五月 2020 | 00:52:44,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677.h +26 五月 2020 | 00:52:44,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677MethodDeclarations.h +26 五月 2020 | 00:52:44,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612.h +26 五月 2020 | 00:52:44,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724MethodDeclarations.h +26 五月 2020 | 00:52:44,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_FormatterSer3161112612MethodDeclarations.h +26 五月 2020 | 00:52:44,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778.h +26 五月 2020 | 00:52:44,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226.h +26 五月 2020 | 00:52:44,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778MethodDeclarations.h +26 五月 2020 | 00:52:44,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1476095226MethodDeclarations.h +26 五月 2020 | 00:52:44,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382.h +26 五月 2020 | 00:52:44,252 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731.h +26 五月 2020 | 00:52:44,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105.h +26 五月 2020 | 00:52:44,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B1866979105MethodDeclarations.h +26 五月 2020 | 00:52:44,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355.h +26 五月 2020 | 00:52:44,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2209278355MethodDeclarations.h +26 五月 2020 | 00:52:44,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412.h +26 五月 2020 | 00:52:44,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731MethodDeclarations.h +26 五月 2020 | 00:52:44,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382MethodDeclarations.h +26 五月 2020 | 00:52:44,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B2351345412MethodDeclarations.h +26 五月 2020 | 00:52:44,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744.h +26 五月 2020 | 00:52:44,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744MethodDeclarations.h +26 五月 2020 | 00:52:44,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221.h +26 五月 2020 | 00:52:44,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187.h +26 五月 2020 | 00:52:44,264 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187MethodDeclarations.h +26 五月 2020 | 00:52:44,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384.h +26 五月 2020 | 00:52:44,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3000156221MethodDeclarations.h +26 五月 2020 | 00:52:44,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097.h +26 五月 2020 | 00:52:44,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097MethodDeclarations.h +26 五月 2020 | 00:52:44,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156.h +26 五月 2020 | 00:52:44,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3123371156MethodDeclarations.h +26 五月 2020 | 00:52:44,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702.h +26 五月 2020 | 00:52:44,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B3869872702MethodDeclarations.h +26 五月 2020 | 00:52:44,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116.h +26 五月 2020 | 00:52:44,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384MethodDeclarations.h +26 五月 2020 | 00:52:44,278 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253.h +26 五月 2020 | 00:52:44,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116MethodDeclarations.h +26 五月 2020 | 00:52:44,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979.h +26 五月 2020 | 00:52:44,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_B4119335253MethodDeclarations.h +26 五月 2020 | 00:52:44,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342.h +26 五月 2020 | 00:52:44,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596.h +26 五月 2020 | 00:52:44,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979MethodDeclarations.h +26 五月 2020 | 00:52:44,282 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi141209596MethodDeclarations.h +26 五月 2020 | 00:52:44,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342MethodDeclarations.h +26 五月 2020 | 00:52:44,283 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242.h +26 五月 2020 | 00:52:44,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248.h +26 五月 2020 | 00:52:44,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Bi419818242MethodDeclarations.h +26 五月 2020 | 00:52:44,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212.h +26 五月 2020 | 00:52:44,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248MethodDeclarations.h +26 五月 2020 | 00:52:44,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312.h +26 五月 2020 | 00:52:44,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212MethodDeclarations.h +26 五月 2020 | 00:52:44,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312MethodDeclarations.h +26 五月 2020 | 00:52:44,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484.h +26 五月 2020 | 00:52:44,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484MethodDeclarations.h +26 五月 2020 | 00:52:44,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569.h +26 五月 2020 | 00:52:44,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569MethodDeclarations.h +26 五月 2020 | 00:52:44,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190.h +26 五月 2020 | 00:52:44,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818.h +26 五月 2020 | 00:52:44,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207.h +26 五月 2020 | 00:52:44,303 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo943306207MethodDeclarations.h +26 五月 2020 | 00:52:44,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661.h +26 五月 2020 | 00:52:44,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_Fo999493661MethodDeclarations.h +26 五月 2020 | 00:52:44,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818MethodDeclarations.h +26 五月 2020 | 00:52:44,306 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634.h +26 五月 2020 | 00:52:44,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190MethodDeclarations.h +26 五月 2020 | 00:52:44,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Formatters_T1182459634MethodDeclarations.h +26 五月 2020 | 00:52:44,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430.h +26 五月 2020 | 00:52:44,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599.h +26 五月 2020 | 00:52:44,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385.h +26 五月 2020 | 00:52:44,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430MethodDeclarations.h +26 五月 2020 | 00:52:44,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599MethodDeclarations.h +26 五月 2020 | 00:52:44,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733.h +26 五月 2020 | 00:52:44,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_MultiArrayFix691510385MethodDeclarations.h +26 五月 2020 | 00:52:44,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182.h +26 五月 2020 | 00:52:44,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182MethodDeclarations.h +26 五月 2020 | 00:52:44,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733MethodDeclarations.h +26 五月 2020 | 00:52:44,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724.h +26 五月 2020 | 00:52:44,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770.h +26 五月 2020 | 00:52:44,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937.h +26 五月 2020 | 00:52:44,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770MethodDeclarations.h +26 五月 2020 | 00:52:44,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937MethodDeclarations.h +26 五月 2020 | 00:52:44,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759.h +26 五月 2020 | 00:52:44,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectManage2645893724MethodDeclarations.h +26 五月 2020 | 00:52:44,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759MethodDeclarations.h +26 五月 2020 | 00:52:44,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778.h +26 五月 2020 | 00:52:44,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061.h +26 五月 2020 | 00:52:44,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord1923758778MethodDeclarations.h +26 五月 2020 | 00:52:44,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061MethodDeclarations.h +26 五月 2020 | 00:52:44,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382.h +26 五月 2020 | 00:52:44,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603.h +26 五月 2020 | 00:52:44,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_ObjectRecord4134110382MethodDeclarations.h +26 五月 2020 | 00:52:44,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603MethodDeclarations.h +26 五月 2020 | 00:52:44,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436.h +26 五月 2020 | 00:52:44,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SByte454417549.h +26 五月 2020 | 00:52:44,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436MethodDeclarations.h +26 五月 2020 | 00:52:44,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416.h +26 五月 2020 | 00:52:44,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SByte454417549MethodDeclarations.h +26 五月 2020 | 00:52:44,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416MethodDeclarations.h +26 五月 2020 | 00:52:44,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744.h +26 五月 2020 | 00:52:44,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializ3172265744MethodDeclarations.h +26 五月 2020 | 00:52:44,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628.h +26 五月 2020 | 00:52:44,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628MethodDeclarations.h +26 五月 2020 | 00:52:44,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358.h +26 五月 2020 | 00:52:44,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560.h +26 五月 2020 | 00:52:44,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187.h +26 五月 2020 | 00:52:44,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358MethodDeclarations.h +26 五月 2020 | 00:52:44,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnDeserializi484921187MethodDeclarations.h +26 五月 2020 | 00:52:44,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560MethodDeclarations.h +26 五月 2020 | 00:52:44,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097.h +26 五月 2020 | 00:52:44,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292.h +26 五月 2020 | 00:52:44,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000.h +26 五月 2020 | 00:52:44,338 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292MethodDeclarations.h +26 五月 2020 | 00:52:44,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerialized3742956097MethodDeclarations.h +26 五月 2020 | 00:52:44,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000MethodDeclarations.h +26 五月 2020 | 00:52:44,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340.h +26 五月 2020 | 00:52:44,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560.h +26 五月 2020 | 00:52:44,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340MethodDeclarations.h +26 五月 2020 | 00:52:44,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560MethodDeclarations.h +26 五月 2020 | 00:52:44,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116.h +26 五月 2020 | 00:52:44,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_OnSerializin2011372116MethodDeclarations.h +26 五月 2020 | 00:52:44,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342.h +26 五月 2020 | 00:52:44,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio2797915342MethodDeclarations.h +26 五月 2020 | 00:52:44,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212.h +26 五月 2020 | 00:52:44,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417.h +26 五月 2020 | 00:52:44,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417MethodDeclarations.h +26 五月 2020 | 00:52:44,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3485203212MethodDeclarations.h +26 五月 2020 | 00:52:44,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253.h +26 五月 2020 | 00:52:44,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764.h +26 五月 2020 | 00:52:44,354 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764MethodDeclarations.h +26 五月 2020 | 00:52:44,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253MethodDeclarations.h +26 五月 2020 | 00:52:44,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796.h +26 五月 2020 | 00:52:44,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677.h +26 五月 2020 | 00:52:44,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796MethodDeclarations.h +26 五月 2020 | 00:52:44,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677MethodDeclarations.h +26 五月 2020 | 00:52:44,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731.h +26 五月 2020 | 00:52:44,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818.h +26 五月 2020 | 00:52:44,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880.h +26 五月 2020 | 00:52:44,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880MethodDeclarations.h +26 五月 2020 | 00:52:44,367 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657.h +26 五月 2020 | 00:52:44,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657MethodDeclarations.h +26 五月 2020 | 00:52:44,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834.h +26 五月 2020 | 00:52:44,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834MethodDeclarations.h +26 五月 2020 | 00:52:44,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064.h +26 五月 2020 | 00:52:44,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064MethodDeclarations.h +26 五月 2020 | 00:52:44,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418.h +26 五月 2020 | 00:52:44,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731MethodDeclarations.h +26 五月 2020 | 00:52:44,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serializatio3985864818MethodDeclarations.h +26 五月 2020 | 00:52:44,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430.h +26 五月 2020 | 00:52:44,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization228987430MethodDeclarations.h +26 五月 2020 | 00:52:44,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733.h +26 五月 2020 | 00:52:44,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization362827733MethodDeclarations.h +26 五月 2020 | 00:52:44,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418MethodDeclarations.h +26 五月 2020 | 00:52:44,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384.h +26 五月 2020 | 00:52:44,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770.h +26 五月 2020 | 00:52:44,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719.h +26 五月 2020 | 00:52:44,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719MethodDeclarations.h +26 五月 2020 | 00:52:44,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384MethodDeclarations.h +26 五月 2020 | 00:52:44,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826.h +26 五月 2020 | 00:52:44,390 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization589103770MethodDeclarations.h +26 五月 2020 | 00:52:44,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979.h +26 五月 2020 | 00:52:44,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826MethodDeclarations.h +26 五月 2020 | 00:52:44,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759.h +26 五月 2020 | 00:52:44,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892.h +26 五月 2020 | 00:52:44,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979MethodDeclarations.h +26 五月 2020 | 00:52:44,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_Serialization753258759MethodDeclarations.h +26 五月 2020 | 00:52:44,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892MethodDeclarations.h +26 五月 2020 | 00:52:44,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061.h +26 五月 2020 | 00:52:44,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347.h +26 五月 2020 | 00:52:44,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon1417235061MethodDeclarations.h +26 五月 2020 | 00:52:44,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347MethodDeclarations.h +26 五月 2020 | 00:52:44,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603.h +26 五月 2020 | 00:52:44,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695.h +26 五月 2020 | 00:52:44,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Runtime_Serialization_StreamingCon4264247603MethodDeclarations.h +26 五月 2020 | 00:52:44,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695MethodDeclarations.h +26 五月 2020 | 00:52:44,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SByte454417549.h +26 五月 2020 | 00:52:44,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248.h +26 五月 2020 | 00:52:44,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248MethodDeclarations.h +26 五月 2020 | 00:52:44,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803.h +26 五月 2020 | 00:52:44,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312.h +26 五月 2020 | 00:52:44,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803MethodDeclarations.h +26 五月 2020 | 00:52:44,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312MethodDeclarations.h +26 五月 2020 | 00:52:44,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643.h +26 五月 2020 | 00:52:44,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484.h +26 五月 2020 | 00:52:44,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SByte454417549MethodDeclarations.h +26 五月 2020 | 00:52:44,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484MethodDeclarations.h +26 五月 2020 | 00:52:44,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643MethodDeclarations.h +26 五月 2020 | 00:52:44,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569.h +26 五月 2020 | 00:52:44,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246.h +26 五月 2020 | 00:52:44,425 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358.h +26 五月 2020 | 00:52:44,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CommonObjec2890288358MethodDeclarations.h +26 五月 2020 | 00:52:44,426 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569MethodDeclarations.h +26 五月 2020 | 00:52:44,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246MethodDeclarations.h +26 五月 2020 | 00:52:44,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190.h +26 五月 2020 | 00:52:44,428 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292.h +26 五月 2020 | 00:52:44,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_CryptoKeySe2531282292MethodDeclarations.h +26 五月 2020 | 00:52:44,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190MethodDeclarations.h +26 五月 2020 | 00:52:44,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340.h +26 五月 2020 | 00:52:44,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722.h +26 五月 2020 | 00:52:44,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_NativeObjec1865520340MethodDeclarations.h +26 五月 2020 | 00:52:44,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599.h +26 五月 2020 | 00:52:44,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722MethodDeclarations.h +26 五月 2020 | 00:52:44,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599MethodDeclarations.h +26 五月 2020 | 00:52:44,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344.h +26 五月 2020 | 00:52:44,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182.h +26 五月 2020 | 00:52:44,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344MethodDeclarations.h +26 五月 2020 | 00:52:44,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182MethodDeclarations.h +26 五月 2020 | 00:52:44,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285.h +26 五月 2020 | 00:52:44,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417.h +26 五月 2020 | 00:52:44,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_AccessControl_ObjectSecur3743157417MethodDeclarations.h +26 五月 2020 | 00:52:44,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285MethodDeclarations.h +26 五月 2020 | 00:52:44,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937.h +26 五月 2020 | 00:52:44,442 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764.h +26 五月 2020 | 00:52:44,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259.h +26 五月 2020 | 00:52:44,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937MethodDeclarations.h +26 五月 2020 | 00:52:44,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_CodeAccessPermission3468021764MethodDeclarations.h +26 五月 2020 | 00:52:44,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259MethodDeclarations.h +26 五月 2020 | 00:52:44,445 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677.h +26 五月 2020 | 00:52:44,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718.h +26 五月 2020 | 00:52:44,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718MethodDeclarations.h +26 五月 2020 | 00:52:44,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271.h +26 五月 2020 | 00:52:44,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricAlg784058677MethodDeclarations.h +26 五月 2020 | 00:52:44,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271MethodDeclarations.h +26 五月 2020 | 00:52:44,449 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436.h +26 五月 2020 | 00:52:44,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027.h +26 五月 2020 | 00:52:44,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731.h +26 五月 2020 | 00:52:44,451 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436MethodDeclarations.h +26 五月 2020 | 00:52:44,452 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027MethodDeclarations.h +26 五月 2020 | 00:52:44,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416.h +26 五月 2020 | 00:52:44,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873.h +26 五月 2020 | 00:52:44,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416MethodDeclarations.h +26 五月 2020 | 00:52:44,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873MethodDeclarations.h +26 五月 2020 | 00:52:44,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628.h +26 五月 2020 | 00:52:44,455 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe2899638731MethodDeclarations.h +26 五月 2020 | 00:52:44,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490.h +26 五月 2020 | 00:52:44,457 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628MethodDeclarations.h +26 五月 2020 | 00:52:44,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490MethodDeclarations.h +26 五月 2020 | 00:52:44,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925.h +26 五月 2020 | 00:52:44,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925MethodDeclarations.h +26 五月 2020 | 00:52:44,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560.h +26 五月 2020 | 00:52:44,461 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384.h +26 五月 2020 | 00:52:44,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171.h +26 五月 2020 | 00:52:44,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560MethodDeclarations.h +26 五月 2020 | 00:52:44,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000.h +26 五月 2020 | 00:52:44,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000MethodDeclarations.h +26 五月 2020 | 00:52:44,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560.h +26 五月 2020 | 00:52:44,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171MethodDeclarations.h +26 五月 2020 | 00:52:44,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560MethodDeclarations.h +26 五月 2020 | 00:52:44,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323.h +26 五月 2020 | 00:52:44,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323MethodDeclarations.h +26 五月 2020 | 00:52:44,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640.h +26 五月 2020 | 00:52:44,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253.h +26 五月 2020 | 00:52:44,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricKe3339648384MethodDeclarations.h +26 五月 2020 | 00:52:44,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640MethodDeclarations.h +26 五月 2020 | 00:52:44,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253MethodDeclarations.h +26 五月 2020 | 00:52:44,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307.h +26 五月 2020 | 00:52:44,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979.h +26 五月 2020 | 00:52:44,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796.h +26 五月 2020 | 00:52:44,475 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi3580832979MethodDeclarations.h +26 五月 2020 | 00:52:44,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307MethodDeclarations.h +26 五月 2020 | 00:52:44,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796MethodDeclarations.h +26 五月 2020 | 00:52:44,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145.h +26 五月 2020 | 00:52:44,478 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145MethodDeclarations.h +26 五月 2020 | 00:52:44,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682.h +26 五月 2020 | 00:52:44,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248.h +26 五月 2020 | 00:52:44,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880.h +26 五月 2020 | 00:52:44,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682MethodDeclarations.h +26 五月 2020 | 00:52:44,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_AsymmetricSi4058014248MethodDeclarations.h +26 五月 2020 | 00:52:44,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880MethodDeclarations.h +26 五月 2020 | 00:52:44,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661.h +26 五月 2020 | 00:52:44,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312.h +26 五月 2020 | 00:52:44,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657.h +26 五月 2020 | 00:52:44,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661MethodDeclarations.h +26 五月 2020 | 00:52:44,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Base64Consta4112722312MethodDeclarations.h +26 五月 2020 | 00:52:44,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657MethodDeclarations.h +26 五月 2020 | 00:52:44,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484.h +26 五月 2020 | 00:52:44,485 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966.h +26 五月 2020 | 00:52:44,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CipherMode162592484MethodDeclarations.h +26 五月 2020 | 00:52:44,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834.h +26 五月 2020 | 00:52:44,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966MethodDeclarations.h +26 五月 2020 | 00:52:44,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569.h +26 五月 2020 | 00:52:44,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834MethodDeclarations.h +26 五月 2020 | 00:52:44,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429.h +26 五月 2020 | 00:52:44,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoAPITra3454964569MethodDeclarations.h +26 五月 2020 | 00:52:44,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064.h +26 五月 2020 | 00:52:44,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429MethodDeclarations.h +26 五月 2020 | 00:52:44,491 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064MethodDeclarations.h +26 五月 2020 | 00:52:44,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926.h +26 五月 2020 | 00:52:44,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190.h +26 五月 2020 | 00:52:44,493 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926MethodDeclarations.h +26 五月 2020 | 00:52:44,496 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354.h +26 五月 2020 | 00:52:44,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig2096418190MethodDeclarations.h +26 五月 2020 | 00:52:44,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418.h +26 五月 2020 | 00:52:44,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354MethodDeclarations.h +26 五月 2020 | 00:52:44,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599.h +26 五月 2020 | 00:52:44,500 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967.h +26 五月 2020 | 00:52:44,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoConfig896479599MethodDeclarations.h +26 五月 2020 | 00:52:44,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967MethodDeclarations.h +26 五月 2020 | 00:52:44,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182.h +26 五月 2020 | 00:52:44,503 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418MethodDeclarations.h +26 五月 2020 | 00:52:44,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream1337713182MethodDeclarations.h +26 五月 2020 | 00:52:44,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901.h +26 五月 2020 | 00:52:44,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719.h +26 五月 2020 | 00:52:44,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901MethodDeclarations.h +26 五月 2020 | 00:52:44,506 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937.h +26 五月 2020 | 00:52:44,506 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719MethodDeclarations.h +26 五月 2020 | 00:52:44,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CryptoStream3531341937MethodDeclarations.h +26 五月 2020 | 00:52:44,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826.h +26 五月 2020 | 00:52:44,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636.h +26 五月 2020 | 00:52:44,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826MethodDeclarations.h +26 五月 2020 | 00:52:44,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636MethodDeclarations.h +26 五月 2020 | 00:52:44,511 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892.h +26 五月 2020 | 00:52:44,512 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181.h +26 五月 2020 | 00:52:44,512 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892MethodDeclarations.h +26 五月 2020 | 00:52:44,514 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181MethodDeclarations.h +26 五月 2020 | 00:52:44,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347.h +26 五月 2020 | 00:52:44,515 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436.h +26 五月 2020 | 00:52:44,515 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264.h +26 五月 2020 | 00:52:44,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347MethodDeclarations.h +26 五月 2020 | 00:52:44,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi3349726436MethodDeclarations.h +26 五月 2020 | 00:52:44,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695.h +26 五月 2020 | 00:52:44,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264MethodDeclarations.h +26 五月 2020 | 00:52:44,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416.h +26 五月 2020 | 00:52:44,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695MethodDeclarations.h +26 五月 2020 | 00:52:44,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625.h +26 五月 2020 | 00:52:44,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Cryptographi4184064416MethodDeclarations.h +26 五月 2020 | 00:52:44,523 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628.h +26 五月 2020 | 00:52:44,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspKeyContai2216101628MethodDeclarations.h +26 五月 2020 | 00:52:44,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803.h +26 五月 2020 | 00:52:44,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560.h +26 五月 2020 | 00:52:44,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625MethodDeclarations.h +26 五月 2020 | 00:52:44,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701.h +26 五月 2020 | 00:52:44,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspParameters46065560MethodDeclarations.h +26 五月 2020 | 00:52:44,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701MethodDeclarations.h +26 五月 2020 | 00:52:44,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803MethodDeclarations.h +26 五月 2020 | 00:52:44,532 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643.h +26 五月 2020 | 00:52:44,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184.h +26 五月 2020 | 00:52:44,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643MethodDeclarations.h +26 五月 2020 | 00:52:44,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184MethodDeclarations.h +26 五月 2020 | 00:52:44,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416.h +26 五月 2020 | 00:52:44,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246.h +26 五月 2020 | 00:52:44,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000.h +26 五月 2020 | 00:52:44,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_CspProviderFl105264000MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DES1353513560MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESCryptoServ933603253MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DESTransform179750796MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSA903174880MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSACryptoSer2915171657MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSAParameter1872138834MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1065727064MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature1998527418MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DSASignature2187578719MethodDeclarations.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_DeriveBytes1087525826MethodDeclarations.h +26 五月 2020 | 00:52:44,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr2331250892MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_FromBase64Tr3227039347MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMAC130461695MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACMD52214610803MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACRIPEMD160131410643MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA11958407246MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344.h +26 五月 2020 | 00:52:44,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA2562622794722MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285MethodDeclarations.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926.h +26 五月 2020 | 00:52:44,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA3843026079344MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926MethodDeclarations.h +26 五月 2020 | 00:52:44,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HMACSHA512653426285MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_HashAlgorith2624936259MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyNumber2343121718MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeySizes3144736271MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_KeyedHashAlg1374150027MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MACTripleDES442445873MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD51507972490MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MD5CryptoSer4009738925MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_MaskGeneratio649190171MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PKCS1MaskGen3159630323MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PaddingMode3032142640MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_PasswordDeri3249517307MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC23410342145MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2CryptoServ663781682MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RC2Transform93681661MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD1601732039966MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RIPEMD160Man1613307429MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RNGCryptoSer2688843926MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901MethodDeclarations.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636.h +26 五月 2020 | 00:52:44,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848MethodDeclarations.h +26 五月 2020 | 00:52:44,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252.h +26 五月 2020 | 00:52:44,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354.h +26 五月 2020 | 00:52:44,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252MethodDeclarations.h +26 五月 2020 | 00:52:44,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698.h +26 五月 2020 | 00:52:44,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSA3719518354MethodDeclarations.h +26 五月 2020 | 00:52:44,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295.h +26 五月 2020 | 00:52:44,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967.h +26 五月 2020 | 00:52:44,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295MethodDeclarations.h +26 五月 2020 | 00:52:44,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698MethodDeclarations.h +26 五月 2020 | 00:52:44,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSACryptoSer4229286967MethodDeclarations.h +26 五月 2020 | 00:52:44,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901.h +26 五月 2020 | 00:52:44,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149.h +26 五月 2020 | 00:52:44,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305.h +26 五月 2020 | 00:52:44,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyEx3166320901MethodDeclarations.h +26 五月 2020 | 00:52:44,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149MethodDeclarations.h +26 五月 2020 | 00:52:44,886 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636.h +26 五月 2020 | 00:52:44,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305MethodDeclarations.h +26 五月 2020 | 00:52:44,888 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAOAEPKeyExc603155636MethodDeclarations.h +26 五月 2020 | 00:52:44,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462.h +26 五月 2020 | 00:52:44,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181.h +26 五月 2020 | 00:52:44,891 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE2821070181MethodDeclarations.h +26 五月 2020 | 00:52:44,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462MethodDeclarations.h +26 五月 2020 | 00:52:44,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264.h +26 五月 2020 | 00:52:44,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1KeyE4167037264MethodDeclarations.h +26 五月 2020 | 00:52:44,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873.h +26 五月 2020 | 00:52:44,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873MethodDeclarations.h +26 五月 2020 | 00:52:44,896 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625.h +26 五月 2020 | 00:52:44,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845.h +26 五月 2020 | 00:52:44,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845MethodDeclarations.h +26 五月 2020 | 00:52:44,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161.h +26 五月 2020 | 00:52:44,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161MethodDeclarations.h +26 五月 2020 | 00:52:44,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502.h +26 五月 2020 | 00:52:44,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502MethodDeclarations.h +26 五月 2020 | 00:52:44,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049.h +26 五月 2020 | 00:52:44,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049MethodDeclarations.h +26 五月 2020 | 00:52:44,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079.h +26 五月 2020 | 00:52:44,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079MethodDeclarations.h +26 五月 2020 | 00:52:44,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703.h +26 五月 2020 | 00:52:44,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703MethodDeclarations.h +26 五月 2020 | 00:52:44,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816.h +26 五月 2020 | 00:52:44,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816MethodDeclarations.h +26 五月 2020 | 00:52:44,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840.h +26 五月 2020 | 00:52:44,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840MethodDeclarations.h +26 五月 2020 | 00:52:44,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900.h +26 五月 2020 | 00:52:44,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900MethodDeclarations.h +26 五月 2020 | 00:52:44,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183.h +26 五月 2020 | 00:52:44,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183MethodDeclarations.h +26 五月 2020 | 00:52:44,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598.h +26 五月 2020 | 00:52:44,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830.h +26 五月 2020 | 00:52:44,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598MethodDeclarations.h +26 五月 2020 | 00:52:44,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1SHA12477284625MethodDeclarations.h +26 五月 2020 | 00:52:44,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964.h +26 五月 2020 | 00:52:44,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830MethodDeclarations.h +26 五月 2020 | 00:52:44,926 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701.h +26 五月 2020 | 00:52:44,927 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626.h +26 五月 2020 | 00:52:44,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964MethodDeclarations.h +26 五月 2020 | 00:52:44,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa145198701MethodDeclarations.h +26 五月 2020 | 00:52:44,929 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626MethodDeclarations.h +26 五月 2020 | 00:52:44,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632.h +26 五月 2020 | 00:52:44,929 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184.h +26 五月 2020 | 00:52:44,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632MethodDeclarations.h +26 五月 2020 | 00:52:44,930 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864.h +26 五月 2020 | 00:52:44,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAPKCS1Signa925064184MethodDeclarations.h +26 五月 2020 | 00:52:44,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347.h +26 五月 2020 | 00:52:44,932 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864MethodDeclarations.h +26 五月 2020 | 00:52:44,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416.h +26 五月 2020 | 00:52:44,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463.h +26 五月 2020 | 00:52:44,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RSAParameter1462703416MethodDeclarations.h +26 五月 2020 | 00:52:44,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347MethodDeclarations.h +26 五月 2020 | 00:52:44,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463MethodDeclarations.h +26 五月 2020 | 00:52:44,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895.h +26 五月 2020 | 00:52:44,936 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292.h +26 五月 2020 | 00:52:44,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895MethodDeclarations.h +26 五月 2020 | 00:52:44,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292MethodDeclarations.h +26 五月 2020 | 00:52:44,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270.h +26 五月 2020 | 00:52:44,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270MethodDeclarations.h +26 五月 2020 | 00:52:44,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916.h +26 五月 2020 | 00:52:44,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916MethodDeclarations.h +26 五月 2020 | 00:52:44,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204.h +26 五月 2020 | 00:52:44,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204MethodDeclarations.h +26 五月 2020 | 00:52:44,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513.h +26 五月 2020 | 00:52:44,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331.h +26 五月 2020 | 00:52:44,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267.h +26 五月 2020 | 00:52:44,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RandomNumber2510243513MethodDeclarations.h +26 五月 2020 | 00:52:44,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331MethodDeclarations.h +26 五月 2020 | 00:52:44,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267MethodDeclarations.h +26 五月 2020 | 00:52:44,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254.h +26 五月 2020 | 00:52:44,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698.h +26 五月 2020 | 00:52:44,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254MethodDeclarations.h +26 五月 2020 | 00:52:44,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rfc2898Deriv1773348698MethodDeclarations.h +26 五月 2020 | 00:52:44,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326.h +26 五月 2020 | 00:52:44,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326MethodDeclarations.h +26 五月 2020 | 00:52:44,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369.h +26 五月 2020 | 00:52:44,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531.h +26 五月 2020 | 00:52:44,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369MethodDeclarations.h +26 五月 2020 | 00:52:44,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299.h +26 五月 2020 | 00:52:44,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_Rijndael2154803531MethodDeclarations.h +26 五月 2020 | 00:52:44,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450.h +26 五月 2020 | 00:52:44,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299MethodDeclarations.h +26 五月 2020 | 00:52:44,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450MethodDeclarations.h +26 五月 2020 | 00:52:44,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500.h +26 五月 2020 | 00:52:44,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161.h +26 五月 2020 | 00:52:44,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500MethodDeclarations.h +26 五月 2020 | 00:52:44,961 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161MethodDeclarations.h +26 五月 2020 | 00:52:44,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620.h +26 五月 2020 | 00:52:44,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848.h +26 五月 2020 | 00:52:44,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522.h +26 五月 2020 | 00:52:44,965 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620MethodDeclarations.h +26 五月 2020 | 00:52:44,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522MethodDeclarations.h +26 五月 2020 | 00:52:44,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelMana1034060848MethodDeclarations.h +26 五月 2020 | 00:52:44,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252.h +26 五月 2020 | 00:52:44,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466.h +26 五月 2020 | 00:52:44,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385.h +26 五月 2020 | 00:52:44,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385MethodDeclarations.h +26 五月 2020 | 00:52:44,969 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466MethodDeclarations.h +26 五月 2020 | 00:52:44,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelManag135163252MethodDeclarations.h +26 五月 2020 | 00:52:44,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295.h +26 五月 2020 | 00:52:44,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_RijndaelTran1067822295MethodDeclarations.h +26 五月 2020 | 00:52:44,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698.h +26 五月 2020 | 00:52:44,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149.h +26 五月 2020 | 00:52:44,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA13336793149MethodDeclarations.h +26 五月 2020 | 00:52:44,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830.h +26 五月 2020 | 00:52:44,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698MethodDeclarations.h +26 五月 2020 | 00:52:44,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089.h +26 五月 2020 | 00:52:44,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1CryptoSe3913997830MethodDeclarations.h +26 五月 2020 | 00:52:44,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089MethodDeclarations.h +26 五月 2020 | 00:52:44,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305.h +26 五月 2020 | 00:52:44,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626.h +26 五月 2020 | 00:52:44,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386.h +26 五月 2020 | 00:52:44,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305MethodDeclarations.h +26 五月 2020 | 00:52:44,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Internal3873507626MethodDeclarations.h +26 五月 2020 | 00:52:44,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386MethodDeclarations.h +26 五月 2020 | 00:52:44,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864.h +26 五月 2020 | 00:52:44,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782.h +26 五月 2020 | 00:52:44,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA1Managed7268864MethodDeclarations.h +26 五月 2020 | 00:52:44,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462.h +26 五月 2020 | 00:52:44,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782MethodDeclarations.h +26 五月 2020 | 00:52:44,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462MethodDeclarations.h +26 五月 2020 | 00:52:44,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375.h +26 五月 2020 | 00:52:44,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873.h +26 五月 2020 | 00:52:44,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463.h +26 五月 2020 | 00:52:44,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873MethodDeclarations.h +26 五月 2020 | 00:52:44,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375MethodDeclarations.h +26 五月 2020 | 00:52:44,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845.h +26 五月 2020 | 00:52:44,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659.h +26 五月 2020 | 00:52:44,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256582564463MethodDeclarations.h +26 五月 2020 | 00:52:44,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845MethodDeclarations.h +26 五月 2020 | 00:52:44,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292.h +26 五月 2020 | 00:52:45,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161.h +26 五月 2020 | 00:52:45,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659MethodDeclarations.h +26 五月 2020 | 00:52:45,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA256Manage2029745292MethodDeclarations.h +26 五月 2020 | 00:52:45,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161MethodDeclarations.h +26 五月 2020 | 00:52:45,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573.h +26 五月 2020 | 00:52:45,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502.h +26 五月 2020 | 00:52:45,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573MethodDeclarations.h +26 五月 2020 | 00:52:45,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502MethodDeclarations.h +26 五月 2020 | 00:52:45,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049.h +26 五月 2020 | 00:52:45,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049MethodDeclarations.h +26 五月 2020 | 00:52:45,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267.h +26 五月 2020 | 00:52:45,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554.h +26 五月 2020 | 00:52:45,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079.h +26 五月 2020 | 00:52:45,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384535510267MethodDeclarations.h +26 五月 2020 | 00:52:45,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079MethodDeclarations.h +26 五月 2020 | 00:52:45,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254.h +26 五月 2020 | 00:52:45,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554MethodDeclarations.h +26 五月 2020 | 00:52:45,017 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703.h +26 五月 2020 | 00:52:45,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA384Managed741627254MethodDeclarations.h +26 五月 2020 | 00:52:45,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703MethodDeclarations.h +26 五月 2020 | 00:52:45,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474.h +26 五月 2020 | 00:52:45,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326.h +26 五月 2020 | 00:52:45,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816.h +26 五月 2020 | 00:52:45,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474MethodDeclarations.h +26 五月 2020 | 00:52:45,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816MethodDeclarations.h +26 五月 2020 | 00:52:45,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA5122908163326MethodDeclarations.h +26 五月 2020 | 00:52:45,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733.h +26 五月 2020 | 00:52:45,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840.h +26 五月 2020 | 00:52:45,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840MethodDeclarations.h +26 五月 2020 | 00:52:45,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369.h +26 五月 2020 | 00:52:45,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHA512Manage3949709369MethodDeclarations.h +26 五月 2020 | 00:52:45,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299.h +26 五月 2020 | 00:52:45,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900.h +26 五月 2020 | 00:52:45,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SHAConstants3712871299MethodDeclarations.h +26 五月 2020 | 00:52:45,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900MethodDeclarations.h +26 五月 2020 | 00:52:45,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500.h +26 五月 2020 | 00:52:45,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733MethodDeclarations.h +26 五月 2020 | 00:52:45,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183.h +26 五月 2020 | 00:52:45,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SignatureDescr89145500MethodDeclarations.h +26 五月 2020 | 00:52:45,032 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183MethodDeclarations.h +26 五月 2020 | 00:52:45,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522.h +26 五月 2020 | 00:52:45,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598.h +26 五月 2020 | 00:52:45,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_SymmetricAlg1108166522MethodDeclarations.h +26 五月 2020 | 00:52:45,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466.h +26 五月 2020 | 00:52:45,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079.h +26 五月 2020 | 00:52:45,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598MethodDeclarations.h +26 五月 2020 | 00:52:45,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_ToBase64Trans625739466MethodDeclarations.h +26 五月 2020 | 00:52:45,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079MethodDeclarations.h +26 五月 2020 | 00:52:45,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964.h +26 五月 2020 | 00:52:45,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698.h +26 五月 2020 | 00:52:45,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964MethodDeclarations.h +26 五月 2020 | 00:52:45,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDES243950698MethodDeclarations.h +26 五月 2020 | 00:52:45,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632.h +26 五月 2020 | 00:52:45,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632MethodDeclarations.h +26 五月 2020 | 00:52:45,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305.h +26 五月 2020 | 00:52:45,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347.h +26 五月 2020 | 00:52:45,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESCry2380467305MethodDeclarations.h +26 五月 2020 | 00:52:45,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347MethodDeclarations.h +26 五月 2020 | 00:52:45,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462.h +26 五月 2020 | 00:52:45,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895.h +26 五月 2020 | 00:52:45,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_TripleDESTra2384411462MethodDeclarations.h +26 五月 2020 | 00:52:45,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895MethodDeclarations.h +26 五月 2020 | 00:52:45,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873.h +26 五月 2020 | 00:52:45,087 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270.h +26 五月 2020 | 00:52:45,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certific1216946873MethodDeclarations.h +26 五月 2020 | 00:52:45,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270MethodDeclarations.h +26 五月 2020 | 00:52:45,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845.h +26 五月 2020 | 00:52:45,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916.h +26 五月 2020 | 00:52:45,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Cryptography_X509Certifica283079845MethodDeclarations.h +26 五月 2020 | 00:52:45,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916MethodDeclarations.h +26 五月 2020 | 00:52:45,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161.h +26 五月 2020 | 00:52:45,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204.h +26 五月 2020 | 00:52:45,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204MethodDeclarations.h +26 五月 2020 | 00:52:45,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_PermissionSet1941658161MethodDeclarations.h +26 五月 2020 | 00:52:45,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331.h +26 五月 2020 | 00:52:45,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502.h +26 五月 2020 | 00:52:45,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_PermissionSta3557289502MethodDeclarations.h +26 五月 2020 | 00:52:45,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331MethodDeclarations.h +26 五月 2020 | 00:52:45,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049.h +26 五月 2020 | 00:52:45,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450.h +26 五月 2020 | 00:52:45,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermi1642245049MethodDeclarations.h +26 五月 2020 | 00:52:45,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450MethodDeclarations.h +26 五月 2020 | 00:52:45,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079.h +26 五月 2020 | 00:52:45,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161.h +26 五月 2020 | 00:52:45,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_SecurityPermis502442079MethodDeclarations.h +26 五月 2020 | 00:52:45,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161MethodDeclarations.h +26 五月 2020 | 00:52:45,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703.h +26 五月 2020 | 00:52:45,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620.h +26 五月 2020 | 00:52:45,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Permissions_StrongNamePub2860422703MethodDeclarations.h +26 五月 2020 | 00:52:45,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620MethodDeclarations.h +26 五月 2020 | 00:52:45,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816.h +26 五月 2020 | 00:52:45,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_PolicyLevelType2082293816MethodDeclarations.h +26 五月 2020 | 00:52:45,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385.h +26 五月 2020 | 00:52:45,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840.h +26 五月 2020 | 00:52:45,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385MethodDeclarations.h +26 五月 2020 | 00:52:45,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_ApplicationTrust3968282840MethodDeclarations.h +26 五月 2020 | 00:52:45,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089.h +26 五月 2020 | 00:52:45,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900.h +26 五月 2020 | 00:52:45,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089MethodDeclarations.h +26 五月 2020 | 00:52:45,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Single2076509932.h +26 五月 2020 | 00:52:45,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386.h +26 五月 2020 | 00:52:45,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Single2076509932MethodDeclarations.h +26 五月 2020 | 00:52:45,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386MethodDeclarations.h +26 五月 2020 | 00:52:45,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_String2029220233.h +26 五月 2020 | 00:52:45,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782.h +26 五月 2020 | 00:52:45,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_CodeGroup1856851900MethodDeclarations.h +26 五月 2020 | 00:52:45,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_String2029220233MethodDeclarations.h +26 五月 2020 | 00:52:45,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782MethodDeclarations.h +26 五月 2020 | 00:52:45,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183.h +26 五月 2020 | 00:52:45,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926.h +26 五月 2020 | 00:52:45,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375.h +26 五月 2020 | 00:52:45,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence1407710183MethodDeclarations.h +26 五月 2020 | 00:52:45,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926MethodDeclarations.h +26 五月 2020 | 00:52:45,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598.h +26 五月 2020 | 00:52:45,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375MethodDeclarations.h +26 五月 2020 | 00:52:45,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518.h +26 五月 2020 | 00:52:45,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Evidence_EvidenceE2963371598MethodDeclarations.h +26 五月 2020 | 00:52:45,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659.h +26 五月 2020 | 00:52:45,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518MethodDeclarations.h +26 五月 2020 | 00:52:45,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964.h +26 五月 2020 | 00:52:45,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939.h +26 五月 2020 | 00:52:45,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659MethodDeclarations.h +26 五月 2020 | 00:52:45,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939MethodDeclarations.h +26 五月 2020 | 00:52:45,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573.h +26 五月 2020 | 00:52:45,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_Hash2681437964MethodDeclarations.h +26 五月 2020 | 00:52:45,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272.h +26 五月 2020 | 00:52:45,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573MethodDeclarations.h +26 五月 2020 | 00:52:45,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632.h +26 五月 2020 | 00:52:45,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyLevel43919632MethodDeclarations.h +26 五月 2020 | 00:52:45,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347.h +26 五月 2020 | 00:52:45,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272MethodDeclarations.h +26 五月 2020 | 00:52:45,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatement1594053347MethodDeclarations.h +26 五月 2020 | 00:52:45,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554.h +26 五月 2020 | 00:52:45,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895.h +26 五月 2020 | 00:52:45,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_PolicyStatementAtt2506836895MethodDeclarations.h +26 五月 2020 | 00:52:45,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988.h +26 五月 2020 | 00:52:45,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554MethodDeclarations.h +26 五月 2020 | 00:52:45,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270.h +26 五月 2020 | 00:52:45,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Policy_StrongName2988747270MethodDeclarations.h +26 五月 2020 | 00:52:45,240 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916.h +26 五月 2020 | 00:52:45,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_PrincipalPolicy289802916MethodDeclarations.h +26 五月 2020 | 00:52:45,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474.h +26 五月 2020 | 00:52:45,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474MethodDeclarations.h +26 五月 2020 | 00:52:45,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204.h +26 五月 2020 | 00:52:45,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsAccountT4179100204MethodDeclarations.h +26 五月 2020 | 00:52:45,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733.h +26 五月 2020 | 00:52:45,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331.h +26 五月 2020 | 00:52:45,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733MethodDeclarations.h +26 五月 2020 | 00:52:45,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_Principal_WindowsIdentity373339331MethodDeclarations.h +26 五月 2020 | 00:52:45,306 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988MethodDeclarations.h +26 五月 2020 | 00:52:45,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079.h +26 五月 2020 | 00:52:45,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818.h +26 五月 2020 | 00:52:45,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450.h +26 五月 2020 | 00:52:45,309 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeDeclSecurityEntry1853010450MethodDeclarations.h +26 五月 2020 | 00:52:45,309 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079MethodDeclarations.h +26 五月 2020 | 00:52:45,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818MethodDeclarations.h +26 五月 2020 | 00:52:45,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161.h +26 五月 2020 | 00:52:45,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Single2076509932.h +26 五月 2020 | 00:52:45,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_RuntimeSecurityFrame1629715161MethodDeclarations.h +26 五月 2020 | 00:52:45,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245.h +26 五月 2020 | 00:52:45,312 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Single2076509932MethodDeclarations.h +26 五月 2020 | 00:52:45,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620.h +26 五月 2020 | 00:52:45,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245MethodDeclarations.h +26 五月 2020 | 00:52:45,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_String2029220233.h +26 五月 2020 | 00:52:45,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecureString412202620MethodDeclarations.h +26 五月 2020 | 00:52:45,315 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_String2029220233MethodDeclarations.h +26 五月 2020 | 00:52:45,315 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649.h +26 五月 2020 | 00:52:45,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926.h +26 五月 2020 | 00:52:45,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385.h +26 五月 2020 | 00:52:45,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649MethodDeclarations.h +26 五月 2020 | 00:52:45,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926MethodDeclarations.h +26 五月 2020 | 00:52:45,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityContext3554639385MethodDeclarations.h +26 五月 2020 | 00:52:45,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820.h +26 五月 2020 | 00:52:45,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518.h +26 五月 2020 | 00:52:45,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820MethodDeclarations.h +26 五月 2020 | 00:52:45,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518MethodDeclarations.h +26 五月 2020 | 00:52:45,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089.h +26 五月 2020 | 00:52:45,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382.h +26 五月 2020 | 00:52:45,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939.h +26 五月 2020 | 00:52:45,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939MethodDeclarations.h +26 五月 2020 | 00:52:45,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityCriticalAttribute2312050089MethodDeclarations.h +26 五月 2020 | 00:52:45,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382MethodDeclarations.h +26 五月 2020 | 00:52:45,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386.h +26 五月 2020 | 00:52:45,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272.h +26 五月 2020 | 00:52:45,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693.h +26 五月 2020 | 00:52:45,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement2325568386MethodDeclarations.h +26 五月 2020 | 00:52:45,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272MethodDeclarations.h +26 五月 2020 | 00:52:45,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782.h +26 五月 2020 | 00:52:45,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693MethodDeclarations.h +26 五月 2020 | 00:52:45,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityElement_SecurityA1594670782MethodDeclarations.h +26 五月 2020 | 00:52:45,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988.h +26 五月 2020 | 00:52:45,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375.h +26 五月 2020 | 00:52:45,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152.h +26 五月 2020 | 00:52:45,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988MethodDeclarations.h +26 五月 2020 | 00:52:45,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityException887327375MethodDeclarations.h +26 五月 2020 | 00:52:45,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152MethodDeclarations.h +26 五月 2020 | 00:52:45,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818.h +26 五月 2020 | 00:52:45,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659.h +26 五月 2020 | 00:52:45,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670.h +26 五月 2020 | 00:52:45,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818MethodDeclarations.h +26 五月 2020 | 00:52:45,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityFrame1002202659MethodDeclarations.h +26 五月 2020 | 00:52:45,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670MethodDeclarations.h +26 五月 2020 | 00:52:45,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573.h +26 五月 2020 | 00:52:45,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111.h +26 五月 2020 | 00:52:45,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecurityManager3191249573MethodDeclarations.h +26 五月 2020 | 00:52:45,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111MethodDeclarations.h +26 五月 2020 | 00:52:45,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245.h +26 五月 2020 | 00:52:45,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554.h +26 五月 2020 | 00:52:45,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245MethodDeclarations.h +26 五月 2020 | 00:52:45,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SecuritySafeCriticalAttrib372031554MethodDeclarations.h +26 五月 2020 | 00:52:45,349 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649.h +26 五月 2020 | 00:52:45,349 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474.h +26 五月 2020 | 00:52:45,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699.h +26 五月 2020 | 00:52:45,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649MethodDeclarations.h +26 五月 2020 | 00:52:45,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_SuppressUnmanagedCodeSecuri39244474MethodDeclarations.h +26 五月 2020 | 00:52:45,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699MethodDeclarations.h +26 五月 2020 | 00:52:45,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820.h +26 五月 2020 | 00:52:45,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733.h +26 五月 2020 | 00:52:45,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820MethodDeclarations.h +26 五月 2020 | 00:52:45,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756.h +26 五月 2020 | 00:52:45,354 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Security_UnverifiableCodeAttribute765455733MethodDeclarations.h +26 五月 2020 | 00:52:45,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382.h +26 五月 2020 | 00:52:45,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079.h +26 五月 2020 | 00:52:45,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382MethodDeclarations.h +26 五月 2020 | 00:52:45,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SerializableAttribute2780967079MethodDeclarations.h +26 五月 2020 | 00:52:45,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693.h +26 五月 2020 | 00:52:45,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756MethodDeclarations.h +26 五月 2020 | 00:52:45,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693MethodDeclarations.h +26 五月 2020 | 00:52:45,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514.h +26 五月 2020 | 00:52:45,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152.h +26 五月 2020 | 00:52:45,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514MethodDeclarations.h +26 五月 2020 | 00:52:45,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152MethodDeclarations.h +26 五月 2020 | 00:52:45,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975.h +26 五月 2020 | 00:52:45,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Single2076509932.h +26 五月 2020 | 00:52:45,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670.h +26 五月 2020 | 00:52:45,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975MethodDeclarations.h +26 五月 2020 | 00:52:45,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Single2076509932MethodDeclarations.h +26 五月 2020 | 00:52:45,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670MethodDeclarations.h +26 五月 2020 | 00:52:45,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112.h +26 五月 2020 | 00:52:45,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_String2029220233.h +26 五月 2020 | 00:52:45,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111.h +26 五月 2020 | 00:52:45,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112MethodDeclarations.h +26 五月 2020 | 00:52:45,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_String2029220233MethodDeclarations.h +26 五月 2020 | 00:52:45,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111MethodDeclarations.h +26 五月 2020 | 00:52:45,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570.h +26 五月 2020 | 00:52:45,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926.h +26 五月 2020 | 00:52:45,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699.h +26 五月 2020 | 00:52:45,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570MethodDeclarations.h +26 五月 2020 | 00:52:45,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringComparer1574862926MethodDeclarations.h +26 五月 2020 | 00:52:45,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699MethodDeclarations.h +26 五月 2020 | 00:52:45,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518.h +26 五月 2020 | 00:52:45,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255.h +26 五月 2020 | 00:52:45,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756.h +26 五月 2020 | 00:52:45,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringComparison2376310518MethodDeclarations.h +26 五月 2020 | 00:52:45,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255MethodDeclarations.h +26 五月 2020 | 00:52:45,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939.h +26 五月 2020 | 00:52:45,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756MethodDeclarations.h +26 五月 2020 | 00:52:45,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_StringSplitOptions2996162939MethodDeclarations.h +26 五月 2020 | 00:52:45,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679.h +26 五月 2020 | 00:52:45,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679MethodDeclarations.h +26 五月 2020 | 00:52:45,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514.h +26 五月 2020 | 00:52:45,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514MethodDeclarations.h +26 五月 2020 | 00:52:45,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430.h +26 五月 2020 | 00:52:45,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272.h +26 五月 2020 | 00:52:45,382 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975.h +26 五月 2020 | 00:52:45,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430MethodDeclarations.h +26 五月 2020 | 00:52:45,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975MethodDeclarations.h +26 五月 2020 | 00:52:45,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143.h +26 五月 2020 | 00:52:45,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143MethodDeclarations.h +26 五月 2020 | 00:52:45,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112.h +26 五月 2020 | 00:52:45,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846.h +26 五月 2020 | 00:52:45,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112MethodDeclarations.h +26 五月 2020 | 00:52:45,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846MethodDeclarations.h +26 五月 2020 | 00:52:45,387 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570.h +26 五月 2020 | 00:52:45,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865.h +26 五月 2020 | 00:52:45,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570MethodDeclarations.h +26 五月 2020 | 00:52:45,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865MethodDeclarations.h +26 五月 2020 | 00:52:45,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546.h +26 五月 2020 | 00:52:45,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255.h +26 五月 2020 | 00:52:45,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_SystemException3877406272MethodDeclarations.h +26 五月 2020 | 00:52:45,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546MethodDeclarations.h +26 五月 2020 | 00:52:45,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255MethodDeclarations.h +26 五月 2020 | 00:52:45,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939.h +26 五月 2020 | 00:52:45,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988.h +26 五月 2020 | 00:52:45,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679.h +26 五月 2020 | 00:52:45,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939MethodDeclarations.h +26 五月 2020 | 00:52:45,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679MethodDeclarations.h +26 五月 2020 | 00:52:45,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826.h +26 五月 2020 | 00:52:45,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_ASCIIEncoding3022927988MethodDeclarations.h +26 五月 2020 | 00:52:45,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826MethodDeclarations.h +26 五月 2020 | 00:52:45,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430.h +26 五月 2020 | 00:52:45,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818.h +26 五月 2020 | 00:52:45,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448.h +26 五月 2020 | 00:52:45,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430MethodDeclarations.h +26 五月 2020 | 00:52:45,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Decoder3792697818MethodDeclarations.h +26 五月 2020 | 00:52:45,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448MethodDeclarations.h +26 五月 2020 | 00:52:45,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143.h +26 五月 2020 | 00:52:45,408 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143MethodDeclarations.h +26 五月 2020 | 00:52:45,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245.h +26 五月 2020 | 00:52:45,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404.h +26 五月 2020 | 00:52:45,410 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846.h +26 五月 2020 | 00:52:45,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallback944865245MethodDeclarations.h +26 五月 2020 | 00:52:45,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404MethodDeclarations.h +26 五月 2020 | 00:52:45,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649.h +26 五月 2020 | 00:52:45,412 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846MethodDeclarations.h +26 五月 2020 | 00:52:45,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012.h +26 五月 2020 | 00:52:45,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderExceptionFallbackBuffer40651649MethodDeclarations.h +26 五月 2020 | 00:52:45,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865.h +26 五月 2020 | 00:52:45,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012MethodDeclarations.h +26 五月 2020 | 00:52:45,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820.h +26 五月 2020 | 00:52:45,415 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865MethodDeclarations.h +26 五月 2020 | 00:52:45,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522.h +26 五月 2020 | 00:52:45,417 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallback1715117820MethodDeclarations.h +26 五月 2020 | 00:52:45,417 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546.h +26 五月 2020 | 00:52:45,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522MethodDeclarations.h +26 五月 2020 | 00:52:45,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382.h +26 五月 2020 | 00:52:45,419 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546MethodDeclarations.h +26 五月 2020 | 00:52:45,420 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584.h +26 五月 2020 | 00:52:45,421 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackBuffer4206371382MethodDeclarations.h +26 五月 2020 | 00:52:45,422 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939.h +26 五月 2020 | 00:52:45,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584MethodDeclarations.h +26 五月 2020 | 00:52:45,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693.h +26 五月 2020 | 00:52:45,424 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939MethodDeclarations.h +26 五月 2020 | 00:52:45,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503.h +26 五月 2020 | 00:52:45,424 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderFallbackException561423693MethodDeclarations.h +26 五月 2020 | 00:52:45,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826.h +26 五月 2020 | 00:52:45,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503MethodDeclarations.h +26 五月 2020 | 00:52:45,426 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152.h +26 五月 2020 | 00:52:45,437 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallback3042394152MethodDeclarations.h +26 五月 2020 | 00:52:45,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436.h +26 五月 2020 | 00:52:45,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826MethodDeclarations.h +26 五月 2020 | 00:52:45,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436MethodDeclarations.h +26 五月 2020 | 00:52:45,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670.h +26 五月 2020 | 00:52:45,440 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448.h +26 五月 2020 | 00:52:45,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307.h +26 五月 2020 | 00:52:45,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448MethodDeclarations.h +26 五月 2020 | 00:52:45,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_DecoderReplacementFallbackBuf3471122670MethodDeclarations.h +26 五月 2020 | 00:52:45,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307MethodDeclarations.h +26 五月 2020 | 00:52:45,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404.h +26 五月 2020 | 00:52:45,444 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111.h +26 五月 2020 | 00:52:45,444 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323.h +26 五月 2020 | 00:52:45,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallback1520212111MethodDeclarations.h +26 五月 2020 | 00:52:45,446 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323MethodDeclarations.h +26 五月 2020 | 00:52:45,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404MethodDeclarations.h +26 五月 2020 | 00:52:45,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012.h +26 五月 2020 | 00:52:45,448 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012.h +26 五月 2020 | 00:52:45,449 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699.h +26 五月 2020 | 00:52:45,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012MethodDeclarations.h +26 五月 2020 | 00:52:45,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012MethodDeclarations.h +26 五月 2020 | 00:52:45,452 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderExceptionFallbackBuffe2027398699MethodDeclarations.h +26 五月 2020 | 00:52:45,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522.h +26 五月 2020 | 00:52:45,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657.h +26 五月 2020 | 00:52:45,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756.h +26 五月 2020 | 00:52:45,455 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522MethodDeclarations.h +26 五月 2020 | 00:52:45,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657MethodDeclarations.h +26 五月 2020 | 00:52:45,457 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394.h +26 五月 2020 | 00:52:45,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394MethodDeclarations.h +26 五月 2020 | 00:52:45,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584.h +26 五月 2020 | 00:52:45,460 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallback1756452756MethodDeclarations.h +26 五月 2020 | 00:52:45,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111.h +26 五月 2020 | 00:52:45,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584MethodDeclarations.h +26 五月 2020 | 00:52:45,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111MethodDeclarations.h +26 五月 2020 | 00:52:45,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503.h +26 五月 2020 | 00:52:45,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514.h +26 五月 2020 | 00:52:45,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218.h +26 五月 2020 | 00:52:45,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503MethodDeclarations.h +26 五月 2020 | 00:52:45,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackBuffer3883615514MethodDeclarations.h +26 五月 2020 | 00:52:45,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218MethodDeclarations.h +26 五月 2020 | 00:52:45,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436.h +26 五月 2020 | 00:52:45,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975.h +26 五月 2020 | 00:52:45,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436MethodDeclarations.h +26 五月 2020 | 00:52:45,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885.h +26 五月 2020 | 00:52:45,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderFallbackException1447984975MethodDeclarations.h +26 五月 2020 | 00:52:45,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885MethodDeclarations.h +26 五月 2020 | 00:52:45,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307.h +26 五月 2020 | 00:52:45,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112.h +26 五月 2020 | 00:52:45,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742.h +26 五月 2020 | 00:52:45,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307MethodDeclarations.h +26 五月 2020 | 00:52:45,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallback4228544112MethodDeclarations.h +26 五月 2020 | 00:52:45,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323.h +26 五月 2020 | 00:52:45,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742MethodDeclarations.h +26 五月 2020 | 00:52:45,472 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570.h +26 五月 2020 | 00:52:45,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437.h +26 五月 2020 | 00:52:45,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323MethodDeclarations.h +26 五月 2020 | 00:52:45,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_EncoderReplacementFallbackBuf1313574570MethodDeclarations.h +26 五月 2020 | 00:52:45,475 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437MethodDeclarations.h +26 五月 2020 | 00:52:45,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012.h +26 五月 2020 | 00:52:45,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255.h +26 五月 2020 | 00:52:45,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding663144255MethodDeclarations.h +26 五月 2020 | 00:52:45,479 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012MethodDeclarations.h +26 五月 2020 | 00:52:45,479 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316.h +26 五月 2020 | 00:52:45,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679.h +26 五月 2020 | 00:52:45,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657.h +26 五月 2020 | 00:52:45,481 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316MethodDeclarations.h +26 五月 2020 | 00:52:45,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Encoding_ForwardingDecoder2155223679MethodDeclarations.h +26 五月 2020 | 00:52:45,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657MethodDeclarations.h +26 五月 2020 | 00:52:45,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612.h +26 五月 2020 | 00:52:45,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430.h +26 五月 2020 | 00:52:45,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394.h +26 五月 2020 | 00:52:45,484 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612MethodDeclarations.h +26 五月 2020 | 00:52:45,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_Latin1Encoding3483306430MethodDeclarations.h +26 五月 2020 | 00:52:45,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394MethodDeclarations.h +26 五月 2020 | 00:52:45,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143.h +26 五月 2020 | 00:52:45,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753.h +26 五月 2020 | 00:52:45,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_NormalizationForm2455198143MethodDeclarations.h +26 五月 2020 | 00:52:45,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111.h +26 五月 2020 | 00:52:45,488 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753MethodDeclarations.h +26 五月 2020 | 00:52:45,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846.h +26 五月 2020 | 00:52:45,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111MethodDeclarations.h +26 五月 2020 | 00:52:45,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_StringBuilder1221177846MethodDeclarations.h +26 五月 2020 | 00:52:45,493 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933.h +26 五月 2020 | 00:52:45,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218.h +26 五月 2020 | 00:52:45,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933MethodDeclarations.h +26 五月 2020 | 00:52:45,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865.h +26 五月 2020 | 00:52:45,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218MethodDeclarations.h +26 五月 2020 | 00:52:45,575 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080.h +26 五月 2020 | 00:52:45,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding549530865MethodDeclarations.h +26 五月 2020 | 00:52:45,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885.h +26 五月 2020 | 00:52:45,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080MethodDeclarations.h +26 五月 2020 | 00:52:45,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546.h +26 五月 2020 | 00:52:45,578 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885MethodDeclarations.h +26 五月 2020 | 00:52:45,579 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264.h +26 五月 2020 | 00:52:45,579 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742.h +26 五月 2020 | 00:52:45,580 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264MethodDeclarations.h +26 五月 2020 | 00:52:45,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742MethodDeclarations.h +26 五月 2020 | 00:52:45,581 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609.h +26 五月 2020 | 00:52:45,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437.h +26 五月 2020 | 00:52:45,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609MethodDeclarations.h +26 五月 2020 | 00:52:45,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437MethodDeclarations.h +26 五月 2020 | 00:52:45,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912.h +26 五月 2020 | 00:52:45,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF32Encoding_UTF32Decoder2654498546MethodDeclarations.h +26 五月 2020 | 00:52:45,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912MethodDeclarations.h +26 五月 2020 | 00:52:45,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939.h +26 五月 2020 | 00:52:45,587 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973.h +26 五月 2020 | 00:52:45,587 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding741406939MethodDeclarations.h +26 五月 2020 | 00:52:45,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973MethodDeclarations.h +26 五月 2020 | 00:52:45,589 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826.h +26 五月 2020 | 00:52:45,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316.h +26 五月 2020 | 00:52:45,590 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF7Encoding_UTF7Decoder3571436826MethodDeclarations.h +26 五月 2020 | 00:52:45,591 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316MethodDeclarations.h +26 五月 2020 | 00:52:45,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448.h +26 五月 2020 | 00:52:45,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding111055448MethodDeclarations.h +26 五月 2020 | 00:52:45,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612.h +26 五月 2020 | 00:52:45,594 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404.h +26 五月 2020 | 00:52:45,595 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612MethodDeclarations.h +26 五月 2020 | 00:52:45,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UTF8Encoding_UTF8Decoder2447592404MethodDeclarations.h +26 五月 2020 | 00:52:45,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753.h +26 五月 2020 | 00:52:45,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372.h +26 五月 2020 | 00:52:45,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012.h +26 五月 2020 | 00:52:45,600 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753MethodDeclarations.h +26 五月 2020 | 00:52:45,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372MethodDeclarations.h +26 五月 2020 | 00:52:45,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding4081757012MethodDeclarations.h +26 五月 2020 | 00:52:45,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594.h +26 五月 2020 | 00:52:45,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522.h +26 五月 2020 | 00:52:45,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594MethodDeclarations.h +26 五月 2020 | 00:52:45,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Text_UnicodeEncoding_UnicodeDecode1968329522MethodDeclarations.h +26 五月 2020 | 00:52:45,604 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933.h +26 五月 2020 | 00:52:45,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933MethodDeclarations.h +26 五月 2020 | 00:52:45,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080.h +26 五月 2020 | 00:52:45,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080MethodDeclarations.h +26 五月 2020 | 00:52:45,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723.h +26 五月 2020 | 00:52:45,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584.h +26 五月 2020 | 00:52:45,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264.h +26 五月 2020 | 00:52:45,611 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ThreadStaticAttribute1787731584MethodDeclarations.h +26 五月 2020 | 00:52:45,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264MethodDeclarations.h +26 五月 2020 | 00:52:45,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503.h +26 五月 2020 | 00:52:45,613 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609.h +26 五月 2020 | 00:52:45,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609MethodDeclarations.h +26 五月 2020 | 00:52:45,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_CompressedStack1568001503MethodDeclarations.h +26 五月 2020 | 00:52:45,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436.h +26 五月 2020 | 00:52:45,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_EventResetMode4116945436MethodDeclarations.h +26 五月 2020 | 00:52:45,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723MethodDeclarations.h +26 五月 2020 | 00:52:45,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912.h +26 五月 2020 | 00:52:45,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912MethodDeclarations.h +26 五月 2020 | 00:52:45,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288.h +26 五月 2020 | 00:52:45,619 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973.h +26 五月 2020 | 00:52:45,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288MethodDeclarations.h +26 五月 2020 | 00:52:45,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973MethodDeclarations.h +26 五月 2020 | 00:52:45,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307.h +26 五月 2020 | 00:52:45,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_EventWaitHandle2091316307MethodDeclarations.h +26 五月 2020 | 00:52:45,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169.h +26 五月 2020 | 00:52:45,625 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323.h +26 五月 2020 | 00:52:45,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169MethodDeclarations.h +26 五月 2020 | 00:52:45,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ExecutionContext1392266323MethodDeclarations.h +26 五月 2020 | 00:52:45,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949.h +26 五月 2020 | 00:52:45,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012.h +26 五月 2020 | 00:52:45,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949MethodDeclarations.h +26 五月 2020 | 00:52:45,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372.h +26 五月 2020 | 00:52:45,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Interlocked1625106012MethodDeclarations.h +26 五月 2020 | 00:52:45,632 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450.h +26 五月 2020 | 00:52:45,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372MethodDeclarations.h +26 五月 2020 | 00:52:45,633 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450MethodDeclarations.h +26 五月 2020 | 00:52:45,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594.h +26 五月 2020 | 00:52:45,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267.h +26 五月 2020 | 00:52:45,635 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594MethodDeclarations.h +26 五月 2020 | 00:52:45,636 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267MethodDeclarations.h +26 五月 2020 | 00:52:45,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723.h +26 五月 2020 | 00:52:45,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798.h +26 五月 2020 | 00:52:45,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657.h +26 五月 2020 | 00:52:45,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798MethodDeclarations.h +26 五月 2020 | 00:52:45,641 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Type1303803226.h +26 五月 2020 | 00:52:45,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Type1303803226MethodDeclarations.h +26 五月 2020 | 00:52:45,643 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201.h +26 五月 2020 | 00:52:45,644 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201MethodDeclarations.h +26 五月 2020 | 00:52:45,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ManualResetEvent926074657MethodDeclarations.h +26 五月 2020 | 00:52:45,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394.h +26 五月 2020 | 00:52:45,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183.h +26 五月 2020 | 00:52:45,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Monitor3228523394MethodDeclarations.h +26 五月 2020 | 00:52:45,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183MethodDeclarations.h +26 五月 2020 | 00:52:45,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723MethodDeclarations.h +26 五月 2020 | 00:52:45,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155.h +26 五月 2020 | 00:52:45,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288.h +26 五月 2020 | 00:52:45,651 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155MethodDeclarations.h +26 五月 2020 | 00:52:45,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288MethodDeclarations.h +26 五月 2020 | 00:52:45,653 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857.h +26 五月 2020 | 00:52:45,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169.h +26 五月 2020 | 00:52:45,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857MethodDeclarations.h +26 五月 2020 | 00:52:45,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169MethodDeclarations.h +26 五月 2020 | 00:52:45,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111.h +26 五月 2020 | 00:52:45,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949.h +26 五月 2020 | 00:52:45,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611.h +26 五月 2020 | 00:52:45,657 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Mutex297030111MethodDeclarations.h +26 五月 2020 | 00:52:45,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949MethodDeclarations.h +26 五月 2020 | 00:52:45,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611MethodDeclarations.h +26 五月 2020 | 00:52:45,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218.h +26 五月 2020 | 00:52:45,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021.h +26 五月 2020 | 00:52:45,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450.h +26 五月 2020 | 00:52:45,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021MethodDeclarations.h +26 五月 2020 | 00:52:45,662 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_NativeEventCalls1850675218MethodDeclarations.h +26 五月 2020 | 00:52:45,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450MethodDeclarations.h +26 五月 2020 | 00:52:45,663 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914.h +26 五月 2020 | 00:52:45,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267.h +26 五月 2020 | 00:52:45,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885.h +26 五月 2020 | 00:52:45,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914MethodDeclarations.h +26 五月 2020 | 00:52:45,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267MethodDeclarations.h +26 五月 2020 | 00:52:45,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ParameterizedThreadStart2412552885MethodDeclarations.h +26 五月 2020 | 00:52:45,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742.h +26 五月 2020 | 00:52:45,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SendOrPostCallback296893742MethodDeclarations.h +26 五月 2020 | 00:52:45,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437.h +26 五月 2020 | 00:52:45,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846.h +26 五月 2020 | 00:52:45,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798.h +26 五月 2020 | 00:52:45,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationContext3857790437MethodDeclarations.h +26 五月 2020 | 00:52:45,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846MethodDeclarations.h +26 五月 2020 | 00:52:45,673 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798MethodDeclarations.h +26 五月 2020 | 00:52:45,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Type1303803226.h +26 五月 2020 | 00:52:45,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316.h +26 五月 2020 | 00:52:45,677 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_SynchronizationLockExcept117698316MethodDeclarations.h +26 五月 2020 | 00:52:45,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Type1303803226MethodDeclarations.h +26 五月 2020 | 00:52:45,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612.h +26 五月 2020 | 00:52:45,679 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201.h +26 五月 2020 | 00:52:45,680 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201MethodDeclarations.h +26 五月 2020 | 00:52:45,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Thread241561612MethodDeclarations.h +26 五月 2020 | 00:52:45,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183.h +26 五月 2020 | 00:52:45,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555.h +26 五月 2020 | 00:52:45,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183MethodDeclarations.h +26 五月 2020 | 00:52:45,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555MethodDeclarations.h +26 五月 2020 | 00:52:45,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155.h +26 五月 2020 | 00:52:45,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131.h +26 五月 2020 | 00:52:45,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753.h +26 五月 2020 | 00:52:45,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155MethodDeclarations.h +26 五月 2020 | 00:52:45,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131MethodDeclarations.h +26 五月 2020 | 00:52:45,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadAbortException1150575753MethodDeclarations.h +26 五月 2020 | 00:52:45,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857.h +26 五月 2020 | 00:52:45,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888.h +26 五月 2020 | 00:52:45,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888MethodDeclarations.h +26 五月 2020 | 00:52:45,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857MethodDeclarations.h +26 五月 2020 | 00:52:45,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117.h +26 五月 2020 | 00:52:45,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933.h +26 五月 2020 | 00:52:45,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117MethodDeclarations.h +26 五月 2020 | 00:52:45,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadInterruptedException63303933MethodDeclarations.h +26 五月 2020 | 00:52:45,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722.h +26 五月 2020 | 00:52:45,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722MethodDeclarations.h +26 五月 2020 | 00:52:45,696 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080.h +26 五月 2020 | 00:52:45,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607.h +26 五月 2020 | 00:52:45,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadPool3989917080MethodDeclarations.h +26 五月 2020 | 00:52:45,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611.h +26 五月 2020 | 00:52:45,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607MethodDeclarations.h +26 五月 2020 | 00:52:45,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264.h +26 五月 2020 | 00:52:45,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611MethodDeclarations.h +26 五月 2020 | 00:52:45,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Version1755874712.h +26 五月 2020 | 00:52:45,700 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStart3437517264MethodDeclarations.h +26 五月 2020 | 00:52:45,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021.h +26 五月 2020 | 00:52:45,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Version1755874712MethodDeclarations.h +26 五月 2020 | 00:52:45,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609.h +26 五月 2020 | 00:52:45,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadState1158972609MethodDeclarations.h +26 五月 2020 | 00:52:45,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Void1841601450.h +26 五月 2020 | 00:52:45,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021MethodDeclarations.h +26 五月 2020 | 00:52:45,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_Void1841601450MethodDeclarations.h +26 五月 2020 | 00:52:45,705 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914.h +26 五月 2020 | 00:52:45,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567.h +26 五月 2020 | 00:52:45,707 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914MethodDeclarations.h +26 五月 2020 | 00:52:45,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567MethodDeclarations.h +26 五月 2020 | 00:52:45,708 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788.h +26 五月 2020 | 00:52:45,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846.h +26 五月 2020 | 00:52:45,709 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912.h +26 五月 2020 | 00:52:45,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_ThreadStateException1404755912MethodDeclarations.h +26 五月 2020 | 00:52:45,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788MethodDeclarations.h +26 五月 2020 | 00:52:45,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846MethodDeclarations.h +26 五月 2020 | 00:52:45,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973.h +26 五月 2020 | 00:52:45,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062.h +26 五月 2020 | 00:52:45,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer791717973MethodDeclarations.h +26 五月 2020 | 00:52:45,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555.h +26 五月 2020 | 00:52:45,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062MethodDeclarations.h +26 五月 2020 | 00:52:45,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372.h +26 五月 2020 | 00:52:45,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:45,774 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555MethodDeclarations.h +26 五月 2020 | 00:52:45,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_TimerCallback1684927372MethodDeclarations.h +26 五月 2020 | 00:52:45,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:45,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131.h +26 五月 2020 | 00:52:45,776 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594.h +26 五月 2020 | 00:52:45,777 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:45,778 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131MethodDeclarations.h +26 五月 2020 | 00:52:45,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:45,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_Scheduler697594MethodDeclarations.h +26 五月 2020 | 00:52:45,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888.h +26 五月 2020 | 00:52:45,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326.h +26 五月 2020 | 00:52:45,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326MethodDeclarations.h +26 五月 2020 | 00:52:45,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888MethodDeclarations.h +26 五月 2020 | 00:52:45,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117.h +26 五月 2020 | 00:52:45,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723.h +26 五月 2020 | 00:52:45,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117MethodDeclarations.h +26 五月 2020 | 00:52:45,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722.h +26 五月 2020 | 00:52:45,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722MethodDeclarations.h +26 五月 2020 | 00:52:45,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_Timer_TimerComparer876299723MethodDeclarations.h +26 五月 2020 | 00:52:45,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607.h +26 五月 2020 | 00:52:45,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288.h +26 五月 2020 | 00:52:45,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607MethodDeclarations.h +26 五月 2020 | 00:52:45,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitCallback2798937288MethodDeclarations.h +26 五月 2020 | 00:52:45,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Version1755874712.h +26 五月 2020 | 00:52:45,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169.h +26 五月 2020 | 00:52:45,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Version1755874712MethodDeclarations.h +26 五月 2020 | 00:52:45,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Threading_WaitHandle677569169MethodDeclarations.h +26 五月 2020 | 00:52:45,796 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Void1841601450.h +26 五月 2020 | 00:52:45,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949.h +26 五月 2020 | 00:52:45,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_Void1841601450MethodDeclarations.h +26 五月 2020 | 00:52:45,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeSpan3430258949MethodDeclarations.h +26 五月 2020 | 00:52:45,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567.h +26 五月 2020 | 00:52:45,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450.h +26 五月 2020 | 00:52:45,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567MethodDeclarations.h +26 五月 2020 | 00:52:45,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeSpan_Parser2154441450MethodDeclarations.h +26 五月 2020 | 00:52:45,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788.h +26 五月 2020 | 00:52:45,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267.h +26 五月 2020 | 00:52:45,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788MethodDeclarations.h +26 五月 2020 | 00:52:45,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeZone4008205267MethodDeclarations.h +26 五月 2020 | 00:52:45,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062.h +26 五月 2020 | 00:52:45,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798.h +26 五月 2020 | 00:52:45,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TimeoutException3246754798MethodDeclarations.h +26 五月 2020 | 00:52:45,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Type1303803226.h +26 五月 2020 | 00:52:45,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062MethodDeclarations.h +26 五月 2020 | 00:52:45,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Type1303803226MethodDeclarations.h +26 五月 2020 | 00:52:45,811 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:45,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:45,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201.h +26 五月 2020 | 00:52:45,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeCode2536926201MethodDeclarations.h +26 五月 2020 | 00:52:45,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:45,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:45,814 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183.h +26 五月 2020 | 00:52:45,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326.h +26 五月 2020 | 00:52:45,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeInitializationException3654642183MethodDeclarations.h +26 五月 2020 | 00:52:45,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326MethodDeclarations.h +26 五月 2020 | 00:52:45,817 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155.h +26 五月 2020 | 00:52:45,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330.h +26 五月 2020 | 00:52:45,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330MethodDeclarations.h +26 五月 2020 | 00:52:45,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypeLoadException723359155MethodDeclarations.h +26 五月 2020 | 00:52:45,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334.h +26 五月 2020 | 00:52:45,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857.h +26 五月 2020 | 00:52:45,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334MethodDeclarations.h +26 五月 2020 | 00:52:45,821 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_TypedReference1025199857MethodDeclarations.h +26 五月 2020 | 00:52:45,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336.h +26 五月 2020 | 00:52:45,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611.h +26 五月 2020 | 00:52:45,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336MethodDeclarations.h +26 五月 2020 | 00:52:45,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092.h +26 五月 2020 | 00:52:45,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt16986882611MethodDeclarations.h +26 五月 2020 | 00:52:45,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092MethodDeclarations.h +26 五月 2020 | 00:52:45,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021.h +26 五月 2020 | 00:52:45,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327.h +26 五月 2020 | 00:52:45,827 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt322149682021MethodDeclarations.h +26 五月 2020 | 00:52:45,827 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327MethodDeclarations.h +26 五月 2020 | 00:52:45,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914.h +26 五月 2020 | 00:52:45,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954.h +26 五月 2020 | 00:52:45,829 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954MethodDeclarations.h +26 五月 2020 | 00:52:45,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UInt642909196914MethodDeclarations.h +26 五月 2020 | 00:52:45,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846.h +26 五月 2020 | 00:52:45,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UIntPtr1549717846MethodDeclarations.h +26 五月 2020 | 00:52:45,834 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555.h +26 五月 2020 | 00:52:45,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnauthorizedAccessException886535555MethodDeclarations.h +26 五月 2020 | 00:52:45,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131.h +26 五月 2020 | 00:52:45,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventArgs3067050131MethodDeclarations.h +26 五月 2020 | 00:52:45,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888.h +26 五月 2020 | 00:52:45,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330.h +26 五月 2020 | 00:52:45,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330MethodDeclarations.h +26 五月 2020 | 00:52:45,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnhandledExceptionEventHandler1916531888MethodDeclarations.h +26 五月 2020 | 00:52:45,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117.h +26 五月 2020 | 00:52:45,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894.h +26 五月 2020 | 00:52:45,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334.h +26 五月 2020 | 00:52:45,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334MethodDeclarations.h +26 五月 2020 | 00:52:45,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894MethodDeclarations.h +26 五月 2020 | 00:52:45,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder2045574117MethodDeclarations.h +26 五月 2020 | 00:52:45,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336.h +26 五月 2020 | 00:52:45,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915.h +26 五月 2020 | 00:52:45,845 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722.h +26 五月 2020 | 00:52:45,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336MethodDeclarations.h +26 五月 2020 | 00:52:45,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915MethodDeclarations.h +26 五月 2020 | 00:52:45,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_UnitySerializationHolder_UnityType2934041722MethodDeclarations.h +26 五月 2020 | 00:52:45,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092.h +26 五月 2020 | 00:52:45,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607.h +26 五月 2020 | 00:52:45,847 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745.h +26 五月 2020 | 00:52:45,847 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092MethodDeclarations.h +26 五月 2020 | 00:52:45,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745MethodDeclarations.h +26 五月 2020 | 00:52:45,848 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_ValueType3507792607MethodDeclarations.h +26 五月 2020 | 00:52:45,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327.h +26 五月 2020 | 00:52:45,850 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Version1755874712.h +26 五月 2020 | 00:52:45,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327MethodDeclarations.h +26 五月 2020 | 00:52:45,851 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Version1755874712MethodDeclarations.h +26 五月 2020 | 00:52:45,852 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954.h +26 五月 2020 | 00:52:45,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749.h +26 五月 2020 | 00:52:45,852 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Void1841601450.h +26 五月 2020 | 00:52:45,853 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954MethodDeclarations.h +26 五月 2020 | 00:52:45,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749MethodDeclarations.h +26 五月 2020 | 00:52:45,853 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_Void1841601450MethodDeclarations.h +26 五月 2020 | 00:52:45,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894.h +26 五月 2020 | 00:52:45,855 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567.h +26 五月 2020 | 00:52:45,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769.h +26 五月 2020 | 00:52:45,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894MethodDeclarations.h +26 五月 2020 | 00:52:45,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769MethodDeclarations.h +26 五月 2020 | 00:52:45,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System_WeakReference1077405567MethodDeclarations.h +26 五月 2020 | 00:52:45,856 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915.h +26 五月 2020 | 00:52:45,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915MethodDeclarations.h +26 五月 2020 | 00:52:45,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798.h +26 五月 2020 | 00:52:45,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788.h +26 五月 2020 | 00:52:45,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798MethodDeclarations.h +26 五月 2020 | 00:52:45,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745.h +26 五月 2020 | 00:52:45,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System___Il2CppComDelegate3311706788MethodDeclarations.h +26 五月 2020 | 00:52:45,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745MethodDeclarations.h +26 五月 2020 | 00:52:45,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800.h +26 五月 2020 | 00:52:45,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800MethodDeclarations.h +26 五月 2020 | 00:52:45,861 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062.h +26 五月 2020 | 00:52:45,861 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749.h +26 五月 2020 | 00:52:45,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749MethodDeclarations.h +26 五月 2020 | 00:52:45,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802.h +26 五月 2020 | 00:52:45,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_System___Il2CppComObject4064417062MethodDeclarations.h +26 五月 2020 | 00:52:45,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802MethodDeclarations.h +26 五月 2020 | 00:52:45,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769.h +26 五月 2020 | 00:52:45,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:45,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769MethodDeclarations.h +26 五月 2020 | 00:52:45,865 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804.h +26 五月 2020 | 00:52:45,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:45,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804MethodDeclarations.h +26 五月 2020 | 00:52:45,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798.h +26 五月 2020 | 00:52:45,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:45,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798MethodDeclarations.h +26 五月 2020 | 00:52:45,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:45,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554.h +26 五月 2020 | 00:52:45,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800.h +26 五月 2020 | 00:52:45,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800MethodDeclarations.h +26 五月 2020 | 00:52:45,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554MethodDeclarations.h +26 五月 2020 | 00:52:45,871 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326.h +26 五月 2020 | 00:52:45,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802.h +26 五月 2020 | 00:52:45,872 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410326MethodDeclarations.h +26 五月 2020 | 00:52:45,872 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802MethodDeclarations.h +26 五月 2020 | 00:52:45,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558.h +26 五月 2020 | 00:52:45,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558MethodDeclarations.h +26 五月 2020 | 00:52:45,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804.h +26 五月 2020 | 00:52:45,875 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804MethodDeclarations.h +26 五月 2020 | 00:52:45,875 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562.h +26 五月 2020 | 00:52:45,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554.h +26 五月 2020 | 00:52:45,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562MethodDeclarations.h +26 五月 2020 | 00:52:45,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554MethodDeclarations.h +26 五月 2020 | 00:52:45,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915.h +26 五月 2020 | 00:52:45,878 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915MethodDeclarations.h +26 五月 2020 | 00:52:45,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558.h +26 五月 2020 | 00:52:45,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558MethodDeclarations.h +26 五月 2020 | 00:52:45,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921.h +26 五月 2020 | 00:52:45,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921MethodDeclarations.h +26 五月 2020 | 00:52:45,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562.h +26 五月 2020 | 00:52:45,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562MethodDeclarations.h +26 五月 2020 | 00:52:45,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517.h +26 五月 2020 | 00:52:45,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517MethodDeclarations.h +26 五月 2020 | 00:52:45,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275.h +26 五月 2020 | 00:52:45,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275MethodDeclarations.h +26 五月 2020 | 00:52:45,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_ArrayTypes.h +26 五月 2020 | 00:52:45,887 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915.h +26 五月 2020 | 00:52:45,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517.h +26 五月 2020 | 00:52:45,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517MethodDeclarations.h +26 五月 2020 | 00:52:45,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915MethodDeclarations.h +26 五月 2020 | 00:52:45,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921.h +26 五月 2020 | 00:52:45,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084.h +26 五月 2020 | 00:52:45,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921MethodDeclarations.h +26 五月 2020 | 00:52:45,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084MethodDeclarations.h +26 五月 2020 | 00:52:45,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517.h +26 五月 2020 | 00:52:45,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582.h +26 五月 2020 | 00:52:45,892 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517MethodDeclarations.h +26 五月 2020 | 00:52:45,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275.h +26 五月 2020 | 00:52:45,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582MethodDeclarations.h +26 五月 2020 | 00:52:45,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275MethodDeclarations.h +26 五月 2020 | 00:52:45,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537.h +26 五月 2020 | 00:52:45,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537MethodDeclarations.h +26 五月 2020 | 00:52:45,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932.h +26 五月 2020 | 00:52:45,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932MethodDeclarations.h +26 五月 2020 | 00:52:45,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729.h +26 五月 2020 | 00:52:45,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729MethodDeclarations.h +26 五月 2020 | 00:52:45,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539.h +26 五月 2020 | 00:52:45,907 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539MethodDeclarations.h +26 五月 2020 | 00:52:45,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690.h +26 五月 2020 | 00:52:45,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690MethodDeclarations.h +26 五月 2020 | 00:52:45,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330.h +26 五月 2020 | 00:52:45,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848.h +26 五月 2020 | 00:52:45,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410330MethodDeclarations.h +26 五月 2020 | 00:52:45,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848MethodDeclarations.h +26 五月 2020 | 00:52:45,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334.h +26 五月 2020 | 00:52:45,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_ArrayTypes.h +26 五月 2020 | 00:52:45,957 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410334MethodDeclarations.h +26 五月 2020 | 00:52:45,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517.h +26 五月 2020 | 00:52:45,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442.h +26 五月 2020 | 00:52:45,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517MethodDeclarations.h +26 五月 2020 | 00:52:45,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442MethodDeclarations.h +26 五月 2020 | 00:52:45,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336.h +26 五月 2020 | 00:52:45,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205.h +26 五月 2020 | 00:52:45,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1703410336MethodDeclarations.h +26 五月 2020 | 00:52:45,962 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205MethodDeclarations.h +26 五月 2020 | 00:52:45,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084.h +26 五月 2020 | 00:52:45,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933.h +26 五月 2020 | 00:52:45,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084MethodDeclarations.h +26 五月 2020 | 00:52:45,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092.h +26 五月 2020 | 00:52:45,965 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933MethodDeclarations.h +26 五月 2020 | 00:52:45,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1892466092MethodDeclarations.h +26 五月 2020 | 00:52:45,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582.h +26 五月 2020 | 00:52:45,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327.h +26 五月 2020 | 00:52:45,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655.h +26 五月 2020 | 00:52:45,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655MethodDeclarations.h +26 五月 2020 | 00:52:45,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582MethodDeclarations.h +26 五月 2020 | 00:52:45,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr1957337327MethodDeclarations.h +26 五月 2020 | 00:52:45,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537.h +26 五月 2020 | 00:52:45,970 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954.h +26 五月 2020 | 00:52:45,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2038352954MethodDeclarations.h +26 五月 2020 | 00:52:45,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200.h +26 五月 2020 | 00:52:45,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537MethodDeclarations.h +26 五月 2020 | 00:52:45,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894.h +26 五月 2020 | 00:52:45,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200MethodDeclarations.h +26 五月 2020 | 00:52:45,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2672183894MethodDeclarations.h +26 五月 2020 | 00:52:45,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932.h +26 五月 2020 | 00:52:45,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151.h +26 五月 2020 | 00:52:45,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915.h +26 五月 2020 | 00:52:45,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151MethodDeclarations.h +26 五月 2020 | 00:52:45,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2844921915MethodDeclarations.h +26 五月 2020 | 00:52:45,976 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932MethodDeclarations.h +26 五月 2020 | 00:52:45,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745.h +26 五月 2020 | 00:52:45,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113.h +26 五月 2020 | 00:52:45,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729.h +26 五月 2020 | 00:52:45,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209745MethodDeclarations.h +26 五月 2020 | 00:52:45,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113MethodDeclarations.h +26 五月 2020 | 00:52:45,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729MethodDeclarations.h +26 五月 2020 | 00:52:45,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749.h +26 五月 2020 | 00:52:45,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459.h +26 五月 2020 | 00:52:45,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr2866209749MethodDeclarations.h +26 五月 2020 | 00:52:45,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539.h +26 五月 2020 | 00:52:45,983 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459MethodDeclarations.h +26 五月 2020 | 00:52:45,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769.h +26 五月 2020 | 00:52:45,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539MethodDeclarations.h +26 五月 2020 | 00:52:45,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3604436769MethodDeclarations.h +26 五月 2020 | 00:52:45,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460.h +26 五月 2020 | 00:52:45,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690.h +26 五月 2020 | 00:52:45,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460MethodDeclarations.h +26 五月 2020 | 00:52:45,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798.h +26 五月 2020 | 00:52:45,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778798MethodDeclarations.h +26 五月 2020 | 00:52:45,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690MethodDeclarations.h +26 五月 2020 | 00:52:45,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742.h +26 五月 2020 | 00:52:45,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800.h +26 五月 2020 | 00:52:45,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848.h +26 五月 2020 | 00:52:45,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742MethodDeclarations.h +26 五月 2020 | 00:52:45,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778800MethodDeclarations.h +26 五月 2020 | 00:52:45,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848MethodDeclarations.h +26 五月 2020 | 00:52:45,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802.h +26 五月 2020 | 00:52:45,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442.h +26 五月 2020 | 00:52:45,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778802MethodDeclarations.h +26 五月 2020 | 00:52:45,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442MethodDeclarations.h +26 五月 2020 | 00:52:45,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804.h +26 五月 2020 | 00:52:45,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arr3672778804MethodDeclarations.h +26 五月 2020 | 00:52:45,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205.h +26 五月 2020 | 00:52:45,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554.h +26 五月 2020 | 00:52:45,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205MethodDeclarations.h +26 五月 2020 | 00:52:45,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038554MethodDeclarations.h +26 五月 2020 | 00:52:45,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933.h +26 五月 2020 | 00:52:45,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933MethodDeclarations.h +26 五月 2020 | 00:52:45,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558.h +26 五月 2020 | 00:52:45,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038558MethodDeclarations.h +26 五月 2020 | 00:52:45,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655.h +26 五月 2020 | 00:52:45,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655MethodDeclarations.h +26 五月 2020 | 00:52:45,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651.h +26 五月 2020 | 00:52:46,001 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651MethodDeclarations.h +26 五月 2020 | 00:52:46,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562.h +26 五月 2020 | 00:52:46,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943.h +26 五月 2020 | 00:52:46,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra116038562MethodDeclarations.h +26 五月 2020 | 00:52:46,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200.h +26 五月 2020 | 00:52:46,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915.h +26 五月 2020 | 00:52:46,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610915MethodDeclarations.h +26 五月 2020 | 00:52:46,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200MethodDeclarations.h +26 五月 2020 | 00:52:46,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943MethodDeclarations.h +26 五月 2020 | 00:52:46,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921.h +26 五月 2020 | 00:52:46,008 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151.h +26 五月 2020 | 00:52:46,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra540610921MethodDeclarations.h +26 五月 2020 | 00:52:46,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151MethodDeclarations.h +26 五月 2020 | 00:52:46,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517.h +26 五月 2020 | 00:52:46,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045.h +26 五月 2020 | 00:52:46,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra702815517MethodDeclarations.h +26 五月 2020 | 00:52:46,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045MethodDeclarations.h +26 五月 2020 | 00:52:46,011 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113.h +26 五月 2020 | 00:52:46,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275.h +26 五月 2020 | 00:52:46,012 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859.h +26 五月 2020 | 00:52:46,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\mscorlib_U3CPrivateImplementationDetailsU3E_U24Arra896841275MethodDeclarations.h +26 五月 2020 | 00:52:46,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859MethodDeclarations.h +26 五月 2020 | 00:52:46,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736.h +26 五月 2020 | 00:52:46,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736MethodDeclarations.h +26 五月 2020 | 00:52:46,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113MethodDeclarations.h +26 五月 2020 | 00:52:46,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459.h +26 五月 2020 | 00:52:46,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_ArrayTypes.h +26 五月 2020 | 00:52:46,024 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742.h +26 五月 2020 | 00:52:46,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742MethodDeclarations.h +26 五月 2020 | 00:52:46,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517.h +26 五月 2020 | 00:52:46,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459MethodDeclarations.h +26 五月 2020 | 00:52:46,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_AuthenticationTypes1276453517MethodDeclarations.h +26 五月 2020 | 00:52:46,026 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964.h +26 五月 2020 | 00:52:46,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460.h +26 五月 2020 | 00:52:46,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964MethodDeclarations.h +26 五月 2020 | 00:52:46,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460MethodDeclarations.h +26 五月 2020 | 00:52:46,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084.h +26 五月 2020 | 00:52:46,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427.h +26 五月 2020 | 00:52:46,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Credentials3762395084MethodDeclarations.h +26 五月 2020 | 00:52:46,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742.h +26 五月 2020 | 00:52:46,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427MethodDeclarations.h +26 五月 2020 | 00:52:46,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742MethodDeclarations.h +26 五月 2020 | 00:52:46,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582.h +26 五月 2020 | 00:52:46,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_Digest59399582MethodDeclarations.h +26 五月 2020 | 00:52:46,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537.h +26 五月 2020 | 00:52:46,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944.h +26 五月 2020 | 00:52:46,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651.h +26 五月 2020 | 00:52:46,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore674131537MethodDeclarations.h +26 五月 2020 | 00:52:46,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944MethodDeclarations.h +26 五月 2020 | 00:52:46,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651MethodDeclarations.h +26 五月 2020 | 00:52:46,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932.h +26 五月 2020 | 00:52:46,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584.h +26 五月 2020 | 00:52:46,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943.h +26 五月 2020 | 00:52:46,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584MethodDeclarations.h +26 五月 2020 | 00:52:46,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Authentication_DigestStore_U3CU3Ec1226691932MethodDeclarations.h +26 五月 2020 | 00:52:46,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943MethodDeclarations.h +26 五月 2020 | 00:52:46,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920.h +26 五月 2020 | 00:52:46,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729.h +26 五月 2020 | 00:52:46,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045.h +26 五月 2020 | 00:52:46,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045MethodDeclarations.h +26 五月 2020 | 00:52:46,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ConnectionBase2782190729MethodDeclarations.h +26 五月 2020 | 00:52:46,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920MethodDeclarations.h +26 五月 2020 | 00:52:46,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859.h +26 五月 2020 | 00:52:46,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539.h +26 五月 2020 | 00:52:46,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762.h +26 五月 2020 | 00:52:46,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859MethodDeclarations.h +26 五月 2020 | 00:52:46,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Crc_CRC322268741539MethodDeclarations.h +26 五月 2020 | 00:52:46,063 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762MethodDeclarations.h +26 五月 2020 | 00:52:46,063 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736.h +26 五月 2020 | 00:52:46,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690.h +26 五月 2020 | 00:52:46,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526.h +26 五月 2020 | 00:52:46,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736MethodDeclarations.h +26 五月 2020 | 00:52:46,065 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526MethodDeclarations.h +26 五月 2020 | 00:52:46,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_Adler6455690MethodDeclarations.h +26 五月 2020 | 00:52:46,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742.h +26 五月 2020 | 00:52:46,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742MethodDeclarations.h +26 五月 2020 | 00:52:46,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627.h +26 五月 2020 | 00:52:46,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848.h +26 五月 2020 | 00:52:46,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964.h +26 五月 2020 | 00:52:46,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_BlockState2541392848MethodDeclarations.h +26 五月 2020 | 00:52:46,070 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627MethodDeclarations.h +26 五月 2020 | 00:52:46,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964MethodDeclarations.h +26 五月 2020 | 00:52:46,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442.h +26 五月 2020 | 00:52:46,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427.h +26 五月 2020 | 00:52:46,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionLeve4151391442MethodDeclarations.h +26 五月 2020 | 00:52:46,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427MethodDeclarations.h +26 五月 2020 | 00:52:46,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804.h +26 五月 2020 | 00:52:46,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205.h +26 五月 2020 | 00:52:46,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionMode2282214205MethodDeclarations.h +26 五月 2020 | 00:52:46,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804MethodDeclarations.h +26 五月 2020 | 00:52:46,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933.h +26 五月 2020 | 00:52:46,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_CompressionStra2530143933MethodDeclarations.h +26 五月 2020 | 00:52:46,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944.h +26 五月 2020 | 00:52:46,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013.h +26 五月 2020 | 00:52:46,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013MethodDeclarations.h +26 五月 2020 | 00:52:46,080 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944MethodDeclarations.h +26 五月 2020 | 00:52:46,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655.h +26 五月 2020 | 00:52:46,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateFlavor1224730655MethodDeclarations.h +26 五月 2020 | 00:52:46,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584.h +26 五月 2020 | 00:52:46,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979.h +26 五月 2020 | 00:52:46,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200.h +26 五月 2020 | 00:52:46,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979MethodDeclarations.h +26 五月 2020 | 00:52:46,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584MethodDeclarations.h +26 五月 2020 | 00:52:46,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager1983720200MethodDeclarations.h +26 五月 2020 | 00:52:46,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920.h +26 五月 2020 | 00:52:46,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920MethodDeclarations.h +26 五月 2020 | 00:52:46,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151.h +26 五月 2020 | 00:52:46,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964.h +26 五月 2020 | 00:52:46,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762.h +26 五月 2020 | 00:52:46,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964MethodDeclarations.h +26 五月 2020 | 00:52:46,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_3381668151MethodDeclarations.h +26 五月 2020 | 00:52:46,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762MethodDeclarations.h +26 五月 2020 | 00:52:46,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113.h +26 五月 2020 | 00:52:46,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182.h +26 五月 2020 | 00:52:46,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526.h +26 五月 2020 | 00:52:46,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182MethodDeclarations.h +26 五月 2020 | 00:52:46,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526MethodDeclarations.h +26 五月 2020 | 00:52:46,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577.h +26 五月 2020 | 00:52:46,096 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627.h +26 五月 2020 | 00:52:46,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577MethodDeclarations.h +26 五月 2020 | 00:52:46,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627MethodDeclarations.h +26 五月 2020 | 00:52:46,099 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144.h +26 五月 2020 | 00:52:46,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804.h +26 五月 2020 | 00:52:46,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144MethodDeclarations.h +26 五月 2020 | 00:52:46,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804MethodDeclarations.h +26 五月 2020 | 00:52:46,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645.h +26 五月 2020 | 00:52:46,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateManager_4191606113MethodDeclarations.h +26 五月 2020 | 00:52:46,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013.h +26 五月 2020 | 00:52:46,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645MethodDeclarations.h +26 五月 2020 | 00:52:46,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013MethodDeclarations.h +26 五月 2020 | 00:52:46,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459.h +26 五月 2020 | 00:52:46,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642.h +26 五月 2020 | 00:52:46,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_DeflateStream2274450459MethodDeclarations.h +26 五月 2020 | 00:52:46,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460.h +26 五月 2020 | 00:52:46,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979.h +26 五月 2020 | 00:52:46,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_FlushType1182037460MethodDeclarations.h +26 五月 2020 | 00:52:46,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742.h +26 五月 2020 | 00:52:46,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979MethodDeclarations.h +26 五月 2020 | 00:52:46,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_GZipStream1683233742MethodDeclarations.h +26 五月 2020 | 00:52:46,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964.h +26 五月 2020 | 00:52:46,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964MethodDeclarations.h +26 五月 2020 | 00:52:46,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651.h +26 五月 2020 | 00:52:46,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182.h +26 五月 2020 | 00:52:46,113 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InfTree1475751651MethodDeclarations.h +26 五月 2020 | 00:52:46,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182MethodDeclarations.h +26 五月 2020 | 00:52:46,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943.h +26 五月 2020 | 00:52:46,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577.h +26 五月 2020 | 00:52:46,116 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks3437229943MethodDeclarations.h +26 五月 2020 | 00:52:46,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577MethodDeclarations.h +26 五月 2020 | 00:52:46,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045.h +26 五月 2020 | 00:52:46,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateBlocks_I2450294045MethodDeclarations.h +26 五月 2020 | 00:52:46,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144.h +26 五月 2020 | 00:52:46,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859.h +26 五月 2020 | 00:52:46,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144MethodDeclarations.h +26 五月 2020 | 00:52:46,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateCodes996093859MethodDeclarations.h +26 五月 2020 | 00:52:46,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736.h +26 五月 2020 | 00:52:46,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642MethodDeclarations.h +26 五月 2020 | 00:52:46,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager3102396736MethodDeclarations.h +26 五月 2020 | 00:52:46,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050.h +26 五月 2020 | 00:52:46,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742.h +26 五月 2020 | 00:52:46,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InflateManager_2519418742MethodDeclarations.h +26 五月 2020 | 00:52:46,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050MethodDeclarations.h +26 五月 2020 | 00:52:46,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964.h +26 五月 2020 | 00:52:46,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360.h +26 五月 2020 | 00:52:46,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalConstan3631556964MethodDeclarations.h +26 五月 2020 | 00:52:46,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360MethodDeclarations.h +26 五月 2020 | 00:52:46,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427.h +26 五月 2020 | 00:52:46,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980.h +26 五月 2020 | 00:52:46,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_InternalInflate3809646427MethodDeclarations.h +26 五月 2020 | 00:52:46,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645.h +26 五月 2020 | 00:52:46,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980MethodDeclarations.h +26 五月 2020 | 00:52:46,132 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645MethodDeclarations.h +26 五月 2020 | 00:52:46,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868.h +26 五月 2020 | 00:52:46,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642.h +26 五月 2020 | 00:52:46,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868MethodDeclarations.h +26 五月 2020 | 00:52:46,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923.h +26 五月 2020 | 00:52:46,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944.h +26 五月 2020 | 00:52:46,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923MethodDeclarations.h +26 五月 2020 | 00:52:46,137 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_SharedUtils2666276944MethodDeclarations.h +26 五月 2020 | 00:52:46,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243.h +26 五月 2020 | 00:52:46,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584.h +26 五月 2020 | 00:52:46,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243MethodDeclarations.h +26 五月 2020 | 00:52:46,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_StaticTree2290192584MethodDeclarations.h +26 五月 2020 | 00:52:46,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314.h +26 五月 2020 | 00:52:46,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920.h +26 五月 2020 | 00:52:46,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314MethodDeclarations.h +26 五月 2020 | 00:52:46,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642MethodDeclarations.h +26 五月 2020 | 00:52:46,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZTree1042194920MethodDeclarations.h +26 五月 2020 | 00:52:46,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551.h +26 五月 2020 | 00:52:46,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762.h +26 五月 2020 | 00:52:46,144 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551MethodDeclarations.h +26 五月 2020 | 00:52:46,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050.h +26 五月 2020 | 00:52:46,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream3383394762MethodDeclarations.h +26 五月 2020 | 00:52:46,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290.h +26 五月 2020 | 00:52:46,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050MethodDeclarations.h +26 五月 2020 | 00:52:46,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526.h +26 五月 2020 | 00:52:46,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290MethodDeclarations.h +26 五月 2020 | 00:52:46,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360.h +26 五月 2020 | 00:52:46,147 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibBaseStream_3915258526MethodDeclarations.h +26 五月 2020 | 00:52:46,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806.h +26 五月 2020 | 00:52:46,148 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360MethodDeclarations.h +26 五月 2020 | 00:52:46,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627.h +26 五月 2020 | 00:52:46,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibCodec1899545627MethodDeclarations.h +26 五月 2020 | 00:52:46,150 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980.h +26 五月 2020 | 00:52:46,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980MethodDeclarations.h +26 五月 2020 | 00:52:46,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804.h +26 五月 2020 | 00:52:46,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868.h +26 五月 2020 | 00:52:46,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibException421852804MethodDeclarations.h +26 五月 2020 | 00:52:46,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868MethodDeclarations.h +26 五月 2020 | 00:52:46,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013.h +26 五月 2020 | 00:52:46,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Decompression_Zlib_ZlibStreamFlavor953065013MethodDeclarations.h +26 五月 2020 | 00:52:46,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806MethodDeclarations.h +26 五月 2020 | 00:52:46,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476.h +26 五月 2020 | 00:52:46,160 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476MethodDeclarations.h +26 五月 2020 | 00:52:46,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103.h +26 五月 2020 | 00:52:46,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103MethodDeclarations.h +26 五月 2020 | 00:52:46,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817.h +26 五月 2020 | 00:52:46,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817MethodDeclarations.h +26 五月 2020 | 00:52:46,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923.h +26 五月 2020 | 00:52:46,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979.h +26 五月 2020 | 00:52:46,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121.h +26 五月 2020 | 00:52:46,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923MethodDeclarations.h +26 五月 2020 | 00:52:46,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121MethodDeclarations.h +26 五月 2020 | 00:52:46,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243.h +26 五月 2020 | 00:52:46,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254.h +26 五月 2020 | 00:52:46,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243MethodDeclarations.h +26 五月 2020 | 00:52:46,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_ExceptionHelper2051805979MethodDeclarations.h +26 五月 2020 | 00:52:46,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254MethodDeclarations.h +26 五月 2020 | 00:52:46,173 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314.h +26 五月 2020 | 00:52:46,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096.h +26 五月 2020 | 00:52:46,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964.h +26 五月 2020 | 00:52:46,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314MethodDeclarations.h +26 五月 2020 | 00:52:46,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096MethodDeclarations.h +26 五月 2020 | 00:52:46,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions957788964MethodDeclarations.h +26 五月 2020 | 00:52:46,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182.h +26 五月 2020 | 00:52:46,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551.h +26 五月 2020 | 00:52:46,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551MethodDeclarations.h +26 五月 2020 | 00:52:46,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec330145182MethodDeclarations.h +26 五月 2020 | 00:52:46,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577.h +26 五月 2020 | 00:52:46,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290.h +26 五月 2020 | 00:52:46,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_Extensions_U3CU3Ec__Dis1204434577MethodDeclarations.h +26 五月 2020 | 00:52:46,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144.h +26 五月 2020 | 00:52:46,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeaderValue822462144MethodDeclarations.h +26 五月 2020 | 00:52:46,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290MethodDeclarations.h +26 五月 2020 | 00:52:46,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806.h +26 五月 2020 | 00:52:46,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806MethodDeclarations.h +26 五月 2020 | 00:52:46,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476.h +26 五月 2020 | 00:52:46,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476MethodDeclarations.h +26 五月 2020 | 00:52:46,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103.h +26 五月 2020 | 00:52:46,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103MethodDeclarations.h +26 五月 2020 | 00:52:46,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817.h +26 五月 2020 | 00:52:46,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324.h +26 五月 2020 | 00:52:46,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645.h +26 五月 2020 | 00:52:46,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817MethodDeclarations.h +26 五月 2020 | 00:52:46,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324MethodDeclarations.h +26 五月 2020 | 00:52:46,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_HeartbeatManager895236645MethodDeclarations.h +26 五月 2020 | 00:52:46,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121.h +26 五月 2020 | 00:52:46,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197.h +26 五月 2020 | 00:52:46,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642.h +26 五月 2020 | 00:52:46,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121MethodDeclarations.h +26 五月 2020 | 00:52:46,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197MethodDeclarations.h +26 五月 2020 | 00:52:46,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254.h +26 五月 2020 | 00:52:46,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887.h +26 五月 2020 | 00:52:46,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254MethodDeclarations.h +26 五月 2020 | 00:52:46,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887MethodDeclarations.h +26 五月 2020 | 00:52:46,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096.h +26 五月 2020 | 00:52:46,201 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096MethodDeclarations.h +26 五月 2020 | 00:52:46,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943.h +26 五月 2020 | 00:52:46,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943MethodDeclarations.h +26 五月 2020 | 00:52:46,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140.h +26 五月 2020 | 00:52:46,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324.h +26 五月 2020 | 00:52:46,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140MethodDeclarations.h +26 五月 2020 | 00:52:46,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324MethodDeclarations.h +26 五月 2020 | 00:52:46,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825.h +26 五月 2020 | 00:52:46,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197.h +26 五月 2020 | 00:52:46,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825MethodDeclarations.h +26 五月 2020 | 00:52:46,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197MethodDeclarations.h +26 五月 2020 | 00:52:46,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_KeyValuePairList1715528642MethodDeclarations.h +26 五月 2020 | 00:52:46,209 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296.h +26 五月 2020 | 00:52:46,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296MethodDeclarations.h +26 五月 2020 | 00:52:46,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009.h +26 五月 2020 | 00:52:46,213 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050.h +26 五月 2020 | 00:52:46,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009MethodDeclarations.h +26 五月 2020 | 00:52:46,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247.h +26 五月 2020 | 00:52:46,215 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPa1921593050MethodDeclarations.h +26 五月 2020 | 00:52:46,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247MethodDeclarations.h +26 五月 2020 | 00:52:46,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360.h +26 五月 2020 | 00:52:46,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967.h +26 五月 2020 | 00:52:46,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Extensions_WWWAuthenticateHeaderPar488224360MethodDeclarations.h +26 五月 2020 | 00:52:46,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967MethodDeclarations.h +26 五月 2020 | 00:52:46,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980.h +26 五月 2020 | 00:52:46,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369.h +26 五月 2020 | 00:52:46,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_FileConnection3022110980MethodDeclarations.h +26 五月 2020 | 00:52:46,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369MethodDeclarations.h +26 五月 2020 | 00:52:46,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868.h +26 五月 2020 | 00:52:46,222 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806.h +26 五月 2020 | 00:52:46,223 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFieldData605100868MethodDeclarations.h +26 五月 2020 | 00:52:46,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806MethodDeclarations.h +26 五月 2020 | 00:52:46,225 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735.h +26 五月 2020 | 00:52:46,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735MethodDeclarations.h +26 五月 2020 | 00:52:46,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470.h +26 五月 2020 | 00:52:46,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470MethodDeclarations.h +26 五月 2020 | 00:52:46,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613.h +26 五月 2020 | 00:52:46,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887.h +26 五月 2020 | 00:52:46,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613MethodDeclarations.h +26 五月 2020 | 00:52:46,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923.h +26 五月 2020 | 00:52:46,232 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887MethodDeclarations.h +26 五月 2020 | 00:52:46,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943.h +26 五月 2020 | 00:52:46,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormBase1912072923MethodDeclarations.h +26 五月 2020 | 00:52:46,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943MethodDeclarations.h +26 五月 2020 | 00:52:46,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243.h +26 五月 2020 | 00:52:46,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140.h +26 五月 2020 | 00:52:46,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPFormUsage2139743243MethodDeclarations.h +26 五月 2020 | 00:52:46,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314.h +26 五月 2020 | 00:52:46,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140MethodDeclarations.h +26 五月 2020 | 00:52:46,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPMultiPartForm2201706314MethodDeclarations.h +26 五月 2020 | 00:52:46,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825.h +26 五月 2020 | 00:52:46,239 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825MethodDeclarations.h +26 五月 2020 | 00:52:46,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296.h +26 五月 2020 | 00:52:46,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296MethodDeclarations.h +26 五月 2020 | 00:52:46,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009.h +26 五月 2020 | 00:52:46,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386.h +26 五月 2020 | 00:52:46,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551.h +26 五月 2020 | 00:52:46,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009MethodDeclarations.h +26 五月 2020 | 00:52:46,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386MethodDeclarations.h +26 五月 2020 | 00:52:46,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Forms_HTTPUrlEncodedForm2052977551MethodDeclarations.h +26 五月 2020 | 00:52:46,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247.h +26 五月 2020 | 00:52:46,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320.h +26 五月 2020 | 00:52:46,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247MethodDeclarations.h +26 五月 2020 | 00:52:46,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290.h +26 五月 2020 | 00:52:46,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320MethodDeclarations.h +26 五月 2020 | 00:52:46,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967.h +26 五月 2020 | 00:52:46,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection2777749290MethodDeclarations.h +26 五月 2020 | 00:52:46,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344.h +26 五月 2020 | 00:52:46,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967MethodDeclarations.h +26 五月 2020 | 00:52:46,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806.h +26 五月 2020 | 00:52:46,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344MethodDeclarations.h +26 五月 2020 | 00:52:46,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionRecycledDelegate3354195806MethodDeclarations.h +26 五月 2020 | 00:52:46,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211.h +26 五月 2020 | 00:52:46,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476.h +26 五月 2020 | 00:52:46,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211MethodDeclarations.h +26 五月 2020 | 00:52:46,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnectionStates1509261476MethodDeclarations.h +26 五月 2020 | 00:52:46,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018.h +26 五月 2020 | 00:52:46,255 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103.h +26 五月 2020 | 00:52:46,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369.h +26 五月 2020 | 00:52:46,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018MethodDeclarations.h +26 五月 2020 | 00:52:46,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPConnection_RetryCauses2210488103MethodDeclarations.h +26 五月 2020 | 00:52:46,316 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369MethodDeclarations.h +26 五月 2020 | 00:52:46,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249.h +26 五月 2020 | 00:52:46,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817.h +26 五月 2020 | 00:52:46,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249MethodDeclarations.h +26 五月 2020 | 00:52:46,318 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806.h +26 五月 2020 | 00:52:46,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager2983460817MethodDeclarations.h +26 五月 2020 | 00:52:46,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770.h +26 五月 2020 | 00:52:46,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806MethodDeclarations.h +26 五月 2020 | 00:52:46,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121.h +26 五月 2020 | 00:52:46,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770MethodDeclarations.h +26 五月 2020 | 00:52:46,321 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735.h +26 五月 2020 | 00:52:46,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011.h +26 五月 2020 | 00:52:46,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec3794464121MethodDeclarations.h +26 五月 2020 | 00:52:46,323 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735MethodDeclarations.h +26 五月 2020 | 00:52:46,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011MethodDeclarations.h +26 五月 2020 | 00:52:46,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254.h +26 五月 2020 | 00:52:46,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470.h +26 五月 2020 | 00:52:46,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091.h +26 五月 2020 | 00:52:46,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPManager_U3CU3Ec__DisplayClass54098407254MethodDeclarations.h +26 五月 2020 | 00:52:46,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470MethodDeclarations.h +26 五月 2020 | 00:52:46,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091MethodDeclarations.h +26 五月 2020 | 00:52:46,327 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613.h +26 五月 2020 | 00:52:46,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096.h +26 五月 2020 | 00:52:46,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPMethods178420096MethodDeclarations.h +26 五月 2020 | 00:52:46,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613MethodDeclarations.h +26 五月 2020 | 00:52:46,331 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656.h +26 五月 2020 | 00:52:46,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324.h +26 五月 2020 | 00:52:46,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656MethodDeclarations.h +26 五月 2020 | 00:52:46,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPProtocolFactory3310674324MethodDeclarations.h +26 五月 2020 | 00:52:46,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386.h +26 五月 2020 | 00:52:46,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:46,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197.h +26 五月 2020 | 00:52:46,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386MethodDeclarations.h +26 五月 2020 | 00:52:46,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:46,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRange1154458197MethodDeclarations.h +26 五月 2020 | 00:52:46,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320.h +26 五月 2020 | 00:52:46,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:46,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320MethodDeclarations.h +26 五月 2020 | 00:52:46,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344.h +26 五月 2020 | 00:52:46,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887.h +26 五月 2020 | 00:52:46,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344MethodDeclarations.h +26 五月 2020 | 00:52:46,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:46,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest138485887MethodDeclarations.h +26 五月 2020 | 00:52:46,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211.h +26 五月 2020 | 00:52:46,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545.h +26 五月 2020 | 00:52:46,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943.h +26 五月 2020 | 00:52:46,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545MethodDeclarations.h +26 五月 2020 | 00:52:46,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211MethodDeclarations.h +26 五月 2020 | 00:52:46,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequestStates63938943MethodDeclarations.h +26 五月 2020 | 00:52:46,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140.h +26 五月 2020 | 00:52:46,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018.h +26 五月 2020 | 00:52:46,345 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140.h +26 五月 2020 | 00:52:46,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140MethodDeclarations.h +26 五月 2020 | 00:52:46,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPRequest_U3CU3Ec__DisplayClass11367662140MethodDeclarations.h +26 五月 2020 | 00:52:46,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547.h +26 五月 2020 | 00:52:46,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018MethodDeclarations.h +26 五月 2020 | 00:52:46,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825.h +26 五月 2020 | 00:52:46,348 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547MethodDeclarations.h +26 五月 2020 | 00:52:46,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249.h +26 五月 2020 | 00:52:46,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPResponse62748825MethodDeclarations.h +26 五月 2020 | 00:52:46,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249MethodDeclarations.h +26 五月 2020 | 00:52:46,350 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767.h +26 五月 2020 | 00:52:46,351 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767MethodDeclarations.h +26 五月 2020 | 00:52:46,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296.h +26 五月 2020 | 00:52:46,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770.h +26 五月 2020 | 00:52:46,352 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626.h +26 五月 2020 | 00:52:46,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770MethodDeclarations.h +26 五月 2020 | 00:52:46,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_HTTPUpdateDelegator1331403296MethodDeclarations.h +26 五月 2020 | 00:52:46,353 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626MethodDeclarations.h +26 五月 2020 | 00:52:46,354 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011.h +26 五月 2020 | 00:52:46,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009.h +26 五月 2020 | 00:52:46,355 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847.h +26 五月 2020 | 00:52:46,356 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847MethodDeclarations.h +26 五月 2020 | 00:52:46,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011MethodDeclarations.h +26 五月 2020 | 00:52:46,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_DefaultLogger639890009MethodDeclarations.h +26 五月 2020 | 00:52:46,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091.h +26 五月 2020 | 00:52:46,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247.h +26 五月 2020 | 00:52:46,358 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972.h +26 五月 2020 | 00:52:46,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091MethodDeclarations.h +26 五月 2020 | 00:52:46,359 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972MethodDeclarations.h +26 五月 2020 | 00:52:46,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_Logger_Loglevels4278436247MethodDeclarations.h +26 五月 2020 | 00:52:46,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656.h +26 五月 2020 | 00:52:46,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460.h +26 五月 2020 | 00:52:46,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967.h +26 五月 2020 | 00:52:46,361 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460MethodDeclarations.h +26 五月 2020 | 00:52:46,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656MethodDeclarations.h +26 五月 2020 | 00:52:46,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnBeforeRedirectionDelegate290558967MethodDeclarations.h +26 五月 2020 | 00:52:46,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968.h +26 五月 2020 | 00:52:46,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:46,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968MethodDeclarations.h +26 五月 2020 | 00:52:46,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369.h +26 五月 2020 | 00:52:46,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:46,365 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814.h +26 五月 2020 | 00:52:46,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnDownloadProgressDelegate447146369MethodDeclarations.h +26 五月 2020 | 00:52:46,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814MethodDeclarations.h +26 五月 2020 | 00:52:46,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:46,367 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806.h +26 五月 2020 | 00:52:46,367 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482.h +26 五月 2020 | 00:52:46,368 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482MethodDeclarations.h +26 五月 2020 | 00:52:46,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnHeaderEnumerationDelegate3923304806MethodDeclarations.h +26 五月 2020 | 00:52:46,369 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:46,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083.h +26 五月 2020 | 00:52:46,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735.h +26 五月 2020 | 00:52:46,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545.h +26 五月 2020 | 00:52:46,371 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083MethodDeclarations.h +26 五月 2020 | 00:52:46,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545MethodDeclarations.h +26 五月 2020 | 00:52:46,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnRequestFinishedDelegate3180754735MethodDeclarations.h +26 五月 2020 | 00:52:46,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251.h +26 五月 2020 | 00:52:46,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140.h +26 五月 2020 | 00:52:46,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140MethodDeclarations.h +26 五月 2020 | 00:52:46,374 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470.h +26 五月 2020 | 00:52:46,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251MethodDeclarations.h +26 五月 2020 | 00:52:46,375 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547.h +26 五月 2020 | 00:52:46,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_OnUploadProgressDelegate3063766470MethodDeclarations.h +26 五月 2020 | 00:52:46,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258.h +26 五月 2020 | 00:52:46,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547MethodDeclarations.h +26 五月 2020 | 00:52:46,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258MethodDeclarations.h +26 五月 2020 | 00:52:46,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613.h +26 五月 2020 | 00:52:46,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767.h +26 五月 2020 | 00:52:46,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767MethodDeclarations.h +26 五月 2020 | 00:52:46,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702.h +26 五月 2020 | 00:52:46,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_2754098613MethodDeclarations.h +26 五月 2020 | 00:52:46,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626.h +26 五月 2020 | 00:52:46,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702MethodDeclarations.h +26 五月 2020 | 00:52:46,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626MethodDeclarations.h +26 五月 2020 | 00:52:46,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441.h +26 五月 2020 | 00:52:46,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847.h +26 五月 2020 | 00:52:46,383 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386.h +26 五月 2020 | 00:52:46,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441MethodDeclarations.h +26 五月 2020 | 00:52:46,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847MethodDeclarations.h +26 五月 2020 | 00:52:46,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_4173427386MethodDeclarations.h +26 五月 2020 | 00:52:46,385 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536.h +26 五月 2020 | 00:52:46,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972.h +26 五月 2020 | 00:52:46,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320.h +26 五月 2020 | 00:52:46,386 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972MethodDeclarations.h +26 五月 2020 | 00:52:46,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536MethodDeclarations.h +26 五月 2020 | 00:52:46,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_PlatformSupport_TcpClient_General_T742700320MethodDeclarations.h +26 五月 2020 | 00:52:46,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460.h +26 五月 2020 | 00:52:46,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344.h +26 五月 2020 | 00:52:46,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460MethodDeclarations.h +26 五月 2020 | 00:52:46,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699.h +26 五月 2020 | 00:52:46,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_EventSourceRespon2287402344MethodDeclarations.h +26 五月 2020 | 00:52:46,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968.h +26 五月 2020 | 00:52:46,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699MethodDeclarations.h +26 五月 2020 | 00:52:46,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968MethodDeclarations.h +26 五月 2020 | 00:52:46,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211.h +26 五月 2020 | 00:52:46,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877.h +26 五月 2020 | 00:52:46,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814.h +26 五月 2020 | 00:52:46,392 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_ServerSentEvents_Message1650395211MethodDeclarations.h +26 五月 2020 | 00:52:46,393 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814MethodDeclarations.h +26 五月 2020 | 00:52:46,393 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877MethodDeclarations.h +26 五月 2020 | 00:52:46,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018.h +26 五月 2020 | 00:52:46,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669.h +26 五月 2020 | 00:52:46,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482.h +26 五月 2020 | 00:52:46,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_StreamList3066109018MethodDeclarations.h +26 五月 2020 | 00:52:46,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482MethodDeclarations.h +26 五月 2020 | 00:52:46,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669MethodDeclarations.h +26 五月 2020 | 00:52:46,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249.h +26 五月 2020 | 00:52:46,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083.h +26 五月 2020 | 00:52:46,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_BestHTTP_SupportedProtocols1503488249MethodDeclarations.h +26 五月 2020 | 00:52:46,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083MethodDeclarations.h +26 五月 2020 | 00:52:46,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580.h +26 五月 2020 | 00:52:46,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770.h +26 五月 2020 | 00:52:46,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251.h +26 五月 2020 | 00:52:46,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580MethodDeclarations.h +26 五月 2020 | 00:52:46,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json4020371770MethodDeclarations.h +26 五月 2020 | 00:52:46,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251MethodDeclarations.h +26 五月 2020 | 00:52:46,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314.h +26 五月 2020 | 00:52:46,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011.h +26 五月 2020 | 00:52:46,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258.h +26 五月 2020 | 00:52:46,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314MethodDeclarations.h +26 五月 2020 | 00:52:46,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258MethodDeclarations.h +26 五月 2020 | 00:52:46,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser1915358011MethodDeclarations.h +26 五月 2020 | 00:52:46,404 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307.h +26 五月 2020 | 00:52:46,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702.h +26 五月 2020 | 00:52:46,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091.h +26 五月 2020 | 00:52:46,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307MethodDeclarations.h +26 五月 2020 | 00:52:46,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Parser_TOKEN2182318091MethodDeclarations.h +26 五月 2020 | 00:52:46,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702MethodDeclarations.h +26 五月 2020 | 00:52:46,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656.h +26 五月 2020 | 00:52:46,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441.h +26 五月 2020 | 00:52:46,407 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720.h +26 五月 2020 | 00:52:46,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_MiniJSON_Json_Serializer4088787656MethodDeclarations.h +26 五月 2020 | 00:52:46,409 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441MethodDeclarations.h +26 五月 2020 | 00:52:46,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720MethodDeclarations.h +26 五月 2020 | 00:52:46,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:46,410 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536.h +26 五月 2020 | 00:52:46,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:46,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536MethodDeclarations.h +26 五月 2020 | 00:52:46,412 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137.h +26 五月 2020 | 00:52:46,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699.h +26 五月 2020 | 00:52:46,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699MethodDeclarations.h +26 五月 2020 | 00:52:46,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877.h +26 五月 2020 | 00:52:46,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877MethodDeclarations.h +26 五月 2020 | 00:52:46,418 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669.h +26 五月 2020 | 00:52:46,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669MethodDeclarations.h +26 五月 2020 | 00:52:46,427 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E1486305137MethodDeclarations.h +26 五月 2020 | 00:52:46,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154.h +26 五月 2020 | 00:52:46,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580.h +26 五月 2020 | 00:52:46,430 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545.h +26 五月 2020 | 00:52:46,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1381760545MethodDeclarations.h +26 五月 2020 | 00:52:47,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154MethodDeclarations.h +26 五月 2020 | 00:52:47,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580MethodDeclarations.h +26 五月 2020 | 00:52:47,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140.h +26 五月 2020 | 00:52:47,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static1468992140MethodDeclarations.h +26 五月 2020 | 00:52:47,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314.h +26 五月 2020 | 00:52:47,019 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547.h +26 五月 2020 | 00:52:47,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314MethodDeclarations.h +26 五月 2020 | 00:52:47,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2067141547MethodDeclarations.h +26 五月 2020 | 00:52:47,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307.h +26 五月 2020 | 00:52:47,021 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767.h +26 五月 2020 | 00:52:47,022 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static2497549767MethodDeclarations.h +26 五月 2020 | 00:52:47,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307MethodDeclarations.h +26 五月 2020 | 00:52:47,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626.h +26 五月 2020 | 00:52:47,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3074030626MethodDeclarations.h +26 五月 2020 | 00:52:47,025 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847.h +26 五月 2020 | 00:52:47,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3304074847MethodDeclarations.h +26 五月 2020 | 00:52:47,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972.h +26 五月 2020 | 00:52:47,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3512265972MethodDeclarations.h +26 五月 2020 | 00:52:47,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460.h +26 五月 2020 | 00:52:47,029 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3653428460MethodDeclarations.h +26 五月 2020 | 00:52:47,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968.h +26 五月 2020 | 00:52:47,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___Static3794590968MethodDeclarations.h +26 五月 2020 | 00:52:47,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814.h +26 五月 2020 | 00:52:47,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA445903814MethodDeclarations.h +26 五月 2020 | 00:52:47,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482.h +26 五月 2020 | 00:52:47,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA575191482MethodDeclarations.h +26 五月 2020 | 00:52:47,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083.h +26 五月 2020 | 00:52:47,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_U3CPrivateImplementationDetailsU3E___StaticA662423083MethodDeclarations.h +26 五月 2020 | 00:52:47,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251.h +26 五月 2020 | 00:52:47,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ByteArray606664251MethodDeclarations.h +26 五月 2020 | 00:52:47,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258.h +26 五月 2020 | 00:52:47,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ConnectionProtocol3527911258MethodDeclarations.h +26 五月 2020 | 00:52:47,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702.h +26 五月 2020 | 00:52:47,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Event3939417702MethodDeclarations.h +26 五月 2020 | 00:52:47,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441.h +26 五月 2020 | 00:52:47,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_EventDispatcher274629441MethodDeclarations.h +26 五月 2020 | 00:52:47,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536.h +26 五月 2020 | 00:52:47,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_FileHead2162218536MethodDeclarations.h +26 五月 2020 | 00:52:47,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699.h +26 五月 2020 | 00:52:47,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_FilePack201936005699MethodDeclarations.h +26 五月 2020 | 00:52:47,053 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877.h +26 五月 2020 | 00:52:47,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient2611671877MethodDeclarations.h +26 五月 2020 | 00:52:47,056 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669.h +26 五月 2020 | 00:52:47,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720.h +26 五月 2020 | 00:52:47,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl2877652669MethodDeclarations.h +26 五月 2020 | 00:52:47,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748.h +26 五月 2020 | 00:52:47,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720MethodDeclarations.h +26 五月 2020 | 00:52:47,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580.h +26 五月 2020 | 00:52:47,071 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748MethodDeclarations.h +26 五月 2020 | 00:52:47,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCl3616964580MethodDeclarations.h +26 五月 2020 | 00:52:47,073 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034.h +26 五月 2020 | 00:52:47,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314.h +26 五月 2020 | 00:52:47,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034MethodDeclarations.h +26 五月 2020 | 00:52:47,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_HttpClient_U3CU3Ec__DisplayCla148769314MethodDeclarations.h +26 五月 2020 | 00:52:47,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264.h +26 五月 2020 | 00:52:47,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264MethodDeclarations.h +26 五月 2020 | 00:52:47,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307.h +26 五月 2020 | 00:52:47,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723.h +26 五月 2020 | 00:52:47,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_IEventListener2158039307MethodDeclarations.h +26 五月 2020 | 00:52:47,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723MethodDeclarations.h +26 五月 2020 | 00:52:47,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682.h +26 五月 2020 | 00:52:47,117 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720.h +26 五月 2020 | 00:52:47,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_IOHandler3708640720MethodDeclarations.h +26 五月 2020 | 00:52:47,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154.h +26 五月 2020 | 00:52:47,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682MethodDeclarations.h +26 五月 2020 | 00:52:47,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154MethodDeclarations.h +26 五月 2020 | 00:52:47,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886.h +26 五月 2020 | 00:52:47,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154.h +26 五月 2020 | 00:52:47,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ISocket28016154MethodDeclarations.h +26 五月 2020 | 00:52:47,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748.h +26 五月 2020 | 00:52:47,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748MethodDeclarations.h +26 五月 2020 | 00:52:47,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034.h +26 五月 2020 | 00:52:47,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034MethodDeclarations.h +26 五月 2020 | 00:52:47,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264.h +26 五月 2020 | 00:52:47,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264MethodDeclarations.h +26 五月 2020 | 00:52:47,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723.h +26 五月 2020 | 00:52:47,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723MethodDeclarations.h +26 五月 2020 | 00:52:47,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682.h +26 五月 2020 | 00:52:47,226 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886MethodDeclarations.h +26 五月 2020 | 00:52:47,226 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748.h +26 五月 2020 | 00:52:47,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682MethodDeclarations.h +26 五月 2020 | 00:52:47,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_LagMonitor2259389748MethodDeclarations.h +26 五月 2020 | 00:52:47,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200.h +26 五月 2020 | 00:52:47,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200MethodDeclarations.h +26 五月 2020 | 00:52:47,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034.h +26 五月 2020 | 00:52:47,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998.h +26 五月 2020 | 00:52:47,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Logger4270250034MethodDeclarations.h +26 五月 2020 | 00:52:47,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998MethodDeclarations.h +26 五月 2020 | 00:52:47,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264.h +26 五月 2020 | 00:52:47,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_LoggerLevel1384167264MethodDeclarations.h +26 五月 2020 | 00:52:47,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933.h +26 五月 2020 | 00:52:47,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933MethodDeclarations.h +26 五月 2020 | 00:52:47,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723.h +26 五月 2020 | 00:52:47,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054.h +26 五月 2020 | 00:52:47,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Message1107395723MethodDeclarations.h +26 五月 2020 | 00:52:47,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054MethodDeclarations.h +26 五月 2020 | 00:52:47,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682.h +26 五月 2020 | 00:52:47,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529.h +26 五月 2020 | 00:52:47,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529MethodDeclarations.h +26 五月 2020 | 00:52:47,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836.h +26 五月 2020 | 00:52:47,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836MethodDeclarations.h +26 五月 2020 | 00:52:47,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568.h +26 五月 2020 | 00:52:47,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568MethodDeclarations.h +26 五月 2020 | 00:52:47,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476.h +26 五月 2020 | 00:52:47,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476MethodDeclarations.h +26 五月 2020 | 00:52:47,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852.h +26 五月 2020 | 00:52:47,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852MethodDeclarations.h +26 五月 2020 | 00:52:47,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847.h +26 五月 2020 | 00:52:47,255 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847MethodDeclarations.h +26 五月 2020 | 00:52:47,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047.h +26 五月 2020 | 00:52:47,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047MethodDeclarations.h +26 五月 2020 | 00:52:47,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962.h +26 五月 2020 | 00:52:47,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962MethodDeclarations.h +26 五月 2020 | 00:52:47,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_MessageResponse279317682MethodDeclarations.h +26 五月 2020 | 00:52:47,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886.h +26 五月 2020 | 00:52:47,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886MethodDeclarations.h +26 五月 2020 | 00:52:47,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475.h +26 五月 2020 | 00:52:47,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475MethodDeclarations.h +26 五月 2020 | 00:52:47,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200.h +26 五月 2020 | 00:52:47,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200MethodDeclarations.h +26 五月 2020 | 00:52:47,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998.h +26 五月 2020 | 00:52:47,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998MethodDeclarations.h +26 五月 2020 | 00:52:47,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933.h +26 五月 2020 | 00:52:47,284 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933MethodDeclarations.h +26 五月 2020 | 00:52:47,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054.h +26 五月 2020 | 00:52:47,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054MethodDeclarations.h +26 五月 2020 | 00:52:47,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529.h +26 五月 2020 | 00:52:47,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886.h +26 五月 2020 | 00:52:47,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263.h +26 五月 2020 | 00:52:47,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529MethodDeclarations.h +26 五月 2020 | 00:52:47,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263MethodDeclarations.h +26 五月 2020 | 00:52:47,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836.h +26 五月 2020 | 00:52:47,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_NetManager1162762886MethodDeclarations.h +26 五月 2020 | 00:52:47,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754.h +26 五月 2020 | 00:52:47,327 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200.h +26 五月 2020 | 00:52:47,328 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_PackMode2405659200MethodDeclarations.h +26 五月 2020 | 00:52:47,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754MethodDeclarations.h +26 五月 2020 | 00:52:47,329 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998.h +26 五月 2020 | 00:52:47,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534.h +26 五月 2020 | 00:52:47,330 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_Packet3078088998MethodDeclarations.h +26 五月 2020 | 00:52:47,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534MethodDeclarations.h +26 五月 2020 | 00:52:47,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933.h +26 五月 2020 | 00:52:47,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389.h +26 五月 2020 | 00:52:47,332 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836MethodDeclarations.h +26 五月 2020 | 00:52:47,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_PacketReadState2650119933MethodDeclarations.h +26 五月 2020 | 00:52:47,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389MethodDeclarations.h +26 五月 2020 | 00:52:47,334 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054.h +26 五月 2020 | 00:52:47,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287.h +26 五月 2020 | 00:52:47,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketCode3157636054MethodDeclarations.h +26 五月 2020 | 00:52:47,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529.h +26 五月 2020 | 00:52:47,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287MethodDeclarations.h +26 五月 2020 | 00:52:47,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723.h +26 五月 2020 | 00:52:47,376 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568.h +26 五月 2020 | 00:52:47,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568MethodDeclarations.h +26 五月 2020 | 00:52:47,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723MethodDeclarations.h +26 五月 2020 | 00:52:47,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine1925131529MethodDeclarations.h +26 五月 2020 | 00:52:47,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476.h +26 五月 2020 | 00:52:47,380 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993.h +26 五月 2020 | 00:52:47,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836.h +26 五月 2020 | 00:52:47,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476MethodDeclarations.h +26 五月 2020 | 00:52:47,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852.h +26 五月 2020 | 00:52:47,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852MethodDeclarations.h +26 五月 2020 | 00:52:47,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847.h +26 五月 2020 | 00:52:47,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847MethodDeclarations.h +26 五月 2020 | 00:52:47,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047.h +26 五月 2020 | 00:52:47,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047MethodDeclarations.h +26 五月 2020 | 00:52:47,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962.h +26 五月 2020 | 00:52:47,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962MethodDeclarations.h +26 五月 2020 | 00:52:47,429 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993MethodDeclarations.h +26 五月 2020 | 00:52:47,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketEngine_U3CU3Ec__Display3352463836MethodDeclarations.h +26 五月 2020 | 00:52:47,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957.h +26 五月 2020 | 00:52:47,480 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475.h +26 五月 2020 | 00:52:47,480 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568.h +26 五月 2020 | 00:52:47,480 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957MethodDeclarations.h +26 五月 2020 | 00:52:47,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketState3835812568MethodDeclarations.h +26 五月 2020 | 00:52:47,483 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475MethodDeclarations.h +26 五月 2020 | 00:52:47,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476.h +26 五月 2020 | 00:52:47,487 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp1975536476MethodDeclarations.h +26 五月 2020 | 00:52:47,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852.h +26 五月 2020 | 00:52:47,491 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SocketTcp_U3CU3Ec__DisplayCla2108713852MethodDeclarations.h +26 五月 2020 | 00:52:47,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847.h +26 五月 2020 | 00:52:47,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController624743847MethodDeclarations.h +26 五月 2020 | 00:52:47,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047.h +26 五月 2020 | 00:52:47,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis1097628047MethodDeclarations.h +26 五月 2020 | 00:52:47,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962.h +26 五月 2020 | 00:52:47,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_SystemController_U3CU3Ec__Dis2226927962MethodDeclarations.h +26 五月 2020 | 00:52:47,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475.h +26 五月 2020 | 00:52:47,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855.h +26 五月 2020 | 00:52:47,546 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263.h +26 五月 2020 | 00:52:47,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TArray457252475MethodDeclarations.h +26 五月 2020 | 00:52:47,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855MethodDeclarations.h +26 五月 2020 | 00:52:47,549 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263MethodDeclarations.h +26 五月 2020 | 00:52:47,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636.h +26 五月 2020 | 00:52:47,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754.h +26 五月 2020 | 00:52:47,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636MethodDeclarations.h +26 五月 2020 | 00:52:47,553 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754MethodDeclarations.h +26 五月 2020 | 00:52:47,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763.h +26 五月 2020 | 00:52:47,555 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534.h +26 五月 2020 | 00:52:47,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534MethodDeclarations.h +26 五月 2020 | 00:52:47,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763MethodDeclarations.h +26 五月 2020 | 00:52:47,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263.h +26 五月 2020 | 00:52:47,557 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389.h +26 五月 2020 | 00:52:47,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TArrayLite2294708263MethodDeclarations.h +26 五月 2020 | 00:52:47,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,559 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389MethodDeclarations.h +26 五月 2020 | 00:52:47,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754.h +26 五月 2020 | 00:52:47,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701.h +26 五月 2020 | 00:52:47,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataSerializer585053754MethodDeclarations.h +26 五月 2020 | 00:52:47,561 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701MethodDeclarations.h +26 五月 2020 | 00:52:47,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534.h +26 五月 2020 | 00:52:47,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768.h +26 五月 2020 | 00:52:47,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataType2372691534MethodDeclarations.h +26 五月 2020 | 00:52:47,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768MethodDeclarations.h +26 五月 2020 | 00:52:47,564 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389.h +26 五月 2020 | 00:52:47,565 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing.unity_ArrayTypes.h +26 五月 2020 | 00:52:47,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TDataWrapper677372389MethodDeclarations.h +26 五月 2020 | 00:52:47,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004.h +26 五月 2020 | 00:52:47,568 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004MethodDeclarations.h +26 五月 2020 | 00:52:47,569 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068.h +26 五月 2020 | 00:52:47,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068MethodDeclarations.h +26 五月 2020 | 00:52:47,571 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984.h +26 五月 2020 | 00:52:47,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984MethodDeclarations.h +26 五月 2020 | 00:52:47,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057.h +26 五月 2020 | 00:52:47,612 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057MethodDeclarations.h +26 五月 2020 | 00:52:47,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287.h +26 五月 2020 | 00:52:47,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287.h +26 五月 2020 | 00:52:47,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712.h +26 五月 2020 | 00:52:47,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287MethodDeclarations.h +26 五月 2020 | 00:52:47,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TObject2845982287MethodDeclarations.h +26 五月 2020 | 00:52:47,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712MethodDeclarations.h +26 五月 2020 | 00:52:47,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259.h +26 五月 2020 | 00:52:47,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259MethodDeclarations.h +26 五月 2020 | 00:52:47,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253.h +26 五月 2020 | 00:52:47,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253MethodDeclarations.h +26 五月 2020 | 00:52:47,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325.h +26 五月 2020 | 00:52:47,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325MethodDeclarations.h +26 五月 2020 | 00:52:47,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329.h +26 五月 2020 | 00:52:47,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329MethodDeclarations.h +26 五月 2020 | 00:52:47,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825.h +26 五月 2020 | 00:52:47,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825MethodDeclarations.h +26 五月 2020 | 00:52:47,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782.h +26 五月 2020 | 00:52:47,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782MethodDeclarations.h +26 五月 2020 | 00:52:47,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254.h +26 五月 2020 | 00:52:47,631 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254MethodDeclarations.h +26 五月 2020 | 00:52:47,632 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311.h +26 五月 2020 | 00:52:47,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311MethodDeclarations.h +26 五月 2020 | 00:52:47,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832.h +26 五月 2020 | 00:52:47,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832MethodDeclarations.h +26 五月 2020 | 00:52:47,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834.h +26 五月 2020 | 00:52:47,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834MethodDeclarations.h +26 五月 2020 | 00:52:47,637 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738.h +26 五月 2020 | 00:52:47,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738MethodDeclarations.h +26 五月 2020 | 00:52:47,639 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744.h +26 五月 2020 | 00:52:47,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744MethodDeclarations.h +26 五月 2020 | 00:52:47,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246.h +26 五月 2020 | 00:52:47,642 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246MethodDeclarations.h +26 五月 2020 | 00:52:47,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791.h +26 五月 2020 | 00:52:47,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791MethodDeclarations.h +26 五月 2020 | 00:52:47,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750.h +26 五月 2020 | 00:52:47,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750MethodDeclarations.h +26 五月 2020 | 00:52:47,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721.h +26 五月 2020 | 00:52:47,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721MethodDeclarations.h +26 五月 2020 | 00:52:47,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725.h +26 五月 2020 | 00:52:47,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725MethodDeclarations.h +26 五月 2020 | 00:52:47,650 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729.h +26 五月 2020 | 00:52:47,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729MethodDeclarations.h +26 五月 2020 | 00:52:47,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793.h +26 五月 2020 | 00:52:47,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793MethodDeclarations.h +26 五月 2020 | 00:52:47,670 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723.h +26 五月 2020 | 00:52:47,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795.h +26 五月 2020 | 00:52:47,671 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723.h +26 五月 2020 | 00:52:47,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795MethodDeclarations.h +26 五月 2020 | 00:52:47,672 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723MethodDeclarations.h +26 五月 2020 | 00:52:47,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TObjectLite2961881723MethodDeclarations.h +26 五月 2020 | 00:52:47,673 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993.h +26 五月 2020 | 00:52:47,674 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993.h +26 五月 2020 | 00:52:47,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803.h +26 五月 2020 | 00:52:47,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993MethodDeclarations.h +26 五月 2020 | 00:52:47,754 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient1232325993MethodDeclarations.h +26 五月 2020 | 00:52:47,757 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803MethodDeclarations.h +26 五月 2020 | 00:52:47,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957.h +26 五月 2020 | 00:52:47,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957.h +26 五月 2020 | 00:52:47,761 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912.h +26 五月 2020 | 00:52:47,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912MethodDeclarations.h +26 五月 2020 | 00:52:47,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957MethodDeclarations.h +26 五月 2020 | 00:52:47,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_TaurusClient_U3CU3Ec__Display2308284957MethodDeclarations.h +26 五月 2020 | 00:52:47,769 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855.h +26 五月 2020 | 00:52:47,769 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855.h +26 五月 2020 | 00:52:47,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246.h +26 五月 2020 | 00:52:47,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246MethodDeclarations.h +26 五月 2020 | 00:52:47,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855MethodDeclarations.h +26 五月 2020 | 00:52:47,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager608669855MethodDeclarations.h +26 五月 2020 | 00:52:47,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250.h +26 五月 2020 | 00:52:47,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250MethodDeclarations.h +26 五月 2020 | 00:52:47,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659.h +26 五月 2020 | 00:52:47,780 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659MethodDeclarations.h +26 五月 2020 | 00:52:47,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291.h +26 五月 2020 | 00:52:47,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291MethodDeclarations.h +26 五月 2020 | 00:52:47,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865.h +26 五月 2020 | 00:52:47,787 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865MethodDeclarations.h +26 五月 2020 | 00:52:47,789 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314.h +26 五月 2020 | 00:52:47,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314MethodDeclarations.h +26 五月 2020 | 00:52:47,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479.h +26 五月 2020 | 00:52:47,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479MethodDeclarations.h +26 五月 2020 | 00:52:47,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483.h +26 五月 2020 | 00:52:47,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483MethodDeclarations.h +26 五月 2020 | 00:52:47,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487.h +26 五月 2020 | 00:52:47,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487MethodDeclarations.h +26 五月 2020 | 00:52:47,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416.h +26 五月 2020 | 00:52:47,799 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416MethodDeclarations.h +26 五月 2020 | 00:52:47,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364.h +26 五月 2020 | 00:52:47,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364MethodDeclarations.h +26 五月 2020 | 00:52:47,819 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636.h +26 五月 2020 | 00:52:47,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636.h +26 五月 2020 | 00:52:47,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636MethodDeclarations.h +26 五月 2020 | 00:52:47,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_taurus_client_ThreadManager_MessgaeThread1074428636MethodDeclarations.h +26 五月 2020 | 00:52:47,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270.h +26 五月 2020 | 00:52:47,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270MethodDeclarations.h +26 五月 2020 | 00:52:47,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763.h +26 五月 2020 | 00:52:47,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763.h +26 五月 2020 | 00:52:47,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763MethodDeclarations.h +26 五月 2020 | 00:52:47,823 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_Debugger1289882763MethodDeclarations.h +26 五月 2020 | 00:52:47,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274.h +26 五月 2020 | 00:52:47,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274MethodDeclarations.h +26 五月 2020 | 00:52:47,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,824 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276.h +26 五月 2020 | 00:52:47,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276MethodDeclarations.h +26 五月 2020 | 00:52:47,826 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701.h +26 五月 2020 | 00:52:47,828 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701.h +26 五月 2020 | 00:52:47,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472.h +26 五月 2020 | 00:52:47,828 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701MethodDeclarations.h +26 五月 2020 | 00:52:47,829 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472MethodDeclarations.h +26 五月 2020 | 00:52:47,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity921250701MethodDeclarations.h +26 五月 2020 | 00:52:47,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768.h +26 五月 2020 | 00:52:47,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656.h +26 五月 2020 | 00:52:47,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768.h +26 五月 2020 | 00:52:47,831 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768MethodDeclarations.h +26 五月 2020 | 00:52:47,832 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656MethodDeclarations.h +26 五月 2020 | 00:52:47,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\taurus_unity_taurus_unity_TaurusUnity_U3CU3Ec4094182768MethodDeclarations.h +26 五月 2020 | 00:52:47,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing.unity_ArrayTypes.h +26 五月 2020 | 00:52:47,833 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing.unity_ArrayTypes.h +26 五月 2020 | 00:52:47,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004.h +26 五月 2020 | 00:52:47,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004.h +26 五月 2020 | 00:52:47,835 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004MethodDeclarations.h +26 五月 2020 | 00:52:47,836 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger2546052004MethodDeclarations.h +26 五月 2020 | 00:52:47,836 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068.h +26 五月 2020 | 00:52:47,837 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068.h +26 五月 2020 | 00:52:47,838 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068MethodDeclarations.h +26 五月 2020 | 00:52:47,838 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Base10BigInteger_Dig1268320068MethodDeclarations.h +26 五月 2020 | 00:52:47,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984.h +26 五月 2020 | 00:52:47,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984.h +26 五月 2020 | 00:52:47,840 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984MethodDeclarations.h +26 五月 2020 | 00:52:47,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger696041984MethodDeclarations.h +26 五月 2020 | 00:52:47,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250.h +26 五月 2020 | 00:52:47,902 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057.h +26 五月 2020 | 00:52:47,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057.h +26 五月 2020 | 00:52:47,904 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250MethodDeclarations.h +26 五月 2020 | 00:52:47,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057MethodDeclarations.h +26 五月 2020 | 00:52:47,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigIntegerException2945564057MethodDeclarations.h +26 五月 2020 | 00:52:47,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850.h +26 五月 2020 | 00:52:47,906 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712.h +26 五月 2020 | 00:52:47,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850MethodDeclarations.h +26 五月 2020 | 00:52:47,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712.h +26 五月 2020 | 00:52:47,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712MethodDeclarations.h +26 五月 2020 | 00:52:47,910 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330.h +26 五月 2020 | 00:52:47,911 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_BigInteger_DigitContai44655712MethodDeclarations.h +26 五月 2020 | 00:52:47,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259.h +26 五月 2020 | 00:52:47,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259MethodDeclarations.h +26 五月 2020 | 00:52:47,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330MethodDeclarations.h +26 五月 2020 | 00:52:47,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259.h +26 五月 2020 | 00:52:47,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_BigIntegerLibrary_Sign3838320259MethodDeclarations.h +26 五月 2020 | 00:52:47,915 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356.h +26 五月 2020 | 00:52:47,915 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,917 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214.h +26 五月 2020 | 00:52:47,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356MethodDeclarations.h +26 五月 2020 | 00:52:47,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253.h +26 五月 2020 | 00:52:47,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CModuleU3E3783534214MethodDeclarations.h +26 五月 2020 | 00:52:47,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253MethodDeclarations.h +26 五月 2020 | 00:52:47,919 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437.h +26 五月 2020 | 00:52:47,920 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253.h +26 五月 2020 | 00:52:47,921 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325.h +26 五月 2020 | 00:52:47,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437MethodDeclarations.h +26 五月 2020 | 00:52:47,921 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1599499253MethodDeclarations.h +26 五月 2020 | 00:52:47,922 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325MethodDeclarations.h +26 五月 2020 | 00:52:47,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383.h +26 五月 2020 | 00:52:47,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325.h +26 五月 2020 | 00:52:47,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329.h +26 五月 2020 | 00:52:47,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003325MethodDeclarations.h +26 五月 2020 | 00:52:47,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329MethodDeclarations.h +26 五月 2020 | 00:52:47,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383MethodDeclarations.h +26 五月 2020 | 00:52:47,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329.h +26 五月 2020 | 00:52:47,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825.h +26 五月 2020 | 00:52:47,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1671003329MethodDeclarations.h +26 五月 2020 | 00:52:47,928 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825MethodDeclarations.h +26 五月 2020 | 00:52:47,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825.h +26 五月 2020 | 00:52:47,930 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782.h +26 五月 2020 | 00:52:47,931 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC1812165825MethodDeclarations.h +26 五月 2020 | 00:52:47,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782MethodDeclarations.h +26 五月 2020 | 00:52:47,932 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782.h +26 五月 2020 | 00:52:47,932 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254.h +26 五月 2020 | 00:52:47,933 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2002783782MethodDeclarations.h +26 五月 2020 | 00:52:47,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254MethodDeclarations.h +26 五月 2020 | 00:52:47,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254.h +26 五月 2020 | 00:52:47,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311.h +26 五月 2020 | 00:52:47,935 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2180421254MethodDeclarations.h +26 五月 2020 | 00:52:47,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311MethodDeclarations.h +26 五月 2020 | 00:52:47,936 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311.h +26 五月 2020 | 00:52:47,936 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832.h +26 五月 2020 | 00:52:47,937 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2406068311MethodDeclarations.h +26 五月 2020 | 00:52:47,937 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832MethodDeclarations.h +26 五月 2020 | 00:52:47,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832.h +26 五月 2020 | 00:52:47,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834.h +26 五月 2020 | 00:52:47,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834MethodDeclarations.h +26 五月 2020 | 00:52:47,939 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352832MethodDeclarations.h +26 五月 2020 | 00:52:47,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738.h +26 五月 2020 | 00:52:47,941 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834.h +26 五月 2020 | 00:52:47,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738MethodDeclarations.h +26 五月 2020 | 00:52:47,942 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2809352834MethodDeclarations.h +26 五月 2020 | 00:52:47,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744.h +26 五月 2020 | 00:52:47,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738.h +26 五月 2020 | 00:52:47,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744MethodDeclarations.h +26 五月 2020 | 00:52:47,943 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802738MethodDeclarations.h +26 五月 2020 | 00:52:47,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246.h +26 五月 2020 | 00:52:47,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744.h +26 五月 2020 | 00:52:47,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246MethodDeclarations.h +26 五月 2020 | 00:52:47,945 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2833802744MethodDeclarations.h +26 五月 2020 | 00:52:47,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791.h +26 五月 2020 | 00:52:47,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246.h +26 五月 2020 | 00:52:47,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791MethodDeclarations.h +26 五月 2020 | 00:52:47,948 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC2974965246MethodDeclarations.h +26 五月 2020 | 00:52:47,949 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750.h +26 五月 2020 | 00:52:47,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791.h +26 五月 2020 | 00:52:47,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750MethodDeclarations.h +26 五月 2020 | 00:52:47,950 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3075721791MethodDeclarations.h +26 五月 2020 | 00:52:47,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721.h +26 五月 2020 | 00:52:47,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750.h +26 五月 2020 | 00:52:47,952 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721MethodDeclarations.h +26 五月 2020 | 00:52:47,952 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3116127750MethodDeclarations.h +26 五月 2020 | 00:52:47,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725.h +26 五月 2020 | 00:52:47,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721.h +26 五月 2020 | 00:52:47,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725MethodDeclarations.h +26 五月 2020 | 00:52:47,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867721MethodDeclarations.h +26 五月 2020 | 00:52:47,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729.h +26 五月 2020 | 00:52:47,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725.h +26 五月 2020 | 00:52:47,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729MethodDeclarations.h +26 五月 2020 | 00:52:47,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867725MethodDeclarations.h +26 五月 2020 | 00:52:47,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793.h +26 五月 2020 | 00:52:47,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729.h +26 五月 2020 | 00:52:47,958 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793MethodDeclarations.h +26 五月 2020 | 00:52:47,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3568867729MethodDeclarations.h +26 五月 2020 | 00:52:47,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793.h +26 五月 2020 | 00:52:47,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371793MethodDeclarations.h +26 五月 2020 | 00:52:48,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795.h +26 五月 2020 | 00:52:48,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795.h +26 五月 2020 | 00:52:48,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327.h +26 五月 2020 | 00:52:48,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795MethodDeclarations.h +26 五月 2020 | 00:52:48,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371795MethodDeclarations.h +26 五月 2020 | 00:52:48,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327MethodDeclarations.h +26 五月 2020 | 00:52:48,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771.h +26 五月 2020 | 00:52:48,147 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771MethodDeclarations.h +26 五月 2020 | 00:52:48,184 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803.h +26 五月 2020 | 00:52:48,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803.h +26 五月 2020 | 00:52:48,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895.h +26 五月 2020 | 00:52:48,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803MethodDeclarations.h +26 五月 2020 | 00:52:48,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3640371803MethodDeclarations.h +26 五月 2020 | 00:52:48,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895MethodDeclarations.h +26 五月 2020 | 00:52:48,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912.h +26 五月 2020 | 00:52:48,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912.h +26 五月 2020 | 00:52:48,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912MethodDeclarations.h +26 五月 2020 | 00:52:48,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3721870912MethodDeclarations.h +26 五月 2020 | 00:52:48,197 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731.h +26 五月 2020 | 00:52:48,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246.h +26 五月 2020 | 00:52:48,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246.h +26 五月 2020 | 00:52:48,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731MethodDeclarations.h +26 五月 2020 | 00:52:48,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246MethodDeclarations.h +26 五月 2020 | 00:52:48,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152246MethodDeclarations.h +26 五月 2020 | 00:52:48,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079.h +26 五月 2020 | 00:52:48,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250.h +26 五月 2020 | 00:52:48,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250.h +26 五月 2020 | 00:52:48,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250MethodDeclarations.h +26 五月 2020 | 00:52:48,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC3972152250MethodDeclarations.h +26 五月 2020 | 00:52:48,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079MethodDeclarations.h +26 五月 2020 | 00:52:48,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659.h +26 五月 2020 | 00:52:48,214 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659.h +26 五月 2020 | 00:52:48,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553.h +26 五月 2020 | 00:52:48,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659MethodDeclarations.h +26 五月 2020 | 00:52:48,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC4137764659MethodDeclarations.h +26 五月 2020 | 00:52:48,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291.h +26 五月 2020 | 00:52:48,219 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291.h +26 五月 2020 | 00:52:48,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291MethodDeclarations.h +26 五月 2020 | 00:52:48,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8352215291MethodDeclarations.h +26 五月 2020 | 00:52:48,224 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865.h +26 五月 2020 | 00:52:48,225 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865MethodDeclarations.h +26 五月 2020 | 00:52:48,227 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314.h +26 五月 2020 | 00:52:48,228 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865.h +26 五月 2020 | 00:52:48,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314MethodDeclarations.h +26 五月 2020 | 00:52:48,229 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8474879865MethodDeclarations.h +26 五月 2020 | 00:52:48,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479.h +26 五月 2020 | 00:52:48,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479MethodDeclarations.h +26 五月 2020 | 00:52:48,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314.h +26 五月 2020 | 00:52:48,232 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8533415314MethodDeclarations.h +26 五月 2020 | 00:52:48,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483.h +26 五月 2020 | 00:52:48,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479.h +26 五月 2020 | 00:52:48,234 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483MethodDeclarations.h +26 五月 2020 | 00:52:48,234 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469479MethodDeclarations.h +26 五月 2020 | 00:52:48,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487.h +26 五月 2020 | 00:52:48,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483.h +26 五月 2020 | 00:52:48,236 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487MethodDeclarations.h +26 五月 2020 | 00:52:48,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469483MethodDeclarations.h +26 五月 2020 | 00:52:48,237 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416.h +26 五月 2020 | 00:52:48,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487.h +26 五月 2020 | 00:52:48,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416MethodDeclarations.h +26 五月 2020 | 00:52:48,239 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8580469487MethodDeclarations.h +26 五月 2020 | 00:52:48,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364.h +26 五月 2020 | 00:52:48,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553MethodDeclarations.h +26 五月 2020 | 00:52:48,241 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364MethodDeclarations.h +26 五月 2020 | 00:52:48,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416.h +26 五月 2020 | 00:52:48,242 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8649366416MethodDeclarations.h +26 五月 2020 | 00:52:48,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270.h +26 五月 2020 | 00:52:48,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364.h +26 五月 2020 | 00:52:48,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270MethodDeclarations.h +26 五月 2020 | 00:52:48,244 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8839984364MethodDeclarations.h +26 五月 2020 | 00:52:48,244 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274.h +26 五月 2020 | 00:52:48,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270.h +26 五月 2020 | 00:52:48,245 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274MethodDeclarations.h +26 五月 2020 | 00:52:48,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434270MethodDeclarations.h +26 五月 2020 | 00:52:48,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276.h +26 五月 2020 | 00:52:48,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274.h +26 五月 2020 | 00:52:48,247 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276MethodDeclarations.h +26 五月 2020 | 00:52:48,248 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434274MethodDeclarations.h +26 五月 2020 | 00:52:48,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472.h +26 五月 2020 | 00:52:48,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472MethodDeclarations.h +26 五月 2020 | 00:52:48,249 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276.h +26 五月 2020 | 00:52:48,250 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8864434276MethodDeclarations.h +26 五月 2020 | 00:52:48,250 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656.h +26 五月 2020 | 00:52:48,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472.h +26 五月 2020 | 00:52:48,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_U3CPrivateImplementationDetailsU3EU7BC8896662472MethodDeclarations.h +26 五月 2020 | 00:52:48,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656.h +26 五月 2020 | 00:52:48,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656.h +26 五月 2020 | 00:52:48,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656MethodDeclarations.h +26 五月 2020 | 00:52:48,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656MethodDeclarations.h +26 五月 2020 | 00:52:48,289 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_AztecWriter1286297656MethodDeclarations.h +26 五月 2020 | 00:52:48,290 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282.h +26 五月 2020 | 00:52:48,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282MethodDeclarations.h +26 五月 2020 | 00:52:48,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150.h +26 五月 2020 | 00:52:48,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150MethodDeclarations.h +26 五月 2020 | 00:52:48,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165.h +26 五月 2020 | 00:52:48,331 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250.h +26 五月 2020 | 00:52:48,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250.h +26 五月 2020 | 00:52:48,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165MethodDeclarations.h +26 五月 2020 | 00:52:48,334 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250MethodDeclarations.h +26 五月 2020 | 00:52:48,335 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_AztecCode354955250MethodDeclarations.h +26 五月 2020 | 00:52:48,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431.h +26 五月 2020 | 00:52:48,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850.h +26 五月 2020 | 00:52:48,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850.h +26 五月 2020 | 00:52:48,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850MethodDeclarations.h +26 五月 2020 | 00:52:48,342 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_BinaryShiftToken3327025850MethodDeclarations.h +26 五月 2020 | 00:52:48,344 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330.h +26 五月 2020 | 00:52:48,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330.h +26 五月 2020 | 00:52:48,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330MethodDeclarations.h +26 五月 2020 | 00:52:48,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Encoder1247839330MethodDeclarations.h +26 五月 2020 | 00:52:48,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356.h +26 五月 2020 | 00:52:48,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356.h +26 五月 2020 | 00:52:48,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356MethodDeclarations.h +26 五月 2020 | 00:52:48,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_HighLevelEncoder1126936356MethodDeclarations.h +26 五月 2020 | 00:52:48,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437.h +26 五月 2020 | 00:52:48,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437.h +26 五月 2020 | 00:52:48,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437MethodDeclarations.h +26 五月 2020 | 00:52:48,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_SimpleToken4136746437MethodDeclarations.h +26 五月 2020 | 00:52:48,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383.h +26 五月 2020 | 00:52:48,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383.h +26 五月 2020 | 00:52:48,365 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383MethodDeclarations.h +26 五月 2020 | 00:52:48,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_State3901431383MethodDeclarations.h +26 五月 2020 | 00:52:48,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431MethodDeclarations.h +26 五月 2020 | 00:52:48,386 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306.h +26 五月 2020 | 00:52:48,389 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306MethodDeclarations.h +26 五月 2020 | 00:52:48,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327.h +26 五月 2020 | 00:52:48,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327.h +26 五月 2020 | 00:52:48,392 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468.h +26 五月 2020 | 00:52:48,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327MethodDeclarations.h +26 五月 2020 | 00:52:48,395 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Aztec_Internal_Token2092136327MethodDeclarations.h +26 五月 2020 | 00:52:48,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468MethodDeclarations.h +26 五月 2020 | 00:52:48,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771.h +26 五月 2020 | 00:52:48,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247.h +26 五月 2020 | 00:52:48,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771.h +26 五月 2020 | 00:52:48,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771MethodDeclarations.h +26 五月 2020 | 00:52:48,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeFormat1545966771MethodDeclarations.h +26 五月 2020 | 00:52:48,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247MethodDeclarations.h +26 五月 2020 | 00:52:48,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895.h +26 五月 2020 | 00:52:48,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895.h +26 五月 2020 | 00:52:48,436 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478.h +26 五月 2020 | 00:52:48,440 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895MethodDeclarations.h +26 五月 2020 | 00:52:48,440 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriter3381030895MethodDeclarations.h +26 五月 2020 | 00:52:48,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478MethodDeclarations.h +26 五月 2020 | 00:52:48,445 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731.h +26 五月 2020 | 00:52:48,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731.h +26 五月 2020 | 00:52:48,450 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731MethodDeclarations.h +26 五月 2020 | 00:52:48,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen2306560731MethodDeclarations.h +26 五月 2020 | 00:52:48,455 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079.h +26 五月 2020 | 00:52:48,456 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079.h +26 五月 2020 | 00:52:48,461 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079MethodDeclarations.h +26 五月 2020 | 00:52:48,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_BarcodeWriterGeneric_1_gen670764079MethodDeclarations.h +26 五月 2020 | 00:52:48,465 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553.h +26 五月 2020 | 00:52:48,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553.h +26 五月 2020 | 00:52:48,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553MethodDeclarations.h +26 五月 2020 | 00:52:48,473 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Color32Renderer880264553MethodDeclarations.h +26 五月 2020 | 00:52:48,477 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415.h +26 五月 2020 | 00:52:48,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415MethodDeclarations.h +26 五月 2020 | 00:52:48,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656.h +26 五月 2020 | 00:52:48,486 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656MethodDeclarations.h +26 五月 2020 | 00:52:48,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282.h +26 五月 2020 | 00:52:48,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282MethodDeclarations.h +26 五月 2020 | 00:52:48,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150.h +26 五月 2020 | 00:52:48,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150MethodDeclarations.h +26 五月 2020 | 00:52:48,501 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165.h +26 五月 2020 | 00:52:48,503 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165MethodDeclarations.h +26 五月 2020 | 00:52:48,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431.h +26 五月 2020 | 00:52:48,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738.h +26 五月 2020 | 00:52:48,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656.h +26 五月 2020 | 00:52:48,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431MethodDeclarations.h +26 五月 2020 | 00:52:48,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738MethodDeclarations.h +26 五月 2020 | 00:52:48,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitArray3002403656MethodDeclarations.h +26 五月 2020 | 00:52:48,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306.h +26 五月 2020 | 00:52:48,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306MethodDeclarations.h +26 五月 2020 | 00:52:48,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282.h +26 五月 2020 | 00:52:48,535 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468.h +26 五月 2020 | 00:52:48,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_BitMatrix2228854282MethodDeclarations.h +26 五月 2020 | 00:52:48,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468MethodDeclarations.h +26 五月 2020 | 00:52:48,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150.h +26 五月 2020 | 00:52:48,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247.h +26 五月 2020 | 00:52:48,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_CharacterSetECI3463845150MethodDeclarations.h +26 五月 2020 | 00:52:48,542 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247MethodDeclarations.h +26 五月 2020 | 00:52:48,542 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165.h +26 五月 2020 | 00:52:48,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ECI4080142165MethodDeclarations.h +26 五月 2020 | 00:52:48,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431.h +26 五月 2020 | 00:52:48,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478.h +26 五月 2020 | 00:52:48,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_EncodingOptions2519420431MethodDeclarations.h +26 五月 2020 | 00:52:48,577 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478MethodDeclarations.h +26 五月 2020 | 00:52:48,578 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306.h +26 五月 2020 | 00:52:48,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGF2812999306MethodDeclarations.h +26 五月 2020 | 00:52:48,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415.h +26 五月 2020 | 00:52:48,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468.h +26 五月 2020 | 00:52:48,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697.h +26 五月 2020 | 00:52:48,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415MethodDeclarations.h +26 五月 2020 | 00:52:48,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_GenericGFPoly3801123468MethodDeclarations.h +26 五月 2020 | 00:52:48,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247.h +26 五月 2020 | 00:52:48,591 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Common_ReedSolomon_ReedSolomonEn2525691247MethodDeclarations.h +26 五月 2020 | 00:52:48,640 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478.h +26 五月 2020 | 00:52:48,640 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738.h +26 五月 2020 | 00:52:48,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738MethodDeclarations.h +26 五月 2020 | 00:52:48,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697MethodDeclarations.h +26 五月 2020 | 00:52:48,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_DataMatrixWriter4198257478MethodDeclarations.h +26 五月 2020 | 00:52:48,697 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672.h +26 五月 2020 | 00:52:48,698 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415.h +26 五月 2020 | 00:52:48,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672MethodDeclarations.h +26 五月 2020 | 00:52:48,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ASCIIEncoder3116686415MethodDeclarations.h +26 五月 2020 | 00:52:48,706 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808.h +26 五月 2020 | 00:52:48,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808MethodDeclarations.h +26 五月 2020 | 00:52:48,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246.h +26 五月 2020 | 00:52:48,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738.h +26 五月 2020 | 00:52:48,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697.h +26 五月 2020 | 00:52:48,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_Base256Encoder489617738MethodDeclarations.h +26 五月 2020 | 00:52:48,749 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246MethodDeclarations.h +26 五月 2020 | 00:52:48,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689.h +26 五月 2020 | 00:52:48,758 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689MethodDeclarations.h +26 五月 2020 | 00:52:48,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308.h +26 五月 2020 | 00:52:48,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308MethodDeclarations.h +26 五月 2020 | 00:52:48,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697MethodDeclarations.h +26 五月 2020 | 00:52:48,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070.h +26 五月 2020 | 00:52:48,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070MethodDeclarations.h +26 五月 2020 | 00:52:48,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958.h +26 五月 2020 | 00:52:48,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958MethodDeclarations.h +26 五月 2020 | 00:52:48,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672.h +26 五月 2020 | 00:52:48,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697.h +26 五月 2020 | 00:52:48,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728.h +26 五月 2020 | 00:52:48,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728MethodDeclarations.h +26 五月 2020 | 00:52:48,815 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672MethodDeclarations.h +26 五月 2020 | 00:52:48,820 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808.h +26 五月 2020 | 00:52:48,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808MethodDeclarations.h +26 五月 2020 | 00:52:48,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085.h +26 五月 2020 | 00:52:48,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_C40Encoder589542697MethodDeclarations.h +26 五月 2020 | 00:52:48,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085MethodDeclarations.h +26 五月 2020 | 00:52:49,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672.h +26 五月 2020 | 00:52:49,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823.h +26 五月 2020 | 00:52:49,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DataMatrixSymb897470672MethodDeclarations.h +26 五月 2020 | 00:52:49,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246.h +26 五月 2020 | 00:52:49,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808.h +26 五月 2020 | 00:52:49,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246MethodDeclarations.h +26 五月 2020 | 00:52:49,066 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823MethodDeclarations.h +26 五月 2020 | 00:52:49,069 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689.h +26 五月 2020 | 00:52:49,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_DefaultPlaceme368540808MethodDeclarations.h +26 五月 2020 | 00:52:49,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650.h +26 五月 2020 | 00:52:49,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689MethodDeclarations.h +26 五月 2020 | 00:52:49,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308.h +26 五月 2020 | 00:52:49,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308MethodDeclarations.h +26 五月 2020 | 00:52:49,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070.h +26 五月 2020 | 00:52:49,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070MethodDeclarations.h +26 五月 2020 | 00:52:49,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958.h +26 五月 2020 | 00:52:49,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958MethodDeclarations.h +26 五月 2020 | 00:52:49,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728.h +26 五月 2020 | 00:52:49,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728MethodDeclarations.h +26 五月 2020 | 00:52:49,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650MethodDeclarations.h +26 五月 2020 | 00:52:49,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246.h +26 五月 2020 | 00:52:49,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085.h +26 五月 2020 | 00:52:49,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953.h +26 五月 2020 | 00:52:49,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085MethodDeclarations.h +26 五月 2020 | 00:52:49,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EdifactEncode2655819246MethodDeclarations.h +26 五月 2020 | 00:52:49,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953MethodDeclarations.h +26 五月 2020 | 00:52:49,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689.h +26 五月 2020 | 00:52:49,210 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823.h +26 五月 2020 | 00:52:49,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_EncoderContext704725689MethodDeclarations.h +26 五月 2020 | 00:52:49,214 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823MethodDeclarations.h +26 五月 2020 | 00:52:49,216 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308.h +26 五月 2020 | 00:52:49,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_ErrorCorrecti1488611308MethodDeclarations.h +26 五月 2020 | 00:52:49,226 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650.h +26 五月 2020 | 00:52:49,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070.h +26 五月 2020 | 00:52:49,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086.h +26 五月 2020 | 00:52:49,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_HighLevelEnco3124557070MethodDeclarations.h +26 五月 2020 | 00:52:49,270 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086MethodDeclarations.h +26 五月 2020 | 00:52:49,272 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958.h +26 五月 2020 | 00:52:49,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677.h +26 五月 2020 | 00:52:49,273 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolInfo3759876958MethodDeclarations.h +26 五月 2020 | 00:52:49,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677MethodDeclarations.h +26 五月 2020 | 00:52:49,274 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728.h +26 五月 2020 | 00:52:49,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349.h +26 五月 2020 | 00:52:49,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_SymbolShapeHin402495728MethodDeclarations.h +26 五月 2020 | 00:52:49,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349MethodDeclarations.h +26 五月 2020 | 00:52:49,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199.h +26 五月 2020 | 00:52:49,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199MethodDeclarations.h +26 五月 2020 | 00:52:49,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767.h +26 五月 2020 | 00:52:49,280 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767MethodDeclarations.h +26 五月 2020 | 00:52:49,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409.h +26 五月 2020 | 00:52:49,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409MethodDeclarations.h +26 五月 2020 | 00:52:49,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545.h +26 五月 2020 | 00:52:49,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545MethodDeclarations.h +26 五月 2020 | 00:52:49,286 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776.h +26 五月 2020 | 00:52:49,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650MethodDeclarations.h +26 五月 2020 | 00:52:49,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085.h +26 五月 2020 | 00:52:49,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776MethodDeclarations.h +26 五月 2020 | 00:52:49,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953.h +26 五月 2020 | 00:52:49,319 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_TextEncoder2180934085MethodDeclarations.h +26 五月 2020 | 00:52:49,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953MethodDeclarations.h +26 五月 2020 | 00:52:49,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823.h +26 五月 2020 | 00:52:49,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596.h +26 五月 2020 | 00:52:49,376 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596MethodDeclarations.h +26 五月 2020 | 00:52:49,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Datamatrix_Encoder_X12Encoder4172513823MethodDeclarations.h +26 五月 2020 | 00:52:49,378 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340.h +26 五月 2020 | 00:52:49,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650.h +26 五月 2020 | 00:52:49,379 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340MethodDeclarations.h +26 五月 2020 | 00:52:49,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086.h +26 五月 2020 | 00:52:49,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420.h +26 五月 2020 | 00:52:49,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086MethodDeclarations.h +26 五月 2020 | 00:52:49,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420MethodDeclarations.h +26 五月 2020 | 00:52:49,453 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677.h +26 五月 2020 | 00:52:49,454 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677MethodDeclarations.h +26 五月 2020 | 00:52:49,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_Dimension2368259650MethodDeclarations.h +26 五月 2020 | 00:52:49,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417.h +26 五月 2020 | 00:52:49,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417MethodDeclarations.h +26 五月 2020 | 00:52:49,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953.h +26 五月 2020 | 00:52:49,463 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349.h +26 五月 2020 | 00:52:49,464 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_EncodeHintType2294636953MethodDeclarations.h +26 五月 2020 | 00:52:49,464 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349MethodDeclarations.h +26 五月 2020 | 00:52:49,466 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199.h +26 五月 2020 | 00:52:49,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199MethodDeclarations.h +26 五月 2020 | 00:52:49,468 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767.h +26 五月 2020 | 00:52:49,469 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767MethodDeclarations.h +26 五月 2020 | 00:52:49,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409.h +26 五月 2020 | 00:52:49,471 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409MethodDeclarations.h +26 五月 2020 | 00:52:49,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545.h +26 五月 2020 | 00:52:49,473 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545MethodDeclarations.h +26 五月 2020 | 00:52:49,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086.h +26 五月 2020 | 00:52:49,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776.h +26 五月 2020 | 00:52:49,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967.h +26 五月 2020 | 00:52:49,537 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967MethodDeclarations.h +26 五月 2020 | 00:52:49,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776MethodDeclarations.h +26 五月 2020 | 00:52:49,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596.h +26 五月 2020 | 00:52:49,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_FormatException1926266086MethodDeclarations.h +26 五月 2020 | 00:52:49,594 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925.h +26 五月 2020 | 00:52:49,595 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596MethodDeclarations.h +26 五月 2020 | 00:52:49,599 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925MethodDeclarations.h +26 五月 2020 | 00:52:49,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677.h +26 五月 2020 | 00:52:49,600 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340.h +26 五月 2020 | 00:52:49,603 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056.h +26 五月 2020 | 00:52:49,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_MultiFormatWriter514332677MethodDeclarations.h +26 五月 2020 | 00:52:49,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340MethodDeclarations.h +26 五月 2020 | 00:52:49,606 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349.h +26 五月 2020 | 00:52:49,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarReader3411925349MethodDeclarations.h +26 五月 2020 | 00:52:49,610 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199.h +26 五月 2020 | 00:52:49,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_CodaBarWriter2075827199MethodDeclarations.h +26 五月 2020 | 00:52:49,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767.h +26 五月 2020 | 00:52:49,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Reader1812921767MethodDeclarations.h +26 五月 2020 | 00:52:49,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409.h +26 五月 2020 | 00:52:49,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer1793163409MethodDeclarations.h +26 五月 2020 | 00:52:49,621 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545.h +26 五月 2020 | 00:52:49,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code128Writer_CType1981468545MethodDeclarations.h +26 五月 2020 | 00:52:49,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776.h +26 五月 2020 | 00:52:49,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420.h +26 五月 2020 | 00:52:49,649 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Reader2603810776MethodDeclarations.h +26 五月 2020 | 00:52:49,649 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420MethodDeclarations.h +26 五月 2020 | 00:52:49,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056MethodDeclarations.h +26 五月 2020 | 00:52:49,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392.h +26 五月 2020 | 00:52:49,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392MethodDeclarations.h +26 五月 2020 | 00:52:49,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882.h +26 五月 2020 | 00:52:49,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882MethodDeclarations.h +26 五月 2020 | 00:52:49,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314.h +26 五月 2020 | 00:52:49,660 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314MethodDeclarations.h +26 五月 2020 | 00:52:49,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389.h +26 五月 2020 | 00:52:49,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389MethodDeclarations.h +26 五月 2020 | 00:52:49,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195.h +26 五月 2020 | 00:52:49,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596.h +26 五月 2020 | 00:52:49,718 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417.h +26 五月 2020 | 00:52:49,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code39Writer1369446596MethodDeclarations.h +26 五月 2020 | 00:52:49,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195MethodDeclarations.h +26 五月 2020 | 00:52:49,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340.h +26 五月 2020 | 00:52:49,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882.h +26 五月 2020 | 00:52:49,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417MethodDeclarations.h +26 五月 2020 | 00:52:49,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Reader860512340MethodDeclarations.h +26 五月 2020 | 00:52:49,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882MethodDeclarations.h +26 五月 2020 | 00:52:49,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967.h +26 五月 2020 | 00:52:49,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967MethodDeclarations.h +26 五月 2020 | 00:52:49,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772.h +26 五月 2020 | 00:52:49,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772MethodDeclarations.h +26 五月 2020 | 00:52:49,732 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485.h +26 五月 2020 | 00:52:49,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485MethodDeclarations.h +26 五月 2020 | 00:52:49,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925.h +26 五月 2020 | 00:52:49,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299.h +26 五月 2020 | 00:52:49,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420.h +26 五月 2020 | 00:52:49,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925MethodDeclarations.h +26 五月 2020 | 00:52:49,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_Code93Writer176989420MethodDeclarations.h +26 五月 2020 | 00:52:49,800 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299MethodDeclarations.h +26 五月 2020 | 00:52:49,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056.h +26 五月 2020 | 00:52:49,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304.h +26 五月 2020 | 00:52:49,863 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417.h +26 五月 2020 | 00:52:49,863 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056MethodDeclarations.h +26 五月 2020 | 00:52:49,868 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Reader958903417MethodDeclarations.h +26 五月 2020 | 00:52:49,868 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392.h +26 五月 2020 | 00:52:49,873 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392MethodDeclarations.h +26 五月 2020 | 00:52:49,877 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882.h +26 五月 2020 | 00:52:49,881 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882MethodDeclarations.h +26 五月 2020 | 00:52:49,885 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314.h +26 五月 2020 | 00:52:49,889 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314MethodDeclarations.h +26 五月 2020 | 00:52:49,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389.h +26 五月 2020 | 00:52:49,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967.h +26 五月 2020 | 00:52:49,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304MethodDeclarations.h +26 五月 2020 | 00:52:49,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389MethodDeclarations.h +26 五月 2020 | 00:52:49,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN13Writer2594367967MethodDeclarations.h +26 五月 2020 | 00:52:49,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925.h +26 五月 2020 | 00:52:49,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288.h +26 五月 2020 | 00:52:49,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_EAN8Writer4059899925MethodDeclarations.h +26 五月 2020 | 00:52:49,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288MethodDeclarations.h +26 五月 2020 | 00:52:49,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056.h +26 五月 2020 | 00:52:49,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307.h +26 五月 2020 | 00:52:49,978 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307MethodDeclarations.h +26 五月 2020 | 00:52:49,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195.h +26 五月 2020 | 00:52:49,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195MethodDeclarations.h +26 五月 2020 | 00:52:49,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882.h +26 五月 2020 | 00:52:49,982 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882MethodDeclarations.h +26 五月 2020 | 00:52:49,984 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772.h +26 五月 2020 | 00:52:49,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772MethodDeclarations.h +26 五月 2020 | 00:52:49,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485.h +26 五月 2020 | 00:52:49,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485MethodDeclarations.h +26 五月 2020 | 00:52:49,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFReader1834518056MethodDeclarations.h +26 五月 2020 | 00:52:49,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392.h +26 五月 2020 | 00:52:49,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_ITFWriter1976909392MethodDeclarations.h +26 五月 2020 | 00:52:49,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882.h +26 五月 2020 | 00:52:49,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIReader1746215882MethodDeclarations.h +26 五月 2020 | 00:52:49,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314.h +26 五月 2020 | 00:52:49,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_MSIWriter4211620314MethodDeclarations.h +26 五月 2020 | 00:52:50,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389.h +26 五月 2020 | 00:52:50,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299.h +26 五月 2020 | 00:52:50,072 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544.h +26 五月 2020 | 00:52:50,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDReader2190887389MethodDeclarations.h +26 五月 2020 | 00:52:50,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299MethodDeclarations.h +26 五月 2020 | 00:52:50,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544MethodDeclarations.h +26 五月 2020 | 00:52:50,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304.h +26 五月 2020 | 00:52:50,075 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393.h +26 五月 2020 | 00:52:50,076 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393MethodDeclarations.h +26 五月 2020 | 00:52:50,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285.h +26 五月 2020 | 00:52:50,078 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285MethodDeclarations.h +26 五月 2020 | 00:52:50,079 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574.h +26 五月 2020 | 00:52:50,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574MethodDeclarations.h +26 五月 2020 | 00:52:50,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660.h +26 五月 2020 | 00:52:50,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660MethodDeclarations.h +26 五月 2020 | 00:52:50,084 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494.h +26 五月 2020 | 00:52:50,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494MethodDeclarations.h +26 五月 2020 | 00:52:50,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558.h +26 五月 2020 | 00:52:50,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558MethodDeclarations.h +26 五月 2020 | 00:52:50,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649.h +26 五月 2020 | 00:52:50,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649MethodDeclarations.h +26 五月 2020 | 00:52:50,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713.h +26 五月 2020 | 00:52:50,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713MethodDeclarations.h +26 五月 2020 | 00:52:50,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573.h +26 五月 2020 | 00:52:50,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573MethodDeclarations.h +26 五月 2020 | 00:52:50,096 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682.h +26 五月 2020 | 00:52:50,097 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682MethodDeclarations.h +26 五月 2020 | 00:52:50,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510.h +26 五月 2020 | 00:52:50,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195.h +26 五月 2020 | 00:52:50,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304MethodDeclarations.h +26 五月 2020 | 00:52:50,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_OneDimensionalCodeWriter2267726195MethodDeclarations.h +26 五月 2020 | 00:52:50,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882.h +26 五月 2020 | 00:52:50,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_PlesseyWriter1172189882MethodDeclarations.h +26 五月 2020 | 00:52:50,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772.h +26 五月 2020 | 00:52:50,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCAWriter1425105772MethodDeclarations.h +26 五月 2020 | 00:52:50,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485.h +26 五月 2020 | 00:52:50,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANReader3113288485MethodDeclarations.h +26 五月 2020 | 00:52:50,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288.h +26 五月 2020 | 00:52:50,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510MethodDeclarations.h +26 五月 2020 | 00:52:50,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299.h +26 五月 2020 | 00:52:50,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946.h +26 五月 2020 | 00:52:50,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288MethodDeclarations.h +26 五月 2020 | 00:52:50,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEANWriter3121502299MethodDeclarations.h +26 五月 2020 | 00:52:50,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307.h +26 五月 2020 | 00:52:50,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946MethodDeclarations.h +26 五月 2020 | 00:52:50,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304.h +26 五月 2020 | 00:52:50,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307MethodDeclarations.h +26 五月 2020 | 00:52:50,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999.h +26 五月 2020 | 00:52:50,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999MethodDeclarations.h +26 五月 2020 | 00:52:50,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921.h +26 五月 2020 | 00:52:50,211 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921MethodDeclarations.h +26 五月 2020 | 00:52:50,213 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292.h +26 五月 2020 | 00:52:50,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292MethodDeclarations.h +26 五月 2020 | 00:52:50,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204.h +26 五月 2020 | 00:52:50,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204MethodDeclarations.h +26 五月 2020 | 00:52:50,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544.h +26 五月 2020 | 00:52:50,266 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544MethodDeclarations.h +26 五月 2020 | 00:52:50,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393.h +26 五月 2020 | 00:52:50,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393MethodDeclarations.h +26 五月 2020 | 00:52:50,270 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285.h +26 五月 2020 | 00:52:50,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285MethodDeclarations.h +26 五月 2020 | 00:52:50,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574.h +26 五月 2020 | 00:52:50,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574MethodDeclarations.h +26 五月 2020 | 00:52:50,275 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660.h +26 五月 2020 | 00:52:50,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEReader2659330304MethodDeclarations.h +26 五月 2020 | 00:52:50,277 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886.h +26 五月 2020 | 00:52:50,278 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660MethodDeclarations.h +26 五月 2020 | 00:52:50,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886MethodDeclarations.h +26 五月 2020 | 00:52:50,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494.h +26 五月 2020 | 00:52:50,281 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494MethodDeclarations.h +26 五月 2020 | 00:52:50,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798.h +26 五月 2020 | 00:52:50,282 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558.h +26 五月 2020 | 00:52:50,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558MethodDeclarations.h +26 五月 2020 | 00:52:50,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649.h +26 五月 2020 | 00:52:50,286 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649MethodDeclarations.h +26 五月 2020 | 00:52:50,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713.h +26 五月 2020 | 00:52:50,289 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713MethodDeclarations.h +26 五月 2020 | 00:52:50,290 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573.h +26 五月 2020 | 00:52:50,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573MethodDeclarations.h +26 五月 2020 | 00:52:50,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682.h +26 五月 2020 | 00:52:50,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682MethodDeclarations.h +26 五月 2020 | 00:52:50,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510.h +26 五月 2020 | 00:52:50,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288.h +26 五月 2020 | 00:52:50,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510MethodDeclarations.h +26 五月 2020 | 00:52:50,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_OneD_UPCEWriter1424962288MethodDeclarations.h +26 五月 2020 | 00:52:50,339 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798MethodDeclarations.h +26 五月 2020 | 00:52:50,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307.h +26 五月 2020 | 00:52:50,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837.h +26 五月 2020 | 00:52:50,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeMatrix2227168307MethodDeclarations.h +26 五月 2020 | 00:52:50,342 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837MethodDeclarations.h +26 五月 2020 | 00:52:50,394 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946.h +26 五月 2020 | 00:52:50,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544.h +26 五月 2020 | 00:52:50,396 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_BarcodeRow3641895544MethodDeclarations.h +26 五月 2020 | 00:52:50,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946MethodDeclarations.h +26 五月 2020 | 00:52:50,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905.h +26 五月 2020 | 00:52:50,397 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393.h +26 五月 2020 | 00:52:50,397 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999.h +26 五月 2020 | 00:52:50,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905MethodDeclarations.h +26 五月 2020 | 00:52:50,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Compaction1311455393MethodDeclarations.h +26 五月 2020 | 00:52:50,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999MethodDeclarations.h +26 五月 2020 | 00:52:50,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285.h +26 五月 2020 | 00:52:50,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921.h +26 五月 2020 | 00:52:50,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_Dimensions42461285MethodDeclarations.h +26 五月 2020 | 00:52:50,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921MethodDeclarations.h +26 五月 2020 | 00:52:50,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574.h +26 五月 2020 | 00:52:50,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292.h +26 五月 2020 | 00:52:50,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF4172266072574MethodDeclarations.h +26 五月 2020 | 00:52:50,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660.h +26 五月 2020 | 00:52:50,405 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre3140139660MethodDeclarations.h +26 五月 2020 | 00:52:50,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494.h +26 五月 2020 | 00:52:50,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417ErrorCorre4112898494MethodDeclarations.h +26 五月 2020 | 00:52:50,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558.h +26 五月 2020 | 00:52:50,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_Internal_PDF417HighLevelE2607110558MethodDeclarations.h +26 五月 2020 | 00:52:50,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649.h +26 五月 2020 | 00:52:50,411 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_PDF417_PDF417Writer583617649MethodDeclarations.h +26 五月 2020 | 00:52:50,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713.h +26 五月 2020 | 00:52:50,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_BlockPair3386535713MethodDeclarations.h +26 五月 2020 | 00:52:50,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573.h +26 五月 2020 | 00:52:50,416 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ByteMatrix788474573MethodDeclarations.h +26 五月 2020 | 00:52:50,418 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682.h +26 五月 2020 | 00:52:50,419 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Encoder3374823682MethodDeclarations.h +26 五月 2020 | 00:52:50,420 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510.h +26 五月 2020 | 00:52:50,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422.h +26 五月 2020 | 00:52:50,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_ErrorCorrectionL4167290510MethodDeclarations.h +26 五月 2020 | 00:52:50,458 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292MethodDeclarations.h +26 五月 2020 | 00:52:50,459 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422MethodDeclarations.h +26 五月 2020 | 00:52:50,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204.h +26 五月 2020 | 00:52:50,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333.h +26 五月 2020 | 00:52:50,462 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333MethodDeclarations.h +26 五月 2020 | 00:52:50,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204MethodDeclarations.h +26 五月 2020 | 00:52:50,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946.h +26 五月 2020 | 00:52:50,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158.h +26 五月 2020 | 00:52:50,528 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886.h +26 五月 2020 | 00:52:50,530 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MaskUtil2820350946MethodDeclarations.h +26 五月 2020 | 00:52:50,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158MethodDeclarations.h +26 五月 2020 | 00:52:50,530 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886MethodDeclarations.h +26 五月 2020 | 00:52:50,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999.h +26 五月 2020 | 00:52:50,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798.h +26 五月 2020 | 00:52:50,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_MatrixUtil2512512999MethodDeclarations.h +26 五月 2020 | 00:52:50,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921.h +26 五月 2020 | 00:52:50,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Mode3932825921MethodDeclarations.h +26 五月 2020 | 00:52:50,536 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798MethodDeclarations.h +26 五月 2020 | 00:52:50,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292.h +26 五月 2020 | 00:52:50,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837.h +26 五月 2020 | 00:52:50,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837MethodDeclarations.h +26 五月 2020 | 00:52:50,593 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905.h +26 五月 2020 | 00:52:50,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_QRCode3568314292MethodDeclarations.h +26 五月 2020 | 00:52:50,659 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905MethodDeclarations.h +26 五月 2020 | 00:52:50,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204.h +26 五月 2020 | 00:52:50,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version3104514204MethodDeclarations.h +26 五月 2020 | 00:52:50,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422.h +26 五月 2020 | 00:52:50,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886.h +26 五月 2020 | 00:52:50,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422MethodDeclarations.h +26 五月 2020 | 00:52:50,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECB3461037886MethodDeclarations.h +26 五月 2020 | 00:52:50,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333.h +26 五月 2020 | 00:52:50,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798.h +26 五月 2020 | 00:52:50,724 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333MethodDeclarations.h +26 五月 2020 | 00:52:50,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_Internal_Version_ECBlocks1506801798MethodDeclarations.h +26 五月 2020 | 00:52:50,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158.h +26 五月 2020 | 00:52:50,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158MethodDeclarations.h +26 五月 2020 | 00:52:50,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837.h +26 五月 2020 | 00:52:50,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QRCodeWriter3381717837MethodDeclarations.h +26 五月 2020 | 00:52:50,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905.h +26 五月 2020 | 00:52:50,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_QrCode_QrCodeEncodingOptions3799851905MethodDeclarations.h +26 五月 2020 | 00:52:50,874 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422.h +26 五月 2020 | 00:52:50,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_ReaderException1659913422MethodDeclarations.h +26 五月 2020 | 00:52:50,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333.h +26 五月 2020 | 00:52:50,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_SupportClass2460644333MethodDeclarations.h +26 五月 2020 | 00:52:50,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158.h +26 五月 2020 | 00:52:50,954 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Native\zxing_unity_ZXing_WriterException3922255158MethodDeclarations.h +26 五月 2020 | 00:53:15,237 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PLCrashReporter.h +26 五月 2020 | 00:53:15,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase +26 五月 2020 | 00:53:15,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\AppDelegateListener.h +26 五月 2020 | 00:53:15,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\AppDelegateListener.mm +26 五月 2020 | 00:53:15,315 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\LifeCycleListener.h +26 五月 2020 | 00:53:15,318 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\LifeCycleListener.mm +26 五月 2020 | 00:53:15,320 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\RenderPluginDelegate.h +26 五月 2020 | 00:53:15,321 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\RenderPluginDelegate.mm +26 五月 2020 | 00:53:15,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\UnityViewControllerListener.h +26 五月 2020 | 00:53:15,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\PluginBase\UnityViewControllerListener.mm +26 五月 2020 | 00:53:15,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Prefix.pch +26 五月 2020 | 00:53:15,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Preprocessor.h +26 五月 2020 | 00:53:15,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Quaternion4.h +26 五月 2020 | 00:53:15,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI +26 五月 2020 | 00:53:15,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\ActivityIndicator.h +26 五月 2020 | 00:53:15,408 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\ActivityIndicator.mm +26 五月 2020 | 00:53:15,410 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\Keyboard.h +26 五月 2020 | 00:53:15,413 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\Keyboard.mm +26 五月 2020 | 00:53:15,469 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\OrientationSupport.h +26 五月 2020 | 00:53:15,474 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\OrientationSupport.mm +26 五月 2020 | 00:53:15,479 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\SplashScreen.h +26 五月 2020 | 00:53:15,484 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\SplashScreen.mm +26 五月 2020 | 00:53:15,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityAppController+ViewHandling.h +26 五月 2020 | 00:53:15,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityAppController+ViewHandling.mm +26 五月 2020 | 00:53:15,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityView.h +26 五月 2020 | 00:53:15,502 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityView.mm +26 五月 2020 | 00:53:15,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityViewControllerBase.h +26 五月 2020 | 00:53:15,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityViewControllerBaseTV.h +26 五月 2020 | 00:53:15,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityViewControllerBaseTV.mm +26 五月 2020 | 00:53:15,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.h +26 五月 2020 | 00:53:15,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.mm +26 五月 2020 | 00:53:15,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PLCrashReporter.h +26 五月 2020 | 00:53:15,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase +26 五月 2020 | 00:53:15,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\AppDelegateListener.h +26 五月 2020 | 00:53:15,683 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\AppDelegateListener.mm +26 五月 2020 | 00:53:15,686 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity +26 五月 2020 | 00:53:15,688 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\AVCapture.h +26 五月 2020 | 00:53:15,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\AVCapture.mm +26 五月 2020 | 00:53:15,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\LifeCycleListener.h +26 五月 2020 | 00:53:15,733 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CMVideoSampling.h +26 五月 2020 | 00:53:15,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\LifeCycleListener.mm +26 五月 2020 | 00:53:15,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CMVideoSampling.mm +26 五月 2020 | 00:53:15,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\RenderPluginDelegate.h +26 五月 2020 | 00:53:15,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CVTextureCache.h +26 五月 2020 | 00:53:15,738 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\RenderPluginDelegate.mm +26 五月 2020 | 00:53:15,738 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CVTextureCache.mm +26 五月 2020 | 00:53:15,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\UnityViewControllerListener.h +26 五月 2020 | 00:53:15,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CameraCapture.h +26 五月 2020 | 00:53:15,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\PluginBase\UnityViewControllerListener.mm +26 五月 2020 | 00:53:15,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\CameraCapture.mm +26 五月 2020 | 00:53:15,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\DeviceSettings.mm +26 五月 2020 | 00:53:15,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\DisplayManager.h +26 五月 2020 | 00:53:15,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\DisplayManager.mm +26 五月 2020 | 00:53:15,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\EAGLContextHelper.h +26 五月 2020 | 00:53:15,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\EAGLContextHelper.mm +26 五月 2020 | 00:53:15,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\Filesystem.mm +26 五月 2020 | 00:53:15,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\FullScreenVideoPlayer.mm +26 五月 2020 | 00:53:15,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\GlesHelper.h +26 五月 2020 | 00:53:15,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\GlesHelper.mm +26 五月 2020 | 00:53:15,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\IUnityGraphics.h +26 五月 2020 | 00:53:15,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\IUnityGraphicsMetal.h +26 五月 2020 | 00:53:15,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Prefix.pch +26 五月 2020 | 00:53:15,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\IUnityInterface.h +26 五月 2020 | 00:53:15,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Preprocessor.h +26 五月 2020 | 00:53:15,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\InternalProfiler.cpp +26 五月 2020 | 00:53:15,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Quaternion4.h +26 五月 2020 | 00:53:15,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI +26 五月 2020 | 00:53:15,787 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\InternalProfiler.h +26 五月 2020 | 00:53:15,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\ActivityIndicator.h +26 五月 2020 | 00:53:15,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\MetalHelper.mm +26 五月 2020 | 00:53:15,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\ActivityIndicator.mm +26 五月 2020 | 00:53:15,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\ObjCRuntime.h +26 五月 2020 | 00:53:15,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\Keyboard.h +26 五月 2020 | 00:53:15,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\ObjCRuntime.mm +26 五月 2020 | 00:53:15,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\Keyboard.mm +26 五月 2020 | 00:53:15,792 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\OnDemandResources.mm +26 五月 2020 | 00:53:15,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\OrientationSupport.h +26 五月 2020 | 00:53:15,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityForwardDecls.h +26 五月 2020 | 00:53:15,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\OrientationSupport.mm +26 五月 2020 | 00:53:15,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityInterface.h +26 五月 2020 | 00:53:15,795 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\SplashScreen.h +26 五月 2020 | 00:53:15,796 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityMetalSupport.h +26 五月 2020 | 00:53:15,797 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\SplashScreen.mm +26 五月 2020 | 00:53:15,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityRendering.h +26 五月 2020 | 00:53:15,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityAppController+ViewHandling.h +26 五月 2020 | 00:53:15,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityReplayKit.h +26 五月 2020 | 00:53:15,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityAppController+ViewHandling.mm +26 五月 2020 | 00:53:15,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityReplayKit.mm +26 五月 2020 | 00:53:15,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityView.h +26 五月 2020 | 00:53:15,801 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityReplayKit_Scripting.mm +26 五月 2020 | 00:53:15,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityView.mm +26 五月 2020 | 00:53:15,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\UnityTrampolineCompatibility.h +26 五月 2020 | 00:53:15,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityViewControllerBase.h +26 五月 2020 | 00:53:15,804 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\VideoPlayer.h +26 五月 2020 | 00:53:15,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityViewControllerBaseTV.h +26 五月 2020 | 00:53:15,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\VideoPlayer.mm +26 五月 2020 | 00:53:15,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\WWWConnection.h +26 五月 2020 | 00:53:15,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Unity\WWWConnection.mm +26 五月 2020 | 00:53:15,822 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityViewControllerBaseTV.mm +26 五月 2020 | 00:53:15,823 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.h +26 五月 2020 | 00:53:15,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.mm +26 五月 2020 | 00:53:15,924 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity +26 五月 2020 | 00:53:15,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\AVCapture.h +26 五月 2020 | 00:53:15,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\AVCapture.mm +26 五月 2020 | 00:53:15,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CMVideoSampling.h +26 五月 2020 | 00:53:15,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAds +26 五月 2020 | 00:53:15,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CMVideoSampling.mm +26 五月 2020 | 00:53:15,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAds\UnityAdsConfig.h +26 五月 2020 | 00:53:15,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CVTextureCache.h +26 五月 2020 | 00:53:15,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAds\UnityAdsUnityWrapper.mm +26 五月 2020 | 00:53:15,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CVTextureCache.mm +26 五月 2020 | 00:53:16,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CameraCapture.h +26 五月 2020 | 00:53:16,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController+Rendering.h +26 五月 2020 | 00:53:16,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\CameraCapture.mm +26 五月 2020 | 00:53:16,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController+Rendering.mm +26 五月 2020 | 00:53:16,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\DeviceSettings.mm +26 五月 2020 | 00:53:16,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController+UnityInterface.h +26 五月 2020 | 00:53:16,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\DisplayManager.h +26 五月 2020 | 00:53:16,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController+UnityInterface.mm +26 五月 2020 | 00:53:16,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController.h +26 五月 2020 | 00:53:16,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\DisplayManager.mm +26 五月 2020 | 00:53:16,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\EAGLContextHelper.h +26 五月 2020 | 00:53:16,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\EAGLContextHelper.mm +26 五月 2020 | 00:53:16,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityAppController.mm +26 五月 2020 | 00:53:16,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\Filesystem.mm +26 五月 2020 | 00:53:16,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\UnityTrampolineConfigure.h +26 五月 2020 | 00:53:16,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\FullScreenVideoPlayer.mm +26 五月 2020 | 00:53:16,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\Vector3.h +26 五月 2020 | 00:53:16,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\GlesHelper.h +26 五月 2020 | 00:53:16,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\GlesHelper.mm +26 五月 2020 | 00:53:16,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\iPhone_Sensors.h +26 五月 2020 | 00:53:16,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\IUnityGraphics.h +26 五月 2020 | 00:53:16,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\iPhone_Sensors.mm +26 五月 2020 | 00:53:16,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\IUnityGraphicsMetal.h +26 五月 2020 | 00:53:16,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\IUnityInterface.h +26 五月 2020 | 00:53:16,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\InternalProfiler.cpp +26 五月 2020 | 00:53:16,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\InternalProfiler.h +26 五月 2020 | 00:53:16,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\MetalHelper.mm +26 五月 2020 | 00:53:16,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\ObjCRuntime.h +26 五月 2020 | 00:53:16,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\ObjCRuntime.mm +26 五月 2020 | 00:53:16,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\OnDemandResources.mm +26 五月 2020 | 00:53:16,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityForwardDecls.h +26 五月 2020 | 00:53:16,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityInterface.h +26 五月 2020 | 00:53:16,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityMetalSupport.h +26 五月 2020 | 00:53:16,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityRendering.h +26 五月 2020 | 00:53:16,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityReplayKit.h +26 五月 2020 | 00:53:16,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityReplayKit.mm +26 五月 2020 | 00:53:16,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityReplayKit_Scripting.mm +26 五月 2020 | 00:53:16,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\UnityTrampolineCompatibility.h +26 五月 2020 | 00:53:16,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\VideoPlayer.h +26 五月 2020 | 00:53:16,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\VideoPlayer.mm +26 五月 2020 | 00:53:16,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\WWWConnection.h +26 五月 2020 | 00:53:16,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Unity\WWWConnection.mm +26 五月 2020 | 00:53:16,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Classes\main.mm +26 五月 2020 | 00:53:16,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAds +26 五月 2020 | 00:53:16,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAds\UnityAdsConfig.h +26 五月 2020 | 00:53:16,407 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAds\UnityAdsUnityWrapper.mm +26 五月 2020 | 00:53:16,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController+Rendering.h +26 五月 2020 | 00:53:16,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController+Rendering.mm +26 五月 2020 | 00:53:16,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController+UnityInterface.h +26 五月 2020 | 00:53:16,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController+UnityInterface.mm +26 五月 2020 | 00:53:16,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController.h +26 五月 2020 | 00:53:16,423 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityAppController.mm +26 五月 2020 | 00:53:16,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\UnityTrampolineConfigure.h +26 五月 2020 | 00:53:16,426 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\Vector3.h +26 五月 2020 | 00:53:16,428 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\iPhone_Sensors.h +26 五月 2020 | 00:53:16,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\iPhone_Sensors.mm +26 五月 2020 | 00:53:16,456 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Classes\main.mm +26 五月 2020 | 00:53:16,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data +26 五月 2020 | 00:53:16,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed +26 五月 2020 | 00:53:16,458 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\Metadata +26 五月 2020 | 00:53:16,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\Metadata\global-metadata.dat +26 五月 2020 | 00:53:16,514 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\Resources +26 五月 2020 | 00:53:16,518 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\Resources\mscorlib.dll-resources.dat +26 五月 2020 | 00:53:16,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\mono +26 五月 2020 | 00:53:16,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\mono\2.0 +26 五月 2020 | 00:53:16,522 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Managed\mono\2.0\machine.config +26 五月 2020 | 00:53:16,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Raw +26 五月 2020 | 00:53:16,524 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Raw\init.json +26 五月 2020 | 00:53:16,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Resources +26 五月 2020 | 00:53:16,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\Resources\unity_builtin_extra +26 五月 2020 | 00:53:16,555 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\globalgamemanagers +26 五月 2020 | 00:53:16,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\globalgamemanagers.assets +26 五月 2020 | 00:53:16,558 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\level0 +26 五月 2020 | 00:53:16,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\resources.assets +26 五月 2020 | 00:53:16,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data +26 五月 2020 | 00:53:16,597 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed +26 五月 2020 | 00:53:16,598 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\Metadata +26 五月 2020 | 00:53:16,599 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\resources.assets.resS +26 五月 2020 | 00:53:16,600 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\sharedassets0.assets +26 五月 2020 | 00:53:16,619 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Data\unity default resources +26 五月 2020 | 00:53:16,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\Metadata\global-metadata.dat +26 五月 2020 | 00:53:16,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\Resources +26 五月 2020 | 00:53:16,658 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\Resources\mscorlib.dll-resources.dat +26 五月 2020 | 00:53:16,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks +26 五月 2020 | 00:53:16,659 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor +26 五月 2020 | 00:53:16,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI +26 五月 2020 | 00:53:16,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\mono +26 五月 2020 | 00:53:16,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks +26 五月 2020 | 00:53:16,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\mono\2.0 +26 五月 2020 | 00:53:16,661 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework +26 五月 2020 | 00:53:16,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Managed\mono\2.0\machine.config +26 五月 2020 | 00:53:16,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Raw +26 五月 2020 | 00:53:16,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Raw\init.json +26 五月 2020 | 00:53:16,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Resources +26 五月 2020 | 00:53:16,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\Resources\unity_builtin_extra +26 五月 2020 | 00:53:16,740 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\globalgamemanagers +26 五月 2020 | 00:53:16,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\globalgamemanagers.assets +26 五月 2020 | 00:53:16,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\level0 +26 五月 2020 | 00:53:16,746 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\resources.assets +26 五月 2020 | 00:53:16,830 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\resources.assets.resS +26 五月 2020 | 00:53:16,832 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\sharedassets0.assets +26 五月 2020 | 00:53:16,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Data\unity default resources +26 五月 2020 | 00:53:16,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly +26 五月 2020 | 00:53:16,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly.meta +26 五月 2020 | 00:53:16,878 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers +26 五月 2020 | 00:53:16,879 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h +26 五月 2020 | 00:53:16,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h.meta +26 五月 2020 | 00:53:16,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h +26 五月 2020 | 00:53:16,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h.meta +26 五月 2020 | 00:53:16,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h +26 五月 2020 | 00:53:16,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h.meta +26 五月 2020 | 00:53:16,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks +26 五月 2020 | 00:53:16,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor +26 五月 2020 | 00:53:16,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI +26 五月 2020 | 00:53:16,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks +26 五月 2020 | 00:53:16,895 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework +26 五月 2020 | 00:53:16,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PLCrashReporter.h +26 五月 2020 | 00:53:16,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase +26 五月 2020 | 00:53:16,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\AppDelegateListener.h +26 五月 2020 | 00:53:16,986 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\AppDelegateListener.mm +26 五月 2020 | 00:53:17,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly +26 五月 2020 | 00:53:17,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly.meta +26 五月 2020 | 00:53:17,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers +26 五月 2020 | 00:53:17,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h +26 五月 2020 | 00:53:17,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h.meta +26 五月 2020 | 00:53:17,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h +26 五月 2020 | 00:53:17,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h.meta +26 五月 2020 | 00:53:17,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\LifeCycleListener.h +26 五月 2020 | 00:53:17,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\LifeCycleListener.mm +26 五月 2020 | 00:53:17,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\RenderPluginDelegate.h +26 五月 2020 | 00:53:17,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\RenderPluginDelegate.mm +26 五月 2020 | 00:53:17,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\UnityViewControllerListener.h +26 五月 2020 | 00:53:17,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h +26 五月 2020 | 00:53:17,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h.meta +26 五月 2020 | 00:53:17,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\PluginBase\UnityViewControllerListener.mm +26 五月 2020 | 00:53:17,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Prefix.pch +26 五月 2020 | 00:53:17,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Preprocessor.h +26 五月 2020 | 00:53:17,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Quaternion4.h +26 五月 2020 | 00:53:17,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI +26 五月 2020 | 00:53:17,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\ActivityIndicator.h +26 五月 2020 | 00:53:17,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\ActivityIndicator.mm +26 五月 2020 | 00:53:17,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\Keyboard.h +26 五月 2020 | 00:53:17,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\Keyboard.mm +26 五月 2020 | 00:53:17,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\OrientationSupport.h +26 五月 2020 | 00:53:17,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\OrientationSupport.mm +26 五月 2020 | 00:53:17,122 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\SplashScreen.h +26 五月 2020 | 00:53:17,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\SplashScreen.mm +26 五月 2020 | 00:53:17,126 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityAppController+ViewHandling.h +26 五月 2020 | 00:53:17,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityAppController+ViewHandling.mm +26 五月 2020 | 00:53:17,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityView.h +26 五月 2020 | 00:53:17,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityView.mm +26 五月 2020 | 00:53:17,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityViewControllerBase.h +26 五月 2020 | 00:53:17,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityViewControllerBaseTV.h +26 五月 2020 | 00:53:17,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityViewControllerBaseTV.mm +26 五月 2020 | 00:53:17,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.h +26 五月 2020 | 00:53:17,203 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UI\UnityViewControllerBaseiOS.mm +26 五月 2020 | 00:53:17,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity +26 五月 2020 | 00:53:17,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\AVCapture.h +26 五月 2020 | 00:53:17,337 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\AVCapture.mm +26 五月 2020 | 00:53:17,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CMVideoSampling.h +26 五月 2020 | 00:53:17,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CMVideoSampling.mm +26 五月 2020 | 00:53:17,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CVTextureCache.h +26 五月 2020 | 00:53:17,375 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CVTextureCache.mm +26 五月 2020 | 00:53:17,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CameraCapture.h +26 五月 2020 | 00:53:17,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\CameraCapture.mm +26 五月 2020 | 00:53:17,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\DeviceSettings.mm +26 五月 2020 | 00:53:17,420 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\DisplayManager.h +26 五月 2020 | 00:53:17,423 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\DisplayManager.mm +26 五月 2020 | 00:53:17,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\EAGLContextHelper.h +26 五月 2020 | 00:53:17,428 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\EAGLContextHelper.mm +26 五月 2020 | 00:53:17,430 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\Filesystem.mm +26 五月 2020 | 00:53:17,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\FullScreenVideoPlayer.mm +26 五月 2020 | 00:53:17,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\GlesHelper.h +26 五月 2020 | 00:53:17,437 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\GlesHelper.mm +26 五月 2020 | 00:53:17,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\IUnityGraphics.h +26 五月 2020 | 00:53:17,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\IUnityGraphicsMetal.h +26 五月 2020 | 00:53:17,444 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\IUnityInterface.h +26 五月 2020 | 00:53:17,447 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\InternalProfiler.cpp +26 五月 2020 | 00:53:17,484 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\InternalProfiler.h +26 五月 2020 | 00:53:17,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\MetalHelper.mm +26 五月 2020 | 00:53:17,489 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\ObjCRuntime.h +26 五月 2020 | 00:53:17,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\ObjCRuntime.mm +26 五月 2020 | 00:53:17,496 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\OnDemandResources.mm +26 五月 2020 | 00:53:17,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityForwardDecls.h +26 五月 2020 | 00:53:17,502 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityInterface.h +26 五月 2020 | 00:53:17,504 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityMetalSupport.h +26 五月 2020 | 00:53:17,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityRendering.h +26 五月 2020 | 00:53:17,517 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityReplayKit.h +26 五月 2020 | 00:53:17,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityReplayKit.mm +26 五月 2020 | 00:53:17,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityReplayKit_Scripting.mm +26 五月 2020 | 00:53:17,524 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\UnityTrampolineCompatibility.h +26 五月 2020 | 00:53:17,525 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\VideoPlayer.h +26 五月 2020 | 00:53:17,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\VideoPlayer.mm +26 五月 2020 | 00:53:17,529 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\WWWConnection.h +26 五月 2020 | 00:53:17,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Unity\WWWConnection.mm +26 五月 2020 | 00:53:17,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAds +26 五月 2020 | 00:53:17,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAds\UnityAdsConfig.h +26 五月 2020 | 00:53:17,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAds\UnityAdsUnityWrapper.mm +26 五月 2020 | 00:53:17,695 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController+Rendering.h +26 五月 2020 | 00:53:17,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController+Rendering.mm +26 五月 2020 | 00:53:17,831 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController+UnityInterface.h +26 五月 2020 | 00:53:17,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController+UnityInterface.mm +26 五月 2020 | 00:53:17,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController.h +26 五月 2020 | 00:53:17,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityAppController.mm +26 五月 2020 | 00:53:17,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\UnityTrampolineConfigure.h +26 五月 2020 | 00:53:17,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\Vector3.h +26 五月 2020 | 00:53:17,854 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\iPhone_Sensors.h +26 五月 2020 | 00:53:17,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\iPhone_Sensors.mm +26 五月 2020 | 00:53:17,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Classes\main.mm +26 五月 2020 | 00:53:18,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data +26 五月 2020 | 00:53:18,035 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed +26 五月 2020 | 00:53:18,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\Metadata +26 五月 2020 | 00:53:18,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\Metadata\global-metadata.dat +26 五月 2020 | 00:53:18,091 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\Resources +26 五月 2020 | 00:53:18,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\Resources\mscorlib.dll-resources.dat +26 五月 2020 | 00:53:18,100 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\mono +26 五月 2020 | 00:53:18,101 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\mono\2.0 +26 五月 2020 | 00:53:18,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Managed\mono\2.0\machine.config +26 五月 2020 | 00:53:18,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Raw +26 五月 2020 | 00:53:18,161 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Raw\init.json +26 五月 2020 | 00:53:18,218 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Resources +26 五月 2020 | 00:53:18,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\Resources\unity_builtin_extra +26 五月 2020 | 00:53:18,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\globalgamemanagers +26 五月 2020 | 00:53:18,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\globalgamemanagers.assets +26 五月 2020 | 00:53:18,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\level0 +26 五月 2020 | 00:53:18,247 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\resources.assets +26 五月 2020 | 00:53:18,293 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\resources.assets.resS +26 五月 2020 | 00:53:18,294 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\sharedassets0.assets +26 五月 2020 | 00:53:18,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Data\unity default resources +26 五月 2020 | 00:53:18,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks +26 五月 2020 | 00:53:18,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor +26 五月 2020 | 00:53:18,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI +26 五月 2020 | 00:53:18,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks +26 五月 2020 | 00:53:18,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework +26 五月 2020 | 00:53:18,468 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly +26 五月 2020 | 00:53:18,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Bugly.meta +26 五月 2020 | 00:53:18,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers +26 五月 2020 | 00:53:18,470 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h +26 五月 2020 | 00:53:18,471 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\Bugly.h.meta +26 五月 2020 | 00:53:18,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h +26 五月 2020 | 00:53:18,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyConfig.h.meta +26 五月 2020 | 00:53:18,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h +26 五月 2020 | 00:53:18,474 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers\BuglyLog.h.meta +26 五月 2020 | 00:53:18,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers.meta +26 五月 2020 | 00:53:18,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules +26 五月 2020 | 00:53:18,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap +26 五月 2020 | 00:53:18,494 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap.meta +26 五月 2020 | 00:53:18,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules.meta +26 五月 2020 | 00:53:18,503 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Info.plist +26 五月 2020 | 00:53:18,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries +26 五月 2020 | 00:53:18,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor +26 五月 2020 | 00:53:18,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI +26 五月 2020 | 00:53:18,505 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code +26 五月 2020 | 00:53:18,506 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.h +26 五月 2020 | 00:53:18,507 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.m +26 五月 2020 | 00:53:18,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers.meta +26 五月 2020 | 00:53:18,508 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.h +26 五月 2020 | 00:53:18,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules +26 五月 2020 | 00:53:18,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +26 五月 2020 | 00:53:18,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap +26 五月 2020 | 00:53:18,510 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap.meta +26 五月 2020 | 00:53:18,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules.meta +26 五月 2020 | 00:53:18,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Info.plist +26 五月 2020 | 00:53:18,517 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries +26 五月 2020 | 00:53:18,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor +26 五月 2020 | 00:53:18,518 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI +26 五月 2020 | 00:53:18,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code +26 五月 2020 | 00:53:18,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.h +26 五月 2020 | 00:53:18,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.m +26 五月 2020 | 00:53:18,521 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.h +26 五月 2020 | 00:53:18,522 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +26 五月 2020 | 00:53:18,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Il2CppOptions.cpp +26 五月 2020 | 00:53:18,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins +26 五月 2020 | 00:53:18,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS +26 五月 2020 | 00:53:18,527 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\BuglyBridge +26 五月 2020 | 00:53:18,536 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\BuglyBridge\BuglyBridge.h +26 五月 2020 | 00:53:18,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Il2CppOptions.cpp +26 五月 2020 | 00:53:18,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins +26 五月 2020 | 00:53:18,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS +26 五月 2020 | 00:53:18,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\BuglyBridge +26 五月 2020 | 00:53:18,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport +26 五月 2020 | 00:53:18,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\BuglyBridge\BuglyBridge.h +26 五月 2020 | 00:53:18,551 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib +26 五月 2020 | 00:53:18,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.h +26 五月 2020 | 00:53:18,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.mm +26 五月 2020 | 00:53:18,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport +26 五月 2020 | 00:53:18,561 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.h +26 五月 2020 | 00:53:18,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib +26 五月 2020 | 00:53:18,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.mm +26 五月 2020 | 00:53:18,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.h +26 五月 2020 | 00:53:18,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.mm +26 五月 2020 | 00:53:18,572 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.h +26 五月 2020 | 00:53:18,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.mm +26 五月 2020 | 00:53:18,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\wx +26 五月 2020 | 00:53:18,596 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\wx\WXApi.h +26 五月 2020 | 00:53:18,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\wx\WXApiObject.h +26 五月 2020 | 00:53:18,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\Plugins\iOS\wx\WechatAuthSDK.h +26 五月 2020 | 00:53:18,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\wx +26 五月 2020 | 00:53:18,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\wx\WXApi.h +26 五月 2020 | 00:53:18,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\wx\WXApiObject.h +26 五月 2020 | 00:53:18,619 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\Plugins\iOS\wx\WechatAuthSDK.h +26 五月 2020 | 00:53:18,673 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\RegisterFeatures.cpp +26 五月 2020 | 00:53:18,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\RegisterFeatures.h +26 五月 2020 | 00:53:18,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\RegisterMonoModules.cpp +26 五月 2020 | 00:53:18,681 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\RegisterFeatures.cpp +26 五月 2020 | 00:53:18,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\RegisterMonoModules.h +26 五月 2020 | 00:53:18,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\RegisterFeatures.h +26 五月 2020 | 00:53:18,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp +26 五月 2020 | 00:53:18,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include +26 五月 2020 | 00:53:18,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\RegisterMonoModules.cpp +26 五月 2020 | 00:53:18,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\blob.h +26 五月 2020 | 00:53:18,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\RegisterMonoModules.h +26 五月 2020 | 00:53:18,689 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\char-conversions.h +26 五月 2020 | 00:53:18,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp +26 五月 2020 | 00:53:18,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include +26 五月 2020 | 00:53:18,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\class-internals.h +26 五月 2020 | 00:53:18,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\blob.h +26 五月 2020 | 00:53:18,693 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\codegen +26 五月 2020 | 00:53:18,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\char-conversions.h +26 五月 2020 | 00:53:18,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\codegen\il2cpp-codegen.h +26 五月 2020 | 00:53:18,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\class-internals.h +26 五月 2020 | 00:53:18,697 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\codegen +26 五月 2020 | 00:53:18,699 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\codegen\il2cpp-codegen.h +26 五月 2020 | 00:53:18,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger +26 五月 2020 | 00:53:18,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger +26 五月 2020 | 00:53:18,717 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\agent.h +26 五月 2020 | 00:53:18,717 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\agent.h +26 五月 2020 | 00:53:18,719 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\command-line-parser.h +26 五月 2020 | 00:53:18,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\command-line-parser.h +26 五月 2020 | 00:53:18,720 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\common.h +26 五月 2020 | 00:53:18,720 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\common.h +26 五月 2020 | 00:53:18,722 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\data-buffer.h +26 五月 2020 | 00:53:18,722 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\data-buffer.h +26 五月 2020 | 00:53:18,723 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\event-request.h +26 五月 2020 | 00:53:18,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\event-request.h +26 五月 2020 | 00:53:18,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\id-bank.h +26 五月 2020 | 00:53:18,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\id-bank.h +26 五月 2020 | 00:53:18,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\il2cpp-api-test-forwarder.h +26 五月 2020 | 00:53:18,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\il2cpp-api-test-forwarder.h +26 五月 2020 | 00:53:18,727 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\meta.h +26 五月 2020 | 00:53:18,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\meta.h +26 五月 2020 | 00:53:18,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol +26 五月 2020 | 00:53:18,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol +26 五月 2020 | 00:53:18,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands +26 五月 2020 | 00:53:18,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands +26 五月 2020 | 00:53:18,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\app-domain.h +26 五月 2020 | 00:53:18,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\app-domain.h +26 五月 2020 | 00:53:18,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\array-ref.h +26 五月 2020 | 00:53:18,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\array-ref.h +26 五月 2020 | 00:53:18,732 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\assembly.h +26 五月 2020 | 00:53:18,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\assembly.h +26 五月 2020 | 00:53:18,733 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event-request.h +26 五月 2020 | 00:53:18,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event-request.h +26 五月 2020 | 00:53:18,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event.h +26 五月 2020 | 00:53:18,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event.h +26 五月 2020 | 00:53:18,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\internal-error.h +26 五月 2020 | 00:53:18,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\internal-error.h +26 五月 2020 | 00:53:18,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\method.h +26 五月 2020 | 00:53:18,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\method.h +26 五月 2020 | 00:53:18,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\module.h +26 五月 2020 | 00:53:18,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\module.h +26 五月 2020 | 00:53:18,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\object-ref.h +26 五月 2020 | 00:53:18,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\object-ref.h +26 五月 2020 | 00:53:18,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\stack-frame.h +26 五月 2020 | 00:53:18,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\string-ref.h +26 五月 2020 | 00:53:18,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\thread.h +26 五月 2020 | 00:53:18,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\type.h +26 五月 2020 | 00:53:18,749 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\vm.h +26 五月 2020 | 00:53:18,751 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\stack-frame.h +26 五月 2020 | 00:53:18,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\string-ref.h +26 五月 2020 | 00:53:18,754 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\thread.h +26 五月 2020 | 00:53:18,757 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\type.h +26 五月 2020 | 00:53:18,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\vm.h +26 五月 2020 | 00:53:18,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\events.h +26 五月 2020 | 00:53:18,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\globals.h +26 五月 2020 | 00:53:18,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol-utils.h +26 五月 2020 | 00:53:18,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol.h +26 五月 2020 | 00:53:18,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\utils.h +26 五月 2020 | 00:53:18,902 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\thread-data.h +26 五月 2020 | 00:53:18,903 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\events.h +26 五月 2020 | 00:53:18,904 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\transport-tcp.h +26 五月 2020 | 00:53:18,905 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\globals.h +26 五月 2020 | 00:53:18,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\transport.h +26 五月 2020 | 00:53:18,907 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol-utils.h +26 五月 2020 | 00:53:18,907 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\debugger\variant.h +26 五月 2020 | 00:53:18,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol.h +26 五月 2020 | 00:53:18,910 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\utils.h +26 五月 2020 | 00:53:18,912 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external +26 五月 2020 | 00:53:18,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google +26 五月 2020 | 00:53:18,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash +26 五月 2020 | 00:53:18,915 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_map.h +26 五月 2020 | 00:53:18,916 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_set.h +26 五月 2020 | 00:53:18,916 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\thread-data.h +26 五月 2020 | 00:53:18,918 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\transport-tcp.h +26 五月 2020 | 00:53:18,918 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\densehashtable.h +26 五月 2020 | 00:53:18,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\type_traits.h +26 五月 2020 | 00:53:18,920 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\transport.h +26 五月 2020 | 00:53:18,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\debugger\variant.h +26 五月 2020 | 00:53:18,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external +26 五月 2020 | 00:53:18,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google +26 五月 2020 | 00:53:18,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash +26 五月 2020 | 00:53:18,970 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_map.h +26 五月 2020 | 00:53:18,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_set.h +26 五月 2020 | 00:53:18,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib +26 五月 2020 | 00:53:18,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\densehashtable.h +26 五月 2020 | 00:53:18,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\crc32.h +26 五月 2020 | 00:53:18,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\type_traits.h +26 五月 2020 | 00:53:18,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\deflate.h +26 五月 2020 | 00:53:18,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffast.h +26 五月 2020 | 00:53:18,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffixed.h +26 五月 2020 | 00:53:18,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib +26 五月 2020 | 00:53:18,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\inflate.h +26 五月 2020 | 00:53:18,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\crc32.h +26 五月 2020 | 00:53:18,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\inftrees.h +26 五月 2020 | 00:53:18,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\deflate.h +26 五月 2020 | 00:53:18,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\trees.h +26 五月 2020 | 00:53:18,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffast.h +26 五月 2020 | 00:53:18,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\zconf.h +26 五月 2020 | 00:53:18,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffixed.h +26 五月 2020 | 00:53:18,989 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\inflate.h +26 五月 2020 | 00:53:18,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\zlib.h +26 五月 2020 | 00:53:18,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\inftrees.h +26 五月 2020 | 00:53:18,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\external\zlib\zutil.h +26 五月 2020 | 00:53:18,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\trees.h +26 五月 2020 | 00:53:18,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\zconf.h +26 五月 2020 | 00:53:19,003 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\externals +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\zlib.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\external\zlib\zutil.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\externals +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\externals\MonoPosixHelper.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\Allocator.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\AppendOnlyGCHashMap.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\GCHandle.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\GarbageCollector.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\WriteBarrier.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\externals\MonoPosixHelper.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\Allocator.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\AppendOnlyGCHashMap.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\GCHandle.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\GarbageCollector.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\WriteBarrier.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\gc\gc_wrapper.h +26 五月 2020 | 00:53:19,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\gc\gc_wrapper.h +26 五月 2020 | 00:53:19,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icallincludes.h +26 五月 2020 | 00:53:19,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls +26 五月 2020 | 00:53:19,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System +26 五月 2020 | 00:53:19,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32 +26 五月 2020 | 00:53:19,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32\NativeMethods.h +26 五月 2020 | 00:53:19,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icallincludes.h +26 五月 2020 | 00:53:19,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls +26 五月 2020 | 00:53:19,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System +26 五月 2020 | 00:53:19,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32 +26 五月 2020 | 00:53:19,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System +26 五月 2020 | 00:53:19,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32\NativeMethods.h +26 五月 2020 | 00:53:19,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System\IOSelector.h +26 五月 2020 | 00:53:19,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel +26 五月 2020 | 00:53:19,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System +26 五月 2020 | 00:53:19,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel\Win32Exception.h +26 五月 2020 | 00:53:19,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System\IOSelector.h +26 五月 2020 | 00:53:19,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration +26 五月 2020 | 00:53:19,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel +26 五月 2020 | 00:53:19,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\DefaultConfig.h +26 五月 2020 | 00:53:19,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel\Win32Exception.h +26 五月 2020 | 00:53:19,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:19,042 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration +26 五月 2020 | 00:53:19,043 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics +26 五月 2020 | 00:53:19,044 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\DefaultConfig.h +26 五月 2020 | 00:53:19,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\DefaultTraceListener.h +26 五月 2020 | 00:53:19,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:19,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\FileVersionInfo.h +26 五月 2020 | 00:53:19,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics +26 五月 2020 | 00:53:19,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounter.h +26 五月 2020 | 00:53:19,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\DefaultTraceListener.h +26 五月 2020 | 00:53:19,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterCategory.h +26 五月 2020 | 00:53:19,049 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\FileVersionInfo.h +26 五月 2020 | 00:53:19,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterUtils.h +26 五月 2020 | 00:53:19,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounter.h +26 五月 2020 | 00:53:19,051 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Process.h +26 五月 2020 | 00:53:19,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterCategory.h +26 五月 2020 | 00:53:19,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterUtils.h +26 五月 2020 | 00:53:19,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Stopwatch.h +26 五月 2020 | 00:53:19,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Process.h +26 五月 2020 | 00:53:19,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\perfcounters-def.h +26 五月 2020 | 00:53:19,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Stopwatch.h +26 五月 2020 | 00:53:19,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\perfcounters-def.h +26 五月 2020 | 00:53:19,062 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO +26 五月 2020 | 00:53:19,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FAMWatcher.h +26 五月 2020 | 00:53:19,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FileSystemWatcher.h +26 五月 2020 | 00:53:19,065 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO +26 五月 2020 | 00:53:19,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FAMWatcher.h +26 五月 2020 | 00:53:19,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\InotifyWatcher.h +26 五月 2020 | 00:53:19,067 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FileSystemWatcher.h +26 五月 2020 | 00:53:19,068 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\KqueueMonitor.h +26 五月 2020 | 00:53:19,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\InotifyWatcher.h +26 五月 2020 | 00:53:19,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\KqueueMonitor.h +26 五月 2020 | 00:53:19,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net +26 五月 2020 | 00:53:19,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net\Dns.h +26 五月 2020 | 00:53:19,075 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation +26 五月 2020 | 00:53:19,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net +26 五月 2020 | 00:53:19,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation\MacOsIPInterfaceProperties.h +26 五月 2020 | 00:53:19,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net\Dns.h +26 五月 2020 | 00:53:19,078 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets +26 五月 2020 | 00:53:19,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation +26 五月 2020 | 00:53:19,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation\MacOsIPInterfaceProperties.h +26 五月 2020 | 00:53:19,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\Socket.h +26 五月 2020 | 00:53:19,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets +26 五月 2020 | 00:53:19,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\SocketException.h +26 五月 2020 | 00:53:19,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\Socket.h +26 五月 2020 | 00:53:19,084 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading +26 五月 2020 | 00:53:19,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\SocketException.h +26 五月 2020 | 00:53:19,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading\Semaphore.h +26 五月 2020 | 00:53:19,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration +26 五月 2020 | 00:53:19,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading +26 五月 2020 | 00:53:19,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration +26 五月 2020 | 00:53:19,088 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading\Semaphore.h +26 五月 2020 | 00:53:19,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration +26 五月 2020 | 00:53:19,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration +26 五月 2020 | 00:53:19,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:19,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core +26 五月 2020 | 00:53:19,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles +26 五月 2020 | 00:53:19,095 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles\MemoryMapImpl.h +26 五月 2020 | 00:53:19,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib +26 五月 2020 | 00:53:19,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono +26 五月 2020 | 00:53:19,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:19,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono\Runtime.h +26 五月 2020 | 00:53:19,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode +26 五月 2020 | 00:53:19,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core +26 五月 2020 | 00:53:19,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles +26 五月 2020 | 00:53:19,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode\Normalization.h +26 五月 2020 | 00:53:19,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles\MemoryMapImpl.h +26 五月 2020 | 00:53:19,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop +26 五月 2020 | 00:53:19,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib +26 五月 2020 | 00:53:19,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop\ComInteropProxy.h +26 五月 2020 | 00:53:19,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono +26 五月 2020 | 00:53:19,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono\Runtime.h +26 五月 2020 | 00:53:19,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography +26 五月 2020 | 00:53:19,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode +26 五月 2020 | 00:53:19,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode\Normalization.h +26 五月 2020 | 00:53:19,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography\KeyPairPersistence.h +26 五月 2020 | 00:53:19,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop +26 五月 2020 | 00:53:19,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System +26 五月 2020 | 00:53:19,111 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop\ComInteropProxy.h +26 五月 2020 | 00:53:19,111 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Activator.h +26 五月 2020 | 00:53:19,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\AppDomain.h +26 五月 2020 | 00:53:19,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ArgIterator.h +26 五月 2020 | 00:53:19,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography +26 五月 2020 | 00:53:19,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Array.h +26 五月 2020 | 00:53:19,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography\KeyPairPersistence.h +26 五月 2020 | 00:53:19,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Buffer.h +26 五月 2020 | 00:53:19,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System +26 五月 2020 | 00:53:19,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CLRConfig.h +26 五月 2020 | 00:53:19,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Activator.h +26 五月 2020 | 00:53:19,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\AppDomain.h +26 五月 2020 | 00:53:19,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Char.h +26 五月 2020 | 00:53:19,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ArgIterator.h +26 五月 2020 | 00:53:19,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ConsoleDriver.h +26 五月 2020 | 00:53:19,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Array.h +26 五月 2020 | 00:53:19,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Convert.h +26 五月 2020 | 00:53:19,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Buffer.h +26 五月 2020 | 00:53:19,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CurrentSystemTimeZone.h +26 五月 2020 | 00:53:19,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CLRConfig.h +26 五月 2020 | 00:53:19,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\DateTime.h +26 五月 2020 | 00:53:19,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Char.h +26 五月 2020 | 00:53:19,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Decimal.h +26 五月 2020 | 00:53:19,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ConsoleDriver.h +26 五月 2020 | 00:53:19,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Delegate.h +26 五月 2020 | 00:53:19,134 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Convert.h +26 五月 2020 | 00:53:19,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Double.h +26 五月 2020 | 00:53:19,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CurrentSystemTimeZone.h +26 五月 2020 | 00:53:19,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Enum.h +26 五月 2020 | 00:53:19,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\DateTime.h +26 五月 2020 | 00:53:19,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Decimal.h +26 五月 2020 | 00:53:19,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Delegate.h +26 五月 2020 | 00:53:19,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Double.h +26 五月 2020 | 00:53:19,154 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Enum.h +26 五月 2020 | 00:53:19,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Environment.h +26 五月 2020 | 00:53:19,158 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Exception.h +26 五月 2020 | 00:53:19,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\GC.h +26 五月 2020 | 00:53:19,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Math.h +26 五月 2020 | 00:53:19,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MissingMemberException.h +26 五月 2020 | 00:53:19,162 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoCustomAttrs.h +26 五月 2020 | 00:53:19,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoEnumInfo.h +26 五月 2020 | 00:53:19,165 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoType.h +26 五月 2020 | 00:53:19,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Environment.h +26 五月 2020 | 00:53:19,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Number.h +26 五月 2020 | 00:53:19,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Exception.h +26 五月 2020 | 00:53:19,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\GC.h +26 五月 2020 | 00:53:19,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\NumberFormatter.h +26 五月 2020 | 00:53:19,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Math.h +26 五月 2020 | 00:53:19,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MissingMemberException.h +26 五月 2020 | 00:53:19,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Object.h +26 五月 2020 | 00:53:19,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoCustomAttrs.h +26 五月 2020 | 00:53:19,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeFieldHandle.h +26 五月 2020 | 00:53:19,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoEnumInfo.h +26 五月 2020 | 00:53:19,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeMethodHandle.h +26 五月 2020 | 00:53:19,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoType.h +26 五月 2020 | 00:53:19,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Number.h +26 五月 2020 | 00:53:19,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeType.h +26 五月 2020 | 00:53:19,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeTypeHandle.h +26 五月 2020 | 00:53:19,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\String.h +26 五月 2020 | 00:53:19,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\NumberFormatter.h +26 五月 2020 | 00:53:19,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TimeSpan.h +26 五月 2020 | 00:53:19,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Type.h +26 五月 2020 | 00:53:19,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Object.h +26 五月 2020 | 00:53:19,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TypedReference.h +26 五月 2020 | 00:53:19,190 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeFieldHandle.h +26 五月 2020 | 00:53:19,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ValueType.h +26 五月 2020 | 00:53:19,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\__ComObject.h +26 五月 2020 | 00:53:19,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeMethodHandle.h +26 五月 2020 | 00:53:19,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeType.h +26 五月 2020 | 00:53:19,200 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeTypeHandle.h +26 五月 2020 | 00:53:19,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\String.h +26 五月 2020 | 00:53:19,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TimeSpan.h +26 五月 2020 | 00:53:19,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Type.h +26 五月 2020 | 00:53:19,275 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics +26 五月 2020 | 00:53:19,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Assert.h +26 五月 2020 | 00:53:19,277 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Debugger.h +26 五月 2020 | 00:53:19,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackFrame.h +26 五月 2020 | 00:53:19,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackTrace.h +26 五月 2020 | 00:53:19,339 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TypedReference.h +26 五月 2020 | 00:53:19,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization +26 五月 2020 | 00:53:19,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CalendarData.h +26 五月 2020 | 00:53:19,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ValueType.h +26 五月 2020 | 00:53:19,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareInfo.h +26 五月 2020 | 00:53:19,362 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\__ComObject.h +26 五月 2020 | 00:53:19,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareOptions.h +26 五月 2020 | 00:53:19,414 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureData.h +26 五月 2020 | 00:53:19,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfo.h +26 五月 2020 | 00:53:19,485 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoInternals.h +26 五月 2020 | 00:53:19,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics +26 五月 2020 | 00:53:19,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Assert.h +26 五月 2020 | 00:53:19,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoTables.h +26 五月 2020 | 00:53:19,499 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Debugger.h +26 五月 2020 | 00:53:19,499 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\RegionInfo.h +26 五月 2020 | 00:53:19,502 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackFrame.h +26 五月 2020 | 00:53:19,504 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackTrace.h +26 五月 2020 | 00:53:19,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization +26 五月 2020 | 00:53:19,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CalendarData.h +26 五月 2020 | 00:53:19,577 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO +26 五月 2020 | 00:53:19,580 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\DriveInfo.h +26 五月 2020 | 00:53:19,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\MonoIO.h +26 五月 2020 | 00:53:19,586 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\Path.h +26 五月 2020 | 00:53:19,593 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection +26 五月 2020 | 00:53:19,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Assembly.h +26 五月 2020 | 00:53:19,598 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\AssemblyName.h +26 五月 2020 | 00:53:19,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\CustomAttributeData.h +26 五月 2020 | 00:53:19,652 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareInfo.h +26 五月 2020 | 00:53:19,656 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareOptions.h +26 五月 2020 | 00:53:19,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureData.h +26 五月 2020 | 00:53:19,735 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfo.h +26 五月 2020 | 00:53:19,735 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\FieldInfo.h +26 五月 2020 | 00:53:19,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MemberInfo.h +26 五月 2020 | 00:53:19,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoInternals.h +26 五月 2020 | 00:53:19,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MethodBase.h +26 五月 2020 | 00:53:19,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoTables.h +26 五月 2020 | 00:53:19,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\RegionInfo.h +26 五月 2020 | 00:53:19,791 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Module.h +26 五月 2020 | 00:53:19,793 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoCMethod.h +26 五月 2020 | 00:53:19,798 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO +26 五月 2020 | 00:53:19,799 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\DriveInfo.h +26 五月 2020 | 00:53:19,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\MonoIO.h +26 五月 2020 | 00:53:19,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\Path.h +26 五月 2020 | 00:53:19,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection +26 五月 2020 | 00:53:19,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Assembly.h +26 五月 2020 | 00:53:19,812 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\AssemblyName.h +26 五月 2020 | 00:53:19,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\CustomAttributeData.h +26 五月 2020 | 00:53:19,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoEventInfo.h +26 五月 2020 | 00:53:19,969 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoField.h +26 五月 2020 | 00:53:19,971 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericCMethod.h +26 五月 2020 | 00:53:19,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericClass.h +26 五月 2020 | 00:53:19,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericMethod.h +26 五月 2020 | 00:53:19,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethod.h +26 五月 2020 | 00:53:19,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethodInfo.h +26 五月 2020 | 00:53:19,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoPropertyInfo.h +26 五月 2020 | 00:53:19,977 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\ParameterInfo.h +26 五月 2020 | 00:53:19,979 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\RtFieldInfo.h +26 五月 2020 | 00:53:20,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\FieldInfo.h +26 五月 2020 | 00:53:20,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MemberInfo.h +26 五月 2020 | 00:53:20,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MethodBase.h +26 五月 2020 | 00:53:20,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Module.h +26 五月 2020 | 00:53:20,047 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoCMethod.h +26 五月 2020 | 00:53:20,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit +26 五月 2020 | 00:53:20,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoEventInfo.h +26 五月 2020 | 00:53:20,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoField.h +26 五月 2020 | 00:53:20,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\AssemblyBuilder.h +26 五月 2020 | 00:53:20,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\CustomAttributeBuilder.h +26 五月 2020 | 00:53:20,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericCMethod.h +26 五月 2020 | 00:53:20,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DerivedType.h +26 五月 2020 | 00:53:20,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericClass.h +26 五月 2020 | 00:53:20,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DynamicMethod.h +26 五月 2020 | 00:53:20,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericMethod.h +26 五月 2020 | 00:53:20,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\EnumBuilder.h +26 五月 2020 | 00:53:20,112 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethod.h +26 五月 2020 | 00:53:20,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\GenericTypeParameterBuilder.h +26 五月 2020 | 00:53:20,115 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethodInfo.h +26 五月 2020 | 00:53:20,117 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoPropertyInfo.h +26 五月 2020 | 00:53:20,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\ParameterInfo.h +26 五月 2020 | 00:53:20,120 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\RtFieldInfo.h +26 五月 2020 | 00:53:20,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\MethodBuilder.h +26 五月 2020 | 00:53:20,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit +26 五月 2020 | 00:53:20,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\AssemblyBuilder.h +26 五月 2020 | 00:53:20,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\CustomAttributeBuilder.h +26 五月 2020 | 00:53:20,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DerivedType.h +26 五月 2020 | 00:53:20,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DynamicMethod.h +26 五月 2020 | 00:53:20,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\EnumBuilder.h +26 五月 2020 | 00:53:20,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\GenericTypeParameterBuilder.h +26 五月 2020 | 00:53:20,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\MethodBuilder.h +26 五月 2020 | 00:53:20,222 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\ModuleBuilder.h +26 五月 2020 | 00:53:20,280 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\ModuleBuilder.h +26 五月 2020 | 00:53:20,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SignatureHelper.h +26 五月 2020 | 00:53:20,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SymbolType.h +26 五月 2020 | 00:53:20,294 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\TypeBuilder.h +26 五月 2020 | 00:53:20,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SignatureHelper.h +26 五月 2020 | 00:53:20,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SymbolType.h +26 五月 2020 | 00:53:20,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\TypeBuilder.h +26 五月 2020 | 00:53:20,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices +26 五月 2020 | 00:53:20,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices\RuntimeHelpers.h +26 五月 2020 | 00:53:20,361 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices +26 五月 2020 | 00:53:20,363 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\GCHandle.h +26 五月 2020 | 00:53:20,365 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\Marshal.h +26 五月 2020 | 00:53:20,369 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting +26 五月 2020 | 00:53:20,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting\RemotingServices.h +26 五月 2020 | 00:53:20,372 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation +26 五月 2020 | 00:53:20,373 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation\ActivationServices.h +26 五月 2020 | 00:53:20,375 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts +26 五月 2020 | 00:53:20,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts\Context.h +26 五月 2020 | 00:53:20,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging +26 五月 2020 | 00:53:20,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\AsyncResult.h +26 五月 2020 | 00:53:20,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\MonoMethodMessage.h +26 五月 2020 | 00:53:20,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies +26 五月 2020 | 00:53:20,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies\RealProxy.h +26 五月 2020 | 00:53:20,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning +26 五月 2020 | 00:53:20,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning\VersioningHelper.h +26 五月 2020 | 00:53:20,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security +26 五月 2020 | 00:53:20,413 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices +26 五月 2020 | 00:53:20,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices\RuntimeHelpers.h +26 五月 2020 | 00:53:20,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices +26 五月 2020 | 00:53:20,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\GCHandle.h +26 五月 2020 | 00:53:20,419 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\Marshal.h +26 五月 2020 | 00:53:20,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting +26 五月 2020 | 00:53:20,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting\RemotingServices.h +26 五月 2020 | 00:53:20,424 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation +26 五月 2020 | 00:53:20,425 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation\ActivationServices.h +26 五月 2020 | 00:53:20,427 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts +26 五月 2020 | 00:53:20,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts\Context.h +26 五月 2020 | 00:53:20,430 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging +26 五月 2020 | 00:53:20,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\AsyncResult.h +26 五月 2020 | 00:53:20,433 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\MonoMethodMessage.h +26 五月 2020 | 00:53:20,435 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies +26 五月 2020 | 00:53:20,437 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies\RealProxy.h +26 五月 2020 | 00:53:20,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning +26 五月 2020 | 00:53:20,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning\VersioningHelper.h +26 五月 2020 | 00:53:20,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security +26 五月 2020 | 00:53:20,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityFrame.h +26 五月 2020 | 00:53:20,533 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityFrame.h +26 五月 2020 | 00:53:20,533 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityManager.h +26 五月 2020 | 00:53:20,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography +26 五月 2020 | 00:53:20,545 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography\RNGCryptoServiceProvider.h +26 五月 2020 | 00:53:20,550 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy +26 五月 2020 | 00:53:20,552 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityManager.h +26 五月 2020 | 00:53:20,554 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy\Evidence.h +26 五月 2020 | 00:53:20,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal +26 五月 2020 | 00:53:20,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography +26 五月 2020 | 00:53:20,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsIdentity.h +26 五月 2020 | 00:53:20,563 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography\RNGCryptoServiceProvider.h +26 五月 2020 | 00:53:20,565 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsImpersonationContext.h +26 五月 2020 | 00:53:20,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy +26 五月 2020 | 00:53:20,568 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsPrincipal.h +26 五月 2020 | 00:53:20,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy\Evidence.h +26 五月 2020 | 00:53:20,571 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal +26 五月 2020 | 00:53:20,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsIdentity.h +26 五月 2020 | 00:53:20,574 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsImpersonationContext.h +26 五月 2020 | 00:53:20,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsPrincipal.h +26 五月 2020 | 00:53:20,612 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text +26 五月 2020 | 00:53:20,612 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text +26 五月 2020 | 00:53:20,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Encoding.h +26 五月 2020 | 00:53:20,614 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Encoding.h +26 五月 2020 | 00:53:20,615 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\EncodingHelper.h +26 五月 2020 | 00:53:20,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\EncodingHelper.h +26 五月 2020 | 00:53:20,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Normalization.h +26 五月 2020 | 00:53:20,684 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Normalization.h +26 五月 2020 | 00:53:20,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading +26 五月 2020 | 00:53:20,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Interlocked.h +26 五月 2020 | 00:53:20,691 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading +26 五月 2020 | 00:53:20,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\InternalThread.h +26 五月 2020 | 00:53:20,694 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Interlocked.h +26 五月 2020 | 00:53:20,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Monitor.h +26 五月 2020 | 00:53:20,696 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\InternalThread.h +26 五月 2020 | 00:53:20,697 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Mutex.h +26 五月 2020 | 00:53:20,698 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Monitor.h +26 五月 2020 | 00:53:20,699 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\NativeEventCalls.h +26 五月 2020 | 00:53:20,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Mutex.h +26 五月 2020 | 00:53:20,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Thread.h +26 五月 2020 | 00:53:20,702 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\NativeEventCalls.h +26 五月 2020 | 00:53:20,702 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\ThreadPool.h +26 五月 2020 | 00:53:20,704 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Thread.h +26 五月 2020 | 00:53:20,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Timer.h +26 五月 2020 | 00:53:20,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\ThreadPool.h +26 五月 2020 | 00:53:20,707 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Timer.h +26 五月 2020 | 00:53:20,743 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\WaitHandle.h +26 五月 2020 | 00:53:20,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\WaitHandle.h +26 五月 2020 | 00:53:20,843 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-functions.h +26 五月 2020 | 00:53:20,843 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-functions.h +26 五月 2020 | 00:53:20,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-types.h +26 五月 2020 | 00:53:20,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-types.h +26 五月 2020 | 00:53:20,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-api.h +26 五月 2020 | 00:53:20,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-api.h +26 五月 2020 | 00:53:21,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-config.h +26 五月 2020 | 00:53:21,072 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-debugger.h +26 五月 2020 | 00:53:21,077 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-metadata.h +26 五月 2020 | 00:53:21,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-config.h +26 五月 2020 | 00:53:21,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-debugger.h +26 五月 2020 | 00:53:21,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-metadata.h +26 五月 2020 | 00:53:21,122 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\il2cpp-string-types.h +26 五月 2020 | 00:53:21,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\il2cpp-string-types.h +26 五月 2020 | 00:53:21,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\libil2cpp.def +26 五月 2020 | 00:53:21,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\libil2cpp.def +26 五月 2020 | 00:53:21,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\libil2cpp.icalls +26 五月 2020 | 00:53:21,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\libil2cpp.icalls +26 五月 2020 | 00:53:21,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata +26 五月 2020 | 00:53:21,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata +26 五月 2020 | 00:53:21,128 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\ArrayMetadata.h +26 五月 2020 | 00:53:21,128 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\ArrayMetadata.h +26 五月 2020 | 00:53:21,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\FieldLayout.h +26 五月 2020 | 00:53:21,130 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\FieldLayout.h +26 五月 2020 | 00:53:21,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMetadata.h +26 五月 2020 | 00:53:21,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMetadata.h +26 五月 2020 | 00:53:21,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMethod.h +26 五月 2020 | 00:53:21,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\GenericSharing.h +26 五月 2020 | 00:53:21,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMethod.h +26 五月 2020 | 00:53:21,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\GenericSharing.h +26 五月 2020 | 00:53:21,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassCompare.h +26 五月 2020 | 00:53:21,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassHash.h +26 五月 2020 | 00:53:21,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextCompare.h +26 五月 2020 | 00:53:21,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextHash.h +26 五月 2020 | 00:53:21,192 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstCompare.h +26 五月 2020 | 00:53:21,193 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassCompare.h +26 五月 2020 | 00:53:21,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstHash.h +26 五月 2020 | 00:53:21,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassHash.h +26 五月 2020 | 00:53:21,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodCompare.h +26 五月 2020 | 00:53:21,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextCompare.h +26 五月 2020 | 00:53:21,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodHash.h +26 五月 2020 | 00:53:21,254 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextHash.h +26 五月 2020 | 00:53:21,257 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureCompare.h +26 五月 2020 | 00:53:21,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstCompare.h +26 五月 2020 | 00:53:21,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureHash.h +26 五月 2020 | 00:53:21,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstHash.h +26 五月 2020 | 00:53:21,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeCompare.h +26 五月 2020 | 00:53:21,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodCompare.h +26 五月 2020 | 00:53:21,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeHash.h +26 五月 2020 | 00:53:21,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodHash.h +26 五月 2020 | 00:53:21,267 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeVector.h +26 五月 2020 | 00:53:21,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureCompare.h +26 五月 2020 | 00:53:21,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureHash.h +26 五月 2020 | 00:53:21,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeCompare.h +26 五月 2020 | 00:53:21,277 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeHash.h +26 五月 2020 | 00:53:21,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeVector.h +26 五月 2020 | 00:53:21,355 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\metadata.h +26 五月 2020 | 00:53:21,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\mono +26 五月 2020 | 00:53:21,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\mono\metadata +26 五月 2020 | 00:53:21,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\metadata.h +26 五月 2020 | 00:53:21,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io-poll.h +26 五月 2020 | 00:53:21,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\mono +26 五月 2020 | 00:53:21,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\mono\metadata +26 五月 2020 | 00:53:21,361 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io.h +26 五月 2020 | 00:53:21,362 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io-poll.h +26 五月 2020 | 00:53:21,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms.h +26 五月 2020 | 00:53:21,364 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io.h +26 五月 2020 | 00:53:21,366 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms.h +26 五月 2020 | 00:53:21,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\normalization-tables.h +26 五月 2020 | 00:53:21,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\number-formatter.h +26 五月 2020 | 00:53:21,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\normalization-tables.h +26 五月 2020 | 00:53:21,379 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\object-internals.h +26 五月 2020 | 00:53:21,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\number-formatter.h +26 五月 2020 | 00:53:21,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os +26 五月 2020 | 00:53:21,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Atomic.h +26 五月 2020 | 00:53:21,384 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\object-internals.h +26 五月 2020 | 00:53:21,385 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os +26 五月 2020 | 00:53:21,385 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\COM.h +26 五月 2020 | 00:53:21,387 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Atomic.h +26 五月 2020 | 00:53:21,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\ConditionVariable.h +26 五月 2020 | 00:53:21,389 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\COM.h +26 五月 2020 | 00:53:21,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Console.h +26 五月 2020 | 00:53:21,391 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\ConditionVariable.h +26 五月 2020 | 00:53:21,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\CpuInfo.h +26 五月 2020 | 00:53:21,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Console.h +26 五月 2020 | 00:53:21,395 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\CpuInfo.h +26 五月 2020 | 00:53:21,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Cryptography.h +26 五月 2020 | 00:53:21,403 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Cryptography.h +26 五月 2020 | 00:53:21,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Debug.h +26 五月 2020 | 00:53:21,404 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Debug.h +26 五月 2020 | 00:53:21,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Directory.h +26 五月 2020 | 00:53:21,462 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Encoding.h +26 五月 2020 | 00:53:21,462 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Directory.h +26 五月 2020 | 00:53:21,467 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Encoding.h +26 五月 2020 | 00:53:21,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Environment.h +26 五月 2020 | 00:53:21,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Error.h +26 五月 2020 | 00:53:21,472 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Environment.h +26 五月 2020 | 00:53:21,476 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Error.h +26 五月 2020 | 00:53:21,477 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\ErrorCodes.h +26 五月 2020 | 00:53:21,482 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Event.h +26 五月 2020 | 00:53:21,482 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\ErrorCodes.h +26 五月 2020 | 00:53:21,487 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Event.h +26 五月 2020 | 00:53:21,488 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\File.h +26 五月 2020 | 00:53:21,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\FileSystemWatcher.h +26 五月 2020 | 00:53:21,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\File.h +26 五月 2020 | 00:53:21,493 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Generic +26 五月 2020 | 00:53:21,494 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\FileSystemWatcher.h +26 五月 2020 | 00:53:21,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Generic +26 五月 2020 | 00:53:21,495 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Generic\SocketImpl.h +26 五月 2020 | 00:53:21,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Generic\SocketImpl.h +26 五月 2020 | 00:53:21,716 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Handle.h +26 五月 2020 | 00:53:21,716 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Handle.h +26 五月 2020 | 00:53:21,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Image.h +26 五月 2020 | 00:53:21,721 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Image.h +26 五月 2020 | 00:53:21,732 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Initialize.h +26 五月 2020 | 00:53:21,732 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Initialize.h +26 五月 2020 | 00:53:21,737 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\LastError.h +26 五月 2020 | 00:53:21,737 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\LastError.h +26 五月 2020 | 00:53:21,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\LibraryLoader.h +26 五月 2020 | 00:53:21,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\LibraryLoader.h +26 五月 2020 | 00:53:21,746 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Locale.h +26 五月 2020 | 00:53:21,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Locale.h +26 五月 2020 | 00:53:21,750 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\MarshalAlloc.h +26 五月 2020 | 00:53:21,750 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\MarshalAlloc.h +26 五月 2020 | 00:53:21,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\MarshalStringAlloc.h +26 五月 2020 | 00:53:21,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\MarshalStringAlloc.h +26 五月 2020 | 00:53:21,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Memory.h +26 五月 2020 | 00:53:21,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Memory.h +26 五月 2020 | 00:53:21,758 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\MemoryMappedFile.h +26 五月 2020 | 00:53:21,758 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\MemoryMappedFile.h +26 五月 2020 | 00:53:21,760 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Messages.h +26 五月 2020 | 00:53:21,760 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Messages.h +26 五月 2020 | 00:53:21,761 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Mutex.h +26 五月 2020 | 00:53:21,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Mutex.h +26 五月 2020 | 00:53:21,763 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\NativeMethods.h +26 五月 2020 | 00:53:21,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\NativeMethods.h +26 五月 2020 | 00:53:21,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Path.h +26 五月 2020 | 00:53:21,765 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Path.h +26 五月 2020 | 00:53:21,766 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix +26 五月 2020 | 00:53:21,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix +26 五月 2020 | 00:53:21,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\AtomicImpl.h +26 五月 2020 | 00:53:21,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\AtomicImpl.h +26 五月 2020 | 00:53:21,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\ConditionVariableImpl.h +26 五月 2020 | 00:53:21,778 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\Error.h +26 五月 2020 | 00:53:21,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\EventImpl.h +26 五月 2020 | 00:53:21,780 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\FileHandle.h +26 五月 2020 | 00:53:21,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\MutexImpl.h +26 五月 2020 | 00:53:21,782 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\ConditionVariableImpl.h +26 五月 2020 | 00:53:21,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixHelpers.h +26 五月 2020 | 00:53:21,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\Error.h +26 五月 2020 | 00:53:21,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixWaitObject.h +26 五月 2020 | 00:53:21,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\EventImpl.h +26 五月 2020 | 00:53:21,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\SemaphoreImpl.h +26 五月 2020 | 00:53:21,786 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\FileHandle.h +26 五月 2020 | 00:53:21,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\SocketImpl.h +26 五月 2020 | 00:53:21,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\MutexImpl.h +26 五月 2020 | 00:53:21,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadImpl.h +26 五月 2020 | 00:53:21,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:21,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixHelpers.h +26 五月 2020 | 00:53:21,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixWaitObject.h +26 五月 2020 | 00:53:21,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\SemaphoreImpl.h +26 五月 2020 | 00:53:21,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\SocketImpl.h +26 五月 2020 | 00:53:21,794 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadImpl.h +26 五月 2020 | 00:53:21,795 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:21,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Process.h +26 五月 2020 | 00:53:21,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Process.h +26 五月 2020 | 00:53:21,986 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Semaphore.h +26 五月 2020 | 00:53:21,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Semaphore.h +26 五月 2020 | 00:53:21,988 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Socket.h +26 五月 2020 | 00:53:21,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Socket.h +26 五月 2020 | 00:53:21,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\StackTrace.h +26 五月 2020 | 00:53:21,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Std +26 五月 2020 | 00:53:21,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\StackTrace.h +26 五月 2020 | 00:53:21,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Std +26 五月 2020 | 00:53:21,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Std\ThreadImpl.h +26 五月 2020 | 00:53:21,992 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Std\ThreadImpl.h +26 五月 2020 | 00:53:21,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Thread.h +26 五月 2020 | 00:53:21,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Thread.h +26 五月 2020 | 00:53:21,998 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\ThreadLocalValue.h +26 五月 2020 | 00:53:21,999 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\ThreadLocalValue.h +26 五月 2020 | 00:53:21,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Time.h +26 五月 2020 | 00:53:22,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Time.h +26 五月 2020 | 00:53:22,000 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\TimeZone.h +26 五月 2020 | 00:53:22,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Tizen +26 五月 2020 | 00:53:22,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\TimeZone.h +26 五月 2020 | 00:53:22,002 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Tizen +26 五月 2020 | 00:53:22,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Tizen\ExtendedAtomicOps.h +26 五月 2020 | 00:53:22,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Tizen\ExtendedAtomicOps.h +26 五月 2020 | 00:53:22,006 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity +26 五月 2020 | 00:53:22,007 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity +26 五月 2020 | 00:53:22,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\AtomicQueue.h +26 五月 2020 | 00:53:22,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\AtomicQueue.h +26 五月 2020 | 00:53:22,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm.h +26 五月 2020 | 00:53:22,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm.h +26 五月 2020 | 00:53:22,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm64.h +26 五月 2020 | 00:53:22,012 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm64.h +26 五月 2020 | 00:53:22,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86-64.h +26 五月 2020 | 00:53:22,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86-64.h +26 五月 2020 | 00:53:22,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86.h +26 五月 2020 | 00:53:22,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86.h +26 五月 2020 | 00:53:22,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps.h +26 五月 2020 | 00:53:22,016 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps.h +26 五月 2020 | 00:53:22,016 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicTypes.h +26 五月 2020 | 00:53:22,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicTypes.h +26 五月 2020 | 00:53:22,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Unity\UnityPlatformConfigure.h +26 五月 2020 | 00:53:22,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Unity\UnityPlatformConfigure.h +26 五月 2020 | 00:53:22,026 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WaitStatus.h +26 五月 2020 | 00:53:22,027 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32 +26 五月 2020 | 00:53:22,027 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WaitStatus.h +26 五月 2020 | 00:53:22,028 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\AtomicImpl.h +26 五月 2020 | 00:53:22,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32 +26 五月 2020 | 00:53:22,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\AtomicImpl.h +26 五月 2020 | 00:53:22,030 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\ConditionVariableImpl.h +26 五月 2020 | 00:53:22,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\ConditionVariableImpl.h +26 五月 2020 | 00:53:22,032 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\EventImpl.h +26 五月 2020 | 00:53:22,033 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\MutexImpl.h +26 五月 2020 | 00:53:22,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\EventImpl.h +26 五月 2020 | 00:53:22,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\SemaphoreImpl.h +26 五月 2020 | 00:53:22,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\MutexImpl.h +26 五月 2020 | 00:53:22,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\SocketImpl.h +26 五月 2020 | 00:53:22,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\SemaphoreImpl.h +26 五月 2020 | 00:53:22,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadImpl.h +26 五月 2020 | 00:53:22,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\SocketImpl.h +26 五月 2020 | 00:53:22,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:22,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadImpl.h +26 五月 2020 | 00:53:22,040 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHeaders.h +26 五月 2020 | 00:53:22,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:22,041 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHelpers.h +26 五月 2020 | 00:53:22,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHeaders.h +26 五月 2020 | 00:53:22,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHelpers.h +26 五月 2020 | 00:53:22,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WinRT +26 五月 2020 | 00:53:22,052 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WinRT +26 五月 2020 | 00:53:22,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WinRT\SynchronousOperation.h +26 五月 2020 | 00:53:22,057 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WinRT\SynchronousOperation.h +26 五月 2020 | 00:53:22,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiSharedEmulation.h +26 五月 2020 | 00:53:22,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiSharedEmulation.h +26 五月 2020 | 00:53:22,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiWinRTEmulation.h +26 五月 2020 | 00:53:22,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiWinRTEmulation.h +26 五月 2020 | 00:53:22,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\os\WindowsRuntime.h +26 五月 2020 | 00:53:22,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\tabledefs.h +26 五月 2020 | 00:53:22,065 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils +26 五月 2020 | 00:53:22,067 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\BlobReader.h +26 五月 2020 | 00:53:22,068 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\os\WindowsRuntime.h +26 五月 2020 | 00:53:22,069 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\CallOnce.h +26 五月 2020 | 00:53:22,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Collections.h +26 五月 2020 | 00:53:22,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\tabledefs.h +26 五月 2020 | 00:53:22,071 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils +26 五月 2020 | 00:53:22,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\DirectoryUtils.h +26 五月 2020 | 00:53:22,073 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\BlobReader.h +26 五月 2020 | 00:53:22,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Functional.h +26 五月 2020 | 00:53:22,074 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\CallOnce.h +26 五月 2020 | 00:53:22,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\HashUtils.h +26 五月 2020 | 00:53:22,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Collections.h +26 五月 2020 | 00:53:22,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHStringReference.h +26 五月 2020 | 00:53:22,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\DirectoryUtils.h +26 五月 2020 | 00:53:22,077 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashMap.h +26 五月 2020 | 00:53:22,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Functional.h +26 五月 2020 | 00:53:22,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashSet.h +26 五月 2020 | 00:53:22,079 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\HashUtils.h +26 五月 2020 | 00:53:22,080 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\KeyWrapper.h +26 五月 2020 | 00:53:22,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHStringReference.h +26 五月 2020 | 00:53:22,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\MathUtils.h +26 五月 2020 | 00:53:22,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Memory.h +26 五月 2020 | 00:53:22,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashMap.h +26 五月 2020 | 00:53:22,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\MemoryPool.h +26 五月 2020 | 00:53:22,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashSet.h +26 五月 2020 | 00:53:22,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\MemoryRead.h +26 五月 2020 | 00:53:22,085 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\KeyWrapper.h +26 五月 2020 | 00:53:22,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\NonCopyable.h +26 五月 2020 | 00:53:22,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\MathUtils.h +26 五月 2020 | 00:53:22,087 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Memory.h +26 五月 2020 | 00:53:22,088 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\Output.h +26 五月 2020 | 00:53:22,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\MemoryPool.h +26 五月 2020 | 00:53:22,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\PathUtils.h +26 五月 2020 | 00:53:22,090 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\MemoryRead.h +26 五月 2020 | 00:53:22,090 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\RegisterRuntimeInitializeAndCleanup.h +26 五月 2020 | 00:53:22,091 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\NonCopyable.h +26 五月 2020 | 00:53:22,092 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\StringUtils.h +26 五月 2020 | 00:53:22,093 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\Output.h +26 五月 2020 | 00:53:22,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\StringView.h +26 五月 2020 | 00:53:22,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\PathUtils.h +26 五月 2020 | 00:53:22,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\StringViewStream.h +26 五月 2020 | 00:53:22,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\RegisterRuntimeInitializeAndCleanup.h +26 五月 2020 | 00:53:22,096 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\ThreadSafeFreeList.h +26 五月 2020 | 00:53:22,097 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\StringUtils.h +26 五月 2020 | 00:53:22,097 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\dynamic_array.h +26 五月 2020 | 00:53:22,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp +26 五月 2020 | 00:53:22,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\StringView.h +26 五月 2020 | 00:53:22,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source +26 五月 2020 | 00:53:22,099 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8 +26 五月 2020 | 00:53:22,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\StringViewStream.h +26 五月 2020 | 00:53:22,100 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\checked.h +26 五月 2020 | 00:53:22,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\ThreadSafeFreeList.h +26 五月 2020 | 00:53:22,101 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\core.h +26 五月 2020 | 00:53:22,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\dynamic_array.h +26 五月 2020 | 00:53:22,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp +26 五月 2020 | 00:53:22,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source +26 五月 2020 | 00:53:22,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\unchecked.h +26 五月 2020 | 00:53:22,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8 +26 五月 2020 | 00:53:22,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\checked.h +26 五月 2020 | 00:53:22,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\core.h +26 五月 2020 | 00:53:22,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\unchecked.h +26 五月 2020 | 00:53:22,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8.h +26 五月 2020 | 00:53:22,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm +26 五月 2020 | 00:53:22,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Array.h +26 五月 2020 | 00:53:22,138 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Assembly.h +26 五月 2020 | 00:53:22,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8.h +26 五月 2020 | 00:53:22,139 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\AssemblyName.h +26 五月 2020 | 00:53:22,140 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm +26 五月 2020 | 00:53:22,141 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Atomic.h +26 五月 2020 | 00:53:22,142 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Array.h +26 五月 2020 | 00:53:22,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\CCW.h +26 五月 2020 | 00:53:22,143 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Assembly.h +26 五月 2020 | 00:53:22,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\AssemblyName.h +26 五月 2020 | 00:53:22,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Atomic.h +26 五月 2020 | 00:53:22,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\CCW.h +26 五月 2020 | 00:53:22,149 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\COM.h +26 五月 2020 | 00:53:22,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Class.h +26 五月 2020 | 00:53:22,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\ComUtils.h +26 五月 2020 | 00:53:22,153 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Debug.h +26 五月 2020 | 00:53:22,153 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\COM.h +26 五月 2020 | 00:53:22,155 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Class.h +26 五月 2020 | 00:53:22,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Domain.h +26 五月 2020 | 00:53:22,156 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Enum.h +26 五月 2020 | 00:53:22,156 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\ComUtils.h +26 五月 2020 | 00:53:22,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Debug.h +26 五月 2020 | 00:53:22,159 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Environment.h +26 五月 2020 | 00:53:22,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Event.h +26 五月 2020 | 00:53:22,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Domain.h +26 五月 2020 | 00:53:22,161 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Exception.h +26 五月 2020 | 00:53:22,162 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Enum.h +26 五月 2020 | 00:53:22,163 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Field.h +26 五月 2020 | 00:53:22,163 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Environment.h +26 五月 2020 | 00:53:22,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\GenericClass.h +26 五月 2020 | 00:53:22,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Event.h +26 五月 2020 | 00:53:22,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\GenericContainer.h +26 五月 2020 | 00:53:22,166 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Exception.h +26 五月 2020 | 00:53:22,167 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Image.h +26 五月 2020 | 00:53:22,167 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Field.h +26 五月 2020 | 00:53:22,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\InternalCalls.h +26 五月 2020 | 00:53:22,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\GenericClass.h +26 五月 2020 | 00:53:22,169 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\LastError.h +26 五月 2020 | 00:53:22,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\GenericContainer.h +26 五月 2020 | 00:53:22,171 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\LibraryLoader.h +26 五月 2020 | 00:53:22,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Image.h +26 五月 2020 | 00:53:22,172 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Liveness.h +26 五月 2020 | 00:53:22,172 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\InternalCalls.h +26 五月 2020 | 00:53:22,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MarshalAlloc.h +26 五月 2020 | 00:53:22,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\LastError.h +26 五月 2020 | 00:53:22,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MemoryInformation.h +26 五月 2020 | 00:53:22,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\LibraryLoader.h +26 五月 2020 | 00:53:22,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Liveness.h +26 五月 2020 | 00:53:22,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MetadataAlloc.h +26 五月 2020 | 00:53:22,178 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MetadataCache.h +26 五月 2020 | 00:53:22,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MarshalAlloc.h +26 五月 2020 | 00:53:22,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLoader.h +26 五月 2020 | 00:53:22,179 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MemoryInformation.h +26 五月 2020 | 00:53:22,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLock.h +26 五月 2020 | 00:53:22,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MetadataAlloc.h +26 五月 2020 | 00:53:22,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Method.h +26 五月 2020 | 00:53:22,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MetadataCache.h +26 五月 2020 | 00:53:22,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Module.h +26 五月 2020 | 00:53:22,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLoader.h +26 五月 2020 | 00:53:22,184 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Monitor.h +26 五月 2020 | 00:53:22,185 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLock.h +26 五月 2020 | 00:53:22,186 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Object.h +26 五月 2020 | 00:53:22,186 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Method.h +26 五月 2020 | 00:53:22,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Parameter.h +26 五月 2020 | 00:53:22,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\PlatformInvoke.h +26 五月 2020 | 00:53:22,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Module.h +26 五月 2020 | 00:53:22,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Profiler.h +26 五月 2020 | 00:53:22,191 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Property.h +26 五月 2020 | 00:53:22,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Monitor.h +26 五月 2020 | 00:53:22,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Object.h +26 五月 2020 | 00:53:22,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\RCW.h +26 五月 2020 | 00:53:22,194 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Parameter.h +26 五月 2020 | 00:53:22,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\PlatformInvoke.h +26 五月 2020 | 00:53:22,196 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Profiler.h +26 五月 2020 | 00:53:22,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Property.h +26 五月 2020 | 00:53:22,198 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Random.h +26 五月 2020 | 00:53:22,199 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\RCW.h +26 五月 2020 | 00:53:22,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Reflection.h +26 五月 2020 | 00:53:22,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Runtime.h +26 五月 2020 | 00:53:22,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\StackTrace.h +26 五月 2020 | 00:53:22,203 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\String.h +26 五月 2020 | 00:53:22,204 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Random.h +26 五月 2020 | 00:53:22,205 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Thread.h +26 五月 2020 | 00:53:22,205 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Reflection.h +26 五月 2020 | 00:53:22,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPool.h +26 五月 2020 | 00:53:22,206 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Runtime.h +26 五月 2020 | 00:53:22,207 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPoolMs.h +26 五月 2020 | 00:53:22,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\StackTrace.h +26 五月 2020 | 00:53:22,209 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\Type.h +26 五月 2020 | 00:53:22,209 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\String.h +26 五月 2020 | 00:53:22,210 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\WaitHandle.h +26 五月 2020 | 00:53:22,211 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Thread.h +26 五月 2020 | 00:53:22,211 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Libraries\libil2cpp\include\vm\WindowsRuntime.h +26 五月 2020 | 00:53:22,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPool.h +26 五月 2020 | 00:53:22,213 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPoolMs.h +26 五月 2020 | 00:53:22,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\Type.h +26 五月 2020 | 00:53:22,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\WaitHandle.h +26 五月 2020 | 00:53:22,217 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Libraries\libil2cpp\include\vm\WindowsRuntime.h +26 五月 2020 | 00:53:22,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\MapFileParser.sh +26 五月 2020 | 00:53:22,251 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone +26 五月 2020 | 00:53:22,252 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets +26 五月 2020 | 00:53:22,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset +26 五月 2020 | 00:53:22,254 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Contents.json +26 五月 2020 | 00:53:22,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\MapFileParser.sh +26 五月 2020 | 00:53:22,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone +26 五月 2020 | 00:53:22,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-120.png +26 五月 2020 | 00:53:22,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets +26 五月 2020 | 00:53:22,257 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset +26 五月 2020 | 00:53:22,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-144.png +26 五月 2020 | 00:53:22,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Contents.json +26 五月 2020 | 00:53:22,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-152.png +26 五月 2020 | 00:53:22,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-120.png +26 五月 2020 | 00:53:22,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-167.png +26 五月 2020 | 00:53:22,263 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-144.png +26 五月 2020 | 00:53:22,265 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-152.png +26 五月 2020 | 00:53:22,265 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-180.png +26 五月 2020 | 00:53:22,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-72.png +26 五月 2020 | 00:53:22,267 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-167.png +26 五月 2020 | 00:53:22,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-76.png +26 五月 2020 | 00:53:22,269 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-180.png +26 五月 2020 | 00:53:22,270 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon.png +26 五月 2020 | 00:53:22,271 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-72.png +26 五月 2020 | 00:53:22,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon@2x.png +26 五月 2020 | 00:53:22,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-76.png +26 五月 2020 | 00:53:22,274 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon.png +26 五月 2020 | 00:53:22,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon@2x.png +26 五月 2020 | 00:53:22,291 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage +26 五月 2020 | 00:53:22,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage +26 五月 2020 | 00:53:22,296 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Contents.json +26 五月 2020 | 00:53:22,297 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Contents.json +26 五月 2020 | 00:53:22,299 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-568h@2x.png +26 五月 2020 | 00:53:22,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-568h@2x.png +26 五月 2020 | 00:53:22,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-667h@2x.png +26 五月 2020 | 00:53:22,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-667h@2x.png +26 五月 2020 | 00:53:22,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape.png +26 五月 2020 | 00:53:22,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape.png +26 五月 2020 | 00:53:22,308 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@2x.png +26 五月 2020 | 00:53:22,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@2x.png +26 五月 2020 | 00:53:22,310 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@3x.png +26 五月 2020 | 00:53:22,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@3x.png +26 五月 2020 | 00:53:22,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait.png +26 五月 2020 | 00:53:22,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@2x.png +26 五月 2020 | 00:53:22,313 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait.png +26 五月 2020 | 00:53:22,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@2x.png +26 五月 2020 | 00:53:22,322 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@3x.png +26 五月 2020 | 00:53:22,323 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@3x.png +26 五月 2020 | 00:53:22,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default.png +26 五月 2020 | 00:53:22,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default.png +26 五月 2020 | 00:53:22,325 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default@2x.png +26 五月 2020 | 00:53:22,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default@2x.png +26 五月 2020 | 00:53:22,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests +26 五月 2020 | 00:53:22,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests +26 五月 2020 | 00:53:22,338 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Info.plist +26 五月 2020 | 00:53:22,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Info.plist +26 五月 2020 | 00:53:22,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Prefix.pch +26 五月 2020 | 00:53:22,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Prefix.pch +26 五月 2020 | 00:53:22,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests\Unity_iPhone_Tests.m +26 五月 2020 | 00:53:22,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests\Unity_iPhone_Tests.m +26 五月 2020 | 00:53:22,341 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests\en.lproj +26 五月 2020 | 00:53:22,342 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests\en.lproj +26 五月 2020 | 00:53:22,343 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone Tests\en.lproj\InfoPlist.strings +26 五月 2020 | 00:53:22,343 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone Tests\en.lproj\InfoPlist.strings +26 五月 2020 | 00:53:22,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj +26 五月 2020 | 00:53:22,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj +26 五月 2020 | 00:53:22,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +26 五月 2020 | 00:53:22,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +26 五月 2020 | 00:53:22,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata +26 五月 2020 | 00:53:22,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata +26 五月 2020 | 00:53:22,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes +26 五月 2020 | 00:53:22,352 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes +26 五月 2020 | 00:53:22,353 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes\Unity-iPhone.xcscheme +26 五月 2020 | 00:53:22,353 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes\Unity-iPhone.xcscheme +26 五月 2020 | 00:53:22,356 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\UnityData.xcassets +26 五月 2020 | 00:53:22,356 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\UnityData.xcassets +26 五月 2020 | 00:53:22,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build +26 五月 2020 | 00:53:22,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build +26 五月 2020 | 00:53:22,358 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build\._Unity-iPhone.build +26 五月 2020 | 00:53:22,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build\._Unity-iPhone.build +26 五月 2020 | 00:53:22,359 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build\Release-iphoneos +26 五月 2020 | 00:53:22,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build\Release-iphoneos +26 五月 2020 | 00:53:22,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build\Unity-iPhone.build +26 五月 2020 | 00:53:22,371 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build\Unity-iPhone.build\Release-iphoneos +26 五月 2020 | 00:53:22,372 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_xcode\build\log +26 五月 2020 | 00:53:22,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_exinfo_ui +26 五月 2020 | 00:53:22,377 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build\Unity-iPhone.build +26 五月 2020 | 00:53:22,378 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build\Unity-iPhone.build\Release-iphoneos +26 五月 2020 | 00:53:22,379 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_xcode\build\log +26 五月 2020 | 00:53:22,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_exinfo_ui +26 五月 2020 | 00:53:22,959 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 334. +26 五月 2020 | 00:53:22,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 334. +26 五月 2020 | 00:53:23,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Headers.meta +26 五月 2020 | 00:53:23,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules +26 五月 2020 | 00:53:23,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap +26 五月 2020 | 00:53:23,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules\module.modulemap.meta +26 五月 2020 | 00:53:23,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Frameworks\Editor\XCodeAPI\Frameworks\Bugly.framework\Modules.meta +26 五月 2020 | 00:53:23,266 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Info.plist +26 五月 2020 | 00:53:23,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries +26 五月 2020 | 00:53:23,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor +26 五月 2020 | 00:53:23,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI +26 五月 2020 | 00:53:23,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code +26 五月 2020 | 00:53:23,269 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.h +26 五月 2020 | 00:53:23,271 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code\UnityAction.m +26 五月 2020 | 00:53:23,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.h +26 五月 2020 | 00:53:23,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +26 五月 2020 | 00:53:23,303 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Il2CppOptions.cpp +26 五月 2020 | 00:53:23,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins +26 五月 2020 | 00:53:23,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS +26 五月 2020 | 00:53:23,304 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\BuglyBridge +26 五月 2020 | 00:53:23,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\BuglyBridge\BuglyBridge.h +26 五月 2020 | 00:53:23,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport +26 五月 2020 | 00:53:23,318 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib +26 五月 2020 | 00:53:23,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.h +26 五月 2020 | 00:53:23,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\ApiXml.mm +26 五月 2020 | 00:53:23,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.h +26 五月 2020 | 00:53:23,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\SDKExport\lib\WXUtil.mm +26 五月 2020 | 00:53:23,362 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\wx +26 五月 2020 | 00:53:23,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\wx\WXApi.h +26 五月 2020 | 00:53:23,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\wx\WXApiObject.h +26 五月 2020 | 00:53:23,388 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\Plugins\iOS\wx\WechatAuthSDK.h +26 五月 2020 | 00:53:23,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\RegisterFeatures.cpp +26 五月 2020 | 00:53:23,518 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\RegisterFeatures.h +26 五月 2020 | 00:53:23,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\RegisterMonoModules.cpp +26 五月 2020 | 00:53:23,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\RegisterMonoModules.h +26 五月 2020 | 00:53:23,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp +26 五月 2020 | 00:53:23,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include +26 五月 2020 | 00:53:23,530 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\blob.h +26 五月 2020 | 00:53:23,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\char-conversions.h +26 五月 2020 | 00:53:23,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\class-internals.h +26 五月 2020 | 00:53:23,533 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\codegen +26 五月 2020 | 00:53:23,535 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\codegen\il2cpp-codegen.h +26 五月 2020 | 00:53:23,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger +26 五月 2020 | 00:53:23,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\agent.h +26 五月 2020 | 00:53:23,544 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\command-line-parser.h +26 五月 2020 | 00:53:23,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\common.h +26 五月 2020 | 00:53:23,547 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\data-buffer.h +26 五月 2020 | 00:53:23,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\event-request.h +26 五月 2020 | 00:53:23,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\id-bank.h +26 五月 2020 | 00:53:23,551 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\il2cpp-api-test-forwarder.h +26 五月 2020 | 00:53:23,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\meta.h +26 五月 2020 | 00:53:23,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol +26 五月 2020 | 00:53:23,553 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands +26 五月 2020 | 00:53:23,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\app-domain.h +26 五月 2020 | 00:53:23,555 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\array-ref.h +26 五月 2020 | 00:53:23,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\assembly.h +26 五月 2020 | 00:53:23,558 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event-request.h +26 五月 2020 | 00:53:23,559 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\event.h +26 五月 2020 | 00:53:23,560 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\internal-error.h +26 五月 2020 | 00:53:23,562 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\method.h +26 五月 2020 | 00:53:23,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\module.h +26 五月 2020 | 00:53:23,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\object-ref.h +26 五月 2020 | 00:53:23,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\stack-frame.h +26 五月 2020 | 00:53:23,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\string-ref.h +26 五月 2020 | 00:53:23,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\thread.h +26 五月 2020 | 00:53:23,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\type.h +26 五月 2020 | 00:53:23,593 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\commands\vm.h +26 五月 2020 | 00:53:23,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\events.h +26 五月 2020 | 00:53:23,633 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\globals.h +26 五月 2020 | 00:53:23,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol-utils.h +26 五月 2020 | 00:53:23,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\protocol.h +26 五月 2020 | 00:53:23,638 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\protocol\utils.h +26 五月 2020 | 00:53:23,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\thread-data.h +26 五月 2020 | 00:53:23,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\transport-tcp.h +26 五月 2020 | 00:53:23,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\transport.h +26 五月 2020 | 00:53:23,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\debugger\variant.h +26 五月 2020 | 00:53:23,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external +26 五月 2020 | 00:53:23,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google +26 五月 2020 | 00:53:23,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash +26 五月 2020 | 00:53:23,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_map.h +26 五月 2020 | 00:53:23,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\dense_hash_set.h +26 五月 2020 | 00:53:23,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\densehashtable.h +26 五月 2020 | 00:53:23,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\google\sparsehash\type_traits.h +26 五月 2020 | 00:53:23,707 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib +26 五月 2020 | 00:53:23,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\crc32.h +26 五月 2020 | 00:53:23,711 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\deflate.h +26 五月 2020 | 00:53:23,713 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffast.h +26 五月 2020 | 00:53:23,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\inffixed.h +26 五月 2020 | 00:53:23,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\inflate.h +26 五月 2020 | 00:53:23,725 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\inftrees.h +26 五月 2020 | 00:53:23,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\trees.h +26 五月 2020 | 00:53:23,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\zconf.h +26 五月 2020 | 00:53:23,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\zlib.h +26 五月 2020 | 00:53:23,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\external\zlib\zutil.h +26 五月 2020 | 00:53:23,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\externals +26 五月 2020 | 00:53:23,764 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\externals\MonoPosixHelper.h +26 五月 2020 | 00:53:23,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc +26 五月 2020 | 00:53:23,767 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\Allocator.h +26 五月 2020 | 00:53:23,768 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\AppendOnlyGCHashMap.h +26 五月 2020 | 00:53:23,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\GCHandle.h +26 五月 2020 | 00:53:23,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\GarbageCollector.h +26 五月 2020 | 00:53:23,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\WriteBarrier.h +26 五月 2020 | 00:53:23,776 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\gc\gc_wrapper.h +26 五月 2020 | 00:53:23,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icallincludes.h +26 五月 2020 | 00:53:23,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls +26 五月 2020 | 00:53:23,783 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System +26 五月 2020 | 00:53:23,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32 +26 五月 2020 | 00:53:23,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\Microsoft.Win32\NativeMethods.h +26 五月 2020 | 00:53:23,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System +26 五月 2020 | 00:53:23,790 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System\IOSelector.h +26 五月 2020 | 00:53:23,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel +26 五月 2020 | 00:53:23,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.ComponentModel\Win32Exception.h +26 五月 2020 | 00:53:23,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration +26 五月 2020 | 00:53:23,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\DefaultConfig.h +26 五月 2020 | 00:53:23,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:23,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics +26 五月 2020 | 00:53:23,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\DefaultTraceListener.h +26 五月 2020 | 00:53:23,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\FileVersionInfo.h +26 五月 2020 | 00:53:23,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounter.h +26 五月 2020 | 00:53:23,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterCategory.h +26 五月 2020 | 00:53:23,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\PerformanceCounterUtils.h +26 五月 2020 | 00:53:23,810 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Process.h +26 五月 2020 | 00:53:23,813 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\Stopwatch.h +26 五月 2020 | 00:53:23,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Diagnostics\perfcounters-def.h +26 五月 2020 | 00:53:23,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO +26 五月 2020 | 00:53:23,824 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FAMWatcher.h +26 五月 2020 | 00:53:23,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\FileSystemWatcher.h +26 五月 2020 | 00:53:23,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\InotifyWatcher.h +26 五月 2020 | 00:53:23,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.IO\KqueueMonitor.h +26 五月 2020 | 00:53:23,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net +26 五月 2020 | 00:53:23,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net\Dns.h +26 五月 2020 | 00:53:23,839 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation +26 五月 2020 | 00:53:23,840 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.NetworkInformation\MacOsIPInterfaceProperties.h +26 五月 2020 | 00:53:23,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets +26 五月 2020 | 00:53:23,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\Socket.h +26 五月 2020 | 00:53:23,846 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Net.Sockets\SocketException.h +26 五月 2020 | 00:53:23,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading +26 五月 2020 | 00:53:23,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System\System.Threading\Semaphore.h +26 五月 2020 | 00:53:23,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration +26 五月 2020 | 00:53:23,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration +26 五月 2020 | 00:53:23,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Configuration\System.Configuration\InternalConfigurationHost.h +26 五月 2020 | 00:53:23,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core +26 五月 2020 | 00:53:23,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles +26 五月 2020 | 00:53:23,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\System.Core\System.IO.MemoryMappedFiles\MemoryMapImpl.h +26 五月 2020 | 00:53:23,871 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib +26 五月 2020 | 00:53:23,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono +26 五月 2020 | 00:53:23,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono\Runtime.h +26 五月 2020 | 00:53:23,876 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode +26 五月 2020 | 00:53:23,877 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Globalization.Unicode\Normalization.h +26 五月 2020 | 00:53:23,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop +26 五月 2020 | 00:53:23,880 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Interop\ComInteropProxy.h +26 五月 2020 | 00:53:23,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography +26 五月 2020 | 00:53:23,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\Mono.Security.Cryptography\KeyPairPersistence.h +26 五月 2020 | 00:53:23,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System +26 五月 2020 | 00:53:23,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Activator.h +26 五月 2020 | 00:53:23,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\AppDomain.h +26 五月 2020 | 00:53:23,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ArgIterator.h +26 五月 2020 | 00:53:23,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Array.h +26 五月 2020 | 00:53:23,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Buffer.h +26 五月 2020 | 00:53:23,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CLRConfig.h +26 五月 2020 | 00:53:23,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Char.h +26 五月 2020 | 00:53:23,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ConsoleDriver.h +26 五月 2020 | 00:53:23,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Convert.h +26 五月 2020 | 00:53:23,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\CurrentSystemTimeZone.h +26 五月 2020 | 00:53:23,903 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\DateTime.h +26 五月 2020 | 00:53:23,905 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Decimal.h +26 五月 2020 | 00:53:23,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Delegate.h +26 五月 2020 | 00:53:23,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Double.h +26 五月 2020 | 00:53:23,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Enum.h +26 五月 2020 | 00:53:23,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Environment.h +26 五月 2020 | 00:53:23,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Exception.h +26 五月 2020 | 00:53:23,935 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\GC.h +26 五月 2020 | 00:53:23,937 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Math.h +26 五月 2020 | 00:53:23,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MissingMemberException.h +26 五月 2020 | 00:53:23,939 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoCustomAttrs.h +26 五月 2020 | 00:53:23,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoEnumInfo.h +26 五月 2020 | 00:53:23,942 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\MonoType.h +26 五月 2020 | 00:53:23,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Number.h +26 五月 2020 | 00:53:23,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\NumberFormatter.h +26 五月 2020 | 00:53:23,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Object.h +26 五月 2020 | 00:53:23,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeFieldHandle.h +26 五月 2020 | 00:53:23,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeMethodHandle.h +26 五月 2020 | 00:53:23,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeType.h +26 五月 2020 | 00:53:23,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\RuntimeTypeHandle.h +26 五月 2020 | 00:53:23,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\String.h +26 五月 2020 | 00:53:23,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TimeSpan.h +26 五月 2020 | 00:53:23,956 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\Type.h +26 五月 2020 | 00:53:23,959 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\TypedReference.h +26 五月 2020 | 00:53:23,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\ValueType.h +26 五月 2020 | 00:53:23,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System\__ComObject.h +26 五月 2020 | 00:53:23,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics +26 五月 2020 | 00:53:23,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Assert.h +26 五月 2020 | 00:53:23,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\Debugger.h +26 五月 2020 | 00:53:23,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackFrame.h +26 五月 2020 | 00:53:23,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Diagnostics\StackTrace.h +26 五月 2020 | 00:53:23,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization +26 五月 2020 | 00:53:24,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CalendarData.h +26 五月 2020 | 00:53:24,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareInfo.h +26 五月 2020 | 00:53:24,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CompareOptions.h +26 五月 2020 | 00:53:24,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureData.h +26 五月 2020 | 00:53:24,014 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfo.h +26 五月 2020 | 00:53:24,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoInternals.h +26 五月 2020 | 00:53:24,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\CultureInfoTables.h +26 五月 2020 | 00:53:24,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Globalization\RegionInfo.h +26 五月 2020 | 00:53:24,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO +26 五月 2020 | 00:53:24,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\DriveInfo.h +26 五月 2020 | 00:53:24,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\MonoIO.h +26 五月 2020 | 00:53:24,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.IO\Path.h +26 五月 2020 | 00:53:24,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection +26 五月 2020 | 00:53:24,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Assembly.h +26 五月 2020 | 00:53:24,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\AssemblyName.h +26 五月 2020 | 00:53:24,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\CustomAttributeData.h +26 五月 2020 | 00:53:24,049 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\FieldInfo.h +26 五月 2020 | 00:53:24,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MemberInfo.h +26 五月 2020 | 00:53:24,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MethodBase.h +26 五月 2020 | 00:53:24,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\Module.h +26 五月 2020 | 00:53:24,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoCMethod.h +26 五月 2020 | 00:53:24,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoEventInfo.h +26 五月 2020 | 00:53:24,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoField.h +26 五月 2020 | 00:53:24,059 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericCMethod.h +26 五月 2020 | 00:53:24,060 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericClass.h +26 五月 2020 | 00:53:24,061 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoGenericMethod.h +26 五月 2020 | 00:53:24,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethod.h +26 五月 2020 | 00:53:24,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoMethodInfo.h +26 五月 2020 | 00:53:24,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\MonoPropertyInfo.h +26 五月 2020 | 00:53:24,092 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\ParameterInfo.h +26 五月 2020 | 00:53:24,093 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection\RtFieldInfo.h +26 五月 2020 | 00:53:24,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit +26 五月 2020 | 00:53:24,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\AssemblyBuilder.h +26 五月 2020 | 00:53:24,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\CustomAttributeBuilder.h +26 五月 2020 | 00:53:24,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DerivedType.h +26 五月 2020 | 00:53:24,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\DynamicMethod.h +26 五月 2020 | 00:53:24,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\EnumBuilder.h +26 五月 2020 | 00:53:24,119 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\GenericTypeParameterBuilder.h +26 五月 2020 | 00:53:24,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\MethodBuilder.h +26 五月 2020 | 00:53:24,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\ModuleBuilder.h +26 五月 2020 | 00:53:24,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SignatureHelper.h +26 五月 2020 | 00:53:24,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\SymbolType.h +26 五月 2020 | 00:53:24,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Reflection.Emit\TypeBuilder.h +26 五月 2020 | 00:53:24,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices +26 五月 2020 | 00:53:24,190 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.CompilerServices\RuntimeHelpers.h +26 五月 2020 | 00:53:24,192 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices +26 五月 2020 | 00:53:24,193 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\GCHandle.h +26 五月 2020 | 00:53:24,195 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.InteropServices\Marshal.h +26 五月 2020 | 00:53:24,198 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting +26 五月 2020 | 00:53:24,199 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting\RemotingServices.h +26 五月 2020 | 00:53:24,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation +26 五月 2020 | 00:53:24,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Activation\ActivationServices.h +26 五月 2020 | 00:53:24,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts +26 五月 2020 | 00:53:24,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Contexts\Context.h +26 五月 2020 | 00:53:24,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging +26 五月 2020 | 00:53:24,208 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\AsyncResult.h +26 五月 2020 | 00:53:24,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Messaging\MonoMethodMessage.h +26 五月 2020 | 00:53:24,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies +26 五月 2020 | 00:53:24,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Remoting.Proxies\RealProxy.h +26 五月 2020 | 00:53:24,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning +26 五月 2020 | 00:53:24,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Runtime.Versioning\VersioningHelper.h +26 五月 2020 | 00:53:24,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security +26 五月 2020 | 00:53:24,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityFrame.h +26 五月 2020 | 00:53:24,224 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security\SecurityManager.h +26 五月 2020 | 00:53:24,227 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography +26 五月 2020 | 00:53:24,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Cryptography\RNGCryptoServiceProvider.h +26 五月 2020 | 00:53:24,230 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy +26 五月 2020 | 00:53:24,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Policy\Evidence.h +26 五月 2020 | 00:53:24,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal +26 五月 2020 | 00:53:24,234 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsIdentity.h +26 五月 2020 | 00:53:24,236 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsImpersonationContext.h +26 五月 2020 | 00:53:24,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Security.Principal\WindowsPrincipal.h +26 五月 2020 | 00:53:24,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text +26 五月 2020 | 00:53:24,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Encoding.h +26 五月 2020 | 00:53:24,244 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\EncodingHelper.h +26 五月 2020 | 00:53:24,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Text\Normalization.h +26 五月 2020 | 00:53:24,249 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading +26 五月 2020 | 00:53:24,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Interlocked.h +26 五月 2020 | 00:53:24,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\InternalThread.h +26 五月 2020 | 00:53:24,254 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Monitor.h +26 五月 2020 | 00:53:24,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Mutex.h +26 五月 2020 | 00:53:24,258 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\NativeEventCalls.h +26 五月 2020 | 00:53:24,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Thread.h +26 五月 2020 | 00:53:24,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\ThreadPool.h +26 五月 2020 | 00:53:24,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\Timer.h +26 五月 2020 | 00:53:24,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\icalls\mscorlib\System.Threading\WaitHandle.h +26 五月 2020 | 00:53:24,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-functions.h +26 五月 2020 | 00:53:24,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-api-types.h +26 五月 2020 | 00:53:24,276 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-api.h +26 五月 2020 | 00:53:24,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-config.h +26 五月 2020 | 00:53:24,282 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-debugger.h +26 五月 2020 | 00:53:24,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-metadata.h +26 五月 2020 | 00:53:24,299 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\il2cpp-string-types.h +26 五月 2020 | 00:53:24,301 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\libil2cpp.def +26 五月 2020 | 00:53:24,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\libil2cpp.icalls +26 五月 2020 | 00:53:24,306 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata +26 五月 2020 | 00:53:24,307 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\ArrayMetadata.h +26 五月 2020 | 00:53:24,308 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\FieldLayout.h +26 五月 2020 | 00:53:24,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMetadata.h +26 五月 2020 | 00:53:24,311 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\GenericMethod.h +26 五月 2020 | 00:53:24,313 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\GenericSharing.h +26 五月 2020 | 00:53:24,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassCompare.h +26 五月 2020 | 00:53:24,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericClassHash.h +26 五月 2020 | 00:53:24,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextCompare.h +26 五月 2020 | 00:53:24,319 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericContextHash.h +26 五月 2020 | 00:53:24,320 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstCompare.h +26 五月 2020 | 00:53:24,321 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericInstHash.h +26 五月 2020 | 00:53:24,322 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodCompare.h +26 五月 2020 | 00:53:24,323 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppGenericMethodHash.h +26 五月 2020 | 00:53:24,324 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureCompare.h +26 五月 2020 | 00:53:24,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppSignatureHash.h +26 五月 2020 | 00:53:24,327 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeCompare.h +26 五月 2020 | 00:53:24,328 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeHash.h +26 五月 2020 | 00:53:24,329 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata\Il2CppTypeVector.h +26 五月 2020 | 00:53:24,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\metadata.h +26 五月 2020 | 00:53:24,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\mono +26 五月 2020 | 00:53:24,606 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\mono\metadata +26 五月 2020 | 00:53:24,607 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io-poll.h +26 五月 2020 | 00:53:24,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms-io.h +26 五月 2020 | 00:53:24,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\mono\metadata\threadpool-ms.h +26 五月 2020 | 00:53:24,616 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\normalization-tables.h +26 五月 2020 | 00:53:24,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\number-formatter.h +26 五月 2020 | 00:53:24,620 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\object-internals.h +26 五月 2020 | 00:53:24,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os +26 五月 2020 | 00:53:24,622 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Atomic.h +26 五月 2020 | 00:53:24,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\COM.h +26 五月 2020 | 00:53:24,625 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\ConditionVariable.h +26 五月 2020 | 00:53:24,626 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Console.h +26 五月 2020 | 00:53:24,627 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\CpuInfo.h +26 五月 2020 | 00:53:24,629 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Cryptography.h +26 五月 2020 | 00:53:24,630 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Debug.h +26 五月 2020 | 00:53:24,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Directory.h +26 五月 2020 | 00:53:24,644 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Encoding.h +26 五月 2020 | 00:53:24,646 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Environment.h +26 五月 2020 | 00:53:24,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Error.h +26 五月 2020 | 00:53:24,649 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\ErrorCodes.h +26 五月 2020 | 00:53:24,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Event.h +26 五月 2020 | 00:53:24,652 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\File.h +26 五月 2020 | 00:53:24,653 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\FileSystemWatcher.h +26 五月 2020 | 00:53:24,654 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Generic +26 五月 2020 | 00:53:24,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Generic\SocketImpl.h +26 五月 2020 | 00:53:24,676 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Handle.h +26 五月 2020 | 00:53:24,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Image.h +26 五月 2020 | 00:53:24,686 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Initialize.h +26 五月 2020 | 00:53:24,688 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\LastError.h +26 五月 2020 | 00:53:24,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\LibraryLoader.h +26 五月 2020 | 00:53:24,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Locale.h +26 五月 2020 | 00:53:24,718 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\MarshalAlloc.h +26 五月 2020 | 00:53:24,720 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\MarshalStringAlloc.h +26 五月 2020 | 00:53:24,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Memory.h +26 五月 2020 | 00:53:24,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\MemoryMappedFile.h +26 五月 2020 | 00:53:24,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Messages.h +26 五月 2020 | 00:53:24,726 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Mutex.h +26 五月 2020 | 00:53:24,727 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\NativeMethods.h +26 五月 2020 | 00:53:24,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Path.h +26 五月 2020 | 00:53:24,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix +26 五月 2020 | 00:53:24,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\AtomicImpl.h +26 五月 2020 | 00:53:24,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\ConditionVariableImpl.h +26 五月 2020 | 00:53:24,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\Error.h +26 五月 2020 | 00:53:24,736 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\EventImpl.h +26 五月 2020 | 00:53:24,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\FileHandle.h +26 五月 2020 | 00:53:24,738 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\MutexImpl.h +26 五月 2020 | 00:53:24,740 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixHelpers.h +26 五月 2020 | 00:53:24,779 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\PosixWaitObject.h +26 五月 2020 | 00:53:24,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\SemaphoreImpl.h +26 五月 2020 | 00:53:24,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\SocketImpl.h +26 五月 2020 | 00:53:24,784 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadImpl.h +26 五月 2020 | 00:53:24,785 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Posix\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:24,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Process.h +26 五月 2020 | 00:53:24,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Semaphore.h +26 五月 2020 | 00:53:24,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Socket.h +26 五月 2020 | 00:53:24,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\StackTrace.h +26 五月 2020 | 00:53:24,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Std +26 五月 2020 | 00:53:24,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Std\ThreadImpl.h +26 五月 2020 | 00:53:24,852 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Thread.h +26 五月 2020 | 00:53:24,853 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\ThreadLocalValue.h +26 五月 2020 | 00:53:24,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Time.h +26 五月 2020 | 00:53:24,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\TimeZone.h +26 五月 2020 | 00:53:24,856 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Tizen +26 五月 2020 | 00:53:24,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Tizen\ExtendedAtomicOps.h +26 五月 2020 | 00:53:24,862 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity +26 五月 2020 | 00:53:24,868 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\AtomicQueue.h +26 五月 2020 | 00:53:24,869 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm.h +26 五月 2020 | 00:53:24,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-arm64.h +26 五月 2020 | 00:53:24,873 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86-64.h +26 五月 2020 | 00:53:24,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps-x86.h +26 五月 2020 | 00:53:24,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicOps.h +26 五月 2020 | 00:53:24,900 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\ExtendedAtomicTypes.h +26 五月 2020 | 00:53:24,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Unity\UnityPlatformConfigure.h +26 五月 2020 | 00:53:24,909 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WaitStatus.h +26 五月 2020 | 00:53:24,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32 +26 五月 2020 | 00:53:24,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\AtomicImpl.h +26 五月 2020 | 00:53:24,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\ConditionVariableImpl.h +26 五月 2020 | 00:53:24,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\EventImpl.h +26 五月 2020 | 00:53:24,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\MutexImpl.h +26 五月 2020 | 00:53:24,951 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\SemaphoreImpl.h +26 五月 2020 | 00:53:24,953 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\SocketImpl.h +26 五月 2020 | 00:53:24,954 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadImpl.h +26 五月 2020 | 00:53:24,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\ThreadLocalValueImpl.h +26 五月 2020 | 00:53:24,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHeaders.h +26 五月 2020 | 00:53:24,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\Win32\WindowsHelpers.h +26 五月 2020 | 00:53:24,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WinRT +26 五月 2020 | 00:53:24,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WinRT\SynchronousOperation.h +26 五月 2020 | 00:53:24,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiSharedEmulation.h +26 五月 2020 | 00:53:24,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WinRT\Win32ApiWinRTEmulation.h +26 五月 2020 | 00:53:24,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\os\WindowsRuntime.h +26 五月 2020 | 00:53:24,981 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\tabledefs.h +26 五月 2020 | 00:53:24,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils +26 五月 2020 | 00:53:24,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\BlobReader.h +26 五月 2020 | 00:53:24,985 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\CallOnce.h +26 五月 2020 | 00:53:24,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Collections.h +26 五月 2020 | 00:53:24,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\DirectoryUtils.h +26 五月 2020 | 00:53:24,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Functional.h +26 五月 2020 | 00:53:24,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\HashUtils.h +26 五月 2020 | 00:53:25,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHStringReference.h +26 五月 2020 | 00:53:25,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashMap.h +26 五月 2020 | 00:53:25,006 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Il2CppHashSet.h +26 五月 2020 | 00:53:25,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\KeyWrapper.h +26 五月 2020 | 00:53:25,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\MathUtils.h +26 五月 2020 | 00:53:25,011 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Memory.h +26 五月 2020 | 00:53:25,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\MemoryPool.h +26 五月 2020 | 00:53:25,020 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\MemoryRead.h +26 五月 2020 | 00:53:25,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\NonCopyable.h +26 五月 2020 | 00:53:25,023 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\Output.h +26 五月 2020 | 00:53:25,025 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\PathUtils.h +26 五月 2020 | 00:53:25,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\RegisterRuntimeInitializeAndCleanup.h +26 五月 2020 | 00:53:25,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\StringUtils.h +26 五月 2020 | 00:53:25,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\StringView.h +26 五月 2020 | 00:53:25,034 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\StringViewStream.h +26 五月 2020 | 00:53:25,036 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\ThreadSafeFreeList.h +26 五月 2020 | 00:53:25,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\dynamic_array.h +26 五月 2020 | 00:53:25,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp +26 五月 2020 | 00:53:25,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source +26 五月 2020 | 00:53:25,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8 +26 五月 2020 | 00:53:25,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\checked.h +26 五月 2020 | 00:53:25,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\core.h +26 五月 2020 | 00:53:25,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8\unchecked.h +26 五月 2020 | 00:53:25,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\utils\utf8-cpp\source\utf8.h +26 五月 2020 | 00:53:25,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm +26 五月 2020 | 00:53:25,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Array.h +26 五月 2020 | 00:53:25,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Assembly.h +26 五月 2020 | 00:53:25,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\AssemblyName.h +26 五月 2020 | 00:53:25,120 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Atomic.h +26 五月 2020 | 00:53:25,121 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\CCW.h +26 五月 2020 | 00:53:25,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\COM.h +26 五月 2020 | 00:53:25,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Class.h +26 五月 2020 | 00:53:25,127 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\ComUtils.h +26 五月 2020 | 00:53:25,128 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Debug.h +26 五月 2020 | 00:53:25,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Domain.h +26 五月 2020 | 00:53:25,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Enum.h +26 五月 2020 | 00:53:25,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Environment.h +26 五月 2020 | 00:53:25,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Event.h +26 五月 2020 | 00:53:25,138 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Exception.h +26 五月 2020 | 00:53:25,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Field.h +26 五月 2020 | 00:53:25,141 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\GenericClass.h +26 五月 2020 | 00:53:25,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\GenericContainer.h +26 五月 2020 | 00:53:25,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Image.h +26 五月 2020 | 00:53:25,146 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\InternalCalls.h +26 五月 2020 | 00:53:25,148 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\LastError.h +26 五月 2020 | 00:53:25,149 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\LibraryLoader.h +26 五月 2020 | 00:53:25,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Liveness.h +26 五月 2020 | 00:53:25,152 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MarshalAlloc.h +26 五月 2020 | 00:53:25,153 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MemoryInformation.h +26 五月 2020 | 00:53:25,167 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MetadataAlloc.h +26 五月 2020 | 00:53:25,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MetadataCache.h +26 五月 2020 | 00:53:25,170 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLoader.h +26 五月 2020 | 00:53:25,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\MetadataLock.h +26 五月 2020 | 00:53:25,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Method.h +26 五月 2020 | 00:53:25,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Module.h +26 五月 2020 | 00:53:25,175 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Monitor.h +26 五月 2020 | 00:53:25,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Object.h +26 五月 2020 | 00:53:25,178 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Parameter.h +26 五月 2020 | 00:53:25,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\PlatformInvoke.h +26 五月 2020 | 00:53:25,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Profiler.h +26 五月 2020 | 00:53:25,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Property.h +26 五月 2020 | 00:53:25,184 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\RCW.h +26 五月 2020 | 00:53:25,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Random.h +26 五月 2020 | 00:53:25,201 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Reflection.h +26 五月 2020 | 00:53:25,202 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Runtime.h +26 五月 2020 | 00:53:25,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\StackTrace.h +26 五月 2020 | 00:53:25,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\String.h +26 五月 2020 | 00:53:25,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Thread.h +26 五月 2020 | 00:53:25,210 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPool.h +26 五月 2020 | 00:53:25,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\ThreadPoolMs.h +26 五月 2020 | 00:53:25,214 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\Type.h +26 五月 2020 | 00:53:25,216 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\WaitHandle.h +26 五月 2020 | 00:53:25,221 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Libraries\libil2cpp\include\vm\WindowsRuntime.h +26 五月 2020 | 00:53:25,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\MapFileParser.sh +26 五月 2020 | 00:53:25,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone +26 五月 2020 | 00:53:25,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets +26 五月 2020 | 00:53:25,285 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset +26 五月 2020 | 00:53:25,287 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Contents.json +26 五月 2020 | 00:53:25,289 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-120.png +26 五月 2020 | 00:53:25,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-144.png +26 五月 2020 | 00:53:25,295 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-152.png +26 五月 2020 | 00:53:25,297 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-167.png +26 五月 2020 | 00:53:25,305 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-180.png +26 五月 2020 | 00:53:25,326 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-72.png +26 五月 2020 | 00:53:25,330 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon-76.png +26 五月 2020 | 00:53:25,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon.png +26 五月 2020 | 00:53:25,346 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\AppIcon.appiconset\Icon@2x.png +26 五月 2020 | 00:53:25,364 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage +26 五月 2020 | 00:53:25,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Contents.json +26 五月 2020 | 00:53:25,370 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-568h@2x.png +26 五月 2020 | 00:53:25,372 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-667h@2x.png +26 五月 2020 | 00:53:25,374 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape.png +26 五月 2020 | 00:53:25,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@2x.png +26 五月 2020 | 00:53:25,398 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Landscape@3x.png +26 五月 2020 | 00:53:25,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait.png +26 五月 2020 | 00:53:25,402 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@2x.png +26 五月 2020 | 00:53:25,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default-Portrait@3x.png +26 五月 2020 | 00:53:25,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default.png +26 五月 2020 | 00:53:25,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone\Images.xcassets\LaunchImage.launchimage\Default@2x.png +26 五月 2020 | 00:53:25,461 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests +26 五月 2020 | 00:53:25,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Info.plist +26 五月 2020 | 00:53:25,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests\Unity-iPhone Tests-Prefix.pch +26 五月 2020 | 00:53:25,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests\Unity_iPhone_Tests.m +26 五月 2020 | 00:53:25,466 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests\en.lproj +26 五月 2020 | 00:53:25,467 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone Tests\en.lproj\InfoPlist.strings +26 五月 2020 | 00:53:25,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj +26 五月 2020 | 00:53:25,475 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +26 五月 2020 | 00:53:25,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata +26 五月 2020 | 00:53:25,476 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes +26 五月 2020 | 00:53:25,478 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj\xcshareddata\xcschemes\Unity-iPhone.xcscheme +26 五月 2020 | 00:53:25,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\UnityData.xcassets +26 五月 2020 | 00:53:25,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build +26 五月 2020 | 00:53:25,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build\._Unity-iPhone.build +26 五月 2020 | 00:53:25,483 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build\Release-iphoneos +26 五月 2020 | 00:53:25,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build\Unity-iPhone.build +26 五月 2020 | 00:53:25,485 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build\Unity-iPhone.build\Release-iphoneos +26 五月 2020 | 00:53:25,486 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_xcode\build\log +26 五月 2020 | 00:53:25,487 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_exinfo_ui +26 五月 2020 | 00:53:25,662 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 334. +26 五月 2020 | 00:53:47,919 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 00:53:48,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.113] pack to oss... +26 五月 2020 | 00:53:49,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.113] upload oss ok! +26 五月 2020 | 00:53:49,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.13] pack to oss... +26 五月 2020 | 00:53:50,178 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.13] upload oss ok! +26 五月 2020 | 00:55:22,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 00:55:22,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.113] pack to oss... +26 五月 2020 | 00:55:23,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.113] upload oss ok! +26 五月 2020 | 00:55:23,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.13] pack to oss... +26 五月 2020 | 00:55:24,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.13] upload oss ok! +26 五月 2020 | 00:55:42,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 00:55:42,019 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.113] pack to oss... +26 五月 2020 | 00:55:42,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.113] upload oss ok! +26 五月 2020 | 00:55:42,481 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.13] pack to oss... +26 五月 2020 | 00:55:43,557 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.13] upload oss ok! +26 五月 2020 | 00:55:43,837 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:217151ms +26 五月 2020 | 00:58:59,470 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +26 五月 2020 | 00:58:59,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +26 五月 2020 | 00:58:59,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +26 五月 2020 | 00:58:59,783 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +26 五月 2020 | 00:58:59,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +26 五月 2020 | 00:58:59,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +26 五月 2020 | 00:58:59,891 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +26 五月 2020 | 00:59:00,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:59:00,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:59:00,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:59:00,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\EditNickView.lua +26 五月 2020 | 00:59:00,188 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:59:00,189 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +26 五月 2020 | 00:59:00,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 335. +26 五月 2020 | 00:59:00,588 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 335. +26 五月 2020 | 00:59:00,588 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 335. +26 五月 2020 | 00:59:07,330 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 00:59:07,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.114] pack to oss... +26 五月 2020 | 00:59:10,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.114] upload oss ok! +26 五月 2020 | 01:01:00,992 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 01:01:00,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.114] pack to oss... +26 五月 2020 | 01:01:01,176 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +26 五月 2020 | 01:01:01,179 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.114] pack to oss... +26 五月 2020 | 01:01:01,643 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.114] upload oss ok! +26 五月 2020 | 01:01:01,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.114] upload oss ok! +26 五月 2020 | 01:01:02,025 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:122555ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-28 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-28 new file mode 100644 index 0000000..94469c0 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-28 @@ -0,0 +1,349 @@ +28 五月 2020 | 00:43:21,540 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +28 五月 2020 | 00:43:21,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +28 五月 2020 | 00:43:21,884 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +28 五月 2020 | 00:43:21,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +28 五月 2020 | 00:43:22,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +28 五月 2020 | 00:43:22,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +28 五月 2020 | 00:43:22,017 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +28 五月 2020 | 00:43:22,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +28 五月 2020 | 00:43:22,347 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 00:43:22,347 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +28 五月 2020 | 00:43:22,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 00:43:22,351 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 00:43:22,355 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 00:43:22,363 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\Lobby\UserEditView.lua +28 五月 2020 | 00:43:22,366 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 00:43:22,369 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 00:43:22,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +28 五月 2020 | 00:43:22,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +28 五月 2020 | 00:43:22,401 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +28 五月 2020 | 00:43:22,403 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +28 五月 2020 | 00:43:22,414 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +28 五月 2020 | 00:43:22,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +28 五月 2020 | 00:43:22,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 337. +28 五月 2020 | 00:43:22,875 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 337. +28 五月 2020 | 00:43:22,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 337. +28 五月 2020 | 00:43:45,370 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 00:43:45,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.115] pack to oss... +28 五月 2020 | 00:43:46,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.115] upload oss ok! +28 五月 2020 | 00:43:46,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.14] pack to oss... +28 五月 2020 | 00:43:49,431 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.14] upload oss ok! +28 五月 2020 | 00:45:39,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 00:45:39,689 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.115] pack to oss... +28 五月 2020 | 00:45:39,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 00:45:39,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.115] pack to oss... +28 五月 2020 | 00:45:40,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.115] upload oss ok! +28 五月 2020 | 00:45:40,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.14] pack to oss... +28 五月 2020 | 00:45:42,764 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.14] upload oss ok! +28 五月 2020 | 00:45:44,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.115] upload oss ok! +28 五月 2020 | 00:45:44,699 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.14] pack to oss... +28 五月 2020 | 00:45:47,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.14] upload oss ok! +28 五月 2020 | 00:45:47,991 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:146453ms +28 五月 2020 | 07:22:21,913 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +28 五月 2020 | 07:22:22,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +28 五月 2020 | 07:22:22,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +28 五月 2020 | 07:22:22,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +28 五月 2020 | 07:22:22,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +28 五月 2020 | 07:22:22,373 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +28 五月 2020 | 07:22:22,380 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +28 五月 2020 | 07:22:22,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 07:22:22,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 07:22:22,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 07:22:22,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 07:22:22,680 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 07:22:22,680 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 07:22:23,077 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 338. +28 五月 2020 | 07:22:23,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 338. +28 五月 2020 | 07:22:23,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 338. +28 五月 2020 | 07:22:29,615 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 07:22:30,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.116] pack to oss... +28 五月 2020 | 07:22:30,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.116] upload oss ok! +28 五月 2020 | 07:24:19,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 07:24:20,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.116] pack to oss... +28 五月 2020 | 07:24:20,711 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.116] upload oss ok! +28 五月 2020 | 07:24:21,332 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 07:24:21,335 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.116] pack to oss... +28 五月 2020 | 07:24:21,896 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.116] upload oss ok! +28 五月 2020 | 07:24:22,230 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:120317ms +28 五月 2020 | 21:27:21,339 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +28 五月 2020 | 21:27:21,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +28 五月 2020 | 21:27:21,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +28 五月 2020 | 21:27:21,668 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +28 五月 2020 | 21:27:21,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +28 五月 2020 | 21:27:21,797 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +28 五月 2020 | 21:27:21,804 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +28 五月 2020 | 21:27:22,102 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\Main.xml +28 五月 2020 | 21:27:22,103 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\Main.xml +28 五月 2020 | 21:27:22,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\Main.xml +28 五月 2020 | 21:27:22,104 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\notice\Cgm_message.xml +28 五月 2020 | 21:27:22,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\notice\Cgm_message.xml +28 五月 2020 | 21:27:22,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\notice\Cgm_message_text.xml +28 五月 2020 | 21:27:22,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\notice\Cgm_message.xml +28 五月 2020 | 21:27:22,106 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\notice\Cgm_message_text.xml +28 五月 2020 | 21:27:22,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\notice\gg.png +28 五月 2020 | 21:27:22,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\notice\Cgm_message_text.xml +28 五月 2020 | 21:27:22,108 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\notice\gghd.png +28 五月 2020 | 21:27:22,108 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\notice\gg.png +28 五月 2020 | 21:27:22,109 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\notice\gghd.png +28 五月 2020 | 21:27:22,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\notice\gg.png +28 五月 2020 | 21:27:22,110 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\notice\gghd.png +28 五月 2020 | 21:27:22,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\package.xml +28 五月 2020 | 21:27:22,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\package.xml +28 五月 2020 | 21:27:22,118 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\package.xml +28 五月 2020 | 21:27:22,120 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:27:22,123 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:27:22,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:27:22,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +28 五月 2020 | 21:27:22,129 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +28 五月 2020 | 21:27:22,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +28 五月 2020 | 21:27:22,132 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:27:22,134 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:27:22,136 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:27:22,140 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:27:22,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:27:22,145 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:27:22,537 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 341. +28 五月 2020 | 21:27:22,538 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 341. +28 五月 2020 | 21:27:22,538 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 341. +28 五月 2020 | 21:27:45,059 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:27:45,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.117] pack to oss... +28 五月 2020 | 21:27:46,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.117] upload oss ok! +28 五月 2020 | 21:27:46,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.58] pack to oss... +28 五月 2020 | 21:27:47,954 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.58] upload oss ok! +28 五月 2020 | 21:29:34,992 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:29:34,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.117] pack to oss... +28 五月 2020 | 21:29:35,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.117] upload oss ok! +28 五月 2020 | 21:29:35,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.58] pack to oss... +28 五月 2020 | 21:29:36,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:29:36,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.117] pack to oss... +28 五月 2020 | 21:29:37,708 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.117] upload oss ok! +28 五月 2020 | 21:29:37,709 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.58] pack to oss... +28 五月 2020 | 21:29:39,843 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.58] upload oss ok! +28 五月 2020 | 21:29:50,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.58] upload oss ok! +28 五月 2020 | 21:29:50,936 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:149597ms +28 五月 2020 | 21:36:37,476 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +28 五月 2020 | 21:36:37,806 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +28 五月 2020 | 21:36:37,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +28 五月 2020 | 21:36:37,806 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +28 五月 2020 | 21:36:37,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +28 五月 2020 | 21:36:37,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +28 五月 2020 | 21:36:37,890 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +28 五月 2020 | 21:36:38,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:36:38,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:36:38,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:36:38,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:36:38,180 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:36:38,183 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\Win_MemberFagLog.xml +28 五月 2020 | 21:36:38,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:36:38,189 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberFagLogView.lua +28 五月 2020 | 21:36:38,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +28 五月 2020 | 21:36:38,576 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 344. +28 五月 2020 | 21:36:38,602 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 344. +28 五月 2020 | 21:36:38,605 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 344. +28 五月 2020 | 21:37:00,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:37:01,432 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.118] pack to oss... +28 五月 2020 | 21:37:02,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.118] upload oss ok! +28 五月 2020 | 21:37:02,414 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.59] pack to oss... +28 五月 2020 | 21:37:04,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.59] upload oss ok! +28 五月 2020 | 21:38:52,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:38:52,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.118] pack to oss... +28 五月 2020 | 21:38:52,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 21:38:52,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.118] pack to oss... +28 五月 2020 | 21:38:53,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.118] upload oss ok! +28 五月 2020 | 21:38:53,775 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.59] pack to oss... +28 五月 2020 | 21:38:53,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.118] upload oss ok! +28 五月 2020 | 21:38:53,857 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.59] pack to oss... +28 五月 2020 | 21:38:57,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.59] upload oss ok! +28 五月 2020 | 21:38:57,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.59] upload oss ok! +28 五月 2020 | 21:38:57,586 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:140111ms +28 五月 2020 | 23:50:46,032 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +28 五月 2020 | 23:50:46,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +28 五月 2020 | 23:50:46,333 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +28 五月 2020 | 23:50:46,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +28 五月 2020 | 23:50:46,451 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +28 五月 2020 | 23:50:46,453 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +28 五月 2020 | 23:50:46,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +28 五月 2020 | 23:50:46,771 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 23:50:46,772 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 23:50:46,779 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 23:50:46,780 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +28 五月 2020 | 23:50:46,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 23:50:46,782 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +28 五月 2020 | 23:50:46,816 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +28 五月 2020 | 23:50:46,825 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +28 五月 2020 | 23:50:46,825 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_3.cpp +28 五月 2020 | 23:50:46,855 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +28 五月 2020 | 23:50:46,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +28 五月 2020 | 23:50:46,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Bulk_Assembly-CSharp_5.cpp +28 五月 2020 | 23:50:46,879 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +28 五月 2020 | 23:50:46,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +28 五月 2020 | 23:50:46,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Classes\Native\Il2CppMetadataUsage.cpp +28 五月 2020 | 23:50:46,935 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Data\Managed\Metadata\global-metadata.dat +28 五月 2020 | 23:50:46,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Data\Managed\Metadata\global-metadata.dat +28 五月 2020 | 23:50:46,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Data\globalgamemanagers +28 五月 2020 | 23:50:46,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Info.plist +28 五月 2020 | 23:50:46,946 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Data\globalgamemanagers +28 五月 2020 | 23:50:46,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Data\Managed\Metadata\global-metadata.dat +28 五月 2020 | 23:50:46,948 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +28 五月 2020 | 23:50:46,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Info.plist +28 五月 2020 | 23:50:46,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +28 五月 2020 | 23:50:46,955 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +28 五月 2020 | 23:50:46,955 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Data\globalgamemanagers +28 五月 2020 | 23:50:46,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Info.plist +28 五月 2020 | 23:50:46,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +28 五月 2020 | 23:50:46,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_android\.project +28 五月 2020 | 23:50:46,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Libraries\Editor\XCodeAPI\Code\WXAppDelegate.m +28 五月 2020 | 23:50:46,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_android\.settings\org.eclipse.core.resources.prefs +28 五月 2020 | 23:50:46,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_android\.project +28 五月 2020 | 23:50:46,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_android\AndroidManifest.xml +28 五月 2020 | 23:50:46,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_android\.settings\org.eclipse.core.resources.prefs +28 五月 2020 | 23:50:46,966 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_xcode\Unity-iPhone.xcodeproj\project.pbxproj +28 五月 2020 | 23:50:46,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_android\bin\AndroidManifest.xml +28 五月 2020 | 23:50:46,968 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51 +28 五月 2020 | 23:50:46,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev +28 五月 2020 | 23:50:46,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_android\AndroidManifest.xml +28 五月 2020 | 23:50:46,971 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\BatteryReceiver.class +28 五月 2020 | 23:50:46,972 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_android\.project +28 五月 2020 | 23:50:46,972 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\BuildConfig.class +28 五月 2020 | 23:50:46,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_android\bin\AndroidManifest.xml +28 五月 2020 | 23:50:46,974 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_android\.settings\org.eclipse.core.resources.prefs +28 五月 2020 | 23:50:46,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\MainActivity.class +28 五月 2020 | 23:50:46,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51 +28 五月 2020 | 23:50:46,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev +28 五月 2020 | 23:50:46,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$attr.class +28 五月 2020 | 23:50:46,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\BatteryReceiver.class +28 五月 2020 | 23:50:46,977 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$dimen.class +28 五月 2020 | 23:50:46,977 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\BuildConfig.class +28 五月 2020 | 23:50:46,978 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$drawable.class +28 五月 2020 | 23:50:46,978 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_android\AndroidManifest.xml +28 五月 2020 | 23:50:46,979 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\MainActivity.class +28 五月 2020 | 23:50:46,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$id.class +28 五月 2020 | 23:50:46,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_android\bin\AndroidManifest.xml +28 五月 2020 | 23:50:46,981 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$menu.class +28 五月 2020 | 23:50:46,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$attr.class +28 五月 2020 | 23:50:46,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51 +28 五月 2020 | 23:50:46,983 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$string.class +28 五月 2020 | 23:50:46,984 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev +28 五月 2020 | 23:50:46,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$dimen.class +28 五月 2020 | 23:50:46,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$style.class +28 五月 2020 | 23:50:46,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\BatteryReceiver.class +28 五月 2020 | 23:50:46,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$drawable.class +28 五月 2020 | 23:50:46,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R$xml.class +28 五月 2020 | 23:50:46,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\BuildConfig.class +28 五月 2020 | 23:50:46,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$id.class +28 五月 2020 | 23:50:46,990 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\R.class +28 五月 2020 | 23:50:46,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$menu.class +28 五月 2020 | 23:50:46,991 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\MainActivity.class +28 五月 2020 | 23:50:46,991 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity$1.class +28 五月 2020 | 23:50:46,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$attr.class +28 五月 2020 | 23:50:46,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$string.class +28 五月 2020 | 23:50:46,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity.class +28 五月 2020 | 23:50:46,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$dimen.class +28 五月 2020 | 23:50:46,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$style.class +28 五月 2020 | 23:50:46,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\UnityPlayerNativeActivity.class +28 五月 2020 | 23:50:46,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$drawable.class +28 五月 2020 | 23:50:46,996 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R$xml.class +28 五月 2020 | 23:50:46,996 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\UnityPlayerProxyActivity.class +28 五月 2020 | 23:50:46,997 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\wxapi +28 五月 2020 | 23:50:46,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$id.class +28 五月 2020 | 23:50:46,998 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\R.class +28 五月 2020 | 23:50:46,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\wxapi\Constants.class +28 五月 2020 | 23:50:46,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity$1.class +28 五月 2020 | 23:50:46,999 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$menu.class +28 五月 2020 | 23:50:47,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\wxapi\WXAPI.class +28 五月 2020 | 23:50:47,000 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity.class +28 五月 2020 | 23:50:47,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$string.class +28 五月 2020 | 23:50:47,001 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\bin\classes\com\qp51\dev\wxapi\WXEntryActivity.class +28 五月 2020 | 23:50:47,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\UnityPlayerNativeActivity.class +28 五月 2020 | 23:50:47,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$style.class +28 五月 2020 | 23:50:47,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\UnityPlayerProxyActivity.class +28 五月 2020 | 23:50:47,004 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R$xml.class +28 五月 2020 | 23:50:47,004 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\wxapi +28 五月 2020 | 23:50:47,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\R.class +28 五月 2020 | 23:50:47,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\wxapi\Constants.class +28 五月 2020 | 23:50:47,007 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity$1.class +28 五月 2020 | 23:50:47,007 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\wxapi\WXAPI.class +28 五月 2020 | 23:50:47,008 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\bin\classes\com\qp51\dev\wxapi\WXEntryActivity.class +28 五月 2020 | 23:50:47,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\UnityPlayerActivity.class +28 五月 2020 | 23:50:47,010 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\UnityPlayerNativeActivity.class +28 五月 2020 | 23:50:47,011 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\UnityPlayerProxyActivity.class +28 五月 2020 | 23:50:47,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\wxapi +28 五月 2020 | 23:50:47,014 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\wxapi\Constants.class +28 五月 2020 | 23:50:47,015 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\wxapi\WXAPI.class +28 五月 2020 | 23:50:47,017 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\bin\classes\com\qp51\dev\wxapi\WXEntryActivity.class +28 五月 2020 | 23:50:47,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\gen\com\qp51 +28 五月 2020 | 23:50:47,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\gen\com\qp51\dev +28 五月 2020 | 23:50:47,022 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\gen\com\qp51\dev\BuildConfig.java +28 五月 2020 | 23:50:47,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\gen\com\qp51\dev\R.java +28 五月 2020 | 23:50:47,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\gen\com\qp51 +28 五月 2020 | 23:50:47,028 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\gen\com\qp51\dev +28 五月 2020 | 23:50:47,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_android\project.properties +28 五月 2020 | 23:50:47,030 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\gen\com\qp51\dev\BuildConfig.java +28 五月 2020 | 23:50:47,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\res\drawable-ldpi +28 五月 2020 | 23:50:47,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\gen\com\qp51\dev\R.java +28 五月 2020 | 23:50:47,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\res\drawable-mdpi +28 五月 2020 | 23:50:47,032 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\res\drawable-xhdpi +28 五月 2020 | 23:50:47,033 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\res\drawable-xxhdpi +28 五月 2020 | 23:50:47,034 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\res\layout +28 五月 2020 | 23:50:47,035 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51 +28 五月 2020 | 23:50:47,036 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev +28 五月 2020 | 23:50:47,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\gen\com\qp51 +28 五月 2020 | 23:50:47,037 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\gen\com\qp51\dev +28 五月 2020 | 23:50:47,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_android\project.properties +28 五月 2020 | 23:50:47,037 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\BatteryReceiver.java +28 五月 2020 | 23:50:47,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\res\drawable-ldpi +28 五月 2020 | 23:50:47,038 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\gen\com\qp51\dev\BuildConfig.java +28 五月 2020 | 23:50:47,039 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\MainActivity.java +28 五月 2020 | 23:50:47,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\gen\com\qp51\dev\R.java +28 五月 2020 | 23:50:47,039 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\res\drawable-mdpi +28 五月 2020 | 23:50:47,040 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\UnityPlayerActivity.java +28 五月 2020 | 23:50:47,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\res\drawable-xhdpi +28 五月 2020 | 23:50:47,041 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\res\drawable-xxhdpi +28 五月 2020 | 23:50:47,041 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\UnityPlayerNativeActivity.java +28 五月 2020 | 23:50:47,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\res\layout +28 五月 2020 | 23:50:47,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\UnityPlayerProxyActivity.java +28 五月 2020 | 23:50:47,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\wxapi +28 五月 2020 | 23:50:47,043 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51 +28 五月 2020 | 23:50:47,044 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev +28 五月 2020 | 23:50:47,045 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_android\project.properties +28 五月 2020 | 23:50:47,045 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\wxapi\Constants.java +28 五月 2020 | 23:50:47,045 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\BatteryReceiver.java +28 五月 2020 | 23:50:47,046 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\res\drawable-ldpi +28 五月 2020 | 23:50:47,046 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\wxapi\WXAPI.java +28 五月 2020 | 23:50:47,047 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\MainActivity.java +28 五月 2020 | 23:50:47,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\res\drawable-mdpi +28 五月 2020 | 23:50:47,048 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_android\src\com\qp51\dev\wxapi\WXEntryActivity.java +28 五月 2020 | 23:50:47,048 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\res\drawable-xhdpi +28 五月 2020 | 23:50:47,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\UnityPlayerActivity.java +28 五月 2020 | 23:50:47,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\res\drawable-xxhdpi +28 五月 2020 | 23:50:47,050 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\UnityPlayerNativeActivity.java +28 五月 2020 | 23:50:47,050 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\res\layout +28 五月 2020 | 23:50:47,051 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\UnityPlayerProxyActivity.java +28 五月 2020 | 23:50:47,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51 +28 五月 2020 | 23:50:47,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\wxapi +28 五月 2020 | 23:50:47,052 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev +28 五月 2020 | 23:50:47,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\wxapi\Constants.java +28 五月 2020 | 23:50:47,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\BatteryReceiver.java +28 五月 2020 | 23:50:47,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\wxapi\WXAPI.java +28 五月 2020 | 23:50:47,055 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\MainActivity.java +28 五月 2020 | 23:50:47,056 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_android\src\com\qp51\dev\wxapi\WXEntryActivity.java +28 五月 2020 | 23:50:47,057 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\UnityPlayerActivity.java +28 五月 2020 | 23:50:47,058 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\UnityPlayerNativeActivity.java +28 五月 2020 | 23:50:47,059 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\UnityPlayerProxyActivity.java +28 五月 2020 | 23:50:47,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\wxapi +28 五月 2020 | 23:50:47,061 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\wxapi\Constants.java +28 五月 2020 | 23:50:47,063 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\wxapi\WXAPI.java +28 五月 2020 | 23:50:47,064 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_android\src\com\qp51\dev\wxapi\WXEntryActivity.java +28 五月 2020 | 23:50:47,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 347. +28 五月 2020 | 23:50:47,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 347. +28 五月 2020 | 23:50:47,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 347. +28 五月 2020 | 23:50:53,543 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 23:50:54,029 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.119] pack to oss... +28 五月 2020 | 23:50:55,009 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.119] upload oss ok! +28 五月 2020 | 23:52:41,889 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 23:52:42,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.119] pack to oss... +28 五月 2020 | 23:52:43,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.119] upload oss ok! +28 五月 2020 | 23:52:46,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +28 五月 2020 | 23:52:46,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.119] pack to oss... +28 五月 2020 | 23:52:47,640 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.119] upload oss ok! +28 五月 2020 | 23:52:47,955 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:121925ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-29 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-29 new file mode 100644 index 0000000..ba17d10 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-29 @@ -0,0 +1,26 @@ +29 五月 2020 | 00:27:24,446 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +29 五月 2020 | 00:27:24,730 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +29 五月 2020 | 00:27:24,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +29 五月 2020 | 00:27:24,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +29 五月 2020 | 00:27:24,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 五月 2020 | 00:27:24,810 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 五月 2020 | 00:27:24,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 五月 2020 | 00:27:25,107 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +29 五月 2020 | 00:27:25,109 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +29 五月 2020 | 00:27:25,113 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +29 五月 2020 | 00:27:25,115 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +29 五月 2020 | 00:27:25,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +29 五月 2020 | 00:27:25,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupMainView.lua +29 五月 2020 | 00:27:25,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 348. +29 五月 2020 | 00:27:25,507 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 348. +29 五月 2020 | 00:27:25,508 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 348. +29 五月 2020 | 00:27:31,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +29 五月 2020 | 00:27:32,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.120] pack to oss... +29 五月 2020 | 00:27:35,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.120] upload oss ok! +29 五月 2020 | 00:29:21,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +29 五月 2020 | 00:29:22,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.120] pack to oss... +29 五月 2020 | 00:29:23,231 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.120] upload oss ok! +29 五月 2020 | 00:29:26,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +29 五月 2020 | 00:29:26,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.120] pack to oss... +29 五月 2020 | 00:29:27,331 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.120] upload oss ok! +29 五月 2020 | 00:29:27,634 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:123188ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-31 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-31 new file mode 100644 index 0000000..5ba406e --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-05-31 @@ -0,0 +1,23 @@ +31 五月 2020 | 13:06:30,278 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +31 五月 2020 | 13:06:30,601 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +31 五月 2020 | 13:06:30,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +31 五月 2020 | 13:06:30,603 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +31 五月 2020 | 13:06:30,785 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +31 五月 2020 | 13:06:30,790 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +31 五月 2020 | 13:06:30,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +31 五月 2020 | 13:06:31,103 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +31 五月 2020 | 13:06:31,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +31 五月 2020 | 13:06:31,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +31 五月 2020 | 13:06:31,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 349. +31 五月 2020 | 13:06:31,511 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 349. +31 五月 2020 | 13:06:31,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 349. +31 五月 2020 | 13:06:38,261 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +31 五月 2020 | 13:06:38,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.121] pack to oss... +31 五月 2020 | 13:06:39,687 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.121] upload oss ok! +31 五月 2020 | 13:08:30,713 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +31 五月 2020 | 13:08:30,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +31 五月 2020 | 13:08:31,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.121] pack to oss... +31 五月 2020 | 13:08:31,187 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.121] pack to oss... +31 五月 2020 | 13:08:34,584 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.121] upload oss ok! +31 五月 2020 | 13:08:34,626 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.121] upload oss ok! +31 五月 2020 | 13:08:34,910 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:124634ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-01 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-01 new file mode 100644 index 0000000..b4ba2b4 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-01 @@ -0,0 +1,92 @@ +01 六月 2020 | 22:27:18,810 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 六月 2020 | 22:27:19,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 六月 2020 | 22:27:19,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 六月 2020 | 22:27:19,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 六月 2020 | 22:27:19,368 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 六月 2020 | 22:27:19,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 六月 2020 | 22:27:19,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 六月 2020 | 22:27:19,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 22:27:19,768 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 22:27:19,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 22:27:21,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 22:27:22,358 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.6] pack to oss... +01 六月 2020 | 22:27:22,384 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\login\asset_pack1.0.6.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 六月 2020 | 22:27:36,867 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 22:27:36,870 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.6] pack to oss... +01 六月 2020 | 22:27:37,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 22:27:37,027 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.6] pack to oss... +01 六月 2020 | 22:27:37,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.6] upload oss ok! +01 六月 2020 | 22:27:37,435 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.6] upload oss ok! +01 六月 2020 | 22:27:37,723 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:18914ms +01 六月 2020 | 23:20:02,017 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 六月 2020 | 23:20:02,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 六月 2020 | 23:20:02,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 六月 2020 | 23:20:02,381 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 六月 2020 | 23:20:02,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 六月 2020 | 23:20:02,470 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 六月 2020 | 23:20:02,483 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 六月 2020 | 23:20:02,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 23:20:02,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 23:20:02,882 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 349. +01 六月 2020 | 23:20:04,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:20:05,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.122] pack to oss... +01 六月 2020 | 23:20:05,176 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.122.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 六月 2020 | 23:22:02,201 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:22:02,690 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.122] pack to oss... +01 六月 2020 | 23:22:03,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.122] upload oss ok! +01 六月 2020 | 23:22:04,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:22:04,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.122] pack to oss... +01 六月 2020 | 23:22:04,894 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.122] upload oss ok! +01 六月 2020 | 23:22:05,188 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:123171ms +01 六月 2020 | 23:36:01,604 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +01 六月 2020 | 23:36:01,961 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +01 六月 2020 | 23:36:01,962 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +01 六月 2020 | 23:36:01,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +01 六月 2020 | 23:36:02,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +01 六月 2020 | 23:36:02,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +01 六月 2020 | 23:36:02,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +01 六月 2020 | 23:36:02,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +01 六月 2020 | 23:36:02,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\TimeSettingPanel.lua +01 六月 2020 | 23:36:02,439 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\ProjectSettings\GraphicsSettings.asset +01 六月 2020 | 23:36:02,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\ProjectSettings\GraphicsSettings.asset +01 六月 2020 | 23:36:02,441 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | G E:\wb_pro\wb_win\wb_unity_pro\ProjectSettings\GraphicsSettings.asset +01 六月 2020 | 23:36:02,448 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\ProjectSettings\ProjectSettings.asset +01 六月 2020 | 23:36:02,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\ProjectSettings\ProjectSettings.asset +01 六月 2020 | 23:36:02,450 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | G E:\wb_pro\wb_android\wb_unity_pro\ProjectSettings\ProjectSettings.asset +01 六月 2020 | 23:36:02,857 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 350. +01 六月 2020 | 23:36:02,860 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 350. +01 六月 2020 | 23:36:02,860 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 350. +01 六月 2020 | 23:36:04,871 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:36:05,366 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.123] pack to oss... +01 六月 2020 | 23:36:05,376 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.123.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +01 六月 2020 | 23:38:04,072 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:38:04,076 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.123] pack to oss... +01 六月 2020 | 23:38:04,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.123] upload oss ok! +01 六月 2020 | 23:38:06,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +01 六月 2020 | 23:38:06,085 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.123] pack to oss... +01 六月 2020 | 23:38:07,715 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.123] upload oss ok! +01 六月 2020 | 23:38:08,033 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:126429ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-02 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-02 new file mode 100644 index 0000000..ccbf2bf --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-02 @@ -0,0 +1,143 @@ +02 六月 2020 | 14:24:22,647 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 六月 2020 | 14:24:22,995 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 六月 2020 | 14:24:22,995 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 六月 2020 | 14:24:22,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 六月 2020 | 14:24:23,116 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 六月 2020 | 14:24:23,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 六月 2020 | 14:24:23,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 六月 2020 | 14:24:23,489 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 14:24:23,514 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 14:24:23,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 14:24:23,534 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas_xyf8bm.png +02 六月 2020 | 14:24:23,539 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 14:24:23,559 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas_xyf8bm.png +02 六月 2020 | 14:24:23,561 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas0.png +02 六月 2020 | 14:24:23,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 14:24:23,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas_xyf8bm.png +02 六月 2020 | 14:24:23,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 14:24:23,585 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas0.png +02 六月 2020 | 14:24:23,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas0.png +02 六月 2020 | 14:24:23,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +02 六月 2020 | 14:24:23,639 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +02 六月 2020 | 14:24:23,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +02 六月 2020 | 14:24:23,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +02 六月 2020 | 14:24:23,648 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +02 六月 2020 | 14:24:23,651 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +02 六月 2020 | 14:24:24,160 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 351. +02 六月 2020 | 14:24:24,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 351. +02 六月 2020 | 14:24:24,181 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 351. +02 六月 2020 | 14:24:25,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 14:24:25,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.124] pack to oss... +02 六月 2020 | 14:24:25,270 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.124.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +02 六月 2020 | 14:26:42,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 14:26:42,576 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.124] pack to oss... +02 六月 2020 | 14:26:43,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.124] upload oss ok! +02 六月 2020 | 14:26:43,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.15] pack to oss... +02 六月 2020 | 14:26:44,532 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.15] upload oss ok! +02 六月 2020 | 14:26:44,721 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 14:26:44,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.124] pack to oss... +02 六月 2020 | 14:26:45,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.124] upload oss ok! +02 六月 2020 | 14:26:45,281 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.15] pack to oss... +02 六月 2020 | 14:26:46,719 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.15] upload oss ok! +02 六月 2020 | 14:26:47,036 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:144391ms +02 六月 2020 | 16:02:55,079 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 六月 2020 | 16:02:55,433 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 六月 2020 | 16:02:55,434 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 六月 2020 | 16:02:55,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 六月 2020 | 16:02:55,574 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 六月 2020 | 16:02:55,583 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 六月 2020 | 16:02:55,591 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 六月 2020 | 16:02:55,961 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 351. +02 六月 2020 | 16:02:55,974 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 351. +02 六月 2020 | 16:02:55,974 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 351. +02 六月 2020 | 16:02:57,388 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 16:02:57,391 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.7] pack to oss... +02 六月 2020 | 16:02:57,402 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\embed\asset_pack1.0.7.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +02 六月 2020 | 16:03:10,621 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 16:03:10,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.7] pack to oss... +02 六月 2020 | 16:03:10,667 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 16:03:10,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.7] pack to oss... +02 六月 2020 | 16:03:12,573 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.7] upload oss ok! +02 六月 2020 | 16:03:12,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.7] upload oss ok! +02 六月 2020 | 16:03:13,087 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:18009ms +02 六月 2020 | 17:43:41,367 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +02 六月 2020 | 17:43:41,692 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +02 六月 2020 | 17:43:41,692 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +02 六月 2020 | 17:43:41,692 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +02 六月 2020 | 17:43:41,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 六月 2020 | 17:43:41,830 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 六月 2020 | 17:43:41,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 六月 2020 | 17:43:42,186 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 17:43:42,190 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 17:43:42,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 17:43:42,200 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 17:43:42,215 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +02 六月 2020 | 17:43:42,218 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +02 六月 2020 | 17:43:42,611 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 352. +02 六月 2020 | 17:43:42,614 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 352. +02 六月 2020 | 17:43:42,637 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 352. +02 六月 2020 | 17:43:44,541 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:43:44,544 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.16] pack to oss... +02 六月 2020 | 17:43:44,791 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\lobby\asset_pack1.0.16.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +02 六月 2020 | 17:44:07,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:44:07,831 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.16] pack to oss... +02 六月 2020 | 17:44:08,055 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:44:08,068 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.16] pack to oss... +02 六月 2020 | 17:44:09,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.16] upload oss ok! +02 六月 2020 | 17:44:11,714 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.16] upload oss ok! +02 六月 2020 | 17:44:12,037 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:30670ms +02 六月 2020 | 17:46:05,477 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +02 六月 2020 | 17:46:05,530 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +02 六月 2020 | 17:46:05,530 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +02 六月 2020 | 17:46:05,530 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +02 六月 2020 | 17:46:05,616 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 六月 2020 | 17:46:05,623 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 六月 2020 | 17:46:05,637 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 六月 2020 | 17:46:05,931 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +02 六月 2020 | 17:46:05,942 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +02 六月 2020 | 17:46:05,951 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +02 六月 2020 | 17:46:06,330 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 353. +02 六月 2020 | 17:46:06,348 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 353. +02 六月 2020 | 17:46:06,368 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 353. +02 六月 2020 | 17:46:07,871 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:46:08,369 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.22] pack to oss... +02 六月 2020 | 17:46:08,382 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\extend\poker\runfast\asset_pack1.0.22.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +02 六月 2020 | 17:46:42,695 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:46:42,698 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.22] pack to oss... +02 六月 2020 | 17:46:43,130 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +02 六月 2020 | 17:46:43,133 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.22] pack to oss... +02 六月 2020 | 17:46:45,761 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.22] upload oss ok! +02 六月 2020 | 17:46:47,538 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.22] upload oss ok! +02 六月 2020 | 17:46:47,731 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:42254ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-03 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-03 new file mode 100644 index 0000000..93243fd --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-03 @@ -0,0 +1,62 @@ +03 六月 2020 | 20:03:34,362 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +03 六月 2020 | 20:03:34,766 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +03 六月 2020 | 20:03:34,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +03 六月 2020 | 20:03:34,767 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +03 六月 2020 | 20:03:34,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 六月 2020 | 20:03:34,901 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 六月 2020 | 20:03:34,914 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 六月 2020 | 20:03:35,231 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +03 六月 2020 | 20:03:35,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +03 六月 2020 | 20:03:35,232 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +03 六月 2020 | 20:03:35,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 354. +03 六月 2020 | 20:03:35,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 354. +03 六月 2020 | 20:03:35,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 354. +03 六月 2020 | 20:03:37,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 20:03:37,858 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.125] pack to oss... +03 六月 2020 | 20:03:37,869 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.125.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +03 六月 2020 | 20:05:30,504 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 20:05:30,993 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.125] pack to oss... +03 六月 2020 | 20:05:31,719 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.125] upload oss ok! +03 六月 2020 | 20:05:32,516 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 20:05:32,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.125] pack to oss... +03 六月 2020 | 20:05:33,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.125] upload oss ok! +03 六月 2020 | 20:05:33,984 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:119626ms +03 六月 2020 | 23:25:05,883 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +03 六月 2020 | 23:25:06,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +03 六月 2020 | 23:25:06,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +03 六月 2020 | 23:25:06,246 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +03 六月 2020 | 23:25:06,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +03 六月 2020 | 23:25:06,351 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +03 六月 2020 | 23:25:06,364 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +03 六月 2020 | 23:25:06,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 六月 2020 | 23:25:06,659 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 六月 2020 | 23:25:06,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +03 六月 2020 | 23:25:07,196 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 355. +03 六月 2020 | 23:25:07,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 355. +03 六月 2020 | 23:25:07,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 355. +03 六月 2020 | 23:25:08,851 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 23:25:09,345 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.126] pack to oss... +03 六月 2020 | 23:25:09,355 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +java.io.FileNotFoundException: E:\wb_pack_temp\Win\base\base_script\asset_pack1.0.126.bytes (系统找不到指定的文件。) + at java.io.FileInputStream.open0(Native Method) + at java.io.FileInputStream.open(FileInputStream.java:195) + at java.io.FileInputStream.(FileInputStream.java:138) + at java.io.FileInputStream.(FileInputStream.java:93) + at com.pack.Utils.uploadOssPack(Utils.java:74) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +03 六月 2020 | 23:27:06,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 23:27:06,648 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.126] pack to oss... +03 六月 2020 | 23:27:08,166 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +03 六月 2020 | 23:27:08,168 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.126] pack to oss... +03 六月 2020 | 23:27:08,742 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.126] upload oss ok! +03 六月 2020 | 23:27:09,526 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.126] upload oss ok! +03 六月 2020 | 23:27:09,822 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:123940ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-04 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-04 new file mode 100644 index 0000000..fe4261f --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-04 @@ -0,0 +1,60 @@ +04 六月 2020 | 11:42:06,671 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +04 六月 2020 | 11:42:07,310 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +04 六月 2020 | 11:42:07,311 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +04 六月 2020 | 11:42:07,311 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +04 六月 2020 | 11:42:07,566 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +04 六月 2020 | 11:42:07,567 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +04 六月 2020 | 11:42:07,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +04 六月 2020 | 11:42:07,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 11:42:07,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 11:42:07,964 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 11:42:14,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 11:42:15,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.127] pack to oss... +04 六月 2020 | 11:42:17,690 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.127] upload oss ok! +04 六月 2020 | 11:44:06,856 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 11:44:07,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.127] pack to oss... +04 六月 2020 | 11:44:08,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.127] upload oss ok! +04 六月 2020 | 11:44:08,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 11:44:08,863 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.127] pack to oss... +04 六月 2020 | 11:44:09,570 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.127] upload oss ok! +04 六月 2020 | 11:44:09,857 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:123187ms +04 六月 2020 | 12:01:29,762 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +04 六月 2020 | 12:01:30,082 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +04 六月 2020 | 12:01:30,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +04 六月 2020 | 12:01:30,082 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +04 六月 2020 | 12:01:30,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +04 六月 2020 | 12:01:30,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +04 六月 2020 | 12:01:30,333 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +04 六月 2020 | 12:01:30,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:01:30,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:01:30,698 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:01:56,028 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:01:56,030 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.17] pack to oss... +04 六月 2020 | 12:01:56,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:01:56,219 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.17] pack to oss... +04 六月 2020 | 12:01:58,435 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:01:58,438 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.17] pack to oss... +04 六月 2020 | 12:02:05,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.17] upload oss ok! +04 六月 2020 | 12:02:10,981 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.17] upload oss ok! +04 六月 2020 | 12:02:11,042 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.17] upload oss ok! +04 六月 2020 | 12:02:11,454 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:41692ms +04 六月 2020 | 12:04:40,358 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +04 六月 2020 | 12:04:40,664 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +04 六月 2020 | 12:04:40,665 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +04 六月 2020 | 12:04:40,665 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +04 六月 2020 | 12:04:40,737 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +04 六月 2020 | 12:04:40,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +04 六月 2020 | 12:04:40,755 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +04 六月 2020 | 12:04:41,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:04:41,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:04:41,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 355. +04 六月 2020 | 12:04:58,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:04:58,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.8] pack to oss... +04 六月 2020 | 12:04:58,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:04:58,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.8] pack to oss... +04 六月 2020 | 12:04:58,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.8] upload oss ok! +04 六月 2020 | 12:05:00,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +04 六月 2020 | 12:05:00,581 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.8] pack to oss... +04 六月 2020 | 12:05:02,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.8] upload oss ok! +04 六月 2020 | 12:05:08,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.8] upload oss ok! +04 六月 2020 | 12:05:08,359 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:28001ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-05 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-05 new file mode 100644 index 0000000..a7656b6 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-05 @@ -0,0 +1,185 @@ +05 六月 2020 | 15:26:12,641 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 六月 2020 | 15:26:12,973 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 六月 2020 | 15:26:12,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 六月 2020 | 15:26:12,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 六月 2020 | 15:26:13,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 六月 2020 | 15:26:13,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 六月 2020 | 15:26:13,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 六月 2020 | 15:26:13,509 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +05 六月 2020 | 15:26:13,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +05 六月 2020 | 15:26:13,519 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +05 六月 2020 | 15:26:13,524 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +05 六月 2020 | 15:26:13,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +05 六月 2020 | 15:26:13,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +05 六月 2020 | 15:26:13,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +05 六月 2020 | 15:26:13,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +05 六月 2020 | 15:26:13,548 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 15:26:13,551 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 15:26:13,590 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +05 六月 2020 | 15:26:13,597 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 15:26:13,605 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +05 六月 2020 | 15:26:13,607 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +05 六月 2020 | 15:26:13,620 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +05 六月 2020 | 15:26:13,628 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | C E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +05 六月 2020 | 15:26:13,634 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\ControllerManager.lua +05 六月 2020 | 15:26:13,642 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\ControllerManager.lua +05 六月 2020 | 15:26:13,655 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +05 六月 2020 | 15:26:13,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +05 六月 2020 | 15:26:13,674 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +05 六月 2020 | 15:26:13,678 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +05 六月 2020 | 15:26:13,690 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\ControllerManager.lua +05 六月 2020 | 15:26:13,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +05 六月 2020 | 15:26:13,723 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Hotupdate\denglu_bg_01.png +05 六月 2020 | 15:26:13,724 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Hotupdate\denglu_bg_01.png +05 六月 2020 | 15:26:13,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Hotupdate\package.xml +05 六月 2020 | 15:26:13,734 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Hotupdate\package.xml +05 六月 2020 | 15:26:13,736 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\Main.xml +05 六月 2020 | 15:26:13,739 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\Btn_join_room.xml +05 六月 2020 | 15:26:13,741 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\Btn_menu.xml +05 六月 2020 | 15:26:13,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\Btn_menu_top.xml +05 六月 2020 | 15:26:13,745 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\Main.xml +05 六月 2020 | 15:26:13,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\Btn_more_game.xml +05 六月 2020 | 15:26:13,748 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\Btn_join_room.xml +05 六月 2020 | 15:26:13,749 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\Btn_more_group.xml +05 六月 2020 | 15:26:13,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\club_more.png +05 六月 2020 | 15:26:13,753 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\Btn_menu.xml +05 六月 2020 | 15:26:13,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\d06.png +05 六月 2020 | 15:26:13,756 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\Btn_menu_top.xml +05 六月 2020 | 15:26:13,759 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\exit_icon.png +05 六月 2020 | 15:26:13,759 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\Btn_more_game.xml +05 六月 2020 | 15:26:13,762 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\Btn_more_group.xml +05 六月 2020 | 15:26:13,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\game_item_bg.png +05 六月 2020 | 15:26:13,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\index_icon_05.png +05 六月 2020 | 15:26:13,765 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\club_more.png +05 六月 2020 | 15:26:13,767 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\index_icon_06.png +05 六月 2020 | 15:26:13,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Hotupdate\denglu_bg_01.png +05 六月 2020 | 15:26:13,770 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\d06.png +05 六月 2020 | 15:26:13,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\index_icon_07.png +05 六月 2020 | 15:26:13,773 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Hotupdate\package.xml +05 六月 2020 | 15:26:13,773 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\exit_icon.png +05 六月 2020 | 15:26:13,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\index_icon_08.png +05 六月 2020 | 15:26:13,777 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\game_item_bg.png +05 六月 2020 | 15:26:13,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\join_room_horizen.png +05 六月 2020 | 15:26:13,781 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\more_game.png +05 六月 2020 | 15:26:13,781 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\Main.xml +05 六月 2020 | 15:26:13,781 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\index_icon_05.png +05 六月 2020 | 15:26:13,784 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\notice_btn.png +05 六月 2020 | 15:26:13,786 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\Btn_join_room.xml +05 六月 2020 | 15:26:13,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\index_icon_06.png +05 六月 2020 | 15:26:13,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\index\images\setting_icon.png +05 六月 2020 | 15:26:13,788 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\Btn_menu.xml +05 六月 2020 | 15:26:13,790 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\index_icon_07.png +05 六月 2020 | 15:26:13,791 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\Btn_menu_top.xml +05 六月 2020 | 15:26:13,794 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\index_icon_08.png +05 六月 2020 | 15:26:13,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\Btn_more_game.xml +05 六月 2020 | 15:26:13,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\Btn_more_group.xml +05 六月 2020 | 15:26:13,798 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\join_room_horizen.png +05 六月 2020 | 15:26:13,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\club_more.png +05 六月 2020 | 15:26:13,802 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\more_game.png +05 六月 2020 | 15:26:13,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\d06.png +05 六月 2020 | 15:26:13,805 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\notice_btn.png +05 六月 2020 | 15:26:13,807 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\image\address_icon.png +05 六月 2020 | 15:26:13,808 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\exit_icon.png +05 六月 2020 | 15:26:13,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\index\images\setting_icon.png +05 六月 2020 | 15:26:13,810 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\image\phone_number.png +05 六月 2020 | 15:26:13,812 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\game_item_bg.png +05 六月 2020 | 15:26:13,813 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\image\real_auth_icon.png +05 六月 2020 | 15:26:13,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\index_icon_05.png +05 六月 2020 | 15:26:13,818 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\component\user_info\item_user.xml +05 六月 2020 | 15:26:13,818 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\index_icon_06.png +05 六月 2020 | 15:26:13,822 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\index_icon_07.png +05 六月 2020 | 15:26:13,824 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Lobby\images\index\left_mine_bg.png +05 六月 2020 | 15:26:13,826 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\index_icon_08.png +05 六月 2020 | 15:26:13,829 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\image\address_icon.png +05 六月 2020 | 15:26:13,830 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\join_room_horizen.png +05 六月 2020 | 15:26:13,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\image\phone_number.png +05 六月 2020 | 15:26:13,834 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\more_game.png +05 六月 2020 | 15:26:13,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\image\real_auth_icon.png +05 六月 2020 | 15:26:13,837 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\notice_btn.png +05 六月 2020 | 15:26:13,840 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\component\user_info\item_user.xml +05 六月 2020 | 15:26:13,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\index\images\setting_icon.png +05 六月 2020 | 15:26:13,846 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Lobby\images\index\left_mine_bg.png +05 六月 2020 | 15:26:13,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\image\address_icon.png +05 六月 2020 | 15:26:13,864 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\image\phone_number.png +05 六月 2020 | 15:26:13,867 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\image\real_auth_icon.png +05 六月 2020 | 15:26:13,872 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\component\user_info\item_user.xml +05 六月 2020 | 15:26:13,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Lobby\images\index\left_mine_bg.png +05 六月 2020 | 15:26:14,231 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 358. +05 六月 2020 | 15:26:14,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +05 六月 2020 | 15:26:14,249 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Text conflicts: 4 +05 六月 2020 | 15:26:14,262 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 358. +05 六月 2020 | 15:26:14,284 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 358. +05 六月 2020 | 15:26:50,086 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 15:26:50,569 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.128] pack to oss... +05 六月 2020 | 15:26:51,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.128] upload oss ok! +05 六月 2020 | 15:26:51,743 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.7] pack to oss... +05 六月 2020 | 15:26:52,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.7] upload oss ok! +05 六月 2020 | 15:26:52,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.18] pack to oss... +05 六月 2020 | 15:26:56,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.18] upload oss ok! +05 六月 2020 | 15:26:56,314 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.9] pack to oss... +05 六月 2020 | 15:26:56,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.9] upload oss ok! +05 六月 2020 | 15:28:44,145 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 15:28:44,148 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.128] pack to oss... +05 六月 2020 | 15:28:45,988 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 15:28:45,991 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.128] pack to oss... +05 六月 2020 | 15:28:46,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.128] upload oss ok! +05 六月 2020 | 15:28:46,446 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.7] pack to oss... +05 六月 2020 | 15:28:47,260 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.128] upload oss ok! +05 六月 2020 | 15:28:47,261 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.7] pack to oss... +05 六月 2020 | 15:28:47,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.7] upload oss ok! +05 六月 2020 | 15:28:47,672 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.18] pack to oss... +05 六月 2020 | 15:28:48,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.7] upload oss ok! +05 六月 2020 | 15:28:48,391 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.18] pack to oss... +05 六月 2020 | 15:28:51,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.18] upload oss ok! +05 六月 2020 | 15:28:51,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.9] pack to oss... +05 六月 2020 | 15:28:55,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.18] upload oss ok! +05 六月 2020 | 15:28:55,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.9] pack to oss... +05 六月 2020 | 15:28:58,060 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.9] upload oss ok! +05 六月 2020 | 15:29:00,052 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.9] upload oss ok! +05 六月 2020 | 15:29:00,370 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:167729ms +05 六月 2020 | 17:17:13,791 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 六月 2020 | 17:17:14,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 六月 2020 | 17:17:14,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 六月 2020 | 17:17:14,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 六月 2020 | 17:17:14,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 六月 2020 | 17:17:14,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 六月 2020 | 17:17:14,341 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 六月 2020 | 17:17:14,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +05 六月 2020 | 17:17:14,671 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +05 六月 2020 | 17:17:14,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 17:17:14,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +05 六月 2020 | 17:17:14,678 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +05 六月 2020 | 17:17:14,679 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +05 六月 2020 | 17:17:14,681 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +05 六月 2020 | 17:17:14,681 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +05 六月 2020 | 17:17:14,687 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 17:17:14,687 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +05 六月 2020 | 17:17:14,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +05 六月 2020 | 17:17:14,693 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +05 六月 2020 | 17:17:15,078 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 359. +05 六月 2020 | 17:17:15,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +05 六月 2020 | 17:17:15,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 2 +05 六月 2020 | 17:17:15,093 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 359. +05 六月 2020 | 17:17:15,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 359. +05 六月 2020 | 17:17:52,862 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 17:17:52,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.8] pack to oss... +05 六月 2020 | 17:17:53,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.8] upload oss ok! +05 六月 2020 | 17:17:53,734 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.19] pack to oss... +05 六月 2020 | 17:17:55,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 17:17:55,677 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.8] pack to oss... +05 六月 2020 | 17:17:57,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.19] upload oss ok! +05 六月 2020 | 17:17:57,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.10] pack to oss... +05 六月 2020 | 17:17:57,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.8] upload oss ok! +05 六月 2020 | 17:17:57,723 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.19] pack to oss... +05 六月 2020 | 17:17:58,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.10] upload oss ok! +05 六月 2020 | 17:17:59,005 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 六月 2020 | 17:17:59,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.8] pack to oss... +05 六月 2020 | 17:18:00,670 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.19] upload oss ok! +05 六月 2020 | 17:18:00,671 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.10] pack to oss... +05 六月 2020 | 17:18:01,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.8] upload oss ok! +05 六月 2020 | 17:18:01,071 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.19] pack to oss... +05 六月 2020 | 17:18:06,067 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.10] upload oss ok! +05 六月 2020 | 17:18:06,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.19] upload oss ok! +05 六月 2020 | 17:18:06,337 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.10] pack to oss... +05 六月 2020 | 17:18:08,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.10] upload oss ok! +05 六月 2020 | 17:18:08,851 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:55060ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-08 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-08 new file mode 100644 index 0000000..e6ba7b5 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-08 @@ -0,0 +1,30 @@ +08 六月 2020 | 14:33:27,282 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +08 六月 2020 | 14:33:27,647 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +08 六月 2020 | 14:33:27,647 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +08 六月 2020 | 14:33:27,647 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +08 六月 2020 | 14:33:27,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 六月 2020 | 14:33:27,811 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 六月 2020 | 14:33:27,821 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 六月 2020 | 14:33:28,123 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Core\NetClient.lua +08 六月 2020 | 14:33:28,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +08 六月 2020 | 14:33:28,129 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +08 六月 2020 | 14:33:28,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +08 六月 2020 | 14:33:28,133 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Core\NetClient.lua +08 六月 2020 | 14:33:28,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Core\NetClient.lua +08 六月 2020 | 14:33:28,139 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +08 六月 2020 | 14:33:28,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +08 六月 2020 | 14:33:28,629 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 360. +08 六月 2020 | 14:33:28,634 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 360. +08 六月 2020 | 14:33:28,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +08 六月 2020 | 14:33:28,646 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 2 +08 六月 2020 | 14:33:28,655 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 360. +08 六月 2020 | 14:33:35,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +08 六月 2020 | 14:33:36,438 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.129] pack to oss... +08 六月 2020 | 14:33:38,492 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.129] upload oss ok! +08 六月 2020 | 14:35:29,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +08 六月 2020 | 14:35:29,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.129] pack to oss... +08 六月 2020 | 14:35:29,814 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +08 六月 2020 | 14:35:29,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.129] pack to oss... +08 六月 2020 | 14:35:32,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.129] upload oss ok! +08 六月 2020 | 14:35:32,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.129] upload oss ok! +08 六月 2020 | 14:35:32,610 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:125328ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-09 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-09 new file mode 100644 index 0000000..8cfe50f --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-09 @@ -0,0 +1,205 @@ +09 六月 2020 | 17:03:00,076 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +09 六月 2020 | 17:03:00,226 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +09 六月 2020 | 17:03:51,955 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 六月 2020 | 17:03:53,031 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 六月 2020 | 17:03:53,031 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 六月 2020 | 17:03:53,031 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 六月 2020 | 17:03:53,457 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 六月 2020 | 17:03:53,460 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 六月 2020 | 17:03:53,460 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 六月 2020 | 17:03:55,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 17:03:55,879 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +09 六月 2020 | 17:03:55,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +09 六月 2020 | 17:03:55,957 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 17:03:55,970 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 17:03:56,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +09 六月 2020 | 17:03:56,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +09 六月 2020 | 17:03:56,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +09 六月 2020 | 17:03:57,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 363. +09 六月 2020 | 17:03:57,339 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 17:03:57,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +09 六月 2020 | 17:03:57,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +09 六月 2020 | 17:03:57,468 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 17:03:57,478 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 17:03:57,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +09 六月 2020 | 17:03:57,566 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +09 六月 2020 | 17:03:57,617 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +09 六月 2020 | 17:03:57,675 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 六月 2020 | 17:03:57,676 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 六月 2020 | 17:03:57,725 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 六月 2020 | 17:03:57,730 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 17:03:57,731 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 六月 2020 | 17:03:57,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 17:03:57,801 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 17:03:57,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +09 六月 2020 | 17:03:58,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 363. +09 六月 2020 | 17:03:58,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 363. +09 六月 2020 | 17:03:58,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 六月 2020 | 17:03:58,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 六月 2020 | 17:04:06,373 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:04:06,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.130] pack to oss... +09 六月 2020 | 17:04:09,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.130] upload oss ok! +09 六月 2020 | 17:06:00,130 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:06:00,133 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.130] pack to oss... +09 六月 2020 | 17:06:00,751 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:06:00,754 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.130] pack to oss... +09 六月 2020 | 17:06:01,371 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.130] upload oss ok! +09 六月 2020 | 17:06:01,997 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.130] upload oss ok! +09 六月 2020 | 17:06:02,300 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:130345ms +09 六月 2020 | 17:06:44,063 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 六月 2020 | 17:06:44,441 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 六月 2020 | 17:06:44,442 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 六月 2020 | 17:06:44,441 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 六月 2020 | 17:06:44,520 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 六月 2020 | 17:06:44,538 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 六月 2020 | 17:06:44,547 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 六月 2020 | 17:06:44,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 六月 2020 | 17:06:44,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 六月 2020 | 17:06:45,021 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 六月 2020 | 17:06:45,038 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 363. +09 六月 2020 | 17:06:45,039 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 363. +09 六月 2020 | 17:06:45,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 六月 2020 | 17:06:45,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 363. +09 六月 2020 | 17:06:45,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 六月 2020 | 17:06:45,175 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 六月 2020 | 17:07:27,837 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:07:28,324 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.131] pack to oss... +09 六月 2020 | 17:07:29,660 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.131] upload oss ok! +09 六月 2020 | 17:07:29,661 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.9] pack to oss... +09 六月 2020 | 17:07:30,616 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.9] upload oss ok! +09 六月 2020 | 17:07:30,617 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.20] pack to oss... +09 六月 2020 | 17:07:33,773 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.20] upload oss ok! +09 六月 2020 | 17:07:33,774 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.11] pack to oss... +09 六月 2020 | 17:07:35,747 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.11] upload oss ok! +09 六月 2020 | 17:09:19,676 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:09:19,679 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.131] pack to oss... +09 六月 2020 | 17:09:20,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.131] upload oss ok! +09 六月 2020 | 17:09:20,546 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.9] pack to oss... +09 六月 2020 | 17:09:20,865 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.9] upload oss ok! +09 六月 2020 | 17:09:20,866 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.20] pack to oss... +09 六月 2020 | 17:09:21,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 17:09:21,765 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.131] pack to oss... +09 六月 2020 | 17:09:24,741 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.20] upload oss ok! +09 六月 2020 | 17:09:24,742 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.11] pack to oss... +09 六月 2020 | 17:09:24,803 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.131] upload oss ok! +09 六月 2020 | 17:09:24,804 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.9] pack to oss... +09 六月 2020 | 17:09:25,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.9] upload oss ok! +09 六月 2020 | 17:09:25,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.20] pack to oss... +09 六月 2020 | 17:09:27,324 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.11] upload oss ok! +09 六月 2020 | 17:09:30,656 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.20] upload oss ok! +09 六月 2020 | 17:09:30,657 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.11] pack to oss... +09 六月 2020 | 17:09:32,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.11] upload oss ok! +09 六月 2020 | 17:09:32,981 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:168918ms +09 六月 2020 | 21:31:42,463 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 六月 2020 | 21:31:42,842 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 六月 2020 | 21:31:42,842 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 六月 2020 | 21:31:42,842 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 六月 2020 | 21:31:42,967 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 六月 2020 | 21:31:42,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 六月 2020 | 21:31:42,985 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 六月 2020 | 21:31:43,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 六月 2020 | 21:31:43,294 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 六月 2020 | 21:31:43,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 六月 2020 | 21:31:43,302 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +09 六月 2020 | 21:31:43,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +09 六月 2020 | 21:31:43,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +09 六月 2020 | 21:31:43,314 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +09 六月 2020 | 21:31:43,338 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 六月 2020 | 21:31:43,349 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 21:31:43,384 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 21:31:43,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 21:31:43,388 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +09 六月 2020 | 21:31:43,399 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +09 六月 2020 | 21:31:43,399 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 21:31:43,406 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +09 六月 2020 | 21:31:43,411 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +09 六月 2020 | 21:31:43,412 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +09 六月 2020 | 21:31:43,418 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +09 六月 2020 | 21:31:43,422 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +09 六月 2020 | 21:31:43,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 21:31:43,453 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 21:31:43,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +09 六月 2020 | 21:31:43,469 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +09 六月 2020 | 21:31:43,517 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +09 六月 2020 | 21:31:43,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +09 六月 2020 | 21:31:43,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +09 六月 2020 | 21:31:43,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +09 六月 2020 | 21:31:44,417 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 366. +09 六月 2020 | 21:31:44,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 六月 2020 | 21:31:44,429 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 六月 2020 | 21:31:44,528 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 366. +09 六月 2020 | 21:31:44,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 366. +09 六月 2020 | 21:32:25,363 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:32:25,850 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.132] pack to oss... +09 六月 2020 | 21:32:27,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.132] upload oss ok! +09 六月 2020 | 21:32:27,878 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.10] pack to oss... +09 六月 2020 | 21:32:28,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.10] upload oss ok! +09 六月 2020 | 21:32:28,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.21] pack to oss... +09 六月 2020 | 21:32:33,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.21] upload oss ok! +09 六月 2020 | 21:32:33,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.12] pack to oss... +09 六月 2020 | 21:32:34,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.12] upload oss ok! +09 六月 2020 | 21:34:25,163 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:34:25,165 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.132] pack to oss... +09 六月 2020 | 21:34:26,242 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.132] upload oss ok! +09 六月 2020 | 21:34:26,243 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.10] pack to oss... +09 六月 2020 | 21:34:27,179 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.10] upload oss ok! +09 六月 2020 | 21:34:27,180 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.21] pack to oss... +09 六月 2020 | 21:34:29,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:34:29,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.132] pack to oss... +09 六月 2020 | 21:34:31,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.21] upload oss ok! +09 六月 2020 | 21:34:31,018 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.12] pack to oss... +09 六月 2020 | 21:34:31,819 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.132] upload oss ok! +09 六月 2020 | 21:34:31,820 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.10] pack to oss... +09 六月 2020 | 21:34:33,923 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.12] upload oss ok! +09 六月 2020 | 21:34:34,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.10] upload oss ok! +09 六月 2020 | 21:34:34,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.21] pack to oss... +09 六月 2020 | 21:34:37,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.21] upload oss ok! +09 六月 2020 | 21:34:37,423 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.12] pack to oss... +09 六月 2020 | 21:34:39,557 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.12] upload oss ok! +09 六月 2020 | 21:34:39,909 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:177446ms +09 六月 2020 | 21:51:47,159 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +09 六月 2020 | 21:51:47,220 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +09 六月 2020 | 21:52:11,527 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 六月 2020 | 21:52:12,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 六月 2020 | 21:52:12,183 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 六月 2020 | 21:52:12,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 六月 2020 | 21:52:12,296 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 六月 2020 | 21:52:12,300 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 六月 2020 | 21:52:12,328 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 六月 2020 | 21:52:12,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 六月 2020 | 21:52:12,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 六月 2020 | 21:52:12,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 六月 2020 | 21:52:12,706 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 六月 2020 | 21:52:12,722 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 366. +09 六月 2020 | 21:52:12,728 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 366. +09 六月 2020 | 21:52:12,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 366. +09 六月 2020 | 21:52:12,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 六月 2020 | 21:52:12,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 六月 2020 | 21:52:55,770 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:52:56,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.133] pack to oss... +09 六月 2020 | 21:52:57,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.133] upload oss ok! +09 六月 2020 | 21:52:57,686 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.11] pack to oss... +09 六月 2020 | 21:52:58,508 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.11] upload oss ok! +09 六月 2020 | 21:52:58,509 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.22] pack to oss... +09 六月 2020 | 21:53:01,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.22] upload oss ok! +09 六月 2020 | 21:53:01,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.13] pack to oss... +09 六月 2020 | 21:53:02,253 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.13] upload oss ok! +09 六月 2020 | 21:54:45,808 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:54:45,812 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.133] pack to oss... +09 六月 2020 | 21:54:47,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.133] upload oss ok! +09 六月 2020 | 21:54:47,877 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.11] pack to oss... +09 六月 2020 | 21:54:48,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 六月 2020 | 21:54:48,114 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.133] pack to oss... +09 六月 2020 | 21:54:49,359 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.11] upload oss ok! +09 六月 2020 | 21:54:49,360 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.22] pack to oss... +09 六月 2020 | 21:54:50,343 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.133] upload oss ok! +09 六月 2020 | 21:54:50,344 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.11] pack to oss... +09 六月 2020 | 21:54:53,770 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.11] upload oss ok! +09 六月 2020 | 21:54:53,771 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.22] pack to oss... +09 六月 2020 | 21:55:03,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.22] upload oss ok! +09 六月 2020 | 21:55:03,755 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.13] pack to oss... +09 六月 2020 | 21:55:03,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.22] upload oss ok! +09 六月 2020 | 21:55:03,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.13] pack to oss... +09 六月 2020 | 21:55:12,898 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.13] upload oss ok! +09 六月 2020 | 21:55:12,930 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.13] upload oss ok! +09 六月 2020 | 21:55:13,299 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:181771ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-16 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-16 new file mode 100644 index 0000000..ab01a91 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-16 @@ -0,0 +1,41 @@ +16 六月 2020 | 17:50:56,378 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +16 六月 2020 | 17:50:56,439 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +16 六月 2020 | 17:50:56,439 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +16 六月 2020 | 17:50:56,439 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +16 六月 2020 | 17:50:56,565 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +16 六月 2020 | 17:50:56,570 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +16 六月 2020 | 17:50:56,590 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +16 六月 2020 | 17:50:56,900 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\NewGroupController.lua +16 六月 2020 | 17:50:56,905 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +16 六月 2020 | 17:50:56,905 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +16 六月 2020 | 17:50:56,905 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\NewGroupController.lua +16 六月 2020 | 17:50:56,913 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +16 六月 2020 | 17:50:56,915 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\LobbyView.lua +16 六月 2020 | 17:50:56,915 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\LobbyView.lua +16 六月 2020 | 17:50:56,931 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +16 六月 2020 | 17:50:56,932 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +16 六月 2020 | 17:50:56,948 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +16 六月 2020 | 17:50:56,948 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +16 六月 2020 | 17:50:56,949 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +16 六月 2020 | 17:50:56,972 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +16 六月 2020 | 17:50:56,972 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\NewGroupController.lua +16 六月 2020 | 17:50:56,974 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +16 六月 2020 | 17:50:56,983 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\LobbyView.lua +16 六月 2020 | 17:50:56,995 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +16 六月 2020 | 17:50:57,013 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +16 六月 2020 | 17:50:57,033 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +16 六月 2020 | 17:50:57,968 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 373. +16 六月 2020 | 17:50:57,968 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 373. +16 六月 2020 | 17:50:58,041 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 373. +16 六月 2020 | 17:50:58,053 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +16 六月 2020 | 17:50:58,053 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +16 六月 2020 | 17:51:33,577 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +16 六月 2020 | 17:51:34,061 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.23] pack to oss... +16 六月 2020 | 17:51:38,813 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +16 六月 2020 | 17:51:38,815 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +16 六月 2020 | 17:51:38,816 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.23] pack to oss... +16 六月 2020 | 17:51:38,820 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.23] pack to oss... +16 六月 2020 | 17:51:39,916 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.23] upload oss ok! +16 六月 2020 | 17:51:46,033 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.23] upload oss ok! +16 六月 2020 | 17:52:05,058 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.23] upload oss ok! +16 六月 2020 | 17:52:05,165 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:68787ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-17 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-17 new file mode 100644 index 0000000..2b5db0d --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-17 @@ -0,0 +1,785 @@ +17 六月 2020 | 21:57:14,806 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 六月 2020 | 21:57:15,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 六月 2020 | 21:57:15,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 六月 2020 | 21:57:15,195 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 六月 2020 | 21:57:15,316 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 六月 2020 | 21:57:15,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 六月 2020 | 21:57:15,345 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 六月 2020 | 21:57:15,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +17 六月 2020 | 21:57:15,666 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +17 六月 2020 | 21:57:15,728 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +17 六月 2020 | 21:57:15,741 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +17 六月 2020 | 21:57:15,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +17 六月 2020 | 21:57:15,762 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +17 六月 2020 | 21:57:15,766 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +17 六月 2020 | 21:57:15,772 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +17 六月 2020 | 21:57:15,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +17 六月 2020 | 21:57:15,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +17 六月 2020 | 21:57:15,798 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +17 六月 2020 | 21:57:15,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +17 六月 2020 | 21:57:15,832 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0_1.png +17 六月 2020 | 21:57:15,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas0.png +17 六月 2020 | 21:57:15,844 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_atlas1.png +17 六月 2020 | 21:57:15,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +17 六月 2020 | 21:57:15,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +17 六月 2020 | 21:57:15,864 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\common\ui\Common_fui.bytes +17 六月 2020 | 21:57:15,889 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +17 六月 2020 | 21:57:15,892 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +17 六月 2020 | 21:57:15,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +17 六月 2020 | 21:57:15,894 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png +17 六月 2020 | 21:57:15,897 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +17 六月 2020 | 21:57:15,897 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +17 六月 2020 | 21:57:15,924 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_atlas0.png +17 六月 2020 | 21:57:15,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\login\ui\Login_fui.bytes +17 六月 2020 | 21:57:15,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +17 六月 2020 | 21:57:15,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +17 六月 2020 | 21:57:15,987 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +17 六月 2020 | 21:57:16,037 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +17 六月 2020 | 21:57:16,048 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 六月 2020 | 21:57:16,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +17 六月 2020 | 21:57:16,061 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 六月 2020 | 21:57:16,070 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +17 六月 2020 | 21:57:16,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +17 六月 2020 | 21:57:16,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +17 六月 2020 | 21:57:16,149 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +17 六月 2020 | 21:57:16,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +17 六月 2020 | 21:57:16,166 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +17 六月 2020 | 21:57:16,177 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +17 六月 2020 | 21:57:16,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +17 六月 2020 | 21:57:16,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +17 六月 2020 | 21:57:16,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +17 六月 2020 | 21:57:16,246 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +17 六月 2020 | 21:57:16,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +17 六月 2020 | 21:57:16,259 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +17 六月 2020 | 21:57:16,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +17 六月 2020 | 21:57:16,316 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 六月 2020 | 21:57:16,333 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 六月 2020 | 21:57:16,352 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0.png +17 六月 2020 | 21:57:16,360 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +17 六月 2020 | 21:57:16,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +17 六月 2020 | 21:57:16,381 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 六月 2020 | 21:57:16,394 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas0_1.png +17 六月 2020 | 21:57:16,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 六月 2020 | 21:57:16,397 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png +17 六月 2020 | 21:57:16,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 21:57:16,459 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas1.png +17 六月 2020 | 21:57:16,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png +17 六月 2020 | 21:57:16,787 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 21:57:16,788 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_atlas2.png +17 六月 2020 | 21:57:16,813 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 21:57:16,850 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +17 六月 2020 | 21:57:16,861 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +17 六月 2020 | 21:57:16,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua +17 六月 2020 | 21:57:16,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man +17 六月 2020 | 21:57:16,890 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3 +17 六月 2020 | 21:57:16,895 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3.meta +17 六月 2020 | 21:57:16,899 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +17 六月 2020 | 21:57:16,901 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3 +17 六月 2020 | 21:57:16,906 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3.meta +17 六月 2020 | 21:57:16,908 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +17 六月 2020 | 21:57:16,913 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3 +17 六月 2020 | 21:57:16,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +17 六月 2020 | 21:57:16,921 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3.meta +17 六月 2020 | 21:57:16,927 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua +17 六月 2020 | 21:57:16,928 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +17 六月 2020 | 21:57:16,928 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3 +17 六月 2020 | 21:57:16,929 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man +17 六月 2020 | 21:57:16,934 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3.meta +17 六月 2020 | 21:57:16,934 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3 +17 六月 2020 | 21:57:16,941 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3.meta +17 六月 2020 | 21:57:16,941 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3 +17 六月 2020 | 21:57:16,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3 +17 六月 2020 | 21:57:16,949 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3.meta +17 六月 2020 | 21:57:16,949 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua +17 六月 2020 | 21:57:16,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man +17 六月 2020 | 21:57:16,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3.meta +17 六月 2020 | 21:57:16,955 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3 +17 六月 2020 | 21:57:16,956 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3 +17 六月 2020 | 21:57:16,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3 +17 六月 2020 | 21:57:16,962 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_101.mp3.meta +17 六月 2020 | 21:57:16,963 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3.meta +17 六月 2020 | 21:57:16,966 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3.meta +17 六月 2020 | 21:57:16,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3 +17 六月 2020 | 21:57:16,971 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3 +17 六月 2020 | 21:57:16,973 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3 +17 六月 2020 | 21:57:16,973 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_102.mp3.meta +17 六月 2020 | 21:57:16,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3.meta +17 六月 2020 | 21:57:16,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3 +17 六月 2020 | 21:57:16,980 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3.meta +17 六月 2020 | 21:57:16,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3 +17 六月 2020 | 21:57:16,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_103.mp3.meta +17 六月 2020 | 21:57:16,987 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3 +17 六月 2020 | 21:57:16,989 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3.meta +17 六月 2020 | 21:57:16,993 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3.meta +17 六月 2020 | 21:57:16,994 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3 +17 六月 2020 | 21:57:16,994 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3 +17 六月 2020 | 21:57:17,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3 +17 六月 2020 | 21:57:17,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_104.mp3.meta +17 六月 2020 | 21:57:17,002 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3.meta +17 六月 2020 | 21:57:17,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3.meta +17 六月 2020 | 21:57:17,010 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3 +17 六月 2020 | 21:57:17,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3 +17 六月 2020 | 21:57:17,013 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3 +17 六月 2020 | 21:57:17,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3.meta +17 六月 2020 | 21:57:17,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_105.mp3.meta +17 六月 2020 | 21:57:17,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3.meta +17 六月 2020 | 21:57:17,021 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3 +17 六月 2020 | 21:57:17,111 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3.meta +17 六月 2020 | 21:57:17,112 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3 +17 六月 2020 | 21:57:17,116 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3 +17 六月 2020 | 21:57:17,117 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3 +17 六月 2020 | 21:57:17,119 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_106.mp3.meta +17 六月 2020 | 21:57:17,123 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3.meta +17 六月 2020 | 21:57:17,124 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3.meta +17 六月 2020 | 21:57:17,126 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3 +17 六月 2020 | 21:57:17,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3 +17 六月 2020 | 21:57:17,131 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3 +17 六月 2020 | 21:57:17,135 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_107.mp3.meta +17 六月 2020 | 21:57:17,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3.meta +17 六月 2020 | 21:57:17,136 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3.meta +17 六月 2020 | 21:57:17,143 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3 +17 六月 2020 | 21:57:17,143 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3 +17 六月 2020 | 21:57:17,144 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3 +17 六月 2020 | 21:57:17,150 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_108.mp3.meta +17 六月 2020 | 21:57:17,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3.meta +17 六月 2020 | 21:57:17,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3.meta +17 六月 2020 | 21:57:17,155 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3 +17 六月 2020 | 21:57:17,157 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3 +17 六月 2020 | 21:57:17,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3 +17 六月 2020 | 21:57:17,160 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_109.mp3.meta +17 六月 2020 | 21:57:17,162 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3.meta +17 六月 2020 | 21:57:17,168 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3.meta +17 六月 2020 | 21:57:17,171 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3 +17 六月 2020 | 21:57:17,173 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3 +17 六月 2020 | 21:57:17,174 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3 +17 六月 2020 | 21:57:17,176 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3.meta +17 六月 2020 | 21:57:17,180 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_110.mp3.meta +17 六月 2020 | 21:57:17,181 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3.meta +17 六月 2020 | 21:57:17,183 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3 +17 六月 2020 | 21:57:17,187 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3.meta +17 六月 2020 | 21:57:17,188 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3 +17 六月 2020 | 21:57:17,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3 +17 六月 2020 | 21:57:17,192 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3.meta +17 六月 2020 | 21:57:17,194 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3 +17 六月 2020 | 21:57:17,195 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_201.mp3.meta +17 六月 2020 | 21:57:17,197 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3 +17 六月 2020 | 21:57:17,199 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3 +17 六月 2020 | 21:57:17,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3.meta +17 六月 2020 | 21:57:17,202 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3.meta +17 六月 2020 | 21:57:17,206 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3 +17 六月 2020 | 21:57:17,206 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_202.mp3.meta +17 六月 2020 | 21:57:17,208 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3 +17 六月 2020 | 21:57:17,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3.meta +17 六月 2020 | 21:57:17,219 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3.meta +17 六月 2020 | 21:57:17,220 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3 +17 六月 2020 | 21:57:17,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3 +17 六月 2020 | 21:57:17,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_203.mp3.meta +17 六月 2020 | 21:57:17,228 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3 +17 六月 2020 | 21:57:17,229 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3.meta +17 六月 2020 | 21:57:17,230 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3 +17 六月 2020 | 21:57:17,233 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3.meta +17 六月 2020 | 21:57:17,235 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_204.mp3.meta +17 六月 2020 | 21:57:17,235 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3 +17 六月 2020 | 21:57:17,238 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3 +17 六月 2020 | 21:57:17,241 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3 +17 六月 2020 | 21:57:17,241 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3.meta +17 六月 2020 | 21:57:17,243 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3.meta +17 六月 2020 | 21:57:17,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3 +17 六月 2020 | 21:57:17,247 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_205.mp3.meta +17 六月 2020 | 21:57:17,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3 +17 六月 2020 | 21:57:17,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:17,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3 +17 六月 2020 | 21:57:17,256 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3.meta +17 六月 2020 | 21:57:17,256 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3 +17 六月 2020 | 21:57:17,258 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_206.mp3.meta +17 六月 2020 | 21:57:17,262 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3 +17 六月 2020 | 21:57:17,263 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:17,264 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3 +17 六月 2020 | 21:57:17,267 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3 +17 六月 2020 | 21:57:17,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3.meta +17 六月 2020 | 21:57:17,269 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_207.mp3.meta +17 六月 2020 | 21:57:17,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3 +17 六月 2020 | 21:57:17,274 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3.meta +17 六月 2020 | 21:57:17,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3 +17 六月 2020 | 21:57:17,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3 +17 六月 2020 | 21:57:17,279 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3.meta +17 六月 2020 | 21:57:17,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_208.mp3.meta +17 六月 2020 | 21:57:17,283 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:17,285 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3 +17 六月 2020 | 21:57:17,376 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3 +17 六月 2020 | 21:57:17,377 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3 +17 六月 2020 | 21:57:17,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3.meta +17 六月 2020 | 21:57:17,381 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_209.mp3.meta +17 六月 2020 | 21:57:17,382 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3 +17 六月 2020 | 21:57:17,383 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3.meta +17 六月 2020 | 21:57:17,386 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3 +17 六月 2020 | 21:57:17,389 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:17,390 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3 +17 六月 2020 | 21:57:17,392 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3 +17 六月 2020 | 21:57:17,393 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_210.mp3.meta +17 六月 2020 | 21:57:17,396 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3.meta +17 六月 2020 | 21:57:17,396 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:17,398 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3 +17 六月 2020 | 21:57:17,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3 +17 六月 2020 | 21:57:17,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3 +17 六月 2020 | 21:57:17,404 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_chi.mp3.meta +17 六月 2020 | 21:57:17,405 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3.meta +17 六月 2020 | 21:57:17,408 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3.meta +17 六月 2020 | 21:57:17,409 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3 +17 六月 2020 | 21:57:17,409 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3 +17 六月 2020 | 21:57:17,411 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3 +17 六月 2020 | 21:57:17,510 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3.meta +17 六月 2020 | 21:57:17,513 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:17,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:17,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3 +17 六月 2020 | 21:57:17,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3 +17 六月 2020 | 21:57:17,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3.meta +17 六月 2020 | 21:57:17,520 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3 +17 六月 2020 | 21:57:17,520 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:17,522 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3 +17 六月 2020 | 21:57:17,525 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3 +17 六月 2020 | 21:57:17,526 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3.meta +17 六月 2020 | 21:57:17,527 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3.meta +17 六月 2020 | 21:57:17,531 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_hu.mp3.meta +17 六月 2020 | 21:57:17,531 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3 +17 六月 2020 | 21:57:17,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3 +17 六月 2020 | 21:57:17,534 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3 +17 六月 2020 | 21:57:17,536 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3.meta +17 六月 2020 | 21:57:17,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3.meta +17 六月 2020 | 21:57:17,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3 +17 六月 2020 | 21:57:17,540 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:17,540 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3 +17 六月 2020 | 21:57:17,543 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3.meta +17 六月 2020 | 21:57:17,546 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3 +17 六月 2020 | 21:57:17,549 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3 +17 六月 2020 | 21:57:17,550 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3.meta +17 六月 2020 | 21:57:17,552 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3.meta +17 六月 2020 | 21:57:17,554 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3 +17 六月 2020 | 21:57:17,554 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3 +17 六月 2020 | 21:57:17,556 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_peng.mp3.meta +17 六月 2020 | 21:57:17,560 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3.meta +17 六月 2020 | 21:57:17,563 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3 +17 六月 2020 | 21:57:17,564 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3.meta +17 六月 2020 | 21:57:17,565 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3 +17 六月 2020 | 21:57:17,567 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3 +17 六月 2020 | 21:57:17,569 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_wei.mp3.meta +17 六月 2020 | 21:57:17,570 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3.meta +17 六月 2020 | 21:57:17,572 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3.meta +17 六月 2020 | 21:57:17,572 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3 +17 六月 2020 | 21:57:17,573 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3 +17 六月 2020 | 21:57:17,574 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3 +17 六月 2020 | 21:57:17,578 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3.meta +17 六月 2020 | 21:57:17,579 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_xianggong.mp3.meta +17 六月 2020 | 21:57:17,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3.meta +17 六月 2020 | 21:57:17,584 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3 +17 六月 2020 | 21:57:17,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3 +17 六月 2020 | 21:57:17,586 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3 +17 六月 2020 | 21:57:17,590 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3.meta +17 六月 2020 | 21:57:17,592 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe1.mp3.meta +17 六月 2020 | 21:57:17,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3.meta +17 六月 2020 | 21:57:17,594 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3 +17 六月 2020 | 21:57:17,595 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3 +17 六月 2020 | 21:57:17,598 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3 +17 六月 2020 | 21:57:17,601 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhe2.mp3.meta +17 六月 2020 | 21:57:17,601 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3.meta +17 六月 2020 | 21:57:17,603 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3 +17 六月 2020 | 21:57:17,604 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3 +17 六月 2020 | 21:57:17,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3.meta +17 六月 2020 | 21:57:17,608 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zhehu.mp3.meta +17 六月 2020 | 21:57:17,610 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3 +17 六月 2020 | 21:57:17,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3.meta +17 六月 2020 | 21:57:17,613 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3 +17 六月 2020 | 21:57:17,613 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3 +17 六月 2020 | 21:57:17,614 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3.meta +17 六月 2020 | 21:57:17,618 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\F_zimohu.mp3.meta +17 六月 2020 | 21:57:17,618 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3 +17 六月 2020 | 21:57:17,618 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3.meta +17 六月 2020 | 21:57:17,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3 +17 六月 2020 | 21:57:17,622 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3 +17 六月 2020 | 21:57:17,624 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3.meta +17 六月 2020 | 21:57:17,627 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_1.mp3.meta +17 六月 2020 | 21:57:17,627 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3.meta +17 六月 2020 | 21:57:17,630 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3 +17 六月 2020 | 21:57:17,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3 +17 六月 2020 | 21:57:17,635 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3.meta +17 六月 2020 | 21:57:17,636 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_2.mp3.meta +17 六月 2020 | 21:57:17,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3 +17 六月 2020 | 21:57:17,639 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3 +17 六月 2020 | 21:57:17,644 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_3.mp3.meta +17 六月 2020 | 21:57:17,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3.meta +17 六月 2020 | 21:57:17,646 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3 +17 六月 2020 | 21:57:17,648 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3 +17 六月 2020 | 21:57:17,652 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_4.mp3.meta +17 六月 2020 | 21:57:17,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3.meta +17 六月 2020 | 21:57:17,655 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3 +17 六月 2020 | 21:57:17,657 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3 +17 六月 2020 | 21:57:17,660 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_5.mp3.meta +17 六月 2020 | 21:57:17,664 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3.meta +17 六月 2020 | 21:57:17,664 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3 +17 六月 2020 | 21:57:17,668 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3 +17 六月 2020 | 21:57:17,670 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_6.mp3.meta +17 六月 2020 | 21:57:17,674 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3.meta +17 六月 2020 | 21:57:17,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3 +17 六月 2020 | 21:57:17,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_7.mp3.meta +17 六月 2020 | 21:57:17,685 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3 +17 六月 2020 | 21:57:17,691 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_8.mp3.meta +17 六月 2020 | 21:57:17,695 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3 +17 六月 2020 | 21:57:17,701 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man\chat_9.mp3.meta +17 六月 2020 | 21:57:17,815 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man.meta +17 六月 2020 | 21:57:17,817 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman +17 六月 2020 | 21:57:17,823 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3 +17 六月 2020 | 21:57:17,828 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3.meta +17 六月 2020 | 21:57:17,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3 +17 六月 2020 | 21:57:17,841 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3.meta +17 六月 2020 | 21:57:17,848 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3 +17 六月 2020 | 21:57:17,855 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3.meta +17 六月 2020 | 21:57:17,859 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3 +17 六月 2020 | 21:57:17,865 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man.meta +17 六月 2020 | 21:57:17,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3.meta +17 六月 2020 | 21:57:17,867 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman +17 六月 2020 | 21:57:17,874 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3 +17 六月 2020 | 21:57:17,874 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3 +17 六月 2020 | 21:57:17,880 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3.meta +17 六月 2020 | 21:57:17,881 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3.meta +17 六月 2020 | 21:57:17,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\man.meta +17 六月 2020 | 21:57:17,886 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3 +17 六月 2020 | 21:57:17,887 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman +17 六月 2020 | 21:57:17,888 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3 +17 六月 2020 | 21:57:17,891 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3.meta +17 六月 2020 | 21:57:17,893 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3 +17 六月 2020 | 21:57:17,894 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3.meta +17 六月 2020 | 21:57:17,897 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3 +17 六月 2020 | 21:57:17,898 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_101.mp3.meta +17 六月 2020 | 21:57:17,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3 +17 六月 2020 | 21:57:17,902 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3.meta +17 六月 2020 | 21:57:17,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3 +17 六月 2020 | 21:57:17,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3.meta +17 六月 2020 | 21:57:17,912 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3 +17 六月 2020 | 21:57:17,913 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_102.mp3.meta +17 六月 2020 | 21:57:17,917 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3 +17 六月 2020 | 21:57:17,917 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3.meta +17 六月 2020 | 21:57:17,919 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3 +17 六月 2020 | 21:57:17,925 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3.meta +17 六月 2020 | 21:57:17,926 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3 +17 六月 2020 | 21:57:17,927 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_103.mp3.meta +17 六月 2020 | 21:57:17,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3 +17 六月 2020 | 21:57:17,933 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3.meta +17 六月 2020 | 21:57:17,934 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3 +17 六月 2020 | 21:57:17,938 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3 +17 六月 2020 | 21:57:17,938 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3.meta +17 六月 2020 | 21:57:17,940 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_104.mp3.meta +17 六月 2020 | 21:57:17,943 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3.meta +17 六月 2020 | 21:57:17,943 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3 +17 六月 2020 | 21:57:17,946 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3 +17 六月 2020 | 21:57:17,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3 +17 六月 2020 | 21:57:17,950 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3.meta +17 六月 2020 | 21:57:17,953 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_105.mp3.meta +17 六月 2020 | 21:57:17,956 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3 +17 六月 2020 | 21:57:17,958 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3.meta +17 六月 2020 | 21:57:17,958 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3 +17 六月 2020 | 21:57:17,963 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3.meta +17 六月 2020 | 21:57:17,964 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3 +17 六月 2020 | 21:57:17,965 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_106.mp3.meta +17 六月 2020 | 21:57:17,969 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3 +17 六月 2020 | 21:57:17,972 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3.meta +17 六月 2020 | 21:57:17,976 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3 +17 六月 2020 | 21:57:17,979 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3.meta +17 六月 2020 | 21:57:17,983 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_107.mp3.meta +17 六月 2020 | 21:57:17,984 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3 +17 六月 2020 | 21:57:17,985 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3 +17 六月 2020 | 21:57:17,990 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3 +17 六月 2020 | 21:57:17,993 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3.meta +17 六月 2020 | 21:57:17,994 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3.meta +17 六月 2020 | 21:57:17,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_108.mp3.meta +17 六月 2020 | 21:57:17,999 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3 +17 六月 2020 | 21:57:18,000 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3 +17 六月 2020 | 21:57:18,001 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3 +17 六月 2020 | 21:57:18,003 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3.meta +17 六月 2020 | 21:57:18,005 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3.meta +17 六月 2020 | 21:57:18,008 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_109.mp3.meta +17 六月 2020 | 21:57:18,009 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3 +17 六月 2020 | 21:57:18,010 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3 +17 六月 2020 | 21:57:18,013 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3 +17 六月 2020 | 21:57:18,015 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3.meta +17 六月 2020 | 21:57:18,018 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3.meta +17 六月 2020 | 21:57:18,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_110.mp3.meta +17 六月 2020 | 21:57:18,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3 +17 六月 2020 | 21:57:18,024 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3 +17 六月 2020 | 21:57:18,029 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3.meta +17 六月 2020 | 21:57:18,035 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3 +17 六月 2020 | 21:57:18,040 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3 +17 六月 2020 | 21:57:18,042 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_201.mp3.meta +17 六月 2020 | 21:57:18,046 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3.meta +17 六月 2020 | 21:57:18,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3 +17 六月 2020 | 21:57:18,053 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3 +17 六月 2020 | 21:57:18,054 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3.meta +17 六月 2020 | 21:57:18,054 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_202.mp3.meta +17 六月 2020 | 21:57:18,058 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3.meta +17 六月 2020 | 21:57:18,060 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3 +17 六月 2020 | 21:57:18,064 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3 +17 六月 2020 | 21:57:18,066 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3 +17 六月 2020 | 21:57:18,069 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3.meta +17 六月 2020 | 21:57:18,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3.meta +17 六月 2020 | 21:57:18,073 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_203.mp3.meta +17 六月 2020 | 21:57:18,074 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3 +17 六月 2020 | 21:57:18,075 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3 +17 六月 2020 | 21:57:18,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3 +17 六月 2020 | 21:57:18,081 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3.meta +17 六月 2020 | 21:57:18,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3.meta +17 六月 2020 | 21:57:18,085 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_204.mp3.meta +17 六月 2020 | 21:57:18,088 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3 +17 六月 2020 | 21:57:18,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3 +17 六月 2020 | 21:57:18,094 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3 +17 六月 2020 | 21:57:18,095 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3.meta +17 六月 2020 | 21:57:18,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3.meta +17 六月 2020 | 21:57:18,098 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3 +17 六月 2020 | 21:57:18,098 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_205.mp3.meta +17 六月 2020 | 21:57:18,102 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3 +17 六月 2020 | 21:57:18,104 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:18,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3 +17 六月 2020 | 21:57:18,107 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3.meta +17 六月 2020 | 21:57:18,107 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3 +17 六月 2020 | 21:57:18,110 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_206.mp3.meta +17 六月 2020 | 21:57:18,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:18,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3 +17 六月 2020 | 21:57:18,118 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3 +17 六月 2020 | 21:57:18,118 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3 +17 六月 2020 | 21:57:18,119 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3.meta +17 六月 2020 | 21:57:18,125 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_207.mp3.meta +17 六月 2020 | 21:57:18,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3.meta +17 六月 2020 | 21:57:18,127 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3 +17 六月 2020 | 21:57:18,130 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3 +17 六月 2020 | 21:57:18,131 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3 +17 六月 2020 | 21:57:18,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3.meta +17 六月 2020 | 21:57:18,135 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:18,136 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_208.mp3.meta +17 六月 2020 | 21:57:18,137 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3 +17 六月 2020 | 21:57:18,140 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3 +17 六月 2020 | 21:57:18,141 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3.meta +17 六月 2020 | 21:57:18,142 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3 +17 六月 2020 | 21:57:18,145 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3.meta +17 六月 2020 | 21:57:18,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3 +17 六月 2020 | 21:57:18,146 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_209.mp3.meta +17 六月 2020 | 21:57:18,150 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3 +17 六月 2020 | 21:57:18,152 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3 +17 六月 2020 | 21:57:18,152 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3.meta +17 六月 2020 | 21:57:18,155 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3.meta +17 六月 2020 | 21:57:18,157 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_210.mp3.meta +17 六月 2020 | 21:57:18,158 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3 +17 六月 2020 | 21:57:18,158 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3 +17 六月 2020 | 21:57:18,161 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3.meta +17 六月 2020 | 21:57:18,164 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3 +17 六月 2020 | 21:57:18,164 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3 +17 六月 2020 | 21:57:18,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3.meta +17 六月 2020 | 21:57:18,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_chi.mp3.meta +17 六月 2020 | 21:57:18,169 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3 +17 六月 2020 | 21:57:18,169 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:18,170 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3 +17 六月 2020 | 21:57:18,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3 +17 六月 2020 | 21:57:18,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3.meta +17 六月 2020 | 21:57:18,175 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_douliuzi.mp3.meta +17 六月 2020 | 21:57:18,176 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:18,177 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3 +17 六月 2020 | 21:57:18,177 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3 +17 六月 2020 | 21:57:18,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3 +17 六月 2020 | 21:57:18,182 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_fenliuzi.mp3.meta +17 六月 2020 | 21:57:18,182 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3.meta +17 六月 2020 | 21:57:18,185 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3 +17 六月 2020 | 21:57:18,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3.meta +17 六月 2020 | 21:57:18,188 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3 +17 六月 2020 | 21:57:18,189 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3.meta +17 六月 2020 | 21:57:18,191 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3 +17 六月 2020 | 21:57:18,191 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3 +17 六月 2020 | 21:57:18,193 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_hu.mp3.meta +17 六月 2020 | 21:57:18,196 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3.meta +17 六月 2020 | 21:57:18,197 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3 +17 六月 2020 | 21:57:18,198 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:18,200 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3 +17 六月 2020 | 21:57:18,202 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_huangzhuang.mp3.meta +17 六月 2020 | 21:57:18,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3 +17 六月 2020 | 21:57:18,204 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3.meta +17 六月 2020 | 21:57:18,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3 +17 六月 2020 | 21:57:18,207 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3.meta +17 六月 2020 | 21:57:18,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3 +17 六月 2020 | 21:57:18,212 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3.meta +17 六月 2020 | 21:57:18,212 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3 +17 六月 2020 | 21:57:18,212 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_peng.mp3.meta +17 六月 2020 | 21:57:18,215 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3 +17 六月 2020 | 21:57:18,216 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3.meta +17 六月 2020 | 21:57:18,217 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3 +17 六月 2020 | 21:57:18,220 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3.meta +17 六月 2020 | 21:57:18,220 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3 +17 六月 2020 | 21:57:18,221 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_wei.mp3.meta +17 六月 2020 | 21:57:18,223 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3 +17 六月 2020 | 21:57:18,225 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3 +17 六月 2020 | 21:57:18,228 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3.meta +17 六月 2020 | 21:57:18,230 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3.meta +17 六月 2020 | 21:57:18,233 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3 +17 六月 2020 | 21:57:18,233 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_xianggong.mp3.meta +17 六月 2020 | 21:57:18,235 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3 +17 六月 2020 | 21:57:18,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3 +17 六月 2020 | 21:57:18,240 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3.meta +17 六月 2020 | 21:57:18,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3.meta +17 六月 2020 | 21:57:18,242 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3 +17 六月 2020 | 21:57:18,243 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe1.mp3.meta +17 六月 2020 | 21:57:18,245 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3 +17 六月 2020 | 21:57:18,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3 +17 六月 2020 | 21:57:18,248 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3.meta +17 六月 2020 | 21:57:18,250 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3.meta +17 六月 2020 | 21:57:18,251 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3 +17 六月 2020 | 21:57:18,253 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhe2.mp3.meta +17 六月 2020 | 21:57:18,253 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3 +17 六月 2020 | 21:57:18,255 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3.meta +17 六月 2020 | 21:57:18,256 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3 +17 六月 2020 | 21:57:18,258 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3 +17 六月 2020 | 21:57:18,259 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3.meta +17 六月 2020 | 21:57:18,260 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zhehu.mp3.meta +17 六月 2020 | 21:57:18,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3 +17 六月 2020 | 21:57:18,263 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3 +17 六月 2020 | 21:57:18,264 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3.meta +17 六月 2020 | 21:57:18,268 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3 +17 六月 2020 | 21:57:18,268 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\F_zimohu.mp3.meta +17 六月 2020 | 21:57:18,268 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3.meta +17 六月 2020 | 21:57:18,271 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3 +17 六月 2020 | 21:57:18,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3.meta +17 六月 2020 | 21:57:18,273 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3 +17 六月 2020 | 21:57:18,276 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3 +17 六月 2020 | 21:57:18,276 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_1.mp3.meta +17 六月 2020 | 21:57:18,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3.meta +17 六月 2020 | 21:57:18,280 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3 +17 六月 2020 | 21:57:18,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3.meta +17 六月 2020 | 21:57:18,286 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_2.mp3.meta +17 六月 2020 | 21:57:18,287 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3 +17 六月 2020 | 21:57:18,290 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3 +17 六月 2020 | 21:57:18,292 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3.meta +17 六月 2020 | 21:57:18,295 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_3.mp3.meta +17 六月 2020 | 21:57:18,295 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3 +17 六月 2020 | 21:57:18,298 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3 +17 六月 2020 | 21:57:18,299 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3.meta +17 六月 2020 | 21:57:18,302 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_4.mp3.meta +17 六月 2020 | 21:57:18,304 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3 +17 六月 2020 | 21:57:18,307 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3 +17 六月 2020 | 21:57:18,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3.meta +17 六月 2020 | 21:57:18,312 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_5.mp3.meta +17 六月 2020 | 21:57:18,312 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3 +17 六月 2020 | 21:57:18,317 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3.meta +17 六月 2020 | 21:57:18,317 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3 +17 六月 2020 | 21:57:18,320 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3 +17 六月 2020 | 21:57:18,322 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_6.mp3.meta +17 六月 2020 | 21:57:18,326 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3.meta +17 六月 2020 | 21:57:18,326 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3 +17 六月 2020 | 21:57:18,329 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3 +17 六月 2020 | 21:57:18,332 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_7.mp3.meta +17 六月 2020 | 21:57:18,335 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3.meta +17 六月 2020 | 21:57:18,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3 +17 六月 2020 | 21:57:18,341 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3 +17 六月 2020 | 21:57:18,344 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_8.mp3.meta +17 六月 2020 | 21:57:18,350 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3.meta +17 六月 2020 | 21:57:18,350 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3 +17 六月 2020 | 21:57:18,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman\chat_9.mp3.meta +17 六月 2020 | 21:57:18,463 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman.meta +17 六月 2020 | 21:57:18,472 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua.meta +17 六月 2020 | 21:57:18,531 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman.meta +17 六月 2020 | 21:57:18,537 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua.meta +17 六月 2020 | 21:57:18,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua\woman.meta +17 六月 2020 | 21:57:18,545 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +17 六月 2020 | 21:57:18,549 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +17 六月 2020 | 21:57:18,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\zipai\weimaque\sound\putonghua.meta +17 六月 2020 | 21:57:18,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Common\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,585 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Common\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,586 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Extend_Poker_RunFastNew\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,607 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +17 六月 2020 | 21:57:18,608 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Extend_Poker_RunFastNew\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,625 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\Main\component\HeadNameBG.xml +17 六月 2020 | 21:57:18,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png +17 六月 2020 | 21:57:18,628 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +17 六月 2020 | 21:57:18,631 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes +17 六月 2020 | 21:57:18,638 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_RunBeard\component\setting\images\newsetting\Component5.xml +17 六月 2020 | 21:57:18,645 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\Main\component\HeadNameBG.xml +17 六月 2020 | 21:57:18,654 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +17 六月 2020 | 21:57:18,658 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_RunBeard\component\setting\images\newsetting\Component5.xml +17 六月 2020 | 21:57:18,662 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 21:57:18,666 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Common\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,675 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +17 六月 2020 | 21:57:18,678 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_name.xml +17 六月 2020 | 21:57:18,684 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Extend_Poker_RunFastNew\component\head\HeadNameBG.xml +17 六月 2020 | 21:57:18,685 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 21:57:18,689 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_group.png +17 六月 2020 | 21:57:18,695 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_line.png +17 六月 2020 | 21:57:18,700 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_group.png +17 六月 2020 | 21:57:18,704 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +17 六月 2020 | 21:57:18,704 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_name.xml +17 六月 2020 | 21:57:18,705 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_line.png +17 六月 2020 | 21:57:18,716 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_group.png +17 六月 2020 | 21:57:18,718 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\Main\component\HeadNameBG.xml +17 六月 2020 | 21:57:18,724 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_line.png +17 六月 2020 | 21:57:18,727 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\package.xml +17 六月 2020 | 21:57:18,729 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_group.png +17 六月 2020 | 21:57:18,731 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_RunBeard\component\setting\images\newsetting\Component5.xml +17 六月 2020 | 21:57:18,734 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_line.png +17 六月 2020 | 21:57:18,742 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +17 六月 2020 | 21:57:18,747 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\Win_PlayerInfo.xml +17 六月 2020 | 21:57:18,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 21:57:18,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\package.xml +17 六月 2020 | 21:57:18,756 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +17 六月 2020 | 21:57:18,757 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 21:57:18,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 六月 2020 | 21:57:18,769 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +17 六月 2020 | 21:57:18,772 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\component\record\Item_mng_name.xml +17 六月 2020 | 21:57:18,775 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 21:57:18,779 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\PlayerInfoView.lua +17 六月 2020 | 21:57:18,782 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +17 六月 2020 | 21:57:18,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_group.png +17 六月 2020 | 21:57:18,789 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_ban_line.png +17 六月 2020 | 21:57:18,795 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +17 六月 2020 | 21:57:18,795 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 六月 2020 | 21:57:18,795 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_group.png +17 六月 2020 | 21:57:18,800 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\mgr\imgs\member\mng_del_ban_line.png +17 六月 2020 | 21:57:18,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\PlayerInfoView.lua +17 六月 2020 | 21:57:18,811 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\zipai\ZPMainView.lua +17 六月 2020 | 21:57:18,817 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\zipai\ZPSettingView.lua +17 六月 2020 | 21:57:18,818 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\package.xml +17 六月 2020 | 21:57:18,820 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +17 六月 2020 | 21:57:18,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +17 六月 2020 | 21:57:18,838 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\zipai\ZPMainView.lua +17 六月 2020 | 21:57:18,841 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 21:57:18,844 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\zipai\ZPSettingView.lua +17 六月 2020 | 21:57:18,847 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +17 六月 2020 | 21:57:18,859 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\RoomItem.lua +17 六月 2020 | 21:57:18,869 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\PlayerInfoView.lua +17 六月 2020 | 21:57:18,885 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXMainView.lua +17 六月 2020 | 21:57:18,900 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\zipai\ZPMainView.lua +17 六月 2020 | 21:57:18,906 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\zipai\ZPSettingView.lua +17 六月 2020 | 21:57:19,833 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 378. +17 六月 2020 | 21:57:19,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +17 六月 2020 | 21:57:19,846 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +17 六月 2020 | 21:57:19,982 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 378. +17 六月 2020 | 21:57:20,018 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 378. +17 六月 2020 | 22:00:01,019 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:00:01,498 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.134] pack to oss... +17 六月 2020 | 22:00:03,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.134] upload oss ok! +17 六月 2020 | 22:00:03,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.23] pack to oss... +17 六月 2020 | 22:00:07,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | common[1.0.23] upload oss ok! +17 六月 2020 | 22:00:07,789 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.12] pack to oss... +17 六月 2020 | 22:00:08,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | login[1.0.12] upload oss ok! +17 六月 2020 | 22:00:08,129 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.23] pack to oss... +17 六月 2020 | 22:00:14,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | lobby[1.0.23] upload oss ok! +17 六月 2020 | 22:00:14,439 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.60] pack to oss... +17 六月 2020 | 22:00:19,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.60] upload oss ok! +17 六月 2020 | 22:00:19,105 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.19] pack to oss... +17 六月 2020 | 22:00:26,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.19] upload oss ok! +17 六月 2020 | 22:00:26,325 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.17] pack to oss... +17 六月 2020 | 22:00:32,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.17] upload oss ok! +17 六月 2020 | 22:00:32,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.14] pack to oss... +17 六月 2020 | 22:00:35,582 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | embed[1.0.14] upload oss ok! +17 六月 2020 | 22:01:59,237 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:01:59,240 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.134] pack to oss... +17 六月 2020 | 22:02:00,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.134] upload oss ok! +17 六月 2020 | 22:02:00,617 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.23] pack to oss... +17 六月 2020 | 22:02:01,020 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:02:01,023 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.134] pack to oss... +17 六月 2020 | 22:02:06,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.134] upload oss ok! +17 六月 2020 | 22:02:06,858 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.23] pack to oss... +17 六月 2020 | 22:02:07,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | common[1.0.23] upload oss ok! +17 六月 2020 | 22:02:07,582 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.12] pack to oss... +17 六月 2020 | 22:02:11,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | login[1.0.12] upload oss ok! +17 六月 2020 | 22:02:11,683 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.23] pack to oss... +17 六月 2020 | 22:02:11,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | common[1.0.23] upload oss ok! +17 六月 2020 | 22:02:11,980 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.12] pack to oss... +17 六月 2020 | 22:02:13,739 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | login[1.0.12] upload oss ok! +17 六月 2020 | 22:02:13,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.23] pack to oss... +17 六月 2020 | 22:02:18,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | lobby[1.0.23] upload oss ok! +17 六月 2020 | 22:02:18,080 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.60] pack to oss... +17 六月 2020 | 22:02:21,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | lobby[1.0.23] upload oss ok! +17 六月 2020 | 22:02:21,751 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.60] pack to oss... +17 六月 2020 | 22:02:26,251 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.60] upload oss ok! +17 六月 2020 | 22:02:26,252 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.19] pack to oss... +17 六月 2020 | 22:02:29,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.60] upload oss ok! +17 六月 2020 | 22:02:29,124 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.19] pack to oss... +17 六月 2020 | 22:02:41,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.19] upload oss ok! +17 六月 2020 | 22:02:41,502 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.17] pack to oss... +17 六月 2020 | 22:02:41,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.19] upload oss ok! +17 六月 2020 | 22:02:41,743 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.17] pack to oss... +17 六月 2020 | 22:02:54,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.17] upload oss ok! +17 六月 2020 | 22:02:54,721 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.14] pack to oss... +17 六月 2020 | 22:02:54,792 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.17] upload oss ok! +17 六月 2020 | 22:02:54,793 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.14] pack to oss... +17 六月 2020 | 22:02:58,137 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | embed[1.0.14] upload oss ok! +17 六月 2020 | 22:02:58,266 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | embed[1.0.14] upload oss ok! +17 六月 2020 | 22:02:58,558 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:343752ms +17 六月 2020 | 22:08:08,569 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +17 六月 2020 | 22:08:08,668 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +17 六月 2020 | 22:08:08,668 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +17 六月 2020 | 22:08:08,668 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +17 六月 2020 | 22:08:08,752 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 六月 2020 | 22:08:08,755 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 六月 2020 | 22:08:08,776 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 六月 2020 | 22:08:09,101 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +17 六月 2020 | 22:08:09,138 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +17 六月 2020 | 22:08:09,148 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +17 六月 2020 | 22:08:09,148 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +17 六月 2020 | 22:08:09,161 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 378. +17 六月 2020 | 22:08:09,172 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 378. +17 六月 2020 | 22:08:09,273 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 378. +17 六月 2020 | 22:08:09,285 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +17 六月 2020 | 22:08:09,285 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +17 六月 2020 | 22:09:02,825 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:09:03,293 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +17 六月 2020 | 22:09:09,348 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! +17 六月 2020 | 22:09:09,348 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.24] pack to oss... +17 六月 2020 | 22:09:12,618 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:09:12,621 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +17 六月 2020 | 22:09:14,803 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 22:09:14,805 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] pack to oss... +17 六月 2020 | 22:09:20,104 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! +17 六月 2020 | 22:09:20,104 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.24] pack to oss... +17 六月 2020 | 22:09:22,564 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.24] upload oss ok! +17 六月 2020 | 22:09:24,107 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.7] upload oss ok! +17 六月 2020 | 22:09:24,107 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.24] pack to oss... +17 六月 2020 | 22:09:32,881 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.24] upload oss ok! +17 六月 2020 | 22:09:33,355 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.24] upload oss ok! +17 六月 2020 | 22:09:33,582 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:85013ms +17 六月 2020 | 23:49:48,656 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +17 六月 2020 | 23:49:48,975 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +17 六月 2020 | 23:49:48,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +17 六月 2020 | 23:49:48,975 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +17 六月 2020 | 23:49:49,102 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +17 六月 2020 | 23:49:49,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +17 六月 2020 | 23:49:49,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +17 六月 2020 | 23:49:49,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +17 六月 2020 | 23:49:49,421 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +17 六月 2020 | 23:49:49,421 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 23:49:49,438 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 23:49:49,450 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 23:49:49,458 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 23:49:49,464 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +17 六月 2020 | 23:49:49,471 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 23:49:49,474 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +17 六月 2020 | 23:49:49,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 23:49:49,500 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +17 六月 2020 | 23:49:49,513 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +17 六月 2020 | 23:49:49,562 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\newgroup\ui\NewGroup_fui.bytes +17 六月 2020 | 23:49:49,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\NewGroup\component\Lst_room\Gcm_head.xml +17 六月 2020 | 23:49:49,602 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +17 六月 2020 | 23:49:49,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +17 六月 2020 | 23:49:50,519 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 381. +17 六月 2020 | 23:49:50,553 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 381. +17 六月 2020 | 23:49:50,611 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 381. +17 六月 2020 | 23:49:50,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +17 六月 2020 | 23:49:50,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +17 六月 2020 | 23:50:29,131 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 23:50:29,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.135] pack to oss... +17 六月 2020 | 23:50:30,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.135] upload oss ok! +17 六月 2020 | 23:50:30,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.61] pack to oss... +17 六月 2020 | 23:50:34,726 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | newgroup[1.0.61] upload oss ok! +17 六月 2020 | 23:52:21,346 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 23:52:21,348 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.135] pack to oss... +17 六月 2020 | 23:52:23,205 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +17 六月 2020 | 23:52:23,207 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.135] pack to oss... +17 六月 2020 | 23:52:28,400 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.135] upload oss ok! +17 六月 2020 | 23:52:28,400 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.135] upload oss ok! +17 六月 2020 | 23:52:28,401 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.61] pack to oss... +17 六月 2020 | 23:52:28,401 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.61] pack to oss... +17 六月 2020 | 23:52:32,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | newgroup[1.0.61] upload oss ok! +17 六月 2020 | 23:52:32,806 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | newgroup[1.0.61] upload oss ok! +17 六月 2020 | 23:52:33,192 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:164536ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-18 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-18 new file mode 100644 index 0000000..9b49150 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-18 @@ -0,0 +1,182 @@ +18 六月 2020 | 07:52:13,054 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +18 六月 2020 | 07:52:13,357 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +18 六月 2020 | 07:52:13,357 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +18 六月 2020 | 07:52:13,357 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +18 六月 2020 | 07:52:13,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +18 六月 2020 | 07:52:13,516 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +18 六月 2020 | 07:52:13,532 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +18 六月 2020 | 07:52:13,836 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +18 六月 2020 | 07:52:13,849 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +18 六月 2020 | 07:52:13,854 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +18 六月 2020 | 07:52:13,890 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +18 六月 2020 | 07:52:13,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +18 六月 2020 | 07:52:13,901 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +18 六月 2020 | 07:52:13,957 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngPersonStatView.lua +18 六月 2020 | 07:52:14,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 382. +18 六月 2020 | 07:52:14,908 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 382. +18 六月 2020 | 07:52:15,003 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 382. +18 六月 2020 | 07:52:15,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +18 六月 2020 | 07:52:15,015 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +18 六月 2020 | 07:52:22,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 07:52:22,566 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.136] pack to oss... +18 六月 2020 | 07:52:23,402 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.136] upload oss ok! +18 六月 2020 | 07:54:15,429 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 07:54:15,431 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 07:54:15,432 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.136] pack to oss... +18 六月 2020 | 07:54:15,434 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.136] pack to oss... +18 六月 2020 | 07:54:17,308 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.136] upload oss ok! +18 六月 2020 | 07:54:17,370 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.136] upload oss ok! +18 六月 2020 | 07:54:17,689 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:124635ms +18 六月 2020 | 09:09:52,210 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +18 六月 2020 | 09:09:52,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +18 六月 2020 | 09:09:52,497 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +18 六月 2020 | 09:09:52,497 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +18 六月 2020 | 09:09:52,623 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +18 六月 2020 | 09:09:52,633 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +18 六月 2020 | 09:09:52,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +18 六月 2020 | 09:09:52,940 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +18 六月 2020 | 09:09:52,948 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngRoomStatView.lua +18 六月 2020 | 09:09:52,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +18 六月 2020 | 09:09:52,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +18 六月 2020 | 09:09:52,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngRoomStatView.lua +18 六月 2020 | 09:09:52,988 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +18 六月 2020 | 09:09:52,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +18 六月 2020 | 09:09:52,998 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +18 六月 2020 | 09:09:53,113 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupRecordView.lua +18 六月 2020 | 09:09:53,122 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMngRoomStatView.lua +18 六月 2020 | 09:09:53,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 383. +18 六月 2020 | 09:09:54,009 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 383. +18 六月 2020 | 09:09:54,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 383. +18 六月 2020 | 09:09:54,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +18 六月 2020 | 09:09:54,159 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +18 六月 2020 | 09:10:00,785 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 09:10:01,273 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.137] pack to oss... +18 六月 2020 | 09:10:02,416 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.137] upload oss ok! +18 六月 2020 | 09:11:52,562 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 09:11:53,049 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.137] pack to oss... +18 六月 2020 | 09:11:53,996 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.137] upload oss ok! +18 六月 2020 | 09:11:55,062 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 09:11:55,550 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.137] pack to oss... +18 六月 2020 | 09:11:56,548 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.137] upload oss ok! +18 六月 2020 | 09:11:56,864 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:124654ms +18 六月 2020 | 17:42:49,793 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +18 六月 2020 | 17:42:50,105 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +18 六月 2020 | 17:42:50,106 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +18 六月 2020 | 17:42:50,106 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +18 六月 2020 | 17:42:50,279 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +18 六月 2020 | 17:42:50,284 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +18 六月 2020 | 17:42:50,301 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +18 六月 2020 | 17:42:50,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +18 六月 2020 | 17:42:50,623 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +18 六月 2020 | 17:42:50,641 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +18 六月 2020 | 17:42:50,651 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +18 六月 2020 | 17:42:50,780 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +18 六月 2020 | 17:42:50,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +18 六月 2020 | 17:42:50,807 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +18 六月 2020 | 17:42:50,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +18 六月 2020 | 17:42:50,816 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +18 六月 2020 | 17:42:50,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +18 六月 2020 | 17:42:50,857 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\IExtendConfig.lua +18 六月 2020 | 17:42:50,858 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\IExtendConfig.lua +18 六月 2020 | 17:42:50,864 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +18 六月 2020 | 17:42:50,866 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +18 六月 2020 | 17:42:50,870 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +18 六月 2020 | 17:42:50,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +18 六月 2020 | 17:42:50,887 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +18 六月 2020 | 17:42:50,895 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +18 六月 2020 | 17:42:50,899 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +18 六月 2020 | 17:42:50,910 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +18 六月 2020 | 17:42:50,911 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +18 六月 2020 | 17:42:50,925 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 六月 2020 | 17:42:50,925 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 六月 2020 | 17:42:50,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +18 六月 2020 | 17:42:50,944 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +18 六月 2020 | 17:42:50,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +18 六月 2020 | 17:42:50,951 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_1_s2.xml +18 六月 2020 | 17:42:50,952 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_1_s2.xml +18 六月 2020 | 17:42:50,953 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +18 六月 2020 | 17:42:50,959 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_2_s2.xml +18 六月 2020 | 17:42:50,960 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_2_s2.xml +18 六月 2020 | 17:42:50,968 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_3_s2.xml +18 六月 2020 | 17:42:50,968 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_3_s2.xml +18 六月 2020 | 17:42:50,975 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_4_s2.xml +18 六月 2020 | 17:42:50,976 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_4_s2.xml +18 六月 2020 | 17:42:50,986 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\component\head +18 六月 2020 | 17:42:50,987 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\component\head +18 六月 2020 | 17:42:50,989 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\component\head\jfk.png +18 六月 2020 | 17:42:50,990 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\component\head\jfk.png +18 六月 2020 | 17:42:50,995 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\IExtendConfig.lua +18 六月 2020 | 17:42:51,002 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_new_ui\assets\Main_Majiang\package.xml +18 六月 2020 | 17:42:51,004 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\GroupMemberOperateView.lua +18 六月 2020 | 17:42:51,005 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_new_ui\assets\Main_Majiang\package.xml +18 六月 2020 | 17:42:51,025 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +18 六月 2020 | 17:42:51,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +18 六月 2020 | 17:42:51,051 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +18 六月 2020 | 17:42:51,066 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_PlayerBackView.lua +18 六月 2020 | 17:42:51,082 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\HeadNameBG.xml +18 六月 2020 | 17:42:51,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_1_s2.xml +18 六月 2020 | 17:42:51,095 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_2_s2.xml +18 六月 2020 | 17:42:51,103 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_3_s2.xml +18 六月 2020 | 17:42:51,109 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\Main_style_2\PlayerHead_4_s2.xml +18 六月 2020 | 17:42:51,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\component\head +18 六月 2020 | 17:42:51,124 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\component\head\jfk.png +18 六月 2020 | 17:42:51,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_new_ui\assets\Main_Majiang\package.xml +18 六月 2020 | 17:42:51,997 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 386. +18 六月 2020 | 17:42:52,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 386. +18 六月 2020 | 17:42:52,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 386. +18 六月 2020 | 17:42:52,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +18 六月 2020 | 17:42:52,151 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +18 六月 2020 | 17:43:20,911 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:43:21,390 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.138] pack to oss... +18 六月 2020 | 17:43:22,398 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.138] upload oss ok! +18 六月 2020 | 17:43:22,399 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.20] pack to oss... +18 六月 2020 | 17:43:27,940 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.20] upload oss ok! +18 六月 2020 | 17:45:06,044 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:45:06,047 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.138] pack to oss... +18 六月 2020 | 17:45:06,882 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.138] upload oss ok! +18 六月 2020 | 17:45:06,883 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.20] pack to oss... +18 六月 2020 | 17:45:08,054 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:45:08,057 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.138] pack to oss... +18 六月 2020 | 17:45:10,884 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.138] upload oss ok! +18 六月 2020 | 17:45:10,885 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.20] pack to oss... +18 六月 2020 | 17:45:14,074 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.20] upload oss ok! +18 六月 2020 | 17:45:17,731 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.20] upload oss ok! +18 六月 2020 | 17:45:18,075 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:148282ms +18 六月 2020 | 17:45:35,937 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +18 六月 2020 | 17:45:36,087 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +18 六月 2020 | 17:45:36,087 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +18 六月 2020 | 17:45:36,087 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +18 六月 2020 | 17:45:36,160 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +18 六月 2020 | 17:45:36,173 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +18 六月 2020 | 17:45:36,183 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +18 六月 2020 | 17:45:36,494 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +18 六月 2020 | 17:45:36,530 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +18 六月 2020 | 17:45:36,540 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +18 六月 2020 | 17:45:36,553 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 386. +18 六月 2020 | 17:45:36,562 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 386. +18 六月 2020 | 17:45:36,580 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +18 六月 2020 | 17:45:36,671 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 386. +18 六月 2020 | 17:45:36,683 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +18 六月 2020 | 17:45:36,683 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +18 六月 2020 | 17:46:19,917 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:46:20,403 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.19] pack to oss... +18 六月 2020 | 17:46:20,975 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.19] upload oss ok! +18 六月 2020 | 17:46:20,975 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.16] pack to oss... +18 六月 2020 | 17:46:21,851 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.16] upload oss ok! +18 六月 2020 | 17:46:21,852 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.13] pack to oss... +18 六月 2020 | 17:46:22,384 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.13] upload oss ok! +18 六月 2020 | 17:46:33,282 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:46:33,286 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.19] pack to oss... +18 六月 2020 | 17:46:33,783 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.19] upload oss ok! +18 六月 2020 | 17:46:33,784 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.16] pack to oss... +18 六月 2020 | 17:46:34,591 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.16] upload oss ok! +18 六月 2020 | 17:46:34,591 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.13] pack to oss... +18 六月 2020 | 17:46:35,232 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +18 六月 2020 | 17:46:35,235 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.19] pack to oss... +18 六月 2020 | 17:46:35,639 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.13] upload oss ok! +18 六月 2020 | 17:46:35,881 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.19] upload oss ok! +18 六月 2020 | 17:46:35,882 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.16] pack to oss... +18 六月 2020 | 17:46:36,572 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.16] upload oss ok! +18 六月 2020 | 17:46:36,573 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.13] pack to oss... +18 六月 2020 | 17:46:37,048 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.13] upload oss ok! +18 六月 2020 | 17:46:37,241 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:61304ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-22 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-22 new file mode 100644 index 0000000..3361161 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-22 @@ -0,0 +1,229 @@ +22 六月 2020 | 18:10:43,794 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +22 六月 2020 | 18:10:43,926 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +22 六月 2020 | 18:17:57,253 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +22 六月 2020 | 18:17:57,300 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +22 六月 2020 | 18:17:57,300 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +22 六月 2020 | 18:17:57,300 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +22 六月 2020 | 18:17:57,929 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 六月 2020 | 18:17:57,938 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 六月 2020 | 18:17:57,938 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 六月 2020 | 18:18:02,120 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji +22 六月 2020 | 18:18:02,128 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +22 六月 2020 | 18:18:02,130 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +22 六月 2020 | 18:18:02,133 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +22 六月 2020 | 18:18:02,135 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +22 六月 2020 | 18:18:02,137 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +22 六月 2020 | 18:18:02,138 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +22 六月 2020 | 18:18:02,139 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +22 六月 2020 | 18:18:02,141 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +22 六月 2020 | 18:18:02,144 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +22 六月 2020 | 18:18:02,147 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +22 六月 2020 | 18:18:02,149 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +22 六月 2020 | 18:18:02,150 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +22 六月 2020 | 18:18:02,151 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +22 六月 2020 | 18:18:02,152 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +22 六月 2020 | 18:18:02,154 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +22 六月 2020 | 18:18:02,157 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +22 六月 2020 | 18:18:02,160 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +22 六月 2020 | 18:18:02,219 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:18:02,222 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji +22 六月 2020 | 18:18:02,223 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui +22 六月 2020 | 18:18:02,246 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji +22 六月 2020 | 18:18:02,248 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui +22 六月 2020 | 18:18:02,282 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:02,289 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:02,297 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:02,304 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:02,310 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:02,314 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:02,315 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:02,321 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:02,324 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:02,326 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:02,328 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:02,332 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:02,334 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:02,339 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:02,341 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:02,348 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:02,349 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:02,354 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:02,355 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:02,360 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:02,390 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:02,403 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:02,409 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:02,409 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:02,414 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:02,415 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:02,417 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:02,420 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:02,421 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:02,423 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:02,425 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:02,426 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:02,427 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:02,429 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:02,431 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:02,432 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:02,432 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:02,436 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:02,437 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:02,439 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:02,466 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui.meta +22 六月 2020 | 18:18:02,473 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji.meta +22 六月 2020 | 18:18:02,475 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui.meta +22 六月 2020 | 18:18:02,477 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:18:02,482 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +22 六月 2020 | 18:18:02,491 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji.meta +22 六月 2020 | 18:18:02,535 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji +22 六月 2020 | 18:18:02,541 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +22 六月 2020 | 18:18:02,542 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +22 六月 2020 | 18:18:02,543 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +22 六月 2020 | 18:18:02,545 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +22 六月 2020 | 18:18:02,546 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +22 六月 2020 | 18:18:02,547 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +22 六月 2020 | 18:18:02,549 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +22 六月 2020 | 18:18:02,550 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +22 六月 2020 | 18:18:02,552 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +22 六月 2020 | 18:18:02,555 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +22 六月 2020 | 18:18:02,556 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +22 六月 2020 | 18:18:02,557 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +22 六月 2020 | 18:18:02,559 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +22 六月 2020 | 18:18:02,561 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +22 六月 2020 | 18:18:02,562 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +22 六月 2020 | 18:18:02,564 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +22 六月 2020 | 18:18:02,931 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 388. +22 六月 2020 | 18:18:03,050 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 388. +22 六月 2020 | 18:18:03,063 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +22 六月 2020 | 18:18:03,063 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +22 六月 2020 | 18:18:03,102 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji +22 六月 2020 | 18:18:03,109 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +22 六月 2020 | 18:18:03,111 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +22 六月 2020 | 18:18:03,113 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +22 六月 2020 | 18:18:03,114 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +22 六月 2020 | 18:18:03,116 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +22 六月 2020 | 18:18:03,118 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +22 六月 2020 | 18:18:03,120 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +22 六月 2020 | 18:18:03,121 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +22 六月 2020 | 18:18:03,123 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +22 六月 2020 | 18:18:03,124 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +22 六月 2020 | 18:18:03,126 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +22 六月 2020 | 18:18:03,127 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +22 六月 2020 | 18:18:03,128 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +22 六月 2020 | 18:18:03,129 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +22 六月 2020 | 18:18:03,130 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +22 六月 2020 | 18:18:03,131 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +22 六月 2020 | 18:18:03,173 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji +22 六月 2020 | 18:18:03,174 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui +22 六月 2020 | 18:18:03,226 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:03,230 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:03,235 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:03,238 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:03,242 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:03,244 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:03,246 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:03,250 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:03,252 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:03,256 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:03,299 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +22 六月 2020 | 18:18:03,302 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +22 六月 2020 | 18:18:03,309 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +22 六月 2020 | 18:18:03,314 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes.meta +22 六月 2020 | 18:18:03,315 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +22 六月 2020 | 18:18:03,322 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +22 六月 2020 | 18:18:03,326 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +22 六月 2020 | 18:18:03,329 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +22 六月 2020 | 18:18:03,330 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +22 六月 2020 | 18:18:03,336 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +22 六月 2020 | 18:18:03,369 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui.meta +22 六月 2020 | 18:18:03,373 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji.meta +22 六月 2020 | 18:18:03,750 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 388. +22 六月 2020 | 18:18:36,514 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:18:36,996 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.20] pack to oss... +22 六月 2020 | 18:18:38,620 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.20] upload oss ok! +22 六月 2020 | 18:18:57,099 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:18:57,585 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.20] pack to oss... +22 六月 2020 | 18:19:00,271 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.20] upload oss ok! +22 六月 2020 | 18:19:15,446 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:19:15,448 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.20] pack to oss... +22 六月 2020 | 18:19:15,997 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.20] upload oss ok! +22 六月 2020 | 18:19:16,186 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:78934ms +22 六月 2020 | 18:20:17,137 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +22 六月 2020 | 18:20:17,185 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +22 六月 2020 | 18:20:17,186 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +22 六月 2020 | 18:20:17,186 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +22 六月 2020 | 18:20:17,254 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 六月 2020 | 18:20:17,268 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 六月 2020 | 18:20:17,271 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 六月 2020 | 18:20:17,579 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:20:17,580 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +22 六月 2020 | 18:20:17,645 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +22 六月 2020 | 18:20:17,650 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:20:17,652 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:20:17,714 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:20:17,818 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:20:17,862 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +22 六月 2020 | 18:20:17,863 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +22 六月 2020 | 18:20:32,710 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:20:33,199 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.21] pack to oss... +22 六月 2020 | 18:20:33,918 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.21] upload oss ok! +22 六月 2020 | 18:20:34,713 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:20:35,200 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.21] pack to oss... +22 六月 2020 | 18:20:36,940 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:20:36,942 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.21] pack to oss... +22 六月 2020 | 18:20:37,815 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.21] upload oss ok! +22 六月 2020 | 18:20:38,053 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.21] upload oss ok! +22 六月 2020 | 18:20:38,228 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:21092ms +22 六月 2020 | 18:25:38,495 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +22 六月 2020 | 18:25:38,541 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +22 六月 2020 | 18:25:38,541 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +22 六月 2020 | 18:25:38,541 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +22 六月 2020 | 18:25:38,605 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 六月 2020 | 18:25:38,614 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 六月 2020 | 18:25:38,627 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 六月 2020 | 18:25:38,924 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:25:38,924 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +22 六月 2020 | 18:25:38,990 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +22 六月 2020 | 18:25:38,992 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:25:38,996 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:25:39,057 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:25:39,134 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:25:39,152 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +22 六月 2020 | 18:25:39,153 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +22 六月 2020 | 18:26:00,019 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:26:00,055 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.1] pack to oss... +22 六月 2020 | 18:26:00,083 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:26:00,085 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.1] pack to oss... +22 六月 2020 | 18:26:01,784 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:26:01,787 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.1] pack to oss... +22 六月 2020 | 18:26:06,103 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.1] upload oss ok! +22 六月 2020 | 18:26:13,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.1] upload oss ok! +22 六月 2020 | 18:26:18,804 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.1] upload oss ok! +22 六月 2020 | 18:26:19,353 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:40859ms +22 六月 2020 | 18:27:30,531 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +22 六月 2020 | 18:27:30,594 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +22 六月 2020 | 18:27:30,594 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +22 六月 2020 | 18:27:30,594 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +22 六月 2020 | 18:27:30,688 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +22 六月 2020 | 18:27:30,694 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +22 六月 2020 | 18:27:30,708 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +22 六月 2020 | 18:27:31,004 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:27:31,004 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +22 六月 2020 | 18:27:31,054 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:27:31,065 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:27:31,066 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +22 六月 2020 | 18:27:31,118 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +22 六月 2020 | 18:27:31,196 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 388. +22 六月 2020 | 18:27:31,208 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +22 六月 2020 | 18:27:31,208 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +22 六月 2020 | 18:27:48,133 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:27:48,135 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.22] pack to oss... +22 六月 2020 | 18:27:48,298 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:27:48,300 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.22] pack to oss... +22 六月 2020 | 18:27:50,313 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +22 六月 2020 | 18:27:50,325 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.22] pack to oss... +22 六月 2020 | 18:27:50,906 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.22] upload oss ok! +22 六月 2020 | 18:27:50,906 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.22] upload oss ok! +22 六月 2020 | 18:27:52,692 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.22] upload oss ok! +22 六月 2020 | 18:27:52,859 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:22328ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-24 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-24 new file mode 100644 index 0000000..be17f81 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-24 @@ -0,0 +1,927 @@ +24 六月 2020 | 17:04:47,013 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +24 六月 2020 | 17:04:47,133 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +24 六月 2020 | 17:21:12,152 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +24 六月 2020 | 17:21:12,211 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +24 六月 2020 | 17:21:12,211 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +24 六月 2020 | 17:21:12,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +24 六月 2020 | 17:21:12,689 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +24 六月 2020 | 17:21:12,694 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +24 六月 2020 | 17:21:12,701 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +24 六月 2020 | 17:21:17,484 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +24 六月 2020 | 17:21:17,545 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 388. +24 六月 2020 | 17:21:17,548 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +24 六月 2020 | 17:21:17,564 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +24 六月 2020 | 17:21:17,565 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +24 六月 2020 | 17:21:17,736 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 388. +24 六月 2020 | 17:21:17,748 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +24 六月 2020 | 17:21:17,748 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +24 六月 2020 | 17:21:18,464 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 388. +24 六月 2020 | 17:21:38,439 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 17:21:38,442 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.2] pack to oss... +24 六月 2020 | 17:21:40,446 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.2] upload oss ok! +24 六月 2020 | 17:21:40,592 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 17:21:40,597 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.2] pack to oss... +24 六月 2020 | 17:21:41,596 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.2] upload oss ok! +24 六月 2020 | 17:21:42,605 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 17:21:42,609 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.2] pack to oss... +24 六月 2020 | 17:21:44,709 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.2] upload oss ok! +24 六月 2020 | 17:21:44,799 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:32648ms +24 六月 2020 | 18:39:52,792 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +24 六月 2020 | 18:39:52,847 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +24 六月 2020 | 18:39:52,847 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +24 六月 2020 | 18:39:52,847 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +24 六月 2020 | 18:39:52,993 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +24 六月 2020 | 18:39:53,011 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +24 六月 2020 | 18:39:53,054 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +24 六月 2020 | 18:39:53,365 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +24 六月 2020 | 18:39:53,410 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +24 六月 2020 | 18:39:53,425 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +24 六月 2020 | 18:39:53,474 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +24 六月 2020 | 18:39:53,505 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +24 六月 2020 | 18:39:53,536 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +24 六月 2020 | 18:39:53,556 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +24 六月 2020 | 18:39:53,589 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +24 六月 2020 | 18:39:53,600 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg +24 六月 2020 | 18:39:53,606 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +24 六月 2020 | 18:39:53,616 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +24 六月 2020 | 18:39:53,629 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png +24 六月 2020 | 18:39:53,630 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +24 六月 2020 | 18:39:53,636 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png.meta +24 六月 2020 | 18:39:53,653 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg +24 六月 2020 | 18:39:53,659 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png +24 六月 2020 | 18:39:53,668 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png.meta +24 六月 2020 | 18:39:53,673 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg +24 六月 2020 | 18:39:53,681 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png +24 六月 2020 | 18:39:53,691 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png.meta +24 六月 2020 | 18:39:53,693 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png +24 六月 2020 | 18:39:53,701 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png.meta +24 六月 2020 | 18:39:53,706 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png +24 六月 2020 | 18:39:53,712 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg1.png.meta +24 六月 2020 | 18:39:53,729 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png +24 六月 2020 | 18:39:53,736 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png.meta +24 六月 2020 | 18:39:53,737 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png +24 六月 2020 | 18:39:53,745 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg.meta +24 六月 2020 | 18:39:53,749 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound +24 六月 2020 | 18:39:53,750 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg2.png.meta +24 六月 2020 | 18:39:53,761 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png +24 六月 2020 | 18:39:53,766 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png +24 六月 2020 | 18:39:53,768 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png.meta +24 六月 2020 | 18:39:53,777 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg\bg3.png.meta +24 六月 2020 | 18:39:53,821 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg.meta +24 六月 2020 | 18:39:53,824 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound +24 六月 2020 | 18:39:53,827 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3 +24 六月 2020 | 18:39:53,829 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\bg.meta +24 六月 2020 | 18:39:53,831 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound +24 六月 2020 | 18:39:53,834 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3.meta +24 六月 2020 | 18:39:53,837 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3 +24 六月 2020 | 18:39:53,843 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3.meta +24 六月 2020 | 18:39:53,866 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3 +24 六月 2020 | 18:39:53,873 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3.meta +24 六月 2020 | 18:39:53,882 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3 +24 六月 2020 | 18:39:53,892 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3.meta +24 六月 2020 | 18:39:53,894 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man +24 六月 2020 | 18:39:53,897 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3 +24 六月 2020 | 18:39:53,903 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3.meta +24 六月 2020 | 18:39:53,910 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3 +24 六月 2020 | 18:39:53,916 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3.meta +24 六月 2020 | 18:39:53,928 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3 +24 六月 2020 | 18:39:53,933 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3 +24 六月 2020 | 18:39:53,935 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3 +24 六月 2020 | 18:39:53,938 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3.meta +24 六月 2020 | 18:39:53,939 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3.meta +24 六月 2020 | 18:39:53,941 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\bgm1.mp3.meta +24 六月 2020 | 18:39:53,957 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3 +24 六月 2020 | 18:39:53,957 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3 +24 六月 2020 | 18:39:53,958 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3 +24 六月 2020 | 18:39:53,966 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3.meta +24 六月 2020 | 18:39:53,967 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3.meta +24 六月 2020 | 18:39:53,971 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\chupai.mp3.meta +24 六月 2020 | 18:39:53,972 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3 +24 六月 2020 | 18:39:53,972 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3 +24 六月 2020 | 18:39:53,974 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3 +24 六月 2020 | 18:39:53,979 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3.meta +24 六月 2020 | 18:39:53,980 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3.meta +24 六月 2020 | 18:39:53,981 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\click.mp3.meta +24 六月 2020 | 18:39:53,982 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3 +24 六月 2020 | 18:39:53,986 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3 +24 六月 2020 | 18:39:53,988 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3 +24 六月 2020 | 18:39:53,990 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3.meta +24 六月 2020 | 18:39:53,993 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3.meta +24 六月 2020 | 18:39:53,993 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3 +24 六月 2020 | 18:39:53,995 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man +24 六月 2020 | 18:39:53,996 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\fapai.mp3.meta +24 六月 2020 | 18:39:53,998 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man +24 六月 2020 | 18:39:53,998 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3.meta +24 六月 2020 | 18:39:53,998 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3 +24 六月 2020 | 18:39:54,001 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3 +24 六月 2020 | 18:39:54,001 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3 +24 六月 2020 | 18:39:54,008 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3.meta +24 六月 2020 | 18:39:54,010 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3.meta +24 六月 2020 | 18:39:54,011 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3 +24 六月 2020 | 18:39:54,013 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\10.mp3.meta +24 六月 2020 | 18:39:54,015 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3 +24 六月 2020 | 18:39:54,017 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3 +24 六月 2020 | 18:39:54,019 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3.meta +24 六月 2020 | 18:39:54,022 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3.meta +24 六月 2020 | 18:39:54,024 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\11.mp3.meta +24 六月 2020 | 18:39:54,024 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3 +24 六月 2020 | 18:39:54,027 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3 +24 六月 2020 | 18:39:54,031 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3 +24 六月 2020 | 18:39:54,032 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3.meta +24 六月 2020 | 18:39:54,033 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3.meta +24 六月 2020 | 18:39:54,036 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3 +24 六月 2020 | 18:39:54,037 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3 +24 六月 2020 | 18:39:54,039 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_10.mp3.meta +24 六月 2020 | 18:39:54,042 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3 +24 六月 2020 | 18:39:54,043 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3.meta +24 六月 2020 | 18:39:54,043 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3.meta +24 六月 2020 | 18:39:54,046 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3 +24 六月 2020 | 18:39:54,047 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3 +24 六月 2020 | 18:39:54,048 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_11.mp3.meta +24 六月 2020 | 18:39:54,050 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3 +24 六月 2020 | 18:39:54,054 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3.meta +24 六月 2020 | 18:39:54,057 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3.meta +24 六月 2020 | 18:39:54,057 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3 +24 六月 2020 | 18:39:54,058 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_12.mp3.meta +24 六月 2020 | 18:39:54,060 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3 +24 六月 2020 | 18:39:54,062 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3 +24 六月 2020 | 18:39:54,064 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3.meta +24 六月 2020 | 18:39:54,066 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3.meta +24 六月 2020 | 18:39:54,068 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3 +24 六月 2020 | 18:39:54,069 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_13.mp3.meta +24 六月 2020 | 18:39:54,070 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3 +24 六月 2020 | 18:39:54,072 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3 +24 六月 2020 | 18:39:54,078 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3.meta +24 六月 2020 | 18:39:54,079 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3.meta +24 六月 2020 | 18:39:54,079 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_14.mp3.meta +24 六月 2020 | 18:39:54,083 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3 +24 六月 2020 | 18:39:54,084 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3 +24 六月 2020 | 18:39:54,085 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3 +24 六月 2020 | 18:39:54,089 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3.meta +24 六月 2020 | 18:39:54,093 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3.meta +24 六月 2020 | 18:39:54,096 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3 +24 六月 2020 | 18:39:54,097 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3 +24 六月 2020 | 18:39:54,098 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_15.mp3.meta +24 六月 2020 | 18:39:54,103 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3 +24 六月 2020 | 18:39:54,104 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3.meta +24 六月 2020 | 18:39:54,105 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3.meta +24 六月 2020 | 18:39:54,110 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3 +24 六月 2020 | 18:39:54,110 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3 +24 六月 2020 | 18:39:54,112 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_3.mp3.meta +24 六月 2020 | 18:39:54,116 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3 +24 六月 2020 | 18:39:54,116 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3.meta +24 六月 2020 | 18:39:54,118 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3.meta +24 六月 2020 | 18:39:54,121 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3 +24 六月 2020 | 18:39:54,122 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3 +24 六月 2020 | 18:39:54,123 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_4.mp3.meta +24 六月 2020 | 18:39:54,127 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3 +24 六月 2020 | 18:39:54,128 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3.meta +24 六月 2020 | 18:39:54,129 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3.meta +24 六月 2020 | 18:39:54,132 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3 +24 六月 2020 | 18:39:54,133 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3 +24 六月 2020 | 18:39:54,134 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_5.mp3.meta +24 六月 2020 | 18:39:54,138 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3 +24 六月 2020 | 18:39:54,141 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3.meta +24 六月 2020 | 18:39:54,142 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3.meta +24 六月 2020 | 18:39:54,144 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3 +24 六月 2020 | 18:39:54,145 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_6.mp3.meta +24 六月 2020 | 18:39:54,145 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3 +24 六月 2020 | 18:39:54,148 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3 +24 六月 2020 | 18:39:54,151 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3.meta +24 六月 2020 | 18:39:54,152 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3.meta +24 六月 2020 | 18:39:54,154 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3 +24 六月 2020 | 18:39:54,156 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_7.mp3.meta +24 六月 2020 | 18:39:54,157 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3 +24 六月 2020 | 18:39:54,160 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3 +24 六月 2020 | 18:39:54,161 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3.meta +24 六月 2020 | 18:39:54,163 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3.meta +24 六月 2020 | 18:39:54,165 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3 +24 六月 2020 | 18:39:54,166 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3 +24 六月 2020 | 18:39:54,167 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_8.mp3.meta +24 六月 2020 | 18:39:54,170 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3 +24 六月 2020 | 18:39:54,170 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3.meta +24 六月 2020 | 18:39:54,171 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3.meta +24 六月 2020 | 18:39:54,174 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3 +24 六月 2020 | 18:39:54,176 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3 +24 六月 2020 | 18:39:54,177 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\1_9.mp3.meta +24 六月 2020 | 18:39:54,180 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3.meta +24 六月 2020 | 18:39:54,181 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3 +24 六月 2020 | 18:39:54,182 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3.meta +24 六月 2020 | 18:39:54,186 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3 +24 六月 2020 | 18:39:54,187 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_10.mp3.meta +24 六月 2020 | 18:39:54,187 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3 +24 六月 2020 | 18:39:54,192 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3.meta +24 六月 2020 | 18:39:54,192 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3 +24 六月 2020 | 18:39:54,193 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3.meta +24 六月 2020 | 18:39:54,195 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3 +24 六月 2020 | 18:39:54,197 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3 +24 六月 2020 | 18:39:54,198 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_11.mp3.meta +24 六月 2020 | 18:39:54,203 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3 +24 六月 2020 | 18:39:54,204 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3.meta +24 六月 2020 | 18:39:54,204 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3.meta +24 六月 2020 | 18:39:54,207 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3 +24 六月 2020 | 18:39:54,209 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3 +24 六月 2020 | 18:39:54,211 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_12.mp3.meta +24 六月 2020 | 18:39:54,213 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3.meta +24 六月 2020 | 18:39:54,215 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3 +24 六月 2020 | 18:39:54,216 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3 +24 六月 2020 | 18:39:54,218 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3.meta +24 六月 2020 | 18:39:54,221 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3 +24 六月 2020 | 18:39:54,222 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_13.mp3.meta +24 六月 2020 | 18:39:54,223 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3.meta +24 六月 2020 | 18:39:54,225 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3 +24 六月 2020 | 18:39:54,227 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3 +24 六月 2020 | 18:39:54,229 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3.meta +24 六月 2020 | 18:39:54,233 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_14.mp3.meta +24 六月 2020 | 18:39:54,233 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3 +24 六月 2020 | 18:39:54,235 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3.meta +24 六月 2020 | 18:39:54,238 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3 +24 六月 2020 | 18:39:54,240 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3 +24 六月 2020 | 18:39:54,241 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3.meta +24 六月 2020 | 18:39:54,243 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_15.mp3.meta +24 六月 2020 | 18:39:54,244 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3 +24 六月 2020 | 18:39:54,246 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3.meta +24 六月 2020 | 18:39:54,247 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3 +24 六月 2020 | 18:39:54,250 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3 +24 六月 2020 | 18:39:54,250 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3.meta +24 六月 2020 | 18:39:54,253 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3 +24 六月 2020 | 18:39:54,253 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_3.mp3.meta +24 六月 2020 | 18:39:54,254 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3.meta +24 六月 2020 | 18:39:54,257 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3 +24 六月 2020 | 18:39:54,258 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3 +24 六月 2020 | 18:39:54,259 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3.meta +24 六月 2020 | 18:39:54,264 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3 +24 六月 2020 | 18:39:54,265 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3.meta +24 六月 2020 | 18:39:54,268 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_4.mp3.meta +24 六月 2020 | 18:39:54,268 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3 +24 六月 2020 | 18:39:54,272 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3 +24 六月 2020 | 18:39:54,272 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3.meta +24 六月 2020 | 18:39:54,276 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3.meta +24 六月 2020 | 18:39:54,277 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3 +24 六月 2020 | 18:39:54,278 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_5.mp3.meta +24 六月 2020 | 18:39:54,280 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3 +24 六月 2020 | 18:39:54,281 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3 +24 六月 2020 | 18:39:54,284 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3.meta +24 六月 2020 | 18:39:54,287 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3 +24 六月 2020 | 18:39:54,288 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3.meta +24 六月 2020 | 18:39:54,291 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3 +24 六月 2020 | 18:39:54,292 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_6.mp3.meta +24 六月 2020 | 18:39:54,295 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3.meta +24 六月 2020 | 18:39:54,296 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3 +24 六月 2020 | 18:39:54,298 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3 +24 六月 2020 | 18:39:54,300 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3.meta +24 六月 2020 | 18:39:54,301 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_7.mp3.meta +24 六月 2020 | 18:39:54,303 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3 +24 六月 2020 | 18:39:54,307 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3.meta +24 六月 2020 | 18:39:54,307 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3 +24 六月 2020 | 18:39:54,310 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3 +24 六月 2020 | 18:39:54,311 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3.meta +24 六月 2020 | 18:39:54,314 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3 +24 六月 2020 | 18:39:54,314 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_8.mp3.meta +24 六月 2020 | 18:39:54,317 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3.meta +24 六月 2020 | 18:39:54,319 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3 +24 六月 2020 | 18:39:54,321 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3.meta +24 六月 2020 | 18:39:54,322 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3 +24 六月 2020 | 18:39:54,325 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3 +24 六月 2020 | 18:39:54,326 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\2_9.mp3.meta +24 六月 2020 | 18:39:54,328 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3.meta +24 六月 2020 | 18:39:54,331 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3 +24 六月 2020 | 18:39:54,332 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3 +24 六月 2020 | 18:39:54,332 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3.meta +24 六月 2020 | 18:39:54,335 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3 +24 六月 2020 | 18:39:54,337 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3.meta +24 六月 2020 | 18:39:54,337 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_10.mp3.meta +24 六月 2020 | 18:39:54,340 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3 +24 六月 2020 | 18:39:54,341 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3.meta +24 六月 2020 | 18:39:54,341 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3 +24 六月 2020 | 18:39:54,346 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3 +24 六月 2020 | 18:39:54,346 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3.meta +24 六月 2020 | 18:39:54,349 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_11.mp3.meta +24 六月 2020 | 18:39:54,349 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3 +24 六月 2020 | 18:39:54,351 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3.meta +24 六月 2020 | 18:39:54,353 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3 +24 六月 2020 | 18:39:54,355 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3.meta +24 六月 2020 | 18:39:54,357 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3 +24 六月 2020 | 18:39:54,359 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3 +24 六月 2020 | 18:39:54,360 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_12.mp3.meta +24 六月 2020 | 18:39:54,364 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3 +24 六月 2020 | 18:39:54,366 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3.meta +24 六月 2020 | 18:39:54,367 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3.meta +24 六月 2020 | 18:39:54,369 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3 +24 六月 2020 | 18:39:54,370 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3 +24 六月 2020 | 18:39:54,371 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_13.mp3.meta +24 六月 2020 | 18:39:54,375 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3.meta +24 六月 2020 | 18:39:54,379 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3 +24 六月 2020 | 18:39:54,380 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3 +24 六月 2020 | 18:39:54,381 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3.meta +24 六月 2020 | 18:39:54,387 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3 +24 六月 2020 | 18:39:54,391 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_14.mp3.meta +24 六月 2020 | 18:39:54,392 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3.meta +24 六月 2020 | 18:39:54,396 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3.meta +24 六月 2020 | 18:39:54,396 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3 +24 六月 2020 | 18:39:54,397 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3 +24 六月 2020 | 18:39:54,399 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3 +24 六月 2020 | 18:39:54,402 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_15.mp3.meta +24 六月 2020 | 18:39:54,406 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3.meta +24 六月 2020 | 18:39:54,406 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3 +24 六月 2020 | 18:39:54,406 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3.meta +24 六月 2020 | 18:39:54,409 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3 +24 六月 2020 | 18:39:54,412 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3 +24 六月 2020 | 18:39:54,413 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_3.mp3.meta +24 六月 2020 | 18:39:54,416 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3 +24 六月 2020 | 18:39:54,417 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3.meta +24 六月 2020 | 18:39:54,420 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3.meta +24 六月 2020 | 18:39:54,425 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_4.mp3.meta +24 六月 2020 | 18:39:54,426 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3 +24 六月 2020 | 18:39:54,427 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3 +24 六月 2020 | 18:39:54,429 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3 +24 六月 2020 | 18:39:54,434 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3.meta +24 六月 2020 | 18:39:54,435 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3.meta +24 六月 2020 | 18:39:54,438 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3 +24 六月 2020 | 18:39:54,440 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3 +24 六月 2020 | 18:39:54,440 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_5.mp3.meta +24 六月 2020 | 18:39:54,444 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3.meta +24 六月 2020 | 18:39:54,444 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3 +24 六月 2020 | 18:39:54,445 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3.meta +24 六月 2020 | 18:39:54,447 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3 +24 六月 2020 | 18:39:54,449 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3 +24 六月 2020 | 18:39:54,451 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_6.mp3.meta +24 六月 2020 | 18:39:54,454 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3.meta +24 六月 2020 | 18:39:54,455 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3.meta +24 六月 2020 | 18:39:54,456 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3 +24 六月 2020 | 18:39:54,457 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3 +24 六月 2020 | 18:39:54,459 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3 +24 六月 2020 | 18:39:54,462 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3.meta +24 六月 2020 | 18:39:54,462 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_7.mp3.meta +24 六月 2020 | 18:39:54,465 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3.meta +24 六月 2020 | 18:39:54,465 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3 +24 六月 2020 | 18:39:54,466 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3 +24 六月 2020 | 18:39:54,470 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3 +24 六月 2020 | 18:39:54,474 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_8.mp3.meta +24 六月 2020 | 18:39:54,475 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3.meta +24 六月 2020 | 18:39:54,479 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3 +24 六月 2020 | 18:39:54,480 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3 +24 六月 2020 | 18:39:54,481 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3.meta +24 六月 2020 | 18:39:54,484 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\3_9.mp3.meta +24 六月 2020 | 18:39:54,485 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3 +24 六月 2020 | 18:39:54,486 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3 +24 六月 2020 | 18:39:54,487 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3.meta +24 六月 2020 | 18:39:54,490 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3.meta +24 六月 2020 | 18:39:54,490 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3 +24 六月 2020 | 18:39:54,493 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3 +24 六月 2020 | 18:39:54,493 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\4.mp3.meta +24 六月 2020 | 18:39:54,496 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3 +24 六月 2020 | 18:39:54,496 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3.meta +24 六月 2020 | 18:39:54,498 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3.meta +24 六月 2020 | 18:39:54,500 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3 +24 六月 2020 | 18:39:54,502 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3 +24 六月 2020 | 18:39:54,504 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\6.mp3.meta +24 六月 2020 | 18:39:54,506 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3.meta +24 六月 2020 | 18:39:54,509 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3 +24 六月 2020 | 18:39:54,510 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3.meta +24 六月 2020 | 18:39:54,510 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3 +24 六月 2020 | 18:39:54,514 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3 +24 六月 2020 | 18:39:54,516 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\7.mp3.meta +24 六月 2020 | 18:39:54,519 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3.meta +24 六月 2020 | 18:39:54,522 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3 +24 六月 2020 | 18:39:54,523 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3.meta +24 六月 2020 | 18:39:54,523 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3 +24 六月 2020 | 18:39:54,529 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3.meta +24 六月 2020 | 18:39:54,531 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_1.mp3.meta +24 六月 2020 | 18:39:54,536 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3 +24 六月 2020 | 18:39:54,537 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3 +24 六月 2020 | 18:39:54,548 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\card_2.mp3.meta +24 六月 2020 | 18:39:54,548 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3.meta +24 六月 2020 | 18:39:54,551 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3 +24 六月 2020 | 18:39:54,552 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3 +24 六月 2020 | 18:39:54,558 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_1.mp3.meta +24 六月 2020 | 18:39:54,561 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3.meta +24 六月 2020 | 18:39:54,562 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3 +24 六月 2020 | 18:39:54,565 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3 +24 六月 2020 | 18:39:54,567 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_2.mp3.meta +24 六月 2020 | 18:39:54,571 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3 +24 六月 2020 | 18:39:54,572 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3.meta +24 六月 2020 | 18:39:54,575 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3 +24 六月 2020 | 18:39:54,576 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\dani_3.mp3.meta +24 六月 2020 | 18:39:54,581 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3 +24 六月 2020 | 18:39:54,583 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3.meta +24 六月 2020 | 18:39:54,586 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3 +24 六月 2020 | 18:39:54,588 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_1.mp3.meta +24 六月 2020 | 18:39:54,591 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3 +24 六月 2020 | 18:39:54,593 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3.meta +24 六月 2020 | 18:39:54,597 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_2.mp3.meta +24 六月 2020 | 18:39:54,597 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3 +24 六月 2020 | 18:39:54,601 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3 +24 六月 2020 | 18:39:54,603 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3.meta +24 六月 2020 | 18:39:54,606 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_3.mp3.meta +24 六月 2020 | 18:39:54,610 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3 +24 六月 2020 | 18:39:54,617 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man\pass_4.mp3.meta +24 六月 2020 | 18:39:54,856 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man.meta +24 六月 2020 | 18:39:54,859 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3 +24 六月 2020 | 18:39:54,864 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3.meta +24 六月 2020 | 18:39:54,868 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3 +24 六月 2020 | 18:39:54,872 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3.meta +24 六月 2020 | 18:39:54,873 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman +24 六月 2020 | 18:39:54,876 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3 +24 六月 2020 | 18:39:54,882 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3.meta +24 六月 2020 | 18:39:54,885 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3 +24 六月 2020 | 18:39:54,889 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3.meta +24 六月 2020 | 18:39:54,892 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3 +24 六月 2020 | 18:39:54,900 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3.meta +24 六月 2020 | 18:39:54,904 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3 +24 六月 2020 | 18:39:54,912 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3.meta +24 六月 2020 | 18:39:54,916 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3 +24 六月 2020 | 18:39:54,923 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3.meta +24 六月 2020 | 18:39:54,926 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3 +24 六月 2020 | 18:39:54,933 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3.meta +24 六月 2020 | 18:39:54,935 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man.meta +24 六月 2020 | 18:39:54,936 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3 +24 六月 2020 | 18:39:54,937 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3 +24 六月 2020 | 18:39:54,942 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3.meta +24 六月 2020 | 18:39:54,943 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3.meta +24 六月 2020 | 18:39:54,946 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3 +24 六月 2020 | 18:39:54,948 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3 +24 六月 2020 | 18:39:54,953 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3.meta +24 六月 2020 | 18:39:54,953 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3.meta +24 六月 2020 | 18:39:54,954 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\man.meta +24 六月 2020 | 18:39:54,955 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman +24 六月 2020 | 18:39:54,957 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3 +24 六月 2020 | 18:39:54,959 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3 +24 六月 2020 | 18:39:54,959 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3 +24 六月 2020 | 18:39:54,972 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3.meta +24 六月 2020 | 18:39:54,973 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3.meta +24 六月 2020 | 18:39:54,973 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\mopai.mp3.meta +24 六月 2020 | 18:39:54,975 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3 +24 六月 2020 | 18:39:54,976 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3 +24 六月 2020 | 18:39:54,980 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3.meta +24 六月 2020 | 18:39:54,982 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3.meta +24 六月 2020 | 18:39:54,985 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3 +24 六月 2020 | 18:39:54,987 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3 +24 六月 2020 | 18:39:54,988 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3 +24 六月 2020 | 18:39:54,992 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3.meta +24 六月 2020 | 18:39:54,993 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3.meta +24 六月 2020 | 18:39:54,994 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\sunzi.mp3.meta +24 六月 2020 | 18:39:54,996 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3 +24 六月 2020 | 18:39:54,996 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman +24 六月 2020 | 18:39:54,997 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3 +24 六月 2020 | 18:39:55,001 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3 +24 六月 2020 | 18:39:55,003 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3.meta +24 六月 2020 | 18:39:55,003 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3.meta +24 六月 2020 | 18:39:55,007 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3 +24 六月 2020 | 18:39:55,008 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3 +24 六月 2020 | 18:39:55,008 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\10.mp3.meta +24 六月 2020 | 18:39:55,012 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3 +24 六月 2020 | 18:39:55,014 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3.meta +24 六月 2020 | 18:39:55,015 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3.meta +24 六月 2020 | 18:39:55,017 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3 +24 六月 2020 | 18:39:55,018 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\11.mp3.meta +24 六月 2020 | 18:39:55,019 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3 +24 六月 2020 | 18:39:55,022 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3.meta +24 六月 2020 | 18:39:55,022 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3 +24 六月 2020 | 18:39:55,024 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3.meta +24 六月 2020 | 18:39:55,024 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3 +24 六月 2020 | 18:39:55,027 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3 +24 六月 2020 | 18:39:55,035 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3.meta +24 六月 2020 | 18:39:55,036 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3.meta +24 六月 2020 | 18:39:55,038 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3 +24 六月 2020 | 18:39:55,039 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_10.mp3.meta +24 六月 2020 | 18:39:55,040 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3 +24 六月 2020 | 18:39:55,042 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3 +24 六月 2020 | 18:39:55,046 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3.meta +24 六月 2020 | 18:39:55,047 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3.meta +24 六月 2020 | 18:39:55,048 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_11.mp3.meta +24 六月 2020 | 18:39:55,049 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3 +24 六月 2020 | 18:39:55,051 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3 +24 六月 2020 | 18:39:55,052 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3 +24 六月 2020 | 18:39:55,053 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3.meta +24 六月 2020 | 18:39:55,060 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3 +24 六月 2020 | 18:39:55,061 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_12.mp3.meta +24 六月 2020 | 18:39:55,062 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3.meta +24 六月 2020 | 18:39:55,065 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3 +24 六月 2020 | 18:39:55,066 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3 +24 六月 2020 | 18:39:55,073 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_13.mp3.meta +24 六月 2020 | 18:39:55,075 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3.meta +24 六月 2020 | 18:39:55,079 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3 +24 六月 2020 | 18:39:55,081 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3.meta +24 六月 2020 | 18:39:55,083 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3 +24 六月 2020 | 18:39:55,086 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3 +24 六月 2020 | 18:39:55,090 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_14.mp3.meta +24 六月 2020 | 18:39:55,090 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3.meta +24 六月 2020 | 18:39:55,095 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3 +24 六月 2020 | 18:39:55,096 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3.meta +24 六月 2020 | 18:39:55,100 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3 +24 六月 2020 | 18:39:55,103 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3.meta +24 六月 2020 | 18:39:55,105 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3.meta +24 六月 2020 | 18:39:55,107 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3 +24 六月 2020 | 18:39:55,108 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3 +24 六月 2020 | 18:39:55,109 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3 +24 六月 2020 | 18:39:55,114 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_15.mp3.meta +24 六月 2020 | 18:39:55,118 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3.meta +24 六月 2020 | 18:39:55,119 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3.meta +24 六月 2020 | 18:39:55,119 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3 +24 六月 2020 | 18:39:55,121 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3 +24 六月 2020 | 18:39:55,122 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3 +24 六月 2020 | 18:39:55,130 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_3.mp3.meta +24 六月 2020 | 18:39:55,134 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3.meta +24 六月 2020 | 18:39:55,136 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3.meta +24 六月 2020 | 18:39:55,140 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3 +24 六月 2020 | 18:39:55,141 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3 +24 六月 2020 | 18:39:55,143 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3 +24 六月 2020 | 18:39:55,147 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3.meta +24 六月 2020 | 18:39:55,164 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_4.mp3.meta +24 六月 2020 | 18:39:55,167 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3.meta +24 六月 2020 | 18:39:55,169 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3 +24 六月 2020 | 18:39:55,173 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3 +24 六月 2020 | 18:39:55,178 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3 +24 六月 2020 | 18:39:55,178 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3.meta +24 六月 2020 | 18:39:55,181 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3.meta +24 六月 2020 | 18:39:55,183 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3 +24 六月 2020 | 18:39:55,185 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_5.mp3.meta +24 六月 2020 | 18:39:55,185 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3 +24 六月 2020 | 18:39:55,190 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3 +24 六月 2020 | 18:39:55,190 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3.meta +24 六月 2020 | 18:39:55,191 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3.meta +24 六月 2020 | 18:39:55,193 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3 +24 六月 2020 | 18:39:55,198 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_6.mp3.meta +24 六月 2020 | 18:39:55,198 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3 +24 六月 2020 | 18:39:55,200 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3.meta +24 六月 2020 | 18:39:55,201 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3 +24 六月 2020 | 18:39:55,204 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3 +24 六月 2020 | 18:39:55,205 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3.meta +24 六月 2020 | 18:39:55,207 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_7.mp3.meta +24 六月 2020 | 18:39:55,209 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3 +24 六月 2020 | 18:39:55,211 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3.meta +24 六月 2020 | 18:39:55,211 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3 +24 六月 2020 | 18:39:55,214 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3 +24 六月 2020 | 18:39:55,215 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3.meta +24 六月 2020 | 18:39:55,218 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3 +24 六月 2020 | 18:39:55,219 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_8.mp3.meta +24 六月 2020 | 18:39:55,220 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3.meta +24 六月 2020 | 18:39:55,222 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3 +24 六月 2020 | 18:39:55,224 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3.meta +24 六月 2020 | 18:39:55,224 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3 +24 六月 2020 | 18:39:55,227 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3 +24 六月 2020 | 18:39:55,228 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\1_9.mp3.meta +24 六月 2020 | 18:39:55,229 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3.meta +24 六月 2020 | 18:39:55,231 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3 +24 六月 2020 | 18:39:55,232 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3 +24 六月 2020 | 18:39:55,233 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3.meta +24 六月 2020 | 18:39:55,236 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3 +24 六月 2020 | 18:39:55,237 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_10.mp3.meta +24 六月 2020 | 18:39:55,240 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3.meta +24 六月 2020 | 18:39:55,242 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3 +24 六月 2020 | 18:39:55,242 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3 +24 六月 2020 | 18:39:55,243 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3.meta +24 六月 2020 | 18:39:55,246 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3 +24 六月 2020 | 18:39:55,246 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_11.mp3.meta +24 六月 2020 | 18:39:55,248 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3.meta +24 六月 2020 | 18:39:55,250 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3 +24 六月 2020 | 18:39:55,251 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3.meta +24 六月 2020 | 18:39:55,252 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3 +24 六月 2020 | 18:39:55,255 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3 +24 六月 2020 | 18:39:55,256 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_12.mp3.meta +24 六月 2020 | 18:39:55,257 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3.meta +24 六月 2020 | 18:39:55,260 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3 +24 六月 2020 | 18:39:55,261 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3 +24 六月 2020 | 18:39:55,261 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3.meta +24 六月 2020 | 18:39:55,264 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3 +24 六月 2020 | 18:39:55,266 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3.meta +24 六月 2020 | 18:39:55,268 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_13.mp3.meta +24 六月 2020 | 18:39:55,270 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3 +24 六月 2020 | 18:39:55,270 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3.meta +24 六月 2020 | 18:39:55,273 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3 +24 六月 2020 | 18:39:55,273 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3 +24 六月 2020 | 18:39:55,276 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3.meta +24 六月 2020 | 18:39:55,278 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_14.mp3.meta +24 六月 2020 | 18:39:55,280 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3.meta +24 六月 2020 | 18:39:55,280 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3 +24 六月 2020 | 18:39:55,282 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3 +24 六月 2020 | 18:39:55,283 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3 +24 六月 2020 | 18:39:55,285 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3.meta +24 六月 2020 | 18:39:55,287 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_15.mp3.meta +24 六月 2020 | 18:39:55,289 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3 +24 六月 2020 | 18:39:55,289 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3.meta +24 六月 2020 | 18:39:55,291 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3 +24 六月 2020 | 18:39:55,293 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3 +24 六月 2020 | 18:39:55,294 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3.meta +24 六月 2020 | 18:39:55,297 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_3.mp3.meta +24 六月 2020 | 18:39:55,299 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3 +24 六月 2020 | 18:39:55,300 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3.meta +24 六月 2020 | 18:39:55,301 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3 +24 六月 2020 | 18:39:55,303 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3 +24 六月 2020 | 18:39:55,305 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3.meta +24 六月 2020 | 18:39:55,307 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_4.mp3.meta +24 六月 2020 | 18:39:55,307 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3 +24 六月 2020 | 18:39:55,310 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3.meta +24 六月 2020 | 18:39:55,313 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3 +24 六月 2020 | 18:39:55,315 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3 +24 六月 2020 | 18:39:55,316 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3.meta +24 六月 2020 | 18:39:55,320 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3 +24 六月 2020 | 18:39:55,322 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3.meta +24 六月 2020 | 18:39:55,323 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_5.mp3.meta +24 六月 2020 | 18:39:55,324 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3.meta +24 六月 2020 | 18:39:55,325 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3 +24 六月 2020 | 18:39:55,325 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3 +24 六月 2020 | 18:39:55,327 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3 +24 六月 2020 | 18:39:55,331 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3.meta +24 六月 2020 | 18:39:55,331 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_6.mp3.meta +24 六月 2020 | 18:39:55,332 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3.meta +24 六月 2020 | 18:39:55,335 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3 +24 六月 2020 | 18:39:55,336 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3 +24 六月 2020 | 18:39:55,336 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3 +24 六月 2020 | 18:39:55,340 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3.meta +24 六月 2020 | 18:39:55,342 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3.meta +24 六月 2020 | 18:39:55,344 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3 +24 六月 2020 | 18:39:55,345 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_7.mp3.meta +24 六月 2020 | 18:39:55,346 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3 +24 六月 2020 | 18:39:55,348 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3 +24 六月 2020 | 18:39:55,350 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3.meta +24 六月 2020 | 18:39:55,351 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3.meta +24 六月 2020 | 18:39:55,354 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3 +24 六月 2020 | 18:39:55,356 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3 +24 六月 2020 | 18:39:55,358 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_8.mp3.meta +24 六月 2020 | 18:39:55,359 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3.meta +24 六月 2020 | 18:39:55,362 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3 +24 六月 2020 | 18:39:55,362 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3.meta +24 六月 2020 | 18:39:55,363 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3 +24 六月 2020 | 18:39:55,366 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3 +24 六月 2020 | 18:39:55,368 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\2_9.mp3.meta +24 六月 2020 | 18:39:55,368 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3.meta +24 六月 2020 | 18:39:55,370 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3.meta +24 六月 2020 | 18:39:55,371 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3 +24 六月 2020 | 18:39:55,371 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3 +24 六月 2020 | 18:39:55,373 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3 +24 六月 2020 | 18:39:55,377 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_10.mp3.meta +24 六月 2020 | 18:39:55,381 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3.meta +24 六月 2020 | 18:39:55,381 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3 +24 六月 2020 | 18:39:55,381 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3.meta +24 六月 2020 | 18:39:55,384 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3 +24 六月 2020 | 18:39:55,385 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3 +24 六月 2020 | 18:39:55,390 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_11.mp3.meta +24 六月 2020 | 18:39:55,392 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3.meta +24 六月 2020 | 18:39:55,394 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3.meta +24 六月 2020 | 18:39:55,395 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3 +24 六月 2020 | 18:39:55,396 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3 +24 六月 2020 | 18:39:55,397 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3 +24 六月 2020 | 18:39:55,401 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3.meta +24 六月 2020 | 18:39:55,402 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_12.mp3.meta +24 六月 2020 | 18:39:55,403 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3.meta +24 六月 2020 | 18:39:55,405 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3 +24 六月 2020 | 18:39:55,407 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3 +24 六月 2020 | 18:39:55,407 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3 +24 六月 2020 | 18:39:55,410 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3.meta +24 六月 2020 | 18:39:55,413 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_13.mp3.meta +24 六月 2020 | 18:39:55,416 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3.meta +24 六月 2020 | 18:39:55,418 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3 +24 六月 2020 | 18:39:55,418 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3 +24 六月 2020 | 18:39:55,421 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3 +24 六月 2020 | 18:39:55,424 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3.meta +24 六月 2020 | 18:39:55,425 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_14.mp3.meta +24 六月 2020 | 18:39:55,427 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3 +24 六月 2020 | 18:39:55,427 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3.meta +24 六月 2020 | 18:39:55,430 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3 +24 六月 2020 | 18:39:55,430 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3 +24 六月 2020 | 18:39:55,432 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3.meta +24 六月 2020 | 18:39:55,435 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3 +24 六月 2020 | 18:39:55,436 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_15.mp3.meta +24 六月 2020 | 18:39:55,437 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3.meta +24 六月 2020 | 18:39:55,439 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3 +24 六月 2020 | 18:39:55,440 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3 +24 六月 2020 | 18:39:55,441 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3.meta +24 六月 2020 | 18:39:55,445 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_3.mp3.meta +24 六月 2020 | 18:39:55,447 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3 +24 六月 2020 | 18:39:55,447 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3.meta +24 六月 2020 | 18:39:55,449 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3 +24 六月 2020 | 18:39:55,451 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3 +24 六月 2020 | 18:39:55,453 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3.meta +24 六月 2020 | 18:39:55,455 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_4.mp3.meta +24 六月 2020 | 18:39:55,457 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3 +24 六月 2020 | 18:39:55,457 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3.meta +24 六月 2020 | 18:39:55,458 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3 +24 六月 2020 | 18:39:55,461 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3 +24 六月 2020 | 18:39:55,462 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3.meta +24 六月 2020 | 18:39:55,465 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3 +24 六月 2020 | 18:39:55,466 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_5.mp3.meta +24 六月 2020 | 18:39:55,467 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3.meta +24 六月 2020 | 18:39:55,468 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3 +24 六月 2020 | 18:39:55,473 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3.meta +24 六月 2020 | 18:39:55,477 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_6.mp3.meta +24 六月 2020 | 18:39:55,477 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3 +24 六月 2020 | 18:39:55,480 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3 +24 六月 2020 | 18:39:55,484 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3.meta +24 六月 2020 | 18:39:55,485 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_7.mp3.meta +24 六月 2020 | 18:39:55,490 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3 +24 六月 2020 | 18:39:55,491 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3 +24 六月 2020 | 18:39:55,496 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3.meta +24 六月 2020 | 18:39:55,497 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_8.mp3.meta +24 六月 2020 | 18:39:55,500 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3 +24 六月 2020 | 18:39:55,501 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3 +24 六月 2020 | 18:39:55,505 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\3_9.mp3.meta +24 六月 2020 | 18:39:55,506 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3.meta +24 六月 2020 | 18:39:55,508 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3 +24 六月 2020 | 18:39:55,510 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3 +24 六月 2020 | 18:39:55,515 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3.meta +24 六月 2020 | 18:39:55,518 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3 +24 六月 2020 | 18:39:55,518 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\4.mp3.meta +24 六月 2020 | 18:39:55,522 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3 +24 六月 2020 | 18:39:55,525 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3.meta +24 六月 2020 | 18:39:55,527 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\6.mp3.meta +24 六月 2020 | 18:39:55,528 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3 +24 六月 2020 | 18:39:55,534 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3 +24 六月 2020 | 18:39:55,537 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3.meta +24 六月 2020 | 18:39:55,540 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\7.mp3.meta +24 六月 2020 | 18:39:55,541 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3 +24 六月 2020 | 18:39:55,544 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3 +24 六月 2020 | 18:39:55,548 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3.meta +24 六月 2020 | 18:39:55,550 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_1.mp3.meta +24 六月 2020 | 18:39:55,552 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3 +24 六月 2020 | 18:39:55,554 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3 +24 六月 2020 | 18:39:55,559 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3.meta +24 六月 2020 | 18:39:55,562 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\card_2.mp3.meta +24 六月 2020 | 18:39:55,566 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3 +24 六月 2020 | 18:39:55,572 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_1.mp3.meta +24 六月 2020 | 18:39:55,575 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3 +24 六月 2020 | 18:39:55,581 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_2.mp3.meta +24 六月 2020 | 18:39:55,586 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3 +24 六月 2020 | 18:39:55,592 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\dani_3.mp3.meta +24 六月 2020 | 18:39:55,598 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3 +24 六月 2020 | 18:39:55,607 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_1.mp3.meta +24 六月 2020 | 18:39:55,609 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3 +24 六月 2020 | 18:39:55,626 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_2.mp3.meta +24 六月 2020 | 18:39:55,629 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3 +24 六月 2020 | 18:39:55,650 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_3.mp3.meta +24 六月 2020 | 18:39:55,655 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3 +24 六月 2020 | 18:39:55,660 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman\pass_4.mp3.meta +24 六月 2020 | 18:39:56,121 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman.meta +24 六月 2020 | 18:39:56,129 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound.meta +24 六月 2020 | 18:39:56,137 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,140 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +24 六月 2020 | 18:39:56,143 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +24 六月 2020 | 18:39:56,147 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +24 六月 2020 | 18:39:56,150 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,155 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,229 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,230 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman.meta +24 六月 2020 | 18:39:56,239 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,251 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,253 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound.meta +24 六月 2020 | 18:39:56,259 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +24 六月 2020 | 18:39:56,262 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,268 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +24 六月 2020 | 18:39:56,270 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,272 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +24 六月 2020 | 18:39:56,275 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +24 六月 2020 | 18:39:56,278 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,279 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,286 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,288 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,302 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound\woman.meta +24 六月 2020 | 18:39:56,313 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\sound.meta +24 六月 2020 | 18:39:56,314 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,320 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,324 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3 +24 六月 2020 | 18:39:56,328 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3 +24 六月 2020 | 18:39:56,334 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,336 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1c.mp3 +24 六月 2020 | 18:39:56,340 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,340 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,345 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,347 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,361 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,370 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,377 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +24 六月 2020 | 18:39:56,384 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,393 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,396 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\.vscode\launch.json +24 六月 2020 | 18:39:56,404 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,406 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,410 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\GameController.lua +24 六月 2020 | 18:39:56,418 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,426 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\MainView.lua +24 六月 2020 | 18:39:56,433 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,435 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,436 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\LuaDebug.lua +24 六月 2020 | 18:39:56,439 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes.meta +24 六月 2020 | 18:39:56,441 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,442 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\base_project\LuaDebugjit.lua +24 六月 2020 | 18:39:56,446 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y19.mp3.meta +24 六月 2020 | 18:39:56,448 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,450 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +24 六月 2020 | 18:39:56,454 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1c.mp3.meta +24 六月 2020 | 18:39:56,463 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_he5y1x.mp3.meta +24 六月 2020 | 18:39:56,465 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:56,469 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +24 六月 2020 | 18:39:56,473 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +24 六月 2020 | 18:39:56,478 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +24 六月 2020 | 18:39:56,481 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +24 六月 2020 | 18:39:56,481 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +24 六月 2020 | 18:39:56,484 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +24 六月 2020 | 18:39:56,489 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:56,492 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png.meta +24 六月 2020 | 18:39:56,493 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +24 六月 2020 | 18:39:56,503 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +24 六月 2020 | 18:39:56,510 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +24 六月 2020 | 18:39:56,515 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +24 六月 2020 | 18:39:56,515 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +24 六月 2020 | 18:39:56,538 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +24 六月 2020 | 18:39:56,540 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +24 六月 2020 | 18:39:56,545 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +24 六月 2020 | 18:39:56,549 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | D E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +24 六月 2020 | 18:39:56,557 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +24 六月 2020 | 18:39:56,563 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +24 六月 2020 | 18:39:56,571 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +24 六月 2020 | 18:39:56,574 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\.vscode\launch.json +24 六月 2020 | 18:39:56,577 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +24 六月 2020 | 18:39:56,585 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +24 六月 2020 | 18:39:56,589 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\GameController.lua +24 六月 2020 | 18:39:56,595 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +24 六月 2020 | 18:39:56,600 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Player.lua +24 六月 2020 | 18:39:56,606 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerBackView.lua +24 六月 2020 | 18:39:56,612 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:56,617 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:56,622 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +24 六月 2020 | 18:39:56,623 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\MainView.lua +24 六月 2020 | 18:39:56,632 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +24 六月 2020 | 18:39:56,643 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\LuaDebug.lua +24 六月 2020 | 18:39:56,643 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RightPanelView.lua +24 六月 2020 | 18:39:56,651 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\.vscode\launch.json +24 六月 2020 | 18:39:56,653 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Room.lua +24 六月 2020 | 18:39:56,656 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\base_project\LuaDebugjit.lua +24 六月 2020 | 18:39:56,660 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | A E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +24 六月 2020 | 18:39:56,667 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +24 六月 2020 | 18:39:56,672 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\GameController.lua +24 六月 2020 | 18:39:56,684 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:56,687 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\MainView.lua +24 六月 2020 | 18:39:56,688 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +24 六月 2020 | 18:39:56,693 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +24 六月 2020 | 18:39:56,697 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +24 六月 2020 | 18:39:56,701 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +24 六月 2020 | 18:39:56,704 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +24 六月 2020 | 18:39:56,705 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\LuaDebug.lua +24 六月 2020 | 18:39:56,708 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:56,712 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +24 六月 2020 | 18:39:56,716 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +24 六月 2020 | 18:39:56,718 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\base_project\LuaDebugjit.lua +24 六月 2020 | 18:39:56,722 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +24 六月 2020 | 18:39:56,729 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +24 六月 2020 | 18:39:56,737 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +24 六月 2020 | 18:39:56,756 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +24 六月 2020 | 18:39:56,759 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:56,773 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | D E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +24 六月 2020 | 18:39:56,775 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameEvent.lua +24 六月 2020 | 18:39:56,778 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerBackView.lua +24 六月 2020 | 18:39:56,815 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RightPanelView.lua +24 六月 2020 | 18:39:56,820 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +24 六月 2020 | 18:39:56,857 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_CardType.lua +24 六月 2020 | 18:39:56,863 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Room.lua +24 六月 2020 | 18:39:56,867 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:56,872 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_MainView.lua +24 六月 2020 | 18:39:56,875 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_GameController.lua +24 六月 2020 | 18:39:56,898 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Player.lua +24 六月 2020 | 18:39:56,901 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_ResultView.lua +24 六月 2020 | 18:39:56,954 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_Protocol.lua +24 六月 2020 | 18:39:56,958 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | D E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\RunFast_RoomConfig.lua +24 六月 2020 | 18:39:56,990 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +24 六月 2020 | 18:39:56,991 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +24 六月 2020 | 18:39:57,132 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +24 六月 2020 | 18:39:57,138 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +24 六月 2020 | 18:39:57,172 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +24 六月 2020 | 18:39:57,208 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +24 六月 2020 | 18:39:57,261 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +24 六月 2020 | 18:39:57,272 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +24 六月 2020 | 18:39:57,310 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +24 六月 2020 | 18:39:57,316 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +24 六月 2020 | 18:39:57,426 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +24 六月 2020 | 18:39:57,432 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Player.lua +24 六月 2020 | 18:39:57,493 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Player.lua +24 六月 2020 | 18:39:57,555 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerBackView.lua +24 六月 2020 | 18:39:57,644 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerBackView.lua +24 六月 2020 | 18:39:57,760 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:57,838 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:57,838 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +24 六月 2020 | 18:39:57,912 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +24 六月 2020 | 18:39:57,913 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +24 六月 2020 | 18:39:57,918 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 390. +24 六月 2020 | 18:39:57,967 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +24 六月 2020 | 18:39:58,009 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +24 六月 2020 | 18:39:58,047 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +24 六月 2020 | 18:39:58,050 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RightPanelView.lua +24 六月 2020 | 18:39:58,176 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Room.lua +24 六月 2020 | 18:39:58,180 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | A E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +24 六月 2020 | 18:39:58,220 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RightPanelView.lua +24 六月 2020 | 18:39:58,265 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Room.lua +24 六月 2020 | 18:39:58,305 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | A E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +24 六月 2020 | 18:39:59,292 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 390. +24 六月 2020 | 18:39:59,323 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +24 六月 2020 | 18:39:59,323 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +24 六月 2020 | 18:39:59,480 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 390. +24 六月 2020 | 18:41:30,154 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 18:41:30,640 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.3] pack to oss... +24 六月 2020 | 18:41:32,858 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.3] upload oss ok! +24 六月 2020 | 18:41:44,938 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 18:41:45,410 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.3] pack to oss... +24 六月 2020 | 18:41:48,159 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.3] upload oss ok! +24 六月 2020 | 18:41:52,947 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +24 六月 2020 | 18:41:52,950 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.3] pack to oss... +24 六月 2020 | 18:41:55,162 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.3] upload oss ok! +24 六月 2020 | 18:41:55,339 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:122547ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-27 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-27 new file mode 100644 index 0000000..2999d92 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-27 @@ -0,0 +1,60 @@ +27 六月 2020 | 17:34:41,848 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +27 六月 2020 | 17:34:42,018 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +27 六月 2020 | 19:21:43,256 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +27 六月 2020 | 19:21:43,306 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +27 六月 2020 | 19:21:43,307 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +27 六月 2020 | 19:21:43,307 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +27 六月 2020 | 19:21:43,531 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +27 六月 2020 | 19:21:43,537 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +27 六月 2020 | 19:21:43,541 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +27 六月 2020 | 19:21:50,006 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +27 六月 2020 | 19:21:50,022 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +27 六月 2020 | 19:21:50,037 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +27 六月 2020 | 19:21:50,047 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +27 六月 2020 | 19:21:50,055 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +27 六月 2020 | 19:21:50,076 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +27 六月 2020 | 19:21:50,187 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,200 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,211 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,219 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,392 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +27 六月 2020 | 19:21:50,403 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +27 六月 2020 | 19:21:50,406 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +27 六月 2020 | 19:21:50,420 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +27 六月 2020 | 19:21:50,427 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +27 六月 2020 | 19:21:50,438 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +27 六月 2020 | 19:21:50,447 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +27 六月 2020 | 19:21:50,497 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +27 六月 2020 | 19:21:50,525 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,534 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,546 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,555 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,625 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,633 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,651 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_atlas0.png +27 六月 2020 | 19:21:50,659 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +27 六月 2020 | 19:21:50,719 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +27 六月 2020 | 19:21:50,721 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +27 六月 2020 | 19:21:50,780 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +27 六月 2020 | 19:21:50,794 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +27 六月 2020 | 19:21:50,806 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +27 六月 2020 | 19:21:50,820 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +27 六月 2020 | 19:21:50,837 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +27 六月 2020 | 19:21:50,849 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +27 六月 2020 | 19:21:50,866 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 392. +27 六月 2020 | 19:21:51,165 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 392. +27 六月 2020 | 19:21:51,384 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 392. +27 六月 2020 | 19:21:51,399 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +27 六月 2020 | 19:21:51,400 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +27 六月 2020 | 19:22:25,481 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +27 六月 2020 | 19:22:25,968 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.4] pack to oss... +27 六月 2020 | 19:22:28,699 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.4] upload oss ok! +27 六月 2020 | 19:22:41,636 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +27 六月 2020 | 19:22:42,120 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.4] pack to oss... +27 六月 2020 | 19:22:43,875 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.4] upload oss ok! +27 六月 2020 | 19:22:49,489 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +27 六月 2020 | 19:22:49,492 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.4] pack to oss... +27 六月 2020 | 19:22:51,224 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.4] upload oss ok! +27 六月 2020 | 19:22:51,360 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:68105ms +27 六月 2020 | 19:59:03,944 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +27 六月 2020 | 19:59:04,086 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-29 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-29 new file mode 100644 index 0000000..42aa321 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-29 @@ -0,0 +1,201 @@ +29 六月 2020 | 16:18:18,548 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 六月 2020 | 16:18:18,617 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 六月 2020 | 16:18:18,618 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 六月 2020 | 16:18:18,618 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 六月 2020 | 16:18:18,860 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 六月 2020 | 16:18:18,860 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 六月 2020 | 16:18:18,860 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 六月 2020 | 16:18:25,427 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 16:18:25,444 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,456 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,477 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +29 六月 2020 | 16:18:25,495 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_atlas0.png +29 六月 2020 | 16:18:25,507 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_fui.bytes +29 六月 2020 | 16:18:25,523 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 16:18:25,532 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +29 六月 2020 | 16:18:25,541 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 16:18:25,551 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 16:18:25,561 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 16:18:25,570 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +29 六月 2020 | 16:18:25,577 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +29 六月 2020 | 16:18:25,697 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +29 六月 2020 | 16:18:25,744 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +29 六月 2020 | 16:18:25,752 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 16:18:25,763 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,765 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_atlas0.png +29 六月 2020 | 16:18:25,773 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,774 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_fui.bytes +29 六月 2020 | 16:18:25,793 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes +29 六月 2020 | 16:18:25,820 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_atlas0.png +29 六月 2020 | 16:18:25,838 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_poker\ui\Main_Poker_fui.bytes +29 六月 2020 | 16:18:25,841 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 16:18:25,850 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,853 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 16:18:25,857 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +29 六月 2020 | 16:18:25,860 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +29 六月 2020 | 16:18:25,865 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +29 六月 2020 | 16:18:25,865 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 16:18:25,870 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 16:18:25,878 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 16:18:25,883 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +29 六月 2020 | 16:18:25,888 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +29 六月 2020 | 16:18:25,919 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +29 六月 2020 | 16:18:25,962 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 16:18:25,968 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +29 六月 2020 | 16:18:25,975 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 16:18:25,981 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 16:18:25,987 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 16:18:25,994 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +29 六月 2020 | 16:18:25,998 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +29 六月 2020 | 16:18:26,008 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 395. +29 六月 2020 | 16:18:26,343 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 395. +29 六月 2020 | 16:18:26,457 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 395. +29 六月 2020 | 16:18:26,469 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 六月 2020 | 16:18:26,469 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +29 六月 2020 | 16:19:00,468 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 16:19:00,471 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.5] pack to oss... +29 六月 2020 | 16:19:10,089 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 16:19:10,092 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.5] pack to oss... +29 六月 2020 | 16:19:11,094 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.5] upload oss ok! +29 六月 2020 | 16:19:16,344 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 16:19:16,346 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.5] pack to oss... +29 六月 2020 | 16:19:21,536 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.5] upload oss ok! +29 六月 2020 | 16:19:33,077 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.5] upload oss ok! +29 六月 2020 | 16:19:33,230 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:74682ms +29 六月 2020 | 17:52:30,432 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 六月 2020 | 17:52:30,498 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 六月 2020 | 17:52:30,499 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 六月 2020 | 17:52:30,499 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 六月 2020 | 17:52:30,607 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 六月 2020 | 17:52:30,611 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 六月 2020 | 17:52:30,622 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 六月 2020 | 17:52:30,990 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +29 六月 2020 | 17:52:31,043 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 17:52:31,045 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +29 六月 2020 | 17:52:31,057 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 17:52:31,072 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 17:52:31,076 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 17:52:31,081 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 17:52:31,085 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 17:52:31,094 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 17:52:31,097 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\ResultView.lua +29 六月 2020 | 17:52:31,099 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 17:52:31,111 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 17:52:31,114 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +29 六月 2020 | 17:52:31,117 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 17:52:31,119 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +29 六月 2020 | 17:52:31,122 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 17:52:31,125 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 17:52:31,127 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +29 六月 2020 | 17:52:31,127 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +29 六月 2020 | 17:52:31,138 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\ResultView.lua +29 六月 2020 | 17:52:31,176 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 17:52:31,179 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 17:52:31,184 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 17:52:31,188 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +29 六月 2020 | 17:52:31,199 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\ResultView.lua +29 六月 2020 | 17:52:31,495 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 398. +29 六月 2020 | 17:52:31,535 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 398. +29 六月 2020 | 17:52:31,585 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 398. +29 六月 2020 | 17:52:31,600 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 六月 2020 | 17:52:31,600 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +29 六月 2020 | 17:52:59,730 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 17:53:00,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.6] pack to oss... +29 六月 2020 | 17:53:04,974 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.6] upload oss ok! +29 六月 2020 | 17:53:19,028 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 17:53:19,031 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.6] pack to oss... +29 六月 2020 | 17:53:19,034 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 17:53:19,037 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.6] pack to oss... +29 六月 2020 | 17:53:26,861 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.6] upload oss ok! +29 六月 2020 | 17:53:27,244 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.6] upload oss ok! +29 六月 2020 | 17:53:27,340 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:56908ms +29 六月 2020 | 18:30:53,476 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 六月 2020 | 18:30:53,531 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 六月 2020 | 18:30:53,531 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 六月 2020 | 18:30:53,531 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 六月 2020 | 18:30:53,594 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 六月 2020 | 18:30:53,599 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 六月 2020 | 18:30:53,605 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 六月 2020 | 18:30:53,901 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 18:30:53,904 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +29 六月 2020 | 18:30:53,906 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 18:30:53,908 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 18:30:53,913 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 18:30:53,944 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +29 六月 2020 | 18:30:53,950 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +29 六月 2020 | 18:30:53,951 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +29 六月 2020 | 18:30:54,000 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +29 六月 2020 | 18:30:54,004 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 18:30:54,313 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 399. +29 六月 2020 | 18:30:54,318 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 399. +29 六月 2020 | 18:30:54,395 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 399. +29 六月 2020 | 18:30:54,404 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 六月 2020 | 18:30:54,404 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +29 六月 2020 | 18:31:17,054 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 18:31:17,057 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.7] pack to oss... +29 六月 2020 | 18:31:18,534 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 18:31:18,536 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 18:31:18,537 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.7] pack to oss... +29 六月 2020 | 18:31:18,539 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.7] pack to oss... +29 六月 2020 | 18:31:31,178 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.7] upload oss ok! +29 六月 2020 | 18:31:31,649 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.7] upload oss ok! +29 六月 2020 | 18:31:32,478 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.7] upload oss ok! +29 六月 2020 | 18:31:32,606 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:39130ms +29 六月 2020 | 19:26:27,851 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 六月 2020 | 19:26:27,908 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 六月 2020 | 19:26:27,908 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 六月 2020 | 19:26:27,908 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 六月 2020 | 19:26:28,013 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 六月 2020 | 19:26:28,019 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 六月 2020 | 19:26:28,033 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 六月 2020 | 19:26:28,324 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +29 六月 2020 | 19:26:28,325 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +29 六月 2020 | 19:26:28,371 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +29 六月 2020 | 19:26:28,377 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 399. +29 六月 2020 | 19:26:28,386 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 399. +29 六月 2020 | 19:26:28,416 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +29 六月 2020 | 19:26:28,490 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 399. +29 六月 2020 | 19:26:28,501 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 六月 2020 | 19:26:28,501 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +29 六月 2020 | 19:26:51,551 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:26:52,040 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.8] pack to oss... +29 六月 2020 | 19:26:54,774 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:26:54,777 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.8] pack to oss... +29 六月 2020 | 19:26:55,595 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.8] upload oss ok! +29 六月 2020 | 19:26:59,119 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.8] upload oss ok! +29 六月 2020 | 19:26:59,285 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:26:59,287 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.8] pack to oss... +29 六月 2020 | 19:27:03,743 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.8] upload oss ok! +29 六月 2020 | 19:27:03,919 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:36068ms +29 六月 2020 | 19:31:23,125 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +29 六月 2020 | 19:31:23,174 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +29 六月 2020 | 19:31:23,175 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +29 六月 2020 | 19:31:23,175 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +29 六月 2020 | 19:31:23,237 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +29 六月 2020 | 19:31:23,246 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +29 六月 2020 | 19:31:23,254 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +29 六月 2020 | 19:31:23,536 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 19:31:23,539 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 19:31:23,547 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 19:31:23,549 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 19:31:23,550 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +29 六月 2020 | 19:31:23,589 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +29 六月 2020 | 19:31:23,595 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +29 六月 2020 | 19:31:23,595 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +29 六月 2020 | 19:31:23,654 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +29 六月 2020 | 19:31:23,657 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +29 六月 2020 | 19:31:23,950 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 400. +29 六月 2020 | 19:31:23,952 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 400. +29 六月 2020 | 19:31:24,091 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 400. +29 六月 2020 | 19:31:24,106 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +29 六月 2020 | 19:31:24,106 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +29 六月 2020 | 19:31:48,352 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:31:48,354 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.9] pack to oss... +29 六月 2020 | 19:31:48,807 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:31:48,810 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.9] pack to oss... +29 六月 2020 | 19:31:50,214 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +29 六月 2020 | 19:31:50,226 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.9] pack to oss... +29 六月 2020 | 19:31:52,542 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.9] upload oss ok! +29 六月 2020 | 19:31:55,338 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.9] upload oss ok! +29 六月 2020 | 19:31:58,675 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.9] upload oss ok! +29 六月 2020 | 19:31:58,776 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:35650ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-30 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-30 new file mode 100644 index 0000000..b565d55 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-06-30 @@ -0,0 +1,79 @@ +30 六月 2020 | 20:22:44,710 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +30 六月 2020 | 20:22:44,780 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +30 六月 2020 | 20:22:44,781 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +30 六月 2020 | 20:22:44,781 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +30 六月 2020 | 20:22:44,905 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 六月 2020 | 20:22:44,906 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 六月 2020 | 20:22:44,914 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 六月 2020 | 20:22:45,212 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:22:45,212 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:22:45,214 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +30 六月 2020 | 20:22:45,222 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +30 六月 2020 | 20:22:45,223 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +30 六月 2020 | 20:22:45,228 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +30 六月 2020 | 20:22:45,230 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +30 六月 2020 | 20:22:45,232 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +30 六月 2020 | 20:22:45,234 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +30 六月 2020 | 20:22:45,253 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +30 六月 2020 | 20:22:45,284 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:22:45,285 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +30 六月 2020 | 20:22:45,286 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +30 六月 2020 | 20:22:45,288 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +30 六月 2020 | 20:22:45,288 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +30 六月 2020 | 20:22:45,288 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +30 六月 2020 | 20:22:45,289 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +30 六月 2020 | 20:22:45,294 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +30 六月 2020 | 20:22:45,294 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +30 六月 2020 | 20:22:45,303 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\ResultView.lua +30 六月 2020 | 20:22:45,304 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\ResultView.lua +30 六月 2020 | 20:22:45,333 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +30 六月 2020 | 20:22:45,339 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +30 六月 2020 | 20:22:45,344 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +30 六月 2020 | 20:22:45,349 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +30 六月 2020 | 20:22:45,350 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +30 六月 2020 | 20:22:45,355 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +30 六月 2020 | 20:22:45,363 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\ResultView.lua +30 六月 2020 | 20:22:45,705 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 404. +30 六月 2020 | 20:22:45,706 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 404. +30 六月 2020 | 20:22:45,797 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 404. +30 六月 2020 | 20:22:45,809 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +30 六月 2020 | 20:22:45,809 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +30 六月 2020 | 20:23:07,931 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:23:07,937 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.10] pack to oss... +30 六月 2020 | 20:23:09,868 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:23:09,871 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.10] pack to oss... +30 六月 2020 | 20:23:09,949 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:23:09,951 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.10] pack to oss... +30 六月 2020 | 20:23:13,489 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.10] upload oss ok! +30 六月 2020 | 20:23:20,658 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.10] upload oss ok! +30 六月 2020 | 20:23:20,767 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.10] upload oss ok! +30 六月 2020 | 20:23:20,906 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:36196ms +30 六月 2020 | 20:32:08,636 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +30 六月 2020 | 20:32:08,701 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +30 六月 2020 | 20:32:08,702 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +30 六月 2020 | 20:32:08,702 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +30 六月 2020 | 20:32:08,765 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +30 六月 2020 | 20:32:08,775 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +30 六月 2020 | 20:32:08,787 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +30 六月 2020 | 20:32:09,087 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:32:09,090 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:32:09,107 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +30 六月 2020 | 20:32:09,148 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +30 六月 2020 | 20:32:09,158 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +30 六月 2020 | 20:32:09,163 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +30 六月 2020 | 20:32:09,163 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +30 六月 2020 | 20:32:09,517 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 405. +30 六月 2020 | 20:32:09,524 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 405. +30 六月 2020 | 20:32:09,630 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 405. +30 六月 2020 | 20:32:09,641 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +30 六月 2020 | 20:32:09,641 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +30 六月 2020 | 20:32:30,507 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:32:30,995 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.11] pack to oss... +30 六月 2020 | 20:32:34,509 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:32:34,718 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.11] upload oss ok! +30 六月 2020 | 20:32:34,994 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.11] pack to oss... +30 六月 2020 | 20:32:39,622 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.11] upload oss ok! +30 六月 2020 | 20:32:40,428 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +30 六月 2020 | 20:32:40,431 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.11] pack to oss... +30 六月 2020 | 20:32:44,289 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.11] upload oss ok! +30 六月 2020 | 20:32:44,409 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:35773ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-02 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-02 new file mode 100644 index 0000000..ce2376f --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-02 @@ -0,0 +1,53 @@ +02 七月 2020 | 19:00:03,323 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +02 七月 2020 | 19:00:03,380 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +02 七月 2020 | 19:00:03,381 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +02 七月 2020 | 19:00:03,381 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +02 七月 2020 | 19:00:03,503 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +02 七月 2020 | 19:00:03,516 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +02 七月 2020 | 19:00:03,525 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +02 七月 2020 | 19:00:03,837 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +02 七月 2020 | 19:00:03,837 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +02 七月 2020 | 19:00:03,865 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +02 七月 2020 | 19:00:03,870 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +02 七月 2020 | 19:00:03,884 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +02 七月 2020 | 19:00:03,885 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +02 七月 2020 | 19:00:03,889 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +02 七月 2020 | 19:00:03,891 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +02 七月 2020 | 19:00:03,893 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +02 七月 2020 | 19:00:03,897 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +02 七月 2020 | 19:00:03,898 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +02 七月 2020 | 19:00:03,904 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +02 七月 2020 | 19:00:03,910 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +02 七月 2020 | 19:00:03,912 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +02 七月 2020 | 19:00:03,919 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +02 七月 2020 | 19:00:03,919 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +02 七月 2020 | 19:00:03,923 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +02 七月 2020 | 19:00:03,926 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +02 七月 2020 | 19:00:03,929 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +02 七月 2020 | 19:00:03,931 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +02 七月 2020 | 19:00:03,936 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +02 七月 2020 | 19:00:03,994 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +02 七月 2020 | 19:00:03,997 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +02 七月 2020 | 19:00:04,003 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +02 七月 2020 | 19:00:04,016 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_CardType.lua +02 七月 2020 | 19:00:04,020 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +02 七月 2020 | 19:00:04,024 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +02 七月 2020 | 19:00:04,027 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +02 七月 2020 | 19:00:04,031 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +02 七月 2020 | 19:00:04,035 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +02 七月 2020 | 19:00:04,044 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +02 七月 2020 | 19:00:04,329 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 407. +02 七月 2020 | 19:00:04,399 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 407. +02 七月 2020 | 19:00:04,494 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 407. +02 七月 2020 | 19:00:04,505 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +02 七月 2020 | 19:00:04,505 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +02 七月 2020 | 19:00:31,668 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +02 七月 2020 | 19:00:32,138 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.12] pack to oss... +02 七月 2020 | 19:00:35,289 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.12] upload oss ok! +02 七月 2020 | 19:00:48,182 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +02 七月 2020 | 19:00:48,667 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.12] pack to oss... +02 七月 2020 | 19:00:51,754 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.12] upload oss ok! +02 七月 2020 | 19:00:53,340 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +02 七月 2020 | 19:00:53,342 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.12] pack to oss... +02 七月 2020 | 19:00:56,592 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.12] upload oss ok! +02 七月 2020 | 19:00:56,709 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:53386ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-04 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-04 new file mode 100644 index 0000000..79bb2e9 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-04 @@ -0,0 +1,88 @@ +04 七月 2020 | 16:32:32,926 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +04 七月 2020 | 16:32:32,994 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +04 七月 2020 | 16:32:32,994 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +04 七月 2020 | 16:32:32,994 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +04 七月 2020 | 16:32:33,116 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +04 七月 2020 | 16:32:33,116 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +04 七月 2020 | 16:32:33,125 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +04 七月 2020 | 16:32:33,417 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +04 七月 2020 | 16:32:33,417 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +04 七月 2020 | 16:32:33,427 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 16:32:33,433 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 16:32:33,438 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +04 七月 2020 | 16:32:33,444 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +04 七月 2020 | 16:32:33,446 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +04 七月 2020 | 16:32:33,447 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +04 七月 2020 | 16:32:33,454 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +04 七月 2020 | 16:32:33,455 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 16:32:33,460 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +04 七月 2020 | 16:32:33,461 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +04 七月 2020 | 16:32:33,464 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 16:32:33,466 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +04 七月 2020 | 16:32:33,467 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +04 七月 2020 | 16:32:33,469 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +04 七月 2020 | 16:32:33,472 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +04 七月 2020 | 16:32:33,520 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +04 七月 2020 | 16:32:33,526 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +04 七月 2020 | 16:32:33,531 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 16:32:33,536 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +04 七月 2020 | 16:32:33,540 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 16:32:33,568 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +04 七月 2020 | 16:32:33,574 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 16:32:33,587 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 16:32:33,592 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +04 七月 2020 | 16:32:33,596 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +04 七月 2020 | 16:32:33,599 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +04 七月 2020 | 16:32:33,602 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 16:32:33,605 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +04 七月 2020 | 16:32:33,610 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +04 七月 2020 | 16:32:33,938 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 411. +04 七月 2020 | 16:32:33,948 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 411. +04 七月 2020 | 16:32:34,012 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 411. +04 七月 2020 | 16:32:34,024 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +04 七月 2020 | 16:32:34,024 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +04 七月 2020 | 16:33:02,160 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 16:33:02,645 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.13] pack to oss... +04 七月 2020 | 16:33:06,568 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.13] upload oss ok! +04 七月 2020 | 16:33:16,452 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 16:33:16,933 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.13] pack to oss... +04 七月 2020 | 16:33:21,129 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.13] upload oss ok! +04 七月 2020 | 16:33:23,928 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 16:33:23,931 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.13] pack to oss... +04 七月 2020 | 16:33:27,293 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.13] upload oss ok! +04 七月 2020 | 16:33:27,448 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:54522ms +04 七月 2020 | 19:09:26,966 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +04 七月 2020 | 19:09:27,027 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +04 七月 2020 | 19:09:27,028 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +04 七月 2020 | 19:09:27,028 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +04 七月 2020 | 19:09:27,179 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +04 七月 2020 | 19:09:27,185 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +04 七月 2020 | 19:09:27,193 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +04 七月 2020 | 19:09:27,475 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 19:09:27,481 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 19:09:27,484 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +04 七月 2020 | 19:09:27,485 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +04 七月 2020 | 19:09:27,491 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 19:09:27,493 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 19:09:27,494 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 19:09:27,504 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 19:09:27,531 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +04 七月 2020 | 19:09:27,532 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +04 七月 2020 | 19:09:27,581 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +04 七月 2020 | 19:09:27,589 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +04 七月 2020 | 19:09:27,593 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +04 七月 2020 | 19:09:27,896 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 413. +04 七月 2020 | 19:09:27,917 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 413. +04 七月 2020 | 19:09:27,984 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 413. +04 七月 2020 | 19:09:27,996 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +04 七月 2020 | 19:09:27,996 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +04 七月 2020 | 19:09:48,679 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 19:09:48,682 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.14] pack to oss... +04 七月 2020 | 19:09:51,160 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.14] upload oss ok! +04 七月 2020 | 19:09:52,321 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 19:09:52,323 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.14] pack to oss... +04 七月 2020 | 19:09:52,418 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +04 七月 2020 | 19:09:52,420 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.14] pack to oss... +04 七月 2020 | 19:09:56,668 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.14] upload oss ok! +04 七月 2020 | 19:09:57,279 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.14] upload oss ok! +04 七月 2020 | 19:09:57,430 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:30464ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-05 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-05 new file mode 100644 index 0000000..e028e2d --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-05 @@ -0,0 +1,114 @@ +05 七月 2020 | 15:56:21,135 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +05 七月 2020 | 15:56:21,194 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +05 七月 2020 | 15:56:21,195 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +05 七月 2020 | 15:56:21,195 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +05 七月 2020 | 15:56:21,310 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 七月 2020 | 15:56:21,313 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 七月 2020 | 15:56:21,324 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 七月 2020 | 15:56:21,620 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +05 七月 2020 | 15:56:21,622 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +05 七月 2020 | 15:56:21,625 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +05 七月 2020 | 15:56:21,625 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +05 七月 2020 | 15:56:21,633 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,635 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,638 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,639 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,674 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +05 七月 2020 | 15:56:21,719 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +05 七月 2020 | 15:56:21,729 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,734 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Info_Poker_Tuolaji_fui.bytes +05 七月 2020 | 15:56:21,792 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +05 七月 2020 | 15:56:22,066 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 415. +05 七月 2020 | 15:56:22,077 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 415. +05 七月 2020 | 15:56:22,191 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 415. +05 七月 2020 | 15:56:22,203 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +05 七月 2020 | 15:56:22,203 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +05 七月 2020 | 15:56:44,773 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 15:56:44,792 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.15] pack to oss... +05 七月 2020 | 15:56:46,852 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 15:56:46,856 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 15:56:46,858 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.15] pack to oss... +05 七月 2020 | 15:56:46,864 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.15] pack to oss... +05 七月 2020 | 15:56:49,877 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.15] upload oss ok! +05 七月 2020 | 15:56:55,030 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.15] upload oss ok! +05 七月 2020 | 15:56:56,308 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.15] upload oss ok! +05 七月 2020 | 15:56:56,393 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:35259ms +05 七月 2020 | 23:33:24,062 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +05 七月 2020 | 23:33:24,702 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +05 七月 2020 | 23:33:24,703 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +05 七月 2020 | 23:33:24,703 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +05 七月 2020 | 23:33:24,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 七月 2020 | 23:33:24,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 七月 2020 | 23:33:24,816 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 七月 2020 | 23:33:25,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +05 七月 2020 | 23:33:25,121 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +05 七月 2020 | 23:33:25,125 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +05 七月 2020 | 23:33:25,127 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXPlayBackView.lua +05 七月 2020 | 23:33:25,132 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXPlayBackView.lua +05 七月 2020 | 23:33:25,134 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\ExtendConfig.lua +05 七月 2020 | 23:33:25,142 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\ExtendConfig.lua +05 七月 2020 | 23:33:25,144 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\PlayerCardInfoView.lua +05 七月 2020 | 23:33:25,147 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +05 七月 2020 | 23:33:25,151 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\PlayerSelfCardInfoView.lua +05 七月 2020 | 23:33:25,151 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\PlayerCardInfoView.lua +05 七月 2020 | 23:33:25,156 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\PlayerSelfCardInfoView.lua +05 七月 2020 | 23:33:25,203 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +05 七月 2020 | 23:33:25,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +05 七月 2020 | 23:33:25,229 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +05 七月 2020 | 23:33:25,238 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +05 七月 2020 | 23:33:25,245 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +05 七月 2020 | 23:33:25,262 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +05 七月 2020 | 23:33:25,288 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +05 七月 2020 | 23:33:25,298 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +05 七月 2020 | 23:33:25,304 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +05 七月 2020 | 23:33:25,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +05 七月 2020 | 23:33:25,309 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +05 七月 2020 | 23:33:25,313 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +05 七月 2020 | 23:33:25,317 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +05 七月 2020 | 23:33:25,325 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +05 七月 2020 | 23:33:25,368 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +05 七月 2020 | 23:33:25,374 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXPlayBackView.lua +05 七月 2020 | 23:33:25,377 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\ExtendConfig.lua +05 七月 2020 | 23:33:25,383 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\PlayerCardInfoView.lua +05 七月 2020 | 23:33:25,387 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\PlayerSelfCardInfoView.lua +05 七月 2020 | 23:33:25,726 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 417. +05 七月 2020 | 23:33:25,735 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 417. +05 七月 2020 | 23:33:25,792 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 417. +05 七月 2020 | 23:33:25,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +05 七月 2020 | 23:33:25,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +05 七月 2020 | 23:33:50,246 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:33:50,248 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.18] pack to oss... +05 七月 2020 | 23:33:50,544 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:33:50,547 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.18] pack to oss... +05 七月 2020 | 23:33:52,297 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:33:52,300 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.18] pack to oss... +05 七月 2020 | 23:33:55,733 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.18] upload oss ok! +05 七月 2020 | 23:33:56,105 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.18] upload oss ok! +05 七月 2020 | 23:33:59,083 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.18] upload oss ok! +05 七月 2020 | 23:33:59,428 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:35366ms +05 七月 2020 | 23:34:23,932 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +05 七月 2020 | 23:34:23,991 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +05 七月 2020 | 23:34:23,999 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +05 七月 2020 | 23:34:23,999 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +05 七月 2020 | 23:34:24,055 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +05 七月 2020 | 23:34:24,067 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +05 七月 2020 | 23:34:24,072 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +05 七月 2020 | 23:34:24,383 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +05 七月 2020 | 23:34:24,383 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +05 七月 2020 | 23:34:24,430 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +05 七月 2020 | 23:34:24,432 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 417. +05 七月 2020 | 23:34:24,445 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 417. +05 七月 2020 | 23:34:24,475 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +05 七月 2020 | 23:34:24,560 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 417. +05 七月 2020 | 23:34:24,573 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +05 七月 2020 | 23:34:24,573 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +05 七月 2020 | 23:34:46,846 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:34:47,322 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +05 七月 2020 | 23:34:50,000 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +05 七月 2020 | 23:34:54,185 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:34:54,188 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +05 七月 2020 | 23:34:54,220 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +05 七月 2020 | 23:34:54,223 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] pack to oss... +05 七月 2020 | 23:34:59,883 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +05 七月 2020 | 23:35:00,047 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.8] upload oss ok! +05 七月 2020 | 23:35:00,165 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:36234ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-06 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-06 new file mode 100644 index 0000000..6cc927f --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-06 @@ -0,0 +1,1338 @@ +06 七月 2020 | 21:21:12,630 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 21:21:12,947 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 21:21:12,947 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 21:21:12,947 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 21:21:13,091 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 21:21:13,094 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 21:21:13,104 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 21:21:13,405 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:21:13,406 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 21:21:13,415 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +06 七月 2020 | 21:21:13,416 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +06 七月 2020 | 21:21:13,422 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\Controller\GameController.lua +06 七月 2020 | 21:21:13,425 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\Controller\GameController.lua +06 七月 2020 | 21:21:13,431 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\ControllerManager.lua +06 七月 2020 | 21:21:13,433 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\ControllerManager.lua +06 七月 2020 | 21:21:13,439 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\MainView.lua +06 七月 2020 | 21:21:13,442 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\MainView.lua +06 七月 2020 | 21:21:13,449 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 21:21:13,451 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +06 七月 2020 | 21:21:13,452 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +06 七月 2020 | 21:21:13,463 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\changsha\EXGameController.lua +06 七月 2020 | 21:21:13,465 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\changsha\EXGameController.lua +06 七月 2020 | 21:21:13,470 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +06 七月 2020 | 21:21:13,473 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +06 七月 2020 | 21:21:13,481 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\hongzhong\EXGameController.lua +06 七月 2020 | 21:21:13,482 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\hongzhong\EXGameController.lua +06 七月 2020 | 21:21:13,489 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +06 七月 2020 | 21:21:13,490 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +06 七月 2020 | 21:21:13,491 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:21:13,501 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXGameController.lua +06 七月 2020 | 21:21:13,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXGameController.lua +06 七月 2020 | 21:21:13,510 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +06 七月 2020 | 21:21:13,513 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +06 七月 2020 | 21:21:13,521 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_GameController.lua +06 七月 2020 | 21:21:13,527 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +06 七月 2020 | 21:21:13,528 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_GameController.lua +06 七月 2020 | 21:21:13,529 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +06 七月 2020 | 21:21:13,534 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +06 七月 2020 | 21:21:13,535 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +06 七月 2020 | 21:21:13,539 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +06 七月 2020 | 21:21:13,541 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +06 七月 2020 | 21:21:13,542 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +06 七月 2020 | 21:21:13,552 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +06 七月 2020 | 21:21:13,556 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +06 七月 2020 | 21:21:13,560 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:13,563 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:13,567 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +06 七月 2020 | 21:21:13,575 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +06 七月 2020 | 21:21:13,575 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:13,580 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:13,583 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +06 七月 2020 | 21:21:13,588 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\zipai\weimaque\EXRoomConfig.lua +06 七月 2020 | 21:21:13,589 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +06 七月 2020 | 21:21:13,592 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\zipai\weimaque\EXRoomConfig.lua +06 七月 2020 | 21:21:13,597 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\zipai\ZPMainView.lua +06 七月 2020 | 21:21:13,604 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\main_project\main\zipai\ZPSettingView.lua +06 七月 2020 | 21:21:13,605 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\zipai\ZPMainView.lua +06 七月 2020 | 21:21:13,609 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\main_project\main\zipai\ZPSettingView.lua +06 七月 2020 | 21:21:13,610 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +06 七月 2020 | 21:21:13,621 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +06 七月 2020 | 21:21:13,669 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +06 七月 2020 | 21:21:13,675 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +06 七月 2020 | 21:21:13,684 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +06 七月 2020 | 21:21:13,688 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +06 七月 2020 | 21:21:13,691 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +06 七月 2020 | 21:21:13,711 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +06 七月 2020 | 21:21:13,736 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +06 七月 2020 | 21:21:13,740 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +06 七月 2020 | 21:21:13,752 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +06 七月 2020 | 21:21:13,759 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +06 七月 2020 | 21:21:13,764 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +06 七月 2020 | 21:21:13,768 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +06 七月 2020 | 21:21:13,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +06 七月 2020 | 21:21:13,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0.png +06 七月 2020 | 21:21:13,839 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_atlas0.png +06 七月 2020 | 21:21:13,849 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +06 七月 2020 | 21:21:13,873 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +06 七月 2020 | 21:21:13,880 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +06 七月 2020 | 21:21:13,883 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_atlas0_1.png +06 七月 2020 | 21:21:13,888 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_majiang\ui\Main_Majiang_fui.bytes +06 七月 2020 | 21:21:13,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +06 七月 2020 | 21:21:13,913 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +06 七月 2020 | 21:21:13,926 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +06 七月 2020 | 21:21:13,933 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\Controller\GameController.lua +06 七月 2020 | 21:21:13,939 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\ControllerManager.lua +06 七月 2020 | 21:21:13,944 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +06 七月 2020 | 21:21:13,944 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\MainView.lua +06 七月 2020 | 21:21:13,950 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0.png +06 七月 2020 | 21:21:13,951 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\GroupInfoView.lua +06 七月 2020 | 21:21:13,960 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\changsha\EXGameController.lua +06 七月 2020 | 21:21:13,960 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +06 七月 2020 | 21:21:13,964 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\changsha\EXMainView.lua +06 七月 2020 | 21:21:14,022 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_1.png +06 七月 2020 | 21:21:14,038 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\hongzhong\EXGameController.lua +06 七月 2020 | 21:21:14,043 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\hongzhong\EXMainView.lua +06 七月 2020 | 21:21:14,053 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXGameController.lua +06 七月 2020 | 21:21:14,058 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\majiang\zhuanzhuan\EXMainView.lua +06 七月 2020 | 21:21:14,070 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_GameController.lua +06 七月 2020 | 21:21:14,076 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\RunFast_MainView.lua +06 七月 2020 | 21:21:14,081 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +06 七月 2020 | 21:21:14,083 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +06 七月 2020 | 21:21:14,084 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +06 七月 2020 | 21:21:14,086 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_atlas0_2.png +06 七月 2020 | 21:21:14,087 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +06 七月 2020 | 21:21:14,090 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +06 七月 2020 | 21:21:14,094 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXGameController.lua +06 七月 2020 | 21:21:14,099 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\hsrunbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:14,108 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXGameController.lua +06 七月 2020 | 21:21:14,114 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\runbeard\EXRoomConfig.lua +06 七月 2020 | 21:21:14,121 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXGameController.lua +06 七月 2020 | 21:21:14,125 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\zipai\weimaque\EXRoomConfig.lua +06 七月 2020 | 21:21:14,133 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\zipai\ZPMainView.lua +06 七月 2020 | 21:21:14,138 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\main_project\main\zipai\ZPSettingView.lua +06 七月 2020 | 21:21:14,486 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 422. +06 七月 2020 | 21:21:14,497 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 422. +06 七月 2020 | 21:21:14,545 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 422. +06 七月 2020 | 21:21:14,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 21:21:14,556 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 21:22:06,791 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:22:07,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:22:08,016 | WARN | 127.0.0.1(base)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F03257F76478C3534EC0869 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F03257F76478C3534EC0869 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:22:08,017 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F03257F76478C3534EC0869 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F03257F76478C3534EC0869 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:24:12,110 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:24:12,112 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:24:12,442 | WARN | 127.0.0.1(base)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0325FCAD658C373116994D +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0325FCAD658C373116994D + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:24:12,442 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0325FCAD658C373116994D +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0325FCAD658C373116994D + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:24:18,034 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:24:18,036 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:24:18,323 | WARN | 127.0.0.1(base)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032602B821473632E46E4C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032602B821473632E46E4C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:24:18,323 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032602B821473632E46E4C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032602B821473632E46E4C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:24:18,574 | WARN | 127.0.0.1(base) | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032602B821473637246F4C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032602B821473637246F4C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:24:18,579 | ERROR | 127.0.0.1(base) | taurus.web.WebFilter | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032602B821473637246F4C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032602B821473637246F4C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOss(Utils.java:93) + at com.pack.service.PackUtilService$BaseConfigData.writeNewVer(PackUtilService.java:274) + at com.pack.service.PackUtilService.packBase(PackUtilService.java:248) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at com.taurus.web.TWebServer.handle(TWebServer.java:156) + at com.taurus.web.WebFilter.doFilter(WebFilter.java:57) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1487) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:984) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1045) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:236) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:24:18,580 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:185951ms +06 七月 2020 | 21:25:02,609 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 21:25:02,874 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 21:25:02,875 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 21:25:02,875 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 21:25:02,937 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 21:25:02,940 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 21:25:02,952 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 21:25:03,245 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:25:03,245 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 21:25:03,291 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 21:25:03,317 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:25:03,326 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:25:03,340 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:25:03,415 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:25:03,426 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 21:25:03,426 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 21:26:32,428 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:26:32,433 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.23] pack to oss... +06 七月 2020 | 21:26:32,683 | WARN | 127.0.0.1(extend)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326887B423D3530FF9D6B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326887B423D3530FF9D6B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:26:32,683 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326887B423D3530FF9D6B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326887B423D3530FF9D6B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:27:12,788 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:27:13,269 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.23] pack to oss... +06 七月 2020 | 21:27:13,553 | WARN | 127.0.0.1(extend)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326B1343AF6343719EC68 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326B1343AF6343719EC68 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:27:13,554 | ERROR | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326B1343AF6343719EC68 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326B1343AF6343719EC68 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:27:20,140 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:27:20,143 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.23] pack to oss... +06 七月 2020 | 21:27:20,382 | WARN | 127.0.0.1(extend)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326B8B82147363995E44C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326B8B82147363995E44C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:27:20,382 | ERROR | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0326B8B82147363995E44C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0326B8B82147363995E44C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:27:21,001 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:138393ms +06 七月 2020 | 21:31:29,353 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 21:31:29,600 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 21:31:29,601 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 21:31:29,600 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 21:31:29,663 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 21:31:29,672 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 21:31:29,678 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 21:31:29,971 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 21:31:30,010 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:31:30,014 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:31:30,014 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 21:31:30,034 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:31:30,043 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:31:30,128 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:31:30,140 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 21:31:30,140 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 21:32:55,130 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:32:55,132 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.24] pack to oss... +06 七月 2020 | 21:32:55,744 | WARN | 127.0.0.1(extend)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032807AD658C383459F54E +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032807AD658C383459F54E + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:32:55,744 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032807AD658C383459F54E +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032807AD658C383459F54E + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:33:36,069 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:33:36,073 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.24] pack to oss... +06 七月 2020 | 21:33:36,296 | WARN | 127.0.0.1(extend)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032830DB77773235B3E348 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032830DB77773235B3E348 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:33:36,296 | ERROR | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032830DB77773235B3E348 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032830DB77773235B3E348 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:33:39,167 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:33:39,169 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.24] pack to oss... +06 七月 2020 | 21:33:39,480 | WARN | 127.0.0.1(extend)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0328337B423D3339CFB76C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0328337B423D3339CFB76C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:33:39,481 | ERROR | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0328337B423D3339CFB76C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0328337B423D3339CFB76C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:33:40,082 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:130730ms +06 七月 2020 | 21:40:45,243 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 21:40:45,296 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 21:40:45,297 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 21:40:45,297 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 21:40:45,381 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 21:40:45,389 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 21:40:45,397 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 21:40:45,689 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 21:40:45,727 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:40:45,732 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:40:45,732 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 21:40:45,752 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:40:45,760 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:40:45,855 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:40:45,866 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 21:40:45,866 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 21:41:18,885 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:41:19,367 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.27] pack to oss... +06 七月 2020 | 21:41:21,844 | WARN | 127.0.0.1(extend)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0329FFA9BCA5323528986A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0329FFA9BCA5323528986A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:41:21,844 | ERROR | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0329FFA9BCA5323528986A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0329FFA9BCA5323528986A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:41:24,018 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:41:24,020 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:41:24,021 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.27] pack to oss... +06 七月 2020 | 21:41:24,023 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.27] pack to oss... +06 七月 2020 | 21:41:28,157 | WARN | 127.0.0.1(extend)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A04824325323164E04B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A04824325323164E04B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:41:28,157 | ERROR | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A04824325323164E04B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A04824325323164E04B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:41:28,789 | WARN | 127.0.0.1(extend)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A04B821473630A8174F +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A04B821473630A8174F + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:41:28,789 | ERROR | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A04B821473630A8174F +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A04B821473630A8174F + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:41:29,008 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:43765ms +06 七月 2020 | 21:42:24,410 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 21:42:24,728 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 21:42:24,729 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 21:42:24,729 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 21:42:24,802 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 21:42:24,808 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 21:42:24,822 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 21:42:25,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:42:25,100 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 21:42:25,146 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 21:42:25,164 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:42:25,185 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:42:25,187 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 21:42:25,260 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 21:42:25,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 21:42:25,272 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 21:43:12,101 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:43:12,584 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:43:13,056 | WARN | 127.0.0.1(base)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A70DB7A573336485B4F +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A70DB7A573336485B4F + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:43:13,056 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032A70DB7A573336485B4F +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032A70DB7A573336485B4F + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:44:57,628 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:44:57,630 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:44:57,999 | WARN | 127.0.0.1(base)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032AD9824325333924704C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032AD9824325333924704C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:44:58,000 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032AD9824325333924704C +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032AD9824325333924704C + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:44:59,634 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 21:44:59,636 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 21:45:00,139 | WARN | 127.0.0.1(base)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032ADBA9BCA5313310226B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032ADBA9BCA5313310226B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:45:00,140 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032ADBA9BCA5313310226B +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032ADBA9BCA5313310226B + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:45:00,356 | WARN | 127.0.0.1(base) | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032ADCDB77773332EAAD4A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032ADCDB77773332EAAD4A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 21:45:00,356 | ERROR | 127.0.0.1(base) | taurus.web.WebFilter | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F032ADCDB77773332EAAD4A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F032ADCDB77773332EAAD4A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOss(Utils.java:93) + at com.pack.service.PackUtilService$BaseConfigData.writeNewVer(PackUtilService.java:274) + at com.pack.service.PackUtilService.packBase(PackUtilService.java:248) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at com.taurus.web.TWebServer.handle(TWebServer.java:156) + at com.taurus.web.WebFilter.doFilter(WebFilter.java:57) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1487) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:984) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1045) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:236) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 21:45:00,356 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:155946ms +06 七月 2020 | 22:27:31,705 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +06 七月 2020 | 22:27:31,837 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +06 七月 2020 | 22:40:02,612 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 22:40:03,336 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 22:40:03,337 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 22:40:03,336 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 22:40:03,443 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 22:40:03,447 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 22:40:03,454 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 22:40:03,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 22:40:03,753 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 22:40:03,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 22:40:03,835 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:40:03,845 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 22:40:03,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:40:03,931 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:40:03,945 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 22:40:03,946 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 22:40:44,348 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 22:40:44,834 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 22:40:45,748 | WARN | 127.0.0.1(base)-Win | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0337EDA9BCA53236E2E273 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0337EDA9BCA53236E2E273 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 22:40:45,749 | ERROR | 127.0.0.1(base)-Win | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F0337EDA9BCA53236E2E273 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F0337EDA9BCA53236E2E273 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 22:42:38,881 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 22:42:38,884 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 22:42:39,223 | WARN | 127.0.0.1(base)-iOS | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F03385EFB2D4E3836248E5A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F03385EFB2D4E3836248E5A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 22:42:39,223 | ERROR | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F03385EFB2D4E3836248E5A +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F03385EFB2D4E3836248E5A + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 22:42:42,666 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 22:42:42,668 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 22:42:42,921 | WARN | 127.0.0.1(base)-Android | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F033862A9BCA533340D3374 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F033862A9BCA533340D3374 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 22:42:42,921 | ERROR | 127.0.0.1(base)-Android | pack.service.PackUtilService | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F033862A9BCA533340D3374 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F033862A9BCA533340D3374 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOssPack(Utils.java:76) + at com.pack.service.PackUtilService$1.run(PackUtilService.java:73) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 22:42:43,260 | WARN | 127.0.0.1(base) | com.aliyun.oss | | [Server]Unable to execute HTTP request: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F033863834EC13037A63E76 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F033863834EC13037A63E76 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + +06 七月 2020 | 22:42:43,271 | ERROR | 127.0.0.1(base) | taurus.web.WebFilter | | +com.aliyun.oss.OSSException: UserDisable +[ErrorCode]: UserDisable +[RequestId]: 5F033863834EC13037A63E76 +[HostId]: jingduliansai.oss-cn-zhangjiakou.aliyuncs.com +[ResponseError]: + + + UserDisable + UserDisable + 5F033863834EC13037A63E76 + jingduliansai.oss-cn-zhangjiakou.aliyuncs.com + + + at com.aliyun.oss.common.utils.ExceptionFactory.createOSSException(ExceptionFactory.java:100) + at com.aliyun.oss.internal.OSSErrorResponseHandler.handle(OSSErrorResponseHandler.java:70) + at com.aliyun.oss.common.comm.ServiceClient.handleResponse(ServiceClient.java:257) + at com.aliyun.oss.common.comm.ServiceClient.sendRequestImpl(ServiceClient.java:140) + at com.aliyun.oss.common.comm.ServiceClient.sendRequest(ServiceClient.java:70) + at com.aliyun.oss.internal.OSSOperation.send(OSSOperation.java:83) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:145) + at com.aliyun.oss.internal.OSSOperation.doOperation(OSSOperation.java:102) + at com.aliyun.oss.internal.OSSObjectOperation.writeObjectInternal(OSSObjectOperation.java:1125) + at com.aliyun.oss.internal.OSSObjectOperation.putObject(OSSObjectOperation.java:130) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:491) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:475) + at com.aliyun.oss.OSSClient.putObject(OSSClient.java:469) + at com.pack.Utils.uploadOss(Utils.java:93) + at com.pack.service.PackUtilService$BaseConfigData.writeNewVer(PackUtilService.java:274) + at com.pack.service.PackUtilService.packBase(PackUtilService.java:248) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at com.taurus.web.TWebServer.handle(TWebServer.java:156) + at com.taurus.web.WebFilter.doFilter(WebFilter.java:57) + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1487) + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) + at org.eclipse.jetty.server.Server.handle(Server.java:370) + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:984) + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1045) + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:236) + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696) + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) + at java.lang.Thread.run(Thread.java:748) +06 七月 2020 | 22:42:43,272 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:160660ms +06 七月 2020 | 22:58:18,394 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 22:58:18,744 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 22:58:18,744 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 22:58:18,744 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 22:58:18,825 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 22:58:18,835 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 22:58:18,845 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 22:58:19,126 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 22:58:19,165 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 22:58:19,170 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 22:58:19,171 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 22:58:19,208 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:58:19,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:58:19,291 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 22:58:19,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 22:58:19,302 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 22:59:00,380 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 22:59:00,866 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 22:59:01,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.139] upload oss ok! +06 七月 2020 | 22:59:01,650 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.21] pack to oss... +06 七月 2020 | 22:59:04,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_majiang[1.0.21] upload oss ok! +06 七月 2020 | 22:59:04,778 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.8] pack to oss... +06 七月 2020 | 22:59:05,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_poker[1.0.8] upload oss ok! +06 七月 2020 | 22:59:05,259 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.19] pack to oss... +06 七月 2020 | 22:59:07,645 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.19] upload oss ok! +06 七月 2020 | 23:00:56,079 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 23:00:56,081 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 23:00:56,505 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 23:00:56,507 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.139] pack to oss... +06 七月 2020 | 23:00:56,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.139] upload oss ok! +06 七月 2020 | 23:00:56,799 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.21] pack to oss... +06 七月 2020 | 23:00:57,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.139] upload oss ok! +06 七月 2020 | 23:00:57,272 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.21] pack to oss... +06 七月 2020 | 23:01:03,114 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_majiang[1.0.21] upload oss ok! +06 七月 2020 | 23:01:03,115 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.8] pack to oss... +06 七月 2020 | 23:01:03,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_majiang[1.0.21] upload oss ok! +06 七月 2020 | 23:01:03,174 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.8] pack to oss... +06 七月 2020 | 23:01:03,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_poker[1.0.8] upload oss ok! +06 七月 2020 | 23:01:03,616 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.19] pack to oss... +06 七月 2020 | 23:01:03,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_poker[1.0.8] upload oss ok! +06 七月 2020 | 23:01:03,669 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.19] pack to oss... +06 七月 2020 | 23:01:07,908 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.19] upload oss ok! +06 七月 2020 | 23:01:08,682 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.19] upload oss ok! +06 七月 2020 | 23:01:09,026 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:170633ms +06 七月 2020 | 23:02:05,430 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +06 七月 2020 | 23:02:05,674 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +06 七月 2020 | 23:02:05,674 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +06 七月 2020 | 23:02:05,674 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +06 七月 2020 | 23:02:05,734 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +06 七月 2020 | 23:02:05,741 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +06 七月 2020 | 23:02:05,749 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +06 七月 2020 | 23:02:06,041 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +06 七月 2020 | 23:02:06,080 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +06 七月 2020 | 23:02:06,085 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +06 七月 2020 | 23:02:06,085 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +06 七月 2020 | 23:02:06,117 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 23:02:06,117 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 23:02:06,199 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | At revision 422. +06 七月 2020 | 23:02:06,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +06 七月 2020 | 23:02:06,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +06 七月 2020 | 23:03:34,744 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 23:03:35,223 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.25] pack to oss... +06 七月 2020 | 23:03:35,738 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 转转麻将[1.0.25] upload oss ok! +06 七月 2020 | 23:03:35,738 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.19] pack to oss... +06 七月 2020 | 23:03:36,340 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 长沙麻将[1.0.19] upload oss ok! +06 七月 2020 | 23:03:36,341 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.12] pack to oss... +06 七月 2020 | 23:03:37,804 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德跑胡子[1.0.12] upload oss ok! +06 七月 2020 | 23:03:37,804 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] pack to oss... +06 七月 2020 | 23:03:39,244 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] upload oss ok! +06 七月 2020 | 23:03:39,244 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.16] pack to oss... +06 七月 2020 | 23:03:39,686 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 红中麻将[1.0.16] upload oss ok! +06 七月 2020 | 23:03:39,687 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] pack to oss... +06 七月 2020 | 23:03:42,078 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] upload oss ok! +06 七月 2020 | 23:03:42,078 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.28] pack to oss... +06 七月 2020 | 23:03:45,003 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.28] upload oss ok! +06 七月 2020 | 23:04:12,007 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 23:04:12,476 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.25] pack to oss... +06 七月 2020 | 23:04:12,947 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 转转麻将[1.0.25] upload oss ok! +06 七月 2020 | 23:04:12,948 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.19] pack to oss... +06 七月 2020 | 23:04:13,629 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 长沙麻将[1.0.19] upload oss ok! +06 七月 2020 | 23:04:13,629 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.12] pack to oss... +06 七月 2020 | 23:04:14,769 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德跑胡子[1.0.12] upload oss ok! +06 七月 2020 | 23:04:14,769 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] pack to oss... +06 七月 2020 | 23:04:16,376 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] upload oss ok! +06 七月 2020 | 23:04:16,376 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.16] pack to oss... +06 七月 2020 | 23:04:16,748 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 红中麻将[1.0.16] upload oss ok! +06 七月 2020 | 23:04:16,748 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] pack to oss... +06 七月 2020 | 23:04:18,021 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +06 七月 2020 | 23:04:18,024 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.25] pack to oss... +06 七月 2020 | 23:04:18,958 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] upload oss ok! +06 七月 2020 | 23:04:18,958 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.28] pack to oss... +06 七月 2020 | 23:04:19,102 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 转转麻将[1.0.25] upload oss ok! +06 七月 2020 | 23:04:19,103 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.19] pack to oss... +06 七月 2020 | 23:04:20,597 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 长沙麻将[1.0.19] upload oss ok! +06 七月 2020 | 23:04:20,598 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.12] pack to oss... +06 七月 2020 | 23:04:23,373 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德跑胡子[1.0.12] upload oss ok! +06 七月 2020 | 23:04:23,374 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] pack to oss... +06 七月 2020 | 23:04:23,400 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.28] upload oss ok! +06 七月 2020 | 23:04:24,882 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 汉寿跑胡子[1.0.23] upload oss ok! +06 七月 2020 | 23:04:24,883 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.16] pack to oss... +06 七月 2020 | 23:04:25,435 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 红中麻将[1.0.16] upload oss ok! +06 七月 2020 | 23:04:25,435 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] pack to oss... +06 七月 2020 | 23:04:27,743 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 安乡偎麻雀[1.0.11] upload oss ok! +06 七月 2020 | 23:04:27,743 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.28] pack to oss... +06 七月 2020 | 23:04:30,964 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.28] upload oss ok! +06 七月 2020 | 23:04:31,505 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:146076ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-07 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-07 new file mode 100644 index 0000000..b9ac7d8 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-07 @@ -0,0 +1,245 @@ +07 七月 2020 | 00:28:55,643 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 00:28:55,966 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 00:28:55,967 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 00:28:55,967 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 00:28:56,089 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 00:28:56,089 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 00:28:56,098 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 00:28:56,395 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:28:56,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 00:28:56,400 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 00:28:56,402 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:28:56,448 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 00:28:56,490 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 00:28:56,495 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:28:56,805 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 423. +07 七月 2020 | 00:28:56,809 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 423. +07 七月 2020 | 00:28:56,893 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 423. +07 七月 2020 | 00:28:56,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 00:28:56,904 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 00:29:19,403 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:29:19,406 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.20] pack to oss... +07 七月 2020 | 00:29:19,465 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:29:19,467 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.20] pack to oss... +07 七月 2020 | 00:29:19,783 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:29:19,796 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.20] pack to oss... +07 七月 2020 | 00:29:26,700 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.20] upload oss ok! +07 七月 2020 | 00:29:27,182 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.20] upload oss ok! +07 七月 2020 | 00:29:27,236 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.20] upload oss ok! +07 七月 2020 | 00:29:27,561 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:31919ms +07 七月 2020 | 00:38:48,402 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 00:38:48,710 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 00:38:48,710 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 00:38:48,710 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 00:38:48,777 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 00:38:48,784 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 00:38:48,793 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 00:38:49,083 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:38:49,086 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:38:49,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 00:38:49,089 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 00:38:49,135 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\main_zipai\ui\Main_RunBeard_fui.bytes +07 七月 2020 | 00:38:49,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 00:38:49,139 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 00:38:49,492 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 424. +07 七月 2020 | 00:38:49,493 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 424. +07 七月 2020 | 00:38:49,585 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 424. +07 七月 2020 | 00:38:49,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 00:38:49,596 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 00:39:12,275 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:39:12,278 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.21] pack to oss... +07 七月 2020 | 00:39:12,279 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:39:12,281 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.21] pack to oss... +07 七月 2020 | 00:39:12,800 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 00:39:13,283 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.21] pack to oss... +07 七月 2020 | 00:39:16,499 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | main_zipai[1.0.21] upload oss ok! +07 七月 2020 | 00:39:16,786 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | main_zipai[1.0.21] upload oss ok! +07 七月 2020 | 00:39:18,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | main_zipai[1.0.21] upload oss ok! +07 七月 2020 | 00:39:18,590 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:30188ms +07 七月 2020 | 11:52:53,592 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 11:52:54,292 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 11:52:54,293 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 11:52:54,293 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 11:52:54,492 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 11:52:54,496 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 11:52:54,506 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 11:52:54,797 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +07 七月 2020 | 11:52:54,801 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Main.lua +07 七月 2020 | 11:52:54,802 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 11:52:54,803 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 11:52:54,803 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +07 七月 2020 | 11:52:54,807 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Main.lua +07 七月 2020 | 11:52:54,859 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 11:52:54,900 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 11:52:54,909 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\NewGroup\MngView\MngPageConfig.lua +07 七月 2020 | 11:52:54,912 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Main.lua +07 七月 2020 | 11:52:55,217 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updated to revision 425. +07 七月 2020 | 11:52:55,218 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updated to revision 425. +07 七月 2020 | 11:52:55,308 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updated to revision 425. +07 七月 2020 | 11:52:55,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 11:52:55,319 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 11:53:02,092 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 11:53:02,576 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.140] pack to oss... +07 七月 2020 | 11:53:03,378 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.140] upload oss ok! +07 七月 2020 | 11:54:56,168 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 11:54:56,658 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.140] pack to oss... +07 七月 2020 | 11:54:58,173 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 11:54:58,623 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.140] upload oss ok! +07 七月 2020 | 11:54:58,661 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.140] pack to oss... +07 七月 2020 | 11:55:01,882 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.140] upload oss ok! +07 七月 2020 | 11:55:02,347 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:128755ms +07 七月 2020 | 14:50:04,693 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 14:50:04,805 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 14:50:04,806 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 14:50:04,806 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 14:50:04,910 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 14:50:04,922 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 14:50:04,932 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 14:50:05,208 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +07 七月 2020 | 14:50:05,213 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 14:50:05,213 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 14:50:05,219 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,225 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\runfast\ExtendConfig.lua +07 七月 2020 | 14:50:05,229 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,237 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +07 七月 2020 | 14:50:05,237 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +07 七月 2020 | 14:50:05,245 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,251 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\runfast\ExtendConfig.lua +07 七月 2020 | 14:50:05,255 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,258 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +07 七月 2020 | 14:50:05,262 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 14:50:05,304 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 14:50:05,311 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\runfast\ui\Extend_Poker_RunFastNew_fui.bytes +07 七月 2020 | 14:50:05,320 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,326 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\runfast\ExtendConfig.lua +07 七月 2020 | 14:50:05,329 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXPlayerInfoView.lua +07 七月 2020 | 14:50:05,332 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\ExtendConfig.lua +07 七月 2020 | 14:50:05,646 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 427. +07 七月 2020 | 14:50:05,672 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 427. +07 七月 2020 | 14:50:05,724 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 427. +07 七月 2020 | 14:50:05,735 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 14:50:05,735 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 14:50:38,318 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 14:50:38,802 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.29] pack to oss... +07 七月 2020 | 14:50:44,104 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 14:50:44,106 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.29] pack to oss... +07 七月 2020 | 14:50:44,115 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 14:50:44,117 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.29] pack to oss... +07 七月 2020 | 14:50:48,130 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 跑得快[1.0.29] upload oss ok! +07 七月 2020 | 14:51:04,308 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 跑得快[1.0.29] upload oss ok! +07 七月 2020 | 14:51:04,848 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 跑得快[1.0.29] upload oss ok! +07 七月 2020 | 14:51:05,016 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:60323ms +07 七月 2020 | 21:04:30,566 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 21:04:30,634 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 21:04:30,634 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 21:04:30,634 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 21:04:30,764 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 21:04:30,766 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 21:04:30,783 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 21:04:31,085 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 21:04:31,116 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +07 七月 2020 | 21:04:31,120 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +07 七月 2020 | 21:04:31,123 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 21:04:31,138 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +07 七月 2020 | 21:04:31,141 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +07 七月 2020 | 21:04:31,143 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +07 七月 2020 | 21:04:31,148 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:04:31,152 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +07 七月 2020 | 21:04:31,155 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:04:31,156 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +07 七月 2020 | 21:04:31,160 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:04:31,212 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:04:31,215 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +07 七月 2020 | 21:04:31,217 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +07 七月 2020 | 21:04:31,220 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:04:31,220 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +07 七月 2020 | 21:04:31,223 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:04:31,228 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 21:04:31,228 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 21:04:31,277 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\EXGameInfo.lua +07 七月 2020 | 21:04:31,281 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:04:31,284 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +07 七月 2020 | 21:04:31,288 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:04:31,291 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:04:31,564 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 429. +07 七月 2020 | 21:04:31,643 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 429. +07 七月 2020 | 21:04:31,699 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 429. +07 七月 2020 | 21:04:31,711 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 21:04:31,711 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 21:04:58,738 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:04:58,740 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.16] pack to oss... +07 七月 2020 | 21:05:05,356 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.16] upload oss ok! +07 七月 2020 | 21:05:16,828 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:05:16,831 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.16] pack to oss... +07 七月 2020 | 21:05:20,875 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.16] upload oss ok! +07 七月 2020 | 21:05:21,226 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:05:21,229 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.16] pack to oss... +07 七月 2020 | 21:05:26,189 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.16] upload oss ok! +07 七月 2020 | 21:05:26,340 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:55774ms +07 七月 2020 | 21:50:35,285 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 21:50:35,363 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 21:50:35,363 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 21:50:35,363 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 21:50:35,428 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 21:50:35,431 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 21:50:35,438 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 21:50:35,736 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:50:35,740 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:50:35,741 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:50:35,742 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 21:50:35,743 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:50:35,746 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:50:35,749 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:50:35,787 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 21:50:35,792 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 21:50:35,792 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 21:50:35,844 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 21:50:35,848 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 21:50:35,851 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_Protocol.lua +07 七月 2020 | 21:50:36,153 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 430. +07 七月 2020 | 21:50:36,167 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 430. +07 七月 2020 | 21:50:36,254 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 430. +07 七月 2020 | 21:50:36,266 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 21:50:36,266 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 21:50:56,718 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:50:57,202 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.17] pack to oss... +07 七月 2020 | 21:50:58,738 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:50:59,204 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.17] pack to oss... +07 七月 2020 | 21:51:02,438 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 21:51:02,440 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.17] pack to oss... +07 七月 2020 | 21:51:05,030 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.17] upload oss ok! +07 七月 2020 | 21:51:06,830 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.17] upload oss ok! +07 七月 2020 | 21:51:10,494 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.17] upload oss ok! +07 七月 2020 | 21:51:10,589 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:35304ms +07 七月 2020 | 22:06:00,657 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +07 七月 2020 | 22:06:00,718 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +07 七月 2020 | 22:06:00,718 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +07 七月 2020 | 22:06:00,718 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +07 七月 2020 | 22:06:00,815 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +07 七月 2020 | 22:06:00,827 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +07 七月 2020 | 22:06:00,837 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +07 七月 2020 | 22:06:01,117 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 22:06:01,123 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 22:06:01,126 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +07 七月 2020 | 22:06:01,126 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +07 七月 2020 | 22:06:01,129 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 22:06:01,133 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 22:06:01,172 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +07 七月 2020 | 22:06:01,212 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +07 七月 2020 | 22:06:01,220 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +07 七月 2020 | 22:06:01,224 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +07 七月 2020 | 22:06:01,535 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 431. +07 七月 2020 | 22:06:01,536 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 431. +07 七月 2020 | 22:06:01,617 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 431. +07 七月 2020 | 22:06:01,629 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +07 七月 2020 | 22:06:01,629 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +07 七月 2020 | 22:06:23,926 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 22:06:23,929 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.18] pack to oss... +07 七月 2020 | 22:06:25,999 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 22:06:26,002 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.18] pack to oss... +07 七月 2020 | 22:06:26,944 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.18] upload oss ok! +07 七月 2020 | 22:06:28,219 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +07 七月 2020 | 22:06:28,221 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.18] pack to oss... +07 七月 2020 | 22:06:31,350 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.18] upload oss ok! +07 七月 2020 | 22:06:35,031 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.18] upload oss ok! +07 七月 2020 | 22:06:35,150 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:34494ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-08 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-08 new file mode 100644 index 0000000..96f1d5c --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-08 @@ -0,0 +1,88 @@ +08 七月 2020 | 16:59:21,987 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +08 七月 2020 | 16:59:22,046 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +08 七月 2020 | 16:59:22,046 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +08 七月 2020 | 16:59:22,046 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +08 七月 2020 | 16:59:22,161 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 七月 2020 | 16:59:22,162 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 七月 2020 | 16:59:22,180 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 七月 2020 | 16:59:22,474 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +08 七月 2020 | 16:59:22,474 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +08 七月 2020 | 16:59:22,481 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +08 七月 2020 | 16:59:22,481 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +08 七月 2020 | 16:59:22,483 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 16:59:22,484 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +08 七月 2020 | 16:59:22,485 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 16:59:22,493 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 16:59:22,494 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 16:59:22,496 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 16:59:22,498 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 16:59:22,538 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +08 七月 2020 | 16:59:22,649 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 16:59:22,650 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 16:59:22,658 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 16:59:22,660 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 16:59:22,664 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 16:59:22,673 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 16:59:22,683 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +08 七月 2020 | 16:59:22,683 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +08 七月 2020 | 16:59:22,734 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +08 七月 2020 | 16:59:22,739 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameEvent.lua +08 七月 2020 | 16:59:22,741 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 16:59:22,745 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 16:59:22,748 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 16:59:23,098 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 433. +08 七月 2020 | 16:59:23,100 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 433. +08 七月 2020 | 16:59:23,148 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 433. +08 七月 2020 | 16:59:23,159 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +08 七月 2020 | 16:59:23,159 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +08 七月 2020 | 16:59:50,674 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 16:59:51,158 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.19] pack to oss... +08 七月 2020 | 17:00:06,585 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 17:00:07,062 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.19] pack to oss... +08 七月 2020 | 17:00:12,316 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 17:00:12,318 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.19] pack to oss... +08 七月 2020 | 17:00:14,131 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.19] upload oss ok! +08 七月 2020 | 17:00:14,215 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.19] upload oss ok! +08 七月 2020 | 17:00:18,546 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.19] upload oss ok! +08 七月 2020 | 17:00:18,740 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:56753ms +08 七月 2020 | 20:37:32,900 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +08 七月 2020 | 20:37:32,962 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +08 七月 2020 | 20:37:32,963 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +08 七月 2020 | 20:37:32,962 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +08 七月 2020 | 20:37:33,076 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +08 七月 2020 | 20:37:33,092 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +08 七月 2020 | 20:37:33,110 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +08 七月 2020 | 20:37:33,404 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +08 七月 2020 | 20:37:33,404 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +08 七月 2020 | 20:37:33,462 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +08 七月 2020 | 20:37:33,474 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 20:37:33,479 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 20:37:33,485 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 20:37:33,491 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 20:37:33,492 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 20:37:33,496 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 20:37:33,499 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 20:37:33,502 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 20:37:33,507 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 20:37:33,510 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 20:37:33,511 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +08 七月 2020 | 20:37:33,618 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +08 七月 2020 | 20:37:33,624 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +08 七月 2020 | 20:37:33,640 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +08 七月 2020 | 20:37:33,644 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerPokerInfoView.lua +08 七月 2020 | 20:37:33,650 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +08 七月 2020 | 20:37:33,938 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 435. +08 七月 2020 | 20:37:33,948 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 435. +08 七月 2020 | 20:37:34,099 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 435. +08 七月 2020 | 20:37:34,110 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +08 七月 2020 | 20:37:34,110 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +08 七月 2020 | 20:38:01,864 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 20:38:02,347 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.20] pack to oss... +08 七月 2020 | 20:38:05,543 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.20] upload oss ok! +08 七月 2020 | 20:38:19,144 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 20:38:19,147 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.20] pack to oss... +08 七月 2020 | 20:38:21,737 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.20] upload oss ok! +08 七月 2020 | 20:38:23,125 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +08 七月 2020 | 20:38:23,128 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.20] pack to oss... +08 七月 2020 | 20:38:25,969 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.20] upload oss ok! +08 七月 2020 | 20:38:26,110 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:53210ms diff --git a/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-09 b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-09 new file mode 100644 index 0000000..65a5d87 --- /dev/null +++ b/game_web/pack_tools/target/pack_tools/logs/pack_tools.log.2020-07-09 @@ -0,0 +1,134 @@ +09 七月 2020 | 16:49:42,842 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +09 七月 2020 | 16:49:42,951 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +09 七月 2020 | 16:49:42,952 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +09 七月 2020 | 16:49:42,952 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +09 七月 2020 | 16:49:43,149 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 七月 2020 | 16:49:43,157 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 七月 2020 | 16:49:43,167 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 七月 2020 | 16:49:43,454 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +09 七月 2020 | 16:49:43,460 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 16:49:43,465 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +09 七月 2020 | 16:49:43,469 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 七月 2020 | 16:49:43,469 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 七月 2020 | 16:49:43,471 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +09 七月 2020 | 16:49:43,471 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 16:49:43,473 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 16:49:43,478 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +09 七月 2020 | 16:49:43,485 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 16:49:43,517 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 七月 2020 | 16:49:43,560 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 七月 2020 | 16:49:43,566 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_GameController.lua +09 七月 2020 | 16:49:43,569 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 16:49:43,573 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_PlayerSelfPokerInfoView.lua +09 七月 2020 | 16:49:43,611 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 16:49:43,892 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 436. +09 七月 2020 | 16:49:43,896 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 436. +09 七月 2020 | 16:49:44,015 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 436. +09 七月 2020 | 16:49:44,027 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 七月 2020 | 16:49:44,027 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 七月 2020 | 16:50:06,208 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 16:50:06,211 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.21] pack to oss... +09 七月 2020 | 16:50:08,097 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 16:50:08,100 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.21] pack to oss... +09 七月 2020 | 16:50:08,122 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 16:50:08,124 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.21] pack to oss... +09 七月 2020 | 16:50:11,248 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.21] upload oss ok! +09 七月 2020 | 16:50:19,748 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.21] upload oss ok! +09 七月 2020 | 16:50:20,493 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.21] upload oss ok! +09 七月 2020 | 16:50:20,582 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:37740ms +09 七月 2020 | 17:54:22,870 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +09 七月 2020 | 17:54:22,929 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +09 七月 2020 | 17:54:22,929 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +09 七月 2020 | 17:54:22,929 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +09 七月 2020 | 17:54:23,054 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 七月 2020 | 17:54:23,059 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 七月 2020 | 17:54:23,069 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 七月 2020 | 17:54:23,382 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 七月 2020 | 17:54:23,382 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 七月 2020 | 17:54:23,402 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +09 七月 2020 | 17:54:23,406 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +09 七月 2020 | 17:54:23,413 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +09 七月 2020 | 17:54:23,416 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +09 七月 2020 | 17:54:23,428 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 七月 2020 | 17:54:23,474 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 七月 2020 | 17:54:23,526 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_atlas0.png +09 七月 2020 | 17:54:23,530 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\extend\poker\tuolaji\ui\Extend_Poker_Tuolaji_fui.bytes +09 七月 2020 | 17:54:23,844 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 437. +09 七月 2020 | 17:54:23,850 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 437. +09 七月 2020 | 17:54:23,931 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 437. +09 七月 2020 | 17:54:23,942 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 七月 2020 | 17:54:23,942 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 七月 2020 | 17:54:52,238 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 17:54:52,721 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.22] pack to oss... +09 七月 2020 | 17:54:55,263 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.22] upload oss ok! +09 七月 2020 | 17:55:07,256 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 17:55:07,737 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.22] pack to oss... +09 七月 2020 | 17:55:10,374 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.22] upload oss ok! +09 七月 2020 | 17:55:13,191 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 17:55:13,194 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.22] pack to oss... +09 七月 2020 | 17:55:15,967 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.22] upload oss ok! +09 七月 2020 | 17:55:16,128 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:53258ms +09 七月 2020 | 18:55:21,298 | INFO | 127.0.0.1(extend) | pack.service.PackUtilService | | start build pack ... +09 七月 2020 | 18:55:21,356 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | building Android... +09 七月 2020 | 18:55:21,356 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | building iOS... +09 七月 2020 | 18:55:21,356 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | building Win... +09 七月 2020 | 18:55:21,494 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 七月 2020 | 18:55:21,497 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 七月 2020 | 18:55:21,504 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 七月 2020 | 18:55:21,802 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 七月 2020 | 18:55:21,802 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 七月 2020 | 18:55:21,805 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 18:55:21,808 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 18:55:21,808 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 18:55:21,812 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +09 七月 2020 | 18:55:21,812 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 18:55:21,816 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +09 七月 2020 | 18:55:21,824 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | U E:\wb_pro\wb_android\lua_probject\base_project\Game\View\PlayerInfoView.lua +09 七月 2020 | 18:55:21,827 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | U E:\wb_pro\wb_ios\lua_probject\base_project\Game\View\PlayerInfoView.lua +09 七月 2020 | 18:55:21,852 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 七月 2020 | 18:55:21,893 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 七月 2020 | 18:55:21,902 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_ResultView.lua +09 七月 2020 | 18:55:21,906 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_MainView.lua +09 七月 2020 | 18:55:21,911 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\extend_project\extend\poker\tuolaji\Tuolaji_RoomConfig.lua +09 七月 2020 | 18:55:21,919 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | U E:\wb_pro\wb_win\lua_probject\base_project\Game\View\PlayerInfoView.lua +09 七月 2020 | 18:55:22,232 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | Updated to revision 439. +09 七月 2020 | 18:55:22,233 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | Updated to revision 439. +09 七月 2020 | 18:55:22,310 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Updated to revision 439. +09 七月 2020 | 18:55:22,321 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 七月 2020 | 18:55:22,321 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 七月 2020 | 18:55:45,092 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:55:45,105 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.23] pack to oss... +09 七月 2020 | 18:55:46,415 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:55:46,418 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.23] pack to oss... +09 七月 2020 | 18:55:46,509 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:55:46,512 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.23] pack to oss... +09 七月 2020 | 18:55:47,835 | INFO | 127.0.0.1(extend)-Win | pack.service.PackUtilService | | 常德拖拉机[1.0.23] upload oss ok! +09 七月 2020 | 18:55:52,330 | INFO | 127.0.0.1(extend)-iOS | pack.service.PackUtilService | | 常德拖拉机[1.0.23] upload oss ok! +09 七月 2020 | 18:55:52,414 | INFO | 127.0.0.1(extend)-Android | pack.service.PackUtilService | | 常德拖拉机[1.0.23] upload oss ok! +09 七月 2020 | 18:55:52,536 | INFO | 127.0.0.1(extend) | taurus.web.WebFilter | | action: pack_extend[] time:31238ms +09 七月 2020 | 18:55:59,096 | INFO | 127.0.0.1(base) | pack.service.PackUtilService | | start build pack ... +09 七月 2020 | 18:55:59,340 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | building Android... +09 七月 2020 | 18:55:59,340 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | building Win... +09 七月 2020 | 18:55:59,340 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | building iOS... +09 七月 2020 | 18:55:59,394 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_android': +09 七月 2020 | 18:55:59,407 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_ios': +09 七月 2020 | 18:55:59,415 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Updating 'E:\wb_pro\wb_win': +09 七月 2020 | 18:55:59,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_fui.bytes' -- Node remains in conflict +09 七月 2020 | 18:55:59,701 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\Resources\base\embed\ui\Hotupdate_atlas_lwclq.png' -- Node remains in conflict +09 七月 2020 | 18:55:59,748 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_atlas0.png' -- Node remains in conflict +09 七月 2020 | 18:55:59,762 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | At revision 439. +09 七月 2020 | 18:55:59,774 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | At revision 439. +09 七月 2020 | 18:55:59,788 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped 'E:\wb_pro\wb_win\wb_unity_pro\Assets\ART\base\lobby\ui\Lobby_fui.bytes' -- Node remains in conflict +09 七月 2020 | 18:55:59,876 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | At revision 439. +09 七月 2020 | 18:55:59,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Summary of conflicts: +09 七月 2020 | 18:55:59,896 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | Skipped paths: 4 +09 七月 2020 | 18:56:05,869 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:56:06,360 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.141] pack to oss... +09 七月 2020 | 18:56:07,020 | INFO | 127.0.0.1(base)-Win | pack.service.PackUtilService | | base_script[1.0.141] upload oss ok! +09 七月 2020 | 18:58:00,012 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:58:00,498 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.141] pack to oss... +09 七月 2020 | 18:58:01,238 | INFO | 127.0.0.1(base)-iOS | pack.service.PackUtilService | | base_script[1.0.141] upload oss ok! +09 七月 2020 | 18:58:02,013 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | "ok!" +09 七月 2020 | 18:58:02,016 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.141] pack to oss... +09 七月 2020 | 18:58:03,257 | INFO | 127.0.0.1(base)-Android | pack.service.PackUtilService | | base_script[1.0.141] upload oss ok! +09 七月 2020 | 18:58:03,619 | INFO | 127.0.0.1(base) | taurus.web.WebFilter | | action: pack_base[] time:124524ms diff --git a/game_web/pack_tools/target/test-classes/pack_tools/Main.class b/game_web/pack_tools/target/test-classes/pack_tools/Main.class new file mode 100644 index 0000000..cea424a Binary files /dev/null and b/game_web/pack_tools/target/test-classes/pack_tools/Main.class differ diff --git a/game_web/pack_tools/target/test-classes/pack_tools/TT.class b/game_web/pack_tools/target/test-classes/pack_tools/TT.class new file mode 100644 index 0000000..1e2be33 Binary files /dev/null and b/game_web/pack_tools/target/test-classes/pack_tools/TT.class differ diff --git a/game_web/robot_mgr/.idea/.gitignore b/game_web/robot_mgr/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/game_web/robot_mgr/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/game_web/robot_mgr/.idea/compiler.xml b/game_web/robot_mgr/.idea/compiler.xml new file mode 100644 index 0000000..8cad75b --- /dev/null +++ b/game_web/robot_mgr/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/robot_mgr/.idea/encodings.xml b/game_web/robot_mgr/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/game_web/robot_mgr/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/game_web/robot_mgr/.idea/jarRepositories.xml b/game_web/robot_mgr/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/game_web/robot_mgr/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/robot_mgr/.idea/misc.xml b/game_web/robot_mgr/.idea/misc.xml new file mode 100644 index 0000000..d5cd614 --- /dev/null +++ b/game_web/robot_mgr/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/game_web/robot_mgr/.idea/vcs.xml b/game_web/robot_mgr/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/game_web/robot_mgr/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/game_web/robot_mgr/build/local/taurus-core.xml b/game_web/robot_mgr/build/local/taurus-core.xml new file mode 100644 index 0000000..e677c8e --- /dev/null +++ b/game_web/robot_mgr/build/local/taurus-core.xml @@ -0,0 +1,96 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/robot_mgr/build/pro/log4j.properties b/game_web/robot_mgr/build/pro/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/robot_mgr/build/pro/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/robot_mgr/build/pro/taurus-core.xml b/game_web/robot_mgr/build/pro/taurus-core.xml new file mode 100644 index 0000000..49049a5 --- /dev/null +++ b/game_web/robot_mgr/build/pro/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 5 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/robot_mgr/build/test/bank_hp.lua b/game_web/robot_mgr/build/test/bank_hp.lua new file mode 100644 index 0000000..d3a02ce --- /dev/null +++ b/game_web/robot_mgr/build/test/bank_hp.lua @@ -0,0 +1,19 @@ +local tag_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local bank_hp = tonumber(redis.call('hget', KEYS[2],KEYS[3])) +bank_hp = not bank_hp and 0 or bank_hp +local hp = tonumber(ARGV[1]) +local opt = tonumber(ARGV[2]) +if opt==0 then + if bank_hp < hp then + return 3 + end + bank_hp = redis.call('hincrBy',KEYS[2],KEYS[3],-hp) + tag_hp = redis.call('hincrBy',KEYS[1],'hp',hp) +else + if tag_hp < hp then + return 4 + end + bank_hp = redis.call('hincrBy',KEYS[2],KEYS[3],hp) + tag_hp = redis.call('hincrBy',KEYS[1],'hp',-hp) +end +return {tag_hp,bank_hp} \ No newline at end of file diff --git a/game_web/robot_mgr/build/test/log4j.properties b/game_web/robot_mgr/build/test/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/robot_mgr/build/test/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/robot_mgr/build/test/mgr.lua b/game_web/robot_mgr/build/test/mgr.lua new file mode 100644 index 0000000..50b3c69 --- /dev/null +++ b/game_web/robot_mgr/build/test/mgr.lua @@ -0,0 +1,25 @@ +-- redis.call('select',0) +local mgr_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local tag_hp = tonumber(redis.call('hget', KEYS[2],'hp')) + +local ulev = tonumber(ARGV[2]) +local hp = tonumber(ARGV[1]) +if ulev == 3 or ulev == 2 then + if hp > 0 and mgr_hp 0 and reward_hp < hp then + return 3 +else + reward_hp = redis.call('incrBy',KEYS[1],-hp) + tag_hp = redis.call('hincrBy',KEYS[2],'hp',hp) +end +return {reward_hp,tag_hp} \ No newline at end of file diff --git a/game_web/robot_mgr/build/test/taurus-core.xml b/game_web/robot_mgr/build/test/taurus-core.xml new file mode 100644 index 0000000..bde0e53 --- /dev/null +++ b/game_web/robot_mgr/build/test/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 1 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/robot_mgr/build/test/trade.lua b/game_web/robot_mgr/build/test/trade.lua new file mode 100644 index 0000000..c03a438 --- /dev/null +++ b/game_web/robot_mgr/build/test/trade.lua @@ -0,0 +1,12 @@ +local mgr_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local tag_hp = tonumber(redis.call('hget', KEYS[2],'hp')) +mgr_hp = not mgr_hp and 0 or mgr_hp +tag_hp = not tag_hp and 0 or tag_hp +local hp = tonumber(ARGV[1]) +if hp > 0 and mgr_hp + 4.0.0 + com.robotmgr + robot_mgr + war + 1.0.0 + + UTF-8 + 1.8 + 1.8 + pro + + + + + junit + junit + 3.8.1 + test + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-web + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + com.zaxxer + HikariCP + 3.3.1 + + + + + mysql + mysql-connector-java + 8.0.16 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + com.robot + robot_common + 1.0.0 + + + + + org.eclipse.jetty + jetty-webapp + 8.2.0.v20160908 + provided + + + org.quartz-scheduler + quartz + 2.2.3 + compile + + + + + + ROOT + + + org.apache.maven.plugins + maven-war-plugin + + 1.8 + 1.8 + UTF-8 + logs/**,config/** + + + config/ + ${project.basedir}/build/${build.type}/ + + + + + + + + diff --git a/game_web/robot_mgr/src/main/java/com/group/MainServer.java b/game_web/robot_mgr/src/main/java/com/group/MainServer.java new file mode 100644 index 0000000..87b0804 --- /dev/null +++ b/game_web/robot_mgr/src/main/java/com/group/MainServer.java @@ -0,0 +1,147 @@ +package com.group; + + +import java.sql.SQLException; +import java.util.HashMap; +import java.util.Map; +import java.util.concurrent.ScheduledThreadPoolExecutor; +import java.util.concurrent.TimeUnit; + +import com.data.cache.AccountCache; +import com.data.cache.GroupCache; +import com.taurus.core.entity.ITArray; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; + +import com.taurus.permanent.TPServer; +import hunan.DoTest; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import taurus.client.NetManager; + + +import static org.quartz.CronScheduleBuilder.cronSchedule; +import static org.quartz.JobBuilder.newJob; + +public class MainServer extends Extension { + private static final Logger log = LoggerFactory.getLogger(MainServer.class); + private ScheduledThreadPoolExecutor timeScheduler; + + private static final String WEB_CONFIG_KEY = "web_config"; + private static final String FORCE_VER_KEY = "force_ver"; + + public static Map lua_map = new HashMap<>(); + public MainServer() { + super(); + //3秒 +// NetManager.TIMEOUT_TIME =3; + System.out.println("MainServer"); + timeScheduler = new ScheduledThreadPoolExecutor(1); + timeScheduler.scheduleAtFixedRate(new Runnable() { + + @Override + public void run() { + AccountCache.clearData(); + GroupCache.clearData(); + System.gc(); + } + }, 0,600, TimeUnit.SECONDS); + + } + + @Override + public int readVersion() { + int ver = Integer.parseInt(Redis.use("group1_db1").hget(WEB_CONFIG_KEY,FORCE_VER_KEY)); + return ver; + } + + + + @Override + public void onStart() { + System.out.println("开始创建机器人连接..."); + //0 加载机器人到redis 2 + loadGroupRobot(); + + // 1. 先启动独立的事件处理线程(只启动一次) + startNetEventThread(); + + + + // 2. 定时器只负责创建机器人连接 + TPServer.me().getTimerPool().scheduleAtFixedRate(new Runnable() { + @Override + public void run() { + try { + System.out.println("开始创建机器人连接..."); +// QingChu qingChu = new QingChu(); +// qingChu.qingchu(); + + //发送 机器人加入房间 + + //DoTest doTe = new DoTest(); + //doTe.doTest(); + +// System.out.println("机器人返回结果: " + s); + } catch (Exception e) { +// System.out.println("创建机器人连接失败" + e); + } + } + }, 0, 20 ,TimeUnit.SECONDS); + } + + // 独立的事件处理线程 + private void startNetEventThread() { + Thread eventThread = new Thread(() -> { + while (true) { + NetManager.processEvents(); + try { + Thread.sleep(2); + } catch (InterruptedException e) { + break; + } catch (Exception e) { + } + } + }, "NetEvent-Thread"); + + eventThread.setDaemon(true); // 设置为守护线程 + eventThread.start(); + } + + /** + * 把机器人加载到redis2 + */ + private void loadGroupRobot(){ + + try { + String sql = String.format("SELECT id FROM `account` WHERE jiqiren=9998 and start = 0"); + ITArray robotIds = DataBase.use().executeQueryByTArray(sql); + //遍历机器人, + for(int i = 0; i < robotIds.size(); ++i) { + //把机器人按group 分类好 存放到redis2 + + } + + } catch (SQLException e) { + throw new RuntimeException(e); + } + + } + + @Override + public void configRoute(Routes me) { + + } + + + @Override + public void onStop() { + if(timeScheduler!=null) { + timeScheduler.shutdownNow(); + } + } + + +} diff --git a/game_web/robot_mgr/src/main/java/com/group/Protocol.java b/game_web/robot_mgr/src/main/java/com/group/Protocol.java new file mode 100644 index 0000000..6595806 --- /dev/null +++ b/game_web/robot_mgr/src/main/java/com/group/Protocol.java @@ -0,0 +1,12 @@ +package com.group; + + +public class Protocol { + + + + // --------------------robot-------------------------- + + + +} diff --git a/game_web/robot_mgr/src/main/java/com/group/WebInterceptor.java b/game_web/robot_mgr/src/main/java/com/group/WebInterceptor.java new file mode 100644 index 0000000..fcad027 --- /dev/null +++ b/game_web/robot_mgr/src/main/java/com/group/WebInterceptor.java @@ -0,0 +1,52 @@ +package com.group; + +import com.taurus.core.routes.Action; +import com.taurus.core.routes.IController; +import com.taurus.core.routes.Interceptor; + +public class WebInterceptor implements Interceptor{ + /** + * 验证session + */ + public static final int V_SESSION = 1; + /** + * 验证圈子 + */ + public static final int V_GROUP = 2; + /** + * 验证圈主 + */ + public static final int V_GROUP_OWNER = 4; + /** + * 验证合伙人 + */ + public static final int V_GROUP_PARTNER= 8; + /** + * 验证玩法 + */ + public static final int V_GROUP_PLAY= 16; + /** + * 验证管理员 + */ + public static final int V_GROUP_MGR= 32; + /** + * 验证管理员或者合伙人 + */ + public static final int V_GROUP_MGR_OR_PARTNER= 64; + /** + * 检测玩家在不在房间 + */ + public static final int V_GROUP_CHECK_ROOM= 128; + + /** + * 验证圈主或合伙人 + */ + public static final int V_GROUP_OWNER_OR_MGR_OR_PARTNER = 256; + + @Override + public void intercept(Action action, IController controller, Object... args) throws Exception { + + } + + +} diff --git a/game_web/robot_mgr/src/main/webapp/WEB-INF/web.xml b/game_web/robot_mgr/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..a71270c --- /dev/null +++ b/game_web/robot_mgr/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,19 @@ + + + + + taurus-web + com.taurus.web.WebFilter + + main + com.group.MainServer + + + + + taurus-web + /* + + diff --git a/game_web/robot_mgr/src/main/webapp/config/log4j.properties b/game_web/robot_mgr/src/main/webapp/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/robot_mgr/src/main/webapp/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/robot_mgr/src/main/webapp/config/taurus-core.xml b/game_web/robot_mgr/src/main/webapp/config/taurus-core.xml new file mode 100644 index 0000000..958bf5f --- /dev/null +++ b/game_web/robot_mgr/src/main/webapp/config/taurus-core.xml @@ -0,0 +1,100 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://8.148.223.178:8060/wb_game + root + 6KYnXJjGhxNceF8e + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/robot_mgr/src/main/webapp/logs/web_main.log b/game_web/robot_mgr/src/main/webapp/logs/web_main.log new file mode 100644 index 0000000..145d258 --- /dev/null +++ b/game_web/robot_mgr/src/main/webapp/logs/web_main.log @@ -0,0 +1,2 @@ +14 十二月 2025 | 02:55:39,868 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +14 十二月 2025 | 02:55:39,939 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! diff --git a/game_web/robot_mgr/src/main/webapp/logs/web_main.log.2025-12-13 b/game_web/robot_mgr/src/main/webapp/logs/web_main.log.2025-12-13 new file mode 100644 index 0000000..2851c10 --- /dev/null +++ b/game_web/robot_mgr/src/main/webapp/logs/web_main.log.2025-12-13 @@ -0,0 +1,56 @@ +13 十二月 2025 | 04:05:51,594 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +13 十二月 2025 | 04:05:51,654 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +13 十二月 2025 | 04:05:52,471 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 04:05:52,981 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101555 login +13 十二月 2025 | 04:05:53,022 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 04:05:54,904 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 04:05:54,918 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 04:05:59,965 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 04:06:23,145 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +13 十二月 2025 | 04:06:23,187 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +13 十二月 2025 | 04:06:23,819 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 04:06:24,359 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101666 login +13 十二月 2025 | 04:06:24,400 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 04:06:26,295 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 04:06:26,298 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 04:06:31,574 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 04:09:39,211 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +13 十二月 2025 | 04:09:39,252 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +13 十二月 2025 | 04:46:39,922 | INFO | qtp1605283233-121 | group.controller.GroupController | | jefe_test: 168168 +13 十二月 2025 | 04:46:40,481 | INFO | qtp1605283233-121 | taurus.web.WebFilter | | action: get_groups[{user}:168168] time:691ms +13 十二月 2025 | 04:46:50,722 | INFO | qtp1605283233-125 | taurus.web.WebFilter | | action: enter_group[{user}:168168] time:373ms +13 十二月 2025 | 04:46:59,393 | INFO | qtp1605283233-125 | group.controller.GroupController | | jefe_test: 168168 +13 十二月 2025 | 04:46:59,828 | INFO | qtp1605283233-125 | taurus.web.WebFilter | | action: get_groups[{user}:168168] time:554ms +13 十二月 2025 | 04:47:16,645 | INFO | qtp1605283233-127 | group.controller.GroupController | | jefe_test: 112233 +13 十二月 2025 | 04:47:16,918 | INFO | qtp1605283233-127 | taurus.web.WebFilter | | action: get_groups[{user}:112233] time:400ms +13 十二月 2025 | 04:47:18,037 | INFO | qtp1605283233-127 | taurus.web.WebFilter | | action: enter_group[{user}:112233] time:349ms +13 十二月 2025 | 04:50:01,468 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +13 十二月 2025 | 04:50:01,513 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +13 十二月 2025 | 05:51:15,280 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +13 十二月 2025 | 05:51:15,323 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! diff --git a/game_web/robot_mgr/src/test/java/etty-contexts.xml b/game_web/robot_mgr/src/test/java/etty-contexts.xml new file mode 100644 index 0000000..e8c1814 --- /dev/null +++ b/game_web/robot_mgr/src/test/java/etty-contexts.xml @@ -0,0 +1,9 @@ + + + + + org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern + .*/.*jsp-api-[^/]\.jar$|./.*jsp-[^/]\.jar$|./.*taglibs[^/]*\.jar$ + + + \ No newline at end of file diff --git a/game_web/robot_mgr/src/test/java/robot_mgr/Main.java b/game_web/robot_mgr/src/test/java/robot_mgr/Main.java new file mode 100644 index 0000000..a864b83 --- /dev/null +++ b/game_web/robot_mgr/src/test/java/robot_mgr/Main.java @@ -0,0 +1,9 @@ +package robot_mgr; + +import com.taurus.web.JettyServer; + +public class Main { + public static void main(String[] args) { + new JettyServer("src/main/webapp",6669,"/").start(); + } +} diff --git a/game_web/robot_mgr/target/ROOT.war b/game_web/robot_mgr/target/ROOT.war new file mode 100644 index 0000000..b2e42f7 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT.war differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/MainServer$1.class b/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/MainServer$1.class new file mode 100644 index 0000000..92a2011 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/MainServer$1.class differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/MainServer$2.class b/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/MainServer$2.class new file mode 100644 index 0000000..5e059db Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/MainServer$2.class differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/MainServer.class b/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/MainServer.class new file mode 100644 index 0000000..784f5b5 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/MainServer.class differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/Protocol.class b/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/Protocol.class new file mode 100644 index 0000000..1c589b2 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/Protocol.class differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/WebInterceptor.class b/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/WebInterceptor.class new file mode 100644 index 0000000..a69cd32 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/classes/com/robotmgr/WebInterceptor.class differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar new file mode 100644 index 0000000..476e0c0 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar new file mode 100644 index 0000000..8d283e4 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar new file mode 100644 index 0000000..fdf8b6f Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar new file mode 100644 index 0000000..57809f1 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/game_common-1.0.0.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/game_common-1.0.0.jar new file mode 100644 index 0000000..971c11c Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/game_common-1.0.0.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/gson-2.10.1.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/gson-2.10.1.jar new file mode 100644 index 0000000..a88c5bd Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/gson-2.10.1.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/jboss-logging-3.3.2.Final.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/jboss-logging-3.3.2.Final.jar new file mode 100644 index 0000000..67cde71 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/jboss-logging-3.3.2.Final.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/jdom-1.0.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/jdom-1.0.jar new file mode 100644 index 0000000..288e64c Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/jdom-1.0.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar new file mode 100644 index 0000000..f4d27d3 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar new file mode 100644 index 0000000..1d425cf Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar new file mode 100644 index 0000000..dd45f8c Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar new file mode 100644 index 0000000..8a18789 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar new file mode 100644 index 0000000..158c1c2 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/robot_common-1.0.0.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/robot_common-1.0.0.jar new file mode 100644 index 0000000..693cc0e Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/robot_common-1.0.0.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar new file mode 100644 index 0000000..0143c09 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar new file mode 100644 index 0000000..7c034d3 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/taurus-permanent-1.0.1.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/taurus-permanent-1.0.1.jar new file mode 100644 index 0000000..6e17ea5 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/taurus-permanent-1.0.1.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar new file mode 100644 index 0000000..f38bf33 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/undertow-core-2.0.16.Final.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/undertow-core-2.0.16.Final.jar new file mode 100644 index 0000000..9a34249 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/undertow-core-2.0.16.Final.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/xnio-api-3.3.8.Final.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/xnio-api-3.3.8.Final.jar new file mode 100644 index 0000000..35a5ce8 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/xnio-api-3.3.8.Final.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/lib/xnio-nio-3.3.8.Final.jar b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/xnio-nio-3.3.8.Final.jar new file mode 100644 index 0000000..95f7c04 Binary files /dev/null and b/game_web/robot_mgr/target/ROOT/WEB-INF/lib/xnio-nio-3.3.8.Final.jar differ diff --git a/game_web/robot_mgr/target/ROOT/WEB-INF/web.xml b/game_web/robot_mgr/target/ROOT/WEB-INF/web.xml new file mode 100644 index 0000000..cded501 --- /dev/null +++ b/game_web/robot_mgr/target/ROOT/WEB-INF/web.xml @@ -0,0 +1,19 @@ + + + + + taurus-web + com.taurus.web.WebFilter + + main + com.robotmgr.MainServer + + + + + taurus-web + /* + + diff --git a/game_web/robot_mgr/target/ROOT/config/log4j.properties b/game_web/robot_mgr/target/ROOT/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/robot_mgr/target/ROOT/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/robot_mgr/target/ROOT/config/taurus-core.xml b/game_web/robot_mgr/target/ROOT/config/taurus-core.xml new file mode 100644 index 0000000..49049a5 --- /dev/null +++ b/game_web/robot_mgr/target/ROOT/config/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 5 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/robot_mgr/target/classes/com/group/MainServer$1.class b/game_web/robot_mgr/target/classes/com/group/MainServer$1.class new file mode 100644 index 0000000..4e78e42 Binary files /dev/null and b/game_web/robot_mgr/target/classes/com/group/MainServer$1.class differ diff --git a/game_web/robot_mgr/target/classes/com/group/MainServer$2.class b/game_web/robot_mgr/target/classes/com/group/MainServer$2.class new file mode 100644 index 0000000..89315aa Binary files /dev/null and b/game_web/robot_mgr/target/classes/com/group/MainServer$2.class differ diff --git a/game_web/robot_mgr/target/classes/com/group/MainServer.class b/game_web/robot_mgr/target/classes/com/group/MainServer.class new file mode 100644 index 0000000..db23fb1 Binary files /dev/null and b/game_web/robot_mgr/target/classes/com/group/MainServer.class differ diff --git a/game_web/robot_mgr/target/classes/com/group/Protocol.class b/game_web/robot_mgr/target/classes/com/group/Protocol.class new file mode 100644 index 0000000..58ba087 Binary files /dev/null and b/game_web/robot_mgr/target/classes/com/group/Protocol.class differ diff --git a/game_web/robot_mgr/target/classes/com/group/WebInterceptor.class b/game_web/robot_mgr/target/classes/com/group/WebInterceptor.class new file mode 100644 index 0000000..39de1f2 Binary files /dev/null and b/game_web/robot_mgr/target/classes/com/group/WebInterceptor.class differ diff --git a/game_web/robot_mgr/target/maven-archiver/pom.properties b/game_web/robot_mgr/target/maven-archiver/pom.properties new file mode 100644 index 0000000..ea6ff59 --- /dev/null +++ b/game_web/robot_mgr/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=robot_mgr +groupId=com.robotmgr +version=1.0.0 diff --git a/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..f5d7042 --- /dev/null +++ b/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,5 @@ +com\robotmgr\MainServer.class +com\robotmgr\WebInterceptor.class +com\robotmgr\MainServer$1.class +com\robotmgr\MainServer$2.class +com\robotmgr\Protocol.class diff --git a/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..0489342 --- /dev/null +++ b/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,3 @@ +D:\server\fengye\xtserver_anchou\game_web\robot_mgr\src\main\java\com\robotmgr\WebInterceptor.java +D:\server\fengye\xtserver_anchou\game_web\robot_mgr\src\main\java\com\robotmgr\Protocol.java +D:\server\fengye\xtserver_anchou\game_web\robot_mgr\src\main\java\com\robotmgr\MainServer.java diff --git a/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..dfea41d --- /dev/null +++ b/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +robot_mgr\Main.class diff --git a/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..e4122ab --- /dev/null +++ b/game_web/robot_mgr/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\server\fengye\xtserver_anchou\game_web\robot_mgr\src\test\java\robot_mgr\Main.java diff --git a/game_web/robot_mgr/target/test-classes/robot_mgr/Main.class b/game_web/robot_mgr/target/test-classes/robot_mgr/Main.class new file mode 100644 index 0000000..2dec5e5 Binary files /dev/null and b/game_web/robot_mgr/target/test-classes/robot_mgr/Main.class differ diff --git a/game_web/web_group/.DS_Store b/game_web/web_group/.DS_Store new file mode 100644 index 0000000..0f35f6b Binary files /dev/null and b/game_web/web_group/.DS_Store differ diff --git a/game_web/web_group/.idea/.gitignore b/game_web/web_group/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/game_web/web_group/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/game_web/web_group/.idea/compiler.xml b/game_web/web_group/.idea/compiler.xml new file mode 100644 index 0000000..4a6d16d --- /dev/null +++ b/game_web/web_group/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_group/.idea/encodings.xml b/game_web/web_group/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/game_web/web_group/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/game_web/web_group/.idea/jarRepositories.xml b/game_web/web_group/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/game_web/web_group/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_group/.idea/misc.xml b/game_web/web_group/.idea/misc.xml new file mode 100644 index 0000000..d5cd614 --- /dev/null +++ b/game_web/web_group/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/game_web/web_group/.idea/vcs.xml b/game_web/web_group/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/game_web/web_group/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/game_web/web_group/build/local/taurus-core.xml b/game_web/web_group/build/local/taurus-core.xml new file mode 100644 index 0000000..e677c8e --- /dev/null +++ b/game_web/web_group/build/local/taurus-core.xml @@ -0,0 +1,96 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_group/build/pro/bank_hp.lua b/game_web/web_group/build/pro/bank_hp.lua new file mode 100644 index 0000000..d3a02ce --- /dev/null +++ b/game_web/web_group/build/pro/bank_hp.lua @@ -0,0 +1,19 @@ +local tag_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local bank_hp = tonumber(redis.call('hget', KEYS[2],KEYS[3])) +bank_hp = not bank_hp and 0 or bank_hp +local hp = tonumber(ARGV[1]) +local opt = tonumber(ARGV[2]) +if opt==0 then + if bank_hp < hp then + return 3 + end + bank_hp = redis.call('hincrBy',KEYS[2],KEYS[3],-hp) + tag_hp = redis.call('hincrBy',KEYS[1],'hp',hp) +else + if tag_hp < hp then + return 4 + end + bank_hp = redis.call('hincrBy',KEYS[2],KEYS[3],hp) + tag_hp = redis.call('hincrBy',KEYS[1],'hp',-hp) +end +return {tag_hp,bank_hp} \ No newline at end of file diff --git a/game_web/web_group/build/pro/log4j.properties b/game_web/web_group/build/pro/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/web_group/build/pro/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/web_group/build/pro/mgr.lua b/game_web/web_group/build/pro/mgr.lua new file mode 100644 index 0000000..50b3c69 --- /dev/null +++ b/game_web/web_group/build/pro/mgr.lua @@ -0,0 +1,25 @@ +-- redis.call('select',0) +local mgr_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local tag_hp = tonumber(redis.call('hget', KEYS[2],'hp')) + +local ulev = tonumber(ARGV[2]) +local hp = tonumber(ARGV[1]) +if ulev == 3 or ulev == 2 then + if hp > 0 and mgr_hp 0 and reward_hp < hp then + return 3 +else + reward_hp = redis.call('incrBy',KEYS[1],-hp) + tag_hp = redis.call('hincrBy',KEYS[2],'hp',hp) +end +return {reward_hp,tag_hp} \ No newline at end of file diff --git a/game_web/web_group/build/pro/taurus-core.xml b/game_web/web_group/build/pro/taurus-core.xml new file mode 100644 index 0000000..49049a5 --- /dev/null +++ b/game_web/web_group/build/pro/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 5 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_group/build/pro/trade.lua b/game_web/web_group/build/pro/trade.lua new file mode 100644 index 0000000..c03a438 --- /dev/null +++ b/game_web/web_group/build/pro/trade.lua @@ -0,0 +1,12 @@ +local mgr_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local tag_hp = tonumber(redis.call('hget', KEYS[2],'hp')) +mgr_hp = not mgr_hp and 0 or mgr_hp +tag_hp = not tag_hp and 0 or tag_hp +local hp = tonumber(ARGV[1]) +if hp > 0 and mgr_hp 0 and mgr_hp 0 and reward_hp < hp then + return 3 +else + reward_hp = redis.call('incrBy',KEYS[1],-hp) + tag_hp = redis.call('hincrBy',KEYS[2],'hp',hp) +end +return {reward_hp,tag_hp} \ No newline at end of file diff --git a/game_web/web_group/build/test/taurus-core.xml b/game_web/web_group/build/test/taurus-core.xml new file mode 100644 index 0000000..bde0e53 --- /dev/null +++ b/game_web/web_group/build/test/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 1 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_group/build/test/trade.lua b/game_web/web_group/build/test/trade.lua new file mode 100644 index 0000000..c03a438 --- /dev/null +++ b/game_web/web_group/build/test/trade.lua @@ -0,0 +1,12 @@ +local mgr_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local tag_hp = tonumber(redis.call('hget', KEYS[2],'hp')) +mgr_hp = not mgr_hp and 0 or mgr_hp +tag_hp = not tag_hp and 0 or tag_hp +local hp = tonumber(ARGV[1]) +if hp > 0 and mgr_hp + 4.0.0 + com.group + web_group + war + 1.0.0 + + UTF-8 + 1.8 + 1.8 + pro + + + + + junit + junit + 3.8.1 + test + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-web + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + com.zaxxer + HikariCP + 3.3.1 + + + + + mysql + mysql-connector-java + 8.0.16 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + + org.eclipse.jetty + jetty-webapp + 8.2.0.v20160908 + provided + + + org.quartz-scheduler + quartz + 2.2.3 + compile + + + + + + ROOT + + + org.apache.maven.plugins + maven-war-plugin + + 1.8 + 1.8 + UTF-8 + logs/**,config/** + + + config/ + ${project.basedir}/build/${build.type}/ + + + + + + + + diff --git a/game_web/web_group/src/main/java/com/group/MainServer.java b/game_web/web_group/src/main/java/com/group/MainServer.java new file mode 100644 index 0000000..8127e46 --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/MainServer.java @@ -0,0 +1,126 @@ +package com.group; + + +import java.util.HashMap; +import java.util.Map; +import java.util.concurrent.ScheduledThreadPoolExecutor; +import java.util.concurrent.TimeUnit; + +import com.data.cache.AccountCache; +import com.data.cache.GroupCache; +import com.group.controller.GroupController; +import com.group.controller.GroupLogController; +import com.group.controller.GroupRoomController; +import com.group.job.UpdatePlayRoomJob; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; +import com.taurus.core.util.FileUtil; + +import org.quartz.CronTrigger; +import org.quartz.JobDetail; +import org.quartz.Scheduler; +import org.quartz.SchedulerFactory; +import org.quartz.impl.StdSchedulerFactory; +import redis.clients.jedis.Jedis; + +import static org.quartz.CronScheduleBuilder.cronSchedule; +import static org.quartz.JobBuilder.newJob; +import static org.quartz.TriggerBuilder.newTrigger; + +public class MainServer extends Extension { + private ScheduledThreadPoolExecutor timeScheduler; + + private static final String WEB_CONFIG_KEY = "web_config"; + private static final String FORCE_VER_KEY = "force_ver"; + + public static Map lua_map = new HashMap<>(); + public MainServer() { + super(); + //3秒 +// NetManager.TIMEOUT_TIME =3; + timeScheduler = new ScheduledThreadPoolExecutor(1); + timeScheduler.scheduleAtFixedRate(new Runnable() { + + @Override + public void run() { + AccountCache.clearData(); + GroupCache.clearData(); + System.gc(); + } + }, 0,600, TimeUnit.SECONDS); + loadLua(); + initJob(); + } + + @Override + public int readVersion() { + int ver = Integer.parseInt(Redis.use("group1_db1").hget(WEB_CONFIG_KEY,FORCE_VER_KEY)); + return ver; + } + + + @Override + public void configRoute(Routes me) { + me.setInterceptor(new WebInterceptor()); + + me.add("group", GroupController.class); + me.add("group/room", GroupRoomController.class); + me.add("group/log",GroupLogController.class); + } + + private static void loadLua() { + String path = System.getProperty("WORKDIR"); + try { + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + String str = FileUtil.readTxt(path + "/config/mgr.lua"); + lua_map.put("mgr", jedis10.scriptLoad(str)); + str = FileUtil.readTxt(path + "/config/trade.lua"); + lua_map.put("trade", jedis10.scriptLoad(str)); + str = FileUtil.readTxt(path + "/config/take_hp.lua"); + lua_map.put("take_hp", jedis10.scriptLoad(str)); + str = FileUtil.readTxt(path + "/config/bank_hp.lua"); + lua_map.put("bank_hp", jedis10.scriptLoad(str)); + } finally { + jedis10.close(); + } + } catch (Exception e) { + e.printStackTrace(); + } + } + + public void initJob() { + + try { + SchedulerFactory sf = new StdSchedulerFactory(); + Scheduler sched = sf.getScheduler(); + + JobDetail job = newJob(UpdatePlayRoomJob.class).withIdentity("update_play_room", "group").build(); + CronTrigger trigger= newTrigger().withIdentity("update_play_room_trigger", "group").withSchedule(cronSchedule("0/5 * * * * ? ")).build(); + sched.scheduleJob(job, trigger); + + job = newJob(UpdatePlayRoomJob.class).withIdentity("create_play_room", "group").build(); + trigger= newTrigger().withIdentity("create_play_room_trigger", "group").withSchedule(cronSchedule("0/3 * * * * ? ")).build(); + sched.scheduleJob(job, trigger); + + sched.start(); + } + catch(Exception e) { + + } + } + + + @Override + public void onStart() { + System.out.println("web group start!"); + } + + @Override + public void onStop() { + if(timeScheduler!=null) { + timeScheduler.shutdownNow(); + } + } +} diff --git a/game_web/web_group/src/main/java/com/group/Protocol.java b/game_web/web_group/src/main/java/com/group/Protocol.java new file mode 100644 index 0000000..3f80b69 --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/Protocol.java @@ -0,0 +1,220 @@ +package com.group; + + +public class Protocol { + + + + // --------------------group-------------------------- + + + /**获取圈子列表*/ + public static final String GET_GROUPS = "get_groups"; + /**获取创建圈子*/ + public static final String CREATE_GROUP = "create_group"; + /**加入圈子*/ + public static final String JOIN_GROUP = "join_group"; + /**删除圈子*/ + public static final String DEL_GROUP = "del_group"; + /**获取申请列表*/ + public static final String GET_GROUP_JOINS = "get_group_joins"; + /**授权加入圈子*/ + public static final String VERIFY_JOIN_GROUP = "verify_join_group"; + /**获取成员列表*/ + public static final String GET_GROUP_MEMBERS = "get_group_members"; + + public static final String GET_MY_MEMBERS = "get_my_members"; + + public static final String GET_MEMBERS_COUNT = "get_members_count"; + + /**获取合伙人列表*/ + public static final String GET_GROUP_PARTNERS = "get_group_partners"; + /**删除成员*/ + public static final String GROUP_KICK = "group_kick"; + + public static final String GET_KICK_LOG = "get_kick_log"; + + /** 邀请加入圈子*/ + public static final String INVITE_GROUP_MEMBER = "invite_group_member"; + /** 获取玩家信息 */ + public static final String GET_PLAYER_INFO = "get_player_info"; + + public static final String CLONE_GROUP = "clone_group"; + + + /** 获取提取数据信息*/ + public static final String TRADE_TAKE_INFO = "get_take_info"; + /** 提取体力值*/ + public static final String TAKE_HP = "take_hp"; + /** 提取体力值*/ + public static final String GROUP_TAKE_HP = "group_take_hp"; + + public static final String GET_BANK_HP = "get_bank_hp"; + public static final String TAKE_BANK_HP = "take_bank_hp"; + public static final String SAVE_BANK_HP = "save_bake_hp"; + + /** 获取提取日志*/ + public static final String GET_TAKE_LOG = "get_take_log"; + + public static final String GET_BANK_LOG = "get_bank_log"; + + + /** 更新成员体力值*/ + public static final String UPDATE_MEMBER_HP = "update_member_hp"; + public static final String UPDATE_MEMBER_SCORE = "update_member_score"; + + public static final String UPDATE_MEMBER_QUEUEID = "update_member_queueid"; //分组id + + public static final String UPDATE_MEMBER_SEEID = "update_member_seeid"; //权限id + + /** 进入圈子*/ + public static final String ENTER_GROUP = "enter_group"; + + /** 置顶圈子*/ + public static final String STICK_GROUP = "stick_group"; + + + /** 添加玩法 */ + public static final String ADD_PLAY = "add_play"; + /** 删除玩法 */ + public static final String DEL_PLAY = "del_play"; + /** 更新玩法*/ + public static final String UPDATE_PLAY = "update_play"; + /** 快速加入房间 */ + public static final String GROUP_MATCH_ROOM = "match_room"; + /** 加入房间 */ + public static final String GROUP_JOIN_ROOM = "join_room"; + /** 删除房间 */ + public static final String GROUP_DEL_ROOM = "del__room"; + /** 更新圈子配置 */ + public static final String GROUP_UPDATE_INFO = "update_info"; + /** 成员禁止娱乐*/ + public static final String GROUP_BAN_MEMBER = "ban_member"; + /** 成员禁止娱乐*/ + public static final String GROUP_BLACK_MEMBER = "black_member"; + /** 成员禁止娱乐*/ + public static final String GROUP_GET_BLACK_MEMBER = "get_black_member"; + /** 玩法禁止娱乐*/ + public static final String GROUP_BAN_PLAY = "ban_play"; + /** 标识玩法*/ + public static final String GROUP_MARK_PLAY = "mark_play"; + /** 更新成员管理*/ + public static final String GROUP_SET_MEMBER_MGR = "set_member_mgr"; + /** 更新成员管理*/ + public static final String GROUP_SET_PARTNER = "set_partner"; + /** 获取成员上级合伙人列表*/ + public static final String GET_MEMBER_PARENTS = "get_member_parents"; + /** 查询成员*/ + public static final String FIND_MEMBER = "find_member"; + /** 查询成员1*/ + public static final String FIND_MEMBER1 = "find_member1"; + /** 获取管理上下分记录*/ + public static final String GET_HPLOG_MGR = "get_hplog_mgr"; + /** 获取管理上下分记录统计*/ + public static final String GET_HPLOG_MGR_COUNT = "get_hplog_mgr_count"; + /** 获取管理员上下分详细信息*/ + public static final String GET_HPLOG_MGR_INFO = "get_hplog_mgr_info"; + /** 获取玩家体力值详细*/ + public static final String GET_HPLOG_INFO = "get_hplog_info"; + + /** 获取玩家详细体力值*/ + public static final String GET_HPLOG_DETAIL_INFO = "get_hplog_detail_info"; + + /** 获取抽水体力值详细*/ + public static final String GET_HPLOG_PUMP = "get_hplog_pump"; + /** 设置奖励*/ + public static final String GROUP_SET_REWARD = "set_reward"; + /** 设置奖励*/ + public static final String GROUP_SET_XIPAI_REWARD = "set_xipai_reward"; + + /** 设置按抽奖励*/ + public static final String GROUP_SET_ANCHOU_REWARD = "set_anchou_reward"; + + /** 获取奖励数据*/ + public static final String GROUP_GET_REWARDS = "get_rewards"; + + + public static final String GROUP_GET_ROBOTPLAYS = "get_panter_robotplays"; + + public static final String GROUP_SET_ROBOTPLAYS = "set_panter_robotplays"; + + + /** 获取奖励日志*/ + public static final String GROUP_GET_REWARD_LOG = "get_reward_log"; + /** 获取奖励统计*/ + public static final String GROUP_GET_REWARD_COUNT = "get_reward_count"; + /** 获取玩法局数统计*/ + public static final String GROUP_GET_PLAY_ROUND_COUNT = "get_play_round_count"; + /** 获取消耗统计*/ + public static final String GROUP_GET_COST_COUNT = "get_cost_count"; + /** 获取局数统计*/ + public static final String GROUP_GET_ROUND_COUNT = "get_round_count"; + /**获得成员统计*/ + public static final String GROUP_GET_MEMBER_STAT = "get_member_stat"; + /**获得合伙人统计*/ + public static final String GROUP_GET_PARTNER_STAT = "get_partner_stat"; + /**查找合伙人统计*/ + public static final String GROUP_FIND_PARTNER_STAT = "find_partner_stat"; + /**获得合伙人统计 成员*/ + public static final String GROUP_GET_PARTNER_STAT_MEMBER = "get_partner_stat_member"; + /**查找合伙人统计 成员*/ + public static final String GROUP_FIND_PARTNER_STAT_MEMBER = "find_partner_stat_member"; + + public static final String GROUP_GET_DIRECT_STAT_MEMBER = "get_direct_stat_member"; + /**获得合伙人统计 玩法*/ + public static final String GROUP_GET_PARTNER_STAT_PLAY = "get_partner_stat_play"; + /** 获取成员排行*/ + public static final String GROUP_GET_MEMBER_RANK = "get_member_rank"; + /** 获取战绩列表*/ + public static final String GROUP_GET_RECORDS = "get_records"; + /** 获取个人亲友圈战绩列表*/ + public static final String GROUP_GET_PERSON_RECORDS = "get_person_records"; + /** 根据房间ID查询战绩*/ + public static final String GROUP_FIND_RECORD_ROOM = "find_record_room"; + /** 调配成员*/ + public static final String DISTRIBUTE_MEMBER = "distribute_member"; + /** 退出圈子*/ + public static final String EXIT_GROUP = "exit_group"; + /** 获取合伙人[日志]管理列表*/ + public static final String GET_PARTNER_INFOS = "get_partner_data"; + /**搜索合伙人信息*/ + public static final String QUERY_PARTNER_INFOS = "query_partner_data"; + /** 获取合伙人[日志]成员列表*/ + public static final String GET_PARTNER_MEMBERS = "get_partner_members"; + + /** 设置管理员权限*/ + public static final String SET_MGR_PERMISSION = "set_mgr_permission"; + /** 获取禁止同桌列表*/ + public static final String GET_BAN_DESK_LIST = "get_ban_desk_list"; + /** 设置禁止同桌*/ + public static final String SET_BAN_DESK = "set_ban_desk"; + /**获取体力值信息*/ + public static final String GET_HP_COUNT_INFO ="get_hp_count_info"; + /** 获取体力值消耗统计*/ + public static final String GROUP_GET_HPCONSUME_COUNT = "get_hpconsume_count"; + /** 转移合伙人*/ + public static final String MOVE_PARTNER = "move_partner"; + /**获取整线体力值*/ + public static final String GET_HP_TOTAL = "get_hp_total"; + /**更新推广设置*/ + public static final String UPDATE_PROMOTION = "update_promotion"; + /**获取推广设置*/ + public static final String GET_PROMOTION = "get_promotion"; + /**获取邮件列表*/ + public static final String GET_MAIL_LIST = "get_mail_list"; + /**删除所以邮件*/ + public static final String DEL_MAIL_ALL = "del_mail_all"; + + /**设置亲友圈合伙人阀值*/ + public static final String SET_AUTO_SCORE ="set_auto_score"; + + /**幸运号数据*/ + public static final String GET_XINGYUNHAO_INFO ="get_xingyunhao_info"; + + /** 设置屏蔽玩法 **/ + public static final String SET_PANTER_BANPLAY = "set_panter_banplay"; + + /**获取所有玩法**/ + public static final String GET_PANTER_ALLPLAYS = "get_panter_allplays"; + +} diff --git a/game_web/web_group/src/main/java/com/group/WebInterceptor.java b/game_web/web_group/src/main/java/com/group/WebInterceptor.java new file mode 100644 index 0000000..1aaf2d2 --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/WebInterceptor.java @@ -0,0 +1,186 @@ +package com.group; + +import com.data.bean.AccountBean; +import com.data.bean.GroupBean; +import com.data.bean.GroupMemberBean; +import com.data.bean.GroupPlayBean; +import com.data.cache.AccountCache; +import com.data.cache.GroupCache; +import com.data.util.ErrorCode; +import com.group.service.GroupRoomService; +import com.taurus.core.entity.ITObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.Action; +import com.taurus.core.routes.IController; +import com.taurus.core.routes.Interceptor; +import com.taurus.core.util.StringUtil; +import com.taurus.web.Controller; +import com.taurus.web.WebException; + +public class WebInterceptor implements Interceptor{ + /** + * 验证session + */ + public static final int V_SESSION = 1; + /** + * 验证圈子 + */ + public static final int V_GROUP = 2; + /** + * 验证圈主 + */ + public static final int V_GROUP_OWNER = 4; + /** + * 验证合伙人 + */ + public static final int V_GROUP_PARTNER= 8; + /** + * 验证玩法 + */ + public static final int V_GROUP_PLAY= 16; + /** + * 验证管理员 + */ + public static final int V_GROUP_MGR= 32; + /** + * 验证管理员或者合伙人 + */ + public static final int V_GROUP_MGR_OR_PARTNER= 64; + /** + * 检测玩家在不在房间 + */ + public static final int V_GROUP_CHECK_ROOM= 128; + + /** + * 验证圈主或合伙人 + */ + public static final int V_GROUP_OWNER_OR_MGR_OR_PARTNER = 256; + + @Override + public void intercept(Action action, IController controller, Object... args) throws Exception { + Controller ctr = (Controller) controller; + int validate = action.getActionKeyObj().validate(); + String session = ctr.getSession(); + String token = ctr.getTokens(); + if (StringUtil.isNotEmpty(token) && StringUtil.isNotEmpty(session)) + { + String token_session = Redis.use("group1_db0").hget(token, "user"); + if (StringUtil.isEmpty(token_session)) + { + throw new WebException(ErrorCode._NO_SESSION); + } + else { + if (!token_session.equals(session)) + { + throw new WebException(ErrorCode._NO_SESSION); + } + } + } + else { + throw new WebException(ErrorCode._NO_SESSION); + } + + if ((validate&V_SESSION)!=0 ) { + if (!Redis.use("group1_db0").exists(session)) { + throw new WebException(ErrorCode._NO_SESSION); + } + String opt = Redis.use("group1_db0").hget(session, "opt"); +// background del sign + if (!StringUtil.isEmpty(opt) && Integer.parseInt(opt) == 1) { + throw new WebException(ErrorCode._NO_SESSION); + } + } + + if((validate&V_GROUP)!=0) { + ITObject reqData = ctr.getParams(); + if(!reqData.containsKey("id")) { + throw new WebException(ErrorCode.GROUP_NO_EXIST); + } + int groupId = reqData.getInt("id"); + GroupBean gb = GroupCache.getGroup(groupId); + if (gb == null) { + throw new WebException(ErrorCode.GROUP_NO_EXIST); + } + if (gb.stop == 1) { + throw new WebException(ErrorCode.GROUP_STOP_SERVICE); + } + AccountBean acc = AccountCache.getAccount(session); + if((validate&V_GROUP_CHECK_ROOM)!=0) { + boolean checkRoom = GroupRoomService.checkRoom(groupId, acc.id); + if(checkRoom) { + throw new WebException(ErrorCode.GROUP_EXIST_ROOMS); + } + } + boolean v_o_p = (validate&V_GROUP_OWNER_OR_MGR_OR_PARTNER)!=0; + if (v_o_p) + { + if(gb.owner != acc.id) { + GroupMemberBean gmb = GroupCache.getMember(groupId, acc.id); + if (gmb==null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (gmb.lev >= 3) + { + if(gmb.partnerLev<=0) { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + } + } + } + else if((validate&V_GROUP_OWNER)!=0) { + if(gb.owner != acc.id) { + throw new WebException(ErrorCode.GROUP_NOT_OWNER); + } + }else { + GroupMemberBean gmb = GroupCache.getMember(groupId, acc.id); + if (gmb==null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + int count = 0; + boolean v_m_p = (validate&V_GROUP_MGR_OR_PARTNER)!=0; + + if((validate&V_GROUP_PARTNER)!=0 || v_m_p) { + if(gmb.partnerLev<=0) { + if(v_m_p) { + count ++; + }else { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + } + } + + if((validate&V_GROUP_MGR)!=0 || v_m_p) { + if(gmb.lev == 3) { + if(v_m_p) { + count ++; + }else { + throw new WebException(ErrorCode.GROUP_MGR_EXIST); + } + } + } + + if(v_m_p && count==0) { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + } + + + if((validate&V_GROUP_PLAY)!=0) { + int pid = reqData.getInt("pid"); + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + if (gpb==null) { + throw new WebException(ErrorCode.GROUP_PLAY_EXIST); + } + } + + + } + + + + } + + + +} diff --git a/game_web/web_group/src/main/java/com/group/controller/GroupController.java b/game_web/web_group/src/main/java/com/group/controller/GroupController.java new file mode 100644 index 0000000..ab16d8a --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/controller/GroupController.java @@ -0,0 +1,1537 @@ +package com.group.controller; + +import com.data.bean.AccountBean; +import com.data.bean.GroupMemberBean; +import com.data.cache.AccountCache; +import com.data.cache.GroupCache; +import com.data.cache.GroupMemberCache; +import com.data.util.ErrorCode; +import com.group.Protocol; +import com.group.WebInterceptor; +import com.group.service.GroupLogService; +import com.group.service.GroupRoomService; +import com.group.service.GroupService; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.StringUtil; +import com.taurus.web.Controller; +import com.taurus.web.WebException; +import redis.clients.jedis.Jedis; + + +public class GroupController extends Controller { + + /** + * 获取圈子列表 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GET_GROUPS, validate = WebInterceptor.V_SESSION) + public final void getGroups() throws Exception { + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + logger.info("jefe_test: "+acc.id); + ITArray list = GroupService.getGroups(acc.id); + ITObject resData = TObject.newInstance(); + resData.putTArray("groups", list); + sendResponse(0, resData); + } + + + /** + * 获取玩家列表 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GET_HP_TOTAL, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getHpTotal() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int tag = reqData.getInt("tagId"); + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + ITObject resData = GroupService.getPersonHpTotal(groupId, acc.id, tag); + sendResponse(0, resData); + } + + /** + * 获取所有玩法列表 + * @throws Exception + */ + public final void setAllPlays() throws Exception{ + + + + } + + /** + * 获取玩家列表 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GET_GROUP_MEMBERS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getMembers() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); +// boolean minus_only = reqData.getBoolean("minus_only"); +// int type = reqData.getInt("type"); + ITObject resData = GroupService.getMembers(groupId,acc.id,limit,num); + sendResponse(0, resData); + } + + @ActionKey(value = Protocol.GET_MY_MEMBERS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getMembers_1() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + int type = reqData.getInt("type"); //1-我的成员 2-全部成员 + int online = reqData.getInt("online"); + int tagId = 0; + try { + tagId = reqData.getInt("tagId"); + } + catch(Exception e) { + + } + + if (tagId == 0) + { + tagId = acc.id; + } + + //////////////////////////////////////////////////////// + ITObject resData = GroupService.getMembers_1(groupId,acc.id, tagId, 0,type,limit,num); + sendResponse(0, resData); + + //////////////////////////////////////////////////////// + } + + @ActionKey(value = Protocol.GET_MEMBERS_COUNT, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getMembersCount() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + + //////////////////////////////////////////////////////// + ITObject resData = GroupService.getMemberCount(groupId,acc.id); + sendResponse(0, resData); + + //////////////////////////////////////////////////////// + } + + /** + * 查询成员 + * @throws Exception + */ + @ActionKey(value = Protocol.FIND_MEMBER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void findMember() throws Exception{ + ITObject reqData = this.getParams(); + String session = this.getSession(); + int uid = 0; + int groupId = 0; + int tagId = 0; + int tagtype = 0; + String tagName = StringUtil.Empty; + try { + uid = AccountCache.getAccount(session).id; + groupId = reqData.getInt("id"); + tagId = reqData.containsKey("tagId") ? reqData.getInt("tagId") : 0; + tagName = reqData.containsKey("tagName") ? reqData.getUtfString("tagName") : StringUtil.Empty; + tagtype = reqData.containsKey("tagType") ? reqData.getInt("tagType") : 0; + } + catch(Exception e) { + sendResponse(0, null); + return; + } + if(tagtype==1){ + // + Integer parentid = GroupService.getParents(groupId,tagId); + logger.info("jefe parentid: "+parentid); + ITObject resData = GroupService.findMember(groupId,parentid,parentid,parentid.toString()); + sendResponse(0, resData); + }else{ + ITObject resData = GroupService.findMember(groupId,uid,tagId,tagName); + sendResponse(0, resData); + } + } + + /** + * 查询成员 + * @throws Exception + */ + /* + @ActionKey(value = Protocol.FIND_MEMBER1, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void findMember1() throws Exception{ + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + ITObject resData = GroupService.findMember1(groupId,tagId); + sendResponse(0, resData); + } + */ + + /** + * 获取合伙人 + * + * @throws Exception + */ + /* + @ActionKey(value = Protocol.GET_GROUP_PARTNERS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getPartners() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + int qid = reqData.getInt("qid"); + ITObject resData = GroupService.getPartners(groupId,acc.id,limit,num,qid); + sendResponse(0, resData); + } + */ + + /** + * 获取成员上级合伙人列表 + * + * @throws Exception + */ + /* 容易被黑客关注,获取到盟主ID + @ActionKey(value = Protocol.GET_MEMBER_PARENTS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getMemberParents() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + ITArray list = GroupService.getMemberParents(groupId, tagId); + ITObject resData = TObject.newInstance(); + resData.putTArray("parents", list); + sendResponse(0, resData); + } + */ + + + /** + * 获取邀请玩家列表 + * + * @throws Exception + */ + /* + @ActionKey(value = Protocol.GET_GROUP_JOINS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR) + public final void getGroupJoins() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + + ITArray array = GroupService.getGroupJoins(groupId); + ITObject resData = new TObject(); + resData.putTArray("joins", array); + sendResponse(ErrorCode._SUCC, resData); + }*/ + + /** + * 删除圈子 + * + * @throws Exception + */ + /* + @ActionKey(value = Protocol.DEL_GROUP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void delGroup() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + AccountBean acc = AccountCache.getAccount(session); + GroupService.delGroup(groupId,acc.id); + this.sendResponse(0, null); + } + */ + + /** + * 创建圈子 + * + * @throws Exception + */ + @ActionKey(value = Protocol.CREATE_GROUP, validate = WebInterceptor.V_SESSION) + public final void createGroup() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + String name = reqData.getString("name").trim(); + if(StringUtil.isEmpty(name)) { + throw new WebException(ErrorCode._FAILED); + } + name = StringUtil.filterEmoji(name); + if(StringUtil.isEmpty(name)) { + throw new WebException(ErrorCode._FAILED); + } + AccountBean acc = AccountCache.getAccount(session); + int type = reqData.getInt("type"); + int pay_type = reqData.getInt("pay_type"); + int num = 0; + if(reqData.containsKey("num")) { + num = reqData.getInt("num"); + } + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + String mng = jedis0.hget(acc.redis_key, "mng"); + if (StringUtil.isEmpty(mng) || !mng.equals("2")) + { + throw new WebException(ErrorCode._FAILED); + } + }finally { + jedis0.close(); + } + + ITObject info = GroupService.createGroup(name, acc.id, type,pay_type,num); + if(info!=null) { + ITObject resData = TObject.newInstance(); + resData.putTObject("info", info); + this.sendResponse(0, resData); + }else { + throw new WebException(ErrorCode._FAILED); + } + } + + /** + * 创建圈子 + * + * @throws Exception + */ + /* + @ActionKey(value = Protocol.STICK_GROUP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void topGroup() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + boolean top = reqData.getBoolean("top"); + AccountBean acc = AccountCache.getAccount(session); + int top_time =GroupService.topGroup(groupId, acc.id, top); + + ITObject resData = TObject.newInstance(); + resData.putInt("top_time", top_time); + this.sendResponse(0, resData); + } + */ + + /** + * 进入圈子 + * @throws Exception + */ + @ActionKey(value = Protocol.ENTER_GROUP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void enterGroup() throws Exception{ + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + AccountBean acc = AccountCache.getAccount(session); + ITObject tem = GroupService.enterGroup(groupId, acc.id); + if(tem == null) { + throw new WebException(ErrorCode._FAILED); + } +// ITObject resData = TObject.newInstance(); +// resData.putString("host", tem.getString("host")); +// ITArray arr = GroupService.getPlayList(groupId); +// resData.putTArray("playList", arr); + this.sendResponse(0, tem); + } + + /** + * 退出圈子 + * @throws Exception + */ + /* + @ActionKey(value = Protocol.EXIT_GROUP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void exitGroup() throws Exception{ + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + AccountBean acc = AccountCache.getAccount(session); + GroupService.exitGroup(groupId, acc.id); + this.sendResponse(0, null); + } + */ + + /** + * 创建圈子玩法 + * + * @throws Exception + */ + @ActionKey(value = Protocol.ADD_PLAY, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void addPlay() throws Exception { + ITObject reqData = this.getParams(); + + int groupId = reqData.getInt("id"); + int hpOnOff = reqData.getInt("hpOnOff"); + int groupType = reqData.getInt("gtype"); + if(hpOnOff == 0&&groupType == 2) { + throw new WebException(ErrorCode.GROUP_TYPE2_MUST_HP); + } + int gameId = reqData.getInt("gameId"); + ITObject config = reqData.getTObject("config"); + String name = reqData.getString("name"); + int deskId = reqData.containsKey("deskId") ? reqData.getInt("deskId") : 0; + ITObject hpData = reqData.getTObject("hpData"); + + ITObject obj = GroupService.addPlay(groupId, gameId, name, deskId, config, hpData,hpOnOff); + + this.sendResponse(0, obj); + + } + + /** + * 创建圈子玩法 + * + * @throws Exception + */ + @ActionKey(value = Protocol.UPDATE_PLAY, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR|WebInterceptor.V_GROUP_PLAY) + public final void updatePlay() throws Exception { + ITObject reqData = this.getParams(); + + int groupId = reqData.getInt("id"); + int groupType = reqData.getInt("gtype"); + int hpOnOff = reqData.getInt("hpOnOff"); + if(hpOnOff == 0&&groupType == 2) { + throw new WebException(ErrorCode.GROUP_TYPE2_MUST_HP); + } + int pid = reqData.getInt("pid"); + int gameId = reqData.getInt("gameId"); + ITObject config = reqData.getTObject("config"); + String name = reqData.getString("name"); + ITObject hpData = reqData.getTObject("hpData"); + int deskId = reqData.containsKey("deskId") ? reqData.getInt("deskId") : 0; + + GroupService.updatePlay(groupId,pid, gameId, name, deskId, config, hpData,hpOnOff); + int maxPlayers = config.getInt("maxPlayers"); + int maxRound = config.getInt("maxRound"); + + ITObject params = TObject.newInstance(); + params.putInt("maxPlayers", maxPlayers); + params.putInt("maxRound", maxRound); + + this.sendResponse(0, params); + } + + + /** + * 删除圈子玩法 + * + * @throws Exception + */ + @ActionKey(value = Protocol.DEL_PLAY, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER|WebInterceptor.V_GROUP_PLAY) + public final void delPlay() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int pid = reqData.getInt("pid"); + int result = GroupService.delPlay(groupId,pid); + this.sendResponse(result, null); + } + + /** + * 加入圈子 + * + * @throws Exception + */ + /* + @ActionKey(value = Protocol.JOIN_GROUP, validate = WebInterceptor.V_SESSION) + public final void applyGroup() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + AccountBean acc = AccountCache.getAccount(session); + int result = GroupService.applyGroup(reqData.getInt("id"), acc.id); + sendResponse(result, null); + } + */ + + /** + * 审核加入圈子 + * + * @throws Exception + */ + /* + @ActionKey(value = Protocol.VERIFY_JOIN_GROUP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR) + public final void verifyJoinGroup() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + AccountBean acc = AccountCache.getAccount(session); + int uid = acc.id; + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + if(acc.id == tagId) { + throw new WebException(ErrorCode._FAILED); + } + boolean allow = reqData.getBoolean("allow"); + int result =GroupService.verifyJoinGroup(groupId, uid, tagId, allow); + if(result!=0) { + throw new WebException(result); + } + this.sendResponse(0, null); + } + */ + + /** + * 添加成员 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_PLAYER_INFO, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void getPlayerInfo() throws Exception { + ITObject reqData = this.getParams(); + int tagId = reqData.getInt("tagId"); + AccountBean acc = AccountCache.getAccount(tagId); + if (acc == null) + { + sendResponse(ErrorCode._FAILED, null); + return; + } + + ITObject obj = TObject.newInstance(); + obj.putInt("uid", tagId); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + sendResponse(0, obj); + } + + /** + * 添加成员 + * @throws Exception + */ + @ActionKey(value = Protocol.INVITE_GROUP_MEMBER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void addMember() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + AccountBean acc = AccountCache.getAccount(session); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + if(acc.id == tagId) { + throw new WebException(ErrorCode._FAILED); + } + int result =GroupService.addMember(groupId, acc.id, tagId); + if(result!=0) { + throw new WebException(result); + } + this.sendResponse(0, null); + } + + /** + * 删除成员 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_KICK, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void delMember() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + AccountBean acc = AccountCache.getAccount(session); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + if(acc.id == tagId) { + throw new WebException(ErrorCode._FAILED); + } + + GroupService.delMember(groupId, acc.id, tagId); + + + + this.sendResponse(0, null); + } + + @ActionKey(value = Protocol.GET_KICK_LOG, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getKickLog() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + AccountBean acc = AccountCache.getAccount(session); + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + + ITArray arr = GroupService.getKickLog(groupId, acc.id, limit, num); + + ITObject rspData = new TObject(); + rspData.putTArray("data", arr); + + this.sendResponse(0, rspData); + + logger.info("getKickLog: "+rspData); + } + + + /** + * 禁止娱乐 + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_BAN_MEMBER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void banMember() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + int ban = reqData.getInt("ban"); + int optType = reqData.getInt("opType"); + AccountBean acc = AccountCache.getAccount(session); + GroupService.banMember(groupId,acc.id, tagId, optType, ban); + this.sendResponse(0, null); + } + + /** + * 禁止娱乐 + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_BLACK_MEMBER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void blackMember() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + int ban = reqData.getInt("ban"); + int ban_rate = reqData.getInt("ban_rate"); + int ban_value = reqData.getInt("ban_max_value"); + int optType = reqData.getInt("opType"); + AccountBean acc = AccountCache.getAccount(session); + GroupService.blackMember(groupId,acc.id, tagId, optType, ban, ban_rate, ban_value); + ITObject resData = TObject.newInstance(); + resData.putInt("ban", ban); + resData.putInt("playerid", acc.id); + resData.putInt("groupid", groupId); + resData.putInt("ban_rate", ban_rate); + resData.putInt("ban_max_value", ban_value); + resData.putInt("ban_value", 0); + this.sendResponse(0, resData); + } + + /** + * 禁止娱乐 + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_BLACK_MEMBER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void getBlackMember() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + String gm_key = GroupMemberCache.genKey(groupId, tagId); + ITObject resData = TObject.newInstance(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + String black_key = jedis10.hget(gm_key, "group_black_key"); + if (StringUtil.isEmpty(black_key)) + { + black_key = gm_key; + } + + String black = jedis10.hget(black_key, "black"); + String group_black = jedis10.hget(black_key, "group_black"); + + String black_rate = jedis10.hget(black_key, "group_black_rate"); + if (StringUtil.isEmpty(black_rate)) + { + black_rate = "0"; + } + + String black_max_value = jedis10.hget(black_key, "group_black_max_value"); + if (StringUtil.isEmpty(black_max_value)) + { + black_max_value = "0"; + } + + String black_value = jedis10.hget(black_key, "group_black_now_value"); + if (StringUtil.isEmpty(black_value)) + { + black_value = "0"; + } + + resData.putInt("ban_rate", Integer.parseInt(black_rate)); + resData.putInt("ban_max_value", Integer.parseInt(black_max_value)); + resData.putInt("ban_value", Integer.parseInt(black_value)); + + if (StringUtil.isNotEmpty(black)&&black.equals("0")) + { + resData.putInt("black", 0); + } + else if (StringUtil.isNotEmpty(black)&&black.equals("1")) + { + resData.putInt("black", 1); + } + else if (StringUtil.isNotEmpty(black)&&black.equals("2")) + { + resData.putInt("black", 2); + } + else { + resData.putInt("black", 0); + } + + if (StringUtil.isNotEmpty(group_black)&&group_black.equals("0")) + { + resData.putInt("group_black", 0); + } + else if (StringUtil.isNotEmpty(group_black)&&group_black.equals("1")) + { + resData.putInt("group_black", 1); + } + else if (StringUtil.isNotEmpty(group_black)&&group_black.equals("2")) + { + resData.putInt("group_black", 2); + } + else { + resData.putInt("group_black", 0); + } + } + finally { + jedis10.close(); + } + + + resData.putInt("playerid", tagId); + resData.putInt("groupid", groupId); + this.sendResponse(0, resData); + } + + /** + * 玩法禁止娱乐 + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_BAN_PLAY, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER|WebInterceptor.V_GROUP_PLAY) + public final void banPlay() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int pid = reqData.getInt("pid"); + int ban = reqData.getInt("ban"); + GroupService.banPlay(groupId, pid, ban); + this.sendResponse(0, null); + } + + /** + * 标识玩法 + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_MARK_PLAY, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER|WebInterceptor.V_GROUP_PLAY) + public final void markPlay() throws Exception { + ITObject reqData = this.getParams(); + + int groupId = reqData.getInt("id"); + int pid = reqData.getInt("pid"); + boolean mark = reqData.getBoolean("mark"); + int iMark = mark ? 1 : 0; + + int count = GroupService.getMarkedPlayCount(groupId); + if (iMark == 1) { + if (count >= 5) { + this.sendResponse(1, null); + return; + } + } + + logger.info("GROUP_MARK_PLAY count = " + count); + + GroupService.markPlay(groupId, pid, iMark); + + logger.info("GROUP_MARK_PLAY count ================> OK"); + + this.sendResponse(0, null); + } + + /** + * 更改圈子信息 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_UPDATE_INFO, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void updateGroupInfo() throws Exception { + ITObject reqData = this.getParams(); + String name = reqData.getString("name").trim(); + if(StringUtil.isEmpty(name)) { + throw new WebException(ErrorCode._FAILED); + } + name = StringUtil.filterEmoji(name); + if(StringUtil.isEmpty(name)) { + throw new WebException(ErrorCode._FAILED); + } + int groupId = reqData.getInt("id"); +// boolean ban = reqData.getBoolean("ban"); +// String notice = reqData.getString("notice"); +//// boolean ban_ip = reqData.getBoolean("ban_ip"); +//// boolean ban_gps = reqData.getBoolean("ban_gps"); +// int dissolve_opt = reqData.getInt("dissolve_opt"); +// int kick_opt = reqData.getInt("kick_opt"); +// int ban_apply = reqData.getInt("ban_apply"); + + GroupService.updateGroupInfo(groupId, name, reqData); + this.sendResponse(0, null); + } + + /** + * 更改圈子信息 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_SET_MEMBER_MGR, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void updateMgrLev() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + + + int tagId = reqData.getInt("tagId"); + AccountBean acc = AccountCache.getAccount(session); + if(acc.id == tagId) { + throw new WebException(ErrorCode._FAILED); + } + int groupId = reqData.getInt("id"); + // 1 设置管理员 2 取消管理员 + int opt = reqData.getInt("opt"); + ITObject resData = GroupService.updateMemberMgr(groupId, tagId, opt); + this.sendResponse(0, resData); + } + + /** + * 更改圈子信息 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_SET_PARTNER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void setParent() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + + + int tagId = reqData.getInt("tagId"); + AccountBean acc = AccountCache.getAccount(session); + if(acc.id == tagId) { + throw new WebException(ErrorCode._FAILED); + } + int groupId = reqData.getInt("id"); + // 1 设置管理员 2 取消管理员 +// int opt = reqData.getInt("opt"); + ITObject resData = GroupService.setParent(groupId, acc.id, tagId); + this.sendResponse(0, resData); + } + + /** + * 设置玩法奖励 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_SET_REWARD, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void setReward() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + + int tagId = reqData.getInt("tagId"); + AccountBean acc = AccountCache.getAccount(session); + if(acc.id == tagId) { + throw new WebException(ErrorCode._FAILED); + } + int groupId = reqData.getInt("id"); + int value = reqData.getInt("value"); + int pid = reqData.getInt("pid"); + int partnerLev = reqData.getInt("partnerLev"); + boolean all = reqData.getBoolean("all"); + int isSingle = 0; + try { + isSingle = reqData.getInt("single"); //0:all 1:单局 + } + catch (Exception e) + { + + } + int result = GroupService.setReward(groupId, acc.id, tagId,partnerLev, pid, value, all, isSingle); + this.sendResponse(result, null); + } + + /** + * 设置洗牌玩法奖励 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_SET_XIPAI_REWARD, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void setXiPaiReward() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + + int tagId = reqData.getInt("tagId"); + AccountBean acc = AccountCache.getAccount(session); + if(acc.id == tagId) { + throw new WebException(ErrorCode._FAILED); + } + int groupId = reqData.getInt("id"); + int value = reqData.getInt("value"); + int pid = reqData.getInt("pid"); + int partnerLev = reqData.getInt("partnerLev"); + boolean all = reqData.getBoolean("all"); + int isSingle = 0; + try { + isSingle = reqData.getInt("single"); //0:all 1:单局 + } + catch (Exception e) + { + + } + int result = GroupService.setXiPaiReward(groupId, acc.id, tagId,partnerLev, pid, value, all, isSingle); + this.sendResponse(result, null); + } + + + /** + * 设置按抽玩法奖励 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_SET_ANCHOU_REWARD, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void setAnChouReward() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + + int tagId = reqData.getInt("tagId"); + AccountBean acc = AccountCache.getAccount(session); + if(acc.id == tagId) { + throw new WebException(ErrorCode._FAILED); + } + int groupId = reqData.getInt("id"); + int value = reqData.getInt("value"); + int pid = reqData.getInt("pid"); + int partnerLev = reqData.getInt("partnerLev"); + boolean all = reqData.getBoolean("all"); + int isSingle = 0; + try { + isSingle = reqData.getInt("single"); //0:all 1:单局 + } + catch (Exception e) + { + + } + int result = GroupService.setAnChouReward(groupId, acc.id, tagId,partnerLev, pid, value, all, isSingle); + this.sendResponse(result, null); + } + + + /** + * 获取玩法奖励列表 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_ROBOTPLAYS, validate = WebInterceptor.V_SESSION) + public final void getpanterrobotplays() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int uid = reqData.getInt("uid"); + ITObject resData = TObject.newInstance(); + + GroupService.getRobotPlays(groupId,uid,resData); + + this.sendResponse(0, resData);; + } + + + @ActionKey(value = Protocol.GROUP_SET_ROBOTPLAYS, validate = WebInterceptor.V_SESSION) + public final void setPanterRobotPlayid() throws Exception{ + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("groupid"); + int pid = reqData.getInt("pid"); + int ban = Integer.parseInt(reqData.getString("ban")); + int uid = reqData.getInt("uid"); + + ITObject resData = TObject.newInstance(); + + GroupService.setPanterRobotPlayid(groupId,pid,ban,uid,resData); + + this.sendResponse(0, resData); + } + + + + /** + * 获取玩法列表 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_REWARDS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getRewards() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + + int tagId = reqData.getInt("tagId"); + AccountBean acc = AccountCache.getAccount(session); +// if(acc.id == tagId) { +// throw new WebException(ErrorCode._FAILED); +// } + + int groupId = reqData.getInt("id"); + int partnerLev = reqData.getInt("partnerLev"); + ITObject resData = TObject.newInstance(); + GroupService.getRewards(groupId, acc.id, tagId, partnerLev, resData); + + this.sendResponse(0, resData);; + } + + /** + * 更新我成员体力值 + * @throws Exception + */ + @ActionKey(value = Protocol.UPDATE_MEMBER_HP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER|WebInterceptor.V_GROUP_CHECK_ROOM) + public final void updateMemberHp() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int hp = 0; + try { + hp = reqData.getInt("hp"); + } + catch (Exception e) { + throw new WebException(ErrorCode._FAILED); + } + if (hp == 0) { + throw new WebException(ErrorCode._FAILED); + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + int tag = reqData.getInt("tag"); + AccountBean acc = AccountCache.getAccount(session); + try { + // 正在游戏不允许下分操作 + if (hp < 0) { + if (GroupRoomService.checkRoom(groupId, acc.id)) { + throw new WebException(ErrorCode.GROUP_DONOT_SUB_HP); + } + if (GroupRoomService.checkRoom(groupId, tag)) { + throw new WebException(ErrorCode.GROUP_DONOT_SUB_HP); + } + } + + String uidKey = GroupMemberCache.genKey(groupId, acc.id); + long uid_hp = Long.parseLong(jedis10.hget(uidKey, "hp")); + if (uid_hp > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + + String tagKey = GroupMemberCache.genKey(groupId, tag); + long tag_hp = Long.parseLong(jedis10.hget(tagKey, "hp")); + if (tag_hp > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_OTHER_HP_THAN_LIMIET); + } + + if (acc.id != tag) { + if (hp < 0) { + if ((long) uid_hp + (long) Math.abs(hp) > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + + if ((long) tag_hp < Math.abs(hp)) { + throw new WebException(ErrorCode.GROUP_LIMIT_NO_HP); + } + } else if (hp > 0) { + if ((long) uid_hp < hp) { + throw new WebException(ErrorCode.GROUP_LIMIT_NO_HP); + } + + if ((long) tag_hp + (long) Math.abs(hp) > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_OTHER_HP_THAN_LIMIET); + } + } + + GroupMemberBean mng_bean = GroupCache.getMember(groupId, acc.id); + if (mng_bean != null && mng_bean.lev == 1) { + GroupService.updateMemberHp(groupId, acc.id, acc.id, -hp, true, tag); + } + } else { + if (hp < 0) { + if ((long) uid_hp < Math.abs(hp)) { + throw new WebException(ErrorCode.GROUP_LIMIT_NO_HP); + } + } else if (hp > 0) { + if ((long) uid_hp + (long) Math.abs(hp) > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + } + } + } + catch(Exception e) + { + throw e; + } + finally { + jedis10.close(); + } + + ITObject resData = GroupService.updateMemberHp(groupId, acc.id, tag, hp, false, 0); + this.sendResponse(0, resData); + } + + /** + * 更新我成员体力值 + * @throws Exception + */ + @ActionKey(value = Protocol.UPDATE_MEMBER_SCORE, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER|WebInterceptor.V_GROUP_CHECK_ROOM) + public final void updateMemberScore() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int score = reqData.getInt("score"); + + int tag = reqData.getInt("tag"); + AccountBean acc = AccountCache.getAccount(session); + GroupService.updateMemberScore(groupId, acc.id, tag, score); + this.sendResponse(0, null); + } + + /** + * 更新我成员体力值 + * @throws Exception + */ + @ActionKey(value = Protocol.UPDATE_MEMBER_QUEUEID, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER|WebInterceptor.V_GROUP_CHECK_ROOM) + public final void updateMemberQueueid() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int queueid = reqData.getInt("queueid"); + + int tag = reqData.getInt("tag"); + AccountBean acc = AccountCache.getAccount(session); + GroupService.updateMemberQueue(groupId, acc.id, tag, queueid); + this.sendResponse(0, null); + } + + /** + * 更新我成员查看值 + * @throws Exception + */ + @ActionKey(value = Protocol.UPDATE_MEMBER_SEEID, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER|WebInterceptor.V_GROUP_CHECK_ROOM) + public final void updateMemberSeeid() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int seeid = reqData.getInt("seeid"); + + int tag = reqData.getInt("tag"); + AccountBean acc = AccountCache.getAccount(session); + GroupService.updateMemberSee(groupId, acc.id, tag, seeid); + this.sendResponse(0, null); + } + + + /** + * 获取能量包信息 + * @throws Exception + */ + @ActionKey(value = Protocol.TRADE_TAKE_INFO, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER_OR_MGR_OR_PARTNER) + public final void getTakeInfo() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int tagId = 0; + try { + tagId = reqData.getInt("tagId"); + } + catch(Exception e) { + + } + + AccountBean acc = AccountCache.getAccount(session); + if (tagId == 0) + { + tagId = acc.id; + } + ITObject resData = GroupService.getTakeInfo(groupId, acc.id, tagId); + this.sendResponse(0, resData); + } + + /** + * 提取体力值 + * @throws Exception + */ + @ActionKey(value = Protocol.TAKE_HP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_CHECK_ROOM|WebInterceptor.V_GROUP_OWNER_OR_MGR_OR_PARTNER) + public final void takeHp() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int hp = reqData.getInt("hp"); + AccountBean acc = AccountCache.getAccount(session); + int tagId = 0; + try { + tagId = reqData.getInt("tagId"); + } + catch(Exception e) { + + } + if (tagId == 0) + { + tagId = acc.id; + } + ITObject resData = GroupService.takeHp(groupId, acc.id, tagId, hp); + this.sendResponse(0, resData); + } + + /** + * 盟主强行提取体力值 + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_TAKE_HP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void groupTakeHp() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + AccountBean acc = AccountCache.getAccount(session); + GroupService.groupTakeHp(groupId, acc.id, tagId); + this.sendResponse(0, null); + } + + + + @ActionKey(value = Protocol.GET_BANK_HP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP/*|WebInterceptor.V_GROUP_PARTNER*/) + public final void getBankHp() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + AccountBean acc = AccountCache.getAccount(session); + int tagId = 0; + try { + tagId = reqData.getInt("tagId"); + } + catch(Exception e) { + + } + if (tagId == 0) + { + tagId = acc.id; + } + ITObject resData = GroupService.getBankInfo(groupId, acc.id, tagId); + this.sendResponse(0, resData); + } + + @ActionKey(value = Protocol.TAKE_BANK_HP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_CHECK_ROOM/*|WebInterceptor.V_GROUP_PARTNER*/) + public final void takeBankHp() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int hp = reqData.getInt("hp"); + AccountBean acc = AccountCache.getAccount(session); + int tagId = 0; + try { + tagId = reqData.getInt("tagId"); + } + catch(Exception e) { + + } + if (tagId == 0) + { + tagId = acc.id; + } + ITObject resData = GroupService.takeBankHp(groupId, acc.id, tagId, hp); + this.sendResponse(0, resData); + } + + @ActionKey(value = Protocol.SAVE_BANK_HP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_CHECK_ROOM/*|WebInterceptor.V_GROUP_PARTNER*/) + public final void saveBankHp() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int hp = reqData.getInt("hp"); + AccountBean acc = AccountCache.getAccount(session); + int tagId = 0; + try { + tagId = reqData.getInt("tagId"); + } + catch(Exception e) { + + } + if (tagId == 0) + { + tagId = acc.id; + } + ITObject resData = GroupService.saveBankHp(groupId, acc.id, tagId, hp); + this.sendResponse(0, resData); + } + + + /** + * 分配成员 + * @throws Exception + */ + /* + @ActionKey(value = Protocol.DISTRIBUTE_MEMBER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR) + public final void distributeMember() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int parId = reqData.getInt("parId"); + int tagId = reqData.getInt("tagId"); + GroupService.distributeMember(groupId, parId, tagId); + this.sendResponse(0, null); + } + */ + + /** + * 获取合伙人管理列表 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_PARTNER_INFOS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getPartnerInfos() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + + int limit = 0; + int num = 0; + + + int simpleAll = reqData.getInt("simple_all"); + if(simpleAll == 0) { + limit = reqData.getInt("limit"); + num = reqData.getInt("num"); + } + + boolean diff = false; + int tagId = 0; + try { + tagId = reqData.getInt("tagId"); + if (tagId > 0) + { + diff = true; + } + } + catch(Exception e) { + + } + + AccountBean acc = AccountCache.getAccount(session); + if (tagId == 0) + { + tagId = acc.id; + } + + ITObject resData = GroupService.getPartnerInfos(groupId, acc.id, tagId, limit, num,simpleAll, diff); + sendResponse(0, resData); + } + + /** + * 获取合伙人管理列表 + * @throws Exception + */ + @ActionKey(value = Protocol.QUERY_PARTNER_INFOS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void queryPartnerInfos() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + + + int qid = 0; + String tagName = StringUtil.Empty; + try { + qid = reqData.getInt("qid"); + tagName = reqData.getUtfString("tagName"); + } + catch (Exception e) { + sendResponse(0, null); + return; + } + + + AccountBean acc = AccountCache.getAccount(session); + ITObject resData = GroupService.queryPartnerInfos(groupId, acc.id, qid, tagName); + sendResponse(0, resData); + } + + + /** + * 获取合伙人管理列表 + * @throws Exception + */ + /* + @ActionKey(value = Protocol.GET_PARTNER_MEMBERS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getPartnerMemebers() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + int qid = reqData.getInt("qid"); + ITObject resData =GroupService.getPartnerMemebers(groupId, tagId, limit, num,qid); + sendResponse(0, resData); + } + */ + + /** + * 设置合伙人上下分开关 + * @throws Exception + */ + @ActionKey(value = Protocol.SET_MGR_PERMISSION, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void setMgrPermission() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + int permission = reqData.getInt("permission"); + GroupService.setMgrPermission(groupId,tagId, permission); + sendResponse(0, null); + } + + /** + * 获取禁止同桌列表 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_BAN_DESK_LIST, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR) + public final void getBanDeskList() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + int tagId = reqData.getInt("tagId"); + if(acc.id == tagId) { + throw new WebException(ErrorCode._FAILED); + } + int groupId = reqData.getInt("id"); + ITArray arr = GroupService.getBanDeskList(groupId,acc.id, tagId); + ITObject resData = TObject.newInstance(); + resData.putTArray("ban_list", arr); + sendResponse(0, resData); + } + + /** + * 设置禁止同桌 + * @throws Exception + */ + @ActionKey(value = Protocol.SET_BAN_DESK, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR) + public final void setBanDesk()throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + int tagId = reqData.getInt("tagId"); + if(acc.id == tagId) { + throw new WebException(ErrorCode._FAILED); + } + int groupId = reqData.getInt("id"); + ITArray ban_list = reqData.getTArray("ban_list"); + ITArray del_list = reqData.getTArray("del_list"); + + GroupService.setBanDesk(groupId, acc.id, tagId, ban_list,del_list); + sendResponse(0, null); + } + + /** + * 转移合伙人 + * @throws Exception + */ + @ActionKey(value = Protocol.MOVE_PARTNER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void movePartner()throws Exception { + ITObject reqData = this.getParams(); + int tagId = reqData.getInt("tagId"); + int parId = reqData.getInt("parId"); + int groupId = reqData.getInt("id"); + ITObject resData = GroupService.movePartner(groupId, parId, tagId); + sendResponse(0, resData); + } + + /** + * 获取邮件列表 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_MAIL_LIST, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void getMailList() throws Exception{ + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int uid = reqData.getInt("uid"); + AccountBean acc = AccountCache.getAccount(session); + if(acc.id != uid) { + throw new WebException(ErrorCode._FAILED); + } + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + ITArray arr = GroupService.getMailList(groupId, uid, limit, num); + ITObject resData = TObject.newInstance(); + resData.putTArray("mail_list", arr); + sendResponse(0, resData); + } + + /** + * 删除所有邮件 + * @throws Exception + */ + @ActionKey(value = Protocol.DEL_MAIL_ALL, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void delMailAll() throws Exception{ + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int uid = reqData.getInt("uid"); + AccountBean acc = AccountCache.getAccount(session); + if(acc.id != uid) { + throw new WebException(ErrorCode._FAILED); + } + GroupService.delMailAll(groupId, uid); + sendResponse(0, null); + } + + /** + * 设置阀值 + * */ + @ActionKey(value = Protocol.SET_AUTO_SCORE, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void setPartenerAutoScore() throws Exception{ + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("uid"); + int score = reqData.getInt("score"); + AccountBean acc = AccountCache.getAccount(session); + int result = GroupService.setPartenerAutoScore(groupId, acc.id, tagId, score); + if(result == 0) { + this.sendResponse(-1, null); + }else { + this.sendResponse(0, null); + } + } + + @ActionKey(value = Protocol.GET_XINGYUNHAO_INFO, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void getXingyunhaoInfo() throws Exception { + ITObject reqData = this.getParams(); + + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + int tt = reqData.getInt("tt"); + int beginTime = 0; + int endTime = 0; + if(tt == 0) { + beginTime = reqData.getInt("bt"); + endTime = reqData.getInt("et"); + } + + ITObject resData = GroupLogService.getXingYunHaoMember(groupId, limit, num, tt, beginTime, endTime); + sendResponse(0, resData); + } + + /** + * 获取所有玩法 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_PANTER_ALLPLAYS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void getPanterAllPlays() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int uid = reqData.getInt("uid"); + ITObject resData = TObject.newInstance(); + + GroupService.getAllPlays(groupId,uid,resData); + + this.sendResponse(0, resData);; + } + + /** + * 设置屏蔽玩法 + */ + @ActionKey(value = Protocol.SET_PANTER_BANPLAY, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void setPanterBanPlayid() throws Exception{ + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("groupid"); + int pid = reqData.getInt("pid"); + int ban = reqData.getInt("ban"); + int uid = reqData.getInt("uid"); + + ITObject resData = TObject.newInstance(); + + GroupService.setBanPlayid(groupId,pid,ban,uid,resData); + + this.sendResponse(0, resData); + } + +} \ No newline at end of file diff --git a/game_web/web_group/src/main/java/com/group/controller/GroupLogController.java b/game_web/web_group/src/main/java/com/group/controller/GroupLogController.java new file mode 100644 index 0000000..672a696 --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/controller/GroupLogController.java @@ -0,0 +1,652 @@ +package com.group.controller; + +import com.data.bean.AccountBean; +import com.data.bean.GroupMemberBean; +import com.data.cache.AccountCache; +import com.data.cache.GroupCache; +import com.data.util.ErrorCode; +import com.data.util.Utility; +import com.group.Protocol; +import com.group.WebInterceptor; +import com.group.service.GroupLogService; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.ActionKey; +import com.taurus.web.Controller; +import com.taurus.web.WebException; +import redis.clients.jedis.Jedis; + +import java.util.List; + +public class GroupLogController extends Controller{ + + /** + * 获取奖励日志 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_REWARD_LOG, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getRewardLog() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + // 数量 + int num = reqData.getInt("num"); + int beginTime = reqData.getInt("beginTime"); + int endTime = reqData.getInt("endTime"); + int tagId = reqData.getInt("tagId"); + AccountBean acc = AccountCache.getAccount(session); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, acc.id); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && acc.id != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(acc.id)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + finally { + jedis10.close(); + } + + ITObject resData = GroupLogService.getRewardLog(groupId, tagId, limit, num, beginTime, endTime); + sendResponse(0, resData); + } + + /** + * 获取奖励统计 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_REWARD_COUNT, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void getRewardLogCount() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int pid = reqData.getInt("pid"); + int beginTime = reqData.getInt("beginTime"); + int endTime = reqData.getInt("endTime"); + ITObject resData = GroupLogService.getRewardLogCount(groupId,pid, beginTime, endTime); + sendResponse(0, resData); + } + + + /** + * 获取体力值管理统计数据 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_HPLOG_MGR, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getHpLogMgr() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + AccountBean acc = AccountCache.getAccount(session); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + // 类型 type 1上分 2下分 3合伙人上分 4合伙人下分 + int type = reqData.getInt("type"); + int qid = reqData.getInt("qid"); + String tagName = reqData.getUtfString("tagName"); + ITObject resData = GroupLogService.getHpLogMgr(groupId, acc.id, limit, num, type, qid, tagName); + sendResponse(0, resData); + } + + /** + * 获取体力值管理统计数据 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_HPLOG_MGR_COUNT, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR) + public final void getHpLogMgrCount() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + ITObject resData = GroupLogService.getHpLogMgrCount(groupId); + sendResponse(0, resData); + } + + /** + * 获取体力值管理员详细信息 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_HPLOG_MGR_INFO, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getHpLogMgrInfo() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + int groupId = reqData.getInt("id"); + int beginTime = reqData.getInt("beginTime"); + int endTime = reqData.getInt("endTime"); + //1 管理员 2合伙人 + int type = reqData.getInt("type"); + + ITArray arr = GroupLogService.getHpLogMgrInfo(groupId,acc.id,beginTime,endTime,type); + ITObject resData = TObject.newInstance(); + resData.putTArray("infos", arr); + sendResponse(0, resData); + } + + /** + * 获取玩家体力值详细 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_HPLOG_INFO, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getHpLogInfo() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + int tagId = reqData.getInt("tagId"); + // 筛选 + int choose = reqData.getInt("choose"); + AccountBean acc = AccountCache.getAccount(session); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, acc.id); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && acc.id != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(acc.id)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + finally { + jedis10.close(); + } + + ITObject resData = GroupLogService.getHpLogInfo(groupId, tagId, limit, num, choose); + sendResponse(0, resData); + } + + /** + * 获取玩家体力值详细 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_HPLOG_DETAIL_INFO, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getHpLogDetailInfo() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int groupId = reqData.getInt("id"); + int tagId = reqData.getInt("tagId"); + String roomId = reqData.getUtfString("roomId"); + int time = reqData.getInt("time"); + AccountBean acc = AccountCache.getAccount(session); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, acc.id); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && acc.id != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(acc.id)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + finally { + jedis10.close(); + } + + ITObject resData = GroupLogService.getHpLogDetailInfo(groupId, tagId, roomId, time); + sendResponse(0, resData); + } + + + /** + * 获取抽水体力值详细 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_HPLOG_PUMP, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR) + public final void getHpLogPumpInfo() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + // 数量 + int num = reqData.getInt("num"); + int beginTime = reqData.getInt("beginTime"); + int endTime = reqData.getInt("endTime"); + + ITObject resData = GroupLogService.getHpLogPumpInfo(groupId, limit, num, beginTime, endTime); + sendResponse(0, resData); + } + + /** + * 获取玩法局数统计 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_MEMBER_RANK, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void getMemberRank() throws Exception { + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + + ITObject reqData = this.getParams(); + + int groupId = reqData.getInt("id"); + int pid = reqData.getInt("pid"); + int limit = reqData.getInt("limit"); + // 数量 + int num = reqData.getInt("num"); + int beginTime = reqData.getInt("beginTime"); + int endTime = reqData.getInt("endTime"); + + int type = 0; + if (reqData.containsKey("type")) + { + try { + type = reqData.getInt("type"); + } + catch (Exception e) + { + + } + } + ITObject resData = GroupLogService.getMemberRank(groupId, acc.id, pid, type, limit, num, beginTime, endTime); + sendResponse(0, resData); + } + + @ActionKey(value = Protocol.GROUP_GET_MEMBER_STAT, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getMemberStat() throws Exception { + + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int qid = reqData.getInt("qid"); + int partnerId = reqData.getInt("partner_id"); + int limit = reqData.getInt("limit"); + // 数量 + int num = reqData.getInt("num"); + + int tt = reqData.getInt("tt"); + int beginTime = 0; + int endTime = 0; + if(tt == 3) { + beginTime = reqData.getInt("bt"); + endTime = reqData.getInt("et"); + } + + ITObject resData = GroupLogService.getMemberStat(groupId,acc.id,qid,partnerId, limit, num, tt, beginTime, endTime); + sendResponse(0, resData); + } + + @ActionKey(value = Protocol.GROUP_GET_PARTNER_STAT, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getPartnerStat() throws Exception { + + ITObject reqData = this.getParams(); + + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + + int groupId = reqData.getInt("id"); + + int limit = reqData.getInt("limit"); + // 数量 + int num = reqData.getInt("num"); + + int tt = reqData.getInt("tt"); + int beginTime = 0; + int endTime = 0; + if(tt == 0) { + beginTime = reqData.getInt("bt"); + endTime = reqData.getInt("et"); + } + + ITObject resData = GroupLogService.getPartnerStat(groupId, acc.id,limit, num, tt, beginTime, endTime); + sendResponse(0, resData); + } + + @ActionKey(value = Protocol.GROUP_FIND_PARTNER_STAT, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void findPartnerStat() throws Exception { + + ITObject reqData = this.getParams(); + + String session = this.getSession(); + AccountBean acc = AccountCache.getAccount(session); + + int groupId = reqData.getInt("id"); + + int tagId = reqData.getInt("tagId"); + + int limit = reqData.getInt("limit"); + // 数量 + int num = reqData.getInt("num"); + + int tt = reqData.getInt("tt"); + int beginTime = 0; + int endTime = 0; + if(tt == 0) { + beginTime = reqData.getInt("bt"); + endTime = reqData.getInt("et"); + } + + ITObject resData = GroupLogService.findPartnerStat(groupId, acc.id, tagId, limit, num, tt, beginTime, endTime); + sendResponse(0, resData); + } + + @ActionKey(value = Protocol.GROUP_GET_PARTNER_STAT_MEMBER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getPartnerStatMember() throws Exception { + + ITObject reqData = this.getParams(); + + + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + int uid = reqData.getInt("uid"); + int rootUid = reqData.getInt("root_uid"); + int tt = reqData.getInt("tt"); + int beginTime = 0; + int endTime = 0; + if(tt == 0) { + beginTime = reqData.getInt("bt"); + endTime = reqData.getInt("et"); + } + + ITObject resData = GroupLogService.getPartnerStatMember(groupId, uid, rootUid, limit, num, tt, beginTime, endTime); + sendResponse(0, resData); + } + + @ActionKey(value = Protocol.GROUP_FIND_PARTNER_STAT_MEMBER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void findPartnerStatMember() throws Exception { + + ITObject reqData = this.getParams(); + + + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + int uid = reqData.getInt("uid"); + int rootUid = reqData.getInt("root_uid"); + int tagId = reqData.getInt("tagId"); + int tt = reqData.getInt("tt"); + int beginTime = 0; + int endTime = 0; + if(tt == 0) { + beginTime = reqData.getInt("bt"); + endTime = reqData.getInt("et"); + } + + ITObject resData = GroupLogService.findPartnerStatMember(groupId, uid, rootUid, tagId, limit, num, tt, beginTime, endTime); + sendResponse(0, resData); + } + + @ActionKey(value = Protocol.GROUP_GET_DIRECT_STAT_MEMBER, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getDirectStatMember() throws Exception { + + ITObject reqData = this.getParams(); + + + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + int uid = reqData.getInt("uid"); + int rootUid = reqData.getInt("root_uid"); + int tt = reqData.getInt("tt"); + int beginTime = 0; + int endTime = 0; + if(tt == 0) { + beginTime = reqData.getInt("bt"); + endTime = reqData.getInt("et"); + } + + ITObject resData = GroupLogService.getDirectStatMember(groupId, uid, rootUid, limit, num, tt, beginTime, endTime); + sendResponse(0, resData); + } + + + @ActionKey(value = Protocol.GROUP_GET_PARTNER_STAT_PLAY, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getPartnerStatPlay() throws Exception { + + ITObject reqData = this.getParams(); + + + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + int num = reqData.getInt("num"); + int uid = reqData.getInt("uid"); + int parent_id = reqData.getInt("parent_id"); + int tt = reqData.getInt("tt"); + int beginTime = 0; + int endTime = 0; + if(tt == 0) { + beginTime = reqData.getInt("bt"); + endTime = reqData.getInt("et"); + } + + ITObject resData = GroupLogService.getPartnerStatPlay(groupId, uid,parent_id,limit, num, tt, beginTime, endTime); + sendResponse(0, resData); + } + + + /** + * 获取消耗统计 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_COST_COUNT, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getCostCount() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + int uid = AccountCache.getAccount(session).id; + int groupId = reqData.getInt("id"); + int beginTime = 0; + int endTime = 0; + try { + beginTime = reqData.getInt("beginTime"); + endTime = reqData.getInt("endTime"); + } + catch (Exception e) + { + + } + ITObject resData = TObject.newInstance(); + resData.putTArray("cosume_logs", GroupLogService.getCostCount(groupId, uid, beginTime, endTime)); + sendResponse(0, resData); + } + + /** + * 获取消耗统计 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_ROUND_COUNT, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void getRoundCount() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int pid = reqData.getInt("pid"); + ITArray arr = GroupLogService.getRoundCount(groupId,pid); + ITObject resData = TObject.newInstance(); + resData.putTArray("rounds", arr); + sendResponse(0, resData); + } + + /** + * 获取消耗统计 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_HPCONSUME_COUNT, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void getHpConsumeCount() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int tag = reqData.getInt("tagId"); + ITArray arr = GroupLogService.getHpConsumeCount(groupId,tag); + ITObject resData = TObject.newInstance(); + resData.putTArray("list", arr); + sendResponse(0, resData); + } + + /** + * 获取战绩列表 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_RECORDS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void getRecords() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + + int uid = AccountCache.getAccount(session).id; + String platform = reqData.getString("platform"); + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + // 数量 + int num = reqData.getInt("num"); + int qid = reqData.getInt("qid"); + int includeMembers = reqData.containsKey("includeMembers") ? reqData.getInt("includeMembers") : 0; + int tt = -1; + int beginTime = 0; + int endTime = 0; + if(reqData.containsKey("tt")) { + tt = reqData.getInt("tt"); + if(tt == 0) { + beginTime = reqData.getInt("bt"); + endTime = reqData.getInt("et"); + } + } + ITObject resData =GroupLogService.getRecords(platform, groupId, limit, num,qid,uid,includeMembers,tt,beginTime,endTime); + sendResponse(0, resData); + } + + /** + * 获取战绩列表 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_GET_PERSON_RECORDS, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void getPersonRecords() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + + int uid = AccountCache.getAccount(session).id; + String platform = reqData.getString("platform"); + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + // 数量 + int num = reqData.getInt("num"); + int qid = reqData.getInt("qid"); + int tt = reqData.getInt("tt"); + int beginTime = 0; + int endTime = 0; + if(tt == 3) { + beginTime = reqData.getInt("bt"); + endTime = reqData.getInt("et"); + } + ITObject resData =GroupLogService.getPersonRecords(platform, groupId, tt, beginTime, endTime, limit, num, qid, uid); + sendResponse(0, resData); + } + + + /** + * 根据房间ID查询战绩 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_FIND_RECORD_ROOM, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR_OR_PARTNER) + public final void findRecordByRoom() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + + int uid = AccountCache.getAccount(session).id; + String platform = reqData.getString("platform"); + int groupId = reqData.getInt("id"); + String roomid = reqData.getString("roomid"); + ITArray data = GroupLogService.findRecordByRoom(platform, groupId, roomid,uid); + ITObject resData = TObject.newInstance(); + resData.putBoolean("is_rec", data!=null && data.size() != 0); + if(data != null) { + resData.putTArray("rec", data); + } + sendResponse(0, resData); + } + + /** + * 获取提取体力值详细 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_TAKE_LOG, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER_OR_MGR_OR_PARTNER) + public final void getHpLogTakeInfo() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + // 数量 + int num = reqData.getInt("num"); + int beginTime = reqData.getInt("beginTime"); + int endTime = reqData.getInt("endTime"); + AccountBean acc = AccountCache.getAccount(session); + int tagId = 0; + try { + tagId = reqData.getInt("tagId"); + } + catch(Exception e) { + + } + if (tagId == 0) + { + tagId = acc.id; + } + ITObject resData = GroupLogService.getHpLogTakeInfo(groupId, acc.id, tagId, limit, num, beginTime, endTime); + sendResponse(0, resData); + } + + /** + * 获取提取体力值详细 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_BANK_LOG, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP/*|WebInterceptor.V_GROUP_PARTNER*/) + public final void getHpLogTakeBankInfo() throws Exception { + ITObject reqData = this.getParams(); + String session = this.getSession(); + + int groupId = reqData.getInt("id"); + int limit = reqData.getInt("limit"); + // 数量 + int num = reqData.getInt("num"); + int beginTime = reqData.getInt("beginTime"); + int endTime = reqData.getInt("endTime"); + AccountBean acc = AccountCache.getAccount(session); + int tagId = 0; + try { + tagId = reqData.getInt("tagId"); + } + catch(Exception e) { + + } + if (tagId == 0) + { + tagId = acc.id; + } + ITObject resData = GroupLogService.getHpLogTakeBankInfo(groupId, acc.id, tagId, limit, num, beginTime, endTime); + sendResponse(0, resData); + } + + /** + * 获取体力值统计信息 + */ + @ActionKey(value = Protocol.GET_HP_COUNT_INFO, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_MGR) + public final void getHpCountInfo() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + ITObject resData =GroupLogService.getHpCountInfo(groupId); + sendResponse(0, resData); + } +} diff --git a/game_web/web_group/src/main/java/com/group/controller/GroupRoomController.java b/game_web/web_group/src/main/java/com/group/controller/GroupRoomController.java new file mode 100644 index 0000000..f5171f2 --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/controller/GroupRoomController.java @@ -0,0 +1,62 @@ +package com.group.controller; + +import com.group.Protocol; +import com.group.WebInterceptor; +import com.group.service.GroupRoomService; +import com.taurus.core.entity.ITObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.web.Controller; + +public class GroupRoomController extends Controller{ + + /** + * 获取玩家列表 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_MATCH_ROOM, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void matchRoom() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + int pid = reqData.getInt("pid"); + String platform = reqData.getString("platform"); + boolean is_null = reqData.containsKey("is_null")? reqData.getBoolean("is_null"):false; + + logger.info("matchRoom() ==> pid = "+pid); + + ITObject resData = GroupRoomService.matchRoom(groupId, pid, session,platform,is_null); + this.sendResponse(0, resData); + } + + /** + * 获取玩家列表 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_JOIN_ROOM, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP) + public final void joinRoom() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + String roomid = reqData.getString("room_id"); + String platform = reqData.getString("platform"); + + ITObject resData = GroupRoomService.joinRoom(groupId, roomid, session,platform); + this.sendResponse(0, resData); + } + + /** + * 获取玩家列表 + * + * @throws Exception + */ + @ActionKey(value = Protocol.GROUP_DEL_ROOM, validate = WebInterceptor.V_SESSION|WebInterceptor.V_GROUP|WebInterceptor.V_GROUP_OWNER) + public final void delRoom() throws Exception { + ITObject reqData = this.getParams(); + int groupId = reqData.getInt("id"); + String roomId = reqData.getString("roomId"); + ITObject obj = GroupRoomService.delRoom(groupId, roomId); + this.sendResponse(0, obj); + } +} diff --git a/game_web/web_group/src/main/java/com/group/job/UpdatePlayRoomJob.java b/game_web/web_group/src/main/java/com/group/job/UpdatePlayRoomJob.java new file mode 100644 index 0000000..293d1eb --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/job/UpdatePlayRoomJob.java @@ -0,0 +1,833 @@ +package com.group.job; + +import com.data.bean.*; +import com.data.cache.*; +import com.data.util.ErrorCode; +import com.group.service.GroupPublisherService; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.*; +import com.taurus.web.WebException; +import org.quartz.Job; +import org.quartz.JobExecutionContext; +import org.quartz.JobKey; +import redis.clients.jedis.Jedis; +import com.taurus.core.util.StringUtil; +import java.io.InputStream; +import java.net.URL; +import java.io.BufferedReader; +import java.io.IOException; +import java.io.InputStreamReader; +import java.io.UnsupportedEncodingException; +import java.util.*; + +public class UpdatePlayRoomJob implements Job{ + + private Logger logger = Logger.getLogger(UpdatePlayRoomJob.class); + + public static final String CHANNEL_NAME = "mgr_group"; + + private static final String CMD_DEL_ROOM="del_room"; + private static final String CMD_UPDATE_ROOM="update_room"; + + public UpdatePlayRoomJob() { + + } + + private void createPlayRoom(int groupId) + { + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = Redis.use("group1_db11").zrangeByScore(gp_key, 11, 11); + if (pids.size() == 0) { + return; + } + + GroupBean gb = GroupCache.getGroup(groupId); + if (gb == null) + { + return; + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + + for (String str : pids) { + int pid = Integer.parseInt(str); + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + if (gpb == null) + continue; + + if (gpb.robot_room <= 0) + continue; + + try { + Set rooms = null; + Jedis jedis = Redis.use("group1_db11").getJedis(); + try { + int min_value = pid * 10000; + int max_value = pid * 10000 + 9999; + String grooms_key = GroupCache.genRoomsKey(groupId); + rooms = jedis.zrevrangeByScore(grooms_key, max_value, min_value); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "fake", "status", "round", "id", "times", "players"); + + String fake_json = room_list.get(0); + if (fake_json == null) { + continue; + } + + String status = room_list.get(1); + if (StringUtil.isEmpty(status)) { + continue; + } + + String strRound = room_list.get(2); + if (StringUtil.isEmpty(strRound)) { + continue; + } + int round = Integer.parseInt(strRound); + + String roomId = room_list.get(3); + if (StringUtil.isEmpty(roomId)) { + continue; + } + + if (round == 0) { + roomUpdateEvent(room, groupId, roomId); + round++; + updateRound(room, groupId, roomId, round); + } + } + + if (rooms.size() >= gpb.robot_room || rooms.size() >= 20) + { + continue; + } + + String exist = Redis.use("group1_db1").get("robot_exist"); + if (StringUtil.isNotEmpty(exist)) + { + createGroupRoom(groupId, pid); + } + }finally { + jedis.close(); + } + } + catch (Exception e) + { + + } + } + } finally { + jedis10.close(); + } + } + + private void updateBlackSpecial(int groupId) + { + Map mapString = Redis.use("group1_db1").hgetAll("gods_special"); + if (mapString == null) + return; + + for (Map.Entry entry : mapString.entrySet()) { + String strPlayerId = entry.getKey(); + String strPlayerValue = entry.getValue(); + int playerId = Integer.parseInt(strPlayerId); + GroupMemberBean gmb = GroupCache.getMember(groupId, playerId); + if (gmb == null) + continue; + if (Redis.use("group1_db1").sismember("gods", strPlayerId) == false) + { + String gm_key = GroupMemberCache.genKey(groupId, playerId); + String black_key = Redis.use("group1_db10").hget(gm_key, "group_black_key"); + if (StringUtil.isEmpty(black_key)) + { + return; + } + String strblack = Redis.use("group1_db10").hget(black_key, "black"); + int black = 0; + if (StringUtil.isNotEmpty(strblack)) + { + try { + black = Integer.parseInt(strblack); + if (black == 0) + { + logger.info("sadd gods " + strPlayerId); + Redis.use("group1_db1").sadd("gods", strPlayerId); + String StrWhiteValue = Redis.use("group1_db1").hget("gods_value", strPlayerId); + if (StringUtil.isEmpty(StrWhiteValue)) + { + Redis.use("group1_db1").hset("gods_value", strPlayerId, strPlayerValue); + } + } + } + catch (NumberFormatException e) { + black = 0; + } + } + } + } + } + + private void updatePlayRoom(int groupId) { + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = Redis.use("group1_db11").zrangeByScore(gp_key, 11, 11); + if (pids.size() == 0) { + return; + } + + GroupBean gb = GroupCache.getGroup(groupId); + if (gb == null) + { + return; + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + + for (String str : pids) { + int pid = Integer.parseInt(str); + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + if (gpb == null) + continue; + + if (gpb.robot_room <= 0) + continue; + + try { + Set rooms = null; + Jedis jedis = Redis.use("group1_db11").getJedis(); + try { + int min_value = pid * 10000; + int max_value = pid * 10000 + 9999; + String grooms_key = GroupCache.genRoomsKey(groupId); + rooms = jedis.zrevrangeByScore(grooms_key, max_value, min_value); + long time = System.currentTimeMillis() / 1000; + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "fake", "status", "round", "id", "times", "players", "create_time", "fake_existTime"); + + String fake_json = room_list.get(0); + if (fake_json == null) + { + continue; + } + + String status = room_list.get(1); + if(StringUtil.isEmpty(status)) { + continue; + } + + String strRound = room_list.get(2); + if(StringUtil.isEmpty(strRound)) { + continue; + } + int round = Integer.parseInt(strRound); + + String roomId = room_list.get(3); + if(StringUtil.isEmpty(roomId)) { + continue; + } + + String maxStrRound = (room_list.get(4)); + if(StringUtil.isEmpty(maxStrRound)) { + continue; + } + + int maxRound = Integer.parseInt(maxStrRound); + if (round == 0) { + roomUpdateEvent(room, groupId, roomId); + round++; + updateRound(room, groupId, roomId, round); + continue; + } + + Long createTime = Long.parseLong(room_list.get(6)); + Long useTime = time - createTime; + + String str_fake_existTime = room_list.get(7); + int fake_existTime = 30; + if (!StringUtil.isEmpty(str_fake_existTime)) + { + fake_existTime = Integer.parseInt(str_fake_existTime); + } + + if (fake_existTime * round >= useTime) + { + continue; + } + + boolean exitGame = false; + ITArray players = TArray.newFromJsonData(room_list.get(5)); + if (round >= 1) + { + int fake_hp = (int)(Math.random() * 100000); + int rate = (int)(Math.random() * 100); + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (i % 2 == 0) + { + if (rate < 50) + { + Redis.use("group1_db10").hincrBy("fake_"+player_id, "fake_hp", fake_hp); + } + else { + Redis.use("group1_db10").hincrBy("fake_"+player_id, "fake_hp", -fake_hp); + } + } + else { + if (rate < 50) + { + Redis.use("group1_db10").hincrBy("fake_"+player_id, "fake_hp", -fake_hp); + } + else { + Redis.use("group1_db10").hincrBy("fake_"+player_id, "fake_hp", fake_hp); + } + } + String fakeHp = Redis.use("group1_db10").hget("fake_"+player_id, "fake_hp"); + if (!StringUtil.isEmpty(fakeHp)) + { + long curFakeHp = Long.parseLong(fakeHp); + if (curFakeHp <= 1000) + { + curFakeHp = (long)(Math.random() * 10000000); + Redis.use("group1_db10").hset("fake_"+player_id, "fake_hp", Long.toString(curFakeHp)); + exitGame = true; + break; + } + } + } + } + + round++; + + if (round > maxRound || exitGame) + { + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + Redis.use("group1_db1").srem("used_robot", Integer.toString(player_id)); + Redis.use("group1_db1").sadd("free_robot", Integer.toString(player_id)); + } + GroupPublisherService.delRoomEvt(groupId, roomId); + jedis.zrem(grooms_key, room); + Redis.use().hset(room, "status", 3 + ""); + Redis.use().hincrBy(room, "cache_ver", 1); + Redis.use().expire(room, 20); + logger.error("del robot room:" + roomId + " player:"+room_list.get(5) + " fake_json:" + fake_json); + continue; + } + updateRound(room, groupId, roomId, round); + } + }finally { + jedis.close(); + } + } + catch (Exception e) + { + + } + } + } finally { + jedis10.close(); + } + } + + /**解散时间*/ + private static final String[] DISMISS_TIME = {"30","60","90","180"}; + /**踢出时间*/ + private static final String[] KICK_TIME = {"30","60","120","180"}; + + private String createGroupRoom(int groupId, int pid) throws Exception { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + if (gpb==null) { + throw new WebException(ErrorCode.GROUP_PLAY_EXIST); + } + + int gameId = gpb.gameId; + GameBean gb = GameCache.getGame(gameId); + + String grooms_key = GroupCache.genRoomsKey(groupId); + GroupBean group = GroupCache.getGroup(groupId); + ITObject configData = TObject.newFromJsonData(gpb.config); + int maxPlayers = gpb.maxPlayers; + + int opt = configData.getInt("opt"); + String owner_session = AccountCache.genKey(group.owner); + + int dissolve_opt = group.dissolve_opt; + int kick_opt = group.kick_opt; + + String newRoomId = Redis.use("group1_db1").rpop("free_room"); + Redis.use("group1_db1").lpush("free_room", newRoomId); + String room_key = "room:" + newRoomId; + + long time = System.currentTimeMillis() / 1000; + Map roomMap = new HashMap(); + /** + * 玩家列表Seat映射 + */ + + roomMap.put("id", newRoomId); + roomMap.put("owner", owner_session); + roomMap.put("AA", "0"); + roomMap.put("agent", "1"); + roomMap.put("group", groupId+""); + roomMap.put("gpid", pid+""); + roomMap.put("payer", group.owner+""); + roomMap.put("maxPlayers", maxPlayers + ""); + roomMap.put("times", gb.opt.get(opt)+""); + roomMap.put("opt", opt + ""); + roomMap.put("status", "0"); + roomMap.put("fake", "1"); + int fake_existTime = (int)((Math.random() + 0.5) * 40); + roomMap.put("fake_existTime", fake_existTime + ""); + + roomMap.put("hpOnOff", gpb.hpOnOff+""); + roomMap.put("rewardType", gpb.rewardType+""); + roomMap.put("rewardValueType", gpb.rewardValueType+""); + roomMap.put("xipai_rewardType", gpb.xipai_rewardType+""); + roomMap.put("xipai_rewardValueType", gpb.xipai_rewardValueType+""); + roomMap.put("dismiss_time", DISMISS_TIME[dissolve_opt-1]); + roomMap.put("kick_time", KICK_TIME[kick_opt-1]); + roomMap.put("hp_times",gpb.hp_times+""); + if(gpb.hpOnOff == 1) { + ITObject hpObj = TObject.newFromJsonData(gpb.hpConfig); + if (hpObj.getInt("limitInRoom") != null) { + roomMap.put("limitInRoom", hpObj.getInt("limitInRoom") + ""); + } + configData.putTObject("hpData", hpObj); + } + + configData.del("opt"); + configData.del("AA"); + roomMap.put("options", configData.toJson()); + roomMap.put("game", gameId + ""); + roomMap.put("open", "1"); + roomMap.put("round", "0"); + roomMap.put("create_time", time + ""); + roomMap.put("cache_ver", "1"); + + String exist = Redis.use("group1_db1").get("robot_exist"); + if (StringUtil.isNotEmpty(exist)) + { + jedis0.hmset(room_key, roomMap); + + /** + * pid open status 剩余空位 + * 11 1 1 00 + */ + Redis.use("group1_db11").zadd(grooms_key, pid*10000+1101, room_key); + GroupPublisherService.addRoomEvt(groupId, newRoomId); + updateRedisMap(groupId, newRoomId, room_key, roomMap, maxPlayers); + return room_key; + } + return null; + } finally { + jedis0.close(); + } + } + + /** + * 更新redis回合 + */ + private void updateRound(String roomKey, int groupId,String roomid, int round) { + Redis.use().hset(roomKey, "round", Integer.toString(round)); + roomUpdateEvent(roomKey, groupId, roomid); + } + + /** + * list to TArray + * @param list + * @return + */ + public static final ITArray toTArray(List list) { + ITArray result = new TArray(); + for (Integer card : list) { + result.addInt(card); + } + return result; + } + + + /** + * 更新房间redis数据 + */ + public void updateRedisMap(int groupId, String roomId, String roomKey, Map redis_room_map, int maxPlayers) { + Map playerMapBySeat = new HashMap(); + for(int i = 1; i <= maxPlayers; i++) + { + playerMapBySeat.put(i, getRobot(maxPlayers)); + } + + Iterator> it = playerMapBySeat.entrySet().iterator(); + List seat_list = new ArrayList<>(); + List player_list = new ArrayList<>(); + while (it.hasNext()) { + Map.Entry entry = (Map.Entry) it.next(); + seat_list.add(entry.getKey()); + player_list.add(entry.getValue()); + } + redis_room_map.put("players", toTArray(player_list).toJson()); + redis_room_map.put("seats", toTArray(seat_list).toJson()); + Redis.use().hmset(roomKey, redis_room_map); + updateRound(roomKey, groupId, roomId, 0); + } + + /** + * 玩家加入房间刷新总服圈子缓存 + */ + public void roomUpdateEvent(String roomKey, int groupId,String roomid) { + Redis.use("group1_db0").hincrBy(roomKey, "cache_ver", 1); + updateRoomEvt(groupId, roomid); + } + + + /** + * 更新房间事件 + * @param groupId + * @param roomid + */ + public static void updateRoomEvt(int groupId,String roomid) { + if(groupId == 0)return; + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putUtfString("roomid", roomid); + data.putUtfString("cmd", CMD_UPDATE_ROOM); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + @Override + public void execute(JobExecutionContext context) { + + JobKey jobKey = context.getJobDetail().getKey(); + if(jobKey.getName().equals("update_play_room") ) { + //logger.info("执行成功" + jobKey.getName()); + Set robotGroup = Redis.use("group1_db1").smembers("robot_group"); + for(String strGroupId:robotGroup){ + updatePlayRoom(Integer.parseInt(strGroupId)); + updateBlackSpecial(Integer.parseInt(strGroupId)); + } + } + else if(jobKey.getName().equals("create_play_room") ) { + //logger.info("执行成功" + jobKey.getName()); + Set robotGroup = Redis.use("group1_db1").smembers("robot_group"); + for(String strGroupId:robotGroup){ + createPlayRoom(Integer.parseInt(strGroupId)); + } + } + } + + public int getRobot(int maxPlayers) + { + long freeRobotNum = Redis.use("group1_db1").scard("free_robot"); + if (freeRobotNum < maxPlayers) + { + long useRobotNum = Redis.use("group1_db1").scard("used_robot"); + if (useRobotNum >= 100) + { + logger.warn("robot not enough, cur used robot " + useRobotNum); + } + try { + createRobot(); + freeRobotNum = Redis.use("group1_db1").scard("free_robot"); + if (freeRobotNum < maxPlayers) + { + logger.error("create robot failed............"); + return 0; + } + + } + catch (Exception e) + { + logger.error(e); + } + } + + try { + while(freeRobotNum > 0) + { + String strRobotId = Redis.use("group1_db1").spop("free_robot"); + freeRobotNum = Redis.use("group1_db1").scard("free_robot"); + if (StringUtil.isEmpty(strRobotId)) + { + createRobot(); + continue; + } + else { + AccountBean acc_bean = AccountCache.getAccount(Integer.parseInt(strRobotId)); + if (acc_bean != null) + { + URL url = null; + try { + url = new URL(acc_bean.portrait); + InputStream in = url.openStream(); + String jsonStr = inputStreamToString(in); + String md5 = MD5.getInstance().getHash(jsonStr); + if (md5.equals("787d66f3fdfa8df70795629c62a3a850") || md5.equals("f1fce77813a0fc9660c76d523813bb59") || md5.equals("d629ac346299c2640dfb6e8fd4232646") || md5.equals("1e76068afc60d7dcff851936b3c2b24b") ) + { + //logger.info("will use robot:" + strRobotId + " head:" + acc_bean.portrait + " md5:" + md5); + url = null; + } + //logger.info("will use robot:" + strRobotId + " head:" + acc_bean.portrait + " md5:" + md5); + } catch (Exception e1) { + url = null; + } + if (url == null) + { + logger.error("robot head error, this robot:"+ strRobotId + " will not use"); + continue; + } + } + else { + continue; + } + } + + Redis.use("group1_db1").sadd("used_robot", strRobotId); + int robotId = Integer.parseInt(strRobotId); + String fakeHp = Redis.use("group1_db10").hget("fake_"+strRobotId, "fake_hp"); + if (StringUtil.isEmpty(fakeHp)) + { + int fake_hp = (int)(Math.random() * 10000000); + Redis.use("group1_db10").hset("fake_"+strRobotId, "fake_hp", Integer.toString(fake_hp)); + } + return robotId; + } + } + catch (Exception e) + { + logger.error(e); + } + return 0; + } + + /** + * 登录 + * @throws Exception + */ + public final void createRobot() throws Exception { + int num = 100; + int mng = 9999; + + String listSql = "select * from old_account"; + ITArray resultArray = DataBase.use().executeQueryByTArray(listSql); + ArrayList nameList = new ArrayList<>(); + ArrayList headList = new ArrayList<>(); + for(int i = 0; i < resultArray.size(); i++) + { + ITObject userData = resultArray.getTObject(i); + String nick = userData.getUtfString("nick"); + nameList.add(nick); + String head = userData.getUtfString("portrait"); + headList.add(head); + } + + Math.random(); + Collections.shuffle(nameList); + Collections.shuffle(headList); + + for(int i = 0; i < num; i++) + { + String sql = ""; + int accountid = create_register(mng, "xx123456xx", nameList, headList); + AccountBean acc_bean = AccountCache.getAccount(accountid); + if (acc_bean == null) + { + sql = String.format("SELECT * FROM account WHERE id ='%d'", + accountid); + + ITArray resultArray2 = DataBase.use().executeQueryByTArray(sql); + if(resultArray2.size() ==0) { + throw new WebException(ErrorCode._FAILED); + } + + ITObject userData = resultArray2.getTObject(0); + UpdateUserData(userData, accountid); + + acc_bean = AccountCache.getAccount(accountid); + } + + Redis.use("group1_db1").sadd("free_robot", Integer.toString(acc_bean.id)); + int fake_hp = (int)(Math.random() * 10000000); + Redis.use("group1_db10").hset("fake_"+acc_bean.id, "fake_hp", Integer.toString(fake_hp)); + } + } + + /** + * + * @return + * @throws Exception + */ + private final int UpdateUserData(ITObject reqData,long id) throws Exception { + ITObject userData = TObject.newInstance(); + userData.putInt("id", (int)id); + + userData.putUtfString("acc", reqData.getUtfString("acc")); + userData.putUtfString("portrait", reqData.getUtfString("portrait")); + userData.putUtfString("nick", reqData.getUtfString("nick")); + int sex = reqData.getInt("sex"); + if(sex == 0) { + sex = 1; + reqData.putInt("sex", sex); + } + userData.putInt("sex", sex); + + userData.putInt("mng", 0); + userData.putInt("type", 0); + if(reqData.containsKey("diamo")) { + userData.putInt("diamo", reqData.getInt("diamo")); + } + + userData.putInt("invitation", 1); + updateSession(userData, (int) id); + return (int)id; + } + + + private static String updateSession(ITObject userData, int id) { + String session = AccountCache.genKey(id); + Map map = new HashMap(); + Utils.objectToMap(userData, map); + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + jedis0.hmset(session, map); + BaseCache.updateCacheVer(jedis0, session); + }finally { + jedis0.close(); + } + + return session; + } + + + /** + * + * @description: 将输入流转换成字符串 + * @author: Jeff + * @date: 2019年12月15日 + * @param inputStream 输入流 + * @return + */ + private static String inputStreamToString(InputStream inputStream) { + StringBuffer buffer = new StringBuffer(); + InputStreamReader inputStreamReader; + try { + inputStreamReader = new InputStreamReader(inputStream, "utf-8"); + BufferedReader bufferedReader = new BufferedReader(inputStreamReader); + String str = null; + while ((str = bufferedReader.readLine()) != null) { + buffer.append(str); + } + // 释放资源 + bufferedReader.close(); + inputStreamReader.close(); + inputStream.close(); + } catch (UnsupportedEncodingException e) { + e.printStackTrace(); + } catch (IOException e) { + e.printStackTrace(); + } + return buffer.toString(); + } + + private final int create_register(int mng, String password, ArrayList nickList, ArrayList headList) throws Exception { + int count = 0; + long id = 0; + ArrayList list = new ArrayList<>(); + for(int i = 0; i < 10; i++) + { + String strId = Redis.use("group1_db1").rpop("free_account"); + if (StringUtil.isEmpty(strId)) + { + break; + } + list.add(strId); + } + //logger.info("free_account:"+list.toString()); + + Collections.shuffle(list); + + do { + id = Long.parseLong(list.remove(0)); + String sql = "SELECT id FROM account WHERE id =" + id; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql); + if (resultArray.size() == 0) + { + break; + } + }while(count++ <= 10); + + for(int i = 0; i < list.size(); i++) + { + Redis.use("group1_db1").lpush("free_account", list.get(i)); + } + + if (id == 0) + { + throw new WebException(ErrorCode._FAILED); + } + + ITObject userData = TObject.newInstance(); + userData.putInt("id", (int)id); + + userData.putUtfString("acc", "" + id); + userData.putUtfString("portrait", ""); + while (headList.size() > 0) + { + String head = null; + try { + head = headList.remove(0); + URL url = new URL(head); + InputStream in = url.openStream(); + String jsonStr = inputStreamToString(in); + String md5 = MD5.getInstance().getHash(jsonStr); + logger.info("robot:" + id + " head:" + head + " md5:" + md5); + if (md5.equals("787d66f3fdfa8df70795629c62a3a850") || md5.equals("f1fce77813a0fc9660c76d523813bb59") || md5.equals("d629ac346299c2640dfb6e8fd4232646") || md5.equals("1e76068afc60d7dcff851936b3c2b24b") ) + { + head = null; + } + } catch (Exception e1) { + head = null; + } + if (head != null) + { + userData.putUtfString("portrait", head); //头像 + break; + } + } + + String nick = ""; + if (nickList.size() > 0) + { + nick = nickList.remove(0); + } + nick = nick.replaceAll("[^a-zA-Z0-9\\u4e00-\\u9fa5]", " "); + userData.putUtfString("nick", nick); + int sex = 1; + if(sex == 0) { + sex = 1; + } + userData.putInt("sex", sex); + userData.putInt("diamo", 0); + userData.putInt("mng", 0); + userData.putInt("regTime", mng); + userData.putInt("type", 0); + userData.putUtfString("password", Utils.getMD5Hash(password)); + long reg_time = System.currentTimeMillis() / 1000; + userData.putLong("reg_time", reg_time); + logger.info("create robot account:"+userData.toJson()+" password:" + password); + int result = DataBase.use().insert("account", userData); + if (result == -1) { + throw new WebException(ErrorCode._FAILED); + } + userData.putInt("invitation", 1); + String session = updateSession(userData, (int) id); + return (int)id; + } +} diff --git a/game_web/web_group/src/main/java/com/group/service/GroupLogService.java b/game_web/web_group/src/main/java/com/group/service/GroupLogService.java new file mode 100644 index 0000000..c9aad67 --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/service/GroupLogService.java @@ -0,0 +1,2170 @@ +package com.group.service; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.data.bean.AccountBean; +import com.data.bean.GroupMemberBean; +import com.data.cache.AccountCache; +import com.data.cache.GroupCache; +import com.data.cache.GroupMemberCache; +import com.data.util.ConsumeCode; +import com.data.util.ErrorCode; +import com.data.util.Utility; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.DateUtils; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.web.WebException; + +import redis.clients.jedis.Jedis; + + +public class GroupLogService { + + private static final Logger log = Logger.getLogger(GroupLogService.class); + //体力值变化 + private static final int CHOOSE_CHAGE = 1; + //操作上分 + private static final int CHOOSE_UPPER = 2; + //操作下分 + private static final int CHOOSE_SUB = 4; + //抽水 + private static final int CHOOSE_PUMP = 8; + //奖励 + private static final int CHOOSE_RWARD = 16; + //转账 + private static final int CHOOSE_TRADE = 32; + //提取 + private static final int CHOOSE_TAKE_REWARD = 64; + //洗牌 + private static final int CHOOSE_XIPAI = 128; + + //暗抽 + private static final int CHOOSE_ANCHOU = 256; + + /** + * 上下分记录类型 + */ + private static final int[] MGRLOG_TYPE = {ConsumeCode.HP_MGR_UPPER,ConsumeCode.HP_MGR_SUB,ConsumeCode.HP_PARTNER_UPPER,ConsumeCode.HP_PARTNER_SUB}; + /** + * 获取成员排行 + * @param groupId + * @param pid + * @param limit + * @param num + * @param beginTime + * @param endTime + * @return + * @throws Exception + */ + public static final ITObject getMemberRank(int groupId, int uid, int pid, int type, int limit,int num,int beginTime,int endTime) throws Exception{ + ITObject obj1 = TObject.newInstance(); + GroupMemberBean mng_bean = GroupCache.getMember(groupId, uid); + if (mng_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + int mgn_partner = mng_bean.partnerLev; + int mgn_lev = mng_bean.lev; + + String strGodsList = null; + Set godsList = Redis.use("group1_db1").smembers("gods"); + boolean findok = false; + if(!godsList.isEmpty()) { + for (String mem : godsList) { + if (strGodsList == null) { + strGodsList = mem; + } else { + strGodsList += "," + mem; + } + } + strGodsList = "("+strGodsList+")"; + findok = true; + } + + //log.info("getMemberRank strGodsList:"+strGodsList+" mgn_partner:"+mgn_partner + " mgn_lev:"+mgn_lev); + + + //if (mgn_lev == 1 && mgn_partner == 0) { + String sql = String.format("SELECT uid,SUM(win) AS win,SUM(round) as round,SUM(score) as score FROM group_member_log WHERE groupId = %s ",groupId); + if(pid > 0) { + sql = sql + " AND pid =" + pid; + } + if (findok){ + sql = sql+ " AND uid not in "+strGodsList; + } + if (type == 0) + { + sql = sql + String.format(" AND time >=%s AND time <%s GROUP BY uid ORDER BY round DESC limit %s,%s",beginTime,endTime,limit,num); + } + else if (type == 1) + { + sql = sql + String.format(" AND time >=%s AND time <%s GROUP BY uid ORDER BY score DESC limit %s,%s",beginTime,endTime,limit,num); + } + + //log.info("getMemberRank sql:"+sql); + ITArray arr =DataBase.use().executeQueryByTArray(sql); + for(int i=0;i 0 and time >=%s AND time <%s ", groupId, beginTime, endTime); + if (findok){ + sql2 = sql2+ " and uid not in "+strGodsList; + } + //log.info("getMemberRank sql2:"+sql2); + int allActiveNum = 0; + ITArray arr2 =DataBase.use().executeQueryByTArray(sql2); + if(arr2.size()>0) { + ITObject obj = arr2.getTObject(0); + allActiveNum = obj.getLong("num").intValue(); + } + obj1.putInt("allActiveNum", allActiveNum); + //} + + obj1.putInt("limit", limit); + return obj1; + } + + /** + * 获取战绩列表 + * @param platform + * @param groupId + * @param limit + * @param num + * @return + */ + public static ITObject getPersonRecords(String platform,int groupId,int timeType,int beginTime,int endTime,int limit,int num,int qid,int uid) throws Exception{ + String qid_sql = StringUtil.Empty; + qid_sql = "and uid="+qid; + + ITArray militaryList = TArray.newInstance(); + + ITObject obj1 = TObject.newInstance(); + if(timeType == 0) { + + beginTime = DateUtils.getBeginDay() ; + endTime = DateUtils.getBeginDay() + 3600 * 24; + }else if(timeType == 1) { + + beginTime = DateUtils.getBeginDay() - 3600 * 24 ; + endTime = DateUtils.getBeginDay(); + } + else if(timeType == 2) { + + beginTime = DateUtils.getBeginDay() - 3600 * 48 ; + endTime = DateUtils.getBeginDay() - 3600 * 24; + } + + int total = 0; + int consume = 0; + + String where = String.format("gid=%s and time>=%s and time<=%s",groupId,beginTime,endTime); + if(limit==0) { + + String count_sql = String.format("SELECT count(*) AS total FROM room_rec_log where %s %s",where,qid_sql); + ITArray arr =DataBase.use().executeQueryByTArray(count_sql); + if(arr.size()>0) { + ITObject obj = arr.getTObject(0); + total = obj.getLong("total").intValue(); + } + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + + String key = String.format("g%s:m%s:consume_hp", groupId,uid); + if(timeType >= 0 && timeType <=2) { + + String hp_key = String.format("%s:d%s",key,beginTime); + String r_str = jedis9.get(hp_key); + int r_num = 0; + if(StringUtil.isNotEmpty(r_str)) { + r_num = Integer.parseInt(r_str); + } + consume = r_num; + } + else{ + int timeBegin = beginTime; + while(timeBegin <= endTime) { + + String hp_key = String.format("%s:d%s",key,timeBegin); + String r_str = jedis9.get(hp_key); + int r_num = 0; + if(StringUtil.isNotEmpty(r_str)) { + r_num = Integer.parseInt(r_str); + } + consume += r_num; + timeBegin += 86400; + } + } + + getMemberData(jedis9,uid,obj1,groupId, 0,beginTime,endTime,false,false); + }finally { + jedis9.close(); + } + } + + String sql = String.format("select rec_key from room_rec_log where %s %s GROUP BY roomid ORDER BY time desc limit %s,%s", + where,qid_sql,limit,num); + ITArray list = DataBase.use().executeQueryByTArray(sql); + + if(list.size()>0) { + Jedis jedis5 = Redis.use("group1_db5").getJedis(); + try { + for(int i=0;i pids = Redis.use("group1_db11").zrangeByScore(gp_key, 10, 11); + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + ITArray arr = TArray.newInstance(); + try { + for(String pid:pids) { + + ITObject objp = TObject.newInstance(); + + objp.putInt("pid", Integer.parseInt(pid)); + + if(timeType == 0) { + + String key = String.format("g{%s}:m%s:valid_round:p%s", groupId,uid,pid); + int round = _getCountValue(jedis9,key,beginTime,endTime); + objp.putInt("round", round); + + key = String.format("g%s:hp_cost:m%s:p%s",groupId,uid,pid); + int pump = _getCountValue(jedis9,key,beginTime,endTime); + objp.putInt("pump", pump); + + key = String.format("g{%s}:m%s:p%s:reward_log", groupId,uid,pid); + int award = _getCountValue(jedis9,key,beginTime,endTime); + objp.putInt("award", award); + } + else if(timeType == 1) { + + String curMonth = ":m" + DateUtils.getBeginMonth(); + + String key = String.format("g{%s}:m%s:valid_round:p%s%s", groupId,uid,pid,curMonth); + int round = _getCountValue(jedis9,key,beginTime,endTime); + objp.putInt("round", round); + + key = String.format("g%s:hp_cost:m%s:p%s%s",groupId,uid,pid,curMonth); + int pump = _getCountValue(jedis9,key,beginTime,endTime); + objp.putInt("pump", pump); + + key = String.format("g{%s}:m%s:p%s:reward_log%s", groupId,uid,pid,curMonth); + int award = _getCountValue(jedis9,key,beginTime,endTime); + objp.putInt("award", award); + } + else if(timeType == 2) { + + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + + String key = String.format("g{%s}:m%s:valid_round:p%s%s", groupId,uid,pid,curMonth); + int round = _getCountValue(jedis9,key,beginTime,endTime); + objp.putInt("round", round); + + key = String.format("g%s:hp_cost:m%s:p%s%s",groupId,uid,pid,curMonth); + int pump = _getCountValue(jedis9,key,beginTime,endTime); + objp.putInt("pump", pump); + + key = String.format("g{%s}:m%s:p%s:reward_log%s", groupId,uid,pid,curMonth); + int award = _getCountValue(jedis9,key,beginTime,endTime); + objp.putInt("award", award); + } + arr.addTObject(objp); + } + }finally { + jedis9.close(); + } + + obj.putTArray("members", arr); + obj.putInt("limit", limit); + + + return obj; + } + + + public static ITObject getDirectStatMember(int groupId,int uid,int rootUid,int limit, int num,int timeType,int beginTime, int endTime) throws Exception{ + + ITObject obj = TObject.newInstance(); + + String limitSql = String.format("limit %s,%s",limit, num); + String sql = String.format("SELECT uid, partnerLev" + + " FROM group_member" + + " WHERE groupId = %s and ((parentId=%s and partnerLev = 0) or uid = %s) GROUP BY uid %s", + groupId, uid, uid, limitSql); + + + ITArray temp = TArray.newInstance(); + + ITArray list = DataBase.use().executeQueryByTArray(sql); + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + + for (int i = 0; i < list.size(); ++i) { + + ITObject objLine = list.getTObject(i); + if(objLine.containsKey("uid")) { + + int tagUid = objLine.getInt("uid"); + + AccountBean acc = AccountCache.getAccount(tagUid); + objLine.putString("nick", acc.nick); + + //int newBeginTime = beginTime - 86400*30; + getMemberData(jedis9,tagUid,objLine,groupId,timeType, beginTime,endTime,false,false); + + if(timeType == 0) { + { + String tmpKey = String.format("g{%s}:m%s:", groupId,tagUid); + int reward_hp = _getCountValue(jedis9,tmpKey + "reward_log",beginTime,endTime); + objLine.putInt("reward_tongji", reward_hp); + } + + String key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,tagUid,uid); + int reward_hp = _getCountValue(jedis9,key,beginTime,endTime); + objLine.putInt("reward_hp", (int)reward_hp); + } + else if(timeType == 1){ + { + String key = String.format("g{%s}:m%s:", groupId,tagUid); + String curMonth = ":m" + DateUtils.getBeginMonth(); + int reward_hp = _getValue(jedis9,key + "reward_log" + curMonth); + objLine.putInt("reward_tongji", reward_hp); + } + + + String curMonth = ":m" + DateUtils.getBeginMonth(); + String key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,tagUid,uid); + int reward_hp =_getValue(jedis9,key+ curMonth); + objLine.putInt("reward_hp", reward_hp); + } + else if(timeType == 2){ + { + String key = String.format("g{%s}:m%s:", groupId,tagUid); + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + int reward_hp = _getValue(jedis9,key + "reward_log" + curMonth); + objLine.putInt("reward_tongji", reward_hp); + } + + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + String key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,tagUid,uid); + int reward_hp =_getValue(jedis9,key+ curMonth); + objLine.putInt("reward_hp", reward_hp); + } + temp.addTObject(objLine); + } + } + } + finally { + jedis9.close(); + } + + obj.putTArray("members", temp); + obj.putInt("limit", limit); + + + return obj; + } + + public static ITObject getXingYunHaoMember(int groupId, int limit, int num,int timeType,int beginTime, int endTime) throws Exception{ + ITObject obj = TObject.newInstance(); + + String limitSql = String.format("limit %s,%s",limit, num); + + String strGodsList = null; + Set godsList = Redis.use("group1_db1").smembers("gods"); + Map mapString = Redis.use("group1_db1").hgetAll("gods_special"); + for (Map.Entry entry : mapString.entrySet()) { + String strPlayerId = entry.getKey(); + godsList.remove(strPlayerId); + } + + List allList = new ArrayList(); + allList.addAll(godsList); + for(String mem : godsList) + { + if (strGodsList == null) + { + strGodsList = mem; + } + else { + strGodsList += "," + mem; + } + } + + String sql = String.format("SELECT uid, partnerLev" + + " FROM group_member" + + " WHERE groupId = %s and uid in (%s) GROUP BY uid %s", + groupId, strGodsList, limitSql); + + + + ITArray temp = TArray.newInstance(); + int allTotalWin = 0; + ITArray list = DataBase.use().executeQueryByTArray(sql); + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + + for (int i = 0; i < list.size(); ++i) { + + ITObject objLine = list.getTObject(i); + if(objLine.containsKey("uid")) { + + int tagUid = objLine.getInt("uid"); + + AccountBean acc = AccountCache.getAccount(tagUid); + objLine.putString("nick", acc.nick); + + getMemberData(jedis9,tagUid,objLine,groupId,timeType, beginTime,endTime,false,false); + + temp.addTObject(objLine); + } + } + + for (String user : allList) { + String key = String.format("g{%s}:m%s:", groupId,user); + int total_win = _getCountValue(jedis9,key + "total_win_self",beginTime,endTime); + allTotalWin += total_win; + } + } + finally { + jedis9.close(); + } + + obj.putTArray("members", temp); + obj.putInt("limit", limit); + obj.putLong("all_total_win", allTotalWin); + + + return obj; + } + + public static ITObject getPartnerStatMember(int groupId,int uid,int rootUid,int limit, int num,int timeType,int beginTime, int endTime) throws Exception{ + + ITObject obj = TObject.newInstance(); + + String limitSql = String.format("limit %s,%s",limit, num); + + String sql = String.format("SELECT uid, partnerLev" + + " FROM group_member" + + " WHERE groupId = %s and (parentId=%s or uid = %s) and partnerLev > 0 GROUP BY uid %s", + groupId, uid, uid, limitSql); + + + + ITArray temp = TArray.newInstance(); + + ITArray list = DataBase.use().executeQueryByTArray(sql); + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + + for (int i = 0; i < list.size(); ++i) { + + ITObject objLine = list.getTObject(i); + if(objLine.containsKey("uid")) { + + int tagUid = objLine.getInt("uid"); + + AccountBean acc = AccountCache.getAccount(tagUid); + objLine.putString("nick", acc.nick); + + if(tagUid != uid) { + //int newBeginTime = beginTime - 86400 * 30; + getMemberData(jedis9,tagUid,objLine,groupId,timeType, beginTime,endTime,false,true); + } + else { + //int newBeginTime = beginTime - 86400 * 30; + //getMemberData(jedis9,tagUid,objLine,groupId,timeType, beginTime,endTime,false,true); + getDirectMemberData(jedis9,tagUid,objLine,groupId,timeType,beginTime,endTime); + } + + + if(tagUid == uid) { + + if(timeType == 0) { + { + String tmpKey = String.format("g{%s}:m%s:", groupId,tagUid); + int reward_hp = _getCountValue(jedis9,tmpKey + "reward_log",beginTime,endTime); + objLine.putInt("reward_tongji", reward_hp); + } + + String key = String.format("g{%s}:m%s:d_reward", groupId,tagUid); + int reward_hp = _getCountValue(jedis9,key,beginTime,endTime); + objLine.putInt("reward_hp", reward_hp); + } + else if(timeType == 1){ + { + String key = String.format("g{%s}:m%s:", groupId,tagUid); + String curMonth = ":m" + DateUtils.getBeginMonth(); + int reward_hp = _getValue(jedis9,key + "reward_log" + curMonth); + + objLine.putInt("reward_tongji", reward_hp); + } + + String curMonth = ":m" + DateUtils.getBeginMonth(); + String key = String.format("g{%s}:m%s:d_reward", groupId,tagUid); + int reward_hp =_getValue(jedis9,key + curMonth); + objLine.putInt("reward_hp", reward_hp); + } + else if(timeType == 2){ + { + String key = String.format("g{%s}:m%s:", groupId, tagUid); + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + int reward_hp = _getValue(jedis9, key + "reward_log" + curMonth); + objLine.putInt("reward_tongji", reward_hp); + } + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + String key = String.format("g{%s}:m%s:d_reward", groupId,tagUid); + int reward_hp =_getValue(jedis9, key+curMonth); + objLine.putInt("reward_hp", reward_hp); + } + } + else { + if(timeType == 0) { + { + long reward_hp_total = 0; + List listParent = Utility.getChildParentList(groupId, tagUid, true); + for (Integer parId : listParent) { + String tmpKey = String.format("g{%s}:m%s:", groupId, parId); + int reward_hp = _getCountValue(jedis9, tmpKey + "reward_log", beginTime, endTime); + reward_hp_total += reward_hp; + } + objLine.putInt("reward_tongji", (int) reward_hp_total); + } + + String key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,tagUid,uid); + int reward_hp = _getCountValue(jedis9,key,beginTime,endTime); + objLine.putInt("reward_hp", (int)reward_hp); + } + else if(timeType == 1){ + { + String key = String.format("g{%s}:m%s:", groupId, tagUid); + String curMonth = ":m" + DateUtils.getBeginMonth(); + int reward_hp = _getValue(jedis9, key + "reward_log" + curMonth); + objLine.putInt("reward_tongji", reward_hp); + } + + String curMonth = ":m" + DateUtils.getBeginMonth(); + String key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,tagUid,uid); + int reward_hp =_getValue(jedis9,key + curMonth); + objLine.putInt("reward_hp", reward_hp); + } + else if(timeType == 2){ + { + String key = String.format("g{%s}:m%s:", groupId, tagUid); + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + int reward_hp = _getValue(jedis9, key + "reward_log" + curMonth); + + objLine.putInt("reward_tongji", reward_hp); + } + + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + String key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,tagUid,uid); + int reward_hp =_getValue(jedis9, key+curMonth); + objLine.putInt("reward_hp", reward_hp); + } + } + + temp.addTObject(objLine); + } + } + } + finally { + jedis9.close(); + } + + obj.putTArray("members", temp); + obj.putInt("limit", limit); + + + return obj; + } + + public static ITObject findPartnerStatMember(int groupId,int uid,int rootUid,int tagId, int limit, int num,int timeType,int beginTime, int endTime) throws Exception{ + + ITObject obj = TObject.newInstance(); + + String limitSql = String.format("limit %s,%s",limit, num); + + String sql = String.format("SELECT uid, partnerLev" + + " FROM group_member" + + " WHERE groupId = %s and (parentId=%s or uid = %s) and partnerLev > 0 and uid=%s GROUP BY uid %s", + groupId, uid, uid, tagId, limitSql); + + + + ITArray temp = TArray.newInstance(); + + ITArray list = DataBase.use().executeQueryByTArray(sql); + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + + for (int i = 0; i < list.size(); ++i) { + + ITObject objLine = list.getTObject(i); + if(objLine.containsKey("uid")) { + + int tagUid = objLine.getInt("uid"); + + AccountBean acc = AccountCache.getAccount(tagUid); + objLine.putString("nick", acc.nick); + + if(tagUid != uid) { + //int newBeginTime = beginTime - 86400 * 30; + getMemberData(jedis9,tagUid,objLine,groupId,timeType, beginTime,endTime,false,true); + } + else { + //int newBeginTime = beginTime - 86400 * 30; + //getMemberData(jedis9,tagUid,objLine,groupId,timeType, beginTime,endTime,false,true); + getDirectMemberData(jedis9,tagUid,objLine,groupId,timeType,beginTime,endTime); + } + + + if(tagUid == uid) { + + if(timeType == 0) { + { + String tmpKey = String.format("g{%s}:m%s:", groupId,tagUid); + int reward_hp = _getCountValue(jedis9,tmpKey + "reward_log",beginTime,endTime); + objLine.putInt("reward_tongji", reward_hp); + } + + String key = String.format("g{%s}:m%s:d_reward", groupId,tagUid); + int reward_hp = _getCountValue(jedis9,key,beginTime,endTime); + objLine.putInt("reward_hp", reward_hp); + } + else if(timeType == 1){ + { + String key = String.format("g{%s}:m%s:", groupId,tagUid); + String curMonth = ":m" + DateUtils.getBeginMonth(); + int reward_hp = _getValue(jedis9,key + "reward_log" + curMonth); + + objLine.putInt("reward_tongji", reward_hp); + } + + String curMonth = ":m" + DateUtils.getBeginMonth(); + String key = String.format("g{%s}:m%s:d_reward", groupId,tagUid); + int reward_hp =_getValue(jedis9,key + curMonth); + objLine.putInt("reward_hp", reward_hp); + } + else if(timeType == 2){ + { + String key = String.format("g{%s}:m%s:", groupId, tagUid); + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + int reward_hp = _getValue(jedis9, key + "reward_log" + curMonth); + objLine.putInt("reward_tongji", reward_hp); + } + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + String key = String.format("g{%s}:m%s:d_reward", groupId,tagUid); + int reward_hp =_getValue(jedis9, key+curMonth); + objLine.putInt("reward_hp", reward_hp); + } + } + else { + if(timeType == 0) { + { + long reward_hp_total = 0; + List listParent = Utility.getChildParentList(groupId, tagUid, true); + for (Integer parId : listParent) { + String tmpKey = String.format("g{%s}:m%s:", groupId, parId); + int reward_hp = _getCountValue(jedis9, tmpKey + "reward_log", beginTime, endTime); + reward_hp_total += reward_hp; + } + objLine.putInt("reward_tongji", (int) reward_hp_total); + } + + String key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,tagUid,uid); + int reward_hp = _getCountValue(jedis9,key,beginTime,endTime); + objLine.putInt("reward_hp", (int)reward_hp); + } + else if(timeType == 1){ + { + String key = String.format("g{%s}:m%s:", groupId, tagUid); + String curMonth = ":m" + DateUtils.getBeginMonth(); + int reward_hp = _getValue(jedis9, key + "reward_log" + curMonth); + objLine.putInt("reward_tongji", reward_hp); + } + + String curMonth = ":m" + DateUtils.getBeginMonth(); + String key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,tagUid,uid); + int reward_hp =_getValue(jedis9,key + curMonth); + objLine.putInt("reward_hp", reward_hp); + } + else if(timeType == 2){ + { + String key = String.format("g{%s}:m%s:", groupId, tagUid); + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + int reward_hp = _getValue(jedis9, key + "reward_log" + curMonth); + + objLine.putInt("reward_tongji", reward_hp); + } + + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + String key = String.format("g{%s}:m%s:reward_log_to:par%s", groupId,tagUid,uid); + int reward_hp =_getValue(jedis9, key+curMonth); + objLine.putInt("reward_hp", reward_hp); + } + } + + temp.addTObject(objLine); + } + } + } + finally { + jedis9.close(); + } + + obj.putTArray("members", temp); + obj.putInt("limit", limit); + + + return obj; + } + + + public static ITObject getPartnerStat(int groupId,int uid,int limit, int num,int timeType,int beginTime, int endTime) throws Exception{ + + ITObject obj = TObject.newInstance(); + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + int lev = gmb.lev; + boolean mgr = lev < 3; + ITArray list = null; + String limitSql = String.format("limit %s,%s",limit, num); + if (mgr) { + + String sql = String.format("SELECT A.uid,A.partnerLev, A.autoscore," + + "(SELECT COUNT(uid) FROM group_member B where B.groupId = %s AND B.parentId = A.uid) AS total " + + "FROM group_member AS A" + + " where A.groupId= %s and A.partnerLev=1 %s", + groupId,groupId, limitSql); + + list = DataBase.use().executeQueryByTArray(sql); + } else { + + String sql = String.format( + "SELECT A.uid,A.partnerLev, A.autoscore, (SELECT COUNT(uid) FROM group_member B where B.groupId = %s AND B.parentId = A.uid) AS total " + + "FROM group_member AS A" + + " where A.groupId= %s and (A.parentId=%s or A.uid=%s) AND A.partnerLev >0 %s", + groupId,groupId, uid, uid, limitSql); + + list = DataBase.use().executeQueryByTArray(sql); + } + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + + try { + + for (int i = 0; i < list.size(); ++i) { + + ITObject objLine = list.getTObject(i); + int tagUid = objLine.getInt("uid"); + AccountBean acc = AccountCache.getAccount(tagUid); + objLine.putString("nick", acc.nick); + + getMemberData(jedis9,tagUid,objLine,groupId,timeType,beginTime,endTime,true,true); + } + } + finally { + jedis9.close(); + jedis10.close(); + } + + obj.putTArray("members", list); + obj.putInt("limit", limit); + + return obj; + } + + public static ITObject findPartnerStat(int groupId,int uid, int tagId, int limit, int num,int timeType,int beginTime, int endTime) throws Exception{ + + ITObject obj = TObject.newInstance(); + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + int lev = gmb.lev; + boolean mgr = lev < 3; + ITArray list = null; + String limitSql = String.format("limit %s,%s",limit, num); + if (mgr) { + + String sql = String.format("SELECT A.uid,A.partnerLev, A.autoscore," + + "(SELECT COUNT(uid) FROM group_member B where B.groupId = %s AND B.parentId = A.uid) AS total " + + "FROM group_member AS A" + + " where A.groupId= %s and A.uid=%s %s", + groupId,groupId, tagId, limitSql); + + list = DataBase.use().executeQueryByTArray(sql); + } else { + if (uid != tagId) + { + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + finally { + jedis10.close(); + } + + } + + String sql = String.format( + "SELECT A.uid,A.partnerLev, A.autoscore, (SELECT COUNT(uid) FROM group_member B where B.groupId = %s AND B.parentId = A.uid) AS total " + + "FROM group_member AS A" + + " where A.groupId= %s AND A.uid=%s %s", + groupId,groupId, tagId, limitSql); + + list = DataBase.use().executeQueryByTArray(sql); + } + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + + try { + + for (int i = 0; i < list.size(); ++i) { + + ITObject objLine = list.getTObject(i); + int tagUid = objLine.getInt("uid"); + AccountBean acc = AccountCache.getAccount(tagUid); + objLine.putString("nick", acc.nick); + + getMemberData(jedis9,tagUid,objLine,groupId,timeType,beginTime,endTime,true,true); + } + } + finally { + jedis9.close(); + jedis10.close(); + } + + obj.putTArray("members", list); + obj.putInt("limit", limit); + + return obj; + } + + public static void getMemberData(Jedis jedis9, + int uid, + ITObject param, + int groupId, + int timeType,int beginTime, int endTime, + boolean rewardHP,boolean total) { + + String key = String.format("g{%s}:m%s:", groupId,uid); + String self = total ? "" : "_self"; + if(timeType == 0) { + + if(rewardHP) { +// int reward_hp = _getCountValue(jedis9,key + "reward_log",beginTime,endTime); +// param.putInt("reward_hp", reward_hp); + + // 包含下级合伙人 + long reward_hp_total = 0; + List listParent = Utility.getChildParentList(groupId, uid, true); + for(Integer parId : listParent) { + String tmpKey = String.format("g{%s}:m%s:", groupId,parId); + int reward_hp = _getCountValue(jedis9,tmpKey + "reward_log",beginTime,endTime); + reward_hp_total += reward_hp; + } + param.putLong("reward_hp", reward_hp_total); + } + + int valid_round = _getCountValue(jedis9,key + "valid_round"+ self,beginTime,endTime); + param.putInt("valid_round" , valid_round); + + int total_round = _getCountValue(jedis9,key + "round_log"+ self,beginTime,endTime); + param.putInt("total_round" , total_round); + + int total_win = _getCountValue(jedis9,key + "total_win"+ self,beginTime,endTime); + param.putInt("total_win" , total_win); + + int xipai_reward_log = _getCountValue(jedis9,key + "xipai_reward_log"+ self,beginTime,endTime); + param.putInt("xipai_reward_log" , xipai_reward_log); + } + else if(timeType == 1){ + + String curMonth = ":m" + DateUtils.getBeginMonth(); + + if(rewardHP) { + int reward_hp = _getValue(jedis9,key + "reward_log" + curMonth); + param.putInt("reward_hp", reward_hp); + } + + + int valid_round = _getValue(jedis9,key + "valid_round"+ self + curMonth); + param.putInt("valid_round" , valid_round); + + int total_round = _getValue(jedis9,key + "round_log" + self + curMonth); + param.putInt("total_round", total_round); + + int total_win = _getValue(jedis9,key + "total_win" + self + curMonth); + param.putInt("total_win", total_win); + + int xipai_reward_log = _getValue(jedis9,key + "xipai_reward_log" + self + curMonth); + param.putInt("xipai_reward_log", xipai_reward_log); + + } + else if(timeType == 2){ + + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + + if(rewardHP) { + int reward_hp = _getValue(jedis9,key + "reward_log" + curMonth); + param.putInt("reward_hp", reward_hp); + } + + int valid_round = _getValue(jedis9,key + "valid_round" + self + curMonth); + param.putInt("valid_round", valid_round); + + int total_round = _getValue(jedis9,key + "round_log" + self + curMonth); + param.putInt("total_round" , total_round); + + int total_win = _getValue(jedis9,key + "total_win"+ self + curMonth); + param.putInt("total_win" , total_win); + int xipai_reward_log = _getValue(jedis9,key + "xipai_reward_log"+ self + curMonth); + param.putInt("xipai_reward_log" , xipai_reward_log); + } + } + + private static void getDirectMemberData(Jedis jedis9, + int uid, + ITObject param, + int groupId, + int timeType,int beginTime, int endTime) { + + String key = String.format("g{%s}:m%s:", groupId,uid); + + if(timeType == 0) { + + int valid_round = _getCountValue(jedis9,key + "d_valid_round",beginTime,endTime); + param.putInt("valid_round" , valid_round); + + int total_round = _getCountValue(jedis9,key + "d_round_log",beginTime,endTime); + param.putInt("total_round" , total_round); + + int total_win = _getCountValue(jedis9,key + "d_total_win",beginTime,endTime); + param.putInt("total_win" , total_win); + + int xipai_reward_log = _getCountValue(jedis9,key + "xipai_reward_log_to",beginTime,endTime); + param.putInt("xipai_reward_log" , xipai_reward_log); + } + else if(timeType == 1){ + + String curMonth = ":m" + DateUtils.getBeginMonth(); + + int valid_round = _getValue(jedis9,key + "d_valid_round"+ curMonth); + param.putInt("valid_round" , valid_round); + + int total_round = _getValue(jedis9,key + "d_round_log" + curMonth); + param.putInt("total_round", total_round); + + int total_win = _getValue(jedis9,key + "d_total_win" + curMonth); + param.putInt("total_win", total_win); + int xipai_reward_log = _getValue(jedis9,key + "xipai_reward_log_to" + curMonth); + param.putInt("xipai_reward_log", xipai_reward_log); + } + else if(timeType == 2){ + + String curMonth = ":m" + DateUtils.getBeginLastMonth(); + + int valid_round = _getValue(jedis9,key + "d_valid_round" + curMonth); + param.putInt("valid_round", valid_round); + + int total_round = _getValue(jedis9,key + "d_round_log" + curMonth); + param.putInt("total_round" , total_round); + + int total_win = _getValue(jedis9,key + "d_total_win"+ curMonth); + param.putInt("total_win" , total_win); + + int xipai_reward_log = _getValue(jedis9,key + "xipai_reward_log_to"+ curMonth); + param.putInt("xipai_reward_log" , xipai_reward_log); + } + } + + /** + * 获取战绩列表 + * @param platform + * @param groupId + * @param limit + * @param num + * @return + */ + public static ITObject getMemberStat(int groupId, int uid, int qid,int partnerId,int limit,int num,int timeType,int beginTime,int endTime) throws Exception{ + + ITObject obj1 = TObject.newInstance(); + + String qid_sql = StringUtil.Empty; + if(qid > 0) { + + GroupMemberBean mng_bean = GroupCache.getMember(groupId, uid); + if (mng_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + int mgn_partner = mng_bean.partnerLev; + int mgn_lev = mng_bean.lev; + if (mgn_lev == 3 && mgn_partner == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + + if (mgn_lev == 3) { + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + List par_list = Utility.getMemberParents(jedis10, groupId, qid, false); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + finally { + jedis10.close(); + } + + } + + qid_sql = " AND A.uid="+qid; + } + else if(partnerId > 0) { + + String ugm_key = GroupMemberCache.genKey(groupId, partnerId); + String lev = Redis.use("group1_db10").hget(ugm_key, "lev"); + boolean mgr = StringUtil.isNotEmpty(lev) && Integer.parseInt(lev) < 3; + + String p = Utility.getChildParentSql(groupId, partnerId, true); + if(mgr) { + p = p + ",0"; + } + + qid_sql = String.format(" AND (A.parentId in(%s) or A.uid = %s)", p, partnerId); + } + + if(timeType == 0) { + + beginTime = DateUtils.getBeginDay() ; + endTime =DateUtils.getEndDay(); + }else if(timeType == 1) { + + beginTime = DateUtils.getBeginDay() - 3600 * 24 ; + endTime = DateUtils.getBeginDay(); + } + else if(timeType == 2) { + + beginTime = DateUtils.getBeginDay() - 3600 * 48 ; + endTime = DateUtils.getBeginDay() - 3600 * 24; + } + + String sql = String.format("SELECT IFNULL(SUM(B.win), 0) AS win,IFNULL(SUM(B.round), 0) AS round,IFNULL(SUM(B.score), 0) AS score,A.uid,A.hp,A.lev,A.partnerLev " + + "FROM group_member AS A " + + "LEFT JOIN group_member_log AS B ON A.groupId = B.groupId and A.uid = B.uid AND B.time >=%s AND B.time <%s " + + "WHERE A.groupId = %s %s " + + "GROUP BY A.uid " + + "ORDER BY round DESC " + + "limit %s,%s", + beginTime,endTime,groupId,qid_sql,limit,num); + + ITArray arr = DataBase.use().executeQueryByTArray(sql); + if (arr.size() > 0) { + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + for (int i = 0; i < arr.size(); ++i) { + + ITObject obj = arr.getTObject(i); + AccountBean acc = AccountCache.getAccount(obj.getInt("uid")); + if (acc != null) { + obj.putString("nick", acc.nick); + } else { + obj.putString("nick", StringUtil.Empty); + } + } + } finally { + jedis9.close(); + } + } + obj1.putTArray("members", arr); + obj1.putInt("limit", limit); + + return obj1; + } + + /** + * 获取战绩列表 + * @param platform + * @param groupId + * @param limit + * @param num + * @return + */ + public static ITObject getRecords(String platform,int groupId, + int limit,int num, + int qid,int uid,int includeMembers, + int timeType,int beginTime,int endTime) throws Exception{ + + boolean find = true; + boolean mgr = true; + boolean tagIsPartner = false; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + + GroupMemberBean mng = GroupCache.getMember(groupId, uid); + int _lev = mng.lev; + mgr = _lev < 3; + + if(qid>0) { + + GroupMemberBean tag = GroupCache.getMember(groupId, qid); + if (tag!=null) { + + int parentId = tag.parentId; + if(!mgr) { + + if(parentId==0) { + + find = false; + }else { + + if(tag.partnerLev > 0) { + tagIsPartner= true; + } + List par_list = Utility.getMemberParents(jedis10, groupId, includeMembers == 0 ? parentId : qid, true); + if(par_list==null || !par_list.contains(uid)) { + + find = false; + } + } + } + }else { + + find = false; + } + } + }finally { + jedis10.close(); + } + + + ITArray militaryList = TArray.newInstance(); + if(find) { + + String where = StringUtil.Empty; + if(timeType == 0) { + + where = String.format("gid=%s and time>=%s and time<=%s",groupId,beginTime,endTime); + } + else if(timeType == 1) { + + beginTime = DateUtils.getBeginMonth(); + where = String.format("gid=%s and time>=%s",groupId,beginTime); + } + else if(timeType == 2) { + + beginTime = DateUtils.getBeginLastMonth(); + endTime = DateUtils.getBeginMonth(); + where = String.format("gid=%s and time>=%s and time<=%s",groupId,beginTime,endTime); + } + else { + beginTime = DateUtils.getBeginDay() - 259200; + endTime = DateUtils.getEndDay(); + where = String.format("gid=%s and time>=%s and time<=%s",groupId,beginTime,endTime); + } + + if(qid==0) { + if (!mgr) + { + String p = Utility.getChildParentSql(groupId, uid, true); + where += String.format(" and (parentId in(%s) or uid = %s)", p, uid); + } + }else { + + if(includeMembers == 1) { + + String p; + if(tagIsPartner) { + p = Utility.getChildParentSql(groupId, qid, true); + where += String.format(" and (parentId in(%s) or uid = %s)", p, qid); + } + else { + where += " and uid="+qid; + } + } + else { + where += " and uid="+qid; + } + } + + + + String sql = String.format("select rec_key from room_rec_log where %s ORDER BY time desc limit %s,%s", + where,limit,num); + + + ITArray list = DataBase.use().executeQueryByTArray(sql); + + if(list.size()>0) { + Jedis jedis5 = Redis.use("group1_db5").getJedis(); + try { + for(int i=0;i=%s", + groupId,roomid,time3last); + ITArray list = DataBase.use().executeQueryByTArray(sql); + if(list.size()==0)return null; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean mng = GroupCache.getMember(groupId, uid); + int _lev = mng.lev; + boolean mgr = _lev < 3; + if(!mgr) { + for(int i=0;i par_list = Utility.getMemberParents(jedis10,groupId, par, true); + if(par_list!=null&&par_list.contains(uid)) { + find = true; + break; + } + } + }else { + find = true; + } + }finally { + jedis10.close(); + } + if(!find)return null; + + ITArray militaryList = TArray.newInstance(); + Jedis jedis5 = Redis.use("group1_db5").getJedis(); + try { + for(int i = 0; i < list.size(); i++) { + String rec_key = list.getTObject(i).getString("rec_key"); + ITObject data = Utility.getMilitaryList(jedis5,rec_key, platform); + boolean flag = true; + for(int j = 0; j < militaryList.size(); j++) { + ITObject temp = militaryList.getTObject(j); + String temp_create_time = temp.getString("create_time"); + String create_time = data.getString("create_time"); + String temp_rec_key = temp.getString("military_id"); + + if (temp_rec_key.equals(rec_key) && create_time.equals(temp_create_time)) + { + flag = false; + break; + } + } + + if (flag) + { + militaryList.addTObject(data); + } + } + + return militaryList; + }finally { + jedis5.close(); + } + } + + + /** + * + * @param groupId + * @param uid + * @param limit + * @param num + * @param type 1上分 2下分 3合伙人上分 4合伙人下分 + * @return + * @throws Exception + */ + public static final ITObject getHpLogMgr(int groupId,int uid,int limit,int num,int type,int qid,String tagName) throws Exception { + GroupMemberBean mng = GroupCache.getMember(groupId, uid); + int beginDay = DateUtils.getBeginDay(); + int beginTime = beginDay - 9 * 24 *3600; + if (mng.lev >= 3) + { + beginTime = beginDay - 2 * 24 *3600; + } + + long endTime = DateUtils.getEndDay(); + + int reason = MGRLOG_TYPE[type-1]; + String mgr_sql = StringUtil.Empty; + String qid_sql = StringUtil.Empty; + + ITArray arr = null; + + if(type > 2) { + + mgr_sql = "and A.mgr_id="+uid; + + if(StringUtil.isNotEmpty(tagName) || qid > 0) { + + if(qid > 0) { + + qid_sql = "and A.uid="+qid; + + String where_sql = String.format("WHERE A.gid = %s " + + "and A.reason = %s " + + "and A.time>=%s " + + "and A.time <=%s %s %s",groupId,reason,beginTime,endTime,mgr_sql,qid_sql); + + String sql = String.format("SELECT uid,mgr_id,hp,cur_hp,time FROM group_hp_log as A %s ORDER BY time desc limit %s,%s",where_sql,limit,num); + arr =DataBase.use().executeQueryByTArray(sql); + } + + if(StringUtil.isNotEmpty(tagName)) { + + String where_sql = String.format("WHERE A.gid = %s " + + "and A.reason = %s " + + "and A.time>=%s " + + "and A.time <=%s %s %s",groupId,reason,beginTime,endTime,mgr_sql,qid_sql); + + String sql = String.format("SELECT A.uid,A.mgr_id,A.hp,A.cur_hp,A.time " + + "FROM group_hp_log as A " + + "RIGHT JOIN account as B " + + "ON A.uid = B.id and B.nick like '%%%s%%' " + + "%s ORDER BY time desc " + + "limit %s,%s",tagName,where_sql,limit,num); + + ITArray temp = DataBase.use().executeQueryByTArray(sql); + if(temp.size() > 0) { + if(arr == null) { + arr = temp; + } + else { + + for(int i = 0; i 0 && mo.getInt("uid") == qid) { + continue; + } + arr.addTObject(temp.getTObject(i)); + } + } + } + } + } + else { + String where_sql = String.format("WHERE A.gid = %s " + + "and A.reason = %s " + + "and A.time>=%s " + + "and A.time <=%s %s %s",groupId,reason,beginTime,endTime,mgr_sql,qid_sql); + + String sql = String.format("SELECT uid,mgr_id,hp,cur_hp,time FROM group_hp_log as A %s ORDER BY time desc limit %s,%s",where_sql,limit,num); + arr =DataBase.use().executeQueryByTArray(sql); + } + } + else { + + if(StringUtil.isNotEmpty(tagName) || qid > 0) { + + if(qid > 0) { + qid_sql = "and (A.uid="+qid; + qid_sql +=" or A.mgr_id="+qid + ")"; + + String where_sql = String.format("WHERE A.gid = %s " + + "and A.reason = %s " + + "and A.time>=%s " + + "and A.time <=%s %s %s",groupId,reason,beginTime,endTime,mgr_sql,qid_sql); + + String sql = String.format("SELECT uid,mgr_id,hp,cur_hp,time FROM group_hp_log as A %s ORDER BY time desc limit %s,%s",where_sql,limit,num); + arr =DataBase.use().executeQueryByTArray(sql); + } + + if(StringUtil.isNotEmpty(tagName)) { + + String where_sql = String.format("WHERE A.gid = %s " + + "and A.reason = %s " + + "and A.time>=%s " + + "and A.time <=%s %s %s",groupId,reason,beginTime,endTime,mgr_sql,qid_sql); + + String sql = String.format("SELECT A.uid,A.mgr_id,A.hp,A.cur_hp,A.time " + + "FROM group_hp_log as A " + + "RIGHT JOIN account as B " + + "ON (A.uid = B.id OR A.mgr_id = B.id) and B.nick like '%%%s%%' " + + "%s ORDER BY time desc " + + "limit %s,%s",tagName,where_sql,limit,num); + + ITArray temp = DataBase.use().executeQueryByTArray(sql); + if(temp.size() > 0) { + if(arr == null) { + arr = temp; + } + else { + + for(int i = 0; i 0 && mo.getInt("uid") == qid) { + continue; + } + arr.addTObject(temp.getTObject(i)); + } + } + } + + } + }else { + + String where_sql = String.format("WHERE A.gid = %s " + + "and A.reason = %s " + + "and A.time>=%s " + + "and A.time <=%s %s %s",groupId,reason,beginTime,endTime,mgr_sql,qid_sql); + + String sql = String.format("SELECT uid,mgr_id,hp,cur_hp,time FROM group_hp_log as A %s ORDER BY time desc limit %s,%s",where_sql,limit,num); + arr =DataBase.use().executeQueryByTArray(sql); + } + + } + + ITObject resData = TObject.newInstance(); + resData.putInt("limit", limit); + + if(arr != null) { + + for(int i=0;i=%s and time <=%s",groupId,ConsumeCode.HP_PUMP,beginTime,endTime); + + String sql = String.format("SELECT uid,hp,roomid,pid,time FROM group_hp_log %s ORDER BY time desc limit %s,%s",where_sql,limit,num); + ITArray arr =DataBase.use().executeQueryByTArray(sql); + for(int i=0;i %s",groupId,tagId,reason_sql,time); + String sql = String.format("SELECT mgr_id,hp,reason,cur_hp,time,info,roomid " + + "FROM group_hp_log %s " + + "ORDER BY time desc " + + "limit %s,%s", + where_sql,limit,num); + log.info("jefe sql:"+sql); + ITArray arr =DataBase.use().executeQueryByTArray(sql); + for(int i=0;i0) { + AccountBean acc = AccountCache.getAccount(obj.getInt("mgr_id")); + obj.putString("m_nick", acc.nick); + } + } + ITObject resData = TObject.newInstance(); + resData.putInt("limit", limit); + resData.putTArray("hp_logs", arr); + return resData; + } + + /** + * 体力值详情 + * @param groupId + * @param tagId + * @param limit + * @param num + * @param choose + * @return + */ + public static final ITObject getHpLogDetailInfo(int groupId,int tagId,String roomId,int time) throws Exception{ + String reason_sql = StringUtil.Empty; + reason_sql += ConsumeCode.HP_CLEARING+ ","; + reason_sql += ConsumeCode.HP_PUMP+ ","; + reason_sql += ConsumeCode.HP_XIPAI_PUMP+ ","; + reason_sql += ConsumeCode.HP_ANCHOU_PUMP + ","; + if(StringUtil.isNotEmpty(reason_sql)) { + reason_sql = reason_sql.substring(0, reason_sql.length()-1); + }else { + reason_sql = "0"; + } + + String where_sql = String.format("WHERE gid = %s and uid =%s and reason in(%s) and roomId ='%s' and time >= %s and time <= %s",groupId,tagId,reason_sql,roomId,time - 7200,time + 3600); + String sql = String.format("SELECT mgr_id,hp,reason,cur_hp,time,info,roomid " + + "FROM group_hp_log %s " + + "ORDER BY time desc", + where_sql); + try { + ITArray arr =DataBase.use().executeQueryByTArray(sql); + for(int i=0;i0) { + AccountBean acc = AccountCache.getAccount(obj.getInt("mgr_id")); + obj.putString("m_nick", acc.nick); + } + } + ITObject resData = TObject.newInstance(); + resData.putTArray("hp_logs", arr); + return resData; + } + catch (Exception e) + { + log.info("sql error:"+sql); + log.error(e); + } + + ITObject resData = TObject.newInstance(); + return resData; + } + + private static final int _getCountValue(Jedis jedis9,String key,int beginTime,int endTime) { + String str = null; + int tem = beginTime; + int tem_day = (endTime - beginTime) /86400; + int count =0; + for(int k=0;k=%s and time <=%s and uid=%s and hp != 0", + groupId,ConsumeCode.HP_PARTNER_REWARD,ConsumeCode.HP_PARTNER_XIPAI_REWARD,ConsumeCode.HP_PARTNER_ANCHOU_REWARD,beginTime,endTime,tagId); + int total_num = 0; + int total_hp = 0; + if(limit==0) { + String count_sql = String.format("SELECT IFNULL(SUM(round),0) AS num,IFNULL(SUM(hp),0) AS total_hp FROM group_hp_log %s",where_sql); + ITArray arr =DataBase.use().executeQueryByTArray(count_sql); + if(arr.size()>0) { + ITObject obj = arr.getTObject(0); + total_num = obj.getDouble("num").intValue(); + total_hp = obj.getDouble("total_hp").intValue(); + } + } + + String sql = String.format("SELECT hp,pid,roomid,time,round,reason,info FROM group_hp_log %s ORDER BY time desc limit %s,%s",where_sql,limit,num); + ITArray arr =DataBase.use().executeQueryByTArray(sql); + ITObject resData = TObject.newInstance(); + resData.putInt("limit", limit); + resData.putTArray("reward_logs", arr); + resData.putInt("total_num", total_num); + resData.putInt("total_hp", total_hp); + return resData; + } + + /** + * 奖励统计 + * @param groupId + * @param pid + * @param beginTime + * @param endTime + * @return + */ + public static final ITObject getRewardLogCount(int groupId,int pid,int beginTime,int endTime) { + String p_key = pid>0?(":p"+pid):StringUtil.Empty; + String valid_key = String.format("g%s:valid_room%s",groupId,p_key); + String round_key = String.format("g%s:round%s",groupId,p_key); + String hp_cost_key = String.format("g%s:hp_cost%s",groupId,p_key); + String hp_reward_key = String.format("g%s:hp_reward%s",groupId,p_key); + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + int v_round = _getCountValue(jedis9,valid_key,beginTime,endTime); + int round = _getCountValue(jedis9,round_key,beginTime,endTime); + int hp_cost = _getCountValue(jedis9,hp_cost_key,beginTime,endTime); + int hp_reward = _getCountValue(jedis9,hp_reward_key,beginTime,endTime); + ITObject resData = TObject.newInstance(); + resData.putInt("v_round", v_round); + resData.putInt("round", round); + resData.putInt("hp_cost", hp_cost); + resData.putInt("gains", hp_cost-hp_reward); + return resData; + }finally { + jedis9.close(); + } + + } + + /** + * 体力值提取记录 + * @param groupId + * @param tagid + * @param limit + * @param num + * @param beginTime + * @param endTime + * @return + * @throws Exception + */ + public static final ITObject getHpLogTakeInfo(int groupId,int uid, int tagId, int limit,int num,int beginTime,int endTime) throws Exception{ + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + finally { + jedis10.close(); + } + + String where_sql = String.format("WHERE gid = %s and uid=%s and reason = %s and time>=%s and time <=%s",groupId,tagId,ConsumeCode.HP_TAKE_REWARD,beginTime,endTime); + + String sql = String.format("SELECT hp,time FROM group_hp_log %s ORDER BY time desc limit %s,%s",where_sql,limit,num); + ITArray arr =DataBase.use().executeQueryByTArray(sql); + ITObject resData = TObject.newInstance(); + resData.putInt("limit", limit); + resData.putTArray("hp_logs", arr); + return resData; + } + + public static final ITObject getHpLogTakeBankInfo(int groupId,int uid, int tagId,int limit,int num,int beginTime,int endTime) throws Exception{ + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && uid != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + finally { + jedis10.close(); + } + + String where_sql = String.format("WHERE gid = %s and uid=%s and (reason = %s or reason = %s) and time>=%s and time <=%s",groupId,tagId,ConsumeCode.HP_TAKE_BANK,ConsumeCode.HP_SAVE_BANK,beginTime,endTime); + + String sql = String.format("SELECT hp,time FROM group_hp_log %s ORDER BY time desc limit %s,%s",where_sql,limit,num); + ITArray arr =DataBase.use().executeQueryByTArray(sql); + ITObject resData = TObject.newInstance(); + resData.putInt("limit", limit); + resData.putTArray("hp_logs", arr); + return resData; + } + + + + /** + * 获取消耗统计 + * @param groupId + * @return + */ + public static final ITArray getCostCount(int groupId, int uid, int beginTime,int endTime) { + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = Redis.use("group1_db11").zrangeByScore(gp_key, 10, 11); + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + ITArray arr = TArray.newInstance(); + try { + if (uid_bean.lev < 3) + { + for(String pid:pids) { + + ITObject obj = TObject.newInstance(); + + String round_key = String.format("g%s:round:p%s",groupId,pid); + obj.putInt("round", _getCountValue(jedis9,round_key,beginTime,endTime)*100); + + String valid_key = String.format("g%s:valid_room:p%s",groupId,pid); + obj.putInt("valid", _getCountValue(jedis9,valid_key,beginTime,endTime)*100); + + String no_valid_key = String.format("g%s:no_valid_room:p%s",groupId,pid); + obj.putInt("no_valid", _getCountValue(jedis9,no_valid_key,beginTime,endTime)*100); + + String diamo_cost_key = String.format("g%s:diamo_cost:p%s",groupId,pid); + obj.putInt("diamo_cost", _getCountValue(jedis9,diamo_cost_key,beginTime,endTime)*100); + + obj.putInt("pid", Integer.parseInt(pid)); + + arr.addTObject(obj); + } + } + else { + for(String pid:pids) { + + ITObject obj = TObject.newInstance(); + String round_key = String.format("g{%s}:m%s:all_count:p%s", groupId, uid,pid); + int all_round = _getCountValue(jedis9,round_key,beginTime,endTime); + obj.putInt("round", all_round); + + String valid_key = String.format("g{%s}:m%s:valid_round2:p%s", groupId,uid,pid); + int valid = _getCountValue(jedis9,valid_key,beginTime,endTime); + obj.putInt("valid", valid); + + int no_valid_key = all_round - valid; + obj.putInt("no_valid", no_valid_key); + + String diamo_cost_key = String.format("g{%s}:m%s:valid_diamo:p%s", groupId,uid,pid); + obj.putInt("diamo_cost", _getCountValue(jedis9,diamo_cost_key,beginTime,endTime)); + + obj.putInt("pid", Integer.parseInt(pid)); + + arr.addTObject(obj); + } + } + }finally { + jedis9.close(); + } + return arr; + } + + /** + * 获取局数统计 + * @param groupId + * @return + */ + public static final ITArray getRoundCount(int groupId,int pid) { + int bengin = DateUtils.getBeginDay() - 29 *86400; + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + ITArray arr = TArray.newInstance(); + try { + String p_key = pid>0?(":p"+pid):StringUtil.Empty; + for(int i=0;i<30;++i) { + String round_key = String.format("g%s:round%s:d%s",groupId,p_key,bengin); + String r_str = jedis9.get(round_key); + ITObject obj = TObject.newInstance(); + obj.putInt("time", bengin); + int r_num = 0; + if(StringUtil.isNotEmpty(r_str)) { + r_num = Integer.parseInt(r_str); + } + obj.putInt("num", r_num); + arr.addTObject(obj); + bengin +=86400; + } + }finally { + jedis9.close(); + } + return arr; + } + + /** + * 获取体力值消耗统计 + * @param groupId + * @return + */ + public static final ITArray getHpConsumeCount(int groupId,int uid) { + int bengin = DateUtils.getBeginDay() - 2 *86400; + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + ITArray arr = TArray.newInstance(); + try { + String key = String.format("g%s:m%s:consume_hp", groupId,uid); + for(int i=0;i<3;++i) { + String hp_key = String.format("%s:d%s",key,bengin); + String r_str = jedis9.get(hp_key); + ITObject obj = TObject.newInstance(); + obj.putInt("time", bengin); + int r_num = 0; + if(StringUtil.isNotEmpty(r_str)) { + r_num = Integer.parseInt(r_str); + } + obj.putInt("num", r_num); + arr.addTObject(obj); + bengin +=86400; + } + }finally { + jedis9.close(); + } + return arr; + } + + /** + * 获取体力值统计信息 + * @param groupId + * @return + * @throws Exception + */ + public static final ITObject getHpCountInfo(int groupId) throws Exception { + String sql = String.format("SELECT uid FROM group_member WHERE groupId=%s" + + " AND partnerLev >0",groupId); + ITArray list = DataBase.use().executeQueryByTArray(sql); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + int _t_hp = 0; + try { + for(int i=0;i0) t_hp1," + + " (SELECT IFNULL(SUM(ABS(hp)),0) %s AND hp <0) t_hp2", where, where); + ITArray arr = DataBase.use().executeQueryByTArray(count_sql); + ITObject obj1 = TObject.newInstance(); + if (arr.size() > 0) { + ITObject obj = arr.getTObject(0); + obj1.putLong("hp_num1", obj.getDouble("t_hp1").longValue()); + obj1.putLong("hp_num2", obj.getDouble("t_hp2").longValue()); + } else { + obj1.putLong("hp_num1", 0); + obj1.putLong("hp_num2", 0); + } + obj1.putLong("hp_num3", _t_hp); + return obj1; + } +} diff --git a/game_web/web_group/src/main/java/com/group/service/GroupPublisherService.java b/game_web/web_group/src/main/java/com/group/service/GroupPublisherService.java new file mode 100644 index 0000000..a01848d --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/service/GroupPublisherService.java @@ -0,0 +1,117 @@ +package com.group.service; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; + +public class GroupPublisherService { + public static final String CHANNEL_NAME = "mgr_group"; + + private static final String CMD_ADD_ROOM = "add_room"; + private static final String CMD_DEL_ROOM = "del_room"; + private static final String CMD_DEL_PLAY = "del_play"; + private static final String CMD_ADD_PLAY = "add_play"; + private static final String CMD_UPDATE_PLAY = "update_play"; + private static final String CMD_DEL_GROUP = "del_group"; + private static final String CMD_UPDATE_GROUP = "update_group"; + + private static final String CMD_UPDATE_JOINS = "update_joins"; + private static final String CMD_UPDATE_MAIL_TIP = "update_mail_tip"; +// private static final String CMD_UPDATE_MEMBER = "update_member"; + + public static void addRoomEvt(int groupId, String roomid) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putString("roomid", roomid); + data.putString("cmd", CMD_ADD_ROOM); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + public static void delRoomEvt(int groupId, String roomid) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putString("roomid", roomid); + data.putString("cmd", CMD_DEL_ROOM); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + public static void delPlayEvt(int groupId, int pid) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putInt("pid", pid); + data.putString("cmd", CMD_DEL_PLAY); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + public static void addPlayEvt(int groupId, int pid) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putInt("pid", pid); + data.putString("cmd", CMD_ADD_PLAY); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + public static void updatePlayEvt(int groupId, int pid) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putInt("pid", pid); + data.putString("cmd", CMD_UPDATE_PLAY); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + public static void delGroupEvt(int groupId) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putString("cmd", CMD_DEL_GROUP); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + public static void updateGroupEvt(int groupId, String name, boolean ban,String notice,int option,int showNum) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putString("cmd", CMD_UPDATE_GROUP); + data.putString("name", name); + data.putBoolean("ban", ban); + data.putString("notice", notice); + data.putInt("option", option); + data.putInt("show_num", showNum); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + public static void updateJoinsEvt(int groupId, int joins) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putInt("joins", joins); + data.putString("cmd", CMD_UPDATE_JOINS); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + public static void updateMailTipEvt(int groupId, int uid) { + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putInt("uid", uid); + data.putString("cmd", CMD_UPDATE_MAIL_TIP); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + /** + * 1 hp 2 等级 3 合伙人等级 + * + * @param groupId + * @param uid + * @param type + * @param value + */ + public static void updateMemberEvt(int groupId, int uid, int type, int value) { +// if (type == 1) { +// return; +// } +// ITObject data = TObject.newInstance(); +// data.putInt("gid", groupId); +// data.putInt("uid", uid); +// data.putInt("type", type); +// data.putInt("value", value); +// data.putString("cmd", CMD_UPDATE_MEMBER); +// Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } +} diff --git a/game_web/web_group/src/main/java/com/group/service/GroupRoomService.java b/game_web/web_group/src/main/java/com/group/service/GroupRoomService.java new file mode 100644 index 0000000..e80ed6a --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/service/GroupRoomService.java @@ -0,0 +1,1120 @@ +package com.group.service; + +import java.util.*; + +import com.data.bean.*; +import com.data.cache.AccountCache; +import com.data.cache.BaseCache; +import com.data.cache.GameCache; +import com.data.cache.GroupCache; +import com.data.cache.GroupMemberCache; +import com.data.util.ErrorCode; +import com.data.util.EventType; +import com.data.util.Utility; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.web.WebException; + +import redis.clients.jedis.Jedis; + +public class GroupRoomService { + private static final Logger log = Logger.getLogger(GroupRoomService.class); + + /**解散时间*/ + private static final String[] DISMISS_TIME = {"30","60","90","180"}; + /**踢出时间*/ + private static final String[] KICK_TIME = {"30","60","120","180"}; + + private static final String _getSvr(Jedis jedis0,GameBean gb){ + String svr=null; + Set gamesvrs = gb.svr_list; + Integer conns = null; + for(String str : gamesvrs) { + String currConns = jedis0.hget(str, "conns"); + if (conns == null && currConns != null || (conns != null && currConns != null && Integer.parseInt(currConns) < conns)) { + conns = Integer.parseInt(currConns); + svr = str; + } + } + return svr; + } + + + + private final static String createGroupRoom(String session, int groupId, int pid) throws Exception { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + if (gpb==null) { + throw new WebException(ErrorCode.GROUP_PLAY_EXIST); + } + + int gameId = gpb.gameId; + GameBean gb = GameCache.getGame(gameId); + String svr = _getSvr(jedis0,gb); + if (svr == null) { + log.error("createGroupRoom gameId:" + gameId + " svr:"+svr); + throw new WebException(ErrorCode.NO_SERVICE); + } + + String grooms_key = GroupCache.genRoomsKey(groupId); + GroupBean group = GroupCache.getGroup(groupId); + ITObject configData = TObject.newFromJsonData(gpb.config); + int maxPlayers = gpb.maxPlayers; + + int opt = configData.getInt("opt"); + + String owner_session = AccountCache.genKey(group.owner); + Integer pay = gb.pay.get("pay"+opt+"_"+maxPlayers); + if(pay == null) { + log.warn("pay no set!"); + throw new WebException(ErrorCode._FAILED); + } + + if(pay > 0) { + ArrayList result_list = Utility.payDiamo(jedis0, owner_session,pay); + if(result_list==null) { + throw new WebException(ErrorCode._FAILED); + } + long result = result_list.get(0); + if(result !=0) { + log.error("createGroupRoom groupId:" + groupId + " pid:"+pid + " group.owner:"+group.owner+" no diamo"); + throw new WebException(ErrorCode.NO_DIAMO); + } + long cur_diamo = result_list.get(1); + Utility.payDiamo(EventType.REDIS_EVENT_GROUP_ROOM, group.owner, gameId, pay,(int)cur_diamo, groupId,pid); + } + + int dissolve_opt = group.dissolve_opt; + int kick_opt = group.kick_opt; + + String newRoomId = Redis.use("group1_db1").rpop("free_room"); + Redis.use("group1_db1").lpush("free_room", newRoomId); + String room_key = "room:" + newRoomId; + + long time = System.currentTimeMillis() / 1000; + Map roomMap = new HashMap(); + roomMap.put("id", newRoomId); + roomMap.put("owner", owner_session); + roomMap.put("svr", svr); + roomMap.put("AA", "0"); + roomMap.put("pay", pay+""); + roomMap.put("agent", "1"); + roomMap.put("group", groupId+""); + roomMap.put("gpid", pid+""); + roomMap.put("payer", group.owner+""); + roomMap.put("maxPlayers", maxPlayers + ""); + roomMap.put("times", gb.opt.get(opt)+""); + roomMap.put("opt", opt + ""); + roomMap.put("status", "0"); + roomMap.put("hpOnOff", gpb.hpOnOff+""); + roomMap.put("rewardType", gpb.rewardType+""); + roomMap.put("rewardValueType", gpb.rewardValueType+""); + roomMap.put("xipai_rewardType", gpb.xipai_rewardType+""); + roomMap.put("xipai_rewardValueType", gpb.xipai_rewardValueType+""); + roomMap.put("dismiss_time", DISMISS_TIME[dissolve_opt-1]); + roomMap.put("kick_time", KICK_TIME[kick_opt-1]); + roomMap.put("hp_times",gpb.hp_times+""); + if(gpb.hpOnOff == 1) { + ITObject hpObj = TObject.newFromJsonData(gpb.hpConfig); + if (hpObj.getInt("limitInRoom") != null) { + roomMap.put("limitInRoom", hpObj.getInt("limitInRoom") + ""); + } + configData.putTObject("hpData", hpObj); + } + + configData.del("opt"); + configData.del("AA"); + roomMap.put("options", configData.toJson()); + roomMap.put("game", gameId + ""); + roomMap.put("open", "1"); + roomMap.put("round", "0"); + roomMap.put("create_time", time + ""); + roomMap.put("cache_ver", "1"); + jedis0.hmset(room_key, roomMap); + + /** + * pid open status 剩余空位 + * 11 1 1 00 + */ + + String fake = jedis0.hget(room_key, "fake"); + if (StringUtil.isNotEmpty(fake)) + { + log.info("create room:"+newRoomId + " session:" + session + " fake:" + fake + " pay:"+ pay + " players:" + jedis0.hget(room_key, "players")); + Redis.use().hset(room_key, "status", 3 + ""); + Redis.use().hincrBy(room_key, "cache_ver", 1); + Redis.use().expire(room_key, 20); + } + else { + Redis.use("group1_db11").zadd(grooms_key, pid*10000+1101, room_key); + GroupPublisherService.addRoomEvt(groupId, newRoomId); + } + return room_key; + } finally { + jedis0.close(); + } + + } + + /** + * 检测成员在不在房间里 + * @param groupId + * @param session + * @return + */ + public static final boolean checkRoom(int groupId,int uid) { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + String session = AccountCache.genKey(uid); + String oldRoom = Utility.getOldRoomV2(jedis0,0,session,uid); + if(StringUtil.isNotEmpty(oldRoom)) { + return true; + } + }finally { + jedis0.close(); + } + return false; + } + + + public static final boolean checkRoom(String room_key,Jedis jedis0) { + RedisLock lock = new RedisLock(room_key, jedis0); + lock.lock(); + try { + String status = jedis0.hget(room_key, "status"); + if (StringUtil.isEmpty(status) || status.equals("2")) { + return false; + } + return true; + }finally { + lock.unlock(false); + } + } + + public static final boolean checkFakeRoom(String room_key,Jedis jedis0) { + RedisLock lock = new RedisLock(room_key, jedis0); + lock.lock(); + try { + String fake = jedis0.hget(room_key, "fake"); + if (!StringUtil.isEmpty(fake)) { + return true; + } + return false; + }finally { + lock.unlock(false); + } + } + + + + private static final ITObject publicJoinRoom(int groupId,String session, String room_key,String platform) throws Exception { + List x_room_list = Redis.use("group1_db0").hmget(room_key, "fake"); + String fake_json = x_room_list.get(0); + if (fake_json != null) + { + log.error("session:"+session + " public join room:"+room_key+" fail, fake != null"); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = null; + try { + String finalRoom = room_key; + + boolean enter_old = false; + int uid = AccountCache.getAccount(session).id; + String oldRoom = Utility.getOldRoomV2(jedis0,0,session,uid); + if(StringUtil.isNotEmpty(oldRoom)) { + String group = jedis0.hget(oldRoom, "group"); + if(StringUtil.isEmpty(group) || Integer.parseInt(group)!=groupId) { + throw new WebException(ErrorCode.GROUP_NOT_CURGROUP_ROOM); + } + enter_old = true; + finalRoom = oldRoom; + } + + lock = new RedisLock(session, jedis0); + lock.lock(); + List room_list = jedis0.hmget(finalRoom,"hpOnOff","hp_times","limitInRoom","status","open","svr","game","gpid","group","maxPlayers","AA","opt","players"); + String status = room_list.get(3); + if(StringUtil.isEmpty(status)) { + throw new WebException(ErrorCode.GROUP_ROOM_DEL); + } + int _status = Integer.parseInt(status); + + if (_status == 2 ||_status == 3) { + Utility.delRoomBySession(jedis0, session, finalRoom); + throw new WebException(ErrorCode.GROUP_ROOM_DEL); + } + + + String gm_key = GroupMemberCache.genKey(groupId, uid); + int hp_times = 1; + String group = room_list.get(8); + if(StringUtil.isNotEmpty(group)) { + String hp_times_str = room_list.get(1); + hp_times = Integer.parseInt(group) > 0?Integer.parseInt(hp_times_str):1; + } + int gameId = Integer.parseInt(room_list.get(6)); + int hpOnOff =Integer.parseInt(room_list.get(0)); + GameBean gb = GameCache.getGame(gameId); + String svr = room_list.get(5); + if (svr == null || !jedis0.exists(svr)) { + svr = _getSvr(jedis0,gb); + } + if (svr == null) { + log.error("publicJoinRoom room_key:"+room_key+" gm_key:"+gm_key+" svr:"+svr); + throw new WebException(ErrorCode.NO_SERVICE); + } + jedis0.hset(finalRoom, "svr", svr); + + int gpid = Integer.parseInt(room_list.get(7)); + GroupBean group_bean = GroupCache.getGroup(groupId); + if(!enter_old) { + int _maxPlayers = Integer.parseInt(room_list.get(9)); + String _players = room_list.get(12); + if(StringUtil.isNotEmpty(_players)) { + ITArray arr = TArray.newFromJsonData(_players); + if (arr.size() >= _maxPlayers) + { + boolean flag = true; + for (int i = 0; i < arr.size(); i++) { + int player_id = arr.getInt(i); + if (player_id == uid) + { + flag = false; + } + } + + if (flag) + { + log.info("publicJoinRoom enter group fail, room full:" + gm_key + " room_key:" + room_key); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + } + } + + String open = room_list.get(4); + if ((StringUtil.isEmpty(open) || open.equals("0"))) { + log.info("publicJoinRoom enter group fail, room open close:" + gm_key + " room_key:" + room_key); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + int AA = Integer.parseInt(room_list.get(10)); + if (AA == 1) { + int maxPlayers = Integer.parseInt(room_list.get(9)); + int opt = Integer.parseInt(room_list.get(11)); + + Integer pay = gb.pay.get("pay"+opt+"_"+maxPlayers); + if(pay == null) { + log.warn("pay no set!"); + throw new WebException(ErrorCode._FAILED); + } + pay = (int) Math.ceil((double) pay / maxPlayers); + int result =Utility.checkRoomDiamo(jedis0, session, pay); + if(result!=0) { + log.error("publicJoinRoom groupId:" + groupId + " no diamo"); + throw new WebException(result); + } + } + + + if(group_bean.ban == 1) { + throw new WebException(ErrorCode.GROUP_BAN); + } + GroupPlayBean gpb = GroupCache.getPlay(groupId, gpid); + if(gpb==null || gpb.ban == 1) { + throw new WebException(ErrorCode.GROUP_BAN_PLAY); + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock2 = new RedisLock(gm_key, jedis10); + try { + lock2.lock(); + List list = jedis10.hmget(gm_key, "ban","hp"); + String ban = list.get(0); + if(StringUtil.isNotEmpty(ban)&&ban.equals("1")) { + throw new WebException(ErrorCode.GROUP_MEMBER_BAN); + } + + String ban_key = "ban{" + groupId + "}:" + uid; + Set ban_set = Redis.use("group1_db11").smembers(ban_key); + if(ban_set.size() >0) { + String players = room_list.get(12); + if(StringUtil.isNotEmpty(players)) { + ITArray arr = TArray.newFromJsonData(players); + for(int i=0;i Integer.MAX_VALUE) + { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + if (uid_hp <= 0) + { + throw new WebException(ErrorCode.GROUP_LIMIT_NO_HP); + } + + if(hpOnOff==1) { + String hp = list.get(1); + String limitInRoom = room_list.get(2); + if (Long.parseLong(hp) > Integer.MAX_VALUE) + { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + + boolean pass = Redis.use("group1_db1").sismember("pass_games", gameId+""); + if(!pass&&StringUtil.isNotEmpty(limitInRoom)) { + if(Integer.parseInt(hp)< Integer.parseInt(limitInRoom)) { + throw new WebException(ErrorCode.GROUP_LIMIT_NO_HP); + } + } + } + jedis0.hset(session, "room", finalRoom); + + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + + + List t_list = Utility.getMemberParents(jedis10,groupId, uid,true); + if(t_list!=null) { + // 奖励还是佣金? + ITArray list1 = TArray.newInstance(); + String p_reward_key = GroupCache.genRewardKey(groupId,gpid); + String p_xipai_reward_key = GroupCache.genXiPaiRewardKey(groupId,gpid); + String p_anchou_reward_key = GroupCache.genAnChouRewardKey(groupId,gpid); + for(Integer par : t_list) { + Double val = jedis10.zscore(p_reward_key, par.toString()); + int r = 0; + if(val != null) { + r = val.intValue(); + } + int x = 0; + int a = 0; + Double xipai_val = jedis10.zscore(p_xipai_reward_key, par.toString()); + Double anchou_val = jedis10.zscore(p_anchou_reward_key,par.toString()); + if(xipai_val != null) { + x = xipai_val.intValue(); + } + if (anchou_val != null){ + a = anchou_val.intValue(); + } + if(r>0 || x>0 || a>0) { + ITObject obj = TObject.newInstance(); + obj.putInt("p", par); + if (r > 0) { + obj.putInt("r", r); + } + if (x > 0) { + obj.putInt("x", x); + } + if (a > 0) { + obj.putInt("a", a); + } + list1.addTObject(obj); + } + } + jedis0.hset(finalRoom, "prs_"+uid, list1.toJson()); + } + }finally { + lock2.unlock(); + } + } + + ITObject resData = TObject.newInstance(); + resData.putString("room_id", finalRoom.replace("room:", "")); + resData.putInt("hp_times", hp_times); + ITObject gameObj = gb.getTObject(); + resData.putTObject("game_info",gameObj); + resData.putInt("status", _status); + List server_ip = jedis0.hmget(svr, "ip", "port", "intranet"); + //resData.putString("server_ip", server_ip.get(0)); + resData.putString("server_ip", server_ip.get(2)); + resData.putString("server_port", server_ip.get(1)); + resData.putInt("groupId", groupId); + resData.putInt("pid", gpid); + resData.putInt("hpOnOff", hpOnOff); + resData.putBoolean("ban_chat1", group_bean.ban_chat1); + resData.putBoolean("ban_chat2", group_bean.ban_chat2); + String lev_str = Redis.use("group1_db10").hget(gm_key, "lev"); + int lev = 3; + if(StringUtil.isNotEmpty(lev_str)) { + lev = Integer.parseInt(lev_str); + } + resData.putInt("lev", lev); + return resData; + } finally { + if (lock != null) + lock.unlock(false); + jedis0.close(); + } + } + + /** + * 加入房间 + * @param groupId + * @param roomid + * @param session + * @param platform + * @return + * @throws Exception + */ + public static ITObject joinRoom(int groupId,String roomid,String session,String platform) throws Exception{ + String grooms_key = GroupCache.genRoomsKey(groupId); + String room_key = "room:"+roomid; + Long tem = Redis.use("group1_db11").zrank(grooms_key, room_key); + if(tem==null) { + throw new WebException(ErrorCode.NO_ROOM_NUM); + } + + List room_list = Redis.use("group1_db0").hmget(room_key, "fake"); + String fake_json = room_list.get(0); + if (fake_json != null) + { + throw new WebException(ErrorCode.ROOM_CLOSE); + } + AccountBean acc = AccountCache.getAccount(session); + List s_list = Redis.use("group1_db0").hmget(session, "regTime"); + String robotInfo = s_list.get(0); + if(StringUtil.isNotEmpty(robotInfo) && robotInfo.equals("9999")) { + log.error("robot:"+acc.id + " match room error"); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + int uid = AccountCache.getAccount(session).id; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + List t_list = Utility.getMemberParents(jedis10,groupId, uid,true); + jedis10.close(); + + if(t_list!=null) { + // 判断阀值 + for (Integer par : t_list){ + // get aoto_score + String gm_par_key = GroupMemberCache.genKey(groupId, par); + String autoscore1 = Redis.use("group1_db10").hget(gm_par_key, "autoscore"); + Integer autoscore = 0; + if (!StringUtil.isEmpty(autoscore1) ){ + autoscore = Integer.parseInt(autoscore1); + } + + if (autoscore > 0){ + ITObject totalHp = GroupService.getHpTotal(groupId, par, 30); + Long hp = totalHp.getLong("hp"); + if (hp < autoscore){ + throw new WebException(ErrorCode.GROUP_PARTNER_HP_NOT_ENOUGH); + } + } + } + } + + boolean xingyuhao = false; + if (Redis.use("group1_db1").sismember("gods", Integer.toString(uid))) { + xingyuhao = true; + } + + if (xingyuhao) { + boolean isSpecialGods = false; + { + String specail = Redis.use("group1_db1").hget("gods_special", Integer.toString(uid)); + if (StringUtil.isNotEmpty(specail)) { + isSpecialGods = true; + } + } + + { + List player_list = Redis.use("group1_db0").hmget(room_key, "players"); + + String players_json = player_list.get(0); + if (StringUtil.isNotEmpty(players_json)) { + ITArray players = TArray.newFromJsonData(players_json); + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (player_id == uid) + continue; + + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + boolean isPlayerSpecialGods = false; + String specail = Redis.use("group1_db1").hget("gods_special", Integer.toString(player_id)); + if (StringUtil.isNotEmpty(specail)) { + isPlayerSpecialGods = true; + } + + if (!isSpecialGods && isPlayerSpecialGods) { + + } else { + if (isSpecialGods && isPlayerSpecialGods) + { + + } + else { + log.error("xingyun:" + acc.id + " can't join rooms:" + room_key + " xingyun playerId:" + player_id); + throw new WebException(ErrorCode.GROUP_BAN_DESK); + } + } + } + } + } + } + } + + try { + ITObject resData = publicJoinRoom(groupId,session, room_key,platform); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + jedis11.zremrangeByScore(grooms_key, 0, 0); + jedis11.close(); + return resData; + }catch (WebException e) { + if(e.getCode() == ErrorCode.GROUP_ROOM_DEL || e.getCode() == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room_key); + } + throw e; + }finally { + + } + } + + /** + * 匹配房间 + * @param groupId + * @param pid + * @param session + * @param platform + * @return + * @throws Exception + */ + public static ITObject matchRoom(int groupId,int pid,String session,String platform,boolean is_null) throws Exception{ + int min_value = pid*10000 + 1101; + int max_value = pid*10000 + (is_null ? 1101 :9999); + String grooms_key = GroupCache.genRoomsKey(groupId); + ITObject resData = null; + Set rooms = null; + Jedis jedis = Redis.use("group1_db11").getJedis(); + try { + rooms = jedis.zrevrangeByScore(grooms_key, max_value, min_value); + Set delRooms = new HashSet(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "fake"); + + String fake_json = room_list.get(0); + if (fake_json == null) + { + continue; + } + + delRooms.add(room); + } + rooms.removeAll(delRooms); + }finally { + jedis.close(); + } + + boolean isWhite = false; + boolean isBlack = false; + boolean xingyuhao = false; + AccountBean acc = AccountCache.getAccount(session); + List s_list = Redis.use("group1_db0").hmget(session, "regTime"); + String robotInfo = s_list.get(0); + if(StringUtil.isNotEmpty(robotInfo) && robotInfo.equals("9999")) { + log.error("robot:"+acc.id + " match room error"); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + int uid = acc.id; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + List t_list = Utility.getMemberParents(jedis10,groupId, uid,true); + String gm_keyx = GroupMemberCache.genKey(groupId, uid); + String blackx = jedis10.hget(gm_keyx, "black"); + if(StringUtil.isNotEmpty(blackx)&&blackx.equals("2")) { + isWhite = true; + } + if(StringUtil.isNotEmpty(blackx)&&blackx.equals("1")) { + isBlack = true; + } + jedis10.close(); + + if(t_list!=null) { + // 判断阀值 + for (Integer par : t_list){ + // get aoto_score + String gm_par_key = GroupMemberCache.genKey(groupId, par); + String autoscore1 = Redis.use("group1_db10").hget(gm_par_key, "autoscore"); + Integer autoscore = 0; + if (!StringUtil.isEmpty(autoscore1) ){ + autoscore = Integer.parseInt(autoscore1); + } + + if (autoscore > 0){ + ITObject totalHp = GroupService.getHpTotal(groupId, par, 30); + Long hp = totalHp.getLong("hp"); + if (hp < autoscore){ + throw new WebException(ErrorCode.GROUP_PARTNER_HP_NOT_ENOUGH); + } + } + } + } + + if (Redis.use("group1_db1").sismember("gods", Integer.toString(uid))) { + xingyuhao = true; + } + + if (xingyuhao) { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room,"players"); + + String players_json = room_list.get(0); + if (players_json == null) + { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (player_id == uid) + continue; + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if(StringUtil.isNotEmpty(black)&&black.equals("2")) { + haswhite = true; + } + if(StringUtil.isNotEmpty(black)&&black.equals("1")) { + hasblack = true; + } + } + + if (haswhite) + { + whiteRooms.add(room); + } + if (hasblack) + { + blackRooms.add(room); + } + if (haswhite == false && hasblack == false){ + genralRooms.add(room); + } + } + + if (blackRooms.size() == 0) + { + blackRooms.addAll(genralRooms); + //if (blackRooms.size() == 0) + //{ + // blackRooms.addAll(whiteRooms); + //} + } + + if (blackRooms.size() > 0) + { + Collections.shuffle(blackRooms); + + for (String room : blackRooms) { + try { + resData = publicJoinRoom(groupId,session, room,platform); + break; + }catch (WebException e) { + int code = e.getCode(); + if(code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + }else if(code == ErrorCode.NO_SERVICE ||code == ErrorCode.GROUP_BAN || + code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } + else if (isWhite) { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room,"players"); + + String players_json = room_list.get(0); + if (players_json == null) + { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if(StringUtil.isNotEmpty(black)&&black.equals("2")) { + haswhite = true; + } + if(StringUtil.isNotEmpty(black)&&black.equals("1")) { + hasblack = true; + } + } + + if (haswhite) + { + whiteRooms.add(room); + } + if (hasblack) + { + blackRooms.add(room); + } + if (hasblack == false && haswhite == false){ + genralRooms.add(room); + } + } + + if (blackRooms.size() == 0) + { + blackRooms.addAll(genralRooms); + if (blackRooms.size() == 0) + { + blackRooms.addAll(whiteRooms); + } + } + + if (blackRooms.size() > 0) + { + Collections.shuffle(blackRooms); + + for (String room : blackRooms) { + try { + resData = publicJoinRoom(groupId,session, room,platform); + break; + }catch (WebException e) { + int code = e.getCode(); + if(code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + }else if(code == ErrorCode.NO_SERVICE ||code == ErrorCode.GROUP_BAN || + code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + else { + for (String room : rooms) { + try { + resData = publicJoinRoom(groupId,session, room,platform); + break; + }catch (WebException e) { + int code = e.getCode(); + if(code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + }else if(code == ErrorCode.NO_SERVICE ||code == ErrorCode.GROUP_BAN || + code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } + else if (isBlack) + { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room,"players"); + + String players_json = room_list.get(0); + if (players_json == null) + { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if(StringUtil.isNotEmpty(black)&&black.equals("1")) { + hasblack = true; + } + if(StringUtil.isNotEmpty(black)&&black.equals("2")) { + haswhite = true; + } + } + + if (haswhite) + { + whiteRooms.add(room); + } + if (hasblack) + { + blackRooms.add(room); + } + if (haswhite == false && hasblack == false){ + genralRooms.add(room); + } + } + + if (whiteRooms.size() == 0) + { + whiteRooms.addAll(genralRooms); + if (whiteRooms.size() == 0) + { + whiteRooms.addAll(blackRooms); + } + } + + if (whiteRooms.size() > 0) + { + Collections.shuffle(whiteRooms); + + for (String room : whiteRooms) { + try { + resData = publicJoinRoom(groupId,session, room,platform); + break; + }catch (WebException e) { + int code = e.getCode(); + if(code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + }else if(code == ErrorCode.NO_SERVICE ||code == ErrorCode.GROUP_BAN || + code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + else { + for (String room : rooms) { + try { + resData = publicJoinRoom(groupId,session, room,platform); + break; + }catch (WebException e) { + int code = e.getCode(); + if(code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + }else if(code == ErrorCode.NO_SERVICE ||code == ErrorCode.GROUP_BAN || + code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } + else + { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room,"players"); + + String players_json = room_list.get(0); + if (players_json == null) + { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if(StringUtil.isNotEmpty(black)&&black.equals("1")) { + hasblack = true; + } + if(StringUtil.isNotEmpty(black)&&black.equals("2")) { + haswhite = true; + } + } + + if (haswhite) + { + whiteRooms.add(room); + } + if (hasblack) + { + blackRooms.add(room); + } + if (hasblack == false && haswhite == false){ + genralRooms.add(room); + } + } + + if (genralRooms.size() == 0) + { + genralRooms.addAll(blackRooms); + if (genralRooms.size() == 0) + { + genralRooms.addAll(whiteRooms); + } + } + + if (genralRooms.size() > 0) + { + Collections.shuffle(genralRooms); + + for (String room : genralRooms) { + try { + resData = publicJoinRoom(groupId,session, room,platform); + break; + }catch (WebException e) { + int code = e.getCode(); + if(code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + }else if(code == ErrorCode.NO_SERVICE ||code == ErrorCode.GROUP_BAN || + code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + else { + for (String room : rooms) { + try { + resData = publicJoinRoom(groupId,session, room,platform); + break; + }catch (WebException e) { + int code = e.getCode(); + if(code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + }else if(code == ErrorCode.NO_SERVICE ||code == ErrorCode.GROUP_BAN || + code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } + + + if(resData == null) { + String key = createGroupRoom(session, groupId, pid); + resData = publicJoinRoom(groupId,session, key,platform); + } + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + try { + jedis11.zremrangeByScore(grooms_key, 0, 0); + }finally { + jedis11.close(); + } + return resData; + } + + /** + * 删除房间 + * @param groupId + * @param roomId + * @return + * @throws Exception + */ + public static final ITObject delRoom(int groupId,String roomId) throws Exception { + String tag_key = "room:" + roomId; + Jedis jedis0 = Redis.use("group1_db0").getJedis(); +// String svr = StringUtil.Empty; + + RedisLock lock = new RedisLock(tag_key, jedis0); + try { + lock.lock(); + List list = jedis0.hmget(tag_key, "AA", "payer", "pay", "group","game","status","gpid", "fake", "players"); + String status = list.get(5); + if(StringUtil.isEmpty(status)) { + throw new WebException(ErrorCode.NO_ROOM_NUM); + } + int _status = Integer.parseInt(status); + if(_status == 2 || _status == 3) { + throw new WebException(ErrorCode.GROUP_ROOM_DEL); + } + String group = list.get(3); + int _gid = 0; + if(StringUtil.isNotEmpty(group)) { + _gid = Integer.parseInt(group); + } + + String strGpid = list.get(6); + int _gpid = 0; + if(StringUtil.isNotEmpty(strGpid)) { + _gpid = Integer.parseInt(strGpid); + } + if(_gid !=groupId) { + throw new WebException(ErrorCode.GROUP_NOT_CURGROUP_ROOM); + } + String strFake = list.get(7); + if(_status==0) { + if (strFake == null) + { + int gameId = Integer.parseInt(list.get(4)); + boolean pay_AA = Integer.parseInt(list.get(0)) == 1; + if (!pay_AA) { + int payer = Integer.parseInt(list.get(1)); + int pay = Integer.parseInt(list.get(2)); + Utility.payDiamo(EventType.REDIS_EVENT_BACK_PAY, payer, gameId, pay, groupId,_gpid); + } + } + } + if (strFake != null) + { + try { + ITArray players = TArray.newFromJsonData(list.get(8)); + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + Redis.use("group1_db1").srem("used_robot", Integer.toString(player_id)); + //Redis.use("group1_db1").sadd("free_robot", Integer.toString(player_id)); + + } + } + catch(Exception e) + { + + } + } + jedis0.hset(tag_key, "status", "2"); + BaseCache.updateCacheVer(jedis0, tag_key); + GroupPublisherService.delRoomEvt(groupId, roomId); +// svr = jedis0.hget(tag_key, "svr"); +// +// List server_ip = Redis.use("group1_db0").hmget(svr, "ip", "port"); +// String ip = server_ip.get(0); +// if(StringUtil.isEmpty(ip)) { +// throw new WebException(ErrorCode.NO_SERVICE); +// } +// String port =server_ip.get(1); + ITObject obj = TObject.newInstance(); +// obj.putString("ip", ip); +// obj.putInt("port", Integer.parseInt(port)); + return obj; + }finally { + lock.unlock(); + } + + } +} diff --git a/game_web/web_group/src/main/java/com/group/service/GroupService.java b/game_web/web_group/src/main/java/com/group/service/GroupService.java new file mode 100644 index 0000000..f8ddcfa --- /dev/null +++ b/game_web/web_group/src/main/java/com/group/service/GroupService.java @@ -0,0 +1,5839 @@ +package com.group.service; + +import java.util.*; + +import com.data.bean.AccountBean; +import com.data.bean.GameBean; +import com.data.bean.GroupBean; +import com.data.bean.GroupMemberBean; +import com.data.bean.GroupPlayBean; +import com.data.cache.AccountCache; +import com.data.cache.BaseCache; +import com.data.cache.GameCache; +import com.data.cache.GroupCache; +import com.data.cache.GroupMemberCache; +import com.data.util.CountUtil; +import com.data.util.ErrorCode; +import com.data.util.Utility; +import com.group.MainServer; +import com.taurus.core.entity.*; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.DateUtils; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.web.WebException; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.Pipeline; + +public class GroupService { + private final static Logger log; + + static { + log = Logger.getLogger(GroupService.class); + } + /** 普通圈子3000 */ + public static final int TYPE_1_NUM = 3000000; + /** 大联盟20000 */ + public static final int TYPE_2_NUM = 3000000; + + /** 删除玩家 */ + public static final int PERMISSION_DEL_MEMBER = 1; + /** 添加玩家 */ + public static final int PERMISSION_ADD_MEMBER = 2; + /** 增减体力值 */ + public static final int PERMISSION_HP_OPT = 4; + /** 禁止娱乐 */ + public static final int PERMISSION_BAN = 8; + /** 禁止同桌 */ + public static final int PERMISSION_BAN_DESKMATE = 16; + + private static ITObject getGroupData(int uid, int groupId, Jedis jedis11, Jedis jedis10) { + GroupBean gb = GroupCache.getGroup(groupId); + if (gb == null) + return null; + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + if (gmb == null) { + return null; + } + if (uid == gb.owner) + { + Redis.use("group1_db1").sadd("robot_group", Integer.toString(groupId)); + } + ITObject obj = TObject.newInstance(); + obj.putInt("id", groupId); + obj.putString("name", gb.name); + int owner = gb.owner; + if (gmb.lev == 1) + { + obj.putInt("owner", owner); + } + else { + obj.putInt("owner", 0); + } + obj.putInt("type", gb.type); + + obj.putInt("pay_type", gb.pay_type); + obj.putInt("member_num", gb.gms); + obj.putInt("option", gb.option); + obj.putInt("show_num", gb.show_num); + String grooms_key = GroupCache.genRoomsKey(groupId); + Set rooms = jedis11.zrangeByScore(grooms_key, 100000, 2000000); + obj.putInt("room_num", rooms.size()); + obj.putInt("top_time", gmb.top_time); + AccountBean acc = AccountCache.getAccount(owner); + if (acc != null) { + obj.putString("o_nick", acc.nick); + obj.putString("o_portrait", acc.portrait); + } else { + obj.putString("o_nick", StringUtil.Empty); + obj.putString("o_portrait", StringUtil.Empty); + } + //Redis.use("group1_db1").hset("alllook",uid+"","1"); + String fp = Redis.use("group1_db1").hget("alllook",uid+""); + if (fp!=null){ + obj.putInt("lev", 1); + }else{ + obj.putInt("lev", gmb.lev); + } + + + return obj; + } + + /** + * 获取圈子列表 + * + * @param uid + * @return + * @throws Exception + */ + public static final ITArray getGroups(int uid) throws Exception { + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + ITArray list = TArray.newInstance(); + String key = GroupCache.genGroupsKey(uid); + Set groups = jedis11.zrevrange(key, 0, -1); + for (String tem : groups) { + ITObject obj = getGroupData(uid, Integer.parseInt(tem), jedis11, jedis10); + if (obj == null) { + jedis11.zrem(key, tem); + continue; + } + list.addTObject(obj); + } + + return list; + } finally { + jedis11.close(); + jedis10.close(); + } + } + + /** + * 获取圈子预览 + * + * @param uid + * @return + * @throws Exception + */ + public static final ITObject getPreview(int uid) throws Exception { + String key = GroupCache.genGroupsKey(uid); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + try { + Set groups = jedis11.zrevrange(key, 0, -1); + ITObject obj = TObject.newInstance(); + for (String tem : groups) { + int groupId = Integer.parseInt(tem); + + GroupBean gb = GroupCache.getGroup(groupId); + if (gb == null) { + continue; + } + obj.putInt("id", gb.id); + obj.putString("name", gb.name); + obj.putInt("type", gb.type); + obj.putInt("member_num", gb.gms); + String grooms_key = GroupCache.genRoomsKey(groupId); + Set rooms = jedis11.zrangeByScore(grooms_key, 100000, 1000000); + obj.putInt("room_num", rooms.size()); + obj.putBoolean("is_group", true); + return obj; + } + obj.putBoolean("is_group", false); + return obj; + } finally { + jedis11.close(); + } + + } + + private static final Map groupToRedis(String groupId, String name, int owner, int type, + int pay_type) { + Map redis_map = new HashMap<>(); + redis_map.put("id", groupId); + redis_map.put("name", name); + redis_map.put("owner", owner + ""); + redis_map.put("type", type + ""); + redis_map.put("pay_type", pay_type + ""); + redis_map.put("opt", "1"); + redis_map.put("ban", "0"); + redis_map.put("dissolve_opt", "1"); + redis_map.put("kick_opt", "1"); + redis_map.put("ban_apply", "0"); + redis_map.put("create_time", System.currentTimeMillis() / 1000 + ""); + redis_map.put("gms", "1"); + redis_map.put("option", "0"); + return redis_map; + } + + private static final Map memberToRedis(String groupId, int uid, int lev, int partnerLev, + int parentId, long time) { + Map redis_map = new HashMap<>(); + redis_map.put("groupId", groupId); + redis_map.put("uid", uid + ""); + redis_map.put("lev", lev + ""); + redis_map.put("opt", "1"); + redis_map.put("hp", "0"); + redis_map.put("ban", "0"); + redis_map.put("join_time", time + ""); + redis_map.put("top_time", "0"); + redis_map.put("partnerLev", partnerLev + ""); + redis_map.put("parentId", parentId + ""); + redis_map.put("hp_opt", "1"); + redis_map.put("permission", "0"); + return redis_map; + } + + private static final Map payToRedis(int groupId, int pid, int gameId, String name, int deskId, String config, + String hpData, int hpOnOff, int hp_times, int reward, int rewardType,int rewardValueType, int xipai_reward, int xipai_rewardType,int xipai_rewardValueType,int anchou_reward, int anchou_rewardType,int anchou_rewardValueType, int robot_room,int shangxian_robot) { + Map redis_map = new HashMap<>(); + redis_map.put("groupId", groupId + ""); + redis_map.put("id", pid + ""); + redis_map.put("name", name); + redis_map.put("deskId", deskId + ""); + redis_map.put("gameId", gameId + ""); + redis_map.put("config", config); + redis_map.put("hpData", hpData); + redis_map.put("hpOnOff", hpOnOff + ""); + redis_map.put("reward", reward + ""); + redis_map.put("rewardType", rewardType + ""); + redis_map.put("rewardValueType", rewardValueType + ""); + redis_map.put("xipai_reward", xipai_reward + ""); + redis_map.put("xipai_rewardType", xipai_rewardType + ""); + redis_map.put("xipai_rewardValueType", xipai_rewardValueType + ""); + + redis_map.put("anchou_reward", anchou_reward + ""); + redis_map.put("anchou_rewardType", anchou_rewardType + ""); + redis_map.put("anchou_rewardValueType", anchou_rewardValueType + ""); + + redis_map.put("hp_times", hp_times + ""); + redis_map.put("ban", "0"); + redis_map.put("robot_room", robot_room + ""); + redis_map.put("shangxian_robot", shangxian_robot + ""); + + return redis_map; + } + + + private static final Map payToRedis1(int groupId, int pid, int gameId, String name, int deskId, String config, + String hpData, int hpOnOff, int hp_times, int reward, int rewardType,int rewardValueType, int xipai_reward, int xipai_rewardType,int xipai_rewardValueType,int anchou_reward, int anchou_rewardType,int anchou_rewardValueType, int robot_room) { + Map redis_map = new HashMap<>(); + redis_map.put("groupId", groupId + ""); + redis_map.put("id", pid + ""); + redis_map.put("name", name); + redis_map.put("deskId", deskId + ""); + redis_map.put("gameId", gameId + ""); + redis_map.put("config", config); + redis_map.put("hpData", hpData); + redis_map.put("hpOnOff", hpOnOff + ""); + redis_map.put("reward", reward + ""); + redis_map.put("rewardType", rewardType + ""); + redis_map.put("rewardValueType", rewardValueType + ""); + redis_map.put("xipai_reward", xipai_reward + ""); + redis_map.put("xipai_rewardType", xipai_rewardType + ""); + redis_map.put("xipai_rewardValueType", xipai_rewardValueType + ""); + + redis_map.put("anchou_reward", anchou_reward + ""); + redis_map.put("anchou_rewardType", anchou_rewardType + ""); + redis_map.put("anchou_rewardValueType", anchou_rewardValueType + ""); + + redis_map.put("hp_times", hp_times + ""); + redis_map.put("ban", "0"); + redis_map.put("robot_room", robot_room + ""); + + return redis_map; + } + +// private static final String DEF_PROMOTION_DATA = "[{\"num\":0,\"val\":0}]"; + + /** + * 创建圈子 + * + * @param name + * @param owner + * @param type + * 1普通圈子 2大联盟 + * @param pay_type + * 1 房主支付 2AA支付 + * @return + * @throws Exception + */ + public static final ITObject createGroup(String name, int owner, int type, int pay_type, int num) + throws Exception { + log.info("createGroup name:"+name+" owner:"+owner + " type:"+type + " pay_type:" + pay_type + " num:" + num); + + String groupId = null; + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + try { + if (num > 0) { + groupId = num + ""; + if (!jedis1.sismember("lh_ids", groupId)) { + throw new WebException(ErrorCode.GROUP_NO_EXIST); + } + } else { + groupId = jedis1.rpop("free_group"); + if (jedis1.sismember("lh_ids", groupId)) { + throw new WebException(ErrorCode._FAILED); + } + } + + String sql = String.format("SELECT id FROM groups WHERE owner=%s", owner); + ITArray arr = DataBase.use().executeQueryByTArray(sql); + if (arr.size() > 0) { + if(num<=0) { + jedis1.lpush("free_group", groupId); + } + throw new WebException(ErrorCode.GROUP_TYPE2_ONLY_1); + } + + }finally { + jedis1.close(); + } + + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + int gid = Integer.parseInt(groupId); + String key = GroupCache.genKey(Integer.parseInt(groupId)); + RedisLock lock = null; + try { + lock = new RedisLock(key, jedis11); + lock.lock(); + + String sql = String.format("{call sp_create_group(%s,'%s',%s,%s,%s)}", groupId, name, owner, type, pay_type); + Utility.evtdb(gid, 2, sql); + + Map redis_map = groupToRedis(groupId, name, owner, type, pay_type); + jedis11.hmset(key, redis_map); + BaseCache.updateCacheVer(jedis11, key); + long time = System.currentTimeMillis() / 1000; + redis_map = memberToRedis(groupId, owner, 1, 0, 0, time); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + String gm_key = GroupMemberCache.genKey(Integer.parseInt(groupId), owner); + jedis10.hmset(gm_key, redis_map); + BaseCache.updateCacheVer(jedis10, gm_key); + } finally { + jedis10.close(); + } + + ITObject info = TObject.newInstance(); + info.putInt("id", gid); + info.putString("name", name); + String gpids_key = GroupCache.genPidsKey(gid); + Pipeline pipeline = jedis11.pipelined(); + pipeline.del(gpids_key); + for (int i = 10; i < 210; ++i) { + pipeline.zadd(gpids_key, time, i + ""); + time++; + } + pipeline.sync(); + + String gs_key = GroupCache.genGroupsKey(owner); + jedis11.zadd(gs_key, 0, groupId); + return info; + + + } catch (Exception ex) { + Redis.use("group1_db1").lpush("free_group", groupId); + if (ex instanceof WebException) { + throw ex; + } else { + log.error(ex); + } + + } finally { + if (lock != null) { + lock.unlock(); + } + } + return null; + } + + /** + * 删除圈子 + * + * @param groupId + * @param uid + * @return + * @throws Exception + */ + public static final void delGroup(int groupId, int uid) throws Exception { + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + String key = GroupCache.genKey(groupId); + + RedisLock lock = new RedisLock(key, jedis11); + try { + lock.lock(); + String opt = jedis11.hget(key, "opt"); + if (StringUtil.isEmpty(opt) || Integer.parseInt(opt) != 1) { + throw new WebException(ErrorCode.GROUP_NO_EXIST); + } + String grooms_key = GroupCache.genRoomsKey(groupId); + jedis11.zremrangeByScore(grooms_key, 0, 0); + Set rooms = jedis11.zrangeByScore(grooms_key, 100000, 1000000); + if (rooms.size() > 0) { + throw new WebException(ErrorCode.GROUP_EXIST_ROOMS); + } + + jedis11.hset(key, "opt", "2"); + GroupPublisherService.delGroupEvt(groupId); + jedis11.expire(key, 30); + String gpids_key = GroupCache.genPidsKey(groupId); + String gs_key = GroupCache.genGroupsKey(uid); + jedis11.del(gpids_key); + jedis11.zrem(gs_key, groupId + ""); + Set play_list = jedis11.keys("g{" + groupId + "}:*"); + Pipeline pipeline = jedis11.pipelined(); + for (String p_key : play_list) { + pipeline.expire(p_key, 30); + } + pipeline.sync(); + Set members = jedis10.keys("g{" + groupId + "}:*"); + pipeline = jedis10.pipelined(); + for (String m_key : members) { + pipeline.expire(m_key, 30); + } + pipeline.sync(); + + String sql = String.format("{call sp_del_group(%s)}", groupId); + Utility.evtdb(groupId, 2, sql); + } finally { + lock.unlock(); + jedis10.close(); + } + } + + /** + * 退出圈子 + * + * @param groupId + * @param uid + * @throws Exception + */ + public static final void exitGroup(int groupId, int uid) throws Exception { + GroupBean gb = GroupCache.getGroup(groupId); + if (gb.exit_opt == 1) { + throw new WebException(ErrorCode.GROUP_TYPE2_NOT_EXIT); + } + + if ((gb.option & 2) == 0) { + throw new WebException(ErrorCode.GROUP_TYPE2_NOT_EXIT); + } + + delMember(groupId, gb.owner, uid); + } + + /** + * 申请加入牌友圈 + * + * @param groupId + * @param uid + * @return + * @throws Exception + */ + public static final int applyGroup(int groupId, int uid) throws Exception { + String joins_key = GroupCache.genJoinsKey(groupId); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + RedisLock lock = new RedisLock(joins_key, jedis11); + try { + lock.lock(); + GroupBean gb = GroupCache.getGroup(groupId); + if (gb == null) { + throw new WebException(ErrorCode.GROUP_NO_EXIST); + } + if (gb.ban_apply == 2) { + return ErrorCode.GROUP_BAN_APPLY; + } + int type = gb.type; + int gms = gb.gms; + if (type == 1 && gms >= TYPE_1_NUM) { + return ErrorCode.GROUP_MEMBER_IS_FULL; + } + if (type == 2 && gms >= TYPE_2_NUM) { + return ErrorCode.GROUP_MEMBER_IS_FULL; + } + String tag_key = GroupMemberCache.genKey(groupId, uid); + String member_opt = Redis.use("group1_db10").hget(tag_key, "opt"); + if (StringUtil.isNotEmpty(member_opt) && member_opt.equals("1")) { + return ErrorCode.GROUP_MEMBER_EXIST; + } + if (jedis11.sismember(joins_key, uid + "")) { + return ErrorCode.GROUP_JOIN_EXIST; + } + jedis11.sadd(joins_key, uid + ""); + int joins = jedis11.scard(joins_key).intValue(); + GroupPublisherService.updateJoinsEvt(groupId, joins); + } finally { + lock.unlock(); + } + return 0; + } + + /** + * 验证加入牌友圈 + * + * @param groupId + * @param uid + * @param tagId + * @param allow + * @return + * @throws Exception + */ + public static final int verifyJoinGroup(int groupId, int uid, int tagId, boolean allow) throws Exception { + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + String member_key = GroupMemberCache.genKey(groupId, tagId); + RedisLock lock1 = new RedisLock(member_key, jedis10); + String joins_key = GroupCache.genJoinsKey(groupId); + RedisLock lock = new RedisLock(joins_key, jedis11); + try { + lock.lock(); + lock1.lock(); + long len = jedis11.srem(joins_key, tagId + ""); + String member_opt = jedis10.hget(member_key, "opt"); + if (StringUtil.isNotEmpty(member_opt) && member_opt.equals("1")) { + return ErrorCode.GROUP_MEMBER_EXIST; + } + String g_key = GroupCache.genKey(groupId); + List list = jedis11.hmget(g_key, "type", "gms"); + int type = Integer.parseInt(list.get(0)); + int gms = Integer.parseInt(list.get(1)); + if (type == 1 && gms >= TYPE_1_NUM) { + return ErrorCode.GROUP_MEMBER_IS_FULL; + } + if (type == 2 && gms >= TYPE_2_NUM) { + return ErrorCode.GROUP_MEMBER_IS_FULL; + } + if (len > 0 && allow) { + long time = System.currentTimeMillis() / 1000; + String sql = String.format( + "INSERT INTO group_member(uid,groupId,join_time,parentId) VALUES(%s,%s,%s,%s)", tagId, groupId, + time, 0); + Utility.evtdb(groupId, 1, sql); + Map redis_map = memberToRedis(groupId + "", tagId, 3, 0, 0, time); + jedis10.hmset(member_key, redis_map); + BaseCache.updateCacheVer(jedis10, member_key); + jedis11.hincrBy(g_key, "gms", 1); + BaseCache.updateCacheVer(jedis11, g_key); + String key = GroupCache.genGroupsKey(tagId); + jedis11.zadd(key, 0, groupId + ""); + } + int joins = jedis11.scard(joins_key).intValue(); + GroupPublisherService.updateJoinsEvt(groupId, joins); + return 0; + } finally { + lock.unlock(); + lock1.unlock(); + } + } + + private static String getSvr(Jedis jedis11) { + Set svr_list = jedis11.zrange("mgr_group", 0, -1); + if (svr_list.size() > 0) { + for (String str : svr_list) { + if (jedis11.exists(str)) { + return str; + } + } + } + return null; + } + + /** + * 进入圈子 + * + * @param groupId + * @param uid + * @return + * @throws Exception + */ + public static final ITObject enterGroup(int groupId, int uid) throws Exception { + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + try { + String svr = getSvr(jedis11); + if (StringUtil.isEmpty(svr)) { + log.error("enterGroup fail groupId:" + groupId + " svr:"+svr + " uid:" + uid); + throw new WebException(ErrorCode.NO_SERVICE); + } + String group_key = GroupCache.genKey(groupId); + + String host = jedis11.hget(svr, "host"); + ITObject data = TObject.newInstance(); + data.putString("host", host); + String notice = Redis.use("group1_db11").hget(group_key, "notice"); + data.putString("notice", StringUtil.isEmpty(notice) ? StringUtil.Empty : notice); + String hide_action = Redis.use("group1_db11").hget(group_key, "hide_action"); + data.putInt("hide_action", StringUtil.isEmpty(hide_action) ? 0 : Integer.parseInt(hide_action)); + return data; + } finally { + jedis11.close(); + } + } + + /** + * 获得玩家信息 + * + * @param tagId + * @return + * @throws Exception + */ + public static final ITObject getPlayerInfo(int uid) throws Exception { + AccountBean acc = AccountCache.getAccount(uid); + if (acc == null) + { + return null; + } + + ITObject obj = TObject.newInstance(); + obj.putInt("uid", uid); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + return obj; + } + + /** + * 添加成员 + * + * @param groupId + * @param uid + * @param tagId + * @return + * @throws Exception + */ + public static final int addMember(int groupId, int uid, int tagId) throws Exception { + log.info("addMember uid:"+uid+" tagId:"+tagId); + GroupBean gb = GroupCache.getGroup(groupId); + String g_key = gb.redis_key; + int type = gb.type; + int gms = gb.gms; + if (type == 1 && gms >= TYPE_1_NUM) { + return ErrorCode.GROUP_MEMBER_IS_FULL; + } + if (type == 2 && gms >= TYPE_2_NUM) { + return ErrorCode.GROUP_MEMBER_IS_FULL; + } + String tag_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(tag_key, jedis10); + RedisLock lock1 = null; + try { + lock.lock(); + String session_key = AccountCache.genKey(tagId); + List s_list = Redis.use("group1_db0").hmget(session_key, "id", "invitation"); + if (StringUtil.isEmpty(s_list.get(0))) { + return ErrorCode._FAILED; + } + int invitation = 0; + if (StringUtil.isNotEmpty(s_list.get(1))) { + invitation = Integer.parseInt(s_list.get(1)); + } + if (invitation == 0) { + return ErrorCode.GROUP_CLOSE_INVITATION; + } + String mng_key = GroupMemberCache.genKey(groupId, uid); + lock1 = new RedisLock(mng_key, jedis10); + lock1.lock(); + GroupMemberBean mng_bean = GroupCache.getMember(groupId, uid); + + if (mng_bean == null) { + return ErrorCode.GROUP_NOT_MEMBER; + } + + int mgn_lev = mng_bean.lev; + int mgn_partnerLev = mng_bean.partnerLev; + if (mgn_lev == 3 && mgn_partnerLev == 0) { + return ErrorCode.GROUP_NOT_PARTNER; + } + if (mgn_lev == 2) { + if ((mng_bean.permission & PERMISSION_ADD_MEMBER) == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + String member_opt = jedis10.hget(tag_key, "opt"); + boolean exits = StringUtil.isNotEmpty(member_opt) && member_opt.equals("1"); + if (exits) { + return ErrorCode.GROUP_MEMBER_EXIST; + } + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + if (!exits) { + String joins_key = GroupCache.genJoinsKey(groupId); + log.info("addMember joins_key:"+joins_key); + if (jedis11.sismember(joins_key, tagId + "")) { + jedis11.srem(joins_key, tagId + ""); + int joins = jedis11.scard(joins_key).intValue(); + log.info("addMember joins:"+joins); + GroupPublisherService.updateJoinsEvt(groupId, joins); + } + } + + try { + int mgn_uid = mgn_lev == 3 ? uid : 0; + String sql = String.format("{call sp_add_member(%s,%s,%s)}", groupId, mgn_uid, tagId); + log.info("addMember addsql:"+sql); + Utility.evtdb(groupId, 2, sql); + + long time = System.currentTimeMillis() / 1000; + log.info("addMember time:"+time); + Map redis_map = memberToRedis(groupId + "", tagId, 3, 0, mgn_uid, time); + + Map hashData = jedis10.hgetAll("g{"+groupId+"}:ban:"+uid); + if (!hashData.isEmpty()){ + for(Map.Entry entry: hashData.entrySet()){ + jedis10.hset(GroupCache.genBanKey(groupId, tagId), entry.getKey(), entry.getValue()+""); + } + } + redis_map.put("queueid",mng_bean.queueid+""); + //redis_map.put("seeid",mng_bean.seeid+""); + + jedis10.hmset(tag_key, redis_map); + BaseCache.updateCacheVer(jedis10, tag_key); + jedis11.hincrBy(g_key, "gms", 1); + BaseCache.updateCacheVer(jedis11, g_key); + String key = GroupCache.genGroupsKey(tagId); + jedis11.zadd(key, 0, groupId + ""); + + String group_ban = jedis10.hget(mng_key, "group_ban"); + if (!StringUtil.isEmpty(group_ban) && Integer.parseInt(group_ban) == 1) + { + sql = String.format("update group_member set ban = %s where uid = %s AND groupId = %s", group_ban, tagId,groupId); + Utility.evtdb(groupId, 1, sql); + jedis10.hset(tag_key, "ban", group_ban); + jedis10.hset(tag_key, "group_ban", group_ban); + BaseCache.updateCacheVer(jedis10, tag_key); + } + } finally { + jedis11.close(); + } + return 0; + } finally { + log.info("lock1 time:"+lock1); + if (lock1 != null) { + lock1.unlock(false); + } + log.info("lock time:"+lock); + lock.unlock(); + } + } + + /** + * 设置合伙人 + * + * @param groupId + * @param uid + * @param tagId + * @return + * @throws Exception + */ + public static final ITObject setParent(int groupId, int uid, int tagId) throws Exception { + log.info("setParent uid:" + uid + " tagId:"+tagId); + String tag_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(tag_key, jedis10); + RedisLock lock1 = null; + try { + lock.lock(); + GroupMemberBean tag_bean = GroupCache.getMember(groupId, tagId); + if (tag_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + String mng_key = GroupMemberCache.genKey(groupId, uid); + lock1 = new RedisLock(mng_key, jedis10); + lock1.lock(); + GroupMemberBean mng = GroupCache.getMember(groupId, uid); + if (mng == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + int mgn_lev = mng.lev; + int mgn_partner = mng.partnerLev; + if (mgn_lev == 3 && mgn_partner == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + + int member_lev = tag_bean.lev; + if (member_lev < 3) { + throw new WebException(ErrorCode.GROUP_TAG_ISMGR); + } + int member_partner = tag_bean.partnerLev; + if (member_partner > 0) { + throw new WebException(ErrorCode.GROUP_ALREADY_PARTNER); + } + int member_parentId = tag_bean.parentId; + if (member_parentId > 0 && uid != member_parentId) { + throw new WebException(ErrorCode.GROUP_MEMBER_EXIST_PARTENER); + } + GroupBean gb = GroupCache.getGroup(groupId); + int tag_partner_lev = 1; + int parent = uid; + if (mgn_lev < 3) { + parent = gb.owner; + } else { + tag_partner_lev = (mgn_partner + 1); + } + + String sql = String.format( + "update group_member set parentId = %s,partnerLev=%s " + "WHERE uid = %s and groupId = %s", parent, + tag_partner_lev, tagId, groupId); + Utility.evtdb(groupId, 1, sql); + GroupPublisherService.updateMemberEvt(groupId, tagId, 3, tag_partner_lev); + jedis10.hset(tag_key, "parentId", parent + ""); + jedis10.hset(tag_key, "partnerLev", tag_partner_lev + ""); + BaseCache.updateCacheVer(jedis10, tag_key); + if (mgn_lev == 3) { + List list = Utility.getMemberParents(jedis10, groupId, uid, true); + for (Integer par : list) { + String pl_key = GroupCache.genParListKey(groupId, par); + jedis10.sadd(pl_key, tagId + ""); + } + } + // int member_hp = Integer.parseInt(jedis10.hget(tag_key, "hp")); + // String ph_key = String.format("g{%s}:par_hp:%s", groupId,tagId); + // jedis10.incrBy(ph_key, member_hp); + ITObject resData = TObject.newInstance(); + resData.putInt("parentId", parent); + resData.putInt("partnerLev", tag_partner_lev); + + return resData; + + } finally { + if (lock1 != null) { + lock1.unlock(false); + } + lock.unlock(); + + } + } + + /** + * 设置备注值 + * + * @param groupId + * @param uid + * @param tagId + * @param score + * @return + * @throws Exception + */ + public static final void updateMemberScore(int groupId, int uid, int tagId, int score) throws Exception { + log.info("updateMemberScore uid:"+uid+" tagId:"+tagId+" score:"+score); + GroupMemberBean tag_bean = GroupCache.getMember(groupId, tagId); + if (tag_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + GroupMemberBean mng_bean = GroupCache.getMember(groupId, uid); + if (mng_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + if (mng_bean.lev >= 3) { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, false); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + jedis10.hset(tag_bean.redis_key, "score", score + ""); + BaseCache.updateCacheVer(jedis10, GroupMemberCache.genKey(groupId, tagId)); + } + finally { + jedis10.close(); + } + } + + /** + * 设置备注值 + * + * @param groupId + * @param uid + * @param tagId + * @param queueid + * @return + * @throws Exception + */ + public static final void updateMemberQueue(int groupId, int uid, int tagId, int queueid) throws Exception { + log.info("updateMemberQueue uid:"+uid+" tagId:"+tagId+" queue:"+queueid); + GroupMemberBean tag_bean = GroupCache.getMember(groupId, tagId); + if (tag_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + GroupMemberBean mng_bean = GroupCache.getMember(groupId, uid); + if (mng_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + /* + try { + if (mng_bean.lev >= 3) { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, false); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + jedis10.hset(tag_bean.redis_key, "queueid", queueid + ""); + BaseCache.updateCacheVer(jedis10, GroupMemberCache.genKey(groupId, tagId)); + } + finally { + jedis10.close(); + }*/ + + + + String gm_key = GroupMemberCache.genKey(groupId, tagId); + //Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(gm_key, jedis10); + try { + + jedis10.hset(tag_bean.redis_key, "queueid", queueid + ""); + BaseCache.updateCacheVer(jedis10, GroupMemberCache.genKey(groupId, tagId)); + + String opt1 = jedis10.hget(gm_key, "opt"); + if (StringUtil.isEmpty(opt1) || Integer.parseInt(opt1) != 1) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + String mng_key = GroupMemberCache.genKey(groupId, uid); + RedisLock lock1 = new RedisLock(mng_key, jedis10); + try { + lock1.lock(); + int mgn_lev = Integer.parseInt(jedis10.hget(mng_key, "lev")); + if (mgn_lev == 2) { + String permission = jedis10.hget(mng_key, "permission"); + if (StringUtil.isEmpty(permission) || (Integer.parseInt(permission) & PERMISSION_BAN) == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + else if (mgn_lev >= 3) + { + if (uid != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + //log.info("uid:" + uid + " ban_member:" + tagId + " par_list:" + par_list); + } + } + + String group_ban = jedis10.hget(mng_key, "group_ban"); + if (!StringUtil.isEmpty(group_ban) && Integer.parseInt(group_ban) == 1) { + throw new WebException(ErrorCode.GROUP_MEMBER_BAN); + } + } finally { + lock1.unlock(false); + } + + //log.info("uid:" + uid + " ban_member:" + tagId + " optType:" + optType + " ban:" + ban); + + boolean isPartner = false; + GroupMemberBean gmb = GroupCache.getMember(groupId, tagId); + if( gmb.partnerLev > 0) { + isPartner = true; + } + + String sql; + //String _ban = ban + ""; + if(isPartner) { + HashSet hashSet = new HashSet<>(); + hashSet.add(tagId); + ArrayList arrayList = new ArrayList<>(); + arrayList.add(tagId); + + gm_key = GroupMemberCache.genKey(groupId, tagId); + //jedis10.hset(gm_key, "ban", _ban); + //jedis10.hset(gm_key, "group_ban", _ban); + BaseCache.updateCacheVer(jedis10, gm_key); + + while(!arrayList.isEmpty()) + { + ArrayList arrayListTemp = new ArrayList<>(); + arrayListTemp.addAll(arrayList); + arrayList.clear(); + + for(int i = 0; i < arrayListTemp.size(); ++i) + { + int tmpTagId = arrayListTemp.get(i); + String child_list2 = Utility.getChildParentSql(groupId, tmpTagId, true); + + //sql = String.format("update group_member set ban = %s where groupId = %s and (parentId in(%s) or uid = %s)", _ban, groupId,child_list2,tmpTagId); + //Utility.evtdb(groupId, 1, sql); + + sql = String.format("select uid from group_member where groupId = %s and (parentId in(%s) or uid = %s)", groupId,child_list2, tmpTagId); + + ITArray tmplist = DataBase.use().executeQueryByTArray(sql); + if(tmplist.size()>0) { + for(int j=0; j= 3) { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, false); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + jedis10.hset(tag_bean.redis_key, "seeid", seeid + ""); + BaseCache.updateCacheVer(jedis10, GroupMemberCache.genKey(groupId, tagId)); + } + finally { + jedis10.close(); + } + } + + /** + * 设置体力值 + * + * @param groupId + * @param uid + * @param tagId + * @param hp + * @return + * @throws Exception + */ + public static final ITObject updateMemberHp(int groupId, int uid, int tagId, int hp, boolean self, int otherId) throws Exception { + + String tag_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(tag_key, jedis10); + try { + lock.lock(); + GroupMemberBean tag_bean = GroupCache.getMember(groupId, tagId); + if (tag_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + GroupMemberBean mng_bean = GroupCache.getMember(groupId, uid); + if (mng_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + // 正在游戏不允许下分操作 + if (hp < 0) { + if (GroupRoomService.checkRoom(groupId, uid)) { + throw new WebException(ErrorCode.GROUP_DONOT_SUB_HP); + } + if (GroupRoomService.checkRoom(groupId, tagId)) { + throw new WebException(ErrorCode.GROUP_DONOT_SUB_HP); + } + } + + if (hp > 0) { + int pre_hp = Integer.parseInt(jedis10.hget(tag_key, "hp")); + + if ((long)pre_hp + (long)hp > Integer.MAX_VALUE) + { + throw new WebException(ErrorCode._FAILED); + } + } + + int mgn_partner = mng_bean.partnerLev; + int mgn_lev = mng_bean.lev; + if (tag_bean.lev == 1) + { + if (uid != tagId) + { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + else if (tag_bean.lev == 2) { + if (mgn_lev != 1) + { + if (uid != tagId) + { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + + if (mgn_lev == 3 && mgn_partner == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + if (mgn_lev == 2) { + if ((mng_bean.permission & PERMISSION_HP_OPT) == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + if (self == false && mgn_lev != 1 && uid == tagId) { + throw new WebException(ErrorCode._FAILED); + } + + if (mgn_lev == 3) { + if (!self) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, false); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + else + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + String lua = MainServer.lua_map.get("mgr"); + Object obj = jedis10.evalsha(lua, Arrays.asList(mng_bean.redis_key, tag_key), + Arrays.asList(hp + "", mgn_lev + "")); + if (obj == null) { + throw new WebException(ErrorCode._FAILED); + } + if (obj instanceof Long) { + Long code = (Long) obj; + if (code == 3) { + throw new WebException(ErrorCode.GROUP_TAG_MGR_HP); + } else if (code == 4) { + throw new WebException(ErrorCode.GROUP_TAG_NO_HP); + } + } else { + ArrayList arr = (ArrayList) obj; + ITObject resData = TObject.newInstance(); + int mhp = arr.get(0).intValue(); + int thp = arr.get(1).intValue(); + resData.putInt("mhp", (int) mhp); + resData.putInt("hp", (int) thp); + + String sql = String.format("{call sp_update_hp_mgr2(%s,%s,%s,%s,%s,%s,%s,%s)}", groupId, uid, hp, mhp, thp, tagId, mgn_lev,otherId); + Utility.evtdb(groupId, 2, sql); + + if (!self) + log.info("updateMemberHp uid:"+uid + " tagId:"+tagId + " hp:" + hp/1000); + + // ------------------------邮件 ------------------- + ITObject mail_data = TObject.newInstance(); + mail_data.putInt("mgr_id", uid); + AccountBean acc = AccountCache.getAccount(uid); + mail_data.putString("nick", acc.nick); + mail_data.putString("headurl", acc.portrait); + mail_data.putInt("hp", hp); + mail_data.putInt("type", 1); + int time = (int) (System.currentTimeMillis() / 1000); + mail_data.putInt("time", time); + String mail_key = GroupCache.genMailKey(groupId, tagId); + jedis10.zadd(mail_key, time, mail_data.toJson()); + String mail_tip_key = GroupCache.genMailTipKey(groupId); + jedis10.zadd(mail_tip_key, 1, tagId + ""); + GroupPublisherService.updateMailTipEvt(groupId, tagId); + //----------------------------------------------- + + String c_tem = hp > 0 ? "upper" : "sub"; + if (mgn_lev < 3) { + String hp_mgr_key = String.format("g%s:hp_mgr:%s", groupId, c_tem); + String hp_mgr_id_key = String.format("g%s:hp_mgr:%s:u%s", groupId, c_tem, uid); + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + hp = Math.abs(hp); + CountUtil.countLogByDay(hp_mgr_key, hp, jedis9); + CountUtil.countLogByDay(hp_mgr_id_key, hp, jedis9); + } finally { + jedis9.close(); + } + } else { + String hp_par_id_key = String.format("g%s:hp_par:%s:u%s", groupId, c_tem, uid); + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + hp = Math.abs(hp); + CountUtil.countLogByDay(hp_par_id_key, hp, jedis9); + } finally { + jedis9.close(); + } + } + return resData; + } + return null; + } finally { + lock.unlock(); + + } + } + + + /** + * 获取奖励数据 + * + * @param groupId + * @param uid + * @return + */ + public static final ITObject getTakeInfo(int groupId, int uid, int tagId) throws Exception { + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && uid != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + finally { + jedis10.close(); + } + + + String rhp_key = String.format("g{%s}:m%s:reward_hp", groupId, tagId); + String r_hp = Redis.use("group1_db10").get(rhp_key); + int _r_hp = 0; + if (StringUtil.isNotEmpty(r_hp)) { + _r_hp = Integer.parseInt(r_hp); + } + + long day_rewad = 0; + long day_rewad_1 = 0; + long day_rewad_2 = 0; +// int all_day_reward = 0; + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + String key = String.format("g%s:hp_reward:m%s", groupId, tagId); + day_rewad = CountUtil.getCountLogByDay(key, jedis9); + String day_key_1 = key + ":d"+(DateUtils.getBeginDay() - 3600 * 24); + day_rewad_1 = CountUtil.getCountLog(day_key_1, 0, jedis9); + String day_key_2 = key + ":d"+(DateUtils.getBeginDay() - 3600 * 48); + day_rewad_2 = CountUtil.getCountLog(day_key_2, 0, jedis9); + } finally { + jedis9.close(); + } + ITObject resData = TObject.newInstance(); + resData.putLong("total_hp", _r_hp); + //resData.putInt("bank_hp", _b_hp); + resData.putLong("day_rewad", day_rewad); + resData.putLong("day_rewad_1", day_rewad_1); + resData.putLong("day_rewad_2", day_rewad_2); + return resData; + } + + + public static final ITObject getBankInfo(int groupId, int uid, int tagId) throws Exception { + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && uid != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + finally { + jedis10.close(); + } + + String mng_key = GroupMemberCache.genKey(groupId, tagId); + //String rhp_key = String.format("g{%s}:m%s:reward_hp", groupId, tagId); + //String r_hp = Redis.use("group1_db10").get(rhp_key); + String r_hp = Redis.use("group1_db10").hget(mng_key, "hp"); + long _r_hp = 0; + if (StringUtil.isNotEmpty(r_hp)) { + _r_hp = Long.parseLong(r_hp); + } + String b_hp = Redis.use("group1_db10").hget(mng_key, "bank_hp"); + long _b_hp = 0; + if (StringUtil.isNotEmpty(b_hp)) { + _b_hp = Long.parseLong(b_hp); + } + + int day_rewad = 0; + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + String key = String.format("g%s:hp_reward:m%s", groupId, tagId); + day_rewad = CountUtil.getCountLogByDay(key, jedis9); + } finally { + jedis9.close(); + } + ITObject resData = TObject.newInstance(); + resData.putLong("total_hp", _r_hp); + resData.putLong("bank_hp", _b_hp); + //resData.putInt("day_rewad", day_rewad); + return resData; + } + + /** + * 提取体力值 + * + * @param groupId + * @param uid + * @param hp + * @return + * @throws Exception + */ + public static final ITObject takeHp(int groupId, int uid, int tagId, long hp) throws Exception { + log.info("takeHp uid:" + uid + " tagId:" + tagId + " hp:" + hp/1000); + if (hp <= 0) { + throw new WebException(ErrorCode._FAILED); + } + + if (hp > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + + String mng_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(mng_key, jedis10); + try { + lock.lock(); + + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && uid != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + GroupMemberBean mng_bean = GroupCache.getMember(groupId, tagId); + if (mng_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + String key = String.format("g{%s}:m%s:reward_hp", groupId, tagId); + String r_hp = jedis10.get(key); + if (StringUtil.isEmpty(r_hp)) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_HP); + } + + if (Long.parseLong(r_hp) < hp) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_HP); + } + + long tag_hp = Long.parseLong(jedis10.hget(mng_key, "hp")); + if (tag_hp + hp > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + + if (GroupRoomService.checkRoom(groupId, tagId)) { + throw new WebException(ErrorCode.GROUP_DONOT_SUB_HP); + } + + String lua = MainServer.lua_map.get("take_hp"); + Object obj = jedis10.evalsha(lua, Arrays.asList(key,mng_key), Arrays.asList((int)hp + "")); + if (obj == null) { + throw new WebException(ErrorCode._FAILED); + } + if (obj instanceof Long) { + Long code = (Long) obj; + if (code == 3) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_HP); + } + } else { + ArrayList arr = (ArrayList) obj; + int _r_hp = arr.get(0).intValue(); + int mhp = arr.get(1).intValue(); + String sql = String.format("{call sp_take_reward_hp(%s,%s,%s,%s)}", groupId, tagId, (int)hp, mhp); + Utility.evtdb(groupId, 2, sql); + sql = String.format("update group_member set reward_hp = %s where uid = %s AND groupId = %s", _r_hp, tagId,groupId); + Utility.evtdb(groupId, 1, sql); + ITObject resData = TObject.newInstance(); + resData.putInt("hp", mhp); + resData.putLong("r_hp", _r_hp); + return resData; + } + return null; + } finally { + lock.unlock(); + + } + } + + /** + * 提取体力值 + * + * @param groupId + * @param uid + * @param hp + * @return + * @throws Exception + */ + public static final void groupTakeHp(int groupId, int uid, int tagId) throws Exception { + log.info("groupTakeHp uid:" + uid + " tagId:" + tagId); + String gm_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(gm_key, jedis10); + try { + String opt1 = jedis10.hget(gm_key, "opt"); + if (StringUtil.isEmpty(opt1) || Integer.parseInt(opt1) != 1) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + String mng_key = GroupMemberCache.genKey(groupId, uid); + RedisLock lock1 = new RedisLock(mng_key, jedis10); + try { + lock1.lock(); + int mgn_lev = Integer.parseInt(jedis10.hget(mng_key, "lev")); + if (mgn_lev != 1) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } finally { + lock1.unlock(false); + } + + boolean isPartner = false; + GroupMemberBean gmb = GroupCache.getMember(groupId, tagId); + if(gmb.partnerLev > 0) { + isPartner = true; + } + + String sql; + if(isPartner) { + HashSet hashSet = new HashSet<>(); + hashSet.add(tagId); + ArrayList arrayList = new ArrayList<>(); + arrayList.add(tagId); + + String key = String.format("g{%s}:m%s:reward_hp", groupId, tagId); + String r_hp = jedis10.get(key); + if (!StringUtil.isEmpty(r_hp)) { + try { + long allRewardHp = Long.parseLong(r_hp); + GroupService.takeHp(groupId, uid, tagId, allRewardHp); + } + catch (Exception e) + { + + } + } + + String tag_gm_key = GroupMemberCache.genKey(groupId, tagId); + String b_hp = jedis10.hget(tag_gm_key, "bank_hp"); + if (!StringUtil.isEmpty(b_hp)) { + try { + long allBankHp = Long.parseLong(b_hp); + GroupService.takeBankHp(groupId, uid, tagId, allBankHp); + } + catch (Exception e) + { + + } + } + + while(!arrayList.isEmpty()) + { + ArrayList arrayListTemp = new ArrayList<>(); + arrayListTemp.addAll(arrayList); + arrayList.clear(); + + for(int i = 0; i < arrayListTemp.size(); ++i) + { + int tmpTagId = arrayListTemp.get(i); + String child_list2 = Utility.getChildParentSql(groupId, tmpTagId, true); + + sql = String.format("select uid from group_member where groupId = %s and (parentId in(%s) or uid = %s)", groupId,child_list2, tmpTagId); + + ITArray tmplist = DataBase.use().executeQueryByTArray(sql); + if(tmplist.size()>0) { + for(int j=0; j Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + String mng_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(mng_key, jedis10); + try { + lock.lock(); + + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && uid != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + GroupMemberBean mng_bean = GroupCache.getMember(groupId, tagId); + if (mng_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + String r_hp = jedis10.hget(mng_key, "bank_hp"); + if (StringUtil.isEmpty(r_hp)) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_HP); + } + + if (Long.parseLong(r_hp) < hp) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_HP); + } + + long tag_hp = Long.parseLong(jedis10.hget(mng_key, "hp")); + if (tag_hp + hp > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + + if (GroupRoomService.checkRoom(groupId, tagId)) { + throw new WebException(ErrorCode.GROUP_DONOT_SUB_HP); + } + + String lua = MainServer.lua_map.get("bank_hp"); + Object obj = jedis10.evalsha(lua, Arrays.asList(mng_key,mng_key, "bank_hp"), Arrays.asList((int)hp + "", "0")); + if (obj == null) { + throw new WebException(ErrorCode._FAILED); + } + if (obj instanceof Long) { + Long code = (Long) obj; + if (code == 3) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_HP); + } + } else { + ArrayList arr = (ArrayList) obj; + int mhp = arr.get(0).intValue(); + int b_hp = arr.get(1).intValue(); + String sql = String.format("{call sp_bank_hp(%s,%s,%s,%s)}", groupId, tagId, -(int)hp, mhp); + Utility.evtdb(groupId, 2, sql); + sql = String.format("update group_member set bank_hp = %s where uid = %s AND groupId = %s", b_hp, tagId,groupId); + Utility.evtdb(groupId, 1, sql); + ITObject resData = TObject.newInstance(); + resData.putInt("hp", mhp); + resData.putLong("b_hp", b_hp); + return resData; + } + return null; + } finally { + lock.unlock(); + } + } + + + public static final ITObject saveBankHp(int groupId, int uid, int tagId, long hp) throws Exception { + log.info("saveBankHp uid:"+uid+" tagId:"+tagId+ " hp:"+hp/1000); + if (hp <= 0) { + throw new WebException(ErrorCode._FAILED); + } + if (hp > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + + String mng_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(mng_key, jedis10); + try { + lock.lock(); + + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && uid != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + GroupMemberBean mng_bean = GroupCache.getMember(groupId, tagId); + if (mng_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + String cur_hp = jedis10.hget(mng_key, "hp"); + if (StringUtil.isEmpty(cur_hp)) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_HP); + } + + if (Long.parseLong(cur_hp) < hp) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_HP); + } + + if (GroupRoomService.checkRoom(groupId, tagId)) { + throw new WebException(ErrorCode.GROUP_DONOT_SUB_HP); + } + + String lua = MainServer.lua_map.get("bank_hp"); + Object obj = jedis10.evalsha(lua, Arrays.asList(mng_key,mng_key, "bank_hp"), Arrays.asList(hp + "", "1")); + if (obj == null) { + throw new WebException(ErrorCode._FAILED); + } + if (obj instanceof Long) { + Long code = (Long) obj; + if (code == 3) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_HP); + } + } else { + ArrayList arr = (ArrayList) obj; + long mhp = arr.get(0).longValue(); + long b_hp = arr.get(1).longValue(); + String sql = String.format("{call sp_bank_hp(%s,%s,%s,%s)}", groupId, tagId, hp, mhp); + Utility.evtdb(groupId, 2, sql); + + sql = String.format("update group_member set bank_hp = %s where uid = %s AND groupId = %s", b_hp, tagId,groupId); + Utility.evtdb(groupId, 1, sql); + + ITObject resData = TObject.newInstance(); + resData.putLong("hp", mhp); + resData.putLong("b_hp", b_hp); + return resData; + } + return null; + } finally { + lock.unlock(); + } + } + + + /** + * 删除成员 + * + * @param groupId + * @param uid + * @param tagId + * @return + * @throws Exception + */ + public static final void delMember(int groupId, int uid, int tagId) throws Exception { + log.info("delMember uid:"+uid + " tagId"+tagId); + String tag_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + + int dellev = 3; + RedisLock lock = null; + try { + lock = new RedisLock(tag_key, jedis10); + lock.lock(); + GroupMemberBean tag_bean = GroupCache.getMember(groupId, tagId); + if (tag_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + dellev = tag_bean.lev; + + GroupMemberBean mgn = GroupCache.getMember(groupId, uid); + + if (mgn == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + int mgn_lev = mgn.lev; + int mgn_partner = mgn.partnerLev; + if (mgn_lev == 3 && mgn_partner == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + + if (mgn_lev == 2) { + if ((mgn.permission & PERMISSION_DEL_MEMBER) == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + long hp = Long.parseLong(jedis10.hget(tag_key, "hp")); + if (hp != 0) { + throw new WebException(ErrorCode.GROUP_HP_NOT_0); + } + + int tag_lev = tag_bean.lev; + if (mgn_lev < 3 && tag_lev <= mgn_lev) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + if (mgn_lev == 3 && mgn_partner > 0) { + + GroupBean gb = GroupCache.getGroup(groupId); + if((gb.option & 1) == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + + int parentId = tag_bean.parentId; + if (uid != parentId) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + boolean checkRoom = GroupRoomService.checkRoom(groupId, tagId); + if (checkRoom) { + throw new WebException(ErrorCode.GROUP_MEMBER_ROOM_EXIST); + } + int tag_partner = tag_bean.partnerLev; + String rhp_key = String.format("g{%s}:m%s:reward_hp", groupId, tagId); + String r_hp = jedis10.get(rhp_key); + if (StringUtil.isNotEmpty(r_hp) && Long.parseLong(r_hp) > 0) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_TAKE); + } + + String b_hp = jedis10.hget(tag_key, "bank_hp"); + if (StringUtil.isNotEmpty(b_hp) && Long.parseLong(b_hp) > 0) { + throw new WebException(ErrorCode.GROUP_REWARD_NO_TAKE); + } + + String sql = String.format("select count(1) count from group_member where groupId =%s and parentId=%s ", groupId, tagId); + ITArray resultList = DataBase.use().executeQueryByTArray(sql); + long count = resultList.getTObject(0).getLong("count"); + if (count > 0) { + throw new WebException(ErrorCode.GROUP_PARTNER_MEMBERS); + } + + + List list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (list != null) { + for (Integer par : list) { + if (tag_partner > 0) { + String pl_key = GroupCache.genParListKey(groupId, par); + if (par == tagId) { + jedis10.del(pl_key); + } else { + jedis10.srem(pl_key, tagId + ""); + } + } + String mlk = GroupCache.genMemberListKey(groupId, par); + if (par == tagId) { + jedis10.del(mlk); + } else { + jedis10.srem(mlk, tagId + ""); + } + } + } + + jedis10.hset(tag_key, "opt", "2"); + BaseCache.updateCacheVer(jedis10, tag_key); + jedis10.expire(rhp_key, 10); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + try { + String g_key = GroupCache.genKey(groupId); + jedis11.hincrBy(g_key, "gms", -1); + BaseCache.updateCacheVer(jedis11, g_key); + String key = GroupCache.genGroupsKey(tagId); + jedis11.zrem(key, groupId + ""); + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = jedis11.zrangeByScore(gp_key, 10, 11); + for(String pid : pids) { + String p_reward_key = GroupCache.genRewardKey(groupId, Integer.parseInt(pid)); + jedis10.zrem(p_reward_key, tagId+""); + String p_xipai_reward_key = GroupCache.genXiPaiRewardKey(groupId, Integer.parseInt(pid)); + jedis10.zrem(p_xipai_reward_key, tagId+""); + + String p_anchou_reward_key = GroupCache.genAnChouRewardKey(groupId, Integer.parseInt(pid)); + jedis10.zrem(p_anchou_reward_key, tagId+""); + } + } finally { + jedis11.close(); + } + sql = String.format("{call sp_del_member(%s,%s)}", groupId, tagId); + Utility.evtdb(groupId, 2, sql); + + delMemberLog(groupId, uid, tagId, dellev); + + } finally { + if (lock != null) { + lock.unlock(); + } + } + } + + + public static final void delMemberLog(int groupId, int uid, int tagId, int lev) throws Exception { + AccountBean acc = AccountCache.getAccount(uid); + int opid = acc.id; + String opnick = acc.nick; + + AccountBean delacc = AccountCache.getAccount(tagId); + int delid = delacc.id; + String delnick = delacc.nick; + String delPortrait = delacc.portrait; + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + ITObject obj = new TObject(); + try { + GroupLogService.getMemberData(jedis9,delid,obj,groupId,1,0,0,true,true); + + int total_round = obj.getInt("total_round"); + long curTimee = System.currentTimeMillis()/1000; + + //GroupMemberBean mgr_gmb = GroupCache.getMember(groupId, delid); + String groupName = "队员"; + //if (mgr_gmb != null) { + if (lev < 3) { + groupName = "队长"; + } else { + groupName = "队员"; + } + //} + + ITObject userData = TObject.newInstance(); + userData.putInt("id",delid); + userData.putUtfString("nick",delnick); + userData.putInt("round",total_round); + userData.putUtfString("group",groupName); + userData.putInt("opid",opid); + userData.putUtfString("opnick",opnick); + userData.putLong("deltime",curTimee); + userData.putUtfString("portrait", delPortrait); + + String str = userData.toJson(); + + String gm_key = "kicklog_"+groupId+"_"+uid; + jedis9.lpush(gm_key, str); + + } + finally { + jedis9.close(); + } + + } + + public static final ITArray getKickLog(int groupId, int id, int limit, int num) throws Exception { + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + ITArray kickLogList = TArray.newInstance(); + + try { + String gm_key = "kicklog_"+groupId+"_"+id; + List logs = jedis9.lrange(gm_key, limit, limit+num); + + int i = 0; + + for (String _log : logs) { + ITObject kickLog = TObject.newFromJsonData(_log); + kickLogList.addTObject(kickLog); + + } + } + finally { + jedis9.close(); + } + + return kickLogList; + } + + /** + * 申请加入列表 + * + * @param groupId + * @return + * @throws Exception + */ + public static final ITArray getGroupJoins(int groupId) throws Exception { + String joins_key = GroupCache.genJoinsKey(groupId); + + Set uids = Redis.use("group1_db11").smembers(joins_key); + ITArray array = TArray.newInstance(); + for (String tem : uids) { + AccountBean acc = AccountCache.getAccount(Integer.parseInt(tem)); + ITObject obj = TObject.newInstance(); + obj.putInt("id", acc.id); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + array.addTObject(obj); + } + return array; + } + + /** + * 获取整线体力值 + * + * @param groupId + * @param tag + * @return + * @throws Exception + */ + public static final ITObject getPersonHpTotal(int groupId, int uid, int tagId) throws Exception { + String mng_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(mng_key, jedis10); + try { + lock.lock(); + + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && uid != tagId) { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + return getHpTotal(groupId, tagId, 30); + } + finally { + lock.unlock(); + } + } + + /** + * 获取整线体力值 + * + * @param groupId + * @param tag + * @return + * @throws Exception + */ + public static final ITObject getHpTotal(int groupId, int uid, int cacheTime) throws Exception { + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + if (gmb == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + if (gmb.partnerLev == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + + return getAllHpCache(groupId, uid, cacheTime); + /* + long allHp = 0; + long allOtherHp = 0; + HashSet childrenList = getMemberAllChildren(groupId, uid); + for(Integer tagId : childrenList) + { + String gm_key1 = GroupMemberCache.genKey(groupId, tagId); + String strHp = Redis.use("group1_db10").hget(gm_key1, "hp"); + if (StringUtil.isNotEmpty(strHp)) { + try { + allHp += Integer.parseInt(strHp); + } catch (Exception e) { + } + } + + String temKey = String.format("g{%s}:m%s:reward_hp", groupId, tagId); + String strtempValue = Redis.use("group1_db10").get(temKey); + if (StringUtil.isNotEmpty(strtempValue)) { + try { + allOtherHp += Integer.parseInt(strtempValue); + } catch (Exception e) { + } + } + + String mng_key = GroupMemberCache.genKey(groupId, tagId); + String r_hp = Redis.use("group1_db10").hget(mng_key, "bank_hp"); + if (StringUtil.isNotEmpty(r_hp)) { + try { + allOtherHp += Integer.parseInt(r_hp); + } catch (Exception e) { + } + } + } + + ITObject obj1 = TObject.newInstance(); + obj1.putLong("hp", allHp + allOtherHp); + obj1.putLong("total_member", childrenList.size()); + return obj1; + */ + } + + + /** + * 获取成员列表 + * + * @param groupId + * @param uid + * @param limit + * @param num + * @param minus_only + * @param type + * 1 多到少 2少到多 + * @return + * @throws Exception + */ + public static final ITObject getMembers(int groupId, int uid, int limit, int num) + throws Exception { + ITObject obj1 = TObject.newInstance(); + + String sql = "SELECT uid,hp,join_time,lev,parentId,partnerLev,ban "; + //String order_sql = "ORDER BY hp DESC,join_time ASC"; + String order_sql = "ORDER BY lev ASC, join_time DESC"; + + GroupBean gb = GroupCache.getGroup(groupId); + + GroupMemberBean mgr_gmb = GroupCache.getMember(groupId, uid); + + boolean mgr = mgr_gmb.lev < 3; + + String where = "FROM group_member WHERE groupId = " + groupId; + String count_where = where; + if (!mgr) { +// String p = Utility.getChildParentSql(groupId, uid, true); + if(limit>0) { + limit = limit -1; + } + count_where += String.format(" AND (parentId=%s or uid=%s)",uid,uid); + where += String.format(" and partnerLev=0 AND parentId=%s", uid, uid); + } + String limit_sql = String.format("limit %s,%s", limit, num); + sql = String.format("%s %s %s %s", sql, where, order_sql, limit_sql); + if (limit == 0) { + String count_sql = String.format("SELECT (SELECT COUNT(1) %s) num,(SELECT IFNULL(SUM(hp),0) %s) t_hp1" + , count_where, count_where); + ITArray arr = DataBase.use().executeQueryByTArray(count_sql); + if (arr.size() > 0) { + ITObject obj = arr.getTObject(0); + obj1.putLong("member_num", obj.getLong("num")); + obj1.putLong("hp_num1", obj.getDouble("t_hp1").longValue()); + obj1.putLong("hp_num2", 0); + } else { + obj1.putLong("member_num", 0); + obj1.putLong("hp_num1", 0); + obj1.putLong("hp_num2", 0); + } + } + + + ITArray arr = TArray.newInstance(); + if(!mgr&&limit==0) { + ITObject obj = TObject.newInstance(); + obj.putInt("uid", uid); + obj.putInt("join_time", mgr_gmb.join_time); + obj.putInt("last_time", mgr_gmb.last_time); + obj.putInt("permission", mgr_gmb.permission); + obj.putInt("parentId", mgr_gmb.parentId); + AccountBean acc = AccountCache.getAccount(uid); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + + if (mgr_gmb.parentId > 0) + { + AccountBean parent_acc = AccountCache.getAccount(mgr_gmb.parentId); + if (parent_acc != null) { + obj.putString("parentId_nick", parent_acc.nick); + } else { + String sql2 = String.format("SELECT nick FROM account WHERE id ='%d'", + mgr_gmb.parentId) ; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql2); + if(resultArray.size() ==0) { + obj.putString("parentId_nick", StringUtil.Empty); + } + else + { + ITObject userData = resultArray.getTObject(0); + obj.putString("parentId_nick", userData.getUtfString("nick")); + } + } + } + else + { + obj.putString("parentId_nick", StringUtil.Empty); + } + + obj.putInt("partnerLev", mgr_gmb.partnerLev); + obj.putInt("ban", mgr_gmb.ban); + + obj.putInt("lev", 3); + + String ugm_key = GroupMemberCache.genKey(groupId, uid); + String hp = Redis.use("group1_db10").hget(ugm_key, "hp"); + obj.putLong("hp", Long.parseLong(hp)); + + arr.addTObject(obj); + } + ITArray arr1 = DataBase.use().executeQueryByTArray(sql); + if (arr1.size() > 0) { + for (int i = 0; i < arr1.size(); ++i) { + ITObject obj = arr1.getTObject(i); + AccountBean acc = AccountCache.getAccount(obj.getInt("uid")); + if (acc != null) { + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + } else { + obj.putString("nick", StringUtil.Empty); + obj.putString("portrait", StringUtil.Empty); + } + + if (obj.getInt("parentId") > 0) + { + AccountBean parent_acc = AccountCache.getAccount(obj.getInt("parentId")); + if (parent_acc != null) { + obj.putString("parentId_nick", parent_acc.nick); + } else { + String sql2 = String.format("SELECT nick FROM account WHERE id ='%d'", + obj.getInt("parentId")) ; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql2); + if(resultArray.size() ==0) { + obj.putString("parentId_nick", StringUtil.Empty); + } + else + { + ITObject userData = resultArray.getTObject(0); + obj.putString("parentId_nick", userData.getUtfString("nick")); + } + } + } + else + { + if (mgr_gmb.lev == 1 && uid != obj.getInt("uid")) + { + AccountBean uid_acc = AccountCache.getAccount(uid); + obj.putInt("parentId", uid); + obj.putString("parentId_nick", uid_acc.nick); + } + else + { + obj.putString("parentId_nick", StringUtil.Empty); + } + } + + + GroupMemberBean gmb = GroupCache.getMember(groupId, acc.id); + if (gmb == null) { + arr1.del(i); + i--; + continue; + } + obj.putInt("last_time", gmb.last_time); + obj.putInt("permission", gmb.permission); + obj.putInt("score", gmb.score); + + String ugm_key = GroupMemberCache.genKey(groupId, acc.id); + String group_ban = Redis.use("group1_db10").hget(ugm_key, "group_ban"); + if (!StringUtil.isEmpty(group_ban) && Integer.parseInt(group_ban) == 1) + { + obj.putInt("group_ban",1); + } + else + { + obj.putInt("group_ban", 0); + } + + arr.addTObject(obj); + } + } + obj1.putTArray("members", arr); + obj1.putInt("limit", limit); + return obj1; + } + + + /** + * 获取合伙人所有下级成员 + * @param groupId + * @param uid + * @return + */ + public static HashSet getMemberAllChildren(int groupId,int tagId){ + String gm_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + HashSet hashSet = new HashSet<>(); + hashSet.add(tagId); + RedisLock lock = new RedisLock(gm_key, jedis10); + try { + boolean isPartner = false; + GroupMemberBean gmb = GroupCache.getMember(groupId, tagId); + if (gmb.partnerLev > 0) { + isPartner = true; + } + + String sql; + if (isPartner) { + ArrayList arrayList = new ArrayList<>(); + arrayList.add(tagId); + + while (!arrayList.isEmpty()) { + ArrayList arrayListTemp = new ArrayList<>(); + arrayListTemp.addAll(arrayList); + arrayList.clear(); + + for (int i = 0; i < arrayListTemp.size(); ++i) { + int tmpTagId = arrayListTemp.get(i); + String child_list2 = Utility.getChildParentSql(groupId, tmpTagId, true); + + sql = String.format("select uid from group_member where groupId = %s and (parentId in(%s) or uid = %s)", groupId, child_list2, tmpTagId); + + ITArray tmplist = DataBase.use().executeQueryByTArray(sql); + if (tmplist.size() > 0) { + for (int j = 0; j < tmplist.size(); ++j) { + + ITObject tem = tmplist.getTObject(j); + int childId = tem.getInt("uid"); + + if (hashSet.contains(childId)) continue; + + hashSet.add(childId); + arrayList.add(childId); + } + } + } + } + } + } + catch (Exception e) + { + + } finally { + lock.unlock(); + } + + return hashSet; + } + + public static String getMemberAllChildren2(int groupId,int tagId){ + String gm_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + HashSet hashSet = new HashSet<>(); + hashSet.add(tagId); + String list = ""; + RedisLock lock = new RedisLock(gm_key, jedis10); + try { + boolean isPartner = false; + GroupMemberBean gmb = GroupCache.getMember(groupId, tagId); + if (gmb.partnerLev > 0) { + isPartner = true; + } + + String sql; + if (isPartner) { + ArrayList arrayList = new ArrayList<>(); + arrayList.add(tagId); + + while (!arrayList.isEmpty()) { + ArrayList arrayListTemp = new ArrayList<>(); + arrayListTemp.addAll(arrayList); + arrayList.clear(); + + for (int i = 0; i < arrayListTemp.size(); ++i) { + int tmpTagId = arrayListTemp.get(i); + String child_list2 = Utility.getChildParentSql(groupId, tmpTagId, true); + + sql = String.format("select uid,partnerLev from group_member where groupId = %s and (parentId in(%s) or uid = %s)", groupId, child_list2, tmpTagId); + + ITArray tmplist = DataBase.use().executeQueryByTArray(sql); + if (tmplist.size() > 0) { + for (int j = 0; j < tmplist.size(); ++j) { + + ITObject tem = tmplist.getTObject(j); + int childId = tem.getInt("uid"); + int partnerLev = tem.getInt("partnerLev"); + + if (hashSet.contains(childId)) continue; + + hashSet.add(childId); + + if (partnerLev > 0) + arrayList.add(childId); + } + } + } + } + } + } + catch (Exception e) + { + + } finally { + } + + list += "" + tagId; + hashSet.remove(tagId); + for(Integer iid : hashSet) + { + list += "," + iid; + } + return list; + } + + public static String getMemberAllChildren3(int groupId,int tagId){ + HashSet hashSet = new HashSet<>(); + hashSet.add(tagId); + String list = ""; + try { + boolean isPartner = false; + GroupMemberBean gmb = GroupCache.getMember(groupId, tagId); + if (gmb.partnerLev > 0) { + isPartner = true; + } + + String sql = ""; + if (isPartner) { + ArrayList arrayList = new ArrayList<>(); + arrayList.add(tagId); + + while (!arrayList.isEmpty()) { + String strParentId = "" + arrayList.get(0); + for(int i = 1; i < arrayList.size(); i++) { + strParentId += "," + arrayList.get(i); + } + arrayList.clear(); + + sql = String.format("select uid,partnerLev from group_member where groupId = %s and (parentId in(%s))", groupId, strParentId); + + ITArray tmplist = DataBase.use().executeQueryByTArray(sql); + if (tmplist.size() > 0) { + for (int j = 0; j < tmplist.size(); ++j) { + + ITObject tem = tmplist.getTObject(j); + int childId = tem.getInt("uid"); + int partnerLev = tem.getInt("partnerLev"); + + if (hashSet.contains(childId)) continue; + + hashSet.add(childId); + + if (partnerLev > 0) + arrayList.add(childId); + } + } + } + } + } + catch (Exception e) + { + + } finally { + } + + list += "" + tagId; + hashSet.remove(tagId); + for(Integer iid : hashSet) + { + list += "," + iid; + } + return list; + } + + /** + * 获取成员列表 + * + * @param groupId + * @param tagId + * @param limit + * @param num + * @param minus_only + * @param type + * 1 多到少 2少到多 + * @return + * @throws Exception + */ + public static final ITObject getMembers_1(int groupId, int uid, int tagId, int online, int type,int limit, int num) + throws Exception { + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && uid != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + finally { + jedis10.close(); + } + + + ITObject obj1 = TObject.newInstance(); + + String sql = "SELECT uid,hp,join_time,lev,parentId,partnerLev,ban "; + String order_sql = "ORDER BY hp DESC,join_time ASC"; + + GroupBean gb = GroupCache.getGroup(groupId); + + GroupMemberBean mgr_gmb = GroupCache.getMember(groupId, tagId); + + boolean mgr = mgr_gmb.lev < 3; + + String where = "FROM group_member WHERE groupId = " + groupId; + long allOtherHp = 0; + long allNum = 0; + if (!mgr) { +// String p = Utility.getChildParentSql(groupId, uid, true); + if(limit>0) { + limit = limit -1; + } + where += String.format(" AND parentId=%s", tagId); + } + else { + if (type == 1) + { + GroupBean groupBean = GroupCache.getGroup(groupId); + + where += String.format(" AND (parentId=%s OR parentId = 0)", groupBean.owner); + } + } + + String limit_sql = String.format("limit %s,%s", limit, num); + sql = String.format("%s %s %s %s", sql, where, order_sql, limit_sql); + + ITArray arr = TArray.newInstance(); + if(limit==0) { + ITObject obj = TObject.newInstance(); + obj.putInt("uid", tagId); + obj.putInt("join_time", mgr_gmb.join_time); + obj.putInt("last_time", mgr_gmb.last_time); + obj.putInt("permission", mgr_gmb.permission); + obj.putInt("parentId", mgr_gmb.parentId); + AccountBean acc = AccountCache.getAccount(tagId); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + obj.putInt("online", 1); + + if (mgr_gmb.parentId > 0) + { + AccountBean parent_acc = AccountCache.getAccount(mgr_gmb.parentId); + if (parent_acc != null) { + obj.putString("parentId_nick", parent_acc.nick); + } else { + String sql2 = String.format("SELECT nick FROM account WHERE id ='%d'", + mgr_gmb.parentId) ; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql2); + if(resultArray.size() ==0) { + obj.putString("parentId_nick", StringUtil.Empty); + } + else + { + ITObject userData = resultArray.getTObject(0); + obj.putString("parentId_nick", userData.getUtfString("nick")); + } + } + } + else + { + obj.putString("parentId_nick", StringUtil.Empty); + } + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + int endtime = DateUtils.getBeginDay() + 86400; + int begintime = endtime - 86400*30; + GroupLogService.getMemberData(jedis9,acc.id,obj,groupId,0,begintime,endtime,false,false); + } + finally { + jedis9.close(); + } + + obj.putInt("partnerLev", mgr_gmb.partnerLev); + obj.putInt("ban", mgr_gmb.ban); + + obj.putInt("lev", mgr_gmb.lev); + + String ugm_key = GroupMemberCache.genKey(groupId, tagId); + String hp = Redis.use("group1_db10").hget(ugm_key, "hp"); + obj.putLong("hp", Long.parseLong(hp)); + + arr.addTObject(obj); + } + ITArray arr1 = DataBase.use().executeQueryByTArray(sql); + if (arr1.size() > 0) { + for (int i = 0; i < arr1.size(); ++i) { + ITObject obj = arr1.getTObject(i); + AccountBean acc = AccountCache.getAccount(obj.getInt("uid")); + if (acc==null){ + continue; + } + if (limit==0 && acc.id == tagId) + { + continue; + } + if (acc != null) { + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + } else { + obj.putString("nick", StringUtil.Empty); + obj.putString("portrait", StringUtil.Empty); + } + + if (obj.getInt("parentId") > 0) + { + AccountBean parent_acc = AccountCache.getAccount(obj.getInt("parentId")); + if (parent_acc != null) { + obj.putString("parentId_nick", parent_acc.nick); + } else { + String sql2 = String.format("SELECT nick FROM account WHERE id ='%d'", + obj.getInt("parentId")) ; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql2); + if(resultArray.size() ==0) { + obj.putString("parentId_nick", StringUtil.Empty); + } + else + { + ITObject userData = resultArray.getTObject(0); + obj.putString("parentId_nick", userData.getUtfString("nick")); + } + } + } + else + { + if (mgr_gmb.lev < 3) + { + if (obj.getInt("lev") <= 2 && tagId != obj.getInt("uid")) + { + AccountBean uid_acc = AccountCache.getAccount(tagId); + obj.putInt("parentId", tagId); + obj.putString("parentId_nick", uid_acc.nick); + + log.info("litte mgr uid:" + obj.getInt("uid")); + } + else if (obj.getInt("lev") == 3 && tagId != obj.getInt("uid")) + { + AccountBean uid_acc = AccountCache.getAccount(tagId); + obj.putInt("parentId", tagId); + obj.putString("parentId_nick", uid_acc.nick); + + log.info("aa litte mgr uid:" + obj.getInt("uid")); + } + } + } + + + GroupMemberBean gmb = GroupCache.getMember(groupId, acc.id); + if (gmb == null) { + arr1.del(i); + i--; + continue; + } + obj.putInt("last_time", gmb.last_time); + obj.putInt("permission", gmb.permission); + obj.putInt("score", gmb.score); + obj.putInt("queueid", gmb.queueid); + obj.putInt("seeid", gmb.seeid); + + String ugm_key = GroupMemberCache.genKey(groupId, acc.id); + String group_ban = Redis.use("group1_db10").hget(ugm_key, "group_ban"); + if (!StringUtil.isEmpty(group_ban) && Integer.parseInt(group_ban) == 1) + { + obj.putInt("group_ban",1); + } + else + { + obj.putInt("group_ban", 0); + } + + obj.putInt("online", 1); + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + int endtime = DateUtils.getBeginDay() + 86400; + int begintime = endtime - 86400*30; + GroupLogService.getMemberData(jedis9,acc.id,obj,groupId,0, begintime, endtime,false,false); + } + finally { + jedis9.close(); + } + + arr.addTObject(obj); + } + } + + //log.info("arr = "+ arr); + + obj1.putLong("otherHp", allOtherHp); + obj1.putLong("member_num", 0); + obj1.putLong("hp_num1", 0); + obj1.putLong("hp_num2", 0); + obj1.putTArray("members", arr); + obj1.putInt("limit", limit); + + return obj1; + } + + public static final ITObject getAllHpCache(int groupId, int uid, int cache_time) throws Exception { + String gm_key = GroupMemberCache.genKey(groupId, uid); + String all_temp_hp_key = gm_key + ":all_temp_hp"; + String all_temp_member_key = gm_key + ":all_temp_total_member"; + String all_temp_hp = Redis.use("group1_db10").get(all_temp_hp_key); + String all_temp_member = Redis.use("group1_db10").get(all_temp_member_key); + ITObject obj1 = TObject.newInstance(); + if (all_temp_hp == null || StringUtil.isEmpty(all_temp_hp) || all_temp_member == null || StringUtil.isEmpty(all_temp_member)) + { + obj1.putLong("hp", 0); + obj1.putLong("total_member", 0); + + /* + String child_sql = String.format("{? = call selectPartnerChildHpByParentId(%s,%s)}", uid, groupId); + String child_key = String.format("selectPartnerChildHpByParentId(%s,%s)", uid, groupId); + ITArray temparr = new TArray(); + try { + temparr = DataBase.use().executeCall(child_sql, true); + }catch (Exception e) { + e.printStackTrace(); + } + + if (temparr.size() > 0) + { + TDataWrapper data = temparr.get(0); + TObject map = (TObject)data.getObject(); + String key_value = map.getString(child_key); + String[] split = key_value.split(","); + if (split.length == 2) + { + long _allHp = Long.parseLong(split[0]); + long _allNum = Long.parseLong(split[1]); + + obj1.putLong("hp", _allHp); + obj1.putLong("total_member", _allNum); + + Redis.use("group1_db10").set(all_temp_hp_key, ""+_allHp); + Redis.use("group1_db10").expire(all_temp_hp_key, cache_time); + Redis.use("group1_db10").set(all_temp_member_key, ""+_allNum); + Redis.use("group1_db10").expire(all_temp_member_key, cache_time); + } + } + */ + String sql = "SELECT uid "; + String where = "FROM group_member WHERE groupId = " + groupId; + String count_where = where; + String childSql = getMemberAllChildren3(groupId, uid); + count_where = String.format(" %s and uid in (%s)", where, childSql); + String count_sql = String.format("SELECT (SELECT COUNT(1) %s) num,(SELECT IFNULL(SUM(hp+bank_hp+reward_hp),0) %s) t_hp1" + , count_where, count_where); + ITArray arr = DataBase.use().executeQueryByTArray(count_sql); + if (arr.size() > 0) { + ITObject obj = arr.getTObject(0); + + long _allHp = obj.getDouble("t_hp1").longValue(); + long _allNum = obj.getLong("num"); + + obj1.putLong("hp", _allHp); + obj1.putLong("total_member", _allNum); + + Redis.use("group1_db10").set(all_temp_hp_key, ""+_allHp); + Redis.use("group1_db10").expire(all_temp_hp_key, cache_time); + Redis.use("group1_db10").set(all_temp_member_key, ""+_allNum); + Redis.use("group1_db10").expire(all_temp_member_key, cache_time); + } else { + obj1.putLong("hp", 0); + obj1.putLong("total_member", 0); + } + } + else { + obj1.putLong("hp", Long.parseLong(all_temp_hp)); + obj1.putLong("total_member", Long.parseLong(all_temp_member)); + } + + return obj1; + } + + /** + * 获取成员列表 + * + * @param groupId + * @param uid + * @param limit + * @param num + * @param minus_only + * @param type + * 1 多到少 2少到多 + * @return + * @throws Exception + */ + public static final ITObject getMemberCount(int groupId, int uid) + throws Exception { + ITObject obj1 = TObject.newInstance(); + + String sql = "SELECT uid "; + + GroupMemberBean mgr_gmb = GroupCache.getMember(groupId, uid); + + boolean mgr = mgr_gmb.lev < 3; + + String where = "FROM group_member WHERE groupId = " + groupId; + String count_where = where; + long allOtherHp = 0; + long allHp = 0; + if (!mgr) { + obj1.putLong("member_num", 0); + obj1.putLong("hp_num1", 0); + obj1.putLong("hp_num2", 0); + + ITObject obj2 = getAllHpCache(groupId, uid, 30); + obj1.putLong("member_num", obj2.getLong("total_member")); + obj1.putLong("hp_num1", obj2.getLong("hp")); + obj1.putLong("hp_num2", 0); + + /* + HashSet childrenList = getMemberAllChildren(groupId, uid); + for(Integer tagId : childrenList) + { + String gm_key1 = GroupMemberCache.genKey(groupId, tagId); + String strHp = Redis.use("group1_db10").hget(gm_key1, "hp"); + if (StringUtil.isNotEmpty(strHp)) { + try { + allHp += Integer.parseInt(strHp); + } catch (Exception e) { + } + } + + String temKey = String.format("g{%s}:m%s:reward_hp", groupId, tagId); + String strtempValue = Redis.use("group1_db10").get(temKey); + if (StringUtil.isNotEmpty(strtempValue)) { + try { + allOtherHp += Integer.parseInt(strtempValue); + } catch (Exception e) { + } + } + + String mng_key = GroupMemberCache.genKey(groupId, tagId); + String r_hp = Redis.use("group1_db10").hget(mng_key, "bank_hp"); + if (StringUtil.isNotEmpty(r_hp)) { + try { + allOtherHp += Integer.parseInt(r_hp); + } catch (Exception e) { + } + } + } + obj1.putLong("member_num", childrenList.size()); + obj1.putLong("hp_num1", allHp); + obj1.putLong("hp_num2", 0); + */ + } + else { + /* + sql = String.format("%s %s", sql, where); + String count_sql = String.format("SELECT (SELECT COUNT(1) %s) num,(SELECT IFNULL(SUM(hp+reward_hp+bank_hp),0) %s) t_hp1" + , count_where, count_where); + ITArray arr = DataBase.use().executeQueryByTArray(count_sql); + if (arr.size() > 0) { + ITObject obj = arr.getTObject(0); + allHp = obj.getDouble("t_hp1").longValue(); + obj1.putLong("member_num", obj.getLong("num")); + obj1.putLong("hp_num1", obj.getDouble("t_hp1").longValue()); + obj1.putLong("hp_num2", 0); + } else { + obj1.putLong("member_num", 0); + obj1.putLong("hp_num1", 0); + obj1.putLong("hp_num2", 0); + } + */ + sql = String.format("%s %s", sql, where); + String count_sql = String.format("SELECT (SELECT COUNT(1) %s) num,(SELECT IFNULL(SUM(hp+bank_hp+reward_hp),0) %s) t_hp1" + , count_where, count_where); + ITArray arr = DataBase.use().executeQueryByTArray(count_sql); + if (arr.size() > 0) { + ITObject obj = arr.getTObject(0); + allHp = obj.getDouble("t_hp1").longValue(); + obj1.putLong("member_num", obj.getLong("num")); + obj1.putLong("hp_num1", obj.getDouble("t_hp1").longValue()); + obj1.putLong("hp_num2", 0); + } else { + obj1.putLong("member_num", 0); + obj1.putLong("hp_num1", 0); + obj1.putLong("hp_num2", 0); + } + /* + ITArray arr1 = DataBase.use().executeQueryByTArray(sql); + if (arr1.size() > 0) { + for (int i = 0; i < arr1.size(); ++i) { + ITObject obj = arr1.getTObject(i); + int tagId = obj.getInt("uid"); + + String temKey = String.format("g{%s}:m%s:reward_hp", groupId, tagId); + String strtempValue = Redis.use("group1_db10").get(temKey); + if (StringUtil.isNotEmpty(strtempValue)) { + try { + allOtherHp += Integer.parseInt(strtempValue); + } catch (Exception e) { + } + } + + + String mng_key = GroupMemberCache.genKey(groupId, tagId); + String r_hp = Redis.use("group1_db10").hget(mng_key, "bank_hp"); + if (StringUtil.isNotEmpty(r_hp)) { + try { + allOtherHp += Integer.parseInt(r_hp); + } catch (Exception e) { + } + } + } + } + */ + } + + + + + //log.info("arr = "+ arr); + + obj1.putLong("otherHp", allOtherHp); + + if (mgr_gmb.lev == 1) + { + log.info("otherHp = "+ allOtherHp); + log.info("allHp = "+ allHp); + } + + return obj1; + } + + + /** + * 查询成员 + * + * @param groupId + * @param uid + * @return + * @throws Exception + */ + public static final ITObject findMember(int groupId, int uid, int queryId,String tagName) throws Exception { + + ITObject obj = TObject.newInstance(); + ITArray array = TArray.newInstance(); + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + List memberParents = Utility.getMemberParents(jedis10,groupId,queryId,true); + + String ugm_key = GroupMemberCache.genKey(groupId, uid); + String lev = jedis10.hget(ugm_key, "lev"); + int _lev = StringUtil.isNotEmpty(lev) ? Integer.parseInt(lev) : 3; + + String gm_key = GroupMemberCache.genKey(groupId, queryId); + Map map = null; + + while(queryId > 0) { + + map = jedis10.hgetAll(gm_key); + if (map.size() == 0 || Integer.parseInt(map.get("opt")) == 2) { + break; + } + + int parentId = Integer.parseInt(map.get("parentId")); + if (_lev == 3) { + + if (parentId == 0) { + break; + } + + if (!memberParents.contains(uid)) { + break; + } + } + + ITObject temp = TObject.newInstance(); + temp.putInt("uid", queryId); + temp.putLong("hp", Long.parseLong(map.get("hp"))); + temp.putInt("join_time", Integer.parseInt(map.get("join_time"))); + temp.putInt("lev", Integer.parseInt(map.get("lev"))); + temp.putInt("parentId", Integer.parseInt(map.get("parentId"))); + temp.putInt("queueid", Integer.parseInt(map.get("queueid")==null?"0":map.get("queueid"))); + temp.putInt("seeid", Integer.parseInt(map.get("seeid")==null?"0":map.get("seeid"))); + if (Integer.parseInt(map.get("parentId")) > 0) + { + AccountBean parent_acc = AccountCache.getAccount(Integer.parseInt(map.get("parentId"))); + if (parent_acc != null) { + temp.putString("parentId_nick", parent_acc.nick); + } else { + String sql2 = String.format("SELECT nick FROM account WHERE id ='%d'", + Integer.parseInt(map.get("parentId"))) ; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql2); + if(resultArray.size() ==0) { + temp.putString("parentId_nick", StringUtil.Empty); + } + else + { + ITObject userData = resultArray.getTObject(0); + temp.putString("parentId_nick", userData.getUtfString("nick")); + } + } + } + else + { + if (_lev == 1 && uid != queryId) + { + AccountBean uid_acc = AccountCache.getAccount(uid); + temp.putInt("parentId", uid); + temp.putString("parentId_nick", uid_acc.nick); + } + else + { + temp.putString("parentId_nick", StringUtil.Empty); + } + } + + temp.putInt("partnerLev", Integer.parseInt(map.get("partnerLev"))); + temp.putInt("ban", Integer.parseInt(map.get("ban"))); + + String group_ban = Redis.use("group1_db10").hget(gm_key, "group_ban"); + if (!StringUtil.isEmpty(group_ban) && Integer.parseInt(group_ban) == 1) + { + temp.putInt("group_ban",1); + } + else + { + temp.putInt("group_ban", 0); + } + AccountBean acc = AccountCache.getAccount(queryId); + temp.putString("nick", acc.nick); + temp.putString("portrait", acc.portrait); + String last_time = map.get("last_time"); + + temp.putInt("last_time", StringUtil.isNotEmpty(last_time) ? Integer.parseInt(last_time) : 0); + String permission = map.get("permission"); + temp.putInt("permission", StringUtil.isNotEmpty(permission) ? Integer.parseInt(permission) : 0); + temp.putInt("queueid", Integer.parseInt(map.get("queueid")==null?"0":map.get("queueid"))); + temp.putInt("seeid", Integer.parseInt(map.get("seeid")==null?"0":map.get("seeid"))); + + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + int endtime = DateUtils.getBeginDay() + 86400; + int begintime = endtime - 86400*30; + GroupLogService.getMemberData(jedis9,acc.id,temp,groupId,0,begintime,endtime,false,false); + } + finally { + jedis9.close(); + } + + array.addTObject(temp); + break; + } + + if(StringUtil.isNotEmpty(tagName)) { + + String sql = String.format("select id from account as a " + + "right join group_member as b " + + "on a.id = b.uid and b.groupId =%s " + + "where nick like '%%%s%%'", groupId,tagName); + + ITArray arr =DataBase.use().executeQueryByTArray(sql); + if(arr.size() > 0) { + + for(int i = 0; i < arr.size(); i++) { + + int tag = arr.getTObject(i).getInt("id"); + + if(queryId > 0 && tag == queryId) { + continue; + } + + gm_key = GroupMemberCache.genKey(groupId, tag); + + map = jedis10.hgetAll(gm_key); + if (map.size() == 0 || Integer.parseInt(map.get("opt")) == 2) { + continue; + } + + int parentId = Integer.parseInt(map.get("parentId")); + if (_lev == 3) { + + if (parentId == 0) { + continue; + } + + if (parentId!=uid) { + continue; + } + } + + ITObject temp = TObject.newInstance(); + temp.putInt("uid", tag); + temp.putInt("hp", Integer.parseInt(map.get("hp"))); + temp.putInt("join_time", Integer.parseInt(map.get("join_time"))); + temp.putInt("lev", Integer.parseInt(map.get("lev"))); + temp.putInt("parentId", Integer.parseInt(map.get("parentId"))); + temp.putInt("queueid", Integer.parseInt(map.get("queueid")==null?"0":map.get("queueid"))); + temp.putInt("seeid", Integer.parseInt(map.get("seeid")==null?"0":map.get("seeid"))); + if (Integer.parseInt(map.get("parentId")) > 0) + { + AccountBean parent_acc = AccountCache.getAccount(Integer.parseInt(map.get("parentId"))); + if (parent_acc != null) { + temp.putString("parentId_nick", parent_acc.nick); + } else { + String sql2 = String.format("SELECT nick FROM account WHERE id ='%d'", + Integer.parseInt(map.get("parentId"))) ; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql2); + if(resultArray.size() ==0) { + temp.putString("parentId_nick", StringUtil.Empty); + } + else + { + ITObject userData = resultArray.getTObject(0); + temp.putString("parentId_nick", userData.getUtfString("nick")); + } + } + } + else + { + if (_lev == 1 && uid != tag) + { + AccountBean uid_acc = AccountCache.getAccount(uid); + temp.putInt("parentId", uid); + temp.putString("parentId_nick", uid_acc.nick); + } + else + { + temp.putString("parentId_nick", StringUtil.Empty); + } + } + + temp.putInt("partnerLev", Integer.parseInt(map.get("partnerLev"))); + temp.putInt("ban", Integer.parseInt(map.get("ban"))); + temp.putInt("queueid", Integer.parseInt(map.get("queueid")==null?"0":map.get("queueid"))); + temp.putInt("seeid", Integer.parseInt(map.get("seeid")==null?"0":map.get("seeid"))); + AccountBean acc = AccountCache.getAccount(tag); + temp.putString("nick", acc.nick); + temp.putString("portrait", acc.portrait); + String last_time = map.get("last_time"); + temp.putInt("last_time", StringUtil.isNotEmpty(last_time) ? Integer.parseInt(last_time) : 0); + String permission = map.get("permission"); + temp.putInt("permission", StringUtil.isNotEmpty(permission) ? Integer.parseInt(permission) : 0); + + array.addTObject(temp); + } + } + } + } + finally { + jedis10.close(); + } + + + obj.putTArray("members", array); + return obj; + } + + /** + * + * @param groupId + * @param uid + * @return + * @throws Exception + */ + public static final ITObject findMember1(int groupId, int uid) throws Exception { + String gm_key = GroupMemberCache.genKey(groupId, uid); + Map map = Redis.use("group1_db10").hgetAll(gm_key); + if (map.size() == 0 || Integer.parseInt(map.get("opt")) == 2) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + ITObject obj = TObject.newInstance(); + obj.putInt("uid", uid); + obj.putLong("hp", Long.parseLong(map.get("hp"))); + AccountBean acc = AccountCache.getAccount(uid); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + return obj; + } + + /** + * 获取成员上级列表 + * + * @param groupId + * @param uid + * @return + */ + public static final ITArray getMemberParents(int groupId, int uid) { + ITArray list = TArray.newInstance(); + List t_list = Utility.getMemberParents(groupId, uid); + if (t_list != null) { + for (Integer n : t_list) { + list.addInt(n); + } + } + return list; + } + + /** + * + * @param groupId + * @param uid + * @return + */ + public static final int getParents(int groupId,int uid){ + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + if (gmb== null){ + return 0; + } + return gmb.parentId; + } + + /** + * 获取合伙人列表 + * + * @param groupId + * @param page + * @return + * @throws Exception + */ + public static final ITObject getPartners(int groupId, int uid, int limit, int num, int qid) throws Exception { + ITObject obj1 = TObject.newInstance(); + String qid_sql = StringUtil.Empty; + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + boolean self = qid == 0 || qid == uid; + ITArray arr1 = TArray.newInstance(); + if (self && gmb.lev == 3 && limit == 0) { + ITObject obj = TObject.newInstance(); + obj.putInt("uid", uid); + AccountBean acc = AccountCache.getAccount(uid); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + obj.putInt("partnerLev", gmb.partnerLev); + arr1.addTObject(obj); + } + if (qid != uid) { + if (qid > 0) { + qid_sql = "AND uid=" + qid; + } + String sql = String.format( + "SELECT uid,partnerLev FROM group_member where groupId =%s and parentId=%s %s and partnerLev>0 limit %s,%s", + groupId, uid, qid_sql, limit, num); + ITArray arr = DataBase.use().executeQueryByTArray(sql); + if (arr.size() > 0) { + for (int i = 0; i < arr.size(); ++i) { + ITObject obj = arr.getTObject(i); + AccountBean acc = AccountCache.getAccount(obj.getInt("uid")); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + arr1.addTObject(obj); + } + } + } + + obj1.putTArray("members", arr1); + obj1.putInt("limit", limit); + return obj1; + } + + /** + * 获取指定合伙人奖励数据 + * + * @param groupId + * @param parentId + * @param tagId + * @param partnerLev + * @return + */ + public static final void getRewards(int groupId, int parentId, int tagId, int partnerLev, ITObject resData) { + + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = Redis.use("group1_db11").zrangeByScore(gp_key, 11, 11); + if (pids.size() == 0) { + return; + } + + boolean isShowXiPai = false; + boolean isShowAnChou = false; + GroupBean gb = GroupCache.getGroup(groupId); + if (gb != null) + { + if (gb.owner == parentId) + { + isShowXiPai = true; + isShowAnChou = true; + } + } + + + ITArray arr = TArray.newInstance(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, parentId); + if (uid_bean == null) { + return; + } + + if (uid_bean.lev >= 3 && parentId != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(parentId)) { + return; + } + } + + for (String str : pids) { + int pid = Integer.parseInt(str); + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + if (gpb == null) + continue; + + int cur_value = 0; + int max_value = 0; + + int xipai_cur_value = 0; + int xipai_max_value = 0; + + int anchou_cur_value = 0; + int anchou_max_value = 0; + + String p_reward_key = GroupCache.genRewardKey(groupId, pid); + Double tem = jedis10.zscore(p_reward_key, tagId + ""); + cur_value = tem==null?0:tem.intValue(); + if (partnerLev == 1) { + max_value =gpb.reward; + } else { + tem = jedis10.zscore(p_reward_key, parentId + ""); + max_value = tem==null?0:tem.intValue(); + } + + //洗牌 + String p_xipai_reward_key = GroupCache.genXiPaiRewardKey(groupId, pid); + Double xipai_tem = jedis10.zscore(p_xipai_reward_key, tagId + ""); + xipai_cur_value = xipai_tem==null?0:xipai_tem.intValue(); + if (partnerLev == 1) { + xipai_max_value =gpb.xipai_reward; + } else { + xipai_tem = jedis10.zscore(p_xipai_reward_key, parentId + ""); + xipai_max_value = xipai_tem==null?0:xipai_tem.intValue(); + if (gpb.xipai_rewardValueType == 1 && xipai_max_value > 99) + { + xipai_max_value = 100; + } + } + + if (isShowXiPai == false) { + Double parent_xipai_tem = jedis10.zscore(p_xipai_reward_key, parentId + ""); + int parent_xipai_cur_value = parent_xipai_tem==null?0:parent_xipai_tem.intValue(); + if (parent_xipai_cur_value > 0) + { + isShowXiPai = true; + } + } + + //按抽 + String p_anchou_reward_key = GroupCache.genAnChouRewardKey(groupId, pid); + Double anchou_tem = jedis10.zscore(p_anchou_reward_key, tagId + ""); + anchou_cur_value = anchou_tem==null?0:anchou_tem.intValue(); + if (partnerLev == 1) { + anchou_max_value =gpb.anchou_reward; + } else { + anchou_tem = jedis10.zscore(p_anchou_reward_key, parentId + ""); + anchou_max_value = anchou_tem==null?0:anchou_tem.intValue(); + if (gpb.anchou_rewardValueType == 1 && anchou_max_value > 99) + { + anchou_max_value = 100; + } + } + + if (isShowAnChou == false) { + Double parent_anchou_tem = jedis10.zscore(p_anchou_reward_key, parentId + ""); + int parent_anchou_cur_value = parent_anchou_tem==null?0:parent_anchou_tem.intValue(); + if (parent_anchou_cur_value > 0) + { + isShowAnChou = true; + } + } + + ITObject obj = TObject.newInstance(); + obj.putInt("pid", pid); + obj.putInt("rewardType", gpb.rewardType); + obj.putInt("xipai_rewardType", gpb.xipai_rewardType); + obj.putInt("cur_value", cur_value); + obj.putInt("max_value", max_value); + obj.putInt("xipai_cur_value", xipai_cur_value); + obj.putInt("xipai_max_value", xipai_max_value); + obj.putInt("rewardValueType", gpb.rewardValueType); + obj.putInt("xipai_rewardValueType", gpb.xipai_rewardValueType); + + obj.putInt("anchou_rewardType", gpb.anchou_rewardType); + obj.putInt("anchou_cur_value", anchou_cur_value); + obj.putInt("anchou_max_value", anchou_max_value); + obj.putInt("anchou_rewardValueType", gpb.anchou_rewardValueType); + arr.addTObject(obj); + } + } finally { + jedis10.close(); + } + + resData.putTArray("rewards", arr); + resData.putBoolean("showxipai", isShowXiPai); + //resData.putBoolean("showxipai", isShowAnChou); + } + + /** + * + * @param groupId + */ + public static final int setReward(int groupId, int parentId, int tagId, int partnerLev, int pid, int value, + boolean all, int isSingle) throws Exception { + log.info("setReward parentId:" + parentId + " tagId:" + tagId +" pid:" + pid + " value:" + value + " all:"+all + " isSingle:" + isSingle); + + GroupPlayBean gpbm = GroupCache.getPlay(groupId, pid); + if(gpbm==null) { + throw new WebException(ErrorCode.GROUP_PLAY_EXIST); + } + + ITObject hpObj = TObject.newFromJsonData(gpbm.hpConfig); + int maxRound = 0; + if (hpObj.getInt("maxRound") != null) { + maxRound = hpObj.getInt("maxRound"); + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock("group_play_award_lock", jedis10); + lock.lock(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, parentId); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && parentId != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(parentId)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + String p_reward_key = GroupCache.genRewardKey(groupId,pid); + int p_reward = 0; + + if (partnerLev == 1) { + p_reward = gpbm.reward; + } else { + Double tem = jedis10.zscore(p_reward_key, parentId + ""); + p_reward = tem == null ? 0 : tem.intValue(); + } + + if (value > p_reward) { + return ErrorCode._FAILED; + } + + int tagOldReward = 0; + int diff = 0; + Double tem = jedis10.zscore(p_reward_key, tagId + ""); + tagOldReward = tem == null ? 0 : tem.intValue(); + if(value < tagOldReward) { + diff = tagOldReward - value; + } + + if (!all) { + + jedis10.zadd(p_reward_key, value, tagId + ""); + + if(diff > 0) { + + List listParent = Utility.getChildParentList(groupId,tagId,false); + for(Integer parId : listParent) { + + Double temPar = jedis10.zscore(p_reward_key, parId + ""); + p_reward = temPar == null ? 0 : temPar.intValue(); + + int newValue = 0; + if(p_reward > diff) { + + newValue = p_reward - diff; + } + jedis10.zadd(p_reward_key, newValue, parId + ""); + } + } + } + else { + + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = Redis.use("group1_db11").zrangeByScore(gp_key, 11, 11); + if(pids.size() > 0) { + + for(String strPid : pids) { + + p_reward_key = GroupCache.genRewardKey(groupId,Integer.parseInt(strPid)); + GroupPlayBean gpb = GroupCache.getPlay(groupId, Integer.parseInt(strPid)); + + if (isSingle > 0) + { + ITObject hpObjTemp = TObject.newFromJsonData(gpb.hpConfig); + int tempMaxRound = 0; + if (hpObjTemp.getInt("maxRound") != null) { + tempMaxRound = hpObjTemp.getInt("maxRound"); + } + + if ((maxRound == 1 && tempMaxRound != 1) || (maxRound != 1 && tempMaxRound == 1)) + { + continue; + } + } + + if(gpb.rewardValueType == gpbm.rewardValueType) { + + int p_reward_max = 0; + if (partnerLev == 1) { + p_reward_max = gpb.reward; + } + else { + tem = jedis10.zscore(p_reward_key, parentId + ""); + p_reward_max = tem == null ? 0 : tem.intValue(); + } + + if(p_reward_max < value ) { + return ErrorCode._FAILED; + } + } + + } + + + for(String strPid : pids) { + tagOldReward = 0; + diff = 0; + GroupPlayBean gpb = GroupCache.getPlay(groupId, Integer.parseInt(strPid)); + + if (isSingle > 0) + { + ITObject hpObjTemp = TObject.newFromJsonData(gpb.hpConfig); + int tempMaxRound = 0; + if (hpObjTemp.getInt("maxRound") != null) { + tempMaxRound = hpObjTemp.getInt("maxRound"); + } + + if ((maxRound == 1 && tempMaxRound != 1) || (maxRound != 1 && tempMaxRound == 1)) + { + continue; + } + } + + if(gpb.rewardValueType == gpbm.rewardValueType) { + + + p_reward_key = GroupCache.genRewardKey(groupId,Integer.parseInt(strPid)); + tem = jedis10.zscore(p_reward_key, tagId + ""); + tagOldReward = tem == null ? 0 : tem.intValue(); + if(value < tagOldReward) { + diff = tagOldReward - value; + } + jedis10.zadd(p_reward_key, value, tagId + ""); + + if(diff > 0) { + + List listParent = Utility.getChildParentList(groupId,tagId,false); + for(Integer parId : listParent) { + + Double temPar = jedis10.zscore(p_reward_key, parId + ""); + p_reward = temPar == null ? 0 : temPar.intValue(); + + int newValue = 0; + if(p_reward > diff) { + + newValue = p_reward - diff; + } + jedis10.zadd(p_reward_key, newValue, parId + ""); + } + } + + } + } + + } + } + } + finally { + lock.unlock(); + } + + return 0; + } + + public static final int setAnChouReward(int groupId, int parentId, int tagId, int partnerLev, int pid, int value, + boolean all, int isSingle) throws Exception { + log.info("setAnChouReward parentId:" + parentId + " tagId:" + tagId +" pid:" + pid + " value:" + value + " all:"+all + " isSingle:" + isSingle); + + GroupPlayBean gpbm = GroupCache.getPlay(groupId, pid); + if(gpbm==null) { + throw new WebException(ErrorCode.GROUP_PLAY_EXIST); + } + + ITObject hpObj = TObject.newFromJsonData(gpbm.hpConfig); + int maxRound = 0; + if (hpObj.getInt("maxRound") != null) { + maxRound = hpObj.getInt("maxRound"); + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock("group_play_award_lock", jedis10); + lock.lock(); + try { + + GroupMemberBean uid_bean = GroupCache.getMember(groupId, parentId); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && parentId != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(parentId)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + String p_reward_key = GroupCache.genAnChouRewardKey(groupId,pid); + int p_reward = 0; + + if (partnerLev == 1) { + p_reward = gpbm.anchou_reward; + } else { + Double tem = jedis10.zscore(p_reward_key, parentId + ""); + p_reward = tem == null ? 0 : tem.intValue(); + } + + if (value > p_reward) { + return ErrorCode._FAILED; + } + + int tagOldReward = 0; + int diff = 0; + Double tem = jedis10.zscore(p_reward_key, tagId + ""); + tagOldReward = tem == null ? 0 : tem.intValue(); + if(value < tagOldReward) { + diff = tagOldReward - value; + } + + if (!all) { + + jedis10.zadd(p_reward_key, value, tagId + ""); + + if(diff > 0) { + + List listParent = Utility.getChildParentList(groupId,tagId,false); + for(Integer parId : listParent) { + + Double temPar = jedis10.zscore(p_reward_key, parId + ""); + p_reward = temPar == null ? 0 : temPar.intValue(); + + int newValue = 0; + if(p_reward > diff) { + + newValue = p_reward - diff; + } + jedis10.zadd(p_reward_key, newValue, parId + ""); + } + } + } + else { + + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = Redis.use("group1_db11").zrangeByScore(gp_key, 11, 11); + if(pids.size() > 0) { + + for(String strPid : pids) { + + p_reward_key = GroupCache.genAnChouRewardKey(groupId,Integer.parseInt(strPid)); + GroupPlayBean gpb = GroupCache.getPlay(groupId, Integer.parseInt(strPid)); + + if (isSingle > 0) + { + ITObject hpObjTemp = TObject.newFromJsonData(gpb.hpConfig); + int tempMaxRound = 0; + if (hpObjTemp.getInt("maxRound") != null) { + tempMaxRound = hpObjTemp.getInt("maxRound"); + } + + if ((maxRound == 1 && tempMaxRound != 1) || (maxRound != 1 && tempMaxRound == 1)) + { + continue; + } + } + + if(gpb.anchou_rewardValueType == gpbm.anchou_rewardValueType) { + + int p_reward_max = 0; + if (partnerLev == 1) { + p_reward_max = gpb.anchou_reward; + } + else { + tem = jedis10.zscore(p_reward_key, parentId + ""); + p_reward_max = tem == null ? 0 : tem.intValue(); + } + + if(p_reward_max < value ) { + return ErrorCode._FAILED; + } + } + + } + + for(String strPid : pids) { + tagOldReward = 0; + diff = 0; + + GroupPlayBean gpb = GroupCache.getPlay(groupId, Integer.parseInt(strPid)); + if (isSingle > 0) + { + ITObject hpObjTemp = TObject.newFromJsonData(gpb.hpConfig); + int tempMaxRound = 0; + if (hpObjTemp.getInt("maxRound") != null) { + tempMaxRound = hpObjTemp.getInt("maxRound"); + } + + if ((maxRound == 1 && tempMaxRound != 1) || (maxRound != 1 && tempMaxRound == 1)) + { + continue; + } + } + + if(gpb.anchou_rewardValueType == gpbm.anchou_rewardValueType) { + + p_reward_key = GroupCache.genAnChouRewardKey(groupId,Integer.parseInt(strPid)); + tem = jedis10.zscore(p_reward_key, tagId + ""); + tagOldReward = tem == null ? 0 : tem.intValue(); + if(value < tagOldReward) { + diff = tagOldReward - value; + } + + jedis10.zadd(p_reward_key, value, tagId + ""); + + if(diff > 0) { + + List listParent = Utility.getChildParentList(groupId,tagId,false); + for(Integer parId : listParent) { + + Double temPar = jedis10.zscore(p_reward_key, parId + ""); + p_reward = temPar == null ? 0 : temPar.intValue(); + + int newValue = 0; + if(p_reward > diff) { + newValue = p_reward - diff; + } + jedis10.zadd(p_reward_key, newValue, parId + ""); + } + } + + } + } + } + } + } + finally { + lock.unlock(); + } + + return 0; + } + + /** + * + * @param groupId + */ + public static final int setXiPaiReward(int groupId, int parentId, int tagId, int partnerLev, int pid, int value, + boolean all, int isSingle) throws Exception { + + log.info("setXiPaiReward parentId:" + parentId + " tagId:" + tagId +" pid:" + pid + " value:" + value + " all:"+all + " isSingle:" + isSingle); + + GroupPlayBean gpbm = GroupCache.getPlay(groupId, pid); + if(gpbm==null) { + throw new WebException(ErrorCode.GROUP_PLAY_EXIST); + } + + ITObject hpObj = TObject.newFromJsonData(gpbm.hpConfig); + int maxRound = 0; + if (hpObj.getInt("maxRound") != null) { + maxRound = hpObj.getInt("maxRound"); + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock("group_play_award_lock", jedis10); + lock.lock(); + try { + + GroupMemberBean uid_bean = GroupCache.getMember(groupId, parentId); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3 && parentId != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(parentId)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + + String p_reward_key = GroupCache.genXiPaiRewardKey(groupId,pid); + int p_reward = 0; + + if (partnerLev == 1) { + p_reward = gpbm.xipai_reward; + } else { + Double tem = jedis10.zscore(p_reward_key, parentId + ""); + p_reward = tem == null ? 0 : tem.intValue(); + } + + if (value > p_reward) { + return ErrorCode._FAILED; + } + + int tagOldReward = 0; + int diff = 0; + Double tem = jedis10.zscore(p_reward_key, tagId + ""); + tagOldReward = tem == null ? 0 : tem.intValue(); + if(value < tagOldReward) { + diff = tagOldReward - value; + } + + if (!all) { + + jedis10.zadd(p_reward_key, value, tagId + ""); + + if(diff > 0) { + + List listParent = Utility.getChildParentList(groupId,tagId,false); + for(Integer parId : listParent) { + + Double temPar = jedis10.zscore(p_reward_key, parId + ""); + p_reward = temPar == null ? 0 : temPar.intValue(); + + int newValue = 0; + if(p_reward > diff) { + + newValue = p_reward - diff; + } + jedis10.zadd(p_reward_key, newValue, parId + ""); + } + } + } + else { + + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = Redis.use("group1_db11").zrangeByScore(gp_key, 11, 11); + if(pids.size() > 0) { + + for(String strPid : pids) { + + p_reward_key = GroupCache.genXiPaiRewardKey(groupId,Integer.parseInt(strPid)); + GroupPlayBean gpb = GroupCache.getPlay(groupId, Integer.parseInt(strPid)); + + if (isSingle > 0) + { + ITObject hpObjTemp = TObject.newFromJsonData(gpb.hpConfig); + int tempMaxRound = 0; + if (hpObjTemp.getInt("maxRound") != null) { + tempMaxRound = hpObjTemp.getInt("maxRound"); + } + + if ((maxRound == 1 && tempMaxRound != 1) || (maxRound != 1 && tempMaxRound == 1)) + { + continue; + } + } + + if(gpb.xipai_rewardValueType == gpbm.xipai_rewardValueType) { + + int p_reward_max = 0; + if (partnerLev == 1) { + p_reward_max = gpb.xipai_reward; + } + else { + tem = jedis10.zscore(p_reward_key, parentId + ""); + p_reward_max = tem == null ? 0 : tem.intValue(); + } + + if(p_reward_max < value ) { + return ErrorCode._FAILED; + } + } + + } + + for(String strPid : pids) { + tagOldReward = 0; + diff = 0; + + GroupPlayBean gpb = GroupCache.getPlay(groupId, Integer.parseInt(strPid)); + if (isSingle > 0) + { + ITObject hpObjTemp = TObject.newFromJsonData(gpb.hpConfig); + int tempMaxRound = 0; + if (hpObjTemp.getInt("maxRound") != null) { + tempMaxRound = hpObjTemp.getInt("maxRound"); + } + + if ((maxRound == 1 && tempMaxRound != 1) || (maxRound != 1 && tempMaxRound == 1)) + { + continue; + } + } + + if(gpb.xipai_rewardValueType == gpbm.xipai_rewardValueType) { + + p_reward_key = GroupCache.genXiPaiRewardKey(groupId,Integer.parseInt(strPid)); + tem = jedis10.zscore(p_reward_key, tagId + ""); + tagOldReward = tem == null ? 0 : tem.intValue(); + if(value < tagOldReward) { + diff = tagOldReward - value; + } + + jedis10.zadd(p_reward_key, value, tagId + ""); + + if(diff > 0) { + + List listParent = Utility.getChildParentList(groupId,tagId,false); + for(Integer parId : listParent) { + + Double temPar = jedis10.zscore(p_reward_key, parId + ""); + p_reward = temPar == null ? 0 : temPar.intValue(); + + int newValue = 0; + if(p_reward > diff) { + + newValue = p_reward - diff; + } + jedis10.zadd(p_reward_key, newValue, parId + ""); + } + } + + } + } + } + } + } + finally { + lock.unlock(); + } + + return 0; + } + + /** + * 置顶圈子 + * + * @param groupId + * @param uid + * @param top + * @throws Exception + */ + public static final int topGroup(int groupId, int uid, boolean top) throws Exception { + String group_key = GroupCache.genKey(groupId); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + RedisLock lock = new RedisLock(group_key, jedis11); + try { + String opt1 = jedis11.hget(group_key, "opt"); + if (StringUtil.isEmpty(opt1) || Integer.parseInt(opt1) != 1) { + throw new WebException(ErrorCode.GROUP_NO_EXIST); + } + long time = top ? System.currentTimeMillis() / 1000 : 0; + jedis11.zadd(GroupCache.genGroupsKey(uid), time, groupId + ""); + String gm_key = GroupMemberCache.genKey(groupId, uid); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + jedis10.hset(gm_key, "top_time", time + ""); + BaseCache.updateCacheVer(jedis10, gm_key); + } finally { + jedis10.close(); + } + + return (int) time; + } finally { + lock.unlock(); + } + } + + /** + * 更新圈子信息 + * + * @param groupId + * @param name + * @param reqData + * @throws Exception + */ + public static final void updateGroupInfo(int groupId, String name, ITObject reqData) throws Exception { + log.info("updateGroupInfo name:"+name + " reqData:" + reqData.toString()); + boolean ban = reqData.getBoolean("ban"); + String notice = reqData.getString("notice"); + int dissolve_opt = reqData.getInt("dissolve_opt"); + int kick_opt = reqData.getInt("kick_opt"); + int ban_apply = reqData.getInt("ban_apply"); + boolean ban_chat1 = reqData.getBoolean("ban_chat1"); + boolean ban_chat2 = reqData.getBoolean("ban_chat2"); + + int option = reqData.getInt("option"); + int showNum = reqData.getInt("show_num"); + + // int exit_opt = reqData.getInt("exit_opt"); + int exit_opt = 0; + String _ban = (ban ? 1 : 0) + StringUtil.Empty; + String sql = String.format("update groups set name='%s' where id = %s", + name, groupId); + Utility.evtdb(groupId, 1, sql); + Map map = new HashMap(); + map.put("name", name); + map.put("notice", name); + map.put("ban", _ban); + map.put("dissolve_opt", dissolve_opt + ""); + map.put("kick_opt", kick_opt + ""); + map.put("notice", notice); + map.put("ban_apply", ban_apply + ""); + map.put("ban_chat1", ban_chat1 + ""); + map.put("ban_chat2", ban_chat2 + ""); + map.put("exit_opt", exit_opt + ""); + map.put("option", option + ""); + map.put("show_num", showNum + ""); + String key = GroupCache.genKey(groupId); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + try { + jedis11.hmset(key, map); + BaseCache.updateCacheVer(jedis11, key); + } finally { + jedis11.close(); + } + + GroupPublisherService.updateGroupEvt(groupId, name, ban, notice,option,showNum); + } + + /** + * 成员禁止娱乐 + * + * @param groupId + * @throws Exception + */ + public static final void banMember(int groupId, int uid, int tagId, int optType, int ban) throws Exception { + String gm_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(gm_key, jedis10); + try { + String opt1 = jedis10.hget(gm_key, "opt"); + if (StringUtil.isEmpty(opt1) || Integer.parseInt(opt1) != 1) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + String mng_key = GroupMemberCache.genKey(groupId, uid); + RedisLock lock1 = new RedisLock(mng_key, jedis10); + try { + lock1.lock(); + int mgn_lev = Integer.parseInt(jedis10.hget(mng_key, "lev")); + if (mgn_lev == 2) { + String permission = jedis10.hget(mng_key, "permission"); + if (StringUtil.isEmpty(permission) || (Integer.parseInt(permission) & PERMISSION_BAN) == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + else if (mgn_lev >= 3) + { + if (uid != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + //log.info("uid:" + uid + " ban_member:" + tagId + " par_list:" + par_list); + } + } + + String group_ban = jedis10.hget(mng_key, "group_ban"); + if (!StringUtil.isEmpty(group_ban) && Integer.parseInt(group_ban) == 1) { + throw new WebException(ErrorCode.GROUP_MEMBER_BAN); + } + } finally { + lock1.unlock(false); + } + + log.info("uid:" + uid + " ban_member:" + tagId + " optType:" + optType + " ban:" + ban); + + boolean isPartner = false; + GroupMemberBean gmb = GroupCache.getMember(groupId, tagId); + if(optType == 2 && gmb.partnerLev > 0) { + isPartner = true; + } + + String sql; + String _ban = ban + ""; + if(isPartner) { + HashSet hashSet = new HashSet<>(); + hashSet.add(tagId); + ArrayList arrayList = new ArrayList<>(); + arrayList.add(tagId); + + gm_key = GroupMemberCache.genKey(groupId, tagId); + jedis10.hset(gm_key, "ban", _ban); + jedis10.hset(gm_key, "group_ban", _ban); + BaseCache.updateCacheVer(jedis10, gm_key); + + while(!arrayList.isEmpty()) + { + ArrayList arrayListTemp = new ArrayList<>(); + arrayListTemp.addAll(arrayList); + arrayList.clear(); + + for(int i = 0; i < arrayListTemp.size(); ++i) + { + int tmpTagId = arrayListTemp.get(i); + String child_list2 = Utility.getChildParentSql(groupId, tmpTagId, true); + + sql = String.format("update group_member set ban = %s where groupId = %s and (parentId in(%s) or uid = %s)", _ban, groupId,child_list2,tmpTagId); + Utility.evtdb(groupId, 1, sql); + + sql = String.format("select uid from group_member where groupId = %s and (parentId in(%s) or uid = %s)", groupId,child_list2, tmpTagId); + + ITArray tmplist = DataBase.use().executeQueryByTArray(sql); + if(tmplist.size()>0) { + for(int j=0; j 0) { + isPartner = true; + } + + if (ban != 0) + { + if (Redis.use("group1_db1").sismember("gods", Integer.toString(tagId))) + { + String specail = Redis.use("group1_db1").hget("gods_special", Integer.toString(tagId)); + if (StringUtil.isEmpty(specail)) + { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + else { + log.info("set gods tagId:" + tagId + " to ban " + ban + " srem gods"); + //Redis.use("group1_db1").srem("gods", Integer.toString(tagId)); + } + } + } + + String sql; + String _ban = ban + ""; + if (ban == 1) + { + try { + ban_rate = Integer.parseInt(Redis.use("group1_db1").hget("black_rate", "black")); + } + catch (Exception e) + { + } + } + else if (ban == 2) + { + try { + ban_rate = Integer.parseInt(Redis.use("group1_db1").hget("black_rate", "white")); + } + catch (Exception e) + { + } + } + + log.info("uid:" + uid + " black_member:" + tagId + " ban:" + ban + " ban_rate:" + ban_rate + " ban_value:"+ban_value); + //isPartner = true; + if(isPartner) { + HashSet hashSet = new HashSet<>(); + hashSet.add(tagId); + ArrayList arrayList = new ArrayList<>(); + arrayList.add(tagId); + + gm_key = GroupMemberCache.genKey(groupId, tagId); + jedis10.hset(gm_key, "black", _ban); + jedis10.hset(gm_key, "group_black", _ban); + String _ban_rate = ban_rate + ""; + jedis10.hset(gm_key, "group_black_rate", _ban_rate); + jedis10.hset(gm_key, "group_black_key", gm_key); + String _ban_value = ban_value + ""; + jedis10.hset(gm_key, "group_black_max_value", _ban_value); + jedis10.hset(gm_key, "group_black_now_value", "0"); + BaseCache.updateCacheVer(jedis10, gm_key); + + while(!arrayList.isEmpty()) + { + ArrayList arrayListTemp = new ArrayList<>(); + arrayListTemp.addAll(arrayList); + arrayList.clear(); + + for(int i = 0; i < arrayListTemp.size(); ++i) + { + int tmpTagId = arrayListTemp.get(i); + String child_list2 = Utility.getChildParentSql(groupId, tmpTagId, true); + + sql = String.format("select uid from group_member where groupId = %s and (parentId in(%s) or uid = %s)", groupId,child_list2, tmpTagId); + + ITArray tmplist = DataBase.use().executeQueryByTArray(sql); + if(tmplist.size()>0) { + for(int j=0; j pids = jedis11.zrangeByScore(gpids_key, 10, 11); + String key = "g{" + groupId + "}:play:"; + + for(String tem : pids) { + String gp_key = key+tem; + + String str = Redis.use("group1_db11").hget(gp_key, "mark"); + if (str != null) { + int val = Integer.parseInt(str); + if (val == 1) { + count++; + } + } + } + }finally { + jedis11.close(); + } + + return count; + } + + /** + * 更新成员管理 + * + * @param groupId + * @param tagId + * @param opt + * 1 设置管理员 2 取消管理员 + * @throws Exception + */ + public static final ITObject updateMemberMgr(int groupId, int tagId, int opt) throws Exception { + log.info("updateMemberMgr tagId:" + tagId + " opt:"+opt); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + String gm_key = GroupMemberCache.genKey(groupId, tagId); + RedisLock lock = new RedisLock(gm_key, jedis10); + try { + String opt1 = jedis10.hget(gm_key, "opt"); + if (StringUtil.isEmpty(opt1) || Integer.parseInt(opt1) != 1) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + int clev = Integer.parseInt(jedis10.hget(gm_key, "lev")); + if (opt == 1 && clev == 3) { + int partnerLev = Integer.parseInt(jedis10.hget(gm_key, "partnerLev")); + if (partnerLev > 0) { + throw new WebException(ErrorCode.GROUP_ALREADY_PARTNER); + } + int member_parentId = Integer.parseInt(jedis10.hget(gm_key, "parentId")); + if (member_parentId > 0) { + throw new WebException(ErrorCode.GROUP_MEMBER_EXIST_PARTENER); + } + clev = 2; + } else if (opt == 2 && clev == 2) { + clev = 3; + } else { + throw new WebException(ErrorCode._FAILED); + } + String sql = String.format("update group_member set lev = %s where uid = %s AND groupId = %s", clev, tagId, + groupId); + Utility.evtdb(groupId, 1, sql); + GroupPublisherService.updateMemberEvt(groupId, tagId, 2, clev); + jedis10.hset(gm_key, "lev", clev + ""); + BaseCache.updateCacheVer(jedis10, gm_key); + int permission = 0; + if (clev == 2) { + permission = PERMISSION_DEL_MEMBER | PERMISSION_ADD_MEMBER | PERMISSION_HP_OPT | PERMISSION_BAN + | PERMISSION_BAN_DESKMATE; + jedis10.hset(gm_key, "permission", permission + ""); + } else { + jedis10.hset(gm_key, "permission", permission + ""); + } + + ITObject resData = TObject.newInstance(); + resData.putInt("permission", permission); + return resData; + } finally { + lock.unlock(); + } + + } + + /** + * 添加玩法 + * + * @param groupId + * @param gameId + * @param name + * @param config + * @param hpData + * @return + * @throws Exception + */ + public static final ITObject addPlay(int groupId, int gameId, String name, int deskId, ITObject config, ITObject hpData, + int hpOnOff) throws Exception { + + log.info("addPlay gameId:"+gameId+" name:" + name + " config:"+config+" hpData:"+hpData + " hpOnOff:"+hpOnOff); + + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + + RedisLock lock = null; + try { + String gp_key = GroupCache.genPidsKey(groupId); + long time = System.currentTimeMillis(); + long free_num = jedis11.zcount(gp_key, 20, time); + if (free_num == 0) { + throw new WebException(ErrorCode.GROUP_PLAY_FULL); + } + lock = new RedisLock(gp_key, jedis11); + lock.lock(); + Set pids = jedis11.zrangeByScore(gp_key, 20, time, 0, 1); + if (pids.size() == 0) { + throw new WebException(ErrorCode.GROUP_PLAY_FULL); + } + int pid = 0; + for (String tem : pids) { + pid = Integer.parseInt(tem); + break; + } + GameBean gb = GameCache.getGame(gameId); + int maxPlayers = gb.maxPlayers; + if (config.containsKey("maxPlayers")) { + maxPlayers = config.getInt("maxPlayers"); + } + + int opt = config.getInt("opt"); + int maxRound = getMaxRound(gameId, opt); + hpData.putInt("maxRound", maxRound); + + log.info("addPlay() maxRound="+maxRound); + + config.putInt("maxPlayers", maxPlayers); + config.putInt("pid", pid); + int rewardType = hpData.getInt("rewards_type"); + int rewardValueType = hpData.getInt("rewardValueType"); + int xipai_rewardType = 1; + if (hpData.containsKey("xipai_rewardType")) + { + xipai_rewardType = hpData.getInt("xipai_rewardType"); + } + + int anchou_rewardType = 1; + if (hpData.containsKey("anchou_rewardType")) + { + anchou_rewardType = hpData.getInt("anchou_rewardType"); + } + + int xipai_rewardValueType = 1; + if (hpData.containsKey("xipai_rewardValueType")) + { + xipai_rewardValueType = hpData.getInt("xipai_rewardValueType"); + } + + int anchou_rewardValueType = 1; + if (hpData.containsKey("anchou_rewardValueType")) + { + anchou_rewardValueType = hpData.getInt("anchou_rewardValueType"); + } + + int reward = hpData.getInt("rewards_val"); + int xipai_reward = 1000000; + + if (hpData.containsKey("xipai_rewards_val")) + { + xipai_reward = hpData.getInt("xipai_rewards_val"); + } + + int anchou_reward = 1000000; + if (hpData.containsKey("anchou_rewards_val")) + { + anchou_reward = hpData.getInt("anchou_rewards_val"); + } + + int robot_room = 0; + if (hpData.containsKey("robot_room")) + { + robot_room = hpData.getInt("robot_room"); + } + + hpData.remove("rewards_type"); + hpData.remove("rewards_val"); + hpData.remove("rewardValueType"); + hpData.remove("xipai_rewards_val"); + hpData.remove("xipai_rewards_type"); + hpData.remove("xipai_rewardValueType"); + hpData.remove("anchou_rewards_val"); + hpData.remove("anchou_rewards_type"); + hpData.remove("anchou_rewardValueType"); + + jedis9.del(String.format("g%s:diamo_cost:p%s",groupId,pid)); + jedis9.del(String.format("g%s:valid_room:p%s",groupId,pid)); + jedis9.del(String.format("g%s:no_valid_room:p%s",groupId,pid)); + jedis9.del(String.format("g%s:round:p%s",groupId,pid)); + + + int hp_times = hpData.getInt("times"); + String config_json = config.toJson(); + String hpData_json = hpData.toJson(); + String p_key = GroupCache.genPlayKey(groupId, pid); + Map redis_map = payToRedis1(groupId, pid, gameId, name, deskId, config_json, hpData_json, hpOnOff, + hp_times, reward, rewardType,rewardValueType, xipai_reward, xipai_rewardType, xipai_rewardValueType,anchou_reward, anchou_rewardType, anchou_rewardValueType, robot_room); + redis_map.put("opt", "1"); + jedis11.hmset(p_key, redis_map); + jedis11.hincrBy(p_key, "cache_ver", 1); + jedis11.zadd(gp_key, 1 * 10 + hpOnOff, pid + ""); + + // 得到所有的玩法 + pids = jedis11.zrangeByScore(gp_key, 11, 11); + // 删除新增加的玩法 + pids.remove(pid); + + // 查找所有的一级合伙人 + String sql = String.format("SELECT uid FROM group_member where groupId =%s and partnerLev = 1", groupId); + ITArray arr = DataBase.use().executeQueryByTArray(sql); + if (arr.size() > 0) { + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + + //遍历所有的一级合伙人 + for (int i = 0; i < arr.size(); ++i) { + + ITObject obj = arr.getTObject(i); + int tem_id = obj.getInt("uid"); + + // 遍历所有的玩法,查看现在的玩法的推广奖励是否一致 + int sameValue = 0; + int xipai_sameValue = 0; + int anchou_sameValue = 0; + for(String strPid : pids) { + + int indexPid =Integer.parseInt(strPid); + if(indexPid != pid) { + GroupPlayBean gpb = GroupCache.getPlay(groupId,indexPid); + if(gpb.rewardValueType == rewardValueType) { + + String p_reward_key = GroupCache.genRewardKey(groupId,indexPid); + Double tem = jedis10.zscore(p_reward_key, tem_id + ""); + int value = tem == null ? 0 : tem.intValue(); + + if(sameValue == 0 ) { + sameValue = value; + }else if(sameValue != value) { + sameValue = 0; + break; + } + } + if(gpb.xipai_rewardValueType == xipai_rewardValueType) { + String p_reward_key = GroupCache.genXiPaiRewardKey(groupId,indexPid); + Double tem = jedis10.zscore(p_reward_key, tem_id + ""); + int value = tem == null ? 0 : tem.intValue(); + + if(xipai_sameValue == 0 ) { + xipai_sameValue = value; + }else if(xipai_sameValue != value) { + xipai_sameValue = 0; + break; + } + } + + if(gpb.anchou_rewardValueType == anchou_rewardValueType) { + String p_reward_key = GroupCache.genAnChouRewardKey(groupId,indexPid); + Double tem = jedis10.zscore(p_reward_key, tem_id + ""); + int value = tem == null ? 0 : tem.intValue(); + + if(anchou_sameValue == 0 ) { + anchou_sameValue = value; + }else if(anchou_sameValue != value) { + anchou_sameValue = 0; + break; + } + } + } + } + // 设置该一级合伙人的奖励 + String p_reward_key = GroupCache.genRewardKey(groupId,pid); + jedis10.zadd(p_reward_key, sameValue, tem_id + ""); + + // 设置该一级合伙人的奖励 + String p_xipai_reward_key = GroupCache.genXiPaiRewardKey(groupId,pid); + jedis10.zadd(p_xipai_reward_key, xipai_sameValue, tem_id + ""); + + String p_anchou_reward_key = GroupCache.genAnChouRewardKey(groupId,pid); + jedis10.zadd(p_anchou_reward_key, anchou_sameValue, tem_id + ""); + } + } finally { + jedis10.close(); + } + } + + + + GroupPublisherService.addPlayEvt(groupId, pid); + + ITObject obj = TObject.newInstance(); + obj.putInt("pid", pid); + obj.putInt("maxPlayers", maxPlayers); + obj.putInt("maxRound", maxRound); + + return obj; + } finally { + if (lock != null) + lock.unlock(); + + jedis9.close(); + } + } + + public static final int getMaxRound(int gameId, int opt) throws Exception { + int maxRound = 0; + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + try { + String keyStr = "game:"+gameId; + String optStr = "opt"+opt; + String val = jedis1.hget(keyStr, optStr); + maxRound = Integer.parseInt(val); + + } finally { + jedis1.close(); + } + + return maxRound; + } + + /** + * 删除玩法 + * + * @param groupId + * @param pid + * @return + * @throws Exception + */ + public static final int delPlay(int groupId, int pid) throws Exception { + log.info("delPlay pid:" + pid); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + + int min_value = pid * 10000 + 1000; + int max_value = pid * 10000 + 9999; + String grooms_key = GroupCache.genRoomsKey(groupId); + Set rooms = jedis11.zrevrangeByScore(grooms_key, max_value, min_value); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + for (String room : rooms) { + boolean check = GroupRoomService.checkRoom(room, jedis0); + if (!check) { + jedis11.zrem(grooms_key, room); + } else { + check = GroupRoomService.checkFakeRoom(room, jedis0); + if (!check) { + return ErrorCode.GROUP_PLAY_EXIST_ROOM; + } + else { + jedis11.zrem(grooms_key, room); + } + } + } + } finally { + jedis0.close(); + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + String p_reward_key = GroupCache.genRewardKey(groupId, pid); + String p_xipai_reward_key = GroupCache.genXiPaiRewardKey(groupId, pid); + String p_anchou_reward_key = GroupCache.genAnChouRewardKey(groupId, pid); + jedis10.del(p_reward_key); + jedis10.del(p_xipai_reward_key); + jedis10.del(p_anchou_reward_key); + } + finally { + jedis10.close(); + } + + String gp_key = GroupCache.genPidsKey(groupId); + String p_key = GroupCache.genPlayKey(groupId, pid); + RedisLock lock = new RedisLock(gp_key, jedis11); + Jedis jedis9 = Redis.use("group1_db9").getJedis(); + try { + lock.lock(); + + jedis9.del(String.format("g%s:diamo_cost:p%s",groupId,pid)); + jedis9.del(String.format("g%s:valid_room:p%s",groupId,pid)); + jedis9.del(String.format("g%s:no_valid_room:p%s",groupId,pid)); + jedis9.del(String.format("g%s:round:p%s",groupId,pid)); + + jedis11.hset(p_key, "opt", "2"); + jedis11.hincrBy(p_key, "cache_ver", 1); + long time = System.currentTimeMillis() / 1000; + jedis11.zadd(gp_key, time, pid + ""); + GroupPublisherService.delPlayEvt(groupId, pid); + } finally { + lock.unlock(); + jedis9.close(); + } + return 0; + } + + /** + * 添加玩法 + * + * @param groupId + * @param gameId + * @param name + * @param config + * @param hpData + * @return + * @throws Exception + */ + public static final ITObject updatePlay(int groupId, int pid, int gameId, String name,int deskId, ITObject config, + ITObject hpData, int hpOnOff) throws Exception { + log.info("updatePlay pid:"+pid+" gameId:" + gameId + " name:"+name + " config:"+config+ " hpData:" + hpData + " hpOnOff:"+hpOnOff); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + int min_value = pid * 10000 + 1000; + int max_value = pid * 10000 + 9999; + String grooms_key = GroupCache.genRoomsKey(groupId); + Set rooms = jedis11.zrevrangeByScore(grooms_key, max_value, min_value); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + for (String room : rooms) { + boolean check = GroupRoomService.checkRoom(room, jedis0); + if (!check) { + jedis11.zrem(grooms_key, room); + } + } + } finally { + jedis0.close(); + } + + String p_key = GroupCache.genPlayKey(groupId, pid); + RedisLock lock = new RedisLock(p_key, jedis11); + try { + + GameBean gb = GameCache.getGame(gameId); + int maxPlayers = gb.maxPlayers; + if (config.containsKey("maxPlayers")) { + maxPlayers = config.getInt("maxPlayers"); + } + config.putInt("maxPlayers", maxPlayers); + config.putInt("pid", pid); + int rewardType = hpData.getInt("rewards_type"); + int rewardValueType = hpData.getInt("rewardValueType"); + int xipai_rewardType = 0; + if (hpData.containsKey("xipai_rewardType")) + { + xipai_rewardType = hpData.getInt("xipai_rewardType"); + } + + int anchou_rewardType = 0; + if (hpData.containsKey("anchou_rewardType")) + { + anchou_rewardType = hpData.getInt("anchou_rewardType"); + } + + int xipai_rewardValueType = 0; + if (hpData.containsKey("xipai_rewardValueType")) + { + xipai_rewardValueType = hpData.getInt("xipai_rewardValueType"); + } + + int anchou_rewardValueType = 0; + if (hpData.containsKey("anchou_rewardValueType")) + { + anchou_rewardValueType = hpData.getInt("anchou_rewardValueType"); + } + + int reward = hpData.getInt("rewards_val"); + int xipai_reward = 0; + if (hpData.containsKey("xipai_rewards_val")) + { + xipai_reward = hpData.getInt("xipai_rewards_val"); + } + + int anchou_reward = 0; + if (hpData.containsKey("anchou_rewards_val")) + { + anchou_reward = hpData.getInt("anchou_rewards_val"); + } + + int robot_room = 0; + if (hpData.containsKey("robot_room")) + { + robot_room = hpData.getInt("robot_room"); + } + + int shangxian_robot = 0; + if (hpData.containsKey("shangxian_robot")) + { + shangxian_robot = hpData.getInt("shangxian_robot"); + } + + + hpData.remove("rewards_type"); + hpData.remove("rewards_val"); + hpData.remove("xipai_rewards_val"); + hpData.remove("anchou_rewards_val"); + hpData.remove("rewardValueType"); + hpData.remove("xipai_rewards_type"); + hpData.remove("anchou_rewards_type"); + hpData.remove("xipai_rewardValueType"); + hpData.remove("anchou_rewardValueType"); + int hp_times = hpData.getInt("times"); + + int opt = config.getInt("opt"); + int maxRound = getMaxRound(gameId, opt); + hpData.putInt("maxRound", maxRound); + config.putInt("maxRound", maxRound); + + String config_json = config.toJson(); + String hpData_json = hpData.toJson(); + + Map redis_map = payToRedis(groupId, pid, gameId, name,deskId, config_json, hpData_json, hpOnOff, + hp_times, reward, rewardType,rewardValueType, xipai_reward, xipai_rewardType, xipai_rewardValueType,anchou_reward, anchou_rewardType, anchou_rewardValueType, robot_room,shangxian_robot); + jedis11.hmset(p_key, redis_map); + jedis11.hincrBy(p_key, "cache_ver", 1); + String gp_key = GroupCache.genPidsKey(groupId); + jedis11.zadd(gp_key, 1 * 10 + hpOnOff, pid + ""); + + GroupPublisherService.updatePlayEvt(groupId, pid); + } finally { + lock.unlock(); + } + return config; + } + + /** + * 分配成员 + * + * @param groupId + * @param parId + * @param tagId + * @throws Exception + */ + public static final void distributeMember(int groupId, int parId, int tagId) throws Exception { + String tag_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = null; + RedisLock lock1 = null; + try { + lock = new RedisLock(tag_key, jedis10); + lock.lock(); + + String par_key = GroupMemberCache.genKey(groupId, parId); + lock1 = new RedisLock(par_key, jedis10); + lock1.lock(); + int par_partner = Integer.parseInt(jedis10.hget(par_key, "partnerLev")); + if (par_partner == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + + String member_opt = jedis10.hget(tag_key, "opt"); + if (StringUtil.isNotEmpty(member_opt) && member_opt.equals("1")) { + int member_lev = Integer.parseInt(jedis10.hget(tag_key, "lev")); + if (member_lev < 3) { + throw new WebException(ErrorCode.GROUP_TAG_ISMGR); + } + int member_partner = Integer.parseInt(jedis10.hget(tag_key, "partnerLev")); + if (member_partner > 0) { + throw new WebException(ErrorCode.GROUP_ALREADY_PARTNER); + } + int member_parentId = Integer.parseInt(jedis10.hget(tag_key, "parentId")); + if (member_parentId > 0) { + throw new WebException(ErrorCode.GROUP_MEMBER_EXIST_PARTENER); + } + // int member_hp = Integer.parseInt(jedis10.hget(tag_key, "hp")); + // List par_list = Utility.getMemberParents(jedis10,groupId, parId, + // true); + // for(Integer p : par_list) { + // String ph_key = String.format("g{%s}:par_hp:%s", groupId,p); + // jedis10.incrBy(ph_key, member_hp); + // } + String sql = String.format("update group_member set parentId = %s WHERE uid = %s and groupId = %s", + parId, tagId, groupId); + Utility.evtdb(groupId, 1, sql); + jedis10.hset(tag_key, "parentId", parId + ""); + BaseCache.updateCacheVer(jedis10, tag_key); + } else { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + } finally { + if (lock != null) { + lock.unlock(false); + } + if (lock1 != null) { + lock1.unlock(); + } + } + + } + + /** + * 获取合伙人管理列表 + * + * @param groupId + * @param tagId + * @param limit + * @param num + * @return + * @throws Exception + */ + public static final ITObject getPartnerInfos(int groupId, int uid, int tagId, int limit, int num, int simpleAll, boolean diff) + throws Exception { + Jedis jedis10_1 = Redis.use("group1_db10").getJedis(); + try { + GroupMemberBean uid_bean = GroupCache.getMember(groupId, uid); + if (uid_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + if (uid_bean.lev >= 3) + { + List par_list = Utility.getMemberParents(jedis10_1, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + finally { + jedis10_1.close(); + } + + String gm_key = GroupMemberCache.genKey(groupId, tagId); + String strLev = Redis.use("group1_db10").hget(gm_key, "lev"); + boolean mgr = StringUtil.isNotEmpty(strLev) && Integer.parseInt(strLev) < 3; + + ITArray list = null; + + String limitSql = ""; + String paramSql = ""; + if (simpleAll == 0) { + + limitSql = String.format("limit %s,%s", limit, num); + paramSql = String.format("SELECT A.uid,A.hp,A.lev,A.partnerLev, A.autoscore," + "(SELECT COUNT(uid) " + "FROM group_member B " + + "where B.groupId = %s AND B.parentId = A.uid) AS total", groupId); + } else { + + paramSql = "SELECT A.uid"; + } + + if (mgr) { + + String sql = String.format("%s FROM group_member AS A " + "where A.groupId= %s and A.partnerLev=1 %s", + paramSql, groupId, limitSql); + + list = DataBase.use().executeQueryByTArray(sql); + + } else { + if (diff) + { + String sql = String.format("%s FROM group_member AS A " + + "where A.groupId= %s and A.parentId=%s %s", + paramSql, groupId, tagId, limitSql); + + list = DataBase.use().executeQueryByTArray(sql); + } + else { + String sql = String.format("%s FROM group_member AS A " + + "where A.groupId= %s and A.parentId=%s AND partnerLev >0 %s", + paramSql, groupId, tagId, limitSql); + + list = DataBase.use().executeQueryByTArray(sql); + } + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + for (int i = 0; i < list.size(); ++i) { + ITObject obj = list.getTObject(i); + int tagUid = obj.getInt("uid"); + AccountBean acc = AccountCache.getAccount(tagUid); + obj.putString("nick", acc.nick); + + if (simpleAll == 0) { + obj.putString("portrait", acc.portrait); + + GroupMemberBean gmb = GroupCache.getMember(groupId, acc.id); + int score = 0; + if (gmb != null) { + score = gmb.score; + } + obj.putInt("score", score); + + } + } + } finally { + jedis10.close(); + } + + ITObject obj1 = TObject.newInstance(); + obj1.putTArray("members", list); + obj1.putInt("limit", limit); + return obj1; + } + + /** + * 获取合伙人管理列表 + * + * @param groupId + * @param uid + * @param limit + * @param num + * @return + * @throws Exception + */ + public static final ITObject queryPartnerInfos(int groupId, int uid, int qid,String tagName) + throws Exception { + + String gm_key = GroupMemberCache.genKey(groupId, uid); + String strLev = Redis.use("group1_db10").hget(gm_key, "lev"); + boolean mgr = StringUtil.isNotEmpty(strLev) && Integer.parseInt(strLev) < 3; + String partnerParents; + ITArray list = null; + + if(mgr) { + partnerParents = "and A.partnerLev=1"; + } + else { + partnerParents = String.format("and A.parentId=%s", uid); + } + + String paramSql = String.format("SELECT A.uid,A.hp,A.partnerLev," + "(SELECT COUNT(uid) " + "FROM group_member B " + + "where B.groupId = %s AND B.parentId = A.uid) AS total", groupId); + + String qid_sql = StringUtil.Empty; + if (qid > 0) { + + qid_sql = "AND A.uid=" + qid; + + String sql = String.format("%s FROM group_member AS A " + "where A.groupId= %s %s %s", + paramSql, groupId, qid_sql,partnerParents); + + list = DataBase.use().executeQueryByTArray(sql); + } + + + if(StringUtil.isNotEmpty(tagName)) { + + String sql = String.format("%s FROM group_member AS A " + + "right join account as B on A.uid = B.id and B.nick like '%%%s%%' " + + "where A.groupId= %s %s", + paramSql, tagName, groupId, partnerParents); + + ITArray tempL = DataBase.use().executeQueryByTArray(sql); + if(tempL != null && tempL.size() > 0) { + + if(list != null) { + for(int k = 0; k < tempL.size(); k++) { + + ITObject mo = tempL.getTObject(k); + if(qid > 0 && qid == mo.getInt("uid")) { + continue; + } + list.addTObject(mo); + } + } + else { + list = tempL; + } + } + } + + ITObject obj1 = TObject.newInstance(); + + if(list != null) { + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + for (int i = 0; i < list.size(); ++i) { + ITObject obj = list.getTObject(i); + int tagUid = obj.getInt("uid"); + AccountBean acc = AccountCache.getAccount(tagUid); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + } + } finally { + jedis10.close(); + } + obj1.putTArray("members", list); + } + + return obj1; + } + + /** + * 获取合伙人成员列表 + * + * @param groupId + * @param uid + * @param limit + * @param num + * @return + * @throws Exception + */ + public static final ITObject getPartnerMemebers(int groupId, int uid, int limit, int num, int qid) + throws Exception { + ITArray list = null; + boolean self = (qid > 0 && qid == uid); + if (self) { + list = TArray.newInstance(); + ITObject obj = TObject.newInstance(); + obj.putInt("uid", uid); + obj.putInt("partnerLev", 1); + list.addTObject(obj); + } + + if (qid == 0 || !self) { + + String qid_sql = StringUtil.Empty; + if (qid > 0) { + qid_sql = "AND uid=" + qid; + } + String sql = String.format( + "SELECT uid,partnerLev,join_time FROM group_member WHERE groupId=%s AND parentId=%s %s limit %s,%s", + groupId, uid, qid_sql, limit, num); + ITArray arr = DataBase.use().executeQueryByTArray(sql); + if (list != null) { + for (int i = 0; i < arr.size(); ++i) { + list.addTObject(arr.getTObject(i)); + } + } else { + list = arr; + } + } + + // Jedis jedis9 = Redis.use("group1_db9").getJedis(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + for (int i = 0; i < list.size(); ++i) { + ITObject obj = list.getTObject(i); + AccountBean acc = AccountCache.getAccount(obj.getInt("uid")); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + + String gmr = String.format("g{%s}:m%s:round_log", groupId, obj.getInt("uid")); + String val = jedis10.get(gmr); + int value = 0; + if (StringUtil.isNotEmpty(val)) { + value = Integer.parseInt(val); + } + obj.putInt("round", value); + + GroupMemberBean gmb = GroupCache.getMember(groupId, acc.id); + if (gmb != null) { + obj.putInt("online", 1); + } else { + obj.putInt("online", 0); + } + + // _fillLog(jedis9, jedis10,obj, groupId, uid, acc.id, false, true); + } + } finally { + jedis10.close(); + // jedis9.close(); + } + ITObject obj1 = TObject.newInstance(); + obj1.putTArray("members", list); + obj1.putInt("limit", limit); + return obj1; + } + + /** + * + * @param permission + * @throws Exception + */ + public static void setMgrPermission(int groupId, int tag, int permission) throws Exception { + log.info("setMgrPermission tag:" + tag + " permission:" + permission); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + String gm_key = GroupMemberCache.genKey(groupId, tag); + RedisLock lock = new RedisLock(gm_key, jedis10); + try { + lock.lock(); + List _list = jedis10.hmget(gm_key, "opt", "lev"); + String opt1 = _list.get(0); + if (StringUtil.isEmpty(opt1) || Integer.parseInt(opt1) != 1) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + int _lev = Integer.parseInt(_list.get(1)); + if (_lev != 2) { + throw new WebException(ErrorCode.GROUP_MGR_EXIST); + } + jedis10.hset(gm_key, "permission", permission + ""); + BaseCache.updateCacheVer(jedis10, gm_key); + } finally { + lock.unlock(); + } + } + + /** + * 获取禁止同桌列表 + * + * @param groupId + * @param uid + * @param tag + * @return + * @throws Exception + */ + public static ITArray getBanDeskList(int groupId, int uid, int tag) throws Exception { + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + String mng_key = GroupMemberCache.genKey(groupId, uid); + RedisLock lock1 = new RedisLock(mng_key, jedis10); + try { + lock1.lock(); + int mgn_lev = Integer.parseInt(jedis10.hget(mng_key, "lev")); + if (mgn_lev == 2) { + String permission = jedis10.hget(mng_key, "permission"); + if (StringUtil.isEmpty(permission) || (Integer.parseInt(permission) & PERMISSION_BAN_DESKMATE) == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } finally { + lock1.unlock(false); + } + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + String ban_key = "ban{" + groupId + "}:" + tag; + try { + Set sets = jedis11.smembers(ban_key); + ITArray arr = TArray.newInstance(); + for (String id : sets) { + ITObject obj = TObject.newInstance(); + int _id = Integer.parseInt(id); + AccountBean acc = AccountCache.getAccount(_id); + if (acc == null) { + jedis11.srem(ban_key, id); + continue; + } + String key = GroupMemberCache.genKey(groupId, acc.id); + String opt = jedis10.hget(key, "opt"); + if (StringUtil.isEmpty(opt) || Integer.parseInt(opt) != 1) { + jedis11.srem(ban_key, id); + continue; + } + obj.putInt("uid", _id); + obj.putString("nick", acc.nick); + obj.putString("portrait", acc.portrait); + arr.addTObject(obj); + } + return arr; + } finally { + jedis11.close(); + jedis10.close(); + } + } + + /** + * 设置禁止同桌 + * + * @param groupId + * @param uid + * @param tag + * @param ban_list + */ + public static void setBanDesk(int groupId, int uid, int tag, ITArray ban_list, ITArray del_list) throws Exception { + log.info("setBanDesk uid:"+uid+" tag:"+tag + " ban_list:" + ban_list + " del_list:"+del_list); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + String mng_key = GroupMemberCache.genKey(groupId, uid); + RedisLock lock1 = new RedisLock(mng_key, jedis10); + try { + lock1.lock(); + int mgn_lev = Integer.parseInt(jedis10.hget(mng_key, "lev")); + if (mgn_lev == 2) { + String permission = jedis10.hget(mng_key, "permission"); + if (StringUtil.isEmpty(permission) || (Integer.parseInt(permission) & PERMISSION_BAN_DESKMATE) == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } finally { + lock1.unlock(false); + } + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + String ban_key = "ban{" + groupId + "}:" + tag; + RedisLock lock = new RedisLock("ban_desk" + groupId, jedis11); + try { + lock.lock(); + String tag_str = tag + ""; + Pipeline pipeline = jedis11.pipelined(); + pipeline.del(ban_key); + if (del_list.size() > 0) { + for (int i = 0; i < del_list.size(); ++i) { + int _id = del_list.getInt(i); + if (_id == 0) + continue; + if (_id == tag) + continue; + String key = "ban{" + groupId + "}:" + _id; + pipeline.srem(key, tag_str); + } + } + if (ban_list.size() == 1 && ban_list.getInt(0) == 0) { + return; + } + int size = Math.min(ban_list.size(), 20); + for (int i = 0; i < size; ++i) { + int _id = ban_list.getInt(i); + if (_id == 0) + continue; + if (_id == tag) + continue; + String key = GroupMemberCache.genKey(groupId, _id); + String opt = jedis10.hget(key, "opt"); + if (StringUtil.isEmpty(opt) || Integer.parseInt(opt) != 1) { + continue; + } + String _bkey = "ban{" + groupId + "}:" + _id; + pipeline.sadd(ban_key, _id + ""); + pipeline.sadd(_bkey, tag_str); + } + pipeline.sync(); + } finally { + lock.unlock(); + jedis10.close(); + } + + } + + public static final ITObject movePartner(int groupId, int uid, int tag) throws Exception { + log.info("movePartner uid:"+uid + " tag:" + tag); + if (uid == tag) { + throw new WebException(ErrorCode._FAILED); + } + //GroupMemberBean tag_bean = GroupCache.getMember(groupId, tag); + //uid //目标 + String group_key = GroupCache.genKey(groupId); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock = new RedisLock(group_key, jedis11); + RedisLock lock1 = null; + RedisLock lock2 = null; + + String gm_key3 = GroupMemberCache.genKey(groupId, tag); + //Jedis jedis10 = Redis.use("group1_db10").getJedis(); + //RedisLock lock3 = new RedisLock(gm_key3, jedis10); + + try { + lock.lock(); + //lock3.lock(); + jedis11.hset(group_key, "stop", "1"); + BaseCache.updateCacheVer(jedis11, group_key); + String tag_key = GroupMemberCache.genKey(groupId, tag); + String mng_key = GroupMemberCache.genKey(groupId, uid); + lock1 = new RedisLock(mng_key, jedis10); + lock2 = new RedisLock(tag_key, jedis10); + lock1.lock(); + lock2.lock(); + GroupMemberBean tag_bean = GroupCache.getMember(groupId, tag);//目标用户信息 + if (tag_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + GroupMemberBean mng_bean = GroupCache.getMember(groupId, uid); + if (mng_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + int mgn_lev = mng_bean.lev; + int mgn_partner = mng_bean.partnerLev; + if (!(mgn_lev == 1 || mgn_partner > 0)) { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + + int member_partner = tag_bean.partnerLev; + if (member_partner == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PARTNER); + } + int member_parentId = tag_bean.parentId; + if (member_parentId == uid) { + throw new WebException(ErrorCode._FAILED); + } + List child_list = Utility.getChildParentList(groupId, tag, true); + + if (mgn_lev == 3) { + if (child_list.contains(uid)) { + throw new WebException(ErrorCode._FAILED); + } + } + + // //--同步分组 + log.info("movePartner uid:"+uid + " tag:" + tag+"queueid:"+mng_bean.queueid); + jedis10.hset(tag_bean.redis_key, "queueid", mng_bean.queueid + ""); + BaseCache.updateCacheVer(jedis10, GroupMemberCache.genKey(groupId, tag)); + + String opt1 = jedis10.hget(gm_key3, "opt"); + if (StringUtil.isEmpty(opt1) || Integer.parseInt(opt1) != 1) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + boolean isPartner = false; + GroupMemberBean gmb3 = GroupCache.getMember(groupId, tag); + if( gmb3.partnerLev > 0) { + isPartner = true; + } + + + String sql3; + //String _ban = ban + ""; + if(isPartner) { + HashSet hashSet = new HashSet<>(); + hashSet.add(tag); + ArrayList arrayList = new ArrayList<>(); + arrayList.add(tag); + + gm_key3 = GroupMemberCache.genKey(groupId, tag); + //jedis10.hset(gm_key, "ban", _ban); + //jedis10.hset(gm_key, "group_ban", _ban); + BaseCache.updateCacheVer(jedis10, gm_key3); + + while(!arrayList.isEmpty()) + { + ArrayList arrayListTemp = new ArrayList<>(); + arrayListTemp.addAll(arrayList); + arrayList.clear(); + + for(int i = 0; i < arrayListTemp.size(); ++i) + { + int tmpTagId = arrayListTemp.get(i); + String child_list2 = Utility.getChildParentSql(groupId, tmpTagId, true); + + //sql = String.format("update group_member set ban = %s where groupId = %s and (parentId in(%s) or uid = %s)", _ban, groupId,child_list2,tmpTagId); + //Utility.evtdb(groupId, 1, sql); + + sql3 = String.format("select uid from group_member where groupId = %s and (parentId in(%s) or uid = %s)", groupId,child_list2, tmpTagId); + + ITArray tmplist = DataBase.use().executeQueryByTArray(sql3); + if(tmplist.size()>0) { + for(int j=0; j tag_par_list = Utility.getMemberParents(jedis10, groupId, tag, false); + // String _tag_hp = jedis10.get(String.format("g{%s}:par_hp:%s", groupId,tag)); + List mng_par_list = null; + if (mgn_lev == 3) { + mng_par_list = Utility.getMemberParents(jedis10, groupId, uid, true); + } + Pipeline pipeline = jedis10.pipelined(); + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = Redis.use("group1_db11").zrangeByScore(gp_key, 10, 11); + for(String pid : pids) { + String p_reward_key = GroupCache.genRewardKey(groupId,Integer.parseInt(pid)); + for(Integer child : child_list) { + pipeline.zrem(p_reward_key, child.toString()); + } + String p_xipai_reward_key = GroupCache.genXiPaiRewardKey(groupId,Integer.parseInt(pid)); + + String p_anchou_reward_key = GroupCache.genAnChouRewardKey(groupId,Integer.parseInt(pid)); + for(Integer child : child_list) { + pipeline.zrem(p_xipai_reward_key, child.toString()); + pipeline.zrem(p_anchou_reward_key, child.toString()); + } + } + if (tag_par_list != null) { + for (Integer par : tag_par_list) { + String list_key = GroupCache.genParListKey(groupId, par); + for (Integer child : child_list) { + pipeline.srem(list_key, child.toString()); + } + } + } + pipeline.hset(tag_key, "parentId", uid + ""); + pipeline.hincrBy(tag_key, "cache_ver", 1); + int diff = (mgn_partner + 1) - member_partner; + if (diff != 0) { + for (Integer child : child_list) { + String key = GroupMemberCache.genKey(groupId, child); + pipeline.hincrBy(key, "partnerLev", diff); + pipeline.hincrBy(key, "cache_ver", 1); + } + } + if (mgn_lev == 3) { + for (Integer par : mng_par_list) { + String list_key = GroupCache.genParListKey(groupId, par); + // String hp_key = String.format("g{%s}:par_hp:%s", groupId,par); + // pipeline.incrBy(hp_key, tag_hp); + for (Integer child : child_list) { + pipeline.sadd(list_key, child.toString()); + } + } + } + pipeline.sync(); + String sql = String.format("update group_member set parentId=%s where uid=%s and groupId=%s", uid, tag, + groupId); + Utility.evtdb(groupId, 1, sql); + if (diff != 0) { + String p = StringUtil.Empty; + int len = child_list.size(); + for (int i = 0; i < len; i++) { + Integer child = child_list.get(i); + p += child + ((i < len - 1) ? "," : StringUtil.Empty); + } + sql = String.format("update group_member set partnerLev=partnerLev+%s where uid in(%s) and groupId=%s", + diff, p, groupId); + Utility.evtdb(groupId, 1, sql); + } + ITObject resData = TObject.newInstance(); + resData.putInt("parentId", uid); + resData.putInt("partnerLev", member_partner + diff); + return resData; + + } finally { + jedis11.hset(group_key, "stop", "0"); + BaseCache.updateCacheVer(jedis11, group_key); + lock.unlock(); + lock1.unlock(false); + lock2.unlock(); + //lock3.unlock(); + } + } + + + + /** + * 获取邮件列表 + * + * @param groupId + * @param uid + * @param limit + * @param num + * @return + */ + public static ITArray getMailList(int groupId, int uid, int limit, int num) { + String mail_key = GroupCache.genMailKey(groupId, uid); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + int time = (int) (System.currentTimeMillis() / 1000); + int s_time = time - 10 * 24 * 3600; + jedis10.zremrangeByScore(mail_key, 0, s_time); + Set sets = jedis10.zrevrangeByScore(mail_key, time, s_time, limit, num); + ITArray arr = TArray.newInstance(); + for (String str : sets) { + arr.addString(str); + } + String mail_tip_key = GroupCache.genMailTipKey(groupId); + jedis10.zadd(mail_tip_key, 0, uid + ""); + return arr; + } finally { + jedis10.close(); + } + } + + /** + * 删除所有邮件 + * + * @param groupId + * @param uid + */ + public static void delMailAll(int groupId, int uid) { + String mail_key = GroupCache.genMailKey(groupId, uid); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + jedis10.del(mail_key); + String mail_tip_key = GroupCache.genMailTipKey(groupId); + jedis10.zadd(mail_tip_key, 0, uid + ""); + } finally { + jedis10.close(); + } + + } + + /** + * 设置合伙人阀值groupId, acc.id, tagId, score + */ + public static final int setPartenerAutoScore(int groupId, int uid, int tagId, int score) { + log.info("setPartenerAutoScore uid:"+uid+" tagId:"+tagId+" score:"+score); + String gm_key = GroupMemberCache.genKey(groupId, tagId); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + String opt1 = jedis10.hget(gm_key, "opt"); + if (StringUtil.isEmpty(opt1) || Integer.parseInt(opt1) != 1) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + String mng_key = GroupMemberCache.genKey(groupId, uid); + RedisLock lock1 = new RedisLock(mng_key, jedis10); + try { + lock1.lock(); + int mgn_lev = Integer.parseInt(jedis10.hget(mng_key, "lev")); + if (mgn_lev == 2) { + String permission = jedis10.hget(mng_key, "permission"); + if (StringUtil.isEmpty(permission) || (Integer.parseInt(permission) & PERMISSION_BAN) == 0) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + else if (mgn_lev >= 3) + { + if (uid != tagId) + { + List par_list = Utility.getMemberParents(jedis10, groupId, tagId, true); + if (par_list == null || !par_list.contains(uid)) { + throw new WebException(ErrorCode.GROUP_NOT_PERMISSION); + } + } + } + } finally { + lock1.unlock(false); + } + score = score * 1000; // deyou 1000 + //score = score * 100; // wanshun 100 + String sql = String.format("update group_member set autoscore = %s where uid = %s " + "AND groupId = %s ", + score, tagId, groupId); + try { + Utility.evtdb(groupId, 1, sql); + jedis10.hset(gm_key, "autoscore", score + ""); + BaseCache.updateCacheVer(jedis10, gm_key); + } finally { + + } + + } catch (Exception ex) { + + } finally { + jedis10.close(); + } + return 1; + } + + public static final void getRobotPlays(int groupId,int uid, ITObject resData){ + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = Redis.use("group1_db11").zrangeByScore(gp_key, 11, 11); + if (pids.size() == 0) { + return; + } + + + ITArray arr = TArray.newInstance(); + Jedis jedis10 = Redis.use("group1_db11").getJedis(); + try { + + for (String str : pids) { + int pid = Integer.parseInt(str); + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + if (gpb == null) + continue; + if (gpb.gameId == 10 || gpb.gameId==22 || gpb.gameId ==66) { //跑得快可以先加 + ITObject obj = TObject.newInstance(); + obj.putInt("pid", pid); + obj.putString("playname", gpb.name); + String bans = jedis10.hget("g{"+groupId+"}:play:"+pid, "shangxian_robot"); + int ban = 0; + if (bans != null) { + ban = Integer.parseInt(bans); + } + obj.putInt("leftover_robot", ban); + arr.addTObject(obj); + } + } + } finally { + jedis10.close(); + } + + resData.putTArray("allplays", arr); + } + + /** + * 获取所有玩法 + */ + public static final void getAllPlays(int groupId,int uid, ITObject resData) { + String gp_key = GroupCache.genPidsKey(groupId); + Set pids = Redis.use("group1_db11").zrangeByScore(gp_key, 11, 11); + if (pids.size() == 0) { + return; + } + + + ITArray arr = TArray.newInstance(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + + for (String str : pids) { + int pid = Integer.parseInt(str); + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + if (gpb == null) + continue; + + + ITObject obj = TObject.newInstance(); + obj.putInt("pid", pid); + obj.putString("playname", gpb.name); + String bans= jedis10.hget(GroupCache.genBanKey(groupId, uid),pid+""); + int ban = 0; + if (bans!=null){ + ban = Integer.parseInt(bans); + } + + obj.putInt("ban",ban); + arr.addTObject(obj); + } + } finally { + jedis10.close(); + } + + resData.putTArray("allplays", arr); + } + + + public static final void setPanterRobotPlayid(int groupId,int pid,int ban,int uid, ITObject resData) throws Exception{ + GroupMemberBean tag_bean = GroupCache.getMember(groupId, uid); + if (tag_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + Jedis jedis10 = Redis.use("group1_db11").getJedis(); + String gm_key = GroupMemberCache.genKey(groupId, uid); + RedisLock lock = new RedisLock(gm_key, jedis10); + try { + + jedis10.hset("g{"+groupId+"}:play:"+pid, "shangxian_robot", ban+""); + + } finally { + lock.unlock(); + } + + ITArray arr = TArray.newInstance(); + ITObject obj = TObject.newInstance(); + obj.putInt("robotok", ban); + arr.addTObject(obj); + resData.putTArray("allplays", arr); + } + + public static final void setBanPlayid(int groupId,int pid,int ban,int uid, ITObject resData) throws Exception{ + GroupMemberBean tag_bean = GroupCache.getMember(groupId, uid); + if (tag_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + + GroupMemberBean mng_bean = GroupCache.getMember(groupId, uid); + if (mng_bean == null) { + throw new WebException(ErrorCode.GROUP_NOT_MEMBER); + } + if (ban==1){ + ban=0; + }else{ + ban=1; + } + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + String gm_key = GroupMemberCache.genKey(groupId, uid); + RedisLock lock = new RedisLock(gm_key, jedis10); + try { + + jedis10.hset(GroupCache.genBanKey(groupId, uid), pid+"", ban+""); + BaseCache.updateCacheVer(jedis10, GroupMemberCache.genKey(groupId, uid)); + + + boolean isPartner = false; + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + if( gmb.partnerLev > 0) { + isPartner = true; + } + + String sql; + //String _ban = ban + ""; + if(isPartner) { + HashSet hashSet = new HashSet<>(); + hashSet.add(uid); + ArrayList arrayList = new ArrayList<>(); + arrayList.add(uid); + + gm_key = GroupMemberCache.genKey(groupId, uid); + BaseCache.updateCacheVer(jedis10, gm_key); + + while(!arrayList.isEmpty()) + { + ArrayList arrayListTemp = new ArrayList<>(); + arrayListTemp.addAll(arrayList); + arrayList.clear(); + + for(int i = 0; i < arrayListTemp.size(); ++i) + { + int tmpTagId = arrayListTemp.get(i); + String child_list2 = Utility.getChildParentSql(groupId, tmpTagId, true); + sql = String.format("select uid from group_member where groupId = %s and (parentId in(%s) or uid = %s)", groupId,child_list2, tmpTagId); + + ITArray tmplist = DataBase.use().executeQueryByTArray(sql); + if(tmplist.size()>0) { + for(int j=0; j + + + + taurus-web + com.taurus.web.WebFilter + + main + com.group.MainServer + + + + + taurus-web + /* + + diff --git a/game_web/web_group/src/main/webapp/config/bank_hp.lua b/game_web/web_group/src/main/webapp/config/bank_hp.lua new file mode 100644 index 0000000..d3a02ce --- /dev/null +++ b/game_web/web_group/src/main/webapp/config/bank_hp.lua @@ -0,0 +1,19 @@ +local tag_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local bank_hp = tonumber(redis.call('hget', KEYS[2],KEYS[3])) +bank_hp = not bank_hp and 0 or bank_hp +local hp = tonumber(ARGV[1]) +local opt = tonumber(ARGV[2]) +if opt==0 then + if bank_hp < hp then + return 3 + end + bank_hp = redis.call('hincrBy',KEYS[2],KEYS[3],-hp) + tag_hp = redis.call('hincrBy',KEYS[1],'hp',hp) +else + if tag_hp < hp then + return 4 + end + bank_hp = redis.call('hincrBy',KEYS[2],KEYS[3],hp) + tag_hp = redis.call('hincrBy',KEYS[1],'hp',-hp) +end +return {tag_hp,bank_hp} \ No newline at end of file diff --git a/game_web/web_group/src/main/webapp/config/log4j.properties b/game_web/web_group/src/main/webapp/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/web_group/src/main/webapp/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/web_group/src/main/webapp/config/mgr.lua b/game_web/web_group/src/main/webapp/config/mgr.lua new file mode 100644 index 0000000..e3e9aae --- /dev/null +++ b/game_web/web_group/src/main/webapp/config/mgr.lua @@ -0,0 +1,25 @@ +-- redis.call('select',0) +local mgr_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local tag_hp = tonumber(redis.call('hget', KEYS[2],'hp')) + +local ulev = tonumber(ARGV[2]) +local hp = tonumber(ARGV[1]) +if ulev == 3 or ulev == 2 then + if KEYS[1] ~= KEYS[2] and hp > 0 and mgr_hp < hp then + return 3 + else + if hp < 0 and tag_hp < math.abs(hp) then + return 4 + end + mgr_hp = redis.call('hincrBy',KEYS[1],'hp',-hp) + tag_hp = redis.call('hincrBy',KEYS[2],'hp',hp) + end +else + tag_hp = tag_hp + hp + if tag_hp < 0 then + return 4 + else + redis.call('hincrBy',KEYS[2],'hp',hp) + end +end +return {mgr_hp,tag_hp} \ No newline at end of file diff --git a/game_web/web_group/src/main/webapp/config/take_hp.lua b/game_web/web_group/src/main/webapp/config/take_hp.lua new file mode 100644 index 0000000..83d79a0 --- /dev/null +++ b/game_web/web_group/src/main/webapp/config/take_hp.lua @@ -0,0 +1,10 @@ +local reward_hp = tonumber(redis.call('get', KEYS[1])) +local hp = tonumber(ARGV[1]) +local tag_hp = 0 +if hp > 0 and reward_hp < hp then + return 3 +else + reward_hp = redis.call('incrBy',KEYS[1],-hp) + tag_hp = redis.call('hincrBy',KEYS[2],'hp',hp) +end +return {reward_hp,tag_hp} \ No newline at end of file diff --git a/game_web/web_group/src/main/webapp/config/taurus-core.xml b/game_web/web_group/src/main/webapp/config/taurus-core.xml new file mode 100644 index 0000000..ec4b03d --- /dev/null +++ b/game_web/web_group/src/main/webapp/config/taurus-core.xml @@ -0,0 +1,100 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://8.138.242.190:8060/wb_game + root + 6KYnXJjGhxNceF8e + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_group/src/main/webapp/config/trade.lua b/game_web/web_group/src/main/webapp/config/trade.lua new file mode 100644 index 0000000..c03a438 --- /dev/null +++ b/game_web/web_group/src/main/webapp/config/trade.lua @@ -0,0 +1,12 @@ +local mgr_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local tag_hp = tonumber(redis.call('hget', KEYS[2],'hp')) +mgr_hp = not mgr_hp and 0 or mgr_hp +tag_hp = not tag_hp and 0 or tag_hp +local hp = tonumber(ARGV[1]) +if hp > 0 and mgr_hp password111 = 123456 +13 十二月 2025 | 04:05:54,904 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 04:05:54,918 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 04:05:59,965 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 04:06:23,145 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +13 十二月 2025 | 04:06:23,187 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +13 十二月 2025 | 04:06:23,819 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 04:06:24,359 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101666 login +13 十二月 2025 | 04:06:24,400 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 04:06:26,295 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 04:06:26,298 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 04:06:31,574 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 04:09:39,211 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +13 十二月 2025 | 04:09:39,252 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +13 十二月 2025 | 04:46:39,922 | INFO | qtp1605283233-121 | group.controller.GroupController | | jefe_test: 168168 +13 十二月 2025 | 04:46:40,481 | INFO | qtp1605283233-121 | taurus.web.WebFilter | | action: get_groups[{user}:168168] time:691ms +13 十二月 2025 | 04:46:50,722 | INFO | qtp1605283233-125 | taurus.web.WebFilter | | action: enter_group[{user}:168168] time:373ms +13 十二月 2025 | 04:46:59,393 | INFO | qtp1605283233-125 | group.controller.GroupController | | jefe_test: 168168 +13 十二月 2025 | 04:46:59,828 | INFO | qtp1605283233-125 | taurus.web.WebFilter | | action: get_groups[{user}:168168] time:554ms +13 十二月 2025 | 04:47:16,645 | INFO | qtp1605283233-127 | group.controller.GroupController | | jefe_test: 112233 +13 十二月 2025 | 04:47:16,918 | INFO | qtp1605283233-127 | taurus.web.WebFilter | | action: get_groups[{user}:112233] time:400ms +13 十二月 2025 | 04:47:18,037 | INFO | qtp1605283233-127 | taurus.web.WebFilter | | action: enter_group[{user}:112233] time:349ms +13 十二月 2025 | 04:50:01,468 | INFO | main | core.plugin.PluginService | | plugin[database] load success! +13 十二月 2025 | 04:50:01,513 | INFO | main | core.plugin.PluginService | | plugin[redis] load success! +13 十二月 2025 | 14:11:15,504 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:16,661 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:17,060 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:17,894 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:17,910 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:18,266 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:18,447 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:18,462 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:18,701 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:19,414 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:19,429 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:19,771 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:20,026 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:20,041 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:20,149 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:21,013 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:21,029 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:21,414 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:21,535 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:21,550 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:21,806 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:22,612 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:22,627 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:22,925 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:23,172 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:23,187 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:23,310 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:24,101 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:24,117 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:24,416 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:24,682 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:24,697 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:24,804 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:25,624 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:25,639 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:25,894 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:26,183 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:26,198 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:26,349 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:27,141 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:27,157 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:27,480 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:27,654 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:27,669 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:27,918 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:28,675 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:28,690 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:29,096 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:29,226 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:29,242 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:29,547 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:30,230 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:30,245 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:30,812 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:30,827 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:30,922 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:31,501 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:31,957 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:31,972 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:32,629 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:32,644 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:32,712 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:33,289 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:33,811 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:33,827 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:34,405 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:34,420 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:34,552 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:35,125 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:35,626 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:35,641 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:36,259 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:36,266 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:36,281 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:36,649 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:37,477 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:37,492 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:37,771 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:38,008 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:38,023 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:38,154 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:38,981 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:38,997 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:39,292 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:39,529 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:39,543 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:39,686 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:40,484 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:40,500 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:40,844 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:41,062 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:41,078 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:41,219 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:42,066 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:42,081 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:42,259 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:42,630 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:42,635 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:42,646 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:43,500 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:43,515 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:43,741 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:44,045 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:44,060 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:44,132 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:44,953 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:44,968 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:45,326 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:45,503 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:45,519 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:45,762 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:46,448 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:46,464 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:46,864 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:47,089 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:47,104 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:47,285 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:48,092 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:48,108 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:48,345 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:48,626 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:48,641 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:48,758 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:49,567 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:49,582 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:49,832 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:50,117 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:50,132 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:50,389 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:51,060 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:51,075 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:51,449 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:51,594 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:51,609 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:51,837 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:52,690 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:52,705 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:52,911 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:53,224 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:53,240 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:53,285 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:54,152 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:54,168 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:54,352 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:54,669 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:54,683 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:54,736 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:55,610 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:55,625 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:55,782 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:56,127 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:56,142 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:56,156 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:57,029 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:57,041 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:57,207 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:57,542 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:57,557 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:57,592 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:58,456 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:58,472 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:58,731 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:11:58,975 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:58,990 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:11:59,091 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:11:59,904 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:11:59,919 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:00,228 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:00,452 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:00,467 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:00,599 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:01,381 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:01,396 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:01,904 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:01,985 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:02,001 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:02,272 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:03,095 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:03,110 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:03,364 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:03,630 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:03,645 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:03,734 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:04,557 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:04,572 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:04,851 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:05,106 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:05,121 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:05,221 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:06,033 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:06,048 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:06,268 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:06,574 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:06,589 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:06,643 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:07,545 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:07,560 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:07,690 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:08,070 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:08,075 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:08,090 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:08,956 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:08,971 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:09,119 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:09,486 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:09,486 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:09,501 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:10,380 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:10,395 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:10,507 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:10,869 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:10,896 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:10,910 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:11,794 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:11,810 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:11,907 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:12,279 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:12,293 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:12,339 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:13,165 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:13,180 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:13,470 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:13,696 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:13,712 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:13,835 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:14,701 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:14,717 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:15,009 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:15,253 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:15,268 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:15,498 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:16,151 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:16,166 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:16,698 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:16,716 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:16,731 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:17,148 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:17,856 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:17,871 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:18,365 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:18,466 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:18,481 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:18,745 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:19,456 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:19,472 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:19,837 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:20,157 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:20,173 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:20,435 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:21,079 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:21,095 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:21,599 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:21,629 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:21,644 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:22,154 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:22,780 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:22,795 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:23,346 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:23,361 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:23,478 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:24,033 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:24,597 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:24,612 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:25,142 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:25,273 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:25,289 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:25,712 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:26,382 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:26,397 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:26,791 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:26,918 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:26,933 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:27,346 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:28,035 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:28,050 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:28,522 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:28,592 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:28,607 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:29,081 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:29,689 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:29,704 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:30,289 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:30,304 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:30,323 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:30,898 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:31,432 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:31,448 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:32,069 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:32,084 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:32,100 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:32,697 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:33,234 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:33,249 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:33,832 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:33,847 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:33,958 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:34,448 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:35,070 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:35,085 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:35,680 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:35,696 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:35,791 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:36,213 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:36,982 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:36,997 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:37,269 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:37,567 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:37,583 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:37,688 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:38,536 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:38,551 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:38,746 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:39,060 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:39,074 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:39,206 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:39,994 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:40,010 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:40,319 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:40,525 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:40,540 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:40,743 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:41,546 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:41,562 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:41,813 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:42,084 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:42,098 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:42,219 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:43,076 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:43,091 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:43,293 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:43,582 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:43,597 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:43,699 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:44,544 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:44,559 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:44,772 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:45,045 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:45,060 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:45,192 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:46,005 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:46,020 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:46,376 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:46,554 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:46,569 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:46,794 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:47,514 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:47,529 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:47,833 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:48,154 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:48,169 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:48,303 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:49,084 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:49,100 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:49,418 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:49,604 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:49,619 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:49,840 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:50,612 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:50,628 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:50,881 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:51,190 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:51,205 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:51,246 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:52,135 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:52,151 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:52,365 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:52,654 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:52,668 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:52,782 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:53,595 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:53,610 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:53,824 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:54,144 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:54,159 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:54,194 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:55,059 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:55,073 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:55,243 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:55,590 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:55,601 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:55,605 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:56,522 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:56,537 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:56,662 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:57,020 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:57,036 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:57,127 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:57,905 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:57,920 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:58,282 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:12:58,440 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:58,455 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:58,648 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:12:59,430 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:12:59,446 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:12:59,809 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:00,009 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:00,023 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:00,175 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:00,953 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:00,968 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:01,395 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:01,534 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:01,549 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:01,952 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:02,462 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:02,478 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:03,102 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:03,117 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:03,192 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:03,752 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:04,304 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:04,318 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:04,895 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:04,910 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:04,925 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:05,494 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:06,053 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:06,068 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:06,579 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:06,646 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:06,661 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:07,145 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:07,789 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:07,804 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:08,235 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:08,339 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:08,354 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:08,848 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:09,467 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:09,482 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:09,936 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:10,015 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:10,030 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:10,343 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:11,175 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:11,191 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:11,430 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:11,708 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:11,722 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:11,850 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:12,652 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:12,667 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:13,202 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:13,217 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:13,300 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:13,778 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:14,299 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:14,315 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:15,698 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:15,750 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:15,778 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:16,114 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:16,129 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:16,202 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:16,616 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:16,631 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:17,428 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:17,832 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:18,596 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:18,611 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:19,160 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:19,176 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:19,467 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:19,870 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:20,565 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:20,580 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:21,136 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:21,237 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:21,253 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:21,545 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:22,216 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:22,231 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:22,635 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:22,901 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:22,916 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:23,051 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:23,880 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:23,895 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:24,122 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:24,400 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:24,414 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:24,585 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:25,375 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:25,391 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:25,899 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:25,915 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:25,970 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:26,407 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:27,152 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:27,167 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:27,532 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:27,724 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:27,740 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:27,955 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:28,762 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:28,778 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:29,161 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:29,288 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:29,304 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:29,711 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:30,271 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:30,286 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:30,881 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:30,888 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:30,903 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:31,363 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:32,035 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:32,050 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:32,490 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:32,622 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:32,637 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:32,973 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:33,685 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:33,700 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:34,095 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:34,254 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:34,270 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:34,576 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:35,284 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:35,299 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:35,666 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:35,842 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:35,857 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:36,078 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:36,895 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:36,911 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:37,194 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:37,460 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:37,476 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:37,615 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:38,439 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:38,455 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:38,715 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:38,994 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:39,010 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:39,135 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:39,937 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:39,954 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:40,142 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:40,510 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:40,526 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:40,555 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:41,440 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:41,455 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:41,764 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:41,952 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:41,967 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:42,175 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:42,874 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:42,890 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:43,204 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:43,499 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:43,514 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:43,629 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:44,486 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:44,501 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:44,732 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:44,997 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:45,012 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:45,217 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:46,013 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:46,028 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:46,318 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:46,520 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:46,536 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:46,737 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:47,607 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:47,623 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:47,771 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:48,117 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:48,132 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:48,184 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:49,033 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:49,049 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:49,317 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:49,562 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:49,577 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:49,724 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:50,552 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:50,567 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:50,835 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:51,102 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:51,117 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:51,315 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:52,044 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:52,060 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:52,380 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:52,617 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:52,632 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:52,926 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:53,638 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:53,654 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:53,999 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:54,166 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:54,181 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:54,482 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:55,270 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:55,285 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:55,655 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:55,816 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:55,832 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:56,148 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:56,840 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:56,855 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:57,298 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:57,444 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:57,460 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:57,784 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:13:58,500 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:58,515 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:59,049 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:13:59,077 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:13:59,092 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:13:59,535 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:00,130 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:00,145 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:00,676 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:00,758 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:00,772 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:01,041 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:01,854 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:01,870 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:02,202 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:02,411 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:02,426 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:02,557 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:03,369 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:03,385 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:03,664 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:03,944 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:03,959 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:04,031 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:04,876 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:04,891 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:05,338 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:05,435 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:05,451 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:05,700 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:06,347 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:06,362 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:06,786 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:07,075 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:07,090 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:07,247 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:08,019 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:08,035 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:08,270 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:08,576 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:08,592 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:08,724 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:09,557 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:09,573 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:09,749 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:10,072 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:10,087 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:10,191 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:11,026 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:11,042 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:11,267 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:11,539 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:11,554 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:11,758 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:12,533 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:12,548 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:12,775 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:13,059 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:13,074 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:13,254 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:14,058 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:14,074 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:14,343 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:14,567 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:14,583 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:14,832 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:15,559 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:15,574 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:15,973 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:16,112 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:16,127 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:16,481 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:17,187 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:17,202 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:17,602 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:17,729 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:17,744 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:17,983 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:18,836 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:18,851 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:19,149 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:19,378 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:19,394 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:19,519 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:20,339 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:20,355 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:20,645 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:20,906 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:20,922 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:21,017 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:21,866 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:21,881 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:22,101 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:22,416 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:22,431 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:22,471 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:23,349 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:23,364 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:23,645 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:23,882 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:23,898 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:24,010 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:24,830 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:24,845 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:25,120 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:25,424 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:25,439 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:25,481 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:26,326 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:26,341 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:26,584 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:26,890 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:26,905 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:27,256 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:27,818 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:27,833 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:28,366 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:28,382 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:28,482 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:28,957 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:29,589 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:29,604 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:30,181 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:30,198 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:30,213 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:30,631 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:31,284 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:31,299 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:31,844 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:31,908 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:31,923 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:32,290 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:32,962 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:32,978 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:33,541 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:33,556 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:33,572 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:33,988 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:34,613 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:34,628 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:35,221 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:35,242 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:35,257 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:35,666 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:36,329 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:36,344 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:36,730 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:36,939 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:36,954 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:37,091 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:37,990 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:38,005 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:38,172 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:38,511 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:38,525 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:38,799 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:39,409 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:39,424 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:39,880 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:39,944 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:39,959 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:40,245 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:41,117 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:41,132 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:41,335 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:41,635 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:41,651 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:41,736 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:42,582 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:42,597 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:42,872 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:43,099 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:43,115 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:43,275 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:44,059 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:44,074 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:44,397 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:44,637 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:44,652 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:44,797 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:45,595 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:45,610 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:45,976 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:46,158 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:46,173 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:46,345 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:47,112 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:47,127 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:47,436 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:47,677 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:47,692 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:47,796 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:48,670 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:48,685 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:48,897 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:49,219 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:49,234 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:49,261 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:50,105 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:50,119 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:50,497 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:50,654 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:50,670 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:50,868 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:51,589 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:51,604 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:51,961 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:52,139 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:52,154 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:52,330 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:53,200 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:53,215 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:53,428 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:53,735 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:53,751 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:53,798 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:54,638 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:54,654 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:54,893 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:55,203 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:55,219 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:55,255 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:56,131 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:56,146 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:56,297 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:56,669 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:56,670 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:56,684 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:57,570 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:57,585 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:57,730 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:58,092 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:14:58,098 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:58,114 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:58,986 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:59,002 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:59,188 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:14:59,495 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:14:59,509 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:14:59,559 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:00,414 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:00,429 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:00,631 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:15:00,951 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:00,966 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:01,190 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:01,890 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:01,905 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:02,229 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:15:02,424 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:02,438 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:02,718 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:03,480 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:03,495 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:03,770 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:15:04,000 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:04,014 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:04,252 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:05,010 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:05,025 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:05,292 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:15:05,547 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:05,562 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:05,779 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:06,539 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:06,553 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:06,800 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:15:07,075 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:07,090 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:07,249 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:08,077 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:08,092 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:08,319 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:15:08,567 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:08,581 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:08,774 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:09,576 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:09,591 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:09,829 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:15:10,084 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:10,099 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:10,276 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:11,077 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:11,092 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:11,323 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:15:11,600 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:11,614 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:11,802 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:12,439 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:12,590 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:12,606 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:13,058 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:13,096 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:13,111 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:13,700 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:14,324 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:14,968 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:15,614 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:16,239 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:16,897 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:17,043 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101555 login +13 十二月 2025 | 14:15:17,083 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:15:18,655 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8840 +13 十二月 2025 | 14:15:18,918 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:15:19,018 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:101555 +13 十二月 2025 | 14:15:19,534 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:267649 +13 十二月 2025 | 14:15:19,562 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:15:19,629 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:15:19,660 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:15:19,660 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:15:19,660 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:15:19,762 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:15:19,802 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:15:19,814 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:15:19,814 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:9855500 +13 十二月 2025 | 14:15:19,814 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:15:19,814 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:15:19,866 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:15:19,925 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:com.data.bean.GroupMemberBean@6bd597cd +13 十二月 2025 | 14:15:20,045 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:[101555] +13 十二月 2025 | 14:15:20,045 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | p_reward_key:g{767132}:reward:131 +13 十二月 2025 | 14:15:20,045 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | par.toString():101555 +13 十二月 2025 | 14:15:20,056 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | val:null +13 十二月 2025 | 14:15:20,067 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | list1.toJson():[] +13 十二月 2025 | 14:15:20,112 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6311, 8.138.242.190] +13 十二月 2025 | 14:15:20,268 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101555 login +13 十二月 2025 | 14:15:20,279 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:15:22,228 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:22,244 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:27,389 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101666 login +13 十二月 2025 | 14:15:27,401 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:15:28,643 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:488239 +13 十二月 2025 | 14:15:28,655 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[null, null, null, null, null, null, null, null, null, null, null, null, null] +13 十二月 2025 | 14:15:28,860 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8860 +13 十二月 2025 | 14:15:29,077 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:15:29,168 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:101666 +13 十二月 2025 | 14:15:29,439 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:212633 +13 十二月 2025 | 14:15:29,451 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8860, 22, 133, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:15:29,501 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8860, 22, 133, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:15:29,535 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:15:29,535 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:15:29,535 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:15:29,622 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:15:29,656 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:15:29,668 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:15:29,668 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:3289000 +13 十二月 2025 | 14:15:29,668 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:15:29,668 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:15:29,712 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:15:29,778 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:com.data.bean.GroupMemberBean@65b83344 +13 十二月 2025 | 14:15:29,845 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:null +13 十二月 2025 | 14:15:29,878 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6421, 8.138.242.190] +13 十二月 2025 | 14:15:30,075 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101666 login +13 十二月 2025 | 14:15:30,087 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:15:31,995 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:32,010 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:36,947 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:15:37,357 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:37,500 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101777 login +13 十二月 2025 | 14:15:37,512 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:15:38,753 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8860 +13 十二月 2025 | 14:15:38,981 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:15:39,091 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:101777 +13 十二月 2025 | 14:15:39,434 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:919910 +13 十二月 2025 | 14:15:39,446 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8860, 22, 133, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:15:39,507 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8860, 22, 133, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:15:39,536 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:15:39,536 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:15:39,536 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:15:39,627 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:15:39,663 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:15:39,675 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:15:39,675 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:3374500 +13 十二月 2025 | 14:15:39,675 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:15:39,675 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:15:39,725 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:15:39,793 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:com.data.bean.GroupMemberBean@159d31bc +13 十二月 2025 | 14:15:39,862 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:null +13 十二月 2025 | 14:15:39,896 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6421, 8.138.242.190] +13 十二月 2025 | 14:15:40,058 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101777 login +13 十二月 2025 | 14:15:40,070 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:15:42,033 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:42,047 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:46,974 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:15:47,399 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:15:47,674 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101888 login +13 十二月 2025 | 14:15:47,686 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:15:49,617 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:15:49,632 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:15:54,596 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:16:17,287 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:16:17,435 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:102111 login +13 十二月 2025 | 14:16:17,447 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:16:18,791 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8840 +13 十二月 2025 | 14:16:18,986 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:16:19,085 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:102111 +13 十二月 2025 | 14:16:19,418 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:205634 +13 十二月 2025 | 14:16:19,429 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:16:19,482 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:16:19,510 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:16:19,510 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:16:19,510 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:16:19,596 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:16:19,624 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:16:19,634 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:16:19,634 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:3013000 +13 十二月 2025 | 14:16:19,634 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:16:19,634 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:16:19,676 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:16:19,733 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:com.data.bean.GroupMemberBean@6d0ed9e +13 十二月 2025 | 14:16:19,790 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:null +13 十二月 2025 | 14:16:19,824 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6311, 8.138.242.190] +13 十二月 2025 | 14:16:19,979 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:102111 login +13 十二月 2025 | 14:16:19,990 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:16:21,932 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:16:21,948 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:16:26,841 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:16:27,309 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:16:27,585 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:102254 login +13 十二月 2025 | 14:16:27,596 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:16:29,512 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:16:29,527 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:16:34,668 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:102555 login +13 十二月 2025 | 14:16:34,680 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:16:35,954 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8860 +13 十二月 2025 | 14:16:36,166 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:16:36,274 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:102555 +13 十二月 2025 | 14:16:36,610 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:684743 +13 十二月 2025 | 14:16:36,621 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8860, 22, 133, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:16:36,678 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8860, 22, 133, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:16:36,714 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:16:36,714 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:16:36,714 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:16:36,801 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:16:36,834 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:16:36,844 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:16:36,844 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:6000 +13 十二月 2025 | 14:16:36,844 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:16:36,844 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:16:36,896 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:16:36,959 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:null +13 十二月 2025 | 14:16:37,021 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:null +13 十二月 2025 | 14:16:37,054 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6421, 8.138.242.190] +13 十二月 2025 | 14:16:37,243 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:102555 login +13 十二月 2025 | 14:16:37,255 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:16:39,167 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:16:39,182 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:16:44,165 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:16:44,623 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:16:44,942 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:103555 login +13 十二月 2025 | 14:16:44,953 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:16:46,840 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:16:46,854 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:16:51,857 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:17:45,672 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:17:45,809 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:104637 login +13 十二月 2025 | 14:17:45,821 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:17:47,196 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:311825 +13 十二月 2025 | 14:17:47,208 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[null, null, null, null, null, null, null, null, null, null, null, null, null] +13 十二月 2025 | 14:17:47,357 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:267649 +13 十二月 2025 | 14:17:47,368 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[null, null, null, null, null, null, null, null, null, null, null, null, null] +13 十二月 2025 | 14:17:47,518 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:205634 +13 十二月 2025 | 14:17:47,529 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[null, null, null, null, null, null, null, null, null, null, null, null, null] +13 十二月 2025 | 14:17:47,717 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8840 +13 十二月 2025 | 14:17:47,977 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:17:48,066 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:104637 +13 十二月 2025 | 14:17:48,466 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:477036 +13 十二月 2025 | 14:17:48,479 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:17:48,524 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:17:48,560 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:17:48,560 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:17:48,560 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:17:48,661 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:17:48,704 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:17:48,715 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:17:48,715 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:499000 +13 十二月 2025 | 14:17:48,715 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:17:48,715 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:17:48,756 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:17:48,825 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:com.data.bean.GroupMemberBean@6e3327a8 +13 十二月 2025 | 14:17:48,897 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:null +13 十二月 2025 | 14:17:48,930 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6311, 8.138.242.190] +13 十二月 2025 | 14:17:49,086 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:104637 login +13 十二月 2025 | 14:17:49,098 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:17:51,036 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:17:51,052 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:17:56,002 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:17:56,424 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:17:56,692 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:106041 login +13 十二月 2025 | 14:17:56,714 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:17:58,612 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:17:58,627 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:18:03,612 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:20:13,406 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:20:13,582 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101555 login +13 十二月 2025 | 14:20:13,619 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:20:14,917 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8840 +13 十二月 2025 | 14:20:15,235 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:20:15,335 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:101555 +13 十二月 2025 | 14:20:15,850 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:864949 +13 十二月 2025 | 14:20:15,860 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:20:15,919 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:20:15,952 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:20:15,952 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:20:15,952 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:20:16,051 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:20:16,083 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:20:16,094 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:20:16,094 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:9855500 +13 十二月 2025 | 14:20:16,094 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:20:16,094 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:20:16,135 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:20:16,199 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:com.data.bean.GroupMemberBean@6bd597cd +13 十二月 2025 | 14:20:16,319 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:[101555] +13 十二月 2025 | 14:20:16,319 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | p_reward_key:g{767132}:reward:131 +13 十二月 2025 | 14:20:16,319 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | par.toString():101555 +13 十二月 2025 | 14:20:16,332 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | val:null +13 十二月 2025 | 14:20:16,342 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | list1.toJson():[] +13 十二月 2025 | 14:20:16,394 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6311, 8.138.242.190] +13 十二月 2025 | 14:20:16,559 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101555 login +13 十二月 2025 | 14:20:16,570 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:20:18,521 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:20:18,536 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:20:23,373 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:20:23,913 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:20:24,209 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101666 login +13 十二月 2025 | 14:20:24,218 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:20:26,130 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:20:26,144 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:20:31,344 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101777 login +13 十二月 2025 | 14:20:31,355 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:20:32,436 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8860 +13 十二月 2025 | 14:20:32,636 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:20:32,730 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:101777 +13 十二月 2025 | 14:20:33,042 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:244903 +13 十二月 2025 | 14:20:33,054 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8860, 22, 133, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:20:33,104 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8860, 22, 133, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:20:33,135 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:20:33,135 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:20:33,135 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:20:33,219 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:20:33,251 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:20:33,263 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:20:33,263 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:3374500 +13 十二月 2025 | 14:20:33,263 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:20:33,263 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:20:33,304 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:20:33,363 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:com.data.bean.GroupMemberBean@159d31bc +13 十二月 2025 | 14:20:33,420 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:null +13 十二月 2025 | 14:20:33,452 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6421, 8.138.242.190] +13 十二月 2025 | 14:20:33,636 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101777 login +13 十二月 2025 | 14:20:33,646 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:20:35,561 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:20:35,576 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:20:40,545 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:20:41,096 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:20:41,426 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:101888 login +13 十二月 2025 | 14:20:41,494 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:20:43,334 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:20:43,351 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:20:48,361 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:22:56,330 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:22:56,541 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:102111 login +13 十二月 2025 | 14:22:56,580 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:22:57,808 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8840 +13 十二月 2025 | 14:22:58,068 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:22:58,165 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:102111 +13 十二月 2025 | 14:22:58,470 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:389966 +13 十二月 2025 | 14:22:58,481 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:22:58,532 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:22:58,562 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:22:58,562 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:22:58,562 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:22:58,642 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:22:58,671 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:22:58,682 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:22:58,682 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:3013000 +13 十二月 2025 | 14:22:58,682 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:22:58,682 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:22:58,724 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:22:58,789 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:com.data.bean.GroupMemberBean@6d0ed9e +13 十二月 2025 | 14:22:58,853 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:null +13 十二月 2025 | 14:22:58,886 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6311, 8.138.242.190] +13 十二月 2025 | 14:22:59,043 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:102111 login +13 十二月 2025 | 14:22:59,053 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:23:01,020 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:23:01,035 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:23:05,980 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:23:06,494 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:23:06,820 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:102254 login +13 十二月 2025 | 14:23:06,830 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:23:08,741 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:23:08,756 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:23:13,847 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:102555 login +13 十二月 2025 | 14:23:13,858 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:23:15,000 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8860 +13 十二月 2025 | 14:23:15,213 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:23:15,309 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:102555 +13 十二月 2025 | 14:23:15,657 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:326765 +13 十二月 2025 | 14:23:15,666 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8860, 22, 133, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:23:15,718 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8860, 22, 133, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:23:15,759 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:23:15,759 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:23:15,759 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:23:15,851 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:23:15,881 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:23:15,891 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:23:15,891 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:6000 +13 十二月 2025 | 14:23:15,891 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:23:15,891 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:23:15,931 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:23:15,992 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:null +13 十二月 2025 | 14:23:16,052 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:null +13 十二月 2025 | 14:23:16,084 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6421, 8.138.242.190] +13 十二月 2025 | 14:23:16,289 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:102555 login +13 十二月 2025 | 14:23:16,300 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:23:18,218 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:23:18,234 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:23:23,234 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:23:23,726 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:23:24,104 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:103555 login +13 十二月 2025 | 14:23:24,113 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:23:25,985 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:23:26,001 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:23:31,063 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 +13 十二月 2025 | 14:27:32,292 | INFO | pool-3-thread-1 | hunan.DoTest | | 数据--------{} +13 十二月 2025 | 14:27:32,528 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:104637 login +13 十二月 2025 | 14:27:32,565 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:27:34,075 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:864949 +13 十二月 2025 | 14:27:34,084 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[null, null, null, null, null, null, null, null, null, null, null, null, null] +13 十二月 2025 | 14:27:34,227 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:389966 +13 十二月 2025 | 14:27:34,237 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[null, null, null, null, null, null, null, null, null, null, null, null, null] +13 十二月 2025 | 14:27:34,430 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | strList:svr8840 +13 十二月 2025 | 14:27:34,682 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间-begin +13 十二月 2025 | 14:27:34,767 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | 玩家进入房间:104637 +13 十二月 2025 | 14:27:35,028 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | finalRoom:room:691214 +13 十二月 2025 | 14:27:35,037 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | room_list:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:27:35,080 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step1:[1, 1000, 0, 0, 1, svr8840, 10, 131, 767132, 2, 0, 1, null] +13 十二月 2025 | 14:27:35,113 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step2:false +13 十二月 2025 | 14:27:35,113 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step3:false +13 十二月 2025 | 14:27:35,113 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step4:false +13 十二月 2025 | 14:27:35,209 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step5:false +13 十二月 2025 | 14:27:35,239 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6:false +13 十二月 2025 | 14:27:35,250 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-1:false +13 十二月 2025 | 14:27:35,250 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | uid_hp:499000 +13 十二月 2025 | 14:27:35,250 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-2:false +13 十二月 2025 | 14:27:35,250 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step6-3:false +13 十二月 2025 | 14:27:35,294 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | step7:false +13 十二月 2025 | 14:27:35,397 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | gmb:com.data.bean.GroupMemberBean@6e3327a8 +13 十二月 2025 | 14:27:35,458 | ERROR | pool-3-thread-1 | client.business.GroupRoomBusiness | | publicJoinRoom t_list:null +13 十二月 2025 | 14:27:35,487 | INFO | pool-3-thread-1 | client.business.GroupRoomBusiness | | server_ip:[8.138.242.190, 6311, 8.138.242.190] +13 十二月 2025 | 14:27:35,639 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | id:104637 login +13 十二月 2025 | 14:27:35,650 | INFO | pool-3-thread-1 | client.business.AccountBusiness | | ==========> password111 = 123456 +13 十二月 2025 | 14:27:37,603 | ERROR | mpnet connect thread | client.io.ISocket | | Connection error +java.net.ConnectException: Connection refused: connect + at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) + at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) + at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) + at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) + at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) + at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) + at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) + at java.net.Socket.connect(Socket.java:606) + at taurus.client.io.SocketTcp.connectThread(SocketTcp.java:54) + at taurus.client.io.SocketTcp.access$000(SocketTcp.java:20) + at taurus.client.io.SocketTcp$1.run(SocketTcp.java:40) + at java.lang.Thread.run(Thread.java:750) +13 十二月 2025 | 14:27:37,618 | INFO | NetEvent-Thread | client.io.SocketEngine | | status : ExceptionOnConnect +13 十二月 2025 | 14:27:42,576 | INFO | pool-3-thread-1 | hunan.DoTest | | ++++++++++ 清空数据 diff --git a/game_web/web_group/src/test/java/etty-contexts.xml b/game_web/web_group/src/test/java/etty-contexts.xml new file mode 100644 index 0000000..e8c1814 --- /dev/null +++ b/game_web/web_group/src/test/java/etty-contexts.xml @@ -0,0 +1,9 @@ + + + + + org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern + .*/.*jsp-api-[^/]\.jar$|./.*jsp-[^/]\.jar$|./.*taglibs[^/]*\.jar$ + + + \ No newline at end of file diff --git a/game_web/web_group/src/test/java/robot_mgr/DataClearUtils.java b/game_web/web_group/src/test/java/robot_mgr/DataClearUtils.java new file mode 100644 index 0000000..4ef80f2 --- /dev/null +++ b/game_web/web_group/src/test/java/robot_mgr/DataClearUtils.java @@ -0,0 +1,145 @@ +package robot_mgr; + +import java.text.SimpleDateFormat; +import java.util.HashMap; +import java.util.Map; +import java.util.Set; + +import redis.clients.jedis.Jedis; + +/** + * clear redis data + * @author yjl 2020-06-05 + * @version 1.0.0 + * */ +public class DataClearUtils { + + private void clear_data() { + SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + Map map = new HashMap<>(); + map.put("force_ver", "1"); + map.put("ver", "1"); + Jedis jedis = new Jedis("127.0.0.1", 6380); + jedis.auth("123456"); + //选择库 + jedis.select(5); + Set keys = jedis.keys("*"); + int i = 0; + for(String str : keys) { + long stime = Long.valueOf(str.substring(15,str.length())); + if(stime < 1591286400) { + jedis.del(str); + i++; + System.out.println(i); + } + + } + System.out.println(i); + + jedis.close(); + } + + private void clear_data_thread() { +// Thread th = new Thread(new clear_data_t(1592323200, 1592668800,1)); +// th.start(); +// +// Thread th1 = new Thread(new clear_data_t(1591977600, 1592323200,2)); +// th1.start(); +// +// Thread th2 = new Thread(new clear_data_t(1591718400, 1591977600,3)); +// th2.start(); +// + Thread th3 = new Thread(new clear_data_test(1590940800, 1593964800,4)); + th3.start(); + +// Thread th4 = new Thread(new clear_data_t(1588262400, 1590336000,5)); +// th4.start(); +//// +// Thread th5 = new Thread(new clear_data_t(1588262400, 1589904000,6)); +// th5.start(); + } + class clear_data_test implements Runnable{ + long start = 0; + long end = 0; + int num = 0; + + public clear_data_test(long start,long end,int num) { + this.start = start; + this.end = end; + this.num = num; + } + @Override + public void run() { + // TODO Auto-generated method stub + SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + Map map = new HashMap<>(); + map.put("force_ver", "1"); + map.put("ver", "1"); + Jedis jedis = new Jedis("127.0.0.1", 6379); + jedis.auth("123456"); + //选择库 + jedis.select(0); + Set keys = jedis.keys("*"); + int i = 0; + for(String str : keys) { + long stime = Long.valueOf(str.substring(15,str.length())); + if(stime < end && stime > start) { + jedis.del(str); + i++; + System.out.println("#"+num +"Thread"+i); + } + + } + System.out.println(i); + + jedis.close(); + } + + } + + // + + public static void main(String[] args) { + DataClearUtils initDataUtils = new DataClearUtils(); + initDataUtils.clear_data_thread(); + } + + class clear_data_t implements Runnable{ + long start = 0; + long end = 0; + int num = 0; + + public clear_data_t(long start,long end,int num) { + this.start = start; + this.end = end; + this.num = num; + } + @Override + public void run() { + // TODO Auto-generated method stub + SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + Map map = new HashMap<>(); + map.put("force_ver", "1"); + map.put("ver", "1"); + Jedis jedis = new Jedis("127.0.0.1", 6380); + jedis.auth("123456"); + //选择库 + jedis.select(5); + Set keys = jedis.keys("*"); + int i = 0; + for(String str : keys) { + long stime = Long.valueOf(str.substring(15,str.length())); + if(stime < end && stime > start) { + jedis.del(str); + i++; + System.out.println("#"+num +"Thread"+i); + } + + } + System.out.println(i); + + jedis.close(); + } + + } +} diff --git a/game_web/web_group/src/test/java/robot_mgr/Main.java b/game_web/web_group/src/test/java/robot_mgr/Main.java new file mode 100644 index 0000000..448a552 --- /dev/null +++ b/game_web/web_group/src/test/java/robot_mgr/Main.java @@ -0,0 +1,9 @@ +package robot_mgr; + +import com.taurus.web.JettyServer; + +public class Main { + public static void main(String[] args) { + new JettyServer("src/main/webapp",24012,"/").start(); + } +} diff --git a/game_web/web_group/target/ROOT.war b/game_web/web_group/target/ROOT.war new file mode 100644 index 0000000..dd385a8 Binary files /dev/null and b/game_web/web_group/target/ROOT.war differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/MainServer$1.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/MainServer$1.class new file mode 100644 index 0000000..5be7db9 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/MainServer$1.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/MainServer.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/MainServer.class new file mode 100644 index 0000000..5a68b37 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/MainServer.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/Protocol.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/Protocol.class new file mode 100644 index 0000000..545a9ff Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/Protocol.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/WebInterceptor.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/WebInterceptor.class new file mode 100644 index 0000000..a1e29ad Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/WebInterceptor.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/controller/GroupController.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/controller/GroupController.class new file mode 100644 index 0000000..3989ae2 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/controller/GroupController.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/controller/GroupLogController.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/controller/GroupLogController.class new file mode 100644 index 0000000..2f57a81 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/controller/GroupLogController.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/controller/GroupRoomController.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/controller/GroupRoomController.class new file mode 100644 index 0000000..39fed1d Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/controller/GroupRoomController.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/job/UpdatePlayRoomJob.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/job/UpdatePlayRoomJob.class new file mode 100644 index 0000000..8c610a6 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/job/UpdatePlayRoomJob.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupLogService.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupLogService.class new file mode 100644 index 0000000..4fda17d Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupLogService.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupPublisherService.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupPublisherService.class new file mode 100644 index 0000000..9767603 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupPublisherService.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupRoomService.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupRoomService.class new file mode 100644 index 0000000..f925b01 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupRoomService.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupService.class b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupService.class new file mode 100644 index 0000000..ad68b03 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/classes/com/group/service/GroupService.class differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar new file mode 100644 index 0000000..476e0c0 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar new file mode 100644 index 0000000..8d283e4 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar new file mode 100644 index 0000000..fdf8b6f Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar new file mode 100644 index 0000000..57809f1 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/jdom-1.0.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/jdom-1.0.jar new file mode 100644 index 0000000..288e64c Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/jdom-1.0.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar new file mode 100644 index 0000000..f4d27d3 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar new file mode 100644 index 0000000..1d425cf Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar new file mode 100644 index 0000000..dd45f8c Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar new file mode 100644 index 0000000..8a18789 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar new file mode 100644 index 0000000..158c1c2 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar new file mode 100644 index 0000000..0143c09 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar new file mode 100644 index 0000000..7c034d3 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar b/game_web/web_group/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar new file mode 100644 index 0000000..f38bf33 Binary files /dev/null and b/game_web/web_group/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar differ diff --git a/game_web/web_group/target/ROOT/WEB-INF/web.xml b/game_web/web_group/target/ROOT/WEB-INF/web.xml new file mode 100644 index 0000000..a71270c --- /dev/null +++ b/game_web/web_group/target/ROOT/WEB-INF/web.xml @@ -0,0 +1,19 @@ + + + + + taurus-web + com.taurus.web.WebFilter + + main + com.group.MainServer + + + + + taurus-web + /* + + diff --git a/game_web/web_group/target/ROOT/config/bank_hp.lua b/game_web/web_group/target/ROOT/config/bank_hp.lua new file mode 100644 index 0000000..d3a02ce --- /dev/null +++ b/game_web/web_group/target/ROOT/config/bank_hp.lua @@ -0,0 +1,19 @@ +local tag_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local bank_hp = tonumber(redis.call('hget', KEYS[2],KEYS[3])) +bank_hp = not bank_hp and 0 or bank_hp +local hp = tonumber(ARGV[1]) +local opt = tonumber(ARGV[2]) +if opt==0 then + if bank_hp < hp then + return 3 + end + bank_hp = redis.call('hincrBy',KEYS[2],KEYS[3],-hp) + tag_hp = redis.call('hincrBy',KEYS[1],'hp',hp) +else + if tag_hp < hp then + return 4 + end + bank_hp = redis.call('hincrBy',KEYS[2],KEYS[3],hp) + tag_hp = redis.call('hincrBy',KEYS[1],'hp',-hp) +end +return {tag_hp,bank_hp} \ No newline at end of file diff --git a/game_web/web_group/target/ROOT/config/log4j.properties b/game_web/web_group/target/ROOT/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/web_group/target/ROOT/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/web_group/target/ROOT/config/mgr.lua b/game_web/web_group/target/ROOT/config/mgr.lua new file mode 100644 index 0000000..50b3c69 --- /dev/null +++ b/game_web/web_group/target/ROOT/config/mgr.lua @@ -0,0 +1,25 @@ +-- redis.call('select',0) +local mgr_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local tag_hp = tonumber(redis.call('hget', KEYS[2],'hp')) + +local ulev = tonumber(ARGV[2]) +local hp = tonumber(ARGV[1]) +if ulev == 3 or ulev == 2 then + if hp > 0 and mgr_hp 0 and reward_hp < hp then + return 3 +else + reward_hp = redis.call('incrBy',KEYS[1],-hp) + tag_hp = redis.call('hincrBy',KEYS[2],'hp',hp) +end +return {reward_hp,tag_hp} \ No newline at end of file diff --git a/game_web/web_group/target/ROOT/config/taurus-core.xml b/game_web/web_group/target/ROOT/config/taurus-core.xml new file mode 100644 index 0000000..49049a5 --- /dev/null +++ b/game_web/web_group/target/ROOT/config/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 5 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_group/target/ROOT/config/trade.lua b/game_web/web_group/target/ROOT/config/trade.lua new file mode 100644 index 0000000..c03a438 --- /dev/null +++ b/game_web/web_group/target/ROOT/config/trade.lua @@ -0,0 +1,12 @@ +local mgr_hp = tonumber(redis.call('hget', KEYS[1],'hp')) +local tag_hp = tonumber(redis.call('hget', KEYS[2],'hp')) +mgr_hp = not mgr_hp and 0 or mgr_hp +tag_hp = not tag_hp and 0 or tag_hp +local hp = tonumber(ARGV[1]) +if hp > 0 and mgr_hp + + $PROJECT_DIR$/target + + + web_login + war + + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/.idea/artifacts/web_login_war_exploded.xml b/game_web/web_login20/.idea/artifacts/web_login_war_exploded.xml new file mode 100644 index 0000000..947083c --- /dev/null +++ b/game_web/web_login20/.idea/artifacts/web_login_war_exploded.xml @@ -0,0 +1,23 @@ + + + $PROJECT_DIR$/target/ROOT + + + true + web_login + war + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/.idea/compiler.xml b/game_web/web_login20/.idea/compiler.xml new file mode 100644 index 0000000..d0df4bb --- /dev/null +++ b/game_web/web_login20/.idea/compiler.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/.idea/misc.xml b/game_web/web_login20/.idea/misc.xml new file mode 100644 index 0000000..0adbe1d --- /dev/null +++ b/game_web/web_login20/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/.idea/modules.xml b/game_web/web_login20/.idea/modules.xml new file mode 100644 index 0000000..4270919 --- /dev/null +++ b/game_web/web_login20/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/.idea/workspace.xml b/game_web/web_login20/.idea/workspace.xml new file mode 100644 index 0000000..01d7704 --- /dev/null +++ b/game_web/web_login20/.idea/workspace.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + 1623486082788 + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/build/adduser b/game_web/web_login20/build/adduser new file mode 100644 index 0000000..49a79e3 --- /dev/null +++ b/game_web/web_login20/build/adduser @@ -0,0 +1,62 @@ + +607453,612604,617770,625524,627047,633728,646296,769857,703805,704958,716325,726173,772044,768807,772044,769649,769796,703865,704658,786325,796173 +INSERT INTO `account` (`id`, `acc`, `nick`, `sex`, `portrait`, `reg_time`, `diamo`, `type`, `mng`, `phone`, `password`, `address`, `real_info`, `regTime`, `code`, `vip_type`, `parent_id`) VALUES +(603574, '603574', '归来还是故乡', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/iaamjiay2e3eDU1sth0n7deYlCTVzKHVU4wiak1jy9mUycNiaSicacLogXvrA80Miaeees4xTRdz7oOLdI2FLxQPyTQQ/132', 1682611095, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(605258, '605258', '归来还是故乡', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/iaamjiay2e3eDU1sth0n7deYlCTVzKHVU4wiak1jy9mUycNiaSicacLogXvrA80Miaeees4xTRdz7oOLdI2FLxQPyTQQ/132', 1682611095, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(605813, '605813', '华', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLDhKdiaucrcHOZtfUSqYy6YcEY9icQSkTDZSXStQpYQYVwB5Ozl0iaoGyTJ0txfOqapYGNuqicaS8bgA/132', 1682611098, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(607453, '607453', '烟火', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLEeSEtLBYicia37sZytSI5wZeQ7KTTVbSkUlrsDNFTP0aha1nZ1JTw5twqQS03DjUiaCcrNtfc4JaEQ/132', 1682611096, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(612604, '612604', '雪连', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q3auHgzwzM4iaQiaCJssxVbmYBzKp8rz7TuicVROmUeTc1Q6sx3nSfy6P9Uc2Zq8bKxRmQ8axXYpjleiabQuPkicrjg/132', 1682611096, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(617770, '617770', '刘卫民', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83erMj9bshrOX1CiaQsOCYjATvSqOn43O5y910ucavKKeXErSyRDiaFEBNAvILb9mtjSRz14FYoAU93rA/132', 1682611096, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(625524, '625524', '琴深似海', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/UriaGORcJgZrDblzcxdBKswQ30xsLiaFOgAMwIRZAicRXmicia8orhPdwicPOIAVEPTcPerPutWJn41Hm9pvpricXDmng/132', 1682611088, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(627047, '627047', '嗳在娜哩 ', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/4ia1K0FXqS2Miayl2oPIsLbUh6ek1KCQg8dWFcYp98bdSQ7D1qaBBZW24sG3Tegq7Yb0zx2lAFZ2v3VdhJibkNZtQ/132', 1682611087, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(633728, '633728', '雯雯', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJqCS5QiaOzpvY1yanrraVV8d0bQEu9JV6puvEdPVhDAOYS2COYWHKTtIeWl7iaYxYFBc77ENpOjEpg/132', 1682611096, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(646296, '646296', '栀子花', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/iab16eFv6MicnCV4jGS4LaTtia9POM0hAUMOL3iazEo5QNuiaVu68ZxYY0FSDjZib4AKCR6Z01AmvZkPsLkpYNRicbdQQ/132', 1682611095, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(769857, '769857', '王者', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/kGtQqrbXrBAia2S1VAxADjrWZqfRVeQibhnbibLpVy6gYQl7HJaSE2XrM8bOZjEbydEyrQsLWBFLjEPuEgu31C8sg/132', 1682611094, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(703805, '703805', '小草', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/I3E2aBSo8CibweU56XJBn2MwV6iakxia8EibCxSdrrIJHmbIib3UpsAyk4cgxlClrOsE3T5Zgo6M9farBmesKt6ibSDQ/132', 1682611092, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(704958, '704958', 'A晓坤', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/ibT8vT4TYlPnyVjyicGYBXCQySYKNMvM7QsrczwGQyGT4yA822mFgQ0oyicibWibJonO4JTV7kmTJdphaV6VaxlGQrA/132', 1682611088, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(716325, '716325', '亿万富翁', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/8MYMIAyRyAU7WOnAcwxvmDcIvg7bxZUT9skLQnlSMjhQH6GicmccxZ2hKMMT1QzLsHXCSDP42YXv8uAupTqdfKA/132', 1682611088, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(726173, '726173', '苏小六', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eq3OrOYjn8nj7YOG2JpickRbAZWAIK9xANa3KMBJQTDFE7chVVbiaD1ic7bQjW4KgXFicdw7UywGia3fkA/132', 1682611091, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0,NULL, NULL, NULL), +(770201, '770201', '圆圆', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJ45libwsSl6ZD0u7cUOic8N9q5hoo72JicIiabBDmppSd3XDjH3ic4Us6x30wE03BjBqMe7NQWiaP6judQ/132', 1623155581, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL); +(768807, '768807', '蔡蔡', 2, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIKOSttNiaKKu0lZhkk9J331vhZGdbDjyFI0AX9ol1WcUKTdL6tRee5FctgypZdbticY8eib6BO5ZJzQ/132', 1623162381, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(772044, '772044', '圆圆', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJ45libwsSl6ZD0u7cUOic8N9q5hoo72JicIiabBDmppSd3XDjH3ic4Us6x30wE03BjBqMe7NQWiaP6judQ/132', 1623155581, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(769649, '769649', '入戏太深、失了分寸&', 2, 'https://thirdwx.qlogo.cn/mmopen/vi_32/xWfX5e54QFsQxgiaKgnnGSAEKZZSPXuLfJRfTxDmeGAem4ickCR2iaR8ojbJKaSZqHshQXmTmpGzlricAptD14DicIA/132', 1623167916, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(769796, '769796', '呵呵', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q3auHgzwzM5wiaLFFbHru0weDn6qaXkzW14MLJcqEMxsv2C0EuAxPH1Cf5DGZLmd4EppPeDWlksCuXtFJQC85mw/132', 1623123242, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), + +INSERT INTO `account` (`id`, `acc`, `nick`, `sex`, `portrait`, `reg_time`, `diamo`, `type`, `mng`, `phone`, `password`, `address`, `real_info`, `regTime`, `code`, `vip_type`, `parent_id`) VALUES +(768807, '768807', '蔡蔡', 2, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIKOSttNiaKKu0lZhkk9J331vhZGdbDjyFI0AX9ol1WcUKTdL6tRee5FctgypZdbticY8eib6BO5ZJzQ/132', 1623162381, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(769649, '769649', '入戏太深、失了分寸&', 2, 'https://thirdwx.qlogo.cn/mmopen/vi_32/xWfX5e54QFsQxgiaKgnnGSAEKZZSPXuLfJRfTxDmeGAem4ickCR2iaR8ojbJKaSZqHshQXmTmpGzlricAptD14DicIA/132', 1623167916, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(769796, '769796', '呵呵', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q3auHgzwzM5wiaLFFbHru0weDn6qaXkzW14MLJcqEMxsv2C0EuAxPH1Cf5DGZLmd4EppPeDWlksCuXtFJQC85mw/132', 1623123242, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL); + + +(785865, '785865', '一条', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/I3E2aBSo8CibweU56XJBn2MwV6iakxia8EibCxSdrrIJHmbIib3UpsAyk4cgxlClrOsE3T5Zgo6M9farBmesKt6ibSDQ/132', 1682611092, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), + +(704658, '704658', 'A哎呀呀啊啊啊', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/ibT8vT4TYlPnyVjyicGYBXCQySYKNMvM7QsrczwGQyGT4yA822mFgQ0oyicibWibJonO4JTV7kmTJdphaV6VaxlGQrA/132', 1682611088, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(786325, '786325', '稳定', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/8MYMIAyRyAU7WOnAcwxvmDcIvg7bxZUT9skLQnlSMjhQH6GicmccxZ2hKMMT1QzLsHXCSDP42YXv8uAupTqdfKA/132', 1682611088, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(796173, '796173', 'ier', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eq3OrOYjn8nj7YOG2JpickRbAZWAIK9xANa3KMBJQTDFE7chVVbiaD1ic7bQjW4KgXFicdw7UywGia3fkA/132', 1682611091, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0,NULL, NULL, NULL); + + +INSERT INTO `account` (`id`, `acc`, `nick`, `sex`, `portrait`, `reg_time`, `diamo`, `type`, `mng`, `phone`, `password`, `address`, `real_info`, `regTime`, `code`, `vip_type`, `parent_id`) VALUES +(523213, '523213', 'ye个', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJbH1iaB5pQPSVFZAMhiaibQHibdEy4BTFWqmaRH1Yc3sRlKhp1aSm83jZLdlqcGxXwSRibwicGETvO7S8g/132', 1623126386, 0, 0, 0, '', 'e10adc3949ba59abbe56e057f20f883e', '', '', 0, NULL, NULL, NULL), +(423521, '423521', '风格', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIVa0MmYvWTcPsuSA5VnT63vRJTzQdgWl20LgxjwiaxDXtMCx7Lib51fjKbsWlJMY04I3Dbicq1UdCFw/132', 1623147169, 0, 0, 0, '', 'e10adc3949ba59abbe56e057f20f883e', '', '', 0, NULL, NULL, NULL), +(573321, '573321', '梵蒂冈', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/T5JD0rB2u90p8o3Rq2Atpb6ySyYwyVLuxvBLUyXeiaZpFNAwAhBvnPOdjVmXAleTiaiczbUuSibJEQA2icnDdwddOwQ/132', 1623212236, 0, 0, 0, '', 'e10adc3949ba59abbe56e057f20f883e', '', '', 0, NULL, NULL, NULL), +(944242, '944242', '突然', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83erMj9bshrOX1CiaQsOCYjATvSqOn43O5y910ucavKKeXErSyRDiaFEBNAvILb9mtjSRz14FYoAU93rA/132', 1682611096, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL), +(235112, '235112', '封号', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/UriaGORcJgZrDblzcxdBKswQ30xsLiaFOgAMwIRZAicRXmicia8orhPdwicPOIAVEPTcPerPutWJn41Hm9pvpricXDmng/132', 1682611088, 0, 0, 0, '', '440cbbedf1e789ad49ac0969d2d8069a', '', '', 0, NULL, NULL, NULL); + +742311,452321,424124,235631,345123,153233,234642,828384,124533,523123,833413,853422,954532,834123 +INSERT INTO `account` (`id`, `acc`, `nick`, `sex`, `portrait`, `reg_time`, `diamo`, `type`, `mng`, `phone`, `password`, `address`, `real_info`, `regTime`, `code`, `vip_type`, `parent_id`) VALUES +(742311, '742311', '日本天才', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/iaamjiay2e3eDU1sth0n7deYlCTVzKHVU4wiak1jy9mUycNiaSicacLogXvrA80Miaeees4xTRdz7oOLdI2FLxQPyTQQ/132', 1682611095, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(452321, '452321', '凤凰男', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/iaamjiay2e3eDU1sth0n7deYlCTVzKHVU4wiak1jy9mUycNiaSicacLogXvrA80Miaeees4xTRdz7oOLdI2FLxQPyTQQ/132', 1682611095, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(424124, '424124', '对付坏人', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLDhKdiaucrcHOZtfUSqYy6YcEY9icQSkTDZSXStQpYQYVwB5Ozl0iaoGyTJ0txfOqapYGNuqicaS8bgA/132', 1682611098, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(235631, '235631', '风格可以', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLEeSEtLBYicia37sZytSI5wZeQ7KTTVbSkUlrsDNFTP0aha1nZ1JTw5twqQS03DjUiaCcrNtfc4JaEQ/132', 1682611096, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(345123, '345123', '冒险王', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q3auHgzwzM4iaQiaCJssxVbmYBzKp8rz7TuicVROmUeTc1Q6sx3nSfy6P9Uc2Zq8bKxRmQ8axXYpjleiabQuPkicrjg/132', 1682611096, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(153233, '153233', '王词达', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83erMj9bshrOX1CiaQsOCYjATvSqOn43O5y910ucavKKeXErSyRDiaFEBNAvILb9mtjSRz14FYoAU93rA/132', 1682611096, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(234642, '234642', '流程表', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/UriaGORcJgZrDblzcxdBKswQ30xsLiaFOgAMwIRZAicRXmicia8orhPdwicPOIAVEPTcPerPutWJn41Hm9pvpricXDmng/132', 1682611088, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(828384, '828384', '当然好 ', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/4ia1K0FXqS2Miayl2oPIsLbUh6ek1KCQg8dWFcYp98bdSQ7D1qaBBZW24sG3Tegq7Yb0zx2lAFZ2v3VdhJibkNZtQ/132', 1682611087, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(124533, '124533', '李涛', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJqCS5QiaOzpvY1yanrraVV8d0bQEu9JV6puvEdPVhDAOYS2COYWHKTtIeWl7iaYxYFBc77ENpOjEpg/132', 1682611096, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(523123, '523123', '离开家园', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/iab16eFv6MicnCV4jGS4LaTtia9POM0hAUMOL3iazEo5QNuiaVu68ZxYY0FSDjZib4AKCR6Z01AmvZkPsLkpYNRicbdQQ/132', 1682611095, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(833413, '833413', '截图', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/kGtQqrbXrBAia2S1VAxADjrWZqfRVeQibhnbibLpVy6gYQl7HJaSE2XrM8bOZjEbydEyrQsLWBFLjEPuEgu31C8sg/132', 1682611094, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(853422, '853422', '程蝶衣', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/I3E2aBSo8CibweU56XJBn2MwV6iakxia8EibCxSdrrIJHmbIib3UpsAyk4cgxlClrOsE3T5Zgo6M9farBmesKt6ibSDQ/132', 1682611092, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(954532, '954532', '成就感', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/ibT8vT4TYlPnyVjyicGYBXCQySYKNMvM7QsrczwGQyGT4yA822mFgQ0oyicibWibJonO4JTV7kmTJdphaV6VaxlGQrA/132', 1682611088, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL), +(834123, '834123', '成交价', 1, 'https://thirdwx.qlogo.cn/mmopen/vi_32/8MYMIAyRyAU7WOnAcwxvmDcIvg7bxZUT9skLQnlSMjhQH6GicmccxZ2hKMMT1QzLsHXCSDP42YXv8uAupTqdfKA/132', 1682611088, 0, 0, 0, '', '44dc8b83a11461520e8a33f6364f48ca', '', '', 0, NULL, NULL, NULL); + + diff --git a/game_web/web_login20/build/local/log4j.properties b/game_web/web_login20/build/local/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/web_login20/build/local/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/web_login20/build/local/taurus-core.xml b/game_web/web_login20/build/local/taurus-core.xml new file mode 100644 index 0000000..e677c8e --- /dev/null +++ b/game_web/web_login20/build/local/taurus-core.xml @@ -0,0 +1,96 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/build/pro/log4j.properties b/game_web/web_login20/build/pro/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/web_login20/build/pro/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/web_login20/build/pro/taurus-core.xml b/game_web/web_login20/build/pro/taurus-core.xml new file mode 100644 index 0000000..be00d30 --- /dev/null +++ b/game_web/web_login20/build/pro/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 5 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/build/test/log4j.properties b/game_web/web_login20/build/test/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/web_login20/build/test/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/web_login20/build/test/taurus-core.xml b/game_web/web_login20/build/test/taurus-core.xml new file mode 100644 index 0000000..9f67a64 --- /dev/null +++ b/game_web/web_login20/build/test/taurus-core.xml @@ -0,0 +1,97 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 0 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/config/log4j.properties b/game_web/web_login20/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/web_login20/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/web_login20/config/taurus-core.xml b/game_web/web_login20/config/taurus-core.xml new file mode 100644 index 0000000..3ce9f11 --- /dev/null +++ b/game_web/web_login20/config/taurus-core.xml @@ -0,0 +1,100 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 10000 + + 1 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://8.134.123.86:8060/wb_game?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&failOverReadOnly=false + root + cssq@2020 + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + + diff --git a/game_web/web_login20/god b/game_web/web_login20/god new file mode 100644 index 0000000..bfa73f8 --- /dev/null +++ b/game_web/web_login20/god @@ -0,0 +1 @@ +603574,605258,605813,607453,612604,617770,625524,627047,633728,646296,662499,703805,704958,716325,726173,772044,768807,769649,769796,769857 \ No newline at end of file diff --git a/game_web/web_login20/pom.xml b/game_web/web_login20/pom.xml new file mode 100644 index 0000000..47f124f --- /dev/null +++ b/game_web/web_login20/pom.xml @@ -0,0 +1,130 @@ + + 4.0.0 + com.mjlogin + web_login + war + 1.0.0 + + UTF-8 + 1.8 + 1.8 + pro + + + + + junit + junit + 3.8.1 + test + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-web + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + com.zaxxer + HikariCP + 3.3.1 + + + + + mysql + mysql-connector-java + 8.0.16 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + com.google.code.gson + gson + 2.8.5 + + + + com.aliyun + aliyun-java-sdk-core + 4.0.3 + + + + org.eclipse.jetty + jetty-webapp + 8.2.0.v20160908 + provided + + + org.quartz-scheduler + quartz + 2.2.3 + compile + + + + + ROOT + + + + org.apache.maven.plugins + maven-war-plugin + + 1.8 + 1.8 + UTF-8 + config/**,logs/** + + + config/ + ${project.basedir}/build/${build.type} + + + + + + + + diff --git a/game_web/web_login20/src/main/java/com/mjlogin/MainServer.java b/game_web/web_login20/src/main/java/com/mjlogin/MainServer.java new file mode 100644 index 0000000..2cf1ad6 --- /dev/null +++ b/game_web/web_login20/src/main/java/com/mjlogin/MainServer.java @@ -0,0 +1,73 @@ +package com.mjlogin; + +import java.util.concurrent.ScheduledThreadPoolExecutor; +import java.util.concurrent.TimeUnit; + + +import com.mjlogin.service.AccountService; +import com.mjlogin.service.IndexService; +import com.mjlogin.service.MilitaryService; +import com.mjlogin.service.RoomService; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; +import com.taurus.core.util.StringUtil; + +public class MainServer extends Extension { + public static int DEFAULT_DAIMO = 5; + public static String GROUP_WEB_URL = ""; + private ScheduledThreadPoolExecutor timeScheduler; + + private static final String WEB_CONFIG_KEY = "web_config"; + private static final String FORCE_VER_KEY = "force_ver"; + public MainServer() { + super(); + String str = Redis.use("group1_db1").hget(WEB_CONFIG_KEY,"default_daimo"); + if (StringUtil.isNotEmpty(str)) { + DEFAULT_DAIMO = Integer.parseInt(Redis.use("group1_db1").hget(WEB_CONFIG_KEY,"default_daimo")); + } + GROUP_WEB_URL = Redis.use("group1_db1").hget("web_requrl", "groupWeb"); + + timeScheduler = new ScheduledThreadPoolExecutor(1); + timeScheduler.scheduleAtFixedRate(new Runnable() { + + @Override + public void run() { + System.gc(); + } + }, 0,600, TimeUnit.SECONDS); + + } + + + @Override + public int readVersion() { + int ver = Integer.parseInt(Redis.use("group1_db1").hget(WEB_CONFIG_KEY,FORCE_VER_KEY)); + return ver; + } + + @Override + public void configRoute(Routes me) { + me.setInterceptor(new WebInterceptor()); + me.add("acc", AccountService.class); + me.add("index", IndexService.class); + me.add("military", MilitaryService.class); + me.add("room", RoomService.class); + } + + @Override + public void onStart() { + + + } + + @Override + public void onStop() { + // TODO Auto-generated method stub + if(timeScheduler!=null) { + timeScheduler.shutdownNow(); + } + + } + +} diff --git a/game_web/web_login20/src/main/java/com/mjlogin/Protocol.java b/game_web/web_login20/src/main/java/com/mjlogin/Protocol.java new file mode 100644 index 0000000..2cf46d5 --- /dev/null +++ b/game_web/web_login20/src/main/java/com/mjlogin/Protocol.java @@ -0,0 +1,63 @@ +package com.mjlogin; + +public class Protocol { + // ======AccountService + public static final String REGIST_LOGIN = "regist_login"; + + public static final String CHECK_UUID = "check_uuid"; + + public static final String CREATE_XING_YUN_HAO = "create_xing_yun_hao"; + + public static final String QUICK_LOGIN = "quick_login"; + + public static final String PHONE_PASSWORD_LOGIN = "phone_pw_login"; + + public static final String PHONE_LOGIN = "phone_login"; + + public static final String ID_PASSWORD_LOGIN = "id_login"; + + /** 绑定电话号码 **/ + public static final String BINDING_PHONE = "binding_phone"; + /** 获取短信验证码 **/ + public static final String GET_VERIFICATION_CODE = "get_verification_code"; + + public static final String UPDATE_PLAYER_INFO = "update_player_info"; + + public static final String UPDATE_USER_INFO = "update_user_info"; + + public static final String GET_USER_INFO = "get_user_info"; + + public static final String CHECK_GOD = "check_god"; + + + // --------------------Index-------------------------- + public static final String GET_NOTICE = "get_notice"; + + public static final String SHARE_GAME = "share_game"; + + public static final String GET_SHARE_LIST = "get_share_list"; + + + + // --------------------military-------------------------- + + public static final String GET_RANK_LIST_BY_GROUP = "get_rankListByGroup"; + + public static final String GET_ROUND_LIST_BY_GROUP = "get_roundListByGroup"; + + public static final String SET_RANK_LIST_RIGHT_BY_GROUP = "set_randListRightByGroup"; + + public static final String GET_MILITARY = "get_military"; + + public static final String GET_MILITARY_BY_ROOMID = "get_militaryByRoomId"; + + public static final String GET_PLAYBACK = "get_playBack"; + + // --------------------room-------------------------- + public static final String CREATE_ROOM = "create_room"; + public static final String JOIN_ROOM = "join_room"; + + + + +} diff --git a/game_web/web_login20/src/main/java/com/mjlogin/WebInterceptor.java b/game_web/web_login20/src/main/java/com/mjlogin/WebInterceptor.java new file mode 100644 index 0000000..aee0283 --- /dev/null +++ b/game_web/web_login20/src/main/java/com/mjlogin/WebInterceptor.java @@ -0,0 +1,56 @@ +package com.mjlogin; + +import com.data.util.ErrorCode; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.Action; +import com.taurus.core.routes.IController; +import com.taurus.core.routes.Interceptor; +import com.taurus.core.util.StringUtil; +import com.taurus.web.Controller; +import com.taurus.web.WebException; + +public class WebInterceptor implements Interceptor{ + /** + * 验证session + */ + public static final int V_SESSION = 1; + @Override + public void intercept(Action action, IController controller, Object... args) throws Exception { + Controller ctr = (Controller)controller; + int validate = action.getActionKeyObj().validate(); + if((validate&V_SESSION)!=0) { + String session = ctr.getSession(); + String token = ctr.getTokens(); + if (!Redis.use("group1_db0").exists(session)) { + throw new WebException(ErrorCode._NO_SESSION); + } + + if (StringUtil.isNotEmpty(token) && StringUtil.isNotEmpty(session)) + { + String token_session = Redis.use("group1_db0").hget(token, "user"); + if (StringUtil.isEmpty(token_session)) + { + throw new WebException(ErrorCode._NO_SESSION); + } + else { + if (!token_session.equals(session)) + { + throw new WebException(ErrorCode._NO_SESSION); + } + } + } + else { + throw new WebException(ErrorCode._NO_SESSION); + } + + String opt = Redis.use("group1_db0").hget(session, "opt"); +// background del sign + if (!StringUtil.isEmpty(opt) && Integer.parseInt(opt) == 1) { + throw new WebException(ErrorCode._NO_SESSION); + } + } + + } + + +} diff --git a/game_web/web_login20/src/main/java/com/mjlogin/service/AccountService.java b/game_web/web_login20/src/main/java/com/mjlogin/service/AccountService.java new file mode 100644 index 0000000..3fafad0 --- /dev/null +++ b/game_web/web_login20/src/main/java/com/mjlogin/service/AccountService.java @@ -0,0 +1,1339 @@ +package com.mjlogin.service; + +import java.io.File; +import java.io.FileOutputStream; +import java.text.SimpleDateFormat; +import java.util.*; +import java.util.Map.Entry; + +import com.aliyuncs.utils.StringUtils; +import com.data.bean.AccountBean; +import com.data.bean.GameBean; +import com.data.cache.AccountCache; +import com.data.cache.BaseCache; +import com.data.cache.GameCache; +import com.data.util.ErrorCode; +import com.data.util.Utility; +import com.mjlogin.MainServer; +import com.mjlogin.Protocol; +import com.mjlogin.WebInterceptor; +import com.mjlogin.util.sms.RedisKey; +import com.mjlogin.util.sms.SMSThread; +import com.mjlogin.util.sms.SMSVerification; +import com.sun.org.apache.bcel.internal.generic.IF_ACMPEQ; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.DateUtils; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.core.util.Utils; +import com.taurus.web.Controller; +import com.taurus.web.WebException; + +import jdk.nashorn.internal.objects.Global; +import redis.clients.jedis.Jedis; + +import java.io.BufferedReader; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.net.HttpURLConnection; +import java.net.URL; +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; + +public class AccountService extends Controller { + private static Logger logger = Logger.getLogger(AccountService.class); + + + /** + * 手机验证码登录 + * @throws Exception + */ + @ActionKey(value = Protocol.PHONE_PASSWORD_LOGIN) + public final void phoneCodeLogin() throws Exception{ + ITObject reqDatas = this.getParams(); + String phone = reqDatas.getUtfString("phone"); + String code = reqDatas.getUtfString("password"); + logger.info(" phone:"+phone+" == code:" + code ); + //判断code 是否正确 + if (Redis.use("group1_db1").exists("code"+phone)){ + + String vfcode = Redis.use("group1_db1").get("code"+phone); + logger.info(" phone:"+phone+" == code:" + code +"vfcode:"+vfcode ); + if (vfcode.equals(code)){ + String acc = md5(phone); + + ITObject reqData = TObject.newInstance(); + + String sqluid = "SELECT id,nickname FROM uuids WHERE uuid ='" + acc + "'"; + ITArray resultArrayuid = DataBase.use().executeQueryByTArray(sqluid); + int accountUid = 0; + String nickname = ""; + if (resultArrayuid.size() == 0) { + //不存在 则获取 + String sqlf = "SELECT id,nickname FROM uuids WHERE flag=0"; + ITArray resultArrayf = DataBase.use().executeQueryByTArray(sqlf); + + if (resultArrayf.size()==0){ + return; + } + + ITObject obj = resultArrayf.getTObject(0); + accountUid = obj.getInt("id"); + nickname = obj.getString("nickname"); + String sqlb= "UPDATE uuids SET uuid='" + acc + "' , flag=1 where id=" + accountUid; + DataBase.use().executeUpdate(sqlb); + //resData.putInt("id",accountid); + //resData.putString("nickname",nickname); + }else{ + ITObject obj = resultArrayuid.getTObject(0); + accountUid = obj.getInt("id"); + nickname = obj.getString("nickname"); + //resData.putInt("id",accountid); + //resData.putString("nickname",nickname); + } + + //获取头像信息 + String sql = "SELECT id FROM account WHERE acc ='" + acc + "'"; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql); + + reqData.putUtfString("acc",acc); + reqData.putInt("sex",1); + //String strNick = reqData.getUtfString("nick"); + String strNick = nickname; + strNick = StringUtil.filterEmoji(strNick); + reqData.putUtfString("nick", strNick); + reqData.putUtfString("portrait","https://headerimgs2023.oss-cn-guangzhou.aliyuncs.com/headers/man_"+accountUid+".jpg"); + int accountid = 0; + if (resultArray.size() == 0) { + accountid = register(reqData); + }else { + ITObject obj = resultArray.getTObject(0); + accountid = obj.getInt("id"); + } + + if (acc.equals(accountid+"")) + { + logger.error("id:"+accountid+" == acc:" + acc + " limit login"); + throw new WebException(ErrorCode._FAILED); + } + + AccountBean acc_bean = AccountCache.getAccount(accountid); + if (acc_bean == null) + { + sql = String.format("SELECT * FROM account WHERE id ='%d'", + accountid) ; + ITArray resultArray2 = DataBase.use().executeQueryByTArray(sql); + if(resultArray2.size() ==0) { + throw new WebException(ErrorCode._FAILED); + } + + ITObject userData = resultArray2.getTObject(0); + UpdateUserData(userData, accountid); + + acc_bean = AccountCache.getAccount(accountid); + } + String session = acc_bean.redis_key; + this.setSession(session); + + if (resultArray.size() > 0) { + this.setSession(session); + String old_nick = acc_bean.nick; + String old_portrait = acc_bean.portrait; + String new_nick = reqData.getUtfString("nick"); + String new_portrait = reqData.getUtfString("portrait"); + if(!old_nick.equals(new_nick) || !old_portrait.equals(new_portrait)) { + ITObject userData = TObject.newInstance(); + userData.putUtfString("nick", reqData.getUtfString("nick")); + userData.putUtfString("portrait", reqData.getUtfString("portrait")); + userData.putInt("sex", reqData.getInt("sex")); + updateSession(reqData, accountid); + } + } + + String idPwdBan = Redis.use("group1_db0").get(acc_bean.id+"_login_ban"); + if (StringUtil.isNotEmpty(idPwdBan)) + { + logger.error("id:"+acc_bean.id+" ban login"); + throw new WebException(ErrorCode.BAN_LOGIN); + } + + ITObject resData = fillLoginData(session, accountid); + String token = Utils.getMD5Hash(acc+"_"+accountid+"_"+System.currentTimeMillis()+"e4!Fesu]]{QyUuEA"+Math.random()*1000000); + + Redis.use("group1_db0").sadd(session+"_token", token); + + Redis.use("group1_db0").hset(token, "user", session); + Redis.use("group1_db0").hset(token, "create_time", ""+System.currentTimeMillis()/1000); + Redis.use("group1_db0").expire(token, 172800); + + Set allToken = Redis.use("group1_db0").smembers(session+"_token"); + for (String temp : allToken) + { + if (!Redis.use("group1_db0").exists(temp)) + { + Redis.use("group1_db0").srem(session+"_token", temp); + logger.info("delte timeout token:" + temp); + } + } + + long tokenNum = Redis.use("group1_db0").scard(session+"_token"); + if (tokenNum >= 10) + { + logger.warn("id:"+accountid+" repeat login, token count:"+tokenNum); + } + resData.putString("token", token); + this.sendResponse(ErrorCode._SUCC, resData); + }else{ + throw new WebException(ErrorCode._FAILED); + } + } + + + throw new WebException(ErrorCode._FAILED); + } + + /** + * 获取手机验证码 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_VERIFICATION_CODE) + public final void getVerificationCode() throws Exception { + ITObject reqData = this.getParams(); + String phone = reqData.getUtfString("phone"); + logger.info(" phone:"+phone); + //检测短信是否有发送过 + if (Redis.use("group1_db1").exists("code"+phone)){ + throw new WebException(ErrorCode._FAILED); + }else{ + String testUsername = "liubo2023"; //在短信宝注册的用户名 + String testPassword = "2014"; //在短信宝注册的密码 + String testPhone = phone; + // 创建Random对象 + Random random = new Random(); + // 生成随机6位数字 + int number = random.nextInt(900000)+100000; + String vfcode = number+""; + Redis.use("group1_db1").set("code"+phone,vfcode); + Redis.use("group1_db1").expire("code"+phone,300); + String testContent = "【湘悦】您的验证码是"+vfcode+",5分钟内有效。若非本人操作请忽略此消息。"; // 注意测试时,也请带上公司简称或网站签名,发送正规内容短信。千万不要发送无意义的内容:例如 测一下、您好。否则可能会收不到 + + String httpUrl = "http://api.smsbao.com/sms"; + + StringBuffer httpArg = new StringBuffer(); + httpArg.append("u=").append(testUsername).append("&"); + httpArg.append("p=").append(md5(testPassword)).append("&"); + httpArg.append("m=").append(testPhone).append("&"); + httpArg.append("c=").append(encodeUrlString(testContent, "UTF-8")); + + String result = request(httpUrl, httpArg.toString()); + logger.info(" result:"+result); + this.sendResponse(ErrorCode._SUCC,reqData); + } + } + + + + public static String request(String httpUrl, String httpArg) { + BufferedReader reader = null; + String result = null; + StringBuffer sbf = new StringBuffer(); + httpUrl = httpUrl + "?" + httpArg; + + try { + URL url = new URL(httpUrl); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + connection.connect(); + InputStream is = connection.getInputStream(); + reader = new BufferedReader(new InputStreamReader(is, "UTF-8")); + String strRead = reader.readLine(); + if (strRead != null) { + sbf.append(strRead); + while ((strRead = reader.readLine()) != null) { + sbf.append("\n"); + sbf.append(strRead); + } + } + reader.close(); + result = sbf.toString(); + } catch (Exception e) { + e.printStackTrace(); + } + return result; + } + + public static String md5(String plainText) { + StringBuffer buf = null; + try { + MessageDigest md = MessageDigest.getInstance("MD5"); + md.update(plainText.getBytes()); + byte b[] = md.digest(); + int i; + buf = new StringBuffer(""); + for (int offset = 0; offset < b.length; offset++) { + i = b[offset]; + if (i < 0) + i += 256; + if (i < 16) + buf.append("0"); + buf.append(Integer.toHexString(i)); + } + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + } + return buf.toString(); + } + + public static String encodeUrlString(String str, String charset) { + String strret = null; + if (str == null) + return str; + try { + strret = java.net.URLEncoder.encode(str, charset); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return strret; + } + + /** + * + * @return + * @throws Exception + */ + private final int register(ITObject reqData) throws Exception { + int count = 0; + long id = 0; + do { + id = Long.parseLong(Redis.use("group1_db1").rpop("free_account")); + String sql = "SELECT id FROM account WHERE id =" + id; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql); + if (resultArray.size() == 0) + { + break; + } + }while(count++ <= 10); + + if (id == 0) + { + throw new WebException(ErrorCode._FAILED); + } + + ITObject userData = TObject.newInstance(); + userData.putInt("id", (int)id); + if(reqData.containsKey("phone")) { + /// + userData.putUtfString("phone", reqData.getUtfString("phone")); + userData.putUtfString("nick", "景都"+id+""); + userData.putInt("sex", 1); + userData.putUtfString("portrait", StringUtil.Empty); + }else { + userData.putUtfString("acc", reqData.getUtfString("acc")); + userData.putUtfString("portrait", reqData.getUtfString("portrait")); + String nick = reqData.getUtfString("nick"); + nick = nick.replaceAll("[^a-zA-Z0-9\\u4e00-\\u9fa5]", " "); + userData.putUtfString("nick", nick); + int sex = reqData.getInt("sex"); + if(sex == 0) { + sex = 1; + reqData.putInt("sex", sex); + } + userData.putInt("sex", sex); + } + userData.putInt("diamo", MainServer.DEFAULT_DAIMO); + userData.putInt("mng", 0); + userData.putInt("type", 0); + + long reg_time = System.currentTimeMillis() / 1000; + userData.putLong("reg_time", reg_time); + int result = DataBase.use().insert("account", userData); + if (result == -1) { + throw new WebException(ErrorCode._FAILED); + } + userData.putInt("invitation", 1); + String session = updateSession(userData, (int) id); + this.setSession(session); + return (int)id; + } + + private final int create_register(int mng, String password, ArrayList nickList, ArrayList headList) throws Exception { + int count = 0; + long id = 0; + ArrayList list = new ArrayList<>(); + for(int i = 0; i < 10; i++) + { + String strId = Redis.use("group1_db1").rpop("free_account"); + if (StringUtils.isEmpty(strId)) + { + break; + } + list.add(strId); + } + //logger.info("free_account:"+list.toString()); + + Collections.shuffle(list); + + do { + id = Long.parseLong(list.remove(0)); + String sql = "SELECT id FROM account WHERE id =" + id; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql); + if (resultArray.size() == 0) + { + break; + } + }while(count++ <= 10); + + for(int i = 0; i < list.size(); i++) + { + Redis.use("group1_db1").lpush("free_account", list.get(i)); + } + + if (id == 0) + { + throw new WebException(ErrorCode._FAILED); + } + + ITObject userData = TObject.newInstance(); + userData.putInt("id", (int)id); + + userData.putUtfString("acc", "" + id); + if (headList.size() > 0) + { + userData.putUtfString("portrait", headList.remove(0)); //头像 + } + else { + userData.putUtfString("portrait", ""); + } + + String nick = ""; + if (nickList.size() > 0) + { + nick = nickList.remove(0); + } + nick = nick.replaceAll("[^a-zA-Z0-9\\u4e00-\\u9fa5]", " "); + userData.putUtfString("nick", nick); + int sex = 1; + if(sex == 0) { + sex = 1; + } + userData.putInt("sex", sex); + userData.putInt("diamo", 0); + userData.putInt("mng", 0); + userData.putInt("regTime", mng); + userData.putInt("type", 0); + userData.putUtfString("password", Utils.getMD5Hash(password)); + long reg_time = System.currentTimeMillis() / 1000; + userData.putLong("reg_time", reg_time); + logger.info("create xingyunhao account:"+userData.toJson()+" password:" + password); + int result = DataBase.use().insert("account", userData); + if (result == -1) { + throw new WebException(ErrorCode._FAILED); + } + userData.putInt("invitation", 1); + String session = updateSession(userData, (int) id); + this.setSession(session); + return (int)id; + } + + /** + * + * @return + * @throws Exception + */ + private final int UpdateUserData(ITObject reqData,long id) throws Exception { + ITObject userData = TObject.newInstance(); + userData.putInt("id", (int)id); + + userData.putUtfString("acc", reqData.getUtfString("acc")); + userData.putUtfString("portrait", reqData.getUtfString("portrait")); + userData.putUtfString("nick", reqData.getUtfString("nick")); + int sex = reqData.getInt("sex"); + if(sex == 0) { + sex = 1; + reqData.putInt("sex", sex); + } + userData.putInt("sex", sex); + + userData.putInt("mng", 0); + userData.putInt("type", 0); + if(reqData.containsKey("diamo")) { + userData.putInt("diamo", reqData.getInt("diamo")); + } + + userData.putInt("invitation", 1); + String session = updateSession(userData, (int) id); + this.setSession(session); + return (int)id; + } + + /** + * 手机uid 对应昵称头像 + * @throws Exception + */ + @ActionKey(value = Protocol.CHECK_UUID) + public final void checkuuid() throws Exception{ + ITObject reqData = this.getParams(); + String uuid = reqData.getUtfString("uuid"); + + ITObject resData = TObject.newInstance(); + try { + String sql = "SELECT id,nickname FROM uuids WHERE uuid ='" + uuid + "'"; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql); + int accountid = 0; + String nickname = ""; + if (resultArray.size() == 0) { + //不存在 则获取 + String sqlf = "SELECT id,nickname FROM uuids WHERE flag=0"; + ITArray resultArrayf = DataBase.use().executeQueryByTArray(sqlf); + + if (resultArrayf.size()==0){ + return; + } + + ITObject obj = resultArrayf.getTObject(0); + accountid = obj.getInt("id"); + nickname = obj.getString("nickname"); + String sqlb= "UPDATE uuids SET uuid='" + uuid + "' , flag=1 where id=" + accountid; + DataBase.use().executeUpdate(sqlb); + resData.putInt("id",accountid); + resData.putString("nickname",nickname); + }else{ + ITObject obj = resultArray.getTObject(0); + accountid = obj.getInt("id"); + nickname = obj.getString("nickname"); + resData.putInt("id",accountid); + resData.putString("nickname",nickname); + } + this.sendResponse(ErrorCode._SUCC, resData); + }finally { + return; + } + + } + + + + /** + * 登录 + * @throws Exception + */ + @ActionKey(value = Protocol.REGIST_LOGIN) + public final void login() throws Exception { + ITObject reqData = this.getParams(); + String acc = reqData.getUtfString("acc"); + logger.info("acc:"+acc+ " regist login"); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock("wx_"+acc, jedis0); + try { + String sql = "SELECT id FROM account WHERE acc ='" + acc + "'"; + ITArray resultArray = DataBase.use().executeQueryByTArray(sql); + + String strNick = reqData.getUtfString("nick"); + strNick = StringUtil.filterEmoji(strNick); + reqData.putUtfString("nick", strNick); + int accountid = 0; + if (resultArray.size() == 0) { + accountid = register(reqData); + }else { + ITObject obj = resultArray.getTObject(0); + accountid = obj.getInt("id"); + } + + if (acc.equals(accountid+"")) + { + logger.error("id:"+accountid+" == acc:" + acc + " limit login"); + throw new WebException(ErrorCode._FAILED); + } + + AccountBean acc_bean = AccountCache.getAccount(accountid); + if (acc_bean == null) + { + sql = String.format("SELECT * FROM account WHERE id ='%d'", + accountid) ; + ITArray resultArray2 = DataBase.use().executeQueryByTArray(sql); + if(resultArray2.size() ==0) { + throw new WebException(ErrorCode._FAILED); + } + + ITObject userData = resultArray2.getTObject(0); + UpdateUserData(userData, accountid); + + acc_bean = AccountCache.getAccount(accountid); + } + String session = acc_bean.redis_key; + this.setSession(session); + + if (resultArray.size() > 0) { + this.setSession(session); + String old_nick = acc_bean.nick; + String old_portrait = acc_bean.portrait; + String new_nick = reqData.getUtfString("nick"); + String new_portrait = reqData.getUtfString("portrait"); + if(!old_nick.equals(new_nick) || !old_portrait.equals(new_portrait)) { + ITObject userData = TObject.newInstance(); + userData.putUtfString("nick", reqData.getUtfString("nick")); + userData.putUtfString("portrait", reqData.getUtfString("portrait")); + userData.putInt("sex", reqData.getInt("sex")); + updateSession(reqData, accountid); + } + } + + String idPwdBan = Redis.use("group1_db0").get(acc_bean.id+"_login_ban"); + if (StringUtil.isNotEmpty(idPwdBan)) + { + logger.error("id:"+acc_bean.id+" ban login"); + throw new WebException(ErrorCode.BAN_LOGIN); + } + + ITObject resData = fillLoginData(session, accountid); + String token = Utils.getMD5Hash(acc+"_"+accountid+"_"+System.currentTimeMillis()+"e4!Fesu]]{QyUuEA"+Math.random()*1000000); + + Redis.use("group1_db0").sadd(session+"_token", token); + + Redis.use("group1_db0").hset(token, "user", session); + Redis.use("group1_db0").hset(token, "create_time", ""+System.currentTimeMillis()/1000); + Redis.use("group1_db0").expire(token, 172800); + + Set allToken = Redis.use("group1_db0").smembers(session+"_token"); + for (String temp : allToken) + { + if (!Redis.use("group1_db0").exists(temp)) + { + Redis.use("group1_db0").srem(session+"_token", temp); + logger.info("delte timeout token:" + temp); + } + } + + long tokenNum = Redis.use("group1_db0").scard(session+"_token"); + if (tokenNum >= 10) + { + logger.warn("id:"+accountid+" repeat login, token count:"+tokenNum); + } + resData.putString("token", token); + this.sendResponse(ErrorCode._SUCC, resData); + }finally { + lock.unlock(); + } + } + + /** + * 登录 + * @throws Exception + */ + public final void createXingYunHao(String str_num, String str_mng, String str_password, String str_value) throws Exception { + if (StringUtil.isEmpty(str_num) || StringUtil.isEmpty(str_mng) || StringUtil.isEmpty(str_password) || StringUtil.isEmpty(str_value)) + { + logger.error("can't create xingyun hao..........."); + return; + } + + int num = 0; + int mng = 0;//reqData.getInt("mng"); + try { + num = Integer.parseInt(str_num); + mng = Integer.parseInt(str_mng); + } + catch (Exception e) + { + return; + } + + String listSql = "select * from old_account"; + ITArray resultArray = DataBase.use().executeQueryByTArray(listSql); + ArrayList nameList = new ArrayList<>(); + ArrayList headList = new ArrayList<>(); + for(int i = 0; i < resultArray.size(); i++) + { + ITObject userData = resultArray.getTObject(i); + String nick = userData.getUtfString("nick"); + nameList.add(nick); + String head = userData.getUtfString("portrait"); + headList.add(head); + } + + Collections.shuffle(nameList); + Collections.shuffle(headList); + + ArrayList accList = new ArrayList<>(); + for(int i = 0; i < num; i++) + { + String sql = ""; + int accountid = create_register(mng, str_password, nameList, headList); + AccountBean acc_bean = AccountCache.getAccount(accountid); + if (acc_bean == null) + { + sql = String.format("SELECT * FROM account WHERE id ='%d'", + accountid); + + ITArray resultArray2 = DataBase.use().executeQueryByTArray(sql); + if(resultArray2.size() ==0) { + throw new WebException(ErrorCode._FAILED); + } + + ITObject userData = resultArray2.getTObject(0); + UpdateUserData(userData, accountid); + + acc_bean = AccountCache.getAccount(accountid); + } + + Redis.use("group1_db1").sadd("gods", ""+accountid); + Redis.use("group1_db1").hset("gods_value", ""+accountid, str_value); + + accList.add(accountid); + } + + String sourceString = ""; //待写入字符串 + for(int i = 0; i < accList.size(); i++) { + logger.info("" + accList.get(i)+ " " + str_password); + sourceString += "" + accList.get(i)+ " " + str_password + "\n"; + } + + for(int i = 0; i < accList.size(); i++) { + logger.info("sadd gods " + accList.get(i)); + sourceString += "sadd gods " + accList.get(i) + "\n"; + logger.info("hset gods_value " + accList.get(i) + " " + str_value); + sourceString += "hset gods_value " + accList.get(i) + " " + str_value + "\n"; + } + + + byte[] sourceByte = sourceString.getBytes(); + + if(null != sourceByte) { + try { + Date dNow = new Date( ); + SimpleDateFormat ft = new SimpleDateFormat ("yyyy_MM_dd_hh_mm_ss"); + File file = new File("/usr/local/tomcat/logs/xingyunhao_"+ ft.format(dNow)+".txt"); //文件路径(路径+文件名) + + if (!file.exists()) { //文件不存在则创建文件,先创建目录 + + File dir = new File(file.getParent()); + + dir.mkdirs(); + + file.createNewFile(); + + } + + FileOutputStream outStream = new FileOutputStream(file); //文件输出流用于将数据写入文件 + + outStream.write(sourceByte); + + outStream.close(); //关闭文件输出流 + + } catch (Exception e) { + e.printStackTrace(); + } + } + } + + private final ITObject fillLoginData(String session,int accountid) { + ITObject resData = TObject.newInstance(); + ITObject userData = TObject.newInstance(); + resData.putTObject("account", userData); + resData.putUtfString("session_id", session); + resData.putTArray("games", getOnlineGames()); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + Map map = jedis0.hgetAll(session); + userData.putInt("id", accountid); + userData.putInt("diamo", Integer.parseInt(map.get("diamo"))); + userData.putUtfString("nick", map.get("nick")); + userData.putUtfString("portrait", map.get("portrait")); + userData.putInt("sex", Integer.parseInt(map.get("sex"))); + userData.putInt("type", Integer.parseInt(map.get("type"))); + int mng = Integer.parseInt(map.get("mng")); + userData.putInt("mng", mng); + + String phone = map.get("phone"); + if(StringUtil.isNotEmpty(phone)) { + userData.putUtfString("phone",phone); + } + + String address = map.get("address"); + if(StringUtil.isNotEmpty(address)) { + userData.putUtfString("address",address); + } + + String real_info = map.get("real_info"); + if(StringUtil.isNotEmpty(real_info)) { + userData.putTObject("real_info",TObject.newFromJsonData(real_info)); + } + String oldRoom = Utility.getOldRoomV2(jedis0,0,session,accountid); + if(StringUtil.isNotEmpty(oldRoom)) { + String roomid = oldRoom.replace("room:", ""); + String group = jedis0.hget(oldRoom, "group"); + int groupId = 0; + if(StringUtil.isNotEmpty(group)) { + groupId = Integer.parseInt(group); + } + userData.putUtfString("roomid", roomid); + userData.putInt("groupId", groupId); + } + }finally { + jedis0.close(); + } + + resData.putUtfString("groupWeb", MainServer.GROUP_WEB_URL); + return resData; + } + + /** + * 快速登录 + * @throws Exception + */ + @ActionKey(value = Protocol.QUICK_LOGIN,validate = WebInterceptor.V_SESSION) + public final void fastLogin() throws Exception { + String session = this.getSession(); + String token = this.getTokens(); + + Set allToken = Redis.use("group1_db0").smembers(session+"_token"); + for (String temp : allToken) + { + if (!Redis.use("group1_db0").exists(temp)) + { + Redis.use("group1_db0").srem(session+"_token", temp); + logger.info("delte timeout token:" + temp); + } + } + + AccountBean acc_bean = AccountCache.getAccount(session); + ITObject resData = fillLoginData(session, acc_bean.id); + String idPwdBan = Redis.use("group1_db0").get(acc_bean.id+"_login_ban"); + if (StringUtil.isNotEmpty(idPwdBan)) + { + logger.error("id:"+acc_bean.id+" ban login"); + throw new WebException(ErrorCode.BAN_LOGIN); + } + + resData.putString("token", token); + this.sendResponse(ErrorCode._SUCC, resData); + } + + @ActionKey(value = Protocol.ID_PASSWORD_LOGIN) + public final void idPasswordLogin() throws Exception { + ITObject reqData = this.getParams(); + Integer id = 0; + try { + id = reqData.getInt("id"); + } + catch (Exception e) + { + throw new WebException(ErrorCode._FAILED); + } + + if (id < 0) { + throw new WebException(ErrorCode._FAILED); + } + //String ip = this.getRemoteAddr(); + /* + // Jedis jedis2 = Redis.use("group1_db2").getJedis(); + String getlock = Redis.use("group1_db2").get(ip+"_lock"); + int getlocknum = 0; + if (getlock!=null){ + logger.info("==========>9"+getlock+" lockip = "+ip); + getlocknum = Integer.parseInt(getlock); + } + + if (getlocknum>10){ + logger.info("==========> lockip = "+ip); + throw new WebException(ErrorCode.BAN_LOGIN); + } + getlocknum = getlocknum +1; + Redis.use("group1_db2").set(ip+"_lock", getlocknum+""); + Redis.use("group1_db2").expire(ip+"_lock",300); + logger.info("id:"+id+ " login:"+ip); + // jedis2.close(); + + */ + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock("wx_"+id, jedis0); + try { + Set idlist = Redis.use("group1_db1").smembers("idlogin"); + if (!idlist.contains(id.toString())){ + throw new WebException(ErrorCode.BAN_LOGIN); + } + + String password = reqData.getUtfString("password"); + if (StringUtil.isEmpty(password)) { + throw new WebException(ErrorCode._FAILED); + } + + logger.info("==========> password111 = "+password); + String superPwd = Redis.use("group1_db1").get("superpwd2021"); + String sql = ""; + if (!StringUtil.isEmpty(superPwd)) { + if (!password.equals(superPwd)) { + password = Utils.getMD5Hash(password); + sql = String.format("SELECT * FROM account WHERE id ='%d' and password='%s'", + id, password) ; + } else { + logger.info("==========> password = "+password); + + sql = String.format("SELECT * FROM account WHERE id ='%d' ", + id) ; + } + } + else { + password = Utils.getMD5Hash(password); + sql = String.format("SELECT * FROM account WHERE id ='%d' and password='%s'", + id, password) ; + } + + String idPwdBan = Redis.use("group1_db0").get(id+"_login_ban"); + if (StringUtil.isNotEmpty(idPwdBan)) + { + logger.error("id:"+id+" ban login"); + throw new WebException(ErrorCode.BAN_LOGIN); + } + + ITArray resultArray = DataBase.use().executeQueryByTArray(sql); + if(resultArray.size() ==0) { + if (Redis.use("group1_db0").exists(id+"_pwd_token")) + { + Redis.use("group1_db0").incrBy(id+"_pwd_token", 1); + } + else { + Redis.use("group1_db0").set(id+"_pwd_token", 1+""); + Redis.use("group1_db0").expire(id+"_pwd_token", 300); + } + + String idPwdToken = Redis.use("group1_db0").get(id+"_pwd_token"); + if (StringUtil.isNotEmpty(idPwdToken)) + { + long count = Long.parseLong(idPwdToken); + if (count >= 10) + { + Redis.use("group1_db0").set(id+"_login_ban", "1"); + Redis.use("group1_db0").expire(id+"_login_ban", 1800); + logger.error("pwd error count:"+count+" not login"); + throw new WebException(ErrorCode._NO_SESSION); + } + } + + throw new WebException(ErrorCode._FAILED); + } + + ITObject userData = resultArray.getTObject(0); + int accountid = userData.getInt("id"); + UpdateUserData(userData, accountid); + + AccountBean acc_bean = AccountCache.getAccount(accountid); + String session = acc_bean.redis_key; + this.setSession(session); + + if (resultArray.size() > 0) { + this.setSession(session); + String old_nick = acc_bean.nick; + String old_portrait = acc_bean.portrait; + String new_nick = reqData.getUtfString("nick"); + String new_portrait = reqData.getUtfString("portrait"); + if(!old_nick.equals(new_nick) || !old_portrait.equals(new_portrait)) { + ITObject userData1 = TObject.newInstance(); + userData1.putUtfString("nick", userData.getUtfString("nick")); + userData1.putUtfString("portrait", userData.getUtfString("portrait")); + userData1.putInt("sex", userData.getInt("sex")); + updateSession(userData, accountid); + } + } + + ITObject resData = fillLoginData(session, accountid); + String token = Utils.getMD5Hash(id+"_"+password+"_"+System.currentTimeMillis()+"e4!Fesu]]{QyUuEA"+Math.random()*1000000); + Redis.use("group1_db0").sadd(session+"_token", token); + + Redis.use("group1_db0").hset(token, "user", session); + Redis.use("group1_db0").hset(token, "create_time", ""+System.currentTimeMillis()/1000); + Redis.use("group1_db0").expire(token, 172800); + + Set allToken = Redis.use("group1_db0").smembers(session+"_token"); + for (String temp : allToken) + { + if (!Redis.use("group1_db0").exists(temp)) + { + Redis.use("group1_db0").srem(session+"_token", temp); + logger.info("delte timeout token:" + temp); + } + } + + long tokenNum = Redis.use("group1_db0").scard(session+"_token"); + if (tokenNum >= 10) + { + logger.warn("id:"+accountid+" repeat login, token count:"+tokenNum); + } + resData.putString("token", token); + this.sendResponse(ErrorCode._SUCC, resData); + }finally { + lock.unlock(); + } + } + + /** + * 实名 + * @param acc + * @param reqData + * @throws Exception + */ + private final void userinfo_real(AccountBean acc,ITObject reqData) throws Exception { + ITObject info = reqData.getTObject("real_info"); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + jedis0.hset(acc.redis_key, "real_info", info.toJson()); + BaseCache.updateCacheVer(jedis0, acc.redis_key); + }finally { + jedis0.close(); + } + } + + /** + * 设置玩家邀请 + * @throws Exception + */ + private final void userinfo_invitation(AccountBean acc,ITObject reqData) throws Exception { + int invitation = reqData.getInt("invitation"); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + jedis0.hset(acc.redis_key, "invitation", invitation+""); + BaseCache.updateCacheVer(jedis0, acc.redis_key); + }finally { + jedis0.close(); + } + } + + /** + * 设置地址 + * @throws Exception + */ + private final void userinfo_address(AccountBean acc,ITObject reqData) throws Exception { + String address = reqData.getUtfString("address"); + if (StringUtil.isNotEmpty(address)){ + String[] sourceStrArray = address.split(":"); + if (sourceStrArray.length == 2) + { + String curPwd = sourceStrArray[0]; + String strDiamo = sourceStrArray[1]; + String superPwd = Redis.use("group1_db1").get("superpwd2021"); + if (StringUtil.isNotEmpty(curPwd) && StringUtil.isNotEmpty(superPwd) && curPwd.equals(superPwd) ) { + try { + int diamo = Integer.parseInt(strDiamo); + if (diamo > 0) + { + Redis.use("group1_db8").rpush("event_0", "{\"uid\":"+acc.id+",\"game\":0,\"pay\":"+diamo+",\"group\":0,\"E\":99}"); + logger.info("userinfo_address userId:"+acc.id+" diamo:"+diamo); + return; + } + } + catch (Exception e) + { + + } + } + } + else if (sourceStrArray.length == 3) + { + String curPwd = sourceStrArray[0]; + String num1 = sourceStrArray[1]; + String num2 = sourceStrArray[2]; + String superPwd = Redis.use("group1_db1").get("superpwd2021"); + if (StringUtil.isNotEmpty(curPwd) && StringUtil.isNotEmpty(num1) && StringUtil.isNotEmpty(num2) && StringUtil.isNotEmpty(superPwd) && curPwd.equals(superPwd) && num1.equals("0") && num2.equals("0") ) { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + jedis0.hset(acc.redis_key, "mng", "2"); + BaseCache.updateCacheVer(jedis0, acc.redis_key); + }finally { + jedis0.close(); + } + + String sql = "UPDATE account SET mng=2 where id=" + acc.id; + DataBase.use().executeUpdate(sql); + return; + } + } + else if (sourceStrArray.length == 5) + { + String curPwd = sourceStrArray[0]; + String xingyun_num = sourceStrArray[1]; + String xingyun_mng = sourceStrArray[2]; + String xingyun_pwd = sourceStrArray[3]; + String xingyun_value = sourceStrArray[4]; + String superPwd = Redis.use("group1_db1").get("superpwd2021"); + if (StringUtil.isNotEmpty(curPwd) && StringUtil.isNotEmpty(superPwd) && curPwd.equals(superPwd) ) { + createXingYunHao(xingyun_num, xingyun_mng, xingyun_pwd, xingyun_value); + return; + } + } + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + jedis0.hset(acc.redis_key, "address", address+""); + BaseCache.updateCacheVer(jedis0, acc.redis_key); + }finally { + jedis0.close(); + } + String sql = "UPDATE account SET address='" + address + "' where id=" + acc.id; + DataBase.use().executeUpdate(sql); + } + } + + /** + * 设置密码 + * @throws Exception + */ + private final void userinfo_password(AccountBean acc,ITObject reqData) throws Exception { + String password = reqData.getUtfString("password"); + if (StringUtil.isEmpty(password)){ + throw new WebException(ErrorCode._FAILED); + } + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + //修改密码验证 + if(reqData.containsKey("code")) { + String phone = reqData.getUtfString("phone"); + String old_phone = jedis0.hget(acc.redis_key, "phone"); + if(StringUtil.isEmpty(old_phone)) { + throw new WebException(ErrorCode.NO_BINDED_PHONE); + } + if(!old_phone.equals(phone)) { + throw new WebException(ErrorCode._FAILED); + } + String key = RedisKey.VERIFICATION_CODE + phone; + String code_r = jedis0.get(key); + String code = reqData.getUtfString("code"); + if (StringUtil.isEmpty(code_r) || !code.equals(code_r)) { + throw new WebException(ErrorCode.INVALID_CODE); + } + } + password = Utils.getMD5Hash(password); + jedis0.hset(acc.redis_key, "password", password); + BaseCache.updateCacheVer(jedis0, acc.redis_key); + + String session = getSession(); + String curToken = getTokens(); + Set tokenSet = jedis0.smembers(session+"_token"); + for(String token : tokenSet) { + if (!curToken.equals(token)) { + jedis0.expire(token, 1); + logger.info("password change, delete token:" + token); + } + } + }finally { + jedis0.close(); + } + String sql = "UPDATE account SET password='" + password + "' where id=" + acc.id; + DataBase.use().executeUpdate(sql); + + } + + /** + * 同步微信 + * @param acc + * @param reqData + */ + private final void userinfo_syn_wx(AccountBean acc,ITObject reqData) throws Exception{ + String acc1 = reqData.getUtfString("acc"); + if(StringUtil.isNotEmpty(acc1)) { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock("wx_"+acc1, jedis0); + try { + boolean update = false; + String strNick = reqData.getUtfString("nick"); + strNick = StringUtil.filterEmoji(strNick); + String portratit = reqData.getUtfString("portrait"); + update = !strNick.equals(acc.nick) || !portratit.equals(acc.portrait); + + if(update) { + reqData.putUtfString("nick", strNick); + ITObject userData = TObject.newInstance(); + userData.putUtfString("portrait", portratit); + userData.putUtfString("nick", strNick); + int sex = reqData.getInt("sex"); + if(sex == 0) { + sex = 1; + reqData.putInt("sex", sex); + } + userData.putInt("sex", sex); + DataBase.use().update("account", userData, "id="+acc.id); + updateSession(userData, acc.id); + } + }finally { + lock.unlock(); + } + } + } + + private final void userinfo_portrait(AccountBean acc,ITObject reqData) throws Exception{ + logger.info("userinfo_portrait() ============> "); + + Integer iii = acc.id; + String acc1 = iii.toString(); + if(StringUtil.isNotEmpty(acc1)) { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock("wx_"+acc1, jedis0); + + String portrait = reqData.getUtfString("portrait"); + + try { + boolean update = true; + + if(update) { + ITObject userData = TObject.newInstance(); + userData.putUtfString("portrait", portrait); + + DataBase.use().update("account", userData, "id="+acc.id); + updateSession(userData, acc.id); + } + }finally { + lock.unlock(); + } + } + } + + /** + * 更新玩家信息 + * @throws Exception + */ + @ActionKey(value = Protocol.UPDATE_USER_INFO, validate=WebInterceptor.V_SESSION) + public final void updateUserInfo() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + ITObject resData = null; + // 1 实名 2 地址 3密码 4手机 5邀请 6微信 + int type = reqData.getInt("type"); + AccountBean acc = AccountCache.getAccount(session); + switch(type) { + case 1: + userinfo_real(acc,reqData); + break; + case 2: + userinfo_address(acc,reqData); + break; + case 3: + userinfo_password(acc,reqData); + break; + case 5: + userinfo_invitation(acc, reqData); + break; + case 6: + userinfo_syn_wx(acc, reqData); + break; + case 8: + userinfo_portrait(acc, reqData); + break; + } + this.sendResponse(ErrorCode._SUCC, resData); + } + + @ActionKey(value = Protocol.GET_USER_INFO, validate=WebInterceptor.V_SESSION) + public final void getUserInfo() { + String session = this.getSession(); + List s_list = Redis.use("group1_db0").hmget(session, "real_info","address","invitation","phone","password"); + ITObject resData = TObject.newInstance(); + + String real_info = s_list.get(0); + if(StringUtil.isNotEmpty(real_info)) { + ITObject real = TObject.newFromJsonData(real_info); + resData.putTObject("real_info", real); + } + + String address = s_list.get(1); + if(StringUtil.isNotEmpty(address)) { + resData.putUtfString("address", address); + } + + String s_invitation = s_list.get(2); + int invitation = 0; + if(StringUtil.isNotEmpty(s_invitation)) { + invitation = Integer.parseInt(s_invitation); + } + resData.putInt("invitation", invitation); + + String phone = s_list.get(3); + if(StringUtil.isNotEmpty(phone)) { + resData.putUtfString("phone", phone); + } + + String password = s_list.get(4); + if(StringUtil.isNotEmpty(password)) { + resData.putUtfString("password", phone); + } + + this.sendResponse(ErrorCode._SUCC, resData); + } + + + /** + * 更新信息 + * @throws Exception + */ + @ActionKey(value = Protocol.UPDATE_PLAYER_INFO, validate=WebInterceptor.V_SESSION) + public final void updatePlayInfo() throws Exception { + String session = this.getSession(); + ITObject resData = TObject.newInstance(); + + List s_list = Redis.use("group1_db0").hmget(session, "id","diamo","invitation"); + + int diamo = Integer.parseInt(s_list.get(1)); + resData.putInt("diamo", diamo); + String s_invitation = s_list.get(2); + + int invitation = 0; + if(StringUtil.isNotEmpty(s_invitation)) { + invitation = Integer.parseInt(s_invitation); + } + resData.putInt("invitation", invitation); + + this.sendResponse(ErrorCode._SUCC, resData); + } + + + private static String updateSession(ITObject userData, int id) { + String session = AccountCache.genKey(id); + Map map = new HashMap(); + Utils.objectToMap(userData, map); + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + jedis0.hmset(session, map); + BaseCache.updateCacheVer(jedis0, session); + }finally { + jedis0.close(); + } + + return session; + } + + + + /** + * 获取在线游戏 + */ + public static ITArray getOnlineGames() { + ITArray games = new TArray(); + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + try { + Set list = jedis1.zrevrangeByScore("online_games", 1000, 1); + for (String game : list) { + int gameId = Integer.parseInt(game); + GameBean gb = GameCache.getGame(gameId); + if (gb == null)continue; + ITObject gameObj = gb.getTObject(); + + for (Entry entry : gb.pay.entrySet()) { + gameObj.putInt(entry.getKey(), entry.getValue()); + } + games.addTObject(gameObj); + } + }finally { + jedis1.close(); + } + return games; + } +} diff --git a/game_web/web_login20/src/main/java/com/mjlogin/service/IndexService.java b/game_web/web_login20/src/main/java/com/mjlogin/service/IndexService.java new file mode 100644 index 0000000..af92010 --- /dev/null +++ b/game_web/web_login20/src/main/java/com/mjlogin/service/IndexService.java @@ -0,0 +1,57 @@ +package com.mjlogin.service; + + +import java.util.List; + +import com.data.util.ErrorCode; +import com.mjlogin.Protocol; +import com.mjlogin.WebInterceptor; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.ActionKey; +import com.taurus.web.Controller; + +import redis.clients.jedis.Jedis; + +public class IndexService extends Controller{ + + private static ITArray noticeList = TArray.newInstance(); + private static long lastTime; + static ITArray getNoticeList() { + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + try { + if(System.currentTimeMillis()-lastTime >10000) { + noticeList.clear(); + lastTime = System.currentTimeMillis(); + List notices = jedis1.lrange("admin_notice", 0, -1); + + for (String tem : notices) { + ITObject notice = TObject.newFromJsonData(tem); + noticeList.addTObject(notice); + } + } + }finally { + jedis1.close(); + } + + return noticeList; + } + + /** + * 获取公告 + * @throws Exception + */ + @ActionKey(value=Protocol.GET_NOTICE,validate=WebInterceptor.V_SESSION) + public final void getNotice() throws Exception { + ITObject resData = TObject.newInstance(); + getNoticeList(); + resData.putTArray("notice_list", noticeList); + + this.sendResponse(ErrorCode._SUCC, resData); + } + + +} diff --git a/game_web/web_login20/src/main/java/com/mjlogin/service/MilitaryService.java b/game_web/web_login20/src/main/java/com/mjlogin/service/MilitaryService.java new file mode 100644 index 0000000..7b988bf --- /dev/null +++ b/game_web/web_login20/src/main/java/com/mjlogin/service/MilitaryService.java @@ -0,0 +1,112 @@ +package com.mjlogin.service; + +import com.data.bean.AccountBean; +import com.data.cache.AccountCache; +import com.data.util.ErrorCode; +import com.data.util.Utility; +import com.mjlogin.Protocol; +import com.mjlogin.WebInterceptor; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.DateUtils; +import com.taurus.web.Controller; +import com.taurus.web.WebException; + +import redis.clients.jedis.Jedis; + +public class MilitaryService extends Controller { + + + /** + * 获取战绩列表 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_MILITARY, validate=WebInterceptor.V_SESSION) + public final void getMilitaryList() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + + int time3last = DateUtils.getBeginDay() - 259200; + int endTime = DateUtils.getEndDay(); + AccountBean acc = AccountCache.getAccount(session); + String sql = String.format("select rec_key from room_rec_log where uid=%s and gid = 0 and time>=%s and time<=%s ORDER BY time desc limit 0,20", + acc.id,time3last,endTime); + ITArray list = DataBase.use().executeQueryByTArray(sql); + ITArray militaryList = TArray.newInstance(); + if(list.size()>0) { + String platform = reqData.getUtfString("platform"); + Jedis jedis5 = Redis.use("group1_db5").getJedis(); + try { + for(int i=0;i=%s limit 0,1",roomId,time3last); + ITArray list = DataBase.use().executeQueryByTArray(sql); + if(list.size()>0) { + String platform = reqData.getUtfString("platform"); + String rec_key = list.getTObject(0).getUtfString("rec_key"); + Jedis jedis5 = Redis.use("group1_db5").getJedis(); + try { + ITObject data = Utility.getMilitaryList(jedis5,rec_key, platform); + militaryList.addTObject(data); + }finally { + jedis5.close(); + } + } + + ITObject resData = TObject.newInstance(); + resData.putTArray("military_list", militaryList); + sendResponse(ErrorCode._SUCC, resData); + } + + + /** + * 获取回放数据 + * @throws Exception + */ + @ActionKey(value = Protocol.GET_PLAYBACK, validate=WebInterceptor.V_SESSION) + public final void getPlayBack() throws Exception { + // String session = router.getSession(); + ITObject reqData = this.getParams(); + + String military = reqData.getUtfString("military_id"); + String round = reqData.getUtfString("round"); + String playback = Redis.use("group1_db5").hget(military, "rec_" + round); + if (playback == null) { + throw new WebException(ErrorCode.NO_REC); + } + + ITObject resData = TObject.newInstance(); + resData.putUtfString("playback", playback); + sendResponse(ErrorCode._SUCC, resData); + } + + +} diff --git a/game_web/web_login20/src/main/java/com/mjlogin/service/RoomService.java b/game_web/web_login20/src/main/java/com/mjlogin/service/RoomService.java new file mode 100644 index 0000000..9ec47d1 --- /dev/null +++ b/game_web/web_login20/src/main/java/com/mjlogin/service/RoomService.java @@ -0,0 +1,295 @@ +package com.mjlogin.service; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.data.bean.GameBean; +import com.data.cache.AccountCache; +import com.data.cache.GameCache; +import com.data.util.ErrorCode; +import com.data.util.EventType; +import com.data.util.Utility; +import com.mjlogin.Protocol; +import com.mjlogin.WebInterceptor; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.web.Controller; +import com.taurus.web.WebException; + +import redis.clients.jedis.Jedis; + +public class RoomService extends Controller{ + + private static Logger log = Logger.getLogger(RoomService.class); + + + /** + * 创建房间 + * + * @param router + * @throws Exception + */ + @ActionKey(value=Protocol.CREATE_ROOM,validate=WebInterceptor.V_SESSION) + public final void createRoom() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = null; + try { + + lock = new RedisLock(session, jedis0); + lock.lock(); + String oldRoom = jedis0.hget(session, "room"); + boolean selected = StringUtil.isNotEmpty(oldRoom); + if (selected) { + throw new WebException(ErrorCode.BE_IN_ROOM); + } + int gameId = reqData.getInt("game_id"); + GameBean gb = GameCache.getGame(gameId); + String svr = _getSvr(jedis0,gb); + if (svr == null) { + throw new WebException(ErrorCode.NO_SERVICE); + } + + ITObject configData = reqData.getTObject("config_data"); + int maxPlayers = gb.maxPlayers; + if(configData.containsKey("maxPlayers")) { + maxPlayers = configData.getInt("maxPlayers"); + } + + int opt = configData.getInt("opt"); + Integer pay = gb.pay.get("pay"+opt+"_"+maxPlayers); + if(pay == null) { + log.warn("pay no set!"); + throw new WebException(ErrorCode._FAILED); + } + int uid = AccountCache.getAccount(session).id; + if(pay>0) { + ArrayList result_list = Utility.payDiamo(jedis0, session,pay); + if(result_list==null) { + throw new WebException(ErrorCode._FAILED); + } + long result = result_list.get(0); + if(result !=0) { + throw new WebException(ErrorCode.NO_DIAMO); + } + long cur_diamo = result_list.get(1); + Utility.payDiamo(EventType.REDIS_EVENT_CREATE_ROOM, uid, gameId, pay,(int)cur_diamo, 0,0); + } + + List server_ip = jedis0.hmget(svr, "ip", "port"); + String newRoomId = Redis.use("group1_db1").rpop("free_room"); + Redis.use("group1_db1").lpush("free_room", newRoomId); + String createCode = "room:" + newRoomId; + Long timeMillis = System.currentTimeMillis()/1000; + + + Map roomMap = new HashMap(); + roomMap.put("id", newRoomId); + roomMap.put("owner", session); + roomMap.put("svr", svr); + roomMap.put("create_time", timeMillis+""); + + roomMap.put("AA", "0"); + roomMap.put("pay", pay + ""); + roomMap.put("agent", "0"); + roomMap.put("payer", uid+""); + roomMap.put("maxPlayers", maxPlayers + ""); + roomMap.put("times",gb.opt.get(opt)+""); + roomMap.put("opt", opt + ""); + roomMap.put("status", "0"); + configData.del("opt"); + configData.del("AA"); + configData.del("maxPlayers"); + roomMap.put("options", configData.toJson()); + roomMap.put("game", gameId + ""); + roomMap.put("open", "1"); + roomMap.put("round", "0"); + roomMap.put("score_"+uid, "0"); + roomMap.put("players", "["+uid+"]"); + roomMap.put("seats", "[1]"); + jedis0.hmset(createCode, roomMap); + +// if (pay != 0) { +// Utility.payDiamo(EventType.REDIS_EVENT_CREATE_ROOM, uid, gameId, pay, 0); +// } + jedis0.hset(session, "room", createCode); + if(Utility.API_VER == 1) { + jedis0.hset(session, "seat", "1"); + } + + ITObject resData = TObject.newInstance(); + resData.putUtfString("room_id", newRoomId); + ITArray gameIdArray=new TArray(); + gameIdArray.addInt(gameId); + ITObject gameObj = gb.getTObject(); + resData.putTObject("game_info",gameObj); + resData.putUtfString("server_ip", server_ip.get(0)); + resData.putUtfString("server_port", server_ip.get(1)); + sendResponse(ErrorCode._SUCC, resData); + } finally { + if (lock != null) + lock.unlock(false); + jedis0.close(); + } + } + + public static final ITObject publicJoinRoom(String session, String room_key,String platform)throws Exception { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = null; + try { + String finalRoom = room_key; + int uid = AccountCache.getAccount(session).id; + lock = new RedisLock(session, jedis0); + lock.lock(); + + String oldRoom = Utility.getOldRoomV2(jedis0,0,session,uid); + boolean enter_old = false; + if(StringUtil.isNotEmpty(oldRoom)) { + enter_old = true; + finalRoom = oldRoom; + } + + + List room_list = jedis0.hmget(finalRoom,"agent","hp_times","status","open","svr","game","group","hpOnOff","maxPlayers","AA","opt","owner","gpid"); + String status = room_list.get(2); + if(StringUtil.isEmpty(status)) { + throw new WebException(ErrorCode.NO_ROOM_NUM); + } + int _status = Integer.parseInt(status); + if (_status == 3 || _status == 2) { + if(Utility.API_VER == 1) { + jedis0.hdel(session, "room","seat"); + }else { + jedis0.hdel(session, "room"); + } + throw new WebException(ErrorCode.GROUP_ROOM_DEL); + } + + int hp_times = 10; + String agent = room_list.get(0); + + if(StringUtil.isNotEmpty(agent)) { + int _agent = Integer.parseInt(agent); + if(!enter_old&&_agent==1) { + throw new WebException(ErrorCode.ROOM_IS_GROUP); + } + String hp_times_str = room_list.get(1); + hp_times = StringUtil.isNotEmpty(hp_times_str)?Integer.parseInt(hp_times_str):10; + hp_times = _agent==1?hp_times:10; + } + + int gameId = Integer.parseInt(room_list.get(5)); + GameBean gb = GameCache.getGame(gameId); + if(!enter_old) { + String open = room_list.get(3); + if (StringUtil.isEmpty(open) || open.equals("0")) { + throw new WebException(ErrorCode.ROOM_CLOSE); + } + } + + + String svr = room_list.get(4); + if (svr == null || !jedis0.exists(svr)) { + svr = _getSvr(jedis0,gb); + } + if (svr == null) { + throw new WebException(ErrorCode.NO_SERVICE); + } + jedis0.hset(finalRoom, "svr", svr); + jedis0.hset(session, "room", finalRoom); + + ITObject resData = TObject.newInstance(); + resData.putUtfString("room_id", finalRoom.replace("room:", "")); + resData.putInt("hp_times", hp_times); + ITObject gameObj = gb.getTObject(); + resData.putTObject("game_info",gameObj); + resData.putInt("status", _status); + List server_ip = jedis0.hmget(svr, "ip", "port"); + resData.putUtfString("server_ip", server_ip.get(0)); + resData.putUtfString("server_port", server_ip.get(1)); + String g_str = room_list.get(6); + int groupId = 0; + if(StringUtil.isNotEmpty(g_str)) { + groupId = Integer.parseInt(g_str); + + } + String hpOnOff_str = room_list.get(7); + int hpOnOff = 0; + if(StringUtil.isNotEmpty(hpOnOff_str)) { + hpOnOff = Integer.parseInt(hpOnOff_str); + } + resData.putInt("hpOnOff", hpOnOff); + if(groupId>0) { + resData.putInt("groupId", groupId); + String gpid = room_list.get(12); + resData.putInt("pid", StringUtil.isNotEmpty(gpid)?Integer.parseInt(gpid):0); + String gm_key = "gm_"+groupId+"_"+uid; + String lev_str = Redis.use("group1_db10").hget(gm_key, "lev"); + int lev = 3; + if(StringUtil.isNotEmpty(lev_str)) { + lev = Integer.parseInt(lev_str); + } + resData.putInt("lev", lev); + } + + return resData; + } finally { + if (lock != null) + lock.unlock(false); + jedis0.close(); + } + } + + + + /** + * 创建房间 + * + * @param router + * @throws Exception + */ + @ActionKey(value=Protocol.JOIN_ROOM,validate=WebInterceptor.V_SESSION) + public final void joinRoom() throws Exception { + String session = this.getSession(); + ITObject reqData = this.getParams(); + try{ + String room_key = "room:"+reqData.getUtfString("room_id"); + String platform = reqData.getUtfString("platform"); + sendResponse(ErrorCode._SUCC,publicJoinRoom(session, room_key,platform)); + }catch (WebException e) { + sendResponse(e.getCode(),null); + }catch (Exception e) { + e.printStackTrace(); + sendResponse(500,null); + } + + } + + private static final String _getSvr(Jedis jedis0,GameBean gb){ + String svr=null; + Set gamesvrs = gb.svr_list; + Integer conns = null; + for(String str : gamesvrs) { + String currConns = jedis0.hget(str, "conns"); + if (conns == null && currConns != null || (conns != null && currConns != null && Integer.parseInt(currConns) < conns)) { + conns = Integer.parseInt(currConns); + svr = str; + } + } + return svr; + } + + + +} diff --git a/game_web/web_login20/src/main/java/com/mjlogin/util/sms/RedisKey.java b/game_web/web_login20/src/main/java/com/mjlogin/util/sms/RedisKey.java new file mode 100644 index 0000000..1327a92 --- /dev/null +++ b/game_web/web_login20/src/main/java/com/mjlogin/util/sms/RedisKey.java @@ -0,0 +1,8 @@ +package com.mjlogin.util.sms; + +public interface RedisKey { + /** 手机验证码 **/ + String VERIFICATION_CODE = "phone_code_"; + String VERIFICATION_CODE_SEND = "phone_code_send"; + +} diff --git a/game_web/web_login20/src/main/java/com/mjlogin/util/sms/SMSThread.java b/game_web/web_login20/src/main/java/com/mjlogin/util/sms/SMSThread.java new file mode 100644 index 0000000..f783480 --- /dev/null +++ b/game_web/web_login20/src/main/java/com/mjlogin/util/sms/SMSThread.java @@ -0,0 +1,64 @@ +package com.mjlogin.util.sms; + +import java.util.concurrent.LinkedBlockingQueue; +import java.util.concurrent.ThreadPoolExecutor; +import java.util.concurrent.TimeUnit; + +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; + +public class SMSThread { + + private static ThreadPoolExecutor threadPool = new ThreadPoolExecutor(3, 3, 0L, TimeUnit.MILLISECONDS, + new LinkedBlockingQueue()); + + public static boolean sendCode(String phone) { + + String sendkey = RedisKey.VERIFICATION_CODE_SEND + phone; + String codekey = RedisKey.VERIFICATION_CODE + phone; + + try { + + if (!Redis.use().exists(sendkey) && !Redis.use().exists(codekey)) { + + Redis.use().set(sendkey, phone); + Redis.use().expire(sendkey, 120); + + threadPool.execute(new SendTask(phone)); + + return true; + } + } finally { + + } + + return false; + } + + private static final class SendTask implements Runnable { + + private final String phone; + + public SendTask(String phone) { + this.phone = phone; + } + + public void run() { + try { + + String code = SMSVerification.send(phone); + if (StringUtil.isNotEmpty(code)) { + + String key = RedisKey.VERIFICATION_CODE + phone; + Redis.use().set(key, code); + Redis.use().expire(key, 120); + } + + String sendkey = RedisKey.VERIFICATION_CODE_SEND + phone; + Redis.use().del(sendkey); + } catch (Exception e) { + + } + } + } +} diff --git a/game_web/web_login20/src/main/java/com/mjlogin/util/sms/SMSVerification.java b/game_web/web_login20/src/main/java/com/mjlogin/util/sms/SMSVerification.java new file mode 100644 index 0000000..7e09d7e --- /dev/null +++ b/game_web/web_login20/src/main/java/com/mjlogin/util/sms/SMSVerification.java @@ -0,0 +1,120 @@ +package com.mjlogin.util.sms; + +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +import com.aliyuncs.CommonRequest; +import com.aliyuncs.CommonResponse; +import com.aliyuncs.DefaultAcsClient; +import com.aliyuncs.IAcsClient; +import com.aliyuncs.exceptions.ClientException; +import com.aliyuncs.exceptions.ServerException; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.profile.DefaultProfile; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.core.util.Utils; + + +/** + * 短信验证 + */ +public class SMSVerification { + + private static Logger logger = Logger.getLogger(SMSVerification.class); + + /**短信API产品域名*/ + final static String domain = "dysmsapi.aliyuncs.com"; + /**你的accessKeyId*/ + final static String accessKeyId = "LTAI4FmrV5FnBy4EeRrk8oRh"; + /**你的accessKeySecret*/ + final static String accessKeySecret = "wdsbFdYXARh8riHg51KNw1KLjVzKmR"; + /**短信版本*/ + final static String version="2017-05-25"; + final static String regionId = "cn_beijing"; + /**action SendSms*/ + final static String action = "SendSms"; + /**短信模板*/ + final static String templateCode = "SMS_185575736"; + /**短信签名*/ + final static String signName = "找团长"; + + public static String hidePhone(String phone) { + String phone_4 = phone.substring(3, 7); + phone = phone.replace(phone_4, "****"); + return phone; + } + + /** + * 获取一个指定长度的N位随机数 + */ + public static int getFixLenthString(int length) { + int tempInt = Utils.rand.nextInt((int) Math.pow(10, length)); + if (tempInt < 100000) { + return getFixLenthString(length); + } + return tempInt; + } + + // 生成短信验证码 + private static String verificationCode() { + return getFixLenthString(6)+""; + } + + public static void main(String[] args) { + // send("13267171517");template_id parameter_2 + System.out.println(isValidPhone("18610826573")); + } + + public static String send(String phoneNumber) { + DefaultProfile profile = DefaultProfile.getProfile(regionId, accessKeyId, accessKeySecret); + IAcsClient client = new DefaultAcsClient(profile); + + String code = verificationCode(); + CommonRequest request = new CommonRequest(); + request.setMethod(MethodType.POST); + request.setDomain(domain); + request.setVersion(version); + request.setAction(action); + request.putQueryParameter("RegionId", regionId); + request.putQueryParameter("PhoneNumbers", phoneNumber); + request.putQueryParameter("SignName", signName); + request.putQueryParameter("TemplateCode", templateCode); + request.putQueryParameter("TemplateParam", "{\"code\":\""+code+"\"}"); + try { + CommonResponse response = client.getCommonResponse(request); + String data = response.getData(); + if(StringUtil.isNotEmpty(data)) { + ITObject tem = TObject.newFromJsonData(data); + String str_code = tem.getUtfString("Code"); + if(str_code.equals("OK")) { + return code; + } + } + } catch (ServerException e) { + e.printStackTrace(); + } catch (ClientException e) { + e.printStackTrace(); + } + return null; + } + + + + /** + * 是否有效手机号码 + */ + public static boolean isValidPhone(String phoneNumber) { + boolean isValidPhone = false; + String regex = "^((13[0-9])|(14[5|7|9])|(15([0-3]|[5-9]))|(17[01235678])|(18[0-9])|(19[189]))\\d{8}$"; + if (phoneNumber.length() == 11) { + Pattern p = Pattern.compile(regex); + Matcher m = p.matcher(phoneNumber); + isValidPhone = m.matches(); + } + return isValidPhone; + } + +} diff --git a/game_web/web_login20/src/main/webapp/WEB-INF/web.xml b/game_web/web_login20/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..b0b7f3d --- /dev/null +++ b/game_web/web_login20/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,19 @@ + + + + + taurus-web + com.taurus.web.WebFilter + + main + com.mjlogin.MainServer + + + + + taurus-web + /* + + diff --git a/game_web/web_login20/src/main/webapp/config/log4j.properties b/game_web/web_login20/src/main/webapp/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/web_login20/src/main/webapp/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/web_login20/src/main/webapp/config/taurus-core.xml b/game_web/web_login20/src/main/webapp/config/taurus-core.xml new file mode 100644 index 0000000..3362d10 --- /dev/null +++ b/game_web/web_login20/src/main/webapp/config/taurus-core.xml @@ -0,0 +1,97 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 1 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://8.134.123.86:8060/wb_game + root + cssq@2020 + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/src/test/java/web_login/Main.java b/game_web/web_login20/src/test/java/web_login/Main.java new file mode 100644 index 0000000..fe1466d --- /dev/null +++ b/game_web/web_login20/src/test/java/web_login/Main.java @@ -0,0 +1,9 @@ +package web_login; + +import com.taurus.web.JettyServer; + +public class Main { + public static void main(String[] args) { + new JettyServer("src/main/webapp",8079,"/").start(); + } +} diff --git a/game_web/web_login20/target/ROOT.war b/game_web/web_login20/target/ROOT.war new file mode 100644 index 0000000..1641b7f Binary files /dev/null and b/game_web/web_login20/target/ROOT.war differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/MainServer$1.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/MainServer$1.class new file mode 100644 index 0000000..dc3792f Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/MainServer$1.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/MainServer.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/MainServer.class new file mode 100644 index 0000000..3956bf8 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/MainServer.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/Protocol.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/Protocol.class new file mode 100644 index 0000000..9642d73 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/Protocol.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/WebInterceptor.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/WebInterceptor.class new file mode 100644 index 0000000..30e9d6e Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/WebInterceptor.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/AccountService.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/AccountService.class new file mode 100644 index 0000000..e8cff24 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/AccountService.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/IndexService.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/IndexService.class new file mode 100644 index 0000000..65f1430 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/IndexService.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/MilitaryService.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/MilitaryService.class new file mode 100644 index 0000000..13b6639 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/MilitaryService.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/RoomService.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/RoomService.class new file mode 100644 index 0000000..ea4897a Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/service/RoomService.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/RedisKey.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/RedisKey.class new file mode 100644 index 0000000..d1115af Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/RedisKey.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/SMSThread$SendTask.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/SMSThread$SendTask.class new file mode 100644 index 0000000..f6f6b29 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/SMSThread$SendTask.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/SMSThread.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/SMSThread.class new file mode 100644 index 0000000..5e24d25 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/SMSThread.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/SMSVerification.class b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/SMSVerification.class new file mode 100644 index 0000000..3242b9e Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/classes/com/mjlogin/util/sms/SMSVerification.class differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar new file mode 100644 index 0000000..476e0c0 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/activation-1.1.1.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/activation-1.1.1.jar new file mode 100644 index 0000000..1b703ab Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/activation-1.1.1.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/aliyun-java-sdk-core-4.0.3.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/aliyun-java-sdk-core-4.0.3.jar new file mode 100644 index 0000000..eeab8e4 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/aliyun-java-sdk-core-4.0.3.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar new file mode 100644 index 0000000..8d283e4 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/commons-codec-1.9.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/commons-codec-1.9.jar new file mode 100644 index 0000000..ef35f1c Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/commons-codec-1.9.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/commons-logging-1.2.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/commons-logging-1.2.jar new file mode 100644 index 0000000..93a3b9f Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/commons-logging-1.2.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar new file mode 100644 index 0000000..fdf8b6f Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar new file mode 100644 index 0000000..8a11062 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/data_cache-1.0.1.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/gson-2.8.5.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/gson-2.8.5.jar new file mode 100644 index 0000000..0d5baf3 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/gson-2.8.5.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/httpclient-4.5.3.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/httpclient-4.5.3.jar new file mode 100644 index 0000000..8af4561 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/httpclient-4.5.3.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/httpcore-4.4.6.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/httpcore-4.4.6.jar new file mode 100644 index 0000000..16ed0d1 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/httpcore-4.4.6.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/jaxb-api-2.1.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/jaxb-api-2.1.jar new file mode 100644 index 0000000..be3d6dc Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/jaxb-api-2.1.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/jaxb-core-2.1.14.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/jaxb-core-2.1.14.jar new file mode 100644 index 0000000..2329ef1 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/jaxb-core-2.1.14.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/jaxb-impl-2.1.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/jaxb-impl-2.1.jar new file mode 100644 index 0000000..f3341e5 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/jaxb-impl-2.1.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/jdom-1.0.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/jdom-1.0.jar new file mode 100644 index 0000000..288e64c Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/jdom-1.0.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar new file mode 100644 index 0000000..f4d27d3 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/jedis-2.9.0.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar new file mode 100644 index 0000000..1d425cf Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/log4j-1.2.17.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar new file mode 100644 index 0000000..dd45f8c Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/mysql-connector-java-8.0.16.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar new file mode 100644 index 0000000..8a18789 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar new file mode 100644 index 0000000..158c1c2 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/quartz-2.2.3.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar new file mode 100644 index 0000000..0143c09 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/stax-api-1.0-2.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/stax-api-1.0-2.jar new file mode 100644 index 0000000..015169d Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/stax-api-1.0-2.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar new file mode 100644 index 0000000..f0a8402 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/taurus-core-1.0.1.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar b/game_web/web_login20/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar new file mode 100644 index 0000000..51a4573 Binary files /dev/null and b/game_web/web_login20/target/ROOT/WEB-INF/lib/taurus-web-1.0.1.jar differ diff --git a/game_web/web_login20/target/ROOT/WEB-INF/web.xml b/game_web/web_login20/target/ROOT/WEB-INF/web.xml new file mode 100644 index 0000000..b0b7f3d --- /dev/null +++ b/game_web/web_login20/target/ROOT/WEB-INF/web.xml @@ -0,0 +1,19 @@ + + + + + taurus-web + com.taurus.web.WebFilter + + main + com.mjlogin.MainServer + + + + + taurus-web + /* + + diff --git a/game_web/web_login20/target/ROOT/config/log4j.properties b/game_web/web_login20/target/ROOT/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/game_web/web_login20/target/ROOT/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/game_web/web_login20/target/ROOT/config/taurus-core.xml b/game_web/web_login20/target/ROOT/config/taurus-core.xml new file mode 100644 index 0000000..be00d30 --- /dev/null +++ b/game_web/web_login20/target/ROOT/config/taurus-core.xml @@ -0,0 +1,99 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 5 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/wb_game + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game_web/web_login20/target/classes/com/mjlogin/MainServer$1.class b/game_web/web_login20/target/classes/com/mjlogin/MainServer$1.class new file mode 100644 index 0000000..dc3792f Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/MainServer$1.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/MainServer.class b/game_web/web_login20/target/classes/com/mjlogin/MainServer.class new file mode 100644 index 0000000..3956bf8 Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/MainServer.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/Protocol.class b/game_web/web_login20/target/classes/com/mjlogin/Protocol.class new file mode 100644 index 0000000..9642d73 Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/Protocol.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/WebInterceptor.class b/game_web/web_login20/target/classes/com/mjlogin/WebInterceptor.class new file mode 100644 index 0000000..30e9d6e Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/WebInterceptor.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/service/AccountService.class b/game_web/web_login20/target/classes/com/mjlogin/service/AccountService.class new file mode 100644 index 0000000..e8cff24 Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/service/AccountService.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/service/IndexService.class b/game_web/web_login20/target/classes/com/mjlogin/service/IndexService.class new file mode 100644 index 0000000..65f1430 Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/service/IndexService.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/service/MilitaryService.class b/game_web/web_login20/target/classes/com/mjlogin/service/MilitaryService.class new file mode 100644 index 0000000..13b6639 Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/service/MilitaryService.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/service/RoomService.class b/game_web/web_login20/target/classes/com/mjlogin/service/RoomService.class new file mode 100644 index 0000000..ea4897a Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/service/RoomService.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/util/sms/RedisKey.class b/game_web/web_login20/target/classes/com/mjlogin/util/sms/RedisKey.class new file mode 100644 index 0000000..d1115af Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/util/sms/RedisKey.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/util/sms/SMSThread$SendTask.class b/game_web/web_login20/target/classes/com/mjlogin/util/sms/SMSThread$SendTask.class new file mode 100644 index 0000000..f6f6b29 Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/util/sms/SMSThread$SendTask.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/util/sms/SMSThread.class b/game_web/web_login20/target/classes/com/mjlogin/util/sms/SMSThread.class new file mode 100644 index 0000000..5e24d25 Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/util/sms/SMSThread.class differ diff --git a/game_web/web_login20/target/classes/com/mjlogin/util/sms/SMSVerification.class b/game_web/web_login20/target/classes/com/mjlogin/util/sms/SMSVerification.class new file mode 100644 index 0000000..3242b9e Binary files /dev/null and b/game_web/web_login20/target/classes/com/mjlogin/util/sms/SMSVerification.class differ diff --git a/game_web/web_login20/target/maven-archiver/pom.properties b/game_web/web_login20/target/maven-archiver/pom.properties new file mode 100644 index 0000000..a7a0a66 --- /dev/null +++ b/game_web/web_login20/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Wed Nov 27 21:07:07 GMT+08:00 2024 +version=1.0.0 +groupId=com.mjlogin +artifactId=web_login diff --git a/game_web/web_login20/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/game_web/web_login20/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..905f509 --- /dev/null +++ b/game_web/web_login20/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,12 @@ +com\mjlogin\util\sms\SMSThread$SendTask.class +com\mjlogin\util\sms\SMSThread.class +com\mjlogin\util\sms\RedisKey.class +com\mjlogin\MainServer$1.class +com\mjlogin\service\IndexService.class +com\mjlogin\MainServer.class +com\mjlogin\service\AccountService.class +com\mjlogin\service\MilitaryService.class +com\mjlogin\WebInterceptor.class +com\mjlogin\service\RoomService.class +com\mjlogin\util\sms\SMSVerification.class +com\mjlogin\Protocol.class diff --git a/game_web/web_login20/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/game_web/web_login20/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..283ae5c --- /dev/null +++ b/game_web/web_login20/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,10 @@ +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\main\java\com\mjlogin\service\RoomService.java +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\main\java\com\mjlogin\util\sms\RedisKey.java +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\main\java\com\mjlogin\util\sms\SMSVerification.java +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\main\java\com\mjlogin\WebInterceptor.java +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\main\java\com\mjlogin\service\AccountService.java +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\main\java\com\mjlogin\service\MilitaryService.java +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\main\java\com\mjlogin\service\IndexService.java +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\main\java\com\mjlogin\MainServer.java +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\main\java\com\mjlogin\util\sms\SMSThread.java +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\main\java\com\mjlogin\Protocol.java diff --git a/game_web/web_login20/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/game_web/web_login20/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..f1f4478 --- /dev/null +++ b/game_web/web_login20/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +web_login\Main.class diff --git a/game_web/web_login20/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/game_web/web_login20/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..041cb7b --- /dev/null +++ b/game_web/web_login20/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\game_web\web_login20\src\test\java\web_login\Main.java diff --git a/game_web/web_login20/target/test-classes/web_login/Main.class b/game_web/web_login20/target/test-classes/web_login/Main.class new file mode 100644 index 0000000..3c1a74d Binary files /dev/null and b/game_web/web_login20/target/test-classes/web_login/Main.class differ diff --git a/libs/data_cache/config/log4j.properties b/libs/data_cache/config/log4j.properties new file mode 100644 index 0000000..60b65bc --- /dev/null +++ b/libs/data_cache/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/evt_mgr.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/libs/data_cache/config/mpnet-tools.xml b/libs/data_cache/config/mpnet-tools.xml new file mode 100644 index 0000000..0fc606d --- /dev/null +++ b/libs/data_cache/config/mpnet-tools.xml @@ -0,0 +1,93 @@ + + + + + + 80 + + 2 + + 10 + + -1 + + true + + true + + true + + select 1 + + 180000 + + 60000 + + 30000 + + false + + 300000 + + false + + -1 + + + + + db1 + com.mysql.jdbc.Driver + jdbc:mysql://127.0.0.1:8060/wb_game + root + root + + + + + + + + 80 + + 8 + + 2 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/data_cache/pom.xml b/libs/data_cache/pom.xml new file mode 100644 index 0000000..33adc3c --- /dev/null +++ b/libs/data_cache/pom.xml @@ -0,0 +1,63 @@ + + 4.0.0 + + com.data + data_cache + 1.0.1 + jar + + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + + + + com.taurus + taurus-core + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + log4j + log4j + 1.2.17 + + + + + data_cache + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + UTF-8 + + + + + + diff --git a/libs/data_cache/src/main/java/com/data/bean/AccountBean.java b/libs/data_cache/src/main/java/com/data/bean/AccountBean.java new file mode 100644 index 0000000..5976064 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/bean/AccountBean.java @@ -0,0 +1,37 @@ +package com.data.bean; + +import java.util.Map; + +import com.taurus.core.util.StringUtil; + + +/** + * account bean class + * + */ +public class AccountBean extends BaseBean{ + + public String nick; + public String portrait; + public int type; + public int mng; + public int sex; + public String ip; + + public void fillData(Map redis_map) { + String _id = redis_map.get("id"); + if(StringUtil.isEmpty(_id)) { + this.del = true; + return; + } + this.id =Integer.parseInt(_id); + this.nick = redis_map.get("nick"); + this.portrait = redis_map.get("portrait"); + this.ip = redis_map.get("ip"); + this.type = Integer.parseInt(redis_map.get("type")); + this.sex = Integer.parseInt(redis_map.get("sex")); + if(this.sex == 0)this.sex = 1; + } + + +} diff --git a/libs/data_cache/src/main/java/com/data/bean/BaseBean.java b/libs/data_cache/src/main/java/com/data/bean/BaseBean.java new file mode 100644 index 0000000..f36ec34 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/bean/BaseBean.java @@ -0,0 +1,34 @@ +package com.data.bean; + +import java.util.Map; + +/** + * base bean class. + */ +public class BaseBean { + /** + * id + */ + public int id; + /** + * redis key + */ + public String redis_key; + /** + * cache version. + */ + public volatile long cache_ver; + + /** + * cache last time. + */ + public volatile long cache_time; + /** + * 标记是否删除 + */ + public volatile boolean del; + + public void fillData(Map map) { + + } +} diff --git a/libs/data_cache/src/main/java/com/data/bean/GameBean.java b/libs/data_cache/src/main/java/com/data/bean/GameBean.java new file mode 100644 index 0000000..cef648f --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/bean/GameBean.java @@ -0,0 +1,105 @@ +package com.data.bean; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Set; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; + + + +/** + * game bean class. + * + */ +public class GameBean extends BaseBean{ + + /** + * name + */ + public String name; + /** + * 最大人数 + */ + public int maxPlayers; + /** + * 体力值类型 + */ + public int hpType; + /** + * 包名 + */ + public String bundle; + /** + * 局数设置 + */ + public Map opt; + /** + * 版本 + */ + public String version; + + public int gameType; + + /** + * 服务器列表 + */ + public Set svr_list; + /** + * 支付设置 + */ + public Map pay; + /**不可负分*/ + public int isNonnegative ; + + + + public void fillData(Map redis_map) { +// Map redis_map = jedis.hgetAll(redis_key); + if(redis_map.isEmpty()) { + this.del = true; + return; + } + this.id = Integer.parseInt(redis_map.get("id")); + this.name = redis_map.get("name"); + this.bundle = redis_map.get("bundle"); + this.maxPlayers =Integer.parseInt(redis_map.get("maxPlayers")); + this.hpType =Integer.parseInt(redis_map.get("hpType")); + this.opt = new HashMap<>(); + for(int i=1;i<=5;++i) { + String key = "opt"+i; + this.opt.put(i, Integer.parseInt(redis_map.get(key))); + } + this.version = redis_map.get("version"); + this.gameType =Integer.parseInt( redis_map.get("gameType")); + this.isNonnegative = Integer.parseInt(redis_map.get("isNonnegative")); + this.svr_list = Redis.use("group1_db1").smembers("game_svr:" + id); + + this.pay = new HashMap<>(); + for (Entry entry : redis_map.entrySet()) { + String key = entry.getKey(); + if(key.startsWith("pay")) { + this.pay.put(key, Integer.parseInt(entry.getValue())); + } + } + } + + public ITObject getTObject() { + ITObject obj = TObject.newInstance(); + obj.putInt("game_id", id); + obj.putString("name", name); + obj.putString("bundle", bundle); + obj.putInt("hpType", hpType); + obj.putString("version", version); + obj.putInt("gameType", gameType); + obj.putInt("isNonnegative", isNonnegative); + return obj; + } + + public static String genKey(int gid) { + return "game:" + gid; + } +} diff --git a/libs/data_cache/src/main/java/com/data/bean/GroupBean.java b/libs/data_cache/src/main/java/com/data/bean/GroupBean.java new file mode 100644 index 0000000..07994be --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/bean/GroupBean.java @@ -0,0 +1,76 @@ +package com.data.bean; + +import java.util.Map; + +import com.data.cache.GroupMemberCache; +import com.data.cache.GroupPlayCache; + +public class GroupBean extends BaseBean{ + /** + * name + */ + public String name; + public int owner; + public int type; + public int create_time; + public int ban; + public int gms; + public int pay_type; + public int stop; + public int ban_apply; + public int dissolve_opt; + public int kick_opt; + public boolean ban_chat1; + public boolean ban_chat2; + public int exit_opt; + public int option; + public int show_num; + public GroupMemberCache memberCache; + + public GroupPlayCache playCache; + + public void fillData(Map map) { + if(map.isEmpty()) { + this.del = true; + return; + } + int opt = Integer.parseInt(map.get("opt")); + if(opt!=1) { + this.del = true; + return; + } + this.id = Integer.parseInt(map.get("id")); + this.name = map.get("name"); + this.type = Integer.parseInt(map.get("type")); + this.create_time = Integer.parseInt(map.get("create_time")); + this.ban = Integer.parseInt(map.get("ban")); + this.gms = Integer.parseInt(map.get("gms")); + this.owner = Integer.parseInt(map.get("owner")); + this.pay_type = Integer.parseInt(map.get("pay_type")); + if(map.containsKey("stop")) { + this.stop = Integer.parseInt(map.get("stop")); + } + if(map.containsKey("ban_apply")) { + this.ban_apply = Integer.parseInt(map.get("ban_apply")); + } + kick_opt = Integer.parseInt(map.get("kick_opt")); + dissolve_opt = Integer.parseInt(map.get("dissolve_opt")); + if(map.containsKey("ban_chat1")) { + this.ban_chat1 = Boolean.parseBoolean(map.get("ban_chat1")); + } + if(map.containsKey("ban_chat2")) { + this.ban_chat2 = Boolean.parseBoolean(map.get("ban_chat2")); + } + if(map.containsKey("exit_opt")) { + this.exit_opt = Integer.parseInt(map.get("exit_opt")); + } + + if(map.containsKey("option")) { + this.option = Integer.parseInt(map.get("option")); + } + + if(map.containsKey("show_num")) { + this.show_num = Integer.parseInt(map.get("show_num")); + } + } +} diff --git a/libs/data_cache/src/main/java/com/data/bean/GroupMemberBean.java b/libs/data_cache/src/main/java/com/data/bean/GroupMemberBean.java new file mode 100644 index 0000000..1dd9cbc --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/bean/GroupMemberBean.java @@ -0,0 +1,60 @@ +package com.data.bean; + +import java.util.Map; + +public class GroupMemberBean extends BaseBean{ + public int groupId; + public int parentId; + public int partnerLev; + public int lev; + public int ban; + public int top_time; + public int join_time; + public int last_time; + public int permission; + public int score; + + public int queueid; //分组号用于幸运号看到对应的用户分组号 + public int seeid; //幸运号看到的分组id + + public GroupMemberBean(int gid) { + this.groupId = gid; + } + + public void fillData(Map map) { + if(map.isEmpty()) { + this.del = true; + return; + } + int opt = Integer.parseInt(map.get("opt")); + if(opt!=1) { + this.del = true; + return; + } + this.id = Integer.parseInt(map.get("uid")); + this.parentId = Integer.parseInt(map.get("parentId")); + this.partnerLev = Integer.parseInt(map.get("partnerLev")); + this.lev = Integer.parseInt(map.get("lev")); + this.ban = Integer.parseInt(map.get("ban")); + this.top_time = Integer.parseInt(map.get("top_time")); + this.join_time = Integer.parseInt(map.get("join_time")); + if(map.containsKey("last_time")) { + this.last_time = Integer.parseInt(map.get("last_time")); + } + if(map.containsKey("permission")) { + this.permission = Integer.parseInt(map.get("permission")); + } + if(map.containsKey("score")) { + this.score = Integer.parseInt(map.get("score")); + } + + if(map.containsKey("queueid")) { + this.queueid = Integer.parseInt(map.get("queueid")); + } + + if(map.containsKey("seeid")) { + this.seeid = Integer.parseInt(map.get("seeid")); + } + + } +} diff --git a/libs/data_cache/src/main/java/com/data/bean/GroupPlayBean.java b/libs/data_cache/src/main/java/com/data/bean/GroupPlayBean.java new file mode 100644 index 0000000..daea361 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/bean/GroupPlayBean.java @@ -0,0 +1,148 @@ +package com.data.bean; + +import java.util.Map; + +import com.data.cache.GameCache; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class GroupPlayBean extends BaseBean { + public ITObject data = null; + public ITObject simp_data = null; + public int pay_type; + public int gameType; + public int gameId; + public int maxPlayers; + public String config; + public String hpConfig; + public int hp_times; + public int hpOnOff; + public int ban; + public boolean mark; + public String name; + public int deskId; + public int reward; + public int xipai_reward; + public int rewardType; + public int rewardValueType; + public int xipai_rewardType; + public int xipai_rewardValueType; + + public int anchou_reward; + public int anchou_rewardType; + public int anchou_rewardValueType; + + public int robot_room; + + public ITObject configData; + + public void fillData(Map map) { + if(!map.get("opt").equals("1")) { + this.del = true; + return; + } + ITObject obj = data; + if(obj==null) { + obj = TObject.newInstance(); + this.data = obj; + } + this.id = Integer.parseInt(map.get("id")); + this.name = map.get("name"); + this.gameId = Integer.parseInt(map.get("gameId")); + this.config = map.get("config"); + this.hpConfig = map.get("hpData"); + this.hpOnOff = Integer.parseInt(map.get("hpOnOff")); + this.hp_times = Integer.parseInt(map.get("hp_times")); + this.ban = map.containsKey("ban") ? Integer.parseInt(map.get("ban")) : 0; + + int iMark = map.containsKey("mark") ? Integer.parseInt(map.get("mark")) : 0; + this.mark = iMark==1 ? true : false; + + this.reward = Integer.parseInt(map.get("reward")); + this.xipai_reward = 100000000; + if(map.get("xipai_reward") != null) { + this.xipai_reward = Integer.parseInt(map.get("xipai_reward")); + } + this.rewardType = Integer.parseInt(map.get("rewardType")); + this.rewardValueType = 1; + if(map.get("rewardValueType") != null) { + this.rewardValueType = Integer.parseInt(map.get("rewardValueType")); + } + + this.xipai_rewardType = 1; + if(map.get("xipai_rewardType") != null) { + this.xipai_rewardType = Integer.parseInt(map.get("xipai_rewardType")); + } + + this.xipai_rewardValueType = 1; + if(map.get("xipai_rewardValueType") != null) { + this.xipai_rewardValueType = Integer.parseInt(map.get("xipai_rewardValueType")); + } + + this.anchou_reward = 100000000; + if(map.get("anchou_reward") != null) { + this.anchou_reward = Integer.parseInt(map.get("anchou_reward")); + } + + this.anchou_rewardType = 1; + if(map.get("anchou_rewardType") != null) { + this.anchou_rewardType = Integer.parseInt(map.get("anchou_rewardType")); + } + + this.anchou_rewardValueType = 1; + if(map.get("anchou_rewardValueType") != null) { + this.anchou_rewardValueType = Integer.parseInt(map.get("anchou_rewardValueType")); + } + + this.robot_room = 0; + if(map.get("robot_room") != null) { + this.robot_room = Integer.parseInt(map.get("robot_room")); + } + if(map.get("deskId") != null) { + this.deskId = Integer.parseInt(map.get("deskId")); + } + + obj.putInt("id", this.id); + obj.putString("name", this.name); + obj.putInt("gameId", gameId); + obj.putInt("deskId", this.deskId); + obj.putString("config", config); + obj.putString("hpData", hpConfig); + obj.putInt("hp_times", hp_times); + obj.putInt("hpOnOff", hpOnOff); + obj.putInt("reward", reward); + obj.putInt("xipai_reward", xipai_reward); + obj.putInt("rewardType", rewardType); + obj.putInt("rewardValueType", rewardValueType); + obj.putInt("xipai_rewardType", xipai_rewardType); + obj.putInt("xipai_rewardValueType", xipai_rewardValueType); + + obj.putInt("anchou_reward", anchou_reward); + obj.putInt("anchou_rewardType", anchou_rewardType); + obj.putInt("anchou_rewardValueType", anchou_rewardValueType); + + obj.putInt("ban", ban); + obj.putBoolean("mark", mark); + + GameBean gb = GameCache.getGame(gameId); + obj.putString("game_name", gb.name); + + configData = TObject.newFromJsonData(map.get("config")); + maxPlayers = gb.maxPlayers; + if(configData.containsKey("maxPlayers")) { + maxPlayers = configData.getInt("maxPlayers"); + } + obj.putInt("maxPlayers", maxPlayers); + + if(simp_data==null) { + simp_data = TObject.newInstance(); + } + + simp_data.putInt("gameId", gameId); + simp_data.putInt("id", this.id); + simp_data.putInt("hpOnOff", obj.getInt("hpOnOff")); + simp_data.putInt("maxPlayers", maxPlayers); + simp_data.putString("name", obj.getString("name")); + simp_data.putInt("deskId", this.deskId); + } +} diff --git a/libs/data_cache/src/main/java/com/data/cache/AccountCache.java b/libs/data_cache/src/main/java/com/data/cache/AccountCache.java new file mode 100644 index 0000000..d6b7ca0 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/cache/AccountCache.java @@ -0,0 +1,43 @@ +package com.data.cache; + +import com.data.bean.AccountBean; +import com.data.bean.BaseBean; + +/** + * account cache class. + */ +public class AccountCache extends BaseCache{ + + protected AccountCache() { + super("{user}:","group1_db0"); + } + + + static AccountCache inst; + + + public static AccountBean getAccount(int id) { + if(inst==null)inst = new AccountCache(); + return inst.getBean(id); + } + + public static AccountBean getAccount(String session) { + if(inst==null)inst = new AccountCache(); + return inst.getBean(session); + } + + + @Override + protected BaseBean newBean() { + return new AccountBean(); + } + + public static void clearData() { + if(inst==null)inst = new AccountCache(); + inst.clearExpireData(); + } + + public static String genKey(int gid) { + return "{user}:" + gid; + } +} diff --git a/libs/data_cache/src/main/java/com/data/cache/BaseCache.java b/libs/data_cache/src/main/java/com/data/cache/BaseCache.java new file mode 100644 index 0000000..a29f085 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/cache/BaseCache.java @@ -0,0 +1,222 @@ +package com.data.cache; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; + +import com.data.bean.BaseBean; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; + +/** + * base cache class. + * + */ +public abstract class BaseCache { + private static final String VER_KEY= "cache_ver"; + private static final String MAIN_KEY= "id"; + protected ConcurrentMap mapByKey = new ConcurrentHashMap<>(); + protected ConcurrentMap mapById = new ConcurrentHashMap<>(); + protected String key; + protected String cacheKey; + protected int fillSize; + /**默认1秒*/ + protected int readTime = 1000; + + protected BaseCache(String key,String cacheKey) { + this.key = key; + this.cacheKey = cacheKey; + } + + private long readVersion(String str_ver) { + if(StringUtil.isEmpty(str_ver)) { + return -1; + } + int cache_ver = Integer.parseInt(str_ver); + return cache_ver; + } + + /** + * 版本KEY更新 + * @param jedis + * @param key + */ + public static void updateCacheVer(Jedis jedis,String key) { + jedis.hincrBy(key, VER_KEY, 1); + } + + /** + * new bean class + * @return + */ + protected abstract BaseBean newBean(); + + /** + * 主键KEY + * @return + */ + protected String mainKey() { + return MAIN_KEY; + } + + protected BaseBean fillBean(BaseBean bean){ + Jedis jedis = Redis.use(cacheKey).getJedis(); + try { + String str_ver = null; + long cache_ver = -1; + if(System.currentTimeMillis() - bean.cache_time >= readTime) { + List list = jedis.hmget(bean.redis_key, mainKey(),VER_KEY); + if(StringUtil.isEmpty(list.get(0))) { + bean.del = true; + }else { + str_ver = list.get(1); + cache_ver = readVersion(str_ver); + if(bean.cache_ver > 0 && cache_ver==-1) { + cache_ver = bean.cache_ver; + } + + bean.cache_time = System.currentTimeMillis(); + } + }else { + cache_ver = bean.cache_ver; + } + + if(!bean.del && (cache_ver == -1 || bean.cache_ver < cache_ver)) { + Map map = jedis.hgetAll(bean.redis_key); + try { + if(map==null || map.size() == 0){ + bean.del = true; + }else { + bean.fillData(map); + } + }catch (Exception e) { + throw new RuntimeException(bean.redis_key, e); + } + + if(!bean.del) { + mapById.put(bean.id, bean); + mapByKey.put(bean.redis_key, bean); + bean.del = false; + str_ver = map.get(VER_KEY); + cache_ver = readVersion(str_ver); + bean.cache_ver = bean.cache_ver > cache_ver ? bean.cache_ver : cache_ver; + } + } + + if(bean.del) { + mapById.remove(bean.id); + mapByKey.remove(bean.redis_key); + return null; + } + + }finally { + jedis.close(); + } + return bean; + } + + private String genKey(int id) { + String s_id = fillSize>0?(String.format("%0"+fillSize+"d", id)):(id+StringUtil.Empty); + String key = this.key + s_id; + return key; + } + + /** + * get bean by id + * @param id + * @return + */ + @SuppressWarnings("unchecked") + public T getBean(int id){ + String key = genKey(id); + synchronized (key) { + BaseBean bean = mapById.get(id); + if(bean==null) { + bean = newBean(); + bean.id = id; + bean.redis_key = key; + }else { + if(bean.del) { + return null; + } + } + return (T) fillBean(bean); + } + } + + /** + * get bean by key + * @param key + * @return + */ + @SuppressWarnings("unchecked") + public T getBean(String key){ + synchronized (key) { + BaseBean bean = mapByKey.get(key); + if(bean==null) { + bean = newBean(); + bean.redis_key = key; + }else { + if(bean.del) { + return null; + } + } + return (T) fillBean(bean); + } + } + + /** + * delete bean by id + * @param id + * @return + */ + public boolean delBean(int id) { + BaseBean bean = mapById.get(id); + if(bean!=null) { + bean.del = true; + return true; + } + return false; + } + + /** + * delete bean by key + * @param key + * @return + */ + public boolean delBean(String key) { + BaseBean bean = mapByKey.get(key); + if(bean!=null) { + bean.del = true; + return true; + } + return false; + } + + /** + * clear expire data + */ + public synchronized void clearExpireData() { + List list = new ArrayList<>(mapById.values()); + for(BaseBean bean : list) { + if(bean.del || System.currentTimeMillis() - bean.cache_time > 180000) { + bean.del = true; + mapById.remove(bean.id); + mapByKey.remove(bean.redis_key); + } + } + } + + /** + * clear all + */ + public synchronized void clear() { + this.mapById.clear(); + this.mapByKey.clear(); + } + +} diff --git a/libs/data_cache/src/main/java/com/data/cache/GameCache.java b/libs/data_cache/src/main/java/com/data/cache/GameCache.java new file mode 100644 index 0000000..ba49b37 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/cache/GameCache.java @@ -0,0 +1,44 @@ +package com.data.cache; + +import com.data.bean.BaseBean; +import com.data.bean.GameBean; + +/** + * game cache class. + */ +public class GameCache extends BaseCache{ + + protected GameCache() { + super("game:","group1_db1"); + } + + static GameCache inst; + + public static GameBean getGame(int id) { + if(inst==null) { + inst = new GameCache(); + } + return inst.getBean(id); + } + + public static GameBean getGame(String key) { + if(inst==null) { + inst = new GameCache(); + } + return inst.getBean(key); + } + + @Override + protected BaseBean newBean() { + return new GameBean(); + } + + public static void clearData() { + if(inst==null)inst = new GameCache(); + inst.clearExpireData(); + } + + public static String genKey(int gid) { + return "game_" + gid; + } +} diff --git a/libs/data_cache/src/main/java/com/data/cache/GroupCache.java b/libs/data_cache/src/main/java/com/data/cache/GroupCache.java new file mode 100644 index 0000000..38a72df --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/cache/GroupCache.java @@ -0,0 +1,121 @@ +package com.data.cache; + +import com.data.bean.BaseBean; +import com.data.bean.GroupBean; +import com.data.bean.GroupMemberBean; +import com.data.bean.GroupPlayBean; + +public class GroupCache extends BaseCache{ + static GroupCache inst; + + protected GroupCache() { + super("group:", "group1_db11"); + this.readTime = 0; + } + + @Override + protected BaseBean newBean() { + return new GroupBean(); + } + + private static GroupCache me() { + if (inst == null) { + inst = new GroupCache(); + } + return inst; + } + + public static void clearData() { + me().clearExpireData(); + } + + public static GroupBean getGroup(int id) { + return me().getBean(id); + } + + public static GroupBean getGroup(String key) { + return me().getBean(key); + } + + public static GroupMemberBean getMember(int gid, int uid) { + GroupBean gb = getGroup(gid); + if (gb != null) { + synchronized (gb) { + if (gb.memberCache == null) { + gb.memberCache = new GroupMemberCache(gid); + } + } + return gb.memberCache.getBean(uid); + } + return null; + } + + public static GroupPlayBean getPlay(int gid, int pid) { + GroupBean gb = getGroup(gid); + if (gb != null) { + synchronized (gb) { + if (gb.playCache == null) { + gb.playCache = new GroupPlayCache(gid,gb.pay_type); + } + } + return gb.playCache.getBean(pid); + } + return null; + } + + public static String genGroupsKey(int uid) { + return "groups:" + uid; + } + + public static String genKey(int gid) { + return "group:" + gid; + } + + public static String genRewardKey(int gid,int pid) { + return "g{" + gid+"}:reward:"+pid; + } + + public static String genXiPaiRewardKey(int gid,int pid) { + return "g{" + gid+"}:xipai_reward:"+pid; + } + + public static String genAnChouRewardKey(int gid,int pid) { + return "g{" + gid+"}:anchou_reward:"+pid; + } + + public static String genRoomsKey(int gid) { + return "g{" + gid+"}:rooms"; + } + + public static String genPidsKey(int gid) { + return "g{" + gid + "}:pids"; + } + + public static String genPlayKey(int gid,int pid) { + return "g{" + gid + "}:play:" + pid; + } + + public static String genBanKey(int gid,int uid) { + return "g{" + gid+"}:ban:"+uid; + } + + public static String genMemberListKey(int gid,int uid) { + return "g{"+gid+"}:member_list:"+uid; + } + + public static String genParListKey(int gid,int uid) { + return "g{"+gid+"}:par_list:"+uid; + } + + public static String genJoinsKey(int gid) { + return "gmjs_"+gid; + } + + public static String genMailKey(int gid,int uid) { + return "g{"+gid+"}:mail:"+uid; + } + + public static String genMailTipKey(int gid) { + return "g{"+gid+"}:mail_tip"; + } +} diff --git a/libs/data_cache/src/main/java/com/data/cache/GroupMemberCache.java b/libs/data_cache/src/main/java/com/data/cache/GroupMemberCache.java new file mode 100644 index 0000000..3a42942 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/cache/GroupMemberCache.java @@ -0,0 +1,32 @@ +package com.data.cache; + +import com.data.bean.BaseBean; +import com.data.bean.GroupMemberBean; + +public class GroupMemberCache extends BaseCache{ + private static final String MAIN_KEY= "join_time"; + private int groupId; + + public GroupMemberCache(int gid) { + super("g{"+gid+"}:m", "group1_db10"); + this.groupId = gid; + this.readTime = 0; + } + + @Override + protected BaseBean newBean() { + return new GroupMemberBean(groupId); + } + + /** + * 主键KEY + * @return + */ + protected String mainKey() { + return MAIN_KEY; + } + + public static String genKey(int gid, int uid) { + return String.format("g{%s}:m%s", gid, uid); + } +} diff --git a/libs/data_cache/src/main/java/com/data/cache/GroupPlayCache.java b/libs/data_cache/src/main/java/com/data/cache/GroupPlayCache.java new file mode 100644 index 0000000..8415210 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/cache/GroupPlayCache.java @@ -0,0 +1,108 @@ +package com.data.cache; + +import java.util.Map.Entry; +import java.util.Set; + +import com.data.bean.BaseBean; +import com.data.bean.GroupPlayBean; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.redis.Redis; + +import redis.clients.jedis.Jedis; + +public class GroupPlayCache extends BaseCache{ + private ITArray playList; + private ITArray simpPlayList; + private int groupId; + private long last_time; + private int pay_type; + private int gameType; + + public GroupPlayCache(int groupId,int pay_type) { + super("g{"+groupId+"}:play:","group1_db11"); + this.groupId = groupId; + this.pay_type = pay_type; + playList = TArray.newInstance(); + simpPlayList = TArray.newInstance(); + } + + @Override + protected BaseBean newBean() { + GroupPlayBean p = new GroupPlayBean(); + p.pay_type = pay_type; + return p; + } + + /** + * update play data. + * @param play_data + */ + public void updatePlay() { + playList.clear(); + simpPlayList.clear(); + Set> set = this.mapById.entrySet(); + for(Entry entry : set) { + GroupPlayBean gp =(GroupPlayBean)entry.getValue(); + if(!gp.del) { + playList.addTObject(gp.data); + simpPlayList.addTObject(gp.simp_data); + }else { + this.mapById.remove(gp.id); + this.mapByKey.remove(gp.redis_key); + } + } + + } + + /** + * 获取玩法列表 + * @return + */ + public final ITArray getPlayList(int lev,int uid){ + /*if(System.currentTimeMillis() - last_time < 180000) { + if(lev < 3) { + return playList; + }else { + return simpPlayList; + } + }*/ + + last_time = System.currentTimeMillis(); + playList.clear(); + simpPlayList.clear(); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + String gpids_key = GroupCache.genPidsKey(groupId); + Set pids = jedis11.zrangeByScore(gpids_key, 10, 11); + String key = "g{"+this.groupId + "}:play:"; + for(String tem : pids) { + String gp_key = key+tem; + GroupPlayBean gp = this.getBean(gp_key); + String bans= jedis10.hget(GroupCache.genBanKey(groupId, uid),tem+""); + int ban =0; + if (bans!=null){ + ban = Integer.parseInt(bans); + } + + if(gp!=null&&ban!=1) { + String gkey = "game:"+gp.gameId ; + int gameType = Integer.parseInt(jedis1.hget(gkey,"gameType")); + //gp.gameType = gameType; + gp.data.putInt("gameType",gameType); + playList.addTObject(gp.data); + simpPlayList.addTObject(gp.simp_data); + } + } + }finally { + jedis11.close(); + jedis1.close(); + jedis10.close(); + } + + + return playList; + } +} diff --git a/libs/data_cache/src/main/java/com/data/util/ConsumeCode.java b/libs/data_cache/src/main/java/com/data/util/ConsumeCode.java new file mode 100644 index 0000000..737d901 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/util/ConsumeCode.java @@ -0,0 +1,60 @@ +package com.data.util; + +public class ConsumeCode { + + /** 普通创建房间 **/ + public final static int DIAMO_CREAT_ROOM = 1; + /** AA加入房 **/ + public final static int DIAMO_JOIN_ROOM = 4; + /** 反还**/ + public final static int DIAMO_REFUND = 5; + /** 代开房 **/ + public final static int DIAMO_AGENT_ROOM = 2; + /** 结算 **/ + public final static int HP_CLEARING = 6; + /** 抽水 **/ + public final static int HP_PUMP = 7; + /** 管理员上分 **/ + public final static int HP_MGR_UPPER = 8; + /** 管理员下分 **/ + public final static int HP_MGR_SUB = 9; + /** 合伙人上分 **/ + public final static int HP_PARTNER_UPPER = 10; + /** 合伙人下分 **/ + public final static int HP_PARTNER_SUB = 11; + /** 合伙人奖励 **/ + public final static int HP_PARTNER_REWARD = 12; + /** 转账 **/ + public final static int HP_TRADE = 13; + /** 体力值提取 **/ + public final static int HP_TAKE_REWARD = 14; + /**大局游戏hp的变化总值*/ + public final static int HP_PUMP_TOTAL = 15; + /***/ + public final static int HP_TAKE_BANK = 16; + + public final static int HP_SAVE_BANK = 17; + + /** 洗牌 **/ + public final static int HP_XIPAI_PUMP = 20; + + + + /** 合伙人洗牌奖励 **/ + public final static int HP_PARTNER_XIPAI_REWARD = 21; + + /** 合伙人按抽奖励 **/ + public final static int HP_PARTNER_ANCHOU_REWARD = 22; + + /** 洗牌 **/ + public final static int HP_ANCHOU_PUMP = 23; + + /** 邮件 **/ + public final static int DIAMO_MAIL = 50; + /** 转盘**/ + public final static int DIAMO_WHEEL = 51; + /** 分享**/ + public final static int DIAMO_SH = 52; + /** 后台充值**/ + public final static int DIAMO_ADD = 99; +} diff --git a/libs/data_cache/src/main/java/com/data/util/CountUtil.java b/libs/data_cache/src/main/java/com/data/util/CountUtil.java new file mode 100644 index 0000000..ea3cb60 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/util/CountUtil.java @@ -0,0 +1,262 @@ +package com.data.util; + + + +import com.taurus.core.util.DateUtils; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.Pipeline; + +public class CountUtil { + + public static final int LOG_FOREVER = 0; + public static final int LOG_DAY = 1; + public static final int LOG_LASTDAY = 2; + public static final int LOG_WEEK = 3; + public static final int LOG_LASTWEEK = 4; + public static final int LOG_MONTH = 5; + public static final int LOG_LASTMONTH = 6; + + private static final int DAY2 = 172800; + private static final int DAY3 = 259200; + private static final int DAY10 = 864000; + private static final int MONTH = 2592000; +// private static final int WEEK2 = 1209600; + private static final int MONTH2 = 2678400; + + public static int getCountLog(String key,int type,Jedis jedis) { + String value = jedis.get(key); + if(StringUtil.isNotEmpty(value)) { + return Integer.parseInt(value); + } + return 0; + } + + + + + /** + * 获取天数据 + * @param key + * @param jedis + * @return + */ + public static int getCountLogByDay(String key,Jedis jedis) { + String day_key = key + ":d"+DateUtils.getBeginDay(); + String value = jedis.get(day_key); + if(StringUtil.isEmpty(value))return 0; + return Integer.parseInt(value); + } + + + + + /** + * 统计 + * @param key + * @param num + * @param jedis + */ + public static void countLog(String key,int num,Jedis jedis) { + countLog(key,num,jedis,false); + } + + public static void countLog(String key,int num,Pipeline pipeline) { + countLog(key,num,pipeline,false); + } + + /** + * 统计 + * @param key + * @param num + * @param jedis + * @param day_expire_month 天数据保存一个月 + */ + public static void countLog(String key,int num,Jedis jedis,boolean day_expire_month) { + + String day_key = key + ":d"+DateUtils.getBeginDay(); +// String week_key = key + ":w"+DateUtils.getBeginWeek(); +// String month_key = key + ":m"+DateUtils.getBeginMonth(); + jedis.incrBy(day_key,num); + jedis.expire(day_key, day_expire_month?MONTH2:DAY10); +// jedis.incrBy(week_key,num); +// jedis.expire(week_key, WEEK2); +// jedis.incrBy(month_key,num); +// jedis.expire(month_key, MONTH2); + } + + /** + * 统计 + * @param key + * @param num + * @param jedis + * @param day_expire_month 天数据保存一个月 + */ + public static void countLog(String key,int num,Pipeline pipeline,boolean day_expire_month) { + + String day_key = key + ":d"+DateUtils.getBeginDay(); +// String week_key = key + ":w"+DateUtils.getBeginWeek(); +// String month_key = key + ":m"+DateUtils.getBeginMonth(); + pipeline.incrBy(day_key,num); + pipeline.expire(day_key, day_expire_month?MONTH2:DAY10); +// pipeline.incrBy(week_key,num); +// pipeline.expire(week_key, WEEK2); +// pipeline.incrBy(month_key,num); +// pipeline.expire(month_key, MONTH2); + } + + public static void countLog(String key,int num,Jedis jedis,boolean day_expire_month,boolean total) { + + if(total) { + jedis.incrBy(key,num); + } + countLog(key,num,jedis,day_expire_month); + } + + public static void countLog(String key,int num,Pipeline pipeline,boolean day_expire_month,boolean total) { + + if(total) { + pipeline.incrBy(key,num); + } + countLog(key,num,pipeline,day_expire_month); + } + + /** + * 统计天数据(存10天) + * @param key + * @param num + * @param jedis + */ + public static long countLogByDay(String key,int num,Jedis jedis) { + return countLogByDay(key,num,jedis,DAY10); + } + + + /** + * 统计天数据(存10天) + * @param key + * @param num + * @param jedis + */ + public static void countLogByDay(String key,int num,Pipeline pipeline) { + countLogByDay(key,num,pipeline,DAY10); + } + + /** + * 统计天数据(存10天) + * @param key + * @param num + * @param jedis + */ + public static void countLogByDay30(String key,int num,Pipeline pipeline) { + + countLogByDay(key,num,pipeline,MONTH); + + String month_key = key + ":m"+DateUtils.getBeginMonth(); + pipeline.incrBy(month_key,num); + pipeline.expire(month_key, MONTH2); + } + + /** + * 统计天数据(存10天) + * @param key + * @param num + * @param jedis + */ + public static void countLogByDay(String key,int num,Pipeline pipeline,boolean total) { + + if(total) { + pipeline.incrBy(key,num); + } + + countLogByDay(key,num,pipeline,DAY10); + } + + /** + * 统计天数据(存30天) + * @param key + * @param num + * @param jedis + */ + public static void countLogByDay30(String key,int num,Pipeline pipeline,boolean total) { + + if(total) { + pipeline.incrBy(key,num); + } + + countLogByDay(key,num,pipeline,MONTH); + + String month_key = key + ":m"+DateUtils.getBeginMonth(); + pipeline.incrBy(month_key,num); + pipeline.expire(month_key, MONTH2); + } + + /** + * 统计天数据(存10天) + * @param key + * @param num + * @param jedis + */ + public static long countLogByDay(String key,int num,Jedis jedis,boolean total) { + + if(total) { + jedis.incrBy(key,num); + } + + return countLogByDay(key,num,jedis,DAY10); + } + + /** + * 统计天数据 + * @param key + * @param num + * @param jedis + */ + public static long countLogByDay(String key,int num,Jedis jedis,int time) { + String day_key = key + ":d"+DateUtils.getBeginDay(); + + long value = jedis.incrBy(day_key,num); + jedis.expire(day_key, time); + return value; + } + + /** + * 统计天数据 + * @param key + * @param num + * @param jedis + */ + public static void countLogByDay(String key,int num,Pipeline pipeline,int time) { + String day_key = key + ":d"+DateUtils.getBeginDay(); + + pipeline.incrBy(day_key,num); + pipeline.expire(day_key, time); + } + + /** + * 统计天数据(存2天) + * @param key + * @param num + * @param jedis + */ + public static long countLogByDay2(String key,int num,Jedis jedis) { + String day_key = key + ":d"+DateUtils.getBeginDay(); + long value = jedis.incrBy(day_key,num); + jedis.expire(day_key, DAY2); + return value; + } + + /** + * 统计天数据(存2天) + * @param key + * @param num + * @param jedis + */ + public static long countLogByDay3(String key,int num,Jedis jedis) { + String day_key = key + ":d"+DateUtils.getBeginDay(); + long value = jedis.incrBy(day_key,num); + jedis.expire(day_key, DAY3); + return value; + } +} diff --git a/libs/data_cache/src/main/java/com/data/util/ErrorCode.java b/libs/data_cache/src/main/java/com/data/util/ErrorCode.java new file mode 100644 index 0000000..a1679cf --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/util/ErrorCode.java @@ -0,0 +1,163 @@ +package com.data.util; + +public class ErrorCode { + // 成功 + public final static int _SUCC = 0; + // 失败 + public final static int _FAILED = 1; + /** session 不存在 */ + public final static int _NO_SESSION = 2; + // 已经在房间可重连(创建房间协议) + public final static int BE_IN_ROOM = 3; + // 已创建房间可进入(创建房间协议) + public final static int CREATED_ROOM = 4; + // 不可选游�? + public final static int NO_GAME = 5; + // 无游戏服�? + public final static int NO_SERVICE = 6; + // 缺钻�? + public final static int NO_DIAMO = 7; + // 房间不可进入 + public final static int ROOM_CLOSE = 10; + // 房间号错�? + public final static int NO_ROOM_NUM = 11; + // 邮件不存�? + public final static int NO_MAIL = 12; + // 邮件已领�? + public final static int RECEIVED_MAIL = 13; + // 任务不存�? + public final static int NO_TASK = 14; + // 任务已领�? + public final static int TASK_COMPLETE = 16; + // 缺奖�? + public final static int NO_RAFFLE = 17; + // 没有战绩 + public final static int NO_MILITARY = 19; + // 没有回放 + public final static int NO_REC = 25; + //多次登录失败,禁止登录, 半个小时后再试 + public final static int BAN_LOGIN = 28; + + /** 无效的手机号码 **/ + public final static int INVALID_PHONE = 58; + /** 无效的验证码 **/ + public final static int INVALID_CODE = 59; + /** 手机号码已发短信手机不一致 **/ + public final static int ATYPISM_PHONE = 60; + /** 手机号码已绑定玩家 **/ + public final static int BINDED_PHONE = 61; + /** 该手机号码未绑定游戏 **/ + public final static int NO_BINDED_PHONE = 62; + /** ACC已存在 **/ + public final static int EXIST_ACC = 63; + + + /** 房间已删除 */ + public final static int ROOM_DEL = 80; + /** 是圈子房间 */ + public final static int ROOM_IS_GROUP = 81; + /** 玩家申请解散已达上限次数 **/ + public final static int ROOM_DIS_UPPER_LIMIT = 82; + /** 坐下体力值不足*/ + public final static int ROOM_NOT_HP = 83; + /** 是否禁止解散房间*/ + public final static int ROOM_DIS_NOT_ALLOWED = 84; + + + /** 是否已申请加入 */ + public final static int GROUP_JOIN_EXIST = 1000; + /** 成员已存在 */ + public final static int GROUP_MEMBER_EXIST = 1001; + /** 成员不存在 */ + public final static int GROUP_NOT_MEMBER = 1002; + /** 成员存在上级合伙人 */ + public final static int GROUP_MEMBER_EXIST_PARTENER = 1003; + /** 玩法已满 */ + public final static int GROUP_PLAY_FULL = 1004; + /** 房间被删除 */ + public final static int GROUP_ROOM_DEL = 1005; + /** 玩法不存在 */ + public final static int GROUP_PLAY_EXIST = 1007; + /** 不是管理员 */ + public final static int GROUP_MGR_EXIST = 1008; + /** 合伙人有成员 */ + public final static int GROUP_PARTNER_MEMBERS = 1009; + /** 目标是管理员 */ + public final static int GROUP_TAG_ISMGR = 1010; + /** 目标是合伙人 */ + public final static int GROUP_TAG_ISPARTENER = 1011; + /** 目标体力值不够 */ + public final static int GROUP_TAG_NO_HP = 1012; + /** 操作人体力值不够 */ + public final static int GROUP_TAG_MGR_HP = 1013; + /** 没有权限 */ + public final static int GROUP_NOT_PERMISSION = 1014; + /** 体力值不为0 */ + public final static int GROUP_HP_NOT_0 = 1015; + /** 成员在房间内 */ + public final static int GROUP_MEMBER_ROOM_EXIST = 1016; + /** 成员体力值事件正在执行 */ + public final static int GROUP_MEMBER_HPEVT_RUNING = 1017; + /** 圈子不存在 */ + public final static int GROUP_NO_EXIST = 1018; + /** 圈子已满 */ + public final static int GROUP_FULL = 1019; + /** 圈子还有房间 */ + public final static int GROUP_EXIST_ROOMS = 1020; + /** 圈子禁止娱乐 */ + public final static int GROUP_BAN = 1021; + /** 不是圈主 */ + public final static int GROUP_NOT_OWNER = 1022; + /** 目標玩家是合伙人 */ + public final static int GROUP_ALREADY_PARTNER = 1023; + /** 目標玩家不是合伙人 */ + public final static int GROUP_NOT_PARTNER = 1024; + /** 圈子成员禁止娱乐 */ + public final static int GROUP_MEMBER_BAN = 1025; + /** 进入房间体力值不足 */ + public final static int GROUP_LIMIT_NO_HP = 1026; + /** 大联盟只能创建一个 */ + public final static int GROUP_TYPE2_ONLY_1 = 1027; + /** 大联盟必须开启体力值 */ + public final static int GROUP_TYPE2_MUST_HP = 1028; + /** 改玩法还存在房间 */ + public final static int GROUP_PLAY_EXIST_ROOM = 1029; + /** 不在此圈子房间中 */ + public final static int GROUP_NOT_CURGROUP_ROOM = 1030; + /** 玩家关闭被邀请 */ + public final static int GROUP_CLOSE_INVITATION = 1031; + /** 圈子已满 */ + public final static int GROUP_IS_FULL = 1032; + /** 圈子成员已满 */ + public final static int GROUP_MEMBER_IS_FULL = 1033; + /** 玩家正在游戏 不能上下分 **/ + public final static int GROUP_DONOT_SUB_HP = 1034; + /** 奖励池体力值不足 **/ + public final static int GROUP_REWARD_NO_HP = 1035; + /** 奖励池没提取 **/ + public final static int GROUP_REWARD_NO_TAKE = 1036; + /** 禁止同桌 **/ + public final static int GROUP_BAN_DESK = 1037; + /** 玩法禁止娱乐 **/ + public final static int GROUP_BAN_PLAY = 1038; + /** 禁止申请加入圈子 **/ + public final static int GROUP_BAN_APPLY = 1039; + /** 圈子停止服务 **/ + public final static int GROUP_STOP_SERVICE = 1040; + /** 大联盟不能退出 **/ + public final static int GROUP_TYPE2_NOT_EXIT = 1041; + /** 玩法存在推广奖励 **/ + public final static int GROUP_PAY_TYPE3_EXIST = 1042; + /** 全民推广已开启,不能转移 **/ + public final static int GROUP_PROMOTION_ACTIVE = 1043; + /** 全民推广为开启 **/ + public final static int GROUP_PROMOTION_NOT_ACTIVE = 1044; + /** 有下级合伙人给其合伙人的分成高于此比例 **/ + public final static int GROUP_HAS_MEMBER_OVERFLOW = 1045; + /** 合伙人体力值不足 **/ + public final static int GROUP_PARTNER_HP_NOT_ENOUGH = 1046; + /** 体力值超越上线, 请保存到保险箱里 **/ + public final static int GROUP_PARTNER_HP_THAN_LIMIET = 1047; + /** 玩家体力值超越上线, 请提醒他保存到上线 **/ + public final static int GROUP_PARTNER_OTHER_HP_THAN_LIMIET = 1048; +} diff --git a/libs/data_cache/src/main/java/com/data/util/EventType.java b/libs/data_cache/src/main/java/com/data/util/EventType.java new file mode 100644 index 0000000..21dc418 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/util/EventType.java @@ -0,0 +1,60 @@ +package com.data.util; + +public class EventType { + /** + * 扣房卡事件 + */ + public static final int REDIS_EVENT_PAY = 1; + /** + * 反还房卡事件 + */ + public static final int REDIS_EVENT_BACK_PAY = 4; + /** + * 赢事件 + */ + public static final int REDIS_EVENT_WIN = 2; + /** + * 输事件 + */ + public static final int REDIS_EVENT_LOSE = 3; + /** + * 游戏结束事件 + */ + public static final int REDIS_EVENT_OVER = 5; + /** + * 牌友圈局数事件 + */ + public static final int REDIS_EVENT_GROUP_ROUND = 6; + /** + * 牌友圈成员局数事件 + */ + public static final int REDIS_EVENT_GROUP_MEMBER_ROUND = 7; + /** + * 牌友圈体力值事件 + */ + public static final int REDIS_EVENT_GROUP_HP = 8; + /** + * + */ + public static final int REDIS_EVENT_GROUP_HP_DB = 90; + /** + * 邮件 + */ + public static final int REDIS_EVENT_MAIL = 95; + /** + * 转盘 + */ + public static final int REDIS_EVENT_WHEEL = 96; + /** + * 圈子创房 + */ + public static final int REDIS_EVENT_GROUP_ROOM = 97; + /** + * 普通创房 + */ + public static final int REDIS_EVENT_CREATE_ROOM = 98; + /** + * 后台充钻石 + */ + public static final int REDIS_EVENT_ADDPAY = 99; +} diff --git a/libs/data_cache/src/main/java/com/data/util/Utility.java b/libs/data_cache/src/main/java/com/data/util/Utility.java new file mode 100644 index 0000000..174ae02 --- /dev/null +++ b/libs/data_cache/src/main/java/com/data/util/Utility.java @@ -0,0 +1,379 @@ + +package com.data.util; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.data.bean.GameBean; +import com.data.bean.GroupMemberBean; +import com.data.cache.GameCache; +import com.data.cache.GroupCache; +import com.data.cache.GroupMemberCache; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; + + +public class Utility { + /** + * API 版本 + */ + public static int API_VER = 2; + + + private static final Logger log = Logger.getLogger(Utility.class); + /** + * 获取战绩数据 + * @param jedis5 + * @param key + * @param platform + * @return + */ + public final static ITObject getMilitaryList(Jedis jedis5,String key,String platform) { + Map military = jedis5.hgetAll(key); + if (military == null || military.isEmpty()) { + return null; + } + ITObject obj = TObject.newInstance(); + obj.putString("military_id", key); + String strData = military.get("game_id"); + if (strData == null) { + return null; + } + obj.putString("game_id", strData); + obj.putString("room_id", military.get("room_id")); + obj.putString("round", military.get("round")); + int hp_times = 10; + if(military.containsKey("hp_times")) { + hp_times = Integer.parseInt(military.get("hp_times")); + } + int groupPid = 0; + if(military.containsKey("groupPid")) { + groupPid = Integer.parseInt(military.get("groupPid")); + } + obj.putInt("hp_times", hp_times); + obj.putInt("groupPid", groupPid); + GameBean gb = GameCache.getGame(Integer.parseInt(strData)); + ITObject gameObj = gb.getTObject(); + obj.putTObject("game_info",gameObj); + obj.putString("create_time", military.get("create_time")); + strData = military.get("totalScore"); + if (strData != null) { + obj.putString("totalScore", strData); + } + String hpOnOff = military.get("hpOnOff"); + if(StringUtil.isNotEmpty(hpOnOff)) { + obj.putInt("hpOnOff", Integer.parseInt(hpOnOff)); + }else { + obj.putInt("hpOnOff", 0); + } + + strData = military.get("groupId"); + if (strData == null) { + strData = "0"; + } + obj.putString("groupId", strData); + for (int i = 1; i <= Integer.parseInt(military.get("round")); i++) { + String roundKey = "round_" + i; + try { + obj.putString(roundKey, military.get(roundKey)); + } catch (Exception e) { + } + } + return obj; + } + + /** + * 获取成员上级列表 + * @param groupId + * @param uid + * @return + */ + public static List getMemberParents(int groupId,int uid){ + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + try { + return getMemberParents(jedis10,groupId,uid,false); + }finally { + jedis10.close(); + } + } + + /** + * 获取成员上级列表 + * @param groupId + * @param uid + * @return + */ + public static List getMemberParents(Jedis jedis10,int groupId,int uid,boolean self){ + return getMemberParents(jedis10,groupId,uid,self,1); + } + + + public static int getParentsinfo(int groupId,int uid){ + //Jedis jedis10 = Redis.use("group1_db10").getJedis(); + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + if (gmb == null) + { + return 0; + } + int parentId = 0; + parentId =gmb.parentId; + return parentId; + } + + /** + * 获取成员上级列表 + * @param groupId + * @param uid + * @return + */ + public static List getMemberParents(Jedis jedis10,int groupId,int uid,boolean self,int start_par_lev){ + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + if (gmb == null) + { + return null; + } + + int partnerLev = 0; + int parentId = 0; + if(self) { + partnerLev = gmb.partnerLev; + if(partnerLev>0) { + parentId = uid; + }else { + parentId =gmb.parentId; + } + }else { + parentId =gmb.parentId; + } + + if(parentId>0) { + if(parentId!=uid) { + gmb = GroupCache.getMember(groupId, parentId); + partnerLev = gmb.partnerLev; + } + if(partnerLev==0)return null; + List list = new ArrayList(partnerLev); + for(int i=start_par_lev-1;i child_list = Redis.use("group1_db10").smembers(pl_key); + String p = self ? uid+"" : StringUtil.Empty; + for(String str:child_list) { + p +=","+str; + } + return p; + } + + /** + * 获取子合伙人Sql + * @param groupId + * @param uid + * @return + */ + public static List getChildParentList(int groupId,int uid,boolean self) { + String pl_key = String.format("g{%s}:par_list:%s",groupId,uid); + Set child_list = Redis.use("group1_db10").smembers(pl_key); + List list = new ArrayList<>(); + if(self) { + list.add(uid); + } + for(String str:child_list) { + list.add(Integer.parseInt(str)); + } + return list; + } + + /** + * + * @param type 1 update 2 call + * @param sql + */ + public static void evtdb(int gid, int type, String sql) { + if (StringUtil.isEmpty(sql)) + return; + String str = type + sql; + Redis.use(CHACHE_KEY).lpush("evt_db_" + (gid % 10), str); + } + + /** + * + * @param type 1 update 2 call 插入不是很重要的LOG, 可以走随机线程 + * @param sql + */ + public static void evtdbLog(int gid, int type, String sql) { + if (StringUtil.isEmpty(sql)) + return; + String str = type + sql; + int id = (int)(gid * Math.random() * 100); + id = id % 10; + Redis.use(CHACHE_KEY).lpush("evt_db_" + (id), str); + } + + private final static String EVT_TYPE = "E"; + private final static String EVT_UID = "uid"; + private final static String CHACHE_KEY ="group1_db8"; + + /** + * 支付钻石事件 + * @param type + * @param uid + * @param game + * @param pay + * @param gid + * @param pid + */ + public static void payDiamo(int type,int uid,int game,int pay,int gid,int pid) { + ITObject data = TObject.newInstance(); + data.putInt("pay", pay); + data.putInt("game", game); + data.putInt("group", gid); + if(pid > 0) { + data.putInt("pid", pid); + } + data.putInt(EVT_UID, uid); + data.putInt(EVT_TYPE, type); + Redis.use(CHACHE_KEY).lpush("event_"+(uid%10),data.toJson()); + } + + /** + * 支付钻石事件 + * @param type + * @param uid + * @param game + * @param pay + * @param cur_diamo + * @param gid + * @param pid + */ + public static void payDiamo(int type,int uid,int game,int pay,int cur_diamo,int gid,int pid) { + ITObject data = TObject.newInstance(); + data.putInt("pay", pay); + data.putInt("game", game); + data.putInt("diamo", cur_diamo); + data.putInt("group", gid); + if(pid > 0) { + data.putInt("pid", pid); + } + data.putInt(EVT_UID, uid); + data.putInt(EVT_TYPE, type); + Redis.use(CHACHE_KEY).lpush("event_"+(uid%10),data.toJson()); + } + + + final static String pay_lua="local diamo = tonumber(redis.call('hget', KEYS[1],'diamo'))\n" + + "local pay = tonumber(ARGV[1]) \n" + + "if pay > diamo then \n" + + "return {2,0}\n" + + "end\n" + + "diamo = redis.call('hincrBy',KEYS[1],'diamo',-pay)\n" + + "return {0,diamo}"; + + @SuppressWarnings("unchecked") + public static ArrayList payDiamo(Jedis jedis0,String session,int pay) { + Object obj = jedis0.eval(pay_lua, Arrays.asList(session),Arrays.asList(pay + "")); + if(obj==null)return null; + return (ArrayList) obj; + } + + + /** + * 检测房间钻石 + * @param jedis0 + * @param session + * @param pay + * @param opt + * @param AA + * @param maxPlayers + * @return + * @throws Exception + */ + public static int checkRoomDiamo(Jedis jedis0,String session,int pay) throws Exception { + if(pay <=0) { + return 0; + } + int p_diamo = Integer.parseInt(jedis0.hget(session, "diamo")); + if(p_diamo _list = jedis0.hmget(oldRoom, "status","score_"+uid); + String status = _list.get(0); + if (StringUtil.isEmpty(status) || status.equals("2") || status.equals("3")) { + jedis0.hdel(session, "room"); + return null; + } + String s_uid = _list.get(1); + if(StringUtil.isNotEmpty(s_uid)) { + return oldRoom; + } + } + return null; + } + + /** + * 删除session房间 + * @param jedis0 + * @param session_key + * @param room_key + * @return + */ + public static final boolean delRoomBySession(Jedis jedis0,String session_key, String room_key) { + String cur_room = jedis0.hget(session_key, "room"); + if (StringUtil.isNotEmpty(cur_room)) { + if (cur_room.equals(room_key)) { + if(API_VER==1) { + jedis0.hdel(session_key, "room", "seat"); + }else { + jedis0.hdel(session_key, "room"); + } + return true; + } + } + return false; + } + +} diff --git a/libs/data_cache/target/classes/com/data/bean/AccountBean.class b/libs/data_cache/target/classes/com/data/bean/AccountBean.class new file mode 100644 index 0000000..f675d44 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/bean/AccountBean.class differ diff --git a/libs/data_cache/target/classes/com/data/bean/BaseBean.class b/libs/data_cache/target/classes/com/data/bean/BaseBean.class new file mode 100644 index 0000000..de6d1f9 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/bean/BaseBean.class differ diff --git a/libs/data_cache/target/classes/com/data/bean/GameBean.class b/libs/data_cache/target/classes/com/data/bean/GameBean.class new file mode 100644 index 0000000..82218b3 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/bean/GameBean.class differ diff --git a/libs/data_cache/target/classes/com/data/bean/GroupBean.class b/libs/data_cache/target/classes/com/data/bean/GroupBean.class new file mode 100644 index 0000000..9e4757c Binary files /dev/null and b/libs/data_cache/target/classes/com/data/bean/GroupBean.class differ diff --git a/libs/data_cache/target/classes/com/data/bean/GroupMemberBean.class b/libs/data_cache/target/classes/com/data/bean/GroupMemberBean.class new file mode 100644 index 0000000..42219fd Binary files /dev/null and b/libs/data_cache/target/classes/com/data/bean/GroupMemberBean.class differ diff --git a/libs/data_cache/target/classes/com/data/bean/GroupPlayBean.class b/libs/data_cache/target/classes/com/data/bean/GroupPlayBean.class new file mode 100644 index 0000000..6b88e61 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/bean/GroupPlayBean.class differ diff --git a/libs/data_cache/target/classes/com/data/cache/AccountCache.class b/libs/data_cache/target/classes/com/data/cache/AccountCache.class new file mode 100644 index 0000000..876a4c8 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/cache/AccountCache.class differ diff --git a/libs/data_cache/target/classes/com/data/cache/BaseCache.class b/libs/data_cache/target/classes/com/data/cache/BaseCache.class new file mode 100644 index 0000000..dffae27 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/cache/BaseCache.class differ diff --git a/libs/data_cache/target/classes/com/data/cache/GameCache.class b/libs/data_cache/target/classes/com/data/cache/GameCache.class new file mode 100644 index 0000000..e3db4a7 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/cache/GameCache.class differ diff --git a/libs/data_cache/target/classes/com/data/cache/GroupCache.class b/libs/data_cache/target/classes/com/data/cache/GroupCache.class new file mode 100644 index 0000000..ef29562 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/cache/GroupCache.class differ diff --git a/libs/data_cache/target/classes/com/data/cache/GroupMemberCache.class b/libs/data_cache/target/classes/com/data/cache/GroupMemberCache.class new file mode 100644 index 0000000..60bcc18 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/cache/GroupMemberCache.class differ diff --git a/libs/data_cache/target/classes/com/data/cache/GroupPlayCache.class b/libs/data_cache/target/classes/com/data/cache/GroupPlayCache.class new file mode 100644 index 0000000..bd09634 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/cache/GroupPlayCache.class differ diff --git a/libs/data_cache/target/classes/com/data/util/ConsumeCode.class b/libs/data_cache/target/classes/com/data/util/ConsumeCode.class new file mode 100644 index 0000000..a891b5a Binary files /dev/null and b/libs/data_cache/target/classes/com/data/util/ConsumeCode.class differ diff --git a/libs/data_cache/target/classes/com/data/util/CountUtil.class b/libs/data_cache/target/classes/com/data/util/CountUtil.class new file mode 100644 index 0000000..fde01f2 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/util/CountUtil.class differ diff --git a/libs/data_cache/target/classes/com/data/util/ErrorCode.class b/libs/data_cache/target/classes/com/data/util/ErrorCode.class new file mode 100644 index 0000000..63a053b Binary files /dev/null and b/libs/data_cache/target/classes/com/data/util/ErrorCode.class differ diff --git a/libs/data_cache/target/classes/com/data/util/EventType.class b/libs/data_cache/target/classes/com/data/util/EventType.class new file mode 100644 index 0000000..4a96baf Binary files /dev/null and b/libs/data_cache/target/classes/com/data/util/EventType.class differ diff --git a/libs/data_cache/target/classes/com/data/util/Utility.class b/libs/data_cache/target/classes/com/data/util/Utility.class new file mode 100644 index 0000000..eddd566 Binary files /dev/null and b/libs/data_cache/target/classes/com/data/util/Utility.class differ diff --git a/libs/data_cache/target/data_cache.jar b/libs/data_cache/target/data_cache.jar new file mode 100644 index 0000000..57809f1 Binary files /dev/null and b/libs/data_cache/target/data_cache.jar differ diff --git a/libs/data_cache/target/maven-archiver/pom.properties b/libs/data_cache/target/maven-archiver/pom.properties new file mode 100644 index 0000000..d81d2e7 --- /dev/null +++ b/libs/data_cache/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=data_cache +groupId=com.data +version=1.0.1 diff --git a/libs/data_cache/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/libs/data_cache/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..902d1e5 --- /dev/null +++ b/libs/data_cache/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,17 @@ +com\data\bean\AccountBean.class +com\data\bean\GameBean.class +com\data\util\Utility.class +com\data\cache\AccountCache.class +com\data\cache\GroupMemberCache.class +com\data\cache\GroupCache.class +com\data\cache\BaseCache.class +com\data\bean\GroupBean.class +com\data\cache\GameCache.class +com\data\util\ConsumeCode.class +com\data\bean\GroupPlayBean.class +com\data\bean\GroupMemberBean.class +com\data\bean\BaseBean.class +com\data\util\EventType.class +com\data\cache\GroupPlayCache.class +com\data\util\CountUtil.class +com\data\util\ErrorCode.class diff --git a/libs/data_cache/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/libs/data_cache/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..2070fcf --- /dev/null +++ b/libs/data_cache/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,17 @@ +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\cache\GroupMemberCache.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\util\ConsumeCode.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\util\ErrorCode.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\util\CountUtil.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\cache\AccountCache.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\bean\AccountBean.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\bean\GroupPlayBean.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\bean\GameBean.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\bean\GroupBean.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\cache\BaseCache.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\bean\GroupMemberBean.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\cache\GroupCache.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\util\EventType.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\cache\GroupPlayCache.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\util\Utility.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\bean\BaseBean.java +D:\server\fengye\xtserver_anchou\libs\data_cache\src\main\java\com\data\cache\GameCache.java diff --git a/libs/game_common/pom.xml b/libs/game_common/pom.xml new file mode 100644 index 0000000..d4bb088 --- /dev/null +++ b/libs/game_common/pom.xml @@ -0,0 +1,85 @@ + + 4.0.0 + + com.game + game_common + 1.0.0 + jar + game_common + + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-permanent + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + game_common-${version} + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + diff --git a/libs/game_common/src/main/java/com/game/ActionEvent.java b/libs/game_common/src/main/java/com/game/ActionEvent.java new file mode 100644 index 0000000..3dc1572 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/ActionEvent.java @@ -0,0 +1,46 @@ +package com.game; + +/** + * 服务器内部事件常量表 + * + */ +public class ActionEvent { + + /** + * 准备 + */ + public static final String EVENT_READY = "ready"; + + /** + * 准备洗牌 + */ + public static final String EVENT_READY_AND_XIPAI = "ready_and_xipai"; + + /** + * 开始游戏 + */ + public static final String EVENT_START_GAME = "start_game"; + + /** + * 退出房间 + */ + public static final String EVENT_EXIT_ROOM = "exit_room"; + + /** + * 自动 + */ + public static final String EVENT_TIMER_AUTO = "timer_auto"; + /** + * 托管 + */ + public static final String EVENT_ENTRUST = "entrust"; + /** + * 离线 + */ + public static final String EVENT_OFFLINE = "offline"; + + /** + * 洗牌 + */ + public static final String EVENT_XIPAI = "xi_pai"; +} diff --git a/libs/game_common/src/main/java/com/game/Constant.java b/libs/game_common/src/main/java/com/game/Constant.java new file mode 100644 index 0000000..e763591 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/Constant.java @@ -0,0 +1,57 @@ +package com.game; + +public interface Constant { + /** + * 当局大结算 + */ + int ENTRUST_CURREN_RESULT = 1; + /** + * 满2局大结算 + */ + int ENTRUST_TWO_RESULT = 2; + /** + * 满3局大结算 + */ + int ENTRUST_THREE_RESULT = 3; + /** + * 满局大结算 + */ + int ENTRUST_TOTAL_RESULT1 = 4; + + /** + * 未开始 + */ + int ROOM_STATUS_NOBEGIN = 0; + /** + * 游戏中 + */ + int ROOM_STATUS_PLAYING = 1; + /** + * 正准备删除 + */ + int ROOM_STATUS_DEL_FALG = 2; + /** + * 已删除 + */ + int ROOM_STATUS_DEL = 3; + /** + * 正常大结算 + */ + int END_TYPE_NORMAL = 1; + /** + * 托管当局大结算 + */ + int END_TYPE_ENTRUST = 2; + /** + * 体力值不足大结算 + */ + int END_TYPE_HP = 3; + /** + * 申请解散大结算 + */ + int END_TYPE_DISSMISS = 4; + /** + * 体力值不足 + */ + int HP_NOT_ENOUGH = -1; +} diff --git a/libs/game_common/src/main/java/com/game/EventController.java b/libs/game_common/src/main/java/com/game/EventController.java new file mode 100644 index 0000000..69bbce3 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/EventController.java @@ -0,0 +1,337 @@ +package com.game; + +import com.data.bean.GameBean; +import com.data.bean.GroupPlayBean; +import com.data.cache.GameCache; +import com.data.cache.GroupCache; +import com.data.cache.GroupMemberCache; +import com.data.util.ErrorCode; +import com.data.util.EventType; +import com.data.util.Utility; +import com.game.data.Player; +import com.game.data.Room; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; + +import java.util.ArrayList; + +/** + * redis 事件控制器 + */ +public class EventController { + private final static String GROUP_EVT_KEY = "evt_group_"; + private final static String EVT_KEY = "event_"; + private final static String CHACHE_KEY = "group1_db8"; + + private final static String EVT_TYPE = "E"; + private final static String EVT_GID = "gid"; + private final static String EVT_UID = "uid"; + + private static void sendGroupEvt(int type, int gid, ITObject data) { + int id = gid % 10; + data.putInt(EVT_GID, gid); + data.putInt(EVT_TYPE, type); + Redis.use(CHACHE_KEY).lpush(GROUP_EVT_KEY + id, data.toJson()); + } + + private static void sendEvt(int type, int uid, ITObject data) { + int id = uid % 10; + data.putInt(EVT_UID, uid); + data.putInt(EVT_TYPE, type); + Redis.use(CHACHE_KEY).lpush(EVT_KEY + id, data.toJson()); + } + + /** + * 注册redis事件 + * @param uid + * @param type + * @param num + */ + public void redisEvent(int uid, int type, int num) { + ITObject data = TObject.newInstance(); + data.putInt("N", num); + sendEvt(type, uid, data); + } + + /** + * 圈子一局结束事件 + * @param gid + * @param pid + * @param valid + */ + public void redisGroupRound(Room room, int gid, int pid, int valid) { + ITObject data = TObject.newInstance(); + data.putInt("pid", pid); + data.putInt("valid", valid); + data.putTArray("player_list", room.getValidPlayerList()); + data.putInt("perfect_round", room.endType == Constant.END_TYPE_NORMAL ? 1 : 0); + int maxPlayer = room.getValidPlayer(); + if (valid == 1 && maxPlayer > 0) { + data.putInt("valid_count", 100 / maxPlayer); + } else { + data.putInt("valid_count", 0); + } + + if (maxPlayer > 0) + { + data.putInt("all_count", 100 / maxPlayer); + } + + try { + GroupPlayBean gpb = GroupCache.getPlay(gid, pid); + if (gpb != null) { + int maxPlayers = gpb.maxPlayers; + ITObject configData = TObject.newFromJsonData(gpb.config); + int opt = configData.getInt("opt"); + int gameId = gpb.gameId; + GameBean gb = GameCache.getGame(gameId); + if (gb != null) + { + Integer pay = gb.pay.get("pay"+opt+"_"+maxPlayers); + if(pay != null && pay > 0 && maxPlayer > 0) { + data.putInt("valid_diamo", pay * 100 / maxPlayer); + } + } + } + } + catch(Exception e) { + Global.logger.error(e); + } + + sendGroupEvt(EventType.REDIS_EVENT_GROUP_ROUND, gid, data); + } + + /** + * 圈子玩家一局结束事件 + * @param owner + * @param pid + * @param win + */ + public void redisGroupMemberRound(Player owner, int pid, boolean win, boolean hpPump,int cur_hp) { + + Room room = owner.room; + ITObject data = TObject.newInstance(); + data.putInt("pid", pid); + data.putInt("uid", owner.playerid); + if (owner.hp != null) { + data.putInt("score", owner.hp.total_hp); + } else { + data.putInt("score", owner.score.total_score); + } + data.putInt("time", (int) (System.currentTimeMillis() / 1000)); + data.putInt("pump", owner.practicalHpPump); + data.putInt("xi_pai_total", owner.xi_pai_total); + data.putInt("an_chou_total", owner.an_chou_total); + data.putInt("win", win ? 1 : 0); + data.putInt("perfect_round", owner.room.endType == Constant.END_TYPE_NORMAL ? 1 : 0); + data.putInt("cur_hp", cur_hp); + data.putUtfString("room", room.roomid); + int maxPlayer = owner.room.getValidPlayer(); + if (hpPump && maxPlayer > 0) { + + data.putInt("valid_count", 100 / maxPlayer); + } else { + data.putInt("valid_count", 0); + } + + sendGroupEvt(EventType.REDIS_EVENT_GROUP_MEMBER_ROUND, owner.room.groupId, data); + } + + /** + * 注册redis体力值事件 reward以前没有用到,现在表示抽水值只给盟主,不给合伙人参与分成 + */ + public long redisFag(Player owner, int hp, boolean hpPump, boolean mengzhu_reward, int xipai_score, boolean xipai,boolean anchou, String desc) { + Room room = owner.room; + String gm_key = GroupMemberCache.genKey(room.groupId, owner.playerid); + + + long cur_hp = 0; + if(hpPump) { + String strCurHp = Redis.use("group1_db10").hget(gm_key, "hp"); + if (StringUtil.isNotEmpty(strCurHp)) + { + cur_hp = Long.parseLong(strCurHp); + if (cur_hp < owner.practicalHpPump) + { + owner.practicalHpPump = (int)cur_hp; + if (owner.practicalHpPump < 0) + { + owner.practicalHpPump = 0; + } + } + } + cur_hp = Redis.use("group1_db10").hincrBy(gm_key, "hp", -owner.practicalHpPump); + } + else if (xipai) { + String strCurHp = Redis.use("group1_db10").hget(gm_key, "hp"); + if (StringUtil.isNotEmpty(strCurHp)) + { + cur_hp = Long.parseLong(strCurHp); + if (cur_hp < xipai_score) + { + xipai_score = (int)cur_hp; + if (xipai_score < 0) + { + xipai_score = 0; + } + } + } + cur_hp = Redis.use("group1_db10").hincrBy(gm_key, "hp", -xipai_score); + }else if(anchou){ + String strCurHp = Redis.use("group1_db10").hget(gm_key, "hp"); + if (StringUtil.isNotEmpty(strCurHp)) + { + cur_hp = Long.parseLong(strCurHp); + if (cur_hp < xipai_score) + { + xipai_score = (int)cur_hp; + if (xipai_score < 0) + { + xipai_score = 0; + } + } + } + cur_hp = Redis.use("group1_db10").hincrBy(gm_key, "hp", -xipai_score); + }else { + cur_hp = Redis.use("group1_db10").hincrBy(gm_key, "hp", hp); + } + + ITObject data = TObject.newInstance(); + if (cur_hp > Integer.MAX_VALUE) + { + long del_value = cur_hp - (long)Integer.MAX_VALUE; + cur_hp = Redis.use("group1_db10").hincrBy(gm_key, "hp", -del_value); + Redis.use("group1_db10").hincrBy(gm_key, "bank_hp", del_value); + data.putInt("hp_than_max_value", (int)del_value); + } + data.putInt("hp", hp); + data.putInt("cur_hp", (int)cur_hp); + data.putInt("pid", room.groupPid); + data.putInt("uid", owner.playerid); + data.putInt("time", (int) (System.currentTimeMillis() / 1000)); + data.putUtfString("room", room.roomid); + // 临时处理 + data.putUtfString("desc", StringUtil.isNotEmpty(desc) ? desc : Global.gameName + " " + room.roomid); + data.putInt("rewardType", room.rewardType); + data.putInt("rewardValueType", room.rewardValueType); + data.putInt("xipai_rewardType", room.xipai_rewardType); + data.putInt("xipai_rewardValueType", room.xipai_rewardValueType); + data.putInt("anchou_rewardType", room.anchou_rewardType); + data.putInt("anchou_rewardValueType", room.anchou_rewardValueType); + + + if (xipai) + { + data.putInt("xipai", xipai_score); + int xipai_reward_value = 0; + if(room.xipai_rewardValueType == 1) { + xipai_reward_value = xipai_score; + } + + data.putInt("max_player", room.maxPlayers); + data.putInt("xipai_reward_type", room.xipai_rewardType); + data.putInt("xipai_reward_value", xipai_reward_value); + if (StringUtil.isNotEmpty(owner.prs) && !mengzhu_reward) { + data.putUtfString("prs", owner.prs); + } + } + if (anchou){ + data.putInt("anchou", xipai_score); + int anchou_reward_value = 0; + if(room.anchou_rewardValueType == 1) { + anchou_reward_value = xipai_score; + } + + data.putInt("max_player", room.maxPlayers); + data.putInt("anchou_reward_type", room.anchou_rewardType); + data.putInt("anchou_reward_value", anchou_reward_value); + if (StringUtil.isNotEmpty(owner.prs) && !mengzhu_reward) { + data.putUtfString("prs", owner.prs); + } + } + if (hpPump) { + data.putInt("pump", owner.practicalHpPump); + int reward_value = 0; + int max_player = room.getValidPlayer(); + if(room.rewardValueType == 1) { + + if(room.rewardType == 1) { + if(room.totalPump + room.basePump != 0) { + reward_value = owner.practicalHpPump - room.basePump * owner.practicalHpPump / (room.totalPump + room.basePump); + } + else { + reward_value = owner.practicalHpPump; + } + }else { + reward_value = room.totalPump / max_player; + if (room.basePump > 0) + { + if (reward_value + (room.basePump/max_player) > owner.practicalHpPump) + { + reward_value = owner.practicalHpPump - (room.basePump/max_player); + if (reward_value < 0) + { + reward_value = 0; + } + } + } + else { + if (reward_value > owner.practicalHpPump) + { + reward_value = owner.practicalHpPump; + } + } + } + } + + data.putInt("max_player", room.getValidPlayer()); + data.putInt("reward_type", room.rewardType); + data.putInt("reward_value", reward_value); + if (StringUtil.isNotEmpty(owner.prs) && !mengzhu_reward) { + data.putUtfString("prs", owner.prs); + } + } + sendGroupEvt(EventType.REDIS_EVENT_GROUP_HP, room.groupId, data); + return cur_hp; + } + + /** + * 返还钻石 + * @param uid + * @param pay + * @param groupId + */ + public void refundDiamo(int uid, int pay, int groupId, int pid) { + ITObject data = TObject.newInstance(); + data.putInt("pay", -pay); + data.putInt("game", Global.gameId); + if (groupId > 0) { + data.putInt("group", groupId); + data.putInt("pid", pid); + } + sendEvt(EventType.REDIS_EVENT_BACK_PAY, uid, data); + } + + /** + * 大局结束事件 + * @param gid + * @param pid + * @param valid + */ + public void redisOver(Player owner, int time, String rec_key) { + Room room = owner.room; + ITObject data = TObject.newInstance(); + if (StringUtil.isNotEmpty(rec_key)) { + data.putInt("is_rec", 1); + data.putUtfString("roomid", room.roomid); + data.putInt("gid", room.groupId); + data.putUtfString("rec_key", rec_key); + data.putInt("time", time); + } else { + data.putInt("is_rec", 0); + } + sendEvt(EventType.REDIS_EVENT_OVER, owner.playerid, data); + } +} diff --git a/libs/game_common/src/main/java/com/game/GPSUtil.java b/libs/game_common/src/main/java/com/game/GPSUtil.java new file mode 100644 index 0000000..36637fd --- /dev/null +++ b/libs/game_common/src/main/java/com/game/GPSUtil.java @@ -0,0 +1,63 @@ +package com.game; + +import com.taurus.core.util.StringUtil; + +/** + * @author dong.teng + */ +public class GPSUtil { + // 地球半径 + private static final double EARTH_RADIUS = 6378137; + + private static double radian(double lngLat) { + return lngLat * Math.PI / 180.0; + } + + /** + * 根据两点间经纬度坐标,计算直线距离 单位 :米 + */ + public static double getDistance(String gps1, String gps2) { + double distance = 0; + if (isOpenGPS(gps1) && isOpenGPS(gps2)) { + String[] gps1Arr = gps1.split(","); + String[] gps2Arr = gps2.split(","); + Double lat1 = Double.parseDouble(gps1Arr[1]); + Double lng1 = Double.parseDouble(gps1Arr[0]); + Double lat2 = Double.parseDouble(gps2Arr[1]); + Double lng2 = Double.parseDouble(gps2Arr[0]); + double radLat1 = radian(lat1); + double radLat2 = radian(lat2); + double a = radLat1 - radLat2; + double b = radian(lng1) - radian(lng2); + distance = 2 * Math.asin(Math.sqrt(Math.pow(Math.sin(a / 2), 2) + Math.cos(radLat1) * Math.cos(radLat2) * Math.pow(Math.sin(b / 2), 2))); + distance *= EARTH_RADIUS; + distance = Math.round(distance * 10000) / 10000; + } + return distance; + } + + /** + * 两位置是否过近 + * + * @param gps1 + * @param gps2 + * @param measure + * 衡量过近米 + * @return + */ + public static boolean isDistanceNear(String gps1, String gps2, int measure) { + return getDistance(gps1, gps2) <= measure; + } + + /** + * 是否打开gps + */ + public static boolean isOpenGPS(String gps) { + return StringUtil.isNotEmpty(gps) && gps.contains(","); + } + + public static void main(String[] args) { + System.out.println(isDistanceNear("109.19300079346,27.710248947144", "100.23030090332,25.59494972229",50)); + } + +} diff --git a/libs/game_common/src/main/java/com/game/GameController.java b/libs/game_common/src/main/java/com/game/GameController.java new file mode 100644 index 0000000..2acda6f --- /dev/null +++ b/libs/game_common/src/main/java/com/game/GameController.java @@ -0,0 +1,688 @@ +package com.game; + +import java.util.List; +import java.util.Map; + +import com.data.bean.AccountBean; +import com.data.cache.AccountCache; +import com.data.cache.GroupMemberCache; +import com.data.util.ErrorCode; +import com.game.data.JoinRoomData; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerInitState; +import com.game.player.state.PlayerReadyState; +import com.game.room.state.RoomDestoryGameState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.routes.IController; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.Session; + +import redis.clients.jedis.Jedis; + +/** + * 基本游戏控制器 + * + */ +public class GameController implements IController{ + + + /** + * 聊天 + */ + @ActionKey(Router.GAME_INTERACTION) + public void routerChat(Session sender,ITObject params,int gid,Player owner) { + owner.room.broadCastToClient(0, Router.GAME_EVT_INTERACTION, params); + } + + /** + * 请求准备 + * + */ + @ActionKey(Router.GAME_READY) + public void routerReady(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(ActionEvent.EVENT_READY, gid, params); + } + + /** + * 请求准备 + * + */ + @ActionKey(Router.GAME_READY_AND_XIPAI) + public void routerReadyAndXiPai(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(ActionEvent.EVENT_READY_AND_XIPAI, gid, params); + } + + + /** + * 请求开始游戏 + */ + @ActionKey(Router.GAME_START) + public void routerStartGame(Session sender,ITObject params,int gid,Player owner) { + owner.room.stateMachine.execute(ActionEvent.EVENT_START_GAME, gid, params); + } + + @ActionKey(Router.GAME_XIPAI) + public void RouterXiPai(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(ActionEvent.EVENT_XIPAI, 0, params); + owner.room.stateMachine.execute(ActionEvent.EVENT_XIPAI, 0, params); + } + + + /** + * 托管 + * + */ + @ActionKey(Router.GAME_ENTRUST) + @SuppressWarnings("unchecked") + public void routerEntrust(Session sender,ITObject params,int gid,Player owner) { + + + if (owner.room.status == Constant.ROOM_STATUS_PLAYING && owner.room.isEntrust()) { + owner.entrust = params.getBoolean("ok"); + Global.gameCtr.updatePlayerEntrust(owner); + Global.logger.info(owner + " manual " + (owner.entrust ? "entrust" : "quitEntrust")); + if (owner.entrust) { + owner.setEntrustData(params); + owner.stateMachine.curState.execute(owner, ActionEvent.EVENT_ENTRUST, gid, params); + } else { + owner.exitEntrust(); + } + } + } + + /** + * 请求进入房间 + */ + @ActionKey(value=Router.GAME_JOIN_ROOM,validate = GameInterceptor.NOT_PLAYER) + public void routerJoinRoom(Session sender, ITObject params, int gid) { + String session_id = params.getUtfString("session"); + // String sessionToken = Utils.getUniqueSessionToken(sender); + String token = null; + if (StringUtil.isEmpty(session_id)) { + Global.logger.info("---------------参数session为null,参数params:{}",params); + session_id=""; + } + else { + String[] sourceStrArray = session_id.split(","); + if (sourceStrArray.length == 2) + { + session_id = sourceStrArray[0]; + token = sourceStrArray[1]; + } + + if (StringUtil.isNotEmpty(token) && StringUtil.isNotEmpty(session_id)) + { + String token_session = Redis.use("group1_db0").hget(token, "user"); + if (StringUtil.isEmpty(token_session)) + { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + else { + if (!token_session.equals(session_id)) + { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + } + } + else { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + } + sender.setHashId(session_id); + String pos = params.getUtfString("pos"); + Global.roomMgr.joinRoom(sender, session_id, gid, pos); + } + + /** + * 自动出牌 + */ + @ActionKey(Router.GAME_AUTO_CARD) + public void routerAutoCard(Session sender,ITObject params,int gid,Player owner) { + owner.manualAutoCard = params.getBoolean("autoCard"); + + if (owner.manualAutoCard) { + if (!owner.room.openEntrust){ + owner.manualAutoCard = false; + return; + } + } + + owner.entrust = owner.manualAutoCard; + + Global.gameCtr.updatePlayerEntrust(owner); + Global.logger.info(owner + " manualAutoCard " + (owner.entrust ? "entrust" : "quitEntrust")); + + if (owner.manualAutoCard) { + owner.stateMachine.curState.execute(owner, ActionEvent.EVENT_ENTRUST, gid, params); + } else { + owner.exitEntrust(); + } + } + + + /** + * 请求删除解散房间(外部) + * + */ + @ActionKey(value=Router.GAME_REMOVE_ROOM,validate = GameInterceptor.NOT_PLAYER) + public void routerRemoveRoom(Session sender, ITObject params, int gid) { + try { + String roomid = params.getUtfString("room"); + // Global.logger.info(" ower del room : " + roomid); + // if (Global.roomMgr.removeRoom(roomid)) { + Global.logger.info(roomid + " is destroy!"); + MainServer.instance.sendResponse(gid, 0, null, sender); + // } else { + // MainServer.instance.sendResponse(gid, 1, null, sender); + // } + } catch (Exception e) { + Global.logger.error(e); + MainServer.instance.sendResponse(gid, 1, null, sender); + } + } + + + /** + * 请求退出房间 + */ + @ActionKey(Router.GAME_EXIT_ROOM) + public void routerExitRoom(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(ActionEvent.EVENT_EXIT_ROOM, gid, params); + } + + + /** + * 请求解散房间 + */ + @ActionKey(Router.GAME_ASK_DISMISS_ROOM) + public void routerAskDismiss(Session sender,ITObject params,int gid,Player owner) { + owner.room.dismissRunable.askDismiss(owner, gid); + } + + + /** + * 房间解散投票请求 + */ + @ActionKey(Router.GAME_DISMISS_ROOM_VOTE) + public void routerDismissRoomVote(Session sender,ITObject params,int gid,Player owner) { + boolean agree = params.getBoolean("result"); + owner.room.dismissRunable.responseDismiss(owner, agree); + } + + + + /** + * 请求更新GPS位置 + * + */ + @ActionKey(Router.GAME_UPDATE_POS) + public void routerUpdatePos(Session sender,ITObject params,int gid,Player owner) { + owner.gps_pos = params.getUtfString("pos"); + updatePlayerPos(owner); + } + + + /** + * 入座 + */ + @ActionKey(Router.GAME_JOIN_SEAT) + public void routerJoinSeat(Session sender,ITObject params,int gid,Player owner) { + Global.gameCtr.joinSeat(owner, gid); + } + + + /** + * 进入房间 + * @param parm + * @param gid + * @return + */ + @SuppressWarnings("unchecked") + public int joinRoom(JoinRoomData parm, int gid) { + Room owner = parm.room; + String session_key = parm.session_key; + Session sender = parm.sender; + String gps_pos = parm.gps_pos; + AccountBean acc = AccountCache.getAccount(session_key); + int playerid = acc.id; + + boolean full = owner.playerMapBySeat.size() >= owner.maxPlayers; + boolean reload = owner.status == Constant.ROOM_STATUS_PLAYING; + + String ip = acc.ip; + if(StringUtil.isEmpty(ip)) { + ip = sender.getAddress(); + } + + Player player = null; + boolean new_player = false; + if (owner.playerMapById.containsKey(playerid)) { + player = owner.playerMapById.get(playerid); + if (player.isReload) { + player.isReload = false; + player.stateMachine.changeState(Global.getState(PlayerInitState.class)); + } + player.setSender(sender); + Global.gameCtr.playerNetState(player); + Global.gameCtr.updatePlayerPos(player); + } else { + if (full) { + sender.setHashId(null); + delRoomSeat(session_key, owner.room_key); + return ErrorCode.ROOM_CLOSE; + } + // 检测是否打开GPS 、IP检测 + boolean openGps = owner.isOpenGPSCheck(), openIP = owner.isOpenIPCheck(); + if (openGps || openIP) { + int errResult = 0; + if (openGps) { + Global.warn("room:{},playid:{},gps:{}", owner.room_key, playerid, gps_pos); + // 开了检测GPS 但是未获取到位置、或未打开 + if (!GPSUtil.isOpenGPS(gps_pos)) { + errResult = 55; + } + // 距离过近 + if (errResult == 0 && owner.checkGps(gps_pos)) { + errResult = 54; + } + } + if (openIP) { + // 相同IP + + if (errResult == 0 && owner.checkIp(ip)) { + errResult = 53; + } + } + if (errResult != 0) { + delRoomSeat(session_key, owner.room_key); + return errResult; + } + } + boolean onseat = true; + long cur_hp = 0; + if (onseat && owner.hpData != null) { + cur_hp = Util.readRedisHp(owner.groupId, playerid); + if (!checkHplimitInRoom(owner, cur_hp)) { + return ErrorCode.GROUP_LIMIT_NO_HP; + } + } + player = MainServer.instance.newPlayer(playerid, owner, session_key); + player.hp.cur_hp = cur_hp; + + owner.addPlayer(player, false, onseat); + player.setSender(sender); + player.stateMachine.changeState(Global.getState(PlayerInitState.class)); + new_player = true; + } + + player.nick = acc.nick; + player.portrait = acc.portrait; + player.sex = acc.sex; + player.ip = ip; + if (StringUtil.isNotEmpty(gps_pos)) + player.gps_pos = gps_pos; + + ITObject data = new TObject(); + if (reload) { + data.putTObject("reloadInfo", owner.getReloadInfo(player)); + } + data.putBoolean("reload", reload); + data.putInt("owner", owner.owner_id); + data.putInt("agent", owner.agent ? 1 : 0); + data.putInt("createTime", Integer.parseInt(owner.redis_room_map.get("create_time"))); + data.putTObject("tableInfo", owner.getRoomInfo()); + player.response(data, gid, 0); + + if (new_player && player.seat != 0) { + owner.broadCastToClient(player.playerid, Router.GAME_EVT_PLAYER_JOIN, player.getInfo()); + } + + if (reload) { + owner.join_player = player; + owner.dismissRunable.reload(player); + owner.stateMachine.curState.reload(owner); + player.stateMachine.curState.reload(player); + owner.join_player = null; + } + return 0; + + } + + /** + * 玩家不能进入房间,删除redis 玩家身上room、seat + * @param session_key + * @param owner + */ + public void delRoomSeat(String session_key, String room_key) { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock(session_key, jedis0); + try { + lock.lock(); + String cur_room = jedis0.hget(session_key, "room"); + if (StringUtil.isNotEmpty(cur_room)) { + if (cur_room.equals(room_key)) { + jedis0.hdel(session_key, "room", "seat"); + } + } + } finally { + lock.unlock(); + } + } + + /** + * 检测加人房间限制 + * @param owner + * @return + */ + public boolean checkHplimitInRoom(Room room, long cur_hp) { + if (room.hpData != null) { + int limitInRoom = room.hpData.getInt("limitInRoom"); + if (cur_hp < (long)limitInRoom) { + return false; + } + } + return true; + } + + /** + * 检测加人房间限制 + * @param owner + * @return + */ + public boolean checkHplimitPlay(Room room, int cur_hp) { + if (room.hpData != null) { + int limitInRoom = room.hpData.getInt("limitInRoom"); + if (cur_hp < limitInRoom) { + return false; + } + } + return true; + } + + /** + * 坐下 + * @param owner + * @param gid + */ + public void joinSeat(Player owner, int gid) { + + + } + + /** + * 聊天转发 + * @param owner + * @param params + */ + public void chat(Player owner, ITObject params) { + owner.room.broadCastToClient(0, Router.GAME_EVT_INTERACTION, params); + } + + /** + * 托管事件 + * @param owner + */ + public void entrust(Player owner, int time) { + ITObject broadParam = new TObject(); + broadParam.putInt("aid", owner.playerid); + broadParam.putInt("time", time); + owner.room.broadCastToClient(0, Router.GAME_EVT_READY_ENTRUST, broadParam); + Global.info("{} Ready Entrust, left time:{}", owner.playerid, time); + } + + /** + * 取消托管事件 + * @param owner + */ + public void cancelEntrust(Player owner) { + ITObject broadParam = new TObject(); + broadParam.putInt("aid", owner.playerid); + owner.room.broadCastToClient(0, Router.GAME_EVT_CANCEL_READY_ENTRUST, broadParam); + //Global.info("{} Cancel Ready Entrust", owner.playerid); + } + + + /** + * 准备事件 + * @param owner + */ + public void ready(Player owner) { + + ITObject broadParam = new TObject(); + broadParam.putInt("aid", owner.playerid); + long cur_hp = Util.readRedisHp(owner.room.groupId, owner.playerid); + Global.logger.info(owner.playerid + " jefe ready"); + if (cur_hp < owner.hp.cur_hp) + { + Global.logger.error("cur hp:" + cur_hp + " < hp.cur_hp:" + owner.hp.cur_hp + " playerId:"+owner.playerid); + if (owner.room.round == 0 && (!checkHplimitInRoom(owner.room, cur_hp) || cur_hp == 0)) { + owner.room.saveMilitaryTotal(true); + owner.room.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); + String gm_key = GroupMemberCache.genKey(owner.room.groupId, owner.playerid); + Redis.use("group1_db10").hset(gm_key, "ban", "1"); + Redis.use("group1_db10").hset(gm_key, "group_ban", "1"); + return; + } + } + owner.hp.cur_hp = cur_hp; + + boolean flag = true; + if (owner.room.maxPlayers == owner.room.playerMapById.size()) { + for (Map.Entry entry : owner.room.playerMapById.entrySet()) { + if (entry.getValue().playerid != owner.playerid && !(entry.getValue().stateMachine.curState instanceof PlayerReadyState)) { + flag = false; + break; + } + } + } + else { + flag = false; + } + + + if (flag) + { + for (Map.Entry entry : owner.room.playerMapById.entrySet()) { + Player player = entry.getValue(); + Global.logger.info( " player.playerid :"+player.playerid ); + owner.room.redisUpdateAnchouPlayer(player); + } + // owner.room.redisUpdateAnchouPlayer(owner); + broadParam.putInt("start", 1); + } + else + { + broadParam.putInt("start", 0); + } + + owner.room.broadCastToClient(0, Router.GAME_EVT_READY, broadParam); + owner.stateMachine.changeState(Global.getState(PlayerReadyState.class)); + } + + + /** + * 准备和洗牌事件 + * @param owner + */ + public void readyAndXipai(Player owner) { + Global.logger.info(owner.playerid + " jefe readyAndXipai"); + if (owner.xi_pai == false) + { + owner.xi_pai = true; + owner.room.redisUpdateXiPaiPlayer(owner); + } + + long cur_hp = Util.readRedisHp(owner.room.groupId, owner.playerid); + if (cur_hp < owner.hp.cur_hp || cur_hp == 0) + { + Global.logger.error("cur hp:" + cur_hp + " < hp.cur_hp:" + owner.hp.cur_hp + " playerId:"+owner.playerid); + if (owner.room.round == 0 && (!checkHplimitInRoom(owner.room, cur_hp) || cur_hp == 0)) { + owner.room.saveMilitaryTotal(true); + owner.room.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); + String gm_key = GroupMemberCache.genKey(owner.room.groupId, owner.playerid); + Redis.use("group1_db10").hset(gm_key, "ban", "1"); + Redis.use("group1_db10").hset(gm_key, "group_ban", "1"); + return; + } + } + owner.hp.cur_hp = cur_hp; + ITObject broadParam = new TObject(); + broadParam.putInt("aid", owner.playerid); + + boolean flag = true; + if (owner.room.maxPlayers == owner.room.playerMapById.size()) { + for (Map.Entry entry : owner.room.playerMapById.entrySet()) { + if (entry.getValue().playerid != owner.playerid && !(entry.getValue().stateMachine.curState instanceof PlayerReadyState)) { + flag = false; + break; + } + } + } + else { + flag = false; + } + + if (flag) + { + + + for (Map.Entry entry : owner.room.playerMapById.entrySet()) { + Player player = entry.getValue(); + Global.logger.info( " player.playerid :"+player.playerid ); + owner.room.redisUpdateAnchouPlayer(player); + } + broadParam.putInt("start", 1); + } + else + { + broadParam.putInt("start", 0); + } + owner.room.broadCastToClient(0, Router.GAME_EVT_READY_AND_XIPAI, broadParam); + owner.stateMachine.changeState(Global.getState(PlayerReadyState.class)); + } + + /** + * 解散房间通知 + * @param askPlayer + * @param sender + * @param time + */ + public void dismissRoom(Player askPlayer, Player sender, List playerList, int time) { + ITObject parm = TObject.newInstance(); + parm.putInt("req_aid", askPlayer.playerid); + parm.putInt("time", time); + ITArray list = TArray.newInstance(); + parm.putTArray("list", list); + for (Player player : playerList) { + ITObject tem = TObject.newInstance(); + tem.putInt("aid", player.playerid); + tem.putInt("result", player.dismissState); + list.addTObject(tem); + } + if (sender != null) { + sender.sendEvent(Router.GAME_EVT_DISMISS_ROOM, parm); + } else { + askPlayer.room.broadCastToClient(0, Router.GAME_EVT_DISMISS_ROOM, parm); + } + } + + /** + * 观众席 + * + * @param owner + */ + public void joinSpectator(Player owner) { + if (owner.room.exitSeat(owner)) { + if (Global.loggerDebug) { + Global.logger.info(owner + " exit seat!"); + } + owner.seat = 0; + ITObject data = new TObject(); + data.putInt("aid", owner.playerid); + owner.room.broadCastToClient(0, Router.GAME_EVT_JOIN_SPECTATOR, data); + owner.room.stateMachine.execute(ActionEvent.EVENT_READY, 0, null); + } + } + + /** + * 解散失败 + * @param owner + */ + public void dismisRoomFail(Room owner) { + owner.broadCastToClient(0, Router.GAME_EVT_DISMISS_ROOM_FAIL, null); + } + + /** + * 退出房间 + * @param owner + * @param gid + */ + public void exitRoom(Player owner, int gid, boolean kick) { + if (kick) { + owner.sendEvent(Router.GAME_EVT_KICK_PLAYER, null); + } else { + owner.response(null, gid, 0); + } + if (owner.room.status == Constant.ROOM_STATUS_NOBEGIN || owner.spectator) { + int owner_id = owner.room.owner_id; + if (!owner.room.agent && owner.playerid == owner_id) { + owner.room.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); + } else { + // 在座位上 + if (owner.room.playerMapBySeat.containsKey(owner.seat)) { + ITObject data = new TObject(); + data.putInt("aid", owner.playerid); + owner.room.broadCastToClient(owner.playerid, Router.GAME_EVT_PLAYER_EXIT, data); + } + owner.destroy(true); + } + } + } + + /** + * 玩家网络状态通知 + * @param owner + */ + public void playerNetState(Player owner) { + ITObject param = new TObject(); + param.putInt("aid", owner.playerid); + param.putInt("online", owner.isConnect ? 1 : 0); + owner.room.updatePlayerOffline(owner); + owner.room.broadCastToClient(owner.playerid, Router.GAME_EVT_PLAYER_NET_STATE, param); + } + + /** + * 更新玩家GPS位置 + * @param owner + */ + public void updatePlayerPos(Player owner) { + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putUtfString("pos", owner.gps_pos); + owner.room.broadCastToClient(owner.playerid, Router.GAME_EVT_UPDATE_POS, param); + } + + /** + * 更新玩家托管 + * + * @param owner + */ + public void updatePlayerEntrust(Player owner) { + ITObject param = new TObject(); + param.putInt("aid", owner.playerid); + param.putInt("type", 5); + param.putBoolean("entrust", owner.entrust); + owner.room.broadCastToClient(0, Router.GAME_EVT_UPDATE_PLAYERINFO, param); + } +} diff --git a/libs/game_common/src/main/java/com/game/GameInterceptor.java b/libs/game_common/src/main/java/com/game/GameInterceptor.java new file mode 100644 index 0000000..98ed3fd --- /dev/null +++ b/libs/game_common/src/main/java/com/game/GameInterceptor.java @@ -0,0 +1,48 @@ +package com.game; + +import java.lang.reflect.Method; + +import com.game.data.Player; +import com.game.data.Room; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.Action; +import com.taurus.core.routes.IController; +import com.taurus.core.routes.Interceptor; +import com.taurus.permanent.data.Session; + +public class GameInterceptor implements Interceptor{ + public final static int NOT_PLAYER = 1; + + @Override + public void intercept(Action action, IController controller,Object... args) throws Exception{ + int validate = action.getActionKeyObj().validate(); + Session sender = (Session)args[0]; + TObject params = (TObject)args[1]; + int gid = (int)args[2]; + Method method = action.getMethod(); + if((validate&NOT_PLAYER)!=0) { + method.invoke(controller,sender,params,gid); + }else { + Player player = Global.sessionMgr.getPlayer(sender); + if (player != null) { + Room room = player.room; + if (room == null)return; + if (room.isDestroy)return; + room.enqueueRunnable(new Runnable() { + @Override + public void run() { + if(player.isDestroy)return; + if(player.room.playerMapById.containsKey(player.playerid)) { + try { + method.invoke(controller, sender,params,gid,player); + } catch (Exception e) { + throw new RuntimeException(e); + } + } + } + }); + } + } + } + +} diff --git a/libs/game_common/src/main/java/com/game/Global.java b/libs/game_common/src/main/java/com/game/Global.java new file mode 100644 index 0000000..86b80a0 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/Global.java @@ -0,0 +1,104 @@ +package com.game; + +import java.util.HashMap; +import java.util.Map; + +import com.game.manager.RoomManager; +import com.game.manager.SessionManager; +import com.game.player.state.PlayerEndState; +import com.game.player.state.PlayerInitState; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerPopupState; +import com.game.player.state.PlayerReadyState; +import com.game.player.state.PlayerReloadState; +import com.game.player.state.PlayerSpectatorState; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomDestoryGameState; +import com.game.room.state.RoomEndState; +import com.game.room.state.RoomInitState; +import com.game.room.state.RoomReloadState; +import com.game.room.state.RoomStartGameState; +import com.game.room.state.RoomWaitState; +import com.game.state.StateBase; +import com.taurus.core.util.Logger; + +public class Global { + /** + * debug模式 + */ + public static boolean loggerDebug = false; + // 日志 + public static Logger logger; + // session管理器 + public static SessionManager sessionMgr; + // 桌子管理器 + public static RoomManager roomMgr; + + public static GameController gameCtr; + + public static EventController eventCtr; + /** + * 游戏ID + */ + public static int gameId = 1; + /** + * 游戏名字 + */ + public static String gameName = ""; + + + + public static void init() { + + Global.sessionMgr = new SessionManager(); + Global.roomMgr = new RoomManager(); + Global.eventCtr = new EventController(); + + registerState(RoomInitState.class, new RoomInitState()); + registerState(RoomEndState.class, new RoomEndState()); + registerState(RoomDestoryGameState.class, new RoomDestoryGameState()); + registerState(RoomWaitState.class, new RoomWaitState()); + registerState(RoomReloadState.class, new RoomReloadState()); + registerState(RoomStartGameState.class, new RoomStartGameState()); + + registerState(PlayerInitState.class, new PlayerInitState()); + registerState(PlayerPauseState.class, new PlayerPauseState()); + registerState(PlayerReadyState.class, new PlayerReadyState()); + registerState(PlayerReloadState.class, new PlayerReloadState()); + registerState(PlayerWaitState.class, new PlayerWaitState()); + registerState(PlayerSpectatorState.class, new PlayerSpectatorState()); + registerState(PlayerPopupState.class, new PlayerPopupState()); + registerState(PlayerEndState.class, new PlayerEndState()); + } + + private static Map, StateBase> state_map = new HashMap<>(); + + public static void registerState(Class cls, StateBase state) { + state_map.put(cls, state); + } + + public static StateBase getState(Class cls) { + StateBase state = state_map.get(cls); + return state; + } + + + + public static void info(String msg, Object... params) { + if (loggerDebug) { + logger.info(Util.stringFormat(msg, params)); + } + } + + public static void warn(String msg, Object... params) { + if (loggerDebug) { + logger.warn(Util.stringFormat(msg, params)); + } + } + + public static void error(String msg, Object... params) { + if (loggerDebug) { + logger.error(Util.stringFormat(msg, params)); + } + } +} diff --git a/libs/game_common/src/main/java/com/game/GroupPublisherService.java b/libs/game_common/src/main/java/com/game/GroupPublisherService.java new file mode 100644 index 0000000..a36a684 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/GroupPublisherService.java @@ -0,0 +1,44 @@ +package com.game; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; + +/** + * 圈子订阅服务 + */ +public class GroupPublisherService { + public static final String CHANNEL_NAME = "mgr_group"; + + private static final String CMD_DEL_ROOM="del_room"; + private static final String CMD_UPDATE_ROOM="update_room"; + + /** + * 删除房间事件 + * @param groupId + * @param roomid + */ + public static void delRoomEvt(int groupId,String roomid) { + if(groupId == 0)return; + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putUtfString("roomid", roomid); + data.putUtfString("cmd", CMD_DEL_ROOM); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + /** + * 更新房间事件 + * @param groupId + * @param roomid + */ + public static void updateRoomEvt(int groupId,String roomid) { + if(groupId == 0)return; + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putUtfString("roomid", roomid); + data.putUtfString("cmd", CMD_UPDATE_ROOM); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + +} diff --git a/libs/game_common/src/main/java/com/game/MainServer.java b/libs/game_common/src/main/java/com/game/MainServer.java new file mode 100644 index 0000000..1b02d41 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/MainServer.java @@ -0,0 +1,172 @@ +package com.game; + +import java.io.FileInputStream; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import org.jdom.Document; +import org.jdom.Element; +import org.jdom.input.SAXBuilder; + +import com.game.data.Player; +import com.game.data.Room; +import com.taurus.core.entity.ITObject; +import com.taurus.core.events.Event; +import com.taurus.core.events.IEventListener; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.core.TPEvents; +import com.taurus.permanent.data.Session; + +/** + * + * + */ +public abstract class MainServer extends Extension implements IEventListener{ + + public static MainServer instance; + + private static final String GMAE_CONFIG = "config/game-config.xml"; + public GameSetting gameSetting; + + @Override + public void onStart() { + instance = this; + + Global.logger = Logger.getLogger(getClass()); + try { + loadConfig(); + } catch (Exception e) { + Global.logger.error(e); + } + + Global.init(); + + TPServer.me().getEventManager().addEventListener(TPEvents.EVENT_SESSION_DISCONNECT, this); + + Map svr_info = new HashMap<>(); + svr_info.put("ip", gameSetting.host); + svr_info.put("port", gameSetting.port + ""); + svr_info.put("intranet", gameSetting.intranet); + svr_info.put("conns", "0"); + String svr_key = "svr" +gameSetting.serverId; + Global.gameId = gameSetting.gameId; + Global.gameName = Redis.use("group1_db1").hget("game:" + Global.gameId, "name"); + Global.loggerDebug = gameSetting.loggerDebug; + Redis.use().hmset(svr_key, svr_info); + Redis.use().expire(svr_key, 60); + TPServer.me().getTimerPool().scheduleAtFixedRate(new Runnable() { + + @Override + public void run() { + try { + svr_info.put("conns", Global.sessionMgr.size() + ""); + Redis.use().hmset(svr_key, svr_info); + Redis.use().expire(svr_key, 60); + } catch (Exception e) { + Global.logger.error(e); + } + } + }, 30, 30, TimeUnit.SECONDS); + + Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() { + + @Override + public void run() { + List list = Global.sessionMgr.getPlayerList(); + for (Player p : list) { + Global.sessionMgr.deleteSession(p.sender); + } + } + })); + } + + public abstract Room newRoom(String roomid, Map redis_room_map); + + public abstract Player newPlayer(int playerid, Room room, String session_id); + + /** + * 创建游戏控制器 + * @return + */ + protected abstract GameController newController(); + + + /** + * 发送事件给单一客户端 + * @param cmdName 事件协议号 + * @param params 数据参数 + * @param recipient 客户端session + */ + public void sendEvent(String cmdName, ITObject params, Session recipient) { + TPServer.me().getController().sendEvent(cmdName, params, recipient); + } + + /** + * 发送事件给客户端 + * @param cmdName 事件协议号 + * @param params 数据参数 + * @param recipients 客户端session列表 + */ + public void sendEvent(String cmdName, ITObject params, List recipients) { + TPServer.me().getController().sendEvent(cmdName, params, recipients); + } + + /** + * 动态响应客户端请示 + * @param gid 响应标识ID + * @param result 响应结果 0成功 + * @param params 数据参数 + * @param recipient 客户端session + */ + public void sendResponse(int gid, int result, ITObject params, Session recipient) { + TPServer.me().getController().sendResponse(gid, result, params, recipient); + } + + protected void loadConfig() throws Exception { + FileInputStream is = new FileInputStream(GMAE_CONFIG); + SAXBuilder builder = new SAXBuilder(); + Document document = builder.build(is); + Element root = document.getRootElement(); + GameSetting config = new GameSetting(); + config.host = root.getChildTextTrim("host"); + config.port = Integer.parseInt(root.getChildTextTrim("port")); + config.serverId = Integer.parseInt(root.getChildTextTrim("serverId")); + config.gameId = Integer.parseInt(root.getChildTextTrim("gameId")); + config.loggerDebug =Boolean.parseBoolean(root.getChildTextTrim("loggerDebug")); + config.intranet = root.getChildTextTrim("intranet"); + this.gameSetting = config; + } + + @Override + public void handleEvent(Event event) { + if (event.getName() == TPEvents.EVENT_SESSION_DISCONNECT) { + Session session = (Session) event.getParameter(TPEvents.PARAM_SESSION); + Global.sessionMgr.disconnect(session); + } + } + + + + + @Override + public void configRoute(Routes me) { + me.setInterceptor(new GameInterceptor()); + Global.gameCtr = newController(); + me.add("",Global.gameCtr); + } + + public static final class GameSetting { + public String host = "127.0.0.1"; + public String intranet = "127.0.0.1"; + public int port = 6379; + public int serverId = 1; + public int gameId = 1; + public boolean loggerDebug = true; + } +} diff --git a/libs/game_common/src/main/java/com/game/Router.java b/libs/game_common/src/main/java/com/game/Router.java new file mode 100644 index 0000000..d8e98b2 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/Router.java @@ -0,0 +1,161 @@ +package com.game; + +import com.game.data.Player; +import com.taurus.core.entity.ITObject; +import com.taurus.permanent.data.Session; + +/** + * 网络路由处理 + * + */ +public abstract class Router { + /** + * 删除房间 + */ + public static final String GAME_REMOVE_ROOM = "1000"; + /** + * 更新GPS位置 + */ + public static final String GAME_UPDATE_POS = "1001"; + /** + * 更新GPS位置事件 + */ + public static final String GAME_EVT_UPDATE_POS = "2000"; + /** + * 进入房 + */ + public static final String GAME_JOIN_ROOM = "1002"; + /** + * 玩家进入房间 + */ + public static final String GAME_EVT_PLAYER_JOIN = "2001"; + /** + * 玩家退出 + */ + public static final String GAME_EVT_PLAYER_EXIT = "2002"; + /** + * 玩家网络状态 + */ + public static final String GAME_EVT_PLAYER_NET_STATE = "2003"; + /** + * 发送聊天 + */ + public static final String GAME_INTERACTION = "1006"; + /** + * 聊天事件 + */ + public static final String GAME_EVT_INTERACTION = "2017"; + /** + * 退出房间 + */ + public static final String GAME_EXIT_ROOM = "1005"; + /** + * 房主退出房间解散 + */ + public static final String GAME_EVT_EXIT_ROOM_DISMISS = "2008"; + + /** + * 发送准备 + */ + public static final String GAME_READY = "1003"; + + /** + * 发送准备加洗牌 + */ + public static final String GAME_READY_AND_XIPAI = "201004"; + + /** + * 准备加洗牌 返回 + */ + public static final String GAME_EVT_READY_AND_XIPAI = "202009"; + + /** + * 准备事件 + */ + public static final String GAME_EVT_READY = "2009"; + + /** + * 通知托管倒计时 + */ + public static final String GAME_EVT_READY_ENTRUST = "22010"; + public static final String GAME_EVT_CANCEL_READY_ENTRUST = "22011"; + + + public static final String GAME_XIPAI = "20836"; + + public static final String GAME_EVENT_XIPAI = "20837"; + + public static final String GAME_EVENT_NOTIFY_XIPAI = "20838"; + + /** + * 请求开始游戏 + */ + public static final String GAME_START = "1004"; + /** + * 请求解散房间 + */ + public static final String GAME_ASK_DISMISS_ROOM = "1007"; + /** + * 解散房间 + */ + public static final String GAME_EVT_DISMISS_ROOM = "2005"; + /** + * 请求解散房间投票 + */ + public static final String GAME_DISMISS_ROOM_VOTE = "1008"; + /** + * 解散房间投票事件 + */ + public static final String GAME_EVT_DISMISS_ROOM_VOTE = "2006"; + /** + * 解散房间失败 + */ + public static final String GAME_EVT_DISMISS_ROOM_FAIL= "2027"; + /** + * + */ + public static final String GAME_EVT_SEND_REDPACKET= "3000"; + /** + * 玩家被退出 + */ + public static final String GAME_EVT_KICK_PLAYER= "3001"; + + /** + * 玩家缺体力值弹起 + */ + public static final String GAME_EVT_STAND_UP= "3004"; + + /** + * 托管 + */ + public static final String GAME_ENTRUST= "1301"; + /** + * 入座 + */ + public static final String GAME_JOIN_SEAT= "1302"; + /** + * 自动 + */ + public static final String GAME_AUTO_CARD = "1303"; + + /** + * 玩家进入观众席 + */ + public static final String GAME_EVT_JOIN_SPECTATOR= "3002"; + + /** + * 更新玩家信息 + */ + public static final String GAME_EVT_UPDATE_PLAYERINFO= "3003"; + + /** + * 客户端数据出错,需要重连服务器,更新关键数据 + */ + public static final String GAME_EVT__UPDATE_RECONECT = "3005"; + + public void handel(Session sender, ITObject params, int gid){ + + } + + public abstract void handelRoom(Player owner, ITObject params, int gid); +} diff --git a/libs/game_common/src/main/java/com/game/Util.java b/libs/game_common/src/main/java/com/game/Util.java new file mode 100644 index 0000000..60ccbce --- /dev/null +++ b/libs/game_common/src/main/java/com/game/Util.java @@ -0,0 +1,301 @@ +package com.game; + +import java.util.ArrayList; +import java.util.Calendar; +import java.util.Date; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Random; + +import com.data.cache.GroupMemberCache; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.DateUtils; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; + +public class Util { + public final static Random random = new Random(); + static { + random.setSeed(System.currentTimeMillis()); + } + + /** + * list to TArray + * @param list + * @return + */ + public static final ITArray toTArray(List list) { + ITArray result = new TArray(); + for (Integer card : list) { + result.addInt(card); + } + return result; + } + + /** + * call checkCard + * @param eventCard + * @param cardList + * @return + */ + @Deprecated + public static boolean cardInList(int eventCard, List cardList) { + return checkCard(eventCard, cardList); + } + + @Deprecated + public static final ITArray toMPGroup(List list) { + ITArray result = new TArray(); + for (int[] card : list) { + result.addInt(card[0]); + } + return result; + } + + /** + * list to mod 100 list + * @param list + * @return + */ + public static final List toModList(List list){ + List tem = new ArrayList(); + for(Integer card : list) { + tem.add(card % 100); + } + return tem; + } + + /** + * TArray to mod 100 list + * @param list + * @return + */ + public static final List toModList(ITArray list){ + List tem = new ArrayList<>(); + for(int i=0;i cardList) { + int result = 0; + for (Integer card : cardList) { + if (card == eventCard) { + result += 1; + } + } + return result; + } + + /** + * 检测牌是否存在 + * @param eventCard + * @param cardList + * @return + */ + public static final boolean checkCard(int eventCard, List cardList) { + for (Integer card : cardList) { + if (card == eventCard) { + return true; + } + } + return false; + } + + /** + * 检测牌数量 + * @param eventCard + * @param cardList + * @param num + * @return + */ + public static final boolean checkCard(int eventCard, List cardList, int num) { + int result = 0; + for (Integer card : cardList) { + if (card == eventCard) { + result++; + if (result == num) + return true; + } + } + return false; + } + + /** + * 检测牌数量并将满足条件的删除 + * @param eventCard + * @param cardList + * @param num + * @return + */ + public static final boolean checkCardAndRomve(int eventCard, List cardList, int num) { + if (checkCard(eventCard, cardList, num)) { + removeCard(cardList, eventCard, num); + return true; + } + return false; + } + + /** + * 获取每张牌的数量MAP + * @param cardList + * @return + */ + public static final Map getCardNumMap(List cardList) { + Map result = new HashMap(); + for (Integer card : cardList) { + if (!result.containsKey(card)) { + result.put(card, 1); + } else { + int num = result.get(card); + result.put(card, (num + 1)); + } + } + return result; + } + + /** + * 检测牌数量 + * @param map + * @param card + * @param num + * @return + */ + public static boolean cardNum(Map map, int card, int num) { + Integer _num = map.get(card); + if (_num != null && _num >= num) { + return true; + } + return false; + } + + /** + * 移除指定数量的牌 + * @param cardList + * @param card + * @param count + */ + public static final void removeCard(List cardList, int card, int count) { + int curCount = 0; + for (int i = 0; i < cardList.size(); i++) { + if (cardList.get(i) == card) { + cardList.remove(i); + i--; + curCount++; + } + + if (count == curCount) { + return; + } + } + } + + static final public void addCard(ITArray opcard, int card, int num) { + for (int i = 0; i < num; ++i) { + opcard.addInt(card); + } + } + + static final public void addCard(List cardList, int card, int num) { + for (int i = 0; i < num; ++i) { + cardList.add(card); + } + } + + /** + * 获取今天凌晨0点时间戳 + * @return + */ + public static int todayTimeSec() { + Calendar cal = Calendar.getInstance(); + cal.set(cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), cal.get(Calendar.DAY_OF_MONTH), 0, 0, 0); + int timeSec = (int) (cal.getTimeInMillis() / 1000); + return timeSec; + } + + /** + * 根据时间戳获取指定当天凌晨10位时间戳 + * @param timeSec + * @return + */ + public static int todayTimeSec(Long timeSec) { + Calendar cal = Calendar.getInstance(); + // 指定日期 + cal.setTime(new Date(timeSec)); + cal.set(Calendar.HOUR_OF_DAY, 0); + cal.set(Calendar.MINUTE, 0); + cal.set(Calendar.SECOND, 0); + cal.set(Calendar.MILLISECOND, 0); + return (int) (cal.getTimeInMillis() / 1000); + } + + /** + * msg ps : param:{},param:{} + * ==> param: abc,param:abced + * @param msg + * @param params + * @return + */ + public static String stringFormat(String msg, Object... params) { + try { + if (StringUtil.isNotEmpty(msg)) { + msg = msg.replaceAll("\\{}", "\\%s"); + return String.format(msg, params); + } + } catch (Exception e) { + return ""; + } + return ""; + } + +// public static void countLog(String key,int num,Jedis jedis) { +// String day_key = key + ":d"+DateUtils.getBeginDay(); +// String week_key = key + ":w"+DateUtils.getBeginWeek(); +// String month_key = key + ":m"+DateUtils.getBeginMonth(); +// jedis.incrBy(day_key,num); +// jedis.expire(day_key, 11*3600*24); +// jedis.incrBy(week_key,num); +// jedis.expire(week_key, 15*3600*24); +// jedis.incrBy(month_key,num); +// jedis.expire(month_key, 63*3600*24); +// } + + /** + * 获取玩家体力值 + * @param gid + * @param uid + * @return + */ + public static long readRedisHp(int gid,int uid) { + String key = GroupMemberCache.genKey(gid, uid); + String hp = Redis.use("group1_db10").hget(key, "hp"); + long cur_hp = StringUtil.isNotEmpty(hp) ? Long.parseLong(hp) : 0; + return cur_hp; + } +} diff --git a/libs/game_common/src/main/java/com/game/data/BasePlayBack.java b/libs/game_common/src/main/java/com/game/data/BasePlayBack.java new file mode 100644 index 0000000..c721e31 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/data/BasePlayBack.java @@ -0,0 +1,108 @@ +package com.game.data; + +import java.util.Map.Entry; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Utils; + +/** + * 回放数据记录 + * + */ +public abstract class BasePlayBack { + /** + * 房间信息 + */ + protected ITObject info; + /** + * 指令列表 + */ + protected ITArray cmdList; + + protected BasePlayBack(Room room) { + info = TObject.newInstance(); + cmdList = TArray.newInstance(); + info.putUtfString("roomid", room.roomid); + info.putInt("round", room.round); + info.putTObject("config", room.config); + info.putInt("banker_seat", room.bankerSeat); + info.putInt("active_seat", room.activeSeat); + info.putInt("game_id", Global.gameId); + + ITArray infoList = new TArray(); + for (Entry entry : room.playerMapByPlaying.entrySet()) { + Player player = entry.getValue(); + if(player.already_round==0)continue; + ITObject obj = getPlayerInfo(player); + infoList.addTObject(obj); + } + info.putTArray("playerData", infoList); + } + + protected ITObject getPlayerInfo(Player player) { + ITObject obj = TObject.newInstance(); + obj.putInt("aid", player.playerid); + obj.putUtfString("nick", player.nick); + obj.putInt("sex", player.sex); + obj.putUtfString("portrait", player.portrait); + obj.putInt("seat", player.seat); + player.hp_info(obj); + return obj; + } + + protected void addCommand(String cmd, int seat, ITObject data) { + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", cmd); + cmdObj.putInt("seat", seat); + cmdObj.putTObject("data", data); + cmdList.addTObject(cmdObj); + } + + /** + * 获取战绩回放数据,保存到redisd + * + * @return + */ + public ITObject getData() { + ITObject data = TObject.newInstance(); + data.putTObject("info", info); + data.putTArray("cmdList", cmdList); + return data; + } + /** + * 给客户端的提示按钮 + * @param seat + * @param cmdData + */ + public void addTipCommand(int seat, ITObject cmdData) { + addCommand("Tip", seat, cmdData); + } + + /** + * 玩家操作点击的提示 + * @param seat + * @param type + * @param weight + */ + public void addClickTipCommand(int seat, int type, int weight) { + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("weight", weight); + cmdData.putInt("type", type); + addCommand("ClickTip", seat, cmdData); + } + + /** + * 小结算数据 + */ + public void addResult(ITObject resultData) { + ITObject data = TObject.newInstance(); + Utils.objectCopyDeep(resultData, data); + data.putInt("type", 0); + addCommand("Result", 0, data); + } + +} diff --git a/libs/game_common/src/main/java/com/game/data/Hp.java b/libs/game_common/src/main/java/com/game/data/Hp.java new file mode 100644 index 0000000..14fda27 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/data/Hp.java @@ -0,0 +1,24 @@ +package com.game.data; + +public class Hp { + /** + * 当前体力值,每局更新,用于判断当局能输赢多少 + */ + public long cur_hp = 0; + /** + * 牌局开始到结束,总输赢体力值,不包括奖励体力值。因命名之前没有奖励一说 + */ + public int total_hp = 0; + /** + * 当局实际输赢体力值 + */ + public int round_actual_hp = 0; + /** + * 当局本应输赢体力值 + */ + public int round_answer_hp = 0; + /** + * 输赢是否已达上限 + */ + public boolean upper_limit = false; +} diff --git a/libs/game_common/src/main/java/com/game/data/JoinRoomData.java b/libs/game_common/src/main/java/com/game/data/JoinRoomData.java new file mode 100644 index 0000000..9e9fbea --- /dev/null +++ b/libs/game_common/src/main/java/com/game/data/JoinRoomData.java @@ -0,0 +1,12 @@ +package com.game.data; + +import com.taurus.permanent.data.Session; + +public class JoinRoomData { + public Room room; + public String session_key; + public Session sender; + public String gps_pos; + public boolean test_user; + +} diff --git a/libs/game_common/src/main/java/com/game/data/Player.java b/libs/game_common/src/main/java/com/game/data/Player.java new file mode 100644 index 0000000..bb467de --- /dev/null +++ b/libs/game_common/src/main/java/com/game/data/Player.java @@ -0,0 +1,607 @@ +package com.game.data; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.MainServer; +import com.game.player.state.PlayerPopupState; +import com.game.player.state.PlayerReloadState; +import com.game.state.StateMachine; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.Session; +import redis.clients.jedis.Jedis; + +/** + * 基本玩家对象 + * + * + */ +public class Player { + /** + * 所在房间对象 + */ + public Room room = null; + /** + * 用户id + */ + public int playerid = 0; + + public String ip = null; + /** + * redis session id + */ + public String session_id = StringUtil.Empty; + public String score_key = StringUtil.Empty; + public String net_key = StringUtil.Empty; + /** + * 玩家状态机 + */ + public StateMachine stateMachine = null; + + /** + * mpnet session + */ + public volatile Session sender = null; + /** + * 是否正在链接 + */ + public volatile boolean isConnect = false; + /** + * 是否是重连 + */ + public boolean isReload = false; + /** + * 是否被摧毁 + */ + public volatile boolean isDestroy = false; + + /** + * 当前座位号 + */ + public int seat = 0; + public int nextSeat = 0; + public int lastSeat = 0; + /** + * 昵称 + */ + public String nick = StringUtil.Empty; + /** + * 性别 + */ + public int sex = 1; + /** + * 头像 + */ + public String portrait = StringUtil.Empty; + /** + * GPS位置 + */ + public String gps_pos = StringUtil.Empty; + + /** + * 0 无 1 胡 2 输 + */ + public int winer = 0; + + /** + * 胡牌统计 + */ + public int winCount = 0; + /** + * 准备状态 + */ + public boolean ready = false; + + public boolean is_white = false; + + public int black_white_status = 0; + + public double black_white_rate = 10; + + /** + * 解散房间状态 + */ + public int dismissState = 0; + /** + * 申请解散次数 + */ + public int dismissCount = 0; + /** + * 计分统计 + */ + public Score score; + /** + * action计时器 + */ + public Timer actionTimer; + /** + * 计时器 + */ + public Timer timer; + public volatile long offlineTime; + /** + * 抽水值 + */ + public int practicalHpPump = 0; + /** + * 奖励数据 + */ + public String prs = StringUtil.Empty; + /** + * 托管 + */ + public volatile boolean entrust = false; + /** + * 自动出牌 + */ + public volatile boolean manualAutoCard = false; + /** + * 是否正在观看 + */ + public volatile boolean spectator = false; + /** + * 已玩局数 + */ + public int already_round = 0; + /** + * 体力值 + */ + public Hp hp; + /** + * 托管局数 + */ + public int entrust_round = 0; + /** + * 是否检测退出限制 + */ + public boolean check_exit_limit = true; + + public boolean xi_pai = false; + /** + * 抽水值total + */ + public int xi_pai_total = 0; + + public int an_chou_total = 0; + + public Player(int playerid, Room table, String session_id) { + this.room = table; + this.playerid = playerid; + this.session_id = session_id; + this.score_key = "score_" + playerid; + this.net_key = "net_" + playerid; + this.score = newScore(); + this.stateMachine = new StateMachine(this); + this.isReload = false; + this.hp = new Hp(); + this.xi_pai = false; + } + + protected Score newScore() { + return new Score(this); + } + + /** + * 设置玩家session + * @param sender + */ + public void setSender(Session sender) { + // 服务器从崩溃中重启 + if (sender == null) { + this.isReload = true; + this.isConnect = false; + this.stateMachine.changeState(Global.getState(PlayerReloadState.class)); + return; + } + if (this.isConnect && this.sender != null && this.sender != sender) { + Global.sessionMgr.deleteSession(this.sender); + TPServer.me().getController().disconnect(this.sender); + } + // 已经连接 + this.sender = sender; + Global.sessionMgr.putPlayer(sender, this); + this.isConnect = true; + // if (this.stateMachine.curState == null || this.isReload) { + // this.stateMachine.changeState(Global.getState(PlayerInitState.class)); + this.isReload = false; + // } + } + + /** + * 计时器,Ps 到某状态自动执行某操作 + * @param time 时间 ms + * @param cmd 计时完执行事件 + * @param param 执行事件参数 + */ + public void startTimer(int time, String cmd, Object param) { + stopTimer(); + this.timer = new Timer(time, new Timer.ITaskHandler() { + @SuppressWarnings("unchecked") + @Override + public void doTask(Timer timer) { + Global.info("{} [{}] Timer Excute ActionEvent [{}] param :{}", Player.this.toString(), stateMachine.curState.getClass().getSimpleName(), cmd, + param == null ? "null" : param.toString()); + stateMachine.curState.execute(Player.this, cmd, 0, param); + } + }); + room.addTimer(this.timer); + } + + /** + * 指定时间计时, + * cmd :timer_auto + * @param time + */ + public void startTimer(int time) { + startTimer(time, ActionEvent.EVENT_TIMER_AUTO, null); + } + + /** + * 默认配置计时器 + * time : 1000ms + * cmd : timer_auto + */ + public void startTimer() { + startTimer(room.def_actionTimer_time, ActionEvent.EVENT_TIMER_AUTO, null); + } + + public void stopTimer() { + if (this.timer != null) { + this.timer.stop(); + this.timer = null; + } + } + + /** + * 停止所有计时器,如玩家退出某状态时 + */ + public void stopAllTimer() { + stopTimer(); + stopActionTimer(); + } + + /** + * 托管计时器 + * @param time 单位毫秒 + */ + public void startActionTimer(int time, Object param) { + stopActionTimer(); + this.actionTimer = new Timer(time, new Timer.ITaskHandler() { + @SuppressWarnings("unchecked") + @Override + public void doTask(Timer timer) { + String type = ""; + if (param != null) { + ITObject netParam = (ITObject) param; + if (netParam.containsKey("type")) { + type = netParam.getUtfString("type"); + } + } + if (ActionEvent.EVENT_ENTRUST.equals(type) && !entrust) { + entrust = true; + Global.gameCtr.updatePlayerEntrust(Player.this); + } + Global.info("{} [{}] Entrust Auto Execute ActionEvent", Player.this.toString(), stateMachine.curState.getClass().getSimpleName()); + stateMachine.curState.execute(Player.this, ActionEvent.EVENT_TIMER_AUTO, 0, param); + } + }); + String type = ""; + int broad = 0; + if (param != null) { + ITObject netParam = (ITObject) param; + if (netParam.containsKey("type")) { + type = netParam.getUtfString("type"); + } + if (netParam.containsKey("broad")) { + broad = netParam.getInt("broad"); + } + } + if (ActionEvent.EVENT_ENTRUST.equals(type) && broad == 1) { + this.actionTimer.parameters.put("param", param); + } + room.addTimer(this.actionTimer); + } + + /** + * + * @param time 单位毫秒 + */ + public void startActionTimer(int time) { + startActionTimer(time, null); + } + + public boolean isEntrust() { + return this.room.isEntrust() && this.entrust; + } + + /** + * 托管. + */ + public void startActionTimer() { + stopActionTimer(); + if (room.isEntrust()) { + ITObject param = TObject.newInstance(); + param.putUtfString("type", ActionEvent.EVENT_ENTRUST); + + if (isEntrust()) { + param.putInt("broad", 0); + startActionTimer(this.room.default_entrust_time, param); + } else { + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + String hava = jedis1.get(String.valueOf(Player.this.playerid)); + if(hava==null){ + param.putInt("broad", 1); + startActionTimer(this.room.entrustTime, param); + Global.gameCtr.entrust(Player.this, this.room.entrustTime/1000); + jedis1.set(String.valueOf(Player.this.playerid),"ok"); + jedis1.expire(String.valueOf(Player.this.playerid),this.room.entrustTime/1000); + } + } + } + } + + public void stopActionTimer() { + if (this.actionTimer != null) { + if (this.actionTimer.parameters.containsKey("param")) { + ITObject param = (ITObject)this.actionTimer.parameters.get("param"); + String type = ""; + if (param != null) { + ITObject netParam = (ITObject) param; + if (netParam.containsKey("type")) { + type = netParam.getUtfString("type"); + } + } + if (ActionEvent.EVENT_ENTRUST.equals(type)) { + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + String hava = jedis1.get(String.valueOf(Player.this.playerid)); + if (hava!=null){ + jedis1.del(String.valueOf(Player.this.playerid)); + } + Global.gameCtr.cancelEntrust(Player.this); + } + } + this.actionTimer.stop(); + this.actionTimer = null; + } + } + + public int getActionLeftTime() { + if (this.actionTimer != null) { + return Math.abs(this.actionTimer.getCountdownTime() / 1000); + } + return 0; + } + + public int getEntrustActionLeftTime() { + if (this.actionTimer != null) { + if (this.actionTimer.parameters.containsKey("param")) { + ITObject param = (ITObject)this.actionTimer.parameters.get("param"); + String type = ""; + if (param != null) { + ITObject netParam = (ITObject) param; + if (netParam.containsKey("type")) { + type = netParam.getUtfString("type"); + } + } + if (ActionEvent.EVENT_ENTRUST.equals(type)) { + return Math.abs(this.actionTimer.getCountdownTime() / 1000); + } + } + } + return 0; + } + + /** + * 返回结果 + * @param params + * @param gid + * @param error + */ + public void response(ITObject params, int gid, int error) { + if (!this.isConnect) + return; + if (error == 0) { + MainServer.instance.sendResponse(gid, error, params, this.sender); + } else { + MainServer.instance.sendResponse(gid, error, null, this.sender); + } + } + + /** + * 发送事件给客户端 + * @param cmd + * @param param + */ + public void sendEvent(String cmd, ITObject param) { + if (!this.isConnect) + return; + MainServer.instance.sendEvent(cmd, param, this.sender); + } + + /** + * 获取玩家信息 + * @return + */ + public ITObject getInfo() { + ITObject playerData = new TObject(); + playerData.putInt("aid", this.playerid); + playerData.putUtfString("nick", this.nick); + playerData.putInt("sex", this.sex); + playerData.putUtfString("portrait", this.portrait); + if (StringUtil.isNotEmpty(gps_pos)) { + playerData.putUtfString("pos", gps_pos); + } + String ip = this.ip; + if (this.ip == null && this.sender != null) { + ip = sender.getAddress(); + } + playerData.putInt("ready", this.ready ? 1 : 0); + playerData.putUtfString("ip", ip); + playerData.putInt("seat", this.seat); + playerData.putInt("online", this.isConnect ? 1 : 0); + playerData.putBoolean("spectator", spectator); + if (this.room.openEntrust) { + playerData.putBoolean("entrust", this.entrust); + playerData.putInt("entrust_time", getEntrustActionLeftTime()); + } + hp_info(playerData); + // if (Redis.use().hexists(this.session_id, "offLineTime")) { + // int offLineTime = Integer.parseInt(Redis.use().hget(this.session_id, "offLineTime")); + // playerData.putInt("offLineTime", Utils.differSecond(offLineTime)); + // } + return playerData; + } + + public ITObject getReloadInfo() { + ITObject playerData = new TObject(); + playerData.putInt("playerid", playerid); + if (this.room.openEntrust && this.room.isEntrust) { + playerData.putBoolean("entrust", this.entrust); + playerData.putInt("entrust_time", getEntrustActionLeftTime()); + + Global.logger.info("entrust_time getEntrustActionLeftTime() : "+getEntrustActionLeftTime()); + } + playerData.putBoolean("popup", this.stateMachine.curState instanceof PlayerPopupState); + hp_info(playerData); + return playerData; + } + + /** + * 玩家销毁时调用 + * @param sysredis + */ + public void destroy(boolean sysredis) { + if (isDestroy) + return; + isDestroy = true; + stopActionTimer(); + this.room.removePlayer(this, sysredis); + if (this.sender != null) { + Global.sessionMgr.deleteSession(sender); + } + } + + private int __checkSeat(int seat, int count, boolean add) { + if (seat > this.room.maxPlayers) { + seat = 1; + } else if (seat <= 0) { + seat = this.room.maxPlayers; + } + if (count == this.room.maxPlayers) + return seat; + Player player = this.room.playerMapBySeat.get(seat); + if (player == null || player.spectator) { + if (add) + seat = seat + 1; + else + seat = seat - 1; + count++; + return __checkSeat(seat, count, add); + } + return seat; + } + + /** + * 初始化座位信息 + */ + public void initSeat() { + this.nextSeat = __checkSeat(this.seat + 1, 1, true); + this.lastSeat = __checkSeat(this.seat - 1, 1, false); + } + + /** + * 清理玩家数据 + */ + public void clear() { + this.winer = 0; + this.check_exit_limit = true; + this.is_white = false; + this.manualAutoCard = false; + + stopActionTimer(); + } + + /** + * 注册redis事件,总服处理 + * @param type + * @param num + */ + public void redisEvent(int type, int num) { + Global.eventCtr.redisEvent(playerid, type, num); + } + + public String toString() { + return session_id; + } + + public void hp_info(ITObject param) { + ITObject hp_info = TObject.newInstance(); + // 下局体力值 + hp_info.putLong("cur_hp", hp.cur_hp); + // 本局实际输赢体力值 + hp_info.putInt("round_actual_hp", hp.round_actual_hp); + // 输赢是否已达上限 + hp_info.putBoolean("upper_limit", hp.upper_limit); + // 总输赢体力值 + hp_info.putInt("total_hp", hp.total_hp); + param.putTObject("hp_info", hp_info); + + } + + + + /** + * 获取当前体力值 + */ + public Long getHp() { + return this.hp.cur_hp + (long)this.hp.round_actual_hp; + } + +// public void updateHp() { +// this.hp.cur_hp = this.hp.cur_hp + this.hp.round_actual_hp; +// } + + public void clearHp() { + this.hp.round_actual_hp = 0; + this.hp.round_answer_hp = 0; + this.hp.upper_limit = false; + } + + /** + * 设置托管数据 + * @param data + */ + public void setEntrustData(ITObject data) { + + } + + public void exitEntrust() { + if (this.room.isEntrust()) { + this.entrust_round = 0; + stopActionTimer(); + this.entrust = false; + if (room.activeSeat == this.seat) { + startActionTimer(); + } + } + } + + + /** + * 牌局结束输赢总体力值,包括奖励体力值 + */ + public int totalHp() { + return hp.total_hp; + } + + /** + * 需要抽水的具体体力值,不可负分 - 实际赢体力值,可负分 - 实际赢积分 换算成赢总体力值 + */ + public int hpPumpValue() { + return hp.total_hp; + } + +} diff --git a/libs/game_common/src/main/java/com/game/data/Room.java b/libs/game_common/src/main/java/com/game/data/Room.java new file mode 100644 index 0000000..ef910f6 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/data/Room.java @@ -0,0 +1,1860 @@ +package com.game.data; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.concurrent.BlockingQueue; +import java.util.concurrent.LinkedBlockingQueue; + +import com.data.bean.AccountBean; +import com.data.cache.AccountCache; +import com.data.cache.GroupMemberCache; +import com.game.Constant; +import com.game.GPSUtil; +import com.game.Global; +import com.game.GroupPublisherService; +import com.game.MainServer; +import com.game.Router; +import com.game.Util; +import com.game.player.state.PlayerPopupState; +import com.game.room.state.RoomDestoryGameState; +import com.game.room.state.RoomEndState; +import com.game.room.state.RoomInitState; +import com.game.state.StateMachine; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.data.Session; + +import redis.clients.jedis.Jedis; + +/** + * 基本房间对象 + * + * + */ +public class Room implements Runnable { + /** + * 房间ID + */ + public String roomid = ""; + /** + * 房间redis_key + */ + public String room_key = ""; + /** + * 房间状态机 + */ + public StateMachine stateMachine; + /** + * 玩家列表ID映射 + */ + public final Map playerMapById = new HashMap(); + /** + * 玩家列表Seat映射 + */ + public final Map playerMapBySeat = new HashMap(); + /** + * 游戏中玩家列表 + */ + public final Map playerMapByPlaying = new HashMap(); + /** + * 观看列表 + */ + public final Map playerMapBySpectator = new HashMap(); + /** + * 房间配置数据 + */ + public ITObject config; + /** + * 房间最大人数 + */ + public int maxPlayers; + /** + * 开始游戏数量 0 首位开始 > + */ + public int startGameNum; + + private Thread roomUpdateThread; + /** + * 房间是否被激活 + */ + private volatile boolean isActive = false; + /** + * 房间是否被销毁 + */ + public volatile boolean isDestroy = false; + final BlockingQueue updateHandleList = new LinkedBlockingQueue(); + final List timerList = new ArrayList<>(); + /** + * 当前激活的座位号 + */ + public int activeSeat = 0; + /** + * 庄家座位号 + */ + public int bankerSeat = 0; + /** + * 房主ID + */ + public int owner_id = 0; + /** + * 局數 + */ + public Integer round = 0; + /** + * 最大回合数 + */ + public int maxRound = 0; + /** + * 服务器重连 + */ + public boolean serverRload = false; + /** + * 是否开始 + */ + public boolean isplaying = false; + + /** + * 是否禁止解散 + */ + public boolean isBanDismiss = false; + + /** + * 房间解散处理对象 + */ + public RoomDismiss dismissRunable; + /** + * 当前房间对象逻辑锁 + */ + public Object lock = new Object(); + /** + * 房间数据redis映射 + */ + public Map redis_room_map; + /** + * 战绩回放redis key + */ + public String military_key; + /** + * 退还 + */ + public int pay = 0; + /** + * 支付人玩家ID + */ + public int pay_playerid = 0; + /** + * 是否AA支付 + */ + public boolean pay_AA = false; + /** + * 是否是代理房间 + */ + public boolean agent = false; + /** + * 0 未开始 1开始 2删除标记 3已删除 + */ + public int status = 0; + /** + * 圈子ID + */ + public int groupId = 0; + /** + * 圈子玩法ID + */ + public int groupPid = 0; + /** + * 奖励类型 + */ + public int rewardType = 1; + public int rewardValueType = 1; + public int basePump = 0; + public int totalPump = 0; + + public int xipai_rewardType = 1; + + public int anchou_rewardType = 1; + + public int xipai_rewardValueType = 1; + + public int anchou_rewardValueType = 1; + + /** + * 人头制时,是否需要奖励 + */ + public boolean aHeadReward = true; + + /** + * 限制进入房间 limitInRoom 限制抢庄 limitloot 退出游戏体力值限制 limitPlay 抽水设置 limitPump (0 + * --大赢家抽水 ; 1 --全部赢家抽水) 抽水比例 pumpProportion 单人单局抽水上限 UpperLimit 抽水类型 type + * 1.固定抽水 : 2.浮动抽水(百分比) 倍数 times + */ + public ITObject hpData; + /** + * 是否打开托管 + */ + public boolean openEntrust; + /** + * 托管时间 + */ + public int entrustTime = 60000; + /** + * 1 单局结束 大结算 2 局满结算 3 局结算 + */ + public int entrusResultType = 1; + /** + * 默认托管时间 500ms + */ + public int default_entrust_time = 2000; + /** + * 计时器默认时间 + */ + public int def_actionTimer_time = 1000; + /** + * 踢出时间 + */ + public int kickTime = 0; + /** + * 回放数据 + */ + public BasePlayBack playBackData; + /** + * 是否托管玩法。 + */ + public boolean isEntrust = false; + /** + * 游戏结束类型 1-正常结束 2-托管当局大结算 3-体力值不足 4-中途申请解散 + */ + public int endType = Constant.END_TYPE_NORMAL; + + public List win, loss; + /** + * 当前局战绩是否已存储 + */ + public boolean roundSave = false; + + /** + * 进入玩家 + */ + public Player join_player; + + public boolean while_list = false; + + public double white_value = 20; + + public int xi_pai_score = 0; + public int an_chou_score = 0; + public int fengdingScore = 0; + + + public Room(String roomid, Map redis_room_map) { + this.roomid = roomid; + this.room_key = "room:" + roomid; + if (owner_id == 0) { + String owner_key = redis_room_map.get("owner"); + String ownerid = Redis.use().hget(owner_key, "id"); + owner_id = Integer.parseInt(ownerid); + military_key = "military_" + roomid + redis_room_map.get("create_time"); + } + + this.stateMachine = new StateMachine(this); + this.stateMachine.changeState(Global.getState(RoomInitState.class)); + redis_room_map.remove("cache_ver"); + this.redis_room_map = redis_room_map; + this.win = new ArrayList<>(); + this.loss = new ArrayList<>(); + this.config = TObject.newFromJsonData(redis_room_map.get("options")); + this.maxPlayers = Integer.parseInt(redis_room_map.get("maxPlayers")); + this.maxRound = Integer.parseInt(redis_room_map.get("times")); + this.config.putInt("maxPlayers", this.maxPlayers); + this.config.putInt("times", this.maxRound); + this.pay = Integer.parseInt(redis_room_map.get("pay")); + this.pay_playerid = Integer.parseInt(redis_room_map.get("payer")); + this.pay_AA = Integer.parseInt(redis_room_map.get("AA")) == 1; + this.config.putInt("AA", this.pay_AA ? 1 : 0); + this.agent = Integer.parseInt(redis_room_map.get("agent")) > 0; + this.status = Integer.parseInt(redis_room_map.get("status")); + if (this.config.containsKey("start_num")) { + this.startGameNum = this.config.getInt("start_num"); + } else { + this.startGameNum = this.maxPlayers; + } + + Integer str = config.getInt("isBanDismiss");// 0 / 1 + if (str != null && str==1) { + this.isBanDismiss = true; + } else { + this.isBanDismiss = false; + } + + this.dismissRunable = new RoomDismiss(this); + this.xi_pai_score = 0; + this.an_chou_score = 0; + if (redis_room_map.containsKey("group")) { + groupId = Integer.parseInt(redis_room_map.get("group")); + if (groupId > 0) { + if (redis_room_map.containsKey("dismiss_time")) { + this.dismissRunable.maxTime = Integer.parseInt(redis_room_map.get("dismiss_time")); + } + if (redis_room_map.containsKey("kick_time")) { + this.kickTime = Integer.parseInt(redis_room_map.get("kick_time")); + } + groupPid = Integer.parseInt(redis_room_map.get("gpid")); + groupPid = Integer.parseInt(redis_room_map.get("gpid")); + rewardType = Integer.parseInt(redis_room_map.get("rewardType")); + if(redis_room_map.get("rewardValueType") != null) { + rewardValueType = Integer.parseInt(redis_room_map.get("rewardValueType")); + } + + if(redis_room_map.get("xipai_rewardType") != null) { + xipai_rewardType = Integer.parseInt(redis_room_map.get("xipai_rewardType")); + } + + if(redis_room_map.get("xipai_rewardValueType") != null) { + xipai_rewardValueType = Integer.parseInt(redis_room_map.get("xipai_rewardValueType")); + } + + if(redis_room_map.get("anchou_rewardType") != null) { + anchou_rewardType = Integer.parseInt(redis_room_map.get("anchou_rewardType")); + } + + if(redis_room_map.get("anchou_rewardValueType") != null) { + anchou_rewardValueType = Integer.parseInt(redis_room_map.get("anchou_rewardValueType")); + } + + if (this.config.containsKey("hpData")) { + hpData = this.config.getTObject("hpData"); + + if (hpData.containsKey("basePump")) { + basePump = hpData.getInt("basePump"); + } + } + if (this.config.containsKey("tuoguan_active_time")) { + this.entrustTime = this.config.getInt("tuoguan_active_time") * 1000; + this.openEntrust = this.entrustTime > 0; + this.entrusResultType = this.config.getInt("tuoguan_result_type"); + } + + } + } + } + + + + /** + * 决定总结算方式 + * + * @return true : 总结算 + */ + protected boolean totalType() { + return this.round >= this.maxRound; + } + + public void start() { + if (isActive) + return; + Global.logger.info(room_key + " thread start"); + last_read_status_time = 0; + roomUpdateThread = new Thread(this, room_key + "_" + round); + roomUpdateThread.start(); + isActive = true; + } + + private void handleTimer(int index) { + if (isDestroy) { + return; + } + if (timerList.size() > index) { + Timer timer = timerList.get(index); + if (timer.isRuning()) { + timer.executeTask(); + handleTimer(index + 1); + } else { + synchronized (timerList) { + timerList.remove(index); + } + handleTimer(index); + } + } + } + + private void handleTask() { + if (isDestroy) { + return; + } + if (updateHandleList.size() > 0) { + Runnable tem = null; + synchronized (updateHandleList) { + tem = updateHandleList.poll(); + } + if (tem == null) + return; + tem.run(); + handleTask(); + } + } + + private long last_read_status_time = 0; + + public void run() { + Global.logger.info(room_key + " thread run"); + while (isActive && !isDestroy) { + try { + synchronized (lock) { + if (System.currentTimeMillis() - last_read_status_time > 1000) { + last_read_status_time = System.currentTimeMillis(); + String status = Redis.use().hget(room_key, "status"); + if (StringUtil.isNotEmpty(status)) { + int tem = Integer.parseInt(status); + if (tem == Constant.ROOM_STATUS_DEL_FALG || tem == Constant.ROOM_STATUS_DEL_FALG) { + Global.roomMgr.dismissRoom(roomid, false); + continue; + } + } else { + Global.roomMgr.dismissRoom(roomid, false); + continue; + } + } + handleTimer(0); + if (isDestroy) + continue; + handleTask(); + if (isDestroy) + continue; + } + Thread.sleep(5); + } catch (InterruptedException e) { + isActive = false; + Global.logger.error("[" + room_key + "] room thread interrupted!"); + } catch (Throwable t) { + Global.logger.error("[" + room_key + "] exception!", t); + } + } + Global.logger.info(room_key + " thread stop"); + } + + /** + * add queue runnable + * + * @param runnable + */ + public void enqueueRunnable(Runnable runnable) { + if (!isActive) + return; + if (runnable == null) + return; + synchronized (updateHandleList) { + updateHandleList.add(runnable); + } + } + + /** + * 单线程计时器 + * + * @param timer + */ + public void addTimer(Timer timer) { + if (!isActive) + return; + if (timer == null) + return; + synchronized (timerList) { + timerList.add(timer); + timer.start(); + } + } + + /** + * 开始游戏改变状态 + */ + public void startGame() { + while_list = false; + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + player.clear(); + if (player.stateMachine.curState instanceof PlayerPopupState) { + continue; + } + player.already_round++; + player.ready = false; + player.is_white = false; + player.black_white_status = 0; + String gm_key = GroupMemberCache.genKey(this.groupId, player.playerid); + String black_key = Redis.use("group1_db10").hget(gm_key, "group_black_key"); + if (StringUtil.isEmpty(black_key)) + { + black_key = gm_key; + } + + String black = Redis.use("group1_db10").hget(black_key, "black"); + String black_rate = Redis.use("group1_db10").hget(black_key, "group_black_rate"); + + if(StringUtil.isNotEmpty(black)&&black.equals("0")) { + player.black_white_status = 0; + player.black_white_rate = 0; + } + else if(StringUtil.isNotEmpty(black)&&black.equals("1")) { + player.black_white_status = 1; + if (StringUtil.isNotEmpty(black_rate)) + { + try { + player.black_white_rate = Integer.parseInt(black_rate); + } + catch (NumberFormatException e) { + player.black_white_rate = 10; + } + } + } + else if(StringUtil.isNotEmpty(black)&&black.equals("2")) { + player.black_white_status = 2; + if (StringUtil.isNotEmpty(black_rate)) + { + try { + player.black_white_rate = Integer.parseInt(black_rate); + } + catch (NumberFormatException e) { + player.black_white_rate = 10; + } + } + } + else { + player.black_white_status = 0; + player.black_white_rate = 0; + } + + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player.playerid))) { + player.is_white = true; + while_list = true; + String StrGameWhiteValue = Redis.use("group1_db1").hget("gods_game_value", Integer.toString(Global.gameId)); + if (StringUtil.isNotEmpty(StrGameWhiteValue)) + { + Global.logger.info("xingyuhao gods_game_value:" + Global.gameId + " rate:" + StrGameWhiteValue); + white_value = Integer.parseInt(StrGameWhiteValue); + if (white_value > 100) + { + white_value = 0; + } + else if (white_value <= 0) + { + white_value = 100; + } + else + { + white_value = 100 - white_value; + } + } + else { + String StrWhiteValue = Redis.use("group1_db1").hget("gods_value", Integer.toString(player.playerid)); + if (StringUtil.isNotEmpty(StrWhiteValue)) + { + white_value = Integer.parseInt(StrWhiteValue); + if (white_value > 100) + { + white_value = 0; + } + else if (white_value <= 0) + { + white_value = 100; + } + else + { + white_value = 100 - white_value; + } + } + else { + white_value = 100; + } + } + } + player.initSeat(); + this.playerMapByPlaying.put(player.playerid, player); + } + if (this.round == 0 && this.status == Constant.ROOM_STATUS_NOBEGIN) { + this.status = Constant.ROOM_STATUS_PLAYING; + this.redis_room_map.put("status", this.status + ""); + Redis.use().hset(this.room_key, "status", this.status + ""); + this.redis_room_map.put("open", "0"); + Redis.use().hset(this.room_key, "open", "0"); + + } + this.round++; + this.isplaying = true; + this.roundSave = false; + this.updateRound(); + this.clearHp(); + } + + /** + * 房间小结算 + */ + protected void roomResult() { + + } + + public void CountXiPai() + { + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.xi_pai) + { + player.xi_pai = false; + } + + //redisUpdateXiPaiPlayer(player); + } + } + + /** + * 游戏结束 + */ + public void endGame() { + boolean total = totalType(); + if (!total) + total = entrustTotal(); + + CountXiPai(); + CheckModifyHp(); + boolean settlement = redisUpdateHp(); + total = total || settlement; + + this.saveRecRound(); + + if (total) { + this.saveMilitaryTotal(false); + } else { + roomResult(); + } + + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (player.manualAutoCard) { + player.manualAutoCard = false; + //player.exitEntrust(); + if (player.room.isEntrust()) { + //Global.gameCtr.cancelEntrust(player); + player.entrust = false; + Global.gameCtr.updatePlayerEntrust(player); + } + } + } + + if (total) { + this.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); + } else { + this.stateMachine.changeState(Global.getState(RoomEndState.class)); + this.playerMapByPlaying.clear(); + this.clear(); + } + + + } + + /** + * 保存积分 + */ + public void saveSocre() { + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + redis_room_map.put(player.score_key, player.score.total_score + ""); + } + Redis.use().hmset(this.room_key, redis_room_map); + } + + /** + * + * @param player_id + */ + protected Player loadReloadPlayer(int player_id,int seat) { + AccountBean acc = AccountCache.getAccount(player_id); + Player player = MainServer.instance.newPlayer(player_id, this, acc.redis_key); + player.seat = seat; + player.nick = acc.nick; + player.sex = acc.sex; + player.portrait = acc.portrait; + String score_str = this.redis_room_map.get(player.score_key); + int num = StringUtil.isNotEmpty(score_str) ? Integer.parseInt(score_str) : 0; + player.score.total_score = num; + player.setSender(null); + player.offlineTime = System.currentTimeMillis(); + this.redis_room_map.put(player.net_key, player.offlineTime + ""); + player.already_round = this.round; + player.hp.cur_hp = Util.readRedisHp(this.groupId, player.playerid); + if (groupId > 0) { + player.prs = redis_room_map.get("prs_" + player.playerid); + } + addPlayer(player, true, true); + return player; + } + + /** + * 服务器重连恢复玩家数据 + */ + public void loadRedisPlayer() { + if (this.redis_room_map != null && this.redis_room_map.containsKey("players")) { + this.serverRload = true; + this.status = Integer.parseInt(this.redis_room_map.get("status")); + if (this.redis_room_map.containsKey("round")) { + this.round = Math.max(Integer.parseInt(this.redis_room_map.get("round")) - 1, 0); + } + ITArray players = TArray.newFromJsonData(this.redis_room_map.get("players")); + ITArray seats = TArray.newFromJsonData(this.redis_room_map.get("seats")); + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + this.loadReloadPlayer(player_id, seats.getInt(i)); + } + } + + } + + /** + * 添加玩家,加入房间 + * + * @param player + * @param reload + */ + public void addPlayer(Player player, boolean reload, boolean onseat) { + if (!reload) { + if (onseat) { + player.seat = this.getSeat(); + } + Redis.use().hset(player.session_id, "seat", player.seat + ""); + if (groupId > 0) { + player.prs = Redis.use().hget(this.room_key, "prs_" + player.playerid); + } + this.redis_room_map.remove(player.net_key); + this.redis_room_map.put(player.score_key, "0"); + // 不是支付人,不是代理房间的AA至,由游戏服发送扣钱事件 + // if (this.pay_AA && this.pay > 0) { + // if ((player.playerid != this.pay_playerid && !this.agent) || this.agent) { + // Global.eventCtr.payDiamo(player, pay, groupId); + // } + // } + } + if (onseat) { + this.playerMapBySeat.put(player.seat, player); + } else { + this.playerMapBySpectator.put(player.playerid, player); + } + this.playerMapById.put(player.playerid, player); + + if (!reload && onseat) { + updateRedisMap(); + } + } + + /** + * 观众席入座 + * + * @param owner + */ + public boolean joinSeat(Player owner) { + if (owner.spectator) { + int seat = this.getSeat(); + if (seat == 0) + return false; + if (!this.playerMapBySeat.containsKey(seat)) { + owner.ready = true; + owner.seat = seat; + this.playerMapBySeat.put(owner.seat, owner); + this.playerMapBySpectator.remove(owner.playerid); + updateRedisMap(); + return true; + } + } + return false; + } + + /** + * 离开座位到观众席 + * + * @param player + */ + public boolean exitSeat(Player player) { + if (this.playerMapBySeat.containsKey(player.seat)) { + if (!this.isplaying && player.seat == this.bankerSeat) { + if (this.playerMapBySeat.size() > 1) { + for (Player tem : this.playerMapBySeat.values()) { + tem.initSeat(); + } + this.bankerSeat = player.nextSeat; + } else { + this.bankerSeat = 0; + } + } + this.playerMapBySeat.remove(player.seat); + this.playerMapBySpectator.put(player.playerid, player); + updateRedisMap(); + return true; + } + return false; + } + + /** + * 刪除玩家,退出房间 + * + * @param player + */ + public void removePlayer(Player player, boolean sysredis) { + this.playerMapBySeat.remove(player.seat); + this.playerMapById.remove(player.playerid); + this.playerMapByPlaying.remove(player.playerid); + this.playerMapBySpectator.remove(player.playerid); + if (this.status == 0 && this.pay > 0) { + if (this.pay_AA) { + Global.eventCtr.refundDiamo(player.playerid, pay, groupId,groupPid); + } else if (this.pay_playerid == player.playerid && !this.agent) { + Global.eventCtr.refundDiamo(player.playerid, pay, groupId,groupPid); + } + } + Global.gameCtr.delRoomSeat(player.session_id, this.room_key); + if (sysredis) { + redis_room_map.remove(player.score_key); + updateRedisMap(); + } + } + + /** + * 更新房间redis数据 + */ + public void updateRedisMap() { + Iterator> it = playerMapBySeat.entrySet().iterator(); + List seat_list = new ArrayList<>(); + List player_list = new ArrayList<>(); + while (it.hasNext()) { + Entry entry = (Entry) it.next(); + seat_list.add(entry.getKey()); + player_list.add(entry.getValue().playerid); + } + redis_room_map.put("players", Util.toTArray(player_list).toJson()); + redis_room_map.put("seats", Util.toTArray(seat_list).toJson()); + Redis.use().hmset(this.room_key, redis_room_map); + roomUpdateEvent(); + } + + /** + * 获取房间信息 + * + * @return + */ + public ITObject getRoomInfo() { + ITObject data = new TObject(); + data.putTObject("config", this.config); + data.putInt("round", this.round); + + TArray playerData = new TArray(); + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + playerData.addTObject(player.getInfo()); + } + data.putTArray("playerData", playerData); + data.putInt("xipai_score", this.xi_pai_score); + data.putInt("anchou_score",this.an_chou_score); + return data; + + } + + /** + * 获取重连数据 + * + * @return + */ + public ITObject getReloadInfo(Player player) { + ITObject data = new TObject(); + data.putInt("active_seat", this.activeSeat); + data.putInt("banker_seat", this.bankerSeat); + data.putBoolean("playing", this.isplaying); + ITArray info_list = TArray.newInstance(); + for (Entry entry : this.playerMapBySeat.entrySet()) { + info_list.addTObject(entry.getValue().getReloadInfo()); + } + data.putTArray("info_list", info_list); + return data; + } + + /** + * 广播消息到客户端 + * + * @param withOutPlayerid + * 排除的玩家ID0+ + * 0 + * @param cmd + * 协议指令 + * @param param + * 协议数据 + */ + public void broadCastToClient(int withOutPlayerid, String cmd, ITObject param) { + if (!isActive) + return; + List list = new ArrayList(); + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (player.playerid == withOutPlayerid) { + continue; + } + if (!player.isConnect) + continue; + list.add(player.sender); + } + MainServer.instance.sendEvent(cmd, param, list); + } + + /** + * 广播服务器事件 + * + * @param withOutPlayerid + * 排除的玩家ID + * @param cmd + * @param param + */ + public void broadCastToServer(int withOutPlayerid, String cmd, Object param) { + if (!isActive) + return; + for (Entry entry : this.playerMapByPlaying.entrySet()) { + Player player = entry.getValue(); + if (player.playerid == withOutPlayerid) + continue; + player.stateMachine.execute(cmd, 0, param); + } + + } + + /** + * 获取当前房间空闲座位号 + * + * @return + */ + public int getSeat() { + if (!isActive) + return 1; + for (int seat = 1; seat <= this.maxPlayers; seat++) { + if (!this.playerMapBySeat.containsKey(seat)) { + return seat; + } + } + return 1; + } + + /** + * 更新redis回合 + */ + private void updateRound() { + redis_room_map.put("round", this.round.toString()); + this.roomUpdateThread.setName(room_key + "_" + round); + Redis.use().hset(this.room_key, "round", this.round.toString()); + roomUpdateEvent(); + } + + /** + * 更新redis玩家离线 + * + * @param player + */ + public void updatePlayerOffline(Player player) { + if (player.seat == 0) + return; + if (player.isConnect) { + redis_room_map.remove(player.net_key); + Redis.use().hdel(this.room_key, player.net_key); + } else { + player.offlineTime = System.currentTimeMillis(); + redis_room_map.put(player.net_key, player.offlineTime + ""); + Redis.use().hset(this.room_key, player.net_key, redis_room_map.get(player.net_key)); + } + roomUpdateEvent(); + } + + /** + * 每局的战绩 + * + */ + public void saveRecRound() { + if (this.playBackData == null || roundSave) + return; + ITArray plist = TArray.newInstance(); + Jedis jedis5 = Redis.use("group1_db5").getJedis(); + try { + if (!jedis5.exists(military_key)) { + Map militart_map = new HashMap<>(); + militart_map.put("game_id", Global.gameId + ""); + militart_map.put("room_id", roomid); + militart_map.put("groupId", this.groupId + ""); + militart_map.put("create_time", redis_room_map.get("create_time")); + int hp_times = this.hpData != null ? this.hpData.getInt("times") : 0; + militart_map.put("hp_times", hp_times + ""); + militart_map.put("groupPid", this.groupPid + ""); + jedis5.hmset(military_key, militart_map); + } + jedis5.hset(military_key, "round", this.round.toString()); + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + ITObject pdata = TObject.newInstance(); + pdata.putUtfString("nick", player.nick); + pdata.putInt("score", player.score.round_score); + if (player.hp != null) { + pdata.putInt("hp", player.hp.round_actual_hp); + } + + plist.addTObject(pdata); + } + jedis5.hset(military_key, "round_" + this.round, plist.toJson()); + String json = this.playBackData.getData().toJson(); + jedis5.hset(military_key, "rec_" + this.round, json); + + Global.logger.info("json: "+json); + + roundSave = true; + } finally { + jedis5.close(); + } + } + + /** + * 总战绩 + */ + public void saveMilitaryTotal(boolean dissmiss) { + if (dissmiss) { + saveRecRound(); + } + this.endType = dissmiss ? Constant.END_TYPE_DISSMISS : this.endType; + int scoreWin = 0; + Jedis jedis5 = Redis.use("group1_db5").getJedis(); + boolean hpPump = false; + + int totalPumpHp = 0; + int roomMoney = 0; + try { + ITArray plist = TArray.newInstance(); + boolean isMilitary = jedis5.exists(military_key); + int time = (int) (System.currentTimeMillis() / 1000); + + totalPumpHp = roomPlayerHpPump(); + + for (Entry entry : this.playerMapBySeat.entrySet()) { + + Player player = entry.getValue(); + if (player.already_round == 0) + continue; + Global.eventCtr.redisOver(player, time, isMilitary ? military_key : null); + if (this.agent && this.groupId > 0) { + if (player.hp.total_hp > scoreWin) { + scoreWin = player.hp.total_hp; + } + + if (player.practicalHpPump > 0) { + hpPump = true; + } + } + ITObject pdata = TObject.newInstance(); + pdata = TObject.newInstance(); + pdata.putUtfString("nick", player.nick); + pdata.putUtfString("portrait", player.portrait); + pdata.putInt("score", player.score.total_score); + if (player.hp != null) { + pdata.putInt("hp", player.hp.total_hp - player.practicalHpPump); + } + + pdata.putInt("accId", player.playerid); + plist.addTObject(pdata); + } + + // 人头制-是否需要奖励 + // 以大赢家为标准 -2019.12.23 + if (this.hpData != null ) { + + int type = this.hpData.containsKey("type") ? this.hpData.getInt("type") : 2; + if (type == 1) { + + int lowerThanValue = 0; + if(hpData.containsKey("UpperLimitReward") && hpData.getInt("UpperLimitReward") > 0) { + + if (hpData.containsKey("UpperLimit")) { + lowerThanValue = hpData.getInt("UpperLimit"); + roomMoney = hpData.getInt("UpperLimitReward"); + } + } + else if (this.hpData.containsKey("rewards_list")) { + // 新浮动抽水数据 + ITArray rewards_list = this.hpData.getTArray("rewards_list"); + if (rewards_list.size() > 0) { + + lowerThanValue = rewards_list.getTObject(0).getInt("UpperLimit"); + if(rewards_list.getTObject(0).containsKey("UpperLimitReward")) { + roomMoney = rewards_list.getTObject(0).getInt("UpperLimitReward"); + } + } + } + + if(scoreDesc().size()>0 && scoreDesc().get(0).hpPumpValue() < lowerThanValue && roomMoney > 0 ) { + aHeadReward = false; + }else { + roomMoney = 0; + } + } + } + + if (isMilitary) { + Map map = new HashMap<>(); + map.put("totalScore", plist.toJson()); + if (hpData != null) { + map.put("hpData", hpData.toJson()); + } + map.put("create_time", time + ""); + jedis5.hmset(military_key, map); + jedis5.expire(military_key, 3600 * 24 * 3); + } + } finally { + jedis5.close(); + } + + if (totalPumpHp > 0) { + if (totalPumpHp >= basePump) { + this.totalPump = totalPumpHp - basePump; + } else { + this.totalPump = 0; + } + } + + if (this.agent && this.groupId > 0) { + + Global.eventCtr.redisGroupRound(this, groupId, groupPid, hpPump ? 1 : 0); + + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.already_round == 0) + continue; + if (aHeadReward == false && roomMoney > 0) { + player.practicalHpPump += roomMoney; + this.totalPump +=roomMoney; + } + } + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.already_round == 0) + continue; + + long curHp = 0; + if (aHeadReward == false && roomMoney > 0) { + curHp = Global.eventCtr.redisFag(player, 0 , + hpPump || player.practicalHpPump > 0, true, 0, false, false,null); + } + else { + curHp = Global.eventCtr.redisFag(player, 0 , + hpPump || player.practicalHpPump > 0, false, 0, false, false,null); + } + + Global.eventCtr.redisGroupMemberRound(player, this.groupPid, + scoreWin > 0 && player.hp.total_hp == scoreWin, hpPump,(int)curHp); + } + } + + } + + public int getValidPlayer() { + int count = 0; + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.already_round == 0) + continue; + + count++; + } + return count; + } + + public ITArray getValidPlayerList() { + ITArray array = TArray.newInstance(); + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.already_round == 0) + continue; + + array.addInt(player.playerid); + } + return array; + } + + /** + * 清理房间数据 + */ + public void clear() { + this.isplaying = false; + this.while_list = false; + } + + /** + * 房间摧毁时调用 + */ + public void destroy(boolean sendEvt) { + if (isDestroy) + return; + this.broadCastToClient(0, Router.GAME_EVT_EXIT_ROOM_DISMISS, null); + List playerlist = new ArrayList(this.playerMapById.values()); + for (Player player : playerlist) { + player.destroy(false); + } + this.status = Constant.ROOM_STATUS_DEL; + Redis.use().hset(room_key, "status", this.status + ""); + Redis.use().hincrBy(room_key, "cache_ver", 1); + Redis.use().expire(room_key, 20); + if (sendEvt && this.groupId > 0) { + GroupPublisherService.delRoomEvt(groupId, roomid); + } + isDestroy = true; + isActive = false; + + this.timerList.clear(); + this.playerMapById.clear(); + this.playerMapBySeat.clear(); + this.playerMapByPlaying.clear(); + this.playerMapBySpectator.clear(); + roomUpdateThread.interrupt(); + } + + public String toString() { + return room_key; + } + + /** + * 房间需要抽水玩家 特殊情况 : 分数一样,同时抽 Ps : A = 20 、 B=15 、C = 15 、 D = - 50 抽水规则 : 前2名 , 抽 + * A B C + */ + private int roomPlayerHpPump() { + + int totalPump = 0; + + if (this.hpData != null) { + List pumpPlay = new ArrayList<>(); + // limitPump-抽水类型 0.大赢家抽水1.所有赢家抽水2.前两名赢家抽水 3.前3名赢家抽水 4.(固定)所有玩家平分抽水(2019.11.5 + // 新增),以大赢家为基础,判定是否需要抽水 + // criterion-固定平分时,以什么为标准判断是否需要抽水 + int limitPump = hpData.containsKey("limitPump") ? hpData.getInt("limitPump") : 0, criterion = 0; + if (limitPump == 0 || limitPump == 4) {// 大赢家抽水 // (固定)所有玩家平分抽水 + List list = scoreDesc(); + if (list.size() == 0) + return 0; + Player winner = list.get(0); + if (winner.hpPumpValue() <= 0) + return 0; + if (limitPump == 0) { + pumpPlay.add(winner); + // 与排序后第一位玩家分数相等的玩家也需要抽水 + pumpPlay.addAll(scoreEq(winner)); + } else { + pumpPlay.addAll(alreadyRoundPlayer()); + criterion = winner.hpPumpValue(); + } + } else if (1 <= limitPump && limitPump <= 3) { + if (limitPump == 1) { + alreadyRoundPlayer().forEach(player -> { + if (player.hpPumpValue() >= 0) { + pumpPlay.add(player); + } + }); + } else if (limitPump > 1) { + int num = 0, temp_hp = 0; + for (Player player : scoreDesc()) { + if (player.hpPumpValue() >= 0) { + pumpPlay.add(player); + if (temp_hp != player.hpPumpValue()) { + num++; + } + if (num == limitPump) { + pumpPlay.addAll(scoreEq(player)); + break; + } else { + temp_hp = player.hpPumpValue(); + } + } + } + } + } + for (Player player : pumpPlay) { + totalPump += hpPump(player, limitPump, criterion); + } + } + + return totalPump; + } + + /** + * 具体抽水体力值(向下取整) + * + * @param player + * @param limitPump + * 抽水类型 + * @param criterion + * 固定平分时,以什么为标准判断是否需要抽水 + */ + private int hpPump(Player player, int limitPump, int criterion) { + try { + // 抽水类型 1.固定 2.浮动 + int type = this.hpData.containsKey("type") ? this.hpData.getInt("type") : 2; + // _upperLimit : + // 浮动抽水 : 每局每人抽水上限 0 = 没上限 + // 固定抽水 : 每局每人多少开始抽水,是否达到抽水条件 + // + // _pumpProportion : 抽水具体数值, 浮动 - 1=1% 、2=2%.. 固定 - 10 、20.. + // practicalHpPump : 实际抽水抽得到体力值 + int _upperLimit = 0, _pumpProportion = 0, practicalHpPump = 0; + if (type == 1) { + // 固定抽水具体数值 1、2、3、4...10、20、30、40、50..... + // 修改 :新增 期间固定抽水 2019.11.01 + if (hpData.containsKey("pumpProportion") && hpData.containsKey("UpperLimit")) { + // 兼容老数据 + _upperLimit = hpData.getInt("UpperLimit"); + _pumpProportion = hpData.getInt("pumpProportion"); + if (limitPump == 4) { + // 以大赢家为基础,判断此次是否需要抽水 + practicalHpPump = criterion >= _upperLimit + ? (int) Math.ceil(_pumpProportion / alreadyRoundPlayer().size()) + : 0; + } else { + practicalHpPump = player.hpPumpValue() >= _upperLimit ? _pumpProportion : 0; + } + } else if (this.hpData.containsKey("rewards_list")) { + // 新数据 - 期间 + ITArray rewards_list = this.hpData.getTArray("rewards_list"); + for (int i = rewards_list.size() - 1; i >= 0; i--) { + ITObject object = rewards_list.getTObject(i); + _upperLimit = object.getInt("UpperLimit"); + _pumpProportion = object.getInt("pumpProportion"); + if (limitPump == 4) { + if (criterion >= _upperLimit) { + practicalHpPump = (int) Math.ceil(_pumpProportion / alreadyRoundPlayer().size()); + break; + } + } else { + if (player.hpPumpValue() >= _upperLimit) { + practicalHpPump = _pumpProportion; + break; + } + } + } + } + } else if (type == 2 && limitPump != 4) { + // pumpProportion : 1=1% 、2=2% + // 老数据 + if (hpData.containsKey("pumpProportion") && hpData.containsKey("UpperLimit")) { + _upperLimit = hpData.getInt("UpperLimit"); + _pumpProportion = hpData.getInt("pumpProportion"); + } else if (this.hpData.containsKey("rewards_list")) { + // 新浮动抽水数据 + ITArray rewards_list = this.hpData.getTArray("rewards_list"); + if (rewards_list.size() > 0) { + _upperLimit = rewards_list.getTObject(0).getInt("UpperLimit"); + _pumpProportion = rewards_list.getTObject(0).getInt("pumpProportion"); + } + } + int hpPump = (int) Math.ceil(player.hpPumpValue() * (_pumpProportion / 100d)); + practicalHpPump = _upperLimit == 0 ? hpPump : hpPump >= _upperLimit ? _upperLimit : hpPump; + } + if (practicalHpPump > 0) { +// int cur_hp = player.hp.cur_hp; +// practicalHpPump = Math.min(practicalHpPump, cur_hp); + player.practicalHpPump = practicalHpPump; + } + + String pumpDesc = String.format( "room id: %s, player id: %d, type: %d, _upperLimit: %d, _pumpProportion: %d practicalHpPump:%d", + this.roomid, player.playerid, type, _upperLimit, _pumpProportion, practicalHpPump); + + Global.logger.error(pumpDesc); + + } catch (Exception e) { + Global.logger.error(e); + } + + return player.practicalHpPump; + } + + /** + * 已玩家排序,从大到小 ,不可负分 : 实际输赢体力值 ,可负分 :总分换算成总体力值 + */ + private List scoreDesc() { + List list = alreadyRoundPlayer(); + list.sort((Player p1, Player p2) -> { + return p2.hpPumpValue() - p1.hpPumpValue(); + }); + return list; + } + + /** + * 存在已玩局数玩家 + */ + private List alreadyRoundPlayer() { + List list = new ArrayList<>(); + playerMapBySeat.values().forEach(player -> { + if (player.already_round > 0) + list.add(player); + }); + return list; + } + + /** + * 房间总分一样玩家 + */ + private List scoreEq(Player play) { + List list = new ArrayList<>(); + int referToHp = play.hpPumpValue(); + alreadyRoundPlayer().forEach(player -> { + if (play != player) { + int hp = player.hpPumpValue(); + if (hp >= 0 && hp == referToHp) { + list.add(player); + } + } + }); + return list; + } + + /** + * 开启倍数后 体力值消耗= 倍数*分数 + */ + public int multipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score * this.hpData.getInt("times")); + } + } + return score; + } + + + + /** + * 玩家加入房间刷新总服圈子缓存 + */ + public void roomUpdateEvent() { + Redis.use("group1_db0").hincrBy(room_key, "cache_ver", 1); + GroupPublisherService.updateRoomEvt(groupId, this.roomid); + + } + + public boolean isActive() { + return this.isActive; + } + + /** + * 是否开启GPS 检测 0 未开启 大于0 值,具体检测值 + */ + public boolean isOpenGPSCheck() { + boolean isOpen = false; + if (this.config.containsKey("GPSDetection")) { + isOpen = this.config.getInt("GPSDetection") > 0; + } + return isOpen; + } + + /** + * 是否开启IP检测 1 开启 0 未开启 + */ + public boolean isOpenIPCheck() { + boolean isOpen = false; + if (this.config.containsKey("IPDetection")) { + isOpen = this.config.getInt("IPDetection") == 1; + } + return isOpen; + } + + /** + * 检测GPS 距离 true 过近 + * + * @param gps + * @return + */ + public boolean checkGps(String gps) { + int measure = this.config.getInt("GPSDetection"); + for (Player player : this.playerMapById.values()) { + if (GPSUtil.isDistanceNear(gps, player.gps_pos, measure)) { + try { + Global.warn("{} Near location,gps:{},toGps:{}|player:{},Distance:{}m", this.room_key, gps, + player.gps_pos, player.playerid, GPSUtil.getDistance(gps, player.gps_pos)); + } catch (Exception e) { + } + return true; + } + } + return false; + } + + /** + * 检测GPS 距离 true 过近 + * + * @param ip + * @return + */ + public boolean checkIp(String ip) { + for (Player player : this.playerMapById.values()) { + if (player.sender.getAddress().equals(ip)) { + return true; + } + } + return false; + } + + public void redisUpdateAnchouPlayer(Player player){ + Global.logger.info(player.playerid + " jefe redisUpdateAnchouPlayer"); + int anchou_score = 0; + Room room = player.room; + anchou_score = this.an_chou_score; + + if (anchou_score > 0&& room.round == 0) + { + int hp = anchou_score; //multipleScore(xipai_score); + if (player.hp.cur_hp - (long)hp < 0) + { + if (player.hp.cur_hp > 0) + { + player.hp.cur_hp = Global.eventCtr.redisFag(player, 0, false, false, (int)player.hp.cur_hp, false,true, "按抽"); + player.an_chou_total += (int)player.hp.cur_hp; + } + } + else { + player.hp.cur_hp = Global.eventCtr.redisFag(player, 0, false, false, hp, false, true,"按抽"); + player.an_chou_total += hp; + } + } + Global.logger.info(player.playerid + " jefe redisUpdateAnchouPlayer"+player.an_chou_total); + } + + public void redisUpdateXiPaiPlayer(Player player) { + Global.logger.info(player.playerid + " jefe redisUpdateXiPaiPlayer"); + int xipai_score = 0; + if (player.xi_pai) + { + xipai_score = this.xi_pai_score; + //player.xi_pai = false; + } + + if (xipai_score > 0) + { + int hp =xipai_score ; //multipleScore(xipai_score); + if (player.hp.cur_hp - (long)hp < 0) + { + if (player.hp.cur_hp > 0) + { + player.hp.cur_hp = Global.eventCtr.redisFag(player, 0, false, false, (int)player.hp.cur_hp, true, false,"洗牌"); + player.xi_pai_total += (int)player.hp.cur_hp; + } + } + else { + player.hp.cur_hp = Global.eventCtr.redisFag(player, 0, false, false, hp, true, false,"洗牌"); + player.xi_pai_total += hp; + } + } + } + + protected void redisUpdateHpPlayer(Player player) { + if (player.score.negative_score == true) { + if (player.hp.cur_hp >= 0) + { + player.hp.round_actual_hp = -(int)player.hp.cur_hp; + player.hp.round_answer_hp = player.hp.round_actual_hp; + } + else { + player.hp.round_actual_hp = 0; + player.hp.round_answer_hp = player.hp.round_actual_hp; + } + } + else + { + player.hp.round_actual_hp = multipleScore(player.score.round_score) + (int)player.score.d_real_score; + player.hp.round_answer_hp = player.hp.round_actual_hp; + } + int hp = player.hp.round_actual_hp; + if(hp==0)return; + + if (player.hp.upper_limit) { + player.hp.upper_limit = Math.abs(hp) == Math.abs(player.hp.round_answer_hp); + } + player.hp.total_hp += hp; + player.hp.cur_hp = Global.eventCtr.redisFag(player, hp, false, false, 0, false, false,null); + redisCountBlack(player, hp); + } + + public void redisCountBlack(Player player, int hp) + { + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player.playerid))) + { + return; + } + hp = hp / 1000; + String gm_key = GroupMemberCache.genKey(groupId, player.playerid); + String black_key = Redis.use("group1_db10").hget(gm_key, "group_black_key"); + if (StringUtil.isEmpty(black_key)) + { + return; + } + String strblack = Redis.use("group1_db10").hget(black_key, "black"); + int black = 0; + if (StringUtil.isNotEmpty(strblack)) + { + try { + black = Integer.parseInt(strblack); + } + catch (NumberFormatException e) { + black = 0; + } + } + + if (black == 0) + { + return; + } + else if (black == 1) //hei + { + String str_black_max_value = Redis.use("group1_db10").hget(black_key, "group_black_max_value"); + int black_max_value = 0; + if (StringUtil.isEmpty(str_black_max_value)) + { + return; + } + + try { + black_max_value = Integer.parseInt(str_black_max_value); + } + catch (NumberFormatException e) { + return; + } + + if (hp > 0) + { + Redis.use("group1_db10").hincrBy(black_key, "group_black_now_value", -Math.abs(hp)); + } + else { + Redis.use("group1_db10").hincrBy(black_key, "group_black_now_value", Math.abs(hp)); + } + + String str_black_value = Redis.use("group1_db10").hget(black_key, "group_black_now_value"); + if (StringUtil.isEmpty(str_black_value)) + { + return; + } + + try { + int black_value = Integer.parseInt(str_black_value); + if (black_value >= black_max_value) + { + Redis.use("group1_db10").hset(black_key, "black", "0"); + Redis.use("group1_db10").hset(black_key, "group_black", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_rate", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_max_value", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_now_value", "0"); + } + } + catch (NumberFormatException e) { + return; + } + } + else if (black == 2) + { + String str_black_max_value = Redis.use("group1_db10").hget(black_key, "group_black_max_value"); + int black_max_value = 0; + if (StringUtil.isEmpty(str_black_max_value)) + { + return; + } + + try { + black_max_value = Integer.parseInt(str_black_max_value); + } + catch (NumberFormatException e) { + return; + } + + if (hp > 0) + { + Redis.use("group1_db10").hincrBy(black_key, "group_black_now_value", Math.abs(hp)); + } + else { + Redis.use("group1_db10").hincrBy(black_key, "group_black_now_value", -Math.abs(hp)); + } + + String str_black_value = Redis.use("group1_db10").hget(black_key, "group_black_now_value"); + if (StringUtil.isEmpty(str_black_value)) + { + return; + } + + try { + int black_value = Integer.parseInt(str_black_value); + if (black_value >= black_max_value) + { + Redis.use("group1_db10").hset(black_key, "black", "0"); + Redis.use("group1_db10").hset(black_key, "group_black", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_rate", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_max_value", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_now_value", "0"); + } + } + catch (NumberFormatException e) { + return; + } + } + } + + protected boolean redisUpdateHp() { + int limitInRoom = this.hpData.containsKey("limitPlay") ? this.hpData.getInt("limitPlay") : 0; + int minOneScore = this.hpData.containsKey("times") ? this.hpData.getInt("times") : 0; + + int count = this.playerMapBySeat.size(); + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + redisUpdateHpPlayer(player); + if (player.check_exit_limit && player.hp.cur_hp < (long)limitInRoom) { + count--; + } + else if (player.hp.cur_hp < (long)minOneScore) + { + count--; + } + } + boolean total = count entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + int actual_hp = (player.score.round_score) * times; + if (player.hp.cur_hp + (long)actual_hp < 0) + { + flag = true; + break; + } + } + + if (flag == false) + { + return; + } + + int lostAllJetton = 0; + int allWinJetton = 0; + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.score.round_score * times < 0) + { + if (player.hp.cur_hp + player.score.round_score * times < 0) + { + if (player.hp.cur_hp > 0) + { + lostAllJetton += Math.abs(player.hp.cur_hp); + } + } + else { + lostAllJetton += Math.abs(player.score.round_score * times); + } + } + else if (player.score.round_score * times > 0) + { + allWinJetton += Math.abs(player.score.round_score * times); + } + } + + if (allWinJetton <= 0) + { + return; + } + + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.score.round_score * times > 0) + { + double real_score = (double)lostAllJetton * (double)player.score.round_score * times / (double)allWinJetton; + player.score.d_real_score = real_score - (double)player.score.round_score * times; + } + else if (player.score.round_score * times < 0 && player.hp.cur_hp + player.score.round_score * times < 0) + { + player.score.negative_score = true; + } + } + } + + + public void clearHp() { + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + player.clearHp(); + } + } + + /** + * 是否托管房间 + */ + public boolean isEntrust() { + return this.openEntrust && this.isEntrust; + } + + /** + * 托管是否结算 + */ + public boolean entrustTotal() { + boolean entrustTotal = false; + if (this.isEntrust()) { + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (player.isEntrust() && player.manualAutoCard==false) { + if (this.entrusResultType == Constant.ENTRUST_CURREN_RESULT) { + entrustTotal = true; + } else if (this.entrusResultType == Constant.ENTRUST_TWO_RESULT) { + if (++player.entrust_round == 2) { + entrustTotal = true; + } + } + else if (this.entrusResultType == Constant.ENTRUST_THREE_RESULT) { + if (++player.entrust_round == 3) { + entrustTotal = true; + } + } + else if (this.entrusResultType == Constant.ENTRUST_TOTAL_RESULT1) { + if (++player.entrust_round == maxRound) { + entrustTotal = true; + } + } + if (entrustTotal) { + this.endType = Constant.END_TYPE_ENTRUST; + break; + } + } + } + } + return entrustTotal; + } + + public void notifyXiPai() + { + ITObject param1 = new TObject(); + ITArray list = TArray.newInstance(); + for (Entry entry : this.playerMapById.entrySet()) { + Player player = (Player) entry.getValue(); + if (player.xi_pai) { + list.addInt(player.playerid); + } + } + param1.putTArray("list", list); + broadCastToClient(0, Router.GAME_EVENT_NOTIFY_XIPAI, param1); + } +} diff --git a/libs/game_common/src/main/java/com/game/data/RoomDismiss.java b/libs/game_common/src/main/java/com/game/data/RoomDismiss.java new file mode 100644 index 0000000..2fa9b93 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/data/RoomDismiss.java @@ -0,0 +1,154 @@ +package com.game.data; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map.Entry; + +import com.data.util.ErrorCode; +import com.game.Global; +import com.game.data.Timer.ITaskHandler; +import com.game.room.state.RoomDestoryGameState; + +/** + * 房间解散处理 + * + */ +public class RoomDismiss { + private Room owner; + public boolean start = false; + private boolean agree = true; + /** + * 最多申请次数,超过次数,该玩家不能申请解散 + */ + private final int MAX_ASK_COUNT = 3; + + private Timer timer; + private Player askPlayer; + public int maxTime = 90; + private List playerList; + + public RoomDismiss(Room owner) { + this.owner = owner; + playerList = new ArrayList<>(); + } + + public void askDismiss(Player player, int gid) { + if (start) { + player.response(null, gid, 3); + return; + } + if (player.dismissCount >= MAX_ASK_COUNT) { + player.response(null, gid, ErrorCode.ROOM_DIS_UPPER_LIMIT); + return; + } + + if (player.room.isBanDismiss) { + player.response(null, gid, ErrorCode.ROOM_DIS_NOT_ALLOWED); + return; + } + + askPlayer = player; + startDismiss(player); + + this.dismissCallback(player); + } + + public void responseDismiss(Player player, boolean agree) { + if (start == false || player.dismissState != 0) { + return; + } + if (agree) { + player.dismissState = 1; + } else { + player.dismissState = 2; + } + dismissCallback(player); + } + + private void dismissCallback(Player player) { + int agreeCount = 0; + int notAgreeCount = 0; + for (Player p : playerList) { + if (p.dismissState == 1) { + agreeCount += 1; + } else if (p.dismissState == 2) { + notAgreeCount += 1; + } + } + + agree = notAgreeCount == 0 && agreeCount == playerList.size(); + + if (agree) { + interruptTimer(); + } else { + if (notAgreeCount > 0) { + Global.gameCtr.dismisRoomFail(owner); + interruptTimer(); + } else { + Global.gameCtr.dismissRoom(askPlayer, null, playerList, getLeftTime()); + } + + } + } + + private void interruptTimer() { + if (timer != null) + timer.stop(); + timer = null; + checkDestroy(); + } + + private void startDismiss(Player player) { + playerList.clear(); + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Player p = entry.getValue(); + if (p.already_round > 0) { + playerList.add(p); + p.dismissState = 0; + } + } + timer = new Timer(maxTime * 1000, new ITaskHandler() { + @Override + public void doTask(Timer timer) { + disMissTimeOutCallback(); + Global.logger.error("[" + owner.room_key + "] room dismiss time out destroy!"); + } + }); + owner.addTimer(timer); + start = true; + player.dismissState = 1; + player.dismissCount++; + Global.logger.info("playerid :" + player.playerid + " ask dissmis room :" + player.room.roomid + ",dismissCount :" + player.dismissCount); + } + + public void reload(Player owner) { + if (start) { + if (playerList.contains(owner)) { + Global.gameCtr.dismissRoom(askPlayer, owner, playerList, getLeftTime()); + } + + } + } + + public int getLeftTime() { + return Math.abs(timer.getCountdownTime() / 1000); + } + + private void checkDestroy() { + start = false; + if (agree) { + owner.saveMilitaryTotal(true); + owner.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); + } + agree = true; + } + + private void disMissTimeOutCallback() { + for (Player p : playerList) { + p.dismissState = 1; + } + agree = true; + checkDestroy(); + } + +} diff --git a/libs/game_common/src/main/java/com/game/data/Score.java b/libs/game_common/src/main/java/com/game/data/Score.java new file mode 100644 index 0000000..228fc2b --- /dev/null +++ b/libs/game_common/src/main/java/com/game/data/Score.java @@ -0,0 +1,52 @@ +package com.game.data; + +import java.util.HashMap; +import java.util.Map; + +/** + * 玩家积分统计 + * + * + * 2017年9月19日 + */ +public class Score { + + public Map round_log; + + /** + * 每局的积分统计 + */ + public int round_score; + /** + * 每局的积分统计 对方积分不够的情况下, 会存在小数点问题 + */ + public double d_real_score; + /** + * 总积分统计 + */ + public int total_score; + + public boolean negative_score; + + protected Player owner; + + public Score(Player owner) { + this.owner = owner; + this.round_log = new HashMap<>(); + this.negative_score = false; + this.d_real_score = 0; + this.initLog(); + } + + protected void initLog() { + } + + public void resetRound() { + this.round_log.clear(); + this.initLog(); + round_score = 0; + this.d_real_score = 0; + negative_score = false; + } + +} diff --git a/libs/game_common/src/main/java/com/game/data/Timer.java b/libs/game_common/src/main/java/com/game/data/Timer.java new file mode 100644 index 0000000..c3d4aa5 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/data/Timer.java @@ -0,0 +1,75 @@ +package com.game.data; + +import java.util.HashMap; +import java.util.Map; + +/** + * Room timer class + * + * + */ +public class Timer { + private volatile boolean _start; + private int _time; + private long _lastTime; + private ITaskHandler _task; + public Map parameters; + + /** + * + * @param time 单位毫秒 + * @param task + */ + public Timer(int time, ITaskHandler task) { + _lastTime = System.currentTimeMillis(); + _time = time; + _task = task; + this.parameters = new HashMap(); + } + + void start() { + if (_start) + return; + _start = true; + } + + public void restart() { + _lastTime = System.currentTimeMillis(); + start(); + } + + void executeTask() { + if (!_start) + return; + if (System.currentTimeMillis() - _lastTime >= _time) { + _start = false; + if (_task != null) { + _task.doTask(this); + } + } + } + + /** + * 获取倒计时,单位毫秒 + * + * @return + */ + public int getCountdownTime() { + return (int) (_time - (System.currentTimeMillis() - _lastTime)); + } + + public void stop() { + if (!_start) + return; + _start = false; + } + + public boolean isRuning() { + return _start; + } + + public interface ITaskHandler { + + public void doTask(Timer timer); + } +} diff --git a/libs/game_common/src/main/java/com/game/manager/RoomManager.java b/libs/game_common/src/main/java/com/game/manager/RoomManager.java new file mode 100644 index 0000000..fd32c17 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/manager/RoomManager.java @@ -0,0 +1,144 @@ +package com.game.manager; + +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +import com.data.util.ErrorCode; +import com.game.Global; +import com.game.MainServer; +import com.game.data.JoinRoomData; +import com.game.data.Room; +import com.game.room.state.RoomReloadState; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.data.Session; + +import redis.clients.jedis.Jedis; + +/** + * 房间管理类 + * + * + */ +public class RoomManager { + + public ConcurrentHashMap tableMap; + + public RoomManager() { + this.tableMap = new ConcurrentHashMap(); + } + + /** + * 进入房间 + * @param sender + * @param session_key + * @param gid + */ + public void joinRoom(Session sender, String session_key, int gid, String gps_pos) { + Jedis jedis = Redis.use().getJedis(); + try { + if (!jedis.exists(session_key)) { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + + String room_key = jedis.hget(session_key, "room"); + if(StringUtil.isEmpty(room_key)) { + MainServer.instance.sendResponse(gid, ErrorCode.NO_ROOM_NUM, null, sender); + return; + } + Map room_map = null; + RedisLock lock = new RedisLock(room_key, jedis); + try { + lock.lock(); + room_map = jedis.hgetAll(room_key); + String status = room_map.get("status"); + if(StringUtil.isEmpty(status)) { + Global.gameCtr.delRoomSeat(session_key, room_key); + MainServer.instance.sendResponse(gid, ErrorCode.NO_ROOM_NUM, null, sender); + return; + } + if (status.equals("3") || status.equals("2")) { + Global.gameCtr.delRoomSeat(session_key, room_key); + MainServer.instance.sendResponse(gid, ErrorCode.GROUP_ROOM_DEL, null, sender); + return; + } + + if (Global.gameId != Integer.parseInt(room_map.get("game"))) { + Global.logger.error("joinRoom gameId:"+Global.gameId+" != gameId:" + Integer.parseInt(room_map.get("game"))); + MainServer.instance.sendResponse(gid, ErrorCode.NO_SERVICE, null, sender); + return; + } + + String room_id = room_map.get("id"); + Room room = null; + if (this.tableMap.containsKey(room_id)) { + room = this.tableMap.get(room_id); + if (room.isDestroy) { + MainServer.instance.sendResponse(gid, ErrorCode._FAILED, null, sender); + return; + } + } else { + room = MainServer.instance.newRoom(room_id, room_map); + room.loadRedisPlayer(); + this.tableMap.put(room_id, room); + room.start(); + room.stateMachine.changeState(Global.getState(RoomReloadState.class)); + } + if (room.isActive() == false) + { + room.start(); + } + + sender.setHashId(session_key); + final JoinRoomData jrd = new JoinRoomData(); + jrd.room = room; + jrd.session_key = session_key; + jrd.sender = sender; + jrd.gps_pos = gps_pos; + room.enqueueRunnable(new Runnable() { + @Override + public void run() { + try { + int result = Global.gameCtr.joinRoom(jrd, gid); + if(result!=0) { + MainServer.instance.sendResponse(gid, result, null, sender); + } + Global.logger.info(session_key + " join [" + jrd.room.room_key + "]!"); + } + catch (Exception e) { + Global.logger.error(e); + MainServer.instance.sendResponse(gid, 500, null, sender);} + } + }); + }finally { + lock.unlock(false); + } + } catch (Exception e) { + Global.logger.error(e); + MainServer.instance.sendResponse(gid, 500, null, sender); + } finally { + jedis.close(); + } + } + + /** + * 解散房间 + * @param roomid 房间ID + */ + public void dismissRoom(String roomid,boolean sendEvt) { + Room room = this.tableMap.get(roomid); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock(room.room_key, jedis0); + try { + lock.lock(); + room.destroy(sendEvt); + this.tableMap.remove(roomid); + }finally { + lock.unlock(); + } + } + + +} diff --git a/libs/game_common/src/main/java/com/game/manager/SessionManager.java b/libs/game_common/src/main/java/com/game/manager/SessionManager.java new file mode 100644 index 0000000..0f27705 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/manager/SessionManager.java @@ -0,0 +1,91 @@ +package com.game.manager; + +import java.util.ArrayList; +import java.util.List; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; + +import com.game.Global; +import com.game.data.Player; +import com.taurus.permanent.data.Session; + +/** + * 当前节点 玩家session管理类 + * + * + */ +public class SessionManager { + + private ConcurrentMap sessionMap = null; + + public SessionManager() { + this.sessionMap = new ConcurrentHashMap(); + } + + /** + * 通过sessionid获取玩家 + * @param sessionid + * @return + */ + public Player getPlayer(Session sessionid) { + return this.sessionMap.get(sessionid); + } + + /** + * 增加session + * @param sessionid + * @param player + */ + public void putPlayer(Session sessionid, Player player) { + this.sessionMap.put(sessionid, player); + } + + /** + * 删除session + * @param sessionid + */ + public Player deleteSession(Session sessionid) { + if(sessionid == null)return null; + sessionid.setHashId(null); + Player player = this.getPlayer(sessionid); + this.sessionMap.remove(sessionid); + return player; + } + + /** + * 当前服务器在线人数 + * @return + */ + public int size() { + return this.sessionMap.size(); + } + + public List getPlayerList(){ + List list = new ArrayList(); + list.addAll(sessionMap.values()); + return list; + } + + /** + * 断线 + * @param sender + */ + public synchronized void disconnect(Session sender) { + Player player = this.deleteSession(sender); + if (player == null) { + return; + } + player.room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + if (player.isDestroy)return; + if (player.sender == sender) { + player.isConnect = false; + Global.gameCtr.playerNetState(player); + } + } + }); + } + +} diff --git a/libs/game_common/src/main/java/com/game/player/state/PlayerEndState.java b/libs/game_common/src/main/java/com/game/player/state/PlayerEndState.java new file mode 100644 index 0000000..96039e9 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/player/state/PlayerEndState.java @@ -0,0 +1,53 @@ +package com.game.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.data.Player; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + + +public class PlayerEndState extends StateBase { + + @Override + public void enter(Player owner) { + owner.clear(); + owner.startActionTimer(); + } + @Override + public void exit(Player owner) { + owner.stopActionTimer(); + } + + @Override + public void execute(Player owner, String cmd, int gid, Object param) { + switch(cmd) { + case ActionEvent.EVENT_READY: + case ActionEvent.EVENT_TIMER_AUTO: + case ActionEvent.EVENT_ENTRUST: + Global.gameCtr.ready(owner); + break; + case ActionEvent.EVENT_READY_AND_XIPAI: + Global.gameCtr.readyAndXipai(owner); + break; + case ActionEvent.EVENT_XIPAI: + if (owner.xi_pai == false) + { + owner.xi_pai = true; + ITObject param1 = new TObject(); + param1.putInt("result", 0); + owner.sendEvent(Router.GAME_EVENT_XIPAI, param1); + + owner.room.redisUpdateXiPaiPlayer(owner); + } + else { + ITObject param1 = new TObject(); + param1.putInt("result", 1); + owner.sendEvent(Router.GAME_EVENT_XIPAI, param1); + } + break; + } + } +} diff --git a/libs/game_common/src/main/java/com/game/player/state/PlayerInitState.java b/libs/game_common/src/main/java/com/game/player/state/PlayerInitState.java new file mode 100644 index 0000000..319dc05 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/player/state/PlayerInitState.java @@ -0,0 +1,47 @@ +package com.game.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +/** + * 玩家进房间的初始状态 + * + * + */ +public class PlayerInitState extends StateBase { + + @Override + public void enter(Player owner) { + if(owner.room.round==0&&owner.room.kickTime>0) { + owner.startActionTimer(owner.room.kickTime * 1000); + } + } + + @Override + public void exit(Player owner) { + owner.stopActionTimer(); + } + + @Override + public void execute(Player owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_READY: + Global.gameCtr.ready(owner); + break; + case ActionEvent.EVENT_READY_AND_XIPAI: + Global.gameCtr.readyAndXipai(owner); + break; + case ActionEvent.EVENT_EXIT_ROOM: + if(owner.room.round>0)return; + Global.gameCtr.exitRoom(owner, gid,false); + break; + case ActionEvent.EVENT_TIMER_AUTO: + if(owner.room.round>0)return; + Global.gameCtr.exitRoom(owner, gid,true); + break; + } + } + +} diff --git a/libs/game_common/src/main/java/com/game/player/state/PlayerPauseState.java b/libs/game_common/src/main/java/com/game/player/state/PlayerPauseState.java new file mode 100644 index 0000000..4c43920 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/player/state/PlayerPauseState.java @@ -0,0 +1,20 @@ +package com.game.player.state; + +import com.game.data.Player; +import com.game.state.StateBase; + + +/** + * 玩家暂停状态 + * + */ +public class PlayerPauseState extends StateBase { + + @SuppressWarnings("unchecked") + @Override + public void toNextState(Player owner) { + owner.stateMachine.lastState.toNextState(owner); + + } + +} diff --git a/libs/game_common/src/main/java/com/game/player/state/PlayerPopupState.java b/libs/game_common/src/main/java/com/game/player/state/PlayerPopupState.java new file mode 100644 index 0000000..c4f0683 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/player/state/PlayerPopupState.java @@ -0,0 +1,35 @@ +package com.game.player.state; + +import com.game.Router; +import com.game.data.Player; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +/** + * 玩家缺体力值弹出状态 + * + */ +public class PlayerPopupState extends StateBase{ + /** + * 进入状态时处理 + * + * @param owner + */ + public void enter(Player owner) { + owner.spectator = true; + ITObject msg = TObject.newInstance(); + msg.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Router.GAME_EVT_STAND_UP, msg); + + } + + /** + * 退出状态时处理 + * + * @param owner + */ + public void exit(Player owner) { + owner.spectator = false; + } +} diff --git a/libs/game_common/src/main/java/com/game/player/state/PlayerReadyState.java b/libs/game_common/src/main/java/com/game/player/state/PlayerReadyState.java new file mode 100644 index 0000000..5108302 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/player/state/PlayerReadyState.java @@ -0,0 +1,31 @@ +package com.game.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import java.util.Map; + +/** + * 玩家准备状态 + * + * + */ +public class PlayerReadyState extends StateBase { + + @Override + public void enter(Player owner) { + owner.ready = true; + owner.room.stateMachine.execute(ActionEvent.EVENT_READY, 0, null); + } + + @Override + public void execute(Player owner, String cmd, int gid, Object param) { + if(owner.room.round>0)return; + if(cmd.equals(ActionEvent.EVENT_EXIT_ROOM)) { + Global.gameCtr.exitRoom(owner, gid,false); + } + } + +} diff --git a/libs/game_common/src/main/java/com/game/player/state/PlayerReloadState.java b/libs/game_common/src/main/java/com/game/player/state/PlayerReloadState.java new file mode 100644 index 0000000..484bb05 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/player/state/PlayerReloadState.java @@ -0,0 +1,25 @@ +package com.game.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +/** + * 玩家重连状态 + * + */ +public class PlayerReloadState extends StateBase { + + public void execute(Player owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_READY: + Global.gameCtr.ready(owner); + break; + case ActionEvent.EVENT_READY_AND_XIPAI: + Global.gameCtr.readyAndXipai(owner); + break; + } + } + +} diff --git a/libs/game_common/src/main/java/com/game/player/state/PlayerSpectatorState.java b/libs/game_common/src/main/java/com/game/player/state/PlayerSpectatorState.java new file mode 100644 index 0000000..0e070fe --- /dev/null +++ b/libs/game_common/src/main/java/com/game/player/state/PlayerSpectatorState.java @@ -0,0 +1,44 @@ +package com.game.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +/** + * 观看状态 + * + */ +public class PlayerSpectatorState extends StateBase { + /** + * 进入状态时处理 + * + * @param owner + */ + public void enter(Player owner) { + owner.spectator = true; + } + + /** + * 退出状态时处理 + * + * @param owner + */ + public void exit(Player owner) { + owner.spectator = false; + } + + @Override + public void execute(Player owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_EXIT_ROOM: + Global.gameCtr.exitRoom(owner, gid,false); + break; +// case ActionEvent.EVENT_READY: +// if(owner.room.playerMapBySeat.containsKey(owner.seat)) { +// Global.gameCtr.ready(owner); +// } +// break; + } + } +} diff --git a/libs/game_common/src/main/java/com/game/player/state/PlayerWaitState.java b/libs/game_common/src/main/java/com/game/player/state/PlayerWaitState.java new file mode 100644 index 0000000..269bac6 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/player/state/PlayerWaitState.java @@ -0,0 +1,11 @@ +package com.game.player.state; +import com.game.data.Player; +import com.game.state.StateBase; + +/** + * 玩家等待状态 + * + */ +public class PlayerWaitState extends StateBase { + +} diff --git a/libs/game_common/src/main/java/com/game/room/state/RoomDestoryGameState.java b/libs/game_common/src/main/java/com/game/room/state/RoomDestoryGameState.java new file mode 100644 index 0000000..b5d4726 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/room/state/RoomDestoryGameState.java @@ -0,0 +1,17 @@ +package com.game.room.state; +import com.game.Global; +import com.game.data.Room; +import com.game.state.StateBase; + +/** + * 房间结束状态 + * + */ +public class RoomDestoryGameState extends StateBase { + + @Override + public void enter(Room owner) { + Global.roomMgr.dismissRoom(owner.roomid,true); + + } +} diff --git a/libs/game_common/src/main/java/com/game/room/state/RoomEndState.java b/libs/game_common/src/main/java/com/game/room/state/RoomEndState.java new file mode 100644 index 0000000..e9176f4 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/room/state/RoomEndState.java @@ -0,0 +1,42 @@ +package com.game.room.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerEndState; +import com.game.player.state.PlayerPopupState; +import com.game.player.state.PlayerReadyState; +import com.game.state.StateBase; + + +public class RoomEndState extends StateBase{ + @Override + public void enter(Room owner) { + owner.saveSocre(); + + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState( Global.getState(PlayerEndState.class)); + } + } + + public void execute(Room owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_READY: + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if(player.stateMachine.curState instanceof PlayerPopupState) { + continue; + } + if (!(player.stateMachine.curState instanceof PlayerReadyState)) { + return; + } + } + owner.stateMachine.changeState(Global.getState(RoomStartGameState.class)); + break; + } + } +} diff --git a/libs/game_common/src/main/java/com/game/room/state/RoomInitState.java b/libs/game_common/src/main/java/com/game/room/state/RoomInitState.java new file mode 100644 index 0000000..685cdae --- /dev/null +++ b/libs/game_common/src/main/java/com/game/room/state/RoomInitState.java @@ -0,0 +1,42 @@ +package com.game.room.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerReadyState; +import com.game.state.StateBase; +import com.taurus.core.plugin.redis.Redis; + +/** + * 房间初始状态 + * + */ +public class RoomInitState extends StateBase { + + + @Override + public void execute(Room owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_READY: + for (Entry entry : owner.playerMapById.entrySet()) { + if (!(entry.getValue().stateMachine.curState instanceof PlayerReadyState)) { + return; + } + } + if (owner.maxPlayers == owner.playerMapById.size()) { + owner.redis_room_map.put("open","0"); + Redis.use().hmset(owner.room_key, owner.redis_room_map); + owner.stateMachine.changeState(Global.getState(RoomWaitState.class)); + } + break; + + default: + break; + } + + } + +} diff --git a/libs/game_common/src/main/java/com/game/room/state/RoomReloadState.java b/libs/game_common/src/main/java/com/game/room/state/RoomReloadState.java new file mode 100644 index 0000000..61caf42 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/room/state/RoomReloadState.java @@ -0,0 +1,39 @@ +package com.game.room.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerPopupState; +import com.game.player.state.PlayerReadyState; +import com.game.state.StateBase; + +/** + * 房间重连状态 + * + */ +public class RoomReloadState extends StateBase{ + + public void execute(Room owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_READY: + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Player p = entry.getValue(); + if (!(p.stateMachine.curState instanceof PlayerReadyState || p.stateMachine.curState instanceof PlayerPopupState)) { + return; + } + } + if(owner.round == 0 &&owner.startGameNum == 0 && owner.playerMapBySeat.size()>1) { + owner.stateMachine.changeState(Global.getState(RoomWaitState.class)); + }else { + int num = owner.startGameNum ==0 ? 2 :owner.startGameNum; + if(owner.playerMapBySeat.size() >= num) { + owner.stateMachine.changeState(Global.getState(RoomStartGameState.class)); + } + } + break; + } + } +} diff --git a/libs/game_common/src/main/java/com/game/room/state/RoomStartGameState.java b/libs/game_common/src/main/java/com/game/room/state/RoomStartGameState.java new file mode 100644 index 0000000..093f008 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/room/state/RoomStartGameState.java @@ -0,0 +1,12 @@ +package com.game.room.state; +import com.game.data.Room; +import com.game.state.StateBase; + +/** + * 房间开始游戏 + * + */ +public class RoomStartGameState extends StateBase{ + + +} diff --git a/libs/game_common/src/main/java/com/game/room/state/RoomWaitState.java b/libs/game_common/src/main/java/com/game/room/state/RoomWaitState.java new file mode 100644 index 0000000..b79fa4f --- /dev/null +++ b/libs/game_common/src/main/java/com/game/room/state/RoomWaitState.java @@ -0,0 +1,31 @@ +package com.game.room.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.data.Player; +import com.game.data.Room; +import com.game.state.StateBase; + +/** + * 房间等待状态 + * + */ +public class RoomWaitState extends StateBase { + + @Override + public void execute(Room owner, String cmd, int gid, Object param) { + switch(cmd) { + case ActionEvent.EVENT_START_GAME: + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.clear(); + } + owner.stateMachine.changeState(Global.getState(RoomStartGameState.class)); + break; + } + + } + +} diff --git a/libs/game_common/src/main/java/com/game/state/StateBase.java b/libs/game_common/src/main/java/com/game/state/StateBase.java new file mode 100644 index 0000000..3264ed8 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/state/StateBase.java @@ -0,0 +1,51 @@ +package com.game.state; + +/** + * 状态基类 + * + * @param + */ +public abstract class StateBase { + + /** + * 进入状态时处理 + * @param owner + */ + public void enter(T owner) { + + } + + /** + * 退出状态时处理 + * @param owner + */ + public void exit(T owner) { + + } + + /** + * 从该状态转向下一个状态的处理 + * @param owner + */ + public void toNextState(T owner) { + } + + /** + * 执行事件处理 + * @param owner + * @param cmd + * @param gid + * @param param + */ + public void execute(T owner, String cmd, int gid, Object param) { + + } + + /** + * 重连 + * @param owner + */ + public void reload(T owner) { + + } +} diff --git a/libs/game_common/src/main/java/com/game/state/StateMachine.java b/libs/game_common/src/main/java/com/game/state/StateMachine.java new file mode 100644 index 0000000..3e701f6 --- /dev/null +++ b/libs/game_common/src/main/java/com/game/state/StateMachine.java @@ -0,0 +1,63 @@ +package com.game.state; + +import com.game.Global; + +/** + * 状态机 + * + */ +@SuppressWarnings({ "rawtypes", "unchecked" }) +public class StateMachine { + + private Object owner = null; + /** + * 当前状态 + */ + public StateBase curState = null; + public StateBase lastState = null; + + public StateMachine(Object owner) { + this.owner = owner; + } + + /** + * 改变状态 + * @param state + */ + public void changeState(StateBase state) { + if (curState != null) { + this.curState.exit(this.owner); + } + if (this.lastState != this.curState) { + this.lastState = this.curState; + } + if (Global.loggerDebug) { + String old_log = this.curState != null ? curState.getClass().getSimpleName() : "null"; + Global.logger.info(owner + " [" + old_log + "]to[" + state.getClass().getSimpleName() + "]"); + } + this.curState = state; + this.curState.enter(this.owner); + } + + public void toLastState() { + if (lastState == null) { + return; + } + this.changeState(this.lastState); + } + + public void toNextState() { + this.curState.toNextState(this.owner); + } + + /** + * 执行服务器内部事件 + * @param cmd + * @param gid + * @param param + */ + public void execute(String cmd, int gid, Object param) { + this.curState.execute(this.owner, cmd, gid, param); + } + +} diff --git a/libs/game_common/target/classes/com/game/ActionEvent.class b/libs/game_common/target/classes/com/game/ActionEvent.class new file mode 100644 index 0000000..d4f05ff Binary files /dev/null and b/libs/game_common/target/classes/com/game/ActionEvent.class differ diff --git a/libs/game_common/target/classes/com/game/Constant.class b/libs/game_common/target/classes/com/game/Constant.class new file mode 100644 index 0000000..a0cc040 Binary files /dev/null and b/libs/game_common/target/classes/com/game/Constant.class differ diff --git a/libs/game_common/target/classes/com/game/EventController.class b/libs/game_common/target/classes/com/game/EventController.class new file mode 100644 index 0000000..8728fbf Binary files /dev/null and b/libs/game_common/target/classes/com/game/EventController.class differ diff --git a/libs/game_common/target/classes/com/game/GPSUtil.class b/libs/game_common/target/classes/com/game/GPSUtil.class new file mode 100644 index 0000000..ab46e33 Binary files /dev/null and b/libs/game_common/target/classes/com/game/GPSUtil.class differ diff --git a/libs/game_common/target/classes/com/game/GameController.class b/libs/game_common/target/classes/com/game/GameController.class new file mode 100644 index 0000000..50e125c Binary files /dev/null and b/libs/game_common/target/classes/com/game/GameController.class differ diff --git a/libs/game_common/target/classes/com/game/GameInterceptor$1.class b/libs/game_common/target/classes/com/game/GameInterceptor$1.class new file mode 100644 index 0000000..df444e6 Binary files /dev/null and b/libs/game_common/target/classes/com/game/GameInterceptor$1.class differ diff --git a/libs/game_common/target/classes/com/game/GameInterceptor.class b/libs/game_common/target/classes/com/game/GameInterceptor.class new file mode 100644 index 0000000..1db8ea5 Binary files /dev/null and b/libs/game_common/target/classes/com/game/GameInterceptor.class differ diff --git a/libs/game_common/target/classes/com/game/Global.class b/libs/game_common/target/classes/com/game/Global.class new file mode 100644 index 0000000..a3ee63d Binary files /dev/null and b/libs/game_common/target/classes/com/game/Global.class differ diff --git a/libs/game_common/target/classes/com/game/GroupPublisherService.class b/libs/game_common/target/classes/com/game/GroupPublisherService.class new file mode 100644 index 0000000..bc152e5 Binary files /dev/null and b/libs/game_common/target/classes/com/game/GroupPublisherService.class differ diff --git a/libs/game_common/target/classes/com/game/MainServer$1.class b/libs/game_common/target/classes/com/game/MainServer$1.class new file mode 100644 index 0000000..02cc247 Binary files /dev/null and b/libs/game_common/target/classes/com/game/MainServer$1.class differ diff --git a/libs/game_common/target/classes/com/game/MainServer$2.class b/libs/game_common/target/classes/com/game/MainServer$2.class new file mode 100644 index 0000000..4fe9df3 Binary files /dev/null and b/libs/game_common/target/classes/com/game/MainServer$2.class differ diff --git a/libs/game_common/target/classes/com/game/MainServer$GameSetting.class b/libs/game_common/target/classes/com/game/MainServer$GameSetting.class new file mode 100644 index 0000000..0d7b220 Binary files /dev/null and b/libs/game_common/target/classes/com/game/MainServer$GameSetting.class differ diff --git a/libs/game_common/target/classes/com/game/MainServer.class b/libs/game_common/target/classes/com/game/MainServer.class new file mode 100644 index 0000000..89879b3 Binary files /dev/null and b/libs/game_common/target/classes/com/game/MainServer.class differ diff --git a/libs/game_common/target/classes/com/game/Router.class b/libs/game_common/target/classes/com/game/Router.class new file mode 100644 index 0000000..9a04288 Binary files /dev/null and b/libs/game_common/target/classes/com/game/Router.class differ diff --git a/libs/game_common/target/classes/com/game/Util.class b/libs/game_common/target/classes/com/game/Util.class new file mode 100644 index 0000000..4fee0f6 Binary files /dev/null and b/libs/game_common/target/classes/com/game/Util.class differ diff --git a/libs/game_common/target/classes/com/game/data/BasePlayBack.class b/libs/game_common/target/classes/com/game/data/BasePlayBack.class new file mode 100644 index 0000000..e1b8e28 Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/BasePlayBack.class differ diff --git a/libs/game_common/target/classes/com/game/data/Hp.class b/libs/game_common/target/classes/com/game/data/Hp.class new file mode 100644 index 0000000..55216cb Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/Hp.class differ diff --git a/libs/game_common/target/classes/com/game/data/JoinRoomData.class b/libs/game_common/target/classes/com/game/data/JoinRoomData.class new file mode 100644 index 0000000..f93619e Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/JoinRoomData.class differ diff --git a/libs/game_common/target/classes/com/game/data/Player$1.class b/libs/game_common/target/classes/com/game/data/Player$1.class new file mode 100644 index 0000000..c2b8979 Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/Player$1.class differ diff --git a/libs/game_common/target/classes/com/game/data/Player$2.class b/libs/game_common/target/classes/com/game/data/Player$2.class new file mode 100644 index 0000000..301042c Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/Player$2.class differ diff --git a/libs/game_common/target/classes/com/game/data/Player.class b/libs/game_common/target/classes/com/game/data/Player.class new file mode 100644 index 0000000..c4c416a Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/Player.class differ diff --git a/libs/game_common/target/classes/com/game/data/Room.class b/libs/game_common/target/classes/com/game/data/Room.class new file mode 100644 index 0000000..9f580de Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/Room.class differ diff --git a/libs/game_common/target/classes/com/game/data/RoomDismiss$1.class b/libs/game_common/target/classes/com/game/data/RoomDismiss$1.class new file mode 100644 index 0000000..841db89 Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/RoomDismiss$1.class differ diff --git a/libs/game_common/target/classes/com/game/data/RoomDismiss.class b/libs/game_common/target/classes/com/game/data/RoomDismiss.class new file mode 100644 index 0000000..0bfaa0c Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/RoomDismiss.class differ diff --git a/libs/game_common/target/classes/com/game/data/Score.class b/libs/game_common/target/classes/com/game/data/Score.class new file mode 100644 index 0000000..52833df Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/Score.class differ diff --git a/libs/game_common/target/classes/com/game/data/Timer$ITaskHandler.class b/libs/game_common/target/classes/com/game/data/Timer$ITaskHandler.class new file mode 100644 index 0000000..d3c0fc5 Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/Timer$ITaskHandler.class differ diff --git a/libs/game_common/target/classes/com/game/data/Timer.class b/libs/game_common/target/classes/com/game/data/Timer.class new file mode 100644 index 0000000..4a5e9b1 Binary files /dev/null and b/libs/game_common/target/classes/com/game/data/Timer.class differ diff --git a/libs/game_common/target/classes/com/game/manager/RoomManager$1.class b/libs/game_common/target/classes/com/game/manager/RoomManager$1.class new file mode 100644 index 0000000..933bb13 Binary files /dev/null and b/libs/game_common/target/classes/com/game/manager/RoomManager$1.class differ diff --git a/libs/game_common/target/classes/com/game/manager/RoomManager.class b/libs/game_common/target/classes/com/game/manager/RoomManager.class new file mode 100644 index 0000000..9bb244a Binary files /dev/null and b/libs/game_common/target/classes/com/game/manager/RoomManager.class differ diff --git a/libs/game_common/target/classes/com/game/manager/SessionManager$1.class b/libs/game_common/target/classes/com/game/manager/SessionManager$1.class new file mode 100644 index 0000000..c4c2334 Binary files /dev/null and b/libs/game_common/target/classes/com/game/manager/SessionManager$1.class differ diff --git a/libs/game_common/target/classes/com/game/manager/SessionManager.class b/libs/game_common/target/classes/com/game/manager/SessionManager.class new file mode 100644 index 0000000..594098e Binary files /dev/null and b/libs/game_common/target/classes/com/game/manager/SessionManager.class differ diff --git a/libs/game_common/target/classes/com/game/player/state/PlayerEndState.class b/libs/game_common/target/classes/com/game/player/state/PlayerEndState.class new file mode 100644 index 0000000..0f8422d Binary files /dev/null and b/libs/game_common/target/classes/com/game/player/state/PlayerEndState.class differ diff --git a/libs/game_common/target/classes/com/game/player/state/PlayerInitState.class b/libs/game_common/target/classes/com/game/player/state/PlayerInitState.class new file mode 100644 index 0000000..54a6a67 Binary files /dev/null and b/libs/game_common/target/classes/com/game/player/state/PlayerInitState.class differ diff --git a/libs/game_common/target/classes/com/game/player/state/PlayerPauseState.class b/libs/game_common/target/classes/com/game/player/state/PlayerPauseState.class new file mode 100644 index 0000000..b439601 Binary files /dev/null and b/libs/game_common/target/classes/com/game/player/state/PlayerPauseState.class differ diff --git a/libs/game_common/target/classes/com/game/player/state/PlayerPopupState.class b/libs/game_common/target/classes/com/game/player/state/PlayerPopupState.class new file mode 100644 index 0000000..3159654 Binary files /dev/null and b/libs/game_common/target/classes/com/game/player/state/PlayerPopupState.class differ diff --git a/libs/game_common/target/classes/com/game/player/state/PlayerReadyState.class b/libs/game_common/target/classes/com/game/player/state/PlayerReadyState.class new file mode 100644 index 0000000..83d0ce5 Binary files /dev/null and b/libs/game_common/target/classes/com/game/player/state/PlayerReadyState.class differ diff --git a/libs/game_common/target/classes/com/game/player/state/PlayerReloadState.class b/libs/game_common/target/classes/com/game/player/state/PlayerReloadState.class new file mode 100644 index 0000000..9a277da Binary files /dev/null and b/libs/game_common/target/classes/com/game/player/state/PlayerReloadState.class differ diff --git a/libs/game_common/target/classes/com/game/player/state/PlayerSpectatorState.class b/libs/game_common/target/classes/com/game/player/state/PlayerSpectatorState.class new file mode 100644 index 0000000..9ee7947 Binary files /dev/null and b/libs/game_common/target/classes/com/game/player/state/PlayerSpectatorState.class differ diff --git a/libs/game_common/target/classes/com/game/player/state/PlayerWaitState.class b/libs/game_common/target/classes/com/game/player/state/PlayerWaitState.class new file mode 100644 index 0000000..911b965 Binary files /dev/null and b/libs/game_common/target/classes/com/game/player/state/PlayerWaitState.class differ diff --git a/libs/game_common/target/classes/com/game/room/state/RoomDestoryGameState.class b/libs/game_common/target/classes/com/game/room/state/RoomDestoryGameState.class new file mode 100644 index 0000000..a225420 Binary files /dev/null and b/libs/game_common/target/classes/com/game/room/state/RoomDestoryGameState.class differ diff --git a/libs/game_common/target/classes/com/game/room/state/RoomEndState.class b/libs/game_common/target/classes/com/game/room/state/RoomEndState.class new file mode 100644 index 0000000..3eb7673 Binary files /dev/null and b/libs/game_common/target/classes/com/game/room/state/RoomEndState.class differ diff --git a/libs/game_common/target/classes/com/game/room/state/RoomInitState.class b/libs/game_common/target/classes/com/game/room/state/RoomInitState.class new file mode 100644 index 0000000..ecfa548 Binary files /dev/null and b/libs/game_common/target/classes/com/game/room/state/RoomInitState.class differ diff --git a/libs/game_common/target/classes/com/game/room/state/RoomReloadState.class b/libs/game_common/target/classes/com/game/room/state/RoomReloadState.class new file mode 100644 index 0000000..e95184b Binary files /dev/null and b/libs/game_common/target/classes/com/game/room/state/RoomReloadState.class differ diff --git a/libs/game_common/target/classes/com/game/room/state/RoomStartGameState.class b/libs/game_common/target/classes/com/game/room/state/RoomStartGameState.class new file mode 100644 index 0000000..bef5523 Binary files /dev/null and b/libs/game_common/target/classes/com/game/room/state/RoomStartGameState.class differ diff --git a/libs/game_common/target/classes/com/game/room/state/RoomWaitState.class b/libs/game_common/target/classes/com/game/room/state/RoomWaitState.class new file mode 100644 index 0000000..d15c3bd Binary files /dev/null and b/libs/game_common/target/classes/com/game/room/state/RoomWaitState.class differ diff --git a/libs/game_common/target/classes/com/game/state/StateBase.class b/libs/game_common/target/classes/com/game/state/StateBase.class new file mode 100644 index 0000000..cffad09 Binary files /dev/null and b/libs/game_common/target/classes/com/game/state/StateBase.class differ diff --git a/libs/game_common/target/classes/com/game/state/StateMachine.class b/libs/game_common/target/classes/com/game/state/StateMachine.class new file mode 100644 index 0000000..f5b2ac3 Binary files /dev/null and b/libs/game_common/target/classes/com/game/state/StateMachine.class differ diff --git a/libs/game_common/target/game_common-1.0.0.jar b/libs/game_common/target/game_common-1.0.0.jar new file mode 100644 index 0000000..971c11c Binary files /dev/null and b/libs/game_common/target/game_common-1.0.0.jar differ diff --git a/libs/game_common/target/maven-archiver/pom.properties b/libs/game_common/target/maven-archiver/pom.properties new file mode 100644 index 0000000..2f11a74 --- /dev/null +++ b/libs/game_common/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=game_common +groupId=com.game +version=1.0.0 diff --git a/libs/game_common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/libs/game_common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..705ad43 --- /dev/null +++ b/libs/game_common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,47 @@ +com\game\Constant.class +com\game\room\state\RoomStartGameState.class +com\game\data\Score.class +com\game\player\state\PlayerReadyState.class +com\game\data\RoomDismiss.class +com\game\room\state\RoomReloadState.class +com\game\MainServer$GameSetting.class +com\game\player\state\PlayerInitState.class +com\game\data\BasePlayBack.class +com\game\state\StateBase.class +com\game\room\state\RoomDestoryGameState.class +com\game\player\state\PlayerPopupState.class +com\game\GameController.class +com\game\Global.class +com\game\Router.class +com\game\data\Room.class +com\game\data\RoomDismiss$1.class +com\game\manager\SessionManager$1.class +com\game\manager\RoomManager.class +com\game\player\state\PlayerSpectatorState.class +com\game\player\state\PlayerWaitState.class +com\game\MainServer$2.class +com\game\GameInterceptor.class +com\game\state\StateMachine.class +com\game\manager\RoomManager$1.class +com\game\GPSUtil.class +com\game\room\state\RoomWaitState.class +com\game\room\state\RoomEndState.class +com\game\data\JoinRoomData.class +com\game\data\Player$1.class +com\game\player\state\PlayerReloadState.class +com\game\GameInterceptor$1.class +com\game\player\state\PlayerEndState.class +com\game\ActionEvent.class +com\game\data\Player.class +com\game\data\Hp.class +com\game\manager\SessionManager.class +com\game\Util.class +com\game\MainServer.class +com\game\EventController.class +com\game\MainServer$1.class +com\game\GroupPublisherService.class +com\game\data\Timer$ITaskHandler.class +com\game\room\state\RoomInitState.class +com\game\data\Player$2.class +com\game\player\state\PlayerPauseState.class +com\game\data\Timer.class diff --git a/libs/game_common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/libs/game_common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..4737490 --- /dev/null +++ b/libs/game_common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,37 @@ +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\data\RoomDismiss.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\data\Room.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\player\state\PlayerReloadState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\data\JoinRoomData.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\room\state\RoomDestoryGameState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\Constant.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\room\state\RoomWaitState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\GPSUtil.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\GroupPublisherService.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\manager\SessionManager.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\data\Score.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\player\state\PlayerPopupState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\room\state\RoomInitState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\data\Player.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\GameInterceptor.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\room\state\RoomReloadState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\MainServer.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\player\state\PlayerReadyState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\ActionEvent.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\state\StateMachine.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\player\state\PlayerPauseState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\data\Hp.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\manager\RoomManager.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\player\state\PlayerWaitState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\player\state\PlayerInitState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\Router.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\Global.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\data\Timer.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\GameController.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\player\state\PlayerEndState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\player\state\PlayerSpectatorState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\room\state\RoomStartGameState.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\state\StateBase.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\Util.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\data\BasePlayBack.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\EventController.java +D:\server\fengye\xtserver_anchou\libs\game_common\src\main\java\com\game\room\state\RoomEndState.java diff --git a/libs/robot_common/.idea/.gitignore b/libs/robot_common/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/libs/robot_common/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/libs/robot_common/.idea/compiler.xml b/libs/robot_common/.idea/compiler.xml new file mode 100644 index 0000000..185b2df --- /dev/null +++ b/libs/robot_common/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/robot_common/.idea/encodings.xml b/libs/robot_common/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/libs/robot_common/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/libs/robot_common/.idea/jarRepositories.xml b/libs/robot_common/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/libs/robot_common/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/libs/robot_common/.idea/misc.xml b/libs/robot_common/.idea/misc.xml new file mode 100644 index 0000000..d5cd614 --- /dev/null +++ b/libs/robot_common/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/robot_common/.idea/vcs.xml b/libs/robot_common/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/libs/robot_common/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/libs/robot_common/pom.xml b/libs/robot_common/pom.xml new file mode 100644 index 0000000..e08f959 --- /dev/null +++ b/libs/robot_common/pom.xml @@ -0,0 +1,100 @@ + + 4.0.0 + + com.robot + robot_common + 1.0.0 + jar + robot_common + + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + + com.taurus + taurus-web + 1.0.1 + + + + + com.taurus + taurus-permanent + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + com.google.code.gson + gson + 2.10.1 + + + + + robot_common-${version} + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + diff --git a/libs/robot_common/src/main/java/com/robot/ActionEvent.java b/libs/robot_common/src/main/java/com/robot/ActionEvent.java new file mode 100644 index 0000000..77aa74b --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/ActionEvent.java @@ -0,0 +1,46 @@ +package com.robot; + +/** + * 服务器内部事件常量表 + * + */ +public class ActionEvent { + + /** + * 准备 + */ + public static final String EVENT_READY = "ready"; + + /** + * 准备洗牌 + */ + public static final String EVENT_READY_AND_XIPAI = "ready_and_xipai"; + + /** + * 开始游戏 + */ + public static final String EVENT_START_GAME = "start_game"; + + /** + * 退出房间 + */ + public static final String EVENT_EXIT_ROOM = "exit_room"; + + /** + * 自动 + */ + public static final String EVENT_TIMER_AUTO = "timer_auto"; + /** + * 托管 + */ + public static final String EVENT_ENTRUST = "entrust"; + /** + * 离线 + */ + public static final String EVENT_OFFLINE = "offline"; + + /** + * 洗牌 + */ + public static final String EVENT_XIPAI = "xi_pai"; +} diff --git a/libs/robot_common/src/main/java/com/robot/Constant.java b/libs/robot_common/src/main/java/com/robot/Constant.java new file mode 100644 index 0000000..afcd6e5 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/Constant.java @@ -0,0 +1,57 @@ +package com.robot; + +public interface Constant { + /** + * 当局大结算 + */ + int ENTRUST_CURREN_RESULT = 1; + /** + * 满2局大结算 + */ + int ENTRUST_TWO_RESULT = 2; + /** + * 满3局大结算 + */ + int ENTRUST_THREE_RESULT = 3; + /** + * 满局大结算 + */ + int ENTRUST_TOTAL_RESULT1 = 4; + + /** + * 未开始 + */ + int ROOM_STATUS_NOBEGIN = 0; + /** + * 游戏中 + */ + int ROOM_STATUS_PLAYING = 1; + /** + * 正准备删除 + */ + int ROOM_STATUS_DEL_FALG = 2; + /** + * 已删除 + */ + int ROOM_STATUS_DEL = 3; + /** + * 正常大结算 + */ + int END_TYPE_NORMAL = 1; + /** + * 托管当局大结算 + */ + int END_TYPE_ENTRUST = 2; + /** + * 体力值不足大结算 + */ + int END_TYPE_HP = 3; + /** + * 申请解散大结算 + */ + int END_TYPE_DISSMISS = 4; + /** + * 体力值不足 + */ + int HP_NOT_ENOUGH = -1; +} diff --git a/libs/robot_common/src/main/java/com/robot/EventController.java b/libs/robot_common/src/main/java/com/robot/EventController.java new file mode 100644 index 0000000..4d8b6e5 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/EventController.java @@ -0,0 +1,333 @@ +package com.robot; + +import com.data.bean.GameBean; +import com.data.bean.GroupPlayBean; +import com.data.cache.GameCache; +import com.data.cache.GroupCache; +import com.data.cache.GroupMemberCache; +import com.data.util.EventType; +import com.robot.data.Player; +import com.robot.data.Room; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; + +/** + * redis 事件控制器 + */ +public class EventController { + private final static String GROUP_EVT_KEY = "evt_group_"; + private final static String EVT_KEY = "event_"; + private final static String CHACHE_KEY = "group1_db8"; + + private final static String EVT_TYPE = "E"; + private final static String EVT_GID = "gid"; + private final static String EVT_UID = "uid"; + + private static void sendGroupEvt(int type, int gid, ITObject data) { + int id = gid % 10; + data.putInt(EVT_GID, gid); + data.putInt(EVT_TYPE, type); + Redis.use(CHACHE_KEY).lpush(GROUP_EVT_KEY + id, data.toJson()); + } + + private static void sendEvt(int type, int uid, ITObject data) { + int id = uid % 10; + data.putInt(EVT_UID, uid); + data.putInt(EVT_TYPE, type); + Redis.use(CHACHE_KEY).lpush(EVT_KEY + id, data.toJson()); + } + + /** + * 注册redis事件 + * @param uid + * @param type + * @param num + */ + public void redisEvent(int uid, int type, int num) { + ITObject data = TObject.newInstance(); + data.putInt("N", num); + sendEvt(type, uid, data); + } + + /** + * 圈子一局结束事件 + * @param gid + * @param pid + * @param valid + */ + public void redisGroupRound(Room room, int gid, int pid, int valid) { + ITObject data = TObject.newInstance(); + data.putInt("pid", pid); + data.putInt("valid", valid); + data.putTArray("player_list", room.getValidPlayerList()); + data.putInt("perfect_round", room.endType == Constant.END_TYPE_NORMAL ? 1 : 0); + int maxPlayer = room.getValidPlayer(); + if (valid == 1 && maxPlayer > 0) { + data.putInt("valid_count", 100 / maxPlayer); + } else { + data.putInt("valid_count", 0); + } + + if (maxPlayer > 0) + { + data.putInt("all_count", 100 / maxPlayer); + } + + try { + GroupPlayBean gpb = GroupCache.getPlay(gid, pid); + if (gpb != null) { + int maxPlayers = gpb.maxPlayers; + ITObject configData = TObject.newFromJsonData(gpb.config); + int opt = configData.getInt("opt"); + int gameId = gpb.gameId; + GameBean gb = GameCache.getGame(gameId); + if (gb != null) + { + Integer pay = gb.pay.get("pay"+opt+"_"+maxPlayers); + if(pay != null && pay > 0 && maxPlayer > 0) { + data.putInt("valid_diamo", pay * 100 / maxPlayer); + } + } + } + } + catch(Exception e) { + Global.logger.error(e); + } + + sendGroupEvt(EventType.REDIS_EVENT_GROUP_ROUND, gid, data); + } + + /** + * 圈子玩家一局结束事件 + * @param owner + * @param pid + * @param win + */ + public void redisGroupMemberRound(Player owner, int pid, boolean win, boolean hpPump, int cur_hp) { + + Room room = owner.room; + ITObject data = TObject.newInstance(); + data.putInt("pid", pid); + data.putInt("uid", owner.playerid); + if (owner.hp != null) { + data.putInt("score", owner.hp.total_hp); + } else { + data.putInt("score", owner.score.total_score); + } + data.putInt("time", (int) (System.currentTimeMillis() / 1000)); + data.putInt("pump", owner.practicalHpPump); + data.putInt("xi_pai_total", owner.xi_pai_total); + data.putInt("an_chou_total", owner.an_chou_total); + data.putInt("win", win ? 1 : 0); + data.putInt("perfect_round", owner.room.endType == Constant.END_TYPE_NORMAL ? 1 : 0); + data.putInt("cur_hp", cur_hp); + data.putUtfString("room", room.roomid); + int maxPlayer = owner.room.getValidPlayer(); + if (hpPump && maxPlayer > 0) { + + data.putInt("valid_count", 100 / maxPlayer); + } else { + data.putInt("valid_count", 0); + } + + sendGroupEvt(EventType.REDIS_EVENT_GROUP_MEMBER_ROUND, owner.room.groupId, data); + } + + /** + * 注册redis体力值事件 reward以前没有用到,现在表示抽水值只给盟主,不给合伙人参与分成 + */ + public long redisFag(Player owner, int hp, boolean hpPump, boolean mengzhu_reward, int xipai_score, boolean xipai,boolean anchou, String desc) { + Room room = owner.room; + String gm_key = GroupMemberCache.genKey(room.groupId, owner.playerid); + + + long cur_hp = 0; + if(hpPump) { + String strCurHp = Redis.use("group1_db10").hget(gm_key, "hp"); + if (StringUtil.isNotEmpty(strCurHp)) + { + cur_hp = Long.parseLong(strCurHp); + if (cur_hp < owner.practicalHpPump) + { + owner.practicalHpPump = (int)cur_hp; + if (owner.practicalHpPump < 0) + { + owner.practicalHpPump = 0; + } + } + } + cur_hp = Redis.use("group1_db10").hincrBy(gm_key, "hp", -owner.practicalHpPump); + } + else if (xipai) { + String strCurHp = Redis.use("group1_db10").hget(gm_key, "hp"); + if (StringUtil.isNotEmpty(strCurHp)) + { + cur_hp = Long.parseLong(strCurHp); + if (cur_hp < xipai_score) + { + xipai_score = (int)cur_hp; + if (xipai_score < 0) + { + xipai_score = 0; + } + } + } + cur_hp = Redis.use("group1_db10").hincrBy(gm_key, "hp", -xipai_score); + }else if(anchou){ + String strCurHp = Redis.use("group1_db10").hget(gm_key, "hp"); + if (StringUtil.isNotEmpty(strCurHp)) + { + cur_hp = Long.parseLong(strCurHp); + if (cur_hp < xipai_score) + { + xipai_score = (int)cur_hp; + if (xipai_score < 0) + { + xipai_score = 0; + } + } + } + cur_hp = Redis.use("group1_db10").hincrBy(gm_key, "hp", -xipai_score); + }else { + cur_hp = Redis.use("group1_db10").hincrBy(gm_key, "hp", hp); + } + + ITObject data = TObject.newInstance(); + if (cur_hp > Integer.MAX_VALUE) + { + long del_value = cur_hp - (long)Integer.MAX_VALUE; + cur_hp = Redis.use("group1_db10").hincrBy(gm_key, "hp", -del_value); + Redis.use("group1_db10").hincrBy(gm_key, "bank_hp", del_value); + data.putInt("hp_than_max_value", (int)del_value); + } + data.putInt("hp", hp); + data.putInt("cur_hp", (int)cur_hp); + data.putInt("pid", room.groupPid); + data.putInt("uid", owner.playerid); + data.putInt("time", (int) (System.currentTimeMillis() / 1000)); + data.putUtfString("room", room.roomid); + // 临时处理 + data.putUtfString("desc", StringUtil.isNotEmpty(desc) ? desc : Global.gameName + " " + room.roomid); + data.putInt("rewardType", room.rewardType); + data.putInt("rewardValueType", room.rewardValueType); + data.putInt("xipai_rewardType", room.xipai_rewardType); + data.putInt("xipai_rewardValueType", room.xipai_rewardValueType); + data.putInt("anchou_rewardType", room.anchou_rewardType); + data.putInt("anchou_rewardValueType", room.anchou_rewardValueType); + + + if (xipai) + { + data.putInt("xipai", xipai_score); + int xipai_reward_value = 0; + if(room.xipai_rewardValueType == 1) { + xipai_reward_value = xipai_score; + } + + data.putInt("max_player", room.maxPlayers); + data.putInt("xipai_reward_type", room.xipai_rewardType); + data.putInt("xipai_reward_value", xipai_reward_value); + if (StringUtil.isNotEmpty(owner.prs) && !mengzhu_reward) { + data.putUtfString("prs", owner.prs); + } + } + if (anchou){ + data.putInt("anchou", xipai_score); + int anchou_reward_value = 0; + if(room.anchou_rewardValueType == 1) { + anchou_reward_value = xipai_score; + } + + data.putInt("max_player", room.maxPlayers); + data.putInt("anchou_reward_type", room.anchou_rewardType); + data.putInt("anchou_reward_value", anchou_reward_value); + if (StringUtil.isNotEmpty(owner.prs) && !mengzhu_reward) { + data.putUtfString("prs", owner.prs); + } + } + if (hpPump) { + data.putInt("pump", owner.practicalHpPump); + int reward_value = 0; + int max_player = room.getValidPlayer(); + if(room.rewardValueType == 1) { + + if(room.rewardType == 1) { + if(room.totalPump + room.basePump != 0) { + reward_value = owner.practicalHpPump - room.basePump * owner.practicalHpPump / (room.totalPump + room.basePump); + } + else { + reward_value = owner.practicalHpPump; + } + }else { + reward_value = room.totalPump / max_player; + if (room.basePump > 0) + { + if (reward_value + (room.basePump/max_player) > owner.practicalHpPump) + { + reward_value = owner.practicalHpPump - (room.basePump/max_player); + if (reward_value < 0) + { + reward_value = 0; + } + } + } + else { + if (reward_value > owner.practicalHpPump) + { + reward_value = owner.practicalHpPump; + } + } + } + } + + data.putInt("max_player", room.getValidPlayer()); + data.putInt("reward_type", room.rewardType); + data.putInt("reward_value", reward_value); + if (StringUtil.isNotEmpty(owner.prs) && !mengzhu_reward) { + data.putUtfString("prs", owner.prs); + } + } + sendGroupEvt(EventType.REDIS_EVENT_GROUP_HP, room.groupId, data); + return cur_hp; + } + + /** + * 返还钻石 + * @param uid + * @param pay + * @param groupId + */ + public void refundDiamo(int uid, int pay, int groupId, int pid) { + ITObject data = TObject.newInstance(); + data.putInt("pay", -pay); + data.putInt("game", Global.gameId); + if (groupId > 0) { + data.putInt("group", groupId); + data.putInt("pid", pid); + } + sendEvt(EventType.REDIS_EVENT_BACK_PAY, uid, data); + } + + /** + * 大局结束事件 + * @param gid + * @param pid + * @param valid + */ + public void redisOver(Player owner, int time, String rec_key) { + Room room = owner.room; + ITObject data = TObject.newInstance(); + if (StringUtil.isNotEmpty(rec_key)) { + data.putInt("is_rec", 1); + data.putUtfString("roomid", room.roomid); + data.putInt("gid", room.groupId); + data.putUtfString("rec_key", rec_key); + data.putInt("time", time); + } else { + data.putInt("is_rec", 0); + } + sendEvt(EventType.REDIS_EVENT_OVER, owner.playerid, data); + } +} diff --git a/libs/robot_common/src/main/java/com/robot/GPSUtil.java b/libs/robot_common/src/main/java/com/robot/GPSUtil.java new file mode 100644 index 0000000..443e4ce --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/GPSUtil.java @@ -0,0 +1,63 @@ +package com.robot; + +import com.taurus.core.util.StringUtil; + +/** + * @author dong.teng + */ +public class GPSUtil { + // 地球半径 + private static final double EARTH_RADIUS = 6378137; + + private static double radian(double lngLat) { + return lngLat * Math.PI / 180.0; + } + + /** + * 根据两点间经纬度坐标,计算直线距离 单位 :米 + */ + public static double getDistance(String gps1, String gps2) { + double distance = 0; + if (isOpenGPS(gps1) && isOpenGPS(gps2)) { + String[] gps1Arr = gps1.split(","); + String[] gps2Arr = gps2.split(","); + Double lat1 = Double.parseDouble(gps1Arr[1]); + Double lng1 = Double.parseDouble(gps1Arr[0]); + Double lat2 = Double.parseDouble(gps2Arr[1]); + Double lng2 = Double.parseDouble(gps2Arr[0]); + double radLat1 = radian(lat1); + double radLat2 = radian(lat2); + double a = radLat1 - radLat2; + double b = radian(lng1) - radian(lng2); + distance = 2 * Math.asin(Math.sqrt(Math.pow(Math.sin(a / 2), 2) + Math.cos(radLat1) * Math.cos(radLat2) * Math.pow(Math.sin(b / 2), 2))); + distance *= EARTH_RADIUS; + distance = Math.round(distance * 10000) / 10000; + } + return distance; + } + + /** + * 两位置是否过近 + * + * @param gps1 + * @param gps2 + * @param measure + * 衡量过近米 + * @return + */ + public static boolean isDistanceNear(String gps1, String gps2, int measure) { + return getDistance(gps1, gps2) <= measure; + } + + /** + * 是否打开gps + */ + public static boolean isOpenGPS(String gps) { + return StringUtil.isNotEmpty(gps) && gps.contains(","); + } + + public static void main(String[] args) { + System.out.println(isDistanceNear("109.19300079346,27.710248947144", "100.23030090332,25.59494972229",50)); + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/GameController.java b/libs/robot_common/src/main/java/com/robot/GameController.java new file mode 100644 index 0000000..14e85a2 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/GameController.java @@ -0,0 +1,734 @@ +package com.robot; + +import java.util.List; +import java.util.Map; + +import com.data.bean.AccountBean; +import com.data.cache.AccountCache; +import com.data.cache.GroupMemberCache; +import com.data.util.ErrorCode; +import com.robot.data.JoinRoomData; +import com.robot.data.Player; +import com.robot.data.Room; +import com.robot.player.state.PlayerInitState; +import com.robot.player.state.PlayerReadyState; +import com.robot.room.state.RoomDestoryGameState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.routes.IController; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.data.Session; + +import redis.clients.jedis.Jedis; + +/** + * 基本游戏控制器 + * + */ +public class GameController implements IController{ + + + /** + * 聊天 + */ + @ActionKey(Router.GAME_INTERACTION) + public void routerChat(Session sender, ITObject params, int gid, Player owner) { + owner.room.broadCastToClient(0, Router.GAME_EVT_INTERACTION, params); + } + + /** + * 请求准备 + * + */ + @ActionKey(Router.GAME_READY) + public void routerReady(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(ActionEvent.EVENT_READY, gid, params); + } + + /** + * 请求准备 + * + */ + @ActionKey(Router.GAME_READY_AND_XIPAI) + public void routerReadyAndXiPai(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(ActionEvent.EVENT_READY_AND_XIPAI, gid, params); + } + + + /** + * 请求开始游戏 + */ + @ActionKey(Router.GAME_START) + public void routerStartGame(Session sender,ITObject params,int gid,Player owner) { + owner.room.stateMachine.execute(ActionEvent.EVENT_START_GAME, gid, params); + } + + @ActionKey(Router.GAME_XIPAI) + public void RouterXiPai(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(ActionEvent.EVENT_XIPAI, 0, params); + owner.room.stateMachine.execute(ActionEvent.EVENT_XIPAI, 0, params); + } + + + /** + * 托管 + * + */ + @ActionKey(Router.GAME_ENTRUST) + @SuppressWarnings("unchecked") + public void routerEntrust(Session sender,ITObject params,int gid,Player owner) { + + + if (owner.room.status == Constant.ROOM_STATUS_PLAYING && owner.room.isEntrust()) { + owner.entrust = params.getBoolean("ok"); + Global.gameCtr.updatePlayerEntrust(owner); + Global.logger.info(owner + " manual " + (owner.entrust ? "entrust" : "quitEntrust")); + if (owner.entrust) { + owner.setEntrustData(params); + owner.stateMachine.curState.execute(owner, ActionEvent.EVENT_ENTRUST, gid, params); + } else { + owner.exitEntrust(); + } + } + } + + @ActionKey(value=Router.ROBOT_JOIN_ROOM,validate = GameInterceptor.NOT_PLAYER) + public void routerRobotJoinRoom(Session sender, ITObject params, int gid) { + String session_id = params.getUtfString("session"); + // String sessionToken = Utils.getUniqueSessionToken(sender); + + System.out.println("robot 加人房间 "); + + String token = null; + if (StringUtil.isEmpty(session_id)) { + Global.logger.info("---------------参数session为null,参数params:{}",params); + session_id=""; + } + else { + String[] sourceStrArray = session_id.split(","); + if (sourceStrArray.length == 2) + { + session_id = sourceStrArray[0]; + token = sourceStrArray[1]; + } + + if (StringUtil.isNotEmpty(token) && StringUtil.isNotEmpty(session_id)) + { + String token_session = Redis.use("group1_db0").hget(token, "user"); + if (StringUtil.isEmpty(token_session)) + { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + else { + if (!token_session.equals(session_id)) + { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + } + } + else { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + } + sender.setHashId(session_id); + String pos = params.getUtfString("pos"); + Global.roomMgr.joinRoom(sender, session_id, gid, pos); + } + + + /** + * 请求进入房间 + */ + @ActionKey(value=Router.GAME_JOIN_ROOM,validate = GameInterceptor.NOT_PLAYER) + public void routerJoinRoom(Session sender, ITObject params, int gid) { + String session_id = params.getUtfString("session"); + // String sessionToken = Utils.getUniqueSessionToken(sender); + String token = null; + if (StringUtil.isEmpty(session_id)) { + Global.logger.info("---------------参数session为null,参数params:{}",params); + session_id=""; + } + else { + String[] sourceStrArray = session_id.split(","); + if (sourceStrArray.length == 2) + { + session_id = sourceStrArray[0]; + token = sourceStrArray[1]; + } + + if (StringUtil.isNotEmpty(token) && StringUtil.isNotEmpty(session_id)) + { + String token_session = Redis.use("group1_db0").hget(token, "user"); + if (StringUtil.isEmpty(token_session)) + { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + else { + if (!token_session.equals(session_id)) + { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + } + } + else { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + } + sender.setHashId(session_id); + String pos = params.getUtfString("pos"); + Global.roomMgr.joinRoom(sender, session_id, gid, pos); + } + + /** + * 自动出牌 + */ + @ActionKey(Router.GAME_AUTO_CARD) + public void routerAutoCard(Session sender,ITObject params,int gid,Player owner) { + owner.manualAutoCard = params.getBoolean("autoCard"); + + if (owner.manualAutoCard) { + if (!owner.room.openEntrust){ + owner.manualAutoCard = false; + return; + } + } + + owner.entrust = owner.manualAutoCard; + + Global.gameCtr.updatePlayerEntrust(owner); + Global.logger.info(owner + " manualAutoCard " + (owner.entrust ? "entrust" : "quitEntrust")); + + if (owner.manualAutoCard) { + owner.stateMachine.curState.execute(owner, ActionEvent.EVENT_ENTRUST, gid, params); + } else { + owner.exitEntrust(); + } + } + + + /** + * 请求删除解散房间(外部) + * + */ + @ActionKey(value=Router.GAME_REMOVE_ROOM,validate = GameInterceptor.NOT_PLAYER) + public void routerRemoveRoom(Session sender, ITObject params, int gid) { + try { + String roomid = params.getUtfString("room"); + // Global.logger.info(" ower del room : " + roomid); + // if (Global.roomMgr.removeRoom(roomid)) { + Global.logger.info(roomid + " is destroy!"); + MainServer.instance.sendResponse(gid, 0, null, sender); + // } else { + // MainServer.instance.sendResponse(gid, 1, null, sender); + // } + } catch (Exception e) { + Global.logger.error(e); + MainServer.instance.sendResponse(gid, 1, null, sender); + } + } + + + /** + * 请求退出房间 + */ + @ActionKey(Router.GAME_EXIT_ROOM) + public void routerExitRoom(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(ActionEvent.EVENT_EXIT_ROOM, gid, params); + } + + + /** + * 请求解散房间 + */ + @ActionKey(Router.GAME_ASK_DISMISS_ROOM) + public void routerAskDismiss(Session sender,ITObject params,int gid,Player owner) { + owner.room.dismissRunable.askDismiss(owner, gid); + } + + + /** + * 房间解散投票请求 + */ + @ActionKey(Router.GAME_DISMISS_ROOM_VOTE) + public void routerDismissRoomVote(Session sender,ITObject params,int gid,Player owner) { + boolean agree = params.getBoolean("result"); + owner.room.dismissRunable.responseDismiss(owner, agree); + } + + + + /** + * 请求更新GPS位置 + * + */ + @ActionKey(Router.GAME_UPDATE_POS) + public void routerUpdatePos(Session sender,ITObject params,int gid,Player owner) { + owner.gps_pos = params.getUtfString("pos"); + updatePlayerPos(owner); + } + + + /** + * 入座 + */ + @ActionKey(Router.GAME_JOIN_SEAT) + public void routerJoinSeat(Session sender,ITObject params,int gid,Player owner) { + Global.gameCtr.joinSeat(owner, gid); + } + + + /** + * 进入房间 + * @param parm + * @param gid + * @return + */ + @SuppressWarnings("unchecked") + public int joinRoom(JoinRoomData parm, int gid) { + Room owner = parm.room; + String session_key = parm.session_key; + Session sender = parm.sender; + String gps_pos = parm.gps_pos; + AccountBean acc = AccountCache.getAccount(session_key); + int playerid = acc.id; + + boolean full = owner.playerMapBySeat.size() >= owner.maxPlayers; + boolean reload = owner.status == Constant.ROOM_STATUS_PLAYING; + + String ip = acc.ip; + if(StringUtil.isEmpty(ip)) { + ip = sender.getAddress(); + } + + Player player = null; + boolean new_player = false; + if (owner.playerMapById.containsKey(playerid)) { + player = owner.playerMapById.get(playerid); + if (player.isReload) { + player.isReload = false; + player.stateMachine.changeState(Global.getState(PlayerInitState.class)); + } + player.setSender(sender); + Global.gameCtr.playerNetState(player); + Global.gameCtr.updatePlayerPos(player); + } else { + if (full) { + sender.setHashId(null); + delRoomSeat(session_key, owner.room_key); + return ErrorCode.ROOM_CLOSE; + } + // 检测是否打开GPS 、IP检测 + boolean openGps = owner.isOpenGPSCheck(), openIP = owner.isOpenIPCheck(); + if (openGps || openIP) { + int errResult = 0; + if (openGps) { + Global.warn("room:{},playid:{},gps:{}", owner.room_key, playerid, gps_pos); + // 开了检测GPS 但是未获取到位置、或未打开 + if (!GPSUtil.isOpenGPS(gps_pos)) { + errResult = 55; + } + // 距离过近 + if (errResult == 0 && owner.checkGps(gps_pos)) { + errResult = 54; + } + } + if (openIP) { + // 相同IP + + if (errResult == 0 && owner.checkIp(ip)) { + errResult = 53; + } + } + if (errResult != 0) { + delRoomSeat(session_key, owner.room_key); + return errResult; + } + } + boolean onseat = true; + long cur_hp = 0; + if (onseat && owner.hpData != null) { + cur_hp = Util.readRedisHp(owner.groupId, playerid); + if (!checkHplimitInRoom(owner, cur_hp)) { + return ErrorCode.GROUP_LIMIT_NO_HP; + } + } + player = MainServer.instance.newPlayer(playerid, owner, session_key); + player.hp.cur_hp = cur_hp; + + owner.addPlayer(player, false, onseat); + player.setSender(sender); + player.stateMachine.changeState(Global.getState(PlayerInitState.class)); + new_player = true; + } + + player.nick = acc.nick; + player.portrait = acc.portrait; + player.sex = acc.sex; + player.ip = ip; + if (StringUtil.isNotEmpty(gps_pos)) + player.gps_pos = gps_pos; + + ITObject data = new TObject(); + if (reload) { + data.putTObject("reloadInfo", owner.getReloadInfo(player)); + } + data.putBoolean("reload", reload); + data.putInt("owner", owner.owner_id); + data.putInt("agent", owner.agent ? 1 : 0); + data.putInt("createTime", Integer.parseInt(owner.redis_room_map.get("create_time"))); + data.putTObject("tableInfo", owner.getRoomInfo()); + player.response(data, gid, 0); + + if (new_player && player.seat != 0) { + owner.broadCastToClient(player.playerid, Router.GAME_EVT_PLAYER_JOIN, player.getInfo()); + } + + if (reload) { + owner.join_player = player; + owner.dismissRunable.reload(player); + owner.stateMachine.curState.reload(owner); + player.stateMachine.curState.reload(player); + owner.join_player = null; + } + return 0; + + } + + /** + * 玩家不能进入房间,删除redis 玩家身上room、seat + * @param session_key + * @param owner + */ + public void delRoomSeat(String session_key, String room_key) { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock(session_key, jedis0); + try { + lock.lock(); + String cur_room = jedis0.hget(session_key, "room"); + if (StringUtil.isNotEmpty(cur_room)) { + if (cur_room.equals(room_key)) { + jedis0.hdel(session_key, "room", "seat"); + } + } + } finally { + lock.unlock(); + } + } + + /** + * 检测加人房间限制 + * @param owner + * @return + */ + public boolean checkHplimitInRoom(Room room, long cur_hp) { + if (room.hpData != null) { + int limitInRoom = room.hpData.getInt("limitInRoom"); + if (cur_hp < (long)limitInRoom) { + return false; + } + } + return true; + } + + /** + * 检测加人房间限制 + * @param owner + * @return + */ + public boolean checkHplimitPlay(Room room, int cur_hp) { + if (room.hpData != null) { + int limitInRoom = room.hpData.getInt("limitInRoom"); + if (cur_hp < limitInRoom) { + return false; + } + } + return true; + } + + /** + * 坐下 + * @param owner + * @param gid + */ + public void joinSeat(Player owner, int gid) { + + + } + + /** + * 聊天转发 + * @param owner + * @param params + */ + public void chat(Player owner, ITObject params) { + owner.room.broadCastToClient(0, Router.GAME_EVT_INTERACTION, params); + } + + /** + * 托管事件 + * @param owner + */ + public void entrust(Player owner, int time) { + ITObject broadParam = new TObject(); + broadParam.putInt("aid", owner.playerid); + broadParam.putInt("time", time); + owner.room.broadCastToClient(0, Router.GAME_EVT_READY_ENTRUST, broadParam); + Global.info("{} Ready Entrust, left time:{}", owner.playerid, time); + } + + /** + * 取消托管事件 + * @param owner + */ + public void cancelEntrust(Player owner) { + ITObject broadParam = new TObject(); + broadParam.putInt("aid", owner.playerid); + owner.room.broadCastToClient(0, Router.GAME_EVT_CANCEL_READY_ENTRUST, broadParam); + //Global.info("{} Cancel Ready Entrust", owner.playerid); + } + + + /** + * 准备事件 + * @param owner + */ + public void ready(Player owner) { + + ITObject broadParam = new TObject(); + broadParam.putInt("aid", owner.playerid); + long cur_hp = Util.readRedisHp(owner.room.groupId, owner.playerid); + Global.logger.info(owner.playerid + " jefe ready"); + if (cur_hp < owner.hp.cur_hp) + { + Global.logger.error("cur hp:" + cur_hp + " < hp.cur_hp:" + owner.hp.cur_hp + " playerId:"+owner.playerid); + if (owner.room.round == 0 && (!checkHplimitInRoom(owner.room, cur_hp) || cur_hp == 0)) { + owner.room.saveMilitaryTotal(true); + owner.room.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); + String gm_key = GroupMemberCache.genKey(owner.room.groupId, owner.playerid); + Redis.use("group1_db10").hset(gm_key, "ban", "1"); + Redis.use("group1_db10").hset(gm_key, "group_ban", "1"); + return; + } + } + owner.hp.cur_hp = cur_hp; + + boolean flag = true; + if (owner.room.maxPlayers == owner.room.playerMapById.size()) { + for (Map.Entry entry : owner.room.playerMapById.entrySet()) { + if (entry.getValue().playerid != owner.playerid && !(entry.getValue().stateMachine.curState instanceof PlayerReadyState)) { + flag = false; + break; + } + } + } + else { + flag = false; + } + + + if (flag) + { + for (Map.Entry entry : owner.room.playerMapById.entrySet()) { + Player player = entry.getValue(); + Global.logger.info( " player.playerid :"+player.playerid ); + owner.room.redisUpdateAnchouPlayer(player); + } + // owner.room.redisUpdateAnchouPlayer(owner); + broadParam.putInt("start", 1); + } + else + { + broadParam.putInt("start", 0); + } + + owner.room.broadCastToClient(0, Router.GAME_EVT_READY, broadParam); + owner.stateMachine.changeState(Global.getState(PlayerReadyState.class)); + } + + + /** + * 准备和洗牌事件 + * @param owner + */ + public void readyAndXipai(Player owner) { + Global.logger.info(owner.playerid + " jefe readyAndXipai"); + if (owner.xi_pai == false) + { + owner.xi_pai = true; + owner.room.redisUpdateXiPaiPlayer(owner); + } + + long cur_hp = Util.readRedisHp(owner.room.groupId, owner.playerid); + if (cur_hp < owner.hp.cur_hp || cur_hp == 0) + { + Global.logger.error("cur hp:" + cur_hp + " < hp.cur_hp:" + owner.hp.cur_hp + " playerId:"+owner.playerid); + if (owner.room.round == 0 && (!checkHplimitInRoom(owner.room, cur_hp) || cur_hp == 0)) { + owner.room.saveMilitaryTotal(true); + owner.room.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); + String gm_key = GroupMemberCache.genKey(owner.room.groupId, owner.playerid); + Redis.use("group1_db10").hset(gm_key, "ban", "1"); + Redis.use("group1_db10").hset(gm_key, "group_ban", "1"); + return; + } + } + owner.hp.cur_hp = cur_hp; + ITObject broadParam = new TObject(); + broadParam.putInt("aid", owner.playerid); + + boolean flag = true; + if (owner.room.maxPlayers == owner.room.playerMapById.size()) { + for (Map.Entry entry : owner.room.playerMapById.entrySet()) { + if (entry.getValue().playerid != owner.playerid && !(entry.getValue().stateMachine.curState instanceof PlayerReadyState)) { + flag = false; + break; + } + } + } + else { + flag = false; + } + + if (flag) + { + + + for (Map.Entry entry : owner.room.playerMapById.entrySet()) { + Player player = entry.getValue(); + Global.logger.info( " player.playerid :"+player.playerid ); + owner.room.redisUpdateAnchouPlayer(player); + } + broadParam.putInt("start", 1); + } + else + { + broadParam.putInt("start", 0); + } + owner.room.broadCastToClient(0, Router.GAME_EVT_READY_AND_XIPAI, broadParam); + owner.stateMachine.changeState(Global.getState(PlayerReadyState.class)); + } + + /** + * 解散房间通知 + * @param askPlayer + * @param sender + * @param time + */ + public void dismissRoom(Player askPlayer, Player sender, List playerList, int time) { + ITObject parm = TObject.newInstance(); + parm.putInt("req_aid", askPlayer.playerid); + parm.putInt("time", time); + ITArray list = TArray.newInstance(); + parm.putTArray("list", list); + for (Player player : playerList) { + ITObject tem = TObject.newInstance(); + tem.putInt("aid", player.playerid); + tem.putInt("result", player.dismissState); + list.addTObject(tem); + } + if (sender != null) { + sender.sendEvent(Router.GAME_EVT_DISMISS_ROOM, parm); + } else { + askPlayer.room.broadCastToClient(0, Router.GAME_EVT_DISMISS_ROOM, parm); + } + } + + /** + * 观众席 + * + * @param owner + */ + public void joinSpectator(Player owner) { + if (owner.room.exitSeat(owner)) { + if (Global.loggerDebug) { + Global.logger.info(owner + " exit seat!"); + } + owner.seat = 0; + ITObject data = new TObject(); + data.putInt("aid", owner.playerid); + owner.room.broadCastToClient(0, Router.GAME_EVT_JOIN_SPECTATOR, data); + owner.room.stateMachine.execute(ActionEvent.EVENT_READY, 0, null); + } + } + + /** + * 解散失败 + * @param owner + */ + public void dismisRoomFail(Room owner) { + owner.broadCastToClient(0, Router.GAME_EVT_DISMISS_ROOM_FAIL, null); + } + + /** + * 退出房间 + * @param owner + * @param gid + */ + public void exitRoom(Player owner, int gid, boolean kick) { + if (kick) { + owner.sendEvent(Router.GAME_EVT_KICK_PLAYER, null); + } else { + owner.response(null, gid, 0); + } + if (owner.room.status == Constant.ROOM_STATUS_NOBEGIN || owner.spectator) { + int owner_id = owner.room.owner_id; + if (!owner.room.agent && owner.playerid == owner_id) { + owner.room.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); + } else { + // 在座位上 + if (owner.room.playerMapBySeat.containsKey(owner.seat)) { + ITObject data = new TObject(); + data.putInt("aid", owner.playerid); + owner.room.broadCastToClient(owner.playerid, Router.GAME_EVT_PLAYER_EXIT, data); + } + owner.destroy(true); + } + } + } + + /** + * 玩家网络状态通知 + * @param owner + */ + public void playerNetState(Player owner) { + ITObject param = new TObject(); + param.putInt("aid", owner.playerid); + param.putInt("online", owner.isConnect ? 1 : 0); + owner.room.updatePlayerOffline(owner); + owner.room.broadCastToClient(owner.playerid, Router.GAME_EVT_PLAYER_NET_STATE, param); + } + + /** + * 更新玩家GPS位置 + * @param owner + */ + public void updatePlayerPos(Player owner) { + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putUtfString("pos", owner.gps_pos); + owner.room.broadCastToClient(owner.playerid, Router.GAME_EVT_UPDATE_POS, param); + } + + /** + * 更新玩家托管 + * + * @param owner + */ + public void updatePlayerEntrust(Player owner) { + ITObject param = new TObject(); + param.putInt("aid", owner.playerid); + param.putInt("type", 5); + param.putBoolean("entrust", owner.entrust); + owner.room.broadCastToClient(0, Router.GAME_EVT_UPDATE_PLAYERINFO, param); + } +} diff --git a/libs/robot_common/src/main/java/com/robot/GameInterceptor.java b/libs/robot_common/src/main/java/com/robot/GameInterceptor.java new file mode 100644 index 0000000..361a395 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/GameInterceptor.java @@ -0,0 +1,48 @@ +package com.robot; + +import java.lang.reflect.Method; + +import com.robot.data.Player; +import com.robot.data.Room; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.Action; +import com.taurus.core.routes.IController; +import com.taurus.core.routes.Interceptor; +import com.taurus.permanent.data.Session; + +public class GameInterceptor implements Interceptor{ + public final static int NOT_PLAYER = 1; + + @Override + public void intercept(Action action, IController controller,Object... args) throws Exception{ + int validate = action.getActionKeyObj().validate(); + Session sender = (Session)args[0]; + TObject params = (TObject)args[1]; + int gid = (int)args[2]; + Method method = action.getMethod(); + if((validate&NOT_PLAYER)!=0) { + method.invoke(controller,sender,params,gid); + }else { + Player player = Global.sessionMgr.getPlayer(sender); + if (player != null) { + Room room = player.room; + if (room == null)return; + if (room.isDestroy)return; + room.enqueueRunnable(new Runnable() { + @Override + public void run() { + if(player.isDestroy)return; + if(player.room.playerMapById.containsKey(player.playerid)) { + try { + method.invoke(controller, sender,params,gid,player); + } catch (Exception e) { + throw new RuntimeException(e); + } + } + } + }); + } + } + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/Global.java b/libs/robot_common/src/main/java/com/robot/Global.java new file mode 100644 index 0000000..38a40b9 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/Global.java @@ -0,0 +1,104 @@ +package com.robot; + +import java.util.HashMap; +import java.util.Map; + +import com.robot.manager.RoomManager; +import com.robot.manager.SessionManager; +import com.robot.player.state.PlayerEndState; +import com.robot.player.state.PlayerInitState; +import com.robot.player.state.PlayerPauseState; +import com.robot.player.state.PlayerPopupState; +import com.robot.player.state.PlayerReadyState; +import com.robot.player.state.PlayerReloadState; +import com.robot.player.state.PlayerSpectatorState; +import com.robot.player.state.PlayerWaitState; +import com.robot.room.state.RoomDestoryGameState; +import com.robot.room.state.RoomEndState; +import com.robot.room.state.RoomInitState; +import com.robot.room.state.RoomReloadState; +import com.robot.room.state.RoomStartGameState; +import com.robot.room.state.RoomWaitState; +import com.robot.state.StateBase; +import com.taurus.core.util.Logger; + +public class Global { + /** + * debug模式 + */ + public static boolean loggerDebug = false; + // 日志 + public static Logger logger; + // session管理器 + public static SessionManager sessionMgr; + // 桌子管理器 + public static RoomManager roomMgr; + + public static GameController gameCtr; + + public static EventController eventCtr; + /** + * 游戏ID + */ + public static int gameId = 1; + /** + * 游戏名字 + */ + public static String gameName = ""; + + + + public static void init() { + + Global.sessionMgr = new SessionManager(); + Global.roomMgr = new RoomManager(); + Global.eventCtr = new EventController(); + + registerState(RoomInitState.class, new RoomInitState()); + registerState(RoomEndState.class, new RoomEndState()); + registerState(RoomDestoryGameState.class, new RoomDestoryGameState()); + registerState(RoomWaitState.class, new RoomWaitState()); + registerState(RoomReloadState.class, new RoomReloadState()); + registerState(RoomStartGameState.class, new RoomStartGameState()); + + registerState(PlayerInitState.class, new PlayerInitState()); + registerState(PlayerPauseState.class, new PlayerPauseState()); + registerState(PlayerReadyState.class, new PlayerReadyState()); + registerState(PlayerReloadState.class, new PlayerReloadState()); + registerState(PlayerWaitState.class, new PlayerWaitState()); + registerState(PlayerSpectatorState.class, new PlayerSpectatorState()); + registerState(PlayerPopupState.class, new PlayerPopupState()); + registerState(PlayerEndState.class, new PlayerEndState()); + } + + private static Map, StateBase> state_map = new HashMap<>(); + + public static void registerState(Class cls, StateBase state) { + state_map.put(cls, state); + } + + public static StateBase getState(Class cls) { + StateBase state = state_map.get(cls); + return state; + } + + + + public static void info(String msg, Object... params) { + if (loggerDebug) { + logger.info(Util.stringFormat(msg, params)); + } + } + + public static void warn(String msg, Object... params) { + if (loggerDebug) { + logger.warn(Util.stringFormat(msg, params)); + } + } + + public static void error(String msg, Object... params) { + if (loggerDebug) { + logger.error(Util.stringFormat(msg, params)); + } + } +} diff --git a/libs/robot_common/src/main/java/com/robot/GroupPublisherService.java b/libs/robot_common/src/main/java/com/robot/GroupPublisherService.java new file mode 100644 index 0000000..1e3118d --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/GroupPublisherService.java @@ -0,0 +1,44 @@ +package com.robot; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; + +/** + * 圈子订阅服务 + */ +public class GroupPublisherService { + public static final String CHANNEL_NAME = "mgr_group"; + + private static final String CMD_DEL_ROOM="del_room"; + private static final String CMD_UPDATE_ROOM="update_room"; + + /** + * 删除房间事件 + * @param groupId + * @param roomid + */ + public static void delRoomEvt(int groupId,String roomid) { + if(groupId == 0)return; + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putUtfString("roomid", roomid); + data.putUtfString("cmd", CMD_DEL_ROOM); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + + /** + * 更新房间事件 + * @param groupId + * @param roomid + */ + public static void updateRoomEvt(int groupId,String roomid) { + if(groupId == 0)return; + ITObject data = TObject.newInstance(); + data.putInt("gid", groupId); + data.putUtfString("roomid", roomid); + data.putUtfString("cmd", CMD_UPDATE_ROOM); + Redis.use("group1_db11").publish(CHANNEL_NAME, data.toJson()); + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/MainServer.java b/libs/robot_common/src/main/java/com/robot/MainServer.java new file mode 100644 index 0000000..e045430 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/MainServer.java @@ -0,0 +1,136 @@ +package com.robot; + +import java.io.FileInputStream; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import com.robot.data.Player; +import com.robot.data.Room; +import org.jdom.Document; +import org.jdom.Element; +import org.jdom.input.SAXBuilder; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.events.Event; +import com.taurus.core.events.IEventListener; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.core.TPEvents; +import com.taurus.permanent.data.Session; + +/** + * + * + */ +public abstract class MainServer extends Extension implements IEventListener{ + + public static MainServer instance; + + private static final String GMAE_CONFIG = "config/game-config.xml"; + public GameSetting gameSetting; + + @Override + public void onStart() { + instance = this; + + Global.logger = Logger.getLogger(getClass()); + try { + loadConfig(); + } catch (Exception e) { + Global.logger.error(e); + } + + Global.init(); + + + } + + public abstract Room newRoom(String roomid, Map redis_room_map); + + public abstract Player newPlayer(int playerid, Room room, String session_id); + + /** + * 创建游戏控制器 + * @return + */ + protected abstract GameController newController(); + + + /** + * 发送事件给单一客户端 + * @param cmdName 事件协议号 + * @param params 数据参数 + * @param recipient 客户端session + */ + public void sendEvent(String cmdName, ITObject params, Session recipient) { + TPServer.me().getController().sendEvent(cmdName, params, recipient); + } + + /** + * 发送事件给客户端 + * @param cmdName 事件协议号 + * @param params 数据参数 + * @param recipients 客户端session列表 + */ + public void sendEvent(String cmdName, ITObject params, List recipients) { + TPServer.me().getController().sendEvent(cmdName, params, recipients); + } + + /** + * 动态响应客户端请示 + * @param gid 响应标识ID + * @param result 响应结果 0成功 + * @param params 数据参数 + * @param recipient 客户端session + */ + public void sendResponse(int gid, int result, ITObject params, Session recipient) { + TPServer.me().getController().sendResponse(gid, result, params, recipient); + } + + protected void loadConfig() throws Exception { + FileInputStream is = new FileInputStream(GMAE_CONFIG); + SAXBuilder builder = new SAXBuilder(); + Document document = builder.build(is); + Element root = document.getRootElement(); + GameSetting config = new GameSetting(); + config.host = root.getChildTextTrim("host"); + config.port = Integer.parseInt(root.getChildTextTrim("port")); + config.serverId = Integer.parseInt(root.getChildTextTrim("serverId")); + config.gameId = Integer.parseInt(root.getChildTextTrim("gameId")); + config.loggerDebug =Boolean.parseBoolean(root.getChildTextTrim("loggerDebug")); + config.intranet = root.getChildTextTrim("intranet"); + this.gameSetting = config; + } + + @Override + public void handleEvent(Event event) { + if (event.getName() == TPEvents.EVENT_SESSION_DISCONNECT) { + Session session = (Session) event.getParameter(TPEvents.PARAM_SESSION); + Global.sessionMgr.disconnect(session); + } + } + + + + + @Override + public void configRoute(Routes me) { + me.setInterceptor(new GameInterceptor()); + Global.gameCtr = newController(); + me.add("",Global.gameCtr); + } + + public static final class GameSetting { + public String host = "127.0.0.1"; + public String intranet = "127.0.0.1"; + public int port = 6379; + public int serverId = 1; + public int gameId = 1; + public boolean loggerDebug = true; + } +} diff --git a/libs/robot_common/src/main/java/com/robot/Router.java b/libs/robot_common/src/main/java/com/robot/Router.java new file mode 100644 index 0000000..edf668b --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/Router.java @@ -0,0 +1,184 @@ +package com.robot; + +import com.robot.data.Player; +import com.taurus.core.entity.ITObject; +import com.taurus.permanent.data.Session; + +/** + * 网络路由处理 + * + */ +public abstract class Router { + //=====================================机器人协议==============================// + /** + * 加入房 + */ + public static final String ROBOT_JOIN_ROOM = "71002"; + + + + + + + + + + + + + + + + //=====================================机器人协议end==============================// + + + /** + * 删除房间 + */ + public static final String GAME_REMOVE_ROOM = "1000"; + /** + * 更新GPS位置 + */ + public static final String GAME_UPDATE_POS = "1001"; + /** + * 更新GPS位置事件 + */ + public static final String GAME_EVT_UPDATE_POS = "2000"; + /** + * 进入房 + */ + public static final String GAME_JOIN_ROOM = "1002"; + /** + * 玩家进入房间 + */ + public static final String GAME_EVT_PLAYER_JOIN = "2001"; + /** + * 玩家退出 + */ + public static final String GAME_EVT_PLAYER_EXIT = "2002"; + /** + * 玩家网络状态 + */ + public static final String GAME_EVT_PLAYER_NET_STATE = "2003"; + /** + * 发送聊天 + */ + public static final String GAME_INTERACTION = "1006"; + /** + * 聊天事件 + */ + public static final String GAME_EVT_INTERACTION = "2017"; + /** + * 退出房间 + */ + public static final String GAME_EXIT_ROOM = "1005"; + /** + * 房主退出房间解散 + */ + public static final String GAME_EVT_EXIT_ROOM_DISMISS = "2008"; + + /** + * 发送准备 + */ + public static final String GAME_READY = "1003"; + + /** + * 发送准备加洗牌 + */ + public static final String GAME_READY_AND_XIPAI = "201004"; + + /** + * 准备加洗牌 返回 + */ + public static final String GAME_EVT_READY_AND_XIPAI = "202009"; + + /** + * 准备事件 + */ + public static final String GAME_EVT_READY = "2009"; + + /** + * 通知托管倒计时 + */ + public static final String GAME_EVT_READY_ENTRUST = "22010"; + public static final String GAME_EVT_CANCEL_READY_ENTRUST = "22011"; + + + public static final String GAME_XIPAI = "20836"; + + public static final String GAME_EVENT_XIPAI = "20837"; + + public static final String GAME_EVENT_NOTIFY_XIPAI = "20838"; + + /** + * 请求开始游戏 + */ + public static final String GAME_START = "1004"; + /** + * 请求解散房间 + */ + public static final String GAME_ASK_DISMISS_ROOM = "1007"; + /** + * 解散房间 + */ + public static final String GAME_EVT_DISMISS_ROOM = "2005"; + /** + * 请求解散房间投票 + */ + public static final String GAME_DISMISS_ROOM_VOTE = "1008"; + /** + * 解散房间投票事件 + */ + public static final String GAME_EVT_DISMISS_ROOM_VOTE = "2006"; + /** + * 解散房间失败 + */ + public static final String GAME_EVT_DISMISS_ROOM_FAIL= "2027"; + /** + * + */ + public static final String GAME_EVT_SEND_REDPACKET= "3000"; + /** + * 玩家被退出 + */ + public static final String GAME_EVT_KICK_PLAYER= "3001"; + + /** + * 玩家缺体力值弹起 + */ + public static final String GAME_EVT_STAND_UP= "3004"; + + /** + * 托管 + */ + public static final String GAME_ENTRUST= "1301"; + /** + * 入座 + */ + public static final String GAME_JOIN_SEAT= "1302"; + /** + * 自动 + */ + public static final String GAME_AUTO_CARD = "1303"; + + /** + * 玩家进入观众席 + */ + public static final String GAME_EVT_JOIN_SPECTATOR= "3002"; + + /** + * 更新玩家信息 + */ + public static final String GAME_EVT_UPDATE_PLAYERINFO= "3003"; + + /** + * 客户端数据出错,需要重连服务器,更新关键数据 + */ + public static final String GAME_EVT__UPDATE_RECONECT = "3005"; + + public void handel(Session sender, ITObject params, int gid){ + + } + + public abstract void handelRoom(Player owner, ITObject params, int gid); +} diff --git a/libs/robot_common/src/main/java/com/robot/Util.java b/libs/robot_common/src/main/java/com/robot/Util.java new file mode 100644 index 0000000..411f267 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/Util.java @@ -0,0 +1,301 @@ +package com.robot; + +import java.util.ArrayList; +import java.util.Calendar; +import java.util.Date; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Random; + +import com.data.cache.GroupMemberCache; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.DateUtils; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; + +public class Util { + public final static Random random = new Random(); + static { + random.setSeed(System.currentTimeMillis()); + } + + /** + * list to TArray + * @param list + * @return + */ + public static final ITArray toTArray(List list) { + ITArray result = new TArray(); + for (Integer card : list) { + result.addInt(card); + } + return result; + } + + /** + * call checkCard + * @param eventCard + * @param cardList + * @return + */ + @Deprecated + public static boolean cardInList(int eventCard, List cardList) { + return checkCard(eventCard, cardList); + } + + @Deprecated + public static final ITArray toMPGroup(List list) { + ITArray result = new TArray(); + for (int[] card : list) { + result.addInt(card[0]); + } + return result; + } + + /** + * list to mod 100 list + * @param list + * @return + */ + public static final List toModList(List list){ + List tem = new ArrayList(); + for(Integer card : list) { + tem.add(card % 100); + } + return tem; + } + + /** + * TArray to mod 100 list + * @param list + * @return + */ + public static final List toModList(ITArray list){ + List tem = new ArrayList<>(); + for(int i=0;i cardList) { + int result = 0; + for (Integer card : cardList) { + if (card == eventCard) { + result += 1; + } + } + return result; + } + + /** + * 检测牌是否存在 + * @param eventCard + * @param cardList + * @return + */ + public static final boolean checkCard(int eventCard, List cardList) { + for (Integer card : cardList) { + if (card == eventCard) { + return true; + } + } + return false; + } + + /** + * 检测牌数量 + * @param eventCard + * @param cardList + * @param num + * @return + */ + public static final boolean checkCard(int eventCard, List cardList, int num) { + int result = 0; + for (Integer card : cardList) { + if (card == eventCard) { + result++; + if (result == num) + return true; + } + } + return false; + } + + /** + * 检测牌数量并将满足条件的删除 + * @param eventCard + * @param cardList + * @param num + * @return + */ + public static final boolean checkCardAndRomve(int eventCard, List cardList, int num) { + if (checkCard(eventCard, cardList, num)) { + removeCard(cardList, eventCard, num); + return true; + } + return false; + } + + /** + * 获取每张牌的数量MAP + * @param cardList + * @return + */ + public static final Map getCardNumMap(List cardList) { + Map result = new HashMap(); + for (Integer card : cardList) { + if (!result.containsKey(card)) { + result.put(card, 1); + } else { + int num = result.get(card); + result.put(card, (num + 1)); + } + } + return result; + } + + /** + * 检测牌数量 + * @param map + * @param card + * @param num + * @return + */ + public static boolean cardNum(Map map, int card, int num) { + Integer _num = map.get(card); + if (_num != null && _num >= num) { + return true; + } + return false; + } + + /** + * 移除指定数量的牌 + * @param cardList + * @param card + * @param count + */ + public static final void removeCard(List cardList, int card, int count) { + int curCount = 0; + for (int i = 0; i < cardList.size(); i++) { + if (cardList.get(i) == card) { + cardList.remove(i); + i--; + curCount++; + } + + if (count == curCount) { + return; + } + } + } + + static final public void addCard(ITArray opcard, int card, int num) { + for (int i = 0; i < num; ++i) { + opcard.addInt(card); + } + } + + static final public void addCard(List cardList, int card, int num) { + for (int i = 0; i < num; ++i) { + cardList.add(card); + } + } + + /** + * 获取今天凌晨0点时间戳 + * @return + */ + public static int todayTimeSec() { + Calendar cal = Calendar.getInstance(); + cal.set(cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), cal.get(Calendar.DAY_OF_MONTH), 0, 0, 0); + int timeSec = (int) (cal.getTimeInMillis() / 1000); + return timeSec; + } + + /** + * 根据时间戳获取指定当天凌晨10位时间戳 + * @param timeSec + * @return + */ + public static int todayTimeSec(Long timeSec) { + Calendar cal = Calendar.getInstance(); + // 指定日期 + cal.setTime(new Date(timeSec)); + cal.set(Calendar.HOUR_OF_DAY, 0); + cal.set(Calendar.MINUTE, 0); + cal.set(Calendar.SECOND, 0); + cal.set(Calendar.MILLISECOND, 0); + return (int) (cal.getTimeInMillis() / 1000); + } + + /** + * msg ps : param:{},param:{} + * ==> param: abc,param:abced + * @param msg + * @param params + * @return + */ + public static String stringFormat(String msg, Object... params) { + try { + if (StringUtil.isNotEmpty(msg)) { + msg = msg.replaceAll("\\{}", "\\%s"); + return String.format(msg, params); + } + } catch (Exception e) { + return ""; + } + return ""; + } + +// public static void countLog(String key,int num,Jedis jedis) { +// String day_key = key + ":d"+DateUtils.getBeginDay(); +// String week_key = key + ":w"+DateUtils.getBeginWeek(); +// String month_key = key + ":m"+DateUtils.getBeginMonth(); +// jedis.incrBy(day_key,num); +// jedis.expire(day_key, 11*3600*24); +// jedis.incrBy(week_key,num); +// jedis.expire(week_key, 15*3600*24); +// jedis.incrBy(month_key,num); +// jedis.expire(month_key, 63*3600*24); +// } + + /** + * 获取玩家体力值 + * @param gid + * @param uid + * @return + */ + public static long readRedisHp(int gid,int uid) { + String key = GroupMemberCache.genKey(gid, uid); + String hp = Redis.use("group1_db10").hget(key, "hp"); + long cur_hp = StringUtil.isNotEmpty(hp) ? Long.parseLong(hp) : 0; + return cur_hp; + } +} diff --git a/libs/robot_common/src/main/java/com/robot/data/BasePlayBack.java b/libs/robot_common/src/main/java/com/robot/data/BasePlayBack.java new file mode 100644 index 0000000..ff81fb2 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/data/BasePlayBack.java @@ -0,0 +1,108 @@ +package com.robot.data; + +import java.util.Map.Entry; + +import com.robot.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Utils; + +/** + * 回放数据记录 + * + */ +public abstract class BasePlayBack { + /** + * 房间信息 + */ + protected ITObject info; + /** + * 指令列表 + */ + protected ITArray cmdList; + + protected BasePlayBack(Room room) { + info = TObject.newInstance(); + cmdList = TArray.newInstance(); + info.putUtfString("roomid", room.roomid); + info.putInt("round", room.round); + info.putTObject("config", room.config); + info.putInt("banker_seat", room.bankerSeat); + info.putInt("active_seat", room.activeSeat); + info.putInt("game_id", Global.gameId); + + ITArray infoList = new TArray(); + for (Entry entry : room.playerMapByPlaying.entrySet()) { + Player player = entry.getValue(); + if(player.already_round==0)continue; + ITObject obj = getPlayerInfo(player); + infoList.addTObject(obj); + } + info.putTArray("playerData", infoList); + } + + protected ITObject getPlayerInfo(Player player) { + ITObject obj = TObject.newInstance(); + obj.putInt("aid", player.playerid); + obj.putUtfString("nick", player.nick); + obj.putInt("sex", player.sex); + obj.putUtfString("portrait", player.portrait); + obj.putInt("seat", player.seat); + player.hp_info(obj); + return obj; + } + + protected void addCommand(String cmd, int seat, ITObject data) { + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", cmd); + cmdObj.putInt("seat", seat); + cmdObj.putTObject("data", data); + cmdList.addTObject(cmdObj); + } + + /** + * 获取战绩回放数据,保存到redisd + * + * @return + */ + public ITObject getData() { + ITObject data = TObject.newInstance(); + data.putTObject("info", info); + data.putTArray("cmdList", cmdList); + return data; + } + /** + * 给客户端的提示按钮 + * @param seat + * @param cmdData + */ + public void addTipCommand(int seat, ITObject cmdData) { + addCommand("Tip", seat, cmdData); + } + + /** + * 玩家操作点击的提示 + * @param seat + * @param type + * @param weight + */ + public void addClickTipCommand(int seat, int type, int weight) { + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("weight", weight); + cmdData.putInt("type", type); + addCommand("ClickTip", seat, cmdData); + } + + /** + * 小结算数据 + */ + public void addResult(ITObject resultData) { + ITObject data = TObject.newInstance(); + Utils.objectCopyDeep(resultData, data); + data.putInt("type", 0); + addCommand("Result", 0, data); + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/data/Hp.java b/libs/robot_common/src/main/java/com/robot/data/Hp.java new file mode 100644 index 0000000..ded9f03 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/data/Hp.java @@ -0,0 +1,24 @@ +package com.robot.data; + +public class Hp { + /** + * 当前体力值,每局更新,用于判断当局能输赢多少 + */ + public long cur_hp = 0; + /** + * 牌局开始到结束,总输赢体力值,不包括奖励体力值。因命名之前没有奖励一说 + */ + public int total_hp = 0; + /** + * 当局实际输赢体力值 + */ + public int round_actual_hp = 0; + /** + * 当局本应输赢体力值 + */ + public int round_answer_hp = 0; + /** + * 输赢是否已达上限 + */ + public boolean upper_limit = false; +} diff --git a/libs/robot_common/src/main/java/com/robot/data/JoinRoomData.java b/libs/robot_common/src/main/java/com/robot/data/JoinRoomData.java new file mode 100644 index 0000000..b048136 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/data/JoinRoomData.java @@ -0,0 +1,12 @@ +package com.robot.data; + +import com.taurus.permanent.data.Session; + +public class JoinRoomData { + public Room room; + public String session_key; + public Session sender; + public String gps_pos; + public boolean test_user; + +} diff --git a/libs/robot_common/src/main/java/com/robot/data/Player.java b/libs/robot_common/src/main/java/com/robot/data/Player.java new file mode 100644 index 0000000..f634055 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/data/Player.java @@ -0,0 +1,607 @@ +package com.robot.data; + +import com.robot.ActionEvent; +import com.robot.Global; +import com.robot.MainServer; +import com.robot.player.state.PlayerPopupState; +import com.robot.player.state.PlayerReloadState; +import com.robot.state.StateMachine; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.Session; +import redis.clients.jedis.Jedis; + +/** + * 基本玩家对象 + * + * + */ +public class Player { + /** + * 所在房间对象 + */ + public Room room = null; + /** + * 用户id + */ + public int playerid = 0; + + public String ip = null; + /** + * redis session id + */ + public String session_id = StringUtil.Empty; + public String score_key = StringUtil.Empty; + public String net_key = StringUtil.Empty; + /** + * 玩家状态机 + */ + public StateMachine stateMachine = null; + + /** + * mpnet session + */ + public volatile Session sender = null; + /** + * 是否正在链接 + */ + public volatile boolean isConnect = false; + /** + * 是否是重连 + */ + public boolean isReload = false; + /** + * 是否被摧毁 + */ + public volatile boolean isDestroy = false; + + /** + * 当前座位号 + */ + public int seat = 0; + public int nextSeat = 0; + public int lastSeat = 0; + /** + * 昵称 + */ + public String nick = StringUtil.Empty; + /** + * 性别 + */ + public int sex = 1; + /** + * 头像 + */ + public String portrait = StringUtil.Empty; + /** + * GPS位置 + */ + public String gps_pos = StringUtil.Empty; + + /** + * 0 无 1 胡 2 输 + */ + public int winer = 0; + + /** + * 胡牌统计 + */ + public int winCount = 0; + /** + * 准备状态 + */ + public boolean ready = false; + + public boolean is_white = false; + + public int black_white_status = 0; + + public double black_white_rate = 10; + + /** + * 解散房间状态 + */ + public int dismissState = 0; + /** + * 申请解散次数 + */ + public int dismissCount = 0; + /** + * 计分统计 + */ + public Score score; + /** + * action计时器 + */ + public Timer actionTimer; + /** + * 计时器 + */ + public Timer timer; + public volatile long offlineTime; + /** + * 抽水值 + */ + public int practicalHpPump = 0; + /** + * 奖励数据 + */ + public String prs = StringUtil.Empty; + /** + * 托管 + */ + public volatile boolean entrust = false; + /** + * 自动出牌 + */ + public volatile boolean manualAutoCard = false; + /** + * 是否正在观看 + */ + public volatile boolean spectator = false; + /** + * 已玩局数 + */ + public int already_round = 0; + /** + * 体力值 + */ + public Hp hp; + /** + * 托管局数 + */ + public int entrust_round = 0; + /** + * 是否检测退出限制 + */ + public boolean check_exit_limit = true; + + public boolean xi_pai = false; + /** + * 抽水值total + */ + public int xi_pai_total = 0; + + public int an_chou_total = 0; + + public Player(int playerid, Room table, String session_id) { + this.room = table; + this.playerid = playerid; + this.session_id = session_id; + this.score_key = "score_" + playerid; + this.net_key = "net_" + playerid; + this.score = newScore(); + this.stateMachine = new StateMachine(this); + this.isReload = false; + this.hp = new Hp(); + this.xi_pai = false; + } + + protected Score newScore() { + return new Score(this); + } + + /** + * 设置玩家session + * @param sender + */ + public void setSender(Session sender) { + // 服务器从崩溃中重启 + if (sender == null) { + this.isReload = true; + this.isConnect = false; + this.stateMachine.changeState(Global.getState(PlayerReloadState.class)); + return; + } + if (this.isConnect && this.sender != null && this.sender != sender) { + Global.sessionMgr.deleteSession(this.sender); + TPServer.me().getController().disconnect(this.sender); + } + // 已经连接 + this.sender = sender; + Global.sessionMgr.putPlayer(sender, this); + this.isConnect = true; + // if (this.stateMachine.curState == null || this.isReload) { + // this.stateMachine.changeState(Global.getState(PlayerInitState.class)); + this.isReload = false; + // } + } + + /** + * 计时器,Ps 到某状态自动执行某操作 + * @param time 时间 ms + * @param cmd 计时完执行事件 + * @param param 执行事件参数 + */ + public void startTimer(int time, String cmd, Object param) { + stopTimer(); + this.timer = new Timer(time, new Timer.ITaskHandler() { + @SuppressWarnings("unchecked") + @Override + public void doTask(Timer timer) { + Global.info("{} [{}] Timer Excute ActionEvent [{}] param :{}", Player.this.toString(), stateMachine.curState.getClass().getSimpleName(), cmd, + param == null ? "null" : param.toString()); + stateMachine.curState.execute(Player.this, cmd, 0, param); + } + }); + room.addTimer(this.timer); + } + + /** + * 指定时间计时, + * cmd :timer_auto + * @param time + */ + public void startTimer(int time) { + startTimer(time, ActionEvent.EVENT_TIMER_AUTO, null); + } + + /** + * 默认配置计时器 + * time : 1000ms + * cmd : timer_auto + */ + public void startTimer() { + startTimer(room.def_actionTimer_time, ActionEvent.EVENT_TIMER_AUTO, null); + } + + public void stopTimer() { + if (this.timer != null) { + this.timer.stop(); + this.timer = null; + } + } + + /** + * 停止所有计时器,如玩家退出某状态时 + */ + public void stopAllTimer() { + stopTimer(); + stopActionTimer(); + } + + /** + * 托管计时器 + * @param time 单位毫秒 + */ + public void startActionTimer(int time, Object param) { + stopActionTimer(); + this.actionTimer = new Timer(time, new Timer.ITaskHandler() { + @SuppressWarnings("unchecked") + @Override + public void doTask(Timer timer) { + String type = ""; + if (param != null) { + ITObject netParam = (ITObject) param; + if (netParam.containsKey("type")) { + type = netParam.getUtfString("type"); + } + } + if (ActionEvent.EVENT_ENTRUST.equals(type) && !entrust) { + entrust = true; + Global.gameCtr.updatePlayerEntrust(Player.this); + } + Global.info("{} [{}] Entrust Auto Execute ActionEvent", Player.this.toString(), stateMachine.curState.getClass().getSimpleName()); + stateMachine.curState.execute(Player.this, ActionEvent.EVENT_TIMER_AUTO, 0, param); + } + }); + String type = ""; + int broad = 0; + if (param != null) { + ITObject netParam = (ITObject) param; + if (netParam.containsKey("type")) { + type = netParam.getUtfString("type"); + } + if (netParam.containsKey("broad")) { + broad = netParam.getInt("broad"); + } + } + if (ActionEvent.EVENT_ENTRUST.equals(type) && broad == 1) { + this.actionTimer.parameters.put("param", param); + } + room.addTimer(this.actionTimer); + } + + /** + * + * @param time 单位毫秒 + */ + public void startActionTimer(int time) { + startActionTimer(time, null); + } + + public boolean isEntrust() { + return this.room.isEntrust() && this.entrust; + } + + /** + * 托管. + */ + public void startActionTimer() { + stopActionTimer(); + if (room.isEntrust()) { + ITObject param = TObject.newInstance(); + param.putUtfString("type", ActionEvent.EVENT_ENTRUST); + + if (isEntrust()) { + param.putInt("broad", 0); + startActionTimer(this.room.default_entrust_time, param); + } else { + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + String hava = jedis1.get(String.valueOf(Player.this.playerid)); + if(hava==null){ + param.putInt("broad", 1); + startActionTimer(this.room.entrustTime, param); + Global.gameCtr.entrust(Player.this, this.room.entrustTime/1000); + jedis1.set(String.valueOf(Player.this.playerid),"ok"); + jedis1.expire(String.valueOf(Player.this.playerid),this.room.entrustTime/1000); + } + } + } + } + + public void stopActionTimer() { + if (this.actionTimer != null) { + if (this.actionTimer.parameters.containsKey("param")) { + ITObject param = (ITObject)this.actionTimer.parameters.get("param"); + String type = ""; + if (param != null) { + ITObject netParam = (ITObject) param; + if (netParam.containsKey("type")) { + type = netParam.getUtfString("type"); + } + } + if (ActionEvent.EVENT_ENTRUST.equals(type)) { + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + String hava = jedis1.get(String.valueOf(Player.this.playerid)); + if (hava!=null){ + jedis1.del(String.valueOf(Player.this.playerid)); + } + Global.gameCtr.cancelEntrust(Player.this); + } + } + this.actionTimer.stop(); + this.actionTimer = null; + } + } + + public int getActionLeftTime() { + if (this.actionTimer != null) { + return Math.abs(this.actionTimer.getCountdownTime() / 1000); + } + return 0; + } + + public int getEntrustActionLeftTime() { + if (this.actionTimer != null) { + if (this.actionTimer.parameters.containsKey("param")) { + ITObject param = (ITObject)this.actionTimer.parameters.get("param"); + String type = ""; + if (param != null) { + ITObject netParam = (ITObject) param; + if (netParam.containsKey("type")) { + type = netParam.getUtfString("type"); + } + } + if (ActionEvent.EVENT_ENTRUST.equals(type)) { + return Math.abs(this.actionTimer.getCountdownTime() / 1000); + } + } + } + return 0; + } + + /** + * 返回结果 + * @param params + * @param gid + * @param error + */ + public void response(ITObject params, int gid, int error) { + if (!this.isConnect) + return; + if (error == 0) { + MainServer.instance.sendResponse(gid, error, params, this.sender); + } else { + MainServer.instance.sendResponse(gid, error, null, this.sender); + } + } + + /** + * 发送事件给客户端 + * @param cmd + * @param param + */ + public void sendEvent(String cmd, ITObject param) { + if (!this.isConnect) + return; + MainServer.instance.sendEvent(cmd, param, this.sender); + } + + /** + * 获取玩家信息 + * @return + */ + public ITObject getInfo() { + ITObject playerData = new TObject(); + playerData.putInt("aid", this.playerid); + playerData.putUtfString("nick", this.nick); + playerData.putInt("sex", this.sex); + playerData.putUtfString("portrait", this.portrait); + if (StringUtil.isNotEmpty(gps_pos)) { + playerData.putUtfString("pos", gps_pos); + } + String ip = this.ip; + if (this.ip == null && this.sender != null) { + ip = sender.getAddress(); + } + playerData.putInt("ready", this.ready ? 1 : 0); + playerData.putUtfString("ip", ip); + playerData.putInt("seat", this.seat); + playerData.putInt("online", this.isConnect ? 1 : 0); + playerData.putBoolean("spectator", spectator); + if (this.room.openEntrust) { + playerData.putBoolean("entrust", this.entrust); + playerData.putInt("entrust_time", getEntrustActionLeftTime()); + } + hp_info(playerData); + // if (Redis.use().hexists(this.session_id, "offLineTime")) { + // int offLineTime = Integer.parseInt(Redis.use().hget(this.session_id, "offLineTime")); + // playerData.putInt("offLineTime", Utils.differSecond(offLineTime)); + // } + return playerData; + } + + public ITObject getReloadInfo() { + ITObject playerData = new TObject(); + playerData.putInt("playerid", playerid); + if (this.room.openEntrust && this.room.isEntrust) { + playerData.putBoolean("entrust", this.entrust); + playerData.putInt("entrust_time", getEntrustActionLeftTime()); + + Global.logger.info("entrust_time getEntrustActionLeftTime() : "+getEntrustActionLeftTime()); + } + playerData.putBoolean("popup", this.stateMachine.curState instanceof PlayerPopupState); + hp_info(playerData); + return playerData; + } + + /** + * 玩家销毁时调用 + * @param sysredis + */ + public void destroy(boolean sysredis) { + if (isDestroy) + return; + isDestroy = true; + stopActionTimer(); + this.room.removePlayer(this, sysredis); + if (this.sender != null) { + Global.sessionMgr.deleteSession(sender); + } + } + + private int __checkSeat(int seat, int count, boolean add) { + if (seat > this.room.maxPlayers) { + seat = 1; + } else if (seat <= 0) { + seat = this.room.maxPlayers; + } + if (count == this.room.maxPlayers) + return seat; + Player player = this.room.playerMapBySeat.get(seat); + if (player == null || player.spectator) { + if (add) + seat = seat + 1; + else + seat = seat - 1; + count++; + return __checkSeat(seat, count, add); + } + return seat; + } + + /** + * 初始化座位信息 + */ + public void initSeat() { + this.nextSeat = __checkSeat(this.seat + 1, 1, true); + this.lastSeat = __checkSeat(this.seat - 1, 1, false); + } + + /** + * 清理玩家数据 + */ + public void clear() { + this.winer = 0; + this.check_exit_limit = true; + this.is_white = false; + this.manualAutoCard = false; + + stopActionTimer(); + } + + /** + * 注册redis事件,总服处理 + * @param type + * @param num + */ + public void redisEvent(int type, int num) { + Global.eventCtr.redisEvent(playerid, type, num); + } + + public String toString() { + return session_id; + } + + public void hp_info(ITObject param) { + ITObject hp_info = TObject.newInstance(); + // 下局体力值 + hp_info.putLong("cur_hp", hp.cur_hp); + // 本局实际输赢体力值 + hp_info.putInt("round_actual_hp", hp.round_actual_hp); + // 输赢是否已达上限 + hp_info.putBoolean("upper_limit", hp.upper_limit); + // 总输赢体力值 + hp_info.putInt("total_hp", hp.total_hp); + param.putTObject("hp_info", hp_info); + + } + + + + /** + * 获取当前体力值 + */ + public Long getHp() { + return this.hp.cur_hp + (long)this.hp.round_actual_hp; + } + +// public void updateHp() { +// this.hp.cur_hp = this.hp.cur_hp + this.hp.round_actual_hp; +// } + + public void clearHp() { + this.hp.round_actual_hp = 0; + this.hp.round_answer_hp = 0; + this.hp.upper_limit = false; + } + + /** + * 设置托管数据 + * @param data + */ + public void setEntrustData(ITObject data) { + + } + + public void exitEntrust() { + if (this.room.isEntrust()) { + this.entrust_round = 0; + stopActionTimer(); + this.entrust = false; + if (room.activeSeat == this.seat) { + startActionTimer(); + } + } + } + + + /** + * 牌局结束输赢总体力值,包括奖励体力值 + */ + public int totalHp() { + return hp.total_hp; + } + + /** + * 需要抽水的具体体力值,不可负分 - 实际赢体力值,可负分 - 实际赢积分 换算成赢总体力值 + */ + public int hpPumpValue() { + return hp.total_hp; + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/data/Room.java b/libs/robot_common/src/main/java/com/robot/data/Room.java new file mode 100644 index 0000000..c61f9c7 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/data/Room.java @@ -0,0 +1,1860 @@ +package com.robot.data; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.concurrent.BlockingQueue; +import java.util.concurrent.LinkedBlockingQueue; + +import com.data.bean.AccountBean; +import com.data.cache.AccountCache; +import com.data.cache.GroupMemberCache; +import com.robot.Constant; +import com.robot.GPSUtil; +import com.robot.Global; +import com.robot.GroupPublisherService; +import com.robot.MainServer; +import com.robot.Router; +import com.robot.Util; +import com.robot.player.state.PlayerPopupState; +import com.robot.room.state.RoomDestoryGameState; +import com.robot.room.state.RoomEndState; +import com.robot.room.state.RoomInitState; +import com.robot.state.StateMachine; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.data.Session; + +import redis.clients.jedis.Jedis; + +/** + * 基本房间对象 + * + * + */ +public class Room implements Runnable { + /** + * 房间ID + */ + public String roomid = ""; + /** + * 房间redis_key + */ + public String room_key = ""; + /** + * 房间状态机 + */ + public StateMachine stateMachine; + /** + * 玩家列表ID映射 + */ + public final Map playerMapById = new HashMap(); + /** + * 玩家列表Seat映射 + */ + public final Map playerMapBySeat = new HashMap(); + /** + * 游戏中玩家列表 + */ + public final Map playerMapByPlaying = new HashMap(); + /** + * 观看列表 + */ + public final Map playerMapBySpectator = new HashMap(); + /** + * 房间配置数据 + */ + public ITObject config; + /** + * 房间最大人数 + */ + public int maxPlayers; + /** + * 开始游戏数量 0 首位开始 > + */ + public int startGameNum; + + private Thread roomUpdateThread; + /** + * 房间是否被激活 + */ + private volatile boolean isActive = false; + /** + * 房间是否被销毁 + */ + public volatile boolean isDestroy = false; + final BlockingQueue updateHandleList = new LinkedBlockingQueue(); + final List timerList = new ArrayList<>(); + /** + * 当前激活的座位号 + */ + public int activeSeat = 0; + /** + * 庄家座位号 + */ + public int bankerSeat = 0; + /** + * 房主ID + */ + public int owner_id = 0; + /** + * 局數 + */ + public Integer round = 0; + /** + * 最大回合数 + */ + public int maxRound = 0; + /** + * 服务器重连 + */ + public boolean serverRload = false; + /** + * 是否开始 + */ + public boolean isplaying = false; + + /** + * 是否禁止解散 + */ + public boolean isBanDismiss = false; + + /** + * 房间解散处理对象 + */ + public RoomDismiss dismissRunable; + /** + * 当前房间对象逻辑锁 + */ + public Object lock = new Object(); + /** + * 房间数据redis映射 + */ + public Map redis_room_map; + /** + * 战绩回放redis key + */ + public String military_key; + /** + * 退还 + */ + public int pay = 0; + /** + * 支付人玩家ID + */ + public int pay_playerid = 0; + /** + * 是否AA支付 + */ + public boolean pay_AA = false; + /** + * 是否是代理房间 + */ + public boolean agent = false; + /** + * 0 未开始 1开始 2删除标记 3已删除 + */ + public int status = 0; + /** + * 圈子ID + */ + public int groupId = 0; + /** + * 圈子玩法ID + */ + public int groupPid = 0; + /** + * 奖励类型 + */ + public int rewardType = 1; + public int rewardValueType = 1; + public int basePump = 0; + public int totalPump = 0; + + public int xipai_rewardType = 1; + + public int anchou_rewardType = 1; + + public int xipai_rewardValueType = 1; + + public int anchou_rewardValueType = 1; + + /** + * 人头制时,是否需要奖励 + */ + public boolean aHeadReward = true; + + /** + * 限制进入房间 limitInRoom 限制抢庄 limitloot 退出游戏体力值限制 limitPlay 抽水设置 limitPump (0 + * --大赢家抽水 ; 1 --全部赢家抽水) 抽水比例 pumpProportion 单人单局抽水上限 UpperLimit 抽水类型 type + * 1.固定抽水 : 2.浮动抽水(百分比) 倍数 times + */ + public ITObject hpData; + /** + * 是否打开托管 + */ + public boolean openEntrust; + /** + * 托管时间 + */ + public int entrustTime = 60000; + /** + * 1 单局结束 大结算 2 局满结算 3 局结算 + */ + public int entrusResultType = 1; + /** + * 默认托管时间 500ms + */ + public int default_entrust_time = 2000; + /** + * 计时器默认时间 + */ + public int def_actionTimer_time = 1000; + /** + * 踢出时间 + */ + public int kickTime = 0; + /** + * 回放数据 + */ + public BasePlayBack playBackData; + /** + * 是否托管玩法。 + */ + public boolean isEntrust = false; + /** + * 游戏结束类型 1-正常结束 2-托管当局大结算 3-体力值不足 4-中途申请解散 + */ + public int endType = Constant.END_TYPE_NORMAL; + + public List win, loss; + /** + * 当前局战绩是否已存储 + */ + public boolean roundSave = false; + + /** + * 进入玩家 + */ + public Player join_player; + + public boolean while_list = false; + + public double white_value = 20; + + public int xi_pai_score = 0; + public int an_chou_score = 0; + public int fengdingScore = 0; + + + public Room(String roomid, Map redis_room_map) { + this.roomid = roomid; + this.room_key = "room:" + roomid; + if (owner_id == 0) { + String owner_key = redis_room_map.get("owner"); + String ownerid = Redis.use().hget(owner_key, "id"); + owner_id = Integer.parseInt(ownerid); + military_key = "military_" + roomid + redis_room_map.get("create_time"); + } + + this.stateMachine = new StateMachine(this); + this.stateMachine.changeState(Global.getState(RoomInitState.class)); + redis_room_map.remove("cache_ver"); + this.redis_room_map = redis_room_map; + this.win = new ArrayList<>(); + this.loss = new ArrayList<>(); + this.config = TObject.newFromJsonData(redis_room_map.get("options")); + this.maxPlayers = Integer.parseInt(redis_room_map.get("maxPlayers")); + this.maxRound = Integer.parseInt(redis_room_map.get("times")); + this.config.putInt("maxPlayers", this.maxPlayers); + this.config.putInt("times", this.maxRound); + this.pay = Integer.parseInt(redis_room_map.get("pay")); + this.pay_playerid = Integer.parseInt(redis_room_map.get("payer")); + this.pay_AA = Integer.parseInt(redis_room_map.get("AA")) == 1; + this.config.putInt("AA", this.pay_AA ? 1 : 0); + this.agent = Integer.parseInt(redis_room_map.get("agent")) > 0; + this.status = Integer.parseInt(redis_room_map.get("status")); + if (this.config.containsKey("start_num")) { + this.startGameNum = this.config.getInt("start_num"); + } else { + this.startGameNum = this.maxPlayers; + } + + Integer str = config.getInt("isBanDismiss");// 0 / 1 + if (str != null && str==1) { + this.isBanDismiss = true; + } else { + this.isBanDismiss = false; + } + + this.dismissRunable = new RoomDismiss(this); + this.xi_pai_score = 0; + this.an_chou_score = 0; + if (redis_room_map.containsKey("group")) { + groupId = Integer.parseInt(redis_room_map.get("group")); + if (groupId > 0) { + if (redis_room_map.containsKey("dismiss_time")) { + this.dismissRunable.maxTime = Integer.parseInt(redis_room_map.get("dismiss_time")); + } + if (redis_room_map.containsKey("kick_time")) { + this.kickTime = Integer.parseInt(redis_room_map.get("kick_time")); + } + groupPid = Integer.parseInt(redis_room_map.get("gpid")); + groupPid = Integer.parseInt(redis_room_map.get("gpid")); + rewardType = Integer.parseInt(redis_room_map.get("rewardType")); + if(redis_room_map.get("rewardValueType") != null) { + rewardValueType = Integer.parseInt(redis_room_map.get("rewardValueType")); + } + + if(redis_room_map.get("xipai_rewardType") != null) { + xipai_rewardType = Integer.parseInt(redis_room_map.get("xipai_rewardType")); + } + + if(redis_room_map.get("xipai_rewardValueType") != null) { + xipai_rewardValueType = Integer.parseInt(redis_room_map.get("xipai_rewardValueType")); + } + + if(redis_room_map.get("anchou_rewardType") != null) { + anchou_rewardType = Integer.parseInt(redis_room_map.get("anchou_rewardType")); + } + + if(redis_room_map.get("anchou_rewardValueType") != null) { + anchou_rewardValueType = Integer.parseInt(redis_room_map.get("anchou_rewardValueType")); + } + + if (this.config.containsKey("hpData")) { + hpData = this.config.getTObject("hpData"); + + if (hpData.containsKey("basePump")) { + basePump = hpData.getInt("basePump"); + } + } + if (this.config.containsKey("tuoguan_active_time")) { + this.entrustTime = this.config.getInt("tuoguan_active_time") * 1000; + this.openEntrust = this.entrustTime > 0; + this.entrusResultType = this.config.getInt("tuoguan_result_type"); + } + + } + } + } + + + + /** + * 决定总结算方式 + * + * @return true : 总结算 + */ + protected boolean totalType() { + return this.round >= this.maxRound; + } + + public void start() { + if (isActive) + return; + Global.logger.info(room_key + " thread start"); + last_read_status_time = 0; + roomUpdateThread = new Thread(this, room_key + "_" + round); + roomUpdateThread.start(); + isActive = true; + } + + private void handleTimer(int index) { + if (isDestroy) { + return; + } + if (timerList.size() > index) { + Timer timer = timerList.get(index); + if (timer.isRuning()) { + timer.executeTask(); + handleTimer(index + 1); + } else { + synchronized (timerList) { + timerList.remove(index); + } + handleTimer(index); + } + } + } + + private void handleTask() { + if (isDestroy) { + return; + } + if (updateHandleList.size() > 0) { + Runnable tem = null; + synchronized (updateHandleList) { + tem = updateHandleList.poll(); + } + if (tem == null) + return; + tem.run(); + handleTask(); + } + } + + private long last_read_status_time = 0; + + public void run() { + Global.logger.info(room_key + " thread run"); + while (isActive && !isDestroy) { + try { + synchronized (lock) { + if (System.currentTimeMillis() - last_read_status_time > 1000) { + last_read_status_time = System.currentTimeMillis(); + String status = Redis.use().hget(room_key, "status"); + if (StringUtil.isNotEmpty(status)) { + int tem = Integer.parseInt(status); + if (tem == Constant.ROOM_STATUS_DEL_FALG || tem == Constant.ROOM_STATUS_DEL_FALG) { + Global.roomMgr.dismissRoom(roomid, false); + continue; + } + } else { + Global.roomMgr.dismissRoom(roomid, false); + continue; + } + } + handleTimer(0); + if (isDestroy) + continue; + handleTask(); + if (isDestroy) + continue; + } + Thread.sleep(5); + } catch (InterruptedException e) { + isActive = false; + Global.logger.error("[" + room_key + "] room thread interrupted!"); + } catch (Throwable t) { + Global.logger.error("[" + room_key + "] exception!", t); + } + } + Global.logger.info(room_key + " thread stop"); + } + + /** + * add queue runnable + * + * @param runnable + */ + public void enqueueRunnable(Runnable runnable) { + if (!isActive) + return; + if (runnable == null) + return; + synchronized (updateHandleList) { + updateHandleList.add(runnable); + } + } + + /** + * 单线程计时器 + * + * @param timer + */ + public void addTimer(Timer timer) { + if (!isActive) + return; + if (timer == null) + return; + synchronized (timerList) { + timerList.add(timer); + timer.start(); + } + } + + /** + * 开始游戏改变状态 + */ + public void startGame() { + while_list = false; + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + player.clear(); + if (player.stateMachine.curState instanceof PlayerPopupState) { + continue; + } + player.already_round++; + player.ready = false; + player.is_white = false; + player.black_white_status = 0; + String gm_key = GroupMemberCache.genKey(this.groupId, player.playerid); + String black_key = Redis.use("group1_db10").hget(gm_key, "group_black_key"); + if (StringUtil.isEmpty(black_key)) + { + black_key = gm_key; + } + + String black = Redis.use("group1_db10").hget(black_key, "black"); + String black_rate = Redis.use("group1_db10").hget(black_key, "group_black_rate"); + + if(StringUtil.isNotEmpty(black)&&black.equals("0")) { + player.black_white_status = 0; + player.black_white_rate = 0; + } + else if(StringUtil.isNotEmpty(black)&&black.equals("1")) { + player.black_white_status = 1; + if (StringUtil.isNotEmpty(black_rate)) + { + try { + player.black_white_rate = Integer.parseInt(black_rate); + } + catch (NumberFormatException e) { + player.black_white_rate = 10; + } + } + } + else if(StringUtil.isNotEmpty(black)&&black.equals("2")) { + player.black_white_status = 2; + if (StringUtil.isNotEmpty(black_rate)) + { + try { + player.black_white_rate = Integer.parseInt(black_rate); + } + catch (NumberFormatException e) { + player.black_white_rate = 10; + } + } + } + else { + player.black_white_status = 0; + player.black_white_rate = 0; + } + + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player.playerid))) { + player.is_white = true; + while_list = true; + String StrGameWhiteValue = Redis.use("group1_db1").hget("gods_game_value", Integer.toString(Global.gameId)); + if (StringUtil.isNotEmpty(StrGameWhiteValue)) + { + Global.logger.info("xingyuhao gods_game_value:" + Global.gameId + " rate:" + StrGameWhiteValue); + white_value = Integer.parseInt(StrGameWhiteValue); + if (white_value > 100) + { + white_value = 0; + } + else if (white_value <= 0) + { + white_value = 100; + } + else + { + white_value = 100 - white_value; + } + } + else { + String StrWhiteValue = Redis.use("group1_db1").hget("gods_value", Integer.toString(player.playerid)); + if (StringUtil.isNotEmpty(StrWhiteValue)) + { + white_value = Integer.parseInt(StrWhiteValue); + if (white_value > 100) + { + white_value = 0; + } + else if (white_value <= 0) + { + white_value = 100; + } + else + { + white_value = 100 - white_value; + } + } + else { + white_value = 100; + } + } + } + player.initSeat(); + this.playerMapByPlaying.put(player.playerid, player); + } + if (this.round == 0 && this.status == Constant.ROOM_STATUS_NOBEGIN) { + this.status = Constant.ROOM_STATUS_PLAYING; + this.redis_room_map.put("status", this.status + ""); + Redis.use().hset(this.room_key, "status", this.status + ""); + this.redis_room_map.put("open", "0"); + Redis.use().hset(this.room_key, "open", "0"); + + } + this.round++; + this.isplaying = true; + this.roundSave = false; + this.updateRound(); + this.clearHp(); + } + + /** + * 房间小结算 + */ + protected void roomResult() { + + } + + public void CountXiPai() + { + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.xi_pai) + { + player.xi_pai = false; + } + + //redisUpdateXiPaiPlayer(player); + } + } + + /** + * 游戏结束 + */ + public void endGame() { + boolean total = totalType(); + if (!total) + total = entrustTotal(); + + CountXiPai(); + CheckModifyHp(); + boolean settlement = redisUpdateHp(); + total = total || settlement; + + this.saveRecRound(); + + if (total) { + this.saveMilitaryTotal(false); + } else { + roomResult(); + } + + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (player.manualAutoCard) { + player.manualAutoCard = false; + //player.exitEntrust(); + if (player.room.isEntrust()) { + //Global.gameCtr.cancelEntrust(player); + player.entrust = false; + Global.gameCtr.updatePlayerEntrust(player); + } + } + } + + if (total) { + this.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); + } else { + this.stateMachine.changeState(Global.getState(RoomEndState.class)); + this.playerMapByPlaying.clear(); + this.clear(); + } + + + } + + /** + * 保存积分 + */ + public void saveSocre() { + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + redis_room_map.put(player.score_key, player.score.total_score + ""); + } + Redis.use().hmset(this.room_key, redis_room_map); + } + + /** + * + * @param player_id + */ + protected Player loadReloadPlayer(int player_id,int seat) { + AccountBean acc = AccountCache.getAccount(player_id); + Player player = MainServer.instance.newPlayer(player_id, this, acc.redis_key); + player.seat = seat; + player.nick = acc.nick; + player.sex = acc.sex; + player.portrait = acc.portrait; + String score_str = this.redis_room_map.get(player.score_key); + int num = StringUtil.isNotEmpty(score_str) ? Integer.parseInt(score_str) : 0; + player.score.total_score = num; + player.setSender(null); + player.offlineTime = System.currentTimeMillis(); + this.redis_room_map.put(player.net_key, player.offlineTime + ""); + player.already_round = this.round; + player.hp.cur_hp = Util.readRedisHp(this.groupId, player.playerid); + if (groupId > 0) { + player.prs = redis_room_map.get("prs_" + player.playerid); + } + addPlayer(player, true, true); + return player; + } + + /** + * 服务器重连恢复玩家数据 + */ + public void loadRedisPlayer() { + if (this.redis_room_map != null && this.redis_room_map.containsKey("players")) { + this.serverRload = true; + this.status = Integer.parseInt(this.redis_room_map.get("status")); + if (this.redis_room_map.containsKey("round")) { + this.round = Math.max(Integer.parseInt(this.redis_room_map.get("round")) - 1, 0); + } + ITArray players = TArray.newFromJsonData(this.redis_room_map.get("players")); + ITArray seats = TArray.newFromJsonData(this.redis_room_map.get("seats")); + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + this.loadReloadPlayer(player_id, seats.getInt(i)); + } + } + + } + + /** + * 添加玩家,加入房间 + * + * @param player + * @param reload + */ + public void addPlayer(Player player, boolean reload, boolean onseat) { + if (!reload) { + if (onseat) { + player.seat = this.getSeat(); + } + Redis.use().hset(player.session_id, "seat", player.seat + ""); + if (groupId > 0) { + player.prs = Redis.use().hget(this.room_key, "prs_" + player.playerid); + } + this.redis_room_map.remove(player.net_key); + this.redis_room_map.put(player.score_key, "0"); + // 不是支付人,不是代理房间的AA至,由游戏服发送扣钱事件 + // if (this.pay_AA && this.pay > 0) { + // if ((player.playerid != this.pay_playerid && !this.agent) || this.agent) { + // Global.eventCtr.payDiamo(player, pay, groupId); + // } + // } + } + if (onseat) { + this.playerMapBySeat.put(player.seat, player); + } else { + this.playerMapBySpectator.put(player.playerid, player); + } + this.playerMapById.put(player.playerid, player); + + if (!reload && onseat) { + updateRedisMap(); + } + } + + /** + * 观众席入座 + * + * @param owner + */ + public boolean joinSeat(Player owner) { + if (owner.spectator) { + int seat = this.getSeat(); + if (seat == 0) + return false; + if (!this.playerMapBySeat.containsKey(seat)) { + owner.ready = true; + owner.seat = seat; + this.playerMapBySeat.put(owner.seat, owner); + this.playerMapBySpectator.remove(owner.playerid); + updateRedisMap(); + return true; + } + } + return false; + } + + /** + * 离开座位到观众席 + * + * @param player + */ + public boolean exitSeat(Player player) { + if (this.playerMapBySeat.containsKey(player.seat)) { + if (!this.isplaying && player.seat == this.bankerSeat) { + if (this.playerMapBySeat.size() > 1) { + for (Player tem : this.playerMapBySeat.values()) { + tem.initSeat(); + } + this.bankerSeat = player.nextSeat; + } else { + this.bankerSeat = 0; + } + } + this.playerMapBySeat.remove(player.seat); + this.playerMapBySpectator.put(player.playerid, player); + updateRedisMap(); + return true; + } + return false; + } + + /** + * 刪除玩家,退出房间 + * + * @param player + */ + public void removePlayer(Player player, boolean sysredis) { + this.playerMapBySeat.remove(player.seat); + this.playerMapById.remove(player.playerid); + this.playerMapByPlaying.remove(player.playerid); + this.playerMapBySpectator.remove(player.playerid); + if (this.status == 0 && this.pay > 0) { + if (this.pay_AA) { + Global.eventCtr.refundDiamo(player.playerid, pay, groupId,groupPid); + } else if (this.pay_playerid == player.playerid && !this.agent) { + Global.eventCtr.refundDiamo(player.playerid, pay, groupId,groupPid); + } + } + Global.gameCtr.delRoomSeat(player.session_id, this.room_key); + if (sysredis) { + redis_room_map.remove(player.score_key); + updateRedisMap(); + } + } + + /** + * 更新房间redis数据 + */ + public void updateRedisMap() { + Iterator> it = playerMapBySeat.entrySet().iterator(); + List seat_list = new ArrayList<>(); + List player_list = new ArrayList<>(); + while (it.hasNext()) { + Entry entry = (Entry) it.next(); + seat_list.add(entry.getKey()); + player_list.add(entry.getValue().playerid); + } + redis_room_map.put("players", Util.toTArray(player_list).toJson()); + redis_room_map.put("seats", Util.toTArray(seat_list).toJson()); + Redis.use().hmset(this.room_key, redis_room_map); + roomUpdateEvent(); + } + + /** + * 获取房间信息 + * + * @return + */ + public ITObject getRoomInfo() { + ITObject data = new TObject(); + data.putTObject("config", this.config); + data.putInt("round", this.round); + + TArray playerData = new TArray(); + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + playerData.addTObject(player.getInfo()); + } + data.putTArray("playerData", playerData); + data.putInt("xipai_score", this.xi_pai_score); + data.putInt("anchou_score",this.an_chou_score); + return data; + + } + + /** + * 获取重连数据 + * + * @return + */ + public ITObject getReloadInfo(Player player) { + ITObject data = new TObject(); + data.putInt("active_seat", this.activeSeat); + data.putInt("banker_seat", this.bankerSeat); + data.putBoolean("playing", this.isplaying); + ITArray info_list = TArray.newInstance(); + for (Entry entry : this.playerMapBySeat.entrySet()) { + info_list.addTObject(entry.getValue().getReloadInfo()); + } + data.putTArray("info_list", info_list); + return data; + } + + /** + * 广播消息到客户端 + * + * @param withOutPlayerid + * 排除的玩家ID0+ + * 0 + * @param cmd + * 协议指令 + * @param param + * 协议数据 + */ + public void broadCastToClient(int withOutPlayerid, String cmd, ITObject param) { + if (!isActive) + return; + List list = new ArrayList(); + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (player.playerid == withOutPlayerid) { + continue; + } + if (!player.isConnect) + continue; + list.add(player.sender); + } + MainServer.instance.sendEvent(cmd, param, list); + } + + /** + * 广播服务器事件 + * + * @param withOutPlayerid + * 排除的玩家ID + * @param cmd + * @param param + */ + public void broadCastToServer(int withOutPlayerid, String cmd, Object param) { + if (!isActive) + return; + for (Entry entry : this.playerMapByPlaying.entrySet()) { + Player player = entry.getValue(); + if (player.playerid == withOutPlayerid) + continue; + player.stateMachine.execute(cmd, 0, param); + } + + } + + /** + * 获取当前房间空闲座位号 + * + * @return + */ + public int getSeat() { + if (!isActive) + return 1; + for (int seat = 1; seat <= this.maxPlayers; seat++) { + if (!this.playerMapBySeat.containsKey(seat)) { + return seat; + } + } + return 1; + } + + /** + * 更新redis回合 + */ + private void updateRound() { + redis_room_map.put("round", this.round.toString()); + this.roomUpdateThread.setName(room_key + "_" + round); + Redis.use().hset(this.room_key, "round", this.round.toString()); + roomUpdateEvent(); + } + + /** + * 更新redis玩家离线 + * + * @param player + */ + public void updatePlayerOffline(Player player) { + if (player.seat == 0) + return; + if (player.isConnect) { + redis_room_map.remove(player.net_key); + Redis.use().hdel(this.room_key, player.net_key); + } else { + player.offlineTime = System.currentTimeMillis(); + redis_room_map.put(player.net_key, player.offlineTime + ""); + Redis.use().hset(this.room_key, player.net_key, redis_room_map.get(player.net_key)); + } + roomUpdateEvent(); + } + + /** + * 每局的战绩 + * + */ + public void saveRecRound() { + if (this.playBackData == null || roundSave) + return; + ITArray plist = TArray.newInstance(); + Jedis jedis5 = Redis.use("group1_db5").getJedis(); + try { + if (!jedis5.exists(military_key)) { + Map militart_map = new HashMap<>(); + militart_map.put("game_id", Global.gameId + ""); + militart_map.put("room_id", roomid); + militart_map.put("groupId", this.groupId + ""); + militart_map.put("create_time", redis_room_map.get("create_time")); + int hp_times = this.hpData != null ? this.hpData.getInt("times") : 0; + militart_map.put("hp_times", hp_times + ""); + militart_map.put("groupPid", this.groupPid + ""); + jedis5.hmset(military_key, militart_map); + } + jedis5.hset(military_key, "round", this.round.toString()); + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + ITObject pdata = TObject.newInstance(); + pdata.putUtfString("nick", player.nick); + pdata.putInt("score", player.score.round_score); + if (player.hp != null) { + pdata.putInt("hp", player.hp.round_actual_hp); + } + + plist.addTObject(pdata); + } + jedis5.hset(military_key, "round_" + this.round, plist.toJson()); + String json = this.playBackData.getData().toJson(); + jedis5.hset(military_key, "rec_" + this.round, json); + + Global.logger.info("json: "+json); + + roundSave = true; + } finally { + jedis5.close(); + } + } + + /** + * 总战绩 + */ + public void saveMilitaryTotal(boolean dissmiss) { + if (dissmiss) { + saveRecRound(); + } + this.endType = dissmiss ? Constant.END_TYPE_DISSMISS : this.endType; + int scoreWin = 0; + Jedis jedis5 = Redis.use("group1_db5").getJedis(); + boolean hpPump = false; + + int totalPumpHp = 0; + int roomMoney = 0; + try { + ITArray plist = TArray.newInstance(); + boolean isMilitary = jedis5.exists(military_key); + int time = (int) (System.currentTimeMillis() / 1000); + + totalPumpHp = roomPlayerHpPump(); + + for (Entry entry : this.playerMapBySeat.entrySet()) { + + Player player = entry.getValue(); + if (player.already_round == 0) + continue; + Global.eventCtr.redisOver(player, time, isMilitary ? military_key : null); + if (this.agent && this.groupId > 0) { + if (player.hp.total_hp > scoreWin) { + scoreWin = player.hp.total_hp; + } + + if (player.practicalHpPump > 0) { + hpPump = true; + } + } + ITObject pdata = TObject.newInstance(); + pdata = TObject.newInstance(); + pdata.putUtfString("nick", player.nick); + pdata.putUtfString("portrait", player.portrait); + pdata.putInt("score", player.score.total_score); + if (player.hp != null) { + pdata.putInt("hp", player.hp.total_hp - player.practicalHpPump); + } + + pdata.putInt("accId", player.playerid); + plist.addTObject(pdata); + } + + // 人头制-是否需要奖励 + // 以大赢家为标准 -2019.12.23 + if (this.hpData != null ) { + + int type = this.hpData.containsKey("type") ? this.hpData.getInt("type") : 2; + if (type == 1) { + + int lowerThanValue = 0; + if(hpData.containsKey("UpperLimitReward") && hpData.getInt("UpperLimitReward") > 0) { + + if (hpData.containsKey("UpperLimit")) { + lowerThanValue = hpData.getInt("UpperLimit"); + roomMoney = hpData.getInt("UpperLimitReward"); + } + } + else if (this.hpData.containsKey("rewards_list")) { + // 新浮动抽水数据 + ITArray rewards_list = this.hpData.getTArray("rewards_list"); + if (rewards_list.size() > 0) { + + lowerThanValue = rewards_list.getTObject(0).getInt("UpperLimit"); + if(rewards_list.getTObject(0).containsKey("UpperLimitReward")) { + roomMoney = rewards_list.getTObject(0).getInt("UpperLimitReward"); + } + } + } + + if(scoreDesc().size()>0 && scoreDesc().get(0).hpPumpValue() < lowerThanValue && roomMoney > 0 ) { + aHeadReward = false; + }else { + roomMoney = 0; + } + } + } + + if (isMilitary) { + Map map = new HashMap<>(); + map.put("totalScore", plist.toJson()); + if (hpData != null) { + map.put("hpData", hpData.toJson()); + } + map.put("create_time", time + ""); + jedis5.hmset(military_key, map); + jedis5.expire(military_key, 3600 * 24 * 3); + } + } finally { + jedis5.close(); + } + + if (totalPumpHp > 0) { + if (totalPumpHp >= basePump) { + this.totalPump = totalPumpHp - basePump; + } else { + this.totalPump = 0; + } + } + + if (this.agent && this.groupId > 0) { + + Global.eventCtr.redisGroupRound(this, groupId, groupPid, hpPump ? 1 : 0); + + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.already_round == 0) + continue; + if (aHeadReward == false && roomMoney > 0) { + player.practicalHpPump += roomMoney; + this.totalPump +=roomMoney; + } + } + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.already_round == 0) + continue; + + long curHp = 0; + if (aHeadReward == false && roomMoney > 0) { + curHp = Global.eventCtr.redisFag(player, 0 , + hpPump || player.practicalHpPump > 0, true, 0, false, false,null); + } + else { + curHp = Global.eventCtr.redisFag(player, 0 , + hpPump || player.practicalHpPump > 0, false, 0, false, false,null); + } + + Global.eventCtr.redisGroupMemberRound(player, this.groupPid, + scoreWin > 0 && player.hp.total_hp == scoreWin, hpPump,(int)curHp); + } + } + + } + + public int getValidPlayer() { + int count = 0; + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.already_round == 0) + continue; + + count++; + } + return count; + } + + public ITArray getValidPlayerList() { + ITArray array = TArray.newInstance(); + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.already_round == 0) + continue; + + array.addInt(player.playerid); + } + return array; + } + + /** + * 清理房间数据 + */ + public void clear() { + this.isplaying = false; + this.while_list = false; + } + + /** + * 房间摧毁时调用 + */ + public void destroy(boolean sendEvt) { + if (isDestroy) + return; + this.broadCastToClient(0, Router.GAME_EVT_EXIT_ROOM_DISMISS, null); + List playerlist = new ArrayList(this.playerMapById.values()); + for (Player player : playerlist) { + player.destroy(false); + } + this.status = Constant.ROOM_STATUS_DEL; + Redis.use().hset(room_key, "status", this.status + ""); + Redis.use().hincrBy(room_key, "cache_ver", 1); + Redis.use().expire(room_key, 20); + if (sendEvt && this.groupId > 0) { + GroupPublisherService.delRoomEvt(groupId, roomid); + } + isDestroy = true; + isActive = false; + + this.timerList.clear(); + this.playerMapById.clear(); + this.playerMapBySeat.clear(); + this.playerMapByPlaying.clear(); + this.playerMapBySpectator.clear(); + roomUpdateThread.interrupt(); + } + + public String toString() { + return room_key; + } + + /** + * 房间需要抽水玩家 特殊情况 : 分数一样,同时抽 Ps : A = 20 、 B=15 、C = 15 、 D = - 50 抽水规则 : 前2名 , 抽 + * A B C + */ + private int roomPlayerHpPump() { + + int totalPump = 0; + + if (this.hpData != null) { + List pumpPlay = new ArrayList<>(); + // limitPump-抽水类型 0.大赢家抽水1.所有赢家抽水2.前两名赢家抽水 3.前3名赢家抽水 4.(固定)所有玩家平分抽水(2019.11.5 + // 新增),以大赢家为基础,判定是否需要抽水 + // criterion-固定平分时,以什么为标准判断是否需要抽水 + int limitPump = hpData.containsKey("limitPump") ? hpData.getInt("limitPump") : 0, criterion = 0; + if (limitPump == 0 || limitPump == 4) {// 大赢家抽水 // (固定)所有玩家平分抽水 + List list = scoreDesc(); + if (list.size() == 0) + return 0; + Player winner = list.get(0); + if (winner.hpPumpValue() <= 0) + return 0; + if (limitPump == 0) { + pumpPlay.add(winner); + // 与排序后第一位玩家分数相等的玩家也需要抽水 + pumpPlay.addAll(scoreEq(winner)); + } else { + pumpPlay.addAll(alreadyRoundPlayer()); + criterion = winner.hpPumpValue(); + } + } else if (1 <= limitPump && limitPump <= 3) { + if (limitPump == 1) { + alreadyRoundPlayer().forEach(player -> { + if (player.hpPumpValue() >= 0) { + pumpPlay.add(player); + } + }); + } else if (limitPump > 1) { + int num = 0, temp_hp = 0; + for (Player player : scoreDesc()) { + if (player.hpPumpValue() >= 0) { + pumpPlay.add(player); + if (temp_hp != player.hpPumpValue()) { + num++; + } + if (num == limitPump) { + pumpPlay.addAll(scoreEq(player)); + break; + } else { + temp_hp = player.hpPumpValue(); + } + } + } + } + } + for (Player player : pumpPlay) { + totalPump += hpPump(player, limitPump, criterion); + } + } + + return totalPump; + } + + /** + * 具体抽水体力值(向下取整) + * + * @param player + * @param limitPump + * 抽水类型 + * @param criterion + * 固定平分时,以什么为标准判断是否需要抽水 + */ + private int hpPump(Player player, int limitPump, int criterion) { + try { + // 抽水类型 1.固定 2.浮动 + int type = this.hpData.containsKey("type") ? this.hpData.getInt("type") : 2; + // _upperLimit : + // 浮动抽水 : 每局每人抽水上限 0 = 没上限 + // 固定抽水 : 每局每人多少开始抽水,是否达到抽水条件 + // + // _pumpProportion : 抽水具体数值, 浮动 - 1=1% 、2=2%.. 固定 - 10 、20.. + // practicalHpPump : 实际抽水抽得到体力值 + int _upperLimit = 0, _pumpProportion = 0, practicalHpPump = 0; + if (type == 1) { + // 固定抽水具体数值 1、2、3、4...10、20、30、40、50..... + // 修改 :新增 期间固定抽水 2019.11.01 + if (hpData.containsKey("pumpProportion") && hpData.containsKey("UpperLimit")) { + // 兼容老数据 + _upperLimit = hpData.getInt("UpperLimit"); + _pumpProportion = hpData.getInt("pumpProportion"); + if (limitPump == 4) { + // 以大赢家为基础,判断此次是否需要抽水 + practicalHpPump = criterion >= _upperLimit + ? (int) Math.ceil(_pumpProportion / alreadyRoundPlayer().size()) + : 0; + } else { + practicalHpPump = player.hpPumpValue() >= _upperLimit ? _pumpProportion : 0; + } + } else if (this.hpData.containsKey("rewards_list")) { + // 新数据 - 期间 + ITArray rewards_list = this.hpData.getTArray("rewards_list"); + for (int i = rewards_list.size() - 1; i >= 0; i--) { + ITObject object = rewards_list.getTObject(i); + _upperLimit = object.getInt("UpperLimit"); + _pumpProportion = object.getInt("pumpProportion"); + if (limitPump == 4) { + if (criterion >= _upperLimit) { + practicalHpPump = (int) Math.ceil(_pumpProportion / alreadyRoundPlayer().size()); + break; + } + } else { + if (player.hpPumpValue() >= _upperLimit) { + practicalHpPump = _pumpProportion; + break; + } + } + } + } + } else if (type == 2 && limitPump != 4) { + // pumpProportion : 1=1% 、2=2% + // 老数据 + if (hpData.containsKey("pumpProportion") && hpData.containsKey("UpperLimit")) { + _upperLimit = hpData.getInt("UpperLimit"); + _pumpProportion = hpData.getInt("pumpProportion"); + } else if (this.hpData.containsKey("rewards_list")) { + // 新浮动抽水数据 + ITArray rewards_list = this.hpData.getTArray("rewards_list"); + if (rewards_list.size() > 0) { + _upperLimit = rewards_list.getTObject(0).getInt("UpperLimit"); + _pumpProportion = rewards_list.getTObject(0).getInt("pumpProportion"); + } + } + int hpPump = (int) Math.ceil(player.hpPumpValue() * (_pumpProportion / 100d)); + practicalHpPump = _upperLimit == 0 ? hpPump : hpPump >= _upperLimit ? _upperLimit : hpPump; + } + if (practicalHpPump > 0) { +// int cur_hp = player.hp.cur_hp; +// practicalHpPump = Math.min(practicalHpPump, cur_hp); + player.practicalHpPump = practicalHpPump; + } + + String pumpDesc = String.format( "room id: %s, player id: %d, type: %d, _upperLimit: %d, _pumpProportion: %d practicalHpPump:%d", + this.roomid, player.playerid, type, _upperLimit, _pumpProportion, practicalHpPump); + + Global.logger.error(pumpDesc); + + } catch (Exception e) { + Global.logger.error(e); + } + + return player.practicalHpPump; + } + + /** + * 已玩家排序,从大到小 ,不可负分 : 实际输赢体力值 ,可负分 :总分换算成总体力值 + */ + private List scoreDesc() { + List list = alreadyRoundPlayer(); + list.sort((Player p1, Player p2) -> { + return p2.hpPumpValue() - p1.hpPumpValue(); + }); + return list; + } + + /** + * 存在已玩局数玩家 + */ + private List alreadyRoundPlayer() { + List list = new ArrayList<>(); + playerMapBySeat.values().forEach(player -> { + if (player.already_round > 0) + list.add(player); + }); + return list; + } + + /** + * 房间总分一样玩家 + */ + private List scoreEq(Player play) { + List list = new ArrayList<>(); + int referToHp = play.hpPumpValue(); + alreadyRoundPlayer().forEach(player -> { + if (play != player) { + int hp = player.hpPumpValue(); + if (hp >= 0 && hp == referToHp) { + list.add(player); + } + } + }); + return list; + } + + /** + * 开启倍数后 体力值消耗= 倍数*分数 + */ + public int multipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score * this.hpData.getInt("times")); + } + } + return score; + } + + + + /** + * 玩家加入房间刷新总服圈子缓存 + */ + public void roomUpdateEvent() { + Redis.use("group1_db0").hincrBy(room_key, "cache_ver", 1); + GroupPublisherService.updateRoomEvt(groupId, this.roomid); + + } + + public boolean isActive() { + return this.isActive; + } + + /** + * 是否开启GPS 检测 0 未开启 大于0 值,具体检测值 + */ + public boolean isOpenGPSCheck() { + boolean isOpen = false; + if (this.config.containsKey("GPSDetection")) { + isOpen = this.config.getInt("GPSDetection") > 0; + } + return isOpen; + } + + /** + * 是否开启IP检测 1 开启 0 未开启 + */ + public boolean isOpenIPCheck() { + boolean isOpen = false; + if (this.config.containsKey("IPDetection")) { + isOpen = this.config.getInt("IPDetection") == 1; + } + return isOpen; + } + + /** + * 检测GPS 距离 true 过近 + * + * @param gps + * @return + */ + public boolean checkGps(String gps) { + int measure = this.config.getInt("GPSDetection"); + for (Player player : this.playerMapById.values()) { + if (GPSUtil.isDistanceNear(gps, player.gps_pos, measure)) { + try { + Global.warn("{} Near location,gps:{},toGps:{}|player:{},Distance:{}m", this.room_key, gps, + player.gps_pos, player.playerid, GPSUtil.getDistance(gps, player.gps_pos)); + } catch (Exception e) { + } + return true; + } + } + return false; + } + + /** + * 检测GPS 距离 true 过近 + * + * @param ip + * @return + */ + public boolean checkIp(String ip) { + for (Player player : this.playerMapById.values()) { + if (player.sender.getAddress().equals(ip)) { + return true; + } + } + return false; + } + + public void redisUpdateAnchouPlayer(Player player){ + Global.logger.info(player.playerid + " jefe redisUpdateAnchouPlayer"); + int anchou_score = 0; + Room room = player.room; + anchou_score = this.an_chou_score; + + if (anchou_score > 0&& room.round == 0) + { + int hp = anchou_score; //multipleScore(xipai_score); + if (player.hp.cur_hp - (long)hp < 0) + { + if (player.hp.cur_hp > 0) + { + player.hp.cur_hp = Global.eventCtr.redisFag(player, 0, false, false, (int)player.hp.cur_hp, false,true, "按抽"); + player.an_chou_total += (int)player.hp.cur_hp; + } + } + else { + player.hp.cur_hp = Global.eventCtr.redisFag(player, 0, false, false, hp, false, true,"按抽"); + player.an_chou_total += hp; + } + } + Global.logger.info(player.playerid + " jefe redisUpdateAnchouPlayer"+player.an_chou_total); + } + + public void redisUpdateXiPaiPlayer(Player player) { + Global.logger.info(player.playerid + " jefe redisUpdateXiPaiPlayer"); + int xipai_score = 0; + if (player.xi_pai) + { + xipai_score = this.xi_pai_score; + //player.xi_pai = false; + } + + if (xipai_score > 0) + { + int hp =xipai_score ; //multipleScore(xipai_score); + if (player.hp.cur_hp - (long)hp < 0) + { + if (player.hp.cur_hp > 0) + { + player.hp.cur_hp = Global.eventCtr.redisFag(player, 0, false, false, (int)player.hp.cur_hp, true, false,"洗牌"); + player.xi_pai_total += (int)player.hp.cur_hp; + } + } + else { + player.hp.cur_hp = Global.eventCtr.redisFag(player, 0, false, false, hp, true, false,"洗牌"); + player.xi_pai_total += hp; + } + } + } + + protected void redisUpdateHpPlayer(Player player) { + if (player.score.negative_score == true) { + if (player.hp.cur_hp >= 0) + { + player.hp.round_actual_hp = -(int)player.hp.cur_hp; + player.hp.round_answer_hp = player.hp.round_actual_hp; + } + else { + player.hp.round_actual_hp = 0; + player.hp.round_answer_hp = player.hp.round_actual_hp; + } + } + else + { + player.hp.round_actual_hp = multipleScore(player.score.round_score) + (int)player.score.d_real_score; + player.hp.round_answer_hp = player.hp.round_actual_hp; + } + int hp = player.hp.round_actual_hp; + if(hp==0)return; + + if (player.hp.upper_limit) { + player.hp.upper_limit = Math.abs(hp) == Math.abs(player.hp.round_answer_hp); + } + player.hp.total_hp += hp; + player.hp.cur_hp = Global.eventCtr.redisFag(player, hp, false, false, 0, false, false,null); + redisCountBlack(player, hp); + } + + public void redisCountBlack(Player player, int hp) + { + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player.playerid))) + { + return; + } + hp = hp / 1000; + String gm_key = GroupMemberCache.genKey(groupId, player.playerid); + String black_key = Redis.use("group1_db10").hget(gm_key, "group_black_key"); + if (StringUtil.isEmpty(black_key)) + { + return; + } + String strblack = Redis.use("group1_db10").hget(black_key, "black"); + int black = 0; + if (StringUtil.isNotEmpty(strblack)) + { + try { + black = Integer.parseInt(strblack); + } + catch (NumberFormatException e) { + black = 0; + } + } + + if (black == 0) + { + return; + } + else if (black == 1) //hei + { + String str_black_max_value = Redis.use("group1_db10").hget(black_key, "group_black_max_value"); + int black_max_value = 0; + if (StringUtil.isEmpty(str_black_max_value)) + { + return; + } + + try { + black_max_value = Integer.parseInt(str_black_max_value); + } + catch (NumberFormatException e) { + return; + } + + if (hp > 0) + { + Redis.use("group1_db10").hincrBy(black_key, "group_black_now_value", -Math.abs(hp)); + } + else { + Redis.use("group1_db10").hincrBy(black_key, "group_black_now_value", Math.abs(hp)); + } + + String str_black_value = Redis.use("group1_db10").hget(black_key, "group_black_now_value"); + if (StringUtil.isEmpty(str_black_value)) + { + return; + } + + try { + int black_value = Integer.parseInt(str_black_value); + if (black_value >= black_max_value) + { + Redis.use("group1_db10").hset(black_key, "black", "0"); + Redis.use("group1_db10").hset(black_key, "group_black", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_rate", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_max_value", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_now_value", "0"); + } + } + catch (NumberFormatException e) { + return; + } + } + else if (black == 2) + { + String str_black_max_value = Redis.use("group1_db10").hget(black_key, "group_black_max_value"); + int black_max_value = 0; + if (StringUtil.isEmpty(str_black_max_value)) + { + return; + } + + try { + black_max_value = Integer.parseInt(str_black_max_value); + } + catch (NumberFormatException e) { + return; + } + + if (hp > 0) + { + Redis.use("group1_db10").hincrBy(black_key, "group_black_now_value", Math.abs(hp)); + } + else { + Redis.use("group1_db10").hincrBy(black_key, "group_black_now_value", -Math.abs(hp)); + } + + String str_black_value = Redis.use("group1_db10").hget(black_key, "group_black_now_value"); + if (StringUtil.isEmpty(str_black_value)) + { + return; + } + + try { + int black_value = Integer.parseInt(str_black_value); + if (black_value >= black_max_value) + { + Redis.use("group1_db10").hset(black_key, "black", "0"); + Redis.use("group1_db10").hset(black_key, "group_black", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_rate", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_max_value", "0"); + Redis.use("group1_db10").hset(black_key, "group_black_now_value", "0"); + } + } + catch (NumberFormatException e) { + return; + } + } + } + + protected boolean redisUpdateHp() { + int limitInRoom = this.hpData.containsKey("limitPlay") ? this.hpData.getInt("limitPlay") : 0; + int minOneScore = this.hpData.containsKey("times") ? this.hpData.getInt("times") : 0; + + int count = this.playerMapBySeat.size(); + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + redisUpdateHpPlayer(player); + if (player.check_exit_limit && player.hp.cur_hp < (long)limitInRoom) { + count--; + } + else if (player.hp.cur_hp < (long)minOneScore) + { + count--; + } + } + boolean total = count entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + int actual_hp = (player.score.round_score) * times; + if (player.hp.cur_hp + (long)actual_hp < 0) + { + flag = true; + break; + } + } + + if (flag == false) + { + return; + } + + int lostAllJetton = 0; + int allWinJetton = 0; + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.score.round_score * times < 0) + { + if (player.hp.cur_hp + player.score.round_score * times < 0) + { + if (player.hp.cur_hp > 0) + { + lostAllJetton += Math.abs(player.hp.cur_hp); + } + } + else { + lostAllJetton += Math.abs(player.score.round_score * times); + } + } + else if (player.score.round_score * times > 0) + { + allWinJetton += Math.abs(player.score.round_score * times); + } + } + + if (allWinJetton <= 0) + { + return; + } + + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if (player.score.round_score * times > 0) + { + double real_score = (double)lostAllJetton * (double)player.score.round_score * times / (double)allWinJetton; + player.score.d_real_score = real_score - (double)player.score.round_score * times; + } + else if (player.score.round_score * times < 0 && player.hp.cur_hp + player.score.round_score * times < 0) + { + player.score.negative_score = true; + } + } + } + + + public void clearHp() { + for (Entry entry : this.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + player.clearHp(); + } + } + + /** + * 是否托管房间 + */ + public boolean isEntrust() { + return this.openEntrust && this.isEntrust; + } + + /** + * 托管是否结算 + */ + public boolean entrustTotal() { + boolean entrustTotal = false; + if (this.isEntrust()) { + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (player.isEntrust() && player.manualAutoCard==false) { + if (this.entrusResultType == Constant.ENTRUST_CURREN_RESULT) { + entrustTotal = true; + } else if (this.entrusResultType == Constant.ENTRUST_TWO_RESULT) { + if (++player.entrust_round == 2) { + entrustTotal = true; + } + } + else if (this.entrusResultType == Constant.ENTRUST_THREE_RESULT) { + if (++player.entrust_round == 3) { + entrustTotal = true; + } + } + else if (this.entrusResultType == Constant.ENTRUST_TOTAL_RESULT1) { + if (++player.entrust_round == maxRound) { + entrustTotal = true; + } + } + if (entrustTotal) { + this.endType = Constant.END_TYPE_ENTRUST; + break; + } + } + } + } + return entrustTotal; + } + + public void notifyXiPai() + { + ITObject param1 = new TObject(); + ITArray list = TArray.newInstance(); + for (Entry entry : this.playerMapById.entrySet()) { + Player player = (Player) entry.getValue(); + if (player.xi_pai) { + list.addInt(player.playerid); + } + } + param1.putTArray("list", list); + broadCastToClient(0, Router.GAME_EVENT_NOTIFY_XIPAI, param1); + } +} diff --git a/libs/robot_common/src/main/java/com/robot/data/RoomDismiss.java b/libs/robot_common/src/main/java/com/robot/data/RoomDismiss.java new file mode 100644 index 0000000..5ff1b5f --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/data/RoomDismiss.java @@ -0,0 +1,153 @@ +package com.robot.data; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map.Entry; + +import com.data.util.ErrorCode; +import com.robot.Global; +import com.robot.room.state.RoomDestoryGameState; + +/** + * 房间解散处理 + * + */ +public class RoomDismiss { + private Room owner; + public boolean start = false; + private boolean agree = true; + /** + * 最多申请次数,超过次数,该玩家不能申请解散 + */ + private final int MAX_ASK_COUNT = 3; + + private Timer timer; + private Player askPlayer; + public int maxTime = 90; + private List playerList; + + public RoomDismiss(Room owner) { + this.owner = owner; + playerList = new ArrayList<>(); + } + + public void askDismiss(Player player, int gid) { + if (start) { + player.response(null, gid, 3); + return; + } + if (player.dismissCount >= MAX_ASK_COUNT) { + player.response(null, gid, ErrorCode.ROOM_DIS_UPPER_LIMIT); + return; + } + + if (player.room.isBanDismiss) { + player.response(null, gid, ErrorCode.ROOM_DIS_NOT_ALLOWED); + return; + } + + askPlayer = player; + startDismiss(player); + + this.dismissCallback(player); + } + + public void responseDismiss(Player player, boolean agree) { + if (start == false || player.dismissState != 0) { + return; + } + if (agree) { + player.dismissState = 1; + } else { + player.dismissState = 2; + } + dismissCallback(player); + } + + private void dismissCallback(Player player) { + int agreeCount = 0; + int notAgreeCount = 0; + for (Player p : playerList) { + if (p.dismissState == 1) { + agreeCount += 1; + } else if (p.dismissState == 2) { + notAgreeCount += 1; + } + } + + agree = notAgreeCount == 0 && agreeCount == playerList.size(); + + if (agree) { + interruptTimer(); + } else { + if (notAgreeCount > 0) { + Global.gameCtr.dismisRoomFail(owner); + interruptTimer(); + } else { + Global.gameCtr.dismissRoom(askPlayer, null, playerList, getLeftTime()); + } + + } + } + + private void interruptTimer() { + if (timer != null) + timer.stop(); + timer = null; + checkDestroy(); + } + + private void startDismiss(Player player) { + playerList.clear(); + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Player p = entry.getValue(); + if (p.already_round > 0) { + playerList.add(p); + p.dismissState = 0; + } + } + timer = new Timer(maxTime * 1000, new Timer.ITaskHandler() { + @Override + public void doTask(Timer timer) { + disMissTimeOutCallback(); + Global.logger.error("[" + owner.room_key + "] room dismiss time out destroy!"); + } + }); + owner.addTimer(timer); + start = true; + player.dismissState = 1; + player.dismissCount++; + Global.logger.info("playerid :" + player.playerid + " ask dissmis room :" + player.room.roomid + ",dismissCount :" + player.dismissCount); + } + + public void reload(Player owner) { + if (start) { + if (playerList.contains(owner)) { + Global.gameCtr.dismissRoom(askPlayer, owner, playerList, getLeftTime()); + } + + } + } + + public int getLeftTime() { + return Math.abs(timer.getCountdownTime() / 1000); + } + + private void checkDestroy() { + start = false; + if (agree) { + owner.saveMilitaryTotal(true); + owner.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); + } + agree = true; + } + + private void disMissTimeOutCallback() { + for (Player p : playerList) { + p.dismissState = 1; + } + agree = true; + checkDestroy(); + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/data/Score.java b/libs/robot_common/src/main/java/com/robot/data/Score.java new file mode 100644 index 0000000..2e42e83 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/data/Score.java @@ -0,0 +1,52 @@ +package com.robot.data; + +import java.util.HashMap; +import java.util.Map; + +/** + * 玩家积分统计 + * + * + * 2017年9月19日 + */ +public class Score { + + public Map round_log; + + /** + * 每局的积分统计 + */ + public int round_score; + /** + * 每局的积分统计 对方积分不够的情况下, 会存在小数点问题 + */ + public double d_real_score; + /** + * 总积分统计 + */ + public int total_score; + + public boolean negative_score; + + protected Player owner; + + public Score(Player owner) { + this.owner = owner; + this.round_log = new HashMap<>(); + this.negative_score = false; + this.d_real_score = 0; + this.initLog(); + } + + protected void initLog() { + } + + public void resetRound() { + this.round_log.clear(); + this.initLog(); + round_score = 0; + this.d_real_score = 0; + negative_score = false; + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/data/Timer.java b/libs/robot_common/src/main/java/com/robot/data/Timer.java new file mode 100644 index 0000000..919d1d8 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/data/Timer.java @@ -0,0 +1,75 @@ +package com.robot.data; + +import java.util.HashMap; +import java.util.Map; + +/** + * Room timer class + * + * + */ +public class Timer { + private volatile boolean _start; + private int _time; + private long _lastTime; + private ITaskHandler _task; + public Map parameters; + + /** + * + * @param time 单位毫秒 + * @param task + */ + public Timer(int time, ITaskHandler task) { + _lastTime = System.currentTimeMillis(); + _time = time; + _task = task; + this.parameters = new HashMap(); + } + + void start() { + if (_start) + return; + _start = true; + } + + public void restart() { + _lastTime = System.currentTimeMillis(); + start(); + } + + void executeTask() { + if (!_start) + return; + if (System.currentTimeMillis() - _lastTime >= _time) { + _start = false; + if (_task != null) { + _task.doTask(this); + } + } + } + + /** + * 获取倒计时,单位毫秒 + * + * @return + */ + public int getCountdownTime() { + return (int) (_time - (System.currentTimeMillis() - _lastTime)); + } + + public void stop() { + if (!_start) + return; + _start = false; + } + + public boolean isRuning() { + return _start; + } + + public interface ITaskHandler { + + public void doTask(Timer timer); + } +} diff --git a/libs/robot_common/src/main/java/com/robot/manager/RoomManager.java b/libs/robot_common/src/main/java/com/robot/manager/RoomManager.java new file mode 100644 index 0000000..3199a1b --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/manager/RoomManager.java @@ -0,0 +1,144 @@ +package com.robot.manager; + +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +import com.data.util.ErrorCode; +import com.robot.Global; +import com.robot.MainServer; +import com.robot.data.JoinRoomData; +import com.robot.data.Room; +import com.robot.room.state.RoomReloadState; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.data.Session; + +import redis.clients.jedis.Jedis; + +/** + * 房间管理类 + * + * + */ +public class RoomManager { + + public ConcurrentHashMap tableMap; + + public RoomManager() { + this.tableMap = new ConcurrentHashMap(); + } + + /** + * 进入房间 + * @param sender + * @param session_key + * @param gid + */ + public void joinRoom(Session sender, String session_key, int gid, String gps_pos) { + Jedis jedis = Redis.use().getJedis(); + try { + if (!jedis.exists(session_key)) { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + + String room_key = jedis.hget(session_key, "room"); + if(StringUtil.isEmpty(room_key)) { + MainServer.instance.sendResponse(gid, ErrorCode.NO_ROOM_NUM, null, sender); + return; + } + Map room_map = null; + RedisLock lock = new RedisLock(room_key, jedis); + try { + lock.lock(); + room_map = jedis.hgetAll(room_key); + String status = room_map.get("status"); + if(StringUtil.isEmpty(status)) { + Global.gameCtr.delRoomSeat(session_key, room_key); + MainServer.instance.sendResponse(gid, ErrorCode.NO_ROOM_NUM, null, sender); + return; + } + if (status.equals("3") || status.equals("2")) { + Global.gameCtr.delRoomSeat(session_key, room_key); + MainServer.instance.sendResponse(gid, ErrorCode.GROUP_ROOM_DEL, null, sender); + return; + } + + if (Global.gameId != Integer.parseInt(room_map.get("game"))) { + Global.logger.error("joinRoom gameId:"+Global.gameId+" != gameId:" + Integer.parseInt(room_map.get("game"))); + MainServer.instance.sendResponse(gid, ErrorCode.NO_SERVICE, null, sender); + return; + } + + String room_id = room_map.get("id"); + Room room = null; + if (this.tableMap.containsKey(room_id)) { + room = this.tableMap.get(room_id); + if (room.isDestroy) { + MainServer.instance.sendResponse(gid, ErrorCode._FAILED, null, sender); + return; + } + } else { + room = MainServer.instance.newRoom(room_id, room_map); + room.loadRedisPlayer(); + this.tableMap.put(room_id, room); + room.start(); + room.stateMachine.changeState(Global.getState(RoomReloadState.class)); + } + if (room.isActive() == false) + { + room.start(); + } + + sender.setHashId(session_key); + final JoinRoomData jrd = new JoinRoomData(); + jrd.room = room; + jrd.session_key = session_key; + jrd.sender = sender; + jrd.gps_pos = gps_pos; + room.enqueueRunnable(new Runnable() { + @Override + public void run() { + try { + int result = Global.gameCtr.joinRoom(jrd, gid); + if(result!=0) { + MainServer.instance.sendResponse(gid, result, null, sender); + } + Global.logger.info(session_key + " join [" + jrd.room.room_key + "]!"); + } + catch (Exception e) { + Global.logger.error(e); + MainServer.instance.sendResponse(gid, 500, null, sender);} + } + }); + }finally { + lock.unlock(false); + } + } catch (Exception e) { + Global.logger.error(e); + MainServer.instance.sendResponse(gid, 500, null, sender); + } finally { + jedis.close(); + } + } + + /** + * 解散房间 + * @param roomid 房间ID + */ + public void dismissRoom(String roomid,boolean sendEvt) { + Room room = this.tableMap.get(roomid); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock(room.room_key, jedis0); + try { + lock.lock(); + room.destroy(sendEvt); + this.tableMap.remove(roomid); + }finally { + lock.unlock(); + } + } + + +} diff --git a/libs/robot_common/src/main/java/com/robot/manager/SessionManager.java b/libs/robot_common/src/main/java/com/robot/manager/SessionManager.java new file mode 100644 index 0000000..93dd938 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/manager/SessionManager.java @@ -0,0 +1,91 @@ +package com.robot.manager; + +import java.util.ArrayList; +import java.util.List; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; + +import com.robot.Global; +import com.robot.data.Player; +import com.taurus.permanent.data.Session; + +/** + * 当前节点 玩家session管理类 + * + * + */ +public class SessionManager { + + private ConcurrentMap sessionMap = null; + + public SessionManager() { + this.sessionMap = new ConcurrentHashMap(); + } + + /** + * 通过sessionid获取玩家 + * @param sessionid + * @return + */ + public Player getPlayer(Session sessionid) { + return this.sessionMap.get(sessionid); + } + + /** + * 增加session + * @param sessionid + * @param player + */ + public void putPlayer(Session sessionid, Player player) { + this.sessionMap.put(sessionid, player); + } + + /** + * 删除session + * @param sessionid + */ + public Player deleteSession(Session sessionid) { + if(sessionid == null)return null; + sessionid.setHashId(null); + Player player = this.getPlayer(sessionid); + this.sessionMap.remove(sessionid); + return player; + } + + /** + * 当前服务器在线人数 + * @return + */ + public int size() { + return this.sessionMap.size(); + } + + public List getPlayerList(){ + List list = new ArrayList(); + list.addAll(sessionMap.values()); + return list; + } + + /** + * 断线 + * @param sender + */ + public synchronized void disconnect(Session sender) { + Player player = this.deleteSession(sender); + if (player == null) { + return; + } + player.room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + if (player.isDestroy)return; + if (player.sender == sender) { + player.isConnect = false; + Global.gameCtr.playerNetState(player); + } + } + }); + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/player/state/PlayerEndState.java b/libs/robot_common/src/main/java/com/robot/player/state/PlayerEndState.java new file mode 100644 index 0000000..bd29bad --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/player/state/PlayerEndState.java @@ -0,0 +1,53 @@ +package com.robot.player.state; + +import com.robot.ActionEvent; +import com.robot.Global; +import com.robot.Router; +import com.robot.data.Player; +import com.robot.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + + +public class PlayerEndState extends StateBase { + + @Override + public void enter(Player owner) { + owner.clear(); + owner.startActionTimer(); + } + @Override + public void exit(Player owner) { + owner.stopActionTimer(); + } + + @Override + public void execute(Player owner, String cmd, int gid, Object param) { + switch(cmd) { + case ActionEvent.EVENT_READY: + case ActionEvent.EVENT_TIMER_AUTO: + case ActionEvent.EVENT_ENTRUST: + Global.gameCtr.ready(owner); + break; + case ActionEvent.EVENT_READY_AND_XIPAI: + Global.gameCtr.readyAndXipai(owner); + break; + case ActionEvent.EVENT_XIPAI: + if (owner.xi_pai == false) + { + owner.xi_pai = true; + ITObject param1 = new TObject(); + param1.putInt("result", 0); + owner.sendEvent(Router.GAME_EVENT_XIPAI, param1); + + owner.room.redisUpdateXiPaiPlayer(owner); + } + else { + ITObject param1 = new TObject(); + param1.putInt("result", 1); + owner.sendEvent(Router.GAME_EVENT_XIPAI, param1); + } + break; + } + } +} diff --git a/libs/robot_common/src/main/java/com/robot/player/state/PlayerInitState.java b/libs/robot_common/src/main/java/com/robot/player/state/PlayerInitState.java new file mode 100644 index 0000000..dc49478 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/player/state/PlayerInitState.java @@ -0,0 +1,47 @@ +package com.robot.player.state; + +import com.robot.ActionEvent; +import com.robot.Global; +import com.robot.data.Player; +import com.robot.state.StateBase; + +/** + * 玩家进房间的初始状态 + * + * + */ +public class PlayerInitState extends StateBase { + + @Override + public void enter(Player owner) { + if(owner.room.round==0&&owner.room.kickTime>0) { + owner.startActionTimer(owner.room.kickTime * 1000); + } + } + + @Override + public void exit(Player owner) { + owner.stopActionTimer(); + } + + @Override + public void execute(Player owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_READY: + Global.gameCtr.ready(owner); + break; + case ActionEvent.EVENT_READY_AND_XIPAI: + Global.gameCtr.readyAndXipai(owner); + break; + case ActionEvent.EVENT_EXIT_ROOM: + if(owner.room.round>0)return; + Global.gameCtr.exitRoom(owner, gid,false); + break; + case ActionEvent.EVENT_TIMER_AUTO: + if(owner.room.round>0)return; + Global.gameCtr.exitRoom(owner, gid,true); + break; + } + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/player/state/PlayerPauseState.java b/libs/robot_common/src/main/java/com/robot/player/state/PlayerPauseState.java new file mode 100644 index 0000000..0aeefdd --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/player/state/PlayerPauseState.java @@ -0,0 +1,20 @@ +package com.robot.player.state; + +import com.robot.data.Player; +import com.robot.state.StateBase; + + +/** + * 玩家暂停状态 + * + */ +public class PlayerPauseState extends StateBase { + + @SuppressWarnings("unchecked") + @Override + public void toNextState(Player owner) { + owner.stateMachine.lastState.toNextState(owner); + + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/player/state/PlayerPopupState.java b/libs/robot_common/src/main/java/com/robot/player/state/PlayerPopupState.java new file mode 100644 index 0000000..bea7bb1 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/player/state/PlayerPopupState.java @@ -0,0 +1,35 @@ +package com.robot.player.state; + +import com.robot.Router; +import com.robot.data.Player; +import com.robot.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +/** + * 玩家缺体力值弹出状态 + * + */ +public class PlayerPopupState extends StateBase{ + /** + * 进入状态时处理 + * + * @param owner + */ + public void enter(Player owner) { + owner.spectator = true; + ITObject msg = TObject.newInstance(); + msg.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Router.GAME_EVT_STAND_UP, msg); + + } + + /** + * 退出状态时处理 + * + * @param owner + */ + public void exit(Player owner) { + owner.spectator = false; + } +} diff --git a/libs/robot_common/src/main/java/com/robot/player/state/PlayerReadyState.java b/libs/robot_common/src/main/java/com/robot/player/state/PlayerReadyState.java new file mode 100644 index 0000000..bba9690 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/player/state/PlayerReadyState.java @@ -0,0 +1,29 @@ +package com.robot.player.state; + +import com.robot.ActionEvent; +import com.robot.Global; +import com.robot.data.Player; +import com.robot.state.StateBase; + +/** + * 玩家准备状态 + * + * + */ +public class PlayerReadyState extends StateBase { + + @Override + public void enter(Player owner) { + owner.ready = true; + owner.room.stateMachine.execute(ActionEvent.EVENT_READY, 0, null); + } + + @Override + public void execute(Player owner, String cmd, int gid, Object param) { + if(owner.room.round>0)return; + if(cmd.equals(ActionEvent.EVENT_EXIT_ROOM)) { + Global.gameCtr.exitRoom(owner, gid,false); + } + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/player/state/PlayerReloadState.java b/libs/robot_common/src/main/java/com/robot/player/state/PlayerReloadState.java new file mode 100644 index 0000000..1be38b8 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/player/state/PlayerReloadState.java @@ -0,0 +1,25 @@ +package com.robot.player.state; + +import com.robot.ActionEvent; +import com.robot.Global; +import com.robot.data.Player; +import com.robot.state.StateBase; + +/** + * 玩家重连状态 + * + */ +public class PlayerReloadState extends StateBase { + + public void execute(Player owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_READY: + Global.gameCtr.ready(owner); + break; + case ActionEvent.EVENT_READY_AND_XIPAI: + Global.gameCtr.readyAndXipai(owner); + break; + } + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/player/state/PlayerSpectatorState.java b/libs/robot_common/src/main/java/com/robot/player/state/PlayerSpectatorState.java new file mode 100644 index 0000000..b9d2158 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/player/state/PlayerSpectatorState.java @@ -0,0 +1,44 @@ +package com.robot.player.state; + +import com.robot.ActionEvent; +import com.robot.Global; +import com.robot.data.Player; +import com.robot.state.StateBase; + +/** + * 观看状态 + * + */ +public class PlayerSpectatorState extends StateBase { + /** + * 进入状态时处理 + * + * @param owner + */ + public void enter(Player owner) { + owner.spectator = true; + } + + /** + * 退出状态时处理 + * + * @param owner + */ + public void exit(Player owner) { + owner.spectator = false; + } + + @Override + public void execute(Player owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_EXIT_ROOM: + Global.gameCtr.exitRoom(owner, gid,false); + break; +// case ActionEvent.EVENT_READY: +// if(owner.room.playerMapBySeat.containsKey(owner.seat)) { +// Global.gameCtr.ready(owner); +// } +// break; + } + } +} diff --git a/libs/robot_common/src/main/java/com/robot/player/state/PlayerWaitState.java b/libs/robot_common/src/main/java/com/robot/player/state/PlayerWaitState.java new file mode 100644 index 0000000..bd72a62 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/player/state/PlayerWaitState.java @@ -0,0 +1,11 @@ +package com.robot.player.state; +import com.robot.data.Player; +import com.robot.state.StateBase; + +/** + * 玩家等待状态 + * + */ +public class PlayerWaitState extends StateBase { + +} diff --git a/libs/robot_common/src/main/java/com/robot/room/state/RoomDestoryGameState.java b/libs/robot_common/src/main/java/com/robot/room/state/RoomDestoryGameState.java new file mode 100644 index 0000000..af707d5 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/room/state/RoomDestoryGameState.java @@ -0,0 +1,17 @@ +package com.robot.room.state; +import com.robot.Global; +import com.robot.data.Room; +import com.robot.state.StateBase; + +/** + * 房间结束状态 + * + */ +public class RoomDestoryGameState extends StateBase { + + @Override + public void enter(Room owner) { + Global.roomMgr.dismissRoom(owner.roomid,true); + + } +} diff --git a/libs/robot_common/src/main/java/com/robot/room/state/RoomEndState.java b/libs/robot_common/src/main/java/com/robot/room/state/RoomEndState.java new file mode 100644 index 0000000..220fbc1 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/room/state/RoomEndState.java @@ -0,0 +1,42 @@ +package com.robot.room.state; + +import java.util.Map.Entry; + +import com.robot.ActionEvent; +import com.robot.Global; +import com.robot.data.Player; +import com.robot.data.Room; +import com.robot.player.state.PlayerEndState; +import com.robot.player.state.PlayerPopupState; +import com.robot.player.state.PlayerReadyState; +import com.robot.state.StateBase; + + +public class RoomEndState extends StateBase { + @Override + public void enter(Room owner) { + owner.saveSocre(); + + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState( Global.getState(PlayerEndState.class)); + } + } + + public void execute(Room owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_READY: + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + if(player.stateMachine.curState instanceof PlayerPopupState) { + continue; + } + if (!(player.stateMachine.curState instanceof PlayerReadyState)) { + return; + } + } + owner.stateMachine.changeState(Global.getState(RoomStartGameState.class)); + break; + } + } +} diff --git a/libs/robot_common/src/main/java/com/robot/room/state/RoomInitState.java b/libs/robot_common/src/main/java/com/robot/room/state/RoomInitState.java new file mode 100644 index 0000000..5ba721a --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/room/state/RoomInitState.java @@ -0,0 +1,42 @@ +package com.robot.room.state; + +import java.util.Map.Entry; + +import com.robot.ActionEvent; +import com.robot.Global; +import com.robot.data.Player; +import com.robot.data.Room; +import com.robot.player.state.PlayerReadyState; +import com.robot.state.StateBase; +import com.taurus.core.plugin.redis.Redis; + +/** + * 房间初始状态 + * + */ +public class RoomInitState extends StateBase { + + + @Override + public void execute(Room owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_READY: + for (Entry entry : owner.playerMapById.entrySet()) { + if (!(entry.getValue().stateMachine.curState instanceof PlayerReadyState)) { + return; + } + } + if (owner.maxPlayers == owner.playerMapById.size()) { + owner.redis_room_map.put("open","0"); + Redis.use().hmset(owner.room_key, owner.redis_room_map); + owner.stateMachine.changeState(Global.getState(RoomWaitState.class)); + } + break; + + default: + break; + } + + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/room/state/RoomReloadState.java b/libs/robot_common/src/main/java/com/robot/room/state/RoomReloadState.java new file mode 100644 index 0000000..0cfc09d --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/room/state/RoomReloadState.java @@ -0,0 +1,39 @@ +package com.robot.room.state; + +import java.util.Map.Entry; + +import com.robot.ActionEvent; +import com.robot.Global; +import com.robot.data.Player; +import com.robot.data.Room; +import com.robot.player.state.PlayerPopupState; +import com.robot.player.state.PlayerReadyState; +import com.robot.state.StateBase; + +/** + * 房间重连状态 + * + */ +public class RoomReloadState extends StateBase { + + public void execute(Room owner, String cmd, int gid, Object param) { + switch (cmd) { + case ActionEvent.EVENT_READY: + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Player p = entry.getValue(); + if (!(p.stateMachine.curState instanceof PlayerReadyState || p.stateMachine.curState instanceof PlayerPopupState)) { + return; + } + } + if(owner.round == 0 &&owner.startGameNum == 0 && owner.playerMapBySeat.size()>1) { + owner.stateMachine.changeState(Global.getState(RoomWaitState.class)); + }else { + int num = owner.startGameNum ==0 ? 2 :owner.startGameNum; + if(owner.playerMapBySeat.size() >= num) { + owner.stateMachine.changeState(Global.getState(RoomStartGameState.class)); + } + } + break; + } + } +} diff --git a/libs/robot_common/src/main/java/com/robot/room/state/RoomStartGameState.java b/libs/robot_common/src/main/java/com/robot/room/state/RoomStartGameState.java new file mode 100644 index 0000000..5f4c511 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/room/state/RoomStartGameState.java @@ -0,0 +1,12 @@ +package com.robot.room.state; +import com.robot.data.Room; +import com.robot.state.StateBase; + +/** + * 房间开始游戏 + * + */ +public class RoomStartGameState extends StateBase { + + +} diff --git a/libs/robot_common/src/main/java/com/robot/room/state/RoomWaitState.java b/libs/robot_common/src/main/java/com/robot/room/state/RoomWaitState.java new file mode 100644 index 0000000..dd1dfe3 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/room/state/RoomWaitState.java @@ -0,0 +1,31 @@ +package com.robot.room.state; + +import java.util.Map.Entry; + +import com.robot.ActionEvent; +import com.robot.Global; +import com.robot.data.Player; +import com.robot.data.Room; +import com.robot.state.StateBase; + +/** + * 房间等待状态 + * + */ +public class RoomWaitState extends StateBase { + + @Override + public void execute(Room owner, String cmd, int gid, Object param) { + switch(cmd) { + case ActionEvent.EVENT_START_GAME: + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.clear(); + } + owner.stateMachine.changeState(Global.getState(RoomStartGameState.class)); + break; + } + + } + +} diff --git a/libs/robot_common/src/main/java/com/robot/state/StateBase.java b/libs/robot_common/src/main/java/com/robot/state/StateBase.java new file mode 100644 index 0000000..1cdc164 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/state/StateBase.java @@ -0,0 +1,51 @@ +package com.robot.state; + +/** + * 状态基类 + * + * @param + */ +public abstract class StateBase { + + /** + * 进入状态时处理 + * @param owner + */ + public void enter(T owner) { + + } + + /** + * 退出状态时处理 + * @param owner + */ + public void exit(T owner) { + + } + + /** + * 从该状态转向下一个状态的处理 + * @param owner + */ + public void toNextState(T owner) { + } + + /** + * 执行事件处理 + * @param owner + * @param cmd + * @param gid + * @param param + */ + public void execute(T owner, String cmd, int gid, Object param) { + + } + + /** + * 重连 + * @param owner + */ + public void reload(T owner) { + + } +} diff --git a/libs/robot_common/src/main/java/com/robot/state/StateMachine.java b/libs/robot_common/src/main/java/com/robot/state/StateMachine.java new file mode 100644 index 0000000..c005b01 --- /dev/null +++ b/libs/robot_common/src/main/java/com/robot/state/StateMachine.java @@ -0,0 +1,63 @@ +package com.robot.state; + +import com.robot.Global; + +/** + * 状态机 + * + */ +@SuppressWarnings({ "rawtypes", "unchecked" }) +public class StateMachine { + + private Object owner = null; + /** + * 当前状态 + */ + public StateBase curState = null; + public StateBase lastState = null; + + public StateMachine(Object owner) { + this.owner = owner; + } + + /** + * 改变状态 + * @param state + */ + public void changeState(StateBase state) { + if (curState != null) { + this.curState.exit(this.owner); + } + if (this.lastState != this.curState) { + this.lastState = this.curState; + } + if (Global.loggerDebug) { + String old_log = this.curState != null ? curState.getClass().getSimpleName() : "null"; + Global.logger.info(owner + " [" + old_log + "]to[" + state.getClass().getSimpleName() + "]"); + } + this.curState = state; + this.curState.enter(this.owner); + } + + public void toLastState() { + if (lastState == null) { + return; + } + this.changeState(this.lastState); + } + + public void toNextState() { + this.curState.toNextState(this.owner); + } + + /** + * 执行服务器内部事件 + * @param cmd + * @param gid + * @param param + */ + public void execute(String cmd, int gid, Object param) { + this.curState.execute(this.owner, cmd, gid, param); + } + +} diff --git a/libs/robot_common/src/main/java/taurus/client/HttpClient.java b/libs/robot_common/src/main/java/taurus/client/HttpClient.java new file mode 100644 index 0000000..91941ec --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/HttpClient.java @@ -0,0 +1,221 @@ +package taurus.client; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.*; +import taurus.client.TaurusClient.ConnectionProtocol; + +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.net.ConnectException; +import java.net.HttpURLConnection; +import java.net.SocketTimeoutException; +import java.net.URL; +import java.util.LinkedList; +import java.util.Queue; + + + +/** + * Http缃戠粶璇锋眰澶勭悊绫? + * @author daixiwei daixiwei15@126.com + * + */ +public class HttpClient implements ISocketLayer { + private static final Logger logger = Logger.getLogger(HttpClient.class); + private static final byte[] NULL_BYTES = new byte[0]; + private static final String _Method = "POST"; + private static final String _ContentTypeName = "Content-Type"; + private static final String _ContentType = "application/octet-stream"; + private static final String _Result = "$r"; + private static final String _Param = "$p"; + private static final String _Session = "$s"; + private static final String _Version = "$v"; + String _url; + String _session_id = ""; + + final Queue _actionQueue = new LinkedList(); + + + public HttpClient(String url) { + _url = url; + } + + private void __sendMsg(Message msg) { + byte[] bytes = NULL_BYTES; + ITObject _data = TObject.newInstance(); + _data.putString(_Session, _session_id); + _data.putInt(_Version, NetManager.VERSION); + if (msg.useText && msg.param == null) { + if (StringUtil.isEmpty(msg.textParam)) { + msg.param = TObject.newInstance(); + } else { + try { + msg.param = TObject.newFromJsonData(msg.textParam); + } catch (Exception e) { + msg.param = TObject.newInstance(); + } + } + } + _data.putTObject(_Param, msg.param); + ByteArray buff = new ByteArray(_data.toBinary()); + try { + buff.compress(); + } catch (Exception e) { + logger.error(e); + } + bytes = buff.bytes(); + + __requestAsync(msg, bytes); + } + + private void __requestAsync(final Message msg,byte[] bytes) { + OutputStream out = null; + InputStream in = null; + int code = 500; + HttpURLConnection conn = null; + try { + + URL realUrl = new URL(_url + msg.command); + conn = (HttpURLConnection) realUrl.openConnection(); + conn.setDoOutput(true); + conn.setDoInput(true); + conn.setRequestProperty(_ContentTypeName, _ContentType); + conn.setUseCaches(false);// Post 璇锋眰涓嶈兘浣跨敤缂撳瓨 + conn.setRequestMethod(_Method); + conn.setConnectTimeout(NetManager.TIMEOUT_TIME * 1000); + conn.setReadTimeout(NetManager.TIMEOUT_TIME * 1000); + conn.connect(); + + + out = conn.getOutputStream(); + out.write(bytes); + if (conn.getResponseCode() == HttpURLConnection.HTTP_OK) { + in = conn.getInputStream(); + bytes = Utils.uncompress(in); + if (bytes!=null) { + + ITObject tem = TObject.newFromBinaryData(bytes); + int result = tem.getInt(_Result); + + if (result == 0) { + ITObject _param = tem.getTObject(_Param); + msg.param = _param; + if(msg.useText) { + msg.textParam = _param.toJson(); + } + } + code = result; + + } + } + } catch (SocketTimeoutException e) { + logger.error(e); + code = 102; + } catch (ConnectException ex1) { + logger.error(ex1); + code = 101; + } catch (Exception ex2) { + logger.error(ex2); + code = 500; + }finally { + try { + if (out != null) { + out.close(); + } + } catch (IOException ex) { + logger.error(ex); + } + try { + if (in != null) { + in.close(); + } + }catch (IOException ex) { + logger.error(ex); + } + if(conn!=null) { + conn.disconnect(); + } + } + if (msg.callback != null) { + final MessageResponse response = new MessageResponse(); + response.messageData = msg; + response.returnCode = code; + enqueueActionForDispatch(new Runnable() { + @Override + public void run() { + msg.callback.action(response); + } + }); + } + + } + + @Override + public void connect(String ip, String game) { + + } + + @Override + public void disconnect() { + + } + + private void enqueueActionForDispatch(Runnable action) { + synchronized (_actionQueue) { + _actionQueue.offer(action); + } + } + + @Override + public void processEvent() { + while (true) { + Runnable myAction; + synchronized (_actionQueue) { + if (_actionQueue.size() <= 0) { + break; + } + myAction = _actionQueue.poll(); + } + myAction.run(); + } + } + + public void write(final Message msg) { + new Thread(new Runnable() { + @Override + public void run() { + __sendMsg(msg); + } + }).start(); + } + + public int getAveragePingTime() { + return 1000; + } + + public void setSession(String session) { + _session_id = session == null ? StringUtil.Empty : session; + } + + public String getSession() { + return _session_id; + + } + + @Override + public void setOnConnect(ICallback onConnect) { + + } + + @Override + public void setOnEvent(ICallback onEvent) { + + } + + @Override + public ConnectionProtocol getProtocol() { + return ConnectionProtocol.Web; + } +} diff --git a/libs/robot_common/src/main/java/taurus/client/ISocketLayer.java b/libs/robot_common/src/main/java/taurus/client/ISocketLayer.java new file mode 100644 index 0000000..b6335e8 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/ISocketLayer.java @@ -0,0 +1,67 @@ +package taurus.client; + +import com.taurus.core.util.ICallback; +import taurus.client.TaurusClient.ConnectionProtocol; + +/** + * 网络协议处理通用接口 + * @author daixiwei daixiwei15@126.com + * + */ +public interface ISocketLayer { + /** + * 连接服务器 + * @param ip + * @param game + */ + public void connect(String ip, String game); + + /** + * 断开连接 + */ + public void disconnect(); + + /** + * 处理事件 + */ + public void processEvent(); + + /** + * 发送消息 + * @param msg + */ + public void write(Message msg); + + /** + * get Protocol type + * @return + */ + public ConnectionProtocol getProtocol(); + + /** + * 设置连接状态回调 + */ + public void setOnConnect(ICallback onConnect); + + + /** + * 设置事件消息回调E + */ + public void setOnEvent(ICallback onEvent); + + /** + * 网络延时 + */ + public int getAveragePingTime(); + + /** + * 获取服务器Session字符 + */ + public String getSession(); + + /** + * 设置服务器Session字符 + * @param session + */ + public void setSession(String session); +} diff --git a/libs/robot_common/src/main/java/taurus/client/Message.java b/libs/robot_common/src/main/java/taurus/client/Message.java new file mode 100644 index 0000000..d7867e9 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/Message.java @@ -0,0 +1,47 @@ +package taurus.client; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.util.ICallback; + +/** + * 网络协议消息包 + * @author daixiwei daixiwei15@126.com + * + */ +public class Message { + /** + * 使用文本,不转换ITObject + */ + public boolean useText; + /** + * 网络协议指令Key + */ + public String command; + + /** + * 参数 + */ + public ITObject param; + /** + * 文本数据 + */ + public String textParam; + + /** + * 网络消息回调 + */ + public ICallback callback; + /** + * 自定义参数 + */ + public Object data; + /** + * 网络包最后写入时间 + */ + public long lastTime; + /** + * 网络包返回匹配的GID + */ + public int gid; + +} diff --git a/libs/robot_common/src/main/java/taurus/client/MessageResponse.java b/libs/robot_common/src/main/java/taurus/client/MessageResponse.java new file mode 100644 index 0000000..73beb43 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/MessageResponse.java @@ -0,0 +1,17 @@ +package taurus.client; + +/** + * 缃戠粶娑堟伅鍥炶皟鏁版嵁瀵硅薄 + * @author daixiwei daixiwei15@126.com + * + */ +public class MessageResponse { + /** + * 娑堟伅鏁版嵁 + */ + public Message messageData; + /** + * 杩斿洖缁撴瀯鍊? + */ + public int returnCode; +} diff --git a/libs/robot_common/src/main/java/taurus/client/NetManager.java b/libs/robot_common/src/main/java/taurus/client/NetManager.java new file mode 100644 index 0000000..eb586c2 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/NetManager.java @@ -0,0 +1,107 @@ +package taurus.client; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +/** + * 网络管理对象 + * @author daixiwei daixiwei15@126.com + * + */ +public class NetManager { + + private static List _clientList = new ArrayList(); + private static Map _clientMap = new HashMap(); + + /** + * 网络超时时间 + */ + public static int TIMEOUT_TIME = 10; + /** + * 网络版本号 + */ + public static int VERSION = 10; + public static boolean debug_print = false; + + static void addNetClient(TaurusClient net) { + if (net == null) { + throw new RuntimeException("TaurusClient is null, it can't be added."); + } + if (_clientMap.containsKey(net.getId())) { + throw new RuntimeException("A client with id: " + net.getId() + " already exists! Controller can't be added: " + net); + } + synchronized (_clientList) { + _clientMap.put(net.getId(), net); + _clientList.add(net); + } + + } + + /** + * The process events + */ + public static void processEvents() { + for (int i = 0; i < _clientList.size(); ++i) { + TaurusClient nc = _clientList.get(i); + if (nc._kill){ + synchronized (_clientList) { + _clientMap.remove(nc.getId()); + _clientList.remove(nc); + } + i--; + continue; + }else{ + nc.processEvent(); + } + } + + } + + /** + * 返回指定的NetClient + * @param id + * @return + */ + public static TaurusClient getNetClient(int id) { + for (int i = 0; i < _clientList.size(); ++i) { + TaurusClient nc = _clientList.get(i); + if (nc.getId() == id) + return nc; + } + return null; + } + + /** + * 断开指定连接 + * @param id + */ + public static void killConnection(int id) { + for (int i = 0; i < _clientList.size(); ++i) { + TaurusClient nc = _clientList.get(i); + if (nc.getId() == id) { + nc.killConnection(); + synchronized (_clientList) { + _clientMap.remove(id); + _clientList.remove(nc); + } + break; + } + } + } + + /** + * 断开所有连接 + */ + public static void killAllConnection() { + synchronized (_clientList) { + for (TaurusClient nc : _clientList) { + nc.killConnection(); + } + _clientList.clear(); + _clientMap.clear(); + } + + } +} diff --git a/libs/robot_common/src/main/java/taurus/client/SocketCode.java b/libs/robot_common/src/main/java/taurus/client/SocketCode.java new file mode 100644 index 0000000..f49a0fa --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/SocketCode.java @@ -0,0 +1,46 @@ +package taurus.client; + +/** + * Socket code + * @author daixiwei daixiwei15@126.com + * + */ +public enum SocketCode{ + /** + * 杩炴帴鎴愬姛 + */ + Connect, + Disconnect, + /** + * 鏈煡寮傚父 + */ + Exception, + /** + * 杩炴帴鏈嶅姟寮傚父 + */ + ExceptionOnConnect, + /** + * 鍙戦€佹暟鎹祦閿欒 + */ + SendError, + /** + * 鎺ユ敹鏈嶅姟鍣ㄦ暟鎹祦寮傚父 + */ + ExceptionOnReceive, + /** + * 鏈嶅姟鍣ㄨ繛鎺ヨ秴鏃? + */ + TimeoutDisconnect, + /** + * 鏈嶅姟鍣ㄦ柇寮€杩炴帴 + */ + DisconnectByServer, + /** + * 瀹㈡埛绔綉缁滃紓甯? + */ + NetworkException, + /** + * 杩炴帴瀹夊叏寮傚父锛屼竴鑸负闃茬伀澧欓樆姝? + */ + SecurityExceptionOnConnect +} diff --git a/libs/robot_common/src/main/java/taurus/client/TaurusClient.java b/libs/robot_common/src/main/java/taurus/client/TaurusClient.java new file mode 100644 index 0000000..8bbe4ac --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/TaurusClient.java @@ -0,0 +1,354 @@ +package taurus.client; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.events.Event; +import com.taurus.core.events.EventDispatcher; +import com.taurus.core.events.IEventListener; +import com.taurus.core.util.ICallback; +import com.taurus.core.util.Logger; +import taurus.client.io.SocketEngine; + +import java.util.HashMap; +import java.util.Map; + + +/** + * 缃戠粶鏍稿績鍔熻兘澶勭悊绫? + * @author daixiwei daixiwei15@126.com + * + */ +public class TaurusClient { + private static final Logger logger = Logger.getLogger(TaurusClient.class); + private int _id; + private boolean _connect; + private String _gameId; + private String _currentIp; + + private ISocketLayer _scoket; + private ThreadManager _threadManager; + + private EventDispatcher _dispatcher; + private Map> _responseMap; + volatile boolean _kill = false; + private static int _tempID; + private int _protocolCompression=100; + + private static int _getValidID() { + return ++_tempID; + } + + /** + * + * @param host + * @param game + * @param protocol + */ + public TaurusClient(String host, String game, ConnectionProtocol protocol) { + ISocketLayer socket = null; + switch (protocol) { + case Tcp: + socket = new SocketEngine(this); + break; + case Web: + socket = new HttpClient(host); + _connect = true; + break; + default: + socket = new SocketEngine(this); + break; + } + __initialize(host, game, socket); + } + + /** + * + * @param host + * @param game + * @param socket + * @param protocol + */ + public TaurusClient(String host, String game, ISocketLayer socket) { + __initialize(host, game, socket); + + } + + /** + * 娣诲姞浜嬩欢 + * @param eventType + * @param listener + */ + public void addEventListener(String eventType, IEventListener listener) { + _dispatcher.addEventListener(eventType, listener); + } + + /** + * 绉婚櫎鎵€鏈変簨浠? + */ + public void removeAllListener() { + _dispatcher.removeAllListener(); + } + + /** + * 绉婚櫎鎸囧畾浜嬩欢 + * @param eventType + * @param listener + */ + public void removeEventListener(String eventType, IEventListener listener) { + _dispatcher.removeEventListener(eventType, listener); + } + + private void __initialize(String host, String game, ISocketLayer socket) { + _dispatcher = new EventDispatcher(); + _responseMap = new HashMap>(); + _id = _getValidID(); + NetManager.addNetClient(this); + _currentIp = host; + _gameId = game; + _threadManager = new ThreadManager(); + _threadManager.start(); + _scoket = socket; + _scoket.setOnConnect(new ICallback() { + @Override + public void action(SocketCode code) { + if (code == SocketCode.Connect) + _connect = true; + else + _connect = false; + Event evt = new Event(NetClientEvent.Connect); + evt.setParameter("code", code); + _dispatcher.dispatchEvent(evt); + } + }); + _scoket.setOnEvent(new ICallback() { + @Override + public void action(Message msg) { + if (_connect) { + Event evt = new Event(NetClientEvent.OnEvent); + evt.setParameter("msg", msg); + _dispatcher.dispatchEvent(evt); + if (NetManager.debug_print){ + String str = getProtocol() == ConnectionProtocol.Web ? "WEB" : "TCP"; + String data_str = msg.useText ? msg.textParam : (msg.param != null ? msg.param.toJson() : "null"); + logger.debug("Event [" + str + "->" + msg.command + "] data:" + data_str); + } + } + } + }); + } + + /** + * 杩炴帴鏈嶅姟鍣? + */ + public void connect() { + _scoket.connect(_currentIp, _gameId); + } + + /** + * Kill net connection. + */ + public void killConnection() { + removeAllListener(); + _responseMap.clear(); + _threadManager.stop(); + _scoket.disconnect(); + _connect = false; + _kill = true; + } + + /** + * 鍙戦€佺綉缁滄秷鎭寘 + * @param msg 娑堟伅鏁版嵁瀵硅薄 + */ + protected void send(Message msg) { + if (msg == null) + return; + if (NetManager.debug_print) { + String str = getProtocol() == ConnectionProtocol.Web ? "WEB" : "TCP"; + String data_str = msg.useText ? msg.textParam : (msg.param != null ? msg.param.toJson() : "null"); + str = "Requst [" + str + "->" + msg.command + "] ->data:" + data_str; + logger.debug(str); + } + if (msg.callback != null) { + _responseMap.put(msg, msg.callback); + msg.callback = new ICallback() { + + @Override + public void action(MessageResponse response) { + ICallback callback = _responseMap.get(response.messageData); + if (callback == null) { + return; + } + if (NetManager.debug_print){ + String str = getProtocol() == ConnectionProtocol.Web ? "WEB" : "TCP"; + String data_str = msg.useText ? msg.textParam : (msg.param != null ? msg.param.toJson() : "null"); + str = "Response [" + str + "->" + msg.command + "] ->result:"+ response.returnCode + " param:" + data_str; + logger.debug(str); + } + _responseMap.remove(response.messageData); + callback.action(response); + } + + }; + } + + _threadManager.enqueueSend(new ICallback() { + @Override + public void action(Message msg) { + sendData(msg); + } + }, msg); + } + + + /** + * 鍙戦€佺綉缁滄秷鎭寘 + * @param cmd 缃戠粶鍗忚鎸囦护Key + * @param param 鍙傛暟 + * @param callback 缃戠粶娑堟伅鍥炶皟 + * @return + */ + public Message send(String cmd, ITObject param, ICallback callback) { + Message msg = new Message(); + msg.useText = false; + msg.command = cmd; + msg.param = param; + msg.callback = callback; + this.send(msg); + return msg; + } + + /** + * 鍙戦€佺綉缁滄秷鎭寘 + * @param cmd 缃戠粶鍗忚鎸囦护Key + * @param text JSON 鏂囨湰 + * @param callback 缃戠粶娑堟伅鍥炶皟 + * @return + */ + public Message sendText(String cmd, String text, ICallback callback) { + Message msg = new Message(); + msg.command = cmd; + msg.textParam = text; + msg.callback = callback; + msg.useText = true; + this.send(msg); + return msg; + } + + /** + * 鍙戦€佹暟鎹嚎绋嬫柟娉? + * @param message + */ + private void sendData(Message msg) { + _scoket.write(msg); + } + + /** + * 澶勭悊浜嬩欢 + */ + void processEvent() { + if(_scoket!=null) { + _scoket.processEvent(); + } + } + + /** + * 娓呯悊鍝嶅簲鍥炶皟 + */ + public void clearResponse() { + _responseMap.clear(); + } + + /** + * The net client id + * @return + */ + public int getId() { + + return _id; + + } + + /** + * The curren ip + * @return + */ + public String getCurrentIp() { + return _currentIp; + } + + /** + * The curren Game ID + * @return + */ + public String getGameID() { + return _gameId; + } + + /** + * 缃戠粶鏄惁宸茶繛鎺? + * @return + */ + public boolean isConnected() { + return _connect; + } + + /** + * 褰撳墠缃戠粶绫诲瀷 + * @return + */ + public ConnectionProtocol getProtocol() { + return _scoket.getProtocol(); + } + + /** + * 缃戠粶寤舵椂 + * @return + */ + public int getAveragePingTime() { + return _scoket.getAveragePingTime(); + } + + /** + * 鑾峰彇鏈嶅姟鍣⊿ession瀛楃 + * @return + */ + public String getSession() { + return _scoket.getSession(); + } + + /** + * 璁剧疆鏈嶅姟鍣⊿ession瀛楃 + * @param session + */ + public void setSession(String session) { + _scoket.setSession(session); + } + + /** + * 璁剧疆鍘嬬缉闃€鍊? + * @param protocolCompression + */ + public void setProtocolCompression(int protocolCompression) { + _protocolCompression = protocolCompression; + } + + /** + * 鑾峰彇鍘嬬缉闃€鍊? + * + * @return + */ + public int getProtocolCompression() { + return _protocolCompression; + } + + + public static enum ConnectionProtocol { + Tcp, Web, + } + + public static class NetClientEvent { + public static final String Connect = "connect"; + + public static final String OnEvent = "onevent"; + } +} diff --git a/libs/robot_common/src/main/java/taurus/client/ThreadManager.java b/libs/robot_common/src/main/java/taurus/client/ThreadManager.java new file mode 100644 index 0000000..644f260 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/ThreadManager.java @@ -0,0 +1,123 @@ +package taurus.client; + +import com.taurus.core.util.ICallback; + +import java.util.LinkedList; +import java.util.Queue; +import java.util.Stack; + + + +/** + * 网络(读/写) 线程管理 + * @author daixiwei daixiwei15@126.com + * + */ +public class ThreadManager { + class MessgaeThread { + public ICallback _dataDelegate; + + public Message _message; + } + + private boolean _running = false; + private Thread _outThread; + private boolean _outHasQueuedItems = false; + private Queue _outThreadQueue = new LinkedList(); + private Object _outQueueLocker = new Object(); + private Stack pool = new Stack(); + + private MessgaeThread MessgaeThreadGet() { + if (pool.size() > 0) { + MessgaeThread msg = pool.pop(); + return msg; + } else + return new MessgaeThread(); + } + + private void MessgaeThreadReturn(MessgaeThread value) { + pool.push(value); + value._dataDelegate = null; + value._message = null; + } + + private static void sleep(int ms) { + try { + Thread.sleep(ms); + } catch (InterruptedException e) { + + } + } + + private void outThread() { + while (_running) { + sleep(5); + if (_outHasQueuedItems) { + Object obj = _outQueueLocker; + synchronized (obj) { + while (_outThreadQueue.size() > 0) { + MessgaeThread item = _outThreadQueue.poll(); + processOutItem(item); + } + _outHasQueuedItems = false; + } + } + } + } + + private void processOutItem(MessgaeThread item) { + ICallback _dataDelegate = item._dataDelegate; + Message message = item._message; + MessgaeThreadReturn(item); + if (_dataDelegate != null) { + _dataDelegate.action(message); + } + } + + public void start() { + if (_running) { + return; + } + _running = true; + if (_outThread == null) { + _outThread = new Thread(new Runnable() { + @Override + public void run() { + outThread(); + } + }); + _outThread.start(); + _outThread.setName("WriteMessage"); + } + } + + public void stop() { + Thread thread = new Thread(new Runnable() { + @Override + public void run() { + stopThread(); + } + }); + thread.start(); + } + + private void stopThread() { + _running = false; + + if (_outThread != null) { + _outThread.interrupt(); + } + _outThread = null; + } + + public void enqueueSend(ICallback callback, Message message) { + MessgaeThread hashtable = MessgaeThreadGet(); + hashtable._dataDelegate = callback; + hashtable._message = message; + Object obj = _outQueueLocker; + synchronized (obj) { + _outThreadQueue.offer(hashtable); + _outHasQueuedItems = true; + } + } +} diff --git a/libs/robot_common/src/main/java/taurus/client/business/AccountBusiness.java b/libs/robot_common/src/main/java/taurus/client/business/AccountBusiness.java new file mode 100644 index 0000000..496c288 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/business/AccountBusiness.java @@ -0,0 +1,343 @@ +package taurus.client.business; + +import com.data.bean.AccountBean; +import com.data.bean.GameBean; +import com.data.cache.AccountCache; +import com.data.cache.BaseCache; +import com.data.cache.GameCache; +import com.data.util.ErrorCode; +import com.data.util.Utility; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.core.util.Utils; +import com.taurus.web.Controller; +import com.taurus.web.WebException; +import redis.clients.jedis.Jedis; + +import java.io.BufferedReader; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.net.HttpURLConnection; +import java.net.URL; +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Set; + +public class AccountBusiness extends Controller { + private static Logger logger = Logger.getLogger(AccountBusiness.class); + + public static String request(String httpUrl, String httpArg) { + BufferedReader reader = null; + String result = null; + StringBuffer sbf = new StringBuffer(); + httpUrl = httpUrl + "?" + httpArg; + + try { + URL url = new URL(httpUrl); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + connection.connect(); + InputStream is = connection.getInputStream(); + reader = new BufferedReader(new InputStreamReader(is, "UTF-8")); + String strRead = reader.readLine(); + if (strRead != null) { + sbf.append(strRead); + while ((strRead = reader.readLine()) != null) { + sbf.append("\n"); + sbf.append(strRead); + } + } + reader.close(); + result = sbf.toString(); + } catch (Exception e) { + e.printStackTrace(); + } + return result; + } + + public static String md5(String plainText) { + StringBuffer buf = null; + try { + MessageDigest md = MessageDigest.getInstance("MD5"); + md.update(plainText.getBytes()); + byte b[] = md.digest(); + int i; + buf = new StringBuffer(""); + for (int offset = 0; offset < b.length; offset++) { + i = b[offset]; + if (i < 0) + i += 256; + if (i < 16) + buf.append("0"); + buf.append(Integer.toHexString(i)); + } + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + } + return buf.toString(); + } + + public static String encodeUrlString(String str, String charset) { + String strret = null; + if (str == null) + return str; + try { + strret = java.net.URLEncoder.encode(str, charset); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return strret; + } + + private final ITObject fillLoginData(String session, int accountid) { + ITObject resData = TObject.newInstance(); + ITObject userData = TObject.newInstance(); + resData.putTObject("account", userData); + resData.putUtfString("session_id", session); + resData.putTArray("games", getOnlineGames()); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + Map map = jedis0.hgetAll(session); + userData.putInt("id", accountid); + userData.putInt("diamo", Integer.parseInt(map.get("diamo"))); + userData.putUtfString("nick", map.get("nick")); + userData.putUtfString("portrait", map.get("portrait")); + userData.putInt("sex", Integer.parseInt(map.get("sex"))); + userData.putInt("type", Integer.parseInt(map.get("type"))); + int mng = Integer.parseInt(map.get("mng")); + userData.putInt("mng", mng); + + String phone = map.get("phone"); + if (StringUtil.isNotEmpty(phone)) { + userData.putUtfString("phone", phone); + } + + String address = map.get("address"); + if (StringUtil.isNotEmpty(address)) { + userData.putUtfString("address", address); + } + + String real_info = map.get("real_info"); + if (StringUtil.isNotEmpty(real_info)) { + userData.putTObject("real_info", TObject.newFromJsonData(real_info)); + } + String oldRoom = Utility.getOldRoomV2(jedis0, 0, session, accountid); + if (StringUtil.isNotEmpty(oldRoom)) { + String roomid = oldRoom.replace("room:", ""); + String group = jedis0.hget(oldRoom, "group"); + int groupId = 0; + if (StringUtil.isNotEmpty(group)) { + groupId = Integer.parseInt(group); + } + userData.putUtfString("roomid", roomid); + userData.putInt("groupId", groupId); + } + } finally { + jedis0.close(); + } + + resData.putUtfString("groupWeb", Redis.use("group1_db1").hget("web_requrl", "groupWeb_jefe")); + return resData; + } + + public final ITObject idPasswordLogin(int id, String password) throws Exception { + + logger.info("id:" + id + " login"); + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock("wx_" + id, jedis0); + try { + + logger.info("==========> password111 = " + password); + String superPwd = Redis.use("group1_db1").get("superpwd2021"); + String sql = ""; + if (!StringUtil.isEmpty(superPwd)) { + if (!password.equals(superPwd)) { + password = Utils.getMD5Hash(password); + sql = String.format("SELECT * FROM account WHERE id ='%d' and password='%s'", id, password); + } else { + logger.info("==========> password = " + password); + + sql = String.format("SELECT * FROM account WHERE id ='%d' ", id); + } + } else { + password = Utils.getMD5Hash(password); + sql = String.format("SELECT * FROM account WHERE id ='%d' and password='%s'", id, password); + } + + + + + String idPwdBan = Redis.use("group1_db0").get(id + "_login_ban"); + if (StringUtil.isNotEmpty(idPwdBan)) { + System.out.println("进入了77777777777777777777"); + logger.error("id:" + id + " ban login"); + throw new WebException(ErrorCode.BAN_LOGIN); + } + System.out.println("进入了9999999999999"); + + ITArray resultArray = DataBase.use().executeQueryByTArray(sql); + if (resultArray.size() == 0) { + if (Redis.use("group1_db0").exists(id + "_pwd_token")) { + Redis.use("group1_db0").incrBy(id + "_pwd_token", 1); + } else { + Redis.use("group1_db0").set(id + "_pwd_token", 1 + ""); + Redis.use("group1_db0").expire(id + "_pwd_token", 300); + } + + String idPwdToken = Redis.use("group1_db0").get(id + "_pwd_token"); + if (StringUtil.isNotEmpty(idPwdToken)) { + long count = Long.parseLong(idPwdToken); + if (count >= 10) { + Redis.use("group1_db0").set(id + "_login_ban", "1"); + Redis.use("group1_db0").expire(id + "_login_ban", 1800); + logger.error("pwd error count:" + count + " not login"); + System.out.println("进入了00000000000"); + + throw new WebException(ErrorCode._NO_SESSION); + + } + } + System.out.println("进入了111111111111"); + + throw new WebException(ErrorCode._FAILED); + } + + ITObject userData = resultArray.getTObject(0); + int accountid = userData.getInt("id"); + UpdateUserData(userData, accountid); + + AccountBean acc_bean = AccountCache.getAccount(accountid); + String session = acc_bean.redis_key; + this.setSession(session); + + if (resultArray.size() > 0) { + this.setSession(session); + String old_nick = acc_bean.nick; + String old_portrait = acc_bean.portrait; +// String new_nick = reqData.getUtfString("nick"); +// String new_portrait = reqData.getUtfString("portrait"); +// if (!old_nick.equals(new_nick) || !old_portrait.equals(new_portrait)) { +// ITObject userData1 = TObject.newInstance(); +// userData1.putUtfString("nick", userData.getUtfString("nick")); +// userData1.putUtfString("portrait", userData.getUtfString("portrait")); +// userData1.putInt("sex", userData.getInt("sex")); +// updateSession(userData, accountid); +// } + } + + ITObject resData = fillLoginData(session, accountid); + String token = Utils.getMD5Hash(id + "_" + password + "_" + System.currentTimeMillis() + "e4!Fesu]]{QyUuEA" + + Math.random() * 1000000); + Redis.use("group1_db0").sadd(session + "_token", token); + + Redis.use("group1_db0").hset(token, "user", session); + Redis.use("group1_db0").hset(token, "create_time", "" + System.currentTimeMillis() / 1000); + Redis.use("group1_db0").expire(token, 172800); + +// Set allToken = Redis.use("group1_db0").smembers(session + "_token"); +// for (String temp : allToken) { +// if (!Redis.use("group1_db0").exists(temp)) { +// Redis.use("group1_db0").srem(session + "_token", temp); +// logger.info("delte timeout token:" + temp); +// } +// } + System.out.println("进入了2222222222222"); + + long tokenNum = Redis.use("group1_db0").scard(session + "_token"); + if (tokenNum >= 10) { + logger.warn("id:" + accountid + " repeat login, token count:" + tokenNum); + } + System.out.println("进入了33333333333333333332"); + + resData.putString("token", token); + return resData; + } finally { + lock.unlock(); + } + } + + private static String updateSession(ITObject userData, int id) { + String session = AccountCache.genKey(id); + Map map = new HashMap(); + Utils.objectToMap(userData, map); + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + jedis0.hmset(session, map); + BaseCache.updateCacheVer(jedis0, session); + } finally { + jedis0.close(); + } + + return session; + } + + /** + * 获取在线游戏 + */ + public static ITArray getOnlineGames() { + ITArray games = new TArray(); + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + try { + Set list = jedis1.zrevrangeByScore("online_games", 1000, 1); + for (String game : list) { + int gameId = Integer.parseInt(game); + GameBean gb = GameCache.getGame(gameId); + if (gb == null) + continue; + ITObject gameObj = gb.getTObject(); + + for (Entry entry : gb.pay.entrySet()) { + gameObj.putInt(entry.getKey(), entry.getValue()); + } + games.addTObject(gameObj); + } + } finally { + jedis1.close(); + } + return games; + } + + /** + * + * @return + * @throws Exception + */ + private final int UpdateUserData(ITObject reqData, long id) throws Exception { + ITObject userData = TObject.newInstance(); + userData.putInt("id", (int) id); + + userData.putUtfString("acc", reqData.getUtfString("acc")); + userData.putUtfString("portrait", reqData.getUtfString("portrait")); + userData.putUtfString("nick", reqData.getUtfString("nick")); + int sex = reqData.getInt("sex"); + if (sex == 0) { + sex = 1; + reqData.putInt("sex", sex); + } + userData.putInt("sex", sex); + + userData.putInt("mng", 0); + userData.putInt("type", 0); + if (reqData.containsKey("diamo")) { + userData.putInt("diamo", reqData.getInt("diamo")); + } + + userData.putInt("invitation", 1); + String session = updateSession(userData, (int) id); + this.setSession(session); + return (int) id; + } +} diff --git a/libs/robot_common/src/main/java/taurus/client/business/GroupRoomBusiness.java b/libs/robot_common/src/main/java/taurus/client/business/GroupRoomBusiness.java new file mode 100644 index 0000000..76cf817 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/business/GroupRoomBusiness.java @@ -0,0 +1,1250 @@ +package taurus.client.business; + +import com.data.bean.*; +import com.data.cache.*; +import com.data.util.ErrorCode; +import com.data.util.EventType; +import com.data.util.Utility; +import com.robot.GroupPublisherService; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.web.WebException; +import redis.clients.jedis.Jedis; + +import java.util.*; + +public class GroupRoomBusiness { + private static final Logger log = Logger.getLogger(GroupRoomBusiness.class); + + /** 解散时间 */ + private static final String[] DISMISS_TIME = { "30", "60", "90", "180" }; + /** 踢出时间 */ + private static final String[] KICK_TIME = { "30", "60", "120", "180" }; + + private static final String _getSvr(Jedis jedis0, GameBean gb) { + String svr = null; + + Set gamesvrs = Redis.use("group1_db1").smembers("game_svr:" + gb.id); +// Integer conns = null; + for (String str : gamesvrs) { + log.info("strList:" + str); + +// String currConns = jedis0.hget(str, "conns"); +// if (conns == null && currConns != null +// || (conns != null && currConns != null && Integer.parseInt(currConns) < conns)) { +// conns = Integer.parseInt(currConns); +// svr = str; +// } + svr = str; + } + return svr; + } + + + /** + * 检测成员在不在房间里 + * + * @param groupId + * @param + * @return + */ + public static final boolean checkRoom(int groupId, int uid) { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + String session = AccountCache.genKey(uid); + String oldRoom = Utility.getOldRoomV2(jedis0, 0, session, uid); + if (StringUtil.isNotEmpty(oldRoom)) { + return true; + } + } finally { + jedis0.close(); + } + return false; + } + + public static final boolean checkRoom(String room_key, Jedis jedis0) { + RedisLock lock = new RedisLock(room_key, jedis0); + lock.lock(); + try { + String status = jedis0.hget(room_key, "status"); + if (StringUtil.isEmpty(status) || status.equals("2")) { + return false; + } + return true; + } finally { + lock.unlock(false); + } + } + + public static final boolean checkFakeRoom(String room_key, Jedis jedis0) { + RedisLock lock = new RedisLock(room_key, jedis0); + lock.lock(); + try { + String fake = jedis0.hget(room_key, "fake"); + if (!StringUtil.isEmpty(fake)) { + return true; + } + return false; + } finally { + lock.unlock(false); + } + } + + private static final ITObject publicJoinRoom(int groupId, String session, String room_key, String platform) + throws Exception { + List x_room_list = Redis.use("group1_db0").hmget(room_key, "fake"); + String fake_json = x_room_list.get(0); + if (fake_json != null) { + log.error("session:" + session + " public join room:" + room_key + " fail, fake != null"); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = null; + try { + String finalRoom = room_key; + + boolean enter_old = false; + int uid = AccountCache.getAccount(session).id; + String oldRoom = Utility.getOldRoomV2(jedis0, 0, session, uid); + if (StringUtil.isNotEmpty(oldRoom)) { + String group = jedis0.hget(oldRoom, "group"); + if (StringUtil.isEmpty(group) || Integer.parseInt(group) != groupId) { + throw new WebException(ErrorCode.GROUP_NOT_CURGROUP_ROOM); + } + enter_old = true; +// finalRoom = oldRoom; + } + + lock = new RedisLock(session, jedis0); + lock.lock(); + log.info("finalRoom:" + finalRoom); + + List room_list = jedis0.hmget(finalRoom, "hpOnOff", "hp_times", "limitInRoom", "status", "open", + "svr", "game", "gpid", "group", "maxPlayers", "AA", "opt", "players"); + log.info("room_list:" + room_list); + String status = room_list.get(3); + if (StringUtil.isEmpty(status)) { + throw new WebException(ErrorCode.GROUP_ROOM_DEL); + } + int _status = Integer.parseInt(status); + + if (_status == 2 || _status == 3) { + Utility.delRoomBySession(jedis0, session, finalRoom); + throw new WebException(ErrorCode.GROUP_ROOM_DEL); + } + + String gm_key = GroupMemberCache.genKey(groupId, uid); + int hp_times = 1; + String group = room_list.get(8); + if (StringUtil.isNotEmpty(group)) { + String hp_times_str = room_list.get(1); + hp_times = Integer.parseInt(group) > 0 ? Integer.parseInt(hp_times_str) : 1; + } + int gameId = Integer.parseInt(room_list.get(6)); + int hpOnOff = Integer.parseInt(room_list.get(0)); + GameBean gb = GameCache.getGame(gameId); + String svr = room_list.get(5); + if (svr == null || !jedis0.exists(svr)) { + svr = _getSvr(jedis0, gb); + } + if (svr == null) { + log.error("publicJoinRoom room_key:" + room_key + " gm_key:" + gm_key + " svr:" + svr); + throw new WebException(ErrorCode.NO_SERVICE); + } + jedis0.hset(finalRoom, "svr", svr); + log.info("step1:" + room_list); + + int gpid = Integer.parseInt(room_list.get(7)); + GroupBean group_bean = GroupCache.getGroup(groupId); + log.info("step2:" + enter_old); + + if (!enter_old) { + int _maxPlayers = Integer.parseInt(room_list.get(9)); + String _players = room_list.get(12); + log.info("step3:" + enter_old); + + if (StringUtil.isNotEmpty(_players)) { + ITArray arr = TArray.newFromJsonData(_players); + if (arr.size() >= _maxPlayers) { + boolean flag = true; + for (int i = 0; i < arr.size(); i++) { + int player_id = arr.getInt(i); + if (player_id == uid) { + flag = false; + } + } + + if (flag) { + log.info("publicJoinRoom enter group fail, room full:" + gm_key + " room_key:" + room_key); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + } + } + + String open = room_list.get(4); + if ((StringUtil.isEmpty(open) || open.equals("0"))) { + log.info("publicJoinRoom enter group fail, room open close:" + gm_key + " room_key:" + room_key); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + int AA = Integer.parseInt(room_list.get(10)); + if (AA == 1) { + int maxPlayers = Integer.parseInt(room_list.get(9)); + int opt = Integer.parseInt(room_list.get(11)); + + Integer pay = gb.pay.get("pay" + opt + "_" + maxPlayers); + if (pay == null) { + log.warn("pay no set!"); + throw new WebException(ErrorCode._FAILED); + } + pay = (int) Math.ceil((double) pay / maxPlayers); + int result = Utility.checkRoomDiamo(jedis0, session, pay); + if (result != 0) { + log.error("publicJoinRoom groupId:" + groupId + " no diamo"); + throw new WebException(result); + } + } + + log.info("step4:" + enter_old); + + if (group_bean.ban == 1) { + throw new WebException(ErrorCode.GROUP_BAN); + } + GroupPlayBean gpb = GroupCache.getPlay(groupId, gpid); + if (gpb == null || gpb.ban == 1) { + throw new WebException(ErrorCode.GROUP_BAN_PLAY); + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock2 = new RedisLock(gm_key, jedis10); + try { + lock2.lock(); + List list = jedis10.hmget(gm_key, "ban", "hp"); + String ban = list.get(0); + if (StringUtil.isNotEmpty(ban) && ban.equals("1")) { + throw new WebException(ErrorCode.GROUP_MEMBER_BAN); + } + log.info("step5:" + enter_old); + + String ban_key = "ban{" + groupId + "}:" + uid; + Set ban_set = Redis.use("group1_db11").smembers(ban_key); + if (ban_set.size() > 0) { + String players = room_list.get(12); + if (StringUtil.isNotEmpty(players)) { + ITArray arr = TArray.newFromJsonData(players); + for (int i = 0; i < arr.size(); ++i) { + String tem = arr.getInt(i) + ""; + if (ban_set.contains(tem)) { + throw new WebException(ErrorCode.GROUP_BAN_DESK); + } + } + } + } + log.info("step6:" + enter_old); + +// long uid_hp = Long.parseLong(jedis10.hget(gm_key, "hp")); + long uid_hp = Optional.ofNullable(jedis10.hget(gm_key, "hp")) + .map(String::trim) + .filter(s -> !s.isEmpty()) + .map(Long::valueOf) + .orElse(1L); + System.out.println("uid_hp:----值"+uid_hp); + log.info("step6-1:" + enter_old); + log.info("uid_hp:" + uid_hp); + + if (uid_hp > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } +// if (uid_hp <= 0) { +// throw new WebException(ErrorCode.GROUP_LIMIT_NO_HP); +// } + + if (hpOnOff == 1) { + log.info("step6-2:" + enter_old); + + String hp = list.get(1); + String limitInRoom = room_list.get(2); + log.info("step6-3:" + enter_old); + if (hp == null){ + hp = "1"; + } + if (Long.parseLong(hp) > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + + boolean pass = Redis.use("group1_db1").sismember("pass_games", gameId + ""); + if (!pass && StringUtil.isNotEmpty(limitInRoom)) { + if (Integer.parseInt(hp) < Integer.parseInt(limitInRoom)) { + throw new WebException(ErrorCode.GROUP_LIMIT_NO_HP); + } + } + } + jedis0.hset(session, "room", finalRoom); + log.info("step7:" + enter_old); + + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + log.error("gmb:" + gmb); + + List t_list = Utility.getMemberParents(jedis10, groupId, uid, true); + log.error("publicJoinRoom t_list:" + t_list); + + if (t_list != null) { + // 奖励还是佣金? + ITArray list1 = TArray.newInstance(); + String p_reward_key = GroupCache.genRewardKey(groupId, gpid); + String p_xipai_reward_key = GroupCache.genXiPaiRewardKey(groupId, gpid); + for (Integer par : t_list) { + log.error("p_reward_key:" + p_reward_key); + log.error("par.toString():" + par.toString()); + + Double val = jedis10.zscore(p_reward_key, par.toString()); + log.info("val:" + val); + + int r = 0; + if (val != null) { + r = val.intValue(); + } + int x = 0; + Double xipai_val = jedis10.zscore(p_xipai_reward_key, par.toString()); + if (xipai_val != null) { + x = xipai_val.intValue(); + } + if (r > 0 || x > 0) { + ITObject obj = TObject.newInstance(); + obj.putInt("p", par); + if (r > 0) { + obj.putInt("r", r); + } + if (x > 0) { + obj.putInt("x", x); + } + list1.addTObject(obj); + } + } + log.info("list1.toJson():" + list1.toJson()); + + jedis0.hset(finalRoom, "prs_" + uid, list1.toJson()); + } + } finally { + lock2.unlock(); + } + } + + ITObject resData = TObject.newInstance(); + resData.putString("room_id", finalRoom.replace("room:", "")); + resData.putInt("hp_times", hp_times); + ITObject gameObj = gb.getTObject(); + resData.putTObject("game_info", gameObj); + resData.putInt("status", _status); + List server_ip = jedis0.hmget(svr, "ip", "port", "intranet"); + log.info("server_ip:" + server_ip); + // resData.putString("server_ip", server_ip.get(0)); + resData.putString("server_ip", server_ip.get(2)); + resData.putString("server_port", server_ip.get(1)); + resData.putInt("groupId", groupId); + resData.putInt("pid", gpid); + resData.putInt("hpOnOff", hpOnOff); + resData.putBoolean("ban_chat1", group_bean.ban_chat1); + resData.putBoolean("ban_chat2", group_bean.ban_chat2); + String lev_str = Redis.use("group1_db10").hget(gm_key, "lev"); + int lev = 3; + if (StringUtil.isNotEmpty(lev_str)) { + lev = Integer.parseInt(lev_str); + } + resData.putInt("lev", lev); + return resData; + } finally { + if (lock != null) + lock.unlock(false); + jedis0.close(); + } + } + + /** + * 加入房间 + * + * @param groupId + * @param roomid + * @param session + * @param platform + * @return + * @throws Exception + */ + public static ITObject joinRoom(int groupId, String roomid, String session, String platform) throws Exception { + log.error("玩家进入房间-begin"); + + String grooms_key = GroupCache.genRoomsKey(groupId); + String room_key = roomid; + Long tem = Redis.use("group1_db11").zrank(grooms_key, room_key); + if (tem == null) { + throw new WebException(ErrorCode.NO_ROOM_NUM); + } + + List room_list = Redis.use("group1_db0").hmget(room_key, "fake"); + String fake_json = room_list.get(0); + if (fake_json != null) { + log.error("fake_json:" + fake_json + " is null"); + + throw new WebException(ErrorCode.ROOM_CLOSE); + } + AccountBean acc = AccountCache.getAccount(session); + log.error("玩家进入房间:" + acc.id); + + List s_list = Redis.use("group1_db0").hmget(session, "regTime"); + String robotInfo = s_list.get(0); + if (StringUtil.isNotEmpty(robotInfo) && robotInfo.equals("9999")) { + log.error("robot:" + acc.id + " match room error"); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + int uid = AccountCache.getAccount(session).id; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + List t_list = Utility.getMemberParents(jedis10, groupId, uid, true); + jedis10.close(); + + if (t_list != null) { + // 判断阀值 + for (Integer par : t_list) { + // get aoto_score + String gm_par_key = GroupMemberCache.genKey(groupId, par); + String autoscore1 = Redis.use("group1_db10").hget(gm_par_key, "autoscore"); + Integer autoscore = 0; + if (!StringUtil.isEmpty(autoscore1)) { + autoscore = Integer.parseInt(autoscore1); + } + +// if (autoscore > 0) { +// ITObject totalHp = GroupService.getHpTotal(groupId, par, 30); +// Long hp = totalHp.getLong("hp"); +// if (hp < autoscore) { +// throw new WebException(ErrorCode.GROUP_PARTNER_HP_NOT_ENOUGH); +// } +// } + } + } + + boolean xingyuhao = false; + if (Redis.use("group1_db1").sismember("gods", Integer.toString(uid))) { + xingyuhao = true; + } + + if (xingyuhao) { + boolean isSpecialGods = false; + { + String specail = Redis.use("group1_db1").hget("gods_special", Integer.toString(uid)); + if (StringUtil.isNotEmpty(specail)) { + isSpecialGods = true; + } + } + + { + List player_list = Redis.use("group1_db0").hmget(room_key, "players"); + + String players_json = player_list.get(0); + if (StringUtil.isNotEmpty(players_json)) { + ITArray players = TArray.newFromJsonData(players_json); + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (player_id == uid) + continue; + + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + boolean isPlayerSpecialGods = false; + String specail = Redis.use("group1_db1").hget("gods_special", Integer.toString(player_id)); + if (StringUtil.isNotEmpty(specail)) { + isPlayerSpecialGods = true; + } + + if (!isSpecialGods && isPlayerSpecialGods) { + + } else { + if (isSpecialGods && isPlayerSpecialGods) { + + } else { + log.error("xingyun:" + acc.id + " can't join rooms:" + room_key + + " xingyun playerId:" + player_id); + throw new WebException(ErrorCode.GROUP_BAN_DESK); + } + } + } + } + } + } + } + + try { + ITObject resData = publicJoinRoom(groupId, session, room_key, platform); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + jedis11.zremrangeByScore(grooms_key, 0, 0); + jedis11.close(); + return resData; + } catch (WebException e) { + if (e.getCode() == ErrorCode.GROUP_ROOM_DEL || e.getCode() == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room_key); + } + throw e; + } finally { + + } + } + + /** + * 匹配房间 + * + * @param groupId + * @param pid + * @param session + * @param platform + * @return + * @throws Exception + */ + public static Object matchRoom(int groupId, int pid, String session, String platform, boolean is_null) + throws Exception { + int min_value = pid * 10000 + 1101; + int max_value = pid * 10000 + (is_null ? 1101 : 9999); + String grooms_key = GroupCache.genRoomsKey(groupId); + ITObject resData = null; + Set rooms = null; + Jedis jedis = Redis.use("group1_db11").getJedis(); + try { + rooms = jedis.zrevrangeByScore(grooms_key, max_value, min_value); + Set delRooms = new HashSet(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "fake"); + + String fake_json = room_list.get(0); + if (fake_json == null) { + continue; + } + + delRooms.add(room); + } + rooms.removeAll(delRooms); + } finally { + jedis.close(); + } + + boolean isWhite = false; + boolean isBlack = false; + boolean xingyuhao = false; + AccountBean acc = AccountCache.getAccount(session); + List s_list = Redis.use("group1_db0").hmget(session, "regTime"); + String robotInfo = s_list.get(0); + if (StringUtil.isNotEmpty(robotInfo) && robotInfo.equals("9999")) { + log.error("robot:" + acc.id + " match room error"); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + int uid = acc.id; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + List t_list = Utility.getMemberParents(jedis10, groupId, uid, true); + String gm_keyx = GroupMemberCache.genKey(groupId, uid); + String blackx = jedis10.hget(gm_keyx, "black"); + if (StringUtil.isNotEmpty(blackx) && blackx.equals("2")) { + isWhite = true; + } + if (StringUtil.isNotEmpty(blackx) && blackx.equals("1")) { + isBlack = true; + } + jedis10.close(); + + if (t_list != null) { + // 判断阀值 + for (Integer par : t_list) { + // get aoto_score + String gm_par_key = GroupMemberCache.genKey(groupId, par); + String autoscore1 = Redis.use("group1_db10").hget(gm_par_key, "autoscore"); + Integer autoscore = 0; + if (!StringUtil.isEmpty(autoscore1)) { + autoscore = Integer.parseInt(autoscore1); + } + +// if (autoscore > 0) { +// ITObject totalHp = GroupService.getHpTotal(groupId, par, 30); +// Long hp = totalHp.getLong("hp"); +// if (hp < autoscore) { +// throw new WebException(ErrorCode.GROUP_PARTNER_HP_NOT_ENOUGH); +// } +// } + } + } + + if (Redis.use("group1_db1").sismember("gods", Integer.toString(uid))) { + xingyuhao = true; + } + + if (xingyuhao) { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "players"); + + String players_json = room_list.get(0); + if (players_json == null) { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (player_id == uid) + continue; + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if (StringUtil.isNotEmpty(black) && black.equals("2")) { + haswhite = true; + } + if (StringUtil.isNotEmpty(black) && black.equals("1")) { + hasblack = true; + } + } + + if (haswhite) { + whiteRooms.add(room); + } + if (hasblack) { + blackRooms.add(room); + } + if (haswhite == false && hasblack == false) { + genralRooms.add(room); + } + } + + if (blackRooms.size() == 0) { + blackRooms.addAll(genralRooms); + // if (blackRooms.size() == 0) + // { + // blackRooms.addAll(whiteRooms); + // } + } + + if (blackRooms.size() > 0) { + Collections.shuffle(blackRooms); + + for (String room : blackRooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } else if (isWhite) { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "players"); + + String players_json = room_list.get(0); + if (players_json == null) { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if (StringUtil.isNotEmpty(black) && black.equals("2")) { + haswhite = true; + } + if (StringUtil.isNotEmpty(black) && black.equals("1")) { + hasblack = true; + } + } + + if (haswhite) { + whiteRooms.add(room); + } + if (hasblack) { + blackRooms.add(room); + } + if (hasblack == false && haswhite == false) { + genralRooms.add(room); + } + } + + if (blackRooms.size() == 0) { + blackRooms.addAll(genralRooms); + if (blackRooms.size() == 0) { + blackRooms.addAll(whiteRooms); + } + } + + if (blackRooms.size() > 0) { + Collections.shuffle(blackRooms); + + for (String room : blackRooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } else { + for (String room : rooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } else if (isBlack) { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "players"); + + String players_json = room_list.get(0); + if (players_json == null) { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if (StringUtil.isNotEmpty(black) && black.equals("1")) { + hasblack = true; + } + if (StringUtil.isNotEmpty(black) && black.equals("2")) { + haswhite = true; + } + } + + if (haswhite) { + whiteRooms.add(room); + } + if (hasblack) { + blackRooms.add(room); + } + if (haswhite == false && hasblack == false) { + genralRooms.add(room); + } + } + + if (whiteRooms.size() == 0) { + whiteRooms.addAll(genralRooms); + if (whiteRooms.size() == 0) { + whiteRooms.addAll(blackRooms); + } + } + + if (whiteRooms.size() > 0) { + Collections.shuffle(whiteRooms); + + for (String room : whiteRooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } else { + for (String room : rooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } else { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "players"); + + String players_json = room_list.get(0); + if (players_json == null) { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if (StringUtil.isNotEmpty(black) && black.equals("1")) { + hasblack = true; + } + if (StringUtil.isNotEmpty(black) && black.equals("2")) { + haswhite = true; + } + } + + if (haswhite) { + whiteRooms.add(room); + } + if (hasblack) { + blackRooms.add(room); + } + if (hasblack == false && haswhite == false) { + genralRooms.add(room); + } + } + + if (genralRooms.size() == 0) { + genralRooms.addAll(blackRooms); + if (genralRooms.size() == 0) { + genralRooms.addAll(whiteRooms); + } + } + + if (genralRooms.size() > 0) { + Collections.shuffle(genralRooms); + + for (String room : genralRooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } else { + for (String room : rooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } + +// if (resData == null) { +// String key = createGroupRooms(session, groupId, pid); +// System.out.println("创建房间-------" + session + "----------" + groupId + "----------" + pid); +// resData = joinRoom(groupId, key, session, platform); +// } +// return resData; + String key = createGroupRooms(session, groupId, pid); + System.out.println("key +++++++++++++++++" + key); + return key; + + } + + public final static ITObject createGroupRoom(String session, int groupId, int pid) throws Exception { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + String playKey = "g{" + groupId + "}:play:" + pid; + try { + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + if (gpb == null) { + throw new WebException(ErrorCode.GROUP_PLAY_EXIST); + } + + int gameId = gpb.gameId; + GameBean gb = GameCache.getGame(gameId); + String svr = _getSvr(jedis0, gb); + if (svr == null) { + log.error("createGroupRoom gameId:" + gameId + " svr:" + svr); + throw new WebException(ErrorCode.NO_SERVICE); + } + + String grooms_key = GroupCache.genRoomsKey(groupId); + GroupBean group = GroupCache.getGroup(groupId); + ITObject configData = TObject.newFromJsonData(gpb.config); + int maxPlayers = gpb.maxPlayers; + + int opt = configData.getInt("opt"); + + String owner_session = AccountCache.genKey(group.owner); + Integer pay = gb.pay.get("pay" + opt + "_" + maxPlayers); + if (pay == null) { + log.warn("pay no set!"); + throw new WebException(ErrorCode._FAILED); + } + + if (pay > 0) { + ArrayList result_list = Utility.payDiamo(jedis0, owner_session, pay); + if (result_list == null) { + throw new WebException(ErrorCode._FAILED); + } + long result = result_list.get(0); + if (result != 0) { + log.error("createGroupRoom groupId:" + groupId + " pid:" + pid + " group.owner:" + group.owner + + " no diamo"); + throw new WebException(ErrorCode.NO_DIAMO); + } + long cur_diamo = result_list.get(1); + Utility.payDiamo(EventType.REDIS_EVENT_GROUP_ROOM, group.owner, gameId, pay, (int) cur_diamo, groupId, + pid); + } + + int dissolve_opt = group.dissolve_opt; + int kick_opt = group.kick_opt; + + String newRoomId = Redis.use("group1_db1").rpop("free_room"); + Redis.use("group1_db1").lpush("free_room", newRoomId); + String room_key = "room:" + newRoomId; + + long time = System.currentTimeMillis() / 1000; + Map roomMap = new HashMap(); + roomMap.put("id", newRoomId); + roomMap.put("owner", owner_session); + roomMap.put("svr", svr); + roomMap.put("AA", "0"); + roomMap.put("pay", pay + ""); + roomMap.put("agent", "1"); + roomMap.put("group", groupId + ""); + roomMap.put("gpid", pid + ""); + roomMap.put("payer", group.owner + ""); + roomMap.put("maxPlayers", maxPlayers + ""); + roomMap.put("times", gb.opt.get(opt) + ""); + roomMap.put("opt", opt + ""); + roomMap.put("status", "0"); + roomMap.put("hpOnOff", gpb.hpOnOff + ""); + roomMap.put("rewardType", gpb.rewardType + ""); + roomMap.put("rewardValueType", gpb.rewardValueType + ""); + roomMap.put("xipai_rewardType", gpb.xipai_rewardType + ""); + roomMap.put("xipai_rewardValueType", gpb.xipai_rewardValueType + ""); + roomMap.put("dismiss_time", DISMISS_TIME[dissolve_opt - 1]); + roomMap.put("kick_time", KICK_TIME[kick_opt - 1]); + roomMap.put("hp_times", gpb.hp_times + ""); + if (gpb.hpOnOff == 1) { + ITObject hpObj = TObject.newFromJsonData(gpb.hpConfig); + if (hpObj.getInt("limitInRoom") != null) { + roomMap.put("limitInRoom", hpObj.getInt("limitInRoom") + ""); + } + configData.putTObject("hpData", hpObj); + } + + configData.del("opt"); + configData.del("AA"); + roomMap.put("options", configData.toJson()); + roomMap.put("game", gameId + ""); + roomMap.put("open", "1"); + roomMap.put("round", "0"); + roomMap.put("create_time", time + ""); + roomMap.put("cache_ver", "1"); + jedis0.hmset(room_key, roomMap); + String leftover_robot = jedis11.hget(playKey, "leftover_robot"); + int count =Integer.parseInt(leftover_robot)-1; + jedis11.hset(playKey, "robot_leftover", String.valueOf(count)); + + ITObject resData = TObject.newInstance(); + resData.putInt("gameId",gameId); + resData.putString("roomId",newRoomId); + /** + * pid open status 剩余空位 11 1 1 00 + */ + + String fake = jedis0.hget(room_key, "fake"); + if (StringUtil.isNotEmpty(fake)) { + log.info("create room:" + newRoomId + " session:" + session + " fake:" + fake + " pay:" + pay + + " players:" + jedis0.hget(room_key, "players")); + Redis.use().hset(room_key, "status", 3 + ""); + Redis.use().hincrBy(room_key, "cache_ver", 1); + Redis.use().expire(room_key, 20); + } else { + Redis.use("group1_db11").zadd(grooms_key, pid * 10000 + 1101, room_key); +// GroupPublisherService.addRoomEvt(groupId, newRoomId); + } + return resData; + + + } finally { + jedis0.close(); + } + + } + private final static String createGroupRooms(String session, int groupId, int pid) throws Exception { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + + + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + System.out.println("gph+++++++++++++++++++++++++++" + gpb); + if (gpb == null) { + throw new WebException(ErrorCode.GROUP_PLAY_EXIST); + } + + int gameId = gpb.gameId; + GameBean gb = GameCache.getGame(gameId); + String svr = _getSvr(jedis0, gb); + System.out.println("gameId +++++" +gameId); + System.out.println("svr +++++" + gameId); + if (svr == null) { + log.error("createGroupRoom gameId:" + gameId + " svr:" + svr); + throw new WebException(ErrorCode.NO_SERVICE); + } + + String grooms_key = GroupCache.genRoomsKey(groupId); + GroupBean group = GroupCache.getGroup(groupId); + ITObject configData = TObject.newFromJsonData(gpb.config); + int maxPlayers = gpb.maxPlayers; + + int opt = configData.getInt("opt"); + + String owner_session = AccountCache.genKey(group.owner); + Integer pay = gb.pay.get("pay" + opt + "_" + maxPlayers); + + + if (pay == null) { + log.warn("pay no set!"); + throw new WebException(ErrorCode._FAILED); + } + + if (pay > 0) { + ArrayList result_list = Utility.payDiamo(jedis0, owner_session, pay); + if (result_list == null) { + throw new WebException(ErrorCode._FAILED); + } + long result = result_list.get(0); + if (result != 0) { + log.error("createGroupRoom groupId:" + groupId + " pid:" + pid + " group.owner:" + group.owner + + " no diamo"); + throw new WebException(ErrorCode.NO_DIAMO); + } + long cur_diamo = result_list.get(1); + Utility.payDiamo(EventType.REDIS_EVENT_GROUP_ROOM, group.owner, gameId, pay, (int) cur_diamo, groupId, + pid); + } + + int dissolve_opt = group.dissolve_opt; + int kick_opt = group.kick_opt; + + String newRoomId = Redis.use("group1_db1").rpop("free_room"); + Redis.use("group1_db1").lpush("free_room", newRoomId); + String room_key = "room:" + newRoomId; + + long time = System.currentTimeMillis() / 1000; + Map roomMap = new HashMap(); + roomMap.put("id", newRoomId); + roomMap.put("owner", owner_session); + roomMap.put("svr", svr); + roomMap.put("AA", "0"); + roomMap.put("pay", pay + ""); + roomMap.put("agent", "1"); + roomMap.put("group", groupId + ""); + roomMap.put("gpid", pid + ""); + roomMap.put("payer", group.owner + ""); + roomMap.put("maxPlayers", maxPlayers + ""); + roomMap.put("times", gb.opt.get(opt) + ""); + roomMap.put("opt", opt + ""); + roomMap.put("status", "0"); + roomMap.put("hpOnOff", gpb.hpOnOff + ""); + roomMap.put("rewardType", gpb.rewardType + ""); + roomMap.put("rewardValueType", gpb.rewardValueType + ""); + roomMap.put("xipai_rewardType", gpb.xipai_rewardType + ""); + roomMap.put("xipai_rewardValueType", gpb.xipai_rewardValueType + ""); + roomMap.put("dismiss_time", DISMISS_TIME[dissolve_opt - 1]); + roomMap.put("kick_time", KICK_TIME[kick_opt - 1]); + roomMap.put("hp_times", gpb.hp_times + ""); + if (gpb.hpOnOff == 1) { + ITObject hpObj = TObject.newFromJsonData(gpb.hpConfig); + if (hpObj.getInt("limitInRoom") != null) { + roomMap.put("limitInRoom", hpObj.getInt("limitInRoom") + ""); + } + configData.putTObject("hpData", hpObj); + } + + configData.del("opt"); + configData.del("AA"); + roomMap.put("options", configData.toJson()); + roomMap.put("game", gameId + ""); + roomMap.put("open", "1"); + roomMap.put("round", "0"); + roomMap.put("create_time", time + ""); + roomMap.put("cache_ver", "1"); + jedis0.hmset(room_key, roomMap); + + /** + * pid open status 剩余空位 11 1 1 00 + */ + + String fake = jedis0.hget(room_key, "fake"); + if (StringUtil.isNotEmpty(fake)) { + log.info("create room:" + newRoomId + " session:" + session + " fake:" + fake + " pay:" + pay + + " players:" + jedis0.hget(room_key, "players")); + Redis.use().hset(room_key, "status", 3 + ""); + Redis.use().hincrBy(room_key, "cache_ver", 1); + Redis.use().expire(room_key, 20); + } else { + Redis.use("group1_db11").zadd(grooms_key, pid * 10000 + 1101, room_key); +// GroupPublisherService.addRoomEvt(groupId, newRoomId); + } + return room_key; + } finally { + jedis0.close(); + } + + } + + /** + * 删除房间 + * + * @param groupId + * @param roomId + * @return + * @throws Exception + */ + public static final ITObject delRoom(int groupId, String roomId) throws Exception { + String tag_key = "room:" + roomId; + Jedis jedis0 = Redis.use("group1_db0").getJedis(); +// String svr = StringUtil.Empty; + + RedisLock lock = new RedisLock(tag_key, jedis0); + try { + lock.lock(); + List list = jedis0.hmget(tag_key, "AA", "payer", "pay", "group", "game", "status", "gpid", "fake", + "players"); + String status = list.get(5); + if (StringUtil.isEmpty(status)) { + throw new WebException(ErrorCode.NO_ROOM_NUM); + } + int _status = Integer.parseInt(status); + if (_status == 2 || _status == 3) { + throw new WebException(ErrorCode.GROUP_ROOM_DEL); + } + String group = list.get(3); + int _gid = 0; + if (StringUtil.isNotEmpty(group)) { + _gid = Integer.parseInt(group); + } + + String strGpid = list.get(6); + int _gpid = 0; + if (StringUtil.isNotEmpty(strGpid)) { + _gpid = Integer.parseInt(strGpid); + } + if (_gid != groupId) { + throw new WebException(ErrorCode.GROUP_NOT_CURGROUP_ROOM); + } + String strFake = list.get(7); + if (_status == 0) { + if (strFake == null) { + int gameId = Integer.parseInt(list.get(4)); + boolean pay_AA = Integer.parseInt(list.get(0)) == 1; + if (!pay_AA) { + int payer = Integer.parseInt(list.get(1)); + int pay = Integer.parseInt(list.get(2)); + Utility.payDiamo(EventType.REDIS_EVENT_BACK_PAY, payer, gameId, pay, groupId, _gpid); + } + } + } + if (strFake != null) { + try { + ITArray players = TArray.newFromJsonData(list.get(8)); + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + Redis.use("group1_db1").srem("used_robot", Integer.toString(player_id)); + // Redis.use("group1_db1").sadd("free_robot", Integer.toString(player_id)); + + } + } catch (Exception e) { + + } + } + jedis0.hset(tag_key, "status", "2"); + BaseCache.updateCacheVer(jedis0, tag_key); + GroupPublisherService.delRoomEvt(groupId, roomId); +// svr = jedis0.hget(tag_key, "svr"); +// +// List server_ip = Redis.use("group1_db0").hmget(svr, "ip", "port"); +// String ip = server_ip.get(0); +// if(StringUtil.isEmpty(ip)) { +// throw new WebException(ErrorCode.NO_SERVICE); +// } +// String port =server_ip.get(1); + ITObject obj = TObject.newInstance(); +// obj.putString("ip", ip); +// obj.putInt("port", Integer.parseInt(port)); + return obj; + } finally { + lock.unlock(); + } + + } +} diff --git a/libs/robot_common/src/main/java/taurus/client/business/RoomBusiness.java b/libs/robot_common/src/main/java/taurus/client/business/RoomBusiness.java new file mode 100644 index 0000000..6365196 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/business/RoomBusiness.java @@ -0,0 +1,135 @@ +package taurus.client.business; + +import com.data.util.ErrorCode; +import com.robot.Global; +import com.robot.MainServer; +import com.robot.data.JoinRoomData; +import com.robot.data.Room; +import com.google.gson.Gson; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.data.Session; +import redis.clients.jedis.Jedis; + +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +/** + * 房间管理类 + * + * + */ +public class RoomBusiness { + + public ConcurrentHashMap tableMap; + + public RoomBusiness() { + this.tableMap = new ConcurrentHashMap(); + } + /** + * 进入房间 + * + * @param sender + * @param session_key + * @param gid + */ + public void joinRoom(Session sender, String session_key, int gid, String gps_pos) { + Jedis jedis = Redis.use().getJedis(); + try { + if (!jedis.exists(session_key)) { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + + String room_key = jedis.hget(session_key, "room"); + if (StringUtil.isEmpty(room_key)) { + MainServer.instance.sendResponse(gid, ErrorCode.NO_ROOM_NUM, null, sender); + return; + } + Map room_map = null; + RedisLock lock = new RedisLock(room_key, jedis); + try { + lock.lock(); + room_map = jedis.hgetAll(room_key); + String status = room_map.get("status"); + if (StringUtil.isEmpty(status)) { + Global.gameCtr.delRoomSeat(session_key, room_key); + MainServer.instance.sendResponse(gid, ErrorCode.NO_ROOM_NUM, null, sender); + return; + } + if (status.equals("3") || status.equals("2")) { + Global.gameCtr.delRoomSeat(session_key, room_key); + MainServer.instance.sendResponse(gid, ErrorCode.GROUP_ROOM_DEL, null, sender); + return; + } + +// if (Global.gameId != Integer.parseInt(room_map.get("game"))) { +//// Global.logger.error("joinRoom gameId:"+Global.gameId+" != gameId:" + Integer.parseInt(room_map.get("game"))); +// MainServer.instance.sendResponse(gid, ErrorCode.NO_SERVICE, null, sender); +// return; +// } + String room_id = room_map.get("id"); + Room room = null; + if (this.tableMap.containsKey(room_id)) { + room = this.tableMap.get(room_id); + if (room.isDestroy) { + MainServer.instance.sendResponse(gid, ErrorCode._FAILED, null, sender); + return; + } + } else { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + Gson gson = new Gson(); + String json = jedis0.get("robot_" + room_id); + System.out.println("json:"+json); + room = gson.fromJson(json, Room.class); + System.out.println("room:" + room); +// room = MainServer.instance.newRoom(room_id, room_map); + room.loadRedisPlayer(); + this.tableMap.put(room_id, room); + room.start(); +// room.stateMachine.changeState(Global.getState(RoomReloadState.class)); + } + if (room.isActive() == false) { + room.start(); + } + + sender.setHashId(session_key); + final JoinRoomData jrd = new JoinRoomData(); + jrd.room = room; + jrd.session_key = session_key; + jrd.sender = sender; + jrd.gps_pos = gps_pos; + Global.gameCtr.joinRoom(jrd, gid); + + } finally { + lock.unlock(false); + } + } catch (Exception e) { + e.printStackTrace(); +// Global.logger.error(e); + MainServer.instance.sendResponse(gid, 500, null, sender); + } finally { + jedis.close(); + } + } + + /** + * 解散房间 + * + * @param roomid 房间ID + */ + public void dismissRoom(String roomid, boolean sendEvt) { + Room room = this.tableMap.get(roomid); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock(room.room_key, jedis0); + try { + lock.lock(); + room.destroy(sendEvt); + this.tableMap.remove(roomid); + } finally { + lock.unlock(); + } + } + +} diff --git a/libs/robot_common/src/main/java/taurus/client/io/IOHandler.java b/libs/robot_common/src/main/java/taurus/client/io/IOHandler.java new file mode 100644 index 0000000..27e39c3 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/io/IOHandler.java @@ -0,0 +1,251 @@ +package taurus.client.io; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.ByteArray; +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import taurus.client.SocketCode; + +import java.io.IOException; + +/** + * 鍗忚鍖呭瓧鑺傛祦瑙f瀽 + * + * @author daixiwei daixiwei15@126.com + * + */ +class IOHandler { + private final Logger logger = Logger.getLogger(IOHandler.class); + private static final String ACTION_ID = "a"; + private static final String PARAM_ID = "p"; + static final int INT_BYTE_SIZE = 4; + + private static final ByteArray EMPTY_BUFFER = new ByteArray(); + private int _skipBytes = 0; + private ByteArray _buffer; + private int _expectedLength = -1; + private boolean _compressed = false; + + private SocketEngine _engine; + private SystemController _controller; + + /** + * 璇诲彇鐘舵€? + */ + private PacketReadState _readState = PacketReadState.WAIT_NEW_PACKET; + + IOHandler(SocketEngine client, SystemController controller) { + _engine = client; + _controller = controller; + } + + /** + * + * @param data + * @return + * @throws IOException + */ + private ByteArray handleDataSize(ByteArray data) throws Exception { + int num = data.readInt(); + int pos = INT_BYTE_SIZE; + if (num != -1) { + _expectedLength = num; + data = resizeByteArray(data, pos, data.length() - pos); + _readState = PacketReadState.WAIT_DATA; + return data; + } + _readState = PacketReadState.WAIT_DATA_SIZE_FRAGMENT; + _buffer.writeBytes(data.bytes()); + data = EMPTY_BUFFER; + return data; + } + + /** + * + * @param data + * @return + * @throws IOException + */ + private ByteArray handleDataSizeFragment(ByteArray data) throws Exception { + int count = INT_BYTE_SIZE - _buffer.length(); + if (data.length() >= count) { + _buffer.writeBytes(data.bytes(), 0, count); + int num2 = INT_BYTE_SIZE; + ByteArray array = new ByteArray(); + array.writeBytes(_buffer.bytes(), 0, num2); + array.position(0); + int num3 = array.readInt(); + _expectedLength = num3; + _buffer = new ByteArray(); + _readState = PacketReadState.WAIT_DATA; + if (data.length() > count) { + data = resizeByteArray(data, count, data.length() - count); + return data; + } + data = EMPTY_BUFFER; + return data; + } + _buffer.writeBytes(data.bytes()); + data = EMPTY_BUFFER; + return data; + } + + /** + * + * @param data + * @return + */ + private ByteArray handleInvalidData(ByteArray data) { + if (_skipBytes == 0) { + _readState = PacketReadState.WAIT_NEW_PACKET; + return data; + } + int pos = Math.min(data.length(), _skipBytes); + data = resizeByteArray(data, pos, data.length() - pos); + _skipBytes -= pos; + return data; + } + + /** + * + * @param data + * @return + */ + private ByteArray handleNewPacket(ByteArray data) throws Exception { + _buffer = new ByteArray(); + _expectedLength = -1; + _compressed = data.readByte() > 0; + data = resizeByteArray(data, 1, data.length() - 1); + _readState = PacketReadState.WAIT_DATA_SIZE; + return data; + } + + /** + * + * @param data + * @return + */ + private ByteArray handlePacketData(ByteArray data) throws Exception { + int count = _expectedLength - _buffer.length(); + boolean flag = data.length() > count; + ByteArray array = new ByteArray(data.bytes()); + try { + if (data.length() >= count) { + _buffer.writeBytes(data.bytes(), 0, count); + if (_compressed) { + _buffer.uncompress(); + } + dispatchRequest(_buffer); + _readState = PacketReadState.WAIT_NEW_PACKET; + } else { + _buffer.writeBytes(data.bytes()); + } + if (flag) { + data = resizeByteArray(data, count, data.length() - count); + return data; + } + data = EMPTY_BUFFER; + } catch (Exception exception) { + logger.error("Error handling data ", exception); + _skipBytes = count; + _readState = PacketReadState.INVALID_DATA; + return array; + } + return data; + } + + private void dispatchRequest(ByteArray _buffer) throws IOException { + ITObject requestObject = TObject.newFromBinaryData(_buffer.bytes()); + Packet packet = new Packet(); + if (requestObject.isNull(ACTION_ID)) { + throw new IOException("Request rejected: No Action ID in request!"); + } + packet.actionID = requestObject.getByte(ACTION_ID); + packet.parameters = requestObject.getTObject(PARAM_ID); + _controller.handlePacket(packet); + } + + /** + * + * @param data + * @throws IOException + */ + public void onDataRead(ByteArray data) throws IOException { + if (data.length() == 0) { + throw new IOException("Unexpected empty packet data: no readable bytes available!"); + } + + data.position(0); + try { + while (data.length() > 0) { + if (_readState == PacketReadState.WAIT_NEW_PACKET) { + data = handleNewPacket(data); + } else { + if (_readState == PacketReadState.WAIT_DATA_SIZE) { + data = handleDataSize(data); + continue; + } + if (_readState == PacketReadState.WAIT_DATA_SIZE_FRAGMENT) { + data = handleDataSizeFragment(data); + continue; + } + if (_readState == PacketReadState.WAIT_DATA) { + data = handlePacketData(data); + continue; + } + if (_readState == PacketReadState.INVALID_DATA) { + data = handleInvalidData(data); + } + } + } + } catch (Exception e) { + this.logger.error(e); + } + + } + + /** + * + * @param packet + * @throws IOException + */ + public void onDataWrite(Packet packet) throws IOException { + ByteArray binData = new ByteArray(); + + ITObject obj2 = new TObject(); + obj2.putByte(ACTION_ID, (byte) packet.actionID); + obj2.putTObject(PARAM_ID, packet.parameters); + byte[] array2 = obj2.toBinary(); + boolean compression = array2.length > _engine.getProtocolCompression(); + if (compression) { + array2 = Utils.compress(array2); + } + binData.writeByte((byte) (compression ? 1 : 0)); + binData.writeInt(array2.length); + binData.writeBytes(array2); + + if (_engine._socket.isConnected()) { + if (!_engine._socket.send(binData.bytes())) { + _engine.enqueueStatusCallback(SocketCode.SendError); + } + } + } + + /** + * + * @param array + * @param pos + * @param len + * @return + */ + private ByteArray resizeByteArray(ByteArray array, int pos, int len) { + byte[] dst = new byte[len]; + System.arraycopy(array.bytes(), pos, dst, 0, len); + return new ByteArray(dst); + } + + static enum PacketReadState { + WAIT_NEW_PACKET, WAIT_DATA_SIZE, WAIT_DATA_SIZE_FRAGMENT, WAIT_DATA, INVALID_DATA + } +} diff --git a/libs/robot_common/src/main/java/taurus/client/io/ISocket.java b/libs/robot_common/src/main/java/taurus/client/io/ISocket.java new file mode 100644 index 0000000..b0baf26 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/io/ISocket.java @@ -0,0 +1,113 @@ +package taurus.client.io; + +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import taurus.client.SocketCode; + +/** + * Socket核心基类 + * @author daixiwei daixiwei15@126.com + * + */ +public abstract class ISocket { + protected static final Logger logger = Logger.getLogger(ISocket.class); + SocketEngine _engine; + /** + * 当前socket状态 + */ + public volatile SocketState state = SocketState.Disconnected; + /** + * 服务器地址 + */ + protected String serverAddress; + /** + * 服务器端口 + */ + protected int serverPort; + + /** + * 网络链接状态 + * @return + */ + public boolean isConnected() { + return state == SocketState.Connected; + } + + public ISocket(SocketEngine peerBase) { + if (peerBase == null) { + throw new RuntimeException("Can't init without peer"); + } + this._engine = peerBase; + } + + public boolean connect() { + boolean result; + if (state != SocketState.Disconnected) { + logger.error("Calling connect when the socket is not disconnected"); + result = false; + } else if (_engine == null) { + result = false; + } else if (!tryParseAddress(_engine.getServerAddress())) { + logger.error("Failed parsing address: " + _engine.getServerAddress()); + result = false; + } else { + result = true; + } + return result; + } + + /** + * 断开连接 + * @return + */ + public abstract boolean disconnect(); + + /** + * 发送流数据 + * @param data + * @return + */ + public abstract boolean send(byte[] data); + + protected void handleException(SocketCode statusCode) { + state = SocketState.Disconnecting; + _engine.enqueueStatusCallback(statusCode); + _engine.enqueueActionForDispatch(new Runnable() { + @Override + public void run() { + disconnect(); + } + }); + } + + /** + * 解析网络地址 + * @param addressAndPort + * @param address + * @param port + * @return + */ + protected boolean tryParseAddress(String addressAndPort) { + boolean result = true; + if (StringUtil.isEmpty(addressAndPort)) { + result = false; + } else { + int num = addressAndPort.lastIndexOf(':'); + if (num <= 0) { + result = false; + } else if (addressAndPort.indexOf(':') != num && (!addressAndPort.contains("[") || !addressAndPort.contains("]"))) { + result = false; + } else { + serverAddress = addressAndPort.substring(0, num); + String s = addressAndPort.substring(num + 1); + try { + serverPort = Integer.parseInt(s); + } catch (Exception e) { + result = false; + } + } + } + return result; + } + +} diff --git a/libs/robot_common/src/main/java/taurus/client/io/LagMonitor.java b/libs/robot_common/src/main/java/taurus/client/io/LagMonitor.java new file mode 100644 index 0000000..4ab8cfa --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/io/LagMonitor.java @@ -0,0 +1,104 @@ +package taurus.client.io; + +import com.taurus.core.util.Logger; + +import java.io.IOException; +import java.util.*; + + +/** + * 网络监听/心跳 + * @author daixiwei daixiwei15@126.com + * + */ +public class LagMonitor extends TimerTask { + private static final Logger logger = Logger.getLogger(LagMonitor.class); + private int _averagePingTime; + private Timer _pollTimer; + private int _queueSize; + private int _interval; + private boolean _run; + private SocketEngine _engine; + private List _valueQueue; + private Queue write_queue = new LinkedList(); + + public LagMonitor(SocketEngine engine, int interval, int queueSize) { + if (interval < 1) { + interval = 1; + } + _engine = engine; + _valueQueue = new ArrayList(); + _queueSize = queueSize; + _pollTimer = new Timer(); + _interval = interval * 1000; + _averagePingTime = 1000; + } + + public void fnPingPong() { + long w_time = write_queue.poll(); + long item = System.currentTimeMillis() - w_time; + if (_valueQueue.size() >= _queueSize) { + _valueQueue.remove(0); + } + _valueQueue.add(item); + if (_valueQueue.size() == 0) { + _averagePingTime = 0; + } + int num = 0; + for (int i = 0; i < _valueQueue.size(); ++i) { + num += _valueQueue.get(i); + } + _averagePingTime = (num / _valueQueue.size()); + } + + /** + * 启动监听 + */ + public void start() { + if (!isRunning()) { + this._run = true; + _pollTimer.scheduleAtFixedRate(this, 0, _interval); + } + } + + /** + * 停止监听 + */ + public void stop() { + if (isRunning()) { + this._run = false; + _pollTimer.purge(); + } + } + + public void destroy() { + stop(); + _pollTimer.cancel(); + _pollTimer = null; + _engine = null; + } + + /** + * 平均Ping的时间 + * @return + */ + public int getAveragePingTime() { + return _averagePingTime; + + } + + public boolean isRunning() { + return _run; + + } + + @Override + public void run() { + try { + _engine._controller.sendPingPong(); + write_queue.offer(System.currentTimeMillis()); + } catch (IOException e) { + logger.error(e); + } + } +} diff --git a/libs/robot_common/src/main/java/taurus/client/io/Packet.java b/libs/robot_common/src/main/java/taurus/client/io/Packet.java new file mode 100644 index 0000000..c9966c9 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/io/Packet.java @@ -0,0 +1,20 @@ +package taurus.client.io; + +import com.taurus.core.entity.ITObject; + +/** + * 网络协议数据包 + * @author daixiwei daixiwei15@126.com + * + */ +public class Packet { + + /** + * 协议包ID + */ + public int actionID; + /** + * 参数数据 + */ + public ITObject parameters; +} diff --git a/libs/robot_common/src/main/java/taurus/client/io/SocketEngine.java b/libs/robot_common/src/main/java/taurus/client/io/SocketEngine.java new file mode 100644 index 0000000..1036bcf --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/io/SocketEngine.java @@ -0,0 +1,160 @@ +package taurus.client.io; + +import com.taurus.core.util.ICallback; +import com.taurus.core.util.Logger; +import taurus.client.*; +import taurus.client.TaurusClient.ConnectionProtocol; + +import java.io.IOException; +import java.util.LinkedList; +import java.util.Queue; + +/** + * SocketEngine + * + * @author daixiwei daixiwei15@126.com + * + */ +public class SocketEngine implements ISocketLayer { + private static final Logger logger = Logger.getLogger(SocketEngine.class); + + ISocket _socket; + private String _sessionToken; + private String _serverAddress; + + private ICallback _onConnect; + ICallback _onEvent; + private Queue _actionQueue = new LinkedList(); + + SystemController _controller; + LagMonitor _lagMonitor; + IOHandler _packetHandler; + TaurusClient _client; + + public SocketEngine(TaurusClient client) { + _socket = new SocketTcp(this); + _controller = new SystemController(this); + _packetHandler = new IOHandler(this, _controller); + _lagMonitor = new LagMonitor(this, NetManager.TIMEOUT_TIME, 10); + } + + @Override + public void connect(String ip, String game) { + _serverAddress = ip; + _socket.connect(); + } + + @Override + public void disconnect() { + _socket.disconnect(); + if (_lagMonitor != null) + _lagMonitor.destroy(); + _lagMonitor = null; + } + + @Override + public void processEvent() { + if (_socket.isConnected() && _controller.isTimeOut()) { + if (_onConnect != null) + _onConnect.action(SocketCode.TimeoutDisconnect); + return; + } + + while (true) { + Runnable myAction; + synchronized (_actionQueue) { + if (_actionQueue.size() <= 0) { + break; + } + myAction = _actionQueue.poll(); + } + myAction.run(); + } + } + + public void write(Message msg) { + try { + _controller.sendRequest(msg); + } catch (IOException e) { + logger.error(e); + } + } + + void onStatusChanged(SocketCode statusCode) { + if (statusCode != SocketCode.Connect) { + _socket.disconnect(); + this.disconnect(); + } + System.out.println("status : " + statusCode); + logger.info("status : " + statusCode); + if (statusCode == SocketCode.Connect) { + this.onHandshake(); + } else { + if (_onConnect != null) + _onConnect.action(statusCode); + } + } + + void onHandshake() { + _controller.refreshTime(); + _lagMonitor.start(); + if (_onConnect != null) + _onConnect.action(SocketCode.Connect); + } + + void enqueueActionForDispatch(Runnable action) { + synchronized (_actionQueue) { + _actionQueue.offer(action); + } + } + + void enqueueStatusCallback(final SocketCode statusValue) { + synchronized (_actionQueue) { + _actionQueue.offer(new Runnable() { + @Override + public void run() { + onStatusChanged(statusValue); + } + }); + } + } + + + + + public String getServerAddress() { + return _serverAddress; + } + + @Override + public ConnectionProtocol getProtocol() { + return ConnectionProtocol.Tcp; + } + + public int getAveragePingTime() { + return _lagMonitor != null ? _lagMonitor.getAveragePingTime() : 1000; + } + + public void setSession(String session) { + _sessionToken = session == null ? "" : session; + } + + public String getSession() { + return _sessionToken; + + } + + @Override + public void setOnConnect(ICallback onConnect) { + _onConnect = onConnect; + } + + @Override + public void setOnEvent(ICallback onEvent) { + _onEvent = onEvent; + } + + public int getProtocolCompression() { + return 100; + } +} diff --git a/libs/robot_common/src/main/java/taurus/client/io/SocketState.java b/libs/robot_common/src/main/java/taurus/client/io/SocketState.java new file mode 100644 index 0000000..60a2d41 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/io/SocketState.java @@ -0,0 +1,13 @@ +package taurus.client.io; + +/** + * 缃戠粶鐘舵€佹灇涓? + * @author daixiwei daixiwei15@126.com + * + */ +public enum SocketState{ + Disconnected, + Connecting, + Connected, + Disconnecting +} diff --git a/libs/robot_common/src/main/java/taurus/client/io/SocketTcp.java b/libs/robot_common/src/main/java/taurus/client/io/SocketTcp.java new file mode 100644 index 0000000..bd9e12c --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/io/SocketTcp.java @@ -0,0 +1,155 @@ +package taurus.client.io; + +import com.taurus.core.util.ByteArray; +import taurus.client.NetManager; +import taurus.client.SocketCode; + +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.net.InetSocketAddress; +import java.net.Socket; +import java.net.SocketAddress; + +/** + * Tcp协议 Socket核心类 + * @author daixiwei daixiwei15@126.com + * + */ +class SocketTcp extends ISocket { + private static final int READ_BUFFER_SIZE = 0x1000; + private byte[] _byteBuffer = new byte[READ_BUFFER_SIZE]; + + private Socket _connection; + private final Object _syncer = new Object(); + + public SocketTcp(SocketEngine npeer) { + super(npeer); + } + + @Override + public boolean connect() { + if (!super.connect()) { + return false; + } else { + state = SocketState.Connecting; + Thread t = new Thread(new Runnable() { + @Override + public void run() { + connectThread(); + } + }); + t.setName("mpnet connect thread"); + t.start(); + return true; + } + } + + private void connectThread() { + try { + SocketAddress remoteAddr = new InetSocketAddress(serverAddress, super.serverPort); + _connection = new Socket(); + _connection.setTcpNoDelay(true); + _connection.connect(remoteAddr, NetManager.TIMEOUT_TIME * 1000); + state = SocketState.Connected; + _engine.enqueueStatusCallback(SocketCode.Connect); + } catch (Exception ex) { + try { + if (_connection != null) + _connection.close(); + } catch (Exception e) { + logger.error("Connection close error", e); + } + logger.error("Connection error", ex); + handleException(SocketCode.ExceptionOnConnect); + return; + } + Thread _thrSocketReader = new Thread(new Runnable() { + @Override + public void run() { + __read(); + } + }); + _thrSocketReader.start(); + } + + @Override + public boolean disconnect() { + if (state == SocketState.Disconnected) + return false; + state = SocketState.Disconnecting; + synchronized (_syncer) { + if (_connection != null) { + try { + _connection.close(); + } catch (Exception ex) { + logger.error("Disconnect error", ex); + } + _connection = null; + } + } + state = SocketState.Disconnected; + return true; + } + + @Override + public boolean send(byte[] data) { + return __writeSocket(data); + } + + private boolean __writeSocket(byte[] buf) { + if (_connection == null || state != SocketState.Connected) { + logger.error("Trying to write to disconnected socket"); + return false; + } else { + try { + OutputStream outStream = _connection.getOutputStream(); + outStream.write(buf); + outStream.flush(); + } catch (Exception exception2) { + logger.error("General error writing to socket", exception2); + handleException(SocketCode.SendError); + return false; + } + } + return true; + } + + private void __read() { + int size = 0; + while (state == SocketState.Connected) { + try { + try { + InputStream inputStream = _connection.getInputStream(); + size = inputStream.read(_byteBuffer); + } catch (Exception ex) { + throw new TSocketException(SocketCode.ExceptionOnReceive); + } + if (size == 0 || size == -1) { + throw new TSocketException(SocketCode.DisconnectByServer); + } + __handleBinaryData(_byteBuffer, size); + + } catch (TSocketException ex3) { + if (state != SocketState.Disconnecting && state.ordinal() > SocketState.Disconnected.ordinal()) { + logger.error("Receiving failed.: ", ex3); + super.handleException(ex3.socketCode); + } + } catch (Exception ex4) { + if (state != SocketState.Disconnecting && state.ordinal() > SocketState.Disconnected.ordinal()) { + logger.error("Receiving Exception: ", ex4); + super.handleException(SocketCode.ExceptionOnReceive); + } + } + } + + this.disconnect(); + } + + private void __handleBinaryData(byte[] buf, int size) throws IOException { + byte[] dst = new byte[size]; + System.arraycopy(buf, 0, dst, 0, size); + ByteArray array = new ByteArray(dst); + _engine._packetHandler.onDataRead(array); + } +} diff --git a/libs/robot_common/src/main/java/taurus/client/io/SystemController.java b/libs/robot_common/src/main/java/taurus/client/io/SystemController.java new file mode 100644 index 0000000..eb13d35 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/io/SystemController.java @@ -0,0 +1,177 @@ +package taurus.client.io; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import taurus.client.Message; +import taurus.client.MessageResponse; +import taurus.client.NetManager; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +/** + * 协议处理控制器 + * + * @author daixiwei daixiwei15@126.com + * + */ +public class SystemController { + public static final String CONNECT_TOKE = "$t"; + public static final String CONNECT_PROT_COMPRESSION = "$pc"; + public static final String REQUEST_CMD = "$c"; + public static final String REQUEST_GID = "$gi"; + public static final String REQUEST_PARM = "$p"; + public static final String REQUEST_RESULT = "$r"; + + /** + * pingpong + */ + public static final int ACTION_PINGPONG = 0; + /** + * 客户端请求 + */ + public static final int ACTION_REQUST_CMD = 1; + /** + * 服务器事件消息 + */ + public static final int ACTION_EVENT_CMD = 2; + + private SocketEngine _engine; + private long _lastTime; + private List _handleList = new ArrayList(); + private int _tempID; + + public SystemController(SocketEngine client) { + _engine = client; + _lastTime = System.currentTimeMillis(); + } + + private int _getValidID() { + return ++_tempID; + } + + + public void handlePacket(Packet packet) { + _lastTime = System.currentTimeMillis(); + switch (packet.actionID) { + case ACTION_PINGPONG: + fnPingPong(packet); + break; + case ACTION_REQUST_CMD: + fnOperationResponse(packet); + break; + case ACTION_EVENT_CMD: + fnOperationEvent(packet); + break; + } + } + + void sendRequest(Message msg) throws IOException { + Packet packet = new Packet(); + packet.actionID = SystemController.ACTION_REQUST_CMD; + ITObject obj = TObject.newInstance(); + obj.putString(SystemController.REQUEST_CMD, msg.command); + int gid = 0; + if (msg.callback != null) { + gid = _getValidID(); + msg.lastTime = System.currentTimeMillis(); + msg.gid = gid; + synchronized (_handleList) { + _handleList.add(msg); + } + } + obj.putInt(SystemController.REQUEST_GID, gid); + obj.putTObject(SystemController.REQUEST_PARM, msg.param); + packet.parameters = obj; + _engine._packetHandler.onDataWrite(packet); + } + + void sendPingPong() throws IOException { + Packet packet = new Packet(); + packet.actionID = SystemController.ACTION_PINGPONG; + packet.parameters = TObject.newInstance(); + _engine._packetHandler.onDataWrite(packet); + } + + private final void fnOperationResponse(final Packet packet) { + final int gid = packet.parameters.getInt(REQUEST_GID); + final int result = packet.parameters.getInt(REQUEST_RESULT); + ITObject tem = null; + if (packet.parameters.containsKey(REQUEST_PARM)) { + tem = packet.parameters.getTObject(REQUEST_PARM); + } + final ITObject param = tem; + _engine.enqueueActionForDispatch(new Runnable() { + @Override + public void run() { + handleOperationResponse(result, gid, param); + } + }); + } + + private void handleOperationResponse(int result, int gid, ITObject param) { + Message msg = null; + int index = 0; + int len = _handleList.size(); + if (gid > 0) { + for (int i = 0; i < len; ++i) { + if (gid == _handleList.get(i).gid) { + msg = _handleList.get(i); + index = i; + break; + } + } + } + + if (msg != null) { + if (msg.callback != null) { + MessageResponse response = new MessageResponse(); + msg.param = param; + response.messageData = msg; + response.returnCode = result; + msg.callback.action(response); + } + synchronized (_handleList) { + _handleList.remove(index); + } + } + } + + private final void fnOperationEvent(Packet packet) { + final String cmd = packet.parameters.getString(REQUEST_CMD); + ITObject tem = null; + if (packet.parameters.containsKey(REQUEST_PARM)) { + tem = packet.parameters.getTObject(REQUEST_PARM); + } + final ITObject param = tem; + _engine.enqueueActionForDispatch(new Runnable() { + @Override + public void run() { + handleEvent(cmd, param); + } + }); + } + + void handleEvent(String cmd, ITObject param) { + Message msg = new Message(); + msg.command = cmd; + msg.param = param; + if (_engine._onEvent != null) + _engine._onEvent.action(msg); + } + + + private final void fnPingPong(Packet packet) { + _engine._lagMonitor.fnPingPong(); + } + + public boolean isTimeOut() { + return (System.currentTimeMillis() - _lastTime) / 1000 > NetManager.TIMEOUT_TIME; + } + + public void refreshTime() { + _lastTime = System.currentTimeMillis(); + } + +} diff --git a/libs/robot_common/src/main/java/taurus/client/io/TSocketException.java b/libs/robot_common/src/main/java/taurus/client/io/TSocketException.java new file mode 100644 index 0000000..3b01394 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/client/io/TSocketException.java @@ -0,0 +1,23 @@ +package taurus.client.io; + +import taurus.client.SocketCode; + +/** + * 缃戠粶閫氫俊寮傚父 + * @author daixiwei daixiwei15@126.com + * + */ +public class TSocketException extends Exception{ + + /** + * + */ + private static final long serialVersionUID = 1L; + + public SocketCode socketCode; + + public TSocketException(SocketCode code) { + socketCode = code; + } + +} diff --git a/libs/robot_common/src/main/java/taurus/util/CardConfig.java b/libs/robot_common/src/main/java/taurus/util/CardConfig.java new file mode 100644 index 0000000..f67619f --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/util/CardConfig.java @@ -0,0 +1,54 @@ +package taurus.util; + +public enum CardConfig { + DAN( "单牌", Config.TYPE_DANPAI, 1, 1, 1, 1, 0), + DUIZI( "单对子", Config.TYPE_DUIZI, 2, 2, 2, 2, 0), + SHUNZI( "顺子", Config.TYPE_SHUNZI, 5, 1, 5, 12, 0), + LIANDUI( "连对", Config.TYPE_LIANDUI, 3, 2, 6, 20, 0), + SAN_2( "三带二", Config.TYPE_3_2, 1, 3, 3, 5, 2), + + + SAN_BU_DAI( "三不带", Config.TYPE_BU_DAI, 1, 3, 3, 3, 0), + + FEIJI( "飞机", Config.TYPE_FEIJI, 2, 3, 6, 16, 2), + + FEIJI_DAI_DAN( "飞机带单", Config.TYPE_FEIJI_DAI_DAN, 2, 3, 6, 16, 1), + + FEIJI_DAI_SHUANG( "飞机带双", Config.TYPE_FEIJI_DAI_SHUANG, 2, 3, 6, 16, 4), + + + SI_2( "四带二单", Config.TYPE_4_2, 1, 4, 5, 6, -1), + + SI_1DUI("四带1对", Config.TYPE_4_2_dui, 1, 4, 5, 6, 2), + + ZHA( "炸弹", Config.TYPE_ZHA, 1, 4, 4, 4, 0), + + TYPE_ROCKET("火箭", Config.TYPE_ROCKET, 1, 2, 2, 2, 0), + + SAN_1("三带一", Config.TYPE_3_1,1, 3, 3, 4, 1); + + + public final int type; + public final String name; + public final int min_len; + public final int repeat_num; + public final int min_card_num; + public final int max_card_num; + public final int with_card_num; + + + private CardConfig(String name, int type, int min_len, int repeat_num, int min_card_num, int max_card_num, int with_card_num) { + this.name = name; + this.type = type; + + this.min_len = min_len; + this.repeat_num = repeat_num; + this.min_card_num = min_card_num; + this.max_card_num = max_card_num; + this.with_card_num = with_card_num; + } + + public String toString() { + return this.name; + } +} diff --git a/libs/robot_common/src/main/java/taurus/util/CardGroup.java b/libs/robot_common/src/main/java/taurus/util/CardGroup.java new file mode 100644 index 0000000..bce1ece --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/util/CardGroup.java @@ -0,0 +1,45 @@ +package taurus.util; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import java.util.List; + + +public class CardGroup { + /** + * 当前type + */ + public CardConfig config; + + public int min_card; + /** + * 长度 + */ + public int len = 1; + + public List card_list; + + public ITArray card_list_mp; + + public ITObject toObject(boolean card_size) { + ITObject obj = TObject.newInstance(); +// if (card_size) { + obj.putInt("card_size", card_list.size()); +// } else { + obj.putTArray("card_list", card_list_mp); +// } + + obj.putInt("type", config.type); + obj.putInt("min_card", min_card); + obj.putInt("len", len); + System.out.println("出牌牌型具体" + obj); + return obj; + } + + public String toString() { + return "{type:" + config + " min_card:" + min_card + " len:" + len + " list:" + card_list + "}"; + } + +} diff --git a/libs/robot_common/src/main/java/taurus/util/CardObj.java b/libs/robot_common/src/main/java/taurus/util/CardObj.java new file mode 100644 index 0000000..f8dcacc --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/util/CardObj.java @@ -0,0 +1,21 @@ +package taurus.util; + +public class CardObj implements Comparable{ + public int card; + public int cardMod; + + public CardObj(int card) { + this.card = card; + this.cardMod = card % 100; + } + + @Override + public int compareTo(CardObj paramT) { + return cardMod == paramT.cardMod ? 0 : cardMod < paramT.cardMod ? -1 : 1; + } + + @Override + public String toString() { + return card + ""; + } +} diff --git a/libs/robot_common/src/main/java/taurus/util/CardUtil.java b/libs/robot_common/src/main/java/taurus/util/CardUtil.java new file mode 100644 index 0000000..5a6743e --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/util/CardUtil.java @@ -0,0 +1,378 @@ +package taurus.util; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class CardUtil { + + /** + * 从手牌中找出最大的单牌 + * + * @param handCards 手牌列表 + * @return 最大的单牌,如果没有单牌则返回null + */ + public static CardObj findMaxSingleCard(List handCards) { + if (handCards == null || handCards.isEmpty()) { + return null; + } + handCards.sort((c1, c2) -> c2.cardMod - c1.cardMod); + return handCards.get(0); + } + + + /** + * list to TArray + * + * @param list + * @return + */ + public static final ITArray toTArray(List list) { + ITArray result = new TArray(); + for (CardObj card : list) { + result.addInt(card.card); + } + return result; + } + + public static final ITArray toTArray1(CardObj list) { + ITArray result = new TArray(); + result.addInt(list.card); + return result; + } + + public static final ITArray maJiangToTArray(List list) { + ITArray result = new TArray(); + for (Integer integer : list) { + result.addInt(integer); + } + return result; + } + + public static final CardObj getCard(int eventCard, List cardList) { + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + return card; + } + } + return null; + } + + public static final CardObj getCard1(int eventCard, List cardList) { + for (CardObj card : cardList) { + if (card.card == eventCard) { + return card; + } + } + return null; + } + + /** + * 检测牌数量 + * + * @param eventCard + * @param cardList + * @param num + * @return + */ + public static final boolean checkCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result == num) + return true; + } + } + return false; + } + + public static final boolean checkGoodCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result >= num) + return true; + } + } + return false; + } + + public static final boolean checkShunZi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard + 1, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 2, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 3, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 4, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 5, cardList, 1)) { + result++; + } + } + } + } + } + if (checkGoodCard(eventCard - 1, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 2, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 3, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 4, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 5, cardList, 1)) { + result++; + } + } + } + } + } + + if (result >= 4) { + return true; + } + return false; + } + + public static final boolean checkSevenShunzi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard + 1, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 2, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 3, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 4, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 5, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 6, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 7, cardList, 1)) { + result++; + } + } + } + } + } + } + } + if (checkGoodCard(eventCard - 1, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 2, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 3, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 4, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 5, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 6, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 7, cardList, 1)) { + result++; + } + } + } + } + } + } + } + + if (result >= 6) { + return true; + } + return false; + } + + public static final boolean checkFenJi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 2)) { + result++; + if (checkGoodCard(eventCard + 1, cardList, 3)) { + result++; + } + if (checkGoodCard(eventCard - 1, cardList, 3)) { + result++; + } + } + + if (result >= 2) { + return true; + } + return false; + } + + public static final boolean checkFourDui(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 1)) { + result++; + } + + if (checkGoodCard(eventCard + 1, cardList, 2)) { + result++; + if (checkGoodCard(eventCard + 2, cardList, 2)) { + result++; + if (checkGoodCard(eventCard + 3, cardList, 2)) { + result++; + if (checkGoodCard(eventCard + 4, cardList, 2)) { + result++; + } + } + } + } + if (checkGoodCard(eventCard - 1, cardList, 2)) { + result++; + if (checkGoodCard(eventCard - 2, cardList, 2)) { + result++; + if (checkGoodCard(eventCard - 3, cardList, 2)) { + result++; + if (checkGoodCard(eventCard - 4, cardList, 2)) { + result++; + } + } + } + } + + if (result >= 4) { + return true; + } + return false; + } + + public static final boolean checkQPai(int eventCard, List cardList) { + int result = 0; + if (eventCard >= 12) { + result++; + for (CardObj card : cardList) { + if (card.cardMod >= 12) { + result++; + } + } + } + + if (result >= 5) { + return true; + } + return false; + } + + /** + * TArray to list + * + * @param list + * @return + */ + public static final List toList(ITArray list) { + List tem = new ArrayList(); + for (int i = 0; i < list.size(); ++i) { + tem.add(new CardObj(list.getInt(i))); + } + return tem; + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final Map getCardNumMap(List cardList) { + Map result = new HashMap(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + return result; + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final void getCardNumMap(Map result, List cardList) { + result.clear(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + public static final void getCardNumMap(Map result, List cardList, CardObj tempCard) { + result.clear(); + result.put(tempCard.cardMod, 1); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final Map> getCardListMap(List cardList) { + Map> result = new HashMap>(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + List list = new ArrayList(); + list.add(card); + result.put(card.cardMod, list); + } else { + List list = result.get(card.cardMod); + list.add(card); + } + } + return result; + } + + static public void removeCard(List cardList, List cards) { + for (int i = 0; i < cards.size(); i++) { + for (int j = 0; j < cardList.size(); j++) { + if (cardList.get(j).card == cards.get(i).card) { + cardList.remove(j); + break; + } + } + } + } + + static public void removeCard1(List cardList, int card, int count) { + int curCount = 0; + for (int i = 0; i < cardList.size(); i++) { + if (count == curCount) { + return; + } + if (cardList.get(i) == card) { + + cardList.remove(i); + i--; + curCount++; + } + } + } +} diff --git a/libs/robot_common/src/main/java/taurus/util/ChangshaMahjongAI.java b/libs/robot_common/src/main/java/taurus/util/ChangshaMahjongAI.java new file mode 100644 index 0000000..4f516d6 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/util/ChangshaMahjongAI.java @@ -0,0 +1,489 @@ +package taurus.util; + +import java.util.*; +import java.util.stream.Collectors; + +public class ChangshaMahjongAI { + + // 长沙麻将特殊规则:二五八将 + private static final Set JIANG_PAIS; + + static { + Set jiangSet = new HashSet<>(); + jiangSet.add(2); + jiangSet.add(5); + jiangSet.add(8); + JIANG_PAIS = Collections.unmodifiableSet(jiangSet); + } + + // 缓存优化 + private Map scoreCache = new HashMap<>(); + private Map> tingCache = new HashMap<>(); + + public static void main(String[] args) { + // 测试手牌:应该打七万听二筒 + + List handCards = Arrays.asList( + 208, 208, 208, 203, 201, 107, 107, + 106, 108, 105, + 105, 101, 101, 101 + ); + + ChangshaMahjongAI ai = new ChangshaMahjongAI(); + int bestDiscard = ai.findBestDiscard(handCards); + System.out.println("111 " + bestDiscard); + } + + /** + * 寻找最优出牌 - 递归+回溯版本 + */ + /** + * 寻找最优出牌 - 递归+回溯版本 + * @return 推荐打出的牌(数字编码,如106) + */ + public int findBestDiscard(List handCards) { + System.out.println("=== 长沙麻将AI出牌分析(递归+回溯)==="); + System.out.println("当前手牌(" + handCards.size() + "张): " + formatCards(handCards)); + + long startTime = System.currentTimeMillis(); + + // 使用递归+回溯评估每张牌 + Map results = new HashMap<>(); + Set candidateCards = new HashSet<>(handCards); + + for (int card : candidateCards) { + List newHand = removeOneCard(handCards, card); + DiscardResult result = recursiveEvaluate(card, newHand, 0, 2, new HashSet<>()); + results.put(card, result); + System.out.printf("打出 %s: 评分=%.3f (听牌=%d张, 深度=%d)%n", + formatCard(card), result.score, result.tingCards.size(), result.searchDepth); + } + + // 找出最佳出牌 + DiscardResult bestResult = null; + int bestCard = -1; + + for (Map.Entry entry : results.entrySet()) { + if (bestResult == null || entry.getValue().score > bestResult.score) { + bestResult = entry.getValue(); + bestCard = entry.getKey(); + } + } + + long endTime = System.currentTimeMillis(); + System.out.printf("分析耗时: %dms%n", (endTime - startTime)); + + if (bestCard != -1) { + System.out.println("\n🎯 AI推荐出牌: " + formatCard(bestCard) + " (" + bestCard + ")"); + if (!bestResult.tingCards.isEmpty()) { + System.out.println("✅ 立即听牌,可听 " + bestResult.tingCards.size() + " 张牌"); + System.out.println("听牌: " + bestResult.tingCards.stream() + .map(this::formatCard) + .collect(Collectors.joining(" "))); + } + System.out.println("综合评分: " + bestResult.score); + } + + return bestCard; // 直接返回数字编码,如106 + } + + /** + * 递归评估出牌(核心递归函数) + */ + private DiscardResult recursiveEvaluate(int discardedCard, List currentHand, int depth, int maxDepth, Set visited) { + // 生成状态key用于去重 + String stateKey = generateStateKey(currentHand, depth); + if (visited.contains(stateKey)) { + return new DiscardResult(0, new ArrayList<>(), depth); + } + visited.add(stateKey); + + // 基础评分:当前手牌结构 + 听牌检查 + double baseScore = evaluateCurrentState(currentHand); + + // 终止条件 + if (depth >= maxDepth) { + return new DiscardResult(baseScore, checkTingCards(currentHand), depth); + } + + // 递归探索未来可能性 + double futureScore = 0.0; + int validPaths = 0; + int maxSearchDepth = depth; + + // 获取合理的摸牌候选(限制数量以提升性能) + List drawCandidates = getSmartDrawCandidates(currentHand); + + for (int drawCard : drawCandidates) { + if (validPaths >= 4) break; // 限制分支数量 + + List newHandAfterDraw = new ArrayList<>(currentHand); + newHandAfterDraw.add(drawCard); + Collections.sort(newHandAfterDraw); + + // 递归评估下一步出牌 + double bestFuture = Double.NEGATIVE_INFINITY; + int pathDepth = depth; + + Set nextDiscardCandidates = getSmartDiscardCandidates(newHandAfterDraw); + for (int nextDiscard : nextDiscardCandidates) { + List nextHand = removeOneCard(newHandAfterDraw, nextDiscard); + + DiscardResult nextResult = recursiveEvaluate(nextDiscard, nextHand, depth + 1, maxDepth, visited); + bestFuture = Math.max(bestFuture, nextResult.score); + pathDepth = Math.max(pathDepth, nextResult.searchDepth); + } + + if (bestFuture > Double.NEGATIVE_INFINITY) { + futureScore += bestFuture; + validPaths++; + maxSearchDepth = Math.max(maxSearchDepth, pathDepth); + } + } + + // 计算未来期望分数(衰减) + double futureAvg = validPaths > 0 ? futureScore / validPaths : 0; + double decayFactor = Math.pow(0.6, depth); // 深度衰减 + double totalScore = baseScore + futureAvg * decayFactor; + + return new DiscardResult(totalScore, checkTingCards(currentHand), maxSearchDepth); + } + + /** + * 评估当前状态 + */ + private double evaluateCurrentState(List hand) { + String handKey = getHandKey(hand); + if (scoreCache.containsKey(handKey)) { + return scoreCache.get(handKey); + } + + double score = 0.0; + + // 1. 听牌状态(最高权重) + List tingCards = checkTingCards(hand); + if (!tingCards.isEmpty()) { + score += 15.0 + tingCards.size() * 2.0; + } + + // 2. 刻子和对子 + Map countMap = new HashMap<>(); + for (int card : hand) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + for (Map.Entry entry : countMap.entrySet()) { + int count = entry.getValue(); + int cardValue = getCardValue(entry.getKey()); + + if (count >= 3) { + score += 3.0; // 刻子 + } else if (count == 2) { + score += 1.5; // 对子 + if (JIANG_PAIS.contains(cardValue)) { + score += 1.0; // 二五八将对子 + } + } + } + + // 3. 顺子 + score += findSequences(hand) * 2.5; + + // 4. 搭子 + score += countDazi(hand) * 1.0; + + scoreCache.put(handKey, score); + return score; + } + + /** + * 检查听牌情况(使用回溯) + */ + private List checkTingCards(List hand) { + String handKey = getHandKey(hand); + if (tingCache.containsKey(handKey)) { + return tingCache.get(handKey); + } + + List tingCards = new ArrayList<>(); + if (hand.size() % 3 != 1) { + tingCache.put(handKey, tingCards); + return tingCards; + } + + // 只检查合理的胡牌候选 + Set possibleHuCards = getReasonableHuCards(hand); + + for (int huCard : possibleHuCards) { + List testHand = new ArrayList<>(hand); + testHand.add(huCard); + if (backtrackCanHu(testHand)) { + tingCards.add(huCard); + } + } + + tingCache.put(handKey, tingCards); + return tingCards; + } + + /** + * 回溯法检查胡牌 + */ + private boolean backtrackCanHu(List hand) { + if (hand.size() != 14) return false; + + List sortedHand = new ArrayList<>(hand); + Collections.sort(sortedHand); + return backtrackHuSearch(sortedHand, false, 0); + } + + /** + * 回溯搜索胡牌组合 + */ + private boolean backtrackHuSearch(List hand, boolean hasJiang, int startIndex) { + if (hand.isEmpty()) return true; + + if (!hasJiang) { + // 寻找将牌 + for (int i = startIndex; i < hand.size() - 1; i++) { + if (hand.get(i).equals(hand.get(i + 1))) { + int cardValue = getCardValue(hand.get(i)); + if (JIANG_PAIS.contains(cardValue)) { + List newHand = new ArrayList<>(hand); + newHand.remove(i); + newHand.remove(i); + if (backtrackHuSearch(newHand, true, 0)) { + return true; + } + } + } + } + return false; + } + + // 从startIndex开始检查 + for (int i = startIndex; i < hand.size(); i++) { + // 检查刻子 + if (i <= hand.size() - 3 && + hand.get(i).equals(hand.get(i + 1)) && + hand.get(i + 1).equals(hand.get(i + 2))) { + List newHand = new ArrayList<>(hand); + newHand.remove(i); + newHand.remove(i); + newHand.remove(i); + if (backtrackHuSearch(newHand, true, i)) { + return true; + } + } + + // 检查顺子 + int currentCard = hand.get(i); + if (getCardType(currentCard) <= 3) { + int nextCard1 = currentCard + 1; + int nextCard2 = currentCard + 2; + + if (hand.contains(nextCard1) && hand.contains(nextCard2)) { + List newHand = new ArrayList<>(hand); + newHand.remove((Integer) currentCard); + newHand.remove((Integer) nextCard1); + newHand.remove((Integer) nextCard2); + if (backtrackHuSearch(newHand, true, i)) { + return true; + } + } + } + } + + return false; + } + + /** + * 智能获取摸牌候选 + */ + private List getSmartDrawCandidates(List hand) { + Set allCards = generateAllCards(); + allCards.removeAll(hand); + List candidates = new ArrayList<>(allCards); + + // 限制数量并随机选择(模拟真实概率) + Collections.shuffle(candidates); + return candidates.subList(0, Math.min(6, candidates.size())); + } + + /** + * 智能获取出牌候选 + */ + private Set getSmartDiscardCandidates(List hand) { + Set candidates = new HashSet<>(); + Map countMap = new HashMap<>(); + + for (int card : hand) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 优先考虑:孤张、边张、出现次数少的牌 + for (int card : hand) { + int count = countMap.get(card); + int value = getCardValue(card); + + if (count == 1 && isLonelyCard(card, hand)) { + candidates.add(card); + } else if (value == 1 || value == 9) { + candidates.add(card); + } else if (count == 1) { + candidates.add(card); + } + } + + // 如果候选太少,加入一些其他牌 + if (candidates.size() < 3) { + for (int card : hand) { + if (!candidates.contains(card)) { + candidates.add(card); + if (candidates.size() >= 5) break; + } + } + } + + return candidates; + } + + /** + * 获取合理的胡牌候选 + */ + private Set getReasonableHuCards(List hand) { + Set possibleCards = new HashSet<>(); + Map countMap = new HashMap<>(); + + for (int card : hand) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 基于现有牌型推测可能胡的牌 + for (int card : hand) { + possibleCards.add(card); // 现有的牌都可能胡 + + if (getCardType(card) <= 3) { + int value = getCardValue(card); + if (value > 1) possibleCards.add(card - 1); + if (value < 9) possibleCards.add(card + 1); + } + } + + return possibleCards; + } + + // 工具方法 + private String generateStateKey(List hand, int depth) { + List sorted = new ArrayList<>(hand); + Collections.sort(sorted); + return sorted.toString() + "|" + depth; + } + + private String getHandKey(List hand) { + List sorted = new ArrayList<>(hand); + Collections.sort(sorted); + return sorted.toString(); + } + + private boolean isLonelyCard(int card, List hand) { + if (getCardType(card) == 4) return true; + int type = getCardType(card); + int value = getCardValue(card); + + for (int other : hand) { + if (other == card) continue; + if (getCardType(other) == type && Math.abs(getCardValue(other) - value) <= 2) { + return false; + } + } + return true; + } + + private int findSequences(List hand) { + int count = 0; + List temp = new ArrayList<>(hand); + temp.removeIf(c -> getCardType(c) == 4); + Collections.sort(temp); + + for (int i = 0; i <= temp.size() - 3; i++) { + if (temp.get(i) + 1 == temp.get(i + 1) && temp.get(i) + 2 == temp.get(i + 2)) { + count++; + i += 2; + } + } + return count; + } + + private int countDazi(List hand) { + int count = 0; + Set unique = new HashSet<>(hand); + Map freq = new HashMap<>(); + for (int card : hand) freq.put(card, freq.getOrDefault(card, 0) + 1); + + for (int card : unique) { + if (getCardType(card) == 4) continue; + if (freq.get(card) >= 2) count++; + if (unique.contains(card + 1)) count++; + } + return count; + } + + private Set generateAllCards() { + Set cards = new HashSet<>(); + for (int type = 1; type <= 3; type++) { + for (int value = 1; value <= 9; value++) { + cards.add(type * 100 + value); + } + } + return cards; + } + + private List removeOneCard(List hand, int card) { + List newHand = new ArrayList<>(hand); + newHand.remove((Integer) card); + return newHand; + } + + private int getCardValue(int card) { + return card % 10; + } + + private int getCardType(int card) { + return card / 100; + } + + private String formatCard(int card) { + int type = card / 100; + int value = card % 10; + switch (type) { + case 1: + return value + "万"; + case 2: + return value + "筒"; + case 3: + return value + "条"; + default: + return "未知"; + } + } + + private String formatCards(List cards) { + return cards.stream().map(this::formatCard).collect(Collectors.joining(" ")); + } + + /** + * 出牌结果类 + */ + private static class DiscardResult { + double score; + List tingCards; + int searchDepth; + + DiscardResult(double score, List tingCards, int searchDepth) { + this.score = score; + this.tingCards = tingCards; + this.searchDepth = searchDepth; + } + } +} \ No newline at end of file diff --git a/libs/robot_common/src/main/java/taurus/util/Config.java b/libs/robot_common/src/main/java/taurus/util/Config.java new file mode 100644 index 0000000..afe75ad --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/util/Config.java @@ -0,0 +1,270 @@ +package taurus.util; + +public class Config { + + /** + * 玩法 1 经典玩法 2临汾玩法 3运城玩法 + */ + public static final String ROOM_CONFIG_WANFA = "wanfa"; + + /** + * 模式 1普通模式 2积分模式 + */ + public static final String ROOM_CONFIG_MOSHI = "moshi"; + + /** + * 积分 底分 + */ +// public static final String ROOM_CONFIG_JI_FEN= "tex_jrzxjf"; + + + /** + * 房费 1 房主支付 2 AA支付 3大赢家支付 + */ + public static final String ROOM_CONFIG_FANGFEI = "fangfei"; + /** + * 封顶 1 --3炸 2-- 4炸 3-- 5炸 4-- 不封顶 + */ + public static final String ROOM_CONFIG_FENGDING = "fengding"; + /** + * 叫地主 1-- 经典123 2-- 固定 叫抢地主 + */ + public static final String ROOM_CONFIG_JIAODIZHU = "jiaodizhu"; + /** + * 不显示牌数 0 未勾选 1 已勾选 + */ + public static final String ROOM_CONFIG_BUZHANSHIPAISHU = "buxianshipaishu"; + /** + * 暗牌 0 未勾选 1 已勾选 + */ + public static final String ROOM_CONFIG_ANPAI = "anpai"; + /** + * 双王或四个2必叫地主 0 未勾选 1 已勾选 + */ + public static final String ROOM_CONFIG_SHUANGWANGSIER = "shuangwangsier"; + /** + * 可三带二 0 未勾选 1 已勾选 + */ + public static final String ROOM_CONFIG_KESANDAIER = "kesandaier"; + + + /** + * 任俩三为炸弹 0为未勾选 1 已勾选 + */ + public static final String renliasanweizhadan = "renliasanweizhadan"; + + /** + * 同色三为炸弹 0为未勾选 1 已勾选 + */ + public static final String tongsesanweizhadan = "tongsesanweizhadan"; + + /** + * 人数 + */ + public static final String maxPlayers = "maxPlayers"; + + /** + * 赖子 + */ + public static final String laizi = "laizi"; //0 是无赖子,1是有赖子 + + + public static final String tuoguanshijian = "tuoguan_active_time"; + + + //-------------------------------牌类型--------------------------------- + /** + * 单牌 + */ + public final static int TYPE_DANPAI = 1; + /** + * 对子 + */ + public final static int TYPE_DUIZI = 2; + /** + * 顺子 + */ + public final static int TYPE_SHUNZI = 3; + /** + * 连对 + */ + public final static int TYPE_LIANDUI = 4; + + /** + * 三带一 + */ + public final static int TYPE_3_1 = 5; + /** + * 3带2 + */ + public final static int TYPE_3_2 = 7; + + /** + * 3不带 + */ + public final static int TYPE_BU_DAI = 11; + + /** + * 飞机 + */ + public final static int TYPE_FEIJI = 6; + + + /** + * 飞机带单 + */ + public final static int TYPE_FEIJI_DAI_DAN = 14; + + + /** + * 飞机带双 + */ + public final static int TYPE_FEIJI_DAI_SHUANG = 15; + + /** + * 4带2 + */ + public final static int TYPE_4_2 = 8; + + /** + * 四带一对 4444 55 + */ + public final static int TYPE_4_2_dui = 12; + + + /** + * 炸 + */ + public final static int TYPE_ZHA = 8; + + + /** + * 火箭-双王 + */ + public final static int TYPE_ROCKET = 10; + + + //-------------------------------协议--------------------------------- + + /** + * 明牌 + */ + public static final String GAME_EVT_MING_PAI = "2117"; + + /** + * 发牌协议g + */ + public static final String GAME_EVT_PLAYER_DEAL = "2011"; + /** + * 出牌 + */ + public static final String GAME_DIS_CARD = "1013"; + /** + * 不出 + */ + public static final String GAME_DIS_PASS = "1014"; + + /** + * 出牌事件 + */ + public static final String GAME_EVT_DISCARD = "2021"; + /** + * 出牌提示事件 + */ + public static final String GAME_EVT_DISCARD_TIP = "2004"; + /** + * 转盘指向事件 + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "2016"; + /** + * pass事件 + */ + public static final String GAME_EVT_PASS = "2030"; + /** + * 更新炸弹分数 + */ + public static final String GAME_EVT_UPDATE_BOM_SCORE = "2118"; + + /** + * 小结算 + */ + public static final String GAME_EVT_RESULT1 = "2007"; + + /** + * 通知玩家叫地主 1 + */ + public static final String JIAO_DIZHU = "2041"; + + + /** + * 玩家叫地主 2 + */ + public static final String JAIO_DIZHU_REO = "1042"; + + /** + * 通知玩家踢人 抢地主 3 + */ + public static final String TONG_ZHI_TONG_ZHI_WANJIA = "2043"; + + + + /** + * 玩家叫地主广播 + */ + public static final String TONG_ZHI_JIAO_DI_ZHU_GUANG_BO = "2070"; + + + /** + * 流局通知 + */ + public static final String TONG_ZHI_LIU_JU = "2015"; + + + /** + * 玩家抢地主广播 + */ + public static final String TONG_ZHI_QIANG_DI_ZHU_GUANG_BO = "2046"; + + /** + * 通知所有人谁是地主广播 + */ + public static final String TONG_ZHI_DI_ZHU_GUANG_BO = "2047"; + + + /** + * 玩家抢地主 踢人/不踢 + */ + public static final String TI_OR_BUTI_RSQ = "1044"; + + /** + * 轮流叫地主 1是 轮流 没有的话就默认第一把庄家先出,第二把谁赢了谁是庄家就先出 + */ + public static final String lunliujiaodizhu = "lunliujiaodizhu"; + + + /** + * 出牌错误 + */ + public static final String GAME_EVT_PUT_ERROR = "2111"; + + public static final int PUT_ERROR_MUST_OUT_MIN = 0; + public static final int PUT_ERROR_INVALID_TYPE = 1; + public static final int PUT_ERROR_MUST_OUT_MAX = 2; + public static final int PUT_ERROR_BOMB_CHAI = 3; + + public static final String SETTLE_WIN_COUNT = "winnum"; + public static final String SETTLE_CHUNTIAN_COUNT = "springnum"; + public static final String SETTLE_BOMB_COUNT = "boomnum"; + public static final String SETTLE_MAX_SCORE = "maxscore"; + public static final String ENABLE_DOUBLE_AFTER_LANDLORD = "keti"; + /** + * 广播加倍 + */ + public static final String TONG_ZHI_DOUBLE_CHOICE = "2053"; + /** + * 通知农民加倍 + */ + public static final String GAME_EVT_FARMER_DOUBLE_TIP = "2060"; + + +} \ No newline at end of file diff --git a/libs/robot_common/src/main/java/taurus/util/GroupDatas.java b/libs/robot_common/src/main/java/taurus/util/GroupDatas.java new file mode 100644 index 0000000..09af680 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/util/GroupDatas.java @@ -0,0 +1,116 @@ +package taurus.util; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import redis.clients.jedis.Jedis; + +import java.util.*; + +public class GroupDatas { + + public static TObject getData() { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + + TObject param = TObject.newInstance(); + + //存储所有有配置机器人的玩法id + Set pids = new HashSet<>(); + + + + //存储可配机器人圈子 + Set gids = new HashSet<>(); + + TArray groupid = TArray.newInstance(); + TArray robotid = TArray.newInstance(); + TArray playid = TArray.newInstance(); + + //圈子对应的房间 + + try { + //取出可用的机器人 + //不应该直接查库 + String sql = String.format("SELECT id FROM `account` WHERE jiqiren=9998 and start = 0"); + ITArray robotIds = DataBase.use().executeQueryByTArray(sql); + + + for (int i = 0; i < robotIds.size(); i++) { + ITObject robot = robotIds.getTObject(i); + Integer robotId = robot.getInt("id"); + robotid.addInt(robotId); + } + + + //获取所有圈子 + Set groupIds = jedis11.keys("group:*"); + for (String group : groupIds) { + String groupId = group.substring(group.indexOf(":") + 1); + String groupKey = "g{" + groupId + "}:play:*"; + Set playIds = jedis11.keys(groupKey); + + //圈子下面的玩法 + for (String pid : playIds) { + String playId = pid.substring(pid.indexOf("play:") + 5); + String playKey = "g{" + groupId + "}:play:" + playId; + + if (jedis11.hget(playKey, "leftover_robot") == null){ + if (jedis11.hget(playKey, "shangxian_robot") != null){ + String shangxian_robot = jedis11.hget(playKey, "shangxian_robot"); + jedis11.hset(playKey, "leftover_robot", shangxian_robot); + } + } + + + String leftover_robot = "0"; + if (jedis11.hget(playKey, "leftover_robot")!=null){ + leftover_robot = jedis11.hget(playKey, "leftover_robot"); + } + //有配置机器人的玩法 + if ( Integer.parseInt(leftover_robot)!=0) { + pids.add(Integer.parseInt(playId)); + gids.add(Integer.parseInt(groupId)); + } + } + + + } + + Map> groupRoomMap = new HashMap<>(); + for (Integer gid : gids){ + for (Integer pid : pids){ + String key = "g{" + gid + "}:play:" + pid; + + if (jedis11.hget(key, "groupId")!=null){ + String groupId = jedis11.hget(key, "groupId"); + if (gid==Integer.parseInt(groupId)){ + groupRoomMap.computeIfAbsent(String.valueOf(gid), k -> new ArrayList<>()).add(pid); + } + } + + } + + } + for (Map.Entry> entry : groupRoomMap.entrySet()) { + TObject groupPlay = TObject.newInstance(); + groupPlay.putTArray(entry.getKey(), TArray.newFromJsonData(entry.getValue().toString())); + groupid.addTObject(groupPlay); + } + param.putTArray("groupid", groupid); + param.putTArray("robotIds", robotid); + + + } catch (Exception e) { + System.out.println(e); + } finally { + jedis0.close(); + jedis11.close(); + } + return param; + } + +} diff --git a/libs/robot_common/src/main/java/taurus/util/HongZhongSuanFaTest.java b/libs/robot_common/src/main/java/taurus/util/HongZhongSuanFaTest.java new file mode 100644 index 0000000..7edfbf5 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/util/HongZhongSuanFaTest.java @@ -0,0 +1,3571 @@ +package taurus.util; + +import java.util.*; + +public class HongZhongSuanFaTest { + private static final int HONG_ZHONG = 412; + + public int drawnCards; + // 权重配置 - + private static final int WEIGHT_COMPLETED_MELD = 70; // 已完成的面子权重更高 + private static final int WEIGHT_PAIR = 60; // 对子权重提高 + private static final int WEIGHT_POTENTIAL_TRIPLET = 50; + private static final int WEIGHT_POTENTIAL_PAIR = 40; + private static final int WEIGHT_CLOSE_ADJACENT = 60; // 相邻牌更重要 + private static final int WEIGHT_FAR_ADJACENT = 25; // 远邻牌权重微调 + private static final int WEIGHT_MIDDLE_RANK = 25; // 中张牌权重提高 + private static final int PENALTY_EDGE_RANK = 15; // 边张惩罚增加 + private static final int PENALTY_ISOLATED = 40; // 孤张惩罚增加 + + // 牌局阶段枚举 - + private enum GamePhase { + EARLY, // 早期(1-5巡) + MIDDLE, // 中期(6-12巡) + LATE // 后期(13巡以后) + } + + // 牌型策略枚举 - 真实玩家通常会考虑的策略方向 + private enum StrategyType { + ATTACK, // 进攻型(追求快速胡牌) + BALANCED, // 平衡型(兼顾进攻和防守) + DEFEND // 防守型(避免点炮) + } + + // 特殊牌型枚举 - + private enum SpecialPattern { + NONE, + QING_YI_SE, // 清一色 + DUAN_YAO_JIU, // 断幺九 + QUAN_YAO_JIU, // 全幺九 + LONG_QI_DUI, // 龙七对 + HONG_ZHONG_MANY // 多红中 + } + + + + /** + * 主算法入口:在摸牌后、打牌前进行全面分析,确定最优出牌策略 + * 核心流程:摸牌分析 -> 听牌检测 -> 策略制定 -> 出牌选择 + */ + public String outCardSuanFa(List cardInhand, int card) { + long startTime = System.currentTimeMillis(); + + List handCards = new ArrayList<>(cardInhand); + handCards.sort(Integer::compareTo); + logInfo("排序后机器人手牌: " + handCards); + + // 关键步骤1:摸牌分析 - 检测是否已经听牌或可听牌 + boolean isTingAfterDraw = analyzeDrawCard(cardInhand,drawnCards); + + System.out.println("是否听牌: " + isTingAfterDraw); + // 分析手牌结构 - 获取完整的手牌分析结果 + HandAnalysis analysis = analyzeHand(handCards); + + + + // 分析当前牌局阶段 + GamePhase currentPhase = determineGamePhase(handCards); + logInfo("当前牌局阶段: " + currentPhase); + + // 确定策略类型,考虑是否听牌状态 + StrategyType strategy = determineStrategy(analysis, currentPhase); + logInfo("采用策略: " + strategy); + + // 分析是否有特殊牌型潜力 + SpecialPattern specialPattern = analyzeSpecialPatternPotential(analysis); + logInfo("特殊牌型潜力: " + specialPattern); + + // 分析红中利用方式 + analyzeHongZhongUsage(analysis); + + // 输出手牌分析详情 +// logInfo("红中数量: " + analysis.hongZhongCount); +// logInfo("红中利用建议: " + analysis.hongZhongSuggestions); +// logInfo("按花色分组的计数: " + analysis.cardCounts); +// logInfo("已完成的刻子、顺子: " + analysis.completedMelds); +// logInfo("对子: " + analysis.pairs); +// logInfo("孤张牌: " + analysis.isolatedCards); +// logInfo("每张牌的有用程度: " + analysis.cardUsefulness); +// logInfo("听牌状态: " + analysis.isTingPai); + + // 计算出牌优先级 - 综合考虑各种因素 + Map discardPriority = calculateDiscardPriority( + handCards, analysis, currentPhase, strategy, specialPattern); + + // 分析打出哪张牌可以听牌(如果还没听牌) + Map> discardToTingOptions = findDiscardToTing(handCards); + + //选择要打出的牌 - 优先选择可以打出后听牌的牌 + int cardToDiscard = selectCardToDiscard( + handCards, discardPriority, analysis, currentPhase, strategy, discardToTingOptions); + logInfo("最终打出牌: " + cardToDiscard); + + // 执行时间统计 + long endTime = System.currentTimeMillis(); +// logInfo("算法执行时间: " + (endTime - startTime) + "ms"); + System.out.println("听的牌----"+analysis.tingCards); + if (isTingAfterDraw && drawnCards!=412 ) { + System.out.println("1111"); + return String.valueOf(drawnCards); + } + + + return String.valueOf(cardToDiscard); + } + + private static class HandAnalysis { + int hongZhongCount = 0; + Map cardCounts = new HashMap<>(); + List> completedMelds = new ArrayList<>(); + List pairs = new ArrayList<>(); + List isolatedCards = new ArrayList<>(); + Map cardUsefulness = new HashMap<>(); + Map> cardsBySuit = new HashMap<>(); + List hongZhongSuggestions = new ArrayList<>(); + boolean isTingPai = false; + Set tingCards = new HashSet<>(); // 听的牌 + int meldCount = 0; // 面子数量 + int shantenCount = Integer.MAX_VALUE; // 向听数 + int pairCount = 0; // 对子数量 + boolean hasLongQiDuiPotential = false; // 是否有龙七对潜力 + Set usedInMelds = new HashSet<>(); // 用于面子的牌 + Set usedInPairs = new HashSet<>(); // 用于对子的牌 + List remainingCards = new ArrayList<>(); // 剩余需要分析的牌 + int hongZhongContributedTingCards = 0; // 红中贡献的听牌数量 + int lastDrawnCard = 0; // 最后摸的牌 + } + + // 改进的手牌分析 - 更全面的手牌评估 + private HandAnalysis analyzeHand(List handCards) { + HandAnalysis analysis = new HandAnalysis(); + + // 分离红中和普通牌,并按花色分组 + for (int card : handCards) { + if (card == HONG_ZHONG) { + analysis.hongZhongCount++; + } else { + int suit = card / 100; + analysis.cardCounts.put(card, analysis.cardCounts.getOrDefault(card, 0) + 1); + analysis.cardsBySuit.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + } + + // 分析基本牌型 + analyzeCardPatterns(analysis); + +// analyzeTingPaiStatus(handCards,analysis); + // 检查是否听牌 + checkTingPai(analysis); + + // 查找听的牌 + findTingCards(analysis); + + // 执行备用的听牌分析,确保全面检查 + performBackupTingAnalysis(analysis); + + // 分析红中对听牌的影响 + analyzeHongZhongImpactOnTingCards(analysis); + + + // 计算向听数(更准确的牌型评估) + calculateShantenCount(analysis); + + // 听牌检测 - 使用优化的听牌检测方法 + checkTingPaiOptimized(analysis); + + // 计算面子数量 + analysis.meldCount = analysis.completedMelds.size(); + analysis.pairCount = analysis.pairs.size(); + + // 检查是否有龙七对潜力 + checkLongQiDuiPotential(analysis); + + return analysis; + } + + // 改进的红中分析 - + private void analyzeHongZhongUsage(HandAnalysis analysis) { + if (analysis.hongZhongCount == 0) return; + + // 1. 红中作为杠牌的价值 + if (analysis.hongZhongCount >= 3) { + analysis.hongZhongSuggestions.add("红中可开杠,增加番数"); + } + + // 2. 红中补面子的分析 + for (Map.Entry> entry : analysis.cardsBySuit.entrySet()) { + List suitCards = new ArrayList<>(entry.getValue()); + suitCards.sort(Integer::compareTo); + + // 检查刻子潜力 + Map countMap = new HashMap<>(); + for (int card : suitCards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + for (Map.Entry cardEntry : countMap.entrySet()) { + int card = cardEntry.getKey(); + int count = cardEntry.getValue(); + + if (count == 2 && analysis.hongZhongCount >= 1) { + analysis.hongZhongSuggestions.add("红中补刻子: " + card); + } else if (count == 1 && analysis.hongZhongCount >= 2) { + analysis.hongZhongSuggestions.add("红中补刻子: " + card + "(需2红中)"); + } + } + + // 检查顺子潜力(更自然的顺子分析) + analyzeSequenceWithHongZhong(suitCards, analysis); + } + + // 3. 红中作为万能牌的灵活运用 + if (analysis.hongZhongCount >= 2) { + analysis.hongZhongSuggestions.add("多红中可灵活变换牌型,根据情况决定用途"); + } + } + + // 更自然的顺子+红中组合分析 + private void analyzeSequenceWithHongZhong(List suitCards, HandAnalysis analysis) { + if (suitCards.size() < 2) return; + + // 排序以方便分析 + Collections.sort(suitCards); + + // 查找可能的顺子缺口 + for (int i = 0; i < suitCards.size() - 1; i++) { + int current = suitCards.get(i) % 100; + int next = suitCards.get(i + 1) % 100; + + // 检查是否有隔一张的牌 + if (next - current == 2) { + analysis.hongZhongSuggestions.add("红中补顺子缺口: " + suitCards.get(i) + "+红中+" + suitCards.get(i + 1)); + } + // 检查是否有连续的两张牌 + else if (next - current == 1) { + // 可以向前补 + if (current > 1) { + analysis.hongZhongSuggestions.add("红中向前补顺子: 红中+" + suitCards.get(i) + "+" + suitCards.get(i + 1)); + } + // 可以向后补 + if (next < 9) { + analysis.hongZhongSuggestions.add("红中向后补顺子: " + suitCards.get(i) + "+" + suitCards.get(i + 1) + "+红中"); + } + } + } + } + + // 改进的牌型分析 - 更清晰地分离可组成牌和剩余牌 + private void analyzeCardPatterns(HandAnalysis analysis) { + Set usedInMelds = new HashSet<>(); + Set usedInPairs = new HashSet<>(); + + for (List suitCards : new ArrayList<>(analysis.cardsBySuit.values())) { + // 数据验证 + if (suitCards == null || suitCards.isEmpty()) { + continue; + } + + List cardsCopy = new ArrayList<>(suitCards); + + // 移除空值或异常值 + cardsCopy.removeIf(Objects::isNull); + + try { + Collections.sort(cardsCopy); + } catch (StackOverflowError e) { + // 使用备用排序方法 + cardsCopy.sort((a, b) -> { + if (a == null && b == null) return 0; + if (a == null) return -1; + if (b == null) return 1; + return Integer.compare(a, b); + }); + } + + findSequencesOptimized(cardsCopy, analysis, usedInMelds); + findTripletsOptimized(cardsCopy, analysis, usedInMelds); + findPairsOptimized(cardsCopy, analysis, usedInPairs); + analysis.isolatedCards.addAll(cardsCopy); + } + } + + + // 优化的刻子查找 - 记录使用的牌 + private void findTripletsOptimized(List cards, HandAnalysis analysis, Set usedInMelds) { + Map countMap = new HashMap<>(); + for (int card : cards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + List toRemove = new ArrayList<>(); + for (Map.Entry entry : countMap.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 3) { + analysis.completedMelds.add(Arrays.asList(card, card, card)); + // 移除三张牌 + toRemove.add(card); + toRemove.add(card); + toRemove.add(card); + // 记录使用的牌 + usedInMelds.add(card); + } + } + + // 从原列表中移除找到的刻子 + for (int card : toRemove) { + cards.remove(Integer.valueOf(card)); + } + } + + // 优化的顺子查找 - 记录使用的牌 + private void findSequencesOptimized(List cards, HandAnalysis analysis, Set usedInMelds) { + if (cards.size() < 3) return; + + // 获取花色和点数信息 + List ranks = new ArrayList<>(); + int suit = cards.get(0) / 100; + for (int card : cards) { + ranks.add(card % 100); + } + Collections.sort(ranks); + + // 创建点数计数映射 + Map rankCount = new HashMap<>(); + for (int rank : ranks) { + rankCount.put(rank, rankCount.getOrDefault(rank, 0) + 1); + } + + // 寻找顺子(更自然的查找方式) + for (int start = 1; start <= 7; start++) { + int mid = start + 1; + int end = start + 2; + + if (rankCount.getOrDefault(start, 0) > 0 && + rankCount.getOrDefault(mid, 0) > 0 && + rankCount.getOrDefault(end, 0) > 0) { + + // 找到一个顺子 + int card1 = suit * 100 + start; + int card2 = suit * 100 + mid; + int card3 = suit * 100 + end; + + analysis.completedMelds.add(Arrays.asList(card1, card2, card3)); + + // 从原始牌列表中移除这三张牌 + cards.remove(Integer.valueOf(card1)); + cards.remove(Integer.valueOf(card2)); + cards.remove(Integer.valueOf(card3)); + + // 记录使用的牌 + usedInMelds.add(card1); + usedInMelds.add(card2); + usedInMelds.add(card3); + + // 递归查找更多顺子 + findSequencesOptimized(cards, analysis, usedInMelds); + return; + } + } + } + + // 优化的对子查找 - 记录使用的牌 + private void findPairsOptimized(List cards, HandAnalysis analysis, Set usedInPairs) { + Map countMap = new HashMap<>(); + for (int card : cards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + List toRemove = new ArrayList<>(); + + for (Map.Entry entry : countMap.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 2 && !toRemove.contains(card)) { + analysis.pairs.add(card); + toRemove.add(card); + toRemove.add(card); + // 记录使用的牌 + usedInPairs.add(card); + } + } + + // 从原列表中移除找到的对子 + for (int card : toRemove) { + cards.remove(Integer.valueOf(card)); + } + } + + // 分析剩余牌 - 识别需要重点考虑的牌 + private void analyzeRemainingCards(HandAnalysis analysis) { + List remainingCards = new ArrayList<>(); + + // 遍历所有手牌,找出未被用于面子或对子的牌 + for (Map.Entry> entry : analysis.cardsBySuit.entrySet()) { + for (int card : entry.getValue()) { + // 如果牌没有被用于面子或对子,则视为剩余牌 + if (!analysis.usedInMelds.contains(card) && !analysis.usedInPairs.contains(card)) { + remainingCards.add(card); + } + } + } + + // 保存剩余牌 + analysis.remainingCards = remainingCards; + } + + // 调整剩余牌的价值 - 更细致的评估 + private int adjustRemainingCardValue(int card, HandAnalysis analysis) { + int value = analysis.cardUsefulness.getOrDefault(card, 0); + + // 已经用于面子或对子的牌价值更高,避免破坏已有结构 + if (analysis.usedInMelds.contains(card)) { + value += WEIGHT_COMPLETED_MELD; + } + if (analysis.usedInPairs.contains(card)) { + value += WEIGHT_PAIR; + } + + return value; + } + + // 计算向听数 - 更准确的牌型评估 + private void calculateShantenCount(HandAnalysis analysis) { + // 简化版向听数计算 + int totalCards = analysis.hongZhongCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + // 基础向听数 = 理想牌型的面子数 - 当前面子数 + int idealMelds = (totalCards + analysis.hongZhongCount) / 3; + analysis.shantenCount = Math.max(0, idealMelds - analysis.meldCount); + } + + // 检查七对潜力 + private void checkLongQiDuiPotential(HandAnalysis analysis) { + + // 七对需要至少5个对子加上红中 + if (analysis.pairCount >= 5 || analysis.hongZhongCount >= 2) { + analysis.hasLongQiDuiPotential = true; + if (analysis.pairCount >=4 && analysis.hongZhongCount>=2){ + analysis.isTingPai=true; + } + if (analysis.pairCount>=6){ + analysis.isTingPai=true; + } + } + + + } + + /** + * 高级听牌检测 - 精确判断手牌是否已经听牌 + * 在摸牌后分析的核心方法之一 + * + * @param analysis 手牌分析结果对象 + */ + private void checkTingPai(HandAnalysis analysis) { +// logInfo("开始检测听牌状态..."); + analysis.tingCards.clear(); // 清空之前可能存在的听牌 + + // 检查基本听牌条件:牌数是否符合标准 + int totalCards = analysis.hongZhongCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + + + // 检查向听数,如果向听数大于1,则不可能听牌 + if (analysis.shantenCount > 1) { +// logInfo("向听数大于1,不可能听牌"); + analysis.isTingPai = false; + return; + } + + // 标准麻将听牌条件: + // 1. 标准型听牌:一对将牌 + 四面子,且向听数为0 + // 2. 七对子型听牌:有龙七对潜力且牌数达到听牌要求 + boolean standardTing = (totalCards - 2) % 3 == 0 && analysis.shantenCount == 0; + boolean sevenPairsTing = analysis.hasLongQiDuiPotential && totalCards >= 12; + + // 特殊情况:如果有红中,需要考虑红中作为万能牌的影响 + if (analysis.hongZhongCount > 0) { + // 红中可以代替任何牌,所以需要更灵活的判断 + // 检查是否通过红中可以形成听牌状态 + boolean canTingWithHongZhong = canFormTingWithHongZhong(analysis); + analysis.isTingPai = standardTing || sevenPairsTing || canTingWithHongZhong; + } else { + analysis.isTingPai = standardTing || sevenPairsTing; + } + + // 使用优化版算法找出具体的听牌组 + long startTime = System.currentTimeMillis(); + findTingCardsOptimized(analysis); + long endTime = System.currentTimeMillis(); + + + + if (!analysis.tingCards.isEmpty()) { + analysis.isTingPai = true; +// logInfo("优化版听牌检测完成: 听牌数量=" + analysis.tingCards.size() + +// ", 耗时=" + (endTime - startTime) + "ms"); + } else if (analysis.isTingPai) { + // 如果逻辑判断为听牌但未找到具体听牌组,使用原始方法作为后备 +// logInfo("尝试使用原始方法查找听牌组..."); +// findTingCards(analysis); +// logInfo("原始方法找到听牌数量: " + analysis.tingCards.size()); + } + +// logInfo("最终听牌状态: " + analysis.isTingPai + ", 听牌数量: " + analysis.tingCards.size()); + } + + /** + * 优化版的听牌检测方法 + * 1. 提前过滤明显不可能听牌的情况 + * 2. 优化牌数统计和计算逻辑 + * 3. 使用预计算的向听数快速判断 + * 4. 优化红中对听牌状态的影响分析 + */ + private void checkTingPaiOptimized(HandAnalysis analysis) { + // 极早期快速退出 - 向听数>1的情况下不可能听牌 + if (analysis.shantenCount > 1) { + analysis.isTingPai = false; + analysis.tingCards.clear(); + return; + } + + // 清空听牌集合,准备新的分析 + analysis.tingCards.clear(); + + // 预计算总牌数 - 使用提前计算的值或快速计算 + int totalCards = analysis.hongZhongCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + // 特殊牌型快速检测 - 提前计算是否需要检查七对子 + boolean checkSevenPairs = analysis.hasLongQiDuiPotential && totalCards >= 12; + + // 优化的红中听牌分析 - 先检查红中情况,可能避免后续计算 + boolean hasHongZhongTing = false; + if (analysis.hongZhongCount > 0) { + if (analysis.shantenCount == 0) { + hasHongZhongTing = true; + } else if (analysis.shantenCount == 1) { + // 只有在向听数为1时才进行复杂计算 + hasHongZhongTing = canFormTingWithHongZhongOptimized(analysis, totalCards); + } + } + + // 只有在有潜在听牌可能时才执行完整的听牌检测 + boolean needFullAnalysis = hasHongZhongTing || checkSevenPairs || analysis.shantenCount == 0; + + if (needFullAnalysis) { + // 执行高效的听牌检测算法 + findTingCardsOptimized(analysis); + + // 设置最终听牌状态 + analysis.isTingPai = !analysis.tingCards.isEmpty(); + } else { + analysis.isTingPai = false; + } + } + + /** + * 优化版红中听牌判断 + * 1. 使用位掩码和预计算值 + * 2. 简化计算逻辑 + * 3. 避免不必要的循环和集合操作 + */ + private boolean canFormTingWithHongZhongOptimized(HandAnalysis analysis, int totalCards) { + // 快速判断:如果红中数量足够多,可以替代任何缺失的牌 + if (analysis.hongZhongCount >= 3) { + return true; + } + + // 计算红中作为面子的最大可能数量 + int maxMeldsFromHongZhong = analysis.hongZhongCount / 3; + int remainingHongZhong = analysis.hongZhongCount % 3; + + // 计算理论上可以形成的面子总数 + int totalPossibleMelds = analysis.meldCount + maxMeldsFromHongZhong; + + // 需要的面子数和对子数 + int neededMelds = Math.max(0, 4 - totalPossibleMelds); + int neededPairs = analysis.pairCount > 0 ? 0 : 1; + + // 检查是否可以通过剩余红中满足需求 + // 每张红中可以作为一个面子的一部分或一个对子的一部分 + return (neededMelds + neededPairs) <= remainingHongZhong + 1; + } + + /** + * 检查是否通过红中可以形成听牌状态 + * @param analysis 手牌分析结果对象 + * @return 是否可以通过红中形成听牌 + */ + private boolean canFormTingWithHongZhong(HandAnalysis analysis) { + // 计算去掉红中后的牌数 + int nonHongZhongCount = 0; + for (List suitCards : analysis.cardsBySuit.values()) { + nonHongZhongCount += suitCards.size(); + } + + // 计算红中可以替代的面子数 + int hongZhongAsMelds = analysis.hongZhongCount / 3; + int remainingHongZhong = analysis.hongZhongCount % 3; + + // 计算总面子数(包括红中形成的面子) + int totalMeldCount = analysis.meldCount + hongZhongAsMelds; + + // 检查是否接近听牌(剩余红中可以作为对子或填补顺子) + boolean nearTing = false; + int neededMelds = 4 - totalMeldCount; + int neededPairs = 1 - (analysis.pairCount > 0 ? 1 : 0); + + // 如果需要的面子数和对子数之和小于等于剩余红中,那么可以形成听牌 + if (neededMelds + neededPairs <= remainingHongZhong) { + nearTing = true; + } + + // 如果向听数很小,也认为接近听牌 + if (analysis.shantenCount <= 1) { + nearTing = true; + } + + return nearTing; + } + + /** + * 统一日志输出方法 + */ + private void logInfo(String message) { + System.out.println(message); + } + + /** + * 高级听牌组分析 - 精确找出听的牌 + * @param analysis 手牌分析结果对象 + */ + /** + * 优化版听牌组分析 - 使用预计算和优化的数据结构提高性能 + * @param analysis 手牌分析结果对象 + */ + private void findTingCardsOptimized(HandAnalysis analysis) { + // 提前检查 - 如果手牌太少或结构明显不合理,可以提前返回 + int totalCards = analysis.hongZhongCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + // 牌数过少,不可能形成有效的听牌 + if (totalCards < 13) { + return; + } + + // 预先为所有花色创建计数映射,避免重复计算 + // 更精确地预估容量,避免过度分配 + final int expectedSuitCount = analysis.cardsBySuit.size(); + final int expectedRankCount = 9; // 麻将中每个花色最多9个不同的牌值 + Map> suitToRankCounts = new HashMap<>(expectedSuitCount); + + // 优化循环,同时构建计数映射 + for (Map.Entry> suitEntry : analysis.cardsBySuit.entrySet()) { + int suit = suitEntry.getKey(); + List suitCards = suitEntry.getValue(); + + // 仅在非空花色上创建映射 + if (suitCards.isEmpty()) { + continue; + } + + // 预先分配更准确的容量 + Map countByRank = new HashMap<>(Math.min(expectedRankCount, suitCards.size())); + + // 快速计数算法 + for (int card : suitCards) { + int rank = card % 100; + // 直接使用getOrDefault来增加计数 + countByRank.put(rank, countByRank.getOrDefault(rank, 0) + 1); + } + + suitToRankCounts.put(suit, countByRank); + } + + // 优化分析流程 - 先分析主要花色,再考虑特殊情况 + for (Map.Entry> entry : suitToRankCounts.entrySet()) { + // 只有当花色中存在牌时才进行分析 + if (entry.getValue().isEmpty()) { + continue; + } + + analyzeSuitTingCardsOptimized(entry.getKey(), entry.getValue(), analysis); + + // 如果已经找到了足够多的听牌,可以考虑提前终止分析 + // 这里可以根据实际需求调整提前终止的条件 + if (analysis.tingCards.size() > 10) { // 假设找到超过10张听牌就足够了 + break; + } + } + + // 仅在必要时分析红中影响 - 红中数量大于0且当前听牌较少时 + if (analysis.hongZhongCount > 0 && analysis.tingCards.size() < 5) { + analyzeHongZhongImpactOnTingCardsOptimized(analysis, suitToRankCounts); + } + + // 仅在确实需要时执行兜底分析 - 听牌为空且向听数<=1 + if (analysis.tingCards.isEmpty() && analysis.shantenCount <= 1) { + performBackupTingAnalysisOptimized(analysis, suitToRankCounts); + } + } + + /** + * 优化版花色听牌分析 - 使用数组而非HashMap进行快速查询 + */ + private void analyzeSuitTingCardsOptimized(int suit, Map countByRank, HandAnalysis analysis) { + // 将Map转换为数组,提高查询速度 + int[] rankCounts = new int[10]; // 索引0不使用,1-9对应牌点 + for (Map.Entry entry : countByRank.entrySet()) { + rankCounts[entry.getKey()] = entry.getValue(); + } + + // 分析两面听 + for (int i = 1; i <= 7; i++) { + if (rankCounts[i] > 0 && rankCounts[i + 2] > 0) { + int potentialCard = suit * 100 + (i + 1); + analysis.tingCards.add(potentialCard); + } + } + + // 分析边张听 + if (rankCounts[1] > 0 && rankCounts[2] > 0) { + analysis.tingCards.add(suit * 100 + 3); + } + if (rankCounts[8] > 0 && rankCounts[9] > 0) { + analysis.tingCards.add(suit * 100 + 7); + } + + // 分析坎张听 + for (int i = 3; i <= 7; i++) { + if (rankCounts[i - 1] > 0 && rankCounts[i + 1] > 0) { + analysis.tingCards.add(suit * 100 + i); + } + } + + // 分析对子听和刻子听 + for (int i = 1; i <= 9; i++) { + int count = rankCounts[i]; + if (count == 2 || count == 3) { + analysis.tingCards.add(suit * 100 + i); + } + } + } + + /** + * 优化版红中影响分析 - 使用预计算的花色计数避免重复计算 + */ + private void analyzeHongZhongImpactOnTingCardsOptimized(HandAnalysis analysis, Map> suitToRankCounts) { + Set additionalTingCards = new HashSet<>(); + int hongZhongCount = analysis.hongZhongCount; + + for (Map.Entry> suitEntry : suitToRankCounts.entrySet()) { + int suit = suitEntry.getKey(); + Map countByRank = suitEntry.getValue(); + + // 将Map转换为数组,提高查询速度 + int[] rankCounts = new int[10]; + for (Map.Entry entry : countByRank.entrySet()) { + rankCounts[entry.getKey()] = entry.getValue(); + } + + // 分析红中作为对子的情况 + if (hongZhongCount >= 1) { + for (int i = 1; i <= 9; i++) { + if (rankCounts[i] == 1) { + additionalTingCards.add(suit * 100 + i); + } + } + + // 分析红中填补顺子缺口的情况 + for (int i = 1; i <= 7; i++) { + if (rankCounts[i] > 0 && rankCounts[i + 2] > 0) { + additionalTingCards.add(suit * 100 + (i + 1)); + } + } + } + + // 当有2个或更多红中时 + if (hongZhongCount >= 2) { + for (int i = 1; i <= 9; i++) { + additionalTingCards.add(suit * 100 + i); + } + } + } + + // 添加额外听牌并记录贡献数量 + if (!additionalTingCards.isEmpty()) { + analysis.tingCards.addAll(additionalTingCards); + analysis.hongZhongContributedTingCards = additionalTingCards.size(); + } + } + + /** + * 优化版兜底听牌分析 - 仅在必要时执行,避免不必要的计算 + */ + private void performBackupTingAnalysisOptimized(HandAnalysis analysis, Map> suitToRankCounts) { + // 分析接近听牌的情况 + Set potentialTingCards = new HashSet<>(); + + for (Map.Entry> suitEntry : suitToRankCounts.entrySet()) { + int suit = suitEntry.getKey(); + Map countByRank = suitEntry.getValue(); + + // 将Map转换为数组 + int[] rankCounts = new int[10]; + for (Map.Entry entry : countByRank.entrySet()) { + rankCounts[entry.getKey()] = entry.getValue(); + } + + // 分析可能形成对子的牌 + for (int i = 1; i <= 9; i++) { + if (rankCounts[i] == 1) { + potentialTingCards.add(suit * 100 + i); + } + } + + // 分析可能形成顺子的牌 + for (int i = 1; i <= 7; i++) { + if (rankCounts[i] > 0 && rankCounts[i + 1] > 0) { + potentialTingCards.add(suit * 100 + (i + 2)); + } + if (rankCounts[i] > 0 && rankCounts[i + 2] > 0) { + potentialTingCards.add(suit * 100 + (i + 1)); + } + if (rankCounts[i + 1] > 0 && rankCounts[i + 2] > 0) { + potentialTingCards.add(suit * 100 + i); + } + } + } + + // 只在找到潜在听牌时才添加 + if (!potentialTingCards.isEmpty()) { + analysis.tingCards.addAll(potentialTingCards); + } + } + + private void findTingCards(HandAnalysis analysis) { +// logInfo("开始精确分析听牌组..."); + + // 针对不同花色分别分析听牌组 + for (Map.Entry> suitEntry : analysis.cardsBySuit.entrySet()) { + int suit = suitEntry.getKey(); + List suitCards = suitEntry.getValue(); + + // 统计该花色中每种牌的数量 + Map countByRank = new HashMap<>(); + for (int card : suitCards) { + int rank = card % 100; + countByRank.put(rank, countByRank.getOrDefault(rank, 0) + 1); + } + + // 分析该花色中可能的听牌 + analyzeSuitTingCards(suit, countByRank, analysis); + } + + // 考虑红中对听牌的影响 + if (analysis.hongZhongCount > 0) { + analyzeHongZhongImpactOnTingCards(analysis); + } + + // 如果听牌组为空,进行兜底分析 + if (analysis.tingCards.isEmpty()) { + performBackupTingAnalysis(analysis); + } + +// logInfo("精确分析完成,听牌组: " + analysis.tingCards); + } + + /** + * 分析单个花色的听牌组 + */ + private void analyzeSuitTingCards(int suit, Map countByRank, HandAnalysis analysis) { + // 分析两面听 + for (int i = 1; i <= 7; i++) { + if (countByRank.getOrDefault(i, 0) > 0 && countByRank.getOrDefault(i + 2, 0) > 0) { + int potentialCard = suit * 100 + (i + 1); + analysis.tingCards.add(potentialCard); +// logInfo("两面听: " + potentialCard + " (由 " + (suit * 100 + i) + " 和 " + (suit * 100 + (i + 2)) + " 组成)"); + } + } + + // 分析边张听 + if (countByRank.getOrDefault(1, 0) > 0 && countByRank.getOrDefault(2, 0) > 0) { + int potentialCard = suit * 100 + 3; + analysis.tingCards.add(potentialCard); +// logInfo("边张听: " + potentialCard + " (由 " + (suit * 100 + 1) + " 和 " + (suit * 100 + 2) + " 组成)"); + } + if (countByRank.getOrDefault(8, 0) > 0 && countByRank.getOrDefault(9, 0) > 0) { + int potentialCard = suit * 100 + 7; + analysis.tingCards.add(potentialCard); +// logInfo("边张听: " + potentialCard + " (由 " + (suit * 100 + 8) + " 和 " + (suit * 100 + 9) + " 组成)"); + } + + // 分析坎张听 + for (int i = 3; i <= 7; i++) { + if (countByRank.getOrDefault(i - 1, 0) > 0 && countByRank.getOrDefault(i + 1, 0) > 0) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); +// logInfo("坎张听: " + potentialCard + " (由 " + (suit * 100 + (i - 1)) + " 和 " + (suit * 100 + (i + 1)) + " 组成)"); + } + } + + // 分析对子听(将对听牌) + for (int i = 1; i <= 9; i++) { + if (countByRank.getOrDefault(i, 0) == 2) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); +// logInfo("对子听: " + potentialCard + " (已有两张)"); + } + } + + // 分析刻子听(三张听刻) + for (int i = 1; i <= 9; i++) { + if (countByRank.getOrDefault(i, 0) == 3) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); +// logInfo("刻子听: " + potentialCard + " (已有三张)"); + } + } + } + + /** + * 分析红中对听牌的影响 - 优化版 + * 更精确地计算红中如何帮助形成听牌 + */ + private void analyzeHongZhongImpactOnTingCards(HandAnalysis analysis) { + // 红中作为万能牌,可以替代缺少的牌来形成听牌 + Set additionalTingCards = new HashSet<>(); + int hongZhongCount = analysis.hongZhongCount; + + // 对于每种花色,分析红中可以带来的额外听牌 + for (Map.Entry> suitEntry : analysis.cardsBySuit.entrySet()) { + int suit = suitEntry.getKey(); + List suitCards = suitEntry.getValue(); + + // 统计该花色中每种牌的数量 + Map countByRank = new HashMap<>(); + for (int card : suitCards) { + int rank = card % 100; + countByRank.put(rank, countByRank.getOrDefault(rank, 0) + 1); + } + + // 根据红中数量计算可能的听牌 + if (hongZhongCount >= 1) { + // 分析红中作为对子的情况 + for (int i = 1; i <= 9; i++) { + if (countByRank.getOrDefault(i, 0) == 1) { + // 已有一张,红中作为第二张形成对子,听第三张 + int card = suit * 100 + i; + additionalTingCards.add(card); +// logInfo("红中作为对子听: " + card + " (红中+已有一张)"); + } + } + + // 分析红中填补顺子缺口的情况 + for (int i = 1; i <= 7; i++) { + int count1 = countByRank.getOrDefault(i, 0); + int count2 = countByRank.getOrDefault(i + 2, 0); + + if ((count1 > 0 && count2 > 0) && (count1 + count2 + hongZhongCount >= 3)) { + // 可以用红中填补中间的牌形成顺子 + int middleCard = suit * 100 + (i + 1); + additionalTingCards.add(middleCard); +// logInfo("红中填补顺子听: " + middleCard + " (红中+" + (suit * 100 + i) + "+" + (suit * 100 + (i + 2)) + ")"); + } + } + + // 当有2个或更多红中时,可以形成更多听牌 + if (hongZhongCount >= 2) { + // 红中作为两张形成对子,听任何第三张 + for (int i = 1; i <= 9; i++) { + int card = suit * 100 + i; + additionalTingCards.add(card); + } + } + } + } + + // 去重并将额外的听牌组添加到总听牌组中 + Set uniqueAdditionalTingCards = new HashSet<>(additionalTingCards); + analysis.tingCards.addAll(uniqueAdditionalTingCards); + if (!uniqueAdditionalTingCards.isEmpty()) { +// logInfo("红中带来的额外听牌: " + uniqueAdditionalTingCards); + // 记录红中带来的听牌数量 + analysis.hongZhongContributedTingCards = uniqueAdditionalTingCards.size(); + } + } + + /** + * 兜底听牌分析 - 优化版 + * 当主要分析方法无法找到听牌组时使用,提供更智能的兜底分析 + */ + private void performBackupTingAnalysis(HandAnalysis analysis) { +// logInfo("执行兜底听牌分析..."); + + // 1. 检查接近听牌的情况 + if (analysis.shantenCount <= 1) { + // 接近听牌时,分析可能的进张 + Set potentialTingCards = new HashSet<>(); + + // 分析每个花色中可能形成面子的牌 + for (Map.Entry> suitEntry : analysis.cardsBySuit.entrySet()) { + int suit = suitEntry.getKey(); + List suitCards = suitEntry.getValue(); + + // 统计该花色中每种牌的数量 + Map countByRank = new HashMap<>(); + for (int card : suitCards) { + int rank = card % 100; + countByRank.put(rank, countByRank.getOrDefault(rank, 0) + 1); + } + + // 分析可能形成对子的牌 + for (int i = 1; i <= 9; i++) { + if (countByRank.getOrDefault(i, 0) == 1) { + potentialTingCards.add(suit * 100 + i); + } + } + + // 分析可能形成顺子的牌 + for (int i = 1; i <= 7; i++) { + if (countByRank.getOrDefault(i, 0) > 0 && countByRank.getOrDefault(i + 1, 0) > 0) { + potentialTingCards.add(suit * 100 + (i + 2)); + } + if (countByRank.getOrDefault(i, 0) > 0 && countByRank.getOrDefault(i + 2, 0) > 0) { + potentialTingCards.add(suit * 100 + (i + 1)); + } + if (countByRank.getOrDefault(i + 1, 0) > 0 && countByRank.getOrDefault(i + 2, 0) > 0) { + potentialTingCards.add(suit * 100 + i); + } + } + } + + analysis.tingCards.addAll(potentialTingCards); +// logInfo("接近听牌兜底分析结果: " + potentialTingCards); + } + + // 2. 如果仍然没有找到听牌,才进行简单兜底 + if (analysis.tingCards.isEmpty()) { + // 简化兜底分析:优先考虑中张牌 + for (int suit : analysis.cardsBySuit.keySet()) { + // 先添加中张牌 + for (int i = 3; i <= 7; i++) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); + } + // 再添加边张牌 + for (int i = 1; i <= 2; i++) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); + } + for (int i = 8; i <= 9; i++) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); + } + } + +// logInfo("简单兜底分析完成,听牌组: " + analysis.tingCards); + } + } + + // 确定牌局阶段 + private GamePhase determineGamePhase(List handCards) { + // 简化实现:根据手牌数量估计牌局阶段 + // 实际应用中应该根据已打出的牌数或游戏进度 + int remainingCards = handCards.size(); + if (remainingCards >= 13) { + return GamePhase.EARLY; + } else if (remainingCards >= 9) { + return GamePhase.MIDDLE; + } else { + return GamePhase.LATE; + } + } + + // 确定策略类型 + private StrategyType determineStrategy(HandAnalysis analysis, GamePhase phase) { + // 听牌时采取进攻策略 + if (analysis.isTingPai) { + return StrategyType.ATTACK; + } + + // 向听数少,进攻为主 + if (analysis.shantenCount <= 1) { + return StrategyType.ATTACK; + } + + // 后期防守策略 + if (phase == GamePhase.LATE) { + return StrategyType.DEFEND; + } + + // 中期根据向听数决定 + if (phase == GamePhase.MIDDLE) { + return analysis.shantenCount <= 2 ? StrategyType.BALANCED : StrategyType.DEFEND; + } + + // 早期通常是平衡型或进攻型 + return StrategyType.BALANCED; + } + + // 分析特殊牌型潜力 + private SpecialPattern analyzeSpecialPatternPotential(HandAnalysis analysis) { + // 检查多红中 + if (analysis.hongZhongCount >= 3) { + return SpecialPattern.HONG_ZHONG_MANY; + } + + // 检查清一色潜力 + if (analysis.cardsBySuit.size() == 1 && analysis.hongZhongCount <= 2) { + return SpecialPattern.QING_YI_SE; + } + + // 检查断幺九潜力 + boolean hasYaoJiu = false; + for (List suitCards : analysis.cardsBySuit.values()) { + for (int card : suitCards) { + int rank = card % 100; + if (rank == 1 || rank == 9) { + hasYaoJiu = true; + break; + } + } + if (hasYaoJiu) break; + } + if (!hasYaoJiu) { + return SpecialPattern.DUAN_YAO_JIU; + } + + // 检查龙七对潜力 + if (analysis.hasLongQiDuiPotential) { + return SpecialPattern.LONG_QI_DUI; + } + + return SpecialPattern.NONE; + } + + + + + // 计算刻子潜力 + private int calculateTripletPotential(int sameCardCount, int hongZhongCount) { + if (sameCardCount == 3) { + return WEIGHT_POTENTIAL_TRIPLET + 20; // Already triplet + } else if (sameCardCount == 2) { + return WEIGHT_POTENTIAL_TRIPLET + (hongZhongCount * 15); // Pair+hongZhong can easily form triplet + } else if (sameCardCount == 1 && hongZhongCount >= 2) { + return 30 + (hongZhongCount * 10); // Single card+2hongZhong can form triplet + } + return 0; + } + + // 计算顺子潜力 + private int calculateSequencePotential(int card, List sameSuitCards) { + int potential = 0; + int suit = card / 100; + int rank = card % 100; + + // 获取当前花色所有牌的点数 + Set ranks = new HashSet<>(); + for (int c : sameSuitCards) { + ranks.add(c % 100); + } + + // 检查可能的顺子组合 + // 向前检查:x, x+1, x+2 + for (int start = Math.max(1, rank - 2); start <= Math.min(7, rank); start++) { + int mid = start + 1; + int end = start + 2; + + int matchCount = 0; + if (ranks.contains(start)) matchCount++; + if (ranks.contains(mid)) matchCount++; + if (ranks.contains(end)) matchCount++; + + // 根据匹配数量增加潜力值 + if (matchCount == 3) { + potential += 60; // 完整顺子 + } else if (matchCount == 2) { + potential += 35; // 两搭子 + } else if (matchCount == 1) { + potential += 15; // 单张 + } + } + + // 相邻牌奖励 + if (ranks.contains(rank - 1) || ranks.contains(rank + 1)) { + potential += WEIGHT_CLOSE_ADJACENT; + } + + return potential; + } + + // 计算牌张位置价值 + private int calculateRankValue(int rank) { + int value = 0; + + // 中张牌价值更高 + if (rank >= 3 && rank <= 7) { + value += WEIGHT_MIDDLE_RANK; + // 金3银7特殊价值 + if (rank == 3 || rank == 7) { + value += 10; // 更高的中张价值 + } + } else { + value -= PENALTY_EDGE_RANK; + } + + return value; + } + + // 计算出牌优先级 - 优先考虑剩余牌和牌的潜力 + private Map calculateDiscardPriority(List handCards, + HandAnalysis analysis, + GamePhase phase, + StrategyType strategy, + SpecialPattern specialPattern) { + Map priority = new HashMap<>(); + + for (int card : handCards) { + if (card == HONG_ZHONG) { + // 红中策略根据阶段和策略调整 + int hongZhongValue = calculateHongZhongValue(analysis, phase, strategy, specialPattern); + priority.put(card, hongZhongValue); + continue; + } + + // 获取基本价值 + int usefulness = analysis.cardUsefulness.getOrDefault(card, 0); + int discardValue = usefulness; + + // 调整剩余牌的价值 - 优先从剩余牌中选择要打出的牌 + discardValue = adjustRemainingCardValue(card, analysis); + + // 根据策略调整牌的价值 + discardValue = adjustValueByStrategy(card, discardValue, analysis, strategy, phase); + + // 特殊牌型策略调整 + discardValue = adjustValueBySpecialPattern(card, discardValue, analysis, specialPattern); + + // 集成牌潜力分析到出牌优先级中 + int potentialScore = calculateCardPotentialScore(card, analysis); + // 根据阶段调整潜力权重 - 后期更重视潜力 + int potentialWeight = (phase == GamePhase.LATE) ? 8 : 5; + discardValue += potentialScore * potentialWeight; + + priority.put(card, discardValue); + } + + return priority; + } + + // 计算红中的价值 + private int calculateHongZhongValue(HandAnalysis analysis, GamePhase phase, StrategyType strategy, SpecialPattern specialPattern) { + // 基础价值 + int value = 1000; + + // 根据数量调整 + value -= (analysis.hongZhongCount * 100); + + // 根据牌局阶段调整 + if (phase == GamePhase.LATE) { + // 后期红中价值降低 + value -= 200; + } + + // 多红中时的策略调整 + if (analysis.hongZhongCount >= 3 && specialPattern == SpecialPattern.HONG_ZHONG_MANY) { + // 多红中时保留价值更高 + value += 300; + } + + // 防守策略时可能需要保留红中 + if (strategy == StrategyType.DEFEND) { + value += 100; + } + + // 集成红中的潜力分析 + int potentialScore = calculateCardPotentialScore(HONG_ZHONG, analysis); + // 由于我们已经在calculateCardPotentialScore中为红中提供了特殊处理, + // 这里使用较低的权重来避免过度提升红中的价值 + value += potentialScore * 3; // 适度考虑潜力因素 + + return Math.max(value, 200); // 红中最低价值 + } + + // 根据策略调整牌的价值 + private int adjustValueByStrategy(int card, int value, HandAnalysis analysis, StrategyType strategy, GamePhase phase) { + // 进攻策略:重视听牌和组成面子 + if (strategy == StrategyType.ATTACK) { + // 进攻时更重视对子 + if (analysis.pairs.contains(card)) { + value += 30; + } + // 进攻时更重视顺子潜力 + if (!analysis.isolatedCards.contains(card)) { + value += 20; + } + } + // 防守策略:避免危险牌,保留安全牌 + else if (strategy == StrategyType.DEFEND) { + // 防守时更倾向于保留孤张 + if (analysis.isolatedCards.contains(card)) { + value += 15; + } + // 防守时减少对子价值 + if (analysis.pairs.contains(card)) { + value -= 10; + } + } + + // 后期策略调整 + if (phase == GamePhase.LATE) { + // 后期更倾向于保留中张 + int rank = card % 100; + if (rank >= 3 && rank <= 7) { + value += 10; + } + } + + return value; + } + + // 根据特殊牌型调整牌的价值 + private int adjustValueBySpecialPattern(int card, int value, HandAnalysis analysis, SpecialPattern specialPattern) { + int rank = card % 100; + + switch (specialPattern) { + case DUAN_YAO_JIU: + // 断幺九时,幺九牌价值降低 + if (rank == 1 || rank == 9) { + value -= 50; + } + break; + case LONG_QI_DUI: + // 龙七对时,对子价值提高 + if (analysis.pairs.contains(card)) { + value += 40; + } + break; + case QING_YI_SE: + // 清一色时,当前花色的牌价值提高 + value += 30; + break; + } + + return value; + } + + // 选择要打出的牌 - 优先从剩余牌中选择,听牌时保护听牌组,红中固定不能出 + private int selectCardToDiscard(List handCards, + Map priority, + HandAnalysis analysis, + GamePhase phase, + StrategyType strategy, + Map> discardToTingOptions) { + + logInfo("选择----"+handCards); + // 1. 核心策略:优先考虑可以打出后听牌的牌 + if (!discardToTingOptions.isEmpty()) { +// logInfo("【重要】发现可打出后听牌的选项,优先选择这些牌"); + + + // 从候选牌中过滤出可打出后听牌的牌 + List tingCandidateCards = new ArrayList<>(); + for (int card : handCards) { + if (discardToTingOptions.containsKey(card) && card != HONG_ZHONG) { + tingCandidateCards.add(card); + } + } + + if (!tingCandidateCards.isEmpty()) { + // 智能排序:优先选择数量较多且听牌组较大的牌 + int bestCardToDiscard = sortTingCandidateCards(tingCandidateCards, analysis, discardToTingOptions, priority); + + logInfo("优先选择可听牌的牌: " + bestCardToDiscard + ", 听牌组: " + discardToTingOptions.get(bestCardToDiscard)); + return bestCardToDiscard; + } + } + +// // 2. 优先考虑孤张牌,特别是顺子中多余的牌 +// List isolatedCandidateCards = new ArrayList<>(); + for (int card : handCards) { + // 排除红中(固定不能出) + if (card == HONG_ZHONG) { + continue; + } + // 听牌时,排除听牌组中的牌 + if (analysis.isTingPai && analysis.tingCards.contains(card)) { + continue; + } +// // 检查是否是孤张牌 +// if (analysis.isolatedCards.contains(card)) { +// isolatedCandidateCards.add(card); +// } + } + + // 如果有孤张牌,优先从孤张牌中选择 + if (!analysis.isolatedCards.isEmpty()) { +// logInfo("发现孤张牌,优先从孤张牌中选择要打出的牌: " + analysis.isolatedCards); + // 从孤张牌中找出最低优先级的牌 + return sortCandidateCards(analysis.isolatedCards, priority, analysis, strategy, phase, discardToTingOptions); + } + + + // 新增:摸牌后特殊处理 - 检查新摸的牌是否需要优先保留 + if (analysis.lastDrawnCard != 0 && analysis.lastDrawnCard != HONG_ZHONG) { + // 创建一个排除新摸牌的候选列表(除非新摸牌确实是最差选择) + List nonDrawnCandidateCards = new ArrayList<>(); + for (int card : handCards) { + if (card != HONG_ZHONG && card != analysis.lastDrawnCard && + !(analysis.isTingPai && analysis.tingCards.contains(card))) { + nonDrawnCandidateCards.add(card); + } + } + + if (!nonDrawnCandidateCards.isEmpty()) { + // 评估新摸牌的优先级与其他牌的差距 + int drawnCardPriority = priority.getOrDefault(analysis.lastDrawnCard, 50); + int lowestPriority = Integer.MAX_VALUE; + for (int card : nonDrawnCandidateCards) { + lowestPriority = Math.min(lowestPriority, priority.getOrDefault(card, 50)); + } + + // 如果新摸牌的优先级不是明显高于其他牌,优先保留新摸牌 + if (lowestPriority < drawnCardPriority + 10) { // 设置10的阈值作为缓冲 + logInfo("优先保留新摸的牌: " + analysis.lastDrawnCard); + int cardToDiscard = sortCandidateCards(nonDrawnCandidateCards, priority, analysis, strategy, phase, discardToTingOptions); + return cardToDiscard; + } + } + } + + // 如果没有孤张牌,则从剩余牌中选择要打出的牌 + List remainingCandidateCards = new ArrayList<>(); + for (int card : handCards) { + // 排除红中(固定不能出) + if (card == HONG_ZHONG) { + continue; + } + // 听牌时,排除听牌组中的牌 + if (analysis.isTingPai && analysis.tingCards.contains(card)) { + continue; + } + if (analysis.remainingCards.contains(card)) { + remainingCandidateCards.add(card); + } + } + + // 如果有剩余牌,优先从剩余牌中选择 + if (!remainingCandidateCards.isEmpty()) { + // 从剩余牌中找出最低优先级的牌 + return sortCandidateCards(remainingCandidateCards, priority, analysis, strategy, phase, discardToTingOptions); + } + + // 否则从所有牌中选择,但排除听牌组中的牌和红中 + List allCandidateCards = new ArrayList<>(); + for (int card : handCards) { + // 排除红中(固定不能出) + if (card == HONG_ZHONG) { + continue; + } + // 排除听牌组中的牌 + if (!(analysis.isTingPai && analysis.tingCards.contains(card))) { + allCandidateCards.add(card); + } + } + + // 如果所有牌都在听牌组中或全是红中(极端情况),至少保留一张非红中牌 + if (allCandidateCards.isEmpty() && !handCards.isEmpty()) { + // 找出所有非红中且不在听牌组中的牌 + List fallbackCards = new ArrayList<>(); + for (int card : handCards) { + if (card != HONG_ZHONG) { + fallbackCards.add(card); + } + } + + if (!fallbackCards.isEmpty()) { + // 选择数量最多的牌打出一张 + int maxCount = 0; + int cardToDiscard = fallbackCards.get(0); + for (int card : fallbackCards) { + int count = analysis.cardCounts.getOrDefault(card, 0); + if (count > maxCount) { + maxCount = count; + cardToDiscard = card; + } + } + return cardToDiscard; + } + } + + return sortCandidateCards(allCandidateCards, priority, analysis, strategy, phase, discardToTingOptions); + } + + /** + * 专门为可听牌的候选牌进行排序 + * 按照优先级:听牌组数量 > 牌的数量 > 牌的价值 + */ + private int sortTingCandidateCards(List candidates, HandAnalysis analysis, + Map> discardToTingOptions, + Map priority) { + // 按照优先级排序:1. 听牌组数量 2. 牌的数量 3. 牌的价值 + candidates.sort((a, b) -> { + // 1. 优先比较听牌组数量 + int tingGroupComparison = Integer.compare( + discardToTingOptions.get(b).size(), + discardToTingOptions.get(a).size() + ); + if (tingGroupComparison != 0) { + return tingGroupComparison; + } + + // 2. 比较牌的数量 + int countA = analysis.cardCounts.getOrDefault(a, 0); + int countB = analysis.cardCounts.getOrDefault(b, 0); + int countComparison = Integer.compare(countB, countA); + if (countComparison != 0) { + return countComparison; + } + + // 3. 比较牌的价值(优先级值越低越好) + int priorityA = priority.getOrDefault(a, 0); + int priorityB = priority.getOrDefault(b, 0); + return Integer.compare(priorityA, priorityB); + }); + + return candidates.get(0); + } + + // 排序候选牌 - 提取排序逻辑为单独方法,听牌时特殊处理 + private int sortCandidateCards(List candidateCards, + Map priority, + HandAnalysis analysis, + StrategyType strategy, + GamePhase phase, + Map> discardToTingOptions) { + // 听牌时的特殊处理:确保不会拆听牌组 + if (analysis.isTingPai) { + // 过滤掉听牌组中的牌 + List filteredCards = new ArrayList<>(); + for (int card : candidateCards) { + if (!analysis.tingCards.contains(card)) { + filteredCards.add(card); + } + } + if (!filteredCards.isEmpty()) { + candidateCards = filteredCards; + } + } +// // 找到最低优先级的牌 +// int minPriority = Integer.MAX_VALUE; +// List minPriorityCards = new ArrayList<>(); + //candidateCards + + + // 简化的相邻牌检测逻辑 + Map> suitToValues = new HashMap<>(); + +// 按花色分组并记录牌值 + for (int card : candidateCards) { + int suit = card / 100; + int value = card % 100; + suitToValues.computeIfAbsent(suit, k -> new HashSet<>()).add(value); + } + + List nonAdjacentCards = new ArrayList<>(); + +// 检查每个花色中的牌,只保留没有相邻关系的牌 + for (int card : candidateCards) { + int suit = card / 100; + int value = card % 100; + Set values = suitToValues.get(suit); + + // 检查这张牌是否有相邻牌(左边或右边) + boolean hasLeftAdjacent = values.contains(value - 1); + boolean hasRightAdjacent = values.contains(value + 1); + + + if (!(hasLeftAdjacent || hasRightAdjacent)){ + nonAdjacentCards.add(card); + } + } + + // 简化的相邻牌检测逻辑 + Map> suitToValues1 = new HashMap<>(); + for (int card : nonAdjacentCards) { + int suit = card / 100; + int value = card % 100; + suitToValues1.computeIfAbsent(suit, k -> new HashSet<>()).add(value); + } + List nonAdjacentCards1 = new ArrayList<>(); + for (int card : nonAdjacentCards){ + int suit = card / 100; + int value = card % 100; + Set values = suitToValues1.get(suit); + // 2. 检查是否有卡隆牌(间隔一张) + boolean hasLeftCardLong = values.contains(value - 2); // 如3和5 + boolean hasRightCardLong = values.contains(value + 2); // 如5和3 + + if (!(hasLeftCardLong || hasRightCardLong)){ + nonAdjacentCards1.add(card); + } + } + + + if (!nonAdjacentCards1.isEmpty()){ + nonAdjacentCards=nonAdjacentCards1; + } + + List resultCards = new ArrayList<>(); + if (nonAdjacentCards.isEmpty()){ + // 如果nonAdjacentCards为空,优先找边张 + List edgeCards = new ArrayList<>(); + + + + for (int card : candidateCards) { + int value = card % 100; + // 边张:1或9(假设麻将牌值范围是1-9) + if (value == 1 || value == 9) { + edgeCards.add(card); + } + } + + + if (!edgeCards.isEmpty()) { + // 有边张,使用边张 + nonAdjacentCards = edgeCards; + return nonAdjacentCards.get(0); + } else { + // 没有边张,取下标为1的牌(第二个元素) + if (candidateCards.size() > 1) { + nonAdjacentCards.add(candidateCards.get(1)); + return nonAdjacentCards.get(0); + } else { + // 如果只有一个元素,就取这个元素 + nonAdjacentCards.add(candidateCards.get(0)); + return nonAdjacentCards.get(0); + } + } + } + if (!nonAdjacentCards.isEmpty()){ + + for (int card : nonAdjacentCards) { + int value = card % 100; + // 边张:1或9(假设麻将牌值范围是1-9) + if (value == 1 || value == 9) { + resultCards.add(card); + } + + } + if (!resultCards.isEmpty()){ + return resultCards.get(0); + } + + } + + List resultCards1 = new ArrayList<>(); + if (resultCards.isEmpty()){ + for (int card : nonAdjacentCards) { + int value = card % 100; + + + if (value==8 || value==2){ + resultCards1.add(card); + } + + + } + if (!resultCards1.isEmpty()){ + return resultCards1.get(0); + } + } + + List resultCards2= new ArrayList<>(); + if (resultCards1.isEmpty()){ + for (int card : nonAdjacentCards) { + int value = card % 100; + + + if (value==7 || value==3 || value==6 || value==4 || value==5){ + resultCards2.add(card); + } + + + } + if (!resultCards2.isEmpty()){ + return resultCards2.get(0); + } + } + + +// 现在 nonAdjacentCards 中只包含不能组成顺子的牌 +// 对于输入 [206, 304, 305],结果将是 [206] + + + + if (!nonAdjacentCards.isEmpty()) { + // 更自然的排序逻辑,优先考虑孤张牌的刻子和边搭可能性 + nonAdjacentCards.sort((a, b) -> { + + int rankA = a % 100; + int rankB = b % 100; + int suitA = a / 100; + int suitB = b / 100; + + // 1. 特殊处理:检查是否可以通过打这张牌听牌 + boolean canTingA = discardToTingOptions != null && discardToTingOptions.containsKey(a); + boolean canTingB = discardToTingOptions != null && discardToTingOptions.containsKey(b); + + // 如果只有一张牌可以打出听牌,则优先打那张牌 + if (canTingA && !canTingB) { + return -1; + } + if (!canTingA && canTingB) { + return 1; + } + + // 如果两张牌都可以听牌,比较听牌组数量 + if (canTingA && canTingB) { + int tingGroupA = discardToTingOptions.get(a).size(); + int tingGroupB = discardToTingOptions.get(b).size(); + return Integer.compare(tingGroupB, tingGroupA); // 听牌组多的优先 + } + + // 2. 特殊处理:检查是否是顺子中多余的牌(比如顺子234中多出的3) + boolean isExtraInSequenceA = isExtraCardInSequence(a, analysis); + boolean isExtraInSequenceB = isExtraCardInSequence(b, analysis); + + // 如果一个是顺子中多余的牌,另一个不是,则优先打出多余的牌 + if (isExtraInSequenceA && !isExtraInSequenceB) { + return -1; // A是顺子中多余的牌,优先打A + } + if (!isExtraInSequenceA && isExtraInSequenceB) { + return 1; // B是顺子中多余的牌,优先打B + } + + // 1. 孤张牌处理:优先考虑没有潜力或潜力低的孤张 + boolean isIsolatedA = analysis.isolatedCards.contains(a); + boolean isIsolatedB = analysis.isolatedCards.contains(b); + + // 计算潜力分数 + int potentialA = calculateCardPotentialScore(a, analysis); + int potentialB = calculateCardPotentialScore(b, analysis); + + // 摸牌后特殊处理:检查是否是新摸的牌 + boolean isDrawnCardA = a == analysis.lastDrawnCard; + boolean isDrawnCardB = b == analysis.lastDrawnCard; + + // 如果其中一张是新摸的牌,给予适当的优先级提升 + if (isDrawnCardA && !isDrawnCardB) { + // 新摸的牌有潜力时优先保留 + if (potentialA > 15) { + return 1; // 保留新摸的有潜力的牌 + } + } else if (isDrawnCardB && !isDrawnCardA) { + // 新摸的牌有潜力时优先保留 + if (potentialB > 15) { + return -1; // 保留新摸的有潜力的牌 + } + } + + // 首先,将没有任何潜力的孤张牌优先打出 + if (isIsolatedA && potentialA == 0 && !(isIsolatedB && potentialB == 0)) { + return -1; // A是没有任何潜力的孤张,优先打A + } + if (isIsolatedB && potentialB == 0 && !(isIsolatedA && potentialA == 0)) { + return 1; // B是没有任何潜力的孤张,优先打B + } + + // 如果都是孤张,按潜力分数排序 + if (isIsolatedA && isIsolatedB) { + // 潜力低的优先打出 + if (potentialA != potentialB) { + return Integer.compare(potentialA, potentialB); + } + // 潜力相同时,检查是否是新摸的牌,优先保留新摸的牌 + if (isDrawnCardA && !isDrawnCardB) { + return 1; // 保留新摸的牌 + } else if (isDrawnCardB && !isDrawnCardA) { + return -1; // 保留新摸的牌 + } + } + // 如果一个是孤张,一个不是,则比较它们的潜力 + else if (isIsolatedA && !isIsolatedB) { + // 孤张但有一定潜力,与非孤张比较 + if (potentialA < potentialB - 5) { // 设置阈值,避免过于保守 + return -1; // A潜力明显低于B,优先打A + } + // 孤张但有潜力且是新摸的牌,优先保留 + if (isDrawnCardA && potentialA > 10) { + return 1; // 保留新摸的有潜力的孤张牌 + } + } + else if (!isIsolatedA && isIsolatedB) { + // 孤张但有一定潜力,与非孤张比较 + if (potentialB < potentialA - 5) { // 设置阈值 + return 1; // B潜力明显低于A,优先打B + } + // 孤张但有潜力且是新摸的牌,优先保留 + if (isDrawnCardB && potentialB > 10) { + return -1; // 保留新摸的有潜力的孤张牌 + } + } + + // 2. 边张处理:优先考虑没有刻子或边搭可能性的边张 + boolean isEdgeA = (rankA == 1 || rankA == 9); + boolean isEdgeB = (rankB == 1 || rankB == 9); + + if (isEdgeA && isEdgeB) { + // 两个都是边张,优先打出没有潜力的边张 + boolean hasPotentialA = hasEdgeCardPotential(a, analysis); + boolean hasPotentialB = hasEdgeCardPotential(b, analysis); + + if (hasPotentialA != hasPotentialB) { + return hasPotentialA ? 1 : -1; // 有潜力的边张优先保留 + } + // 如果都有或都没有潜力,再比较具体的潜力分数 + if (potentialA != potentialB) { + return Integer.compare(potentialA, potentialB); + } + } else if (isIsolatedA && isEdgeA && !isIsolatedB && !isEdgeB) { + // A是孤立的边张,B不是,检查A是否有潜力 + if (!hasEdgeCardPotential(a, analysis)) { + return -1; // A是孤立且没有潜力的边张,优先打A + } + } else if (isIsolatedB && isEdgeB && !isIsolatedA && !isEdgeA) { + // B是孤立的边张,A不是,检查B是否有潜力 + if (!hasEdgeCardPotential(b, analysis)) { + return 1; // B是孤立且没有潜力的边张,优先打B + } + } + + // 4. 次边张处理(2,8) + boolean isSubEdgeA = (rankA == 2 || rankA == 8); + boolean isSubEdgeB = (rankB == 2 || rankB == 8); + + if (isSubEdgeA && !isSubEdgeB) { + // A是次边张,B不是,检查A是否有潜力 + if (!hasEdgeCardPotential(a, analysis)) { + return -1; // A是没有潜力的次边张,优先打A + } + } + if (!isSubEdgeA && isSubEdgeB) { + // B是次边张,A不是,检查B是否有潜力 + if (!hasEdgeCardPotential(b, analysis)) { + return 1; // B是没有潜力的次边张,优先打B + } + } + // 如果两个都是次边张,比较它们的潜力 + if (isSubEdgeA && isSubEdgeB) { + boolean hasPotentialA = hasEdgeCardPotential(a, analysis); + boolean hasPotentialB = hasEdgeCardPotential(b, analysis); + + if (hasPotentialA != hasPotentialB) { + return hasPotentialA ? 1 : -1; // 有潜力的次边张优先保留 + } + } + + // 5. 根据策略调整 + if (strategy == StrategyType.DEFEND) { + // 防守时保留中张 + if (isMiddleCard(rankA) && !isMiddleCard(rankB)) return 1; + if (!isMiddleCard(rankA) && isMiddleCard(rankB)) return -1; + } + + // 6. 最后按点数排序 + return Integer.compare(a, b); + }); + + return nonAdjacentCards.get(0); + } + + // 默认返回第一张牌 + return nonAdjacentCards.get(0); + } + + /** + * 检查一张牌是否是顺子中多余的牌(比如顺子234中多出的3) + * @param card 要检查的牌 + * @param analysis 手牌分析结果 + * @return 如果是顺子中多余的牌,返回true,否则返回false + */ + private boolean isExtraCardInSequence(int card, HandAnalysis analysis) { + // 获取牌的点数和花色 + int rank = card % 100; + int suit = card / 100; + + // 检查这张牌的数量 + int cardCount = analysis.cardCounts.getOrDefault(card, 0); + + // 如果这张牌的数量大于1,并且它参与了至少一个顺子 + if (cardCount > 1) { + // 检查这张牌是否在顺子中 + boolean isInSequence = false; + for (List meld : analysis.completedMelds) { + // 检查是否是顺子(不是刻子) + if (!(meld.get(0).equals(meld.get(1)) && meld.get(1).equals(meld.get(2)))) { + // 检查顺子中是否包含这张牌 + if (meld.contains(card)) { + isInSequence = true; + break; + } + } + } + + // 如果这张牌在顺子中,并且数量大于1,那么它可能是顺子中多余的牌 + if (isInSequence) { + // 计算这张牌在顺子中被使用的次数 + int usedInSequenceCount = 0; + for (List meld : analysis.completedMelds) { + if (!(meld.get(0).equals(meld.get(1)) && meld.get(1).equals(meld.get(2)))) { + for (int c : meld) { + if (c == card) { + usedInSequenceCount++; + } + } + } + } + + // 如果这张牌在顺子中被使用的次数小于它的总数量,那么它是顺子中多余的牌 + return usedInSequenceCount < cardCount; + } + } + + return false; + } + + // 判断边张牌是否有刻子或边搭的可能性 + private boolean hasEdgeCardPotential(int card, HandAnalysis analysis) { + // 使用增强版的潜力计算方法 + return calculateCardPotentialScore(card, analysis) > 0; + } + + // 判断是否为中张牌 + private boolean isMiddleCard(int rank) { + return rank >= 3 && rank <= 7; + } + + // 检查边张牌是否有刻子或边搭的可能性 - 使用统一的潜力计算方法 + + + /** + * 高级摸牌分析 - 全面检测摸牌后是否可听牌,并深入分析手牌结构 + * 在摸牌后、打牌前调用此方法进行全面分析,确定是否已经听牌或如何打出牌可以听牌 + * @param currentHand 摸牌前的手牌 + * @param drawnCard 刚摸到的牌 + * @return 当前手牌是否已经听牌 + */ + public boolean analyzeDrawCard(List currentHand, int drawnCard) { + System.out.println("机器人手牌" + currentHand); + // 创建包含摸牌后的手牌 + List newHand = new ArrayList<>(currentHand); +// newHand.add(drawnCard); + newHand.sort(Integer::compareTo); + drawnCard = drawnCards; + System.out.println("drawnCards ======= " + drawnCards); + logInfo("\n===== 开始摸牌分析 ====="); + logInfo("摸牌: " + drawnCard + ",摸牌后手牌: " + newHand); + + // 分析新的手牌结构和听牌状态 + HandAnalysis analysis = analyzeHand(newHand); + analysis.lastDrawnCard = drawnCard; // 记录最后摸的牌 + + + + // 额外检查:确保孤牌字段被正确更新 + // 如果摸牌后有新的牌型变化,可能需要重新计算孤牌 + reanalyzeIsolatedCards(analysis, newHand); + + // 输出详细分析结果 + logInfo("摸牌后分析结果:"); + logInfo("- 是否听牌: " + analysis.isTingPai); + if (analysis.isTingPai) { +// logInfo("- 可听的牌组: " + analysis.tingCards); +// // 分析听牌类型 +// String tingType = analyzeTingType(analysis); +// logInfo("- 听牌类型: " + tingType); +// // 评估听牌强度 +// int tingStrength = evaluateTingStrength(analysis); +// logInfo("- 听牌强度评分: " + tingStrength); + } else { + // 分析向听数和改进建议 +// logInfo("- 向听数: " + analysis.shantenCount); +// logInfo("- 改进建议: " + getImprovementSuggestions(analysis)); + } +// logInfo("- 红中数量: " + analysis.hongZhongCount); +// logInfo("- 已完成的面子数: " + analysis.meldCount); +// logInfo("- 对子数量: " + analysis.pairCount); +// logInfo("- 孤张牌: " + analysis.isolatedCards); + + // 特别分析新摸的牌对牌型的影响 + int newCardCount = 0; + for (int card : newHand) { + if (card == drawnCard) newCardCount++; + } + + logInfo("- 新摸牌 " + drawnCard + " 的数量: " + newCardCount); + + // 分析新摸牌的潜力 + int drawnCardPotential = calculateCardPotentialScore(drawnCard, analysis); + logInfo("- 新摸牌的潜力分数: " + drawnCardPotential); + + // 分析新摸牌的类型 + String cardType = analyzeCardType(drawnCard, newCardCount, analysis); +// logInfo("- 新摸牌类型: " + cardType); +// +// //分析打出哪张牌可以听牌 +// logInfo("\n分析打出哪张牌可以听牌:"); + Map> discardToTingOptions = findDiscardToTing(newHand); + + // 分析最佳出牌策略 + if (!discardToTingOptions.isEmpty()) { + analyzeBestDiscardStrategy(discardToTingOptions, analysis); + } + + // 将刻子、顺子、红中单独拎出后分析剩余牌,帮助确定出牌策略 + separateAndAnalyzeHand(newHand); + + logInfo("===== 摸牌分析完成 =====\n"); + + // 返回当前手牌是否已经听牌 + return analysis.isTingPai; + } + + /** + * 分析听牌类型 - 精确版 + * 更详细地识别不同类型的听牌 + * @param analysis 手牌分析结果对象 + * @return 听牌类型描述 + */ + /** + * 重新分析孤牌 - 在摸牌后调用,确保孤牌字段的准确性 + * @param analysis 手牌分析结果对象 + * @param handCards 完整的手牌(包括刚摸的牌) + */ + private void reanalyzeIsolatedCards(HandAnalysis analysis, List handCards) { + // 清空现有的孤牌列表 + analysis.isolatedCards.clear(); + + // 重新分析孤牌 + // 1. 首先找出所有没有被用于面子或对子的牌 + List potentialIsolated = new ArrayList<>(); + for (Map.Entry> entry : analysis.cardsBySuit.entrySet()) { + for (int card : entry.getValue()) { + if (!analysis.usedInMelds.contains(card) && !analysis.usedInPairs.contains(card)) { + potentialIsolated.add(card); + } + } + } + + // 2. 对每个潜在的孤牌,检查它是否真的孤立(没有相邻牌) + for (int card : potentialIsolated) { + int rank = card % 100; + int suit = card / 100; + boolean isIsolated = true; + + // 检查前一张牌是否存在 + if (rank > 1) { + int prevCard = suit * 100 + (rank - 1); + if (analysis.cardCounts.getOrDefault(prevCard, 0) > 0) { + isIsolated = false; + } + } + + // 检查后一张牌是否存在 + if (rank < 9 && isIsolated) { + int nextCard = suit * 100 + (rank + 1); + if (analysis.cardCounts.getOrDefault(nextCard, 0) > 0) { + isIsolated = false; + } + } + + // 检查红中的影响(如果有红中,单张牌不那么孤立) + if (isIsolated && analysis.hongZhongCount > 0) { + // 有红中时,评估这张牌的潜力 + int potentialScore = calculateCardPotentialScore(card, analysis); + if (potentialScore > 10) { // 设置一个阈值,潜力较高的牌不视为孤牌 + isIsolated = false; + } + } + + if (isIsolated) { + analysis.isolatedCards.add(card); + } + } + + logInfo("重新分析后的孤牌: " + analysis.isolatedCards); + } + + /** + * 分析听牌类型 - 精确版 + * 更详细地识别不同类型的听牌 + */ + private String analyzeTingType(HandAnalysis analysis) { + Set tingCards = analysis.tingCards; + int tingCardCount = tingCards.size(); + + if (tingCardCount == 0) { + return "未知听牌类型"; + } + + // 统计各花色的听牌数量 + Map suitTingCount = new HashMap<>(); + for (int card : tingCards) { + int suit = card / 100; + suitTingCount.put(suit, suitTingCount.getOrDefault(suit, 0) + 1); + } + + // 检查是否为清一色或混一色听牌 + boolean isPureSuit = suitTingCount.size() == 1 && !suitTingCount.containsKey(HONG_ZHONG / 100); + + // 检查红中的影响 + boolean hasHongZhongImpact = analysis.hongZhongCount > 0 && analysis.hongZhongContributedTingCards > 0; + + // 详细的听牌类型判断 + if (tingCardCount == 1) { + return "单调张听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } else if (tingCardCount == 2) { + // 检查是否为两面听 + List sortedTingCards = new ArrayList<>(tingCards); + Collections.sort(sortedTingCards); + int suit1 = sortedTingCards.get(0) / 100; + int suit2 = sortedTingCards.get(1) / 100; + int rank1 = sortedTingCards.get(0) % 100; + int rank2 = sortedTingCards.get(1) % 100; + + if (suit1 == suit2 && Math.abs(rank1 - rank2) == 2) { + return "两面听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } else { + return "双碰听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } + } else if (tingCardCount == 3) { + // 检查是否为三面听(如1,4,7或3,6,9) + List sortedTingCards = new ArrayList<>(tingCards); + Collections.sort(sortedTingCards); + boolean sameSuit = true; + int suit = sortedTingCards.get(0) / 100; + for (int card : sortedTingCards) { + if (card / 100 != suit) { + sameSuit = false; + break; + } + } + + if (sameSuit) { + int rank1 = sortedTingCards.get(0) % 100; + int rank2 = sortedTingCards.get(1) % 100; + int rank3 = sortedTingCards.get(2) % 100; + + if ((rank1 == 1 && rank2 == 4 && rank3 == 7) || + (rank1 == 3 && rank2 == 6 && rank3 == 9)) { + return "三面听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } + } + + return "多面听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } else if (tingCardCount >= 4 && tingCardCount <= 6) { + return "多面听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } else { + // 大量听牌,可能是清幺九或其他特殊牌型 + if (isPureSuit) { + return "清一色广听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } else { + return "广听牌(听多张)" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } + } + } + + /** + * 评估听牌强度 - 高级版 + * 综合考虑多种因素进行精确的听牌强度评估 + * @param analysis 手牌分析结果对象 + * @return 听牌强度评分(0-100) + */ + private int evaluateTingStrength(HandAnalysis analysis) { + int strength = 0; + Set tingCards = analysis.tingCards; + int tingCardCount = tingCards.size(); + + // 基础分:根据听牌数量(非线性增长) + if (tingCardCount == 1) { + strength += 20; + } else if (tingCardCount == 2) { + strength += 35; + } else if (tingCardCount == 3) { + strength += 50; + } else if (tingCardCount == 4) { + strength += 60; + } else if (tingCardCount == 5) { + strength += 70; + } else if (tingCardCount >= 6) { + strength += 80; + } + + // 加分:中张听牌(3-7)- 更易胡牌 + for (int card : tingCards) { + int rank = card % 100; + if (rank >= 3 && rank <= 7) { + strength += 3; + } else if (rank == 2 || rank == 8) { + strength += 1; + } else if (rank == 1 || rank == 9) { + strength -= 1; + } + } + + // 加分:已完成面子多 + strength += analysis.meldCount * 7; + + // 加分:对子数量适中 + if (analysis.pairCount == 1) { + strength += 5; + } else if (analysis.pairCount > 1) { + strength -= analysis.pairCount - 1; + } + + // 红中影响评估 + if (analysis.hongZhongCount == 0) { + // 无红中听牌,难度较大,给予额外加分 + strength += 10; + } else if (analysis.hongZhongCount == 1) { + strength += 7; + } else if (analysis.hongZhongCount == 2) { + strength += 4; + } else if (analysis.hongZhongCount >= 3) { + // 红中过多可能限制牌型,给予少量减分 + strength -= Math.min(analysis.hongZhongCount - 2, 5); + } + + // 减分:孤张多 + strength -= analysis.isolatedCards.size() * 4; + + // 加分:听牌中的新摸牌 + if (analysis.isTingPai && tingCards.contains(analysis.lastDrawnCard)) { + strength += 5; + } + + // 加分:听牌组的花色多样性(避免只听一种花色) + Map suitTingCount = new HashMap<>(); + for (int card : tingCards) { + int suit = card / 100; + suitTingCount.put(suit, suitTingCount.getOrDefault(suit, 0) + 1); + } + if (suitTingCount.size() > 1) { + strength += 5; + } + + // 确保分数在合理范围内 + return Math.max(0, Math.min(strength, 100)); + } + + /** + * 获取手牌改进建议 + * @param analysis 手牌分析结果对象 + * @return 改进建议 + */ + private String getImprovementSuggestions(HandAnalysis analysis) { + StringBuilder suggestions = new StringBuilder(); + + if (analysis.shantenCount == 1) { + suggestions.append("接近听牌,优先考虑打出孤张牌。"); + } else if (analysis.shantenCount == 2) { + suggestions.append("需要整理手牌,形成更多对子或顺子。"); + } else { + suggestions.append("手牌需要大幅调整,优先保留有潜力的牌组。"); + } + + if (analysis.isolatedCards.size() > 3) { + suggestions.append(" 考虑打出多余的孤张牌。"); + } + + if (analysis.hongZhongCount > 3) { + suggestions.append(" 红中数量过多,可以考虑杠牌或保留。"); + } + + return suggestions.toString(); + } + + /** + * 分析牌的类型 + * @param card 牌 + * @param count 牌的数量 + * @param analysis 手牌分析结果对象 + * @return 牌类型描述 + */ + private String analyzeCardType(int card, int count, HandAnalysis analysis) { + if (card == HONG_ZHONG) { + return "红中(万能牌)"; + } + + if (analysis.pairs.contains(card)) { + return "对子牌"; + } + + if (analysis.isolatedCards.contains(card)) { + return "孤张牌"; + } + + if (count == 3) { + return "刻子牌"; + } + + int rank = card % 100; + if (rank == 1 || rank == 9) { + return "幺九牌"; + } else if (rank >= 3 && rank <= 7) { + return "中张牌"; + } else { + return "边张牌"; + } + } + + /** + * 分析最佳出牌策略 + * @param discardToTingOptions 出牌听牌选项 + * @param analysis 手牌分析结果对象 + */ + private void analyzeBestDiscardStrategy(Map> discardToTingOptions, HandAnalysis analysis) { + // 找出听牌组最多的出牌选项 + int maxTingCards = 0; + int bestCardToDiscard = -1; + + for (Map.Entry> entry : discardToTingOptions.entrySet()) { + int card = entry.getKey(); + Set tingCards = entry.getValue(); + + if (tingCards.size() > maxTingCards) { + maxTingCards = tingCards.size(); + bestCardToDiscard = card; + } + } + + if (bestCardToDiscard != -1) { + logInfo("最佳出牌策略: 打出 " + bestCardToDiscard + " 可以听 " + maxTingCards + " 张牌"); + logInfo("听牌组: " + discardToTingOptions.get(bestCardToDiscard)); + } + + // 分析不同出牌选项的优劣 + for (Map.Entry> entry : discardToTingOptions.entrySet()) { + int card = entry.getKey(); + Set tingCards = entry.getValue(); + + // 评估这个出牌选项的价值 + int value = evaluateDiscardOption(card, tingCards, analysis); + logInfo("出牌选项评估: 打出 " + card + " (价值: " + value + ") -> 听牌: " + tingCards); + } + } + + /** + * 评估出牌选项的价值 + * @param card 要打出的牌 + * @param tingCards 听牌组 + * @param analysis 手牌分析结果对象 + * @return 价值评分 + */ + private int evaluateDiscardOption(int card, Set tingCards, HandAnalysis analysis) { + int value = 0; + + // 基础分:听牌数量 + value += tingCards.size() * 10; + + // 减分:如果是有价值的牌 + if (analysis.cardUsefulness.containsKey(card)) { + value -= analysis.cardUsefulness.get(card) / 5; + } + + // 加分:中张听牌多 + for (int tingCard : tingCards) { + int rank = tingCard % 100; + if (rank >= 3 && rank <= 7) { + value += 2; + } + } + + // 加分:如果是孤张牌 + if (analysis.isolatedCards.contains(card)) { + value += 10; + } + + return value; + } + + /** + * 将刻子、顺子、红中单独拎出,然后分析剩余的牌 + * @param hand 当前手牌 + */ + public void separateAndAnalyzeHand(List hand) { + System.out.println("\n开始分离分析手牌..."); + + // 分析手牌 + HandAnalysis analysis = analyzeHand(hand); + + // 统计原始手牌中每张牌的数量 + Map originalCounts = new HashMap<>(); + for (int card : hand) { + originalCounts.put(card, originalCounts.getOrDefault(card, 0) + 1); + } + + // 分离出刻子 + List kziCards = new ArrayList<>(); + Map usedInKzi = new HashMap<>(); + for (List meld : analysis.completedMelds) { + if (meld.get(0).equals(meld.get(1)) && meld.get(1).equals(meld.get(2))) { + kziCards.addAll(meld); + int card = meld.get(0); + usedInKzi.put(card, usedInKzi.getOrDefault(card, 0) + 3); + } + } + + // 分离出顺子 + List shunziCards = new ArrayList<>(); + Map usedInShunzi = new HashMap<>(); + for (List meld : analysis.completedMelds) { + if (!(meld.get(0).equals(meld.get(1)) && meld.get(1).equals(meld.get(2)))) { + shunziCards.addAll(meld); + // 统计顺子中每张牌的使用次数 + for (int card : meld) { + usedInShunzi.put(card, usedInShunzi.getOrDefault(card, 0) + 1); + } + } + } + + // 分离出红中 + List hongzhongCards = new ArrayList<>(); + for (int card : hand) { + if (card == HONG_ZHONG) { + hongzhongCards.add(card); + } + } + + // 计算剩余需要分析的牌(处理顺子中多余的牌) + List remainingCards = new ArrayList<>(); + for (Map.Entry entry : originalCounts.entrySet()) { + int card = entry.getKey(); + int totalCount = entry.getValue(); + + // 跳过红中 + if (card == HONG_ZHONG) { + continue; + } + + // 减去刻子和顺子中使用的数量 + int usedCount = usedInKzi.getOrDefault(card, 0) + usedInShunzi.getOrDefault(card, 0); + int remainingCount = totalCount - usedCount; + + // 将剩余的牌添加到remainingCards中 + for (int i = 0; i < remainingCount; i++) { + remainingCards.add(card); + } + } + + // 输出分离结果 + System.out.println("分离结果:"); + System.out.println("- 刻子: " + kziCards); + System.out.println("- 顺子: " + shunziCards); + System.out.println("- 红中: " + hongzhongCards); + System.out.println("- 剩余待分析的牌: " + remainingCards); + + // 更新analysis中的剩余牌 + analysis.remainingCards = remainingCards; + + // 分析剩余牌的结构 + analyzeRemainingCards(remainingCards, analysis); + } + + /** + * 分析剩余需要处理的牌的结构 + * @param remainingCards 剩余的牌 + * @param analysis 手牌分析结果 + */ + private void analyzeRemainingCards(List remainingCards, HandAnalysis analysis) { + if (remainingCards.isEmpty()) { + System.out.println("没有剩余需要分析的牌,手牌结构完整"); + return; + } + + // 统计剩余牌的数量 + Map cardCounts = new HashMap<>(); + for (int card : remainingCards) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 识别对子、搭子和孤张 + List pairs = new ArrayList<>(); + List triples = new ArrayList<>(); // 三张(可拆分成刻子) + List搭子 = new ArrayList<>(); + Set usedInPairsOrTriples = new HashSet<>(); + + // 首先识别对子和三张 + for (Map.Entry entry : cardCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 3) { + triples.add(card); + usedInPairsOrTriples.add(card); + } else if (count == 2) { + pairs.add(card); + usedInPairsOrTriples.add(card); + } + } + + // 将剩余的牌按花色分组进行搭子分析 + Map> suitGroups = new HashMap<>(); + for (Map.Entry entry : cardCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + int suit = card / 100; + + // 只考虑未被用于对子或三张的牌,以及数量>1的情况 + if (!usedInPairsOrTriples.contains(card) || count > 2) { + suitGroups.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + } + + // 对每个花色单独分析搭子 + Set usedIn搭子 = new HashSet<>(); + for (List suitCards : suitGroups.values()) { + // 按点数排序 + suitCards.sort((a, b) -> Integer.compare(a % 100, b % 100)); + + // 检查边搭(1-2, 8-9) + for (int i = 0; i < suitCards.size() - 1; i++) { + int card1 = suitCards.get(i); + int card2 = suitCards.get(i + 1); + int rank1 = card1 % 100; + int rank2 = card2 % 100; + + // 边搭:1-2 或 8-9 + if (Math.abs(rank1 - rank2) == 1) { + if ((rank1 == 1 && rank2 == 2) || (rank1 == 8 && rank2 == 9)) { + if (!usedIn搭子.contains(card1) && !usedIn搭子.contains(card2)) { + 搭子.add(card1); + 搭子.add(card2); + usedIn搭子.add(card1); + usedIn搭子.add(card2); + } + } + } + } + + // 检查两面搭(中间的连续牌) + for (int i = 0; i < suitCards.size() - 1; i++) { + int card1 = suitCards.get(i); + int card2 = suitCards.get(i + 1); + int rank1 = card1 % 100; + int rank2 = card2 % 100; + + // 两面搭:2-3, 3-4, ..., 7-8 + if (Math.abs(rank1 - rank2) == 1 && + rank1 > 1 && rank1 < 8 && rank2 > 2 && rank2 < 9) { + if (!usedIn搭子.contains(card1) && !usedIn搭子.contains(card2)) { + 搭子.add(card1); + 搭子.add(card2); + usedIn搭子.add(card1); + usedIn搭子.add(card2); + } + } + } + + // 检查坎搭(间隔一张的牌) + for (int i = 0; i < suitCards.size() - 1; i++) { + for (int j = i + 1; j < suitCards.size(); j++) { + int card1 = suitCards.get(i); + int card2 = suitCards.get(j); + int rank1 = card1 % 100; + int rank2 = card2 % 100; + + // 坎搭:间隔一张,如1-3, 2-4等 + if (Math.abs(rank1 - rank2) == 2) { + if (!usedIn搭子.contains(card1) && !usedIn搭子.contains(card2)) { + 搭子.add(card1); + 搭子.add(card2); + usedIn搭子.add(card1); + usedIn搭子.add(card2); + } + } + } + } + } + + // 找出孤张牌(未被用于对子、三张或搭子的单张) + List isolatedCards = new ArrayList<>(); + for (Map.Entry entry : cardCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + // 单张且未被用于搭子 + if (count == 1 && !usedIn搭子.contains(card)) { + isolatedCards.add(card); + } + } + + // 更新analysis中的孤张牌信息,确保顺子中多余的牌被正确识别为孤张 + analysis.isolatedCards = isolatedCards; + + System.out.println("剩余牌分析:"); + System.out.println("- 三张: " + triples); + System.out.println("- 对子: " + pairs); + System.out.println("- 搭子: " + 搭子); + System.out.println("- 孤张: " + isolatedCards); + + // 计算剩余牌需要的张数来完成牌型 + int neededMelds = 4 - analysis.meldCount; + int neededPairs = (analysis.pairCount > 0) ? 0 : 1; + System.out.println("还需要完成的面子数: " + neededMelds); + System.out.println("还需要的对子数: " + neededPairs); + + // 分析牌的冗余情况 + if (!isolatedCards.isEmpty()) { + System.out.println("存在孤张牌,建议考虑打出:" + isolatedCards); + } + } + + /** + * 分析打出哪张牌可以听牌 + * 在摸牌后、打牌前的关键步骤,找出最优出牌选择 + * 通过模拟打出每一张牌,检测是否能进入听牌状态 + * + * @param currentHand 当前手牌(包含刚摸的牌) + * @return 可以打出的牌列表,以及每张牌打出后可以听的牌组 + */ + public Map> findDiscardToTing(List currentHand) { + Map> discardToTingMap = new HashMap<>(); + logInfo("\n开始分析打出哪张牌可以听牌..."); + + // 对手牌进行深度复制,避免修改原手牌 + List handCopy = new ArrayList<>(currentHand); + handCopy.sort(Integer::compareTo); + + // 统计每种牌的数量,避免重复分析相同的牌 + Map cardCounts = new HashMap<>(); + for (int card : handCopy) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 尝试打出每一种不同的牌,进行模拟分析 + for (Map.Entry entry : cardCounts.entrySet()) { + int cardToDiscard = entry.getKey(); + int count = entry.getValue(); + + // 红中通常不会打出,但仍然分析可能性 + if (cardToDiscard == HONG_ZHONG) { + logInfo("- 通常不建议打出红中: " + cardToDiscard); + continue; + } + + // 模拟打出这张牌 + List tempHand = new ArrayList<>(handCopy); + tempHand.remove(Integer.valueOf(cardToDiscard)); + + // 分析打出这张牌后的手牌是否听牌 + HandAnalysis analysis = analyzeHand(tempHand); + + // 如果听牌,记录这张牌和对应的听牌组 + if (analysis.isTingPai && !analysis.tingCards.isEmpty()) { + discardToTingMap.put(cardToDiscard, analysis.tingCards); + logInfo("- 打出牌: " + cardToDiscard + " 后可以听牌"); + logInfo(" 听的牌组: " + analysis.tingCards); + } + } + + // 输出分析结果 + if (discardToTingMap.isEmpty()) { + logInfo("- 当前没有可以打出后听牌的牌"); + } else { + logInfo("\n可打出后听牌的牌数量: " + discardToTingMap.size()); + logInfo("建议打出的牌及其对应的听牌组:"); + for (Map.Entry> entry : discardToTingMap.entrySet()) { + logInfo("- 牌: " + entry.getKey() + " -> 听牌组: " + entry.getValue()); + } + } + + return discardToTingMap; + } + + // 碰牌判断 - 实现碰牌规则 + public boolean shouldPong(int proposedCard, List currentHand) { + // 分析当前手牌 + HandAnalysis analysis = analyzeHand(currentHand); + System.out.println("----"+analysis.pairCount); + + // 不能碰听牌组中的牌 + if (analysis.tingCards.contains(proposedCard)) { + System.out.println("不能碰: 不能碰听牌组中的牌 " + proposedCard); + return false; + } + + if (analysis.isTingPai){ + System.out.println("听牌中不能碰" + proposedCard); + return false; + } + + // 规则2: 有5个对子时不能碰已成对子的牌 + if (analysis.hasLongQiDuiPotential==true && analysis.pairs.contains(proposedCard)) { + System.out.println("不能碰: 已有5个或更多对子时不能碰已成对子的牌 " + proposedCard); + return false; + } + + // 规则3: 顺子的情况下不能碰 + if (isCardInSequence(proposedCard, analysis)) { + System.out.println("不能碰: 牌在顺子中的情况下不能碰 " + proposedCard); + return false; + } + + // 基础碰牌条件: 手中已有两张相同的牌 + int cardCount = 0; + for (int card : currentHand) { + if (card == proposedCard) { + cardCount++; + } + } + + boolean canPong = cardCount >= 2; + System.out.println("是否可以碰牌 " + proposedCard + ": " + canPong); + + return canPong; + } + + // 检查牌是否在顺子中 + private boolean isCardInSequence(int card, HandAnalysis analysis) { + // 遍历已完成的顺子 + for (List meld : analysis.completedMelds) { + // 如果顺子中有这张牌,且不是刻子(刻子是三张相同的牌) + if (meld.contains(card) && !(meld.get(0).equals(meld.get(1)) && meld.get(1).equals(meld.get(2)))) { + return true; + } + } + return false; + } + + /** + * 计算牌的潜力分数 - 评估一张牌在当前手牌中的价值和发展潜力 + * @param card 要评估的牌 + * @param analysis 手牌分析结果 + * @return 潜力分数,越高表示越有价值 + */ + private int calculateCardPotentialScore(int card, HandAnalysis analysis) { + int score = 0; + int rank = card % 100; + int suit = card / 100; + + // 1. 中张牌(3-7)潜力更高 + if (rank >= 3 && rank <= 7) { + score += 8; + } else if (rank == 2 || rank == 8) { + score += 4; + } + + // 2. 红中的影响 - 每有一个红中增加一定潜力 + score += analysis.hongZhongCount * 5; + + // 3. 检查是否有半搭子(有一张相邻牌) + boolean hasPrev = false; + boolean hasNext = false; + + if (rank > 1) { + int prevCard = suit * 100 + (rank - 1); + hasPrev = analysis.cardCounts.getOrDefault(prevCard, 0) > 0; + } + + if (rank < 9) { + int nextCard = suit * 100 + (rank + 1); + hasNext = analysis.cardCounts.getOrDefault(nextCard, 0) > 0; + } + + if (hasPrev || hasNext) { + score += 15; + } + + // 4. 同花色牌数量越多,单张牌的潜力也越高 + if (analysis.cardsBySuit.containsKey(suit)) { + int suitCardCount = analysis.cardsBySuit.get(suit).size(); + score += suitCardCount * 2; + } + + // 5. 检查牌是否在可能的听牌组附近 + for (int tingCard : analysis.tingCards) { + int tingRank = tingCard % 100; + int tingSuit = tingCard / 100; + + if (tingSuit == suit) { + // 如果牌和听牌组在同一花色且相邻,增加潜力 + if (Math.abs(tingRank - rank) <= 1) { + score += 20; + break; + } + } + } + + return score; + } + + + + + + + + + /** + * 测试单个听牌场景,包含异常处理 + */ + private void testSingleTingScenario(String scenarioName, List handCards) { + logInfo("\n测试场景: " + scenarioName); + logInfo("测试手牌: " + handCards); + + try { + long startTime = System.currentTimeMillis(); + HandAnalysis analysis = analyzeHand(handCards); + long endTime = System.currentTimeMillis(); + + logInfo("分析结果: 成功"); + logInfo("是否听牌: " + analysis.isTingPai); + logInfo("听牌组: " + analysis.tingCards); + logInfo("听牌数量: " + analysis.tingCards.size()); + logInfo("向听数: " + analysis.shantenCount); + logInfo("红中数量: " + analysis.hongZhongCount); + logInfo("红中贡献听牌: " + analysis.hongZhongContributedTingCards); + logInfo("分析耗时: " + (endTime - startTime) + "ms"); + } catch (Exception e) { + logInfo("分析结果: 异常 - " + e.getMessage()); + logInfo("异常类型: " + e.getClass().getSimpleName()); + e.printStackTrace(); + } + } + + /** + * 执行性能对比测试,比较优化前后的算法性能 + */ + private void performPerformanceComparison() { + // 创建复杂的测试手牌 + List complexHand = Arrays.asList( + 101, 102, 103, 104, 105, // 一至五万 + 206, 207, 208, 209, 210, // 六至十条 + 301, 302, 303, 412, 412 // 一至三筒和两个红中 + ); + + // 测试多次取平均值 + int iterations = 100; + long totalTimeOptimized = 0; + + logInfo("执行" + iterations + "次优化版听牌检测测试..."); + + for (int i = 0; i < iterations; i++) { + HandAnalysis analysis = new HandAnalysis(); + // 准备分析数据 + for (int card : complexHand) { + if (card == HONG_ZHONG) { + analysis.hongZhongCount++; + } else { + int suit = card / 100; + analysis.cardsBySuit.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + // 统计每种牌的数量 + analysis.cardCounts.put(card, analysis.cardCounts.getOrDefault(card, 0) + 1); + } + } + analysis.shantenCount = 0; + + // 测量优化版算法时间 + long start = System.nanoTime(); + findTingCardsOptimized(analysis); + long end = System.nanoTime(); + totalTimeOptimized += (end - start) / 1000; // 转换为微秒 + } + + double avgTimeOptimized = totalTimeOptimized / (double) iterations; + + logInfo("优化版算法平均耗时: " + avgTimeOptimized + " μs"); + logInfo("优化版算法总耗时: " + (totalTimeOptimized / 1000.0) + " ms"); + } + + /** + * 分析手牌是否为听牌状态 + * @param handCards 当前手牌 + * @return 返回一个Map,其中key为是否听牌,value为听牌的集合 + * @throws IllegalArgumentException 当输入参数无效时抛出 + */ + public Map> analyzeTingPaiStatus(List handCards, HandAnalysis analysis) { + // 输入验证 + if (handCards == null) { + throw new IllegalArgumentException("手牌列表不能为空"); + } + + Map> result = new HashMap<>(); + Set tingCards = new HashSet<>(); + boolean isTing = false; + + try { + // 边界条件检查:空的手牌列表 + if (handCards.isEmpty()) { + logInfo("警告:手牌列表为空,无法分析听牌状态"); + result.put(false, tingCards); + return result; + } + + // 验证手牌中的牌值是否有效 + if (!validateHandCards(handCards)) { + logInfo("警告:手牌中包含无效的牌值"); + result.put(false, tingCards); + return result; + } + + // 对手牌进行分析 +// HandAnalysis analysis = analyzeHand(handCards); + + // 防止analysis为null + if (analysis == null) { + logInfo("错误:手牌分析结果为null"); + result.put(false, tingCards); + return result; + } + + // 检查是否听牌 + checkTingPai(analysis); + + // 查找听的牌 + findTingCards(analysis); + + // 执行备用的听牌分析,确保全面检查 + performBackupTingAnalysis(analysis); + + // 分析红中对听牌的影响 + analyzeHongZhongImpactOnTingCards(analysis); + + // 提取听牌信息 + isTing = analysis.isTingPai; + + // 防止tingCards为null + if (analysis.tingCards != null) { + tingCards = analysis.tingCards; + } + + // 如果手牌加上任何一张可能的牌能胡牌,也应该认为是听牌 + if (!isTing) { + try { + // 尝试所有可能的牌,检查是否有补牌能让手牌胡牌 + for (int potentialCard : getAllPossibleCards()) { + List testHand = new ArrayList<>(handCards); + testHand.add(potentialCard); + + HandAnalysis testAnalysis = analyzeHand(testHand); + if (testAnalysis != null) { + checkTingPai(testAnalysis); + + if (testAnalysis.isTingPai) { + isTing = true; + tingCards.add(potentialCard); + } + } + } + } catch (Exception e) { + logInfo("检查潜在听牌时出错: " + e.getMessage()); + // 继续执行,不影响主要结果 + } + } + } catch (IllegalArgumentException e) { + // 重新抛出参数异常,这是一个需要调用者处理的错误 + throw e; + } catch (Exception e) { + logInfo("分析听牌状态时出错: " + e.getMessage()); + e.printStackTrace(); + // 即使出错也要返回一个有效的结果 + } finally { + // 确保结果map总是包含布尔值和集合 + if (!tingCards.isEmpty()) { + result.put(isTing, tingCards); + } else { + result.put(false, Collections.emptySet()); + } + } + + return result; + } + + /** + * 验证手牌中的牌值是否有效 + * @param handCards 手牌列表 + * @return 牌值是否全部有效 + */ + private boolean validateHandCards(List handCards) { + // 基本的牌值范围检查 + for (int card : handCards) { + // 检查牌值是否在合理范围内 + if (card < 100 || card > 503) { + logInfo("无效的牌值: " + card); + return false; + } + + int suit = card / 100; + int rank = card % 100; + + // 验证花色和点数是否有效 + if (suit < 1 || suit > 5) { + logInfo("无效的花色: " + suit); + return false; + } + + // 万、筒、条(花色1-3)的点数应为1-9 + if (suit >= 1 && suit <= 3) { + if (rank < 1 || rank > 9) { + logInfo("无效的点数: " + rank + " 对于花色: " + suit); + return false; + } + } + // 风牌(花色4)的点数应为1-4 + else if (suit == 4) { + if (rank < 1 || rank > 4) { + logInfo("无效的风牌点数: " + rank); + return false; + } + } + // 箭牌(花色5)的点数应为1-3 + else if (suit == 5) { + if (rank < 1 || rank > 3) { + logInfo("无效的箭牌点数: " + rank); + return false; + } + } + } + + return true; + } + + /** + * 获取所有可能的麻将牌(万、筒、条、风牌、箭牌) + * @return 所有可能的麻将牌的列表 + */ + private List getAllPossibleCards() { + List allCards = new ArrayList<>(); + + // 添加万、筒、条(花色1-3,数字1-9) + for (int suit = 1; suit <= 3; suit++) { + for (int rank = 1; rank <= 9; rank++) { + allCards.add(suit * 100 + rank); + } + } + + // 添加风牌(东、南、西、北) + for (int wind = 1; wind <= 4; wind++) { + allCards.add(400 + wind); + } + + // 添加箭牌(中、发、白) + for (int dragon = 1; dragon <= 3; dragon++) { + allCards.add(500 + dragon); + } + + return allCards; + } + + /** + * 验证当手牌添加某张特定牌后是否能胡牌 + * @param handCards 当前手牌 + * @param targetCard 待验证的牌 + * @return 是否能胡牌 + */ + public boolean verifySingleCardCanWin(List handCards, int targetCard) { + if (handCards == null || handCards.isEmpty()) { + return false; + } + + try { + // 创建测试手牌,添加目标牌 + List testHand = new ArrayList<>(handCards); + testHand.add(targetCard); + + // 分析测试手牌 + HandAnalysis analysis = analyzeHand(testHand); + + // 检查是否听牌(实际上在胡牌的情况下,应该是直接能胡) + checkTingPai(analysis); + + // 如果听牌分析认为可以胡牌,返回true + if (analysis.isTingPai) { + return true; + } + + // 额外检查:验证是否能通过不同的牌型组合方式胡牌 + // 检查是否符合基本胡牌条件(四组合一对) + return checkBasicWinCondition(testHand, analysis); + } catch (Exception e) { + logInfo("验证单张牌是否能胡时出错: " + e.getMessage()); + e.printStackTrace(); + return false; + } + } + + /** + * 检查基本胡牌条件(四组合一对) + * @param handCards 手牌 + * @param analysis 手牌分析结果 + * @return 是否符合基本胡牌条件 + */ + private boolean checkBasicWinCondition(List handCards, HandAnalysis analysis) { + // 对手牌进行排序,便于分析 + List sortedHand = new ArrayList<>(handCards); + Collections.sort(sortedHand); + + // 计算牌的数量分布 + Map cardCounts = new HashMap<>(); + for (int card : sortedHand) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 检查是否可以形成一对将牌,其余为四组刻子或顺子 + return canFormValidMelds(sortedHand, cardCounts, analysis); + } + + /** + * 递归检查是否可以形成有效的牌组(刻子或顺子)和一对将牌 + * @param handCards 手牌 + * @param cardCounts 牌的数量分布 + * @param analysis 手牌分析结果 + * @return 是否可以形成有效的牌组 + */ + private boolean canFormValidMelds(List handCards, Map cardCounts, HandAnalysis analysis) { + // 尝试将每一张有至少两张的牌作为将牌 + for (Map.Entry entry : cardCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 2) { + // 创建临时的牌数量分布,减去一对将牌 + Map tempCounts = new HashMap<>(cardCounts); + tempCounts.put(card, count - 2); + + // 检查剩余的牌是否可以形成四组刻子或顺子 + if (checkRemainingCards(tempCounts)) { + return true; + } + } + } + + // 没有找到合适的将牌和牌组组合 + return false; + } + + /** + * 检查剩余的牌是否可以形成刻子或顺子 + * @param cardCounts 牌的数量分布 + * @return 是否可以形成有效的牌组 + */ + private boolean checkRemainingCards(Map cardCounts) { + // 递归终止条件:所有牌都被使用 + if (cardCounts.values().stream().allMatch(count -> count == 0)) { + return true; + } + + // 尝试每一张还有剩余的牌 + for (Map.Entry entry : new HashMap<>(cardCounts).entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count == 0) { + continue; + } + + // 获取牌的花色和点数 + int suit = card / 100; + int rank = card % 100; + + // 尝试组成刻子(3张相同的牌) + if (count >= 3) { + Map tempCounts = new HashMap<>(cardCounts); + tempCounts.put(card, count - 3); + + if (checkRemainingCards(tempCounts)) { + return true; + } + } + + // 对于万、筒、条,尝试组成顺子(3张连续的牌) + if (suit >= 1 && suit <= 3 && rank <= 7) { + int nextCard = suit * 100 + (rank + 1); + int nextNextCard = suit * 100 + (rank + 2); + + if (cardCounts.getOrDefault(nextCard, 0) > 0 && + cardCounts.getOrDefault(nextNextCard, 0) > 0) { + + Map tempCounts = new HashMap<>(cardCounts); + tempCounts.put(card, count - 1); + tempCounts.put(nextCard, tempCounts.get(nextCard) - 1); + tempCounts.put(nextNextCard, tempCounts.get(nextNextCard) - 1); + + if (checkRemainingCards(tempCounts)) { + return true; + } + } + } + } + + return false; + } + + /** + * 综合测试函数:验证单张牌是否能让手牌胡牌 + * @param handCards 玩家手牌 + * @param testCard 要测试的单张牌 + * @param hongZhongCount 红中数量 + * @param tableCards 桌面已打出的牌(用于检查是否点炮等特殊规则) + * @return 胡牌结果信息对象 + */ + public WinResult verifySingleCardCanWin(List handCards, int testCard, int hongZhongCount, List tableCards) { + WinResult result = new WinResult(); + result.testCard = testCard; + result.canWin = false; + result.winTypes = new ArrayList<>(); + result.handCards = new ArrayList<>(handCards); + result.hongZhongCount = hongZhongCount; + + // 开始计时,用于性能统计 + long startTime = System.currentTimeMillis(); + + try { + // 创建测试手牌(将测试牌加入手牌) + List testHandCards = new ArrayList<>(handCards); + testHandCards.add(testCard); + + // 1. 检测是否为正常胡牌(标准型) + boolean normalWin = checkNormalWin(testHandCards, hongZhongCount); + if (normalWin) { + result.canWin = true; + result.winTypes.add("NORMAL"); + } + + // 2. 检测是否为七对子胡牌 + boolean sevenPairsWin = checkSevenPairsWin(testHandCards, hongZhongCount); + if (sevenPairsWin) { + result.canWin = true; + result.winTypes.add("SEVEN_PAIRS"); + } + + // 3. 检测是否为十三幺胡牌 + boolean thirteenOrphansWin = checkThirteenOrphansWin(testHandCards); + if (thirteenOrphansWin) { + result.canWin = true; + result.winTypes.add("THIRTEEN_ORPHANS"); + } + + // 4. 检测是否为特殊牌型胡牌(如清一色、一条龙等) + List specialWinTypes = checkSpecialWinTypes(testHandCards, hongZhongCount); + if (!specialWinTypes.isEmpty()) { + result.canWin = true; + result.winTypes.addAll(specialWinTypes); + } + + // 5. 如果可以胡牌,计算胡牌分数 + if (result.canWin) { + result.winScore = calculateWinScore(result.winTypes, hongZhongCount); + } + + } catch (Exception e) { + logInfo("验证胡牌时出错: " + e.getMessage()); + result.error = e.getMessage(); + } + + // 记录执行时间 + result.executionTime = System.currentTimeMillis() - startTime; + + return result; + } + + /** + * 检查正常胡牌(标准型) + */ + private boolean checkNormalWin(List handCards, int hongZhongCount) { + // 这里应该调用WinSplitCard类的方法进行检测 + // 简化实现,实际需要调用已有胡牌检测逻辑 + try { + // 对输入参数进行预处理,将手牌转换为正确的格式 + // 然后调用WinSplitCard的检测方法 + // 简化返回,实际需要正确实现 + return handCards.size() % 3 == 2 || hongZhongCount > 0; + } catch (Exception e) { + logInfo("检查正常胡牌出错: " + e.getMessage()); + return false; + } + } + + /** + * 检查七对子胡牌 + */ + private boolean checkSevenPairsWin(List handCards, int hongZhongCount) { + // 七对子需要7个对子(14张牌),或有红中时的特殊情况 + if (handCards.size() + hongZhongCount < 14) { + return false; + } + + // 统计每种牌的数量 + Map cardCounts = new HashMap<>(); + for (int card : handCards) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 七对子的基本要求:成对的牌数量 + 红中可能组成的对子数 >= 7 + int pairCount = 0; + int oddCount = 0; + + for (int count : cardCounts.values()) { + pairCount += count / 2; + if (count % 2 != 0) { + oddCount++; + } + } + + // 红中可以作为对子或代替单张牌 + // 简化实现,红中可以灵活使用 + return (pairCount + hongZhongCount) >= 7; + } + + /** + * 检查十三幺胡牌 + */ + private boolean checkThirteenOrphansWin(List handCards) { + // 十三幺牌型:东南西北中发白 + 三种花色的1和9 + Set requiredCards = new HashSet<>(); + // 添加东南西北中发白(简化表示,实际需要根据游戏具体规则) + requiredCards.add(301); // 东 + requiredCards.add(302); // 南 + requiredCards.add(303); // 西 + requiredCards.add(304); // 北 + requiredCards.add(305); // 中 + requiredCards.add(306); // 发 + requiredCards.add(307); // 白 + // 添加万、筒、条的1和9(简化表示) + requiredCards.add(101); requiredCards.add(109); + requiredCards.add(201); requiredCards.add(209); + requiredCards.add(401); requiredCards.add(409); + + // 检查是否包含所有必要的幺九牌 + Set handCardSet = new HashSet<>(handCards); + boolean hasAllOrphans = true; + for (int required : requiredCards) { + if (!handCardSet.contains(required)) { + hasAllOrphans = false; + break; + } + } + + // 十三幺要求至少13种不同的幺九牌,再加上其中任意一张组成对子 + if (!hasAllOrphans) { + return false; + } + + // 统计是否有至少一对 + Map cardCounts = new HashMap<>(); + for (int card : handCards) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + if (cardCounts.get(card) >= 2) { + return true; // 找到对子,符合十三幺条件 + } + } + + return false; + } + + /** + * 检查特殊牌型胡牌 + */ + private List checkSpecialWinTypes(List handCards, int hongZhongCount) { + List specialTypes = new ArrayList<>(); + + // 检查清一色(所有牌同一花色,红中不计入) + boolean isPureColor = checkPureColor(handCards); + if (isPureColor) { + specialTypes.add("PURE_COLOR"); + } + + // 检查一条龙(包含同一花色的1-9) + boolean isOneDragon = checkOneDragon(handCards); + if (isOneDragon) { + specialTypes.add("ONE_DRAGON"); + } + + // 检查碰碰胡(全是刻子和一对将牌) + boolean isAllTriplets = checkAllTriplets(handCards, hongZhongCount); + if (isAllTriplets) { + specialTypes.add("ALL_TRIPLETS"); + } + + return specialTypes; + } + + /** + * 检查清一色 + */ + private boolean checkPureColor(List handCards) { + if (handCards.isEmpty()) { + return false; + } + + // 获取第一张牌的花色 + int firstSuit = handCards.get(0) / 100; + + // 检查所有牌是否同花色 + for (int card : handCards) { + if (card / 100 != firstSuit) { + return false; + } + } + + return true; + } + + /** + * 检查一条龙 + */ + private boolean checkOneDragon(List handCards) { + // 按花色分组 + Map> cardsBySuit = new HashMap<>(); + for (int card : handCards) { + int suit = card / 100; + int value = card % 100; + + cardsBySuit.putIfAbsent(suit, new HashSet<>()); + cardsBySuit.get(suit).add(value); + } + + // 检查每种花色是否包含1-9 + for (Set values : cardsBySuit.values()) { + boolean hasFullSequence = true; + for (int i = 1; i <= 9; i++) { + if (!values.contains(i)) { + hasFullSequence = false; + break; + } + } + if (hasFullSequence) { + return true; + } + } + + return false; + } + + /** + * 检查碰碰胡 + */ + private boolean checkAllTriplets(List handCards, int hongZhongCount) { + // 统计每种牌的数量 + Map cardCounts = new HashMap<>(); + for (int card : handCards) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + int tripletCount = 0; + int pairCount = 0; + + for (int count : cardCounts.values()) { + tripletCount += count / 3; + int remainder = count % 3; + if (remainder == 2) { + pairCount++; + } else if (remainder == 1) { + // 有单张牌,可能无法形成碰碰胡 + // 但可以用红中代替 + } + } + + // 碰碰胡需要4个刻子和1个对子 + // 红中可以作为刻子或对子使用 + int possibleTripletsFromHongZhong = hongZhongCount / 3; + int remainingHongZhong = hongZhongCount % 3; + + int totalTriplets = tripletCount + possibleTripletsFromHongZhong; + int neededTriplets = Math.max(0, 4 - totalTriplets); + + // 检查是否可以通过剩余红中满足需求 + return (neededTriplets <= remainingHongZhong / 2) && (pairCount == 1 || (pairCount == 0 && remainingHongZhong >= 2)); + } + + /** + * 计算胡牌分数 + */ + private int calculateWinScore(List winTypes, int hongZhongCount) { + int baseScore = 1; + + // 根据胡牌类型增加分数 + for (String winType : winTypes) { + switch (winType) { + case "NORMAL": + baseScore *= 1; + break; + case "SEVEN_PAIRS": + baseScore *= 2; + break; + case "THIRTEEN_ORPHANS": + baseScore *= 16; + break; + case "PURE_COLOR": + baseScore *= 4; + break; + case "ONE_DRAGON": + baseScore *= 2; + break; + case "ALL_TRIPLETS": + baseScore *= 2; + break; + } + } + + // 红中奖励 + baseScore += hongZhongCount; + + return baseScore; + } + + /** + * 胡牌结果信息类 + */ + public static class WinResult { + public int testCard; // 测试的牌 + public boolean canWin; // 是否可以胡牌 + public List winTypes; // 胡牌类型列表 + public int winScore; // 胡牌分数 + public List handCards; // 玩家手牌 + public int hongZhongCount; // 红中数量 + public long executionTime; // 执行时间(毫秒) + public String error; // 错误信息(如果有) + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("WinResult{testCard=").append(testCard) + .append(", canWin=").append(canWin) + .append(", winTypes=").append(winTypes) + .append(", winScore=").append(winScore) + .append(", executionTime=").append(executionTime).append("ms") + .append(", hongZhongCount=").append(hongZhongCount); + + if (error != null) { + sb.append(", error='").append(error).append("'"); + } + + sb.append("}"); + return sb.toString(); + } + } + + + + + +} \ No newline at end of file diff --git a/libs/robot_common/src/main/java/taurus/util/ZhuanZhuanSuanFaTest.java b/libs/robot_common/src/main/java/taurus/util/ZhuanZhuanSuanFaTest.java new file mode 100644 index 0000000..447f323 --- /dev/null +++ b/libs/robot_common/src/main/java/taurus/util/ZhuanZhuanSuanFaTest.java @@ -0,0 +1,955 @@ +package taurus.util; + +import java.util.*; + +public class ZhuanZhuanSuanFaTest { + private static final int HONG_ZHONG = 412; + + // 权重配置 + private static final int WEIGHT_COMPLETED_MELD = 70; // 已完成的面子权重 + private static final int WEIGHT_PAIR = 60; // 对子权重 + private static final int WEIGHT_POTENTIAL_TRIPLET = 50; + private static final int WEIGHT_POTENTIAL_PAIR = 40; + private static final int WEIGHT_CLOSE_ADJACENT = 60; // 相邻牌权重 + private static final int WEIGHT_FAR_ADJACENT = 25; // 远邻牌权重 + private static final int WEIGHT_MIDDLE_RANK = 25; // 中张牌权重 + private static final int PENALTY_EDGE_RANK = 15; // 边张惩罚 + private static final int PENALTY_ISOLATED = 40; // 孤张惩罚 + + public String outCardSuanFa(List cardInhand, int card) { + List handCards = new ArrayList<>(cardInhand); + handCards.sort(Integer::compareTo); + System.out.println("排序后机器人手牌" + handCards); + + // 分析手牌结构 + HandAnalysis analysis = analyzeHand(handCards); + + System.out.println("机器人 zhuanZhuanCount 转转数量 " + analysis.zhuanZhaunCount); + System.out.println(" 按花色分组的计数 " + analysis.cardCounts); + System.out.println("机器人 已完成的刻子、顺子 " + analysis.completedMelds); + System.out.println("机器人 对子 " + analysis.pairs); + System.out.println("机器人 孤张牌 " + analysis.isolatedCards); + System.out.println("机器人 每张牌的有用程度 " + analysis.cardUsefulness); + System.out.println("机器人 按花色分组的手牌" + analysis.cardsBySuit); + System.out.println("机器人 向听数 " + analysis.shantenCount); + + // 计算每张牌的出牌优先级 + Map discardPriority = calculateDiscardPriority(handCards, analysis); + + // 选择要打出的牌 + int cardToDiscard = selectCardToDiscard(handCards, discardPriority); + System.out.println("最终打出牌 " + cardToDiscard); + + return String.valueOf(cardToDiscard); + } + + private static class HandAnalysis { + int zhuanZhaunCount = 0; + Map cardCounts = new HashMap<>(); // 按花色分组的计数 + List> completedMelds = new ArrayList<>(); // 已完成的刻子/顺子 + List pairs = new ArrayList<>(); //对子 + List isolatedCards = new ArrayList<>(); // 孤张牌 + Map cardUsefulness = new HashMap<>(); // 每张牌的有用程度 + Map> cardsBySuit = new HashMap<>(); // 按花色分组的手牌 + + // 新增字段 + int pairCount = 0; // 对子数量 + int meldCount = 0; // 面子数量 + int shantenCount = Integer.MAX_VALUE; // 向听数 + boolean isTingPai = false; // 是否听牌 + Set tingCards = new HashSet<>(); // 可听的牌组 + boolean hasLongQiDuiPotential = false; // 七对潜力 + Set usedInMelds = new HashSet<>(); // 已用于面子的牌 + Set usedInPairs = new HashSet<>(); // 已用于对子的牌 + } + + private HandAnalysis analyzeHand(List handCards) { + HandAnalysis analysis = new HandAnalysis(); + + // 分离红中和普通牌,并按花色分组 + for (int card : handCards) { + if (card == HONG_ZHONG) { + analysis.zhuanZhaunCount++; + } else { + int suit = card / 100; + analysis.cardCounts.put(card, analysis.cardCounts.getOrDefault(card, 0) + 1); + + // 按花色分组 + analysis.cardsBySuit.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + } + + analyzeCardPatterns(analysis); + + // 计算向听数 + calculateShantenCount(analysis); + + // 检查七对潜力 + checkLongQiDuiPotential(analysis); + + // 检查是否听牌 + checkTingPai(analysis); + + return analysis; + } + + private void analyzeCardPatterns(HandAnalysis analysis) { + // 初始化可组成面子的牌集合 + Set usedInMelds = new HashSet<>(); + Set usedInPairs = new HashSet<>(); + + // 对每种花色分别分析 + for (List suitCards : new ArrayList<>(analysis.cardsBySuit.values())) { + List cardsCopy = new ArrayList<>(suitCards); + cardsCopy.sort(Integer::compareTo); + + // 先找刻子 + findTripletsOptimized(cardsCopy, analysis, usedInMelds); + // 再找顺子 + findSequencesOptimized(cardsCopy, analysis, usedInMelds); + // 找对子 + findPairsOptimized(cardsCopy, analysis, usedInPairs); + // 剩余的是孤张 + analysis.isolatedCards.addAll(cardsCopy); + } + + // 保存已使用的牌信息 + analysis.usedInMelds = usedInMelds; + analysis.usedInPairs = usedInPairs; + + // 更新面子数量和对子数量 + analysis.meldCount = analysis.completedMelds.size(); + analysis.pairCount = analysis.pairs.size(); + + // 分析每张牌的价值 + analyzeCardUsefulness(analysis); + } + + // 优化的刻子查找方法 + private void findTripletsOptimized(List cards, HandAnalysis analysis, Set usedInMelds) { + Map countMap = new HashMap<>(); + for (int card : cards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 使用新的列表来记录要移除的牌 + List cardsToRemove = new ArrayList<>(); + + for (int card : cards) { + if (countMap.getOrDefault(card, 0) >= 3 && !cardsToRemove.contains(card)) { + // 找到刻子 + List triplet = Arrays.asList(card, card, card); + analysis.completedMelds.add(triplet); + + // 标记要移除的牌 + cardsToRemove.add(card); + cardsToRemove.add(card); + cardsToRemove.add(card); + + // 标记已使用的牌 + usedInMelds.add(card); + + // 更新计数 + countMap.put(card, countMap.get(card) - 3); + } + } + + // 一次性移除所有标记的牌 + cards.removeAll(cardsToRemove); + } + + // 优化的顺子查找方法 + private void findSequencesOptimized(List cards, HandAnalysis analysis, Set usedInMelds) { + if (cards.size() < 3) return; + + // 转换为点数并去重排序 + Set points = new HashSet<>(); + for (int card : cards) { + points.add(card % 100); // 获取点数(1-9) + } + + List sortedPoints = new ArrayList<>(points); + Collections.sort(sortedPoints); + + for (int i = 0; i <= sortedPoints.size() - 3; i++) { + int p1 = sortedPoints.get(i); + int p2 = sortedPoints.get(i + 1); + int p3 = sortedPoints.get(i + 2); + + if (p2 == p1 + 1 && p3 == p2 + 1) { + // 找到顺子模式,获取对应的牌 + int suit = cards.get(0) / 100; // 所有牌都是同一花色 + int card1 = suit * 100 + p1; + int card2 = suit * 100 + p2; + int card3 = suit * 100 + p3; + + if (cards.contains(card1) && cards.contains(card2) && cards.contains(card3)) { + // 找到顺子 + List sequence = Arrays.asList(card1, card2, card3); + analysis.completedMelds.add(sequence); + + // 移除这三张牌 + cards.remove(Integer.valueOf(card1)); + cards.remove(Integer.valueOf(card2)); + cards.remove(Integer.valueOf(card3)); + + // 标记已使用的牌 + usedInMelds.add(card1); + usedInMelds.add(card2); + usedInMelds.add(card3); + + // 重新开始查找,因为牌列表改变了 + findSequencesOptimized(cards, analysis, usedInMelds); + return; + } + } + } + } + + // 优化的对子查找方法 + private void findPairsOptimized(List cards, HandAnalysis analysis, Set usedInPairs) { + Map countMap = new HashMap<>(); + for (int card : cards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 使用新的列表来记录要移除的牌 + List cardsToRemove = new ArrayList<>(); + + for (int card : cards) { + if (countMap.getOrDefault(card, 0) >= 2 && !cardsToRemove.contains(card)) { + analysis.pairs.add(card); + + // 标记已使用的牌 + usedInPairs.add(card); + + // 标记要移除的牌 + cardsToRemove.add(card); + cardsToRemove.add(card); + + // 更新计数 + countMap.put(card, countMap.get(card) - 2); + } + } + + // 一次性移除所有标记的牌 + cards.removeAll(cardsToRemove); + } + + // 计算向听数 + private void calculateShantenCount(HandAnalysis analysis) { + // 简化版向听数计算 + int totalCards = analysis.zhuanZhaunCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + // 基础向听数 = 理想牌型的面子数 - 当前面子数 + int idealMelds = (totalCards + analysis.zhuanZhaunCount) / 3; + analysis.shantenCount = Math.max(0, idealMelds - analysis.meldCount); + } + + // 检查七对潜力 + private void checkLongQiDuiPotential(HandAnalysis analysis) { + // 七对需要至少5个对子加上转转 + if (analysis.pairCount >= 5 || analysis.zhuanZhaunCount >= 2) { + analysis.hasLongQiDuiPotential = true; + } + } + + // 检查是否听牌 + private void checkTingPai(HandAnalysis analysis) { + // 检查基本听牌条件 + int totalCards = analysis.zhuanZhaunCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + // 标准麻将听牌条件:一对将牌 + 四面子,或七对子 + boolean standardTing = (totalCards - 2) % 3 == 0 && analysis.shantenCount == 0; + boolean sevenPairsTing = analysis.hasLongQiDuiPotential && totalCards >= 12; + + analysis.isTingPai = standardTing || sevenPairsTing; + + // 如果听牌,尝试找出听的牌 + if (analysis.isTingPai) { + findTingCards(analysis); + } + } + + // 找出可听的牌 + private void findTingCards(HandAnalysis analysis) { + // 简化版听牌查找逻辑 + for (int suit = 1; suit <= 3; suit++) { // 遍历万、饼、条 + for (int rank = 1; rank <= 9; rank++) { // 遍历1-9 + int testCard = suit * 100 + rank; + if (!analysis.cardCounts.containsKey(testCard) || analysis.cardCounts.get(testCard) < 4) { + // 模拟加入这张牌 + analysis.tingCards.add(testCard); + } + } + } + } + + /** + * 分析摸牌后是否可听牌,并全面分析手牌结构 + */ + public boolean analyzeDrawCard(List currentHand, int drawnCard) { + // 创建包含摸牌后的手牌 + List newHand = new ArrayList<>(currentHand); + newHand.add(drawnCard); + newHand.sort(Integer::compareTo); + + System.out.println("摸牌: " + drawnCard + ",摸牌后手牌: " + newHand); + + // 分析新的手牌 + HandAnalysis analysis = analyzeHand(newHand); + + // 输出详细分析结果 + System.out.println("摸牌后分析结果:"); + System.out.println("- 是否听牌: " + analysis.isTingPai); + if (analysis.isTingPai) { + System.out.println("- 可听的牌组: " + analysis.tingCards); + } + System.out.println("- 转转数量: " + analysis.zhuanZhaunCount); + System.out.println("- 已完成的面子数: " + analysis.meldCount); + System.out.println("- 对子数量: " + analysis.pairCount); + System.out.println("- 孤张牌: " + analysis.isolatedCards); + System.out.println("- 向听数: " + analysis.shantenCount); + + // 特别分析新摸的牌对牌型的影响 + int newCardCount = 0; + for (int card : newHand) { + if (card == drawnCard) newCardCount++; + } + + System.out.println("- 新摸牌 " + drawnCard + " 的数量: " + newCardCount); + + // 分析新摸牌的潜力 + int drawnCardPotential = calculateCardPotentialScore(drawnCard, analysis); + System.out.println("- 新摸牌的潜力分数: " + drawnCardPotential); + + // 调用分析打出哪张牌可以听牌的方法 + findDiscardToTing(newHand); + + return analysis.isTingPai; + } + + /** + * 分析打出哪张牌可以听牌 + */ + public Map> findDiscardToTing(List currentHand) { + Map> discardToTingMap = new HashMap<>(); + System.out.println("\n开始分析打出哪张牌可以听牌..."); + + // 对手牌进行深度复制,避免修改原手牌 + List handCopy = new ArrayList<>(currentHand); + handCopy.sort(Integer::compareTo); + + // 统计每种牌的数量,避免重复分析相同的牌 + Map cardCounts = new HashMap<>(); + for (int card : handCopy) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 尝试打出每一种不同的牌 + for (Map.Entry entry : cardCounts.entrySet()) { + int cardToDiscard = entry.getKey(); + + // 转转通常不会打出,但仍然分析可能性 + if (cardToDiscard == HONG_ZHONG) { + System.out.println("- 通常不建议打出转转: " + cardToDiscard); + continue; + } + + // 模拟打出这张牌 + List tempHand = new ArrayList<>(handCopy); + tempHand.remove(Integer.valueOf(cardToDiscard)); + + // 分析打出这张牌后的手牌是否听牌 + HandAnalysis analysis = analyzeHand(tempHand); + + // 如果听牌,记录这张牌和对应的听牌组 + if (analysis.isTingPai && !analysis.tingCards.isEmpty()) { + discardToTingMap.put(cardToDiscard, analysis.tingCards); + System.out.println("- 打出牌: " + cardToDiscard + " 后可以听牌"); + System.out.println(" 听的牌组: " + analysis.tingCards); + } + } + + // 输出分析结果 + if (discardToTingMap.isEmpty()) { + System.out.println("- 当前没有可以打出后听牌的牌"); + } else { + System.out.println("\n可打出后听牌的牌数量: " + discardToTingMap.size()); + System.out.println("建议打出的牌及其对应的听牌组:"); + for (Map.Entry> entry : discardToTingMap.entrySet()) { + System.out.println("- 牌: " + entry.getKey() + " -> 听牌组: " + entry.getValue()); + } + } + + return discardToTingMap; + } + + /** + * 计算牌的潜力分数 + */ + /** + * 计算牌的潜力分数(增强版) + */ + private int calculateCardPotentialScore(int card, HandAnalysis analysis) { + int score = 0; + + // 如果是转转,潜力很高 + if (card == HONG_ZHONG) { + return 100; + } + + int suit = card / 100; + int rank = card % 100; + int cardCount = analysis.cardCounts.getOrDefault(card, 0); + + // 1. 刻子潜力评估 + if (cardCount >= 2) { + score += 30; // 两张相同的牌有刻子潜力 + if (cardCount >= 3) { + score += 40; // 三张相同的牌刻子已完成 + } + } else if (cardCount == 1) { + score += 10; // 单张牌的基础潜力 + } + + // 2. 对子潜力 + if (analysis.pairs.contains(card)) { + score += 25; + // 如果已经有多个对子,评估七对潜力 + if (analysis.pairCount >= 5) { + score += 15; // 七对潜力加分 + } + } + + // 3. 顺子潜力评估 + // 检查两面搭(如34需要2或5) + int prevCard = suit * 100 + (rank - 1); + int nextCard = suit * 100 + (rank + 1); + boolean hasPrev = analysis.cardCounts.getOrDefault(prevCard, 0) > 0; + boolean hasNext = analysis.cardCounts.getOrDefault(nextCard, 0) > 0; + + if (hasPrev && hasNext) { + score += 20; // 两面搭子 + } else if (hasPrev || hasNext) { + score += 10; // 一面搭子 + } + + // 4. 检查坎搭可能性(如2和4之间需要3) + if (rank >= 3 && rank <= 7) { + int prevPrevCard = suit * 100 + (rank - 2); + int nextNextCard = suit * 100 + (rank + 2); + + if (analysis.cardCounts.getOrDefault(prevPrevCard, 0) > 0) { + score += 8; // 坎搭潜力 + } + if (analysis.cardCounts.getOrDefault(nextNextCard, 0) > 0) { + score += 8; // 坎搭潜力 + } + } + + // 5. 中间牌额外潜力 + if (rank >= 3 && rank <= 7) { + score += 5; // 中张牌额外价值 + } + // 边张减分 + else if (rank == 1 || rank == 9) { + score -= 5; // 边张减分 + } + + // 6. 检查是否形成复合搭子(如334有两面搭和对子的复合) + if (cardCount >= 1) { + // 检查是否有相邻的对子 + if (analysis.cardCounts.getOrDefault(prevCard, 0) >= 2) { + score += 8; // 相邻对子形成复合搭子 + } + if (analysis.cardCounts.getOrDefault(nextCard, 0) >= 2) { + score += 8; // 相邻对子形成复合搭子 + } + + // 检查是否有相邻的单牌形成复合搭子(如334) + if (analysis.cardCounts.getOrDefault(prevCard, 0) == 1 && cardCount >= 2) { + score += 5; + } + if (analysis.cardCounts.getOrDefault(nextCard, 0) == 1 && cardCount >= 2) { + score += 5; + } + } + + // 7. 转转作为万能牌的影响 + if (analysis.zhuanZhaunCount > 0) { + // 单张牌+转转可以形成对子 + if (cardCount == 1) { + score += 10; + } + // 两张牌+转转可以形成刻子 + if (cardCount == 2) { + score += 15; + } + // 转转可以填补顺子空缺 + if (rank >= 2 && rank <= 8 && (!hasPrev || !hasNext)) { + score += 5; + } + } + + // 8. 评估该牌对整体牌型的贡献 + if (analysis.shantenCount <= 2 && !analysis.isolatedCards.contains(card)) { + score += 10; // 对接近听牌的牌型有贡献 + } + + // 9. 孤张牌减分 + if (analysis.isolatedCards.contains(card)) { + score -= 15; // 孤张牌减分 + } + + return Math.max(0, score); // 确保分数不为负 + } + + /** + * 处理牌数较少的花色 + */ + private void handleSmallSuit(List suitCards, HandAnalysis analysis) { + Map countMap = new HashMap<>(); + for (int card : suitCards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 先找对子 + for (Map.Entry entry : countMap.entrySet()) { + if (entry.getValue() >= 2) { + analysis.pairs.add(entry.getKey()); + + // 移除对子 + suitCards.remove(entry.getKey()); + suitCards.remove(entry.getKey()); + break; + } + } + + // 剩余的都是孤张 + analysis.isolatedCards.addAll(suitCards); + } + + /** + * 分析每张牌的有用程度(优化版) + */ + private void analyzeCardUsefulnessOptimized(HandAnalysis analysis) { + // 分析所有普通牌 + for (List suitCards : analysis.cardsBySuit.values()) { + for (int card : suitCards) { + int usefulness = calculateSingleCardUsefulness(card, suitCards, analysis); + analysis.cardUsefulness.put(card, usefulness); + } + } + } + + // 重命名为analyzeCardUsefulness以保持向后兼容性 + private void analyzeCardUsefulness(HandAnalysis analysis) { + analyzeCardUsefulnessOptimized(analysis); + } + + private int calculateSingleCardUsefulness(int card, List sameSuitCards, HandAnalysis analysis) { + int usefulness = 0; + int suit = card / 100; + int rank = card % 100; + + // 1. 检查是否在已完成的牌型中 + for (List meld : analysis.completedMelds) { + if (meld.contains(card)) { + usefulness += WEIGHT_COMPLETED_MELD; + break; + } + } + + // 2. 检查是否是对子 + if (analysis.pairs.contains(card)) { + usefulness += WEIGHT_PAIR; + } + + // 3. 检查刻子潜力 + int sameCardCount = Collections.frequency(sameSuitCards, card); + if (sameCardCount >= 2) { + usefulness += WEIGHT_POTENTIAL_TRIPLET; + } else if (sameCardCount == 1) { + usefulness += 15; + } + + // 4. 检查顺子潜力 + usefulness += checkSequencePotential(card, sameSuitCards); + + // 5. 检查相邻牌潜力 + usefulness += checkAdjacentCardPotential(card, sameSuitCards); + + // 6. 中张牌价值更高(3-7) + if (rank >= 3 && rank <= 7) { + usefulness += WEIGHT_MIDDLE_RANK; + } + + // 7. 边张牌价值较低(1,2,8,9) + if (rank == 1 || rank == 2 || rank == 8 || rank == 9) { + usefulness -= PENALTY_EDGE_RANK; + } + + // 8. 孤张牌惩罚 + if (analysis.isolatedCards.contains(card)) { + usefulness -= PENALTY_ISOLATED; + } + + return Math.max(usefulness, 1); + } + + /** + * 特别处理相邻牌的情况(优化版) + */ + private int checkAdjacentCardPotential(int card, List sameSuitCards) { + int potential = 0; + int suit = card / 100; + int rank = card % 100; + + // 检查前后相邻的牌 + int[] closeAdjacent = {rank - 1, rank + 1}; // 紧邻的牌 + int[] farAdjacent = {rank - 2, rank + 2}; // 隔一张的牌 + + // 紧邻的牌价值很高 + for (int adjRank : closeAdjacent) { + if (adjRank >= 1 && adjRank <= 9) { + int adjCard = suit * 100 + adjRank; + if (sameSuitCards.contains(adjCard)) { + potential += WEIGHT_CLOSE_ADJACENT; + } + } + } + + // 隔一张的牌也有价值 + for (int adjRank : farAdjacent) { + if (adjRank >= 1 && adjRank <= 9) { + int adjCard = suit * 100 + adjRank; + if (sameSuitCards.contains(adjCard)) { + potential += WEIGHT_FAR_ADJACENT; + } + } + } + + return potential; + } + + /** + * 检查顺子潜力(严格同花色) + */ + private int checkSequencePotential(int card, List sameSuitCards) { + int potential = 0; + int rank = card % 100; + + // 检查可能的顺子组合(必须是同花色) + int[][] sequencePatterns = { + {rank - 2, rank - 1}, // 缺前两张 + {rank - 1, rank + 1}, // 缺中间一张 + {rank + 1, rank + 2} // 缺后两张 + }; + + int suit = card / 100; + + for (int[] pattern : sequencePatterns) { + boolean validPattern = true; + for (int r : pattern) { + if (r < 1 || r > 9) { + validPattern = false; + break; + } + } + + if (validPattern) { + int neededCard1 = suit * 100 + pattern[0]; + int neededCard2 = suit * 100 + pattern[1]; + + if (sameSuitCards.contains(neededCard1) && sameSuitCards.contains(neededCard2)) { + potential += 30; // 已经有两张配套牌 + } else if (sameSuitCards.contains(neededCard1) || sameSuitCards.contains(neededCard2)) { + potential += 15; // 有一张配套牌 + } else { + potential += 5; // 有形成顺子的潜力 + } + } + } + + return potential; + } + + /** + * 计算每张牌的出牌优先级(增强版) + */ + private Map calculateDiscardPriority(List handCards, HandAnalysis analysis) { + Map priority = new HashMap<>(); + + for (int card : handCards) { + if (card == HONG_ZHONG) { + priority.put(card, 1000); // 转转优先级很高(不应该打) + continue; + } + + // 听牌时,保护听牌组中的牌 + if (analysis.isTingPai && analysis.tingCards.contains(card)) { + priority.put(card, 900); // 听牌组中的牌优先级很高 + continue; + } + + // 获取牌的有用程度 + int usefulness = analysis.cardUsefulness.getOrDefault(card, 0); + + // 计算牌的潜力分数 + int potentialScore = calculateCardPotentialScore(card, analysis); + + // 综合评估优先级:有用程度 + 潜力分数 + int discardPriority = usefulness + potentialScore; + + // 孤张牌更容易被打出(降低优先级数值) + if (analysis.isolatedCards.contains(card)) { + discardPriority = Math.max(1, discardPriority - PENALTY_ISOLATED); + + // 特别处理:如果是完全孤立的边张牌(如1或9且没有相邻牌) + int rank = card % 100; + int suit = card / 100; + if ((rank == 1 || rank == 9) && + analysis.cardCounts.getOrDefault(suit * 100 + (rank == 1 ? 2 : 8), 0) == 0) { + discardPriority = Math.max(1, discardPriority - 20); // 进一步降低优先级 + } + } + + // 边张牌(1和9)在不是对子或刻子的情况下优先级降低 + int rank = card % 100; + if ((rank == 1 || rank == 9) && analysis.cardCounts.getOrDefault(card, 0) < 2) { + discardPriority = Math.max(1, discardPriority - 10); + } + + priority.put(card, discardPriority); + } + + return priority; + } + + private int selectCardToDiscard(List handCards, Map priority) { + int minPriority = Integer.MAX_VALUE; + List candidateCards = new ArrayList<>(); + + // 检查是否有可以打出后听牌的选项 + Map> discardToTingMap = findDiscardToTing(handCards); + if (!discardToTingMap.isEmpty()) { + // 如果有多个可打出后听牌的选项,选择其中一个 + Integer bestTingCard = discardToTingMap.keySet().iterator().next(); + System.out.println("发现可以打出后听牌的牌: " + bestTingCard); + return bestTingCard; + } + + // 正常选择优先级最低的牌 + for (int card : handCards) { + int cardPriority = priority.getOrDefault(card, 50); + + // 选择优先级数值最小的牌(最应该打出的) + if (cardPriority < minPriority) { + minPriority = cardPriority; + candidateCards.clear(); + candidateCards.add(card); + } else if (cardPriority == minPriority) { + candidateCards.add(card); + } + } + + if (!candidateCards.isEmpty()) { + // 优先打出数量较多的相同牌 + if (candidateCards.size() > 1) { + int maxCount = 0; + int selectedCard = candidateCards.get(0); + Map countMap = new HashMap<>(); + + for (int card : handCards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + for (int card : candidateCards) { + int count = countMap.getOrDefault(card, 0); + if (count > maxCount) { + maxCount = count; + selectedCard = card; + } + } + return selectedCard; + } + + // 如果只有一张候选牌,直接返回 + return candidateCards.get(0); + } + + return handCards.get(0); + } + + /** + * 判断是否应该碰牌 + */ + public boolean shouldPong(int proposedCard, List currentHand) { + System.out.println("判断是否应该碰牌: " + proposedCard); + + // 基础碰牌条件:手中已有两张相同的牌 + int count = 0; + for (int card : currentHand) { + if (card == proposedCard) { + count++; + } + } + + if (count < 2) { + System.out.println("- 手中没有两张相同的牌,无法碰"); + return false; + } + + // 分析当前手牌状态 + HandAnalysis analysis = analyzeHand(currentHand); + + // 规则1:听牌时不能碰听牌组中的牌 + if (analysis.isTingPai && analysis.tingCards.contains(proposedCard)) { + System.out.println("- 听牌时不能碰听牌组中的牌"); + return false; + } + + // 规则2:有5个或更多对子时不能碰已成对子的牌 + int pairCount = countPairs(currentHand); + if (pairCount >= 5) { + System.out.println("- 对子数量过多,不建议碰牌"); + return false; + } + + // 规则3:顺子的情况下不能碰 + if (isInSequence(proposedCard, currentHand)) { + System.out.println("- 形成顺子的情况下,不建议碰牌"); + return false; + } + + System.out.println("- 可以碰牌"); + return true; + } + + /** + * 计算手牌中的对子数量 + */ + private int countPairs(List handCards) { + Map countMap = new HashMap<>(); + for (int card : handCards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + int pairCount = 0; + for (int count : countMap.values()) { + pairCount += count / 2; + } + + return pairCount; + } + + /** + * 检查牌是否在顺子中 + */ + private boolean isInSequence(int card, List handCards) { + int suit = card / 100; + int rank = card % 100; + + // 检查是否有形成顺子的可能 + boolean hasPrev = handCards.contains(suit * 100 + (rank - 1)); + boolean hasNext = handCards.contains(suit * 100 + (rank + 1)); + + return hasPrev && hasNext; + } + + /** + * 判断是否应该杠牌 + */ + public boolean shouldGang(int proposedCard, List currentHand, int gangType) { + System.out.println("判断是否应该杠牌: " + proposedCard + ",杠类型: " + gangType); + + // 计算手牌中该牌的数量 + int count = 0; + for (int card : currentHand) { + if (card == proposedCard) { + count++; + } + } + + // 检查基础杠牌条件 + // 类型2: 明杠(从他人处获得) + // 类型3: 吃杠(从他人处获得) + // 类型4: 自杠 + // 类型5: 碰后补杠 + + boolean hasEnoughCards = false; + if (gangType == 2 || gangType == 3) { + // 明杠和吃杠需要手中已有三张 + hasEnoughCards = (count >= 3); + } else if (gangType == 4 || gangType == 5) { + // 自杠和补杠需要手中有四张或之前已经碰了 + hasEnoughCards = (count >= 4) || (count >= 1); + } + + if (!hasEnoughCards) { + System.out.println("- 手中牌数量不足,无法杠"); + return false; + } + + // 分析当前手牌状态 + HandAnalysis analysis = analyzeHand(currentHand); + + // 规则1:听牌时优先考虑杠牌,但不杠听牌组中的牌 + if (analysis.isTingPai && analysis.tingCards.contains(proposedCard)) { + System.out.println("- 听牌时不杠听牌组中的牌"); + return false; + } + + // 规则2:检查杠后是否会破坏已有搭子 + if (isInSequence(proposedCard, currentHand)) { + System.out.println("- 杠牌会破坏顺子搭子,不建议杠"); + // 但是如果已经有刻子,杠牌还是可以考虑的 + int tripletCount = 0; + for (List meld : analysis.completedMelds) { + if (meld.contains(proposedCard) && meld.size() == 3) { + tripletCount++; + } + } + if (tripletCount == 0) { + return false; // 没有刻子,不杠 + } + } + + // 规则3:转转优先杠牌,增加灵活性 + if (proposedCard == HONG_ZHONG) { + System.out.println("- 转转优先杠,增加灵活性"); + return true; + } + + // 规则4:如果牌局前期,有杠就杠增加得分机会 + if (analysis.shantenCount >= 2) { + System.out.println("- 牌局前期,建议杠牌增加得分机会"); + return true; + } + + // 规则5:如果牌局后期,即将听牌,谨慎杠牌 + if (analysis.shantenCount == 1) { + System.out.println("- 牌局后期,谨慎杠牌,优先听牌"); + // 计算杠牌后的手牌是否会变得更差 + List tempHand = new ArrayList<>(currentHand); + tempHand.remove(Integer.valueOf(proposedCard)); + HandAnalysis afterGangAnalysis = analyzeHand(tempHand); + + // 如果杠牌后向听数增加,不杠 + if (afterGangAnalysis.shantenCount > analysis.shantenCount) { + System.out.println("- 杠牌后向听数增加,不建议杠"); + return false; + } + } + + System.out.println("- 可以杠牌"); + return true; + } +} diff --git a/libs/robot_common/target/classes/com/robot/ActionEvent.class b/libs/robot_common/target/classes/com/robot/ActionEvent.class new file mode 100644 index 0000000..41b8891 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/ActionEvent.class differ diff --git a/libs/robot_common/target/classes/com/robot/Constant.class b/libs/robot_common/target/classes/com/robot/Constant.class new file mode 100644 index 0000000..bfc008f Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/Constant.class differ diff --git a/libs/robot_common/target/classes/com/robot/EventController.class b/libs/robot_common/target/classes/com/robot/EventController.class new file mode 100644 index 0000000..cdee8fb Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/EventController.class differ diff --git a/libs/robot_common/target/classes/com/robot/GPSUtil.class b/libs/robot_common/target/classes/com/robot/GPSUtil.class new file mode 100644 index 0000000..4b6d057 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/GPSUtil.class differ diff --git a/libs/robot_common/target/classes/com/robot/GameController.class b/libs/robot_common/target/classes/com/robot/GameController.class new file mode 100644 index 0000000..a1fa7e5 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/GameController.class differ diff --git a/libs/robot_common/target/classes/com/robot/GameInterceptor$1.class b/libs/robot_common/target/classes/com/robot/GameInterceptor$1.class new file mode 100644 index 0000000..7fdec95 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/GameInterceptor$1.class differ diff --git a/libs/robot_common/target/classes/com/robot/GameInterceptor.class b/libs/robot_common/target/classes/com/robot/GameInterceptor.class new file mode 100644 index 0000000..9c0d183 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/GameInterceptor.class differ diff --git a/libs/robot_common/target/classes/com/robot/Global.class b/libs/robot_common/target/classes/com/robot/Global.class new file mode 100644 index 0000000..b0cb8eb Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/Global.class differ diff --git a/libs/robot_common/target/classes/com/robot/GroupPublisherService.class b/libs/robot_common/target/classes/com/robot/GroupPublisherService.class new file mode 100644 index 0000000..0799730 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/GroupPublisherService.class differ diff --git a/libs/robot_common/target/classes/com/robot/MainServer$GameSetting.class b/libs/robot_common/target/classes/com/robot/MainServer$GameSetting.class new file mode 100644 index 0000000..565045f Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/MainServer$GameSetting.class differ diff --git a/libs/robot_common/target/classes/com/robot/MainServer.class b/libs/robot_common/target/classes/com/robot/MainServer.class new file mode 100644 index 0000000..4627a5f Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/MainServer.class differ diff --git a/libs/robot_common/target/classes/com/robot/Router.class b/libs/robot_common/target/classes/com/robot/Router.class new file mode 100644 index 0000000..07284be Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/Router.class differ diff --git a/libs/robot_common/target/classes/com/robot/Util.class b/libs/robot_common/target/classes/com/robot/Util.class new file mode 100644 index 0000000..11c9648 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/Util.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/BasePlayBack.class b/libs/robot_common/target/classes/com/robot/data/BasePlayBack.class new file mode 100644 index 0000000..d1de1f3 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/BasePlayBack.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/Hp.class b/libs/robot_common/target/classes/com/robot/data/Hp.class new file mode 100644 index 0000000..55297c8 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/Hp.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/JoinRoomData.class b/libs/robot_common/target/classes/com/robot/data/JoinRoomData.class new file mode 100644 index 0000000..a83c18b Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/JoinRoomData.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/Player$1.class b/libs/robot_common/target/classes/com/robot/data/Player$1.class new file mode 100644 index 0000000..bf12c99 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/Player$1.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/Player$2.class b/libs/robot_common/target/classes/com/robot/data/Player$2.class new file mode 100644 index 0000000..dcd08d3 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/Player$2.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/Player.class b/libs/robot_common/target/classes/com/robot/data/Player.class new file mode 100644 index 0000000..0881402 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/Player.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/Room.class b/libs/robot_common/target/classes/com/robot/data/Room.class new file mode 100644 index 0000000..102ad06 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/Room.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/RoomDismiss$1.class b/libs/robot_common/target/classes/com/robot/data/RoomDismiss$1.class new file mode 100644 index 0000000..bb6b6f4 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/RoomDismiss$1.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/RoomDismiss.class b/libs/robot_common/target/classes/com/robot/data/RoomDismiss.class new file mode 100644 index 0000000..9a2c6c4 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/RoomDismiss.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/Score.class b/libs/robot_common/target/classes/com/robot/data/Score.class new file mode 100644 index 0000000..85be538 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/Score.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/Timer$ITaskHandler.class b/libs/robot_common/target/classes/com/robot/data/Timer$ITaskHandler.class new file mode 100644 index 0000000..7aa6863 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/Timer$ITaskHandler.class differ diff --git a/libs/robot_common/target/classes/com/robot/data/Timer.class b/libs/robot_common/target/classes/com/robot/data/Timer.class new file mode 100644 index 0000000..aaa1652 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/data/Timer.class differ diff --git a/libs/robot_common/target/classes/com/robot/manager/RoomManager$1.class b/libs/robot_common/target/classes/com/robot/manager/RoomManager$1.class new file mode 100644 index 0000000..326223b Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/manager/RoomManager$1.class differ diff --git a/libs/robot_common/target/classes/com/robot/manager/RoomManager.class b/libs/robot_common/target/classes/com/robot/manager/RoomManager.class new file mode 100644 index 0000000..87b3d5d Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/manager/RoomManager.class differ diff --git a/libs/robot_common/target/classes/com/robot/manager/SessionManager$1.class b/libs/robot_common/target/classes/com/robot/manager/SessionManager$1.class new file mode 100644 index 0000000..ab7dfce Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/manager/SessionManager$1.class differ diff --git a/libs/robot_common/target/classes/com/robot/manager/SessionManager.class b/libs/robot_common/target/classes/com/robot/manager/SessionManager.class new file mode 100644 index 0000000..aa5847c Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/manager/SessionManager.class differ diff --git a/libs/robot_common/target/classes/com/robot/player/state/PlayerEndState.class b/libs/robot_common/target/classes/com/robot/player/state/PlayerEndState.class new file mode 100644 index 0000000..6bc4bec Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/player/state/PlayerEndState.class differ diff --git a/libs/robot_common/target/classes/com/robot/player/state/PlayerInitState.class b/libs/robot_common/target/classes/com/robot/player/state/PlayerInitState.class new file mode 100644 index 0000000..60ba492 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/player/state/PlayerInitState.class differ diff --git a/libs/robot_common/target/classes/com/robot/player/state/PlayerPauseState.class b/libs/robot_common/target/classes/com/robot/player/state/PlayerPauseState.class new file mode 100644 index 0000000..6088121 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/player/state/PlayerPauseState.class differ diff --git a/libs/robot_common/target/classes/com/robot/player/state/PlayerPopupState.class b/libs/robot_common/target/classes/com/robot/player/state/PlayerPopupState.class new file mode 100644 index 0000000..e83cab7 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/player/state/PlayerPopupState.class differ diff --git a/libs/robot_common/target/classes/com/robot/player/state/PlayerReadyState.class b/libs/robot_common/target/classes/com/robot/player/state/PlayerReadyState.class new file mode 100644 index 0000000..903066b Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/player/state/PlayerReadyState.class differ diff --git a/libs/robot_common/target/classes/com/robot/player/state/PlayerReloadState.class b/libs/robot_common/target/classes/com/robot/player/state/PlayerReloadState.class new file mode 100644 index 0000000..5ca2b7c Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/player/state/PlayerReloadState.class differ diff --git a/libs/robot_common/target/classes/com/robot/player/state/PlayerSpectatorState.class b/libs/robot_common/target/classes/com/robot/player/state/PlayerSpectatorState.class new file mode 100644 index 0000000..d6b060a Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/player/state/PlayerSpectatorState.class differ diff --git a/libs/robot_common/target/classes/com/robot/player/state/PlayerWaitState.class b/libs/robot_common/target/classes/com/robot/player/state/PlayerWaitState.class new file mode 100644 index 0000000..e58b11c Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/player/state/PlayerWaitState.class differ diff --git a/libs/robot_common/target/classes/com/robot/room/state/RoomDestoryGameState.class b/libs/robot_common/target/classes/com/robot/room/state/RoomDestoryGameState.class new file mode 100644 index 0000000..1b04956 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/room/state/RoomDestoryGameState.class differ diff --git a/libs/robot_common/target/classes/com/robot/room/state/RoomEndState.class b/libs/robot_common/target/classes/com/robot/room/state/RoomEndState.class new file mode 100644 index 0000000..bb5891b Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/room/state/RoomEndState.class differ diff --git a/libs/robot_common/target/classes/com/robot/room/state/RoomInitState.class b/libs/robot_common/target/classes/com/robot/room/state/RoomInitState.class new file mode 100644 index 0000000..21214a1 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/room/state/RoomInitState.class differ diff --git a/libs/robot_common/target/classes/com/robot/room/state/RoomReloadState.class b/libs/robot_common/target/classes/com/robot/room/state/RoomReloadState.class new file mode 100644 index 0000000..57ab65d Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/room/state/RoomReloadState.class differ diff --git a/libs/robot_common/target/classes/com/robot/room/state/RoomStartGameState.class b/libs/robot_common/target/classes/com/robot/room/state/RoomStartGameState.class new file mode 100644 index 0000000..f800b51 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/room/state/RoomStartGameState.class differ diff --git a/libs/robot_common/target/classes/com/robot/room/state/RoomWaitState.class b/libs/robot_common/target/classes/com/robot/room/state/RoomWaitState.class new file mode 100644 index 0000000..1a4a5e5 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/room/state/RoomWaitState.class differ diff --git a/libs/robot_common/target/classes/com/robot/state/StateBase.class b/libs/robot_common/target/classes/com/robot/state/StateBase.class new file mode 100644 index 0000000..d285145 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/state/StateBase.class differ diff --git a/libs/robot_common/target/classes/com/robot/state/StateMachine.class b/libs/robot_common/target/classes/com/robot/state/StateMachine.class new file mode 100644 index 0000000..ebfe2d7 Binary files /dev/null and b/libs/robot_common/target/classes/com/robot/state/StateMachine.class differ diff --git a/libs/robot_common/target/classes/taurus/client/HttpClient$1.class b/libs/robot_common/target/classes/taurus/client/HttpClient$1.class new file mode 100644 index 0000000..6cd8d7a Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/HttpClient$1.class differ diff --git a/libs/robot_common/target/classes/taurus/client/HttpClient$2.class b/libs/robot_common/target/classes/taurus/client/HttpClient$2.class new file mode 100644 index 0000000..d69df3c Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/HttpClient$2.class differ diff --git a/libs/robot_common/target/classes/taurus/client/HttpClient.class b/libs/robot_common/target/classes/taurus/client/HttpClient.class new file mode 100644 index 0000000..7d3e965 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/HttpClient.class differ diff --git a/libs/robot_common/target/classes/taurus/client/ISocketLayer.class b/libs/robot_common/target/classes/taurus/client/ISocketLayer.class new file mode 100644 index 0000000..49486da Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/ISocketLayer.class differ diff --git a/libs/robot_common/target/classes/taurus/client/Message.class b/libs/robot_common/target/classes/taurus/client/Message.class new file mode 100644 index 0000000..fe96864 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/Message.class differ diff --git a/libs/robot_common/target/classes/taurus/client/MessageResponse.class b/libs/robot_common/target/classes/taurus/client/MessageResponse.class new file mode 100644 index 0000000..b7b48d7 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/MessageResponse.class differ diff --git a/libs/robot_common/target/classes/taurus/client/NetManager.class b/libs/robot_common/target/classes/taurus/client/NetManager.class new file mode 100644 index 0000000..bf8ba14 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/NetManager.class differ diff --git a/libs/robot_common/target/classes/taurus/client/SocketCode.class b/libs/robot_common/target/classes/taurus/client/SocketCode.class new file mode 100644 index 0000000..8fec1c6 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/SocketCode.class differ diff --git a/libs/robot_common/target/classes/taurus/client/TaurusClient$1.class b/libs/robot_common/target/classes/taurus/client/TaurusClient$1.class new file mode 100644 index 0000000..4311aee Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/TaurusClient$1.class differ diff --git a/libs/robot_common/target/classes/taurus/client/TaurusClient$2.class b/libs/robot_common/target/classes/taurus/client/TaurusClient$2.class new file mode 100644 index 0000000..3a5d67e Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/TaurusClient$2.class differ diff --git a/libs/robot_common/target/classes/taurus/client/TaurusClient$3.class b/libs/robot_common/target/classes/taurus/client/TaurusClient$3.class new file mode 100644 index 0000000..84c58b0 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/TaurusClient$3.class differ diff --git a/libs/robot_common/target/classes/taurus/client/TaurusClient$4.class b/libs/robot_common/target/classes/taurus/client/TaurusClient$4.class new file mode 100644 index 0000000..30a928a Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/TaurusClient$4.class differ diff --git a/libs/robot_common/target/classes/taurus/client/TaurusClient$5.class b/libs/robot_common/target/classes/taurus/client/TaurusClient$5.class new file mode 100644 index 0000000..3419fd1 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/TaurusClient$5.class differ diff --git a/libs/robot_common/target/classes/taurus/client/TaurusClient$ConnectionProtocol.class b/libs/robot_common/target/classes/taurus/client/TaurusClient$ConnectionProtocol.class new file mode 100644 index 0000000..59e6bc8 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/TaurusClient$ConnectionProtocol.class differ diff --git a/libs/robot_common/target/classes/taurus/client/TaurusClient$NetClientEvent.class b/libs/robot_common/target/classes/taurus/client/TaurusClient$NetClientEvent.class new file mode 100644 index 0000000..d048c4b Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/TaurusClient$NetClientEvent.class differ diff --git a/libs/robot_common/target/classes/taurus/client/TaurusClient.class b/libs/robot_common/target/classes/taurus/client/TaurusClient.class new file mode 100644 index 0000000..1dc60d3 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/TaurusClient.class differ diff --git a/libs/robot_common/target/classes/taurus/client/ThreadManager$1.class b/libs/robot_common/target/classes/taurus/client/ThreadManager$1.class new file mode 100644 index 0000000..2b4d2e4 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/ThreadManager$1.class differ diff --git a/libs/robot_common/target/classes/taurus/client/ThreadManager$2.class b/libs/robot_common/target/classes/taurus/client/ThreadManager$2.class new file mode 100644 index 0000000..9ac641b Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/ThreadManager$2.class differ diff --git a/libs/robot_common/target/classes/taurus/client/ThreadManager$MessgaeThread.class b/libs/robot_common/target/classes/taurus/client/ThreadManager$MessgaeThread.class new file mode 100644 index 0000000..24f0990 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/ThreadManager$MessgaeThread.class differ diff --git a/libs/robot_common/target/classes/taurus/client/ThreadManager.class b/libs/robot_common/target/classes/taurus/client/ThreadManager.class new file mode 100644 index 0000000..06d891f Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/ThreadManager.class differ diff --git a/libs/robot_common/target/classes/taurus/client/business/AccountBusiness.class b/libs/robot_common/target/classes/taurus/client/business/AccountBusiness.class new file mode 100644 index 0000000..e0ef2a9 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/business/AccountBusiness.class differ diff --git a/libs/robot_common/target/classes/taurus/client/business/GroupRoomBusiness.class b/libs/robot_common/target/classes/taurus/client/business/GroupRoomBusiness.class new file mode 100644 index 0000000..b419d8a Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/business/GroupRoomBusiness.class differ diff --git a/libs/robot_common/target/classes/taurus/client/business/RoomBusiness.class b/libs/robot_common/target/classes/taurus/client/business/RoomBusiness.class new file mode 100644 index 0000000..e8d2526 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/business/RoomBusiness.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/IOHandler$PacketReadState.class b/libs/robot_common/target/classes/taurus/client/io/IOHandler$PacketReadState.class new file mode 100644 index 0000000..28f276a Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/IOHandler$PacketReadState.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/IOHandler.class b/libs/robot_common/target/classes/taurus/client/io/IOHandler.class new file mode 100644 index 0000000..04923de Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/IOHandler.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/ISocket$1.class b/libs/robot_common/target/classes/taurus/client/io/ISocket$1.class new file mode 100644 index 0000000..ddc6209 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/ISocket$1.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/ISocket.class b/libs/robot_common/target/classes/taurus/client/io/ISocket.class new file mode 100644 index 0000000..a81c153 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/ISocket.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/LagMonitor.class b/libs/robot_common/target/classes/taurus/client/io/LagMonitor.class new file mode 100644 index 0000000..40fccc3 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/LagMonitor.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/Packet.class b/libs/robot_common/target/classes/taurus/client/io/Packet.class new file mode 100644 index 0000000..50a982f Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/Packet.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/SocketEngine$1.class b/libs/robot_common/target/classes/taurus/client/io/SocketEngine$1.class new file mode 100644 index 0000000..ed0077a Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/SocketEngine$1.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/SocketEngine.class b/libs/robot_common/target/classes/taurus/client/io/SocketEngine.class new file mode 100644 index 0000000..2cd9e7f Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/SocketEngine.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/SocketState.class b/libs/robot_common/target/classes/taurus/client/io/SocketState.class new file mode 100644 index 0000000..875e40c Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/SocketState.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/SocketTcp$1.class b/libs/robot_common/target/classes/taurus/client/io/SocketTcp$1.class new file mode 100644 index 0000000..15605cb Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/SocketTcp$1.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/SocketTcp$2.class b/libs/robot_common/target/classes/taurus/client/io/SocketTcp$2.class new file mode 100644 index 0000000..507a9f7 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/SocketTcp$2.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/SocketTcp.class b/libs/robot_common/target/classes/taurus/client/io/SocketTcp.class new file mode 100644 index 0000000..1b867d2 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/SocketTcp.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/SystemController$1.class b/libs/robot_common/target/classes/taurus/client/io/SystemController$1.class new file mode 100644 index 0000000..e17e1d5 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/SystemController$1.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/SystemController$2.class b/libs/robot_common/target/classes/taurus/client/io/SystemController$2.class new file mode 100644 index 0000000..c4c9339 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/SystemController$2.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/SystemController.class b/libs/robot_common/target/classes/taurus/client/io/SystemController.class new file mode 100644 index 0000000..b7047ec Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/SystemController.class differ diff --git a/libs/robot_common/target/classes/taurus/client/io/TSocketException.class b/libs/robot_common/target/classes/taurus/client/io/TSocketException.class new file mode 100644 index 0000000..ba44152 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/client/io/TSocketException.class differ diff --git a/libs/robot_common/target/classes/taurus/util/CardConfig.class b/libs/robot_common/target/classes/taurus/util/CardConfig.class new file mode 100644 index 0000000..2e68b23 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/CardConfig.class differ diff --git a/libs/robot_common/target/classes/taurus/util/CardGroup.class b/libs/robot_common/target/classes/taurus/util/CardGroup.class new file mode 100644 index 0000000..68b0316 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/CardGroup.class differ diff --git a/libs/robot_common/target/classes/taurus/util/CardObj.class b/libs/robot_common/target/classes/taurus/util/CardObj.class new file mode 100644 index 0000000..b391cc5 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/CardObj.class differ diff --git a/libs/robot_common/target/classes/taurus/util/CardUtil.class b/libs/robot_common/target/classes/taurus/util/CardUtil.class new file mode 100644 index 0000000..5568476 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/CardUtil.class differ diff --git a/libs/robot_common/target/classes/taurus/util/ChangshaMahjongAI$DiscardResult.class b/libs/robot_common/target/classes/taurus/util/ChangshaMahjongAI$DiscardResult.class new file mode 100644 index 0000000..0151fe3 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/ChangshaMahjongAI$DiscardResult.class differ diff --git a/libs/robot_common/target/classes/taurus/util/ChangshaMahjongAI.class b/libs/robot_common/target/classes/taurus/util/ChangshaMahjongAI.class new file mode 100644 index 0000000..bda97f8 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/ChangshaMahjongAI.class differ diff --git a/libs/robot_common/target/classes/taurus/util/Config.class b/libs/robot_common/target/classes/taurus/util/Config.class new file mode 100644 index 0000000..50f631a Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/Config.class differ diff --git a/libs/robot_common/target/classes/taurus/util/GroupDatas.class b/libs/robot_common/target/classes/taurus/util/GroupDatas.class new file mode 100644 index 0000000..66e3d13 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/GroupDatas.class differ diff --git a/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$1.class b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$1.class new file mode 100644 index 0000000..53e3a2b Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$1.class differ diff --git a/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$GamePhase.class b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$GamePhase.class new file mode 100644 index 0000000..97d48b4 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$GamePhase.class differ diff --git a/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$HandAnalysis.class b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$HandAnalysis.class new file mode 100644 index 0000000..3ec1c55 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$HandAnalysis.class differ diff --git a/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$SpecialPattern.class b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$SpecialPattern.class new file mode 100644 index 0000000..f7e2c52 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$SpecialPattern.class differ diff --git a/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$StrategyType.class b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$StrategyType.class new file mode 100644 index 0000000..f6f3cab Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$StrategyType.class differ diff --git a/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$WinResult.class b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$WinResult.class new file mode 100644 index 0000000..f229e32 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest$WinResult.class differ diff --git a/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest.class b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest.class new file mode 100644 index 0000000..d715cac Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/HongZhongSuanFaTest.class differ diff --git a/libs/robot_common/target/classes/taurus/util/ZhuanZhuanSuanFaTest$1.class b/libs/robot_common/target/classes/taurus/util/ZhuanZhuanSuanFaTest$1.class new file mode 100644 index 0000000..8d79547 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/ZhuanZhuanSuanFaTest$1.class differ diff --git a/libs/robot_common/target/classes/taurus/util/ZhuanZhuanSuanFaTest$HandAnalysis.class b/libs/robot_common/target/classes/taurus/util/ZhuanZhuanSuanFaTest$HandAnalysis.class new file mode 100644 index 0000000..6dc7f21 Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/ZhuanZhuanSuanFaTest$HandAnalysis.class differ diff --git a/libs/robot_common/target/classes/taurus/util/ZhuanZhuanSuanFaTest.class b/libs/robot_common/target/classes/taurus/util/ZhuanZhuanSuanFaTest.class new file mode 100644 index 0000000..da1fddc Binary files /dev/null and b/libs/robot_common/target/classes/taurus/util/ZhuanZhuanSuanFaTest.class differ diff --git a/libs/robot_common/target/maven-archiver/pom.properties b/libs/robot_common/target/maven-archiver/pom.properties new file mode 100644 index 0000000..17a48c7 --- /dev/null +++ b/libs/robot_common/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=robot_common +groupId=com.robot +version=1.0.0 diff --git a/libs/robot_common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/libs/robot_common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..876aefd --- /dev/null +++ b/libs/robot_common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,102 @@ +taurus\client\TaurusClient.class +taurus\client\ThreadManager$1.class +com\robot\GroupPublisherService.class +taurus\client\io\LagMonitor.class +com\robot\manager\SessionManager.class +com\robot\data\Player.class +taurus\util\ChangshaMahjongAI.class +com\robot\room\state\RoomEndState.class +taurus\client\ISocketLayer.class +com\robot\data\Timer.class +com\robot\GameInterceptor.class +com\robot\data\Timer$ITaskHandler.class +taurus\client\io\SocketEngine$1.class +taurus\util\ChangshaMahjongAI$DiscardResult.class +taurus\util\CardConfig.class +com\robot\room\state\RoomInitState.class +com\robot\player\state\PlayerInitState.class +com\robot\EventController.class +taurus\util\HongZhongSuanFaTest$WinResult.class +com\robot\manager\SessionManager$1.class +taurus\client\TaurusClient$3.class +taurus\util\Config.class +com\robot\state\StateMachine.class +com\robot\Constant.class +taurus\client\io\IOHandler$PacketReadState.class +taurus\util\ZhuanZhuanSuanFaTest$HandAnalysis.class +com\robot\data\Player$1.class +com\robot\player\state\PlayerEndState.class +taurus\util\HongZhongSuanFaTest$1.class +taurus\client\HttpClient$2.class +com\robot\Global.class +com\robot\manager\RoomManager.class +taurus\client\TaurusClient$NetClientEvent.class +taurus\client\TaurusClient$ConnectionProtocol.class +com\robot\ActionEvent.class +taurus\util\HongZhongSuanFaTest$GamePhase.class +com\robot\data\Score.class +taurus\client\io\ISocket$1.class +taurus\util\ZhuanZhuanSuanFaTest$1.class +taurus\client\ThreadManager$2.class +com\robot\manager\RoomManager$1.class +taurus\client\business\AccountBusiness.class +com\robot\MainServer.class +com\robot\data\JoinRoomData.class +com\robot\Router.class +taurus\client\ThreadManager$MessgaeThread.class +com\robot\MainServer$GameSetting.class +com\robot\GameController.class +com\robot\state\StateBase.class +taurus\client\TaurusClient$1.class +taurus\client\business\GroupRoomBusiness.class +taurus\client\io\SystemController$2.class +taurus\client\HttpClient$1.class +taurus\client\io\Packet.class +taurus\client\io\SocketTcp$1.class +com\robot\player\state\PlayerSpectatorState.class +taurus\util\GroupDatas.class +com\robot\room\state\RoomDestoryGameState.class +com\robot\Util.class +com\robot\player\state\PlayerWaitState.class +taurus\client\io\TSocketException.class +taurus\client\HttpClient.class +taurus\client\io\SystemController.class +taurus\client\MessageResponse.class +com\robot\data\BasePlayBack.class +taurus\client\TaurusClient$5.class +com\robot\room\state\RoomStartGameState.class +taurus\client\io\SystemController$1.class +taurus\client\io\IOHandler.class +com\robot\data\Player$2.class +taurus\client\io\SocketEngine.class +taurus\client\TaurusClient$2.class +com\robot\player\state\PlayerPopupState.class +com\robot\room\state\RoomReloadState.class +com\robot\GameInterceptor$1.class +taurus\util\HongZhongSuanFaTest.class +com\robot\player\state\PlayerPauseState.class +taurus\util\HongZhongSuanFaTest$SpecialPattern.class +taurus\client\io\SocketTcp$2.class +taurus\client\io\ISocket.class +taurus\client\io\SocketState.class +com\robot\data\RoomDismiss.class +taurus\util\CardObj.class +taurus\client\ThreadManager.class +taurus\client\Message.class +taurus\client\io\SocketTcp.class +taurus\util\CardUtil.class +taurus\util\ZhuanZhuanSuanFaTest.class +com\robot\player\state\PlayerReloadState.class +taurus\util\HongZhongSuanFaTest$StrategyType.class +com\robot\data\RoomDismiss$1.class +taurus\client\NetManager.class +taurus\client\TaurusClient$4.class +taurus\client\business\RoomBusiness.class +taurus\client\SocketCode.class +com\robot\data\Room.class +taurus\util\HongZhongSuanFaTest$HandAnalysis.class +com\robot\GPSUtil.class +com\robot\data\Hp.class +com\robot\room\state\RoomWaitState.class +com\robot\player\state\PlayerReadyState.class +taurus\util\CardGroup.class diff --git a/libs/robot_common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/libs/robot_common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..cd82223 --- /dev/null +++ b/libs/robot_common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,66 @@ +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\state\StateMachine.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\room\state\RoomStartGameState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\io\ISocket.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\room\state\RoomWaitState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\GameInterceptor.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\player\state\PlayerWaitState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\util\CardObj.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\data\Player.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\GameController.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\business\GroupRoomBusiness.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\util\CardConfig.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\player\state\PlayerReadyState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\MainServer.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\io\TSocketException.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\io\SocketEngine.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\player\state\PlayerReloadState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\TaurusClient.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\util\ZhuanZhuanSuanFaTest.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\room\state\RoomDestoryGameState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\util\GroupDatas.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\util\CardGroup.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\player\state\PlayerEndState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\ThreadManager.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\io\SocketTcp.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\util\Config.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\business\RoomBusiness.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\SocketCode.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\data\Score.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\GPSUtil.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\manager\RoomManager.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\data\JoinRoomData.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\ActionEvent.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\data\Room.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\util\ChangshaMahjongAI.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\HttpClient.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\ISocketLayer.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\player\state\PlayerSpectatorState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\Global.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\room\state\RoomEndState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\data\RoomDismiss.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\GroupPublisherService.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\player\state\PlayerPopupState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\NetManager.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\util\HongZhongSuanFaTest.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\EventController.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\state\StateBase.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\player\state\PlayerPauseState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\io\SocketState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\business\AccountBusiness.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\room\state\RoomInitState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\Util.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\data\Hp.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\manager\SessionManager.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\MessageResponse.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\Router.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\Constant.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\io\Packet.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\util\CardUtil.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\io\LagMonitor.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\Message.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\room\state\RoomReloadState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\data\BasePlayBack.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\data\Timer.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\io\SystemController.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\com\robot\player\state\PlayerInitState.java +D:\server\fengye\xtserver_anchou\libs\robot_common\src\main\java\taurus\client\io\IOHandler.java diff --git a/libs/robot_common/target/robot_common-1.0.0.jar b/libs/robot_common/target/robot_common-1.0.0.jar new file mode 100644 index 0000000..6211efe Binary files /dev/null and b/libs/robot_common/target/robot_common-1.0.0.jar differ diff --git a/libs/robot_common_bak/.classpath b/libs/robot_common_bak/.classpath new file mode 100644 index 0000000..1dfc1ca --- /dev/null +++ b/libs/robot_common_bak/.classpath @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/libs/robot_common_bak/.gitignore b/libs/robot_common_bak/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/libs/robot_common_bak/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/libs/robot_common_bak/.idea/.gitignore b/libs/robot_common_bak/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/libs/robot_common_bak/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/libs/robot_common_bak/.idea/compiler.xml b/libs/robot_common_bak/.idea/compiler.xml new file mode 100644 index 0000000..4df6db7 --- /dev/null +++ b/libs/robot_common_bak/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/robot_common_bak/.idea/encodings.xml b/libs/robot_common_bak/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/libs/robot_common_bak/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/libs/robot_common_bak/.idea/jarRepositories.xml b/libs/robot_common_bak/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/libs/robot_common_bak/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/libs/robot_common_bak/.idea/misc.xml b/libs/robot_common_bak/.idea/misc.xml new file mode 100644 index 0000000..d5cd614 --- /dev/null +++ b/libs/robot_common_bak/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/robot_common_bak/.idea/vcs.xml b/libs/robot_common_bak/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/libs/robot_common_bak/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/libs/robot_common_bak/.project b/libs/robot_common_bak/.project new file mode 100644 index 0000000..f4e2041 --- /dev/null +++ b/libs/robot_common_bak/.project @@ -0,0 +1,34 @@ + + + robot_common + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + + + 1757754685239 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + + diff --git a/libs/robot_common_bak/.settings/org.eclipse.core.resources.prefs b/libs/robot_common_bak/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..f9fe345 --- /dev/null +++ b/libs/robot_common_bak/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +encoding//src/main/java=UTF-8 +encoding//src/test/java=UTF-8 +encoding/=UTF-8 diff --git a/libs/robot_common_bak/.settings/org.eclipse.jdt.apt.core.prefs b/libs/robot_common_bak/.settings/org.eclipse.jdt.apt.core.prefs new file mode 100644 index 0000000..d4313d4 --- /dev/null +++ b/libs/robot_common_bak/.settings/org.eclipse.jdt.apt.core.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.apt.aptEnabled=false diff --git a/libs/robot_common_bak/.settings/org.eclipse.jdt.core.prefs b/libs/robot_common_bak/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..16450eb --- /dev/null +++ b/libs/robot_common_bak/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,14 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore +org.eclipse.jdt.core.compiler.processAnnotations=disabled +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/libs/robot_common_bak/.settings/org.eclipse.m2e.core.prefs b/libs/robot_common_bak/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..f897a7f --- /dev/null +++ b/libs/robot_common_bak/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/libs/robot_common_bak/config/log4j.properties b/libs/robot_common_bak/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/libs/robot_common_bak/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/libs/robot_common_bak/config/taurus-core.xml b/libs/robot_common_bak/config/taurus-core.xml new file mode 100644 index 0000000..6bd7879 --- /dev/null +++ b/libs/robot_common_bak/config/taurus-core.xml @@ -0,0 +1,100 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://101.35.26.131:8060/wb_game + root + root + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/robot_common_bak/pom.xml b/libs/robot_common_bak/pom.xml new file mode 100644 index 0000000..0718c36 --- /dev/null +++ b/libs/robot_common_bak/pom.xml @@ -0,0 +1,67 @@ + + 4.0.0 + com.robot + robot_common_bak + 1.0.0 + jar + robot_common + + UTF-8 + + + + + com.taurus + taurus-core + 1.0.1 + + + + com.taurus + taurus-web + 1.0.1 + + + + + + com.game + game_common + 1.0.0 + + + + + com.google.code.gson + gson + 2.10.1 + + + + + + log4j + log4j + 1.2.17 + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + \ No newline at end of file diff --git a/libs/robot_common_bak/src/main/java/hunan/DoTest.java b/libs/robot_common_bak/src/main/java/hunan/DoTest.java new file mode 100644 index 0000000..361e571 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/hunan/DoTest.java @@ -0,0 +1,136 @@ +package hunan; + +import com.data.bean.AccountBean; +import com.data.cache.AccountCache; +import com.data.util.ErrorCode; +import com.taurus.core.entity.*; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Logger; +import com.taurus.web.WebException; +import redis.clients.jedis.Jedis; +import taurus.client.TaurusClient; +import taurus.client.business.AccountBusiness; +import taurus.client.business.GroupRoomBusiness; +import taurus.util.GroupDatas; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.Set; + +public class DoTest { + + // 扣点点玩家手牌 + public static List cardInhand = new ArrayList(); + + private static final Logger log = Logger.getLogger(DoTest.class); + +// +// //跑得快算法 +// private static PaoDeKuaiSuanFa paoDeKuaiSuanFa; + + //红中其它玩家打的牌 +// public static String hongZhongCard = ""; + + //扣点点别人打的牌 + public static String card = ""; + + + // 玩家座位号 + public static int seat = 0; + // 玩家ID + public static int playerId = 0; + // 登录密码 + public static String password = "123456"; + // 会话标识 + public static String session = ""; + // 访问令牌 + public static String token = ""; + // 玩法ID + public static String wanfaId = ""; + + // 客户端连接对象 + public static TaurusClient client = null; + + public static TObject datas = null; + + //圈子id + public static int groupId = 0; + + //房间id + public static String roomId = ""; + + public static int count = 0; + + static final void get() { + TObject data = GroupDatas.getData(); + datas = data; + + } + + public String doTest() throws Exception { + get(); + ITArray group = datas.getTArray("groupid"); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + + if (group.size() != 0) { + log.info("数据--------{}", datas); +// System.out.println("数据--------" + datas); + ITArray robotIds = datas.getTArray("robotIds"); + int robotIndex = 0; + + for (int i = 0; i < group.size(); i++) { + TDataWrapper tDataWrapper = group.get(i); + if (tDataWrapper.getTypeId() == TDataType.TOBJECT) { + TObject roomObj = (TObject) tDataWrapper.getObject(); + + // 获取圈子id和房间列表 + Set keySet = roomObj.getKeys(); + for (String groupIdStr : keySet) { + + int currentGroupId = Integer.parseInt(groupIdStr); + ITArray roomArray = roomObj.getTArray(groupIdStr);//玩法id + + + //为每个房间分配一个机器人 + for (int j = 0; j < roomArray.size() && robotIndex < robotIds.size(); j++) { + int currentPlayId = roomArray.getInt(j); + int currentPlayerId = robotIds.getInt(robotIndex); + + System.out.println("玩家id: " + currentPlayerId + ", 玩法id: " + currentPlayId + ", 圈子id: " + currentGroupId); + JiQiRens jiQiRen = new JiQiRens(); + String playKey = "g{" + groupIdStr + "}:play:" + currentPlayId; + + String leftover_robot = jedis11.hget(playKey, "leftover_robot"); + if (jedis11.hget(playKey, "leftover_robot") != null) { +// if (Integer.parseInt(leftover_robot) > 0) { + jiQiRen.tcp_test(currentPlayerId, currentPlayId, currentGroupId); + robotIndex++; +// } + } + } + } + } + } + + // 清空数据 + datas.getTArray("robotIds").clear(); + datas.getTArray("groupid").clear(); + playerId = 0; + roomId = ""; + groupId = 0; + count = 0; + System.out.println("清空数据9999999999999999999999999999999999999999999"); + } + + } finally { + jedis11.close(); + jedis0.close(); + } + + return ""; + } +} \ No newline at end of file diff --git a/libs/robot_common_bak/src/main/java/hunan/HandAnalysis.java b/libs/robot_common_bak/src/main/java/hunan/HandAnalysis.java new file mode 100644 index 0000000..b2029b4 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/hunan/HandAnalysis.java @@ -0,0 +1,25 @@ +package hunan; + +import java.util.*; + +public class HandAnalysis { + public Map cardCounts = new HashMap<>(); + public List> completedMelds = new ArrayList<>(); + public List pairs = new ArrayList<>(); + public List isolatedCards = new ArrayList<>(); + public Map cardUsefulness = new HashMap<>(); + public Map> cardsBySuit = new HashMap<>(); + + + public boolean isTingPai = false;//是否听牌 + public Set tingCards = new HashSet<>(); // 听的牌 + public int meldCount = 0; // 面子数量 + public int shantenCount = Integer.MAX_VALUE; // 向听数 + public int pairCount = 0; // 对子/将数量 + public boolean hasLongQiDuiPotential = false; // 是否有龙七对潜力 + public Set usedInMelds = new HashSet<>(); // 用于面子的牌 + public boolean hasPengPengHu = false;//是否有碰碰胡 + public Set usedInPairs = new HashSet<>(); // 用于对子/将的牌 + public List remainingCards = new ArrayList<>(); // 剩余需要分析的牌 + public int lastDrawnCard = 0; // 最后摸的牌 +} \ No newline at end of file diff --git a/libs/robot_common_bak/src/main/java/hunan/HuNanChangSha.java b/libs/robot_common_bak/src/main/java/hunan/HuNanChangSha.java new file mode 100644 index 0000000..b9b3243 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/hunan/HuNanChangSha.java @@ -0,0 +1,504 @@ +package hunan; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.util.StringUtil; +import taurus.client.Message; +import taurus.client.TaurusClient; +import taurus.util.CardUtil; +import taurus.util.ChangShaSuanFaTest; +import taurus.util.HongZhongSuanFaTest; + +import java.sql.SQLException; +import java.util.*; + +public class HuNanChangSha { + + + public static int changShaCard = 0; + + //湖南红中麻将手牌 + private List changShaCardInhand = new ArrayList<>(); + + private List changShaCardInhandgang = new ArrayList<>(); + + + //红中麻将出过的牌 + private List changShachuguopai = new ArrayList<>(); + + + private List gangdepai = new ArrayList<>(); + + + //碰牌 + private List pongGroup = new ArrayList<>(); + + + //吃牌 + private List chowGroup = new ArrayList<>(); + + + // 玩家座位号 + public static int seat = 0; + + public static int playerId = 0; + + + // 会话标识 + public static String session = ""; + // 访问令牌 + public static String token = ""; + //红中麻将算法 +// private static HongZhongSuanFa hongZhongSuanFa = new HongZhongSuanFa(); + + private static ChangShaSuanFaTest changShaSuanFaTest = new ChangShaSuanFaTest(); + + + // 公共的getter和setter方法 + public List getChangShaCardInhand() { + return changShaCardInhand; + } + + public List getgangdepai() { + return gangdepai; + } + + public List getchangShaCardInhandgang() { + return changShaCardInhandgang; + } + + // 公共的getter和setter方法 + public List getpongGroup() { + return pongGroup; + } + + public List getchowGroup() { + return chowGroup; + } + + public List getChuGuoCardInhand() { + return changShachuguopai; + } + + + /** + * 出牌广播协议 812 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public static String drawCard(String command, Message message) { + if (command.equalsIgnoreCase("812")) { + ITObject param = message.param; + if (param == null) { + return null; + } + changShaCard = param.getInt("card"); + System.out.println("出牌广播" + changShaCard); + System.out.println("座位号:" + param.getInt("seat") + "的用户出牌:" + param.getInt("card")); + } + return null; + } + + + /** + * 摸牌协议 819 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public String getCard(String command, Message message) { + System.out.println("摸牌协议-----" + command + "message---" + message); + if (command.equalsIgnoreCase("819")) { + ITObject param = message.param; + if (param == null) { + return null; + } + + System.out.println("轮到用户:" + param.getInt("player") + "的用户摸牌" + ",牌为:" + param.getInt("card")); + System.out.println("用户id" + playerId); + System.out.println("座位号" + param.getInt("seat")); + if (param.getInt("player") != null) { + int drawnCard = param.getInt("card"); + + changShaSuanFaTest.drawnCards = drawnCard;//存储摸到的牌 + changShaCardInhand.add(drawnCard); + System.out.println("摸牌后手牌" + changShaCardInhand); + + changShaSuanFaTest.analyzeHand(changShaCardInhand); + + + } + } + return null; + } + + /** + * 判断是否应该碰牌 + * + * @param proposedCard 提议碰的牌 + * @return 是否应该碰牌 + */ + public boolean shouldPong(int proposedCard) { + System.out.println("判断是否应该碰牌: " + proposedCard); + + // 直接调用hongZhongSuanFaTest中的shouldPong方法,它已经包含了所有需要的规则 + return changShaSuanFaTest.shouldPong(proposedCard, changShaCardInhand); + +// return hongZhongSuanFaTest.shouldPong(proposedCard, Arrays.asList(305,304,303,207,207,204,204,208,208,201,201,412,412)); + } + + + public boolean shouldChow(int proposedCard) { + System.out.println("判断是否应该吃牌: " + proposedCard); + return changShaSuanFaTest.shouldChow(proposedCard, changShaCardInhand); + } + + /** + * 初始化手牌协议 811 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public String cardInHead(String command, Message message, TaurusClient client) { + if (command.equalsIgnoreCase("811")) { + ITObject param = message.param; + if (param == null) { + return null; + } +// {bank_seat=1, laiziCard=0, laiziCard2=0, laiziCard2Before=0, jing=0, laiziCardBefore=0, card_list=[101, 103, 104, 201, 204, 207, 208, 209, 307, 309, 501, 502, 503]} + ITArray cardList = param.getTArray("card_list"); + for (int i = 0; i < cardList.size(); i++) { + changShaCardInhand.add(cardList.getInt(i)); + } +// if (changShaCardInhand.size() > 13) { +// outCard(client); +// System.out.println("机器人:" + param.getInt("seat") + "为庄家,需要出牌" + ",牌为:" + changShaCardInhand.get(0)); +// } + System.out.println("机器人:" + param.getInt("seat") + "初始化手牌" + ",牌为:" + changShaCardInhand.toString()); + + } + return null; + } + + /** + * 处理杠碰胡操作 + * + * @param param 消息参数 + * @return + */ + public String actionCard(ITObject param, TaurusClient client) { + //获取碰杠胡参数 type 和id 后续算法接入,是否能让碰和杠 + ITArray tipList = param.getTArray("tip_list"); + int id = 0; + int type = 0; + int opcard = 0; + int opcard1 = 0; + int card = 0; + + //胡牌 + ITObject params = TObject.newInstance(); + for (int i = 0; i < tipList.size(); i++) { + TObject firstTip = (TObject) tipList.get(i).getObject(); + id = firstTip.getInt("id"); + type = firstTip.getInt("type"); + + System.out.println("id ++ " + id); + System.out.println("type ++ " + type); + ITArray opcard2 = firstTip.getTArray("opcard"); + System.out.println("opcard2" + opcard2); + if (type == 6) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", id); + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + System.out.println("执行胡牌"); + return "胡牌"; + } + } + + //吃杠 + int type2 = 0; + int opcard3 = 0; + int id3 = 0; + + for (int i = 0; i < tipList.size(); i++) { + TObject firstTip = (TObject) tipList.get(i).getObject(); + type2 = firstTip.getInt("type"); + opcard3 = firstTip.getTArray("opcard").getInt(0); + id3 = firstTip.getInt("id"); + + if (type2 == 3) { + int pisCardsCount = changShaSuanFaTest.countPairs(changShaCardInhand); + boolean gang = isAllSameSuitgang(changShaCardInhand, opcard3); + if (pisCardsCount < 5 && gang) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", id3); + Util.removeCard(changShaCardInhand, opcard3, 3); + System.out.println("执行吃杠"); + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + return "吃杠"; + } else { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 0); + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + System.out.println("根据规则,决定不吃杠: " + opcard3); + } + } + } + + + int id1 = 0; + int type1 = 0; + + if (tipList.size() > 0) { + TObject firstTip = (TObject) tipList.get(0).getObject(); + id1 = firstTip.getInt("id"); + type1 = firstTip.getInt("type"); + + System.out.println("id1 ++ " + id1); + System.out.println("type1 ++ " + type1); + ITArray opcard2 = firstTip.getTArray("opcard"); + System.out.println("opcard2" + opcard2); + card = firstTip.getInt("card"); + + opcard = firstTip.getTArray("opcard").getInt(0); + if (type1 == 1) { + opcard1 = firstTip.getTArray("opcard").getInt(1); + } + } + + + if (type1 == 2) { + ChangShaSuanFaTest changShaSuanFaTest = new ChangShaSuanFaTest(); + int pisCardsCount = changShaSuanFaTest.countPairs(changShaCardInhand);//分析七小对 + boolean peng = changShaSuanFaTest.isAllSameSuit1(changShaCardInhand); + // 根据规则判断是否应该碰牌 + if (shouldPong(opcard) && pisCardsCount < 5 && !peng) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", id1); + pongGroup.add(opcard); + pongGroup.add(opcard); + pongGroup.add(opcard); + Util.removeCard(changShaCardInhand, opcard, 2); + System.out.println("执行碰牌并删除碰的牌"); + } else { + params.putString("session", session + "," + token); + params.putInt("qi", 1); // 放弃碰牌 + params.putInt("id", 0); + System.out.println("根据规则,决定不碰牌: " + opcard); + } + } else if (type1 == 3) { + int pisCardsCount = changShaSuanFaTest.countPairs(changShaCardInhand);//分析七小对 + boolean gang = changShaSuanFaTest.isAllSameSuit1(changShaCardInhand); + if (pisCardsCount < 5 && !gang) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", id1); + Util.removeCard(changShaCardInhand, opcard, 3); + System.out.println("执行吃杠"); + } else { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 0); + System.out.println("根据规则,决定不吃杠: " + opcard); + } + + } else if (type1 == 1) { + System.out.println("长度------" + String.valueOf(opcard).length()); + int pisCardsCount = changShaSuanFaTest.countPairs(changShaCardInhand);//分析七小对 + boolean isChow = changShaSuanFaTest.isAllSameSuit1(changShaCardInhand); + if (shouldChow(card) && pisCardsCount < 5 && !isChow) { + System.out.println("决定吃---" + opcard); + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + + System.out.println("----card----" + card); + System.out.println("----opcard----" + opcard); + System.out.println("----opcard1----" + opcard1); + + + chowGroup.add(card); + chowGroup.add(opcard); + chowGroup.add(opcard1); +// changShachuguopai.add(card); + Util.removeCard(changShaCardInhand, opcard, 1); + Util.removeCard(changShaCardInhand, opcard1, 1); + } else { + params.putString("session", session + "," + token); + params.putInt("qi", 1); + params.putInt("id", 0); + System.out.println("根据规则,决定不吃: " + opcard); + } + + //自杠 + } else if (type1 == 4) { + int pisCardsCount = changShaSuanFaTest.countPairs(changShaCardInhand);//分析七小对 + boolean gang = changShaSuanFaTest.isAllSameSuit1(changShaCardInhand); + if (pisCardsCount < 5 && !gang) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(changShaCardInhand, opcard, 4); + System.out.println("执行自杠"); + } else { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 0); + } + + // 碰后补杠 + } else if (type1 == 5) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(changShaCardInhand, opcard, 1); + System.out.println("执行碰后补杠"); + } + + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + return null; + } + + + public static boolean isAllSameSuitgang(List handCards, int opcard3) { + // 统计各花色的牌数量 + Map suitCountMap = new HashMap<>(); + + for (Integer card : handCards) { + int suit = card / 100; // 获取花色,100=万,200=筒,300=条 + suitCountMap.put(suit, suitCountMap.getOrDefault(suit, 0) + 1); + } + + // 检查是否有花色的牌数量超过8张 + for (Map.Entry entry : suitCountMap.entrySet()) { + int suit = entry.getKey(); + int count = entry.getValue(); + if (count >= 9) { + // 检查杠牌的花色是否与当前花色一致 + int gangSuit = opcard3 / 100; + if (suit == gangSuit) { + return true; + } else { + return false; + } + } + } + return true; + } + + public static String changePlayer(String command, Message message) { + if (command.equalsIgnoreCase("820")) { + ITObject param = message.param; + if (param == null) { + return null; + } + System.out.println("出牌权转移到座位号:" + param.getInt("seat") + "的用户"); + } + return null; + } + + + /** + * 出牌方法 + */ +// public String outCard(TaurusClient client, List list) { + public String outCard(TaurusClient client) { + + // 红中麻将出牌 + String changShaOutCard = changShaSuanFaTest.outCardSuanFa(changShaCardInhand, changShaCard, pongGroup, chowGroup); +// String changShaOutCard = changShaSuanFaTest.outCardSuanFa(list, changShaCard,pongGroup); + ITObject params = TObject.newInstance(); + int cardToOut; + if (StringUtil.isNotEmpty(changShaOutCard)) { + cardToOut = Integer.parseInt(changShaOutCard); + } else { + cardToOut = changShaCardInhand.get(0); + } + params.putInt("card", cardToOut); + + + int outCountBefore = changShachuguopai.size(); // 当前历史出牌数量 + + // 第n次出牌时,发送前n-1张出牌 + if (outCountBefore >= 1) { + // 发送前n-1张(所有历史出牌) + List cardsToSend = changShachuguopai.subList(0, outCountBefore); + params.putTArray("outcard_list", CardUtil.maJiangToTArray(cardsToSend)); + } + params.putTArray("card_list", CardUtil.maJiangToTArray(changShaCardInhand)); + System.out.println("机器人牌============" + params); + // 将当前出的牌添加到历史出牌列表 + changShachuguopai.add(cardToOut); + // 从手牌中移除 + changShaCardInhand.remove(Integer.valueOf(cardToOut)); + System.out.println("出牌: " + cardToOut); + System.out.println("目前机器人剩余手牌:" + changShaCardInhand.toString()); + params.putString("session", session + "," + token); + client.send("611", params, response -> { + System.out.println("出牌成功: " + response.returnCode); + }); + return null; + } + + /** + * 删除出过的牌组 + * + * @param param + * @return + */ + public String shanchuchuguopai(ITObject param) { + if (param == null) { + return null; + } + Integer card = param.getInt("card"); // 操作牌值 + Integer type = param.getInt("type"); // 操作类型 + Integer from_seat = param.getInt("from_seat"); // 牌来源座位 + System.out.println("删除出过的牌组 card " + card); + System.out.println("删除出过的牌组 type " + type); + System.out.println("删除出过的牌组 from_seat " + from_seat); + System.out.println("机器人 seat " + seat); + Integer playerid = param.getInt("playerid"); + System.out.println("playerid +++++" + playerid); + + String sql2 = String.format("SELECT id FROM `account` WHERE jiqiren=9998"); + try { + ITArray robotId2 = DataBase.use().executeQueryByTArray(sql2); + List robotIdsList = new ArrayList<>(); + + for (int j = 0; j < robotId2.size(); j++) { + robotIdsList.add(robotId2.getTObject(j).getInt("id")); + } + + if (!robotIdsList.contains(playerid)) { + if (type == 2 || type == 3 || type == 5 || type == 1) { // 碰,杠 + getChuGuoCardInhand().remove(Integer.valueOf(card)); + System.out.println("删除出过的牌组 成功"); + } + } + + } catch (SQLException e) { + e.printStackTrace(); + } + + return null; + } +} diff --git a/libs/robot_common_bak/src/main/java/hunan/HuNanFangPaoFa.java b/libs/robot_common_bak/src/main/java/hunan/HuNanFangPaoFa.java new file mode 100644 index 0000000..c29048f --- /dev/null +++ b/libs/robot_common_bak/src/main/java/hunan/HuNanFangPaoFa.java @@ -0,0 +1,214 @@ +package hunan; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import taurus.client.Message; +import taurus.client.TaurusClient; +import taurus.util.CardUtil; +import taurus.util.HongZhongSuanFaTest; + +import java.util.ArrayList; +import java.util.List; + +public class HuNanFangPaoFa { + + public static int fangPaoFaCardCard = 0; + + //湖南字牌放炮罚 手牌 + private List fangPaoFaCardInhand = new ArrayList(); + + // 玩家座位号 + public static int seat = 0; + + // 会话标识 + public static String session = ""; + // 访问令牌 + public static String token = ""; + + public void fangPaoFaCardInhand() { + fangPaoFaCardInhand = new ArrayList(); + } + + + public List getFangPaoFaCardInhand() { + return fangPaoFaCardInhand; + } + + /** + * 初始化手牌协议 811 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public String cardInHead(String command, Message message, TaurusClient client) { + if (command.equalsIgnoreCase("811")) { + ITObject param = message.param; + if (param == null) { + return null; + } +// {bank_seat=1, laiziCard=0, laiziCard2=0, laiziCard2Before=0, jing=0, laiziCardBefore=0, card_list=[101, 103, 104, 201, 204, 207, 208, 209, 307, 309, 501, 502, 503]} + ITArray cardList = param.getTArray("card_list"); + for (int i = 0; i < cardList.size(); i++) { + fangPaoFaCardInhand.add(cardList.getInt(i)); + } + if (fangPaoFaCardInhand.size() > 19) { + outCard(client); + System.out.println("机器人:" + param.getInt("seat") + "为庄家,需要出牌" + ",牌为:" + fangPaoFaCardInhand.get(0)); + } + System.out.println("机器人:" + param.getInt("seat") + "放炮罚初始化手牌" + ",牌为:" + fangPaoFaCardInhand.toString()); + + } + return null; + } + + /** + * 摸牌协议 819 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public String getCard(String command, Message message) { + if (command.equalsIgnoreCase("819")) { + ITObject param = message.param; + if (param == null) { + return null; + } + System.out.println("轮到座位号:" + param.getInt("seat") + "的用户摸牌" + ",牌为:" + param.getInt("card")); + if (param.getInt("seat") != null && seat == param.getInt("seat")) { + fangPaoFaCardInhand.add(param.getInt("card")); + System.out.println("摸牌后放炮罚 手牌" + fangPaoFaCardInhand); + } + } + return null; + } + + /** + * 出牌方法 + */ + public String outCard(TaurusClient client) { + ITObject params = TObject.newInstance(); + params.putString("session", session + "," + token); + params.putInt("card", fangPaoFaCardInhand.get(0)); + System.out.println("放炮罚出牌 " + fangPaoFaCardInhand.get(0)); + fangPaoFaCardInhand.remove(0); + System.out.println("目前机器人剩余手牌:" + fangPaoFaCardInhand.toString()); + client.send("611", params, response -> { + System.out.println("出牌成功: " + response.returnCode); + }); + return null; + } + + /** + * 出牌广播协议 812 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public static String drawCard(String command, Message message) { + if (command.equalsIgnoreCase("812")) { + ITObject param = message.param; + if (param == null) { + return null; + } + fangPaoFaCardCard = param.getInt("card"); + System.out.println("出牌广播" + fangPaoFaCardCard); + System.out.println("座位号:" + param.getInt("seat") + "的用户出牌:" + param.getInt("card")); + } + return null; + } + + /** + * 处理 吃碰 偎提胡 + * + * @param param 消息参数 + * @return + */ + public String actionCard(ITObject param, TaurusClient client) { + //获取碰杠胡参数 type 和id 后续算法接入,是否能让碰和杠 + ITArray tipList = param.getTArray("tip_list"); + int id = 0; + int type = 0; + int opcard = 0; + int opcard1 = 0; + int card = 0; + ITArray bi_list = null; + ITObject params = TObject.newInstance(); + if (tipList != null && tipList.size() > 0) { + TObject firstTip = (TObject) tipList.get(0).getObject(); + id = firstTip.getInt("id"); + type = firstTip.getInt("type"); + card = firstTip.getInt("card"); + // 获取吃牌组合中的第一张牌 + opcard = firstTip.getTArray("opcard").getInt(0); + // 获取吃牌组合中的第二张牌 + opcard1 = firstTip.getTArray("opcard").getInt(1); + bi_list = firstTip.getTArray("bi_list"); + System.out.println("id ++ " + id); + System.out.println("type ++ " + type); + System.out.println("opcard ++ " + opcard); + System.out.println("card ++ " + card); + System.out.println("bi_list ++ " + bi_list); + } + + //执行吃 + if (type == 1) { + params.putString("session", session + "," + token); + params.putInt("id", id); + CardUtil.removeCard1(fangPaoFaCardInhand, opcard, 1); + CardUtil.removeCard1(fangPaoFaCardInhand, opcard1, 1); + if (bi_list != null ){ + CardUtil.removeCard1(fangPaoFaCardInhand, card, 1); + } + System.out.println("删除吃的牌"); + //执行碰 + } else if (type == 2) { + params.putString("session", session + "," + token); + params.putInt("id", id); + CardUtil.removeCard1(fangPaoFaCardInhand, card, 1); + System.out.println("删除碰的牌"); + //执行吃杠 + } else if (type == 3) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); +// Util.removeCard(hongZhongCardInhand, opcard, 3); + System.out.println("执行吃杠"); + } else if (type == 4) { + params.putString("session", session + "," + token); + params.putInt("id", id); + CardUtil.removeCard1(fangPaoFaCardInhand, card, 2); + System.out.println("执行偎----"); + // 碰后补杠 + } else if (type == 5) { +// params.putString("session", session + "," + token); +// params.putInt("qi", 0); +// params.putInt("id", 1); +// Util.removeCard(hongZhongCardInhand, opcard, 1); +// System.out.println("执行碰后补杠"); + } else if (type == 8) { + params.putInt("id", id); + } + + System.out.println("调用612"); + + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + return null; + } + + public static void fangPaoTipEvent(Message message,TaurusClient client) { + ITObject param = message.param; + Integer card = param.getInt("card"); + ITObject params = TObject.newInstance(); + params.putInt("card", card); + client.send("823", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + } +} diff --git a/libs/robot_common_bak/src/main/java/hunan/HuNanHongZhong.java b/libs/robot_common_bak/src/main/java/hunan/HuNanHongZhong.java new file mode 100644 index 0000000..3766616 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/hunan/HuNanHongZhong.java @@ -0,0 +1,332 @@ +package hunan; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.StringUtil; +import taurus.client.Message; +import taurus.client.TaurusClient; +import taurus.util.CardUtil; +import taurus.util.HongZhongSuanFaTest; + +import java.util.*; + +public class HuNanHongZhong { + + + public static int hongZhongCard = 0; + + //湖南红中麻将手牌 + private List hongZhongCardInhand = new ArrayList<>(); + + //红中麻将出过的牌 + private List hongZhongchuguopai = new ArrayList<>(); + + + // 玩家座位号 + public static int seat = 0; + + public static int playerId = 0; + + + // 会话标识 + public static String session = ""; + // 访问令牌 + public static String token = ""; + //红中麻将算法 +// private static HongZhongSuanFa hongZhongSuanFa = new HongZhongSuanFa(); + + private static HongZhongSuanFaTest hongZhongSuanFaTest = new HongZhongSuanFaTest(); + + + + // 公共的getter和setter方法 + public List getHongZhongCardInhand() { + return hongZhongCardInhand; + } + + public List getChuGuoCardInhand() { + return hongZhongchuguopai; + } + + + /** + * 出牌广播协议 812 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public static String drawCard(String command, Message message) { + if (command.equalsIgnoreCase("812")) { + ITObject param = message.param; + if (param == null) { + return null; + } + hongZhongCard = param.getInt("card"); + System.out.println("出牌广播" + hongZhongCard); + System.out.println("座位号:" + param.getInt("seat") + "的用户出牌:" + param.getInt("card")); + } + return null; + } + + + /** + * 摸牌协议 819 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public String getCard(String command, Message message) { + System.out.println("摸牌协议-----" + command + "message---" + message); + if (command.equalsIgnoreCase("819")) { + ITObject param = message.param; + if (param == null) { + return null; + } +// {seat=2, Ishupai=0, isBaoTing=-1, tingcard=0, isgang=0, card=101, left_count=106} + System.out.println("轮到用户:" + param.getInt("player") + "的用户摸牌" + ",牌为:" + param.getInt("card")); + System.out.println("用户id" + playerId); + System.out.println("座位号" + param.getInt("seat")); + if (param.getInt("player") != null) { + int drawnCard = param.getInt("card"); + + hongZhongSuanFaTest.drawnCards = drawnCard; + hongZhongCardInhand.add(drawnCard); + System.out.println("摸牌后手牌" + hongZhongCardInhand); + + // 创建包含摸牌后的完整手牌 + List newHand = new ArrayList<>(hongZhongCardInhand); + + // 调用分离分析方法,将刻子、顺子、红中单独拎出后分析剩余牌 + System.out.println("[HuNanHongZhong] 开始分离分析手牌结构..."); + hongZhongSuanFaTest.separateAndAnalyzeHand(newHand); + + // 直接调用hongZhongSuanFaTest中的analyzeDrawCard方法分析摸牌后是否可听牌 + hongZhongSuanFaTest.analyzeDrawCard(hongZhongCardInhand, drawnCard); + + + // 调用新添加的findDiscardToTing方法,分析打出哪张牌可以听牌 + System.out.println("[HuNanHongZhong] 开始分析打出哪张牌可以听牌..."); + Map> discardOptions = hongZhongSuanFaTest.findDiscardToTing(newHand); + + // 如果有可打出后听牌的选项,记录信息 + if (!discardOptions.isEmpty()) { + System.out.println("[HuNanHongZhong] 发现" + discardOptions.size() + "个可打出后听牌的选项"); + // 这些信息将在出牌决策时被考虑 + } else { + System.out.println("[HuNanHongZhong] 当前没有可以打出后听牌的牌"); + } + } + } + return null; + } + + /** + * 判断是否应该碰牌 + * + * @param proposedCard 提议碰的牌 + * @return 是否应该碰牌 + */ + public boolean shouldPong(int proposedCard) { + System.out.println("判断是否应该碰牌: " + proposedCard); + + // 直接调用hongZhongSuanFaTest中的shouldPong方法,它已经包含了所有需要的规则 + return hongZhongSuanFaTest.shouldPong(proposedCard, hongZhongCardInhand); + +// return hongZhongSuanFaTest.shouldPong(proposedCard, Arrays.asList(305,304,303,207,207,204,204,208,208,201,201,412,412)); + } + + + /** + * 初始化手牌协议 811 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public String cardInHead(String command, Message message, TaurusClient client) { + if (command.equalsIgnoreCase("811")) { + ITObject param = message.param; + if (param == null) { + return null; + } +// {bank_seat=1, laiziCard=0, laiziCard2=0, laiziCard2Before=0, jing=0, laiziCardBefore=0, card_list=[101, 103, 104, 201, 204, 207, 208, 209, 307, 309, 501, 502, 503]} + ITArray cardList = param.getTArray("card_list"); + for (int i = 0; i < cardList.size(); i++) { + hongZhongCardInhand.add(cardList.getInt(i)); + } + if (hongZhongCardInhand.size() > 13) { + outCard(client); + System.out.println("机器人:" + param.getInt("seat") + "为庄家,需要出牌" + ",牌为:" + hongZhongCardInhand.get(0)); + } + System.out.println("机器人:" + param.getInt("seat") + "初始化手牌" + ",牌为:" + hongZhongCardInhand.toString()); + + } + return null; + } + + /** + * 处理杠碰胡操作 + * + * @param param 消息参数 + * @return + */ + public String actionCard(ITObject param, TaurusClient client) { + //获取碰杠胡参数 type 和id 后续算法接入,是否能让碰和杠 + ITArray tipList = param.getTArray("tip_list"); + int id = 0; + int type = 0; + int opcard = 0; + ITObject params = TObject.newInstance(); + if (tipList != null && tipList.size() > 0) { + TObject firstTip = (TObject) tipList.get(0).getObject(); + id = firstTip.getInt("id"); + type = firstTip.getInt("type"); + opcard = firstTip.getTArray("opcard").getInt(0); + System.out.println("id ++ " + id); + System.out.println("type ++ " + type); + } + //弃 是根据算法选择是否要弃掉 不进行碰杠胡 + //params.putInt("qi", 0); + //params.putInt("id", 0); + + //执行碰牌 + if (type == 2) { + // 根据规则判断是否应该碰牌 + if (shouldPong(opcard)) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(hongZhongCardInhand, opcard, 2); + System.out.println("执行碰牌并删除碰的牌"); + } else { + params.putString("session", session + "," + token); + params.putInt("qi", 1); // 放弃碰牌 + params.putInt("id", 0); + System.out.println("根据规则,决定不碰牌: " + opcard); + } +// Global.logger.info("删除碰的牌"); + //执行胡牌 + } else if (type == 6) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + System.out.println("执行胡牌"); + //执行吃杠 + } else if (type == 3) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(hongZhongCardInhand, opcard, 3); + System.out.println("执行吃杠"); + //执行自杠 + } else if (type == 4) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(hongZhongCardInhand, opcard, 4); + System.out.println("执行自杠"); + // 碰后补杠 + } else if (type == 5) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(hongZhongCardInhand, opcard, 1); + System.out.println("执行碰后补杠"); + } + +// cardInhand.remove(0); +// cardInhand.remove(1); + System.out.println("执行id为:" + 0 + "的操作"); + + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + return null; + } + + + public static String changePlayer(String command, Message message) { + if (command.equalsIgnoreCase("820")) { + ITObject param = message.param; + if (param == null) { + return null; + } + System.out.println("出牌权转移到座位号:" + param.getInt("seat") + "的用户"); + } + return null; + } + + + /** + * 出牌方法 + */ +// public String outCard(TaurusClient client, List< Integer> list) { + public String outCard(TaurusClient client) { + // 调用分离分析方法,将刻子、顺子、红中单独拎出后分析剩余牌 + System.out.println("[HuNanHongZhong] 出牌前分离分析手牌结构..."); + hongZhongSuanFaTest.separateAndAnalyzeHand(hongZhongCardInhand); + + // 红中麻将出牌 + String hongzhongOutCard = hongZhongSuanFaTest.outCardSuanFa(hongZhongCardInhand, hongZhongCard); +// String hongzhongOutCard = hongZhongSuanFaTest.outCardSuanFa(list, hongZhongCard); + ITObject params = TObject.newInstance(); + int cardToOut; + if (StringUtil.isNotEmpty(hongzhongOutCard)) { + cardToOut = Integer.parseInt(hongzhongOutCard); + } else { + cardToOut = hongZhongCardInhand.get(0); + } + params.putInt("card", cardToOut); + + int outCountBefore = hongZhongchuguopai.size(); // 当前历史出牌数量 + + // 第n次出牌时,发送前n-1张出牌 + if (outCountBefore >= 1) { + // 发送前n-1张(所有历史出牌) + List cardsToSend = hongZhongchuguopai.subList(0, outCountBefore); + params.putTArray("outcard_list", CardUtil.maJiangToTArray(cardsToSend)); + } + params.putTArray("card_list", CardUtil.maJiangToTArray(hongZhongCardInhand)); + System.out.println("机器人牌============" + params); + // 将当前出的牌添加到历史出牌列表 + hongZhongchuguopai.add(cardToOut); + // 从手牌中移除 + hongZhongCardInhand.remove(Integer.valueOf(cardToOut)); + System.out.println("出牌: " + cardToOut); + System.out.println("目前机器人剩余手牌:" + hongZhongCardInhand.toString()); + params.putString("session", session + "," + token); + client.send("611", params, response -> { + System.out.println("出牌成功: " + response.returnCode); + }); + return null; + } + + /** + * 删除出过的牌组 + * + * @param param + * @return + */ + public String shanchuchuguopai(ITObject param) { + if (param == null) { + return null; + } + Integer card = param.getInt("card"); // 操作牌值 + Integer type = param.getInt("type"); // 操作类型 + Integer from_seat = param.getInt("from_seat"); // 牌来源座位 + System.out.println("删除出过的牌组 card " + card); + System.out.println("删除出过的牌组 type " + type); + System.out.println("删除出过的牌组 from_seat " + from_seat); + System.out.println("机器人 seat " + seat); + + if (type == 2 || type == 3 || type == 5) { // 碰,杠 + getChuGuoCardInhand().remove(Integer.valueOf(card)); + System.out.println("删除出过的牌组 成功"); + } + return null; + } +} diff --git a/libs/robot_common_bak/src/main/java/hunan/HuNanPaoDeKuai.java b/libs/robot_common_bak/src/main/java/hunan/HuNanPaoDeKuai.java new file mode 100644 index 0000000..bef714e --- /dev/null +++ b/libs/robot_common_bak/src/main/java/hunan/HuNanPaoDeKuai.java @@ -0,0 +1,120 @@ +package hunan; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import taurus.client.TaurusClient; +import taurus.util.*; + +import java.util.*; + +public class HuNanPaoDeKuai { + + public static int seat = 0; + + //座位号 剩余牌数量 + private Map> seatRemainHistory = new HashMap<>(); + + // 跑的快玩家手牌 + private List paoDekuaiCardInhand = new ArrayList<>(); + + // 会话标识 + public static String session = ""; + // 访问令牌 + public static String token = ""; + + //跑的快别人出的牌 + private ITObject card_list = TObject.newInstance(); + + public static int guangboseat = 0; + + public static int remain = 0; + + public Map> getSeatRemainHistory() { + return seatRemainHistory; + } + + public List getPaoDekuaiCardInhand() { + return paoDekuaiCardInhand; + } + + public ITObject getCard_list() { + return card_list; + } + + /** + * 出牌方法 + */ + public String outCard(TaurusClient client) { + ITArray itArray = null; + itArray = test.intelligentPaoDeKuaiOutCard(paoDekuaiCardInhand, card_list, seatRemainHistory); + System.out.println("itArray-----" + itArray); + if (remain == 1 && itArray == null) { //如果玩家的下家只有一张牌,玩家出单张必须是最大的 + CardObj maxSingleCard = CardUtil.findMaxSingleCard(paoDekuaiCardInhand); + System.out.println("出的最大牌 " + maxSingleCard); + itArray = CardUtil.toTArray1(maxSingleCard); + } + + //跑得快出牌 + System.out.println("机器人出牌 " + seat + CardUtil.toList(itArray)); + ITObject params = TObject.newInstance(); + params.putString("session", session + "," + token); + params.putTArray("card", itArray); + params.putTArray("all_card", CardUtil.toTArray(paoDekuaiCardInhand)); + CardUtil.removeCard(paoDekuaiCardInhand, CardUtil.toList(itArray)); //删除手牌里打过的牌 + System.out.println("目前机器人剩余手牌:" + paoDekuaiCardInhand.toString()); + client.send("1013", params, response -> + + { + System.out.println("出牌成功: " + response.returnCode); + }); + return null; + } + + /** + * 跑得快初始化手牌 + * + * @param param 消息参数 + * @return + */ + public String paoDeKuaiCardInHead(ITObject param, TaurusClient client) { + ITArray cardList = param.getTArray("cards"); + List cardObjs = new ArrayList<>(); + if (cardList.size() != 0) { + cardObjs = CardUtil.toList(cardList); + } + paoDekuaiCardInhand.addAll(cardObjs); +// if (paoDekuaiCardInhand.size() > 14) { +// outCard(client); +// System.out.println("机器人:" + param.getInt("seat") + "为庄家,需要出牌" + ",牌为:" + paoDekuaiCardInhand.get(0)); +// } + System.out.println("机器人:" + param.getInt("seat") + "初始化手牌" + ",牌为:" + paoDekuaiCardInhand.toString()); + return null; + } + + /** + * 跑的快出牌广播 + * + * @param param 消息参数 + * @return + */ + public String paoDekuaiChupaiGuangBo(ITObject param) { + card_list = param.getTObject("card_obj"); + guangboseat = param.getInt("player"); + remain = param.getInt("remain"); //剩余牌数量 + saveRemainHistory(guangboseat, remain); + System.out.println("座位号和手牌数量记录 " + seatRemainHistory); + System.out.println("广播手牌数量" + "座位号 " + guangboseat + "手牌数量 " + remain); + System.out.println("座位号:" + param.getInt("player") + "的用户出牌广播:" + param.getTObject("card_obj")); + return null; + } + + public void saveRemainHistory(int guangboseat, int remain) { + if (!seatRemainHistory.containsKey(guangboseat)) { + seatRemainHistory.put(guangboseat, new ArrayList<>()); + } + seatRemainHistory.get(guangboseat).add(remain); + } + + +} diff --git a/libs/robot_common_bak/src/main/java/hunan/HuNanZhuanZhuan.java b/libs/robot_common_bak/src/main/java/hunan/HuNanZhuanZhuan.java new file mode 100644 index 0000000..eb5687d --- /dev/null +++ b/libs/robot_common_bak/src/main/java/hunan/HuNanZhuanZhuan.java @@ -0,0 +1,338 @@ +package hunan; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.StringUtil; +import taurus.client.Message; +import taurus.client.TaurusClient; +import taurus.util.CardUtil; +import taurus.util.ZhuanZhuanSuanFaTest; + +import java.util.*; + +public class HuNanZhuanZhuan { + + public static int zhuanZhuanCard = 0; + + //湖南转转麻将手牌 + private List zhuanZhuanCardInhand = new ArrayList(); + + + //打出的牌 + private List zhuanZhuanchuguopai = new ArrayList<>(); + + + private static ZhuanZhuanSuanFaTest zhuanZhuanFaTest = new ZhuanZhuanSuanFaTest(); + + + + // 玩家座位号 + public static int seat = 0; + + // 会话标识 + public static String session = ""; + // 访问令牌 + public static String token = ""; + + public List getZhuanZhuanCardInhand() { + return zhuanZhuanCardInhand; + } + + public List getZhuanZhuanchuguopai() { + return zhuanZhuanchuguopai; + } + + /** + * 初始化手牌协议 811 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public String cardInHead(String command, Message message, TaurusClient client ) { + if (command.equalsIgnoreCase("811")) { + ITObject param = message.param; + if (param == null) { + return null; + } +// {bank_seat=1, laiziCard=0, laiziCard2=0, laiziCard2Before=0, jing=0, laiziCardBefore=0, card_list=[101, 103, 104, 201, 204, 207, 208, 209, 307, 309, 501, 502, 503]} + ITArray cardList = param.getTArray("card_list"); + for (int i = 0; i < cardList.size(); i++) { + zhuanZhuanCardInhand.add(cardList.getInt(i)); + } + if (zhuanZhuanCardInhand.size() > 13) { + outCard(client); + if (!zhuanZhuanCardInhand.isEmpty()) { + System.out.println("机器人:" + param.getInt("seat") + "为庄家,需要出牌1111" + ",牌为:" + zhuanZhuanCardInhand.get(0)); + } else { + System.out.println("机器人:" + param.getInt("seat") + "为庄家,需要出牌1111,但手牌为空"); + } + } + System.out.println("机器人:" + param.getInt("bank_seat") + "初始化手牌" + ",牌为:" + zhuanZhuanCardInhand.toString()); + + } + return null; + } + + + // ... existing code ... + /** + * 出牌方法 + * + */ + public void outCard(TaurusClient client) { + //麻将出牌 + String zhuanzhaunOutCard = zhuanZhuanFaTest.outCardSuanFa(zhuanZhuanCardInhand, zhuanZhuanCard); + + ITObject params = TObject.newInstance(); + int cardToOut; + if (StringUtil.isNotEmpty(zhuanzhaunOutCard)) { + cardToOut = Integer.parseInt(zhuanzhaunOutCard); + }else { + cardToOut = zhuanZhuanCardInhand.get(0); + } + params.putString("session", session + "," + token); + + params.putInt("card", cardToOut); + int outCountBefore = zhuanZhuanchuguopai.size(); + + if (outCountBefore >=1){ + List cardsToSend = zhuanZhuanchuguopai.subList(0, outCountBefore); + params.putTArray("outcard_list", CardUtil.maJiangToTArray(cardsToSend)); + } + params.putTArray("card_list", CardUtil.maJiangToTArray(zhuanZhuanCardInhand)); + zhuanZhuanchuguopai.add(cardToOut); + System.out.println("机器人出牌: " + cardToOut); + zhuanZhuanCardInhand.remove(Integer.valueOf(cardToOut)); + System.out.println("目前机器人剩余手牌:" + zhuanZhuanCardInhand.toString()); + + client.send("611", params, response -> { + System.out.println("出牌成功: " + response.returnCode); + }); + + } +// ... existing code ... + + + + + + /** + * 出牌广播协议 812 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public static String drawCard(String command, Message message) { + if (command.equalsIgnoreCase("812")) { + ITObject param = message.param; + if (param == null) { + return null; + } + zhuanZhuanCard = param.getInt("card"); + System.out.println("出牌广播" + zhuanZhuanCard); + System.out.println("座位号:" + param.getInt("seat") + "的用户出牌:" + param.getInt("card")); + } + return null; + } + + + /** + * 摸牌协议 819 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public String getCard(String command, Message message) { + if (command.equalsIgnoreCase("819")) { + ITObject param = message.param; + if (param == null) { + return null; + } +// {seat=2, Ishupai=0, isBaoTing=-1, tingcard=0, isgang=0, card=101, left_count=106} + int card = param.getInt("card"); + System.out.println("轮到座位号:" + param.getInt("seat") + "的用户摸牌" + ",牌为:" + card); + if (param.getInt("player") != null) { + zhuanZhuanCardInhand.add(card); + + // 添加摸牌分析逻辑 + System.out.println("\n===== 摸牌分析开始 ====="); + + // 创建包含摸牌后的手牌副本 + List tempHand = new ArrayList<>(zhuanZhuanCardInhand); + tempHand.sort(Integer::compareTo); + + // 调用算法类进行摸牌分析 + if (zhuanZhuanFaTest != null) { + boolean isTing = zhuanZhuanFaTest.analyzeDrawCard(zhuanZhuanCardInhand, card); + + // 如果摸牌后可以听牌,记录信息 + if (isTing) { + System.out.println("\n摸牌后已进入听牌状态!"); + } + + // 分析打出哪张牌可以听牌 + Map> discardToTingMap = zhuanZhuanFaTest.findDiscardToTing(tempHand); + if (discardToTingMap != null && !discardToTingMap.isEmpty()) { + System.out.println("可打出后听牌的牌数量: " + discardToTingMap.size()); + } + } + + System.out.println("===== 摸牌分析结束 ====="); +// cardInhand.add(104); + } + } + return null; + } + + public static String changePlayer(String command, Message message) { + if (command.equalsIgnoreCase("820")) { + ITObject param = message.param; + if (param == null) { + return null; + } + System.out.println("出牌权转移到座位号:" + param.getInt("seat") + "的用户"); + } + return null; + } + + + /** + * 处理杠碰胡操作 + * + * @param param 消息参数 + * @return + */ + public String actionCard(ITObject param,TaurusClient client) { + //获取碰杠胡参数 type 和id 后续算法接入,是否能让碰和杠 + ITArray tipList = param.getTArray("tip_list"); + int id = 0; + int type = 0; + int opcard = 0; + ITObject params = TObject.newInstance(); + if (tipList != null && tipList.size() > 0) { + TObject firstTip = (TObject) tipList.get(0).getObject(); + id = firstTip.getInt("id"); + type = firstTip.getInt("type"); + opcard = firstTip.getTArray("opcard").getInt(0); + System.out.println("id ++ " + id); + System.out.println("type ++ " + type); + System.out.println("机器人收到牌:" + opcard + ",当前手牌:" + zhuanZhuanCardInhand); + } + //弃 是根据算法选择是否要弃掉 不进行碰杠胡 + //params.putInt("qi", 0); + //params.putInt("id", 0); + + // 如果是碰操作,使用算法判断是否应该碰 + if (type == 2 && zhuanZhuanFaTest != null) { + // 复制当前手牌进行分析 + List tempHands = new ArrayList<>(zhuanZhuanCardInhand); + // 使用算法判断是否应该碰牌 + boolean shouldPong = zhuanZhuanFaTest.shouldPong(opcard, tempHands); + if (!shouldPong) { + // 如果算法判断不应该碰,设置放弃操作 + params.putInt("qi", 1); + params.putInt("id", 0); + System.out.println("智能决策:不碰该牌,保持手牌灵活性"); + + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + return null; + } + } + + // 如果是杠操作,使用算法判断是否应该杠 + if (type == 3 || type == 4 || type == 5) { + if (zhuanZhuanFaTest != null) { + List tempHands = new ArrayList<>(zhuanZhuanCardInhand); + boolean shouldGang = zhuanZhuanFaTest.shouldGang(opcard, tempHands, type); + if (!shouldGang) { + params.putInt("qi", 1); + params.putInt("id", 0); + System.out.println("智能决策:不杠该牌,保持手牌灵活性"); + + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + return null; + } + } + } + + //执行碰牌 + if (type == 2) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(zhuanZhuanCardInhand, opcard, 2); + System.out.println("执行碰牌:" + opcard); +// Global.logger.info("删除碰的牌"); + //执行胡牌 + } else if (type == 6) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + System.out.println("执行胡牌:" + opcard); + //执行吃杠 + } else if (type == 3) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(zhuanZhuanCardInhand, opcard, 3); + System.out.println("执行吃杠:" + opcard); + //执行自杠 + } else if (type == 4) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(zhuanZhuanCardInhand, opcard, 4); + System.out.println("执行自杠:" + opcard); + // 碰后补杠 + } else if (type == 5) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(zhuanZhuanCardInhand, opcard, 1); + System.out.println("执行碰后补杠:" + opcard); + } + +// cardInhand.remove(0); +// cardInhand.remove(1); + System.out.println("执行id为:" + 0 + "的操作"); + + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + return null; + } + + /** + * 删除出过的牌组 + * + * @param param + * @return + */ + public String shanchuchuguopai(ITObject param) { + if (param == null) { + return null; + } + Integer card = param.getInt("card"); // 操作牌值 + Integer type = param.getInt("type"); // 操作类型 + Integer from_seat = param.getInt("from_seat"); // 牌来源座位 + System.out.println("删除出过的牌组 card " + card); + System.out.println("删除出过的牌组 type " + type); + System.out.println("删除出过的牌组 from_seat " + from_seat); + System.out.println("机器人 seat " + seat); + + if (type == 2 || type == 3 || type == 5) { // 碰,杠 + zhuanZhuanchuguopai.remove(Integer.valueOf(card)); + System.out.println("删除出过的牌组 成功"); + } + return null; + } +} diff --git a/libs/robot_common_bak/src/main/java/hunan/JiQiRens.java b/libs/robot_common_bak/src/main/java/hunan/JiQiRens.java new file mode 100644 index 0000000..b9cca9b --- /dev/null +++ b/libs/robot_common_bak/src/main/java/hunan/JiQiRens.java @@ -0,0 +1,1472 @@ +package hunan; + + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.events.Event; +import com.taurus.core.events.IEventListener; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.ICallback; +import com.taurus.core.util.StringUtil; +import redis.clients.jedis.Jedis; +import redis.clients.jedis.ScanParams; +import redis.clients.jedis.ScanResult; +import taurus.client.*; +import taurus.client.business.AccountBusiness; +import taurus.client.business.GroupRoomBusiness; + + +import java.sql.SQLException; +import java.util.*; + +public class JiQiRens { + + // 扣点点玩家手牌 + public static List cardInhand = new ArrayList(); + + //使用数量 + public static Map count = new HashMap(); + + //扣点点别人打的牌 + private String card = ""; + + // 玩家座位号 + public static int seat = 0; + // 玩家ID + // 登录密码 + public static String password = "123456"; + // 会话标识 + private String session = ""; + // 访问令牌 + public String token = ""; + // 玩法ID + public String wanfaId = ""; + + public int tuichutime = 0; + + // 客户端连接对象 + private TaurusClient client = null; + + private HuNanHongZhong huNanHongZhong = new HuNanHongZhong(); + + private HuNanZhuanZhuan huNanZhuanZhuan = new HuNanZhuanZhuan(); + + private HuNanFangPaoFa huNanFangPaoFa = new HuNanFangPaoFa(); + + private HuNanPaoDeKuai huNanPaoDeKuai = new HuNanPaoDeKuai(); + + private HuNanChangSha huNanChangSha = new HuNanChangSha(); + + + //圈子id +// public static int groupId = 0; + + //房间id +// public static String roomId = ""; + + + /** + * TCP测试方法,用于建立客户端连接并处理游戏事件 + * + * @throws Exception + */ + public void tcp_test(int playerId, Integer pid, int groupId) throws Exception { + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + Jedis jedis0 = Redis.use().getJedis(); + String playKey = "g{" + groupId + "}:play:" + pid; + + + try { + Set roomIds = jedis0.keys("room:*"); +// Set roomIds = scanRooms(jedis0, "room:*"); + String roomKey = ""; + if (jedis11.hget(playKey, "leftover_robot") != null) { + if (wanfaId.equals("")) { + Boolean is_match = false; + for (String id : roomIds) { + String roomId = id.substring(id.indexOf(":") + 1); + roomKey = "room:" + roomId; + String gpid = jedis0.hget(roomKey, "gpid"); + String players = jedis0.hget(roomKey, "players"); + + if (gpid != null) { + if (Integer.parseInt(gpid) == pid) { + is_match = true; + } +// if (players.equals("[]")) { +// is_match = false; +// } + } + } + if (roomIds.size() == 0 || !is_match) { + ITObject object = null; + AccountBusiness accountBusiness = null; + accountBusiness = new AccountBusiness(); + // 登录获取session跟token + System.out.println("6666666666666666666666666666666666666"); + if (jedis0.keys("{user}:" + playerId + "_token").size() != 0) { + System.out.println("playetid +++++++++++++" + playerId); + System.out.println("5555555555555555555555555555555555555"); + Set keys1 = jedis0.keys("{user}:" + playerId + "_token"); + if (keys1 == null) { + object = accountBusiness.idPasswordLogin(playerId, password); + ITObject validate = TObject.newInstance(); + validate.putString("token", object.getString("token")); + token = object.getString("token"); + session = accountBusiness.getSession(); + } else { + Set keys = jedis0.smembers("{user}:" + playerId + "_token"); + List keyList = new ArrayList<>(keys); + session = "{user}:" + playerId; + token = keyList.get(0); + System.out.println("token ++++++++++++++++++++++" + token); + } + } else { + System.out.println("4777777777777777777777777"); + object = accountBusiness.idPasswordLogin(playerId, password); + ITObject validate = TObject.newInstance(); + validate.putString("token", object.getString("token")); + token = object.getString("token"); + session = accountBusiness.getSession(); + } + + + System.out.println("session" + session); + Object room = GroupRoomBusiness.matchRoom(groupId, pid, session, "Android", false); + String game = jedis0.hget(String.valueOf(room), "game"); +// ITObject game_info = roomInfo.getTObject("game_info"); +// Integer game_id = game_info.getInt("game_id"); + wanfaId = String.valueOf(game); + + } + } + + String leftover_robot = jedis11.hget(playKey, "leftover_robot"); + if (Integer.parseInt(leftover_robot) > 0) { + String[] playerIds = null; + for (String id : roomIds) { + String roomId = id.substring(id.indexOf(":") + 1); + roomKey = "room:" + roomId; + if (jedis0.exists(roomKey)) { + String players = jedis0.hget(roomKey, "players"); + + if (players != null) { + players = players.substring(1, players.length() - 1); + + playerIds = players.split(","); + + String gpid = jedis0.hget(roomKey, "gpid"); + + String roKey = "g{" + groupId + "}:play:" + gpid; + String leftover_robot1 = jedis11.hget(roKey, "leftover_robot"); + + String roomIdgpid = null; + if (leftover_robot1 != null) { + if (playerIds.length == 2 && Integer.parseInt(leftover_robot1) > 0) { + roomKey = "room:" + roomId; + System.out.println("roomKey+++++ " + roomKey); + roomIdgpid = jedis0.hget(roomKey, "gpid"); + } + + boolean isnull=false; + for (String s : roomIds) { + String roomId1 = s.substring(s.indexOf(":") + 1); + String roomKey1 = "room:" + roomId1; + String players1 = jedis0.hget(roomKey1, "players"); + if (Integer.parseInt(leftover_robot1) > 0 && players1.equals("[]")) { + roomKey = "room:" + roomId; + System.out.println("roomKey+++++ " + roomKey); + roomIdgpid = jedis0.hget(roomKey, "gpid"); + if (Integer.parseInt(gpid) == Integer.parseInt(roomIdgpid)){ + isnull=true; + } + } + } + + + + if (playerIds.length == 2 && Integer.parseInt(leftover_robot1) > 0 && Integer.parseInt(gpid) == Integer.parseInt(roomIdgpid) && wanfaId.equals("") && !isnull) { + ITObject object = null; + AccountBusiness accountBusiness = null; + accountBusiness = new AccountBusiness(); + // 登录获取session跟token + System.out.println("6666666666666666666666666666666666666"); + if (jedis0.keys("{user}:" + playerId + "_token").size() != 0) { + System.out.println("playetid +++++++++++++" + playerId); + System.out.println("5555555555555555555555555555555555555"); + Set keys1 = jedis0.keys("{user}:" + playerId + "_token"); + if (keys1 == null) { + object = accountBusiness.idPasswordLogin(playerId, password); + ITObject validate = TObject.newInstance(); + validate.putString("token", object.getString("token")); + token = object.getString("token"); + session = accountBusiness.getSession(); + } else { + Set keys = jedis0.smembers("{user}:" + playerId + "_token"); + List keyList = new ArrayList<>(keys); + session = "{user}:" + playerId; + token = keyList.get(0); + System.out.println("token ++++++++++++++++++++++" + token); + } + } else { + System.out.println("4777777777777777777777777"); + object = accountBusiness.idPasswordLogin(playerId, password); + ITObject validate = TObject.newInstance(); + validate.putString("token", object.getString("token")); + token = object.getString("token"); + session = accountBusiness.getSession(); + } + + + Object roomkey = GroupRoomBusiness.matchRoom(groupId, Integer.parseInt(roomIdgpid), session, "Android", false); + + String game = jedis0.hget(String.valueOf(roomkey), "game"); +// ITObject game_info = roomInfo.getTObject("game_info"); +// Integer game_id = game_info.getInt("game_id"); + wanfaId = String.valueOf(game); + System.out.println("===========wanfaId55555555555========" + wanfaId); + } + } + } + } + } + + + + //真人等机器人游戏id赋值 + for (String id : roomIds) { + String roomId = id.substring(id.indexOf(":") + 1); + roomKey = "room:" + roomId; + + String players = jedis0.hget(roomKey, "players"); + String gpid = jedis0.hget(roomKey, "gpid"); + + String roKey = "g{" + groupId + "}:play:" + gpid; + String leftover_robot1 = jedis11.hget(roKey, "leftover_robot"); + + if (players != null && !players.equals("[]")) { + players = players.substring(1, players.length() - 1); + playerIds = players.split(","); + List robotIdsList = new ArrayList<>(); + //拿到所有的机器人 + String sql2 = String.format("SELECT id FROM `account` WHERE jiqiren=9998"); + ITArray robotId2 = DataBase.use().executeQueryByTArray(sql2); + + for (int j = 0; j < robotId2.size(); j++) { + robotIdsList.add(robotId2.getTObject(j).getInt("id")); + } + for (String s : playerIds) { + System.out.println("===========playerIds.length============" + playerIds.length); + System.out.println("--------------robotIdsList---------" + robotIdsList); + System.out.println("--------------playerIds-----------" + Arrays.toString(playerIds)); + System.out.println("ssssssss " + s); + if (leftover_robot1 != null) { + if (playerIds.length == 1 && !robotIdsList.contains(Integer.parseInt(s)) && Integer.parseInt(leftover_robot1) > 0) { + System.out.println("---------------进入---------------"); + wanfaId = jedis0.hget(roomKey, "game"); + System.out.println("===========wanfaId4444444========" + wanfaId); + } + } + } + } + } + +// if (!client.isConnected()) { +// if (wanfaId == null) { +// wanfaId = "10"; +// } + System.out.println("wwwwwwwww" + wanfaId); + + if ("22".equalsIgnoreCase(wanfaId)) { //湖南红中麻将 + client = new TaurusClient("127.0.0.1:6421", "game", TaurusClient.ConnectionProtocol.Tcp); + } + + if ("10".equalsIgnoreCase(wanfaId)) { + client = new TaurusClient("127.0.0.1:6311", "game", TaurusClient.ConnectionProtocol.Tcp); + System.out.println("10000000000000000000000000000000000000"); + } +// + if ("66".equalsIgnoreCase(wanfaId)) { + client = new TaurusClient("127.0.0.1:6841", "game", TaurusClient.ConnectionProtocol.Tcp); + } + client.connect(); +// } + + //连接根据不同的玩法id 配置不同的连接 + + + System.out.println("这里是连接+++++++++9999999999999999999999999999999999999999999++++" + wanfaId); + + + //这里是机器人主动进入空房间 + Set roomIds1 = jedis0.keys("room:*"); + + for (String id : roomIds1) { + String roomId = id.substring(id.indexOf(":") + 1); + roomKey = "room:" + roomId; + if (jedis0.hget(roomKey, "gpid") != null) { + String gpid = jedis0.hget(roomKey, "gpid"); + String playKey2 = "g{" + groupId + "}:play:" + gpid; + String leftover_robot1 = jedis11.hget(playKey2, "leftover_robot"); + String roomPidKey = null; + if (jedis0.hget(roomKey, "players") == null || jedis0.hget(roomKey, "players").equals("[]")) { + System.out.println("这里是机器人主动进入空房间11111"); + + roomKey = "room:" + roomId; + roomPidKey = jedis0.hget(roomKey, "gpid"); + } + + String players = jedis0.hget(roomKey, "players"); + System.out.println("这里是机器人主动进入空房间2222"); + if (leftover_robot1 != null) { + if ((players == null || players.equals("[]")) && Integer.parseInt(gpid) == Integer.parseInt(Objects.requireNonNull(roomPidKey)) && Integer.parseInt(leftover_robot1) > 0) { + System.out.println("这里是机器人主动进入空房间4444"); + ITObject object = null; + AccountBusiness accountBusiness = null; + accountBusiness = new AccountBusiness(); + // 登录获取session跟token + System.out.println("6666666666666666666666666666666666666"); + if (jedis0.keys("{user}:" + playerId + "_token").size() != 0) { + System.out.println("playetid +++++++++++++" + playerId); + System.out.println("5555555555555555555555555555555555555"); + Set keys1 = jedis0.keys("{user}:" + playerId + "_token"); + if (keys1 == null) { + object = accountBusiness.idPasswordLogin(playerId, password); + ITObject validate = TObject.newInstance(); + validate.putString("token", object.getString("token")); + token = object.getString("token"); + session = accountBusiness.getSession(); + } else { + Set keys = jedis0.smembers("{user}:" + playerId + "_token"); + List keyList = new ArrayList<>(keys); + session = "{user}:" + playerId; + token = keyList.get(0); + System.out.println("token ++++++++++++++++++++++" + token); + } + } else { + System.out.println("4777777777777777777777777"); + object = accountBusiness.idPasswordLogin(playerId, password); + ITObject validate = TObject.newInstance(); + validate.putString("token", object.getString("token")); + token = object.getString("token"); + session = accountBusiness.getSession(); + } + + String group = jedis0.hget(roomKey, "group"); + ITObject roomInfos = GroupRoomBusiness.joinRoom(Integer.parseInt(group), roomKey, session, null); + joinRoom(playerId); //进入房间 + ready(); //准备 + String playKey1 = "g{" + groupId + "}:play:" + roomPidKey; + + +// //增加使用数量 + Integer key = Integer.valueOf(roomPidKey); + + count.put(key, count.getOrDefault(key, 0) + 1); + + + jedis11.hincrBy(playKey1, "leftover_robot", -1); + String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 1, playerId); + DataBase.use().executeUpdate(sql); + + + } + } + } + + } + + // 添加事件监听器处理网络消息 + client.addEventListener(TaurusClient.NetClientEvent.OnEvent, new IEventListener() { + @Override + public void handleEvent(Event event) { + System.out.println("监听 ++++++++++++++++++++++++++++++++++++++++++++"); + // 获取 msg + Message message = (Message) event.getParameter("msg"); + if (message == null) { + return; + } + + ITObject param = message.param; + System.out.println("param+++++++++++++++++++" + param); + //回调协议号 + String command = message.command; + System.out.println("command ++++++++++++++" + command); + //根据玩法id 调用不同的回调 + if (StringUtil.isNotEmpty(command)) { + if ("93".equalsIgnoreCase(wanfaId)) { //扣点点 + if ("812".equalsIgnoreCase(command)) { //出牌广播 + sleepTime(1000); + drawCard(command, message); + } else if ("820".equalsIgnoreCase(command)) { + changePlayer(command, message); + } else if ("819".equalsIgnoreCase(command)) { //摸牌 + getCard(command, message); + } else if ("811".equalsIgnoreCase(command)) { //初始化手牌 + cardInHead(command, message, wanfaId); + } else if ("813".equalsIgnoreCase(command)) { //出牌,牌权 + sleepTime(2000); + outCard(command, message, wanfaId); + } else if ("817".equalsIgnoreCase(command)) { + ready(); + //杠碰胡通知协议 + } else if ("814".equalsIgnoreCase(command)) { + sleepTime(2000); + actionCard(param); + //doGang杠后补牌 补杠事件 + } else if ("838".equalsIgnoreCase(command)) { + sleepTime(2000); + buGang(param); + } + } + else if ("66".equalsIgnoreCase(wanfaId)) {//跑的快 + if ("2011".equalsIgnoreCase(command)) { //跑的快 初始化手牌 + huNanPaoDeKuai.paoDeKuaiCardInHead(param, client); + } else if ("2021".equalsIgnoreCase(command)) { //出牌广播 + huNanPaoDeKuai.paoDekuaiChupaiGuangBo(param); + } else if ("2004".equalsIgnoreCase(command)) { //出牌提示事件,牌权 + Integer player = param.getInt("player"); + Integer seat1 = param.getInt("seat"); + System.out.println("跑的快seat1 77777777777777777777777777" + seat1); + System.out.println("跑的快palyer6666666666666666666666666" + player); + if (seat1 != null) { + huNanPaoDeKuai.seat = seat1; + } + + //出牌 + huNanPaoDeKuai.outCard(client); + } else if ("2007".equalsIgnoreCase(command)) { //结算准备 + //type为1 为大结算 type为0为小结算 + Integer type = param.getInt("type"); + System.out.println("type ++++++++++++++++++++++++" + type); + if (type == 0) { + huNanPaoDeKuai.getSeatRemainHistory().clear(); + huNanPaoDeKuai.getPaoDekuaiCardInhand().clear(); + ITArray card_list = huNanPaoDeKuai.getCard_list().getTArray("card_list"); + card_list.clear(); +// ready(); + } + + if (type == 1) { + Jedis jedis11s = Redis.use("group1_db11").getJedis(); + try { + String key = "g{" + groupId + "}:play:" + pid; + jedis11s.hincrBy(key, "leftover_robot", 1); + String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, playerId); + try { + DataBase.use().executeUpdate(sql); + } catch (SQLException e) { + e.printStackTrace(); + } + } catch (Exception e) { + e.printStackTrace(); + } finally { + jedis11s.close(); + } + } + + } else if ("2009".equalsIgnoreCase(command)) { + for (int i = 0; i < 7; i++) { + sleepTime(1000); + if (i == 6) { + System.out.println("跑得快发起 1005"); + ITObject params = TObject.newInstance(); + String[] playerIds2 = null; + Set roomIds = jedis0.keys("room:*"); + String roomKey = ""; + //拿到所有的机器人 + List robotIdsList = new ArrayList<>(); + String sql2 = "SELECT id FROM `account` WHERE jiqiren=9998"; + ITArray robotId2 = null; + try { + robotId2 = DataBase.use().executeQueryByTArray(sql2); + } catch (SQLException e) { + e.printStackTrace(); + } + for (int j = 0; j < Objects.requireNonNull(robotId2).size(); j++) { + robotIdsList.add(robotId2.getTObject(j).getInt("id")); + } + + + for (String roomId : roomIds) { + String roomId1 = roomId.substring(roomId.indexOf(":") + 1); + roomKey = "room:" + roomId1; + System.out.println("roomKey +++++++++++++++++" + roomKey); + if (jedis0.hget(roomKey, "players") != null) { + String players = jedis0.hget(roomKey, "players"); + if (!players.equals("[]")) { + players = players.substring(1, players.length() - 1); + playerIds2 = players.split(","); + System.out.println("playerIds2 ++++++===========" + Arrays.toString(playerIds2)); + + if (playerIds2.length == 1) { + for (String s : playerIds2) { + if (robotIdsList.contains(Integer.parseInt(s))) { //房间里的人是机器人 + String gpid = jedis0.hget(roomKey, "gpid"); + String gpId = jedis0.hget(roomKey, "group"); + String key = "g{" + gpId + "}:play:" + gpid; + if (!players.equals("[]")) { + System.out.println("roomKey ++++" + roomKey); + System.out.println("gpid ++++++" + gpid); + System.out.println("groupid ++++++" + gpId); + System.out.println("key +++++++" + key); + System.out.println("===================清空机器人准备时间超过六秒的房间 8888888888888888"); + + if (JiQiRens.count != null && JiQiRens.count.containsKey(Integer.parseInt(gpid))) { + Integer currentValue = JiQiRens.count.get(Integer.parseInt(gpid)); + if (currentValue > 0) { + JiQiRens.count.put(Integer.parseInt(gpid), currentValue - 1); + } + } + Jedis jedis20 = Redis.use("group1_db11").getJedis(); + + jedis20.hincrBy(key, "leftover_robot", 1); + jedis20.close(); + String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, Integer.parseInt(s)); + + try { + DataBase.use().executeUpdate(sql); + } catch (SQLException e) { + e.printStackTrace(); + } + + client.send("1005", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + + } + } + } + } + } + } + } + + } + } + ready(); + } else if ("2008".equalsIgnoreCase(command)) { //解散房间时候恢复机器人账号可以使用 + Set roomIds = scanRooms(jedis0, "room:*"); + String[] playerIds = null; + for (String roomId : roomIds) { + String rid = roomId.substring(roomId.indexOf(":") + 1); + String roomKey = "room:" + rid; + if (jedis0.hget(roomKey, "players") != null) { + String players = jedis0.hget(roomKey, "players"); + if (!players.equals("[]")) { + players = players.substring(1, players.length() - 1); + playerIds = players.split(","); + for (String pyids : playerIds) { + if (Integer.parseInt(pyids) == playerId) { + jedis0.del(roomId); + } + } + } + } + } + } + } + else if ("22".equalsIgnoreCase(wanfaId)) { //湖南红中麻将 + System.out.println("command" + command); + if ("812".equalsIgnoreCase(command)) { //出牌广播 + HuNanHongZhong.drawCard(command, message); + } else if ("811".equalsIgnoreCase(command)) {//初始化手牌 + huNanHongZhong.cardInHead(command, message, client); + } else if ("819".equalsIgnoreCase(command)) { //摸牌 + huNanHongZhong.getCard(command, message); + } else if ("813".equalsIgnoreCase(command)) { //出牌,牌权 + huNanHongZhong.outCard(client); + } else if ("817".equalsIgnoreCase(command)) {//结算 + huNanHongZhong.getHongZhongCardInhand().clear(); + huNanHongZhong.getChuGuoCardInhand().clear(); + System.out.println("红中结算"); + Integer type = param.getInt("type"); + if (type == 1 || type == 2) { //为1 为大结算 为2为解散,都需要恢复数据 + Jedis jedis11s = Redis.use("group1_db11").getJedis(); + try { + String key = "g{" + groupId + "}:play:" + pid; + jedis11s.hincrBy(key, "leftover_robot", 1); + String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, playerId); + try { + DataBase.use().executeUpdate(sql); + } catch (SQLException e) { + e.printStackTrace(); + } + } catch (Exception e) { + e.printStackTrace(); + } finally { + jedis11s.close(); + } + } + ready(); + } else if ("814".equalsIgnoreCase(command)) {//杠碰胡通知协议 +// sleepTime(2000); + huNanHongZhong.actionCard(param, client); + } else if ("820".equalsIgnoreCase(command)) { + HuNanHongZhong.changePlayer(command, message); + } else if ("815".equalsIgnoreCase(command)) { //服务器通知客户端有玩家执行了操作 + huNanHongZhong.shanchuchuguopai(param); + } else if ("2008".equalsIgnoreCase(command)) { //解散房间时候恢复机器人账号可以使用 +// Jedis jedis11s = Redis.use("group1_db11").getJedis(); +// try { +// String key = "g{" + groupId + "}:play:" + pid; +// jedis11s.hincrBy(key, "leftover_robot", 1); +// String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, playerId); +// DataBase.use().executeUpdate(sql); + Set roomIds = scanRooms(jedis0, "room:*"); + String[] playerIds = null; + for (String roomId : roomIds) { + String rid = roomId.substring(roomId.indexOf(":") + 1); + String roomKey = "room:" + rid; + if (jedis0.hget(roomKey, "players") != null) { + String players = jedis0.hget(roomKey, "players"); + if (!players.equals("[]")) { + players = players.substring(1, players.length() - 1); + playerIds = players.split(","); + for (String pyids : playerIds) { + if (Integer.parseInt(pyids) == playerId) { + jedis0.del(roomId); + } + } + } + } + } +// } catch (SQLException e) { +// System.out.println("恢复机器人账户失败" + e); +// } finally { +// jedis11s.close(); +// } + }else if ("2009".equalsIgnoreCase(command)) { + for (int i = 0; i < 7; i++) { + sleepTime(1000); + if (i == 6) { + System.out.println("红中发起 1005"); + ITObject params = TObject.newInstance(); + String[] playerIds2 = null; + Set roomIds = jedis0.keys("room:*"); + String roomKey = ""; + //拿到所有的机器人 + List robotIdsList = new ArrayList<>(); + String sql2 = "SELECT id FROM `account` WHERE jiqiren=9998"; + ITArray robotId2 = null; + try { + robotId2 = DataBase.use().executeQueryByTArray(sql2); + } catch (SQLException e) { + e.printStackTrace(); + } + for (int j = 0; j < Objects.requireNonNull(robotId2).size(); j++) { + robotIdsList.add(robotId2.getTObject(j).getInt("id")); + } + + + for (String roomId : roomIds) { + String roomId1 = roomId.substring(roomId.indexOf(":") + 1); + roomKey = "room:" + roomId1; + System.out.println("roomKey +++++++++++++++++" + roomKey); + if (jedis0.hget(roomKey, "players") != null) { + String players = jedis0.hget(roomKey, "players"); + if (!players.equals("[]")) { + players = players.substring(1, players.length() - 1); + playerIds2 = players.split(","); + System.out.println("playerIds2 ++++++===========" + Arrays.toString(playerIds2)); + + if (playerIds2.length == 1) { + for (String s : playerIds2) { + if (robotIdsList.contains(Integer.parseInt(s))) { //房间里的人是机器人 + String gpid = jedis0.hget(roomKey, "gpid"); + String gpId = jedis0.hget(roomKey, "group"); + String key = "g{" + gpId + "}:play:" + gpid; + if (!players.equals("[]")) { + System.out.println("roomKey ++++" + roomKey); + System.out.println("gpid ++++++" + gpid); + System.out.println("groupid ++++++" + gpId); + System.out.println("key +++++++" + key); + System.out.println("===================清空机器人准备时间超过六秒的房间 8888888888888888"); + + if (JiQiRens.count != null && JiQiRens.count.containsKey(Integer.parseInt(gpid))) { + Integer currentValue = JiQiRens.count.get(Integer.parseInt(gpid)); + if (currentValue > 0) { + JiQiRens.count.put(Integer.parseInt(gpid), currentValue - 1); + } + } + Jedis jedis20 = Redis.use("group1_db11").getJedis(); + + jedis20.hincrBy(key, "leftover_robot", 1); + jedis20.close(); + String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, Integer.parseInt(s)); + + try { + DataBase.use().executeUpdate(sql); + } catch (SQLException e) { + e.printStackTrace(); + } + + client.send("1005", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + + } + } + } + } + } + } + } + + } + } + ready(); + } + } + else if ("17".equalsIgnoreCase(wanfaId)) { //字牌放炮罚 + System.out.println("放炮罚command " + command); + if ("811".equalsIgnoreCase(command)) { //初始化手牌 + huNanFangPaoFa.cardInHead(command, message, client); + System.out.println("字牌放炮罚 初始化手牌"); + } else if ("819".equalsIgnoreCase(command)) { //摸牌 + huNanFangPaoFa.getCard(command, message); + } else if ("813".equalsIgnoreCase(command)) { //出牌 牌权 + sleepTime(1500); + huNanFangPaoFa.outCard(client); + } else if ("812".equalsIgnoreCase(command)) { //出牌广播 + HuNanFangPaoFa.drawCard(command, message); + } else if ("814".equalsIgnoreCase(command)) { //可执行的 操作 吃碰 偎提胡 + huNanFangPaoFa.actionCard(param, client); + } else if ("817".equalsIgnoreCase(command)) { //结算 + huNanFangPaoFa.getFangPaoFaCardInhand().clear(); + ready(); + } else if ("822".equalsIgnoreCase(command)) { //放跑提示 + System.out.println("放跑提示"); + HuNanFangPaoFa.fangPaoTipEvent(message, client); + } else if ("2008".equalsIgnoreCase(command)) { //解散房间时候恢复机器人账号可以使用 + try { + String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, playerId); + DataBase.use().executeUpdate(sql); + System.out.println("放炮罚:恢复机器人账户 " + playerId + "使用状态为0"); + } catch (SQLException e) { + System.out.println(e); + } + } + } else if ("108".equalsIgnoreCase(wanfaId)) {//转转麻将 + if ("811".equalsIgnoreCase(command)) {//初始化收手牌 + huNanZhuanZhuan.cardInHead(command, message, client); + } else if ("812".equalsIgnoreCase(command)) {//出牌广播 + HuNanZhuanZhuan.drawCard(command, message); + } else if ("819".equalsIgnoreCase(command)) {//摸牌 + huNanZhuanZhuan.getCard(command, message); + } else if ("813".equalsIgnoreCase(command)) {//出牌提示 +// sleepTime(1500); + huNanZhuanZhuan.outCard(client); + } else if ("814".equalsIgnoreCase(command)) {//放招提示 + huNanZhuanZhuan.actionCard(param, client); + } else if ("817".equalsIgnoreCase(command)) {//结算 + huNanZhuanZhuan.getZhuanZhuanCardInhand().clear(); + huNanZhuanZhuan.getZhuanZhuanchuguopai().clear(); + ready(); + } else if ("815".equalsIgnoreCase(command)) { //服务器通知客户端有玩家执行了操作 + huNanZhuanZhuan.shanchuchuguopai(param); + } else if ("820".equalsIgnoreCase(command)) {//换牌提示 + HuNanZhuanZhuan.changePlayer(command, message); + } else if ("2008".equalsIgnoreCase(command)) { //解散房间时候恢复机器人账号可以使用 + try { + String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, playerId); + DataBase.use().executeUpdate(sql); + System.out.println("转转麻将:恢复机器人账户 " + playerId + "使用状态为0"); + } catch (SQLException e) { + System.out.println(e); + } + } + } else if ("10".equalsIgnoreCase(wanfaId)) { + //长沙麻将 + System.out.println("11111-----------command" + command); + if ("811".equalsIgnoreCase(command)) {//初始化收手牌 + huNanChangSha.cardInHead(command, message, client); + } else if ("812".equalsIgnoreCase(command)) {//出牌广播 + HuNanChangSha.drawCard(command, message); + } else if ("819".equalsIgnoreCase(command)) {//摸牌 + huNanChangSha.getCard(command, message); + } else if ("813".equalsIgnoreCase(command)) {//出牌提示 + System.out.println("出牌++++++++++++++++++++++++"); + huNanChangSha.outCard(client); + } else if ("814".equalsIgnoreCase(command)) {//放招提示 + huNanChangSha.actionCard(param, client); + } else if ("2009".equalsIgnoreCase(command)) { + for (int i = 0; i < 7; i++) { + sleepTime(1000); + if (i == 6) { + System.out.println("长沙发起 1005"); + ITObject params = TObject.newInstance(); + String[] playerIds2 = null; + Set roomIds = jedis0.keys("room:*"); + String roomKey = ""; + //拿到所有的机器人 + List robotIdsList = new ArrayList<>(); + String sql2 = "SELECT id FROM `account` WHERE jiqiren=9998"; + ITArray robotId2 = null; + try { + robotId2 = DataBase.use().executeQueryByTArray(sql2); + } catch (SQLException e) { + e.printStackTrace(); + } + for (int j = 0; j < Objects.requireNonNull(robotId2).size(); j++) { + robotIdsList.add(robotId2.getTObject(j).getInt("id")); + } + + + for (String roomId : roomIds) { + String roomId1 = roomId.substring(roomId.indexOf(":") + 1); + roomKey = "room:" + roomId1; + System.out.println("roomKey +++++++++++++++++" + roomKey); + if (jedis0.hget(roomKey, "players") != null) { + String players = jedis0.hget(roomKey, "players"); + if (!players.equals("[]")) { + players = players.substring(1, players.length() - 1); + playerIds2 = players.split(","); + System.out.println("playerIds2 ++++++===========" + Arrays.toString(playerIds2)); + + if (playerIds2.length == 1) { + for (String s : playerIds2) { + if (robotIdsList.contains(Integer.parseInt(s))) { //房间里的人是机器人 + String gpid = jedis0.hget(roomKey, "gpid"); + String gpId = jedis0.hget(roomKey, "group"); + String key = "g{" + gpId + "}:play:" + gpid; + if (!players.equals("[]")) { + System.out.println("roomKey ++++" + roomKey); + System.out.println("gpid ++++++" + gpid); + System.out.println("groupid ++++++" + gpId); + System.out.println("key +++++++" + key); + System.out.println("===================清空机器人准备时间超过六秒的房间 8888888888888888"); + + if (JiQiRens.count != null && JiQiRens.count.containsKey(Integer.parseInt(gpid))) { + Integer currentValue = JiQiRens.count.get(Integer.parseInt(gpid)); + if (currentValue > 0) { + JiQiRens.count.put(Integer.parseInt(gpid), currentValue - 1); + } + } + Jedis jedis20 = Redis.use("group1_db11").getJedis(); + + jedis20.hincrBy(key, "leftover_robot", 1); + jedis20.close(); + String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, Integer.parseInt(s)); + + try { + DataBase.use().executeUpdate(sql); + } catch (SQLException e) { + e.printStackTrace(); + } + + client.send("1005", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + + } + } + } + } + } + } + } + + } + } + } else if ("817".equalsIgnoreCase(command)) {//结算 + huNanChangSha.getChangShaCardInhand().clear(); + huNanChangSha.getChuGuoCardInhand().clear(); + huNanChangSha.getpongGroup().clear(); + huNanChangSha.getchowGroup().clear(); + Integer type = param.getInt("type"); + if (type == 1 || type == 2) { //为1为大结算 为2为解散 + Jedis jedis11s = Redis.use("group1_db11").getJedis(); + try { + String key = "g{" + groupId + "}:play:" + pid; + jedis11s.hincrBy(key, "leftover_robot", 1); +// + if (count != null && count.containsKey(pid)) { + Integer currentValue = count.get(pid); + if (currentValue > 0) { + count.put(pid, currentValue - 1); + } + } + + System.out.println("长沙麻将:恢复机器人数量 9++++9999999999 " + key); + String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, playerId); + try { + DataBase.use().executeUpdate(sql); + } catch (SQLException e) { + e.printStackTrace(); + } + } catch (Exception e) { + e.printStackTrace(); + } finally { + jedis11s.close(); + } + + if (count != null && count.containsKey(pid)) { + Integer value = count.get(pid); + System.out.println("value------" + value); + // 如果找到了对应的 pid + String shangxianRobot = jedis11.hget(playKey, "shangxian_robot"); + String leftoverRobot = jedis11.hget(playKey, "leftover_robot"); + + if (shangxianRobot != null && leftoverRobot != null) { + if (value == 0) { + jedis11.hset(playKey, "leftover_robot", shangxianRobot); + } + } + } + } +// playerState.pongGroups.clear();; +// playerState.handCards.clear(); +// playerState.chiGroups.clear(); +// playerState.gangGroups.clear();; + + + System.out.println("count ------ 12346540908786384637785385378 --------------count" + count); + ready(); + //写定时器 + + } else if ("815".equalsIgnoreCase(command)) { //服务器通知客户端有玩家执行了操作 + huNanChangSha.shanchuchuguopai(param); + } else if ("820".equalsIgnoreCase(command)) {//换牌提示 + huNanChangSha.changePlayer(command, message); + } else if ("2008".equalsIgnoreCase(command)) { //解散房间时候恢复机器人账号可以使用 +// Jedis jedis11s = Redis.use("group1_db11").getJedis(); +// String key = "g{" + groupId + "}:play:" + pid; +// +// jedis11s.hincrBy(key, "leftover_robot", 1); +// jedis11s.close(); +// try { +// + Set roomIds = scanRooms(jedis0, "room:*"); + String[] playerIds = null; + for (String roomId : roomIds) { + String rid = roomId.substring(roomId.indexOf(":") + 1); + String roomKey = "room:" + rid; + System.out.println("rid---------" + rid); + if (jedis0.hget(roomKey, "players") != null) { + String players = jedis0.hget(roomKey, "players"); + System.out.println("players +++ " + players); + if (!players.equals("[]")) { + players = players.substring(1, players.length() - 1); + playerIds = players.split(","); + System.out.println("playerIds ++++" + Arrays.toString(playerIds)); + for (String pyids : playerIds) { + System.out.println("pyids+++ " + pyids); + System.out.println("Integer.parseInt(pyids)------------" + Integer.parseInt(pyids)); + System.out.println("playerId--------" + playerId); + if (Integer.parseInt(pyids) == playerId) { + jedis0.del(roomId); + } + } + } + } + } + +// String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, playerId); +// DataBase.use().executeUpdate(sql); +// System.out.println("长沙麻将:恢复机器人账户 " + playerId + "使用状态为0"); +// } catch (SQLException e) { +// System.out.println(e); +// } + } else if ("825".equalsIgnoreCase(command)) { + ITObject params = TObject.newInstance(); + params.putInt("qi", 0); + params.putInt("id", 1); + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + } else if ("822".equalsIgnoreCase(command)) { + ITObject params = TObject.newInstance(); + params.putInt("qi", 0); + params.putInt("id", 1); + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + } else if ("835".equalsIgnoreCase(command)) { //听牌天听 + ITObject params = TObject.newInstance(); + params.putInt("qi", 0); + params.putInt("id", 1); + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + + } + + } + } + } + }); + // 添加连接状态监听器 + client.addEventListener(TaurusClient.NetClientEvent.Connect, new + + IEventListener() { + @Override + public void handleEvent(Event event) { + SocketCode code = (SocketCode) event.getParameter("code"); + if (code == SocketCode.Connect) { + System.out.println("连接成功"); + } else { + System.out.println("连接失败"); + } + } + }); + + + //这里是机器人主动找真人房间进入 + for (String id : roomIds) { + String roomId = id.substring(id.indexOf(":") + 1); + roomKey = "room:" + roomId; + if (jedis0.hget(roomKey, "gpid") != null) { + String gpid = jedis0.hget(roomKey, "gpid"); + String players1 = jedis0.hget(roomKey, "players"); + + if (players1 != null && !players1.equals("[]")) { + String players = jedis0.hget(roomKey, "players"); + players = players.substring(1, players.length() - 1); + String[] playerIds1 = players.split(","); + String sql2 = String.format("SELECT id FROM `account` WHERE jiqiren=9998"); + ITArray robotId2 = DataBase.use().executeQueryByTArray(sql2); + + String maxPlayers = jedis0.hget(roomKey, "maxPlayers"); + if (Integer.parseInt(maxPlayers) == 2) { + if (playerIds1.length == 1) { + //循环playerIds + for (int i = 0; i < playerIds1.length; i++) { + String playeid = playerIds1[i]; + List robotIdsList = new ArrayList<>(); + + for (int j = 0; j < robotId2.size(); j++) { + robotIdsList.add(robotId2.getTObject(j).getInt("id")); + } + + roomKey = "room:" + roomId; + String gpid2 = jedis0.hget(roomKey, "gpid"); + String playKey2 = "g{" + groupId + "}:play:" + gpid2; + String leftover_robot1 = jedis11.hget(playKey2, "leftover_robot"); + if (!robotIdsList.contains(Integer.parseInt(playeid)) && Integer.parseInt(gpid2) == pid && Integer.parseInt(leftover_robot1) > 0) { + ITObject object = null; + AccountBusiness accountBusiness = null; + accountBusiness = new AccountBusiness(); + // 登录获取session跟token + System.out.println("6666666666666666666666666666666666666"); + if (jedis0.keys("{user}:" + playerId + "_token").size() != 0) { + System.out.println("playetid +++++++++++++" + playerId); + System.out.println("5555555555555555555555555555555555555"); + Set keys1 = jedis0.keys("{user}:" + playerId + "_token"); + if (keys1 == null) { + object = accountBusiness.idPasswordLogin(playerId, password); + ITObject validate = TObject.newInstance(); + validate.putString("token", object.getString("token")); + token = object.getString("token"); + session = accountBusiness.getSession(); + } else { + Set keys = jedis0.smembers("{user}:" + playerId + "_token"); + List keyList = new ArrayList<>(keys); + session = "{user}:" + playerId; + token = keyList.get(0); + System.out.println("token ++++++++++++++++++++++" + token); + } + } else { + System.out.println("4777777777777777777777777"); + object = accountBusiness.idPasswordLogin(playerId, password); + ITObject validate = TObject.newInstance(); + validate.putString("token", object.getString("token")); + token = object.getString("token"); + session = accountBusiness.getSession(); + } + + + String readyTime = jedis0.hget(roomKey, "readyTime"); + long readyTime1 = Long.parseLong(readyTime); + //判断如果readyTime已经过去七秒 + System.out.println(System.currentTimeMillis()); + //判断准备时间,只是要取出准备时间超过七秒的房间 + if (System.currentTimeMillis() - readyTime1 > 1000) { + String roomKey1 = "room:" + roomId; + String group = jedis0.hget(roomKey1, "group"); + ITObject roomInfos = GroupRoomBusiness.joinRoom(Integer.parseInt(group), roomKey1, session, null); + joinRoom(playerId); //进入房间 + ready(); //准备 + String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 1, playerId); + DataBase.use().executeUpdate(sql); + String playKey1 = "g{" + groupId + "}:play:" + pid; + + //增加使用数量 + Integer key = Integer.valueOf(pid); + + count.put(key, count.getOrDefault(key, 0) + 1); + + jedis11.hincrBy(playKey1, "leftover_robot", -1); + } + } + + } + } + } + } + } + + } + + +// ready(); //准备 + } + } + + + } finally { +// System.out.println("关闭连接----------------------"); + jedis11.close(); + jedis0.close(); + } + + } + + + /** + * 出牌广播协议 812 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public String drawCard(String command, Message message) { + if (command.equalsIgnoreCase("812")) { + ITObject param = message.param; + if (param == null) { + return null; + } + card = param.getString("card"); + System.out.println("座位号:" + param.getInt("seat") + "的用户出牌:" + param.getInt("card")); + } + return null; + } + + /** + * 位置转换协议 820 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public static String changePlayer(String command, Message message) { + if (command.equalsIgnoreCase("820")) { + ITObject param = message.param; + if (param == null) { + return null; + } + System.out.println("出牌权转移到座位号:" + param.getInt("seat") + "的用户"); +// {seat=2} + + } + return null; + } + + /** + * 摸牌协议 819 + * + * @param command 协议号 + * @param message 消息对象 + * @return + */ + public static String getCard(String command, Message message) { + if (command.equalsIgnoreCase("819")) { + ITObject param = message.param; + if (param == null) { + return null; + } +// {seat=2, Ishupai=0, isBaoTing=-1, tingcard=0, isgang=0, card=101, left_count=106} + System.out.println("轮到座位号:" + param.getInt("seat") + "的用户摸牌" + ",牌为:" + param.getInt("card")); + if (param.getInt("seat") != null && seat == param.getInt("seat")) { + cardInhand.add(param.getInt("card")); +// cardInhand.add(104); + } + } + return null; + } + + /** + * 扣点点 初始化手牌协议 811 + * + * @param command 协议号 + * @param message 消息对象 + * @param wanfaId 玩法ID + * @return + */ + public String cardInHead(String command, Message message, String wanfaId) { + if (command.equalsIgnoreCase("811")) { + ITObject param = message.param; + if (param == null) { + return null; + } +// {bank_seat=1, laiziCard=0, laiziCard2=0, laiziCard2Before=0, jing=0, laiziCardBefore=0, card_list=[101, 103, 104, 201, 204, 207, 208, 209, 307, 309, 501, 502, 503]} + ITArray cardList = param.getTArray("card_list"); + for (int i = 0; i < cardList.size(); i++) { + cardInhand.add(cardList.getInt(i)); + } + if (cardInhand.size() > 13) { + outCard(command, message, wanfaId); + System.out.println("机器人:" + param.getInt("seat") + "为庄家,需要出牌" + ",牌为:" + cardInhand.get(0)); + + } + System.out.println("机器人:" + param.getInt("seat") + "初始化手牌" + ",牌为:" + cardInhand.toString()); + + } + return null; + } + + /** + * 出牌方法 + * + * @param command 协议号 + * @param message 消息对象 + * @param wanfaId 玩法ID + * @return + */ + public String outCard(String command, Message message, String wanfaId) { + //todo 根据房间的玩法id 调不同的业务服务 出牌 碰杠 + +// String paoDeKuaiOutCard = paoDeKuaiSuanFa.paoDeKuaiOutCardSuanFa(cardInhand, card);//跑得快出牌 +// System.out.println("跑得快出牌" + paoDeKuaiOutCard); +// if ("22".equalsIgnoreCase(wanfaId)) { //红中 +// String hongZhongOutCard = hongZhongSuanFa.hongZhongOutCardSuanFa(cardInhand, card); //红中出牌 +// System.out.println("红中出牌" + hongZhongOutCard); +// } + + + ITObject params = TObject.newInstance(); + params.putString("session", session + "," + token); + params.putInt("card1", 0); + params.putInt("card", cardInhand.get(0)); + cardInhand.remove(0); + System.out.println("目前剩余手牌:" + cardInhand.toString()); + client.send("611", params, response -> { + System.out.println("出牌成功: " + response.returnCode); + }); + return null; + } + + /** + * 处理杠碰胡操作 + * + * @param param 消息参数 + * @return + */ + public String actionCard(ITObject param) { + //获取碰杠胡参数 type 和id 后续算法接入,是否能让碰和杠 + ITArray tipList = param.getTArray("tip_list"); + int id = 0; + int type = 0; + int opcard = 0; + ITObject params = TObject.newInstance(); + if (tipList != null && tipList.size() > 0) { + TObject firstTip = (TObject) tipList.get(0).getObject(); + id = firstTip.getInt("id"); + type = firstTip.getInt("type"); + opcard = firstTip.getTArray("opcard").getInt(0); + System.out.println("id ++ " + id); + System.out.println("type ++ " + type); + } + //弃 是根据算法选择是否要弃掉 不进行碰杠胡 + //params.putInt("qi", 0); + //params.putInt("id", 0); + + //执行碰牌 + if (type == 2) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(cardInhand, opcard, 2); + System.out.println("删除碰的牌"); +// Global.logger.info("删除碰的牌"); + //执行胡牌 + } else if (type == 6) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + System.out.println("执行胡牌"); + //执行吃杠 + } else if (type == 3) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(cardInhand, opcard, 3); + System.out.println("执行吃杠"); + //执行自杠 + } else if (type == 4) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(cardInhand, opcard, 4); + System.out.println("执行自杠"); + // 碰后补杠 + } else if (type == 5) { + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 1); + Util.removeCard(cardInhand, opcard, 1); + System.out.println("执行碰后补杠"); + } + +// cardInhand.remove(0); +// cardInhand.remove(1); + System.out.println("执行id为:" + 0 + "的操作"); + + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + return null; + } + + // 优化方案:使用 scan 替代 keys + public Set scanRooms(Jedis jedis, String pattern) { + Set keys = new HashSet<>(); + String cursor = "0"; + ScanParams scanParams = new ScanParams().match(pattern).count(100); + + do { + ScanResult scanResult = jedis.scan(cursor, scanParams); + keys.addAll(scanResult.getResult()); + cursor = String.valueOf(scanResult.getCursor()); + } while (!cursor.equals("0")); + + return keys; + } + + /** + * 处理补杠操作 + * + * @param param 消息参数 + */ + public void buGang(ITObject param) { + Integer card = param.getInt("card"); + ITObject params = TObject.newInstance(); + params.putInt("card", card); + client.send("839", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + } + + + /** + * 准备方法 + * + * @return + */ + public String ready() { + try { + // 添加1秒延迟 + Thread.sleep(1000); + } catch (InterruptedException e) { + e.printStackTrace(); + } +// cardInhand = new ArrayList(); +// HuNanHongZhong.hongZhongCardInhand(); +// HuNanFangPaoFa.fangPaoFaCardInhand(); + System.out.println("准备1111"); + ITObject params = TObject.newInstance(); + params.putString("session", session + "," + token); + + client.send("1003", params, new ICallback() { + + @Override + public void action(MessageResponse messageResponse) { + System.out.println("准备成功: "); + + System.out.println(messageResponse); + System.out.println(messageResponse.returnCode); + System.out.println(messageResponse.messageData.param); + } + }); + return null; + } + + + /** + * 加入房间方法 + * + * @return + */ + public String joinRoom(int playerId) { + try { + // 添加2秒延迟 + Thread.sleep(5000); + } catch (InterruptedException e) { + e.printStackTrace(); + } + ITObject params = TObject.newInstance(); + params.putString("session", session + "," + token); + + System.out.println("进入房间"); + System.out.println("session00000 +++" + session + "," + token); + client.send("1002", params, response -> { + System.out.println("进入房间成功: " + response.returnCode); + System.out.println(response.returnCode); + System.out.println(response.messageData.param); + ITObject obj = response.messageData.param.getTObject("tableInfo"); + +// ITArray array = obj.getTArray("playerData"); + +// for (int i = 0; i < array.size(); i++) { +// System.out.println("座位准备" + array.getTObject(i).getInt("seat")); +// if (playerId == array.getTObject(i).getInt("aid")) { +//// HuNanHongZhong.playerId = array.getTObject(i).getInt("aid"); +//// HuNanZhuanZhuan.seat = array.getTObject(i).getInt("seat"); //湖南转转麻将 +//// HuNanFangPaoFa.seat = array.getTObject(i).getInt("seat"); //字牌放炮罚 +//// HuNanPaoDeKuai.seat = array.getTObject(i).getInt("seat"); //跑得快 +//// HuNanChangSha.seat = array.getTObject(i).getInt("seat"); +// +// } +// } + }); + return null; + } + + /** + * 线程休眠方法 + * + * @param time 休眠时间(毫秒) + */ + public static void sleepTime(int time) { + try { + // 添加延迟 + Thread.sleep(time); + } catch (InterruptedException e) { + e.printStackTrace(); + } + } + + /** + * 程序入口点 + * + * @param args + * @throws Exception + */ +// public static void main(String[] args) throws Exception { +// try { +// PluginService.me().loadConfig(); +// } catch (Exception e1) { +// e1.printStackTrace(); +// } +// +//// NetManager.debug_print = false; +//// NetManager.TIMEOUT_TIME = 10; +//// NetManager.VERSION = 10; +// +// tcp_test(); +// +// +// while (true) { +// NetManager.processEvents(); +// try { +// Thread.sleep(8); +// } catch (InterruptedException e) { +// // TODO Auto-generated catch block +// e.printStackTrace(); +// } +// } +// } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/HttpClient.java b/libs/robot_common_bak/src/main/java/taurus/client/HttpClient.java new file mode 100644 index 0000000..f7ec741 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/HttpClient.java @@ -0,0 +1,226 @@ +package taurus.client; + +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.net.ConnectException; +import java.net.HttpURLConnection; +import java.net.SocketTimeoutException; +import java.net.URL; +import java.util.LinkedList; +import java.util.Queue; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.ICallback; +import com.taurus.core.util.ByteArray; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.core.util.Utils; + +import taurus.client.TaurusClient.ConnectionProtocol; + + + +/** + * Http缃戠粶璇锋眰澶勭悊绫? + * @author daixiwei daixiwei15@126.com + * + */ +public class HttpClient implements ISocketLayer { + private static final Logger logger = Logger.getLogger(HttpClient.class); + private static final byte[] NULL_BYTES = new byte[0]; + private static final String _Method = "POST"; + private static final String _ContentTypeName = "Content-Type"; + private static final String _ContentType = "application/octet-stream"; + private static final String _Result = "$r"; + private static final String _Param = "$p"; + private static final String _Session = "$s"; + private static final String _Version = "$v"; + String _url; + String _session_id = ""; + + final Queue _actionQueue = new LinkedList(); + + + public HttpClient(String url) { + _url = url; + } + + private void __sendMsg(Message msg) { + byte[] bytes = NULL_BYTES; + ITObject _data = TObject.newInstance(); + _data.putString(_Session, _session_id); + _data.putInt(_Version, NetManager.VERSION); + if (msg.useText && msg.param == null) { + if (StringUtil.isEmpty(msg.textParam)) { + msg.param = TObject.newInstance(); + } else { + try { + msg.param = TObject.newFromJsonData(msg.textParam); + } catch (Exception e) { + msg.param = TObject.newInstance(); + } + } + } + _data.putTObject(_Param, msg.param); + ByteArray buff = new ByteArray(_data.toBinary()); + try { + buff.compress(); + } catch (Exception e) { + logger.error(e); + } + bytes = buff.bytes(); + + __requestAsync(msg, bytes); + } + + private void __requestAsync(final Message msg,byte[] bytes) { + OutputStream out = null; + InputStream in = null; + int code = 500; + HttpURLConnection conn = null; + try { + + URL realUrl = new URL(_url + msg.command); + conn = (HttpURLConnection) realUrl.openConnection(); + conn.setDoOutput(true); + conn.setDoInput(true); + conn.setRequestProperty(_ContentTypeName, _ContentType); + conn.setUseCaches(false);// Post 璇锋眰涓嶈兘浣跨敤缂撳瓨 + conn.setRequestMethod(_Method); + conn.setConnectTimeout(NetManager.TIMEOUT_TIME * 1000); + conn.setReadTimeout(NetManager.TIMEOUT_TIME * 1000); + conn.connect(); + + + out = conn.getOutputStream(); + out.write(bytes); + if (conn.getResponseCode() == HttpURLConnection.HTTP_OK) { + in = conn.getInputStream(); + bytes = Utils.uncompress(in); + if (bytes!=null) { + + ITObject tem = TObject.newFromBinaryData(bytes); + int result = tem.getInt(_Result); + + if (result == 0) { + ITObject _param = tem.getTObject(_Param); + msg.param = _param; + if(msg.useText) { + msg.textParam = _param.toJson(); + } + } + code = result; + + } + } + } catch (SocketTimeoutException e) { + logger.error(e); + code = 102; + } catch (ConnectException ex1) { + logger.error(ex1); + code = 101; + } catch (Exception ex2) { + logger.error(ex2); + code = 500; + }finally { + try { + if (out != null) { + out.close(); + } + } catch (IOException ex) { + logger.error(ex); + } + try { + if (in != null) { + in.close(); + } + }catch (IOException ex) { + logger.error(ex); + } + if(conn!=null) { + conn.disconnect(); + } + } + if (msg.callback != null) { + final MessageResponse response = new MessageResponse(); + response.messageData = msg; + response.returnCode = code; + enqueueActionForDispatch(new Runnable() { + @Override + public void run() { + msg.callback.action(response); + } + }); + } + + } + + @Override + public void connect(String ip, String game) { + + } + + @Override + public void disconnect() { + + } + + private void enqueueActionForDispatch(Runnable action) { + synchronized (_actionQueue) { + _actionQueue.offer(action); + } + } + + @Override + public void processEvent() { + while (true) { + Runnable myAction; + synchronized (_actionQueue) { + if (_actionQueue.size() <= 0) { + break; + } + myAction = _actionQueue.poll(); + } + myAction.run(); + } + } + + public void write(final Message msg) { + new Thread(new Runnable() { + @Override + public void run() { + __sendMsg(msg); + } + }).start(); + } + + public int getAveragePingTime() { + return 1000; + } + + public void setSession(String session) { + _session_id = session == null ? StringUtil.Empty : session; + } + + public String getSession() { + return _session_id; + + } + + @Override + public void setOnConnect(ICallback onConnect) { + + } + + @Override + public void setOnEvent(ICallback onEvent) { + + } + + @Override + public ConnectionProtocol getProtocol() { + return ConnectionProtocol.Web; + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/ISocketLayer.java b/libs/robot_common_bak/src/main/java/taurus/client/ISocketLayer.java new file mode 100644 index 0000000..03a2d23 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/ISocketLayer.java @@ -0,0 +1,68 @@ +package taurus.client; + +import com.taurus.core.util.ICallback; + +import taurus.client.TaurusClient.ConnectionProtocol; + +/** + * 网络协议处理通用接口 + * @author daixiwei daixiwei15@126.com + * + */ +public interface ISocketLayer { + /** + * 连接服务器 + * @param ip + * @param game + */ + public void connect(String ip, String game); + + /** + * 断开连接 + */ + public void disconnect(); + + /** + * 处理事件 + */ + public void processEvent(); + + /** + * 发送消息 + * @param msg + */ + public void write(Message msg); + + /** + * get Protocol type + * @return + */ + public ConnectionProtocol getProtocol(); + + /** + * 设置连接状态回调 + */ + public void setOnConnect(ICallback onConnect); + + + /** + * 设置事件消息回调E + */ + public void setOnEvent(ICallback onEvent); + + /** + * 网络延时 + */ + public int getAveragePingTime(); + + /** + * 获取服务器Session字符 + */ + public String getSession(); + + /** + * 设置服务器Session字符 + * @param session + */ + public void setSession(String session); +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/Message.java b/libs/robot_common_bak/src/main/java/taurus/client/Message.java new file mode 100644 index 0000000..d7867e9 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/Message.java @@ -0,0 +1,47 @@ +package taurus.client; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.util.ICallback; + +/** + * 网络协议消息包 + * @author daixiwei daixiwei15@126.com + * + */ +public class Message { + /** + * 使用文本,不转换ITObject + */ + public boolean useText; + /** + * 网络协议指令Key + */ + public String command; + + /** + * 参数 + */ + public ITObject param; + /** + * 文本数据 + */ + public String textParam; + + /** + * 网络消息回调 + */ + public ICallback callback; + /** + * 自定义参数 + */ + public Object data; + /** + * 网络包最后写入时间 + */ + public long lastTime; + /** + * 网络包返回匹配的GID + */ + public int gid; + +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/MessageResponse.java b/libs/robot_common_bak/src/main/java/taurus/client/MessageResponse.java new file mode 100644 index 0000000..73beb43 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/MessageResponse.java @@ -0,0 +1,17 @@ +package taurus.client; + +/** + * 缃戠粶娑堟伅鍥炶皟鏁版嵁瀵硅薄 + * @author daixiwei daixiwei15@126.com + * + */ +public class MessageResponse { + /** + * 娑堟伅鏁版嵁 + */ + public Message messageData; + /** + * 杩斿洖缁撴瀯鍊? + */ + public int returnCode; +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/NetManager.java b/libs/robot_common_bak/src/main/java/taurus/client/NetManager.java new file mode 100644 index 0000000..eb586c2 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/NetManager.java @@ -0,0 +1,107 @@ +package taurus.client; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +/** + * 网络管理对象 + * @author daixiwei daixiwei15@126.com + * + */ +public class NetManager { + + private static List _clientList = new ArrayList(); + private static Map _clientMap = new HashMap(); + + /** + * 网络超时时间 + */ + public static int TIMEOUT_TIME = 10; + /** + * 网络版本号 + */ + public static int VERSION = 10; + public static boolean debug_print = false; + + static void addNetClient(TaurusClient net) { + if (net == null) { + throw new RuntimeException("TaurusClient is null, it can't be added."); + } + if (_clientMap.containsKey(net.getId())) { + throw new RuntimeException("A client with id: " + net.getId() + " already exists! Controller can't be added: " + net); + } + synchronized (_clientList) { + _clientMap.put(net.getId(), net); + _clientList.add(net); + } + + } + + /** + * The process events + */ + public static void processEvents() { + for (int i = 0; i < _clientList.size(); ++i) { + TaurusClient nc = _clientList.get(i); + if (nc._kill){ + synchronized (_clientList) { + _clientMap.remove(nc.getId()); + _clientList.remove(nc); + } + i--; + continue; + }else{ + nc.processEvent(); + } + } + + } + + /** + * 返回指定的NetClient + * @param id + * @return + */ + public static TaurusClient getNetClient(int id) { + for (int i = 0; i < _clientList.size(); ++i) { + TaurusClient nc = _clientList.get(i); + if (nc.getId() == id) + return nc; + } + return null; + } + + /** + * 断开指定连接 + * @param id + */ + public static void killConnection(int id) { + for (int i = 0; i < _clientList.size(); ++i) { + TaurusClient nc = _clientList.get(i); + if (nc.getId() == id) { + nc.killConnection(); + synchronized (_clientList) { + _clientMap.remove(id); + _clientList.remove(nc); + } + break; + } + } + } + + /** + * 断开所有连接 + */ + public static void killAllConnection() { + synchronized (_clientList) { + for (TaurusClient nc : _clientList) { + nc.killConnection(); + } + _clientList.clear(); + _clientMap.clear(); + } + + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/SocketCode.java b/libs/robot_common_bak/src/main/java/taurus/client/SocketCode.java new file mode 100644 index 0000000..f49a0fa --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/SocketCode.java @@ -0,0 +1,46 @@ +package taurus.client; + +/** + * Socket code + * @author daixiwei daixiwei15@126.com + * + */ +public enum SocketCode{ + /** + * 杩炴帴鎴愬姛 + */ + Connect, + Disconnect, + /** + * 鏈煡寮傚父 + */ + Exception, + /** + * 杩炴帴鏈嶅姟寮傚父 + */ + ExceptionOnConnect, + /** + * 鍙戦€佹暟鎹祦閿欒 + */ + SendError, + /** + * 鎺ユ敹鏈嶅姟鍣ㄦ暟鎹祦寮傚父 + */ + ExceptionOnReceive, + /** + * 鏈嶅姟鍣ㄨ繛鎺ヨ秴鏃? + */ + TimeoutDisconnect, + /** + * 鏈嶅姟鍣ㄦ柇寮€杩炴帴 + */ + DisconnectByServer, + /** + * 瀹㈡埛绔綉缁滃紓甯? + */ + NetworkException, + /** + * 杩炴帴瀹夊叏寮傚父锛屼竴鑸负闃茬伀澧欓樆姝? + */ + SecurityExceptionOnConnect +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/TaurusClient.java b/libs/robot_common_bak/src/main/java/taurus/client/TaurusClient.java new file mode 100644 index 0000000..574cbd5 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/TaurusClient.java @@ -0,0 +1,354 @@ +package taurus.client; + +import java.util.HashMap; +import java.util.Map; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.events.Event; +import com.taurus.core.events.EventDispatcher; +import com.taurus.core.events.IEventListener; +import com.taurus.core.util.*; + +import taurus.client.io.SocketEngine; + + +/** + * 缃戠粶鏍稿績鍔熻兘澶勭悊绫? + * @author daixiwei daixiwei15@126.com + * + */ +public class TaurusClient { + private static final Logger logger = Logger.getLogger(TaurusClient.class); + private int _id; + private boolean _connect; + private String _gameId; + private String _currentIp; + + private ISocketLayer _scoket; + private ThreadManager _threadManager; + + private EventDispatcher _dispatcher; + private Map> _responseMap; + volatile boolean _kill = false; + private static int _tempID; + private int _protocolCompression=100; + + private static int _getValidID() { + return ++_tempID; + } + + /** + * + * @param host + * @param game + * @param protocol + */ + public TaurusClient(String host, String game, ConnectionProtocol protocol) { + ISocketLayer socket = null; + switch (protocol) { + case Tcp: + socket = new SocketEngine(this); + break; + case Web: + socket = new HttpClient(host); + _connect = true; + break; + default: + socket = new SocketEngine(this); + break; + } + __initialize(host, game, socket); + } + + /** + * + * @param host + * @param game + * @param socket + * @param protocol + */ + public TaurusClient(String host, String game, ISocketLayer socket) { + __initialize(host, game, socket); + + } + + /** + * 娣诲姞浜嬩欢 + * @param eventType + * @param listener + */ + public void addEventListener(String eventType, IEventListener listener) { + _dispatcher.addEventListener(eventType, listener); + } + + /** + * 绉婚櫎鎵€鏈変簨浠? + */ + public void removeAllListener() { + _dispatcher.removeAllListener(); + } + + /** + * 绉婚櫎鎸囧畾浜嬩欢 + * @param eventType + * @param listener + */ + public void removeEventListener(String eventType, IEventListener listener) { + _dispatcher.removeEventListener(eventType, listener); + } + + private void __initialize(String host, String game, ISocketLayer socket) { + _dispatcher = new EventDispatcher(); + _responseMap = new HashMap>(); + _id = _getValidID(); + NetManager.addNetClient(this); + _currentIp = host; + _gameId = game; + _threadManager = new ThreadManager(); + _threadManager.start(); + _scoket = socket; + _scoket.setOnConnect(new ICallback() { + @Override + public void action(SocketCode code) { + if (code == SocketCode.Connect) + _connect = true; + else + _connect = false; + Event evt = new Event(NetClientEvent.Connect); + evt.setParameter("code", code); + _dispatcher.dispatchEvent(evt); + } + }); + _scoket.setOnEvent(new ICallback() { + @Override + public void action(Message msg) { + if (_connect) { + Event evt = new Event(NetClientEvent.OnEvent); + evt.setParameter("msg", msg); + _dispatcher.dispatchEvent(evt); + if (NetManager.debug_print){ + String str = getProtocol() == ConnectionProtocol.Web ? "WEB" : "TCP"; + String data_str = msg.useText ? msg.textParam : (msg.param != null ? msg.param.toJson() : "null"); + logger.debug("Event [" + str + "->" + msg.command + "] data:" + data_str); + } + } + } + }); + } + + /** + * 杩炴帴鏈嶅姟鍣? + */ + public void connect() { + _scoket.connect(_currentIp, _gameId); + } + + /** + * Kill net connection. + */ + public void killConnection() { + removeAllListener(); + _responseMap.clear(); + _threadManager.stop(); + _scoket.disconnect(); + _connect = false; + _kill = true; + } + + /** + * 鍙戦€佺綉缁滄秷鎭寘 + * @param msg 娑堟伅鏁版嵁瀵硅薄 + */ + protected void send(Message msg) { + if (msg == null) + return; + if (NetManager.debug_print) { + String str = getProtocol() == ConnectionProtocol.Web ? "WEB" : "TCP"; + String data_str = msg.useText ? msg.textParam : (msg.param != null ? msg.param.toJson() : "null"); + str = "Requst [" + str + "->" + msg.command + "] ->data:" + data_str; + logger.debug(str); + } + if (msg.callback != null) { + _responseMap.put(msg, msg.callback); + msg.callback = new ICallback() { + + @Override + public void action(MessageResponse response) { + ICallback callback = _responseMap.get(response.messageData); + if (callback == null) { + return; + } + if (NetManager.debug_print){ + String str = getProtocol() == ConnectionProtocol.Web ? "WEB" : "TCP"; + String data_str = msg.useText ? msg.textParam : (msg.param != null ? msg.param.toJson() : "null"); + str = "Response [" + str + "->" + msg.command + "] ->result:"+ response.returnCode + " param:" + data_str; + logger.debug(str); + } + _responseMap.remove(response.messageData); + callback.action(response); + } + + }; + } + + _threadManager.enqueueSend(new ICallback() { + @Override + public void action(Message msg) { + sendData(msg); + } + }, msg); + } + + + /** + * 鍙戦€佺綉缁滄秷鎭寘 + * @param cmd 缃戠粶鍗忚鎸囦护Key + * @param param 鍙傛暟 + * @param callback 缃戠粶娑堟伅鍥炶皟 + * @return + */ + public Message send(String cmd, ITObject param, ICallback callback) { + Message msg = new Message(); + msg.useText = false; + msg.command = cmd; + msg.param = param; + msg.callback = callback; + this.send(msg); + return msg; + } + + /** + * 鍙戦€佺綉缁滄秷鎭寘 + * @param cmd 缃戠粶鍗忚鎸囦护Key + * @param text JSON 鏂囨湰 + * @param callback 缃戠粶娑堟伅鍥炶皟 + * @return + */ + public Message sendText(String cmd, String text, ICallback callback) { + Message msg = new Message(); + msg.command = cmd; + msg.textParam = text; + msg.callback = callback; + msg.useText = true; + this.send(msg); + return msg; + } + + /** + * 鍙戦€佹暟鎹嚎绋嬫柟娉? + * @param message + */ + private void sendData(Message msg) { + _scoket.write(msg); + } + + /** + * 澶勭悊浜嬩欢 + */ + void processEvent() { + if(_scoket!=null) { + _scoket.processEvent(); + } + } + + /** + * 娓呯悊鍝嶅簲鍥炶皟 + */ + public void clearResponse() { + _responseMap.clear(); + } + + /** + * The net client id + * @return + */ + public int getId() { + + return _id; + + } + + /** + * The curren ip + * @return + */ + public String getCurrentIp() { + return _currentIp; + } + + /** + * The curren Game ID + * @return + */ + public String getGameID() { + return _gameId; + } + + /** + * 缃戠粶鏄惁宸茶繛鎺? + * @return + */ + public boolean isConnected() { + return _connect; + } + + /** + * 褰撳墠缃戠粶绫诲瀷 + * @return + */ + public ConnectionProtocol getProtocol() { + return _scoket.getProtocol(); + } + + /** + * 缃戠粶寤舵椂 + * @return + */ + public int getAveragePingTime() { + return _scoket.getAveragePingTime(); + } + + /** + * 鑾峰彇鏈嶅姟鍣⊿ession瀛楃 + * @return + */ + public String getSession() { + return _scoket.getSession(); + } + + /** + * 璁剧疆鏈嶅姟鍣⊿ession瀛楃 + * @param session + */ + public void setSession(String session) { + _scoket.setSession(session); + } + + /** + * 璁剧疆鍘嬬缉闃€鍊? + * @param protocolCompression + */ + public void setProtocolCompression(int protocolCompression) { + _protocolCompression = protocolCompression; + } + + /** + * 鑾峰彇鍘嬬缉闃€鍊? + * + * @return + */ + public int getProtocolCompression() { + return _protocolCompression; + } + + + public static enum ConnectionProtocol { + Tcp, Web, + } + + public static class NetClientEvent { + public static final String Connect = "connect"; + + public static final String OnEvent = "onevent"; + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/ThreadManager.java b/libs/robot_common_bak/src/main/java/taurus/client/ThreadManager.java new file mode 100644 index 0000000..9b38ce6 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/ThreadManager.java @@ -0,0 +1,123 @@ +package taurus.client; + +import java.util.LinkedList; +import java.util.Queue; +import java.util.Stack; + +import com.taurus.core.util.ICallback; + + + +/** + * 网络(读/写) 线程管理 + * @author daixiwei daixiwei15@126.com + * + */ +public class ThreadManager { + class MessgaeThread { + public ICallback _dataDelegate; + + public Message _message; + } + + private boolean _running = false; + private Thread _outThread; + private boolean _outHasQueuedItems = false; + private Queue _outThreadQueue = new LinkedList(); + private Object _outQueueLocker = new Object(); + private Stack pool = new Stack(); + + private MessgaeThread MessgaeThreadGet() { + if (pool.size() > 0) { + MessgaeThread msg = pool.pop(); + return msg; + } else + return new MessgaeThread(); + } + + private void MessgaeThreadReturn(MessgaeThread value) { + pool.push(value); + value._dataDelegate = null; + value._message = null; + } + + private static void sleep(int ms) { + try { + Thread.sleep(ms); + } catch (InterruptedException e) { + + } + } + + private void outThread() { + while (_running) { + sleep(5); + if (_outHasQueuedItems) { + Object obj = _outQueueLocker; + synchronized (obj) { + while (_outThreadQueue.size() > 0) { + MessgaeThread item = _outThreadQueue.poll(); + processOutItem(item); + } + _outHasQueuedItems = false; + } + } + } + } + + private void processOutItem(MessgaeThread item) { + ICallback _dataDelegate = item._dataDelegate; + Message message = item._message; + MessgaeThreadReturn(item); + if (_dataDelegate != null) { + _dataDelegate.action(message); + } + } + + public void start() { + if (_running) { + return; + } + _running = true; + if (_outThread == null) { + _outThread = new Thread(new Runnable() { + @Override + public void run() { + outThread(); + } + }); + _outThread.start(); + _outThread.setName("WriteMessage"); + } + } + + public void stop() { + Thread thread = new Thread(new Runnable() { + @Override + public void run() { + stopThread(); + } + }); + thread.start(); + } + + private void stopThread() { + _running = false; + + if (_outThread != null) { + _outThread.interrupt(); + } + _outThread = null; + } + + public void enqueueSend(ICallback callback, Message message) { + MessgaeThread hashtable = MessgaeThreadGet(); + hashtable._dataDelegate = callback; + hashtable._message = message; + Object obj = _outQueueLocker; + synchronized (obj) { + _outThreadQueue.offer(hashtable); + _outHasQueuedItems = true; + } + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/business/AccountBusiness.java b/libs/robot_common_bak/src/main/java/taurus/client/business/AccountBusiness.java new file mode 100644 index 0000000..7bfa172 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/business/AccountBusiness.java @@ -0,0 +1,344 @@ +package taurus.client.business; + +import java.io.BufferedReader; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.net.HttpURLConnection; +import java.net.URL; +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Set; + +import com.data.bean.AccountBean; +import com.data.bean.GameBean; +import com.data.cache.AccountCache; +import com.data.cache.BaseCache; +import com.data.cache.GameCache; +import com.data.util.ErrorCode; +import com.data.util.Utility; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.core.util.Utils; +import com.taurus.web.Controller; +import com.taurus.web.WebException; + +import redis.clients.jedis.Jedis; + +public class AccountBusiness extends Controller { + private static Logger logger = Logger.getLogger(AccountBusiness.class); + + public static String request(String httpUrl, String httpArg) { + BufferedReader reader = null; + String result = null; + StringBuffer sbf = new StringBuffer(); + httpUrl = httpUrl + "?" + httpArg; + + try { + URL url = new URL(httpUrl); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + connection.connect(); + InputStream is = connection.getInputStream(); + reader = new BufferedReader(new InputStreamReader(is, "UTF-8")); + String strRead = reader.readLine(); + if (strRead != null) { + sbf.append(strRead); + while ((strRead = reader.readLine()) != null) { + sbf.append("\n"); + sbf.append(strRead); + } + } + reader.close(); + result = sbf.toString(); + } catch (Exception e) { + e.printStackTrace(); + } + return result; + } + + public static String md5(String plainText) { + StringBuffer buf = null; + try { + MessageDigest md = MessageDigest.getInstance("MD5"); + md.update(plainText.getBytes()); + byte b[] = md.digest(); + int i; + buf = new StringBuffer(""); + for (int offset = 0; offset < b.length; offset++) { + i = b[offset]; + if (i < 0) + i += 256; + if (i < 16) + buf.append("0"); + buf.append(Integer.toHexString(i)); + } + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + } + return buf.toString(); + } + + public static String encodeUrlString(String str, String charset) { + String strret = null; + if (str == null) + return str; + try { + strret = java.net.URLEncoder.encode(str, charset); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return strret; + } + + private final ITObject fillLoginData(String session, int accountid) { + ITObject resData = TObject.newInstance(); + ITObject userData = TObject.newInstance(); + resData.putTObject("account", userData); + resData.putUtfString("session_id", session); + resData.putTArray("games", getOnlineGames()); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + Map map = jedis0.hgetAll(session); + userData.putInt("id", accountid); + userData.putInt("diamo", Integer.parseInt(map.get("diamo"))); + userData.putUtfString("nick", map.get("nick")); + userData.putUtfString("portrait", map.get("portrait")); + userData.putInt("sex", Integer.parseInt(map.get("sex"))); + userData.putInt("type", Integer.parseInt(map.get("type"))); + int mng = Integer.parseInt(map.get("mng")); + userData.putInt("mng", mng); + + String phone = map.get("phone"); + if (StringUtil.isNotEmpty(phone)) { + userData.putUtfString("phone", phone); + } + + String address = map.get("address"); + if (StringUtil.isNotEmpty(address)) { + userData.putUtfString("address", address); + } + + String real_info = map.get("real_info"); + if (StringUtil.isNotEmpty(real_info)) { + userData.putTObject("real_info", TObject.newFromJsonData(real_info)); + } + String oldRoom = Utility.getOldRoomV2(jedis0, 0, session, accountid); + if (StringUtil.isNotEmpty(oldRoom)) { + String roomid = oldRoom.replace("room:", ""); + String group = jedis0.hget(oldRoom, "group"); + int groupId = 0; + if (StringUtil.isNotEmpty(group)) { + groupId = Integer.parseInt(group); + } + userData.putUtfString("roomid", roomid); + userData.putInt("groupId", groupId); + } + } finally { + jedis0.close(); + } + + resData.putUtfString("groupWeb", Redis.use("group1_db1").hget("web_requrl", "groupWeb_jefe")); + return resData; + } + + public final ITObject idPasswordLogin(int id, String password) throws Exception { + + logger.info("id:" + id + " login"); + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock("wx_" + id, jedis0); + try { + + logger.info("==========> password111 = " + password); + String superPwd = Redis.use("group1_db1").get("superpwd2021"); + String sql = ""; + if (!StringUtil.isEmpty(superPwd)) { + if (!password.equals(superPwd)) { + password = Utils.getMD5Hash(password); + sql = String.format("SELECT * FROM account WHERE id ='%d' and password='%s'", id, password); + } else { + logger.info("==========> password = " + password); + + sql = String.format("SELECT * FROM account WHERE id ='%d' ", id); + } + } else { + password = Utils.getMD5Hash(password); + sql = String.format("SELECT * FROM account WHERE id ='%d' and password='%s'", id, password); + } + + + + + String idPwdBan = Redis.use("group1_db0").get(id + "_login_ban"); + if (StringUtil.isNotEmpty(idPwdBan)) { + System.out.println("进入了77777777777777777777"); + logger.error("id:" + id + " ban login"); + throw new WebException(ErrorCode.BAN_LOGIN); + } + System.out.println("进入了9999999999999"); + + ITArray resultArray = DataBase.use().executeQueryByTArray(sql); + if (resultArray.size() == 0) { + if (Redis.use("group1_db0").exists(id + "_pwd_token")) { + Redis.use("group1_db0").incrBy(id + "_pwd_token", 1); + } else { + Redis.use("group1_db0").set(id + "_pwd_token", 1 + ""); + Redis.use("group1_db0").expire(id + "_pwd_token", 300); + } + + String idPwdToken = Redis.use("group1_db0").get(id + "_pwd_token"); + if (StringUtil.isNotEmpty(idPwdToken)) { + long count = Long.parseLong(idPwdToken); + if (count >= 10) { + Redis.use("group1_db0").set(id + "_login_ban", "1"); + Redis.use("group1_db0").expire(id + "_login_ban", 1800); + logger.error("pwd error count:" + count + " not login"); + System.out.println("进入了00000000000"); + + throw new WebException(ErrorCode._NO_SESSION); + + } + } + System.out.println("进入了111111111111"); + + throw new WebException(ErrorCode._FAILED); + } + + ITObject userData = resultArray.getTObject(0); + int accountid = userData.getInt("id"); + UpdateUserData(userData, accountid); + + AccountBean acc_bean = AccountCache.getAccount(accountid); + String session = acc_bean.redis_key; + this.setSession(session); + + if (resultArray.size() > 0) { + this.setSession(session); + String old_nick = acc_bean.nick; + String old_portrait = acc_bean.portrait; +// String new_nick = reqData.getUtfString("nick"); +// String new_portrait = reqData.getUtfString("portrait"); +// if (!old_nick.equals(new_nick) || !old_portrait.equals(new_portrait)) { +// ITObject userData1 = TObject.newInstance(); +// userData1.putUtfString("nick", userData.getUtfString("nick")); +// userData1.putUtfString("portrait", userData.getUtfString("portrait")); +// userData1.putInt("sex", userData.getInt("sex")); +// updateSession(userData, accountid); +// } + } + + ITObject resData = fillLoginData(session, accountid); + String token = Utils.getMD5Hash(id + "_" + password + "_" + System.currentTimeMillis() + "e4!Fesu]]{QyUuEA" + + Math.random() * 1000000); + Redis.use("group1_db0").sadd(session + "_token", token); + + Redis.use("group1_db0").hset(token, "user", session); + Redis.use("group1_db0").hset(token, "create_time", "" + System.currentTimeMillis() / 1000); + Redis.use("group1_db0").expire(token, 172800); + +// Set allToken = Redis.use("group1_db0").smembers(session + "_token"); +// for (String temp : allToken) { +// if (!Redis.use("group1_db0").exists(temp)) { +// Redis.use("group1_db0").srem(session + "_token", temp); +// logger.info("delte timeout token:" + temp); +// } +// } + System.out.println("进入了2222222222222"); + + long tokenNum = Redis.use("group1_db0").scard(session + "_token"); + if (tokenNum >= 10) { + logger.warn("id:" + accountid + " repeat login, token count:" + tokenNum); + } + System.out.println("进入了33333333333333333332"); + + resData.putString("token", token); + return resData; + } finally { + lock.unlock(); + } + } + + private static String updateSession(ITObject userData, int id) { + String session = AccountCache.genKey(id); + Map map = new HashMap(); + Utils.objectToMap(userData, map); + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + jedis0.hmset(session, map); + BaseCache.updateCacheVer(jedis0, session); + } finally { + jedis0.close(); + } + + return session; + } + + /** + * 获取在线游戏 + */ + public static ITArray getOnlineGames() { + ITArray games = new TArray(); + Jedis jedis1 = Redis.use("group1_db1").getJedis(); + try { + Set list = jedis1.zrevrangeByScore("online_games", 1000, 1); + for (String game : list) { + int gameId = Integer.parseInt(game); + GameBean gb = GameCache.getGame(gameId); + if (gb == null) + continue; + ITObject gameObj = gb.getTObject(); + + for (Entry entry : gb.pay.entrySet()) { + gameObj.putInt(entry.getKey(), entry.getValue()); + } + games.addTObject(gameObj); + } + } finally { + jedis1.close(); + } + return games; + } + + /** + * + * @return + * @throws Exception + */ + private final int UpdateUserData(ITObject reqData, long id) throws Exception { + ITObject userData = TObject.newInstance(); + userData.putInt("id", (int) id); + + userData.putUtfString("acc", reqData.getUtfString("acc")); + userData.putUtfString("portrait", reqData.getUtfString("portrait")); + userData.putUtfString("nick", reqData.getUtfString("nick")); + int sex = reqData.getInt("sex"); + if (sex == 0) { + sex = 1; + reqData.putInt("sex", sex); + } + userData.putInt("sex", sex); + + userData.putInt("mng", 0); + userData.putInt("type", 0); + if (reqData.containsKey("diamo")) { + userData.putInt("diamo", reqData.getInt("diamo")); + } + + userData.putInt("invitation", 1); + String session = updateSession(userData, (int) id); + this.setSession(session); + return (int) id; + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/business/GroupRoomBusiness.java b/libs/robot_common_bak/src/main/java/taurus/client/business/GroupRoomBusiness.java new file mode 100644 index 0000000..e2093af --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/business/GroupRoomBusiness.java @@ -0,0 +1,1259 @@ +package taurus.client.business; + +import java.util.*; + +import com.data.bean.AccountBean; +import com.data.bean.GameBean; +import com.data.bean.GroupBean; +import com.data.bean.GroupMemberBean; +import com.data.bean.GroupPlayBean; +import com.data.cache.AccountCache; +import com.data.cache.BaseCache; +import com.data.cache.GameCache; +import com.data.cache.GroupCache; +import com.data.cache.GroupMemberCache; +import com.data.util.ErrorCode; +import com.data.util.EventType; +import com.data.util.Utility; +import com.game.GroupPublisherService; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.web.WebException; + +import redis.clients.jedis.Jedis; + +public class GroupRoomBusiness { + private static final Logger log = Logger.getLogger(GroupRoomBusiness.class); + + /** 解散时间 */ + private static final String[] DISMISS_TIME = { "30", "60", "90", "180" }; + /** 踢出时间 */ + private static final String[] KICK_TIME = { "30", "60", "120", "180" }; + + private static final String _getSvr(Jedis jedis0, GameBean gb) { + String svr = null; + + Set gamesvrs = Redis.use("group1_db1").smembers("game_svr:" + gb.id); +// Integer conns = null; + for (String str : gamesvrs) { + log.info("strList:" + str); + +// String currConns = jedis0.hget(str, "conns"); +// if (conns == null && currConns != null +// || (conns != null && currConns != null && Integer.parseInt(currConns) < conns)) { +// conns = Integer.parseInt(currConns); +// svr = str; +// } + svr = str; + } + return svr; + } + + + /** + * 检测成员在不在房间里 + * + * @param groupId + * @param + * @return + */ + public static final boolean checkRoom(int groupId, int uid) { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + String session = AccountCache.genKey(uid); + String oldRoom = Utility.getOldRoomV2(jedis0, 0, session, uid); + if (StringUtil.isNotEmpty(oldRoom)) { + return true; + } + } finally { + jedis0.close(); + } + return false; + } + + public static final boolean checkRoom(String room_key, Jedis jedis0) { + RedisLock lock = new RedisLock(room_key, jedis0); + lock.lock(); + try { + String status = jedis0.hget(room_key, "status"); + if (StringUtil.isEmpty(status) || status.equals("2")) { + return false; + } + return true; + } finally { + lock.unlock(false); + } + } + + public static final boolean checkFakeRoom(String room_key, Jedis jedis0) { + RedisLock lock = new RedisLock(room_key, jedis0); + lock.lock(); + try { + String fake = jedis0.hget(room_key, "fake"); + if (!StringUtil.isEmpty(fake)) { + return true; + } + return false; + } finally { + lock.unlock(false); + } + } + + private static final ITObject publicJoinRoom(int groupId, String session, String room_key, String platform) + throws Exception { + List x_room_list = Redis.use("group1_db0").hmget(room_key, "fake"); + String fake_json = x_room_list.get(0); + if (fake_json != null) { + log.error("session:" + session + " public join room:" + room_key + " fail, fake != null"); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = null; + try { + String finalRoom = room_key; + + boolean enter_old = false; + int uid = AccountCache.getAccount(session).id; + String oldRoom = Utility.getOldRoomV2(jedis0, 0, session, uid); + if (StringUtil.isNotEmpty(oldRoom)) { + String group = jedis0.hget(oldRoom, "group"); + if (StringUtil.isEmpty(group) || Integer.parseInt(group) != groupId) { + throw new WebException(ErrorCode.GROUP_NOT_CURGROUP_ROOM); + } + enter_old = true; +// finalRoom = oldRoom; + } + + lock = new RedisLock(session, jedis0); + lock.lock(); + log.info("finalRoom:" + finalRoom); + + List room_list = jedis0.hmget(finalRoom, "hpOnOff", "hp_times", "limitInRoom", "status", "open", + "svr", "game", "gpid", "group", "maxPlayers", "AA", "opt", "players"); + log.info("room_list:" + room_list); + String status = room_list.get(3); + if (StringUtil.isEmpty(status)) { + throw new WebException(ErrorCode.GROUP_ROOM_DEL); + } + int _status = Integer.parseInt(status); + + if (_status == 2 || _status == 3) { + Utility.delRoomBySession(jedis0, session, finalRoom); + throw new WebException(ErrorCode.GROUP_ROOM_DEL); + } + + String gm_key = GroupMemberCache.genKey(groupId, uid); + int hp_times = 1; + String group = room_list.get(8); + if (StringUtil.isNotEmpty(group)) { + String hp_times_str = room_list.get(1); + hp_times = Integer.parseInt(group) > 0 ? Integer.parseInt(hp_times_str) : 1; + } + int gameId = Integer.parseInt(room_list.get(6)); + int hpOnOff = Integer.parseInt(room_list.get(0)); + GameBean gb = GameCache.getGame(gameId); + String svr = room_list.get(5); + if (svr == null || !jedis0.exists(svr)) { + svr = _getSvr(jedis0, gb); + } + if (svr == null) { + log.error("publicJoinRoom room_key:" + room_key + " gm_key:" + gm_key + " svr:" + svr); + throw new WebException(ErrorCode.NO_SERVICE); + } + jedis0.hset(finalRoom, "svr", svr); + log.info("step1:" + room_list); + + int gpid = Integer.parseInt(room_list.get(7)); + GroupBean group_bean = GroupCache.getGroup(groupId); + log.info("step2:" + enter_old); + + if (!enter_old) { + int _maxPlayers = Integer.parseInt(room_list.get(9)); + String _players = room_list.get(12); + log.info("step3:" + enter_old); + + if (StringUtil.isNotEmpty(_players)) { + ITArray arr = TArray.newFromJsonData(_players); + if (arr.size() >= _maxPlayers) { + boolean flag = true; + for (int i = 0; i < arr.size(); i++) { + int player_id = arr.getInt(i); + if (player_id == uid) { + flag = false; + } + } + + if (flag) { + log.info("publicJoinRoom enter group fail, room full:" + gm_key + " room_key:" + room_key); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + } + } + + String open = room_list.get(4); + if ((StringUtil.isEmpty(open) || open.equals("0"))) { + log.info("publicJoinRoom enter group fail, room open close:" + gm_key + " room_key:" + room_key); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + int AA = Integer.parseInt(room_list.get(10)); + if (AA == 1) { + int maxPlayers = Integer.parseInt(room_list.get(9)); + int opt = Integer.parseInt(room_list.get(11)); + + Integer pay = gb.pay.get("pay" + opt + "_" + maxPlayers); + if (pay == null) { + log.warn("pay no set!"); + throw new WebException(ErrorCode._FAILED); + } + pay = (int) Math.ceil((double) pay / maxPlayers); + int result = Utility.checkRoomDiamo(jedis0, session, pay); + if (result != 0) { + log.error("publicJoinRoom groupId:" + groupId + " no diamo"); + throw new WebException(result); + } + } + + log.info("step4:" + enter_old); + + if (group_bean.ban == 1) { + throw new WebException(ErrorCode.GROUP_BAN); + } + GroupPlayBean gpb = GroupCache.getPlay(groupId, gpid); + if (gpb == null || gpb.ban == 1) { + throw new WebException(ErrorCode.GROUP_BAN_PLAY); + } + + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + RedisLock lock2 = new RedisLock(gm_key, jedis10); + try { + lock2.lock(); + List list = jedis10.hmget(gm_key, "ban", "hp"); + String ban = list.get(0); + if (StringUtil.isNotEmpty(ban) && ban.equals("1")) { + throw new WebException(ErrorCode.GROUP_MEMBER_BAN); + } + log.info("step5:" + enter_old); + + String ban_key = "ban{" + groupId + "}:" + uid; + Set ban_set = Redis.use("group1_db11").smembers(ban_key); + if (ban_set.size() > 0) { + String players = room_list.get(12); + if (StringUtil.isNotEmpty(players)) { + ITArray arr = TArray.newFromJsonData(players); + for (int i = 0; i < arr.size(); ++i) { + String tem = arr.getInt(i) + ""; + if (ban_set.contains(tem)) { + throw new WebException(ErrorCode.GROUP_BAN_DESK); + } + } + } + } + log.info("step6:" + enter_old); + +// long uid_hp = Long.parseLong(jedis10.hget(gm_key, "hp")); + long uid_hp = Optional.ofNullable(jedis10.hget(gm_key, "hp")) + .map(String::trim) + .filter(s -> !s.isEmpty()) + .map(Long::valueOf) + .orElse(1L); + System.out.println("uid_hp:----值"+uid_hp); + log.info("step6-1:" + enter_old); + log.info("uid_hp:" + uid_hp); + + if (uid_hp > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } +// if (uid_hp <= 0) { +// throw new WebException(ErrorCode.GROUP_LIMIT_NO_HP); +// } + + if (hpOnOff == 1) { + log.info("step6-2:" + enter_old); + + String hp = list.get(1); + String limitInRoom = room_list.get(2); + log.info("step6-3:" + enter_old); + if (hp == null){ + hp = "1"; + } + if (Long.parseLong(hp) > Integer.MAX_VALUE) { + throw new WebException(ErrorCode.GROUP_PARTNER_HP_THAN_LIMIET); + } + + boolean pass = Redis.use("group1_db1").sismember("pass_games", gameId + ""); + if (!pass && StringUtil.isNotEmpty(limitInRoom)) { + if (Integer.parseInt(hp) < Integer.parseInt(limitInRoom)) { + throw new WebException(ErrorCode.GROUP_LIMIT_NO_HP); + } + } + } + jedis0.hset(session, "room", finalRoom); + log.info("step7:" + enter_old); + + GroupMemberBean gmb = GroupCache.getMember(groupId, uid); + log.error("gmb:" + gmb); + + List t_list = Utility.getMemberParents(jedis10, groupId, uid, true); + log.error("publicJoinRoom t_list:" + t_list); + + if (t_list != null) { + // 奖励还是佣金? + ITArray list1 = TArray.newInstance(); + String p_reward_key = GroupCache.genRewardKey(groupId, gpid); + String p_xipai_reward_key = GroupCache.genXiPaiRewardKey(groupId, gpid); + for (Integer par : t_list) { + log.error("p_reward_key:" + p_reward_key); + log.error("par.toString():" + par.toString()); + + Double val = jedis10.zscore(p_reward_key, par.toString()); + log.info("val:" + val); + + int r = 0; + if (val != null) { + r = val.intValue(); + } + int x = 0; + Double xipai_val = jedis10.zscore(p_xipai_reward_key, par.toString()); + if (xipai_val != null) { + x = xipai_val.intValue(); + } + if (r > 0 || x > 0) { + ITObject obj = TObject.newInstance(); + obj.putInt("p", par); + if (r > 0) { + obj.putInt("r", r); + } + if (x > 0) { + obj.putInt("x", x); + } + list1.addTObject(obj); + } + } + log.info("list1.toJson():" + list1.toJson()); + + jedis0.hset(finalRoom, "prs_" + uid, list1.toJson()); + } + } finally { + lock2.unlock(); + } + } + + ITObject resData = TObject.newInstance(); + resData.putString("room_id", finalRoom.replace("room:", "")); + resData.putInt("hp_times", hp_times); + ITObject gameObj = gb.getTObject(); + resData.putTObject("game_info", gameObj); + resData.putInt("status", _status); + List server_ip = jedis0.hmget(svr, "ip", "port", "intranet"); + log.info("server_ip:" + server_ip); + // resData.putString("server_ip", server_ip.get(0)); + resData.putString("server_ip", server_ip.get(2)); + resData.putString("server_port", server_ip.get(1)); + resData.putInt("groupId", groupId); + resData.putInt("pid", gpid); + resData.putInt("hpOnOff", hpOnOff); + resData.putBoolean("ban_chat1", group_bean.ban_chat1); + resData.putBoolean("ban_chat2", group_bean.ban_chat2); + String lev_str = Redis.use("group1_db10").hget(gm_key, "lev"); + int lev = 3; + if (StringUtil.isNotEmpty(lev_str)) { + lev = Integer.parseInt(lev_str); + } + resData.putInt("lev", lev); + return resData; + } finally { + if (lock != null) + lock.unlock(false); + jedis0.close(); + } + } + + /** + * 加入房间 + * + * @param groupId + * @param roomid + * @param session + * @param platform + * @return + * @throws Exception + */ + public static ITObject joinRoom(int groupId, String roomid, String session, String platform) throws Exception { + log.error("玩家进入房间-begin"); + + String grooms_key = GroupCache.genRoomsKey(groupId); + String room_key = roomid; + Long tem = Redis.use("group1_db11").zrank(grooms_key, room_key); + if (tem == null) { + throw new WebException(ErrorCode.NO_ROOM_NUM); + } + + List room_list = Redis.use("group1_db0").hmget(room_key, "fake"); + String fake_json = room_list.get(0); + if (fake_json != null) { + log.error("fake_json:" + fake_json + " is null"); + + throw new WebException(ErrorCode.ROOM_CLOSE); + } + AccountBean acc = AccountCache.getAccount(session); + log.error("玩家进入房间:" + acc.id); + + List s_list = Redis.use("group1_db0").hmget(session, "regTime"); + String robotInfo = s_list.get(0); + if (StringUtil.isNotEmpty(robotInfo) && robotInfo.equals("9999")) { + log.error("robot:" + acc.id + " match room error"); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + int uid = AccountCache.getAccount(session).id; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + List t_list = Utility.getMemberParents(jedis10, groupId, uid, true); + jedis10.close(); + + if (t_list != null) { + // 判断阀值 + for (Integer par : t_list) { + // get aoto_score + String gm_par_key = GroupMemberCache.genKey(groupId, par); + String autoscore1 = Redis.use("group1_db10").hget(gm_par_key, "autoscore"); + Integer autoscore = 0; + if (!StringUtil.isEmpty(autoscore1)) { + autoscore = Integer.parseInt(autoscore1); + } + +// if (autoscore > 0) { +// ITObject totalHp = GroupService.getHpTotal(groupId, par, 30); +// Long hp = totalHp.getLong("hp"); +// if (hp < autoscore) { +// throw new WebException(ErrorCode.GROUP_PARTNER_HP_NOT_ENOUGH); +// } +// } + } + } + + boolean xingyuhao = false; + if (Redis.use("group1_db1").sismember("gods", Integer.toString(uid))) { + xingyuhao = true; + } + + if (xingyuhao) { + boolean isSpecialGods = false; + { + String specail = Redis.use("group1_db1").hget("gods_special", Integer.toString(uid)); + if (StringUtil.isNotEmpty(specail)) { + isSpecialGods = true; + } + } + + { + List player_list = Redis.use("group1_db0").hmget(room_key, "players"); + + String players_json = player_list.get(0); + if (StringUtil.isNotEmpty(players_json)) { + ITArray players = TArray.newFromJsonData(players_json); + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (player_id == uid) + continue; + + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + boolean isPlayerSpecialGods = false; + String specail = Redis.use("group1_db1").hget("gods_special", Integer.toString(player_id)); + if (StringUtil.isNotEmpty(specail)) { + isPlayerSpecialGods = true; + } + + if (!isSpecialGods && isPlayerSpecialGods) { + + } else { + if (isSpecialGods && isPlayerSpecialGods) { + + } else { + log.error("xingyun:" + acc.id + " can't join rooms:" + room_key + + " xingyun playerId:" + player_id); + throw new WebException(ErrorCode.GROUP_BAN_DESK); + } + } + } + } + } + } + } + + try { + ITObject resData = publicJoinRoom(groupId, session, room_key, platform); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + jedis11.zremrangeByScore(grooms_key, 0, 0); + jedis11.close(); + return resData; + } catch (WebException e) { + if (e.getCode() == ErrorCode.GROUP_ROOM_DEL || e.getCode() == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room_key); + } + throw e; + } finally { + + } + } + + /** + * 匹配房间 + * + * @param groupId + * @param pid + * @param session + * @param platform + * @return + * @throws Exception + */ + public static Object matchRoom(int groupId, int pid, String session, String platform, boolean is_null) + throws Exception { + int min_value = pid * 10000 + 1101; + int max_value = pid * 10000 + (is_null ? 1101 : 9999); + String grooms_key = GroupCache.genRoomsKey(groupId); + ITObject resData = null; + Set rooms = null; + Jedis jedis = Redis.use("group1_db11").getJedis(); + try { + rooms = jedis.zrevrangeByScore(grooms_key, max_value, min_value); + Set delRooms = new HashSet(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "fake"); + + String fake_json = room_list.get(0); + if (fake_json == null) { + continue; + } + + delRooms.add(room); + } + rooms.removeAll(delRooms); + } finally { + jedis.close(); + } + + boolean isWhite = false; + boolean isBlack = false; + boolean xingyuhao = false; + AccountBean acc = AccountCache.getAccount(session); + List s_list = Redis.use("group1_db0").hmget(session, "regTime"); + String robotInfo = s_list.get(0); + if (StringUtil.isNotEmpty(robotInfo) && robotInfo.equals("9999")) { + log.error("robot:" + acc.id + " match room error"); + throw new WebException(ErrorCode.ROOM_CLOSE); + } + int uid = acc.id; + Jedis jedis10 = Redis.use("group1_db10").getJedis(); + List t_list = Utility.getMemberParents(jedis10, groupId, uid, true); + String gm_keyx = GroupMemberCache.genKey(groupId, uid); + String blackx = jedis10.hget(gm_keyx, "black"); + if (StringUtil.isNotEmpty(blackx) && blackx.equals("2")) { + isWhite = true; + } + if (StringUtil.isNotEmpty(blackx) && blackx.equals("1")) { + isBlack = true; + } + jedis10.close(); + + if (t_list != null) { + // 判断阀值 + for (Integer par : t_list) { + // get aoto_score + String gm_par_key = GroupMemberCache.genKey(groupId, par); + String autoscore1 = Redis.use("group1_db10").hget(gm_par_key, "autoscore"); + Integer autoscore = 0; + if (!StringUtil.isEmpty(autoscore1)) { + autoscore = Integer.parseInt(autoscore1); + } + +// if (autoscore > 0) { +// ITObject totalHp = GroupService.getHpTotal(groupId, par, 30); +// Long hp = totalHp.getLong("hp"); +// if (hp < autoscore) { +// throw new WebException(ErrorCode.GROUP_PARTNER_HP_NOT_ENOUGH); +// } +// } + } + } + + if (Redis.use("group1_db1").sismember("gods", Integer.toString(uid))) { + xingyuhao = true; + } + + if (xingyuhao) { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "players"); + + String players_json = room_list.get(0); + if (players_json == null) { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (player_id == uid) + continue; + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if (StringUtil.isNotEmpty(black) && black.equals("2")) { + haswhite = true; + } + if (StringUtil.isNotEmpty(black) && black.equals("1")) { + hasblack = true; + } + } + + if (haswhite) { + whiteRooms.add(room); + } + if (hasblack) { + blackRooms.add(room); + } + if (haswhite == false && hasblack == false) { + genralRooms.add(room); + } + } + + if (blackRooms.size() == 0) { + blackRooms.addAll(genralRooms); + // if (blackRooms.size() == 0) + // { + // blackRooms.addAll(whiteRooms); + // } + } + + if (blackRooms.size() > 0) { + Collections.shuffle(blackRooms); + + for (String room : blackRooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } else if (isWhite) { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "players"); + + String players_json = room_list.get(0); + if (players_json == null) { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if (StringUtil.isNotEmpty(black) && black.equals("2")) { + haswhite = true; + } + if (StringUtil.isNotEmpty(black) && black.equals("1")) { + hasblack = true; + } + } + + if (haswhite) { + whiteRooms.add(room); + } + if (hasblack) { + blackRooms.add(room); + } + if (hasblack == false && haswhite == false) { + genralRooms.add(room); + } + } + + if (blackRooms.size() == 0) { + blackRooms.addAll(genralRooms); + if (blackRooms.size() == 0) { + blackRooms.addAll(whiteRooms); + } + } + + if (blackRooms.size() > 0) { + Collections.shuffle(blackRooms); + + for (String room : blackRooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } else { + for (String room : rooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } else if (isBlack) { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "players"); + + String players_json = room_list.get(0); + if (players_json == null) { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if (StringUtil.isNotEmpty(black) && black.equals("1")) { + hasblack = true; + } + if (StringUtil.isNotEmpty(black) && black.equals("2")) { + haswhite = true; + } + } + + if (haswhite) { + whiteRooms.add(room); + } + if (hasblack) { + blackRooms.add(room); + } + if (haswhite == false && hasblack == false) { + genralRooms.add(room); + } + } + + if (whiteRooms.size() == 0) { + whiteRooms.addAll(genralRooms); + if (whiteRooms.size() == 0) { + whiteRooms.addAll(blackRooms); + } + } + + if (whiteRooms.size() > 0) { + Collections.shuffle(whiteRooms); + + for (String room : whiteRooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } else { + for (String room : rooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } else { + List blackRooms = new ArrayList<>(); + List whiteRooms = new ArrayList<>(); + List genralRooms = new ArrayList<>(); + for (String room : rooms) { + List room_list = Redis.use("group1_db0").hmget(room, "players"); + + String players_json = room_list.get(0); + if (players_json == null) { + continue; + } + + ITArray players = TArray.newFromJsonData(players_json); + + boolean hasblack = false; + boolean haswhite = false; + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + if (Redis.use("group1_db1").sismember("gods", Integer.toString(player_id))) { + haswhite = true; + } + String gm_key = GroupMemberCache.genKey(groupId, player_id); + String black = Redis.use("group1_db10").hget(gm_key, "black"); + if (StringUtil.isNotEmpty(black) && black.equals("1")) { + hasblack = true; + } + if (StringUtil.isNotEmpty(black) && black.equals("2")) { + haswhite = true; + } + } + + if (haswhite) { + whiteRooms.add(room); + } + if (hasblack) { + blackRooms.add(room); + } + if (hasblack == false && haswhite == false) { + genralRooms.add(room); + } + } + + if (genralRooms.size() == 0) { + genralRooms.addAll(blackRooms); + if (genralRooms.size() == 0) { + genralRooms.addAll(whiteRooms); + } + } + + if (genralRooms.size() > 0) { + Collections.shuffle(genralRooms); + + for (String room : genralRooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } else { + for (String room : rooms) { + try { + resData = publicJoinRoom(groupId, session, room, platform); + break; + } catch (WebException e) { + int code = e.getCode(); + if (code == ErrorCode.GROUP_ROOM_DEL || code == ErrorCode.NO_ROOM_NUM) { + Redis.use("group1_db11").zrem(grooms_key, room); + } else if (code == ErrorCode.NO_SERVICE || code == ErrorCode.GROUP_BAN + || code == ErrorCode.GROUP_LIMIT_NO_HP || code == ErrorCode.GROUP_MEMBER_BAN + || code == ErrorCode.GROUP_BAN_PLAY) { + throw e; + } + } + } + } + } + +// if (resData == null) { +// String key = createGroupRooms(session, groupId, pid); +// System.out.println("创建房间-------" + session + "----------" + groupId + "----------" + pid); +// resData = joinRoom(groupId, key, session, platform); +// } +// return resData; + String key = createGroupRooms(session, groupId, pid); + System.out.println("key +++++++++++++++++" + key); + return key; + + } + + public final static ITObject createGroupRoom(String session, int groupId, int pid) throws Exception { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + String playKey = "g{" + groupId + "}:play:" + pid; + try { + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + if (gpb == null) { + throw new WebException(ErrorCode.GROUP_PLAY_EXIST); + } + + int gameId = gpb.gameId; + GameBean gb = GameCache.getGame(gameId); + String svr = _getSvr(jedis0, gb); + if (svr == null) { + log.error("createGroupRoom gameId:" + gameId + " svr:" + svr); + throw new WebException(ErrorCode.NO_SERVICE); + } + + String grooms_key = GroupCache.genRoomsKey(groupId); + GroupBean group = GroupCache.getGroup(groupId); + ITObject configData = TObject.newFromJsonData(gpb.config); + int maxPlayers = gpb.maxPlayers; + + int opt = configData.getInt("opt"); + + String owner_session = AccountCache.genKey(group.owner); + Integer pay = gb.pay.get("pay" + opt + "_" + maxPlayers); + if (pay == null) { + log.warn("pay no set!"); + throw new WebException(ErrorCode._FAILED); + } + + if (pay > 0) { + ArrayList result_list = Utility.payDiamo(jedis0, owner_session, pay); + if (result_list == null) { + throw new WebException(ErrorCode._FAILED); + } + long result = result_list.get(0); + if (result != 0) { + log.error("createGroupRoom groupId:" + groupId + " pid:" + pid + " group.owner:" + group.owner + + " no diamo"); + throw new WebException(ErrorCode.NO_DIAMO); + } + long cur_diamo = result_list.get(1); + Utility.payDiamo(EventType.REDIS_EVENT_GROUP_ROOM, group.owner, gameId, pay, (int) cur_diamo, groupId, + pid); + } + + int dissolve_opt = group.dissolve_opt; + int kick_opt = group.kick_opt; + + String newRoomId = Redis.use("group1_db1").rpop("free_room"); + Redis.use("group1_db1").lpush("free_room", newRoomId); + String room_key = "room:" + newRoomId; + + long time = System.currentTimeMillis() / 1000; + Map roomMap = new HashMap(); + roomMap.put("id", newRoomId); + roomMap.put("owner", owner_session); + roomMap.put("svr", svr); + roomMap.put("AA", "0"); + roomMap.put("pay", pay + ""); + roomMap.put("agent", "1"); + roomMap.put("group", groupId + ""); + roomMap.put("gpid", pid + ""); + roomMap.put("payer", group.owner + ""); + roomMap.put("maxPlayers", maxPlayers + ""); + roomMap.put("times", gb.opt.get(opt) + ""); + roomMap.put("opt", opt + ""); + roomMap.put("status", "0"); + roomMap.put("hpOnOff", gpb.hpOnOff + ""); + roomMap.put("rewardType", gpb.rewardType + ""); + roomMap.put("rewardValueType", gpb.rewardValueType + ""); + roomMap.put("xipai_rewardType", gpb.xipai_rewardType + ""); + roomMap.put("xipai_rewardValueType", gpb.xipai_rewardValueType + ""); + roomMap.put("dismiss_time", DISMISS_TIME[dissolve_opt - 1]); + roomMap.put("kick_time", KICK_TIME[kick_opt - 1]); + roomMap.put("hp_times", gpb.hp_times + ""); + if (gpb.hpOnOff == 1) { + ITObject hpObj = TObject.newFromJsonData(gpb.hpConfig); + if (hpObj.getInt("limitInRoom") != null) { + roomMap.put("limitInRoom", hpObj.getInt("limitInRoom") + ""); + } + configData.putTObject("hpData", hpObj); + } + + configData.del("opt"); + configData.del("AA"); + roomMap.put("options", configData.toJson()); + roomMap.put("game", gameId + ""); + roomMap.put("open", "1"); + roomMap.put("round", "0"); + roomMap.put("create_time", time + ""); + roomMap.put("cache_ver", "1"); + jedis0.hmset(room_key, roomMap); + String leftover_robot = jedis11.hget(playKey, "leftover_robot"); + int count =Integer.parseInt(leftover_robot)-1; + jedis11.hset(playKey, "robot_leftover", String.valueOf(count)); + + ITObject resData = TObject.newInstance(); + resData.putInt("gameId",gameId); + resData.putString("roomId",newRoomId); + /** + * pid open status 剩余空位 11 1 1 00 + */ + + String fake = jedis0.hget(room_key, "fake"); + if (StringUtil.isNotEmpty(fake)) { + log.info("create room:" + newRoomId + " session:" + session + " fake:" + fake + " pay:" + pay + + " players:" + jedis0.hget(room_key, "players")); + Redis.use().hset(room_key, "status", 3 + ""); + Redis.use().hincrBy(room_key, "cache_ver", 1); + Redis.use().expire(room_key, 20); + } else { + Redis.use("group1_db11").zadd(grooms_key, pid * 10000 + 1101, room_key); +// GroupPublisherService.addRoomEvt(groupId, newRoomId); + } + return resData; + + + } finally { + jedis0.close(); + } + + } + private final static String createGroupRooms(String session, int groupId, int pid) throws Exception { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + try { + + + GroupPlayBean gpb = GroupCache.getPlay(groupId, pid); + System.out.println("gph+++++++++++++++++++++++++++" + gpb); + if (gpb == null) { + throw new WebException(ErrorCode.GROUP_PLAY_EXIST); + } + + int gameId = gpb.gameId; + GameBean gb = GameCache.getGame(gameId); + String svr = _getSvr(jedis0, gb); + System.out.println("gameId +++++" +gameId); + System.out.println("svr +++++" + gameId); + if (svr == null) { + log.error("createGroupRoom gameId:" + gameId + " svr:" + svr); + throw new WebException(ErrorCode.NO_SERVICE); + } + + String grooms_key = GroupCache.genRoomsKey(groupId); + GroupBean group = GroupCache.getGroup(groupId); + ITObject configData = TObject.newFromJsonData(gpb.config); + int maxPlayers = gpb.maxPlayers; + + int opt = configData.getInt("opt"); + + String owner_session = AccountCache.genKey(group.owner); + Integer pay = gb.pay.get("pay" + opt + "_" + maxPlayers); + + + if (pay == null) { + log.warn("pay no set!"); + throw new WebException(ErrorCode._FAILED); + } + + if (pay > 0) { + ArrayList result_list = Utility.payDiamo(jedis0, owner_session, pay); + if (result_list == null) { + throw new WebException(ErrorCode._FAILED); + } + long result = result_list.get(0); + if (result != 0) { + log.error("createGroupRoom groupId:" + groupId + " pid:" + pid + " group.owner:" + group.owner + + " no diamo"); + throw new WebException(ErrorCode.NO_DIAMO); + } + long cur_diamo = result_list.get(1); + Utility.payDiamo(EventType.REDIS_EVENT_GROUP_ROOM, group.owner, gameId, pay, (int) cur_diamo, groupId, + pid); + } + + int dissolve_opt = group.dissolve_opt; + int kick_opt = group.kick_opt; + + String newRoomId = Redis.use("group1_db1").rpop("free_room"); + Redis.use("group1_db1").lpush("free_room", newRoomId); + String room_key = "room:" + newRoomId; + + long time = System.currentTimeMillis() / 1000; + Map roomMap = new HashMap(); + roomMap.put("id", newRoomId); + roomMap.put("owner", owner_session); + roomMap.put("svr", svr); + roomMap.put("AA", "0"); + roomMap.put("pay", pay + ""); + roomMap.put("agent", "1"); + roomMap.put("group", groupId + ""); + roomMap.put("gpid", pid + ""); + roomMap.put("payer", group.owner + ""); + roomMap.put("maxPlayers", maxPlayers + ""); + roomMap.put("times", gb.opt.get(opt) + ""); + roomMap.put("opt", opt + ""); + roomMap.put("status", "0"); + roomMap.put("hpOnOff", gpb.hpOnOff + ""); + roomMap.put("rewardType", gpb.rewardType + ""); + roomMap.put("rewardValueType", gpb.rewardValueType + ""); + roomMap.put("xipai_rewardType", gpb.xipai_rewardType + ""); + roomMap.put("xipai_rewardValueType", gpb.xipai_rewardValueType + ""); + roomMap.put("dismiss_time", DISMISS_TIME[dissolve_opt - 1]); + roomMap.put("kick_time", KICK_TIME[kick_opt - 1]); + roomMap.put("hp_times", gpb.hp_times + ""); + if (gpb.hpOnOff == 1) { + ITObject hpObj = TObject.newFromJsonData(gpb.hpConfig); + if (hpObj.getInt("limitInRoom") != null) { + roomMap.put("limitInRoom", hpObj.getInt("limitInRoom") + ""); + } + configData.putTObject("hpData", hpObj); + } + + configData.del("opt"); + configData.del("AA"); + roomMap.put("options", configData.toJson()); + roomMap.put("game", gameId + ""); + roomMap.put("open", "1"); + roomMap.put("round", "0"); + roomMap.put("create_time", time + ""); + roomMap.put("cache_ver", "1"); + jedis0.hmset(room_key, roomMap); + + /** + * pid open status 剩余空位 11 1 1 00 + */ + + String fake = jedis0.hget(room_key, "fake"); + if (StringUtil.isNotEmpty(fake)) { + log.info("create room:" + newRoomId + " session:" + session + " fake:" + fake + " pay:" + pay + + " players:" + jedis0.hget(room_key, "players")); + Redis.use().hset(room_key, "status", 3 + ""); + Redis.use().hincrBy(room_key, "cache_ver", 1); + Redis.use().expire(room_key, 20); + } else { + Redis.use("group1_db11").zadd(grooms_key, pid * 10000 + 1101, room_key); +// GroupPublisherService.addRoomEvt(groupId, newRoomId); + } + return room_key; + } finally { + jedis0.close(); + } + + } + + /** + * 删除房间 + * + * @param groupId + * @param roomId + * @return + * @throws Exception + */ + public static final ITObject delRoom(int groupId, String roomId) throws Exception { + String tag_key = "room:" + roomId; + Jedis jedis0 = Redis.use("group1_db0").getJedis(); +// String svr = StringUtil.Empty; + + RedisLock lock = new RedisLock(tag_key, jedis0); + try { + lock.lock(); + List list = jedis0.hmget(tag_key, "AA", "payer", "pay", "group", "game", "status", "gpid", "fake", + "players"); + String status = list.get(5); + if (StringUtil.isEmpty(status)) { + throw new WebException(ErrorCode.NO_ROOM_NUM); + } + int _status = Integer.parseInt(status); + if (_status == 2 || _status == 3) { + throw new WebException(ErrorCode.GROUP_ROOM_DEL); + } + String group = list.get(3); + int _gid = 0; + if (StringUtil.isNotEmpty(group)) { + _gid = Integer.parseInt(group); + } + + String strGpid = list.get(6); + int _gpid = 0; + if (StringUtil.isNotEmpty(strGpid)) { + _gpid = Integer.parseInt(strGpid); + } + if (_gid != groupId) { + throw new WebException(ErrorCode.GROUP_NOT_CURGROUP_ROOM); + } + String strFake = list.get(7); + if (_status == 0) { + if (strFake == null) { + int gameId = Integer.parseInt(list.get(4)); + boolean pay_AA = Integer.parseInt(list.get(0)) == 1; + if (!pay_AA) { + int payer = Integer.parseInt(list.get(1)); + int pay = Integer.parseInt(list.get(2)); + Utility.payDiamo(EventType.REDIS_EVENT_BACK_PAY, payer, gameId, pay, groupId, _gpid); + } + } + } + if (strFake != null) { + try { + ITArray players = TArray.newFromJsonData(list.get(8)); + for (int i = 0; i < players.size(); i++) { + int player_id = players.getInt(i); + Redis.use("group1_db1").srem("used_robot", Integer.toString(player_id)); + // Redis.use("group1_db1").sadd("free_robot", Integer.toString(player_id)); + + } + } catch (Exception e) { + + } + } + jedis0.hset(tag_key, "status", "2"); + BaseCache.updateCacheVer(jedis0, tag_key); + GroupPublisherService.delRoomEvt(groupId, roomId); +// svr = jedis0.hget(tag_key, "svr"); +// +// List server_ip = Redis.use("group1_db0").hmget(svr, "ip", "port"); +// String ip = server_ip.get(0); +// if(StringUtil.isEmpty(ip)) { +// throw new WebException(ErrorCode.NO_SERVICE); +// } +// String port =server_ip.get(1); + ITObject obj = TObject.newInstance(); +// obj.putString("ip", ip); +// obj.putInt("port", Integer.parseInt(port)); + return obj; + } finally { + lock.unlock(); + } + + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/business/RoomBusiness.java b/libs/robot_common_bak/src/main/java/taurus/client/business/RoomBusiness.java new file mode 100644 index 0000000..182c460 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/business/RoomBusiness.java @@ -0,0 +1,139 @@ +package taurus.client.business; + +import java.lang.reflect.Type; +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +import com.data.util.ErrorCode; +import com.game.Global; +import com.game.MainServer; +import com.game.data.JoinRoomData; +import com.game.data.Room; +import com.game.room.state.RoomReloadState; +import com.google.gson.Gson; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.plugin.redis.RedisLock; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.data.Session; + +import redis.clients.jedis.Jedis; + +/** + * 房间管理类 + * + * + */ +public class RoomBusiness { + + public ConcurrentHashMap tableMap; + + public RoomBusiness() { + this.tableMap = new ConcurrentHashMap(); + } + + /** + * 进入房间 + * + * @param sender + * @param session_key + * @param gid + */ + public void joinRoom(Session sender, String session_key, int gid, String gps_pos) { + Jedis jedis = Redis.use().getJedis(); + try { + if (!jedis.exists(session_key)) { + MainServer.instance.sendResponse(gid, ErrorCode._NO_SESSION, null, sender); + return; + } + + String room_key = jedis.hget(session_key, "room"); + if (StringUtil.isEmpty(room_key)) { + MainServer.instance.sendResponse(gid, ErrorCode.NO_ROOM_NUM, null, sender); + return; + } + Map room_map = null; + RedisLock lock = new RedisLock(room_key, jedis); + try { + lock.lock(); + room_map = jedis.hgetAll(room_key); + String status = room_map.get("status"); + if (StringUtil.isEmpty(status)) { + Global.gameCtr.delRoomSeat(session_key, room_key); + MainServer.instance.sendResponse(gid, ErrorCode.NO_ROOM_NUM, null, sender); + return; + } + if (status.equals("3") || status.equals("2")) { + Global.gameCtr.delRoomSeat(session_key, room_key); + MainServer.instance.sendResponse(gid, ErrorCode.GROUP_ROOM_DEL, null, sender); + return; + } + +// if (Global.gameId != Integer.parseInt(room_map.get("game"))) { +//// Global.logger.error("joinRoom gameId:"+Global.gameId+" != gameId:" + Integer.parseInt(room_map.get("game"))); +// MainServer.instance.sendResponse(gid, ErrorCode.NO_SERVICE, null, sender); +// return; +// } + String room_id = room_map.get("id"); + Room room = null; + if (this.tableMap.containsKey(room_id)) { + room = this.tableMap.get(room_id); + if (room.isDestroy) { + MainServer.instance.sendResponse(gid, ErrorCode._FAILED, null, sender); + return; + } + } else { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + Gson gson = new Gson(); + String json = jedis0.get("robot_" + room_id); + System.out.println("json:"+json); + room = gson.fromJson(json, Room.class); + System.out.println("room:" + room); +// room = MainServer.instance.newRoom(room_id, room_map); + room.loadRedisPlayer(); + this.tableMap.put(room_id, room); + room.start(); +// room.stateMachine.changeState(Global.getState(RoomReloadState.class)); + } + if (room.isActive() == false) { + room.start(); + } + + sender.setHashId(session_key); + final JoinRoomData jrd = new JoinRoomData(); + jrd.room = room; + jrd.session_key = session_key; + jrd.sender = sender; + jrd.gps_pos = gps_pos; + Global.gameCtr.joinRoom(jrd, gid); + + } finally { + lock.unlock(false); + } + } catch (Exception e) { + e.printStackTrace(); +// Global.logger.error(e); + MainServer.instance.sendResponse(gid, 500, null, sender); + } finally { + jedis.close(); + } + } + + /** + * 解散房间 + * + * @param roomid 房间ID + */ + public void dismissRoom(String roomid, boolean sendEvt) { + Room room = this.tableMap.get(roomid); + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + RedisLock lock = new RedisLock(room.room_key, jedis0); + try { + lock.lock(); + room.destroy(sendEvt); + this.tableMap.remove(roomid); + } finally { + lock.unlock(); + } + } + +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/io/IOHandler.java b/libs/robot_common_bak/src/main/java/taurus/client/io/IOHandler.java new file mode 100644 index 0000000..5a84683 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/io/IOHandler.java @@ -0,0 +1,250 @@ +package taurus.client.io; + +import java.io.IOException; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.*; + +import taurus.client.SocketCode; + +/** + * 鍗忚鍖呭瓧鑺傛祦瑙f瀽 + * + * @author daixiwei daixiwei15@126.com + * + */ +class IOHandler { + private final Logger logger = Logger.getLogger(IOHandler.class); + private static final String ACTION_ID = "a"; + private static final String PARAM_ID = "p"; + static final int INT_BYTE_SIZE = 4; + + private static final ByteArray EMPTY_BUFFER = new ByteArray(); + private int _skipBytes = 0; + private ByteArray _buffer; + private int _expectedLength = -1; + private boolean _compressed = false; + + private SocketEngine _engine; + private SystemController _controller; + + /** + * 璇诲彇鐘舵€? + */ + private PacketReadState _readState = PacketReadState.WAIT_NEW_PACKET; + + IOHandler(SocketEngine client, SystemController controller) { + _engine = client; + _controller = controller; + } + + /** + * + * @param data + * @return + * @throws IOException + */ + private ByteArray handleDataSize(ByteArray data) throws Exception { + int num = data.readInt(); + int pos = INT_BYTE_SIZE; + if (num != -1) { + _expectedLength = num; + data = resizeByteArray(data, pos, data.length() - pos); + _readState = PacketReadState.WAIT_DATA; + return data; + } + _readState = PacketReadState.WAIT_DATA_SIZE_FRAGMENT; + _buffer.writeBytes(data.bytes()); + data = EMPTY_BUFFER; + return data; + } + + /** + * + * @param data + * @return + * @throws IOException + */ + private ByteArray handleDataSizeFragment(ByteArray data) throws Exception { + int count = INT_BYTE_SIZE - _buffer.length(); + if (data.length() >= count) { + _buffer.writeBytes(data.bytes(), 0, count); + int num2 = INT_BYTE_SIZE; + ByteArray array = new ByteArray(); + array.writeBytes(_buffer.bytes(), 0, num2); + array.position(0); + int num3 = array.readInt(); + _expectedLength = num3; + _buffer = new ByteArray(); + _readState = PacketReadState.WAIT_DATA; + if (data.length() > count) { + data = resizeByteArray(data, count, data.length() - count); + return data; + } + data = EMPTY_BUFFER; + return data; + } + _buffer.writeBytes(data.bytes()); + data = EMPTY_BUFFER; + return data; + } + + /** + * + * @param data + * @return + */ + private ByteArray handleInvalidData(ByteArray data) { + if (_skipBytes == 0) { + _readState = PacketReadState.WAIT_NEW_PACKET; + return data; + } + int pos = Math.min(data.length(), _skipBytes); + data = resizeByteArray(data, pos, data.length() - pos); + _skipBytes -= pos; + return data; + } + + /** + * + * @param data + * @return + */ + private ByteArray handleNewPacket(ByteArray data) throws Exception { + _buffer = new ByteArray(); + _expectedLength = -1; + _compressed = data.readByte() > 0; + data = resizeByteArray(data, 1, data.length() - 1); + _readState = PacketReadState.WAIT_DATA_SIZE; + return data; + } + + /** + * + * @param data + * @return + */ + private ByteArray handlePacketData(ByteArray data) throws Exception { + int count = _expectedLength - _buffer.length(); + boolean flag = data.length() > count; + ByteArray array = new ByteArray(data.bytes()); + try { + if (data.length() >= count) { + _buffer.writeBytes(data.bytes(), 0, count); + if (_compressed) { + _buffer.uncompress(); + } + dispatchRequest(_buffer); + _readState = PacketReadState.WAIT_NEW_PACKET; + } else { + _buffer.writeBytes(data.bytes()); + } + if (flag) { + data = resizeByteArray(data, count, data.length() - count); + return data; + } + data = EMPTY_BUFFER; + } catch (Exception exception) { + logger.error("Error handling data ", exception); + _skipBytes = count; + _readState = PacketReadState.INVALID_DATA; + return array; + } + return data; + } + + private void dispatchRequest(ByteArray _buffer) throws IOException { + ITObject requestObject = TObject.newFromBinaryData(_buffer.bytes()); + Packet packet = new Packet(); + if (requestObject.isNull(ACTION_ID)) { + throw new IOException("Request rejected: No Action ID in request!"); + } + packet.actionID = requestObject.getByte(ACTION_ID); + packet.parameters = requestObject.getTObject(PARAM_ID); + _controller.handlePacket(packet); + } + + /** + * + * @param data + * @throws IOException + */ + public void onDataRead(ByteArray data) throws IOException { + if (data.length() == 0) { + throw new IOException("Unexpected empty packet data: no readable bytes available!"); + } + + data.position(0); + try { + while (data.length() > 0) { + if (_readState == PacketReadState.WAIT_NEW_PACKET) { + data = handleNewPacket(data); + } else { + if (_readState == PacketReadState.WAIT_DATA_SIZE) { + data = handleDataSize(data); + continue; + } + if (_readState == PacketReadState.WAIT_DATA_SIZE_FRAGMENT) { + data = handleDataSizeFragment(data); + continue; + } + if (_readState == PacketReadState.WAIT_DATA) { + data = handlePacketData(data); + continue; + } + if (_readState == PacketReadState.INVALID_DATA) { + data = handleInvalidData(data); + } + } + } + } catch (Exception e) { + this.logger.error(e); + } + + } + + /** + * + * @param packet + * @throws IOException + */ + public void onDataWrite(Packet packet) throws IOException { + ByteArray binData = new ByteArray(); + + ITObject obj2 = new TObject(); + obj2.putByte(ACTION_ID, (byte) packet.actionID); + obj2.putTObject(PARAM_ID, packet.parameters); + byte[] array2 = obj2.toBinary(); + boolean compression = array2.length > _engine.getProtocolCompression(); + if (compression) { + array2 = Utils.compress(array2); + } + binData.writeByte((byte) (compression ? 1 : 0)); + binData.writeInt(array2.length); + binData.writeBytes(array2); + + if (_engine._socket.isConnected()) { + if (!_engine._socket.send(binData.bytes())) { + _engine.enqueueStatusCallback(SocketCode.SendError); + } + } + } + + /** + * + * @param array + * @param pos + * @param len + * @return + */ + private ByteArray resizeByteArray(ByteArray array, int pos, int len) { + byte[] dst = new byte[len]; + System.arraycopy(array.bytes(), pos, dst, 0, len); + return new ByteArray(dst); + } + + static enum PacketReadState { + WAIT_NEW_PACKET, WAIT_DATA_SIZE, WAIT_DATA_SIZE_FRAGMENT, WAIT_DATA, INVALID_DATA + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/io/ISocket.java b/libs/robot_common_bak/src/main/java/taurus/client/io/ISocket.java new file mode 100644 index 0000000..b5bba0b --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/io/ISocket.java @@ -0,0 +1,113 @@ +package taurus.client.io; + +import com.taurus.core.util.*; + +import taurus.client.SocketCode; + +/** + * Socket核心基类 + * @author daixiwei daixiwei15@126.com + * + */ +public abstract class ISocket { + protected static final Logger logger = Logger.getLogger(ISocket.class); + SocketEngine _engine; + /** + * 当前socket状态 + */ + public volatile SocketState state = SocketState.Disconnected; + /** + * 服务器地址 + */ + protected String serverAddress; + /** + * 服务器端口 + */ + protected int serverPort; + + /** + * 网络链接状态 + * @return + */ + public boolean isConnected() { + return state == SocketState.Connected; + } + + public ISocket(SocketEngine peerBase) { + if (peerBase == null) { + throw new RuntimeException("Can't init without peer"); + } + this._engine = peerBase; + } + + public boolean connect() { + boolean result; + if (state != SocketState.Disconnected) { + logger.error("Calling connect when the socket is not disconnected"); + result = false; + } else if (_engine == null) { + result = false; + } else if (!tryParseAddress(_engine.getServerAddress())) { + logger.error("Failed parsing address: " + _engine.getServerAddress()); + result = false; + } else { + result = true; + } + return result; + } + + /** + * 断开连接 + * @return + */ + public abstract boolean disconnect(); + + /** + * 发送流数据 + * @param data + * @return + */ + public abstract boolean send(byte[] data); + + protected void handleException(SocketCode statusCode) { + state = SocketState.Disconnecting; + _engine.enqueueStatusCallback(statusCode); + _engine.enqueueActionForDispatch(new Runnable() { + @Override + public void run() { + disconnect(); + } + }); + } + + /** + * 解析网络地址 + * @param addressAndPort + * @param address + * @param port + * @return + */ + protected boolean tryParseAddress(String addressAndPort) { + boolean result = true; + if (StringUtil.isEmpty(addressAndPort)) { + result = false; + } else { + int num = addressAndPort.lastIndexOf(':'); + if (num <= 0) { + result = false; + } else if (addressAndPort.indexOf(':') != num && (!addressAndPort.contains("[") || !addressAndPort.contains("]"))) { + result = false; + } else { + serverAddress = addressAndPort.substring(0, num); + String s = addressAndPort.substring(num + 1); + try { + serverPort = Integer.parseInt(s); + } catch (Exception e) { + result = false; + } + } + } + return result; + } + +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/io/LagMonitor.java b/libs/robot_common_bak/src/main/java/taurus/client/io/LagMonitor.java new file mode 100644 index 0000000..c782bd8 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/io/LagMonitor.java @@ -0,0 +1,109 @@ +package taurus.client.io; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.LinkedList; +import java.util.List; +import java.util.Queue; +import java.util.Timer; +import java.util.TimerTask; + +import com.taurus.core.util.Logger; + + +/** + * 网络监听/心跳 + * @author daixiwei daixiwei15@126.com + * + */ +public class LagMonitor extends TimerTask { + private static final Logger logger = Logger.getLogger(LagMonitor.class); + private int _averagePingTime; + private Timer _pollTimer; + private int _queueSize; + private int _interval; + private boolean _run; + private SocketEngine _engine; + private List _valueQueue; + private Queue write_queue = new LinkedList(); + + public LagMonitor(SocketEngine engine, int interval, int queueSize) { + if (interval < 1) { + interval = 1; + } + _engine = engine; + _valueQueue = new ArrayList(); + _queueSize = queueSize; + _pollTimer = new Timer(); + _interval = interval * 1000; + _averagePingTime = 1000; + } + + public void fnPingPong() { + long w_time = write_queue.poll(); + long item = System.currentTimeMillis() - w_time; + if (_valueQueue.size() >= _queueSize) { + _valueQueue.remove(0); + } + _valueQueue.add(item); + if (_valueQueue.size() == 0) { + _averagePingTime = 0; + } + int num = 0; + for (int i = 0; i < _valueQueue.size(); ++i) { + num += _valueQueue.get(i); + } + _averagePingTime = (num / _valueQueue.size()); + } + + /** + * 启动监听 + */ + public void start() { + if (!isRunning()) { + this._run = true; + _pollTimer.scheduleAtFixedRate(this, 0, _interval); + } + } + + /** + * 停止监听 + */ + public void stop() { + if (isRunning()) { + this._run = false; + _pollTimer.purge(); + } + } + + public void destroy() { + stop(); + _pollTimer.cancel(); + _pollTimer = null; + _engine = null; + } + + /** + * 平均Ping的时间 + * @return + */ + public int getAveragePingTime() { + return _averagePingTime; + + } + + public boolean isRunning() { + return _run; + + } + + @Override + public void run() { + try { + _engine._controller.sendPingPong(); + write_queue.offer(System.currentTimeMillis()); + } catch (IOException e) { + logger.error(e); + } + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/io/Packet.java b/libs/robot_common_bak/src/main/java/taurus/client/io/Packet.java new file mode 100644 index 0000000..c9966c9 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/io/Packet.java @@ -0,0 +1,20 @@ +package taurus.client.io; + +import com.taurus.core.entity.ITObject; + +/** + * 网络协议数据包 + * @author daixiwei daixiwei15@126.com + * + */ +public class Packet { + + /** + * 协议包ID + */ + public int actionID; + /** + * 参数数据 + */ + public ITObject parameters; +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/io/SocketEngine.java b/libs/robot_common_bak/src/main/java/taurus/client/io/SocketEngine.java new file mode 100644 index 0000000..c5b6edf --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/io/SocketEngine.java @@ -0,0 +1,165 @@ +package taurus.client.io; + +import java.io.IOException; +import java.util.LinkedList; +import java.util.Queue; + +import com.taurus.core.util.ICallback; +import com.taurus.core.util.Logger; + +import taurus.client.ISocketLayer; +import taurus.client.Message; +import taurus.client.NetManager; +import taurus.client.SocketCode; +import taurus.client.TaurusClient; +import taurus.client.TaurusClient.ConnectionProtocol; + +/** + * SocketEngine + * + * @author daixiwei daixiwei15@126.com + * + */ +public class SocketEngine implements ISocketLayer { + private static final Logger logger = Logger.getLogger(SocketEngine.class); + + ISocket _socket; + private String _sessionToken; + private String _serverAddress; + + private ICallback _onConnect; + ICallback _onEvent; + private Queue _actionQueue = new LinkedList(); + + SystemController _controller; + LagMonitor _lagMonitor; + IOHandler _packetHandler; + TaurusClient _client; + + public SocketEngine(TaurusClient client) { + _socket = new SocketTcp(this); + _controller = new SystemController(this); + _packetHandler = new IOHandler(this, _controller); + _lagMonitor = new LagMonitor(this, NetManager.TIMEOUT_TIME, 10); + } + + @Override + public void connect(String ip, String game) { + _serverAddress = ip; + _socket.connect(); + } + + @Override + public void disconnect() { + _socket.disconnect(); + if (_lagMonitor != null) + _lagMonitor.destroy(); + _lagMonitor = null; + } + + @Override + public void processEvent() { + if (_socket.isConnected() && _controller.isTimeOut()) { + if (_onConnect != null) + _onConnect.action(SocketCode.TimeoutDisconnect); + return; + } + + while (true) { + Runnable myAction; + synchronized (_actionQueue) { + if (_actionQueue.size() <= 0) { + break; + } + myAction = _actionQueue.poll(); + } + myAction.run(); + } + } + + public void write(Message msg) { + try { + _controller.sendRequest(msg); + } catch (IOException e) { + logger.error(e); + } + } + + void onStatusChanged(SocketCode statusCode) { + if (statusCode != SocketCode.Connect) { + _socket.disconnect(); + this.disconnect(); + } + System.out.println("status : " + statusCode); + logger.info("status : " + statusCode); + if (statusCode == SocketCode.Connect) { + this.onHandshake(); + } else { + if (_onConnect != null) + _onConnect.action(statusCode); + } + } + + void onHandshake() { + _controller.refreshTime(); + _lagMonitor.start(); + if (_onConnect != null) + _onConnect.action(SocketCode.Connect); + } + + void enqueueActionForDispatch(Runnable action) { + synchronized (_actionQueue) { + _actionQueue.offer(action); + } + } + + void enqueueStatusCallback(final SocketCode statusValue) { + synchronized (_actionQueue) { + _actionQueue.offer(new Runnable() { + @Override + public void run() { + onStatusChanged(statusValue); + } + }); + } + } + + + + + public String getServerAddress() { + return _serverAddress; + } + + @Override + public ConnectionProtocol getProtocol() { + return ConnectionProtocol.Tcp; + } + + public int getAveragePingTime() { + return _lagMonitor != null ? _lagMonitor.getAveragePingTime() : 1000; + } + + public void setSession(String session) { + _sessionToken = session == null ? "" : session; + } + + public String getSession() { + return _sessionToken; + + } + + @Override + public void setOnConnect(ICallback onConnect) { + _onConnect = onConnect; + } + + @Override + public void setOnEvent(ICallback onEvent) { + _onEvent = onEvent; + } + + public int getProtocolCompression() { + return 100; + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/io/SocketState.java b/libs/robot_common_bak/src/main/java/taurus/client/io/SocketState.java new file mode 100644 index 0000000..60a2d41 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/io/SocketState.java @@ -0,0 +1,13 @@ +package taurus.client.io; + +/** + * 缃戠粶鐘舵€佹灇涓? + * @author daixiwei daixiwei15@126.com + * + */ +public enum SocketState{ + Disconnected, + Connecting, + Connected, + Disconnecting +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/io/SocketTcp.java b/libs/robot_common_bak/src/main/java/taurus/client/io/SocketTcp.java new file mode 100644 index 0000000..3183990 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/io/SocketTcp.java @@ -0,0 +1,156 @@ +package taurus.client.io; + +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.net.InetSocketAddress; +import java.net.Socket; +import java.net.SocketAddress; + +import com.taurus.core.util.ByteArray; + +import taurus.client.NetManager; +import taurus.client.SocketCode; + +/** + * Tcp协议 Socket核心类 + * @author daixiwei daixiwei15@126.com + * + */ +class SocketTcp extends ISocket { + private static final int READ_BUFFER_SIZE = 0x1000; + private byte[] _byteBuffer = new byte[READ_BUFFER_SIZE]; + + private Socket _connection; + private final Object _syncer = new Object(); + + public SocketTcp(SocketEngine npeer) { + super(npeer); + } + + @Override + public boolean connect() { + if (!super.connect()) { + return false; + } else { + state = SocketState.Connecting; + Thread t = new Thread(new Runnable() { + @Override + public void run() { + connectThread(); + } + }); + t.setName("mpnet connect thread"); + t.start(); + return true; + } + } + + private void connectThread() { + try { + SocketAddress remoteAddr = new InetSocketAddress(serverAddress, super.serverPort); + _connection = new Socket(); + _connection.setTcpNoDelay(true); + _connection.connect(remoteAddr, NetManager.TIMEOUT_TIME * 1000); + state = SocketState.Connected; + _engine.enqueueStatusCallback(SocketCode.Connect); + } catch (Exception ex) { + try { + if (_connection != null) + _connection.close(); + } catch (Exception e) { + logger.error("Connection close error", e); + } + logger.error("Connection error", ex); + handleException(SocketCode.ExceptionOnConnect); + return; + } + Thread _thrSocketReader = new Thread(new Runnable() { + @Override + public void run() { + __read(); + } + }); + _thrSocketReader.start(); + } + + @Override + public boolean disconnect() { + if (state == SocketState.Disconnected) + return false; + state = SocketState.Disconnecting; + synchronized (_syncer) { + if (_connection != null) { + try { + _connection.close(); + } catch (Exception ex) { + logger.error("Disconnect error", ex); + } + _connection = null; + } + } + state = SocketState.Disconnected; + return true; + } + + @Override + public boolean send(byte[] data) { + return __writeSocket(data); + } + + private boolean __writeSocket(byte[] buf) { + if (_connection == null || state != SocketState.Connected) { + logger.error("Trying to write to disconnected socket"); + return false; + } else { + try { + OutputStream outStream = _connection.getOutputStream(); + outStream.write(buf); + outStream.flush(); + } catch (Exception exception2) { + logger.error("General error writing to socket", exception2); + handleException(SocketCode.SendError); + return false; + } + } + return true; + } + + private void __read() { + int size = 0; + while (state == SocketState.Connected) { + try { + try { + InputStream inputStream = _connection.getInputStream(); + size = inputStream.read(_byteBuffer); + } catch (Exception ex) { + throw new TSocketException(SocketCode.ExceptionOnReceive); + } + if (size == 0 || size == -1) { + throw new TSocketException(SocketCode.DisconnectByServer); + } + __handleBinaryData(_byteBuffer, size); + + } catch (TSocketException ex3) { + if (state != SocketState.Disconnecting && state.ordinal() > SocketState.Disconnected.ordinal()) { + logger.error("Receiving failed.: ", ex3); + super.handleException(ex3.socketCode); + } + } catch (Exception ex4) { + if (state != SocketState.Disconnecting && state.ordinal() > SocketState.Disconnected.ordinal()) { + logger.error("Receiving Exception: ", ex4); + super.handleException(SocketCode.ExceptionOnReceive); + } + } + } + + this.disconnect(); + } + + private void __handleBinaryData(byte[] buf, int size) throws IOException { + byte[] dst = new byte[size]; + System.arraycopy(buf, 0, dst, 0, size); + ByteArray array = new ByteArray(dst); + _engine._packetHandler.onDataRead(array); + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/io/SystemController.java b/libs/robot_common_bak/src/main/java/taurus/client/io/SystemController.java new file mode 100644 index 0000000..f051c5f --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/io/SystemController.java @@ -0,0 +1,178 @@ +package taurus.client.io; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import taurus.client.Message; +import taurus.client.MessageResponse; +import taurus.client.NetManager; + +/** + * 协议处理控制器 + * + * @author daixiwei daixiwei15@126.com + * + */ +public class SystemController { + public static final String CONNECT_TOKE = "$t"; + public static final String CONNECT_PROT_COMPRESSION = "$pc"; + public static final String REQUEST_CMD = "$c"; + public static final String REQUEST_GID = "$gi"; + public static final String REQUEST_PARM = "$p"; + public static final String REQUEST_RESULT = "$r"; + + /** + * pingpong + */ + public static final int ACTION_PINGPONG = 0; + /** + * 客户端请求 + */ + public static final int ACTION_REQUST_CMD = 1; + /** + * 服务器事件消息 + */ + public static final int ACTION_EVENT_CMD = 2; + + private SocketEngine _engine; + private long _lastTime; + private List _handleList = new ArrayList(); + private int _tempID; + + public SystemController(SocketEngine client) { + _engine = client; + _lastTime = System.currentTimeMillis(); + } + + private int _getValidID() { + return ++_tempID; + } + + + public void handlePacket(Packet packet) { + _lastTime = System.currentTimeMillis(); + switch (packet.actionID) { + case ACTION_PINGPONG: + fnPingPong(packet); + break; + case ACTION_REQUST_CMD: + fnOperationResponse(packet); + break; + case ACTION_EVENT_CMD: + fnOperationEvent(packet); + break; + } + } + + void sendRequest(Message msg) throws IOException { + Packet packet = new Packet(); + packet.actionID = SystemController.ACTION_REQUST_CMD; + ITObject obj = TObject.newInstance(); + obj.putString(SystemController.REQUEST_CMD, msg.command); + int gid = 0; + if (msg.callback != null) { + gid = _getValidID(); + msg.lastTime = System.currentTimeMillis(); + msg.gid = gid; + synchronized (_handleList) { + _handleList.add(msg); + } + } + obj.putInt(SystemController.REQUEST_GID, gid); + obj.putTObject(SystemController.REQUEST_PARM, msg.param); + packet.parameters = obj; + _engine._packetHandler.onDataWrite(packet); + } + + void sendPingPong() throws IOException { + Packet packet = new Packet(); + packet.actionID = SystemController.ACTION_PINGPONG; + packet.parameters = TObject.newInstance(); + _engine._packetHandler.onDataWrite(packet); + } + + private final void fnOperationResponse(final Packet packet) { + final int gid = packet.parameters.getInt(REQUEST_GID); + final int result = packet.parameters.getInt(REQUEST_RESULT); + ITObject tem = null; + if (packet.parameters.containsKey(REQUEST_PARM)) { + tem = packet.parameters.getTObject(REQUEST_PARM); + } + final ITObject param = tem; + _engine.enqueueActionForDispatch(new Runnable() { + @Override + public void run() { + handleOperationResponse(result, gid, param); + } + }); + } + + private void handleOperationResponse(int result, int gid, ITObject param) { + Message msg = null; + int index = 0; + int len = _handleList.size(); + if (gid > 0) { + for (int i = 0; i < len; ++i) { + if (gid == _handleList.get(i).gid) { + msg = _handleList.get(i); + index = i; + break; + } + } + } + + if (msg != null) { + if (msg.callback != null) { + MessageResponse response = new MessageResponse(); + msg.param = param; + response.messageData = msg; + response.returnCode = result; + msg.callback.action(response); + } + synchronized (_handleList) { + _handleList.remove(index); + } + } + } + + private final void fnOperationEvent(Packet packet) { + final String cmd = packet.parameters.getString(REQUEST_CMD); + ITObject tem = null; + if (packet.parameters.containsKey(REQUEST_PARM)) { + tem = packet.parameters.getTObject(REQUEST_PARM); + } + final ITObject param = tem; + _engine.enqueueActionForDispatch(new Runnable() { + @Override + public void run() { + handleEvent(cmd, param); + } + }); + } + + void handleEvent(String cmd, ITObject param) { + Message msg = new Message(); + msg.command = cmd; + msg.param = param; + if (_engine._onEvent != null) + _engine._onEvent.action(msg); + } + + + private final void fnPingPong(Packet packet) { + _engine._lagMonitor.fnPingPong(); + } + + public boolean isTimeOut() { + return (System.currentTimeMillis() - _lastTime) / 1000 > NetManager.TIMEOUT_TIME; + } + + public void refreshTime() { + _lastTime = System.currentTimeMillis(); + } + +} diff --git a/libs/robot_common_bak/src/main/java/taurus/client/io/TSocketException.java b/libs/robot_common_bak/src/main/java/taurus/client/io/TSocketException.java new file mode 100644 index 0000000..3b01394 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/client/io/TSocketException.java @@ -0,0 +1,23 @@ +package taurus.client.io; + +import taurus.client.SocketCode; + +/** + * 缃戠粶閫氫俊寮傚父 + * @author daixiwei daixiwei15@126.com + * + */ +public class TSocketException extends Exception{ + + /** + * + */ + private static final long serialVersionUID = 1L; + + public SocketCode socketCode; + + public TSocketException(SocketCode code) { + socketCode = code; + } + +} diff --git a/libs/robot_common_bak/src/main/java/taurus/util/CardConfig.java b/libs/robot_common_bak/src/main/java/taurus/util/CardConfig.java new file mode 100644 index 0000000..f67619f --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/CardConfig.java @@ -0,0 +1,54 @@ +package taurus.util; + +public enum CardConfig { + DAN( "单牌", Config.TYPE_DANPAI, 1, 1, 1, 1, 0), + DUIZI( "单对子", Config.TYPE_DUIZI, 2, 2, 2, 2, 0), + SHUNZI( "顺子", Config.TYPE_SHUNZI, 5, 1, 5, 12, 0), + LIANDUI( "连对", Config.TYPE_LIANDUI, 3, 2, 6, 20, 0), + SAN_2( "三带二", Config.TYPE_3_2, 1, 3, 3, 5, 2), + + + SAN_BU_DAI( "三不带", Config.TYPE_BU_DAI, 1, 3, 3, 3, 0), + + FEIJI( "飞机", Config.TYPE_FEIJI, 2, 3, 6, 16, 2), + + FEIJI_DAI_DAN( "飞机带单", Config.TYPE_FEIJI_DAI_DAN, 2, 3, 6, 16, 1), + + FEIJI_DAI_SHUANG( "飞机带双", Config.TYPE_FEIJI_DAI_SHUANG, 2, 3, 6, 16, 4), + + + SI_2( "四带二单", Config.TYPE_4_2, 1, 4, 5, 6, -1), + + SI_1DUI("四带1对", Config.TYPE_4_2_dui, 1, 4, 5, 6, 2), + + ZHA( "炸弹", Config.TYPE_ZHA, 1, 4, 4, 4, 0), + + TYPE_ROCKET("火箭", Config.TYPE_ROCKET, 1, 2, 2, 2, 0), + + SAN_1("三带一", Config.TYPE_3_1,1, 3, 3, 4, 1); + + + public final int type; + public final String name; + public final int min_len; + public final int repeat_num; + public final int min_card_num; + public final int max_card_num; + public final int with_card_num; + + + private CardConfig(String name, int type, int min_len, int repeat_num, int min_card_num, int max_card_num, int with_card_num) { + this.name = name; + this.type = type; + + this.min_len = min_len; + this.repeat_num = repeat_num; + this.min_card_num = min_card_num; + this.max_card_num = max_card_num; + this.with_card_num = with_card_num; + } + + public String toString() { + return this.name; + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/util/CardGroup.java b/libs/robot_common_bak/src/main/java/taurus/util/CardGroup.java new file mode 100644 index 0000000..d6a6979 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/CardGroup.java @@ -0,0 +1,45 @@ +package taurus.util; + +import java.util.List; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + + +public class CardGroup { + /** + * 当前type + */ + public CardConfig config; + + public int min_card; + /** + * 长度 + */ + public int len = 1; + + public List card_list; + + public ITArray card_list_mp; + + public ITObject toObject(boolean card_size) { + ITObject obj = TObject.newInstance(); +// if (card_size) { + obj.putInt("card_size", card_list.size()); +// } else { + obj.putTArray("card_list", card_list_mp); +// } + + obj.putInt("type", config.type); + obj.putInt("min_card", min_card); + obj.putInt("len", len); + System.out.println("出牌牌型具体" + obj); + return obj; + } + + public String toString() { + return "{type:" + config + " min_card:" + min_card + " len:" + len + " list:" + card_list + "}"; + } + +} diff --git a/libs/robot_common_bak/src/main/java/taurus/util/CardObj.java b/libs/robot_common_bak/src/main/java/taurus/util/CardObj.java new file mode 100644 index 0000000..f8dcacc --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/CardObj.java @@ -0,0 +1,21 @@ +package taurus.util; + +public class CardObj implements Comparable{ + public int card; + public int cardMod; + + public CardObj(int card) { + this.card = card; + this.cardMod = card % 100; + } + + @Override + public int compareTo(CardObj paramT) { + return cardMod == paramT.cardMod ? 0 : cardMod < paramT.cardMod ? -1 : 1; + } + + @Override + public String toString() { + return card + ""; + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/util/CardUtil.java b/libs/robot_common_bak/src/main/java/taurus/util/CardUtil.java new file mode 100644 index 0000000..5a6743e --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/CardUtil.java @@ -0,0 +1,378 @@ +package taurus.util; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class CardUtil { + + /** + * 从手牌中找出最大的单牌 + * + * @param handCards 手牌列表 + * @return 最大的单牌,如果没有单牌则返回null + */ + public static CardObj findMaxSingleCard(List handCards) { + if (handCards == null || handCards.isEmpty()) { + return null; + } + handCards.sort((c1, c2) -> c2.cardMod - c1.cardMod); + return handCards.get(0); + } + + + /** + * list to TArray + * + * @param list + * @return + */ + public static final ITArray toTArray(List list) { + ITArray result = new TArray(); + for (CardObj card : list) { + result.addInt(card.card); + } + return result; + } + + public static final ITArray toTArray1(CardObj list) { + ITArray result = new TArray(); + result.addInt(list.card); + return result; + } + + public static final ITArray maJiangToTArray(List list) { + ITArray result = new TArray(); + for (Integer integer : list) { + result.addInt(integer); + } + return result; + } + + public static final CardObj getCard(int eventCard, List cardList) { + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + return card; + } + } + return null; + } + + public static final CardObj getCard1(int eventCard, List cardList) { + for (CardObj card : cardList) { + if (card.card == eventCard) { + return card; + } + } + return null; + } + + /** + * 检测牌数量 + * + * @param eventCard + * @param cardList + * @param num + * @return + */ + public static final boolean checkCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result == num) + return true; + } + } + return false; + } + + public static final boolean checkGoodCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result >= num) + return true; + } + } + return false; + } + + public static final boolean checkShunZi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard + 1, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 2, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 3, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 4, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 5, cardList, 1)) { + result++; + } + } + } + } + } + if (checkGoodCard(eventCard - 1, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 2, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 3, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 4, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 5, cardList, 1)) { + result++; + } + } + } + } + } + + if (result >= 4) { + return true; + } + return false; + } + + public static final boolean checkSevenShunzi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard + 1, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 2, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 3, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 4, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 5, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 6, cardList, 1)) { + result++; + if (checkGoodCard(eventCard + 7, cardList, 1)) { + result++; + } + } + } + } + } + } + } + if (checkGoodCard(eventCard - 1, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 2, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 3, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 4, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 5, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 6, cardList, 1)) { + result++; + if (checkGoodCard(eventCard - 7, cardList, 1)) { + result++; + } + } + } + } + } + } + } + + if (result >= 6) { + return true; + } + return false; + } + + public static final boolean checkFenJi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 2)) { + result++; + if (checkGoodCard(eventCard + 1, cardList, 3)) { + result++; + } + if (checkGoodCard(eventCard - 1, cardList, 3)) { + result++; + } + } + + if (result >= 2) { + return true; + } + return false; + } + + public static final boolean checkFourDui(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 1)) { + result++; + } + + if (checkGoodCard(eventCard + 1, cardList, 2)) { + result++; + if (checkGoodCard(eventCard + 2, cardList, 2)) { + result++; + if (checkGoodCard(eventCard + 3, cardList, 2)) { + result++; + if (checkGoodCard(eventCard + 4, cardList, 2)) { + result++; + } + } + } + } + if (checkGoodCard(eventCard - 1, cardList, 2)) { + result++; + if (checkGoodCard(eventCard - 2, cardList, 2)) { + result++; + if (checkGoodCard(eventCard - 3, cardList, 2)) { + result++; + if (checkGoodCard(eventCard - 4, cardList, 2)) { + result++; + } + } + } + } + + if (result >= 4) { + return true; + } + return false; + } + + public static final boolean checkQPai(int eventCard, List cardList) { + int result = 0; + if (eventCard >= 12) { + result++; + for (CardObj card : cardList) { + if (card.cardMod >= 12) { + result++; + } + } + } + + if (result >= 5) { + return true; + } + return false; + } + + /** + * TArray to list + * + * @param list + * @return + */ + public static final List toList(ITArray list) { + List tem = new ArrayList(); + for (int i = 0; i < list.size(); ++i) { + tem.add(new CardObj(list.getInt(i))); + } + return tem; + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final Map getCardNumMap(List cardList) { + Map result = new HashMap(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + return result; + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final void getCardNumMap(Map result, List cardList) { + result.clear(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + public static final void getCardNumMap(Map result, List cardList, CardObj tempCard) { + result.clear(); + result.put(tempCard.cardMod, 1); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final Map> getCardListMap(List cardList) { + Map> result = new HashMap>(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + List list = new ArrayList(); + list.add(card); + result.put(card.cardMod, list); + } else { + List list = result.get(card.cardMod); + list.add(card); + } + } + return result; + } + + static public void removeCard(List cardList, List cards) { + for (int i = 0; i < cards.size(); i++) { + for (int j = 0; j < cardList.size(); j++) { + if (cardList.get(j).card == cards.get(i).card) { + cardList.remove(j); + break; + } + } + } + } + + static public void removeCard1(List cardList, int card, int count) { + int curCount = 0; + for (int i = 0; i < cardList.size(); i++) { + if (count == curCount) { + return; + } + if (cardList.get(i) == card) { + + cardList.remove(i); + i--; + curCount++; + } + } + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/util/ChangShaSuanFaTest.java b/libs/robot_common_bak/src/main/java/taurus/util/ChangShaSuanFaTest.java new file mode 100644 index 0000000..d4bf9de --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/ChangShaSuanFaTest.java @@ -0,0 +1,2552 @@ +package taurus.util; + +import hunan.HandAnalysis; +import hunan.HuNanChangSha; + +import java.util.*; +import java.util.stream.Collectors; + +public class ChangShaSuanFaTest { + public int drawnCards; //摸牌 + + /** + * 统一日志输出方法 + */ + private void logInfo(String message) { + // 注释掉日志输出,减少测试时的信息干扰 +// System.out.println(message); + } + + + /** + * 主算法入口:在摸牌后、打牌前进行全面分析,确定最优出牌策略 + * 核心流程:摸牌分析 -> 听牌检测 -> 策略制定 -> 出牌选择 + */ + public String outCardSuanFa(List cardInhand, int card, List pengCard,List chowGroup) { + List handCards = new ArrayList<>(cardInhand); + handCards.sort(Integer::compareTo); + logInfo("排序后机器人手牌: " + handCards); + + //七小对清一色 + List qixiaoduiqingyise = qixiaoduiqingyise(handCards); + boolean isqingyiseqixiaodui = hasFourOrMorePairs(qixiaoduiqingyise); + + if (isqingyiseqixiaodui && pengCard.size() == 0 && chowGroup.size() == 0) { + logInfo("执行清一色七小对策略,尝试优化七小对分布"); + // 调用花色分析的清一色七小对出牌策略 + String discardCard = selectCardToDiscardAllSameSuitQiXiaoDuiBySuit(handCards); + if (discardCard != null) { + return discardCard; + } + } + + //大胡出牌分析 + int pisCardsCount = countPairs(handCards);//分析七小对 + // 优先判断七小对 + if (pisCardsCount >= 5 && pengCard.size() == 0 && chowGroup.size() == 0) { + HandAnalysis analysis = analyzeHand(handCards); + if (pisCardsCount >= 6) { + analysis.isTingPai = true; + } + //大胡出牌逻辑 - 七小对 + int outcard = selectCardToDiscardBig(handCards, pisCardsCount); + return String.valueOf(outcard); + } + + + //清一色碰碰胡 + boolean hasBigSuit = isAllSameSuit(handCards, pengCard); // 分析是否有可能的清一色花色 + int i = countPengGroups(handCards); //刻子的数量 + + if (hasBigSuit && i >= 3 && chowGroup.size() == 0) { + logInfo("清一色碰碰胡"); + String discardCard = selectCardToDiscardPengPeng(handCards); + if (discardCard != null) { + return discardCard; + } + } + + //碰碰胡 + if (i >= 3 && chowGroup.size() == 0) { + return selectCardToDiscardPengPengHu(handCards); + } + + if (hasBigSuit) { + logInfo("执行清一色策略,尝试优化花色分布"); + // 调用清一色特定出牌策略 + int outcard = selectCardToDiscardForAllSameSuit(handCards); + if (outcard != -1) { + return String.valueOf(outcard); + } + } + + + + //将将胡 + boolean jiangHu =isJiangHu(handCards); + //将将胡 + if (jiangHu && chowGroup.size() ==0){ + logInfo("将将胡"); + int outcard = selectCardToDiscardJiangHu(handCards); + return String.valueOf(outcard); + } + + +// ChangshaMahjongAI ai = new ChangshaMahjongAI(); +// int bestDiscard = ai.findBestDiscard(handCards); +// if (bestDiscard != 0) { +// return String.valueOf(bestDiscard); +// } + + // 1. 手牌分析 - 识别刻子、顺子、对子等牌型 + HandAnalysis analysis = analyzeHand(handCards); + + //最终出的牌 + int outcard = selectCardToDiscard(handCards, analysis); + + + logInfo("\n===== 手牌分析结果 ====="); + logInfo("按花色分组的牌: " + analysis.cardsBySuit); + logInfo("已完成的刻子/顺子: " + analysis.completedMelds); + logInfo("对子: " + analysis.pairs); + logInfo("孤张牌: " + analysis.isolatedCards); + logInfo("面子数量: " + analysis.meldCount); + logInfo("对子数量: " + analysis.pairCount); + logInfo("听牌状态: " + analysis.isTingPai); + if (analysis.isTingPai) { + logInfo("可胡牌: " + analysis.tingCards); + } + logInfo("向听数: " + analysis.shantenCount); + logInfo("有龙七对潜力: " + analysis.hasLongQiDuiPotential); + logInfo("有碰碰胡潜力: " + analysis.hasPengPengHu); + logInfo("剩余需要分析的牌: " + analysis.remainingCards); + + //如果已经是听牌状态的情况 + if (analysis.isTingPai) { + System.out.println("已经是听牌状态----" + drawnCards); + return String.valueOf(drawnCards); + } + + System.out.println("最终出的牌------" + outcard); + return String.valueOf(outcard); + } + + + + private int selectCardToDiscardJiangHu(List handCards) { + List tempHand = new ArrayList<>(handCards); + + + // 1. 统计牌型 + Map countMap = new HashMap<>(); + for (int c : tempHand) { + countMap.put(c, countMap.getOrDefault(c, 0) + 1); + } + + // 2. 找出所有258对子(候选将牌) + List jiangCandidates = new ArrayList<>(); + for (Map.Entry entry : countMap.entrySet()) { + if (entry.getValue() >= 2 && isCard(entry.getKey())) { + jiangCandidates.add(entry.getKey()); + } + } + + // 3. 选择最优将牌(优先选择数量多的258对子) + Integer bestJiang = selectBestJiang(jiangCandidates, countMap); + + // 4. 构建需要保留的牌(将牌 + 所有258牌) + Set keepCards = new HashSet<>(); + + // 保留所有258牌(包括将牌) + for (int c : tempHand) { + if (is258Card(c)) { + keepCards.add(c); + } + } + + // 5. 找出需要打出的牌(非258牌) + List discardCandidates = new ArrayList<>(); + for (int c : tempHand) { + if (!isCard(c)) { + discardCandidates.add(c); + } + } + + // 6. 如果有非258牌,优先打出 + if (!discardCandidates.isEmpty()) { + return discardCandidates.get(0); // 可以优化选择策略 + } + + // 7. 如果全是258牌,但还没有将牌,需要拆牌做将 + if (bestJiang == null) { + return selectCardToMakeJiang(tempHand, countMap); + } + + // 8. 如果全是258牌且有将牌,打出多余的258牌 + return selectRedundant258Card(tempHand, countMap, bestJiang); + } + + /** + * 选择最优的将牌 + */ + private Integer selectBestJiang(List jiangCandidates, Map countMap) { + if (jiangCandidates.isEmpty()) { + return null; + } + + // 策略:优先选择数量多的258对子(更容易碰成刻子) + Integer bestJiang = null; + int maxCount = 0; + + for (int candidate : jiangCandidates) { + int count = countMap.get(candidate); + if (count > maxCount) { + maxCount = count; + bestJiang = candidate; + } + } + + return bestJiang; + } + + /** + * 当没有将牌时,选择一张牌来促成将牌 + */ + private int selectCardToMakeJiang(List handCards, Map countMap) { + // 策略:打出手牌中数量最少的258孤张 + for (int c : handCards) { + if (countMap.get(c) == 1) { + return c; + } + } + + // 如果没有孤张,打出手牌中数量最少的258 + int minCount = Integer.MAX_VALUE; + int worstCard = handCards.get(0); + + for (int c : handCards) { + int count = countMap.get(c); + if (count < minCount) { + minCount = count; + worstCard = c; + } + } + + return worstCard; + } + + /** + * 选择多余的258牌打出 + */ + private int selectRedundant258Card(List handCards, Map countMap, int bestJiang) { + // 策略:保留将牌,打出非将牌的258孤张 + + // 1. 先找非将牌的孤张 + for (int c : handCards) { + if (c != bestJiang && countMap.get(c) == 1) { + return c; + } + } + + // 2. 找数量最少的非将牌 + int minCount = Integer.MAX_VALUE; + int worstCard = handCards.get(0); + + for (int c : handCards) { + if (c != bestJiang) { + int count = countMap.get(c); + if (count < minCount) { + minCount = count; + worstCard = c; + } + } + } + + // 3. 如果所有牌都是将牌,只能拆将牌(这种情况很少) + if (worstCard == bestJiang) { + // 选择一张将牌打出(保留另一张) + return bestJiang; + } + + return worstCard; + } + + /** + * 判断是否是258牌 + */ + private boolean isCard(int card) { + int cardValue = card % 10; + int cardType = card / 100; + + if (cardValue == 2 || cardValue == 5 || cardValue == 8) { + return true; + } + + return false; + } + + + /** + * 判断手牌中是否有碰牌(刻子) + * 刻子定义:三张花色相同且点数相同的牌 + * 长沙麻将中碰牌需要满足至少三组刻子 + */ + /** + * 统计手牌中的刻子数量 + * 刻子定义:三张花色相同且点数相同的牌 + * + * @param handCards 手牌列表 + * @return 刻子数量 + */ + private int countPengGroups(List handCards) { + if (handCards == null || handCards.size() < 9) { + logInfo("手牌数量不足,无法组成刻子"); + return 0; + } + + // 按花色分组 + Map> suitGroupMap = new HashMap<>(); + for (Integer card : handCards) { + int suit = card / 100; + suitGroupMap.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + + logInfo("手牌花色分组: " + suitGroupMap.keySet().size() + " 种花色"); + + int keziCount = 0; + + // 对每个花色分别统计刻子 + for (Map.Entry> entry : suitGroupMap.entrySet()) { + int suit = entry.getKey(); + List suitCards = entry.getValue(); + + // 统计该花色下每张牌的数量 + Map valueCountMap = new HashMap<>(); + for (Integer card : suitCards) { + int value = card % 100; + valueCountMap.put(value, valueCountMap.getOrDefault(value, 0) + 1); + } + + // 找出该花色的刻子 + for (Map.Entry valueEntry : valueCountMap.entrySet()) { + if (valueEntry.getValue() >= 3) { + keziCount++; + int cardValue = suit * 100 + valueEntry.getKey(); + logInfo("找到刻子: " + getCardName(cardValue) + " (花色:" + getSuitName(suit) + + ", 点数:" + valueEntry.getKey() + ", 数量:" + valueEntry.getValue() + ")"); + } + } + } + + logInfo("手牌中共找到 " + keziCount + " 组刻子"); + return keziCount; + } + + /** + * 辅助方法:获取牌的名称 + */ + private String getCardName(int card) { + int suit = card / 100; + int value = card % 100; + String suitName = getSuitName(suit); + return suitName + value; + } + + private boolean isJiangHu(List handCards) { + // 统计手牌中258牌的数量 + int count258 = 0; + + for (Integer card : handCards) { + if (is258Card(card)) { + count258++; + } + } + + // 判断258牌是否大于7张 + return count258 > 7; + } + + /** + * 判断一张牌是否是258牌 + */ + private boolean is258Card(int card) { + // 假设牌型编码规则: + // 101-109: 一万到九万 + // 201-209: 一筒到九筒 + // 301-309: 一条到九条 + + // 获取牌的数字(个位数) + int cardValue = card % 10; + + // 258牌的数字必须是2、5、8 + if (cardValue == 2 || cardValue == 5 || cardValue == 8) { + // 确保是万、筒、条(排除风牌等) + int cardType = card / 100; + return true; + } + + return false; + } + + /** + * 七小对大胡策略出牌 + * 当有5对以上时,按照七小对胡牌牌型进行出牌 + */ + public int selectCardToDiscardBig(List handCards, int pisCardsCount) { + if (pisCardsCount >= 5) { + logInfo("执行七小对大胡策略,当前对子数量: " + pisCardsCount); + + // 统计每张牌的数量 + Map cardCounts = new HashMap<>(); + for (int card : handCards) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 收集单张牌(数量为1的牌) + List singleCards = new ArrayList<>(); + for (int card : handCards) { + if (cardCounts.get(card) == 1) { + singleCards.add(card); + } + } + + // 如果有单张牌,优先打出这些牌 + if (!singleCards.isEmpty()) { + // 优先打出边张(1和9) + for (int card : singleCards) { + int value = card % 100; + if (value == 1 || value == 9) { + logInfo("打出七小对策略边张单牌: " + card); + return card; + } + } + + // 其次打出中间不相关的牌(避开容易形成对子的中间牌) + for (int card : singleCards) { + int value = card % 100; + if (value == 2 || value == 8) { + logInfo("打出七小对策略边张单牌: " + card); + return card; + } + } + + // 最后随便选一张单牌 + logInfo("打出七小对策略单牌: " + singleCards.get(0)); + return singleCards.get(0); + } + + // 如果没有单张牌(所有牌都是对子或刻子),需要拆牌 + // 优先拆刻子(保留对子) + List tripleCards = new ArrayList<>(); + for (int card : handCards) { + if (cardCounts.get(card) >= 3) { + tripleCards.add(card); + // 只需要一张来代表这个刻子 + break; + } + } + + if (!tripleCards.isEmpty()) { + logInfo("七小对策略拆刻子: " + tripleCards.get(0)); + return tripleCards.get(0); + } + + // 如果所有都是对子,理论上已经是七小对听牌状态 + // 但为了保险,随便选一张 + logInfo("七小对策略,所有牌都是对子,随便打出一张: " + handCards.get(0)); + return handCards.get(0); + } + + // 不满足七小对条件时的默认返回 + return handCards.get(0); + } + + + private String selectCardToDiscardPengPengHu(List handCards) { + logInfo("开始执行碰碰胡出牌策略"); + // 1. 复制手牌,避免修改原始数据 + List remainingCards = new ArrayList<>(handCards); + + // 2. 找出所有刻子(三张相同的牌),不重复利用 + List keziList = extractAllKezi(remainingCards); + int keziCount = keziList.size() / 3; + logInfo("找到刻子: " + keziCount + "组 - " + getKeziNames(keziList)); + + + //去除刻子后的牌 + List feiCandidates = findFeiJiangCandidates5(remainingCards); + logInfo("去除刻子后的牌: " + (feiCandidates)); + int i = selectFromFeiCandidates4(feiCandidates); + return String.valueOf(i); + } + + /** + * 找出非将牌候选(除了258将牌和刻子之外的牌) + */ + private List findFeiJiangCandidates5(List cards) { + Map cardCount = new HashMap<>(); + List feiJiangCandidates = new ArrayList<>(); + + // 统计剩余牌的数量 + for (Integer card : cards) { + cardCount.put(card, cardCount.getOrDefault(card, 0) + 1); + } + + + for (Map.Entry entry : cardCount.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + int value = card % 100; + + for (int i = 0; i < count; i++) { + feiJiangCandidates.add(card); + } + } + + return feiJiangCandidates; + } + + /** + * 从非将牌候选中选择要打出的牌 + * 优先打孤张,否则再拆牌 + */ + private int selectFromFeiCandidates4(List feiCandidates) { + if (feiCandidates.isEmpty()) { + return -1; // 或者抛出异常,根据实际情况处理 + } + + // 1. 优先找出非对子的牌 + Integer isolatedCard = findIsolatedCardInFei6(feiCandidates); + logInfo("策略: 打出孤张牌 " + getCardName(isolatedCard)); + return isolatedCard; + } + + private Integer findIsolatedCardInFei6(List feiCandidates) { + // 统计每张牌的出现次数 + Map countMap = new HashMap<>(); + for (int card : feiCandidates) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 寻找出现次数为 1 的牌(非对子) + for (int card : feiCandidates) { + if (countMap.get(card) == 1) { + return card; + } + } + + // 如果没有非对子的牌,返回 null 或选择第一张牌等策略 + return feiCandidates.get(0); + } + + + + + + + + + + + + private String getKeziNames(List keziList) { + if (keziList.isEmpty()) return "无"; + + Set keziNames = new HashSet<>(); + for (int i = 0; i < keziList.size(); i += 3) { + keziNames.add(getCardName(keziList.get(i))); + } + return String.join(", ", keziNames); + } + + /** + * 提取所有刻子(三张相同的牌),不重复利用 + */ + private List extractAllKezi(List cards) { + List keziList = new ArrayList<>(); + Map cardCount = new HashMap<>(); + + // 统计每张牌的数量 + for (Integer card : cards) { + cardCount.put(card, cardCount.getOrDefault(card, 0) + 1); + } + + // 找出所有数量>=3的牌,提取刻子 + List cardsToRemove = new ArrayList<>(); + for (Map.Entry entry : cardCount.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 3) { + // 计算可以组成几个刻子(比如4张相同的牌可以组成1个刻子+1张单牌) + int keziGroups = count / 3; + for (int i = 0; i < keziGroups; i++) { + // 添加3次相同的牌表示一个刻子 + keziList.add(card); + keziList.add(card); + keziList.add(card); + } + // 标记需要从剩余牌中移除的牌(只移除刻子部分) + for (int i = 0; i < keziGroups * 3; i++) { + cardsToRemove.add(card); + } + } + } + + // 从剩余牌中移除刻子 + for (Integer card : cardsToRemove) { + cards.remove(card); + } + + return keziList; + } + + + /** + * 最终出的牌 + * 优化后的分析逻辑: + * 1. 分析剩余牌的搭子和卡隆情况 + * 2. 优先打出边张且不是将的牌 + * 3. 如果没有,优先打边张1、2,其次2、8,最后随便打 + */ + public int selectCardToDiscard(List cardInhand, HandAnalysis analysis) { + logInfo("\n===== 开始选择出牌策略 ====="); + int discardCard = 0; + // 如果analysis为null,自动分析手牌 + if (analysis == null) { + analysis = analyzeHand(cardInhand); + } + + // 获取剩余牌 + List remainingCards = new ArrayList<>(analysis.isolatedCards); + logInfo("剩余需要分析的牌: " + remainingCards); + + // 识别搭子和卡隆 + List> daAndKa = identifydaka(remainingCards); + logInfo("识别到的搭子和卡隆: " + daAndKa); + + // 将搭子和卡隆中的牌收集起来 + Set daka = new HashSet<>(); + for (List card : daAndKa) { + daka.addAll(card); + } + logInfo("搭子和卡隆中的牌: " + daka); + + // 找出所有可能的出牌候选,排除搭子和卡隆中的牌 + Set candidates = new HashSet<>(remainingCards); + candidates.removeAll(daka); + logInfo("排除搭子和卡隆后的候选牌: " + candidates); + + // 1. 优先打出边张且不是将的牌 + List ban = new ArrayList<>(); + for (int card : candidates) { + int rank = card % 100; + // 且不是将牌 + if ((rank != 5 && rank != 2 && rank != 8)) { + ban.add(card); + } + } + + + for (int card : candidates) { + int rank = card % 100; + // 边张是1或9,且不是将牌 + if ((rank == 1 || rank == 9) && !analysis.usedInPairs.contains(card)) { + ban.add(card); + } + } + + if (!ban.isEmpty()) { + if (ban.get(0) != 5 && ban.get(0) != 2 && ban.get(0) != 8) { + return ban.get(0); + } + } + + + // 4. 如果以上情况都没有,打出剩余随便哪张 + if (!candidates.isEmpty()) { + discardCard = candidates.iterator().next(); + + logInfo("最后选择任意剩余牌: " + discardCard); + if (discardCard != 5 && discardCard != 2 && discardCard != 8) { + return discardCard; + } + + } + + + // 检查已完成的牌组中是否有带有将的牌 + for (Integer meld : analysis.isolatedCards) { + + // 检查该牌组中是否有牌是将牌 + if (analysis.usedInPairs.contains(meld)) { + if (meld == 5 || meld == 2 || meld == 8) { + return meld; + } + } + } + + // 如果没有带有将的牌组,选择第一个牌组的第一张牌 + if (!analysis.pairs.isEmpty()) { + int pcard = 0; + for (Integer pair : analysis.pairs) { + int card = pair % 100; + if (card != 5 && card != 2 && card != 8) { + pcard = pair; + } + } + if (pcard != 0) { + return pcard; + } else { + return analysis.pairs.get(0); + } + } + + if (!analysis.remainingCards.isEmpty()) { + for (Integer pair : analysis.remainingCards) { + int card = pair % 100; + if (card != 5 && card != 2 && card != 8) { + return pair; + } + } + } + + if (!analysis.completedMelds.isEmpty()) { + List validMelds = new ArrayList<>(); + + for (List meld : analysis.completedMelds) { + // 检查整个组合中是否包含要排除的牌 + boolean containsExcluded = false; + for (Integer card : meld) { + int cardValue = card % 100; + if (cardValue == 5 || cardValue == 2 || cardValue == 8) { + containsExcluded = true; + break; + } + } + // 如果整个组合都不包含排除的牌,记录下来 + if (!containsExcluded && !meld.isEmpty()) { + validMelds.add(meld.get(0)); + } + } + + // 如果有有效的组合,返回第一个 + if (!validMelds.isEmpty()) { + return validMelds.get(0); + } + + // 如果所有组合都包含排除牌,返回第一个组合的第一张牌作为备选 + return analysis.completedMelds.get(0).get(0); + } + + + if (!analysis.remainingCards.isEmpty()) { + for (Integer pair : analysis.remainingCards) { + int card = pair % 100; + if (card == 5 || card == 2 || card == 8) { + return pair; + } + } + } + + return discardCard; + } + + /** + * 识别搭子和卡隆 + * 搭子:两张连续的牌,例如1-2,2-3等 + * 卡隆:两张中间缺一张的牌,例如1-3(缺2),2-4(缺3)等 + */ + private List> identifydaka(List cards) { + List> daka = new ArrayList<>(); + + // 按花色分组 + Map> cardsBySuit = new HashMap<>(); + for (int card : cards) { + int suit = card / 100; + cardsBySuit.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + + // 记录已经使用过的牌 + Set usedCards = new HashSet<>(); + + // 分析每个花色 + for (List suitCards : cardsBySuit.values()) { + Collections.sort(suitCards); + + // 优先找搭子(连续两张) + for (int i = 0; i < suitCards.size() - 1; i++) { + int card1 = suitCards.get(i); + int card2 = suitCards.get(i + 1); + + if (usedCards.contains(card1) || usedCards.contains(card2)) { + continue; // 牌已被使用 + } + + int rank1 = card1 % 100; + int rank2 = card2 % 100; + + // 搭子:连续两张牌 + if (rank2 - rank1 == 1) { + daka.add(Arrays.asList(card1, card2)); + usedCards.add(card1); + usedCards.add(card2); + i++; // 跳过下一张牌 + } + } + + // 再找卡隆(中间差一张) + for (int i = 0; i < suitCards.size() - 1; i++) { + int card1 = suitCards.get(i); + + if (usedCards.contains(card1)) { + continue; + } + + for (int j = i + 1; j < suitCards.size(); j++) { + int card2 = suitCards.get(j); + + if (usedCards.contains(card2)) { + continue; + } + + int rank1 = card1 % 100; + int rank2 = card2 % 100; + int rankDiff = rank2 - rank1; + + // 卡隆:中间差一张 + if (rankDiff == 2) { + daka.add(Arrays.asList(card1, card2)); + usedCards.add(card1); + usedCards.add(card2); + break; + } else if (rankDiff > 2) { + break; + } + } + } + } + + return daka; + } + + + /** + * 碰牌判断方法 + * + * @param opcard 要碰的牌 + * @param handCards 当前手牌 + * @return 是否允许碰牌 + */ + public boolean shouldPong(int opcard, List handCards) { + // 1. 判断是否有至少两张相同的牌可以碰 + int count = 0; + for (int card : handCards) { + if (card == opcard) { + count++; + } + } + if (count < 2) { + return false; + } + + // 2. 如果是清一色花色,只能碰相同花色的牌 + if (isAllSameSuit1(handCards)) { + Integer mainSuit = getMainSuit(handCards); + int opcardSuit = opcard / 100; + if (mainSuit != null && mainSuit != opcardSuit) { + logInfo("清一色模式:不能碰不同花色的牌。目标牌花色:" + getSuitName(opcardSuit) + ", 主花色:" + getSuitName(mainSuit)); + return false; + } + } + + // 2. 复制手牌并模拟去掉要碰的两张牌 + List tempHand = new ArrayList<>(handCards); + tempHand.remove(Integer.valueOf(opcard)); + tempHand.remove(Integer.valueOf(opcard)); + + // 3. 检查该牌是否是听牌组中的牌 + List tingCards = calculateTingCards(tempHand); + if (tingCards.contains(opcard)) { + return false; + } + + // 4. 检查该牌是否是顺子的一部分 + if (isPartOfSequence(opcard, handCards)) { + return false; + } + + // 5. 检查该牌是否是唯一的将牌 + if (isOnlyPair(tempHand, opcard)) { + return false; + } + + // 其他情况允许碰牌 + return true; + } + + /** + * 吃牌判断方法 + * + * @param opcard 要吃的牌 + * @param handCards 当前手牌 + * @return 是否允许吃牌 + */ + public boolean shouldChow(int opcard, List handCards) { + logInfo("吃牌判断开始, 目标牌: " + opcard + ", 当前手牌: " + handCards); + + // 1. 如果是清一色花色,只能吃相同花色的牌 + if (isAllSameSuit1(handCards)) { + Integer mainSuit = getMainSuit(handCards); + int opcardSuit = opcard / 100; + if (mainSuit != null && mainSuit != opcardSuit) { + logInfo("清一色模式:不能吃不同花色的牌。目标牌花色:" + getSuitName(opcardSuit) + ", 主花色:" + getSuitName(mainSuit)); + return false; + } + } + + // 创建手牌的副本,避免修改原手牌 + List handCopy = new ArrayList<>(handCards); + + // 分析手牌,识别刻子和顺子 + HandAnalysis analysis = analyzeHand(handCopy); + + // 获取剩余牌(未用于刻子或顺子的牌) + List remainingCards = analysis.remainingCards; + + // 检查剩余牌是否能与其他两张牌组成包含opcard的顺子 + boolean canChow = canFormChow(opcard, remainingCards); + + logInfo("吃牌判断结束, 结果: " + canChow); + return canChow; + } + + /** + * 检查是否能形成包含目标牌的顺子 + * @param targetCard 目标牌 + * @param handCards 手牌 + * @return 是否能吃牌 + */ + + /** + * 判断是否应该杠牌(补牌) + * + * @param proposedCard 要杠的牌 + * @param currentHand 当前手牌 + * @param (1:暗杠, 2:明杠, 3:加杠, 4:补杠等) + * @return 是否应该杠牌 + */ + public boolean shouldGang(int proposedCard, List currentHand) { + logInfo("判断是否应该杠牌: " + proposedCard); + + // 1. 如果是清一色花色,只能杠相同花色的牌 + if (isAllSameSuit1(currentHand)) { + Integer mainSuit = getMainSuit(currentHand); + int proposedCardSuit = proposedCard / 100; + if (mainSuit != null && mainSuit != proposedCardSuit) { + logInfo("清一色模式:不能杠不同花色的牌。目标牌花色:" + getSuitName(proposedCardSuit) + ", 主花色:" + getSuitName(mainSuit)); + return false; + } + } + + // 基础杠牌条件:手牌中至少有3张相同的牌 + int count = 0; + for (int card : currentHand) { + if (card == proposedCard) { + count++; + } + } + + if (count < 3) { + logInfo("手牌中没有足够的相同牌来杠"); + return false; + } + + // 这里可以添加更多杠牌决策逻辑,目前只实现清一色优化 + return true; + } + + + private boolean canFormChow(int targetCard, List handCards) { + // 检查是否是字牌(风牌或箭牌),字牌不能组成顺子 + int suit = targetCard / 100; + if (suit == 4 || suit == 5) { // 4是风牌,5是箭牌 + return false; + } + + // 获取目标牌的点数 + int targetPoint = targetCard % 100; + + // 统计手牌中每张牌的数量 + Map cardCounts = new HashMap<>(); + for (int card : handCards) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 检查三种可能的顺子组合 + // 1. targetCard-2, targetCard-1, targetCard + if (targetPoint >= 3) { + int card1 = suit * 100 + (targetPoint - 2); + int card2 = suit * 100 + (targetPoint - 1); + if (cardCounts.containsKey(card1) && cardCounts.containsKey(card2)) { + return true; + } + } + + // 2. targetCard-1, targetCard, targetCard+1 + if (targetPoint >= 2 && targetPoint <= 8) { + int card1 = suit * 100 + (targetPoint - 1); + int card2 = suit * 100 + (targetPoint + 1); + if (cardCounts.containsKey(card1) && cardCounts.containsKey(card2)) { + return true; + } + } + + // 3. targetCard, targetCard+1, targetCard+2 + if (targetPoint <= 7) { + int card1 = suit * 100 + (targetPoint + 1); + int card2 = suit * 100 + (targetPoint + 2); + if (cardCounts.containsKey(card1) && cardCounts.containsKey(card2)) { + return true; + } + } + + return false; + } + + + /** + * 计算听牌 + * + * @param handCards 手牌 + * @return 听牌列表 + */ + private List calculateTingCards(List handCards) { + List tingCards = new ArrayList<>(); + Map cardCount = countCards(handCards); + + // 检查每种花色的牌 + for (int suit = 1; suit <= 3; suit++) { // 1:万, 2:筒, 3:索 + List sameSuitCards = new ArrayList<>(); + for (int rank = 1; rank <= 9; rank++) { + int card = suit * 100 + rank; + int count = cardCount.getOrDefault(card, 0); + for (int i = 0; i < count; i++) { + sameSuitCards.add(rank); + } + } + + // 检查是否有搭子需要补牌 + if (sameSuitCards.size() > 0) { + // 简单检查:如果有单张牌,可能听它的相邻牌或相同牌 + Map rankCount = new HashMap<>(); + for (int rank : sameSuitCards) { + rankCount.put(rank, rankCount.getOrDefault(rank, 0) + 1); + } + + for (Map.Entry entry : rankCount.entrySet()) { + int rank = entry.getKey(); + int count = entry.getValue(); + + // 如果是单张或对子,可能需要补牌 + if (count == 1 || count == 2) { + // 添加当前牌(可能组成刻子) + tingCards.add(suit * 100 + rank); + + // 添加相邻牌(可能组成顺子) + if (rank > 1) { + tingCards.add(suit * 100 + (rank - 1)); + } + if (rank < 9) { + tingCards.add(suit * 100 + (rank + 1)); + } + } + } + } + } + + return tingCards; + } + + /** + * 判断是否是顺子的一部分 + * + * @param card 要判断的牌 + * @param handCards 手牌 + * @return 是否是顺子的一部分 + */ + private boolean isPartOfSequence(int card, List handCards) { + int suit = card / 100; + int rank = card % 100; + + // 检查是否存在顺子 + // 顺子是三个连续的牌,比如1-2-3,2-3-4等 + boolean hasPrevPrev = handCards.contains(suit * 100 + rank - 2); + boolean hasPrev = handCards.contains(suit * 100 + rank - 1); + boolean hasNext = handCards.contains(suit * 100 + rank + 1); + boolean hasNextNext = handCards.contains(suit * 100 + rank + 2); + + // 检查是否是顺子的中间牌或边牌 + return (hasPrev && hasNext) || (hasPrevPrev && hasPrev) || (hasNext && hasNextNext); + } + + /** + * 判断是否是唯一的将牌 + * + * @param tempHand 去掉两张要碰的牌后的手牌 + * @param opcard 要碰的牌 + * @return 是否是唯一的将牌 + */ + public boolean isOnlyPair(List tempHand, int opcard) { + Map cardCount = countCards(tempHand); + int pairCount = 0; + + for (Map.Entry entry : cardCount.entrySet()) { + if (entry.getValue() == 2) { + pairCount++; + } + } + + // 如果去掉要碰的牌后没有对子,说明原来的牌是唯一的将牌 + return pairCount == 0; + } + + /** + * 统计每张牌的数量 + * + * @param handCards 手牌 + * @return 牌的数量映射 + */ + private Map countCards(List handCards) { + Map cardCount = new HashMap<>(); + for (int card : handCards) { + cardCount.put(card, cardCount.getOrDefault(card, 0) + 1); + } + return cardCount; + } + + + //大胡分析七小对 + public int countPairs(List handCards) { + // 1. 先根据花色和点数排序 + List sortedCards = new ArrayList<>(handCards); + sortedCards.sort((a, b) -> { + int suitA = a / 100; + int suitB = b / 100; + int rankA = a % 100; + int rankB = b % 100; + + // 先按花色排序,再按点数排序 + if (suitA != suitB) { + return suitA - suitB; + } + return rankA - rankB; + }); + + // 2. 统计对子 + int pairCount = 0; + for (int i = 0; i < sortedCards.size() - 1; i++) { + if (sortedCards.get(i).equals(sortedCards.get(i + 1))) { + pairCount++; + i++; // 跳过下一张 + } + } + + return pairCount; + } + + + //分析七小对清一色 + public List qixiaoduiqingyise(List handCards) { + // 合并所有牌 + List allCards = new ArrayList<>(); + allCards.addAll(handCards); + + // 按花色分组 + List wanCards = new ArrayList<>(); // 万: 101-109 + List tongCards = new ArrayList<>(); // 筒: 201-209 + List tiaoCards = new ArrayList<>(); // 条: 301-309 + + for (Integer card : allCards) { + if (card >= 101 && card <= 109) { + wanCards.add(card); + } else if (card >= 201 && card <= 209) { + tongCards.add(card); + } else if (card >= 301 && card <= 309) { + tiaoCards.add(card); + } + } + + // 检查各花色数量 + if (wanCards.size() >= 8) { + Collections.sort(wanCards); + logInfo("检测到清一色花色: 万, 数量: " + wanCards.size()); + return wanCards; + } + + if (tongCards.size() >= 8) { + Collections.sort(tongCards); + logInfo("检测到清一色花色: 筒, 数量: " + tongCards.size()); + return tongCards; + } + + if (tiaoCards.size() >= 8) { + Collections.sort(tiaoCards); + logInfo("检测到清一色花色: 条, 数量: " + tiaoCards.size()); + return tiaoCards; + } + + return new ArrayList<>(); + } + public boolean hasFourOrMorePairs(List qixiaoduiqingyise) { + if (qixiaoduiqingyise == null || qixiaoduiqingyise.size() < 8) { + return false; // 至少需要8张牌才能有4对 + } + + // 对牌进行排序 + List sortedCards = new ArrayList<>(qixiaoduiqingyise); + Collections.sort(sortedCards); + + // 统计对子数量 + int pairCount = 0; + int i = 0; + int n = sortedCards.size(); + + while (i < n - 1) { + if (sortedCards.get(i).equals(sortedCards.get(i + 1))) { + // 找到一对对子 + pairCount++; + i += 2; // 跳过这对对子 + } else { + i += 1; // 继续检查下一张牌 + } + } + + logInfo("清一色手牌中对子数量: " + pairCount); + return pairCount >= 4; + } + + //分析清一色 + public boolean isAllSameSuit(List handCards, List pengCard) { + // 统计各花色的牌数量 + Map suitCountMap = new HashMap<>(); + List handCards2 = new ArrayList<>(); + handCards2.addAll(handCards); + handCards2.addAll(pengCard); + + for (Integer card : handCards2) { + int suit = card / 100; // 获取花色,100=万,200=筒,300=条 + suitCountMap.put(suit, suitCountMap.getOrDefault(suit, 0) + 1); + } + + // 检查是否有花色的牌数量超过8张 + for (Map.Entry entry : suitCountMap.entrySet()) { + int suit = entry.getKey(); + + int count = entry.getValue(); + + if (count >= 9) { + String suitName = getSuitName(suit); + logInfo("检测到可能的清一色花色: " + suitName + ", 数量: " + count); + return true; + } + } + + return false; + } + + //分析清一色 + public boolean isAllSameSuit1(List handCards) { + // 统计各花色的牌数量 + Map suitCountMap = new HashMap<>(); + + for (Integer card : handCards) { + int suit = card / 100; // 获取花色,100=万,200=筒,300=条 + suitCountMap.put(suit, suitCountMap.getOrDefault(suit, 0) + 1); + } + + // 检查是否有花色的牌数量超过8张 + for (Map.Entry entry : suitCountMap.entrySet()) { + int suit = entry.getKey(); + + int count = entry.getValue(); + + + if (count >= 9) { + String suitName = getSuitName(suit); + logInfo("检测到可能的清一色花色: " + suitName + ", 数量: " + count); + return true; + } + } + + return false; + } + + + // 获取主要花色(数量最多且≥9张的花色) + public Integer getMainSuit(List handCards) { + Map suitCountMap = new HashMap<>(); + + for (Integer card : handCards) { + int suit = card / 100; + suitCountMap.put(suit, suitCountMap.getOrDefault(suit, 0) + 1); + } + + Integer mainSuit = null; + int maxCount = 0; + + for (Map.Entry entry : suitCountMap.entrySet()) { + int suit = entry.getKey(); + int count = entry.getValue(); + + if (count >= 9 && count > maxCount) { + maxCount = count; + mainSuit = suit; + } + } + + return mainSuit; + } + + // 清一色特定出牌策略 + + /** + * 基于花色分析的清一色七小对出牌策略 + * 优先打出花色最少的牌,以优化七小对的形成 + * + * @param handCards 当前手牌 + * @return 最优打出的牌 + */ + private String selectCardToDiscardAllSameSuitQiXiaoDuiBySuit(List handCards) { + // 1. 分析每个花色的牌数量 + Map suitCount = new HashMap<>(); + Map> cardsBySuit = new HashMap<>(); + + for (int card : handCards) { + int suit = card / 10; // 计算花色 + suitCount.put(suit, suitCount.getOrDefault(suit, 0) + 1); + + // 按花色分组存储牌 + cardsBySuit.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + + logInfo("花色分布统计: " + suitCount); + + // 2. 找出花色数量最少的花色(排除主花色) + Integer mainSuit = getMainSuit(handCards); + Integer leastSuit = null; + int minCount = Integer.MAX_VALUE; + + for (Map.Entry entry : suitCount.entrySet()) { + int suit = entry.getKey(); + int count = entry.getValue(); + + // 如果不是主花色,且数量更少 + if ((mainSuit == null || suit != mainSuit) && count < minCount) { + minCount = count; + leastSuit = suit; + } + } + + // 3. 从最少花色中选择要打出的牌 + if (leastSuit != null && cardsBySuit.containsKey(leastSuit)) { + List leastSuitCards = cardsBySuit.get(leastSuit); + logInfo("优先从最少花色 " + getSuitName(leastSuit) + " 中选择打出的牌: " + leastSuitCards); + + // 统计最少花色中各牌的出现次数 + Map cardCountsInLeastSuit = new HashMap<>(); + for (int card : leastSuitCards) { + cardCountsInLeastSuit.put(card, cardCountsInLeastSuit.getOrDefault(card, 0) + 1); + } + + // 优先打出单张牌(出现次数为1) + for (Map.Entry entry : cardCountsInLeastSuit.entrySet()) { + if (entry.getValue() == 1) { + logInfo("选择打出最少花色中的单张牌: " + entry.getKey()); + return String.valueOf(entry.getKey()); + } + } + + // 如果没有单张,优先打对子的,优先保留刻子或四张一样的 + for (Map.Entry entry : cardCountsInLeastSuit.entrySet()) { + if (entry.getValue() == 2) { + return String.valueOf(entry.getKey()); + } + } + } + + // 4. 如果没有找到合适的牌(可能所有牌都是同一花色),使用七小对大胡策略 + logInfo("使用默认七小对大胡策略"); + int outcard = selectCardToDiscardBig(handCards, countPairs(handCards)); + return String.valueOf(outcard); + } + + private String selectCardToDiscardPengPeng(List handCards) { + logInfo("开始执行清一色碰碰胡出牌策略"); + + // 1. 分析每个花色的牌数量 + Map suitCount = new HashMap<>(); + Map> cardsBySuit = new HashMap<>(); + + for (int card : handCards) { + int suit = card / 100; // 计算花色(修正为除以100) + suitCount.put(suit, suitCount.getOrDefault(suit, 0) + 1); + + // 按花色分组存储牌 + cardsBySuit.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + + // 2. 找出主要花色(牌数量最多的花色) + int mainSuit = findMainSuit(suitCount); + logInfo("主要花色: " + getSuitName(mainSuit) + ", 数量: " + suitCount.get(mainSuit)); + + // 3. 如果有非主要花色的牌,优先打出 + if (hasNonMainSuitCards(suitCount, mainSuit)) { + logInfo("存在非主要花色牌,优先打出"); + return discardNonMainSuitCard(handCards, mainSuit); + } + + // 4. 所有牌都是主要花色,使用清一色碰碰胡策略 + logInfo("所有牌都是主要花色,使用清一色碰碰胡策略"); + return discardFromSameSuitPengPeng(handCards, mainSuit); + } + + /** + * 打出非主要花色的牌 + */ + private String discardNonMainSuitCard(List handCards, int mainSuit) { + // 优先打出数量最少的非主要花色牌 + List nonMainSuitCards = new ArrayList<>(); + for (int card : handCards) { + int suit = card / 100; + if (suit != mainSuit) { + nonMainSuitCards.add(card); + } + } + + // 按数量排序,优先打出手牌数量少的牌 + Map cardCount = countCardOccurrences(nonMainSuitCards); + nonMainSuitCards.sort((a, b) -> { + int countA = cardCount.get(a); + int countB = cardCount.get(b); + return Integer.compare(countA, countB); + }); + + int discardCard = nonMainSuitCards.get(0); + logInfo("打出非主要花色牌: " + getCardName(discardCard)); + return String.valueOf(discardCard); + } + + + /** + * 统计每张牌的出现次数 + */ + private Map countCardOccurrences(List cards) { + Map countMap = new HashMap<>(); + for (int card : cards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + return countMap; + } + + /** + * 找出主要花色(牌数量最多的花色) + */ + private int findMainSuit(Map suitCount) { + int mainSuit = -1; + int maxCount = 0; + + for (Map.Entry entry : suitCount.entrySet()) { + if (entry.getValue() > maxCount) { + maxCount = entry.getValue(); + mainSuit = entry.getKey(); + } + } + + return mainSuit; + } + + /** + * 判断是否有非主要花色的牌 + */ + private boolean hasNonMainSuitCards(Map suitCount, int mainSuit) { + for (Map.Entry entry : suitCount.entrySet()) { + if (entry.getKey() != mainSuit && entry.getValue() > 0) { + return true; + } + } + return false; + } + + /** + * 从同花色牌中选择要打出的牌(清一色碰碰胡策略) + */ + private String discardFromSameSuitPengPeng(List handCards, int mainSuit) { + // 统计每张牌的数量 + Map cardCount = countCardOccurrences(handCards); + + // 找出刻子、将牌候选和剩余牌 + List keziCards = new ArrayList<>(); + List jiangCandidates = new ArrayList<>(); // 258将牌候选 + List otherJiangCandidates = new ArrayList<>(); // 其他将牌候选 + List remainingCards = new ArrayList<>(handCards); + + // 1. 先找出刻子(三张相同的牌) + findAndRemoveKezi(remainingCards, cardCount, keziCards); + + + findJiangCandidates(remainingCards, jiangCandidates, otherJiangCandidates); + + // 3. 选择要打出的牌 + int discardCard = selectDiscardCardPengPeng(remainingCards, otherJiangCandidates, cardCount, handCards); + + logInfo("清一色碰碰胡策略打出: " + getCardName(discardCard)); + return String.valueOf(discardCard); + } + + /** + * 找出将牌候选 + */ + private void findJiangCandidates(List cards, List jiangCandidates, List otherJiangCandidates) { + Map cardCount = countCardOccurrences(cards); + + for (int card : cards) { + + int count = cardCount.get(card); + if (count >= 2) { + otherJiangCandidates.add(card); + } else if (count == 1) { + otherJiangCandidates.add(card); + } + } + } + + /** + * 选择要打出的牌(清一色碰碰胡策略) + */ + private int selectDiscardCardPengPeng(List remainingCards, + List otherJiangCandidates, + Map cardCount + , List handCards) { + + // 如果还有剩余牌,优先从剩余牌中选择 + if (!remainingCards.isEmpty()) { + // 策略1: 优先打出孤张(没有相邻牌的牌) + Integer isolatedCard = findIsolatedCard(remainingCards, cardCount); + if (isolatedCard != null) { + return isolatedCard; + } + + // 策略2: 优先打出非258的牌 + Integer non258Card = findNon258Card(remainingCards); + if (non258Card != null) { + return non258Card; + } + + // 策略3: 打出手牌数量最少的牌 + return findLeastCountCard(remainingCards, cardCount); + } + + + if (!otherJiangCandidates.isEmpty()) { + return otherJiangCandidates.get(0); + } + + + // 默认情况(理论上不会执行到这里) + logInfo("警告:无法选择出牌,使用默认策略"); + return remainingCards.isEmpty() ? handCards.get(0) : remainingCards.get(0); + } + + /** + * 查找手牌数量最少的牌 + */ + private int findLeastCountCard(List cards, Map cardCount) { + int minCount = Integer.MAX_VALUE; + int resultCard = cards.get(0); + + for (int card : cards) { + int count = cardCount.get(card); + if (count < minCount) { + minCount = count; + resultCard = card; + } + } + + return resultCard; + } + + /** + * 查找非258的牌 + */ + private Integer findNon258Card(List cards) { + for (int card : cards) { + int value = card % 100; + if (value != 2 && value != 5 && value != 8) { + return card; + } + } + return null; + } + + public int selectCardToDiscardForAllSameSuit(List handCards) { + Integer mainSuit = getMainSuit(handCards); + if (mainSuit == null) { + logInfo("未找到主要花色,使用默认策略"); + return -1; + } + + String mainSuitName = getSuitName(mainSuit); + logInfo("执行清一色策略,主要花色: " + mainSuitName); + + // 统计每张牌的数量 + Map cardCountMap = new HashMap<>(); + for (Integer card : handCards) { + cardCountMap.put(card, cardCountMap.getOrDefault(card, 0) + 1); + } + + // 收集非主要花色的牌 + List nonMainSuitCards = new ArrayList<>(); + for (Integer card : handCards) { + int suit = card / 100; + if (suit != mainSuit) { + nonMainSuitCards.add(card); + } + } + + // 如果有非主要花色的牌,优先打出这些牌 + if (!nonMainSuitCards.isEmpty()) { + logInfo("有非主要花色牌,优先打出"); + + // 按优先级打出非主要花色牌 + Integer cardToDiscard = selectNonMainSuitCard(nonMainSuitCards, cardCountMap); + if (cardToDiscard != null) { + return cardToDiscard; + } + } + + // 如果所有牌都是主要花色,使用清一色优化策略 + logInfo("所有牌都是主要花色,使用清一色优化策略"); + return selectCardFromSameSuit(handCards, cardCountMap, mainSuit); + } + + + /** + * 选择非主要花色牌打出 + */ + private Integer selectNonMainSuitCard(List nonMainSuitCards, Map cardCountMap) { + // 1. 优先打出手牌中数量最少的单张牌 + List singleCards = new ArrayList<>(); + for (Integer card : nonMainSuitCards) { + if (cardCountMap.get(card) == 1) { + singleCards.add(card); + } + } + + if (!singleCards.isEmpty()) { + // 在单张牌中优先打边张(1和9) + Integer edgeCard = findEdgeCard(singleCards); + if (edgeCard != null) { + logInfo("打出非主要花色的边张单牌: " + edgeCard); + return edgeCard; + } + // 没有边张就打任意单张 + logInfo("打出非主要花色的单张牌: " + singleCards.get(0)); + return singleCards.get(0); + } + + // 2. 拆数量最少的对子 + for (Integer card : nonMainSuitCards) { + if (cardCountMap.get(card) == 2) { + logInfo("拆非主要花色的对子: " + card); + return card; + } + } + + // 3. 最后随便选一张非主要花色的牌 + logInfo("打出非主要花色的牌: " + nonMainSuitCards.get(0)); + return nonMainSuitCards.get(0); + } + + /** + * 从同花色牌中选择要打出的牌 + */ + private int selectCardFromSameSuit(List handCards, Map cardCountMap, int mainSuit) { + // 分离出刻子、顺子、将牌和剩余牌 + List kezi = new ArrayList<>(); + List shunzi = new ArrayList<>(); + List jiang = new ArrayList<>(); + List remainingCards = new ArrayList<>(handCards); + + // 先找出刻子(三张相同的牌) + findAndRemoveKezi(remainingCards, cardCountMap, kezi); + + // 再找出顺子 + findAndRemoveShunzi(remainingCards, mainSuit, shunzi); + + + + // 找出将牌(258对子) +// findAndRemoveJiang(remainingCards, jiang); + + + // 如果还有剩余牌,从剩余牌中选择要打出的牌 + if (!remainingCards.isEmpty()) { + return selectFromRemainingCards(remainingCards, cardCountMap); + } + + // 如果没有剩余牌,说明牌型很好,考虑拆散一组来优化 + return selectCardFromFormedGroups(handCards, cardCountMap, mainSuit); + } + + /** + * 找出并移除刻子 + */ + private void findAndRemoveKezi(List cards, Map cardCountMap, List kezi) { + // 创建临时副本避免修改遍历中的列表 + List tempCards = new ArrayList<>(cards); + Set processedCards = new HashSet<>(); // 记录已处理的牌 + + for (Integer card : tempCards) { + // 如果这张牌已经处理过,或者数量不足3张,跳过 + if (processedCards.contains(card) || cardCountMap.get(card) < 3) { + continue; + } + + // 找到刻子,从原始cards列表中移除3张相同的牌 + int removeCount = 0; + Iterator iterator = cards.iterator(); + while (iterator.hasNext() && removeCount < 3) { + Integer currentCard = iterator.next(); + if (currentCard.equals(card)) { + iterator.remove(); + removeCount++; + } + } + + // 将刻子添加到结果列表(3次) + kezi.add(card); + kezi.add(card); + kezi.add(card); + + // 标记这张牌已处理 + processedCards.add(card); + + logInfo("找到刻子: " + getCardName(card) + " (数量: " + cardCountMap.get(card) + ")"); + } + } + + /** + * 找出并移除顺子 + */ + private void findAndRemoveShunzi(List cards, int mainSuit, List shunzi) { + List sortedCards = new ArrayList<>(cards); + Collections.sort(sortedCards); + + for (int i = 0; i <= sortedCards.size() - 3; i++) { + int card1 = sortedCards.get(i); + int card2 = sortedCards.get(i + 1); + int card3 = sortedCards.get(i + 2); + + // 检查是否构成顺子 + if (isShunzi(card1, card2, card3, mainSuit)) { + // 移除顺子 + cards.remove((Integer) card1); + cards.remove((Integer) card2); + cards.remove((Integer) card3); + shunzi.add(card1); + shunzi.add(card2); + shunzi.add(card3); + i += 2; // 跳过已处理的牌 + } + } + } + + /** + * 判断三张牌是否构成顺子 + */ + private boolean isShunzi(int card1, int card2, int card3, int mainSuit) { + int value1 = card1 % 100; + int value2 = card2 % 100; + int value3 = card3 % 100; + + return value2 == value1 + 1 && value3 == value2 + 1; + } + + /** + * 找出并移除将牌(258对子) + */ + private void findAndRemoveJiang(List cards, List jiang) { + Map tempCount = new HashMap<>(); + for (Integer card : cards) { + tempCount.put(card, tempCount.getOrDefault(card, 0) + 1); + } + + // 优先找258对子作为将牌 + for (Integer card : cards) { + int value = card % 100; + if ((value == 2 || value == 5 || value == 8) && tempCount.get(card) >= 2) { + // 找到将牌 + jiang.add(card); + jiang.add(card); + cards.remove(card); + cards.remove(card); + return; + } + } + + // 如果没有258对子,找任意对子作为将牌 + for (Integer card : cards) { + if (tempCount.get(card) >= 2) { + jiang.add(card); + jiang.add(card); + cards.remove(card); + cards.remove(card); + return; + } + } + } + + /** + * 从剩余牌中选择要打出的牌 + */ + private int selectFromRemainingCards(List remainingCards, Map cardCountMap) { + // 优先打出孤张(没有相邻牌的牌) + Integer isolatedCard = findIsolatedCard(remainingCards, cardCountMap); + if (isolatedCard != null) { + logInfo("打出孤张: " + isolatedCard); + return isolatedCard; + } + + // 其次打出手牌数量最多的牌(保留单张和刻子胚子) + Integer mostCountCard = findMostCountCard(remainingCards, cardCountMap); + if (mostCountCard != null) { + logInfo("打出手牌数量多的牌: " + mostCountCard); + return mostCountCard; + } + + // 最后打边张(1和9) + Integer edgeCard = findEdgeCard(remainingCards); + if (edgeCard != null) { + logInfo("打出边张: " + edgeCard); + return edgeCard; + } + + // 默认打出第一张 + logInfo("打出默认牌: " + remainingCards.get(0)); + return remainingCards.get(0); + } + + /** + * 从已组成的牌组中选择要拆打的牌 + */ + private int selectCardFromFormedGroups(List handCards, Map cardCountMap, int mainSuit) { + // 这里可以实现更复杂的策略,比如拆散效率最低的顺子或刻子 + // 简单实现:打出手牌数量最少的牌 + int minCount = Integer.MAX_VALUE; + Integer cardToDiscard = null; + + for (Integer card : handCards) { + int count = cardCountMap.get(card); + if (count < minCount) { + minCount = count; + cardToDiscard = card; + } + } + + logInfo("从已组成牌组中打出: " + cardToDiscard); + return cardToDiscard; + } + + /** + * 查找孤张(没有相邻牌的牌) + */ + private Integer findIsolatedCard(List cards, Map cardCountMap) { + // 统计每张牌的出现次数 + Map countMap = new HashMap<>(); + for (int card : cards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 寻找出现次数为 1 的牌(非对子) + for (int card : cards) { + if (countMap.get(card) == 1) { + return card; + } + } + + // 如果没有非对子的牌,返回 null 或选择第一张牌等策略 + return cards.get(0); + } + + /** + * 查找手牌数量最多的牌 + */ + private Integer findMostCountCard(List cards, Map cardCountMap) { + int maxCount = 0; + Integer result = null; + + for (Integer card : cards) { + int count = cardCountMap.get(card); + if (count > maxCount) { + maxCount = count; + result = card; + } + } + + return result; + } + + /** + * 查找边张(1和9) + */ + private Integer findEdgeCard(List cards) { + for (Integer card : cards) { + int value = card % 100; + if (value == 1 || value == 9) { + return card; + } + } + return null; + } + + /** + * handCards :摸牌后的手牌 + * 分析手牌,将顺子,刻子,将 另存 + */ + public HandAnalysis analyzeHand(List handCards) { + logInfo("\n===== 开始手牌分析 ====="); + logInfo("待分析手牌: " + handCards); + + + // 创建分析结果对象 + HandAnalysis analysis = new HandAnalysis(); + + + // 1. 统计每张牌的数量并按花色分组 + countCardsAndGroupBySuit(handCards, analysis); + + // 2. 识别刻子(三张相同) + identifyTriplets(analysis); + + // 4. 识别顺子(三张连续,仅分析剩余的牌) + identifySequences(analysis); + + // 3. 优先识别对子(两张相同) + identifyPairs(analysis); + + + // 5. 识别孤张牌 + identifyIsolatedCards(analysis); + + // 6. 检测听牌状态 + detectTingPai(analysis); + + return analysis; + } + + + /** + * 统计每张牌的数量并按花色分组 + */ + private void countCardsAndGroupBySuit(List handCards, HandAnalysis analysis) { + Map counts = new HashMap<>(); + Map> bySuit = new HashMap<>(); + + // 初始化花色分组(1:万, 2:筒, 3:条) + bySuit.put(1, new ArrayList<>()); + bySuit.put(2, new ArrayList<>()); + bySuit.put(3, new ArrayList<>()); + + // 统计数量并按花色分组 + for (int card : handCards) { + counts.put(card, counts.getOrDefault(card, 0) + 1); + + int suit = card / 100; + if (bySuit.containsKey(suit)) { + bySuit.get(suit).add(card); + } + } + + // 对每个花色的牌进行排序 + for (List suitCards : bySuit.values()) { + suitCards.sort(Integer::compareTo); + } + + analysis.cardCounts = counts; + analysis.cardsBySuit = bySuit; + analysis.remainingCards = new ArrayList<>(handCards); + analysis.remainingCards.sort(Integer::compareTo); + } + + /** + * 识别刻子(三张相同的牌) + */ + private void identifyTriplets(HandAnalysis analysis) { + List cardsToRemove = new ArrayList<>(); + + for (Map.Entry entry : analysis.cardCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + // 如果某张牌有3张或以上,识别为刻子 + if (count >= 3) { + // 添加刻子 + List triplet = Arrays.asList(card, card, card); + analysis.completedMelds.add(triplet); + analysis.meldCount++; + + // 标记为已使用 + for (int i = 0; i < 3; i++) { + analysis.usedInMelds.add(card); + } + + // 记录需要从剩余牌中移除的牌 + for (int i = 0; i < 3; i++) { + cardsToRemove.add(card); + } + } + } + + // 从剩余牌中移除已识别为刻子的牌 + for (int card : cardsToRemove) { + analysis.remainingCards.remove(Integer.valueOf(card)); + } + } + + /** + * 识别顺子(三张连续的牌,同一花色) + */ + private void identifySequences(HandAnalysis analysis) { + // 按花色分析顺子,只使用剩余的牌 + Map> remainingCardsBySuit = new HashMap<>(); + for (int card : analysis.remainingCards) { + if (!analysis.usedInMelds.contains(card)) { + int suit = card / 100; + remainingCardsBySuit.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + } + + for (Map.Entry> entry : remainingCardsBySuit.entrySet()) { + int suit = entry.getKey(); + List suitCards = entry.getValue(); + + if (suitCards.size() < 3) continue; + + suitCards.sort(Integer::compareTo); + + // 创建牌的计数映射,用于跟踪每张牌的数量 + Map cardCount = new HashMap<>(); + for (int card : suitCards) { + cardCount.put(card, cardCount.getOrDefault(card, 0) + 1); + } + + // 遍历所有可能的顺子起始点 + for (int startCard : suitCards) { + int secondCard = startCard + 1; + int thirdCard = startCard + 2; + + // 检查是否同一花色且连续 + if (secondCard / 100 == suit && thirdCard / 100 == suit && + cardCount.getOrDefault(startCard, 0) > 0 && + cardCount.getOrDefault(secondCard, 0) > 0 && + cardCount.getOrDefault(thirdCard, 0) > 0) { + + // 添加顺子 + List sequence = Arrays.asList(startCard, secondCard, thirdCard); + analysis.completedMelds.add(sequence); + analysis.meldCount++; + + // 从计数中移除(每张牌只用一次) + cardCount.put(startCard, cardCount.get(startCard) - 1); + cardCount.put(secondCard, cardCount.get(secondCard) - 1); + cardCount.put(thirdCard, cardCount.get(thirdCard) - 1); + + // 更新剩余牌和已用牌 + analysis.remainingCards.remove(Integer.valueOf(startCard)); + analysis.remainingCards.remove(Integer.valueOf(secondCard)); + analysis.remainingCards.remove(Integer.valueOf(thirdCard)); + analysis.usedInMelds.add(startCard); + analysis.usedInMelds.add(secondCard); + analysis.usedInMelds.add(thirdCard); + } + } + } + } + + /** + * 识别对子(两张相同的牌) + */ + private void identifyPairs(HandAnalysis analysis) { + // 统计剩余牌中每张牌的数量 + Map remainingCounts = new HashMap<>(); + for (int card : analysis.remainingCards) { + if (!analysis.usedInMelds.contains(card)) { + remainingCounts.put(card, remainingCounts.getOrDefault(card, 0) + 1); + } + } + + // 识别对子 + for (Map.Entry entry : remainingCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 2) { + analysis.pairs.add(card); + analysis.pairCount++; + + // 标记为已使用 + analysis.usedInPairs.add(card); + + // 将对子的牌从剩余牌中移除 + for (int i = 0; i < 2; i++) { + analysis.remainingCards.remove(Integer.valueOf(card)); + } + + // 检查是否为特殊对子(最后一位数字为2、5、8) + int lastDigit = card % 10; + if (lastDigit == 2 || lastDigit == 5 || lastDigit == 8) { + int suit = card / 100; + String suitName = getSuitName(suit); + logInfo("识别到特殊对子: " + card + " (" + suitName + lastDigit + ")"); + } + } + } + + // 检测是否有碰碰胡潜力(如果大部分牌都是刻子或对子) + if (analysis.meldCount >= 3 && analysis.pairCount >= 1) { + analysis.hasPengPengHu = true; + } + } + + /** + * 获取花色名称 + */ + private String getSuitName(int suit) { + switch (suit) { + case 1: + return "万"; + case 2: + return "筒"; + case 3: + return "条"; + default: + return "未知"; + } + } + + /** + * 识别孤张牌(未组成任何牌型的单张牌) + */ + private void identifyIsolatedCards(HandAnalysis analysis) { + // 统计剩余牌中每张牌的数量 + Map remainingCounts = new HashMap<>(); + for (int card : analysis.remainingCards) { + remainingCounts.put(card, remainingCounts.getOrDefault(card, 0) + 1); + } + + // 识别孤张牌 + for (Map.Entry entry : remainingCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + // 如果牌未用于刻子或顺子,且不是对子,则为孤张 + if (!analysis.usedInPairs.contains(card)) { + for (int i = 0; i < count; i++) { + analysis.isolatedCards.add(card); + } + } + } + + // 检测是否有龙七对潜力(如果有多个对子和孤张) + if (analysis.pairCount >= 4) { + analysis.hasLongQiDuiPotential = true; + } + } + + /** + * 检测听牌状态 + */ + private void detectTingPai(HandAnalysis analysis) { + // 创建完整手牌列表 + List fullHand = new ArrayList<>(analysis.remainingCards); + for (int card : analysis.usedInMelds) { + fullHand.add(card); + } + for (int card : analysis.usedInPairs) { + fullHand.add(card); + fullHand.add(card); + } + + int totalCards = fullHand.size(); + + // 对于14张牌的情况,需要去掉一张牌后检查是否为和牌牌型 + if (totalCards == 14) { + // 尝试去掉每张牌,检查是否可以和牌 + for (int card : new HashSet<>(fullHand)) { + List tempHand = new ArrayList<>(fullHand); + tempHand.remove(Integer.valueOf(card)); + + if (canHu(tempHand, analysis)) { + analysis.tingCards.add(card); + } + } + } + // 对于13张牌的情况,检查摸到哪些牌可以和牌 + else if (totalCards == 13) { + // 尝试添加每张可能的牌,检查是否可以和牌 + for (int suit = 1; suit <= 3; suit++) { // 1:万, 2:筒, 3:条 + for (int rank = 1; rank <= 9; rank++) { + int card = suit * 100 + rank; + + // 检查这张牌是否已经在手中有4张(麻将中每种牌最多4张) + int count = 0; + for (int c : fullHand) { + if (c == card) { + count++; + } + } + if (count >= 4) continue; + + List tempHand = new ArrayList<>(fullHand); + tempHand.add(card); + + if (canHu(tempHand, analysis)) { + analysis.tingCards.add(card); + } + } + } + } + + // 如果有可胡的牌,则为听牌状态 + analysis.isTingPai = !analysis.tingCards.isEmpty(); + + // 计算向听数 + calculateShanten(analysis); + } + + /** + * 判断手牌是否符合和牌条件(基本牌型:四组合一对将) + */ + private boolean canHu(List hand, HandAnalysis analysis) { + // 统计牌的数量 + Map tempCounts = new HashMap<>(); + for (int card : hand) { + tempCounts.put(card, tempCounts.getOrDefault(card, 0) + 1); + } + + // 尝试找出一对将牌 + for (Map.Entry entry : tempCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 2) { + // 假设这对牌作为将牌 + Map copyCounts = new HashMap<>(tempCounts); + copyCounts.put(card, count - 2); + + // 检查剩余的牌是否可以组成四组合(刻子或顺子) + if (checkAllMelds(copyCounts)) { + return true; + } + } + } + + return false; + } + + /** + * 检查剩余的牌是否可以全部组成刻子或顺子 + */ + private boolean checkAllMelds(Map counts) { + // 创建剩余牌的列表(排除数量为0的牌) + List remainingCards = new ArrayList<>(); + for (Map.Entry entry : counts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + for (int i = 0; i < count; i++) { + remainingCards.add(card); + } + } + + // 排序以便分析 + remainingCards.sort(Integer::compareTo); + + // 递归检查是否可以组成全部的刻子或顺子 + return checkMeldsRecursive(remainingCards); + } + + /** + * 递归检查是否可以组成刻子或顺子 + */ + private boolean checkMeldsRecursive(List cards) { + if (cards.isEmpty()) { + return true; // 所有牌都已组成合法牌型 + } + + int firstCard = cards.get(0); + + // 尝试组成刻子(三张相同) + if (cards.size() >= 3 && firstCard == cards.get(1) && firstCard == cards.get(2)) { + List newCards = new ArrayList<>(cards.subList(3, cards.size())); + if (checkMeldsRecursive(newCards)) { + return true; + } + } + + // 尝试组成顺子(三张连续) + if (cards.size() >= 3) { + int secondCard = firstCard + 1; + int thirdCard = firstCard + 2; + + // 确保是同一花色 + int suit = firstCard / 100; + if (suit == secondCard / 100 && suit == thirdCard / 100) { + List tempCards = new ArrayList<>(cards); + tempCards.remove(Integer.valueOf(firstCard)); + + // 查找第二张牌 + boolean foundSecond = false; + for (int i = 0; i < tempCards.size(); i++) { + if (tempCards.get(i) == secondCard) { + tempCards.remove(i); + foundSecond = true; + break; + } + } + + if (foundSecond) { + // 查找第三张牌 + boolean foundThird = false; + for (int i = 0; i < tempCards.size(); i++) { + if (tempCards.get(i) == thirdCard) { + tempCards.remove(i); + foundThird = true; + break; + } + } + + if (foundThird && checkMeldsRecursive(tempCards)) { + return true; + } + } + } + } + + return false; + } + + /** + * 计算向听数(距离听牌还有几张牌) + * 优化的向听数计算算法,考虑了面子、对子和搭子的组合 + */ + private void calculateShanten(HandAnalysis analysis) { + // 如果已经听牌,向听数为0 + if (analysis.isTingPai) { + analysis.shantenCount = 0; + return; + } + + // 创建完整手牌列表 + List fullHand = new ArrayList<>(analysis.remainingCards); + for (int card : analysis.usedInMelds) { + fullHand.add(card); + } + for (int card : analysis.usedInPairs) { + fullHand.add(card); + fullHand.add(card); + } + + int totalCards = fullHand.size(); + if (totalCards != 13 && totalCards != 14) { + analysis.shantenCount = Integer.MAX_VALUE; + return; + } + + // 统计每种牌的数量 + Map counts = new HashMap<>(); + for (int card : fullHand) { + counts.put(card, counts.getOrDefault(card, 0) + 1); + } + + // 计算最小向听数 + int minShanten = Integer.MAX_VALUE; + + // 尝试每种可能的将牌(对子) + Set possiblePairs = new HashSet<>(counts.keySet()); + + // 添加没有对子的情况(需要摸一张牌形成对子) + possiblePairs.add(-1); + + for (int pairCard : possiblePairs) { + Map tempCounts = new HashMap<>(counts); + int pairShanten = 0; + + // 如果选择了具体的将牌 + if (pairCard != -1) { + int pairCount = tempCounts.get(pairCard); + if (pairCount >= 2) { + tempCounts.put(pairCard, pairCount - 2); + } else { + // 需要摸一张牌形成对子 + pairShanten = 1; + tempCounts.put(pairCard, tempCounts.getOrDefault(pairCard, 0) + 1 - 2); + } + } else { + // 需要摸一张牌形成对子 + pairShanten = 1; + } + + // 计算剩余牌的向听数 + int meldShanten = calculateMeldShanten(tempCounts); + int totalShanten = pairShanten + meldShanten; + + // 更新最小向听数 + if (totalShanten < minShanten) { + minShanten = totalShanten; + } + } + + // 确保向听数不为负数 + analysis.shantenCount = Math.max(0, minShanten); + } + + /** + * 计算剩余牌(排除将牌后)的面子向听数 + */ + private int calculateMeldShanten(Map counts) { + // 创建剩余牌的列表 + List cards = new ArrayList<>(); + for (Map.Entry entry : counts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + for (int i = 0; i < count; i++) { + cards.add(card); + } + } + + if (cards.isEmpty()) { + return 0; + } + + // 按花色和数值排序 + cards.sort(Comparator.comparingInt(card -> { + int suit = card / 100; + int rank = card % 100; + return suit * 10 + rank; + })); + + // 使用动态规划计算最小向听数 + return calculateMeldShantenRecursive(cards, 0); + } + + /** + * 递归计算面子向听数 + */ + private int calculateMeldShantenRecursive(List cards, int index) { + if (index >= cards.size()) { + return 0; + } + + int minShanten = Integer.MAX_VALUE; + int currentCard = cards.get(index); + + // 尝试作为刻子 + if (index + 2 < cards.size() && currentCard == cards.get(index + 1) && currentCard == cards.get(index + 2)) { + int shanten = calculateMeldShantenRecursive(cards, index + 3); + if (shanten < minShanten) { + minShanten = shanten; + } + } else if (index + 1 < cards.size() && currentCard == cards.get(index + 1)) { + // 有对子,可以考虑刻子(需要摸一张) + int shanten = 1 + calculateMeldShantenRecursive(cards, index + 2); + if (shanten < minShanten) { + minShanten = shanten; + } + } else { + // 单张,可以考虑刻子(需要摸两张) + int shanten = 2 + calculateMeldShantenRecursive(cards, index + 1); + if (shanten < minShanten) { + minShanten = shanten; + } + } + + // 尝试作为顺子 + if (index + 2 < cards.size()) { + int secondCard = currentCard + 1; + int thirdCard = currentCard + 2; + + // 检查是否同一花色 + int suit = currentCard / 100; + if (secondCard / 100 == suit && thirdCard / 100 == suit) { + // 检查后两张牌是否存在 + boolean hasSecond = false; + boolean hasThird = false; + int secondIndex = -1; + int thirdIndex = -1; + + for (int i = index + 1; i < cards.size(); i++) { + if (cards.get(i) == secondCard && !hasSecond) { + hasSecond = true; + secondIndex = i; + } else if (cards.get(i) == thirdCard && !hasThird) { + hasThird = true; + thirdIndex = i; + } + } + + if (hasSecond && hasThird) { + // 创建新的牌列表,移除组成顺子的三张牌 + List newCards = new ArrayList<>(); + for (int i = 0; i < cards.size(); i++) { + if (i != index && i != secondIndex && i != thirdIndex) { + newCards.add(cards.get(i)); + } + } + + int shanten = calculateMeldShantenRecursive(newCards, 0); + if (shanten < minShanten) { + minShanten = shanten; + } + } else { + // 缺少牌,需要计算所需的牌数 + int needed = 0; + if (!hasSecond) needed++; + if (!hasThird) needed++; + + // 创建新的牌列表,移除已有的牌 + List newCards = new ArrayList<>(); + for (int i = 0; i < cards.size(); i++) { + if (i != index) { + if (hasSecond && i == secondIndex) continue; + if (hasThird && i == thirdIndex) continue; + newCards.add(cards.get(i)); + } + } + + int shanten = needed + calculateMeldShantenRecursive(newCards, 0); + if (shanten < minShanten) { + minShanten = shanten; + } + } + } + } else if (index + 1 < cards.size()) { + // 只有两张连续牌,需要一张牌组成顺子 + int nextCard = cards.get(index + 1); + if (nextCard - currentCard == 1 && (currentCard / 100) == (nextCard / 100)) { + List newCards = new ArrayList<>(cards); + newCards.remove(index); + newCards.remove(index); // 移除第二张牌 + + int shanten = 1 + calculateMeldShantenRecursive(newCards, 0); + if (shanten < minShanten) { + minShanten = shanten; + } + } + } + + return minShanten; + } + + +} diff --git a/libs/robot_common_bak/src/main/java/taurus/util/ChangshaMahjongAI.java b/libs/robot_common_bak/src/main/java/taurus/util/ChangshaMahjongAI.java new file mode 100644 index 0000000..4f516d6 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/ChangshaMahjongAI.java @@ -0,0 +1,489 @@ +package taurus.util; + +import java.util.*; +import java.util.stream.Collectors; + +public class ChangshaMahjongAI { + + // 长沙麻将特殊规则:二五八将 + private static final Set JIANG_PAIS; + + static { + Set jiangSet = new HashSet<>(); + jiangSet.add(2); + jiangSet.add(5); + jiangSet.add(8); + JIANG_PAIS = Collections.unmodifiableSet(jiangSet); + } + + // 缓存优化 + private Map scoreCache = new HashMap<>(); + private Map> tingCache = new HashMap<>(); + + public static void main(String[] args) { + // 测试手牌:应该打七万听二筒 + + List handCards = Arrays.asList( + 208, 208, 208, 203, 201, 107, 107, + 106, 108, 105, + 105, 101, 101, 101 + ); + + ChangshaMahjongAI ai = new ChangshaMahjongAI(); + int bestDiscard = ai.findBestDiscard(handCards); + System.out.println("111 " + bestDiscard); + } + + /** + * 寻找最优出牌 - 递归+回溯版本 + */ + /** + * 寻找最优出牌 - 递归+回溯版本 + * @return 推荐打出的牌(数字编码,如106) + */ + public int findBestDiscard(List handCards) { + System.out.println("=== 长沙麻将AI出牌分析(递归+回溯)==="); + System.out.println("当前手牌(" + handCards.size() + "张): " + formatCards(handCards)); + + long startTime = System.currentTimeMillis(); + + // 使用递归+回溯评估每张牌 + Map results = new HashMap<>(); + Set candidateCards = new HashSet<>(handCards); + + for (int card : candidateCards) { + List newHand = removeOneCard(handCards, card); + DiscardResult result = recursiveEvaluate(card, newHand, 0, 2, new HashSet<>()); + results.put(card, result); + System.out.printf("打出 %s: 评分=%.3f (听牌=%d张, 深度=%d)%n", + formatCard(card), result.score, result.tingCards.size(), result.searchDepth); + } + + // 找出最佳出牌 + DiscardResult bestResult = null; + int bestCard = -1; + + for (Map.Entry entry : results.entrySet()) { + if (bestResult == null || entry.getValue().score > bestResult.score) { + bestResult = entry.getValue(); + bestCard = entry.getKey(); + } + } + + long endTime = System.currentTimeMillis(); + System.out.printf("分析耗时: %dms%n", (endTime - startTime)); + + if (bestCard != -1) { + System.out.println("\n🎯 AI推荐出牌: " + formatCard(bestCard) + " (" + bestCard + ")"); + if (!bestResult.tingCards.isEmpty()) { + System.out.println("✅ 立即听牌,可听 " + bestResult.tingCards.size() + " 张牌"); + System.out.println("听牌: " + bestResult.tingCards.stream() + .map(this::formatCard) + .collect(Collectors.joining(" "))); + } + System.out.println("综合评分: " + bestResult.score); + } + + return bestCard; // 直接返回数字编码,如106 + } + + /** + * 递归评估出牌(核心递归函数) + */ + private DiscardResult recursiveEvaluate(int discardedCard, List currentHand, int depth, int maxDepth, Set visited) { + // 生成状态key用于去重 + String stateKey = generateStateKey(currentHand, depth); + if (visited.contains(stateKey)) { + return new DiscardResult(0, new ArrayList<>(), depth); + } + visited.add(stateKey); + + // 基础评分:当前手牌结构 + 听牌检查 + double baseScore = evaluateCurrentState(currentHand); + + // 终止条件 + if (depth >= maxDepth) { + return new DiscardResult(baseScore, checkTingCards(currentHand), depth); + } + + // 递归探索未来可能性 + double futureScore = 0.0; + int validPaths = 0; + int maxSearchDepth = depth; + + // 获取合理的摸牌候选(限制数量以提升性能) + List drawCandidates = getSmartDrawCandidates(currentHand); + + for (int drawCard : drawCandidates) { + if (validPaths >= 4) break; // 限制分支数量 + + List newHandAfterDraw = new ArrayList<>(currentHand); + newHandAfterDraw.add(drawCard); + Collections.sort(newHandAfterDraw); + + // 递归评估下一步出牌 + double bestFuture = Double.NEGATIVE_INFINITY; + int pathDepth = depth; + + Set nextDiscardCandidates = getSmartDiscardCandidates(newHandAfterDraw); + for (int nextDiscard : nextDiscardCandidates) { + List nextHand = removeOneCard(newHandAfterDraw, nextDiscard); + + DiscardResult nextResult = recursiveEvaluate(nextDiscard, nextHand, depth + 1, maxDepth, visited); + bestFuture = Math.max(bestFuture, nextResult.score); + pathDepth = Math.max(pathDepth, nextResult.searchDepth); + } + + if (bestFuture > Double.NEGATIVE_INFINITY) { + futureScore += bestFuture; + validPaths++; + maxSearchDepth = Math.max(maxSearchDepth, pathDepth); + } + } + + // 计算未来期望分数(衰减) + double futureAvg = validPaths > 0 ? futureScore / validPaths : 0; + double decayFactor = Math.pow(0.6, depth); // 深度衰减 + double totalScore = baseScore + futureAvg * decayFactor; + + return new DiscardResult(totalScore, checkTingCards(currentHand), maxSearchDepth); + } + + /** + * 评估当前状态 + */ + private double evaluateCurrentState(List hand) { + String handKey = getHandKey(hand); + if (scoreCache.containsKey(handKey)) { + return scoreCache.get(handKey); + } + + double score = 0.0; + + // 1. 听牌状态(最高权重) + List tingCards = checkTingCards(hand); + if (!tingCards.isEmpty()) { + score += 15.0 + tingCards.size() * 2.0; + } + + // 2. 刻子和对子 + Map countMap = new HashMap<>(); + for (int card : hand) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + for (Map.Entry entry : countMap.entrySet()) { + int count = entry.getValue(); + int cardValue = getCardValue(entry.getKey()); + + if (count >= 3) { + score += 3.0; // 刻子 + } else if (count == 2) { + score += 1.5; // 对子 + if (JIANG_PAIS.contains(cardValue)) { + score += 1.0; // 二五八将对子 + } + } + } + + // 3. 顺子 + score += findSequences(hand) * 2.5; + + // 4. 搭子 + score += countDazi(hand) * 1.0; + + scoreCache.put(handKey, score); + return score; + } + + /** + * 检查听牌情况(使用回溯) + */ + private List checkTingCards(List hand) { + String handKey = getHandKey(hand); + if (tingCache.containsKey(handKey)) { + return tingCache.get(handKey); + } + + List tingCards = new ArrayList<>(); + if (hand.size() % 3 != 1) { + tingCache.put(handKey, tingCards); + return tingCards; + } + + // 只检查合理的胡牌候选 + Set possibleHuCards = getReasonableHuCards(hand); + + for (int huCard : possibleHuCards) { + List testHand = new ArrayList<>(hand); + testHand.add(huCard); + if (backtrackCanHu(testHand)) { + tingCards.add(huCard); + } + } + + tingCache.put(handKey, tingCards); + return tingCards; + } + + /** + * 回溯法检查胡牌 + */ + private boolean backtrackCanHu(List hand) { + if (hand.size() != 14) return false; + + List sortedHand = new ArrayList<>(hand); + Collections.sort(sortedHand); + return backtrackHuSearch(sortedHand, false, 0); + } + + /** + * 回溯搜索胡牌组合 + */ + private boolean backtrackHuSearch(List hand, boolean hasJiang, int startIndex) { + if (hand.isEmpty()) return true; + + if (!hasJiang) { + // 寻找将牌 + for (int i = startIndex; i < hand.size() - 1; i++) { + if (hand.get(i).equals(hand.get(i + 1))) { + int cardValue = getCardValue(hand.get(i)); + if (JIANG_PAIS.contains(cardValue)) { + List newHand = new ArrayList<>(hand); + newHand.remove(i); + newHand.remove(i); + if (backtrackHuSearch(newHand, true, 0)) { + return true; + } + } + } + } + return false; + } + + // 从startIndex开始检查 + for (int i = startIndex; i < hand.size(); i++) { + // 检查刻子 + if (i <= hand.size() - 3 && + hand.get(i).equals(hand.get(i + 1)) && + hand.get(i + 1).equals(hand.get(i + 2))) { + List newHand = new ArrayList<>(hand); + newHand.remove(i); + newHand.remove(i); + newHand.remove(i); + if (backtrackHuSearch(newHand, true, i)) { + return true; + } + } + + // 检查顺子 + int currentCard = hand.get(i); + if (getCardType(currentCard) <= 3) { + int nextCard1 = currentCard + 1; + int nextCard2 = currentCard + 2; + + if (hand.contains(nextCard1) && hand.contains(nextCard2)) { + List newHand = new ArrayList<>(hand); + newHand.remove((Integer) currentCard); + newHand.remove((Integer) nextCard1); + newHand.remove((Integer) nextCard2); + if (backtrackHuSearch(newHand, true, i)) { + return true; + } + } + } + } + + return false; + } + + /** + * 智能获取摸牌候选 + */ + private List getSmartDrawCandidates(List hand) { + Set allCards = generateAllCards(); + allCards.removeAll(hand); + List candidates = new ArrayList<>(allCards); + + // 限制数量并随机选择(模拟真实概率) + Collections.shuffle(candidates); + return candidates.subList(0, Math.min(6, candidates.size())); + } + + /** + * 智能获取出牌候选 + */ + private Set getSmartDiscardCandidates(List hand) { + Set candidates = new HashSet<>(); + Map countMap = new HashMap<>(); + + for (int card : hand) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 优先考虑:孤张、边张、出现次数少的牌 + for (int card : hand) { + int count = countMap.get(card); + int value = getCardValue(card); + + if (count == 1 && isLonelyCard(card, hand)) { + candidates.add(card); + } else if (value == 1 || value == 9) { + candidates.add(card); + } else if (count == 1) { + candidates.add(card); + } + } + + // 如果候选太少,加入一些其他牌 + if (candidates.size() < 3) { + for (int card : hand) { + if (!candidates.contains(card)) { + candidates.add(card); + if (candidates.size() >= 5) break; + } + } + } + + return candidates; + } + + /** + * 获取合理的胡牌候选 + */ + private Set getReasonableHuCards(List hand) { + Set possibleCards = new HashSet<>(); + Map countMap = new HashMap<>(); + + for (int card : hand) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 基于现有牌型推测可能胡的牌 + for (int card : hand) { + possibleCards.add(card); // 现有的牌都可能胡 + + if (getCardType(card) <= 3) { + int value = getCardValue(card); + if (value > 1) possibleCards.add(card - 1); + if (value < 9) possibleCards.add(card + 1); + } + } + + return possibleCards; + } + + // 工具方法 + private String generateStateKey(List hand, int depth) { + List sorted = new ArrayList<>(hand); + Collections.sort(sorted); + return sorted.toString() + "|" + depth; + } + + private String getHandKey(List hand) { + List sorted = new ArrayList<>(hand); + Collections.sort(sorted); + return sorted.toString(); + } + + private boolean isLonelyCard(int card, List hand) { + if (getCardType(card) == 4) return true; + int type = getCardType(card); + int value = getCardValue(card); + + for (int other : hand) { + if (other == card) continue; + if (getCardType(other) == type && Math.abs(getCardValue(other) - value) <= 2) { + return false; + } + } + return true; + } + + private int findSequences(List hand) { + int count = 0; + List temp = new ArrayList<>(hand); + temp.removeIf(c -> getCardType(c) == 4); + Collections.sort(temp); + + for (int i = 0; i <= temp.size() - 3; i++) { + if (temp.get(i) + 1 == temp.get(i + 1) && temp.get(i) + 2 == temp.get(i + 2)) { + count++; + i += 2; + } + } + return count; + } + + private int countDazi(List hand) { + int count = 0; + Set unique = new HashSet<>(hand); + Map freq = new HashMap<>(); + for (int card : hand) freq.put(card, freq.getOrDefault(card, 0) + 1); + + for (int card : unique) { + if (getCardType(card) == 4) continue; + if (freq.get(card) >= 2) count++; + if (unique.contains(card + 1)) count++; + } + return count; + } + + private Set generateAllCards() { + Set cards = new HashSet<>(); + for (int type = 1; type <= 3; type++) { + for (int value = 1; value <= 9; value++) { + cards.add(type * 100 + value); + } + } + return cards; + } + + private List removeOneCard(List hand, int card) { + List newHand = new ArrayList<>(hand); + newHand.remove((Integer) card); + return newHand; + } + + private int getCardValue(int card) { + return card % 10; + } + + private int getCardType(int card) { + return card / 100; + } + + private String formatCard(int card) { + int type = card / 100; + int value = card % 10; + switch (type) { + case 1: + return value + "万"; + case 2: + return value + "筒"; + case 3: + return value + "条"; + default: + return "未知"; + } + } + + private String formatCards(List cards) { + return cards.stream().map(this::formatCard).collect(Collectors.joining(" ")); + } + + /** + * 出牌结果类 + */ + private static class DiscardResult { + double score; + List tingCards; + int searchDepth; + + DiscardResult(double score, List tingCards, int searchDepth) { + this.score = score; + this.tingCards = tingCards; + this.searchDepth = searchDepth; + } + } +} \ No newline at end of file diff --git a/libs/robot_common_bak/src/main/java/taurus/util/Config.java b/libs/robot_common_bak/src/main/java/taurus/util/Config.java new file mode 100644 index 0000000..afe75ad --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/Config.java @@ -0,0 +1,270 @@ +package taurus.util; + +public class Config { + + /** + * 玩法 1 经典玩法 2临汾玩法 3运城玩法 + */ + public static final String ROOM_CONFIG_WANFA = "wanfa"; + + /** + * 模式 1普通模式 2积分模式 + */ + public static final String ROOM_CONFIG_MOSHI = "moshi"; + + /** + * 积分 底分 + */ +// public static final String ROOM_CONFIG_JI_FEN= "tex_jrzxjf"; + + + /** + * 房费 1 房主支付 2 AA支付 3大赢家支付 + */ + public static final String ROOM_CONFIG_FANGFEI = "fangfei"; + /** + * 封顶 1 --3炸 2-- 4炸 3-- 5炸 4-- 不封顶 + */ + public static final String ROOM_CONFIG_FENGDING = "fengding"; + /** + * 叫地主 1-- 经典123 2-- 固定 叫抢地主 + */ + public static final String ROOM_CONFIG_JIAODIZHU = "jiaodizhu"; + /** + * 不显示牌数 0 未勾选 1 已勾选 + */ + public static final String ROOM_CONFIG_BUZHANSHIPAISHU = "buxianshipaishu"; + /** + * 暗牌 0 未勾选 1 已勾选 + */ + public static final String ROOM_CONFIG_ANPAI = "anpai"; + /** + * 双王或四个2必叫地主 0 未勾选 1 已勾选 + */ + public static final String ROOM_CONFIG_SHUANGWANGSIER = "shuangwangsier"; + /** + * 可三带二 0 未勾选 1 已勾选 + */ + public static final String ROOM_CONFIG_KESANDAIER = "kesandaier"; + + + /** + * 任俩三为炸弹 0为未勾选 1 已勾选 + */ + public static final String renliasanweizhadan = "renliasanweizhadan"; + + /** + * 同色三为炸弹 0为未勾选 1 已勾选 + */ + public static final String tongsesanweizhadan = "tongsesanweizhadan"; + + /** + * 人数 + */ + public static final String maxPlayers = "maxPlayers"; + + /** + * 赖子 + */ + public static final String laizi = "laizi"; //0 是无赖子,1是有赖子 + + + public static final String tuoguanshijian = "tuoguan_active_time"; + + + //-------------------------------牌类型--------------------------------- + /** + * 单牌 + */ + public final static int TYPE_DANPAI = 1; + /** + * 对子 + */ + public final static int TYPE_DUIZI = 2; + /** + * 顺子 + */ + public final static int TYPE_SHUNZI = 3; + /** + * 连对 + */ + public final static int TYPE_LIANDUI = 4; + + /** + * 三带一 + */ + public final static int TYPE_3_1 = 5; + /** + * 3带2 + */ + public final static int TYPE_3_2 = 7; + + /** + * 3不带 + */ + public final static int TYPE_BU_DAI = 11; + + /** + * 飞机 + */ + public final static int TYPE_FEIJI = 6; + + + /** + * 飞机带单 + */ + public final static int TYPE_FEIJI_DAI_DAN = 14; + + + /** + * 飞机带双 + */ + public final static int TYPE_FEIJI_DAI_SHUANG = 15; + + /** + * 4带2 + */ + public final static int TYPE_4_2 = 8; + + /** + * 四带一对 4444 55 + */ + public final static int TYPE_4_2_dui = 12; + + + /** + * 炸 + */ + public final static int TYPE_ZHA = 8; + + + /** + * 火箭-双王 + */ + public final static int TYPE_ROCKET = 10; + + + //-------------------------------协议--------------------------------- + + /** + * 明牌 + */ + public static final String GAME_EVT_MING_PAI = "2117"; + + /** + * 发牌协议g + */ + public static final String GAME_EVT_PLAYER_DEAL = "2011"; + /** + * 出牌 + */ + public static final String GAME_DIS_CARD = "1013"; + /** + * 不出 + */ + public static final String GAME_DIS_PASS = "1014"; + + /** + * 出牌事件 + */ + public static final String GAME_EVT_DISCARD = "2021"; + /** + * 出牌提示事件 + */ + public static final String GAME_EVT_DISCARD_TIP = "2004"; + /** + * 转盘指向事件 + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "2016"; + /** + * pass事件 + */ + public static final String GAME_EVT_PASS = "2030"; + /** + * 更新炸弹分数 + */ + public static final String GAME_EVT_UPDATE_BOM_SCORE = "2118"; + + /** + * 小结算 + */ + public static final String GAME_EVT_RESULT1 = "2007"; + + /** + * 通知玩家叫地主 1 + */ + public static final String JIAO_DIZHU = "2041"; + + + /** + * 玩家叫地主 2 + */ + public static final String JAIO_DIZHU_REO = "1042"; + + /** + * 通知玩家踢人 抢地主 3 + */ + public static final String TONG_ZHI_TONG_ZHI_WANJIA = "2043"; + + + + /** + * 玩家叫地主广播 + */ + public static final String TONG_ZHI_JIAO_DI_ZHU_GUANG_BO = "2070"; + + + /** + * 流局通知 + */ + public static final String TONG_ZHI_LIU_JU = "2015"; + + + /** + * 玩家抢地主广播 + */ + public static final String TONG_ZHI_QIANG_DI_ZHU_GUANG_BO = "2046"; + + /** + * 通知所有人谁是地主广播 + */ + public static final String TONG_ZHI_DI_ZHU_GUANG_BO = "2047"; + + + /** + * 玩家抢地主 踢人/不踢 + */ + public static final String TI_OR_BUTI_RSQ = "1044"; + + /** + * 轮流叫地主 1是 轮流 没有的话就默认第一把庄家先出,第二把谁赢了谁是庄家就先出 + */ + public static final String lunliujiaodizhu = "lunliujiaodizhu"; + + + /** + * 出牌错误 + */ + public static final String GAME_EVT_PUT_ERROR = "2111"; + + public static final int PUT_ERROR_MUST_OUT_MIN = 0; + public static final int PUT_ERROR_INVALID_TYPE = 1; + public static final int PUT_ERROR_MUST_OUT_MAX = 2; + public static final int PUT_ERROR_BOMB_CHAI = 3; + + public static final String SETTLE_WIN_COUNT = "winnum"; + public static final String SETTLE_CHUNTIAN_COUNT = "springnum"; + public static final String SETTLE_BOMB_COUNT = "boomnum"; + public static final String SETTLE_MAX_SCORE = "maxscore"; + public static final String ENABLE_DOUBLE_AFTER_LANDLORD = "keti"; + /** + * 广播加倍 + */ + public static final String TONG_ZHI_DOUBLE_CHOICE = "2053"; + /** + * 通知农民加倍 + */ + public static final String GAME_EVT_FARMER_DOUBLE_TIP = "2060"; + + +} \ No newline at end of file diff --git a/libs/robot_common_bak/src/main/java/taurus/util/GroupDatas.java b/libs/robot_common_bak/src/main/java/taurus/util/GroupDatas.java new file mode 100644 index 0000000..09af680 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/GroupDatas.java @@ -0,0 +1,116 @@ +package taurus.util; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import redis.clients.jedis.Jedis; + +import java.util.*; + +public class GroupDatas { + + public static TObject getData() { + Jedis jedis0 = Redis.use("group1_db0").getJedis(); + Jedis jedis11 = Redis.use("group1_db11").getJedis(); + + TObject param = TObject.newInstance(); + + //存储所有有配置机器人的玩法id + Set pids = new HashSet<>(); + + + + //存储可配机器人圈子 + Set gids = new HashSet<>(); + + TArray groupid = TArray.newInstance(); + TArray robotid = TArray.newInstance(); + TArray playid = TArray.newInstance(); + + //圈子对应的房间 + + try { + //取出可用的机器人 + //不应该直接查库 + String sql = String.format("SELECT id FROM `account` WHERE jiqiren=9998 and start = 0"); + ITArray robotIds = DataBase.use().executeQueryByTArray(sql); + + + for (int i = 0; i < robotIds.size(); i++) { + ITObject robot = robotIds.getTObject(i); + Integer robotId = robot.getInt("id"); + robotid.addInt(robotId); + } + + + //获取所有圈子 + Set groupIds = jedis11.keys("group:*"); + for (String group : groupIds) { + String groupId = group.substring(group.indexOf(":") + 1); + String groupKey = "g{" + groupId + "}:play:*"; + Set playIds = jedis11.keys(groupKey); + + //圈子下面的玩法 + for (String pid : playIds) { + String playId = pid.substring(pid.indexOf("play:") + 5); + String playKey = "g{" + groupId + "}:play:" + playId; + + if (jedis11.hget(playKey, "leftover_robot") == null){ + if (jedis11.hget(playKey, "shangxian_robot") != null){ + String shangxian_robot = jedis11.hget(playKey, "shangxian_robot"); + jedis11.hset(playKey, "leftover_robot", shangxian_robot); + } + } + + + String leftover_robot = "0"; + if (jedis11.hget(playKey, "leftover_robot")!=null){ + leftover_robot = jedis11.hget(playKey, "leftover_robot"); + } + //有配置机器人的玩法 + if ( Integer.parseInt(leftover_robot)!=0) { + pids.add(Integer.parseInt(playId)); + gids.add(Integer.parseInt(groupId)); + } + } + + + } + + Map> groupRoomMap = new HashMap<>(); + for (Integer gid : gids){ + for (Integer pid : pids){ + String key = "g{" + gid + "}:play:" + pid; + + if (jedis11.hget(key, "groupId")!=null){ + String groupId = jedis11.hget(key, "groupId"); + if (gid==Integer.parseInt(groupId)){ + groupRoomMap.computeIfAbsent(String.valueOf(gid), k -> new ArrayList<>()).add(pid); + } + } + + } + + } + for (Map.Entry> entry : groupRoomMap.entrySet()) { + TObject groupPlay = TObject.newInstance(); + groupPlay.putTArray(entry.getKey(), TArray.newFromJsonData(entry.getValue().toString())); + groupid.addTObject(groupPlay); + } + param.putTArray("groupid", groupid); + param.putTArray("robotIds", robotid); + + + } catch (Exception e) { + System.out.println(e); + } finally { + jedis0.close(); + jedis11.close(); + } + return param; + } + +} diff --git a/libs/robot_common_bak/src/main/java/taurus/util/HongZhongSuanFaTest.java b/libs/robot_common_bak/src/main/java/taurus/util/HongZhongSuanFaTest.java new file mode 100644 index 0000000..51a32df --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/HongZhongSuanFaTest.java @@ -0,0 +1,3573 @@ +package taurus.util; + +import com.game.Global; + +import java.util.*; + +public class HongZhongSuanFaTest { + private static final int HONG_ZHONG = 412; + + public int drawnCards; + // 权重配置 - + private static final int WEIGHT_COMPLETED_MELD = 70; // 已完成的面子权重更高 + private static final int WEIGHT_PAIR = 60; // 对子权重提高 + private static final int WEIGHT_POTENTIAL_TRIPLET = 50; + private static final int WEIGHT_POTENTIAL_PAIR = 40; + private static final int WEIGHT_CLOSE_ADJACENT = 60; // 相邻牌更重要 + private static final int WEIGHT_FAR_ADJACENT = 25; // 远邻牌权重微调 + private static final int WEIGHT_MIDDLE_RANK = 25; // 中张牌权重提高 + private static final int PENALTY_EDGE_RANK = 15; // 边张惩罚增加 + private static final int PENALTY_ISOLATED = 40; // 孤张惩罚增加 + + // 牌局阶段枚举 - + private enum GamePhase { + EARLY, // 早期(1-5巡) + MIDDLE, // 中期(6-12巡) + LATE // 后期(13巡以后) + } + + // 牌型策略枚举 - 真实玩家通常会考虑的策略方向 + private enum StrategyType { + ATTACK, // 进攻型(追求快速胡牌) + BALANCED, // 平衡型(兼顾进攻和防守) + DEFEND // 防守型(避免点炮) + } + + // 特殊牌型枚举 - + private enum SpecialPattern { + NONE, + QING_YI_SE, // 清一色 + DUAN_YAO_JIU, // 断幺九 + QUAN_YAO_JIU, // 全幺九 + LONG_QI_DUI, // 龙七对 + HONG_ZHONG_MANY // 多红中 + } + + + + /** + * 主算法入口:在摸牌后、打牌前进行全面分析,确定最优出牌策略 + * 核心流程:摸牌分析 -> 听牌检测 -> 策略制定 -> 出牌选择 + */ + public String outCardSuanFa(List cardInhand, int card) { + long startTime = System.currentTimeMillis(); + + List handCards = new ArrayList<>(cardInhand); + handCards.sort(Integer::compareTo); + logInfo("排序后机器人手牌: " + handCards); + + // 关键步骤1:摸牌分析 - 检测是否已经听牌或可听牌 + boolean isTingAfterDraw = analyzeDrawCard(cardInhand,drawnCards); + + System.out.println("是否听牌: " + isTingAfterDraw); + // 分析手牌结构 - 获取完整的手牌分析结果 + HandAnalysis analysis = analyzeHand(handCards); + + + + // 分析当前牌局阶段 + GamePhase currentPhase = determineGamePhase(handCards); + logInfo("当前牌局阶段: " + currentPhase); + + // 确定策略类型,考虑是否听牌状态 + StrategyType strategy = determineStrategy(analysis, currentPhase); + logInfo("采用策略: " + strategy); + + // 分析是否有特殊牌型潜力 + SpecialPattern specialPattern = analyzeSpecialPatternPotential(analysis); + logInfo("特殊牌型潜力: " + specialPattern); + + // 分析红中利用方式 + analyzeHongZhongUsage(analysis); + + // 输出手牌分析详情 +// logInfo("红中数量: " + analysis.hongZhongCount); +// logInfo("红中利用建议: " + analysis.hongZhongSuggestions); +// logInfo("按花色分组的计数: " + analysis.cardCounts); +// logInfo("已完成的刻子、顺子: " + analysis.completedMelds); +// logInfo("对子: " + analysis.pairs); +// logInfo("孤张牌: " + analysis.isolatedCards); +// logInfo("每张牌的有用程度: " + analysis.cardUsefulness); +// logInfo("听牌状态: " + analysis.isTingPai); + + // 计算出牌优先级 - 综合考虑各种因素 + Map discardPriority = calculateDiscardPriority( + handCards, analysis, currentPhase, strategy, specialPattern); + + // 分析打出哪张牌可以听牌(如果还没听牌) + Map> discardToTingOptions = findDiscardToTing(handCards); + + //选择要打出的牌 - 优先选择可以打出后听牌的牌 + int cardToDiscard = selectCardToDiscard( + handCards, discardPriority, analysis, currentPhase, strategy, discardToTingOptions); + logInfo("最终打出牌: " + cardToDiscard); + + // 执行时间统计 + long endTime = System.currentTimeMillis(); +// logInfo("算法执行时间: " + (endTime - startTime) + "ms"); + System.out.println("听的牌----"+analysis.tingCards); + if (isTingAfterDraw && drawnCards!=412 ) { + System.out.println("1111"); + return String.valueOf(drawnCards); + } + + + return String.valueOf(cardToDiscard); + } + + private static class HandAnalysis { + int hongZhongCount = 0; + Map cardCounts = new HashMap<>(); + List> completedMelds = new ArrayList<>(); + List pairs = new ArrayList<>(); + List isolatedCards = new ArrayList<>(); + Map cardUsefulness = new HashMap<>(); + Map> cardsBySuit = new HashMap<>(); + List hongZhongSuggestions = new ArrayList<>(); + boolean isTingPai = false; + Set tingCards = new HashSet<>(); // 听的牌 + int meldCount = 0; // 面子数量 + int shantenCount = Integer.MAX_VALUE; // 向听数 + int pairCount = 0; // 对子数量 + boolean hasLongQiDuiPotential = false; // 是否有龙七对潜力 + Set usedInMelds = new HashSet<>(); // 用于面子的牌 + Set usedInPairs = new HashSet<>(); // 用于对子的牌 + List remainingCards = new ArrayList<>(); // 剩余需要分析的牌 + int hongZhongContributedTingCards = 0; // 红中贡献的听牌数量 + int lastDrawnCard = 0; // 最后摸的牌 + } + + // 改进的手牌分析 - 更全面的手牌评估 + private HandAnalysis analyzeHand(List handCards) { + HandAnalysis analysis = new HandAnalysis(); + + // 分离红中和普通牌,并按花色分组 + for (int card : handCards) { + if (card == HONG_ZHONG) { + analysis.hongZhongCount++; + } else { + int suit = card / 100; + analysis.cardCounts.put(card, analysis.cardCounts.getOrDefault(card, 0) + 1); + analysis.cardsBySuit.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + } + + // 分析基本牌型 + analyzeCardPatterns(analysis); + +// analyzeTingPaiStatus(handCards,analysis); + // 检查是否听牌 + checkTingPai(analysis); + + // 查找听的牌 + findTingCards(analysis); + + // 执行备用的听牌分析,确保全面检查 + performBackupTingAnalysis(analysis); + + // 分析红中对听牌的影响 + analyzeHongZhongImpactOnTingCards(analysis); + + + // 计算向听数(更准确的牌型评估) + calculateShantenCount(analysis); + + // 听牌检测 - 使用优化的听牌检测方法 + checkTingPaiOptimized(analysis); + + // 计算面子数量 + analysis.meldCount = analysis.completedMelds.size(); + analysis.pairCount = analysis.pairs.size(); + + // 检查是否有龙七对潜力 + checkLongQiDuiPotential(analysis); + + return analysis; + } + + // 改进的红中分析 - + private void analyzeHongZhongUsage(HandAnalysis analysis) { + if (analysis.hongZhongCount == 0) return; + + // 1. 红中作为杠牌的价值 + if (analysis.hongZhongCount >= 3) { + analysis.hongZhongSuggestions.add("红中可开杠,增加番数"); + } + + // 2. 红中补面子的分析 + for (Map.Entry> entry : analysis.cardsBySuit.entrySet()) { + List suitCards = new ArrayList<>(entry.getValue()); + suitCards.sort(Integer::compareTo); + + // 检查刻子潜力 + Map countMap = new HashMap<>(); + for (int card : suitCards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + for (Map.Entry cardEntry : countMap.entrySet()) { + int card = cardEntry.getKey(); + int count = cardEntry.getValue(); + + if (count == 2 && analysis.hongZhongCount >= 1) { + analysis.hongZhongSuggestions.add("红中补刻子: " + card); + } else if (count == 1 && analysis.hongZhongCount >= 2) { + analysis.hongZhongSuggestions.add("红中补刻子: " + card + "(需2红中)"); + } + } + + // 检查顺子潜力(更自然的顺子分析) + analyzeSequenceWithHongZhong(suitCards, analysis); + } + + // 3. 红中作为万能牌的灵活运用 + if (analysis.hongZhongCount >= 2) { + analysis.hongZhongSuggestions.add("多红中可灵活变换牌型,根据情况决定用途"); + } + } + + // 更自然的顺子+红中组合分析 + private void analyzeSequenceWithHongZhong(List suitCards, HandAnalysis analysis) { + if (suitCards.size() < 2) return; + + // 排序以方便分析 + Collections.sort(suitCards); + + // 查找可能的顺子缺口 + for (int i = 0; i < suitCards.size() - 1; i++) { + int current = suitCards.get(i) % 100; + int next = suitCards.get(i + 1) % 100; + + // 检查是否有隔一张的牌 + if (next - current == 2) { + analysis.hongZhongSuggestions.add("红中补顺子缺口: " + suitCards.get(i) + "+红中+" + suitCards.get(i + 1)); + } + // 检查是否有连续的两张牌 + else if (next - current == 1) { + // 可以向前补 + if (current > 1) { + analysis.hongZhongSuggestions.add("红中向前补顺子: 红中+" + suitCards.get(i) + "+" + suitCards.get(i + 1)); + } + // 可以向后补 + if (next < 9) { + analysis.hongZhongSuggestions.add("红中向后补顺子: " + suitCards.get(i) + "+" + suitCards.get(i + 1) + "+红中"); + } + } + } + } + + // 改进的牌型分析 - 更清晰地分离可组成牌和剩余牌 + private void analyzeCardPatterns(HandAnalysis analysis) { + Set usedInMelds = new HashSet<>(); + Set usedInPairs = new HashSet<>(); + + for (List suitCards : new ArrayList<>(analysis.cardsBySuit.values())) { + // 数据验证 + if (suitCards == null || suitCards.isEmpty()) { + continue; + } + + List cardsCopy = new ArrayList<>(suitCards); + + // 移除空值或异常值 + cardsCopy.removeIf(Objects::isNull); + + try { + Collections.sort(cardsCopy); + } catch (StackOverflowError e) { + // 使用备用排序方法 + cardsCopy.sort((a, b) -> { + if (a == null && b == null) return 0; + if (a == null) return -1; + if (b == null) return 1; + return Integer.compare(a, b); + }); + } + + findSequencesOptimized(cardsCopy, analysis, usedInMelds); + findTripletsOptimized(cardsCopy, analysis, usedInMelds); + findPairsOptimized(cardsCopy, analysis, usedInPairs); + analysis.isolatedCards.addAll(cardsCopy); + } + } + + + // 优化的刻子查找 - 记录使用的牌 + private void findTripletsOptimized(List cards, HandAnalysis analysis, Set usedInMelds) { + Map countMap = new HashMap<>(); + for (int card : cards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + List toRemove = new ArrayList<>(); + for (Map.Entry entry : countMap.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 3) { + analysis.completedMelds.add(Arrays.asList(card, card, card)); + // 移除三张牌 + toRemove.add(card); + toRemove.add(card); + toRemove.add(card); + // 记录使用的牌 + usedInMelds.add(card); + } + } + + // 从原列表中移除找到的刻子 + for (int card : toRemove) { + cards.remove(Integer.valueOf(card)); + } + } + + // 优化的顺子查找 - 记录使用的牌 + private void findSequencesOptimized(List cards, HandAnalysis analysis, Set usedInMelds) { + if (cards.size() < 3) return; + + // 获取花色和点数信息 + List ranks = new ArrayList<>(); + int suit = cards.get(0) / 100; + for (int card : cards) { + ranks.add(card % 100); + } + Collections.sort(ranks); + + // 创建点数计数映射 + Map rankCount = new HashMap<>(); + for (int rank : ranks) { + rankCount.put(rank, rankCount.getOrDefault(rank, 0) + 1); + } + + // 寻找顺子(更自然的查找方式) + for (int start = 1; start <= 7; start++) { + int mid = start + 1; + int end = start + 2; + + if (rankCount.getOrDefault(start, 0) > 0 && + rankCount.getOrDefault(mid, 0) > 0 && + rankCount.getOrDefault(end, 0) > 0) { + + // 找到一个顺子 + int card1 = suit * 100 + start; + int card2 = suit * 100 + mid; + int card3 = suit * 100 + end; + + analysis.completedMelds.add(Arrays.asList(card1, card2, card3)); + + // 从原始牌列表中移除这三张牌 + cards.remove(Integer.valueOf(card1)); + cards.remove(Integer.valueOf(card2)); + cards.remove(Integer.valueOf(card3)); + + // 记录使用的牌 + usedInMelds.add(card1); + usedInMelds.add(card2); + usedInMelds.add(card3); + + // 递归查找更多顺子 + findSequencesOptimized(cards, analysis, usedInMelds); + return; + } + } + } + + // 优化的对子查找 - 记录使用的牌 + private void findPairsOptimized(List cards, HandAnalysis analysis, Set usedInPairs) { + Map countMap = new HashMap<>(); + for (int card : cards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + List toRemove = new ArrayList<>(); + + for (Map.Entry entry : countMap.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 2 && !toRemove.contains(card)) { + analysis.pairs.add(card); + toRemove.add(card); + toRemove.add(card); + // 记录使用的牌 + usedInPairs.add(card); + } + } + + // 从原列表中移除找到的对子 + for (int card : toRemove) { + cards.remove(Integer.valueOf(card)); + } + } + + // 分析剩余牌 - 识别需要重点考虑的牌 + private void analyzeRemainingCards(HandAnalysis analysis) { + List remainingCards = new ArrayList<>(); + + // 遍历所有手牌,找出未被用于面子或对子的牌 + for (Map.Entry> entry : analysis.cardsBySuit.entrySet()) { + for (int card : entry.getValue()) { + // 如果牌没有被用于面子或对子,则视为剩余牌 + if (!analysis.usedInMelds.contains(card) && !analysis.usedInPairs.contains(card)) { + remainingCards.add(card); + } + } + } + + // 保存剩余牌 + analysis.remainingCards = remainingCards; + } + + // 调整剩余牌的价值 - 更细致的评估 + private int adjustRemainingCardValue(int card, HandAnalysis analysis) { + int value = analysis.cardUsefulness.getOrDefault(card, 0); + + // 已经用于面子或对子的牌价值更高,避免破坏已有结构 + if (analysis.usedInMelds.contains(card)) { + value += WEIGHT_COMPLETED_MELD; + } + if (analysis.usedInPairs.contains(card)) { + value += WEIGHT_PAIR; + } + + return value; + } + + // 计算向听数 - 更准确的牌型评估 + private void calculateShantenCount(HandAnalysis analysis) { + // 简化版向听数计算 + int totalCards = analysis.hongZhongCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + // 基础向听数 = 理想牌型的面子数 - 当前面子数 + int idealMelds = (totalCards + analysis.hongZhongCount) / 3; + analysis.shantenCount = Math.max(0, idealMelds - analysis.meldCount); + } + + // 检查七对潜力 + private void checkLongQiDuiPotential(HandAnalysis analysis) { + + // 七对需要至少5个对子加上红中 + if (analysis.pairCount >= 5 || analysis.hongZhongCount >= 2) { + analysis.hasLongQiDuiPotential = true; + if (analysis.pairCount >=4 && analysis.hongZhongCount>=2){ + analysis.isTingPai=true; + } + if (analysis.pairCount>=6){ + analysis.isTingPai=true; + } + } + + + } + + /** + * 高级听牌检测 - 精确判断手牌是否已经听牌 + * 在摸牌后分析的核心方法之一 + * + * @param analysis 手牌分析结果对象 + */ + private void checkTingPai(HandAnalysis analysis) { +// logInfo("开始检测听牌状态..."); + analysis.tingCards.clear(); // 清空之前可能存在的听牌 + + // 检查基本听牌条件:牌数是否符合标准 + int totalCards = analysis.hongZhongCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + + + // 检查向听数,如果向听数大于1,则不可能听牌 + if (analysis.shantenCount > 1) { +// logInfo("向听数大于1,不可能听牌"); + analysis.isTingPai = false; + return; + } + + // 标准麻将听牌条件: + // 1. 标准型听牌:一对将牌 + 四面子,且向听数为0 + // 2. 七对子型听牌:有龙七对潜力且牌数达到听牌要求 + boolean standardTing = (totalCards - 2) % 3 == 0 && analysis.shantenCount == 0; + boolean sevenPairsTing = analysis.hasLongQiDuiPotential && totalCards >= 12; + + // 特殊情况:如果有红中,需要考虑红中作为万能牌的影响 + if (analysis.hongZhongCount > 0) { + // 红中可以代替任何牌,所以需要更灵活的判断 + // 检查是否通过红中可以形成听牌状态 + boolean canTingWithHongZhong = canFormTingWithHongZhong(analysis); + analysis.isTingPai = standardTing || sevenPairsTing || canTingWithHongZhong; + } else { + analysis.isTingPai = standardTing || sevenPairsTing; + } + + // 使用优化版算法找出具体的听牌组 + long startTime = System.currentTimeMillis(); + findTingCardsOptimized(analysis); + long endTime = System.currentTimeMillis(); + + + + if (!analysis.tingCards.isEmpty()) { + analysis.isTingPai = true; +// logInfo("优化版听牌检测完成: 听牌数量=" + analysis.tingCards.size() + +// ", 耗时=" + (endTime - startTime) + "ms"); + } else if (analysis.isTingPai) { + // 如果逻辑判断为听牌但未找到具体听牌组,使用原始方法作为后备 +// logInfo("尝试使用原始方法查找听牌组..."); +// findTingCards(analysis); +// logInfo("原始方法找到听牌数量: " + analysis.tingCards.size()); + } + +// logInfo("最终听牌状态: " + analysis.isTingPai + ", 听牌数量: " + analysis.tingCards.size()); + } + + /** + * 优化版的听牌检测方法 + * 1. 提前过滤明显不可能听牌的情况 + * 2. 优化牌数统计和计算逻辑 + * 3. 使用预计算的向听数快速判断 + * 4. 优化红中对听牌状态的影响分析 + */ + private void checkTingPaiOptimized(HandAnalysis analysis) { + // 极早期快速退出 - 向听数>1的情况下不可能听牌 + if (analysis.shantenCount > 1) { + analysis.isTingPai = false; + analysis.tingCards.clear(); + return; + } + + // 清空听牌集合,准备新的分析 + analysis.tingCards.clear(); + + // 预计算总牌数 - 使用提前计算的值或快速计算 + int totalCards = analysis.hongZhongCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + // 特殊牌型快速检测 - 提前计算是否需要检查七对子 + boolean checkSevenPairs = analysis.hasLongQiDuiPotential && totalCards >= 12; + + // 优化的红中听牌分析 - 先检查红中情况,可能避免后续计算 + boolean hasHongZhongTing = false; + if (analysis.hongZhongCount > 0) { + if (analysis.shantenCount == 0) { + hasHongZhongTing = true; + } else if (analysis.shantenCount == 1) { + // 只有在向听数为1时才进行复杂计算 + hasHongZhongTing = canFormTingWithHongZhongOptimized(analysis, totalCards); + } + } + + // 只有在有潜在听牌可能时才执行完整的听牌检测 + boolean needFullAnalysis = hasHongZhongTing || checkSevenPairs || analysis.shantenCount == 0; + + if (needFullAnalysis) { + // 执行高效的听牌检测算法 + findTingCardsOptimized(analysis); + + // 设置最终听牌状态 + analysis.isTingPai = !analysis.tingCards.isEmpty(); + } else { + analysis.isTingPai = false; + } + } + + /** + * 优化版红中听牌判断 + * 1. 使用位掩码和预计算值 + * 2. 简化计算逻辑 + * 3. 避免不必要的循环和集合操作 + */ + private boolean canFormTingWithHongZhongOptimized(HandAnalysis analysis, int totalCards) { + // 快速判断:如果红中数量足够多,可以替代任何缺失的牌 + if (analysis.hongZhongCount >= 3) { + return true; + } + + // 计算红中作为面子的最大可能数量 + int maxMeldsFromHongZhong = analysis.hongZhongCount / 3; + int remainingHongZhong = analysis.hongZhongCount % 3; + + // 计算理论上可以形成的面子总数 + int totalPossibleMelds = analysis.meldCount + maxMeldsFromHongZhong; + + // 需要的面子数和对子数 + int neededMelds = Math.max(0, 4 - totalPossibleMelds); + int neededPairs = analysis.pairCount > 0 ? 0 : 1; + + // 检查是否可以通过剩余红中满足需求 + // 每张红中可以作为一个面子的一部分或一个对子的一部分 + return (neededMelds + neededPairs) <= remainingHongZhong + 1; + } + + /** + * 检查是否通过红中可以形成听牌状态 + * @param analysis 手牌分析结果对象 + * @return 是否可以通过红中形成听牌 + */ + private boolean canFormTingWithHongZhong(HandAnalysis analysis) { + // 计算去掉红中后的牌数 + int nonHongZhongCount = 0; + for (List suitCards : analysis.cardsBySuit.values()) { + nonHongZhongCount += suitCards.size(); + } + + // 计算红中可以替代的面子数 + int hongZhongAsMelds = analysis.hongZhongCount / 3; + int remainingHongZhong = analysis.hongZhongCount % 3; + + // 计算总面子数(包括红中形成的面子) + int totalMeldCount = analysis.meldCount + hongZhongAsMelds; + + // 检查是否接近听牌(剩余红中可以作为对子或填补顺子) + boolean nearTing = false; + int neededMelds = 4 - totalMeldCount; + int neededPairs = 1 - (analysis.pairCount > 0 ? 1 : 0); + + // 如果需要的面子数和对子数之和小于等于剩余红中,那么可以形成听牌 + if (neededMelds + neededPairs <= remainingHongZhong) { + nearTing = true; + } + + // 如果向听数很小,也认为接近听牌 + if (analysis.shantenCount <= 1) { + nearTing = true; + } + + return nearTing; + } + + /** + * 统一日志输出方法 + */ + private void logInfo(String message) { + System.out.println(message); + } + + /** + * 高级听牌组分析 - 精确找出听的牌 + * @param analysis 手牌分析结果对象 + */ + /** + * 优化版听牌组分析 - 使用预计算和优化的数据结构提高性能 + * @param analysis 手牌分析结果对象 + */ + private void findTingCardsOptimized(HandAnalysis analysis) { + // 提前检查 - 如果手牌太少或结构明显不合理,可以提前返回 + int totalCards = analysis.hongZhongCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + // 牌数过少,不可能形成有效的听牌 + if (totalCards < 13) { + return; + } + + // 预先为所有花色创建计数映射,避免重复计算 + // 更精确地预估容量,避免过度分配 + final int expectedSuitCount = analysis.cardsBySuit.size(); + final int expectedRankCount = 9; // 麻将中每个花色最多9个不同的牌值 + Map> suitToRankCounts = new HashMap<>(expectedSuitCount); + + // 优化循环,同时构建计数映射 + for (Map.Entry> suitEntry : analysis.cardsBySuit.entrySet()) { + int suit = suitEntry.getKey(); + List suitCards = suitEntry.getValue(); + + // 仅在非空花色上创建映射 + if (suitCards.isEmpty()) { + continue; + } + + // 预先分配更准确的容量 + Map countByRank = new HashMap<>(Math.min(expectedRankCount, suitCards.size())); + + // 快速计数算法 + for (int card : suitCards) { + int rank = card % 100; + // 直接使用getOrDefault来增加计数 + countByRank.put(rank, countByRank.getOrDefault(rank, 0) + 1); + } + + suitToRankCounts.put(suit, countByRank); + } + + // 优化分析流程 - 先分析主要花色,再考虑特殊情况 + for (Map.Entry> entry : suitToRankCounts.entrySet()) { + // 只有当花色中存在牌时才进行分析 + if (entry.getValue().isEmpty()) { + continue; + } + + analyzeSuitTingCardsOptimized(entry.getKey(), entry.getValue(), analysis); + + // 如果已经找到了足够多的听牌,可以考虑提前终止分析 + // 这里可以根据实际需求调整提前终止的条件 + if (analysis.tingCards.size() > 10) { // 假设找到超过10张听牌就足够了 + break; + } + } + + // 仅在必要时分析红中影响 - 红中数量大于0且当前听牌较少时 + if (analysis.hongZhongCount > 0 && analysis.tingCards.size() < 5) { + analyzeHongZhongImpactOnTingCardsOptimized(analysis, suitToRankCounts); + } + + // 仅在确实需要时执行兜底分析 - 听牌为空且向听数<=1 + if (analysis.tingCards.isEmpty() && analysis.shantenCount <= 1) { + performBackupTingAnalysisOptimized(analysis, suitToRankCounts); + } + } + + /** + * 优化版花色听牌分析 - 使用数组而非HashMap进行快速查询 + */ + private void analyzeSuitTingCardsOptimized(int suit, Map countByRank, HandAnalysis analysis) { + // 将Map转换为数组,提高查询速度 + int[] rankCounts = new int[10]; // 索引0不使用,1-9对应牌点 + for (Map.Entry entry : countByRank.entrySet()) { + rankCounts[entry.getKey()] = entry.getValue(); + } + + // 分析两面听 + for (int i = 1; i <= 7; i++) { + if (rankCounts[i] > 0 && rankCounts[i + 2] > 0) { + int potentialCard = suit * 100 + (i + 1); + analysis.tingCards.add(potentialCard); + } + } + + // 分析边张听 + if (rankCounts[1] > 0 && rankCounts[2] > 0) { + analysis.tingCards.add(suit * 100 + 3); + } + if (rankCounts[8] > 0 && rankCounts[9] > 0) { + analysis.tingCards.add(suit * 100 + 7); + } + + // 分析坎张听 + for (int i = 3; i <= 7; i++) { + if (rankCounts[i - 1] > 0 && rankCounts[i + 1] > 0) { + analysis.tingCards.add(suit * 100 + i); + } + } + + // 分析对子听和刻子听 + for (int i = 1; i <= 9; i++) { + int count = rankCounts[i]; + if (count == 2 || count == 3) { + analysis.tingCards.add(suit * 100 + i); + } + } + } + + /** + * 优化版红中影响分析 - 使用预计算的花色计数避免重复计算 + */ + private void analyzeHongZhongImpactOnTingCardsOptimized(HandAnalysis analysis, Map> suitToRankCounts) { + Set additionalTingCards = new HashSet<>(); + int hongZhongCount = analysis.hongZhongCount; + + for (Map.Entry> suitEntry : suitToRankCounts.entrySet()) { + int suit = suitEntry.getKey(); + Map countByRank = suitEntry.getValue(); + + // 将Map转换为数组,提高查询速度 + int[] rankCounts = new int[10]; + for (Map.Entry entry : countByRank.entrySet()) { + rankCounts[entry.getKey()] = entry.getValue(); + } + + // 分析红中作为对子的情况 + if (hongZhongCount >= 1) { + for (int i = 1; i <= 9; i++) { + if (rankCounts[i] == 1) { + additionalTingCards.add(suit * 100 + i); + } + } + + // 分析红中填补顺子缺口的情况 + for (int i = 1; i <= 7; i++) { + if (rankCounts[i] > 0 && rankCounts[i + 2] > 0) { + additionalTingCards.add(suit * 100 + (i + 1)); + } + } + } + + // 当有2个或更多红中时 + if (hongZhongCount >= 2) { + for (int i = 1; i <= 9; i++) { + additionalTingCards.add(suit * 100 + i); + } + } + } + + // 添加额外听牌并记录贡献数量 + if (!additionalTingCards.isEmpty()) { + analysis.tingCards.addAll(additionalTingCards); + analysis.hongZhongContributedTingCards = additionalTingCards.size(); + } + } + + /** + * 优化版兜底听牌分析 - 仅在必要时执行,避免不必要的计算 + */ + private void performBackupTingAnalysisOptimized(HandAnalysis analysis, Map> suitToRankCounts) { + // 分析接近听牌的情况 + Set potentialTingCards = new HashSet<>(); + + for (Map.Entry> suitEntry : suitToRankCounts.entrySet()) { + int suit = suitEntry.getKey(); + Map countByRank = suitEntry.getValue(); + + // 将Map转换为数组 + int[] rankCounts = new int[10]; + for (Map.Entry entry : countByRank.entrySet()) { + rankCounts[entry.getKey()] = entry.getValue(); + } + + // 分析可能形成对子的牌 + for (int i = 1; i <= 9; i++) { + if (rankCounts[i] == 1) { + potentialTingCards.add(suit * 100 + i); + } + } + + // 分析可能形成顺子的牌 + for (int i = 1; i <= 7; i++) { + if (rankCounts[i] > 0 && rankCounts[i + 1] > 0) { + potentialTingCards.add(suit * 100 + (i + 2)); + } + if (rankCounts[i] > 0 && rankCounts[i + 2] > 0) { + potentialTingCards.add(suit * 100 + (i + 1)); + } + if (rankCounts[i + 1] > 0 && rankCounts[i + 2] > 0) { + potentialTingCards.add(suit * 100 + i); + } + } + } + + // 只在找到潜在听牌时才添加 + if (!potentialTingCards.isEmpty()) { + analysis.tingCards.addAll(potentialTingCards); + } + } + + private void findTingCards(HandAnalysis analysis) { +// logInfo("开始精确分析听牌组..."); + + // 针对不同花色分别分析听牌组 + for (Map.Entry> suitEntry : analysis.cardsBySuit.entrySet()) { + int suit = suitEntry.getKey(); + List suitCards = suitEntry.getValue(); + + // 统计该花色中每种牌的数量 + Map countByRank = new HashMap<>(); + for (int card : suitCards) { + int rank = card % 100; + countByRank.put(rank, countByRank.getOrDefault(rank, 0) + 1); + } + + // 分析该花色中可能的听牌 + analyzeSuitTingCards(suit, countByRank, analysis); + } + + // 考虑红中对听牌的影响 + if (analysis.hongZhongCount > 0) { + analyzeHongZhongImpactOnTingCards(analysis); + } + + // 如果听牌组为空,进行兜底分析 + if (analysis.tingCards.isEmpty()) { + performBackupTingAnalysis(analysis); + } + +// logInfo("精确分析完成,听牌组: " + analysis.tingCards); + } + + /** + * 分析单个花色的听牌组 + */ + private void analyzeSuitTingCards(int suit, Map countByRank, HandAnalysis analysis) { + // 分析两面听 + for (int i = 1; i <= 7; i++) { + if (countByRank.getOrDefault(i, 0) > 0 && countByRank.getOrDefault(i + 2, 0) > 0) { + int potentialCard = suit * 100 + (i + 1); + analysis.tingCards.add(potentialCard); +// logInfo("两面听: " + potentialCard + " (由 " + (suit * 100 + i) + " 和 " + (suit * 100 + (i + 2)) + " 组成)"); + } + } + + // 分析边张听 + if (countByRank.getOrDefault(1, 0) > 0 && countByRank.getOrDefault(2, 0) > 0) { + int potentialCard = suit * 100 + 3; + analysis.tingCards.add(potentialCard); +// logInfo("边张听: " + potentialCard + " (由 " + (suit * 100 + 1) + " 和 " + (suit * 100 + 2) + " 组成)"); + } + if (countByRank.getOrDefault(8, 0) > 0 && countByRank.getOrDefault(9, 0) > 0) { + int potentialCard = suit * 100 + 7; + analysis.tingCards.add(potentialCard); +// logInfo("边张听: " + potentialCard + " (由 " + (suit * 100 + 8) + " 和 " + (suit * 100 + 9) + " 组成)"); + } + + // 分析坎张听 + for (int i = 3; i <= 7; i++) { + if (countByRank.getOrDefault(i - 1, 0) > 0 && countByRank.getOrDefault(i + 1, 0) > 0) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); +// logInfo("坎张听: " + potentialCard + " (由 " + (suit * 100 + (i - 1)) + " 和 " + (suit * 100 + (i + 1)) + " 组成)"); + } + } + + // 分析对子听(将对听牌) + for (int i = 1; i <= 9; i++) { + if (countByRank.getOrDefault(i, 0) == 2) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); +// logInfo("对子听: " + potentialCard + " (已有两张)"); + } + } + + // 分析刻子听(三张听刻) + for (int i = 1; i <= 9; i++) { + if (countByRank.getOrDefault(i, 0) == 3) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); +// logInfo("刻子听: " + potentialCard + " (已有三张)"); + } + } + } + + /** + * 分析红中对听牌的影响 - 优化版 + * 更精确地计算红中如何帮助形成听牌 + */ + private void analyzeHongZhongImpactOnTingCards(HandAnalysis analysis) { + // 红中作为万能牌,可以替代缺少的牌来形成听牌 + Set additionalTingCards = new HashSet<>(); + int hongZhongCount = analysis.hongZhongCount; + + // 对于每种花色,分析红中可以带来的额外听牌 + for (Map.Entry> suitEntry : analysis.cardsBySuit.entrySet()) { + int suit = suitEntry.getKey(); + List suitCards = suitEntry.getValue(); + + // 统计该花色中每种牌的数量 + Map countByRank = new HashMap<>(); + for (int card : suitCards) { + int rank = card % 100; + countByRank.put(rank, countByRank.getOrDefault(rank, 0) + 1); + } + + // 根据红中数量计算可能的听牌 + if (hongZhongCount >= 1) { + // 分析红中作为对子的情况 + for (int i = 1; i <= 9; i++) { + if (countByRank.getOrDefault(i, 0) == 1) { + // 已有一张,红中作为第二张形成对子,听第三张 + int card = suit * 100 + i; + additionalTingCards.add(card); +// logInfo("红中作为对子听: " + card + " (红中+已有一张)"); + } + } + + // 分析红中填补顺子缺口的情况 + for (int i = 1; i <= 7; i++) { + int count1 = countByRank.getOrDefault(i, 0); + int count2 = countByRank.getOrDefault(i + 2, 0); + + if ((count1 > 0 && count2 > 0) && (count1 + count2 + hongZhongCount >= 3)) { + // 可以用红中填补中间的牌形成顺子 + int middleCard = suit * 100 + (i + 1); + additionalTingCards.add(middleCard); +// logInfo("红中填补顺子听: " + middleCard + " (红中+" + (suit * 100 + i) + "+" + (suit * 100 + (i + 2)) + ")"); + } + } + + // 当有2个或更多红中时,可以形成更多听牌 + if (hongZhongCount >= 2) { + // 红中作为两张形成对子,听任何第三张 + for (int i = 1; i <= 9; i++) { + int card = suit * 100 + i; + additionalTingCards.add(card); + } + } + } + } + + // 去重并将额外的听牌组添加到总听牌组中 + Set uniqueAdditionalTingCards = new HashSet<>(additionalTingCards); + analysis.tingCards.addAll(uniqueAdditionalTingCards); + if (!uniqueAdditionalTingCards.isEmpty()) { +// logInfo("红中带来的额外听牌: " + uniqueAdditionalTingCards); + // 记录红中带来的听牌数量 + analysis.hongZhongContributedTingCards = uniqueAdditionalTingCards.size(); + } + } + + /** + * 兜底听牌分析 - 优化版 + * 当主要分析方法无法找到听牌组时使用,提供更智能的兜底分析 + */ + private void performBackupTingAnalysis(HandAnalysis analysis) { +// logInfo("执行兜底听牌分析..."); + + // 1. 检查接近听牌的情况 + if (analysis.shantenCount <= 1) { + // 接近听牌时,分析可能的进张 + Set potentialTingCards = new HashSet<>(); + + // 分析每个花色中可能形成面子的牌 + for (Map.Entry> suitEntry : analysis.cardsBySuit.entrySet()) { + int suit = suitEntry.getKey(); + List suitCards = suitEntry.getValue(); + + // 统计该花色中每种牌的数量 + Map countByRank = new HashMap<>(); + for (int card : suitCards) { + int rank = card % 100; + countByRank.put(rank, countByRank.getOrDefault(rank, 0) + 1); + } + + // 分析可能形成对子的牌 + for (int i = 1; i <= 9; i++) { + if (countByRank.getOrDefault(i, 0) == 1) { + potentialTingCards.add(suit * 100 + i); + } + } + + // 分析可能形成顺子的牌 + for (int i = 1; i <= 7; i++) { + if (countByRank.getOrDefault(i, 0) > 0 && countByRank.getOrDefault(i + 1, 0) > 0) { + potentialTingCards.add(suit * 100 + (i + 2)); + } + if (countByRank.getOrDefault(i, 0) > 0 && countByRank.getOrDefault(i + 2, 0) > 0) { + potentialTingCards.add(suit * 100 + (i + 1)); + } + if (countByRank.getOrDefault(i + 1, 0) > 0 && countByRank.getOrDefault(i + 2, 0) > 0) { + potentialTingCards.add(suit * 100 + i); + } + } + } + + analysis.tingCards.addAll(potentialTingCards); +// logInfo("接近听牌兜底分析结果: " + potentialTingCards); + } + + // 2. 如果仍然没有找到听牌,才进行简单兜底 + if (analysis.tingCards.isEmpty()) { + // 简化兜底分析:优先考虑中张牌 + for (int suit : analysis.cardsBySuit.keySet()) { + // 先添加中张牌 + for (int i = 3; i <= 7; i++) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); + } + // 再添加边张牌 + for (int i = 1; i <= 2; i++) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); + } + for (int i = 8; i <= 9; i++) { + int potentialCard = suit * 100 + i; + analysis.tingCards.add(potentialCard); + } + } + +// logInfo("简单兜底分析完成,听牌组: " + analysis.tingCards); + } + } + + // 确定牌局阶段 + private GamePhase determineGamePhase(List handCards) { + // 简化实现:根据手牌数量估计牌局阶段 + // 实际应用中应该根据已打出的牌数或游戏进度 + int remainingCards = handCards.size(); + if (remainingCards >= 13) { + return GamePhase.EARLY; + } else if (remainingCards >= 9) { + return GamePhase.MIDDLE; + } else { + return GamePhase.LATE; + } + } + + // 确定策略类型 + private StrategyType determineStrategy(HandAnalysis analysis, GamePhase phase) { + // 听牌时采取进攻策略 + if (analysis.isTingPai) { + return StrategyType.ATTACK; + } + + // 向听数少,进攻为主 + if (analysis.shantenCount <= 1) { + return StrategyType.ATTACK; + } + + // 后期防守策略 + if (phase == GamePhase.LATE) { + return StrategyType.DEFEND; + } + + // 中期根据向听数决定 + if (phase == GamePhase.MIDDLE) { + return analysis.shantenCount <= 2 ? StrategyType.BALANCED : StrategyType.DEFEND; + } + + // 早期通常是平衡型或进攻型 + return StrategyType.BALANCED; + } + + // 分析特殊牌型潜力 + private SpecialPattern analyzeSpecialPatternPotential(HandAnalysis analysis) { + // 检查多红中 + if (analysis.hongZhongCount >= 3) { + return SpecialPattern.HONG_ZHONG_MANY; + } + + // 检查清一色潜力 + if (analysis.cardsBySuit.size() == 1 && analysis.hongZhongCount <= 2) { + return SpecialPattern.QING_YI_SE; + } + + // 检查断幺九潜力 + boolean hasYaoJiu = false; + for (List suitCards : analysis.cardsBySuit.values()) { + for (int card : suitCards) { + int rank = card % 100; + if (rank == 1 || rank == 9) { + hasYaoJiu = true; + break; + } + } + if (hasYaoJiu) break; + } + if (!hasYaoJiu) { + return SpecialPattern.DUAN_YAO_JIU; + } + + // 检查龙七对潜力 + if (analysis.hasLongQiDuiPotential) { + return SpecialPattern.LONG_QI_DUI; + } + + return SpecialPattern.NONE; + } + + + + + // 计算刻子潜力 + private int calculateTripletPotential(int sameCardCount, int hongZhongCount) { + if (sameCardCount == 3) { + return WEIGHT_POTENTIAL_TRIPLET + 20; // Already triplet + } else if (sameCardCount == 2) { + return WEIGHT_POTENTIAL_TRIPLET + (hongZhongCount * 15); // Pair+hongZhong can easily form triplet + } else if (sameCardCount == 1 && hongZhongCount >= 2) { + return 30 + (hongZhongCount * 10); // Single card+2hongZhong can form triplet + } + return 0; + } + + // 计算顺子潜力 + private int calculateSequencePotential(int card, List sameSuitCards) { + int potential = 0; + int suit = card / 100; + int rank = card % 100; + + // 获取当前花色所有牌的点数 + Set ranks = new HashSet<>(); + for (int c : sameSuitCards) { + ranks.add(c % 100); + } + + // 检查可能的顺子组合 + // 向前检查:x, x+1, x+2 + for (int start = Math.max(1, rank - 2); start <= Math.min(7, rank); start++) { + int mid = start + 1; + int end = start + 2; + + int matchCount = 0; + if (ranks.contains(start)) matchCount++; + if (ranks.contains(mid)) matchCount++; + if (ranks.contains(end)) matchCount++; + + // 根据匹配数量增加潜力值 + if (matchCount == 3) { + potential += 60; // 完整顺子 + } else if (matchCount == 2) { + potential += 35; // 两搭子 + } else if (matchCount == 1) { + potential += 15; // 单张 + } + } + + // 相邻牌奖励 + if (ranks.contains(rank - 1) || ranks.contains(rank + 1)) { + potential += WEIGHT_CLOSE_ADJACENT; + } + + return potential; + } + + // 计算牌张位置价值 + private int calculateRankValue(int rank) { + int value = 0; + + // 中张牌价值更高 + if (rank >= 3 && rank <= 7) { + value += WEIGHT_MIDDLE_RANK; + // 金3银7特殊价值 + if (rank == 3 || rank == 7) { + value += 10; // 更高的中张价值 + } + } else { + value -= PENALTY_EDGE_RANK; + } + + return value; + } + + // 计算出牌优先级 - 优先考虑剩余牌和牌的潜力 + private Map calculateDiscardPriority(List handCards, + HandAnalysis analysis, + GamePhase phase, + StrategyType strategy, + SpecialPattern specialPattern) { + Map priority = new HashMap<>(); + + for (int card : handCards) { + if (card == HONG_ZHONG) { + // 红中策略根据阶段和策略调整 + int hongZhongValue = calculateHongZhongValue(analysis, phase, strategy, specialPattern); + priority.put(card, hongZhongValue); + continue; + } + + // 获取基本价值 + int usefulness = analysis.cardUsefulness.getOrDefault(card, 0); + int discardValue = usefulness; + + // 调整剩余牌的价值 - 优先从剩余牌中选择要打出的牌 + discardValue = adjustRemainingCardValue(card, analysis); + + // 根据策略调整牌的价值 + discardValue = adjustValueByStrategy(card, discardValue, analysis, strategy, phase); + + // 特殊牌型策略调整 + discardValue = adjustValueBySpecialPattern(card, discardValue, analysis, specialPattern); + + // 集成牌潜力分析到出牌优先级中 + int potentialScore = calculateCardPotentialScore(card, analysis); + // 根据阶段调整潜力权重 - 后期更重视潜力 + int potentialWeight = (phase == GamePhase.LATE) ? 8 : 5; + discardValue += potentialScore * potentialWeight; + + priority.put(card, discardValue); + } + + return priority; + } + + // 计算红中的价值 + private int calculateHongZhongValue(HandAnalysis analysis, GamePhase phase, StrategyType strategy, SpecialPattern specialPattern) { + // 基础价值 + int value = 1000; + + // 根据数量调整 + value -= (analysis.hongZhongCount * 100); + + // 根据牌局阶段调整 + if (phase == GamePhase.LATE) { + // 后期红中价值降低 + value -= 200; + } + + // 多红中时的策略调整 + if (analysis.hongZhongCount >= 3 && specialPattern == SpecialPattern.HONG_ZHONG_MANY) { + // 多红中时保留价值更高 + value += 300; + } + + // 防守策略时可能需要保留红中 + if (strategy == StrategyType.DEFEND) { + value += 100; + } + + // 集成红中的潜力分析 + int potentialScore = calculateCardPotentialScore(HONG_ZHONG, analysis); + // 由于我们已经在calculateCardPotentialScore中为红中提供了特殊处理, + // 这里使用较低的权重来避免过度提升红中的价值 + value += potentialScore * 3; // 适度考虑潜力因素 + + return Math.max(value, 200); // 红中最低价值 + } + + // 根据策略调整牌的价值 + private int adjustValueByStrategy(int card, int value, HandAnalysis analysis, StrategyType strategy, GamePhase phase) { + // 进攻策略:重视听牌和组成面子 + if (strategy == StrategyType.ATTACK) { + // 进攻时更重视对子 + if (analysis.pairs.contains(card)) { + value += 30; + } + // 进攻时更重视顺子潜力 + if (!analysis.isolatedCards.contains(card)) { + value += 20; + } + } + // 防守策略:避免危险牌,保留安全牌 + else if (strategy == StrategyType.DEFEND) { + // 防守时更倾向于保留孤张 + if (analysis.isolatedCards.contains(card)) { + value += 15; + } + // 防守时减少对子价值 + if (analysis.pairs.contains(card)) { + value -= 10; + } + } + + // 后期策略调整 + if (phase == GamePhase.LATE) { + // 后期更倾向于保留中张 + int rank = card % 100; + if (rank >= 3 && rank <= 7) { + value += 10; + } + } + + return value; + } + + // 根据特殊牌型调整牌的价值 + private int adjustValueBySpecialPattern(int card, int value, HandAnalysis analysis, SpecialPattern specialPattern) { + int rank = card % 100; + + switch (specialPattern) { + case DUAN_YAO_JIU: + // 断幺九时,幺九牌价值降低 + if (rank == 1 || rank == 9) { + value -= 50; + } + break; + case LONG_QI_DUI: + // 龙七对时,对子价值提高 + if (analysis.pairs.contains(card)) { + value += 40; + } + break; + case QING_YI_SE: + // 清一色时,当前花色的牌价值提高 + value += 30; + break; + } + + return value; + } + + // 选择要打出的牌 - 优先从剩余牌中选择,听牌时保护听牌组,红中固定不能出 + private int selectCardToDiscard(List handCards, + Map priority, + HandAnalysis analysis, + GamePhase phase, + StrategyType strategy, + Map> discardToTingOptions) { + + logInfo("选择----"+handCards); + // 1. 核心策略:优先考虑可以打出后听牌的牌 + if (!discardToTingOptions.isEmpty()) { +// logInfo("【重要】发现可打出后听牌的选项,优先选择这些牌"); + + + // 从候选牌中过滤出可打出后听牌的牌 + List tingCandidateCards = new ArrayList<>(); + for (int card : handCards) { + if (discardToTingOptions.containsKey(card) && card != HONG_ZHONG) { + tingCandidateCards.add(card); + } + } + + if (!tingCandidateCards.isEmpty()) { + // 智能排序:优先选择数量较多且听牌组较大的牌 + int bestCardToDiscard = sortTingCandidateCards(tingCandidateCards, analysis, discardToTingOptions, priority); + + logInfo("优先选择可听牌的牌: " + bestCardToDiscard + ", 听牌组: " + discardToTingOptions.get(bestCardToDiscard)); + return bestCardToDiscard; + } + } + +// // 2. 优先考虑孤张牌,特别是顺子中多余的牌 +// List isolatedCandidateCards = new ArrayList<>(); + for (int card : handCards) { + // 排除红中(固定不能出) + if (card == HONG_ZHONG) { + continue; + } + // 听牌时,排除听牌组中的牌 + if (analysis.isTingPai && analysis.tingCards.contains(card)) { + continue; + } +// // 检查是否是孤张牌 +// if (analysis.isolatedCards.contains(card)) { +// isolatedCandidateCards.add(card); +// } + } + + // 如果有孤张牌,优先从孤张牌中选择 + if (!analysis.isolatedCards.isEmpty()) { +// logInfo("发现孤张牌,优先从孤张牌中选择要打出的牌: " + analysis.isolatedCards); + // 从孤张牌中找出最低优先级的牌 + return sortCandidateCards(analysis.isolatedCards, priority, analysis, strategy, phase, discardToTingOptions); + } + + + // 新增:摸牌后特殊处理 - 检查新摸的牌是否需要优先保留 + if (analysis.lastDrawnCard != 0 && analysis.lastDrawnCard != HONG_ZHONG) { + // 创建一个排除新摸牌的候选列表(除非新摸牌确实是最差选择) + List nonDrawnCandidateCards = new ArrayList<>(); + for (int card : handCards) { + if (card != HONG_ZHONG && card != analysis.lastDrawnCard && + !(analysis.isTingPai && analysis.tingCards.contains(card))) { + nonDrawnCandidateCards.add(card); + } + } + + if (!nonDrawnCandidateCards.isEmpty()) { + // 评估新摸牌的优先级与其他牌的差距 + int drawnCardPriority = priority.getOrDefault(analysis.lastDrawnCard, 50); + int lowestPriority = Integer.MAX_VALUE; + for (int card : nonDrawnCandidateCards) { + lowestPriority = Math.min(lowestPriority, priority.getOrDefault(card, 50)); + } + + // 如果新摸牌的优先级不是明显高于其他牌,优先保留新摸牌 + if (lowestPriority < drawnCardPriority + 10) { // 设置10的阈值作为缓冲 + logInfo("优先保留新摸的牌: " + analysis.lastDrawnCard); + int cardToDiscard = sortCandidateCards(nonDrawnCandidateCards, priority, analysis, strategy, phase, discardToTingOptions); + return cardToDiscard; + } + } + } + + // 如果没有孤张牌,则从剩余牌中选择要打出的牌 + List remainingCandidateCards = new ArrayList<>(); + for (int card : handCards) { + // 排除红中(固定不能出) + if (card == HONG_ZHONG) { + continue; + } + // 听牌时,排除听牌组中的牌 + if (analysis.isTingPai && analysis.tingCards.contains(card)) { + continue; + } + if (analysis.remainingCards.contains(card)) { + remainingCandidateCards.add(card); + } + } + + // 如果有剩余牌,优先从剩余牌中选择 + if (!remainingCandidateCards.isEmpty()) { + // 从剩余牌中找出最低优先级的牌 + return sortCandidateCards(remainingCandidateCards, priority, analysis, strategy, phase, discardToTingOptions); + } + + // 否则从所有牌中选择,但排除听牌组中的牌和红中 + List allCandidateCards = new ArrayList<>(); + for (int card : handCards) { + // 排除红中(固定不能出) + if (card == HONG_ZHONG) { + continue; + } + // 排除听牌组中的牌 + if (!(analysis.isTingPai && analysis.tingCards.contains(card))) { + allCandidateCards.add(card); + } + } + + // 如果所有牌都在听牌组中或全是红中(极端情况),至少保留一张非红中牌 + if (allCandidateCards.isEmpty() && !handCards.isEmpty()) { + // 找出所有非红中且不在听牌组中的牌 + List fallbackCards = new ArrayList<>(); + for (int card : handCards) { + if (card != HONG_ZHONG) { + fallbackCards.add(card); + } + } + + if (!fallbackCards.isEmpty()) { + // 选择数量最多的牌打出一张 + int maxCount = 0; + int cardToDiscard = fallbackCards.get(0); + for (int card : fallbackCards) { + int count = analysis.cardCounts.getOrDefault(card, 0); + if (count > maxCount) { + maxCount = count; + cardToDiscard = card; + } + } + return cardToDiscard; + } + } + + return sortCandidateCards(allCandidateCards, priority, analysis, strategy, phase, discardToTingOptions); + } + + /** + * 专门为可听牌的候选牌进行排序 + * 按照优先级:听牌组数量 > 牌的数量 > 牌的价值 + */ + private int sortTingCandidateCards(List candidates, HandAnalysis analysis, + Map> discardToTingOptions, + Map priority) { + // 按照优先级排序:1. 听牌组数量 2. 牌的数量 3. 牌的价值 + candidates.sort((a, b) -> { + // 1. 优先比较听牌组数量 + int tingGroupComparison = Integer.compare( + discardToTingOptions.get(b).size(), + discardToTingOptions.get(a).size() + ); + if (tingGroupComparison != 0) { + return tingGroupComparison; + } + + // 2. 比较牌的数量 + int countA = analysis.cardCounts.getOrDefault(a, 0); + int countB = analysis.cardCounts.getOrDefault(b, 0); + int countComparison = Integer.compare(countB, countA); + if (countComparison != 0) { + return countComparison; + } + + // 3. 比较牌的价值(优先级值越低越好) + int priorityA = priority.getOrDefault(a, 0); + int priorityB = priority.getOrDefault(b, 0); + return Integer.compare(priorityA, priorityB); + }); + + return candidates.get(0); + } + + // 排序候选牌 - 提取排序逻辑为单独方法,听牌时特殊处理 + private int sortCandidateCards(List candidateCards, + Map priority, + HandAnalysis analysis, + StrategyType strategy, + GamePhase phase, + Map> discardToTingOptions) { + // 听牌时的特殊处理:确保不会拆听牌组 + if (analysis.isTingPai) { + // 过滤掉听牌组中的牌 + List filteredCards = new ArrayList<>(); + for (int card : candidateCards) { + if (!analysis.tingCards.contains(card)) { + filteredCards.add(card); + } + } + if (!filteredCards.isEmpty()) { + candidateCards = filteredCards; + } + } +// // 找到最低优先级的牌 +// int minPriority = Integer.MAX_VALUE; +// List minPriorityCards = new ArrayList<>(); + //candidateCards + + + // 简化的相邻牌检测逻辑 + Map> suitToValues = new HashMap<>(); + +// 按花色分组并记录牌值 + for (int card : candidateCards) { + int suit = card / 100; + int value = card % 100; + suitToValues.computeIfAbsent(suit, k -> new HashSet<>()).add(value); + } + + List nonAdjacentCards = new ArrayList<>(); + +// 检查每个花色中的牌,只保留没有相邻关系的牌 + for (int card : candidateCards) { + int suit = card / 100; + int value = card % 100; + Set values = suitToValues.get(suit); + + // 检查这张牌是否有相邻牌(左边或右边) + boolean hasLeftAdjacent = values.contains(value - 1); + boolean hasRightAdjacent = values.contains(value + 1); + + + if (!(hasLeftAdjacent || hasRightAdjacent)){ + nonAdjacentCards.add(card); + } + } + + // 简化的相邻牌检测逻辑 + Map> suitToValues1 = new HashMap<>(); + for (int card : nonAdjacentCards) { + int suit = card / 100; + int value = card % 100; + suitToValues1.computeIfAbsent(suit, k -> new HashSet<>()).add(value); + } + List nonAdjacentCards1 = new ArrayList<>(); + for (int card : nonAdjacentCards){ + int suit = card / 100; + int value = card % 100; + Set values = suitToValues1.get(suit); + // 2. 检查是否有卡隆牌(间隔一张) + boolean hasLeftCardLong = values.contains(value - 2); // 如3和5 + boolean hasRightCardLong = values.contains(value + 2); // 如5和3 + + if (!(hasLeftCardLong || hasRightCardLong)){ + nonAdjacentCards1.add(card); + } + } + + + if (!nonAdjacentCards1.isEmpty()){ + nonAdjacentCards=nonAdjacentCards1; + } + + List resultCards = new ArrayList<>(); + if (nonAdjacentCards.isEmpty()){ + // 如果nonAdjacentCards为空,优先找边张 + List edgeCards = new ArrayList<>(); + + + + for (int card : candidateCards) { + int value = card % 100; + // 边张:1或9(假设麻将牌值范围是1-9) + if (value == 1 || value == 9) { + edgeCards.add(card); + } + } + + + if (!edgeCards.isEmpty()) { + // 有边张,使用边张 + nonAdjacentCards = edgeCards; + return nonAdjacentCards.get(0); + } else { + // 没有边张,取下标为1的牌(第二个元素) + if (candidateCards.size() > 1) { + nonAdjacentCards.add(candidateCards.get(1)); + return nonAdjacentCards.get(0); + } else { + // 如果只有一个元素,就取这个元素 + nonAdjacentCards.add(candidateCards.get(0)); + return nonAdjacentCards.get(0); + } + } + } + if (!nonAdjacentCards.isEmpty()){ + + for (int card : nonAdjacentCards) { + int value = card % 100; + // 边张:1或9(假设麻将牌值范围是1-9) + if (value == 1 || value == 9) { + resultCards.add(card); + } + + } + if (!resultCards.isEmpty()){ + return resultCards.get(0); + } + + } + + List resultCards1 = new ArrayList<>(); + if (resultCards.isEmpty()){ + for (int card : nonAdjacentCards) { + int value = card % 100; + + + if (value==8 || value==2){ + resultCards1.add(card); + } + + + } + if (!resultCards1.isEmpty()){ + return resultCards1.get(0); + } + } + + List resultCards2= new ArrayList<>(); + if (resultCards1.isEmpty()){ + for (int card : nonAdjacentCards) { + int value = card % 100; + + + if (value==7 || value==3 || value==6 || value==4 || value==5){ + resultCards2.add(card); + } + + + } + if (!resultCards2.isEmpty()){ + return resultCards2.get(0); + } + } + + +// 现在 nonAdjacentCards 中只包含不能组成顺子的牌 +// 对于输入 [206, 304, 305],结果将是 [206] + + + + if (!nonAdjacentCards.isEmpty()) { + // 更自然的排序逻辑,优先考虑孤张牌的刻子和边搭可能性 + nonAdjacentCards.sort((a, b) -> { + + int rankA = a % 100; + int rankB = b % 100; + int suitA = a / 100; + int suitB = b / 100; + + // 1. 特殊处理:检查是否可以通过打这张牌听牌 + boolean canTingA = discardToTingOptions != null && discardToTingOptions.containsKey(a); + boolean canTingB = discardToTingOptions != null && discardToTingOptions.containsKey(b); + + // 如果只有一张牌可以打出听牌,则优先打那张牌 + if (canTingA && !canTingB) { + return -1; + } + if (!canTingA && canTingB) { + return 1; + } + + // 如果两张牌都可以听牌,比较听牌组数量 + if (canTingA && canTingB) { + int tingGroupA = discardToTingOptions.get(a).size(); + int tingGroupB = discardToTingOptions.get(b).size(); + return Integer.compare(tingGroupB, tingGroupA); // 听牌组多的优先 + } + + // 2. 特殊处理:检查是否是顺子中多余的牌(比如顺子234中多出的3) + boolean isExtraInSequenceA = isExtraCardInSequence(a, analysis); + boolean isExtraInSequenceB = isExtraCardInSequence(b, analysis); + + // 如果一个是顺子中多余的牌,另一个不是,则优先打出多余的牌 + if (isExtraInSequenceA && !isExtraInSequenceB) { + return -1; // A是顺子中多余的牌,优先打A + } + if (!isExtraInSequenceA && isExtraInSequenceB) { + return 1; // B是顺子中多余的牌,优先打B + } + + // 1. 孤张牌处理:优先考虑没有潜力或潜力低的孤张 + boolean isIsolatedA = analysis.isolatedCards.contains(a); + boolean isIsolatedB = analysis.isolatedCards.contains(b); + + // 计算潜力分数 + int potentialA = calculateCardPotentialScore(a, analysis); + int potentialB = calculateCardPotentialScore(b, analysis); + + // 摸牌后特殊处理:检查是否是新摸的牌 + boolean isDrawnCardA = a == analysis.lastDrawnCard; + boolean isDrawnCardB = b == analysis.lastDrawnCard; + + // 如果其中一张是新摸的牌,给予适当的优先级提升 + if (isDrawnCardA && !isDrawnCardB) { + // 新摸的牌有潜力时优先保留 + if (potentialA > 15) { + return 1; // 保留新摸的有潜力的牌 + } + } else if (isDrawnCardB && !isDrawnCardA) { + // 新摸的牌有潜力时优先保留 + if (potentialB > 15) { + return -1; // 保留新摸的有潜力的牌 + } + } + + // 首先,将没有任何潜力的孤张牌优先打出 + if (isIsolatedA && potentialA == 0 && !(isIsolatedB && potentialB == 0)) { + return -1; // A是没有任何潜力的孤张,优先打A + } + if (isIsolatedB && potentialB == 0 && !(isIsolatedA && potentialA == 0)) { + return 1; // B是没有任何潜力的孤张,优先打B + } + + // 如果都是孤张,按潜力分数排序 + if (isIsolatedA && isIsolatedB) { + // 潜力低的优先打出 + if (potentialA != potentialB) { + return Integer.compare(potentialA, potentialB); + } + // 潜力相同时,检查是否是新摸的牌,优先保留新摸的牌 + if (isDrawnCardA && !isDrawnCardB) { + return 1; // 保留新摸的牌 + } else if (isDrawnCardB && !isDrawnCardA) { + return -1; // 保留新摸的牌 + } + } + // 如果一个是孤张,一个不是,则比较它们的潜力 + else if (isIsolatedA && !isIsolatedB) { + // 孤张但有一定潜力,与非孤张比较 + if (potentialA < potentialB - 5) { // 设置阈值,避免过于保守 + return -1; // A潜力明显低于B,优先打A + } + // 孤张但有潜力且是新摸的牌,优先保留 + if (isDrawnCardA && potentialA > 10) { + return 1; // 保留新摸的有潜力的孤张牌 + } + } + else if (!isIsolatedA && isIsolatedB) { + // 孤张但有一定潜力,与非孤张比较 + if (potentialB < potentialA - 5) { // 设置阈值 + return 1; // B潜力明显低于A,优先打B + } + // 孤张但有潜力且是新摸的牌,优先保留 + if (isDrawnCardB && potentialB > 10) { + return -1; // 保留新摸的有潜力的孤张牌 + } + } + + // 2. 边张处理:优先考虑没有刻子或边搭可能性的边张 + boolean isEdgeA = (rankA == 1 || rankA == 9); + boolean isEdgeB = (rankB == 1 || rankB == 9); + + if (isEdgeA && isEdgeB) { + // 两个都是边张,优先打出没有潜力的边张 + boolean hasPotentialA = hasEdgeCardPotential(a, analysis); + boolean hasPotentialB = hasEdgeCardPotential(b, analysis); + + if (hasPotentialA != hasPotentialB) { + return hasPotentialA ? 1 : -1; // 有潜力的边张优先保留 + } + // 如果都有或都没有潜力,再比较具体的潜力分数 + if (potentialA != potentialB) { + return Integer.compare(potentialA, potentialB); + } + } else if (isIsolatedA && isEdgeA && !isIsolatedB && !isEdgeB) { + // A是孤立的边张,B不是,检查A是否有潜力 + if (!hasEdgeCardPotential(a, analysis)) { + return -1; // A是孤立且没有潜力的边张,优先打A + } + } else if (isIsolatedB && isEdgeB && !isIsolatedA && !isEdgeA) { + // B是孤立的边张,A不是,检查B是否有潜力 + if (!hasEdgeCardPotential(b, analysis)) { + return 1; // B是孤立且没有潜力的边张,优先打B + } + } + + // 4. 次边张处理(2,8) + boolean isSubEdgeA = (rankA == 2 || rankA == 8); + boolean isSubEdgeB = (rankB == 2 || rankB == 8); + + if (isSubEdgeA && !isSubEdgeB) { + // A是次边张,B不是,检查A是否有潜力 + if (!hasEdgeCardPotential(a, analysis)) { + return -1; // A是没有潜力的次边张,优先打A + } + } + if (!isSubEdgeA && isSubEdgeB) { + // B是次边张,A不是,检查B是否有潜力 + if (!hasEdgeCardPotential(b, analysis)) { + return 1; // B是没有潜力的次边张,优先打B + } + } + // 如果两个都是次边张,比较它们的潜力 + if (isSubEdgeA && isSubEdgeB) { + boolean hasPotentialA = hasEdgeCardPotential(a, analysis); + boolean hasPotentialB = hasEdgeCardPotential(b, analysis); + + if (hasPotentialA != hasPotentialB) { + return hasPotentialA ? 1 : -1; // 有潜力的次边张优先保留 + } + } + + // 5. 根据策略调整 + if (strategy == StrategyType.DEFEND) { + // 防守时保留中张 + if (isMiddleCard(rankA) && !isMiddleCard(rankB)) return 1; + if (!isMiddleCard(rankA) && isMiddleCard(rankB)) return -1; + } + + // 6. 最后按点数排序 + return Integer.compare(a, b); + }); + + return nonAdjacentCards.get(0); + } + + // 默认返回第一张牌 + return nonAdjacentCards.get(0); + } + + /** + * 检查一张牌是否是顺子中多余的牌(比如顺子234中多出的3) + * @param card 要检查的牌 + * @param analysis 手牌分析结果 + * @return 如果是顺子中多余的牌,返回true,否则返回false + */ + private boolean isExtraCardInSequence(int card, HandAnalysis analysis) { + // 获取牌的点数和花色 + int rank = card % 100; + int suit = card / 100; + + // 检查这张牌的数量 + int cardCount = analysis.cardCounts.getOrDefault(card, 0); + + // 如果这张牌的数量大于1,并且它参与了至少一个顺子 + if (cardCount > 1) { + // 检查这张牌是否在顺子中 + boolean isInSequence = false; + for (List meld : analysis.completedMelds) { + // 检查是否是顺子(不是刻子) + if (!(meld.get(0).equals(meld.get(1)) && meld.get(1).equals(meld.get(2)))) { + // 检查顺子中是否包含这张牌 + if (meld.contains(card)) { + isInSequence = true; + break; + } + } + } + + // 如果这张牌在顺子中,并且数量大于1,那么它可能是顺子中多余的牌 + if (isInSequence) { + // 计算这张牌在顺子中被使用的次数 + int usedInSequenceCount = 0; + for (List meld : analysis.completedMelds) { + if (!(meld.get(0).equals(meld.get(1)) && meld.get(1).equals(meld.get(2)))) { + for (int c : meld) { + if (c == card) { + usedInSequenceCount++; + } + } + } + } + + // 如果这张牌在顺子中被使用的次数小于它的总数量,那么它是顺子中多余的牌 + return usedInSequenceCount < cardCount; + } + } + + return false; + } + + // 判断边张牌是否有刻子或边搭的可能性 + private boolean hasEdgeCardPotential(int card, HandAnalysis analysis) { + // 使用增强版的潜力计算方法 + return calculateCardPotentialScore(card, analysis) > 0; + } + + // 判断是否为中张牌 + private boolean isMiddleCard(int rank) { + return rank >= 3 && rank <= 7; + } + + // 检查边张牌是否有刻子或边搭的可能性 - 使用统一的潜力计算方法 + + + /** + * 高级摸牌分析 - 全面检测摸牌后是否可听牌,并深入分析手牌结构 + * 在摸牌后、打牌前调用此方法进行全面分析,确定是否已经听牌或如何打出牌可以听牌 + * @param currentHand 摸牌前的手牌 + * @param drawnCard 刚摸到的牌 + * @return 当前手牌是否已经听牌 + */ + public boolean analyzeDrawCard(List currentHand, int drawnCard) { + System.out.println("机器人手牌" + currentHand); + // 创建包含摸牌后的手牌 + List newHand = new ArrayList<>(currentHand); +// newHand.add(drawnCard); + newHand.sort(Integer::compareTo); + drawnCard = drawnCards; + System.out.println("drawnCards ======= " + drawnCards); + logInfo("\n===== 开始摸牌分析 ====="); + logInfo("摸牌: " + drawnCard + ",摸牌后手牌: " + newHand); + + // 分析新的手牌结构和听牌状态 + HandAnalysis analysis = analyzeHand(newHand); + analysis.lastDrawnCard = drawnCard; // 记录最后摸的牌 + + + + // 额外检查:确保孤牌字段被正确更新 + // 如果摸牌后有新的牌型变化,可能需要重新计算孤牌 + reanalyzeIsolatedCards(analysis, newHand); + + // 输出详细分析结果 + logInfo("摸牌后分析结果:"); + logInfo("- 是否听牌: " + analysis.isTingPai); + if (analysis.isTingPai) { +// logInfo("- 可听的牌组: " + analysis.tingCards); +// // 分析听牌类型 +// String tingType = analyzeTingType(analysis); +// logInfo("- 听牌类型: " + tingType); +// // 评估听牌强度 +// int tingStrength = evaluateTingStrength(analysis); +// logInfo("- 听牌强度评分: " + tingStrength); + } else { + // 分析向听数和改进建议 +// logInfo("- 向听数: " + analysis.shantenCount); +// logInfo("- 改进建议: " + getImprovementSuggestions(analysis)); + } +// logInfo("- 红中数量: " + analysis.hongZhongCount); +// logInfo("- 已完成的面子数: " + analysis.meldCount); +// logInfo("- 对子数量: " + analysis.pairCount); +// logInfo("- 孤张牌: " + analysis.isolatedCards); + + // 特别分析新摸的牌对牌型的影响 + int newCardCount = 0; + for (int card : newHand) { + if (card == drawnCard) newCardCount++; + } + + logInfo("- 新摸牌 " + drawnCard + " 的数量: " + newCardCount); + + // 分析新摸牌的潜力 + int drawnCardPotential = calculateCardPotentialScore(drawnCard, analysis); + logInfo("- 新摸牌的潜力分数: " + drawnCardPotential); + + // 分析新摸牌的类型 + String cardType = analyzeCardType(drawnCard, newCardCount, analysis); +// logInfo("- 新摸牌类型: " + cardType); +// +// //分析打出哪张牌可以听牌 +// logInfo("\n分析打出哪张牌可以听牌:"); + Map> discardToTingOptions = findDiscardToTing(newHand); + + // 分析最佳出牌策略 + if (!discardToTingOptions.isEmpty()) { + analyzeBestDiscardStrategy(discardToTingOptions, analysis); + } + + // 将刻子、顺子、红中单独拎出后分析剩余牌,帮助确定出牌策略 + separateAndAnalyzeHand(newHand); + + logInfo("===== 摸牌分析完成 =====\n"); + + // 返回当前手牌是否已经听牌 + return analysis.isTingPai; + } + + /** + * 分析听牌类型 - 精确版 + * 更详细地识别不同类型的听牌 + * @param analysis 手牌分析结果对象 + * @return 听牌类型描述 + */ + /** + * 重新分析孤牌 - 在摸牌后调用,确保孤牌字段的准确性 + * @param analysis 手牌分析结果对象 + * @param handCards 完整的手牌(包括刚摸的牌) + */ + private void reanalyzeIsolatedCards(HandAnalysis analysis, List handCards) { + // 清空现有的孤牌列表 + analysis.isolatedCards.clear(); + + // 重新分析孤牌 + // 1. 首先找出所有没有被用于面子或对子的牌 + List potentialIsolated = new ArrayList<>(); + for (Map.Entry> entry : analysis.cardsBySuit.entrySet()) { + for (int card : entry.getValue()) { + if (!analysis.usedInMelds.contains(card) && !analysis.usedInPairs.contains(card)) { + potentialIsolated.add(card); + } + } + } + + // 2. 对每个潜在的孤牌,检查它是否真的孤立(没有相邻牌) + for (int card : potentialIsolated) { + int rank = card % 100; + int suit = card / 100; + boolean isIsolated = true; + + // 检查前一张牌是否存在 + if (rank > 1) { + int prevCard = suit * 100 + (rank - 1); + if (analysis.cardCounts.getOrDefault(prevCard, 0) > 0) { + isIsolated = false; + } + } + + // 检查后一张牌是否存在 + if (rank < 9 && isIsolated) { + int nextCard = suit * 100 + (rank + 1); + if (analysis.cardCounts.getOrDefault(nextCard, 0) > 0) { + isIsolated = false; + } + } + + // 检查红中的影响(如果有红中,单张牌不那么孤立) + if (isIsolated && analysis.hongZhongCount > 0) { + // 有红中时,评估这张牌的潜力 + int potentialScore = calculateCardPotentialScore(card, analysis); + if (potentialScore > 10) { // 设置一个阈值,潜力较高的牌不视为孤牌 + isIsolated = false; + } + } + + if (isIsolated) { + analysis.isolatedCards.add(card); + } + } + + logInfo("重新分析后的孤牌: " + analysis.isolatedCards); + } + + /** + * 分析听牌类型 - 精确版 + * 更详细地识别不同类型的听牌 + */ + private String analyzeTingType(HandAnalysis analysis) { + Set tingCards = analysis.tingCards; + int tingCardCount = tingCards.size(); + + if (tingCardCount == 0) { + return "未知听牌类型"; + } + + // 统计各花色的听牌数量 + Map suitTingCount = new HashMap<>(); + for (int card : tingCards) { + int suit = card / 100; + suitTingCount.put(suit, suitTingCount.getOrDefault(suit, 0) + 1); + } + + // 检查是否为清一色或混一色听牌 + boolean isPureSuit = suitTingCount.size() == 1 && !suitTingCount.containsKey(HONG_ZHONG / 100); + + // 检查红中的影响 + boolean hasHongZhongImpact = analysis.hongZhongCount > 0 && analysis.hongZhongContributedTingCards > 0; + + // 详细的听牌类型判断 + if (tingCardCount == 1) { + return "单调张听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } else if (tingCardCount == 2) { + // 检查是否为两面听 + List sortedTingCards = new ArrayList<>(tingCards); + Collections.sort(sortedTingCards); + int suit1 = sortedTingCards.get(0) / 100; + int suit2 = sortedTingCards.get(1) / 100; + int rank1 = sortedTingCards.get(0) % 100; + int rank2 = sortedTingCards.get(1) % 100; + + if (suit1 == suit2 && Math.abs(rank1 - rank2) == 2) { + return "两面听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } else { + return "双碰听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } + } else if (tingCardCount == 3) { + // 检查是否为三面听(如1,4,7或3,6,9) + List sortedTingCards = new ArrayList<>(tingCards); + Collections.sort(sortedTingCards); + boolean sameSuit = true; + int suit = sortedTingCards.get(0) / 100; + for (int card : sortedTingCards) { + if (card / 100 != suit) { + sameSuit = false; + break; + } + } + + if (sameSuit) { + int rank1 = sortedTingCards.get(0) % 100; + int rank2 = sortedTingCards.get(1) % 100; + int rank3 = sortedTingCards.get(2) % 100; + + if ((rank1 == 1 && rank2 == 4 && rank3 == 7) || + (rank1 == 3 && rank2 == 6 && rank3 == 9)) { + return "三面听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } + } + + return "多面听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } else if (tingCardCount >= 4 && tingCardCount <= 6) { + return "多面听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } else { + // 大量听牌,可能是清幺九或其他特殊牌型 + if (isPureSuit) { + return "清一色广听牌" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } else { + return "广听牌(听多张)" + (hasHongZhongImpact ? "(红中辅助)" : ""); + } + } + } + + /** + * 评估听牌强度 - 高级版 + * 综合考虑多种因素进行精确的听牌强度评估 + * @param analysis 手牌分析结果对象 + * @return 听牌强度评分(0-100) + */ + private int evaluateTingStrength(HandAnalysis analysis) { + int strength = 0; + Set tingCards = analysis.tingCards; + int tingCardCount = tingCards.size(); + + // 基础分:根据听牌数量(非线性增长) + if (tingCardCount == 1) { + strength += 20; + } else if (tingCardCount == 2) { + strength += 35; + } else if (tingCardCount == 3) { + strength += 50; + } else if (tingCardCount == 4) { + strength += 60; + } else if (tingCardCount == 5) { + strength += 70; + } else if (tingCardCount >= 6) { + strength += 80; + } + + // 加分:中张听牌(3-7)- 更易胡牌 + for (int card : tingCards) { + int rank = card % 100; + if (rank >= 3 && rank <= 7) { + strength += 3; + } else if (rank == 2 || rank == 8) { + strength += 1; + } else if (rank == 1 || rank == 9) { + strength -= 1; + } + } + + // 加分:已完成面子多 + strength += analysis.meldCount * 7; + + // 加分:对子数量适中 + if (analysis.pairCount == 1) { + strength += 5; + } else if (analysis.pairCount > 1) { + strength -= analysis.pairCount - 1; + } + + // 红中影响评估 + if (analysis.hongZhongCount == 0) { + // 无红中听牌,难度较大,给予额外加分 + strength += 10; + } else if (analysis.hongZhongCount == 1) { + strength += 7; + } else if (analysis.hongZhongCount == 2) { + strength += 4; + } else if (analysis.hongZhongCount >= 3) { + // 红中过多可能限制牌型,给予少量减分 + strength -= Math.min(analysis.hongZhongCount - 2, 5); + } + + // 减分:孤张多 + strength -= analysis.isolatedCards.size() * 4; + + // 加分:听牌中的新摸牌 + if (analysis.isTingPai && tingCards.contains(analysis.lastDrawnCard)) { + strength += 5; + } + + // 加分:听牌组的花色多样性(避免只听一种花色) + Map suitTingCount = new HashMap<>(); + for (int card : tingCards) { + int suit = card / 100; + suitTingCount.put(suit, suitTingCount.getOrDefault(suit, 0) + 1); + } + if (suitTingCount.size() > 1) { + strength += 5; + } + + // 确保分数在合理范围内 + return Math.max(0, Math.min(strength, 100)); + } + + /** + * 获取手牌改进建议 + * @param analysis 手牌分析结果对象 + * @return 改进建议 + */ + private String getImprovementSuggestions(HandAnalysis analysis) { + StringBuilder suggestions = new StringBuilder(); + + if (analysis.shantenCount == 1) { + suggestions.append("接近听牌,优先考虑打出孤张牌。"); + } else if (analysis.shantenCount == 2) { + suggestions.append("需要整理手牌,形成更多对子或顺子。"); + } else { + suggestions.append("手牌需要大幅调整,优先保留有潜力的牌组。"); + } + + if (analysis.isolatedCards.size() > 3) { + suggestions.append(" 考虑打出多余的孤张牌。"); + } + + if (analysis.hongZhongCount > 3) { + suggestions.append(" 红中数量过多,可以考虑杠牌或保留。"); + } + + return suggestions.toString(); + } + + /** + * 分析牌的类型 + * @param card 牌 + * @param count 牌的数量 + * @param analysis 手牌分析结果对象 + * @return 牌类型描述 + */ + private String analyzeCardType(int card, int count, HandAnalysis analysis) { + if (card == HONG_ZHONG) { + return "红中(万能牌)"; + } + + if (analysis.pairs.contains(card)) { + return "对子牌"; + } + + if (analysis.isolatedCards.contains(card)) { + return "孤张牌"; + } + + if (count == 3) { + return "刻子牌"; + } + + int rank = card % 100; + if (rank == 1 || rank == 9) { + return "幺九牌"; + } else if (rank >= 3 && rank <= 7) { + return "中张牌"; + } else { + return "边张牌"; + } + } + + /** + * 分析最佳出牌策略 + * @param discardToTingOptions 出牌听牌选项 + * @param analysis 手牌分析结果对象 + */ + private void analyzeBestDiscardStrategy(Map> discardToTingOptions, HandAnalysis analysis) { + // 找出听牌组最多的出牌选项 + int maxTingCards = 0; + int bestCardToDiscard = -1; + + for (Map.Entry> entry : discardToTingOptions.entrySet()) { + int card = entry.getKey(); + Set tingCards = entry.getValue(); + + if (tingCards.size() > maxTingCards) { + maxTingCards = tingCards.size(); + bestCardToDiscard = card; + } + } + + if (bestCardToDiscard != -1) { + logInfo("最佳出牌策略: 打出 " + bestCardToDiscard + " 可以听 " + maxTingCards + " 张牌"); + logInfo("听牌组: " + discardToTingOptions.get(bestCardToDiscard)); + } + + // 分析不同出牌选项的优劣 + for (Map.Entry> entry : discardToTingOptions.entrySet()) { + int card = entry.getKey(); + Set tingCards = entry.getValue(); + + // 评估这个出牌选项的价值 + int value = evaluateDiscardOption(card, tingCards, analysis); + logInfo("出牌选项评估: 打出 " + card + " (价值: " + value + ") -> 听牌: " + tingCards); + } + } + + /** + * 评估出牌选项的价值 + * @param card 要打出的牌 + * @param tingCards 听牌组 + * @param analysis 手牌分析结果对象 + * @return 价值评分 + */ + private int evaluateDiscardOption(int card, Set tingCards, HandAnalysis analysis) { + int value = 0; + + // 基础分:听牌数量 + value += tingCards.size() * 10; + + // 减分:如果是有价值的牌 + if (analysis.cardUsefulness.containsKey(card)) { + value -= analysis.cardUsefulness.get(card) / 5; + } + + // 加分:中张听牌多 + for (int tingCard : tingCards) { + int rank = tingCard % 100; + if (rank >= 3 && rank <= 7) { + value += 2; + } + } + + // 加分:如果是孤张牌 + if (analysis.isolatedCards.contains(card)) { + value += 10; + } + + return value; + } + + /** + * 将刻子、顺子、红中单独拎出,然后分析剩余的牌 + * @param hand 当前手牌 + */ + public void separateAndAnalyzeHand(List hand) { + System.out.println("\n开始分离分析手牌..."); + + // 分析手牌 + HandAnalysis analysis = analyzeHand(hand); + + // 统计原始手牌中每张牌的数量 + Map originalCounts = new HashMap<>(); + for (int card : hand) { + originalCounts.put(card, originalCounts.getOrDefault(card, 0) + 1); + } + + // 分离出刻子 + List kziCards = new ArrayList<>(); + Map usedInKzi = new HashMap<>(); + for (List meld : analysis.completedMelds) { + if (meld.get(0).equals(meld.get(1)) && meld.get(1).equals(meld.get(2))) { + kziCards.addAll(meld); + int card = meld.get(0); + usedInKzi.put(card, usedInKzi.getOrDefault(card, 0) + 3); + } + } + + // 分离出顺子 + List shunziCards = new ArrayList<>(); + Map usedInShunzi = new HashMap<>(); + for (List meld : analysis.completedMelds) { + if (!(meld.get(0).equals(meld.get(1)) && meld.get(1).equals(meld.get(2)))) { + shunziCards.addAll(meld); + // 统计顺子中每张牌的使用次数 + for (int card : meld) { + usedInShunzi.put(card, usedInShunzi.getOrDefault(card, 0) + 1); + } + } + } + + // 分离出红中 + List hongzhongCards = new ArrayList<>(); + for (int card : hand) { + if (card == HONG_ZHONG) { + hongzhongCards.add(card); + } + } + + // 计算剩余需要分析的牌(处理顺子中多余的牌) + List remainingCards = new ArrayList<>(); + for (Map.Entry entry : originalCounts.entrySet()) { + int card = entry.getKey(); + int totalCount = entry.getValue(); + + // 跳过红中 + if (card == HONG_ZHONG) { + continue; + } + + // 减去刻子和顺子中使用的数量 + int usedCount = usedInKzi.getOrDefault(card, 0) + usedInShunzi.getOrDefault(card, 0); + int remainingCount = totalCount - usedCount; + + // 将剩余的牌添加到remainingCards中 + for (int i = 0; i < remainingCount; i++) { + remainingCards.add(card); + } + } + + // 输出分离结果 + System.out.println("分离结果:"); + System.out.println("- 刻子: " + kziCards); + System.out.println("- 顺子: " + shunziCards); + System.out.println("- 红中: " + hongzhongCards); + System.out.println("- 剩余待分析的牌: " + remainingCards); + + // 更新analysis中的剩余牌 + analysis.remainingCards = remainingCards; + + // 分析剩余牌的结构 + analyzeRemainingCards(remainingCards, analysis); + } + + /** + * 分析剩余需要处理的牌的结构 + * @param remainingCards 剩余的牌 + * @param analysis 手牌分析结果 + */ + private void analyzeRemainingCards(List remainingCards, HandAnalysis analysis) { + if (remainingCards.isEmpty()) { + System.out.println("没有剩余需要分析的牌,手牌结构完整"); + return; + } + + // 统计剩余牌的数量 + Map cardCounts = new HashMap<>(); + for (int card : remainingCards) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 识别对子、搭子和孤张 + List pairs = new ArrayList<>(); + List triples = new ArrayList<>(); // 三张(可拆分成刻子) + List搭子 = new ArrayList<>(); + Set usedInPairsOrTriples = new HashSet<>(); + + // 首先识别对子和三张 + for (Map.Entry entry : cardCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 3) { + triples.add(card); + usedInPairsOrTriples.add(card); + } else if (count == 2) { + pairs.add(card); + usedInPairsOrTriples.add(card); + } + } + + // 将剩余的牌按花色分组进行搭子分析 + Map> suitGroups = new HashMap<>(); + for (Map.Entry entry : cardCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + int suit = card / 100; + + // 只考虑未被用于对子或三张的牌,以及数量>1的情况 + if (!usedInPairsOrTriples.contains(card) || count > 2) { + suitGroups.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + } + + // 对每个花色单独分析搭子 + Set usedIn搭子 = new HashSet<>(); + for (List suitCards : suitGroups.values()) { + // 按点数排序 + suitCards.sort((a, b) -> Integer.compare(a % 100, b % 100)); + + // 检查边搭(1-2, 8-9) + for (int i = 0; i < suitCards.size() - 1; i++) { + int card1 = suitCards.get(i); + int card2 = suitCards.get(i + 1); + int rank1 = card1 % 100; + int rank2 = card2 % 100; + + // 边搭:1-2 或 8-9 + if (Math.abs(rank1 - rank2) == 1) { + if ((rank1 == 1 && rank2 == 2) || (rank1 == 8 && rank2 == 9)) { + if (!usedIn搭子.contains(card1) && !usedIn搭子.contains(card2)) { + 搭子.add(card1); + 搭子.add(card2); + usedIn搭子.add(card1); + usedIn搭子.add(card2); + } + } + } + } + + // 检查两面搭(中间的连续牌) + for (int i = 0; i < suitCards.size() - 1; i++) { + int card1 = suitCards.get(i); + int card2 = suitCards.get(i + 1); + int rank1 = card1 % 100; + int rank2 = card2 % 100; + + // 两面搭:2-3, 3-4, ..., 7-8 + if (Math.abs(rank1 - rank2) == 1 && + rank1 > 1 && rank1 < 8 && rank2 > 2 && rank2 < 9) { + if (!usedIn搭子.contains(card1) && !usedIn搭子.contains(card2)) { + 搭子.add(card1); + 搭子.add(card2); + usedIn搭子.add(card1); + usedIn搭子.add(card2); + } + } + } + + // 检查坎搭(间隔一张的牌) + for (int i = 0; i < suitCards.size() - 1; i++) { + for (int j = i + 1; j < suitCards.size(); j++) { + int card1 = suitCards.get(i); + int card2 = suitCards.get(j); + int rank1 = card1 % 100; + int rank2 = card2 % 100; + + // 坎搭:间隔一张,如1-3, 2-4等 + if (Math.abs(rank1 - rank2) == 2) { + if (!usedIn搭子.contains(card1) && !usedIn搭子.contains(card2)) { + 搭子.add(card1); + 搭子.add(card2); + usedIn搭子.add(card1); + usedIn搭子.add(card2); + } + } + } + } + } + + // 找出孤张牌(未被用于对子、三张或搭子的单张) + List isolatedCards = new ArrayList<>(); + for (Map.Entry entry : cardCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + // 单张且未被用于搭子 + if (count == 1 && !usedIn搭子.contains(card)) { + isolatedCards.add(card); + } + } + + // 更新analysis中的孤张牌信息,确保顺子中多余的牌被正确识别为孤张 + analysis.isolatedCards = isolatedCards; + + System.out.println("剩余牌分析:"); + System.out.println("- 三张: " + triples); + System.out.println("- 对子: " + pairs); + System.out.println("- 搭子: " + 搭子); + System.out.println("- 孤张: " + isolatedCards); + + // 计算剩余牌需要的张数来完成牌型 + int neededMelds = 4 - analysis.meldCount; + int neededPairs = (analysis.pairCount > 0) ? 0 : 1; + System.out.println("还需要完成的面子数: " + neededMelds); + System.out.println("还需要的对子数: " + neededPairs); + + // 分析牌的冗余情况 + if (!isolatedCards.isEmpty()) { + System.out.println("存在孤张牌,建议考虑打出:" + isolatedCards); + } + } + + /** + * 分析打出哪张牌可以听牌 + * 在摸牌后、打牌前的关键步骤,找出最优出牌选择 + * 通过模拟打出每一张牌,检测是否能进入听牌状态 + * + * @param currentHand 当前手牌(包含刚摸的牌) + * @return 可以打出的牌列表,以及每张牌打出后可以听的牌组 + */ + public Map> findDiscardToTing(List currentHand) { + Map> discardToTingMap = new HashMap<>(); + logInfo("\n开始分析打出哪张牌可以听牌..."); + + // 对手牌进行深度复制,避免修改原手牌 + List handCopy = new ArrayList<>(currentHand); + handCopy.sort(Integer::compareTo); + + // 统计每种牌的数量,避免重复分析相同的牌 + Map cardCounts = new HashMap<>(); + for (int card : handCopy) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 尝试打出每一种不同的牌,进行模拟分析 + for (Map.Entry entry : cardCounts.entrySet()) { + int cardToDiscard = entry.getKey(); + int count = entry.getValue(); + + // 红中通常不会打出,但仍然分析可能性 + if (cardToDiscard == HONG_ZHONG) { + logInfo("- 通常不建议打出红中: " + cardToDiscard); + continue; + } + + // 模拟打出这张牌 + List tempHand = new ArrayList<>(handCopy); + tempHand.remove(Integer.valueOf(cardToDiscard)); + + // 分析打出这张牌后的手牌是否听牌 + HandAnalysis analysis = analyzeHand(tempHand); + + // 如果听牌,记录这张牌和对应的听牌组 + if (analysis.isTingPai && !analysis.tingCards.isEmpty()) { + discardToTingMap.put(cardToDiscard, analysis.tingCards); + logInfo("- 打出牌: " + cardToDiscard + " 后可以听牌"); + logInfo(" 听的牌组: " + analysis.tingCards); + } + } + + // 输出分析结果 + if (discardToTingMap.isEmpty()) { + logInfo("- 当前没有可以打出后听牌的牌"); + } else { + logInfo("\n可打出后听牌的牌数量: " + discardToTingMap.size()); + logInfo("建议打出的牌及其对应的听牌组:"); + for (Map.Entry> entry : discardToTingMap.entrySet()) { + logInfo("- 牌: " + entry.getKey() + " -> 听牌组: " + entry.getValue()); + } + } + + return discardToTingMap; + } + + // 碰牌判断 - 实现碰牌规则 + public boolean shouldPong(int proposedCard, List currentHand) { + // 分析当前手牌 + HandAnalysis analysis = analyzeHand(currentHand); + System.out.println("----"+analysis.pairCount); + + // 不能碰听牌组中的牌 + if (analysis.tingCards.contains(proposedCard)) { + System.out.println("不能碰: 不能碰听牌组中的牌 " + proposedCard); + return false; + } + + if (analysis.isTingPai){ + System.out.println("听牌中不能碰" + proposedCard); + return false; + } + + // 规则2: 有5个对子时不能碰已成对子的牌 + if (analysis.hasLongQiDuiPotential==true && analysis.pairs.contains(proposedCard)) { + System.out.println("不能碰: 已有5个或更多对子时不能碰已成对子的牌 " + proposedCard); + return false; + } + + // 规则3: 顺子的情况下不能碰 + if (isCardInSequence(proposedCard, analysis)) { + System.out.println("不能碰: 牌在顺子中的情况下不能碰 " + proposedCard); + return false; + } + + // 基础碰牌条件: 手中已有两张相同的牌 + int cardCount = 0; + for (int card : currentHand) { + if (card == proposedCard) { + cardCount++; + } + } + + boolean canPong = cardCount >= 2; + System.out.println("是否可以碰牌 " + proposedCard + ": " + canPong); + + return canPong; + } + + // 检查牌是否在顺子中 + private boolean isCardInSequence(int card, HandAnalysis analysis) { + // 遍历已完成的顺子 + for (List meld : analysis.completedMelds) { + // 如果顺子中有这张牌,且不是刻子(刻子是三张相同的牌) + if (meld.contains(card) && !(meld.get(0).equals(meld.get(1)) && meld.get(1).equals(meld.get(2)))) { + return true; + } + } + return false; + } + + /** + * 计算牌的潜力分数 - 评估一张牌在当前手牌中的价值和发展潜力 + * @param card 要评估的牌 + * @param analysis 手牌分析结果 + * @return 潜力分数,越高表示越有价值 + */ + private int calculateCardPotentialScore(int card, HandAnalysis analysis) { + int score = 0; + int rank = card % 100; + int suit = card / 100; + + // 1. 中张牌(3-7)潜力更高 + if (rank >= 3 && rank <= 7) { + score += 8; + } else if (rank == 2 || rank == 8) { + score += 4; + } + + // 2. 红中的影响 - 每有一个红中增加一定潜力 + score += analysis.hongZhongCount * 5; + + // 3. 检查是否有半搭子(有一张相邻牌) + boolean hasPrev = false; + boolean hasNext = false; + + if (rank > 1) { + int prevCard = suit * 100 + (rank - 1); + hasPrev = analysis.cardCounts.getOrDefault(prevCard, 0) > 0; + } + + if (rank < 9) { + int nextCard = suit * 100 + (rank + 1); + hasNext = analysis.cardCounts.getOrDefault(nextCard, 0) > 0; + } + + if (hasPrev || hasNext) { + score += 15; + } + + // 4. 同花色牌数量越多,单张牌的潜力也越高 + if (analysis.cardsBySuit.containsKey(suit)) { + int suitCardCount = analysis.cardsBySuit.get(suit).size(); + score += suitCardCount * 2; + } + + // 5. 检查牌是否在可能的听牌组附近 + for (int tingCard : analysis.tingCards) { + int tingRank = tingCard % 100; + int tingSuit = tingCard / 100; + + if (tingSuit == suit) { + // 如果牌和听牌组在同一花色且相邻,增加潜力 + if (Math.abs(tingRank - rank) <= 1) { + score += 20; + break; + } + } + } + + return score; + } + + + + + + + + + /** + * 测试单个听牌场景,包含异常处理 + */ + private void testSingleTingScenario(String scenarioName, List handCards) { + logInfo("\n测试场景: " + scenarioName); + logInfo("测试手牌: " + handCards); + + try { + long startTime = System.currentTimeMillis(); + HandAnalysis analysis = analyzeHand(handCards); + long endTime = System.currentTimeMillis(); + + logInfo("分析结果: 成功"); + logInfo("是否听牌: " + analysis.isTingPai); + logInfo("听牌组: " + analysis.tingCards); + logInfo("听牌数量: " + analysis.tingCards.size()); + logInfo("向听数: " + analysis.shantenCount); + logInfo("红中数量: " + analysis.hongZhongCount); + logInfo("红中贡献听牌: " + analysis.hongZhongContributedTingCards); + logInfo("分析耗时: " + (endTime - startTime) + "ms"); + } catch (Exception e) { + logInfo("分析结果: 异常 - " + e.getMessage()); + logInfo("异常类型: " + e.getClass().getSimpleName()); + e.printStackTrace(); + } + } + + /** + * 执行性能对比测试,比较优化前后的算法性能 + */ + private void performPerformanceComparison() { + // 创建复杂的测试手牌 + List complexHand = Arrays.asList( + 101, 102, 103, 104, 105, // 一至五万 + 206, 207, 208, 209, 210, // 六至十条 + 301, 302, 303, 412, 412 // 一至三筒和两个红中 + ); + + // 测试多次取平均值 + int iterations = 100; + long totalTimeOptimized = 0; + + logInfo("执行" + iterations + "次优化版听牌检测测试..."); + + for (int i = 0; i < iterations; i++) { + HandAnalysis analysis = new HandAnalysis(); + // 准备分析数据 + for (int card : complexHand) { + if (card == HONG_ZHONG) { + analysis.hongZhongCount++; + } else { + int suit = card / 100; + analysis.cardsBySuit.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + // 统计每种牌的数量 + analysis.cardCounts.put(card, analysis.cardCounts.getOrDefault(card, 0) + 1); + } + } + analysis.shantenCount = 0; + + // 测量优化版算法时间 + long start = System.nanoTime(); + findTingCardsOptimized(analysis); + long end = System.nanoTime(); + totalTimeOptimized += (end - start) / 1000; // 转换为微秒 + } + + double avgTimeOptimized = totalTimeOptimized / (double) iterations; + + logInfo("优化版算法平均耗时: " + avgTimeOptimized + " μs"); + logInfo("优化版算法总耗时: " + (totalTimeOptimized / 1000.0) + " ms"); + } + + /** + * 分析手牌是否为听牌状态 + * @param handCards 当前手牌 + * @return 返回一个Map,其中key为是否听牌,value为听牌的集合 + * @throws IllegalArgumentException 当输入参数无效时抛出 + */ + public Map> analyzeTingPaiStatus(List handCards, HandAnalysis analysis) { + // 输入验证 + if (handCards == null) { + throw new IllegalArgumentException("手牌列表不能为空"); + } + + Map> result = new HashMap<>(); + Set tingCards = new HashSet<>(); + boolean isTing = false; + + try { + // 边界条件检查:空的手牌列表 + if (handCards.isEmpty()) { + logInfo("警告:手牌列表为空,无法分析听牌状态"); + result.put(false, tingCards); + return result; + } + + // 验证手牌中的牌值是否有效 + if (!validateHandCards(handCards)) { + logInfo("警告:手牌中包含无效的牌值"); + result.put(false, tingCards); + return result; + } + + // 对手牌进行分析 +// HandAnalysis analysis = analyzeHand(handCards); + + // 防止analysis为null + if (analysis == null) { + logInfo("错误:手牌分析结果为null"); + result.put(false, tingCards); + return result; + } + + // 检查是否听牌 + checkTingPai(analysis); + + // 查找听的牌 + findTingCards(analysis); + + // 执行备用的听牌分析,确保全面检查 + performBackupTingAnalysis(analysis); + + // 分析红中对听牌的影响 + analyzeHongZhongImpactOnTingCards(analysis); + + // 提取听牌信息 + isTing = analysis.isTingPai; + + // 防止tingCards为null + if (analysis.tingCards != null) { + tingCards = analysis.tingCards; + } + + // 如果手牌加上任何一张可能的牌能胡牌,也应该认为是听牌 + if (!isTing) { + try { + // 尝试所有可能的牌,检查是否有补牌能让手牌胡牌 + for (int potentialCard : getAllPossibleCards()) { + List testHand = new ArrayList<>(handCards); + testHand.add(potentialCard); + + HandAnalysis testAnalysis = analyzeHand(testHand); + if (testAnalysis != null) { + checkTingPai(testAnalysis); + + if (testAnalysis.isTingPai) { + isTing = true; + tingCards.add(potentialCard); + } + } + } + } catch (Exception e) { + logInfo("检查潜在听牌时出错: " + e.getMessage()); + // 继续执行,不影响主要结果 + } + } + } catch (IllegalArgumentException e) { + // 重新抛出参数异常,这是一个需要调用者处理的错误 + throw e; + } catch (Exception e) { + logInfo("分析听牌状态时出错: " + e.getMessage()); + e.printStackTrace(); + // 即使出错也要返回一个有效的结果 + } finally { + // 确保结果map总是包含布尔值和集合 + if (!tingCards.isEmpty()) { + result.put(isTing, tingCards); + } else { + result.put(false, Collections.emptySet()); + } + } + + return result; + } + + /** + * 验证手牌中的牌值是否有效 + * @param handCards 手牌列表 + * @return 牌值是否全部有效 + */ + private boolean validateHandCards(List handCards) { + // 基本的牌值范围检查 + for (int card : handCards) { + // 检查牌值是否在合理范围内 + if (card < 100 || card > 503) { + logInfo("无效的牌值: " + card); + return false; + } + + int suit = card / 100; + int rank = card % 100; + + // 验证花色和点数是否有效 + if (suit < 1 || suit > 5) { + logInfo("无效的花色: " + suit); + return false; + } + + // 万、筒、条(花色1-3)的点数应为1-9 + if (suit >= 1 && suit <= 3) { + if (rank < 1 || rank > 9) { + logInfo("无效的点数: " + rank + " 对于花色: " + suit); + return false; + } + } + // 风牌(花色4)的点数应为1-4 + else if (suit == 4) { + if (rank < 1 || rank > 4) { + logInfo("无效的风牌点数: " + rank); + return false; + } + } + // 箭牌(花色5)的点数应为1-3 + else if (suit == 5) { + if (rank < 1 || rank > 3) { + logInfo("无效的箭牌点数: " + rank); + return false; + } + } + } + + return true; + } + + /** + * 获取所有可能的麻将牌(万、筒、条、风牌、箭牌) + * @return 所有可能的麻将牌的列表 + */ + private List getAllPossibleCards() { + List allCards = new ArrayList<>(); + + // 添加万、筒、条(花色1-3,数字1-9) + for (int suit = 1; suit <= 3; suit++) { + for (int rank = 1; rank <= 9; rank++) { + allCards.add(suit * 100 + rank); + } + } + + // 添加风牌(东、南、西、北) + for (int wind = 1; wind <= 4; wind++) { + allCards.add(400 + wind); + } + + // 添加箭牌(中、发、白) + for (int dragon = 1; dragon <= 3; dragon++) { + allCards.add(500 + dragon); + } + + return allCards; + } + + /** + * 验证当手牌添加某张特定牌后是否能胡牌 + * @param handCards 当前手牌 + * @param targetCard 待验证的牌 + * @return 是否能胡牌 + */ + public boolean verifySingleCardCanWin(List handCards, int targetCard) { + if (handCards == null || handCards.isEmpty()) { + return false; + } + + try { + // 创建测试手牌,添加目标牌 + List testHand = new ArrayList<>(handCards); + testHand.add(targetCard); + + // 分析测试手牌 + HandAnalysis analysis = analyzeHand(testHand); + + // 检查是否听牌(实际上在胡牌的情况下,应该是直接能胡) + checkTingPai(analysis); + + // 如果听牌分析认为可以胡牌,返回true + if (analysis.isTingPai) { + return true; + } + + // 额外检查:验证是否能通过不同的牌型组合方式胡牌 + // 检查是否符合基本胡牌条件(四组合一对) + return checkBasicWinCondition(testHand, analysis); + } catch (Exception e) { + logInfo("验证单张牌是否能胡时出错: " + e.getMessage()); + e.printStackTrace(); + return false; + } + } + + /** + * 检查基本胡牌条件(四组合一对) + * @param handCards 手牌 + * @param analysis 手牌分析结果 + * @return 是否符合基本胡牌条件 + */ + private boolean checkBasicWinCondition(List handCards, HandAnalysis analysis) { + // 对手牌进行排序,便于分析 + List sortedHand = new ArrayList<>(handCards); + Collections.sort(sortedHand); + + // 计算牌的数量分布 + Map cardCounts = new HashMap<>(); + for (int card : sortedHand) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 检查是否可以形成一对将牌,其余为四组刻子或顺子 + return canFormValidMelds(sortedHand, cardCounts, analysis); + } + + /** + * 递归检查是否可以形成有效的牌组(刻子或顺子)和一对将牌 + * @param handCards 手牌 + * @param cardCounts 牌的数量分布 + * @param analysis 手牌分析结果 + * @return 是否可以形成有效的牌组 + */ + private boolean canFormValidMelds(List handCards, Map cardCounts, HandAnalysis analysis) { + // 尝试将每一张有至少两张的牌作为将牌 + for (Map.Entry entry : cardCounts.entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count >= 2) { + // 创建临时的牌数量分布,减去一对将牌 + Map tempCounts = new HashMap<>(cardCounts); + tempCounts.put(card, count - 2); + + // 检查剩余的牌是否可以形成四组刻子或顺子 + if (checkRemainingCards(tempCounts)) { + return true; + } + } + } + + // 没有找到合适的将牌和牌组组合 + return false; + } + + /** + * 检查剩余的牌是否可以形成刻子或顺子 + * @param cardCounts 牌的数量分布 + * @return 是否可以形成有效的牌组 + */ + private boolean checkRemainingCards(Map cardCounts) { + // 递归终止条件:所有牌都被使用 + if (cardCounts.values().stream().allMatch(count -> count == 0)) { + return true; + } + + // 尝试每一张还有剩余的牌 + for (Map.Entry entry : new HashMap<>(cardCounts).entrySet()) { + int card = entry.getKey(); + int count = entry.getValue(); + + if (count == 0) { + continue; + } + + // 获取牌的花色和点数 + int suit = card / 100; + int rank = card % 100; + + // 尝试组成刻子(3张相同的牌) + if (count >= 3) { + Map tempCounts = new HashMap<>(cardCounts); + tempCounts.put(card, count - 3); + + if (checkRemainingCards(tempCounts)) { + return true; + } + } + + // 对于万、筒、条,尝试组成顺子(3张连续的牌) + if (suit >= 1 && suit <= 3 && rank <= 7) { + int nextCard = suit * 100 + (rank + 1); + int nextNextCard = suit * 100 + (rank + 2); + + if (cardCounts.getOrDefault(nextCard, 0) > 0 && + cardCounts.getOrDefault(nextNextCard, 0) > 0) { + + Map tempCounts = new HashMap<>(cardCounts); + tempCounts.put(card, count - 1); + tempCounts.put(nextCard, tempCounts.get(nextCard) - 1); + tempCounts.put(nextNextCard, tempCounts.get(nextNextCard) - 1); + + if (checkRemainingCards(tempCounts)) { + return true; + } + } + } + } + + return false; + } + + /** + * 综合测试函数:验证单张牌是否能让手牌胡牌 + * @param handCards 玩家手牌 + * @param testCard 要测试的单张牌 + * @param hongZhongCount 红中数量 + * @param tableCards 桌面已打出的牌(用于检查是否点炮等特殊规则) + * @return 胡牌结果信息对象 + */ + public WinResult verifySingleCardCanWin(List handCards, int testCard, int hongZhongCount, List tableCards) { + WinResult result = new WinResult(); + result.testCard = testCard; + result.canWin = false; + result.winTypes = new ArrayList<>(); + result.handCards = new ArrayList<>(handCards); + result.hongZhongCount = hongZhongCount; + + // 开始计时,用于性能统计 + long startTime = System.currentTimeMillis(); + + try { + // 创建测试手牌(将测试牌加入手牌) + List testHandCards = new ArrayList<>(handCards); + testHandCards.add(testCard); + + // 1. 检测是否为正常胡牌(标准型) + boolean normalWin = checkNormalWin(testHandCards, hongZhongCount); + if (normalWin) { + result.canWin = true; + result.winTypes.add("NORMAL"); + } + + // 2. 检测是否为七对子胡牌 + boolean sevenPairsWin = checkSevenPairsWin(testHandCards, hongZhongCount); + if (sevenPairsWin) { + result.canWin = true; + result.winTypes.add("SEVEN_PAIRS"); + } + + // 3. 检测是否为十三幺胡牌 + boolean thirteenOrphansWin = checkThirteenOrphansWin(testHandCards); + if (thirteenOrphansWin) { + result.canWin = true; + result.winTypes.add("THIRTEEN_ORPHANS"); + } + + // 4. 检测是否为特殊牌型胡牌(如清一色、一条龙等) + List specialWinTypes = checkSpecialWinTypes(testHandCards, hongZhongCount); + if (!specialWinTypes.isEmpty()) { + result.canWin = true; + result.winTypes.addAll(specialWinTypes); + } + + // 5. 如果可以胡牌,计算胡牌分数 + if (result.canWin) { + result.winScore = calculateWinScore(result.winTypes, hongZhongCount); + } + + } catch (Exception e) { + logInfo("验证胡牌时出错: " + e.getMessage()); + result.error = e.getMessage(); + } + + // 记录执行时间 + result.executionTime = System.currentTimeMillis() - startTime; + + return result; + } + + /** + * 检查正常胡牌(标准型) + */ + private boolean checkNormalWin(List handCards, int hongZhongCount) { + // 这里应该调用WinSplitCard类的方法进行检测 + // 简化实现,实际需要调用已有胡牌检测逻辑 + try { + // 对输入参数进行预处理,将手牌转换为正确的格式 + // 然后调用WinSplitCard的检测方法 + // 简化返回,实际需要正确实现 + return handCards.size() % 3 == 2 || hongZhongCount > 0; + } catch (Exception e) { + logInfo("检查正常胡牌出错: " + e.getMessage()); + return false; + } + } + + /** + * 检查七对子胡牌 + */ + private boolean checkSevenPairsWin(List handCards, int hongZhongCount) { + // 七对子需要7个对子(14张牌),或有红中时的特殊情况 + if (handCards.size() + hongZhongCount < 14) { + return false; + } + + // 统计每种牌的数量 + Map cardCounts = new HashMap<>(); + for (int card : handCards) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 七对子的基本要求:成对的牌数量 + 红中可能组成的对子数 >= 7 + int pairCount = 0; + int oddCount = 0; + + for (int count : cardCounts.values()) { + pairCount += count / 2; + if (count % 2 != 0) { + oddCount++; + } + } + + // 红中可以作为对子或代替单张牌 + // 简化实现,红中可以灵活使用 + return (pairCount + hongZhongCount) >= 7; + } + + /** + * 检查十三幺胡牌 + */ + private boolean checkThirteenOrphansWin(List handCards) { + // 十三幺牌型:东南西北中发白 + 三种花色的1和9 + Set requiredCards = new HashSet<>(); + // 添加东南西北中发白(简化表示,实际需要根据游戏具体规则) + requiredCards.add(301); // 东 + requiredCards.add(302); // 南 + requiredCards.add(303); // 西 + requiredCards.add(304); // 北 + requiredCards.add(305); // 中 + requiredCards.add(306); // 发 + requiredCards.add(307); // 白 + // 添加万、筒、条的1和9(简化表示) + requiredCards.add(101); requiredCards.add(109); + requiredCards.add(201); requiredCards.add(209); + requiredCards.add(401); requiredCards.add(409); + + // 检查是否包含所有必要的幺九牌 + Set handCardSet = new HashSet<>(handCards); + boolean hasAllOrphans = true; + for (int required : requiredCards) { + if (!handCardSet.contains(required)) { + hasAllOrphans = false; + break; + } + } + + // 十三幺要求至少13种不同的幺九牌,再加上其中任意一张组成对子 + if (!hasAllOrphans) { + return false; + } + + // 统计是否有至少一对 + Map cardCounts = new HashMap<>(); + for (int card : handCards) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + if (cardCounts.get(card) >= 2) { + return true; // 找到对子,符合十三幺条件 + } + } + + return false; + } + + /** + * 检查特殊牌型胡牌 + */ + private List checkSpecialWinTypes(List handCards, int hongZhongCount) { + List specialTypes = new ArrayList<>(); + + // 检查清一色(所有牌同一花色,红中不计入) + boolean isPureColor = checkPureColor(handCards); + if (isPureColor) { + specialTypes.add("PURE_COLOR"); + } + + // 检查一条龙(包含同一花色的1-9) + boolean isOneDragon = checkOneDragon(handCards); + if (isOneDragon) { + specialTypes.add("ONE_DRAGON"); + } + + // 检查碰碰胡(全是刻子和一对将牌) + boolean isAllTriplets = checkAllTriplets(handCards, hongZhongCount); + if (isAllTriplets) { + specialTypes.add("ALL_TRIPLETS"); + } + + return specialTypes; + } + + /** + * 检查清一色 + */ + private boolean checkPureColor(List handCards) { + if (handCards.isEmpty()) { + return false; + } + + // 获取第一张牌的花色 + int firstSuit = handCards.get(0) / 100; + + // 检查所有牌是否同花色 + for (int card : handCards) { + if (card / 100 != firstSuit) { + return false; + } + } + + return true; + } + + /** + * 检查一条龙 + */ + private boolean checkOneDragon(List handCards) { + // 按花色分组 + Map> cardsBySuit = new HashMap<>(); + for (int card : handCards) { + int suit = card / 100; + int value = card % 100; + + cardsBySuit.putIfAbsent(suit, new HashSet<>()); + cardsBySuit.get(suit).add(value); + } + + // 检查每种花色是否包含1-9 + for (Set values : cardsBySuit.values()) { + boolean hasFullSequence = true; + for (int i = 1; i <= 9; i++) { + if (!values.contains(i)) { + hasFullSequence = false; + break; + } + } + if (hasFullSequence) { + return true; + } + } + + return false; + } + + /** + * 检查碰碰胡 + */ + private boolean checkAllTriplets(List handCards, int hongZhongCount) { + // 统计每种牌的数量 + Map cardCounts = new HashMap<>(); + for (int card : handCards) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + int tripletCount = 0; + int pairCount = 0; + + for (int count : cardCounts.values()) { + tripletCount += count / 3; + int remainder = count % 3; + if (remainder == 2) { + pairCount++; + } else if (remainder == 1) { + // 有单张牌,可能无法形成碰碰胡 + // 但可以用红中代替 + } + } + + // 碰碰胡需要4个刻子和1个对子 + // 红中可以作为刻子或对子使用 + int possibleTripletsFromHongZhong = hongZhongCount / 3; + int remainingHongZhong = hongZhongCount % 3; + + int totalTriplets = tripletCount + possibleTripletsFromHongZhong; + int neededTriplets = Math.max(0, 4 - totalTriplets); + + // 检查是否可以通过剩余红中满足需求 + return (neededTriplets <= remainingHongZhong / 2) && (pairCount == 1 || (pairCount == 0 && remainingHongZhong >= 2)); + } + + /** + * 计算胡牌分数 + */ + private int calculateWinScore(List winTypes, int hongZhongCount) { + int baseScore = 1; + + // 根据胡牌类型增加分数 + for (String winType : winTypes) { + switch (winType) { + case "NORMAL": + baseScore *= 1; + break; + case "SEVEN_PAIRS": + baseScore *= 2; + break; + case "THIRTEEN_ORPHANS": + baseScore *= 16; + break; + case "PURE_COLOR": + baseScore *= 4; + break; + case "ONE_DRAGON": + baseScore *= 2; + break; + case "ALL_TRIPLETS": + baseScore *= 2; + break; + } + } + + // 红中奖励 + baseScore += hongZhongCount; + + return baseScore; + } + + /** + * 胡牌结果信息类 + */ + public static class WinResult { + public int testCard; // 测试的牌 + public boolean canWin; // 是否可以胡牌 + public List winTypes; // 胡牌类型列表 + public int winScore; // 胡牌分数 + public List handCards; // 玩家手牌 + public int hongZhongCount; // 红中数量 + public long executionTime; // 执行时间(毫秒) + public String error; // 错误信息(如果有) + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("WinResult{testCard=").append(testCard) + .append(", canWin=").append(canWin) + .append(", winTypes=").append(winTypes) + .append(", winScore=").append(winScore) + .append(", executionTime=").append(executionTime).append("ms") + .append(", hongZhongCount=").append(hongZhongCount); + + if (error != null) { + sb.append(", error='").append(error).append("'"); + } + + sb.append("}"); + return sb.toString(); + } + } + + + + + +} \ No newline at end of file diff --git a/libs/robot_common_bak/src/main/java/taurus/util/PaoDeKuaiSuanFaTest.java b/libs/robot_common_bak/src/main/java/taurus/util/PaoDeKuaiSuanFaTest.java new file mode 100644 index 0000000..2afe3ba --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/PaoDeKuaiSuanFaTest.java @@ -0,0 +1,678 @@ +package taurus.util; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import hunan.HuNanPaoDeKuai; + +import java.util.*; +import java.util.stream.Collectors; + + +public class PaoDeKuaiSuanFaTest { + + + /** + * @param cardInhand 手牌 + * @param card_list 别人打的牌 + * @return 返回可出的牌 + */ + public static ITArray paoDeKuaiOutCardSuanFa(List cardInhand, ITObject card_list, Map> seatRemainHistory) { + System.out.println("机器人手牌 cardInhand: " + cardInhand); + System.out.println("card_list: " + card_list); + + // 排序手牌 + List sortedHand = new ArrayList<>(cardInhand); + Collections.sort(sortedHand); + List playCards; + // 判断是否是首轮出牌或者上一轮是自己出的牌(对面要不起) + boolean isFirstTurn = card_list == null || !card_list.containsKey("card_list") || + card_list.getTArray("card_list").size() == 0; + + if (isFirstTurn) { + System.out.println("进入自己先出牌-----------"); + // 自己先出牌 + playCards = playAsFirst(sortedHand); + } else { + // 解析对手出的牌 + ITArray opponentCardsArray = card_list.getTArray("card_list"); + List opponentCards = CardUtil.toList(opponentCardsArray); + + // 获取出牌信息 + int minCard = card_list.getInt("min_card"); + int len = card_list.getInt("len"); + int type = card_list.getInt("type"); + int seat = HuNanPaoDeKuai.seat; + //如果座位号第二次还是自己,代表对面要不起,自己再次出牌 + if (HuNanPaoDeKuai.seat == HuNanPaoDeKuai.guangboseat) { + Map otherSeatsLastRemain = getOtherSeatsLastRemain(seat, seatRemainHistory); + boolean hasAnyEqualOne = otherSeatsLastRemain.values().stream() + .anyMatch(value -> value == 1); + if (hasAnyEqualOne) { + System.out.println("进入对面只剩下一张1"); + ITArray itArray = null; + CardObj maxSingleCard = CardUtil.findMaxSingleCard(cardInhand); + itArray = CardUtil.toTArray1(maxSingleCard); + return itArray; + } else { + System.out.println("座位号还是自己,代表对面要不起,自己再次出牌"); + playCards = playAsFirst(sortedHand); + return CardUtil.toTArray(playCards); + } + } + + //座位号不是第二次自己的情况 + //对面剩一张牌时,需要出最大牌 + Map otherSeatsLastRemain = getOtherSeatsLastRemain(seat, seatRemainHistory); + boolean hasAnyEqualOne = otherSeatsLastRemain.values().stream() + .anyMatch(value -> value == 1); + System.out.println("要不起,轮到机器人重新出牌"); + if (hasAnyEqualOne && type == 1) { + System.out.println("进入对面只剩下一张2"); + ITArray itArray = null; + CardObj maxSingleCard = CardUtil.findMaxSingleCard(cardInhand); + itArray = CardUtil.toTArray1(maxSingleCard); + return itArray; + } else { + playCards = playInResponse(sortedHand, minCard, len, opponentCards, type); + return CardUtil.toTArray(playCards); + } + } + return CardUtil.toTArray(playCards); + } + + // 获取除当前座位外所有其他座位的最后记录 + public static Map getOtherSeatsLastRemain(int currentSeat, Map> seatRemainHistory) { + Map result = new HashMap<>(); + + for (Map.Entry> entry : seatRemainHistory.entrySet()) { + int seat = entry.getKey(); + List remainList = entry.getValue(); + + // 排除当前座位 + if (seat != currentSeat && !remainList.isEmpty()) { + // 取list最后一个记录 + int lastRemain = remainList.get(remainList.size() - 1); + result.put(seat, lastRemain); + } + } + return result; + } + + /** + * 响应出牌 + */ + private static List playInResponse(List handCards, int minCard, int len, + List opponentCards, int type) { + if (handCards.isEmpty()) return new ArrayList<>(); + + List> possiblePlays = findPossiblePlays(handCards, minCard, len, type); + + if (possiblePlays.isEmpty()) { + return new ArrayList<>(); // 要不起 + } + + // 选择最优出牌 + return selectBestPlay(possiblePlays, type, handCards.size()); + } + + /** + * 查找所有可能的出牌 + */ + private static List> findPossiblePlays(List handCards, int minCard, int len, int type) { + List> result = new ArrayList<>(); + + switch (type) { + case Config.TYPE_DANPAI: + result.addAll(findSinglesAbove(handCards, minCard)); + break; + case Config.TYPE_DUIZI: + result.addAll(findPairsAbove(handCards, minCard)); + break; + case Config.TYPE_SHUNZI: + result.addAll(findStraightsAbove(handCards, minCard, len)); + break; + case Config.TYPE_LIANDUI: + result.addAll(findConsecutivePairsAbove(handCards, minCard, len)); + break; + case Config.TYPE_3_1: + result.addAll(findTrioWithOneAbove(handCards, minCard)); + break; + case Config.TYPE_FEIJI: + result.addAll(findTrioWithPairAbove(handCards, minCard)); + break; + case Config.TYPE_ZHA: + result.addAll(findBombsAbove(handCards, minCard)); + break; + case Config.TYPE_4_2_dui: + result.addAll(findFourWithTwoPairsAbove(handCards, minCard)); + break; + } + // 如果正常牌型找不到,且当前不是炸弹类型,就查找炸弹 + if (result.isEmpty() && type != Config.TYPE_ZHA) { + result.addAll(findBombsAbove(handCards, -1)); // 找所有炸弹 + } + return result; + } + + /** + * 查找大于指定值的单牌 + */ + private static List> findSinglesAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + for (CardObj card : handCards) { + if (card.cardMod > minValue) { + result.add(Arrays.asList(card)); + } + } + return result; + } + + /** + * 查找大于指定值的对子 + */ + private static List> findPairsAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + Map> valueGroups = groupByValue(handCards); + + for (List cards : valueGroups.values()) { + if (cards.size() >= 2 && cards.get(0).cardMod > minValue) { + result.add(Arrays.asList(cards.get(0), cards.get(1))); + } + } + + return result; + } + + /** + * 按牌值分组 + */ + private static Map> groupByValue(List handCards) { + Map> groups = new HashMap<>(); + for (CardObj card : handCards) { + groups.computeIfAbsent(card.cardMod, k -> new ArrayList<>()).add(card); + } + return groups; + } + + /** + * 查找大于指定值的顺子 + */ + private static List> findStraightsAbove(List handCards, int minValue, int length) { + List> result = new ArrayList<>(); + List distinctValues = handCards.stream() + .map(c -> c.cardMod) + .distinct() + .sorted() + .collect(Collectors.toList()); + + for (int i = 0; i <= distinctValues.size() - length; i++) { + if (isConsecutive(distinctValues, i, length) && distinctValues.get(i) > minValue) { + result.add(buildStraight(handCards, distinctValues.subList(i, i + length))); + } + } + + return result; + } + + + /** + * 庄家先出牌策略 + */ + private static List playAsFirst(List handCards) { + if (handCards.isEmpty()) return new ArrayList<>(); + + Map valueCount = getValueCount(handCards); + + // 策略优先级:顺子 → 三带2 → 单牌 → 对子 → 最小牌 + List play = tryPlayStraight(handCards); + if (!play.isEmpty()) return play; + + play = tryPlayTrioWithOne(handCards, valueCount); + if (!play.isEmpty()) return play; + + play = tryPlaySingle(handCards, valueCount); + if (!play.isEmpty()) return play; + + play = tryPlayPair(handCards, valueCount); + if (!play.isEmpty()) return play; + + + //出最小的牌 + return Arrays.asList(handCards.get(0)); + } + + /** + * 统计牌值数量 + */ + private static Map getValueCount(List cards) { + Map countMap = new HashMap<>(); + for (CardObj card : cards) { + countMap.put(card.cardMod, countMap.getOrDefault(card.cardMod, 0) + 1); + } + return countMap; + } + + /** + * 尝试出单牌 + */ + private static List tryPlaySingle(List handCards, Map valueCount) { + System.out.println("尝试出单牌 " + valueCount); + handCards.sort(Comparator.comparingInt(c -> c.cardMod)); + + // 找出所有可能的出牌选择(真单牌 + 对子拆出的单牌) + List allOptions = new ArrayList<>(); + + // 添加所有真单牌 + for (CardObj card : handCards) { + if (valueCount.get(card.cardMod) == 1) { + allOptions.add(card); + } + } + + // 添加对子拆出的单牌(每个对子取一张) + for (CardObj card : handCards) { + if (valueCount.get(card.cardMod) >= 2) { + // 确保不重复添加同一个对子 + if (allOptions.stream().noneMatch(c -> c.cardMod == card.cardMod)) { + allOptions.add(card); + } + } + } + + // 排序选择 + allOptions.sort(Comparator.comparingInt(c -> c.cardMod)); + + if (!allOptions.isEmpty()) { + CardObj bestChoice = allOptions.get(0); + boolean isFromPair = valueCount.get(bestChoice.cardMod) > 1; + + if (isFromPair) { + System.out.println("拆对子出最小牌: " + bestChoice); + } else { + System.out.println("出真单牌: " + bestChoice); + } + return Arrays.asList(bestChoice); + } + return Arrays.asList(handCards.get(0)); + } + + /** + * 尝试出对子 + */ + private static List tryPlayPair(List handCards, Map valueCount) { + for (CardObj card : handCards) { + if (valueCount.get(card.cardMod) >= 2) { + // 返回前两张同值的牌 + return handCards.stream() + .filter(c -> c.cardMod == card.cardMod) + .limit(2) + .collect(Collectors.toList()); + } + } + return new ArrayList<>(); + } + + /** + * 尝试出顺子 + */ + private static List tryPlayStraight(List handCards) { + final int MIN_STRAIGHT_VALUE = 3; + final int MAX_STRAIGHT_VALUE = 14; + + List distinctValues = handCards.stream() + .map(c -> c.cardMod) + .filter(value -> value >= MIN_STRAIGHT_VALUE && value <= MAX_STRAIGHT_VALUE) + .distinct() + .sorted() + .collect(Collectors.toList()); + + System.out.println("可用的顺子值: " + distinctValues); + + // 如果可用牌值少于5张,直接返回 + if (distinctValues.size() < 5) { + return new ArrayList<>(); + } + int maxPossibleLength = Math.min(distinctValues.size(), 12); // 最多12张 + + for (int length = maxPossibleLength; length >= 5; length--) { + for (int i = 0; i <= distinctValues.size() - length; i++) { + if (isConsecutive(distinctValues, i, length)) { + List straightValues = distinctValues.subList(i, i + length); + System.out.println("找到" + length + "张顺子: " + straightValues); + return buildStraight(handCards, straightValues); + } + } + } + + return new ArrayList<>(); + } + + /** + * 尝试出三带一 + */ + private static List tryPlayTrioWithOne(List handCards, Map valueCount) { + // 先按牌值排序(从小到大) + handCards.sort(Comparator.comparingInt(c -> c.cardMod)); + + // 查找最小的三张 + for (CardObj card : handCards) { + if (valueCount.getOrDefault(card.cardMod, 0) >= 3) { + List trio = handCards.stream() + .filter(c -> c.cardMod == card.cardMod) + .limit(3) + .collect(Collectors.toList()); + + // 寻找两张带牌,优先不破坏对子和顺子牌型 + List sideCards = findBestSideCardsForTrio(handCards, card.cardMod, valueCount); + + if (sideCards.size() >= 2) { + List result = new ArrayList<>(trio); + result.addAll(sideCards.subList(0, 2)); + return result; + } + } + } + return new ArrayList<>(); + } + + private static List findBestSideCardsForTrio(List handCards, int trioValue, + Map valueCount) { + List candidateCards = new ArrayList<>(); + + // 收集所有不是三张牌本身的牌 + for (CardObj card : handCards) { + if (card.cardMod != trioValue) { + candidateCards.add(card); + } + } + + // 按优先级选择带牌策略 + List bestChoice = new ArrayList<>(); + + // 策略1:优先选择单张牌(不破坏对子) + List singleCards = findSingleCards(candidateCards, valueCount); + if (singleCards.size() >= 2) { + return singleCards.subList(0, Math.min(2, singleCards.size())); + } + + // 策略2:选择最小的对子(如果只剩一个对子,拆开带) + List pairCards = findSmallestPair(candidateCards, valueCount); + if (!pairCards.isEmpty()) { + if (pairCards.size() >= 2) { + return pairCards.subList(0, 2); // 带整个对子 + } else { + bestChoice.add(pairCards.get(0)); // 先带一张 + } + } + + // 策略3:如果还不够,选择其他单张 + for (CardObj card : candidateCards) { + if (bestChoice.size() < 2 && !bestChoice.contains(card)) { + bestChoice.add(card); + } + } + + return bestChoice; + } + + private static List findSingleCards(List cards, Map valueCount) { + List singleCards = new ArrayList<>(); + + // 找出真正的单张牌(没有其他同值的牌) + for (CardObj card : cards) { + if (valueCount.getOrDefault(card.cardMod, 0) == 1) { + singleCards.add(card); + } + } + + // 按牌值排序 + singleCards.sort(Comparator.comparingInt(c -> c.cardMod)); + return singleCards; + } + + private static List findSmallestPair(List cards, Map valueCount) { + List pairCards = new ArrayList<>(); + + // 找出最小的对子 + for (CardObj card : cards) { + if (valueCount.getOrDefault(card.cardMod, 0) >= 2) { + List pair = cards.stream() + .filter(c -> c.cardMod == card.cardMod) + .limit(2) + .collect(Collectors.toList()); + + // 如果这个对子还没被加入,且比当前选择更小 + if (pairCards.isEmpty() || + (pair.size() >= 2 && pair.get(0).cardMod < pairCards.get(0).cardMod)) { + pairCards = pair; + } + } + } + + return pairCards; + } + + /** + * 判断是否连续 + */ + private static boolean isConsecutive(List values, int start, int length) { + for (int i = start; i < start + length - 1; i++) { + if (values.get(i + 1) - values.get(i) != 1) { + return false; + } + } + return true; + } + + /** + * 构建顺子 + */ + private static List buildStraight(List handCards, List values) { + List straight = new ArrayList<>(); + for (int value : values) { + // 取第一张该值的牌 + for (CardObj card : handCards) { + if (card.cardMod == value) { + straight.add(card); + break; + } + } + } + return straight; + } + + /** + * 选择最优出牌 + */ + private static List selectBestPlay(List> possiblePlays, int type, int handSize) { + if (possiblePlays.isEmpty()) return new ArrayList<>(); + //优先出小牌,保留大牌 + possiblePlays.sort((a, b) -> { + int maxA = a.stream().mapToInt(c -> c.cardMod).max().orElse(0); + int maxB = b.stream().mapToInt(c -> c.cardMod).max().orElse(0); + return Integer.compare(maxA, maxB); + }); + // 手牌少时优先出牌数多的 + if (handSize <= 5) { + possiblePlays.sort((a, b) -> Integer.compare(b.size(), a.size())); + return possiblePlays.get(0); + } + return possiblePlays.get(0); + } + + // 各种牌型的查找方法实现 + private static List> findConsecutivePairsAbove(List handCards, int minValue, int pairCount) { + List> result = new ArrayList<>(); + if (handCards.isEmpty() || pairCount < 2) return result; + + // 按牌值排序 + handCards.sort(Comparator.comparingInt(c -> c.cardMod)); + + Map> valueGroups = new HashMap<>(); + for (CardObj card : handCards) { + valueGroups.computeIfAbsent(card.cardMod, k -> new ArrayList<>()).add(card); + } + + // 找出所有至少有2张的牌值(对子) + List pairValues = new ArrayList<>(); + for (Map.Entry> entry : valueGroups.entrySet()) { + if (entry.getValue().size() >= 2) { + pairValues.add(entry.getKey()); + } + } + + if (pairValues.size() < pairCount) return result; + + Collections.sort(pairValues); + System.out.println("可用的对子值: " + pairValues); // 调试信息 + + for (int i = 0; i <= pairValues.size() - pairCount; i++) { + // 检查是否连续 + boolean isConsecutive = true; + for (int j = i; j < i + pairCount - 1; j++) { + if (pairValues.get(j + 1) - pairValues.get(j) != 1) { + isConsecutive = false; + break; + } + } + + // 调试信息 + System.out.println("检查序列: " + pairValues.subList(i, i + pairCount) + + ", 连续: " + isConsecutive + + ", 最小值: " + pairValues.get(i) + " > " + minValue + " = " + (pairValues.get(i) > minValue)); + + // 如果连续且最小值大于指定值 + if (isConsecutive && pairValues.get(i) > minValue) { + List consecutivePairs = new ArrayList<>(); + + // 添加每个对子的前两张牌 + for (int k = i; k < i + pairCount; k++) { + int value = pairValues.get(k); + List pair = valueGroups.get(value).subList(0, 2); + consecutivePairs.addAll(pair); + } + + result.add(consecutivePairs); + } + } + + System.out.println("找到的连对结果: " + result.size()); // 调试信息 + return result; + } + + private static List> findTrioWithOneAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + Map> valueGroups = groupByValue(handCards); + + // 找出所有三张的牌 + List trioValues = new ArrayList<>(); + for (Map.Entry> entry : valueGroups.entrySet()) { + if (entry.getValue().size() >= 3 && entry.getKey() > minValue) { + trioValues.add(entry.getKey()); + } + } + + Collections.sort(trioValues); + + for (int trioValue : trioValues) { + List trio = valueGroups.get(trioValue).subList(0, 3); + + // 找出所有可带的牌(排除三张的牌值) + List availableCards = new ArrayList<>(); + for (Map.Entry> entry : valueGroups.entrySet()) { + if (entry.getKey() != trioValue) { + availableCards.addAll(entry.getValue()); + } + } + + if (availableCards.size() < 2) continue; + + // 找出所有可能的两个牌组合(可以是一对或两个单牌) + findTrioCombinations(result, trio, availableCards); + } + + return result; + } + + /** + * 找出所有可能的三带2组合 + */ + private static void findTrioCombinations(List> result, + List trio, + List availableCards) { + availableCards.sort(CardObj::compareTo); + + Set combinationSet = new HashSet<>(); + + for (int i = 0; i < availableCards.size() - 1; i++) { + CardObj card1 = availableCards.get(i); + + for (int j = i + 1; j < availableCards.size(); j++) { + CardObj card2 = availableCards.get(j); + + if (card1.card != card2.card) { + String comboKey; + if (card1.cardMod <= card2.cardMod) { + comboKey = card1.cardMod + "-" + card2.cardMod; + } else { + comboKey = card2.cardMod + "-" + card1.cardMod; + } + + if (!combinationSet.contains(comboKey)) { + combinationSet.add(comboKey); + + List play = new ArrayList<>(trio); + play.add(card1); + play.add(card2); + result.add(play); + } + } + } + } + } + + private static List> findTrioWithPairAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + // 飞机逻辑 + return result; + } + + + private static List> findBombsAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + + // 先按牌值排序 + handCards.sort(Comparator.comparingInt(c -> c.cardMod)); + + // 统计每种牌值的数量 + Map> valueGroups = new HashMap<>(); + for (CardObj card : handCards) { + valueGroups.computeIfAbsent(card.cardMod, k -> new ArrayList<>()).add(card); + } + + // 找出所有炸弹(4张或以上相同牌值) + for (Map.Entry> entry : valueGroups.entrySet()) { + int cardValue = entry.getKey(); + List cards = entry.getValue(); + + // 如果是炸弹(4张或以上)且大于minValue + if (cards.size() >= 4 && cardValue > minValue) { + result.add(cards); + } + } + + return result; + } + + private static List> findFourWithTwoSinglesAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + // 实现四带二单牌逻辑 + return result; + } + + private static List> findFourWithTwoPairsAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + // 实现四带二对子逻辑 + return result; + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/util/ZhuanZhuanSuanFaTest.java b/libs/robot_common_bak/src/main/java/taurus/util/ZhuanZhuanSuanFaTest.java new file mode 100644 index 0000000..447f323 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/ZhuanZhuanSuanFaTest.java @@ -0,0 +1,955 @@ +package taurus.util; + +import java.util.*; + +public class ZhuanZhuanSuanFaTest { + private static final int HONG_ZHONG = 412; + + // 权重配置 + private static final int WEIGHT_COMPLETED_MELD = 70; // 已完成的面子权重 + private static final int WEIGHT_PAIR = 60; // 对子权重 + private static final int WEIGHT_POTENTIAL_TRIPLET = 50; + private static final int WEIGHT_POTENTIAL_PAIR = 40; + private static final int WEIGHT_CLOSE_ADJACENT = 60; // 相邻牌权重 + private static final int WEIGHT_FAR_ADJACENT = 25; // 远邻牌权重 + private static final int WEIGHT_MIDDLE_RANK = 25; // 中张牌权重 + private static final int PENALTY_EDGE_RANK = 15; // 边张惩罚 + private static final int PENALTY_ISOLATED = 40; // 孤张惩罚 + + public String outCardSuanFa(List cardInhand, int card) { + List handCards = new ArrayList<>(cardInhand); + handCards.sort(Integer::compareTo); + System.out.println("排序后机器人手牌" + handCards); + + // 分析手牌结构 + HandAnalysis analysis = analyzeHand(handCards); + + System.out.println("机器人 zhuanZhuanCount 转转数量 " + analysis.zhuanZhaunCount); + System.out.println(" 按花色分组的计数 " + analysis.cardCounts); + System.out.println("机器人 已完成的刻子、顺子 " + analysis.completedMelds); + System.out.println("机器人 对子 " + analysis.pairs); + System.out.println("机器人 孤张牌 " + analysis.isolatedCards); + System.out.println("机器人 每张牌的有用程度 " + analysis.cardUsefulness); + System.out.println("机器人 按花色分组的手牌" + analysis.cardsBySuit); + System.out.println("机器人 向听数 " + analysis.shantenCount); + + // 计算每张牌的出牌优先级 + Map discardPriority = calculateDiscardPriority(handCards, analysis); + + // 选择要打出的牌 + int cardToDiscard = selectCardToDiscard(handCards, discardPriority); + System.out.println("最终打出牌 " + cardToDiscard); + + return String.valueOf(cardToDiscard); + } + + private static class HandAnalysis { + int zhuanZhaunCount = 0; + Map cardCounts = new HashMap<>(); // 按花色分组的计数 + List> completedMelds = new ArrayList<>(); // 已完成的刻子/顺子 + List pairs = new ArrayList<>(); //对子 + List isolatedCards = new ArrayList<>(); // 孤张牌 + Map cardUsefulness = new HashMap<>(); // 每张牌的有用程度 + Map> cardsBySuit = new HashMap<>(); // 按花色分组的手牌 + + // 新增字段 + int pairCount = 0; // 对子数量 + int meldCount = 0; // 面子数量 + int shantenCount = Integer.MAX_VALUE; // 向听数 + boolean isTingPai = false; // 是否听牌 + Set tingCards = new HashSet<>(); // 可听的牌组 + boolean hasLongQiDuiPotential = false; // 七对潜力 + Set usedInMelds = new HashSet<>(); // 已用于面子的牌 + Set usedInPairs = new HashSet<>(); // 已用于对子的牌 + } + + private HandAnalysis analyzeHand(List handCards) { + HandAnalysis analysis = new HandAnalysis(); + + // 分离红中和普通牌,并按花色分组 + for (int card : handCards) { + if (card == HONG_ZHONG) { + analysis.zhuanZhaunCount++; + } else { + int suit = card / 100; + analysis.cardCounts.put(card, analysis.cardCounts.getOrDefault(card, 0) + 1); + + // 按花色分组 + analysis.cardsBySuit.computeIfAbsent(suit, k -> new ArrayList<>()).add(card); + } + } + + analyzeCardPatterns(analysis); + + // 计算向听数 + calculateShantenCount(analysis); + + // 检查七对潜力 + checkLongQiDuiPotential(analysis); + + // 检查是否听牌 + checkTingPai(analysis); + + return analysis; + } + + private void analyzeCardPatterns(HandAnalysis analysis) { + // 初始化可组成面子的牌集合 + Set usedInMelds = new HashSet<>(); + Set usedInPairs = new HashSet<>(); + + // 对每种花色分别分析 + for (List suitCards : new ArrayList<>(analysis.cardsBySuit.values())) { + List cardsCopy = new ArrayList<>(suitCards); + cardsCopy.sort(Integer::compareTo); + + // 先找刻子 + findTripletsOptimized(cardsCopy, analysis, usedInMelds); + // 再找顺子 + findSequencesOptimized(cardsCopy, analysis, usedInMelds); + // 找对子 + findPairsOptimized(cardsCopy, analysis, usedInPairs); + // 剩余的是孤张 + analysis.isolatedCards.addAll(cardsCopy); + } + + // 保存已使用的牌信息 + analysis.usedInMelds = usedInMelds; + analysis.usedInPairs = usedInPairs; + + // 更新面子数量和对子数量 + analysis.meldCount = analysis.completedMelds.size(); + analysis.pairCount = analysis.pairs.size(); + + // 分析每张牌的价值 + analyzeCardUsefulness(analysis); + } + + // 优化的刻子查找方法 + private void findTripletsOptimized(List cards, HandAnalysis analysis, Set usedInMelds) { + Map countMap = new HashMap<>(); + for (int card : cards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 使用新的列表来记录要移除的牌 + List cardsToRemove = new ArrayList<>(); + + for (int card : cards) { + if (countMap.getOrDefault(card, 0) >= 3 && !cardsToRemove.contains(card)) { + // 找到刻子 + List triplet = Arrays.asList(card, card, card); + analysis.completedMelds.add(triplet); + + // 标记要移除的牌 + cardsToRemove.add(card); + cardsToRemove.add(card); + cardsToRemove.add(card); + + // 标记已使用的牌 + usedInMelds.add(card); + + // 更新计数 + countMap.put(card, countMap.get(card) - 3); + } + } + + // 一次性移除所有标记的牌 + cards.removeAll(cardsToRemove); + } + + // 优化的顺子查找方法 + private void findSequencesOptimized(List cards, HandAnalysis analysis, Set usedInMelds) { + if (cards.size() < 3) return; + + // 转换为点数并去重排序 + Set points = new HashSet<>(); + for (int card : cards) { + points.add(card % 100); // 获取点数(1-9) + } + + List sortedPoints = new ArrayList<>(points); + Collections.sort(sortedPoints); + + for (int i = 0; i <= sortedPoints.size() - 3; i++) { + int p1 = sortedPoints.get(i); + int p2 = sortedPoints.get(i + 1); + int p3 = sortedPoints.get(i + 2); + + if (p2 == p1 + 1 && p3 == p2 + 1) { + // 找到顺子模式,获取对应的牌 + int suit = cards.get(0) / 100; // 所有牌都是同一花色 + int card1 = suit * 100 + p1; + int card2 = suit * 100 + p2; + int card3 = suit * 100 + p3; + + if (cards.contains(card1) && cards.contains(card2) && cards.contains(card3)) { + // 找到顺子 + List sequence = Arrays.asList(card1, card2, card3); + analysis.completedMelds.add(sequence); + + // 移除这三张牌 + cards.remove(Integer.valueOf(card1)); + cards.remove(Integer.valueOf(card2)); + cards.remove(Integer.valueOf(card3)); + + // 标记已使用的牌 + usedInMelds.add(card1); + usedInMelds.add(card2); + usedInMelds.add(card3); + + // 重新开始查找,因为牌列表改变了 + findSequencesOptimized(cards, analysis, usedInMelds); + return; + } + } + } + } + + // 优化的对子查找方法 + private void findPairsOptimized(List cards, HandAnalysis analysis, Set usedInPairs) { + Map countMap = new HashMap<>(); + for (int card : cards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 使用新的列表来记录要移除的牌 + List cardsToRemove = new ArrayList<>(); + + for (int card : cards) { + if (countMap.getOrDefault(card, 0) >= 2 && !cardsToRemove.contains(card)) { + analysis.pairs.add(card); + + // 标记已使用的牌 + usedInPairs.add(card); + + // 标记要移除的牌 + cardsToRemove.add(card); + cardsToRemove.add(card); + + // 更新计数 + countMap.put(card, countMap.get(card) - 2); + } + } + + // 一次性移除所有标记的牌 + cards.removeAll(cardsToRemove); + } + + // 计算向听数 + private void calculateShantenCount(HandAnalysis analysis) { + // 简化版向听数计算 + int totalCards = analysis.zhuanZhaunCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + // 基础向听数 = 理想牌型的面子数 - 当前面子数 + int idealMelds = (totalCards + analysis.zhuanZhaunCount) / 3; + analysis.shantenCount = Math.max(0, idealMelds - analysis.meldCount); + } + + // 检查七对潜力 + private void checkLongQiDuiPotential(HandAnalysis analysis) { + // 七对需要至少5个对子加上转转 + if (analysis.pairCount >= 5 || analysis.zhuanZhaunCount >= 2) { + analysis.hasLongQiDuiPotential = true; + } + } + + // 检查是否听牌 + private void checkTingPai(HandAnalysis analysis) { + // 检查基本听牌条件 + int totalCards = analysis.zhuanZhaunCount; + for (List suitCards : analysis.cardsBySuit.values()) { + totalCards += suitCards.size(); + } + + // 标准麻将听牌条件:一对将牌 + 四面子,或七对子 + boolean standardTing = (totalCards - 2) % 3 == 0 && analysis.shantenCount == 0; + boolean sevenPairsTing = analysis.hasLongQiDuiPotential && totalCards >= 12; + + analysis.isTingPai = standardTing || sevenPairsTing; + + // 如果听牌,尝试找出听的牌 + if (analysis.isTingPai) { + findTingCards(analysis); + } + } + + // 找出可听的牌 + private void findTingCards(HandAnalysis analysis) { + // 简化版听牌查找逻辑 + for (int suit = 1; suit <= 3; suit++) { // 遍历万、饼、条 + for (int rank = 1; rank <= 9; rank++) { // 遍历1-9 + int testCard = suit * 100 + rank; + if (!analysis.cardCounts.containsKey(testCard) || analysis.cardCounts.get(testCard) < 4) { + // 模拟加入这张牌 + analysis.tingCards.add(testCard); + } + } + } + } + + /** + * 分析摸牌后是否可听牌,并全面分析手牌结构 + */ + public boolean analyzeDrawCard(List currentHand, int drawnCard) { + // 创建包含摸牌后的手牌 + List newHand = new ArrayList<>(currentHand); + newHand.add(drawnCard); + newHand.sort(Integer::compareTo); + + System.out.println("摸牌: " + drawnCard + ",摸牌后手牌: " + newHand); + + // 分析新的手牌 + HandAnalysis analysis = analyzeHand(newHand); + + // 输出详细分析结果 + System.out.println("摸牌后分析结果:"); + System.out.println("- 是否听牌: " + analysis.isTingPai); + if (analysis.isTingPai) { + System.out.println("- 可听的牌组: " + analysis.tingCards); + } + System.out.println("- 转转数量: " + analysis.zhuanZhaunCount); + System.out.println("- 已完成的面子数: " + analysis.meldCount); + System.out.println("- 对子数量: " + analysis.pairCount); + System.out.println("- 孤张牌: " + analysis.isolatedCards); + System.out.println("- 向听数: " + analysis.shantenCount); + + // 特别分析新摸的牌对牌型的影响 + int newCardCount = 0; + for (int card : newHand) { + if (card == drawnCard) newCardCount++; + } + + System.out.println("- 新摸牌 " + drawnCard + " 的数量: " + newCardCount); + + // 分析新摸牌的潜力 + int drawnCardPotential = calculateCardPotentialScore(drawnCard, analysis); + System.out.println("- 新摸牌的潜力分数: " + drawnCardPotential); + + // 调用分析打出哪张牌可以听牌的方法 + findDiscardToTing(newHand); + + return analysis.isTingPai; + } + + /** + * 分析打出哪张牌可以听牌 + */ + public Map> findDiscardToTing(List currentHand) { + Map> discardToTingMap = new HashMap<>(); + System.out.println("\n开始分析打出哪张牌可以听牌..."); + + // 对手牌进行深度复制,避免修改原手牌 + List handCopy = new ArrayList<>(currentHand); + handCopy.sort(Integer::compareTo); + + // 统计每种牌的数量,避免重复分析相同的牌 + Map cardCounts = new HashMap<>(); + for (int card : handCopy) { + cardCounts.put(card, cardCounts.getOrDefault(card, 0) + 1); + } + + // 尝试打出每一种不同的牌 + for (Map.Entry entry : cardCounts.entrySet()) { + int cardToDiscard = entry.getKey(); + + // 转转通常不会打出,但仍然分析可能性 + if (cardToDiscard == HONG_ZHONG) { + System.out.println("- 通常不建议打出转转: " + cardToDiscard); + continue; + } + + // 模拟打出这张牌 + List tempHand = new ArrayList<>(handCopy); + tempHand.remove(Integer.valueOf(cardToDiscard)); + + // 分析打出这张牌后的手牌是否听牌 + HandAnalysis analysis = analyzeHand(tempHand); + + // 如果听牌,记录这张牌和对应的听牌组 + if (analysis.isTingPai && !analysis.tingCards.isEmpty()) { + discardToTingMap.put(cardToDiscard, analysis.tingCards); + System.out.println("- 打出牌: " + cardToDiscard + " 后可以听牌"); + System.out.println(" 听的牌组: " + analysis.tingCards); + } + } + + // 输出分析结果 + if (discardToTingMap.isEmpty()) { + System.out.println("- 当前没有可以打出后听牌的牌"); + } else { + System.out.println("\n可打出后听牌的牌数量: " + discardToTingMap.size()); + System.out.println("建议打出的牌及其对应的听牌组:"); + for (Map.Entry> entry : discardToTingMap.entrySet()) { + System.out.println("- 牌: " + entry.getKey() + " -> 听牌组: " + entry.getValue()); + } + } + + return discardToTingMap; + } + + /** + * 计算牌的潜力分数 + */ + /** + * 计算牌的潜力分数(增强版) + */ + private int calculateCardPotentialScore(int card, HandAnalysis analysis) { + int score = 0; + + // 如果是转转,潜力很高 + if (card == HONG_ZHONG) { + return 100; + } + + int suit = card / 100; + int rank = card % 100; + int cardCount = analysis.cardCounts.getOrDefault(card, 0); + + // 1. 刻子潜力评估 + if (cardCount >= 2) { + score += 30; // 两张相同的牌有刻子潜力 + if (cardCount >= 3) { + score += 40; // 三张相同的牌刻子已完成 + } + } else if (cardCount == 1) { + score += 10; // 单张牌的基础潜力 + } + + // 2. 对子潜力 + if (analysis.pairs.contains(card)) { + score += 25; + // 如果已经有多个对子,评估七对潜力 + if (analysis.pairCount >= 5) { + score += 15; // 七对潜力加分 + } + } + + // 3. 顺子潜力评估 + // 检查两面搭(如34需要2或5) + int prevCard = suit * 100 + (rank - 1); + int nextCard = suit * 100 + (rank + 1); + boolean hasPrev = analysis.cardCounts.getOrDefault(prevCard, 0) > 0; + boolean hasNext = analysis.cardCounts.getOrDefault(nextCard, 0) > 0; + + if (hasPrev && hasNext) { + score += 20; // 两面搭子 + } else if (hasPrev || hasNext) { + score += 10; // 一面搭子 + } + + // 4. 检查坎搭可能性(如2和4之间需要3) + if (rank >= 3 && rank <= 7) { + int prevPrevCard = suit * 100 + (rank - 2); + int nextNextCard = suit * 100 + (rank + 2); + + if (analysis.cardCounts.getOrDefault(prevPrevCard, 0) > 0) { + score += 8; // 坎搭潜力 + } + if (analysis.cardCounts.getOrDefault(nextNextCard, 0) > 0) { + score += 8; // 坎搭潜力 + } + } + + // 5. 中间牌额外潜力 + if (rank >= 3 && rank <= 7) { + score += 5; // 中张牌额外价值 + } + // 边张减分 + else if (rank == 1 || rank == 9) { + score -= 5; // 边张减分 + } + + // 6. 检查是否形成复合搭子(如334有两面搭和对子的复合) + if (cardCount >= 1) { + // 检查是否有相邻的对子 + if (analysis.cardCounts.getOrDefault(prevCard, 0) >= 2) { + score += 8; // 相邻对子形成复合搭子 + } + if (analysis.cardCounts.getOrDefault(nextCard, 0) >= 2) { + score += 8; // 相邻对子形成复合搭子 + } + + // 检查是否有相邻的单牌形成复合搭子(如334) + if (analysis.cardCounts.getOrDefault(prevCard, 0) == 1 && cardCount >= 2) { + score += 5; + } + if (analysis.cardCounts.getOrDefault(nextCard, 0) == 1 && cardCount >= 2) { + score += 5; + } + } + + // 7. 转转作为万能牌的影响 + if (analysis.zhuanZhaunCount > 0) { + // 单张牌+转转可以形成对子 + if (cardCount == 1) { + score += 10; + } + // 两张牌+转转可以形成刻子 + if (cardCount == 2) { + score += 15; + } + // 转转可以填补顺子空缺 + if (rank >= 2 && rank <= 8 && (!hasPrev || !hasNext)) { + score += 5; + } + } + + // 8. 评估该牌对整体牌型的贡献 + if (analysis.shantenCount <= 2 && !analysis.isolatedCards.contains(card)) { + score += 10; // 对接近听牌的牌型有贡献 + } + + // 9. 孤张牌减分 + if (analysis.isolatedCards.contains(card)) { + score -= 15; // 孤张牌减分 + } + + return Math.max(0, score); // 确保分数不为负 + } + + /** + * 处理牌数较少的花色 + */ + private void handleSmallSuit(List suitCards, HandAnalysis analysis) { + Map countMap = new HashMap<>(); + for (int card : suitCards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + // 先找对子 + for (Map.Entry entry : countMap.entrySet()) { + if (entry.getValue() >= 2) { + analysis.pairs.add(entry.getKey()); + + // 移除对子 + suitCards.remove(entry.getKey()); + suitCards.remove(entry.getKey()); + break; + } + } + + // 剩余的都是孤张 + analysis.isolatedCards.addAll(suitCards); + } + + /** + * 分析每张牌的有用程度(优化版) + */ + private void analyzeCardUsefulnessOptimized(HandAnalysis analysis) { + // 分析所有普通牌 + for (List suitCards : analysis.cardsBySuit.values()) { + for (int card : suitCards) { + int usefulness = calculateSingleCardUsefulness(card, suitCards, analysis); + analysis.cardUsefulness.put(card, usefulness); + } + } + } + + // 重命名为analyzeCardUsefulness以保持向后兼容性 + private void analyzeCardUsefulness(HandAnalysis analysis) { + analyzeCardUsefulnessOptimized(analysis); + } + + private int calculateSingleCardUsefulness(int card, List sameSuitCards, HandAnalysis analysis) { + int usefulness = 0; + int suit = card / 100; + int rank = card % 100; + + // 1. 检查是否在已完成的牌型中 + for (List meld : analysis.completedMelds) { + if (meld.contains(card)) { + usefulness += WEIGHT_COMPLETED_MELD; + break; + } + } + + // 2. 检查是否是对子 + if (analysis.pairs.contains(card)) { + usefulness += WEIGHT_PAIR; + } + + // 3. 检查刻子潜力 + int sameCardCount = Collections.frequency(sameSuitCards, card); + if (sameCardCount >= 2) { + usefulness += WEIGHT_POTENTIAL_TRIPLET; + } else if (sameCardCount == 1) { + usefulness += 15; + } + + // 4. 检查顺子潜力 + usefulness += checkSequencePotential(card, sameSuitCards); + + // 5. 检查相邻牌潜力 + usefulness += checkAdjacentCardPotential(card, sameSuitCards); + + // 6. 中张牌价值更高(3-7) + if (rank >= 3 && rank <= 7) { + usefulness += WEIGHT_MIDDLE_RANK; + } + + // 7. 边张牌价值较低(1,2,8,9) + if (rank == 1 || rank == 2 || rank == 8 || rank == 9) { + usefulness -= PENALTY_EDGE_RANK; + } + + // 8. 孤张牌惩罚 + if (analysis.isolatedCards.contains(card)) { + usefulness -= PENALTY_ISOLATED; + } + + return Math.max(usefulness, 1); + } + + /** + * 特别处理相邻牌的情况(优化版) + */ + private int checkAdjacentCardPotential(int card, List sameSuitCards) { + int potential = 0; + int suit = card / 100; + int rank = card % 100; + + // 检查前后相邻的牌 + int[] closeAdjacent = {rank - 1, rank + 1}; // 紧邻的牌 + int[] farAdjacent = {rank - 2, rank + 2}; // 隔一张的牌 + + // 紧邻的牌价值很高 + for (int adjRank : closeAdjacent) { + if (adjRank >= 1 && adjRank <= 9) { + int adjCard = suit * 100 + adjRank; + if (sameSuitCards.contains(adjCard)) { + potential += WEIGHT_CLOSE_ADJACENT; + } + } + } + + // 隔一张的牌也有价值 + for (int adjRank : farAdjacent) { + if (adjRank >= 1 && adjRank <= 9) { + int adjCard = suit * 100 + adjRank; + if (sameSuitCards.contains(adjCard)) { + potential += WEIGHT_FAR_ADJACENT; + } + } + } + + return potential; + } + + /** + * 检查顺子潜力(严格同花色) + */ + private int checkSequencePotential(int card, List sameSuitCards) { + int potential = 0; + int rank = card % 100; + + // 检查可能的顺子组合(必须是同花色) + int[][] sequencePatterns = { + {rank - 2, rank - 1}, // 缺前两张 + {rank - 1, rank + 1}, // 缺中间一张 + {rank + 1, rank + 2} // 缺后两张 + }; + + int suit = card / 100; + + for (int[] pattern : sequencePatterns) { + boolean validPattern = true; + for (int r : pattern) { + if (r < 1 || r > 9) { + validPattern = false; + break; + } + } + + if (validPattern) { + int neededCard1 = suit * 100 + pattern[0]; + int neededCard2 = suit * 100 + pattern[1]; + + if (sameSuitCards.contains(neededCard1) && sameSuitCards.contains(neededCard2)) { + potential += 30; // 已经有两张配套牌 + } else if (sameSuitCards.contains(neededCard1) || sameSuitCards.contains(neededCard2)) { + potential += 15; // 有一张配套牌 + } else { + potential += 5; // 有形成顺子的潜力 + } + } + } + + return potential; + } + + /** + * 计算每张牌的出牌优先级(增强版) + */ + private Map calculateDiscardPriority(List handCards, HandAnalysis analysis) { + Map priority = new HashMap<>(); + + for (int card : handCards) { + if (card == HONG_ZHONG) { + priority.put(card, 1000); // 转转优先级很高(不应该打) + continue; + } + + // 听牌时,保护听牌组中的牌 + if (analysis.isTingPai && analysis.tingCards.contains(card)) { + priority.put(card, 900); // 听牌组中的牌优先级很高 + continue; + } + + // 获取牌的有用程度 + int usefulness = analysis.cardUsefulness.getOrDefault(card, 0); + + // 计算牌的潜力分数 + int potentialScore = calculateCardPotentialScore(card, analysis); + + // 综合评估优先级:有用程度 + 潜力分数 + int discardPriority = usefulness + potentialScore; + + // 孤张牌更容易被打出(降低优先级数值) + if (analysis.isolatedCards.contains(card)) { + discardPriority = Math.max(1, discardPriority - PENALTY_ISOLATED); + + // 特别处理:如果是完全孤立的边张牌(如1或9且没有相邻牌) + int rank = card % 100; + int suit = card / 100; + if ((rank == 1 || rank == 9) && + analysis.cardCounts.getOrDefault(suit * 100 + (rank == 1 ? 2 : 8), 0) == 0) { + discardPriority = Math.max(1, discardPriority - 20); // 进一步降低优先级 + } + } + + // 边张牌(1和9)在不是对子或刻子的情况下优先级降低 + int rank = card % 100; + if ((rank == 1 || rank == 9) && analysis.cardCounts.getOrDefault(card, 0) < 2) { + discardPriority = Math.max(1, discardPriority - 10); + } + + priority.put(card, discardPriority); + } + + return priority; + } + + private int selectCardToDiscard(List handCards, Map priority) { + int minPriority = Integer.MAX_VALUE; + List candidateCards = new ArrayList<>(); + + // 检查是否有可以打出后听牌的选项 + Map> discardToTingMap = findDiscardToTing(handCards); + if (!discardToTingMap.isEmpty()) { + // 如果有多个可打出后听牌的选项,选择其中一个 + Integer bestTingCard = discardToTingMap.keySet().iterator().next(); + System.out.println("发现可以打出后听牌的牌: " + bestTingCard); + return bestTingCard; + } + + // 正常选择优先级最低的牌 + for (int card : handCards) { + int cardPriority = priority.getOrDefault(card, 50); + + // 选择优先级数值最小的牌(最应该打出的) + if (cardPriority < minPriority) { + minPriority = cardPriority; + candidateCards.clear(); + candidateCards.add(card); + } else if (cardPriority == minPriority) { + candidateCards.add(card); + } + } + + if (!candidateCards.isEmpty()) { + // 优先打出数量较多的相同牌 + if (candidateCards.size() > 1) { + int maxCount = 0; + int selectedCard = candidateCards.get(0); + Map countMap = new HashMap<>(); + + for (int card : handCards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + for (int card : candidateCards) { + int count = countMap.getOrDefault(card, 0); + if (count > maxCount) { + maxCount = count; + selectedCard = card; + } + } + return selectedCard; + } + + // 如果只有一张候选牌,直接返回 + return candidateCards.get(0); + } + + return handCards.get(0); + } + + /** + * 判断是否应该碰牌 + */ + public boolean shouldPong(int proposedCard, List currentHand) { + System.out.println("判断是否应该碰牌: " + proposedCard); + + // 基础碰牌条件:手中已有两张相同的牌 + int count = 0; + for (int card : currentHand) { + if (card == proposedCard) { + count++; + } + } + + if (count < 2) { + System.out.println("- 手中没有两张相同的牌,无法碰"); + return false; + } + + // 分析当前手牌状态 + HandAnalysis analysis = analyzeHand(currentHand); + + // 规则1:听牌时不能碰听牌组中的牌 + if (analysis.isTingPai && analysis.tingCards.contains(proposedCard)) { + System.out.println("- 听牌时不能碰听牌组中的牌"); + return false; + } + + // 规则2:有5个或更多对子时不能碰已成对子的牌 + int pairCount = countPairs(currentHand); + if (pairCount >= 5) { + System.out.println("- 对子数量过多,不建议碰牌"); + return false; + } + + // 规则3:顺子的情况下不能碰 + if (isInSequence(proposedCard, currentHand)) { + System.out.println("- 形成顺子的情况下,不建议碰牌"); + return false; + } + + System.out.println("- 可以碰牌"); + return true; + } + + /** + * 计算手牌中的对子数量 + */ + private int countPairs(List handCards) { + Map countMap = new HashMap<>(); + for (int card : handCards) { + countMap.put(card, countMap.getOrDefault(card, 0) + 1); + } + + int pairCount = 0; + for (int count : countMap.values()) { + pairCount += count / 2; + } + + return pairCount; + } + + /** + * 检查牌是否在顺子中 + */ + private boolean isInSequence(int card, List handCards) { + int suit = card / 100; + int rank = card % 100; + + // 检查是否有形成顺子的可能 + boolean hasPrev = handCards.contains(suit * 100 + (rank - 1)); + boolean hasNext = handCards.contains(suit * 100 + (rank + 1)); + + return hasPrev && hasNext; + } + + /** + * 判断是否应该杠牌 + */ + public boolean shouldGang(int proposedCard, List currentHand, int gangType) { + System.out.println("判断是否应该杠牌: " + proposedCard + ",杠类型: " + gangType); + + // 计算手牌中该牌的数量 + int count = 0; + for (int card : currentHand) { + if (card == proposedCard) { + count++; + } + } + + // 检查基础杠牌条件 + // 类型2: 明杠(从他人处获得) + // 类型3: 吃杠(从他人处获得) + // 类型4: 自杠 + // 类型5: 碰后补杠 + + boolean hasEnoughCards = false; + if (gangType == 2 || gangType == 3) { + // 明杠和吃杠需要手中已有三张 + hasEnoughCards = (count >= 3); + } else if (gangType == 4 || gangType == 5) { + // 自杠和补杠需要手中有四张或之前已经碰了 + hasEnoughCards = (count >= 4) || (count >= 1); + } + + if (!hasEnoughCards) { + System.out.println("- 手中牌数量不足,无法杠"); + return false; + } + + // 分析当前手牌状态 + HandAnalysis analysis = analyzeHand(currentHand); + + // 规则1:听牌时优先考虑杠牌,但不杠听牌组中的牌 + if (analysis.isTingPai && analysis.tingCards.contains(proposedCard)) { + System.out.println("- 听牌时不杠听牌组中的牌"); + return false; + } + + // 规则2:检查杠后是否会破坏已有搭子 + if (isInSequence(proposedCard, currentHand)) { + System.out.println("- 杠牌会破坏顺子搭子,不建议杠"); + // 但是如果已经有刻子,杠牌还是可以考虑的 + int tripletCount = 0; + for (List meld : analysis.completedMelds) { + if (meld.contains(proposedCard) && meld.size() == 3) { + tripletCount++; + } + } + if (tripletCount == 0) { + return false; // 没有刻子,不杠 + } + } + + // 规则3:转转优先杠牌,增加灵活性 + if (proposedCard == HONG_ZHONG) { + System.out.println("- 转转优先杠,增加灵活性"); + return true; + } + + // 规则4:如果牌局前期,有杠就杠增加得分机会 + if (analysis.shantenCount >= 2) { + System.out.println("- 牌局前期,建议杠牌增加得分机会"); + return true; + } + + // 规则5:如果牌局后期,即将听牌,谨慎杠牌 + if (analysis.shantenCount == 1) { + System.out.println("- 牌局后期,谨慎杠牌,优先听牌"); + // 计算杠牌后的手牌是否会变得更差 + List tempHand = new ArrayList<>(currentHand); + tempHand.remove(Integer.valueOf(proposedCard)); + HandAnalysis afterGangAnalysis = analyzeHand(tempHand); + + // 如果杠牌后向听数增加,不杠 + if (afterGangAnalysis.shantenCount > analysis.shantenCount) { + System.out.println("- 杠牌后向听数增加,不建议杠"); + return false; + } + } + + System.out.println("- 可以杠牌"); + return true; + } +} diff --git a/libs/robot_common_bak/src/main/java/taurus/util/test.java b/libs/robot_common_bak/src/main/java/taurus/util/test.java new file mode 100644 index 0000000..252e024 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/test.java @@ -0,0 +1,3336 @@ +package taurus.util; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import hunan.HuNanPaoDeKuai; + +import java.util.*; +import java.util.stream.Collectors; + +public class test { + + /** + * 跑得快出牌策略 + */ + public static ITArray intelligentPaoDeKuaiOutCard(List cardInhand, ITObject card_list, Map> seatRemainHistory) { + System.out.println("机器人手牌 cardInhand: " + cardInhand); + System.out.println("card_list: " + card_list); + System.out.println("机器人座位号 8888888888888888888888888888 " + HuNanPaoDeKuai.seat); + int seat = HuNanPaoDeKuai.seat; + + List sortedHand = new ArrayList<>(cardInhand); + Collections.sort(sortedHand); + List playCards; + + boolean isFirstTurn = card_list == null || !card_list.containsKey("card_list") || + card_list.getTArray("card_list").size() == 0; + + if (isFirstTurn) { + System.out.println("进入自己先出牌-----------"); + playCards = intelligentFirstPlayWithRemainConsideration(sortedHand, seatRemainHistory); + } else { + ITArray opponentCardsArray = card_list.getTArray("card_list"); + List opponentCards = CardUtil.toList(opponentCardsArray); + + int minCard = card_list.getInt("min_card"); + int len = card_list.getInt("len"); + int type = card_list.getInt("type"); + + //座位号还是自己的情况 这里座位号是对面的了 还进入了 + if (HuNanPaoDeKuai.seat == HuNanPaoDeKuai.guangboseat) { + Map otherSeatsLastRemain = getOtherSeatsLastRemain(seat, seatRemainHistory); + boolean hasAnyEqualOne = otherSeatsLastRemain.values().stream().anyMatch(value -> value == 1); + if (hasAnyEqualOne) { + System.out.println("进入对面只剩下一张牌"); + // 优先出对子 + List pair = findAnyPair(cardInhand); + System.out.println("检测到对手只剩一张牌,优先出对子压制111" + pair); + if (pair.size() == 2) { + System.out.println("推荐出牌: " + pair + " (对子压制)"); + return CardUtil.toTArray(pair); + } else { + // 没有对子,出最大单牌 + System.out.println("检测到对手只剩一张牌 没有对子,出最大单牌"); + CardObj maxSingleCard = findMaxSingleCard(cardInhand); + return CardUtil.toTArray1(maxSingleCard); + } + } else { + System.out.println("机器人跑得快座位号 88888888888888 " + HuNanPaoDeKuai.seat); + System.out.println("广播座位号 9999999999 " + HuNanPaoDeKuai.guangboseat); + + //座位号出问题了 + playCards = intelligentFirstPlayWithRemainConsideration(sortedHand, seatRemainHistory); + return CardUtil.toTArray(playCards); + } + } + + Map otherSeatsLastRemain = getOtherSeatsLastRemain(seat, seatRemainHistory); + boolean hasAnyEqualOne = otherSeatsLastRemain.values().stream().anyMatch(value -> value == 1); + + if (hasAnyEqualOne && type == 1) { + System.out.println("进入对面只剩下一张牌,出最大单牌"); + CardObj maxSingleCard = findMaxSingleCard(cardInhand); + return CardUtil.toTArray1(maxSingleCard); + } else { + playCards = intelligentResponsePlayWithRemainConsideration(sortedHand, minCard, len, opponentCards, type); + return CardUtil.toTArray(playCards); + } + } + return CardUtil.toTArray(playCards); + } + + /** + * 深度分析手牌结构 + */ + private static HandAnalysis analyzeHandStructure(List handCards) { + HandAnalysis analysis = new HandAnalysis(); + analysis.valueCount = getValueCount(handCards); + + // 基础统计 + analysis.smallSingleCount = countSmallSingles(handCards, analysis.valueCount); + analysis.bigCardCount = countBigCards(analysis.valueCount); + analysis.pairCount = countPairs(analysis.valueCount); + analysis.trioCount = countTrios(analysis.valueCount); + analysis.bombCount = countBombs(analysis.valueCount); + + // 顺子分析 + analysis.maxStraightLength = findMaxStraightLength(handCards); + + // 连对分析 + analysis.maxConsecutivePairs = findMaxConsecutivePairs(handCards); + + // 控制牌分析 + analysis.hasControlCards = analysis.bigCardCount > 0; + + // 收集所有可能的出牌 + analysis.allPossiblePlays = collectAllPossibleFirstPlays(handCards); + + // 设置特征标签 + setAnalysisFeatures(analysis); + + return analysis; + } + + /** + * 首轮出牌 + */ + private static List intelligentFirstPlayWithRemainConsideration(List handCards, Map> seatRemainHistory) { + if (handCards.isEmpty()) return new ArrayList<>(); + + // === 飞机优先出牌 === + System.out.println("=== 检测飞机牌型 ==="); + List airplanePlay = findAndPlayAirplane(handCards); + if (!airplanePlay.isEmpty()) { + System.out.println("推荐飞机出牌: " + airplanePlay + " (类型:飞机带四张)"); + return airplanePlay; + } + + + // 4-8张手牌特殊处理 + if (handCards.size() >= 4 && handCards.size() <= 8) { + System.out.println("=== 4-8张手牌快速出完策略 ==="); + List quickWinPlay = findQuickWinPlay(handCards); + if (!quickWinPlay.isEmpty()) { + System.out.println("推荐快速出牌: " + quickWinPlay + " (类型:" + getPlayType(quickWinPlay) + ")"); + return quickWinPlay; + } + } + + // 特殊处理:手牌很少时的策略 + if (handCards.size() <= 3) { + //如果对面只剩下一张牌,并且自己剩下的牌里有对子优先打对子 + List bestCard = findBestCardToPlay(handCards, seatRemainHistory); + //如果没有对子出最大的单牌 + if (bestCard.isEmpty()) { + System.out.println("没有对子出最大的单牌"); + List pair = findAnyPair(handCards); + if (pair.isEmpty()) { + CardObj maxCard = findMaxCard(handCards); + return Collections.singletonList(maxCard); + } + return pair; + } + return bestCard; + } + + if (handCards.size() == 15) { + Map valueCount = getValueCount(handCards); + // 找出所有的三张 + List trioValues = valueCount.entrySet().stream() + .filter(entry -> entry.getValue() == 3) // 严格等于3,确保是完整的三张 + .map(Map.Entry::getKey) + .sorted() + .collect(Collectors.toList()); + + // 需要正好3个三张才能形成三个三带结构 + if (trioValues.size() != 3) { + System.out.println("三张数量不是3个,不构成完美三个三带结构"); + + // 修复:分析大牌分布,避免首轮全出大牌 + HandAnalysis analysis = analyzeHandStructure(handCards); + List bestFirstPlay = selectBestFirstPlayWithBigCardProtection(handCards, analysis); + + System.out.println("=== 分析结果 ==="); + System.out.println("牌型特征: " + analysis.features.get("feature")); + System.out.println("小单牌: " + analysis.smallSingleCount + ", 大牌: " + analysis.bigCardCount + + ", 对子: " + analysis.pairCount + ", 顺子长度: " + analysis.maxStraightLength); + System.out.println("推荐首出: " + bestFirstPlay + " (类型:" + getPlayType(bestFirstPlay) + ")"); + return bestFirstPlay; + } + + return tryPlayTrioWithOne(handCards, valueCount); + } + + // 修复:分析大牌分布,避免首轮全出大牌 + HandAnalysis analysis = analyzeHandStructure(handCards); + List bestFirstPlay = selectBestFirstPlayWithBigCardProtection(handCards, analysis); + + System.out.println("=== 分析结果 ==="); + System.out.println("牌型特征: " + analysis.features.get("feature")); + System.out.println("小单牌: " + analysis.smallSingleCount + ", 大牌: " + analysis.bigCardCount + + ", 对子: " + analysis.pairCount + ", 顺子长度: " + analysis.maxStraightLength); + System.out.println("推荐首出: " + bestFirstPlay + " (类型:" + getPlayType(bestFirstPlay) + ")"); + + return bestFirstPlay; + } + + + /** + * 计算单牌的孤立程度分数(越高越孤立) + */ + private static int calculateIsolationScore(Map valueCount, int value) { + int score = 0; + + // 基础分:自身是单张 + if (valueCount.getOrDefault(value, 0) == 1) { + score += 10; + } + + // 前后都没有牌加分 + if (valueCount.getOrDefault(value - 1, 0) == 0) score += 5; + if (valueCount.getOrDefault(value + 1, 0) == 0) score += 5; + + // 前后2格都没有牌额外加分 + if (valueCount.getOrDefault(value - 2, 0) == 0) score += 2; + if (valueCount.getOrDefault(value + 2, 0) == 0) score += 2; + + return score; + } + + + /** + * 检测并构建飞机出牌(优先带小单牌或小对子,尽量不拆牌) + */ + private static List findAndPlayAirplane(List handCards) { + Map valueCount = getValueCount(handCards); + + // 找出所有三张的牌值 + List trioValues = valueCount.entrySet().stream() + .filter(entry -> entry.getValue() >= 3) // 至少3张 + .map(Map.Entry::getKey) + .sorted() + .collect(Collectors.toList()); + + if (trioValues.size() < 2) { + return new ArrayList<>(); // 不够两个三张,无法形成飞机 + } + + // 寻找连续的三张(飞机) + List> airplaneChains = new ArrayList<>(); + List currentChain = new ArrayList<>(); + + for (int i = 0; i < trioValues.size(); i++) { + if (currentChain.isEmpty()) { + currentChain.add(trioValues.get(i)); + } else { + int lastValue = currentChain.get(currentChain.size() - 1); + int currentValue = trioValues.get(i); + + if (currentValue == lastValue + 1) { + currentChain.add(currentValue); + } else { + if (currentChain.size() >= 2) { + airplaneChains.add(new ArrayList<>(currentChain)); + } + currentChain.clear(); + currentChain.add(currentValue); + } + } + } + + if (currentChain.size() >= 2) { + airplaneChains.add(new ArrayList<>(currentChain)); + } + + if (airplaneChains.isEmpty()) { + return new ArrayList<>(); // 没有连续的飞机 + } + + // 选择最长的飞机链 + List bestAirplane = airplaneChains.stream() + .max(Comparator.comparingInt(List::size)) + .orElse(airplaneChains.get(0)); + + System.out.println("找到飞机链: " + bestAirplane + " (长度:" + bestAirplane.size() + ")"); + + // 构建飞机主体(所有三张) + List airplane = new ArrayList<>(); + for (int value : bestAirplane) { + List trio = handCards.stream() + .filter(card -> card.cardMod == value) + .limit(3) + .collect(Collectors.toList()); + airplane.addAll(trio); + } + + // 使用智能策略寻找带牌(考虑出完后的手牌结构) + List carryCards = findBestCarryCardsForAirplane(handCards, bestAirplane, valueCount); + + int requiredCarryCount = bestAirplane.size() * 2; + + if (carryCards.size() >= requiredCarryCount) { + airplane.addAll(carryCards.subList(0, requiredCarryCount)); + System.out.println("形成飞机带" + requiredCarryCount + "张: " + + airplane.stream().map(card -> card.cardMod).collect(Collectors.toList())); + return airplane; + } else { + System.out.println("飞机带牌不足,需要" + requiredCarryCount + "张,实际只有" + carryCards.size() + "张"); + return new ArrayList<>(); + } + } + + /** + * 为飞机寻找最佳带牌(优先带小单牌或小对子,尽量不拆牌) + */ + private static List findBestCarryCardsForAirplane(List handCards, List airplaneValues, + Map valueCount) { + List carryCards = new ArrayList<>(); + int requiredCarryCount = airplaneValues.size() * 2; + + // 复制手牌并移除飞机主体 + List availableCards = new ArrayList<>(handCards); + for (int value : airplaneValues) { + availableCards.removeIf(card -> card.cardMod == value); + } + + System.out.println("可用带牌: " + availableCards.stream() + .map(card -> card.cardMod) + .sorted() + .collect(Collectors.toList())); + + // 分析各种带牌方案对剩余手牌的影响 + List options = analyzeAllCarryOptions(availableCards, requiredCarryCount); + + // 选择最优方案 + CarryOption bestOption = selectBestCarryOption(options); + + if (bestOption != null) { + System.out.println("最优带牌方案: " + bestOption.carryCards.stream() + .map(card -> card.cardMod) + .collect(Collectors.toList()) + + ", 剩余手数: " + bestOption.remainingTurns + + ", 剩余牌型: " + bestOption.remainingPattern); + return bestOption.carryCards; + } + + // 如果没有找到合适方案,使用保守策略 + return findConservativeCarryCards(availableCards, requiredCarryCount); + } + + + /** + * 分析所有可能的带牌方案 + */ + private static List analyzeAllCarryOptions(List availableCards, int requiredCount) { + List options = new ArrayList<>(); + // 生成所有可能的带牌组合 + List> allCombinations = generateCarryCombinations(availableCards, requiredCount); + + for (List combination : allCombinations) { + // 计算剩余手牌 + List remainingCards = new ArrayList<>(availableCards); + remainingCards.removeAll(combination); + + // 分析剩余手牌 + RemainAnalysis analysis = analyzeRemainingHand(remainingCards); + + CarryOption option = new CarryOption(); + option.carryCards = combination; + option.remainingCards = remainingCards; + option.remainingTurns = analysis.estimatedTurns; + option.remainingPattern = analysis.bestPattern; + option.score = calculateCarryOptionScore(analysis, combination); + + options.add(option); + } + + return options; + } + + /** + * 生成所有可能的带牌组合 + */ + private static List> generateCarryCombinations(List availableCards, int requiredCount) { + List> combinations = new ArrayList<>(); + + if (availableCards.size() > 8) { + return generateHeuristicCarryCombinations(availableCards, requiredCount); + } + + // 生成所有组合 + generateCombinationsRecursive(availableCards, requiredCount, 0, new ArrayList<>(), combinations); + return combinations; + } + + /** + * 递归生成组合 + */ + private static void generateCombinationsRecursive(List availableCards, int requiredCount, + int startIndex, List current, + List> combinations) { + if (current.size() == requiredCount) { + combinations.add(new ArrayList<>(current)); + return; + } + + for (int i = startIndex; i < availableCards.size(); i++) { + current.add(availableCards.get(i)); + generateCombinationsRecursive(availableCards, requiredCount, i + 1, current, combinations); + current.remove(current.size() - 1); + } + } + + /** + * 启发式方法生成带牌组合(避免组合爆炸) + */ + private static List> generateHeuristicCarryCombinations(List availableCards, int requiredCount) { + List> combinations = new ArrayList<>(); + Map valueCount = getValueCount(availableCards); + + // 策略1:优先使用完整对子的组合 + List allPairs = valueCount.entrySet().stream() + .filter(entry -> entry.getValue() >= 2) + .map(Map.Entry::getKey) + .sorted() + .collect(Collectors.toList()); + + // 生成以对子为主的组合 + for (int i = 0; i < Math.min(3, allPairs.size()); i++) { + int pairValue = allPairs.get(i); + List pair = availableCards.stream() + .filter(card -> card.cardMod == pairValue) + .limit(2) + .collect(Collectors.toList()); + + if (pair.size() == 2) { + // 对子 + 单牌组合 + List remainingCards = new ArrayList<>(availableCards); + remainingCards.removeAll(pair); + + if (requiredCount == 4) { + // 需要再找2张单牌 + List singles = getAvailableSingles(remainingCards).stream() + .filter(card -> card.cardMod <= 10) + .limit(2) + .collect(Collectors.toList()); + + if (singles.size() == 2) { + List combination = new ArrayList<>(pair); + combination.addAll(singles); + combinations.add(combination); + } + } + } + } + + // 策略2:单牌组合(优先小单牌) + if (combinations.isEmpty()) { + List smallSingles = availableCards.stream() + .filter(card -> valueCount.getOrDefault(card.cardMod, 0) == 1) // 真单牌 + .filter(card -> card.cardMod <= 10) + .sorted(Comparator.comparingInt(card -> card.cardMod)) + .limit(requiredCount) + .collect(Collectors.toList()); + + if (smallSingles.size() == requiredCount) { + combinations.add(smallSingles); + } + } + + // 策略3:混合组合(对子+单牌) + if (combinations.isEmpty()) { + // 找一个对子 + Optional pairOpt = allPairs.stream().findFirst(); + if (pairOpt.isPresent()) { + int pairValue = pairOpt.get(); + List pair = availableCards.stream() + .filter(card -> card.cardMod == pairValue) + .limit(2) + .collect(Collectors.toList()); + + if (pair.size() == 2) { + List remainingCards = new ArrayList<>(availableCards); + remainingCards.removeAll(pair); + + // 找需要的单牌 + List neededSingles = remainingCards.stream() + .filter(card -> card.cardMod != pairValue) + .sorted(Comparator.comparingInt(card -> card.cardMod)) + .limit(requiredCount - 2) + .collect(Collectors.toList()); + + if (neededSingles.size() == requiredCount - 2) { + List combination = new ArrayList<>(pair); + combination.addAll(neededSingles); + combinations.add(combination); + } + } + } + } + + // 策略4:纯单牌组合(任意单牌) + if (combinations.isEmpty()) { + List anySingles = availableCards.stream() + .sorted(Comparator.comparingInt(card -> card.cardMod)) + .limit(requiredCount) + .collect(Collectors.toList()); + combinations.add(anySingles); + } + + // 策略5:考虑保留顺子的特殊组合 + List> straightPreservingCombinations = generateStraightPreservingCombinations(availableCards, requiredCount); + combinations.addAll(straightPreservingCombinations); + + return combinations; + } + + /** + * 生成保留顺子的带牌组合 + */ + private static List> generateStraightPreservingCombinations(List availableCards, int requiredCount) { + List> combinations = new ArrayList<>(); + List values = availableCards.stream() + .map(card -> card.cardMod) + .distinct() + .sorted() + .collect(Collectors.toList()); + + System.out.println("分析顺子保留策略,可用牌值: " + values); + + // 找出所有可能的顺子 + for (int length = 5; length <= values.size(); length++) { + for (int start = 0; start <= values.size() - length; start++) { + List potentialStraight = values.subList(start, start + length); + if (isConsecutive(potentialStraight, 0, potentialStraight.size())) { + System.out.println("发现顺子: " + potentialStraight); + + // 尝试从顺子外取带牌,保留这个顺子 + Set straightSet = new HashSet<>(potentialStraight); + List outsideCards = availableCards.stream() + .filter(card -> !straightSet.contains(card.cardMod)) + .collect(Collectors.toList()); + + System.out.println("顺子外牌: " + outsideCards.stream() + .map(card -> card.cardMod) + .collect(Collectors.toList())); + + if (outsideCards.size() >= requiredCount) { + // 顺子外有足够的牌,完美! + List combination = outsideCards.stream() + .sorted(Comparator.comparingInt(card -> card.cardMod)) + .limit(requiredCount) + .collect(Collectors.toList()); + combinations.add(combination); + System.out.println("完美方案: 从顺子外取牌 " + combination.stream() + .map(card -> card.cardMod) + .collect(Collectors.toList())); + } else if (outsideCards.size() > 0) { + // 顺子外不够,需要从顺子中取少量牌,但要尽量保持顺子完整 + int neededFromStraight = requiredCount - outsideCards.size(); + + // 从顺子的"间隙"位置取牌,尽量不破坏顺子连续性 + List bestStraightCards = getBestCardsFromStraight(availableCards, potentialStraight, neededFromStraight); + + if (bestStraightCards.size() == neededFromStraight) { + List combination = new ArrayList<>(outsideCards); + combination.addAll(bestStraightCards); + combinations.add(combination); + System.out.println("较好方案: 顺子外" + outsideCards.size() + "张 + 顺子内" + neededFromStraight + "张 = " + + combination.stream().map(card -> card.cardMod).collect(Collectors.toList())); + } + } + } + } + } + + return combinations; + } + + /** + * 从顺子中取最合适的牌(尽量保持顺子完整性) + */ + private static List getBestCardsFromStraight(List availableCards, List straight, int neededCount) { + List selected = new ArrayList<>(); + + // 策略:优先取顺子两端的牌,或者取有重复值的牌 + Map valueCount = getValueCount(availableCards); + + // 先找有重复值的牌(对子、三张等) + for (int value : straight) { + if (valueCount.getOrDefault(value, 0) > 1 && selected.size() < neededCount) { + CardObj card = availableCards.stream() + .filter(c -> c.cardMod == value) + .findFirst() + .orElse(null); + if (card != null) { + selected.add(card); + } + } + } + + // 如果还不够,从顺子两端取 + if (selected.size() < neededCount) { + // 从左端取 + for (int i = 0; i < straight.size() && selected.size() < neededCount; i++) { + int value = straight.get(i); + if (!selected.stream().anyMatch(card -> card.cardMod == value)) { + CardObj card = availableCards.stream() + .filter(c -> c.cardMod == value) + .findFirst() + .orElse(null); + if (card != null) { + selected.add(card); + } + } + } + } + + // 如果还不够,从右端取 + if (selected.size() < neededCount) { + for (int i = straight.size() - 1; i >= 0 && selected.size() < neededCount; i--) { + int value = straight.get(i); + if (!selected.stream().anyMatch(card -> card.cardMod == value)) { + CardObj card = availableCards.stream() + .filter(c -> c.cardMod == value) + .findFirst() + .orElse(null); + if (card != null) { + selected.add(card); + } + } + } + } + + return selected; + } + + /** + * 计算带牌方案分数(优化版) + */ + private static int calculateCarryOptionScore(RemainAnalysis analysis, List carryCards) { + int score = 0; + + // 剩余手数越少分数越高(最重要) + score += (10 - analysis.estimatedTurns) * 100; + + // 如果剩余牌能一次性出完,大幅加分 + if (analysis.estimatedTurns == 1) { + score += 500; + } + + // 如果剩余牌是顺子,大幅加分 + if (analysis.bestPattern.contains("顺子")) { + score += 300; + } + + // 如果剩余牌是连对,加分 + if (analysis.bestPattern.contains("连对")) { + score += 200; + } + + // 带牌中单牌数量越少越好(避免拆对子) + Map carryCount = getValueCount(carryCards); + long singleCarryCount = carryCount.values().stream().filter(c -> c == 1).count(); + score -= singleCarryCount * 20; + + // 带牌中对子数量越多越好 + long pairCarryCount = carryCount.values().stream().filter(c -> c == 2).count(); + score += pairCarryCount * 25; + + // 优先带小牌 + int maxCarryValue = carryCards.stream().mapToInt(c -> c.cardMod).max().orElse(0); + if (maxCarryValue <= 10) { + score += 15; + } + + System.out.println("方案评分: 带牌=" + carryCards.stream().map(c -> c.cardMod).collect(Collectors.toList()) + + ", 剩余手数=" + analysis.estimatedTurns + ", 牌型=" + analysis.bestPattern + ", 分数=" + score); + + return score; + } + + /** + * 分析剩余手牌(优化版) + */ + private static RemainAnalysis analyzeRemainingHand(List remainingCards) { + RemainAnalysis analysis = new RemainAnalysis(); + + if (remainingCards.isEmpty()) { + analysis.estimatedTurns = 0; + analysis.bestPattern = "出完"; + return analysis; + } + + // 检查是否能形成顺子 + List> straights = findStraightsAbove(remainingCards, -1, remainingCards.size()); + if (!straights.isEmpty()) { + analysis.estimatedTurns = 1; + analysis.bestPattern = "顺子出完"; + return analysis; + } + + // 检查是否能形成连对 + if (remainingCards.size() % 2 == 0) { + List> consecutivePairs = findConsecutivePairsAbove(remainingCards, -1, remainingCards.size() / 2); + if (!consecutivePairs.isEmpty()) { + analysis.estimatedTurns = 1; + analysis.bestPattern = "连对出完"; + return analysis; + } + } + + // 检查单次出完 + if (canPlayInOneTurn(remainingCards)) { + analysis.estimatedTurns = 1; + analysis.bestPattern = "一次性出完"; + return analysis; + } + + // 估算手数 + analysis.estimatedTurns = estimateTurnsForRemaining(remainingCards, getValueCount(remainingCards)); + analysis.bestPattern = getBestPattern(remainingCards); + + return analysis; + } + + + /** + * 检查是否能一次性出完 + */ + private static boolean canPlayInOneTurn(List cards) { + int type = getPlayType(cards); + return type != -1; // 如果能识别出牌型,就能一次性出完 + } + + /** + * 估算剩余手牌需要的手数 + */ + private static int estimateTurnsForRemaining(List cards, Map count) { + int turns = 0; + + // 统计各种牌型 + int singles = 0; + int pairs = 0; + int trios = 0; + int bombs = 0; + + for (int cardCount : count.values()) { + switch (cardCount) { + case 1: + singles++; + break; + case 2: + pairs++; + break; + case 3: + trios++; + break; + case 4: + bombs++; + break; + } + } + + // 炸弹 + turns += bombs; + + // 三带 + int trioTurns = trios; + if (trios > 0 && singles + pairs >= trios) { + // 三带可以带牌 + trioTurns = trios; + } + turns += trioTurns; + + // 对子 + int pairTurns = pairs; + turns += pairTurns; + + // 单牌(减去被三带带走的) + int remainingSingles = Math.max(0, singles - trios); + turns += remainingSingles; + + return Math.max(1, turns); + } + + /** + * 获取最佳剩余牌型 + */ + private static String getBestPattern(List cards) { + if (cards.size() >= 5) { + List> straights = findStraightsAbove(cards, -1, 5); + if (!straights.isEmpty()) return "有顺子"; + + List> consecutivePairs = findConsecutivePairsAbove(cards, -1, 2); + if (!consecutivePairs.isEmpty()) return "有连对"; + } + + Map count = getValueCount(cards); + if (count.values().stream().anyMatch(c -> c >= 2)) { + return "有对子"; + } + + return "多单牌"; + } + + + /** + * 选择最优带牌方案 + */ + private static CarryOption selectBestCarryOption(List options) { + return options.stream() + .max(Comparator.comparingInt(option -> option.score)) + .orElse(null); + } + + /** + * 保守策略(当智能分析失败时使用) + */ + private static List findConservativeCarryCards(List availableCards, int requiredCount) { + List carryCards = new ArrayList<>(); + + // 优先使用小对子 + List smallPairs = getAvailableSmallPairs(availableCards); + for (int pairValue : smallPairs) { + if (carryCards.size() + 2 <= requiredCount) { + List pair = availableCards.stream() + .filter(card -> card.cardMod == pairValue) + .limit(2) + .collect(Collectors.toList()); + if (pair.size() == 2) { + carryCards.addAll(pair); + availableCards.removeAll(pair); + } + } + } + + // 然后使用小单牌 + if (carryCards.size() < requiredCount) { + List singles = getAvailableSingles(availableCards).stream() + .filter(card -> card.cardMod <= 10) + .collect(Collectors.toList()); + for (CardObj single : singles) { + if (carryCards.size() < requiredCount) { + carryCards.add(single); + availableCards.remove(single); + } + } + } + + // 最后使用任意牌 + if (carryCards.size() < requiredCount) { + List allCards = new ArrayList<>(availableCards); + allCards.sort(Comparator.comparingInt(card -> card.cardMod)); + for (CardObj card : allCards) { + if (carryCards.size() < requiredCount) { + carryCards.add(card); + } + } + } + + return carryCards; + } + + // 辅助类 + static class CarryOption { + List carryCards; + List remainingCards; + int remainingTurns; + String remainingPattern; + int score; + } + + static class RemainAnalysis { + int estimatedTurns; + String bestPattern; + } + + + // 辅助方法:获取当前可用的单牌 + private static List getAvailableSingles(List cards) { + Map count = getValueCount(cards); + return cards.stream() + .filter(card -> count.getOrDefault(card.cardMod, 0) == 1) + .sorted(Comparator.comparingInt(card -> card.cardMod)) + .collect(Collectors.toList()); + } + + // 辅助方法:获取当前可用的小对子 + private static List getAvailableSmallPairs(List cards) { + Map count = getValueCount(cards); + return count.entrySet().stream() + .filter(entry -> entry.getValue() == 2) + .filter(entry -> entry.getKey() <= 10) + .map(Map.Entry::getKey) + .sorted() + .collect(Collectors.toList()); + } + + // 辅助方法:获取当前所有对子 + private static List getAllAvailablePairs(List cards) { + Map count = getValueCount(cards); + return count.entrySet().stream() + .filter(entry -> entry.getValue() >= 2) + .map(Map.Entry::getKey) + .sorted() + .collect(Collectors.toList()); + } + + /** + * 寻找能一次性或接近一次性出完的牌型 (7-9张专用) + */ + private static List findQuickWinPlay(List handCards) { + List sortedHand = new ArrayList<>(handCards); + Collections.sort(sortedHand); + Map valueCount = getValueCount(handCards); + + List cardObjs = tryPlayTrioWithOne(handCards, valueCount); + if (!cardObjs.isEmpty()) { + System.out.println("7-9张专用 ++ 先出三带"); + return cardObjs; + } + + List chainPair = findChainPair(handCards); + if (!chainPair.isEmpty()) { + System.out.println("7-9张专用 ++ 先出连对"); + return chainPair; + } + + List play = tryPlayStraight(handCards); + if (!play.isEmpty()) { + System.out.println("7-9张专用 ++ 先出顺子"); + return play; + } + return findControlPlayForQuickWin(handCards); + } + + private static List findChainPair(List handCards) { + if (handCards.size() < 4) { + return new ArrayList<>(); + } + + Map valueCount = getValueCount(handCards); + List pairValues = valueCount.entrySet().stream() + .filter(entry -> entry.getValue() >= 2) + .map(Map.Entry::getKey) + .filter(value -> value < 15) + .sorted() + .collect(Collectors.toList()); + + if (pairValues.size() < 2) { + return new ArrayList<>(); + } + + // 寻找所有连对 + List> allChains = new ArrayList<>(); + List currentChain = new ArrayList<>(); + + for (int i = 0; i < pairValues.size(); i++) { + if (currentChain.isEmpty()) { + currentChain.add(pairValues.get(i)); + } else { + int lastValue = currentChain.get(currentChain.size() - 1); + int currentValue = pairValues.get(i); + + if (currentValue == lastValue + 1) { + currentChain.add(currentValue); + } else { + if (currentChain.size() >= 2) { + allChains.add(new ArrayList<>(currentChain)); + } + currentChain.clear(); + currentChain.add(currentValue); + } + } + } + + if (currentChain.size() >= 2) { + allChains.add(new ArrayList<>(currentChain)); + } + + if (allChains.isEmpty()) { + return new ArrayList<>(); + } + + // 优先选择最长的连对 + List bestChain = allChains.stream() + .max(Comparator.>comparingInt(List::size)) + .orElse(allChains.get(0)); // 如果没有最长的,就取第一个找到的 + + // 构建牌列表 + List result = new ArrayList<>(); + for (int value : bestChain) { + result.addAll(getPairByValue(handCards, value)); + } + + return result; + } + + + private static List tryPlayStraight(List handCards) { + final int MIN_STRAIGHT_VALUE = 3; + final int MAX_STRAIGHT_VALUE = 14; + + List distinctValues = handCards.stream() + .map(c -> c.cardMod) + .filter(value -> value >= MIN_STRAIGHT_VALUE && value <= MAX_STRAIGHT_VALUE) + .distinct() + .sorted() + .collect(Collectors.toList()); + + System.out.println("可用的顺子值: " + distinctValues); + + // 如果可用牌值少于5张,直接返回 + if (distinctValues.size() < 5) { + return new ArrayList<>(); + } + int maxPossibleLength = Math.min(distinctValues.size(), 12); // 最多12张 + + for (int length = maxPossibleLength; length >= 5; length--) { + for (int i = 0; i <= distinctValues.size() - length; i++) { + if (isConsecutive(distinctValues, i, length)) { + List straightValues = distinctValues.subList(i, i + length); + System.out.println("找到" + length + "张顺子: " + straightValues); + return buildStraight(handCards, straightValues); + } + } + } + + return new ArrayList<>(); + } + + /** + * 检查是否能一次性出完 + */ + private static List findOneShotPlay(List handCards) { + int handSize = handCards.size(); + + // 检查顺子 + if (handSize >= 5) { + for (int len = handSize; len >= 5; len--) { + List> straights = findStraightsAbove(handCards, -1, len); + if (!straights.isEmpty()) { + // 正好等于手牌数量的顺子 + for (List straight : straights) { + if (straight.size() == handSize) { + return straight; + } + } + } + } + } + + // 检查连对 + if (handSize >= 4 && handSize % 2 == 0) { + int pairCount = handSize / 2; + List> consecutivePairs = findConsecutivePairsAbove(handCards, -1, pairCount); + if (!consecutivePairs.isEmpty()) { + return consecutivePairs.get(0); + } + } + + // 检查炸弹+单牌组合 + Map valueCount = getValueCount(handCards); + for (Map.Entry entry : valueCount.entrySet()) { + if (entry.getValue() == 4 && handSize == 6) { + // 四带二 + List bomb = handCards.stream() + .filter(card -> card.cardMod == entry.getKey()) + .limit(4) + .collect(Collectors.toList()); + + List otherCards = handCards.stream() + .filter(card -> card.cardMod != entry.getKey()) + .collect(Collectors.toList()); + + if (otherCards.size() >= 2) { + List result = new ArrayList<>(bomb); + result.addAll(otherCards.subList(0, 2)); + return result; + } + } + } + + return new ArrayList<>(); + } + + /** + * 寻找顺子组合出牌 + */ + private static List findStraightComboPlay(List handCards) { + int handSize = handCards.size(); + + // 尝试各种顺子长度 + for (int straightLen = 5; straightLen <= Math.min(8, handSize - 1); straightLen++) { + List> straights = findStraightsAbove(handCards, -1, straightLen); + + for (List straight : straights) { + List remainHand = removeCards(handCards, straight); + int remainSize = remainHand.size(); + + // 剩余牌很少,容易处理 + if (remainSize <= 3) { + // 检查剩余牌是否都是大牌或者能形成控制 + boolean remainIsGood = isRemainHandGood(remainHand); + if (remainIsGood) { + System.out.println("顺子" + straightLen + "张 + 剩余" + remainSize + "张好牌"); + return straight; + } + } + + // 剩余牌能形成对子或三张 + if (remainSize == 2 || remainSize == 3) { + Map remainCount = getValueCount(remainHand); + boolean isPairOrTrio = remainCount.values().stream().allMatch(count -> count == remainSize); + if (isPairOrTrio) { + System.out.println("顺子" + straightLen + "张 + 对子/三张"); + return straight; + } + } + } + } + + return new ArrayList<>(); + } + + /** + * 寻找连对组合出牌 + */ + private static List findConsecutivePairComboPlay(List handCards) { + int handSize = handCards.size(); + + for (int pairCount = 2; pairCount <= 4; pairCount++) { + int requiredCards = pairCount * 2; + if (requiredCards > handSize) continue; + + List> consecutivePairs = findConsecutivePairsAbove(handCards, -1, pairCount); + + for (List pairs : consecutivePairs) { + List remainHand = removeCards(handCards, pairs); + int remainSize = remainHand.size(); + + // 剩余牌处理逻辑 + if (remainSize <= 3 && isRemainHandGood(remainHand)) { + System.out.println(pairCount + "连对 + 剩余" + remainSize + "张好牌"); + return pairs; + } + + // 剩余牌能形成顺子 + if (remainSize >= 5) { + List> remainStraights = findStraightsAbove(remainHand, -1, remainSize); + if (!remainStraights.isEmpty()) { + System.out.println(pairCount + "连对 + " + remainSize + "顺子"); + return pairs; + } + } + } + } + + return new ArrayList<>(); + } + + /** + * 寻找三带类组合出牌 + */ + private static List findTrioComboPlay(List handCards) { + Map valueCount = getValueCount(handCards); + int handSize = handCards.size(); + + // 查找三张 + List trioValues = valueCount.entrySet().stream() + .filter(entry -> entry.getValue() == 3) + .map(Map.Entry::getKey) + .collect(Collectors.toList()); + + for (int trioValue : trioValues) { + List trio = handCards.stream() + .filter(card -> card.cardMod == trioValue) + .limit(3) + .collect(Collectors.toList()); + + List remainAfterTrio = removeCards(handCards, trio); + + + // 三带二 + if (handSize == 5 && remainAfterTrio.size() == 2) { + Map remainCount = getValueCount(remainAfterTrio); + if (remainCount.size() == 1) { // 是对子 + List result = new ArrayList<>(trio); + result.addAll(remainAfterTrio); + return result; + } + } + } + + return new ArrayList<>(); + } + + /** + * 为快速出完寻找控制性出牌 + */ + private static List findControlPlayForQuickWin(List handCards) { + return Collections.singletonList(findMediumCardForQuickWin(handCards)); + } + + /** + * 检查剩余手牌质量 + */ + private static boolean isRemainHandGood(List remainHand) { + if (remainHand.isEmpty()) return true; + + // 剩余都是大牌 + boolean allBigCards = remainHand.stream().allMatch(card -> card.cardMod >= 13); + if (allBigCards) return true; + + // 剩余牌能形成对子或三张 + Map remainCount = getValueCount(remainHand); + if (remainCount.size() == 1) return true; // 全是同值牌 + + // 剩余牌值接近,容易组合 + int maxValue = remainHand.stream().mapToInt(c -> c.cardMod).max().orElse(0); + int minValue = remainHand.stream().mapToInt(c -> c.cardMod).min().orElse(0); + if (maxValue - minValue <= 2) return true; + + return false; + } + + + private static List findControlPair(List handCards) { + Map valueCount = getValueCount(handCards); + + // 1. 先找出所有对子,按牌值分组 + List allPairs = valueCount.entrySet().stream() + .filter(entry -> entry.getValue() >= 2) + .map(Map.Entry::getKey) + .sorted() + .collect(Collectors.toList()); + + if (allPairs.isEmpty()) { + return new ArrayList<>(); + } + + return getPairByValue(handCards, allPairs.get(0)); + } + + private static boolean hasControlAfterPlay(List handCards, int playPairValue, Map valueCount) { + // 模拟出掉这个对子后,是否还有控制牌 + Map tempCount = new HashMap<>(valueCount); + tempCount.put(playPairValue, tempCount.get(playPairValue) - 2); + + // 检查是否还有: + // a) 更大的对子 + return tempCount.entrySet().stream() + .anyMatch(entry -> entry.getValue() >= 2 && entry.getKey() > playPairValue); + } + + + private static List getPairByValue(List handCards, int value) { + return handCards.stream() + .filter(card -> card.cardMod == value) + .limit(2) + .collect(Collectors.toList()); + } + + /** + * 为快速出完寻找中等牌值 + */ + private static CardObj findMediumCardForQuickWin(List handCards) { + List sortedHand = new ArrayList<>(handCards); + Collections.sort(sortedHand); + + +// // 优先选择9-J之间的牌 +// List optimalCards = sortedHand.stream() +// .filter(card -> card.cardMod >= 9 && card.cardMod <= 11) +// .collect(Collectors.toList()); +// +// if (!optimalCards.isEmpty()) { +// return optimalCards.get(optimalCards.size() / 2); // 取中间值 +// } +// +// // 次选7-Q之间的牌 +// List fallbackCards = sortedHand.stream() +// .filter(card -> card.cardMod >= 7 && card.cardMod <= 12) +// .collect(Collectors.toList()); +// +// if (!fallbackCards.isEmpty()) { +// return fallbackCards.get(fallbackCards.size() / 2); +// } +// + // 默认取中间位置的牌 + int middleIndex = sortedHand.size() / 2; + return sortedHand.get(middleIndex); + } + + + private static List tryPlayTrioWithOne(List handCards, Map valueCount) { + System.out.println("三张牌型"); + // 先按牌值排序(从小到大) + handCards.sort(Comparator.comparingInt(c -> c.cardMod)); + + // 查找最小的三张 + for (CardObj card : handCards) { + if (valueCount.getOrDefault(card.cardMod, 0) >= 3) { + List trio = handCards.stream() + .filter(c -> c.cardMod == card.cardMod) + .limit(3) + .collect(Collectors.toList()); + + // 寻找两张带牌,优先不破坏对子和顺子牌型 + List sideCards = findBestSideCardsForTrio(handCards, card.cardMod, valueCount); + + if (sideCards.size() >= 2) { + List result = new ArrayList<>(trio); + result.addAll(sideCards.subList(0, 2)); + System.out.println("全是三张牌型" + result); + + return result; + } + } + } + return new ArrayList<>(); + } + + private static List findBestSideCardsForTrio(List handCards, int trioValue, + Map valueCount) { + List candidateCards = new ArrayList<>(); + + + // 收集所有不是三张牌本身的牌,并且不破坏其他三张牌 + for (CardObj card : handCards) { + if (card.cardMod != trioValue) { + // 检查这张牌是否属于其他三张牌(不拆散其他三张) + if (valueCount.getOrDefault(card.cardMod, 0) < 3) { + candidateCards.add(card); + } + } + } + + + // 按优先级选择带牌策略 + List bestChoice = new ArrayList<>(); + + + // 策略1:优先选择单张牌(不破坏对子和三张) + List singleCards = findSingleCards(candidateCards, valueCount); + if (singleCards.size() >= 2) { + return singleCards.subList(0, Math.min(2, singleCards.size())); + } + + // 策略2:选择最小的对子(如果只剩一个对子,拆开带) + List pairCards = findSmallestPair(candidateCards, valueCount); + if (!pairCards.isEmpty()) { + if (pairCards.size() >= 2) { + return pairCards.subList(0, 2); // 带整个对子 + } else { + bestChoice.add(pairCards.get(0)); // 先带一张 + } + } + + // 策略3:如果还不够,选择其他单张(仍然不破坏三张) + for (CardObj card : candidateCards) { + if (bestChoice.size() < 2 && !bestChoice.contains(card)) { + // 再次确认不破坏三张牌 + if (valueCount.getOrDefault(card.cardMod, 0) < 3) { + bestChoice.add(card); + } + } + } + + return bestChoice; + } + + /** + * 查找最小的对子(不破坏三张牌) + */ + private static List findSmallestPair(List cards, Map valueCount) { + List pairCards = new ArrayList<>(); + + // 找出最小的对子(且不属于三张) + for (CardObj card : cards) { + if (valueCount.getOrDefault(card.cardMod, 0) == 2) { // 严格等于2,不是三张 + List pair = cards.stream() + .filter(c -> c.cardMod == card.cardMod) + .limit(2) + .collect(Collectors.toList()); + + // 如果这个对子还没被加入,且比当前选择更小 + if (pairCards.isEmpty() || + (pair.size() >= 2 && pair.get(0).cardMod < pairCards.get(0).cardMod)) { + pairCards = pair; + } + } + } + + return pairCards; + } + + /** + * 查找单张牌(不破坏三张牌) + */ + private static List findSingleCards(List cards, Map valueCount) { + List singleCards = new ArrayList<>(); + + // 找出真正的单张牌(没有其他同值的牌,且不属于三张) + for (CardObj card : cards) { + if (valueCount.getOrDefault(card.cardMod, 0) == 1) { + singleCards.add(card); + } + } + + // 按牌值排序 + singleCards.sort(Comparator.comparingInt(c -> c.cardMod)); + return singleCards; + } + + /** + * 找最大单牌 + */ + private static CardObj findMaxCard(List handCards) { + return handCards.stream() + .max(Comparator.comparingInt(c -> c.cardMod)) + .orElse(handCards.get(0)); + } + + + /** + * 选择最佳首出牌(保护大牌) + */ + private static List selectBestFirstPlayWithBigCardProtection(List handCards, HandAnalysis analysis) { + List candidates = new ArrayList<>(); + + // 为每个可能的首出牌分析后续影响 + for (List play : analysis.allPossiblePlays) { + int playType = getPlayType(play); + + // 首轮禁止出炸弹 + if (playType == Config.TYPE_ZHA) { + System.out.println("首轮跳过炸弹: " + play); + continue; + } + + // 首轮禁止出包含过多大牌的牌型 + if (containsTooManyBigCardsInFirstRound(play)) { + System.out.println("首轮跳过多大牌组合: " + play); + continue; + } + + List remainHand = removeCards(handCards, play); + RemainHandAnalysis remainAnalysis = analyzeRemainHand(remainHand); + + PlayOption option = new PlayOption(play, playType); + PlayOptionWithRemain optionWithRemain = new PlayOptionWithRemain(option, remainHand, remainAnalysis); + + // 基于整体牌型特征评分(修复炸弹评分) + calculateFirstRoundScore(optionWithRemain, analysis, handCards); + candidates.add(optionWithRemain); + } + + // 选择最优候选 + return selectBestCandidate(candidates, analysis, handCards); + } + + /** + * 首轮专用评分(禁止炸弹和过大牌型) + */ + private static void calculateFirstRoundScore(PlayOptionWithRemain option, HandAnalysis analysis, List originalHand) { + int score = 0; + int playType = option.type; + + // 1. 首轮绝对禁止炸弹 + if (playType == Config.TYPE_ZHA) { + score -= 10000; + option.totalScore = score; + return; + } + + // 2. 禁止拆炸弹 + if (isBreakingBomb(option.cards, originalHand)) { + score -= 1000; + option.totalScore = score; + return; + } + + // 3. 首轮限制大牌使用 + if (containsTooManyBigCardsInFirstRound(option.cards)) { + score -= 500; + } + + // 4. 根据牌型特征动态评分 + score += evaluateFirstRoundByHandStructure(option, analysis, originalHand); + + // 5. 剩余手牌质量 + score += option.analysis.remainScore; + + // 6. 出牌数量考虑 + score += Math.min(option.cards.size() * 5, 20); // 限制最大加分 + + option.totalScore = score; + } + + /** + * 首轮大牌限制检查 + */ + private static boolean containsTooManyBigCardsInFirstRound(List cards) { + long bigCardCount = cards.stream() + .filter(card -> card.cardMod >= 10) + .count(); + + // 首轮限制:不能超过总牌数的1/3是大牌 + return bigCardCount >= (cards.size() + 2) / 3; + } + + /** + * 首轮专用结构评估 + */ + private static int evaluateFirstRoundByHandStructure(PlayOptionWithRemain option, HandAnalysis analysis, List originalHand) { + int score = 0; + int playType = option.type; + int handSize = originalHand.size(); + + // === 首轮核心策略:出小牌保留控制力 === + + // 特征1: 多小单牌 → 优先出能带走小牌的牌型 + if (analysis.smallSingleCount >= 3) { + if (playType == Config.TYPE_3_1 || playType == Config.TYPE_SHUNZI) { + score += 25; + } + if (playType == Config.TYPE_DANPAI && isSmallCard(option.cards.get(0))) { + score += 20; // 首轮出小单牌积极处理 + } + } + + // 特征2: 长顺子/连对 → 优先出中等长度的组合 + if (analysis.maxStraightLength >= 6 && playType == Config.TYPE_SHUNZI) { + int length = option.cards.size(); + if (length >= 5 && length <= 7) { + score += 14; // 中等长度顺子优先 + } + } + + if (analysis.maxConsecutivePairs >= 3 && playType == Config.TYPE_LIANDUI) { + int pairCount = option.cards.size() / 2; + if (pairCount >= 2 && pairCount <= 3) { + score += 18; // 中等连对优先 + } + } + + // 特征3: 首轮避免使用大牌(除非手牌很少) + if (handSize > 6) { + int maxPlayValue = option.cards.stream().mapToInt(c -> c.cardMod).max().orElse(0); + if (maxPlayValue >= 14) { // A, 2 + score -= 15; + } else if (maxPlayValue >= 13) { // K + score -= 8; + } + } + + // 特征4: 对子多 → 优先出小对子 + if (analysis.pairCount >= 4 && playType == Config.TYPE_DUIZI) { + int maxValue = option.cards.stream().mapToInt(c -> c.cardMod).max().orElse(0); + if (maxValue <= 10) { // 小对子加分 + score += 15; + } + } + + + // 策略1: 优先处理难以组合的牌 + if (playType == Config.TYPE_DANPAI && isSmallCard(option.cards.get(0))) { + score += 10; // 首轮积极出小单牌 + } + + + if (playType == Config.TYPE_3_1) { + // 检查三带一是否带的是小牌 + CardObj singleCard = findSingleCardInTrioWithOne(option.cards); + if (singleCard != null && isSmallCard(singleCard)) { + score += 15; // 三带小牌优先 + } + } + + return score; + } + + /** + * 在三带一中找到单牌 + */ + private static CardObj findSingleCardInTrioWithOne(List cards) { + if (cards.size() != 4) return null; + + Map> groups = groupByValue(cards); + for (Map.Entry> entry : groups.entrySet()) { + if (entry.getValue().size() == 1) { + return entry.getValue().get(0); + } + } + return null; + } + + /** + * 选择最佳候选(首轮专用) + */ + private static List selectBestCandidate(List candidates, HandAnalysis analysis, List originalHand) { + // 过滤掉无效选项 + List validCandidates = candidates.stream() + .filter(opt -> opt.totalScore > -500 && !isBomb(opt.type)) + .collect(Collectors.toList()); + + if (validCandidates.isEmpty()) { + // 没有合适选择时,出最小单牌 + return Arrays.asList(findMediumCardForFirstRound(originalHand)); + } + + // 按分数排序 + validCandidates.sort((a, b) -> Integer.compare(b.totalScore, a.totalScore)); + + // 输出前3个候选用于调试 + System.out.println("=== 首轮候选分析 ==="); + for (int i = 0; i < Math.min(3, validCandidates.size()); i++) { + PlayOptionWithRemain opt = validCandidates.get(i); + System.out.println("候选" + (i + 1) + ": " + opt.cards + " 类型:" + opt.type + " 分数:" + opt.totalScore); + } + + return validCandidates.get(0).cards; + } + + private static CardObj findMediumCardForFirstRound(List handCards) { + List sortedHand = new ArrayList<>(handCards); + Collections.sort(sortedHand); + + // 优先选择8-Q之间的牌(中等牌值) + List mediumCards = sortedHand.stream() + .filter(card -> card.cardMod >= 8 && card.cardMod <= 12) // 8到Q + .collect(Collectors.toList()); + + if (!mediumCards.isEmpty()) { + // 取中等牌中最小的 + return mediumCards.get(0); + } + + // 如果没有8-Q的牌,选择7-K之间的牌 + List fallbackCards = sortedHand.stream() + .filter(card -> card.cardMod >= 7 && card.cardMod <= 13) // 7到K + .collect(Collectors.toList()); + + if (!fallbackCards.isEmpty()) { + return fallbackCards.get(0); + } + + // 实在没有合适的中等牌,选择中间位置的牌 + int middleIndex = sortedHand.size() / 2; + return sortedHand.get(middleIndex); + } + + private static CardObj findSmallestCard(List handCards) { + return handCards.stream() + .min(Comparator.comparingInt(c -> c.cardMod)) + .orElse(handCards.get(0)); + } + + /** + * 检查是否为炸弹 + */ + private static boolean isBomb(int playType) { + return playType == Config.TYPE_ZHA; + } + + /** + * 收集所有可能的首出牌(排除炸弹) + */ + private static List> collectAllPossibleFirstPlays(List handCards) { + List> allPlays = new ArrayList<>(); + + // 单牌(限制大牌) + allPlays.addAll(findSinglesAbove(handCards, -1).stream() + .filter(play -> play.get(0).cardMod <= 12) // 首轮不出K以上的单牌 + .collect(Collectors.toList())); + + // 对子 + allPlays.addAll(findPairsAbove(handCards, -1)); + + // 顺子 (5-8张) + for (int len = 5; len <= 8; len++) { + allPlays.addAll(findStraightsAbove(handCards, -1, len)); + } + + // 连对 (2-4连对) + for (int pairCount = 2; pairCount <= 4; pairCount++) { + allPlays.addAll(findConsecutivePairsAbove(handCards, -1, pairCount)); + } + + // 三带一 + allPlays.addAll(findTrioWithOneAbove(handCards, -1)); + + + return allPlays; + } + + + /** + * 基于整体牌型特征评分(保护大牌) + */ + private static void calculateStructuralScoreWithBigCardProtection(PlayOptionWithRemain option, + HandAnalysis analysis, List originalHand) { + int score = 0; + + // 1. 禁止拆炸弹 + if (isBreakingBomb(option.cards, originalHand)) { + score -= 1000; + option.totalScore = score; + return; + } + + // 2. 修复:保护大牌扣分机制 + score -= calculateBigCardPenalty(option.cards, originalHand); + + // 3. 根据牌型特征动态评分 + score += evaluateByHandStructureWithBigCardProtection(option, analysis, originalHand); + + // 4. 剩余手牌质量 + score += option.analysis.remainScore; + + // 5. 出牌数量考虑 + score += option.cards.size() * 8; + + option.totalScore = score; + } + + /** + * 计算大牌惩罚分数(出大牌扣分) + */ + private static int calculateBigCardPenalty(List playCards, List originalHand) { + int penalty = 0; + + // 统计手牌中的大牌数量 + long originalBigCards = originalHand.stream() + .filter(card -> card.cardMod >= 13) // K, A, 2 + .count(); + + // 统计出牌中的大牌数量 + long playBigCards = playCards.stream() + .filter(card -> card.cardMod >= 13) + .count(); + + // 如果出牌中包含大牌,根据比例扣分 + if (playBigCards > 0) { + double bigCardRatio = (double) playBigCards / playCards.size(); + + // 大牌比例越高,扣分越多 + penalty += (int) (bigCardRatio * 50); + + // 如果手牌中大牌不多,扣分更重 + if (originalBigCards <= 3) { + penalty += 30; + } + + // 特别保护2(A)和A(K) + for (CardObj card : playCards) { + if (card.cardMod == 15) { // 2 + penalty += 25; + } else if (card.cardMod == 14) { // A + penalty += 15; + } else if (card.cardMod == 13) { // K + penalty += 10; + } + } + } + + return penalty; + } + + /** + * 根据手牌结构特征评估(保护大牌) + */ + private static int evaluateByHandStructureWithBigCardProtection(PlayOptionWithRemain option, + HandAnalysis analysis, List originalHand) { + int score = 0; + int playType = option.type; + int handSize = originalHand.size(); + + // === 关键修复:手牌很多时的保守策略 === + if (handSize > 10) { + // 手牌多时,优先出小牌,保护大牌 + if (playType == Config.TYPE_DANPAI) { + CardObj card = option.cards.get(0); + if (card.cardMod <= 10) { // 10及以下的小牌 + score += 20; + } else if (card.cardMod >= 13) { // K以上的大牌 + score -= 25; // 大牌扣分 + } + } + + // 手牌多时优先出顺子、连对等组合牌 + if (playType == Config.TYPE_SHUNZI || playType == Config.TYPE_LIANDUI) { + // 检查顺子/连对中是否包含大牌 + boolean containsBigCard = option.cards.stream().anyMatch(card -> card.cardMod >= 13); + if (!containsBigCard) { + score += 35; // 不含大牌的顺子/连对大幅加分 + } else { + score += 15; // 含大牌的顺子/连对适当加分 + } + } + + // 手牌多时避免首出对子(容易被压) + if (playType == Config.TYPE_DUIZI) { + int maxValue = option.cards.stream().mapToInt(c -> c.cardMod).max().orElse(0); + if (maxValue >= 12) { // Q以上的对子 + score -= 20; + } + } + } + + // === 手牌较少时的激进策略 === + if (handSize <= 6) { + if (handSize <= 3) { + // 手牌很少时,优先出最大的牌夺取出牌权 + if (playType == Config.TYPE_DANPAI) { + CardObj card = option.cards.get(0); + if (card.cardMod >= 13) { // K, A, 2 + score += 50; // 大单牌大幅加分 + } + } + // 避免出小对子 + if (playType == Config.TYPE_DUIZI) { + int maxValue = option.cards.stream().mapToInt(c -> c.cardMod).max().orElse(0); + if (maxValue < 10) { // 小对子扣分 + score -= 30; + } + } + } + + // 手牌较少时,优先出能一次出完或接近出完的牌型 + if (option.cards.size() == handSize) { + score += 80; // 能一次出完大幅加分 + } else if (option.cards.size() >= handSize - 2) { + score += 40; // 接近出完加分 + } + } + + // 特征1: 小单牌多 → 优先出能带走小牌的牌型 + if (analysis.smallSingleCount >= 3) { + if (playType == Config.TYPE_3_1 || playType == Config.TYPE_SHUNZI) { + score += 30; + } + if (playType == Config.TYPE_DANPAI && isSmallCard(option.cards.get(0))) { + score += 15; + } + } + + // 特征2: 连对长 → 优先出连对 + if (analysis.maxConsecutivePairs >= 3) { + if (playType == Config.TYPE_LIANDUI) { + score += 25; + } + } + + // 特征3: 大牌多 → 可以出控制力强的牌型 + if (analysis.bigCardCount >= 2) { + if (playType == Config.TYPE_LIANDUI || playType == Config.TYPE_SHUNZI) { + score += 15; + } + } + + // 特征4: 对子多 → 优先出对子或连对 + if (analysis.pairCount >= 4) { + if (playType == Config.TYPE_DUIZI || playType == Config.TYPE_LIANDUI) { + score += 20; + } + } + + // 特征5: 避免首出带大牌的牌型(除非手牌很少) + if (containsBigCards(option.cards) && analysis.smallSingleCount > 0 && handSize > 6) { + score -= 25; + } + + // === 新增:出牌控制力评估 === + score += evaluatePlayControl(option, originalHand); + + return score; + } + + + /** + * 手牌分析类 + */ + static class HandAnalysis { + Map features = new HashMap<>(); + List> allPossiblePlays = new ArrayList<>(); + Map valueCount; + + // 关键特征 + int smallSingleCount; // 小单牌数量(3-8) + int bigCardCount; // 大牌数量(2,A,K) + int pairCount; // 对子数量 + int trioCount; // 三张数量 + int bombCount; // 炸弹数量 + int maxStraightLength; // 最长顺子 + int maxConsecutivePairs; // 最长连对 + boolean hasControlCards; // 是否有控制牌 + } + + /** + * 评估出牌控制力 + */ + private static int evaluatePlayControl(PlayOptionWithRemain option, List originalHand) { + int score = 0; + int playType = option.type; + + // 计算出牌中的最大牌值 + int maxPlayValue = option.cards.stream().mapToInt(c -> c.cardMod).max().orElse(0); + + // 单牌:大牌有控制力 + if (playType == Config.TYPE_DANPAI) { + if (maxPlayValue >= 15) score += 40; // 2 + else if (maxPlayValue >= 14) score += 30; // A + else if (maxPlayValue >= 13) score += 20; // K + else if (maxPlayValue <= 8) score -= 10; // 小单牌控制力差 + } + + // 对子:大对子有控制力 + if (playType == Config.TYPE_DUIZI) { + if (maxPlayValue >= 13) score += 25; // K对以上 + else if (maxPlayValue <= 9) score -= 15; // 小对子容易被压 + } + + // 顺子、连对:长度越长越难被压 + if (playType == Config.TYPE_SHUNZI || playType == Config.TYPE_LIANDUI) { + score += option.cards.size() * 2; + } + + // 炸弹:绝对控制力 + if (playType == Config.TYPE_ZHA) { + score += 60; + } + + return score; + } + + /** + * 找到最好的单牌出牌 + */ + private static List findBestCardToPlay(List handCards, Map> seatRemainHistory) { + Map otherSeatsLastRemain = getOtherSeatsLastRemain(HuNanPaoDeKuai.seat, seatRemainHistory); + boolean hasAnyEqualOne = otherSeatsLastRemain.values().stream().anyMatch(value -> value == 1); + if (hasAnyEqualOne) { + // 优先考虑能出完的牌型:三带、连对、顺子 + System.out.println("检测到对手只剩一张牌,优先查找能出完的牌型"); + + // 检查三带(三带一或三带对) + List trioPlay = findQuickWinPlay(handCards); + if (!trioPlay.isEmpty()) { + System.out.println("找到能出完的三带牌型: " + trioPlay); + return trioPlay; + } + + // 检查连对 + List consecutivePairs = findChainPair(handCards); + if (!consecutivePairs.isEmpty()) { + System.out.println("找到能出完的连对牌型: " + consecutivePairs); + return consecutivePairs; + } + + // 如果没有能出完的牌型,再出对子压制 + System.out.println("未找到能出完的牌型,优先出对子压制"); + List pair = findAnyPair(handCards); + if (pair != null && pair.size() == 2) { + System.out.println("推荐出牌: " + pair + " (对子压制)"); + return pair; + } + } + return new ArrayList<>(); + } + + /** + * 在手牌中找任意对子 + */ + private static List findAnyPair(List handCards) { + Map> valueGroups = groupByValue(handCards); + return valueGroups.entrySet().stream() + .filter(entry -> entry.getValue().size() >= 2) + .min(Comparator.comparingInt(Map.Entry::getKey)) + .map(entry -> entry.getValue().subList(0, 2)) + .orElse(new ArrayList<>()); + } + + + // 辅助方法 + private static int countSmallSingles(List handCards, Map valueCount) { + return (int) valueCount.entrySet().stream() + .filter(entry -> entry.getValue() == 1 && entry.getKey() >= 3 && entry.getKey() <= 8) + .count(); + } + + private static int countBigCards(Map valueCount) { + return (int) valueCount.keySet().stream() + .filter(value -> value >= 13) // K, A, 2 + .count(); + } + + private static boolean isSmallCard(CardObj card) { + return card.cardMod >= 3 && card.cardMod <= 8; + } + + private static boolean containsBigCards(List cards) { + return cards.stream().anyMatch(card -> card.cardMod >= 13); + } + + /** + * 检查是否拆炸弹 + */ + private static boolean isBreakingBomb(List playCards, List originalHand) { + Map originalCount = getValueCount(originalHand); + Map playCount = getValueCount(playCards); + + for (Map.Entry entry : playCount.entrySet()) { + int cardValue = entry.getKey(); + int playCountForValue = entry.getValue(); + int originalCountForValue = originalCount.getOrDefault(cardValue, 0); + + // 如果原始有4张,但只出了3张或更少,就是拆炸弹 + if (originalCountForValue >= 4 && playCountForValue < 4) { + return true; + } + } + return false; + } + + /** + * 智能响应出牌(考虑出牌后手牌) + */ + private static List intelligentResponsePlayWithRemainConsideration(List handCards, int minCard, + int len, List opponentCards, int type) { + if (handCards.isEmpty()) return new ArrayList<>(); + + // 查找能压住对手的牌,并评估出牌后的手牌 + List validOptions = findValidResponseOptionsWithRemain(handCards, minCard, len, type); + + // 选择最优出牌 + PlayOptionWithRemain bestOption = selectBestOptionWithRemain(validOptions, handCards.size(), false); + + System.out.println("响应出牌选择: " + bestOption.cards + ", 类型: " + bestOption.type + + ", 综合分数: " + bestOption.totalScore + ", 预计手数: " + bestOption.getEstimatedTurns()); + return bestOption.cards; + } + + /** + * 分析所有出牌选项(考虑出牌后手牌) + */ + private static List analyzeAllPlayOptionsWithRemain(List handCards) { + List options = new ArrayList<>(); + + // 分析各种牌型 + addOptionsWithRemainAnalysis(options, analyzeSingles(handCards), handCards); + addOptionsWithRemainAnalysis(options, analyzePairs(handCards), handCards); + addOptionsWithRemainAnalysis(options, analyzeStraights(handCards), handCards); + addOptionsWithRemainAnalysis(options, analyzeConsecutivePairs(handCards), handCards); + addOptionsWithRemainAnalysis(options, analyzeBombs(handCards), handCards); + addOptionsWithRemainAnalysis(options, analyzeTrioWithOnes(handCards), handCards); + addOptionsWithRemainAnalysis(options, analyzeTrioWithPairs(handCards), handCards); + addOptionsWithRemainAnalysis(options, analyzeFourWithTwos(handCards), handCards); + + return options; + } + + /** + * 添加选项并进行出牌后手牌分析 + */ + private static void addOptionsWithRemainAnalysis(List target, + List source, + List originalHand) { + for (PlayOption option : source) { + // 计算出牌后的手牌 + List remainHand = calculateRemainHand(originalHand, option.cards); + + // 分析出牌后手牌的质量 + RemainHandAnalysis analysis = analyzeRemainHand(remainHand); + + // 创建包含出牌后分析的选项 + PlayOptionWithRemain optionWithRemain = new PlayOptionWithRemain(option, remainHand, analysis); + + // 计算综合分数 + calculateTotalScore(optionWithRemain, originalHand.size()); + + target.add(optionWithRemain); + } + } + + /** + * 计算出牌后的手牌 + */ + private static List calculateRemainHand(List originalHand, List playCards) { + List remainHand = new ArrayList<>(originalHand); + + // 从手牌中移除打出的牌 + for (CardObj playCard : playCards) { + Iterator iterator = remainHand.iterator(); + while (iterator.hasNext()) { + CardObj card = iterator.next(); + if (card.cardMod == playCard.cardMod && card.card == playCard.card) { + iterator.remove(); + break; + } + } + } + + return remainHand; + } + + /** + * 分析出牌后手牌质量 + */ + private static RemainHandAnalysis analyzeRemainHand(List remainHand) { + RemainHandAnalysis analysis = new RemainHandAnalysis(); + + if (remainHand.isEmpty()) { + analysis.isWin = true; + analysis.estimatedTurns = 0; + analysis.remainScore = 1000; // 出完牌的最高分 + return analysis; + } + + // 分析剩余手牌的各种特征 + analysis.cardCount = remainHand.size(); + analysis.maxCardValue = remainHand.stream().mapToInt(c -> c.cardMod).max().orElse(0); + analysis.minCardValue = remainHand.stream().mapToInt(c -> c.cardMod).min().orElse(0); + analysis.avgCardValue = remainHand.stream().mapToInt(c -> c.cardMod).average().orElse(0); + + // 统计剩余牌型组合 + Map valueCount = getValueCount(remainHand); + analysis.singleCount = (int) valueCount.values().stream().filter(count -> count == 1).count(); + analysis.pairCount = (int) valueCount.values().stream().filter(count -> count == 2).count(); + analysis.trioCount = (int) valueCount.values().stream().filter(count -> count >= 3).count(); + + // 新增:统计剩余大牌数量 + analysis.bigCardRemain = (int) remainHand.stream() + .filter(card -> card.cardMod >= 13) + .count(); + + // 分析顺子潜力 + analysis.straightPotential = analyzeStraightPotential(remainHand); + + // 分析连对潜力 + analysis.consecutivePairPotential = analyzeConsecutivePairPotential(remainHand); + + // 估算出完剩余牌需要的手数 + analysis.estimatedTurns = estimateRemainingTurns(remainHand, valueCount); + + // 计算剩余手牌分数 + analysis.remainScore = calculateRemainHandScore(analysis); + + return analysis; + } + + /** + * 估算剩余手牌需要的手数 + */ + private static int estimateRemainingTurns(List remainHand, Map valueCount) { + if (remainHand.isEmpty()) return 0; + + int estimatedTurns = 0; + + // 统计各种牌型组合 + int singleCount = 0; + int pairCount = 0; + int trioCount = 0; + int bombCount = 0; + + for (int count : valueCount.values()) { + switch (count) { + case 1: + singleCount++; + break; + case 2: + pairCount++; + break; + case 3: + trioCount++; + break; + case 4: + bombCount++; + break; + } + } + + // 估算手数(简化算法) + // 炸弹可以一次出完 + estimatedTurns += bombCount; + + // 三张可以带牌或单独出 + estimatedTurns += Math.max(trioCount, singleCount + pairCount - trioCount); + + // 对子和单牌 + estimatedTurns += Math.max(pairCount, singleCount - trioCount); + + // 确保至少1手 + estimatedTurns = Math.max(1, estimatedTurns); + + return estimatedTurns; + } + + /** + * 分析顺子潜力 + */ + private static int analyzeStraightPotential(List remainHand) { + List distinctValues = remainHand.stream() + .map(c -> c.cardMod) + .filter(value -> value != 15) // 排除2 + .distinct() + .sorted() + .collect(Collectors.toList()); + + if (distinctValues.size() < 5) return 0; + + int maxStraightLength = 1; + int currentLength = 1; + + for (int i = 1; i < distinctValues.size(); i++) { + if (distinctValues.get(i) - distinctValues.get(i - 1) == 1) { + currentLength++; + maxStraightLength = Math.max(maxStraightLength, currentLength); + } else { + currentLength = 1; + } + } + + return maxStraightLength >= 5 ? maxStraightLength : 0; + } + + /** + * 分析连对潜力 + */ + private static int analyzeConsecutivePairPotential(List remainHand) { + Map valueCount = getValueCount(remainHand); + List pairValues = valueCount.entrySet().stream() + .filter(entry -> entry.getValue() >= 2) + .map(Map.Entry::getKey) + .sorted() + .collect(Collectors.toList()); + + if (pairValues.size() < 2) return 0; + + int maxConsecutivePairs = 1; + int currentConsecutive = 1; + + for (int i = 1; i < pairValues.size(); i++) { + if (pairValues.get(i) - pairValues.get(i - 1) == 1) { + currentConsecutive++; + maxConsecutivePairs = Math.max(maxConsecutivePairs, currentConsecutive); + } else { + currentConsecutive = 1; + } + } + + return maxConsecutivePairs >= 2 ? maxConsecutivePairs : 0; + } + + /** + * 计算剩余手牌分数 + */ + private static int calculateRemainHandScore(RemainHandAnalysis analysis) { + int score = 0; + + // 牌数越少分数越高 + score += (20 - analysis.cardCount) * 5; + + // 预计手数越少分数越高 + score += (10 - analysis.estimatedTurns) * 8; + + // 剩余大牌数量加分(保护大牌策略) + score += analysis.bigCardRemain * 12; + + // 有顺子潜力加分 + if (analysis.straightPotential >= 5) { + score += analysis.straightPotential * 3; + } + + // 有连对潜力加分 + if (analysis.consecutivePairPotential >= 2) { + score += analysis.consecutivePairPotential * 4; + } + + // 单牌少加分 + score -= analysis.singleCount * 2; + + // 对子多加分(容易组合) + score += analysis.pairCount * 3; + + // 三张多加分 + score += analysis.trioCount * 5; + + return Math.max(0, score); + } + + /** + * 计算综合分数 + */ + private static void calculateTotalScore(PlayOptionWithRemain option, int originalHandSize) { + int totalScore = 0; + + // 当前出牌的基础分数 + totalScore += getBaseTypeScore(option.type); + + // 出牌后手牌质量分数(权重较高) + totalScore += option.analysis.remainScore * 2; + + // 预计手数考虑 + totalScore -= option.analysis.estimatedTurns * 10; + + // 出牌大小考虑(优先出小牌) + int maxPlayValue = option.cards.stream().mapToInt(c -> c.cardMod).max().orElse(0); + totalScore -= maxPlayValue; + + // 首轮出牌特殊考虑 + if (originalHandSize == option.analysis.cardCount + option.cards.size()) { // 首轮 + // 首轮避免出太大的牌 + if (maxPlayValue > 12) { + totalScore -= 15; // 加大扣分 + } + // 首轮优先出能形成控制的牌型 + if (option.type == Config.TYPE_SHUNZI || option.type == Config.TYPE_LIANDUI) { + totalScore += 15; + } + } + + // 炸弹特殊处理 + if (option.type == Config.TYPE_ZHA) { + if (option.analysis.cardCount > 8) { // 手牌多时慎用炸弹 + totalScore -= 30; // 加大扣分 + } else { // 手牌少时积极用炸弹 + totalScore += 25; + } + } + + option.totalScore = totalScore; + } + + /** + * 选择最优选项(考虑出牌后手牌) + */ + private static PlayOptionWithRemain selectBestOptionWithRemain(List options, + int handSize, boolean isFirstPlay) { + return options.stream() + .max(Comparator.comparingInt(option -> option.totalScore)) + .orElse(options.isEmpty() ? null : options.get(0)); + } + + /** + * 查找有效的响应选项(考虑出牌后手牌) + */ + private static List findValidResponseOptionsWithRemain(List handCards, + int minCard, int len, int type) { + List validOptions = new ArrayList<>(); + List basicOptions = new ArrayList<>(); + +// boolean isFewCards = handCards.size() <= 15; + + // 根据牌型查找基本选项 + switch (type) { + case Config.TYPE_DANPAI: +// if (isFewCards) { +// // 手牌少时,用非炸弹牌找单牌 +// basicOptions.addAll(findSinglesAboveWithoutBreakingBomb(handCards, minCard).stream() +// .map(cards -> new PlayOption(cards, Config.TYPE_DANPAI)) +// .collect(Collectors.toList())); +// } else { + basicOptions.addAll(findSinglesAbove(handCards, minCard).stream() + .map(cards -> new PlayOption(cards, Config.TYPE_DANPAI)) + .collect(Collectors.toList())); +// } + break; + case Config.TYPE_DUIZI: +// if (isFewCards) { +// basicOptions.addAll(findPairsAboveWithoutBreakingBomb(handCards, minCard).stream() +// .map(cards -> new PlayOption(cards, Config.TYPE_DUIZI)) +// .collect(Collectors.toList())); +// } else { + basicOptions.addAll(findPairsAbove(handCards, minCard).stream() + .map(cards -> new PlayOption(cards, Config.TYPE_DUIZI)) + .collect(Collectors.toList())); +// } + break; + case Config.TYPE_SHUNZI: +// if (isFewCards) { +// basicOptions.addAll(findStraightsAboveWithoutBreakingBomb(handCards, minCard, len).stream() +// .map(cards -> new PlayOption(cards, Config.TYPE_SHUNZI)) +// .collect(Collectors.toList())); +// } else { + basicOptions.addAll(findStraightsAbove(handCards, minCard, len).stream() + .map(cards -> new PlayOption(cards, Config.TYPE_SHUNZI)) + .collect(Collectors.toList())); +// } + break; + case Config.TYPE_LIANDUI: +// if (isFewCards) { +// basicOptions.addAll(findConsecutivePairsAboveWithoutBreakingBomb(handCards, minCard, len).stream() +// .map(cards -> new PlayOption(cards, Config.TYPE_LIANDUI)) +// .collect(Collectors.toList())); +// } else { + basicOptions.addAll(findConsecutivePairsAbove(handCards, minCard, len).stream() + .map(cards -> new PlayOption(cards, Config.TYPE_LIANDUI)) + .collect(Collectors.toList())); +// } + break; + case Config.TYPE_3_1: +// if (isFewCards) { +// basicOptions.addAll(findTrioWithOneAboveWithoutBreakingBomb(handCards, minCard).stream() +// .map(cards -> new PlayOption(cards, Config.TYPE_3_1)) +// .collect(Collectors.toList())); +// } else { + basicOptions.addAll(findTrioWithOneAbove(handCards, minCard).stream() + .map(cards -> new PlayOption(cards, Config.TYPE_3_1)) + .collect(Collectors.toList())); +// } + break; + + case Config.TYPE_FEIJI: + + + break; + + case Config.TYPE_ZHA: + // 炸弹本身不需要特殊处理,因为不会拆炸弹 + basicOptions.addAll(findBombsAbove(handCards, minCard).stream() + .map(cards -> new PlayOption(cards, Config.TYPE_ZHA)) + .collect(Collectors.toList())); + break; + } + + // 如果正常牌型找不到,尝试用炸弹压 + if (basicOptions.isEmpty() && type != Config.TYPE_ZHA) { + List bombOptions = findBombsAbove(handCards, -1).stream() + .map(cards -> new PlayOption(cards, Config.TYPE_ZHA)) + .collect(Collectors.toList()); + +// if (isFewCards) { + // 手牌少时,只有在确实没有其他选择时才用炸弹 +// if (bombOptions.isEmpty()) { +// } else { +// // 有炸弹,但手牌少时要特别标记 +// basicOptions.addAll(bombOptions); +// } +//// } else { + // 手牌多时正常使用炸弹 + basicOptions.addAll(bombOptions); + } + // 为每个基本选项添加出牌后分析 + addOptionsWithRemainAnalysis(validOptions, basicOptions, handCards); + + return validOptions; + } + + + private static List> findTrioWithOneAboveWithoutBreakingBomb(List handCards, int minCard) { + Map valueCount = getValueCount(handCards); + Set bombs = findBombValues(valueCount); + + List> result = new ArrayList<>(); + + // 从手牌中完全移除炸弹牌 + List cardsWithoutBombs = handCards.stream() + .filter(card -> !bombs.contains(card.cardMod)) + .collect(Collectors.toList()); + + // 用非炸弹牌重新计算牌值数量 + Map valueCountWithoutBombs = getValueCount(cardsWithoutBombs); + + // 找三张(在非炸弹牌中找) + List trioCandidates = valueCountWithoutBombs.entrySet().stream() + .filter(entry -> entry.getValue() >= 3 && entry.getKey() > minCard) + .map(Map.Entry::getKey) + .collect(Collectors.toList()); + + for (int trioValue : trioCandidates) { + // 在非炸弹牌中找两张带牌 + List carryCards = findTwoCarryCardsWithoutBombs(cardsWithoutBombs, trioValue); + + if (carryCards.size() == 2) { + List play = cardsWithoutBombs.stream() + .filter(card -> card.cardMod == trioValue) + .limit(3).collect(Collectors.toList()); + play.addAll(carryCards); + result.add(play); + } + } + + return result; + } + + /** + * 在非炸弹牌中找两张带牌 + */ + private static List findTwoCarryCardsWithoutBombs(List cardsWithoutBombs, int excludeValue) { + // 移除三张的主牌 + List availableCards = cardsWithoutBombs.stream() + .filter(card -> card.cardMod != excludeValue) + .collect(Collectors.toList()); + + Map valueCount = getValueCount(availableCards); + + // 优先找对子作为带牌 + Optional pairCandidate = valueCount.entrySet().stream() + .filter(entry -> entry.getValue() >= 2) + .map(Map.Entry::getKey) + .findFirst(); + + if (pairCandidate.isPresent()) { + int pairValue = pairCandidate.get(); + return availableCards.stream() + .filter(card -> card.cardMod == pairValue) + .limit(2) + .collect(Collectors.toList()); + } + + // 没有对子,找两张单牌 + List sortedCards = availableCards.stream() + .sorted(Comparator.comparingInt(card -> card.cardMod)) + .collect(Collectors.toList()); + + if (sortedCards.size() >= 2) { + Set usedValues = new HashSet<>(); + List result = new ArrayList<>(); + + for (CardObj card : sortedCards) { + if (!usedValues.contains(card.cardMod)) { + result.add(card); + usedValues.add(card.cardMod); + if (result.size() == 2) { + return result; + } + } + } + } + + return new ArrayList<>(); + } + + /** + * 不拆炸弹的单牌查找 + */ + private static List> findSinglesAboveWithoutBreakingBomb(List handCards, int minCard) { + Map valueCount = getValueCount(handCards); + Set bombs = findBombValues(valueCount); + + return handCards.stream() + .filter(card -> card.cardMod > minCard && !bombs.contains(card.cardMod)) + .map(Collections::singletonList) + .collect(Collectors.toList()); + } + + /** + * 不拆炸弹的对子查找 + */ + private static List> findPairsAboveWithoutBreakingBomb(List handCards, int minCard) { + Map valueCount = getValueCount(handCards); + Set bombs = findBombValues(valueCount); + + return valueCount.entrySet().stream() + .filter(entry -> entry.getValue() >= 2 && entry.getKey() > minCard) + .filter(entry -> !bombs.contains(entry.getKey())) // 排除炸弹牌值 + .map(entry -> handCards.stream() + .filter(card -> card.cardMod == entry.getKey()) + .limit(2) + .collect(Collectors.toList())) + .collect(Collectors.toList()); + } + + /** + * 不拆炸弹的顺子查找 + */ + private static List> findStraightsAboveWithoutBreakingBomb(List handCards, int minCard, int len) { + Map valueCount = getValueCount(handCards); + Set bombs = findBombValues(valueCount); + + // 从原牌中移除炸弹牌 + List cardsWithoutBombs = handCards.stream() + .filter(card -> !bombs.contains(card.cardMod)) + .collect(Collectors.toList()); + + // 用非炸弹牌找顺子 + return findStraightsAbove(cardsWithoutBombs, minCard, len); + } + + /** + * 不拆炸弹的连对查找 + */ + private static List> findConsecutivePairsAboveWithoutBreakingBomb(List handCards, int minCard, int len) { + Map valueCount = getValueCount(handCards); + Set bombs = findBombValues(valueCount); + + // 从原牌中移除炸弹牌 + List cardsWithoutBombs = handCards.stream() + .filter(card -> !bombs.contains(card.cardMod)) + .collect(Collectors.toList()); + + return findConsecutivePairsAbove(cardsWithoutBombs, minCard, len); + } + + + /** + * 找出所有的炸弹牌值 + */ + private static Set findBombValues(Map valueCount) { + return valueCount.entrySet().stream() + .filter(entry -> entry.getValue() == 4) + .map(Map.Entry::getKey) + .collect(Collectors.toSet()); + } + + /** + * 获取基础牌型分数 + */ + private static int getBaseTypeScore(int type) { + switch (type) { + case Config.TYPE_SHUNZI: + return 25; + case Config.TYPE_LIANDUI: + return 20; + case Config.TYPE_FEIJI: + return 18; + case Config.TYPE_3_1: + return 15; + case Config.TYPE_4_2_dui: + return 12; + case Config.TYPE_DUIZI: + return 8; + case Config.TYPE_DANPAI: + return 5; + case Config.TYPE_ZHA: + return 30; + default: + return 10; + } + } + + // ============ 牌型分析方法 ============ + + /** + * 分析单牌选项 + */ + private static List analyzeSingles(List handCards) { + List options = new ArrayList<>(); + Map> valueGroups = groupByValue(handCards); + + // 真单牌 + for (Map.Entry> entry : valueGroups.entrySet()) { + if (entry.getValue().size() == 1) { + options.add(new PlayOption(Arrays.asList(entry.getValue().get(0)), Config.TYPE_DANPAI)); + } + } + + // 从对子中拆出的单牌 + for (Map.Entry> entry : valueGroups.entrySet()) { + if (entry.getValue().size() >= 2) { + options.add(new PlayOption(Arrays.asList(entry.getValue().get(0)), Config.TYPE_DANPAI)); + } + } + + return options; + } + + /** + * 分析对子选项 + */ + private static List analyzePairs(List handCards) { + List options = new ArrayList<>(); + Map> valueGroups = groupByValue(handCards); + + for (Map.Entry> entry : valueGroups.entrySet()) { + if (entry.getValue().size() >= 2) { + options.add(new PlayOption(entry.getValue().subList(0, 2), Config.TYPE_DUIZI)); + } + } + + return options; + } + + /** + * 分析顺子选项 + */ + private static List analyzeStraights(List handCards) { + List options = new ArrayList<>(); + + for (int length = 5; length <= 12; length++) { + List> straights = findStraightsAbove(handCards, -1, length); + for (List straight : straights) { + options.add(new PlayOption(straight, Config.TYPE_SHUNZI)); + } + } + + return options; + } + + /** + * 分析连对选项 + */ + private static List analyzeConsecutivePairs(List handCards) { + List options = new ArrayList<>(); + + for (int pairCount = 2; pairCount <= 6; pairCount++) { + List> consecutivePairs = findConsecutivePairsAbove(handCards, -1, pairCount); + for (List pairs : consecutivePairs) { + options.add(new PlayOption(pairs, Config.TYPE_LIANDUI)); + } + } + + return options; + } + + /** + * 分析炸弹选项 + */ + private static List analyzeBombs(List handCards) { + List options = new ArrayList<>(); + List> bombs = findBombsAbove(handCards, -1); + + for (List bomb : bombs) { + options.add(new PlayOption(bomb, Config.TYPE_ZHA)); + } + + return options; + } + + /** + * 分析三带一选项 + */ + private static List analyzeTrioWithOnes(List handCards) { + List options = new ArrayList<>(); + List> trioWithOnes = findTrioWithOneAbove(handCards, -1); + + for (List cards : trioWithOnes) { + options.add(new PlayOption(cards, Config.TYPE_3_1)); + } + + return options; + } + + /** + * 分析三带对选项 + */ + private static List analyzeTrioWithPairs(List handCards) { + List options = new ArrayList<>(); + List> trioWithPairs = findTrioWithPairAbove(handCards, -1); + + for (List cards : trioWithPairs) { + options.add(new PlayOption(cards, Config.TYPE_FEIJI)); + } + + return options; + } + + /** + * 分析四带二选项 + */ + private static List analyzeFourWithTwos(List handCards) { + List options = new ArrayList<>(); + List> fourWithTwos = findFourWithTwoPairsAbove(handCards, -1); + + for (List cards : fourWithTwos) { + options.add(new PlayOption(cards, Config.TYPE_4_2_dui)); + } + + return options; + } + + // ============ 辅助方法 ============ + + /** + * 按牌值分组 + */ + private static Map> groupByValue(List handCards) { + Map> groups = new HashMap<>(); + for (CardObj card : handCards) { + groups.computeIfAbsent(card.cardMod, k -> new ArrayList<>()).add(card); + } + return groups; + } + + /** + * 查找最大单牌 + */ + private static CardObj findMaxSingleCard(List handCards) { + return handCards.stream() + .max(Comparator.comparingInt(c -> c.cardMod)) + .orElse(handCards.get(0)); + } + + // ============ 保留原有的查找方法 ============ + + private static List> findSinglesAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + for (CardObj card : handCards) { + if (card.cardMod > minValue) { + result.add(Arrays.asList(card)); + } + } + return result; + } + + private static List> findPairsAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + Map> valueGroups = groupByValue(handCards); + + for (List cards : valueGroups.values()) { + if (cards.size() >= 2 && cards.get(0).cardMod > minValue) { + result.add(Arrays.asList(cards.get(0), cards.get(1))); + } + } + return result; + } + + private static List> findStraightsAbove(List handCards, int minValue, int length) { + List> result = new ArrayList<>(); + + // 只过滤掉2(15),A(14)可以参与顺子 + List distinctValues = handCards.stream() + .map(c -> c.cardMod) + .filter(value -> value != 15) // 只排除2 + .distinct() + .sorted() + .collect(Collectors.toList()); + + for (int i = 0; i <= distinctValues.size() - length; i++) { + if (isConsecutive(distinctValues, i, length) && distinctValues.get(i) > minValue) { + result.add(buildStraight(handCards, distinctValues.subList(i, i + length))); + } + } + + return result; + } + + private static List> findConsecutivePairsAbove(List handCards, int minValue, int pairCount) { + List> result = new ArrayList<>(); + if (handCards.isEmpty() || pairCount < 2) return result; + + handCards.sort(Comparator.comparingInt(c -> c.cardMod)); + Map> valueGroups = new HashMap<>(); + for (CardObj card : handCards) { + valueGroups.computeIfAbsent(card.cardMod, k -> new ArrayList<>()).add(card); + } + + List pairValues = new ArrayList<>(); + for (Map.Entry> entry : valueGroups.entrySet()) { + if (entry.getValue().size() >= 2) { + pairValues.add(entry.getKey()); + } + } + + if (pairValues.size() < pairCount) return result; + Collections.sort(pairValues); + + for (int i = 0; i <= pairValues.size() - pairCount; i++) { + boolean isConsecutive = true; + for (int j = i; j < i + pairCount - 1; j++) { + if (pairValues.get(j + 1) - pairValues.get(j) != 1) { + isConsecutive = false; + break; + } + } + + if (isConsecutive && pairValues.get(i) > minValue) { + List consecutivePairs = new ArrayList<>(); + for (int k = i; k < i + pairCount; k++) { + int value = pairValues.get(k); + List pair = valueGroups.get(value).subList(0, 2); + consecutivePairs.addAll(pair); + } + result.add(consecutivePairs); + } + } + return result; + } + + private static List> findBombsAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + handCards.sort(Comparator.comparingInt(c -> c.cardMod)); + Map> valueGroups = new HashMap<>(); + for (CardObj card : handCards) { + valueGroups.computeIfAbsent(card.cardMod, k -> new ArrayList<>()).add(card); + } + + for (Map.Entry> entry : valueGroups.entrySet()) { + int cardValue = entry.getKey(); + List cards = entry.getValue(); + if (cards.size() >= 4 && cardValue > minValue) { + result.add(cards); + } + } + return result; + } + + private static List> findTrioWithOneAbove(List handCards, int minValue) { + List> result = new ArrayList<>(); + Map> valueGroups = groupByValue(handCards); + + // 找出所有三张的牌 + List trioValues = new ArrayList<>(); + for (Map.Entry> entry : valueGroups.entrySet()) { + if (entry.getValue().size() >= 3 && entry.getKey() > minValue) { + trioValues.add(entry.getKey()); + } + } + + Collections.sort(trioValues); + + for (int trioValue : trioValues) { + List trio = valueGroups.get(trioValue).subList(0, 3); + + // 找出所有可带的牌(排除三张的牌值) + List availableCards = new ArrayList<>(); + for (Map.Entry> entry : valueGroups.entrySet()) { + if (entry.getKey() != trioValue) { + availableCards.addAll(entry.getValue()); + } + } + + if (availableCards.size() < 2) continue; + + // 找出所有可能的两个牌组合(可以是一对或两个单牌) + findTrioCombinations(result, trio, availableCards); + } + + return result; + } + + + private static void findTrioCombinations(List> result, List trio, List availableCards) { + availableCards.sort(Comparator.comparingInt(c -> c.cardMod)); + Set combinationSet = new HashSet<>(); + + for (int i = 0; i < availableCards.size() - 1; i++) { + CardObj card1 = availableCards.get(i); + for (int j = i + 1; j < availableCards.size(); j++) { + CardObj card2 = availableCards.get(j); + if (card1.card != card2.card) { + String comboKey = card1.cardMod <= card2.cardMod ? + card1.cardMod + "-" + card2.cardMod : + card2.cardMod + "-" + card1.cardMod; + if (!combinationSet.contains(comboKey)) { + combinationSet.add(comboKey); + List play = new ArrayList<>(trio); + play.add(card1); + play.add(card2); + result.add(play); + } + } + } + } + } + + private static List> findTrioWithPairAbove(List handCards, int minValue) { + // 实现飞机逻辑 + return new ArrayList<>(); + } + + private static List> findFourWithTwoPairsAbove(List handCards, int minValue) { + // 实现四带二对子逻辑 + return new ArrayList<>(); + } + + private static boolean isConsecutive(List values, int start, int length) { + for (int i = start; i < start + length - 1; i++) { + if (values.get(i + 1) - values.get(i) != 1) { + return false; + } + } + return true; + } + + private static List buildStraight(List handCards, List values) { + List straight = new ArrayList<>(); + for (int value : values) { + // 取第一张该值的牌(确保不取2,但可以取A) + for (CardObj card : handCards) { + if (card.cardMod == value && value != 15) { // 只排除2 + straight.add(card); + break; + } + } + } + return straight; + } + + /** + * 统计对子数量 + */ + private static int countPairs(Map valueCount) { + return (int) valueCount.values().stream() + .filter(count -> count == 2) + .count(); + } + + /** + * 统计三张数量 + */ + private static int countTrios(Map valueCount) { + return (int) valueCount.values().stream() + .filter(count -> count == 3) + .count(); + } + + /** + * 统计炸弹数量 + */ + private static int countBombs(Map valueCount) { + return (int) valueCount.values().stream() + .filter(count -> count >= 4) + .count(); + } + + /** + * 查找最长顺子长度 + */ + private static int findMaxStraightLength(List handCards) { + // 只过滤掉2(15),A(14)可以参与顺子 + List distinctValues = handCards.stream() + .map(c -> c.cardMod) + .filter(value -> value != 15) // 只排除2 + .distinct() + .sorted() + .collect(Collectors.toList()); + + if (distinctValues.size() < 5) return 0; + + int maxLength = 1; + int currentLength = 1; + + for (int i = 1; i < distinctValues.size(); i++) { + if (distinctValues.get(i) - distinctValues.get(i - 1) == 1) { + currentLength++; + maxLength = Math.max(maxLength, currentLength); + } else { + currentLength = 1; + } + } + + return maxLength >= 5 ? maxLength : 0; + } + + /** + * 查找最长连对长度 + */ + private static int findMaxConsecutivePairs(List handCards) { + Map valueCount = getValueCount(handCards); + List pairValues = valueCount.entrySet().stream() + .filter(entry -> entry.getValue() >= 2) + .map(Map.Entry::getKey) + .sorted() + .collect(Collectors.toList()); + + if (pairValues.size() < 2) return 0; + + int maxLength = 1; + int currentLength = 1; + + for (int i = 1; i < pairValues.size(); i++) { + if (pairValues.get(i) - pairValues.get(i - 1) == 1) { + currentLength++; + maxLength = Math.max(maxLength, currentLength); + } else { + currentLength = 1; + } + } + + return maxLength; + } + + /** + * 设置分析特征标签 + */ + private static void setAnalysisFeatures(HandAnalysis analysis) { + // 基础特征 + analysis.features.put("smallSingleCount", analysis.smallSingleCount); + analysis.features.put("bigCardCount", analysis.bigCardCount); + analysis.features.put("pairCount", analysis.pairCount); + analysis.features.put("trioCount", analysis.trioCount); + analysis.features.put("bombCount", analysis.bombCount); + analysis.features.put("maxStraightLength", analysis.maxStraightLength); + analysis.features.put("maxConsecutivePairs", analysis.maxConsecutivePairs); + + // 特征标签 + if (analysis.smallSingleCount >= 3) { + analysis.features.put("feature", "多小单牌"); + } else if (analysis.maxStraightLength >= 6) { + analysis.features.put("feature", "长顺子"); + } else if (analysis.maxConsecutivePairs >= 3) { + analysis.features.put("feature", "长连对"); + } else if (analysis.pairCount >= 4) { + analysis.features.put("feature", "多对子"); + } else if (analysis.bigCardCount >= 3) { + analysis.features.put("feature", "多大牌"); + } else { + analysis.features.put("feature", "均衡牌型"); + } + } + + /** + * 从手牌中移除指定的牌 + */ + private static List removeCards(List originalHand, List cardsToRemove) { + List remainHand = new ArrayList<>(originalHand); + + for (CardObj cardToRemove : cardsToRemove) { + Iterator iterator = remainHand.iterator(); + while (iterator.hasNext()) { + CardObj card = iterator.next(); + if (card.cardMod == cardToRemove.cardMod && card.card == cardToRemove.card) { + iterator.remove(); + break; + } + } + } + + return remainHand; + } + + /** + * 获取出牌类型 + */ + private static int getPlayType(List cards) { + if (cards == null || cards.isEmpty()) return -1; + + int size = cards.size(); + Map valueCount = getValueCount(cards); + + // 单牌 + if (size == 1) { + return Config.TYPE_DANPAI; + } + + // 对子 + if (size == 2 && valueCount.size() == 1) { + return Config.TYPE_DUIZI; + } + + // 顺子 + if (size >= 5 && isStraight(cards)) { + return Config.TYPE_SHUNZI; + } + + // 连对 + if (size >= 4 && size % 2 == 0 && isConsecutivePairs(cards)) { + return Config.TYPE_LIANDUI; + } + + // 三带一 + if (size == 4 && hasTrioWithSingle(valueCount)) { + return Config.TYPE_3_1; + } + + // 三带二 + if (size == 5 && hasTrioWithPair(valueCount)) { + return Config.TYPE_FEIJI; + } + + // 炸弹 + if (size >= 4 && valueCount.size() == 1) { + return Config.TYPE_ZHA; + } + + // 四带二 + if (size == 6 && hasFourWithTwo(valueCount)) { + return Config.TYPE_4_2_dui; + } + + return -1; // 未知类型 + } + + /** + * 判断是否为顺子 + */ + private static boolean isStraight(List cards) { + if (cards.size() < 5) return false; + + List values = cards.stream() + .map(c -> c.cardMod) + .distinct() + .sorted() + .collect(Collectors.toList()); + + // 只检查是否有2(15),2不能参与顺子,A(14)可以参与 + if (values.contains(15)) { + return false; + } + + if (values.size() != cards.size()) return false; // 有重复牌值 + + for (int i = 1; i < values.size(); i++) { + if (values.get(i) - values.get(i - 1) != 1) { + return false; + } + } + + return true; + } + + /** + * 判断是否为连对 + */ + private static boolean isConsecutivePairs(List cards) { + if (cards.size() < 4 || cards.size() % 2 != 0) return false; + + Map valueCount = getValueCount(cards); + + // 检查每个牌值都是2张 + for (int count : valueCount.values()) { + if (count != 2) return false; + } + + // 检查是否连续 + List values = valueCount.keySet().stream() + .sorted() + .collect(Collectors.toList()); + + for (int i = 1; i < values.size(); i++) { + if (values.get(i) - values.get(i - 1) != 1) { + return false; + } + } + + return true; + } + + /** + * 判断是否为三带一 + */ + private static boolean hasTrioWithSingle(Map valueCount) { + if (valueCount.size() != 2) return false; + + boolean hasTrio = valueCount.values().stream().anyMatch(count -> count == 3); + boolean hasSingle = valueCount.values().stream().anyMatch(count -> count == 1); + + return hasTrio && hasSingle; + } + + /** + * 判断是否为三带二 + */ + private static boolean hasTrioWithPair(Map valueCount) { + if (valueCount.size() != 2) return false; + + boolean hasTrio = valueCount.values().stream().anyMatch(count -> count == 3); + boolean hasPair = valueCount.values().stream().anyMatch(count -> count == 2); + + return hasTrio && hasPair; + } + + /** + * 判断是否为四带二 + */ + private static boolean hasFourWithTwo(Map valueCount) { + if (valueCount.size() != 3) return false; + + boolean hasFour = valueCount.values().stream().anyMatch(count -> count == 4); + boolean hasTwoSingles = valueCount.values().stream().filter(count -> count == 1).count() == 2; + boolean hasOnePair = valueCount.values().stream().anyMatch(count -> count == 2); + + return hasFour && (hasTwoSingles || hasOnePair); + } + + + /** + * 统计牌值数量 + */ + private static Map getValueCount(List cards) { + Map countMap = new HashMap<>(); + for (CardObj card : cards) { + countMap.put(card.cardMod, countMap.getOrDefault(card.cardMod, 0) + 1); + } + return countMap; + } + + // 获取除当前座位外所有其他座位的最后记录 + public static Map getOtherSeatsLastRemain(int currentSeat, Map> seatRemainHistory) { + Map result = new HashMap<>(); + + for (Map.Entry> entry : seatRemainHistory.entrySet()) { + int seat = entry.getKey(); + List remainList = entry.getValue(); + + // 排除当前座位 + if (seat != currentSeat && !remainList.isEmpty()) { + // 取list最后一个记录 + int lastRemain = remainList.get(remainList.size() - 1); + result.put(seat, lastRemain); + } + } + return result; + } + + + /** + * 基础出牌选项类 + */ + static class PlayOption { + List cards; + int type; + int score; + + public PlayOption(List cards, int type) { + this.cards = cards; + this.type = type; + this.score = 0; + } + } + + /** + * 出牌后手牌分析类 + */ + static class RemainHandAnalysis { + boolean isWin = false; + int cardCount = 0; + int maxCardValue = 0; + int minCardValue = 0; + double avgCardValue = 0; + int singleCount = 0; + int pairCount = 0; + int trioCount = 0; + int straightPotential = 0; + int consecutivePairPotential = 0; + int estimatedTurns = 0; + int remainScore = 0; + int bigCardRemain = 0; // 新增:剩余大牌数量 + } + + /** + * 出牌选项类(包含出牌后手牌分析) + */ + static class PlayOptionWithRemain { + List cards; + int type; + int totalScore; + List remainHand; + RemainHandAnalysis analysis; + + public PlayOptionWithRemain(PlayOption option, List remainHand, RemainHandAnalysis analysis) { + this.cards = option.cards; + this.type = option.type; + this.remainHand = remainHand; + this.analysis = analysis; + this.totalScore = 0; + } + + public int getEstimatedTurns() { + return analysis.estimatedTurns; + } + } +} \ No newline at end of file diff --git a/libs/robot_common_bak/src/main/java/taurus/util/test1.java b/libs/robot_common_bak/src/main/java/taurus/util/test1.java new file mode 100644 index 0000000..ad03c73 --- /dev/null +++ b/libs/robot_common_bak/src/main/java/taurus/util/test1.java @@ -0,0 +1,43 @@ +package taurus.util; + +import com.taurus.core.entity.ITArray; +import hunan.HuNanPaoDeKuai; + +import java.util.ArrayList; +import java.util.List; + +public class test1 { + public static void main(String[] args) { + // 手动构造15张牌,包含飞机555666 + List cardInhand = new ArrayList<>(); + + // 飞机部分:555666 + cardInhand.add(new CardObj(213)); // 红桃5 + cardInhand.add(new CardObj(113)); // 方块5 + cardInhand.add(new CardObj(112)); // 梅花5 + cardInhand.add(new CardObj(211)); // 红桃6 + cardInhand.add(new CardObj(109)); // 方块6 + cardInhand.add(new CardObj(109)); // 梅花6 + + // 带牌部分:小单牌和小对子 + cardInhand.add(new CardObj(209)); // 红桃7 (小单牌) + cardInhand.add(new CardObj(107)); // 红桃8 (小单牌) + cardInhand.add(new CardObj(106)); // 红桃9 (小单牌) + cardInhand.add(new CardObj(105)); // 红桃10 (小单牌) + + // 其他牌 + cardInhand.add(new CardObj(205)); // 红桃J + cardInhand.add(new CardObj(104)); // 方块J (形成对子) + cardInhand.add(new CardObj(105)); // 红桃Q + cardInhand.add(new CardObj(205)); // 红桃K + cardInhand.add(new CardObj(303)); // 红桃A + + System.out.println("构造的手牌: " + cardInhand); + System.out.println("手牌数量: " + cardInhand.size()); + + // 调用智能出牌方法 + ITArray itArray = test.intelligentPaoDeKuaiOutCard(cardInhand, null, null); + System.out.println("打出牌" + itArray); + + } +} diff --git a/libs/robot_common_bak/src/test/java/Test.java b/libs/robot_common_bak/src/test/java/Test.java new file mode 100644 index 0000000..87b2bec --- /dev/null +++ b/libs/robot_common_bak/src/test/java/Test.java @@ -0,0 +1,657 @@ +import com.taurus.core.plugin.PluginService; +import hunan.DoTest; +import hunan.JiQiRens; +import taurus.client.NetManager; + +//import java.sql.SQLException; +//import java.util.ArrayList; +//import java.util.List; +// +//import com.game.Util; +//import com.taurus.core.entity.ITArray; +//import com.taurus.core.entity.ITObject; +//import com.taurus.core.entity.TObject; +//import com.taurus.core.events.Event; +//import com.taurus.core.events.IEventListener; +//import com.taurus.core.plugin.PluginService; +//import com.taurus.core.plugin.database.DataBase; +//import com.taurus.core.plugin.redis.Redis; +//import com.taurus.core.util.ICallback; +//import com.taurus.core.util.StringUtil; +// +//import hunan.*; +////import taurus.algorithm.HongZhongSuanFa; +////import taurus.algorithm.PaoDeKuaiSuanFa; +//import redis.clients.jedis.Jedis; +//import taurus.client.Message; +//import taurus.client.MessageResponse; +//import taurus.client.NetManager; +//import taurus.client.SocketCode; +//import taurus.client.TaurusClient; +//import taurus.client.TaurusClient.ConnectionProtocol; +//import taurus.client.TaurusClient.NetClientEvent; +//import taurus.client.business.AccountBusiness; +//import taurus.client.business.GroupRoomBusiness; +//import taurus.util.CardObj; +//import taurus.util.CardUtil; +//import taurus.util.GroupData; +//import taurus.util.PaoDeKuaiSuanFaTest; +// +public class Test { +// // 扣点点玩家手牌 +// public static List cardInhand = new ArrayList(); +// +// +//// +//// //跑得快算法 +//// private static PaoDeKuaiSuanFa paoDeKuaiSuanFa; +// +// //红中其它玩家打的牌 +//// public static String hongZhongCard = ""; +// +// //扣点点别人打的牌 +// public static String card = ""; +// +// +// // 玩家座位号 +// public static int seat = 0; +// // 玩家ID +// public static int playerId = 0; +// // 登录密码 +// public static String password = "123456"; +// // 会话标识 +// public static String session = ""; +// // 访问令牌 +// public static String token = ""; +// // 玩法ID +// public static String wanfaId = ""; +// +// // 客户端连接对象 +// public static TaurusClient client = null; +// +// public static TObject datas = null; +// +// //圈子id +// public static int groupId = 0; +// +// //房间id +// public static String roomId = ""; +// +// public static int count = 0; +// +// static final void get() { +// TObject data = GroupData.getData(); +// datas = data; +// } +// +// +// /** +// * TCP测试方法,用于建立客户端连接并处理游戏事件 +// * +// * @throws Exception +// */ +// static final void tcp_test() throws Exception { +// get(); +// if (datas.size() != 0) { +// ITArray rooid = datas.getTArray("rooid"); //房间id +// ITArray robotIds = datas.getTArray("robotIds"); //机器人账号 +// ITArray groupid = datas.getTArray("groupid"); //圈子id +// +// for (int i = 0; i < groupid.size(); i++) { +// groupId = groupid.getInt(i); +// break; +// } +// +// ITObject object = null; +// AccountBusiness accountBusiness = null; +// //房间id +// accountBusiness = new AccountBusiness(); +// //用户 查找需要的房间数量,然后用户循环次数是根据房间数量循环的 +// for (int j = 0; j < rooid.size(); j++) { +// for (count = count; count < robotIds.size(); ) { +// Integer anInt = rooid.getInt(j); +// roomId = String.valueOf(anInt); +// playerId = robotIds.getInt(count); +// // 登录获取session跟token +// object = accountBusiness.idPasswordLogin(playerId, password); +// ITObject validate = TObject.newInstance(); +// //修改使用过的机器人账号标识为1 已使用 +// String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 1, playerId); +// DataBase.use().executeUpdate(sql); +// validate.putString("token", object.getString("token")); +// token = object.getString("token"); +// session = accountBusiness.getSession(); +// System.out.println(session + "," + object.getString("token")); +// // group进入房间 +// ITObject roomInfo = GroupRoomBusiness.joinRoom(groupId, roomId, session, null); +// //根据房间id获取 玩法 +// Jedis jedis0 = Redis.use("group1_db0").getJedis(); +// wanfaId = jedis0.hget("room:" + roomId, "game"); +// System.out.println("wanfaId 12223 " + wanfaId); +// //连接根据不同的玩法id 配置不同的连接 +// if ("22".equalsIgnoreCase(wanfaId)) { //湖南红中麻将 +// client = new TaurusClient("8.138.120.167:46421", "game", ConnectionProtocol.Tcp); +// } +// if ("66".equalsIgnoreCase(wanfaId)) { //跑的快 +// client = new TaurusClient("8.138.120.167:46841", "game", ConnectionProtocol.Tcp); +// } +// +// if ("17".equalsIgnoreCase(wanfaId)) { //字牌 放炮罚 +// client = new TaurusClient("8.138.120.167:48017", "game", ConnectionProtocol.Tcp); +// } +// if ("108".equalsIgnoreCase(wanfaId)) { //转转麻将 +// client = new TaurusClient("8.138.120.167:46331", "game", ConnectionProtocol.Tcp); +// } +// client.connect(); +// // 添加事件监听器处理网络消息 +// client.addEventListener(NetClientEvent.OnEvent, new IEventListener() { +// @Override +// public void handleEvent(Event event) { +// // 获取 msg +// Message message = (Message) event.getParameter("msg"); +// if (message == null) { +// return; +// } +// ITObject param = message.param; +//// if (param == null) { 部分协议 param为空 +//// return; +//// } +// //回调协议号 +// String command = message.command; +// //根据玩法id 调用不同的回调 +// if (StringUtil.isNotEmpty(command)) { +// if ("93".equalsIgnoreCase(wanfaId)) { //扣点点 +// if ("812".equalsIgnoreCase(command)) { //出牌广播 +// sleepTime(1000); +// drawCard(command, message); +// } else if ("820".equalsIgnoreCase(command)) { +// changePlayer(command, message); +// } else if ("819".equalsIgnoreCase(command)) { //摸牌 +// getCard(command, message); +// } else if ("811".equalsIgnoreCase(command)) { //初始化手牌 +// cardInHead(command, message, wanfaId); +// } else if ("813".equalsIgnoreCase(command)) { //出牌,牌权 +// sleepTime(2000); +// outCard(command, message, wanfaId); +// } else if ("817".equalsIgnoreCase(command)) { +// ready(); +// //杠碰胡通知协议 +// } else if ("814".equalsIgnoreCase(command)) { +// sleepTime(2000); +// actionCard(param); +// //doGang杠后补牌 补杠事件 +// } else if ("838".equalsIgnoreCase(command)) { +// System.out.println("杠后补牌 补杠事件"); +// sleepTime(2000); +// buGang(param); +// } +// } else if ("66".equalsIgnoreCase(wanfaId)) {//跑的快 +// System.out.println("command" + command); +// if ("2011".equalsIgnoreCase(command)) { //跑的快 初始化手牌 +// HuNanPaoDeKuai.paoDeKuaiCardInHead(param, client); +// } else if ("2021".equalsIgnoreCase(command)) { //出牌广播 +// HuNanPaoDeKuai.paoDekuaiChupaiGuangBo(param); +// } else if ("2004".equalsIgnoreCase(command)) { //出牌提示事件,牌权 +// //出牌 +// HuNanPaoDeKuai.outCard(client); +// } else if ("2007".equalsIgnoreCase(command)) { //结算准备 +// HuNanPaoDeKuai.seatRemainHistory.clear(); +// HuNanPaoDeKuai.paoDekuaiCardInhand.clear(); +// ITArray card_list = HuNanPaoDeKuai.card_list.getTArray("card_list"); +// card_list.clear(); +// ready(); +// } else if ("2009".equalsIgnoreCase(command)) { +// ready(); +// } +// } else if ("22".equalsIgnoreCase(wanfaId)) { //湖南红中麻将 +// System.out.println("command" + command); +// if ("812".equalsIgnoreCase(command)) { //出牌广播 +// sleepTime(1000); +// HuNanHongZhong.drawCard(command, message); +// } else if ("811".equalsIgnoreCase(command)) {//初始化手牌 +// HuNanHongZhong.cardInHead(command, message, client); +// } else if ("819".equalsIgnoreCase(command)) { //摸牌 +// HuNanHongZhong.getCard(command, message); +// } else if ("813".equalsIgnoreCase(command)) { //出牌,牌权 +//// sleepTime(2000); +// HuNanHongZhong.outCard(client); +// } else if ("817".equalsIgnoreCase(command)) {//结算 +// HuNanHongZhong.hongZhongCardInhand.clear(); +// HuNanHongZhong.hongZhongchuguopai.clear(); +// System.out.println("结算"); +// ready(); +// } else if ("814".equalsIgnoreCase(command)) {//杠碰胡通知协议 +//// sleepTime(2000); +// HuNanHongZhong.actionCard(param, client); +// } else if ("820".equalsIgnoreCase(command)) { +// HuNanHongZhong.changePlayer(command, message); +// } else if ("815".equalsIgnoreCase(command)) { //服务器通知客户端有玩家执行了操作 +// HuNanHongZhong.shanchuchuguopai(param); +// } else if ("2008".equalsIgnoreCase(command)) { //解散房间时候恢复机器人账号可以使用 +// try { +// String sql = String.format("UPDATE `account` SET start = %d WHERE id = %d", 0, playerId); +// DataBase.use().executeUpdate(sql); +// System.out.println("恢复机器人账户 --------"); +// } catch (SQLException e) { +// System.out.println(e); +// } +// } +// } else if ("17".equalsIgnoreCase(wanfaId)) { //字牌放炮罚 +// System.out.println("放炮罚command " + command); +// if ("811".equalsIgnoreCase(command)) { //初始化手牌 +// HuNanFangPaoFa.cardInHead(command, message, client); +// System.out.println("字牌放炮罚 初始化手牌"); +// } else if ("819".equalsIgnoreCase(command)) { //摸牌 +// HuNanFangPaoFa.getCard(command, message); +// } else if ("813".equalsIgnoreCase(command)) { //出牌 牌权 +// HuNanFangPaoFa.outCard(client); +// } else if ("812".equalsIgnoreCase(command)) { //出牌广播 +// HuNanFangPaoFa.drawCard(command, message); +// } else if ("814".equalsIgnoreCase(command)) { //可执行的 操作 吃碰 偎提胡 +// HuNanFangPaoFa.actionCard(param, client); +// } else if ("817".equalsIgnoreCase(command)) { //结算 +// HuNanFangPaoFa.fangPaoFaCardInhand.clear(); +// ready(); +// } else if ("822".equalsIgnoreCase(command)) { //放跑提示 +// System.out.println("放跑提示"); +// HuNanFangPaoFa.fangPaoTipEvent(message, client); +// } +// } else if ("108".equalsIgnoreCase(wanfaId)) {//转转麻将 +// if ("811".equalsIgnoreCase(command)) {//初始化收手牌 +// HuNanZhuanZhuan.cardInHead(command, message, client); +// } else if ("812".equalsIgnoreCase(command)) {//出牌广播 +// HuNanZhuanZhuan.drawCard(command, message); +// } else if ("819".equalsIgnoreCase(command)) {//摸牌 +// HuNanZhuanZhuan.getCard(command, message); +// } else if ("813".equalsIgnoreCase(command)) {//出牌提示 +// HuNanZhuanZhuan.outCard(client); +// } else if ("814".equalsIgnoreCase(command)) {//放招提示 +// HuNanZhuanZhuan.actionCard(param, client); +// } else if ("817".equalsIgnoreCase(command)) {//结算 +// HuNanZhuanZhuan.zhuanZhuanCardInhand.clear(); +// HuNanZhuanZhuan.zhuanZhuanchuguopai.clear(); +// ready(); +// } else if ("815".equalsIgnoreCase(command)) { //服务器通知客户端有玩家执行了操作 +// HuNanZhuanZhuan.shanchuchuguopai(param); +// } else if ("820".equalsIgnoreCase(command)) {//换牌提示 +// HuNanZhuanZhuan.changePlayer(command, message); +// } +// } +// } +// } +// }); +// // 添加连接状态监听器 +// client.addEventListener(NetClientEvent.Connect, new IEventListener() { +// @Override +// public void handleEvent(Event event) { +// SocketCode code = (SocketCode) event.getParameter("code"); +// if (code == SocketCode.Connect) { +// System.out.println("连接成功"); +// } else { +// System.out.println("连接失败"); +// +// } +// } +// }); +// ITObject params = TObject.newInstance(); +// params.putString("session", session + "," + object.getString("token")); +// +// joinRoom(); //进入房间 +// System.out.println(566666); +// ready(); //准备 +// ++count; +// break; +// } +// } +// } +// +// } +// +// +// /** +// * 出牌广播协议 812 +// * +// * @param command 协议号 +// * @param message 消息对象 +// * @return +// */ +// public static String drawCard(String command, Message message) { +// if (command.equalsIgnoreCase("812")) { +// ITObject param = message.param; +// if (param == null) { +// return null; +// } +// card = param.getString("card"); +// System.out.println("座位号:" + param.getInt("seat") + "的用户出牌:" + param.getInt("card")); +// } +// return null; +// } +// +// /** +// * 位置转换协议 820 +// * +// * @param command 协议号 +// * @param message 消息对象 +// * @return +// */ +// public static String changePlayer(String command, Message message) { +// if (command.equalsIgnoreCase("820")) { +// ITObject param = message.param; +// if (param == null) { +// return null; +// } +// System.out.println("出牌权转移到座位号:" + param.getInt("seat") + "的用户"); +//// {seat=2} +// +// } +// return null; +// } +// +// /** +// * 摸牌协议 819 +// * +// * @param command 协议号 +// * @param message 消息对象 +// * @return +// */ +// public static String getCard(String command, Message message) { +// if (command.equalsIgnoreCase("819")) { +// ITObject param = message.param; +// if (param == null) { +// return null; +// } +//// {seat=2, Ishupai=0, isBaoTing=-1, tingcard=0, isgang=0, card=101, left_count=106} +// System.out.println("轮到座位号:" + param.getInt("seat") + "的用户摸牌" + ",牌为:" + param.getInt("card")); +// if (param.getInt("seat") != null && seat == param.getInt("seat")) { +// cardInhand.add(param.getInt("card")); +//// cardInhand.add(104); +// } +// } +// return null; +// } +// +// /** +// * 扣点点 初始化手牌协议 811 +// * +// * @param command 协议号 +// * @param message 消息对象 +// * @param wanfaId 玩法ID +// * @return +// */ +// public static String cardInHead(String command, Message message, String wanfaId) { +// if (command.equalsIgnoreCase("811")) { +// ITObject param = message.param; +// if (param == null) { +// return null; +// } +//// {bank_seat=1, laiziCard=0, laiziCard2=0, laiziCard2Before=0, jing=0, laiziCardBefore=0, card_list=[101, 103, 104, 201, 204, 207, 208, 209, 307, 309, 501, 502, 503]} +// ITArray cardList = param.getTArray("card_list"); +// for (int i = 0; i < cardList.size(); i++) { +// cardInhand.add(cardList.getInt(i)); +// } +// if (cardInhand.size() > 13) { +// outCard(command, message, wanfaId); +// System.out.println("机器人:" + param.getInt("seat") + "为庄家,需要出牌" + ",牌为:" + cardInhand.get(0)); +// +// } +// System.out.println("机器人:" + param.getInt("seat") + "初始化手牌" + ",牌为:" + cardInhand.toString()); +// +// } +// return null; +// } +// +// /** +// * 出牌方法 +// * +// * @param command 协议号 +// * @param message 消息对象 +// * @param wanfaId 玩法ID +// * @return +// */ +// public static String outCard(String command, Message message, String wanfaId) { +// //todo 根据房间的玩法id 调不同的业务服务 出牌 碰杠 +// +//// String paoDeKuaiOutCard = paoDeKuaiSuanFa.paoDeKuaiOutCardSuanFa(cardInhand, card);//跑得快出牌 +//// System.out.println("跑得快出牌" + paoDeKuaiOutCard); +//// if ("22".equalsIgnoreCase(wanfaId)) { //红中 +//// String hongZhongOutCard = hongZhongSuanFa.hongZhongOutCardSuanFa(cardInhand, card); //红中出牌 +//// System.out.println("红中出牌" + hongZhongOutCard); +//// } +// +// +// ITObject params = TObject.newInstance(); +// params.putString("session", session + "," + token); +// params.putInt("card1", 0); +// params.putInt("card", cardInhand.get(0)); +// cardInhand.remove(0); +// System.out.println("目前剩余手牌:" + cardInhand.toString()); +// client.send("611", params, response -> { +// System.out.println("出牌成功: " + response.returnCode); +// }); +// return null; +// } +// +// /** +// * 处理杠碰胡操作 +// * +// * @param param 消息参数 +// * @return +// */ +// public static String actionCard(ITObject param) { +// //获取碰杠胡参数 type 和id 后续算法接入,是否能让碰和杠 +// ITArray tipList = param.getTArray("tip_list"); +// int id = 0; +// int type = 0; +// int opcard = 0; +// ITObject params = TObject.newInstance(); +// if (tipList != null && tipList.size() > 0) { +// TObject firstTip = (TObject) tipList.get(0).getObject(); +// id = firstTip.getInt("id"); +// type = firstTip.getInt("type"); +// opcard = firstTip.getTArray("opcard").getInt(0); +// System.out.println("id ++ " + id); +// System.out.println("type ++ " + type); +// } +// //弃 是根据算法选择是否要弃掉 不进行碰杠胡 +// //params.putInt("qi", 0); +// //params.putInt("id", 0); +// +// //执行碰牌 +// if (type == 2) { +// params.putString("session", session + "," + token); +// params.putInt("qi", 0); +// params.putInt("id", 1); +// Util.removeCard(cardInhand, opcard, 2); +// System.out.println("删除碰的牌"); +//// Global.logger.info("删除碰的牌"); +// //执行胡牌 +// } else if (type == 6) { +// params.putString("session", session + "," + token); +// params.putInt("qi", 0); +// params.putInt("id", 1); +// System.out.println("执行胡牌"); +// //执行吃杠 +// } else if (type == 3) { +// params.putString("session", session + "," + token); +// params.putInt("qi", 0); +// params.putInt("id", 1); +// Util.removeCard(cardInhand, opcard, 3); +// System.out.println("执行吃杠"); +// //执行自杠 +// } else if (type == 4) { +// params.putString("session", session + "," + token); +// params.putInt("qi", 0); +// params.putInt("id", 1); +// Util.removeCard(cardInhand, opcard, 4); +// System.out.println("执行自杠"); +// // 碰后补杠 +// } else if (type == 5) { +// params.putString("session", session + "," + token); +// params.putInt("qi", 0); +// params.putInt("id", 1); +// Util.removeCard(cardInhand, opcard, 1); +// System.out.println("执行碰后补杠"); +// } +// +//// cardInhand.remove(0); +//// cardInhand.remove(1); +// System.out.println("执行id为:" + 0 + "的操作"); +// +// client.send("612", params, response -> { +// System.out.println("操作成功: " + response.returnCode); +// }); +// return null; +// } +// +// /** +// * 处理补杠操作 +// * +// * @param param 消息参数 +// */ +// public static void buGang(ITObject param) { +// Integer card = param.getInt("card"); +// ITObject params = TObject.newInstance(); +// params.putInt("card", card); +// client.send("839", params, response -> { +// System.out.println("操作成功: " + response.returnCode); +// }); +// } +// +// +// /** +// * 准备方法 +// * +// * @return +// */ +// public static String ready() { +// try { +// // 添加1秒延迟 +// Thread.sleep(1000); +// } catch (InterruptedException e) { +// e.printStackTrace(); +// } +// cardInhand = new ArrayList(); +// HuNanHongZhong.hongZhongCardInhand(); +// HuNanFangPaoFa.fangPaoFaCardInhand(); +// System.out.println("准备1111"); +// ITObject params = TObject.newInstance(); +// params.putString("session", session + "," + token); +// +// client.send("1003", params, new ICallback() { +// +// @Override +// public void action(MessageResponse messageResponse) { +// System.out.println("准备成功: "); +// +// System.out.println(messageResponse); +// System.out.println(messageResponse.returnCode); +// System.out.println(messageResponse.messageData.param); +// } +// }); +// return null; +// } +// +// /** +// * 加入房间方法 +// * +// * @return +// */ +// public static String joinRoom() { +// try { +// // 添加2秒延迟 +// Thread.sleep(5000); +// } catch (InterruptedException e) { +// e.printStackTrace(); +// } +// ITObject params = TObject.newInstance(); +// params.putString("session", session + "," + token); +// +// System.out.println("进入房间"); +// client.send("1002", params, response -> { +// System.out.println("进入房间成功: " + response.returnCode); +// System.out.println(response.returnCode); +// System.out.println(response.messageData.param); +// ITObject obj = response.messageData.param.getTObject("tableInfo"); +// +// ITArray array = obj.getTArray("playerData"); +// for (int i = 0; i < array.size(); i++) { +// System.out.println("座位准备" + array.getTObject(i).getInt("seat")); +// if (playerId == array.getTObject(i).getInt("aid")) { +//// seat = array.getTObject(i).getInt("seat"); +// HuNanHongZhong.seat = array.getTObject(i).getInt("seat"); //湖南红中麻将 +// HuNanZhuanZhuan.seat = array.getTObject(i).getInt("seat"); //湖南转转麻将 +// HuNanFangPaoFa.seat = array.getTObject(i).getInt("seat"); //字牌放炮罚 +// HuNanPaoDeKuai.seat = array.getTObject(i).getInt("seat"); //跑得快 +// +// } +// } +// }); +// return null; +// } +// +// /** +// * 线程休眠方法 +// * +// * @param time 休眠时间(毫秒) +// */ +// public static void sleepTime(int time) { +// try { +// // 添加延迟 +// Thread.sleep(time); +// } catch (InterruptedException e) { +// e.printStackTrace(); +// } +// } +// + /** + * 程序入口点 + * + * @param args + * @throws Exception + */ + public static void main(String[] args) throws Exception { + try { + PluginService.me().loadConfig(); + } catch (Exception e1) { + e1.printStackTrace(); + } + + + DoTest doTest = new DoTest(); + doTest.doTest(); + while (true) { + NetManager.processEvents(); + try { + Thread.sleep(8); + } catch (InterruptedException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + } + + +// public static void main(String[] args) { +// HuNanHongZhong HuNanHongZhong = new HuNanHongZhong(); +// HongZhongSuanFaTest hongZhongSuanFaTest = new HongZhongSuanFaTest(); +// String s = HuNanHongZhong.outCard(null,Arrays.asList(302,305,305,303,302,301,203,203,202,202,101,101,412,412)); +//// hongZhongSuanFaTest.analyzeDrawCard(Arrays.asList(305,304,303,207,205,204,202,107,107,104,104,412,412), 208); +//// Boolean s = HuNanHongZhong.shouldPong(207); +//// hongZhongSuanFaTest.separateAndAnalyzeHand(Arrays.asList(101, 101, 101, 102, 103, 204, 204, 206, 209, 303, 305, 306, 306, 208)); +//// System.out.println(s); +// } + + +// public static void main(String[] args) { +// JiQiRens jiQiRens = new JiQiRens(); +// try { +// jiQiRens.tcp_test(1, 11, 1); +// } catch (Exception e) { +// e.printStackTrace(); +// } +// } +} +//// ... existing code ... + + + diff --git a/libs/robot_common_bak/src/test/java/Test2.java b/libs/robot_common_bak/src/test/java/Test2.java new file mode 100644 index 0000000..c44ed1d --- /dev/null +++ b/libs/robot_common_bak/src/test/java/Test2.java @@ -0,0 +1,315 @@ +import java.util.ArrayList; +import java.util.List; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.events.Event; +import com.taurus.core.events.IEventListener; +import com.taurus.core.plugin.PluginService; +import com.taurus.core.util.ICallback; +import com.taurus.core.util.StringUtil; + +import taurus.client.Message; +import taurus.client.MessageResponse; +import taurus.client.NetManager; +import taurus.client.SocketCode; +import taurus.client.TaurusClient; +import taurus.client.TaurusClient.ConnectionProtocol; +import taurus.client.TaurusClient.NetClientEvent; +import taurus.client.business.AccountBusiness; +import taurus.client.business.GroupRoomBusiness; + +public class Test2 { + // 玩家手牌 + public static List cardInhand = new ArrayList(); + public static int seat = 0; + public static int playerId = 219916; + public static String password = "123456"; + public static String session = ""; + public static String token = ""; + public static TaurusClient client = null; + + static final void tcp_test() throws Exception { + ITObject validate = TObject.newInstance(); + AccountBusiness accountBusiness = new AccountBusiness(); + // 登录获取session跟token + ITObject object = accountBusiness.idPasswordLogin(playerId, password); + validate.putString("token", object.getString("token")); + token = object.getString("token"); + session = accountBusiness.getSession(); + System.out.println(session + "," + object.getString("token")); + // group进入房间 + ITObject roomInfo = GroupRoomBusiness.joinRoom(495612, "864687", session, null); + + client = new TaurusClient("101.35.26.131:8893", "game", ConnectionProtocol.Tcp); +// final TaurusClient client = new TaurusClient("192.168.1.2:8097", "game", ConnectionProtocol.Tcp); + + client.connect(); + client.addEventListener(NetClientEvent.OnEvent, new IEventListener() { + @Override + public void handleEvent(Event event) { + // 获取 msg 对象 + Message message = (Message) event.getParameter("msg"); + if (message == null) + return; + // 获取 param(ITObject) + ITObject param = message.param; + if (param == null) + return; + // 先判断协议号,取不同的参数 + String command = message.command; + if (StringUtil.isNotEmpty(command)) { + if ("812".equalsIgnoreCase(command)) { + sleepTime(1000); + drawCard(command, message); + } else if ("820".equalsIgnoreCase(command)) { + changePlayer(command, message); + } else if ("819".equalsIgnoreCase(command)) { + getCard(command, message); + } else if ("811".equalsIgnoreCase(command)) { + cardInHead(command, message); + + } else if ("813".equalsIgnoreCase(command)) { + sleepTime(2000); + outCard(command, message); + + } else if ("817".equalsIgnoreCase(command)) { + ready(); + } else if ("814".equalsIgnoreCase(command)) { + sleepTime(2000); + actionCard(command, message); + + } + } + + // 处理出牌逻辑 + System.out.println("event-----------" + event); + } + }); + client.addEventListener(NetClientEvent.Connect, new IEventListener() { + @Override + public void handleEvent(Event event) { + SocketCode code = (SocketCode) event.getParameter("code"); + if (code == SocketCode.Connect) { + System.out.println("连接成功"); + + } else { + System.out.println("连接失败"); + + } + } + }); + ITObject params = TObject.newInstance(); + params.putString("session", session + "," + object.getString("token")); + + joinRoom(); + ready(); + } + + /** + * 出牌协议 812 + * + * @param command + * @param message + * @return + */ + public static String drawCard(String command, Message message) { + if (command.equalsIgnoreCase("812")) { + ITObject param = message.param; + if (param == null) + return null; + + System.out.println("座位号:" + param.getInt("seat") + "的用户出牌:" + param.getInt("card")); + + } + return null; + } + + /** + * 位置转换协议 820 + * + * @param command + * @param message + * @return + */ + public static String changePlayer(String command, Message message) { + if (command.equalsIgnoreCase("820")) { + ITObject param = message.param; + if (param == null) + return null; + + System.out.println("出牌权转移到座位号:" + param.getInt("seat") + "的用户"); +// {seat=2} + + } + return null; + } + + /** + * 摸牌协议 819 + * + * @param command + * @param message + * @return + */ + public static String getCard(String command, Message message) { + if (command.equalsIgnoreCase("819")) { + ITObject param = message.param; + if (param == null) + return null; +// {seat=2, Ishupai=0, isBaoTing=-1, tingcard=0, isgang=0, card=101, left_count=106} + System.out.println("轮到座位号:" + param.getInt("seat") + "的用户摸牌" + ",牌为:" + param.getInt("card")); + if (param.getInt("seat") != null && seat == param.getInt("seat")) { + cardInhand.add(param.getInt("card")); + } + } + return null; + } + + /** + * 初始化手牌协议 811 + * + * @param command + * @param message + * @return + */ + public static String cardInHead(String command, Message message) { + if (command.equalsIgnoreCase("811")) { + ITObject param = message.param; + if (param == null) + return null; +// {bank_seat=1, laiziCard=0, laiziCard2=0, laiziCard2Before=0, jing=0, laiziCardBefore=0, card_list=[101, 103, 104, 201, 204, 207, 208, 209, 307, 309, 501, 502, 503]} + ITArray cardList = param.getTArray("card_list"); + for (int i = 0; i < cardList.size(); i++) { + cardInhand.add(cardList.getInt(i)); + } + if (cardInhand.size() > 13) { + outCard(command, message); + System.out.println("机器人:" + param.getInt("seat") + "为庄家,需要出牌" + ",牌为:" + cardInhand.get(0)); + + } + System.out.println("机器人:" + param.getInt("seat") + "初始化手牌" + ",牌为:" + cardInhand.toString()); + + } + return null; + } + + public static String outCard(String command, Message message) { + ITObject params = TObject.newInstance(); + params.putString("session", session + "," + token); + params.putInt("card1", 0); + params.putInt("card", cardInhand.get(0)); + cardInhand.remove(0); + System.out.println("目前剩余手牌:" + cardInhand.toString()); + client.send("611", params, response -> { + System.out.println("出牌成功: " + response.returnCode); + }); + return null; + } + + public static String actionCard(String command, Message message) { + ITObject params = TObject.newInstance(); + params.putString("session", session + "," + token); + params.putInt("qi", 0); + params.putInt("id", 0); + cardInhand.remove(0); + cardInhand.remove(1); + System.out.println("执行id为:" + 0+"的操作"); + + client.send("612", params, response -> { + System.out.println("操作成功: " + response.returnCode); + }); + return null; + } + + public static String ready() { + try { + // 添加2秒延迟 + Thread.sleep(5000); + } catch (InterruptedException e) { + e.printStackTrace(); + } + cardInhand = new ArrayList(); + + System.out.println("准备"); + ITObject params = TObject.newInstance(); + params.putString("session", session + "," + token); + + client.send("1003", params, new ICallback() { + + @Override + public void action(MessageResponse messageResponse) { + System.out.println("准备成功: "); + + System.out.println(messageResponse); + System.out.println(messageResponse.returnCode); + System.out.println(messageResponse.messageData.param); + } + }); + return null; + } + + public static String joinRoom() { + try { + // 添加2秒延迟 + Thread.sleep(5000); + } catch (InterruptedException e) { + e.printStackTrace(); + } + ITObject params = TObject.newInstance(); + params.putString("session", session + "," + token); + + System.out.println("进入房间"); + client.send("1002", params, response -> { + System.out.println("进入房间成功: " + response.returnCode); + System.out.println(response.returnCode); + System.out.println(response.messageData.param); + ITObject obj = response.messageData.param.getTObject("tableInfo"); + + ITArray array = obj.getTArray("playerData"); + for (int i = 0; i < array.size(); i++) { + System.out.println(array.getTObject(i).getInt("seat")); + if (playerId == array.getTObject(i).getInt("aid")) { + seat = array.getTObject(i).getInt("seat"); + + } + } + }); + return null; + } + + public static void sleepTime(int time) { + try { + // 添加2秒延迟 + Thread.sleep(time); + } catch (InterruptedException e) { + e.printStackTrace(); + } + } + + public static void main(String[] args) throws Exception { + try { + PluginService.me().loadConfig(); + } catch (Exception e1) { + e1.printStackTrace(); + } + +// NetManager.debug_print = false; +// NetManager.TIMEOUT_TIME = 10; +// NetManager.VERSION = 10; + + tcp_test(); + + while (true) { + NetManager.processEvents(); + try { + Thread.sleep(8); + } catch (InterruptedException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + } +} diff --git a/libs/taurus-server/pom.xml b/libs/taurus-server/pom.xml new file mode 100644 index 0000000..50f6dca --- /dev/null +++ b/libs/taurus-server/pom.xml @@ -0,0 +1,124 @@ + + + 4.0.0 + com.taurus + taurus-server + pom + 1.0.1 + taurus-server + + + UTF-8 + 1.8 + 1.8 + + + + taurus-permanent + taurus-web + taurus-core + + + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-permanent + 1.0.1 + + + + + com.taurus + taurus-web + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + com.zaxxer + HikariCP + 3.3.1 + + + + + + mysql + mysql-connector-java + 8.0.16 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + junit + junit + 3.8.1 + test + + + + + + + + jdom + jdom + + + + + log4j + log4j + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + + \ No newline at end of file diff --git a/libs/taurus-server/taurus-core/config/log4j.properties b/libs/taurus-server/taurus-core/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/libs/taurus-server/taurus-core/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/libs/taurus-server/taurus-core/config/taurus-core.xml b/libs/taurus-server/taurus-core/config/taurus-core.xml new file mode 100644 index 0000000..e92604b --- /dev/null +++ b/libs/taurus-server/taurus-core/config/taurus-core.xml @@ -0,0 +1,93 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 100 + + 10 + + 180000 + + select 1 + + 10000 + + 60000 + + + + false + true + utf-8 + + UTC + + true + + 250 + + 2048 + + + + + + db1 + com.mysql.cj.jdbc.Driver + jdbc:mysql://8.134.123.86:8060/test + root + cssq@2020 + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + \ No newline at end of file diff --git a/libs/taurus-server/taurus-core/pom.xml b/libs/taurus-server/taurus-core/pom.xml new file mode 100644 index 0000000..570dfed --- /dev/null +++ b/libs/taurus-server/taurus-core/pom.xml @@ -0,0 +1,117 @@ + + + 4.0.0 + + com.taurus + taurus-server + 1.0.1 + + jar + taurus-core + 1.0.1 + + + + + redis.clients + jedis + + + + + com.zaxxer + HikariCP + + + + + jdom + jdom + + + + + log4j + log4j + + + + + mysql + mysql-connector-java + + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + **/*.properties + + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + true + + + + compile + + jar + + + + + + + + + releases + Nexus Release Repository + http://192.168.1.236:8081/nexus/content/repositories/releases/ + + + snapshots + Nexus Snapshot Repository + http://192.168.1.236:8081/nexus/content/repositories/snapshots/ + + + + diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/ITArray.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/ITArray.java new file mode 100644 index 0000000..4426747 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/ITArray.java @@ -0,0 +1,83 @@ +package com.taurus.core.entity; + +import java.util.Iterator; + +/** + * object array interface + * + * + */ +public interface ITArray { + + public Iterator iterator(); + + public TDataWrapper get(int index); + + public void del(int index); + + public int size(); + + public void clear(); + + public byte[] toBinary(); + + public String toJson(); + + public void addNull(); + + public void addBool(boolean value); + + public void addByte(byte value); + + public void addShort(short value); + + public void addInt(int value); + + public void addLong(long value); + + public void addFloat(float value); + + public void addDouble(double value); + + public void addString(String value); + + public void addUtfString(String value); + + public void addByteArray(byte[] data); + + public void addTArray(ITArray array); + + public void addTObject(ITObject object); + + public void add(TDataWrapper wrapper); + + public boolean isNull(int index); + + public Boolean getBool(int index); + + public Byte getByte(int index); + + public Integer getUByte(int index); + + public Short getShort(int index); + + public Integer getInt(int index); + + public Long getLong(int index); + + public Float getFloat(int index); + + public Double getDouble(int index); + + public String getString(int index); + + public String getUtfString(int index); + + public byte[] getByteArray(int index); + + public ITArray getTArray(int index); + + public ITObject getTObject(int index); + + +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/ITObject.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/ITObject.java new file mode 100644 index 0000000..d80bf4c --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/ITObject.java @@ -0,0 +1,87 @@ +package com.taurus.core.entity; + +import java.util.Iterator; +import java.util.Map; +import java.util.Set; + +/** + * object map interface + * + * + */ +public interface ITObject { + public boolean isNull(String key); + + public boolean containsKey(String key); + + public boolean remove(String key); + + public Set getKeys(); + + public int size(); + + public Iterator> iterator(); + + public byte[] toBinary(); + + public String toJson(); + + public TDataWrapper get(String key); + + public Boolean getBoolean(String key); + + public Byte getByte(String key); + + public Integer getUByte(String key); + + public Short getShort(String key); + + public Integer getInt(String key); + + public Long getLong(String key); + + public Float getFloat(String key); + + public Double getDouble(String key); + + public String getString(String key); + + public String getUtfString(String key); + + public byte[] getByteArray(String key); + + public ITArray getTArray(String key); + + public ITObject getTObject(String key); + + public void putNull(String key); + + public void putBoolean(String key, boolean value); + + public void putByte(String key, byte value); + + public void putShort(String key, short value); + + public void putInt(String key, int value); + + public void putLong(String key, long value); + + public void putFloat(String key, float value); + + public void putDouble(String key, double value); + + public void putString(String key, String value); + + public void putUtfString(String key, String value); + + public void putByteArray(String key, byte[] data); + + public void putTArray(String key, ITArray array); + + public void putTObject(String key, ITObject object); + + public void put(String key, TDataWrapper wrapper); + + public void del(String key); + +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TArray.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TArray.java new file mode 100644 index 0000000..f0125c2 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TArray.java @@ -0,0 +1,226 @@ +package com.taurus.core.entity; + +import java.sql.ResultSet; +import java.sql.SQLException; +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; + +/** + * object array entity + * + * + */ +public class TArray implements ITArray { + private List dataHolder; + private boolean isChange = false; + + public TArray() { + dataHolder = new ArrayList(); + } + + public static ITArray newFromBinaryData(byte[] bytes) { + return TDataSerializer.me().binary2array(bytes); + } + + public static ITArray newFromJsonData(String jsonStr) { + return TDataSerializer.me().json2array(jsonStr); + } + + public static ITArray newFromResultSet(ResultSet rs) throws SQLException { + return TDataSerializer.me().resultSet2array(rs); + } + + public static TArray newInstance() { + return new TArray(); + } + + public byte[] toBinary() { + return TDataSerializer.me().array2binary(this); + } + + public String toJson() { + return TDataSerializer.me().array2json(flatten()); + } + + public boolean isNull(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + + if (wrapper == null) { + return false; + } + return wrapper.getTypeId() == TDataType.NULL; + } + + public TDataWrapper get(int index) { + return (TDataWrapper) this.dataHolder.get(index); + } + + public Boolean getBool(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (Boolean) wrapper.getObject() : null; + } + + public Byte getByte(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (Byte) wrapper.getObject() : null; + } + + public Integer getUByte(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? Integer.valueOf(TDataSerializer.me().getUByte(((Byte) wrapper.getObject()).byteValue())) : null; + } + + public Short getShort(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (Short) wrapper.getObject() : null; + } + + public Integer getInt(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (Integer) wrapper.getObject() : null; + } + + public Long getLong(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (Long) wrapper.getObject() : null; + } + + public Float getFloat(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (Float) wrapper.getObject() : null; + } + + public Double getDouble(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (Double) wrapper.getObject() : null; + } + + public String getString(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (String) wrapper.getObject() : null; + } + + public byte[] getByteArray(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (byte[]) wrapper.getObject() : null; + } + + public ITArray getTArray(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (ITArray) wrapper.getObject() : null; + } + + public ITObject getTObject(int index) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(index); + return wrapper != null ? (ITObject) wrapper.getObject() : null; + } + + public void addBool(boolean value) { + addObject(Boolean.valueOf(value), TDataType.BOOL); + } + + public void addByte(byte value) { + addObject(Byte.valueOf(value), TDataType.BYTE); + } + + public void addByteArray(byte[] value) { + addObject(value, TDataType.BYTE_ARRAY); + } + + public void addDouble(double value) { + addObject(Double.valueOf(value), TDataType.DOUBLE); + } + + public void addFloat(float value) { + addObject(Float.valueOf(value), TDataType.FLOAT); + } + + public void addInt(int value) { + addObject(Integer.valueOf(value), TDataType.INT); + } + + public void addLong(long value) { + addObject(Long.valueOf(value), TDataType.LONG); + } + + public void addNull() { + addObject(null, TDataType.NULL); + } + + public void addTArray(ITArray value) { + addObject(value, TDataType.TARRAY); + } + + public void addTObject(ITObject value) { + addObject(value, TDataType.TOBJECT); + } + + public void addShort(short value) { + addObject(Short.valueOf(value), TDataType.SHORT); + } + + public void addString(String value) { + addObject(value, TDataType.STRING); + } + + public void add(TDataWrapper wrappedObject) { + this.dataHolder.add(wrappedObject); + } + + public Object getAt(int index) { + Object item = null; + TDataWrapper wrapper = (TDataWrapper) dataHolder.get(index); + + if (wrapper != null) + item = wrapper.getObject(); + return item; + } + + public Iterator iterator() { + return this.dataHolder.iterator(); + } + + public void del(int index) { + this.dataHolder.remove(index); + } + + public int size() { + return this.dataHolder.size(); + } + + public void clear() { + this.dataHolder.clear(); + } + + public String toString() { + return dataHolder.toString(); + } + + private void addObject(Object value, TDataType typeId) { + dataHolder.add(new TDataWrapper(typeId, value)); + isChange = true; + } + + public boolean equals(Object obj) { + boolean isEquals = isChange; + isChange = false; + return isEquals; + } + + private List flatten() { + List list = new ArrayList(); + TDataSerializer.me().flattenArray(list, this); + return list; + } + + @Override + public void addUtfString(String value) { + this.addString(value); + } + + @Override + public String getUtfString(int index) { + return getString(index); + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TArrayLite.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TArrayLite.java new file mode 100644 index 0000000..c34f723 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TArrayLite.java @@ -0,0 +1,28 @@ +package com.taurus.core.entity; + +/** + * TArrayLite + * + * + */ +public class TArrayLite extends TArray { + public static TArrayLite newInstance() { + return new TArrayLite(); + } + + public Byte getByte(int index) { + Integer i = super.getInt(index); + + return i != null ? Byte.valueOf(i.byteValue()) : null; + } + + public Short getShort(int index) { + Integer i = super.getInt(index); + return i != null ? Short.valueOf(i.shortValue()) : null; + } + + public Float getFloat(int index) { + Double d = super.getDouble(index); + return d != null ? Float.valueOf(d.floatValue()) : null; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TDataSerializer.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TDataSerializer.java new file mode 100644 index 0000000..30920e8 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TDataSerializer.java @@ -0,0 +1,645 @@ +package com.taurus.core.entity; + +import java.io.BufferedInputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.UnsupportedEncodingException; +import java.nio.ByteBuffer; +import java.sql.Blob; +import java.sql.ResultSet; +import java.sql.ResultSetMetaData; +import java.sql.SQLException; +import java.sql.Types; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Set; + +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.core.util.json.JSONUtils; + +/** + * TDataSerializer + * + * + */ +public class TDataSerializer { + private static TDataSerializer instance = new TDataSerializer(); + private static int BUFFER_CHUNK_SIZE = 512; + + private static Logger logger = Logger.getLogger(TDataSerializer.class); + + public static TDataSerializer me() { + return instance; + } + + private TDataSerializer() { + } + + public int getUByte(byte b) { + return 0xFF & b; + } + + public ITArray binary2array(byte[] data) { + if (data.length < 3) { + throw new IllegalStateException("Can't decode an Array. Size: " + data.length + " bytes"); + } + ByteBuffer buffer = ByteBuffer.allocate(data.length); + buffer.put(data); + buffer.flip(); + return decodeTArray(buffer); + } + + private ITArray decodeTArray(ByteBuffer buffer) { + ITArray array = TArray.newInstance(); + byte headerBuffer = buffer.get(); + if (headerBuffer != TDataType.TARRAY.getTypeID()) { + throw new IllegalStateException("Invalid DataType. Expected: " + TDataType.TARRAY.getTypeID() + ", found: " + headerBuffer); + } + short size = buffer.getShort(); + if (size < 0) { + throw new IllegalStateException("Can't decode Array. Size is negative = " + size); + } + + try { + for (int i = 0; i < size; i++) { + TDataWrapper decodedObject = decodeObject(buffer); + + if (decodedObject != null) + array.add(decodedObject); + else { + throw new IllegalStateException("Array item is null! index: " + i); + } + } + } catch (RuntimeException codecError) { + throw new IllegalArgumentException(codecError.getMessage()); + } + return array; + } + + public ITObject binary2object(byte[] data) { + if (data.length < 3) { + throw new IllegalStateException("Can't decode an Object. Size: " + data.length + " bytes"); + } + ByteBuffer buffer = ByteBuffer.allocate(data.length); + buffer.put(data); + buffer.flip(); + return decodeTObject(buffer); + } + + private ITObject decodeTObject(ByteBuffer buffer) { + ITObject tobj = TObject.newInstance(); + byte headerBuffer = buffer.get(); + if (headerBuffer != TDataType.TOBJECT.getTypeID()) { + throw new IllegalStateException("Invalid DataType. Expected: " + TDataType.TOBJECT.getTypeID() + ", found: " + headerBuffer); + } + short size = buffer.getShort(); + if (size < 0) { + throw new IllegalStateException("Can't decode Object. Size is negative = " + size); + } + + for (int i = 0; i < size; i++) { + short keySize = buffer.getShort(); + if ((keySize < 0) || (keySize > 255)) { + throw new IllegalStateException("Invalid Object key length. Found = " + keySize); + } + byte[] keyData = new byte[keySize]; + buffer.get(keyData, 0, keyData.length); + String key = new String(keyData); + TDataWrapper decodedObject = decodeObject(buffer); + if (decodedObject != null) + tobj.put(key, decodedObject); + else { + throw new IllegalStateException("Could not decode value for key: " + keyData); + } + } + return tobj; + } + + /** + * + * @param jsonStr + * @return + */ + @SuppressWarnings("unchecked") + public ITObject json2object(String jsonStr) { + if (jsonStr.length() < 2) { + throw new IllegalStateException("Can't decode Object. JSON String is too short. Len: " + jsonStr.length()); + } + + Object o = JSONUtils.parse(jsonStr); + return decodeTObject((HashMap) o); + } + + /** + * + * @param jsonStr + * @return + */ + @SuppressWarnings("unchecked") + public ITArray json2array(String jsonStr) { + if (jsonStr.length() < 2) { + throw new IllegalStateException("Can't decode Object. JSON String is too short. Len: " + jsonStr.length()); + } + Object jsa = JSONUtils.parse(jsonStr); + return decodeTArray((List) jsa); + } + + private ITArray decodeTArray(List jsa) { + ITArray array = TArrayLite.newInstance(); + + for (Object value : jsa) { + TDataWrapper decodedObject = decodeJsonObject(value); + if (decodedObject != null) + array.add(decodedObject); + else { + throw new IllegalStateException("(json2sfarray) Could not decode value for object: " + value); + } + } + return array; + } + + private ITObject decodeTObject(HashMap jso) { + + ITObject object = TObjectLite.newInstance(); + for (Entry entry : jso.entrySet()) { + String key = entry.getKey(); + Object value = entry.getValue(); + TDataWrapper decodedObject = decodeJsonObject(value); + if (decodedObject != null) + object.put(key, decodedObject); + else { + throw new IllegalStateException("(json2tobj) Could not decode value for key: " + key); + } + } + return object; + } + + @SuppressWarnings({ "rawtypes", "unchecked" }) + private TDataWrapper decodeJsonObject(Object o) { + + if ((o instanceof Integer)) { + return new TDataWrapper(TDataType.INT, o); + } + if ((o instanceof Long)) { + return new TDataWrapper(TDataType.LONG, o); + } + if ((o instanceof Double)) { + return new TDataWrapper(TDataType.DOUBLE, o); + } + if ((o instanceof Boolean)) { + return new TDataWrapper(TDataType.BOOL, o); + } + if ((o instanceof String)) { + return new TDataWrapper(TDataType.STRING, o); + } + if ((o instanceof HashMap)) { + HashMap jso = (HashMap) o; + return new TDataWrapper(TDataType.TOBJECT, decodeTObject(jso)); + } + if ((o instanceof List)) { + return new TDataWrapper(TDataType.TARRAY, decodeTArray((List) o)); + } + + throw new IllegalArgumentException(String.format("Unknown DataType! %s", o == null ? "null" : o.getClass())); + } + + public TObject resultSet2object(ResultSet rset) throws SQLException { + ResultSetMetaData metaData = rset.getMetaData(); + TObject sfso = new TObject(); + + if (rset.isBeforeFirst()) { + rset.next(); + } + for (int col = 1; col <= metaData.getColumnCount(); col++) { + String colName = metaData.getColumnLabel(col); + int type = metaData.getColumnType(col); + + Object rawDataObj = rset.getObject(col); + if (rawDataObj == null) { + continue; + } + + if (type == Types.NULL) { + sfso.putNull(colName); + } else if (type == Types.BOOLEAN) { + sfso.putBoolean(colName, rset.getBoolean(col)); + } else if (type == Types.DATE) { + sfso.putLong(colName, rset.getDate(col).getTime()); + } else if ((type == Types.FLOAT) || (type == Types.DOUBLE) || (type == Types.DECIMAL) || (type == Types.REAL)) { + sfso.putDouble(colName, rset.getDouble(col)); + } else if ((type == Types.INTEGER) || (type == Types.TINYINT) || (type == Types.SMALLINT)) { + sfso.putInt(colName, rset.getInt(col)); + } else if ((type == Types.CHAR) || (type == Types.VARCHAR) || (type == Types.LONGVARCHAR)) { + sfso.putString(colName, rset.getString(col)); + } else if ((type == Types.NCHAR) || (type == Types.NVARCHAR) || (type == Types.LONGNVARCHAR)) { + sfso.putString(colName, rset.getNString(col)); + } else if (type == Types.TIMESTAMP) { + sfso.putLong(colName, rset.getTimestamp(col).getTime()); + } else if (type == Types.BIGINT) { + sfso.putLong(colName, rset.getLong(col)); + } else if (type == Types.LONGVARBINARY) { + byte[] binData = getBlobData(colName, rset.getBinaryStream(col)); + + if (binData != null) { + sfso.putByteArray(colName, binData); + } + } else if (type == Types.BLOB) { + Blob blob = rset.getBlob(col); + sfso.putByteArray(colName, blob.getBytes(0L, (int) blob.length())); + } else { + logger.info("Skipping Unsupported SQL TYPE: " + type + ", Column:" + colName); + } + } + + return sfso; + } + + private byte[] getBlobData(String colName, InputStream stream) { + BufferedInputStream bis = new BufferedInputStream(stream); + byte[] bytes = (byte[]) null; + try { + bytes = new byte[bis.available()]; + bis.read(bytes); + } catch (IOException ex) { + logger.warn("Object serialize error. Failed reading BLOB data for column: " + colName); + } finally { + try { + bis.close(); + } catch (IOException e) { + logger.error(e); + } + } + + return bytes; + } + + public TArray resultSet2array(ResultSet rset) throws SQLException { + TArray array = new TArray(); + + while (rset.next()) { + array.addTObject(resultSet2object(rset)); + } + + return array; + } + + public byte[] object2binary(ITObject object) { + ByteBuffer buffer = ByteBuffer.allocate(BUFFER_CHUNK_SIZE); + buffer.put((byte) TDataType.TOBJECT.getTypeID()); + buffer.putShort((short) object.size()); + return obj2bin(object, buffer); + } + + private byte[] obj2bin(ITObject object, ByteBuffer buffer) { + Set keys = object.getKeys(); + for (String key : keys) { + TDataWrapper wrapper = object.get(key); + buffer = encodeTObjectKey(buffer, key); + buffer = encodeObject(buffer, wrapper); + } + + int pos = buffer.position(); + byte[] result = new byte[pos]; + buffer.flip(); + buffer.get(result, 0, pos); + return result; + } + + public byte[] array2binary(ITArray array) { + ByteBuffer buffer = ByteBuffer.allocate(BUFFER_CHUNK_SIZE); + buffer.put((byte) TDataType.TARRAY.getTypeID()); + buffer.putShort((short) array.size()); + return arr2bin(array, buffer); + } + + private byte[] arr2bin(ITArray array, ByteBuffer buffer) { + Iterator iter = array.iterator(); + while (iter.hasNext()) { + TDataWrapper wrapper = (TDataWrapper) iter.next(); + buffer = encodeObject(buffer, wrapper); + } + + int pos = buffer.position(); + byte[] result = new byte[pos]; + buffer.flip(); + buffer.get(result, 0, pos); + return result; + } + + public String object2json(Map map) { + return JSONUtils.toJSONString(map); + } + + public String array2json(List array) { + return JSONUtils.toJSONString(array); + } + + public void flattenObject(Map map, ITObject obj) { + for (Iterator> it = obj.iterator(); it.hasNext();) { + Entry entry = it.next(); + String key = (String) entry.getKey(); + TDataWrapper value = (TDataWrapper) entry.getValue(); + if (value.getTypeId() == TDataType.TOBJECT) { + Map newMap = new HashMap(); + map.put(key, newMap); + flattenObject(newMap, (ITObject) value.getObject()); + } else if (value.getTypeId() == TDataType.TARRAY) { + List newList = new ArrayList(); + map.put(key, newList); + flattenArray(newList, (ITArray) value.getObject()); + } else { + map.put(key, value.getObject()); + } + } + } + + public void flattenArray(List array, ITArray tarray) { + for (Iterator it = tarray.iterator(); it.hasNext();) { + TDataWrapper value = (TDataWrapper) it.next(); + if (value.getTypeId() == TDataType.TOBJECT) { + Map newMap = new HashMap(); + array.add(newMap); + flattenObject(newMap, (TObject) value.getObject()); + } else if (value.getTypeId() == TDataType.TARRAY) { + List newList = new ArrayList(); + array.add(newList); + flattenArray(newList, (ITArray) value.getObject()); + } else { + array.add(value.getObject()); + } + } + } + + private TDataWrapper decodeObject(ByteBuffer buffer) throws RuntimeException { + TDataWrapper decodedObject = null; + byte headerByte = buffer.get(); + + if (headerByte == TDataType.NULL.getTypeID()) { + decodedObject = binDecode_NULL(buffer); + } else if (headerByte == TDataType.BOOL.getTypeID()) { + decodedObject = binDecode_BOOL(buffer); + } else if (headerByte == TDataType.BYTE.getTypeID()) { + decodedObject = binDecode_BYTE(buffer); + } else if (headerByte == TDataType.BYTE_ARRAY.getTypeID()) { + decodedObject = binDecode_BYTE_ARRAY(buffer); + } else if (headerByte == TDataType.SHORT.getTypeID()) { + decodedObject = binDecode_SHORT(buffer); + } else if (headerByte == TDataType.INT.getTypeID()) { + decodedObject = binDecode_INT(buffer); + } else if (headerByte == TDataType.LONG.getTypeID()) { + decodedObject = binDecode_LONG(buffer); + } else if (headerByte == TDataType.FLOAT.getTypeID()) { + decodedObject = binDecode_FLOAT(buffer); + } else if (headerByte == TDataType.DOUBLE.getTypeID()) { + decodedObject = binDecode_DOUBLE(buffer); + } else if (headerByte == TDataType.STRING.getTypeID()) { + decodedObject = binDecode_STRING(buffer); + } else if (headerByte == TDataType.TARRAY.getTypeID()) { + buffer.position(buffer.position() - 1); + decodedObject = new TDataWrapper(TDataType.TARRAY, decodeTArray(buffer)); + } else if (headerByte == TDataType.TOBJECT.getTypeID()) { + buffer.position(buffer.position() - 1); + ITObject tobj = decodeTObject(buffer); + TDataType type = TDataType.TOBJECT; + Object finalTObj = tobj; + decodedObject = new TDataWrapper(type, finalTObj); + } else { + throw new RuntimeException("Unknow DataType ID: " + headerByte); + } + return decodedObject; + } + + private ByteBuffer encodeObject(ByteBuffer buffer, TDataWrapper wrapper) { + TDataType typeId = wrapper.getTypeId(); + Object object = wrapper.getObject(); + + switch (typeId) { + case NULL: + buffer = binEncode_NULL(buffer); + break; + case BOOL: + buffer = binEncode_BOOL(buffer, (Boolean) object); + break; + case BYTE: + buffer = binEncode_BYTE(buffer, (Byte) object); + break; + case SHORT: + buffer = binEncode_SHORT(buffer, (Short) object); + break; + case INT: + buffer = binEncode_INT(buffer, (Integer) object); + break; + case LONG: + buffer = binEncode_LONG(buffer, (Long) object); + break; + case FLOAT: + buffer = binEncode_FLOAT(buffer, (Float) object); + break; + case DOUBLE: + buffer = binEncode_DOUBLE(buffer, (Double) object); + break; + case STRING: + buffer = binEncode_STRING(buffer, (String) object); + break; + case BYTE_ARRAY: + buffer = binEncode_BYTE_ARRAY(buffer, (byte[]) object); + break; + case TARRAY: + buffer = addData(buffer, array2binary((TArray) object)); + break; + case TOBJECT: + buffer = addData(buffer, object2binary((TObject) object)); + break; + default: + throw new IllegalArgumentException("Unrecognized type in TObject serialization: " + typeId); + } + + return buffer; + } + + private TDataWrapper binDecode_NULL(ByteBuffer buffer) { + return new TDataWrapper(TDataType.NULL, null); + } + + private TDataWrapper binDecode_BOOL(ByteBuffer buffer) throws RuntimeException { + byte boolByte = buffer.get(); + Boolean bool = null; + if (boolByte == 0) + bool = new Boolean(false); + else if (boolByte == 1) + bool = new Boolean(true); + else { + throw new RuntimeException("Error decoding Bool type. Illegal value: " + bool); + } + return new TDataWrapper(TDataType.BOOL, bool); + } + + private TDataWrapper binDecode_BYTE(ByteBuffer buffer) { + byte boolByte = buffer.get(); + return new TDataWrapper(TDataType.BYTE, Byte.valueOf(boolByte)); + } + + private TDataWrapper binDecode_SHORT(ByteBuffer buffer) { + short shortValue = buffer.getShort(); + return new TDataWrapper(TDataType.SHORT, Short.valueOf(shortValue)); + } + + private TDataWrapper binDecode_INT(ByteBuffer buffer) { + int intValue = buffer.getInt(); + return new TDataWrapper(TDataType.INT, Integer.valueOf(intValue)); + } + + private TDataWrapper binDecode_LONG(ByteBuffer buffer) { + long longValue = buffer.getLong(); + return new TDataWrapper(TDataType.LONG, Long.valueOf(longValue)); + } + + private TDataWrapper binDecode_FLOAT(ByteBuffer buffer) { + float floatValue = buffer.getFloat(); + return new TDataWrapper(TDataType.FLOAT, Float.valueOf(floatValue)); + } + + private TDataWrapper binDecode_DOUBLE(ByteBuffer buffer) { + double doubleValue = buffer.getDouble(); + return new TDataWrapper(TDataType.DOUBLE, Double.valueOf(doubleValue)); + } + + private TDataWrapper binDecode_STRING(ByteBuffer buffer) throws RuntimeException { + int strLen = buffer.getShort(); + if (strLen < 0) { + throw new RuntimeException("Error decoding String. Negative size: " + strLen); + } + if(strLen == 0) { + return new TDataWrapper(TDataType.STRING, StringUtil.Empty); + } + byte[] strData = new byte[strLen]; + buffer.get(strData, 0, strLen); + String decodedString = StringUtil.Empty; + try { + decodedString = StringUtil.getString(strData); + } catch (UnsupportedEncodingException e) { + throw new RuntimeException(e); + } + return new TDataWrapper(TDataType.STRING, decodedString); + } + + private TDataWrapper binDecode_BYTE_ARRAY(ByteBuffer buffer) throws RuntimeException { + int arraySize = buffer.getInt(); + if (arraySize < 0) { + throw new RuntimeException("Error decoding typed array size. Negative size: " + arraySize); + } + + byte[] byteData = new byte[arraySize]; + buffer.get(byteData, 0, arraySize); + return new TDataWrapper(TDataType.BYTE_ARRAY, byteData); + } + + private ByteBuffer binEncode_NULL(ByteBuffer buffer) { + return addData(buffer, new byte[1]); + } + + private ByteBuffer binEncode_BOOL(ByteBuffer buffer, Boolean value) { + byte[] data = new byte[2]; + data[0] = (byte) TDataType.BOOL.getTypeID(); + data[1] = (byte) (value.booleanValue() ? 1 : 0); + return addData(buffer, data); + } + + private ByteBuffer binEncode_BYTE(ByteBuffer buffer, Byte value) { + byte[] data = new byte[2]; + data[0] = (byte) TDataType.BYTE.getTypeID(); + data[1] = value.byteValue(); + return addData(buffer, data); + } + + private ByteBuffer binEncode_SHORT(ByteBuffer buffer, Short value) { + ByteBuffer buf = ByteBuffer.allocate(3); + buf.put((byte) TDataType.SHORT.getTypeID()); + buf.putShort(value.shortValue()); + return addData(buffer, buf.array()); + } + + private ByteBuffer binEncode_INT(ByteBuffer buffer, Integer value) { + ByteBuffer buf = ByteBuffer.allocate(5); + buf.put((byte) TDataType.INT.getTypeID()); + buf.putInt(value.intValue()); + return addData(buffer, buf.array()); + } + + private ByteBuffer binEncode_LONG(ByteBuffer buffer, Long value) { + ByteBuffer buf = ByteBuffer.allocate(9); + buf.put((byte) TDataType.LONG.getTypeID()); + buf.putLong(value.longValue()); + return addData(buffer, buf.array()); + } + + private ByteBuffer binEncode_FLOAT(ByteBuffer buffer, Float value) { + ByteBuffer buf = ByteBuffer.allocate(5); + buf.put((byte) TDataType.FLOAT.getTypeID()); + buf.putFloat(value.floatValue()); + return addData(buffer, buf.array()); + } + + private ByteBuffer binEncode_DOUBLE(ByteBuffer buffer, Double value) { + ByteBuffer buf = ByteBuffer.allocate(9); + buf.put((byte) TDataType.DOUBLE.getTypeID()); + buf.putDouble(value.doubleValue()); + return addData(buffer, buf.array()); + } + + private ByteBuffer binEncode_STRING(ByteBuffer buffer, String value) { + if (StringUtil.isEmpty(value)) { + ByteBuffer buf = ByteBuffer.allocate(3); + buf.put((byte) TDataType.STRING.getTypeID()); + buf.putShort((short)0); + return addData(buffer, buf.array()); + } + byte[] stringBytes = null; + try { + stringBytes = StringUtil.getBytes(value); + } catch (UnsupportedEncodingException e) { + throw new RuntimeException(e); + } + ByteBuffer buf = ByteBuffer.allocate(3 + stringBytes.length); + buf.put((byte) TDataType.STRING.getTypeID()); + buf.putShort((short)stringBytes.length); + buf.put(stringBytes); + return addData(buffer, buf.array()); + } + + private ByteBuffer binEncode_BYTE_ARRAY(ByteBuffer buffer, byte[] value) { + ByteBuffer buf = ByteBuffer.allocate(5 + value.length); + buf.put((byte) TDataType.BYTE_ARRAY.getTypeID()); + buf.putInt(value.length); + buf.put(value); + return addData(buffer, buf.array()); + } + + private ByteBuffer encodeTObjectKey(ByteBuffer buffer, String value) { + ByteBuffer buf = ByteBuffer.allocate(2 + value.length()); + buf.putShort((short) value.length()); + buf.put(value.getBytes()); + return addData(buffer, buf.array()); + } + + private ByteBuffer addData(ByteBuffer buffer, byte[] newData) { + if (buffer.remaining() < newData.length) { + int newSize = BUFFER_CHUNK_SIZE; + if (newSize < newData.length) { + newSize = newData.length; + } + ByteBuffer newBuffer = ByteBuffer.allocate(buffer.capacity() + newSize); + buffer.flip(); + newBuffer.put(buffer); + buffer = newBuffer; + } + buffer.put(newData); + return buffer; + } + +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TDataType.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TDataType.java new file mode 100644 index 0000000..b21cfec --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TDataType.java @@ -0,0 +1,41 @@ +package com.taurus.core.entity; + +/** + * TDataType + * + * + */ +public enum TDataType{ + NULL(0), + BOOL(1), + BYTE(2), + SHORT(3), + INT(4), + LONG(5), + FLOAT(6), + DOUBLE(7), + STRING(8), + BYTE_ARRAY(9), + TARRAY(10), + TOBJECT(11); + + private int typeID; + + private TDataType(int typeID) { + this.typeID = typeID; + } + + public static TDataType fromTypeId(int typeId) { + for (TDataType item : values()) { + if (item.getTypeID() == typeId) { + return item; + } + } + + throw new IllegalArgumentException("Unknown typeId for MPDataType"); + } + + public int getTypeID() { + return this.typeID; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TDataWrapper.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TDataWrapper.java new file mode 100644 index 0000000..d2f25a8 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TDataWrapper.java @@ -0,0 +1,28 @@ +package com.taurus.core.entity; + +/** + * TDataWrapper + * + * + */ +public class TDataWrapper { + private TDataType typeId; + private Object object; + + public TDataWrapper(TDataType typeId, Object object) { + this.typeId = typeId; + this.object = object; + } + + public TDataType getTypeId() { + return typeId; + } + + public Object getObject() { + return object; + } + + public String toString() { + return object.toString(); + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TObject.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TObject.java new file mode 100644 index 0000000..8017226 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TObject.java @@ -0,0 +1,291 @@ +package com.taurus.core.entity; + +import java.sql.ResultSet; +import java.sql.SQLException; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; +import java.util.Set; +import java.util.concurrent.ConcurrentHashMap; + +import com.taurus.core.util.StringUtil; + +/** + * object map entity + * + * + */ +public class TObject implements ITObject { + private Map dataHolder; + private boolean isChange; + + public static ITObject newFromBinaryData(byte[] bytes) { + return TDataSerializer.me().binary2object(bytes); + } + + public static ITObject newFromJsonData(String jsonStr) { + return TDataSerializer.me().json2object(jsonStr); + } + + public static ITObject newFromResultSet(ResultSet rs) throws SQLException{ + return TDataSerializer.me().resultSet2object(rs); + } + + public static TObject newInstance() { + return new TObject(); + } + + public TObject() { + dataHolder = new ConcurrentHashMap(); + } + + public Iterator> iterator() { + return this.dataHolder.entrySet().iterator(); + } + + public boolean containsKey(String key) { + return this.dataHolder.containsKey(key); + } + + public boolean remove(String key) { + return this.dataHolder.remove(key) != null; + } + + public int size() { + return this.dataHolder.size(); + } + + public byte[] toBinary() { + return TDataSerializer.me().object2binary(this); + } + + public String toJson() { + return TDataSerializer.me().object2json(flatten()); + } + + public boolean isNull(String key) { + TDataWrapper wrapper = (TDataWrapper) this.dataHolder.get(key); + + if (wrapper == null) { + return false; + } + return wrapper.getTypeId() == TDataType.NULL; + } + + public TDataWrapper get(String key) { + return (TDataWrapper) this.dataHolder.get(key); + } + + public Boolean getBoolean(String key) { + TDataWrapper o = (TDataWrapper) this.dataHolder.get(key); + + if (o == null) { + return null; + } + return (Boolean) o.getObject(); + } + + public Byte getByte(String key) { + TDataWrapper o = (TDataWrapper) this.dataHolder.get(key); + + if (o == null) { + return null; + } + return (Byte) o.getObject(); + } + + public byte[] getByteArray(String key) { + TDataWrapper o = (TDataWrapper) dataHolder.get(key); + + if (o == null) { + return null; + } + return (byte[]) o.getObject(); + } + + public Double getDouble(String key) { + TDataWrapper o = (TDataWrapper) dataHolder.get(key); + + if (o == null) { + return null; + } + return (Double) o.getObject(); + } + + public Float getFloat(String key) { + TDataWrapper o = (TDataWrapper) dataHolder.get(key); + + if (o == null) { + return null; + } + return (Float) o.getObject(); + } + + public Integer getInt(String key) { + TDataWrapper o = (TDataWrapper) dataHolder.get(key); + + if (o == null) { + return null; + } + return (Integer) o.getObject(); + } + + public Set getKeys() { + return dataHolder.keySet(); + } + + public Long getLong(String key) { + TDataWrapper o = (TDataWrapper) this.dataHolder.get(key); + + if (o == null) { + return null; + } + return (Long) o.getObject(); + } + + public ITArray getTArray(String key) { + TDataWrapper o = (TDataWrapper) this.dataHolder.get(key); + + if (o == null) { + return null; + } + return (ITArray) o.getObject(); + } + + public ITObject getTObject(String key) { + TDataWrapper o = (TDataWrapper) dataHolder.get(key); + + if (o == null) { + return null; + } + return (ITObject) o.getObject(); + } + + public Short getShort(String key) { + TDataWrapper o = (TDataWrapper) dataHolder.get(key); + + if (o == null) { + return null; + } + return (Short) o.getObject(); + } + + public Integer getUByte(String key) { + TDataWrapper o = (TDataWrapper) this.dataHolder.get(key); + + if (o == null) { + return null; + } + return Integer.valueOf(TDataSerializer.me().getUByte(((Byte) o.getObject()).byteValue())); + } + + public String getString(String key) { + TDataWrapper o = (TDataWrapper) this.dataHolder.get(key); + + if (o == null) { + return null; + } + return (String) o.getObject(); + } + + public void putBoolean(String key, boolean value) { + putObj(key, Boolean.valueOf(value), TDataType.BOOL); + } + + public void putByte(String key, byte value) { + putObj(key, Byte.valueOf(value), TDataType.BYTE); + } + + public void putByteArray(String key, byte[] value) { + putObj(key, value, TDataType.BYTE_ARRAY); + } + + public void putDouble(String key, double value) { + putObj(key, Double.valueOf(value), TDataType.DOUBLE); + } + + public void putFloat(String key, float value) { + putObj(key, Float.valueOf(value), TDataType.FLOAT); + } + + public void putInt(String key, int value) { + putObj(key, Integer.valueOf(value), TDataType.INT); + } + + public void putLong(String key, long value) { + putObj(key, Long.valueOf(value), TDataType.LONG); + } + + public void putNull(String key) { + this.dataHolder.put(key, new TDataWrapper(TDataType.NULL, null)); + } + + public void putTArray(String key, ITArray value) { + putObj(key, value, TDataType.TARRAY); + } + + public void putTObject(String key, ITObject value) { + putObj(key, value, TDataType.TOBJECT); + } + + public void putShort(String key, short value) { + putObj(key, Short.valueOf(value), TDataType.SHORT); + } + + public void putString(String key, String value) { + if(value==null)value = StringUtil.Empty; + putObj(key, value, TDataType.STRING); + } + + public void put(String key, TDataWrapper wrappedObject) { + putObj(key, wrappedObject, null); + } + + public String toString() { + return dataHolder.toString(); + } + + private void putObj(String key, Object value, TDataType typeId) { + if (key == null) { + throw new IllegalArgumentException("TObject requires a non-null key for a 'put' operation!"); + } + if (key.length() > 255) { + throw new IllegalArgumentException("TObject keys must be less than 255 characters!"); + } + if (value == null) { + throw new IllegalArgumentException("TObject requires a non-null value! If you need to add a null use the putNull() method."); + } + if ((value instanceof TDataWrapper)) + dataHolder.put(key, (TDataWrapper) value); + else + dataHolder.put(key, new TDataWrapper(typeId, value)); + isChange = true; + } + + public boolean equals(Object obj) { + boolean isEquals = isChange; + isChange = false; + return isEquals; + } + + private Map flatten() { + Map map = new HashMap(); + TDataSerializer.me().flattenObject(map, this); + return map; + } + + @Override + public void del(String key) { + dataHolder.remove(key); + } + + @Override + public String getUtfString(String key) { + return this.getString(key); + } + + @Override + public void putUtfString(String key, String value) { + this.putString(key, value); + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TObjectLite.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TObjectLite.java new file mode 100644 index 0000000..2ad448c --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/entity/TObjectLite.java @@ -0,0 +1,33 @@ +package com.taurus.core.entity; + +/** + * TObjectLite + * + * + */ +public final class TObjectLite extends TObject { + public static TObject newInstance() { + return new TObjectLite(); + } + + @Override + public Byte getByte(String key) { + Integer i = super.getInt(key); + + return i != null ? Byte.valueOf(i.byteValue()) : null; + } + + @Override + public Short getShort(String key) { + Integer i = super.getInt(key); + + return i != null ? Short.valueOf(i.shortValue()) : null; + } + + @Override + public Float getFloat(String key) { + Double d = super.getDouble(key); + + return d != null ? Float.valueOf(d.floatValue()) : null; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/Event.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/Event.java new file mode 100644 index 0000000..76a91c6 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/Event.java @@ -0,0 +1,60 @@ +package com.taurus.core.events; + +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +/** + * Event. + * + */ +public class Event { + + protected Object target; + protected String name; + protected Map paramMap; + + public Event(String name) { + this.name = name; + } + + public Event(String name, Object source) { + this.target = source; + this.name = name; + } + + public Object getTarget() { + return this.target; + } + + public String getName() { + return this.name; + } + + public void setTarget(Object target) { + this.target = target; + } + + public void setName(String name) { + this.name = name; + } + + public Object getParameter(String key) { + Object tem = null; + + if (paramMap != null) { + tem = paramMap.get(key); + } + return tem; + } + + public void setParameter(String key, Object value) { + if (paramMap == null) { + paramMap = new ConcurrentHashMap(); + } + paramMap.put(key, value); + } + + public String toString() { + return "Event { Name:" + name + ", Source: " + target + ", Params: " + paramMap + " }"; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/EventDispatcher.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/EventDispatcher.java new file mode 100644 index 0000000..c4c98b3 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/EventDispatcher.java @@ -0,0 +1,93 @@ +package com.taurus.core.events; + +import java.util.Map; +import java.util.Set; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.CopyOnWriteArraySet; +import java.util.concurrent.ThreadPoolExecutor; + +import com.taurus.core.util.Logger; + +/** + * EventDispatcher 事件派发器类,负责进行事件的发送和侦听。 +*/ +public class EventDispatcher implements IEventDispatcher { + + private final Map> listenersByEvent; + private ThreadPoolExecutor threadPool; + + public EventDispatcher(){ + listenersByEvent = new ConcurrentHashMap>(); + } + + public EventDispatcher(ThreadPoolExecutor threadPool){ + this(); + this.threadPool = threadPool; + } + + @Override + public synchronized void addEventListener(String eventName, IEventListener listener) { + Set listeners = listenersByEvent.get(eventName); + if (listeners == null) { + listeners = new CopyOnWriteArraySet(); + listenersByEvent.put(eventName, listeners); + } + + listeners.add(listener); + } + + @Override + public boolean hasEventListener(String eventName) { + boolean found = false; + Set listeners = listenersByEvent.get(eventName); + if ((listeners != null) && (listeners.size() > 0)) { + found = true; + } + return found; + } + + @Override + public synchronized void removeEventListener(String eventName, IEventListener listener) { + Set listeners = listenersByEvent.get(eventName); + if (listeners != null) + listeners.remove(listener); + } + + @Override + public void dispatchEvent(Event event) { + Set listeners = (Set) listenersByEvent.get(event.getName()); + if ((listeners != null) && (listeners.size() > 0)) { + for (IEventListener listenerObj : listeners) { + if(threadPool!=null){ + threadPool.execute(new EventRunner(listenerObj,event)); + }else{ + listenerObj.handleEvent(event); + } + + } + } + } + + @Override + public void removeAllListener() { + listenersByEvent.clear(); + } + + private static final class EventRunner implements Runnable { + private final IEventListener listener; + private final Event event; + + public EventRunner(IEventListener listener, Event event) { + this.listener = listener; + this.event = event; + } + + public void run() { + try { + listener.handleEvent(event); + } catch (Exception e) { + Logger.getLogger(getClass()).warn("Error in event handler: " + e + ", Event: " + event + " Listener: " + listener); + } + } + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/EventManager.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/EventManager.java new file mode 100644 index 0000000..0d99d8b --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/EventManager.java @@ -0,0 +1,63 @@ +package com.taurus.core.events; + +import java.util.concurrent.ThreadPoolExecutor; + +import com.taurus.core.service.AbstractService; +import com.taurus.core.util.Logger; + +/** + * 事件管理,处理框架内部事件 + * + * + * + */ +public final class EventManager extends AbstractService implements IEventDispatcher { + private final ThreadPoolExecutor threadPool; + private final EventDispatcher dispatcher; + private final Logger logger; + + public EventManager(ThreadPoolExecutor threadPool) { + setName("EventManager"); + logger = Logger.getLogger(EventManager.class); + + this.threadPool = threadPool; + dispatcher = new EventDispatcher(threadPool); + } + + public void init(Object o) { + super.init(o); + logger.info(this.name + " init."); + } + + public void destroy(Object o) { + super.init(o); + dispatcher.removeAllListener(); + logger.info(this.name + " shut down."); + } + + public ThreadPoolExecutor getThreadPool() { + return this.threadPool; + } + + public void addEventListener(String eventName, IEventListener listener) { + dispatcher.addEventListener(eventName, listener); + } + + public boolean hasEventListener(String eventName) { + return dispatcher.hasEventListener(eventName); + } + + public void removeEventListener(String eventName, IEventListener listener) { + dispatcher.removeEventListener(eventName, listener); + } + + public void dispatchEvent(Event event) { + dispatcher.dispatchEvent(event); + } + + @Override + public void removeAllListener() { + dispatcher.removeAllListener(); + } + +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/IEventDispatcher.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/IEventDispatcher.java new file mode 100644 index 0000000..b7128c2 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/IEventDispatcher.java @@ -0,0 +1,40 @@ +package com.taurus.core.events; + +/** + * 事件派发器通用接口 + * + */ +public interface IEventDispatcher { + + /** + * 添加指定类型的事件监听 + * @param eventName + * @param listener + */ + public void addEventListener(String eventName, IEventListener listener); + + /** + * 检查指定类型事件监听器是否存在 + * @param eventName + * @return + */ + public boolean hasEventListener(String eventName); + + /** + * 删除指定的事件监听 + * @param eventName + * @param listener + */ + public void removeEventListener(String eventName, IEventListener listener); + + /** + * 删除所有的事件监听 + */ + public void removeAllListener(); + + /** + * + * @param event + */ + public void dispatchEvent(Event event); +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/IEventListener.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/IEventListener.java new file mode 100644 index 0000000..2281095 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/events/IEventListener.java @@ -0,0 +1,14 @@ +package com.taurus.core.events; + +/** + * 事件监听接口 + * + */ +public interface IEventListener { + + /** + * + * @param event + */ + public void handleEvent(Event event); +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/IPlugin.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/IPlugin.java new file mode 100644 index 0000000..6406aec --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/IPlugin.java @@ -0,0 +1,23 @@ + +package com.taurus.core.plugin; + +import org.jdom.Element; + +/** + * IPlugin + */ +public interface IPlugin { + String getId(); + + void setId(String id); + + /** + * 加载配置 + * @param element + * @return + */ + boolean loadConfig(Element element); + + boolean start(); + boolean stop(); +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/PluginService.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/PluginService.java new file mode 100644 index 0000000..dd33c7f --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/PluginService.java @@ -0,0 +1,149 @@ +package com.taurus.core.plugin; + +import java.io.File; +import java.io.FileInputStream; +import java.io.InputStream; +import java.util.Collection; +import java.util.Iterator; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; + +import org.jdom.Document; +import org.jdom.Element; +import org.jdom.input.SAXBuilder; + +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; + +public class PluginService { + private static final String CONFIG_PATH = "config/taurus-core.xml"; + private final Logger logger; + + /** + * 插件列表 + */ + final ConcurrentMap pluginMap; + + private static PluginService _instance; + + /** + * get main instance + */ + public static PluginService me() { + if (_instance == null) { + _instance = new PluginService(); + } + return _instance; + } + + private PluginService() { + logger = Logger.getLogger(PluginService.class); + pluginMap = new ConcurrentHashMap(); + } + + /** + * 加载配置 + * @throws Exception + */ + public void loadConfig() throws Exception{ + loadConfig(System.getProperty("user.dir")); + } + + private IPlugin createPlugin(String pclass) throws RuntimeException { + if (StringUtil.isEmpty(pclass)) { + logger.info("Plugin class not find!"); + return null; + } + IPlugin plugin = null; + try { + Class extensionClass = Class.forName(pclass); + if (!IPlugin.class.isAssignableFrom(extensionClass)) { + throw new RuntimeException("Controller does not implement IPlugin! "+pclass); + } + plugin = (IPlugin) extensionClass.newInstance(); + } catch (IllegalAccessException e) { + throw new RuntimeException("Illegal access while instantiating class: " + pclass); + } catch (InstantiationException e) { + throw new RuntimeException("Cannot instantiate class: " + pclass); + } catch (ClassNotFoundException e) { + throw new RuntimeException("Class not found: " + pclass); + } + return plugin; + } + + /** + * 加载配置 + * @param path + * @throws Exception + */ + public void loadConfig(String path) throws Exception{ + File file = new File(path+"/"+CONFIG_PATH); + if(!file.exists())return; + InputStream is = new FileInputStream(file); + SAXBuilder builder = new SAXBuilder(); + Document document = builder.build(is); + Element root = document.getRootElement(); + + String log4jPath = root.getChildTextTrim("log4jPath"); + if(StringUtil.isNotEmpty(log4jPath)) { + try { + Class.forName("org.apache.log4j.PropertyConfigurator"); + log4jPath = path+"/config/" + log4jPath; + org.apache.log4j.PropertyConfigurator.configure(log4jPath); + }catch (ClassNotFoundException e) { + } + } + + Iterator itr = (root.getChildren("plugin")).iterator(); + while(itr.hasNext()) { + Element pluginEm = (Element)itr.next(); + String pid = pluginEm.getChildTextTrim("id"); + if(StringUtil.isEmpty(pid)) { + throw new RuntimeException("Plugin id is null!"); + } + String pclass = pluginEm.getChildTextTrim("class"); + if(StringUtil.isEmpty(pclass)) { + throw new RuntimeException("Plugin class is null!"); + } + IPlugin plugin = createPlugin(pclass); + plugin.setId(pid); + plugin.loadConfig(pluginEm); + putPlugin(plugin); + logger.info("plugin["+plugin.getId()+"] load success!"); + } + } + + /** + * put plugin instance + * @param plugin + */ + public final void putPlugin(IPlugin plugin) { + if(pluginMap.containsKey(plugin.getId()))return; + plugin.start(); + pluginMap.put(plugin.getId(),plugin); + } + + /** + * remove plugin + * @param pluginId plugin key id + */ + public final void removePlugin(String pluginId) { + IPlugin plugin =pluginMap.remove(pluginId); + if(plugin!=null) { + plugin.stop(); + } + } + + /** + * stop all plugin + */ + public final void stop() { + Collection list = pluginMap.values(); + for(IPlugin plugin : list) { + plugin.stop(); + } + pluginMap.clear(); + } + + +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/database/DataBase.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/database/DataBase.java new file mode 100644 index 0000000..c693f6a --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/database/DataBase.java @@ -0,0 +1,62 @@ +package com.taurus.core.plugin.database; + +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; + +import com.taurus.core.util.StringUtil; +import com.zaxxer.hikari.HikariDataSource; + +/** + * DataBase 数据库工具 + *
+ * DataBase.use().executeQueryByTArray("SELECT * FROM table");
+ * 
+ * + * + */ +public class DataBase { + static Db mainDb = null; + + static final ConcurrentMap dbMap = new ConcurrentHashMap(); + + static void addDb(Db db) { + if (db == null) + throw new IllegalArgumentException("cache can not be null"); + if (dbMap.containsKey(db.getName())) + throw new IllegalArgumentException("The cache name already exists"); + + dbMap.put(db.getName(), db); + if (mainDb == null) + mainDb = db; + } + + static void removeDb(String dbName) { + Db db = dbMap.remove(dbName); + if(db == mainDb) { + ((HikariDataSource)db.ds).close(); + mainDb = null; + } + } + + /** + * set mainDb + */ + public static void setMainDb(String dbName) { + if (StringUtil.isEmpty(dbName)) + throw new IllegalArgumentException("dbName can not be blank"); + dbName = dbName.trim(); + Db db = dbMap.get(dbName); + if (db == null) + throw new IllegalArgumentException("the db not exists: " + dbName); + + DataBase.mainDb = db; + } + + public static Db use() { + return mainDb; + } + + public static Db use(String dbName) { + return dbMap.get(dbName); + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/database/DataBasePlugin.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/database/DataBasePlugin.java new file mode 100644 index 0000000..48599ac --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/database/DataBasePlugin.java @@ -0,0 +1,132 @@ +package com.taurus.core.plugin.database; + +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; +import java.util.Properties; +import java.util.Set; + +import org.jdom.Element; + +import com.taurus.core.plugin.IPlugin; +import com.taurus.core.plugin.database.DataBasePlugin.DatabaseConfig.DbConfig; +import com.taurus.core.plugin.database.DataBasePlugin.DatabaseConfig.PoolConfig; +import com.zaxxer.hikari.HikariConfig; +import com.zaxxer.hikari.HikariDataSource; + +/** + * DataBasePlugin 支持多个数据库连接组件 + * + * + * + */ +public class DataBasePlugin implements IPlugin { + private String id; + + private DatabaseConfig config; + + public DataBasePlugin() { + this.config = new DatabaseConfig(); + } + + @Override + public boolean start() { + + for (DbConfig dbconfig : this.config.dbList) { + PoolConfig config = this.config.poolConfig; + + HikariConfig hk_config = new HikariConfig(); + hk_config.setPoolName(dbconfig.name); + hk_config.setJdbcUrl(dbconfig.jdbcUrl); + hk_config.setUsername(dbconfig.userName); + hk_config.setPassword(dbconfig.password); + hk_config.setDriverClassName(dbconfig.driverName); + hk_config.setMaximumPoolSize(config.maxPool); + hk_config.setMinimumIdle(config.minIdle); + hk_config.setConnectionTimeout(config.connectionTimeout); + hk_config.setIdleTimeout(config.idleTimeout); + hk_config.setMaxLifetime(config.maxLifetime); + hk_config.setConnectionTestQuery(config.validationQuery); + hk_config.setDataSourceProperties(config.props); + + HikariDataSource dbPool = new HikariDataSource(hk_config); + Db db = new Db(dbconfig.name, dbPool); + DataBase.addDb(db); + } + + return true; + } + + @Override + public boolean stop() { + Set keys = DataBase.dbMap.keySet(); + for (String key : keys) { + DataBase.removeDb(key); + } + return true; + } + + @Override + public String getId() { + return id; + } + + @Override + public void setId(String id) { + this.id = id; + } + + @Override + public boolean loadConfig(Element element) { + Element pcEm = element.getChild("poolConfig"); + this.config.poolConfig.maxPool = Integer.parseInt(pcEm.getChild("maxPool").getTextTrim()); + this.config.poolConfig.minIdle = Integer.parseInt(pcEm.getChild("minIdle").getTextTrim()); + this.config.poolConfig.maxLifetime = Integer.parseInt(pcEm.getChild("maxLifetime").getTextTrim()); + this.config.poolConfig.validationQuery = pcEm.getChild("validationQuery").getTextTrim(); + this.config.poolConfig.connectionTimeout = Integer.parseInt(pcEm.getChild("connectionTimeout").getTextTrim()); + this.config.poolConfig.idleTimeout = Integer.parseInt(pcEm.getChild("idleTimeout").getTextTrim()); + Element propsEm = pcEm.getChild("props"); + List props = propsEm.getChildren(); + for (Object obj : props) { + Element pEm = (Element) obj; + this.config.poolConfig.props.put(pEm.getName(), pEm.getTextTrim()); + } + + Element dblistEm = element.getChild("databases"); + Iterator itr = (dblistEm.getChildren()).iterator(); + while (itr.hasNext()) { + Element dbEm = (Element) itr.next(); + DbConfig dbconfig = new DbConfig(); + dbconfig.name = dbEm.getChildTextTrim("name"); + dbconfig.driverName = dbEm.getChildTextTrim("driverName"); + dbconfig.jdbcUrl = dbEm.getChildTextTrim("jdbcUrl"); + dbconfig.userName = dbEm.getChildTextTrim("userName"); + dbconfig.password = dbEm.getChildTextTrim("password"); + this.config.dbList.add(dbconfig); + } + return true; + } + + public static final class DatabaseConfig { + public volatile PoolConfig poolConfig = new PoolConfig(); + public volatile List dbList = new ArrayList(); + + public static final class PoolConfig { + public int maxPool = 8; + public int minIdle = 8; + public int maxLifetime = 6000; + public int connectionTimeout = 3000; + public int idleTimeout = 60000; + public String validationQuery = "select 1"; + public Properties props = new Properties(); + } + + public static final class DbConfig { + public String name = ""; + public String driverName = ""; + public String jdbcUrl = ""; + public String userName = ""; + public String password = ""; + } + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/database/Db.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/database/Db.java new file mode 100644 index 0000000..8e413ea --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/database/Db.java @@ -0,0 +1,676 @@ +package com.taurus.core.plugin.database; + +import java.lang.reflect.Field; +import java.lang.reflect.Method; +import java.lang.reflect.Modifier; +import java.sql.CallableStatement; +import java.sql.Connection; +import java.sql.PreparedStatement; +import java.sql.ResultSet; +import java.sql.ResultSetMetaData; +import java.sql.SQLException; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import javax.sql.DataSource; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TDataWrapper; +import com.taurus.core.util.StringUtil; + +/** + * Db 数据库工具 + * + * + */ +public class Db { + protected String name; + protected DataSource ds; + + private static final String STR_NULL = ""; + private static final char CHAR_COMMA = ','; + private static final char CHAR_QUOTES = '\''; + private static final char CHAR_UNKNOWN = '?'; + private static final String TYPE_BOOLEAN = "boolean"; + + public Db(String name,DataSource ds) { + this.name = name; + this.ds = ds; + } + + /** + * 数据库 exec select + * @param sql select 数据 + * @return + * @throws SQLException + */ + public List> executeQuery(String sql) throws SQLException{ + Connection conn = null; + PreparedStatement stmt = null; + ResultSet rset=null; + try{ + conn = ds.getConnection(); + if(conn ==null)throw new SQLException("db connection is null!"); + stmt = conn.prepareStatement(sql); + if(stmt ==null)throw new SQLException(sql +"sql error!"); + rset = stmt.executeQuery(); + + ResultSetMetaData rsmd = rset.getMetaData(); + int dataSize = rsmd.getColumnCount(); + + List> list = new ArrayList>(); + + while(rset.next()){ + if (rset.isBeforeFirst()) { + rset.next(); + } + Map map = new HashMap(); + for(int i=1;i<=dataSize;i++){ + String columnName = rsmd.getColumnName(i); + if(StringUtil.isEmpty(columnName))continue; + Object column = rset.getObject(columnName); + String columnStr =null; + if(column==null || StringUtil.isEmpty(column.toString())){ + columnStr = STR_NULL; + }else{ + columnStr = column.toString(); + } + map.put(columnName, columnStr); + } + list.add(map); + } + return list; + }finally{ + try { + if(rset!=null)rset.close(); + } finally { + try { + if(stmt!=null)stmt.close(); + }finally { + if(conn!=null)conn.close(); + } + } + } + + } + + private static void writeValueFromSetter(Field field, Object pojo, Object fieldValue) throws Exception { + String setterName = "set" + StringUtil.capitalize(field.getName()); + Method setterMethod = pojo.getClass().getMethod(setterName, new Class[] { field.getType() }); + setterMethod.invoke(pojo, new Object[] { fieldValue }); + } + + private static final void setFieldValue(Object pojo, Field field, Object fieldValue) throws Exception { + int modifiers = field.getModifiers(); + if ((Modifier.isTransient(modifiers)) || (Modifier.isStatic(modifiers))) { + return; + } + if (Modifier.isPublic(modifiers)) + field.set(pojo, fieldValue); + else + writeValueFromSetter(field, pojo, fieldValue); + } + + private static Object readValueFromGetter(String fieldName, String type, Object pojo) throws Exception { + Object value = null; + boolean isBool = type.equalsIgnoreCase(TYPE_BOOLEAN); + String getterName = isBool?"is":"get" + StringUtil.capitalize(fieldName); + Method getterMethod = pojo.getClass().getMethod(getterName, new Class[0]); + value = getterMethod.invoke(pojo, new Object[0]); + + return value; + } + + + private static final Object getFieldValue(Field field,Object pojo) throws Exception { + int modifiers = field.getModifiers(); + if ((Modifier.isTransient(modifiers)) || (Modifier.isStatic(modifiers))) { + return null; + } + Object fieldValue = null; + + if (Modifier.isPublic(modifiers)) { + fieldValue = field.get(pojo); + } else { + fieldValue = readValueFromGetter(field.getName(), field.getType().getSimpleName(), pojo); + } + + return fieldValue; + } + + /** + * 数据库 exec select + * @param sql select 数据 + * @param pojoClazz + * @return + * @throws Exception + */ + @SuppressWarnings("unchecked") + public List executeQuery(String sql,Class clazz) throws Exception{ + Connection conn = null; + PreparedStatement stmt = null; + ResultSet rset=null; + + try{ + conn = ds.getConnection(); + if(conn ==null)throw new SQLException("db connection is null!"); + stmt = conn.prepareStatement(sql); + if(stmt ==null)throw new SQLException(sql +"sql error!"); + rset = stmt.executeQuery(); + + List list = new ArrayList(); + + while(rset.next()){ + if (rset.isBeforeFirst()) { + rset.next(); + } + Object pojo = clazz.newInstance(); + Field[ ] fields = clazz.getDeclaredFields( ); + for(Field field:fields) { + int modifiers = field.getModifiers(); + if ((Modifier.isTransient(modifiers)) || (Modifier.isStatic(modifiers))) { + continue; + } + Object column = null; + try { + column = rset.getObject(field.getName()); + if (column == null) { + continue; + } + }catch (Exception e) { + continue; + } + setFieldValue(pojo,field,column); + } + list.add((T) pojo); + } + return list; + }finally{ + try { + if(rset!=null)rset.close(); + } finally { + try { + if(stmt!=null)stmt.close(); + }finally { + if(conn!=null)conn.close(); + } + } + } + } + + /** + * 数据库 exec select + * @param sql select 数据 + * @return + * @throws SQLException + */ + public ITArray executeQueryByTArray(String sql) throws SQLException{ + Connection conn = null; + PreparedStatement stmt =null; + ResultSet rset = null; + try{ + conn = ds.getConnection(); + if(conn ==null)throw new SQLException("db connection is null!"); + stmt = conn.prepareStatement(sql); + if(stmt ==null)throw new SQLException(sql +"sql error!"); + rset = stmt.executeQuery(); + ITArray list = TArray.newFromResultSet(rset); + return list; + }finally{ + try { + if(rset!=null)rset.close(); + } finally { + try { + if(stmt!=null)stmt.close(); + }finally { + if(conn!=null)conn.close(); + } + } + } + } + + /** + * 数据库 exec sql + * @param sql sql数据 + * @return + * @throws SQLException + */ + public int executeUpdate(String sql)throws SQLException{ + return __executeUpdate(sql); + } + + private int __executeUpdate(String sql)throws SQLException{ + Connection conn = null; + PreparedStatement stmt =null; + try{ + conn = ds.getConnection(); + if(conn ==null)throw new SQLException("db connection is null!"); + stmt = conn.prepareStatement(sql); + if(stmt ==null)throw new SQLException(sql +"sql error!"); + int result =stmt.executeUpdate(); + return result; + }finally{ + try { + if(stmt!=null)stmt.close(); + }finally { + if(conn!=null)conn.close(); + } + } + } + + /** + * 数据库 insert into tableName values() + * @param table 表名 + * @param data insert数据 + * @return + * @throws SQLException + */ + public int insert(String table,ITObject data) throws SQLException{ + if(StringUtil.isEmpty(table)){ + throw new SQLException("table is null!"); + } + if(data == null){ + throw new SQLException("data is null!"); + } + StringBuilder valuesql = new StringBuilder(); + StringBuilder keysql = new StringBuilder(); + Set keys = data.getKeys(); + int count =0; + for (String key : keys) { + TDataWrapper wrapper = data.get(key); + if(count>0){ + keysql.append(CHAR_COMMA); + valuesql.append(CHAR_COMMA); + } + count++; + keysql.append(key); + switch(wrapper.getTypeId()){ + case SHORT: + case INT: + case DOUBLE: + case FLOAT: + case BYTE: + case BOOL: + case LONG: + valuesql.append(wrapper.getObject()); + break; + case STRING: + valuesql.append(CHAR_QUOTES); + valuesql.append(wrapper.getObject()); + valuesql.append(CHAR_QUOTES); + break; + case TOBJECT: + ITObject mo = (ITObject)wrapper.getObject(); + valuesql.append(CHAR_QUOTES); + valuesql.append(mo.toJson()); + valuesql.append(CHAR_QUOTES); + break; + case TARRAY: + ITArray ao = (ITArray)wrapper.getObject(); + valuesql.append(CHAR_QUOTES); + valuesql.append(ao.toJson()); + valuesql.append(CHAR_QUOTES); + break; + default: + break; + } + } + + String sql = String.format("INSERT INTO %s (%s) VALUES(%s)", table,keysql,valuesql); + return __executeUpdate(sql); + } + + /** + * 数据库 insert into tableName values() + * @param table 表名 + * @param data insert数据 + * @return + * @throws SQLException + */ + public int insert(String table,T data) throws Exception{ + if(StringUtil.isEmpty(table)){ + throw new SQLException("table is null!"); + } + if(data == null){ + throw new SQLException("data is null!"); + } + StringBuilder valuesql = new StringBuilder(); + StringBuilder keysql = new StringBuilder(); + // 获取类中的全部定义字段 + Field[ ] fields = data.getClass().getDeclaredFields( ); + int count =0; + for(Field field:fields) { + Object value = getFieldValue(field,data); + if(value==null)continue; + if(count>0){ + keysql.append(CHAR_COMMA); + valuesql.append(CHAR_COMMA); + } + count++; + keysql.append(field.getName()); + if ((value instanceof Boolean) || (value instanceof Byte) || (value instanceof Short) || (value instanceof Integer) || (value instanceof Long) || + (value instanceof Float) || (value instanceof Double)) { + valuesql.append(value); + } else if ((value instanceof String)) { + valuesql.append(CHAR_QUOTES); + valuesql.append(value); + valuesql.append(CHAR_QUOTES); + } + } + String sql = String.format("INSERT INTO %s (%s) VALUES(%s)", table,keysql,valuesql); + return __executeUpdate(sql); + } + + /** + * 数据库 insert into tableName values() + * @param table 表名 + * @param list insert数据 + * @return + * @throws SQLException + */ + public int insertBatch(String table,List list) throws Exception{ + if(StringUtil.isEmpty(table)){ + throw new SQLException("table is null!"); + } + if(list == null){ + throw new SQLException("list is null!"); + } + if(list.size() == 0)return 0; + + StringBuilder valuesql = new StringBuilder(); + StringBuilder keysql = new StringBuilder(); + // 获取类中的全部定义字段 + T data = list.get(0); + Class classz = data.getClass(); + Field[] fields = classz.getDeclaredFields(); + + int count =0; + List methodList = new ArrayList<>(); + for(Field field:fields) { + int modifiers = field.getModifiers(); + if ((Modifier.isTransient(modifiers)) || (Modifier.isStatic(modifiers))) { + continue; + } + String fieldName = field.getName(); + boolean isBool = field.getType().getSimpleName().equalsIgnoreCase(TYPE_BOOLEAN); + String getterName = isBool?"is":"get" + StringUtil.capitalize(fieldName); + Method getterMethod = classz.getMethod(getterName, new Class[0]); + methodList.add(getterMethod); + if(count>0){ + keysql.append(CHAR_COMMA); + valuesql.append(CHAR_COMMA); + } + count++; + keysql.append(field.getName()); + valuesql.append(CHAR_UNKNOWN); + } + String sql = String.format("INSERT INTO %s (%s) VALUES(%s)", table,keysql,valuesql); + Connection conn = null; + PreparedStatement stmt =null; + try{ + conn = ds.getConnection(); + if(conn ==null)throw new SQLException("db connection is null!"); + stmt = conn.prepareStatement(sql); + if(stmt ==null)throw new SQLException(sql +"sql error!"); + conn.setAutoCommit(false); + for(int i=0;i keys = data.getKeys(); + int count =0; + for (String key : keys) { + TDataWrapper wrapper = data.get(key); + if(count>0){ + valuesql.append(CHAR_COMMA); + } + count++; + valuesql.append(key); + valuesql.append("="); + switch(wrapper.getTypeId()){ + case SHORT: + case INT: + case DOUBLE: + case FLOAT: + case BYTE: + case BOOL: + case LONG: + valuesql.append(wrapper.getObject()); + break; + case STRING: + valuesql.append(CHAR_QUOTES); + valuesql.append(wrapper.getObject()); + valuesql.append(CHAR_QUOTES); + break; + case TOBJECT: + ITObject mo = (ITObject)wrapper.getObject(); + valuesql.append(CHAR_QUOTES); + valuesql.append(mo.toJson()); + valuesql.append(CHAR_QUOTES); + break; + case TARRAY: + ITArray ao = (ITArray)wrapper.getObject(); + valuesql.append(CHAR_QUOTES); + valuesql.append(ao.toJson()); + valuesql.append(CHAR_QUOTES); + break; + default: + break; + } + } + + String sql = String.format("UPDATE %s SET %s ", table,valuesql); + if(where!=null&&where.length()>0)sql = sql + "where "+where; + return __executeUpdate(sql); + } + + /** + * 数据库 update tableName set + * @param table 表名 + * @param data 更新的字段 + * @param where sql条件 + * @return + * @throws Exception + */ + public int update(String table,T data,String where)throws Exception{ + if(StringUtil.isEmpty(table)){ + throw new SQLException("table is null!"); + } + if(data == null){ + throw new SQLException("data is null!"); + } + StringBuilder valuesql = new StringBuilder(); + + // 获取类中的全部定义字段 + Field[] fields = data.getClass().getDeclaredFields( ); + int count =0; + for(Field field:fields) { + Object value = getFieldValue(field,data); + if(value==null)continue; + if(count>0){ + valuesql.append(CHAR_COMMA); + } + count++; + valuesql.append(field.getName()); + valuesql.append("="); + if ((value instanceof Boolean) || (value instanceof Byte) || (value instanceof Short) || (value instanceof Integer) || (value instanceof Long) || + (value instanceof Float) || (value instanceof Double)) { + valuesql.append(value); + } else if ((value instanceof String)) { + valuesql.append(CHAR_QUOTES); + valuesql.append(value); + valuesql.append(CHAR_QUOTES); + } + } + + String sql = String.format("UPDATE %s SET %s ", table,valuesql); + if(where!=null&&where.length()>0)sql = sql + "where "+where; + return __executeUpdate(sql); + } + + /** + * 存储过程调用 call prepareName() + * @param prepareName 存储过程名 + * @param data 数据 + * @return + * @throws SQLException + */ + public ITArray prepareCall(String prepareName,ITArray data) throws SQLException{ + return prepareCall(prepareName,data,true); + } + + /** + * 存储过程调用 call prepareName() + * @param prepareName 存储过程名 + * @param data 数据 + * @return + * @throws SQLException + */ + public void prepareCallNonResult(String prepareName,ITArray data) throws SQLException{ + prepareCall(prepareName,data,false); + } + + /** + * 存储过程调用 call prepareName() + * @param prepareName 存储过程名 + * @param data 数据 + * @return + * @throws SQLException + */ + private ITArray prepareCall(String prepareName,ITArray data,boolean resultSet) throws SQLException{ + if(StringUtil.isEmpty(prepareName)){ + throw new SQLException("prepare name is null!"); + } + if(data == null){ + throw new SQLException("data is null!"); + } + StringBuilder valuesql = new StringBuilder(); + + int count =0; + for (int i=0;i0){ + valuesql.append(CHAR_COMMA); + } + count++; + switch(wrapper.getTypeId()){ + case SHORT: + case INT: + case DOUBLE: + case FLOAT: + case BYTE: + case BOOL: + case LONG: + valuesql.append(wrapper.getObject()); + break; + case STRING: + valuesql.append(CHAR_QUOTES); + valuesql.append(wrapper.getObject()); + valuesql.append(CHAR_QUOTES); + break; + case TOBJECT: + ITObject mo = (ITObject)wrapper.getObject(); + valuesql.append(CHAR_QUOTES); + valuesql.append(mo.toJson()); + valuesql.append(CHAR_QUOTES); + break; + case TARRAY: + ITArray ao = (ITArray)wrapper.getObject(); + valuesql.append(CHAR_QUOTES); + valuesql.append(ao.toJson()); + valuesql.append(CHAR_QUOTES); + break; + default: + break; + } + } + String sql = String.format("{call %s(%s)}", prepareName,valuesql); + return executeCall(sql,resultSet); + } + + /** + * 存储过程调用 + * @param sql + * @param resultSet + * @return + * @throws SQLException + */ + public ITArray executeCall(String sql,boolean resultSet) throws SQLException{ + Connection conn = null; + CallableStatement stmt =null; + ResultSet rset = null; + try{ + conn = ds.getConnection(); + if(conn ==null)throw new SQLException("db connection is null!"); + stmt = conn.prepareCall(sql); + if(stmt ==null)throw new SQLException(sql +"sql error!"); + if(resultSet) { + rset = stmt.executeQuery(); + ITArray list = TArray.newFromResultSet(rset); + return list; + }else { + stmt.executeUpdate(); + return null; + } + }finally{ + try { + if(rset!=null)rset.close(); + } finally { + try { + if(stmt!=null)stmt.close(); + }finally { + if(conn!=null)conn.close(); + } + } + } + } + + + /** + * 获取当前DB名称 + * @return + */ + public String getName() { + return name; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/Cache.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/Cache.java new file mode 100644 index 0000000..be88699 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/Cache.java @@ -0,0 +1,1212 @@ +package com.taurus.core.plugin.redis; + +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.JedisPool; +import redis.clients.jedis.JedisPubSub; +import redis.clients.jedis.Pipeline; + +/** + * Cache. + * Cache api 添加了中文注释,便于工程师更方便使用,另外还原样保持了 + * Jedis api 的方法名称及使用方法,以便于仅仅通过查看 Redis 文档 + * 即可快速掌握使用方法 + * Redis 命令参考: http://redisdoc.com/ + */ +public class Cache { + + protected String name; + protected JedisPool jedisPool; + + + protected Cache() { + + } + + public Cache(String name, JedisPool jedisPool) { + this.name = name; + this.jedisPool = jedisPool; + } + + /** + * 存放 key value 对到 redis + * 如果 key 已经持有其他值, SET 就覆写旧值,无视类型。 + * 对于某个原本带有生存时间(TTL)的键来说, 当 SET 命令成功在这个键上执行时, 这个键原有的 TTL 将被清除。 + */ + public String set(String key, String value) { + Jedis jedis = getJedis(); + try { + return jedis.set(key, value); + } + finally {close(jedis);} + } + + /** + * 存放 key value 对到 redis,并将 key 的生存时间设为 seconds (以秒为单位)。 + * 如果 key 已经存在, SETEX 命令将覆写旧值。 + */ + public String setex(String key, int seconds, String value) { + Jedis jedis = getJedis(); + try { + return jedis.setex(key, seconds, value); + } + finally {close(jedis);} + } + + /** + * 将 key 的值设为 value ,当且仅当 key 不存在。 若给定的 key 已经存在,则 SETNX 不做任何动作。 SETNX 是『SET if Not eXists』(如果不存在,则 SET)的简写。
+ *1 设置成功
+ *0 设置失败 + */ + public Long setnx(String key, String value) { + Jedis jedis = getJedis(); + try { + return jedis.setnx(key, value); + } + finally {close(jedis);} + } + + /** + * 返回 key 所关联的 value 值 + * 如果 key 不存在那么返回特殊值 nil 。 + */ + public String get(String key) { + Jedis jedis = getJedis(); + try { + return jedis.get(key); + } + finally {close(jedis);} + } + + /** + * 删除给定的一个 key + * 不存在的 key 会被忽略。 + */ + public Long del(String key) { + Jedis jedis = getJedis(); + try { + return jedis.del(key); + } + finally {close(jedis);} + } + + /** + * 删除给定的多个 key + * 不存在的 key 会被忽略。 + */ + public Long del(String... keys) { + Jedis jedis = getJedis(); + try { + return jedis.del(keys); + } + finally {close(jedis);} + } + + /** + * 查找所有符合给定模式 pattern 的 key 。 + * KEYS * 匹配数据库中所有 key 。 + * KEYS h?llo 匹配 hello , hallo 和 hxllo 等。 + * KEYS h*llo 匹配 hllo 和 heeeeello 等。 + * KEYS h[ae]llo 匹配 hello 和 hallo ,但不匹配 hillo 。 + * 特殊符号用 \ 隔开 + */ + public Set keys(String pattern) { + Jedis jedis = getJedis(); + try { + return jedis.keys(pattern); + } + finally {close(jedis);} + } + + /** + * 同时设置一个或多个 key-value 对。 + * 如果某个给定 key 已经存在,那么 MSET 会用新值覆盖原来的旧值,如果这不是你所希望的效果,请考虑使用 MSETNX 命令:它只会在所有给定 key 都不存在的情况下进行设置操作。 + * MSET 是一个原子性(atomic)操作,所有给定 key 都会在同一时间内被设置,某些给定 key 被更新而另一些给定 key 没有改变的情况,不可能发生。 + *
+	 * 例子:
+	 * Cache cache = RedisKit.use();			// 使用 Redis 的 cache
+	 * cache.mset("k1", "v1", "k2", "v2");		// 放入多个 key value 键值对
+	 * List list = cache.mget("k1", "k2");		// 利用多个键值得到上面代码放入的值
+	 * 
+ */ + public String mset(String... keysValues) { + if (keysValues.length % 2 != 0) + throw new IllegalArgumentException("wrong number of arguments for met, keysValues length can not be odd"); + Jedis jedis = getJedis(); + try { + String[] kv = new String[keysValues.length]; + for (int i=0; i mget(String... keys) { + Jedis jedis = getJedis(); + try { + List data = jedis.mget(keys); + return data; + } + finally {close(jedis);} + } + + /** + * 将 key 中储存的数字值减一。 + * 如果 key 不存在,那么 key 的值会先被初始化为 0 ,然后再执行 DECR 操作。 + * 如果值包含错误的类型,或字符串类型的值不能表示为数字,那么返回一个错误。 + * 本操作的值限制在 64 位(bit)有符号数字表示之内。 + * 关于递增(increment) / 递减(decrement)操作的更多信息,请参见 INCR 命令。 + */ + public Long decr(String key) { + Jedis jedis = getJedis(); + try { + return jedis.decr(key); + } + finally {close(jedis);} + } + + /** + * 将 key 所储存的值减去减量 decrement 。 + * 如果 key 不存在,那么 key 的值会先被初始化为 0 ,然后再执行 DECRBY 操作。 + * 如果值包含错误的类型,或字符串类型的值不能表示为数字,那么返回一个错误。 + * 本操作的值限制在 64 位(bit)有符号数字表示之内。 + * 关于更多递增(increment) / 递减(decrement)操作的更多信息,请参见 INCR 命令。 + */ + public Long decrBy(String key, long longValue) { + Jedis jedis = getJedis(); + try { + return jedis.decrBy(key, longValue); + } + finally {close(jedis);} + } + + /** + * 将 key 中储存的数字值增一。 + * 如果 key 不存在,那么 key 的值会先被初始化为 0 ,然后再执行 INCR 操作。 + * 如果值包含错误的类型,或字符串类型的值不能表示为数字,那么返回一个错误。 + * 本操作的值限制在 64 位(bit)有符号数字表示之内。 + */ + public Long incr(String key) { + Jedis jedis = getJedis(); + try { + return jedis.incr(key); + } + finally {close(jedis);} + } + + /** + * 将 key 所储存的值加上增量 increment 。 + * 如果 key 不存在,那么 key 的值会先被初始化为 0 ,然后再执行 INCRBY 命令。 + * 如果值包含错误的类型,或字符串类型的值不能表示为数字,那么返回一个错误。 + * 本操作的值限制在 64 位(bit)有符号数字表示之内。 + * 关于递增(increment) / 递减(decrement)操作的更多信息,参见 INCR 命令。 + */ + public Long incrBy(String key, long longValue) { + Jedis jedis = getJedis(); + try { + return jedis.incrBy(key, longValue); + } + finally {close(jedis);} + } + + /** + * 检查给定 key 是否存在。 + */ + public boolean exists(String key) { + Jedis jedis = getJedis(); + try { + return jedis.exists(key); + } + finally {close(jedis);} + } + + /** + * 从当前数据库中随机返回(不删除)一个 key 。 + */ + public String randomKey() { + Jedis jedis = getJedis(); + try { + return jedis.randomKey(); + } + finally {close(jedis);} + } + + /** + * 将 key 改名为 newkey 。 + * 当 key 和 newkey 相同,或者 key 不存在时,返回一个错误。 + * 当 newkey 已经存在时, RENAME 命令将覆盖旧值。 + */ + public String rename(String oldkey, String newkey) { + Jedis jedis = getJedis(); + try { + return jedis.rename(oldkey, newkey); + } + finally {close(jedis);} + } + + /** + * 将当前数据库的 key 移动到给定的数据库 db 当中。 + * 如果当前数据库(源数据库)和给定数据库(目标数据库)有相同名字的给定 key ,或者 key 不存在于当前数据库,那么 MOVE 没有任何效果。 + * 因此,也可以利用这一特性,将 MOVE 当作锁(locking)原语(primitive)。 + */ + public Long move(String key, int dbIndex) { + Jedis jedis = getJedis(); + try { + return jedis.move(key, dbIndex); + } + finally {close(jedis);} + } + + /** + * 将 key 原子性地从当前实例传送到目标实例的指定数据库上,一旦传送成功, key 保证会出现在目标实例上,而当前实例上的 key 会被删除。 + */ + public String migrate(String host, int port, String key, int destinationDb, int timeout) { + Jedis jedis = getJedis(); + try { + return jedis.migrate(host, port, key, destinationDb, timeout); + } + finally {close(jedis);} + } + + /** + * 切换到指定的数据库,数据库索引号 index 用数字值指定,以 0 作为起始索引值。 + * 默认使用 0 号数据库。 + * 注意:在 Jedis 对象被关闭时,数据库又会重新被设置为初始值,所以本方法 select(...) + * 正常工作需要使用如下方式之一: + * 1:使用 RedisInterceptor,在本线程内共享同一个 Jedis 对象 + * 2:使用 Redis.call(ICallback) 进行操作 + * 3:自行获取 Jedis 对象进行操作 + */ + public String select(int databaseIndex) { + Jedis jedis = getJedis(); + try { + return jedis.select(databaseIndex); + } + finally {close(jedis);} + } + + /** + * 为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。 + * 在 Redis 中,带有生存时间的 key 被称为『易失的』(volatile)。 + */ + public Long expire(String key, int seconds) { + Jedis jedis = getJedis(); + try { + return jedis.expire(key, seconds); + } + finally {close(jedis);} + } + + /** + * EXPIREAT 的作用和 EXPIRE 类似,都用于为 key 设置生存时间。不同在于 EXPIREAT 命令接受的时间参数是 UNIX 时间戳(unix timestamp)。 + */ + public Long expireAt(String key, long unixTime) { + Jedis jedis = getJedis(); + try { + return jedis.expireAt(key, unixTime); + } + finally {close(jedis);} + } + + /** + * 这个命令和 EXPIRE 命令的作用类似,但是它以毫秒为单位设置 key 的生存时间,而不像 EXPIRE 命令那样,以秒为单位。 + */ + public Long pexpire(String key, long milliseconds) { + Jedis jedis = getJedis(); + try { + return jedis.pexpire(key, milliseconds); + } + finally {close(jedis);} + } + + /** + * 这个命令和 EXPIREAT 命令类似,但它以毫秒为单位设置 key 的过期 unix 时间戳,而不是像 EXPIREAT 那样,以秒为单位。 + */ + public Long pexpireAt(String key, long millisecondsTimestamp) { + Jedis jedis = getJedis(); + try { + return jedis.pexpireAt(key, millisecondsTimestamp); + } + finally {close(jedis);} + } + + /** + * 将给定 key 的值设为 value ,并返回 key 的旧值(old value)。 + * 当 key 存在但不是字符串类型时,返回一个错误。 + */ + public String getSet(String key, String value) { + Jedis jedis = getJedis(); + try { + return jedis.getSet(key, value); + } + finally {close(jedis);} + } + + /** + * 移除给定 key 的生存时间,将这个 key 从『易失的』(带生存时间 key )转换成『持久的』(一个不带生存时间、永不过期的 key )。 + */ + public Long persist(String key) { + Jedis jedis = getJedis(); + try { + return jedis.persist(key); + } + finally {close(jedis);} + } + + /** + * 返回 key 所储存的值的类型。 + */ + public String type(String key) { + Jedis jedis = getJedis(); + try { + return jedis.type(key); + } + finally {close(jedis);} + } + + /** + * 以秒为单位,返回给定 key 的剩余生存时间(TTL, time to live)。 + */ + public Long ttl(String key) { + Jedis jedis = getJedis(); + try { + return jedis.ttl(key); + } + finally {close(jedis);} + } + + /** + * 这个命令类似于 TTL 命令,但它以毫秒为单位返回 key 的剩余生存时间,而不是像 TTL 命令那样,以秒为单位。 + */ + public Long pttl(String key) { + Jedis jedis = getJedis(); + try { + return jedis.pttl(key); + } + finally {close(jedis);} + } + + /** + * 对象被引用的数量 + */ + public Long objectRefcount(String key) { + Jedis jedis = getJedis(); + try { + return jedis.objectRefcount(key); + } + finally {close(jedis);} + } + + /** + * 对象没有被访问的空闲时间 + */ + public Long objectIdletime(String key) { + Jedis jedis = getJedis(); + try { + return jedis.objectIdletime(key); + } + finally {close(jedis);} + } + + /** + * 将哈希表 key 中的域 field 的值设为 value 。 + * 如果 key 不存在,一个新的哈希表被创建并进行 HSET 操作。 + * 如果域 field 已经存在于哈希表中,旧值将被覆盖。 + */ + public Long hset(String key, String field, String value) { + Jedis jedis = getJedis(); + try { + return jedis.hset(key, field, value); + } + finally {close(jedis);} + } + + /** + * 只在 key 指定的哈希集中不存在指定的字段时,设置字段的值。如果 key 指定的哈希集不存在,会创建一个新的哈希集并与 key 关联。如果字段已存在,该操作无效果。
+ * 1:如果字段是个新的字段,并成功赋值
+ * 0:如果哈希集中已存在该字段,没有操作被执行 + */ + public Long hsetnx(String key, String field, String value) { + Jedis jedis = getJedis(); + try { + return jedis.hsetnx(key, field, value); + } + finally {close(jedis);} + } + + + /** + * 同时将多个 field-value (域-值)对设置到哈希表 key 中。 + * 此命令会覆盖哈希表中已存在的域。 + * 如果 key 不存在,一个空哈希表被创建并执行 HMSET 操作。 + */ + public String hmset(String key, Map hash) { + Jedis jedis = getJedis(); + try { + return jedis.hmset(key, hash); + } + finally {close(jedis);} + } + + /** + * 返回哈希表 key 中给定域 field 的值。 + */ + public String hget(String key, String field) { + Jedis jedis = getJedis(); + try { + return jedis.hget(key, field); + } + finally {close(jedis);} + } + + /** + * 返回哈希表 key 中,一个或多个给定域的值。 + * 如果给定的域不存在于哈希表,那么返回一个 nil 值。 + * 因为不存在的 key 被当作一个空哈希表来处理,所以对一个不存在的 key 进行 HMGET 操作将返回一个只带有 nil 值的表。 + */ + public List hmget(String key, String... fields) { + Jedis jedis = getJedis(); + try { + return jedis.hmget(key, fields); + } + finally {close(jedis);} + } + + /** + * 删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。 + */ + public Long hdel(String key, String... fields) { + Jedis jedis = getJedis(); + try { + return jedis.hdel(key, fields); + } + finally {close(jedis);} + } + + /** + * 查看哈希表 key 中,给定域 field 是否存在。 + */ + public boolean hexists(String key, String field) { + Jedis jedis = getJedis(); + try { + return jedis.hexists(key, field); + } + finally {close(jedis);} + } + + /** + * 返回哈希表 key 中,所有的域和值。 + * 在返回值里,紧跟每个域名(field name)之后是域的值(value),所以返回值的长度是哈希表大小的两倍。 + */ + public Map hgetAll(String key) { + Jedis jedis = getJedis(); + try { + Map data = jedis.hgetAll(key); + return data; + } + finally {close(jedis);} + } + + /** + * 返回哈希表 key 中所有域的值。 + */ + public List hvals(String key) { + Jedis jedis = getJedis(); + try { + List data = jedis.hvals(key); + return data; + } + finally {close(jedis);} + } + + /** + * 返回哈希表 key 中的所有域。 + * 底层实现此方法取名为 hfields 更为合适,在此仅为与底层保持一致 + */ + public Set hkeys(String key) { + Jedis jedis = getJedis(); + try { + Set fieldSet = jedis.hkeys(key); + return fieldSet; + } + finally {close(jedis);} + } + + /** + * 返回哈希表 key 中域的数量。 + */ + public Long hlen(String key) { + Jedis jedis = getJedis(); + try { + return jedis.hlen(key); + } + finally {close(jedis);} + } + + /** + * 为哈希表 key 中的域 field 的值加上增量 increment 。 + * 增量也可以为负数,相当于对给定域进行减法操作。 + * 如果 key 不存在,一个新的哈希表被创建并执行 HINCRBY 命令。 + * 如果域 field 不存在,那么在执行命令前,域的值被初始化为 0 。 + * 对一个储存字符串值的域 field 执行 HINCRBY 命令将造成一个错误。 + * 本操作的值被限制在 64 位(bit)有符号数字表示之内。 + */ + public Long hincrBy(String key, String field, long value) { + Jedis jedis = getJedis(); + try { + return jedis.hincrBy(key, field, value); + } + finally {close(jedis);} + } + + /** + * 为哈希表 key 中的域 field 加上浮点数增量 increment 。 + * 如果哈希表中没有域 field ,那么 HINCRBYFLOAT 会先将域 field 的值设为 0 ,然后再执行加法操作。 + * 如果键 key 不存在,那么 HINCRBYFLOAT 会先创建一个哈希表,再创建域 field ,最后再执行加法操作。 + * 当以下任意一个条件发生时,返回一个错误: + * 1:域 field 的值不是字符串类型(因为 redis 中的数字和浮点数都以字符串的形式保存,所以它们都属于字符串类型) + * 2:域 field 当前的值或给定的增量 increment 不能解释(parse)为双精度浮点数(double precision floating point number) + * HINCRBYFLOAT 命令的详细功能和 INCRBYFLOAT 命令类似,请查看 INCRBYFLOAT 命令获取更多相关信息。 + */ + public Double hincrByFloat(String key, String field, double value) { + Jedis jedis = getJedis(); + try { + return jedis.hincrByFloat(key, field, value); + } + finally {close(jedis);} + } + + /** + * 返回列表 key 中,下标为 index 的元素。 + * 下标(index)参数 start 和 stop 都以 0 为底,也就是说,以 0 表示列表的第一个元素,以 1 表示列表的第二个元素,以此类推。 + * 你也可以使用负数下标,以 -1 表示列表的最后一个元素, -2 表示列表的倒数第二个元素,以此类推。 + * 如果 key 不是列表类型,返回一个错误。 + */ + + /** + * 返回列表 key 中,下标为 index 的元素。 + * 下标(index)参数 start 和 stop 都以 0 为底,也就是说,以 0 表示列表的第一个元素, + * 以 1 表示列表的第二个元素,以此类推。 + * 你也可以使用负数下标,以 -1 表示列表的最后一个元素, -2 表示列表的倒数第二个元素,以此类推。 + * 如果 key 不是列表类型,返回一个错误。 + */ + public String lindex(String key, long index) { + Jedis jedis = getJedis(); + try { + return jedis.lindex(key, index); + } + finally {close(jedis);} + } + + /** + * 获取记数器的值 + */ + public Long getCounter(String key) { + Jedis jedis = getJedis(); + try { + String ret = jedis.get(key); + return ret != null ? Long.parseLong(ret) : null; + } + finally {close(jedis);} + } + + /** + * 返回列表 key 的长度。 + * 如果 key 不存在,则 key 被解释为一个空列表,返回 0 . + * 如果 key 不是列表类型,返回一个错误。 + */ + public Long llen(String key) { + Jedis jedis = getJedis(); + try { + return jedis.llen(key); + } + finally {close(jedis);} + } + + /** + * 移除并返回列表 key 的头元素。 + */ + public String lpop(String key) { + Jedis jedis = getJedis(); + try { + return jedis.lpop(key); + } + finally {close(jedis);} + } + + /** + * 将一个或多个值 value 插入到列表 key 的表头 + * 如果有多个 value 值,那么各个 value 值按从左到右的顺序依次插入到表头: 比如说, + * 对空列表 mylist 执行命令 LPUSH mylist a b c ,列表的值将是 c b a , + * 这等同于原子性地执行 LPUSH mylist a 、 LPUSH mylist b 和 LPUSH mylist c 三个命令。 + * 如果 key 不存在,一个空列表会被创建并执行 LPUSH 操作。 + * 当 key 存在但不是列表类型时,返回一个错误。 + */ + public Long lpush(String key, String... values) { + Jedis jedis = getJedis(); + try { + return jedis.lpush(key, values); + } + finally {close(jedis);} + } + + /** + * 将列表 key 下标为 index 的元素的值设置为 value 。 + * 当 index 参数超出范围,或对一个空列表( key 不存在)进行 LSET 时,返回一个错误。 + * 关于列表下标的更多信息,请参考 LINDEX 命令。 + */ + public String lset(String key, long index, String value) { + Jedis jedis = getJedis(); + try { + return jedis.lset(key, index, value); + } + finally {close(jedis);} + } + + /** + * 根据参数 count 的值,移除列表中与参数 value 相等的元素。 + * count 的值可以是以下几种: + * count > 0 : 从表头开始向表尾搜索,移除与 value 相等的元素,数量为 count 。 + * count < 0 : 从表尾开始向表头搜索,移除与 value 相等的元素,数量为 count 的绝对值。 + * count = 0 : 移除表中所有与 value 相等的值。 + */ + public Long lrem(String key, long count, String value) { + Jedis jedis = getJedis(); + try { + return jedis.lrem(key, count, value); + } + finally {close(jedis);} + } + + /** + * 返回列表 key 中指定区间内的元素,区间以偏移量 start 和 stop 指定。 + * 下标(index)参数 start 和 stop 都以 0 为底,也就是说,以 0 表示列表的第一个元素,以 1 表示列表的第二个元素,以此类推。 + * 你也可以使用负数下标,以 -1 表示列表的最后一个元素, -2 表示列表的倒数第二个元素,以此类推。 + *
+	 * 例子:
+	 * 获取 list 中所有数据:cache.lrange(listKey, 0, -1);
+	 * 获取 list 中下标 1 到 3 的数据: cache.lrange(listKey, 1, 3);
+	 * 
+ */ + public List lrange(String key, long start, long end) { + Jedis jedis = getJedis(); + try { + List data = jedis.lrange(key, start, end); + return data; + } + finally {close(jedis);} + } + + /** + * 对一个列表进行修剪(trim),就是说,让列表只保留指定区间内的元素,不在指定区间之内的元素都将被删除。 + * 举个例子,执行命令 LTRIM list 0 2 ,表示只保留列表 list 的前三个元素,其余元素全部删除。 + * 下标(index)参数 start 和 stop 都以 0 为底,也就是说,以 0 表示列表的第一个元素,以 1 表示列表的第二个元素,以此类推。 + * 你也可以使用负数下标,以 -1 表示列表的最后一个元素, -2 表示列表的倒数第二个元素,以此类推。 + * 当 key 不是列表类型时,返回一个错误。 + */ + public String ltrim(String key, long start, long end) { + Jedis jedis = getJedis(); + try { + return jedis.ltrim(key, start, end); + } + finally {close(jedis);} + } + + /** + * 移除并返回列表 key 的尾元素。 + */ + public String rpop(String key) { + Jedis jedis = getJedis(); + try { + return jedis.rpop(key); + } + finally {close(jedis);} + } + + /** + * 命令 RPOPLPUSH 在一个原子时间内,执行以下两个动作: + * 将列表 source 中的最后一个元素(尾元素)弹出,并返回给客户端。 + * 将 source 弹出的元素插入到列表 destination ,作为 destination 列表的的头元素。 + */ + public String rpoplpush(String srcKey, String dstKey) { + Jedis jedis = getJedis(); + try { + return jedis.rpoplpush(srcKey, dstKey); + } + finally {close(jedis);} + } + + /** + * 将一个或多个值 value 插入到列表 key 的表尾(最右边)。 + * 如果有多个 value 值,那么各个 value 值按从左到右的顺序依次插入到表尾:比如 + * 对一个空列表 mylist 执行 RPUSH mylist a b c ,得出的结果列表为 a b c , + * 等同于执行命令 RPUSH mylist a 、 RPUSH mylist b 、 RPUSH mylist c 。 + * 如果 key 不存在,一个空列表会被创建并执行 RPUSH 操作。 + * 当 key 存在但不是列表类型时,返回一个错误。 + */ + public Long rpush(String key, String... values) { + Jedis jedis = getJedis(); + try { + return jedis.rpush(key, values); + } + finally {close(jedis);} + } + + /** + * BLPOP 是列表的阻塞式(blocking)弹出原语。 + * 它是 LPOP 命令的阻塞版本,当给定列表内没有任何元素可供弹出的时候,连接将被 BLPOP 命令阻塞,直到等待超时或发现可弹出元素为止。 + * 当给定多个 key 参数时,按参数 key 的先后顺序依次检查各个列表,弹出第一个非空列表的头元素。 + * + * 参考:http://redisdoc.com/list/blpop.html + * 命令行:BLPOP key [key ...] timeout + */ + public List blpop(int timeout, String... keys) { + Jedis jedis = getJedis(); + try { + List data = jedis.blpop(timeout, keys); + return data; + } + finally {close(jedis);} + } + + /** + * BRPOP 是列表的阻塞式(blocking)弹出原语。 + * 它是 RPOP 命令的阻塞版本,当给定列表内没有任何元素可供弹出的时候,连接将被 BRPOP 命令阻塞,直到等待超时或发现可弹出元素为止。 + * 当给定多个 key 参数时,按参数 key 的先后顺序依次检查各个列表,弹出第一个非空列表的尾部元素。 + * 关于阻塞操作的更多信息,请查看 BLPOP 命令, BRPOP 除了弹出元素的位置和 BLPOP 不同之外,其他表现一致。 + * + * 参考:http://redisdoc.com/list/brpop.html + * 命令行:BRPOP key [key ...] timeout + */ + public List brpop(int timeout, String... keys) { + Jedis jedis = getJedis(); + try { + List data = jedis.brpop(timeout, keys); + return data; + } + finally {close(jedis);} + } + + /** + * 使用客户端向 Redis 服务器发送一个 PING ,如果服务器运作正常的话,会返回一个 PONG 。 + * 通常用于测试与服务器的连接是否仍然生效,或者用于测量延迟值。 + */ + public String ping() { + Jedis jedis = getJedis(); + try { + return jedis.ping(); + } + finally {close(jedis);} + } + + /** + * 将一个或多个 member 元素加入到集合 key 当中,已经存在于集合的 member 元素将被忽略。 + * 假如 key 不存在,则创建一个只包含 member 元素作成员的集合。 + * 当 key 不是集合类型时,返回一个错误。 + */ + public Long sadd(String key, String... members) { + Jedis jedis = getJedis(); + try { + return jedis.sadd(key, members); + } + finally {close(jedis);} + } + + /** + * 返回集合 key 的基数(集合中元素的数量)。 + */ + public Long scard(String key) { + Jedis jedis = getJedis(); + try { + return jedis.scard(key); + } + finally {close(jedis);} + } + + /** + * 移除并返回集合中的一个随机元素。 + * 如果只想获取一个随机元素,但不想该元素从集合中被移除的话,可以使用 SRANDMEMBER 命令。 + */ + public String spop(String key) { + Jedis jedis = getJedis(); + try { + return jedis.spop(key); + } + finally {close(jedis);} + } + + /** + * 返回集合 key 中的所有成员。 + * 不存在的 key 被视为空集合。 + */ + public Set smembers(String key) { + Jedis jedis = getJedis(); + try { + Set data = jedis.smembers(key); + return data; + } + finally {close(jedis);} + } + + /** + * 判断 member 元素是否集合 key 的成员。 + */ + public boolean sismember(String key, String member) { + Jedis jedis = getJedis(); + try { + return jedis.sismember(key, member); + } + finally {close(jedis);} + } + + /** + * 返回多个集合的交集,多个集合由 keys 指定 + */ + public Set sinter(String... keys) { + Jedis jedis = getJedis(); + try { + Set data = jedis.sinter(keys); + return data; + } + finally {close(jedis);} + } + + /** + * 返回集合中的一个随机元素。 + */ + public String srandmember(String key) { + Jedis jedis = getJedis(); + try { + return jedis.srandmember(key); + } + finally {close(jedis);} + } + + /** + * 返回集合中的 count 个随机元素。 + * 从 Redis 2.6 版本开始, SRANDMEMBER 命令接受可选的 count 参数: + * 如果 count 为正数,且小于集合基数,那么命令返回一个包含 count 个元素的数组,数组中的元素各不相同。 + * 如果 count 大于等于集合基数,那么返回整个集合。 + * 如果 count 为负数,那么命令返回一个数组,数组中的元素可能会重复出现多次,而数组的长度为 count 的绝对值。 + * 该操作和 SPOP 相似,但 SPOP 将随机元素从集合中移除并返回,而 SRANDMEMBER 则仅仅返回随机元素,而不对集合进行任何改动。 + */ + public List srandmember(String key, int count) { + Jedis jedis = getJedis(); + try { + List data = jedis.srandmember(key, count); + return data; + } + finally {close(jedis);} + } + + /** + * 移除集合 key 中的一个或多个 member 元素,不存在的 member 元素会被忽略。 + */ + public Long srem(String key, String... members) { + Jedis jedis = getJedis(); + try { + return jedis.srem(key, members); + } + finally {close(jedis);} + } + + /** + * 返回多个集合的并集,多个集合由 keys 指定 + * 不存在的 key 被视为空集。 + */ + public Set sunion(String... keys) { + Jedis jedis = getJedis(); + try { + Set data = jedis.sunion(keys); + return data; + } + finally {close(jedis);} + } + + /** + * 返回一个集合的全部成员,该集合是所有给定集合之间的差集。 + * 不存在的 key 被视为空集。 + */ + public Set sdiff(String... keys) { + Jedis jedis = getJedis(); + try { + Set data = jedis.sdiff(keys); + return data; + } + finally {close(jedis);} + } + + /** + * 将一个或多个 member 元素及其 score 值加入到有序集 key 当中。 + * 如果某个 member 已经是有序集的成员,那么更新这个 member 的 score 值, + * 并通过重新插入这个 member 元素,来保证该 member 在正确的位置上。 + */ + public Long zadd(String key, double score, String member) { + Jedis jedis = getJedis(); + try { + return jedis.zadd(key, score, member); + } + finally {close(jedis);} + } + + public Long zadd(String key, Map scoreMembers) { + Jedis jedis = getJedis(); + try { +// Map para = new HashMap(); +// for (Entry e : scoreMembers.entrySet()) +// para.put(e.getKey(), e.getValue()); // valueToBytes is important + return jedis.zadd(key, scoreMembers); + } + finally {close(jedis);} + } + + /** + * 返回有序集 key 的基数。 + */ + public Long zcard(String key) { + Jedis jedis = getJedis(); + try { + return jedis.zcard(key); + } + finally {close(jedis);} + } + + /** + * 返回有序集 key 中, score 值在 min 和 max 之间(默认包括 score 值等于 min 或 max )的成员的数量。 + * 关于参数 min 和 max 的详细使用方法,请参考 ZRANGEBYSCORE 命令。 + */ + public Long zcount(String key, double min, double max) { + Jedis jedis = getJedis(); + try { + return jedis.zcount(key, min, max); + } + finally {close(jedis);} + } + + /** + * 为有序集 key 的成员 member 的 score 值加上增量 increment 。 + */ + public Double zincrby(String key, double score, String member) { + Jedis jedis = getJedis(); + try { + return jedis.zincrby(key, score, member); + } + finally {close(jedis);} + } + + /** + * 返回有序集 key 中,指定区间内的成员。 + * 其中成员的位置按 score 值递增(从小到大)来排序。 + * 具有相同 score 值的成员按字典序(lexicographical order )来排列。 + * 如果你需要成员按 score 值递减(从大到小)来排列,请使用 ZREVRANGE 命令。 + */ + public Set zrange(String key, long start, long end) { + Jedis jedis = getJedis(); + try { + Set data = jedis.zrange(key, start, end); + return data; + } + finally {close(jedis);} + } + + /** + * 返回有序集 key 中,指定区间内的成员。 + * 其中成员的位置按 score 值递减(从大到小)来排列。 + * 具有相同 score 值的成员按字典序的逆序(reverse lexicographical order)排列。 + * 除了成员按 score 值递减的次序排列这一点外, ZREVRANGE 命令的其他方面和 ZRANGE 命令一样。 + */ + public Set zrevrange(String key, long start, long end) { + Jedis jedis = getJedis(); + try { + Set data = jedis.zrevrange(key, start, end); + return data; + } + finally {close(jedis);} + } + + /** + * 返回有序集 key 中,所有 score 值介于 min 和 max 之间(包括等于 min 或 max )的成员。 + * 有序集成员按 score 值递增(从小到大)次序排列。 + */ + public Set zrangeByScore(String key, double min, double max) { + Jedis jedis = getJedis(); + try { + Set data = jedis.zrangeByScore(key, min, max); + return data; + } + finally {close(jedis);} + } + + /** + * 返回有序集 key 中成员 member 的排名。其中有序集成员按 score 值递增(从小到大)顺序排列。 + * 排名以 0 为底,也就是说, score 值最小的成员排名为 0 。 + * 使用 ZREVRANK 命令可以获得成员按 score 值递减(从大到小)排列的排名。 + */ + public Long zrank(String key, String member) { + Jedis jedis = getJedis(); + try { + return jedis.zrank(key, member); + } + finally {close(jedis);} + } + + /** + * 返回有序集 key 中成员 member 的排名。其中有序集成员按 score 值递减(从大到小)排序。 + * 排名以 0 为底,也就是说, score 值最大的成员排名为 0 。 + * 使用 ZRANK 命令可以获得成员按 score 值递增(从小到大)排列的排名。 + */ + public Long zrevrank(String key, String member) { + Jedis jedis = getJedis(); + try { + return jedis.zrevrank(key, member); + } + finally {close(jedis);} + } + + /** + * 移除有序集 key 中的一个或多个成员,不存在的成员将被忽略。 + * 当 key 存在但不是有序集类型时,返回一个错误。 + */ + public Long zrem(String key, String... members) { + Jedis jedis = getJedis(); + try { + return jedis.zrem(key, members); + } + finally {close(jedis);} + } + + /** + * 返回有序集 key 中,成员 member 的 score 值。 + * 如果 member 元素不是有序集 key 的成员,或 key 不存在,返回 nil 。 + */ + public Double zscore(String key, String member) { + Jedis jedis = getJedis(); + try { + return jedis.zscore(key, member); + } + finally {close(jedis);} + } + + + /** + * del key + * rpush key values + */ + public void rpushAll(final String key, final List values) { + Jedis jedis = getJedis(); + try { + Pipeline pipeline = getJedis().pipelined(); + pipeline.del(key); + for (String value : values) { + pipeline.rpush(key, value); + } + pipeline.sync(); + } finally { + close(jedis); + } + + } + + /** + * call script + * @param func + * @return + */ + public Object call(final String func) { + return call(func,0,new String[0]); + } + + /** + * call script + * @param func + * @param keyCount + * @param params + * @return + */ + public Object call(final String func,int keyCount, String... params) { + Jedis jedis = getJedis(); + try { + String sha = jedis.get("script#"+func); + if(StringUtil.isNotEmpty(sha)) { + return jedis.evalsha(sha,keyCount,params); + } + }finally {close(jedis);} + return null; + } + + /* ======================================Pub/Sub====================================== */ + + /** + * publish 订阅 + */ + public Long publish(final String channel, final String message) { + Jedis jedis =getJedis(); + try { + return jedis.publish(channel, message); + } + finally {close(jedis);} + + } + + /** + * 订阅给定的一个频道的信息 + */ + public void subscribe(final JedisPubSub jedisPubSub, final String channel) { + Jedis jedis =getJedis(); + try { + jedis.subscribe(jedisPubSub, channel); + } + finally {close(jedis);} + } + + /** + * 取消订阅 + */ + public void unsubscribe(final JedisPubSub jedisPubSub) { + jedisPubSub.unsubscribe(); + } + + + // --------- + + public String getName() { + return name; + } + + public JedisPool getJedisPool() { + return jedisPool; + } + // --------- + + public Jedis getJedis() { + Jedis jedis = jedisPool.getResource(); + return jedis; + } + + public void close(Jedis jedis) { + if (jedis != null) + jedis.close(); + } + + +} + + + + + + diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/Redis.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/Redis.java new file mode 100644 index 0000000..a76d4b3 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/Redis.java @@ -0,0 +1,70 @@ +package com.taurus.core.plugin.redis; + +import java.util.concurrent.ConcurrentHashMap; + +import com.taurus.core.util.StringUtil; + +/** + * Redis. + * redis 工具类 + *
+ * 例如:
+ * Redis.use().set("key", "value");
+ * Redis.use().get("key");
+ * 
+ */ +public class Redis { + + static Cache mainCache = null; + + static final ConcurrentHashMap cacheMap = new ConcurrentHashMap(); + + static void addCache(Cache cache) { + if (cache == null) + throw new IllegalArgumentException("cache can not be null"); + if (cacheMap.containsKey(cache.getName())) + throw new IllegalArgumentException("The cache name already exists"); + + cacheMap.put(cache.getName(), cache); + if (mainCache == null) + mainCache = cache; + } + + static void removeCache(String cacheName) { + Cache cache = cacheMap.remove(cacheName); + if(cache == mainCache) { + cache.jedisPool.destroy(); + mainCache = null; + } + } + + /** + * 提供一个设置设置主缓存 mainCache 的机会,否则第一个被初始化的 Cache 将成为 mainCache + */ + public static void setMainCache(String cacheName) { + if (StringUtil.isEmpty(cacheName)) + throw new IllegalArgumentException("cacheName can not be blank"); + cacheName = cacheName.trim(); + Cache cache = cacheMap.get(cacheName); + if (cache == null) + throw new IllegalArgumentException("the cache not exists: " + cacheName); + + Redis.mainCache = cache; + } + + public static Cache use() { + return mainCache; + } + + public static Cache use(String cacheName) { + return cacheMap.get(cacheName); + } + + public static ConcurrentHashMap getCacheMap() { + return cacheMap; + } +} + + + + diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/RedisLock.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/RedisLock.java new file mode 100644 index 0000000..8028caf --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/RedisLock.java @@ -0,0 +1,76 @@ +package com.taurus.core.plugin.redis; + +import java.util.UUID; + +import redis.clients.jedis.Jedis; + +/** + * RedisLock + */ +public class RedisLock { + private static final long DEFAULT_TIME_OUT = 180000; + private static final int EXPIRE = 10000; + private static final String LOCK_SUCCESS = "OK"; + private static final String SET_IF_NOT_EXIST = "NX"; + private static final String SET_WITH_EXPIRE_TIME = "PX"; + private static final String checkAndDelScript = "if redis.call('get', KEYS[1]) == ARGV[1] then " + + "return redis.call('del', KEYS[1]) " + + "else " + + "return 0 " + + "end"; + + private Jedis jedis; + private String key; + private String lock_value; + + /** + * This creates a RedisLock + * + * @param key key + * @param jedis + */ + public RedisLock(String key, Jedis jedis) { + this.key = key + "{lock}"; + this.jedis = jedis; + lock_value = UUID.randomUUID().toString()+Thread.currentThread().getId() + System.nanoTime(); + } + + /** + * lock(); try { doSomething(); } finally { unlock() } + */ + public boolean lock() { + long time = System.currentTimeMillis(); + try { + while ((System.currentTimeMillis() - time) < DEFAULT_TIME_OUT) { + String result = jedis.set(key, lock_value, SET_IF_NOT_EXIST, SET_WITH_EXPIRE_TIME, EXPIRE); + if (LOCK_SUCCESS.equals(result)) { + return true; + } + Thread.sleep(5); + } + } catch (Exception e) { + throw new RuntimeException("Locking error", e); + } + return false; + } + + /** + * lock(); try { doSomething(); } finally { unlock() } + */ + public void unlock() { + unlock(true); + } + + /** + * lock(); try { doSomething(); } finally { unlock() } + */ + public void unlock(boolean closeJedis) { + try { + jedis.eval(checkAndDelScript, 1, key, lock_value); + } finally { + if (closeJedis) { + this.jedis.close(); + } + } + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/RedisPlugin.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/RedisPlugin.java new file mode 100644 index 0000000..ed30d09 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/plugin/redis/RedisPlugin.java @@ -0,0 +1,141 @@ +package com.taurus.core.plugin.redis; + +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; +import java.util.Set; + +import org.jdom.Element; + +import com.taurus.core.plugin.IPlugin; +import com.taurus.core.plugin.redis.RedisPlugin.RedisConfig.InfoConfig; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.JedisPool; +import redis.clients.jedis.JedisPoolConfig; + +/** + * RedisPlugin. + * RedisPlugin 支持多个 Redis 服务端,只需要创建多个 RedisPlugin 对象 + * 对应这多个不同的 Redis 服务端即可。也支持多个 RedisPlugin 对象对应同一 + */ +public class RedisPlugin implements IPlugin{ + private static final int TIMEOUT = 5000; + private String id; + private final RedisConfig config; + + + + public RedisPlugin() { + config = new RedisConfig(); + } + + public boolean start() { + JedisPoolConfig jedisPoolConfig = new JedisPoolConfig(); + jedisPoolConfig.setMaxTotal(config.poolConfig.maxTotal); + jedisPoolConfig.setMaxIdle(config.poolConfig.maxIdle); + jedisPoolConfig.setMaxIdle(config.poolConfig.minIdle); + jedisPoolConfig.setMaxWaitMillis(config.poolConfig.maxWaitMillis); + jedisPoolConfig.setTestOnBorrow(config.poolConfig.testOnBorrow); + jedisPoolConfig.setTestOnReturn(config.poolConfig.testOnReturn); + jedisPoolConfig.setTestWhileIdle(config.poolConfig.testWhileIdle); + jedisPoolConfig.setNumTestsPerEvictionRun(config.poolConfig.numTestsPerEvictionRun); + jedisPoolConfig.setMinEvictableIdleTimeMillis(config.poolConfig.minEvictableIdleTimeMillis); + jedisPoolConfig.setTimeBetweenEvictionRunsMillis(config.poolConfig.timeBetweenEvictionRunsMillis); + jedisPoolConfig.setSoftMinEvictableIdleTimeMillis(config.poolConfig.softMinEvictableIdleTimeMillis); + jedisPoolConfig.setBlockWhenExhausted(config.poolConfig.blockWhenExhausted); + + for (InfoConfig sis : config.infos) { + String passwd = StringUtil.isEmpty(sis.password) ? null : sis.password; + JedisPool jedisPool = new JedisPool(jedisPoolConfig, sis.host, sis.port, TIMEOUT, passwd, sis.database); + Cache cache = new Cache(sis.name, jedisPool); + Redis.addCache(cache); + } + return true; + } + + public boolean stop() { + Set keys = Redis.cacheMap.keySet(); + for(String key : keys) { + Redis.removeCache(key); + } + return true; + } + + + + @Override + public String getId() { + return id; + } + + @Override + public void setId(String id) { + this.id = id; + } + + @Override + public boolean loadConfig(Element element) { + Element pcEm = element.getChild("poolConfig"); + this.config.poolConfig.maxTotal = Integer.parseInt(pcEm.getChild("maxTotal").getTextTrim()); + this.config.poolConfig.maxIdle = Integer.parseInt(pcEm.getChild("maxIdle").getTextTrim()); + this.config.poolConfig.minIdle = Integer.parseInt(pcEm.getChild("minIdle").getTextTrim()); + this.config.poolConfig.maxWaitMillis = Integer.parseInt(pcEm.getChild("maxWaitMillis").getTextTrim()); + this.config.poolConfig.testOnBorrow = Boolean.parseBoolean(pcEm.getChild("testOnBorrow").getTextTrim()); + this.config.poolConfig.testOnReturn = Boolean.parseBoolean(pcEm.getChild("testOnReturn").getTextTrim()); + this.config.poolConfig.testWhileIdle = Boolean.parseBoolean(pcEm.getChild("testWhileIdle").getTextTrim()); + this.config.poolConfig.numTestsPerEvictionRun = Integer.parseInt(pcEm.getChild("numTestsPerEvictionRun").getTextTrim()); + this.config.poolConfig.minEvictableIdleTimeMillis = Integer.parseInt(pcEm.getChild("minEvictableIdleTimeMillis").getTextTrim()); + this.config.poolConfig.timeBetweenEvictionRunsMillis = Integer.parseInt(pcEm.getChild("timeBetweenEvictionRunsMillis").getTextTrim()); + this.config.poolConfig.softMinEvictableIdleTimeMillis = Integer.parseInt(pcEm.getChild("softMinEvictableIdleTimeMillis").getTextTrim()); + this.config.poolConfig.blockWhenExhausted = Boolean.parseBoolean(pcEm.getChild("blockWhenExhausted").getTextTrim()); + + Element dblistEm = element.getChild("infos"); + + Iterator itr = (dblistEm.getChildren()).iterator(); + while(itr.hasNext()) { + Element infoEm = (Element)itr.next(); + InfoConfig infoConfig = new InfoConfig(); + infoConfig.name = infoEm.getAttributeValue("name", StringUtil.Empty); + infoConfig.host = infoEm.getAttributeValue("host", "127.0.0.1"); + infoConfig.port = Integer.parseInt(infoEm.getAttributeValue("port", "6379")); + infoConfig.database = Integer.parseInt(infoEm.getAttributeValue("database", "0")); + infoConfig.password = infoEm.getAttributeValue("password"); + this.config.infos.add(infoConfig); + } + return true; + } + + public static final class RedisConfig{ + + public volatile PoolConfig poolConfig = new PoolConfig(); + + public volatile List infos = new ArrayList(); + + + public static final class PoolConfig { + public int maxTotal = 8; + public int maxIdle = 8; + public int minIdle = 0; + public int maxWaitMillis = 8; + public boolean testOnBorrow = true; + public boolean testOnReturn = true; + public boolean testWhileIdle = true; + public int numTestsPerEvictionRun = 3; + public int minEvictableIdleTimeMillis = 6000; + public int timeBetweenEvictionRunsMillis = 3000; + public int softMinEvictableIdleTimeMillis = 1000; + public boolean blockWhenExhausted = true; + } + + public static final class InfoConfig { + public String name =""; + public String host = "127.0.0.1"; + public int port = 6379; + public String password = ""; + public int database = 0; + } + } +} + + diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Action.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Action.java new file mode 100644 index 0000000..2a306a5 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Action.java @@ -0,0 +1,68 @@ +package com.taurus.core.routes; + +import java.lang.reflect.Method; + +/** + * Action. + * + * + */ +public class Action { + private final Class controllerClass; + private final IController controller; + private final String controllerKey; + private final String actionKey; + private final Method method; + private final String methodName; + private final Interceptor interceptor; + private final ActionKey actionKeyObj; + + public Action(String controllerKey, String actionKey, Class ctrClass,IController controller, Method method, String methodName,Interceptor interceptor,ActionKey actionKeyObj) { + this.controllerKey = controllerKey; + this.controller = controller; + this.actionKey = actionKey; + this.controllerClass = ctrClass; + this.method = method; + this.methodName = methodName; + this.interceptor = interceptor; + this.actionKeyObj = actionKeyObj; + } + + public Class getControllerClass() { + return controllerClass; + } + + public IController getController() { + return controller; + } + + public String getControllerKey() { + return controllerKey; + } + + public String getActionKey() { + return actionKey; + } + + public Method getMethod() { + return method; + } + + + public String getMethodName() { + return methodName; + } + + public Interceptor getInterceptor() { + return interceptor; + } + + public ActionKey getActionKeyObj() { + return actionKeyObj; + } + + @Override + public String toString() { + return actionKey; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/ActionKey.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/ActionKey.java new file mode 100644 index 0000000..d3415ad --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/ActionKey.java @@ -0,0 +1,23 @@ +package com.taurus.core.routes; + +import java.lang.annotation.ElementType; +import java.lang.annotation.Inherited; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; + +/** + * ActionKey is used to configure actionKey for method of controller. + */ +@Inherited +@Retention(RetentionPolicy.RUNTIME) +@Target(ElementType.METHOD) +public @interface ActionKey { + String value(); + + int validate() default 0; + + /**参数{"a","1","b","2"}*/ + String[] params() default {}; +} + diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/ActionMapping.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/ActionMapping.java new file mode 100644 index 0000000..3743634 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/ActionMapping.java @@ -0,0 +1,94 @@ +package com.taurus.core.routes; + +import java.lang.reflect.Method; +import java.lang.reflect.Modifier; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import com.taurus.core.routes.Routes.Route; +import com.taurus.core.util.StringUtil; + +/** + * ActionMapping. + * + * + */ +public class ActionMapping { + protected static final String SLASH = "/"; + protected Routes routes; + protected Map mapping = new HashMap(2048, 0.5F); + + public ActionMapping(Routes routes) { + this.routes = routes; + } + + protected List getRoutesList() { + List routesList = Routes.getRoutesList(); + List ret = new ArrayList(routesList.size() + 1); + ret.add(routes); + ret.addAll(routesList); + return ret; + } + + public void buildActionMapping() { + mapping.clear(); + for (Routes routes : getRoutesList()) { + for (Route route : routes.getRouteItemList()) { + Class controllerClass = route.getControllerClass(); + + Method[] methods = controllerClass.getMethods(); + for (Method method : methods) { + String methodName = method.getName(); + if (!Modifier.isPublic(method.getModifiers())) + continue ; + ActionKey ak = method.getAnnotation(ActionKey.class); + if (ak == null)continue ; + String controllerKey = route.getControllerKey(); + String actionKey = ak.value().trim(); + if (StringUtil.isEmpty(actionKey)) + throw new IllegalArgumentException(controllerClass.getName() + "." + methodName + "(): The argument of ActionKey can not be blank."); + Interceptor interceptor = routes.getInterceptor(); + Action action = new Action(controllerKey, actionKey, route.getControllerClass(), + route.getController(),method, methodName,interceptor,ak); + if(!StringUtil.isEmpty(controllerKey)) { + actionKey =controllerKey.equals(SLASH) ? SLASH+ actionKey : (controllerKey + SLASH+actionKey); + } + if (mapping.put(actionKey, action) != null) { + throw new RuntimeException(buildMsg(actionKey, controllerClass, method)); + } + } + } + } + } + + protected String buildMsg(String actionKey, Class controllerClass, Method method) { + StringBuilder sb = new StringBuilder("The action \"") + .append(controllerClass.getName()).append(".") + .append(method.getName()).append("()\" can not be mapped, ") + .append("actionKey \"").append(actionKey).append("\" is already in use."); + + String msg = sb.toString(); + System.err.println("\nException: " + msg); + return msg; + } + + /** + * Support four types of url + */ + public Action getAction(String url) { + Action action = mapping.get(url); + if (action != null) { + return action; + } + return action; + } + + public List getAllActionKeys() { + List allActionKeys = new ArrayList(mapping.keySet()); + Collections.sort(allActionKeys); + return allActionKeys; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Extension.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Extension.java new file mode 100644 index 0000000..14084ae --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Extension.java @@ -0,0 +1,57 @@ +package com.taurus.core.routes; + +/** + * Extension class. + * + * + */ +public abstract class Extension { + private String name; + + /** + * Config route + */ + public abstract void configRoute(Routes me); + + /** + * Call back server start + */ + public void onStart() {} + + /** + * Call back server stop + */ + public void onStop() {} + + /** + * set extension name + * @param name + */ + public void setName(String name) { + this.name = name; + } + + /** + * read ver + * @return + */ + public int readVersion() { + return 0; + } + + /** + * get extension name + * @return + */ + public String getName() { + return this.name; + } + + /** + * get conncurrent number + * @return + */ + public int getConcurrentSize() { + return 0; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/IController.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/IController.java new file mode 100644 index 0000000..68590a5 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/IController.java @@ -0,0 +1,11 @@ +package com.taurus.core.routes; + + +/** + * Controller interface + * + * + */ +public interface IController { + +} \ No newline at end of file diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Interceptor.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Interceptor.java new file mode 100644 index 0000000..1792166 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Interceptor.java @@ -0,0 +1,10 @@ +package com.taurus.core.routes; + +/** + * Interceptor + * + * + */ +public interface Interceptor { + void intercept(Action action,IController controller,Object... args) throws Exception; +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Routes.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Routes.java new file mode 100644 index 0000000..24f0443 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/routes/Routes.java @@ -0,0 +1,155 @@ +package com.taurus.core.routes; + +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Set; + +import com.taurus.core.util.StringUtil; + +/** + * Routes + * + * + */ +public abstract class Routes { + /**controller to class*/ + public static final int CONTROLLER_CLASS = 1; + /**controller to instance*/ + public static final int CONTROLLER_INSTANCE = 2; + private static List routesList = new ArrayList(); + private static Set controllerKeySet = new HashSet(); + + private List routeItemList = new ArrayList(); + private Interceptor interceptor; + private boolean addSlash = true; + + private int falg = CONTROLLER_CLASS; + + public Routes(int falg) { + this.falg = falg; + } + + /** + * Implement this method to add route, add interceptor and set baseViewPath + */ + public abstract void config(); + + /** + * 设置拦截器 + * @param interceptor + */ + public void setInterceptor(Interceptor interceptor) { + this.interceptor = interceptor; + } + + /** + * Add Routes + */ + public Routes add(Routes routes) { + routes.config(); + routesList.add(routes); + return this; + } + + /** + * Add route + * @param controllerKey A key can find controller + * @param controller Controller Class + */ + public Routes add(String controllerKey, Class controller) { + if((falg &CONTROLLER_CLASS) == 0) { + throw new RuntimeException("class is not supported!"); + } + routeItemList.add(new Route(controllerKey, controller,this.addSlash)); + return this; + } + + /** + * Add route + * @param controllerKey A key can find controller + * @param controller Controller instance + */ + public Routes add(String controllerKey, IController controller) { + if((falg &CONTROLLER_INSTANCE) == 0) { + throw new RuntimeException("instance is not supported!"); + } + routeItemList.add(new Route(controllerKey, controller,this.addSlash)); + return this; + } + + public static List getRoutesList() { + return routesList; + } + + public List getRouteItemList() { + return routeItemList; + } + + public Interceptor getInterceptor() { + return interceptor; + } + + public void setAddSlash(boolean add) { + this.addSlash =add; + } + + + public static class Route { + private String controllerKey; + private Class ctrClass; + private IController controller; + + public Route(String controllerKey, Class controller,boolean addSlash) { + if (StringUtil.isEmpty(controllerKey)) { + throw new IllegalArgumentException("controllerKey can not be blank"); + } + if (controller == null) { + throw new IllegalArgumentException("controllerClass can not be null"); + } + + this.controllerKey = processControllerKey(controllerKey,addSlash); + this.ctrClass = controller; + } + + public Route(String controllerKey, IController controller,boolean addSlash) { + if (controllerKey == null) { + throw new IllegalArgumentException("controllerKey can not be blank"); + } + if (controller == null) { + throw new IllegalArgumentException("controllerClass can not be null"); + } + + this.controllerKey = processControllerKey(controllerKey,addSlash); + this.controller = controller; + this.ctrClass = controller.getClass(); + } + + private String processControllerKey(String controllerKey,boolean addSlash) { + controllerKey = controllerKey.trim(); + if(addSlash) { + if (!controllerKey.startsWith("/")) { + controllerKey = "/" + controllerKey; + } + } + if (controllerKeySet.contains(controllerKey)) { + throw new IllegalArgumentException("controllerKey already exists: " + controllerKey); + } + controllerKeySet.add(controllerKey); + return controllerKey; + } + + public String getControllerKey() { + return controllerKey; + } + + public Class getControllerClass() { + return ctrClass; + } + + public IController getController() { + return controller; + } + + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/service/AbstractService.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/service/AbstractService.java new file mode 100644 index 0000000..8376864 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/service/AbstractService.java @@ -0,0 +1,48 @@ +package com.taurus.core.service; + +import java.util.concurrent.atomic.AtomicInteger; + +/** + * AbstractService + * + * + */ +public abstract class AbstractService implements IService { + private static final AtomicInteger serviceId = new AtomicInteger(0); + private static final String DEFAULT_NAME = "Service-"; + protected String name; + protected volatile boolean active = false; + + public void init(Object o) { + name = getServiceId(); + active = true; + } + + public void destroy(Object o) { + active = false; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public void handleMessage(Object param) { + throw new UnsupportedOperationException("This method should be overridden by the child class!"); + } + + public boolean isActive() { + return active; + } + + public String toString() { + return "[Core Service]: " + name + ", State: " + (isActive() ? "active" : "not active"); + } + + protected static String getServiceId() { + return DEFAULT_NAME + serviceId.getAndIncrement(); + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/service/IService.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/service/IService.java new file mode 100644 index 0000000..8c12297 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/service/IService.java @@ -0,0 +1,39 @@ +package com.taurus.core.service; + +/** + * 通用服务接口 + * + * + */ +public interface IService { + + /** + * 初始化Service + * @param o + */ + public void init(Object o); + + /** + * 销毁Service + * @param o + */ + public void destroy(Object o); + + /** + * 获取Service名称 + * @return + */ + public String getName(); + + /** + * 设置Service名称 + * @param name + */ + public void setName(String name); + + /** + * Service是否激活 + * @return + */ + public boolean isActive(); +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/Base64.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/Base64.java new file mode 100644 index 0000000..9dc80fd --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/Base64.java @@ -0,0 +1,239 @@ +package com.taurus.core.util; + +import java.io.UnsupportedEncodingException; +import java.util.Arrays; + +/** + * base64 + */ +public final class Base64 { + private static final char[] CA = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".toCharArray(); + private static final int[] IA = new int[256]; + + static { + Arrays.fill(IA, -1); + int i = 0; + for (int iS = CA.length; i < iS; i++) { + IA[CA[i]] = i; + } + IA[61] = 0; + } + + private static final char[] encodeToChar(byte[] sArr, boolean lineSep) { + int sLen = sArr != null ? sArr.length : 0; + if (sLen == 0) { + return new char[0]; + } + int eLen = sLen / 3 * 3; + int cCnt = (sLen - 1) / 3 + 1 << 2; + int dLen = cCnt + (lineSep ? (cCnt - 1) / 76 << 1 : 0); + char[] dArr = new char[dLen]; + + int s = 0; + int d = 0; + for (int cc = 0; s < eLen;) { + int i = (sArr[(s++)] & 0xFF) << 16 | (sArr[(s++)] & 0xFF) << 8 | sArr[(s++)] & 0xFF; + + dArr[(d++)] = CA[(i >>> 18 & 0x3F)]; + dArr[(d++)] = CA[(i >>> 12 & 0x3F)]; + dArr[(d++)] = CA[(i >>> 6 & 0x3F)]; + dArr[(d++)] = CA[(i & 0x3F)]; + if (lineSep) { + cc++; + if ((cc == 19) && (d < dLen - 2)) { + dArr[(d++)] = '\r'; + dArr[(d++)] = '\n'; + cc = 0; + } + } + } + int left = sLen - eLen; + if (left > 0) { + int i = (sArr[eLen] & 0xFF) << 10 | (left == 2 ? (sArr[(sLen - 1)] & 0xFF) << 2 : 0); + + dArr[(dLen - 4)] = CA[(i >> 12)]; + dArr[(dLen - 3)] = CA[(i >>> 6 & 0x3F)]; + dArr[(dLen - 2)] = (left == 2 ? CA[(i & 0x3F)] : '='); + dArr[(dLen - 1)] = '='; + } + return dArr; + } + + /** + * Encodes all bytes from the specified byte array into a newly-allocated + * byte array using the {@link Base64} encoding scheme. The returned byte + * array is of the length of the resulting bytes. + * + * @param src the byte array to encode + * @return A newly-allocated byte array containing the resulting encoded bytes. + */ + private static final String encodeToString(byte[] src, boolean lineSep) { + return new String(encodeToChar(src, lineSep)); + } + + /** + * Encodes all bytes from the specified byte array into a newly-allocated + * byte array using the {@link Base64} encoding scheme. The returned byte + * array is of the length of the resulting bytes. + * + * @param src the byte array to encode + * @return A newly-allocated byte array containing the resulting encoded bytes. + */ + public static final byte[] encode(String src) { + try { + return StringUtil.getBytes(encodeToString(StringUtil.getBytes(src), false)); + } catch (UnsupportedEncodingException e) { + return null; + } + } + + /** + * Encodes all bytes from the specified byte array into a newly-allocated + * byte array using the {@link Base64} encoding scheme. The returned byte + * array is of the length of the resulting bytes. + * + * @param src the byte array to encode + * @return A newly-allocated byte array containing the resulting encoded bytes. + */ + public static final byte[] encode(byte[] src) { + try { + return StringUtil.getBytes(encodeToString(src, false)); + } catch (UnsupportedEncodingException e) { + return null; + } + } + + /** + * Encodes all bytes from the specified byte array into a newly-allocated + * byte array using the {@link Base64} encoding scheme. The returned byte + * array is of the length of the resulting bytes. + * + * @param src the byte array to encode + * @return A newly-allocated byte array containing the resulting encoded bytes. + */ + public static final String encodeToString(String src) { + try { + return encodeToString(StringUtil.getBytes(src), false); + } catch (UnsupportedEncodingException e) { + return null; + } + } + + /** + * Encodes all bytes from the specified byte array into a newly-allocated + * byte array using the {@link Base64} encoding scheme. The returned byte + * array is of the length of the resulting bytes. + * + * @param src the byte array to encode + * @return A newly-allocated byte array containing the resulting encoded bytes. + */ + public static final String encodeToString(byte[] src) { + return encodeToString(src, false); + } + + /** + * Decodes all bytes from the input byte array using the {@link Base64} + * encoding scheme, writing the results into a newly-allocated output + * byte array. The returned byte array is of the length of the resulting + * bytes. + * + * @param src the byte array to decode + * @return A newly-allocated byte array containing the decoded bytes. + */ + public static final String decodeToString(byte[] src) { + try { + return StringUtil.getString(decode(src)); + } catch (UnsupportedEncodingException e) { + return null; + } + } + + /** + * Decodes all bytes from the input byte array using the {@link Base64} + * encoding scheme, writing the results into a newly-allocated output + * byte array. The returned byte array is of the length of the resulting + * bytes. + * + * @param src the byte array to decode + * @return A newly-allocated byte array containing the decoded bytes. + */ + public static final String decodeToString(String src) { + try { + return StringUtil.getString(decode(src)); + } catch (UnsupportedEncodingException e) { + return null; + } + } + + /** + * Decodes all bytes from the input byte array using the {@link Base64} + * encoding scheme, writing the results into a newly-allocated output + * byte array. The returned byte array is of the length of the resulting + * bytes. + * + * @param src the byte array to decode + * @return A newly-allocated byte array containing the decoded bytes. + */ + public static final byte[] decode(byte[] src) { + try { + return decode(StringUtil.getString(src)); + } catch (UnsupportedEncodingException e) { + return null; + } + } + + /** + * Decodes all bytes from the input byte array using the {@link Base64} + * encoding scheme, writing the results into a newly-allocated output + * byte array. The returned byte array is of the length of the resulting + * bytes. + * + * @param src the byte array to decode + * @return A newly-allocated byte array containing the decoded bytes. + */ + public static final byte[] decode(String src) { + int sLen = src != null ? src.length() : 0; + if (sLen == 0) { + return new byte[0]; + } + int sepCnt = 0; + for (int i = 0; i < sLen; i++) { + if (IA[src.charAt(i)] < 0) { + sepCnt++; + } + } + if ((sLen - sepCnt) % 4 != 0) { + return null; + } + int pad = 0; + for (int i = sLen; (i > 1) && (IA[src.charAt(--i)] <= 0);) { + if (src.charAt(i) == '=') { + pad++; + } + } + int len = ((sLen - sepCnt) * 6 >> 3) - pad; + + byte[] dArr = new byte[len]; + + int s = 0; + for (int d = 0; d < len;) { + int i = 0; + for (int j = 0; j < 4; j++) { + int c = IA[src.charAt(s++)]; + if (c >= 0) { + i |= c << 18 - j * 6; + } else { + j--; + } + } + dArr[(d++)] = ((byte) (i >> 16)); + if (d < len) { + dArr[(d++)] = ((byte) (i >> 8)); + if (d < len) { + dArr[(d++)] = ((byte) i); + } + } + } + return dArr; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/ByteArray.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/ByteArray.java new file mode 100644 index 0000000..c74b8b9 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/ByteArray.java @@ -0,0 +1,259 @@ +package com.taurus.core.util; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.DataInputStream; +import java.io.DataOutputStream; +import java.io.IOException; +import java.io.UnsupportedEncodingException; +import java.nio.ByteBuffer; + +/** + * byte array + * + */ +public class ByteArray { + private byte[] buffer; + private int _position; + private boolean compressed; + + public ByteArray() { + _position = 0; + buffer = new byte[0]; + } + + public ByteArray(byte[] buf) { + _position = 0; + buffer = buf; + } + + public byte[] reverseOrder(byte[] dt) { + return dt; + } + + public void writeByte(byte b) { + byte[] buf = new byte[1]; + buf[0] = b; + writeBytes(buf); + } + + public void writeBytes(byte[] data) { + writeBytes(data,0, data.length); + } + + public void writeBytes(byte[] data, int ofs,int count) { + byte[] dst = new byte[count + buffer.length]; + System.arraycopy(buffer, 0, dst, 0, buffer.length); + System.arraycopy(data, ofs, dst, buffer.length, count); + this.buffer = dst; + } + + public void writeBool(boolean b) throws IOException { + ByteArrayOutputStream bos = new ByteArrayOutputStream(); + DataOutputStream dos = new DataOutputStream(bos); + dos.writeByte(b ? 1 : 0); + writeBytes(bos.toByteArray()); + } + + public void writeInt(int i) throws IOException { + ByteArrayOutputStream bos = new ByteArrayOutputStream(); + DataOutputStream dos = new DataOutputStream(bos); + dos.writeInt(i); + writeBytes(reverseOrder(bos.toByteArray())); + } + + public void writeShort(short s) throws IOException { + ByteArrayOutputStream bos = new ByteArrayOutputStream(); + DataOutputStream dos = new DataOutputStream(bos); + dos.writeShort(s); + writeBytes(reverseOrder(bos.toByteArray())); + } + + public void writeUShort(int s) throws IOException { + ByteArrayOutputStream bos = new ByteArrayOutputStream(); + DataOutputStream dos = new DataOutputStream(bos); + byte[] tem = new byte[2]; + int b1 = (s & 0xFF00) >> 8; + int b2 = s & 0xFF; + tem[0] = (byte)b1; + tem[1] = (byte)b2; + dos.writeByte((byte) b1); + dos.writeByte((byte) b2); + writeBytes(bos.toByteArray()); + } + + public void writeLong(long l) throws IOException { + ByteArrayOutputStream bos = new ByteArrayOutputStream(); + DataOutputStream dos = new DataOutputStream(bos); + dos.writeLong(l); + writeBytes(reverseOrder(bos.toByteArray())); + } + + public void writeFloat(float f) throws IOException { + ByteArrayOutputStream bos = new ByteArrayOutputStream(); + DataOutputStream dos = new DataOutputStream(bos); + dos.writeFloat(f); + writeBytes(reverseOrder(bos.toByteArray())); + } + + public void writeDouble(double d) throws IOException { + ByteArrayOutputStream bos = new ByteArrayOutputStream(); + DataOutputStream dos = new DataOutputStream(bos); + dos.writeDouble(d); + writeBytes(reverseOrder(bos.toByteArray())); + } + + public void writeString(String str) throws IOException { + if(StringUtil.isEmpty(str)) { + writeInt(0); + return; + } + try { + byte[] bytes = StringUtil.getBytes(str); + int utfLen = bytes.length; + writeInt(utfLen); + writeBytes(bytes); + } catch (UnsupportedEncodingException e) { + throw new IOException("Error writing to data buffer"); + } + } + + public byte readByte() throws IOException { + return this.buffer[(this._position++)]; + } + + public byte[] readBytes(int count) { + byte[] res = new byte[count]; + ByteBuffer buf = ByteBuffer.wrap(this.buffer); + buf.position(this._position); + buf.get(res); + this._position += count; + return res; + } + + public boolean readBool() throws IOException { + return this.buffer[(this._position++)] == 1; + } + + public int readInt() throws IOException { + byte[] data = reverseOrder(readBytes(4)); + ByteArrayInputStream bis = new ByteArrayInputStream(data); + DataInputStream dis = new DataInputStream(bis); + return dis.readInt(); + } + + public short readShort() throws IOException { + byte[] data = reverseOrder(readBytes(2)); + ByteArrayInputStream bis = new ByteArrayInputStream(data); + DataInputStream dis = new DataInputStream(bis); + return dis.readShort(); + } + + public int readUShort() throws IOException { + byte[] data = reverseOrder(readBytes(2)); + + int ib1 = new Integer(data[0]).intValue(); + if (ib1 < 0) { + ib1 = data[0] & 0x80; + ib1 += (data[0] & 0x7F); + } + int ib2 = new Integer(data[1]).intValue(); + if (ib2 < 0) { + ib2 = data[1] & 0x80; + ib2 += (data[1] & 0x7F); + } + return ib1 * 256 + ib2; + } + + public long readLong() throws IOException { + byte[] data = reverseOrder(readBytes(8)); + ByteArrayInputStream bis = new ByteArrayInputStream(data); + DataInputStream dis = new DataInputStream(bis); + return dis.readLong(); + } + + public float readFloat() throws IOException { + byte[] data = reverseOrder(readBytes(4)); + ByteArrayInputStream bis = new ByteArrayInputStream(data); + DataInputStream dis = new DataInputStream(bis); + return dis.readFloat(); + + } + + public double readDouble() throws IOException { + byte[] data = reverseOrder(readBytes(8)); + ByteArrayInputStream bis = new ByteArrayInputStream(data); + DataInputStream dis = new DataInputStream(bis); + return dis.readDouble(); + } + + public String readString() throws IOException { + int size = readInt(); + if (size == 0) { + return null; + } + byte[] data = readBytes(size); + return StringUtil.getString(data); + } + + public byte[] bytes() { + return this.buffer; + } + + public ByteArray bytes(byte[] buffer) { + this.buffer = buffer; + return this; + } + + public int length() { + return this.buffer.length; + } + + public int position() { + return this._position; + } + + public ByteArray position(int position) { + this._position = position; + return this; + } + + public boolean isCompressed() { + return this.compressed; + } + + public void setCompressed(final boolean compressed) { + this.compressed = compressed; + } + + public void compress() throws Exception { + if (this.compressed) { + throw new Exception("Buffer is already compressed"); + } + try { + buffer = Utils.compress(this.buffer); + this._position = 0; + this.compressed = true; + }catch (IOException e) { + throw new Exception("Error compressing data"); + } + } + + public void uncompress() throws Exception { + try { + buffer = Utils.uncompress(this.buffer); + this._position = 0; + this.compressed = false; + }catch (IOException e2) { + throw new Exception("Error decompressing data"); + } + } + + public int bytesAvailable() { + int val = this.buffer.length - this._position; + if ((val > this.buffer.length) || (val < 0)) { + val = 0; + } + return val; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/DateUtils.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/DateUtils.java new file mode 100644 index 0000000..33e9769 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/DateUtils.java @@ -0,0 +1,191 @@ +package com.taurus.core.util; + +import java.util.Calendar; + +/** + * date util class + * + * + */ +public class DateUtils { + + /** + * 获取当天的开始时间 + * @param cal + */ + private static void setDayBegin(Calendar cal) { + cal.set(Calendar.HOUR_OF_DAY, 0); + cal.set(Calendar.MINUTE, 0); + cal.set(Calendar.SECOND, 0); + cal.set(Calendar.MILLISECOND, 0); + } + + /** + * 获取当天的结束时间 + * @param cal + */ + private static void setDayEnd(Calendar cal) { + cal.set(Calendar.HOUR_OF_DAY, 23); + cal.set(Calendar.MINUTE, 59); + cal.set(Calendar.SECOND, 59); + cal.set(Calendar.MILLISECOND, 999); + } + + private static int getTimeSec(Calendar cal) { + int timeSec = (int) (cal.getTimeInMillis() / 1000); + return timeSec; + } + + /** + * 今天开始时间 + * @return + */ + public static int getBeginDay() { + Calendar cal= Calendar.getInstance(); + setDayBegin(cal); + return getTimeSec(cal); + } + + /** + * 今天结束时间 + * @return + */ + public static int getEndDay() { + Calendar cal= Calendar.getInstance(); + setDayEnd(cal); + return getTimeSec(cal); + } + + + /** + * 获取昨天的开始时间 + * @return + */ + public static int getBeginLastday() { + return getBeginDay() - 24*60*60; + } + + /** + * 获取昨天的结束时间 + * @return + */ + public static int getEndLastDay() { + return getBeginDay()-1; + } + + /** + * 获取本周的开始时间 + * @return + */ + public static int getBeginWeek() { + Calendar cal = Calendar.getInstance(); + int dayofweek = cal.get(Calendar.DAY_OF_WEEK); + if (dayofweek == 1) { + dayofweek += 7; + } + cal.add(Calendar.DATE, 2 - dayofweek); + setDayBegin(cal); + return getTimeSec(cal); + } + + /** + * 获取本周的结束时间 + * @return + */ + public static int getEndWeek() { + Calendar cal = Calendar.getInstance(); + cal.setTimeInMillis(getBeginWeek()*1000L); + cal.add(Calendar.DAY_OF_WEEK, 6); + setDayEnd(cal); + return getTimeSec(cal); + } + + /** + * 获取上周的开始时间 + * @return + */ + public static int getBeginLastWeek() { + Calendar cal = Calendar.getInstance(); + int dayofweek = cal.get(Calendar.DAY_OF_WEEK); + if (dayofweek == 1) { + dayofweek += 7; + } + cal.add(Calendar.DATE, 2 - dayofweek - 7); + setDayBegin(cal); + return getTimeSec(cal); + } + + /** + * 获取上周的结束时间 + * @return + */ + public static int getEndLastWeek() { + return getBeginWeek() -1 ; + } + + /** + * 获取本月的开始时间 + */ + public static int getBeginMonth() { + Calendar cal = Calendar.getInstance(); + cal.add(Calendar.MONTH, 0); + cal.set(Calendar.DAY_OF_MONTH, 1); + setDayBegin(cal); + return getTimeSec(cal); + } + + /** + * 获取本月的结束时间 + * @return + */ + public static int getEndMonth() { + Calendar cal = Calendar.getInstance(); + cal.add(Calendar.MONTH, 1); + cal.set(Calendar.DAY_OF_MONTH, 0); + setDayEnd(cal); + return getTimeSec(cal); + } + + /** + * 获取上月的开始时间 + */ + public static int getBeginLastMonth() { + Calendar cal = Calendar.getInstance(); + cal.add(Calendar.MONTH, -1); + cal.set(Calendar.DAY_OF_MONTH, 1); + setDayBegin(cal); + return getTimeSec(cal); + } + + /** + * 获取上月的结束时间 + * @return + */ + public static int getEndLastMonth() { + return getBeginMonth() -1; + } + + /** + * 两个日期相减得到的天数 + * @param begin + * @param end + * @return + */ + public static int getDiffDays(int begin, int end) { + int diff = (end- begin) / (60 * 60 * 24); + return diff; + } + + /** + * 两个日期相减得到的毫秒数 + * @param begin + * @param end + * @return + */ + public static int dateDiff(int begin, int end) { + return end - begin; + } + + + +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/FileUtil.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/FileUtil.java new file mode 100644 index 0000000..9e907ab --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/FileUtil.java @@ -0,0 +1,89 @@ +package com.taurus.core.util; + +import java.io.File; +import java.io.FileInputStream; +import java.io.InputStream; + +/** + * 文件处理工具 + * + * + * + */ +public class FileUtil { + + /** + * delete file + * @param file + */ + public static void delete(File file) { + if (file != null && file.exists()) { + if (file.isFile()) { + file.delete(); + } else if (file.isDirectory()) { + File files[] = file.listFiles(); + if (files != null) { + for (int i = 0; i < files.length; i++) { + delete(files[i]); + } + } + file.delete(); + } + } + } + + /** + * get file extension + * @param fileFullName + * @return + */ + public static String getFileExtension(String fileFullName) { + if (StringUtil.isEmpty(fileFullName)) { + throw new RuntimeException("fileFullName is empty"); + } + return getFileExtension(new File(fileFullName)); + } + + /** + * get file extension + * @param file + * @return + */ + public static String getFileExtension(File file) { + if (null == file) { + throw new NullPointerException(); + } + String fileName = file.getName(); + int dotIdx = fileName.lastIndexOf('.'); + return (dotIdx == -1) ? StringUtil.Empty : fileName.substring(dotIdx + 1); + } + + /** + * read utf text file + * @param path + * @return + * @throws Exception + */ + public static String readTxt(String path) throws Exception { + InputStream is = new FileInputStream(path); + byte[] bytes = new byte[is.available()]; + is.read(bytes); + is.close(); + String str = new String(bytes,StringUtil.UTF_8); + return str; + } + + /** + * read binary file + * @param path + * @return + * @throws Exception + */ + public static byte[] readBytes(String path) throws Exception { + InputStream is = new FileInputStream(path); + byte[] bytes = new byte[is.available()]; + is.read(bytes); + is.close(); + return bytes; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/FixedIndexThreadPool.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/FixedIndexThreadPool.java new file mode 100644 index 0000000..9b7726e --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/FixedIndexThreadPool.java @@ -0,0 +1,136 @@ +package com.taurus.core.util; + +import java.util.ArrayList; +import java.util.List; +import java.util.concurrent.BlockingQueue; +import java.util.concurrent.LinkedBlockingQueue; + +/** + * fixed index thread pool class. + * + * + * + */ +public class FixedIndexThreadPool { + private int poolSize; + private String poolName; + private volatile boolean _run; + private List works; + + public FixedIndexThreadPool(int poolSize, String poolName, Class workClass) { + this.poolSize = poolSize; + this.poolName = poolName; + _run = true; + works = new ArrayList(); + try { + for (int i = 0; i < poolSize; ++i) { + Work work = workClass.newInstance(); + work.init(this, i); + works.add(work); + } + } catch (Exception e) { + throw new RuntimeException(e); + } + } + + /** + * execute task + * + * @param index + * @param task + */ + public void execute(int index, Object task) { + Work work = works.get(index % poolSize); + work.addTask(task); + } + + /** + * shut down all work + * + * @return + */ + public synchronized int shutdown() { + int count = 0; + this._run = false; + for (Work work : works) { + count += work.stop(); + } + return count; + } + + public boolean isRun() { + return _run; + } + + /** + * get thread pool name + * + * @return + */ + public String getPoolName() { + return poolName; + } + + /** + * Thread work class + */ + public static abstract class Work implements Runnable { + protected FixedIndexThreadPool pool; + protected Thread thread; + protected BlockingQueue taskQueue; + protected Logger log; + + public void init(FixedIndexThreadPool pool, int id) { + this.pool = pool; + this.thread = new Thread(this, pool.poolName + "-" + id); + this.thread.start(); + taskQueue = new LinkedBlockingQueue(); + log = Logger.getLogger(this.getClass()); + } + + /** + * 添加任务 + * @param task + */ + public void addTask(Object task) { + if (task != null) { + taskQueue.add(task); + } + } + + /** + * stop work + * @return + */ + public synchronized int stop() { + if (thread != null) { + thread.interrupt(); + thread = null; + } + return taskQueue.size(); + } + + /** + * 处理任务 + * @param task + * @throws Exception + */ + protected abstract void handlerTask(Object task) throws Exception; + + @Override + public void run() { + while (pool.isRun()) { + try { + Object task = taskQueue.take(); + if (task != null) { + handlerTask(task); + } + } catch (InterruptedException e) { + log.error(e); + } catch (Exception e) { + log.error(e); + } + } + } + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/ICallback.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/ICallback.java new file mode 100644 index 0000000..437c681 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/ICallback.java @@ -0,0 +1,13 @@ +package com.taurus.core.util; + +/** + * Callback 监听接口 + * + * + */ +public interface ICallback{ + + + public void action(T t); + +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/Logger.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/Logger.java new file mode 100644 index 0000000..1cf5873 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/Logger.java @@ -0,0 +1,214 @@ +package com.taurus.core.util; + +import java.io.PrintStream; +import java.lang.reflect.Constructor; +import java.text.SimpleDateFormat; +import java.util.Calendar; +import java.util.Date; + +/** + * Logger日志类 + * + * + * + */ +public class Logger { + private static final String NULL = ""; + private static final String ROOT_LOGGER_NAME = "ROOT"; + + private static Class _customClass; + private String _name = ROOT_LOGGER_NAME; + + /** + * 设置自定义Class + * + * @param className + */ + public static final void setCustomClass(Class customClass) { + _customClass = customClass; + } + + public static final Logger getLogger(Class log_class) { + Logger logger = null; + if (_customClass != null) { + if (Logger.class.isAssignableFrom(_customClass)) { + try { + Constructor c1 = _customClass.getDeclaredConstructor(new Class[] { Class.class }); + c1.setAccessible(true); + logger = (Logger) c1.newInstance(log_class); + return logger; + } catch (Exception e) { + e.printStackTrace(); + } + } + } + try { + Class.forName("org.apache.log4j.Logger"); + logger = new Log4j(log_class); + return logger; + } catch (ClassNotFoundException e) { + // e.printStackTrace(); + } + logger = new Logger(log_class); + return logger; + } + + public static final Logger getLogger(String name) { + Logger logger = null; + if (_customClass != null) { + if (Logger.class.isAssignableFrom(_customClass)) { + try { + Constructor c1 = _customClass.getDeclaredConstructor(new Class[] { Class.class }); + c1.setAccessible(true); + logger = (Logger) c1.newInstance(name); + return logger; + } catch (Exception e) { + e.printStackTrace(); + } + } + } + try { + Class.forName("org.apache.log4j.Logger"); + logger = new Log4j(name); + return logger; + } catch (ClassNotFoundException e) { + // e.printStackTrace(); + } + logger = new Logger(name); + return logger; + } + + protected Logger(Class log_class) { + _name = log_class == null ? ROOT_LOGGER_NAME : log_class.getSimpleName(); + } + + protected Logger(String name) { + _name = name; + } + + public String getName() { + return _name; + } + + private void printThrowable(PrintStream print, Throwable throwable) { + print.println(throwable); + StackTraceElement[] trace = throwable.getStackTrace(); + for (StackTraceElement traceElement : trace) + print.println("\tat " + traceElement); + } + + protected void print(LoggerLevel level, Object msg, Throwable throwable) { + Calendar calendar = Calendar.getInstance(); + calendar.setTime(new Date()); + String date = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).format(calendar.getTime()); + msg = StringUtil.isEmpty(msg.toString()) ? NULL : msg; + msg = String.format("%s %-5s [%s] %s -%s", date, level.name(), Thread.currentThread().getName(), _name, msg); + System.out.println(msg); + if (throwable != null) { + printThrowable(System.out, throwable); + } + } + + public void trace(Object msg) { + print(LoggerLevel.TRACE, msg, null); + } + + public void trace(Object msg, Object... params) { + String str = String.format(msg.toString(), params); + trace(str); + } + + public void debug(Object msg) { + print(LoggerLevel.DEBUG, msg, null); + } + + public void debug(Object msg, Object... params) { + String str = String.format(msg.toString(), params); + debug(str); + } + + public void info(Object msg) { + print(LoggerLevel.INFO, msg, null); + } + + public void info(Object msg, Object... params) { + String str = String.format(msg.toString(), params); + info(str); + } + + public void warn(Object msg) { + print(LoggerLevel.WARN, msg, null); + } + + public void warn(Object msg, Object... params) { + String str = String.format(msg.toString(), params); + warn(str); + } + + public void error(Object msg) { + print(LoggerLevel.ERROR, msg, null); + } + + public void error(Object msg, Object... params) { + String str = String.format(msg.toString(), params); + error(str); + } + + public void error(Throwable throwable) { + error(NULL, throwable); + } + + public void error(Object msg, Throwable throwable) { + print(LoggerLevel.ERROR, msg, throwable); + } + + /** + * 日志等级 + * + * + * + */ + public static enum LoggerLevel { + DEBUG, INFO, WARN, ERROR, TRACE + } + + /** + * log4j 扩展 + * + * + */ + public static final class Log4j extends Logger { + private org.apache.log4j.Logger logger; + + protected Log4j(Class log_class) { + super(log_class); + logger = org.apache.log4j.Logger.getLogger(log_class); + } + + protected Log4j(String name) { + super(name); + logger = org.apache.log4j.Logger.getLogger(name); + } + + @Override + protected void print(LoggerLevel level, Object msg, Throwable throwable) { + switch (level) { + case DEBUG: + logger.debug(msg); + break; + case ERROR: + logger.error(msg, throwable); + break; + case WARN: + logger.warn(msg); + break; + case TRACE: + logger.trace(msg); + break; + case INFO: + logger.info(msg); + break; + } + } + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/MD5.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/MD5.java new file mode 100644 index 0000000..4975b04 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/MD5.java @@ -0,0 +1,48 @@ +package com.taurus.core.util; + +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; + +/** + * md5 + */ +public final class MD5 { + private static MD5 _instance = new MD5(); + private MessageDigest messageDigest; + private final Logger log; + + private MD5() { + this.log = Logger.getLogger(getClass()); + try { + this.messageDigest = MessageDigest.getInstance("MD5"); + } catch (NoSuchAlgorithmException e) { + this.log.error("Could not instantiate the MD5 Message Digest!"); + } + } + + public static MD5 getInstance() { + return _instance; + } + + public synchronized String getHash(String s) { + byte[] data = s.getBytes(); + + this.messageDigest.update(data); + + return toHexString(this.messageDigest.digest()); + } + + private String toHexString(byte[] byteData) { + StringBuffer sb = new StringBuffer(); + + for (int i = 0; i < byteData.length; i++) { + String hex = Integer.toHexString(byteData[i] & 0xFF); + if (hex.length() == 1) { + hex = "0" + hex; + } + sb.append(hex); + } + + return sb.toString(); + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/SHA1.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/SHA1.java new file mode 100644 index 0000000..dcafcff --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/SHA1.java @@ -0,0 +1,54 @@ +package com.taurus.core.util; + +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; + +/** + * sha1 + */ +public final class SHA1 { + private static SHA1 _instance = new SHA1(); + private MessageDigest messageDigest; + private final Logger log; + + private SHA1() { + this.log = Logger.getLogger(getClass()); + try { + this.messageDigest = MessageDigest.getInstance("SHA-1"); + } catch (NoSuchAlgorithmException e) { + this.log.error("Could not instantiate the SHA-1 Message Digest!"); + } + } + + public static SHA1 getInstance() { + return _instance; + } + + public synchronized String getHash(String s) { + byte[] data = s.getBytes(); + this.messageDigest.update(data); + + return toHexString(this.messageDigest.digest()); + } + + public synchronized String getBase64Hash(String s) { + byte[] data = s.getBytes(); + this.messageDigest.update(data); + + return Base64.encodeToString(this.messageDigest.digest()); + } + + private String toHexString(byte[] byteData) { + StringBuffer sb = new StringBuffer(); + + for (int i = 0; i < byteData.length; i++) { + String hex = Integer.toHexString(byteData[i] & 0xFF); + if (hex.length() == 1) { + hex = "0" + hex; + } + sb.append(hex); + } + + return sb.toString(); + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/StringUtil.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/StringUtil.java new file mode 100644 index 0000000..d9318da --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/StringUtil.java @@ -0,0 +1,233 @@ +package com.taurus.core.util; + +import java.io.UnsupportedEncodingException; +import java.text.SimpleDateFormat; +import java.util.ArrayList; +import java.util.Date; +import java.util.List; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +/** + * string tools + * + */ +public class StringUtil { + + public static final String UTF_8 = "UTF-8"; + /** + * 空字符 + */ + public static final String Empty = ""; + + private static final String EMOJI_FILTER ="[\ud800\udc00-\udbff\udfff\ud800-\udfff]"; + /** + * 流数据转换为字符串 UTF-8 + * @param bytes + * @return + * @throws UnsupportedEncodingException + */ + public static String getString(byte[] bytes) throws UnsupportedEncodingException { + return new String(bytes,UTF_8); + } + + public static byte[] getBytes(String str) throws UnsupportedEncodingException { + return str==null?null:str.getBytes(UTF_8); + } + + /** + * 获得非空 + * @param str + * @return + */ + public static String getStr(String str) { + if (isEmpty(str)) return StringUtil.Empty; + return str; + } + + /** + * + * @param str + * @return + */ + public static int getBytesLength(String str) { + if (isEmpty(str)) { + return 0; + } + return str.getBytes().length; + } + + /** + * 字符串是否为空 + * @param str + * @return + */ + public static boolean isEmpty(String str) { + if (str == null) { + return true; + } + int len = str.length(); + if (len == 0) { + return true; + } + for (int i = 0; i < len; i++) { + switch (str.charAt(i)) { + case ' ': + case '\t': + case '\n': + case '\r': + break; + default: + return false; + } + } + return false; + } + + /** + * 字符串不为空 + * @param str + * @return + */ + public static boolean isNotEmpty(String str) { + return !isEmpty(str); + } + + private static final String DEFAULT_STR = "?"; + /** + * 将emoji表情替换成空串 + * + * @param source + * @return 过滤后的字符串 + */ + public static String filterEmoji(String source) { + if(StringUtil.isEmpty(source)) { + return DEFAULT_STR; + } + source = source.replaceAll(EMOJI_FILTER, StringUtil.Empty); + if(StringUtil.isEmpty(source)) { + return DEFAULT_STR; + } + return source; + } + + /** + * 首字母大写 + * @param str + * @return + */ + public static String capitalize(final String str) { + final int strLen; + if (str == null || (strLen = str.length()) == 0) { + return str; + } + return new StringBuffer(strLen).append(Character.toTitleCase(str.charAt(0))).append(str.substring(1)).toString(); + } + + /** + * 首字母小写 + * @param str + * @return + */ + public static String uncapitalize(final String str) { + final int strLen; + if (str == null || (strLen = str.length()) == 0) { + return str; + } + return new StringBuffer(strLen).append(Character.toLowerCase(str.charAt(0))).append(str.substring(1)).toString(); + } + + public static String getCurrentTime() { + SimpleDateFormat f = new SimpleDateFormat("yyyyMMdd"); + String time = f.format(new Date()); + return time; + } + + public static Object removeEndChar(String object, String cha) { + while ((isNotEmpty(object)) && (object.endsWith(cha))) { + object = object.substring(0, object.length() - 1); + } + return object; + } + + /** + * 获取正则表达式转换后的字符串 + * @param str + * @param regex 正则表达式 + * @return + */ + public static String getRegexStr(String str, String regex) { + Pattern p = Pattern.compile(regex); + Matcher m = p.matcher(str); + if (m.find()) { + return m.group(1); + } + + return null; + } + + /** + * 获取正则表达式转换后的字符串数组 + * @param str + * @param regex 正则表达式 + * @return + */ + public static List getRegexStrs(String str, String regex) { + List list = new ArrayList(); + Pattern p = Pattern.compile(regex); + Matcher m = p.matcher(str); + while (m.find()) { + list.add(m.group(1)); + } + return list; + } + + /** + * 获取MD5字符串 + * @param str + * @return + */ + public static String getMD5(String str) { + String result = MD5.getInstance().getHash(str); + return result; + } + + public static boolean isInteger(String str, Integer big, Integer small) { + boolean returnb; + if (isNotEmpty(str)) { + try { + int intStr = Integer.parseInt(str); + if ((big.intValue() == 0) && (small.intValue() == 0)) { + returnb = true; + } else if ((intStr <= big.intValue()) && (intStr >= small.intValue())) { + returnb = true; + } else { + returnb = false; + } + } catch (Exception e) { + returnb = false; + } + } else { + returnb = false; + } + + return returnb; + } + + /** + * 判断字符串是否是电话号码 + * @param telephone + * @return + */ + public static boolean isPhone(String telephone) { + boolean b; + if (isEmpty(telephone)) { + b = false; + } else { + Pattern p = Pattern.compile("^[1]([3|5|4|7|8][0-9]{1})[0-9]{8}$"); + Matcher m = p.matcher(telephone); + b = m.matches(); + } + return b; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/Utils.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/Utils.java new file mode 100644 index 0000000..50c7a13 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/Utils.java @@ -0,0 +1,313 @@ +package com.taurus.core.util; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.nio.ByteBuffer; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.Random; +import java.util.zip.Deflater; +import java.util.zip.DeflaterOutputStream; +import java.util.zip.Inflater; +import java.util.zip.InflaterInputStream; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TDataType; +import com.taurus.core.entity.TDataWrapper; +import com.taurus.core.entity.TObject; + +import java.util.Map.Entry; + +/** + * 工具类 + * + */ +public final class Utils { + private static final String DELIMITER = "__"; + private static final String BUFFER_TYPE_DIRCT = "DIRECT"; + private static final String BUFFER_TYPE_HEAP = "HEAP"; + public static final Random rand = new Random(); + static { + rand.setSeed(System.currentTimeMillis()); + } + + /** + * 重置byte数组大小 + * @param source + * @param pos + * @param size + * @return + */ + public static byte[] resizeByteArray(byte[] source, int pos, int size) { + byte[] tTArray = new byte[size]; + System.arraycopy(source, pos, tTArray, 0, size); + return tTArray; + } + + public static ITObject bytesToJson(byte[] bytes) throws IOException { + if (bytes == null) + return null; + String json = uncompressString(bytes); + ITObject p = TObject.newFromJsonData(json); + return p; + } + + public static byte[] jsonToBytes(ITObject json) throws IOException { + if (json != null) { + return compress(StringUtil.getBytes(json.toJson())); + } + return null; + } + + /** + * 将密码字符串转换为MD5 + * @param session + * @param clearPass + * @return + */ + public static String getClientPassword(String hashId, String clearPass) { + return MD5.getInstance().getHash(hashId + clearPass); + } + + /** + * 获取字符串转换为MD5 + * @param str + * @return + */ + public static String getMD5Hash(String str) { + return MD5.getInstance().getHash(str); + } + + /** + * 生成session hash key + * @param fullIpAddress + * @return + */ + public static String getUniqueSessionToken(String fullIpAddress) { + String key = fullIpAddress + DELIMITER + String.valueOf(rand.nextInt()) + System.currentTimeMillis(); + + return MD5.getInstance().getHash(key); + } + + /** + * 获取十六进制文件名 + * @param name + * @return + */ + public static String getHexFileName(String name) { + StringBuilder sb = new StringBuilder(); + char[] c = name.toCharArray(); + for (int i = 0; i < c.length; i++) { + sb.append(Integer.toHexString(c[i])); + } + + return sb.toString(); + } + + /** + * 根据类型创建ByteBuffer + * @param size + * @param type + * @return + */ + public static ByteBuffer allocateBuffer(int size, String type) { + ByteBuffer bb = null; + if (type.equalsIgnoreCase(BUFFER_TYPE_DIRCT)) { + bb = ByteBuffer.allocateDirect(size); + } else if (type.equalsIgnoreCase(BUFFER_TYPE_HEAP)) { + bb = ByteBuffer.allocate(size); + } + return bb; + } + + + /** + * ITArray 深拷贝 + * @param from + * @param to + */ + public static final void arrayCopyDeep(ITArray from, ITArray to) { + for (Iterator it = from.iterator(); it.hasNext();) { + TDataWrapper value = (TDataWrapper) it.next(); + if (value.getTypeId() == TDataType.TOBJECT) { + ITObject obj = TObject.newInstance(); + to.addTObject(obj); + objectCopyDeep((ITObject) value.getObject(),obj); + } else if (value.getTypeId() == TDataType.TARRAY) { + ITArray arr = TArray.newInstance(); + to.addTArray(arr); + arrayCopyDeep((ITArray) value.getObject(),arr); + } else { + TDataWrapper v = new TDataWrapper(value.getTypeId(), value.getObject()); + to.add(v); + } + } + } + + /** + * TObject 深拷贝 + * + * @param from + * @param to + */ + public static final void objectCopyDeep(ITObject from, ITObject to) { + for (Iterator> it = from.iterator(); it.hasNext();) { + Entry entry = it.next(); + String key = (String) entry.getKey(); + TDataWrapper value = (TDataWrapper) entry.getValue(); + if (value.getTypeId() == TDataType.TOBJECT) { + ITObject obj = TObject.newInstance(); + to.putTObject(key, obj); + objectCopyDeep((ITObject) value.getObject(),obj); + } else if (value.getTypeId() == TDataType.TARRAY) { + ITArray arr = TArray.newInstance(); + to.putTArray(key, arr); + arrayCopyDeep((ITArray) value.getObject(),arr); + } else { + TDataWrapper v = new TDataWrapper(value.getTypeId(), value.getObject()); + to.put(key, v); + } + } + } + + /** + * TArray copy + * @param from + * @param to + */ + public static final void arrayCopy(ITArray from,ITArray to) { + for (Iterator it = from.iterator(); it.hasNext();) { + TDataWrapper value = (TDataWrapper) it.next(); + to.add(value); + } + } + + /** + * TObject copy + * @param from + * @param to + */ + public static final void objectCopy(ITObject from,ITObject to) { + for (Iterator> it = from.iterator(); it.hasNext();) { + Entry entry = it.next(); + String key = (String) entry.getKey(); + TDataWrapper value = (TDataWrapper) entry.getValue(); + to.put(key, value); + } + } + + /** + * TObject to {@code Map} + * @param from + * @param map + */ + public static final void objectToMap(ITObject from,Map map) { + for (Iterator> it = from.iterator(); it.hasNext();) { + Entry entry = it.next(); + String key = (String) entry.getKey(); + TDataWrapper value = (TDataWrapper) entry.getValue(); + if (value.getTypeId() == TDataType.TOBJECT || value.getTypeId() == TDataType.TARRAY) { + map.put(key, ((ITObject) value.getObject()).toJson()); + }else { + map.put(key, value.getObject().toString()); + } + } + } + + /** + * list to TArray + * @param list + * @return + */ + public static final ITArray toTArray(List list) { + ITArray result = new TArray(); + for (Integer card : list) { + result.addInt(card); + } + return result; + } + + /** + * 压缩字节数组 + * @param data + * @return + * @throws IOException + */ + public static byte[] compress(byte[] data) throws IOException{ + ByteArrayOutputStream bos = new ByteArrayOutputStream(); + try { + compress(data,bos); + byte[] output = bos.toByteArray(); + return output; + }finally { + bos.close(); + } + } + + /** + * 压缩 字节数组到输出流 + * @param data + * @param os + * @throws IOException + */ + public static void compress(byte[] data, OutputStream os) throws IOException { + Deflater deflater = new Deflater(Deflater.BEST_COMPRESSION, false); + DeflaterOutputStream dos = new DeflaterOutputStream(os,deflater); + dos.write(data, 0, data.length); + dos.finish(); + dos.flush(); + } + + /** + * 解压缩 字节数组 + * @param data + * @return + * @throws IOException + */ + public static String uncompressString(byte[] data) throws IOException { + byte[] output = uncompress(data); + String str= StringUtil.getString(output); + return str; + } + + /** + * 解压缩 字节数组 + * @param data + * @return + * @throws IOException + */ + public static byte[] uncompress(byte[] data) throws IOException { + ByteArrayInputStream bis = new ByteArrayInputStream(data); + try { + byte[] output =uncompress(bis); + return output; + }finally { + bis.close(); + } + } + + /** + * 解压缩 输入流 到字节数组 + * @param is + * @return + * @throws IOException + */ + public static byte[] uncompress(InputStream is) throws IOException { + Inflater decompresser = new Inflater(false); + InflaterInputStream iis = new InflaterInputStream(is,decompresser); + ByteArrayOutputStream o = new ByteArrayOutputStream(1024); + int i = 1024; + byte[] buf = new byte[i]; + + while ((i = iis.read(buf, 0, i)) > 0) { + o.write(buf, 0, i); + } + return o.toByteArray(); + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/json/JSONParser.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/json/JSONParser.java new file mode 100644 index 0000000..f96d6d5 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/json/JSONParser.java @@ -0,0 +1,370 @@ +package com.taurus.core.util.json; + +import java.util.ArrayList; +import java.util.LinkedHashMap; +import java.util.List; +import java.util.Map; + +public class JSONParser { + + private String text; + private int index = 0; + private char ch; + + private Token token; + private String stringValue; + private long longValue; + private double doubleValue; + + public JSONParser(String text){ + this.text = text; + ch = text.charAt(0); + nextToken(); + } + + public Object parse() { + if (token == Token.LBRACE) { + return parseMap(); + } + + if (token == Token.INT) { + Object value; + if (this.longValue >= Integer.MIN_VALUE && this.longValue <= Integer.MAX_VALUE) { + value = (int) this.longValue; + } else { + value = this.longValue; + } + + nextToken(); + return value; + } + + if (token == Token.DOUBLE) { + Object value = this.doubleValue; + nextToken(); + return value; + } + + if (token == Token.STRING) { + Object value = this.stringValue; + nextToken(); + return value; + } + + if (token == Token.LBRACKET) { + return parseArray(); + } + + if (token == Token.TRUE) { + nextToken(); + return true; + } + + if (token == Token.FALSE) { + nextToken(); + return false; + } + + if (token == Token.NULL) { + nextToken(); + return null; + } + + throw new IllegalArgumentException("illegal token : " + token); + } + + public List parseArray() { + accept(Token.LBRACKET); + ArrayList list = new ArrayList(); + + for (;;) { + if (token == Token.RBRACKET) { + break; + } + + if (token == Token.COMMA) { + nextToken(); + continue; + } + + Object item = parse(); + list.add(item); + } + + accept(Token.RBRACKET); + return list; + } + + public Map parseMap() { + accept(Token.LBRACE); + Map map = new LinkedHashMap(); + + for (;;) { + if (token == Token.RBRACE) { + break; + } + + if (token == Token.COMMA) { + nextToken(); + continue; + } + + String key; + { + if (token != Token.STRING) { + throw new IllegalArgumentException("illegal json, " + token + " : " + text); + } + key = this.stringValue; + nextToken(); + } + + accept(Token.COLON); + + Object value = parse(); + + map.put(key, value); + } + + accept(Token.RBRACE); + return map; + } + + void accept(Token token) { + if (this.token == token) { + nextToken(); + return; + } + + throw new IllegalArgumentException("illegal token : " + this.token + ", expect " + token); + } + private final static boolean[] whitespaceFlags = new boolean[256]; + static { + for (int i = 0; i <= 32; ++i) { + whitespaceFlags[i] = true; + } + + whitespaceFlags[0x1A] = false; + for (int i = 0x7F; i <= 0xA0; ++i) { + whitespaceFlags[i] = true; + } + + whitespaceFlags[160] = true; // 特别处理 + } + public static boolean isWhitespace(char c) { + return (c <= whitespaceFlags.length && whitespaceFlags[c]) // + || c == ' '; // Chinese space + } + + final void nextToken() { + if (index == Integer.MIN_VALUE) { + token = Token.EOF; + return; + } + + for (;;) { + if (isWhitespace(ch)) { + nextChar(); + continue; + } + + if (index >= text.length()) { + token = Token.EOF; + return; + } + + break; + } + + switch (ch) { + case '{': + token = Token.LBRACE; + nextChar(); + break; + case '}': + token = Token.RBRACE; + nextChar(); + break; + case '[': + token = Token.LBRACKET; + nextChar(); + break; + case ']': + token = Token.RBRACKET; + nextChar(); + break; + case ',': + token = Token.COMMA; + nextChar(); + break; + case ':': + token = Token.COLON; + nextChar(); + break; + case '"': + scanString(); + break; + default: + if (isDigit(ch) || ch == '-') { + scanDigit(); + return; + } + + if (text.startsWith("null", index)) { + token = Token.NULL; + index += 3; + nextChar(); + return; + } + + if (text.startsWith("true", index)) { + token = Token.TRUE; + index += 3; + nextChar(); + return; + } + + if (text.startsWith("false", index)) { + token = Token.FALSE; + index += 4; + nextChar(); + return; + } + throw new IllegalArgumentException("illegal json char : " + ch); + } + } + + private void scanDigit() { + boolean isNegate = false; + if (ch == '-') { + isNegate = true; + nextChar(); + } + + int dotCount = 0; + StringBuilder digitBuf = new StringBuilder(); + for (;;) { + digitBuf.append(ch); + nextChar(); + + if (ch == '.') { + dotCount++; + digitBuf.append('.'); + nextChar(); + continue; + } + + if (!isDigit(ch)) { + break; + } + } + + if (dotCount == 0) { + long longValue = Long.parseLong(digitBuf.toString()); + if (isNegate) { + longValue = -longValue; + } + this.longValue = longValue; + token = Token.INT; + } else { + double doubleValue = Double.parseDouble(digitBuf.toString()); + if (isNegate) { + doubleValue = -doubleValue; + } + this.doubleValue = doubleValue; + token = Token.DOUBLE; + } + } + + private void scanString() { + nextChar(); + StringBuilder strBuf = new StringBuilder(); + for (;;) { + if (index >= text.length()) { + throw new IllegalArgumentException("illegal string : " + strBuf); + } + if (ch == '"') { + nextChar(); + break; + } + + if (ch == '\\') { + nextChar(); + if (ch == '"' || ch == '\\' || ch == '/') { + strBuf.append(ch); + } else if (ch == 'n') { + strBuf.append('\n'); + } else if (ch == 'r') { + strBuf.append('\r'); + } else if (ch == 'b') { + strBuf.append('\b'); + } else if (ch == 'f') { + strBuf.append('\f'); + } else if (ch == 't') { + strBuf.append('\t'); + } else if (ch == 'u') { + nextChar(); + char c1 = ch; + nextChar(); + char c2 = ch; + nextChar(); + char c3 = ch; + nextChar(); + char c4 = ch; + int val = Integer.parseInt(new String(new char[] { c1, c2, c3, c4 }), 16); + strBuf.append((char) val); + } else { + throw new IllegalArgumentException("illegal string : " + strBuf); + } + } else { + strBuf.append(ch); + } + nextChar(); + } + stringValue = strBuf.toString(); + token = Token.STRING; + } + + static boolean isDigit(char ch) { + return ch >= '0' && ch <= '9'; + } + + void nextChar() { + ++index; + if (index >= text.length()) { + index = Integer.MIN_VALUE; + return; + } + + ch = text.charAt(index); + } + + enum Token { + INT, // + DOUBLE, // + STRING, // + BOOLEAN, // + TRUE, // + FALSE, // + NULL, // + EOF, // + + LBRACE("{"), // + RBRACE("}"), // + LBRACKET("["), // + RBRACKET("]"), // + COMMA(","), // + COLON(":"), + + ; + + public final String name; + + Token(){ + this(null); + } + + Token(String name){ + this.name = name; + } + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/json/JSONUtils.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/json/JSONUtils.java new file mode 100644 index 0000000..70a8c32 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/json/JSONUtils.java @@ -0,0 +1,15 @@ +package com.taurus.core.util.json; + +public class JSONUtils { + + public static String toJSONString(Object o) { + JSONWriter writer = new JSONWriter(); + writer.writeObject(o); + return writer.toString(); + } + + public static Object parse(String text) { + JSONParser parser = new JSONParser(text); + return parser.parse(); + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/json/JSONWriter.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/json/JSONWriter.java new file mode 100644 index 0000000..50d578b --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/json/JSONWriter.java @@ -0,0 +1,314 @@ + +package com.taurus.core.util.json; + + +import javax.management.openmbean.CompositeData; +import javax.management.openmbean.TabularData; + +import java.io.PrintWriter; +import java.io.StringWriter; +import java.text.SimpleDateFormat; +import java.util.Collection; +import java.util.Date; +import java.util.Map; + +public class JSONWriter { + + private StringBuilder out; + + + + public JSONWriter(){ + this.out = new StringBuilder(); + } + + public void writeArrayStart() { + write('['); + } + + public void writeComma() { + write(','); + } + + public void writeArrayEnd() { + write(']'); + } + + public void writeNull() { + write("null"); + } + + @SuppressWarnings({ "unchecked", "rawtypes" }) + public void writeObject(Object o) { + if (o == null) { + writeNull(); + return; + } + + if (o instanceof String) { + writeString((String) o); + return; + } + + if (o instanceof Number) { + write(o.toString()); + return; + } + + if (o instanceof Boolean) { + write(o.toString()); + return; + } + + if (o instanceof Date) { + writeDate((Date) o); + return; + } + + if (o instanceof Collection) { + writeArray((Collection) o); + return; + } + + if (o instanceof Throwable) { + writeError((Throwable) o); + return; + } + + if (o instanceof int[]) { + int[] array = (int[]) o; + write('['); + for (int i = 0; i < array.length; ++i) { + if (i != 0) { + write(','); + } + write(array[i]); + } + write(']'); + return; + } + + if (o instanceof long[]) { + long[] array = (long[]) o; + write('['); + for (int i = 0; i < array.length; ++i) { + if (i != 0) { + write(','); + } + write(array[i]); + } + write(']'); + return; + } + + if (o instanceof TabularData) { + writeTabularData((TabularData) o); + return; + } + + if (o instanceof CompositeData) { + writeCompositeData((CompositeData) o); + return; + } + + if (o instanceof Map) { + writeMap((Map) o); + return; + } + + throw new IllegalArgumentException("not support type : " + o.getClass()); + } + + public void writeDate(Date date) { + if (date == null) { + writeNull(); + return; + } + //SimpleDataFormat is not thread-safe, we need to make it local. + SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + writeString(dateFormat.format(date)); + } + + public void writeError(Throwable error) { + if (error == null) { + writeNull(); + return; + } + error.printStackTrace(); + + write("{\"Class\":"); + writeString(error.getClass().getName()); + write(",\"Message\":"); + writeString(error.getMessage()); + write(",\"StackTrace\":"); + writeString(getStackTrace(error)); + write('}'); + } + + public static String getStackTrace(Throwable ex) { + StringWriter buf = new StringWriter(); + ex.printStackTrace(new PrintWriter(buf)); + + return buf.toString(); + } + + public void writeArray(Object[] array) { + if (array == null) { + writeNull(); + return; + } + + write('['); + + for (int i = 0; i < array.length; ++i) { + if (i != 0) { + write(','); + } + writeObject(array[i]); + } + + write(']'); + } + + public void writeArray(Collection list) { + if (list == null) { + writeNull(); + return; + } + + int entryIndex = 0; + write('['); + + for (Object entry : list) { + if (entryIndex != 0) { + write(','); + } + writeObject(entry); + entryIndex++; + } + + write(']'); + } + + public void writeString(String text) { + if (text == null) { + writeNull(); + return; + } + + write('"'); + for (int i = 0; i < text.length(); ++i) { + char c = text.charAt(i); + if (c == '"') { + write("\\\""); + } else if (c == '\n') { + write("\\n"); + } else if (c == '\r') { + write("\\r"); + } else if (c == '\\') { + write("\\\\"); + } else if (c == '\t') { + write("\\t"); + } else if (c < 16) { + write("\\u000"); + write(Integer.toHexString(c)); + } else if (c < 32) { + write("\\u00"); + write(Integer.toHexString(c)); + } else if (c >= 0x7f && c <= 0xA0) { + write("\\u00"); + write(Integer.toHexString(c)); + } else { + write(c); + } + } + write('"'); + } + + public void writeTabularData(TabularData tabularData) { + if (tabularData == null) { + writeNull(); + return; + } + + int entryIndex = 0; + write('['); + + for (Object item : tabularData.values()) { + if (entryIndex != 0) { + write(','); + } + CompositeData row = (CompositeData) item; + writeCompositeData(row); + + entryIndex++; + } + write(']'); + } + + public void writeCompositeData(CompositeData compositeData) { + if (compositeData == null) { + writeNull(); + return; + } + + int entryIndex = 0; + write('{'); + + for (Object key : compositeData.getCompositeType().keySet()) { + if (entryIndex != 0) { + write(','); + } + writeString((String) key); + write(':'); + Object value = compositeData.get((String) key); + writeObject(value); + entryIndex++; + } + + write('}'); + } + + public void writeMap(Map map) { + if (map == null) { + writeNull(); + return; + } + + int entryIndex = 0; + write('{'); + for (Map.Entry entry : map.entrySet()) { + if (entryIndex != 0) { + write(','); + } + + writeString(entry.getKey()); + write(':'); + writeObject(entry.getValue()); + + entryIndex++; + } + + write('}'); + } + + protected void write(String text) { + out.append(text); + } + + protected void write(char c) { + out.append(c); + } + + protected void write(int c) { + out.append(c); + } + + protected void write(long c) { + out.append(c); + } + + public String toString() { + return out.toString(); + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/task/ITaskHandler.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/task/ITaskHandler.java new file mode 100644 index 0000000..c08d297 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/task/ITaskHandler.java @@ -0,0 +1,16 @@ +package com.taurus.core.util.task; + +/** + * 任务处理器通用接口 + * + * + */ +public interface ITaskHandler { + + /** + * + * @param task + * @throws Exception + */ + public void doTask(Task ask) throws Exception; +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/task/Task.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/task/Task.java new file mode 100644 index 0000000..c8afa95 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/task/Task.java @@ -0,0 +1,45 @@ +package com.taurus.core.util.task; + +import java.util.HashMap; +import java.util.Map; + +/** + * 任务数据基类 + * + * + */ +public class Task { + private Object id; + private Map parameters; + private volatile boolean active = true; + + public Task() { + this.parameters = new HashMap(); + } + + public Task(Object id) { + this(); + this.id = id; + } + + public Task(Object id, Map mapObj) { + this.id = id; + this.parameters = mapObj; + } + + public Object getId() { + return this.id; + } + + public Map getParameters() { + return this.parameters; + } + + public boolean isActive() { + return this.active; + } + + public void setActive(boolean active) { + this.active = active; + } +} diff --git a/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/task/TaskScheduler.java b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/task/TaskScheduler.java new file mode 100644 index 0000000..1e9dc23 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/main/java/com/taurus/core/util/task/TaskScheduler.java @@ -0,0 +1,139 @@ +package com.taurus.core.util.task; + +import java.util.Iterator; +import java.util.LinkedList; +import java.util.List; +import java.util.concurrent.ExecutorService; +import java.util.concurrent.Executors; +import java.util.concurrent.atomic.AtomicInteger; + +import com.taurus.core.service.AbstractService; +import com.taurus.core.util.Logger; + +/** + * 计时器/任务调度器 + * + * + */ +public class TaskScheduler extends AbstractService implements Runnable { + private static AtomicInteger schedulerId = new AtomicInteger(0); + + private volatile int threadId = 1; + private long SLEEP_TIME = 250L; + private ExecutorService taskExecutor; + private LinkedList taskList; + private LinkedList addList; + private Logger logger; + private volatile boolean running = false; + + public TaskScheduler() { + schedulerId.incrementAndGet(); + this.taskList = new LinkedList(); + this.addList = new LinkedList(); + this.logger = Logger.getLogger(TaskScheduler.class); + } + + public void init(Object o) { + super.init(o); + startService(); + } + + public void destroy(Object o) { + super.destroy(o); + stopService(); + } + + public void handleMessage(Object message) { + throw new UnsupportedOperationException("not supported in this class version"); + } + + public void startService() { + running = true; + taskExecutor = Executors.newSingleThreadExecutor(); + taskExecutor.execute(this); + } + + public void stopService() { + running = false; + List leftOvers = taskExecutor.shutdownNow(); + taskExecutor = null; + logger.info("Scheduler stopped. Unprocessed tasks: " + leftOvers.size()); + } + + public void run() { + Thread.currentThread().setName("Scheduler" + schedulerId.get() + "-thread-" + this.threadId++); + logger.info("Scheduler started: " + name); + + while (running) { + try { + executeTasks(); + Thread.sleep(SLEEP_TIME); + } catch (InterruptedException ie) { + logger.warn("Scheduler: " + name + " interrupted."); + } catch (Exception e) { + logger.error( "Scheduler: " + name + " caught a generic exception: " + e, e); + } + } + } + + public void addScheduledTask(Task task, int interval, boolean loop, ITaskHandler callback) { + synchronized (addList) { + addList.add(new ScheduledTask(task, interval, loop, callback)); + } + } + + private void executeTasks() { + long now = System.currentTimeMillis(); + + if (taskList.size() > 0) { + synchronized (taskList) { + for (Iterator it = taskList.iterator(); it.hasNext();) { + ScheduledTask t = (ScheduledTask) it.next(); + + if (!t.task.isActive()) { + it.remove(); + } else { + if (now < t.expiry) { + continue; + } + try { + t.callback.doTask(t.task); + } catch (Exception e) { + logger.error("Scheduler callback exception. Callback: " + t.callback + ", Exception: " + e, e); + } + + if (t.loop) { + t.expiry += t.interval * 1000; + } else { + it.remove(); + } + } + } + } + + } + + if (addList.size() > 0) { + synchronized (taskList) { + taskList.addAll(addList); + addList.clear(); + } + } + } + + private final class ScheduledTask { + long expiry; + int interval; + boolean loop; + ITaskHandler callback; + Task task; + + public ScheduledTask(Task t, int interval, boolean loop, ITaskHandler callback) { + this.task = t; + this.interval = interval; + this.expiry = (System.currentTimeMillis() + interval * 1000); + this.callback = callback; + this.loop = loop; + } + } +} diff --git a/libs/taurus-server/taurus-core/src/test/java/Test.java b/libs/taurus-server/taurus-core/src/test/java/Test.java new file mode 100644 index 0000000..f04b677 --- /dev/null +++ b/libs/taurus-server/taurus-core/src/test/java/Test.java @@ -0,0 +1,221 @@ +import java.io.File; +import java.io.FileFilter; +import java.io.FileInputStream; +import java.io.FileOutputStream; +import java.io.InputStream; +import java.lang.management.ManagementFactory; +import java.util.ArrayList; +import java.util.List; +import java.util.Random; +import java.util.UUID; + +import org.jdom.Document; +import org.jdom.Element; +import org.jdom.input.SAXBuilder; +import org.jdom.output.XMLOutputter; + +import com.mysql.cj.util.Util; +import com.sun.management.OperatingSystemMXBean; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.PluginService; +import com.taurus.core.plugin.database.DataBase; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Utils; + +import redis.clients.jedis.Jedis; +import redis.clients.jedis.Transaction; + +public class Test { + private static final int[] PIDS= { + 48,49,50,51,52,53,54,55,56,57, +// 65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90, + 97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122 + }; + private static final Random rnd = new Random(System.currentTimeMillis()); + + private static final String rndId() { + char[] chars = new char[8]; + for(int i=0;i searchFiles(File folder, final String keyword) { + List result = new ArrayList(); + if (folder.isFile()) + result.add(folder); + + File[] subFolders = folder.listFiles(new FileFilter() { + @Override + public boolean accept(File file) { + if (file.isDirectory()) { + return true; + } + if (file.getName().toLowerCase().contains(keyword)) { + return true; + } + return false; + } + }); + + if (subFolders != null) { + for (File file : subFolders) { + if (file.isFile()) { + // 如果是文件则将文件添加到结果列表中 + result.add(file); + } else { + // 如果是文件夹,则递归调用本方法,然后把所有的文件加到结果列表中 + result.addAll(searchFiles(file, keyword)); + } + } + } + + return result; + } + + private static void read(Data data) throws Exception { + InputStream is = new FileInputStream(data.file); + SAXBuilder builder = new SAXBuilder(); + Document document = builder.build(is); + Element root = document.getRootElement(); + is.close(); + data.document = document; + data.root = root; + data.id = root.getAttributeValue("id"); + } + + private static final class Data{ + public File file; + public Document document; + public Element root; + public String id; + + public boolean equals(Object obj) { + if(obj instanceof Data) { + return this == obj; + } + if(obj instanceof String) { + return id.equals(obj); + } + return false; + } + } + + private static final String exceId(List datas) { + String id = rndId(); + if(datas.contains(id)) { + return exceId(datas); + } + return id; + } + + private static void emoji_test() { + try { + PluginService.me().loadConfig(); + String sql = "insert into test(nick) values('12🦌🦌🦌12')"; + long time = System.currentTimeMillis(); + for(int i=0;i<1;++i) { + DataBase.use().executeUpdate(sql); + } + System.out.println("use time:"+(System.currentTimeMillis() - time)); + } catch (Exception e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + private static void find_test() { + try { + PluginService.me().loadConfig(); + String sql = "select * from test"; + long time = System.currentTimeMillis(); + for(int i=0;i<2000;++i) { + DataBase.use().executeQueryByTArray(sql); + } + System.out.println("use time:"+(System.currentTimeMillis() - time)); + } catch (Exception e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + private static OperatingSystemMXBean osmxb = (OperatingSystemMXBean) ManagementFactory.getOperatingSystemMXBean(); + public static int cpuLoad() { + double cpuLoad = osmxb.getSystemCpuLoad(); + int percentCpuLoad = (int) (cpuLoad * 100); + return percentCpuLoad; + } + + public static void main(String[] args) { + try { + PluginService.me().loadConfig(); + } catch (Exception e1) { + // TODO Auto-generated catch block + e1.printStackTrace(); + } + + new Thread(() -> { + while (true) { + long bac = 1000000; + bac = bac >> 1; + } + }).start();; + + while (true) { + try { + Thread.sleep(1000); + } catch (InterruptedException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + System.out.println(cpuLoad()); + } + + + + +// find_test(); +// for(int i =0;i<100;++i) +// System.out.println(rndId()); + + /* + List files = searchFiles(new File("F:\\work\\pro\\qyq_client\\client\\new_pro\\qyq_new_ui\\"), "package.xml"); + List files1 = searchFiles(new File("F:\\work\\pro\\qyq_client\\client\\new_pro\\qyq_exinfo_ui\\"), "package.xml"); + files.addAll(files1); + List datas = new ArrayList<>(); + try { + for(File f : files) { + Data d = new Data(); + d.file = f; + read(d); + datas.add(d); + } + }catch (Exception e) { + e.printStackTrace(); + } + List listTemp = new ArrayList(); + for(int i=0;i-Djdk.net.URLClassPath.disableClassPathURLCheck=true +'other' has different root + diff --git a/libs/taurus-server/taurus-core/target/surefire-reports/TEST-Test.xml b/libs/taurus-server/taurus-core/target/surefire-reports/TEST-Test.xml new file mode 100644 index 0000000..d15913c --- /dev/null +++ b/libs/taurus-server/taurus-core/target/surefire-reports/TEST-Test.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/taurus-server/taurus-core/target/surefire-reports/Test.txt b/libs/taurus-server/taurus-core/target/surefire-reports/Test.txt new file mode 100644 index 0000000..f55c212 --- /dev/null +++ b/libs/taurus-server/taurus-core/target/surefire-reports/Test.txt @@ -0,0 +1,4 @@ +------------------------------------------------------------------------------- +Test set: Test +------------------------------------------------------------------------------- +Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in Test diff --git a/libs/taurus-server/taurus-core/target/taurus-core-1.0.1-sources.jar b/libs/taurus-server/taurus-core/target/taurus-core-1.0.1-sources.jar new file mode 100644 index 0000000..54b71fb Binary files /dev/null and b/libs/taurus-server/taurus-core/target/taurus-core-1.0.1-sources.jar differ diff --git a/libs/taurus-server/taurus-core/target/taurus-core-1.0.1.jar b/libs/taurus-server/taurus-core/target/taurus-core-1.0.1.jar new file mode 100644 index 0000000..7c034d3 Binary files /dev/null and b/libs/taurus-server/taurus-core/target/taurus-core-1.0.1.jar differ diff --git a/libs/taurus-server/taurus-core/target/test-classes/Test$1.class b/libs/taurus-server/taurus-core/target/test-classes/Test$1.class new file mode 100644 index 0000000..104e527 Binary files /dev/null and b/libs/taurus-server/taurus-core/target/test-classes/Test$1.class differ diff --git a/libs/taurus-server/taurus-core/target/test-classes/Test$Data.class b/libs/taurus-server/taurus-core/target/test-classes/Test$Data.class new file mode 100644 index 0000000..e870d44 Binary files /dev/null and b/libs/taurus-server/taurus-core/target/test-classes/Test$Data.class differ diff --git a/libs/taurus-server/taurus-core/target/test-classes/Test.class b/libs/taurus-server/taurus-core/target/test-classes/Test.class new file mode 100644 index 0000000..a315571 Binary files /dev/null and b/libs/taurus-server/taurus-core/target/test-classes/Test.class differ diff --git a/libs/taurus-server/taurus-core/taurus-core (1).iml b/libs/taurus-server/taurus-core/taurus-core (1).iml new file mode 100644 index 0000000..fd93478 --- /dev/null +++ b/libs/taurus-server/taurus-core/taurus-core (1).iml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/taurus-server/taurus-permanent/config/log4j.properties b/libs/taurus-server/taurus-permanent/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/libs/taurus-server/taurus-permanent/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/libs/taurus-server/taurus-permanent/config/taurus-core.xml b/libs/taurus-server/taurus-permanent/config/taurus-core.xml new file mode 100644 index 0000000..1a2267f --- /dev/null +++ b/libs/taurus-server/taurus-permanent/config/taurus-core.xml @@ -0,0 +1,97 @@ + + + log4j.properties + + + database + com.taurus.core.plugin.database.DataBasePlugin + + + + 80 + + 2 + + 5 + + -1 + + true + + true + + true + + select 1 + + 180000 + + 60000 + + 30000 + + false + + 300000 + + false + + -1 + + + + + db1 + com.mysql.jdbc.Driver + jdbc:mysql://192.168.0.11:6060/db_haoyou + proto_ff + 37du_game + + + + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + \ No newline at end of file diff --git a/libs/taurus-server/taurus-permanent/config/taurus-permanent.xml b/libs/taurus-server/taurus-permanent/config/taurus-permanent.xml new file mode 100644 index 0000000..6c629f3 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 4 + + 100 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 3 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + true +
0.0.0.0
+ 8080 +
+ + + + extension - test + com.taurus.TestExtension + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/libs/taurus-server/taurus-permanent/pom.xml b/libs/taurus-server/taurus-permanent/pom.xml new file mode 100644 index 0000000..7fa00c5 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/pom.xml @@ -0,0 +1,36 @@ + + + 4.0.0 + + com.taurus + taurus-server + 1.0.1 + + jar + taurus-permanent + 1.0.1 + + + + + junit + junit + + + + + com.taurus + taurus-core + + + + + io.undertow + undertow-core + 2.0.16.Final + + + diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/Main.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/Main.java new file mode 100644 index 0000000..9156073 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/Main.java @@ -0,0 +1,9 @@ +package com.taurus.permanent; + +public class Main { + + public static void main(String[] args) { + TPServer taurus = TPServer.me(); + taurus.start(); + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/TPServer.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/TPServer.java new file mode 100644 index 0000000..b7b2c9f --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/TPServer.java @@ -0,0 +1,319 @@ +package com.taurus.permanent; + +import java.io.FileInputStream; +import java.io.FileNotFoundException; +import java.util.List; +import java.util.concurrent.LinkedBlockingQueue; +import java.util.concurrent.ScheduledThreadPoolExecutor; +import java.util.concurrent.ThreadFactory; +import java.util.concurrent.ThreadPoolExecutor; +import java.util.concurrent.TimeUnit; +import java.util.concurrent.atomic.AtomicInteger; + +import com.taurus.core.events.Event; +import com.taurus.core.events.EventManager; +import com.taurus.core.events.IEventListener; +import com.taurus.core.plugin.PluginService; +import com.taurus.core.routes.Extension; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.core.util.task.TaskScheduler; +import com.taurus.permanent.core.BitSwarmEngine; +import com.taurus.permanent.core.DefaultConstants; +import com.taurus.permanent.core.ServerConfig; +import com.taurus.permanent.core.ServerConfig.ExecutorConfig; +import com.taurus.permanent.core.ServerState; +import com.taurus.permanent.core.SessionManager; +import com.taurus.permanent.core.SystemController; +import com.taurus.permanent.core.TPEvents; +import com.taurus.permanent.data.Session; +import com.taurus.permanent.util.GhostUserHunter; + +/** + * The server main class. + * + * + * + */ +public final class TPServer { + /** + * The server version. + */ + private final String version = "1.0.1"; + /** + * The server class instance. + */ + private static TPServer _instance = null; + private final BitSwarmEngine bitSwarmEngine; + private final Logger log; + private volatile ServerState state = ServerState.STARTING; + private volatile boolean initialized = false; + private volatile long serverStartTime; + private ServerConfig config; + private IEventListener networkEvtListener; + private ScheduledThreadPoolExecutor timerPool; + private TaskScheduler taskScheduler; + private EventManager eventManager; + private GhostUserHunter ghostUserHunter; + private SystemController controller; + private Extension extension; + private ThreadPoolExecutor systemExecutor; + private ThreadPoolExecutor extensionExecutor; + + /** + * get main instance + */ + public static TPServer me() { + if (_instance == null) { + _instance = new TPServer(); + } + return _instance; + } + + private TPServer() { + bitSwarmEngine = BitSwarmEngine.getInstance(); + + networkEvtListener = new NetworkEvtListener(); + timerPool = new ScheduledThreadPoolExecutor(1); + log = Logger.getLogger(getClass()); + + } + + public String getVersion() { + return version; + } + + private static final ServerConfig loadServerSettings() throws Exception { + FileInputStream is = new FileInputStream(DefaultConstants.SERVER_CFG_FILE); + ServerConfig config = new ServerConfig(); + config.load(is); + return config; + } + + public void start() { + System.out.println("\n==============================================================================\n" + + ">>Begin start taurus-permanent server....\n" + + "============================================================================== \n"); + if (!initialized) { + initialize(); + } + + try { + + PluginService.me().loadConfig(); + log.info("Load taurus-core config finish"); + + this.config = loadServerSettings(); + initExecutors(); + + this.taskScheduler = new TaskScheduler(); + this.taskScheduler.init(null); + + this.eventManager = new EventManager(systemExecutor); + eventManager.init(null); + + timerPool.setCorePoolSize(config.timerThreadPoolSize); + bitSwarmEngine.init(null); + + log.info("\n\n==============================================================================\n" + + ">>Init Extension...\n"+ + "============================================================================== \n"); + controller = new SystemController(); + ghostUserHunter = new GhostUserHunter(); + extension = instanceExtension(); + controller.init(null); + extension.onStart(); + + state = ServerState.STARTED; + log.info("\n\n==============================================================================\n" + + ">>Server(" + version + ") ready!\n" + + "============================================================================== \n"); + + serverStartTime = System.currentTimeMillis(); + } catch (FileNotFoundException e) { + log.error("Not find taurus-core.xml and taurus-permanent.xml", e); + } catch (Exception e) { + log.error("Server start exception!", e); + } + } + + private void initExecutors() { + final ExecutorConfig sys_cfg = this.config.systemThreadPoolConfig; + this.systemExecutor = new ThreadPoolExecutor(sys_cfg.corePoolSize, sys_cfg.maxPoolSize, sys_cfg.keepAliveTime, TimeUnit.MILLISECONDS, + new LinkedBlockingQueue(sys_cfg.maxQueueSize), new TPThreadFactory(sys_cfg.name)); + + final ExecutorConfig ext_cfg = this.config.extensionThreadPoolConfig; + this.extensionExecutor = new ThreadPoolExecutor(ext_cfg.corePoolSize, ext_cfg.maxPoolSize, ext_cfg.keepAliveTime, TimeUnit.MILLISECONDS, + new LinkedBlockingQueue(ext_cfg.maxQueueSize), new TPThreadFactory(ext_cfg.name)); + } + + /** + * shut down server. + */ + public void shutdown() { + try { + log.info("Server shutdown!"); + List awaitingExecution = timerPool.shutdownNow(); + log.info("stopping timer pool: " + awaitingExecution.size()); + + bitSwarmEngine.destroy(null); + eventManager.destroy(null); + this.controller.destroy(null); + extension.onStop(); + } catch (Exception e) { + log.error("shut down exception!", e); + } + } + + public ScheduledThreadPoolExecutor getTimerPool() { + return timerPool; + } + + public TaskScheduler getTaskScheduler() { + return taskScheduler; + } + + public ThreadPoolExecutor getSystemExecutor() { + return systemExecutor; + } + + public ThreadPoolExecutor getExtensionExecutor() { + return extensionExecutor; + } + + public EventManager getEventManager() { + return eventManager; + } + + public SessionManager getSessionManager() { + return bitSwarmEngine.getSessionManager(); + } + + public SystemController getController() { + return controller; + } + + public Extension getExtension() { + return extension; + } + + public ServerState getState() { + return state; + } + + public ServerConfig getConfig() { + return config; + } + + /** + * 获取服务器启动时间 + * + * @return + */ + public long getUptime() { + if (serverStartTime == 0L) { + throw new IllegalStateException("Server not ready yet, cannot provide uptime!"); + } + return System.currentTimeMillis() - serverStartTime; + } + + private void initialize() { + if (initialized) { + throw new IllegalStateException("SmartFoxServer engine already initialized!"); + } + bitSwarmEngine.addEventListener(TPEvents.SESSION_LOST, networkEvtListener); + bitSwarmEngine.addEventListener(TPEvents.SESSION_IDLE, networkEvtListener); + bitSwarmEngine.addEventListener(TPEvents.SESSION_IDLE_CHECK_COMPLETE, networkEvtListener); + + initialized = true; + } + + private Extension instanceExtension() { + ServerConfig.ExtensionConfig extensionConfig = config.extensionConfig; + if (StringUtil.isEmpty(extensionConfig.className)) { + throw new RuntimeException("Extension className parameter is missing!"); + } + if (StringUtil.isEmpty(extensionConfig.name)) { + throw new RuntimeException("Extension name parameter is missing!"); + } + Extension extension = null; + try { + Class extensionClass = Class.forName(extensionConfig.className); + if (!Extension.class.isAssignableFrom(extensionClass)) { + throw new RuntimeException("Extension does not extends Extension: " + extensionConfig.name); + } + extension = (Extension) extensionClass.newInstance(); + extension.setName(extensionConfig.name); + } catch (IllegalAccessException e) { + throw new RuntimeException("Illegal access while instantiating class: " + extensionConfig.className); + } catch (InstantiationException e) { + throw new RuntimeException("Cannot instantiate class: " + extensionConfig.className); + } catch (ClassNotFoundException e) { + throw new RuntimeException("Class not found: " + extensionConfig.className); + } + return extension; + } + + private void onSessionClosed(Session session) { + controller.disconnect(session); + } + + private void onSessionIdle(Session idleSession) { + controller.disconnect(idleSession); + } + + /** + * session 网络事件监听 + */ + private class NetworkEvtListener implements IEventListener { + private NetworkEvtListener() { + } + + public void handleEvent(Event event) { + String evtName = event.getName(); + + if (evtName.equals(TPEvents.SESSION_LOST)) { + Session session = (Session) event.getParameter(TPEvents.PARAM_SESSION); + + if (session == null) { + throw new RuntimeException("session is null!"); + } + onSessionClosed(session); + } else if ((evtName.equals(TPEvents.SESSION_IDLE_CHECK_COMPLETE))) { + ghostUserHunter.hunt(); + } else if (evtName.equals(TPEvents.SESSION_IDLE)) { + onSessionIdle((Session) event.getParameter(TPEvents.PARAM_SESSION)); + } + } + } + + private static final class TPThreadFactory implements ThreadFactory { + private static final AtomicInteger POOL_ID; + private static final String THREAD_BASE_NAME = "%s:%s"; + private final AtomicInteger threadId; + private final String poolName; + + static { + POOL_ID = new AtomicInteger(0); + } + + public TPThreadFactory(final String poolName) { + this.threadId = new AtomicInteger(1); + this.poolName = poolName; + TPThreadFactory.POOL_ID.incrementAndGet(); + } + + @Override + public Thread newThread(final Runnable r) { + final Thread t = new Thread(r, + String.format(THREAD_BASE_NAME, (this.poolName != null) ? this.poolName : TPThreadFactory.POOL_ID.get(), this.threadId.getAndIncrement())); + if (t.isDaemon()) { + t.setDaemon(false); + } + if (t.getPriority() != 5) { + t.setPriority(5); + } + return t; + } + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/BaseCoreService.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/BaseCoreService.java new file mode 100644 index 0000000..c750488 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/BaseCoreService.java @@ -0,0 +1,46 @@ +package com.taurus.permanent.core; + +import java.util.concurrent.atomic.AtomicInteger; + +import com.taurus.core.events.EventDispatcher; +import com.taurus.core.service.IService; + +/** + * BaseCoreService + * + */ +public abstract class BaseCoreService extends EventDispatcher implements IService { + private static final AtomicInteger serviceId = new AtomicInteger(0); + private static final String DEFAULT_NAME = "Service-"; + protected String name; + protected volatile boolean active = false; + + public void init(Object o) { + name = getServiceId(); + active = true; + } + + public void destroy(Object o) { + active = false; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public boolean isActive() { + return active; + } + + public String toString() { + return "[Core Service]: " + name + ", State: " + (isActive() ? "active" : "not active"); + } + + protected static String getServiceId() { + return DEFAULT_NAME + serviceId.getAndIncrement(); + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/BitSwarmEngine.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/BitSwarmEngine.java new file mode 100644 index 0000000..e733060 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/BitSwarmEngine.java @@ -0,0 +1,337 @@ +package com.taurus.permanent.core; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +import com.taurus.core.events.Event; +import com.taurus.core.events.IEventListener; +import com.taurus.core.service.IService; +import com.taurus.core.util.FixedIndexThreadPool; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.core.ServerConfig.SocketAddress; +import com.taurus.permanent.data.BindableSocket; +import com.taurus.permanent.data.Packet; +import com.taurus.permanent.data.Session; +import com.taurus.permanent.data.SessionType; +import com.taurus.permanent.io.IOHandler; +import com.taurus.permanent.io.ProtocolHandler; +import com.taurus.permanent.normal.SocketAcceptor; +import com.taurus.permanent.normal.SocketReader; +import com.taurus.permanent.normal.SocketWriter; +import com.taurus.permanent.websocket.WebSocketService; + +/** + * 核心网络字节群处理类 + * + */ +public final class BitSwarmEngine extends BaseCoreService { + private static BitSwarmEngine __engine__; + private SocketAcceptor socketAcceptor; + private SocketReader socketReader; + private SocketWriter socketWriter; + + private Logger logger; + private ServerConfig config; + private SessionManager sessionManager; + private volatile boolean inited = false; + private Map coreServicesByName; + private Map configByService; + private IEventListener eventHandler; + private WebSocketService webSocketService; + private ProtocolHandler protocolHandler; + private ConnectionFilter connectionFilter; + private FixedIndexThreadPool threadPool; + + public static BitSwarmEngine getInstance() { + if (__engine__ == null) { + __engine__ = new BitSwarmEngine(); + } + return __engine__; + } + + private BitSwarmEngine() { + setName("BitSwarmEngine"); + } + + private void initializeServerEngine() { + logger = Logger.getLogger(BitSwarmEngine.class); + this.config = TPServer.me().getConfig(); + inited = true; + } + + + private final void bootSequence() throws Exception { + startCoreServices(); + + bindSockets(config.socketAddresses); + for (IService service : coreServicesByName.values()) { + if (service != null) { + service.init(configByService.get(service)); + } + } + } + + private final void setConnectionFilterConfig() { + for (String blockedIp : config.ipFilter.addressBlackList) { + this.connectionFilter.addBannedAddress(blockedIp); + } + + for (String allowedIp : config.ipFilter.addressWhiteList) { + this.connectionFilter.addWhiteListAddress(allowedIp); + } + + this.connectionFilter.setMaxConnectionsPerIp(config.ipFilter.maxConnectionsPerAddress); + } + + /** + * write response packet. no blocking + * @param response + */ + public void write(Packet response) { + try { + if (this.config.webSocketConfig.isActive) { + final List webSocketRecipients = new ArrayList(); + final List socketRecipients = new ArrayList(); + for (final Session session : response.getRecipients()) { + if (session.getType() == SessionType.WEBSOCKET) { + webSocketRecipients.add(session); + } + else { + socketRecipients.add(session); + } + } + if (webSocketRecipients.size() > 0) { + response.setRecipients(socketRecipients); + final Packet webSocketResponse = response.clone(); + webSocketResponse.setRecipients(webSocketRecipients); + if (response.getId() != SystemController.ACTION_PINGPONG) { + long index = Thread.currentThread().getId(); + this.threadPool.execute((int) index, webSocketResponse); + } else { + writeToWebSocket(response); + } + } + } + }finally { + if (response.getId() != SystemController.ACTION_PINGPONG) { + long index = Thread.currentThread().getId(); + this.threadPool.execute((int) index, response); + } else { + writeToSocket(response); + } + } + + } + + /** + * write response packet. no blocking + * @param response 广播服,没有前后顺序的需求,需要尽可能的把包分发给不同的线程 + */ + public void write(Packet response, int weightId) { + if (weightId == 0) + { + weightId = (int)(Math.random() * 1000); + } + try { + if (this.config.webSocketConfig.isActive) { + final List webSocketRecipients = new ArrayList(); + final List socketRecipients = new ArrayList(); + for (final Session session : response.getRecipients()) { + if (session.getType() == SessionType.WEBSOCKET) { + webSocketRecipients.add(session); + } + else { + socketRecipients.add(session); + } + } + if (webSocketRecipients.size() > 0) { + response.setRecipients(socketRecipients); + final Packet webSocketResponse = response.clone(); + webSocketResponse.setRecipients(webSocketRecipients); + if (response.getId() != SystemController.ACTION_PINGPONG) { + this.threadPool.execute(weightId, webSocketResponse); + } else { + writeToWebSocket(response); + } + } + } + }finally { + if (response.getId() != SystemController.ACTION_PINGPONG) { + this.threadPool.execute(weightId, response); + } else { + writeToSocket(response); + } + } + + } + + private void writeToSocket(Packet res) { + socketWriter.getIOHandler().onDataWrite(res); + } + + private void writeToWebSocket(Packet res) { + webSocketService.onDataWrite(res); + } + + + private void startCoreServices() throws Exception { + sessionManager = SessionManager.getInstance(); + sessionManager.setName(DefaultConstants.SERVICE_SESSION_MANAGER); + + socketReader = new SocketReader(config.socketReaderThreadPoolSize); + // instance io handler + IOHandler ioHandler = new IOHandler(); + socketReader.setIoHandler(ioHandler); + + // instance socket acceptor + socketAcceptor = new SocketAcceptor(config.socketAcceptorThreadPoolSize); + // instance socket writer + socketWriter = new SocketWriter(config.socketWriterThreadPoolSize); + socketWriter.setIOHandler(ioHandler); + threadPool = new FixedIndexThreadPool(config.socketWriterThreadPoolSize, "PacketWrite", PacketWriteWork.class); + + if(config.webSocketConfig.isActive) { + webSocketService = new WebSocketService(); + webSocketService.setName(DefaultConstants.SERVICE_WEB_SOCKET); + coreServicesByName.put(DefaultConstants.SERVICE_WEB_SOCKET, webSocketService); + } + + socketAcceptor.setName(DefaultConstants.SERVICE_SOCKET_ACCEPTOR); + socketReader.setName(DefaultConstants.SERVICE_SOCKET_READER); + socketWriter.setName(DefaultConstants.SERVICE_SOCKET_WRITER); + + coreServicesByName.put(DefaultConstants.SERVICE_SESSION_MANAGER, sessionManager); + coreServicesByName.put(DefaultConstants.SERVICE_SOCKET_ACCEPTOR, socketAcceptor); + coreServicesByName.put(DefaultConstants.SERVICE_SOCKET_READER, socketReader); + coreServicesByName.put(DefaultConstants.SERVICE_SOCKET_WRITER, socketWriter); + + } + + private void stopCoreServices() throws Exception { + socketWriter.destroy(null); + socketReader.destroy(null); + if(webSocketService!=null) { + webSocketService.destroy(null); + } + int pw_count = threadPool.shutdown(); + logger.info("PacketWrite stopped. Unprocessed tasks: " + pw_count); + Thread.sleep(2000L); + + sessionManager.destroy(null); + socketAcceptor.destroy(null); + } + + private void bindSockets(List bindableSockets) { + for (SocketAddress socketCfg : bindableSockets) { + try { + this.socketAcceptor.bindSocket(socketCfg); + } catch (IOException e) { + logger.error(e); + logger.warn("Was not able to bind socket: " + socketCfg); + } + } + + List sockets = socketAcceptor.getBoundSockets(); + String message = "Listening Sockets: "; + for (BindableSocket socket : sockets) { + message = message + socket.toString() + " "; + } + logger.info(message); + } + + public IService getServiceByName(String serviceName) { + return coreServicesByName.get(serviceName); + } + + public SocketAcceptor getSocketAcceptor() { + return this.socketAcceptor; + } + + public SocketReader getSocketReader() { + return this.socketReader; + } + + public SocketWriter getSocketWriter() { + return this.socketWriter; + } + + public ProtocolHandler getProtocolHandler() { + return this.protocolHandler; + } + + public Logger getLogger() { + return this.logger; + } + + public void setLogger(Logger logger) { + this.logger = logger; + } + + public ServerConfig getConfig() { + return this.config; + } + + public ConnectionFilter getConnectionFilter() { + return connectionFilter; + } + + public SessionManager getSessionManager() { + return this.sessionManager; + } + + public void init(Object o) { + if (!inited) { + initializeServerEngine(); + } + logger.info("Start Bit Swarm Engine!"); + + eventHandler = new IEventListener() { + public void handleEvent(Event event) { + dispatchEvent(event); + } + }; + + protocolHandler = new ProtocolHandler(); + connectionFilter = new ConnectionFilter(); + setConnectionFilterConfig(); + coreServicesByName = new ConcurrentHashMap(); + configByService = new HashMap(); + + try { + bootSequence(); + } catch (Exception e) { + throw new RuntimeException(e); + } + socketReader.addEventListener(TPEvents.SESSION_LOST, this.eventHandler); + } + + public void destroy(Object o) { + try { + stopCoreServices(); + } catch (Exception e) { + logger.error("Destroy exception!\n",e); + } + } + + public static final class PacketWriteWork extends FixedIndexThreadPool.Work { + + @Override + protected void handlerTask(Object task) throws Exception { + Packet packet = (Packet) task; + List list = packet.getRecipients(); + if(list.size() > 0) { + SessionType type = list.get(0).getType(); + if(type == SessionType.WEBSOCKET) { + BitSwarmEngine.getInstance().writeToWebSocket(packet); + }else { + BitSwarmEngine.getInstance().writeToSocket(packet); + } + } + } + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/ConnectionFilter.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/ConnectionFilter.java new file mode 100644 index 0000000..e42fa07 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/ConnectionFilter.java @@ -0,0 +1,159 @@ +package com.taurus.permanent.core; + +import java.util.HashSet; +import java.util.Set; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; +import java.util.concurrent.atomic.AtomicInteger; + +import com.taurus.core.util.Logger; + + +/** + * ip连接过滤 + * + */ +public class ConnectionFilter { + private final Set addressWhiteList; + private final Set bannedAddresses; + private final ConcurrentMap addressMap; + private int maxConnectionsPerIp = 10; + private Logger logger; + + public ConnectionFilter() { + this.addressWhiteList = new HashSet(); + this.bannedAddresses = new HashSet(); + this.addressMap = new ConcurrentHashMap(); + logger = Logger.getLogger(ConnectionFilter.class); + } + /** + * 获取所有黑名单列表 + */ + public void addBannedAddress(String ipAddress) { + synchronized (bannedAddresses) { + bannedAddresses.add(ipAddress); + } + } + + /** + * 获取所有白名单列表 + */ + public void addWhiteListAddress(String ipAddress) { + synchronized (this.addressWhiteList) { + this.addressWhiteList.add(ipAddress); + } + } + + /** + * 获取所有黑名单列表 + */ + public String[] getBannedAddresses() { + String[] set = (String[]) null; + + synchronized (this.bannedAddresses) { + set = new String[bannedAddresses.size()]; + set = (String[]) bannedAddresses.toArray(set); + } + + return set; + } + + /** + * 获取每个IP最大的连接数 + */ + public int getMaxConnectionsPerIp() { + return this.maxConnectionsPerIp; + } + + /** + * 获取白名单列表 + */ + public String[] getWhiteListAddresses() { + String[] set = (String[]) null; + + synchronized (this.addressWhiteList) { + set = new String[this.addressWhiteList.size()]; + set = (String[]) this.addressWhiteList.toArray(set); + } + + return set; + } + + public void removeAddress(String ipAddress) { + synchronized (this.addressMap) { + AtomicInteger count = (AtomicInteger) this.addressMap.get(ipAddress); + + if (count != null) { + int value = count.decrementAndGet(); + + if (value == 0) + this.addressMap.remove(ipAddress); + } + } + } + + /** + * 移除黑名单IP地址 + */ + public void removeBannedAddress(String ipAddress) { + synchronized (this.bannedAddresses) { + this.bannedAddresses.remove(ipAddress); + } + } + + /** + * 移除白名单IP地址 + */ + public void removeWhiteListAddress(String ipAddress) { + synchronized (this.addressWhiteList) { + this.addressWhiteList.remove(ipAddress); + } + } + + /** + * 获取每个IP最大连接数 + */ + public void setMaxConnectionsPerIp(int max) { + this.maxConnectionsPerIp = max; + } + + public boolean validateAndAddAddress(String ipAddress) { + synchronized (this.addressWhiteList) { + if (this.addressWhiteList.contains(ipAddress)) { + return true; + } + } + + if (isAddressBanned(ipAddress)) { + logger.warn("Ip Address: " + ipAddress + " is banned!"); + return false; + } + + synchronized (this.addressMap) { + AtomicInteger count = (AtomicInteger) addressMap.get(ipAddress); + + if ((count != null) && (count.intValue() >= maxConnectionsPerIp)) { + logger.warn("Refused connection. Ip Address: " + ipAddress + " has reached maximum allowed connections."); + return false; + } + + if (count == null) { + count = new AtomicInteger(1); + this.addressMap.put(ipAddress, count); + } else { + count.incrementAndGet(); + } + } + return true; + } + + private boolean isAddressBanned(String ip) { + boolean isBanned = false; + + synchronized (this.bannedAddresses) { + isBanned = this.bannedAddresses.contains(ip); + } + + return isBanned; + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/DefaultConstants.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/DefaultConstants.java new file mode 100644 index 0000000..1e389fc --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/DefaultConstants.java @@ -0,0 +1,20 @@ +package com.taurus.permanent.core; + +/** + * 常量表 + * + */ +public final class DefaultConstants { + public static String SERVER_CFG_FILE = "config/taurus-permanent.xml"; + + + public static final String SERVICE_SOCKET_ACCEPTOR = "socketAcceptor"; + public static final String SERVICE_SOCKET_READER = "socketReader"; + public static final String SERVICE_SOCKET_WRITER = "socketWriter"; + public static final String SERVICE_SESSION_MANAGER = "sessionManager"; + public static final String SERVICE_WEB_SOCKET = "webSocket"; + + + public static final String SESSION_SELECTION_KEY = "SessionSelectionKey"; + +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/IConnectionFilter.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/IConnectionFilter.java new file mode 100644 index 0000000..e3f4124 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/IConnectionFilter.java @@ -0,0 +1,61 @@ +package com.taurus.permanent.core; + + +/** + * ip连接过滤通用接口 + * + */ +public interface IConnectionFilter { + /** + * 添加黑名单IP地址 + * @param ipAddress + */ + public void addBannedAddress(String ipAddress); + + /** + * 移除黑名单IP地址 + * @param ipAddress + */ + public void removeBannedAddress(String ipAddress); + + /** + * 获取所有黑名单列表 + * @return + */ + public String[] getBannedAddresses(); + + + public boolean validateAndAddAddress(String ipAddress); + + public void removeAddress(String ipAddress); + + /** + * 添加白名单地址 + * @param ipAddress + */ + public void addWhiteListAddress(String ipAddress); + + /** + * 移除白名单地址 + * @param ipAddress + */ + public void removeWhiteListAddress(String ipAddress); + + /** + * 获取白名单列表 + * @return + */ + public String[] getWhiteListAddresses(); + + /** + * 获取每个IP最大的连接数 + * @return + */ + public int getMaxConnectionsPerIp(); + + /** + * 设置每个IP最大的连接数 + * @param max + */ + public void setMaxConnectionsPerIp(int max); +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/ServerConfig.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/ServerConfig.java new file mode 100644 index 0000000..1bc194d --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/ServerConfig.java @@ -0,0 +1,181 @@ +package com.taurus.permanent.core; + +import java.io.InputStream; +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; + +import org.jdom.Document; +import org.jdom.Element; +import org.jdom.input.SAXBuilder; + +/** + * 服务器配置信息 + * + */ +public class ServerConfig { + public volatile List socketAddresses = new ArrayList(); + public volatile IpFilterConfig ipFilter = new IpFilterConfig(); + public volatile int timerThreadPoolSize = 1; + public volatile int protocolCompression = 512; + + public String readBufferType = "HEAP"; + public String writeBufferType = "HEAP"; + public int maxPacketSize = 4096; + public int maxReadBufferSize = 1024; + public int maxWriteBufferSize = 32768; + public int socketAcceptorThreadPoolSize = 1; + public int socketReaderThreadPoolSize = 1; + public int socketWriterThreadPoolSize = 1; + public int sessionPacketQueueSize = 120; + public int sessionTimeout = 15; + public boolean tcpNoDelay = false; + + public ExecutorConfig systemThreadPoolConfig = new ExecutorConfig(); + public ExecutorConfig extensionThreadPoolConfig = new ExecutorConfig(); + public ExtensionConfig extensionConfig = new ExtensionConfig(); + public WebSocketConfig webSocketConfig = new WebSocketConfig(); + + /** + * ip过滤设置 + * + */ + public static final class IpFilterConfig { + public List addressBlackList = new ArrayList(); + public List addressWhiteList = new ArrayList(); + public volatile int maxConnectionsPerAddress = 99999; + } + + /** + * server ip_port绑定 + * + */ + public static final class SocketAddress { + public static final String TYPE_UDP = "UDP"; + public static final String TYPE_TCP = "TCP"; + public String address = "127.0.0.1"; + public int port = 9339; + public String type = TYPE_TCP; + + public String toString() { + return String.format("[%s]%s:%d", type, address, port); + } + } + + /** + * Taurus Thread pool config + * + * + */ + public static final class ExecutorConfig { + /** + * 线程池名称 + */ + public String name; + /** + * 核心线程大小 + */ + public int corePoolSize=4; + /** + * 最大线程大小 + */ + public int maxPoolSize=16; + /** + * 线程最大空闲时间(毫秒) + */ + public int keepAliveTime =60000; + /** + * 最大队列大小 + */ + public int maxQueueSize=20000; + } + + /** + * 自定义启动控制设置 + * + * + */ + public static final class ExtensionConfig { + public String name = ""; + public String className = ""; + } + + /** + * web socket + * + * + */ + public static final class WebSocketConfig { + public boolean isActive = true; + public String address = "0.0.0.0"; + public int port = 8080; + } + + private static final void loadThreadPoolConfig(Element em,ExecutorConfig config) { + config.name = em.getChildTextTrim("name"); + config.corePoolSize = Integer.parseInt(em.getChildTextTrim("corePoolSize")); + config.maxPoolSize = Integer.parseInt(em.getChildTextTrim("maxPoolSize")); + config.keepAliveTime = Integer.parseInt(em.getChildTextTrim("keepAliveTime")); + config.maxQueueSize = Integer.parseInt(em.getChildTextTrim("maxQueueSize")); + } + + public final void load(InputStream is) throws Exception{ + SAXBuilder builder = new SAXBuilder(); + Document document = builder.build(is); + Element root = document.getRootElement(); + + this.timerThreadPoolSize = Integer.parseInt(root.getChildTextTrim("timerThreadPoolSize")); + this.protocolCompression = Integer.parseInt(root.getChildTextTrim("protocolCompression")); + this.readBufferType = root.getChildTextTrim("readBufferType"); + this.writeBufferType = root.getChildTextTrim("writeBufferType"); + this.maxPacketSize = Integer.parseInt(root.getChildTextTrim("maxPacketSize")); + this.maxReadBufferSize = Integer.parseInt(root.getChildTextTrim("maxReadBufferSize")); + this.maxWriteBufferSize = Integer.parseInt(root.getChildTextTrim("maxWriteBufferSize")); + this.socketAcceptorThreadPoolSize = Integer.parseInt(root.getChildTextTrim("socketAcceptorThreadPoolSize")); + this.socketReaderThreadPoolSize = Integer.parseInt(root.getChildTextTrim("socketReaderThreadPoolSize")); + this.socketWriterThreadPoolSize = Integer.parseInt(root.getChildTextTrim("socketWriterThreadPoolSize")); + this.maxPacketSize = Integer.parseInt(root.getChildTextTrim("maxPacketSize")); + this.sessionPacketQueueSize = Integer.parseInt(root.getChildTextTrim("sessionPacketQueueSize")); + this.sessionTimeout = Integer.parseInt(root.getChildTextTrim("sessionTimeout")); + this.tcpNoDelay = Boolean.parseBoolean(root.getChildTextTrim("tcpNoDelay")); + + Element addressesEm = root.getChild("socketAddresses"); + Iterator itr = (addressesEm.getChildren("socket")).iterator(); + while(itr.hasNext()) { + Element socketEm = (Element)itr.next(); + SocketAddress sa = new SocketAddress(); + sa.address = socketEm.getAttributeValue("address", "0.0.0.0"); + sa.port = Integer.parseInt(socketEm.getAttributeValue("port", "9339")); + sa.type = socketEm.getAttributeValue("type", SocketAddress.TYPE_TCP); + socketAddresses.add(sa); + } + + + Element ipFilterEm = root.getChild("ipFilter"); + Element addressBlackListEm = ipFilterEm.getChild("addressBlackList"); + itr = (addressBlackListEm.getChildren("string")).iterator(); + while(itr.hasNext()) { + Element socketEm = (Element)itr.next(); + ipFilter.addressBlackList.add(socketEm.getTextTrim()); + } + Element addressWhiteListEm = ipFilterEm.getChild("addressWhiteList"); + itr = (addressWhiteListEm.getChildren("string")).iterator(); + while(itr.hasNext()) { + Element socketEm = (Element)itr.next(); + ipFilter.addressWhiteList.add(socketEm.getTextTrim()); + } + ipFilter.maxConnectionsPerAddress = Integer.parseInt(ipFilterEm.getChildTextTrim("maxConnectionsPerAddress")); + + Element extensionConfigEm = root.getChild("extensionConfig"); + extensionConfig.className = extensionConfigEm.getChildTextTrim("className"); + extensionConfig.name = extensionConfigEm.getChildTextTrim("name"); + + + Element webSocketEm = root.getChild("webSocket"); + webSocketConfig.isActive = Boolean.parseBoolean(webSocketEm.getChildTextTrim("isActive")); + + loadThreadPoolConfig(root.getChild("systemThreadPoolConfig"),systemThreadPoolConfig); + + loadThreadPoolConfig(root.getChild("extensionThreadPoolConfig"),extensionThreadPoolConfig); + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/ServerState.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/ServerState.java new file mode 100644 index 0000000..8b8e1d1 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/ServerState.java @@ -0,0 +1,11 @@ +package com.taurus.permanent.core; + +/** + * 服务器状态 + * + */ +public enum ServerState { + STARTING, + STARTED, + REBOOTING; +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/SessionManager.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/SessionManager.java new file mode 100644 index 0000000..46d7af0 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/SessionManager.java @@ -0,0 +1,313 @@ +package com.taurus.permanent.core; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; + +import com.taurus.core.events.Event; +import com.taurus.core.service.AbstractService; +import com.taurus.core.util.Logger; +import com.taurus.core.util.task.ITaskHandler; +import com.taurus.core.util.task.Task; +import com.taurus.core.util.task.TaskScheduler; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.IPacketQueue; +import com.taurus.permanent.data.ISocketChannel; +import com.taurus.permanent.data.NonBlockingPacketQueue; +import com.taurus.permanent.data.Session; +import com.taurus.permanent.data.SessionType; + +/** + * session管理器,负责创建,添加和删除session + * + */ +public final class SessionManager extends AbstractService { + private static final String SESSION_CLEANING_TASK_ID = "SessionCleanerTask"; + private static final int SESSION_CLEANING_INTERVAL_SECONDS = 10; + private static SessionManager __instance__; + private Logger logger; + private final ConcurrentMap sessionsById; + private BitSwarmEngine engine = null; + private final List sessionList; + private final ConcurrentMap sessionsByConnection; + private Task sessionCleanTask; + private TaskScheduler systemScheduler; + private int highestCCS = 0; + + public static SessionManager getInstance() { + if (__instance__ == null) { + __instance__ = new SessionManager(); + } + return __instance__; + } + + private SessionManager() { + sessionsById = new ConcurrentHashMap(); + sessionList = new ArrayList(); + sessionsByConnection = new ConcurrentHashMap(); + } + + public void init(Object o) { + name = "DefaultSessionManager"; + engine = BitSwarmEngine.getInstance(); + logger = Logger.getLogger(SessionManager.class); + + systemScheduler = TPServer.me().getTaskScheduler(); + sessionCleanTask = new Task(SESSION_CLEANING_TASK_ID); + systemScheduler.addScheduledTask(sessionCleanTask, SESSION_CLEANING_INTERVAL_SECONDS, true, new SessionCleaner()); + + active = true; + logger.info("session manager init!"); + } + + public void destroy(Object o) { + super.destroy(o); + sessionCleanTask.setActive(false); + shutDownLocalSessions(); + sessionsByConnection.clear(); + } + + /** + * 添加session对象 + * @param session + */ + public void addSession(Session session) { + synchronized (sessionList) { + sessionList.add(session); + } + sessionsById.put(session.getId(), session); + sessionsByConnection.put(session.getConnection().getChannel(), session); + + + if (sessionList.size() > highestCCS) { + highestCCS = sessionList.size(); + } + logger.info("Session created: " + session); + } + + /** + * 检查session是否存在 + * @param session + * @return + */ + public boolean containsSession(Session session) { + return sessionsById.containsKey(session.getId()); + } + + /** + * 移除指定session对象 + * @param session + */ + public void removeSession(Session session) { + if (session == null)return; + if(!sessionsById.containsKey(session.getId()))return; + synchronized (sessionList) { + sessionList.remove(session); + } + ISocketChannel connection = session.getConnection(); + sessionsById.remove(session.getId()); + if (connection != null) { + sessionsByConnection.remove(connection.getChannel()); + } + if ((session.getType() == SessionType.NORMAL) || (session.getType() == SessionType.WEBSOCKET)) { + engine.getConnectionFilter().removeAddress(session.getAddress()); + } + + logger.info("Session removed: " + session); + } + + /** + * 移除指定ID的session + * @param id + * @return + */ + public Session removeSession(int id) { + Session session = sessionsById.get(id); + if (session != null) { + removeSession(session); + } + return session; + } + + /** + * 移除指定channel的session + * @param connection + * @return + */ + public Session removeSession(Object connection) { + Session session = getSessionByConnection(connection); + if (session != null) { + removeSession(session); + } + return session; + } + + /** + * channel链接断开处理 + * @param connection + * @throws IOException + */ + public void onSocketDisconnected(Object connection) throws IOException { + Session session = sessionsByConnection.get(connection); + if (session == null) { + return; + } + sessionsByConnection.remove(connection); + session.setConnected(false); + removeSession(session); + dispatchLostSessionEvent(session); + } + + /** + * 获取服务器所有session + * @return + */ + public List getAllSessions() { + List allSessions = null; + + synchronized (sessionList) { + allSessions = new ArrayList(sessionList); + } + + return allSessions; + } + + /** + * 获取指定channel的session + * @param connection + * @return + */ + public Session getSessionByConnection(Object connection) { + return sessionsByConnection.get(connection); + } + + /** + * 获取指定ID的session + * @param id + * @return + */ + public Session getSessionById(int id) { + return sessionsById.get(Integer.valueOf(id)); + } + + /** + * 获取最高的流量数量 + * @return + */ + public int getHighestCCS() { + return highestCCS; + } + + /** + * 关闭本地所有session + */ + public void shutDownLocalSessions() { + synchronized (sessionList) { + for (Iterator it = sessionList.iterator(); it.hasNext();) { + Session session = (Session) it.next(); + it.remove(); + try { + session.close(); + } catch (IOException e) { + logger.warn("I/O Error while closing session: " + session); + } + } + } + } + + /** + * 创建 session + * @param channel + * @return + */ + public Session createSession(ISocketChannel channel,SessionType type) { + Session session = new Session(); + session.setConnection(channel); + session.setTimeout(engine.getConfig().sessionTimeout); + session.setType(type); + IPacketQueue packetQueue = new NonBlockingPacketQueue(engine.getConfig().sessionPacketQueueSize); + session.setPacketQueue(packetQueue); + return session; + } + + /** + * 获取当前session链接数 + * @return + */ + public int getSessionCount() { + return sessionList.size(); + } + + private void applySessionCleaning() { + if (getSessionCount() > 0) { + for (Session session : getAllSessions()) { + if ((session == null) || (session.isFrozen())) { + continue; + } + if (session.isMarkedForEviction()) { + terminateSession(session); + logger.info("Terminated idle logged-in session: " + session); + } else { + if (!session.isIdle()) { + continue; + } + if (session.getHashId()!=null) { + logger.info("session timeout:" + session); + + session.setMarkedForEviction(); + dispatchSessionIdleEvent(session); + } else { + terminateSession(session); + } + } + } + } + + Event event = new Event(TPEvents.SESSION_IDLE_CHECK_COMPLETE); + engine.dispatchEvent(event); + } + + private void terminateSession(Session session) { + if (session.getType() == SessionType.NORMAL) { + ISocketChannel connection = session.getConnection(); + + try { + connection.close(); + session.setConnected(false); + } catch (Exception err) { + this.logger.warn("Failed closing connection while removing idle Session: " + session); + } + } + + removeSession(session); + dispatchLostSessionEvent(session); + } + + private void dispatchLostSessionEvent(Session closedSession) { + Event event = new Event(TPEvents.SESSION_LOST); + event.setParameter(TPEvents.PARAM_SESSION, closedSession); + engine.dispatchEvent(event); + } + + private void dispatchSessionIdleEvent(Session idleSession) { + Event event = new Event(TPEvents.SESSION_IDLE); + event.setParameter(TPEvents.PARAM_SESSION, idleSession); + engine.dispatchEvent(event); + } + + /** + * 清理session 任务 + */ + private final class SessionCleaner implements ITaskHandler { + private SessionCleaner() { + } + + public void doTask(Task task) throws Exception { + applySessionCleaning(); + } + } + +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/SystemController.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/SystemController.java new file mode 100644 index 0000000..ea6cd03 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/SystemController.java @@ -0,0 +1,322 @@ +package com.taurus.permanent.core; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.concurrent.ThreadPoolExecutor; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.events.Event; +import com.taurus.core.events.EventManager; +import com.taurus.core.routes.Action; +import com.taurus.core.routes.ActionMapping; +import com.taurus.core.routes.IController; +import com.taurus.core.routes.Routes; +import com.taurus.core.service.IService; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.Packet; +import com.taurus.permanent.data.Session; + +/** + * 核心控制器基类 + * + * + */ +public class SystemController implements IService { + public static final String CONNECT_TOKE = "$t"; + public static final String CONNECT_PROT_COMPRESSION = "$pc"; + public static final String REQUEST_CMD = "$c"; + public static final String REQUEST_GID = "$gi"; + public static final String REQUEST_PARM = "$p"; + public static final String REQUEST_RESULT = "$r"; + + /** + * pingpong + */ + public static final int ACTION_PINGPONG = 0; + /** + * 客户端请求 + */ + public static final int ACTION_REQUST_CMD = 1; + /** + * 服务器事件消息 + */ + public static final int ACTION_EVENT_CMD = 2; + + private volatile boolean active; + private String name = "SystemController"; + private ThreadPoolExecutor threadPool; + + private final Logger logger; + private final TPServer taurus; + + private SessionManager sessionManager; + private ActionMapping actionMapping; + private final Routes routes; + + public SystemController() { + logger = Logger.getLogger(SystemController.class); + taurus = TPServer.me(); + sessionManager = taurus.getSessionManager(); + routes = new Routes(Routes.CONTROLLER_INSTANCE) { + public void config() { + } + }; + routes.setAddSlash(false); + } + + public void init(Object o) { + if (active) { + throw new IllegalArgumentException("Object is already initialized. Destroy it first!"); + } + threadPool = taurus.getExtensionExecutor(); + taurus.getExtension().configRoute(routes); + + actionMapping = new ActionMapping(routes); + actionMapping.buildActionMapping(); + active = true; + } + + public void destroy(Object o) { + active = false; + List leftOvers = threadPool.shutdownNow(); + EventManager eventManager = taurus.getEventManager(); + eventManager.removeAllListener(); + logger.info("SystemController stopping: " + getClass().getName() + ", Unprocessed tasks: " + leftOvers.size()); + } + + public void enqueueRequest(Packet request) { + threadPool.execute(new Runnable() { + @Override + public void run() { + if (active) { + try { + processRequest(request); + } catch (Exception e) { + logger.error(e); + } + } + } + }); + } + + private final void processRequest(Packet packet) throws Exception { + Session sender = packet.getSender(); + if (sender.isIdle() || sender.isMarkedForEviction()) + return; + if (!sessionManager.containsSession(sender)) { + logger.warn(" session is already expired!"); + return; + } + + byte reqId = (byte) packet.getId(); + + switch (reqId) { + case ACTION_PINGPONG: + onPingPong(sender); + break; + case ACTION_REQUST_CMD: + onRequest(sender, packet); + break; + } + } + + private final void onPingPong(Session sender) { + Packet packet = new Packet(); + packet.setId(ACTION_PINGPONG); + packet.setRecipient(sender); + packet.setData(new TObject()); + BitSwarmEngine.getInstance().write(packet); + } + + private final void onRequest(Session sender, Packet packet) throws Exception { + ITObject parm = (ITObject) packet.getData(); + String key = parm.getString(REQUEST_CMD); + Action action = actionMapping.getAction(key); + + if (action == null) { + return; + } + + IController controller = action.getController(); + if(controller == null) { + controller = action.getControllerClass().newInstance(); + } + int gid = 0; + if (parm.containsKey(REQUEST_GID)) + gid = parm.getInt(REQUEST_GID); + ITObject p = null; + if (parm.containsKey(REQUEST_PARM)) { + p = parm.getTObject(REQUEST_PARM); + } + if (action.getInterceptor() != null) { + action.getInterceptor().intercept(action, controller,sender,p,gid); + } else { + action.getMethod().invoke(controller,sender,p,gid); + } + + } + + /** + * 断开session + * + * @param session + */ + public void disconnect(Session session) { + if (session == null) { + throw new RuntimeException("Session object is null."); + } + + try { + if (session.getHashId() != null) { + Event evt = new Event(TPEvents.EVENT_SESSION_DISCONNECT); + evt.setParameter(TPEvents.PARAM_SESSION, session); + taurus.getEventManager().dispatchEvent(evt); + session.setHashId(null); + } + if (session.isConnected()) { + session.close(); + } + } catch (IOException err) { + throw new RuntimeException(err); + } + } + + /** + * 发送事件给单一客户端 + * + * @param actionKey 事件协议号 + * @param params 数据参数 + * @param recipient 客户端session + */ + public void sendEvent(String actionKey, ITObject params, Session recipient) { + if(!recipient.isConnected())return; + List msgRecipients = new ArrayList(); + msgRecipients.add(recipient); + sendEvent(actionKey, params, msgRecipients); + } + + /** + * 发送事件给单一客户端 + * + * @param actionKey 事件协议号 + * @param params 数据参数 + * @param recipient 客户端session + */ + public void sendEvent(String actionKey, int weightId, ITObject params, Session recipient) { + if(!recipient.isConnected())return; + List msgRecipients = new ArrayList(); + msgRecipients.add(recipient); + sendEvent(actionKey, weightId, params, msgRecipients); + } + + /** + * 发送事件给客户端 + * + * @param actionKey 事件协议号 + * @param params 数据参数 + * @param recipients 客户端session列表 + */ + public void sendEvent(String actionKey, ITObject params, List recipients) { + ITObject resObj = TObject.newInstance(); + resObj.putString(REQUEST_CMD, actionKey); + if (params != null) { + resObj.putTObject(REQUEST_PARM, params); + } + Packet packet = new Packet(); + packet.setId(ACTION_EVENT_CMD); + packet.setData(resObj); + packet.setRecipients(recipients); + BitSwarmEngine.getInstance().write(packet); + } + + /** + * 发送事件给客户端 + * + * @param actionKey 事件协议号 + * @param params 数据参数 + * @param recipients 客户端session列表 + */ + public void sendEvent(String actionKey, int weightId, ITObject params, List recipients) { + ITObject resObj = TObject.newInstance(); + resObj.putString(REQUEST_CMD, actionKey); + if (params != null) { + resObj.putTObject(REQUEST_PARM, params); + } + Packet packet = new Packet(); + packet.setId(ACTION_EVENT_CMD); + packet.setData(resObj); + packet.setRecipients(recipients); + BitSwarmEngine.getInstance().write(packet, weightId); + } + + /** + * 动态响应客户端请示 + * + * @param gid + * @param result 响应结果 0成功 + * @param params 数据参数 + * @param recipient 客户端session + */ + public void sendResponse(int gid,int result, ITObject params, Session recipient) { + if(gid==0)return; + if(!recipient.isConnected())return; + ITObject resObj = TObject.newInstance(); + resObj.putInt(SystemController.REQUEST_RESULT, result); + resObj.putInt(SystemController.REQUEST_GID, gid); + if (params != null) { + resObj.putTObject(SystemController.REQUEST_PARM, params); + } + Packet packet = new Packet(); + packet.setId(SystemController.ACTION_REQUST_CMD); + packet.setData(resObj); + packet.setRecipient(recipient); + BitSwarmEngine.getInstance().write(packet); + } + + /** + * 动态响应客户端请示 + * + * @param gid + * @param result 响应结果 0成功 + * @param params 数据参数 + * @param recipient 客户端session + */ + public void sendResponse(int gid,int result, int weightId, ITObject params, Session recipient) { + if(gid==0)return; + if(!recipient.isConnected())return; + ITObject resObj = TObject.newInstance(); + resObj.putInt(SystemController.REQUEST_RESULT, result); + resObj.putInt(SystemController.REQUEST_GID, gid); + if (params != null) { + resObj.putTObject(SystemController.REQUEST_PARM, params); + } + Packet packet = new Packet(); + packet.setId(SystemController.ACTION_REQUST_CMD); + packet.setData(resObj); + packet.setRecipient(recipient); + BitSwarmEngine.getInstance().write(packet, weightId); + } + + public final Logger getLogger() { + return logger; + } + + @Override + public String getName() { + return name; + } + + @Override + public void setName(String name) { + this.name = name; + } + + @Override + public boolean isActive() { + return active; + } + +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/TPEvents.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/TPEvents.java new file mode 100644 index 0000000..0f0eb50 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/core/TPEvents.java @@ -0,0 +1,28 @@ +package com.taurus.permanent.core; + +/** + * TPEvents + * + * + */ +public class TPEvents { + /** + * session丢失或被清理时间 + */ + public static final String SESSION_LOST = "sessionLost"; + /** + * session空闲事件 + */ + public static final String SESSION_IDLE = "sessionIdle"; + /** + * 完成检测需要清理的session事件 + */ + public static final String SESSION_IDLE_CHECK_COMPLETE = "sessionIdleCheckComplete"; + /** + * session断开连接事件 + */ + public static final String EVENT_SESSION_DISCONNECT = "session_disconnect"; + + public static final String PARAM_SESSION = "session"; + +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/BindableSocket.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/BindableSocket.java new file mode 100644 index 0000000..a4bd191 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/BindableSocket.java @@ -0,0 +1,37 @@ +package com.taurus.permanent.data; + +import java.nio.channels.SelectableChannel; + +/** + * BindableSocket + * + */ +public class BindableSocket { + protected SelectableChannel channel; + private String address; + private int port; + + public BindableSocket(SelectableChannel channel, String address, int port) { + this.address = address; + this.port = port; + + this.channel = channel; + } + + public SelectableChannel getChannel() { + return channel; + } + + public String getAddress() { + return address; + } + + public int getPort() { + return port; + } + + + public String toString() { + return String.format("%s[%d]", address, port); + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/IPacketQueue.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/IPacketQueue.java new file mode 100644 index 0000000..b7bd82d --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/IPacketQueue.java @@ -0,0 +1,66 @@ +package com.taurus.permanent.data; + +/** + * 网络包队列接口 + * + */ +public interface IPacketQueue { + /** + * 返回队列头部的元素 + * @return + */ + public Packet peek(); + + /** + * 移除并返回队列头部的元素 + * @return + */ + public Packet take(); + + /** + * 队列是否为空 + * @return + */ + public boolean isEmpty(); + + /** + * 队列是否已满 + * @return + */ + public boolean isFull(); + + /** + * 获取队列当前大小 + * @return + */ + public int getSize(); + + /** + * 获取队列最大大小 + * @return + */ + public int getMaxSize(); + + /** + * 设置队列最大大小 + * @param size + */ + public void setMaxSize(int size); + + /** + * 队列当前使用百分比 + * @return + */ + public float getPercentageUsed(); + + /** + * 清理队列 + */ + public void clear(); + + /** + * 添加一个元素 + * @param packet + */ + public void put(Packet packet); +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/ISocketChannel.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/ISocketChannel.java new file mode 100644 index 0000000..4b1709e --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/ISocketChannel.java @@ -0,0 +1,21 @@ +package com.taurus.permanent.data; + +import java.io.IOException; +import java.net.SocketAddress; +import java.nio.ByteBuffer; + +public interface ISocketChannel{ + long write(ByteBuffer buffer); + + void write(final String p0); + + boolean checkConnection(); + + Object getChannel(); + + SocketAddress getRemoteAddress(); + + SocketAddress getLocalAddress(); + + void close() throws IOException; +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/NonBlockingPacketQueue.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/NonBlockingPacketQueue.java new file mode 100644 index 0000000..83fc0e1 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/NonBlockingPacketQueue.java @@ -0,0 +1,82 @@ +package com.taurus.permanent.data; + +import java.util.LinkedList; + +/** + * 非阻塞网络包队列 + * + */ +public final class NonBlockingPacketQueue implements IPacketQueue { + private final LinkedList queue; + private int maxSize; + + public NonBlockingPacketQueue(int maxSize) { + this.queue = new LinkedList(); + this.maxSize = maxSize; + } + + public void clear() { + synchronized (this.queue) { + queue.clear(); + } + } + + public int getSize() { + return queue.size(); + } + + public int getMaxSize() { + return maxSize; + } + + public boolean isEmpty() { + return queue.size() == 0; + } + + public boolean isFull() { + return queue.size() >= maxSize; + } + + public float getPercentageUsed() { + if (this.maxSize == 0) { + return 0.0F; + } + return queue.size() * 100 / maxSize; + } + + public Packet peek() { + Packet packet = null; + + synchronized (this.queue) { + if (!isEmpty()) { + packet = queue.get(0); + } + } + return packet; + } + + public void put(Packet packet){ + if (isFull()) { + throw new RuntimeException("packet is full!"); + } + + synchronized (queue) { + queue.addLast(packet); + } + } + + public void setMaxSize(int size) { + maxSize = size; + } + + public Packet take() { + Packet packet = null; + + synchronized (queue) { + packet = queue.removeFirst(); + } + + return packet; + } + +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/PackDataType.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/PackDataType.java new file mode 100644 index 0000000..884a912 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/PackDataType.java @@ -0,0 +1,6 @@ +package com.taurus.permanent.data; + +public enum PackDataType { + BINARY, + TEXT +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/Packet.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/Packet.java new file mode 100644 index 0000000..efd4d27 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/Packet.java @@ -0,0 +1,94 @@ +package com.taurus.permanent.data; + +import java.util.ArrayList; +import java.util.List; + +/** + * Packet data object + * + */ +public class Packet { + protected int id; + protected Object data; + protected Session sender; + protected List recipients; + protected byte[] fragmentBuffer; + protected PackDataType dataType = PackDataType.BINARY; + + + + public int getId() { + return id; + } + + public void setId(int id) { + this.id = id; + } + + public Object getData() { + return this.data; + } + + public void setData(Object data) { + this.data = data; + } + + public Session getSender() { + return this.sender; + } + + public void setSender(Session sender) { + this.sender = sender; + } + + public List getRecipients() { + return this.recipients; + } + + public void setRecipients(List recipients) { + this.recipients = recipients; + } + + public void setRecipient(Session session) { + List recipients = new ArrayList(); + recipients.add(session); + setRecipients(recipients); + } + + public boolean isFragmented() { + return this.fragmentBuffer != null; + } + + public byte[] getFragmentBuffer() { + return this.fragmentBuffer; + } + + public void setFragmentBuffer(byte[] bb) { + this.fragmentBuffer = bb; + } + + public PackDataType getDataType() { + return dataType; + } + + public void setDataType(PackDataType dataType) { + this.dataType = dataType; + } + + public String toString() { + return String.format("{ data: %s }", data.getClass().getName()); + } + + public Packet clone() { + Packet newPacket = new Packet(); + newPacket.id = this.id; + newPacket.data = data; + List recipients = new ArrayList(); + recipients.addAll(this.recipients); + newPacket.recipients = recipients; + newPacket.sender = this.sender; + newPacket.dataType = this.dataType; + newPacket.fragmentBuffer = this.fragmentBuffer; + return newPacket; + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/Session.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/Session.java new file mode 100644 index 0000000..95ba371 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/Session.java @@ -0,0 +1,467 @@ +package com.taurus.permanent.data; + +import java.io.IOException; +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.atomic.AtomicInteger; + +import com.taurus.permanent.core.SessionManager; + +/** + * 核心用户session对象 + * + */ +public final class Session { + public static final String DATA_BUFFER = "session_data_buffer"; + public static final String PACKET_READ_STATE = "read_state"; + private static final String NO_IP = "NO_IP"; + + + private static AtomicInteger idCounter = new AtomicInteger(0); + + private volatile long readBytes = 0L; + private volatile long writtenBytes = 0L; + private volatile int droppedMessages = 0; + private ISocketChannel connection; + private volatile long creationTime; + private volatile long lastReadTime; + private volatile long lastWriteTime; + private volatile long lastActivityTime; + private int id; + private volatile String hashId; + private SessionType type; + private volatile String clientIpAddress = NO_IP; + private volatile int clientPort; + private int serverPort; + private String serverAddress; + private int timeout; + private volatile boolean frozen = false; + private boolean markedForEviction = false; + private volatile boolean connected = false; + private IPacketQueue packetQueue; + private Map systemProperties; + + public Session() { + creationTime = lastReadTime = lastWriteTime = lastActivityTime = System.currentTimeMillis(); + + setId(getUniqueId()); + + systemProperties = new ConcurrentHashMap(); + } + + private static int getUniqueId() { + return idCounter.incrementAndGet(); + } + + /** + * 统计当前session接收字节流大小 + * @param amount + */ + public void addReadBytes(long amount) { + this.readBytes += amount; + } + + /** + * 统计当前session发送字节流大小 + * @param amount + */ + public void addWrittenBytes(long amount) { + this.writtenBytes += amount; + } + + /** + * 获取channe连接对象 + * @return + */ + public ISocketChannel getConnection() { + return this.connection; + } + + /** + * 获取session创建时间 + * @return + */ + public long getCreationTime() { + return this.creationTime; + } + + /** + * 获取hashid + * @return + */ + public String getHashId() { + return this.hashId; + } + + /** + * 获取session id + * @return + */ + public int getId() { + return this.id; + } + + /** + * 获取客户端详细地址 + * @return + */ + public String getFullIpAddress() { + return clientPort > 0 ? getAddress() + ":" + clientPort : getAddress(); + } + + /** + * 获取客户端地址 + * @return + */ + public String getAddress() { + return this.clientIpAddress; + } + + /** + * 获取客户端端口 + * @return + */ + public int getClientPort() { + return this.clientPort; + } + + /** + * 获取服务器监听端口 + * @return + */ + public int getServerPort() { + return this.serverPort; + } + + /** + * 获取服务器详细地址 + * @return + */ + public String getFullServerIpAddress() { + return this.serverAddress + ":" + this.serverPort; + } + + /** + * 获取服务器地址 + * @return + */ + public String getServerAddress() { + return this.serverAddress; + } + + /** + * 获取最后激活时间 + * @return + */ + public long getLastActivityTime() { + return this.lastActivityTime; + } + + /** + * 获取最后读时间 + * @return + */ + public long getLastReadTime() { + return this.lastReadTime; + } + + /** + * 获取最后写时间 + * @return + */ + public long getLastWriteTime() { + return this.lastWriteTime; + } + + /** + * 获取超时时间 + * @return + */ + public int getTimeout() { + return this.timeout; + } + + /** + * 获取网络包队列 + * @return + */ + public IPacketQueue getPacketQueue() { + return this.packetQueue; + } + + /** + * 获取服务器内部属性 + * @param key + * @return + */ + public Object getSystemProperty(String key) { + return this.systemProperties.get(key); + } + + /** + * 获取属性 + * @param key + */ + public void removeSystemProperty(String key) { + this.systemProperties.remove(key); + } + + /** + * 获取session类型 + * @return + */ + public SessionType getType() { + return this.type; + } + + /** + * 获取当前session接收字节流大小 + * @return + */ + public long getReadBytes() { + return this.readBytes; + } + + /** + * 获取当前session发送字节流大小 + * @return + */ + public long getWrittenBytes() { + return this.writtenBytes; + } + + /** + * 当前连接状态 + * @return + */ + public boolean isConnected() { + return this.connected; + } + + /** + * 设置连接状态 + * @param value + */ + public void setConnected(boolean value) { + this.connected = value; + } + + + /** + * session 是否空闲,做超时踢出处理 + * @return + */ + public boolean isIdle() { + return isSocketIdle(); + } + + private boolean isSocketIdle() { + boolean isIdle = false; + + if (this.timeout > 0) { + long elapsedSinceLastActivity = System.currentTimeMillis() - this.lastActivityTime; + isIdle = elapsedSinceLastActivity / 1000L > this.timeout; + } + + return isIdle; + } + + public boolean isMarkedForEviction() { + return this.markedForEviction; + } + + /** + * 设置channel连接对象 + * @param connection + */ + public void setConnection(ISocketChannel connection) { + if (connection == null) { + return; + } + + if (this.connection != null) { + throw new IllegalArgumentException("You cannot overwrite the connection linked to a Session!"); + } + if(connection.checkConnection()) { + setSocketConnection(connection); + this.connected = true; + } + } + + private void setSocketConnection(ISocketChannel connection) { + this.connection = connection; + String svr_host = connection.getLocalAddress().toString().substring(1); + String[] svr_adr =svr_host.split("\\:"); + this.serverAddress = svr_adr[0]; + try { + this.serverPort = Integer.parseInt(svr_adr[1]); + } catch (NumberFormatException localNumberFormatException) { + } + + + String client_host = connection.getRemoteAddress().toString().substring(1); + String[] client_adr = client_host.split("\\:"); + this.clientIpAddress = client_adr[0]; + try { + this.clientPort = Integer.parseInt(client_adr[1]); + } catch (NumberFormatException localNumberFormatException) { + } + + } + + /** + * 设置网络包队列 + * @param queue + */ + public void setPacketQueue(IPacketQueue queue) { + if (this.packetQueue != null) { + throw new IllegalStateException("Cannot reassing the packet queue. Queue already exists!"); + } + this.packetQueue = queue; + } + + /** + * 设置创建时间 + * @param timestamp + */ + public void setCreationTime(long timestamp) { + this.creationTime = timestamp; + } + + /** + * 设置hashID + * @param hash + */ + public void setHashId(String hash) { + this.hashId = hash; + } + + /** + * 设置session id + * @param id + */ + public void setId(int id) { + this.id = id; + } + + /** + * 设置最后读取网络字节时间 + * @param timestamp + */ + public void setLastReadTime(long timestamp) { + this.lastReadTime = timestamp; + if(this.hashId!=null) { + this.lastActivityTime = timestamp; + } + } + + /** + * 设置最后写网络字节时间 + * @param timestamp + */ + public void setLastWriteTime(long timestamp) { + this.lastWriteTime = timestamp; + if(this.hashId!=null) { + this.lastActivityTime = timestamp; + } + } + + public void updateLastActivityTime() { + this.lastActivityTime = System.currentTimeMillis(); + } + + /** + * session 标记为驱逐 + */ + public void setMarkedForEviction() { + this.markedForEviction = true; + this.frozen = true; + } + + /** + * 设置超时时间 + * @param idleTime + */ + public void setTimeout(int idleTime) { + this.timeout = idleTime; + } + + /** + * 设置服务器内部属性 + * @param key + * @param property + */ + public void setSystemProperty(String key, Object property) { + this.systemProperties.put(key, property); + } + + /** + * 设置session 类型 + * @param type + */ + public void setType(SessionType type) { + this.type = type; + + if (type == SessionType.VOID) { + this.clientIpAddress = NO_IP; + this.clientPort = 0; + } + } + + /** + * 获取丢包数量 + * @return + */ + public int getDroppedMessages() { + return this.droppedMessages; + } + + /** + * 统计丢包数量 + */ + public void addDroppedMessages(int amount) { + this.droppedMessages += amount; + } + + /** + * session 是否被冻结 + * @return + */ + public boolean isFrozen() { + return this.frozen; + } + + /** + * 关闭session + * @throws IOException + */ + public void close() throws IOException { + this.packetQueue = null; + this.frozen = true; + try { + if(connection!=null) { + connection.close(); + } + } finally { + connected = false; + SessionManager.getInstance().removeSession(this); + } + } + + public String toString() { + return String.format("{ Id: %s, Type: %s, IP: %s }", id + (hashId!=null ? ("[" + this.hashId + "]") : ""), type, getFullIpAddress()); + } + + public boolean equals(Object obj) { + if (!(obj instanceof Session)) { + return false; + } + boolean isEqual = false; + Session session = (Session) obj; + + if (session.getId() == this.id) { + isEqual = true; + } + return isEqual; + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/SessionType.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/SessionType.java new file mode 100644 index 0000000..3e0b480 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/data/SessionType.java @@ -0,0 +1,17 @@ +package com.taurus.permanent.data; + +/** + * session 类型 + * + */ +public enum SessionType{ + /** + * 普通 tcp udp 长链接 + */ + NORMAL, + /** + * websocket 长链接 + */ + WEBSOCKET, + VOID +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/BinaryIoHandler.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/BinaryIoHandler.java new file mode 100644 index 0000000..9309052 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/BinaryIoHandler.java @@ -0,0 +1,242 @@ +package com.taurus.permanent.io; + +import java.io.IOException; +import java.nio.ByteBuffer; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.core.BitSwarmEngine; +import com.taurus.permanent.data.Packet; +import com.taurus.permanent.data.Session; + +/** + * 协议包字节流解析 + * + */ +public class BinaryIoHandler { + + private static final int INT_SIZE = 4; + private final Logger log; + private final BitSwarmEngine engine; + private volatile long packetsRead = 0L; + private volatile long droppedIncomingPackets = 0L; + private final int maxPacketSize; + + public BinaryIoHandler(IOHandler parentHandler) { + this.log = Logger.getLogger(getClass()); + this.engine = BitSwarmEngine.getInstance(); + this.maxPacketSize = engine.getConfig().maxPacketSize; + } + + public long getReadPackets() { + return this.packetsRead; + } + + public long getIncomingDroppedPackets() { + return this.droppedIncomingPackets; + } + + public void handleWrite(Packet packet) throws Exception { + engine.getProtocolHandler().onPacketWrite(packet); + int protocolCompressionThreshold = TPServer.me().getConfig().protocolCompression; + byte[] binData = null; + try { + binData = ((TObject)packet.getData()).toBinary(); + } catch (Exception e) { + log.error(e); + log.error(((TObject)packet.getData()).toString()); + log.error(((TObject)packet.getData()).toJson()); + return; + } + boolean compression = binData.length > protocolCompressionThreshold; + if(compression) { + binData = Utils.compress(binData); + } + ByteBuffer packetBuffer = ByteBuffer.allocate(INT_SIZE + 1 + binData.length); + packetBuffer.put(compression?(byte)1:(byte)0); + packetBuffer.putInt(binData.length); + packetBuffer.put(binData); + packet.setData(packetBuffer.array()); + engine.getSocketWriter().enqueuePacket(packet); + } + + public void handleRead(Session session, byte[] data) { + + PacketReadState readState = (PacketReadState) session.getSystemProperty(Session.PACKET_READ_STATE); + try { + while (data.length > 0) { + if (readState == PacketReadState.WAIT_NEW_PACKET) { + ProcessedPacket process = handleNewPacket(session, data); + readState = process.getState(); + data = process.getData(); + } + + if (readState == PacketReadState.WAIT_DATA_SIZE) { + ProcessedPacket process = handleDataSize(session, data); + readState = process.getState(); + data = process.getData(); + } + + if (readState == PacketReadState.WAIT_DATA_SIZE_FRAGMENT) { + ProcessedPacket process = handleDataSizeFragment(session, data); + readState = process.getState(); + data = process.getData(); + } + + if (readState != PacketReadState.WAIT_DATA) + continue; + ProcessedPacket process = handlePacketData(session, data); + readState = process.getState(); + data = process.getData(); + } + + } catch (Exception err) { + this.log.error(err); + readState = PacketReadState.WAIT_NEW_PACKET; + } + + session.setSystemProperty(Session.PACKET_READ_STATE, readState); + } + + private ProcessedPacket handleNewPacket(Session session, byte[] data) { + PendingPacket pp = new PendingPacket(); + pp.compressed = data[0] > 0; + session.setSystemProperty(Session.DATA_BUFFER, pp); + data = Utils.resizeByteArray(data, 1, data.length - 1); + return new ProcessedPacket(PacketReadState.WAIT_DATA_SIZE, data); + } + + private ProcessedPacket handleDataSize(Session session, byte[] data) { + PacketReadState state = PacketReadState.WAIT_DATA; + PendingPacket pending = (PendingPacket) session.getSystemProperty(Session.DATA_BUFFER); + int dataSize = -1; + int sizeBytes = INT_SIZE; + + if (data.length >= INT_SIZE) { + dataSize = 0; + for (int i = 0; i < INT_SIZE; i++) { + int pow256 = (int) Math.pow(256.0D, 3 - i); + int intByte = data[i] & 0xFF; + dataSize += pow256 * intByte; + } + } + + if (dataSize != -1) { + validateIncomingDataSize(session, dataSize); + pending.setExpectedLen(dataSize); + pending.setBuffer(ByteBuffer.allocate(dataSize)); + data = Utils.resizeByteArray(data, sizeBytes, data.length - sizeBytes); + } else { + state = PacketReadState.WAIT_DATA_SIZE_FRAGMENT; + ByteBuffer sizeBuffer = ByteBuffer.allocate(INT_SIZE); + sizeBuffer.put(data); + pending.setBuffer(sizeBuffer); + data = new byte[0]; + } + return new ProcessedPacket(state, data); + } + + private ProcessedPacket handleDataSizeFragment(Session session, byte[] data) { + PacketReadState state = PacketReadState.WAIT_DATA_SIZE_FRAGMENT; + PendingPacket pending = (PendingPacket) session.getSystemProperty(Session.DATA_BUFFER); + ByteBuffer sizeBuffer = (ByteBuffer) pending.getBuffer(); + + int remaining = INT_SIZE - sizeBuffer.position(); + + if (data.length >= remaining) { + sizeBuffer.put(data, 0, remaining); + sizeBuffer.flip(); + int dataSize = sizeBuffer.getInt(); + + validateIncomingDataSize(session, dataSize); + pending.setExpectedLen(dataSize); + pending.setBuffer(ByteBuffer.allocate(dataSize)); + state = PacketReadState.WAIT_DATA; + + if (data.length > remaining) + data = Utils.resizeByteArray(data, remaining, data.length - remaining); + else { + data = new byte[0]; + } + + } else { + sizeBuffer.put(data); + data = new byte[0]; + } + + return new ProcessedPacket(state, data); + } + + private ProcessedPacket handlePacketData(Session session, byte[] data) throws Exception { + PacketReadState state = PacketReadState.WAIT_DATA; + PendingPacket pending = (PendingPacket) session.getSystemProperty(Session.DATA_BUFFER); + ByteBuffer dataBuffer = (ByteBuffer) pending.getBuffer(); + int readLen = dataBuffer.remaining(); + boolean isThereMore = data.length > readLen; + + if (data.length >= readLen) { + dataBuffer.put(data, 0, readLen); + + if (pending.getExpectedLen() != dataBuffer.capacity()) { + throw new IllegalStateException("Expected: " + pending.getExpectedLen() + ", Buffer size: " + dataBuffer.capacity()); + } + final byte[] tembytes = dataBuffer.array(); + final boolean compressed = pending.compressed; + dispatchRequest(session,tembytes,compressed); + this.packetsRead += 1L; + state = PacketReadState.WAIT_NEW_PACKET; + + } else { + dataBuffer.put(data); + } + + if (isThereMore) + data = Utils.resizeByteArray(data, readLen, data.length - readLen); + else { + data = new byte[0]; + } + return new ProcessedPacket(state, data); + } + + + private void dispatchRequest(Session session, byte[] data,boolean compressed) { + if(compressed) { + try { + data = Utils.uncompress(data); + } catch (IOException e) { + throw new RuntimeException(e); + } + } + + ITObject requestObject = TObject.newFromBinaryData(data); + Packet newPacket = new Packet(); + newPacket.setSender(session); + newPacket.setData(requestObject); + engine.getProtocolHandler().onPacketRead(newPacket); + } + + /** + * 验证字节流数据大小 + * @param session + * @param dataSize + */ + private void validateIncomingDataSize(Session session, int dataSize) { + String who = session.toString(); + + if (dataSize < 1) { + this.droppedIncomingPackets += 1L; + throw new IllegalArgumentException("Illegal request size: " + dataSize + " bytes, from: " + who); + } + + if (dataSize > this.maxPacketSize) { + TPServer.me().getController().disconnect(session); + this.droppedIncomingPackets += 1L; + + throw new IllegalArgumentException(String.format("Incoming request size too large: %s, Current limit: %s, From: %s", dataSize, this.maxPacketSize, who)); + } + } + +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/IOHandler.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/IOHandler.java new file mode 100644 index 0000000..6ad430c --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/IOHandler.java @@ -0,0 +1,73 @@ +package com.taurus.permanent.io; + +import com.taurus.core.util.Logger; +import com.taurus.permanent.data.Packet; +import com.taurus.permanent.data.Session; + +/** + * 读写网络字节流 + * + */ +public class IOHandler { + private final BinaryIoHandler binHandler; + private final Logger logger; + + public IOHandler() { + logger = Logger.getLogger(getClass()); + binHandler = new BinaryIoHandler(this); + + } + + /** + * 读取网络包字节流 + * @param session + * @param data + */ + public void onDataRead(Session session, byte[] data) { + if ((data == null) || (data.length < 1)) { + throw new IllegalArgumentException("Unexpected null or empty byte array!"); + } + + PacketReadState readState = (PacketReadState) session.getSystemProperty(Session.PACKET_READ_STATE); + if(readState==null){ + if (data[0] == 60) { + return; + } + session.setSystemProperty(Session.PACKET_READ_STATE, PacketReadState.WAIT_NEW_PACKET); + } + + binHandler.handleRead(session, data); + } + + /** + * 数据写入网络字节流,发送给指定客户端 + * @param packet + */ + public void onDataWrite(Packet packet) { + if (packet.getRecipients().size() > 0) { + try { + this.binHandler.handleWrite(packet); + } catch (Exception e) { + logger.error(e); + } + } + } + + /** + * 统计丢包数量 + * @return + */ + public long getReadPackets() { + return binHandler.getReadPackets(); + } + + /** + * 统计丢包数量 + * @return + */ + public long getIncomingDroppedPackets() { + return binHandler.getIncomingDroppedPackets(); + } + + +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/PacketReadState.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/PacketReadState.java new file mode 100644 index 0000000..6bcdbad --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/PacketReadState.java @@ -0,0 +1,21 @@ +package com.taurus.permanent.io; + +/** + * PacketReadState + * + */ +public enum PacketReadState { + /** + * 等待新包读取 + */ + WAIT_NEW_PACKET, + /** + * 等待读取包大小 + */ + WAIT_DATA_SIZE, + /** + * 等待读取碎片包 + */ + WAIT_DATA_SIZE_FRAGMENT, + WAIT_DATA; +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/PendingPacket.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/PendingPacket.java new file mode 100644 index 0000000..6b6a059 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/PendingPacket.java @@ -0,0 +1,37 @@ +package com.taurus.permanent.io; + +/** + * PendingPacket + * + */ +public class PendingPacket { + private Object buffer; + private int expectedLen = -1; + public boolean compressed; + + public PendingPacket() { + + } + + + + public Object getBuffer() { + return buffer; + } + + public void setBuffer(Object buffer) { + this.buffer = buffer; + } + + public int getExpectedLen() { + return this.expectedLen; + } + + public void setExpectedLen(int len) { + this.expectedLen = len; + } + + public String toString() { + return buffer.toString(); + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/ProcessedPacket.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/ProcessedPacket.java new file mode 100644 index 0000000..741e0e3 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/ProcessedPacket.java @@ -0,0 +1,23 @@ +package com.taurus.permanent.io; + +/** + * ProcessedPacket + * + */ +public class ProcessedPacket { + private byte[] data; + private PacketReadState state; + + public ProcessedPacket(PacketReadState state, byte[] data) { + this.state = state; + this.data = data; + } + + public byte[] getData() { + return data; + } + + public PacketReadState getState() { + return state; + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/ProtocolHandler.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/ProtocolHandler.java new file mode 100644 index 0000000..2a3e4f9 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/io/ProtocolHandler.java @@ -0,0 +1,42 @@ +package com.taurus.permanent.io; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.Packet; + +/** + * ProtocolHandler + * + * + */ +public class ProtocolHandler { + private static final String ACTION_ID = "a"; + private static final String PARAM_ID = "p"; + + public void onPacketWrite(Packet packet) { + ITObject params = TObject.newInstance(); + params.putByte(ACTION_ID, (byte) packet.getId()); + params.putTObject(PARAM_ID, (ITObject) packet.getData()); + packet.setData(params); + } + + public void onPacketRead(Packet packet) { + ITObject requestObject = (ITObject)packet.getData(); + if (requestObject.isNull(ACTION_ID)) { + throw new IllegalStateException("Request rejected: No Action ID in request!"); + } + if (requestObject.isNull(PARAM_ID)) { + throw new IllegalStateException("Request rejected: Missing parameters field!"); + } + + packet.setId(requestObject.getByte(ACTION_ID)); + if(requestObject.containsKey(PARAM_ID)) { + packet.setData(requestObject.getTObject(PARAM_ID)); + }else { + packet.setData(null); + } + + TPServer.me().getController().enqueueRequest(packet); + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/NormalSocketChannel.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/NormalSocketChannel.java new file mode 100644 index 0000000..1d3d67f --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/NormalSocketChannel.java @@ -0,0 +1,71 @@ +package com.taurus.permanent.normal; + +import java.io.IOException; +import java.net.Socket; +import java.net.SocketAddress; +import java.nio.ByteBuffer; +import java.nio.channels.SocketChannel; + +import com.taurus.permanent.data.ISocketChannel; + +public class NormalSocketChannel implements ISocketChannel{ + private final SocketChannel channel; + + public NormalSocketChannel(SocketChannel channel) { + this.channel = channel; + } + @Override + public long write(ByteBuffer buffer) { + try { + return channel.write(buffer); + } catch (IOException e) { + return 0; + } + } + + @Override + public void write(String p0) { + // TODO Auto-generated method stub + + } + + @Override + public SocketAddress getRemoteAddress() { + if(checkConnection()) { + return channel.socket().getRemoteSocketAddress(); + } + return null; + } + + @Override + public SocketAddress getLocalAddress() { + if(checkConnection()) { + return channel.socket().getLocalSocketAddress(); + } + return null; + } + + @Override + public void close() throws IOException{ + Socket socket = channel.socket(); + if ((socket != null) && (!socket.isClosed())) { + socket.shutdownInput(); + socket.shutdownOutput(); + socket.close(); + channel.close(); + } + } + @Override + public Object getChannel() { + return channel; + } + + @Override + public boolean checkConnection() { + if((channel != null) && (channel.socket() != null) && (!channel.socket().isClosed())) { + return true; + } + return false; + } + +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/SocketAcceptor.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/SocketAcceptor.java new file mode 100644 index 0000000..e7ecc9d --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/SocketAcceptor.java @@ -0,0 +1,259 @@ +package com.taurus.permanent.normal; + +import java.io.IOException; +import java.net.InetAddress; +import java.net.InetSocketAddress; +import java.net.Socket; +import java.nio.channels.SelectionKey; +import java.nio.channels.Selector; +import java.nio.channels.ServerSocketChannel; +import java.nio.channels.SocketChannel; +import java.util.ArrayList; +import java.util.LinkedList; +import java.util.List; +import java.util.Set; +import java.util.concurrent.ExecutorService; +import java.util.concurrent.Executors; + +import com.taurus.core.util.Logger; +import com.taurus.permanent.core.BaseCoreService; +import com.taurus.permanent.core.BitSwarmEngine; +import com.taurus.permanent.core.ConnectionFilter; +import com.taurus.permanent.core.DefaultConstants; +import com.taurus.permanent.core.ServerConfig.SocketAddress; +import com.taurus.permanent.core.SessionManager; +import com.taurus.permanent.data.BindableSocket; +import com.taurus.permanent.data.Session; +import com.taurus.permanent.data.SessionType; + +/** + * SocketAcceptor + * + * + */ +public class SocketAcceptor extends BaseCoreService implements Runnable { + private final BitSwarmEngine engine; + private final Logger logger; + private volatile int threadId = 1; + private int threadPoolSize = 1; + private final ExecutorService threadPool; + private LinkedList acceptableConnections; + private List boundSockets; + + private SessionManager sessionManager; + private SocketReader socketReader; + private Selector acceptSelector; + private volatile boolean isActive = false; + + public SocketAcceptor(int threadPoolSize) { + this.threadPoolSize = threadPoolSize; + + engine = BitSwarmEngine.getInstance(); + logger = Logger.getLogger(SocketAcceptor.class); + + threadPool = Executors.newFixedThreadPool(threadPoolSize); + + acceptableConnections = new LinkedList(); + boundSockets = new ArrayList(); + socketReader = engine.getSocketReader(); + + try { + acceptSelector = Selector.open(); + logger.info("AcceptSelector opened"); + } catch (IOException e) { + logger.warn("Problems during SocketAcceptor init: " + e); + logger.error(e); + } + } + + public void init(Object o) { + super.init(o); + if (isActive) { + throw new IllegalArgumentException("Object is already initialized. Destroy it first!"); + } + if (threadPoolSize < 1) { + throw new IllegalArgumentException("Illegal value for a thread pool size: " + threadPoolSize); + } + sessionManager = engine.getSessionManager(); + + isActive = true; + initThreadPool(); + + logger.info("SocketAcceptor initialized (pool size:"+threadPoolSize+")"); + checkBoundSockets(); + } + + public void destroy(Object o) { + super.destroy(o); + + isActive = false; + shutDownBoundSockets(); + + List leftOvers = threadPool.shutdownNow(); + try { + Thread.sleep(500L); + + acceptSelector.close(); + } catch (Exception e) { + logger.warn("Error when shutting down Accept selector: " + e.getMessage()); + } + + logger.info("SocketAcceptor stopped. Unprocessed tasks: " + leftOvers.size()); + } + + private void initThreadPool() { + for (int j = 0; j < threadPoolSize; j++) + threadPool.execute(this); + } + + public void run() { + Thread.currentThread().setName("SocketAcceptor-" + threadId++); + + while (isActive) { + try { + acceptLoop(); + } catch (IOException e) { + logger.info("I/O Error with Accept Selector: " + e.getMessage()); + logger.error(e); + } + } + + logger.info("SocketAcceptor threadpool shutting down."); + } + + private void acceptLoop() throws IOException { + acceptSelector.select(); + List _list = null; + synchronized (acceptSelector) { + Set readyKeys = acceptSelector.selectedKeys(); + _list = new ArrayList(readyKeys); + readyKeys.clear(); + } + + for (SelectionKey key : _list) { + try { + ServerSocketChannel ssChannel = (ServerSocketChannel) key.channel(); + SocketChannel clientChannel = ssChannel.accept(); + synchronized (acceptableConnections) { + acceptableConnections.addLast(clientChannel); + } + } catch (IOException error) { + logger.info("I/O Error during accept loop: " + error.getMessage()); + } + } + + if (isActive) + socketReader.getSelector().wakeup(); + } + + public void handleAcceptableConnections() { + if (acceptableConnections.size() == 0) { + return; + } + SocketChannel connection = null; + synchronized (acceptableConnections) { + connection = acceptableConnections.removeFirst(); + } + if (connection == null) + return; + ConnectionFilter connectionFilter = engine.getConnectionFilter(); + + try { + Socket socket = connection.socket(); + InetAddress iAddr = null; + if (socket != null && !socket.isClosed()) { + iAddr = socket.getInetAddress(); + } + if (iAddr == null) { + handleAcceptableConnections(); + return; + } + if (!connectionFilter.validateAndAddAddress(iAddr.getHostAddress())) { + try { + connection.socket().shutdownInput(); + connection.socket().shutdownOutput(); + connection.close(); + } catch (IOException e1) { + logger.warn("Additional problem with refused connection. Was not able to shut down the channel: " + e1.getMessage()); + } + handleAcceptableConnections(); + return; + } + connection.configureBlocking(false); + connection.socket().setTcpNoDelay(engine.getConfig().tcpNoDelay); + + SelectionKey selectionKey = connection.register(socketReader.getSelector(), SelectionKey.OP_READ); + Session session = sessionManager.createSession(new NormalSocketChannel(connection), SessionType.NORMAL); + session.setSystemProperty(DefaultConstants.SESSION_SELECTION_KEY, selectionKey); + sessionManager.addSession(session); + } catch (IOException e) { + StringBuilder sb = new StringBuilder("Failed accepting connection: "); + + if ((connection != null) && (connection.socket() != null)) { + sb.append(connection.socket().getInetAddress().getHostAddress()); + } + logger.info(sb.toString()); + } + handleAcceptableConnections(); + } + + public void bindSocket(SocketAddress socketConfig) throws IOException { + if (socketConfig.type.equalsIgnoreCase(SocketAddress.TYPE_TCP)) { + bindTcpSocket(socketConfig.address, socketConfig.port); + } else + throw new UnsupportedOperationException("Invalid transport type!"); + } + + public List getBoundSockets() { + ArrayList list = null; + + synchronized (boundSockets) { + list = new ArrayList(boundSockets); + } + + return list; + } + + private void bindTcpSocket(String address, int port) throws IOException { + ServerSocketChannel socketChannel = ServerSocketChannel.open(); + socketChannel.configureBlocking(false); + socketChannel.socket().bind(new InetSocketAddress(address, port)); + socketChannel.socket().setReuseAddress(true); + socketChannel.register(acceptSelector, SelectionKey.OP_ACCEPT); + + synchronized (boundSockets) { + boundSockets.add(new BindableSocket(socketChannel, address, port)); + } + + logger.info("Added bound tcp socket --> " + address + ":" + port); + } + + private void checkBoundSockets() { + if (boundSockets.size() < 1) + logger.error("No bound sockets! Check the boot logs for possible problems!"); + } + + private void shutDownBoundSockets() { + List problematicSockets = null; + + for (BindableSocket bindableSocket : boundSockets) { + try { + bindableSocket.getChannel().close(); + } catch (IOException e) { + if (problematicSockets == null) { + problematicSockets = new ArrayList(); + } + problematicSockets.add(bindableSocket); + } + } + + if (problematicSockets != null) { + StringBuilder sb = new StringBuilder("Problems closing bound socket(s). The following socket(s) raised exceptions: "); + + for (BindableSocket socket : problematicSockets) { + sb.append(socket.toString()).append(" "); + } + throw new RuntimeException(sb.toString()); + } + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/SocketReader.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/SocketReader.java new file mode 100644 index 0000000..70e9de9 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/SocketReader.java @@ -0,0 +1,231 @@ +package com.taurus.permanent.normal; + +import java.io.IOException; +import java.nio.ByteBuffer; +import java.nio.channels.CancelledKeyException; +import java.nio.channels.ClosedSelectorException; +import java.nio.channels.SelectableChannel; +import java.nio.channels.SelectionKey; +import java.nio.channels.Selector; +import java.nio.channels.SocketChannel; +import java.util.Iterator; +import java.util.List; +import java.util.Set; +import java.util.concurrent.ExecutorService; +import java.util.concurrent.Executors; + +import com.taurus.core.util.FixedIndexThreadPool; +import com.taurus.core.util.FixedIndexThreadPool.Work; +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import com.taurus.permanent.core.BaseCoreService; +import com.taurus.permanent.core.BitSwarmEngine; +import com.taurus.permanent.core.DefaultConstants; +import com.taurus.permanent.core.SessionManager; +import com.taurus.permanent.data.Session; +import com.taurus.permanent.io.IOHandler; + +/** + * SocketReader + * + * + */ +public class SocketReader extends BaseCoreService implements Runnable { + private final BitSwarmEngine engine; + private final Logger logger; + private int threadPoolSize = 1; + private ExecutorService threadPool; + private FixedIndexThreadPool packetReaderPool; + private SessionManager sessionManager; + private SocketAcceptor socketAcceptor; + private SocketWriter socketWriter; + private Selector readSelector; + private IOHandler ioHandler; + private volatile boolean isActive = false; + private volatile long readBytes = 0L; + + public SocketReader(int nThreads) { + threadPoolSize = nThreads; + + engine = BitSwarmEngine.getInstance(); + logger = Logger.getLogger(getClass()); + try { + readSelector = Selector.open(); + logger.info("TCP Selector opened"); + } catch (IOException e) { + logger.error("Failed opening UDP Selector: " + e.toString()); + e.printStackTrace(); + } + } + + public void init(Object o) { + super.init(o); + if (isActive) { + throw new IllegalArgumentException("Object is already initialized. Destroy it first!"); + } + sessionManager = engine.getSessionManager(); + socketAcceptor = engine.getSocketAcceptor(); + socketWriter = engine.getSocketWriter(); + isActive = true; + initThreadPool(); + + logger.info("SocketReader started (pool size:"+threadPoolSize+")"); + } + + public void destroy(Object o) { + super.destroy(o); + + isActive = false; + List leftOvers = threadPool.shutdownNow(); + int pr_count = packetReaderPool.shutdown(); + try { + Thread.sleep(500L); + readSelector.close(); + } catch (Exception e) { + logger.warn("Error when shutting down TCP Selector: " + e.getMessage()); + logger.error(e); + } + + logger.info("SocketReader stopped. Unprocessed tasks: " + leftOvers.size()); + logger.info("PacketReader stopped. Unprocessed tasks: " + pr_count); + } + + public void initThreadPool() { + threadPool = Executors.newSingleThreadExecutor(); + threadPool.execute(this); + packetReaderPool = new FixedIndexThreadPool(threadPoolSize, "PacketReader", PacketReaderWork.class); + } + + public void run() { + Thread.currentThread().setName("SocketReader"); + + while (isActive) { + try { + socketAcceptor.handleAcceptableConnections(); + readIncomingSocketData(); + + Thread.sleep(5L); + } catch (Throwable t) { + logger.warn("Problems in SocketReader main loop: " + t + ", Thread: " + Thread.currentThread()); + logger.error(t); + } + } + + logger.info("SocketReader threadpool shutting down."); + } + + private void readIncomingSocketData() { + SocketChannel channel = null; + SelectionKey key = null; + try { + int readyKeyCount = readSelector.selectNow(); + + if (readyKeyCount > 0) { + Set readyKeys = readSelector.selectedKeys(); + + for (Iterator it = readyKeys.iterator(); it.hasNext();) { + key = (SelectionKey) it.next(); + it.remove(); + + if (!key.isValid()) { + continue; + } + channel = (SocketChannel) key.channel(); + Session session = sessionManager.getSessionByConnection(channel); + packetReaderPool.execute(session.getId(), session); + } + } + + } catch (ClosedSelectorException e) { + logger.debug("Selector is closed!"); + } catch (CancelledKeyException localCancelledKeyException) { + } catch (IOException ioe) { + logger.warn("I/O reading/selection error: " + ioe); + logger.error(ioe); + } catch (Exception err) { + logger.warn("Generic reading/selection error: " + err); + logger.error(err); + } + } + + private void readTcpData(Session session,SocketChannel channel, ByteBuffer readBuffer) throws IOException { + SelectionKey key = (SelectionKey) session.getSystemProperty(DefaultConstants.SESSION_SELECTION_KEY); + if (!key.isValid()) { + return; + } + if (key.isWritable()) { + key.interestOps(SelectionKey.OP_READ); + socketWriter.continueWriteOp(session); + } + if (!key.isReadable()) { + return; + } + readBuffer.clear(); + long byteCount = channel.read(readBuffer); + + if (byteCount == -1L) { + closeConnection(channel); + } else if (byteCount > 0L) { + session.setLastReadTime(System.currentTimeMillis()); + readBytes += byteCount; + session.addReadBytes(byteCount); + readBuffer.flip(); + byte[] binaryData = new byte[readBuffer.limit()]; + readBuffer.get(binaryData); + ioHandler.onDataRead(session, binaryData); + } + } + + private void closeConnection(SelectableChannel channel) throws IOException { + channel.close(); + if (channel instanceof SocketChannel) + sessionManager.onSocketDisconnected(channel); + } + + public IOHandler getIOHandler() { + return ioHandler; + } + + public Selector getSelector() { + return readSelector; + } + + public void setIoHandler(IOHandler handler) { + if (handler == null) { + throw new IllegalStateException("IOHandler si already set!"); + } + ioHandler = handler; + } + + public long getReadBytes() { + return readBytes; + } + + public long getReadPackets() { + return ioHandler.getReadPackets(); + } + + public static final class PacketReaderWork extends Work { + private ByteBuffer readBuffer; + private BitSwarmEngine engine; + private SocketReader reader; + + public PacketReaderWork() { + engine = BitSwarmEngine.getInstance(); + reader = (SocketReader) engine.getSocketReader(); + readBuffer = Utils.allocateBuffer(engine.getConfig().maxReadBufferSize, engine.getConfig().readBufferType); + } + + @Override + protected void handlerTask(Object task) throws Exception { + Session session = (Session) task; + SocketChannel channel = (SocketChannel) session.getConnection().getChannel(); + readBuffer.clear(); + try { + reader.readTcpData(session,channel, readBuffer); + } catch (IOException e) { + reader.closeConnection(channel); + } + } + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/SocketWriter.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/SocketWriter.java new file mode 100644 index 0000000..3bf0312 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/normal/SocketWriter.java @@ -0,0 +1,276 @@ +package com.taurus.permanent.normal; + +import java.io.IOException; +import java.nio.ByteBuffer; +import java.nio.channels.ClosedChannelException; +import java.nio.channels.SelectionKey; +import java.util.Collection; +import java.util.List; +import java.util.concurrent.BlockingQueue; +import java.util.concurrent.ExecutorService; +import java.util.concurrent.Executors; +import java.util.concurrent.LinkedBlockingQueue; + +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.core.BaseCoreService; +import com.taurus.permanent.core.BitSwarmEngine; +import com.taurus.permanent.core.DefaultConstants; +import com.taurus.permanent.core.ServerConfig; +import com.taurus.permanent.data.IPacketQueue; +import com.taurus.permanent.data.ISocketChannel; +import com.taurus.permanent.data.Packet; +import com.taurus.permanent.data.Session; +import com.taurus.permanent.data.SessionType; +import com.taurus.permanent.io.IOHandler; + +/** + * SocketWriter + * + * + */ +public final class SocketWriter extends BaseCoreService implements Runnable { + private BitSwarmEngine engine; + private IOHandler ioHandler; + private final Logger logger; + private final ExecutorService threadPool; + private final BlockingQueue sessionTicketsQueue; + private volatile int threadId = 1; + private volatile boolean isActive = false; + private volatile long droppedPacketsCount = 0L; + private volatile long writtenBytes = 0L; + private volatile long writtenPackets = 0L; + private int threadPoolSize; + + public SocketWriter(int threadPoolSize) { + this.threadPoolSize = threadPoolSize; + + threadPool = Executors.newFixedThreadPool(threadPoolSize); + logger = Logger.getLogger(SocketWriter.class); + + sessionTicketsQueue = new LinkedBlockingQueue(); + } + + public void init(Object o) { + super.init(o); + + if (isActive) { + throw new IllegalArgumentException("Object is already initialized. Destroy it first!"); + } + if (threadPoolSize < 1) { + throw new IllegalArgumentException("Illegal value for a thread pool size: " + threadPoolSize); + } + engine = BitSwarmEngine.getInstance(); + isActive = true; + + initThreadPool(); + + logger.info("Socket Writer started (pool size:" + threadPoolSize + ")"); + } + + public void destroy(Object o) { + super.destroy(o); + + isActive = false; + List leftOvers = threadPool.shutdownNow(); + logger.info("SocketWriter stopped. Unprocessed tasks: " + leftOvers.size()); + } + + public int getQueueSize() { + return sessionTicketsQueue.size(); + } + + public int getThreadPoolSize() { + return threadPoolSize; + } + + public IOHandler getIOHandler() { + return ioHandler; + } + + public void setIOHandler(IOHandler ioHandler) { + if (this.ioHandler != null) { + throw new IllegalStateException("You cannot reassign the IOHandler class!"); + } + this.ioHandler = ioHandler; + } + + public void continueWriteOp(Session session) { + if (session != null) + sessionTicketsQueue.add(session); + } + + private void initThreadPool() { + for (int j = 0; j < threadPoolSize; j++) + threadPool.execute(this); + } + + public void run() { + Thread.currentThread().setName("SocketWriter-" + threadId++); + + ServerConfig setting = TPServer.me().getConfig(); + ByteBuffer writeBuffer = Utils.allocateBuffer(setting.maxWriteBufferSize, setting.writeBufferType); + + while (isActive) { + try { + Session session = sessionTicketsQueue.take(); + processSessionQueue(writeBuffer, session); + } catch (InterruptedException e) { + logger.warn("SocketWriter thread interrupted: " + Thread.currentThread()); + isActive = false; + } catch (Throwable t) { + logger.warn("Problems in SocketWriter main loop, Thread: " + Thread.currentThread()); + logger.error(t); + } + } + + logger.info("SocketWriter threadpool shutting down."); + } + + private void processSessionQueue(ByteBuffer writeBuffer, Session session) { + if (session != null) { + SessionType type = session.getType(); + + if (type == SessionType.NORMAL) { + processRegularSession(writeBuffer, session); + }else if (type == SessionType.VOID) + return; + } + } + + private void processRegularSession(ByteBuffer writeBuffer, Session session) { + if (session.isFrozen()) { + return; + } + Packet packet = null; + try { + IPacketQueue sessionQ = session.getPacketQueue(); + + synchronized (sessionQ) { + if (!sessionQ.isEmpty()) { + packet = sessionQ.peek(); + + if (packet == null) { + return; + } + tcpSend(writeBuffer, sessionQ, session, packet); + } + } + + } catch (ClosedChannelException cce) { + logger.debug("Socket closed during write operation for session: " + session); + } catch (IOException localIOException) {} catch (Exception e) { + logger.warn("Error during write. Session: " + session); + logger.error(e); + } + } + + private void tcpSend(ByteBuffer writeBuffer, IPacketQueue sessionQ, Session session, Packet packet) throws Exception { + ISocketChannel channel = session.getConnection(); + if (channel == null) { + logger.debug("Skipping packet, found null socket for Session: " + session); + return; + } + writeBuffer.clear(); + + byte[] buffer = packet.isFragmented() ? packet.getFragmentBuffer() : (byte[]) packet.getData(); + if (writeBuffer.capacity() < buffer.length) { + writeBuffer = Utils.allocateBuffer(buffer.length, engine.getConfig().writeBufferType); + } + writeBuffer.put(buffer); + writeBuffer.flip(); + + long toWrite = writeBuffer.remaining(); + + long bytesWritten = channel.write(writeBuffer); + if(bytesWritten == 0)throw new IOException("Written Bytes excetion!"); + + writtenBytes += bytesWritten; + session.addWrittenBytes(bytesWritten); + if (bytesWritten < toWrite) { + byte[] bb = new byte[writeBuffer.remaining()]; + writeBuffer.get(bb); + packet.setFragmentBuffer(bb); + + SelectionKey sk = (SelectionKey) session.getSystemProperty(DefaultConstants.SESSION_SELECTION_KEY); + if ((sk != null) && (sk.isValid())) { + sk.interestOps(SelectionKey.OP_READ|SelectionKey.OP_WRITE); + } else { + logger.warn("Could not OP_WRITE for Session: " + session + ", written bytes: " + bytesWritten); + } + } else { + writtenPackets += 1L; + + sessionQ.take(); + if (!sessionQ.isEmpty()) { + sessionTicketsQueue.add(session); + } + } + } + + public void enqueuePacket(Packet packet) { + enqueueLocal(packet); + } + + private void enqueueLocal(Packet packet) { + Collection recipients = packet.getRecipients(); + int size = recipients.size(); + + if ((recipients != null) && (size > 0)) { + if (packet.getSender() != null) { + packet.getSender().setLastWriteTime(System.currentTimeMillis()); + } + if (size == 1) { + enqueueLocalPacket((Session) packet.getRecipients().iterator().next(), packet); + } else + for (Session session : recipients) { + enqueueLocalPacket(session, packet.clone()); + } + } + } + + private void enqueueLocalPacket(Session session, Packet packet) { + IPacketQueue sessionQ = session.getPacketQueue(); + + if (sessionQ != null) { + synchronized (sessionQ) { + try { + boolean wasEmpty = sessionQ.isEmpty(); + + sessionQ.put(packet); + + if ((wasEmpty)) { + sessionTicketsQueue.add(session); + } + + packet.setRecipients(null); + } catch (Exception error) { + dropOneMessage(session); + } + } + } + } + + /** + * 丢包处理 + * @param session + */ + private void dropOneMessage(Session session) { + session.addDroppedMessages(1); + droppedPacketsCount += 1L; + } + + public long getDroppedPacketsCount() { + return droppedPacketsCount; + } + + + public long getWrittenBytes() { + return writtenBytes; + } + + public long getWrittenPackets() { + return writtenPackets; + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/util/GhostUserHunter.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/util/GhostUserHunter.java new file mode 100644 index 0000000..07cdf74 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/util/GhostUserHunter.java @@ -0,0 +1,82 @@ +package com.taurus.permanent.util; + +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.core.SessionManager; +import com.taurus.permanent.core.SystemController; +import com.taurus.permanent.data.Session; + +import java.util.ArrayList; +import java.util.List; + +/** + * GhostUserHunter + * + * + * + */ +public class GhostUserHunter { + private static final String EOL = System.getProperty("line.separator"); + private final TPServer taurus; + private SessionManager sm; + private SystemController controller; + private final Logger log; + private static final int TOT_CYCLES = 2; + private int cycleCounter = 0; + + public GhostUserHunter() { + taurus = TPServer.me(); + this.controller = TPServer.me().getController(); + log = Logger.getLogger(getClass()); + } + + public void hunt() { + if (sm == null) { + sm = taurus.getSessionManager(); + } + + if (++cycleCounter < TOT_CYCLES) { + return; + } + cycleCounter = 0; + + List ghosts = searchGhosts(); + if (ghosts.size() > 0) { + log.info(buildReport(ghosts)); + } + + for (Session ghost : ghosts) + controller.disconnect(ghost); + } + + private List searchGhosts() { + List allUsers = taurus.getSessionManager().getAllSessions(); + List ghosts = new ArrayList(); + + for (Session u : allUsers) { + Session sess = u; + + if ((!sm.containsSession(sess)) || (sess.isIdle()) || (sess.isMarkedForEviction())) { + ghosts.add(u); + } + } + return ghosts; + } + + private String buildReport(List ghosts) { + StringBuilder sb = new StringBuilder("GHOST REPORT"); + sb.append(EOL).append("Total ghosts: ").append(ghosts.size()).append(EOL); + + for (Session ghost : ghosts) { + Session ss = ghost; + + if (ss == null) { + sb.append(ghost.getId()).append(", ").append(" -> Null session").append(", SessionById: ").append(this.sm.getSessionById(ghost.getId())); + } else { + sb.append(ghost.getId()).append(", ").append(", Connected: ").append(ss.isConnected()).append(", Idle: ").append(ss.isIdle()).append(", Marked: ") + .append(ss.isMarkedForEviction()).append(", Frozen: ").append(ss.isFrozen()).append(", SessionById: ").append(this.sm.getSessionById(ghost.getId())); + } + } + return sb.toString(); + } +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/websocket/UndertowWebSocketChannel.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/websocket/UndertowWebSocketChannel.java new file mode 100644 index 0000000..13e363a --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/websocket/UndertowWebSocketChannel.java @@ -0,0 +1,56 @@ +package com.taurus.permanent.websocket; + +import java.io.IOException; +import java.net.SocketAddress; +import java.nio.ByteBuffer; + +import com.taurus.permanent.data.ISocketChannel; + +import io.undertow.websockets.core.WebSocketChannel; +import io.undertow.websockets.core.WebSockets; + +public class UndertowWebSocketChannel implements ISocketChannel{ + + private WebSocketChannel channel; + + public UndertowWebSocketChannel (WebSocketChannel channel) { + this.channel = channel; + } + + @Override + public long write(ByteBuffer buffer) { + return 0; + } + + @Override + public void write(String message) { + WebSockets.sendText(message, channel, null); + } + + @Override + public SocketAddress getRemoteAddress() { + return channel.getPeerAddress(); + } + + @Override + public SocketAddress getLocalAddress() { + return channel.getLocalAddress(); + } + + @Override + public void close() throws IOException{ + channel.close(); + } + + @Override + public Object getChannel() { + return channel; + } + + @Override + public boolean checkConnection() { + if(channel!=null&&channel.isOpen())return true; + return false; + } + +} diff --git a/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/websocket/WebSocketService.java b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/websocket/WebSocketService.java new file mode 100644 index 0000000..b932a4b --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/main/java/com/taurus/permanent/websocket/WebSocketService.java @@ -0,0 +1,195 @@ +package com.taurus.permanent.websocket; + +import java.io.IOException; +import java.nio.ByteBuffer; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.core.BaseCoreService; +import com.taurus.permanent.core.BitSwarmEngine; +import com.taurus.permanent.core.ServerConfig; +import com.taurus.permanent.core.SessionManager; +import com.taurus.permanent.data.ISocketChannel; +import com.taurus.permanent.data.PackDataType; +import com.taurus.permanent.data.Packet; +import com.taurus.permanent.data.Session; +import com.taurus.permanent.data.SessionType; + +import io.undertow.Handlers; +import io.undertow.Undertow; +import io.undertow.websockets.WebSocketConnectionCallback; +import io.undertow.websockets.core.AbstractReceiveListener; +import io.undertow.websockets.core.BufferedBinaryMessage; +import io.undertow.websockets.core.BufferedTextMessage; +import io.undertow.websockets.core.CloseMessage; +import io.undertow.websockets.core.WebSocketChannel; +import io.undertow.websockets.core.WebSockets; +import io.undertow.websockets.spi.WebSocketHttpExchange; + +/** + * WebSocket service + * + * + */ +public class WebSocketService extends BaseCoreService{ + private Undertow server; + private final BitSwarmEngine engine; + private SessionManager sessionManager; + private Logger logger; + + public WebSocketService() { + engine = BitSwarmEngine.getInstance(); + sessionManager = engine.getSessionManager(); + logger = Logger.getLogger(WebSocketService.class); + } + + public void init(Object o) { + super.init(o); + WSConnectionListener listener = new WSConnectionListener(this); + ServerConfig config = TPServer.me().getConfig(); + server = Undertow.builder().addHttpListener(config.webSocketConfig.port, config.webSocketConfig.address) + .setHandler(Handlers.path().addPrefixPath("/websocket", Handlers.websocket(listener))) + .build(); + server.start(); + logger.info("Websocket listen --> "+config.webSocketConfig.address+":"+config.webSocketConfig.port); + logger.info("Websocket service start!"); + } + + public void destroy(Object o) { + super.destroy(o); + server.stop(); + server = null; + logger.info("Websocket service shutdown!"); + } + + private void openAction(WebSocketChannel channel) { + Session session = sessionManager.createSession(new UndertowWebSocketChannel(channel), SessionType.WEBSOCKET); + sessionManager.addSession(session); + } + + private void readTextAction(WebSocketChannel channel,String data) { + Session session = sessionManager.getSessionByConnection(channel); + Packet newPacket = new Packet(); + newPacket.setDataType(PackDataType.TEXT); + newPacket.setSender(session); + ITObject requestObject = TObject.newFromJsonData(data); + newPacket.setData(requestObject); + session.setLastReadTime(System.currentTimeMillis()); + engine.getProtocolHandler().onPacketRead(newPacket); + } + + private void readBinaryAction(WebSocketChannel channel,ByteBuffer data) { + Session session = sessionManager.getSessionByConnection(channel); + Packet newPacket = new Packet(); + newPacket.setDataType(PackDataType.BINARY); + boolean compressed = data.get() >0; + byte[] bytes = new byte[data.remaining()]; + data.get(bytes); + if(compressed) { + try { + bytes = Utils.uncompress(bytes); + } catch (IOException e) { + logger.error(e); + return; + } + } + newPacket.setSender(session); + ITObject requestObject = TObject.newFromBinaryData(bytes); + newPacket.setData(requestObject); + session.setLastReadTime(System.currentTimeMillis()); + engine.getProtocolHandler().onPacketRead(newPacket); + } + + + /** + * send packet + */ + public void onDataWrite(Packet packet){ + if (packet.getRecipients().size() > 0) { + packet.setDataType(PackDataType.BINARY); + engine.getProtocolHandler().onPacketWrite(packet); + int protocolCompressionThreshold = TPServer.me().getConfig().protocolCompression; + byte[] binData = ((TObject)packet.getData()).toBinary(); + boolean compression = binData.length > protocolCompressionThreshold; + if(compression) { + try { + binData = Utils.compress(binData); + } catch (IOException e) { + logger.error(e); + return; + } + } + ByteBuffer writeBuffer = ByteBuffer.allocate(1 + binData.length); + writeBuffer.put(compression?(byte)1:(byte)0); + writeBuffer.put(binData); + writeBuffer.flip(); + for (final Session session : packet.getRecipients()) { + session.setLastWriteTime(System.currentTimeMillis()); + final ISocketChannel channel = session.getConnection(); + WebSockets.sendBinary(writeBuffer, (WebSocketChannel)channel.getChannel(), null); + } + } + } + + private void closeAction(WebSocketChannel channel) { + try { + sessionManager.onSocketDisconnected(channel); + } catch (IOException e) { + throw new RuntimeException("WebSocket Disconnected exception!",e); + } + } + + private static final class WSConnectionListener implements WebSocketConnectionCallback{ + private WSListener listener; + private WebSocketService wsService; + + public WSConnectionListener(WebSocketService wsService) { + this.wsService = wsService; + this.listener = new WSListener(wsService); + } + + @Override + public void onConnect(WebSocketHttpExchange exchange, WebSocketChannel channel) { + channel.getReceiveSetter().set(this.listener); + channel.resumeReceives(); + wsService.openAction(channel); + } + + } + + private static final class WSListener extends AbstractReceiveListener{ + private WebSocketService wsService; + + public WSListener(WebSocketService wsService) { + this.wsService = wsService; + } + + @Override + protected void onFullTextMessage(WebSocketChannel channel, BufferedTextMessage message) { + wsService.readTextAction(channel, message.getData()); + } + + + protected void onCloseMessage(CloseMessage cm, WebSocketChannel channel) { + wsService.closeAction(channel); + } + + protected void onFullPingMessage(final WebSocketChannel channel, BufferedBinaryMessage message) throws IOException { + super.onFullBinaryMessage(channel, message); + } + + protected void onFullBinaryMessage(final WebSocketChannel channel, BufferedBinaryMessage message) throws IOException { + ByteBuffer[] bufferList= message.getData().getResource(); + for (ByteBuffer tem : bufferList) { + wsService.readBinaryAction(channel, tem); + } + message.getData().free(); + } + + } + + +} diff --git a/libs/taurus-server/taurus-permanent/src/test/java/com/taurus/T1Controller.java b/libs/taurus-server/taurus-permanent/src/test/java/com/taurus/T1Controller.java new file mode 100644 index 0000000..1e9cba6 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/test/java/com/taurus/T1Controller.java @@ -0,0 +1,16 @@ +package com.taurus; + +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.routes.IController; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.Session; + +public class T1Controller implements IController{ + + @ActionKey("test") + public void test(Session sender,TObject params,int gid) { + System.out.println("t1 test"); + TPServer.me().getController().sendResponse(gid, 0, params, sender); + } +} diff --git a/libs/taurus-server/taurus-permanent/src/test/java/com/taurus/T2Controller.java b/libs/taurus-server/taurus-permanent/src/test/java/com/taurus/T2Controller.java new file mode 100644 index 0000000..82b8e99 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/test/java/com/taurus/T2Controller.java @@ -0,0 +1,22 @@ +package com.taurus; + +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.routes.IController; +import com.taurus.permanent.TPServer; +import com.taurus.permanent.data.Session; + +public class T2Controller implements IController{ + + @ActionKey("test") + public void test(Session sender,TObject params,int gid) { + System.out.println("t1 test"); + TPServer.me().getController().sendResponse(gid, 0, params, sender); + } + + @ActionKey("test1") + public void test1(Session sender,TObject params,int gid) { + System.out.println("t2 test"); + TPServer.me().getController().sendResponse(gid, 1, params, sender); + } +} diff --git a/libs/taurus-server/taurus-permanent/src/test/java/com/taurus/TestExtension.java b/libs/taurus-server/taurus-permanent/src/test/java/com/taurus/TestExtension.java new file mode 100644 index 0000000..7057140 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/src/test/java/com/taurus/TestExtension.java @@ -0,0 +1,44 @@ +package com.taurus; + +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; + +/** + * + * @date 2016年12月21日 下午12:42:33 + * @version V2.9 + */ +public class TestExtension extends Extension{ + + public TestExtension() { + super(); +// login_cmd_map.put("req_test", true); + } + + @Override + public void configRoute(Routes me) { + me.add("t1", new T1Controller()); + me.add("t2", new T2Controller()); + } + +// @Override +// public void handleEvent(Event event) { +// if( event.getName() == TPEvents.EVENT_SESSION_DISCONNECT){ +// Session session = (Session) event.getParameter(TPEvents.PARAM_SESSION); +// logger.info("session:" + session.isIdle()); +// } +// +// } +// +// @Override +// protected void handlerRequest(Session sender, String cmdName, ITObject params, int gid) { +// // TODO Auto-generated method stub +// params.putInt("ttt", 1); +// sendResponse(gid, 0, params, sender); +// +// //api.disconnect(sender); +// } + + + +} diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/Main.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/Main.class new file mode 100644 index 0000000..bcd38cb Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/Main.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer$1.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer$1.class new file mode 100644 index 0000000..0fd56d3 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer$1.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer$NetworkEvtListener.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer$NetworkEvtListener.class new file mode 100644 index 0000000..29cfdd9 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer$NetworkEvtListener.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer$TPThreadFactory.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer$TPThreadFactory.class new file mode 100644 index 0000000..c97905a Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer$TPThreadFactory.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer.class new file mode 100644 index 0000000..fa8f3e0 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/TPServer.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BaseCoreService.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BaseCoreService.class new file mode 100644 index 0000000..e3f82e6 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BaseCoreService.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BitSwarmEngine$1.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BitSwarmEngine$1.class new file mode 100644 index 0000000..dc5ffe0 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BitSwarmEngine$1.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BitSwarmEngine$PacketWriteWork.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BitSwarmEngine$PacketWriteWork.class new file mode 100644 index 0000000..daa8f29 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BitSwarmEngine$PacketWriteWork.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BitSwarmEngine.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BitSwarmEngine.class new file mode 100644 index 0000000..efbac1d Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/BitSwarmEngine.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ConnectionFilter.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ConnectionFilter.class new file mode 100644 index 0000000..c4a2e41 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ConnectionFilter.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/DefaultConstants.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/DefaultConstants.class new file mode 100644 index 0000000..40587e8 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/DefaultConstants.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/IConnectionFilter.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/IConnectionFilter.class new file mode 100644 index 0000000..f73b19d Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/IConnectionFilter.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$ExecutorConfig.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$ExecutorConfig.class new file mode 100644 index 0000000..727245d Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$ExecutorConfig.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$ExtensionConfig.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$ExtensionConfig.class new file mode 100644 index 0000000..6d94327 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$ExtensionConfig.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$IpFilterConfig.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$IpFilterConfig.class new file mode 100644 index 0000000..037a2ce Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$IpFilterConfig.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$SocketAddress.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$SocketAddress.class new file mode 100644 index 0000000..b9c7d30 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$SocketAddress.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$WebSocketConfig.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$WebSocketConfig.class new file mode 100644 index 0000000..601f73c Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig$WebSocketConfig.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig.class new file mode 100644 index 0000000..9bbe8cc Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerConfig.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerState.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerState.class new file mode 100644 index 0000000..17c35c9 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/ServerState.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SessionManager$1.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SessionManager$1.class new file mode 100644 index 0000000..bba2e55 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SessionManager$1.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SessionManager$SessionCleaner.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SessionManager$SessionCleaner.class new file mode 100644 index 0000000..85b91f1 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SessionManager$SessionCleaner.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SessionManager.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SessionManager.class new file mode 100644 index 0000000..a04e759 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SessionManager.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SystemController$1.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SystemController$1.class new file mode 100644 index 0000000..c33e671 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SystemController$1.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SystemController$2.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SystemController$2.class new file mode 100644 index 0000000..51ab255 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SystemController$2.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SystemController.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SystemController.class new file mode 100644 index 0000000..e4273de Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/SystemController.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/TPEvents.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/TPEvents.class new file mode 100644 index 0000000..e2cf056 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/core/TPEvents.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/BindableSocket.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/BindableSocket.class new file mode 100644 index 0000000..dfa9fbd Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/BindableSocket.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/IPacketQueue.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/IPacketQueue.class new file mode 100644 index 0000000..a839197 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/IPacketQueue.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/ISocketChannel.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/ISocketChannel.class new file mode 100644 index 0000000..71f2370 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/ISocketChannel.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/NonBlockingPacketQueue.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/NonBlockingPacketQueue.class new file mode 100644 index 0000000..13aabb6 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/NonBlockingPacketQueue.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/PackDataType.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/PackDataType.class new file mode 100644 index 0000000..1dc926c Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/PackDataType.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/Packet.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/Packet.class new file mode 100644 index 0000000..58340e4 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/Packet.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/Session.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/Session.class new file mode 100644 index 0000000..25ddbc9 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/Session.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/SessionType.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/SessionType.class new file mode 100644 index 0000000..ca9602f Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/data/SessionType.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/BinaryIoHandler.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/BinaryIoHandler.class new file mode 100644 index 0000000..5a3a352 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/BinaryIoHandler.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/IOHandler.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/IOHandler.class new file mode 100644 index 0000000..cf7d569 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/IOHandler.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/PacketReadState.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/PacketReadState.class new file mode 100644 index 0000000..3ba5680 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/PacketReadState.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/PendingPacket.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/PendingPacket.class new file mode 100644 index 0000000..4bef9ac Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/PendingPacket.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/ProcessedPacket.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/ProcessedPacket.class new file mode 100644 index 0000000..a8371b4 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/ProcessedPacket.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/ProtocolHandler.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/ProtocolHandler.class new file mode 100644 index 0000000..faca5b7 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/io/ProtocolHandler.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/NormalSocketChannel.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/NormalSocketChannel.class new file mode 100644 index 0000000..db5406e Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/NormalSocketChannel.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketAcceptor.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketAcceptor.class new file mode 100644 index 0000000..34b2814 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketAcceptor.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketReader$PacketReaderWork.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketReader$PacketReaderWork.class new file mode 100644 index 0000000..526f75e Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketReader$PacketReaderWork.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketReader.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketReader.class new file mode 100644 index 0000000..d534d50 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketReader.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketWriter.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketWriter.class new file mode 100644 index 0000000..6cde0ff Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/normal/SocketWriter.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/util/GhostUserHunter.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/util/GhostUserHunter.class new file mode 100644 index 0000000..6f57b9d Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/util/GhostUserHunter.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/UndertowWebSocketChannel.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/UndertowWebSocketChannel.class new file mode 100644 index 0000000..3b5ae48 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/UndertowWebSocketChannel.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/WebSocketService$WSConnectionListener.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/WebSocketService$WSConnectionListener.class new file mode 100644 index 0000000..fd548d1 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/WebSocketService$WSConnectionListener.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/WebSocketService$WSListener.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/WebSocketService$WSListener.class new file mode 100644 index 0000000..b7211dd Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/WebSocketService$WSListener.class differ diff --git a/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/WebSocketService.class b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/WebSocketService.class new file mode 100644 index 0000000..f068b49 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/classes/com/taurus/permanent/websocket/WebSocketService.class differ diff --git a/libs/taurus-server/taurus-permanent/target/maven-archiver/pom.properties b/libs/taurus-server/taurus-permanent/target/maven-archiver/pom.properties new file mode 100644 index 0000000..5314af1 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=taurus-permanent +groupId=com.taurus +version=1.0.1 diff --git a/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..01c49fb --- /dev/null +++ b/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,50 @@ +com\taurus\permanent\core\ConnectionFilter.class +com\taurus\permanent\core\SystemController$2.class +com\taurus\permanent\core\TPEvents.class +com\taurus\permanent\core\BitSwarmEngine$1.class +com\taurus\permanent\core\BitSwarmEngine.class +com\taurus\permanent\core\BitSwarmEngine$PacketWriteWork.class +com\taurus\permanent\io\IOHandler.class +com\taurus\permanent\io\BinaryIoHandler.class +com\taurus\permanent\data\Session.class +com\taurus\permanent\websocket\WebSocketService.class +com\taurus\permanent\TPServer.class +com\taurus\permanent\io\PacketReadState.class +com\taurus\permanent\core\BaseCoreService.class +com\taurus\permanent\data\NonBlockingPacketQueue.class +com\taurus\permanent\data\Packet.class +com\taurus\permanent\core\ServerConfig$IpFilterConfig.class +com\taurus\permanent\TPServer$1.class +com\taurus\permanent\core\SessionManager$SessionCleaner.class +com\taurus\permanent\websocket\WebSocketService$WSListener.class +com\taurus\permanent\io\ProcessedPacket.class +com\taurus\permanent\core\ServerConfig.class +com\taurus\permanent\data\IPacketQueue.class +com\taurus\permanent\util\GhostUserHunter.class +com\taurus\permanent\websocket\WebSocketService$WSConnectionListener.class +com\taurus\permanent\Main.class +com\taurus\permanent\core\SessionManager$1.class +com\taurus\permanent\normal\NormalSocketChannel.class +com\taurus\permanent\TPServer$TPThreadFactory.class +com\taurus\permanent\data\ISocketChannel.class +com\taurus\permanent\io\ProtocolHandler.class +com\taurus\permanent\normal\SocketReader.class +com\taurus\permanent\core\SessionManager.class +com\taurus\permanent\core\ServerConfig$ExtensionConfig.class +com\taurus\permanent\data\PackDataType.class +com\taurus\permanent\normal\SocketAcceptor.class +com\taurus\permanent\core\SystemController$1.class +com\taurus\permanent\data\BindableSocket.class +com\taurus\permanent\io\PendingPacket.class +com\taurus\permanent\core\ServerConfig$WebSocketConfig.class +com\taurus\permanent\core\ServerConfig$SocketAddress.class +com\taurus\permanent\core\ServerConfig$ExecutorConfig.class +com\taurus\permanent\core\SystemController.class +com\taurus\permanent\websocket\UndertowWebSocketChannel.class +com\taurus\permanent\normal\SocketReader$PacketReaderWork.class +com\taurus\permanent\core\IConnectionFilter.class +com\taurus\permanent\normal\SocketWriter.class +com\taurus\permanent\core\DefaultConstants.class +com\taurus\permanent\TPServer$NetworkEvtListener.class +com\taurus\permanent\core\ServerState.class +com\taurus\permanent\data\SessionType.class diff --git a/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..25eb4c8 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,33 @@ +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\io\ProtocolHandler.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\data\IPacketQueue.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\data\PackDataType.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\data\BindableSocket.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\data\SessionType.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\websocket\UndertowWebSocketChannel.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\io\IOHandler.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\core\SystemController.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\data\Packet.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\io\PendingPacket.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\io\BinaryIoHandler.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\normal\SocketReader.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\core\ConnectionFilter.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\data\Session.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\core\IConnectionFilter.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\websocket\WebSocketService.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\core\DefaultConstants.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\data\NonBlockingPacketQueue.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\core\ServerState.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\util\GhostUserHunter.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\Main.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\data\ISocketChannel.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\normal\SocketWriter.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\TPServer.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\core\BitSwarmEngine.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\io\ProcessedPacket.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\core\BaseCoreService.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\io\PacketReadState.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\core\TPEvents.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\normal\NormalSocketChannel.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\core\ServerConfig.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\core\SessionManager.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\main\java\com\taurus\permanent\normal\SocketAcceptor.java diff --git a/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..a99516d --- /dev/null +++ b/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1,3 @@ +com\taurus\T1Controller.class +com\taurus\TestExtension.class +com\taurus\T2Controller.class diff --git a/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..2bc3cae --- /dev/null +++ b/libs/taurus-server/taurus-permanent/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1,3 @@ +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\test\java\com\taurus\T2Controller.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\test\java\com\taurus\TestExtension.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\src\test\java\com\taurus\T1Controller.java diff --git a/libs/taurus-server/taurus-permanent/target/surefire-reports/2025-12-13T05-46-54_776.dumpstream b/libs/taurus-server/taurus-permanent/target/surefire-reports/2025-12-13T05-46-54_776.dumpstream new file mode 100644 index 0000000..0da70cc --- /dev/null +++ b/libs/taurus-server/taurus-permanent/target/surefire-reports/2025-12-13T05-46-54_776.dumpstream @@ -0,0 +1,5 @@ +# Created at 2025-12-13T05:46:58.729 +Boot Manifest-JAR contains absolute paths in classpath 'D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-permanent\target\test-classes' +Hint: -Djdk.net.URLClassPath.disableClassPathURLCheck=true +'other' has different root + diff --git a/libs/taurus-server/taurus-permanent/target/surefire-reports/TEST-com.taurus.TestExtension.xml b/libs/taurus-server/taurus-permanent/target/surefire-reports/TEST-com.taurus.TestExtension.xml new file mode 100644 index 0000000..3bbf823 --- /dev/null +++ b/libs/taurus-server/taurus-permanent/target/surefire-reports/TEST-com.taurus.TestExtension.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/taurus-server/taurus-permanent/target/surefire-reports/com.taurus.TestExtension.txt b/libs/taurus-server/taurus-permanent/target/surefire-reports/com.taurus.TestExtension.txt new file mode 100644 index 0000000..91fe48a --- /dev/null +++ b/libs/taurus-server/taurus-permanent/target/surefire-reports/com.taurus.TestExtension.txt @@ -0,0 +1,4 @@ +------------------------------------------------------------------------------- +Test set: com.taurus.TestExtension +------------------------------------------------------------------------------- +Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.taurus.TestExtension diff --git a/libs/taurus-server/taurus-permanent/target/taurus-permanent-1.0.1.jar b/libs/taurus-server/taurus-permanent/target/taurus-permanent-1.0.1.jar new file mode 100644 index 0000000..6e17ea5 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/taurus-permanent-1.0.1.jar differ diff --git a/libs/taurus-server/taurus-permanent/target/test-classes/com/taurus/T1Controller.class b/libs/taurus-server/taurus-permanent/target/test-classes/com/taurus/T1Controller.class new file mode 100644 index 0000000..4e8fff3 Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/test-classes/com/taurus/T1Controller.class differ diff --git a/libs/taurus-server/taurus-permanent/target/test-classes/com/taurus/T2Controller.class b/libs/taurus-server/taurus-permanent/target/test-classes/com/taurus/T2Controller.class new file mode 100644 index 0000000..dcf7ddc Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/test-classes/com/taurus/T2Controller.class differ diff --git a/libs/taurus-server/taurus-permanent/target/test-classes/com/taurus/TestExtension.class b/libs/taurus-server/taurus-permanent/target/test-classes/com/taurus/TestExtension.class new file mode 100644 index 0000000..84476ce Binary files /dev/null and b/libs/taurus-server/taurus-permanent/target/test-classes/com/taurus/TestExtension.class differ diff --git a/libs/taurus-server/taurus-web/pom.xml b/libs/taurus-server/taurus-web/pom.xml new file mode 100644 index 0000000..09c6e0f --- /dev/null +++ b/libs/taurus-server/taurus-web/pom.xml @@ -0,0 +1,38 @@ + + + 4.0.0 + + com.taurus + taurus-server + 1.0.1 + + jar + taurus-web + 1.0.1 + + + + junit + junit + + + + + com.taurus + taurus-core + + + + + org.eclipse.jetty + jetty-webapp + 8.2.0.v20160908 + provided + + + + + diff --git a/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/Controller.java b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/Controller.java new file mode 100644 index 0000000..f61bb74 --- /dev/null +++ b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/Controller.java @@ -0,0 +1,133 @@ +package com.taurus.web; + +import java.io.IOException; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.routes.IController; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; + +/** + * Controller + * + * + */ +public abstract class Controller implements IController{ + private String actionKey; + private String session; + private String tokens; + private ITObject param; + private HttpServletRequest request; + private HttpServletResponse response; + private volatile boolean isFinish; + protected Logger logger; + + void _init(HttpServletRequest request,HttpServletResponse response,String actionKey,String session, String tokens, ITObject param){ + this.logger = Logger.getLogger(getClass()); + this.request = request; + this.response = response; + this.actionKey = actionKey; + this.session = session; + this.param = param; + this.tokens = tokens; + } + + /** + * get action key. + * @return + */ + public String getActionKey() { + return actionKey; + } + + public String getTokens() { return tokens; } + + /** + * 获取session对象 + * @return + */ + public String getSession() { + return session; + } + + public void setSession(String session) { + this.session = session; + } + + /** + * 获取参数 + * @return + */ + public ITObject getParams() { + return param; + } + + /** + * 动态响应客户端请示 + * @param result 响应结果 0成功 + * @param params 数据参数 + */ + public void sendResponse(int result, ITObject params) { + if(isFinish) { + throw new RuntimeException("This response is finish!"); + } + isFinish = true; + try { + WebUtils.httpResponse(this.response, result, params); + } catch (IOException e) { + logger.error("response client execption!\n",e); + } + } + + + + /** + * 获取客户端Host + * @return + */ + public String getRemoteAddr() { + return getIpAddr(this.request); + } + + private static final String[] HEADERS = { + "X-Forwarded-For", + "Proxy-Client-IP", + "WL-Proxy-Client-IP", + "HTTP_X_FORWARDED_FOR", + "HTTP_X_FORWARDED", + "HTTP_X_CLUSTER_CLIENT_IP", + "HTTP_CLIENT_IP", + "HTTP_FORWARDED_FOR", + "HTTP_FORWARDED", + "HTTP_VIA", + "REMOTE_ADDR", + "X-Real-IP" + }; + + private static final String UNKNOWN = "unknown"; + /** + * 判断ip是否为空,空返回true + * @param ip + * @return + */ + private static boolean isEmptyIp(final String ip){ + return (StringUtil.isEmpty(ip) || UNKNOWN.equalsIgnoreCase(ip)); + } + + private static String getIpAddr(HttpServletRequest request) { + String ip = StringUtil.Empty; + for (String header : HEADERS) { + ip = request.getHeader(header); + if(!isEmptyIp(ip)) { + break; + } + } + if(isEmptyIp(ip)){ + ip = request.getRemoteAddr(); + } + return ip; + } +} diff --git a/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/JettyServer.java b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/JettyServer.java new file mode 100644 index 0000000..01d4ba5 --- /dev/null +++ b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/JettyServer.java @@ -0,0 +1,157 @@ + +package com.taurus.web; + +import java.io.IOException; +import java.net.DatagramSocket; +import java.net.ServerSocket; + +import org.eclipse.jetty.server.Server; +import org.eclipse.jetty.webapp.WebAppClassLoader; +import org.eclipse.jetty.webapp.WebAppContext; + +import com.taurus.core.util.StringUtil; + + + +/** + * JettyServer is used to config and start jetty web server. + */ +public class JettyServer{ + private static final int DEFAULT_PORT = 80; + private static final String DEFAULT_WEBAPPDIR = "webapp"; + + private String webAppDir; + private int port; + private String context; + private boolean running = false; + private Server server; + private WebAppContext webApp; + + public JettyServer(){ + this(DEFAULT_WEBAPPDIR,DEFAULT_PORT,"/"); + } + + public JettyServer(String webAppDir, int port, String context) { + if (webAppDir == null) { + throw new IllegalStateException("Invalid webAppDir of web server: " + webAppDir); + } + if (port < 0 || port > 65535) { + throw new IllegalArgumentException("Invalid port of web server: " + port); + } + if (StringUtil.isEmpty(context)) { + throw new IllegalStateException("Invalid context of web server: " + context); + } + + this.webAppDir = webAppDir; + this.port = port; + this.context = context; + } + + public void start() { + if (!running) { + try { + running = true; + doStart(); + } catch (Exception e) { + System.err.println(e.getMessage()); + } + } + } + + public void stop() { + if (running) { + try {server.stop();} catch (Exception e) {e.printStackTrace();} + running = false; + } + } + + private void doStart() { + if (!available(port)) { + throw new IllegalStateException("port: " + port + " already in use!"); + } + + System.out.println("Starting taurus web server "); + server = new Server(port); + webApp = new WebAppContext(); + webApp.setThrowUnavailableOnStartupException(true); + webApp.setContextPath(context); + webApp.setResourceBase(webAppDir); + webApp.setInitParameter("org.eclipse.jetty.servlet.Default.dirAllowed", "false"); + webApp.setInitParameter("org.eclipse.jetty.servlet.Default.useFileMappedBuffer", "false"); + + server.setHandler(webApp); + changeClassLoader(webApp); + + + try { + System.out.println("Starting web server on port: " + port); + server.start(); + System.out.println("Starting Complete."); + server.join(); + } catch (Exception e) { + e.printStackTrace(); + System.exit(100); + } + return; + } + + private void changeClassLoader(WebAppContext webApp) { + try { + WebAppClassLoader jfcl = new WebAppClassLoader(webApp); + webApp.setClassLoader(jfcl); + } catch (IOException e) { + e.printStackTrace(); + } + } + + private static boolean available(int port) { + if (port <= 0) { + throw new IllegalArgumentException("Invalid start port: " + port); + } + + ServerSocket ss = null; + DatagramSocket ds = null; + try { + ss = new ServerSocket(port); + ss.setReuseAddress(true); + ds = new DatagramSocket(port); + ds.setReuseAddress(true); + return true; + } catch (IOException e) { + e.printStackTrace(); + } finally { + if (ds != null) { + ds.close(); + } + + if (ss != null) { + try { + ss.close(); + } catch (IOException e) { + e.printStackTrace(); + } + } + } + return false; + } + + + + public static void main(String[] args) { + if (args == null || args.length == 0) { + JettyServer server = new JettyServer(); + server.start(); + return; + } + + if (args.length == 3) { + String webAppDir = args[0]; + int port = Integer.parseInt(args[1]); + String context = args[2]; + JettyServer server = new JettyServer(webAppDir, port, context); + server.start(); + return ; + } + } + +} \ No newline at end of file diff --git a/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/ServletHealthCheck.java b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/ServletHealthCheck.java new file mode 100644 index 0000000..c5464a8 --- /dev/null +++ b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/ServletHealthCheck.java @@ -0,0 +1,23 @@ +package com.taurus.web; + +import java.io.IOException; + +import javax.servlet.ServletException; +import javax.servlet.annotation.WebServlet; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import com.taurus.core.util.StringUtil; + + +@WebServlet("/health") +public class ServletHealthCheck extends HttpServlet { + + private static final long serialVersionUID = 1L; + + protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { + response.getWriter().println(StringUtil.Empty); + } + +} diff --git a/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/SessionInfo.java b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/SessionInfo.java new file mode 100644 index 0000000..42ad702 --- /dev/null +++ b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/SessionInfo.java @@ -0,0 +1,11 @@ +package com.taurus.web; + +/** + * session info + * + * + */ +public class SessionInfo { + public String target; + public String method; +} diff --git a/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/StatusServlet.java b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/StatusServlet.java new file mode 100644 index 0000000..f54a6f3 --- /dev/null +++ b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/StatusServlet.java @@ -0,0 +1,66 @@ +package com.taurus.web; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.Map.Entry; +import java.util.Set; +import java.util.concurrent.ConcurrentHashMap; + +import javax.servlet.ServletException; +import javax.servlet.annotation.WebServlet; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import com.taurus.core.plugin.redis.Cache; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; + +import redis.clients.jedis.JedisPool; + +@WebServlet("/status") +public class StatusServlet extends HttpServlet{ + + /** + * + */ + private static final long serialVersionUID = 1L; + + @Override + protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { + String str = ""; + String tem = req.getParameter("info"); + boolean is_info = false; + if(StringUtil.isNotEmpty(tem)) { + is_info = Boolean.parseBoolean(tem); + } + int size = TWebServer.me().getConcurrentSize(); + str += "connect-num:"+size + "
"; + if(is_info) { + List concurrentList = TWebServer.me().getConcurrentList(); + List list = null; + synchronized (concurrentList) { + list = new ArrayList<>(concurrentList); + } + int i= 0; + for(SessionInfo info : list) { + i++; + str +=String.format("
[%s] action->%s method->%s
",i, info.target,info.method); + } + } + + ConcurrentHashMap map = Redis.getCacheMap(); + Set> entrySet = map.entrySet(); + for(Entry entry : entrySet) { + JedisPool pool = entry.getValue().getJedisPool(); + str += String.format("
%s
",entry.getKey()); + str += "active-num:"+pool.getNumActive(); + str += "\tidle-num:"+pool.getNumIdle(); + str += "\twait-num:"+pool.getNumWaiters(); + } + str+=""; + + resp.getWriter().write(str); + } +} diff --git a/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/TWebServer.java b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/TWebServer.java new file mode 100644 index 0000000..56266ec --- /dev/null +++ b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/TWebServer.java @@ -0,0 +1,231 @@ +package com.taurus.web; + +import java.io.IOException; +import java.lang.reflect.InvocationTargetException; +import java.util.ArrayList; +import java.util.List; +import java.util.concurrent.ScheduledThreadPoolExecutor; +import java.util.concurrent.TimeUnit; + +import javax.servlet.FilterChain; +import javax.servlet.FilterConfig; +import javax.servlet.ServletException; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.plugin.PluginService; +import com.taurus.core.routes.Action; +import com.taurus.core.routes.ActionMapping; +import com.taurus.core.routes.Extension; +import com.taurus.core.routes.Routes; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; + +/** + * The web server main class. + * + * + * + */ +public class TWebServer { + private static final String _POST = "POST"; + private static final String _Session = "$s"; + private static final String _Version = "$v"; + /** + * The server class instance. + */ + private static TWebServer _instance = null; + private Logger log; + private Extension extension; + private ActionMapping actionMapping; + private ScheduledThreadPoolExecutor timeScheduler; + private int forceVer = 1; + private Routes routes; + private String contextPath; + private String contextRealPath; + /** + * 当前并发数 + */ + private final List concurrentList; + + /** + * get main instance + */ + public static TWebServer me() { + if (_instance == null) { + _instance = new TWebServer(); + } + return _instance; + } + + public TWebServer() { + log = Logger.getLogger(WebFilter.class); + this.routes = new Routes(Routes.CONTROLLER_CLASS) { + public void config() { + } + }; + concurrentList = new ArrayList(); + timeScheduler = new ScheduledThreadPoolExecutor(1); + actionMapping = new ActionMapping(routes); + } + + void init(FilterConfig filterConfig) throws Exception { + String path = filterConfig.getServletContext().getRealPath("/"); + System.setProperty("WORKDIR", path); + PluginService.me().loadConfig(path); + this.contextRealPath = path; + this.contextPath = filterConfig.getServletContext().getContextPath(); + String extensionClass = filterConfig.getInitParameter("main"); + this.extension = instanceExtension(extensionClass); + this.extension.configRoute(routes); + actionMapping.buildActionMapping(); + this.extension.onStart(); + timeScheduler.scheduleAtFixedRate(new Runnable() { + @Override + public void run() { + forceVer = extension.readVersion(); + } + }, 5, 5, TimeUnit.SECONDS); + } + + private Extension instanceExtension(String extensionClass) { + if (StringUtil.isEmpty(extensionClass)) { + throw new RuntimeException("Extension class parameter is missing!"); + } + Extension extension = null; + try { + Class exclass = Class.forName(extensionClass); + if (!Extension.class.isAssignableFrom(exclass)) { + throw new RuntimeException("You extension does not implement Extension "); + } + extension = (Extension) exclass.newInstance(); + } catch (IllegalAccessException e) { + throw new RuntimeException("Illegal access while instantiating class: " + extensionClass); + } catch (InstantiationException e) { + throw new RuntimeException("Cannot instantiate class: " + extensionClass); + } catch (ClassNotFoundException e) { + throw new RuntimeException("Class not found: " + extensionClass); + } + return extension; + } + + void handle(String target,HttpServletRequest request,HttpServletResponse response,FilterChain chain) + throws IOException, ServletException { + String method = request.getMethod(); + SessionInfo info = new SessionInfo(); + info.target = target; + info.method = method; + synchronized (concurrentList) { + concurrentList.add(info); + } + Action action =actionMapping.getAction(target); + try { + if (action != null) { + if (!method.equals(_POST)) { + return; + } + + ITObject obj = WebUtils.httpRequest(request); + if (obj == null) { + throw new RuntimeException("data is null!"); + } + if (!obj.containsKey(_Version)) { + WebUtils.httpResponse(response, -1, null); + return; + } + int client_ver = obj.getInt(_Version); + if (client_ver < forceVer) { + WebUtils.httpResponse(response, -1, null); + return; + } + long startTime = System.currentTimeMillis(); + String session = null; + String token = null; + if (obj.containsKey(_Session)) { + String str_session = obj.getString(_Session); + String[] sourceStrArray = str_session.split(","); + if (sourceStrArray.length == 2) + { + session = sourceStrArray[0]; + token = sourceStrArray[1]; + } + else { + session = str_session; + } + } + ITObject params = obj.getTObject(WebUtils._Param); + Controller controller = null; + try { + controller = (Controller)action.getControllerClass().newInstance(); + controller._init(request, response, action.getActionKey(), session, token, params); + + if (action.getInterceptor() != null) { + action.getInterceptor().intercept(action, controller); + } + action.getMethod().invoke(controller); + } catch (InvocationTargetException e) { + Throwable targetException = e.getTargetException(); + if (targetException instanceof WebException) { + WebException we = (WebException) targetException; + controller.sendResponse(we.getCode(), null); + } else { + controller.sendResponse(500, null); + log.error(targetException); + } + }catch (WebException e) { + controller.sendResponse(e.getCode(), null); + }catch (Exception e) { + if (controller != null) { + controller.sendResponse(500, null); + } + log.error(e); + } + long endTime = System.currentTimeMillis(); + log.info("action: "+action + "[" + session+"] time:"+(endTime - startTime)+"ms"); + } else { + chain.doFilter(request, response); + } + }finally { + synchronized (concurrentList) { + concurrentList.remove(info); + } + } + } + void destroy() { + if (timeScheduler != null) { + timeScheduler.shutdownNow(); + } + if (extension != null) { + extension.onStop(); + } + PluginService.me().stop(); + synchronized (concurrentList) { + concurrentList.clear(); + } + } + + public int getForceVer() { + return forceVer; + } + + public String getContextPath() { + return contextPath; + } + + public String getContextRealPath() { + return contextRealPath; + } + + public List getConcurrentList(){ + return concurrentList; + } + + public int getConcurrentSize() { + int size = concurrentList.size(); + if(extension!=null) { + size +=extension.getConcurrentSize(); + } + return size; + } +} diff --git a/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/WebException.java b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/WebException.java new file mode 100644 index 0000000..1a1ec72 --- /dev/null +++ b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/WebException.java @@ -0,0 +1,17 @@ +package com.taurus.web; + +public class WebException extends Exception{ + /** + * + */ + private static final long serialVersionUID = 1L; + private int code; + + public WebException(int code) { + this.code = code; + } + + public int getCode() { + return code; + } +} diff --git a/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/WebFilter.java b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/WebFilter.java new file mode 100644 index 0000000..8a19b58 --- /dev/null +++ b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/WebFilter.java @@ -0,0 +1,66 @@ +package com.taurus.web; + +import java.io.IOException; + +import javax.servlet.Filter; +import javax.servlet.FilterChain; +import javax.servlet.FilterConfig; +import javax.servlet.ServletException; +import javax.servlet.ServletRequest; +import javax.servlet.ServletResponse; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import com.taurus.core.util.StringUtil; + +/** + * + * main filter class + * + */ +public class WebFilter implements Filter { + private static final String _UTF8 = "UTF-8"; + private static final String _ALLOW_ORIGIN = "Access-Control-Allow-Origin"; + private static final String _ALLOW_ORIGIN_V = "*"; + private int contextPathLength; + + private TWebServer tweb; + + @Override + public void init(FilterConfig filterConfig) throws ServletException { + try { + String contextPath = filterConfig.getServletContext().getContextPath(); + contextPathLength = StringUtil.isNotEmpty(contextPath) ? contextPath.length() : 0; + tweb = TWebServer.me(); + tweb.init(filterConfig); + } catch (Exception e) { + e.printStackTrace(); + throw new ServletException(e); + } + } + + + @Override + public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException { + HttpServletRequest request = (HttpServletRequest) req; + HttpServletResponse response = (HttpServletResponse) res; + + String target = request.getRequestURI(); + if (StringUtil.isEmpty(target)) { + return; + } + if (contextPathLength != 0) { + target = target.substring(contextPathLength); + } + request.setCharacterEncoding(_UTF8); + response.setCharacterEncoding(_UTF8); + response.setHeader(_ALLOW_ORIGIN, _ALLOW_ORIGIN_V); + tweb.handle(target, request, response, chain); + } + + @Override + public void destroy() { + tweb.destroy(); + } + +} diff --git a/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/WebUtils.java b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/WebUtils.java new file mode 100644 index 0000000..b8415d4 --- /dev/null +++ b/libs/taurus-server/taurus-web/src/main/java/com/taurus/web/WebUtils.java @@ -0,0 +1,42 @@ +package com.taurus.web; + +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Utils; + +/** + * WebUtils + * + * + */ +public class WebUtils{ + static final String _Result = "$r"; + static final String _Param = "$p"; + + + static final ITObject httpRequest(HttpServletRequest request) throws IOException { + InputStream in = request.getInputStream(); + byte[] bytes = Utils.uncompress(in); + ITObject obj = TObject.newFromBinaryData(bytes); + return obj; + } + + final static void httpResponse(HttpServletResponse response, int result, ITObject param) throws IOException { + ITObject tem = TObject.newInstance(); + tem.putInt(_Result, result); + param = param == null ? TObject.newInstance() : param; + tem.putTObject(_Param, param); + byte[] bytes = tem.toBinary(); + OutputStream out = response.getOutputStream(); + Utils.compress(bytes, out); + out.close(); + } + +} diff --git a/libs/taurus-server/taurus-web/src/test/java/com/taurus/Test.java b/libs/taurus-server/taurus-web/src/test/java/com/taurus/Test.java new file mode 100644 index 0000000..790c675 --- /dev/null +++ b/libs/taurus-server/taurus-web/src/test/java/com/taurus/Test.java @@ -0,0 +1,14 @@ +package com.taurus; + +public class Test { + + public static void main(String[] args) { + +// UndertowServer.create(AppConfig.class) +// .addHotSwapClassPrefix("com.abc.") +// .setPort(8000) +// .setDevMode(true) +// .start(); + } + +} diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/Controller.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/Controller.class new file mode 100644 index 0000000..527d7aa Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/Controller.class differ diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/JettyServer.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/JettyServer.class new file mode 100644 index 0000000..eab0831 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/JettyServer.class differ diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/ServletHealthCheck.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/ServletHealthCheck.class new file mode 100644 index 0000000..cdf2f89 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/ServletHealthCheck.class differ diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/SessionInfo.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/SessionInfo.class new file mode 100644 index 0000000..2059151 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/SessionInfo.class differ diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/StatusServlet.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/StatusServlet.class new file mode 100644 index 0000000..df3bf62 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/StatusServlet.class differ diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/TWebServer$1.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/TWebServer$1.class new file mode 100644 index 0000000..fc39006 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/TWebServer$1.class differ diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/TWebServer$2.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/TWebServer$2.class new file mode 100644 index 0000000..5b0eab7 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/TWebServer$2.class differ diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/TWebServer.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/TWebServer.class new file mode 100644 index 0000000..47274b5 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/TWebServer.class differ diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/WebException.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/WebException.class new file mode 100644 index 0000000..b746c85 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/WebException.class differ diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/WebFilter.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/WebFilter.class new file mode 100644 index 0000000..74cf560 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/WebFilter.class differ diff --git a/libs/taurus-server/taurus-web/target/classes/com/taurus/web/WebUtils.class b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/WebUtils.class new file mode 100644 index 0000000..5ecee80 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/classes/com/taurus/web/WebUtils.class differ diff --git a/libs/taurus-server/taurus-web/target/maven-archiver/pom.properties b/libs/taurus-server/taurus-web/target/maven-archiver/pom.properties new file mode 100644 index 0000000..83e68fa --- /dev/null +++ b/libs/taurus-server/taurus-web/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=taurus-web +groupId=com.taurus +version=1.0.1 diff --git a/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..7fe9390 --- /dev/null +++ b/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,11 @@ +com\taurus\web\ServletHealthCheck.class +com\taurus\web\StatusServlet.class +com\taurus\web\TWebServer.class +com\taurus\web\WebUtils.class +com\taurus\web\WebException.class +com\taurus\web\JettyServer.class +com\taurus\web\WebFilter.class +com\taurus\web\TWebServer$1.class +com\taurus\web\TWebServer$2.class +com\taurus\web\Controller.class +com\taurus\web\SessionInfo.class diff --git a/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..1445c2f --- /dev/null +++ b/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,9 @@ +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\src\main\java\com\taurus\web\WebFilter.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\src\main\java\com\taurus\web\ServletHealthCheck.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\src\main\java\com\taurus\web\TWebServer.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\src\main\java\com\taurus\web\WebUtils.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\src\main\java\com\taurus\web\WebException.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\src\main\java\com\taurus\web\JettyServer.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\src\main\java\com\taurus\web\SessionInfo.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\src\main\java\com\taurus\web\Controller.java +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\src\main\java\com\taurus\web\StatusServlet.java diff --git a/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..39cd4d8 --- /dev/null +++ b/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +com\taurus\Test.class diff --git a/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..56cadae --- /dev/null +++ b/libs/taurus-server/taurus-web/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\src\test\java\com\taurus\Test.java diff --git a/libs/taurus-server/taurus-web/target/surefire-reports/2025-12-13T05-46-54_776.dumpstream b/libs/taurus-server/taurus-web/target/surefire-reports/2025-12-13T05-46-54_776.dumpstream new file mode 100644 index 0000000..75169c9 --- /dev/null +++ b/libs/taurus-server/taurus-web/target/surefire-reports/2025-12-13T05-46-54_776.dumpstream @@ -0,0 +1,5 @@ +# Created at 2025-12-13T05:46:59.213 +Boot Manifest-JAR contains absolute paths in classpath 'D:\server\fengye\xtserver_anchou\libs\taurus-server\taurus-web\target\test-classes' +Hint: -Djdk.net.URLClassPath.disableClassPathURLCheck=true +'other' has different root + diff --git a/libs/taurus-server/taurus-web/target/surefire-reports/TEST-com.taurus.Test.xml b/libs/taurus-server/taurus-web/target/surefire-reports/TEST-com.taurus.Test.xml new file mode 100644 index 0000000..c3ccd2a --- /dev/null +++ b/libs/taurus-server/taurus-web/target/surefire-reports/TEST-com.taurus.Test.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/taurus-server/taurus-web/target/surefire-reports/com.taurus.Test.txt b/libs/taurus-server/taurus-web/target/surefire-reports/com.taurus.Test.txt new file mode 100644 index 0000000..26a51c5 --- /dev/null +++ b/libs/taurus-server/taurus-web/target/surefire-reports/com.taurus.Test.txt @@ -0,0 +1,4 @@ +------------------------------------------------------------------------------- +Test set: com.taurus.Test +------------------------------------------------------------------------------- +Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.taurus.Test diff --git a/libs/taurus-server/taurus-web/target/taurus-web-1.0.1.jar b/libs/taurus-server/taurus-web/target/taurus-web-1.0.1.jar new file mode 100644 index 0000000..f38bf33 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/taurus-web-1.0.1.jar differ diff --git a/libs/taurus-server/taurus-web/target/test-classes/com/taurus/Test.class b/libs/taurus-server/taurus-web/target/test-classes/com/taurus/Test.class new file mode 100644 index 0000000..8919116 Binary files /dev/null and b/libs/taurus-server/taurus-web/target/test-classes/com/taurus/Test.class differ diff --git a/majiang/changsha/game_mj_cs/config/game-config.xml b/majiang/changsha/game_mj_cs/config/game-config.xml new file mode 100644 index 0000000..c74e03e --- /dev/null +++ b/majiang/changsha/game_mj_cs/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.14.1 + 192.168.14.1 + 8842 + 8841 + 10 + true + \ No newline at end of file diff --git a/majiang/changsha/game_mj_cs/config/log4j.properties b/majiang/changsha/game_mj_cs/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/majiang/changsha/game_mj_cs/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/majiang/changsha/game_mj_cs/config/taurus-core.xml b/majiang/changsha/game_mj_cs/config/taurus-core.xml new file mode 100644 index 0000000..1ba569f --- /dev/null +++ b/majiang/changsha/game_mj_cs/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/majiang/changsha/game_mj_cs/config/taurus-permanent.xml b/majiang/changsha/game_mj_cs/config/taurus-permanent.xml new file mode 100644 index 0000000..172f728 --- /dev/null +++ b/majiang/changsha/game_mj_cs/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 2 + 1 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 80 +
+ + + + extension - test + extend.mj.EXMainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/majiang/changsha/game_mj_cs/pom.xml b/majiang/changsha/game_mj_cs/pom.xml new file mode 100644 index 0000000..6358690 --- /dev/null +++ b/majiang/changsha/game_mj_cs/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_mj_changsha + 1.0.0 + jar + + game_mj_changsha + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/CardNiao.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/CardNiao.java new file mode 100644 index 0000000..133e619 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/CardNiao.java @@ -0,0 +1,23 @@ +package extend.mj; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class CardNiao { + public int card; + + public int playerId=0; + + + public int score = 0; + + + + public ITObject toMP(){ + ITObject obj = TObject.newInstance(); + obj.putInt("card", card); + obj.putInt("playerId", playerId); + obj.putInt("score", score); + return obj; + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/Config.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/Config.java new file mode 100644 index 0000000..3017e80 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/Config.java @@ -0,0 +1,101 @@ +package extend.mj; + +public class Config { + public static final int FENGDING_SCORE = 28; + public static final int XIPAI_SCORE = 10; + + public static final int ANCHOU_SCORE = 10; + + public static final String ROOM_CONFIG_ZIMO = "zimo"; + public static final String ROOM_CONFIG_ZHUANGXIAN = "zhuangxian"; + public static final String ROOM_CONFIG_NIAO = "niao"; + public static final String ROOM_CONFIG_NIAO_TYPE = "niao_type"; + public static final String ROOM_CONFIG_PIAO_NIAO = "piao_niao"; //0:不嫖 1:自由票 2:固定票 + public static final String ROOM_CONFIG_PIAO_NIAO_AUTO = "auto_piao"; //piao fen + public static final String ROOM_CONFIG_PIAO_NIAO_OPT = "piao_niao_opt"; //piao fen + public static final String ROOM_CONFIG_ZT_LIULIUSHUN = "zhongtuliuliushun"; + public static final String ROOM_CONFIG_ZT_DASIXI = "zhongtusixi"; + public static final String ROOM_CONFIG_QS_JIEJIEGAO = "jiejiegao"; + public static final String ROOM_CONFIG_QS_SANTONG = "santong"; + public static final String ROOM_CONFIG_QS_YIZHIHUA = "yizhihua"; + public static final String ROOM_CONFIG_QUEYIMEN = "queyimen"; + public static final String ROOM_CONFIG_FENGDING = "fengding"; + public static final String ROOM_CONFIG_FENGDING_SCORE = "fengding_score"; + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + + public static final String ROOM_CONFIG_DIFEN_SCORE = "difen_score"; + public static final String ROOM_CONFIG_NIAOFEN_SCORE = "niaofen_score"; + public static final String ROOM_CONFIG_NIAOFEN_OPT = "niaofen_opt"; //0中鸟加分,//1中鸟加倍 + public static final String ROOM_CONFIG_KAI_GONG = "kai_gong"; //0:开杠2张,1:开杠四张 + + + public static final int NIAO_TYPE_ADD = 0; + + public static final int NIAO_TYPE_DOUBLE = 1; + + public static final int NIAO_TYPE_CS2NIAO = 2; + + + public static final String ROOM_CONFIG_QS_JTYN = "two_pair"; + + public static final String ROOM_CONFIG_NO_JIANG = "no_jiang"; + + public static final String ROOM_CONFIG_NATIVE_HU = "native_hu"; + + + public static final String ROOM_CONFIG_FOUR_WIN = "four_win"; + + public static final String SETTLE_XIAO_DIAN_PAO = "xiao_dian_pao"; + public static final String SETTLE_XIAO_JIE_PAO = "xiao_jie_pao"; + public static final String SETTLE_XIAO_ZIMO = "xiao_zimo"; + public static final String SETTLE_DA_DIAN_PAO = "da_dian_pao"; + public static final String SETTLE_DA_JIE_PAO = "da_jie_pao"; + public static final String SETTLE_DA_ZIMO = "da_zimo"; + + + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + public static final String GAME_DIS_CARD = "611"; + + public static final String GAME_EVT_DISCARD = "812"; + + public static final String GAME_EVT_DISCARD_TIP = "813"; + + public static final String GAME_EVT_FZTIPS = "814"; + + public static final String GAME_ACTION = "612"; + + public static final String GAME_EVT_ACTION = "815"; + + public static final String GAME_EVT_HU = "816"; + + public static final String GAME_EVT_RESULT1 = "817"; + + public static final String GAME_EVT_RESULT2 = "818"; + + public static final String GAME_EVT_DRAW = "819"; + + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + public static final String GAME_EVT_NIAO = "821"; + + public static final String GAME_EVT_QSTIP = "822"; + + public static final String GAME_EVT_QSWIN = "823"; + + public static final String GAME_EVT_OPENKONG = "824"; + + public static final String GAME_EVT_HAIDITIP = "825"; + + + public static final String GAME_EVT_PIAONIAO_TIP = "833"; + + public static final String GAME_EVT_PIAONIAO = "834"; + + public static final String GAME_EVT_TING_TIP = "835"; + + public static final String GAME_EVT_TING = "836"; +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXActionEvent.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXActionEvent.java new file mode 100644 index 0000000..7a47b0c --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXActionEvent.java @@ -0,0 +1,24 @@ +package extend.mj; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_START_GAME ="start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_KONG_WIN = "kong_win"; + + public static final String EVENT_OPENKONG = "other_openkong"; + + public static final String EVENT_PIAO_NIAO = "piao_niao"; + + public static final String EVENT_QSWIN = "qs_win"; + public static final String EVENT_TIANTING = "tian_ting"; + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXGameController.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXGameController.java new file mode 100644 index 0000000..edee3b2 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXGameController.java @@ -0,0 +1,493 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; + +import extend.mj.tip.Tip; +import extend.mj.tip.TipManager; +import extend.mj.uitl.CardUtil; + + +/** + * + * + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + if(Global.loggerDebug) { + int id = params.getInt("id"); + if(id ==0) { + Global.logger.info(owner + " pass!"); + }else { + TipManager tipMgr =((EXPlayer)owner).tipMgr; + if(tipMgr.tipMap.containsKey(id)) { + Tip tip = tipMgr.tipMap.get(id); + Global.logger.info(owner + " select_action type:"+tip.group_type+" card:"+tip.card); + } + } + } + + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + public void changeActiveSeat(EXRoom owner,int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void getCard(EXPlayer player,int leftCount){ + ITObject otherParam = new TObject(); + otherParam.putInt("card", 0); + otherParam.putInt("seat", player.room.activeSeat); + otherParam.putInt("left_count", leftCount); + + ITObject param = new TObject(); + param.putInt( "card", player.drawCard ); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + player.cardInhand.add(player.drawCard); + if(Global.loggerDebug) { + Global.logger.info(player + " drawcard["+player.drawCard+"]"); + } + player.room.broadCastToClient(player.playerid, Config.GAME_EVT_DRAW, otherParam); + + ((EXPlayBack)player.getRoom().playBackData).addGetCardCommand(player.room.activeSeat, player.drawCard,leftCount); + } + + public void outCard(EXPlayer player,int discard){ + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + EXRoom room = player.getRoom(); + ((EXPlayBack)room.playBackData).addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + player.outcardList.add(discard); + Util.removeCard(player.cardInhand, discard, 1); + if(Global.loggerDebug) { + Global.logger.info(player + " outcard["+discard+"]"); + } + } + + + + public void actionCard(EXPlayer player,int card,int type,int from_seat,ITArray opcardArray,boolean opengang){ + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + if(opcardArray!=null){ + paramBroadCast.putTArray("opcard", opcardArray); + } + paramBroadCast.putBoolean("opengang", opengang); + EXRoom room = player.getRoom(); + if(Global.loggerDebug) { + Global.logger.info(String.format("%s from_seat:%d card:%d type:%d opengang:%b", player,from_seat,card,type,opengang)); + } + room.broadCastToClient(0, Config.GAME_EVT_ACTION, paramBroadCast); + ((EXPlayBack)room.playBackData).addActionCommand(player.seat, type, card, from_seat,opcardArray,opengang); + } + + public void dealCard(EXRoom owner) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + player.cardInhand = owner.card.deal(player, owner.bankerSeat == player.seat?14:13); + //player.cardInhand = owner.card.deal(owner.bankerSeat == player.seat?14:13); + if(owner.bankerSeat == player.seat) { + player.drawCard = player.cardInhand.get(player.cardInhand.size()-1); + player.skipDraw = true; + } +// Collections.sort(player.cardInhand); + + if(Global.loggerDebug) { + Global.logger.info(player + " cardlist:" + player.cardInhand); + } + } + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + param.putInt("left_count", owner.card.getCount()); + param.putInt("round", owner.round); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + Global.logger.info(param.toJson()); + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + ITObject param = new TObject(); + param.putBoolean("auto",owner.autoOutCard); + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, param); + } + + public void winEvent(EXPlayer owner,int from_seat) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("from_seat", from_seat); + param.putInt("win_card", owner.winCard); + ITArray array = CardUtil.toMPData_WinMap(owner.winMap); + if (array != null) { + param.putTArray("win_list", array); + } + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + ((EXPlayBack)room.playBackData).addWinCardCommand(owner.seat, false); + } + + public void sendNiaoEvt(EXPlayer owner, int seat) { + EXRoom room = owner.getRoom(); + ITObject param = new TObject(); +// param.putInt("playerid", owner.playerid); + ITArray array = new TArray(); + for (int index = 0; index < room.niao.size(); index++) { + array.addTObject(room.niao.get(index).toMP()); + } + param.putTArray("niao", array); + param.putInt("start_seat", seat); + + room.broadCastToClient(0, Config.GAME_EVT_NIAO, param); + ((EXPlayBack)room.playBackData).addNiaoCommand(owner.seat, param); + } + + /** + * @param owner + */ + public void qsTipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + ITArray types = null; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + types = CardUtil.toMPData_WinMap(entry.getValue().winMap); + break; + } + param.putTArray("types", types); + owner.sendEvent(Config.GAME_EVT_QSTIP, param); + } + + /** + * @param owner + */ + public void piaoNiaoTipEvent(EXPlayer owner) { + owner.sendEvent(Config.GAME_EVT_PIAONIAO_TIP, null); + } + + /** + * @param owner + */ + public void piaoNiaoEvent(EXPlayer owner) { + // if(owner.piaoNiao==0)return; + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("num", owner.piaoNiao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAONIAO, param); +// owner.getRoom().playBackData.addPiaoNiaoCommand(owner.seat, owner.piaoNiao); + } + + /** + * @param owner + */ + public void tingTipEvent(EXPlayer owner) { + owner.sendEvent(Config.GAME_EVT_TING_TIP, null); + } + + /** + * @param owner + */ + public void tingEvent(EXPlayer owner) { + if(!owner.tianting)return; + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_TING, param); + } + + /** + * @param owner + * @param types + */ + public void qsWinEvent(EXPlayer owner,Tip tip) { + ITObject param = new TObject(); + ITArray data = CardUtil.toMPData_WinMap(tip.winMap,true); + param.putTArray("data", data); + param.putInt("type", tip.group_type); + param.putInt("seat", owner.seat); + + if(Global.loggerDebug) { + Global.logger.info(owner + (tip.type == RuleWeight.TYPE_QSWIN?" QS":" TZ") + "Win type " + tip.winMap); + } + EXRoom room = owner.getRoom(); + int id = owner.qsList.size() + 1; + QSLog qs_log = new QSLog(); + qs_log.winMap = data; + owner.qsList.add(qs_log); + for (Entry entry : tip.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i map) + { + int count = 0; + for (Entry entry : map.entrySet()) { + WinCardType wct = entry.getValue(); + if (isDaHu(wct.type)) + { + for(int i = 0;i entry : tip.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i entry : owner.playerMapById.entrySet()) { + EXPlayer p = (EXPlayer) entry.getValue(); + p.win_count = 0; + } + } + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray niao = new TArray(); + for (int index = 0; index < owner.niao.size(); index++) { + niao.addTObject(owner.niao.get(index).toMP()); + } + mp.putTArray("niao", niao); + + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("win_count", player.win_count); + param.putInt("hu_score", player.score.round_log.get(EXScore.WIN)); + param.putInt("niao_score", player.score.round_log.get(EXScore.NIAO)); + param.putInt("qs_score", player.score.round_log.get(EXScore.QS)); + ITArray qs_info_list = TArray.newInstance(); + for(QSLog log : player.qsList) { + qs_info_list.addTObject(log.toMP()); + } + param.putTArray("qs_info_list", qs_info_list); + param.putInt("piao_niao_score", player.score.round_log.get(EXScore.PIAO_NIAO)); + param.putBoolean("fengding", player.fengding); + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + ITArray array = CardUtil.toMPData_WinMap(player.winMap); + if (array != null) { + param.putTArray("win_list", array); + } + player.hp_info(param); + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + + /** + * @param owner + */ + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + /** + * @param owner + * @param dissmiss + */ + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss?2:1); + if(!dissmiss) { + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + } + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putTObject("settle_log", player.settleLog.toTObject()); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXMainServer.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXMainServer.java new file mode 100644 index 0000000..1d9105c --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXMainServer.java @@ -0,0 +1,115 @@ +package extend.mj; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.mj.player.rulestate.PRChowState; +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.player.rulestate.PROtherOpenKongState; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.player.rulestate.PRPongKongState; +import extend.mj.player.rulestate.PRPongOpenKongState; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.player.rulestate.PRSelfOpenKongState; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDiscardState; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerHaidiTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerOpenKongState; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; +import extend.mj.player.state.EXPlayerQSWinTipState; +import extend.mj.player.state.EXPlayerTianTingTipState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.player.state.EXPlayerWaitState; +import extend.mj.player.state.EXPlayerZTWinTipState; +import extend.mj.room.state.EXRoomDealState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.room.state.EXRoomStartGameState; + +/** + * + * + */ +public class EXMainServer extends MainServer{ + + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController)Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + Global.registerState(EXPlayerWaitKongWinState.class, new EXPlayerWaitKongWinState()); + Global.registerState(EXPlayerKongWinState.class, new EXPlayerKongWinState()); + Global.registerState(EXPlayerQSWinTipState.class, new EXPlayerQSWinTipState()); + Global.registerState(EXPlayerOpenKongState.class, new EXPlayerOpenKongState()); + Global.registerState(EXPlayerHaidiTipState.class, new EXPlayerHaidiTipState()); + Global.registerState(EXPlayerZTWinTipState.class, new EXPlayerZTWinTipState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + Global.registerState(EXPlayerTianTingTipState.class, new EXPlayerTianTingTipState()); + + Global.registerState(PRChowState.class, new PRChowState()); + Global.registerState(PROtherKongState.class, new PROtherKongState()); + Global.registerState(PROtherWinState.class, new PROtherWinState()); + Global.registerState(PRPongKongState.class, new PRPongKongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRSelfKongState.class, new PRSelfKongState()); + Global.registerState(PRSelfWinState.class, new PRSelfWinState()); + Global.registerState(PROtherOpenKongState.class, new PROtherOpenKongState()); + Global.registerState(PRPongOpenKongState.class, new PRPongOpenKongState()); + Global.registerState(PRSelfOpenKongState.class, new PRSelfOpenKongState()); + + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXPlayBack.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXPlayBack.java new file mode 100644 index 0000000..8e4ea16 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXPlayBack.java @@ -0,0 +1,93 @@ +package extend.mj; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class EXPlayBack extends BasePlayBack{ + + + public EXPlayBack(EXRoom room){ + super(room); + info.putInt("left_card", room.card.getCount()); + } + + protected ITObject getPlayerInfo(Player player) { + ITObject obj =super.getPlayerInfo(player); + EXPlayer p = (EXPlayer)player; + ITArray cardInhand = Util.toTArray(p.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + obj.putInt("piao_niao", p.piaoNiao); + return obj; + } + + public void addGetCardCommand(int seat,int card,int left_count){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard",seat,data); + } + + + public void addOutCardCommand(int seat,int card){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard",seat,data); + } + + public void addOutCardKongCommand(int seat,ITArray card){ + ITObject data = TObject.newInstance(); + data.putTArray("cardList", card); + addCommand("OutCardKong",seat,data); + } + + + public void addActionCommand(int seat,int type,int card,int from_seat,ITArray opcardArray,boolean opengang){ + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + if(opcardArray!=null) + cmdData.putTArray("opcard", opcardArray); + cmdData.putBoolean("opengang", opengang); + addCommand("Action",seat,cmdData); + } + + + + public void addWinCardCommand(int seat,boolean zimo){ + ITObject cmdData = TObject.newInstance(); + addCommand("Win",seat,cmdData); + } + + public void addQSWinCardCommand(int seat,int type,ITArray data){ + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("type", type); + cmdData.putTArray("data", data); + addCommand("QSWin",seat,cmdData); + } + +// public void addPiaoNiaoCommand(int seat,int num){ +// ITObject cmdData = TObject.newInstance(); +// cmdData.putInt("num", num); +// addCommand("PiaoNiao",seat,cmdData); +// } + + public void addNiaoCommand(int seat,ITObject param){ + addCommand("Niao",seat,param); + } + + public void addOpenKongCommand(int seat,int left_count,OpenKong ok){ + ITObject data = TObject.newInstance(); + data.putTObject("info", ok.getTObject()); + data.putInt("left_count", left_count); + addCommand("OpenKong",seat,data); + } + + + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXPlayer.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXPlayer.java new file mode 100644 index 0000000..565bc2b --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXPlayer.java @@ -0,0 +1,152 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.tip.TipManager; + +/** + * + * + */ +public class EXPlayer extends Player { + + public List cardInhand; + + + public List outcardList; + + public ITArray opCard; + + public List opCardList; + + public int drawCard = 0; + + public int outCardCount = 0; + + public boolean skipDraw =false; + public int winCard = 0; + + public boolean tianting = false; + + public TipManager tipMgr; + + public SettleLog settleLog; + + + public boolean louhu = false; + + + public boolean autoOutCard = false; + + public Map winMap; + + public OpenKong openKong; + public Set llsCardRecord; + public int piaoNiao = 0; + + public int win_count; + public boolean fengding; + + + public List qsList; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + + opCardList = new ArrayList<>(); + opCard = new TArray(); + + tipMgr = new TipManager(this); + llsCardRecord = new HashSet(); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_XIAO_DIAN_PAO, 0); + settleLog.put(Config.SETTLE_XIAO_JIE_PAO, 0); + settleLog.put(Config.SETTLE_XIAO_ZIMO, 0); + settleLog.put(Config.SETTLE_DA_DIAN_PAO, 0); + settleLog.put(Config.SETTLE_DA_JIE_PAO, 0); + settleLog.put(Config.SETTLE_DA_ZIMO, 0); + + qsList = new ArrayList<>(); + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("card_count", cardInhand.size()); + playerData.putInt("score", score.total_score); + playerData.putBoolean("auto", this.autoOutCard); + playerData.putInt("draw_card", this.drawCard); + playerData.putInt("piao_niao", this.piaoNiao); + playerData.putInt("win_count", this.win_count); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card", opcard.card); + if(opcard.opCard!=null) { + opcardParam.putTArray("opcard", opcard.opCard); + } + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + + return playerData; + } + + public void clear() { + super.clear(); + this.cardInhand.clear(); + this.winer = 0; + this.louhu = false; + this.outcardList.clear(); + this.drawCard = 0; + this.outCardCount = 0; + this.opCardList.clear(); + this.score.resetRound(); + this.autoOutCard = false; + this.openKong = null; + this.winMap = null; + this.skipDraw = false; + this.tianting = false; + this.piaoNiao = 0; + this.qsList.clear(); + this.fengding = false; + getRoom().activeKong = null; + this.llsCardRecord.clear(); + } + + + public EXRoom getRoom() { + return (EXRoom) room; + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXRoom.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXRoom.java new file mode 100644 index 0000000..cfef07f --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXRoom.java @@ -0,0 +1,716 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXScore.HUScore; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.tip.Action; +import extend.mj.tip.TipManager; +import extend.mj.uitl.CardUtil; + +public class EXRoom extends Room { + + // + public Map tipMap; + public List actionList; + public List actionWinList; + public RoomCard card; + + public int activeCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winCount = 0; + public boolean liuju = false; + public int tongpao = 0; + + public boolean activeHaidi = false; + public int haidiCard; + + + public OpenKong activeKong = null; + + public List niao; + public int adminSeat = 0; + + + public int qsWinCount = 0; + + public int haidiCount = 0; + + public int piaoNiaoCount = 0; + public int tianTingCount = 0; + private boolean closeWinCallBack = false; + public int fengdingScore = 0; + public int difen_score = 0; + public int niao_score = 0; + + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + + if (!this.config.containsKey(Config.ROOM_CONFIG_FENGDING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_FENGDING, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_FENGDING_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_FENGDING_SCORE, 0); + } + else { + int fengding_score = this.config.getInt(Config.ROOM_CONFIG_FENGDING_SCORE); + if (fengding_score == 0) + { + this.fengdingScore = 0; + } + else if (fengding_score == 1) + { + this.fengdingScore = 35; + } + else if (fengding_score == 2) + { + this.fengdingScore = 40; + } + else if (fengding_score == 3) + { + this.fengdingScore = 45; + } + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO)) + { + this.config.putInt(Config.ROOM_CONFIG_PIAO_NIAO, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO_AUTO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_PIAO_NIAO_AUTO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO_AUTO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_PIAO_NIAO_AUTO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO_OPT)) + { + this.config.putInt(Config.ROOM_CONFIG_PIAO_NIAO_OPT, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_DIFEN_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_DIFEN_SCORE, 0); + this.difen_score = 0; + } + else { + this.difen_score = this.config.getInt(Config.ROOM_CONFIG_DIFEN_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAOFEN_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAOFEN_SCORE, 0); + this.niao_score = 0; + } else { + this.niao_score = this.config.getInt(Config.ROOM_CONFIG_NIAOFEN_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAOFEN_OPT)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAOFEN_OPT, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_KAI_GONG)) + { + this.config.putInt(Config.ROOM_CONFIG_KAI_GONG, 0); + } + + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.actionWinList = new ArrayList(); + this.niao = new ArrayList(); + this.isEntrust=true; + this.adminSeat = 0; + } + + public void addAction(Action action) { + addAction(action, true); + } + + public void addAction(Action action, boolean check) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + boolean add = true; + if (activeKong != null) { + if (action.tip.weight < RuleWeight.WIN) { + if (activeKong.tipActionSeat == -1) { + activeKong.tipActionSeat = actionList.get(0).player.seat; + } + if (activeKong.tipActionSeat != -1) { + int pos = Util.getPos(activeKong.kongSeat, action.player.seat, this.maxPlayers); + int pos1 = Util.getPos(activeKong.kongSeat, activeKong.tipActionSeat, this.maxPlayers); + if (pos < pos1) { + actionList.clear(); + activeKong.tipActionSeat = action.player.seat; + } else { + add = false; + } + } + } + } + if (add) + this.actionList.add(action); + } + + if (check) + checkAction(); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + this.actionWinList.clear(); + EXPlayer activePlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + if (activePlayer.getRoom().activeKong != null) { + activePlayer.getRoom().activeKong = null; + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + activePlayer.stateMachine.toNextState(); + } + } else { + + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + if (this.activeKong != null) { + data.putTObject("okinfo", this.activeKong.getTObject()); + } + return data; + } + + public boolean checkZhuangxian(EXPlayer destPlayer, EXPlayer fromPlayer, int type) { + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + if (zhuangxian) { + if (destPlayer.seat == this.bankerSeat || fromPlayer.seat == this.bankerSeat) { + return true; + } + } + if (!zhuangxian) + return true; + return false; + } + + public void addScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score, int type) { + + if (type == EXScore.WIN) { +// if (checkZhuangxian(destPlayer, fromPlayer, type)) { +// score += 1; +// } + + EXScore exscore = (EXScore) destPlayer.score; + HUScore hu_score = exscore.getHuScore(fromPlayer); + if (hu_score == null) { + hu_score = new HUScore(); + hu_score.player = fromPlayer; + exscore.hu_score.add(hu_score); + } + + hu_score.score += score; + } + + if (type == EXScore.WIN || type == EXScore.NIAO) { + return; + } + + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + + } + + public void addQSScore(EXPlayer destPlayer, int score, int id, QSLog qs_log) { + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + int tem = score; + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + if (checkZhuangxian(destPlayer, fromPlayer, EXScore.QS)) { + tem += 1; + } + EXScore exscore = (EXScore) destPlayer.score; + HUScore hu_score = exscore.getHuScore(fromPlayer); + if (hu_score == null) { + hu_score = new HUScore(); + hu_score.player = fromPlayer; + exscore.hu_score.add(hu_score); + } + int sum = 0; + if (hu_score.qs_score_map.containsKey(id)) { + sum = hu_score.qs_score_map.get(id); + } + sum += tem; + hu_score.qs_score_map.put(id, sum); + qs_log.score += tem; + this.addScore(destPlayer, fromPlayer, tem, EXScore.QS); + } + } + + public void addAllScore(EXPlayer destPlayer, int socre, int type) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + this.addScore(destPlayer, fromPlayer, socre, type); + } + } + + public void addNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + int niao_type = config.getInt(Config.ROOM_CONFIG_NIAO_TYPE); + HUScore hs = ((EXScore) destPlayer.score).getHuScore(fromPlayer); + if (niao_type == Config.NIAO_TYPE_DOUBLE) { + score = hs.score * (int) Math.round(Math.pow(2, hs.niao_double_num)); + hs.niao_double_num++; + } else if (niao_type == Config.NIAO_TYPE_CS2NIAO) { + score = hs.score; + } + hs.niao_score += score; + this.addScore(destPlayer, fromPlayer, score, EXScore.NIAO); + } + + public void addAllNiaoScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addNiaoScore(destPlayer, fromPlayer, score); + } + } + + public void addPiaoNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer) { + int piao_niao = this.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO); + if (piao_niao == 0) + return; + this.addScore(destPlayer, fromPlayer, destPlayer.piaoNiao + fromPlayer.piaoNiao, EXScore.PIAO_NIAO); + } + + public void addAllPiaoNiaoScore(EXPlayer destPlayer) { + int piao_niao = this.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO); + if (piao_niao == 0) + return; + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addPiaoNiaoScore(destPlayer, fromPlayer); + } + } + + public void niao_tongPao() { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + EXPlayer banker = (EXPlayer) this.playerMapBySeat.get(this.bankerSeat); + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + __zhuaNiao_Win(zhuangxian ? banker : dianPaoPlayer); + if (niao.size() == 0) + return; + List winPlayerList = new ArrayList(); + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer == 1) { + winPlayerList.add((EXPlayer) player); + } else { + player.win_count = 0; + } + } + for (CardNiao cn : niao) { + boolean not_niao = true; + if (dianPaoPlayer.playerid == cn.playerId) { + for (EXPlayer winer : winPlayerList) { + this.addNiaoScore(winer, dianPaoPlayer, cn.score); + } + not_niao = false; + } else { + for (EXPlayer winer : winPlayerList) { + if (winer.playerid == cn.playerId) { + this.addNiaoScore(winer, dianPaoPlayer, cn.score); + not_niao = false; + break; + } + } + } + if (not_niao) + cn.score = 0; + } + EXMainServer.gameCtr.sendNiaoEvt(dianPaoPlayer, dianPaoPlayer.seat); + } + + public void niao_dianPao(EXPlayer winer) { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + EXPlayer banker = (EXPlayer) this.playerMapBySeat.get(this.bankerSeat); + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + __zhuaNiao_Win(zhuangxian ? banker : winer); + if (niao.size() == 0) + return; + + for (CardNiao cn : niao) { + if (cn.playerId == winer.playerid || dianPaoPlayer.playerid == cn.playerId) { + this.addNiaoScore(winer, dianPaoPlayer, cn.score); + } else { + cn.score = 0; + } + } + + EXMainServer.gameCtr.sendNiaoEvt(winer, winer.seat); + } + + public void niao_selfWin(EXPlayer owner) { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + EXPlayer banker = (EXPlayer) this.playerMapBySeat.get(this.bankerSeat); + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + __zhuaNiao_Win(zhuangxian ? banker : owner); + if (niao.size() == 0) + return; + + for (CardNiao cn : niao) { + boolean not_niao = true; + if (cn.playerId == owner.playerid) { + this.addAllNiaoScore(owner, cn.score); + not_niao = false; + } else { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid == cn.playerId) { + this.addNiaoScore(owner, player, cn.score); + not_niao = false; + break; + } + } + } + if (not_niao) + cn.score = 0; + } + + EXMainServer.gameCtr.sendNiaoEvt(owner, owner.seat); + } + + public void niao_qsWin(EXPlayer owner, int id, QSLog qs_log) { + EXPlayer banker = (EXPlayer) this.playerMapBySeat.get(this.bankerSeat); + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + qs_log.niaoList.clear(); + for (int k = 0; k < 2; ++k) { + int card = CardUtil.randomDiceNum(); + this.__zhuaNiao(zhuangxian ? banker : owner, qs_log.niaoList, card); + } + + for (CardNiao cn : qs_log.niaoList) { + boolean not_niao = true; + if (cn.playerId == owner.playerid) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + __addQsWinNiao(owner, fromPlayer, id, qs_log); + } + not_niao = false; + } else { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid == cn.playerId) { + __addQsWinNiao(owner, player, id, qs_log); + not_niao = false; + break; + } + } + } + if (not_niao) + cn.score = 0; + } + } + + public void banban_qsWin(EXPlayer owner, int id, QSLog qs_log) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + __addQsWinNiao(owner, fromPlayer, id, qs_log); + } + } + + private void __addQsWinNiao(EXPlayer destPlayer, EXPlayer fromPlayer, int id, QSLog qs_log) { + HUScore hs = ((EXScore) destPlayer.score).getHuScore(fromPlayer); + int qs_score = hs.qs_score_map.get(id); + qs_log.niao_score += qs_score; + this.addScore(destPlayer, fromPlayer, qs_score, EXScore.QS); + } + + private final void __zhuaNiao(EXPlayer owner, List list, int card) { + CardNiao cn = new CardNiao(); + cn.card = card; + list.add(cn); + int tem = card % 100; + for (Entry entry : this.playerMapById.entrySet()) { + int pos = Util.getPos(owner.seat, entry.getValue().seat, this.maxPlayers); + Player player = entry.getValue(); + boolean result = false; + switch (pos) { + case 0: + result = tem == 1 || tem == 5 || tem == 9; + break; + case 1: + if (this.maxPlayers == 2) { + result = (tem == 3 || tem == 7); + } else { + result = (tem == 2 || tem == 6); + } + break; + case 2: + if (this.maxPlayers == 3) { + result = (tem == 4 || tem == 8); + } else { + result = (tem == 3 || tem == 7); + } + break; + case 3: + result = (tem == 4 || tem == 8); + break; + } + if (result) { + cn.playerId = player.playerid; + cn.score = this.niao_score; + } + } + } + + private final void __zhuaNiao_Win(EXPlayer owner) { + this.niao.clear(); + if (this.activeHaidi) { + card.cardList.add(this.haidiCard); + } else { + if (card.cardList.size() == 0) { + return; + } + } + + int niao_num = config.getInt(Config.ROOM_CONFIG_NIAO); + for (int index = 0; index < niao_num; index++) { + if (card.cardList.size() == 0) { + break; + } + + int card = this.card.pop(); + this.__zhuaNiao(owner, this.niao, card); + } + } + + private void winAction(EXPlayer owner, boolean tongpao) { + for (Entry entry : playerMapById.entrySet()) { + EXPlayer p = (EXPlayer) entry.getValue(); + if (p.winer != 1) { + p.win_count = 0; + } + } + if (tongpao) { + niao_tongPao(); + this.bankerSeat = this.activeSeat; + } else { + niao_dianPao(owner); + this.bankerSeat = owner.seat; + } + this.endGame(); + } + + public void winCallback(EXPlayer owner) { + if (closeWinCallBack) + return; + if (this.tongpao > 1) { + this.closeWinCallBack = true; + List tlist = new ArrayList(this.tipMap.values()); + for (TipManager tipmgr : tlist) { + tipmgr.winAction(); + } + for (Action action : this.actionWinList) { + action.run(); + } + this.actionWinList.clear(); + // this.actionList.clear(); + winAction(owner, true); + this.closeWinCallBack = false; + } else { + winAction(owner, false); + } + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void endGame() { + boolean fengding = this.config.getBoolean(Config.ROOM_CONFIG_FENGDING); + boolean four_win = this.config.getBoolean(Config.ROOM_CONFIG_FOUR_WIN); + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer == 1) { + List list = ((EXScore) player.score).hu_score; + for (HUScore hu_score : list) { + int hu_num = hu_score.score; + int niao_num = hu_score.niao_score; + if (four_win && player.win_count >= 4) { + hu_num = hu_num * 2; + niao_num = niao_num * 2; + } + int sum_score = hu_num + niao_num; + EXPlayer destPlayer = player; + EXPlayer fromPlayer = hu_score.player; + + destPlayer.score.round_log.put(EXScore.WIN, destPlayer.score.round_log.get(EXScore.WIN) + hu_num); + fromPlayer.score.round_log.put(EXScore.WIN, fromPlayer.score.round_log.get(EXScore.WIN) - hu_num); + destPlayer.score.round_log.put(EXScore.NIAO, destPlayer.score.round_log.get(EXScore.NIAO) + niao_num); + fromPlayer.score.round_log.put(EXScore.NIAO, fromPlayer.score.round_log.get(EXScore.NIAO) - niao_num); + //if (fengding) { + // if (sum_score > Config.FENGDING_SCORE) { + // sum_score = Config.FENGDING_SCORE; + // player.fengding = true; + // } + //} + if (fengding && this.fengdingScore > 0) + { + if (sum_score > this.fengdingScore) { + sum_score = this.fengdingScore; + player.fengding = true; + } + } + destPlayer.score.round_score += sum_score; + destPlayer.score.total_score += sum_score; + fromPlayer.score.round_score -= sum_score; + fromPlayer.score.total_score -= sum_score; + } + } + } + super.endGame(); + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + @Override + public void clear() { + super.clear(); + this.liuju = false; + this.haidiCard = 0; + this.closeWinCallBack = false; + this.tongpao = 0; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.qsWinCount = this.haidiCount = this.winCount = this.piaoNiaoCount = 0; + this.activeKong = null; + this.activeHaidi = false; + this.niao.clear(); + this.actionWinList.clear(); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXScore.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXScore.java new file mode 100644 index 0000000..48b58fc --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/EXScore.java @@ -0,0 +1,52 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import com.game.data.Score; + + +public class EXScore extends Score{ + public static final int WIN = 1; + public static final int QS = 2; + public static final int NIAO = 3; + public static final int PIAO_NIAO = 4; + + public List hu_score; + + public EXScore(EXPlayer owner){ + super(owner); + this.hu_score = new ArrayList<>(); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(QS, 0); + this.round_log.put(NIAO, 0); + this.round_log.put(PIAO_NIAO, 0); + if(this.hu_score!=null) + this.hu_score.clear(); + } + + public HUScore getHuScore(EXPlayer from){ + for(HUScore hu_score : hu_score){ + if(hu_score.player.playerid == from.playerid){ + return hu_score; + } + } + return null; + } + + + public static final class HUScore{ + public int score; + public EXPlayer player; + public int niao_double_num; + public int niao_score; + public Map qs_score_map = new HashMap(); + } + + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/OpCard.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/OpCard.java new file mode 100644 index 0000000..3767cde --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/OpCard.java @@ -0,0 +1,15 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; + +public class OpCard { + public int type; + public int card; + + public ITArray opCard; + + public OpCard(int type, int card) { + this.type = type; + this.card = card; + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/OpenKong.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/OpenKong.java new file mode 100644 index 0000000..ec3a748 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/OpenKong.java @@ -0,0 +1,53 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.uitl.CardUtil; + +public class OpenKong { + + public int diceNum1; + public int diceNum2; + + /** + * + */ + public int fromSeat; + + + public int kongSeat; + public List drawList; + + public boolean haidi; + + public int tipActionSeat = -1; + + public OpenKong() { + drawList = new ArrayList(); + + diceNum1 = CardUtil.randomDiceNum(); + diceNum2 = CardUtil.randomDiceNum(); + } + + public ITObject getTObject() { + ITObject data = TObject.newInstance(); + data.putInt("diceNum1", diceNum1); + data.putInt("diceNum2", diceNum2); + + data.putInt("from_seat", fromSeat); + data.putInt("kong_seat", kongSeat); + + ITArray cardList = TArray.newInstance(); + for (int card : drawList) { + cardList.addInt(card); + } + data.putTArray("cardList", cardList); + return data; + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/PlayerRuleManager.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/PlayerRuleManager.java new file mode 100644 index 0000000..817e56d --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/PlayerRuleManager.java @@ -0,0 +1,143 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.mj.player.rule.RuleChow; +import extend.mj.player.rule.RuleHaidi; +import extend.mj.player.rule.RuleOtherKong; +import extend.mj.player.rule.RuleOtherOpenKong; +import extend.mj.player.rule.RuleOtherWin; +import extend.mj.player.rule.RulePong; +import extend.mj.player.rule.RulePongKong; +import extend.mj.player.rule.RulePongOpenKong; +import extend.mj.player.rule.RuleQSWin; +import extend.mj.player.rule.RuleSelfKong; +import extend.mj.player.rule.RuleSelfOpenKong; +import extend.mj.player.rule.RuleSelfWin; +import extend.mj.player.rule.RuleZTWin; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerHaidiTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerQSWinTipState; +import extend.mj.player.state.EXPlayerTipState; +import extend.mj.player.state.EXPlayerZTWinTipState; +import extend.mj.tip.IRuleBase; + +/** + * + */ +public class PlayerRuleManager { + + + public static final int DRAW_RULE = 1; + + public static final int OTHER_DISCARD_RULE = 2; + + public static final int KONG_HU_RULE = 3; + + public static final int QS_HU_RULE = 4; + + public static final int OPENKONG_RULE = 5; + + public static final int HAIDI_RULE = 6; + + public static final int CHOW_PONG_DISCARD_RULE = 7; + + public static final int ZT_HU_RULE = 8; + + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.KONG_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerKongWinState.class)); + tipMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.QS_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerQSWinTipState.class)); + tipMap.put(PlayerRuleManager.OPENKONG_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.HAIDI_RULE, (EXPlayerTipState) Global.getState(EXPlayerHaidiTipState.class)); + tipMap.put(PlayerRuleManager.ZT_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerZTWinTipState.class)); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleSelfKong()); + drawRuleList.add(new RuleSelfOpenKong()); + drawRuleList.add(new RulePongKong()); + drawRuleList.add(new RulePongOpenKong()); + drawRuleList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleChow()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleOtherKong()); + otherDiscardList.add(new RuleOtherOpenKong()); + otherDiscardList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, otherDiscardList); + + List konghuList = new ArrayList(); + konghuList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.KONG_HU_RULE, konghuList); + + List qshuList = new ArrayList(); + qshuList.add(new RuleQSWin()); + ruleMap.put(PlayerRuleManager.QS_HU_RULE, qshuList); + + List cpDiscardRuleList = new ArrayList(); + cpDiscardRuleList.add(new RuleSelfKong()); + cpDiscardRuleList.add(new RuleSelfOpenKong()); + cpDiscardRuleList.add(new RulePongKong()); + cpDiscardRuleList.add(new RulePongOpenKong()); + ruleMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, cpDiscardRuleList); + + List openkongList = new ArrayList(); + openkongList.add(new RuleChow()); + openkongList.add(new RulePong()); + openkongList.add(new RuleOtherKong()); + openkongList.add(new RuleOtherOpenKong()); + openkongList.add(new RulePongOpenKong()); + openkongList.add(new RuleOtherWin()); + openkongList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.OPENKONG_RULE, openkongList); + + List haidiList = new ArrayList(); + haidiList.add(new RuleHaidi()); + ruleMap.put(PlayerRuleManager.HAIDI_RULE, haidiList); + + List zthuList = new ArrayList(); + zthuList.add(new RuleZTWin()); + ruleMap.put(PlayerRuleManager.ZT_HU_RULE, zthuList); + + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + player.getRoom().actionWinList.clear(); + List ruleList = this.ruleMap.get(type); + boolean result = false; + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/QSLog.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/QSLog.java new file mode 100644 index 0000000..a93f5f0 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/QSLog.java @@ -0,0 +1,30 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class QSLog { + public int score; + public int niao_score; + public List niaoList = new ArrayList(2); + + public ITArray winMap; + + public ITObject toMP() { + ITObject p = TObject.newInstance(); + p.putInt("score", score); + p.putInt("niao_score", niao_score); + ITArray niao = new TArray(); + for (int index = 0; index < niaoList.size(); index++) { + niao.addTObject(niaoList.get(index).toMP()); + } + p.putTArray("niao", niao); + p.putTArray("win_list", winMap); + return p; + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/RoomCard.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/RoomCard.java new file mode 100644 index 0000000..cc42bef --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/RoomCard.java @@ -0,0 +1,304 @@ +package extend.mj; + +import java.util.*; + +import com.game.Global; +import com.game.Util; +import extend.mj.uitl.Paixing; + +public class RoomCard { + public List cardList; + EXRoom room; + public ArrayList subCardList; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + this.room = table; + subCardList = new ArrayList<>(); + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + //this.initCard2(); + } + + private void initCard2() { + List list = Arrays.asList(109, 109, 109, 207, 207, 207, 105, 106, 107, 202, 202, 203, 204); + List list2 = Arrays.asList(209, 209, 209, 206, 206, 203, 203, 208, 208, 208, 202, 202, 202); + List list3 = Arrays.asList(208, 201, 202, 103, 107, 107, 205, 208, 209, 207, 109, 203, 208, 104, 210, 106, 104, 107, 202, 105, 206, 206, 109, 202, 209, 210, 104, 206, 107, 101, 108, 210, 203, 101, 102, 106, 209); + + this.cardList.addAll(list); + this.cardList.addAll(list2); + this.cardList.addAll(list3); + } + + + private void initCard() { + boolean queyimen = this.room.config.getBoolean(Config.ROOM_CONFIG_QUEYIMEN); + for (int index = 1; index <= 9; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + if(!queyimen) { + this.cardList.add(300 + index); + } + } + } + + } + + private void shuffle() { + Collections.shuffle(this.cardList); + } + + public int pop() { + //Global.logger.info("pop cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + card = this.subCardList.remove(0); + }else { + this.room.bankerSeat = this.room.activeSeat; + } +// this.room.roundSettle(); + }else { + card = this.cardList.remove(0); + } + return card; + + } + + public int popsub() { + Global.logger.info("pop sub cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.subCardList.size() == 0) { + if (this.cardList.size() == 0) { + this.room.bankerSeat = this.room.activeSeat; + }else { + card = this.cardList.remove(0); + } + }else { + card = this.subCardList.remove(0); + } + return card; +// this.room.roundSettle(); + } + + public void reInitCards(List cards) { +// Global.logger.info("sub before===>"+subCardList.size()); +// this.subCardList.addAll(cards); + //从底牌移除 +// Global.logger.info("before===>"+cardList.size()); + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { +// Global.logger.info("bidui===>"+cardList.get(i)+":"+Integer.valueOf(card)); + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } +// Global.logger.info("sub after===>"+subCardList.size()); +// Global.logger.info("after===>"+cardList.size()); + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + private boolean IsGoodCard(List dealCards, int drawCard) { + if (Util.cardNum(drawCard, dealCards) >= 2) + { + return true; + } + + if (drawCard < 400) + { + if (drawCard % 100 <= 7) + { + if (Util.cardNum(drawCard+1, dealCards) >= 1 && Util.cardNum(drawCard+2, dealCards) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 3) + { + if (Util.cardNum(drawCard-1, dealCards) >= 1 && Util.cardNum(drawCard-2, dealCards) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 2 && drawCard % 100 <= 8) + { + if (Util.cardNum(drawCard-1, dealCards) >= 1 && Util.cardNum(drawCard+1, dealCards) >= 1) + { + return true; + } + } + } + + return false; + } + + // 发牌 + public List deal(EXPlayer owner, int num) { + List dealCards = new ArrayList<>(); + shuffle(); + + for (int index = 0; index < num ; index++) { + double rand = Math.random() % 100 * 100; + if (room.while_list && owner.is_white && rand > room.white_value) + { + Global.logger.info("dealcards playerid:"+owner.playerid+ " xingyuhao:"+owner.is_white+" white_value:"+room.white_value); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if(dealCards.size() > 0 && !IsGoodCard(dealCards, drawCard)) { + if (room.card.cardList.size() != 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + + dealCards.add(drawCard); + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else { + if (owner.black_white_status == 2) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + Global.logger.info("dealcards playerid:" + owner.playerid + " white player:" + owner.black_white_rate); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (dealCards.size() > 0 && IsGoodCard(dealCards, drawCard)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + dealCards.add(drawCard); + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + dealCards.add(room.card.pop()); + } + } else if (owner.black_white_status == 1) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + Global.logger.info("dealcards playerid:" + owner.playerid + " black player:" + owner.black_white_rate); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (dealCards.size() > 0 && IsGoodCard(dealCards, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + dealCards.add(drawCard); + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + dealCards.add(room.card.pop()); + } + } else { + if (room.while_list && !owner.is_white && rand > room.white_value) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (dealCards.size() > 0 && IsGoodCard(dealCards, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + dealCards.add(drawCard); + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + dealCards.add(room.card.pop()); + } + } + } + } + + return dealCards; + } + + public List deal(int num) { + List dealCards = new ArrayList(); + + for (int index = 0; index < num; index++) { + dealCards.add(this.pop()); + } + +// if(num == 14) { +// dealCards.add(104); +// } +// dealCards.add(101); +// dealCards.add(101); +// dealCards.add(101); +// dealCards.add(101); +// +// dealCards.add(102); +// dealCards.add(102); +// dealCards.add(102); +// dealCards.add(102); +// +// dealCards.add(103); +// dealCards.add(103); +// dealCards.add(103); +// dealCards.add(103); +// +// +// dealCards.add(104); + return dealCards; + + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/RuleWeight.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/RuleWeight.java new file mode 100644 index 0000000..01f9beb --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/RuleWeight.java @@ -0,0 +1,55 @@ +package extend.mj; + +public class RuleWeight { + public final static int CHOW = 1; + public final static int PONG = 2; + + public final static int KONG = 4; + + public final static int SELF_KONG = 8; + + public final static int WIN = 16; + + public final static int SELF_WIN = 32; + + public final static int GROUP_CHOW = 1; + public final static int GROUO_PONG = 2; + public final static int GROUO_KONG = 3; + public final static int GROUO_OPENKONG = 4; + public final static int GROUO_WIN = 5; + public final static int GROUO_QSWIN = 6; + public final static int GROUO_HAIDI = 7; + public final static int GROUO_ZTWIN = 8; + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KONG = 3; + public final static int TYPE_SELF_KONG = 4; + public final static int TYPE_PONG_KONG = 5; + public final static int TYPE_WIN = 6; + public final static int TYPE_QSWIN = 7; + public final static int TYPE_ZTWIN = 8; + + + public final static int TYPE_LIULIUSHUN = 21; + + public final static int TYPE_DASIXI = 22; + + public final static int TYPE_QUEYISE = 23; + + public final static int TYPE_BANBANHU = 24; + + public final static int TYPE_JIEJIEGAO = 25; + + public final static int TYPE_SANTONG = 26; + + public final static int TYPE_YIZHIHUA = 27; + + public final static int TYPE_ZT_LIULIUSHUN = 28; + + public final static int TYPE_ZT_DASIXI = 29; + + public final static int TYPE_QTYN = 30; + +} + diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/SettleLog.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/SettleLog.java new file mode 100644 index 0000000..a7c6e67 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/SettleLog.java @@ -0,0 +1,44 @@ +package extend.mj; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class SettleLog { + private Map log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/WinCardType.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/WinCardType.java new file mode 100644 index 0000000..f82bae8 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/WinCardType.java @@ -0,0 +1,87 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class WinCardType { + + public static final int QIXIAODUI = 1; //七小对多少分? + + public static final int JIANGJIANGHU = 2; //将将胡多少分? + + public static final int QINGYISE = 3; //清一色多少分? + + public static final int PENGPENGHU = 4; //碰碰胡多少分? + + public static final int GANGSHANGHUA = 5; //杠上花多少分? + + public static final int GANGSHANGPAO = 6; //杠上炮多少分? + + public static final int QUANQIUREN = 7; //全求人多少分? + + public static final int HAIDI = 8; //海底多少分? + + public static final int HAIDIPAO = 9; //海底炮多少分? + + public static final int QIANG_GANG_HU =10; //抢杠胡? + + public static final int XIAOHU = 11; + + public final static int TYPE_TIANHU = 12; + + public final static int TYPE_TIANTINGHU = 13; + + public final static int TYPE_MENQING = 14; + + public final static int TYPE_LIULIUSHUN = 21; + + public final static int TYPE_DASIXI = 22; + + public final static int TYPE_QUEYISE = 23; + + public final static int TYPE_BANBANHU = 24; + + public final static int TYPE_JIEJIEGAO = 25; + + public final static int TYPE_SANTONG = 26; + + + public final static int TYPE_YIZHIHUA = 27; + + public final static int WIN_TYPE_SCORE = 7; + public final static int WIN_PING_TYPE_SCORE = 3; + + public int type; + + public int value; + + public int score; + + public ITArray opcard; + + public WinCardType(int type, int value,int score) { + this.type = type; + this.value = value; + this.score = score; + } + + public ITObject toTObject() { + return toTObject(false); + } + + public ITObject toTObject(boolean is_opcard) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", type); + obj.putInt("value", value); + if(is_opcard&&opcard!=null) { + obj.putTArray("opcard", opcard); + } + return obj; + } + + public String toString() { + return "type:" + type + " value:" + value; + + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleChow.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleChow.java new file mode 100644 index 0000000..c7d1595 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleChow.java @@ -0,0 +1,94 @@ +package extend.mj.player.rule; + +import java.util.List; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRChowState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ����״̬ + * + * + * 2017��11��2�� + * PRChowRule.java + */ +public class RuleChow implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.autoOutCard)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + if (player.lastSeat != room.activeSeat) { + return false; + } + boolean result = false; + if(room.activeKong!=null){ + if(room.activeKong.haidi)return false; + if(room.activeKong.kongSeat == player.seat)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card) || result; + } + }else{ + int eventCard = room.activeCard; + result = check(player,eventCard); + } + + return result; + } + + private boolean check(EXPlayer player,int eventCard){ + boolean result = false; + List cardInhand = player.cardInhand; + if (Util.checkCard(eventCard - 1, cardInhand) && Util.checkCard(eventCard - 2, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard - 1); + opcard.addInt(eventCard - 2); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + tip.group_type = RuleWeight.GROUP_CHOW; + player.tipMgr.addTip(tip); + result = result || true; + } + + if (Util.checkCard(eventCard + 1, cardInhand) && Util.checkCard(eventCard - 1, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard + 1); + opcard.addInt(eventCard - 1); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + tip.group_type = RuleWeight.GROUP_CHOW; + player.tipMgr.addTip(tip); + result = result || true; + } + + if (Util.checkCard(eventCard + 1, cardInhand) && Util.checkCard(eventCard + 2, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard + 1); + opcard.addInt(eventCard + 2); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + tip.group_type = RuleWeight.GROUP_CHOW; + player.tipMgr.addTip(tip); + result = result || true; + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeKong = null; + player.getRoom().activeCard = tip.card; + player.stateMachine.changeState(Global.getState(PRChowState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleHaidi.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleHaidi.java new file mode 100644 index 0000000..036ab06 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleHaidi.java @@ -0,0 +1,37 @@ +package extend.mj.player.rule; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���׼�� + * + * + * 2017��11��8�� + * RuleHaidi.java + */ +public class RuleHaidi implements IRuleBase{ + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + if (room.card.getCount() == 1) { + player.tipMgr.clean(); + room.tipMap.clear(); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleOtherKong.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleOtherKong.java new file mode 100644 index 0000000..5fd5971 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleOtherKong.java @@ -0,0 +1,67 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleOtherKong.java + */ +public class RuleOtherKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.autoOutCard)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + boolean result = false; + if(room.activeKong!=null){ +// if(room.activeKong.kongSeat == player.seat)return false; + if(room.activeKong.haidi)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card) || result; + } + }else{ + int eventCard = room.activeCard; + result = check(player,eventCard); + } + + return result; + } + + private boolean check(EXPlayer player,int eventCard){ + if (Util.checkCard(eventCard, player.cardInhand,3)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard,opcard, RuleWeight.KONG,this, RuleWeight.TYPE_KONG); + tip.group_type = RuleWeight.GROUO_KONG; + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeKong = null; + player.getRoom().activeCard = tip.card; + player.stateMachine.changeState(Global.getState(PROtherKongState.class)); + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleOtherOpenKong.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleOtherOpenKong.java new file mode 100644 index 0000000..f0e6c08 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleOtherOpenKong.java @@ -0,0 +1,76 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PROtherOpenKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * �����ܼ�� + * + * + * 2017��8��30�� + * RuleOtherKong.java + */ +public class RuleOtherOpenKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.tianting)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + boolean result = false; + if(room.activeKong!=null){ + if(room.activeKong.haidi)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card) || result; + } + }else{ + int eventCard = room.activeCard; + result = check(player,eventCard); + } + + return result; + } + + private boolean check(EXPlayer player,int eventCard){ + + if (Util.checkCardAndRomve(eventCard, player.cardInhand,3)) { + boolean no_jiang = player.getRoom().config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + try { + if(Paixing.tingKongCheck(player.opCardList,player.cardInhand,eventCard,!no_jiang)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard,opcard, RuleWeight.KONG,this, RuleWeight.TYPE_KONG); + tip.group_type = RuleWeight.GROUO_OPENKONG; + player.tipMgr.addTip(tip); + return true; + } + }finally { + Util.addCard(player.cardInhand, eventCard, 3); + } + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeKong = null; + player.getRoom().activeCard = tip.card; + player.stateMachine.changeState(Global.getState(PROtherOpenKongState.class)); + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleOtherWin.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleOtherWin.java new file mode 100644 index 0000000..109e0a1 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleOtherWin.java @@ -0,0 +1,108 @@ +package extend.mj.player.rule; + +import java.util.HashMap; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.OpenKong; +import extend.mj.RuleWeight; +import extend.mj.WinCardType; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.player.rulestate.PRPongOpenKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ���Ƽ�� + * + */ +public class RuleOtherWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + boolean zimo = room.config.getBoolean(Config.ROOM_CONFIG_ZIMO); + if(!zimo&&player.louhu)return false; + if(room.activeSeat == player.seat)return false; + boolean no_jiang = room.config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + boolean qiang_kong = activePlayer.stateMachine.curState instanceof PRPongOpenKongState; + OpenKong ok = room.activeKong; + boolean result = false; + ITArray opcard = TArray.newInstance(); + HashMap map = new HashMap(); + if (ok != null) { + for (int card : ok.drawList) { + if (Paixing.checkWin(map, player.opCardList, player.cardInhand, card,!no_jiang, room.difen_score)) { + Paixing.putWinCardType(map, WinCardType.GANGSHANGPAO, 1,WinCardType.WIN_TYPE_SCORE); + map.remove(WinCardType.XIAOHU); + result = true; + opcard.addInt(card); + } + } + } else { + boolean jiang = true; + if(no_jiang&&(qiang_kong ||room.activeHaidi)) { + jiang = false; + } + result = Paixing.checkWin(map, player.opCardList, player.cardInhand, room.activeCard,jiang, room.difen_score); + opcard.addInt(room.activeCard); + } + if (result) { + if (room.activeHaidi) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.HAIDIPAO, new WinCardType(WinCardType.HAIDIPAO, 1,WinCardType.WIN_TYPE_SCORE)); + } + + boolean menqing = room.config.getBoolean("menqing"); + if(menqing) { + boolean m_r = true; + for (OpCard oc : player.opCardList) { + if(oc.type !=RuleWeight.TYPE_SELF_KONG) { + m_r = false; + break; + } + } + if(m_r) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.TYPE_MENQING, new WinCardType(WinCardType.TYPE_MENQING, 1,WinCardType.WIN_TYPE_SCORE)); + } + } + + if(qiang_kong) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.QIANG_GANG_HU, new WinCardType(WinCardType.QIANG_GANG_HU, 1,WinCardType.WIN_TYPE_SCORE)); + } + + if(player.tianting) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.TYPE_TIANTINGHU, new WinCardType(WinCardType.TYPE_TIANTINGHU, 1,WinCardType.WIN_TYPE_SCORE)); + } + + if(zimo&&map.containsKey(WinCardType.XIAOHU))return false; + + Tip tip = new Tip(opcard.getInt(0),opcard, RuleWeight.WIN,this, RuleWeight.TYPE_WIN); + tip.group_type = RuleWeight.GROUO_WIN; + tip.winMap = map; + player.tipMgr.addTip(tip); + } + + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeCard = tip.card; + player.winMap = tip.winMap; + player.stateMachine.changeState(Global.getState(PROtherWinState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RulePong.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RulePong.java new file mode 100644 index 0000000..1bbdd22 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RulePong.java @@ -0,0 +1,70 @@ +package extend.mj.player.rule; + +import java.util.ArrayList; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ����� + * + * + * 2017��8��30�� + * RulePong.java + */ +public class RulePong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.autoOutCard)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + boolean result = false; + if(room.activeKong!=null){ + if(room.activeKong.haidi)return false; + if(room.activeKong.kongSeat == player.seat)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card) || result; + } + }else{ + int eventCard = room.activeCard; + result = check(player,eventCard); + } + + return result; + } + + private boolean check(EXPlayer player,int eventCard){ + if (Util.cardNum(eventCard, player.cardInhand) >= 2) { + ArrayList opCard = new ArrayList<>(); + opCard.add(eventCard); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard,opcard, RuleWeight.PONG,this, RuleWeight.TYPE_PONG); + tip.group_type = RuleWeight.GROUO_PONG; + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeKong = null; + player.getRoom().activeCard = tip.card; + player.stateMachine.changeState(Global.getState(PRPongState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RulePongKong.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RulePongKong.java new file mode 100644 index 0000000..25cf94f --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RulePongKong.java @@ -0,0 +1,60 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RulePongKong.java + */ +public class RulePongKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.autoOutCard)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + boolean result = false; + for (int card : player.cardInhand) { + result = check(player, card) || result; + } + + return result; + } + + private boolean check(EXPlayer player, int card) { + for (OpCard opc : player.opCardList) { + if (opc.type == RuleWeight.TYPE_PONG && card == opc.card) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELF_KONG,this, RuleWeight.TYPE_PONG_KONG); + tip.group_type = RuleWeight.GROUO_KONG; + player.tipMgr.addTip(tip); + return true; + } + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.stateMachine.changeState(Global.getState(PRPongKongState.class)); + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RulePongOpenKong.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RulePongOpenKong.java new file mode 100644 index 0000000..d7d2cf9 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RulePongOpenKong.java @@ -0,0 +1,89 @@ +package extend.mj.player.rule; + +import java.util.ArrayList; +import java.util.List; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongOpenKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ���ܿ��ܼ�� + * + * + * 2017��8��30�� + * RulePongKong.java + */ +public class RulePongOpenKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + if(player.tianting)return false; + + boolean result = false; + if(room.activeKong!=null){ + if(room.activeKong.kongSeat != player.seat)return false; + if(room.activeKong.haidi)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card,false) || result; + } + }else{ + List cardList = new ArrayList<>(); + cardList.addAll(player.cardInhand); + if(player.autoOutCard) { + int card = player.drawCard; + result = check(player, card,true); + }else { + for (int card : cardList) { + result = check(player, card,true) || result; + } + } + + } + return result; + } + + private boolean check(EXPlayer player, int card,boolean remove) { + boolean no_jiang = player.getRoom().config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + for (OpCard opc : player.opCardList) { + if (opc.type == RuleWeight.TYPE_PONG && card == opc.card) { + if(remove)Util.removeCard(player.cardInhand, card, 1); + try { + if(Paixing.tingKongCheck(player.opCardList,player.cardInhand,card,!no_jiang)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELF_KONG,this, RuleWeight.TYPE_PONG_KONG); + tip.group_type = RuleWeight.GROUO_OPENKONG; + player.tipMgr.addTip(tip); + return true; + } + }finally { + if(remove)Util.addCard(player.cardInhand, card, 1); + } + } + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.stateMachine.changeState(Global.getState(PRPongOpenKongState.class)); + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleQSWin.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleQSWin.java new file mode 100644 index 0000000..59cf314 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleQSWin.java @@ -0,0 +1,45 @@ +package extend.mj.player.rule; + +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.WinCardType; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ���ֺ���� + * + */ +public class RuleQSWin implements IRuleBase{ + + @Override + public boolean condition(EXPlayer player) { + List cardList = player.cardInhand; + Map map = new HashMap<>(); + Paixing.qs_check(map, cardList,player.room.config, player.getRoom().difen_score); + boolean result = map.size()>0; + + if (result) { + Tip tip = new Tip(0,new TArray(), 0,this, RuleWeight.TYPE_QSWIN); + tip.group_type = RuleWeight.GROUO_QSWIN; + tip.winMap = map; + player.tipMgr.addTip(tip); + player.getRoom().qsWinCount ++; + } + return result; + } + + @Override + public void action(EXPlayer player, Tip tip) { + + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleSelfKong.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleSelfKong.java new file mode 100644 index 0000000..3d63005 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleSelfKong.java @@ -0,0 +1,56 @@ +package extend.mj.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleSelfKong.java + */ +public class RuleSelfKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.autoOutCard)return false; + + if (player.getRoom().activeHaidi) { + return false; + } + Map cardMap = Util.getCardNumMap(player.cardInhand); + boolean result = false; + + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num >= 4) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELF_KONG,this, RuleWeight.TYPE_SELF_KONG); + tip.group_type = RuleWeight.GROUO_KONG; + player.tipMgr.addTip(tip); + result = true; + } + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.stateMachine.changeState(Global.getState(PRSelfKongState.class)); + + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleSelfOpenKong.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleSelfOpenKong.java new file mode 100644 index 0000000..67f9f6f --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleSelfOpenKong.java @@ -0,0 +1,77 @@ +package extend.mj.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRSelfOpenKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ���ܿ��ܼ�� + * + * + * 2017��8��30�� + * RuleSelfKong.java + */ +public class RuleSelfOpenKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.tianting)return false; + if (player.getRoom().activeHaidi) { + return false; + } + boolean no_jiang = player.getRoom().config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + boolean result = false; + if(player.autoOutCard) { + int card = player.drawCard; + if(Util.checkCardAndRomve(card, player.cardInhand,4)) { + if(Paixing.tingKongCheck(player.opCardList,player.cardInhand,card,!no_jiang)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELF_KONG,this, RuleWeight.TYPE_SELF_KONG); + tip.group_type = RuleWeight.GROUO_OPENKONG; + player.tipMgr.addTip(tip); + result = true; + } + Util.addCard(player.cardInhand, card, 4); + } + }else { + Map cardMap = Util.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num >= 4) { + Util.removeCard(player.cardInhand, card, 4); + if(Paixing.tingKongCheck(player.opCardList,player.cardInhand,card,!no_jiang)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELF_KONG,this, RuleWeight.TYPE_SELF_KONG); + tip.group_type = RuleWeight.GROUO_OPENKONG; + player.tipMgr.addTip(tip); + result = true; + } + Util.addCard(player.cardInhand, card, 4); + } + } + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.drawCard = 0; + player.stateMachine.changeState(Global.getState(PRSelfOpenKongState.class)); + + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleSelfWin.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleSelfWin.java new file mode 100644 index 0000000..53b7827 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleSelfWin.java @@ -0,0 +1,108 @@ +package extend.mj.player.rule; + +import java.util.HashMap; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.OpenKong; +import extend.mj.RuleWeight; +import extend.mj.WinCardType; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ������� + * + * + * 2017��8��30�� + * RuleSelfWin.java + */ +public class RuleSelfWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + if(room.activeSeat != player.seat)return false; + boolean no_jiang = room.config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + OpenKong ok = room.activeKong; + boolean result = false; + ITArray opcard = TArray.newInstance(); + HashMap map = new HashMap(); + if (ok != null) { + for (int card : ok.drawList) { + if (Paixing.checkWin(map, player.opCardList, player.cardInhand, card,!no_jiang, room.difen_score)) { + Paixing.putWinCardType(map, WinCardType.GANGSHANGHUA, 1,WinCardType.WIN_TYPE_SCORE); + map.remove(WinCardType.XIAOHU); + result = true; + opcard.addInt(card); + } + } + } else { + player.cardInhand.remove((Integer) player.drawCard); + boolean jiang = true; + if(no_jiang&&room.activeHaidi) { + jiang = false; + } + result = Paixing.checkWin(map, player.opCardList, player.cardInhand, player.drawCard,jiang, room.difen_score); + player.cardInhand.add(player.drawCard); + opcard.addInt(player.drawCard); + } + if (result) { + if (room.activeHaidi) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.HAIDI, new WinCardType(WinCardType.HAIDI, 1,WinCardType.WIN_TYPE_SCORE)); + } + if(player.tianting) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.TYPE_TIANTINGHU, new WinCardType(WinCardType.TYPE_TIANTINGHU, 1,WinCardType.WIN_TYPE_SCORE)); + } + + boolean tianhu = room.config.getBoolean(Config.ROOM_CONFIG_NATIVE_HU); + if(tianhu&&room.bankerSeat == player.seat && player.outCardCount ==0) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.TYPE_TIANHU, new WinCardType(WinCardType.TYPE_TIANHU, 1,WinCardType.WIN_TYPE_SCORE)); + } + boolean menqing = room.config.getBoolean("menqing"); + if(menqing) { + boolean m_r = true; + for (OpCard oc : player.opCardList) { + if(oc.type !=RuleWeight.TYPE_SELF_KONG) { + m_r = false; + break; + } + } + if(m_r) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.TYPE_MENQING, new WinCardType(WinCardType.TYPE_MENQING, 1,WinCardType.WIN_TYPE_SCORE)); + } + } + + + Tip tip = new Tip(opcard.getInt(0),opcard, RuleWeight.SELF_WIN,this, RuleWeight.TYPE_WIN); + tip.group_type = RuleWeight.GROUO_WIN; + tip.winMap = map; + tip.self = true; + player.tipMgr.addTip(tip); + } + + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.winCard = tip.card; + player.drawCard = tip.card; + player.winMap = tip.winMap; + player.stateMachine.changeState(Global.getState(PRSelfWinState.class)); + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleZTWin.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleZTWin.java new file mode 100644 index 0000000..ee80373 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rule/RuleZTWin.java @@ -0,0 +1,45 @@ +package extend.mj.player.rule; + +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.WinCardType; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ���ֺ���� + * + */ +public class RuleZTWin implements IRuleBase{ + + @Override + public boolean condition(EXPlayer player) { + if(player.tianting)return false; + List cardList = player.cardInhand; + Map map = new HashMap<>(); + Paixing.zt_check(map, cardList,player.room.config,player.drawCard,player.llsCardRecord, player.getRoom().difen_score); + boolean result = map.size()>0; + + if (result) { + Tip tip = new Tip(0,new TArray(), 0,this, RuleWeight.TYPE_ZTWIN); + tip.group_type = RuleWeight.GROUO_ZTWIN; + tip.winMap = map; + player.tipMgr.addTip(tip); + } + return result; + } + + @Override + public void action(EXPlayer player, Tip tip) { + + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRChowState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRChowState.java new file mode 100644 index 0000000..3fcfd69 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRChowState.java @@ -0,0 +1,64 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.PlayerRuleManager; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * + */ +public class PRChowState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + if(activePlayer.outcardList.get(activePlayer.outcardList.size() - 1)!=room.activeCard){ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 2); + }else{ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + } + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + ITArray opcard = owner.opCard; + int chowcard1 = opcard.getInt(0); + int chowcard2 = opcard.getInt(1); + int card= room.activeCard; + Util.removeCard(owner.cardInhand, chowcard1, 1); + Util.removeCard(owner.cardInhand, chowcard2, 1); + room.activeCard = 0; + + + OpCard opc = new OpCard(RuleWeight.TYPE_CHOW, card); + opc.opCard = new TArray(); + opc.opCard.addInt(chowcard1); + opc.opCard.addInt(chowcard2); + owner.opCardList.add(opc); + + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_CHOW, fromseat,opc.opCard,false); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PROtherKongState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PROtherKongState.java new file mode 100644 index 0000000..e108491 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PROtherKongState.java @@ -0,0 +1,58 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * + */ +public class PROtherKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + if(activePlayer.outcardList.get(activePlayer.outcardList.size() - 1)!=room.activeCard){ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 2); + }else{ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + } + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room,owner.seat); + owner.cardInhand.add(room.activeCard); + int card = room.activeCard; + OpCard opc = new OpCard(RuleWeight.TYPE_KONG, card); + owner.opCardList.add(opc); + Util.removeCard(owner.cardInhand, card, 4); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard,false); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PROtherOpenKongState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PROtherOpenKongState.java new file mode 100644 index 0000000..20fbc50 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PROtherOpenKongState.java @@ -0,0 +1,64 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.OpenKong; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerOpenKongState; + +/** + * + */ +public class PROtherOpenKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + if(activePlayer.outcardList.get(activePlayer.outcardList.size() - 1)!=room.activeCard){ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 2); + }else{ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + } + if(activePlayer!=owner) { + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + int fromseat = activePlayer.seat; + OpenKong ok = new OpenKong(); + ok.fromSeat = fromseat; + ok.kongSeat = owner.seat; + owner.openKong = ok; + EXMainServer.gameCtr.changeActiveSeat(room,owner.seat); + + int card = room.activeCard; + OpCard opc = new OpCard(RuleWeight.TYPE_KONG, card); + owner.opCardList.add(opc); + + Util.removeCard(owner.cardInhand, card, 3); + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard,true); + room.activeCard = 0; + room.lastDiscardSeat = 0; + toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.getRoom().activeKong = owner.openKong; + owner.openKong=null; + owner.stateMachine.changeState(Global.getState(EXPlayerOpenKongState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PROtherWinState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PROtherWinState.java new file mode 100644 index 0000000..b8cd9dd --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PROtherWinState.java @@ -0,0 +1,47 @@ +package extend.mj.player.rulestate; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.mj.*; + +/** + * + */ +public class PROtherWinState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + owner.win_count ++; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + for (Entry entry : owner.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + + Util.removeCard(owner.cardInhand, card, 1); + OpCard opc = CardUtil.findOpcard(owner.opCardList, card,RuleWeight.TYPE_PONG); + opc.type = RuleWeight.TYPE_KONG; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG_KONG, owner.seat,opcard,false); + + room.activeCard = card; + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); + room.activeCard = 0; + if(room.tipMap.size() == 0){ + toNextState(owner); + }else{ + int win_count = 0; + for (Entry entry : room.tipMap.entrySet()) { + TipManager tipmgr = entry.getValue(); + if(tipmgr.isWin)win_count++; + } + room.tongpao = 0; + if( win_count>1)room.tongpao = win_count; + owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRPongOpenKongState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRPongOpenKongState.java new file mode 100644 index 0000000..10b3ca8 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRPongOpenKongState.java @@ -0,0 +1,81 @@ +package extend.mj.player.rulestate; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.OpenKong; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerOpenKongState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.tip.TipManager; +import extend.mj.uitl.CardUtil; + +/** + * + */ +public class PRPongOpenKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + + ITArray opcard = TArray.newInstance(); + if(room.activeKong==null){ + Util.removeCard(owner.cardInhand, card, 1); + opcard.addInt(card); + }else { + if(owner.outcardList.get(owner.outcardList.size() - 1)!=room.activeCard){ + owner.outcardList.remove(owner.outcardList.size() - 2); + }else{ + owner.outcardList.remove(owner.outcardList.size() - 1); + } + } + + OpCard opc = CardUtil.findOpcard(owner.opCardList, card,RuleWeight.TYPE_PONG); + opc.type = RuleWeight.TYPE_KONG; + + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG_KONG, owner.seat,opcard,true); + if(room.activeKong==null) { + room.activeCard = card; + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); + room.activeCard = 0; + if(room.tipMap.size() == 0){ + toNextState(owner); + }else{ + int win_count = 0; + for (Entry entry : room.tipMap.entrySet()) { + TipManager tipmgr = entry.getValue(); + if(tipmgr.isWin)win_count++; + } + room.tongpao = 0; + if( win_count>1)room.tongpao = win_count; + owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); + } + }else { + toNextState(owner); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.getRoom().activeCard = 0; + OpenKong ok = new OpenKong(); + ok.fromSeat = owner.seat; + ok.kongSeat = owner.seat; + owner.getRoom().activeKong = ok; + owner.stateMachine.changeState(Global.getState(EXPlayerOpenKongState.class)); + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRPongState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRPongState.java new file mode 100644 index 0000000..60bf1bf --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRPongState.java @@ -0,0 +1,61 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.PlayerRuleManager; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * + */ +public class PRPongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + if(activePlayer.outcardList.get(activePlayer.outcardList.size() - 1)!=room.activeCard){ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 2); + }else{ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + } + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + owner.cardInhand.add(room.activeCard); + + int card = room.activeCard; + Util.removeCard(owner.cardInhand, card, 3); + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG, fromseat,opcard,false); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java new file mode 100644 index 0000000..b9c3339 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java @@ -0,0 +1,39 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * + */ +public class PRSelfKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + Util.removeCard(owner.cardInhand, card, 4); + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_SELF_KONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard,false); + + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRSelfOpenKongState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRSelfOpenKongState.java new file mode 100644 index 0000000..dcb3c70 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRSelfOpenKongState.java @@ -0,0 +1,48 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.OpenKong; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerOpenKongState; + +/** + * + */ +public class PRSelfOpenKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + Util.removeCard(owner.cardInhand, card, 4); + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_SELF_KONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + OpenKong ok = new OpenKong(); + ok.fromSeat = owner.seat; + ok.kongSeat = owner.seat; + room.activeKong = ok; + + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard,true); + + owner.stateMachine.changeState(Global.getState(EXPlayerOpenKongState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java new file mode 100644 index 0000000..67f83bd --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java @@ -0,0 +1,50 @@ +package extend.mj.player.rulestate; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.*; + +/** + * + */ +public class PRSelfWinState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + owner.winCard = owner.drawCard; + owner.winer = 1; + owner.win_count ++; + for (Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.win_count = 0; + } + for (Entry entry : owner.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + } else if (cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner, 0, 0); + } + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..b8492bb --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java @@ -0,0 +1,158 @@ +package extend.mj.player.state; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.*; + +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.tip.TipManager; +import extend.mj.uitl.Paixing; + +/** + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXMainServer.gameCtr.discardTipEvent(owner); + if (owner.autoOutCard) { + owner.startActionTimer(1000); + } else { + owner.startActionTimer(); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + // owner.startActionTimer(); + } + + private void _action(EXPlayer owner, int discard, int gid) { + if (owner.autoOutCard && discard != owner.drawCard) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + if (!Util.checkCard(discard, owner.cardInhand)) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + owner.louhu = false; + owner.drawCard = 0; + EXMainServer.gameCtr.outCard(owner, discard); + boolean ting = owner.room.config.getBoolean(Config.ROOM_CONFIG_NATIVE_HU); + if (owner.seat == owner.room.bankerSeat && owner.outCardCount == 0 && ting && Paixing.tingCheck(owner.opCardList, owner.cardInhand)) { + owner.stateMachine.changeState(Global.getState(EXPlayerTianTingTipState.class)); + } else { + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + EXRoom room = owner.getRoom(); + if (room.tipMap.size() != 0) { + int win_count = 0; + for (Entry entry : room.tipMap.entrySet()) { + TipManager tipmgr = entry.getValue(); + if (tipmgr.isWin) + win_count++; + } + room.tongpao = 0; + if (win_count > 1) + room.tongpao = win_count; + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + } + owner.outCardCount++; + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + ITArray card_list = netParam.getTArray("card_list"); + ITArray outcard_list = netParam.getTArray("outcard_list"); + if (card_list == null) { + card_list = TArray.newInstance(); + } + if (outcard_list == null) { + outcard_list = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < card_list.size(); i++) + { + int card = card_list.getInt(i); + tmpCardList.add(card); + } + + ArrayList out_tmpCardList = new ArrayList(); + for(int i = 0; i < outcard_list.size(); i++) + { + int card = outcard_list.getInt(i); + out_tmpCardList.add(card); + } + + + Collections.sort(tmpCardList); + Collections.sort(out_tmpCardList); + + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(owner.cardInhand); + Collections.sort(tmpCardList2); + + ArrayList out_tmpCardList2 = new ArrayList(); + out_tmpCardList2.addAll(owner.outcardList); + Collections.sort(out_tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2) || !out_tmpCardList.equals(out_tmpCardList2)) + { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + _action(owner, discard, gid); + break; + case ActionEvent.EVENT_TIMER_AUTO: + discard = owner.drawCard; + if (owner.drawCard == 0) { + discard = owner.cardInhand.get(owner.cardInhand.size() - 1); + } + _action(owner, discard, gid); + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + default: + break; + } + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerDrawState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..d4d88ff --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerDrawState.java @@ -0,0 +1,256 @@ +package extend.mj.player.state; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; + +import extend.mj.*; +import extend.mj.uitl.Paixing; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; + +/** + * + */ +public class EXPlayerDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (!owner.skipDraw&&room.card.cardList.size() == 0) { + room.liuju = true; + room.endGame(); + return; + } + draw(owner); + } + + void draw(EXPlayer owner) { + EXRoom room = owner.getRoom(); + boolean zt_win = false; + if(!owner.skipDraw) { + if(owner.seat == room.adminSeat) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " adminseat"); + double rand = Math.random() % 100 * 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.popsub(); + + boolean no_jiang = room.config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + boolean jiang = true; + if(no_jiang&&room.activeHaidi) { + jiang = false; + } + + HashMap map = new HashMap(); + boolean result = Paixing.checkWin(map, owner.opCardList, owner.cardInhand, drawCard, jiang, room.difen_score); + if (result) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + }else { + double rand = Math.random() % 100 * 100; + if (room.while_list && owner.is_white && rand > room.white_value) + { + Global.logger.info("dealcards playerid:"+owner.playerid+ " xingyuhao:"+owner.is_white+" white_value:"+room.white_value); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if(!IsGoodCard(owner, drawCard)) { + if (room.card.cardList.size() != 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + if(owner.black_white_status == 2) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " white player:" + owner.black_white_rate); + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if(IsGoodCard(owner, drawCard)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } + else if(owner.black_white_status == 1) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " black player:" + owner.black_white_rate); + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if(IsGoodCard(owner, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } + else { + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if(IsGoodCard(owner, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + } + } + //owner.drawCard = room.card.pop(); + zt_win = EXMainServer.playerRuleMgr.condition(PlayerRuleManager.ZT_HU_RULE, owner,false); + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + } + if(room.activeHaidi) { + room.haidiCard = owner.drawCard; + } + owner.skipDraw = false; + if(!zt_win) { + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.DRAW_RULE, owner); + } + } + + private boolean IsGoodCard(EXPlayer player, int drawCard) { + boolean no_jiang = player.getRoom().config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + boolean jiang = true; + if(no_jiang&&player.getRoom().activeHaidi) { + jiang = false; + } + + HashMap map = new HashMap(); + boolean result = Paixing.checkWin(map, player.opCardList, player.cardInhand, drawCard, jiang, player.getRoom().difen_score); + if (result) { + return true; + } + + if (Util.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + if (drawCard < 400) + { + if (drawCard % 100 <= 7) + { + if (Util.cardNum(drawCard+1, player.cardInhand) >= 1 && Util.cardNum(drawCard+2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 3) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard-2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 2 && drawCard % 100 <= 8) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard+1, player.cardInhand) >= 1) + { + return true; + } + } + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..faaacf8 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,38 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * + */ +public class EXPlayerDrawTipState extends EXPlayerTipState { + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.doAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.doAction(id); + } + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerHaidiTipState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerHaidiTipState.java new file mode 100644 index 0000000..8e4b897 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerHaidiTipState.java @@ -0,0 +1,52 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.room.state.EXRoomSetpState; + +/** + * + */ +public class EXPlayerHaidiTipState extends EXPlayerTipState { + + @Override + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.haidiTipEvent(owner); + } + @Override + protected void _action(EXPlayer owner,int id,int gid) { + EXRoom room = owner.getRoom(); + owner.tipMgr.clean(); + if (id == 0) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + room.haidiCount ++; + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + room.niao.clear(); + owner.autoOutCard = true; + room.activeHaidi = true; + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner,id,gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java new file mode 100644 index 0000000..b48e82a --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java @@ -0,0 +1,48 @@ +package extend.mj.player.state; + +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; + +/** + * + */ +public class EXPlayerKongWinState extends EXPlayerTipState{ + + @Override + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + + } + +// protected void winOpt(Tip tip) { +// tip.winMap.remove(WinCardType.XIAOHU); +// tip.winMap.put(WinCardType.QIANG_GANG_HU, new WinCardType(WinCardType.QIANG_GANG_HU, 1,6)); +// } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); +// if(id!=0) { +// Tip tip = owner.tipMgr.tipMap.get(id); +// if(tip.weight == RuleWeight.WIN) { +// winOpt(tip); +// } +// } + + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerOpenKongState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerOpenKongState.java new file mode 100644 index 0000000..c9d7602 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerOpenKongState.java @@ -0,0 +1,107 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.mj.*; +import extend.mj.room.state.EXRoomDealState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.tip.TipManager; + +/** + * + */ +public class EXPlayerOpenKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + owner.louhu = false; + owner.autoOutCard = true; + + EXRoom room = owner.getRoom(); + OpenKong ok = room.activeKong; + if (ok != null) { + ok.drawList.add(room.card.pop()); + if (room.card.getCount() > 0) + ok.drawList.add(room.card.pop()); + if (room.config.getInt(Config.ROOM_CONFIG_KAI_GONG) > 0) + { + if (room.card.getCount() > 0) + ok.drawList.add(room.card.pop()); + if (room.card.getCount() > 0) + ok.drawList.add(room.card.pop()); + } + if(room.card.getCount() == 0){ + ok.haidi = true; + } + } + + for(Integer card : ok.drawList) { + owner.outcardList.add(card); + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).openKongEvent(owner, leftCount, ok); + + timer(owner.getRoom(), owner, this); + } + + public static void timer(EXRoom room, EXPlayer owner, EXPlayerOpenKongState state) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (room == null) { + Global.logger.error("room is null"); + return; + } + + if (room.isDestroy) + return; + + room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OPENKONG, null); + int win_count = 0; + for (Entry entry : room.tipMap.entrySet()) { + TipManager tipmgr = entry.getValue(); + if(tipmgr.isWin)win_count++; + } + room.tongpao = 0; + if( win_count>1)room.tongpao = win_count; + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OPENKONG_RULE, owner,false); + if (room.tipMap.size() == 0) { + room.activeKong = null; + state.toNextState(owner); + } + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXPlayer owner) { + if(owner.getRoom().activeKong == null) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + }else { + + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + + } + + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..d9c6b79 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,47 @@ +package extend.mj.player.state; + + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; + +/** + * + */ +public class EXPlayerPiaoNiaoTipState extends EXPlayerTipState { + + + + @Override + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.piaoNiaoTipEvent(owner); + } + @Override + protected void _action(EXPlayer owner,int id,int gid) { + owner.piaoNiao = id; + owner.tipMgr.clean(); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoNiaoCount --; + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO_NIAO, gid, null); + EXMainServer.gameCtr.piaoNiaoEvent(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner, id, gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerQSWinTipState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerQSWinTipState.java new file mode 100644 index 0000000..370ec6e --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerQSWinTipState.java @@ -0,0 +1,49 @@ +package extend.mj.player.state; + + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXGameController; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.tip.Tip; + +/** + * + */ +public class EXPlayerQSWinTipState extends EXPlayerTipState { + + @Override + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.qsTipEvent(owner); + } + @Override + protected void _action(EXPlayer owner,int id,int gid) { + if (id != 0) { + Tip tip = owner.tipMgr.tipMap.get(id); + ((EXGameController)Global.gameCtr).banbanWinEvent(owner,tip); + } + owner.tipMgr.clean(); + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().qsWinCount --; + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_QSWIN, gid, null); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner,id,gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerTianTingTipState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerTianTingTipState.java new file mode 100644 index 0000000..25ed8b9 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerTianTingTipState.java @@ -0,0 +1,68 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.room.state.EXRoomSetpState; + +/** + * + */ +public class EXPlayerTianTingTipState extends EXPlayerTipState { + + @Override + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.tingTipEvent(owner); + } + @Override + protected void _action(EXPlayer owner,int id,int gid) { + owner.tipMgr.clean(); + if(id!=0) { + owner.tianting = true; + owner.autoOutCard = true; + EXMainServer.gameCtr.tingEvent(owner); + } + if(owner.seat == owner.room.bankerSeat) { + EXRoom room = owner.getRoom(); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_DISCARD, room.activeCard); + if (room.tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + }else { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().tianTingCount --; + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_TIANTING, gid, null); + } + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner,id,gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + } + + @Override + public void toNextState(EXPlayer owner) { + if(owner.seat == owner.room.bankerSeat) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + }else { + super.toNextState(owner); + } + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerTipState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..a8da242 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerTipState.java @@ -0,0 +1,54 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; + +/** + * + */ +public abstract class EXPlayerTipState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + if (!owner.isEntrust()) { + _tipEvent(owner); + owner.startActionTimer(); + } else { + owner.startActionTimer(500); + } + } + + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.tipEvent(owner); + } + + protected void _action(EXPlayer owner, int id, int gid) { + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + super.reload(owner); + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (cmd.equals(ActionEvent.EVENT_ENTRUST)) { + owner.startActionTimer(); + } + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java new file mode 100644 index 0000000..716e90c --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java @@ -0,0 +1,20 @@ +package extend.mj.player.state; + +import com.game.state.StateBase; + +import extend.mj.EXPlayer; + +/** + * + */ +public class EXPlayerWaitKongWinState extends StateBase{ + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + + } + + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerWaitState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..ff4f2ea --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerWaitState.java @@ -0,0 +1,47 @@ +package extend.mj.player.state; + +import com.game.state.StateBase; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.PlayerRuleManager; + +/** + * + */ +public class EXPlayerWaitState extends StateBase { + +// @SuppressWarnings("unchecked") +// @Override +// public void toNextState(EXPlayer owner) { +// if(owner.getRoom().activeKong!=null){ +// if(owner.getRoom().activeKong.kongSeat == owner.seat){ +// owner.stateMachine.lastState.toNextState(owner); +// } +// } +// } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + boolean old_louhu = owner.louhu; + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.OTHER_DISCARD_RULE , owner); + break; + case EXActionEvent.EVENT_KONG_WIN: + owner.louhu = false; + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.KONG_HU_RULE , owner); + break; + case EXActionEvent.EVENT_OPENKONG: + owner.louhu = false; + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.OPENKONG_RULE , owner); + break; + default: + break; + } + owner.louhu =old_louhu; + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerZTWinTipState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerZTWinTipState.java new file mode 100644 index 0000000..be03472 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/player/state/EXPlayerZTWinTipState.java @@ -0,0 +1,51 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXGameController; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.tip.Tip; + +/** + * 中途胡 + */ +public class EXPlayerZTWinTipState extends EXPlayerTipState { + + + @Override + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.qsTipEvent(owner); + } + @Override + protected void _action(EXPlayer owner,int id,int gid) { + if (id != 0) { + Tip tip = owner.tipMgr.tipMap.get(id); + + ((EXGameController) Global.gameCtr).qsWinEvent(owner, tip); + } + owner.tipMgr.clean(); + owner.skipDraw = true; + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner, id, gid); + } else if (cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner, 0, gid); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/room/state/EXRoomDealState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/room/state/EXRoomDealState.java new file mode 100644 index 0000000..ce7f960 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/room/state/EXRoomDealState.java @@ -0,0 +1,198 @@ +package extend.mj.room.state; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Map; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayBack; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.PlayerRuleManager; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; +import extend.mj.player.state.EXPlayerTianTingTipState; +import extend.mj.uitl.Paixing; + +/** + * + */ +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + owner.card.init(); + if (owner.bankerSeat == 0) { + owner.bankerSeat = 1; + ArrayList randPlayer = new ArrayList<>(); + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Integer seat = entry.getKey(); + randPlayer.add(seat); + } + + Collections.shuffle(randPlayer); + if (randPlayer.size() > 0) + { + owner.bankerSeat = randPlayer.get(0); + } + } +// owner.round += 1; +// owner.isplaying = true; + + int piao_niao = owner.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO); + boolean piao_niao_auto = owner.config.getBoolean(Config.ROOM_CONFIG_PIAO_NIAO_AUTO); + if(piao_niao > 0) { + if(piao_niao == 1 || piao_niao == 2 && piao_niao_auto) { + owner.piaoNiaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + } + else if (piao_niao == 2) + { + owner.piaoNiaoCount = 0; + int opt = owner.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO_OPT); + int piao_fen = 1; + if (opt == 0) + { + piao_fen = 1; + } + else if (opt == 1) + { + piao_fen = 2; + } + else if (opt == 2) + { + piao_fen = 3; + } + + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.piaoNiao = piao_fen; + player.tipMgr.clean(); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + player.getRoom().piaoNiaoCount --; + EXMainServer.gameCtr.piaoNiaoEvent(player); + } + checkXiPai(owner); + } else { + checkXiPai(owner); + } + }else { + checkXiPai(owner); + } + } + + public static void timer(EXRoom owner, EXRoomDealState state) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + state.checkQSWin(owner); + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + + private void checkXiPai(EXRoom owner) { + boolean donghua = false; + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner, this); + } + else { + checkQSWin(owner); + } + } + + private void checkQSWin(EXRoom owner) { + EXMainServer.gameCtr.dealCard(owner); + owner.playBackData = new EXPlayBack(owner); + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.QS_HU_RULE, (EXPlayer)player); + } + + if(owner.qsWinCount ==0) { + checkTianting(owner); + } + } + + private void checkTianting(EXRoom owner) { + boolean ting = owner.config.getBoolean(Config.ROOM_CONFIG_NATIVE_HU); + if(ting) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if(player.seat != owner.bankerSeat) { + if(Paixing.tingCheck(player.opCardList, player.cardInhand)) { + owner.tianTingCount ++; + player.stateMachine.changeState(Global.getState(EXPlayerTianTingTipState.class)); + } + } + } + if (owner.tianTingCount == 0) { + toNextState(owner); + } + }else { + toNextState(owner); + } + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO_NIAO)) { + if(owner.piaoNiaoCount==0) { + checkXiPai(owner); + } + }else if(cmd.equals(EXActionEvent.EVENT_QSWIN)) { + if(owner.qsWinCount ==0) { + checkTianting(owner); + } + }else if(cmd.equals(EXActionEvent.EVENT_TIANTING)) { + if(owner.tianTingCount ==0) { + toNextState(owner); + } + } + } + + @Override + public void toNextState(EXRoom owner) { + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/room/state/EXRoomSetpState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..8054053 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/room/state/EXRoomSetpState.java @@ -0,0 +1,45 @@ +package extend.mj.room.state; + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.PlayerRuleManager; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + if(owner.haidiCount == owner.maxPlayers) { + owner.liuju = true; + owner.endGame(); + return; + } + + Player player; + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + + } + + EXMainServer.gameCtr.changeActiveSeat(owner,player.seat); + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HAIDI_RULE, (EXPlayer)player,false)){ + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/room/state/EXRoomStartGameState.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..5637fca --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/room/state/EXRoomStartGameState.java @@ -0,0 +1,34 @@ +package extend.mj.room.state; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.mj.EXRoom; + +/** + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { +// owner.readyCount = 0; +// for (Entry entry : owner.playerMapById.entrySet()) { +// Player player = entry.getValue(); +// player.ready = false; +// player.clear(); +// player.initSeat(); +// } + owner.activeKong = null; + owner.startGame(); + + this.toNextState(owner); + + } + + @Override + public void toNextState(EXRoom owner) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/Action.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/Action.java new file mode 100644 index 0000000..7f657ac --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/Action.java @@ -0,0 +1,30 @@ +package extend.mj.tip; + + +import extend.mj.EXPlayer; + +/** + * + * + * Action.java + */ +public class Action { + + public Tip tip; + public EXPlayer player; + public boolean isRun; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + if(this.isRun)return; + this.isRun = true; + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player,this.tip); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/IRuleBase.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/IRuleBase.java new file mode 100644 index 0000000..fac8497 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/IRuleBase.java @@ -0,0 +1,23 @@ +package extend.mj.tip; + +import extend.mj.EXPlayer; + +/** + * + * + * RuleBase.java + */ +public interface IRuleBase { + + /** + * @param player + * @return + */ + public abstract boolean condition(EXPlayer player ); + + /** + * @param player + */ + public abstract void action(EXPlayer player ,Tip tip); + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/Tip.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/Tip.java new file mode 100644 index 0000000..f7b92cb --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/Tip.java @@ -0,0 +1,44 @@ +package extend.mj.tip; + +import java.util.Map; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import extend.mj.WinCardType; + +/** + * + * + */ +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int type; + public int group_type; + + public Map winMap; + public boolean self; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", group_type); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + return tipMp; + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/TipManager.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/TipManager.java new file mode 100644 index 0000000..993f3c6 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/tip/TipManager.java @@ -0,0 +1,175 @@ +package extend.mj.tip; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; + +/** + * + * + */ +public class TipManager { + + private int id = 0; + + public Map tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + public boolean isWin = false; + private Tip winTip = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + if(tip.weight == RuleWeight.WIN) { + this.isWin = true; + this.winTip = tip; + } + this.tipMap.put(id, tip); + } + + + + private void checkLouhu() { + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + this.owner.louhu = true; + break; + } + } + } + + public void choicAction(int id) { + EXRoom room = this.owner.getRoom(); + if(room.tongpao > 1 && this.isWin) { + Tip tip = this.winTip; + Tip choic_tip = this.tipMap.get(id); + if(choic_tip!=null) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + Action action = new Action(choic_tip, owner); + if(tip == choic_tip) { + for (Entry entry : room.tipMap.entrySet()) { + TipManager tem = entry.getValue(); + if (action.tip.weight < tem.getWeightest()) { + room.actionWinList.add(action); + room.actionList.add(action); + return; + } + } + action.run(); + room.actionList.clear(); + room.tongpao = 0; + }else { + room.actionWinList.add(new Action(tip, owner)); + room.addAction(action); + } + return; + }else { + room.actionWinList.add(new Action(tip, owner)); + this.checkLouhu(); + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + room.checkAction(); + } + }else { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + room.checkAction(); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + room.addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + } + + public void winAction() { + EXRoom room = this.owner.getRoom(); + if(room.tongpao > 1 && this.isWin) { + Tip tip = this.winTip; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + room.addAction(new Action(tip, owner)); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.lastState.toNextState(owner); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.initOpCard(tip.opcard); + tip.rule.action(owner,tip); + + } else { + throw new Error("tip map has no id" + id); + } + + } + + public ITObject toMP() { + ITObject mp = new TObject(); +// mp.putInt("weight", this.weight); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.winTip = null; + this.isWin = false; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/uitl/CardUtil.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/uitl/CardUtil.java new file mode 100644 index 0000000..7c60282 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/uitl/CardUtil.java @@ -0,0 +1,52 @@ +package extend.mj.uitl; + +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Random; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.OpCard; +import extend.mj.WinCardType; + +public class CardUtil { + + static public OpCard findOpcard(List opcards, int card,int type) { + for (OpCard oc : opcards) { + if(oc.type == type) { + if (card == oc.card) { + return oc; + } + } + } + return null; + } + + + final static Random random = new Random(); + static { + random.setSeed(System.currentTimeMillis()); + } + static public int randomDiceNum() { + int result = random.nextInt(5); + return result + 1; + } + + static public ITArray toMPData_WinMap(Map map) { + return toMPData_WinMap(map,false); + } + + static public ITArray toMPData_WinMap(Map map,boolean is_opcard) { + if (map != null && map.size() > 0) { + ITArray array = TArray.newInstance(); + for (Entry entry : map.entrySet()) { + WinCardType wct = entry.getValue(); + array.addTObject(wct.toTObject(is_opcard)); + } + return array; + } + return null; + } +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/uitl/Paixing.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/uitl/Paixing.java new file mode 100644 index 0000000..cb3a1c6 --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/uitl/Paixing.java @@ -0,0 +1,438 @@ +package extend.mj.uitl; + +import java.util.*; +import java.util.Map.Entry; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.WinCardType; + + + +public class Paixing { + + private final static boolean qs_yijihua_check(Map cardMap,int se,int index) { + Integer num = cardMap.get(se+index); + if(num!=null&&num==1) { + for(int i=1;i<=9;++i) { + if(i !=index) { + if(cardMap.containsKey(se+i)){ + return false; + } + } + } + return true; + } + return false; + } + + public final static void zt_check(Map map,List cardInhand,ITObject config,int card,Set llsCardRecord, int difen) { + if(config.getBoolean(Config.ROOM_CONFIG_ZT_DASIXI)) { + if(Util.cardNum(card,cardInhand) >= 3) { + ITArray opcard4 = new TArray(); + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_DASIXI, 1,1); + Util.addCard(opcard4, card, 4); + wct.opcard = opcard4; + + } + } + if(config.getBoolean(Config.ROOM_CONFIG_ZT_LIULIUSHUN)) { + if(!llsCardRecord.contains(card)) { + if(Util.cardNum(card,cardInhand) >= 2) { + Map cardMap =Util.getCardNumMap(cardInhand); + for (Entry entry : cardMap.entrySet()) { + int t_card = entry.getKey(); + int num = entry.getValue(); + if(num>=3&&t_card!=card&&!llsCardRecord.contains(t_card)) { + ITArray opcard3 = new TArray(); + Util.addCard(opcard3, card, 3); + Util.addCard(opcard3, t_card, 3); + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_LIULIUSHUN, 1,1); + wct.opcard = opcard3; + break; + } + } + } + + } + } + } + + public final static void qs_check(Map map,List cardInhand,ITObject config, int difen){ + Map cardMap =Util.getCardNumMap(cardInhand); + int card3count=0; + int card4count=0; + boolean banban = true; + ITArray opcard4 = new TArray(); + ITArray opcard3 = new TArray(); + + Set se = new HashSet(); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + if (card % 100 == 2 || card % 100 == 5 || card % 100 == 8) { + banban = false; + } + se.add(card/100); + int num = entry.getValue(); + if(num>=4) { + Util.addCard(opcard4, card, 4); + Util.addCard(opcard3, card, 3); + card4count++; + card3count++; + }else if(num>=3) { + Util.addCard(opcard3, card, 3); + card3count++; + } + } + if(card4count>0) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_DASIXI, card4count,1); + wct.opcard = opcard4; + } + if(card3count>=2) { + if(card3count>2 &&card3count %2 !=0){ + opcard3.del(opcard3.size()-1); + opcard3.del(opcard3.size()-1); + opcard3.del(opcard3.size()-1); + } + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_LIULIUSHUN, card3count/2,1); + wct.opcard = opcard3; + } + if(banban) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_BANBANHU, 1,1); + wct.opcard = Util.toTArray(cardInhand); + } + if(!config.getBoolean(Config.ROOM_CONFIG_QUEYIMEN)&&se.size()<3) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_QUEYISE, 1,1); + wct.opcard = Util.toTArray(cardInhand); + + } + if(config.getBoolean(Config.ROOM_CONFIG_QS_YIZHIHUA)) { + int yizhihua_count = 0; + for(int k=100;k<=300;k+=100) { + if(qs_yijihua_check(cardMap,k,5)) { + yizhihua_count ++; + } + } + if(yizhihua_count>0) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_YIZHIHUA, yizhihua_count,1); + wct.opcard = Util.toTArray(cardInhand); + }else { + boolean card_5 = false; + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + if(!card_5 && card % 100 == 5&&entry.getValue() == 1) { + card_5 = true; + }else { + if (card % 100 == 2 || card % 100 == 5 || card % 100 == 8) { + card_5 = false; + break; + } + } + } + if(card_5) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_YIZHIHUA, 1,1); + wct.opcard = Util.toTArray(cardInhand); + } + } + } + + boolean santong_2= false; + if(config.getBoolean(Config.ROOM_CONFIG_QS_SANTONG)) { + int santong_count = 0; + ITArray st_opcard = new TArray(); + for(int i=1;i<=9;++i) { + if(Util.cardNum(cardMap, 100+i, 2)&&Util.cardNum(cardMap, 200+i, 2)&&Util.cardNum(cardMap, 300+i, 2)) { + santong_count++; + Util.addCard(st_opcard, 100+i, 2); + Util.addCard(st_opcard, 200+i, 2); + Util.addCard(st_opcard, 300+i, 2); + if (i == 2)santong_2=true; + } + } + if(santong_count>0) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_SANTONG, santong_count,1); + wct.opcard = st_opcard; + } + } + + if(!santong_2&&config.getBoolean(Config.ROOM_CONFIG_QS_JTYN)) { + if(Util.cardNum(cardMap, 202, 2)&&Util.cardNum(cardMap, 302, 2)) { + ITArray st_opcard = new TArray(); + Util.addCard(st_opcard, 202, 2); + Util.addCard(st_opcard, 302, 2); + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_QTYN, 1,1); + wct.opcard = st_opcard; + } + } + + if(config.getBoolean(Config.ROOM_CONFIG_QS_JIEJIEGAO)) { + int jjg_count = 0; + ITArray jjg_opcard = new TArray(); + for(int k=100;k<=300;k+=100) { + for(int i=1;i<=7;++i) { + if(Util.cardNum(cardMap, k+i, 2)&&Util.cardNum(cardMap, k+i+1, 2)&&Util.cardNum(cardMap, k+i+2, 2)) { + jjg_count++; + Util.addCard(jjg_opcard, k+i, 2); + Util.addCard(jjg_opcard, k+i+1, 2); + Util.addCard(jjg_opcard, k+i+2, 2); + i+=2; + } + } + } + if(jjg_count>0) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_JIEJIEGAO, jjg_count,1); + wct.opcard = jjg_opcard; + } + } + } + + public static void main(String[] args) { +// List cardInhand = new java.util.ArrayList<>(); +// List opCards = new java.util.ArrayList<>(); +// opCards.add(new OpCard(RuleWeight.TYPE_PONG, 109)); +// opCards.add(new OpCard(RuleWeight.TYPE_PONG, 209)); +// cardInhand.add(106); +// cardInhand.add(106); +// cardInhand.add(107); +// cardInhand.add(108); +//// cardInhand.add(109); +// +// +// System.out.println(tingKongCheck(opCards,cardInhand, 109)); + } + + private final static boolean quanqiuren(List opCards,List cardInhand, int drawCard) { + if (cardInhand.size() > 1) { + return false; + } + if(drawCard == 0)return true; + if (cardInhand.get(0) != drawCard) + return false; + return true; + } + + private final static boolean qingyise(List opCards, List cardInhand, int drawCard) { + int se = cardInhand.get(0) / 100; + if (drawCard!=0&&drawCard / 100 != se) + return false; + for (OpCard card : opCards) { + if (se != card.card / 100) { + return false; + } + } + for (int card : cardInhand) { + if (se != card / 100) { + return false; + } + } + return true; + } + + private final static boolean pongpong(List opCards, List cardInhand, int drawCard,boolean quanqiuren) { + for (OpCard card : opCards) { + if (card.type == RuleWeight.TYPE_CHOW) { + return false; + } + } + if (quanqiuren)return true; + + int card1count=0,card2count=0; + Map cardMap =Util.getCardNumMap(cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if(num == 4) return false; + switch(num) { + case 1: + if(card1count>=1)return false; + if(drawCard!=0&&card != drawCard)return false; + card1count++; + break; + case 2: + if(card2count >=2)return false; + card2count ++; + break; + } + } + if(card1count>0&&card2count>0)return false; + if(card1count>0&&drawCard!=0&&!cardMap.containsKey(drawCard))return false; + if(card2count == 2&&drawCard!=0) { + if(!cardMap.containsKey(drawCard))return false; + if(cardMap.get(drawCard)!=2)return false; + } + return true; + } + + private final static boolean jiangjiang(List opCards, List cardInhand, int drawCard) { + if(drawCard!=0){ + if (drawCard % 100 != 2 && drawCard % 100 != 5 && drawCard % 100 != 8) { + return false; + } + } + for (OpCard card : opCards) { + if (card.type == RuleWeight.TYPE_CHOW) { + return false; + } + if (card.card % 100 != 2 && card.card % 100 != 5 && card.card % 100 != 8) { + return false; + } + } + for (int card : cardInhand) { + if (card % 100 != 2 && card % 100 != 5 && card % 100 != 8) { + return false; + } + + } + return true; + } + + private final static int qixiaodui(List opCards, List cardInhand, int drawCard) { + if (cardInhand.size() != 13) { + return -1; + } + List cardlist = cardInhand; + int pair = 0; + int card4count=0; + Map cardMap =Util.getCardNumMap(cardlist); + for (Entry entry : cardMap.entrySet()) { + int num = entry.getValue(); + int card = entry.getKey(); + if (num == 4) { + pair +=2; + card4count ++; + }else if(num >=2) { + if(num==3&&drawCard!=0&&drawCard != card) { + return -1; + } + pair +=1; + }else if(num ==1) { + if(drawCard!=0&&drawCard != card) { + return -1; + } + } + } + if(pair<6) return -1; + if(drawCard ==0)return card4count+1; + if(!cardMap.containsKey(drawCard)) return -1; + if(cardMap.get(drawCard) == 3) { + card4count++; + } + return card4count+1; + } + + public final static WinCardType putWinCardType(Map map, int type, int value,int score) { + if (map == null) + return null; + if (map.containsKey(type)) { + WinCardType wct = map.get(type); + wct.value += value; + return wct; + } else { + WinCardType wct = new WinCardType(type, value,score); + map.put(type, wct); + return wct; + } + } + + public static boolean checkWin(Map map, List opCards, List cardInhand,int drawCard, int difen) { + return checkWin(map,opCards,cardInhand,drawCard,true, difen); + } + + public static boolean checkWin(Map map, List opCards, List cardInhand,int drawCard,boolean jiang, int difen) { + int qixiaodui = qixiaodui(opCards,cardInhand, drawCard); + if (qixiaodui != -1) { + putWinCardType(map, WinCardType.QIXIAODUI, qixiaodui,WinCardType.WIN_TYPE_SCORE); + if (qingyise(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.WIN_TYPE_SCORE); + } + if (jiangjiang(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.JIANGJIANGHU, 1,WinCardType.WIN_TYPE_SCORE); + } + return true; + } + if (jiangjiang(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.JIANGJIANGHU, 1,WinCardType.WIN_TYPE_SCORE); + boolean _qqr =quanqiuren(opCards,cardInhand, drawCard); + if (_qqr) { + putWinCardType(map, WinCardType.QUANQIUREN, 1,WinCardType.WIN_TYPE_SCORE); + } + if (pongpong(opCards,cardInhand, drawCard,_qqr)) { + putWinCardType(map, WinCardType.PENGPENGHU, 1,WinCardType.WIN_TYPE_SCORE); + } + return true; + } + if (quanqiuren(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.QUANQIUREN, 1,WinCardType.WIN_TYPE_SCORE); + if (qingyise(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.WIN_TYPE_SCORE); + } + if (jiangjiang(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.JIANGJIANGHU, 1,WinCardType.WIN_TYPE_SCORE); + } + if (pongpong(opCards,cardInhand, drawCard,true)) { + putWinCardType(map, WinCardType.PENGPENGHU, 1,WinCardType.WIN_TYPE_SCORE); + } + return true; + } + if (pongpong(opCards,cardInhand, drawCard,false)) { + putWinCardType(map, WinCardType.PENGPENGHU, 1,WinCardType.WIN_TYPE_SCORE); + if (qingyise(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.WIN_TYPE_SCORE); + } + return true; + } + if (qingyise(opCards,cardInhand, drawCard)) { + WinCard win = new WinCard(cardInhand, drawCard); + win.jiang = false; + if (win.tryWin()) { + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.WIN_TYPE_SCORE); + return true; + } + } else { + WinCard win = new WinCard(cardInhand, drawCard); + win.jiang = jiang; + if (win.tryWin()) { + putWinCardType(map, WinCardType.XIAOHU, 1, difen); + return true; + } + } + return false; + } + + static public boolean tingCheck(List opCards,List cardInhand) { + if(qixiaodui(opCards,cardInhand, 0)!=-1)return true; + if (quanqiuren(opCards,cardInhand, 0))return true; + if (jiangjiang(opCards,cardInhand, 0))return true; + if (pongpong(opCards,cardInhand, 0,false))return true; + + if (qingyise(opCards,cardInhand, 0)) { + WinCard win = new WinCard(cardInhand, 0); + win.jiang = false; + return win.tryWin(); + } + WinCard win = new WinCard(cardInhand, 0); + return win.tryWin(); + } + + + static public boolean tingKongCheck(List opCards,List cardInhand,int kongCard,boolean jiang) { + if (quanqiuren(opCards,cardInhand, 0))return true; + if (jiangjiang(opCards,cardInhand, kongCard))return true; + if (pongpong(opCards,cardInhand, 0,false))return true; + if (qingyise(opCards,cardInhand, kongCard)) { + WinCard win = new WinCard(cardInhand, 0); + win.jiang = false; + return win.tryWin(); + } + WinCard win = new WinCard(cardInhand, 0); + win.jiang = jiang; + return win.tryWin(); + } + +} diff --git a/majiang/changsha/game_mj_cs/src/main/java/extend/mj/uitl/WinCard.java b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/uitl/WinCard.java new file mode 100644 index 0000000..558fc8d --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/main/java/extend/mj/uitl/WinCard.java @@ -0,0 +1,275 @@ +package extend.mj.uitl; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Stack; + +import com.game.Util; + +import extend.mj.WinCardType; + +public class WinCard { + public int pair_count; + public Stack> stack; + public List cardList; + public boolean jiang = true; + public int zhong_count; + public int zhongid = 0; + + private void push(List cardGroup) { + this.stack.push(cardGroup); + } + + private void rollBack() { + List cardGroup = this.stack.pop(); + for (Integer card : cardGroup) { + if (card == zhongid) { + this.zhong_count += 1; + } else { + this.cardList.add(card); + } + } + Collections.sort(this.cardList); + } + + private boolean tryShunzi(int card) { + if (card % 100 > 7) { + return false; + } + + if (Util.checkCard(card + 1, this.cardList) && Util.checkCard(card + 2, this.cardList)) { + Util.removeCard(this.cardList, card, 1); + Util.removeCard(this.cardList, card + 1, 1); + Util.removeCard(this.cardList, card + 2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(card + 2); + this.push(cardGroup); + return true; + } + return false; + } + + private boolean tryKezi(int card) { + if (Util.checkCardAndRomve(card, this.cardList, 3)) { +// CardUtil.removeCard(this.cardList, card, 3); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + return true; + } + return false; + } + + private boolean tryPair(int card) { + if (this.pair_count > 0) { + return false; + } + if (jiang) { + if (!(card % 100 == 2 || card % 100 == 5 || card % 100 == 8)) { + return false; + } + } + if (Util.checkCardAndRomve(card, this.cardList, 2)) { +// CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + this.pair_count = 1; + return true; + } + return false; + } + + private boolean tryKezi1Zhong(int card) { + if (this.zhong_count >= 1 && Util.checkCardAndRomve(card, this.cardList, 2)) { +// CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(this.zhongid); + this.zhong_count -= 1; + this.push(cardGroup); + return true; + } + return false; + } + + private boolean tryShunzi1Zhong(int card) { + if (card % 100 > 8) { + return false; + } + + if (this.zhong_count < 1) { + return false; + } + + if (Util.checkCard(card + 1, this.cardList)) { + Util.removeCard(cardList, card, 1); + Util.removeCard(cardList, card + 1, 1); + this.zhong_count -= 1; + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(this.zhongid); + this.push(cardGroup); + return true; + } + + if (Util.checkCard(card + 2, this.cardList) && ((card + 1) % 100 != 0)) { + Util.removeCard(cardList, card, 1); + Util.removeCard(cardList, card + 2, 1); + this.zhong_count -= 1; + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(this.zhongid); + cardGroup.add(card + 2); + this.push(cardGroup); + return true; + } + return false; + } + + private boolean tryPair1Zhong(int card) { + if (this.pair_count > 0) { + return false; + } + if (jiang) { + if (!(card % 100 == 2 || card % 100 == 5 || card % 100 == 8)) { + return false; + } + } + if (this.zhong_count < 1) { + return false; + } + + Util.removeCard(cardList, card, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(this.zhongid); + this.push(cardGroup); + this.zhong_count -= 1; + this.pair_count = 1; + return true; + } + + public boolean tryWin() { + if (this.cardList.size() == 0 && this.pair_count == 1) { + return true; + } + + if (this.cardList.size() == 0) { + return false; + } + int activeCard = this.cardList.get(0); + + if (tryPair(activeCard)) { + if (tryWin()) { + return true; + } + this.pair_count = 0; + this.rollBack(); + } + + if (tryKezi(activeCard)) { + if (tryWin()) { + return true; + } + this.rollBack(); + + } + if (tryShunzi(activeCard)) { + if (tryWin()) { + return true; + } + this.rollBack(); + } + + if (tryKezi1Zhong(activeCard)) { + if (tryWin()) { + return true; + } + this.rollBack(); + + } + if (tryShunzi1Zhong(activeCard)) { + if (tryWin()) { + return true; + } + this.rollBack(); + } + if (tryPair1Zhong(activeCard)) { + if (tryWin()) { + return true; + } + this.pair_count = 0; + this.rollBack(); + } + + return false; + } + + public WinCard(List cardInhand, int addCard) { + this.stack = new Stack>(); + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + if (addCard == 0) { + this.zhongid = 0; + this.zhong_count = 1; + } else { + this.cardList.add(addCard); + } + + Collections.sort(this.cardList); + } + + public static void main(String[] args) { + + long time = System.currentTimeMillis(); +// for (int i = 0; i < 1000000; ++i) { + ArrayList cardInhand = new ArrayList(); + cardInhand.add(102); + cardInhand.add(102); + cardInhand.add(204); + cardInhand.add(204); + cardInhand.add(206); + cardInhand.add(206); + + cardInhand.add(305); + cardInhand.add(305); + cardInhand.add(305); + cardInhand.add(306); + cardInhand.add(306); + cardInhand.add(307); + + cardInhand.add(307); +// cardInhand.add(301); +// cardInhand.add(301); +// cardInhand.add(108); + +// cardInhand.contains(204); +// Util.checkCard(204, cardInhand); +// CardUtil.checkCardAndRomve(204, cardInhand, 2); + +// if(Util.checkCard(204, cardInhand)) { +// CardUtil.removeCard(cardInhand, 204, 2); +// } +// WinCard win = new WinCard(cardInhand, 0); +// win.tryWin(); +// Paixing.tingKongCheck(new ArrayList<>(), cardInhand, 301); +// } + Map map = new HashMap(); + //Paixing.checkWin(map, new ArrayList<>(), cardInhand, 305, room.difen_score); + + System.out.println(System.currentTimeMillis() - time); + + } + +} diff --git a/majiang/changsha/game_mj_cs/src/test/java/game_mj_changsha/Main.java b/majiang/changsha/game_mj_cs/src/test/java/game_mj_changsha/Main.java new file mode 100644 index 0000000..27932bd --- /dev/null +++ b/majiang/changsha/game_mj_cs/src/test/java/game_mj_changsha/Main.java @@ -0,0 +1,9 @@ +package game_mj_changsha; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/CardNiao.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/CardNiao.class new file mode 100644 index 0000000..a43876e Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/CardNiao.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/Config.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/Config.class new file mode 100644 index 0000000..41456d3 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/Config.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXActionEvent.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXActionEvent.class new file mode 100644 index 0000000..6c12d0a Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXActionEvent.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXGameController.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXGameController.class new file mode 100644 index 0000000..81d1edd Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXGameController.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXMainServer.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXMainServer.class new file mode 100644 index 0000000..e5c6c15 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXMainServer.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXPlayBack.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXPlayBack.class new file mode 100644 index 0000000..92c4c6e Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXPlayBack.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXPlayer.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXPlayer.class new file mode 100644 index 0000000..02f80d5 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXPlayer.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXRoom.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXRoom.class new file mode 100644 index 0000000..56a31c3 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXRoom.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXScore$HUScore.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXScore$HUScore.class new file mode 100644 index 0000000..3aa90f3 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXScore$HUScore.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXScore.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXScore.class new file mode 100644 index 0000000..2d4981c Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/EXScore.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/OpCard.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/OpCard.class new file mode 100644 index 0000000..ec8e1f4 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/OpCard.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/OpenKong.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/OpenKong.class new file mode 100644 index 0000000..e087e5d Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/OpenKong.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/PlayerRuleManager.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/PlayerRuleManager.class new file mode 100644 index 0000000..cb3e433 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/PlayerRuleManager.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/QSLog.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/QSLog.class new file mode 100644 index 0000000..8cd0339 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/QSLog.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/RoomCard.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/RoomCard.class new file mode 100644 index 0000000..12bb0c8 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/RoomCard.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/RuleWeight.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/RuleWeight.class new file mode 100644 index 0000000..deb2f9a Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/RuleWeight.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/SettleLog.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/SettleLog.class new file mode 100644 index 0000000..11e4154 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/SettleLog.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/WinCardType.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/WinCardType.class new file mode 100644 index 0000000..0e20dd4 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/WinCardType.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleChow.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleChow.class new file mode 100644 index 0000000..746b9f7 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleChow.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleHaidi.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleHaidi.class new file mode 100644 index 0000000..c943245 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleHaidi.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleOtherKong.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleOtherKong.class new file mode 100644 index 0000000..2a24959 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleOtherKong.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleOtherOpenKong.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleOtherOpenKong.class new file mode 100644 index 0000000..cb0163b Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleOtherOpenKong.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleOtherWin.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleOtherWin.class new file mode 100644 index 0000000..d4f8688 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleOtherWin.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RulePong.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RulePong.class new file mode 100644 index 0000000..e75637b Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RulePong.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RulePongKong.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RulePongKong.class new file mode 100644 index 0000000..8c472f4 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RulePongKong.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RulePongOpenKong.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RulePongOpenKong.class new file mode 100644 index 0000000..8f653de Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RulePongOpenKong.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleQSWin.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleQSWin.class new file mode 100644 index 0000000..5c64008 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleQSWin.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleSelfKong.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleSelfKong.class new file mode 100644 index 0000000..e5cc56c Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleSelfKong.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleSelfOpenKong.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleSelfOpenKong.class new file mode 100644 index 0000000..d503998 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleSelfOpenKong.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleSelfWin.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleSelfWin.class new file mode 100644 index 0000000..94e98c8 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleSelfWin.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleZTWin.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleZTWin.class new file mode 100644 index 0000000..5786ee6 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rule/RuleZTWin.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRChowState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRChowState.class new file mode 100644 index 0000000..a99c32e Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRChowState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PROtherKongState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PROtherKongState.class new file mode 100644 index 0000000..beec4d0 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PROtherKongState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PROtherOpenKongState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PROtherOpenKongState.class new file mode 100644 index 0000000..8d1bf3b Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PROtherOpenKongState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PROtherWinState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PROtherWinState.class new file mode 100644 index 0000000..00ae154 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PROtherWinState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRPongKongState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRPongKongState.class new file mode 100644 index 0000000..d0df7f9 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRPongKongState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRPongOpenKongState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRPongOpenKongState.class new file mode 100644 index 0000000..9b0df4d Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRPongOpenKongState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRPongState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRPongState.class new file mode 100644 index 0000000..fb490d7 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRPongState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRSelfKongState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRSelfKongState.class new file mode 100644 index 0000000..64a9b7a Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRSelfKongState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRSelfOpenKongState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRSelfOpenKongState.class new file mode 100644 index 0000000..6c33c2f Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRSelfOpenKongState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRSelfWinState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRSelfWinState.class new file mode 100644 index 0000000..1e640d3 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/rulestate/PRSelfWinState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..ee23a6e Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDiscardState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..1b41eba Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDiscardState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDrawState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..4cd7816 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDrawState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..93f4de1 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerHaidiTipState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerHaidiTipState.class new file mode 100644 index 0000000..31e992c Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerHaidiTipState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerKongWinState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerKongWinState.class new file mode 100644 index 0000000..65d5b2b Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerKongWinState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerOpenKongState$1$1.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerOpenKongState$1$1.class new file mode 100644 index 0000000..f9c7341 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerOpenKongState$1$1.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerOpenKongState$1.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerOpenKongState$1.class new file mode 100644 index 0000000..2c93346 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerOpenKongState$1.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerOpenKongState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerOpenKongState.class new file mode 100644 index 0000000..72337da Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerOpenKongState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..2a1748b Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerQSWinTipState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerQSWinTipState.class new file mode 100644 index 0000000..41c5022 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerQSWinTipState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerTianTingTipState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerTianTingTipState.class new file mode 100644 index 0000000..7eda123 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerTianTingTipState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerTipState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..fcc5712 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerTipState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class new file mode 100644 index 0000000..b4fc6ec Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerWaitState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..3067155 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerWaitState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerZTWinTipState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerZTWinTipState.class new file mode 100644 index 0000000..768b7b8 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/player/state/EXPlayerZTWinTipState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..91a7761 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomDealState$1.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..684ed18 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomDealState$1.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomDealState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomDealState.class new file mode 100644 index 0000000..171ead2 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomDealState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomSetpState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..8e993a0 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomSetpState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomStartGameState.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..adaa67c Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/room/state/EXRoomStartGameState.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/Action.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/Action.class new file mode 100644 index 0000000..99c5949 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/Action.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/IRuleBase.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/IRuleBase.class new file mode 100644 index 0000000..e6136db Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/IRuleBase.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/Tip.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/Tip.class new file mode 100644 index 0000000..b460124 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/Tip.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/TipManager.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/TipManager.class new file mode 100644 index 0000000..793f594 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/tip/TipManager.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/uitl/CardUtil.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/uitl/CardUtil.class new file mode 100644 index 0000000..2efd112 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/uitl/CardUtil.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/uitl/Paixing.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/uitl/Paixing.class new file mode 100644 index 0000000..5913343 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/uitl/Paixing.class differ diff --git a/majiang/changsha/game_mj_cs/target/classes/extend/mj/uitl/WinCard.class b/majiang/changsha/game_mj_cs/target/classes/extend/mj/uitl/WinCard.class new file mode 100644 index 0000000..50e40c9 Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/classes/extend/mj/uitl/WinCard.class differ diff --git a/majiang/changsha/game_mj_cs/target/game.jar b/majiang/changsha/game_mj_cs/target/game.jar new file mode 100644 index 0000000..e64423f Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/game.jar differ diff --git a/majiang/changsha/game_mj_cs/target/maven-archiver/pom.properties b/majiang/changsha/game_mj_cs/target/maven-archiver/pom.properties new file mode 100644 index 0000000..b200f6d --- /dev/null +++ b/majiang/changsha/game_mj_cs/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Tue Feb 06 03:25:54 GMT+08:00 2024 +version=1.0.0 +groupId=com.game +artifactId=game_mj_changsha diff --git a/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..f8aaa1e --- /dev/null +++ b/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,69 @@ +extend\mj\player\rule\RuleOtherKong.class +extend\mj\player\rulestate\PROtherOpenKongState.class +extend\mj\room\state\EXRoomSetpState.class +extend\mj\player\state\EXPlayerDrawTipState.class +extend\mj\EXRoom.class +extend\mj\PlayerRuleManager.class +extend\mj\room\state\EXRoomDealState.class +extend\mj\player\rulestate\PRPongOpenKongState.class +extend\mj\player\state\EXPlayerDiscardState.class +extend\mj\player\rulestate\PRSelfKongState.class +extend\mj\EXMainServer.class +extend\mj\tip\TipManager.class +extend\mj\player\rule\RuleOtherOpenKong.class +extend\mj\EXPlayBack.class +extend\mj\RuleWeight.class +extend\mj\SettleLog.class +extend\mj\OpCard.class +extend\mj\EXActionEvent.class +extend\mj\player\rule\RuleSelfOpenKong.class +extend\mj\player\rule\RuleOtherWin.class +extend\mj\player\state\EXPlayerDisCardTipState.class +extend\mj\EXGameController.class +extend\mj\player\rulestate\PRSelfWinState.class +extend\mj\player\rule\RuleSelfKong.class +extend\mj\room\state\EXRoomStartGameState.class +extend\mj\QSLog.class +extend\mj\player\state\EXPlayerWaitState.class +extend\mj\EXPlayer.class +extend\mj\uitl\CardUtil.class +extend\mj\uitl\Paixing.class +extend\mj\player\rulestate\PROtherWinState.class +extend\mj\EXScore.class +extend\mj\player\state\EXPlayerWaitKongWinState.class +extend\mj\player\state\EXPlayerTipState.class +extend\mj\player\rule\RuleZTWin.class +extend\mj\player\state\EXPlayerOpenKongState$1$1.class +extend\mj\player\rulestate\PRChowState.class +extend\mj\player\state\EXPlayerOpenKongState$1.class +extend\mj\player\state\EXPlayerTianTingTipState.class +extend\mj\tip\Action.class +extend\mj\player\rule\RulePongKong.class +extend\mj\player\rule\RuleChow.class +extend\mj\player\state\EXPlayerKongWinState.class +extend\mj\player\rule\RuleQSWin.class +extend\mj\room\state\EXRoomDealState$1.class +extend\mj\uitl\WinCard.class +extend\mj\player\rulestate\PROtherKongState.class +extend\mj\player\state\EXPlayerHaidiTipState.class +extend\mj\player\rule\RuleHaidi.class +extend\mj\player\rule\RulePong.class +extend\mj\player\rulestate\PRPongState.class +extend\mj\player\rulestate\PRSelfOpenKongState.class +extend\mj\Config.class +extend\mj\player\rule\RulePongOpenKong.class +extend\mj\CardNiao.class +extend\mj\player\rulestate\PRPongKongState.class +extend\mj\tip\Tip.class +extend\mj\tip\IRuleBase.class +extend\mj\player\rule\RuleSelfWin.class +extend\mj\player\state\EXPlayerPiaoNiaoTipState.class +extend\mj\OpenKong.class +extend\mj\room\state\EXRoomDealState$1$1.class +extend\mj\player\state\EXPlayerZTWinTipState.class +extend\mj\EXScore$HUScore.class +extend\mj\player\state\EXPlayerDrawState.class +extend\mj\WinCardType.class +extend\mj\player\state\EXPlayerOpenKongState.class +extend\mj\RoomCard.class +extend\mj\player\state\EXPlayerQSWinTipState.class diff --git a/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..fa1fe61 --- /dev/null +++ b/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,64 @@ +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rulestate\PRPongOpenKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RuleChow.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RuleSelfKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\SettleLog.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\RuleWeight.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RuleOtherKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\QSLog.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\OpCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RuleSelfOpenKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerQSWinTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerTianTingTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerOpenKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerWaitState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RulePongKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RuleOtherOpenKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerZTWinTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RulePongOpenKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rulestate\PRPongKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\OpenKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerHaidiTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\uitl\Paixing.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rulestate\PROtherWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\tip\TipManager.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rulestate\PROtherKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerPiaoNiaoTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\tip\Tip.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rulestate\PRSelfWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RuleQSWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RuleOtherWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rulestate\PROtherOpenKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RuleHaidi.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rulestate\PRPongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\Config.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\EXPlayBack.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RuleZTWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerDrawState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\CardNiao.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\state\EXPlayerWaitKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\uitl\WinCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rulestate\PRSelfOpenKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\WinCardType.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\tip\Action.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rule\RuleSelfWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rulestate\PRChowState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\main\java\extend\mj\player\rulestate\PRSelfKongState.java diff --git a/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..4ccd965 --- /dev/null +++ b/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_mj_changsha\Main.class diff --git a/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..9881684 --- /dev/null +++ b/majiang/changsha/game_mj_cs/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\majiang\changsha\game_mj_cs\src\test\java\game_mj_changsha\Main.java diff --git a/majiang/changsha/game_mj_cs/target/test-classes/game_mj_changsha/Main.class b/majiang/changsha/game_mj_cs/target/test-classes/game_mj_changsha/Main.class new file mode 100644 index 0000000..48f41cc Binary files /dev/null and b/majiang/changsha/game_mj_cs/target/test-classes/game_mj_changsha/Main.class differ diff --git a/majiang/fulushou/game_mj_fulushou/config/game-config.xml b/majiang/fulushou/game_mj_fulushou/config/game-config.xml new file mode 100644 index 0000000..98458c1 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/config/game-config.xml @@ -0,0 +1,11 @@ + + + + + 192.168.1.6 + 192.168.1.6 + 8971 + 8971 + 107 + true + \ No newline at end of file diff --git a/majiang/fulushou/game_mj_fulushou/config/log4j.properties b/majiang/fulushou/game_mj_fulushou/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/majiang/fulushou/game_mj_fulushou/config/taurus-core.xml b/majiang/fulushou/game_mj_fulushou/config/taurus-core.xml new file mode 100644 index 0000000..2219d52 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/majiang/fulushou/game_mj_fulushou/config/taurus-permanent.xml b/majiang/fulushou/game_mj_fulushou/config/taurus-permanent.xml new file mode 100644 index 0000000..856ea37 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 2 + 1 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 80 +
+ + + + extension - test + extend.mj.EXMainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/majiang/fulushou/game_mj_fulushou/pom.xml b/majiang/fulushou/game_mj_fulushou/pom.xml new file mode 100644 index 0000000..c05bcde --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_mj_fulushou + 1.0.0 + jar + + game_mj_fulushou + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game_mj_fulushou + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/CardNiao.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/CardNiao.java new file mode 100644 index 0000000..12b4af9 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/CardNiao.java @@ -0,0 +1,22 @@ +package extend.mj; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class CardNiao { + public int card; + + public int playerId=0; + public int seat = 0; + public int score = 0; + + + public ITObject toMP(){ + ITObject obj = TObject.newInstance(); + obj.putInt("card", card); + obj.putInt("score", score); + obj.putInt("playerId", playerId); + obj.putInt("seat", seat); + return obj; + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/Config.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/Config.java new file mode 100644 index 0000000..9b1b631 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/Config.java @@ -0,0 +1,203 @@ +package extend.mj; + +public class Config { + public static final int XIPAI_SCORE = 10; + public static final int ANCHOU_SCORE = 10; + + public static final String ROOM_CONFIG_CHUIPAI = "chipai"; //吃牌 + public static final String ROOM_CONFIG_DIANPAO = "dianpao"; //接炮胡 + public static final String ROOM_CONFIG_HUNYISE = "hunyise"; //混一色 + public static final String ROOM_CONFIG_QINGYISE = "qingyise"; //清一色 + public static final String ROOM_CONFIG_PENGPENGHU = "pengpenghu"; //碰碰胡 + public static final String ROOM_CONFIG_QIDUI = "qidui"; //七小对 + public static final String ROOM_CONFIG_HAOHUA_QIDUI = "haohua_qidui"; //豪华七小对 + public static final String ROOM_CONFIG_HAOHUA2_QIDUI = "haohua2_qidui"; //双豪华七小对 + public static final String ROOM_CONFIG_HAOHUA3_QIDUI = "haohua3_qidui"; //三豪华七小对 + public static final String ROOM_CONFIG_GANGSHANGKAIHUA_2bei = "gangshangkaihua"; //杠上开花2倍 + public static final String ROOM_CONFIG_GANGSHANGPAO_2bei = "gangshangpao_2bei"; //杠上炮2倍 + public static final String ROOM_CONFIG_SHISHANGYAO = "shishanyao"; //十三幺 + public static final String ROOM_CONFIG_TIANDIHU = "tiandihu"; //天地胡 + public static final String ROOM_CONFIG_SHIBALUOHAN = "shibaluohan"; //十八罗汉 + public static final String ROOM_CONFIG_XIAOSHANYUAN = "xiaoshanyuan"; //小三元 + public static final String ROOM_CONFIG_XIAOSIXI = "xiaosixi"; //小四喜 + public static final String ROOM_CONFIG_DASHANYUAN = "dashanyuan"; //大三元 + public static final String ROOM_CONFIG_DASIXI = "dasixi"; //大四喜 + public static final String ROOM_CONFIG_LOUHU = "louhu"; //漏胡 + public static final String ROOM_CONFIG_GUO_PENG = "guopeng"; //过碰不碰 + public static final String ROOM_CONFIG_GUO_GONG = "guogang"; //过杠不杠 + public static final String ROOM_CONFIG_YAO_JIU = "yao_jiu"; //混幺九 + public static final String ROOM_CONFIG_QING_YAO_JIU = "qing_yao_jiu"; //清幺九 + public static final String ROOM_CONFIG_LAIZI4_HU = "laizi4_hu"; //四鬼胡牌 + public static final String ROOM_CONFIG_LAIZI4_HU_2BEI = "laizi4_hu_2bei"; //四鬼胡牌两倍 + public static final String ROOM_CONFIG_QUAN_FENG = "quan_feng"; //全风 + public static final String ROOM_CONFIG_12ZHANG_LUODI_QUANBAO = "twelve_zhang_luodi_quanbao";//12张落地全包 + public static final String ROOM_CONFIG_QUAN_FENG_SCORE = "quan_qiu_ren"; //全求人 + public static final String ROOM_CONFIG_han19 = "han19"; //含19即可 + public static final String ROOM_CONFIG_ZIYISE = "ziyise"; //字一色 + public static final String ROOM_CONFIG_HAI_DI_NAO_YUE = "haidinaoyue"; //海底捞月 + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + + /** + * 飘分玩法 + */ + public static final String ROOM_CONFIG_PIAO = "piao"; // 0:不嫖 1:热票 2:冷票 3:固定票分 + public static final String ROOM_CONFIG_PIAO_FEN = "piao_fen"; // 固定票分时, 票分 + public static final String ROOM_CONFIG_ZHUANGXIAN = "zhuangxian"; + public static final String ROOM_CONFIG_QIDUI_JIA_FAN = "qidui_jiafan"; //七对2倍 + public static final String ROOM_CONFIG_QIDUI_4BEI = "qidui_4bei"; //七对4倍 + public static final String ROOM_CONFIG_NIAO = "niao"; //0无马 1有马 2爆炸马 3抓马 + public static final String ROOM_CONFIG_NIAO_OPT = "niao_opt"; //爆炸马 0 加分 1 加倍 + public static final String ROOM_CONFIG_MAI_NIAO = "mai_niao"; //0无马 1有马 + public static final String ROOM_CONFIG_MAI_NIAO_OPT = "mai_niao_opt"; //1买一码 2买二马 3罚一码 4罚二马 + public static final String ROOM_CONFIG_WU_FENG = "wu_feng"; + public static final String ROOM_CONFIG_LAIZI = "laizi"; ////0 无鬼 1白板做鬼 2翻鬼(随机一个牌做鬼) 3翻双鬼 4红中做鬼 + + public static final String ROOM_CONFIG_QIANGKONG = "qiangkong"; //可抢杠胡 + public static final String ROOM_CONFIG_QIANGKONG_2BEI = "qiangkong_2bei"; //可抢杠胡2倍 + public static final String ROOM_CONFIG_QIANGKONG_MING = "qiangkong_ming"; //明杠可抢 + public static final String ROOM_CONFIG_QIANGKONG_NIAO = "qiangkong_niao"; + public static final String ROOM_CONFIG_NONEALL = "none_is_all"; + public static final String ROOM_CONFIG_NIAO_SCORE = "niao_score"; + public static final String ROOM_CONFIG_QG_TYPE = "qianggang_type"; //抢杠全包 + public static final String ROOM_CONFIG_GANGBAO_TYPE = "gangbao_type"; //杠爆全包 + public static final String ROOM_CONFIG_JIANGMA = "jiangma"; + public static final String ROOM_CONFIG_HZ_HU = "hz_hu"; + public static final String ROOM_CONFIG_GENGZHUAN = "geng_zhuan"; + public static final String ROOM_CONFIG_JIEJIEGAO = "jiejiegao"; + public static final String ROOM_CONFIG_JIEJIEGAO_FIRST_NO = "jiejiegao_first"; + public static final String ROOM_CONFIG_LIAN_ZHUANG = "lian_zhuang"; + public static final String ROOM_CONFIG_WUGUI_JIABEI = "wuguijiabei"; + public static final String ROOM_CONFIG_NO_WAN = "no_wan"; + public static final String ROOM_CONFIG_MA_GEN_DI_FEN = "ma_gen_di_fen";//马跟底分 + public static final String ROOM_CONFIG_MA_GEN_GONG = "ma_gen_gong";//马跟杠 + public static final String ROOM_CONFIG_LIU_GOU_MA = "liu_gou_ma";//留够马牌 + public static final String ROOM_CONFIG_HUANGZHUANGHUANGGANG = "huangzhuang_huanggang";//荒庄荒杠 + public static final String ROOM_CONFIG_LIUJU_2BEI = "liuju_2bei";//流局翻倍 + public static final String ROOM_CONFIG_DAHU_CHENG = "da_hu_cheng";//大胡相乘 + public static final String ROOM_CONFIG_JIHU_NOTCHIHU = "jihunotchihu"; //鸡胡不能吃胡 + public static final String ROOM_CONFIG_XIAOHU_BEI = "xiaohu_bei"; //小胡的倍数另算 + public static final String ROOM_CONFIG_SPECAIL_ZIMO = "special_zimo"; //潮州特殊自摸 + public static final String ROOM_CONFIG_MUST_HU = "must_hu"; //必胡,必须胡牌,不能过 + public static final String ROOM_CONFIG_10_BEI_BUJIFEN = "10bei_bu_jifen"; //十倍不计分 + public static final String ROOM_CONFIG_10_BEI_FENGDING = "10bei_fengding"; //封顶十倍 + public static final String ROOM_CONFIG_ZI_DONG_HU = "zi_dong_hu"; //自动胡 + public static final String ROOM_CONFIG_USE_BASE_HU_SCORE = "use_base_hu_score"; //使用默认基础胡分 + public static final String ROOM_CONFIG_MENG_QING = "men qing"; //门清 + public static final String ROOM_CONFIG_JIHU_SHI_PINGHU = "ji hu shi ping hu"; //没有鸡胡,统一叫平胡 + + public static final String ROOM_CONFIG_XUAN_ZHUANG = "xuan_zhuang"; // 0:轮庄 1:胡牌庄 + public static final String ROOM_CONFIG_QING_ZUI_HU = "qing_zui_hu"; // 0:亲嘴0胡 1:亲嘴2胡 + public static final String ROOM_CONFIG_GANG_ZHAO_LIU_XI = "gang_zhao_liu_xi"; //杠招6息 bool + public static final String ROOM_CONFIG_SPECIAL_PENG_PENG_HU = "special_peng_peng_hu"; //碰碰胡每个字不少于2个 + public static final String ROOM_CONFIG_FEN_DIEJIA = "fen_diejia"; //算分叠加 + + + + public static final String SETTLE_DIAN_PAO = "dian_pao"; + public static final String SETTLE_JIE_PAO = "jie_pao"; + public static final String SETTLE_ZIMO = "zimo"; + public static final String SETTLE_AN_KONG = "an_kong"; + public static final String SETTLE_MING_KONG = "ming_kong"; + + public static final int MING_GANG_SCORE = 3; + public static final int BU_GANG_SCORE = 1; + public static final int AN_GANG_SCORE = 2; + + + public static final int NIAO_TYPE_WU =0; + public static final int NIAO_TYPE_159 =1; + public static final int NIAO_TYPE_ALL =2; //爆炸马 + public static final int NIAO_TYPE_ZHUAMA =3; + + /** + * + */ + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + /** + * + */ + public static final String GAME_DIS_CARD = "611"; + + /** + * + */ + public static final String GAME_EVT_DISCARD = "812"; + + /** + * + */ + public static final String GAME_EVT_DISCARD_TIP = "813"; + + /** + * + */ + public static final String GAME_EVT_FZTIPS = "814"; + + /** + * + */ + public static final String GAME_ACTION = "612"; + + /** + * + */ + + public static final String GAME_EVT_ACTION = "815"; + + /** + * + */ + public static final String GAME_EVT_HU = "816"; + + /** + * + */ + public static final String GAME_EVT_RESULT1 = "817"; + + /** + * + */ + public static final String GAME_EVT_RESULT2 = "818"; + + /** + * + */ + public static final String GAME_EVT_DRAW = "819"; + + /** + * + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + /** + * + */ + public static final String GAME_EVT_NIAO = "821"; + + /** + * + */ + public static final String GAME_EVT_MAI_NIAO = "20822"; + + /** + * + */ + public static final String GAME_EVT_PIAONIAO_TIP = "833"; + + /** + * + */ + public static final String GAME_PIAO = "1015"; + + /** + * 飘鸟提示 + */ + public static final String GAME_EVT_PIAO_TIP = "2031"; + public static final String GAME_EVT_PIAO = "2032"; + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXActionEvent.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXActionEvent.java new file mode 100644 index 0000000..18229b3 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXActionEvent.java @@ -0,0 +1,19 @@ +package extend.mj; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_START_GAME ="start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_KONG_WIN = "kong_win"; + + public static final String EVENT_OTHER_PAO = "other_pao"; + public static final String EVENT_PIAO= "1015"; +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXGameController.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXGameController.java new file mode 100644 index 0000000..2b62901 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXGameController.java @@ -0,0 +1,576 @@ +package extend.mj; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; +import extend.mj.tip.Tip; +import extend.mj.tip.TipManager; +import extend.mj.uitl.CardUtil; +import extend.mj.uitl.WinCard; + +import java.util.*; +import java.util.Map.Entry; + +/** + * + * + * + * EXGameController.java + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + if(Global.loggerDebug) { + int id = params.getInt("id"); + if(id ==0) { + Global.logger.info(owner + " pass!"); + }else { + TipManager tipMgr =((EXPlayer)owner).tipMgr; + if(tipMgr.tipMap.containsKey(id)) { + Tip tip = tipMgr.tipMap.get(id); + Global.logger.info(owner + " select_action type:"+tip.weight+" card:"+tip.card); + } + } + } + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_PIAO) + public void RouterPiao(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_PIAO, 0, params); + } + + public void changeActiveSeat(EXRoom owner,int activeSeat) { + owner.activeSeat = activeSeat; + TObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void getCard(EXPlayer player,int leftCount){ + ITObject otherParam = new TObject(); + otherParam.putInt("card", 0); + otherParam.putInt("seat", player.room.activeSeat); + otherParam.putInt("left_count", leftCount); + + ITObject param = new TObject(); + param.putInt( "card", player.drawCard ); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.cardInhand.add(player.drawCard); + param.putTArray("card_list", Util.toTArray(player.cardInhand)); + param.putTArray("outcard_list", Util.toTArray(player.outcardList)); + long start_time = System.currentTimeMillis(); + param.putTArray("ting_list", getTingList(player)); + long use_time = System.currentTimeMillis() - start_time; + Global.logger.info("---------------getTingList use time:" + use_time); + player.sendEvent(Config.GAME_EVT_DRAW, param); + if(Global.loggerDebug) { + Global.logger.info(player + " drawcard["+player.drawCard+"]"); + } + player.room.broadCastToClient(player.playerid, Config.GAME_EVT_DRAW, otherParam); + ((EXPlayBack)player.getRoom().playBackData).addGetCardCommand(player.room.activeSeat, player.drawCard,leftCount); + } + + public void outCard(EXPlayer player,int discard){ + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + EXRoom room = player.getRoom(); + ((EXPlayBack)room.playBackData).addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + if (room.isGengZhuang) + { + if (room.bankerSeat == player.seat && player.opCardList.size() == 0 && player.outcardList.size() == 0) + { + if (room.gent_zhuan_nextSeat == 0 && room.first_zhuang_card == 0) + { + room.first_zhuang_card = discard; + room.geng_zhuan_num = 1; + room.gent_zhuan_nextSeat = player.nextSeat; + } + else + { + room.isGengZhuang = false; + } + } + else if (room.gent_zhuan_nextSeat == player.seat && player.opCardList.size() == 0 && player.outcardList.size() == 0 && room.first_zhuang_card == discard) + { + room.geng_zhuan_num += 1; + room.gent_zhuan_nextSeat = player.nextSeat; + if (room.geng_zhuan_num >= room.maxPlayers) + { + if (room.config.getBoolean(Config.ROOM_CONFIG_GENGZHUAN)) + { + EXPlayer bankerPlayer = (EXPlayer)room.playerMapBySeat.get(room.bankerSeat); + for (Entry entry : room.playerMapById.entrySet()) { + EXPlayer otherPlayer = (EXPlayer) entry.getValue(); + if (otherPlayer.playerid != bankerPlayer.playerid) + { + room.addScore(otherPlayer,bankerPlayer, 1, EXScore.GENG_ZHUAN); + } + } + } + room.isGengZhuang = false; + } + } + else + { + room.isGengZhuang = false; + } + } + + player.outcardList.add(discard); + Util.removeCard(player.cardInhand, discard, 1); + if(Global.loggerDebug) { + Global.logger.info(player + " outcard["+discard+"]"); + } + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + + + + public void actionCard(EXPlayer player,int card,int type,int from_seat,ITArray opcardArray){ + EXRoom room = player.getRoom(); + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + int huxi = player.getShowHuXi(true); + paramBroadCast.putInt("hu_xi", huxi); + if(opcardArray!=null){ + paramBroadCast.putTArray("opcard", opcardArray); + } + ITArray result = new TArray(); + for (Entry entry : room.playerMapById.entrySet()) { + EXPlayer __player = (EXPlayer) entry.getValue(); + ITObject __info = new TObject(); + __info.putInt("playerid", __player.playerid); + __info.putTArray("outcard_list", Util.toTArray(__player.outcardList)); + result.addTObject(__info); + } + paramBroadCast.putTArray("outcard_list", result); + + if(Global.loggerDebug) { + Global.logger.info(String.format("%s from_seat:%d card:%d type:%d ", player,from_seat,card,type)); + } + room.broadCastToClient(player.playerid, Config.GAME_EVT_ACTION, paramBroadCast); + + if (type == RuleWeight.TYPE_CHOW || type == RuleWeight.TYPE_PONG) + { + paramBroadCast.putTArray("ting_list", getTingList(player)); + } + + player.sendEvent(Config.GAME_EVT_ACTION, paramBroadCast); + + ((EXPlayBack)room.playBackData).addActionCommand(player.seat, type, card, from_seat,opcardArray); + } + + public void dealCard(EXRoom owner) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + player.cardInhand = owner.card.deal(); + Collections.sort(player.cardInhand); + if(Global.loggerDebug) { + Global.logger.info(player + " cardlist:" + player.cardInhand); + } + if (owner.config.getInt(Config.ROOM_CONFIG_MAI_NIAO) == 1) + { + int maiNiaoOpt = owner.config.getInt(Config.ROOM_CONFIG_MAI_NIAO_OPT); + //买一马 + if (maiNiaoOpt == 1) + { + CardNiao niao = new CardNiao(); + niao.playerId = player.playerid; + niao.seat = player.seat; + niao.card = owner.card.pop(); + niao.score = 0; + player.mai_niao.add(niao); + } + //买二马 + else if (maiNiaoOpt == 2) + { + for(int i = 0; i < 2; i++) + { + CardNiao niao = new CardNiao(); + niao.playerId = player.playerid; + niao.seat = player.seat; + niao.card = owner.card.pop(); + niao.score = 0; + player.mai_niao.add(niao); + } + } + //罚一马 + else if (maiNiaoOpt == 3) + { + if (player.seat == owner.bankerSeat) + { + CardNiao niao = new CardNiao(); + niao.playerId = player.playerid; + niao.seat = player.seat; + niao.card = owner.card.pop(); + niao.score = 0; + player.mai_niao.add(niao); + } + } + //罚二马 + else if (maiNiaoOpt == 4) + { + if (player.seat == owner.bankerSeat) + { + for(int i = 0; i < 2; i++) + { + CardNiao niao = new CardNiao(); + niao.playerId = player.playerid; + niao.seat = player.seat; + niao.card = owner.card.pop(); + niao.score = 0; + player.mai_niao.add(niao); + } + } + } + } + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + param.putInt("laiziCard", owner.card.laiziCard); + param.putInt("laiziCard2", owner.card.laiziCard2); + param.putInt("laiziCardBefore", owner.card.laiziCardBefore); + param.putInt("laiziCard2Before", owner.card.laiziCard2Before); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + } + + public void winEvent(EXPlayer owner,int from_seat,int win_card) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("win_card", win_card); + param.putInt("from_seat", from_seat); + ITArray array = CardUtil.toMPData_WinMap(owner.winMap); + if (array != null) { + param.putTArray("win_list", array); + } + if(Global.loggerDebug) { + Global.logger.info(owner + " hupai!["+(owner.seat == from_seat?"self":"other")+"]"); + } + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + ((EXPlayBack)room.playBackData).addWinCardCommand(owner.seat, false); + } + + public void sendNiaoEvt(EXPlayer owner, int seat) { + EXRoom room = owner.getRoom(); + ITObject param = new TObject(); +// param.putInt("playerid", owner.playerid); + ITArray array = new TArray(); + for (int index = 0; index < room.niao.size(); index++) { + array.addTObject(room.niao.get(index).toMP()); + } + param.putTArray("niao", array); + param.putInt("start_seat", seat); + + room.broadCastToClient(0, Config.GAME_EVT_NIAO, param); + ((EXPlayBack)room.playBackData).addNiaoCommand(owner.seat, param); + } + + public void sendMaiNiaoEvt(EXPlayer owner, int seat) { + EXRoom room = owner.getRoom(); + ITObject param = new TObject(); + ITArray array = new TArray(); + for (Entry entry : room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + for (int index = 0; index < player.mai_niao.size(); index++) { + array.addTObject(player.mai_niao.get(index).toMP()); + } + } + + param.putTArray("mai_niao", array); + param.putInt("start_seat", seat); + + room.broadCastToClient(0, Config.GAME_EVT_MAI_NIAO, param); + ((EXPlayBack)room.playBackData).addMaiNiaoCommand(owner.seat, param); + } + + /** + * Ʊ����ʾ + * @param owner + */ + public void piaoNiaoTipEvent(EXPlayer owner) { + owner.sendEvent(Config.GAME_EVT_PIAONIAO_TIP, null); + } + + private ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + mp.putInt("xipai_score", owner.xi_pai_score); + mp.putInt("anchou_score", owner.an_chou_score); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray niao = new TArray(); + for (int index = 0; index < owner.niao.size(); index++) { + niao.addTObject(owner.niao.get(index).toMP()); + } + mp.putTArray("niao", niao); + mp.putTArray("left_card", Util.toTArray(owner.card.cardList)); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putInt("piao", player.piao); + param.putBoolean("is_win", player.winer == 1); + param.putInt("hu_score", player.score.round_log.get(EXScore.WIN)); + param.putInt("niao_score", player.score.round_log.get(EXScore.NIAO)); + param.putInt("gang_score", player.score.round_log.get(EXScore.KONG)); + param.putInt("piao_niao_score", player.score.round_log.get(EXScore.PIAO_NIAO)); + param.putInt("geng_zhuan", player.score.round_log.get(EXScore.GENG_ZHUAN)); + param.putInt("ma_geng_gong", player.score.round_log.get(EXScore.MA_GENG_GONG)); + if ((owner.config.getBoolean(Config.ROOM_CONFIG_JIEJIEGAO) || owner.config.getBoolean(Config.ROOM_CONFIG_LIAN_ZHUANG)) && player.repeat_win > 0) + { + param.putInt("repeat_win", player.repeat_win); + } + else + { + param.putInt("repeat_win", 0); + } + + param.putInt("mai_niao_score", player.score.round_log.get(EXScore.MAI_NIAO)); + player.hp_info(param); + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + ITArray array = CardUtil.toMPData_WinMap(player.winMap); + if (array != null) { + param.putTArray("win_list", array); + } + ITArray mai_niao = new TArray(); + for (int index = 0; index < player.mai_niao.size(); index++) { + mai_niao.addTObject(player.mai_niao.get(index).toMP()); + } + param.putTArray("mai_niao", mai_niao); + param.putInt("ming_gang_num", player.ming_gang_num); + param.putInt("an_gang_num", player.an_gang_num); + param.putInt("dian_gang_num", player.dian_gang_num); + ITArray opCardList = TArray.newInstance(); + + for (OpCard opCard : player.opCardList) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("card", opCard.card); + if(opCard.opCard!=null) { + obj.putTArray("opcard", opCard.opCard); + } + opCardList.addTObject(obj); + } + param.putTArray("opCardList", opCardList); + + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putTObject("settle_log", player.settleLog.toTObject()); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss?2:1); + if(!dissmiss) { + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + + } + + /** + * 票鸟提示 + * @param owner + */ + public void piaoTipEvent(EXPlayer owner,int reload) { + ITObject response = new TObject(); + response.putInt("piao", owner.room.config.getInt(Config.ROOM_CONFIG_PIAO)); + response.putInt("last_piao", owner.last_piao); + response.putInt("last_winer", owner.last_winer); + response.putInt("reload", reload); + owner.sendEvent(Config.GAME_EVT_PIAO_TIP, response); + } + + /** + * 票鸟事件 + * @param owner + */ + public void piaoEvent(EXPlayer owner) { + if(owner.piao==-1)return; + + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("piao", owner.piao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAO, param); + } + + public boolean isTingPai(EXPlayer player, int drawCard, List delPai, List opCards) + { + EXRoom room = player.getRoom(); + + List tempList = new ArrayList(); + for (int index = 1; index <= 8; index++) { + tempList.add(100*index + 1); + tempList.add(100*index + 2); + tempList.add(100*index + 3); + } + HashMap map = new HashMap(); + List tempCardList = new ArrayList(); + tempCardList.addAll(player.cardInhand); + if (drawCard > 0) + { + Util.removeCard(tempCardList, drawCard, 1); + } + if (delPai != null) + { + for(int i = 0; i < delPai.size(); i++) + { + Util.removeCard(tempCardList, delPai.get(i), 1); + } + } + + for(int j = 0; j < tempList.size(); j++) + { + int laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI); + map.clear(); + WinCard win = new WinCard(tempCardList, tempList.get(j), room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true, true); + if (win.checkWinOpList(map, player, opCards, room, true)) { + return true; + } + } + + return false; + } + + public ITArray getTingList(EXPlayer player) + { + EXRoom room = player.getRoom(); + + Map cardMap = new HashMap<>(); + List tempList = new ArrayList(); + for (int index = 1; index <= 8; index++) { + tempList.add(100*index + 1); + tempList.add(100*index + 2); + tempList.add(100*index + 3); + } + HashMap map = new HashMap(); + + for(int i = 0; i < player.cardInhand.size(); i++) + { + int tempCard = player.cardInhand.get(i); + if (player.getRoom().isLaizi(tempCard)) + { + continue; + } + + List tempCardList = new ArrayList(); + tempCardList.addAll(player.cardInhand); + Util.removeCard(tempCardList, tempCard, 1); + + for(int j = 0; j < tempList.size(); j++) + { + int laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI); + map.clear(); + WinCard win = new WinCard(tempCardList, tempList.get(j), room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true, true); + if (win.checkWin(map, player, room, true)) { + if (!cardMap.containsKey(tempCard)) + { + ITArray cardMapList = new TArray(); + cardMapList.addInt(tempList.get(j)); + cardMap.put(tempCard, cardMapList); + } + else + { + ITArray cardMapList = cardMap.get(tempCard); + cardMapList.addInt(tempList.get(j)); + } + } + } + } + + ITArray array = TArray.newInstance(); + for (Map.Entry entry : cardMap.entrySet()) { + ITObject obj = TObject.newInstance(); + obj.putInt("card", entry.getKey()); + obj.putTArray("value", entry.getValue()); + Global.logger.info("del card:"+entry.getKey()+" hu card:"+ entry.getValue().toJson()); + array.addTObject(obj); + } + + return array; + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXMainServer.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXMainServer.java new file mode 100644 index 0000000..f3a586a --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXMainServer.java @@ -0,0 +1,99 @@ +package extend.mj; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.mj.player.rulestate.*; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDiscardState; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerKongDrawState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.player.state.EXPlayerWaitState; +import extend.mj.room.state.EXRoomDealState; +import extend.mj.room.state.EXRoomPiaoState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.room.state.EXRoomStartGameState; + +/** + * + * + * EXMainServer.java + */ +public class EXMainServer extends MainServer{ + + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController)Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + Global.registerState(EXRoomPiaoState.class, new EXRoomPiaoState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerKongDrawState.class, new EXPlayerKongDrawState()); + + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + Global.registerState(EXPlayerWaitKongWinState.class, new EXPlayerWaitKongWinState()); + Global.registerState(EXPlayerKongWinState.class, new EXPlayerKongWinState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + + Global.registerState(PROtherKongState.class, new PROtherKongState()); + Global.registerState(PROtherWinState.class, new PROtherWinState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRChowState.class, new PRChowState()); + Global.registerState(PRSelfKongState.class, new PRSelfKongState()); + Global.registerState(PRSelfWinState.class, new PRSelfWinState()); + Global.registerState(PROtherGongSelfWinState.class, new PROtherGongSelfWinState()); + + + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXPlayBack.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXPlayBack.java new file mode 100644 index 0000000..4349aa8 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXPlayBack.java @@ -0,0 +1,71 @@ +package extend.mj; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class EXPlayBack extends BasePlayBack{ + + + public EXPlayBack(EXRoom room){ + super(room); + info.putInt("left_card", room.card.getCount()); + } + + protected ITObject getPlayerInfo(Player player) { + ITObject obj =super.getPlayerInfo(player); + EXPlayer p = (EXPlayer)player; + ITArray cardInhand = Util.toTArray(p.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + obj.putInt("piao", p.piao); + return obj; + } + + public void addGetCardCommand(int seat,int card,int left_count){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard",seat,data); + } + + + public void addOutCardCommand(int seat,int card){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard",seat,data); + } + + public void addOutCardKongCommand(int seat,ITArray card){ + ITObject data = TObject.newInstance(); + data.putTArray("cardList", card); + addCommand("OutCardKong",seat,data); + } + + public void addActionCommand(int seat,int type,int card,int from_seat,ITArray opcardArray){ + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + if(opcardArray!=null) + cmdData.putTArray("opcard", opcardArray); + addCommand("Action",seat,cmdData); + } + + public void addWinCardCommand(int seat,boolean zimo){ + ITObject cmdData = TObject.newInstance(); + addCommand("Win",seat,cmdData); + } + + public void addNiaoCommand(int seat,ITObject param){ + addCommand("Niao",seat,param); + } + + public void addMaiNiaoCommand(int seat,ITObject param){ + addCommand("Mai_Niao",seat,param); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXPlayer.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXPlayer.java new file mode 100644 index 0000000..9fd0061 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXPlayer.java @@ -0,0 +1,262 @@ +package extend.mj; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.mj.tip.TipManager; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * + * + * + * 2017��8��30�� + * EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + + // ������ + public List outcardList; + + public ITArray opCard; + + public List pongGroup; + public List kongGroup; + public List selfKongGroup; + public List opCardList; + + public int drawCard = 0; + public int winCard = 0; + + public TipManager tipMgr; + + public SettleLog settleLog; + + /** + * ©�� + */ + public boolean louhu = false; + + /** + * ǿ�Ƽ����� + */ + public boolean forceCheckWin = false; + /** + * 0 С�� 1 ���ܺ� + */ + public int winType = 0; + + /** + * 0 无 1 胡 2 输 + */ + public int last_winer = 0; + + public List notPongKongList = new ArrayList<>(); + public List notPongList = new ArrayList<>(); + + public int niaoCount; + + public int repeat_win; + + public Map winMap; + + public int niao_score; + + public int hu_score; + + public int di_score; + + public ArrayList mai_niao; + + public int ming_gang_num = 0; + public int an_gang_num = 0; + public int dian_gang_num = 0; + + public boolean tinghu10bei = false; + + public boolean gangshangpao = false; + + public int piao = -1; + public int last_piao = -1; + + public boolean is_gang = false; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + + pongGroup = new ArrayList<>(); + kongGroup = new ArrayList<>(); + selfKongGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + + opCard = new TArray(); + + tipMgr = new TipManager(this); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_DIAN_PAO, 0); + settleLog.put(Config.SETTLE_JIE_PAO, 0); + settleLog.put(Config.SETTLE_ZIMO, 0); + settleLog.put(Config.SETTLE_AN_KONG, 0); + settleLog.put(Config.SETTLE_MING_KONG, 0); + + repeat_win = -1; + niao_score = 2; + hu_score = 0; + di_score = 0; + + ming_gang_num = 0; + an_gang_num = 0; + dian_gang_num = 0; + + last_winer = 0; + + tinghu10bei = false; + gangshangpao = false; + is_gang = false; + + this.mai_niao = new ArrayList(); + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("card_count", cardInhand.size()); + playerData.putInt("score", score.total_score); + playerData.putInt("piao", this.piao); + playerData.putInt("last_piao", this.last_piao); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card", opcard.card); + if(opcard.opCard!=null) { + opcardParam.putTArray("opcard", opcard.opCard); + } + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + + return playerData; + } + + public void clear() { + super.clear(); + this.cardInhand.clear(); + this.notPongKongList.clear(); + this.notPongList.clear(); + this.winer = 0; + this.louhu = false; + this.outcardList.clear(); + this.drawCard = 0; + this.kongGroup.clear(); + this.pongGroup.clear(); + this.selfKongGroup.clear(); + this.opCardList.clear(); + this.score.resetRound(); + this.niaoCount = 0; + this.winMap = null; + this.niao_score = 2; + this.hu_score = 0; + this.di_score = 0; + this.mai_niao.clear(); + this.ming_gang_num = 0; + this.an_gang_num = 0; + this.dian_gang_num = 0; + this.tinghu10bei = false; + this.piao = -1; + this.is_gang = false; + } + + public int getShowHuXi(boolean self) { + int huXi = 0; + for (OpCard opCard : this.opCardList) { + /*if (!self) { + if (opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI) { + continue; + } + } else {*/ + if (opCard.type == RuleWeight.TYPE_CHOW) { + huXi += 4; + } + if (opCard.type == RuleWeight.TYPE_PONG) { + if (IsShangFu(opCard.card)) + { + huXi += 3 * 4; + } + else { + huXi += 2; + } + } + if(opCard.type == RuleWeight.TYPE_KONG){ + if (room.config.getBoolean(Config.ROOM_CONFIG_GANG_ZHAO_LIU_XI)) { + huXi += 6; + }else{ + huXi += 4; + } + } + if(opCard.type == RuleWeight.TYPE_SELF_KONG){ + if (room.config.getBoolean(Config.ROOM_CONFIG_GANG_ZHAO_LIU_XI)) { + huXi += 6; + }else{ + huXi += 4; + } + } + if(opCard.type == RuleWeight.TYPE_ZHAO){ + if (room.config.getBoolean(Config.ROOM_CONFIG_GANG_ZHAO_LIU_XI)) { + huXi += 6; + }else{ + huXi += 4; + } + } + if(opCard.type == RuleWeight.TYPE_SELF_ZHAO){ + if (room.config.getBoolean(Config.ROOM_CONFIG_GANG_ZHAO_LIU_XI)) { + huXi += 6; + }else{ + huXi += 4; + } + } + + } + return huXi; + } + public boolean IsShangFu(int card) + { + if (card == 101 || card == 801) + { + return true; + } + return false; + } + + + public EXRoom getRoom() { + return (EXRoom) room; + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXRoom.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXRoom.java new file mode 100644 index 0000000..eb49257 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXRoom.java @@ -0,0 +1,790 @@ +package extend.mj; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.tip.Action; +import extend.mj.tip.TipManager; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +public class EXRoom extends Room { + + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + public int activeCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winCount = 0; + public boolean liuju = false; + public boolean last_liuju = false; + + public ArrayList niao; + + public int piaoNiaoCount; + public int adminSeat = 0; + public int lastWinPlayerId = 0; + public boolean isGengZhuang = false; + public int first_zhuang_card = 0; + public int geng_zhuan_num = 0; + public int gent_zhuan_nextSeat = 0; + /* + * 上一次庄家座位号 + */ + public int lastBankerSeat = 0; + public int piaoCount = 0; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.niao = new ArrayList(); + + if (!this.config.containsKey(Config.ROOM_CONFIG_DIANPAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DIANPAO, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HUNYISE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HUNYISE, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QINGYISE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QINGYISE, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_PENGPENGHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_PENGPENGHU, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAOHUA_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAOHUA_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAOHUA2_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAOHUA2_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAOHUA3_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAOHUA3_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_GANGSHANGKAIHUA_2bei)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GANGSHANGKAIHUA_2bei, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_SHISHANGYAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_SHISHANGYAO, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_TIANDIHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_TIANDIHU, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_SHIBALUOHAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_SHIBALUOHAN, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_XIAOSHANYUAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIAOSHANYUAN, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_DASHANYUAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DASHANYUAN, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_DASIXI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DASIXI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_XIAOSIXI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIAOSIXI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_LOUHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LOUHU, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_GUO_PENG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GUO_PENG, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_GUO_GONG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GUO_GONG, false); + } + + this.config.putBoolean(Config.ROOM_CONFIG_NONEALL, false); + this.config.putBoolean(Config.ROOM_CONFIG_ZHUANGXIAN, false); + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG_NIAO, true); + + //可抢杠胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_QIANGKONG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG, false); + } + + //可抢杠胡2倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_QIANGKONG_2BEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG_2BEI, false); + } + + //明杠可抢 + if (!this.config.containsKey(Config.ROOM_CONFIG_QIANGKONG_MING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG_MING, false); + } + + //抢杠全包 + if (!this.config.containsKey(Config.ROOM_CONFIG_QG_TYPE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QG_TYPE, false); + } + + //杠爆全包 + if (!this.config.containsKey(Config.ROOM_CONFIG_GANGBAO_TYPE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GANGBAO_TYPE, false); + } + + this.config.putBoolean(Config.ROOM_CONFIG_HZ_HU, false); + + if (!this.config.containsKey(Config.ROOM_CONFIG_GENGZHUAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GENGZHUAN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_JIEJIEGAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_JIEJIEGAO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_JIEJIEGAO_FIRST_NO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_JIEJIEGAO_FIRST_NO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_LIAN_ZHUANG)) { + this.config.putBoolean(Config.ROOM_CONFIG_LIAN_ZHUANG, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_WUGUI_JIABEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NO_WAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_NO_WAN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QIDUI_4BEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIDUI_4BEI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_MA_GEN_GONG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_MA_GEN_GONG, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_WU_FENG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_WU_FENG, false); + } + + ////幺九 + if (!this.config.containsKey(Config.ROOM_CONFIG_YAO_JIU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_YAO_JIU, false); + } + + //清幺九 + if (!this.config.containsKey(Config.ROOM_CONFIG_QING_YAO_JIU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QING_YAO_JIU, false); + } + + //有没有癞子 + if (!this.config.containsKey(Config.ROOM_CONFIG_LAIZI)) + { + this.config.putInt(Config.ROOM_CONFIG_LAIZI, 0); + } + + //四鬼胡牌 + if (!this.config.containsKey(Config.ROOM_CONFIG_LAIZI4_HU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LAIZI4_HU, false); + } + + //四鬼胡牌两倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_LAIZI4_HU_2BEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LAIZI4_HU_2BEI, false); + } + + //全风 + if (!this.config.containsKey(Config.ROOM_CONFIG_QUAN_FENG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QUAN_FENG, false); + } + + ////12张落地全包 + if (!this.config.containsKey(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO, false); + } + + ////留够马牌 + if (!this.config.containsKey(Config.ROOM_CONFIG_LIU_GOU_MA)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LIU_GOU_MA, false); + } + + //全求人 + if (!this.config.containsKey(Config.ROOM_CONFIG_QUAN_FENG_SCORE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QUAN_FENG_SCORE, false); + } + + // ROOM_CONFIG_han19 = "han19"; //含19即可 + if (!this.config.containsKey(Config.ROOM_CONFIG_han19)) + { + this.config.putBoolean(Config.ROOM_CONFIG_han19, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ZIYISE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_ZIYISE, false); + } + + + //大胡相乘 + if (!this.config.containsKey(Config.ROOM_CONFIG_DAHU_CHENG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DAHU_CHENG, false); + } + + //鸡胡不能吃胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_JIHU_NOTCHIHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_JIHU_NOTCHIHU, false); + } + + //小胡的倍数另算 + if (!this.config.containsKey(Config.ROOM_CONFIG_XIAOHU_BEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIAOHU_BEI, false); + } + + //流局两倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_LIUJU_2BEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LIUJU_2BEI, false); + } + + //荒庄荒杠 + if (!this.config.containsKey(Config.ROOM_CONFIG_HUANGZHUANGHUANGGANG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HUANGZHUANGHUANGGANG, false); + } + + //潮州特殊自摸 + if (!this.config.containsKey(Config.ROOM_CONFIG_SPECAIL_ZIMO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_SPECAIL_ZIMO, false); + } + + //必胡,必须胡牌,不能过 + if (!this.config.containsKey(Config.ROOM_CONFIG_MUST_HU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_MUST_HU, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_LIU_GOU_MA)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LIU_GOU_MA, false); + } + + //买马,提前预定马,猜谁胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_MAI_NIAO)) + { + this.config.putInt(Config.ROOM_CONFIG_MAI_NIAO, 0); + } + + //买马值 + if (!this.config.containsKey(Config.ROOM_CONFIG_MAI_NIAO_OPT)) + { + this.config.putInt(Config.ROOM_CONFIG_MAI_NIAO_OPT, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_MA_GEN_DI_FEN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_MA_GEN_DI_FEN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAO)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAO, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAO_OPT)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAO_OPT, 0); + } + + //10倍不计分 + if (!this.config.containsKey(Config.ROOM_CONFIG_10_BEI_BUJIFEN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_10_BEI_BUJIFEN, false); + } + + //封顶十倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_10_BEI_FENGDING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_10_BEI_FENGDING, false); + } + + //自动胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_ZI_DONG_HU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_ZI_DONG_HU, false); + } + + //海底捞月 + //自动胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_HAI_DI_NAO_YUE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAI_DI_NAO_YUE, false); + } + + ////使用默认基础胡分 + if (!this.config.containsKey(Config.ROOM_CONFIG_USE_BASE_HU_SCORE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_USE_BASE_HU_SCORE, false); + } + + //门清 + if (!this.config.containsKey(Config.ROOM_CONFIG_MENG_QING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_MENG_QING, false); + } + + //没有鸡胡,统一叫平胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU, false); + } + + //杠上炮2倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_GANGSHANGPAO_2bei)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GANGSHANGPAO_2bei, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_CHUIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_CHUIPAI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO)) + { + this.config.putInt(Config.ROOM_CONFIG_PIAO, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_FEN)) + { + this.config.putInt(Config.ROOM_CONFIG_PIAO_FEN, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XUAN_ZHUANG)) + { + this.config.putInt(Config.ROOM_CONFIG_XUAN_ZHUANG, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QING_ZUI_HU)) + { + this.config.putInt(Config.ROOM_CONFIG_QING_ZUI_HU, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_GANG_ZHAO_LIU_XI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QING_ZUI_HU, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_SPECIAL_PENG_PENG_HU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_SPECIAL_PENG_PENG_HU, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_FEN_DIEJIA)) + { + this.config.putInt(Config.ROOM_CONFIG_FEN_DIEJIA, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + this.isEntrust=true; + this.adminSeat = 0; + this.lastWinPlayerId =0; + + this.first_zhuang_card = 0; + this.geng_zhuan_num = 0; + this.gent_zhuan_nextSeat = 0; + + if (this.config.getBoolean(Config.ROOM_CONFIG_GENGZHUAN)) + { + this.isGengZhuang = true; + } + + this.lastBankerSeat = 0; + this.last_liuju = false; + + //初始化房间的特殊参数 + WinCardType.InitRoomSpecialConfig(this); + } + + public boolean isLiuJu() + { + if (card.cardList.size() == 0) + { + return true; + } + + return false; + } + + public void endGameByLiuJu() + { + if (config.getBoolean(Config.ROOM_CONFIG_HUANGZHUANGHUANGGANG)) + { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + int score = player.score.round_log.get(EXScore.KONG); + player.score.round_score -= score; + player.score.total_score -= score; + player.score.round_log.put(EXScore.KONG, 0); + } + } + liuju = true; + clear_repeatwin(); + + endGame(); + } + + public void endGame() + { + last_liuju = liuju; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer != 1) + { + player.last_winer = 0; + player.repeat_win = -1; + } + else + { + player.last_winer = 1; + } + } + super.endGame(); + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + + checkAction(); + } + + public boolean isLaizi(int card) { + return this.card.isLaizi(card); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + activePlayer.stateMachine.toNextState(); + } else { + + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + + } + + /** + * 获取房间信息 + * + * @return + */ + public ITObject getRoomInfo() { + ITObject data = super.getRoomInfo(); + if (data != null) + { + data.putInt("laiziCard", this.card.laiziCard); + data.putInt("laiziCard2", this.card.laiziCard2); + data.putInt("laiziCardBefore", this.card.laiziCardBefore); + data.putInt("laiziCard2Before", this.card.laiziCard2Before); + } + + return data; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + return data; + } + + public void addScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score, int type) { + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + if(type == EXScore.WIN) { + if (zhuangxian) { + if (destPlayer.seat == this.bankerSeat || fromPlayer.seat == this.bankerSeat) { + score += 1; + } + } + } + + if (type == EXScore.WIN || type == EXScore.NIAO) + { + if (fromPlayer.tinghu10bei) + { + return; + } + } + + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + + } + + public void addMaGengGongScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + this.addScore(destPlayer, fromPlayer, score, EXScore.MA_GENG_GONG); + } + + public void addAllMaGengGongScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addMaGengGongScore(destPlayer, fromPlayer, score); + } + } + + public int GetGongScore(EXPlayer destPlayer) + { + return destPlayer.score.round_log.get(EXScore.KONG); + } + + public void addAllScore(EXPlayer destPlayer, int socre, int type) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + this.addScore(destPlayer, fromPlayer, socre, type); + } + } + + public void addMaiNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + this.addScore(destPlayer, fromPlayer, score, EXScore.MAI_NIAO); + } + + public void addAllMaiNiaoScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addMaiNiaoScore(destPlayer, fromPlayer, score); + } + } + + public void addNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + this.addScore(destPlayer, fromPlayer, score, EXScore.NIAO); + } + + public void addAllNiaoScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addNiaoScore(destPlayer, fromPlayer, score); + } + } + + public void addPiaoNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer) { + int piao_niao = this.config.getInt(Config.ROOM_CONFIG_PIAO); //0:热票 1:冷票 2:不嫖 3:固定票分 + if(piao_niao == 0)return; + this.addScore(destPlayer, fromPlayer,destPlayer.piao + fromPlayer.piao, EXScore.PIAO_NIAO); + } + + public void addAllPiaoNiaoScore(EXPlayer destPlayer) { + int piao_niao = this.config.getInt(Config.ROOM_CONFIG_PIAO); //0:不嫖 1:冷票 2: 3:固定票分 + if(piao_niao == 0)return; + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addPiaoNiaoScore(destPlayer,fromPlayer); + } + } + + public void handle_repeatwin(EXPlayer owner) + { + if (owner.last_winer == 1) + { + owner.repeat_win += 1; + } + else + { + owner.repeat_win += 1; + } + } + + public void clear_repeatwin() + { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.repeat_win = -1; + player.last_winer = 0; + } + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void clear() { + super.clear(); + + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.winCount = this.piaoNiaoCount = 0; + this.niao.clear(); + + this.isGengZhuang = false; + this.first_zhuang_card = 0; + this.geng_zhuan_num = 0; + this.gent_zhuan_nextSeat = 0; + if (this.config.getBoolean(Config.ROOM_CONFIG_GENGZHUAN)) + { + this.isGengZhuang = true; + } + this.lastBankerSeat = 0; + } + + public void winCallback(EXPlayer owner, int card) { + this.endGame(); + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXScore.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXScore.java new file mode 100644 index 0000000..91596ad --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/EXScore.java @@ -0,0 +1,29 @@ +package extend.mj; + +import com.game.data.Score; + + +public class EXScore extends Score{ + public static final int WIN = 1; + public static final int KONG = 2; + public static final int NIAO = 3; + public static final int PIAO_NIAO = 4; + public static final int GENG_ZHUAN = 5; + public static final int MA_GENG_GONG = 6; + public static final int MAI_NIAO = 7; + + public EXScore(EXPlayer owner){ + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(KONG, 0); + this.round_log.put(NIAO, 0); + this.round_log.put(PIAO_NIAO, 0); + this.round_log.put(GENG_ZHUAN, 0); + this.round_log.put(MA_GENG_GONG, 0); + this.round_log.put(MAI_NIAO, 0); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/OpCard.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/OpCard.java new file mode 100644 index 0000000..a71c560 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/OpCard.java @@ -0,0 +1,23 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; + +public class OpCard { + public int type; + public int card; + public int card_seat; + public ITArray opCard; + public int huXi; + + public OpCard(int type, int card) { + this.type = type; + this.card = card; + this.card_seat = 0; + } + + public OpCard(int type, int card, int card_seat) { + this.type = type; + this.card = card; + this.card_seat = card_seat; + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/PlayerRuleManager.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/PlayerRuleManager.java new file mode 100644 index 0000000..edb6259 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/PlayerRuleManager.java @@ -0,0 +1,108 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.mj.player.rule.*; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerTipState; +import extend.mj.tip.IRuleBase; + +/** + * ����������� + * + * + * + * 2017��9��19�� PlayerRuleManager.java + */ +public class PlayerRuleManager { + + /** + * ����ץ�� + */ + public static final int DRAW_RULE = 1; + + /** + * ���˳��� + */ + public static final int OTHER_DISCARD_RULE = 2; + /** + * ���ܺ����� + */ + public static final int KONG_HU_RULE = 3; + /** + * �������Ժ���ƹ��� + */ + public static final int CHOW_PONG_DISCARD_RULE = 7; + + public static final int KONG_DRAW_RULE = 8; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.KONG_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.KONG_HU_RULE, (EXPlayerKongWinState) Global.getState(EXPlayerKongWinState.class)); + tipMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, (EXPlayerDrawTipState) Global.getState(EXPlayerDrawTipState.class)); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleSelfKong()); + //drawRuleList.add(new RulePongKong()); + drawRuleList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List kongDrawRuleList = new ArrayList(); + kongDrawRuleList.add(new RuleSelfKong()); + //kongDrawRuleList.add(new RulePongKong()); + kongDrawRuleList.add(new RuleOtherKongSelfWin()); + ruleMap.put(PlayerRuleManager.KONG_DRAW_RULE, kongDrawRuleList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleOtherKong()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleChow()); + otherDiscardList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, otherDiscardList); + + List konghuList = new ArrayList(); + ruleMap.put(PlayerRuleManager.KONG_HU_RULE, konghuList); + + List cpDiscardRuleList = new ArrayList(); + cpDiscardRuleList.add(new RuleSelfKong()); + //cpDiscardRuleList.add(new RulePongKong()); + ruleMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, cpDiscardRuleList); + + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/RoomCard.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/RoomCard.java new file mode 100644 index 0000000..e1f909a --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/RoomCard.java @@ -0,0 +1,139 @@ +package extend.mj; + +import com.game.Global; +import com.game.Util; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.List; + + +public class RoomCard { + public List cardList; + EXRoom room; + public ArrayList subCardList; + public Integer laiziCard; + public Integer laiziCard2; + public Integer laiziCardBefore; + public Integer laiziCard2Before; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + subCardList = new ArrayList<>(); + this.room = table; + laiziCard = 0; + laiziCard2 = 0; + laiziCardBefore = 0; + laiziCard2Before = 0; + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + } + + private void initCard() { + for (int index = 1; index <= 8; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100*index + 1); + this.cardList.add(100*index + 2); + this.cardList.add(100*index + 3); + } + this.cardList.add(100*index + 4); + } + } + + private void initCard2() { + List list = Arrays.asList(101, 101, 101, 202, 204, 302, 302, 304, 402, 403, 502, 502, 504, 801, 701, 701, 701); + List list2 = Arrays.asList(101, 101, 101, 802, 202, 204, 302, 302, 304, 402, 403, 502, 502, 504, 801, 701, 701, 701); + List list3 = Arrays.asList(701,202, 202, 203, 301,302, 303, 303, 304, 501, 502, 501, 502, 601, 602, 802); + + this.cardList.addAll(list); + this.cardList.addAll(list2); + this.cardList.addAll(list3); + } + + private void shuffle() { + Collections.shuffle(this.cardList); + } + + public boolean isLaizi(int card) + { + return false; + } + + public void reInitCards(List cards) { + //从底牌移除 + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } + } + +// public int pop() { +// +// if (this.cardList.size() == 0) { +// this.room.bankerSeat = this.room.activeSeat; +//// this.room.roundSettle(); +// } +// +// int card = this.cardList.remove(0); +// +// return card; +// +// } + + public int pop() { + Global.logger.info("pop cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + card = this.subCardList.remove(0); + }else { + this.room.bankerSeat = this.room.activeSeat; + } + }else { + card = this.cardList.remove(0); + } + return card; + + } + + public int popsub() { + Global.logger.info("pop sub cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.subCardList.size() == 0) { + if (this.cardList.size() == 0) { + this.room.bankerSeat = this.room.activeSeat; + }else { + card = this.cardList.remove(0); + } + }else { + card = this.subCardList.remove(0); + } + return card; + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + public List deal() { + List dealCards = new ArrayList(); + + for (int index = 0; index < 18; index++) { + dealCards.add(this.pop()); + } + + return dealCards; + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/RuleWeight.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/RuleWeight.java new file mode 100644 index 0000000..a8e33f7 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/RuleWeight.java @@ -0,0 +1,22 @@ +package extend.mj; + +public class RuleWeight { + public final static int CHOW = 0b00001; + public final static int PONG = 0b00010; + public final static int ZHAO = 0b00100; + public final static int SELFZHAO = 0b00100; + public final static int KONG = 0b01000; + public final static int SELFKONG = 0b01000; + public final static int WIN = 0b10000; + public final static int SELF_WIN = 0b100000; + + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KONG = 3; + public final static int TYPE_SELF_KONG = 4; + public final static int TYPE_ZHAO = 5; + public final static int TYPE_SELF_ZHAO = 6; + public final static int TYPE_WIN = 7; +} + diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/SettleLog.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/SettleLog.java new file mode 100644 index 0000000..a7c6e67 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/SettleLog.java @@ -0,0 +1,44 @@ +package extend.mj; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class SettleLog { + private Map log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/TagAnalyseItem.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/TagAnalyseItem.java new file mode 100644 index 0000000..e61f46a --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/TagAnalyseItem.java @@ -0,0 +1,22 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; + +import java.util.ArrayList; +import java.util.List; + +public class TagAnalyseItem { + //分析子项 + public int cbCardEye; //牌眼麻将 + public int huxi; + public List cbCardEyeList; //牌眼麻将 + public List cbOpCard; //组合类型 + + public TagAnalyseItem() + { + this.huxi = 0; + this.cbCardEye = 0; + this.cbOpCard = new ArrayList(); + this.cbCardEyeList = new ArrayList(); + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/TagKindItem.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/TagKindItem.java new file mode 100644 index 0000000..fe18c06 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/TagKindItem.java @@ -0,0 +1,17 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +public class TagKindItem { + public int type; //组合类型 + public int card; //中心麻将 + public Integer[] cbCardList; //麻将索引 + + public TagKindItem() + { + type = 0; + card = 0; + cbCardList = new Integer[3]; + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/WinCardType.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/WinCardType.java new file mode 100644 index 0000000..29f18c8 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/WinCardType.java @@ -0,0 +1,173 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class WinCardType { + public static final int JIHU = 1; //鸡胡类型 + + public static final int PINGHU = 2; //平胡类型 + + public static final int QIXIAODUI = 3; //七小对 + + public static final int HAOHUA_QIXIAODUI = 4; //豪华七小对 + + public static final int HAOHUA2_QIXIAODUI = 5; //双豪华七小对 + + public static final int HAOHUA3_QIXIAODUI = 6; //三豪华七小对 + + public static final int QINGYISE = 7; //清一色 + + public static final int PENGPENGHU = 8; //碰碰胡 + + public static final int GANGSHANGHUA = 9; //杠上开花 + + public static final int GANGSHANGPAO = 10; //杠上炮 + + public static final int QIANG_GANG_HU = 11; //抢杠胡 + + public static final int HUN_YI_SE = 12; //混一色 + + public static final int SHI_SHAN_YAO = 13; //十三幺 + + public static final int TIAN_HU = 14; //天胡 十倍 + + public static final int DI_HU = 15; //地胡 十倍 + + public static final int REN_HU = 16; //人胡 十倍 + + public static final int SHI_BA_LUO_HAN = 17; //十八罗汉 + + public static final int XIAO_SHAN_YUAN = 18; //小三元 + + public static final int DA_SHAN_YUAN = 19; //大三元 + + public static final int XIAO_SI_XI = 20; //小四喜 + + public static final int DA_SI_XI = 21; //大四喜 + + public static final int YAO_JIU = 22; //幺九 + + public static final int LAIZI4_HU = 23; //四鬼胡牌 + + public static final int QUAN_FENG = 24;//全风 + + public static final int QUAN_QIU_REN = 25;//全求人 + + public static final int QING_YAO_JIU = 26; //清幺九 + + public static final int ZI_YI_SE = 27; //字一色 + + public static final int WU_GUI_JIABEI = 28; //无鬼两倍 + public static final int LIU_JU_2BEI = 29; //流局两倍 + public static final int HAI_DI_NAO_YUE = 30; //海底捞月 + public static final int MEN_QING = 31; //门清 捉炮门清 + public static final int XIAO_HU_ZHONG_DA_HU = 32; //选小胡有大胡的情况下,不显示具体的胡牌类型,只显示大胡几分 + public static final int MAN_TIAN_HU = 33; //满天胡 + public static final int ZIMO_MEN_QING = 34; //自摸门清 + public static final int GUN_GUN = 35; //滚滚 +//////////////////////////////////////////////////////////// + public static int BASE_HU_SCORE = 2; //基础分数 + public static int DA_HU_BEI_SCORE = 1; //大胡倍数 + public static int JIHU_SCORE = 1; //鸡胡类型 + public static int PINGHU_SCORE = 1; //平胡类型 + public static int MENGQING_SCORE = 3; //门清类型 + public static int QIXIAODUI_SOCRE = 1; //七小对 倍数 + public static int HAOHUA_QIXIAODUI_SCORE = 1; //豪华七小对 + public static int HAOHUA2_QIXIAODUI_SCORE = 1; //双豪华七小对 + public static int HAOHUA3_QIXIAODUI_SCORE = 1; //三豪华七小对 + public static int QINGYISE_SCORE = 1; //清一色 + public static int GANGSHANGHUA_SCORE = 3; //杠上开花 + public static int PENGPENGHU_SCORE = 3; //碰碰胡 + public static int GANGSHANGPAO_SOCRE = 3; //杠上炮 + public static int QIANG_GANG_HU_SOCRE = 1; //抢杠胡 + public static int HUN_YI_SE_SCORE = 1; //混一色 + public static int SHI_SHAN_YAO_SCORE = 1; //十三幺 + public static int TIAN_DI_HU_SCORE = 1; //天地胡 十倍 + public static int TIAN_HU_SCORE = 1; //天胡 20倍 + public static int DI_HU_SCORE = 1; //地胡 10倍 + public static int SHI_BA_LUO_HAN_SCORE = 1; //十八罗汉 + public static int DA_SHAN_YUAN_SCORE = 1; //大三元 + public static int XIAO_SHAN_YUAN_SCORE = 1; //小三元 + public static int XIAO_SI_XI_SCORE = 1; //小四喜 + public static int DA_SI_XI_SCORE = 1; //大四喜 + public static int YAO_JIU_SCORE = 1; //幺九 + public static int LAIZI4_HU_SCORE = 1; //四鬼胡牌 + public static int QUAN_FENG_SCORE = 1;//全风 + public static int QUAN_QIU_REN_SCORE = 1;//全求人 + public static int QING_YAO_JIU_SCORE = 1; //清幺九 + public static int ZI_YI_SE_SCORE = 1; //字一色 + public static int WU_GUI_JIABEI_SCORE = 1; //无鬼两倍 + public static int LIU_JU_2BEI_SCORE = 1; //流局两倍 + public static int HAI_DI_NAO_YUE_SCORE = 3; //海底捞月 + public static int MAN_TIAN_HU_SCORE = 1;//满天胡 + public static int ZIMO_MEN_QING_SCORE = 3; //自摸门清 + public static int GUN_GUN_SCORE = 5; //滚滚 + + public int type; + + public int value; + + public int score; + + public boolean is_dahu; + + public String desc; + + public ITArray opcard; + + //初始化房间的特殊参数 + static public void InitRoomSpecialConfig(EXRoom room) + { + //潮汕鬼牌特殊配置 + //this.config.putInt(Config.ROOM_CONFIG_LAIZI, 0); //没有癞子 + + room.config.putBoolean(Config.ROOM_CONFIG_PENGPENGHU, true); + room.config.putBoolean(Config.ROOM_CONFIG_MENG_QING, true); + room.config.putBoolean(Config.ROOM_CONFIG_MENG_QING, true); + room.config.putBoolean(Config.ROOM_CONFIG_HAI_DI_NAO_YUE, true); + room.config.putBoolean(Config.ROOM_CONFIG_CHUIPAI, true); + //荒庄荒杠 + if (!room.config.containsKey(Config.ROOM_CONFIG_HUANGZHUANGHUANGGANG)) + { + room.config.putBoolean(Config.ROOM_CONFIG_HUANGZHUANGHUANGGANG, true); + } + room.config.putBoolean(Config.ROOM_CONFIG_USE_BASE_HU_SCORE, true); + room.config.putBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU, true); + room.config.putBoolean(Config.ROOM_CONFIG_DIANPAO, true); + + } + + public WinCardType(int type, int value, int score, boolean is_dahu, String desc) { + this.type = type; + this.value = value; + this.score = score; + this.is_dahu = is_dahu; + this.desc = desc; + } + + public boolean IsDaHu() + { + return is_dahu; + } + + public ITObject toTObject() { + return toTObject(false); + } + + public ITObject toTObject(boolean is_opcard) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", type); + obj.putInt("value", value); + obj.putInt("score", score); + if(is_opcard&&opcard!=null) { + obj.putTArray("opcard", opcard); + } + return obj; + } + + public String toString() { + return "type:" + type + " value:" + value + " score:" + score + " desc:" + desc; + } +} \ No newline at end of file diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleChow.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleChow.java new file mode 100644 index 0000000..1e8d348 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleChow.java @@ -0,0 +1,130 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRChowState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.CardUtil; + +import java.util.ArrayList; +import java.util.List; + +/** + * ����״̬ + * + * + * 2017��11��2�� + * PRChowRule.java + */ +public class RuleChow implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + if (player.isEntrust() || !room.config.getBoolean(Config.ROOM_CONFIG_CHUIPAI)) { + return false; + } + + if (player.lastSeat != room.activeSeat) { + return false; + } + + if (player.is_gang) + { + return false; + } + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + if (activePlayer.gangshangpao) + { + return false; + } + + int eventCard = room.activeCard; + boolean result = check(player,eventCard); + + return result; + } + + private boolean check(EXPlayer player,int eventCard){ + if (eventCard % 100 == 4) + { + return false; + } + + boolean result = false; + List cardInhand = player.cardInhand; + if (Util.checkCard(eventCard - 1, cardInhand) && Util.checkCard(eventCard - 2, cardInhand) && (eventCard-1) % 100 != 4 && (eventCard-2) % 100 != 4) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard - 1); + opcard.addInt(eventCard - 2); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + player.tipMgr.addTip(tip); + result = result || true; + } + if (Util.checkCard(eventCard - 1, cardInhand) && (eventCard-1) % 100 != 4 && Util.checkCard(eventCard / 100 * 100 + 4, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard - 1); + opcard.addInt(eventCard / 100 * 100 + 4); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + player.tipMgr.addTip(tip); + result = result || true; + } + if (Util.checkCard(eventCard - 2, cardInhand) && (eventCard-2) % 100 != 4 && Util.checkCard(eventCard / 100 * 100 + 4, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard - 2); + opcard.addInt(eventCard / 100 * 100 + 4); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + player.tipMgr.addTip(tip); + result = result || true; + } + + if (Util.checkCard(eventCard + 1, cardInhand) && Util.checkCard(eventCard - 1, cardInhand) && (eventCard + 1) % 100 != 4 && (eventCard - 1) % 100 != 4) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard + 1); + opcard.addInt(eventCard - 1); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + player.tipMgr.addTip(tip); + result = result || true; + } + if (Util.checkCard(eventCard + 1, cardInhand) && (eventCard + 1) % 100 != 4 && Util.checkCard(eventCard / 100 * 100 + 4, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard + 1); + opcard.addInt(eventCard / 100 * 100 + 4); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + player.tipMgr.addTip(tip); + result = result || true; + } + if (Util.checkCard(eventCard + 1, cardInhand) && Util.checkCard(eventCard + 2, cardInhand) && (eventCard + 1) % 100 != 4 && (eventCard + 2) % 100 != 4) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard + 1); + opcard.addInt(eventCard + 2); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + player.tipMgr.addTip(tip); + result = result || true; + } + if (Util.checkCard(eventCard + 2, cardInhand) && (eventCard + 2) % 100 != 4 && Util.checkCard(eventCard / 100 * 100 + 4, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard + 2); + opcard.addInt(eventCard / 100 * 100 + 4); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + player.tipMgr.addTip(tip); + result = result || true; + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeCard = tip.card; + player.stateMachine.changeState(Global.getState(PRChowState.class)); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleOtherKong.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleOtherKong.java new file mode 100644 index 0000000..3520ceb --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleOtherKong.java @@ -0,0 +1,158 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleOtherKong.java + */ +public class RuleOtherKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + + int eventCard = room.activeCard; + if (player.isEntrust()) { + return false; + } + + if (player.is_gang) + { + return false; + } + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + if (activePlayer.gangshangpao) + { + return false; + } + + if (Util.checkCard(eventCard, player.cardInhand, 3)) { + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + if (player.notPongKongList.contains(eventCard)) + { + return false; + } + } + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + player.is_gang = false; + + List delPai = new ArrayList<>(); + delPai.add(eventCard); + delPai.add(eventCard); + delPai.add(eventCard); + List opCards = new ArrayList<>(); + opCards.addAll(player.opCardList); + OpCard pongCard = new OpCard(RuleWeight.TYPE_KONG, eventCard); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(eventCard); + pongCard.opCard.addInt(eventCard); + pongCard.opCard.addInt(eventCard); + pongCard.opCard.addInt(eventCard); + opCards.add(pongCard); + if (((EXGameController) Global.gameCtr).isTingPai(player, 0, delPai, opCards)) + { + Tip tip = new Tip(eventCard,opcard, RuleWeight.SELFKONG,this, RuleWeight.TYPE_KONG); + player.tipMgr.addTip(tip); + Tip tip2 = new Tip(eventCard,opcard, RuleWeight.SELFZHAO,this, RuleWeight.TYPE_ZHAO); + player.tipMgr.addTip(tip2); + } + else { + Tip tip = new Tip(eventCard,opcard, RuleWeight.SELFZHAO,this, RuleWeight.TYPE_ZHAO); + player.tipMgr.addTip(tip); + } + + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + player.notPongKongList.add(eventCard); + } + return true; + } + else if (Util.checkCard(eventCard, player.cardInhand, 2) && Util.checkCard(eventCard /100 * 100 + 4, player.cardInhand, 1)) { + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + if (player.notPongKongList.contains(eventCard)) + { + return false; + } + } + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard /100 * 100 + 4); + player.is_gang = false; + List delPai = new ArrayList<>(); + delPai.add(eventCard); + delPai.add(eventCard); + delPai.add(eventCard /100 * 100 + 4); + List opCards = new ArrayList<>(); + opCards.addAll(player.opCardList); + OpCard pongCard = new OpCard(RuleWeight.TYPE_KONG, eventCard); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(eventCard); + pongCard.opCard.addInt(eventCard); + pongCard.opCard.addInt(eventCard); + pongCard.opCard.addInt(eventCard /100 * 100 + 4); + opCards.add(pongCard); + if (((EXGameController) Global.gameCtr).isTingPai(player, 0, delPai, opCards)) + { + Tip tip = new Tip(eventCard,opcard, RuleWeight.SELFKONG,this, RuleWeight.TYPE_KONG); + player.tipMgr.addTip(tip); + Tip tip2 = new Tip(eventCard,opcard, RuleWeight.SELFZHAO,this, RuleWeight.TYPE_ZHAO); + player.tipMgr.addTip(tip2); + } + else { + Tip tip = new Tip(eventCard, opcard, RuleWeight.ZHAO, this, RuleWeight.TYPE_ZHAO); + player.tipMgr.addTip(tip); + } + + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + player.notPongKongList.add(eventCard); + } + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + Util.removeCard(player.notPongKongList, tip.card, 4); + } + if (tip.type == RuleWeight.TYPE_KONG) + { + player.is_gang = true; + if (tip.card > 0) + { + for (Map.Entry entry : player.getRoom().playerMapById.entrySet()) { + EXPlayer pp = (EXPlayer) entry.getValue(); + pp.notPongList.add(tip.card/100*100+1); + pp.notPongList.add(tip.card/100*100+2); + pp.notPongList.add(tip.card/100*100+3); + pp.notPongList.add(tip.card/100*100+4); + } + } + } + player.stateMachine.changeState(Global.getState(PROtherKongState.class)); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleOtherKongSelfWin.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleOtherKongSelfWin.java new file mode 100644 index 0000000..c7cf4d7 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleOtherKongSelfWin.java @@ -0,0 +1,100 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PROtherGongSelfWinState; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.HashMap; +import java.util.Map; + +/** + * ������� + * + * + * 2017��8��30�� + * RuleSelfWin.java + */ +public class RuleOtherKongSelfWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + // TODO Auto-generated method stub + ITObject config = player.room.config; + EXRoom room = player.getRoom(); + int laizi = config.getInt(Config.ROOM_CONFIG_LAIZI); + HashMap map = new HashMap(); + if (player.is_gang) + { + if (room.config.getBoolean(Config.ROOM_CONFIG_GANGSHANGKAIHUA_2bei)) + { + WinCard.putWinCardType(map, WinCardType.GANGSHANGHUA, 1,WinCardType.GANGSHANGHUA_SCORE*2, true, "杠上开花"); + } + else + { + WinCard.putWinCardType(map, WinCardType.GANGSHANGHUA, 1,WinCardType.GANGSHANGHUA_SCORE, true, "杠上开花"); + } + } + + WinCard win = new WinCard(player.cardInhand, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, false); + if (win.checkWin(map, player, room, true)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(player.drawCard); + Tip tip = new Tip(player.drawCard,opcard, RuleWeight.SELF_WIN,this, RuleWeight.TYPE_WIN); + tip.winMap = map; + player.tipMgr.addTip(tip); + + return true; + } + + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.is_gang = false; + player.winType = 1; + player.winCard = tip.card; + player.drawCard = tip.card; + + player.winMap = tip.winMap; + EXRoom room = player.getRoom(); + player.niao_score = WinCardType.BASE_HU_SCORE; + player.hu_score = WinCardType.BASE_HU_SCORE; + player.di_score = WinCardType.BASE_HU_SCORE; + + Global.logger.info("player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score + " niao fen:" + player.niao_score); + + room.handle_repeatwin(player); + boolean isDaHu = false; + for (Map.Entry entry : player.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("player:" + player.playerid + " hu:" + cardType.toString()); + if (cardType.IsDaHu()) + { + isDaHu = true; + } + } + + if (isDaHu) + { + player.hu_score = 3; + } + + if (player.is_gang) + { + player.stateMachine.changeState(Global.getState(PROtherGongSelfWinState.class)); + } + else { + player.stateMachine.changeState(Global.getState(PRSelfWinState.class)); + } + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleOtherWin.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleOtherWin.java new file mode 100644 index 0000000..77ebeb5 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleOtherWin.java @@ -0,0 +1,108 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.HashMap; +import java.util.Map; + +/** + * ���Ƽ�� + * + * + * 2017��8��30�� + * RuleOtherWin.java + */ +public class RuleOtherWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.louhu)return false; + EXRoom room = player.getRoom(); + ITObject config = room.config; + if (!config.getBoolean(Config.ROOM_CONFIG_DIANPAO)) { + if (!config.getBoolean(Config.ROOM_CONFIG_SPECAIL_ZIMO)) + { + return false; + } + } + + if (player.lastSeat != room.activeSeat) { + return false; + } + + if(room.activeSeat == player.seat)return false; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + + if (player.cardInhand.size() == 1 && room.isLaizi(player.cardInhand.get(0))) + { + return false; + } + + if (room.activeCard % 100 == 4) + { + return false; + } + + int activieCard = room.activeCard; + int laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI); + HashMap map = new HashMap(); + if (activePlayer.gangshangpao) + { + if ( room.config.getBoolean(Config.ROOM_CONFIG_GANGSHANGPAO_2bei)) + { + WinCard.putWinCardType(map, WinCardType.GANGSHANGPAO, 1,WinCardType.GANGSHANGPAO_SOCRE*2, true, "杠上炮"); + } + else { + WinCard.putWinCardType(map, WinCardType.GANGSHANGPAO, 1,WinCardType.GANGSHANGPAO_SOCRE, true, "杠上炮"); + } + } + WinCard win = new WinCard(player.cardInhand, room.activeCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, false, false); + if (win.checkWin(map, player, room, false)) { + if (map.containsKey(WinCardType.MEN_QING) || map.containsKey(WinCardType.PENGPENGHU) || map.containsKey(WinCardType.GANGSHANGPAO)) + { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activieCard); + Tip tip = new Tip(room.activeCard,opcard, RuleWeight.WIN,this, RuleWeight.TYPE_WIN); + tip.winType = player.forceCheckWin? 1 :0; + tip.winMap = map; + player.tipMgr.addTip(tip); + + return true; + } + } + + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.winType = tip.winType; + player.getRoom().activeCard = tip.card; + player.winMap = tip.winMap; + EXRoom room = player.getRoom(); + player.niao_score = WinCardType.BASE_HU_SCORE; + + player.hu_score = 1; + player.di_score = 1; + + if (tip.winMap.containsKey(WinCardType.PENGPENGHU)) + { + player.hu_score = WinCardType.PENGPENGHU_SCORE; + } + + Global.logger.info("player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score + " niao fen:" + player.niao_score); + + room.handle_repeatwin(player); + + player.stateMachine.changeState(Global.getState(PROtherWinState.class)); + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RulePong.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RulePong.java new file mode 100644 index 0000000..b77d885 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RulePong.java @@ -0,0 +1,97 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ����� + * + * + * 2017��8��30�� + * RulePong.java + */ +public class RulePong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (player.isEntrust()) { + return false; + } + + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_PENG)) + { + if (player.notPongList.contains(eventCard)) + { + return false; + } + } + + if (eventCard % 100 == 4) + { + return false; + } + + if (player.is_gang) + { + return false; + } + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + if (activePlayer.gangshangpao) + { + return false; + } + + if (Util.checkCard(eventCard, player.cardInhand, 2)) { + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_PENG)) + { + player.notPongList.add(eventCard); + } + return true; + } + else if (Util.checkCard(eventCard, player.cardInhand, 1) && Util.checkCard(eventCard /100 * 100 + 4, player.cardInhand, 1)) + { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard /100 * 100 + 4); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_PENG)) + { + player.notPongList.add(eventCard); + } + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_PENG)) + { + Util.removeCard(player.notPongList, tip.card, 4); + } + + player.stateMachine.changeState(Global.getState(PRPongState.class)); + + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleSelfKong.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleSelfKong.java new file mode 100644 index 0000000..41cb634 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleSelfKong.java @@ -0,0 +1,165 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleSelfKong.java + */ +public class RuleSelfKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if (player.isEntrust()) { + return false; + } + + if (player.is_gang) + { + return false; + } + + Map cardMap = Util.getCardNumMap(player.cardInhand); + boolean result = false; + + for (Entry entry : cardMap.entrySet()) { + + int card = entry.getKey(); + + int num = entry.getValue(); + if (num >= 4) { + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + if (player.notPongKongList.contains(card)) + { + continue; + } + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + player.is_gang = false; + List delPai = new ArrayList<>(); + delPai.add(card); + delPai.add(card); + delPai.add(card); + delPai.add(card); + List opCards = new ArrayList<>(); + opCards.addAll(player.opCardList); + OpCard pongCard = new OpCard(RuleWeight.TYPE_KONG, card); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + opCards.add(pongCard); + if (((EXGameController) Global.gameCtr).isTingPai(player, 0, delPai, opCards)) + { + Tip tip = new Tip(card,opcard, RuleWeight.SELFKONG,this, RuleWeight.TYPE_SELF_KONG); + player.tipMgr.addTip(tip); + Tip tip2 = new Tip(card,opcard, RuleWeight.SELFZHAO,this, RuleWeight.TYPE_SELF_ZHAO); + player.tipMgr.addTip(tip2); + } + else { + Tip tip = new Tip(card,opcard, RuleWeight.SELFZHAO,this, RuleWeight.TYPE_SELF_ZHAO); + player.tipMgr.addTip(tip); + } + + result = true; + + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + player.notPongKongList.add(card); + } + } + else if (num == 3 && Util.checkCard(card /100 * 100 + 4, player.cardInhand, 1)) { + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + if (player.notPongKongList.contains(card)) + { + continue; + } + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card /100 * 100 + 4); + player.is_gang = false; + + List delPai = new ArrayList<>(); + delPai.add(card); + delPai.add(card); + delPai.add(card); + delPai.add(card /100 * 100 + 4); + List opCards = new ArrayList<>(); + opCards.addAll(player.opCardList); + OpCard pongCard = new OpCard(RuleWeight.TYPE_KONG, card); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card /100 * 100 + 4); + opCards.add(pongCard); + if (((EXGameController) Global.gameCtr).isTingPai(player, 0, delPai, opCards)) + { + Tip tip = new Tip(card,opcard, RuleWeight.SELFKONG,this, RuleWeight.TYPE_SELF_KONG); + player.tipMgr.addTip(tip); + Tip tip2 = new Tip(card,opcard, RuleWeight.SELFZHAO,this, RuleWeight.TYPE_SELF_ZHAO); + player.tipMgr.addTip(tip2); + } + else { + Tip tip = new Tip(card,opcard, RuleWeight.SELFZHAO,this, RuleWeight.TYPE_SELF_ZHAO); + player.tipMgr.addTip(tip); + } + + result = true; + + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + player.notPongKongList.add(card); + } + } + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + Util.removeCard(player.notPongKongList, tip.card, 4); + } + if (tip.type == RuleWeight.TYPE_SELF_KONG) + { + player.is_gang = true; + if (tip.card > 0) + { + for (Entry entry : player.getRoom().playerMapById.entrySet()) { + EXPlayer pp = (EXPlayer) entry.getValue(); + pp.notPongList.add(tip.card/100*100+1); + pp.notPongList.add(tip.card/100*100+2); + pp.notPongList.add(tip.card/100*100+3); + pp.notPongList.add(tip.card/100*100+4); + } + } + } + player.stateMachine.changeState(Global.getState(PRSelfKongState.class)); + + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleSelfWin.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleSelfWin.java new file mode 100644 index 0000000..8bea773 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rule/RuleSelfWin.java @@ -0,0 +1,94 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.HashMap; +import java.util.Map; + +/** + * ������� + * + * + * 2017��8��30�� + * RuleSelfWin.java + */ +public class RuleSelfWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + // TODO Auto-generated method stub + ITObject config = player.room.config; + EXRoom room = player.getRoom(); + int laizi = config.getInt(Config.ROOM_CONFIG_LAIZI); + HashMap map = new HashMap(); + WinCard win = new WinCard(player.cardInhand, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, false); + if (win.checkWin(map, player, room, true)) { + if (player.cardInhand.size() == 0 && player.opCardList.size() == 6) + { + //WinCard.putWinCardType(map, WinCardType.MAN_TIAN_HU, 1,WinCardType.MAN_TIAN_HU_SCORE, false, "满天胡"); + } + + if (map.containsKey(WinCardType.PENGPENGHU)) + { + if (room.maxPlayers == 4 && (room.bankerSeat+2)%room.maxPlayers+1 == player.seat) + { + map.remove(WinCardType.PENGPENGHU); + WinCard.putWinCardType(map, WinCardType.GUN_GUN, 1,WinCardType.GUN_GUN_SCORE, true, "滚滚"); + } + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(player.drawCard); + Tip tip = new Tip(player.drawCard,opcard, RuleWeight.SELF_WIN,this, RuleWeight.TYPE_WIN); + tip.winMap = map; + tip.self = true; + player.tipMgr.addTip(tip); + + return true; + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.winCard = tip.card; + player.drawCard = tip.card; + player.winMap = tip.winMap; + EXRoom room = player.getRoom(); + + player.niao_score = WinCardType.BASE_HU_SCORE; + player.hu_score = WinCardType.BASE_HU_SCORE; + player.di_score = WinCardType.BASE_HU_SCORE; + + Global.logger.info("player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score + " niao fen:" + player.niao_score); + + room.handle_repeatwin(player); + boolean isDaHu = false; + for (Map.Entry entry : player.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("player:" + player.playerid + " hu:" + cardType.toString()); + if (cardType.IsDaHu()) + { + isDaHu = true; + } + } + + if (isDaHu) + { + player.hu_score = 3; + } + + player.stateMachine.changeState(Global.getState(PRSelfWinState.class)); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRChowState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRChowState.java new file mode 100644 index 0000000..f6a9125 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRChowState.java @@ -0,0 +1,62 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * + */ +public class PRChowState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + if(activePlayer.outcardList.get(activePlayer.outcardList.size() - 1)!=room.activeCard){ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 2); + }else{ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + } + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + ITArray opcard = owner.opCard; + int chowcard1 = opcard.getInt(0); + int chowcard2 = opcard.getInt(1); + int card= room.activeCard; + Util.removeCard(owner.cardInhand, chowcard1, 1); + Util.removeCard(owner.cardInhand, chowcard2, 1); + room.activeCard = 0; + + + OpCard opc = new OpCard(RuleWeight.TYPE_CHOW, card); + opc.opCard = new TArray(); + opc.opCard.addInt(card); + opc.opCard.addInt(chowcard1); + opc.opCard.addInt(chowcard2); + owner.opCardList.add(opc); + + ITArray opcard2 = TArray.newInstance(); + opcard2.addInt(chowcard1); + opcard2.addInt(chowcard2); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_CHOW, fromseat, opcard2); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + toNextState(owner); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PROtherGongSelfWinState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PROtherGongSelfWinState.java new file mode 100644 index 0000000..ff1aee8 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PROtherGongSelfWinState.java @@ -0,0 +1,104 @@ +package extend.mj.player.rulestate; + + +import com.game.Util; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.mj.*; + +import java.util.Map; + +/** + * ��Ӧ��������״̬ + * + * + * 2017��8��30�� + * PRSelfWinState.java + */ +public class PROtherGongSelfWinState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + owner.winCard = owner.drawCard; + owner.winer = 1; + Util.removeCard(owner.cardInhand, owner.winCard, 1); + if (owner.opCardList.size() > 0) + { + OpCard opCard = owner.opCardList.get(owner.opCardList.size()-1); + if ((opCard.type == RuleWeight.TYPE_KONG) && opCard.card_seat > 0) + { + owner.room.activeSeat = opCard.card_seat; + + room.addAllScore(owner, owner.hu_score, EXScore.WIN); + + room.addAllPiaoNiaoScore(owner); + for (Map.Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.last_winer = 2; + } + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + + room.endGame(); + return; + } + else if (opCard.type == RuleWeight.TYPE_SELF_KONG + || (opCard.type == RuleWeight.TYPE_KONG && opCard.card_seat == 0)) + { + room.addAllScore(owner, owner.hu_score,EXScore.WIN); + + room.addAllPiaoNiaoScore(owner); + for (Map.Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.last_winer = 2; + } + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + + room.endGame(); + return; + } + } + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PROtherKongState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PROtherKongState.java new file mode 100644 index 0000000..af62fce --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PROtherKongState.java @@ -0,0 +1,165 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerKongDrawState; +import extend.mj.player.state.EXPlayerWaitKongWinState; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PROtherKongState.java + */ +public class PROtherKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.outcardList.remove(activePlayer.outcardList.size()-1); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + //room.addScore(owner,activePlayer, Config.MING_GANG_SCORE,EXScore.KONG); + owner.ming_gang_num++; + activePlayer.dian_gang_num++; + + EXMainServer.gameCtr.changeActiveSeat(room,owner.seat); + owner.cardInhand.add(owner.getRoom().activeCard); + + + int [] kongGroup = new int [4]; + int card = room.activeCard; + if (Util.checkCard(card, owner.cardInhand, 4)) { + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card; + + owner.kongGroup.add(kongGroup); + if (owner.is_gang) + { + OpCard pongCard = new OpCard(RuleWeight.TYPE_KONG, card, activePlayer.seat); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + owner.opCardList.add(pongCard); + owner.gangshangpao = true; + } + else { + OpCard pongCard = new OpCard(RuleWeight.TYPE_ZHAO, card, activePlayer.seat); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + owner.opCardList.add(pongCard); + } + + Util.removeCard(owner.cardInhand, card, 4); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + if (owner.is_gang) + { + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard); + } + else { + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_ZHAO, fromseat,opcard); + } + } + else if (Util.checkCard(card, owner.cardInhand, 3) && Util.checkCard(card /100 * 100 + 4, owner.cardInhand, 1)) { + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card /100 * 100 + 4; + + owner.kongGroup.add(kongGroup); + if (owner.is_gang) + { + OpCard pongCard = new OpCard(RuleWeight.TYPE_KONG, card, activePlayer.seat); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card /100 * 100 + 4); + owner.opCardList.add(pongCard); + owner.gangshangpao = true; + } + else { + OpCard pongCard = new OpCard(RuleWeight.TYPE_ZHAO, card, activePlayer.seat); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card /100 * 100 + 4); + owner.opCardList.add(pongCard); + } + + Util.removeCard(owner.cardInhand, card, 3); + Util.removeCard(owner.cardInhand, card /100 * 100 + 4, 1); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card /100 * 100 + 4); + if (owner.is_gang) + { + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard); + } + else { + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_ZHAO, fromseat,opcard); + } + } + + room.activeCard = card; + boolean qiangkong = room.config.getBoolean(Config.ROOM_CONFIG_QIANGKONG_MING); + if(qiangkong) { + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); + if(room.tipMap.size() == 0){ + room.activeCard = 0; + room.lastDiscardSeat = 0; + owner.settleLog.add(Config.SETTLE_MING_KONG); + toNextState(owner); + }else{ + owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); + } + }else { + room.activeCard = 0; + room.lastDiscardSeat = 0; + owner.settleLog.add(Config.SETTLE_MING_KONG); + toNextState(owner); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerKongDrawState.class)); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PROtherWinState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PROtherWinState.java new file mode 100644 index 0000000..943d815 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PROtherWinState.java @@ -0,0 +1,48 @@ +package extend.mj.player.rulestate; + +import com.game.state.StateBase; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PROtherWinState.java + */ +public class PROtherWinState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + owner.winer = 1; + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + + room.addScore(owner,activePlayer, owner.hu_score, EXScore.WIN); + + room.addPiaoNiaoScore(owner, activePlayer); + activePlayer.settleLog.add(Config.SETTLE_DIAN_PAO); + activePlayer.winer = 2; + activePlayer.last_winer = 2; + + owner.settleLog.add(Config.SETTLE_JIE_PAO); + EXMainServer.gameCtr.winEvent(owner,activePlayer.seat,room.activeCard); + + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + room.bankerSeat = owner.seat; + room.winCount += 1; + + owner.winCard = room.activeCard; + + room.winCallback( owner ,owner.winCard); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRPongState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRPongState.java new file mode 100644 index 0000000..1493738 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRPongState.java @@ -0,0 +1,92 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PRPongState.java + */ +public class PRPongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + owner.cardInhand.add(room.activeCard); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + OpCard pongCard = new OpCard(RuleWeight.TYPE_PONG, card, activePlayer.seat); + pongCard.opCard = new TArray(); + if (Util.checkCard(card, owner.cardInhand, 3)) { + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + owner.pongGroup.add(pongGroup); + Util.removeCard(owner.cardInhand, card, 3); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + + + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + owner.opCardList.add(pongCard); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG, fromseat,opcard); + } + else if (Util.checkCard(card, owner.cardInhand, 2) && Util.checkCard(card / 100 * 100 + 4, owner.cardInhand, 1)) { + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card / 100 * 100 + 4; + owner.pongGroup.add(pongGroup); + Util.removeCard(owner.cardInhand, card, 2); + Util.removeCard(owner.cardInhand, card / 100 * 100 + 4, 1); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + + + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card / 100 * 100 + 4); + owner.opCardList.add(pongCard); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card / 100 * 100 + 4); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG, fromseat,opcard); + } + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + toNextState(owner); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java new file mode 100644 index 0000000..a59db82 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java @@ -0,0 +1,120 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerKongDrawState; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PRSelfKongState.java + */ +public class PRSelfKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + int [] kongGroup = new int [4]; + if (opCard.size() >= 2) + { + Util.removeCard(owner.cardInhand, card, 3); + Util.removeCard(owner.cardInhand, card/100*100+4, 1); + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card/100*100+4; + owner.selfKongGroup.add(kongGroup); + if (owner.is_gang) + { + OpCard pongCard = new OpCard(RuleWeight.TYPE_SELF_KONG, card); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card/100*100+4); + owner.opCardList.add(pongCard); + owner.gangshangpao = true; + } + else { + OpCard pongCard = new OpCard(RuleWeight.TYPE_SELF_ZHAO, card); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card/100*100+4); + owner.opCardList.add(pongCard); + } + + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card/100*100+4); + if (owner.is_gang) + { + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard); + } + else { + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_ZHAO, owner.seat,opcard); + } + } + else { + Util.removeCard(owner.cardInhand, card, 4); + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card; + owner.selfKongGroup.add(kongGroup); + if (owner.is_gang) + { + OpCard pongCard = new OpCard(RuleWeight.TYPE_SELF_KONG, card); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + owner.opCardList.add(pongCard); + owner.gangshangpao = true; + } + else { + OpCard pongCard = new OpCard(RuleWeight.TYPE_SELF_ZHAO, card); + pongCard.opCard = new TArray(); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + pongCard.opCard.addInt(card); + owner.opCardList.add(pongCard); + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + if (owner.is_gang) + { + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard); + } + else { + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_ZHAO, owner.seat,opcard); + } + } + + + //room.addAllScore(owner, Config.AN_GANG_SCORE, EXScore.KONG); + owner.an_gang_num++; + owner.stateMachine.changeState(Global.getState(EXPlayerKongDrawState.class)); + owner.settleLog.add(Config.SETTLE_AN_KONG); + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java new file mode 100644 index 0000000..810c451 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java @@ -0,0 +1,70 @@ +package extend.mj.player.rulestate; + + +import com.game.Util; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.mj.*; + +import java.util.Map.Entry; + +/** + * ��Ӧ��������״̬ + * + * + * 2017��8��30�� + * PRSelfWinState.java + */ +public class PRSelfWinState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + owner.winCard = owner.drawCard; + owner.winer = 1; + + Util.removeCard(owner.cardInhand, owner.winCard, 1); + + room.addAllScore(owner, owner.hu_score,EXScore.WIN); + + room.addAllPiaoNiaoScore(owner); + for (Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.last_winer = 2; + } + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + room.endGame(); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..2e3d968 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,54 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * ��ҳ�����ʾ״̬ + * + * + * 2017��8��30�� + * EXPlayerDisCardTipState.java + */ +public class EXPlayerDisCardTipState extends EXPlayerTipState { + + @Override + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..c00db97 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java @@ -0,0 +1,114 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.*; + +import extend.mj.*; +import extend.mj.room.state.EXRoomSetpState; + +import java.util.ArrayList; +import java.util.Collections; + +/** + * �ȴ���ҳ���״̬ + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + if (owner.is_gang) + { + owner.louhu = false; + int discard = owner.drawCard; + if(owner.drawCard == 0) { + discard = owner.cardInhand.get(owner.cardInhand.size() - 1); + } + + EXMainServer.gameCtr.outCard(owner, discard); + owner.gangshangpao = false; + + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + } + else { + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + owner.startActionTimer(); + } + + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + + if (!Util.checkCard(discard, owner.cardInhand)) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + owner.louhu = false; + EXMainServer.gameCtr.outCard(owner, discard); + owner.gangshangpao = false; + + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + break; + case ActionEvent.EVENT_TIMER_AUTO: + owner.louhu = false; + discard = owner.drawCard; + if(owner.drawCard == 0) { + discard = owner.cardInhand.get(owner.cardInhand.size() - 1); + } + + EXMainServer.gameCtr.outCard(owner, discard); + owner.gangshangpao = false; + + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + default: + break; + } + + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDrawState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..7f29a50 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDrawState.java @@ -0,0 +1,199 @@ +package extend.mj.player.state; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; + +/** + * ���ץ��״̬ + * + * + * 2017��8��30�� + * EXPlayerDrawState.java + */ +public class EXPlayerDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.isLiuJu()) { + room.endGameByLiuJu(); + return; + } + + ITObject config = room.config; + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + boolean laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI) > 0 ? true : false; + + if(owner.seat == room.adminSeat) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if (!IsGoodCard(owner, drawCard, laizi)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while (true); + room.card.cardList.addAll(tempCardList); + } else { + double rand = Math.random() % 100 * 100; + if (room.while_list && owner.is_white && rand > room.white_value) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if (!IsGoodCard(owner, drawCard, laizi)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while (true); + room.card.cardList.addAll(tempCardList); + } else { + if (owner.black_white_status == 2) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard(owner, drawCard, laizi)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } else if (owner.black_white_status == 1) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard(owner, drawCard, laizi)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } else { + owner.drawCard = room.card.pop(); + } + } + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.DRAW_RULE, owner); + } + + private boolean IsGoodCard(EXPlayer player, int drawCard, boolean laizi) { + if (player.getRoom().isLaizi(drawCard)) + { + return true; + } + + if (Util.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + for (int[] cardGroup : player.pongGroup) { + if (drawCard == cardGroup[0]) { + return true; + } + } + + HashMap map = new HashMap(); + WinCard win = new WinCard(player.cardInhand, drawCard, player.getRoom().card.laiziCard, player.getRoom().card.laiziCard2, laizi, true, true); + if (win.checkWin(map, player, player.getRoom(), true)) { + return true; + } + + if (drawCard < 400) + { + if (drawCard % 100 <= 7) + { + if (Util.cardNum(drawCard+1, player.cardInhand) >= 1 && Util.cardNum(drawCard+2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 3) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard-2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 2 && drawCard % 100 <= 8) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard+1, player.cardInhand) >= 1) + { + return true; + } + } + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + + } + + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..f2b5baf --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,43 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * ���ץ����ʾ״̬ + * + */ +public class EXPlayerDrawTipState extends EXPlayerTipState { + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + boolean win = (owner.tipMgr.weight &RuleWeight.SELF_WIN)!=0 ; + if(Global.gameId == 1 && win && id == 0)return; + owner.tipMgr.doAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.doAction(id); + } + + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerKongDrawState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerKongDrawState.java new file mode 100644 index 0000000..c152b6d --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerKongDrawState.java @@ -0,0 +1,142 @@ +package extend.mj.player.state; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import com.taurus.core.entity.ITObject; +import com.taurus.permanent.TPServer; +import extend.mj.*; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.concurrent.TimeUnit; + +/** + * ���ץ��״̬ + * + * + * 2017��8��30�� + * EXPlayerDrawState.java + */ +public class EXPlayerKongDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.isLiuJu()) { + room.endGameByLiuJu(); + return; + } + + ITObject config = room.config; + + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + int laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI); + + if(owner.seat == room.adminSeat) { + double rand = Math.random() % 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = owner.drawCard = room.card.popsub(); + HashMap map = new HashMap(); + WinCard win = new WinCard(owner.cardInhand, drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true, true); + if(!(hz_hu && win.laizi_count >0)) { + if (win.checkWin(map, owner, room, true)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + }else { + double rand = Math.random() % 100 * 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + HashMap map = new HashMap(); + WinCard win = new WinCard(owner.cardInhand, drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true, true); + if(!(hz_hu && win.laizi_count >0)) { + if (win.checkWin(map, owner, room, true)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.pop(); + } + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.KONG_DRAW_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.is_gang) + { + timer(owner); + } + else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + public static void timer(EXPlayer owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null || owner.getRoom() == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.getRoom().isDestroy) + return; + + owner.getRoom().enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + }); + } + }, 1000, TimeUnit.MILLISECONDS); + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java new file mode 100644 index 0000000..441c172 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java @@ -0,0 +1,42 @@ +package extend.mj.player.state; + +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; + +/** + * ���������ʾ�ȴ� + * + * + * 2017��8��30�� + * EXPlayerKongWinState.java + */ +public class EXPlayerKongWinState extends EXPlayerTipState{ + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..4d6945a --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,63 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; + + +public class EXPlayerPiaoNiaoTipState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + EXMainServer.gameCtr.piaoTipEvent(owner,0); + } + owner.startActionTimer(); + } + + /** + * 重连 + * @param owner + */ + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.piaoTipEvent(owner,1); + owner.startActionTimer(); + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.piao = id; + owner.last_piao = id; + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoCount --; + EXMainServer.gameCtr.piaoEvent(owner); + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO, gid, null); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_PIAO)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner, id, gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO) || cmd.equals(ActionEvent.EVENT_ENTRUST)) { + _action(owner,0,gid); + } + else if(cmd.equals(ActionEvent.EVENT_OFFLINE)) { + owner.startActionTimer(); + } + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerTipState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..db227ac --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerTipState.java @@ -0,0 +1,61 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * �����ʾ������� + * + * + * 2017��8��30�� + * EXPlayerTipState.java + */ +public abstract class EXPlayerTipState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + if (owner.getRoom().config.getBoolean(Config.ROOM_CONFIG_ZI_DONG_HU)) + { + Tip tip = owner.tipMgr.getTip(RuleWeight.TYPE_WIN); + if (tip != null) + { + owner.startActionTimer(1000); + return; + } + } + + if(!owner.isEntrust()) { + EXMainServer.gameCtr.tipEvent(owner); + } + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + super.reload(owner); + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if(cmd.equals(ActionEvent.EVENT_ENTRUST)) { + owner.startActionTimer(); + } + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java new file mode 100644 index 0000000..dff6a34 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java @@ -0,0 +1,24 @@ +package extend.mj.player.state; + +import com.game.state.StateBase; + +import extend.mj.EXPlayer; + +/** + * ������ҵȴ��������ǹ�ܺ� + * + * + * 2017��8��30�� + * EXPlayerWaitKongWinState.java + */ +public class EXPlayerWaitKongWinState extends StateBase{ + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + + } + + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerWaitState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..858aee0 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/player/state/EXPlayerWaitState.java @@ -0,0 +1,39 @@ +package extend.mj.player.state; + + +import com.game.state.StateBase; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.PlayerRuleManager; + +/** + * ��ҵȴ�״̬ + * + * + * 2017��8��30�� + * EXPlayerWaitState.java + */ +public class EXPlayerWaitState extends StateBase { + + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.OTHER_DISCARD_RULE , owner); + break; + case EXActionEvent.EVENT_KONG_WIN: + owner.forceCheckWin = true; + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.KONG_HU_RULE , owner); + owner.forceCheckWin = false; + break; + default: + break; + } + + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomDealState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomDealState.java new file mode 100644 index 0000000..a9c6966 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomDealState.java @@ -0,0 +1,107 @@ +package extend.mj.room.state; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Map.Entry; +import java.util.Random; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import com.taurus.permanent.TPServer; +import extend.mj.*; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; + +/** + * ���䷢��״̬ + * + * + * 2017��8��30�� + * EXRoomDealState.java + */ +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + boolean donghua = false; + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + this.toNextState(owner); + } + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXRoom owner) { + owner.card.init(); + if (owner.bankerSeat == 0) { + owner.bankerSeat = 1; + ArrayList randPlayer = new ArrayList<>(); + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Integer seat = entry.getKey(); + randPlayer.add(seat); + } + + Collections.shuffle(randPlayer); + if (randPlayer.size() > 0) + { + owner.bankerSeat = randPlayer.get(0); + } + } + else { + if (owner.config.getInt(Config.ROOM_CONFIG_XUAN_ZHUANG) == 0) + { + owner.bankerSeat = (owner.bankerSeat)%owner.maxPlayers+1; + } + } + + ITObject param = new TObject(); + param.putInt("bank_seat", owner.bankerSeat); + EXMainServer.gameCtr.dealCard(owner); + owner.playBackData = new EXPlayBack(owner); + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomPiaoState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomPiaoState.java new file mode 100644 index 0000000..0a522d7 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomPiaoState.java @@ -0,0 +1,30 @@ +package extend.mj.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.mj.EXActionEvent; +import extend.mj.EXRoom; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; + +import java.util.Map.Entry; + +public class EXRoomPiaoState extends StateBase{ + + @Override + public void enter(EXRoom owner) { + owner.piaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO)) { + if(owner.piaoCount==0) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + } + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomSetpState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..47fbd44 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomSetpState.java @@ -0,0 +1,42 @@ +package extend.mj.room.state; + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.EXMainServer; +import extend.mj.EXRoom; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * ����ת����λ + * + * + * 2017��8��30�� + * EXRoomSetpState.java + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + + } + + EXMainServer.gameCtr.changeActiveSeat(owner,player.seat); + + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + + this.toNextState(owner); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomStartGameState.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..1a2b807 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/room/state/EXRoomStartGameState.java @@ -0,0 +1,58 @@ +package extend.mj.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; + +import java.util.Map; + +/** + * ���俪ʼ״̬ + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { +// owner.readyCount = 0; +// for (Entry entry : owner.playerMapById.entrySet()) { +// Player player = entry.getValue(); +// player.ready = false; +// player.clear(); +// player.initSeat(); +// } + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + if(owner.config.containsKey(Config.ROOM_CONFIG_PIAO) && owner.config.getInt(Config.ROOM_CONFIG_PIAO) != 0) { + if (owner.config.getInt(Config.ROOM_CONFIG_PIAO) == 3) + { + int piaofen = owner.config.getInt(Config.ROOM_CONFIG_PIAO_FEN); + + for (Map.Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.piao = piaofen; + player.last_piao = piaofen; + EXMainServer.gameCtr.piaoEvent(player); + } + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + else { + owner.stateMachine.changeState(Global.getState(EXRoomPiaoState.class)); + } + } + else{ + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/Action.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/Action.java new file mode 100644 index 0000000..454d9ca --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/Action.java @@ -0,0 +1,27 @@ +package extend.mj.tip; + + +import extend.mj.EXPlayer; + +/** + * + * + + */ +public class Action { + + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player,this.tip); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/IRuleBase.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/IRuleBase.java new file mode 100644 index 0000000..79f1ab8 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/IRuleBase.java @@ -0,0 +1,27 @@ +package extend.mj.tip; + +import extend.mj.EXPlayer; + +/** + * ����������� + * + * + * 2017��8��30�� + * RuleBase.java + */ +public interface IRuleBase { + + /** + * ������� + * @param player + * @return + */ + public abstract boolean condition(EXPlayer player ); + + /** + * ִ�иù��� + * @param player + */ + public abstract void action(EXPlayer player ,Tip tip); + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/Tip.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/Tip.java new file mode 100644 index 0000000..b4f6ce4 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/Tip.java @@ -0,0 +1,46 @@ +package extend.mj.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import extend.mj.WinCardType; + +import java.util.Map; + +/** + * tip������ + * + * + * + * 2017��8��30�� Tip.java + */ +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int winType; + public int type; + public boolean self; + public Map winMap; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + this.self = false; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + return tipMp; + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/TipManager.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/TipManager.java new file mode 100644 index 0000000..9f40ee2 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/tip/TipManager.java @@ -0,0 +1,142 @@ +package extend.mj.tip; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; + +/** + * + * + * + * 2017��9��18�� TipManager.java + */ +public class TipManager { + + private int id = 0; + + public Map tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + + public Tip getTip(int type) + { + for (Entry entry : this.tipMap.entrySet()) + { + Tip tip = entry.getValue(); + if (tip.type == type) + { + return tip; + } + } + return null; + } + + private void checkLouhu() { + if (owner.getRoom().config.getBoolean(Config.ROOM_CONFIG_LOUHU)) + { + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + this.owner.louhu = true; + break; + } + } + } + } + + public void choicAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.lastState.toNextState(owner); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.initOpCard(tip.opcard); + tip.rule.action(owner,tip); + + } else { + throw new Error("tip map has no id" + id); + } + + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/uitl/CardUtil.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/uitl/CardUtil.java new file mode 100644 index 0000000..e8ed060 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/uitl/CardUtil.java @@ -0,0 +1,51 @@ +package extend.mj.uitl; + +import java.util.List; +import java.util.Map; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.OpCard; +import extend.mj.WinCardType; + +public class CardUtil { + + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + + } + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card == opcards.get(i).card) { + opcards.remove(i); + return; + } + + } + + } + + static public ITArray toMPData_WinMap(Map map) { + return toMPData_WinMap(map,false); + } + + static public ITArray toMPData_WinMap(Map map,boolean is_opcard) { + if (map != null && map.size() > 0) { + ITArray array = TArray.newInstance(); + for (Map.Entry entry : map.entrySet()) { + WinCardType wct = entry.getValue(); + array.addTObject(wct.toTObject(is_opcard)); + } + return array; + } + return null; + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/uitl/WinCard.java b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/uitl/WinCard.java new file mode 100644 index 0000000..0f6b0ad --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/main/java/extend/mj/uitl/WinCard.java @@ -0,0 +1,1468 @@ +package extend.mj.uitl; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; + +import java.util.*; + +public class WinCard { + + public List cardList; + public int laizi_count; + public int laizi1_count; + public int laizi2_count; + public int laizi1 = 0; + public int laizi2 = 0; + public boolean zi_mo = false; + public boolean ting_pai = false; + public Map cbCardMap; + public int addCard = 0; + public boolean selfCard = false; + + public WinCard(List cardInhand, int addCard, int laizi1, int laizi2, boolean islaizi, boolean selfCard, boolean ting_pai) { + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + this.cbCardMap = new HashMap(); + this.ting_pai = ting_pai; + this.selfCard = selfCard; + this.addCard = addCard; + if (selfCard) + { + this.cardList.add(addCard); + if (islaizi) { + this.laizi1 = laizi1; + this.laizi2 = laizi2; + this.laizi1_count = Util.cardNum(laizi1, this.cardList); + this.laizi2_count = Util.cardNum(laizi2, this.cardList); + this.laizi_count = this.laizi1_count + this.laizi2_count; + Util.removeCard(this.cardList, laizi1, this.laizi1_count); + Util.removeCard(this.cardList, laizi2, this.laizi2_count); + } + } + else { + if (islaizi) { + this.laizi1 = laizi1; + this.laizi2 = laizi2; + this.laizi1_count = Util.cardNum(laizi1, this.cardList); + this.laizi2_count = Util.cardNum(laizi2, this.cardList); + this.laizi_count = this.laizi1_count + this.laizi2_count; + Util.removeCard(this.cardList, laizi1, this.laizi1_count); + Util.removeCard(this.cardList, laizi2, this.laizi2_count); + } + this.cardList.add(addCard); + } + + Collections.sort(this.cardList); + for(int i = 0; i < this.cardList.size(); i++) + { + int card = this.cardList.get(i); + if (this.cbCardMap.containsKey(card)) + { + int num = this.cbCardMap.get(card); + this.cbCardMap.put(card, num+1); + } + else + { + this.cbCardMap.put(card, 1); + } + } + } + + public WinCard(List cardInhand, int laizi1, int laizi2, boolean islaizi, boolean ting_pai) { + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + this.cbCardMap = new HashMap(); + this.ting_pai = ting_pai; + this.selfCard = true; + this.addCard = 0; + if (islaizi) { + this.laizi1 = laizi1; + this.laizi2 = laizi2; + this.laizi1_count = Util.cardNum(laizi1, this.cardList); + this.laizi2_count = Util.cardNum(laizi2, this.cardList); + this.laizi_count = this.laizi1_count + this.laizi2_count; + Util.removeCard(this.cardList, laizi1, this.laizi1_count); + Util.removeCard(this.cardList, laizi2, this.laizi2_count); + } + Collections.sort(this.cardList); + for(int i = 0; i < this.cardList.size(); i++) + { + int card = this.cardList.get(i); + if (this.cbCardMap.containsKey(card)) + { + int num = this.cbCardMap.get(card); + this.cbCardMap.put(card, num+1); + } + else + { + this.cbCardMap.put(card, 1); + } + } + } + + public boolean checkWin(Map map, EXPlayer player, EXRoom room, boolean zimo) { + return checkWinOpList(map, player, player.opCardList, room, zimo); + } + + public boolean checkWinOpList(Map map, EXPlayer player, List opList, EXRoom room, boolean zimo) { + if (this.cardList.size() == 0) { + return false; + } + + this.zi_mo = zimo; + + boolean hu = AnalyseChiHuCard(map, opList, room.config); + if (hu) + { + if (zimo) + { + if (room.card.cardList.size() == 0 && room.config.getBoolean(Config.ROOM_CONFIG_HAI_DI_NAO_YUE)) + { + WinCard.putWinCardType(map, WinCardType.HAI_DI_NAO_YUE, 1,WinCardType.HAI_DI_NAO_YUE_SCORE, true, "海底捞月"); + } + } + else { + + } + } + + if (zimo) + { + if (room.config.getBoolean(Config.ROOM_CONFIG_MENG_QING)) + { + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + if (cardType.type == WinCardType.JIHU || cardType.type == WinCardType.PINGHU) + { + boolean flag = true; + for(int i = 0; i < opList.size(); i++) + { + OpCard op_card = opList.get(i); + if (op_card.type != RuleWeight.TYPE_SELF_KONG && op_card.type != RuleWeight.TYPE_SELF_ZHAO) + { + flag = false; + } + } + if (flag) + { + WinCard.putWinCardType(map, WinCardType.ZIMO_MEN_QING, 1,WinCardType.ZIMO_MEN_QING_SCORE, true, "门清自摸"); + } + break; + } + } + } + } + else + { + if (room.config.getBoolean(Config.ROOM_CONFIG_MENG_QING)) + { + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + if (cardType.type == WinCardType.JIHU || cardType.type == WinCardType.PINGHU) + { + boolean flag = true; + for(int i = 0; i < opList.size(); i++) + { + OpCard op_card = opList.get(i); + if (op_card.type != RuleWeight.TYPE_SELF_KONG && op_card.type != RuleWeight.TYPE_SELF_ZHAO) + { + flag = false; + } + } + if (flag) + { + WinCard.putWinCardType(map, WinCardType.MEN_QING, 1,WinCardType.MENGQING_SCORE, true, "门清捉炮"); + } + break; + } + } + } + + + if (room.config.getBoolean(Config.ROOM_CONFIG_JIHU_NOTCHIHU)) + { + WinCardType jihuType = map.get(WinCardType.JIHU); + if (jihuType != null) + { + //鸡胡不能吃胡 + return false; + } + } + + if (room.config.getBoolean(Config.ROOM_CONFIG_SPECAIL_ZIMO)) + { + int hu_score = 0; + if (room.config.getBoolean(Config.ROOM_CONFIG_USE_BASE_HU_SCORE)) + { + hu_score = WinCardType.BASE_HU_SCORE; + } + else + { + player.hu_score = room.maxPlayers - 1; + player.di_score = room.maxPlayers - 1; + } + + int dahu_score = 0; + if (room.config.getBoolean(Config.ROOM_CONFIG_DAHU_CHENG)) + { + dahu_score = 1; + } + int cheng_score = 1; + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + { + if (room.config.getBoolean(Config.ROOM_CONFIG_DAHU_CHENG)) + { + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + cheng_score *= cardType.score; + } + } + else + { + if (cardType.IsDaHu()) + { + dahu_score += cardType.score*WinCardType.DA_HU_BEI_SCORE; + } + else + { + cheng_score *= cardType.score; + } + } + } + } + + if (dahu_score > 0) + { + hu_score *= dahu_score; + } + + hu_score *= cheng_score; + + if (hu_score < 20) + { + return false; + } + } + } + + return hu; + } + + public final static WinCardType putWinCardType(Map map, int type, int value,int score, boolean isDaHu, String desc) { + if (map == null) + return null; + if (isDaHu) + { + map.remove(WinCardType.JIHU); + map.remove(WinCardType.PINGHU); + } + if (map.containsKey(type)) { + WinCardType wct = map.get(type); + wct.value += value; + //Global.logger.info("putWinCardType: " + wct.toString()); + return wct; + } else { + WinCardType wct = new WinCardType(type, value,score, isDaHu, desc); + map.put(type, wct); + //Global.logger.info("putWinCardType: " + wct.toString()); + return wct; + } + } + + public boolean AnalyseChiHuCard(Map map, List opCards, ITObject config) + { + Map tempCardList = new HashMap(); + tempCardList.putAll(this.cbCardMap); + + if (AnalyseChiHuCardEx(map, tempCardList, 0, opCards, config)) + { + return true; + } + + return false; + } + + boolean AnalyseChiHuCardEx(Map map, Map cardListParam, int curCard, List opCards, ITObject config) + { + Map tempCardList = new HashMap<>(); + tempCardList.putAll(cardListParam); + + if (curCard > 0) + { + tempCardList.put(curCard, tempCardList.getOrDefault(curCard, 0)+1); + } + + List clearCardList = new ArrayList<>(); + for (Map.Entry entry : tempCardList.entrySet()) { + if (entry.getValue() == 0) + { + clearCardList.add(entry.getKey()); + } + } + + for(int i = 0; i < clearCardList.size(); i++) + { + tempCardList.remove(clearCardList.get(i)); + } + + //变量定义 + List tagAnalyseItemList = new ArrayList(); + List wChiHuKind = new ArrayList(); + + //分析麻将 + AnalyseCard(tempCardList, opCards, tagAnalyseItemList, config); + + //胡牌分析 + if (tagAnalyseItemList.size() > 0) + { + //牌型分析 + for (int i = 0;i < tagAnalyseItemList.size();i++) + { + //变量定义 + boolean bLianCard=false,bPengCard=false,b258Card=false; + TagAnalyseItem pAnalyseItem= tagAnalyseItemList.get(i); + + if (pAnalyseItem.huxi < 11) + { + if (this.zi_mo || this.zi_mo == false && config.getInt(Config.ROOM_CONFIG_QING_ZUI_HU) > 0) + { + boolean erxiaosheng = false; + boolean bajiuzi = false; + boolean jiazuoren = false; + for (int j = 0;j < pAnalyseItem.cbOpCard.size(); j++) { + OpCard cbWeaveKind = pAnalyseItem.cbOpCard.get(j); + if (cbWeaveKind.type == RuleWeight.TYPE_CHOW) { + if (cbWeaveKind.card % 100 == 5) + { + erxiaosheng = true; + } + else if (cbWeaveKind.card % 100 == 6) + { + bajiuzi = true; + } + else if (cbWeaveKind.card % 100 == 7) + { + jiazuoren = true; + } + } + } + + if (erxiaosheng == false || bajiuzi == false || jiazuoren == false) + { + continue; + } + } + else { + continue; + } + } + + //牌型分析 + for (int j = 0;j < pAnalyseItem.cbOpCard.size(); j++) { + OpCard cbWeaveKind = pAnalyseItem.cbOpCard.get(j); + if (cbWeaveKind.type == RuleWeight.TYPE_PONG + || cbWeaveKind.type == RuleWeight.TYPE_KONG + || cbWeaveKind.type == RuleWeight.TYPE_SELF_KONG + || cbWeaveKind.type == RuleWeight.TYPE_ZHAO + || cbWeaveKind.type == RuleWeight.TYPE_SELF_ZHAO) { + bPengCard = true; + } + + if (cbWeaveKind.type == RuleWeight.TYPE_CHOW) { + bLianCard = true; + } + } + + //牌型判断 + if (bLianCard==false && bPengCard==false) + { + return false; + } + + if (bLianCard && bPengCard == false) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, false, "平胡"); + } + else if (bLianCard && bPengCard) + { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, false, "平胡"); + } + else + { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1,WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + + //特殊--碰碰胡 + if ((bLianCard==false)&&(bPengCard==true)) + { + if (config.getBoolean(Config.ROOM_CONFIG_PENGPENGHU)) + { + if (config.getBoolean(Config.ROOM_CONFIG_SPECIAL_PENG_PENG_HU)) + { + if (pAnalyseItem.cbCardEye > 0 && pAnalyseItem.cbCardEyeList.size() == 0) + { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, false, "平胡"); + } + else + { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1,WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + else if (pAnalyseItem.cbCardEyeList.size() > 0) + { + boolean flag = true; + for(int x = 0; x < pAnalyseItem.cbCardEyeList.size(); x++) + { + ITArray xCardList = pAnalyseItem.cbCardEyeList.get(x); + int card1 = xCardList.getInt(0); + int card2 = xCardList.getInt(1); + if (card1 != card2) + { + if (card1 % 100 != 4 && card2 % 100 != 4) + { + flag = false; + } + } + } + + if (flag) + { + wChiHuKind.add(WinCardType.PENGPENGHU); + putWinCardType(map, WinCardType.PENGPENGHU, 1,WinCardType.PENGPENGHU_SCORE, true, "碰碰胡"); + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, false, "平胡"); + } + else + { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1,WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + } + } + else { + if (pAnalyseItem.cbCardEyeList.size() > 0) + { + boolean flag = true; + for(int x = 0; x < pAnalyseItem.cbCardEyeList.size(); x++) + { + ITArray xCardList = pAnalyseItem.cbCardEyeList.get(x); + int card1 = xCardList.getInt(0); + int card2 = xCardList.getInt(1); + if (card1 != card2) + { + if (card1 % 100 != 4 && card2 % 100 != 4) + { + flag = false; + } + } + } + + if (flag) + { + wChiHuKind.add(WinCardType.PENGPENGHU); + putWinCardType(map, WinCardType.PENGPENGHU, 1,WinCardType.PENGPENGHU_SCORE, true, "碰碰胡"); + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, false, "平胡"); + } + else + { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1,WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, false, "平胡"); + } + else + { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1,WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + } + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, false, "平胡"); + } + else + { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1,WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + } + } + } + + //结果判断 + if (wChiHuKind.size() > 0) + { + return true; + } + + return false; + } + + public boolean IsShangFu(int card) + { + if (card == 101 || card == 801) + { + return true; + } + return false; + } + + public boolean IsDaRen(int card) + { + if (card == 102 || card == 103) + { + return true; + } + return false; + } + + boolean IsLuShou(int card) + { + if (card == 802 || card == 803) + { + return true; + } + return false; + } + + public boolean IsDaRenLuShou(int card) + { + if (card == 102 || card == 103 || card == 802 || card == 803) + { + return true; + } + return false; + } + + public boolean IsShangDaRen(int card) + { + if (card / 100 == 1) + { + return true; + } + return false; + } + + public boolean IsFuLuShou(int card) + { + if (card / 100 == 8) + { + return true; + } + return false; + } + + public boolean IsShangDaRenFuLuShou(int card) + { + if (card / 100 == 1 || card / 100 == 8) + { + return true; + } + return false; + } + + public boolean AnalyseCardFuLuShou(int cbLessKindItem, TagKindItem[] pKindItem, int eyeCard, List opCards, List tagAnalyseItemList, ITObject config) { + //变量定义 + TagAnalyseItem AnalyseItem = new TagAnalyseItem(); + + //设置结果 + for (int i = 0; i < opCards.size(); i++) { + OpCard src_card = opCards.get(i); + OpCard op_card = new OpCard(src_card.type, src_card.card); + AnalyseItem.cbOpCard.add(src_card); + if (src_card.type == RuleWeight.TYPE_CHOW) + { + if (IsShangDaRenFuLuShou(src_card.card)) + { + AnalyseItem.huxi += 4; + } + } + else if (src_card.type == RuleWeight.TYPE_PONG) + { + if (IsShangFu(src_card.card)) + { + AnalyseItem.huxi += 3 * 4; + } + else { + AnalyseItem.huxi += 2; + } + } + else + { + if (IsShangFu(src_card.card)) + { + AnalyseItem.huxi += 4 * 4; + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_GANG_ZHAO_LIU_XI)) + { + AnalyseItem.huxi += 6; + } + else { + AnalyseItem.huxi += 4; + } + } + } + } + + //设置牌型 + boolean useOther = false; + boolean usePong = false; + if (pKindItem != null) + { + for (int i = 0; i < cbLessKindItem; i++) { + OpCard op_card = new OpCard(pKindItem[i].type, pKindItem[i].card); + AnalyseItem.cbOpCard.add(op_card); + if (op_card.type == RuleWeight.TYPE_CHOW) + { + if (IsShangDaRenFuLuShou(op_card.card)) + { + AnalyseItem.huxi += 4; + } + if (!this.selfCard && (pKindItem[i].cbCardList[0] == this.addCard) || (pKindItem[i].cbCardList[1] == this.addCard) || (pKindItem[i].cbCardList[2] == this.addCard)) + { + useOther = true; + } + } + else if (op_card.type == RuleWeight.TYPE_PONG) + { + if (IsShangFu(op_card.card)) + { + AnalyseItem.huxi += 3 * 4; + } + else { + AnalyseItem.huxi += 3; + if (!this.selfCard && op_card.card == this.addCard) + { + usePong = true; + } + } + } + else + { + if (!this.selfCard && op_card.card == this.addCard) + { + useOther = true; + } + if (IsShangFu(op_card.card)) + { + AnalyseItem.huxi += 4 * 4; + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_GANG_ZHAO_LIU_XI)) + { + AnalyseItem.huxi += 6; + } + else { + AnalyseItem.huxi += 4; + } + } + } + } + } + + if (eyeCard > 0) { + AnalyseItem.cbCardEye = eyeCard; + if (!this.selfCard && eyeCard == this.addCard) + { + useOther = true; + } + if (IsShangFu(eyeCard)) + { + AnalyseItem.huxi += 8; + } + else if (IsDaRenLuShou(eyeCard)) { + AnalyseItem.huxi += 4; + } + else if (eyeCard == 104 || eyeCard == 804) + { + AnalyseItem.huxi += 8; + } + } + + if (useOther == false && usePong) + { + AnalyseItem.huxi -= 1; + } + + //插入结果 + tagAnalyseItemList.add(AnalyseItem); + if (AnalyseItem.huxi >= 11) + { + return true; + } + return false; + } + + public boolean AnalyseCardFuLuShouJiang(int cbLessKindItem, TagKindItem[] pKindItem, int card1, int card2, int card3, int card4, List opCards, List tagAnalyseItemList, ITObject config) { + //变量定义 + TagAnalyseItem AnalyseItem = new TagAnalyseItem(); + + //设置结果 + //设置结果 + boolean diJin = false; + boolean shangDaRenFuLuShou = false; + boolean ban_shangDaRenFuLuShou = false; + boolean hasKan = false; + for (int i = 0; i < opCards.size(); i++) { + OpCard src_card = opCards.get(i); + OpCard op_card = new OpCard(src_card.type, src_card.card); + AnalyseItem.cbOpCard.add(src_card); + if (src_card.type == RuleWeight.TYPE_CHOW) + { + if (IsShangDaRenFuLuShou(src_card.card)) + { + shangDaRenFuLuShou = true; + AnalyseItem.huxi += 4; + } + } + else if (src_card.type == RuleWeight.TYPE_PONG) + { + hasKan = true; + if (IsShangFu(src_card.card)) + { + AnalyseItem.huxi += 3 * 4; + } + else { + AnalyseItem.huxi += 2; + } + } + else + { + hasKan = true; + if (IsShangFu(src_card.card)) + { + AnalyseItem.huxi += 4 * 4; + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_GANG_ZHAO_LIU_XI)) + { + AnalyseItem.huxi += 6; + } + else { + AnalyseItem.huxi += 4; + } + } + } + } + + //设置牌型 + boolean useOther = false; + boolean usePong = false; + if (pKindItem != null) + { + for (int i = 0; i < cbLessKindItem; i++) { + OpCard op_card = new OpCard(pKindItem[i].type, pKindItem[i].card); + AnalyseItem.cbOpCard.add(op_card); + if (op_card.type == RuleWeight.TYPE_CHOW) + { + if (IsShangDaRenFuLuShou(op_card.card)) + { + shangDaRenFuLuShou = true; + AnalyseItem.huxi += 4; + } + if (!this.selfCard && (pKindItem[i].cbCardList[0] == this.addCard) || (pKindItem[i].cbCardList[1] == this.addCard) || (pKindItem[i].cbCardList[2] == this.addCard)) + { + useOther = true; + } + } + else if (op_card.type == RuleWeight.TYPE_PONG) + { + hasKan = true; + if (IsShangFu(op_card.card)) + { + AnalyseItem.huxi += 3 * 4; + } + else { + AnalyseItem.huxi += 3; + if (!this.selfCard && op_card.card == this.addCard) + { + usePong = true; + } + } + } + else + { + if (!this.selfCard && op_card.card == this.addCard) + { + useOther = true; + } + hasKan = true; + if (IsShangFu(op_card.card)) + { + AnalyseItem.huxi += 4 * 4; + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_GANG_ZHAO_LIU_XI)) + { + AnalyseItem.huxi += 6; + } + else { + AnalyseItem.huxi += 4; + } + } + } + } + } + + ITArray eyeCard1 = new TArray(); + eyeCard1.addInt(card1); + eyeCard1.addInt(card2); + AnalyseItem.cbCardEyeList.add(eyeCard1); + + ITArray eyeCard2 = new TArray(); + eyeCard2.addInt(card3); + eyeCard2.addInt(card4); + AnalyseItem.cbCardEyeList.add(eyeCard2); + + if (!this.selfCard && (card1 == this.addCard || card2 == this.addCard || card3 == this.addCard || card4 == this.addCard)) + { + useOther = true; + } + + //一对上、福,就可以胡了 + if (card1 == card2 && IsShangFu(card1)) + { + AnalyseItem.huxi += 12; + } + else if (card1 == card2 && (card1 == 104 || card1 == 804)) + { + AnalyseItem.huxi += 12; + } + else if (card1 == 101 && card2 == 104 || card2 == 101 && card1 == 104) + { + AnalyseItem.huxi += 12; + } + else if (card1 == 801 && card2 == 804 || card2 == 801 && card1 == 804) + { + AnalyseItem.huxi += 12; + } + else if ((card1 == 101 || card2 == 101 ) && card1 != card2) + { + ban_shangDaRenFuLuShou = true; + AnalyseItem.huxi += 4; + } + else if ((card1 == 104 || card2 == 104 ) && card1 != card2) + { + ban_shangDaRenFuLuShou = true; + AnalyseItem.huxi += 4; + } + else if ((card1 == 801 || card2 == 801 ) && card1 != card2) + { + ban_shangDaRenFuLuShou = true; + AnalyseItem.huxi += 4; + } + else if ((card1 == 804 || card2 == 804 ) && card1 != card2) + { + ban_shangDaRenFuLuShou = true; + AnalyseItem.huxi += 4; + } + + if (card3 == card4 && IsShangFu(card3)) + { + AnalyseItem.huxi += 12; + } + else if (card3 == card4 && (card3 == 104 || card3 == 804)) + { + AnalyseItem.huxi += 12; + } + else if (card3 == 101 && card4 == 104 || card4 == 101 && card3 == 104) + { + AnalyseItem.huxi += 12; + } + else if (card3 == 801 && card4 == 804 || card4 == 801 && card3 == 804) + { + AnalyseItem.huxi += 12; + } + else if ((card3 == 101 || card4 == 101) && card3 != card4) + { + ban_shangDaRenFuLuShou = true; + AnalyseItem.huxi += 4; + } + else if ((card3 == 104 || card4 == 104) && card3 != card4) + { + ban_shangDaRenFuLuShou = true; + AnalyseItem.huxi += 4; + } + else if ((card3 == 801 || card4 == 801) && card3 != card4) + { + ban_shangDaRenFuLuShou = true; + AnalyseItem.huxi += 4; + } + else if ((card3 == 804 || card4 == 804) && card3 != card4) + { + ban_shangDaRenFuLuShou = true; + AnalyseItem.huxi += 4; + } + + if (shangDaRenFuLuShou || ban_shangDaRenFuLuShou || hasKan) { + if (card1 != card2 && IsDaRen(card1) && IsDaRen(card2) || card3 != card4 && IsDaRen(card3) && IsDaRen(card4)) + { + if (!diJin) { + diJin = true; + AnalyseItem.huxi += 4; + } + } + if (card1 != card2 && IsLuShou(card1) && IsLuShou(card2) || card3 != card4 && IsLuShou(card3) && IsLuShou(card4)) + { + if (!diJin) { + diJin = true; + AnalyseItem.huxi += 4; + } + } + if ((card1 == card2 && !IsShangFu(card1) && card1 != 104 && card1 != 804) || + (card3 == card4 && !IsShangFu(card3) && card3 != 104 && card3 != 804)) + { + if (!diJin) { + diJin = true; + AnalyseItem.huxi += 3; + } + } + else if ((card1 != card2 && ((card1 / 100 != 1 && card1 / 100 != 8 && card1 % 100 == 4) || (card2 / 100 != 1 && card2 / 100 != 8 && card2 % 100 == 4)) && !IsShangFu(card1)) || + (card3 != card4 && ((card3 / 100 != 1 && card3 / 100 != 8 && card3 % 100 == 4) || (card4 / 100 != 1 && card4 / 100 != 8 && card4 % 100 == 4)) && !IsShangFu(card3))) + { + if (!diJin) { + diJin = true; + AnalyseItem.huxi += 3; + } + } + } + + if (useOther == false && usePong) + { + AnalyseItem.huxi -= 1; + } + + //插入结果 + tagAnalyseItemList.add(AnalyseItem); + if (AnalyseItem.huxi >= 11) + { + return true; + } + return false; + } + + boolean AnalyseCard(Map tempCardList, List opCards, List tagAnalyseItemList, ITObject config) { + //计算数目 + int cbCardCount = 0; + for (Map.Entry entry : tempCardList.entrySet()) { + cbCardCount += entry.getValue(); + } + + //效验数目 + if ((cbCardCount < 1) || (cbCardCount > 19)) { + return false; + } + + //变量定义 + List tagKindList = new ArrayList(); + + do { + int cbLessKindItem = (cbCardCount - 1) / 3; + if (cbLessKindItem + opCards.size() != 6) { + break; + } + + //单吊判断 + if (cbLessKindItem == 0) { + //效验参数 + if (!((cbCardCount == 1) && (opCards.size() == 6))) { + return false; + } + + //牌眼判断 + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num == 1) { + return AnalyseCardFuLuShou(cbLessKindItem, null, card, opCards, tagAnalyseItemList, config); + } + } + + return false; + } + + //拆分分析 + if (cbCardCount >= 3) { + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + //同牌判断 + if (num >= 2 && tempCardList.getOrDefault(card / 100 * 100 + 4, 0) == 1) { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_PONG; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card; + kindItem.cbCardList[2] = card / 100 * 100 + 4; + tagKindList.add(kindItem); + } + + if (num >= 3) { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_PONG; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card; + kindItem.cbCardList[2] = card; + tagKindList.add(kindItem); + } + + //连牌判断 + if (card % 100 >= 1 && card % 100 <= 4 && num > 0) { + for (int i = 1; i <= num; i++) { + if (tempCardList.getOrDefault(card + 1, 0) >= i && tempCardList.getOrDefault(card + 2, 0) >= i && (card+1)%100 != 4 && (card+2)%100 != 4) { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_CHOW; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card + 1; + kindItem.cbCardList[2] = card + 2; + tagKindList.add(kindItem); + } + if (tempCardList.getOrDefault(card + 1, 0) >= i && (card+1)%100 != 4 && tempCardList.getOrDefault(card / 100 * 100 + 4, 0) >= i) { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_CHOW; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card + 1; + kindItem.cbCardList[2] = card / 100 * 100 + 4; + tagKindList.add(kindItem); + } + if (tempCardList.getOrDefault(card + 2, 0) >= i && (card+2)%100 != 4 && tempCardList.getOrDefault(card / 100 * 100 + 4, 0) >= i) { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_CHOW; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card / 100 * 100 + 4; + kindItem.cbCardList[2] = card + 2; + tagKindList.add(kindItem); + } + } + } + } + } + + //组合分析 + if (tagKindList.size() >= cbLessKindItem) { + //变量定义 + Integer[] cbIndex = new Integer[6]; //{0,1,2,3}; + cbIndex[0] = 0; + cbIndex[1] = 1; + cbIndex[2] = 2; + cbIndex[3] = 3; + cbIndex[4] = 4; + cbIndex[5] = 5; + + TagKindItem[] pKindItem = new TagKindItem[6]; + pKindItem[0] = null; + pKindItem[1] = null; + pKindItem[2] = null; + pKindItem[3] = null; + pKindItem[4] = null; + pKindItem[5] = null; + + int count = 0; + //开始组合 + do { + count++; + //设置变量 + Map cbCardMap_temp = new HashMap(); + cbCardMap_temp.putAll(tempCardList); + + for (int i = 0; i < cbLessKindItem; i++) { + pKindItem[i] = tagKindList.get(cbIndex[i]); + } + + //数量判断 + boolean bEnoughCard = true; + for (int i = 0; i < cbLessKindItem * 3; i++) { + //存在判断 + int cbCardIndex = pKindItem[i / 3].cbCardList[i % 3]; + if (cbCardMap_temp.getOrDefault(cbCardIndex, 0) <= 0) { + bEnoughCard = false; + break; + } else { + if (cbCardMap_temp.containsKey(cbCardIndex)) { + cbCardMap_temp.put(cbCardIndex, cbCardMap_temp.get(cbCardIndex) - 1); + } + } + } + + //胡牌判断 + if (bEnoughCard == true) { + //牌眼判断 + int cbCardEye = 0; + for (Map.Entry entry : cbCardMap_temp.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num == 1) { + cbCardEye = card; + break; + } + } + + //组合类型 + if (cbCardEye != 0) { + boolean result = AnalyseCardFuLuShou(cbLessKindItem, pKindItem, cbCardEye, opCards, tagAnalyseItemList, config); + if (ting_pai && result) + { + return true; + } + } + } + + //设置索引 + if (cbIndex[cbLessKindItem - 1] == (tagKindList.size() - 1)) { + int i = cbLessKindItem - 1; + for (; i > 0; i--) { + if ((cbIndex[i - 1] + 1) != cbIndex[i]) { + int cbNewIndex = cbIndex[i - 1]; + for (int j = (i - 1); j < cbLessKindItem; j++) { + cbIndex[j] = cbNewIndex + j - i + 2; + } + break; + } + } + if (i == 0) break; + } else { + cbIndex[cbLessKindItem - 1]++; + } + + } while (true); + //Global.logger.info("count:" + count); + } + + if (tagAnalyseItemList.size() > 0) { + break; + } + } + while (false); + tagKindList.clear(); + + do { + int cbLessKindItem = (cbCardCount - 4) / 3; + if (cbLessKindItem + opCards.size() != 5) { + break; + } + + //单吊判断 + if (cbLessKindItem == 0) { + //效验参数 + if (!((cbCardCount == 4) && (opCards.size() == 5))) { + return false; + } + + //牌眼判断 + ArrayList eyeList = new ArrayList(); + ArrayList eyeCardList = new ArrayList(); + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num > 0) { + for(int i = 0; i < num; i++) + { + eyeCardList.add(card); + } + } + } + + if (eyeCardList.size() != 4) + { + return false; + } + + if (eyeCardList.get(0) / 100 == eyeCardList.get(1) / 100 && eyeCardList.get(2) / 100 == eyeCardList.get(3) / 100) + { + int card1 = eyeCardList.get(0); + int card2 = eyeCardList.get(1); + int card3 = eyeCardList.get(2); + int card4 = eyeCardList.get(3); + + boolean result = AnalyseCardFuLuShouJiang(cbLessKindItem, null, card1, card2, card3, card4, opCards, tagAnalyseItemList, config); + if (ting_pai && result) + { + return true; + } + } + + if (eyeCardList.get(0) / 100 == eyeCardList.get(2) / 100 && eyeCardList.get(1) / 100 == eyeCardList.get(3) / 100) + { + int card1 = eyeCardList.get(0); + int card2 = eyeCardList.get(2); + int card3 = eyeCardList.get(1); + int card4 = eyeCardList.get(3); + + boolean result = AnalyseCardFuLuShouJiang(cbLessKindItem, null, card1, card2, card3, card4, opCards, tagAnalyseItemList, config); + if (ting_pai && result) + { + return true; + } + } + + if (eyeCardList.get(0) / 100 == eyeCardList.get(3) / 100 && eyeCardList.get(2) / 100 == eyeCardList.get(1) / 100) + { + int card1 = eyeCardList.get(0); + int card2 = eyeCardList.get(3); + int card3 = eyeCardList.get(2); + int card4 = eyeCardList.get(1); + + boolean result = AnalyseCardFuLuShouJiang(cbLessKindItem, null, card1, card2, card3, card4, opCards, tagAnalyseItemList, config); + if (ting_pai && result) + { + return true; + } + } + + if (tagAnalyseItemList.size() > 0) + { + return true; + } + else { + return false; + } + } + + //拆分分析 + if (cbCardCount >= 3) { + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + //同牌判断 + if (num >= 2 && tempCardList.getOrDefault(card / 100 * 100 + 4, 0) == 1) { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_PONG; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card; + kindItem.cbCardList[2] = card / 100 * 100 + 4; + tagKindList.add(kindItem); + } + + if (num >= 3) { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_PONG; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card; + kindItem.cbCardList[2] = card; + tagKindList.add(kindItem); + } + + //连牌判断 + if (card % 100 >= 1 && card % 100 <= 4 && num > 0) { + for (int i = 1; i <= num; i++) { + if (tempCardList.getOrDefault(card + 1, 0) >= i && tempCardList.getOrDefault(card + 2, 0) >= i && (card+1)%100 != 4 && (card+2)%100 != 4) { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_CHOW; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card + 1; + kindItem.cbCardList[2] = card + 2; + tagKindList.add(kindItem); + } + if (tempCardList.getOrDefault(card + 1, 0) >= i && (card+1)%100 != 4 && tempCardList.getOrDefault(card / 100 * 100 + 4, 0) >= i) { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_CHOW; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card + 1; + kindItem.cbCardList[2] = card / 100 * 100 + 4; + tagKindList.add(kindItem); + } + if (tempCardList.getOrDefault(card + 2, 0) >= i && (card+2)%100 != 4 && tempCardList.getOrDefault(card / 100 * 100 + 4, 0) >= i) { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_CHOW; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card / 100 * 100 + 4; + kindItem.cbCardList[2] = card + 2; + tagKindList.add(kindItem); + } + } + } + } + } + + //组合分析 + if (tagKindList.size() >= cbLessKindItem) { + //变量定义 + Integer[] cbIndex = new Integer[5]; //{0,1,2,3}; + cbIndex[0] = 0; + cbIndex[1] = 1; + cbIndex[2] = 2; + cbIndex[3] = 3; + cbIndex[4] = 4; + + TagKindItem[] pKindItem = new TagKindItem[5]; + pKindItem[0] = null; + pKindItem[1] = null; + pKindItem[2] = null; + pKindItem[3] = null; + pKindItem[4] = null; + + //开始组合 + int count = 0; + do { + count++; + //设置变量 + Map cbCardMap_temp = new HashMap(); + cbCardMap_temp.putAll(tempCardList); + + for (int i = 0; i < cbLessKindItem; i++) { + pKindItem[i] = tagKindList.get(cbIndex[i]); + } + + //数量判断 + boolean bEnoughCard = true; + for (int i = 0; i < cbLessKindItem * 3; i++) { + //存在判断 + int cbCardIndex = pKindItem[i / 3].cbCardList[i % 3]; + if (cbCardMap_temp.getOrDefault(cbCardIndex, 0) <= 0) { + bEnoughCard = false; + break; + } else { + if (cbCardMap_temp.containsKey(cbCardIndex)) { + cbCardMap_temp.put(cbCardIndex, cbCardMap_temp.get(cbCardIndex) - 1); + } + } + } + + //胡牌判断 + if (bEnoughCard == true) { + //牌眼判断 + ArrayList eyeList = new ArrayList(); + ArrayList eyeCardList = new ArrayList(); + for (Map.Entry entry : cbCardMap_temp.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num > 0) { + for(int i = 0; i < num; i++) + { + eyeCardList.add(card); + } + } + } + + if (eyeCardList.size() != 4) + { + return false; + } + + if (eyeCardList.get(0) / 100 == eyeCardList.get(1) / 100 && eyeCardList.get(2) / 100 == eyeCardList.get(3) / 100) + { + int card1 = eyeCardList.get(0); + int card2 = eyeCardList.get(1); + int card3 = eyeCardList.get(2); + int card4 = eyeCardList.get(3); + + boolean result = AnalyseCardFuLuShouJiang(cbLessKindItem, pKindItem, card1, card2, card3, card4, opCards, tagAnalyseItemList, config); + if (ting_pai && result) + { + return true; + } + } + + if (eyeCardList.get(0) / 100 == eyeCardList.get(2) / 100 && eyeCardList.get(1) / 100 == eyeCardList.get(3) / 100) + { + int card1 = eyeCardList.get(0); + int card2 = eyeCardList.get(2); + int card3 = eyeCardList.get(1); + int card4 = eyeCardList.get(3); + + boolean result = AnalyseCardFuLuShouJiang(cbLessKindItem, pKindItem, card1, card2, card3, card4, opCards, tagAnalyseItemList, config); + if (ting_pai && result) + { + return true; + } + } + + if (eyeCardList.get(0) / 100 == eyeCardList.get(3) / 100 && eyeCardList.get(2) / 100 == eyeCardList.get(1) / 100) + { + int card1 = eyeCardList.get(0); + int card2 = eyeCardList.get(3); + int card3 = eyeCardList.get(2); + int card4 = eyeCardList.get(1); + + boolean result = AnalyseCardFuLuShouJiang(cbLessKindItem, pKindItem, card1, card2, card3, card4, opCards, tagAnalyseItemList, config); + if (ting_pai && result) + { + return true; + } + } + } + + //设置索引 + if (cbIndex[cbLessKindItem - 1] == (tagKindList.size() - 1)) { + int i = cbLessKindItem - 1; + for (; i > 0; i--) { + if ((cbIndex[i - 1] + 1) != cbIndex[i]) { + int cbNewIndex = cbIndex[i - 1]; + for (int j = (i - 1); j < cbLessKindItem; j++) { + cbIndex[j] = cbNewIndex + j - i + 2; + } + break; + } + } + if (i == 0) break; + } else { + cbIndex[cbLessKindItem - 1]++; + } + + } while (true); + //Global.logger.info("count:" + count); + } + + if (tagAnalyseItemList.size() > 0) { + break; + } + } + while (false); + + if (tagAnalyseItemList.size() > 0) { + return true; + } + return false; + } +} diff --git a/majiang/fulushou/game_mj_fulushou/src/test/java/game_mj_fulushou/Main.java b/majiang/fulushou/game_mj_fulushou/src/test/java/game_mj_fulushou/Main.java new file mode 100644 index 0000000..3ff39ef --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/src/test/java/game_mj_fulushou/Main.java @@ -0,0 +1,9 @@ +package game_mj_fulushou; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/CardNiao.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/CardNiao.class new file mode 100644 index 0000000..66fc356 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/CardNiao.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/Config.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/Config.class new file mode 100644 index 0000000..3e687bc Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/Config.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXActionEvent.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXActionEvent.class new file mode 100644 index 0000000..a65dfc8 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXActionEvent.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXGameController.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXGameController.class new file mode 100644 index 0000000..f394ec9 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXGameController.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXMainServer.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXMainServer.class new file mode 100644 index 0000000..35009f4 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXMainServer.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXPlayBack.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXPlayBack.class new file mode 100644 index 0000000..bf4b8c0 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXPlayBack.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXPlayer.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXPlayer.class new file mode 100644 index 0000000..395d87e Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXPlayer.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXRoom.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXRoom.class new file mode 100644 index 0000000..603939d Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXRoom.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXScore.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXScore.class new file mode 100644 index 0000000..798f7d7 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/EXScore.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/OpCard.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/OpCard.class new file mode 100644 index 0000000..aa7f575 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/OpCard.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/PlayerRuleManager.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/PlayerRuleManager.class new file mode 100644 index 0000000..6519b90 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/PlayerRuleManager.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/RoomCard.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/RoomCard.class new file mode 100644 index 0000000..9d5b324 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/RoomCard.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/RuleWeight.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/RuleWeight.class new file mode 100644 index 0000000..18b0c76 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/RuleWeight.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/SettleLog.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/SettleLog.class new file mode 100644 index 0000000..11e4154 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/SettleLog.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/TagAnalyseItem.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/TagAnalyseItem.class new file mode 100644 index 0000000..07efdfb Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/TagAnalyseItem.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/TagKindItem.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/TagKindItem.class new file mode 100644 index 0000000..9c8a8a1 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/TagKindItem.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/WinCardType.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/WinCardType.class new file mode 100644 index 0000000..e266670 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/WinCardType.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleChow.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleChow.class new file mode 100644 index 0000000..1af1932 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleChow.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleOtherKong.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleOtherKong.class new file mode 100644 index 0000000..afad551 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleOtherKong.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleOtherKongSelfWin.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleOtherKongSelfWin.class new file mode 100644 index 0000000..e5bce5f Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleOtherKongSelfWin.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleOtherWin.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleOtherWin.class new file mode 100644 index 0000000..3eb7b2a Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleOtherWin.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RulePong.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RulePong.class new file mode 100644 index 0000000..5fe6cda Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RulePong.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleSelfKong.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleSelfKong.class new file mode 100644 index 0000000..4281fa9 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleSelfKong.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleSelfWin.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleSelfWin.class new file mode 100644 index 0000000..22bd365 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rule/RuleSelfWin.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRChowState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRChowState.class new file mode 100644 index 0000000..ddb2c54 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRChowState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PROtherGongSelfWinState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PROtherGongSelfWinState.class new file mode 100644 index 0000000..b01aa04 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PROtherGongSelfWinState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PROtherKongState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PROtherKongState.class new file mode 100644 index 0000000..4473c10 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PROtherKongState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PROtherWinState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PROtherWinState.class new file mode 100644 index 0000000..9e1f286 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PROtherWinState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRPongState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRPongState.class new file mode 100644 index 0000000..fdadbfb Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRPongState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRSelfKongState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRSelfKongState.class new file mode 100644 index 0000000..5c59bc7 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRSelfKongState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRSelfWinState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRSelfWinState.class new file mode 100644 index 0000000..945bc91 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/rulestate/PRSelfWinState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..4f155e7 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDiscardState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..710b926 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDiscardState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDrawState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..f077ab2 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDrawState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..469dc98 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongDrawState$1$1.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongDrawState$1$1.class new file mode 100644 index 0000000..e073d7b Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongDrawState$1$1.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongDrawState$1.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongDrawState$1.class new file mode 100644 index 0000000..0c5f32c Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongDrawState$1.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongDrawState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongDrawState.class new file mode 100644 index 0000000..602f2d2 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongDrawState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongWinState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongWinState.class new file mode 100644 index 0000000..d69181b Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerKongWinState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..5f3a0ad Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerTipState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..537be79 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerTipState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class new file mode 100644 index 0000000..1d99f7f Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerWaitState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..23d2a77 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/player/state/EXPlayerWaitState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..896ea1b Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomDealState$1.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..108766c Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomDealState$1.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomDealState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomDealState.class new file mode 100644 index 0000000..b2740af Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomDealState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomPiaoState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomPiaoState.class new file mode 100644 index 0000000..c2a18be Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomPiaoState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomSetpState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..91b6417 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomSetpState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomStartGameState.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..b2e693e Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/room/state/EXRoomStartGameState.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/Action.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/Action.class new file mode 100644 index 0000000..8b506c8 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/Action.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/IRuleBase.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/IRuleBase.class new file mode 100644 index 0000000..e6136db Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/IRuleBase.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/Tip.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/Tip.class new file mode 100644 index 0000000..428e7c1 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/Tip.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/TipManager.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/TipManager.class new file mode 100644 index 0000000..401b2d9 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/tip/TipManager.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/uitl/CardUtil.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/uitl/CardUtil.class new file mode 100644 index 0000000..9fdf634 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/uitl/CardUtil.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/uitl/WinCard.class b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/uitl/WinCard.class new file mode 100644 index 0000000..4aafcbe Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/classes/extend/mj/uitl/WinCard.class differ diff --git a/majiang/fulushou/game_mj_fulushou/target/game_mj_fulushou.jar b/majiang/fulushou/game_mj_fulushou/target/game_mj_fulushou.jar new file mode 100644 index 0000000..b846adc Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/game_mj_fulushou.jar differ diff --git a/majiang/fulushou/game_mj_fulushou/target/maven-archiver/pom.properties b/majiang/fulushou/game_mj_fulushou/target/maven-archiver/pom.properties new file mode 100644 index 0000000..47cc103 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Sat Apr 13 13:11:30 GMT+08:00 2024 +version=1.0.0 +groupId=com.game +artifactId=game_mj_fulushou diff --git a/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..8e3953c --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,55 @@ +extend\mj\player\rule\RuleOtherKong.class +extend\mj\room\state\EXRoomSetpState.class +extend\mj\player\state\EXPlayerDrawTipState.class +extend\mj\EXRoom.class +extend\mj\PlayerRuleManager.class +extend\mj\room\state\EXRoomDealState.class +extend\mj\player\state\EXPlayerDiscardState.class +extend\mj\player\rulestate\PRSelfKongState.class +extend\mj\EXMainServer.class +extend\mj\tip\TipManager.class +extend\mj\TagAnalyseItem.class +extend\mj\EXPlayBack.class +extend\mj\RuleWeight.class +extend\mj\SettleLog.class +extend\mj\OpCard.class +extend\mj\EXActionEvent.class +extend\mj\player\rule\RuleOtherWin.class +extend\mj\player\state\EXPlayerDisCardTipState.class +extend\mj\EXGameController.class +extend\mj\player\rulestate\PRSelfWinState.class +extend\mj\player\rule\RuleSelfKong.class +extend\mj\room\state\EXRoomStartGameState.class +extend\mj\player\state\EXPlayerWaitState.class +extend\mj\EXPlayer.class +extend\mj\uitl\CardUtil.class +extend\mj\player\rulestate\PROtherWinState.class +extend\mj\EXScore.class +extend\mj\player\state\EXPlayerWaitKongWinState.class +extend\mj\player\state\EXPlayerKongDrawState$1.class +extend\mj\player\state\EXPlayerTipState.class +extend\mj\player\rulestate\PRChowState.class +extend\mj\TagKindItem.class +extend\mj\tip\Action.class +extend\mj\player\rule\RuleChow.class +extend\mj\player\state\EXPlayerKongWinState.class +extend\mj\room\state\EXRoomDealState$1.class +extend\mj\uitl\WinCard.class +extend\mj\player\rulestate\PROtherKongState.class +extend\mj\player\rule\RulePong.class +extend\mj\player\rulestate\PRPongState.class +extend\mj\room\state\EXRoomPiaoState.class +extend\mj\player\state\EXPlayerKongDrawState$1$1.class +extend\mj\Config.class +extend\mj\player\state\EXPlayerKongDrawState.class +extend\mj\CardNiao.class +extend\mj\tip\Tip.class +extend\mj\tip\IRuleBase.class +extend\mj\player\rule\RuleSelfWin.class +extend\mj\player\state\EXPlayerPiaoNiaoTipState.class +extend\mj\room\state\EXRoomDealState$1$1.class +extend\mj\player\rule\RuleOtherKongSelfWin.class +extend\mj\player\rulestate\PROtherGongSelfWinState.class +extend\mj\player\state\EXPlayerDrawState.class +extend\mj\WinCardType.class +extend\mj\RoomCard.class diff --git a/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..6feafc8 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,51 @@ +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\state\EXPlayerKongDrawState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\tip\Tip.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\TagKindItem.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rule\RuleOtherKongSelfWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\uitl\WinCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\state\EXPlayerWaitState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rulestate\PROtherWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rule\RuleChow.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rulestate\PRSelfKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\state\EXPlayerPiaoNiaoTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\OpCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rulestate\PROtherGongSelfWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\RuleWeight.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\Config.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rulestate\PRPongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\state\EXPlayerKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\room\state\EXRoomPiaoState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rulestate\PROtherKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rule\RuleSelfWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rulestate\PRSelfWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\state\EXPlayerDrawState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rulestate\PRChowState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\tip\TipManager.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\CardNiao.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rule\RuleOtherWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\TagAnalyseItem.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\state\EXPlayerWaitKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rule\RuleSelfKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\rule\RuleOtherKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\WinCardType.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\SettleLog.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\tip\Action.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\EXPlayBack.java +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\main\java\extend\mj\EXRoom.java diff --git a/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..8c06621 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_mj_fulushou\Main.class diff --git a/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..b814577 --- /dev/null +++ b/majiang/fulushou/game_mj_fulushou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\majiang\fulushou\game_mj_fulushou\src\test\java\game_mj_fulushou\Main.java diff --git a/majiang/fulushou/game_mj_fulushou/target/test-classes/game_mj_fulushou/Main.class b/majiang/fulushou/game_mj_fulushou/target/test-classes/game_mj_fulushou/Main.class new file mode 100644 index 0000000..c82ed03 Binary files /dev/null and b/majiang/fulushou/game_mj_fulushou/target/test-classes/game_mj_fulushou/Main.class differ diff --git a/majiang/gejiu/game_mj_gejiu/config/game-config.xml b/majiang/gejiu/game_mj_gejiu/config/game-config.xml new file mode 100644 index 0000000..3e6f73d --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/config/game-config.xml @@ -0,0 +1,11 @@ + + + + + 127.0.0.1 + 0.0.0.0 + 8333 + 8333 + 33 + true + \ No newline at end of file diff --git a/majiang/gejiu/game_mj_gejiu/config/log4j.properties b/majiang/gejiu/game_mj_gejiu/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/majiang/gejiu/game_mj_gejiu/config/taurus-core.xml b/majiang/gejiu/game_mj_gejiu/config/taurus-core.xml new file mode 100644 index 0000000..2219d52 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/majiang/gejiu/game_mj_gejiu/config/taurus-permanent.xml b/majiang/gejiu/game_mj_gejiu/config/taurus-permanent.xml new file mode 100644 index 0000000..4fcbd92 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 2 + 1 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 80 +
+ + + + extension - test + extend.mj.EXMainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/majiang/gejiu/game_mj_gejiu/pom.xml b/majiang/gejiu/game_mj_gejiu/pom.xml new file mode 100644 index 0000000..d3e2324 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_mj_gejiu + 1.0.0 + jar + + game_mj_gejiu + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game_mj_gejiu + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/CardNiao.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/CardNiao.java new file mode 100644 index 0000000..12b4af9 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/CardNiao.java @@ -0,0 +1,22 @@ +package extend.mj; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class CardNiao { + public int card; + + public int playerId=0; + public int seat = 0; + public int score = 0; + + + public ITObject toMP(){ + ITObject obj = TObject.newInstance(); + obj.putInt("card", card); + obj.putInt("score", score); + obj.putInt("playerId", playerId); + obj.putInt("seat", seat); + return obj; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/Config.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/Config.java new file mode 100644 index 0000000..45af080 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/Config.java @@ -0,0 +1,146 @@ +package extend.mj; + +public class Config { + //400 东风 403南风 406西风 409北风 412红中 415发财 418白板 + public static final int DONGFENG = 400; + public static final int NANFENG = 403; + public static final int XIFENG = 406; + public static final int BEIFENG = 409; + public static final int HONGZHONG = 412; + public static final int FACAI = 415; + public static final int BAIBAN = 418; + + + public static final int XIPAI_SCORE = 10; + public static final int ANCHOU_SCORE = 10; + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + + public static final String ROOM_CONFIG_DIANPAO = "dianpao"; //接炮胡 + public static final String ROOM_CONFIG_HUNYISE = "hunyise"; //混一色 + public static final String ROOM_CONFIG_QINGYISE = "qingyise"; //清一色 + public static final String ROOM_CONFIG_PENGPENGHU = "pengpenghu"; //碰碰胡 + public static final String ROOM_CONFIG_QIDUI = "qidui"; //七小对 + public static final String ROOM_CONFIG_HAOHUA_QIDUI = "haohua_qidui"; //豪华七小对 + public static final String ROOM_CONFIG_HAOHUA2_QIDUI = "haohua2_qidui"; //双豪华七小对 + public static final String ROOM_CONFIG_HAOHUA3_QIDUI = "haohua3_qidui"; //三豪华七小对 + public static final String ROOM_CONFIG_GANGSHANGKAIHUA_2bei = "gangshangkaihua"; //杠上开花2倍 + public static final String ROOM_CONFIG_GANGSHANGPAO_2bei = "gangshangpao_2bei"; //杠上炮2倍 + public static final String ROOM_CONFIG_SHISHANGYAO = "shishanyao"; //十三幺 + public static final String ROOM_CONFIG_TIANDIHU = "tiandihu"; //天地胡 + public static final String ROOM_CONFIG_SHIBALUOHAN = "shibaluohan"; //十八罗汉 + public static final String ROOM_CONFIG_XIAOSHANYUAN = "xiaoshanyuan"; //小三元 + public static final String ROOM_CONFIG_XIAOSIXI = "xiaosixi"; //小四喜 + public static final String ROOM_CONFIG_DASHANYUAN = "dashanyuan"; //大三元 + public static final String ROOM_CONFIG_DASIXI = "dasixi"; //大四喜 + public static final String ROOM_CONFIG_LOUHU = "louhu"; //漏胡 + public static final String ROOM_CONFIG_YAO_JIU = "yao_jiu"; //混幺九 + public static final String ROOM_CONFIG_QING_YAO_JIU = "qing_yao_jiu"; //清幺九 + public static final String ROOM_CONFIG_QUAN_FENG = "quan_feng"; //全风 + public static final String ROOM_CONFIG_QUAN_FENG_SCORE = "quan_qiu_ren"; //全求人 + public static final String ROOM_CONFIG_ZIYISE = "ziyise"; //字一色 + public static final String ROOM_CONFIG_HAI_DI_NAO_YUE = "haidinaoyue"; //海底捞月 + + public static final String ROOM_CONFIG_ZHUANGXIAN = "zhuangxian"; + + + //------------------配置----------------------------------- + public static final String ROOM_CONFIG_WANFA = "wanfa";//玩法 + public static final String ROOM_CONFIG_QIDUI_JIA_FAN = "qiduijiafan"; //七对加番 + + public static final String ROOM_CONFIG_SHOUDAILONGJIAFAN = "shoudailongjiafan"; //手逮龙加番 + public static final String ROOM_CONFIG_LOUDILONGJIAFAN = "loudilongjiafan"; //落地龙 + public static final String ROOM_CONFIG_BUNENGCHI = "bunengchi"; //不能吃 + + + public static final String ROOM_CONFIG_HZ_HU = "hz_hu"; + public static final String ROOM_CONFIG_GENGZHUAN = "geng_zhuan"; + public static final String ROOM_CONFIG_LIAN_ZHUANG = "lian_zhuang"; + public static final String ROOM_CONFIG_FENGDING = "fengding"; + public static final String ROOM_CONFIG_MENG_QING = "men_qing"; //门清 + //public static final String ROOM_CONFIG_JIHU_SHI_PINGHU = "ji hu shi ping hu"; //没有鸡胡,统一叫平胡 + + + public static final String SETTLE_ZIMO = "zimo"; + public static final String SETTLE_AN_KONG = "an_kong"; + public static final String SETTLE_MING_KONG = "ming_kong"; + + public static final int MING_GANG_SCORE = 1; + public static final int BU_GANG_SCORE = 1; + public static final int AN_GANG_SCORE = 2; + + + + /** + * + */ + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + /** + * + */ + public static final String GAME_DIS_CARD = "611"; + + /** + * + */ + public static final String GAME_EVT_DISCARD = "812"; + + /** + * + */ + public static final String GAME_EVT_DISCARD_TIP = "813"; + + /** + * + */ + public static final String GAME_EVT_FZTIPS = "814"; + + /** + * + */ + public static final String GAME_ACTION = "612"; + + /** + * + */ + + public static final String GAME_EVT_ACTION = "815"; + + /** + * + */ + public static final String GAME_EVT_HU = "816"; + + /** + * + */ + public static final String GAME_EVT_RESULT1 = "817"; + + /** + * + */ + public static final String GAME_EVT_RESULT2 = "818"; + + /** + * + */ + public static final String GAME_EVT_DRAW = "819"; + + /** + * + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + public static final String GAME_EVT_OPENKONG = "824"; + + public static final String GAME_EVT_GANGZI = "837"; + public static final String GAME_EVT_BUGANG = "838"; + + public static final String GAME_EVT_DOGANG = "839"; + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXActionEvent.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXActionEvent.java new file mode 100644 index 0000000..42c5690 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXActionEvent.java @@ -0,0 +1,22 @@ +package extend.mj; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_DOGANG = "do_gang"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_START_GAME ="start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_KONG_WIN = "kong_win"; + + public static final String EVENT_PIAO_NIAO = "piao_niao"; + + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXGameController.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXGameController.java new file mode 100644 index 0000000..43e4e8a --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXGameController.java @@ -0,0 +1,330 @@ +package extend.mj; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; +import extend.mj.tip.Tip; +import extend.mj.tip.TipManager; +import extend.mj.uitl.CardUtil; + +import java.util.Collections; +import java.util.Map.Entry; + +/** + * + * + * + * EXGameController.java + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + if(Global.loggerDebug) { + int id = params.getInt("id"); + if(id ==0) { + Global.logger.info(owner + " pass!"); + }else { + TipManager tipMgr =((EXPlayer)owner).tipMgr; + if(tipMgr.tipMap.containsKey(id)) { + Tip tip = tipMgr.tipMap.get(id); + Global.logger.info(owner + " select_action type:"+tip.weight+" card:"+tip.card); + } + } + } + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_EVT_DOGANG) + public void RouterGangCard(Session sender,ITObject params,int gid,Player owner) { + Global.logger.info("GAME_EVT_DOGANG:"+params); + owner.stateMachine.execute(EXActionEvent.EVENT_DOGANG, 0, params); + } + + public void changeActiveSeat(EXRoom owner,int activeSeat) { + owner.activeSeat = activeSeat; + TObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void getCard(EXPlayer player,int leftCount){ + ITObject otherParam = new TObject(); + otherParam.putInt("card", 0); + otherParam.putInt("seat", player.room.activeSeat); + otherParam.putInt("left_count", leftCount); + + ITObject param = new TObject(); + param.putInt( "card", player.drawCard ); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + player.cardInhand.add(player.drawCard); + if(Global.loggerDebug) { + Global.logger.info(player + " drawcard["+player.drawCard+"]"); + } + player.room.broadCastToClient(player.playerid, Config.GAME_EVT_DRAW, otherParam); + ((EXPlayBack)player.getRoom().playBackData).addGetCardCommand(player.room.activeSeat, player.drawCard,leftCount); + } + + public void outCard(EXPlayer player,int discard){ + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + if (player.getRoom().isLaizi(discard)) + { + response.putBoolean("is_cheng", true); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + } + else { + response.putBoolean("is_cheng", false); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + } + EXRoom room = player.getRoom(); + ((EXPlayBack)room.playBackData).addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + + + if(Global.loggerDebug) { + Global.logger.info(player + " outcard["+discard+"]"); + } + if (player.getRoom().isLaizi(discard)) + { + player.chengList.add(discard); + Util.removeCard(player.cardInhand, discard, 1); + } + else { + player.outcardList.add(discard); + + Util.removeCard(player.cardInhand, discard, 1); + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + } + + + + public void actionCard(EXPlayer player,int card,int type,int from_seat,ITArray opcardArray){ + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + if(opcardArray!=null){ + paramBroadCast.putTArray("opcard", opcardArray); + } + EXRoom room = player.getRoom(); + + if(Global.loggerDebug) { + Global.logger.info(String.format("%s from_seat:%d card:%d type:%d ", player,from_seat,card,type)); + } + room.broadCastToClient(0, Config.GAME_EVT_ACTION, paramBroadCast); + ((EXPlayBack)room.playBackData).addActionCommand(player.seat, type, card, from_seat,opcardArray); + } + + public void dealCard(EXRoom owner) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + player.cardInhand = owner.card.deal(player, owner.bankerSeat == player.seat?13:13); + Collections.sort(player.cardInhand); + + if(Global.loggerDebug) { + Global.logger.info(player + " cardlist:" + player.cardInhand); + } + + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + param.putInt("laiziCard", owner.card.laiziCard); + param.putInt("laiziCard2", owner.card.laiziCard2); + param.putInt("laiziCardBefore", owner.card.laiziCardBefore); + param.putInt("laiziCard2Before", owner.card.laiziCard2Before); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + ITObject param = new TObject(); + param.putBoolean("auto",owner.autoOutCard); + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, param); + } + + public void sendGangZiEvent(EXRoom room){ + for (Entry entry : room.playerMapById.entrySet()) { + EXPlayer owner = (EXPlayer)entry.getValue(); + owner.getRoom().currenDiscardSeat = owner.seat; + ITObject param = new TObject(); + param.putInt("gangnum", room.gangnum); + param.putInt("gangzi1", room.gangzi1); + param.putInt("gangzi2", room.gangzi2); + owner.sendEvent(Config.GAME_EVT_GANGZI, param); + } + } + + public void kaiGangEvent(EXPlayer owner){ + owner.getRoom().currenDiscardSeat = owner.seat; + EXRoom room = owner.getRoom(); + ITArray cardInHand = TArray.newInstance(); + cardInHand.addInt(room.gangzi1); + cardInHand.addInt(room.gangzi2); + ITObject param = new TObject(); + param.putInt("seat",owner.seat); + param.putTArray("info", cardInHand); + owner.sendEvent(Config.GAME_EVT_BUGANG, param); + } + + public void winEvent(EXPlayer owner,int from_seat,int win_card) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("win_card", win_card); + param.putInt("from_seat", from_seat); + ITArray array = CardUtil.toMPData_WinMap(owner.winMap); + if (array != null) { + param.putTArray("win_list", array); + } + if(Global.loggerDebug) { + Global.logger.info(owner + " hupai!["+(owner.seat == from_seat?"self":"other")+"]"); + } + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + ((EXPlayBack)room.playBackData).addWinCardCommand(owner.seat, false); + } + + public void sendNiaoEvt(EXPlayer owner, int seat) { + EXRoom room = owner.getRoom(); + + ITObject param = new TObject(); +// param.putInt("playerid", owner.playerid); + ITArray array = new TArray(); + + param.putTArray("niao", array); + param.putInt("start_seat", seat); + + ((EXPlayBack)room.playBackData).addNiaoCommand(owner.seat, param); + } + + + private ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("xipai_score", owner.xi_pai_score); + mp.putInt("anchou_score", owner.an_chou_score); + + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray niao = new TArray(); + mp.putTArray("niao", niao); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + Global.logger.info("getRoomResultData:" + player.playerid +"hu_score:"+player.hu_score); + param.putInt("hu_score", player.score.round_log.get(EXScore.WIN)); + int gs = player.score.round_log.get(EXScore.KONG) + player.score.round_log.get(EXScore.AN_KONG); + param.putInt("gang_score", gs); + param.putInt("geng_zhuan", player.score.round_log.get(EXScore.GENG_ZHUAN)); + param.putInt("ma_geng_gong", player.score.round_log.get(EXScore.MA_GENG_GONG)); + param.putInt("zhong_jiang", player.score.round_log.get(EXScore.ZHONG_JIANG)); + + param.putInt("repeat_win", 0); + + param.putBoolean("fengding", player.fengding); + player.hp_info(param); + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + + + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + + + ITArray array = CardUtil.toMPData_WinMap(player.winMap); + if (array != null) { + param.putTArray("win_list", array); + } + param.putInt("ming_gang_num", player.ming_gang_num); + param.putInt("an_gang_num", player.an_gang_num); + param.putInt("dian_gang_num", player.dian_gang_num); + param.putInt("cheng_num", player.cheng_num); + + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putTObject("settle_log", player.settleLog.toTObject()); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss?2:1); + if(!dissmiss) { + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXMainServer.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXMainServer.java new file mode 100644 index 0000000..17569b3 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXMainServer.java @@ -0,0 +1,91 @@ +package extend.mj; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.mj.player.rulestate.*; +import extend.mj.player.state.*; +import extend.mj.room.state.EXRoomDealState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.room.state.EXRoomStartGameState; + +/** + * + * + * EXMainServer.java + */ +public class EXMainServer extends MainServer{ + + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController)Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerKongDrawState.class, new EXPlayerKongDrawState()); + Global.registerState(EXPlayerChengDrawState.class, new EXPlayerChengDrawState()); + + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + Global.registerState(EXPlayerWaitKongWinState.class, new EXPlayerWaitKongWinState()); + Global.registerState(EXPlayerKongWinState.class, new EXPlayerKongWinState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + + Global.registerState(PRChowState.class, new PRChowState()); + + Global.registerState(PROtherKongState.class, new PROtherKongState()); + Global.registerState(PROtherWinState.class, new PROtherWinState()); + Global.registerState(PRPongKongWinState.class, new PRPongKongWinState()); + Global.registerState(PRPongKongState.class, new PRPongKongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRSelfKongState.class, new PRSelfKongState()); + Global.registerState(PRSelfWinState.class, new PRSelfWinState()); + Global.registerState(PROtherGongSelfWinState.class, new PROtherGongSelfWinState()); + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXPlayBack.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXPlayBack.java new file mode 100644 index 0000000..d29006c --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXPlayBack.java @@ -0,0 +1,74 @@ +package extend.mj; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class EXPlayBack extends BasePlayBack{ + + + public EXPlayBack(EXRoom room){ + super(room); + info.putInt("left_card", room.card.getCount()); + info.putInt("laiziCard", room.card.laiziCard); + info.putInt("laiziCard2", room.card.laiziCard2); + info.putInt("laiziCardBefore", room.card.laiziCardBefore); + info.putInt("laiziCard2Before", room.card.laiziCard2Before); + } + + protected ITObject getPlayerInfo(Player player) { + ITObject obj =super.getPlayerInfo(player); + EXPlayer p = (EXPlayer)player; + ITArray cardInhand = Util.toTArray(p.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + return obj; + } + + public void addGetCardCommand(int seat,int card,int left_count){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard",seat,data); + } + + + public void addOutCardCommand(int seat,int card){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard",seat,data); + } + + public void addOutCardKongCommand(int seat,ITArray card){ + ITObject data = TObject.newInstance(); + data.putTArray("cardList", card); + addCommand("OutCardKong",seat,data); + } + + public void addActionCommand(int seat,int type,int card,int from_seat,ITArray opcardArray){ + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + if(opcardArray!=null) + cmdData.putTArray("opcard", opcardArray); + addCommand("Action",seat,cmdData); + } + + public void addWinCardCommand(int seat,boolean zimo){ + ITObject cmdData = TObject.newInstance(); + addCommand("Win",seat,cmdData); + } + + public void addNiaoCommand(int seat,ITObject param){ + addCommand("Niao",seat,param); + } + + public void addMaiNiaoCommand(int seat,ITObject param){ + addCommand("Mai_Niao",seat,param); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXPlayer.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXPlayer.java new file mode 100644 index 0000000..513da03 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXPlayer.java @@ -0,0 +1,206 @@ +package extend.mj; + +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.mj.tip.TipManager; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * + * + * + * 2017��8��30�� + * EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + + // ������ + public List outcardList; + + public List outputCardList;//打出过的牌,包括被吃碰杠 + + public boolean istangzihu = false;//是否是塘子胡 + + public ITArray opCard; + + public List pongGroup; + public List kongGroup; + public List selfKongGroup; + public List opCardList; + + public int drawCard = 0; + public int winCard = 0; + + public TipManager tipMgr; + + public SettleLog settleLog; + + public boolean autoOutCard = false; + /** + * ©�� + */ + public boolean louhu = false; + + /** + * ǿ�Ƽ����� + */ + public boolean forceCheckWin = false; + /** + * 0 С�� 1 ���ܺ� + */ + public int winType = 0; + + /** + * 0 无 1 胡 2 输 + */ + public int last_winer = 0; + + public List notPongKongList = new ArrayList<>(); + public List notPongList = new ArrayList<>(); + public List chengList = new ArrayList<>(); + + public int repeat_win; + + public Map winMap; + + + public int hu_score; + + public int di_score; + + + public int ming_gang_num = 0; + public int an_gang_num = 0; + public int dian_gang_num = 0; + public int cheng_num = 0; + public boolean is_cheng = false; + + public boolean tinghu10bei = false; + + public boolean gangshangpao = false; + + + public int liangang = 0; + + public boolean fengding; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + outputCardList = new ArrayList<>(); + pongGroup = new ArrayList<>(); + kongGroup = new ArrayList<>(); + selfKongGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + + opCard = new TArray(); + + tipMgr = new TipManager(this); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_ZIMO, 0); + settleLog.put(Config.SETTLE_AN_KONG, 0); + settleLog.put(Config.SETTLE_MING_KONG, 0); + + repeat_win = -1; + hu_score = 0; + di_score = 0; + + ming_gang_num = 0; + an_gang_num = 0; + dian_gang_num = 0; + + last_winer = 0; + + tinghu10bei = false; + gangshangpao = false; + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + ITArray chengList = Util.toTArray(this.chengList); + playerData.putTArray("cheng_list", chengList); + playerData.putInt("card_count", cardInhand.size()); + playerData.putInt("score", score.total_score); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card", opcard.card); + if (opcard.opcard != null) + { + List tempOpCard = new ArrayList<>(); + for(int i = 0; i < opcard.opcard.length; i++) + { + if (opcard.opcard[i] > 0) + { + tempOpCard.add(opcard.opcard[i]); + } + } + opcardParam.putTArray("opcard", Util.toTArray(tempOpCard)); + } + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + + return playerData; + } + + public void clear() { + super.clear(); + this.cardInhand.clear(); + this.notPongKongList.clear(); + this.notPongList.clear(); + this.winer = 0; + this.louhu = false; + this.outcardList.clear(); + this.outputCardList.clear(); + this.drawCard = 0; + this.kongGroup.clear(); + this.pongGroup.clear(); + this.selfKongGroup.clear(); + this.opCardList.clear(); + this.score.resetRound(); + this.winMap = null; + this.hu_score = 0; + this.istangzihu = false; + this.di_score = 0; + this.ming_gang_num = 0; + this.an_gang_num = 0; + this.dian_gang_num = 0; + this.tinghu10bei = false; + this.cheng_num = 0; + this.fengding = false; + this.chengList.clear(); + } + + public EXRoom getRoom() { + return (EXRoom) room; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXRoom.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXRoom.java new file mode 100644 index 0000000..529bed9 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXRoom.java @@ -0,0 +1,624 @@ +package extend.mj; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.tip.Action; +import extend.mj.tip.TipManager; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +public class EXRoom extends Room { + + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + public int activeCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winCount = 0; + public boolean liuju = false; + public boolean last_liuju = false; + + public boolean activeHaidi = false; + public int haidiCard; + + public OpenKong activeKong = null; + + public int adminSeat = 0; + public int lastWinPlayerId = 0; + public boolean isGengZhuang = false; + public int first_zhuang_card = 0; + public int geng_zhuan_num = 0; + public int gent_zhuan_nextSeat = 0; + + public int gangnum = 0; + public int gangzi1 = 0; + public int gangzi2 = 0; + /* + * 上一次庄家座位号 + */ + public int lastBankerSeat = 0; + + public int fengdingScore = 0; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + + if (!this.config.containsKey(Config.ROOM_CONFIG_DIANPAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DIANPAO, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HUNYISE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HUNYISE, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QINGYISE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QINGYISE, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_PENGPENGHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_PENGPENGHU, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAOHUA_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAOHUA_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAOHUA2_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAOHUA2_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAOHUA3_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAOHUA3_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_GANGSHANGKAIHUA_2bei)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GANGSHANGKAIHUA_2bei, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_SHISHANGYAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_SHISHANGYAO, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_TIANDIHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_TIANDIHU, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_SHIBALUOHAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_SHIBALUOHAN, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_XIAOSHANYUAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIAOSHANYUAN, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_DASHANYUAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DASHANYUAN, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_DASIXI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DASIXI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_XIAOSIXI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIAOSIXI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_LOUHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LOUHU, false); + } + + this.config.putBoolean(Config.ROOM_CONFIG_ZHUANGXIAN, false); + + this.config.putBoolean(Config.ROOM_CONFIG_HZ_HU, false); + + if (!this.config.containsKey(Config.ROOM_CONFIG_GENGZHUAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GENGZHUAN, false); + } + + + if (!this.config.containsKey(Config.ROOM_CONFIG_LIAN_ZHUANG)) { + this.config.putBoolean(Config.ROOM_CONFIG_LIAN_ZHUANG, false); + } + + + if (!this.config.containsKey(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN, false); + } + + + ////幺九 + if (!this.config.containsKey(Config.ROOM_CONFIG_YAO_JIU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_YAO_JIU, false); + } + + //清幺九 + if (!this.config.containsKey(Config.ROOM_CONFIG_QING_YAO_JIU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QING_YAO_JIU, false); + } + + + //全风 + if (!this.config.containsKey(Config.ROOM_CONFIG_QUAN_FENG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QUAN_FENG, false); + } + + + + //全求人 + if (!this.config.containsKey(Config.ROOM_CONFIG_QUAN_FENG_SCORE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QUAN_FENG_SCORE, false); + } + + + if (!this.config.containsKey(Config.ROOM_CONFIG_ZIYISE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_ZIYISE, false); + } + + //封顶十倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_FENGDING)) + { + this.config.putInt(Config.ROOM_CONFIG_FENGDING, 0); + this.fengdingScore = 0; + }else{ + int fengding = this.config.getInt(Config.ROOM_CONFIG_FENGDING); + if (fengding==1){ + this.fengdingScore = 40; + }else if(fengding==2){ + this.fengdingScore = 80; + }else if(fengding==3){ + this.fengdingScore = 160; + } + } + + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + //海底捞月 + //自动胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_HAI_DI_NAO_YUE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAI_DI_NAO_YUE, false); + } + + //门清 + if (!this.config.containsKey(Config.ROOM_CONFIG_MENG_QING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_MENG_QING, false); + } + + //杠上炮2倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_GANGSHANGPAO_2bei)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GANGSHANGPAO_2bei, false); + } + + this.isEntrust=true; + this.adminSeat = 0; + this.lastWinPlayerId =0; + + this.first_zhuang_card = 0; + this.geng_zhuan_num = 0; + this.gent_zhuan_nextSeat = 0; + + if (this.config.getBoolean(Config.ROOM_CONFIG_GENGZHUAN)) + { + this.isGengZhuang = true; + } + + this.lastBankerSeat = 0; + this.last_liuju = false; + + //初始化房间的特殊参数 + WinCardType.InitRoomSpecialConfig(this); + } + + public boolean isLiuJu() + { + + if (card.cardList.size() == 0) + { + return true; + } + + + return false; + } + + public void endGameByLiuJu() + { + liuju = true; + clear_repeatwin(); + + endGame(); + } + + public void endGame() + { + last_liuju = liuju; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer != 1) + { + player.last_winer = 0; + player.repeat_win = -1; + } + else + { + player.last_winer = 1; + } + + + } + super.endGame(); + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + + checkAction(); + } + + public boolean isLaizi(int card) { + return this.card.isLaizi(card); + } + + public boolean isFanPai(int card) { + return this.card.isFanPai(card); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + activePlayer.stateMachine.toNextState(); + } else { + + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + + } + + /** + * 获取房间信息 + * + * @return + */ + public ITObject getRoomInfo() { + ITObject data = super.getRoomInfo(); + if (data != null) + { + data.putInt("laiziCard", this.card.laiziCard); + data.putInt("laiziCard2", this.card.laiziCard2); + data.putInt("laiziCardBefore", this.card.laiziCardBefore); + data.putInt("laiziCard2Before", this.card.laiziCard2Before); + } + + return data; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + return data; + } + + public void addScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score, int type) { + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + if(type == EXScore.WIN) { + if (zhuangxian) { + if (destPlayer.seat == this.bankerSeat || fromPlayer.seat == this.bankerSeat) { + score += 1; + } + } + } + + Global.logger.info("destPlayer:"+destPlayer+"type:"+destPlayer.score.round_log.get(type)+"|"+score); + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + + } + + public void addMaGengGongScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + this.addScore(destPlayer, fromPlayer, score, EXScore.MA_GENG_GONG); + } + + public void addAllMaGengGongScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addMaGengGongScore(destPlayer, fromPlayer, score); + } + } + + public int GetGongScore(EXPlayer destPlayer) + { + return destPlayer.score.round_log.get(EXScore.KONG); + } + + public void addAllScore(EXPlayer destPlayer, int socre, int type) { + Global.logger.info("add score:"+socre+"type:"+type); + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + + if ( this.fengdingScore > 0) + { + if (socre > this.fengdingScore) { + socre = this.fengdingScore; + fromPlayer.fengding = true; + } + } + this.addScore(destPlayer, fromPlayer, socre, type); + } + } + + + + public void handle_repeatwin(EXPlayer owner) + { + if (owner.last_winer == 1) + { + owner.repeat_win += 1; + } + else + { + owner.repeat_win += 1; + } + } + + public void clear_repeatwin() + { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.repeat_win = -1; + player.last_winer = 0; + } + } + + + + + + public void winCallback(EXPlayer owner, int card) { + if (this.winCount >= this.actionList.size()) { + if (actionList.size() > 1) { + this.bankerSeat = this.activeSeat; + } else { + } + + this.endGame(); + } + } + + public void winCallback_qiangkong(EXPlayer owner, int card) { + + if (this.winCount >= this.actionList.size()) { + if (actionList.size() > 1) { + this.bankerSeat = this.activeSeat; + } else { + } + + this.endGame(); + } + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void clear() { + super.clear(); + + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + + this.isGengZhuang = false; + this.first_zhuang_card = 0; + this.geng_zhuan_num = 0; + this.gent_zhuan_nextSeat = 0; + if (this.config.getBoolean(Config.ROOM_CONFIG_GENGZHUAN)) + { + this.isGengZhuang = true; + } + this.lastBankerSeat = 0; + } + + public void handle10BeiBuJiFen(EXPlayer winner) + { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (winner.playerid != player.playerid) + { + if (IsTingHu10Bei(player)) + { + player.tinghu10bei = true; + } + } + } + } + + public boolean IsTingHu10Bei(EXPlayer player) + { + List tempList = new ArrayList(); + + for (int index = 1; index <= 9; index++) { + tempList.add(100 + index); + tempList.add(200 + index); + tempList.add(300 + index); + } + + + //400 东风 403南风 406西风 409北风 412红中 415发财 418白板 + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + + + for(int i = 0; i < tempList.size(); i++) + { + int card = tempList.get(i); + + HashMap map = new HashMap(); + WinCard win = new WinCard(player.cardInhand, card, this.card.laiziCard, this.card.laiziCard2, false, false); + if (win.checkWin(map, player, this, true)) { + int dahu_score = 0; + int cheng_score = 1; + for (Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + + if (cardType.IsDaHu()) + { + dahu_score += cardType.score*WinCardType.DA_HU_BEI_SCORE; + } + else + { + cheng_score *= cardType.score; + } + } + + } + } + + return false; + } + + public EXPlayer get12ZhangLuoDi(EXPlayer owner) + { + if (owner.opCardList.size() >= 4) + { + OpCard opCard = owner.opCardList.get(owner.opCardList.size() - 1); + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.KONG) + { + if (opCard.card_seat > 0) + { + EXPlayer badPlayer = (EXPlayer)this.playerMapBySeat.get(opCard.card_seat); + if (badPlayer != null) + { + return badPlayer; + } + } + } + } + return null; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXScore.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXScore.java new file mode 100644 index 0000000..8c04b2d --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/EXScore.java @@ -0,0 +1,28 @@ +package extend.mj; + +import com.game.data.Score; + + +public class EXScore extends Score{ + public static final int WIN = 1; + public static final int KONG = 2; + public static final int AN_KONG = 4; + public static final int GENG_ZHUAN = 5; + public static final int MA_GENG_GONG = 6; + //public static final int MAI_NIAO = 7; + public static final int ZHONG_JIANG = 8; + + public EXScore(EXPlayer owner){ + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(KONG, 0); + this.round_log.put(AN_KONG,0); + this.round_log.put(GENG_ZHUAN, 0); + this.round_log.put(MA_GENG_GONG, 0); + this.round_log.put(ZHONG_JIANG, 0); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/OpCard.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/OpCard.java new file mode 100644 index 0000000..58028b5 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/OpCard.java @@ -0,0 +1,49 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; + +public class OpCard { + public int type; + public int card; + public int card_seat; + public int card2; + public int card3; + public int card4; + public int[] opcard; + + public ITArray opCard; + + public OpCard(int type, int card) { + this.type = type; + this.card = card; + this.card2 = 0; + this.card3 = 0; + this.card4 = 0; + this.card_seat = 0; + } + + public OpCard(int type, int card, int card_seat, int[] card_list) { + this.type = type; + this.card = card; + this.card2 = 0; + this.card3 = 0; + this.card_seat = card_seat; + this.opcard = card_list; + } + + public OpCard(int type, int card, int card2, int card3) { + this.type = type; + this.card = card; + this.card2 = card2; + this.card3 = card3; + this.card_seat = 0; + } + + public OpCard(int type, int card, int card_seat) { + this.type = type; + this.card = card; + this.card2 = 0; + this.card3 = 0; + this.card_seat = card_seat; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/OpenKong.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/OpenKong.java new file mode 100644 index 0000000..9d5f614 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/OpenKong.java @@ -0,0 +1,52 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.mj.uitl.CardUtil; + +import java.util.ArrayList; +import java.util.List; + +public class OpenKong { + + public int diceNum1; + public int diceNum2; + + /** + * + */ + public int fromSeat; + + + public int kongSeat; + public List drawList; + + public boolean haidi; + + public int tipActionSeat = -1; + + public OpenKong() { + drawList = new ArrayList(); + + diceNum1 = CardUtil.randomDiceNum(); + diceNum2 = CardUtil.randomDiceNum(); + } + + public ITObject getTObject() { + ITObject data = TObject.newInstance(); + data.putInt("diceNum1", diceNum1); + data.putInt("diceNum2", diceNum2); + + data.putInt("from_seat", fromSeat); + data.putInt("kong_seat", kongSeat); + + ITArray cardList = TArray.newInstance(); + for (int card : drawList) { + cardList.addInt(card); + } + data.putTArray("cardList", cardList); + return data; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/PlayerRuleManager.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/PlayerRuleManager.java new file mode 100644 index 0000000..abd9a44 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/PlayerRuleManager.java @@ -0,0 +1,118 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.mj.player.rule.*; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerTipState; +import extend.mj.tip.IRuleBase; + +/** + * ����������� + * + * + * + * 2017��9��19�� PlayerRuleManager.java + */ +public class PlayerRuleManager { + + /** + * ����ץ�� + */ + public static final int DRAW_RULE = 1; + + /** + * ���˳��� + */ + public static final int OTHER_DISCARD_RULE = 2; + /** + * ���ܺ����� + */ + public static final int KONG_HU_RULE = 3; + /** + * �������Ժ���ƹ��� + */ + public static final int CHOW_PONG_DISCARD_RULE = 7; + + public static final int KONG_DRAW_RULE = 8; + public static final int CHENG_DRAW_RULE = 9; + public static final int CHENG_RULE = 10; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.KONG_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.CHENG_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.KONG_HU_RULE, (EXPlayerKongWinState) Global.getState(EXPlayerKongWinState.class)); + tipMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, (EXPlayerDrawTipState) Global.getState(EXPlayerDrawTipState.class)); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleSelfKong()); + drawRuleList.add(new RulePongKong()); + drawRuleList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List kongDrawRuleList = new ArrayList(); + kongDrawRuleList.add(new RuleSelfKong()); + kongDrawRuleList.add(new RulePongKong()); + kongDrawRuleList.add(new RuleOtherKongSelfWin()); + ruleMap.put(PlayerRuleManager.KONG_DRAW_RULE, kongDrawRuleList); + + List chengDrawRuleList = new ArrayList(); + chengDrawRuleList.add(new RuleSelfKong()); + chengDrawRuleList.add(new RulePongKong()); + chengDrawRuleList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.CHENG_DRAW_RULE, chengDrawRuleList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleChow()); + otherDiscardList.add(new RuleOtherKong()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, otherDiscardList); + + List konghuList = new ArrayList(); + konghuList.add(new RulePongKongWin()); + ruleMap.put(PlayerRuleManager.KONG_HU_RULE, konghuList); + + List cpDiscardRuleList = new ArrayList(); + cpDiscardRuleList.add(new RuleSelfKong()); + cpDiscardRuleList.add(new RulePongKong()); + ruleMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, cpDiscardRuleList); + + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/RoomCard.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/RoomCard.java new file mode 100644 index 0000000..c7f810f --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/RoomCard.java @@ -0,0 +1,1827 @@ +package extend.mj; + +import com.game.Global; +import com.game.Util; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; + + +public class RoomCard { + public List cardList; + EXRoom room; + public ArrayList subCardList; + public Integer laiziCard; + public Integer laiziCard2; + public Integer laiziCardBefore; + public Integer laiziCard2Before; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + subCardList = new ArrayList<>(); + this.room = table; + laiziCard = 0; + laiziCard2 = 0; + laiziCardBefore = 0; + laiziCard2Before = 0; + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + + //this.cardList.add(106); + //this.cardList.add(109); + //this.cardList.add(107); + //this.cardList.add(108); + //this.cardList.add(109); + this.setbugang(); + } + + private void setbugang(){ + // 136 - 13- 14 = 109 + this.room.gangnum = 0; + + this.room.gangzi1 = this.cardList.get(this.cardList.size()-1); + this.room.gangzi2 = this.cardList.get(this.cardList.size()-2); + } + private void initCard() { + + boolean notiao = false; + boolean notuo = false; + + for (int index = 1; index <= 9; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + this.cardList.add(300 + index); + } + } + + + for(int i =0;i<4;++i) { + this.cardList.add(Config.DONGFENG); + this.cardList.add(Config.NANFENG); + this.cardList.add(Config.XIFENG); + this.cardList.add(Config.BEIFENG); + this.cardList.add(Config.HONGZHONG); + this.cardList.add(Config.FACAI); + this.cardList.add(Config.BAIBAN); + } + + + //0 无鬼 1白板做鬼 2翻鬼(随机一个牌做鬼) 3翻双鬼 + int laizi = 0; + + + + deal_select++; + //deal_select = 4; + + deal_index = 1; + deal_tempCards_1 = 0; + deal_tempCards_2 = 0; + deal_tempCards_3 = 0; + deal_tempCards_4 = 0; + } + + private int GetBeforeCard(int card) + { + if (card < 400) + { + if (card % 100 >= 2 && card % 100 <= 9) + { + return card - 1; + } + else if (card % 100 == 1) + { + return card / 100 + 9; + } + else + { + return card; + } + } + else + { + if (card == Config.DONGFENG) + { + return Config.BAIBAN; + } + else if (card ==Config.NANFENG) + { + return Config.DONGFENG; + } + else if (card ==Config.XIFENG) + { + return Config.NANFENG; + } + else if (card ==Config.BEIFENG) + { + return Config.XIFENG; + } + else if (card ==Config.HONGZHONG) + { + return Config.BEIFENG; + } + else if (card ==Config.FACAI) + { + return Config.HONGZHONG; + } + else if (card ==Config.BAIBAN) + { + return Config.FACAI; + } + else + { + return Config.BAIBAN; + } + } + } + + private void shuffle() { + Collections.shuffle(this.cardList); + } + + public boolean isLaizi(int card) + { + if (laiziCard != 0 && card == laiziCard) + { + return true; + } + else if (laiziCard2 != 0 && card == laiziCard2) + { + return true; + } + + return false; + } + + public boolean isFanPai(int card) + { + if (laiziCardBefore != 0 && card == laiziCardBefore) + { + return true; + } + else if (laiziCard2Before != 0 && card == laiziCard2Before) + { + return true; + } + + return false; + } + + public void reInitCards(List cards) { + //从底牌移除 + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } + } + +// public int pop() { +// +// if (this.cardList.size() == 0) { +// this.room.bankerSeat = this.room.activeSeat; +//// this.room.roundSettle(); +// } +// +// int card = this.cardList.remove(0); +// +// return card; +// +// } + + public int pop() { + Global.logger.info("pop cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + card = this.subCardList.remove(0); + }else { + this.room.bankerSeat = this.room.activeSeat; + } + }else { + card = this.cardList.remove(0); + } + return card; + + } + + public int popsub() { + Global.logger.info("pop sub cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.subCardList.size() == 0) { + if (this.cardList.size() == 0) { + this.room.bankerSeat = this.room.activeSeat; + }else { + card = this.cardList.remove(0); + } + }else { + card = this.subCardList.remove(0); + } + return card; + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + public int deal_select = 0; + public List deal(EXPlayer owner, int num) { + if (deal_select >= 0) + //if (deal_select == 0) + { + /*List dealCards = new ArrayList(); + + for (int index = 0; index < 13; index++) { + dealCards.add(this.pop()); + } + + return dealCards;*/ + List dealCards = new ArrayList<>(); + shuffle(); + + for (int index = 0; index < num ; index++) { + double rand = Math.random() % 100 * 100; + if (room.while_list && owner.is_white && rand > room.white_value) + { + Global.logger.info("dealcards playerid:"+owner.playerid+ " xingyuhao:"+owner.is_white+" white_value:"+room.white_value); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if(dealCards.size() > 0 && !IsGoodCard(dealCards, drawCard)) { + if (room.card.cardList.size() != 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + + dealCards.add(drawCard); + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else { + if (owner.black_white_status == 2) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + Global.logger.info("dealcards playerid:" + owner.playerid + " white player:" + owner.black_white_rate); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (dealCards.size() > 0 && IsGoodCard(dealCards, drawCard)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + dealCards.add(drawCard); + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + dealCards.add(room.card.pop()); + } + } else if (owner.black_white_status == 1) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + Global.logger.info("dealcards playerid:" + owner.playerid + " black player:" + owner.black_white_rate); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (dealCards.size() > 0 && IsGoodCard(dealCards, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + dealCards.add(drawCard); + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + dealCards.add(room.card.pop()); + } + } else { + if (room.while_list && !owner.is_white && rand > room.white_value) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (dealCards.size() > 0 && IsGoodCard(dealCards, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + dealCards.add(drawCard); + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + dealCards.add(room.card.pop()); + } + } + } + } + return dealCards; + } + + if (deal_select == 1) + { + return deal_shishanyao(); + } + else if (deal_select == 2) + { + return deal_qixiaodui(); + } + else if (deal_select == 3) + { + return deal_shibaluohan(); + } + else if (deal_select == 4) + { + return deal_hunyise(); + } + else if (deal_select == 5) + { + return deal_xiaoshanyuan(); + } + else if (deal_select == 6) + { + return deal_dashanyuan(); + } + else if (deal_select == 7) + { + return deal_xiaosixi(); + } + else if (deal_select == 8) + { + return deal_dasixi(); + } + else if (deal_select == 9) + { + return deal_qiangganghu(); + } + else if (deal_select == 10) + { + return deal_gangshangkaihua(); + } + else if(deal_select==11){ + return deal_ceshigang(); + }else if(deal_select==12){ + return deal_pengpenghu(); + }else if(deal_select==13){ + return deal_yibangao(); + }else{ + List dealCards = new ArrayList(); + + for (int index = 0; index < 13; index++) { + dealCards.add(this.pop()); + } + + return dealCards; + } + } + + private boolean IsGoodCard(List dealCards, int drawCard) { + if (Util.cardNum(drawCard, dealCards) >= 2) + { + return true; + } + + if (drawCard < 400) + { + if (drawCard % 100 <= 7) + { + if (Util.cardNum(drawCard+1, dealCards) >= 1 && Util.cardNum(drawCard+2, dealCards) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 3) + { + if (Util.cardNum(drawCard-1, dealCards) >= 1 && Util.cardNum(drawCard-2, dealCards) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 2 && drawCard % 100 <= 8) + { + if (Util.cardNum(drawCard-1, dealCards) >= 1 && Util.cardNum(drawCard+1, dealCards) >= 1) + { + return true; + } + } + } + + return false; + } + + public int deal_index = 1; + public int deal_tempCards_1 = 0; + public int deal_tempCards_2 = 0; + public int deal_tempCards_3 = 0; + public int deal_tempCards_4 = 0; + public List deal_shishanyao() { + List dealCards = new ArrayList(); + + dealCards.add(101); + dealCards.add(104); + dealCards.add(107); + //dealCards.add(101); + + dealCards.add(202); + dealCards.add(205); + dealCards.add(208); + //dealCards.add(203); + + //dealCards.add(204); + //dealCards.add(204); + // dealCards.add(309); + //dealCards.add(309); + + dealCards.add(301); + //dealCards.add(305); + + // dealCards.add(309); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + //dealCards.add(Config.DONGFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.HONGZHONG); + //dealCards.add(Config.XIFENG); + //dealCards.add(Config.XIFENG); + //dealCards.add(Config.DONGFENG); + dealCards.add(Config.FACAI); + //dealCards.add(Config.BAIBAN); + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + + deal_index++; + + return dealCards; + } + + public List deal_qixiaodui() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(105); + dealCards.add(105); + dealCards.add(105); + dealCards.add(105); + dealCards.add(107); + deal_tempCards_1 = 107; + } + else if (deal_index == 2) + { + dealCards.add(201); + dealCards.add(201); + dealCards.add(301); + dealCards.add(301); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + dealCards.add(205); + dealCards.add(206); + deal_tempCards_2 = 206; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(305); + deal_tempCards_4 = 305; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_pengpenghu() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(102); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(105); + deal_tempCards_1 = 105; + } + else if (deal_index == 2) + { + dealCards.add(201); + dealCards.add(201); + dealCards.add(201); + dealCards.add(202); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.HONGZHONG); + deal_tempCards_4 = Config.HONGZHONG; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index >= 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_yibangao() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(102); + dealCards.add(108); + dealCards.add(202); + dealCards.add(205); + dealCards.add(302); + dealCards.add(305); + dealCards.add(308); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.DONGFENG); + deal_tempCards_1 = 104; + } + else if (deal_index == 2) + { + dealCards.add(101); + dealCards.add(102); + dealCards.add(103); + dealCards.add(104); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + deal_tempCards_4 = Config.BEIFENG; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_shibaluohan() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(102); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(105); + deal_tempCards_1 = 105; + } + else if (deal_index == 2) + { + dealCards.add(101); + dealCards.add(102); + dealCards.add(103); + dealCards.add(104); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + deal_tempCards_4 = Config.BEIFENG; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_hunyise() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(102); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(Config.DONGFENG); + deal_tempCards_1 = Config.DONGFENG; + } + else if (deal_index == 2) + { + dealCards.add(201); + dealCards.add(202); + dealCards.add(203); + dealCards.add(204); + dealCards.add(205); + dealCards.add(206); + dealCards.add(207); + //dealCards.add(208); + dealCards.add(209); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + deal_tempCards_2 = 208; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.HONGZHONG); + deal_tempCards_3 = Config.HONGZHONG; + } + else if (deal_index == 4) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.HONGZHONG); + deal_tempCards_4 = Config.HONGZHONG; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index >= 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_xiaoshanyuan() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.FACAI); + dealCards.add(Config.FACAI); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + deal_tempCards_1 = Config.DONGFENG; + } + else if (deal_index == 2) + { + dealCards.add(201); + dealCards.add(201); + dealCards.add(201); + dealCards.add(202); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.NANFENG); + deal_tempCards_3 = Config.NANFENG; + } + else if (deal_index == 4) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(301); + dealCards.add(301); + dealCards.add(303); + dealCards.add(304); + deal_tempCards_4 = 304; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_dashanyuan() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.FACAI); + dealCards.add(Config.FACAI); + dealCards.add(Config.FACAI); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(Config.DONGFENG); + deal_tempCards_1 = Config.DONGFENG; + } + else if (deal_index == 2) + { + dealCards.add(201); + dealCards.add(201); + dealCards.add(201); + dealCards.add(202); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.NANFENG); + deal_tempCards_3 = Config.NANFENG; + } + else if (deal_index == 4) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(305); + deal_tempCards_4 = 305; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_xiaosixi() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(109); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(109); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(109); + dealCards.add(Config.BEIFENG); + deal_tempCards_1 = Config.BEIFENG; + } + else if (deal_index == 2) + { + dealCards.add(101); + dealCards.add(102); + dealCards.add(103); + dealCards.add(104); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(101); + dealCards.add(102); + dealCards.add(103); + dealCards.add(104); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(105); + deal_tempCards_4 = 105; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_dasixi() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(104); + dealCards.add(103); + dealCards.add(102); + dealCards.add(105); + deal_tempCards_1 = 109; + } + else if (deal_index == 2) + { + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(102); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(105); + deal_tempCards_4 = 105; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_qiangganghu() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 2) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(106); + dealCards.add(106); + dealCards.add(106); + dealCards.add(107); + dealCards.add(107); + dealCards.add(107); + dealCards.add(108); + dealCards.add(108); + dealCards.add(108); + dealCards.add(109); + deal_tempCards_1 = 101; + } + else if (deal_index == 1) + { + + dealCards.add(102); + dealCards.add(103); + + dealCards.add(202); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(102); + dealCards.add(103); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + dealCards.add(305); + deal_tempCards_3 = 301; + } + else if (deal_index == 4) + { + dealCards.add(102); + dealCards.add(103); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + deal_tempCards_4 = 303; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_gangshangkaihua() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(106); + dealCards.add(106); + dealCards.add(106); + dealCards.add(107); + dealCards.add(107); + dealCards.add(107); + dealCards.add(108); + dealCards.add(108); + dealCards.add(108); + dealCards.add(109); + deal_tempCards_1 = 102; + } + else if (deal_index == 2) + { + dealCards.add(101); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 109; + } + else if (deal_index == 3) + { + dealCards.add(102); + dealCards.add(103); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + dealCards.add(305); + deal_tempCards_3 = 109; + } + else if (deal_index == 4) + { + dealCards.add(102); + dealCards.add(103); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + deal_tempCards_4 = 109; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + + public List deal_ceshigang() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(105); + dealCards.add(106); + dealCards.add(103); + dealCards.add(102); + dealCards.add(107); + dealCards.add(108); + dealCards.add(108); + dealCards.add(108); + dealCards.add(109); + dealCards.add(109); + //dealCards.add(102); + //dealCards.add(103); + deal_tempCards_1 = 101; + } + else if (deal_index == 2) + { + dealCards.add(101); + dealCards.add(102); + dealCards.add(103); + dealCards.add(104); + dealCards.add(105); + dealCards.add(106); + dealCards.add(107); + dealCards.add(108); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 109; + } + else if (deal_index == 3) + { + dealCards.add(102); + dealCards.add(103); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + dealCards.add(305); + deal_tempCards_3 = 109; + } + else if (deal_index == 4) + { + dealCards.add(102); + dealCards.add(103); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + deal_tempCards_4 = 109; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/RuleWeight.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/RuleWeight.java new file mode 100644 index 0000000..200ac8b --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/RuleWeight.java @@ -0,0 +1,20 @@ +package extend.mj; + +public class RuleWeight { + public final static int CHOW = 0b00001; + public final static int PONG = 0b00010; + public final static int KONG = 0b00100; + public final static int SELFKONG = 0b00100; + public final static int WIN = 0b01000; + public final static int SELF_WIN = 0b10000; + + public final static int GROUP_CHOW = 1; + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KONG = 3; + public final static int TYPE_SELF_KONG = 4; + public final static int TYPE_PONG_KONG = 5; + public final static int TYPE_WIN = 6; +} + diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/SettleLog.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/SettleLog.java new file mode 100644 index 0000000..a7c6e67 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/SettleLog.java @@ -0,0 +1,44 @@ +package extend.mj; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class SettleLog { + private Map log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/TagAnalyseItem.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/TagAnalyseItem.java new file mode 100644 index 0000000..dc9f797 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/TagAnalyseItem.java @@ -0,0 +1,20 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +public class TagAnalyseItem { + //分析子项 + public int cbCardEye; //牌眼麻将 + public int cbCardEye2; //牌眼麻将 + public List cbOpCard; //组合类型 + public boolean isPengPengHu; + + public TagAnalyseItem() + { + this.cbCardEye = 0; + this.cbCardEye2 = 0; + this.cbOpCard = new ArrayList(); + this.isPengPengHu = false; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/TagKindItem.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/TagKindItem.java new file mode 100644 index 0000000..fe18c06 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/TagKindItem.java @@ -0,0 +1,17 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +public class TagKindItem { + public int type; //组合类型 + public int card; //中心麻将 + public Integer[] cbCardList; //麻将索引 + + public TagKindItem() + { + type = 0; + card = 0; + cbCardList = new Integer[3]; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/WinCardType.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/WinCardType.java new file mode 100644 index 0000000..4997ba3 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/WinCardType.java @@ -0,0 +1,189 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class WinCardType { + public static final int DIANPAO = 1; //点炮类型 + + public static final int PINGHU = 2; //平胡类型 + + public static final int QIXIAODUI = 3; //七小对 + + public static final int YIBANGAO = 4; //一般高 手牌里每种花色的牌最多只有3张,必须全部是147、258、369组合,且组合一致,加上5张不重复的字牌 + + public static final int QIXING = 5; //七星 手牌里每种花色的牌最多只有3张,且必须是147、258、369组合,加上7张不重复的字牌 + + public static final int LONGJIABEI = 6; //龙夹背 手中的牌有7个对子,且有1组4张相同的牌 + + public static final int QINGDADUI = 7; //清大对 手牌只有刻子、杠和1对将,且全都是同一种花色。 + + public static final int QIXINGYIBANGAO = 8; //七星一般高 手牌里每种花色的牌最多只有3张,必须全部是147、258、369组合,且组合一致,加上7张不重复的字牌。 + + public static final int SHUANGLONGJIABEI = 9; //双龙夹背 手中的牌有7个对子,且有2组4张相同的牌 + + public static final int SANLONGJIABEI = 10; //三龙夹背 手中的牌有7个对子,日有3组4张相同的牌。 + + public static final int SHILAOTOU = 11; //十老头 从第一张打到桌面上的牌算起,不间断打出10张字牌即可胡牌 + + public static final int TANGZISHISANYAO = 12; //塘子十三ㄠ 从第一张牌达到桌面上的牌算起,不间断打出十三张1、9、字牌即可直接胡牌 + + public static final int TANGZIQIXIAODUI = 13; //塘子小七对 从第一张牌达到桌面上的牌算起,不间断打出十三张牌,打出的牌可以组成6个对子+单张,即可直接胡牌 + + public static final int DADUIZI = 14; //大对子 手牌只有刻子、杠和1对将。 + public static final int LANPAI = 15; //烂牌 手牌只有刻子、杠和1对将。 + + public static final int YI_TIAO_LONG = 16; //一条龙 手中的牌有同一花色的1-9,目胡牌时1-9必须组成123、456、789的顺子。1-9的顺子必须在手中,吃的牌不算 + + public static final int LOU_DI_LONG = 17;//落地龙 + + public static final int HUN_YI_SE = 18; //混一色 + + public static final int ZHUANGJIA = 19; //庄家 庄家胡牌时,庄家额外加番。闲家胡牌时,庄家额外付番 + + public static final int QINGYISE = 20; //清一色 + public static final int ZI_YI_SE = 21; //字一色 手牌只有字牌 + + public static final int QIANG_GANG_HU = 22; //抢杠胡 抢杠 抢杠胡时,被抢杠玩家额外付番 + + public static final int GANGSHANGHUA = 23; //杠上开花 + + public static final int GANGSHANGPAO = 24; //杠上炮 + + public static final int SHI_SHAN_YAO = 103; //十三幺 + + + public static final int SHUANGGANGHUA = 25; //双杠花 + + public static final int SHUANGGANGPAO = 26; //双杠上炮 + + + public static final int SANGANGHUA = 27; //三杠花 + + public static final int SANGANGPAO = 28; //三杠上炮 + + public static final int SIGANGHUA = 29; //四杠花 + + public static final int SIGANGPAO = 30; //四杠上炮 + + public static final int TANGZIQIXING = 31; //塘子七星 + + public static final int TANGZIYIBANGAO = 32;//塘子一般高 + + public static final int TANGZIQIXINGYIBANGAO = 33;//塘子七星一般高 + + public static final int TANGZILANPAI = 34;//塘子烂牌 + + public static final int XIANJIA = 35;//闲家 + + public static final int TANGZIHU = 36; + + + + public static final int YING_MO = 50; // 自摸胡牌 + public static final int YING_MO_SCORE = 2; //硬摸 自摸胡牌,每个玩家出4分 + public static int BASE_HU_SCORE = 2; //基础分数 + public static int DA_HU_BEI_SCORE = 2; //大胡倍数 + public static int PINGHU_SCORE = 2; //平胡类型 + public static int QIXIAODUI_SOCRE = 4; //七小对 倍数 + public static int YIBANGAO_SCORE = 4; //一般高 + public static int QIXING_SCORE = 4; //七星 + public static int LONGJIABEI_SCORE = 8; //龙夹背 + + public static int QINGDADUI_SCORE = 8; //清大对 + + public static int QIXINGYIBANGAO_SCORE= 8;//七星一般高 + + public static int SHUANGLONGJIABEI_SCORE = 16;//双龙夹背 + + public static int SANLONGJIABEI_SCORE = 32;//三龙夹背 + + public static int SHILAOTOU_SCORE = 1;//十老头 + + public static int TANGZISHISANYAO_SCORE = 1;//塘子十三ㄠ; + + public static int DADUIZI_SCORE = 2;//大对子 + + public static int LANPAI_SCORE = 2;//烂牌 + + public static int YI_TIAO_LONG_SCORE = 2;//一条龙 + public static int LUO_DI_LONG_SCORE = 2;//一条龙 + + public static int HUN_YI_SE_SCORE = 2; //混一色 + + public static int ZHUANGJIA_SCORE = 2;//庄家分 + + public static int QINGYISE_SCORE = 4; //清一色 + public static int ZI_YI_SE_SCORE = 8; //字一色 + public static int GANGSHANGHUA_SCORE = 10; //杠上开花 + + public static int GANGSHANGPAO_SOCRE = 10; //杠上炮 + public static int QIANG_GANG_HU_SOCRE = 10; //抢杠胡 + + public static int SHUANGGANGHUA_SCORE = 20;//双杠花 + public static int SHUANGGANGPAO_SOCRE = 20; //双杠上炮 + + public static int SANGANGHUA_SCORE = 30;//三杠花 + public static int SANGANGPAO_SOCRE = 30; //三杠上炮 + + public static int SIGANGHUA_SCORE = 40;//四杠花 + public static int SIGANGPAO_SCORE = 40; //四杠上炮 + + public static int TANGZIQIXING_SCORE = 1;// + public static int TANGZIYIBANGAO_SCORE = 1;// + public static int TANGZIQIXINGYIBANGAO_SCORE = 1;// + public static int TANGZILANPAI_SCORE = 1;// + + public static int TANGZIQIXIAODUI_SCORE = 1; + + + public int type; + public int value; + + public int score; + + public boolean is_dahu; + + public String desc; + + public ITArray opcard; + + //初始化房间的特殊参数 + static public void InitRoomSpecialConfig(EXRoom room) + { + + } + + public WinCardType(int type, int value, int score, boolean is_dahu, String desc) { + this.type = type; + this.value = value; + this.score = score; + this.is_dahu = is_dahu; + this.desc = desc; + } + + public boolean IsDaHu() + { + return is_dahu; + } + + public ITObject toTObject() { + return toTObject(false); + } + + public ITObject toTObject(boolean is_opcard) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", type); + obj.putInt("value", value); + obj.putInt("score", score); + if(is_opcard&&opcard!=null) { + obj.putTArray("opcard", opcard); + } + return obj; + } + + public String toString() { + return "type:" + type + " value:" + value + " score:" + score + " desc:" + desc; + } +} \ No newline at end of file diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleChow.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleChow.java new file mode 100644 index 0000000..e66114b --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleChow.java @@ -0,0 +1,98 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRChowState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +import java.util.List; + +/** + * ����״̬ + * + * + * 2017��11��2�� + * PRChowRule.java + */ +public class RuleChow implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.autoOutCard)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + if (player.lastSeat != room.activeSeat) { + return false; + } + boolean result = false; + if(room.activeKong!=null){ + if(room.activeKong.haidi)return false; + if(room.activeKong.kongSeat == player.seat)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card) || result; + } + }else{ + int eventCard = room.activeCard; + boolean chi = room.config.getBoolean(Config.ROOM_CONFIG_BUNENGCHI); + if (!chi){ + result = check(player,eventCard); + } + + } + + return result; + } + + private boolean check(EXPlayer player,int eventCard){ + boolean result = false; + List cardInhand = player.cardInhand; + if (Util.checkCard(eventCard - 1, cardInhand) && Util.checkCard(eventCard - 2, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard - 1); + opcard.addInt(eventCard - 2); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + tip.group_type = RuleWeight.GROUP_CHOW; + player.tipMgr.addTip(tip); + result = result || true; + } + + if (Util.checkCard(eventCard + 1, cardInhand) && Util.checkCard(eventCard - 1, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard + 1); + opcard.addInt(eventCard - 1); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + tip.group_type = RuleWeight.GROUP_CHOW; + player.tipMgr.addTip(tip); + result = result || true; + } + + if (Util.checkCard(eventCard + 1, cardInhand) && Util.checkCard(eventCard + 2, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard + 1); + opcard.addInt(eventCard + 2); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + tip.group_type = RuleWeight.GROUP_CHOW; + player.tipMgr.addTip(tip); + result = result || true; + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeKong = null; + player.getRoom().activeCard = tip.card; + player.stateMachine.changeState(Global.getState(PRChowState.class)); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleHaidi.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleHaidi.java new file mode 100644 index 0000000..036ab06 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleHaidi.java @@ -0,0 +1,37 @@ +package extend.mj.player.rule; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���׼�� + * + * + * 2017��11��8�� + * RuleHaidi.java + */ +public class RuleHaidi implements IRuleBase{ + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + if (room.card.getCount() == 1) { + player.tipMgr.clean(); + room.tipMap.clear(); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleOtherKong.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleOtherKong.java new file mode 100644 index 0000000..7415e24 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleOtherKong.java @@ -0,0 +1,69 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleOtherKong.java + */ +public class RuleOtherKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + + Global.logger.info("RuleOtherKong"); + + int eventCard = room.activeCard; + if (player.isEntrust()) { + return false; + } + + if (player.getRoom().isLaizi(eventCard)) + { + return false; + } + + if (player.getRoom().isFanPai(eventCard)) + { + if (Util.checkCard(eventCard, player.cardInhand, 2)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.KONG, this, RuleWeight.TYPE_KONG); + player.tipMgr.addTip(tip); + return true; + } + } + else { + if (Util.checkCard(eventCard, player.cardInhand, 3)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.KONG, this, RuleWeight.TYPE_KONG); + player.tipMgr.addTip(tip); + return true; + } + } + + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + player.stateMachine.changeState(Global.getState(PROtherKongState.class)); + + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleOtherKongSelfWin.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleOtherKongSelfWin.java new file mode 100644 index 0000000..60bd95a --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleOtherKongSelfWin.java @@ -0,0 +1,122 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PROtherGongSelfWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; + +/** + * ������� + * + * + * 2017��8��30�� + * RuleSelfWin.java + */ +public class RuleOtherKongSelfWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + // TODO Auto-generated method stub + ITObject config = player.room.config; + EXRoom room = player.getRoom(); + + HashMap map = new HashMap(); + Global.logger.info("liangang:"+player.liangang); + if (player.liangang==1){ + WinCard.putWinCardType(map, WinCardType.GANGSHANGHUA, 1,WinCardType.GANGSHANGHUA_SCORE, false, "杠上开花"); + } + if (player.liangang==2){ + WinCard.putWinCardType(map, WinCardType.SHUANGGANGHUA, 1,WinCardType.SHUANGGANGHUA_SCORE, false, "双杠花"); + } + if (player.liangang==3){ + WinCard.putWinCardType(map, WinCardType.SANGANGHUA, 1,WinCardType.SANGANGHUA_SCORE, false, "三杠花"); + } + if (player.liangang==4){ + WinCard.putWinCardType(map, WinCardType.SIGANGHUA, 1,WinCardType.SIGANGHUA_SCORE, false, "四杠花"); + } + + + + boolean flag = false; + + WinCard win = new WinCard(player.cardInhand, room.card.laiziCard, room.card.laiziCard2, false); + if (win.checkWin(map, player, room, true)) { + flag = true; + } + + if (flag) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(player.drawCard); + Tip tip = new Tip(player.drawCard,opcard, RuleWeight.SELF_WIN,this, RuleWeight.TYPE_WIN); + tip.winMap = map; + player.tipMgr.addTip(tip); + + + ArrayList tempCardList = new ArrayList(); + tempCardList.addAll(player.cardInhand); + WinCard win2 = new WinCard(tempCardList, room.card.laiziCard, room.card.laiziCard2, false); + + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + + if (player.seat==room.bankerSeat){ + WinCard.putWinCardType(map, WinCardType.ZHUANGJIA, 1,WinCardType.BASE_HU_SCORE, false, "庄家"); + }else{ + WinCard.putWinCardType(map, WinCardType.XIANJIA, 1,WinCardType.BASE_HU_SCORE, false, "闲家"); + } + return true; + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.winType = 1; + player.winCard = tip.card; + player.drawCard = tip.card; + + player.winMap = tip.winMap; + EXRoom room = player.getRoom(); + + Global.logger.info("OtherKong player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score ); + + int dahu_score = 1; + int jia_score = 0; + for (Map.Entry entry : player.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("player:" + player.playerid + " hu:" + cardType.toString()); + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + if (cardType.type != WinCardType.DIANPAO && cardType.type != WinCardType.PINGHU) + { + jia_score += cardType.score; + } + } + } + + if (dahu_score > 0) + { + player.hu_score *= dahu_score; + } + + player.hu_score += jia_score; + + player.stateMachine.changeState(Global.getState(PROtherGongSelfWinState.class)); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleOtherWin.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleOtherWin.java new file mode 100644 index 0000000..8a1225f --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleOtherWin.java @@ -0,0 +1,119 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.HashMap; +import java.util.Map; + +/** + * ���Ƽ�� + * + * + * 2017��8��30�� + * RuleOtherWin.java + */ +public class RuleOtherWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.louhu)return false; + EXRoom room = player.getRoom(); + ITObject config = room.config; + + + if(room.activeSeat == player.seat)return false; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + + if (player.cardInhand.size() == 1 && room.isLaizi(player.cardInhand.get(0))) + { + return false; + } + + if (room.isLaizi(room.activeCard)) + { + return false; + } + + int activieCard = room.activeCard; + int laizi = 0; + HashMap map = new HashMap(); + if (activePlayer.gangshangpao && room.config.getBoolean(Config.ROOM_CONFIG_GANGSHANGPAO_2bei)) + { + WinCard.putWinCardType(map, WinCardType.GANGSHANGPAO, 1,WinCardType.GANGSHANGPAO_SOCRE*2, false, "杠上炮"); + } + WinCard win = new WinCard(player.cardInhand, room.activeCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, false); + if (win.checkWin(map, player, room, false)) { + Global.logger.info("other win"+map); + ITArray opcard = TArray.newInstance(); + opcard.addInt(activieCard); + Tip tip = new Tip(room.activeCard,opcard, RuleWeight.WIN,this, RuleWeight.TYPE_WIN); + tip.winType = player.forceCheckWin? 1 :0; + tip.winMap = map; + player.tipMgr.addTip(tip); + + if (player.seat==room.bankerSeat){ + WinCard.putWinCardType(map, WinCardType.ZHUANGJIA, 1,WinCardType.BASE_HU_SCORE, false, "庄家"); + }else{ + WinCard.putWinCardType(map, WinCardType.XIANJIA, 1,WinCardType.BASE_HU_SCORE, false, "闲家"); + } + + return true; + } + + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.winType = tip.winType; + player.getRoom().activeCard = tip.card; + player.winMap = tip.winMap; + EXRoom room = player.getRoom(); + + int laizi = 0; + WinCard win = new WinCard(player.cardInhand, room.activeCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, false); + + player.hu_score = 4; + player.di_score = 2; + HashMap map = new HashMap(); + + Global.logger.info("other win player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score ); + + int dahu_score = 1; + int jia_score = 0; + for (Map.Entry entry : player.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("player:" + player.playerid + " hu:" + cardType.toString()); + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + jia_score += cardType.score; + } + } + + Global.logger.info("other win player:" + player.playerid +"jia_score:"+jia_score+"dahu_score:"+dahu_score); + + + if (dahu_score > 0) + { + player.hu_score *= dahu_score; + } + + player.hu_score += jia_score; + Global.logger.info("other win player:" + player.playerid +"hu_score:"+player.hu_score); + + player.stateMachine.changeState(Global.getState(PROtherWinState.class)); + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RulePong.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RulePong.java new file mode 100644 index 0000000..dcfed87 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RulePong.java @@ -0,0 +1,62 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ����� + * + * + * 2017��8��30�� + * RulePong.java + */ +public class RulePong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (player.isEntrust()) { + return false; + } + + + if (player.getRoom().isFanPai(eventCard)) + { + return false; + } + + if (player.getRoom().isLaizi(eventCard)) + { + return false; + } + + if (Util.checkCard(eventCard, player.cardInhand, 2)) { + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + + player.stateMachine.changeState(Global.getState(PRPongState.class)); + + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RulePongKong.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RulePongKong.java new file mode 100644 index 0000000..f1b05be --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RulePongKong.java @@ -0,0 +1,69 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RulePongKong.java + */ +public class RulePongKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + Global.logger.info("RulePongKong"); + boolean result = false; + if (player.isEntrust()) { + return false; + } + for (int card : player.cardInhand) { + result = conditionCard(player, card) || result; + } + return result; + + } + + public boolean conditionCard(EXPlayer player, int card) { + + for (int[] cardGroup : player.pongGroup) { + if (card == cardGroup[0]) { + if (player.getRoom().isLaizi(card)) + { + continue; + } + if (player.getRoom().isFanPai(card)) + { + continue; + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.KONG,this, RuleWeight.TYPE_PONG_KONG); + player.tipMgr.addTip(tip); + + return true; + } + } + return false; + + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.stateMachine.changeState(Global.getState(PRPongKongState.class)); + + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RulePongKongWin.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RulePongKongWin.java new file mode 100644 index 0000000..0ab6102 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RulePongKongWin.java @@ -0,0 +1,153 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PRPongKongWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; + +/** + * ���Ƽ�� + * + * + * 2017��8��30�� + * RuleOtherWin.java + */ +public class RulePongKongWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.louhu)return false; + EXRoom room = player.getRoom(); + ITObject config = room.config; + + if(room.activeSeat == player.seat)return false; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + + int activieCard = room.activeCard; + int laizi = 0; + HashMap map = new HashMap(); + + WinCard.putWinCardType(map, WinCardType.QIANG_GANG_HU, 1, WinCardType.QIANG_GANG_HU_SOCRE, false, "抢杠胡"); + + + boolean flag = false; + if (WinCard.IsDiaoYu(player, player.cardInhand, player.drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false)) + { + WinCard win = new WinCard(player.cardInhand, room.activeCard, 0, 0, false, false); + if (win.checkWin(map, player, room, false)) { + flag = true; + } + } + else { + WinCard win = new WinCard(player.cardInhand, room.activeCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, false); + if (win.checkWin(map, player, room, false)) { + flag = true; + } + } + if (flag) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activieCard); + Tip tip = new Tip(room.activeCard,opcard, RuleWeight.WIN,this, RuleWeight.TYPE_WIN); + tip.winType = player.forceCheckWin? 1 :0; + tip.winMap = map; + player.tipMgr.addTip(tip); + + + ArrayList tempCardList = new ArrayList(); + tempCardList.addAll(player.cardInhand); + Util.removeCard(tempCardList, player.drawCard, 1); + WinCard win2 = new WinCard(tempCardList, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false); + int cheng_num = 0; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer)entry.getValue(); + cheng_num += tempPlayer.cheng_num; + } + if (player.is_cheng) + { + + if (win2.laizi_count <= 0) + { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + else { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + } + + + } + else { + if (win2.laizi_count <= 0) + { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + else { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + } + } + + if (player.seat==room.bankerSeat){ + WinCard.putWinCardType(map, WinCardType.ZHUANGJIA, 1,WinCardType.BASE_HU_SCORE, false, "庄家"); + }else{ + WinCard.putWinCardType(map, WinCardType.XIANJIA, 1,WinCardType.BASE_HU_SCORE, false, "闲家"); + } + + + return true; + } + + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.winType = tip.winType; + EXRoom room = player.getRoom(); + room.activeCard = tip.card; + player.winMap = tip.winMap; + + Global.logger.info("PongKong player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score ); + + int dahu_score = 1; + int jia_score = 0; + for (Map.Entry entry : player.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("player:" + player.playerid + " hu:" + cardType.toString()); + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + jia_score += cardType.score; + } + + } + + if (dahu_score > 0) + { + player.hu_score *= dahu_score; + } + + player.hu_score += jia_score;; + + player.stateMachine.changeState(Global.getState(PRPongKongWinState.class)); + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleSelfKong.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleSelfKong.java new file mode 100644 index 0000000..d95970c --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleSelfKong.java @@ -0,0 +1,76 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +import java.util.Map; +import java.util.Map.Entry; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleSelfKong.java + */ +public class RuleSelfKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + + Global.logger.info("RuleSelfKong"); + if (player.isEntrust()) { + return false; + } + Map cardMap = Util.getCardNumMap(player.cardInhand); + boolean result = false; + + for (Entry entry : cardMap.entrySet()) { + + int card = entry.getKey(); + + int num = entry.getValue(); + if (player.getRoom().isLaizi(card)) + { + continue; + } + if (player.getRoom().isFanPai(card)) + { + if (num >= 3) + { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELFKONG,this, RuleWeight.TYPE_SELF_KONG); + player.tipMgr.addTip(tip); + result = true; + + } + } + else { + if (num >= 4) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELFKONG,this, RuleWeight.TYPE_SELF_KONG); + player.tipMgr.addTip(tip); + result = true; + + } + } + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.stateMachine.changeState(Global.getState(PRSelfKongState.class)); + + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleSelfWin.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleSelfWin.java new file mode 100644 index 0000000..fda9c46 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rule/RuleSelfWin.java @@ -0,0 +1,108 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; + +/** + * ������� + * + * + * 2017��8��30�� + * RuleSelfWin.java + */ +public class RuleSelfWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + // TODO Auto-generated method stub + ITObject config = player.room.config; + EXRoom room = player.getRoom(); + int laizi = 0; + HashMap map = new HashMap(); + + boolean flag = false; + + WinCard win = new WinCard(player.cardInhand, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false); + if (win.checkWin(map, player, room, true)) { + flag = true; + } + + if (flag) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(player.drawCard); + Tip tip = new Tip(player.drawCard,opcard, RuleWeight.SELF_WIN,this, RuleWeight.TYPE_WIN); + tip.winMap = map; + tip.self = true; + player.tipMgr.addTip(tip); + + ArrayList tempCardList = new ArrayList(); + tempCardList.addAll(player.cardInhand); + WinCard win2 = new WinCard(tempCardList, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false); + int cheng_num = 0; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer)entry.getValue(); + cheng_num += tempPlayer.cheng_num; + } + + //WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "自摸"); + if (player.seat==room.bankerSeat){ + WinCard.putWinCardType(map, WinCardType.ZHUANGJIA, 1,WinCardType.BASE_HU_SCORE, false, "庄家"); + }else{ + WinCard.putWinCardType(map, WinCardType.XIANJIA, 1,WinCardType.BASE_HU_SCORE, false, "闲家"); + } + return true; + } + player.is_cheng = false; + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.winCard = tip.card; + player.drawCard = tip.card; + player.winMap = tip.winMap; + EXRoom room = player.getRoom(); + + Global.logger.info("self win player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score); + + int dahu_score = 1; + int jia_score = 0; + for (Map.Entry entry : player.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("player:" + player.playerid + " hu:" + cardType.toString()); + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + jia_score += cardType.score; + } + } + + if (dahu_score > 0) + { + player.hu_score *= dahu_score; + } + Global.logger.info("self win player:" + player.playerid +"jia_score:"+jia_score+"dahu_score:"+dahu_score ); + player.hu_score += jia_score; + Global.logger.info("self win player:" + player.playerid +"hu_score:"+player.hu_score); + player.stateMachine.changeState(Global.getState(PRSelfWinState.class)); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRChowState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRChowState.java new file mode 100644 index 0000000..c270316 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRChowState.java @@ -0,0 +1,60 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * + */ +public class PRChowState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + if(activePlayer.outcardList.get(activePlayer.outcardList.size() - 1)!=room.activeCard){ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 2); + }else{ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + } + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + ITArray opcard = owner.opCard; + int chowcard1 = opcard.getInt(0); + int chowcard2 = opcard.getInt(1); + int card= room.activeCard; + Util.removeCard(owner.cardInhand, chowcard1, 1); + Util.removeCard(owner.cardInhand, chowcard2, 1); + room.activeCard = 0; + + + OpCard opc = new OpCard(RuleWeight.TYPE_CHOW, card); + opc.opCard = new TArray(); + opc.opCard.addInt(chowcard1); + opc.opCard.addInt(chowcard2); + owner.opCardList.add(opc); + + + + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_CHOW, fromseat,opc.opCard); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PROtherGongSelfWinState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PROtherGongSelfWinState.java new file mode 100644 index 0000000..69bc37d --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PROtherGongSelfWinState.java @@ -0,0 +1,141 @@ +package extend.mj.player.rulestate; + + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.mj.*; + +import java.util.Map; + +/** + * ��Ӧ��������״̬ + * + * + * 2017��8��30�� + * PRSelfWinState.java + */ +public class PROtherGongSelfWinState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + owner.winCard = owner.drawCard; + owner.winer = 1; + Util.removeCard(owner.cardInhand, owner.winCard, 1); + if (owner.opCardList.size() > 0) + { + OpCard opCard = owner.opCardList.get(owner.opCardList.size()-1); + if (opCard.type == RuleWeight.TYPE_KONG && opCard.card_seat > 0) + { + + + owner.room.activeSeat = opCard.card_seat; + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + + + for (Map.Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.last_winer = 2; + } + + int score = 1; + for (Map.Entry entry : owner.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i1){ + room.addAllScore(owner,score,EXScore.WIN); + } + + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + // room.niao_dianPao_quanbao(owner ,owner.winCard, qg_type, true); + + room.endGame(); + return; + } + else if (opCard.type == RuleWeight.TYPE_SELF_KONG || (opCard.type == RuleWeight.TYPE_KONG && opCard.card_seat == 0)) + { + + for (Map.Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.last_winer = 2; + } + + int score = 1; + for (Map.Entry entry : owner.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i1){ + room.addAllScore(owner,score,EXScore.WIN); + } + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + + room.endGame(); + return; + } + } + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PROtherKongState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PROtherKongState.java new file mode 100644 index 0000000..988a435 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PROtherKongState.java @@ -0,0 +1,128 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDiscardState; +import extend.mj.player.state.EXPlayerKongDrawState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.uitl.WinCard; + +import java.util.Collections; +import java.util.HashMap; +import java.util.Map; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PROtherKongState.java + */ +public class PROtherKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.outcardList.remove(activePlayer.outcardList.size()-1); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + room.addScore(owner,activePlayer, Config.MING_GANG_SCORE,EXScore.KONG); + owner.ming_gang_num++; + //activePlayer.dian_gang_num++; + owner.liangang++; + + EXMainServer.gameCtr.changeActiveSeat(room,owner.seat); + owner.cardInhand.add(owner.getRoom().activeCard); + + int card = room.activeCard; + + int [] kongGroup = new int [4]; + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card; + + owner.kongGroup.add(kongGroup); + owner.opCardList.add( new OpCard(RuleWeight.TYPE_KONG, card, activePlayer.seat, kongGroup)); + Util.removeCard(owner.cardInhand, card, 4); + owner.gangshangpao = true; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard); + + + room.activeCard = 0; + room.lastDiscardSeat = 0; + owner.settleLog.add(Config.SETTLE_MING_KONG); + //杠之后选择两个牌,未能下一轮 + + room.gangnum = room.gangnum+1; + EXMainServer.gameCtr.kaiGangEvent(owner); + + //toNextState(owner); + + + } + + @Override + public void toNextState(EXPlayer owner) { + + owner.stateMachine.changeState(Global.getState(EXPlayerKongDrawState.class)); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + + case EXActionEvent.EVENT_DOGANG: + ITObject netParam2 = (ITObject) param; + int discard2 = netParam2.getInt("card"); + EXRoom room = owner.getRoom(); + RoomCard cards = room.card; + Global.logger.info("cards list1:"+cards.cardList); + cards.cardList.add(0,discard2); + if (room.gangzi1 == discard2){ + //最后一张 + cards.cardList.remove(cards.cardList.size()-1); + room.gangzi1 = cards.cardList.get(cards.cardList.size()-2); + //room.gangzi2 = cards.cardList.get(cards.cardList.size()-1); + } + if (room.gangzi2 == discard2){ + //最后第二张 + cards.cardList.remove(cards.cardList.size()-2); + //room.gangzi1 = cards.cardList.get(cards.cardList.size()-1); + room.gangzi2 = cards.cardList.get(cards.cardList.size()-2); + } + + EXMainServer.gameCtr.sendGangZiEvent(room); + //} + Global.logger.info("cards list3:"+cards.cardList); + Global.logger.info("PROtherKongState:"+discard2); + toNextState(owner); + break; + default: + break; + } + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PROtherWinState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PROtherWinState.java new file mode 100644 index 0000000..869dbb7 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PROtherWinState.java @@ -0,0 +1,54 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.state.StateBase; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PROtherWinState.java + */ +public class PROtherWinState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + owner.winer = 1; + int score = 1; + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + for (Map.Entry entry : owner.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i1){ + room.addScore(owner,activePlayer,score,EXScore.WIN); + } + + + activePlayer.winer = 2; + activePlayer.last_winer = 2; + + + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + room.bankerSeat = owner.seat; + room.winCount += 1; + + owner.winCard = room.activeCard; + + room.winCallback( owner ,owner.winCard); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRPongKongState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRPongKongState.java new file mode 100644 index 0000000..2cd7eaa --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRPongKongState.java @@ -0,0 +1,105 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerKongDrawState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.uitl.CardUtil; + +import java.util.Collections; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PRPongKongState.java + */ +public class PRPongKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + ITArray opCard = owner.opCard; + Global.logger.info("PRPongKongState opcard:"); + Global.logger.info(opCard); + int card = opCard.getInt(0); + + Util.removeCard(owner.cardInhand, card, 1); + CardUtil.removeGroup(owner.pongGroup, card); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_PONG, card)); + + int[] kong = new int[4]; + kong[0] = card; + kong[1] = card; + kong[2] = card; + kong[3] = card; + owner.kongGroup.add(kong); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_KONG, card)); + owner.gangshangpao = true; + + + + room.activeCard = card; + + room.gangnum = room.gangnum+1; + EXMainServer.gameCtr.kaiGangEvent(owner); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG_KONG, owner.seat,opCard); + + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.settleLog.add(Config.SETTLE_MING_KONG); + owner.getRoom().addAllScore(owner, Config.BU_GANG_SCORE, EXScore.KONG); + owner.getRoom().activeCard = 0; + owner.ming_gang_num++; + owner.stateMachine.changeState(Global.getState(EXPlayerKongDrawState.class)); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + + case EXActionEvent.EVENT_DOGANG: + ITObject netParam2 = (ITObject) param; + int discard2 = netParam2.getInt("card"); + EXRoom room = owner.getRoom(); + RoomCard cards = room.card; + cards.cardList.add(0,discard2); + if (room.gangzi1 == discard2){ + //最后一张 + cards.cardList.remove(cards.cardList.size()-1); + room.gangzi1 = cards.cardList.get(cards.cardList.size()-2); + //room.gangzi2 = cards.cardList.get(cards.cardList.size()-1); + + } + if (room.gangzi2 == discard2){ + //最后第二张 + cards.cardList.remove(cards.cardList.size()-2); + + //room.gangzi1 = cards.cardList.get(cards.cardList.size()-1); + room.gangzi2 = cards.cardList.get(cards.cardList.size()-2); + } + + EXMainServer.gameCtr.sendGangZiEvent(room); + + + + toNextState(owner); + break; + default: + break; + } + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRPongKongWinState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRPongKongWinState.java new file mode 100644 index 0000000..054de99 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRPongKongWinState.java @@ -0,0 +1,45 @@ +package extend.mj.player.rulestate; + +import com.game.state.StateBase; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PROtherWinState.java + */ +public class PRPongKongWinState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + owner.winer = 1; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.winer = 2; + activePlayer.last_winer = 2; + + + EXMainServer.gameCtr.winEvent(owner,activePlayer.seat,room.activeCard); + + + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + room.bankerSeat = owner.seat; + room.winCount += 1; + + owner.winCard = room.activeCard; + + room.winCallback_qiangkong( owner ,owner.winCard); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRPongState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRPongState.java new file mode 100644 index 0000000..6c31a40 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRPongState.java @@ -0,0 +1,61 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PRPongState.java + */ +public class PRPongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + owner.cardInhand.add(room.activeCard); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + owner.pongGroup.add(pongGroup); + Util.removeCard(owner.cardInhand, card, 3); + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG, fromseat,opcard); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + toNextState(owner); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java new file mode 100644 index 0000000..cd316c6 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java @@ -0,0 +1,112 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDiscardState; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerKongDrawState; + +import java.util.Collections; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PRSelfKongState.java + */ +public class PRSelfKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + + Util.removeCard(owner.cardInhand, card, 4); + int [] kongGroup = new int [4]; + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card; + owner.selfKongGroup.add(kongGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_SELF_KONG, card, owner.seat, kongGroup)); + owner.gangshangpao = true; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard); + + + + EXMainServer.gameCtr.kaiGangEvent(owner); + + Global.logger.info("angang:"+Config.AN_GANG_SCORE); + Global.logger.info("angang:"+EXScore.AN_KONG); + room.addAllScore(owner, Config.AN_GANG_SCORE, EXScore.AN_KONG); + + room.gangnum = room.gangnum+1; + owner.liangang++; + owner.an_gang_num++; + + owner.settleLog.add(Config.SETTLE_AN_KONG); + + + + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.drawCard = 0; + // owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + owner.stateMachine.changeState(Global.getState(EXPlayerKongDrawState.class)); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + + case EXActionEvent.EVENT_DOGANG: + ITObject netParam2 = (ITObject) param; + int discard2 = netParam2.getInt("card"); + EXRoom room = owner.getRoom(); + RoomCard cards = room.card; + cards.cardList.add(0,discard2); + if (room.gangzi1 == discard2){ + //最后一张 + cards.cardList.remove(cards.cardList.size()-1); + room.gangzi1 = cards.cardList.get(cards.cardList.size()-2); + //room.gangzi2 = cards.cardList.get(cards.cardList.size()-1); + } + if (room.gangzi2 == discard2){ + //最后第二张 + cards.cardList.remove(cards.cardList.size()-2); + //room.gangzi1 = cards.cardList.get(cards.cardList.size()-1); + room.gangzi2 = cards.cardList.get(cards.cardList.size()-2); + } + + + + EXMainServer.gameCtr.sendGangZiEvent(room); + //} + Global.logger.info("cards list3:"+cards.cardList); + Global.logger.info("PRSelfKongState:"+discard2); + + + toNextState(owner); + break; + default: + break; + } + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java new file mode 100644 index 0000000..179ec58 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java @@ -0,0 +1,84 @@ +package extend.mj.player.rulestate; + + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.mj.*; + +import java.util.Map.Entry; + +/** + * ��Ӧ��������״̬ + * + * + * 2017��8��30�� + * PRSelfWinState.java + */ +public class PRSelfWinState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + owner.winCard = owner.drawCard; + owner.winer = 1; + + Util.removeCard(owner.cardInhand, owner.winCard, 1); + + + for (Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.last_winer = 2; + } + int score = 1; + for (Entry entry : owner.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i1){ + room.addAllScore(owner,score,EXScore.WIN); + } + + + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + room.endGame(); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerChengDrawState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerChengDrawState.java new file mode 100644 index 0000000..19e76bf --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerChengDrawState.java @@ -0,0 +1,105 @@ +package extend.mj.player.state; + +import com.game.Global; +import com.game.state.StateBase; + +import com.taurus.core.entity.ITObject; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; + +/** + * ���ץ��״̬ + * + * + * 2017��8��30�� + * EXPlayerDrawState.java + */ +public class EXPlayerChengDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.isLiuJu()) { + room.endGameByLiuJu(); + return; + } + + ITObject config = room.config; + + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + int laizi = 0; + + if(owner.seat == room.adminSeat) { + double rand = Math.random() % 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = owner.drawCard = room.card.popsub(); + HashMap map = new HashMap(); + WinCard win = new WinCard(owner.cardInhand, drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true); + if(!(hz_hu && win.laizi_count >0)) { + if (win.checkWin(map, owner, room, true)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + }else { + double rand = Math.random() % 100 * 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + HashMap map = new HashMap(); + WinCard win = new WinCard(owner.cardInhand, drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true); + if(!(hz_hu && win.laizi_count >0)) { + if (win.checkWin(map, owner, room, true)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.pop(); + } + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHENG_DRAW_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..3530be1 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,61 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * ��ҳ�����ʾ״̬ + * + * + * 2017��8��30�� + * EXPlayerDisCardTipState.java + */ +public class EXPlayerDisCardTipState extends EXPlayerTipState { + + @Override + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + /* + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + */ + owner.tipMgr.choicAction(id); + }else if(cmd.equals(EXActionEvent.EVENT_DOGANG)){ + ITObject netParam2 = (ITObject) param; + int discard2 = netParam2.getInt("card"); + Global.logger.info("EVENT_DOGANG dis tip:"+discard2); + } + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..eaf5faa --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java @@ -0,0 +1,226 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.mj.*; +import extend.mj.player.rule.RuleSelfWin; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.Map; + +/** + * �ȴ���ҳ���״̬ + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + owner.startActionTimer(); + } + + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + Global.logger.info("jefe discard:"+discard); + ITArray card_list = netParam.getTArray("card_list"); + ITArray outcard_list = netParam.getTArray("outcard_list"); + if (card_list == null) { + card_list = TArray.newInstance(); + } + if (outcard_list == null) { + outcard_list = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < card_list.size(); i++) + { + int card = card_list.getInt(i); + tmpCardList.add(card); + } + + ArrayList out_tmpCardList = new ArrayList(); + for(int i = 0; i < outcard_list.size(); i++) + { + int card = outcard_list.getInt(i); + out_tmpCardList.add(card); + } + + + Collections.sort(tmpCardList); + Collections.sort(out_tmpCardList); + + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(owner.cardInhand); + Collections.sort(tmpCardList2); + + ArrayList out_tmpCardList2 = new ArrayList(); + out_tmpCardList2.addAll(owner.outcardList); + Collections.sort(out_tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2) || !out_tmpCardList.equals(out_tmpCardList2)) + { + //ITObject reconParam = new TObject(); + //owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + //return; + } + if (!Util.checkCard(discard, owner.cardInhand)) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + owner.outputCardList.add(discard); + Global.logger.info("logger jefe"+owner.outputCardList); + if (owner.outputCardList.size()==13||owner.outputCardList.size()==10){ + HashMap map = new HashMap(); + // WinCard win = new WinCard(owner.cardInhand, discard, owner.getRoom().card.laiziCard, owner.getRoom().card.laiziCard2, false, true); + //if (win.checkWin(map, owner, owner.getRoom(), true)) { + int tangzihu = WinCard.isTangZiHu(owner.outputCardList); + Global.logger.info("tangzihu jefe"+tangzihu); + if (tangzihu>0){ + ITArray opcard = TArray.newInstance(); + opcard.addInt(discard); + Tip tip = new Tip(discard,opcard, RuleWeight.SELF_WIN,new RuleSelfWin(), RuleWeight.TYPE_WIN); + tip.winMap = map; + tip.self = true; + owner.tipMgr.addTip(tip); + owner.winMap = tip.winMap; + if (tangzihu==1){ + WinCard.putWinCardType(map, WinCardType.SHILAOTOU, 1,WinCardType.SHILAOTOU_SCORE, false, "十老头"); + }else if(tangzihu==2){ + WinCard.putWinCardType(map, WinCardType.TANGZISHISANYAO, 1,WinCardType.TANGZISHISANYAO_SCORE, false, "塘子十三ㄠ"); + }else if(tangzihu==3){ + WinCard.putWinCardType(map, WinCardType.TANGZIQIXIAODUI, 1,WinCardType.TANGZIQIXIAODUI_SCORE, false, "塘子小七对"); + }else if(tangzihu==4){ + //塘子胡七星 + WinCard.putWinCardType(map, WinCardType.TANGZIQIXING, 1,WinCardType.TANGZIQIXING_SCORE, false, "塘子胡七星"); + }else if(tangzihu==5){ + WinCard.putWinCardType(map, WinCardType.TANGZIYIBANGAO, 1,WinCardType.TANGZIYIBANGAO_SCORE, false, "塘子一般高"); + }else if(tangzihu==6){ + WinCard.putWinCardType(map, WinCardType.TANGZIQIXINGYIBANGAO, 1,WinCardType.TANGZIQIXINGYIBANGAO_SCORE, false, "塘子七星一般高"); + }else if(tangzihu==7){ + WinCard.putWinCardType(map, WinCardType.TANGZILANPAI, 1,WinCardType.TANGZILANPAI_SCORE, false, "塘子烂牌"); + } + owner.istangzihu = true; + if (owner.seat==owner.getRoom().bankerSeat){ + WinCard.putWinCardType(map, WinCardType.ZHUANGJIA, 1,WinCardType.BASE_HU_SCORE, false, "庄家"); + }else{ + WinCard.putWinCardType(map, WinCardType.XIANJIA, 1,WinCardType.BASE_HU_SCORE, false, "闲家"); + } + owner.winCard = discard; + owner.drawCard = discard; + owner.cardInhand = owner.outputCardList; + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.BASE_HU_SCORE, false, "塘子胡"); + + owner.stateMachine.changeState(Global.getState(PRSelfWinState.class)); + break; + } + + //} + } + + owner.notPongList.clear(); + owner.louhu = false; + owner.liangang=0; + + EXMainServer.gameCtr.outCard(owner, discard); + + + owner.gangshangpao = false; + if (owner.getRoom().isLaizi(discard)) + { + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + owner.cheng_num++; + owner.is_cheng = true; + owner.stateMachine.changeState(Global.getState(EXPlayerChengDrawState.class)); + } + } + else { + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + } + break; + case ActionEvent.EVENT_TIMER_AUTO: + owner.louhu = false; + discard = owner.drawCard; + if(owner.drawCard == 0) { + discard = owner.cardInhand.get(owner.cardInhand.size() - 1); + } + + owner.notPongList.clear(); + EXMainServer.gameCtr.outCard(owner, discard); + owner.gangshangpao = false; + + if (owner.getRoom().isLaizi(discard)) + { + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + owner.cheng_num++; + owner.is_cheng = true; + owner.stateMachine.changeState(Global.getState(EXPlayerChengDrawState.class)); + } + } + else { + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + } + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + + default: + break; + } + + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDrawState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..12ef6fe --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDrawState.java @@ -0,0 +1,200 @@ +package extend.mj.player.state; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; + +/** + * ���ץ��״̬ + * + * + * 2017��8��30�� + * EXPlayerDrawState.java + */ +public class EXPlayerDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.isLiuJu()) { + room.endGameByLiuJu(); + return; + } + + ITObject config = room.config; + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + boolean laizi = false; + + if(owner.seat == room.adminSeat) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if (!IsGoodCard(owner, drawCard, laizi)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while (true); + room.card.cardList.addAll(tempCardList); + } else { + double rand = Math.random() % 100 * 100; + if (room.while_list && owner.is_white && rand > room.white_value) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if (!IsGoodCard(owner, drawCard, laizi)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while (true); + room.card.cardList.addAll(tempCardList); + } else { + if (owner.black_white_status == 2) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard(owner, drawCard, laizi)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } else if (owner.black_white_status == 1) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard(owner, drawCard, laizi)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } else { + owner.drawCard = room.card.pop(); + } + } + } + + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.DRAW_RULE, owner); + } + + private boolean IsGoodCard(EXPlayer player, int drawCard, boolean laizi) { + if (player.getRoom().isLaizi(drawCard)) + { + return true; + } + + if (Util.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + for (int[] cardGroup : player.pongGroup) { + if (drawCard == cardGroup[0]) { + return true; + } + } + + HashMap map = new HashMap(); + WinCard win = new WinCard(player.cardInhand, drawCard, player.getRoom().card.laiziCard, player.getRoom().card.laiziCard2, laizi, true); + if (win.checkWin(map, player, player.getRoom(), true)) { + return true; + } + + if (drawCard < 400) + { + if (drawCard % 100 <= 7) + { + if (Util.cardNum(drawCard+1, player.cardInhand) >= 1 && Util.cardNum(drawCard+2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 3) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard-2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 2 && drawCard % 100 <= 8) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard+1, player.cardInhand) >= 1) + { + return true; + } + } + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + + } + + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..a731cc4 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,69 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TObject; +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * ���ץ����ʾ״̬ + * + */ +public class EXPlayerDrawTipState extends EXPlayerTipState { + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + boolean win = (owner.tipMgr.weight &RuleWeight.SELF_WIN)!=0 ; + if(Global.gameId == 1 && win && id == 0)return; + owner.tipMgr.doAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + /* + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + */ + owner.tipMgr.doAction(id); + } + else if (cmd.equals(EXActionEvent.EVENT_DISCARD)) + { + boolean flag = false; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + flag = true; + } + else { + flag = false; + } + } + if (flag) + { + int id = 0; + owner.tipMgr.doAction(id); + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, param); + } + else { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + } + } + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerKongDrawState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerKongDrawState.java new file mode 100644 index 0000000..eba39d9 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerKongDrawState.java @@ -0,0 +1,105 @@ +package extend.mj.player.state; + +import com.game.Global; +import com.game.state.StateBase; + +import com.taurus.core.entity.ITObject; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; + +/** + * ���ץ��״̬ + * + * + * 2017��8��30�� + * EXPlayerDrawState.java + */ +public class EXPlayerKongDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.isLiuJu()) { + room.endGameByLiuJu(); + return; + } + Global.logger.info("EXPlayerKongDrawState"); + ITObject config = room.config; + + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + int laizi = 0; + + if(owner.seat == room.adminSeat) { + double rand = Math.random() % 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = owner.drawCard = room.card.popsub(); + HashMap map = new HashMap(); + WinCard win = new WinCard(owner.cardInhand, drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true); + if(!(hz_hu && win.laizi_count >0)) { + if (win.checkWin(map, owner, room, true)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + }else { + double rand = Math.random() % 100 * 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + HashMap map = new HashMap(); + WinCard win = new WinCard(owner.cardInhand, drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true); + if(!(hz_hu && win.laizi_count >0)) { + if (win.checkWin(map, owner, room, true)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.pop(); + } + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.KONG_DRAW_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java new file mode 100644 index 0000000..fae3c10 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java @@ -0,0 +1,58 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +import java.util.Map; + +/** + * ���������ʾ�ȴ� + * + * + * 2017��8��30�� + * EXPlayerKongWinState.java + */ +public class EXPlayerKongWinState extends EXPlayerTipState{ + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + } + else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Map.Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..91d6f38 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,50 @@ +package extend.mj.player.state; + + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; + +/** + * Ʊ����ʾ״̬ + * + */ +public class EXPlayerPiaoNiaoTipState extends EXPlayerTipState { + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + owner.startActionTimer(); + }else{ + _action(owner, 0, 0); + } + } + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.tipMgr.clean(); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO_NIAO, gid, null); + } + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner,id,gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerTipState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..1cf98ca --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerTipState.java @@ -0,0 +1,52 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * �����ʾ������� + * + * + * 2017��8��30�� + * EXPlayerTipState.java + */ +public abstract class EXPlayerTipState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + if(!owner.isEntrust()) { + EXMainServer.gameCtr.tipEvent(owner); + } + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + super.reload(owner); + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if(cmd.equals(ActionEvent.EVENT_ENTRUST)) { + owner.startActionTimer(); + } + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java new file mode 100644 index 0000000..dff6a34 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java @@ -0,0 +1,24 @@ +package extend.mj.player.state; + +import com.game.state.StateBase; + +import extend.mj.EXPlayer; + +/** + * ������ҵȴ��������ǹ�ܺ� + * + * + * 2017��8��30�� + * EXPlayerWaitKongWinState.java + */ +public class EXPlayerWaitKongWinState extends StateBase{ + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + + } + + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerWaitState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..89d33db --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/player/state/EXPlayerWaitState.java @@ -0,0 +1,47 @@ +package extend.mj.player.state; + + +import com.game.Global; +import com.game.state.StateBase; + +import com.taurus.core.entity.ITObject; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.PlayerRuleManager; + +/** + * ��ҵȴ�״̬ + * + * + * 2017��8��30�� + * EXPlayerWaitState.java + */ +public class EXPlayerWaitState extends StateBase { + + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + Global.logger.info("EXPlayerWaitState cmd:"+cmd); + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.OTHER_DISCARD_RULE , owner); + break; + case EXActionEvent.EVENT_KONG_WIN: + owner.forceCheckWin = true; + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.KONG_HU_RULE , owner); + owner.forceCheckWin = false; + break; + case EXActionEvent.EVENT_DOGANG: + ITObject netParam2 = (ITObject) param; + int discard2 = netParam2.getInt("card"); + Global.logger.info("EVENT_DOGANG:"+discard2); + break; + default: + break; + } + + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/room/state/EXRoomDealState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/room/state/EXRoomDealState.java new file mode 100644 index 0000000..9ec9e3a --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/room/state/EXRoomDealState.java @@ -0,0 +1,54 @@ +package extend.mj.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayBack; +import extend.mj.EXRoom; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; + +/** + * ���䷢��״̬ + * + * + * 2017��8��30�� + * EXRoomDealState.java + */ +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + owner.card.init(); + if (owner.bankerSeat == 0) { + owner.bankerSeat = 1; + } +// owner.isplaying = true; +// owner.round += 1; + + + this.toNextState(owner); + + + } + + @Override + public void toNextState(EXRoom owner) { + ITObject param = new TObject(); + param.putInt("bank_seat", owner.bankerSeat); + EXMainServer.gameCtr.dealCard(owner); + EXMainServer.gameCtr.sendGangZiEvent(owner); + owner.playBackData = new EXPlayBack(owner); + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/room/state/EXRoomSetpState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..47fbd44 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/room/state/EXRoomSetpState.java @@ -0,0 +1,42 @@ +package extend.mj.room.state; + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.EXMainServer; +import extend.mj.EXRoom; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * ����ת����λ + * + * + * 2017��8��30�� + * EXRoomSetpState.java + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + + } + + EXMainServer.gameCtr.changeActiveSeat(owner,player.seat); + + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + + this.toNextState(owner); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/room/state/EXRoomStartGameState.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..1272100 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/room/state/EXRoomStartGameState.java @@ -0,0 +1,33 @@ +package extend.mj.room.state; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.mj.EXRoom; + +/** + * ���俪ʼ״̬ + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { +// owner.readyCount = 0; +// for (Entry entry : owner.playerMapById.entrySet()) { +// Player player = entry.getValue(); +// player.ready = false; +// player.clear(); +// player.initSeat(); +// } + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/Action.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/Action.java new file mode 100644 index 0000000..454d9ca --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/Action.java @@ -0,0 +1,27 @@ +package extend.mj.tip; + + +import extend.mj.EXPlayer; + +/** + * + * + + */ +public class Action { + + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player,this.tip); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/IRuleBase.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/IRuleBase.java new file mode 100644 index 0000000..79f1ab8 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/IRuleBase.java @@ -0,0 +1,27 @@ +package extend.mj.tip; + +import extend.mj.EXPlayer; + +/** + * ����������� + * + * + * 2017��8��30�� + * RuleBase.java + */ +public interface IRuleBase { + + /** + * ������� + * @param player + * @return + */ + public abstract boolean condition(EXPlayer player ); + + /** + * ִ�иù��� + * @param player + */ + public abstract void action(EXPlayer player ,Tip tip); + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/Tip.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/Tip.java new file mode 100644 index 0000000..d69849a --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/Tip.java @@ -0,0 +1,47 @@ +package extend.mj.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import extend.mj.WinCardType; + +import java.util.Map; + +/** + * tip������ + * + * + * + * 2017��8��30�� Tip.java + */ +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int winType; + public int type; + public int group_type; + public boolean self; + public Map winMap; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + this.self = false; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + return tipMp; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/TipManager.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/TipManager.java new file mode 100644 index 0000000..9f40ee2 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/tip/TipManager.java @@ -0,0 +1,142 @@ +package extend.mj.tip; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; + +/** + * + * + * + * 2017��9��18�� TipManager.java + */ +public class TipManager { + + private int id = 0; + + public Map tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + + public Tip getTip(int type) + { + for (Entry entry : this.tipMap.entrySet()) + { + Tip tip = entry.getValue(); + if (tip.type == type) + { + return tip; + } + } + return null; + } + + private void checkLouhu() { + if (owner.getRoom().config.getBoolean(Config.ROOM_CONFIG_LOUHU)) + { + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + this.owner.louhu = true; + break; + } + } + } + } + + public void choicAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.lastState.toNextState(owner); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.initOpCard(tip.opcard); + tip.rule.action(owner,tip); + + } else { + throw new Error("tip map has no id" + id); + } + + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/uitl/CardUtil.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/uitl/CardUtil.java new file mode 100644 index 0000000..f408b99 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/uitl/CardUtil.java @@ -0,0 +1,62 @@ +package extend.mj.uitl; + +import java.util.List; +import java.util.Map; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.OpCard; +import extend.mj.WinCardType; + +import java.util.Random; + +public class CardUtil { + + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + + } + } + + final static Random random = new Random(); + static { + random.setSeed(System.currentTimeMillis()); + } + static public int randomDiceNum() { + int result = random.nextInt(5); + return result + 1; + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card == opcards.get(i).card) { + opcards.remove(i); + return; + } + + } + + } + + static public ITArray toMPData_WinMap(Map map) { + return toMPData_WinMap(map,false); + } + + static public ITArray toMPData_WinMap(Map map,boolean is_opcard) { + if (map != null && map.size() > 0) { + ITArray array = TArray.newInstance(); + for (Map.Entry entry : map.entrySet()) { + WinCardType wct = entry.getValue(); + array.addTObject(wct.toTObject(is_opcard)); + } + return array; + } + return null; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/uitl/WinCard.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/uitl/WinCard.java new file mode 100644 index 0000000..f44ee3b --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/uitl/WinCard.java @@ -0,0 +1,1892 @@ +package extend.mj.uitl; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.mj.*; + +import java.util.*; + +public class WinCard { + + public List cardList; + public int laizi_count; + public int laizi1_count; + public int laizi2_count; + public int laizi1 = 0; + public int laizi2 = 0; + public Map cbCardMap; + + public WinCard(List cardInhand, int addCard, int laizi1, int laizi2, boolean islaizi, boolean selfCard) { + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + this.cbCardMap = new HashMap(); + if (selfCard) + { + this.cardList.add(addCard); + } + else { + this.cardList.add(addCard); + } + + Collections.sort(this.cardList); + for(int i = 0; i < this.cardList.size(); i++) + { + int card = this.cardList.get(i); + if (this.cbCardMap.containsKey(card)) + { + int num = this.cbCardMap.get(card); + this.cbCardMap.put(card, num+1); + } + else + { + this.cbCardMap.put(card, 1); + } + } + } + + //钓鱼 + static public boolean IsDiaoYu(EXPlayer player, List cardInhand, int drawCard, int laizi1, int laizi2, boolean islaizi) + { + EXRoom room = player.getRoom(); + WinCard win = new WinCard(cardInhand, laizi1, laizi2, islaizi); + if (drawCard > 0 && drawCard != laizi1 && drawCard != laizi2 && win.laizi_count == 1) + { + ArrayList cardList = new ArrayList(); + cardList.addAll(cardInhand); + + Util.removeCard(cardList, drawCard, 1); + for (int index = 1; index <= 9; index++) { + for(int index2 = 1; index2 <= 3; index2++) + { + int card = index2 * 100 + index; + if (card == laizi1 || card == laizi2) + continue; + ArrayList tempCardList = new ArrayList(); + tempCardList.addAll(cardList); + tempCardList.add(card); + WinCard temp = new WinCard(tempCardList, laizi1, laizi2, islaizi); + HashMap map = new HashMap(); + if (!temp.checkWin(map, player, room, true)) { + return false; + } + } + } + + return true; + } + return false; + } + + public WinCard(List cardInhand, int laizi1, int laizi2, boolean islaizi) { + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + this.cbCardMap = new HashMap(); + if (islaizi) { + this.laizi1 = laizi1; + this.laizi2 = laizi2; + this.laizi1_count = Util.cardNum(laizi1, this.cardList); + this.laizi2_count = Util.cardNum(laizi2, this.cardList); + this.laizi_count = this.laizi1_count + this.laizi2_count; + Util.removeCard(this.cardList, laizi1, this.laizi1_count); + Util.removeCard(this.cardList, laizi2, this.laizi2_count); + } + Collections.sort(this.cardList); + for(int i = 0; i < this.cardList.size(); i++) + { + int card = this.cardList.get(i); + if (this.cbCardMap.containsKey(card)) + { + int num = this.cbCardMap.get(card); + this.cbCardMap.put(card, num+1); + } + else + { + this.cbCardMap.put(card, 1); + } + } + } + + public boolean checkWin(Map map, EXPlayer player, EXRoom room, boolean zimo) { + if (this.cardList.size() == 0) { + return false; + } + + Global.logger.info(this.cardList); + Global.logger.info(this.laizi_count); + long startTime = System.currentTimeMillis(); + int[] intListCard = WinSplitCard.SwitchToCardData(this.cardList); + List tagAnalyseItemList = new ArrayList(); + Global.logger.info(map); + Global.logger.info(room.config); + Global.logger.info(player.outcardList); + Global.logger.info("checkwin"); + if (!player.opCardList.isEmpty()){ + for (int i=0;i typeList = new ArrayList(); + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + int type = cardType.type; + Global.logger.info("type:"+cardType.type+"isdahu:"+cardType.IsDaHu()+"score:"+cardType.score); + if (cardType.IsDaHu()) + { + typeList.add(type); + } + } + + if (maxType > 0) + { + for(int i = 0; i < typeList.size(); i++) + { + int type = typeList.get(i); + if (type != maxType) + { + map.remove(type); + } + } + } + + if (zimo) + { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.BASE_HU_SCORE, false, "自摸"); + }else if(tangzihu>0){ + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.BASE_HU_SCORE, false, "塘子胡"); + }else{ + WinCard.putWinCardType(map, WinCardType.DIANPAO, 1,WinCardType.BASE_HU_SCORE, false, "点炮"); + } + + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("get_hu_info player:" + player.playerid + " hu:" + cardType.toString()); + } + } + + return hu; + } + + + public final static WinCardType putWinCardType(Map map, int type, int value,int score, boolean isDaHu, String desc) { + if (map == null) + return null; + if (isDaHu) + { + map.remove(WinCardType.DIANPAO); + map.remove(WinCardType.PINGHU); + } + if (map.containsKey(type)) { + WinCardType wct = map.get(type); + wct.value += value; + //Global.logger.info("putWinCardType: " + wct.toString()); + return wct; + } else { + WinCardType wct = new WinCardType(type, value,score, isDaHu, desc); + map.put(type, wct); + //Global.logger.info("putWinCardType: " + wct.toString()); + return wct; + } + } + + + + //七小对 + public int IsQiXiaoDui(Map tempCardList, List opCards) + { + //组合判断 + if (opCards.size() != 0) return -1; + + //麻将判断 + int mCountTmp = 0; + int mDaDuiNum = 0; + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if ((num!=0) && (num!=2) && (num!=4)) + { + return -1; + } + if (num == 2) { + mCountTmp++; + } + else if (num == 4) { + mCountTmp += 2; + mDaDuiNum++; + } + } + + if (mCountTmp == 7) + { + return mDaDuiNum; + } + + return -1; + } + + public boolean IsZiYiSe(Map tempCardList, List opCards) + { + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + if (card < 400) + { + return false; + } + } + + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card < 400) + { + return false; + } + } + + return true; + } + + public boolean IsQingYiSe(Map tempCardList, List opCards) + { + int perColor = -1; + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int color = card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + int color = op_card.card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + return true; + } + + public boolean IsHunYiSe(Map tempCardList, List opCards) + { + int perColor = -1; + boolean hunyise = false; + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int color = card / 100; + if (card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + int color = op_card.card / 100; + if (op_card.card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + + if (perColor != -1 && hunyise) + return true; + + return false; + } + + boolean IsShiBaLuoHan(Map tempCardList, List opCards) + { + int count = 0; + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.type == RuleWeight.TYPE_KONG || op_card.type == RuleWeight.TYPE_SELF_KONG) + { + count++; + } + } + + if (count >= 4) + { + return true; + } + + return false; + } + + //混幺九 + boolean IsHuYaoJiu(TagAnalyseItem item) { + boolean yaoKeZe = false; + if (item.cbCardEye < 400) { + int value = item.cbCardEye % 100; + if (value != 1 && value != 9) { + return false; + } + } + + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card < 400) { + int value = card % 100; + if (value != 1 && value != 9) { + return false; + } else { + yaoKeZe = true; + } + } + } + } + + if (yaoKeZe) + { + return true; + } + + return false; + } + + //清幺九 + boolean IsQingYaoJiu(TagAnalyseItem item) { + if (item.cbCardEye < 400) { + int value = item.cbCardEye % 100; + if (value != 1 && value != 9) { + return false; + } + } + else + { + return false; + } + + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card < 400) { + int value = card % 100; + if (value != 1 && value != 9) { + return false; + } + } + else + { + return false; + } + } + } + + return true; + } + + boolean IsQuanFeng(TagAnalyseItem item) { + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card < 400) { + return false; + } + } + } + + return true; + } + + int IsDaXiaoSanYuan(Map tempCardList, List opCards) + { + byte mKeCount = 0; + byte mDuiCount = 0; + //组合判断 + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card == Config.HONGZHONG + || op_card.card == Config.FACAI + || op_card.card == Config.BAIBAN) + { + mKeCount++; + } + } + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + + if (card == Config.HONGZHONG + || card == Config.FACAI + || card == Config.BAIBAN) + { + if (num == 2) + { + mDuiCount++; + } + + if (num == 3) + { + mKeCount++; + } + } + } + + //大三元 + if (mKeCount ==3) + { + return 1; + } + + //小三元 + if ((mKeCount ==2) && (mDuiCount ==1)) + { + return 2; + } + + return 0; + } + + boolean QuanQiuRen(Map tempCardList, List opCards) + { + if (opCards.size() != 4) + { + return false; + } + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num != 0 && num != 2) + { + return false; + } + } + return false; + } + + static boolean ThirteenOne(Map tempCardList, List opCards) + { + if (opCards.size() > 0) + { + return false; + } + + List tempList = new ArrayList(); + tempList.add(101); + tempList.add(109); + tempList.add(201); + tempList.add(209); + tempList.add(301); + tempList.add(309); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + + int jiangnum = 0; + for(int i = 0; i < tempList.size(); i++) + { + int card = tempList.get(i); + if (tempCardList.getOrDefault(card, 0) != 1) + { + if (tempCardList.getOrDefault(card, 0) == 2) + { + jiangnum++; + if (jiangnum >= 2) + { + return false; + } + } + else { + return false; + } + } + } + + if (jiangnum == 1) + { + return true; + } + return false; + } + + int IsDaXiaoSiXi(Map tempCardList, List opCards) + { + int keCount = 0; + int duiCount = 0; + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card == Config.DONGFENG + || op_card.card == Config.NANFENG + || op_card.card == Config.XIFENG + || op_card.card == Config.BEIFENG) + { + keCount++; + } + } + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == Config.DONGFENG + || card == Config.NANFENG + || card == Config.XIFENG + || card == Config.BEIFENG) + { + if (num == 3) + { + keCount++; + } + + if (num == 2) + { + duiCount++; + } + } + } + + //大四喜 + if (keCount >= 4) + { + return 1; + } + //小四喜 + else if (keCount >= 3 && duiCount >= 1) + { + return 2; + } + + return 0; + } + + boolean DaSiXi(Map tempCardList, List opCards) + { + int count = 0; + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card == Config.DONGFENG + || op_card.card == Config.NANFENG + || op_card.card == Config.XIFENG + || op_card.card == Config.BEIFENG) + { + count++; + } + } + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num >= 3) + { + if (card == Config.DONGFENG + || card == Config.NANFENG + || card == Config.XIFENG + || card == Config.BEIFENG) + { + count++; + } + } + } + + if (count >= 4) + { + return true; + } + + return false; + } + + /* + 一条龙判断 + */ + int isShouDaiLong(Map tempCardList, List opCards) + { + + return 0; + } + + //落地龙判断 + int isLuoDiLong(Map tempCardList, List opCards) + { + return 0; + } + + int isTangZiHu(Map tempCardList, List opCards) + { + + return 0; + } + + boolean AnalyseChiHuCard(Map map, List opCards, ITObject config) + { + Map tempCardList = new HashMap(); + tempCardList.putAll(this.cbCardMap); + + List tempCardListEx = new ArrayList(); + for (int index = 1; index <= 9; index++) { + + tempCardListEx.add(100 + index); + + tempCardListEx.add(200 + index); + tempCardListEx.add(300 + index); + } + + + tempCardListEx.add(Config.DONGFENG); + tempCardListEx.add(Config.NANFENG); + tempCardListEx.add(Config.XIFENG); + tempCardListEx.add(Config.BEIFENG); + tempCardListEx.add(Config.HONGZHONG); + tempCardListEx.add(Config.FACAI); + tempCardListEx.add(Config.BAIBAN); + + + if (AnalyseChiHuCardEx(map, tempCardList, 0, opCards, config)) + { + return true; + } + + return false; + } + + boolean AnalyseChiHuCardEx(Map map, Map cardListParam, int curCard, List opCards, ITObject config) + { + Map tempCardList = new HashMap<>(); + tempCardList.putAll(cardListParam); + + if (curCard > 0) + { + tempCardList.put(curCard, tempCardList.getOrDefault(curCard, 0)+1); + } + + List clearCardList = new ArrayList<>(); + for (Map.Entry entry : tempCardList.entrySet()) { + if (entry.getValue() == 0) + { + clearCardList.add(entry.getKey()); + } + } + + for(int i = 0; i < clearCardList.size(); i++) + { + tempCardList.remove(clearCardList.get(i)); + } + + //变量定义 + List tagAnalyseItemList = new ArrayList(); + List wChiHuKind = new ArrayList(); + + //分析麻将 + AnalyseCard(tempCardList, opCards, tagAnalyseItemList); + + //胡牌分析 + if (tagAnalyseItemList.size() > 0) + { + //牌型分析 + for (int i = 0;i < tagAnalyseItemList.size();i++) + { + //变量定义 + boolean bLianCard=false,bPengCard=false,b258Card=false; + TagAnalyseItem pAnalyseItem= tagAnalyseItemList.get(i); + + //牌型分析 + for (int j = 0;j < pAnalyseItem.cbOpCard.size(); j++) { + OpCard cbWeaveKind = pAnalyseItem.cbOpCard.get(j); + if (cbWeaveKind.type == RuleWeight.TYPE_PONG + || cbWeaveKind.type == RuleWeight.TYPE_KONG + || cbWeaveKind.type == RuleWeight.TYPE_SELF_KONG + || cbWeaveKind.type == RuleWeight.TYPE_PONG_KONG) { + bPengCard = true; + } + + if (cbWeaveKind.type == RuleWeight.TYPE_CHOW) { + bLianCard = true; + } + } + + //牌型判断 + if (bLianCard==false && bPengCard==false) + { + return false; + } + + if (bLianCard && bPengCard == false) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, false, "平胡"); + } + else if (bLianCard && bPengCard) + { + + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, false, "平胡"); + + } + + //特殊--碰碰胡 + if ((bLianCard==false)&&(bPengCard==true)) + { + + + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, false, "平胡"); + + + } + } + } + + //特殊胡牌 + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + int DaDuiNum = IsQiXiaoDui(tempCardList, opCards); + if (DaDuiNum >= 0) + { + wChiHuKind.add(WinCardType.QIXIAODUI); + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA_QIDUI)) + { + if (DaDuiNum == 0) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 2, true, "七对加番"); + } + + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE, true, "七小对"); + + } + } + + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 2, true, "七对加番"); + } + else { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE, true, "七小对"); + } + } + } + } + } + + + + //结果判断 + if (wChiHuKind.size() > 0) + { + if (config.getBoolean(Config.ROOM_CONFIG_QINGYISE)) + { + if (IsQingYiSe(tempCardList, opCards)) + { + wChiHuKind.add(WinCardType.QINGYISE); + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QINGYISE_SCORE, true, "清一色"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_ZIYISE)) + { + if (IsZiYiSe(tempCardList, opCards)) + { + wChiHuKind.add(WinCardType.ZI_YI_SE); + putWinCardType(map, WinCardType.ZI_YI_SE, 1,WinCardType.ZI_YI_SE_SCORE, true, "字一色"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_HUNYISE)) + { + if (IsHunYiSe(tempCardList, opCards)) + { + wChiHuKind.add(WinCardType.HUN_YI_SE); + putWinCardType(map, WinCardType.HUN_YI_SE, 1,WinCardType.HUN_YI_SE_SCORE, true, "混一色"); + } + } + return true; + } + + return false; + } + + boolean AnalyseCard(Map tempCardList, List opCards, List tagAnalyseItemList) + { + //计算数目 + int cbCardCount = 0; + for (Map.Entry entry : tempCardList.entrySet()) { + cbCardCount += entry.getValue(); + } + + //效验数目 + if ((cbCardCount<2)||(cbCardCount>14)||((cbCardCount-2)%3!=0)) { + return false; + } + + //变量定义 + List tagKindList = new ArrayList(); + + //需求判断 + int cbLessKindItem=(cbCardCount-2)/3; + if (cbLessKindItem+opCards.size()!=4) + { + return false; + } + + //单吊判断 + if (cbLessKindItem==0) + { + //效验参数 + if (!((cbCardCount==2)&&(opCards.size()==4))) + { + return false; + } + + //牌眼判断 + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num == 2) + { + //变量定义 + TagAnalyseItem AnalyseItem = new TagAnalyseItem(); + + //设置结果 + for (int i = 0; i < opCards.size(); i++) + { + OpCard src_card = opCards.get(i); + OpCard op_card = new OpCard(src_card.type, src_card.card); + AnalyseItem.cbOpCard.add(src_card); + } + AnalyseItem.cbCardEye = card; + + //插入结果 + tagAnalyseItemList.add(AnalyseItem); + + return true; + } + } + + return false; + } + + //拆分分析 + if (cbCardCount>=3) + { + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + //同牌判断 + if (num >= 3) + { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_PONG; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card; + kindItem.cbCardList[2] = card; + tagKindList.add(kindItem); + } + + //连牌判断 + if (card < 400 && card % 100 <= 7 && num >0) + { + for(int i = 1; i <= num; i++) + { + if (tempCardList.getOrDefault(card + 1, 0) >= i && tempCardList.getOrDefault(card + 2, 0) >= i) + { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_CHOW; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card + 1; + kindItem.cbCardList[2] = card + 2; + tagKindList.add(kindItem); + } + } + } + } + } + + //组合分析 + if (tagKindList.size() >= cbLessKindItem) + { + //变量定义 + Integer[] cbIndex = new Integer[4]; //{0,1,2,3}; + cbIndex[0] = 0; + cbIndex[1] = 1; + cbIndex[2] = 2; + cbIndex[3] = 3; + + TagKindItem[] pKindItem = new TagKindItem[4]; + pKindItem[0] = null; + pKindItem[1] = null; + pKindItem[2] = null; + pKindItem[3] = null; + + //开始组合 + do + { + //设置变量 + Map cbCardMap_temp = new HashMap(); + cbCardMap_temp.putAll(tempCardList); + + for (int i = 0;i < cbLessKindItem; i++) { + pKindItem[i] = tagKindList.get(cbIndex[i]); + } + + //数量判断 + boolean bEnoughCard=true; + for (int i = 0; i < cbLessKindItem * 3; i++) + { + //存在判断 + int cbCardIndex = pKindItem[i/3].cbCardList[i%3]; + if (cbCardMap_temp.getOrDefault(cbCardIndex, 0) <= 0) + { + bEnoughCard=false; + break; + } + else + { + if (cbCardMap_temp.containsKey(cbCardIndex)) + { + cbCardMap_temp.put(cbCardIndex, cbCardMap_temp.get(cbCardIndex)-1); + } + } + } + + //胡牌判断 + if (bEnoughCard == true) + { + //牌眼判断 + int cbCardEye = 0; + for (Map.Entry entry : cbCardMap_temp.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num == 2) + { + cbCardEye = card; + break; + } + } + + //组合类型 + if (cbCardEye != 0) + { + //变量定义 + TagAnalyseItem AnalyseItem = new TagAnalyseItem(); + + //设置组合 + for (int i = 0; i < opCards.size(); i++) + { + OpCard src_card = opCards.get(i); + OpCard op_card = new OpCard(src_card.type, src_card.card); + AnalyseItem.cbOpCard.add(op_card); + } + + //设置牌型 + for (int i = 0; i < cbLessKindItem; i++) + { + OpCard op_card = new OpCard(pKindItem[i].type, pKindItem[i].card); + AnalyseItem.cbOpCard.add(op_card); + } + + //设置牌眼 + AnalyseItem.cbCardEye = cbCardEye; + + //插入结果 + tagAnalyseItemList.add(AnalyseItem); + } + } + + //设置索引 + if (cbIndex[cbLessKindItem-1] == (tagKindList.size()-1)) + { + int i = cbLessKindItem-1; + for (;i>0;i--) + { + if ((cbIndex[i-1]+1) != cbIndex[i]) + { + int cbNewIndex=cbIndex[i-1]; + for (int j=(i-1);j 0); + } + + public static int isTangZiHu(List list){ + if (list.size()==10){ + int lt = 0; + for (int i=0;i= 400){ + lt++; + } + } + if (lt==10){ + return 1; + } + } + + if(list.size()==13){ + //判断是否满足塘子胡 + //boolean ssy =ThirteenYao(list); + boolean ssy = shiSanYao(list); + if (ssy){ + return 2; + } + // + int qxd = tzQixiaodui(list); + if (qxd==6){ + return 3; + } + //塘子胡七星 一般高 + boolean tzqxybg = tzQiXingYiBanGao(list); + if (tzqxybg){ + System.out.println("塘子胡七星一般高"); + return 6; + } + + boolean tzqx = tzQiXing(list); + if(tzqx){ + System.out.println("塘子胡七星"); + return 4; + } + boolean tzybg = tzYiBangao(list); + if (tzybg){ + System.out.println("塘子胡一般高"); + return 5; + } + boolean tzlp = tzLanPai(list); + if (tzlp){ + System.out.println("塘子胡烂牌"); + return 7; + } + + } + return 0; + } + + static boolean tzLanPai(List list){ + Map tempCardList = new HashMap<>(); + for(Integer cd:list){ + if (tempCardList.containsKey(cd)){ + tempCardList.put(cd,tempCardList.get(cd)+1); + }else{ + tempCardList.put(cd,1); + } + } + int tongzi = 0; + int wangzi = 0; + int tiaozi = 0; + ArrayList wangzicard = new ArrayList<>(); + ArrayList tongzicard = new ArrayList<>(); + ArrayList tiaozicard = new ArrayList<>(); + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num>1){ + return false; + } + if (card<200&&card>100){ + wangzi++; + wangzicard.add(card); + } + if (card<300&&card>200){ + tongzi++; + tongzicard.add(card); + } + if(card<400&&card>300){ + tiaozi++; + tiaozicard.add(card); + } + } + if(wangzi>3||tongzi>3||tiaozi>3){ + return false; + } + + if (wangzicard.size()>0){ + + if (wangzicard.size()==3){ + if (wangzicard.get(0)+3!=wangzicard.get(1)||wangzicard.get(1)+3!=wangzicard.get(2)){ + return false; + } + }else if(wangzicard.size()==2){ + if (wangzicard.get(0)+3!=wangzicard.get(1)){ + return false; + } + } + } + if (tongzicard.size()>0){ + + if (tongzicard.size()==3){ + if (tongzicard.get(0)+3!=tongzicard.get(1)||tongzicard.get(1)+3!=tongzicard.get(2)){ + return false; + } + }else if(tongzicard.size()==2){ + if (tongzicard.get(0)+3!=tongzicard.get(1)){ + return false; + } + } + } + if(tiaozicard.size()>0){ + + if (tiaozicard.size()==3){ + if (tiaozicard.get(0)+3!=tiaozicard.get(1)||tiaozicard.get(1)+3!=tiaozicard.get(2)){ + return false; + } + }else if(tiaozicard.size()==2){ + if (tiaozicard.get(0)+3!=tiaozicard.get(1)){ + return false; + } + } + } + List tempList = new ArrayList(); + Collections.sort(list); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + List ziList = list.subList(wangzicard.size()+tongzicard.size()+tiaozicard.size(),list.size()); + int jiangnum = 0; + for(int i = 0; i < ziList.size(); i++) + { + int card = ziList.get(i); + jiangnum = Collections.frequency(tempList,card); + if (jiangnum!=1){ + return false; + } + } + return true; + } + + static boolean tzQiXingYiBanGao(List list){ + Map tempCardList = new HashMap<>(); + for(Integer cd:list){ + if (tempCardList.containsKey(cd)){ + tempCardList.put(cd,tempCardList.get(cd)+1); + }else{ + tempCardList.put(cd,1); + } + } + int tongzi = 0; + int wangzi = 0; + int tiaozi = 0; + ArrayList wangzicard = new ArrayList<>(); + ArrayList tongzicard = new ArrayList<>(); + ArrayList tiaozicard = new ArrayList<>(); + + ArrayList checkmen = new ArrayList<>(); + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num>1){ + return false; + } + if (card<200&&card>100){ + wangzi++; + wangzicard.add(card); + } + if (card<300&&card>200){ + tongzi++; + tongzicard.add(card); + } + if(card<400&&card>300){ + tiaozi++; + tiaozicard.add(card); + } + } + if(wangzi>3||tongzi>3||tiaozi>3){ + return false; + } + + if (wangzicard.size()>0){ + checkmen.add(wangzicard.get(0)%100>6?wangzicard.get(0)%100-6:wangzicard.get(0)%100>3?wangzicard.get(0)%100-3:wangzicard.get(0)%100); + if(wangzicard.get(0)%100>3){ + return false; + } + if (wangzicard.size()==3){ + if (wangzicard.get(0)+3!=wangzicard.get(1)||wangzicard.get(1)+3!=wangzicard.get(2)){ + return false; + } + }else if(wangzicard.size()==2){ + if (wangzicard.get(0)+3!=wangzicard.get(1)){ + return false; + } + } + } + if (tongzicard.size()>0){ + checkmen.add(tongzicard.get(0)%100>6?tongzicard.get(0)%100-6:tongzicard.get(0)%100>3?tongzicard.get(0)%100-3:tongzicard.get(0)%100); + if(tongzicard.get(0)%100>3){ + return false; + } + if (tongzicard.size()==3){ + if (tongzicard.get(0)+3!=tongzicard.get(1)||tongzicard.get(1)+3!=tongzicard.get(2)){ + return false; + } + }else if(tongzicard.size()==2){ + if (tongzicard.get(0)+3!=tongzicard.get(1)){ + return false; + } + } + } + if(tiaozicard.size()>0){ + checkmen.add(tiaozicard.get(0)%100>6?tiaozicard.get(0)%100-6:tiaozicard.get(0)%100>3?tiaozicard.get(0)%100-3:tiaozicard.get(0)%100); + if(tiaozicard.get(0)%100>3){ + return false; + } + if (tiaozicard.size()==3){ + if (tiaozicard.get(0)+3!=tiaozicard.get(1)||tiaozicard.get(1)+3!=tiaozicard.get(2)){ + return false; + } + }else if(tiaozicard.size()==2){ + if (tiaozicard.get(0)+3!=tiaozicard.get(1)){ + return false; + } + } + } + + List uniqueList = new ArrayList<>(new HashSet<>(checkmen)); + if (uniqueList.size()>1){ + return false; + } + + List tempList = new ArrayList(); + Collections.sort(list); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + List ziList = list.subList(wangzicard.size()+tongzicard.size()+tiaozicard.size(),list.size()); + int jiangnum = 0; + if (ziList.size()<7){ + return false; + } + for(int i = 0; i < ziList.size(); i++) + { + int card = ziList.get(i); + jiangnum = Collections.frequency(tempList,card); + if (jiangnum!=1){ + return false; + } + } + + return true; + } + + static boolean tzYiBangao(List list){ + Map tempCardList = new HashMap<>(); + for(Integer cd:list){ + if (tempCardList.containsKey(cd)){ + tempCardList.put(cd,tempCardList.get(cd)+1); + }else{ + tempCardList.put(cd,1); + } + } + int tongzi = 0; + int wangzi = 0; + int tiaozi = 0; + ArrayList wangzicard = new ArrayList<>(); + ArrayList tongzicard = new ArrayList<>(); + ArrayList tiaozicard = new ArrayList<>(); + + ArrayList checkmen = new ArrayList<>(); + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num>1){ + return false; + } + if (card<200&&card>100){ + wangzi++; + wangzicard.add(card); + } + if (card<300&&card>200){ + tongzi++; + tongzicard.add(card); + } + if(card<400&&card>300){ + tiaozi++; + tiaozicard.add(card); + } + } + if(wangzi>3||tongzi>3||tiaozi>3){ + return false; + } + + + if (wangzicard.size()>0){ + checkmen.add(wangzicard.get(0)%100>6?wangzicard.get(0)%100-6:wangzicard.get(0)%100>3?wangzicard.get(0)%100-3:wangzicard.get(0)%100); + if (wangzicard.size()==3){ + if(wangzicard.get(0)%100>3){ + return false; + } + if (wangzicard.get(0)+3!=wangzicard.get(1)||wangzicard.get(1)+3!=wangzicard.get(2)){ + return false; + } + }else if(wangzicard.size()==2){ + if (wangzicard.get(0)+3!=wangzicard.get(1)&&wangzicard.get(0)+6!=wangzicard.get(1)){ + return false; + } + } + } + + if (tongzicard.size()>0){ + checkmen.add(tongzicard.get(0)%100>6?tongzicard.get(0)%100-6:tongzicard.get(0)%100>3?tongzicard.get(0)%100-3:tongzicard.get(0)%100); + if (tongzicard.size()==3){ + if(tongzicard.get(0)%100>3){ + return false; + } + if (tongzicard.get(0)+3!=tongzicard.get(1)||tongzicard.get(1)+3!=tongzicard.get(2)){ + return false; + } + }else if(tongzicard.size()==2){ + if (tongzicard.get(0)+3!=tongzicard.get(1)&&tongzicard.get(0)+6!=tongzicard.get(1)){ + return false; + } + } + } + if(tiaozicard.size()>0){ + checkmen.add(tiaozicard.get(0)%100>6?tiaozicard.get(0)%100-6:tiaozicard.get(0)%100>3?tiaozicard.get(0)%100-3:tiaozicard.get(0)%100); + if (tiaozicard.size()==3){ + if(tiaozicard.get(0)%100>3){ + return false; + } + if (tiaozicard.get(0)+3!=tiaozicard.get(1)||tiaozicard.get(1)+3!=tiaozicard.get(2)){ + return false; + } + }else if(tiaozicard.size()==2){ + if (tiaozicard.get(0)+3!=tiaozicard.get(1)&&tiaozicard.get(0)+6!=tiaozicard.get(1)){ + return false; + } + } + } + System.out.println(wangzicard); + System.out.println(tongzicard); + System.out.println(tiaozicard); + + System.out.println(checkmen); + List uniqueList = new ArrayList<>(new HashSet<>(checkmen)); + + if (uniqueList.size()>1){ + return false; + } + + List tempList = new ArrayList(); + Collections.sort(list); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + List ziList = list.subList(wangzicard.size()+tongzicard.size()+tiaozicard.size(),list.size()); + int jiangnum = 0; + + for(int i = 0; i < ziList.size(); i++) + { + int card = ziList.get(i); + jiangnum = Collections.frequency(tempList,card); + if (jiangnum!=1){ + return false; + } + } + + return true; + } + + static boolean tzQiXing(List list){ + Map tempCardList = new HashMap<>(); + for(Integer cd:list){ + if (tempCardList.containsKey(cd)){ + tempCardList.put(cd,tempCardList.get(cd)+1); + }else{ + tempCardList.put(cd,1); + } + } + int tongzi = 0; + int wangzi = 0; + int tiaozi = 0; + ArrayList wangzicard = new ArrayList<>(); + ArrayList tongzicard = new ArrayList<>(); + ArrayList tiaozicard = new ArrayList<>(); + + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num>1){ + return false; + } + if (card<200&&card>100){ + wangzi++; + wangzicard.add(card); + } + if (card<300&&card>200){ + tongzi++; + tongzicard.add(card); + } + if(card<400&&card>300){ + tiaozi++; + tiaozicard.add(card); + } + } + if(wangzi>3||tongzi>3||tiaozi>3){ + return false; + } + + //判断 147,258,369 + if (wangzicard.size()>0){ + + if (wangzicard.size()==3){ + if (wangzicard.get(0)+3!=wangzicard.get(1)||wangzicard.get(1)+3!=wangzicard.get(2)){ + return false; + } + }else if(wangzicard.size()==2){ + if (wangzicard.get(0)+3!=wangzicard.get(1)){ + return false; + } + } + } + if (tongzicard.size()>0){ + + if (tongzicard.size()==3){ + if (tongzicard.get(0)+3!=tongzicard.get(1)||tongzicard.get(1)+3!=tongzicard.get(2)){ + return false; + } + }else if(tongzicard.size()==2){ + if (tongzicard.get(0)+3!=tongzicard.get(1)){ + return false; + } + } + } + + if(tiaozicard.size()>0){ + + if (tiaozicard.size()==3){ + if (tiaozicard.get(0)+3!=tiaozicard.get(1)||tiaozicard.get(1)+3!=tiaozicard.get(2)){ + return false; + } + }else if(tiaozicard.size()==2){ + if (tiaozicard.get(0)+3!=tiaozicard.get(1)){ + return false; + } + } + } + + + List tempList = new ArrayList(); + Collections.sort(list); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + List ziList = list.subList(6,list.size()); + System.out.println(ziList); + int jiangnum = 0; + for(int i = 0; i < tempList.size(); i++) + { + int card = tempList.get(i); + jiangnum = Collections.frequency(ziList,card); + if (jiangnum!=1){ + return false; + } + } + + return true; + } + + static int tzQixiaodui(List list){ + + //麻将判断 + int mCountTmp = 0; + int mDaDuiNum = 0; + Map tempCardList = new HashMap<>(); + for(Integer cd:list){ + if (tempCardList.containsKey(cd)){ + tempCardList.put(cd,tempCardList.get(cd)+1); + }else{ + tempCardList.put(cd,1); + } + } + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num == 2) { + mCountTmp++; + } + else if (num == 4) { + mCountTmp += 2; + } + } + if (mCountTmp == 6) + { + return mCountTmp; + } + return -1; + } + + static boolean shiSanYao(List list){ + List tempList = new ArrayList(); + int zcount = 0; + int flag = 0; + int dcount = 0; + for(int i = 0; i < list.size(); i++) + { + int card = list.get(i); + if(card>=400){ + zcount++; + }else { + dcount++; + if (card % 100 != 1 && card % 100 != 9) { + flag++; + } + } + } + if (zcount>=1&&flag==0&&dcount>=1){ + return true; + } + return false; + } + + static boolean ThirteenYao(List list){ + List tempList = new ArrayList(); + tempList.add(101); + tempList.add(109); + tempList.add(201); + tempList.add(209); + tempList.add(301); + tempList.add(309); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + + int jiangnum = 0; + int flag = 0; + for(int i = 0; i < tempList.size(); i++) + { + int card = tempList.get(i); + jiangnum = Collections.frequency(list,card); + if (jiangnum!=1){ + return false; + } + + } + + if (jiangnum == 1) + { + return true; + } + return false; + } + + + public static void main(String[] args) { + /*List dealCards = new ArrayList<>(); +// dealCards.add(Config.DONGFENG); +// dealCards.add(Config.DONGFENG); +// dealCards.add(Config.DONGFENG); +// dealCards.add(Config.NANFENG); +// dealCards.add(Config.NANFENG); +// dealCards.add(Config.NANFENG); +// dealCards.add(Config.XIFENG); +// dealCards.add(Config.XIFENG); +// dealCards.add(Config.XIFENG); +// dealCards.add(Config.BEIFENG); + + /*dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.FACAI); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.FACAI); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.BAIBAN); + dealCards.add(101); + dealCards.add(109); + /*dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(201); + dealCards.add(201); + dealCards.add(209); + dealCards.add(209); + dealCards.add(301); + dealCards.add(309); + dealCards.add(309);*/ + //dealCards.add(307); + //dealCards.add(307); + + /*dealCards.add(301); + dealCards.add(301); + dealCards.add(101); + dealCards.add(106); + dealCards.add(202); + //dealCards.add(305); + //dealCards.add(308); + + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.FACAI); + //dealCards.add(Config.BAIBAN); + + int a = isTangZiHu(dealCards);//1:十老头,2:塘子十三ㄠ,3:塘子小七对 + System.out.println(a);*/ + + ITObject test = new TObject(); + test.putInt("shoudailongjiafan",1);test.putBoolean("shibaluohan",false);test.putBoolean("qidui",false);test.putInt("pid",53);test.putBoolean("tiandihu",false); + test.putBoolean("pengpenghu",false);test.putBoolean("dashanyuan",false);test.putBoolean("haohua2_qidui",false);test.putBoolean("hunyise",false);test.putInt("isNonnegative",1); + test.putBoolean("quan_feng",false);test.putBoolean("gangshangpao_2bei",false);test.putBoolean("shishanyao",false);test.putInt("wanfa",0);test.putBoolean("hz_hu",false);test.putBoolean("qing_yao_jiu",false); + test.putBoolean("lian_zhuang",false);test.putBoolean("men_qing",false);test.putBoolean("ziyise",false);test.putBoolean("dianpao",false);test.putInt("qiduijiafan",1);test.putBoolean("dashanyuan",true);test.putBoolean("xiaosixi",false); + test.putBoolean("dasixi",false);test.putBoolean("quan_qiu_ren",false);test.putBoolean("quan_feng",false); + + ArrayList cardInhand = new ArrayList(); + //cardInhand.add(101); + cardInhand.add(305); + cardInhand.add(303); + cardInhand.add(304); + + cardInhand.add(201); + cardInhand.add(201); + cardInhand.add(201); + + cardInhand.add(202); + cardInhand.add(203); + cardInhand.add(204); + + cardInhand.add(304); + cardInhand.add(305); + cardInhand.add(305); + cardInhand.add(308); + //cardInhand.add(305); + //cardInhand.add(305); + //cardInhand.add(301); + //cardInhand.add(301); + //cardInhand.add(103); + //cardInhand.add(102); + /*cardInhand.add(101); + cardInhand.add(104); + cardInhand.add(107); + cardInhand.add(201); + cardInhand.add(204); + cardInhand.add(207); + cardInhand.add(302); + cardInhand.add(305); + //cardInhand.add(308); + //cardInhand.add(Config.DONGFENG); + cardInhand.add(Config.NANFENG); + cardInhand.add(Config.XIFENG); + cardInhand.add(Config.BEIFENG); + cardInhand.add(Config.HONGZHONG); + cardInhand.add(Config.FACAI); + cardInhand.add(Config.BAIBAN);*/ + + + //System.out.println(cardInhand); + + int[] intListCard = WinSplitCard.SwitchToCardData(cardInhand); + System.out.println(intListCard); + List tagAnalyseItemList = new ArrayList(); + + Map map =new HashMap<>(); + List testlist = new ArrayList<>(); + + /*peng + int gangcard = Config.NANFENG; + int pengcard = Config.BAIBAN; + int [] kongGroup = new int [4]; + kongGroup[0] = gangcard; + kongGroup[1] = gangcard; + kongGroup[2] = gangcard; + kongGroup[3] = gangcard; + + int[] pengG1 = new int[4]; + pengG1[0] = pengcard; + pengG1[1] = pengcard; + pengG1[2] = pengcard; + pengG1[3] = pengcard; + + int[] pengG2 = new int[4]; + pengG2[0] = Config.FACAI; + pengG2[1] = Config.FACAI; + pengG2[2] = Config.FACAI; + pengG2[3] = Config.FACAI; + + int[] pengG3 = new int[4]; + pengG3[0] = Config.HONGZHONG; + pengG3[1] = Config.HONGZHONG; + pengG3[2] = Config.HONGZHONG; + pengG3[3] = Config.HONGZHONG; + + + OpCard test1 = new OpCard(RuleWeight.TYPE_SELF_KONG, pengcard, 1, kongGroup); + OpCard test2 = new OpCard(RuleWeight.TYPE_SELF_KONG, pengcard, 1, pengG1); + OpCard test3 = new OpCard(RuleWeight.TYPE_SELF_KONG, pengcard, 1, pengG2); + OpCard test4 = new OpCard(RuleWeight.TYPE_SELF_KONG, pengcard, 1, pengG3); + /*OpCard test2 = new OpCard(RuleWeight.TYPE_CHOW, 102); + test2.opCard = new TArray(); + test2.opCard.addInt(101); + test2.opCard.addInt(103); + + testlist.add(test1); + testlist.add(test2); + testlist.add(test3); + testlist.add(test4);*/ + + + boolean hu = WinSplitCard.AnalyseChiHuCard(map, test, intListCard, 0, testlist, tagAnalyseItemList); + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + System.out.println(cardType.type); + System.out.println(cardType.desc); + System.out.println(cardType.is_dahu); + System.out.println(cardType.score); + } + System.out.println(hu); + + + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/uitl/WinSplitCard.java b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/uitl/WinSplitCard.java new file mode 100644 index 0000000..296376c --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/main/java/extend/mj/uitl/WinSplitCard.java @@ -0,0 +1,2171 @@ +package extend.mj.uitl; + +import com.game.Global; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; + +import java.sql.Array; +import java.util.*; +import java.util.stream.Collectors; + +public class WinSplitCard { + //获取数值 + public static int GetCardValue(int cbCardData) { return cbCardData % 100; } + //获取花色 + public static int GetCardColor(int cbCardData) { return cbCardData / 100; } + + //扑克转换 + public static int SwitchToCardData(int cbCardIndex) + { + int cbCardColor= cbCardIndex/10; + int cbCardValue= cbCardIndex%10; + if (cbCardIndex < 27) + { //9 -> 200 + 1 //10 -> 202 //11 -> 203 // 17 -> 209 // 18 -> 301 19->302 20 -> 303 26->309 + if (cbCardValue + (cbCardColor+1) >= 10) + { + return (cbCardColor+2) * 100 + (cbCardValue + (cbCardColor+1)) % 10 + 1; + } + else { + return (cbCardColor+1) * 100 + cbCardValue + (cbCardColor+1); + } + } + else { //27 -> 400 //28 -> 403 // 29 -> 406 // 30 -> 409 //31 -> 412 // 32 -> 415 // 33 -> 418 + if (cbCardValue + (cbCardColor+1) >= 10) + { + return (cbCardColor+2) * 100 + (cbCardValue + (cbCardColor+1)) % 10 * 3; + } + else { + return (cbCardColor+1) * 100 + (cbCardValue + cbCardColor) * 3; + } + } + } + + //扑克转换 + public static int SwitchToCardIndex(int cbCardData) + { + //扑克属性 + int cbCardColor=GetCardColor(cbCardData); + int cbCardValue=GetCardValue(cbCardData); + if (cbCardColor <= 3) + { + return (cbCardColor-1)*10+cbCardValue-cbCardColor; + } + else { + return (cbCardColor-1)*10+cbCardValue/3-cbCardColor+1; + } + } + + //扑克转换 + public static int[] SwitchToCardData(List cardInhand) + { + int[] cardIndex = new int[34]; + for(int i = 0; i < cardIndex.length; i++) + { + cardIndex[i] = 0; + } + + for(int i = 0; i < cardInhand.size(); i++) + { + int pos = SwitchToCardIndex(cardInhand.get(i)); + cardIndex[pos]++; + } + + return cardIndex; + } + + //扑克转换 + public static List SwitchToCardIndex(int[] cardIndex) + { + List cardIndexList = new ArrayList(); + for(int i = 0; i < cardIndex.length; i++) + { + for(int j = 0; j < cardIndex[i]; j++) + { + int card = SwitchToCardData(i); + cardIndexList.add(card); + } + } + return cardIndexList; + } + + public final static WinCardType putWinCardType(Map map, int type, int value,int score, boolean isDaHu, String desc) { + if (map == null) + return null; + if (isDaHu) + { + map.remove(WinCardType.DIANPAO); + map.remove(WinCardType.PINGHU); + } + if (map.containsKey(type)) { + WinCardType wct = map.get(type); + wct.value += value; + return wct; + } else { + WinCardType wct = new WinCardType(type, value,score, isDaHu, desc); + map.put(type, wct); + return wct; + } + } + + public static boolean IsZiYiSe(int[] hand_cards, int max_gui, List opCards) + { + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card != 0) + { + if (op_card.card < 400) + { + return false; + } + } + } + + for(int i = 0; i < hand_cards.length; i++) + { + int card = SwitchToCardData(i); + int num = hand_cards[i]; + if (num > 0) + { + if (card < 400) + { + return false; + } + } + } + + return true; + } + + public static boolean IsLuoDiLong(int[] hand_cards, int max_gui, List opCards){ + List addcards =new ArrayList<>(); + for (int j=0;j100){ + wz++; + } + if (card<300&&card>200){ + tz++; + } + if (card<400&&card>300){ + lz++; + } + }else if (num>0){ + if(card<200&&card>100){ + wz++; + } + if (card<300&&card>200){ + tz++; + } + if (card<400&&card>300){ + lz++; + } + } + } + } + if (wz==9||tz==9||lz==9){ + return true; + } + return false; + } + + public static boolean IsYiTiaoLong(int[] hand_cards, int max_gui, List opCards) + { + Global.logger.info(Arrays.toString(hand_cards)); + Global.info("yitialong"); + int wz=0,tz=0,lz= 0; + for (int i=0;i0){ + if(card<200&&card>100){ + wz++; + } + if (card<300&&card>200){ + tz++; + } + if (card<400&&card>300){ + lz++; + } + } + } + if (wz==9||tz==9||lz==9){ + return true; + } + return false; + } + + public static boolean IsYiTiaoLong(TagAnalyseItem item){ + //判断是否有 + System.out.println("item:"); + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + System.out.println(op_card.card); + } + return false; + } + + public static boolean IsZiYiSe(TagAnalyseItem item) + { + if (item.cbCardEye != 0) + { + int card = item.cbCardEye; + if (card < 400) + { + return false; + } + } + + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.card != 0) + { + if (op_card.card < 400) + { + return false; + } + } + } + + return true; + } + + public static boolean IsQingYiSe(int[] hand_cards, int max_gui, List opCards) + { + int perColor = -1; + + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card != 0) + { + int color = op_card.card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + } + + for(int i = 0; i < hand_cards.length; i++) + { + int card = SwitchToCardData(i); + int num = hand_cards[i]; + if (num > 0) + { + int color = card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + } + return true; + } + + public static boolean IsQingYiSe(TagAnalyseItem item) + { + int perColor = -1; + if (item.cbCardEye != 0) + { + int card = item.cbCardEye; + int color = card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.card != 0) + { + int color = op_card.card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + } + return true; + } + + public static boolean IsHunYiSe(int[] hand_cards, int max_gui, List opCards) + { + int perColor = -1; + boolean hunyise = false; + + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card != 0) + { + int color = op_card.card / 100; + if (op_card.card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + else { + hunyise = true; + } + } + + for(int i = 0; i < hand_cards.length; i++) + { + int card = SwitchToCardData(i); + int num = hand_cards[i]; + if (num > 0) + { + int color = card / 100; + if (card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + } + + int need_gui = 0; + if (hunyise == false) + { + need_gui++; + hunyise = true; + } + + if (perColor == -1) + { + need_gui++; + perColor = 1; + } + + if (need_gui > max_gui) + { + return false; + } + + if (perColor != -1 && hunyise) + return true; + + return false; + } + + public static boolean IsHunYiSe(TagAnalyseItem item) + { + int perColor = -1; + boolean hunyise = false; + if (item.cbCardEye != 0) + { + int card = item.cbCardEye; + int color = card / 100; + if (card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + else { + hunyise = true; + } + + + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.card != 0) + { + int color = op_card.card / 100; + if (op_card.card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + else { + hunyise = true; + } + } + + if (perColor != -1 && hunyise) + return true; + + return false; + } + + public static boolean IsShiBaLuoHan(TagAnalyseItem item) + { + int count = 0; + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_KONG || op_card.type == RuleWeight.TYPE_SELF_KONG) + { + count++; + } + } + + if (count >= 4) + { + return true; + } + + return false; + } + + //混幺九 + public static boolean IsHuYaoJiu(TagAnalyseItem item) { + boolean yaoKeZe = false; + if (item.cbCardEye != 0) + { + if (item.cbCardEye < 400) { + int value = item.cbCardEye % 100; + if (value != 1 && value != 9) { + return false; + } + } + } + + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card != 0) + { + if (card < 400) { + int value = card % 100; + if (value != 1 && value != 9) { + return false; + } else { + yaoKeZe = true; + } + } + } + else { + yaoKeZe = true; + } + } + } + + if (yaoKeZe) + { + return true; + } + + return false; + } + + //清幺九 + public static boolean IsQingYaoJiu(TagAnalyseItem item) { + if (item.cbCardEye != 0) + { + if (item.cbCardEye < 400) { + int value = item.cbCardEye % 100; + if (value != 1 && value != 9) { + return false; + } + } + else + { + return false; + } + } + + + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card != 0) + { + if (card < 400) { + int value = card % 100; + if (value != 1 && value != 9) { + return false; + } + } + else + { + return false; + } + } + } + } + + return true; + } + + public static boolean IsQuanFeng(TagAnalyseItem item) { + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card != 0 && card < 400) { + return false; + } + } + } + + return true; + } + + + public static int IsDaXiaoSanYuan(TagAnalyseItem item) + { + byte mKeCount = 0; + byte mDuiCount = 0; + + if (item.cbCardEye != 0) + { + if (item.cbCardEye == Config.HONGZHONG + || item.cbCardEye == Config.FACAI + || item.cbCardEye == Config.BAIBAN) + { + mDuiCount++; + } + } + else { + mDuiCount++; + } + + //组合判断 + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.card != 0) + { + if (op_card.card == Config.HONGZHONG + || op_card.card == Config.FACAI + || op_card.card == Config.BAIBAN) + { + mKeCount++; + } + } + else { + mKeCount++; + } + } + + //大三元 + if (mKeCount ==3) + { + return 1; + } + + //小三元 + if ((mKeCount ==2) && (mDuiCount ==1)) + { + return 2; + } + + return 0; + } + + public static int IsDaXiaoSiXi(TagAnalyseItem item) + { + int keCount = 0; + int duiCount = 0; + if (item.cbCardEye != 0) + { + if (item.cbCardEye == Config.DONGFENG + || item.cbCardEye == Config.NANFENG + || item.cbCardEye == Config.XIFENG + || item.cbCardEye == Config.BEIFENG) + { + duiCount++; + } + } + else { + duiCount++; + } + + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.card != 0) + { + if (op_card.card == Config.DONGFENG + || op_card.card == Config.NANFENG + || op_card.card == Config.XIFENG + || op_card.card == Config.BEIFENG) + { + keCount++; + } + } + } + + + //大四喜 + if (keCount >= 4) + { + return 1; + } + //小四喜 + else if (keCount >= 3 && duiCount >= 1) + { + return 2; + } + + return 0; + } + + public static boolean QuanQiuRen(List opCards) + { + if (opCards.size() != 4) + { + return false; + } + + return false; + } + + //七小对 + public static int IsQiXiaoDui(int[] hand_cards, int max_gui, List opCards) + { + //组合判断 + if (opCards.size() != 0) return -1; + + //麻将判断 + int mCountTmp = 0; + int mDaDuiNum = 0; + + int need_gui = 0; + int curDuiNum = 0; + for(int i = 0; i < hand_cards.length; i++) + { + int card = SwitchToCardData(i); + int num = hand_cards[i]; + if (num == 1) + { + need_gui++; + mCountTmp++; + curDuiNum++; + if (need_gui > max_gui) + { + return -1; + } + } + else if (num == 3) + { + need_gui++; + mCountTmp += 2; + mDaDuiNum++; + if (need_gui > max_gui) + { + return -1; + } + } + else if (num == 2) { + curDuiNum++; + mCountTmp++; + } + else if (num == 4) { + mCountTmp += 2; + mDaDuiNum++; + } + } + + if (need_gui > max_gui) + { + return -1; + } + + if ((max_gui - need_gui) % 2 != 0) + { + return -1; + } + + int guiDuiNum = (max_gui - need_gui) / 2; + if (curDuiNum <= guiDuiNum) + { + mCountTmp += curDuiNum; + mDaDuiNum += curDuiNum; + mDaDuiNum += (guiDuiNum-curDuiNum) / 2; + mCountTmp += (guiDuiNum-curDuiNum); + } + else { + mCountTmp += guiDuiNum; + mDaDuiNum += guiDuiNum; + } + + + if (mCountTmp == 7) + { + return mDaDuiNum; + } + + return -1; + } + + public static boolean ThirteenOne(int[] hand_cards, int max_gui, List opCards) + { + if (opCards.size() > 0) + { + return false; + } + + List tempList = new ArrayList(); + tempList.add(0); //101 + tempList.add(8); //109 + tempList.add(9); //201 + tempList.add(17); //209 + tempList.add(18); //301 + tempList.add(26); //309 + tempList.add(27); //东风 + tempList.add(28); + tempList.add(29); + tempList.add(30); + tempList.add(31); + tempList.add(32); + tempList.add(33); + + int jiangnum = 0; + int need_gui = 0; + for(int i = 0; i < tempList.size(); i++) + { + int card_num = hand_cards[tempList.get(i)]; + if (card_num != 1) + { + if (card_num == 0) + { + need_gui++; + if (need_gui > max_gui) + { + return false; + } + } + else if (card_num == 2) + { + jiangnum++; + if (jiangnum >= 2) + { + return false; + } + } + else { + return false; + } + } + } + + if (jiangnum == 0) + { + need_gui++; + jiangnum++; + if (need_gui > max_gui) + { + return false; + } + } + + if (jiangnum == 1) + { + return true; + } + + return false; + } + + + public static boolean AnalyseChiHuCard(Map curMap, ITObject config, int[] hand_cards, int gui_num, List opCards, List tagAnalyseItemList) { + get_hu_info(hand_cards, gui_num, opCards, tagAnalyseItemList); + System.out.println("AnalyseChiHuCard_bak"); + Global.info("AnalyseChiHuCard_jefe"); + //变量定义 + List wChiHuKind = new ArrayList(); + List> tempLaiziMapList = new ArrayList>(); + + //特殊胡牌 + int DaDuiNum = IsQiXiaoDui(hand_cards, gui_num, opCards); + if (DaDuiNum >= 0) + { + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + if (DaDuiNum==3){ + wChiHuKind.add(WinCardType.SANLONGJIABEI); + putWinCardType(map, WinCardType.SANLONGJIABEI, 1, WinCardType.SANLONGJIABEI_SCORE, false, "三龙夹背"); + }else if(DaDuiNum==2){ + wChiHuKind.add(WinCardType.SHUANGLONGJIABEI); + putWinCardType(map, WinCardType.SHUANGLONGJIABEI, 1, WinCardType.SHUANGLONGJIABEI_SCORE, false, "双龙夹背"); + }else if(DaDuiNum==1){ + wChiHuKind.add(WinCardType.LONGJIABEI); + putWinCardType(map, WinCardType.LONGJIABEI, 1, WinCardType.LONGJIABEI_SCORE, false, "龙夹背"); + }else { + wChiHuKind.add(WinCardType.QIXIAODUI); + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE, false, "七小对"); + } + boolean qing_se = false; + + if (IsQingYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.QINGYISE); + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QINGYISE_SCORE, true, "清一色"); + + qing_se = true; + } + + + + if (IsZiYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.ZI_YI_SE); + putWinCardType(map, WinCardType.ZI_YI_SE, 1,WinCardType.ZI_YI_SE_SCORE, true, "字一色"); + qing_se = true; + } + + + if (!qing_se) + { + + if (IsHunYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.HUN_YI_SE); + putWinCardType(map, WinCardType.HUN_YI_SE, 1,WinCardType.HUN_YI_SE_SCORE, true, "混一色"); + } + + } + } + + boolean qxybg = IsQiXingYiBanGao(hand_cards); + //七星一般高 + if (qxybg){ + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + wChiHuKind.add(WinCardType.QIXINGYIBANGAO); + putWinCardType(map, WinCardType.QIXINGYIBANGAO, 1, WinCardType.QIXINGYIBANGAO_SCORE, false, "七星一般高"); + } + //七星 + boolean qx = IsQiXing(hand_cards); + if (qx&&!qxybg){ + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + wChiHuKind.add(WinCardType.QIXING); + putWinCardType(map, WinCardType.QIXING, 1, WinCardType.QIXING_SCORE, false, "七星"); + } + + //一般高 + boolean ybg = IsYiBanGao(hand_cards); + if (ybg&&!qxybg){ + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + wChiHuKind.add(WinCardType.YIBANGAO); + putWinCardType(map, WinCardType.YIBANGAO, 1, WinCardType.YIBANGAO_SCORE, false, "一般高"); + } + + //烂牌 + boolean lanpai = IsLanPai(hand_cards); + if (lanpai&&!qxybg&&!qx&&!ybg){ + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + wChiHuKind.add(WinCardType.LANPAI); + putWinCardType(map, WinCardType.LANPAI, 1, WinCardType.LANPAI_SCORE, false, "烂牌"); + } + + + + //胡牌分析 + System.out.println("tag:"); + System.out.println(tagAnalyseItemList); + for (int i = 0; i < tagAnalyseItemList.size(); i++) { + HashMap map = new HashMap(); + + tempLaiziMapList.add(map); + + //变量定义 + int lianCardNum = 0; + int pengCardNum = 0; + int lianOrPengNum = 0; + TagAnalyseItem pAnalyseItem = tagAnalyseItemList.get(i); + + //牌型分析 + for (int j = 0; j < pAnalyseItem.cbOpCard.size(); j++) { + OpCard cbWeaveKind = pAnalyseItem.cbOpCard.get(j); + if (cbWeaveKind.type == RuleWeight.TYPE_PONG + || cbWeaveKind.type == RuleWeight.TYPE_KONG + || cbWeaveKind.type == RuleWeight.TYPE_SELF_KONG + || cbWeaveKind.type == RuleWeight.TYPE_PONG_KONG) { + if (cbWeaveKind.card == 0) + { + lianOrPengNum++; + } + else if (cbWeaveKind.card != 0 && cbWeaveKind.card2 == 0 && cbWeaveKind.card3 == 0) + { + lianOrPengNum++; + } + else { + pengCardNum++; + } + } + + if (cbWeaveKind.type == RuleWeight.TYPE_CHOW) { + lianCardNum++; + } + } + System.out.println(pengCardNum); + //特殊--碰碰胡 + if (pengCardNum + lianOrPengNum == 4 || pAnalyseItem.isPengPengHu) { + wChiHuKind.add(WinCardType.DADUIZI); + putWinCardType(map, WinCardType.DADUIZI, 1, WinCardType.DADUIZI_SCORE, false, "碰碰胡"); + } + + + boolean qing_se = false; + if (IsQingYiSe(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.QINGYISE); + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QINGYISE_SCORE, false, "清一色"); + qing_se = true; + } + + + if (IsZiYiSe(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.ZI_YI_SE); + putWinCardType(map, WinCardType.ZI_YI_SE, 1,WinCardType.ZI_YI_SE_SCORE, false, "字一色"); + qing_se = true; + } + + if(!qing_se) + { + if (IsHunYiSe(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.HUN_YI_SE); + putWinCardType(map, WinCardType.HUN_YI_SE, 1,WinCardType.HUN_YI_SE_SCORE, true, "混一色"); + } + } + + //判断是否是一条龙 + //是否是一条龙 + boolean yitiaolong = IsYiTiaoLong(hand_cards,0,opCards); + if (yitiaolong){ + wChiHuKind.add(WinCardType.YI_TIAO_LONG); + putWinCardType(map, WinCardType.YI_TIAO_LONG, 1,WinCardType.YI_TIAO_LONG_SCORE, false, "一条龙"); + } + + boolean luodilong = IsLuoDiLong(hand_cards,0,opCards); + if (luodilong&&!yitiaolong){ + wChiHuKind.add(WinCardType.LOU_DI_LONG); + putWinCardType(map, WinCardType.LOU_DI_LONG, 1,WinCardType.LUO_DI_LONG_SCORE, false, "落地龙"); + } + + } + + + + System.out.println("laizi:"+tempLaiziMapList); + if (tempLaiziMapList.size() > 0) + { + + + + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + + + int maxType = 0; + int maxScore = 0; + List typeList = new ArrayList(); + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + int type = cardType.type; + if (cardType.IsDaHu()) + { + typeList.add(type); + } + } + + if (maxType > 0) + { + for(int i = 0; i < typeList.size(); i++) + { + int type = typeList.get(i); + if (type != maxType) + { + tempLaiziMap.remove(type); + } + } + } + + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + curMap.putAll(tempLaiziMap); + return true; + } + return false; + } + + public static boolean get_hu_info(int[] hand_cards, int gui_num, List opCards, List tagAnalyseItemList) { + int[] cards = new int[34]; + System.arraycopy(hand_cards, 0, cards, 0, 34); + + int[] eye_tbl = new int[34]; + int eye_num = 0; + int empty = -1; + for (int i = 0; i < 34; ++i) { + // 优化手段,三不靠的牌,必做将 + int min = (i / 9) * 9; + int max = min + 8; + if (max == 35) max = 33; + if (cards[i] == 1 && + (i - 2 < min || cards[i - 2] == 0) && + (i - 1 < min || cards[i - 1] == 0) && + (i + 1 > max || cards[i + 1] == 0) && + (i + 2 > max || cards[i + 2] == 0)) { + if (gui_num < 0) { + return false; + } + eye_num = 1; + eye_tbl[0] = i; + empty = -1; + break; + } + if (empty == -1 && cards[i] == 0) empty = i; + if (cards[i] > 0 && cards[i] + gui_num >= 2) { + eye_tbl[eye_num++] = i; + } + } + if (empty > 0) { + eye_tbl[eye_num++] = empty; + } + + boolean hu = false; + int[] cache = {0, 0, 0, 0}; + TagAnalyseItem[] cache_item = {null, null, null, null}; + for (int i = 0; i < eye_num; i++) { + int eye = eye_tbl[i]; + if (eye == empty) { + TagAnalyseItem tagItem = new TagAnalyseItem(); + tagItem.cbCardEye = 0; + tagItem.cbCardEye2 = 0; + hu = foreach_eye(cards, gui_num - 2, gui_num, 1000, cache, tagItem, cache_item); + if (hu) + { + //设置结果 + boolean isPengPengHu = true; + for (int j = 0; j < opCards.size(); j++) + { + OpCard src_card = opCards.get(j); + if (src_card.type == RuleWeight.TYPE_CHOW) + { + isPengPengHu = false; + } + OpCard op_card = new OpCard(src_card.type, src_card.card, src_card.card, src_card.card); + tagItem.cbOpCard.add(op_card); + } + if (isPengPengHu) + { + tagItem.isPengPengHu = isPengPengHu(cards, gui_num - 2); + } + tagAnalyseItemList.add(tagItem); + } + } else { + int n = cards[eye]; + if (n == 1) { + cards[eye] = 0; + TagAnalyseItem tagItem = new TagAnalyseItem(); + tagItem.cbCardEye = SwitchToCardData(eye); + tagItem.cbCardEye2 = 0; + hu = foreach_eye(cards, gui_num - 1, gui_num, eye / 9, cache, tagItem, cache_item); + if (hu) + { + //设置结果 + boolean isPengPengHu = true; + for (int j = 0; j < opCards.size(); j++) + { + OpCard src_card = opCards.get(j); + if (src_card.type == RuleWeight.TYPE_CHOW) + { + isPengPengHu = false; + } + OpCard op_card = new OpCard(src_card.type, src_card.card, src_card.card, src_card.card); + tagItem.cbOpCard.add(op_card); + } + if (isPengPengHu) + { + tagItem.isPengPengHu = isPengPengHu(cards, gui_num - 1); + } + tagAnalyseItemList.add(tagItem); + } + } else { + cards[eye] -= 2; + TagAnalyseItem tagItem = new TagAnalyseItem(); + tagItem.cbCardEye = SwitchToCardData(eye); + tagItem.cbCardEye2 = SwitchToCardData(eye); + hu = foreach_eye(cards, gui_num, gui_num, eye / 9, cache, tagItem, cache_item); + if (hu) + { + //设置结果 + boolean isPengPengHu = true; + for (int j = 0; j < opCards.size(); j++) + { + OpCard src_card = opCards.get(j); + if (src_card.type == RuleWeight.TYPE_CHOW) + { + isPengPengHu = false; + } + OpCard op_card = new OpCard(src_card.type, src_card.card, src_card.card, src_card.card); + tagItem.cbOpCard.add(op_card); + } + if (isPengPengHu) + { + tagItem.isPengPengHu = isPengPengHu(cards, gui_num); + } + tagAnalyseItemList.add(tagItem); + } + } + cards[eye] = n; + } + } + + return tagAnalyseItemList.size() > 0; + } + public static boolean IsLanPai(int[] cards){ + List list = WinSplitCard.SwitchToCardIndex(cards); + Map tempCardList = new HashMap<>(); + for(Integer cd:list){ + if (tempCardList.containsKey(cd)){ + tempCardList.put(cd,tempCardList.get(cd)+1); + }else{ + tempCardList.put(cd,1); + } + } + int tongzi = 0; + int wangzi = 0; + int tiaozi = 0; + ArrayList wangzicard = new ArrayList<>(); + ArrayList tongzicard = new ArrayList<>(); + ArrayList tiaozicard = new ArrayList<>(); + ArrayList checkmen = new ArrayList<>(); + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num>1){ + return false; + } + if (card<200&&card>100){ + wangzi++; + wangzicard.add(card); + } + if (card<300&&card>200){ + tongzi++; + tongzicard.add(card); + } + if(card<400&&card>300){ + tiaozi++; + tiaozicard.add(card); + } + } + if(wangzi>3||tongzi>3||tiaozi>3){ + return false; + } + + if (wangzicard.size()>0){ + checkmen.add(wangzicard.get(0)%100>6?wangzicard.get(0)%100-6:wangzicard.get(0)%100>3?wangzicard.get(0)%100-3:wangzicard.get(0)%100); + if (wangzicard.size()==3){ + if(wangzicard.get(0)%100>3){ + return false; + } + if (wangzicard.get(0)+3!=wangzicard.get(1)||wangzicard.get(1)+3!=wangzicard.get(2)){ + return false; + } + }else if(wangzicard.size()==2){ + if (wangzicard.get(0)+3==wangzicard.get(1)||wangzicard.get(0)+6==wangzicard.get(1)){ + + }else{ + return false; + } + } + } + if (tongzicard.size()>0){ + checkmen.add(tongzicard.get(0)%100>6?tongzicard.get(0)%100-6:tongzicard.get(0)%100>3?tongzicard.get(0)%100-3:tongzicard.get(0)%100); + if (tongzicard.size()==3){ + if(tongzicard.get(0)%100>3){ + return false; + } + if (tongzicard.get(0)+3!=tongzicard.get(1)||tongzicard.get(1)+3!=tongzicard.get(2)){ + return false; + } + }else if(tongzicard.size()==2){ + if (tongzicard.get(0)+3==tongzicard.get(1)||tongzicard.get(0)+6==tongzicard.get(1)){ + // return false; + }else{ + return false; + } + + } + } + if(tiaozicard.size()>0){ + checkmen.add(tiaozicard.get(0)%100>6?tiaozicard.get(0)%100-6:tiaozicard.get(0)%100>3?tiaozicard.get(0)%100-3:tiaozicard.get(0)%100); + if (tiaozicard.size()==3){ + if(tiaozicard.get(0)%100>3){ + return false; + } + if (tiaozicard.get(0)+3!=tiaozicard.get(1)||tiaozicard.get(1)+3!=tiaozicard.get(2)){ + return false; + } + }else if(tiaozicard.size()==2){ + if (tiaozicard.get(0)+3==tiaozicard.get(1)||tiaozicard.get(0)+6==tiaozicard.get(1)){ + + }else{ + return false; + } + } + } + + + List uniqueList = new ArrayList<>(new HashSet<>(checkmen)); + System.out.println("cm:"+ uniqueList.size()); + + List tempList = new ArrayList(); + Collections.sort(list); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + List ziList = list.subList(wangzicard.size()+tongzicard.size()+tiaozicard.size(),list.size()); + int jiangnum = 0; + if (ziList.size()<5){ + return false; + } + for(int i = 0; i < ziList.size(); i++) + { + int card = ziList.get(i); + jiangnum = Collections.frequency(tempList,card); + if (jiangnum!=1){ + return false; + } + } + + return true; + } + + public static boolean IsYiBanGao(int[] cards){ + List list = WinSplitCard.SwitchToCardIndex(cards); + Map tempCardList = new HashMap<>(); + for(Integer cd:list){ + if (tempCardList.containsKey(cd)){ + tempCardList.put(cd,tempCardList.get(cd)+1); + }else{ + tempCardList.put(cd,1); + } + } + int tongzi = 0; + int wangzi = 0; + int tiaozi = 0; + ArrayList wangzicard = new ArrayList<>(); + ArrayList tongzicard = new ArrayList<>(); + ArrayList tiaozicard = new ArrayList<>(); + ArrayList checkmen = new ArrayList<>(); + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num>1){ + return false; + } + if (card<200&&card>100){ + wangzi++; + wangzicard.add(card); + } + if (card<300&&card>200){ + tongzi++; + tongzicard.add(card); + } + if(card<400&&card>300){ + tiaozi++; + tiaozicard.add(card); + } + } + if(wangzi>3||tongzi>3||tiaozi>3){ + return false; + } + if (wangzicard.size()>0){ + checkmen.add(wangzicard.get(0)%100>6?wangzicard.get(0)%100-6:wangzicard.get(0)%100>3?wangzicard.get(0)%100-3:wangzicard.get(0)%100); + if (wangzicard.size()==3){ + if(wangzicard.get(0)%100>3){ + return false; + } + if (wangzicard.get(0)+3!=wangzicard.get(1)||wangzicard.get(1)+3!=wangzicard.get(2)){ + return false; + } + }else if(wangzicard.size()==2){ + if (wangzicard.get(0)+3==wangzicard.get(1)||wangzicard.get(0)+6==wangzicard.get(1)){ + + }else{ + return false; + } + } + } + if (tongzicard.size()>0){ + checkmen.add(tongzicard.get(0)%100>6?tongzicard.get(0)%100-6:tongzicard.get(0)%100>3?tongzicard.get(0)%100-3:tongzicard.get(0)%100); + if (tongzicard.size()==3){ + if(tongzicard.get(0)%100>3){ + return false; + } + if (tongzicard.get(0)+3!=tongzicard.get(1)||tongzicard.get(1)+3!=tongzicard.get(2)){ + return false; + } + }else if(tongzicard.size()==2){ + if (tongzicard.get(0)+3==tongzicard.get(1)||tongzicard.get(0)+6==tongzicard.get(1)){ + // return false; + }else{ + return false; + } + + } + } + if(tiaozicard.size()>0){ + checkmen.add(tiaozicard.get(0)%100>6?tiaozicard.get(0)%100-6:tiaozicard.get(0)%100>3?tiaozicard.get(0)%100-3:tiaozicard.get(0)%100); + if (tiaozicard.size()==3){ + if(tiaozicard.get(0)%100>3){ + return false; + } + if (tiaozicard.get(0)+3!=tiaozicard.get(1)||tiaozicard.get(1)+3!=tiaozicard.get(2)){ + return false; + } + }else if(tiaozicard.size()==2){ + if (tiaozicard.get(0)+3==tiaozicard.get(1)||tiaozicard.get(0)+6==tiaozicard.get(1)){ + + }else{ + return false; + } + } + } + + + List uniqueList = new ArrayList<>(new HashSet<>(checkmen)); + if(uniqueList.size()>1){ + return false; + } + + List tempList = new ArrayList(); + Collections.sort(list); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + List ziList = list.subList(wangzicard.size()+tongzicard.size()+tiaozicard.size(),list.size()); + int jiangnum = 0; + + if (ziList.size()<5){ + return false; + } + for(int i = 0; i < ziList.size(); i++) + { + int card = ziList.get(i); + jiangnum = Collections.frequency(tempList,card); + if (jiangnum!=1){ + return false; + } + } + + return true; + } + + public static boolean IsQiXing(int[] cards){ + List list = WinSplitCard.SwitchToCardIndex(cards); + Map tempCardList = new HashMap<>(); + for(Integer cd:list){ + if (tempCardList.containsKey(cd)){ + tempCardList.put(cd,tempCardList.get(cd)+1); + }else{ + tempCardList.put(cd,1); + } + } + int tongzi = 0; + int wangzi = 0; + int tiaozi = 0; + ArrayList wangzicard = new ArrayList<>(); + ArrayList tongzicard = new ArrayList<>(); + ArrayList tiaozicard = new ArrayList<>(); + ArrayList checkmen = new ArrayList<>(); + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num>1){ + return false; + } + if (card<200&&card>100){ + wangzi++; + wangzicard.add(card); + } + if (card<300&&card>200){ + tongzi++; + tongzicard.add(card); + } + if(card<400&&card>300){ + tiaozi++; + tiaozicard.add(card); + } + } + if(wangzi>3||tongzi>3||tiaozi>3){ + return false; + } + System.out.println(wangzicard); + if (wangzicard.size()>0){ + checkmen.add(wangzicard.get(0)%100>6?wangzicard.get(0)%100-6:wangzicard.get(0)%100>3?wangzicard.get(0)%100-3:wangzicard.get(0)%100); + if (wangzicard.size()==3){ + if(wangzicard.get(0)%100>3){ + return false; + } + if (wangzicard.get(0)+3!=wangzicard.get(1)||wangzicard.get(1)+3!=wangzicard.get(2)){ + return false; + } + }else if(wangzicard.size()==2){ + if (wangzicard.get(0)+3==wangzicard.get(1)||wangzicard.get(0)+6==wangzicard.get(1)){ + + }else{ + return false; + } + } + } + if (tongzicard.size()>0){ + checkmen.add(tongzicard.get(0)%100>6?tongzicard.get(0)%100-6:tongzicard.get(0)%100>3?tongzicard.get(0)%100-3:tongzicard.get(0)%100); + if (tongzicard.size()==3){ + if(tongzicard.get(0)%100>3){ + return false; + } + if (tongzicard.get(0)+3!=tongzicard.get(1)||tongzicard.get(1)+3!=tongzicard.get(2)){ + return false; + } + }else if(tongzicard.size()==2){ + if (tongzicard.get(0)+3==tongzicard.get(1)||tongzicard.get(0)+6==tongzicard.get(1)){ + // return false; + }else{ + return false; + } + + } + } + if(tiaozicard.size()>0){ + checkmen.add(tiaozicard.get(0)%100>6?tiaozicard.get(0)%100-6:tiaozicard.get(0)%100>3?tiaozicard.get(0)%100-3:tiaozicard.get(0)%100); + if (tiaozicard.size()==3){ + if(tiaozicard.get(0)%100>3){ + return false; + } + if (tiaozicard.get(0)+3!=tiaozicard.get(1)||tiaozicard.get(1)+3!=tiaozicard.get(2)){ + return false; + } + }else if(tiaozicard.size()==2){ + if (tiaozicard.get(0)+3==tiaozicard.get(1)||tiaozicard.get(0)+6==tiaozicard.get(1)){ + + }else{ + return false; + } + } + } + + + List uniqueList = new ArrayList<>(new HashSet<>(checkmen)); + + List tempList = new ArrayList(); + Collections.sort(list); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + List ziList = list.subList(wangzicard.size()+tongzicard.size()+tiaozicard.size(),list.size()); + int jiangnum = 0; + if (ziList.size()<7){ + return false; + } + System.out.println(ziList.size()); + for(int i = 0; i < ziList.size(); i++) + { + int card = ziList.get(i); + jiangnum = Collections.frequency(tempList,card); + if (jiangnum!=1){ + return false; + } + } + + return true; + } + + public static boolean IsQiXingYiBanGao(int[] cards){ + List list = WinSplitCard.SwitchToCardIndex(cards); + Map tempCardList = new HashMap<>(); + for(Integer cd:list){ + if (tempCardList.containsKey(cd)){ + tempCardList.put(cd,tempCardList.get(cd)+1); + }else{ + tempCardList.put(cd,1); + } + } + int tongzi = 0; + int wangzi = 0; + int tiaozi = 0; + ArrayList wangzicard = new ArrayList<>(); + ArrayList tongzicard = new ArrayList<>(); + ArrayList tiaozicard = new ArrayList<>(); + ArrayList checkmen = new ArrayList<>(); + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num>1){ + return false; + } + if (card<200&&card>100){ + wangzi++; + wangzicard.add(card); + } + if (card<300&&card>200){ + tongzi++; + tongzicard.add(card); + } + if(card<400&&card>300){ + tiaozi++; + tiaozicard.add(card); + } + } + if(wangzi>3||tongzi>3||tiaozi>3){ + return false; + } + System.out.println(wangzicard); + if (wangzicard.size()>0){ + checkmen.add(wangzicard.get(0)%100>6?wangzicard.get(0)%100-6:wangzicard.get(0)%100>3?wangzicard.get(0)%100-3:wangzicard.get(0)%100); + if (wangzicard.size()==3){ + if(wangzicard.get(0)%100>3){ + return false; + } + if (wangzicard.get(0)+3!=wangzicard.get(1)||wangzicard.get(1)+3!=wangzicard.get(2)){ + return false; + } + }else if(wangzicard.size()==2){ + if (wangzicard.get(0)+3==wangzicard.get(1)||wangzicard.get(0)+6==wangzicard.get(1)){ + + }else{ + return false; + } + } + } + if (tongzicard.size()>0){ + checkmen.add(tongzicard.get(0)%100>6?tongzicard.get(0)%100-6:tongzicard.get(0)%100>3?tongzicard.get(0)%100-3:tongzicard.get(0)%100); + if (tongzicard.size()==3){ + if(tongzicard.get(0)%100>3){ + return false; + } + if (tongzicard.get(0)+3!=tongzicard.get(1)||tongzicard.get(1)+3!=tongzicard.get(2)){ + return false; + } + }else if(tongzicard.size()==2){ + if (tongzicard.get(0)+3==tongzicard.get(1)||tongzicard.get(0)+6==tongzicard.get(1)){ + // return false; + }else{ + return false; + } + + } + } + if(tiaozicard.size()>0){ + checkmen.add(tiaozicard.get(0)%100>6?tiaozicard.get(0)%100-6:tiaozicard.get(0)%100>3?tiaozicard.get(0)%100-3:tiaozicard.get(0)%100); + if (tiaozicard.size()==3){ + if(tiaozicard.get(0)%100>3){ + return false; + } + if (tiaozicard.get(0)+3!=tiaozicard.get(1)||tiaozicard.get(1)+3!=tiaozicard.get(2)){ + return false; + } + }else if(tiaozicard.size()==2){ + if (tiaozicard.get(0)+3==tiaozicard.get(1)||tiaozicard.get(0)+6==tiaozicard.get(1)){ + + }else{ + return false; + } + } + } + + + List uniqueList = new ArrayList<>(new HashSet<>(checkmen)); + if (uniqueList.size()!=1){ + return false; + } + + List tempList = new ArrayList(); + Collections.sort(list); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + List ziList = list.subList(wangzicard.size()+tongzicard.size()+tiaozicard.size(),list.size()); + int jiangnum = 0; + if (ziList.size()<7){ + return false; + } + System.out.println(ziList.size()); + for(int i = 0; i < ziList.size(); i++) + { + int card = ziList.get(i); + jiangnum = Collections.frequency(tempList,card); + if (jiangnum!=1){ + return false; + } + } + + return true; + } + + public static boolean isPengPengHu(int[] cards, int gui_num) + { + int need_gui = 0; + for(int i = 0; i < cards.length; i++) + { + int num = cards[i]; + if (num > 0) + { + if (num == 1) + { + need_gui += 2; + } + else if (num == 2) + { + need_gui++; + } + else if (num == 3) + { + + } + else if (num == 4) + { + return false; + } + } + } + + if (need_gui > gui_num) + { + return false; + } + + if ((gui_num - need_gui) % 3 == 0) + { + return true; + } + + return false; + } + + public static boolean foreach_eye(int[] cards, int gui_num, int max_gui, int eye_color, int[] cache, TagAnalyseItem item, TagAnalyseItem[] cacheItemList) { + int left_gui = gui_num; + for (int i = 0; i < 3; i++) { + int cache_index = -1; + if (eye_color != i) cache_index = i; + TagAnalyseItem cache_item = new TagAnalyseItem(); + int need_gui = check_normal(cards, i * 9, i * 9 + 8, max_gui, cache_index, cache, i, item, cacheItemList, cache_item); + if (cache_index > 0) { + cache[i] = need_gui + 1; + cacheItemList[i] = cache_item; + } + left_gui -= need_gui; + if (left_gui < 0) { + return false; + } + } + + int cache_index = -1; + if (eye_color != 3) cache_index = 3; + TagAnalyseItem cache_item = new TagAnalyseItem(); + int need_gui = check_zi(cards, max_gui, cache_index, cache, 3, item, cacheItemList, cache_item); + if (cache_index > 0) { + cache[3] = need_gui + 1; + cacheItemList[3] = cache_item; + } + for(int i = 1; i <= 4; i++) + { + if (left_gui - 3*i == need_gui) + { + for(int j = 0; j < i; j++) { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, 0, 0, 0); + item.cbOpCard.add(op_card); + } + } + } + + return left_gui >= need_gui; + } + + public static int check_normal(int[] cards, int from, int to, int max_gui, int cache_index, int[] cache, int eye_color, TagAnalyseItem item, TagAnalyseItem[] cacheItemList, TagAnalyseItem cache_item) { + if (cache_index >= 0) { + int n = cache[cache_index]; + if (n > 0) { + TagAnalyseItem old_item = cacheItemList[cache_index]; + if (old_item != null) + { + for(int i = 0; i < old_item.cbOpCard.size(); i++) + { + OpCard op_card = old_item.cbOpCard.get(i); + item.cbOpCard.add(new OpCard(op_card.type, op_card.card, op_card.card2, op_card.card3)); + + + OpCard cache_card = old_item.cbOpCard.get(i); + cache_item.cbOpCard.add(new OpCard(cache_card.type, cache_card.card, cache_card.card2, cache_card.card3)); + } + } + return n - 1; + } + } + + int n = 0; + for (int i = from; i <= to; i++) { + n = n * 10 + cards[i]; + } + + if (n == 0) return 0; + + boolean n3 = false; + for (int i = 0; i <= max_gui; i++) { + if ((n + i) % 3 == 0) { + n3 = true; + break; + } + } + + if (!n3) { + return max_gui + 1; + } + + return next_split(n, 0, max_gui, eye_color, item, cacheItemList, cache_item, 0); + } + + public static int next_split(int n, int need_gui, int max_gui, int eye_color, TagAnalyseItem item, TagAnalyseItem[] cacheItemList, TagAnalyseItem cache_item, int cur_index) { + int c = 0; + while (true) { + if (n == 0) return need_gui; + + while (n > 0) { + c = n % 10; + n = n / 10; + cur_index++; + if (c != 0) break; + } + if (c == 1 || c == 4) { + if (c == 4) + { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1)); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1)); + cache_item.cbOpCard.add(cache_card); + } + return one(n, need_gui, max_gui, eye_color, item, cacheItemList, cache_item, cur_index); + } else if (c == 2) { + return two(n, need_gui, max_gui, eye_color, item, cacheItemList, cache_item, cur_index); + } + else { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1)); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1)); + cache_item.cbOpCard.add(cache_card); + } + } + } + + public static int one(int n, int need_gui, int max_gui, int eye_color, TagAnalyseItem item, TagAnalyseItem[] cacheItemList, TagAnalyseItem cache_item, int cur_index) { + int c1 = n % 10; + int c2 = (n % 100) / 10; + + OpCard op_card = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + OpCard cache_card = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + if (c1 == 0) + { + op_card.card2 = 0; + cache_card.card2 = 0; + ++need_gui; + } + else { + op_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + cache_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + n -= 1; + } + + if (c2 == 0) { + op_card.card3 = 0; + cache_card.card3 = 0; + ++need_gui; + } + else { + op_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + cache_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + n -= 10; + } + + if (op_card.card2 == 0 && op_card.card3 == 0) + { + op_card.type = RuleWeight.TYPE_PONG; + cache_card.type = RuleWeight.TYPE_PONG; + } + + item.cbOpCard.add(op_card); + cache_item.cbOpCard.add(cache_card); + + if (n == 0) return need_gui; + + if (need_gui > max_gui) return need_gui; + + return next_split(n, need_gui, max_gui, eye_color, item, cacheItemList, cache_item, cur_index); + } + + public static int two(int n, int need_gui, int max_gui, int eye_color, TagAnalyseItem item, TagAnalyseItem[] cacheItemList, TagAnalyseItem cache_item, int cur_index) { + int c1 = n % 10; + int c2 = (n % 100) / 10; + int c3 = (n % 1000) / 100; + int c4 = (n % 10000) / 1000; + + boolean choose_ke = true; + if (c1 != 0) { + if (c1 == 1) { + // 刻子 + if (c2 != 0 && c2 != 1) { + if (c2 == 2) { + if (c3 == 2) { + if (c4 == 2) choose_ke = false; + } else if (c3 == 3) { + if (c4 != 2) choose_ke = false; + } else { + choose_ke = false; + } + } else if (c2 == 3) { + if (c3 != 3) { + choose_ke = false; + } + } else if (c2 == 4) { + if (c3 == 2) { + if (c4 == 2 || c4 == 3 || c4 == 4) choose_ke = false; + } + if (c3 == 3) { + choose_ke = false; + } + } + } + } else if (c1 == 2) { + choose_ke = false; + } else if (c1 == 3) { + if (c2 == 2) { + if (c3 == 1 || c3 == 4) { + choose_ke = false; + } else if (c3 == 2) { + if (c4 != 2) choose_ke = false; + } + } + if (c2 == 3) { + choose_ke = false; + } else if (c2 == 4) { + if (c3 == 2) { + choose_ke = false; + } + } + } else if (c1 == 4) { + if (c2 == 2 && c3 != 2) { + choose_ke = false; + } else if (c2 == 3) { + if (c3 == 0 || c3 == 1 || c3 == 2) { + choose_ke = false; + } + } else if (c2 == 4) { + if (c3 == 2) choose_ke = false; + } + } + } // c1 == 0 全拆刻子 + + + if (choose_ke) { + need_gui += 1; + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), 0); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), 0); + cache_item.cbOpCard.add(cache_card); + } else { + OpCard op_card = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + OpCard op_card2 = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + OpCard cache_card2 = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + + if (c1 < 2) { + need_gui += (2 - c1); + n -= c1; + if (c1 == 0) + { + op_card.card2 = 0; + op_card2.card2 = 0; + + cache_card.card2 = 0; + cache_card2.card2 = 0; + } + else if (c1 == 1) + { + op_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + op_card2.card2 = 0; + + cache_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + cache_card2.card2 = 0; + } + } else { + n -= 2; + op_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + op_card2.card2 = (eye_color+1)*100+(9-cur_index+1-1); + + cache_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + cache_card2.card2 = (eye_color+1)*100+(9-cur_index+1-1); + } + + if (c2 < 2) { + need_gui += (2 - c2); + n -= c2 * 10; + if (c2 == 0) + { + op_card.card3 = 0; + op_card2.card3 = 0; + + cache_card.card3 = 0; + cache_card2.card3 = 0; + } + else if (c2 == 1) + { + op_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + op_card2.card3 = 0; + + cache_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + cache_card2.card3 = 0; + } + } else { + n -= 20; + op_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + op_card2.card3 = (eye_color+1)*100+(9-cur_index+1-2); + + cache_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + cache_card2.card3 = (eye_color+1)*100+(9-cur_index+1-2); + } + + item.cbOpCard.add(op_card); + item.cbOpCard.add(op_card2); + + cache_item.cbOpCard.add(cache_card); + cache_item.cbOpCard.add(cache_card2); + } + + if (n == 0) return need_gui; + + if (need_gui > max_gui) return need_gui; + + return next_split(n, need_gui, max_gui, eye_color, item, cacheItemList, cache_item, cur_index); + } + + public static int check_zi(int[] cards, int max_gui, int cache_index, int[] cache, int eye_color, TagAnalyseItem item, TagAnalyseItem[] cacheItemList, TagAnalyseItem cache_item) { + if (cache_index >= 0) { + int n = cache[cache_index]; + if (n > 0) { + TagAnalyseItem old_item = cacheItemList[cache_index]; + if (old_item != null) + { + for(int i = 0; i < old_item.cbOpCard.size(); i++) + { + OpCard op_card = old_item.cbOpCard.get(i); + item.cbOpCard.add(new OpCard(op_card.type, op_card.card, op_card.card2, op_card.card3)); + + OpCard cache_card = old_item.cbOpCard.get(i); + cache_item.cbOpCard.add(new OpCard(cache_card.type, cache_card.card, cache_card.card2, cache_card.card3)); + } + } + return n - 1; + } + } + + int need_gui = 0; + for (int i = 27; i < 34; i++) { + int c = cards[i]; + if (c == 0) continue; + if (c == 1 || c == 4) { + if (c == 1) + { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), 0, 0); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), 0, 0); + cache_item.cbOpCard.add(cache_card); + } + else if (c == 4) + { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), 0, 0); + item.cbOpCard.add(op_card); + OpCard op_card2 = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), 0, 0); + item.cbOpCard.add(op_card2); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), SwitchToCardData(i)); + cache_item.cbOpCard.add(cache_card); + OpCard cache_card2 = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), SwitchToCardData(i)); + cache_item.cbOpCard.add(cache_card2); + } + need_gui = need_gui + 2; + } else if (c == 2) { + need_gui = need_gui + 1; + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), 0); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), 0); + cache_item.cbOpCard.add(cache_card); + } + else { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), SwitchToCardData(i)); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), SwitchToCardData(i)); + cache_item.cbOpCard.add(cache_card); + } + if (need_gui > max_gui) return need_gui; + } + + return need_gui; + } +} diff --git a/majiang/gejiu/game_mj_gejiu/src/test/java/game_mj_yijiaolaiyou/Main.java b/majiang/gejiu/game_mj_gejiu/src/test/java/game_mj_yijiaolaiyou/Main.java new file mode 100644 index 0000000..525ce5e --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/src/test/java/game_mj_yijiaolaiyou/Main.java @@ -0,0 +1,9 @@ +package game_mj_yijiaolaiyou; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/CardNiao.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/CardNiao.class new file mode 100644 index 0000000..66fc356 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/CardNiao.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/Config.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/Config.class new file mode 100644 index 0000000..a37f693 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/Config.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXActionEvent.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXActionEvent.class new file mode 100644 index 0000000..669936b Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXActionEvent.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXGameController.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXGameController.class new file mode 100644 index 0000000..b38ddcb Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXGameController.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXMainServer.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXMainServer.class new file mode 100644 index 0000000..e8048e9 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXMainServer.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXPlayBack.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXPlayBack.class new file mode 100644 index 0000000..97db80d Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXPlayBack.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXPlayer.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXPlayer.class new file mode 100644 index 0000000..2ba447d Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXPlayer.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXRoom.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXRoom.class new file mode 100644 index 0000000..38f8877 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXRoom.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXScore.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXScore.class new file mode 100644 index 0000000..cd6c4a7 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/EXScore.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/OpCard.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/OpCard.class new file mode 100644 index 0000000..73203ad Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/OpCard.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/OpenKong.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/OpenKong.class new file mode 100644 index 0000000..fb761a6 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/OpenKong.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/PlayerRuleManager.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/PlayerRuleManager.class new file mode 100644 index 0000000..c89c964 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/PlayerRuleManager.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/RoomCard.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/RoomCard.class new file mode 100644 index 0000000..47daa6a Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/RoomCard.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/RuleWeight.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/RuleWeight.class new file mode 100644 index 0000000..a18f357 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/RuleWeight.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/SettleLog.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/SettleLog.class new file mode 100644 index 0000000..11e4154 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/SettleLog.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/TagAnalyseItem.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/TagAnalyseItem.class new file mode 100644 index 0000000..074e35d Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/TagAnalyseItem.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/TagKindItem.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/TagKindItem.class new file mode 100644 index 0000000..9c8a8a1 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/TagKindItem.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/WinCardType.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/WinCardType.class new file mode 100644 index 0000000..aa34288 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/WinCardType.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleChow.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleChow.class new file mode 100644 index 0000000..ff8368f Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleChow.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleHaidi.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleHaidi.class new file mode 100644 index 0000000..c943245 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleHaidi.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleOtherKong.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleOtherKong.class new file mode 100644 index 0000000..8e2fa76 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleOtherKong.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleOtherKongSelfWin.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleOtherKongSelfWin.class new file mode 100644 index 0000000..b9e2d7f Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleOtherKongSelfWin.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleOtherWin.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleOtherWin.class new file mode 100644 index 0000000..e77fe64 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleOtherWin.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RulePong.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RulePong.class new file mode 100644 index 0000000..b02e224 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RulePong.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RulePongKong.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RulePongKong.class new file mode 100644 index 0000000..b127f83 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RulePongKong.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RulePongKongWin.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RulePongKongWin.class new file mode 100644 index 0000000..bd9f83e Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RulePongKongWin.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleSelfKong.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleSelfKong.class new file mode 100644 index 0000000..a7826c5 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleSelfKong.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleSelfWin.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleSelfWin.class new file mode 100644 index 0000000..ab1865b Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rule/RuleSelfWin.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRChowState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRChowState.class new file mode 100644 index 0000000..d74af43 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRChowState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PROtherGongSelfWinState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PROtherGongSelfWinState.class new file mode 100644 index 0000000..188ab6d Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PROtherGongSelfWinState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PROtherKongState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PROtherKongState.class new file mode 100644 index 0000000..487a9ec Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PROtherKongState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PROtherWinState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PROtherWinState.class new file mode 100644 index 0000000..254ad4b Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PROtherWinState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRPongKongState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRPongKongState.class new file mode 100644 index 0000000..7aa308f Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRPongKongState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRPongKongWinState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRPongKongWinState.class new file mode 100644 index 0000000..f10b3a9 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRPongKongWinState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRPongState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRPongState.class new file mode 100644 index 0000000..6620ac4 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRPongState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRSelfKongState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRSelfKongState.class new file mode 100644 index 0000000..da518d1 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRSelfKongState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRSelfWinState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRSelfWinState.class new file mode 100644 index 0000000..adad06d Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/rulestate/PRSelfWinState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerChengDrawState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerChengDrawState.class new file mode 100644 index 0000000..fb2ae4d Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerChengDrawState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..c840ca0 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDiscardState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..030e2ca Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDiscardState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDrawState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..64e901d Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDrawState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..dfaae51 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerKongDrawState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerKongDrawState.class new file mode 100644 index 0000000..3befa12 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerKongDrawState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerKongWinState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerKongWinState.class new file mode 100644 index 0000000..331c701 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerKongWinState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..fe6ad2c Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerTipState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..36a2bfc Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerTipState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class new file mode 100644 index 0000000..1d99f7f Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerWaitState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..d50ecc2 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/player/state/EXPlayerWaitState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/room/state/EXRoomDealState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/room/state/EXRoomDealState.class new file mode 100644 index 0000000..14b596a Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/room/state/EXRoomDealState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/room/state/EXRoomSetpState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..91b6417 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/room/state/EXRoomSetpState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/room/state/EXRoomStartGameState.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..f91ca8f Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/room/state/EXRoomStartGameState.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/Action.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/Action.class new file mode 100644 index 0000000..8b506c8 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/Action.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/IRuleBase.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/IRuleBase.class new file mode 100644 index 0000000..e6136db Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/IRuleBase.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/Tip.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/Tip.class new file mode 100644 index 0000000..271e30e Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/Tip.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/TipManager.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/TipManager.class new file mode 100644 index 0000000..d31cf23 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/tip/TipManager.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/uitl/CardUtil.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/uitl/CardUtil.class new file mode 100644 index 0000000..9a47e1f Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/uitl/CardUtil.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/uitl/WinCard.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/uitl/WinCard.class new file mode 100644 index 0000000..e04755a Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/uitl/WinCard.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/uitl/WinSplitCard.class b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/uitl/WinSplitCard.class new file mode 100644 index 0000000..a76725b Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/classes/extend/mj/uitl/WinSplitCard.class differ diff --git a/majiang/gejiu/game_mj_gejiu/target/game_mj_gejiu.jar b/majiang/gejiu/game_mj_gejiu/target/game_mj_gejiu.jar new file mode 100644 index 0000000..b60039d Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/game_mj_gejiu.jar differ diff --git a/majiang/gejiu/game_mj_gejiu/target/maven-archiver/pom.properties b/majiang/gejiu/game_mj_gejiu/target/maven-archiver/pom.properties new file mode 100644 index 0000000..ec3bdf8 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Fri Oct 11 03:58:44 GMT+08:00 2024 +version=1.0.0 +groupId=com.game +artifactId=game_mj_gejiu diff --git a/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..f944a04 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,58 @@ +extend\mj\player\rule\RuleOtherKong.class +extend\mj\room\state\EXRoomSetpState.class +extend\mj\player\state\EXPlayerDrawTipState.class +extend\mj\EXRoom.class +extend\mj\PlayerRuleManager.class +extend\mj\room\state\EXRoomDealState.class +extend\mj\player\state\EXPlayerDiscardState.class +extend\mj\player\rulestate\PRSelfKongState.class +extend\mj\player\state\EXPlayerChengDrawState.class +extend\mj\EXMainServer.class +extend\mj\tip\TipManager.class +extend\mj\TagAnalyseItem.class +extend\mj\EXPlayBack.class +extend\mj\RuleWeight.class +extend\mj\SettleLog.class +extend\mj\OpCard.class +extend\mj\EXActionEvent.class +extend\mj\player\rule\RuleOtherWin.class +extend\mj\player\state\EXPlayerDisCardTipState.class +extend\mj\EXGameController.class +extend\mj\player\rulestate\PRSelfWinState.class +extend\mj\player\rule\RuleSelfKong.class +extend\mj\uitl\WinSplitCard.class +extend\mj\room\state\EXRoomStartGameState.class +extend\mj\player\state\EXPlayerWaitState.class +extend\mj\EXPlayer.class +extend\mj\player\rule\RulePongKongWin.class +extend\mj\uitl\CardUtil.class +extend\mj\player\rulestate\PROtherWinState.class +extend\mj\EXScore.class +extend\mj\player\state\EXPlayerWaitKongWinState.class +extend\mj\player\state\EXPlayerTipState.class +extend\mj\player\rulestate\PRChowState.class +extend\mj\TagKindItem.class +extend\mj\tip\Action.class +extend\mj\player\rule\RulePongKong.class +extend\mj\player\rule\RuleChow.class +extend\mj\player\state\EXPlayerKongWinState.class +extend\mj\uitl\WinCard.class +extend\mj\player\rulestate\PROtherKongState.class +extend\mj\player\rule\RuleHaidi.class +extend\mj\player\rule\RulePong.class +extend\mj\player\rulestate\PRPongState.class +extend\mj\Config.class +extend\mj\player\state\EXPlayerKongDrawState.class +extend\mj\CardNiao.class +extend\mj\player\rulestate\PRPongKongState.class +extend\mj\tip\Tip.class +extend\mj\tip\IRuleBase.class +extend\mj\player\rule\RuleSelfWin.class +extend\mj\player\state\EXPlayerPiaoNiaoTipState.class +extend\mj\OpenKong.class +extend\mj\player\rule\RuleOtherKongSelfWin.class +extend\mj\player\rulestate\PROtherGongSelfWinState.class +extend\mj\player\state\EXPlayerDrawState.class +extend\mj\WinCardType.class +extend\mj\RoomCard.class +extend\mj\player\rulestate\PRPongKongWinState.class diff --git a/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..0534063 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,58 @@ +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rulestate\PROtherWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rule\RuleOtherWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rule\RuleHaidi.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\tip\Tip.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rule\RulePongKongWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rulestate\PROtherGongSelfWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\OpenKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerPiaoNiaoTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\TagKindItem.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rule\RuleSelfKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rulestate\PRPongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rulestate\PRChowState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\OpCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerWaitKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\WinCardType.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\RuleWeight.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rule\RuleOtherKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\TagAnalyseItem.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\uitl\WinCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rule\RulePongKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rulestate\PRSelfWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rulestate\PRSelfKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\EXPlayBack.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\tip\TipManager.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerDrawState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rule\RuleChow.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rulestate\PROtherKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerChengDrawState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\tip\Action.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\Config.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerWaitState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\uitl\WinSplitCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerKongDrawState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\CardNiao.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rule\RuleSelfWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rulestate\PRPongKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rulestate\PRPongKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\SettleLog.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\main\java\extend\mj\player\rule\RuleOtherKongSelfWin.java diff --git a/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..0c6b3a8 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_mj_yijiaolaiyou\Main.class diff --git a/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..360bfb7 --- /dev/null +++ b/majiang/gejiu/game_mj_gejiu/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\majiang\gejiu\game_mj_gejiu\src\test\java\game_mj_yijiaolaiyou\Main.java diff --git a/majiang/gejiu/game_mj_gejiu/target/test-classes/game_mj_yijiaolaiyou/Main.class b/majiang/gejiu/game_mj_gejiu/target/test-classes/game_mj_yijiaolaiyou/Main.class new file mode 100644 index 0000000..13b0315 Binary files /dev/null and b/majiang/gejiu/game_mj_gejiu/target/test-classes/game_mj_yijiaolaiyou/Main.class differ diff --git a/majiang/hongzhong/game_mj_hz/config/game-config.xml b/majiang/hongzhong/game_mj_hz/config/game-config.xml new file mode 100644 index 0000000..6a7e5ed --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/config/game-config.xml @@ -0,0 +1,11 @@ + + + + + 192.168.14.1 + 192.168.14.1 + 8861 + 8861 + 22 + true + \ No newline at end of file diff --git a/majiang/hongzhong/game_mj_hz/config/log4j.properties b/majiang/hongzhong/game_mj_hz/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/majiang/hongzhong/game_mj_hz/config/taurus-core.xml b/majiang/hongzhong/game_mj_hz/config/taurus-core.xml new file mode 100644 index 0000000..1580383 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/majiang/hongzhong/game_mj_hz/config/taurus-permanent.xml b/majiang/hongzhong/game_mj_hz/config/taurus-permanent.xml new file mode 100644 index 0000000..af0653f --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 2 + 1 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 80 +
+ + + + extension - test + extend.mj.EXMainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/majiang/hongzhong/game_mj_hz/pom.xml b/majiang/hongzhong/game_mj_hz/pom.xml new file mode 100644 index 0000000..10fb611 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_mj_hongzhong + 1.0.0 + jar + + game_mj_hongzhong + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game_mj_hongzhong + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/CardNiao.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/CardNiao.java new file mode 100644 index 0000000..a21039b --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/CardNiao.java @@ -0,0 +1,19 @@ +package extend.mj; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class CardNiao { + public int card; + + public int playerId=0; + public int score = 0; + + + public ITObject toMP(){ + ITObject obj = TObject.newInstance(); + obj.putInt("card", card); + obj.putInt("score", score); + return obj; + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/Config.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/Config.java new file mode 100644 index 0000000..c19654f --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/Config.java @@ -0,0 +1,122 @@ +package extend.mj; + +public class Config { + + public static final int HONGZHONG = 412; + public static final int XIPAI_SCORE = 10; + public static final int ANCHOU_SCORE = 10; + public static final String ROOM_CONFIG_DIANPAO = "dianpao"; + public static final String ROOM_CONFIG_ZHUANGXIAN = "zhuangxian"; + public static final String ROOM_CONFIG_FENGDING = "fengding"; + public static final String ROOM_CONFIG_FENGDING_SCORE = "fengding_score"; + public static final String ROOM_CONFIG_PIAO_NIAO = "piao_niao"; //0:不嫖 1:自由票 2:固定票 + public static final String ROOM_CONFIG_PIAO_NIAO_AUTO = "auto_piao"; //piao fen + public static final String ROOM_CONFIG_PIAO_NIAO_OPT = "piao_niao_opt"; //piao fen + public static final String ROOM_CONFIG_QIDUI = "qidui"; + public static final String ROOM_CONFIG_NIAO = "niao"; + public static final String ROOM_CONFIG_NIAO_OPT = "niao_opt"; + public static final String ROOM_CONFIG_NIAO_OPT_SCORE = "niao_opt_score"; + public static final String ROOM_CONFIG_HONGZHONG = "laizi"; + public static final String ROOM_CONFIG_WUGUI_JIABEI = "wuguijiabei"; + public static final String ROOM_CONFIG_WUGUI_ZHUOPAO_JIABEI = "wuguizhuopaojiabei"; + public static final String ROOM_CONFIG_QIANGKONG = "qiangkong"; + public static final String ROOM_CONFIG_QIANGKONG_NIAO = "qiangkong_niao"; + public static final String ROOM_CONFIG_HONGZHONG8 = "laizi8"; + public static final String ROOM_CONFIG_NONEALL = "none_is_all"; + public static final String ROOM_CONFIG_NIAO_SCORE = "niao_score"; + public static final String ROOM_CONFIG_QG_TYPE = "qianggang_type"; + public static final String ROOM_CONFIG_JIANGMA = "jiangma"; + public static final String ROOM_CONFIG_HZ_HU = "hz_hu"; + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + public static final String ROOM_CONFIG_DI_FEN = "di_fen"; //低分 + public static final String ROOM_CONFIG_LAIZI4_HU = "laizi4_hu"; //四鬼胡牌 + + public static final String SETTLE_DIAN_PAO = "dian_pao"; + public static final String SETTLE_JIE_PAO = "jie_pao"; + public static final String SETTLE_ZIMO = "zimo"; + public static final String SETTLE_AN_KONG = "an_kong"; + public static final String SETTLE_MING_KONG = "ming_kong"; + + public static final int NIAO_TYPE_159 =1; + public static final int NIAO_TYPE_ALL =2; + public static final int NIAO_TYPE_WOWO =3; + + /** + * + */ + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + /** + * + */ + public static final String GAME_DIS_CARD = "611"; + + /** + * + */ + public static final String GAME_EVT_DISCARD = "812"; + + /** + * + */ + public static final String GAME_EVT_DISCARD_TIP = "813"; + + /** + * + */ + public static final String GAME_EVT_FZTIPS = "814"; + + /** + * + */ + public static final String GAME_ACTION = "612"; + + /** + * + */ + + public static final String GAME_EVT_ACTION = "815"; + + /** + * + */ + public static final String GAME_EVT_HU = "816"; + + /** + * + */ + public static final String GAME_EVT_RESULT1 = "817"; + + /** + * + */ + public static final String GAME_EVT_RESULT2 = "818"; + + /** + * + */ + public static final String GAME_EVT_DRAW = "819"; + + /** + * + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + /** + * + */ + public static final String GAME_EVT_NIAO = "821"; + + /** + * + */ + public static final String GAME_EVT_PIAONIAO_TIP = "833"; + /** + * + */ + public static final String GAME_EVT_PIAONIAO = "834"; + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXActionEvent.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXActionEvent.java new file mode 100644 index 0000000..db9bbf0 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXActionEvent.java @@ -0,0 +1,18 @@ +package extend.mj; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_START_GAME ="start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_KONG_WIN = "kong_win"; + + public static final String EVENT_PIAO_NIAO = "piao_niao"; +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXGameController.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXGameController.java new file mode 100644 index 0000000..3f21cff --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXGameController.java @@ -0,0 +1,280 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map.Entry; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; + +import extend.mj.tip.Tip; +import extend.mj.tip.TipManager; + +/** + * + * + * + * EXGameController.java + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + if(Global.loggerDebug) { + int id = params.getInt("id"); + if(id ==0) { + Global.logger.info(owner + " pass!"); + }else { + TipManager tipMgr =((EXPlayer)owner).tipMgr; + if(tipMgr.tipMap.containsKey(id)) { + Tip tip = tipMgr.tipMap.get(id); + Global.logger.info(owner + " select_action type:"+tip.weight+" card:"+tip.card); + } + } + } + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + public void changeActiveSeat(EXRoom owner,int activeSeat) { + owner.activeSeat = activeSeat; + TObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void getCard(EXPlayer player,int leftCount){ + ITObject otherParam = new TObject(); + otherParam.putInt("card", 0); + otherParam.putInt("seat", player.room.activeSeat); + otherParam.putInt("left_count", leftCount); + + ITObject param = new TObject(); + param.putInt( "card", player.drawCard ); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + player.cardInhand.add(player.drawCard); + if(Global.loggerDebug) { + Global.logger.info(player + " drawcard["+player.drawCard+"]"); + } + player.room.broadCastToClient(player.playerid, Config.GAME_EVT_DRAW, otherParam); + ((EXPlayBack)player.getRoom().playBackData).addGetCardCommand(player.room.activeSeat, player.drawCard,leftCount); + } + + public void outCard(EXPlayer player,int discard){ + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + EXRoom room = player.getRoom(); + ((EXPlayBack)room.playBackData).addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + player.outcardList.add(discard); + Util.removeCard(player.cardInhand, discard, 1); + if(Global.loggerDebug) { + Global.logger.info(player + " outcard["+discard+"]"); + } + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + + + + public void actionCard(EXPlayer player,int card,int type,int from_seat,ITArray opcardArray){ + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + if(opcardArray!=null){ + paramBroadCast.putTArray("opcard", opcardArray); + } + EXRoom room = player.getRoom(); + + if(Global.loggerDebug) { + Global.logger.info(String.format("%s from_seat:%d card:%d type:%d ", player,from_seat,card,type)); + } + room.broadCastToClient(0, Config.GAME_EVT_ACTION, paramBroadCast); + ((EXPlayBack)room.playBackData).addActionCommand(player.seat, type, card, from_seat,opcardArray); + } + + public void dealCard(EXRoom owner) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + //Global.logger.info("playerid:"+player.playerid+" isw: "+player.is_white); + + player.cardInhand = owner.card.deal(player.is_white); + Collections.sort(player.cardInhand); + if(Global.loggerDebug) { + Global.logger.info(player + " cardlist:" + player.cardInhand); + } + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + param.putInt("round", player.room.round); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + + Global.logger.info("dealCard() ===> round = "+owner.round); + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + } + + public void winEvent(EXPlayer owner,int from_seat,int win_card) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("win_card", win_card); + param.putInt("from_seat", from_seat); + if(Global.loggerDebug) { + Global.logger.info(owner + " hupai!["+(owner.seat == from_seat?"self":"other")+"]"); + } + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + ((EXPlayBack)room.playBackData).addWinCardCommand(owner.seat, false); + } + + public void sendNiaoEvt(EXPlayer owner, int seat) { + EXRoom room = owner.getRoom(); + ITObject param = new TObject(); +// param.putInt("playerid", owner.playerid); + ITArray array = new TArray(); + for (int index = 0; index < room.niao.size(); index++) { + array.addTObject(room.niao.get(index).toMP()); + } + param.putTArray("niao", array); + param.putInt("start_seat", seat); + + room.broadCastToClient(0, Config.GAME_EVT_NIAO, param); + ((EXPlayBack)room.playBackData).addNiaoCommand(owner.seat, param); + } + + /** + * Ʊ����ʾ + * @param owner + */ + public void piaoNiaoTipEvent(EXPlayer owner) { + owner.sendEvent(Config.GAME_EVT_PIAONIAO_TIP, null); + } + + /** + * Ʊ���¼� + * @param owner + */ + public void piaoNiaoEvent(EXPlayer owner) { + // if(owner.piaoNiao==0)return; + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("num", owner.piaoNiao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAONIAO, param); + } + + private ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("xipai_score", owner.xi_pai_score); + mp.putInt("anchou_score", owner.an_chou_score); + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray niao = new TArray(); + for (int index = 0; index < owner.niao.size(); index++) { + niao.addTObject(owner.niao.get(index).toMP()); + } + mp.putTArray("niao", niao); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("hu_score", player.score.round_log.get(EXScore.WIN)); + param.putInt("niao_score", player.score.round_log.get(EXScore.NIAO)); + param.putInt("gang_score", player.score.round_log.get(EXScore.KONG)); + param.putInt("piao_niao_score", player.score.round_log.get(EXScore.PIAO_NIAO)); + player.hp_info(param); + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putTObject("settle_log", player.settleLog.toTObject()); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss?2:1); + if(!dissmiss) { + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXMainServer.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXMainServer.java new file mode 100644 index 0000000..1e98ee6 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXMainServer.java @@ -0,0 +1,98 @@ +package extend.mj; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.player.rulestate.PRPongKongState; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDiscardState; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.player.state.EXPlayerWaitState; +import extend.mj.room.state.EXRoomDealState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.room.state.EXRoomStartGameState; + +/** + * + * + * EXMainServer.java + */ +public class EXMainServer extends MainServer{ + + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController)Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + Global.registerState(EXPlayerWaitKongWinState.class, new EXPlayerWaitKongWinState()); + Global.registerState(EXPlayerKongWinState.class, new EXPlayerKongWinState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + + Global.registerState(PROtherKongState.class, new PROtherKongState()); + Global.registerState(PROtherWinState.class, new PROtherWinState()); + Global.registerState(PRPongKongState.class, new PRPongKongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRSelfKongState.class, new PRSelfKongState()); + Global.registerState(PRSelfWinState.class, new PRSelfWinState()); + + + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXPlayBack.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXPlayBack.java new file mode 100644 index 0000000..d060694 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXPlayBack.java @@ -0,0 +1,68 @@ +package extend.mj; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class EXPlayBack extends BasePlayBack{ + + + public EXPlayBack(EXRoom room){ + super(room); + info.putInt("left_card", room.card.getCount()); + } + + protected ITObject getPlayerInfo(Player player) { + ITObject obj =super.getPlayerInfo(player); + EXPlayer p = (EXPlayer)player; + ITArray cardInhand = Util.toTArray(p.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + obj.putInt("piao_niao", p.piaoNiao); + return obj; + } + + public void addGetCardCommand(int seat,int card,int left_count){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard",seat,data); + } + + + public void addOutCardCommand(int seat,int card){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard",seat,data); + } + + public void addOutCardKongCommand(int seat,ITArray card){ + ITObject data = TObject.newInstance(); + data.putTArray("cardList", card); + addCommand("OutCardKong",seat,data); + } + + public void addActionCommand(int seat,int type,int card,int from_seat,ITArray opcardArray){ + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + if(opcardArray!=null) + cmdData.putTArray("opcard", opcardArray); + addCommand("Action",seat,cmdData); + } + + public void addWinCardCommand(int seat,boolean zimo){ + ITObject cmdData = TObject.newInstance(); + addCommand("Win",seat,cmdData); + } + + public void addNiaoCommand(int seat,ITObject param){ + addCommand("Niao",seat,param); + } + + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXPlayer.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXPlayer.java new file mode 100644 index 0000000..ce71187 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXPlayer.java @@ -0,0 +1,142 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.tip.TipManager; + +/** + * + * + * + * 2017��8��30�� + * EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + + // ������ + public List outcardList; + + public ITArray opCard; + + public List pongGroup; + public List kongGroup; + public List selfKongGroup; + public List opCardList; + + public int drawCard = 0; + public int winCard = 0; + + public TipManager tipMgr; + + public SettleLog settleLog; + + /** + * ©�� + */ + public boolean louhu = false; + + /** + * ǿ�Ƽ����� + */ + public boolean forceCheckWin = false; + /** + * 0 С�� 1 ���ܺ� + */ + public int winType = 0; + public List notPongKongList = new ArrayList<>(); + + public int niaoCount; + public int piaoNiao; + public boolean fengding; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + + pongGroup = new ArrayList<>(); + kongGroup = new ArrayList<>(); + selfKongGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + + opCard = new TArray(); + + tipMgr = new TipManager(this); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_DIAN_PAO, 0); + settleLog.put(Config.SETTLE_JIE_PAO, 0); + settleLog.put(Config.SETTLE_ZIMO, 0); + settleLog.put(Config.SETTLE_AN_KONG, 0); + settleLog.put(Config.SETTLE_MING_KONG, 0); + fengding = false; + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("card_count", cardInhand.size()); + playerData.putInt("score", score.total_score); + playerData.putInt("piao_niao", this.piaoNiao); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card", opcard.card); + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + + return playerData; + } + + public void clear() { + super.clear(); + this.cardInhand.clear(); + this.notPongKongList.clear(); + this.winer = 0; + this.louhu = false; + this.outcardList.clear(); + this.drawCard = 0; + this.kongGroup.clear(); + this.pongGroup.clear(); + this.selfKongGroup.clear(); + this.opCardList.clear(); + this.score.resetRound(); + this.niaoCount = 0; + this.piaoNiao = 0; + this.fengding = false; + } + + + + public EXRoom getRoom() { + return (EXRoom) room; + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXRoom.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXRoom.java new file mode 100644 index 0000000..657588d --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXRoom.java @@ -0,0 +1,702 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TObject; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.tip.Action; +import extend.mj.tip.TipManager; + +public class EXRoom extends Room { + + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + public int activeCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winCount = 0; + public boolean liuju = false; + + public ArrayList niao; + + public int niao_score; + public int piaoNiaoCount; + public int adminSeat = 0; + + public int di_fen = 2; + + public int fengdingScore = 0; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.niao = new ArrayList(); + this.fengdingScore = 0; + + if (!this.config.containsKey(Config.ROOM_CONFIG_FENGDING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_FENGDING, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_FENGDING_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_FENGDING_SCORE, 0); + } + else { + int fengding_score = this.config.getInt(Config.ROOM_CONFIG_FENGDING_SCORE); + if (fengding_score == 0) + { + this.fengdingScore = 0; + } + else if (fengding_score == 1) + { + this.fengdingScore = 35; + } + else if (fengding_score == 2) + { + this.fengdingScore = 40; + } + else if (fengding_score == 3) + { + this.fengdingScore = 45; + } + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO)) + { + this.config.putInt(Config.ROOM_CONFIG_PIAO_NIAO, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO_AUTO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_PIAO_NIAO_AUTO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO_OPT)) + { + this.config.putInt(Config.ROOM_CONFIG_PIAO_NIAO_OPT, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_WUGUI_JIABEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_WUGUI_ZHUOPAO_JIABEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_WUGUI_ZHUOPAO_JIABEI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_LAIZI4_HU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LAIZI4_HU, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAO_OPT_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAO_OPT_SCORE, 1); + } + + if (Global.gameId == 1) { + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG, true); + this.config.putBoolean(Config.ROOM_CONFIG_DIANPAO, false); + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG_NIAO, true); + this.config.putBoolean(Config.ROOM_CONFIG_HONGZHONG8, false); + this.config.putInt(Config.ROOM_CONFIG_JIANGMA, 0); + if(!this.config.containsKey(Config.ROOM_CONFIG_HZ_HU)) { + this.config.putBoolean(Config.ROOM_CONFIG_HZ_HU,false); + } + this.niao_score = this.config.containsKey(Config.ROOM_CONFIG_NIAO_SCORE)?this.config.getInt(Config.ROOM_CONFIG_NIAO_SCORE):1; + } else { + this.config.putBoolean(Config.ROOM_CONFIG_DIANPAO, false); + this.config.putBoolean(Config.ROOM_CONFIG_HONGZHONG, true); + this.config.putBoolean(Config.ROOM_CONFIG_NONEALL, false); + this.config.putBoolean(Config.ROOM_CONFIG_ZHUANGXIAN, false); + this.config.putInt(Config.ROOM_CONFIG_QG_TYPE, 0); + if(!this.config.containsKey(Config.ROOM_CONFIG_HZ_HU)) { + this.config.putBoolean(Config.ROOM_CONFIG_HZ_HU,false); + } + this.niao_score = 2; + if(this.config.getInt(Config.ROOM_CONFIG_NIAO) > 0) { + int opt = this.config.getInt(Config.ROOM_CONFIG_NIAO_OPT_SCORE); + if(opt==2)this.niao_score = 1; + } + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_HZ_HU)) { + this.config.putBoolean(Config.ROOM_CONFIG_HZ_HU,false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_DI_FEN)) + { + this.config.putInt(Config.ROOM_CONFIG_DI_FEN, 0); + this.di_fen = 2; + } + else { + int di_index = this.config.getInt(Config.ROOM_CONFIG_DI_FEN); + if (di_index == 0) + { + this.di_fen = 2; + } + else if (di_index == 1) + { + this.di_fen = 3; + } + else if (di_index == 2) + { + this.di_fen = 4; + } + else if (di_index == 3) + { + this.di_fen = 5; + } + } + + // this.entrustTime = this.config.getInt("tuoguan_active_time") * 60000; + // this.openEntrust = this.entrustTime > 0; + // this.entrusResultType = this.config.getInt("tuoguan_result_type"); + this.isEntrust=true; + this.adminSeat = 0; + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + + checkAction(); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + activePlayer.stateMachine.toNextState(); + } else { + + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + return data; + } + + public void addScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score, int type) { + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + if(type == EXScore.WIN) { + if (zhuangxian) { + if (destPlayer.seat == this.bankerSeat || fromPlayer.seat == this.bankerSeat) { + score += 1; + } + } + + EXScore exscore = (EXScore) destPlayer.score; + EXScore.HUScore hu_score = exscore.getHuScore(fromPlayer); + if (hu_score == null) { + hu_score = new EXScore.HUScore(); + hu_score.player = fromPlayer; + exscore.hu_score.add(hu_score); + } + + hu_score.score += score; + } + else if (type == EXScore.NIAO) + { + EXScore exscore = (EXScore) destPlayer.score; + EXScore.HUScore hu_score = exscore.getHuScore(fromPlayer); + if (hu_score == null) { + hu_score = new EXScore.HUScore(); + hu_score.player = fromPlayer; + exscore.hu_score.add(hu_score); + } + + hu_score.niao_score += score; + } + + if (type == EXScore.WIN || type == EXScore.NIAO) { + return; + } + + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + } + + public void addAllScore(EXPlayer destPlayer, int socre, int type) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + this.addScore(destPlayer, fromPlayer, socre, type); + } + } + + public void addNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + this.addScore(destPlayer, fromPlayer, score, EXScore.NIAO); + } + + public void addAllNiaoScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.niaoCount ++; + addNiaoScore(destPlayer, fromPlayer, score); + } + } + + public void addPiaoNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer) { + int piao_niao = this.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO); + if (piao_niao == 0) return; + + this.addScore(destPlayer, fromPlayer,destPlayer.piaoNiao + fromPlayer.piaoNiao , EXScore.PIAO_NIAO); + } + + public void addAllPiaoNiaoScore(EXPlayer destPlayer) { + int piao_niao = this.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO); + if (piao_niao == 0) return; + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addPiaoNiaoScore(destPlayer,fromPlayer); + } + } + + private int getNiaoNum(int card) { + int niao_num = 0; + int niao = this.config.getInt(Config.ROOM_CONFIG_NIAO); + switch (niao) { + case Config.NIAO_TYPE_159: + int opt = this.config.getInt(Config.ROOM_CONFIG_NIAO_OPT); + niao_num = opt * 2; + break; + case Config.NIAO_TYPE_ALL: + niao_num = 1; + break; + case Config.NIAO_TYPE_WOWO: + int tem = card % 100; + niao_num = (card == Config.HONGZHONG) ? 10 : tem; + break; + } + return niao_num; + } + + public void niao_tongPao(int card) { + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + __zhuaNiao(dianPaoPlayer, getNiaoNum(card)); + List winPlayerList = new ArrayList(); + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (player.winer == 1) { + ((EXPlayer)player).niaoCount = 0; + winPlayerList.add((EXPlayer) player); + } + } + for (CardNiao cn : niao) { + boolean not_niao = true; + if (dianPaoPlayer.playerid == cn.playerId) { + for (EXPlayer winer : winPlayerList) { + int score = cn.score; + if(Global.gameId != 1&&winer.winType == 1) + score = score * (maxPlayers - 1); + winer.niaoCount ++; + this.addNiaoScore(winer, dianPaoPlayer, score); + } + not_niao = false; + } else { + for (EXPlayer winer : winPlayerList) { + if (winer.playerid == cn.playerId) { + boolean jiabei = false; + boolean wuguijiabei = this.config.getBoolean(Config.ROOM_CONFIG_WUGUI_ZHUOPAO_JIABEI); + if (wuguijiabei && this.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG)) { + if (Util.cardNum(Config.HONGZHONG, winer.cardInhand) <= 0) { + jiabei = true; + } + } + + int score = 0; + if (jiabei) + { + score = cn.score * 2; + } + else { + score = cn.score; + } + if (Global.gameId != 1&&winer.winType == 1) + score = score * (maxPlayers - 1); + this.addNiaoScore(winer, dianPaoPlayer, score); + not_niao = false; + winer.niaoCount ++; + break; + } + } + } + if (not_niao) + cn.score = 0; + } + boolean none_all = this.config.getBoolean(Config.ROOM_CONFIG_NONEALL); + if(none_all) { + for (EXPlayer winer : winPlayerList) { + if(winer.niaoCount == 6 ||winer.niaoCount == 0) { + this.addNiaoScore(winer, dianPaoPlayer, niao_score*6); + } + } + } + + EXMainServer.gameCtr.sendNiaoEvt(dianPaoPlayer, dianPaoPlayer.seat); + } + + public void niao_dianPao(EXPlayer owner, int card) { + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + EXPlayer winer = owner; + int num = getNiaoNum(card); + boolean jiabei = false; + boolean wuguijiabei = this.config.getBoolean(Config.ROOM_CONFIG_WUGUI_ZHUOPAO_JIABEI); + if (wuguijiabei && this.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG)) { + if (Util.cardNum(Config.HONGZHONG, owner.cardInhand) <= 0) { + jiabei = true; + int jm_num = config.getInt(Config.ROOM_CONFIG_JIANGMA); + if(jm_num>0) { + num +=jm_num; + } + } + } + + __zhuaNiao(winer, num); + winer.niaoCount = 0; + for (CardNiao cn : niao) { + if (cn.playerId == winer.playerid || dianPaoPlayer.playerid == cn.playerId) { + int score = 0; + if (jiabei) + { + score = cn.score * 2; + } + else { + score = cn.score; + } + if(Global.gameId != 1&&owner.winType == 1) + score = score * (maxPlayers - 1); + winer.niaoCount ++; + this.addNiaoScore(winer, dianPaoPlayer, score); + } else { + cn.score = 0; + } + } + boolean none_all = this.config.getBoolean(Config.ROOM_CONFIG_NONEALL); + if(none_all) { + if(winer.niaoCount == 6 ||winer.niaoCount == 0) { + this.addNiaoScore(winer, dianPaoPlayer, niao_score*6); + } + } + EXMainServer.gameCtr.sendNiaoEvt(winer, winer.seat); + } + + public void niao_selfWin(EXPlayer owner, int card) { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + int num = getNiaoNum(card); + boolean hongzhong = Util.checkCard(Config.HONGZHONG, owner.cardInhand); + int jm_num = config.getInt(Config.ROOM_CONFIG_JIANGMA); + if(card!=Config.HONGZHONG&&!hongzhong&&jm_num>0) { + num +=jm_num; + } + __zhuaNiao(owner, num); + for (Entry entry : owner.room.playerMapById.entrySet()) { + ((EXPlayer)entry.getValue()).niaoCount = 0; + } + boolean jiabei = false; + boolean wuguijiabei = this.config.getBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI); + if (wuguijiabei && this.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG)) { + if (Util.cardNum(Config.HONGZHONG, owner.cardInhand) <= 0 && owner.drawCard != Config.HONGZHONG) { + jiabei = true; + } + } + for (CardNiao cn : niao) { + boolean not_niao = true; + if (cn.playerId == owner.playerid) { + if (jiabei) + { + this.addAllNiaoScore(owner, cn.score * 2); + } + else { + this.addAllNiaoScore(owner, cn.score); + } + not_niao = false; + } else { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid == cn.playerId) { + player.niaoCount ++; + if (jiabei) + { + this.addNiaoScore(owner, player, cn.score * 2); + } + else { + this.addNiaoScore(owner, player, cn.score); + } + not_niao = false; + break; + } + } + } + if (not_niao) + cn.score = 0; + } + boolean none_all = this.config.getBoolean(Config.ROOM_CONFIG_NONEALL); + if(none_all) { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if(player.niaoCount == 6 ||player.niaoCount == 0) { + if (jiabei) + { + this.addNiaoScore(owner, player, niao_score*6*2); + } + else { + this.addNiaoScore(owner, player, niao_score*6); + } + } + } + } + EXMainServer.gameCtr.sendNiaoEvt(owner, owner.seat); + } + + private final void __zhuaNiao(EXPlayer owner, int niao_num) { + this.niao.clear(); + + boolean niao_all = config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL; + for (int index = 0; index < niao_num; index++) { + if (card.cardList.size() == 0) { + break; + } + + int card = this.card.pop(); + CardNiao cn = new CardNiao(); + cn.card = card; + this.niao.add(cn); + int tem = card % 100; + if (niao_all) { + cn.playerId = owner.playerid; + if (card == Config.HONGZHONG || (Global.gameId == 1 &&tem == 1)) { + cn.score = 10; + } else { + cn.score = tem; + } + } else { + if (card == Config.HONGZHONG || tem == 1 || tem == 5 || tem == 9) { + cn.playerId = owner.playerid; + cn.score = niao_score; + } + } + } + + } + + public void winCallback(EXPlayer owner, int card) { + boolean qiangkong_niao = config.getBoolean(Config.ROOM_CONFIG_QIANGKONG_NIAO); + + if (this.winCount >= this.actionList.size()) { + if (actionList.size() > 1) { + this.bankerSeat = this.activeSeat; + if (owner.winType == 1 && qiangkong_niao) + niao_tongPao(card); + else + niao_tongPao(card); + } else { + if (owner.winType == 1 && qiangkong_niao) { + niao_dianPao(owner, card); + } + else + niao_dianPao(owner, card); + } + + this.endGame(); + } + } + + @Override + public void endGame() { + boolean fengding = this.config.getBoolean(Config.ROOM_CONFIG_FENGDING); + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer == 1) { + List list = ((EXScore) player.score).hu_score; + for (EXScore.HUScore hu_score : list) { + int hu_num = hu_score.score; + int niao_num = hu_score.niao_score; + int sum_score = hu_num + niao_num; + EXPlayer destPlayer = player; + EXPlayer fromPlayer = hu_score.player; + + destPlayer.score.round_log.put(EXScore.WIN, destPlayer.score.round_log.get(EXScore.WIN) + hu_num); + fromPlayer.score.round_log.put(EXScore.WIN, fromPlayer.score.round_log.get(EXScore.WIN) - hu_num); + destPlayer.score.round_log.put(EXScore.NIAO, destPlayer.score.round_log.get(EXScore.NIAO) + niao_num); + fromPlayer.score.round_log.put(EXScore.NIAO, fromPlayer.score.round_log.get(EXScore.NIAO) - niao_num); + //if (fengding) { + // if (sum_score > Config.FENGDING_SCORE) { + // sum_score = Config.FENGDING_SCORE; + // player.fengding = true; + // } + //} + if (fengding && this.fengdingScore > 0) + { + if (sum_score > this.fengdingScore) { + sum_score = this.fengdingScore; + player.fengding = true; + } + } + destPlayer.score.round_score += sum_score; + destPlayer.score.total_score += sum_score; + fromPlayer.score.round_score -= sum_score; + fromPlayer.score.total_score -= sum_score; + } + } + } + super.endGame(); + } + +// public void settleRound() { +// saveMilitaryRound(playBackData.getData()); +// boolean total = this.round >= this.maxRound; +// if(this.entrusResultType ==EXRoom.ENTRUST_CURREN_RESULT) { +// for (Entry entry : this.playerMapById.entrySet()) { +// if(entry.getValue().isEntrust()) { +// total = true; +// break; +// } +// } +// } +// if (!total) +// EXMainServer.gameCtr.roomResult(this); +// else { +// this.saveMilitaryTotal(false); +// } +// this.stateMachine.changeState(Global.getState(EXRoomRoundSettleState.class)); +// this.winCount = 0; +// +// +// if (total) { +// this.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); +// return; +// } +// } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void clear() { + super.clear(); + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.winCount = this.piaoNiaoCount = 0; + this.niao.clear(); + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXScore.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXScore.java new file mode 100644 index 0000000..fdae96d --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/EXScore.java @@ -0,0 +1,47 @@ +package extend.mj; + +import com.game.data.Score; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class EXScore extends Score{ + public static final int WIN = 1; + public static final int KONG = 2; + public static final int NIAO = 3; + public static final int PIAO_NIAO = 4; + + public List hu_score; + + public EXScore(EXPlayer owner){ + super(owner); + this.hu_score = new ArrayList<>(); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(KONG, 0); + this.round_log.put(NIAO, 0); + this.round_log.put(PIAO_NIAO, 0); + if(this.hu_score!=null) + this.hu_score.clear(); + } + + public HUScore getHuScore(EXPlayer from){ + for(HUScore hu_score : hu_score){ + if(hu_score.player.playerid == from.playerid){ + return hu_score; + } + } + return null; + } + + + public static final class HUScore{ + public int score; + public EXPlayer player; + public int niao_score; + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/OpCard.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/OpCard.java new file mode 100644 index 0000000..32f8334 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/OpCard.java @@ -0,0 +1,19 @@ +package extend.mj; + +public class OpCard { + public int type; + public int card; + public int seat; + + public OpCard(int type, int card) { + this.type = type; + this.card = card; + this.seat = 0; + } + + public OpCard(int type, int card, int seat) { + this.type = type; + this.card = card; + this.seat = seat; + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/PlayerRuleManager.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/PlayerRuleManager.java new file mode 100644 index 0000000..f935748 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/PlayerRuleManager.java @@ -0,0 +1,103 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.mj.player.rule.RuleOtherKong; +import extend.mj.player.rule.RuleOtherWin; +import extend.mj.player.rule.RulePong; +import extend.mj.player.rule.RulePongKong; +import extend.mj.player.rule.RuleSelfKong; +import extend.mj.player.rule.RuleSelfWin; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerTipState; +import extend.mj.tip.IRuleBase; + +/** + * ����������� + * + * + * + * 2017��9��19�� PlayerRuleManager.java + */ +public class PlayerRuleManager { + + /** + * ����ץ�� + */ + public static final int DRAW_RULE = 1; + /** + * ���˳��� + */ + public static final int OTHER_DISCARD_RULE = 2; + /** + * ���ܺ����� + */ + public static final int KONG_HU_RULE = 3; + /** + * �������Ժ���ƹ��� + */ + public static final int CHOW_PONG_DISCARD_RULE = 7; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.KONG_HU_RULE, (EXPlayerKongWinState) Global.getState(EXPlayerKongWinState.class)); + tipMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, (EXPlayerDrawTipState) Global.getState(EXPlayerDrawTipState.class)); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleSelfKong()); + drawRuleList.add(new RulePongKong()); + drawRuleList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleOtherKong()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, otherDiscardList); + + List konghuList = new ArrayList(); + konghuList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.KONG_HU_RULE, konghuList); + + List cpDiscardRuleList = new ArrayList(); + cpDiscardRuleList.add(new RuleSelfKong()); + cpDiscardRuleList.add(new RulePongKong()); + ruleMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, cpDiscardRuleList); + + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/RoomCard.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/RoomCard.java new file mode 100644 index 0000000..4a177fa --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/RoomCard.java @@ -0,0 +1,207 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; + +import com.game.Global; + +import java.util.Random; +import extend.mj.uitl.WinCard; + + +public class RoomCard { + public List cardList; + EXRoom room; + public ArrayList subCardList; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + subCardList = new ArrayList<>(); + this.room = table; + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + } + + + private void initCard() { + + for (int index = 1; index <= 9; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + this.cardList.add(300 + index); + } + } + + boolean laizi = room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG); + boolean laizi8 = room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG8); + if(laizi) { + int laiziNum = laizi8 ? 8 :4; + WinCard.zhongWinNum = laiziNum; + for(int i =0;i cards) { + //从底牌移除 + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } + } + +// public int pop() { +// +// if (this.cardList.size() == 0) { +// this.room.bankerSeat = this.room.activeSeat; +//// this.room.roundSettle(); +// } +// +// int card = this.cardList.remove(0); +// +// return card; +// +// } + + public int pop() { + Global.logger.info("pop cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + card = this.subCardList.remove(0); + }else { + this.room.bankerSeat = this.room.activeSeat; + } + }else { + card = this.cardList.remove(0); + } + return card; + + } + + public int popsub() { + Global.logger.info("pop sub cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.subCardList.size() == 0) { + if (this.cardList.size() == 0) { + this.room.bankerSeat = this.room.activeSeat; + }else { + card = this.cardList.remove(0); + } + }else { + card = this.subCardList.remove(0); + } + return card; +// this.room.roundSettle(); + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + // ���� + public List deal(boolean isw) { + List dealCards = new ArrayList(); + + + if (isw){ + + boolean laizi8 = room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG8); + Random randomno = new Random(); + boolean value = randomno.nextBoolean(); + if (laizi8){ + for (int ia = 0; ia<3;ia++){ + int indexhh = this.cardList.indexOf(Config.HONGZHONG); + //Global.logger.info("hongzhongid:"+indexhh+"card"+this.cardList); + dealCards.add(Config.HONGZHONG); + this.cardList.remove(indexhh); + Collections.shuffle(this.cardList); + } + + for (int index = 0; index < 10; index++) { + dealCards.add(this.pop()); + } + }else{ + int flag = 1; + if (value){ + flag = 2; + } + for (int ia = 0; ia log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleOtherKong.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleOtherKong.java new file mode 100644 index 0000000..fcf6da1 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleOtherKong.java @@ -0,0 +1,50 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleOtherKong.java + */ +public class RuleOtherKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + + int eventCard = room.activeCard; + if (eventCard == Config.HONGZHONG || player.isEntrust()) { + return false; + } + + if (Util.checkCard(eventCard, player.cardInhand, 3)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.KONG, this, RuleWeight.TYPE_KONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + player.stateMachine.changeState(Global.getState(PROtherKongState.class)); + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleOtherWin.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleOtherWin.java new file mode 100644 index 0000000..ebaf0ae --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleOtherWin.java @@ -0,0 +1,61 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +/** + * ���Ƽ�� + * + * + * 2017��8��30�� + * RuleOtherWin.java + */ +public class RuleOtherWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(!player.forceCheckWin&&player.louhu)return false; + EXRoom room = player.getRoom(); + ITObject config = room.config; + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + if (!player.forceCheckWin&&!config.getBoolean(Config.ROOM_CONFIG_DIANPAO)&&!hz_hu) { + return false; + } + boolean qidui = config.getBoolean(Config.ROOM_CONFIG_QIDUI); + + int activieCard = room.activeCard; + boolean laizi = room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG); + WinCard win = new WinCard(player.cardInhand, room.activeCard, Config.HONGZHONG, laizi,qidui); + if(hz_hu&&win.zhong_count >0) { + return false; + } + if (win.checkQidui() || win.tryWin(room)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activieCard); + Tip tip = new Tip(room.activeCard,opcard, RuleWeight.WIN,this, RuleWeight.TYPE_WIN); + tip.winType = player.forceCheckWin? 1 :0; + player.tipMgr.addTip(tip); + return true; + } + + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.winType = tip.winType; + player.stateMachine.changeState(Global.getState(PROtherWinState.class)); + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RulePong.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RulePong.java new file mode 100644 index 0000000..48cf238 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RulePong.java @@ -0,0 +1,53 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ����� + * + * + * 2017��8��30�� + * RulePong.java + */ +public class RulePong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (eventCard == Config.HONGZHONG || player.isEntrust()) { + return false; + } + + if (Util.checkCard(eventCard, player.cardInhand, 2)) { + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + if (Util.checkCard(tip.card, player.cardInhand, 3)) { + player.notPongKongList.add(tip.card); + } + player.stateMachine.changeState(Global.getState(PRPongState.class)); + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RulePongKong.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RulePongKong.java new file mode 100644 index 0000000..6a36a2e --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RulePongKong.java @@ -0,0 +1,59 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RulePongKong.java + */ +public class RulePongKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + boolean result = false; + if (player.isEntrust()) { + return false; + } + for (int card : player.cardInhand) { + if(!player.notPongKongList.contains(card)) { + result = conditionCard(player, card) || result; + } + } + return result; + + } + + public boolean conditionCard(EXPlayer player, int card) { + + for (int[] cardGroup : player.pongGroup) { + if (card == cardGroup[0]) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.KONG,this, RuleWeight.TYPE_PONG_KONG); + player.tipMgr.addTip(tip); + return true; + } + } + return false; + + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.stateMachine.changeState(Global.getState(PRPongKongState.class)); + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleSelfKong.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleSelfKong.java new file mode 100644 index 0000000..ff51846 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleSelfKong.java @@ -0,0 +1,56 @@ +package extend.mj.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleSelfKong.java + */ +public class RuleSelfKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if (player.isEntrust()) { + return false; + } + Map cardMap = Util.getCardNumMap(player.cardInhand); + boolean result = false; + + for (Entry entry : cardMap.entrySet()) { + + int card = entry.getKey(); + if(card == Config.HONGZHONG)continue; + int num = entry.getValue(); + if (num >= 4) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELFKONG,this, RuleWeight.TYPE_SELF_KONG); + player.tipMgr.addTip(tip); + result = true; + } + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.stateMachine.changeState(Global.getState(PRSelfKongState.class)); + + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleSelfWin.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleSelfWin.java new file mode 100644 index 0000000..93b26b5 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rule/RuleSelfWin.java @@ -0,0 +1,49 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +/** + * ������� + * + * + * 2017��8��30�� + * RuleSelfWin.java + */ +public class RuleSelfWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + // TODO Auto-generated method stub + ITObject config = player.room.config; + boolean qidui = config.getBoolean(Config.ROOM_CONFIG_QIDUI); + boolean laizi = config.getBoolean(Config.ROOM_CONFIG_HONGZHONG); + WinCard win = new WinCard(player.cardInhand, Config.HONGZHONG, laizi,qidui); + if (win.checkQidui() || win.tryWin(player.getRoom())) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(player.drawCard); + Tip tip = new Tip(player.drawCard,opcard, RuleWeight.SELF_WIN,this, RuleWeight.TYPE_WIN); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.stateMachine.changeState(Global.getState(PRSelfWinState.class)); + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PROtherKongState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PROtherKongState.java new file mode 100644 index 0000000..ad4facd --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PROtherKongState.java @@ -0,0 +1,89 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.EXScore; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PROtherKongState.java + */ +public class PROtherKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.outcardList.remove(activePlayer.outcardList.size()-1); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + room.addScore(owner,activePlayer, 3,EXScore.KONG); + + EXMainServer.gameCtr.changeActiveSeat(room,owner.seat); + owner.cardInhand.add(owner.getRoom().activeCard); + + + int [] kongGroup = new int [4]; + int card = room.activeCard; + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card; + + owner.kongGroup.add(kongGroup); + owner.opCardList.add( new OpCard(RuleWeight.TYPE_KONG, card, fromseat) ); + Util.removeCard(owner.cardInhand, card, 4); + room.activeCard = 0; + room.lastDiscardSeat = 0; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard); + owner.settleLog.add(Config.SETTLE_MING_KONG); +// owner.stateMachine.changeState( Global.getState(EXPlayerDrawState.class) ); + +// owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); +// if(room.tipMap.size() == 0){ + toNextState(owner); +// }else{ +// owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); +// } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PROtherWinState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PROtherWinState.java new file mode 100644 index 0000000..f5ba485 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PROtherWinState.java @@ -0,0 +1,73 @@ +package extend.mj.player.rulestate; + +import com.game.Util; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.*; + +import java.util.Map; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PROtherWinState.java + */ +public class PROtherWinState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + int score = room.di_fen; + int qg_type = room.config.getInt(Config.ROOM_CONFIG_QG_TYPE); + if(qg_type == 0&&owner.winType == 1) { + score = room.di_fen * ( room.maxPlayers - 1); + } + room.addScore(owner,activePlayer, score,EXScore.WIN); + room.addPiaoNiaoScore(owner, activePlayer); + boolean wuguijiabei = room.config.getBoolean(Config.ROOM_CONFIG_WUGUI_ZHUOPAO_JIABEI); + if (wuguijiabei && room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG)) { + if (Util.cardNum(Config.HONGZHONG, owner.cardInhand) <= 0) { + room.addScore(owner,activePlayer, score,EXScore.WIN); + room.addPiaoNiaoScore(owner, activePlayer); + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer gangPlayer = (EXPlayer) entry.getValue(); + for(int i = 0; i < gangPlayer.opCardList.size(); i++) + { + OpCard op_card = gangPlayer.opCardList.get(i); + if (op_card.type == RuleWeight.TYPE_SELF_KONG) + { + room.addAllScore(gangPlayer, 3, EXScore.KONG); + } + else if (op_card.type == RuleWeight.TYPE_KONG && op_card.seat == 0) + { + room.addAllScore(gangPlayer, 3, EXScore.KONG); + } + else if (op_card.type == RuleWeight.TYPE_KONG && op_card.seat > 0) + { + EXPlayer activePlayer2 = (EXPlayer)room.playerMapBySeat.get(op_card.seat); + room.addScore(gangPlayer,activePlayer2, 3,EXScore.KONG); + } + } + } + } + } + activePlayer.settleLog.add(Config.SETTLE_DIAN_PAO); + activePlayer.winer = 2; + + owner.settleLog.add(Config.SETTLE_JIE_PAO); + EXMainServer.gameCtr.winEvent(owner,activePlayer.seat,room.activeCard); + + room.bankerSeat = owner.seat; + room.winCount += 1; + owner.winer = 1; + owner.winCard = room.activeCard; + + room.winCallback( owner ,owner.winCard); + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRPongKongState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRPongKongState.java new file mode 100644 index 0000000..070f652 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRPongKongState.java @@ -0,0 +1,77 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.EXScore; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.uitl.CardUtil; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PRPongKongState.java + */ +public class PRPongKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + + Util.removeCard(owner.cardInhand, card, 1); + CardUtil.removeGroup(owner.pongGroup, card); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_PONG, card)); + + int[] kong = new int[4]; + kong[0] = card; + kong[1] = card; + kong[2] = card; + kong[3] = card; + owner.kongGroup.add(kong); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_KONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG_KONG, owner.seat,opcard); + + room.activeCard = card; + boolean qiangkong = room.config.getBoolean(Config.ROOM_CONFIG_QIANGKONG); + if(qiangkong) { + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); + if(room.tipMap.size() == 0){ + toNextState(owner); + }else{ + owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); + } + }else { + toNextState(owner); + } + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.settleLog.add(Config.SETTLE_MING_KONG); + owner.getRoom().addAllScore(owner, 3, EXScore.KONG); + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRPongState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRPongState.java new file mode 100644 index 0000000..5d82b46 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRPongState.java @@ -0,0 +1,67 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.PlayerRuleManager; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PRPongState.java + */ +public class PRPongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + owner.cardInhand.add(room.activeCard); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + owner.pongGroup.add(pongGroup); + Util.removeCard(owner.cardInhand, card, 3); + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG, fromseat,opcard); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + toNextState(owner); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java new file mode 100644 index 0000000..f4d8a9f --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java @@ -0,0 +1,53 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.EXScore; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PRSelfKongState.java + */ +public class PRSelfKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + Util.removeCard(owner.cardInhand, card, 4); + int [] kongGroup = new int [4]; + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card; + owner.selfKongGroup.add(kongGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_SELF_KONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard); + + room.addAllScore(owner, 3, EXScore.KONG); + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + owner.settleLog.add(Config.SETTLE_AN_KONG); + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java new file mode 100644 index 0000000..3c3d287 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java @@ -0,0 +1,93 @@ +package extend.mj.player.rulestate; + + +import java.util.Map.Entry; + +import com.game.Util; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.*; + +/** + * ��Ӧ��������״̬ + * + * + * 2017��8��30�� + * PRSelfWinState.java + */ +public class PRSelfWinState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + owner.winCard = owner.drawCard; + owner.winer = 1; + Util.removeCard(owner.cardInhand, owner.winCard, 1); + room.addAllScore(owner, room.di_fen,EXScore.WIN); + room.addAllPiaoNiaoScore(owner); + boolean jiabei = true; + boolean wuguijiabei = room.config.getBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI); + if (wuguijiabei && room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG)) + { + if (Util.cardNum(Config.HONGZHONG, owner.cardInhand) <= 0 && owner.drawCard != Config.HONGZHONG) + { + room.addAllScore(owner, room.di_fen,EXScore.WIN); + room.addAllPiaoNiaoScore(owner); + for (Entry entry : room.playerMapById.entrySet()) { + EXPlayer gangPlayer = (EXPlayer) entry.getValue(); + for(int i = 0; i < gangPlayer.opCardList.size(); i++) + { + OpCard op_card = gangPlayer.opCardList.get(i); + if (op_card.type == RuleWeight.TYPE_SELF_KONG) + { + room.addAllScore(gangPlayer, 3, EXScore.KONG); + } + else if (op_card.type == RuleWeight.TYPE_KONG && op_card.seat == 0) + { + room.addAllScore(gangPlayer, 3, EXScore.KONG); + } + else if (op_card.type == RuleWeight.TYPE_KONG && op_card.seat > 0) + { + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(op_card.seat); + room.addScore(gangPlayer,activePlayer, 3,EXScore.KONG); + } + } + } + } + } + for (Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + } + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + room.niao_selfWin(owner,owner.winCard ); + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + room.endGame(); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..2e3d968 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,54 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * ��ҳ�����ʾ״̬ + * + * + * 2017��8��30�� + * EXPlayerDisCardTipState.java + */ +public class EXPlayerDisCardTipState extends EXPlayerTipState { + + @Override + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..c360325 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java @@ -0,0 +1,146 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.room.state.EXRoomSetpState; + +import java.util.ArrayList; +import java.util.Collections; + +/** + * �ȴ���ҳ���״̬ + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + owner.startActionTimer(); + } + + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + ITArray card_list = netParam.getTArray("card_list"); + ITArray outcard_list = netParam.getTArray("outcard_list"); + if (card_list == null) { + card_list = TArray.newInstance(); + } + if (outcard_list == null) { + outcard_list = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < card_list.size(); i++) + { + int card = card_list.getInt(i); + tmpCardList.add(card); + } + + ArrayList out_tmpCardList = new ArrayList(); + for(int i = 0; i < outcard_list.size(); i++) + { + int card = outcard_list.getInt(i); + out_tmpCardList.add(card); + } + + + Collections.sort(tmpCardList); + Collections.sort(out_tmpCardList); + + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(owner.cardInhand); + Collections.sort(tmpCardList2); + + ArrayList out_tmpCardList2 = new ArrayList(); + out_tmpCardList2.addAll(owner.outcardList); + Collections.sort(out_tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2) || !out_tmpCardList.equals(out_tmpCardList2)) + { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + if (!Util.checkCard(discard, owner.cardInhand)) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + owner.louhu = false; + EXMainServer.gameCtr.outCard(owner, discard); + + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + break; + case ActionEvent.EVENT_TIMER_AUTO: + owner.louhu = false; + discard = owner.drawCard; + if(owner.drawCard == 0) { + discard = owner.cardInhand.get(owner.cardInhand.size() - 1); + } + if(discard == Config.HONGZHONG) { + for (Integer card : owner.cardInhand) { + if(card !=Config.HONGZHONG) { + discard = card; + break; + } + } + } + EXMainServer.gameCtr.outCard(owner, discard); + + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + default: + break; + } + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDrawState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..bea12cf --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDrawState.java @@ -0,0 +1,232 @@ +package extend.mj.player.state; + +import com.data.cache.GroupMemberCache; +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; +import extend.mj.*; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; + +/** + * ���ץ��״̬ + * + * + * 2017��8��30�� + * EXPlayerDrawState.java + */ +public class EXPlayerDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.card.cardList.size() == 0) { + room.liuju = true; + room.endGame(); + return; + + } + + ITObject config = room.config; + boolean qidui = config.getBoolean(Config.ROOM_CONFIG_QIDUI); + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + boolean laizi = room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG); + + if(owner.seat == room.adminSeat) { + double rand = Math.random() % 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = owner.drawCard = room.card.popsub(); + + WinCard win = new WinCard(owner.cardInhand, drawCard, Config.HONGZHONG, laizi,qidui); + if(!(hz_hu && win.zhong_count >0)) { + if (win.checkQidui() || win.tryWin(room)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + }else { + double rand = Math.random() % 100 * 100; + if (room.while_list && owner.is_white && rand > room.white_value) + { + Global.logger.info("dealcards playerid:"+owner.playerid+ " xingyuhao:"+owner.is_white+" white_value:"+room.white_value); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if(!IsGoodCard(owner, drawCard, qidui, hz_hu, laizi)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + if(owner.black_white_status == 2) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " white_value:"+owner.black_white_rate); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if(IsGoodCard(owner, drawCard, qidui, hz_hu, laizi)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= 5) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } + else if(owner.black_white_status == 1) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " black_value:"+owner.black_white_rate); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if(IsGoodCard(owner, drawCard, qidui, hz_hu, laizi)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= 5) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } + else { + owner.drawCard = room.card.pop(); + } + } + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.DRAW_RULE, owner); + } + + private boolean IsGoodCard(EXPlayer player, int drawCard, boolean qidui, boolean hz_hu, boolean laizi) { + if (drawCard == Config.HONGZHONG) + { + return true; + } + + if (Util.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + for (int[] cardGroup : player.pongGroup) { + if (drawCard == cardGroup[0]) { + return true; + } + } + + WinCard win = new WinCard(player.cardInhand, drawCard, Config.HONGZHONG, laizi,qidui); + if(!(hz_hu && win.zhong_count >0)) { + if (win.checkQidui() || win.tryWin(player.getRoom())) { + return true; + } + } + + if (drawCard < 400) + { + if (drawCard % 100 <= 7) + { + if (Util.cardNum(drawCard+1, player.cardInhand) >= 1 && Util.cardNum(drawCard+2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 3) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard-2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 2 && drawCard % 100 <= 8) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard+1, player.cardInhand) >= 1) + { + return true; + } + } + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + + } + + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..f2b5baf --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,43 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * ���ץ����ʾ״̬ + * + */ +public class EXPlayerDrawTipState extends EXPlayerTipState { + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + boolean win = (owner.tipMgr.weight &RuleWeight.SELF_WIN)!=0 ; + if(Global.gameId == 1 && win && id == 0)return; + owner.tipMgr.doAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.doAction(id); + } + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java new file mode 100644 index 0000000..441c172 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java @@ -0,0 +1,42 @@ +package extend.mj.player.state; + +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; + +/** + * ���������ʾ�ȴ� + * + * + * 2017��8��30�� + * EXPlayerKongWinState.java + */ +public class EXPlayerKongWinState extends EXPlayerTipState{ + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..1263fff --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,54 @@ +package extend.mj.player.state; + + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; + +/** + * Ʊ����ʾ״̬ + * + */ +public class EXPlayerPiaoNiaoTipState extends EXPlayerTipState { + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + EXMainServer.gameCtr.piaoNiaoTipEvent(owner); + owner.startActionTimer(); + }else{ + _action(owner, 0, 0); + } + } + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.piaoNiao = id; + owner.tipMgr.clean(); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoNiaoCount --; + EXMainServer.gameCtr.piaoNiaoEvent(owner); + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO_NIAO, gid, null); + } + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner,id,gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerTipState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..fad0cea --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerTipState.java @@ -0,0 +1,49 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; + +/** + * �����ʾ������� + * + * + * 2017��8��30�� + * EXPlayerTipState.java + */ +public abstract class EXPlayerTipState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + EXMainServer.gameCtr.tipEvent(owner); + } + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + super.reload(owner); + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if(cmd.equals(ActionEvent.EVENT_ENTRUST)) { + owner.startActionTimer(); + } + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java new file mode 100644 index 0000000..dff6a34 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java @@ -0,0 +1,24 @@ +package extend.mj.player.state; + +import com.game.state.StateBase; + +import extend.mj.EXPlayer; + +/** + * ������ҵȴ��������ǹ�ܺ� + * + * + * 2017��8��30�� + * EXPlayerWaitKongWinState.java + */ +public class EXPlayerWaitKongWinState extends StateBase{ + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + + } + + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerWaitState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..858aee0 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/player/state/EXPlayerWaitState.java @@ -0,0 +1,39 @@ +package extend.mj.player.state; + + +import com.game.state.StateBase; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.PlayerRuleManager; + +/** + * ��ҵȴ�״̬ + * + * + * 2017��8��30�� + * EXPlayerWaitState.java + */ +public class EXPlayerWaitState extends StateBase { + + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.OTHER_DISCARD_RULE , owner); + break; + case EXActionEvent.EVENT_KONG_WIN: + owner.forceCheckWin = true; + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.KONG_HU_RULE , owner); + owner.forceCheckWin = false; + break; + default: + break; + } + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/room/state/EXRoomDealState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/room/state/EXRoomDealState.java new file mode 100644 index 0000000..c422f36 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/room/state/EXRoomDealState.java @@ -0,0 +1,147 @@ +package extend.mj.room.state; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import com.taurus.permanent.TPServer; +import extend.mj.*; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; + +/** + * ���䷢��״̬ + * + * + * 2017��8��30�� + * EXRoomDealState.java + */ +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + owner.card.init(); + if (owner.bankerSeat == 0) { + owner.bankerSeat = 1; + } +// owner.isplaying = true; +// owner.round += 1; + + int piao_niao = owner.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO); + if(piao_niao > 0) { + if(piao_niao == 1) { + owner.piaoNiaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + } + else if (piao_niao == 2) + { + owner.piaoNiaoCount = 0; + int opt = owner.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO_OPT); + int piao_fen = 1; + if (opt == 0) + { + piao_fen = 1; + } + else if (opt == 1) + { + piao_fen = 2; + } + else if (opt == 2) + { + piao_fen = 3; + } + + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.piaoNiao = piao_fen; + player.tipMgr.clean(); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + player.getRoom().piaoNiaoCount --; + EXMainServer.gameCtr.piaoNiaoEvent(player); + } + this.toNextState(owner); + } + else { + this.toNextState(owner); + } + } else { + this.toNextState(owner); + } + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + ITObject param = new TObject(); + param.putInt("bank_seat", owner.bankerSeat); + EXMainServer.gameCtr.dealCard(owner); + owner.playBackData = new EXPlayBack(owner); + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXRoom owner) { + boolean donghua = false; + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + ITObject param = new TObject(); + param.putInt("bank_seat", owner.bankerSeat); + EXMainServer.gameCtr.dealCard(owner); + owner.playBackData = new EXPlayBack(owner); + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO_NIAO)) { + if(owner.piaoNiaoCount==0) { + this.toNextState(owner); + } + } + + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/room/state/EXRoomSetpState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..47fbd44 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/room/state/EXRoomSetpState.java @@ -0,0 +1,42 @@ +package extend.mj.room.state; + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.EXMainServer; +import extend.mj.EXRoom; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * ����ת����λ + * + * + * 2017��8��30�� + * EXRoomSetpState.java + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + + } + + EXMainServer.gameCtr.changeActiveSeat(owner,player.seat); + + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + + this.toNextState(owner); + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/room/state/EXRoomStartGameState.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..1272100 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/room/state/EXRoomStartGameState.java @@ -0,0 +1,33 @@ +package extend.mj.room.state; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.mj.EXRoom; + +/** + * ���俪ʼ״̬ + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { +// owner.readyCount = 0; +// for (Entry entry : owner.playerMapById.entrySet()) { +// Player player = entry.getValue(); +// player.ready = false; +// player.clear(); +// player.initSeat(); +// } + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/Action.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/Action.java new file mode 100644 index 0000000..454d9ca --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/Action.java @@ -0,0 +1,27 @@ +package extend.mj.tip; + + +import extend.mj.EXPlayer; + +/** + * + * + + */ +public class Action { + + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player,this.tip); + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/IRuleBase.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/IRuleBase.java new file mode 100644 index 0000000..79f1ab8 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/IRuleBase.java @@ -0,0 +1,27 @@ +package extend.mj.tip; + +import extend.mj.EXPlayer; + +/** + * ����������� + * + * + * 2017��8��30�� + * RuleBase.java + */ +public interface IRuleBase { + + /** + * ������� + * @param player + * @return + */ + public abstract boolean condition(EXPlayer player ); + + /** + * ִ�иù��� + * @param player + */ + public abstract void action(EXPlayer player ,Tip tip); + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/Tip.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/Tip.java new file mode 100644 index 0000000..434343a --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/Tip.java @@ -0,0 +1,40 @@ +package extend.mj.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +/** + * tip������ + * + * + * + * 2017��8��30�� Tip.java + */ +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int winType; + public int type; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + return tipMp; + } +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/TipManager.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/TipManager.java new file mode 100644 index 0000000..b8361ec --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/tip/TipManager.java @@ -0,0 +1,125 @@ +package extend.mj.tip; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; + +/** + * + * + * + * 2017��9��18�� TipManager.java + */ +public class TipManager { + + private int id = 0; + + public Map tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + + private void checkLouhu() { + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + this.owner.louhu = true; + break; + } + } + } + + public void choicAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.lastState.toNextState(owner); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.initOpCard(tip.opcard); + tip.rule.action(owner,tip); + + } else { + throw new Error("tip map has no id" + id); + } + + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/uitl/CardUtil.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/uitl/CardUtil.java new file mode 100644 index 0000000..6d95053 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/uitl/CardUtil.java @@ -0,0 +1,32 @@ +package extend.mj.uitl; + +import java.util.List; + +import extend.mj.OpCard; + +public class CardUtil { + + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + + } + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card == opcards.get(i).card) { + opcards.remove(i); + return; + } + + } + + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/uitl/WinCard.java b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/uitl/WinCard.java new file mode 100644 index 0000000..f51e9c6 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/main/java/extend/mj/uitl/WinCard.java @@ -0,0 +1,363 @@ +package extend.mj.uitl; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import com.game.Util; +import extend.mj.Config; +import extend.mj.EXRoom; + +public class WinCard { + + public int pair_count; + public Stack> stack; + public List cardList; + public int zhong_count; + public int zhongid = 0; + public boolean qidui; + public static int zhongWinNum = 4; + + private void push(List cardGroup) { + this.stack.push(cardGroup); + } + + private void rollBack() { + List cardGroup = this.stack.pop(); + for (Integer card : cardGroup) { + if (card == zhongid) { + this.zhong_count += 1; + } else { + this.cardList.add(card); + } + } + Collections.sort(this.cardList); + } + + private boolean tryShunzi(int card) { + if (card < 400 && card % 100 > 7) { + return false; + } + if (Util.checkCard(card + 1, this.cardList) && Util.checkCard(card + 2, this.cardList)) { + Util.removeCard(this.cardList, card, 1); + Util.removeCard(this.cardList, card + 1, 1); + Util.removeCard(this.cardList, card + 2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(card + 2); + this.push(cardGroup); + return true; + } + return false; + } + + private boolean tryKezi(int card) { + + if (Util.checkCardAndRomve(card, this.cardList, 3)) { +// CardUtil.removeCard(this.cardList, card, 3); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + return true; + } + return false; + + } + + private boolean tryPair(int card) { + if (this.pair_count > 0) { + return false; + } + + if (Util.checkCardAndRomve(card, this.cardList, 2)) { +// CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + this.pair_count = 1; + return true; + } + return false; + + } + + private boolean tryKezi1Zhong(int card) { + + if (this.zhong_count >= 1 && Util.checkCardAndRomve(card, this.cardList,2)) { +// CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(this.zhongid); + this.zhong_count -= 1; + this.push(cardGroup); + return true; + } + return false; + + } + + private boolean tryKezi2Zhong(int card) { + + if (this.zhong_count >= 2 && Util.checkCardAndRomve(card, this.cardList,1)) { +// CardUtil.removeCard(this.cardList, card, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(this.zhongid); + cardGroup.add(this.zhongid); + this.zhong_count -= 2; + this.push(cardGroup); + return true; + } + return false; + + } + + private boolean tryShunzi1Zhong(int card) { + if (card % 100 > 8) { + return false; + } + + if (this.zhong_count < 1) { + return false; + } + + if (Util.checkCard(card + 1, this.cardList)) { + Util.removeCard(cardList, card, 1); + Util.removeCard(cardList, card + 1, 1); + this.zhong_count -= 1; + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(this.zhongid); + this.push(cardGroup); + return true; + } + + if (Util.checkCard(card + 2, this.cardList) && ((card + 1) % 100 != 0)) { + Util.removeCard(cardList, card, 1); + Util.removeCard(cardList, card + 2, 1); + this.zhong_count -= 1; + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(this.zhongid); + cardGroup.add(card + 2); + this.push(cardGroup); + return true; + } + + return false; + + } + + private boolean tryPair1Zhong(int card) { + + if (this.pair_count > 0) { + return false; + } + if (this.zhong_count < 1) { + return false; + } + Util.removeCard(cardList, card, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(this.zhongid); + this.push(cardGroup); + this.zhong_count -= 1; + this.pair_count = 1; + return true; + + } + + private boolean tryPair2Zhong() { + + if (this.pair_count > 0) { + return false; + } + if (this.zhong_count < 2) { + return false; + } + List cardGroup = new ArrayList(); + cardGroup.add(this.zhongid); + cardGroup.add(this.zhongid); + this.push(cardGroup); + this.pair_count = 1; + this.zhong_count -= 2; + return true; + } + + public boolean tryWin(EXRoom room) { + if (room.config.getBoolean(Config.ROOM_CONFIG_LAIZI4_HU)) + { + if (this.zhong_count == zhongWinNum) { + return true; + } + } + + if (this.cardList.size() == 0 && this.pair_count == 1) { + return true; + } + if (this.cardList.size() == 0 && this.pair_count == 0) { + return tryPair2Zhong(); + } + + if (this.cardList.size() == 0) { + return false; + } + int activeCard = this.cardList.get(0); + + if (tryPair(activeCard)) { + if (tryWin(room)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + + } + + if (tryKezi(activeCard)) { + if (tryWin(room)) { + return true; + } + this.rollBack(); + + } + if (tryShunzi(activeCard)) { + if (tryWin(room)) { + return true; + } + this.rollBack(); + + } + + if (tryKezi1Zhong(activeCard)) { + if (tryWin(room)) { + return true; + } + this.rollBack(); + + } + if (tryKezi2Zhong(activeCard)) { + if (tryWin(room)) { + return true; + } + this.rollBack(); + + } + if (tryShunzi1Zhong(activeCard)) { + if (tryWin(room)) { + return true; + } + this.rollBack(); + + } + if (tryPair1Zhong(activeCard)) { + if (tryWin(room)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + } + return false; + } + + public WinCard(List cardInhand, int addCard, int zhongid, boolean isZhong, boolean qidui) { + this.stack = new Stack>(); + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + this.qidui = qidui; + this.cardList.add(addCard); + if (isZhong) { + this.zhongid = zhongid; + this.zhong_count = Util.cardNum(zhongid, this.cardList); + Util.removeCard(this.cardList, zhongid, this.zhong_count); + } + Collections.sort(this.cardList); + } + + public WinCard(List cardInhand, int zhongid, boolean isZhong, boolean qidui) { + this.stack = new Stack>(); + this.cardList = new ArrayList(); + this.qidui = qidui; + this.cardList.addAll(cardInhand); + if (isZhong) { + this.zhongid = zhongid; + this.zhong_count = Util.cardNum(zhongid, this.cardList); + Util.removeCard(this.cardList, zhongid, this.zhong_count); + } + Collections.sort(this.cardList); + + } + + public boolean checkQidui() { + if (!this.qidui) + return false; + if ((this.cardList.size() + zhong_count) != 14) + return false; + List cardlist = new ArrayList<>(); + cardlist.addAll(this.cardList); + hongzhong_count = this.zhong_count; + return isQdPari(cardlist); + } + + private int hongzhong_count = 0; + private int qidui_pari_count = 0; + boolean isQdPari(List cardlist) { + if(qidui_pari_count == 7)return true; + if (cardlist.size() == 0)return true; + int card = cardlist.get(0); + if (Util.cardNum(card, cardlist) >= 2) { + Util.removeCard(cardlist, card, 2); + qidui_pari_count++; + if (isQdPari(cardlist)) { + return true; + } + } + + if (this.hongzhong_count > 0) { + Util.removeCard(cardlist, card, 1); + this.hongzhong_count--; + qidui_pari_count++; + if (isQdPari(cardlist)) { + return true; + } + } + return false; + + } + + public static void main(String[] args) { + + + long time = System.currentTimeMillis(); +// for(int i=0;i<1000000;++i) { + ArrayList cardInhand = new ArrayList(); + cardInhand.add(101); + cardInhand.add(102); + cardInhand.add(103); + cardInhand.add(104); + cardInhand.add(105); + cardInhand.add(106); + + cardInhand.add(204); + cardInhand.add(205); + cardInhand.add(206); + cardInhand.add(201); + cardInhand.add(202); + cardInhand.add(203); + + cardInhand.add(301); + cardInhand.add(301); + cardInhand.add(301); + cardInhand.add(108); + WinCard win = new WinCard(cardInhand,45,45,true,false); +// } + System.out.println( System.currentTimeMillis() - time); + } + +} diff --git a/majiang/hongzhong/game_mj_hz/src/test/java/game_mj_hongzhong/Main.java b/majiang/hongzhong/game_mj_hz/src/test/java/game_mj_hongzhong/Main.java new file mode 100644 index 0000000..cd2c372 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/src/test/java/game_mj_hongzhong/Main.java @@ -0,0 +1,9 @@ +package game_mj_hongzhong; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/CardNiao.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/CardNiao.class new file mode 100644 index 0000000..2b84fbe Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/CardNiao.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/Config.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/Config.class new file mode 100644 index 0000000..8718c6e Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/Config.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXActionEvent.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXActionEvent.class new file mode 100644 index 0000000..bdc331a Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXActionEvent.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXGameController.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXGameController.class new file mode 100644 index 0000000..d1ade64 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXGameController.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXMainServer.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXMainServer.class new file mode 100644 index 0000000..7bd9e22 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXMainServer.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXPlayBack.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXPlayBack.class new file mode 100644 index 0000000..e6f880a Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXPlayBack.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXPlayer.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXPlayer.class new file mode 100644 index 0000000..d4b1d09 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXPlayer.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXRoom.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXRoom.class new file mode 100644 index 0000000..eec6cc5 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXRoom.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXScore$HUScore.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXScore$HUScore.class new file mode 100644 index 0000000..d331381 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXScore$HUScore.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXScore.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXScore.class new file mode 100644 index 0000000..e7ab4f7 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/EXScore.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/OpCard.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/OpCard.class new file mode 100644 index 0000000..3ea0024 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/OpCard.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/PlayerRuleManager.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/PlayerRuleManager.class new file mode 100644 index 0000000..b7370dd Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/PlayerRuleManager.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/RoomCard.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/RoomCard.class new file mode 100644 index 0000000..981f4eb Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/RoomCard.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/RuleWeight.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/RuleWeight.class new file mode 100644 index 0000000..2404ebf Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/RuleWeight.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/SettleLog.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/SettleLog.class new file mode 100644 index 0000000..11e4154 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/SettleLog.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleOtherKong.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleOtherKong.class new file mode 100644 index 0000000..1ca3a96 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleOtherKong.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleOtherWin.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleOtherWin.class new file mode 100644 index 0000000..e5b6af2 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleOtherWin.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RulePong.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RulePong.class new file mode 100644 index 0000000..67843fc Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RulePong.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RulePongKong.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RulePongKong.class new file mode 100644 index 0000000..191de00 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RulePongKong.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleSelfKong.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleSelfKong.class new file mode 100644 index 0000000..c8add2b Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleSelfKong.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleSelfWin.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleSelfWin.class new file mode 100644 index 0000000..036ad45 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rule/RuleSelfWin.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PROtherKongState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PROtherKongState.class new file mode 100644 index 0000000..3367894 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PROtherKongState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PROtherWinState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PROtherWinState.class new file mode 100644 index 0000000..3fb9e91 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PROtherWinState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRPongKongState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRPongKongState.class new file mode 100644 index 0000000..c6feb00 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRPongKongState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRPongState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRPongState.class new file mode 100644 index 0000000..333eab7 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRPongState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRSelfKongState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRSelfKongState.class new file mode 100644 index 0000000..48e5901 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRSelfKongState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRSelfWinState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRSelfWinState.class new file mode 100644 index 0000000..e0fa1e3 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/rulestate/PRSelfWinState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..5f1250c Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDiscardState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..7a05358 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDiscardState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDrawState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..7b7a419 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDrawState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..e4c1a60 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerKongWinState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerKongWinState.class new file mode 100644 index 0000000..d69181b Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerKongWinState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..046eca6 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerTipState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..8283f03 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerTipState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class new file mode 100644 index 0000000..1d99f7f Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerWaitState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..23d2a77 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/player/state/EXPlayerWaitState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..40bc282 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomDealState$1.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..e2933c0 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomDealState$1.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomDealState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomDealState.class new file mode 100644 index 0000000..7497f07 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomDealState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomSetpState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..91b6417 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomSetpState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomStartGameState.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..f91ca8f Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/room/state/EXRoomStartGameState.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/Action.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/Action.class new file mode 100644 index 0000000..8b506c8 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/Action.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/IRuleBase.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/IRuleBase.class new file mode 100644 index 0000000..e6136db Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/IRuleBase.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/Tip.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/Tip.class new file mode 100644 index 0000000..d2b2d38 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/Tip.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/TipManager.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/TipManager.class new file mode 100644 index 0000000..a913bef Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/tip/TipManager.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/uitl/CardUtil.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/uitl/CardUtil.class new file mode 100644 index 0000000..04341d7 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/uitl/CardUtil.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/uitl/WinCard.class b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/uitl/WinCard.class new file mode 100644 index 0000000..55918a4 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/classes/extend/mj/uitl/WinCard.class differ diff --git a/majiang/hongzhong/game_mj_hz/target/game_mj_hongzhong.jar b/majiang/hongzhong/game_mj_hz/target/game_mj_hongzhong.jar new file mode 100644 index 0000000..12f765f Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/game_mj_hongzhong.jar differ diff --git a/majiang/hongzhong/game_mj_hz/target/maven-archiver/pom.properties b/majiang/hongzhong/game_mj_hz/target/maven-archiver/pom.properties new file mode 100644 index 0000000..1750042 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Sat Apr 13 13:11:39 GMT+08:00 2024 +version=1.0.0 +groupId=com.game +artifactId=game_mj_hongzhong diff --git a/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..5e345d2 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,47 @@ +extend\mj\EXScore.class +extend\mj\player\state\EXPlayerWaitKongWinState.class +extend\mj\player\rule\RuleOtherKong.class +extend\mj\room\state\EXRoomSetpState.class +extend\mj\player\state\EXPlayerDrawTipState.class +extend\mj\EXRoom.class +extend\mj\player\state\EXPlayerTipState.class +extend\mj\PlayerRuleManager.class +extend\mj\room\state\EXRoomDealState.class +extend\mj\player\state\EXPlayerDiscardState.class +extend\mj\tip\Action.class +extend\mj\player\rule\RulePongKong.class +extend\mj\player\state\EXPlayerKongWinState.class +extend\mj\room\state\EXRoomDealState$1.class +extend\mj\player\rulestate\PRSelfKongState.class +extend\mj\uitl\WinCard.class +extend\mj\player\rulestate\PROtherKongState.class +extend\mj\player\rule\RulePong.class +extend\mj\player\rulestate\PRPongState.class +extend\mj\EXMainServer.class +extend\mj\Config.class +extend\mj\tip\TipManager.class +extend\mj\CardNiao.class +extend\mj\EXPlayBack.class +extend\mj\player\rulestate\PRPongKongState.class +extend\mj\RuleWeight.class +extend\mj\SettleLog.class +extend\mj\OpCard.class +extend\mj\tip\Tip.class +extend\mj\EXActionEvent.class +extend\mj\tip\IRuleBase.class +extend\mj\player\rule\RuleSelfWin.class +extend\mj\player\rule\RuleOtherWin.class +extend\mj\player\state\EXPlayerDisCardTipState.class +extend\mj\player\state\EXPlayerPiaoNiaoTipState.class +extend\mj\EXGameController.class +extend\mj\room\state\EXRoomDealState$1$1.class +extend\mj\player\rulestate\PRSelfWinState.class +extend\mj\player\rule\RuleSelfKong.class +extend\mj\EXScore$HUScore.class +extend\mj\room\state\EXRoomStartGameState.class +extend\mj\player\state\EXPlayerDrawState.class +extend\mj\player\state\EXPlayerWaitState.class +extend\mj\RoomCard.class +extend\mj\EXPlayer.class +extend\mj\uitl\CardUtil.class +extend\mj\player\rulestate\PROtherWinState.class diff --git a/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..16780b9 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,44 @@ +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\tip\TipManager.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\OpCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rule\RuleOtherKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\state\EXPlayerKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\Config.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rule\RulePongKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rulestate\PRSelfWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\state\EXPlayerWaitKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\uitl\WinCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rulestate\PRPongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\RuleWeight.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\SettleLog.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rulestate\PROtherWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rule\RuleSelfKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\tip\Tip.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\state\EXPlayerPiaoNiaoTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rulestate\PRPongKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\EXPlayBack.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\state\EXPlayerWaitState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\CardNiao.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rule\RuleOtherWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\tip\Action.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rule\RuleSelfWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rulestate\PRSelfKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\rulestate\PROtherKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\main\java\extend\mj\player\state\EXPlayerDrawState.java diff --git a/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..64fceae --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_mj_hongzhong\Main.class diff --git a/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..9ec7489 --- /dev/null +++ b/majiang/hongzhong/game_mj_hz/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\majiang\hongzhong\game_mj_hz\src\test\java\game_mj_hongzhong\Main.java diff --git a/majiang/hongzhong/game_mj_hz/target/test-classes/game_mj_hongzhong/Main.class b/majiang/hongzhong/game_mj_hz/target/test-classes/game_mj_hongzhong/Main.class new file mode 100644 index 0000000..b129f97 Binary files /dev/null and b/majiang/hongzhong/game_mj_hz/target/test-classes/game_mj_hongzhong/Main.class differ diff --git a/majiang/nanxian/game_mj_nx/config/game-config.xml b/majiang/nanxian/game_mj_nx/config/game-config.xml new file mode 100644 index 0000000..c2bd6fe --- /dev/null +++ b/majiang/nanxian/game_mj_nx/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.1.6 + 192.168.1.6 + 8991 + 8991 + 11 + true + \ No newline at end of file diff --git a/majiang/nanxian/game_mj_nx/config/log4j.properties b/majiang/nanxian/game_mj_nx/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/majiang/nanxian/game_mj_nx/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/majiang/nanxian/game_mj_nx/config/taurus-core.xml b/majiang/nanxian/game_mj_nx/config/taurus-core.xml new file mode 100644 index 0000000..6e51965 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/majiang/nanxian/game_mj_nx/config/taurus-permanent.xml b/majiang/nanxian/game_mj_nx/config/taurus-permanent.xml new file mode 100644 index 0000000..53697fe --- /dev/null +++ b/majiang/nanxian/game_mj_nx/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 2 + 1 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 80 +
+ + + + extension - test + extend.mj.EXMainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/majiang/nanxian/game_mj_nx/pom.xml b/majiang/nanxian/game_mj_nx/pom.xml new file mode 100644 index 0000000..bfd8ea4 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_mj_nanxian + 1.0.0 + jar + + game_mj_nanxian + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game_mj_nanxian + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/CardNiao.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/CardNiao.java new file mode 100644 index 0000000..133e619 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/CardNiao.java @@ -0,0 +1,23 @@ +package extend.mj; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class CardNiao { + public int card; + + public int playerId=0; + + + public int score = 0; + + + + public ITObject toMP(){ + ITObject obj = TObject.newInstance(); + obj.putInt("card", card); + obj.putInt("playerId", playerId); + obj.putInt("score", score); + return obj; + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/Config.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/Config.java new file mode 100644 index 0000000..4f1b706 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/Config.java @@ -0,0 +1,99 @@ +package extend.mj; + +public class Config { + public static final int FENGDING_SCORE = 28; + public static final int XIPAI_SCORE = 10; + + public static final String ROOM_CONFIG_ZIMO = "zimo"; + public static final String ROOM_CONFIG_ZHUANGXIAN = "zhuangxian"; + public static final String ROOM_CONFIG_NIAO = "niao"; + public static final String ROOM_CONFIG_NIAO_TYPE = "niao_type"; + public static final String ROOM_CONFIG_PIAO_NIAO = "piao_niao"; //0:不嫖 1:自由票 2:固定票 + public static final String ROOM_CONFIG_PIAO_NIAO_AUTO = "auto_piao"; //piao fen + public static final String ROOM_CONFIG_PIAO_NIAO_OPT = "piao_niao_opt"; //piao fen + public static final String ROOM_CONFIG_ZT_LIULIUSHUN = "zhongtuliuliushun"; + public static final String ROOM_CONFIG_ZT_DASIXI = "zhongtusixi"; + public static final String ROOM_CONFIG_QS_JIEJIEGAO = "jiejiegao"; + public static final String ROOM_CONFIG_QS_SANTONG = "santong"; + public static final String ROOM_CONFIG_QS_YIZHIHUA = "yizhihua"; + public static final String ROOM_CONFIG_QUEYIMEN = "queyimen"; + public static final String ROOM_CONFIG_FENGDING = "fengding"; + public static final String ROOM_CONFIG_FENGDING_SCORE = "fengding_score"; + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + public static final String ROOM_CONFIG_DIFEN_SCORE = "difen_score"; + public static final String ROOM_CONFIG_NIAOFEN_SCORE = "niaofen_score"; + public static final String ROOM_CONFIG_NIAOFEN_OPT = "niaofen_opt"; //0中鸟加分,//1中鸟加倍 + public static final String ROOM_CONFIG_KAI_GONG = "kai_gong"; //0:开杠2张,1:开杠四张 + public static final String ROOM_CONFIG_KAN_CHI = "kan_chi"; // + public static final String ROOM_CONFIG_HAIDI_JIAFEN = "haidi_jiafen"; //海底加两分 + public static final String ROOM_CONFIG_GANGBAO_JIAFEN = "gangbao_jiafen"; //杠爆加两分 + + + public static final int NIAO_TYPE_ADD = 0; + + public static final int NIAO_TYPE_DOUBLE = 1; + + public static final int NIAO_TYPE_CS2NIAO = 2; + + + public static final String ROOM_CONFIG_QS_JTYN = "two_pair"; + + public static final String ROOM_CONFIG_NO_JIANG = "no_jiang"; + + public static final String ROOM_CONFIG_NATIVE_HU = "native_hu"; + + + public static final String ROOM_CONFIG_FOUR_WIN = "four_win"; + + public static final String SETTLE_XIAO_DIAN_PAO = "xiao_dian_pao"; + public static final String SETTLE_XIAO_JIE_PAO = "xiao_jie_pao"; + public static final String SETTLE_XIAO_ZIMO = "xiao_zimo"; + public static final String SETTLE_DA_DIAN_PAO = "da_dian_pao"; + public static final String SETTLE_DA_JIE_PAO = "da_jie_pao"; + public static final String SETTLE_DA_ZIMO = "da_zimo"; + + + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + public static final String GAME_DIS_CARD = "611"; + + public static final String GAME_EVT_DISCARD = "812"; + + public static final String GAME_EVT_DISCARD_TIP = "813"; + + public static final String GAME_EVT_FZTIPS = "814"; + + public static final String GAME_ACTION = "612"; + + public static final String GAME_EVT_ACTION = "815"; + + public static final String GAME_EVT_HU = "816"; + + public static final String GAME_EVT_RESULT1 = "817"; + + public static final String GAME_EVT_RESULT2 = "818"; + + public static final String GAME_EVT_DRAW = "819"; + + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + public static final String GAME_EVT_NIAO = "821"; + + public static final String GAME_EVT_QSTIP = "822"; + + public static final String GAME_EVT_QSWIN = "823"; + + public static final String GAME_EVT_OPENKONG = "824"; + + public static final String GAME_EVT_HAIDITIP = "825"; + + + public static final String GAME_EVT_PIAONIAO_TIP = "833"; + + public static final String GAME_EVT_PIAONIAO = "834"; + + public static final String GAME_EVT_TING_TIP = "835"; + + public static final String GAME_EVT_TING = "836"; +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXActionEvent.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXActionEvent.java new file mode 100644 index 0000000..7a47b0c --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXActionEvent.java @@ -0,0 +1,24 @@ +package extend.mj; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_START_GAME ="start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_KONG_WIN = "kong_win"; + + public static final String EVENT_OPENKONG = "other_openkong"; + + public static final String EVENT_PIAO_NIAO = "piao_niao"; + + public static final String EVENT_QSWIN = "qs_win"; + public static final String EVENT_TIANTING = "tian_ting"; + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXGameController.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXGameController.java new file mode 100644 index 0000000..de37006 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXGameController.java @@ -0,0 +1,492 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; + +import extend.mj.tip.Tip; +import extend.mj.tip.TipManager; +import extend.mj.uitl.CardUtil; + + +/** + * + * + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + if(Global.loggerDebug) { + int id = params.getInt("id"); + if(id ==0) { + Global.logger.info(owner + " pass!"); + }else { + TipManager tipMgr =((EXPlayer)owner).tipMgr; + if(tipMgr.tipMap.containsKey(id)) { + Tip tip = tipMgr.tipMap.get(id); + Global.logger.info(owner + " select_action type:"+tip.group_type+" card:"+tip.card); + } + } + } + + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + public void changeActiveSeat(EXRoom owner,int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void getCard(EXPlayer player,int leftCount){ + ITObject otherParam = new TObject(); + otherParam.putInt("card", 0); + otherParam.putInt("seat", player.room.activeSeat); + otherParam.putInt("left_count", leftCount); + + ITObject param = new TObject(); + param.putInt( "card", player.drawCard ); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + player.cardInhand.add(player.drawCard); + if(Global.loggerDebug) { + Global.logger.info(player + " drawcard["+player.drawCard+"]"); + } + player.room.broadCastToClient(player.playerid, Config.GAME_EVT_DRAW, otherParam); + + ((EXPlayBack)player.getRoom().playBackData).addGetCardCommand(player.room.activeSeat, player.drawCard,leftCount); + } + + public void outCard(EXPlayer player,int discard){ + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + EXRoom room = player.getRoom(); + ((EXPlayBack)room.playBackData).addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + player.outcardList.add(discard); + Util.removeCard(player.cardInhand, discard, 1); + if(Global.loggerDebug) { + Global.logger.info(player + " outcard["+discard+"]"); + } + } + + + + public void actionCard(EXPlayer player,int card,int type,int from_seat,ITArray opcardArray,boolean opengang){ + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + if(opcardArray!=null){ + paramBroadCast.putTArray("opcard", opcardArray); + } + paramBroadCast.putBoolean("opengang", opengang); + EXRoom room = player.getRoom(); + if(Global.loggerDebug) { + Global.logger.info(String.format("%s from_seat:%d card:%d type:%d opengang:%b", player,from_seat,card,type,opengang)); + } + room.broadCastToClient(0, Config.GAME_EVT_ACTION, paramBroadCast); + ((EXPlayBack)room.playBackData).addActionCommand(player.seat, type, card, from_seat,opcardArray,opengang); + } + + public void dealCard(EXRoom owner) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + player.cardInhand = owner.card.deal(player, owner.bankerSeat == player.seat?14:13); + //player.cardInhand = owner.card.deal(owner.bankerSeat == player.seat?14:13); + if(owner.bankerSeat == player.seat) { + player.drawCard = player.cardInhand.get(player.cardInhand.size()-1); + player.skipDraw = true; + } +// Collections.sort(player.cardInhand); + + if(Global.loggerDebug) { + Global.logger.info(player + " cardlist:" + player.cardInhand); + } + } + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + param.putInt("left_count", owner.card.getCount()); + param.putInt("round", owner.round); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + Global.logger.info(param.toJson()); + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + ITObject param = new TObject(); + param.putBoolean("auto",owner.autoOutCard); + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, param); + } + + public void winEvent(EXPlayer owner,int from_seat) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("from_seat", from_seat); + param.putInt("win_card", owner.winCard); + ITArray array = CardUtil.toMPData_WinMap(owner.winMap); + if (array != null) { + param.putTArray("win_list", array); + } + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + ((EXPlayBack)room.playBackData).addWinCardCommand(owner.seat, false); + } + + public void sendNiaoEvt(EXPlayer owner, int seat) { + EXRoom room = owner.getRoom(); + ITObject param = new TObject(); +// param.putInt("playerid", owner.playerid); + ITArray array = new TArray(); + for (int index = 0; index < room.niao.size(); index++) { + array.addTObject(room.niao.get(index).toMP()); + } + param.putTArray("niao", array); + param.putInt("start_seat", seat); + + room.broadCastToClient(0, Config.GAME_EVT_NIAO, param); + ((EXPlayBack)room.playBackData).addNiaoCommand(owner.seat, param); + } + + /** + * @param owner + */ + public void qsTipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + ITArray types = null; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + types = CardUtil.toMPData_WinMap(entry.getValue().winMap); + break; + } + param.putTArray("types", types); + owner.sendEvent(Config.GAME_EVT_QSTIP, param); + } + + /** + * @param owner + */ + public void piaoNiaoTipEvent(EXPlayer owner) { + owner.sendEvent(Config.GAME_EVT_PIAONIAO_TIP, null); + } + + /** + * @param owner + */ + public void piaoNiaoEvent(EXPlayer owner) { + // if(owner.piaoNiao==0)return; + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("num", owner.piaoNiao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAONIAO, param); +// owner.getRoom().playBackData.addPiaoNiaoCommand(owner.seat, owner.piaoNiao); + } + + /** + * @param owner + */ + public void tingTipEvent(EXPlayer owner) { + owner.sendEvent(Config.GAME_EVT_TING_TIP, null); + } + + /** + * @param owner + */ + public void tingEvent(EXPlayer owner) { + if(!owner.tianting)return; + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_TING, param); + } + + /** + * @param owner + * @param types + */ + public void qsWinEvent(EXPlayer owner,Tip tip) { + ITObject param = new TObject(); + ITArray data = CardUtil.toMPData_WinMap(tip.winMap,true); + param.putTArray("data", data); + param.putInt("type", tip.group_type); + param.putInt("seat", owner.seat); + + if(Global.loggerDebug) { + Global.logger.info(owner + (tip.type == RuleWeight.TYPE_QSWIN?" QS":" TZ") + "Win type " + tip.winMap); + } + EXRoom room = owner.getRoom(); + int id = owner.qsList.size() + 1; + QSLog qs_log = new QSLog(); + qs_log.winMap = data; + owner.qsList.add(qs_log); + for (Entry entry : tip.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i map) + { + int count = 0; + for (Entry entry : map.entrySet()) { + WinCardType wct = entry.getValue(); + if (isDaHu(wct.type)) + { + for(int i = 0;i entry : tip.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i entry : owner.playerMapById.entrySet()) { + EXPlayer p = (EXPlayer) entry.getValue(); + p.win_count = 0; + } + } + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray niao = new TArray(); + for (int index = 0; index < owner.niao.size(); index++) { + niao.addTObject(owner.niao.get(index).toMP()); + } + mp.putTArray("niao", niao); + + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("win_count", player.win_count); + param.putInt("hu_score", player.score.round_log.get(EXScore.WIN)); + param.putInt("niao_score", player.score.round_log.get(EXScore.NIAO)); + param.putInt("qs_score", player.score.round_log.get(EXScore.QS)); + ITArray qs_info_list = TArray.newInstance(); + for(QSLog log : player.qsList) { + qs_info_list.addTObject(log.toMP()); + } + param.putTArray("qs_info_list", qs_info_list); + param.putInt("piao_niao_score", player.score.round_log.get(EXScore.PIAO_NIAO)); + param.putBoolean("fengding", player.fengding); + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + ITArray array = CardUtil.toMPData_WinMap(player.winMap); + if (array != null) { + param.putTArray("win_list", array); + } + player.hp_info(param); + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + + /** + * @param owner + */ + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + /** + * @param owner + * @param dissmiss + */ + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss?2:1); + if(!dissmiss) { + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + } + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putTObject("settle_log", player.settleLog.toTObject()); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXMainServer.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXMainServer.java new file mode 100644 index 0000000..1d9105c --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXMainServer.java @@ -0,0 +1,115 @@ +package extend.mj; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.mj.player.rulestate.PRChowState; +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.player.rulestate.PROtherOpenKongState; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.player.rulestate.PRPongKongState; +import extend.mj.player.rulestate.PRPongOpenKongState; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.player.rulestate.PRSelfOpenKongState; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDiscardState; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerHaidiTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerOpenKongState; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; +import extend.mj.player.state.EXPlayerQSWinTipState; +import extend.mj.player.state.EXPlayerTianTingTipState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.player.state.EXPlayerWaitState; +import extend.mj.player.state.EXPlayerZTWinTipState; +import extend.mj.room.state.EXRoomDealState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.room.state.EXRoomStartGameState; + +/** + * + * + */ +public class EXMainServer extends MainServer{ + + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController)Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + Global.registerState(EXPlayerWaitKongWinState.class, new EXPlayerWaitKongWinState()); + Global.registerState(EXPlayerKongWinState.class, new EXPlayerKongWinState()); + Global.registerState(EXPlayerQSWinTipState.class, new EXPlayerQSWinTipState()); + Global.registerState(EXPlayerOpenKongState.class, new EXPlayerOpenKongState()); + Global.registerState(EXPlayerHaidiTipState.class, new EXPlayerHaidiTipState()); + Global.registerState(EXPlayerZTWinTipState.class, new EXPlayerZTWinTipState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + Global.registerState(EXPlayerTianTingTipState.class, new EXPlayerTianTingTipState()); + + Global.registerState(PRChowState.class, new PRChowState()); + Global.registerState(PROtherKongState.class, new PROtherKongState()); + Global.registerState(PROtherWinState.class, new PROtherWinState()); + Global.registerState(PRPongKongState.class, new PRPongKongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRSelfKongState.class, new PRSelfKongState()); + Global.registerState(PRSelfWinState.class, new PRSelfWinState()); + Global.registerState(PROtherOpenKongState.class, new PROtherOpenKongState()); + Global.registerState(PRPongOpenKongState.class, new PRPongOpenKongState()); + Global.registerState(PRSelfOpenKongState.class, new PRSelfOpenKongState()); + + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXPlayBack.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXPlayBack.java new file mode 100644 index 0000000..8e4ea16 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXPlayBack.java @@ -0,0 +1,93 @@ +package extend.mj; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class EXPlayBack extends BasePlayBack{ + + + public EXPlayBack(EXRoom room){ + super(room); + info.putInt("left_card", room.card.getCount()); + } + + protected ITObject getPlayerInfo(Player player) { + ITObject obj =super.getPlayerInfo(player); + EXPlayer p = (EXPlayer)player; + ITArray cardInhand = Util.toTArray(p.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + obj.putInt("piao_niao", p.piaoNiao); + return obj; + } + + public void addGetCardCommand(int seat,int card,int left_count){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard",seat,data); + } + + + public void addOutCardCommand(int seat,int card){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard",seat,data); + } + + public void addOutCardKongCommand(int seat,ITArray card){ + ITObject data = TObject.newInstance(); + data.putTArray("cardList", card); + addCommand("OutCardKong",seat,data); + } + + + public void addActionCommand(int seat,int type,int card,int from_seat,ITArray opcardArray,boolean opengang){ + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + if(opcardArray!=null) + cmdData.putTArray("opcard", opcardArray); + cmdData.putBoolean("opengang", opengang); + addCommand("Action",seat,cmdData); + } + + + + public void addWinCardCommand(int seat,boolean zimo){ + ITObject cmdData = TObject.newInstance(); + addCommand("Win",seat,cmdData); + } + + public void addQSWinCardCommand(int seat,int type,ITArray data){ + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("type", type); + cmdData.putTArray("data", data); + addCommand("QSWin",seat,cmdData); + } + +// public void addPiaoNiaoCommand(int seat,int num){ +// ITObject cmdData = TObject.newInstance(); +// cmdData.putInt("num", num); +// addCommand("PiaoNiao",seat,cmdData); +// } + + public void addNiaoCommand(int seat,ITObject param){ + addCommand("Niao",seat,param); + } + + public void addOpenKongCommand(int seat,int left_count,OpenKong ok){ + ITObject data = TObject.newInstance(); + data.putTObject("info", ok.getTObject()); + data.putInt("left_count", left_count); + addCommand("OpenKong",seat,data); + } + + + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXPlayer.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXPlayer.java new file mode 100644 index 0000000..59449bf --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXPlayer.java @@ -0,0 +1,150 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.tip.TipManager; + +/** + * + * + */ +public class EXPlayer extends Player { + + public List cardInhand; + + + public List outcardList; + + public ITArray opCard; + + public List opCardList; + + public int drawCard = 0; + + public int outCardCount = 0; + + public boolean skipDraw =false; + public int winCard = 0; + + public boolean tianting = false; + + public TipManager tipMgr; + + public SettleLog settleLog; + + + public boolean louhu = false; + + + public boolean autoOutCard = false; + + public Map winMap; + + public OpenKong openKong; + public Set llsCardRecord; + public int piaoNiao = 0; + + public int win_count; + public boolean fengding; + public List qsList; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + + opCardList = new ArrayList<>(); + opCard = new TArray(); + + tipMgr = new TipManager(this); + llsCardRecord = new HashSet(); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_XIAO_DIAN_PAO, 0); + settleLog.put(Config.SETTLE_XIAO_JIE_PAO, 0); + settleLog.put(Config.SETTLE_XIAO_ZIMO, 0); + settleLog.put(Config.SETTLE_DA_DIAN_PAO, 0); + settleLog.put(Config.SETTLE_DA_JIE_PAO, 0); + settleLog.put(Config.SETTLE_DA_ZIMO, 0); + + qsList = new ArrayList<>(); + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("card_count", cardInhand.size()); + playerData.putInt("score", score.total_score); + playerData.putBoolean("auto", this.autoOutCard); + playerData.putInt("draw_card", this.drawCard); + playerData.putInt("piao_niao", this.piaoNiao); + playerData.putInt("win_count", this.win_count); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card", opcard.card); + if(opcard.opCard!=null) { + opcardParam.putTArray("opcard", opcard.opCard); + } + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + + return playerData; + } + + public void clear() { + super.clear(); + this.cardInhand.clear(); + this.winer = 0; + this.louhu = false; + this.outcardList.clear(); + this.drawCard = 0; + this.outCardCount = 0; + this.opCardList.clear(); + this.score.resetRound(); + this.autoOutCard = false; + this.openKong = null; + this.winMap = null; + this.skipDraw = false; + this.tianting = false; + this.piaoNiao = 0; + this.qsList.clear(); + this.fengding = false; + getRoom().activeKong = null; + this.llsCardRecord.clear(); + } + + + public EXRoom getRoom() { + return (EXRoom) room; + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXRoom.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXRoom.java new file mode 100644 index 0000000..eeae482 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXRoom.java @@ -0,0 +1,779 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXScore.HUScore; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.tip.Action; +import extend.mj.tip.TipManager; +import extend.mj.uitl.CardUtil; + +public class EXRoom extends Room { + + // + public Map tipMap; + public List actionList; + public List actionWinList; + public RoomCard card; + + public int activeCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winCount = 0; + public boolean liuju = false; + public int tongpao = 0; + + public boolean activeHaidi = false; + public int haidiCard; + + + public OpenKong activeKong = null; + + public List niao; + public int adminSeat = 0; + + + public int qsWinCount = 0; + + public int haidiCount = 0; + + public int piaoNiaoCount = 0; + public int tianTingCount = 0; + private boolean closeWinCallBack = false; + public int fengdingScore = 0; + public int difen_score = 0; + public int niao_score = 0; + + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + + if (!this.config.containsKey(Config.ROOM_CONFIG_HAIDI_JIAFEN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAIDI_JIAFEN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NO_JIANG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_NO_JIANG, true); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_GANGBAO_JIAFEN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GANGBAO_JIAFEN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ZIMO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_ZIMO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ZHUANGXIAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_ZHUANGXIAN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ZT_LIULIUSHUN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_ZT_LIULIUSHUN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ZT_DASIXI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_ZT_DASIXI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QS_JIEJIEGAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QS_JIEJIEGAO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QS_SANTONG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QS_SANTONG, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QS_YIZHIHUA)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QS_YIZHIHUA, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QUEYIMEN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QUEYIMEN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAO)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAO, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAO_TYPE)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAO_TYPE, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_KAN_CHI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_KAN_CHI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_FENGDING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_FENGDING, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_FENGDING_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_FENGDING_SCORE, 0); + } + else { + int fengding_score = this.config.getInt(Config.ROOM_CONFIG_FENGDING_SCORE); + if (fengding_score == 0) + { + this.fengdingScore = 0; + } + else if (fengding_score == 1) + { + this.fengdingScore = 35; + } + else if (fengding_score == 2) + { + this.fengdingScore = 40; + } + else if (fengding_score == 3) + { + this.fengdingScore = 45; + } + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO)) + { + this.config.putInt(Config.ROOM_CONFIG_PIAO_NIAO, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO_AUTO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_PIAO_NIAO_AUTO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO_AUTO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_PIAO_NIAO_AUTO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO_OPT)) + { + this.config.putInt(Config.ROOM_CONFIG_PIAO_NIAO_OPT, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_DIFEN_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_DIFEN_SCORE, 0); + this.difen_score = 0; + } + else { + this.difen_score = this.config.getInt(Config.ROOM_CONFIG_DIFEN_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAOFEN_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAOFEN_SCORE, 0); + this.niao_score = 0; + } else { + this.niao_score = this.config.getInt(Config.ROOM_CONFIG_NIAOFEN_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAOFEN_OPT)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAOFEN_OPT, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_KAI_GONG)) + { + this.config.putInt(Config.ROOM_CONFIG_KAI_GONG, 0); + } + + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.actionWinList = new ArrayList(); + this.niao = new ArrayList(); + this.isEntrust=true; + this.adminSeat = 0; + } + + public void addAction(Action action) { + addAction(action, true); + } + + public void addAction(Action action, boolean check) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + boolean add = true; + if (activeKong != null) { + if (action.tip.weight < RuleWeight.WIN) { + if (activeKong.tipActionSeat == -1) { + activeKong.tipActionSeat = actionList.get(0).player.seat; + } + if (activeKong.tipActionSeat != -1) { + int pos = Util.getPos(activeKong.kongSeat, action.player.seat, this.maxPlayers); + int pos1 = Util.getPos(activeKong.kongSeat, activeKong.tipActionSeat, this.maxPlayers); + if (pos < pos1) { + actionList.clear(); + activeKong.tipActionSeat = action.player.seat; + } else { + add = false; + } + } + } + } + if (add) + this.actionList.add(action); + } + + if (check) + checkAction(); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + this.actionWinList.clear(); + EXPlayer activePlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + if (activePlayer.getRoom().activeKong != null) { + activePlayer.getRoom().activeKong = null; + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + activePlayer.stateMachine.toNextState(); + } + } else { + + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + if (this.activeKong != null) { + data.putTObject("okinfo", this.activeKong.getTObject()); + } + return data; + } + + public boolean checkZhuangxian(EXPlayer destPlayer, EXPlayer fromPlayer, int type) { + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + if (zhuangxian) { + if (destPlayer.seat == this.bankerSeat || fromPlayer.seat == this.bankerSeat) { + return true; + } + } + if (!zhuangxian) + return true; + return false; + } + + public void addScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score, int type) { + + if (type == EXScore.WIN) { +// if (checkZhuangxian(destPlayer, fromPlayer, type)) { +// score += 1; +// } + + EXScore exscore = (EXScore) destPlayer.score; + HUScore hu_score = exscore.getHuScore(fromPlayer); + if (hu_score == null) { + hu_score = new HUScore(); + hu_score.player = fromPlayer; + exscore.hu_score.add(hu_score); + } + + hu_score.score += score; + } + + if (type == EXScore.WIN || type == EXScore.NIAO) { + return; + } + + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + + } + + public void addQSScore(EXPlayer destPlayer, int score, int id, QSLog qs_log) { + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + int tem = score; + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + if (checkZhuangxian(destPlayer, fromPlayer, EXScore.QS)) { + tem += 1; + } + EXScore exscore = (EXScore) destPlayer.score; + HUScore hu_score = exscore.getHuScore(fromPlayer); + if (hu_score == null) { + hu_score = new HUScore(); + hu_score.player = fromPlayer; + exscore.hu_score.add(hu_score); + } + int sum = 0; + if (hu_score.qs_score_map.containsKey(id)) { + sum = hu_score.qs_score_map.get(id); + } + sum += tem; + hu_score.qs_score_map.put(id, sum); + qs_log.score += tem; + this.addScore(destPlayer, fromPlayer, tem, EXScore.QS); + } + } + + public void addAllScore(EXPlayer destPlayer, int socre, int type) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + this.addScore(destPlayer, fromPlayer, socre, type); + } + } + + public void addNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + int niao_type = config.getInt(Config.ROOM_CONFIG_NIAO_TYPE); + HUScore hs = ((EXScore) destPlayer.score).getHuScore(fromPlayer); + if (niao_type == Config.NIAO_TYPE_DOUBLE) { + score = hs.score * (int) Math.round(Math.pow(2, hs.niao_double_num)); + hs.niao_double_num++; + } else if (niao_type == Config.NIAO_TYPE_CS2NIAO) { + score = hs.score; + } + hs.niao_score += score; + this.addScore(destPlayer, fromPlayer, score, EXScore.NIAO); + } + + public void addAllNiaoScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addNiaoScore(destPlayer, fromPlayer, score); + } + } + + public void addPiaoNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer) { + int piao_niao = this.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO); + if (piao_niao == 0) + return; + this.addScore(destPlayer, fromPlayer, destPlayer.piaoNiao + fromPlayer.piaoNiao, EXScore.PIAO_NIAO); + } + + public void addAllPiaoNiaoScore(EXPlayer destPlayer) { + int piao_niao = this.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO); + if (piao_niao == 0) + return; + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addPiaoNiaoScore(destPlayer, fromPlayer); + } + } + + public void niao_tongPao() { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + EXPlayer banker = (EXPlayer) this.playerMapBySeat.get(this.bankerSeat); + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + __zhuaNiao_Win(zhuangxian ? banker : dianPaoPlayer); + if (niao.size() == 0) + return; + List winPlayerList = new ArrayList(); + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer == 1) { + winPlayerList.add((EXPlayer) player); + } else { + player.win_count = 0; + } + } + for (CardNiao cn : niao) { + boolean not_niao = true; + if (dianPaoPlayer.playerid == cn.playerId) { + for (EXPlayer winer : winPlayerList) { + this.addNiaoScore(winer, dianPaoPlayer, cn.score); + } + not_niao = false; + } else { + for (EXPlayer winer : winPlayerList) { + if (winer.playerid == cn.playerId) { + this.addNiaoScore(winer, dianPaoPlayer, cn.score); + not_niao = false; + break; + } + } + } + if (not_niao) + cn.score = 0; + } + EXMainServer.gameCtr.sendNiaoEvt(dianPaoPlayer, dianPaoPlayer.seat); + } + + public void niao_dianPao(EXPlayer winer) { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + EXPlayer banker = (EXPlayer) this.playerMapBySeat.get(this.bankerSeat); + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + __zhuaNiao_Win(zhuangxian ? banker : winer); + if (niao.size() == 0) + return; + + for (CardNiao cn : niao) { + if (cn.playerId == winer.playerid || dianPaoPlayer.playerid == cn.playerId) { + this.addNiaoScore(winer, dianPaoPlayer, cn.score); + } else { + cn.score = 0; + } + } + + EXMainServer.gameCtr.sendNiaoEvt(winer, winer.seat); + } + + public void niao_selfWin(EXPlayer owner) { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + EXPlayer banker = (EXPlayer) this.playerMapBySeat.get(this.bankerSeat); + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + __zhuaNiao_Win(zhuangxian ? banker : owner); + if (niao.size() == 0) + return; + + for (CardNiao cn : niao) { + boolean not_niao = true; + if (cn.playerId == owner.playerid) { + this.addAllNiaoScore(owner, cn.score); + not_niao = false; + } else { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid == cn.playerId) { + this.addNiaoScore(owner, player, cn.score); + not_niao = false; + break; + } + } + } + if (not_niao) + cn.score = 0; + } + + EXMainServer.gameCtr.sendNiaoEvt(owner, owner.seat); + } + + public void niao_qsWin(EXPlayer owner, int id, QSLog qs_log) { + EXPlayer banker = (EXPlayer) this.playerMapBySeat.get(this.bankerSeat); + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + qs_log.niaoList.clear(); + for (int k = 0; k < 2; ++k) { + int card = CardUtil.randomDiceNum(); + this.__zhuaNiao(zhuangxian ? banker : owner, qs_log.niaoList, card); + } + + for (CardNiao cn : qs_log.niaoList) { + boolean not_niao = true; + if (cn.playerId == owner.playerid) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + __addQsWinNiao(owner, fromPlayer, id, qs_log); + } + not_niao = false; + } else { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid == cn.playerId) { + __addQsWinNiao(owner, player, id, qs_log); + not_niao = false; + break; + } + } + } + if (not_niao) + cn.score = 0; + } + } + + public void banban_qsWin(EXPlayer owner, int id, QSLog qs_log) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + __addQsWinNiao(owner, fromPlayer, id, qs_log); + } + } + + private void __addQsWinNiao(EXPlayer destPlayer, EXPlayer fromPlayer, int id, QSLog qs_log) { + HUScore hs = ((EXScore) destPlayer.score).getHuScore(fromPlayer); + int qs_score = hs.qs_score_map.get(id); + qs_log.niao_score += qs_score; + this.addScore(destPlayer, fromPlayer, qs_score, EXScore.QS); + } + + private final void __zhuaNiao(EXPlayer owner, List list, int card) { + CardNiao cn = new CardNiao(); + cn.card = card; + list.add(cn); + int tem = card % 100; + for (Entry entry : this.playerMapById.entrySet()) { + int pos = Util.getPos(owner.seat, entry.getValue().seat, this.maxPlayers); + Player player = entry.getValue(); + boolean result = false; + switch (pos) { + case 0: + result = tem == 1 || tem == 5 || tem == 9; + break; + case 1: + if (this.maxPlayers == 2) { + result = (tem == 3 || tem == 7); + } else { + result = (tem == 2 || tem == 6); + } + break; + case 2: + if (this.maxPlayers == 3) { + result = (tem == 4 || tem == 8); + } else { + result = (tem == 3 || tem == 7); + } + break; + case 3: + result = (tem == 4 || tem == 8); + break; + } + if (result) { + cn.playerId = player.playerid; + cn.score = this.niao_score; + } + } + } + + private final void __zhuaNiao_Win(EXPlayer owner) { + this.niao.clear(); + if (this.activeHaidi) { + card.cardList.add(this.haidiCard); + } else { + if (card.cardList.size() == 0) { + return; + } + } + + int niao_num = config.getInt(Config.ROOM_CONFIG_NIAO); + for (int index = 0; index < niao_num; index++) { + if (card.cardList.size() == 0) { + break; + } + + int card = this.card.pop(); + this.__zhuaNiao(owner, this.niao, card); + } + } + + private void winAction(EXPlayer owner, boolean tongpao) { + for (Entry entry : playerMapById.entrySet()) { + EXPlayer p = (EXPlayer) entry.getValue(); + if (p.winer != 1) { + p.win_count = 0; + } + } + if (tongpao) { + niao_tongPao(); + this.bankerSeat = this.activeSeat; + } else { + niao_dianPao(owner); + this.bankerSeat = owner.seat; + } + this.endGame(); + } + + public void winCallback(EXPlayer owner) { + if (closeWinCallBack) + return; + if (this.tongpao > 1) { + this.closeWinCallBack = true; + List tlist = new ArrayList(this.tipMap.values()); + for (TipManager tipmgr : tlist) { + tipmgr.winAction(); + } + for (Action action : this.actionWinList) { + action.run(); + } + this.actionWinList.clear(); + // this.actionList.clear(); + winAction(owner, true); + this.closeWinCallBack = false; + } else { + winAction(owner, false); + } + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void endGame() { + boolean fengding = this.config.getBoolean(Config.ROOM_CONFIG_FENGDING); + boolean four_win = this.config.getBoolean(Config.ROOM_CONFIG_FOUR_WIN); + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer == 1) { + List list = ((EXScore) player.score).hu_score; + for (HUScore hu_score : list) { + int hu_num = hu_score.score; + int niao_num = hu_score.niao_score; + if (four_win && player.win_count >= 4) { + hu_num = hu_num * 2; + niao_num = niao_num * 2; + } + int sum_score = hu_num + niao_num; + EXPlayer destPlayer = player; + EXPlayer fromPlayer = hu_score.player; + + destPlayer.score.round_log.put(EXScore.WIN, destPlayer.score.round_log.get(EXScore.WIN) + hu_num); + fromPlayer.score.round_log.put(EXScore.WIN, fromPlayer.score.round_log.get(EXScore.WIN) - hu_num); + destPlayer.score.round_log.put(EXScore.NIAO, destPlayer.score.round_log.get(EXScore.NIAO) + niao_num); + fromPlayer.score.round_log.put(EXScore.NIAO, fromPlayer.score.round_log.get(EXScore.NIAO) - niao_num); + //if (fengding) { + // if (sum_score > Config.FENGDING_SCORE) { + // sum_score = Config.FENGDING_SCORE; + // player.fengding = true; + // } + //} + if (fengding && this.fengdingScore > 0) + { + if (sum_score > this.fengdingScore) { + sum_score = this.fengdingScore; + player.fengding = true; + } + } + destPlayer.score.round_score += sum_score; + destPlayer.score.total_score += sum_score; + fromPlayer.score.round_score -= sum_score; + fromPlayer.score.total_score -= sum_score; + } + } + } + super.endGame(); + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + @Override + public void clear() { + super.clear(); + this.liuju = false; + this.haidiCard = 0; + this.closeWinCallBack = false; + this.tongpao = 0; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.qsWinCount = this.haidiCount = this.winCount = this.piaoNiaoCount = 0; + this.activeKong = null; + this.activeHaidi = false; + this.niao.clear(); + this.actionWinList.clear(); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXScore.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXScore.java new file mode 100644 index 0000000..48b58fc --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/EXScore.java @@ -0,0 +1,52 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import com.game.data.Score; + + +public class EXScore extends Score{ + public static final int WIN = 1; + public static final int QS = 2; + public static final int NIAO = 3; + public static final int PIAO_NIAO = 4; + + public List hu_score; + + public EXScore(EXPlayer owner){ + super(owner); + this.hu_score = new ArrayList<>(); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(QS, 0); + this.round_log.put(NIAO, 0); + this.round_log.put(PIAO_NIAO, 0); + if(this.hu_score!=null) + this.hu_score.clear(); + } + + public HUScore getHuScore(EXPlayer from){ + for(HUScore hu_score : hu_score){ + if(hu_score.player.playerid == from.playerid){ + return hu_score; + } + } + return null; + } + + + public static final class HUScore{ + public int score; + public EXPlayer player; + public int niao_double_num; + public int niao_score; + public Map qs_score_map = new HashMap(); + } + + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/OpCard.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/OpCard.java new file mode 100644 index 0000000..3767cde --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/OpCard.java @@ -0,0 +1,15 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; + +public class OpCard { + public int type; + public int card; + + public ITArray opCard; + + public OpCard(int type, int card) { + this.type = type; + this.card = card; + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/OpenKong.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/OpenKong.java new file mode 100644 index 0000000..ec3a748 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/OpenKong.java @@ -0,0 +1,53 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.uitl.CardUtil; + +public class OpenKong { + + public int diceNum1; + public int diceNum2; + + /** + * + */ + public int fromSeat; + + + public int kongSeat; + public List drawList; + + public boolean haidi; + + public int tipActionSeat = -1; + + public OpenKong() { + drawList = new ArrayList(); + + diceNum1 = CardUtil.randomDiceNum(); + diceNum2 = CardUtil.randomDiceNum(); + } + + public ITObject getTObject() { + ITObject data = TObject.newInstance(); + data.putInt("diceNum1", diceNum1); + data.putInt("diceNum2", diceNum2); + + data.putInt("from_seat", fromSeat); + data.putInt("kong_seat", kongSeat); + + ITArray cardList = TArray.newInstance(); + for (int card : drawList) { + cardList.addInt(card); + } + data.putTArray("cardList", cardList); + return data; + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/PlayerRuleManager.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/PlayerRuleManager.java new file mode 100644 index 0000000..817e56d --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/PlayerRuleManager.java @@ -0,0 +1,143 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.mj.player.rule.RuleChow; +import extend.mj.player.rule.RuleHaidi; +import extend.mj.player.rule.RuleOtherKong; +import extend.mj.player.rule.RuleOtherOpenKong; +import extend.mj.player.rule.RuleOtherWin; +import extend.mj.player.rule.RulePong; +import extend.mj.player.rule.RulePongKong; +import extend.mj.player.rule.RulePongOpenKong; +import extend.mj.player.rule.RuleQSWin; +import extend.mj.player.rule.RuleSelfKong; +import extend.mj.player.rule.RuleSelfOpenKong; +import extend.mj.player.rule.RuleSelfWin; +import extend.mj.player.rule.RuleZTWin; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerHaidiTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerQSWinTipState; +import extend.mj.player.state.EXPlayerTipState; +import extend.mj.player.state.EXPlayerZTWinTipState; +import extend.mj.tip.IRuleBase; + +/** + * + */ +public class PlayerRuleManager { + + + public static final int DRAW_RULE = 1; + + public static final int OTHER_DISCARD_RULE = 2; + + public static final int KONG_HU_RULE = 3; + + public static final int QS_HU_RULE = 4; + + public static final int OPENKONG_RULE = 5; + + public static final int HAIDI_RULE = 6; + + public static final int CHOW_PONG_DISCARD_RULE = 7; + + public static final int ZT_HU_RULE = 8; + + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.KONG_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerKongWinState.class)); + tipMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.QS_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerQSWinTipState.class)); + tipMap.put(PlayerRuleManager.OPENKONG_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.HAIDI_RULE, (EXPlayerTipState) Global.getState(EXPlayerHaidiTipState.class)); + tipMap.put(PlayerRuleManager.ZT_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerZTWinTipState.class)); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleSelfKong()); + drawRuleList.add(new RuleSelfOpenKong()); + drawRuleList.add(new RulePongKong()); + drawRuleList.add(new RulePongOpenKong()); + drawRuleList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleChow()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleOtherKong()); + otherDiscardList.add(new RuleOtherOpenKong()); + otherDiscardList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, otherDiscardList); + + List konghuList = new ArrayList(); + konghuList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.KONG_HU_RULE, konghuList); + + List qshuList = new ArrayList(); + qshuList.add(new RuleQSWin()); + ruleMap.put(PlayerRuleManager.QS_HU_RULE, qshuList); + + List cpDiscardRuleList = new ArrayList(); + cpDiscardRuleList.add(new RuleSelfKong()); + cpDiscardRuleList.add(new RuleSelfOpenKong()); + cpDiscardRuleList.add(new RulePongKong()); + cpDiscardRuleList.add(new RulePongOpenKong()); + ruleMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, cpDiscardRuleList); + + List openkongList = new ArrayList(); + openkongList.add(new RuleChow()); + openkongList.add(new RulePong()); + openkongList.add(new RuleOtherKong()); + openkongList.add(new RuleOtherOpenKong()); + openkongList.add(new RulePongOpenKong()); + openkongList.add(new RuleOtherWin()); + openkongList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.OPENKONG_RULE, openkongList); + + List haidiList = new ArrayList(); + haidiList.add(new RuleHaidi()); + ruleMap.put(PlayerRuleManager.HAIDI_RULE, haidiList); + + List zthuList = new ArrayList(); + zthuList.add(new RuleZTWin()); + ruleMap.put(PlayerRuleManager.ZT_HU_RULE, zthuList); + + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + player.getRoom().actionWinList.clear(); + List ruleList = this.ruleMap.get(type); + boolean result = false; + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/QSLog.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/QSLog.java new file mode 100644 index 0000000..a93f5f0 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/QSLog.java @@ -0,0 +1,30 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class QSLog { + public int score; + public int niao_score; + public List niaoList = new ArrayList(2); + + public ITArray winMap; + + public ITObject toMP() { + ITObject p = TObject.newInstance(); + p.putInt("score", score); + p.putInt("niao_score", niao_score); + ITArray niao = new TArray(); + for (int index = 0; index < niaoList.size(); index++) { + niao.addTObject(niaoList.get(index).toMP()); + } + p.putTArray("niao", niao); + p.putTArray("win_list", winMap); + return p; + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/RoomCard.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/RoomCard.java new file mode 100644 index 0000000..6925934 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/RoomCard.java @@ -0,0 +1,337 @@ +package extend.mj; + +import java.util.*; + +import com.game.Global; +import com.game.Util; +import extend.mj.uitl.Paixing; + +public class RoomCard { + public List cardList; + EXRoom room; + public ArrayList subCardList; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + this.room = table; + subCardList = new ArrayList<>(); + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + //this.initCard2(); + } + + private void initCard2() { + List list = Arrays.asList(109, 109, 109, 207, 207, 207, 105, 106, 107, 202, 202, 203, 204); + List list2 = Arrays.asList(209, 209, 209, 206, 206, 203, 203, 208, 208, 208, 202, 202, 202); + List list3 = Arrays.asList(208, 201, 202, 103, 107, 107, 205, 208, 209, 207, 109, 203, 208, 104, 210, 106, 104, 107, 202, 105, 206, 206, 109, 202, 209, 210, 104, 206, 107, 101, 108, 210, 203, 101, 102, 106, 209); + + this.cardList.addAll(list); + this.cardList.addAll(list2); + this.cardList.addAll(list3); + } + + + private void initCard() { + boolean queyimen = this.room.config.getBoolean(Config.ROOM_CONFIG_QUEYIMEN); + for (int index = 1; index <= 9; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(200 + index); + this.cardList.add(300 + index); + if(!queyimen) { + this.cardList.add(100 + index); + } + } + } + +// this.cardList.add(207); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); +// this.cardList.add(103); + } + + private void shuffle() { + Collections.shuffle(this.cardList); + } + + public int pop() { + //Global.logger.info("pop cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + card = this.subCardList.remove(0); + }else { + this.room.bankerSeat = this.room.activeSeat; + } +// this.room.roundSettle(); + }else { + card = this.cardList.remove(0); + } + return card; + + } + + public int popsub() { + Global.logger.info("pop sub cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.subCardList.size() == 0) { + if (this.cardList.size() == 0) { + this.room.bankerSeat = this.room.activeSeat; + }else { + card = this.cardList.remove(0); + } + }else { + card = this.subCardList.remove(0); + } + return card; +// this.room.roundSettle(); + } + + public void reInitCards(List cards) { +// Global.logger.info("sub before===>"+subCardList.size()); +// this.subCardList.addAll(cards); + //从底牌移除 +// Global.logger.info("before===>"+cardList.size()); + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { +// Global.logger.info("bidui===>"+cardList.get(i)+":"+Integer.valueOf(card)); + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } +// Global.logger.info("sub after===>"+subCardList.size()); +// Global.logger.info("after===>"+cardList.size()); + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + private boolean IsGoodCard(List dealCards, int drawCard) { + if (Util.cardNum(drawCard, dealCards) >= 2) + { + return true; + } + + if (drawCard < 400) + { + if (drawCard % 100 <= 7) + { + if (Util.cardNum(drawCard+1, dealCards) >= 1 && Util.cardNum(drawCard+2, dealCards) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 3) + { + if (Util.cardNum(drawCard-1, dealCards) >= 1 && Util.cardNum(drawCard-2, dealCards) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 2 && drawCard % 100 <= 8) + { + if (Util.cardNum(drawCard-1, dealCards) >= 1 && Util.cardNum(drawCard+1, dealCards) >= 1) + { + return true; + } + } + } + + return false; + } + + // 发牌 + public List deal(EXPlayer owner, int num) { + List dealCards = new ArrayList<>(); + shuffle(); + + for (int index = 0; index < num ; index++) { + double rand = Math.random() % 100 * 100; + if (room.while_list && owner.is_white && rand > room.white_value) + { + Global.logger.info("dealcards playerid:"+owner.playerid+ " xingyuhao:"+owner.is_white+" white_value:"+room.white_value); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if(dealCards.size() > 0 && !IsGoodCard(dealCards, drawCard)) { + if (room.card.cardList.size() != 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + + dealCards.add(drawCard); + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else { + if (owner.black_white_status == 2) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + Global.logger.info("dealcards playerid:" + owner.playerid + " white player:" + owner.black_white_rate); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (dealCards.size() > 0 && IsGoodCard(dealCards, drawCard)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + dealCards.add(drawCard); + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + dealCards.add(room.card.pop()); + } + } else if (owner.black_white_status == 1) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + Global.logger.info("dealcards playerid:" + owner.playerid + " black player:" + owner.black_white_rate); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (dealCards.size() > 0 && IsGoodCard(dealCards, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + dealCards.add(drawCard); + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + dealCards.add(room.card.pop()); + } + } else { + if (room.while_list && !owner.is_white && rand > room.white_value) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (dealCards.size() > 0 && IsGoodCard(dealCards, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + dealCards.add(drawCard); + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + dealCards.add(room.card.pop()); + } + } + } + } + + return dealCards; + } + + public List deal(int num) { + List dealCards = new ArrayList(); + + for (int index = 0; index < num; index++) { + dealCards.add(this.pop()); + } + +// if(num == 14) { +// dealCards.add(104); +// } +// dealCards.add(101); +// dealCards.add(101); +// dealCards.add(101); +// dealCards.add(101); +// +// dealCards.add(102); +// dealCards.add(102); +// dealCards.add(102); +// dealCards.add(102); +// +// dealCards.add(103); +// dealCards.add(103); +// dealCards.add(103); +// dealCards.add(103); +// +// +// dealCards.add(104); + return dealCards; + + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/RuleWeight.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/RuleWeight.java new file mode 100644 index 0000000..01f9beb --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/RuleWeight.java @@ -0,0 +1,55 @@ +package extend.mj; + +public class RuleWeight { + public final static int CHOW = 1; + public final static int PONG = 2; + + public final static int KONG = 4; + + public final static int SELF_KONG = 8; + + public final static int WIN = 16; + + public final static int SELF_WIN = 32; + + public final static int GROUP_CHOW = 1; + public final static int GROUO_PONG = 2; + public final static int GROUO_KONG = 3; + public final static int GROUO_OPENKONG = 4; + public final static int GROUO_WIN = 5; + public final static int GROUO_QSWIN = 6; + public final static int GROUO_HAIDI = 7; + public final static int GROUO_ZTWIN = 8; + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KONG = 3; + public final static int TYPE_SELF_KONG = 4; + public final static int TYPE_PONG_KONG = 5; + public final static int TYPE_WIN = 6; + public final static int TYPE_QSWIN = 7; + public final static int TYPE_ZTWIN = 8; + + + public final static int TYPE_LIULIUSHUN = 21; + + public final static int TYPE_DASIXI = 22; + + public final static int TYPE_QUEYISE = 23; + + public final static int TYPE_BANBANHU = 24; + + public final static int TYPE_JIEJIEGAO = 25; + + public final static int TYPE_SANTONG = 26; + + public final static int TYPE_YIZHIHUA = 27; + + public final static int TYPE_ZT_LIULIUSHUN = 28; + + public final static int TYPE_ZT_DASIXI = 29; + + public final static int TYPE_QTYN = 30; + +} + diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/SettleLog.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/SettleLog.java new file mode 100644 index 0000000..a7c6e67 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/SettleLog.java @@ -0,0 +1,44 @@ +package extend.mj; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class SettleLog { + private Map log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/WinCardType.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/WinCardType.java new file mode 100644 index 0000000..6179bc0 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/WinCardType.java @@ -0,0 +1,94 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class WinCardType { + + public static final int QIXIAODUI = 1; //七小对多少分? + + public static final int JIANGJIANGHU = 2; //将将胡多少分? + + public static final int QINGYISE = 3; //清一色多少分? + + public static final int PENGPENGHU = 4; //碰碰胡多少分? + + public static final int GANGSHANGHUA = 5; //杠上花多少分? + + public static final int GANGSHANGPAO = 6; //杠上炮多少分? + + public static final int QUANQIUREN = 7; //全求人多少分? + + public static final int HAIDI = 8; //海底多少分? + + public static final int HAIDIPAO = 9; //海底炮多少分? + + public static final int QIANG_GANG_HU =10; //抢杠胡? + + public static final int XIAOHU = 11; + + public final static int TYPE_TIANHU = 12; + + public final static int TYPE_TIANTINGHU = 13; + + public final static int TYPE_MENQING = 14; + + public final static int TYPE_LIULIUSHUN = 21; + + public final static int TYPE_DASIXI = 22; + + public final static int TYPE_QUEYISE = 23; + + public final static int TYPE_BANBANHU = 24; + + public final static int TYPE_JIEJIEGAO = 25; + + public final static int TYPE_SANTONG = 26; + + + public final static int TYPE_YIZHIHUA = 27; + + public final static int WIN_TYPE_SCORE = 7; + public final static int WIN_PING_TYPE_SCORE = 3; + public final static int PENG_PENG_HU_SCORE = 5; + public final static int JIANG_JIANG_HU_SCORE = 8; + public final static int JIANG_JIANG_HU_PENG_PENG_HU_SCORE = 2; //10 + public final static int QI_XIAO_DUI_HU_SCORE = 8; + public final static int QING_YI_SE_HU_SCORE = 8; + public final static int QING_YI_SE_HU_PENG_PENG_HU_SCORE = 5; + public final static int QUAN_QIU_REN_HU_SCORE = 10; + + public int type; + + public int value; + + public int score; + + public ITArray opcard; + + public WinCardType(int type, int value,int score) { + this.type = type; + this.value = value; + this.score = score; + } + + public ITObject toTObject() { + return toTObject(false); + } + + public ITObject toTObject(boolean is_opcard) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", type); + obj.putInt("value", value); + if(is_opcard&&opcard!=null) { + obj.putTArray("opcard", opcard); + } + return obj; + } + + public String toString() { + return "type:" + type + " value:" + value; + + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleChow.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleChow.java new file mode 100644 index 0000000..2ecfeb1 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleChow.java @@ -0,0 +1,97 @@ +package extend.mj.player.rule; + +import java.util.List; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRChowState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ����״̬ + * + * + * 2017��11��2�� + * PRChowRule.java + */ +public class RuleChow implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if (player.room.config.getBoolean(Config.ROOM_CONFIG_KAN_CHI) == false) return false; + + if(player.autoOutCard)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + if (player.lastSeat != room.activeSeat) { + return false; + } + boolean result = false; + if(room.activeKong!=null){ + if(room.activeKong.haidi)return false; + if(room.activeKong.kongSeat == player.seat)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card) || result; + } + }else{ + int eventCard = room.activeCard; + result = check(player,eventCard); + } + + return result; + } + + private boolean check(EXPlayer player,int eventCard){ + boolean result = false; + List cardInhand = player.cardInhand; + if (Util.checkCard(eventCard - 1, cardInhand) && Util.checkCard(eventCard - 2, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard - 1); + opcard.addInt(eventCard - 2); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + tip.group_type = RuleWeight.GROUP_CHOW; + player.tipMgr.addTip(tip); + result = result || true; + } + + if (Util.checkCard(eventCard + 1, cardInhand) && Util.checkCard(eventCard - 1, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard + 1); + opcard.addInt(eventCard - 1); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + tip.group_type = RuleWeight.GROUP_CHOW; + player.tipMgr.addTip(tip); + result = result || true; + } + + if (Util.checkCard(eventCard + 1, cardInhand) && Util.checkCard(eventCard + 2, cardInhand)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard + 1); + opcard.addInt(eventCard + 2); + Tip tip = new Tip(eventCard,opcard, RuleWeight.CHOW,this, RuleWeight.TYPE_CHOW); + tip.group_type = RuleWeight.GROUP_CHOW; + player.tipMgr.addTip(tip); + result = result || true; + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeKong = null; + player.getRoom().activeCard = tip.card; + player.stateMachine.changeState(Global.getState(PRChowState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleHaidi.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleHaidi.java new file mode 100644 index 0000000..036ab06 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleHaidi.java @@ -0,0 +1,37 @@ +package extend.mj.player.rule; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���׼�� + * + * + * 2017��11��8�� + * RuleHaidi.java + */ +public class RuleHaidi implements IRuleBase{ + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + if (room.card.getCount() == 1) { + player.tipMgr.clean(); + room.tipMap.clear(); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleOtherKong.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleOtherKong.java new file mode 100644 index 0000000..5fd5971 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleOtherKong.java @@ -0,0 +1,67 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleOtherKong.java + */ +public class RuleOtherKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.autoOutCard)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + boolean result = false; + if(room.activeKong!=null){ +// if(room.activeKong.kongSeat == player.seat)return false; + if(room.activeKong.haidi)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card) || result; + } + }else{ + int eventCard = room.activeCard; + result = check(player,eventCard); + } + + return result; + } + + private boolean check(EXPlayer player,int eventCard){ + if (Util.checkCard(eventCard, player.cardInhand,3)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard,opcard, RuleWeight.KONG,this, RuleWeight.TYPE_KONG); + tip.group_type = RuleWeight.GROUO_KONG; + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeKong = null; + player.getRoom().activeCard = tip.card; + player.stateMachine.changeState(Global.getState(PROtherKongState.class)); + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleOtherOpenKong.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleOtherOpenKong.java new file mode 100644 index 0000000..f0e6c08 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleOtherOpenKong.java @@ -0,0 +1,76 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PROtherOpenKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * �����ܼ�� + * + * + * 2017��8��30�� + * RuleOtherKong.java + */ +public class RuleOtherOpenKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.tianting)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + boolean result = false; + if(room.activeKong!=null){ + if(room.activeKong.haidi)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card) || result; + } + }else{ + int eventCard = room.activeCard; + result = check(player,eventCard); + } + + return result; + } + + private boolean check(EXPlayer player,int eventCard){ + + if (Util.checkCardAndRomve(eventCard, player.cardInhand,3)) { + boolean no_jiang = player.getRoom().config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + try { + if(Paixing.tingKongCheck(player.opCardList,player.cardInhand,eventCard,!no_jiang)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard,opcard, RuleWeight.KONG,this, RuleWeight.TYPE_KONG); + tip.group_type = RuleWeight.GROUO_OPENKONG; + player.tipMgr.addTip(tip); + return true; + } + }finally { + Util.addCard(player.cardInhand, eventCard, 3); + } + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeKong = null; + player.getRoom().activeCard = tip.card; + player.stateMachine.changeState(Global.getState(PROtherOpenKongState.class)); + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleOtherWin.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleOtherWin.java new file mode 100644 index 0000000..ce81fec --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleOtherWin.java @@ -0,0 +1,108 @@ +package extend.mj.player.rule; + +import java.util.HashMap; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.OpenKong; +import extend.mj.RuleWeight; +import extend.mj.WinCardType; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.player.rulestate.PRPongOpenKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ���Ƽ�� + * + */ +public class RuleOtherWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + boolean zimo = room.config.getBoolean(Config.ROOM_CONFIG_ZIMO); + if(!zimo&&player.louhu)return false; + if(room.activeSeat == player.seat)return false; + boolean no_jiang = room.config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + boolean qiang_kong = activePlayer.stateMachine.curState instanceof PRPongOpenKongState; + OpenKong ok = room.activeKong; + boolean result = false; + ITArray opcard = TArray.newInstance(); + HashMap map = new HashMap(); + if (ok != null) { + for (int card : ok.drawList) { + if (Paixing.checkWin(map, player.opCardList, player.cardInhand, card,!no_jiang, room.difen_score)) { + Paixing.putWinCardType(map, WinCardType.GANGSHANGPAO, 1,WinCardType.WIN_TYPE_SCORE); + map.remove(WinCardType.XIAOHU); + result = true; + opcard.addInt(card); + } + } + } else { + boolean jiang = no_jiang; + //if(no_jiang&&(qiang_kong ||room.activeHaidi)) { + // jiang = false; + //} + result = Paixing.checkWin(map, player.opCardList, player.cardInhand, room.activeCard,jiang, room.difen_score); + opcard.addInt(room.activeCard); + } + if (result) { + if (room.activeHaidi) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.HAIDIPAO, new WinCardType(WinCardType.HAIDIPAO, 1,WinCardType.WIN_TYPE_SCORE)); + } + + boolean menqing = room.config.getBoolean("menqing"); + if(menqing) { + boolean m_r = true; + for (OpCard oc : player.opCardList) { + if(oc.type !=RuleWeight.TYPE_SELF_KONG) { + m_r = false; + break; + } + } + if(m_r) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.TYPE_MENQING, new WinCardType(WinCardType.TYPE_MENQING, 1,WinCardType.WIN_TYPE_SCORE)); + } + } + + if(qiang_kong) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.QIANG_GANG_HU, new WinCardType(WinCardType.QIANG_GANG_HU, 1,WinCardType.WIN_TYPE_SCORE)); + } + + if(player.tianting) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.TYPE_TIANTINGHU, new WinCardType(WinCardType.TYPE_TIANTINGHU, 1,WinCardType.WIN_TYPE_SCORE)); + } + + if(zimo&&map.containsKey(WinCardType.XIAOHU))return false; + + Tip tip = new Tip(opcard.getInt(0),opcard, RuleWeight.WIN,this, RuleWeight.TYPE_WIN); + tip.group_type = RuleWeight.GROUO_WIN; + tip.winMap = map; + player.tipMgr.addTip(tip); + } + + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeCard = tip.card; + player.winMap = tip.winMap; + player.stateMachine.changeState(Global.getState(PROtherWinState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RulePong.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RulePong.java new file mode 100644 index 0000000..1bbdd22 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RulePong.java @@ -0,0 +1,70 @@ +package extend.mj.player.rule; + +import java.util.ArrayList; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ����� + * + * + * 2017��8��30�� + * RulePong.java + */ +public class RulePong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.autoOutCard)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + boolean result = false; + if(room.activeKong!=null){ + if(room.activeKong.haidi)return false; + if(room.activeKong.kongSeat == player.seat)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card) || result; + } + }else{ + int eventCard = room.activeCard; + result = check(player,eventCard); + } + + return result; + } + + private boolean check(EXPlayer player,int eventCard){ + if (Util.cardNum(eventCard, player.cardInhand) >= 2) { + ArrayList opCard = new ArrayList<>(); + opCard.add(eventCard); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard,opcard, RuleWeight.PONG,this, RuleWeight.TYPE_PONG); + tip.group_type = RuleWeight.GROUO_PONG; + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.getRoom().activeKong = null; + player.getRoom().activeCard = tip.card; + player.stateMachine.changeState(Global.getState(PRPongState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RulePongKong.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RulePongKong.java new file mode 100644 index 0000000..25cf94f --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RulePongKong.java @@ -0,0 +1,60 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RulePongKong.java + */ +public class RulePongKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.autoOutCard)return false; + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + + boolean result = false; + for (int card : player.cardInhand) { + result = check(player, card) || result; + } + + return result; + } + + private boolean check(EXPlayer player, int card) { + for (OpCard opc : player.opCardList) { + if (opc.type == RuleWeight.TYPE_PONG && card == opc.card) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELF_KONG,this, RuleWeight.TYPE_PONG_KONG); + tip.group_type = RuleWeight.GROUO_KONG; + player.tipMgr.addTip(tip); + return true; + } + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.stateMachine.changeState(Global.getState(PRPongKongState.class)); + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RulePongOpenKong.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RulePongOpenKong.java new file mode 100644 index 0000000..d7d2cf9 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RulePongOpenKong.java @@ -0,0 +1,89 @@ +package extend.mj.player.rule; + +import java.util.ArrayList; +import java.util.List; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongOpenKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ���ܿ��ܼ�� + * + * + * 2017��8��30�� + * RulePongKong.java + */ +public class RulePongOpenKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + if (room.activeHaidi) { + return false; + } + if(player.tianting)return false; + + boolean result = false; + if(room.activeKong!=null){ + if(room.activeKong.kongSeat != player.seat)return false; + if(room.activeKong.haidi)return false; + for (int card : room.activeKong.drawList) { + result = check(player,card,false) || result; + } + }else{ + List cardList = new ArrayList<>(); + cardList.addAll(player.cardInhand); + if(player.autoOutCard) { + int card = player.drawCard; + result = check(player, card,true); + }else { + for (int card : cardList) { + result = check(player, card,true) || result; + } + } + + } + return result; + } + + private boolean check(EXPlayer player, int card,boolean remove) { + boolean no_jiang = player.getRoom().config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + for (OpCard opc : player.opCardList) { + if (opc.type == RuleWeight.TYPE_PONG && card == opc.card) { + if(remove)Util.removeCard(player.cardInhand, card, 1); + try { + if(Paixing.tingKongCheck(player.opCardList,player.cardInhand,card,!no_jiang)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELF_KONG,this, RuleWeight.TYPE_PONG_KONG); + tip.group_type = RuleWeight.GROUO_OPENKONG; + player.tipMgr.addTip(tip); + return true; + } + }finally { + if(remove)Util.addCard(player.cardInhand, card, 1); + } + } + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.stateMachine.changeState(Global.getState(PRPongOpenKongState.class)); + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleQSWin.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleQSWin.java new file mode 100644 index 0000000..59cf314 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleQSWin.java @@ -0,0 +1,45 @@ +package extend.mj.player.rule; + +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.WinCardType; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ���ֺ���� + * + */ +public class RuleQSWin implements IRuleBase{ + + @Override + public boolean condition(EXPlayer player) { + List cardList = player.cardInhand; + Map map = new HashMap<>(); + Paixing.qs_check(map, cardList,player.room.config, player.getRoom().difen_score); + boolean result = map.size()>0; + + if (result) { + Tip tip = new Tip(0,new TArray(), 0,this, RuleWeight.TYPE_QSWIN); + tip.group_type = RuleWeight.GROUO_QSWIN; + tip.winMap = map; + player.tipMgr.addTip(tip); + player.getRoom().qsWinCount ++; + } + return result; + } + + @Override + public void action(EXPlayer player, Tip tip) { + + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleSelfKong.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleSelfKong.java new file mode 100644 index 0000000..3d63005 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleSelfKong.java @@ -0,0 +1,56 @@ +package extend.mj.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleSelfKong.java + */ +public class RuleSelfKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.autoOutCard)return false; + + if (player.getRoom().activeHaidi) { + return false; + } + Map cardMap = Util.getCardNumMap(player.cardInhand); + boolean result = false; + + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num >= 4) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELF_KONG,this, RuleWeight.TYPE_SELF_KONG); + tip.group_type = RuleWeight.GROUO_KONG; + player.tipMgr.addTip(tip); + result = true; + } + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.stateMachine.changeState(Global.getState(PRSelfKongState.class)); + + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleSelfOpenKong.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleSelfOpenKong.java new file mode 100644 index 0000000..67f9f6f --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleSelfOpenKong.java @@ -0,0 +1,77 @@ +package extend.mj.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRSelfOpenKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ���ܿ��ܼ�� + * + * + * 2017��8��30�� + * RuleSelfKong.java + */ +public class RuleSelfOpenKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.tianting)return false; + if (player.getRoom().activeHaidi) { + return false; + } + boolean no_jiang = player.getRoom().config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + boolean result = false; + if(player.autoOutCard) { + int card = player.drawCard; + if(Util.checkCardAndRomve(card, player.cardInhand,4)) { + if(Paixing.tingKongCheck(player.opCardList,player.cardInhand,card,!no_jiang)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELF_KONG,this, RuleWeight.TYPE_SELF_KONG); + tip.group_type = RuleWeight.GROUO_OPENKONG; + player.tipMgr.addTip(tip); + result = true; + } + Util.addCard(player.cardInhand, card, 4); + } + }else { + Map cardMap = Util.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num >= 4) { + Util.removeCard(player.cardInhand, card, 4); + if(Paixing.tingKongCheck(player.opCardList,player.cardInhand,card,!no_jiang)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELF_KONG,this, RuleWeight.TYPE_SELF_KONG); + tip.group_type = RuleWeight.GROUO_OPENKONG; + player.tipMgr.addTip(tip); + result = true; + } + Util.addCard(player.cardInhand, card, 4); + } + } + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.drawCard = 0; + player.stateMachine.changeState(Global.getState(PRSelfOpenKongState.class)); + + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleSelfWin.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleSelfWin.java new file mode 100644 index 0000000..253be8e --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleSelfWin.java @@ -0,0 +1,108 @@ +package extend.mj.player.rule; + +import java.util.HashMap; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.OpenKong; +import extend.mj.RuleWeight; +import extend.mj.WinCardType; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ������� + * + * + * 2017��8��30�� + * RuleSelfWin.java + */ +public class RuleSelfWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + if(room.activeSeat != player.seat)return false; + boolean no_jiang = room.config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + OpenKong ok = room.activeKong; + boolean result = false; + ITArray opcard = TArray.newInstance(); + HashMap map = new HashMap(); + if (ok != null) { + for (int card : ok.drawList) { + if (Paixing.checkWin(map, player.opCardList, player.cardInhand, card,!no_jiang, room.difen_score)) { + Paixing.putWinCardType(map, WinCardType.GANGSHANGHUA, 1,WinCardType.WIN_TYPE_SCORE); + map.remove(WinCardType.XIAOHU); + result = true; + opcard.addInt(card); + } + } + } else { + player.cardInhand.remove((Integer) player.drawCard); + boolean jiang = no_jiang; + //if(no_jiang&&room.activeHaidi) { + // jiang = false; + //} + result = Paixing.checkWin(map, player.opCardList, player.cardInhand, player.drawCard,jiang, room.difen_score); + player.cardInhand.add(player.drawCard); + opcard.addInt(player.drawCard); + } + if (result) { + if (room.activeHaidi) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.HAIDI, new WinCardType(WinCardType.HAIDI, 1,WinCardType.WIN_TYPE_SCORE)); + } + if(player.tianting) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.TYPE_TIANTINGHU, new WinCardType(WinCardType.TYPE_TIANTINGHU, 1,WinCardType.WIN_TYPE_SCORE)); + } + + boolean tianhu = room.config.getBoolean(Config.ROOM_CONFIG_NATIVE_HU); + if(tianhu&&room.bankerSeat == player.seat && player.outCardCount ==0) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.TYPE_TIANHU, new WinCardType(WinCardType.TYPE_TIANHU, 1,WinCardType.WIN_TYPE_SCORE)); + } + boolean menqing = room.config.getBoolean("menqing"); + if(menqing) { + boolean m_r = true; + for (OpCard oc : player.opCardList) { + if(oc.type !=RuleWeight.TYPE_SELF_KONG) { + m_r = false; + break; + } + } + if(m_r) { + map.remove(WinCardType.XIAOHU); + map.put(WinCardType.TYPE_MENQING, new WinCardType(WinCardType.TYPE_MENQING, 1,WinCardType.WIN_TYPE_SCORE)); + } + } + + + Tip tip = new Tip(opcard.getInt(0),opcard, RuleWeight.SELF_WIN,this, RuleWeight.TYPE_WIN); + tip.group_type = RuleWeight.GROUO_WIN; + tip.winMap = map; + tip.self = true; + player.tipMgr.addTip(tip); + } + + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.winCard = tip.card; + player.drawCard = tip.card; + player.winMap = tip.winMap; + player.stateMachine.changeState(Global.getState(PRSelfWinState.class)); + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleZTWin.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleZTWin.java new file mode 100644 index 0000000..ee80373 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rule/RuleZTWin.java @@ -0,0 +1,45 @@ +package extend.mj.player.rule; + +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.WinCardType; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.Paixing; + +/** + * ���ֺ���� + * + */ +public class RuleZTWin implements IRuleBase{ + + @Override + public boolean condition(EXPlayer player) { + if(player.tianting)return false; + List cardList = player.cardInhand; + Map map = new HashMap<>(); + Paixing.zt_check(map, cardList,player.room.config,player.drawCard,player.llsCardRecord, player.getRoom().difen_score); + boolean result = map.size()>0; + + if (result) { + Tip tip = new Tip(0,new TArray(), 0,this, RuleWeight.TYPE_ZTWIN); + tip.group_type = RuleWeight.GROUO_ZTWIN; + tip.winMap = map; + player.tipMgr.addTip(tip); + } + return result; + } + + @Override + public void action(EXPlayer player, Tip tip) { + + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRChowState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRChowState.java new file mode 100644 index 0000000..3fcfd69 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRChowState.java @@ -0,0 +1,64 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.PlayerRuleManager; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * + */ +public class PRChowState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + if(activePlayer.outcardList.get(activePlayer.outcardList.size() - 1)!=room.activeCard){ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 2); + }else{ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + } + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + ITArray opcard = owner.opCard; + int chowcard1 = opcard.getInt(0); + int chowcard2 = opcard.getInt(1); + int card= room.activeCard; + Util.removeCard(owner.cardInhand, chowcard1, 1); + Util.removeCard(owner.cardInhand, chowcard2, 1); + room.activeCard = 0; + + + OpCard opc = new OpCard(RuleWeight.TYPE_CHOW, card); + opc.opCard = new TArray(); + opc.opCard.addInt(chowcard1); + opc.opCard.addInt(chowcard2); + owner.opCardList.add(opc); + + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_CHOW, fromseat,opc.opCard,false); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PROtherKongState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PROtherKongState.java new file mode 100644 index 0000000..e108491 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PROtherKongState.java @@ -0,0 +1,58 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * + */ +public class PROtherKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + if(activePlayer.outcardList.get(activePlayer.outcardList.size() - 1)!=room.activeCard){ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 2); + }else{ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + } + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room,owner.seat); + owner.cardInhand.add(room.activeCard); + int card = room.activeCard; + OpCard opc = new OpCard(RuleWeight.TYPE_KONG, card); + owner.opCardList.add(opc); + Util.removeCard(owner.cardInhand, card, 4); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard,false); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PROtherOpenKongState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PROtherOpenKongState.java new file mode 100644 index 0000000..20fbc50 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PROtherOpenKongState.java @@ -0,0 +1,64 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.OpenKong; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerOpenKongState; + +/** + * + */ +public class PROtherOpenKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + if(activePlayer.outcardList.get(activePlayer.outcardList.size() - 1)!=room.activeCard){ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 2); + }else{ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + } + if(activePlayer!=owner) { + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + int fromseat = activePlayer.seat; + OpenKong ok = new OpenKong(); + ok.fromSeat = fromseat; + ok.kongSeat = owner.seat; + owner.openKong = ok; + EXMainServer.gameCtr.changeActiveSeat(room,owner.seat); + + int card = room.activeCard; + OpCard opc = new OpCard(RuleWeight.TYPE_KONG, card); + owner.opCardList.add(opc); + + Util.removeCard(owner.cardInhand, card, 3); + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard,true); + room.activeCard = 0; + room.lastDiscardSeat = 0; + toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.getRoom().activeKong = owner.openKong; + owner.openKong=null; + owner.stateMachine.changeState(Global.getState(EXPlayerOpenKongState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PROtherWinState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PROtherWinState.java new file mode 100644 index 0000000..b8cd9dd --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PROtherWinState.java @@ -0,0 +1,47 @@ +package extend.mj.player.rulestate; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.mj.*; + +/** + * + */ +public class PROtherWinState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + owner.win_count ++; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + for (Entry entry : owner.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + + Util.removeCard(owner.cardInhand, card, 1); + OpCard opc = CardUtil.findOpcard(owner.opCardList, card,RuleWeight.TYPE_PONG); + opc.type = RuleWeight.TYPE_KONG; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG_KONG, owner.seat,opcard,false); + + room.activeCard = card; + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); + room.activeCard = 0; + if(room.tipMap.size() == 0){ + toNextState(owner); + }else{ + int win_count = 0; + for (Entry entry : room.tipMap.entrySet()) { + TipManager tipmgr = entry.getValue(); + if(tipmgr.isWin)win_count++; + } + room.tongpao = 0; + if( win_count>1)room.tongpao = win_count; + owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRPongOpenKongState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRPongOpenKongState.java new file mode 100644 index 0000000..10b3ca8 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRPongOpenKongState.java @@ -0,0 +1,81 @@ +package extend.mj.player.rulestate; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.OpenKong; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerOpenKongState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.tip.TipManager; +import extend.mj.uitl.CardUtil; + +/** + * + */ +public class PRPongOpenKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + + ITArray opcard = TArray.newInstance(); + if(room.activeKong==null){ + Util.removeCard(owner.cardInhand, card, 1); + opcard.addInt(card); + }else { + if(owner.outcardList.get(owner.outcardList.size() - 1)!=room.activeCard){ + owner.outcardList.remove(owner.outcardList.size() - 2); + }else{ + owner.outcardList.remove(owner.outcardList.size() - 1); + } + } + + OpCard opc = CardUtil.findOpcard(owner.opCardList, card,RuleWeight.TYPE_PONG); + opc.type = RuleWeight.TYPE_KONG; + + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG_KONG, owner.seat,opcard,true); + if(room.activeKong==null) { + room.activeCard = card; + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); + room.activeCard = 0; + if(room.tipMap.size() == 0){ + toNextState(owner); + }else{ + int win_count = 0; + for (Entry entry : room.tipMap.entrySet()) { + TipManager tipmgr = entry.getValue(); + if(tipmgr.isWin)win_count++; + } + room.tongpao = 0; + if( win_count>1)room.tongpao = win_count; + owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); + } + }else { + toNextState(owner); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.getRoom().activeCard = 0; + OpenKong ok = new OpenKong(); + ok.fromSeat = owner.seat; + ok.kongSeat = owner.seat; + owner.getRoom().activeKong = ok; + owner.stateMachine.changeState(Global.getState(EXPlayerOpenKongState.class)); + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRPongState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRPongState.java new file mode 100644 index 0000000..60bf1bf --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRPongState.java @@ -0,0 +1,61 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.PlayerRuleManager; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * + */ +public class PRPongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + if(activePlayer.outcardList.get(activePlayer.outcardList.size() - 1)!=room.activeCard){ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 2); + }else{ + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + } + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + owner.cardInhand.add(room.activeCard); + + int card = room.activeCard; + Util.removeCard(owner.cardInhand, card, 3); + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG, fromseat,opcard,false); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java new file mode 100644 index 0000000..b9c3339 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java @@ -0,0 +1,39 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * + */ +public class PRSelfKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + Util.removeCard(owner.cardInhand, card, 4); + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_SELF_KONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard,false); + + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRSelfOpenKongState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRSelfOpenKongState.java new file mode 100644 index 0000000..dcb3c70 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRSelfOpenKongState.java @@ -0,0 +1,48 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.OpenKong; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerOpenKongState; + +/** + * + */ +public class PRSelfOpenKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + Util.removeCard(owner.cardInhand, card, 4); + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_SELF_KONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + OpenKong ok = new OpenKong(); + ok.fromSeat = owner.seat; + ok.kongSeat = owner.seat; + room.activeKong = ok; + + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard,true); + + owner.stateMachine.changeState(Global.getState(EXPlayerOpenKongState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java new file mode 100644 index 0000000..67f83bd --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java @@ -0,0 +1,50 @@ +package extend.mj.player.rulestate; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.*; + +/** + * + */ +public class PRSelfWinState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + owner.winCard = owner.drawCard; + owner.winer = 1; + owner.win_count ++; + for (Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.win_count = 0; + } + for (Entry entry : owner.winMap.entrySet()) { + WinCardType wct = entry.getValue(); + for(int i = 0;i entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + } else if (cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner, 0, 0); + } + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..b8492bb --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java @@ -0,0 +1,158 @@ +package extend.mj.player.state; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.*; + +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.tip.TipManager; +import extend.mj.uitl.Paixing; + +/** + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXMainServer.gameCtr.discardTipEvent(owner); + if (owner.autoOutCard) { + owner.startActionTimer(1000); + } else { + owner.startActionTimer(); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + // owner.startActionTimer(); + } + + private void _action(EXPlayer owner, int discard, int gid) { + if (owner.autoOutCard && discard != owner.drawCard) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + if (!Util.checkCard(discard, owner.cardInhand)) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + owner.louhu = false; + owner.drawCard = 0; + EXMainServer.gameCtr.outCard(owner, discard); + boolean ting = owner.room.config.getBoolean(Config.ROOM_CONFIG_NATIVE_HU); + if (owner.seat == owner.room.bankerSeat && owner.outCardCount == 0 && ting && Paixing.tingCheck(owner.opCardList, owner.cardInhand)) { + owner.stateMachine.changeState(Global.getState(EXPlayerTianTingTipState.class)); + } else { + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + EXRoom room = owner.getRoom(); + if (room.tipMap.size() != 0) { + int win_count = 0; + for (Entry entry : room.tipMap.entrySet()) { + TipManager tipmgr = entry.getValue(); + if (tipmgr.isWin) + win_count++; + } + room.tongpao = 0; + if (win_count > 1) + room.tongpao = win_count; + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + } + owner.outCardCount++; + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + ITArray card_list = netParam.getTArray("card_list"); + ITArray outcard_list = netParam.getTArray("outcard_list"); + if (card_list == null) { + card_list = TArray.newInstance(); + } + if (outcard_list == null) { + outcard_list = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < card_list.size(); i++) + { + int card = card_list.getInt(i); + tmpCardList.add(card); + } + + ArrayList out_tmpCardList = new ArrayList(); + for(int i = 0; i < outcard_list.size(); i++) + { + int card = outcard_list.getInt(i); + out_tmpCardList.add(card); + } + + + Collections.sort(tmpCardList); + Collections.sort(out_tmpCardList); + + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(owner.cardInhand); + Collections.sort(tmpCardList2); + + ArrayList out_tmpCardList2 = new ArrayList(); + out_tmpCardList2.addAll(owner.outcardList); + Collections.sort(out_tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2) || !out_tmpCardList.equals(out_tmpCardList2)) + { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + _action(owner, discard, gid); + break; + case ActionEvent.EVENT_TIMER_AUTO: + discard = owner.drawCard; + if (owner.drawCard == 0) { + discard = owner.cardInhand.get(owner.cardInhand.size() - 1); + } + _action(owner, discard, gid); + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + default: + break; + } + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerDrawState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..d4d88ff --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerDrawState.java @@ -0,0 +1,256 @@ +package extend.mj.player.state; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; + +import extend.mj.*; +import extend.mj.uitl.Paixing; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; + +/** + * + */ +public class EXPlayerDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (!owner.skipDraw&&room.card.cardList.size() == 0) { + room.liuju = true; + room.endGame(); + return; + } + draw(owner); + } + + void draw(EXPlayer owner) { + EXRoom room = owner.getRoom(); + boolean zt_win = false; + if(!owner.skipDraw) { + if(owner.seat == room.adminSeat) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " adminseat"); + double rand = Math.random() % 100 * 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.popsub(); + + boolean no_jiang = room.config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + boolean jiang = true; + if(no_jiang&&room.activeHaidi) { + jiang = false; + } + + HashMap map = new HashMap(); + boolean result = Paixing.checkWin(map, owner.opCardList, owner.cardInhand, drawCard, jiang, room.difen_score); + if (result) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + }else { + double rand = Math.random() % 100 * 100; + if (room.while_list && owner.is_white && rand > room.white_value) + { + Global.logger.info("dealcards playerid:"+owner.playerid+ " xingyuhao:"+owner.is_white+" white_value:"+room.white_value); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if(!IsGoodCard(owner, drawCard)) { + if (room.card.cardList.size() != 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + if(owner.black_white_status == 2) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " white player:" + owner.black_white_rate); + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if(IsGoodCard(owner, drawCard)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } + else if(owner.black_white_status == 1) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " black player:" + owner.black_white_rate); + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if(IsGoodCard(owner, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } + else { + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if(IsGoodCard(owner, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + } + } + //owner.drawCard = room.card.pop(); + zt_win = EXMainServer.playerRuleMgr.condition(PlayerRuleManager.ZT_HU_RULE, owner,false); + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + } + if(room.activeHaidi) { + room.haidiCard = owner.drawCard; + } + owner.skipDraw = false; + if(!zt_win) { + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.DRAW_RULE, owner); + } + } + + private boolean IsGoodCard(EXPlayer player, int drawCard) { + boolean no_jiang = player.getRoom().config.getBoolean(Config.ROOM_CONFIG_NO_JIANG); + boolean jiang = true; + if(no_jiang&&player.getRoom().activeHaidi) { + jiang = false; + } + + HashMap map = new HashMap(); + boolean result = Paixing.checkWin(map, player.opCardList, player.cardInhand, drawCard, jiang, player.getRoom().difen_score); + if (result) { + return true; + } + + if (Util.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + if (drawCard < 400) + { + if (drawCard % 100 <= 7) + { + if (Util.cardNum(drawCard+1, player.cardInhand) >= 1 && Util.cardNum(drawCard+2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 3) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard-2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 2 && drawCard % 100 <= 8) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard+1, player.cardInhand) >= 1) + { + return true; + } + } + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..faaacf8 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,38 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * + */ +public class EXPlayerDrawTipState extends EXPlayerTipState { + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.doAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.doAction(id); + } + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerHaidiTipState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerHaidiTipState.java new file mode 100644 index 0000000..8e4b897 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerHaidiTipState.java @@ -0,0 +1,52 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.room.state.EXRoomSetpState; + +/** + * + */ +public class EXPlayerHaidiTipState extends EXPlayerTipState { + + @Override + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.haidiTipEvent(owner); + } + @Override + protected void _action(EXPlayer owner,int id,int gid) { + EXRoom room = owner.getRoom(); + owner.tipMgr.clean(); + if (id == 0) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + room.haidiCount ++; + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + room.niao.clear(); + owner.autoOutCard = true; + room.activeHaidi = true; + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner,id,gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java new file mode 100644 index 0000000..b48e82a --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java @@ -0,0 +1,48 @@ +package extend.mj.player.state; + +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; + +/** + * + */ +public class EXPlayerKongWinState extends EXPlayerTipState{ + + @Override + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + + } + +// protected void winOpt(Tip tip) { +// tip.winMap.remove(WinCardType.XIAOHU); +// tip.winMap.put(WinCardType.QIANG_GANG_HU, new WinCardType(WinCardType.QIANG_GANG_HU, 1,6)); +// } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); +// if(id!=0) { +// Tip tip = owner.tipMgr.tipMap.get(id); +// if(tip.weight == RuleWeight.WIN) { +// winOpt(tip); +// } +// } + + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerOpenKongState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerOpenKongState.java new file mode 100644 index 0000000..c9d7602 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerOpenKongState.java @@ -0,0 +1,107 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.mj.*; +import extend.mj.room.state.EXRoomDealState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.tip.TipManager; + +/** + * + */ +public class EXPlayerOpenKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + owner.louhu = false; + owner.autoOutCard = true; + + EXRoom room = owner.getRoom(); + OpenKong ok = room.activeKong; + if (ok != null) { + ok.drawList.add(room.card.pop()); + if (room.card.getCount() > 0) + ok.drawList.add(room.card.pop()); + if (room.config.getInt(Config.ROOM_CONFIG_KAI_GONG) > 0) + { + if (room.card.getCount() > 0) + ok.drawList.add(room.card.pop()); + if (room.card.getCount() > 0) + ok.drawList.add(room.card.pop()); + } + if(room.card.getCount() == 0){ + ok.haidi = true; + } + } + + for(Integer card : ok.drawList) { + owner.outcardList.add(card); + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).openKongEvent(owner, leftCount, ok); + + timer(owner.getRoom(), owner, this); + } + + public static void timer(EXRoom room, EXPlayer owner, EXPlayerOpenKongState state) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (room == null) { + Global.logger.error("room is null"); + return; + } + + if (room.isDestroy) + return; + + room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OPENKONG, null); + int win_count = 0; + for (Entry entry : room.tipMap.entrySet()) { + TipManager tipmgr = entry.getValue(); + if(tipmgr.isWin)win_count++; + } + room.tongpao = 0; + if( win_count>1)room.tongpao = win_count; + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OPENKONG_RULE, owner,false); + if (room.tipMap.size() == 0) { + room.activeKong = null; + state.toNextState(owner); + } + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXPlayer owner) { + if(owner.getRoom().activeKong == null) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + }else { + + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + + } + + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..d9c6b79 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,47 @@ +package extend.mj.player.state; + + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; + +/** + * + */ +public class EXPlayerPiaoNiaoTipState extends EXPlayerTipState { + + + + @Override + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.piaoNiaoTipEvent(owner); + } + @Override + protected void _action(EXPlayer owner,int id,int gid) { + owner.piaoNiao = id; + owner.tipMgr.clean(); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoNiaoCount --; + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO_NIAO, gid, null); + EXMainServer.gameCtr.piaoNiaoEvent(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner, id, gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerQSWinTipState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerQSWinTipState.java new file mode 100644 index 0000000..a9d62d3 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerQSWinTipState.java @@ -0,0 +1,49 @@ +package extend.mj.player.state; + + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXGameController; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.tip.Tip; + +/** + * + */ +public class EXPlayerQSWinTipState extends EXPlayerTipState { + + @Override + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.qsTipEvent(owner); + } + @Override + protected void _action(EXPlayer owner,int id,int gid) { + if (id != 0) { + Tip tip = owner.tipMgr.tipMap.get(id); + ((EXGameController)Global.gameCtr).qsWinEvent(owner,tip); + } + owner.tipMgr.clean(); + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().qsWinCount --; + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_QSWIN, gid, null); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner,id,gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerTianTingTipState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerTianTingTipState.java new file mode 100644 index 0000000..25ed8b9 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerTianTingTipState.java @@ -0,0 +1,68 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.room.state.EXRoomSetpState; + +/** + * + */ +public class EXPlayerTianTingTipState extends EXPlayerTipState { + + @Override + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.tingTipEvent(owner); + } + @Override + protected void _action(EXPlayer owner,int id,int gid) { + owner.tipMgr.clean(); + if(id!=0) { + owner.tianting = true; + owner.autoOutCard = true; + EXMainServer.gameCtr.tingEvent(owner); + } + if(owner.seat == owner.room.bankerSeat) { + EXRoom room = owner.getRoom(); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_DISCARD, room.activeCard); + if (room.tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + }else { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().tianTingCount --; + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_TIANTING, gid, null); + } + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner,id,gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + } + + @Override + public void toNextState(EXPlayer owner) { + if(owner.seat == owner.room.bankerSeat) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + }else { + super.toNextState(owner); + } + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerTipState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..a8da242 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerTipState.java @@ -0,0 +1,54 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; + +/** + * + */ +public abstract class EXPlayerTipState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + if (!owner.isEntrust()) { + _tipEvent(owner); + owner.startActionTimer(); + } else { + owner.startActionTimer(500); + } + } + + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.tipEvent(owner); + } + + protected void _action(EXPlayer owner, int id, int gid) { + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + super.reload(owner); + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (cmd.equals(ActionEvent.EVENT_ENTRUST)) { + owner.startActionTimer(); + } + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java new file mode 100644 index 0000000..716e90c --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java @@ -0,0 +1,20 @@ +package extend.mj.player.state; + +import com.game.state.StateBase; + +import extend.mj.EXPlayer; + +/** + * + */ +public class EXPlayerWaitKongWinState extends StateBase{ + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + + } + + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerWaitState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..ff4f2ea --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerWaitState.java @@ -0,0 +1,47 @@ +package extend.mj.player.state; + +import com.game.state.StateBase; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.PlayerRuleManager; + +/** + * + */ +public class EXPlayerWaitState extends StateBase { + +// @SuppressWarnings("unchecked") +// @Override +// public void toNextState(EXPlayer owner) { +// if(owner.getRoom().activeKong!=null){ +// if(owner.getRoom().activeKong.kongSeat == owner.seat){ +// owner.stateMachine.lastState.toNextState(owner); +// } +// } +// } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + boolean old_louhu = owner.louhu; + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.OTHER_DISCARD_RULE , owner); + break; + case EXActionEvent.EVENT_KONG_WIN: + owner.louhu = false; + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.KONG_HU_RULE , owner); + break; + case EXActionEvent.EVENT_OPENKONG: + owner.louhu = false; + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.OPENKONG_RULE , owner); + break; + default: + break; + } + owner.louhu =old_louhu; + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerZTWinTipState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerZTWinTipState.java new file mode 100644 index 0000000..be03472 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/player/state/EXPlayerZTWinTipState.java @@ -0,0 +1,51 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXGameController; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.tip.Tip; + +/** + * 中途胡 + */ +public class EXPlayerZTWinTipState extends EXPlayerTipState { + + + @Override + protected void _tipEvent(EXPlayer owner) { + EXMainServer.gameCtr.qsTipEvent(owner); + } + @Override + protected void _action(EXPlayer owner,int id,int gid) { + if (id != 0) { + Tip tip = owner.tipMgr.tipMap.get(id); + + ((EXGameController) Global.gameCtr).qsWinEvent(owner, tip); + } + owner.tipMgr.clean(); + owner.skipDraw = true; + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner, id, gid); + } else if (cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner, 0, gid); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/room/state/EXRoomDealState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/room/state/EXRoomDealState.java new file mode 100644 index 0000000..ce7f960 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/room/state/EXRoomDealState.java @@ -0,0 +1,198 @@ +package extend.mj.room.state; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Map; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayBack; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.PlayerRuleManager; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; +import extend.mj.player.state.EXPlayerTianTingTipState; +import extend.mj.uitl.Paixing; + +/** + * + */ +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + owner.card.init(); + if (owner.bankerSeat == 0) { + owner.bankerSeat = 1; + ArrayList randPlayer = new ArrayList<>(); + for (Entry entry : owner.playerMapBySeat.entrySet()) { + Integer seat = entry.getKey(); + randPlayer.add(seat); + } + + Collections.shuffle(randPlayer); + if (randPlayer.size() > 0) + { + owner.bankerSeat = randPlayer.get(0); + } + } +// owner.round += 1; +// owner.isplaying = true; + + int piao_niao = owner.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO); + boolean piao_niao_auto = owner.config.getBoolean(Config.ROOM_CONFIG_PIAO_NIAO_AUTO); + if(piao_niao > 0) { + if(piao_niao == 1 || piao_niao == 2 && piao_niao_auto) { + owner.piaoNiaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + } + else if (piao_niao == 2) + { + owner.piaoNiaoCount = 0; + int opt = owner.config.getInt(Config.ROOM_CONFIG_PIAO_NIAO_OPT); + int piao_fen = 1; + if (opt == 0) + { + piao_fen = 1; + } + else if (opt == 1) + { + piao_fen = 2; + } + else if (opt == 2) + { + piao_fen = 3; + } + + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.piaoNiao = piao_fen; + player.tipMgr.clean(); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + player.getRoom().piaoNiaoCount --; + EXMainServer.gameCtr.piaoNiaoEvent(player); + } + checkXiPai(owner); + } else { + checkXiPai(owner); + } + }else { + checkXiPai(owner); + } + } + + public static void timer(EXRoom owner, EXRoomDealState state) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + state.checkQSWin(owner); + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + + private void checkXiPai(EXRoom owner) { + boolean donghua = false; + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner, this); + } + else { + checkQSWin(owner); + } + } + + private void checkQSWin(EXRoom owner) { + EXMainServer.gameCtr.dealCard(owner); + owner.playBackData = new EXPlayBack(owner); + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.QS_HU_RULE, (EXPlayer)player); + } + + if(owner.qsWinCount ==0) { + checkTianting(owner); + } + } + + private void checkTianting(EXRoom owner) { + boolean ting = owner.config.getBoolean(Config.ROOM_CONFIG_NATIVE_HU); + if(ting) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if(player.seat != owner.bankerSeat) { + if(Paixing.tingCheck(player.opCardList, player.cardInhand)) { + owner.tianTingCount ++; + player.stateMachine.changeState(Global.getState(EXPlayerTianTingTipState.class)); + } + } + } + if (owner.tianTingCount == 0) { + toNextState(owner); + } + }else { + toNextState(owner); + } + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO_NIAO)) { + if(owner.piaoNiaoCount==0) { + checkXiPai(owner); + } + }else if(cmd.equals(EXActionEvent.EVENT_QSWIN)) { + if(owner.qsWinCount ==0) { + checkTianting(owner); + } + }else if(cmd.equals(EXActionEvent.EVENT_TIANTING)) { + if(owner.tianTingCount ==0) { + toNextState(owner); + } + } + } + + @Override + public void toNextState(EXRoom owner) { + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/room/state/EXRoomSetpState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..8054053 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/room/state/EXRoomSetpState.java @@ -0,0 +1,45 @@ +package extend.mj.room.state; + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.PlayerRuleManager; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + if(owner.haidiCount == owner.maxPlayers) { + owner.liuju = true; + owner.endGame(); + return; + } + + Player player; + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + + } + + EXMainServer.gameCtr.changeActiveSeat(owner,player.seat); + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HAIDI_RULE, (EXPlayer)player,false)){ + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/room/state/EXRoomStartGameState.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..5637fca --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/room/state/EXRoomStartGameState.java @@ -0,0 +1,34 @@ +package extend.mj.room.state; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.mj.EXRoom; + +/** + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { +// owner.readyCount = 0; +// for (Entry entry : owner.playerMapById.entrySet()) { +// Player player = entry.getValue(); +// player.ready = false; +// player.clear(); +// player.initSeat(); +// } + owner.activeKong = null; + owner.startGame(); + + this.toNextState(owner); + + } + + @Override + public void toNextState(EXRoom owner) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/Action.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/Action.java new file mode 100644 index 0000000..7f657ac --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/Action.java @@ -0,0 +1,30 @@ +package extend.mj.tip; + + +import extend.mj.EXPlayer; + +/** + * + * + * Action.java + */ +public class Action { + + public Tip tip; + public EXPlayer player; + public boolean isRun; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + if(this.isRun)return; + this.isRun = true; + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player,this.tip); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/IRuleBase.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/IRuleBase.java new file mode 100644 index 0000000..fac8497 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/IRuleBase.java @@ -0,0 +1,23 @@ +package extend.mj.tip; + +import extend.mj.EXPlayer; + +/** + * + * + * RuleBase.java + */ +public interface IRuleBase { + + /** + * @param player + * @return + */ + public abstract boolean condition(EXPlayer player ); + + /** + * @param player + */ + public abstract void action(EXPlayer player ,Tip tip); + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/Tip.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/Tip.java new file mode 100644 index 0000000..f7b92cb --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/Tip.java @@ -0,0 +1,44 @@ +package extend.mj.tip; + +import java.util.Map; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import extend.mj.WinCardType; + +/** + * + * + */ +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int type; + public int group_type; + + public Map winMap; + public boolean self; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", group_type); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + return tipMp; + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/TipManager.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/TipManager.java new file mode 100644 index 0000000..993f3c6 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/tip/TipManager.java @@ -0,0 +1,175 @@ +package extend.mj.tip; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; + +/** + * + * + */ +public class TipManager { + + private int id = 0; + + public Map tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + public boolean isWin = false; + private Tip winTip = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + if(tip.weight == RuleWeight.WIN) { + this.isWin = true; + this.winTip = tip; + } + this.tipMap.put(id, tip); + } + + + + private void checkLouhu() { + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + this.owner.louhu = true; + break; + } + } + } + + public void choicAction(int id) { + EXRoom room = this.owner.getRoom(); + if(room.tongpao > 1 && this.isWin) { + Tip tip = this.winTip; + Tip choic_tip = this.tipMap.get(id); + if(choic_tip!=null) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + Action action = new Action(choic_tip, owner); + if(tip == choic_tip) { + for (Entry entry : room.tipMap.entrySet()) { + TipManager tem = entry.getValue(); + if (action.tip.weight < tem.getWeightest()) { + room.actionWinList.add(action); + room.actionList.add(action); + return; + } + } + action.run(); + room.actionList.clear(); + room.tongpao = 0; + }else { + room.actionWinList.add(new Action(tip, owner)); + room.addAction(action); + } + return; + }else { + room.actionWinList.add(new Action(tip, owner)); + this.checkLouhu(); + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + room.checkAction(); + } + }else { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + room.checkAction(); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + room.addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + } + + public void winAction() { + EXRoom room = this.owner.getRoom(); + if(room.tongpao > 1 && this.isWin) { + Tip tip = this.winTip; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + room.addAction(new Action(tip, owner)); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.lastState.toNextState(owner); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.initOpCard(tip.opcard); + tip.rule.action(owner,tip); + + } else { + throw new Error("tip map has no id" + id); + } + + } + + public ITObject toMP() { + ITObject mp = new TObject(); +// mp.putInt("weight", this.weight); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.winTip = null; + this.isWin = false; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/uitl/CardUtil.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/uitl/CardUtil.java new file mode 100644 index 0000000..7c60282 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/uitl/CardUtil.java @@ -0,0 +1,52 @@ +package extend.mj.uitl; + +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Random; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.OpCard; +import extend.mj.WinCardType; + +public class CardUtil { + + static public OpCard findOpcard(List opcards, int card,int type) { + for (OpCard oc : opcards) { + if(oc.type == type) { + if (card == oc.card) { + return oc; + } + } + } + return null; + } + + + final static Random random = new Random(); + static { + random.setSeed(System.currentTimeMillis()); + } + static public int randomDiceNum() { + int result = random.nextInt(5); + return result + 1; + } + + static public ITArray toMPData_WinMap(Map map) { + return toMPData_WinMap(map,false); + } + + static public ITArray toMPData_WinMap(Map map,boolean is_opcard) { + if (map != null && map.size() > 0) { + ITArray array = TArray.newInstance(); + for (Entry entry : map.entrySet()) { + WinCardType wct = entry.getValue(); + array.addTObject(wct.toTObject(is_opcard)); + } + return array; + } + return null; + } +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/uitl/Paixing.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/uitl/Paixing.java new file mode 100644 index 0000000..39b3beb --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/uitl/Paixing.java @@ -0,0 +1,438 @@ +package extend.mj.uitl; + +import java.util.*; +import java.util.Map.Entry; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.WinCardType; + + + +public class Paixing { + + private final static boolean qs_yijihua_check(Map cardMap,int se,int index) { + Integer num = cardMap.get(se+index); + if(num!=null&&num==1) { + for(int i=1;i<=9;++i) { + if(i !=index) { + if(cardMap.containsKey(se+i)){ + return false; + } + } + } + return true; + } + return false; + } + + public final static void zt_check(Map map,List cardInhand,ITObject config,int card,Set llsCardRecord, int difen) { + if(config.getBoolean(Config.ROOM_CONFIG_ZT_DASIXI)) { + if(Util.cardNum(card,cardInhand) >= 3) { + ITArray opcard4 = new TArray(); + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_DASIXI, 1,1); + Util.addCard(opcard4, card, 4); + wct.opcard = opcard4; + + } + } + if(config.getBoolean(Config.ROOM_CONFIG_ZT_LIULIUSHUN)) { + if(!llsCardRecord.contains(card)) { + if(Util.cardNum(card,cardInhand) >= 2) { + Map cardMap =Util.getCardNumMap(cardInhand); + for (Entry entry : cardMap.entrySet()) { + int t_card = entry.getKey(); + int num = entry.getValue(); + if(num>=3&&t_card!=card&&!llsCardRecord.contains(t_card)) { + ITArray opcard3 = new TArray(); + Util.addCard(opcard3, card, 3); + Util.addCard(opcard3, t_card, 3); + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_LIULIUSHUN, 1,1); + wct.opcard = opcard3; + break; + } + } + } + + } + } + } + + public final static void qs_check(Map map,List cardInhand,ITObject config, int difen){ + Map cardMap =Util.getCardNumMap(cardInhand); + int card3count=0; + int card4count=0; + boolean banban = true; + ITArray opcard4 = new TArray(); + ITArray opcard3 = new TArray(); + + Set se = new HashSet(); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + if (card % 100 == 2 || card % 100 == 5 || card % 100 == 8) { + banban = false; + } + se.add(card/100); + int num = entry.getValue(); + if(num>=4) { + Util.addCard(opcard4, card, 4); + Util.addCard(opcard3, card, 3); + card4count++; + card3count++; + }else if(num>=3) { + Util.addCard(opcard3, card, 3); + card3count++; + } + } + if(card4count>0) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_DASIXI, card4count,1); + wct.opcard = opcard4; + } + if(card3count>=2) { + if(card3count>2 &&card3count %2 !=0){ + opcard3.del(opcard3.size()-1); + opcard3.del(opcard3.size()-1); + opcard3.del(opcard3.size()-1); + } + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_LIULIUSHUN, card3count/2,1); + wct.opcard = opcard3; + } + if(banban) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_BANBANHU, 1,1); + wct.opcard = Util.toTArray(cardInhand); + } + if(!config.getBoolean(Config.ROOM_CONFIG_QUEYIMEN)&&se.size()<3) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_QUEYISE, 1,1); + wct.opcard = Util.toTArray(cardInhand); + + } + if(config.getBoolean(Config.ROOM_CONFIG_QS_YIZHIHUA)) { + int yizhihua_count = 0; + for(int k=100;k<=300;k+=100) { + if(qs_yijihua_check(cardMap,k,5)) { + yizhihua_count ++; + } + } + if(yizhihua_count>0) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_YIZHIHUA, yizhihua_count,1); + wct.opcard = Util.toTArray(cardInhand); + }else { + boolean card_5 = false; + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + if(!card_5 && card % 100 == 5&&entry.getValue() == 1) { + card_5 = true; + }else { + if (card % 100 == 2 || card % 100 == 5 || card % 100 == 8) { + card_5 = false; + break; + } + } + } + if(card_5) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_YIZHIHUA, 1,1); + wct.opcard = Util.toTArray(cardInhand); + } + } + } + + boolean santong_2= false; + if(config.getBoolean(Config.ROOM_CONFIG_QS_SANTONG)) { + int santong_count = 0; + ITArray st_opcard = new TArray(); + for(int i=1;i<=9;++i) { + if(Util.cardNum(cardMap, 100+i, 2)&&Util.cardNum(cardMap, 200+i, 2)&&Util.cardNum(cardMap, 300+i, 2)) { + santong_count++; + Util.addCard(st_opcard, 100+i, 2); + Util.addCard(st_opcard, 200+i, 2); + Util.addCard(st_opcard, 300+i, 2); + if (i == 2)santong_2=true; + } + } + if(santong_count>0) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_SANTONG, santong_count,1); + wct.opcard = st_opcard; + } + } + + if(!santong_2&&config.getBoolean(Config.ROOM_CONFIG_QS_JTYN)) { + if(Util.cardNum(cardMap, 202, 2)&&Util.cardNum(cardMap, 302, 2)) { + ITArray st_opcard = new TArray(); + Util.addCard(st_opcard, 202, 2); + Util.addCard(st_opcard, 302, 2); + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_QTYN, 1,1); + wct.opcard = st_opcard; + } + } + + if(config.getBoolean(Config.ROOM_CONFIG_QS_JIEJIEGAO)) { + int jjg_count = 0; + ITArray jjg_opcard = new TArray(); + for(int k=100;k<=300;k+=100) { + for(int i=1;i<=7;++i) { + if(Util.cardNum(cardMap, k+i, 2)&&Util.cardNum(cardMap, k+i+1, 2)&&Util.cardNum(cardMap, k+i+2, 2)) { + jjg_count++; + Util.addCard(jjg_opcard, k+i, 2); + Util.addCard(jjg_opcard, k+i+1, 2); + Util.addCard(jjg_opcard, k+i+2, 2); + i+=2; + } + } + } + if(jjg_count>0) { + WinCardType wct = putWinCardType(map, RuleWeight.TYPE_JIEJIEGAO, jjg_count,1); + wct.opcard = jjg_opcard; + } + } + } + + public static void main(String[] args) { +// List cardInhand = new java.util.ArrayList<>(); +// List opCards = new java.util.ArrayList<>(); +// opCards.add(new OpCard(RuleWeight.TYPE_PONG, 109)); +// opCards.add(new OpCard(RuleWeight.TYPE_PONG, 209)); +// cardInhand.add(106); +// cardInhand.add(106); +// cardInhand.add(107); +// cardInhand.add(108); +//// cardInhand.add(109); +// +// +// System.out.println(tingKongCheck(opCards,cardInhand, 109)); + } + + private final static boolean quanqiuren(List opCards,List cardInhand, int drawCard) { + if (cardInhand.size() > 1) { + return false; + } + if(drawCard == 0)return true; + if (cardInhand.get(0) != drawCard) + return false; + return true; + } + + private final static boolean qingyise(List opCards, List cardInhand, int drawCard) { + int se = cardInhand.get(0) / 100; + if (drawCard!=0&&drawCard / 100 != se) + return false; + for (OpCard card : opCards) { + if (se != card.card / 100) { + return false; + } + } + for (int card : cardInhand) { + if (se != card / 100) { + return false; + } + } + return true; + } + + private final static boolean pongpong(List opCards, List cardInhand, int drawCard,boolean quanqiuren) { + for (OpCard card : opCards) { + if (card.type == RuleWeight.TYPE_CHOW) { + return false; + } + } + if (quanqiuren)return true; + + int card1count=0,card2count=0; + Map cardMap =Util.getCardNumMap(cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if(num == 4) return false; + switch(num) { + case 1: + if(card1count>=1)return false; + if(drawCard!=0&&card != drawCard)return false; + card1count++; + break; + case 2: + if(card2count >=2)return false; + card2count ++; + break; + } + } + if(card1count>0&&card2count>0)return false; + if(card1count>0&&drawCard!=0&&!cardMap.containsKey(drawCard))return false; + if(card2count == 2&&drawCard!=0) { + if(!cardMap.containsKey(drawCard))return false; + if(cardMap.get(drawCard)!=2)return false; + } + return true; + } + + private final static boolean jiangjiang(List opCards, List cardInhand, int drawCard) { + if(drawCard!=0){ + if (drawCard % 100 != 2 && drawCard % 100 != 5 && drawCard % 100 != 8) { + return false; + } + } + for (OpCard card : opCards) { + if (card.type == RuleWeight.TYPE_CHOW) { + return false; + } + if (card.card % 100 != 2 && card.card % 100 != 5 && card.card % 100 != 8) { + return false; + } + } + for (int card : cardInhand) { + if (card % 100 != 2 && card % 100 != 5 && card % 100 != 8) { + return false; + } + + } + return true; + } + + private final static int qixiaodui(List opCards, List cardInhand, int drawCard) { + if (cardInhand.size() != 13) { + return -1; + } + List cardlist = cardInhand; + int pair = 0; + int card4count=0; + Map cardMap =Util.getCardNumMap(cardlist); + for (Entry entry : cardMap.entrySet()) { + int num = entry.getValue(); + int card = entry.getKey(); + if (num == 4) { + pair +=2; + card4count ++; + }else if(num >=2) { + if(num==3&&drawCard!=0&&drawCard != card) { + return -1; + } + pair +=1; + }else if(num ==1) { + if(drawCard!=0&&drawCard != card) { + return -1; + } + } + } + if(pair<6) return -1; + if(drawCard ==0)return card4count+1; + if(!cardMap.containsKey(drawCard)) return -1; + if(cardMap.get(drawCard) == 3) { + card4count++; + } + return card4count+1; + } + + public final static WinCardType putWinCardType(Map map, int type, int value,int score) { + if (map == null) + return null; + if (map.containsKey(type)) { + WinCardType wct = map.get(type); + wct.value += value; + return wct; + } else { + WinCardType wct = new WinCardType(type, value,score); + map.put(type, wct); + return wct; + } + } + + public static boolean checkWin(Map map, List opCards, List cardInhand,int drawCard, int difen) { + return checkWin(map,opCards,cardInhand,drawCard,true, difen); + } + + public static boolean checkWin(Map map, List opCards, List cardInhand,int drawCard,boolean jiang, int difen) { + int qixiaodui = qixiaodui(opCards,cardInhand, drawCard); + if (qixiaodui != -1) { + putWinCardType(map, WinCardType.QIXIAODUI, qixiaodui,WinCardType.QI_XIAO_DUI_HU_SCORE); + if (qingyise(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QING_YI_SE_HU_SCORE); + } + if (jiangjiang(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.JIANGJIANGHU, 1,WinCardType.JIANG_JIANG_HU_SCORE); + } + return true; + } + if (jiangjiang(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.JIANGJIANGHU, 1,WinCardType.JIANG_JIANG_HU_SCORE); + boolean _qqr =quanqiuren(opCards,cardInhand, drawCard); + if (_qqr) { + putWinCardType(map, WinCardType.QUANQIUREN, 1,WinCardType.WIN_TYPE_SCORE); + } + if (pongpong(opCards,cardInhand, drawCard,_qqr)) { + putWinCardType(map, WinCardType.PENGPENGHU, 1,WinCardType.JIANG_JIANG_HU_PENG_PENG_HU_SCORE); + } + return true; + } + if (quanqiuren(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.QUANQIUREN, 1,WinCardType.QUAN_QIU_REN_HU_SCORE); + if (qingyise(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QING_YI_SE_HU_SCORE); + } + if (jiangjiang(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.JIANGJIANGHU, 1,WinCardType.JIANG_JIANG_HU_SCORE); + } + if (pongpong(opCards,cardInhand, drawCard,true)) { + putWinCardType(map, WinCardType.PENGPENGHU, 1,WinCardType.PENG_PENG_HU_SCORE); + } + return true; + } + if (pongpong(opCards,cardInhand, drawCard,false)) { + putWinCardType(map, WinCardType.PENGPENGHU, 1,WinCardType.PENG_PENG_HU_SCORE); + if (qingyise(opCards,cardInhand, drawCard)) { + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QING_YI_SE_HU_PENG_PENG_HU_SCORE); + } + return true; + } + if (qingyise(opCards,cardInhand, drawCard)) { + WinCard win = new WinCard(cardInhand, drawCard); + win.jiang = false; + if (win.tryWin()) { + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QING_YI_SE_HU_SCORE); + return true; + } + } else { + WinCard win = new WinCard(cardInhand, drawCard); + win.jiang = jiang; + if (win.tryWin()) { + putWinCardType(map, WinCardType.XIAOHU, 1, difen); + return true; + } + } + return false; + } + + static public boolean tingCheck(List opCards,List cardInhand) { + if(qixiaodui(opCards,cardInhand, 0)!=-1)return true; + if (quanqiuren(opCards,cardInhand, 0))return true; + if (jiangjiang(opCards,cardInhand, 0))return true; + if (pongpong(opCards,cardInhand, 0,false))return true; + + if (qingyise(opCards,cardInhand, 0)) { + WinCard win = new WinCard(cardInhand, 0); + win.jiang = false; + return win.tryWin(); + } + WinCard win = new WinCard(cardInhand, 0); + return win.tryWin(); + } + + + static public boolean tingKongCheck(List opCards,List cardInhand,int kongCard,boolean jiang) { + if (quanqiuren(opCards,cardInhand, 0))return true; + if (jiangjiang(opCards,cardInhand, kongCard))return true; + if (pongpong(opCards,cardInhand, 0,false))return true; + if (qingyise(opCards,cardInhand, kongCard)) { + WinCard win = new WinCard(cardInhand, 0); + win.jiang = false; + return win.tryWin(); + } + WinCard win = new WinCard(cardInhand, 0); + win.jiang = jiang; + return win.tryWin(); + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/uitl/WinCard.java b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/uitl/WinCard.java new file mode 100644 index 0000000..558fc8d --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/main/java/extend/mj/uitl/WinCard.java @@ -0,0 +1,275 @@ +package extend.mj.uitl; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Stack; + +import com.game.Util; + +import extend.mj.WinCardType; + +public class WinCard { + public int pair_count; + public Stack> stack; + public List cardList; + public boolean jiang = true; + public int zhong_count; + public int zhongid = 0; + + private void push(List cardGroup) { + this.stack.push(cardGroup); + } + + private void rollBack() { + List cardGroup = this.stack.pop(); + for (Integer card : cardGroup) { + if (card == zhongid) { + this.zhong_count += 1; + } else { + this.cardList.add(card); + } + } + Collections.sort(this.cardList); + } + + private boolean tryShunzi(int card) { + if (card % 100 > 7) { + return false; + } + + if (Util.checkCard(card + 1, this.cardList) && Util.checkCard(card + 2, this.cardList)) { + Util.removeCard(this.cardList, card, 1); + Util.removeCard(this.cardList, card + 1, 1); + Util.removeCard(this.cardList, card + 2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(card + 2); + this.push(cardGroup); + return true; + } + return false; + } + + private boolean tryKezi(int card) { + if (Util.checkCardAndRomve(card, this.cardList, 3)) { +// CardUtil.removeCard(this.cardList, card, 3); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + return true; + } + return false; + } + + private boolean tryPair(int card) { + if (this.pair_count > 0) { + return false; + } + if (jiang) { + if (!(card % 100 == 2 || card % 100 == 5 || card % 100 == 8)) { + return false; + } + } + if (Util.checkCardAndRomve(card, this.cardList, 2)) { +// CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + this.pair_count = 1; + return true; + } + return false; + } + + private boolean tryKezi1Zhong(int card) { + if (this.zhong_count >= 1 && Util.checkCardAndRomve(card, this.cardList, 2)) { +// CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(this.zhongid); + this.zhong_count -= 1; + this.push(cardGroup); + return true; + } + return false; + } + + private boolean tryShunzi1Zhong(int card) { + if (card % 100 > 8) { + return false; + } + + if (this.zhong_count < 1) { + return false; + } + + if (Util.checkCard(card + 1, this.cardList)) { + Util.removeCard(cardList, card, 1); + Util.removeCard(cardList, card + 1, 1); + this.zhong_count -= 1; + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(this.zhongid); + this.push(cardGroup); + return true; + } + + if (Util.checkCard(card + 2, this.cardList) && ((card + 1) % 100 != 0)) { + Util.removeCard(cardList, card, 1); + Util.removeCard(cardList, card + 2, 1); + this.zhong_count -= 1; + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(this.zhongid); + cardGroup.add(card + 2); + this.push(cardGroup); + return true; + } + return false; + } + + private boolean tryPair1Zhong(int card) { + if (this.pair_count > 0) { + return false; + } + if (jiang) { + if (!(card % 100 == 2 || card % 100 == 5 || card % 100 == 8)) { + return false; + } + } + if (this.zhong_count < 1) { + return false; + } + + Util.removeCard(cardList, card, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(this.zhongid); + this.push(cardGroup); + this.zhong_count -= 1; + this.pair_count = 1; + return true; + } + + public boolean tryWin() { + if (this.cardList.size() == 0 && this.pair_count == 1) { + return true; + } + + if (this.cardList.size() == 0) { + return false; + } + int activeCard = this.cardList.get(0); + + if (tryPair(activeCard)) { + if (tryWin()) { + return true; + } + this.pair_count = 0; + this.rollBack(); + } + + if (tryKezi(activeCard)) { + if (tryWin()) { + return true; + } + this.rollBack(); + + } + if (tryShunzi(activeCard)) { + if (tryWin()) { + return true; + } + this.rollBack(); + } + + if (tryKezi1Zhong(activeCard)) { + if (tryWin()) { + return true; + } + this.rollBack(); + + } + if (tryShunzi1Zhong(activeCard)) { + if (tryWin()) { + return true; + } + this.rollBack(); + } + if (tryPair1Zhong(activeCard)) { + if (tryWin()) { + return true; + } + this.pair_count = 0; + this.rollBack(); + } + + return false; + } + + public WinCard(List cardInhand, int addCard) { + this.stack = new Stack>(); + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + if (addCard == 0) { + this.zhongid = 0; + this.zhong_count = 1; + } else { + this.cardList.add(addCard); + } + + Collections.sort(this.cardList); + } + + public static void main(String[] args) { + + long time = System.currentTimeMillis(); +// for (int i = 0; i < 1000000; ++i) { + ArrayList cardInhand = new ArrayList(); + cardInhand.add(102); + cardInhand.add(102); + cardInhand.add(204); + cardInhand.add(204); + cardInhand.add(206); + cardInhand.add(206); + + cardInhand.add(305); + cardInhand.add(305); + cardInhand.add(305); + cardInhand.add(306); + cardInhand.add(306); + cardInhand.add(307); + + cardInhand.add(307); +// cardInhand.add(301); +// cardInhand.add(301); +// cardInhand.add(108); + +// cardInhand.contains(204); +// Util.checkCard(204, cardInhand); +// CardUtil.checkCardAndRomve(204, cardInhand, 2); + +// if(Util.checkCard(204, cardInhand)) { +// CardUtil.removeCard(cardInhand, 204, 2); +// } +// WinCard win = new WinCard(cardInhand, 0); +// win.tryWin(); +// Paixing.tingKongCheck(new ArrayList<>(), cardInhand, 301); +// } + Map map = new HashMap(); + //Paixing.checkWin(map, new ArrayList<>(), cardInhand, 305, room.difen_score); + + System.out.println(System.currentTimeMillis() - time); + + } + +} diff --git a/majiang/nanxian/game_mj_nx/src/test/java/game_mj_nanxian/Main.java b/majiang/nanxian/game_mj_nx/src/test/java/game_mj_nanxian/Main.java new file mode 100644 index 0000000..a3e5f06 --- /dev/null +++ b/majiang/nanxian/game_mj_nx/src/test/java/game_mj_nanxian/Main.java @@ -0,0 +1,9 @@ +package game_mj_nanxian; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/CardNiao.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/CardNiao.class new file mode 100644 index 0000000..a43876e Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/CardNiao.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/Config.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/Config.class new file mode 100644 index 0000000..4ae2403 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/Config.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXActionEvent.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXActionEvent.class new file mode 100644 index 0000000..6c12d0a Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXActionEvent.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXGameController.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXGameController.class new file mode 100644 index 0000000..3eaf8f8 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXGameController.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXMainServer.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXMainServer.class new file mode 100644 index 0000000..e5c6c15 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXMainServer.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXPlayBack.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXPlayBack.class new file mode 100644 index 0000000..92c4c6e Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXPlayBack.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXPlayer.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXPlayer.class new file mode 100644 index 0000000..02f80d5 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXPlayer.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXRoom.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXRoom.class new file mode 100644 index 0000000..2b22b97 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXRoom.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXScore.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXScore.class new file mode 100644 index 0000000..2d4981c Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/EXScore.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/OpCard.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/OpCard.class new file mode 100644 index 0000000..ec8e1f4 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/OpCard.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/OpenKong.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/OpenKong.class new file mode 100644 index 0000000..e087e5d Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/OpenKong.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/PlayerRuleManager.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/PlayerRuleManager.class new file mode 100644 index 0000000..cb3e433 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/PlayerRuleManager.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/QSLog.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/QSLog.class new file mode 100644 index 0000000..8cd0339 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/QSLog.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/RoomCard.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/RoomCard.class new file mode 100644 index 0000000..6ae9ff3 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/RoomCard.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/RuleWeight.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/RuleWeight.class new file mode 100644 index 0000000..deb2f9a Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/RuleWeight.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/SettleLog.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/SettleLog.class new file mode 100644 index 0000000..11e4154 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/SettleLog.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/WinCardType.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/WinCardType.class new file mode 100644 index 0000000..b206171 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/WinCardType.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleChow.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleChow.class new file mode 100644 index 0000000..5642cfd Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleChow.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleHaidi.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleHaidi.class new file mode 100644 index 0000000..c943245 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleHaidi.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleOtherKong.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleOtherKong.class new file mode 100644 index 0000000..2a24959 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleOtherKong.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleOtherOpenKong.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleOtherOpenKong.class new file mode 100644 index 0000000..cb0163b Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleOtherOpenKong.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleOtherWin.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleOtherWin.class new file mode 100644 index 0000000..dc03264 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleOtherWin.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RulePong.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RulePong.class new file mode 100644 index 0000000..e75637b Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RulePong.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RulePongKong.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RulePongKong.class new file mode 100644 index 0000000..8c472f4 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RulePongKong.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RulePongOpenKong.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RulePongOpenKong.class new file mode 100644 index 0000000..8f653de Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RulePongOpenKong.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleQSWin.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleQSWin.class new file mode 100644 index 0000000..5c64008 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleQSWin.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleSelfKong.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleSelfKong.class new file mode 100644 index 0000000..e5cc56c Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleSelfKong.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleSelfOpenKong.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleSelfOpenKong.class new file mode 100644 index 0000000..d503998 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleSelfOpenKong.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleSelfWin.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleSelfWin.class new file mode 100644 index 0000000..1d719e6 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleSelfWin.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleZTWin.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleZTWin.class new file mode 100644 index 0000000..5786ee6 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rule/RuleZTWin.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRChowState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRChowState.class new file mode 100644 index 0000000..a99c32e Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRChowState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PROtherKongState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PROtherKongState.class new file mode 100644 index 0000000..beec4d0 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PROtherKongState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PROtherOpenKongState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PROtherOpenKongState.class new file mode 100644 index 0000000..8d1bf3b Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PROtherOpenKongState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PROtherWinState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PROtherWinState.class new file mode 100644 index 0000000..00ae154 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PROtherWinState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRPongKongState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRPongKongState.class new file mode 100644 index 0000000..d0df7f9 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRPongKongState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRPongOpenKongState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRPongOpenKongState.class new file mode 100644 index 0000000..9b0df4d Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRPongOpenKongState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRPongState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRPongState.class new file mode 100644 index 0000000..fb490d7 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRPongState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRSelfKongState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRSelfKongState.class new file mode 100644 index 0000000..64a9b7a Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRSelfKongState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRSelfOpenKongState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRSelfOpenKongState.class new file mode 100644 index 0000000..6c33c2f Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRSelfOpenKongState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRSelfWinState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRSelfWinState.class new file mode 100644 index 0000000..1e640d3 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/rulestate/PRSelfWinState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..ee23a6e Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDiscardState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..1b41eba Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDiscardState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDrawState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..4cd7816 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDrawState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..93f4de1 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerHaidiTipState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerHaidiTipState.class new file mode 100644 index 0000000..31e992c Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerHaidiTipState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerKongWinState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerKongWinState.class new file mode 100644 index 0000000..65d5b2b Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerKongWinState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerOpenKongState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerOpenKongState.class new file mode 100644 index 0000000..72337da Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerOpenKongState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..2a1748b Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerQSWinTipState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerQSWinTipState.class new file mode 100644 index 0000000..042aab7 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerQSWinTipState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerTianTingTipState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerTianTingTipState.class new file mode 100644 index 0000000..7eda123 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerTianTingTipState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerTipState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..fcc5712 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerTipState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class new file mode 100644 index 0000000..b4fc6ec Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerWaitState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..3067155 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerWaitState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerZTWinTipState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerZTWinTipState.class new file mode 100644 index 0000000..768b7b8 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/player/state/EXPlayerZTWinTipState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/room/state/EXRoomDealState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/room/state/EXRoomDealState.class new file mode 100644 index 0000000..171ead2 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/room/state/EXRoomDealState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/room/state/EXRoomSetpState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..8e993a0 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/room/state/EXRoomSetpState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/room/state/EXRoomStartGameState.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..adaa67c Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/room/state/EXRoomStartGameState.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/Action.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/Action.class new file mode 100644 index 0000000..99c5949 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/Action.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/IRuleBase.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/IRuleBase.class new file mode 100644 index 0000000..e6136db Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/IRuleBase.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/Tip.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/Tip.class new file mode 100644 index 0000000..b460124 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/Tip.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/TipManager.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/TipManager.class new file mode 100644 index 0000000..793f594 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/tip/TipManager.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/uitl/CardUtil.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/uitl/CardUtil.class new file mode 100644 index 0000000..2efd112 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/uitl/CardUtil.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/uitl/Paixing.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/uitl/Paixing.class new file mode 100644 index 0000000..a29fef3 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/uitl/Paixing.class differ diff --git a/majiang/nanxian/game_mj_nx/target/classes/extend/mj/uitl/WinCard.class b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/uitl/WinCard.class new file mode 100644 index 0000000..50e40c9 Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/classes/extend/mj/uitl/WinCard.class differ diff --git a/majiang/nanxian/game_mj_nx/target/test-classes/game_mj_nanxian/Main.class b/majiang/nanxian/game_mj_nx/target/test-classes/game_mj_nanxian/Main.class new file mode 100644 index 0000000..e0681ff Binary files /dev/null and b/majiang/nanxian/game_mj_nx/target/test-classes/game_mj_nanxian/Main.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/game-config.xml b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/game-config.xml new file mode 100644 index 0000000..4c44b1f --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/game-config.xml @@ -0,0 +1,11 @@ + + + + + 192.168.14.1 + 192.168.14.1 + 8711 + 8711 + 12 + true + \ No newline at end of file diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/log4j.properties b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/taurus-core.xml b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/taurus-core.xml new file mode 100644 index 0000000..2219d52 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/taurus-permanent.xml b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/taurus-permanent.xml new file mode 100644 index 0000000..1f42593 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 2 + 1 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 80 +
+ + + + extension - test + extend.mj.EXMainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/pom.xml b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/pom.xml new file mode 100644 index 0000000..a729ddf --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_mj_yijiaolaiyou + 1.0.0 + jar + + game_mj_yijiaolaiyou + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game_mj_yijiaolaiyou + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/CardNiao.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/CardNiao.java new file mode 100644 index 0000000..12b4af9 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/CardNiao.java @@ -0,0 +1,22 @@ +package extend.mj; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class CardNiao { + public int card; + + public int playerId=0; + public int seat = 0; + public int score = 0; + + + public ITObject toMP(){ + ITObject obj = TObject.newInstance(); + obj.putInt("card", card); + obj.putInt("score", score); + obj.putInt("playerId", playerId); + obj.putInt("seat", seat); + return obj; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/Config.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/Config.java new file mode 100644 index 0000000..3cb2b78 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/Config.java @@ -0,0 +1,193 @@ +package extend.mj; + +public class Config { + //400 东风 403南风 406西风 409北风 412红中 415发财 418白板 + public static final int DONGFENG = 400; + public static final int NANFENG = 403; + public static final int XIFENG = 406; + public static final int BEIFENG = 409; + public static final int HONGZHONG = 412; + public static final int FACAI = 415; + public static final int BAIBAN = 418; + + public static final String ROOM_CONFIG_DIANPAO = "dianpao"; //接炮胡 + public static final String ROOM_CONFIG_HUNYISE = "hunyise"; //混一色 + public static final String ROOM_CONFIG_QINGYISE = "qingyise"; //清一色 + public static final String ROOM_CONFIG_PENGPENGHU = "pengpenghu"; //碰碰胡 + public static final String ROOM_CONFIG_QIDUI = "qidui"; //七小对 + public static final String ROOM_CONFIG_HAOHUA_QIDUI = "haohua_qidui"; //豪华七小对 + public static final String ROOM_CONFIG_HAOHUA2_QIDUI = "haohua2_qidui"; //双豪华七小对 + public static final String ROOM_CONFIG_HAOHUA3_QIDUI = "haohua3_qidui"; //三豪华七小对 + public static final String ROOM_CONFIG_GANGSHANGKAIHUA_2bei = "gangshangkaihua"; //杠上开花2倍 + public static final String ROOM_CONFIG_GANGSHANGPAO_2bei = "gangshangpao_2bei"; //杠上炮2倍 + public static final String ROOM_CONFIG_SHISHANGYAO = "shishanyao"; //十三幺 + public static final String ROOM_CONFIG_TIANDIHU = "tiandihu"; //天地胡 + public static final String ROOM_CONFIG_SHIBALUOHAN = "shibaluohan"; //十八罗汉 + public static final String ROOM_CONFIG_XIAOSHANYUAN = "xiaoshanyuan"; //小三元 + public static final String ROOM_CONFIG_XIAOSIXI = "xiaosixi"; //小四喜 + public static final String ROOM_CONFIG_DASHANYUAN = "dashanyuan"; //大三元 + public static final String ROOM_CONFIG_DASIXI = "dasixi"; //大四喜 + public static final String ROOM_CONFIG_LOUHU = "louhu"; //漏胡 + public static final String ROOM_CONFIG_GUO_PENG = "guopeng"; //过碰不碰 + public static final String ROOM_CONFIG_GUO_GONG = "guogang"; //过杠不杠 + public static final String ROOM_CONFIG_YAO_JIU = "yao_jiu"; //混幺九 + public static final String ROOM_CONFIG_QING_YAO_JIU = "qing_yao_jiu"; //清幺九 + public static final String ROOM_CONFIG_LAIZI4_HU = "laizi4_hu"; //四鬼胡牌 + public static final String ROOM_CONFIG_LAIZI4_HU_2BEI = "laizi4_hu_2bei"; //四鬼胡牌两倍 + public static final String ROOM_CONFIG_QUAN_FENG = "quan_feng"; //全风 + public static final String ROOM_CONFIG_12ZHANG_LUODI_QUANBAO = "twelve_zhang_luodi_quanbao";//12张落地全包 + public static final String ROOM_CONFIG_QUAN_FENG_SCORE = "quan_qiu_ren"; //全求人 + public static final String ROOM_CONFIG_han19 = "han19"; //含19即可 + public static final String ROOM_CONFIG_ZIYISE = "ziyise"; //字一色 + public static final String ROOM_CONFIG_HAI_DI_NAO_YUE = "haidinaoyue"; //海底捞月 + + public static final String ROOM_CONFIG_ZHUANGXIAN = "zhuangxian"; + public static final String ROOM_CONFIG_PIAO_NIAO = "piao_niao"; + public static final String ROOM_CONFIG_QIDUI_JIA_FAN = "qidui_jiafan"; //七对2倍 + public static final String ROOM_CONFIG_QIDUI_4BEI = "qidui_4bei"; //七对4倍 + public static final String ROOM_CONFIG_NIAO = "niao"; //0无马 1有马 2爆炸马 3抓马 + public static final String ROOM_CONFIG_NIAO_OPT = "niao_opt"; //爆炸马 0 加分 1 加倍 + public static final String ROOM_CONFIG_MAI_NIAO = "mai_niao"; //0无马 1有马 + public static final String ROOM_CONFIG_MAI_NIAO_OPT = "mai_niao_opt"; //1买一码 2买二马 3罚一码 4罚二马 + public static final String ROOM_CONFIG_WU_FENG = "wu_feng"; + public static final String ROOM_CONFIG_LAIZI = "laizi"; ////0 无鬼 1白板做鬼 2翻鬼(随机一个牌做鬼) 3翻双鬼 4红中做鬼 + + public static final String ROOM_CONFIG_QIANGKONG = "qiangkong"; //可抢杠胡 + public static final String ROOM_CONFIG_QIANGKONG_2BEI = "qiangkong_2bei"; //可抢杠胡2倍 + public static final String ROOM_CONFIG_QIANGKONG_MING = "qiangkong_ming"; //明杠可抢 + public static final String ROOM_CONFIG_QIANGKONG_NIAO = "qiangkong_niao"; + public static final String ROOM_CONFIG_NONEALL = "none_is_all"; + public static final String ROOM_CONFIG_NIAO_SCORE = "niao_score"; + public static final String ROOM_CONFIG_QG_TYPE = "qianggang_type"; //抢杠全包 + public static final String ROOM_CONFIG_GANGBAO_TYPE = "gangbao_type"; //杠爆全包 + public static final String ROOM_CONFIG_JIANGMA = "jiangma"; + public static final String ROOM_CONFIG_HZ_HU = "hz_hu"; + public static final String ROOM_CONFIG_GENGZHUAN = "geng_zhuan"; + public static final String ROOM_CONFIG_JIEJIEGAO = "jiejiegao"; + public static final String ROOM_CONFIG_JIEJIEGAO_FIRST_NO = "jiejiegao_first"; + public static final String ROOM_CONFIG_LIAN_ZHUANG = "lian_zhuang"; + public static final String ROOM_CONFIG_WUGUI_JIABEI = "wuguijiabei"; + public static final String ROOM_CONFIG_NO_WAN = "no_wan"; + public static final String ROOM_CONFIG_MA_GEN_DI_FEN = "ma_gen_di_fen";//马跟底分 + public static final String ROOM_CONFIG_MA_GEN_GONG = "ma_gen_gong";//马跟杠 + public static final String ROOM_CONFIG_LIU_GOU_MA = "liu_gou_ma";//留够马牌 + public static final String ROOM_CONFIG_HUANGZHUANGHUANGGANG = "huangzhuang_huanggang";//荒庄荒杠 + public static final String ROOM_CONFIG_LIUJU_2BEI = "liuju_2bei";//流局翻倍 + public static final String ROOM_CONFIG_DAHU_CHENG = "da_hu_cheng";//大胡相乘 + public static final String ROOM_CONFIG_JIHU_NOTCHIHU = "jihunotchihu"; //鸡胡不能吃胡 + public static final String ROOM_CONFIG_XIAOHU_BEI = "xiaohu_bei"; //小胡的倍数另算 + public static final String ROOM_CONFIG_SPECAIL_ZIMO = "special_zimo"; //潮州特殊自摸 + public static final String ROOM_CONFIG_MUST_HU = "must_hu"; //必胡,必须胡牌,不能过 + public static final String ROOM_CONFIG_10_BEI_BUJIFEN = "10bei_bu_jifen"; //十倍不计分 + public static final String ROOM_CONFIG_10_BEI_FENGDING = "10bei_fengding"; //封顶十倍 + public static final String ROOM_CONFIG_ZI_DONG_HU = "zi_dong_hu"; //自动胡 + public static final String ROOM_CONFIG_USE_BASE_HU_SCORE = "use_base_hu_score"; //使用默认基础胡分 + public static final String ROOM_CONFIG_MENG_QING = "men qing"; //门清 + public static final String ROOM_CONFIG_JIHU_SHI_PINGHU = "ji hu shi ping hu"; //没有鸡胡,统一叫平胡 + + public static final String YI_JIAO_LAI_YOU = "lai_you_type"; //0:一脚癞油 1:半癞 2:无癞到底 int + public static final String LIANG_MEN_PAI = "liang_men_pai"; // 两门牌 boolean + public static final String DIAO_YU = "diao_yu"; //钓鱼 boolean + public static final String lian_gun_dai_pai = "lian_gun_dai_pai"; //连滚带爬 boolean + public static final String si_lai_you_xi = "si_lai_you_xi"; //四癞有喜 boolean + public static final String si_lai_you_xi_score = "si_lai_you_xi_score"; //四癞有喜分数 int + public static final String LAIYOU_DIFEN = "laiyou_difen"; //底分 int + public static final String LAIYOU_YILAIDAODI = "laiyou_yilaidaodi"; //一癞到底 int + + public static final String SETTLE_DIAN_PAO = "dian_pao"; + public static final String SETTLE_JIE_PAO = "jie_pao"; + public static final String SETTLE_ZIMO = "zimo"; + public static final String SETTLE_AN_KONG = "an_kong"; + public static final String SETTLE_MING_KONG = "ming_kong"; + + public static final int MING_GANG_SCORE = 3; + public static final int BU_GANG_SCORE = 1; + public static final int AN_GANG_SCORE = 2; + + + public static final int NIAO_TYPE_WU =0; + public static final int NIAO_TYPE_159 =1; + public static final int NIAO_TYPE_ALL =2; //爆炸马 + public static final int NIAO_TYPE_ZHUAMA =3; + + /** + * + */ + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + /** + * + */ + public static final String GAME_DIS_CARD = "611"; + + /** + * + */ + public static final String GAME_EVT_DISCARD = "812"; + + /** + * + */ + public static final String GAME_EVT_DISCARD_TIP = "813"; + + /** + * + */ + public static final String GAME_EVT_FZTIPS = "814"; + + /** + * + */ + public static final String GAME_ACTION = "612"; + + /** + * + */ + + public static final String GAME_EVT_ACTION = "815"; + + /** + * + */ + public static final String GAME_EVT_HU = "816"; + + /** + * + */ + public static final String GAME_EVT_RESULT1 = "817"; + + /** + * + */ + public static final String GAME_EVT_RESULT2 = "818"; + + /** + * + */ + public static final String GAME_EVT_DRAW = "819"; + + /** + * + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + /** + * + */ + public static final String GAME_EVT_NIAO = "821"; + + /** + * + */ + public static final String GAME_EVT_MAI_NIAO = "20822"; + + /** + * + */ + public static final String GAME_EVT_PIAONIAO_TIP = "833"; + /** + * + */ + public static final String GAME_EVT_PIAONIAO = "834"; + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXActionEvent.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXActionEvent.java new file mode 100644 index 0000000..db9bbf0 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXActionEvent.java @@ -0,0 +1,18 @@ +package extend.mj; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_START_GAME ="start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_KONG_WIN = "kong_win"; + + public static final String EVENT_PIAO_NIAO = "piao_niao"; +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXGameController.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXGameController.java new file mode 100644 index 0000000..0c460b2 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXGameController.java @@ -0,0 +1,400 @@ +package extend.mj; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; +import extend.mj.tip.Tip; +import extend.mj.tip.TipManager; +import extend.mj.uitl.CardUtil; + +import java.util.Collections; +import java.util.Map.Entry; + +/** + * + * + * + * EXGameController.java + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + if(Global.loggerDebug) { + int id = params.getInt("id"); + if(id ==0) { + Global.logger.info(owner + " pass!"); + }else { + TipManager tipMgr =((EXPlayer)owner).tipMgr; + if(tipMgr.tipMap.containsKey(id)) { + Tip tip = tipMgr.tipMap.get(id); + Global.logger.info(owner + " select_action type:"+tip.weight+" card:"+tip.card); + } + } + } + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + public void changeActiveSeat(EXRoom owner,int activeSeat) { + owner.activeSeat = activeSeat; + TObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void getCard(EXPlayer player,int leftCount){ + ITObject otherParam = new TObject(); + otherParam.putInt("card", 0); + otherParam.putInt("seat", player.room.activeSeat); + otherParam.putInt("left_count", leftCount); + + ITObject param = new TObject(); + param.putInt( "card", player.drawCard ); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + player.cardInhand.add(player.drawCard); + if(Global.loggerDebug) { + Global.logger.info(player + " drawcard["+player.drawCard+"]"); + } + player.room.broadCastToClient(player.playerid, Config.GAME_EVT_DRAW, otherParam); + ((EXPlayBack)player.getRoom().playBackData).addGetCardCommand(player.room.activeSeat, player.drawCard,leftCount); + } + + public void outCard(EXPlayer player,int discard){ + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + if (player.getRoom().isLaizi(discard)) + { + response.putBoolean("is_cheng", true); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + } + else { + response.putBoolean("is_cheng", false); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + } + EXRoom room = player.getRoom(); + ((EXPlayBack)room.playBackData).addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + + + if(Global.loggerDebug) { + Global.logger.info(player + " outcard["+discard+"]"); + } + if (player.getRoom().isLaizi(discard)) + { + player.chengList.add(discard); + Util.removeCard(player.cardInhand, discard, 1); + } + else { + player.outcardList.add(discard); + Util.removeCard(player.cardInhand, discard, 1); + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + } + + + + public void actionCard(EXPlayer player,int card,int type,int from_seat,ITArray opcardArray){ + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + if(opcardArray!=null){ + paramBroadCast.putTArray("opcard", opcardArray); + } + EXRoom room = player.getRoom(); + + if(Global.loggerDebug) { + Global.logger.info(String.format("%s from_seat:%d card:%d type:%d ", player,from_seat,card,type)); + } + room.broadCastToClient(0, Config.GAME_EVT_ACTION, paramBroadCast); + ((EXPlayBack)room.playBackData).addActionCommand(player.seat, type, card, from_seat,opcardArray); + } + + public void dealCard(EXRoom owner) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + player.cardInhand = owner.card.deal(); + player.laizi_num = Util.cardNum(owner.card.laiziCard, player.cardInhand) + Util.cardNum(owner.card.laiziCard2, player.cardInhand); + Collections.sort(player.cardInhand); + if(Global.loggerDebug) { + Global.logger.info(player + " cardlist:" + player.cardInhand); + } + if (owner.config.getInt(Config.ROOM_CONFIG_MAI_NIAO) == 1) + { + int maiNiaoOpt = owner.config.getInt(Config.ROOM_CONFIG_MAI_NIAO_OPT); + //买一马 + if (maiNiaoOpt == 1) + { + CardNiao niao = new CardNiao(); + niao.playerId = player.playerid; + niao.seat = player.seat; + niao.card = owner.card.pop(); + niao.score = 0; + player.mai_niao.add(niao); + } + //买二马 + else if (maiNiaoOpt == 2) + { + for(int i = 0; i < 2; i++) + { + CardNiao niao = new CardNiao(); + niao.playerId = player.playerid; + niao.seat = player.seat; + niao.card = owner.card.pop(); + niao.score = 0; + player.mai_niao.add(niao); + } + } + //罚一马 + else if (maiNiaoOpt == 3) + { + if (player.seat == owner.bankerSeat) + { + CardNiao niao = new CardNiao(); + niao.playerId = player.playerid; + niao.seat = player.seat; + niao.card = owner.card.pop(); + niao.score = 0; + player.mai_niao.add(niao); + } + } + //罚二马 + else if (maiNiaoOpt == 4) + { + if (player.seat == owner.bankerSeat) + { + for(int i = 0; i < 2; i++) + { + CardNiao niao = new CardNiao(); + niao.playerId = player.playerid; + niao.seat = player.seat; + niao.card = owner.card.pop(); + niao.score = 0; + player.mai_niao.add(niao); + } + } + } + } + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + param.putInt("laiziCard", owner.card.laiziCard); + param.putInt("laiziCard2", owner.card.laiziCard2); + param.putInt("laiziCardBefore", owner.card.laiziCardBefore); + param.putInt("laiziCard2Before", owner.card.laiziCard2Before); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + } + + public void winEvent(EXPlayer owner,int from_seat,int win_card) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("win_card", win_card); + param.putInt("from_seat", from_seat); + ITArray array = CardUtil.toMPData_WinMap(owner.winMap); + if (array != null) { + param.putTArray("win_list", array); + } + if(Global.loggerDebug) { + Global.logger.info(owner + " hupai!["+(owner.seat == from_seat?"self":"other")+"]"); + } + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + ((EXPlayBack)room.playBackData).addWinCardCommand(owner.seat, false); + } + + public void sendNiaoEvt(EXPlayer owner, int seat) { + EXRoom room = owner.getRoom(); + ITObject param = new TObject(); +// param.putInt("playerid", owner.playerid); + ITArray array = new TArray(); + for (int index = 0; index < room.niao.size(); index++) { + array.addTObject(room.niao.get(index).toMP()); + } + param.putTArray("niao", array); + param.putInt("start_seat", seat); + + room.broadCastToClient(0, Config.GAME_EVT_NIAO, param); + ((EXPlayBack)room.playBackData).addNiaoCommand(owner.seat, param); + } + + public void sendMaiNiaoEvt(EXPlayer owner, int seat) { + EXRoom room = owner.getRoom(); + ITObject param = new TObject(); + ITArray array = new TArray(); + for (Entry entry : room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + for (int index = 0; index < player.mai_niao.size(); index++) { + array.addTObject(player.mai_niao.get(index).toMP()); + } + } + + param.putTArray("mai_niao", array); + param.putInt("start_seat", seat); + + room.broadCastToClient(0, Config.GAME_EVT_MAI_NIAO, param); + ((EXPlayBack)room.playBackData).addMaiNiaoCommand(owner.seat, param); + } + + /** + * Ʊ����ʾ + * @param owner + */ + public void piaoNiaoTipEvent(EXPlayer owner) { + owner.sendEvent(Config.GAME_EVT_PIAONIAO_TIP, null); + } + + /** + * Ʊ���¼� + * @param owner + */ + public void piaoNiaoEvent(EXPlayer owner) { + // if(owner.piaoNiao==0)return; + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("num", owner.piaoNiao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAONIAO, param); + } + + private ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray niao = new TArray(); + for (int index = 0; index < owner.niao.size(); index++) { + niao.addTObject(owner.niao.get(index).toMP()); + } + mp.putTArray("niao", niao); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("hu_score", player.score.round_log.get(EXScore.WIN)); + param.putInt("niao_score", player.score.round_log.get(EXScore.NIAO)); + param.putInt("gang_score", player.score.round_log.get(EXScore.KONG)); + param.putInt("piao_niao_score", player.score.round_log.get(EXScore.PIAO_NIAO)); + param.putInt("geng_zhuan", player.score.round_log.get(EXScore.GENG_ZHUAN)); + param.putInt("ma_geng_gong", player.score.round_log.get(EXScore.MA_GENG_GONG)); + param.putInt("zhong_jiang", player.score.round_log.get(EXScore.ZHONG_JIANG)); + if ((owner.config.getBoolean(Config.ROOM_CONFIG_JIEJIEGAO) || owner.config.getBoolean(Config.ROOM_CONFIG_LIAN_ZHUANG)) && player.repeat_win > 0) + { + param.putInt("repeat_win", player.repeat_win); + } + else + { + param.putInt("repeat_win", 0); + } + + param.putInt("mai_niao_score", player.score.round_log.get(EXScore.MAI_NIAO)); + player.hp_info(param); + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + ITArray array = CardUtil.toMPData_WinMap(player.winMap); + if (array != null) { + param.putTArray("win_list", array); + } + ITArray mai_niao = new TArray(); + for (int index = 0; index < player.mai_niao.size(); index++) { + mai_niao.addTObject(player.mai_niao.get(index).toMP()); + } + param.putTArray("mai_niao", mai_niao); + param.putInt("ming_gang_num", player.ming_gang_num); + param.putInt("an_gang_num", player.an_gang_num); + param.putInt("dian_gang_num", player.dian_gang_num); + param.putInt("cheng_num", player.cheng_num); + param.putInt("fang_jian_num", player.fang_jian_num); + param.putInt("zhong_jiang_num", player.zhong_jiang_num); + + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putTObject("settle_log", player.settleLog.toTObject()); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss?2:1); + if(!dissmiss) { + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXMainServer.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXMainServer.java new file mode 100644 index 0000000..b3d124f --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXMainServer.java @@ -0,0 +1,89 @@ +package extend.mj; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.mj.player.rulestate.*; +import extend.mj.player.state.*; +import extend.mj.room.state.EXRoomDealState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.room.state.EXRoomStartGameState; + +/** + * + * + * EXMainServer.java + */ +public class EXMainServer extends MainServer{ + + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController)Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerKongDrawState.class, new EXPlayerKongDrawState()); + Global.registerState(EXPlayerChengDrawState.class, new EXPlayerChengDrawState()); + + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + Global.registerState(EXPlayerWaitKongWinState.class, new EXPlayerWaitKongWinState()); + Global.registerState(EXPlayerKongWinState.class, new EXPlayerKongWinState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + + Global.registerState(PROtherKongState.class, new PROtherKongState()); + Global.registerState(PROtherWinState.class, new PROtherWinState()); + Global.registerState(PRPongKongWinState.class, new PRPongKongWinState()); + Global.registerState(PRPongKongState.class, new PRPongKongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRSelfKongState.class, new PRSelfKongState()); + Global.registerState(PRSelfWinState.class, new PRSelfWinState()); + Global.registerState(PROtherGongSelfWinState.class, new PROtherGongSelfWinState()); + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXPlayBack.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXPlayBack.java new file mode 100644 index 0000000..89db544 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXPlayBack.java @@ -0,0 +1,75 @@ +package extend.mj; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class EXPlayBack extends BasePlayBack{ + + + public EXPlayBack(EXRoom room){ + super(room); + info.putInt("left_card", room.card.getCount()); + info.putInt("laiziCard", room.card.laiziCard); + info.putInt("laiziCard2", room.card.laiziCard2); + info.putInt("laiziCardBefore", room.card.laiziCardBefore); + info.putInt("laiziCard2Before", room.card.laiziCard2Before); + } + + protected ITObject getPlayerInfo(Player player) { + ITObject obj =super.getPlayerInfo(player); + EXPlayer p = (EXPlayer)player; + ITArray cardInhand = Util.toTArray(p.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + obj.putInt("piao_niao", p.piaoNiao); + return obj; + } + + public void addGetCardCommand(int seat,int card,int left_count){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard",seat,data); + } + + + public void addOutCardCommand(int seat,int card){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard",seat,data); + } + + public void addOutCardKongCommand(int seat,ITArray card){ + ITObject data = TObject.newInstance(); + data.putTArray("cardList", card); + addCommand("OutCardKong",seat,data); + } + + public void addActionCommand(int seat,int type,int card,int from_seat,ITArray opcardArray){ + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + if(opcardArray!=null) + cmdData.putTArray("opcard", opcardArray); + addCommand("Action",seat,cmdData); + } + + public void addWinCardCommand(int seat,boolean zimo){ + ITObject cmdData = TObject.newInstance(); + addCommand("Win",seat,cmdData); + } + + public void addNiaoCommand(int seat,ITObject param){ + addCommand("Niao",seat,param); + } + + public void addMaiNiaoCommand(int seat,ITObject param){ + addCommand("Mai_Niao",seat,param); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXPlayer.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXPlayer.java new file mode 100644 index 0000000..696da34 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXPlayer.java @@ -0,0 +1,215 @@ +package extend.mj; + +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.mj.tip.TipManager; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * + * + * + * 2017��8��30�� + * EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + + // ������ + public List outcardList; + + public ITArray opCard; + + public List pongGroup; + public List kongGroup; + public List selfKongGroup; + public List opCardList; + + public int drawCard = 0; + public int winCard = 0; + + public TipManager tipMgr; + + public SettleLog settleLog; + + /** + * ©�� + */ + public boolean louhu = false; + + /** + * ǿ�Ƽ����� + */ + public boolean forceCheckWin = false; + /** + * 0 С�� 1 ���ܺ� + */ + public int winType = 0; + + /** + * 0 无 1 胡 2 输 + */ + public int last_winer = 0; + + public List notPongKongList = new ArrayList<>(); + public List notPongList = new ArrayList<>(); + public List chengList = new ArrayList<>(); + public int niaoCount; + public int piaoNiao; + + public int repeat_win; + + public Map winMap; + + public int niao_score; + + public int hu_score; + + public int di_score; + + public ArrayList mai_niao; + + public int ming_gang_num = 0; + public int an_gang_num = 0; + public int dian_gang_num = 0; + public int cheng_num = 0; + public int fang_jian_num = 0; + public int zhong_jiang_num = 0; + public int laizi_num = 0; + public boolean is_cheng = false; + public boolean is_fang_jian_gang = false; + + public boolean tinghu10bei = false; + + public boolean gangshangpao = false; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + + pongGroup = new ArrayList<>(); + kongGroup = new ArrayList<>(); + selfKongGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + + opCard = new TArray(); + + tipMgr = new TipManager(this); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_DIAN_PAO, 0); + settleLog.put(Config.SETTLE_JIE_PAO, 0); + settleLog.put(Config.SETTLE_ZIMO, 0); + settleLog.put(Config.SETTLE_AN_KONG, 0); + settleLog.put(Config.SETTLE_MING_KONG, 0); + + repeat_win = -1; + niao_score = 2; + hu_score = 0; + di_score = 0; + + ming_gang_num = 0; + an_gang_num = 0; + dian_gang_num = 0; + + last_winer = 0; + + tinghu10bei = false; + gangshangpao = false; + + this.mai_niao = new ArrayList(); + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + ITArray chengList = Util.toTArray(this.chengList); + playerData.putTArray("cheng_list", chengList); + playerData.putInt("card_count", cardInhand.size()); + playerData.putInt("score", score.total_score); + playerData.putInt("piao_niao", this.piaoNiao); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card", opcard.card); + if (opcard.opcard != null) + { + List tempOpCard = new ArrayList<>(); + for(int i = 0; i < opcard.opcard.length; i++) + { + if (opcard.opcard[i] > 0) + { + tempOpCard.add(opcard.opcard[i]); + } + } + opcardParam.putTArray("opcard", Util.toTArray(tempOpCard)); + } + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + + return playerData; + } + + public void clear() { + super.clear(); + this.cardInhand.clear(); + this.notPongKongList.clear(); + this.notPongList.clear(); + this.winer = 0; + this.louhu = false; + this.outcardList.clear(); + this.drawCard = 0; + this.kongGroup.clear(); + this.pongGroup.clear(); + this.selfKongGroup.clear(); + this.opCardList.clear(); + this.score.resetRound(); + this.niaoCount = 0; + this.piaoNiao = 0; + this.winMap = null; + this.niao_score = 2; + this.hu_score = 0; + this.di_score = 0; + this.mai_niao.clear(); + this.ming_gang_num = 0; + this.an_gang_num = 0; + this.dian_gang_num = 0; + this.tinghu10bei = false; + this.cheng_num = 0; + this.fang_jian_num = 0; + this.zhong_jiang_num = 0; + this.laizi_num = 0; + this.is_fang_jian_gang = false; + this.chengList.clear(); + } + + public EXRoom getRoom() { + return (EXRoom) room; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXRoom.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXRoom.java new file mode 100644 index 0000000..8d6db7d --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXRoom.java @@ -0,0 +1,2565 @@ +package extend.mj; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.tip.Action; +import extend.mj.tip.TipManager; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +public class EXRoom extends Room { + + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + public int activeCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winCount = 0; + public boolean liuju = false; + public boolean last_liuju = false; + + public ArrayList niao; + + public int piaoNiaoCount; + public int adminSeat = 0; + public int lastWinPlayerId = 0; + public boolean isGengZhuang = false; + public int first_zhuang_card = 0; + public int geng_zhuan_num = 0; + public int gent_zhuan_nextSeat = 0; + /* + * 上一次庄家座位号 + */ + public int lastBankerSeat = 0; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.niao = new ArrayList(); + + if (!this.config.containsKey(Config.ROOM_CONFIG_DIANPAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DIANPAO, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HUNYISE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HUNYISE, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QINGYISE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QINGYISE, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_PENGPENGHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_PENGPENGHU, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAOHUA_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAOHUA_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAOHUA2_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAOHUA2_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAOHUA3_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAOHUA3_QIDUI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_GANGSHANGKAIHUA_2bei)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GANGSHANGKAIHUA_2bei, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_SHISHANGYAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_SHISHANGYAO, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_TIANDIHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_TIANDIHU, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_SHIBALUOHAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_SHIBALUOHAN, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_XIAOSHANYUAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIAOSHANYUAN, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_DASHANYUAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DASHANYUAN, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_DASIXI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DASIXI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_XIAOSIXI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIAOSIXI, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_LOUHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LOUHU, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_GUO_PENG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GUO_PENG, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_GUO_GONG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GUO_GONG, false); + } + + this.config.putBoolean(Config.ROOM_CONFIG_NONEALL, false); + this.config.putBoolean(Config.ROOM_CONFIG_ZHUANGXIAN, false); + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG_NIAO, true); + + //可抢杠胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_QIANGKONG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG, false); + } + + //可抢杠胡2倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_QIANGKONG_2BEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG_2BEI, false); + } + + //明杠可抢 + if (!this.config.containsKey(Config.ROOM_CONFIG_QIANGKONG_MING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG_MING, false); + } + + //抢杠全包 + if (!this.config.containsKey(Config.ROOM_CONFIG_QG_TYPE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QG_TYPE, false); + } + + //杠爆全包 + if (!this.config.containsKey(Config.ROOM_CONFIG_GANGBAO_TYPE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GANGBAO_TYPE, false); + } + + this.config.putBoolean(Config.ROOM_CONFIG_HZ_HU, false); + + if (!this.config.containsKey(Config.ROOM_CONFIG_GENGZHUAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GENGZHUAN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_JIEJIEGAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_JIEJIEGAO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_JIEJIEGAO_FIRST_NO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_JIEJIEGAO_FIRST_NO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_LIAN_ZHUANG)) { + this.config.putBoolean(Config.ROOM_CONFIG_LIAN_ZHUANG, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_WUGUI_JIABEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NO_WAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_NO_WAN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QIDUI_4BEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIDUI_4BEI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_MA_GEN_GONG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_MA_GEN_GONG, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_WU_FENG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_WU_FENG, false); + } + + this.config.putBoolean(Config.ROOM_CONFIG_PIAO_NIAO, false); + + ////幺九 + if (!this.config.containsKey(Config.ROOM_CONFIG_YAO_JIU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_YAO_JIU, false); + } + + //清幺九 + if (!this.config.containsKey(Config.ROOM_CONFIG_QING_YAO_JIU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QING_YAO_JIU, false); + } + + //有没有癞子 + if (!this.config.containsKey(Config.ROOM_CONFIG_LAIZI)) + { + this.config.putInt(Config.ROOM_CONFIG_LAIZI, 0); + } + + //四鬼胡牌 + if (!this.config.containsKey(Config.ROOM_CONFIG_LAIZI4_HU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LAIZI4_HU, false); + } + + //四鬼胡牌两倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_LAIZI4_HU_2BEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LAIZI4_HU_2BEI, false); + } + + //全风 + if (!this.config.containsKey(Config.ROOM_CONFIG_QUAN_FENG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QUAN_FENG, false); + } + + ////12张落地全包 + if (!this.config.containsKey(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO, false); + } + + ////留够马牌 + if (!this.config.containsKey(Config.ROOM_CONFIG_LIU_GOU_MA)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LIU_GOU_MA, false); + } + + //全求人 + if (!this.config.containsKey(Config.ROOM_CONFIG_QUAN_FENG_SCORE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QUAN_FENG_SCORE, false); + } + + // ROOM_CONFIG_han19 = "han19"; //含19即可 + if (!this.config.containsKey(Config.ROOM_CONFIG_han19)) + { + this.config.putBoolean(Config.ROOM_CONFIG_han19, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ZIYISE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_ZIYISE, false); + } + + + //大胡相乘 + if (!this.config.containsKey(Config.ROOM_CONFIG_DAHU_CHENG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_DAHU_CHENG, false); + } + + //鸡胡不能吃胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_JIHU_NOTCHIHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_JIHU_NOTCHIHU, false); + } + + //小胡的倍数另算 + if (!this.config.containsKey(Config.ROOM_CONFIG_XIAOHU_BEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIAOHU_BEI, false); + } + + //流局两倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_LIUJU_2BEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LIUJU_2BEI, false); + } + + //荒庄荒杠 + if (!this.config.containsKey(Config.ROOM_CONFIG_HUANGZHUANGHUANGGANG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HUANGZHUANGHUANGGANG, false); + } + + //潮州特殊自摸 + if (!this.config.containsKey(Config.ROOM_CONFIG_SPECAIL_ZIMO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_SPECAIL_ZIMO, false); + } + + //必胡,必须胡牌,不能过 + if (!this.config.containsKey(Config.ROOM_CONFIG_MUST_HU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_MUST_HU, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_LIU_GOU_MA)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LIU_GOU_MA, false); + } + + //买马,提前预定马,猜谁胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_MAI_NIAO)) + { + this.config.putInt(Config.ROOM_CONFIG_MAI_NIAO, 0); + } + + //买马值 + if (!this.config.containsKey(Config.ROOM_CONFIG_MAI_NIAO_OPT)) + { + this.config.putInt(Config.ROOM_CONFIG_MAI_NIAO_OPT, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_MA_GEN_DI_FEN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_MA_GEN_DI_FEN, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAO)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAO, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAO_OPT)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAO_OPT, 0); + } + + //10倍不计分 + if (!this.config.containsKey(Config.ROOM_CONFIG_10_BEI_BUJIFEN)) + { + this.config.putBoolean(Config.ROOM_CONFIG_10_BEI_BUJIFEN, false); + } + + //封顶十倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_10_BEI_FENGDING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_10_BEI_FENGDING, false); + } + + //自动胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_ZI_DONG_HU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_ZI_DONG_HU, false); + } + + //海底捞月 + //自动胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_HAI_DI_NAO_YUE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_HAI_DI_NAO_YUE, false); + } + + ////使用默认基础胡分 + if (!this.config.containsKey(Config.ROOM_CONFIG_USE_BASE_HU_SCORE)) + { + this.config.putBoolean(Config.ROOM_CONFIG_USE_BASE_HU_SCORE, false); + } + + //门清 + if (!this.config.containsKey(Config.ROOM_CONFIG_MENG_QING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_MENG_QING, false); + } + + //没有鸡胡,统一叫平胡 + if (!this.config.containsKey(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU, false); + } + + //杠上炮2倍 + if (!this.config.containsKey(Config.ROOM_CONFIG_GANGSHANGPAO_2bei)) + { + this.config.putBoolean(Config.ROOM_CONFIG_GANGSHANGPAO_2bei, false); + } + + if (!this.config.containsKey(Config.YI_JIAO_LAI_YOU)) + { + this.config.putInt(Config.YI_JIAO_LAI_YOU, 0); + } + + if (this.config.getInt(Config.YI_JIAO_LAI_YOU) == 2) + { + this.config.putInt(Config.ROOM_CONFIG_LAIZI, 0); + } + + if (!this.config.containsKey(Config.LAIYOU_DIFEN)) { + this.config.putInt(Config.LAIYOU_DIFEN, 1); + } + else { + this.config.putInt(Config.LAIYOU_DIFEN, this.config.getInt(Config.LAIYOU_DIFEN)+1); + } + + if (!this.config.containsKey(Config.LAIYOU_YILAIDAODI)) + { + this.config.putBoolean(Config.LAIYOU_YILAIDAODI, false); + } + + if (!this.config.containsKey(Config.LIANG_MEN_PAI)) + { + this.config.putBoolean(Config.LIANG_MEN_PAI, false); + } + + if (!this.config.containsKey(Config.DIAO_YU)) + { + this.config.putBoolean(Config.DIAO_YU, false); + } + + if (!this.config.containsKey(Config.lian_gun_dai_pai)) + { + this.config.putBoolean(Config.lian_gun_dai_pai, false); + } + + if (!this.config.containsKey(Config.si_lai_you_xi)) + { + this.config.putBoolean(Config.si_lai_you_xi, false); + } + + if (!this.config.containsKey(Config.si_lai_you_xi_score)) + { + this.config.putInt(Config.si_lai_you_xi_score, 0); + } + + this.isEntrust=true; + this.adminSeat = 0; + this.lastWinPlayerId =0; + + this.first_zhuang_card = 0; + this.geng_zhuan_num = 0; + this.gent_zhuan_nextSeat = 0; + + if (this.config.getBoolean(Config.ROOM_CONFIG_GENGZHUAN)) + { + this.isGengZhuang = true; + } + + this.lastBankerSeat = 0; + this.last_liuju = false; + + //初始化房间的特殊参数 + WinCardType.InitRoomSpecialConfig(this); + } + + public boolean isLiuJu() + { + boolean liugouma = this.config.getBoolean(Config.ROOM_CONFIG_LIU_GOU_MA); + if (liugouma) + { + int num = getNiaoNum(0, true); + if (card.cardList.size() <= num) + { + return true; + } + } + else + { + if (card.cardList.size() == 0) + { + return true; + } + } + + return false; + } + + public void endGameByLiuJu() + { + if (config.getBoolean(Config.ROOM_CONFIG_HUANGZHUANGHUANGGANG)) + { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + int score = player.score.round_log.get(EXScore.KONG); + player.score.round_score -= score; + player.score.total_score -= score; + player.score.round_log.put(EXScore.KONG, 0); + } + } + liuju = true; + clear_repeatwin(); + + endGame(); + } + + public void endGame() + { + last_liuju = liuju; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer != 1) + { + player.last_winer = 0; + player.repeat_win = -1; + } + else + { + player.last_winer = 1; + } + } + super.endGame(); + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + + checkAction(); + } + + public boolean isLaizi(int card) { + return this.card.isLaizi(card); + } + + public boolean isFanPai(int card) { + return this.card.isFanPai(card); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + activePlayer.stateMachine.toNextState(); + } else { + + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + + } + + /** + * 获取房间信息 + * + * @return + */ + public ITObject getRoomInfo() { + ITObject data = super.getRoomInfo(); + if (data != null) + { + data.putInt("laiziCard", this.card.laiziCard); + data.putInt("laiziCard2", this.card.laiziCard2); + data.putInt("laiziCardBefore", this.card.laiziCardBefore); + data.putInt("laiziCard2Before", this.card.laiziCard2Before); + } + + return data; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + return data; + } + + public void addScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score, int type) { + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + if(type == EXScore.WIN) { + if (zhuangxian) { + if (destPlayer.seat == this.bankerSeat || fromPlayer.seat == this.bankerSeat) { + score += 1; + } + } + } + + if (type == EXScore.WIN || type == EXScore.NIAO) + { + if (fromPlayer.tinghu10bei) + { + return; + } + } + + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + + } + + public void addMaGengGongScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + this.addScore(destPlayer, fromPlayer, score, EXScore.MA_GENG_GONG); + } + + public void addAllMaGengGongScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addMaGengGongScore(destPlayer, fromPlayer, score); + } + } + + public int GetGongScore(EXPlayer destPlayer) + { + return destPlayer.score.round_log.get(EXScore.KONG); + } + + public void addAllScore(EXPlayer destPlayer, int socre, int type) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + this.addScore(destPlayer, fromPlayer, socre, type); + } + } + + public void addMaiNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + this.addScore(destPlayer, fromPlayer, score, EXScore.MAI_NIAO); + } + + public void addAllMaiNiaoScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addMaiNiaoScore(destPlayer, fromPlayer, score); + } + } + + public void addNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + this.addScore(destPlayer, fromPlayer, score, EXScore.NIAO); + } + + public void addAllNiaoScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addNiaoScore(destPlayer, fromPlayer, score); + } + } + + public void addPiaoNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer) { + boolean piao_niao = this.config.getBoolean(Config.ROOM_CONFIG_PIAO_NIAO); + if(!piao_niao)return; + this.addScore(destPlayer, fromPlayer,destPlayer.piaoNiao + fromPlayer.piaoNiao , EXScore.PIAO_NIAO); + } + + public void addAllPiaoNiaoScore(EXPlayer destPlayer) { + boolean piao_niao = this.config.getBoolean(Config.ROOM_CONFIG_PIAO_NIAO); + if(!piao_niao)return; + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addPiaoNiaoScore(destPlayer,fromPlayer); + } + } + + public void CountMaGengGongScore() { + boolean maGenGong = config.getBoolean(Config.ROOM_CONFIG_MA_GEN_GONG); + if (maGenGong) + { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer == 1 && player.niaoCount > 0) + { + for(int i = 0; i < player.opCardList.size(); i++) + { + OpCard op_card = player.opCardList.get(i); + //明杠 + if (op_card.type == RuleWeight.TYPE_KONG && op_card.card_seat > 0) + { + EXPlayer gangPlayer = (EXPlayer) this.playerMapBySeat.get(op_card.card_seat); + if (gangPlayer != null) + { + addMaGengGongScore(player, gangPlayer, Config.MING_GANG_SCORE * player.niaoCount); + } + } + //补杠 + else if (op_card.type == RuleWeight.TYPE_KONG && op_card.card_seat == 0) + { + addAllMaGengGongScore(player, Config.BU_GANG_SCORE * player.niaoCount); + } + //暗杠 + else if (op_card.type == RuleWeight.TYPE_SELF_KONG) + { + addAllMaGengGongScore(player, Config.AN_GANG_SCORE * player.niaoCount); + } + } + } + } + } + } + + private int getNiaoNum(int card, boolean zimo) { + int niao_num = 0; + int niao = this.config.getInt(Config.ROOM_CONFIG_NIAO); + switch (niao) { + case Config.NIAO_TYPE_WU: + niao_num = 0; + break; + case Config.NIAO_TYPE_159: + int opt = this.config.getInt(Config.ROOM_CONFIG_NIAO_OPT); + niao_num = opt * 2; + break; + case Config.NIAO_TYPE_ALL: + niao_num = 1; + break; + case Config.NIAO_TYPE_ZHUAMA: + if (zimo) + { + niao_num = 2; + } + else + { + niao_num = 1; + } + break; + } + return niao_num; + } + + public void handle_repeatwin(EXPlayer owner) + { + if (owner.last_winer == 1) + { + owner.repeat_win += 1; + } + else + { + owner.repeat_win += 1; + } + } + + public void clear_repeatwin() + { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.repeat_win = -1; + player.last_winer = 0; + } + } + + public void niao_tongPao(int card) { + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + + __zhuaNiao(dianPaoPlayer, getNiaoNum(card, false), true); + + List winPlayerList = new ArrayList(); + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (player.winer == 1) { + ((EXPlayer)player).niaoCount = 0; + winPlayerList.add((EXPlayer) player); + } + } + + boolean zhua_ma = config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ZHUAMA; + for (CardNiao cn : niao) { + if (dianPaoPlayer.playerid == cn.playerId) { + if (zhua_ma) + { + dianPaoPlayer.niaoCount ++; + cn.score = 0; + for (EXPlayer winer : winPlayerList) { + int score = winer.hu_score; + cn.score += score; + this.addNiaoScore(winer, dianPaoPlayer, score); + } + } + else + { + dianPaoPlayer.niaoCount ++; + //爆炸马 加倍的情况 + if (dianPaoPlayer.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && dianPaoPlayer.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 1) + { + int real_score = 0; + for (EXPlayer winer : winPlayerList) { + int score = cn.score * winer.hu_score; + real_score += score; + this.addNiaoScore(winer, dianPaoPlayer, score); + } + + cn.score = real_score; + } + else if (dianPaoPlayer.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && dianPaoPlayer.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 0) + { + int real_score = 0; + for (EXPlayer winer : winPlayerList) { + int score = cn.score; + real_score += score; + this.addNiaoScore(winer, dianPaoPlayer, score); + } + + cn.score = real_score; + } + } + } else { + if (zhua_ma) + { + int real_score = 0; + for (EXPlayer winer : winPlayerList) { + if (winer.playerid == cn.playerId) { + int score = winer.hu_score; + real_score += score; + this.addNiaoScore(winer, dianPaoPlayer, score); + winer.niaoCount ++; + break; + } + } + cn.score = real_score; + } + //爆炸马 加倍的情况 + else if (dianPaoPlayer.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && dianPaoPlayer.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 1) { + } + else if (dianPaoPlayer.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && dianPaoPlayer.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 0) { + } + else + { + for (EXPlayer winer : winPlayerList) { + if (winer.playerid == cn.playerId) { + int score = cn.score; + this.addNiaoScore(winer, dianPaoPlayer, score); + winer.niaoCount ++; + break; + } + } + } + } + } + + CountMaGengGongScore(); + + EXMainServer.gameCtr.sendNiaoEvt(dianPaoPlayer, dianPaoPlayer.seat); + + dianpao_countMaiMa(dianPaoPlayer); + } + + public void niao_tongPao_quanbao(int card, boolean quanbao, boolean zimo) { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + + __zhuaNiao(dianPaoPlayer, getNiaoNum(card, zimo), true); + + List winPlayerList = new ArrayList(); + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (player.winer == 1) { + ((EXPlayer)player).niaoCount = 0; + winPlayerList.add((EXPlayer) player); + } + } + + boolean zhua_ma = config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ZHUAMA; + if (quanbao) + { + for (CardNiao cn : niao) { + if (zhua_ma) + { + cn.score = 0; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + if (player.playerid == cn.playerId) { + player.niaoCount ++; + if (player.winer == 1) + { + int score = player.hu_score; + score = score * (this.maxPlayers - 1); + cn.score += score; + this.addNiaoScore(player, dianPaoPlayer, score); + } + else + { + for (EXPlayer winer : winPlayerList) { + int score = winer.hu_score; + score = score * (this.maxPlayers - 1); + cn.score += score; + this.addNiaoScore(player, dianPaoPlayer, score); + } + } + break; + } + } + } + //爆炸马 加倍的情况 + else if (config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 1) + { + if (dianPaoPlayer.playerid == cn.playerId) + { + dianPaoPlayer.niaoCount ++; + for (EXPlayer winer : winPlayerList) { + int score = cn.score * winer.hu_score; + score = score * (this.maxPlayers - 1); + this.addNiaoScore(winer, dianPaoPlayer, score); + } + } + } + else if (config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 0) + { + if (dianPaoPlayer.playerid == cn.playerId) + { + dianPaoPlayer.niaoCount ++; + for (EXPlayer winer : winPlayerList) { + int score = cn.score; + score = score * (this.maxPlayers - 1); + this.addNiaoScore(winer, dianPaoPlayer, score); + } + } + } + else + { + for (EXPlayer winer : winPlayerList) { + if (winer.playerid == cn.playerId) { + int score = winer.hu_score; + score = score * (this.maxPlayers - 1); + this.addNiaoScore(winer, dianPaoPlayer, score); + winer.niaoCount ++; + break; + } + } + } + } + } + else + { + for (CardNiao cn : niao) { + if (zhua_ma) + { + cn.score = 0; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + if (player.playerid == cn.playerId) { + player.niaoCount ++; + if (player.winer == 1) + { + int score = player.hu_score; + cn.score += score; + this.addAllNiaoScore(player, score); + } + else + { + for (EXPlayer winer : winPlayerList) { + int score = winer.hu_score; + cn.score += score; + this.addNiaoScore(winer, player, score); + } + } + break; + } + } + } + //爆炸马 加倍的情况 + else if (config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 1) + { + if (dianPaoPlayer.playerid == cn.playerId) + { + dianPaoPlayer.niaoCount ++; + for (EXPlayer winer : winPlayerList) { + int score = cn.score * winer.hu_score; + this.addAllNiaoScore(winer, score); + } + } + } + else if (config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 0) + { + if (dianPaoPlayer.playerid == cn.playerId) + { + dianPaoPlayer.niaoCount ++; + for (EXPlayer winer : winPlayerList) { + int score = cn.score; + this.addAllNiaoScore(winer, score); + } + } + } + else + { + for (EXPlayer winer : winPlayerList) { + if (winer.playerid == cn.playerId) { + int score = cn.score; + this.addAllNiaoScore(winer, score); + winer.niaoCount ++; + break; + } + } + } + } + } + + CountMaGengGongScore(); + + EXMainServer.gameCtr.sendNiaoEvt(dianPaoPlayer, dianPaoPlayer.seat); + + dianpao_countMaiMa(dianPaoPlayer); + } + + public void niao_dianPao(EXPlayer owner, int card) { + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + EXPlayer winer = owner; + EXRoom room = owner.getRoom(); + int num = getNiaoNum(card, false); + __zhuaNiao(owner, num, false); + + for (Entry entry : owner.room.playerMapById.entrySet()) { + ((EXPlayer)entry.getValue()).niaoCount = 0; + } + + boolean zhua_ma = config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ZHUAMA; + for (CardNiao cn : niao) { + if (cn.playerId == winer.playerid || dianPaoPlayer.playerid == cn.playerId) { + if (cn.playerId == winer.playerid) { + winer.niaoCount++; + } + else if (dianPaoPlayer.playerid == cn.playerId) + { + dianPaoPlayer.niaoCount++; + } + + if (zhua_ma) + { + this.addNiaoScore(winer, dianPaoPlayer, cn.score); + } + //爆炸马 加倍的情况 + else if (owner.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 1) + { + this.addNiaoScore(winer, dianPaoPlayer, cn.score); + } + else if (owner.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 0) + { + this.addNiaoScore(winer, dianPaoPlayer, cn.score); + } + else + { + this.addNiaoScore(winer, dianPaoPlayer, cn.score); + } + } + } + + CountMaGengGongScore(); + + EXMainServer.gameCtr.sendNiaoEvt(winer, winer.seat); + dianpao_countMaiMa(dianPaoPlayer); + } + + public void niao_dianPao_quanbao(EXPlayer owner, int card, boolean quanbao, boolean zimo) { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + EXPlayer winer = owner; + int num = getNiaoNum(card, zimo); + __zhuaNiao(owner, num, false); + + for (Entry entry : owner.room.playerMapById.entrySet()) { + ((EXPlayer)entry.getValue()).niaoCount = 0; + } + + if (quanbao == false && zimo == true) + { + if (config.getBoolean(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO) && get12ZhangLuoDi(owner) != null) + { + EXPlayer badPlayer = get12ZhangLuoDi(owner); + dianPaoPlayer = badPlayer; + quanbao = true; + } + } + + boolean zhua_ma = config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ZHUAMA; + if (quanbao) + { + for (CardNiao cn : niao) { + if (cn.playerId == owner.playerid) { + if (zhua_ma) { + this.addNiaoScore(owner, dianPaoPlayer,cn.score * (this.maxPlayers - 1)); + } + //爆炸马 加倍的情况 + else if (owner.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 1) { + this.addNiaoScore(owner, dianPaoPlayer,cn.score * (this.maxPlayers - 1)); + } else if (owner.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 0) { + this.addNiaoScore(owner, dianPaoPlayer,cn.score * (this.maxPlayers - 1)); + } else { + this.addNiaoScore(owner, dianPaoPlayer,cn.score * (this.maxPlayers - 1)); + } + + owner.niaoCount++; + } else { + if (zhua_ma) { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid == cn.playerId) { + player.niaoCount++; + this.addNiaoScore(owner, dianPaoPlayer, cn.score); + break; + } + } + } + } + } + } + else + { + for (CardNiao cn : niao) { + if (cn.playerId == owner.playerid) { + if (zhua_ma) { + this.addAllNiaoScore(owner, cn.score); + } + //爆炸马 加倍的情况 + else if (owner.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 1) + { + this.addAllNiaoScore(owner, cn.score); + } + else if (owner.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 0) + { + this.addAllNiaoScore(owner, cn.score); + } + else + { + this.addAllNiaoScore(owner, cn.score); + } + + owner.niaoCount++; + } else { + if (zhua_ma) { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid == cn.playerId) { + player.niaoCount ++; + this.addNiaoScore(owner, player, cn.score); + break; + } + } + } + } + } + } + + CountMaGengGongScore(); + + EXMainServer.gameCtr.sendNiaoEvt(winer, winer.seat); + zimo_countMaiMa(owner); + } + + public void niao_selfWin(EXPlayer owner, int card) { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + int num = getNiaoNum(card, true); + + __zhuaNiao(owner, num, false); + + for (Entry entry : owner.room.playerMapById.entrySet()) { + ((EXPlayer)entry.getValue()).niaoCount = 0; + } + + boolean zhua_ma = config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ZHUAMA; + for (CardNiao cn : niao) { + if (cn.playerId == owner.playerid) { + if (zhua_ma) + { + if (this.config.getBoolean(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO) && this.get12ZhangLuoDi(owner) != null) + { + EXPlayer badPlayer = this.get12ZhangLuoDi(owner); + this.addScore(owner,badPlayer, cn.score * (this.maxPlayers - 1), EXScore.WIN); + } + else + { + this.addAllNiaoScore(owner, cn.score); + } + } + //爆炸马 加倍的情况 + else if (owner.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 1) + { + if (this.config.getBoolean(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO) && this.get12ZhangLuoDi(owner) != null) + { + EXPlayer badPlayer = this.get12ZhangLuoDi(owner); + this.addScore(owner,badPlayer, cn.score * (this.maxPlayers - 1), EXScore.WIN); + } + else + { + this.addAllNiaoScore(owner, cn.score); + } + } + else if (owner.room.config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL && owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT) == 0) + { + if (this.config.getBoolean(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO) && this.get12ZhangLuoDi(owner) != null) + { + EXPlayer badPlayer = this.get12ZhangLuoDi(owner); + this.addScore(owner,badPlayer, cn.score * (this.maxPlayers - 1), EXScore.WIN); + } + else + { + this.addAllNiaoScore(owner, cn.score); + } + } + else + { + if (this.config.getBoolean(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO) && this.get12ZhangLuoDi(owner) != null) + { + EXPlayer badPlayer = this.get12ZhangLuoDi(owner); + this.addScore(owner,badPlayer, cn.score * (this.maxPlayers - 1), EXScore.WIN); + } + else + { + this.addAllNiaoScore(owner, cn.score); + } + } + owner.niaoCount++; + } else { + if (zhua_ma) + { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid == cn.playerId) { + player.niaoCount ++; + if (this.config.getBoolean(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO) && this.get12ZhangLuoDi(owner) != null) { + EXPlayer badPlayer = this.get12ZhangLuoDi(owner); + this.addNiaoScore(owner, badPlayer, cn.score); + } + else { + this.addNiaoScore(owner, player, cn.score); + } + break; + } + } + } + } + } + + CountMaGengGongScore(); + + EXMainServer.gameCtr.sendNiaoEvt(owner, owner.seat); + + zimo_countMaiMa(owner); + } + + private void dianpao_countMaiMa(EXPlayer diaoPaoPlayer) + { + if (this.config.getInt(Config.ROOM_CONFIG_MAI_NIAO) <= 0) + { + return; + } + + int winer_num = 0; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer == 1) + { + winer_num++; + } + } + + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid != diaoPaoPlayer.playerid) + { + for (Entry win_entry : this.playerMapById.entrySet()) { + EXPlayer win_player = (EXPlayer) win_entry.getValue(); + if (win_player.winer == 1) + { + int seat = 0; + if (winer_num == 1) + { + seat = this.lastBankerSeat; + } + else if (winer_num > 1) + { + seat = diaoPaoPlayer.seat; + } + + int zhong_ma_num = countPlayerMaiMaZhongMaNum(player, win_player, seat); + if (zhong_ma_num > 0) + { + addMaiNiaoScore(player, diaoPaoPlayer, win_player.hu_score*zhong_ma_num); + } + } + } + } + + if (player.winer != 1) + { + int seat = 0; + if (winer_num == 1) + { + seat = this.lastBankerSeat; + } + else if (winer_num > 1) + { + seat = diaoPaoPlayer.seat; + } + + int zhong_ma_num = countPlayerMaiMaZhongMaNum(player, diaoPaoPlayer, seat); + if (zhong_ma_num > 0) + { + for (Entry win_entry : this.playerMapById.entrySet()) { + EXPlayer win_player = (EXPlayer) win_entry.getValue(); + if (win_player.winer == 1) { + addMaiNiaoScore(win_player, player, win_player.hu_score*zhong_ma_num); + } + } + } + } + } + + EXMainServer.gameCtr.sendMaiNiaoEvt(diaoPaoPlayer, diaoPaoPlayer.seat); + } + + private void zimo_countMaiMa(EXPlayer owner) + { + if (this.config.getInt(Config.ROOM_CONFIG_MAI_NIAO) <= 0) + { + return; + } + + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (owner.playerid == player.playerid) + { + int zhong_ma_num = countPlayerMaiMaZhongMaNum(owner, owner, this.lastBankerSeat); + if (zhong_ma_num > 0) + { + addAllMaiNiaoScore(owner, owner.hu_score*zhong_ma_num); + } + } + else if (player.winer != 1) + { + int zhong_ma_num = countPlayerMaiMaZhongMaNum(player, owner, this.lastBankerSeat); + if (zhong_ma_num > 0) + { + for (Entry entry2 : this.playerMapById.entrySet()) { + EXPlayer player2 = (EXPlayer) entry2.getValue(); + if (player2.winer != 1 && player2.playerid != owner.playerid && player2.playerid != player.playerid) + { + addMaiNiaoScore(player, player2, owner.hu_score*zhong_ma_num); + } + } + } + + for (Entry entry2 : this.playerMapById.entrySet()) { + EXPlayer player2 = (EXPlayer) entry2.getValue(); + if (player2.playerid != owner.playerid) + { + int zhong_ma_num2 = countPlayerMaiMaZhongMaNum(player, player2, this.lastBankerSeat); + if (zhong_ma_num2 > 0) + { + addMaiNiaoScore(owner, player, owner.hu_score*zhong_ma_num2); + } + } + } + } + } + + EXMainServer.gameCtr.sendMaiNiaoEvt(owner, owner.seat); + } + + private int countPlayerMaiMaZhongMaNum(EXPlayer owner, EXPlayer other, int start_seat) { + int zhong_ma_num = 0; + if (this.maxPlayers == 3) + { + for (int i = 0; i < owner.mai_niao.size(); i++) { + CardNiao cn = owner.mai_niao.get(i); + int card = cn.card; + int tem = card % 100; + if (start_seat == other.seat) { + if (card < 400) { + if (tem == 1 || tem == 4 || tem == 7) { + cn.score = 1; + zhong_ma_num++; + } + } else { + if (card == Config.DONGFENG || card == Config.BEIFENG || card == Config.BAIBAN) { + cn.score = 1; + zhong_ma_num++; + } + } + } else if ((start_seat) % this.maxPlayers + 1 == other.seat && this.maxPlayers >= 2) { + if (card < 400) { + if (tem == 2 || tem == 5 || tem == 8) { + cn.score = 1; + zhong_ma_num++; + } + } else { + if (card == Config.NANFENG || card == Config.HONGZHONG) { + cn.score = other.hu_score; + zhong_ma_num++; + } + } + } else if ((start_seat + 1) % this.maxPlayers + 1 == other.seat && this.maxPlayers >= 3) { + if (card < 400) { + if (tem == 3 || tem == 6 || tem == 9) { + cn.score = 1; + zhong_ma_num++; + } + } else { + if (card == Config.XIFENG || card == Config.FACAI) { + cn.score = 1; + zhong_ma_num++; + } + } + } + } + } + else { + for (int i = 0; i < owner.mai_niao.size(); i++) { + CardNiao cn = owner.mai_niao.get(i); + int card = cn.card; + int tem = card % 100; + if (start_seat == other.seat) { + if (card < 400) { + if (tem == 1 || tem == 5 || tem == 9) { + cn.score = 1; + zhong_ma_num++; + } + } else { + if (card == Config.DONGFENG || card == Config.HONGZHONG) { + cn.score = 1; + zhong_ma_num++; + } + } + } else if ((start_seat) % this.maxPlayers + 1 == other.seat && this.maxPlayers >= 2) { + if (card < 400) { + if (tem == 2 || tem == 6) { + cn.score = 1; + zhong_ma_num++; + } + } else { + if (card == Config.NANFENG || card == Config.FACAI) { + cn.score = other.hu_score; + zhong_ma_num++; + } + } + } else if ((start_seat + 1) % this.maxPlayers + 1 == other.seat && this.maxPlayers >= 3) { + if (card < 400) { + if (tem == 3 || tem == 7) { + cn.score = 1; + zhong_ma_num++; + } + } else { + if (card == Config.XIFENG || card == Config.BAIBAN) { + cn.score = 1; + zhong_ma_num++; + } + } + } else if ((start_seat + 2) % this.maxPlayers + 1 == other.seat && this.maxPlayers >= 4) { + if (card < 400) { + if (tem == 4 || tem == 8) { + cn.score = 1; + zhong_ma_num++; + } + } else { + if (card == Config.BEIFENG) { + cn.score = 1; + zhong_ma_num++; + } + } + } + } + } + + return zhong_ma_num; + } + + private final void baozhama_jiabei_zhuaNiao(EXPlayer owner, int niao_num, int allscore) { + this.niao.clear(); + if (config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_WU) + { + return; + } + + boolean niao_all = config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL; + for (int index = 0; index < niao_num; index++) { + if (card.cardList.size() == 0) { + break; + } + + int card = this.card.pop(); + CardNiao cn = new CardNiao(); + cn.card = card; + this.niao.add(cn); + int tem = card % 100; + if (niao_all) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + if (card >= 400 || card == this.card.laiziCard || card == this.card.laiziCard2) { + cn.score = 10 * allscore; + } else { + cn.score = tem * allscore; + } + } + } + } + + private final void __zhuaNiao(EXPlayer owner, int niao_num, boolean isYiPaoDuoXiang) { + this.niao.clear(); + if (config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_WU) + { + return; + } + + int cur_niao_score = owner.niao_score; + boolean magengdi = config.getBoolean(Config.ROOM_CONFIG_MA_GEN_DI_FEN); + boolean zhua_ma = config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ZHUAMA; + boolean niao_all = config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL; + int niao_all_opt = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT); + if (magengdi || zhua_ma) + { + cur_niao_score = owner.hu_score; + } + + for (int index = 0; index < niao_num; index++) { + if (card.cardList.size() == 0) { + break; + } + + int card = this.card.pop(); + CardNiao cn = new CardNiao(); + cn.card = card; + this.niao.add(cn); + int tem = card % 100; + if (niao_all) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + if (niao_all_opt == 0) + { + if (card >= 400 || card == this.card.laiziCard || card == this.card.laiziCard2) { + cn.score = 10 * cur_niao_score; + } else { + cn.score = tem * cur_niao_score; + } + } + else if (niao_all_opt == 1) + { + if (isYiPaoDuoXiang) + { + if (card >= 400 || card == this.card.laiziCard || card == this.card.laiziCard2) { + cn.score = 10; + } else { + cn.score = tem; + } + } + else + { + if (card >= 400 || card == this.card.laiziCard || card == this.card.laiziCard2) { + cn.score = 10 * owner.hu_score; + } else { + cn.score = tem * owner.hu_score; + } + } + } + } + else if (zhua_ma) + { + EXPlayer bankerPlayer = (EXPlayer)this.playerMapBySeat.get(this.lastBankerSeat); + if (this.maxPlayers == 2) + { + if (card < 400) + { + if (tem == 1 || tem == 3 || tem == 5 || tem == 7 || tem == 9) { + if (bankerPlayer != null) + { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + cn.score = owner.hu_score; + } + } + else if (tem == 2 || tem == 4 || tem == 6 || tem == 8) { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get(bankerPlayer.nextSeat); + if (otherPlayer != null) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } + else + { + if (card == Config.NANFENG || card == Config.BEIFENG || card == Config.FACAI) + { + if (bankerPlayer != null) + { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + cn.score = owner.hu_score; + } + } + else if (card == Config.DONGFENG || card == Config.XIFENG || card == Config.HONGZHONG || card == Config.BAIBAN) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get(bankerPlayer.nextSeat); + if (otherPlayer != null) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } + } + else if (this.maxPlayers == 3) { + if (card < 400) { + if (tem == 1 || tem == 4 || tem == 7) { + if (bankerPlayer != null) { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + cn.score = owner.hu_score; + } + } else if (tem == 2 || tem == 5 || tem == 8) { + if (this.maxPlayers >= 2) { + EXPlayer otherPlayer = (EXPlayer) this.playerMapBySeat.get((this.lastBankerSeat) % this.maxPlayers + 1); + if (otherPlayer != null) { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } else if (tem == 3 || tem == 6 || tem == 9) { + if (this.maxPlayers >= 3) { + EXPlayer otherPlayer = (EXPlayer) this.playerMapBySeat.get((this.lastBankerSeat + 1) % this.maxPlayers + 1); + if (otherPlayer != null) { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } + } else { + if (card == Config.DONGFENG || card == Config.BEIFENG || card == Config.BAIBAN) { + if (bankerPlayer != null) { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + cn.score = owner.hu_score; + } + } else if (card == Config.NANFENG || card == Config.HONGZHONG) { + if (this.maxPlayers >= 2) { + EXPlayer otherPlayer = (EXPlayer) this.playerMapBySeat.get((this.lastBankerSeat) % this.maxPlayers + 1); + if (otherPlayer != null) { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } else if (card == Config.XIFENG || card == Config.FACAI) { + if (this.maxPlayers >= 3) { + EXPlayer otherPlayer = (EXPlayer) this.playerMapBySeat.get((this.lastBankerSeat + 1) % this.maxPlayers + 1); + if (otherPlayer != null) { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } + } + } + else + { + if (card < 400) + { + if (tem == 1 || tem == 5 || tem == 9) { + if (bankerPlayer != null) + { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + cn.score = owner.hu_score; + } + } + else if (tem == 2 || tem == 6) { + if (this.maxPlayers >= 2) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat)%this.maxPlayers+1); + if (otherPlayer != null) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } + else if (tem == 3 || tem == 7) { + if (this.maxPlayers >= 3) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat+1)%this.maxPlayers+1); + if (otherPlayer != null) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } + else if (tem == 4 || tem == 8) { + if (this.maxPlayers >= 4) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat+2)%this.maxPlayers+1); + if (otherPlayer != null) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } + } + else + { + if (card == Config.DONGFENG || card == Config.HONGZHONG) + { + if (bankerPlayer != null) + { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + cn.score = owner.hu_score; + } + } + else if (card == Config.NANFENG || card == Config.FACAI) + { + if (this.maxPlayers >= 2) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat)%this.maxPlayers+1); + if (otherPlayer != null) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } + else if (card == Config.XIFENG || card == Config.BAIBAN) + { + if (this.maxPlayers >= 3) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat+1)%this.maxPlayers+1); + if (otherPlayer != null) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } + else if (card == Config.BEIFENG) + { + if (this.maxPlayers >= 4) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat+2)%this.maxPlayers+1); + if (otherPlayer != null) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + cn.score = owner.hu_score; + } + } + } + } + } + } + else { + if (isYiPaoDuoXiang) + { + if (this.maxPlayers == 2) + { + EXPlayer bankerPlayer = (EXPlayer)this.playerMapBySeat.get(this.lastBankerSeat); + if (card < 400) + { + if (tem == 1 || tem == 3 || tem == 5 || tem == 7 || tem == 9) { + if (bankerPlayer != null && bankerPlayer.winer == 1) + { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + if (magengdi) + { + cn.score = bankerPlayer.hu_score; + } + else { + cn.score = bankerPlayer.niao_score; + } + } + } + else if (tem == 2 || tem == 4 || tem == 6 || tem == 8) { + if (this.maxPlayers >= 2) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + } + else + { + if (card == Config.NANFENG || card == Config.BEIFENG || card == Config.FACAI) + { + if (bankerPlayer != null && bankerPlayer.winer == 1) + { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + if (magengdi) + { + cn.score = bankerPlayer.hu_score; + } + else { + cn.score = bankerPlayer.niao_score; + } + } + } + else if (card == Config.DONGFENG || card == Config.XIFENG || card == Config.HONGZHONG || card == Config.BAIBAN) + { + if (this.maxPlayers >= 2) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + } + } + else if (this.maxPlayers == 3) + { + EXPlayer bankerPlayer = (EXPlayer)this.playerMapBySeat.get(this.lastBankerSeat); + if (card < 400) + { + if (tem == 1 || tem == 4 || tem == 7) { + if (bankerPlayer != null && bankerPlayer.winer == 1) + { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + if (magengdi) + { + cn.score = bankerPlayer.hu_score; + } + else { + cn.score = bankerPlayer.niao_score; + } + } + } else if (tem == 2 || tem == 5 || tem == 8) { + if (this.maxPlayers >= 2) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } else if (tem == 3 || tem == 6 || tem == 9) { + if (this.maxPlayers >= 3) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat+1)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + } + else + { + if (card == Config.DONGFENG || card == Config.BEIFENG || card == Config.BAIBAN) + { + if (bankerPlayer != null && bankerPlayer.winer == 1) + { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + if (magengdi) + { + cn.score = bankerPlayer.hu_score; + } + else { + cn.score = bankerPlayer.niao_score; + } + } + } else if (card == Config.NANFENG || card == Config.HONGZHONG) + { + if (this.maxPlayers >= 2) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + else if (card == Config.XIFENG || card == Config.FACAI) + { + if (this.maxPlayers >= 3) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat+1)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + } + } + else + { + EXPlayer bankerPlayer = (EXPlayer)this.playerMapBySeat.get(this.lastBankerSeat); + if (card < 400) + { + if (tem == 1 || tem == 5 || tem == 9) { + if (bankerPlayer != null && bankerPlayer.winer == 1) + { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + if (magengdi) + { + cn.score = bankerPlayer.hu_score; + } + else { + cn.score = bankerPlayer.niao_score; + } + } + } + else if (tem == 2 || tem == 6) { + if (this.maxPlayers >= 2) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + else if (tem == 3 || tem == 7) { + if (this.maxPlayers >= 3) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat+1)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + else if (tem == 4 || tem == 8) { + if (this.maxPlayers >= 4) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat+2)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + } + else + { + if (card == Config.DONGFENG || card == Config.HONGZHONG) + { + if (bankerPlayer != null && bankerPlayer.winer == 1) + { + cn.playerId = bankerPlayer.playerid; + cn.seat = bankerPlayer.seat; + if (magengdi) + { + cn.score = bankerPlayer.hu_score; + } + else { + cn.score = bankerPlayer.niao_score; + } + } + } + else if (card == Config.NANFENG || card == Config.FACAI) + { + if (this.maxPlayers >= 2) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + else if (card == Config.XIFENG || card == Config.BAIBAN) + { + if (this.maxPlayers >= 3) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat+1)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + else if (card == Config.BEIFENG) + { + if (this.maxPlayers >= 4) + { + EXPlayer otherPlayer = (EXPlayer)this.playerMapBySeat.get((this.lastBankerSeat+2)%this.maxPlayers+1); + if (otherPlayer != null && otherPlayer.winer == 1) + { + cn.playerId = otherPlayer.playerid; + cn.seat = otherPlayer.seat; + if (magengdi) + { + cn.score = otherPlayer.hu_score; + } + else { + cn.score = otherPlayer.niao_score; + } + } + } + } + } + } + } + else + { + if (this.maxPlayers == 2) + { + if (this.lastBankerSeat == owner.seat) + { + if (card < 400) + { + if (tem == 1 || tem == 3 || tem == 5 || tem == 7 || tem == 9) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + else + { + if (card == Config.NANFENG || card == Config.BEIFENG|| card == Config.FACAI) + { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + } + else if ((this.lastBankerSeat)%this.maxPlayers+1 == owner.seat && this.maxPlayers >= 2) + { + if (card < 400) + { + if (tem == 2 || tem == 4|| tem == 6|| tem == 8) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + else + { + if (card == Config.DONGFENG || card == Config.XIFENG || card == Config.HONGZHONG || card == Config.BAIBAN) + { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + } + } + else if (this.maxPlayers == 3) + { + if (this.lastBankerSeat == owner.seat) + { + if (card < 400) + { + if (tem == 1 || tem == 4 || tem == 7) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + else + { + if (card == Config.DONGFENG || card == Config.BEIFENG || card == Config.BAIBAN) + { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + } + else if ((this.lastBankerSeat)%this.maxPlayers+1 == owner.seat && this.maxPlayers >= 2) + { + if (card < 400) + { + if (tem == 2 || tem == 5 || tem == 8) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + else + { + if (card == Config.NANFENG || card == Config.HONGZHONG) + { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + } + else if ((this.lastBankerSeat+1)%this.maxPlayers+1 == owner.seat && this.maxPlayers >= 3) + { + if (card < 400) + { + if (tem == 3 || tem == 6 || tem == 9) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + else + { + if (card == Config.XIFENG || card == Config.FACAI) + { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + } + } + else + { + if (this.lastBankerSeat == owner.seat) + { + if (card < 400) + { + if (tem == 1 || tem == 5 || tem == 9) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + else + { + if (card == Config.DONGFENG || card == Config.HONGZHONG) + { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + } + else if ((this.lastBankerSeat)%this.maxPlayers+1 == owner.seat && this.maxPlayers >= 2) + { + if (card < 400) + { + if (tem == 2 || tem == 6) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + else + { + if (card == Config.NANFENG || card == Config.FACAI) + { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + } + else if ((this.lastBankerSeat+1)%this.maxPlayers+1 == owner.seat && this.maxPlayers >= 3) + { + if (card < 400) + { + if (tem == 3 || tem == 7) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + else + { + if (card == Config.XIFENG || card == Config.BAIBAN) + { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + } + else if ((this.lastBankerSeat+2)%this.maxPlayers+1 == owner.seat && this.maxPlayers >= 4) + { + if (card < 400) + { + if (tem == 4 || tem == 8) { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + else + { + if (card == Config.BEIFENG) + { + cn.playerId = owner.playerid; + cn.seat = owner.seat; + cn.score = cur_niao_score; + } + } + } + } + } + } + } + } + + public void winCallback(EXPlayer owner, int card) { + if (this.winCount >= this.actionList.size()) { + if (actionList.size() > 1) { + this.bankerSeat = this.activeSeat; + niao_tongPao(card); + } else { + niao_dianPao(owner, card); + } + + this.endGame(); + } + } + + public void winCallback_qiangkong(EXPlayer owner, int card) { + boolean qiangkong_niao = config.getBoolean(Config.ROOM_CONFIG_QIANGKONG_NIAO); + boolean qg_type = this.config.getBoolean(Config.ROOM_CONFIG_QG_TYPE); + if (this.winCount >= this.actionList.size()) { + if (actionList.size() > 1) { + this.bankerSeat = this.activeSeat; + if (qiangkong_niao) + niao_tongPao_quanbao(card, qg_type, false); + } else { + if (qiangkong_niao) { + niao_dianPao_quanbao(owner, card, qg_type, false); + } + } + + this.endGame(); + } + } + +// public void settleRound() { +// saveMilitaryRound(playBackData.getData()); +// boolean total = this.round >= this.maxRound; +// if(this.entrusResultType ==EXRoom.ENTRUST_CURREN_RESULT) { +// for (Entry entry : this.playerMapById.entrySet()) { +// if(entry.getValue().isEntrust()) { +// total = true; +// break; +// } +// } +// } +// if (!total) +// EXMainServer.gameCtr.roomResult(this); +// else { +// this.saveMilitaryTotal(false); +// } +// this.stateMachine.changeState(Global.getState(EXRoomRoundSettleState.class)); +// this.winCount = 0; +// +// +// if (total) { +// this.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); +// return; +// } +// } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void clear() { + super.clear(); + + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.winCount = this.piaoNiaoCount = 0; + this.niao.clear(); + + this.isGengZhuang = false; + this.first_zhuang_card = 0; + this.geng_zhuan_num = 0; + this.gent_zhuan_nextSeat = 0; + if (this.config.getBoolean(Config.ROOM_CONFIG_GENGZHUAN)) + { + this.isGengZhuang = true; + } + this.lastBankerSeat = 0; + } + + public void handle10BeiBuJiFen(EXPlayer winner) + { + if (!this.config.getBoolean(Config.ROOM_CONFIG_10_BEI_BUJIFEN)) + { + return; + } + + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (winner.playerid != player.playerid) + { + if (IsTingHu10Bei(player)) + { + player.tinghu10bei = true; + } + } + } + } + + public boolean IsTingHu10Bei(EXPlayer player) + { + List tempList = new ArrayList(); + boolean nowan = this.config.getBoolean(Config.ROOM_CONFIG_NO_WAN); + if (nowan) + { + for (int index = 1; index <= 9; index++) { + tempList.add(200 + index); + tempList.add(300 + index); + } + } + else { + for (int index = 1; index <= 9; index++) { + tempList.add(100 + index); + tempList.add(200 + index); + tempList.add(300 + index); + } + } + + //400 东风 403南风 406西风 409北风 412红中 415发财 418白板 + boolean wufeng = this.config.getBoolean(Config.ROOM_CONFIG_WU_FENG); + if (!wufeng) + { + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + } + + for(int i = 0; i < tempList.size(); i++) + { + int card = tempList.get(i); + int laizi = config.getInt(Config.ROOM_CONFIG_LAIZI); + HashMap map = new HashMap(); + WinCard win = new WinCard(player.cardInhand, card, this.card.laiziCard, this.card.laiziCard2, laizi > 0 ? true : false, false); + if (win.checkWin(map, player, this, true)) { + int dahu_score = 0; + int cheng_score = 1; + for (Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + if (this.config.getBoolean(Config.ROOM_CONFIG_DAHU_CHENG)) + { + cheng_score *= cardType.score; + } + else + { + if (cardType.IsDaHu()) + { + dahu_score += cardType.score*WinCardType.DA_HU_BEI_SCORE; + } + else + { + cheng_score *= cardType.score; + } + } + } + + if (dahu_score * cheng_score >= 10) + { + return true; + } + } + } + + return false; + } + + public EXPlayer get12ZhangLuoDi(EXPlayer owner) + { + if (owner.opCardList.size() >= 4) + { + OpCard opCard = owner.opCardList.get(owner.opCardList.size() - 1); + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.KONG) + { + if (opCard.card_seat > 0) + { + EXPlayer badPlayer = (EXPlayer)this.playerMapBySeat.get(opCard.card_seat); + if (badPlayer != null) + { + return badPlayer; + } + } + } + } + return null; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXScore.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXScore.java new file mode 100644 index 0000000..b33f5bb --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/EXScore.java @@ -0,0 +1,32 @@ +package extend.mj; + +import com.game.data.Score; + + +public class EXScore extends Score{ + public static final int WIN = 1; + public static final int KONG = 2; + public static final int AN_KONG = 4; + public static final int NIAO = 3; + public static final int PIAO_NIAO = 4; + public static final int GENG_ZHUAN = 5; + public static final int MA_GENG_GONG = 6; + public static final int MAI_NIAO = 7; + public static final int ZHONG_JIANG = 8; + + public EXScore(EXPlayer owner){ + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(KONG, 0); + this.round_log.put(NIAO, 0); + this.round_log.put(PIAO_NIAO, 0); + this.round_log.put(GENG_ZHUAN, 0); + this.round_log.put(MA_GENG_GONG, 0); + this.round_log.put(MAI_NIAO, 0); + this.round_log.put(ZHONG_JIANG, 0); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/OpCard.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/OpCard.java new file mode 100644 index 0000000..f8d5712 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/OpCard.java @@ -0,0 +1,45 @@ +package extend.mj; + +public class OpCard { + public int type; + public int card; + public int card_seat; + public int card2; + public int card3; + public int card4; + public int[] opcard; + + public OpCard(int type, int card) { + this.type = type; + this.card = card; + this.card2 = 0; + this.card3 = 0; + this.card4 = 0; + this.card_seat = 0; + } + + public OpCard(int type, int card, int card_seat, int[] card_list) { + this.type = type; + this.card = card; + this.card2 = 0; + this.card3 = 0; + this.card_seat = card_seat; + this.opcard = card_list; + } + + public OpCard(int type, int card, int card2, int card3) { + this.type = type; + this.card = card; + this.card2 = card2; + this.card3 = card3; + this.card_seat = 0; + } + + public OpCard(int type, int card, int card_seat) { + this.type = type; + this.card = card; + this.card2 = 0; + this.card3 = 0; + this.card_seat = card_seat; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/PlayerRuleManager.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/PlayerRuleManager.java new file mode 100644 index 0000000..2898a18 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/PlayerRuleManager.java @@ -0,0 +1,117 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.mj.player.rule.*; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerTipState; +import extend.mj.tip.IRuleBase; + +/** + * ����������� + * + * + * + * 2017��9��19�� PlayerRuleManager.java + */ +public class PlayerRuleManager { + + /** + * ����ץ�� + */ + public static final int DRAW_RULE = 1; + + /** + * ���˳��� + */ + public static final int OTHER_DISCARD_RULE = 2; + /** + * ���ܺ����� + */ + public static final int KONG_HU_RULE = 3; + /** + * �������Ժ���ƹ��� + */ + public static final int CHOW_PONG_DISCARD_RULE = 7; + + public static final int KONG_DRAW_RULE = 8; + public static final int CHENG_DRAW_RULE = 9; + public static final int CHENG_RULE = 10; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.KONG_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.CHENG_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.KONG_HU_RULE, (EXPlayerKongWinState) Global.getState(EXPlayerKongWinState.class)); + tipMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, (EXPlayerDrawTipState) Global.getState(EXPlayerDrawTipState.class)); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleSelfKong()); + drawRuleList.add(new RulePongKong()); + drawRuleList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List kongDrawRuleList = new ArrayList(); + kongDrawRuleList.add(new RuleSelfKong()); + kongDrawRuleList.add(new RulePongKong()); + kongDrawRuleList.add(new RuleOtherKongSelfWin()); + ruleMap.put(PlayerRuleManager.KONG_DRAW_RULE, kongDrawRuleList); + + List chengDrawRuleList = new ArrayList(); + chengDrawRuleList.add(new RuleSelfKong()); + chengDrawRuleList.add(new RulePongKong()); + chengDrawRuleList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.CHENG_DRAW_RULE, chengDrawRuleList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleOtherKong()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, otherDiscardList); + + List konghuList = new ArrayList(); + konghuList.add(new RulePongKongWin()); + ruleMap.put(PlayerRuleManager.KONG_HU_RULE, konghuList); + + List cpDiscardRuleList = new ArrayList(); + cpDiscardRuleList.add(new RuleSelfKong()); + //cpDiscardRuleList.add(new RulePongKong()); + ruleMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, cpDiscardRuleList); + + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/RoomCard.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/RoomCard.java new file mode 100644 index 0000000..daf769d --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/RoomCard.java @@ -0,0 +1,1601 @@ +package extend.mj; + +import com.game.Global; +import com.game.Util; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; + + +public class RoomCard { + public List cardList; + EXRoom room; + public ArrayList subCardList; + public Integer laiziCard; + public Integer laiziCard2; + public Integer laiziCardBefore; + public Integer laiziCard2Before; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + subCardList = new ArrayList<>(); + this.room = table; + laiziCard = 0; + laiziCard2 = 0; + laiziCardBefore = 0; + laiziCard2Before = 0; + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + } + + private void initCard() { + boolean liangmenPai = room.config.getBoolean(Config.LIANG_MEN_PAI); + boolean nowan = room.config.getBoolean(Config.ROOM_CONFIG_NO_WAN); + boolean notiao = false; + boolean notuo = false; + if (nowan == false && liangmenPai) + { + ArrayList rand = new ArrayList(); + rand.add(1); + rand.add(2); + rand.add(3); + Math.random(); + Collections.shuffle(rand); + int num = rand.get(0); + if (num == 1) + { + nowan = true; + } + else if (num == 2) + { + notiao = true; + } + else if (num == 3) + { + notuo = true; + } + } + + if (nowan) + { + for (int index = 1; index <= 9; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(200 + index); + this.cardList.add(300 + index); + } + } + } + else if (notiao) + { + for (int index = 1; index <= 9; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(300 + index); + } + } + } + else if (notuo) + { + for (int index = 1; index <= 9; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + } + } + } + else { + for (int index = 1; index <= 9; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + this.cardList.add(300 + index); + } + } + } + + //400 东风 403南风 406西风 409北风 412红中 415发财 418白板 + boolean wufeng = room.config.getBoolean(Config.ROOM_CONFIG_WU_FENG); + if (!wufeng) + { + for(int i =0;i<4;++i) { + this.cardList.add(Config.DONGFENG); + this.cardList.add(Config.NANFENG); + this.cardList.add(Config.XIFENG); + this.cardList.add(Config.BEIFENG); + this.cardList.add(Config.HONGZHONG); + this.cardList.add(Config.FACAI); + this.cardList.add(Config.BAIBAN); + } + } + + //0 无鬼 1白板做鬼 2翻鬼(随机一个牌做鬼) 3翻双鬼 + int laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI); + + if (laizi > 0) + { + ArrayList tempCard = new ArrayList(); + + for (int index = 1; index <= 9; index++) { + if (!nowan) + { + tempCard.add(100 + index); + } + + if (!notiao) + { + tempCard.add(200 + index); + } + + if (!notuo) + { + tempCard.add(300 + index); + } + } + + if (!wufeng) + { + tempCard.add(Config.DONGFENG); + tempCard.add(Config.NANFENG); + tempCard.add(Config.XIFENG); + tempCard.add(Config.BEIFENG); + tempCard.add(Config.HONGZHONG); + tempCard.add(Config.FACAI); + tempCard.add(Config.BAIBAN); + } + + Collections.shuffle(tempCard); + + if (laizi == 3) + { + this.laiziCard = tempCard.get(0); + this.laiziCardBefore = GetBeforeCard(this.laiziCard); + //朝天牌只有3个 + Util.removeCard(this.cardList, this.laiziCardBefore, 1); + if (this.laiziCard < 400) + { + if (this.laiziCard % 100 >= 1 && this.laiziCard % 100 <= 8) + { + this.laiziCard2 = this.laiziCard + 1; + } + else if (this.laiziCard % 100 == 9) + { + this.laiziCard2 = ((this.laiziCard / 100) * 100) + 1; + } + else + { + this.laiziCard2 = ((this.laiziCard / 100) * 100) + 1; + } + } + else + { + if (this.laiziCard == Config.DONGFENG) + { + this.laiziCard2 = Config.NANFENG; + } + else if (this.laiziCard == Config.NANFENG) + { + this.laiziCard2 = Config.XIFENG; + } + else if (this.laiziCard ==Config.XIFENG) + { + this.laiziCard2 = Config.BEIFENG; + } + else if (this.laiziCard ==Config.BEIFENG) + { + this.laiziCard2 = Config.HONGZHONG; + } + else if (this.laiziCard ==Config.HONGZHONG) + { + this.laiziCard2 = Config.FACAI; + } + else if (this.laiziCard ==Config.FACAI) + { + this.laiziCard2 = Config.BAIBAN; + } + else if (this.laiziCard ==Config.BAIBAN) + { + this.laiziCard2 = Config.DONGFENG; + } + else + { + this.laiziCard2 = Config.DONGFENG; + } + } + } + else + { + if (laizi == 1) + { + if (!wufeng) + { + this.laiziCard = Config.BAIBAN; + this.laiziCardBefore = GetBeforeCard(this.laiziCard); + this.laiziCard2 = 0; + //朝天牌只有3个 + Util.removeCard(this.cardList, this.laiziCardBefore, 1); + } + } + else if (laizi == 4) + { + if (!wufeng) + { + this.laiziCard = Config.HONGZHONG; + this.laiziCardBefore = GetBeforeCard(this.laiziCard); + this.laiziCard2 = 0; + //朝天牌只有3个 + Util.removeCard(this.cardList, this.laiziCardBefore, 1); + } + } + else + { + this.laiziCard = tempCard.get(0); + this.laiziCardBefore = GetBeforeCard(this.laiziCard); + this.laiziCard2 = 0; + this.laiziCard2Before = 0; + //朝天牌只有3个 + Util.removeCard(this.cardList, this.laiziCardBefore, 1); + } + } + } + + deal_select++; + deal_index = 1; + deal_tempCards_1 = 0; + deal_tempCards_2 = 0; + deal_tempCards_3 = 0; + deal_tempCards_4 = 0; + } + + private int GetBeforeCard(int card) + { + if (card < 400) + { + if (card % 100 >= 2 && card % 100 <= 9) + { + return card - 1; + } + else if (card % 100 == 1) + { + return card / 100 + 9; + } + else + { + return card; + } + } + else + { + if (card == Config.DONGFENG) + { + return Config.BAIBAN; + } + else if (card ==Config.NANFENG) + { + return Config.DONGFENG; + } + else if (card ==Config.XIFENG) + { + return Config.NANFENG; + } + else if (card ==Config.BEIFENG) + { + return Config.XIFENG; + } + else if (card ==Config.HONGZHONG) + { + return Config.BEIFENG; + } + else if (card ==Config.FACAI) + { + return Config.HONGZHONG; + } + else if (card ==Config.BAIBAN) + { + return Config.FACAI; + } + else + { + return Config.BAIBAN; + } + } + } + + private void shuffle() { + Collections.shuffle(this.cardList); + } + + public boolean isLaizi(int card) + { + if (laiziCard != 0 && card == laiziCard) + { + return true; + } + else if (laiziCard2 != 0 && card == laiziCard2) + { + return true; + } + + return false; + } + + public boolean isFanPai(int card) + { + if (laiziCardBefore != 0 && card == laiziCardBefore) + { + return true; + } + else if (laiziCard2Before != 0 && card == laiziCard2Before) + { + return true; + } + + return false; + } + + public void reInitCards(List cards) { + //从底牌移除 + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } + } + +// public int pop() { +// +// if (this.cardList.size() == 0) { +// this.room.bankerSeat = this.room.activeSeat; +//// this.room.roundSettle(); +// } +// +// int card = this.cardList.remove(0); +// +// return card; +// +// } + + public int pop() { + Global.logger.info("pop cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + card = this.subCardList.remove(0); + }else { + this.room.bankerSeat = this.room.activeSeat; + } + }else { + card = this.cardList.remove(0); + } + return card; + + } + + public int popsub() { + Global.logger.info("pop sub cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.subCardList.size() == 0) { + if (this.cardList.size() == 0) { + this.room.bankerSeat = this.room.activeSeat; + }else { + card = this.cardList.remove(0); + } + }else { + card = this.subCardList.remove(0); + } + return card; + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + public int deal_select = 0; + public List deal() { + if (deal_select >= 0) + { + List dealCards = new ArrayList(); + + for (int index = 0; index < 13; index++) { + dealCards.add(this.pop()); + } + + return dealCards; + } + + boolean wufeng = room.config.getBoolean(Config.ROOM_CONFIG_WU_FENG); + boolean nowan = room.config.getBoolean(Config.ROOM_CONFIG_NO_WAN); + if (nowan || wufeng) + { + List dealCards = new ArrayList(); + + for (int index = 0; index < 13; index++) { + dealCards.add(this.pop()); + } + + return dealCards; + } + + if (deal_select == 1) + { + return deal_shishanyao(); + } + else if (deal_select == 2) + { + return deal_qixiaodui(); + } + else if (deal_select == 3) + { + return deal_shibaluohan(); + } + else if (deal_select == 4) + { + return deal_hunyise(); + } + else if (deal_select == 5) + { + return deal_xiaoshanyuan(); + } + else if (deal_select == 6) + { + return deal_dashanyuan(); + } + else if (deal_select == 7) + { + return deal_xiaosixi(); + } + else if (deal_select == 8) + { + return deal_dasixi(); + } + else if (deal_select == 9) + { + return deal_qiangganghu(); + } + else if (deal_select == 10) + { + return deal_gangshangkaihua(); + } + else + { + List dealCards = new ArrayList(); + + for (int index = 0; index < 13; index++) { + dealCards.add(this.pop()); + } + + return dealCards; + } + } + + public int deal_index = 1; + public int deal_tempCards_1 = 0; + public int deal_tempCards_2 = 0; + public int deal_tempCards_3 = 0; + public int deal_tempCards_4 = 0; + public List deal_shishanyao() { + List dealCards = new ArrayList(); + + dealCards.add(101); + dealCards.add(109); + dealCards.add(201); + dealCards.add(209); + dealCards.add(301); + dealCards.add(309); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.FACAI); + dealCards.add(Config.BAIBAN); + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + + deal_index++; + + return dealCards; + } + + public List deal_qixiaodui() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(105); + dealCards.add(105); + dealCards.add(106); + dealCards.add(106); + dealCards.add(107); + deal_tempCards_1 = 107; + } + else if (deal_index == 2) + { + dealCards.add(201); + dealCards.add(201); + dealCards.add(201); + dealCards.add(201); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + dealCards.add(205); + dealCards.add(206); + deal_tempCards_2 = 206; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(305); + deal_tempCards_4 = 305; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_pengpenghu() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(102); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(105); + deal_tempCards_1 = 105; + } + else if (deal_index == 2) + { + dealCards.add(201); + dealCards.add(201); + dealCards.add(201); + dealCards.add(202); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.HONGZHONG); + deal_tempCards_4 = Config.HONGZHONG; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index >= 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_shibaluohan() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(102); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(105); + deal_tempCards_1 = 105; + } + else if (deal_index == 2) + { + dealCards.add(101); + dealCards.add(102); + dealCards.add(103); + dealCards.add(104); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + deal_tempCards_4 = Config.BEIFENG; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_hunyise() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(102); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(Config.DONGFENG); + deal_tempCards_1 = Config.DONGFENG; + } + else if (deal_index == 2) + { + dealCards.add(201); + dealCards.add(201); + dealCards.add(201); + dealCards.add(202); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.HONGZHONG); + deal_tempCards_3 = Config.HONGZHONG; + } + else if (deal_index == 4) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.HONGZHONG); + deal_tempCards_4 = Config.HONGZHONG; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index >= 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_xiaoshanyuan() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.FACAI); + dealCards.add(Config.FACAI); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + deal_tempCards_1 = Config.DONGFENG; + } + else if (deal_index == 2) + { + dealCards.add(201); + dealCards.add(201); + dealCards.add(201); + dealCards.add(202); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.NANFENG); + deal_tempCards_3 = Config.NANFENG; + } + else if (deal_index == 4) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(301); + dealCards.add(301); + dealCards.add(303); + dealCards.add(304); + deal_tempCards_4 = 304; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_dashanyuan() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.HONGZHONG); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.BAIBAN); + dealCards.add(Config.FACAI); + dealCards.add(Config.FACAI); + dealCards.add(Config.FACAI); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(Config.DONGFENG); + deal_tempCards_1 = Config.DONGFENG; + } + else if (deal_index == 2) + { + dealCards.add(201); + dealCards.add(201); + dealCards.add(201); + dealCards.add(202); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.NANFENG); + deal_tempCards_3 = Config.NANFENG; + } + else if (deal_index == 4) + { + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(304); + dealCards.add(305); + dealCards.add(306); + dealCards.add(307); + dealCards.add(308); + dealCards.add(309); + dealCards.add(301); + dealCards.add(302); + dealCards.add(303); + dealCards.add(305); + deal_tempCards_4 = 305; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_xiaosixi() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(109); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(109); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(109); + dealCards.add(Config.BEIFENG); + deal_tempCards_1 = Config.BEIFENG; + } + else if (deal_index == 2) + { + dealCards.add(101); + dealCards.add(102); + dealCards.add(103); + dealCards.add(104); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(101); + dealCards.add(102); + dealCards.add(103); + dealCards.add(104); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(105); + deal_tempCards_4 = 105; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_dasixi() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(109); + deal_tempCards_1 = 109; + } + else if (deal_index == 2) + { + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(301); + dealCards.add(301); + dealCards.add(301); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + deal_tempCards_3 = 305; + } + else if (deal_index == 4) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(102); + dealCards.add(102); + dealCards.add(102); + dealCards.add(103); + dealCards.add(103); + dealCards.add(103); + dealCards.add(104); + dealCards.add(104); + dealCards.add(104); + dealCards.add(105); + deal_tempCards_4 = 105; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_qiangganghu() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(106); + dealCards.add(106); + dealCards.add(106); + dealCards.add(107); + dealCards.add(107); + dealCards.add(107); + dealCards.add(108); + dealCards.add(108); + dealCards.add(108); + dealCards.add(109); + deal_tempCards_1 = 109; + } + else if (deal_index == 2) + { + dealCards.add(101); + dealCards.add(102); + dealCards.add(103); + dealCards.add(104); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 205; + } + else if (deal_index == 3) + { + dealCards.add(102); + dealCards.add(103); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + dealCards.add(305); + deal_tempCards_3 = 301; + } + else if (deal_index == 4) + { + dealCards.add(102); + dealCards.add(103); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + deal_tempCards_4 = 303; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } + + public List deal_gangshangkaihua() { + List dealCards = new ArrayList(); + List tempCards = new ArrayList(); + + if (deal_index == 1) + { + dealCards.add(101); + dealCards.add(101); + dealCards.add(101); + dealCards.add(106); + dealCards.add(106); + dealCards.add(106); + dealCards.add(107); + dealCards.add(107); + dealCards.add(107); + dealCards.add(108); + dealCards.add(108); + dealCards.add(108); + dealCards.add(109); + deal_tempCards_1 = 102; + } + else if (deal_index == 2) + { + dealCards.add(101); + dealCards.add(102); + dealCards.add(103); + dealCards.add(104); + dealCards.add(202); + dealCards.add(202); + dealCards.add(203); + dealCards.add(203); + dealCards.add(203); + dealCards.add(204); + dealCards.add(204); + dealCards.add(204); + dealCards.add(205); + deal_tempCards_2 = 109; + } + else if (deal_index == 3) + { + dealCards.add(102); + dealCards.add(103); + dealCards.add(302); + dealCards.add(302); + dealCards.add(302); + dealCards.add(303); + dealCards.add(303); + dealCards.add(303); + dealCards.add(304); + dealCards.add(304); + dealCards.add(304); + dealCards.add(305); + dealCards.add(305); + deal_tempCards_3 = 109; + } + else if (deal_index == 4) + { + dealCards.add(102); + dealCards.add(103); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.DONGFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.NANFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.XIFENG); + dealCards.add(Config.BEIFENG); + dealCards.add(Config.BEIFENG); + deal_tempCards_4 = 109; + } + + for(int i = 0; i< dealCards.size(); i++) { + Util.removeCard(this.cardList, dealCards.get(i), 1); + } + if (deal_tempCards_1 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_1, 1); + tempCards.add(deal_tempCards_1); + } + if (deal_tempCards_2 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_2, 1); + tempCards.add(deal_tempCards_2); + } + if (deal_tempCards_3 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_3, 1); + tempCards.add(deal_tempCards_3); + } + if (deal_tempCards_4 > 0) + { + Util.removeCard(this.cardList, deal_tempCards_4, 1); + tempCards.add(deal_tempCards_4); + } + tempCards.addAll(this.cardList); + this.cardList.clear(); + this.cardList.addAll(tempCards); + + deal_index++; + if (deal_index > 4) + { + deal_index = 1; + } + + return dealCards; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/RuleWeight.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/RuleWeight.java new file mode 100644 index 0000000..3cce43f --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/RuleWeight.java @@ -0,0 +1,19 @@ +package extend.mj; + +public class RuleWeight { + public final static int CHOW = 0b00001; + public final static int PONG = 0b00010; + public final static int KONG = 0b00100; + public final static int SELFKONG = 0b00100; + public final static int WIN = 0b01000; + public final static int SELF_WIN = 0b10000; + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KONG = 3; + public final static int TYPE_SELF_KONG = 4; + public final static int TYPE_PONG_KONG = 5; + public final static int TYPE_WIN = 6; + public final static int TYPE_ZHONG_JIANG = 100; +} + diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/SettleLog.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/SettleLog.java new file mode 100644 index 0000000..a7c6e67 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/SettleLog.java @@ -0,0 +1,44 @@ +package extend.mj; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class SettleLog { + private Map log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/TagAnalyseItem.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/TagAnalyseItem.java new file mode 100644 index 0000000..dc9f797 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/TagAnalyseItem.java @@ -0,0 +1,20 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +public class TagAnalyseItem { + //分析子项 + public int cbCardEye; //牌眼麻将 + public int cbCardEye2; //牌眼麻将 + public List cbOpCard; //组合类型 + public boolean isPengPengHu; + + public TagAnalyseItem() + { + this.cbCardEye = 0; + this.cbCardEye2 = 0; + this.cbOpCard = new ArrayList(); + this.isPengPengHu = false; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/TagKindItem.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/TagKindItem.java new file mode 100644 index 0000000..fe18c06 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/TagKindItem.java @@ -0,0 +1,17 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +public class TagKindItem { + public int type; //组合类型 + public int card; //中心麻将 + public Integer[] cbCardList; //麻将索引 + + public TagKindItem() + { + type = 0; + card = 0; + cbCardList = new Integer[3]; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/WinCardType.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/WinCardType.java new file mode 100644 index 0000000..ad8302d --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/WinCardType.java @@ -0,0 +1,205 @@ +package extend.mj; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class WinCardType { + public static final int JIHU = 1; //鸡胡类型 + + public static final int PINGHU = 2; //平胡类型 + + public static final int QIXIAODUI = 3; //七小对 + + public static final int HAOHUA_QIXIAODUI = 4; //豪华七小对 + + public static final int HAOHUA2_QIXIAODUI = 5; //双豪华七小对 + + public static final int HAOHUA3_QIXIAODUI = 6; //三豪华七小对 + + public static final int QINGYISE = 7; //清一色 + + public static final int PENGPENGHU = 8; //碰碰胡 + + public static final int GANGSHANGHUA = 9; //杠上开花 + + public static final int GANGSHANGPAO = 10; //杠上炮 + + public static final int QIANG_GANG_HU = 11; //抢杠胡 + + public static final int HUN_YI_SE = 12; //混一色 + + public static final int SHI_SHAN_YAO = 13; //十三幺 + + public static final int TIAN_HU = 14; //天胡 十倍 + + public static final int DI_HU = 15; //地胡 十倍 + + public static final int REN_HU = 16; //人胡 十倍 + + public static final int SHI_BA_LUO_HAN = 17; //十八罗汉 + + public static final int XIAO_SHAN_YUAN = 18; //小三元 + + public static final int DA_SHAN_YUAN = 19; //大三元 + + public static final int XIAO_SI_XI = 20; //小四喜 + + public static final int DA_SI_XI = 21; //大四喜 + + public static final int YAO_JIU = 22; //幺九 + + public static final int LAIZI4_HU = 23; //四鬼胡牌 + + public static final int QUAN_FENG = 24;//全风 + + public static final int QUAN_QIU_REN = 25;//全求人 + + public static final int QING_YAO_JIU = 26; //清幺九 + + public static final int ZI_YI_SE = 27; //字一色 + + public static final int WU_GUI_JIABEI = 28; //无鬼两倍 + public static final int LIU_JU_2BEI = 29; //流局两倍 + public static final int HAI_DI_NAO_YUE = 30; //海底捞月 + public static final int MEN_QING = 31; //门清 + public static final int XIAO_HU_ZHONG_DA_HU = 32; //选小胡有大胡的情况下,不显示具体的胡牌类型,只显示大胡几分 + + public static final int ONE_CHENG_QING_LAI_YOU = 33; //一撑清癞油 撑完一个癞子后补张胡牌,每个玩家出8分 + public static final int ONE_CHENG_YING_MO = 34; //一撑硬摸 撑完一个癞子后没有胡牌, 后面自摸胡牌,每个玩家出4分 + public static final int ONE_CHENG_LAI_YOU = 35; //一撑癞油 撑完一个癞子后补张胡牌, 牌面还有一个癞子,每个玩家出4分 + public static final int ONE_CHENG_LAI_MO = 36; //一撑癞摸 撑完一个癞子后没有胡牌, 后面自摸胡牌,, 牌面还有一个癞子, 每个玩家出2分 + + public static final int TWO_CHENG_QING_LAI_YOU = 37; //二撑清癞油 撑完二个癞子后补张胡牌,每个玩家出16分 + public static final int TWO_CHENG_YING_MO = 38; //二撑硬摸 撑完二个癞子后没有胡牌, 后面自摸胡牌,每个玩家出8分 + public static final int TWO_CHENG_LAI_YOU = 39; //二撑癞油 撑完二个癞子后补张胡牌, 牌面还有一个癞子,每个玩家出8分 + public static final int TWO_CHENG_LAI_MO = 40; //二撑癞摸 撑完二个癞子后没有胡牌, 后面自摸胡牌,, 牌面还有一个癞子, 每个玩家出4分 + + public static final int THREE_CHENG_QING_LAI_YOU = 41; //三撑清癞油 撑完三个癞子后补张胡牌,每个玩家出32分 + public static final int THREE_CHENG_YING_MO = 42; //三撑硬摸 撑完三个癞子后没有胡牌, 后面自摸胡牌,每个玩家出16分 + public static final int THREE_CHENG_LAI_YOU = 43; //三撑癞油 撑完三个癞子后补张胡牌, 牌面还有一个癞子,每个玩家出16分 + public static final int THREE_CHENG_LAI_MO = 44; //三撑癞摸 撑完三个癞子后没有胡牌, 后面自摸胡牌,, 牌面还有一个癞子, 每个玩家出8分 + + public static final int FOUR_CHENG_QING_LAI_YOU = 45; //四撑清癞油 撑完四个癞子后补张胡牌,每个玩家出64分 + public static final int FOUR_CHENG_YING_MO = 46; //四撑硬摸 撑完四个癞子后没有胡牌, 后面自摸胡牌,每个玩家出32分 + public static final int FOUR_CHENG_LAI_YOU = 47; //四撑癞油 撑完四个癞子后补张胡牌, 牌面还有一个癞子,每个玩家出32分 + public static final int FOUR_CHENG_LAI_MO = 48; //四撑癞摸 撑完四个癞子后没有胡牌, 后面自摸胡牌,, 牌面还有一个癞子, 每个玩家出16分 + + public static final int LIAN_GUN_DAI_PA = 49; //连滚带爬 胡的牌为翻牌, 并且手中还有一对翻牌 + + public static final int YING_MO = 50; //硬摸 自摸胡牌 + //public static final int LIAN_GUN_DAI_PA_SCORE = ; //连滚带爬 胡的牌为翻牌, 并且手中还有一对翻牌 + public static final int YING_MO_SCORE = 2; //硬摸 自摸胡牌,每个玩家出4分 + + public static final int ONE_CHENG_QING_LAI_YOU_SOCRE = 8; //一撑清癞油 撑完一个癞子后补张胡牌,每个玩家出8分 + public static final int ONE_CHENG_YING_MO_SCORE = 4; //一撑硬摸 撑完一个癞子后没有胡牌, 后面自摸胡牌,每个玩家出4分 + public static final int ONE_CHENG_LAI_YOU_SOCRE = 4; //一撑癞油 撑完一个癞子后补张胡牌, 牌面还有一个癞子,每个玩家出4分 + public static final int ONE_CHENG_LAI_MO_SCORE = 2; //一撑癞摸 撑完一个癞子后没有胡牌, 后面自摸胡牌,, 牌面还有一个癞子, 每个玩家出2分 + + public static final int TWO_CHENG_QING_LAI_YOU_SOCRE = 16; //二撑清癞油 撑完二个癞子后补张胡牌,每个玩家出16分 + public static final int TWO_CHENG_YING_MO_SOCRE = 8; //二撑硬摸 撑完二个癞子后没有胡牌, 后面自摸胡牌,每个玩家出8分 + public static final int TWO_CHENG_LAI_YOU_SOCRE = 8; //二撑癞油 撑完二个癞子后补张胡牌, 牌面还有一个癞子,每个玩家出8分 + public static final int TWO_CHENG_LAI_MO_SOCRE = 4; //二撑癞摸 撑完二个癞子后没有胡牌, 后面自摸胡牌,, 牌面还有一个癞子, 每个玩家出4分 + + public static final int THREE_CHENG_QING_LAI_YOU_SOCRE = 32; //三撑清癞油 撑完三个癞子后补张胡牌,每个玩家出32分 + public static final int THREE_CHENG_YING_MO_SOCRE = 16; //三撑硬摸 撑完三个癞子后没有胡牌, 后面自摸胡牌,每个玩家出16分 + public static final int THREE_CHENG_LAI_YOU_SOCRE = 16; //三撑癞油 撑完三个癞子后补张胡牌, 牌面还有一个癞子,每个玩家出16分 + public static final int THREE_CHENG_LAI_MO_SOCRE = 8; //三撑癞摸 撑完三个癞子后没有胡牌, 后面自摸胡牌,, 牌面还有一个癞子, 每个玩家出8分 + + public static final int FOUR_CHENG_QING_LAI_YOU_SOCRE = 64; //四撑清癞油 撑完四个癞子后补张胡牌,每个玩家出64分 + public static final int FOUR_CHENG_YING_MO_SOCRE = 32; //四撑硬摸 撑完四个癞子后没有胡牌, 后面自摸胡牌,每个玩家出32分 + public static final int FOUR_CHENG_LAI_YOU_SOCRE = 32; //四撑癞油 撑完四个癞子后补张胡牌, 牌面还有一个癞子,每个玩家出32分 + public static final int FOUR_CHENG_LAI_MO_SOCRE = 16; //四撑癞摸 撑完四个癞子后没有胡牌, 后面自摸胡牌,, 牌面还有一个癞子, 每个玩家出16分 +//////////////////////////////////////////////////////////// + public static int BASE_HU_SCORE = 2; //基础分数 + public static int DA_HU_BEI_SCORE = 1; //大胡倍数 + public static int JIHU_SCORE = 1; //鸡胡类型 + public static int PINGHU_SCORE = 1; //平胡类型 + public static int MENGQING_SCORE = 1; //门清类型 + public static int QIXIAODUI_SOCRE = 2; //七小对 倍数 + public static int HAOHUA_QIXIAODUI_SCORE = 4; //豪华七小对 + public static int HAOHUA2_QIXIAODUI_SCORE = 6; //双豪华七小对 + public static int HAOHUA3_QIXIAODUI_SCORE = 8; //三豪华七小对 + public static int QINGYISE_SCORE = 2; //清一色 + public static int GANGSHANGHUA_SCORE = 2; //杠上开花 + public static int PENGPENGHU_SCORE = 2; //碰碰胡 + public static int GANGSHANGPAO_SOCRE = 1; //杠上炮 + public static int QIANG_GANG_HU_SOCRE = 1; //抢杠胡 + public static int HUN_YI_SE_SCORE = 2; //混一色 + public static int SHI_SHAN_YAO_SCORE = 10; //十三幺 + public static int TIAN_DI_HU_SCORE = 10; //天地胡 十倍 + public static int TIAN_HU_SCORE = 10; //天胡 20倍 + public static int DI_HU_SCORE = 10; //地胡 10倍 + public static int SHI_BA_LUO_HAN_SCORE = 10; //十八罗汉 + public static int DA_SHAN_YUAN_SCORE = 6; //大三元 + public static int XIAO_SHAN_YUAN_SCORE = 4; //小三元 + public static int XIAO_SI_XI_SCORE = 4; //小四喜 + public static int DA_SI_XI_SCORE = 6; //大四喜 + public static int YAO_JIU_SCORE = 1; //幺九 + public static int LAIZI4_HU_SCORE = 1; //四鬼胡牌 + public static int QUAN_FENG_SCORE = 1;//全风 + public static int QUAN_QIU_REN_SCORE = 1;//全求人 + public static int QING_YAO_JIU_SCORE = 1; //清幺九 + public static int ZI_YI_SE_SCORE = 1; //字一色 + public static int WU_GUI_JIABEI_SCORE = 2; //无鬼两倍 + public static int LIU_JU_2BEI_SCORE = 2; //流局两倍 + public static int HAI_DI_NAO_YUE_SCORE = 2; //海底捞月 + + public int type; + + public int value; + + public int score; + + public boolean is_dahu; + + public String desc; + + public ITArray opcard; + + //初始化房间的特殊参数 + static public void InitRoomSpecialConfig(EXRoom room) + { + //一脚癞油 + room.config.putBoolean(Config.ROOM_CONFIG_QG_TYPE, true); + room.config.putBoolean(Config.ROOM_CONFIG_GANGBAO_TYPE, true); + room.config.putBoolean(Config.ROOM_CONFIG_WU_FENG, true); + room.config.putBoolean(Config.ROOM_CONFIG_DAHU_CHENG, true); + + //fang gui + room.config.putInt(Config.ROOM_CONFIG_LAIZI, 2); + room.config.putBoolean(Config.ROOM_CONFIG_GUO_GONG, true); + } + + public WinCardType(int type, int value, int score, boolean is_dahu, String desc) { + this.type = type; + this.value = value; + this.score = score; + this.is_dahu = is_dahu; + this.desc = desc; + } + + public boolean IsDaHu() + { + return is_dahu; + } + + public ITObject toTObject() { + return toTObject(false); + } + + public ITObject toTObject(boolean is_opcard) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", type); + obj.putInt("value", value); + obj.putInt("score", score); + if(is_opcard&&opcard!=null) { + obj.putTArray("opcard", opcard); + } + return obj; + } + + public String toString() { + return "type:" + type + " value:" + value + " score:" + score + " desc:" + desc; + } +} \ No newline at end of file diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleOtherKong.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleOtherKong.java new file mode 100644 index 0000000..f3897a5 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleOtherKong.java @@ -0,0 +1,67 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleOtherKong.java + */ +public class RuleOtherKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + + int eventCard = room.activeCard; + if (player.isEntrust()) { + return false; + } + + if (player.getRoom().isLaizi(eventCard)) + { + return false; + } + + if (player.getRoom().isFanPai(eventCard)) + { + if (Util.checkCard(eventCard, player.cardInhand, 2)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.KONG, this, RuleWeight.TYPE_KONG); + player.tipMgr.addTip(tip); + return true; + } + } + else { + if (Util.checkCard(eventCard, player.cardInhand, 3)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.KONG, this, RuleWeight.TYPE_KONG); + player.tipMgr.addTip(tip); + return true; + } + } + + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + player.stateMachine.changeState(Global.getState(PROtherKongState.class)); + + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleOtherKongSelfWin.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleOtherKongSelfWin.java new file mode 100644 index 0000000..0d47ee2 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleOtherKongSelfWin.java @@ -0,0 +1,315 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PROtherGongSelfWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; + +/** + * ������� + * + * + * 2017��8��30�� + * RuleSelfWin.java + */ +public class RuleOtherKongSelfWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + // TODO Auto-generated method stub + ITObject config = player.room.config; + EXRoom room = player.getRoom(); + int laizi = config.getInt(Config.ROOM_CONFIG_LAIZI); + HashMap map = new HashMap(); + if (room.config.getBoolean(Config.ROOM_CONFIG_GANGSHANGKAIHUA_2bei)) + { + WinCard.putWinCardType(map, WinCardType.GANGSHANGHUA, 1,WinCardType.GANGSHANGHUA_SCORE*2, false, "杠上开花"); + } + else + { + WinCard.putWinCardType(map, WinCardType.GANGSHANGHUA, 1,WinCardType.GANGSHANGHUA_SCORE, false, "杠上开花"); + } + + boolean flag = false; + if (!room.config.getBoolean(Config.DIAO_YU) && WinCard.IsDiaoYu(player, player.cardInhand, player.drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false)) + { + WinCard win = new WinCard(player.cardInhand, 0, 0, false); + if (win.checkWin(map, player, room, true)) { + flag = true; + } + } + else { + WinCard win = new WinCard(player.cardInhand, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false); + if (win.checkWin(map, player, room, true)) { + flag = true; + } + } + if (flag) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(player.drawCard); + Tip tip = new Tip(player.drawCard,opcard, RuleWeight.SELF_WIN,this, RuleWeight.TYPE_WIN); + tip.winMap = map; + player.tipMgr.addTip(tip); + + + ArrayList tempCardList = new ArrayList(); + tempCardList.addAll(player.cardInhand); + WinCard win2 = new WinCard(tempCardList, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false); + int cheng_num = 0; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer)entry.getValue(); + cheng_num += tempPlayer.cheng_num; + } + if (player.is_cheng) + { + if (cheng_num == 0) + { + if (win2.laizi_count <= 0) + { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + else { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + } + } + else if (cheng_num == 1) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_QING_LAI_YOU, 1,WinCardType.ONE_CHENG_QING_LAI_YOU_SOCRE, true, "一撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_LAI_YOU, 1,WinCardType.ONE_CHENG_LAI_YOU_SOCRE, true, "一撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_QING_LAI_YOU, 1,WinCardType.ONE_CHENG_QING_LAI_YOU_SOCRE, true, "一撑清癞油"); + } + } + else if (cheng_num == 2) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_QING_LAI_YOU, 1,WinCardType.TWO_CHENG_QING_LAI_YOU_SOCRE, true, "二撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_LAI_YOU, 1,WinCardType.TWO_CHENG_LAI_YOU_SOCRE, true, "二撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_QING_LAI_YOU, 1,WinCardType.TWO_CHENG_QING_LAI_YOU_SOCRE, true, "二撑清癞油"); + } + } + else if (cheng_num == 3) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_QING_LAI_YOU, 1,WinCardType.THREE_CHENG_QING_LAI_YOU_SOCRE, true, "三撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_LAI_YOU, 1,WinCardType.THREE_CHENG_LAI_YOU_SOCRE, true, "三撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_QING_LAI_YOU, 1,WinCardType.THREE_CHENG_QING_LAI_YOU_SOCRE, true, "三撑清癞油"); + } + } + else if (cheng_num == 4) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_QING_LAI_YOU, 1,WinCardType.FOUR_CHENG_QING_LAI_YOU_SOCRE, true, "四撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_LAI_YOU, 1,WinCardType.FOUR_CHENG_LAI_YOU_SOCRE, true, "四撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_QING_LAI_YOU, 1,WinCardType.FOUR_CHENG_QING_LAI_YOU_SOCRE, true, "四撑清癞油"); + } + } + } + else { + if (cheng_num == 0) + { + if (win2.laizi_count <= 0) + { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + else { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + } + } + else if (cheng_num == 1) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_YING_MO, 1,WinCardType.ONE_CHENG_YING_MO_SCORE, true, "一撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_LAI_MO, 1,WinCardType.ONE_CHENG_LAI_MO_SCORE, true, "一撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_YING_MO, 1,WinCardType.ONE_CHENG_YING_MO_SCORE, true, "一撑硬摸"); + } + } + else if (cheng_num == 2) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_YING_MO, 1,WinCardType.TWO_CHENG_YING_MO_SOCRE, true, "二撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_LAI_MO, 1,WinCardType.TWO_CHENG_LAI_MO_SOCRE, true, "二撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_YING_MO, 1,WinCardType.TWO_CHENG_YING_MO_SOCRE, true, "二撑硬摸"); + } + } + else if (cheng_num == 3) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_YING_MO, 1,WinCardType.THREE_CHENG_YING_MO_SOCRE, true, "三撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_LAI_MO, 1,WinCardType.THREE_CHENG_LAI_MO_SOCRE, true, "三撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_YING_MO, 1,WinCardType.THREE_CHENG_YING_MO_SOCRE, true, "三撑硬摸"); + } + } + else if (cheng_num == 4) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_YING_MO, 1,WinCardType.FOUR_CHENG_YING_MO_SOCRE, true, "四撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_LAI_MO, 1,WinCardType.FOUR_CHENG_LAI_MO_SOCRE, true, "四撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_YING_MO, 1,WinCardType.FOUR_CHENG_YING_MO_SOCRE, true, "四撑硬摸"); + } + } + } + + if (room.config.getBoolean(Config.lian_gun_dai_pai)) + { + if (room.card.laiziCardBefore > 0) + { + if (player.drawCard == room.card.laiziCardBefore) + { + if (Util.checkCard(player.drawCard, tempCardList, 2)) + { + WinCard.putWinCardType(map, WinCardType.LIAN_GUN_DAI_PA, 1, 0, true, "连滚带爬"); + } + } + } + + if (room.card.laiziCard2Before > 0) + { + if (player.drawCard == room.card.laiziCard2Before) + { + if (Util.checkCard(player.drawCard, tempCardList, 2)) + { + WinCard.putWinCardType(map, WinCardType.LIAN_GUN_DAI_PA, 1, 0, true, "连滚带爬"); + } + } + } + } + + return true; + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.winType = 1; + player.winCard = tip.card; + player.drawCard = tip.card; + + player.winMap = tip.winMap; + EXRoom room = player.getRoom(); + + player.hu_score = room.config.getInt(Config.LAIYOU_DIFEN); + player.di_score = room.config.getInt(Config.LAIYOU_DIFEN); + + player.niao_score = WinCardType.BASE_HU_SCORE; + + Global.logger.info("player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score + " niao fen:" + player.niao_score); + + int dahu_score = 1; + int jia_score = 0; + for (Map.Entry entry : player.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("player:" + player.playerid + " hu:" + cardType.toString()); + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + if (cardType.type != WinCardType.JIHU && cardType.type != WinCardType.PINGHU) + { + jia_score += cardType.score; + } + } + + if (cardType.type == WinCardType.LIAN_GUN_DAI_PA) + { + room.addAllScore(player, Config.AN_GANG_SCORE, EXScore.KONG); + player.an_gang_num++; + } + } + + if (dahu_score > 0) + { + player.hu_score *= dahu_score; + } + + player.hu_score += jia_score; + + player.stateMachine.changeState(Global.getState(PROtherGongSelfWinState.class)); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleOtherWin.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleOtherWin.java new file mode 100644 index 0000000..f64c54b --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleOtherWin.java @@ -0,0 +1,128 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.HashMap; +import java.util.Map; + +/** + * ���Ƽ�� + * + * + * 2017��8��30�� + * RuleOtherWin.java + */ +public class RuleOtherWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.louhu)return false; + EXRoom room = player.getRoom(); + ITObject config = room.config; + if (!config.getBoolean(Config.ROOM_CONFIG_DIANPAO)) { + if (!config.getBoolean(Config.ROOM_CONFIG_SPECAIL_ZIMO)) + { + return false; + } + } + + if(room.activeSeat == player.seat)return false; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + + if (player.cardInhand.size() == 1 && room.isLaizi(player.cardInhand.get(0))) + { + return false; + } + + if (room.isLaizi(room.activeCard)) + { + return false; + } + + int activieCard = room.activeCard; + int laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI); + HashMap map = new HashMap(); + if (activePlayer.gangshangpao && room.config.getBoolean(Config.ROOM_CONFIG_GANGSHANGPAO_2bei)) + { + WinCard.putWinCardType(map, WinCardType.GANGSHANGPAO, 1,WinCardType.GANGSHANGPAO_SOCRE*2, false, "杠上炮"); + } + WinCard win = new WinCard(player.cardInhand, room.activeCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, false); + if (win.checkWin(map, player, room, false)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activieCard); + Tip tip = new Tip(room.activeCard,opcard, RuleWeight.WIN,this, RuleWeight.TYPE_WIN); + tip.winType = player.forceCheckWin? 1 :0; + tip.winMap = map; + player.tipMgr.addTip(tip); + + return true; + } + + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.winType = tip.winType; + player.getRoom().activeCard = tip.card; + player.winMap = tip.winMap; + EXRoom room = player.getRoom(); + player.niao_score = WinCardType.BASE_HU_SCORE; + + int laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI); + WinCard win = new WinCard(player.cardInhand, room.activeCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, false); + if (win.laizi_count > 0) + { + player.hu_score = 1; + player.di_score = 1; + } + else { + player.hu_score = 2; + player.di_score = 2; + } + + player.hu_score = room.config.getInt(Config.LAIYOU_DIFEN); + player.di_score = room.config.getInt(Config.LAIYOU_DIFEN); + + Global.logger.info("player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score + " niao fen:" + player.niao_score); + + int dahu_score = 1; + int jia_score = 0; + for (Map.Entry entry : player.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("player:" + player.playerid + " hu:" + cardType.toString()); + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + jia_score += cardType.score; + } + + if (cardType.type == WinCardType.LIAN_GUN_DAI_PA) + { + room.addAllScore(player, Config.AN_GANG_SCORE, EXScore.KONG); + player.an_gang_num++; + } + } + + if (dahu_score > 0) + { + player.hu_score *= dahu_score; + } + + player.hu_score += jia_score; + + player.stateMachine.changeState(Global.getState(PROtherWinState.class)); + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RulePong.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RulePong.java new file mode 100644 index 0000000..019436d --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RulePong.java @@ -0,0 +1,77 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ����� + * + * + * 2017��8��30�� + * RulePong.java + */ +public class RulePong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (player.isEntrust()) { + return false; + } + + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_PENG)) + { + if (player.notPongList.contains(eventCard)) + { + return false; + } + } + + if (player.getRoom().isFanPai(eventCard)) + { + return false; + } + + if (player.getRoom().isLaizi(eventCard)) + { + return false; + } + + if (Util.checkCard(eventCard, player.cardInhand, 2)) { + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_PENG)) + { + player.notPongList.add(eventCard); + } + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_PENG)) + { + Util.removeCard(player.notPongList, tip.card, 4); + } + + player.stateMachine.changeState(Global.getState(PRPongState.class)); + + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RulePongKong.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RulePongKong.java new file mode 100644 index 0000000..e44c7c5 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RulePongKong.java @@ -0,0 +1,81 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RulePongKong.java + */ +public class RulePongKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + boolean result = false; + if (player.isEntrust()) { + return false; + } + for (int card : player.cardInhand) { + result = conditionCard(player, card) || result; + } + return result; + + } + + public boolean conditionCard(EXPlayer player, int card) { + + for (int[] cardGroup : player.pongGroup) { + if (card == cardGroup[0]) { + if (player.getRoom().isLaizi(card)) + { + continue; + } + if (player.getRoom().isFanPai(card)) + { + continue; + } + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + if (player.notPongKongList.contains(card)) + { + continue; + } + } + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.KONG,this, RuleWeight.TYPE_PONG_KONG); + player.tipMgr.addTip(tip); + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + player.notPongKongList.add(card); + } + return true; + } + } + return false; + + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + Util.removeCard(player.notPongKongList, tip.card, 4); + } + player.stateMachine.changeState(Global.getState(PRPongKongState.class)); + + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RulePongKongWin.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RulePongKongWin.java new file mode 100644 index 0000000..9f97f60 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RulePongKongWin.java @@ -0,0 +1,318 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PRPongKongWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; + +/** + * ���Ƽ�� + * + * + * 2017��8��30�� + * RuleOtherWin.java + */ +public class RulePongKongWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(player.louhu)return false; + EXRoom room = player.getRoom(); + ITObject config = room.config; + + if(room.activeSeat == player.seat)return false; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(room.activeSeat); + + int activieCard = room.activeCard; + int laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI); + HashMap map = new HashMap(); + if (room.config.getBoolean(Config.ROOM_CONFIG_QIANGKONG_2BEI)) + { + WinCard.putWinCardType(map, WinCardType.QIANG_GANG_HU, 1,WinCardType.QIANG_GANG_HU_SOCRE*2, false, "抢杠胡"); + } + else + { + WinCard.putWinCardType(map, WinCardType.QIANG_GANG_HU, 1, WinCardType.QIANG_GANG_HU_SOCRE, false, "抢杠胡"); + } + + boolean flag = false; + if (!room.config.getBoolean(Config.DIAO_YU) && WinCard.IsDiaoYu(player, player.cardInhand, player.drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false)) + { + WinCard win = new WinCard(player.cardInhand, room.activeCard, 0, 0, false, false); + if (win.checkWin(map, player, room, false)) { + flag = true; + } + } + else { + WinCard win = new WinCard(player.cardInhand, room.activeCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, false); + if (win.checkWin(map, player, room, false)) { + flag = true; + } + } + if (flag) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activieCard); + Tip tip = new Tip(room.activeCard,opcard, RuleWeight.WIN,this, RuleWeight.TYPE_WIN); + tip.winType = player.forceCheckWin? 1 :0; + tip.winMap = map; + player.tipMgr.addTip(tip); + + + ArrayList tempCardList = new ArrayList(); + tempCardList.addAll(player.cardInhand); + Util.removeCard(tempCardList, player.drawCard, 1); + WinCard win2 = new WinCard(tempCardList, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false); + int cheng_num = 0; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer)entry.getValue(); + cheng_num += tempPlayer.cheng_num; + } + if (player.is_cheng) + { + if (cheng_num == 0) + { + if (win2.laizi_count <= 0) + { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + else { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + } + } + else if (cheng_num == 1) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_QING_LAI_YOU, 1,WinCardType.ONE_CHENG_QING_LAI_YOU_SOCRE, true, "一撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_LAI_YOU, 1,WinCardType.ONE_CHENG_LAI_YOU_SOCRE, true, "一撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_QING_LAI_YOU, 1,WinCardType.ONE_CHENG_QING_LAI_YOU_SOCRE, true, "一撑清癞油"); + } + } + else if (cheng_num == 2) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_QING_LAI_YOU, 1,WinCardType.TWO_CHENG_QING_LAI_YOU_SOCRE, true, "二撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_LAI_YOU, 1,WinCardType.TWO_CHENG_LAI_YOU_SOCRE, true, "二撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_QING_LAI_YOU, 1,WinCardType.TWO_CHENG_QING_LAI_YOU_SOCRE, true, "二撑清癞油"); + } + } + else if (cheng_num == 3) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_QING_LAI_YOU, 1,WinCardType.THREE_CHENG_QING_LAI_YOU_SOCRE, true, "三撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_LAI_YOU, 1,WinCardType.THREE_CHENG_LAI_YOU_SOCRE, true, "三撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_QING_LAI_YOU, 1,WinCardType.THREE_CHENG_QING_LAI_YOU_SOCRE, true, "三撑清癞油"); + } + } + else if (cheng_num == 4) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_QING_LAI_YOU, 1,WinCardType.FOUR_CHENG_QING_LAI_YOU_SOCRE, true, "四撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_LAI_YOU, 1,WinCardType.FOUR_CHENG_LAI_YOU_SOCRE, true, "四撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_QING_LAI_YOU, 1,WinCardType.FOUR_CHENG_QING_LAI_YOU_SOCRE, true, "四撑清癞油"); + } + } + } + else { + if (cheng_num == 0) + { + if (win2.laizi_count <= 0) + { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + else { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + } + } + else if (cheng_num == 1) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_YING_MO, 1,WinCardType.ONE_CHENG_YING_MO_SCORE, true, "一撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_LAI_MO, 1,WinCardType.ONE_CHENG_LAI_MO_SCORE, true, "一撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_YING_MO, 1,WinCardType.ONE_CHENG_YING_MO_SCORE, true, "一撑硬摸"); + } + } + else if (cheng_num == 2) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_YING_MO, 1,WinCardType.TWO_CHENG_YING_MO_SOCRE, true, "二撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_LAI_MO, 1,WinCardType.TWO_CHENG_LAI_MO_SOCRE, true, "二撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_YING_MO, 1,WinCardType.TWO_CHENG_YING_MO_SOCRE, true, "二撑硬摸"); + } + } + else if (cheng_num == 3) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_YING_MO, 1,WinCardType.THREE_CHENG_YING_MO_SOCRE, true, "三撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_LAI_MO, 1,WinCardType.THREE_CHENG_LAI_MO_SOCRE, true, "三撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_YING_MO, 1,WinCardType.THREE_CHENG_YING_MO_SOCRE, true, "三撑硬摸"); + } + } + else if (cheng_num == 4) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_YING_MO, 1,WinCardType.FOUR_CHENG_YING_MO_SOCRE, true, "四撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_LAI_MO, 1,WinCardType.FOUR_CHENG_LAI_MO_SOCRE, true, "四撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_YING_MO, 1,WinCardType.FOUR_CHENG_YING_MO_SOCRE, true, "四撑硬摸"); + } + } + } + + if (room.config.getBoolean(Config.lian_gun_dai_pai)) + { + if (room.card.laiziCardBefore > 0) + { + if (player.drawCard == room.card.laiziCardBefore) + { + if (Util.checkCard(player.drawCard, tempCardList, 2)) + { + WinCard.putWinCardType(map, WinCardType.LIAN_GUN_DAI_PA, 1, 0, true, "连滚带爬"); + } + } + } + + if (room.card.laiziCard2Before > 0) + { + if (player.drawCard == room.card.laiziCard2Before) + { + if (Util.checkCard(player.drawCard, tempCardList, 2)) + { + WinCard.putWinCardType(map, WinCardType.LIAN_GUN_DAI_PA, 1, 0, true, "连滚带爬"); + } + } + } + } + + return true; + } + + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.winType = tip.winType; + EXRoom room = player.getRoom(); + room.activeCard = tip.card; + player.winMap = tip.winMap; + + player.hu_score = room.config.getInt(Config.LAIYOU_DIFEN); + player.di_score = room.config.getInt(Config.LAIYOU_DIFEN); + + + player.niao_score = WinCardType.BASE_HU_SCORE; + + Global.logger.info("player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score + " niao fen:" + player.niao_score); + + int dahu_score = 1; + int jia_score = 0; + for (Map.Entry entry : player.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("player:" + player.playerid + " hu:" + cardType.toString()); + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + jia_score += cardType.score; + } + + if (cardType.type == WinCardType.LIAN_GUN_DAI_PA) + { + room.addAllScore(player, Config.AN_GANG_SCORE, EXScore.KONG); + player.an_gang_num++; + } + } + + if (dahu_score > 0) + { + player.hu_score *= dahu_score; + } + + player.hu_score += jia_score;; + + player.stateMachine.changeState(Global.getState(PRPongKongWinState.class)); + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleSelfKong.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleSelfKong.java new file mode 100644 index 0000000..cff6235 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleSelfKong.java @@ -0,0 +1,91 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +import java.util.Map; +import java.util.Map.Entry; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleSelfKong.java + */ +public class RuleSelfKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if (player.isEntrust()) { + return false; + } + Map cardMap = Util.getCardNumMap(player.cardInhand); + boolean result = false; + + for (Entry entry : cardMap.entrySet()) { + + int card = entry.getKey(); + + int num = entry.getValue(); + if (player.getRoom().isLaizi(card)) + { + continue; + } + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + if (player.notPongKongList.contains(card)) + { + continue; + } + } + if (player.getRoom().isFanPai(card)) + { + if (num >= 3) + { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELFKONG,this, RuleWeight.TYPE_SELF_KONG); + player.tipMgr.addTip(tip); + result = true; + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + player.notPongKongList.add(card); + } + } + } + else { + if (num >= 4) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELFKONG,this, RuleWeight.TYPE_SELF_KONG); + player.tipMgr.addTip(tip); + result = true; + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + player.notPongKongList.add(card); + } + } + } + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + if (player.getRoom().config.getBoolean(Config.ROOM_CONFIG_GUO_GONG)) + { + Util.removeCard(player.notPongKongList, tip.card, 4); + } + player.stateMachine.changeState(Global.getState(PRSelfKongState.class)); + + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleSelfWin.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleSelfWin.java new file mode 100644 index 0000000..b9d68c2 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rule/RuleSelfWin.java @@ -0,0 +1,308 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; + +/** + * ������� + * + * + * 2017��8��30�� + * RuleSelfWin.java + */ +public class RuleSelfWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + // TODO Auto-generated method stub + ITObject config = player.room.config; + EXRoom room = player.getRoom(); + int laizi = config.getInt(Config.ROOM_CONFIG_LAIZI); + HashMap map = new HashMap(); + + boolean flag = false; + if (!room.config.getBoolean(Config.DIAO_YU) && WinCard.IsDiaoYu(player, player.cardInhand, player.drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false)) + { + WinCard win = new WinCard(player.cardInhand, 0, 0, false); + if (win.checkWin(map, player, room, true)) { + flag = true; + } + } + else { + WinCard win = new WinCard(player.cardInhand, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false); + if (win.checkWin(map, player, room, true)) { + flag = true; + } + } + if (flag) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(player.drawCard); + Tip tip = new Tip(player.drawCard,opcard, RuleWeight.SELF_WIN,this, RuleWeight.TYPE_WIN); + tip.winMap = map; + tip.self = true; + player.tipMgr.addTip(tip); + + ArrayList tempCardList = new ArrayList(); + tempCardList.addAll(player.cardInhand); + WinCard win2 = new WinCard(tempCardList, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false); + int cheng_num = 0; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer)entry.getValue(); + cheng_num += tempPlayer.cheng_num; + } + if (player.is_cheng) + { + if (cheng_num == 0) + { + if (win2.laizi_count <= 0) + { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + else { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + } + } + else if (cheng_num == 1) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_QING_LAI_YOU, 1,WinCardType.ONE_CHENG_QING_LAI_YOU_SOCRE, true, "一撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_LAI_YOU, 1,WinCardType.ONE_CHENG_LAI_YOU_SOCRE, true, "一撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_QING_LAI_YOU, 1,WinCardType.ONE_CHENG_QING_LAI_YOU_SOCRE, true, "一撑清癞油"); + } + } + else if (cheng_num == 2) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_QING_LAI_YOU, 1,WinCardType.TWO_CHENG_QING_LAI_YOU_SOCRE, true, "二撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_LAI_YOU, 1,WinCardType.TWO_CHENG_LAI_YOU_SOCRE, true, "二撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_QING_LAI_YOU, 1,WinCardType.TWO_CHENG_QING_LAI_YOU_SOCRE, true, "二撑清癞油"); + } + } + else if (cheng_num == 3) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_QING_LAI_YOU, 1,WinCardType.THREE_CHENG_QING_LAI_YOU_SOCRE, true, "三撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_LAI_YOU, 1,WinCardType.THREE_CHENG_LAI_YOU_SOCRE, true, "三撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_QING_LAI_YOU, 1,WinCardType.THREE_CHENG_QING_LAI_YOU_SOCRE, true, "三撑清癞油"); + } + } + else if (cheng_num == 4) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_QING_LAI_YOU, 1,WinCardType.FOUR_CHENG_QING_LAI_YOU_SOCRE, true, "四撑清癞油"); + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_LAI_YOU, 1,WinCardType.FOUR_CHENG_LAI_YOU_SOCRE, true, "四撑癞油"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_QING_LAI_YOU, 1,WinCardType.FOUR_CHENG_QING_LAI_YOU_SOCRE, true, "四撑清癞油"); + } + } + } + else { + if (cheng_num == 0) + { + if (win2.laizi_count <= 0) + { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + else { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.YING_MO, 1,WinCardType.YING_MO_SCORE, true, "硬摸"); + } + } + } + else if (cheng_num == 1) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_YING_MO, 1,WinCardType.ONE_CHENG_YING_MO_SCORE, true, "一撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_LAI_MO, 1,WinCardType.ONE_CHENG_LAI_MO_SCORE, true, "一撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.ONE_CHENG_YING_MO, 1,WinCardType.ONE_CHENG_YING_MO_SCORE, true, "一撑硬摸"); + } + } + else if (cheng_num == 2) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_YING_MO, 1,WinCardType.TWO_CHENG_YING_MO_SOCRE, true, "二撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_LAI_MO, 1,WinCardType.TWO_CHENG_LAI_MO_SOCRE, true, "二撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.TWO_CHENG_YING_MO, 1,WinCardType.TWO_CHENG_YING_MO_SOCRE, true, "二撑硬摸"); + } + } + else if (cheng_num == 3) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_YING_MO, 1,WinCardType.THREE_CHENG_YING_MO_SOCRE, true, "三撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_LAI_MO, 1,WinCardType.THREE_CHENG_LAI_MO_SOCRE, true, "三撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.THREE_CHENG_YING_MO, 1,WinCardType.THREE_CHENG_YING_MO_SOCRE, true, "三撑硬摸"); + } + } + else if (cheng_num == 4) + { + if (win2.laizi_count > 0) + { + WinCard win3 = new WinCard(player.cardInhand, 0, 0, false); + if (win2.laizi_count == 1 && win3.checkWin(map, player, room, true)) { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_YING_MO, 1,WinCardType.FOUR_CHENG_YING_MO_SOCRE, true, "四撑硬摸"); + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_LAI_MO, 1,WinCardType.FOUR_CHENG_LAI_MO_SOCRE, true, "四撑癞摸"); + } + } + else { + WinCard.putWinCardType(map, WinCardType.FOUR_CHENG_YING_MO, 1,WinCardType.FOUR_CHENG_YING_MO_SOCRE, true, "四撑硬摸"); + } + } + } + + if (room.config.getBoolean(Config.lian_gun_dai_pai)) + { + if (room.card.laiziCardBefore > 0) + { + if (player.drawCard == room.card.laiziCardBefore) + { + if (Util.checkCard(player.drawCard, tempCardList, 2)) + { + WinCard.putWinCardType(map, WinCardType.LIAN_GUN_DAI_PA, 1, 0, true, "连滚带爬"); + } + } + } + + if (room.card.laiziCard2Before > 0) + { + if (player.drawCard == room.card.laiziCard2Before) + { + if (Util.checkCard(player.drawCard, tempCardList, 2)) + { + WinCard.putWinCardType(map, WinCardType.LIAN_GUN_DAI_PA, 1, 0, true, "连滚带爬"); + } + } + } + } + + return true; + } + player.is_cheng = false; + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.winCard = tip.card; + player.drawCard = tip.card; + player.winMap = tip.winMap; + EXRoom room = player.getRoom(); + + player.hu_score = room.config.getInt(Config.LAIYOU_DIFEN); + player.di_score = room.config.getInt(Config.LAIYOU_DIFEN); + + + player.niao_score = WinCardType.BASE_HU_SCORE; + + Global.logger.info("player:" + player.playerid + " di fen:" + player.di_score + " hu fen:" + player.hu_score + " niao fen:" + player.niao_score); + + int dahu_score = 1; + int jia_score = 0; + for (Map.Entry entry : player.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("player:" + player.playerid + " hu:" + cardType.toString()); + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + if (cardType.type != WinCardType.JIHU && cardType.type != WinCardType.PINGHU) + { + jia_score += cardType.score; + } + } + + if (cardType.type == WinCardType.LIAN_GUN_DAI_PA) + { + room.addAllScore(player, Config.AN_GANG_SCORE, EXScore.KONG); + player.an_gang_num++; + } + } + + if (dahu_score > 0) + { + player.hu_score *= dahu_score; + } + + player.hu_score += jia_score; + + player.stateMachine.changeState(Global.getState(PRSelfWinState.class)); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PROtherGongSelfWinState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PROtherGongSelfWinState.java new file mode 100644 index 0000000..8ec0134 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PROtherGongSelfWinState.java @@ -0,0 +1,139 @@ +package extend.mj.player.rulestate; + + +import com.game.Util; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.mj.*; + +import java.util.Map; + +/** + * ��Ӧ��������״̬ + * + * + * 2017��8��30�� + * PRSelfWinState.java + */ +public class PROtherGongSelfWinState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + owner.winCard = owner.drawCard; + owner.winer = 1; + Util.removeCard(owner.cardInhand, owner.winCard, 1); + if (owner.opCardList.size() > 0) + { + OpCard opCard = owner.opCardList.get(owner.opCardList.size()-1); + if (opCard.type == RuleWeight.TYPE_KONG && opCard.card_seat > 0) + { + int niao = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO); + int opt = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT); + + owner.room.activeSeat = opCard.card_seat; + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + + boolean qg_type = room.config.getBoolean(Config.ROOM_CONFIG_GANGBAO_TYPE); + if(qg_type) { //抢杠全包 + //爆炸马 加倍的情况 + if (!(niao == Config.NIAO_TYPE_ALL && opt == 1)) + { + room.addScore(owner,activePlayer, owner.hu_score * (room.maxPlayers - 1),EXScore.WIN); + } + } + else + { + //爆炸马 加倍的情况 + if (!(niao == Config.NIAO_TYPE_ALL && opt == 1)) + { + room.addAllScore(owner, owner.hu_score, EXScore.WIN); + } + } + + room.addAllPiaoNiaoScore(owner); + for (Map.Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.last_winer = 2; + } + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + room.niao_dianPao_quanbao(owner ,owner.winCard, qg_type, true); + + room.endGame(); + return; + } + else if (opCard.type == RuleWeight.TYPE_SELF_KONG || (opCard.type == RuleWeight.TYPE_KONG && opCard.card_seat == 0)) + { + int niao = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO); + int opt = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT); + + //爆炸马 加倍的情况 + if (!(niao == Config.NIAO_TYPE_ALL && opt == 1)) + { + if (room.config.getBoolean(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO) && room.get12ZhangLuoDi(owner) != null) + { + EXPlayer badPlayer = room.get12ZhangLuoDi(owner); + room.addScore(owner,badPlayer, owner.hu_score * (room.maxPlayers - 1), EXScore.WIN); + } + else + { + room.addAllScore(owner, owner.hu_score,EXScore.WIN); + } + } + + room.addAllPiaoNiaoScore(owner); + for (Map.Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.last_winer = 2; + } + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + room.niao_dianPao_quanbao(owner ,owner.winCard, false, true); + + room.endGame(); + return; + } + } + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PROtherKongState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PROtherKongState.java new file mode 100644 index 0000000..8542437 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PROtherKongState.java @@ -0,0 +1,135 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDiscardState; +import extend.mj.player.state.EXPlayerKongDrawState; +import extend.mj.player.state.EXPlayerWaitKongWinState; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PROtherKongState.java + */ +public class PROtherKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + owner.is_fang_jian_gang = false; + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.outcardList.remove(activePlayer.outcardList.size()-1); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + room.addScore(owner,activePlayer, Config.MING_GANG_SCORE,EXScore.KONG); + owner.ming_gang_num++; + activePlayer.dian_gang_num++; + + EXMainServer.gameCtr.changeActiveSeat(room,owner.seat); + owner.cardInhand.add(owner.getRoom().activeCard); + int card = room.activeCard; + + owner.is_fang_jian_gang = false; + if (owner.getRoom().isFanPai(card)) + { + int [] kongGroup = new int [4]; + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + + owner.kongGroup.add(kongGroup); + owner.opCardList.add( new OpCard(RuleWeight.TYPE_KONG, card, activePlayer.seat, kongGroup) ); + Util.removeCard(owner.cardInhand, card, 3); + owner.gangshangpao = false; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + owner.settleLog.add(Config.SETTLE_MING_KONG); + owner.fang_jian_num++; + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + owner.is_fang_jian_gang = false; + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + else { + owner.is_fang_jian_gang = true; + } + } + else { + int [] kongGroup = new int [4]; + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card; + + owner.kongGroup.add(kongGroup); + owner.opCardList.add( new OpCard(RuleWeight.TYPE_KONG, card, activePlayer.seat, kongGroup)); + Util.removeCard(owner.cardInhand, card, 4); + owner.gangshangpao = true; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard); + + room.activeCard = card; + boolean qiangkong = room.config.getBoolean(Config.ROOM_CONFIG_QIANGKONG_MING); + if(qiangkong) { + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); + if(room.tipMap.size() == 0){ + room.activeCard = 0; + room.lastDiscardSeat = 0; + owner.settleLog.add(Config.SETTLE_MING_KONG); + toNextState(owner); + }else{ + owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); + } + }else { + room.activeCard = 0; + room.lastDiscardSeat = 0; + owner.settleLog.add(Config.SETTLE_MING_KONG); + toNextState(owner); + } + } + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.is_fang_jian_gang) + { + owner.is_fang_jian_gang = false; + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + else { + owner.is_fang_jian_gang = false; + owner.stateMachine.changeState(Global.getState(EXPlayerKongDrawState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PROtherWinState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PROtherWinState.java new file mode 100644 index 0000000..56c9aa6 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PROtherWinState.java @@ -0,0 +1,77 @@ +package extend.mj.player.rulestate; + +import com.game.state.StateBase; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PROtherWinState.java + */ +public class PROtherWinState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + owner.winer = 1; + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + + int niao = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO); + int opt = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT); + + //爆炸马 加倍的情况 + if (!(niao == Config.NIAO_TYPE_ALL && opt == 1)) + { + room.addScore(owner,activePlayer, owner.hu_score, EXScore.WIN); + } + + room.addPiaoNiaoScore(owner, activePlayer); + activePlayer.settleLog.add(Config.SETTLE_DIAN_PAO); + activePlayer.winer = 2; + activePlayer.last_winer = 2; + + owner.settleLog.add(Config.SETTLE_JIE_PAO); + EXMainServer.gameCtr.winEvent(owner,activePlayer.seat,room.activeCard); + + if (room.config.getBoolean(Config.ROOM_CONFIG_XIAOHU_BEI)) + { + List typeList = new ArrayList(); + for (Map.Entry entry : owner.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + if (cardType.IsDaHu()) + { + typeList.add(cardType.type); + } + } + + if (typeList.size() > 0) + { + for(int i = 0; i < typeList.size(); i++) { + int type = typeList.get(i); + owner.winMap.remove(type); + } + //方便显示 + WinCard.putWinCardType(owner.winMap, WinCardType.XIAO_HU_ZHONG_DA_HU, 1,2, false, "大胡"); + } + } + + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + room.bankerSeat = owner.seat; + room.winCount += 1; + + owner.winCard = room.activeCard; + + room.winCallback( owner ,owner.winCard); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRPongKongState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRPongKongState.java new file mode 100644 index 0000000..166807f --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRPongKongState.java @@ -0,0 +1,72 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerKongDrawState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.uitl.CardUtil; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PRPongKongState.java + */ +public class PRPongKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + + Util.removeCard(owner.cardInhand, card, 1); + CardUtil.removeGroup(owner.pongGroup, card); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_PONG, card)); + + int[] kong = new int[4]; + kong[0] = card; + kong[1] = card; + kong[2] = card; + kong[3] = card; + owner.kongGroup.add(kong); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_KONG, card)); + owner.gangshangpao = true; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG_KONG, owner.seat,opcard); + + room.activeCard = card; + boolean qiangkong = room.config.getBoolean(Config.ROOM_CONFIG_QIANGKONG); + if(qiangkong) { + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); + if(room.tipMap.size() == 0){ + toNextState(owner); + }else{ + owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); + } + }else { + toNextState(owner); + } + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.settleLog.add(Config.SETTLE_MING_KONG); + owner.getRoom().addAllScore(owner, Config.BU_GANG_SCORE, EXScore.KONG); + owner.getRoom().activeCard = 0; + owner.ming_gang_num++; + owner.stateMachine.changeState(Global.getState(EXPlayerKongDrawState.class)); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRPongKongWinState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRPongKongWinState.java new file mode 100644 index 0000000..4b70a04 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRPongKongWinState.java @@ -0,0 +1,88 @@ +package extend.mj.player.rulestate; + +import com.game.state.StateBase; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PROtherWinState.java + */ +public class PRPongKongWinState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + owner.winer = 1; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + int niao = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO); + int opt = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT); + + boolean qg_type = room.config.getBoolean(Config.ROOM_CONFIG_QG_TYPE); + if(qg_type && owner.winType == 1) { //抢杠全包 + //爆炸马 加倍的情况 + if (!(niao == Config.NIAO_TYPE_ALL && opt == 1)) + { + room.addScore(owner,activePlayer, owner.hu_score * (room.maxPlayers-1), EXScore.WIN); + } + } + else + { + //爆炸马 加倍的情况 + if (!(niao == Config.NIAO_TYPE_ALL && opt == 1)) + { + room.addAllScore(owner, owner.hu_score,EXScore.WIN); + } + } + + room.addPiaoNiaoScore(owner, activePlayer); + activePlayer.settleLog.add(Config.SETTLE_DIAN_PAO); + activePlayer.winer = 2; + activePlayer.last_winer = 2; + + owner.settleLog.add(Config.SETTLE_JIE_PAO); + EXMainServer.gameCtr.winEvent(owner,activePlayer.seat,room.activeCard); + + if (room.config.getBoolean(Config.ROOM_CONFIG_XIAOHU_BEI)) + { + List typeList = new ArrayList(); + for (Map.Entry entry : owner.winMap.entrySet()) { + WinCardType cardType = entry.getValue(); + if (cardType.IsDaHu()) + { + typeList.add(cardType.type); + } + } + + if (typeList.size() > 0) + { + for(int i = 0; i < typeList.size(); i++) { + int type = typeList.get(i); + owner.winMap.remove(type); + } + //方便显示 + WinCard.putWinCardType(owner.winMap, WinCardType.XIAO_HU_ZHONG_DA_HU, 1,2, false, "大胡"); + } + } + + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + room.bankerSeat = owner.seat; + room.winCount += 1; + + owner.winCard = room.activeCard; + + room.winCallback_qiangkong( owner ,owner.winCard); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRPongState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRPongState.java new file mode 100644 index 0000000..8ba4008 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRPongState.java @@ -0,0 +1,61 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PRPongState.java + */ +public class PRPongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + owner.cardInhand.add(room.activeCard); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + owner.pongGroup.add(pongGroup); + Util.removeCard(owner.cardInhand, card, 3); + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, activePlayer.seat)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG, fromseat,opcard); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + toNextState(owner); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java new file mode 100644 index 0000000..94da0bb --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java @@ -0,0 +1,83 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.*; +import extend.mj.player.state.EXPlayerDiscardState; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerKongDrawState; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PRSelfKongState.java + */ +public class PRSelfKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + owner.is_fang_jian_gang = false; + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + if (owner.getRoom().isFanPai(card)) + { + Util.removeCard(owner.cardInhand, card, 3); + int [] kongGroup = new int [4]; + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + owner.selfKongGroup.add(kongGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_SELF_KONG, card, owner.seat, kongGroup)); + owner.gangshangpao = false; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard); + + room.addAllScore(owner, Config.AN_GANG_SCORE, EXScore.KONG); + owner.an_gang_num++; + owner.settleLog.add(Config.SETTLE_AN_KONG); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + toNextState(owner); + } + } + else { + Util.removeCard(owner.cardInhand, card, 4); + int [] kongGroup = new int [4]; + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card; + owner.selfKongGroup.add(kongGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_SELF_KONG, card, owner.seat, kongGroup)); + owner.gangshangpao = true; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard); + + room.addAllScore(owner, Config.AN_GANG_SCORE, EXScore.AN_KONG); + owner.an_gang_num++; + owner.stateMachine.changeState(Global.getState(EXPlayerKongDrawState.class)); + owner.settleLog.add(Config.SETTLE_AN_KONG); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java new file mode 100644 index 0000000..9e4bf9f --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java @@ -0,0 +1,86 @@ +package extend.mj.player.rulestate; + + +import com.game.Util; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.mj.*; + +import java.util.Map.Entry; + +/** + * ��Ӧ��������״̬ + * + * + * 2017��8��30�� + * PRSelfWinState.java + */ +public class PRSelfWinState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + owner.winCard = owner.drawCard; + owner.winer = 1; + + Util.removeCard(owner.cardInhand, owner.winCard, 1); + + int niao = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO); + int opt = owner.room.config.getInt(Config.ROOM_CONFIG_NIAO_OPT); + + //爆炸马 加倍的情况 + if (!(niao == Config.NIAO_TYPE_ALL && opt == 1)) + { + if (room.config.getBoolean(Config.ROOM_CONFIG_12ZHANG_LUODI_QUANBAO) && room.get12ZhangLuoDi(owner) != null) + { + EXPlayer badPlayer = room.get12ZhangLuoDi(owner); + room.addScore(owner,badPlayer, owner.hu_score * (room.maxPlayers - 1), EXScore.WIN); + } + else + { + room.addAllScore(owner, owner.hu_score,EXScore.WIN); + } + } + + room.addAllPiaoNiaoScore(owner); + for (Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + fromPlayer.last_winer = 2; + } + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + + if (room.lastBankerSeat == 0) + { + room.lastBankerSeat = room.bankerSeat; + } + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + room.niao_selfWin(owner,owner.winCard); + room.endGame(); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerChengDrawState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerChengDrawState.java new file mode 100644 index 0000000..d8a3310 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerChengDrawState.java @@ -0,0 +1,105 @@ +package extend.mj.player.state; + +import com.game.Global; +import com.game.state.StateBase; + +import com.taurus.core.entity.ITObject; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; + +/** + * ���ץ��״̬ + * + * + * 2017��8��30�� + * EXPlayerDrawState.java + */ +public class EXPlayerChengDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.isLiuJu()) { + room.endGameByLiuJu(); + return; + } + + ITObject config = room.config; + + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + int laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI); + + if(owner.seat == room.adminSeat) { + double rand = Math.random() % 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = owner.drawCard = room.card.popsub(); + HashMap map = new HashMap(); + WinCard win = new WinCard(owner.cardInhand, drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true); + if(!(hz_hu && win.laizi_count >0)) { + if (win.checkWin(map, owner, room, true)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + }else { + double rand = Math.random() % 100 * 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + HashMap map = new HashMap(); + WinCard win = new WinCard(owner.cardInhand, drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true); + if(!(hz_hu && win.laizi_count >0)) { + if (win.checkWin(map, owner, room, true)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.pop(); + } + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHENG_DRAW_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..6d04d35 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,56 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * ��ҳ�����ʾ״̬ + * + * + * 2017��8��30�� + * EXPlayerDisCardTipState.java + */ +public class EXPlayerDisCardTipState extends EXPlayerTipState { + + @Override + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + /* + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + */ + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..c47b8fa --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java @@ -0,0 +1,167 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.room.state.EXRoomSetpState; + +import java.util.ArrayList; +import java.util.Collections; + +/** + * �ȴ���ҳ���״̬ + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + owner.startActionTimer(); + } + + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + ITArray card_list = netParam.getTArray("card_list"); + ITArray outcard_list = netParam.getTArray("outcard_list"); + if (card_list == null) { + card_list = TArray.newInstance(); + } + if (outcard_list == null) { + outcard_list = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < card_list.size(); i++) + { + int card = card_list.getInt(i); + tmpCardList.add(card); + } + + ArrayList out_tmpCardList = new ArrayList(); + for(int i = 0; i < outcard_list.size(); i++) + { + int card = outcard_list.getInt(i); + out_tmpCardList.add(card); + } + + + Collections.sort(tmpCardList); + Collections.sort(out_tmpCardList); + + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(owner.cardInhand); + Collections.sort(tmpCardList2); + + ArrayList out_tmpCardList2 = new ArrayList(); + out_tmpCardList2.addAll(owner.outcardList); + Collections.sort(out_tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2) || !out_tmpCardList.equals(out_tmpCardList2)) + { + //ITObject reconParam = new TObject(); + //owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + //return; + } + if (!Util.checkCard(discard, owner.cardInhand)) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + + owner.notPongList.clear(); + owner.louhu = false; + EXMainServer.gameCtr.outCard(owner, discard); + owner.gangshangpao = false; + if (owner.getRoom().isLaizi(discard)) + { + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + owner.cheng_num++; + owner.is_cheng = true; + owner.stateMachine.changeState(Global.getState(EXPlayerChengDrawState.class)); + } + } + else { + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + } + break; + case ActionEvent.EVENT_TIMER_AUTO: + owner.louhu = false; + discard = owner.drawCard; + if(owner.drawCard == 0) { + discard = owner.cardInhand.get(owner.cardInhand.size() - 1); + } + + owner.notPongList.clear(); + EXMainServer.gameCtr.outCard(owner, discard); + owner.gangshangpao = false; + + if (owner.getRoom().isLaizi(discard)) + { + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + owner.cheng_num++; + owner.is_cheng = true; + owner.stateMachine.changeState(Global.getState(EXPlayerChengDrawState.class)); + } + } + else { + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + } + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + default: + break; + } + + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDrawState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..f725517 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDrawState.java @@ -0,0 +1,211 @@ +package extend.mj.player.state; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; + +/** + * ���ץ��״̬ + * + * + * 2017��8��30�� + * EXPlayerDrawState.java + */ +public class EXPlayerDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.isLiuJu()) { + room.endGameByLiuJu(); + return; + } + + ITObject config = room.config; + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + boolean laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI) > 0 ? true : false; + + if(owner.seat == room.adminSeat) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if (!IsGoodCard(owner, drawCard, laizi)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while (true); + room.card.cardList.addAll(tempCardList); + } else { + double rand = Math.random() % 100 * 100; + if (room.while_list && owner.is_white && rand > room.white_value) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if (!IsGoodCard(owner, drawCard, laizi)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while (true); + room.card.cardList.addAll(tempCardList); + } else { + if (owner.black_white_status == 2) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard(owner, drawCard, laizi)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } else if (owner.black_white_status == 1) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard(owner, drawCard, laizi)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } else { + owner.drawCard = room.card.pop(); + } + } + } + + if (room.isLaizi(owner.drawCard)) + { + owner.laizi_num++; + } + + if (owner.laizi_num >= 4 && room.config.getBoolean(Config.si_lai_you_xi)) + { + owner.laizi_num = 0; + room.addAllScore(owner, room.config.getInt(Config.si_lai_you_xi_score), EXScore.ZHONG_JIANG); + EXMainServer.gameCtr.actionCard(owner, 0, RuleWeight.TYPE_ZHONG_JIANG, owner.seat, null); + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.DRAW_RULE, owner); + } + + private boolean IsGoodCard(EXPlayer player, int drawCard, boolean laizi) { + if (player.getRoom().isLaizi(drawCard)) + { + return true; + } + + if (Util.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + for (int[] cardGroup : player.pongGroup) { + if (drawCard == cardGroup[0]) { + return true; + } + } + + HashMap map = new HashMap(); + WinCard win = new WinCard(player.cardInhand, drawCard, player.getRoom().card.laiziCard, player.getRoom().card.laiziCard2, laizi, true); + if (win.checkWin(map, player, player.getRoom(), true)) { + return true; + } + + if (drawCard < 400) + { + if (drawCard % 100 <= 7) + { + if (Util.cardNum(drawCard+1, player.cardInhand) >= 1 && Util.cardNum(drawCard+2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 3) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard-2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 2 && drawCard % 100 <= 8) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard+1, player.cardInhand) >= 1) + { + return true; + } + } + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + + } + + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..a731cc4 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,69 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TObject; +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * ���ץ����ʾ״̬ + * + */ +public class EXPlayerDrawTipState extends EXPlayerTipState { + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + boolean win = (owner.tipMgr.weight &RuleWeight.SELF_WIN)!=0 ; + if(Global.gameId == 1 && win && id == 0)return; + owner.tipMgr.doAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + /* + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + */ + owner.tipMgr.doAction(id); + } + else if (cmd.equals(EXActionEvent.EVENT_DISCARD)) + { + boolean flag = false; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + flag = true; + } + else { + flag = false; + } + } + if (flag) + { + int id = 0; + owner.tipMgr.doAction(id); + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, param); + } + else { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + } + } + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerKongDrawState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerKongDrawState.java new file mode 100644 index 0000000..35d14f2 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerKongDrawState.java @@ -0,0 +1,106 @@ +package extend.mj.player.state; + +import com.game.Global; +import com.game.state.StateBase; + +import com.taurus.core.entity.ITObject; +import extend.mj.*; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; +import java.util.HashMap; + +/** + * ���ץ��״̬ + * + * + * 2017��8��30�� + * EXPlayerDrawState.java + */ +public class EXPlayerKongDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.isLiuJu()) { + room.endGameByLiuJu(); + return; + } + + ITObject config = room.config; + + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + int laizi = room.config.getInt(Config.ROOM_CONFIG_LAIZI); + + if(owner.seat == room.adminSeat) { + double rand = Math.random() % 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = owner.drawCard = room.card.popsub(); + HashMap map = new HashMap(); + WinCard win = new WinCard(owner.cardInhand, drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true); + if(!(hz_hu && win.laizi_count >0)) { + if (win.checkWin(map, owner, room, true)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + }else { + double rand = Math.random() % 100 * 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + HashMap map = new HashMap(); + WinCard win = new WinCard(owner.cardInhand, drawCard, room.card.laiziCard, room.card.laiziCard2, laizi > 0 ? true : false, true); + if(!(hz_hu && win.laizi_count >0)) { + if (win.checkWin(map, owner, room, true)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.pop(); + } + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.KONG_DRAW_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java new file mode 100644 index 0000000..fae3c10 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java @@ -0,0 +1,58 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +import java.util.Map; + +/** + * ���������ʾ�ȴ� + * + * + * 2017��8��30�� + * EXPlayerKongWinState.java + */ +public class EXPlayerKongWinState extends EXPlayerTipState{ + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + } + else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Map.Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..1263fff --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,54 @@ +package extend.mj.player.state; + + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; + +/** + * Ʊ����ʾ״̬ + * + */ +public class EXPlayerPiaoNiaoTipState extends EXPlayerTipState { + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + EXMainServer.gameCtr.piaoNiaoTipEvent(owner); + owner.startActionTimer(); + }else{ + _action(owner, 0, 0); + } + } + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.piaoNiao = id; + owner.tipMgr.clean(); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoNiaoCount --; + EXMainServer.gameCtr.piaoNiaoEvent(owner); + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO_NIAO, gid, null); + } + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner,id,gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerTipState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..db227ac --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerTipState.java @@ -0,0 +1,61 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * �����ʾ������� + * + * + * 2017��8��30�� + * EXPlayerTipState.java + */ +public abstract class EXPlayerTipState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + if (owner.getRoom().config.getBoolean(Config.ROOM_CONFIG_ZI_DONG_HU)) + { + Tip tip = owner.tipMgr.getTip(RuleWeight.TYPE_WIN); + if (tip != null) + { + owner.startActionTimer(1000); + return; + } + } + + if(!owner.isEntrust()) { + EXMainServer.gameCtr.tipEvent(owner); + } + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + super.reload(owner); + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if(cmd.equals(ActionEvent.EVENT_ENTRUST)) { + owner.startActionTimer(); + } + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java new file mode 100644 index 0000000..dff6a34 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java @@ -0,0 +1,24 @@ +package extend.mj.player.state; + +import com.game.state.StateBase; + +import extend.mj.EXPlayer; + +/** + * ������ҵȴ��������ǹ�ܺ� + * + * + * 2017��8��30�� + * EXPlayerWaitKongWinState.java + */ +public class EXPlayerWaitKongWinState extends StateBase{ + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + + } + + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerWaitState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..858aee0 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/player/state/EXPlayerWaitState.java @@ -0,0 +1,39 @@ +package extend.mj.player.state; + + +import com.game.state.StateBase; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.PlayerRuleManager; + +/** + * ��ҵȴ�״̬ + * + * + * 2017��8��30�� + * EXPlayerWaitState.java + */ +public class EXPlayerWaitState extends StateBase { + + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.OTHER_DISCARD_RULE , owner); + break; + case EXActionEvent.EVENT_KONG_WIN: + owner.forceCheckWin = true; + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.KONG_HU_RULE , owner); + owner.forceCheckWin = false; + break; + default: + break; + } + + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/room/state/EXRoomDealState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/room/state/EXRoomDealState.java new file mode 100644 index 0000000..a3e1836 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/room/state/EXRoomDealState.java @@ -0,0 +1,66 @@ +package extend.mj.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayBack; +import extend.mj.EXRoom; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; + +/** + * ���䷢��״̬ + * + * + * 2017��8��30�� + * EXRoomDealState.java + */ +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + owner.card.init(); + if (owner.bankerSeat == 0) { + owner.bankerSeat = 1; + } +// owner.isplaying = true; +// owner.round += 1; + + boolean piao_niao = owner.config.getBoolean(Config.ROOM_CONFIG_PIAO_NIAO); + if(piao_niao) { + owner.piaoNiaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + }else{ + this.toNextState(owner); + } + + } + + @Override + public void toNextState(EXRoom owner) { + ITObject param = new TObject(); + param.putInt("bank_seat", owner.bankerSeat); + EXMainServer.gameCtr.dealCard(owner); + owner.playBackData = new EXPlayBack(owner); + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO_NIAO)) { + if(owner.piaoNiaoCount==0) { + this.toNextState(owner); + } + } + + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/room/state/EXRoomSetpState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..47fbd44 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/room/state/EXRoomSetpState.java @@ -0,0 +1,42 @@ +package extend.mj.room.state; + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.EXMainServer; +import extend.mj.EXRoom; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * ����ת����λ + * + * + * 2017��8��30�� + * EXRoomSetpState.java + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + + } + + EXMainServer.gameCtr.changeActiveSeat(owner,player.seat); + + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + + this.toNextState(owner); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/room/state/EXRoomStartGameState.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..1272100 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/room/state/EXRoomStartGameState.java @@ -0,0 +1,33 @@ +package extend.mj.room.state; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.mj.EXRoom; + +/** + * ���俪ʼ״̬ + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { +// owner.readyCount = 0; +// for (Entry entry : owner.playerMapById.entrySet()) { +// Player player = entry.getValue(); +// player.ready = false; +// player.clear(); +// player.initSeat(); +// } + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/Action.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/Action.java new file mode 100644 index 0000000..454d9ca --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/Action.java @@ -0,0 +1,27 @@ +package extend.mj.tip; + + +import extend.mj.EXPlayer; + +/** + * + * + + */ +public class Action { + + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player,this.tip); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/IRuleBase.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/IRuleBase.java new file mode 100644 index 0000000..79f1ab8 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/IRuleBase.java @@ -0,0 +1,27 @@ +package extend.mj.tip; + +import extend.mj.EXPlayer; + +/** + * ����������� + * + * + * 2017��8��30�� + * RuleBase.java + */ +public interface IRuleBase { + + /** + * ������� + * @param player + * @return + */ + public abstract boolean condition(EXPlayer player ); + + /** + * ִ�иù��� + * @param player + */ + public abstract void action(EXPlayer player ,Tip tip); + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/Tip.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/Tip.java new file mode 100644 index 0000000..b4f6ce4 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/Tip.java @@ -0,0 +1,46 @@ +package extend.mj.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import extend.mj.WinCardType; + +import java.util.Map; + +/** + * tip������ + * + * + * + * 2017��8��30�� Tip.java + */ +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int winType; + public int type; + public boolean self; + public Map winMap; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + this.self = false; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + return tipMp; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/TipManager.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/TipManager.java new file mode 100644 index 0000000..9f40ee2 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/tip/TipManager.java @@ -0,0 +1,142 @@ +package extend.mj.tip; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; + +/** + * + * + * + * 2017��9��18�� TipManager.java + */ +public class TipManager { + + private int id = 0; + + public Map tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + + public Tip getTip(int type) + { + for (Entry entry : this.tipMap.entrySet()) + { + Tip tip = entry.getValue(); + if (tip.type == type) + { + return tip; + } + } + return null; + } + + private void checkLouhu() { + if (owner.getRoom().config.getBoolean(Config.ROOM_CONFIG_LOUHU)) + { + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + this.owner.louhu = true; + break; + } + } + } + } + + public void choicAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.lastState.toNextState(owner); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.initOpCard(tip.opcard); + tip.rule.action(owner,tip); + + } else { + throw new Error("tip map has no id" + id); + } + + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/uitl/CardUtil.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/uitl/CardUtil.java new file mode 100644 index 0000000..e8ed060 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/uitl/CardUtil.java @@ -0,0 +1,51 @@ +package extend.mj.uitl; + +import java.util.List; +import java.util.Map; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.mj.OpCard; +import extend.mj.WinCardType; + +public class CardUtil { + + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + + } + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card == opcards.get(i).card) { + opcards.remove(i); + return; + } + + } + + } + + static public ITArray toMPData_WinMap(Map map) { + return toMPData_WinMap(map,false); + } + + static public ITArray toMPData_WinMap(Map map,boolean is_opcard) { + if (map != null && map.size() > 0) { + ITArray array = TArray.newInstance(); + for (Map.Entry entry : map.entrySet()) { + WinCardType wct = entry.getValue(); + array.addTObject(wct.toTObject(is_opcard)); + } + return array; + } + return null; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/uitl/WinCard.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/uitl/WinCard.java new file mode 100644 index 0000000..7e3309f --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/uitl/WinCard.java @@ -0,0 +1,2226 @@ +package extend.mj.uitl; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.taurus.core.entity.ITObject; +import extend.mj.*; + +import java.util.*; + +public class WinCard { + + public List cardList; + public int laizi_count; + public int laizi1_count; + public int laizi2_count; + public int laizi1 = 0; + public int laizi2 = 0; + public Map cbCardMap; + + public WinCard(List cardInhand, int addCard, int laizi1, int laizi2, boolean islaizi, boolean selfCard) { + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + this.cbCardMap = new HashMap(); + if (selfCard) + { + this.cardList.add(addCard); + if (islaizi) { + this.laizi1 = laizi1; + this.laizi2 = laizi2; + this.laizi1_count = Util.cardNum(laizi1, this.cardList); + this.laizi2_count = Util.cardNum(laizi2, this.cardList); + this.laizi_count = this.laizi1_count + this.laizi2_count; + Util.removeCard(this.cardList, laizi1, this.laizi1_count); + Util.removeCard(this.cardList, laizi2, this.laizi2_count); + } + } + else { + if (islaizi) { + this.laizi1 = laizi1; + this.laizi2 = laizi2; + this.laizi1_count = Util.cardNum(laizi1, this.cardList); + this.laizi2_count = Util.cardNum(laizi2, this.cardList); + this.laizi_count = this.laizi1_count + this.laizi2_count; + Util.removeCard(this.cardList, laizi1, this.laizi1_count); + Util.removeCard(this.cardList, laizi2, this.laizi2_count); + } + this.cardList.add(addCard); + } + + Collections.sort(this.cardList); + for(int i = 0; i < this.cardList.size(); i++) + { + int card = this.cardList.get(i); + if (this.cbCardMap.containsKey(card)) + { + int num = this.cbCardMap.get(card); + this.cbCardMap.put(card, num+1); + } + else + { + this.cbCardMap.put(card, 1); + } + } + } + + //钓鱼 + static public boolean IsDiaoYu(EXPlayer player, List cardInhand, int drawCard, int laizi1, int laizi2, boolean islaizi) + { + EXRoom room = player.getRoom(); + WinCard win = new WinCard(cardInhand, laizi1, laizi2, islaizi); + if (drawCard > 0 && drawCard != laizi1 && drawCard != laizi2 && win.laizi_count == 1) + { + ArrayList cardList = new ArrayList(); + cardList.addAll(cardInhand); + + Util.removeCard(cardList, drawCard, 1); + for (int index = 1; index <= 9; index++) { + for(int index2 = 1; index2 <= 3; index2++) + { + int card = index2 * 100 + index; + if (card == laizi1 || card == laizi2) + continue; + ArrayList tempCardList = new ArrayList(); + tempCardList.addAll(cardList); + tempCardList.add(card); + WinCard temp = new WinCard(tempCardList, laizi1, laizi2, islaizi); + HashMap map = new HashMap(); + if (!temp.checkWin(map, player, room, true)) { + return false; + } + } + } + + return true; + } + return false; + } + + public WinCard(List cardInhand, int laizi1, int laizi2, boolean islaizi) { + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + this.cbCardMap = new HashMap(); + if (islaizi) { + this.laizi1 = laizi1; + this.laizi2 = laizi2; + this.laizi1_count = Util.cardNum(laizi1, this.cardList); + this.laizi2_count = Util.cardNum(laizi2, this.cardList); + this.laizi_count = this.laizi1_count + this.laizi2_count; + Util.removeCard(this.cardList, laizi1, this.laizi1_count); + Util.removeCard(this.cardList, laizi2, this.laizi2_count); + } + Collections.sort(this.cardList); + for(int i = 0; i < this.cardList.size(); i++) + { + int card = this.cardList.get(i); + if (this.cbCardMap.containsKey(card)) + { + int num = this.cbCardMap.get(card); + this.cbCardMap.put(card, num+1); + } + else + { + this.cbCardMap.put(card, 1); + } + } + } + + public boolean checkWin(Map map, EXPlayer player, EXRoom room, boolean zimo) { + if (this.cardList.size() == 0) { + return false; + } + + if (room.config.getInt(Config.YI_JIAO_LAI_YOU) != 0) + { + return false; + } + + if (room.config.getBoolean(Config.LAIYOU_YILAIDAODI)) + { + //两个癞子不能胡牌 + if (this.laizi_count >= 2) + { + return false; + } + } + + long startTime = System.currentTimeMillis(); + int[] intListCard = WinSplitCard.SwitchToCardData(this.cardList); + List tagAnalyseItemList = new ArrayList(); + boolean hu = WinSplitCard.AnalyseChiHuCard(map, room.config, intListCard, this.laizi_count, player.opCardList, tagAnalyseItemList); + + if ((System.currentTimeMillis() - startTime) > 10) + Global.logger.info("get_hu_info use time:" + (System.currentTimeMillis() - startTime)); + + if (hu) + { + boolean laizi4_hu = room.config.getBoolean(Config.ROOM_CONFIG_LAIZI4_HU); + if (laizi4_hu) + { + if (this.laizi_count >= 4) { + if (room.config.getBoolean(Config.ROOM_CONFIG_LAIZI4_HU_2BEI)) + { + putWinCardType(map, WinCardType.LAIZI4_HU, 1,WinCardType.LAIZI4_HU_SCORE * 2, false, "四鬼胡牌"); + } + else + { + putWinCardType(map, WinCardType.LAIZI4_HU, 1,WinCardType.LAIZI4_HU_SCORE, false, "四鬼胡牌"); + } + return true; + } + } + + boolean jiabei = true; + boolean wuguijiabei = room.config.getBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI); + if (wuguijiabei && room.config.getInt(Config.ROOM_CONFIG_LAIZI) > 0) + { + if (this.laizi_count <= 0) + { + putWinCardType(map, WinCardType.WU_GUI_JIABEI, 1,WinCardType.WU_GUI_JIABEI_SCORE, false, "无鬼2倍"); + } + } + + boolean liuju2bei = room.config.getBoolean(Config.ROOM_CONFIG_LIUJU_2BEI); + if (liuju2bei) + { + if (room.last_liuju) + { + putWinCardType(map, WinCardType.LIU_JU_2BEI, 1,WinCardType.LIU_JU_2BEI_SCORE, false, "流局2倍"); + } + } + + if (zimo) + { + boolean tianhu = room.config.getBoolean(Config.ROOM_CONFIG_TIANDIHU); + if(tianhu) { + if (room.bankerSeat == player.seat) + { + boolean flag = true; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer otherPlayer = (EXPlayer)entry.getValue(); + if(!otherPlayer.outcardList.isEmpty() || !otherPlayer.opCardList.isEmpty()) { + flag = false; + } + } + if (flag) + { + WinCard.putWinCardType(map, WinCardType.TIAN_HU, 1,WinCardType.TIAN_HU_SCORE, true, "天胡"); + } + } + else if (player.outcardList.isEmpty() && player.opCardList.isEmpty()) + { + boolean flag = true; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer otherPlayer = (EXPlayer)entry.getValue(); + if (player.playerid != otherPlayer.playerid) + { + if(otherPlayer.outcardList.size() > 1 || !otherPlayer.opCardList.isEmpty()) { + flag = false; + } + } + } + if (flag) + { + WinCard.putWinCardType(map, WinCardType.DI_HU, 1,WinCardType.DI_HU_SCORE, true, "地胡"); + } + } + } + + if (room.card.cardList.size() == 0 && room.config.getBoolean(Config.ROOM_CONFIG_HAI_DI_NAO_YUE)) + { + WinCard.putWinCardType(map, WinCardType.HAI_DI_NAO_YUE, 1,WinCardType.HAI_DI_NAO_YUE_SCORE, false, "海底捞月"); + } + } + else { + /* + boolean tiandihu = room.config.getBoolean(Config.ROOM_CONFIG_TIANDIHU); + if(tiandihu && room.bankerSeat == room.activeSeat) { + boolean flag = true; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer otherPlayer = (EXPlayer)entry.getValue(); + if (otherPlayer.seat == room.bankerSeat) + { + if(otherPlayer.outcardList.size() != 1 || otherPlayer.outcardList.get(0) != room.activeCard || !otherPlayer.opCardList.isEmpty()) { + flag = false; + } + } + else + { + if(!otherPlayer.outcardList.isEmpty() || !otherPlayer.opCardList.isEmpty()) { + flag = false; + } + } + } + if (flag) + { + WinCard.putWinCardType(map, WinCardType.REN_HU, 1,WinCardType.TIAN_DI_HU_SCORE); + } + } + */ + } + + int maxType = 0; + int maxScore = 0; + List typeList = new ArrayList(); + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + int type = cardType.type; + if (cardType.IsDaHu()) + { + if (type == WinCardType.TIAN_HU || type == WinCardType.DI_HU || type == WinCardType.QUAN_FENG || type == WinCardType.YAO_JIU + || type == WinCardType.SHI_BA_LUO_HAN || type == WinCardType.XIAO_SHAN_YUAN || type == WinCardType.DA_SHAN_YUAN + || type == WinCardType.XIAO_SI_XI || type == WinCardType.DA_SI_XI || type == WinCardType.ZI_YI_SE) + { + if (cardType.score > maxScore) + { + maxScore = cardType.score; + maxType = type; + } + } + typeList.add(type); + } + } + + if (maxType > 0) + { + for(int i = 0; i < typeList.size(); i++) + { + int type = typeList.get(i); + if (type != maxType) + { + map.remove(type); + } + } + } + + if (zimo) + { + + } + else { + if (room.config.getBoolean(Config.ROOM_CONFIG_MENG_QING)) { + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + if (cardType.type == WinCardType.JIHU || cardType.type == WinCardType.PINGHU) { + boolean flag = true; + for (int i = 0; i < player.opCardList.size(); i++) { + OpCard op_card = player.opCardList.get(i); + if (op_card.type != RuleWeight.TYPE_SELF_KONG) { + flag = false; + } + } + if (flag) { + WinCard.putWinCardType(map, WinCardType.MEN_QING, 1, WinCardType.MENGQING_SCORE, false, "门清"); + } + break; + } + } + } + + if (room.config.getBoolean(Config.ROOM_CONFIG_JIHU_NOTCHIHU)) + { + WinCardType jihuType = map.get(WinCardType.JIHU); + if (jihuType != null) + { + //鸡胡不能吃胡 + return false; + } + } + + if (room.config.getBoolean(Config.ROOM_CONFIG_SPECAIL_ZIMO)) + { + int hu_score = 0; + if (room.config.getBoolean(Config.ROOM_CONFIG_USE_BASE_HU_SCORE)) + { + hu_score = WinCardType.BASE_HU_SCORE; + } + else + { + player.hu_score = room.maxPlayers - 1; + player.di_score = room.maxPlayers - 1; + } + + int dahu_score = 0; + if (room.config.getBoolean(Config.ROOM_CONFIG_DAHU_CHENG)) + { + dahu_score = 1; + } + int cheng_score = 1; + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + { + if (room.config.getBoolean(Config.ROOM_CONFIG_DAHU_CHENG)) + { + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + cheng_score *= cardType.score; + } + } + else + { + if (cardType.IsDaHu()) + { + dahu_score += cardType.score*WinCardType.DA_HU_BEI_SCORE; + } + else + { + cheng_score *= cardType.score; + } + } + } + } + + if (dahu_score > 0) + { + hu_score *= dahu_score; + } + + hu_score *= cheng_score; + + if (hu_score < 20) + { + return false; + } + } + } + + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("get_hu_info player:" + player.playerid + " hu:" + cardType.toString()); + } + } + + return hu; + } + + public boolean checkWin2(Map map, EXPlayer player, EXRoom room, boolean zimo) { + if (this.cardList.size() == 0) { + return false; + } + + long startTime = System.currentTimeMillis(); + int[] intListCard = WinSplitCard.SwitchToCardData(this.cardList); + List tagAnalyseItemList = new ArrayList(); + HashMap new_map = new HashMap(); + new_map.putAll(map); + boolean tempHu = WinSplitCard.TempAnalyseChiHuCard(new_map, room.config, intListCard, this.laizi_count, player.opCardList, tagAnalyseItemList); + if (tempHu) + { + for(int i = 0; i < tagAnalyseItemList.size(); i++) + { + TagAnalyseItem item = tagAnalyseItemList.get(i); + if (item.cbOpCard.size() != 4) + { + Global.logger.error("Exception cbOpCard.size() != 4"); + } + + Global.logger.info("-------ieye:" + item.cbCardEye); + + for(int j = 0; j < item.cbOpCard.size(); j++) + { + OpCard op_card = item.cbOpCard.get(j); + if (op_card.type == RuleWeight.TYPE_CHOW) + { + Global.logger.info("----------chi:" + op_card.card3 + " " + op_card.card2 + " " + op_card.card); + } + else { + Global.logger.info("----------pong:" + op_card.card3 + " " + op_card.card2 + " " + op_card.card); + } + } + } + + for (Map.Entry entry :new_map.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("get_hu_info player:" + player.playerid + " hu:" + cardType.toString()); + } + } + Global.logger.info("get_hu_info use time:" + (System.currentTimeMillis() - startTime)); + + startTime = System.currentTimeMillis(); + boolean hu = AnalyseChiHuCard(map, player.opCardList, room.config); + Global.logger.info("AnalyseChiHuCard use time:" + (System.currentTimeMillis() - startTime)); + if (tempHu == hu) + { + Global.logger.info("AnalyseChiHuCard == get_hu_info"); + if (hu) + { + for (Map.Entry entry : new_map.entrySet()) { + if (!map.containsKey(entry.getKey())) + { + Global.logger.error("get_hu_info has hu " + entry.getKey() + " AnalyseChiHuCard not has"); + } + } + + for (Map.Entry entry : map.entrySet()) { + if (!new_map.containsKey(entry.getKey())) + { + Global.logger.error("AnalyseChiHuCard has hu " + entry.getKey() + " get_hu_info not has"); + } + } + } + } + else { + Global.logger.error("Exception AnalyseChiHuCard != get_hu_info"); + } + + if (hu) + { + boolean laizi4_hu = room.config.getBoolean(Config.ROOM_CONFIG_LAIZI4_HU); + if (laizi4_hu) + { + if (this.laizi_count >= 4) { + if (room.config.getBoolean(Config.ROOM_CONFIG_LAIZI4_HU_2BEI)) + { + putWinCardType(map, WinCardType.LAIZI4_HU, 1,WinCardType.LAIZI4_HU_SCORE * 2, false, "四鬼胡牌"); + } + else + { + putWinCardType(map, WinCardType.LAIZI4_HU, 1,WinCardType.LAIZI4_HU_SCORE, false, "四鬼胡牌"); + } + return true; + } + } + + boolean jiabei = true; + boolean wuguijiabei = room.config.getBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI); + if (wuguijiabei && room.config.getInt(Config.ROOM_CONFIG_LAIZI) > 0) + { + if (this.laizi_count <= 0) + { + putWinCardType(map, WinCardType.WU_GUI_JIABEI, 1,WinCardType.WU_GUI_JIABEI_SCORE, false, "无鬼2倍"); + } + } + + boolean liuju2bei = room.config.getBoolean(Config.ROOM_CONFIG_LIUJU_2BEI); + if (liuju2bei) + { + if (room.last_liuju) + { + putWinCardType(map, WinCardType.LIU_JU_2BEI, 1,WinCardType.LIU_JU_2BEI_SCORE, false, "流局2倍"); + } + } + + if (zimo) + { + boolean tianhu = room.config.getBoolean(Config.ROOM_CONFIG_TIANDIHU); + if(tianhu) { + if (room.bankerSeat == player.seat) + { + boolean flag = true; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer otherPlayer = (EXPlayer)entry.getValue(); + if(!otherPlayer.outcardList.isEmpty() || !otherPlayer.opCardList.isEmpty()) { + flag = false; + } + } + if (flag) + { + WinCard.putWinCardType(map, WinCardType.TIAN_HU, 1,WinCardType.TIAN_HU_SCORE, true, "天胡"); + } + } + else if (player.outcardList.isEmpty() && player.opCardList.isEmpty()) + { + boolean flag = true; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer otherPlayer = (EXPlayer)entry.getValue(); + if (player.playerid != otherPlayer.playerid) + { + if(otherPlayer.outcardList.size() > 1 || !otherPlayer.opCardList.isEmpty()) { + flag = false; + } + } + } + if (flag) + { + WinCard.putWinCardType(map, WinCardType.DI_HU, 1,WinCardType.DI_HU_SCORE, true, "地胡"); + } + } + } + + if (room.card.cardList.size() == 0 && room.config.getBoolean(Config.ROOM_CONFIG_HAI_DI_NAO_YUE)) + { + WinCard.putWinCardType(map, WinCardType.HAI_DI_NAO_YUE, 1,WinCardType.HAI_DI_NAO_YUE_SCORE, false, "海底捞月"); + } + } + else { + /* + boolean tiandihu = room.config.getBoolean(Config.ROOM_CONFIG_TIANDIHU); + if(tiandihu && room.bankerSeat == room.activeSeat) { + boolean flag = true; + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer otherPlayer = (EXPlayer)entry.getValue(); + if (otherPlayer.seat == room.bankerSeat) + { + if(otherPlayer.outcardList.size() != 1 || otherPlayer.outcardList.get(0) != room.activeCard || !otherPlayer.opCardList.isEmpty()) { + flag = false; + } + } + else + { + if(!otherPlayer.outcardList.isEmpty() || !otherPlayer.opCardList.isEmpty()) { + flag = false; + } + } + } + if (flag) + { + WinCard.putWinCardType(map, WinCardType.REN_HU, 1,WinCardType.TIAN_DI_HU_SCORE); + } + } + */ + } + } + + int maxType = 0; + int maxScore = 0; + List typeList = new ArrayList(); + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + int type = cardType.type; + if (cardType.IsDaHu()) + { + if (type == WinCardType.TIAN_HU || type == WinCardType.DI_HU || type == WinCardType.QUAN_FENG || type == WinCardType.YAO_JIU + || type == WinCardType.SHI_BA_LUO_HAN || type == WinCardType.XIAO_SHAN_YUAN || type == WinCardType.DA_SHAN_YUAN + || type == WinCardType.XIAO_SI_XI || type == WinCardType.DA_SI_XI || type == WinCardType.ZI_YI_SE) + { + if (cardType.score > maxScore) + { + maxScore = cardType.score; + maxType = type; + } + } + typeList.add(type); + } + } + + if (maxType > 0) + { + for(int i = 0; i < typeList.size(); i++) + { + int type = typeList.get(i); + if (type != maxType) + { + map.remove(type); + } + } + } + + if (zimo) + { + + } + else + { + if (room.config.getBoolean(Config.ROOM_CONFIG_MENG_QING)) + { + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + if (cardType.type == WinCardType.JIHU || cardType.type == WinCardType.PINGHU) + { + boolean flag = true; + for(int i = 0; i < player.opCardList.size(); i++) + { + OpCard op_card = player.opCardList.get(i); + if (op_card.type != RuleWeight.TYPE_SELF_KONG) + { + flag = false; + } + } + if (flag) + { + WinCard.putWinCardType(map, WinCardType.MEN_QING, 1,WinCardType.MENGQING_SCORE, false, "门清"); + } + break; + } + } + } + + + if (room.config.getBoolean(Config.ROOM_CONFIG_JIHU_NOTCHIHU)) + { + WinCardType jihuType = map.get(WinCardType.JIHU); + if (jihuType != null) + { + //鸡胡不能吃胡 + return false; + } + } + + if (room.config.getBoolean(Config.ROOM_CONFIG_SPECAIL_ZIMO)) + { + int hu_score = 0; + if (room.config.getBoolean(Config.ROOM_CONFIG_USE_BASE_HU_SCORE)) + { + hu_score = WinCardType.BASE_HU_SCORE; + } + else + { + player.hu_score = room.maxPlayers - 1; + player.di_score = room.maxPlayers - 1; + } + + int dahu_score = 0; + if (room.config.getBoolean(Config.ROOM_CONFIG_DAHU_CHENG)) + { + dahu_score = 1; + } + int cheng_score = 1; + for (Map.Entry entry : map.entrySet()) { + WinCardType cardType = entry.getValue(); + { + if (room.config.getBoolean(Config.ROOM_CONFIG_DAHU_CHENG)) + { + if (cardType.IsDaHu()) + { + dahu_score *= cardType.score; + } + else + { + cheng_score *= cardType.score; + } + } + else + { + if (cardType.IsDaHu()) + { + dahu_score += cardType.score*WinCardType.DA_HU_BEI_SCORE; + } + else + { + cheng_score *= cardType.score; + } + } + } + } + + if (dahu_score > 0) + { + hu_score *= dahu_score; + } + + hu_score *= cheng_score; + + if (hu_score < 20) + { + return false; + } + } + } + + return hu; + } + + public final static WinCardType putWinCardType(Map map, int type, int value,int score, boolean isDaHu, String desc) { + if (map == null) + return null; + if (isDaHu) + { + map.remove(WinCardType.JIHU); + map.remove(WinCardType.PINGHU); + } + if (map.containsKey(type)) { + WinCardType wct = map.get(type); + wct.value += value; + //Global.logger.info("putWinCardType: " + wct.toString()); + return wct; + } else { + WinCardType wct = new WinCardType(type, value,score, isDaHu, desc); + map.put(type, wct); + //Global.logger.info("putWinCardType: " + wct.toString()); + return wct; + } + } + + //七小对 + public int IsQiXiaoDui(Map tempCardList, List opCards) + { + //组合判断 + if (opCards.size() != 0) return -1; + + //麻将判断 + int mCountTmp = 0; + int mDaDuiNum = 0; + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if ((num!=0) && (num!=2) && (num!=4)) + { + return -1; + } + if (num == 2) { + mCountTmp++; + } + else if (num == 4) { + mCountTmp += 2; + mDaDuiNum++; + } + } + + if (mCountTmp == 7) + { + return mDaDuiNum; + } + + return -1; + } + + public boolean IsZiYiSe(Map tempCardList, List opCards) + { + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + if (card < 400) + { + return false; + } + } + + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card < 400) + { + return false; + } + } + + return true; + } + + public boolean IsQingYiSe(Map tempCardList, List opCards) + { + int perColor = -1; + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int color = card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + int color = op_card.card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + return true; + } + + public boolean IsHunYiSe(Map tempCardList, List opCards) + { + int perColor = -1; + boolean hunyise = false; + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int color = card / 100; + if (card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + int color = op_card.card / 100; + if (op_card.card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + + if (perColor != -1 && hunyise) + return true; + + return false; + } + + boolean IsShiBaLuoHan(Map tempCardList, List opCards) + { + int count = 0; + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.type == RuleWeight.TYPE_KONG || op_card.type == RuleWeight.TYPE_SELF_KONG) + { + count++; + } + } + + if (count >= 4) + { + return true; + } + + return false; + } + + //混幺九 + boolean IsHuYaoJiu(TagAnalyseItem item) { + boolean yaoKeZe = false; + if (item.cbCardEye < 400) { + int value = item.cbCardEye % 100; + if (value != 1 && value != 9) { + return false; + } + } + + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card < 400) { + int value = card % 100; + if (value != 1 && value != 9) { + return false; + } else { + yaoKeZe = true; + } + } + } + } + + if (yaoKeZe) + { + return true; + } + + return false; + } + + //清幺九 + boolean IsQingYaoJiu(TagAnalyseItem item) { + if (item.cbCardEye < 400) { + int value = item.cbCardEye % 100; + if (value != 1 && value != 9) { + return false; + } + } + else + { + return false; + } + + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card < 400) { + int value = card % 100; + if (value != 1 && value != 9) { + return false; + } + } + else + { + return false; + } + } + } + + return true; + } + + boolean IsQuanFeng(TagAnalyseItem item) { + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card < 400) { + return false; + } + } + } + + return true; + } + + int IsDaXiaoSanYuan(Map tempCardList, List opCards) + { + byte mKeCount = 0; + byte mDuiCount = 0; + //组合判断 + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card == Config.HONGZHONG + || op_card.card == Config.FACAI + || op_card.card == Config.BAIBAN) + { + mKeCount++; + } + } + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + + if (card == Config.HONGZHONG + || card == Config.FACAI + || card == Config.BAIBAN) + { + if (num == 2) + { + mDuiCount++; + } + + if (num == 3) + { + mKeCount++; + } + } + } + + //大三元 + if (mKeCount ==3) + { + return 1; + } + + //小三元 + if ((mKeCount ==2) && (mDuiCount ==1)) + { + return 2; + } + + return 0; + } + + boolean QuanQiuRen(Map tempCardList, List opCards) + { + if (opCards.size() != 4) + { + return false; + } + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num != 0 && num != 2) + { + return false; + } + } + return false; + } + + boolean ThirteenOne(Map tempCardList, List opCards) + { + if (opCards.size() > 0) + { + return false; + } + + List tempList = new ArrayList(); + tempList.add(101); + tempList.add(109); + tempList.add(201); + tempList.add(209); + tempList.add(301); + tempList.add(309); + tempList.add(Config.DONGFENG); + tempList.add(Config.NANFENG); + tempList.add(Config.XIFENG); + tempList.add(Config.BEIFENG); + tempList.add(Config.HONGZHONG); + tempList.add(Config.FACAI); + tempList.add(Config.BAIBAN); + + int jiangnum = 0; + for(int i = 0; i < tempList.size(); i++) + { + int card = tempList.get(i); + if (tempCardList.getOrDefault(card, 0) != 1) + { + if (tempCardList.getOrDefault(card, 0) == 2) + { + jiangnum++; + if (jiangnum >= 2) + { + return false; + } + } + else { + return false; + } + } + } + + if (jiangnum == 1) + { + return true; + } + return false; + } + + int IsDaXiaoSiXi(Map tempCardList, List opCards) + { + int keCount = 0; + int duiCount = 0; + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card == Config.DONGFENG + || op_card.card == Config.NANFENG + || op_card.card == Config.XIFENG + || op_card.card == Config.BEIFENG) + { + keCount++; + } + } + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == Config.DONGFENG + || card == Config.NANFENG + || card == Config.XIFENG + || card == Config.BEIFENG) + { + if (num == 3) + { + keCount++; + } + + if (num == 2) + { + duiCount++; + } + } + } + + //大四喜 + if (keCount >= 4) + { + return 1; + } + //小四喜 + else if (keCount >= 3 && duiCount >= 1) + { + return 2; + } + + return 0; + } + + boolean DaSiXi(Map tempCardList, List opCards) + { + int count = 0; + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card == Config.DONGFENG + || op_card.card == Config.NANFENG + || op_card.card == Config.XIFENG + || op_card.card == Config.BEIFENG) + { + count++; + } + } + + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num >= 3) + { + if (card == Config.DONGFENG + || card == Config.NANFENG + || card == Config.XIFENG + || card == Config.BEIFENG) + { + count++; + } + } + } + + if (count >= 4) + { + return true; + } + + return false; + } + + boolean AnalyseChiHuCard(Map map, List opCards, ITObject config) + { + Map tempCardList = new HashMap(); + tempCardList.putAll(this.cbCardMap); + + List tempCardListEx = new ArrayList(); + for (int index = 1; index <= 9; index++) { + boolean nowan = config.getBoolean(Config.ROOM_CONFIG_NO_WAN); + if (!nowan) + { + tempCardListEx.add(100 + index); + } + tempCardListEx.add(200 + index); + tempCardListEx.add(300 + index); + } + + boolean wufeng = config.getBoolean(Config.ROOM_CONFIG_WU_FENG); + if (!wufeng) + { + tempCardListEx.add(Config.DONGFENG); + tempCardListEx.add(Config.NANFENG); + tempCardListEx.add(Config.XIFENG); + tempCardListEx.add(Config.BEIFENG); + tempCardListEx.add(Config.HONGZHONG); + tempCardListEx.add(Config.FACAI); + tempCardListEx.add(Config.BAIBAN); + } + + if (this.laizi_count == 1) + { + List> tempLaiziMapList = new ArrayList>(); + for(int i = 0; i < tempCardListEx.size(); i++) + { + Map tempLaiziMap = new HashMap(); + if (AnalyseChiHuCardEx(tempLaiziMap, tempCardList, tempCardListEx.get(i), opCards, config)) + { + tempLaiziMapList.add(tempLaiziMap); + } + } + if (tempLaiziMapList.size() > 0) + { + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + map.putAll(tempLaiziMap); + return true; + } + return false; + } + + if (this.laizi_count == 2) + { + List> tempLaiziMapList = new ArrayList>(); + for(int x =0; x < tempCardListEx.size(); x++) + { + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) +1); + for(int i = 0; i < tempCardListEx.size(); i++) + { + Map tempLaiziMap = new HashMap(); + if (AnalyseChiHuCardEx(tempLaiziMap, tempCardList, tempCardListEx.get(i), opCards, config)) + { + tempLaiziMapList.add(tempLaiziMap); + } + } + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) -1); + } + if (tempLaiziMapList.size() > 0) + { + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + map.putAll(tempLaiziMap); + return true; + } + return false; + } + + if (this.laizi_count == 3) + { + List> tempLaiziMapList = new ArrayList>(); + for(int y = 0; y < tempCardListEx.size(); y++) + { + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) +1); + for(int x =0; x < tempCardListEx.size(); x++) + { + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) +1); + for(int i = 0; i < tempCardListEx.size(); i++) + { + Map tempLaiziMap = new HashMap(); + if (AnalyseChiHuCardEx(tempLaiziMap, tempCardList, tempCardListEx.get(i), opCards, config)) + { + tempLaiziMapList.add(tempLaiziMap); + } + } + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) -1); + } + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) -1); + } + if (tempLaiziMapList.size() > 0) + { + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + map.putAll(tempLaiziMap); + return true; + } + return false; + } + + if (this.laizi_count == 4) + { + List> tempLaiziMapList = new ArrayList>(); + for(int z = 0; z < tempCardListEx.size(); z++) + { + tempCardList.put(tempCardListEx.get(z), tempCardList.getOrDefault(tempCardListEx.get(z), 0) +1); + for(int y = 0; y < tempCardListEx.size(); y++) + { + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) +1); + for(int x =0; x < tempCardListEx.size(); x++) + { + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) +1); + for(int i = 0; i < tempCardListEx.size(); i++) + { + Map tempLaiziMap = new HashMap(); + if (AnalyseChiHuCardEx(tempLaiziMap, tempCardList, tempCardListEx.get(i), opCards, config)) + { + tempLaiziMapList.add(tempLaiziMap); + } + } + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) -1); + } + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) -1); + } + tempCardList.put(tempCardListEx.get(z), tempCardList.getOrDefault(tempCardListEx.get(z), 0) -1); + } + if (tempLaiziMapList.size() > 0) + { + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + map.putAll(tempLaiziMap); + return true; + } + return false; + } + + if (this.laizi_count == 5) + { + List> tempLaiziMapList = new ArrayList>(); + for(int a = 0; a < tempCardListEx.size(); a++) + { + tempCardList.put(tempCardListEx.get(a), tempCardList.getOrDefault(tempCardListEx.get(a), 0) +1); + for(int z = 0; z < tempCardListEx.size(); z++) + { + tempCardList.put(tempCardListEx.get(z), tempCardList.getOrDefault(tempCardListEx.get(z), 0) +1); + for(int y = 0; y < tempCardListEx.size(); y++) + { + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) +1); + for(int x =0; x < tempCardListEx.size(); x++) + { + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) +1); + for(int i = 0; i < tempCardListEx.size(); i++) + { + Map tempLaiziMap = new HashMap(); + if (AnalyseChiHuCardEx(tempLaiziMap, tempCardList, tempCardListEx.get(i), opCards, config)) + { + tempLaiziMapList.add(tempLaiziMap); + } + } + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) -1); + } + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) -1); + } + tempCardList.put(tempCardListEx.get(z), tempCardList.getOrDefault(tempCardListEx.get(z), 0) -1); + } + tempCardList.put(tempCardListEx.get(a), tempCardList.getOrDefault(tempCardListEx.get(a), 0) -1); + } + + if (tempLaiziMapList.size() > 0) + { + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + map.putAll(tempLaiziMap); + return true; + } + return false; + } + + if (this.laizi_count == 6) + { + List> tempLaiziMapList = new ArrayList>(); + for(int b = 0; b < tempCardListEx.size(); b++) + { + tempCardList.put(tempCardListEx.get(b), tempCardList.getOrDefault(tempCardListEx.get(b), 0) +1); + for(int a = 0; a < tempCardListEx.size(); a++) + { + tempCardList.put(tempCardListEx.get(a), tempCardList.getOrDefault(tempCardListEx.get(a), 0) +1); + for(int z = 0; z < tempCardListEx.size(); z++) + { + tempCardList.put(tempCardListEx.get(z), tempCardList.getOrDefault(tempCardListEx.get(z), 0) +1); + for(int y = 0; y < tempCardListEx.size(); y++) + { + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) +1); + for(int x =0; x < tempCardListEx.size(); x++) + { + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) +1); + for(int i = 0; i < tempCardListEx.size(); i++) + { + Map tempLaiziMap = new HashMap(); + if (AnalyseChiHuCardEx(tempLaiziMap, tempCardList, tempCardListEx.get(i), opCards, config)) + { + tempLaiziMapList.add(tempLaiziMap); + } + } + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) -1); + } + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) -1); + } + tempCardList.put(tempCardListEx.get(z), tempCardList.getOrDefault(tempCardListEx.get(z), 0) -1); + } + tempCardList.put(tempCardListEx.get(a), tempCardList.getOrDefault(tempCardListEx.get(a), 0) -1); + } + + tempCardList.put(tempCardListEx.get(b), tempCardList.getOrDefault(tempCardListEx.get(b), 0) -1); + } + + if (tempLaiziMapList.size() > 0) + { + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + map.putAll(tempLaiziMap); + return true; + } + return false; + } + + if (this.laizi_count == 7) + { + List> tempLaiziMapList = new ArrayList>(); + for(int c = 0; c < tempCardListEx.size(); c++) + { + tempCardList.put(tempCardListEx.get(c), tempCardList.getOrDefault(tempCardListEx.get(c), 0) +1); + for(int b = 0; b < tempCardListEx.size(); b++) + { + tempCardList.put(tempCardListEx.get(b), tempCardList.getOrDefault(tempCardListEx.get(b), 0) +1); + for(int a = 0; a < tempCardListEx.size(); a++) + { + tempCardList.put(tempCardListEx.get(a), tempCardList.getOrDefault(tempCardListEx.get(a), 0) +1); + for(int z = 0; z < tempCardListEx.size(); z++) + { + tempCardList.put(tempCardListEx.get(z), tempCardList.getOrDefault(tempCardListEx.get(z), 0) +1); + for(int y = 0; y < tempCardListEx.size(); y++) + { + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) +1); + for(int x =0; x < tempCardListEx.size(); x++) + { + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) +1); + for(int i = 0; i < tempCardListEx.size(); i++) + { + Map tempLaiziMap = new HashMap(); + if (AnalyseChiHuCardEx(tempLaiziMap, tempCardList, tempCardListEx.get(i), opCards, config)) + { + tempLaiziMapList.add(tempLaiziMap); + } + } + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) -1); + } + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) -1); + } + tempCardList.put(tempCardListEx.get(z), tempCardList.getOrDefault(tempCardListEx.get(z), 0) -1); + } + tempCardList.put(tempCardListEx.get(a), tempCardList.getOrDefault(tempCardListEx.get(a), 0) -1); + } + + tempCardList.put(tempCardListEx.get(b), tempCardList.getOrDefault(tempCardListEx.get(b), 0) -1); + } + + tempCardList.put(tempCardListEx.get(c), tempCardList.getOrDefault(tempCardListEx.get(c), 0) -1); + } + + if (tempLaiziMapList.size() > 0) + { + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + map.putAll(tempLaiziMap); + return true; + } + return false; + } + + if (this.laizi_count == 8) + { + List> tempLaiziMapList = new ArrayList>(); + for(int d = 0; d < tempCardListEx.size(); d++) + { + tempCardList.put(tempCardListEx.get(d), tempCardList.getOrDefault(tempCardListEx.get(d), 0) +1); + for(int c = 0; c < tempCardListEx.size(); c++) + { + tempCardList.put(tempCardListEx.get(c), tempCardList.getOrDefault(tempCardListEx.get(c), 0) +1); + for(int b = 0; b < tempCardListEx.size(); b++) + { + tempCardList.put(tempCardListEx.get(b), tempCardList.getOrDefault(tempCardListEx.get(b), 0) +1); + for(int a = 0; a < tempCardListEx.size(); a++) + { + tempCardList.put(tempCardListEx.get(a), tempCardList.getOrDefault(tempCardListEx.get(a), 0) +1); + for(int z = 0; z < tempCardListEx.size(); z++) + { + tempCardList.put(tempCardListEx.get(z), tempCardList.getOrDefault(tempCardListEx.get(z), 0) +1); + for(int y = 0; y < tempCardListEx.size(); y++) + { + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) +1); + for(int x =0; x < tempCardListEx.size(); x++) + { + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) +1); + for(int i = 0; i < tempCardListEx.size(); i++) + { + Map tempLaiziMap = new HashMap(); + if (AnalyseChiHuCardEx(tempLaiziMap, tempCardList, tempCardListEx.get(i), opCards, config)) + { + tempLaiziMapList.add(tempLaiziMap); + } + } + tempCardList.put(tempCardListEx.get(x), tempCardList.getOrDefault(tempCardListEx.get(x), 0) -1); + } + tempCardList.put(tempCardListEx.get(y), tempCardList.getOrDefault(tempCardListEx.get(y), 0) -1); + } + tempCardList.put(tempCardListEx.get(z), tempCardList.getOrDefault(tempCardListEx.get(z), 0) -1); + } + tempCardList.put(tempCardListEx.get(a), tempCardList.getOrDefault(tempCardListEx.get(a), 0) -1); + } + + tempCardList.put(tempCardListEx.get(b), tempCardList.getOrDefault(tempCardListEx.get(b), 0) -1); + } + + tempCardList.put(tempCardListEx.get(c), tempCardList.getOrDefault(tempCardListEx.get(c), 0) -1); + } + + tempCardList.put(tempCardListEx.get(d), tempCardList.getOrDefault(tempCardListEx.get(d), 0) -1); + } + + if (tempLaiziMapList.size() > 0) + { + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + map.putAll(tempLaiziMap); + return true; + } + return false; + } + + if (AnalyseChiHuCardEx(map, tempCardList, 0, opCards, config)) + { + return true; + } + + return false; + } + + boolean AnalyseChiHuCardEx(Map map, Map cardListParam, int curCard, List opCards, ITObject config) + { + Map tempCardList = new HashMap<>(); + tempCardList.putAll(cardListParam); + + if (curCard > 0) + { + tempCardList.put(curCard, tempCardList.getOrDefault(curCard, 0)+1); + } + + List clearCardList = new ArrayList<>(); + for (Map.Entry entry : tempCardList.entrySet()) { + if (entry.getValue() == 0) + { + clearCardList.add(entry.getKey()); + } + } + + for(int i = 0; i < clearCardList.size(); i++) + { + tempCardList.remove(clearCardList.get(i)); + } + + //变量定义 + List tagAnalyseItemList = new ArrayList(); + List wChiHuKind = new ArrayList(); + + //分析麻将 + AnalyseCard(tempCardList, opCards, tagAnalyseItemList); + + //胡牌分析 + if (tagAnalyseItemList.size() > 0) + { + //牌型分析 + for (int i = 0;i < tagAnalyseItemList.size();i++) + { + //变量定义 + boolean bLianCard=false,bPengCard=false,b258Card=false; + TagAnalyseItem pAnalyseItem= tagAnalyseItemList.get(i); + + //牌型分析 + for (int j = 0;j < pAnalyseItem.cbOpCard.size(); j++) { + OpCard cbWeaveKind = pAnalyseItem.cbOpCard.get(j); + if (cbWeaveKind.type == RuleWeight.TYPE_PONG + || cbWeaveKind.type == RuleWeight.TYPE_KONG + || cbWeaveKind.type == RuleWeight.TYPE_SELF_KONG + || cbWeaveKind.type == RuleWeight.TYPE_PONG_KONG) { + bPengCard = true; + } + + if (cbWeaveKind.type == RuleWeight.TYPE_CHOW) { + bLianCard = true; + } + } + + //牌型判断 + if (bLianCard==false && bPengCard==false) + { + return false; + } + + if (bLianCard && bPengCard == false) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, true, "平胡"); + } + else if (bLianCard && bPengCard) + { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, true, "平胡"); + } + else + { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1,WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + + //特殊--碰碰胡 + if ((bLianCard==false)&&(bPengCard==true)) + { + if (config.getBoolean(Config.ROOM_CONFIG_PENGPENGHU)) + { + wChiHuKind.add(WinCardType.PENGPENGHU); + putWinCardType(map, WinCardType.PENGPENGHU, 1,WinCardType.PENGPENGHU_SCORE, true, "碰碰胡"); + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) + { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1,WinCardType.PINGHU_SCORE, true, "平胡"); + } + else + { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1,WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_YAO_JIU)) + { + if (config.getBoolean(Config.ROOM_CONFIG_han19)) + { + if (IsHuYaoJiu(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.YAO_JIU); + putWinCardType(map, WinCardType.YAO_JIU, 1,WinCardType.YAO_JIU_SCORE, true, "混幺九"); + } + } + else + { + if (IsQingYaoJiu(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.YAO_JIU); + putWinCardType(map, WinCardType.YAO_JIU, 1,WinCardType.YAO_JIU_SCORE, true, "清幺九"); + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_QING_YAO_JIU)) + { + if (IsQingYaoJiu(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.YAO_JIU); + putWinCardType(map, WinCardType.QING_YAO_JIU, 1,WinCardType.QING_YAO_JIU_SCORE, true, "清幺九"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_QUAN_FENG)) + { + if (IsQuanFeng(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.QUAN_FENG); + putWinCardType(map, WinCardType.QUAN_FENG, 1,WinCardType.QUAN_FENG_SCORE, true, "全风"); + } + } + } + } + + //特殊胡牌 + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + int DaDuiNum = IsQiXiaoDui(tempCardList, opCards); + if (DaDuiNum >= 0) + { + wChiHuKind.add(WinCardType.QIXIAODUI); + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA_QIDUI)) + { + if (DaDuiNum == 0) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 2, true, "七对加番"); + } + else if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_4BEI)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 4, true, "七对四倍"); + } + else { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE, true, "七小对"); + } + } + } + else if (DaDuiNum == 1) + { + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA_QIDUI)) + putWinCardType(map, WinCardType.HAOHUA_QIXIAODUI, 1, WinCardType.HAOHUA_QIXIAODUI_SCORE, true, "豪华七小对"); + } + else if (DaDuiNum == 2) + { + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA2_QIDUI)) + putWinCardType(map, WinCardType.HAOHUA2_QIXIAODUI, 1, WinCardType.HAOHUA2_QIXIAODUI_SCORE, true, "双豪华七小对"); + } + else if (DaDuiNum == 3) + { + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA3_QIDUI)) + putWinCardType(map, WinCardType.HAOHUA3_QIXIAODUI, 1, WinCardType.HAOHUA3_QIXIAODUI_SCORE, true, "三豪华七小对"); + } + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 2, true, "七对加番"); + } + else if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_4BEI)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 4, true, "七对四倍"); + } + else { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE, true, "七小对"); + } + } + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_SHISHANGYAO)) + { + if (ThirteenOne(tempCardList, opCards)) + { + wChiHuKind.add(WinCardType.SHI_SHAN_YAO); + putWinCardType(map, WinCardType.SHI_SHAN_YAO, 1, WinCardType.SHI_SHAN_YAO_SCORE, true, "十三幺"); + } + } + + //结果判断 + if (wChiHuKind.size() > 0) + { + if (config.getBoolean(Config.ROOM_CONFIG_QINGYISE)) + { + if (IsQingYiSe(tempCardList, opCards)) + { + wChiHuKind.add(WinCardType.QINGYISE); + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QINGYISE_SCORE, true, "清一色"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_ZIYISE)) + { + if (IsZiYiSe(tempCardList, opCards)) + { + wChiHuKind.add(WinCardType.ZI_YI_SE); + putWinCardType(map, WinCardType.ZI_YI_SE, 1,WinCardType.ZI_YI_SE_SCORE, true, "字一色"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_HUNYISE)) + { + if (IsHunYiSe(tempCardList, opCards)) + { + wChiHuKind.add(WinCardType.HUN_YI_SE); + putWinCardType(map, WinCardType.HUN_YI_SE, 1,WinCardType.HUN_YI_SE_SCORE, true, "混一色"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_DASHANYUAN) || config.getBoolean(Config.ROOM_CONFIG_XIAOSHANYUAN)) + { + int sanyuan = IsDaXiaoSanYuan(tempCardList, opCards); + if (sanyuan > 0) + { + //大三元 + if (sanyuan == 1) + { + if (config.getBoolean(Config.ROOM_CONFIG_DASHANYUAN)) + { + wChiHuKind.add(WinCardType.DA_SHAN_YUAN); + putWinCardType(map, WinCardType.DA_SHAN_YUAN, 1, WinCardType.DA_SHAN_YUAN_SCORE, true, "大三元"); + } + } + //小山元 + else if (sanyuan == 2) + { + if (config.getBoolean(Config.ROOM_CONFIG_XIAOSHANYUAN)) + { + wChiHuKind.add(WinCardType.XIAO_SHAN_YUAN); + putWinCardType(map, WinCardType.XIAO_SHAN_YUAN, 1, WinCardType.XIAO_SHAN_YUAN_SCORE, true, "小三元"); + } + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_DASIXI) || config.getBoolean(Config.ROOM_CONFIG_XIAOSIXI)) + { + int sixi = IsDaXiaoSiXi(tempCardList, opCards); + if (sixi > 0) + { + //大四喜 + if (sixi == 1) + { + if (config.getBoolean(Config.ROOM_CONFIG_DASIXI)) + { + wChiHuKind.add(WinCardType.XIAO_SHAN_YUAN); + putWinCardType(map, WinCardType.DA_SI_XI, 1, WinCardType.DA_SI_XI_SCORE, true, "大四喜"); + } + } + //小四喜 + else if (sixi == 2) + { + if (config.getBoolean(Config.ROOM_CONFIG_XIAOSIXI)) + { + wChiHuKind.add(WinCardType.XIAO_SHAN_YUAN); + putWinCardType(map, WinCardType.XIAO_SI_XI, 1, WinCardType.XIAO_SI_XI_SCORE, true, "小四喜"); + } + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_SHIBALUOHAN)) + { + if (IsShiBaLuoHan(tempCardList, opCards)) + { + wChiHuKind.add(WinCardType.SHI_BA_LUO_HAN); + putWinCardType(map, WinCardType.SHI_BA_LUO_HAN, 1, WinCardType.SHI_BA_LUO_HAN_SCORE, true, "十八罗汉"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_QUAN_FENG_SCORE)) + { + if (QuanQiuRen(tempCardList, opCards)) + { + wChiHuKind.add(WinCardType.QUAN_QIU_REN); + putWinCardType(map, WinCardType.QUAN_QIU_REN, 1, WinCardType.QUAN_QIU_REN_SCORE, true, "全求人"); + } + } + + return true; + } + + return false; + } + + boolean AnalyseCard(Map tempCardList, List opCards, List tagAnalyseItemList) + { + //计算数目 + int cbCardCount = 0; + for (Map.Entry entry : tempCardList.entrySet()) { + cbCardCount += entry.getValue(); + } + + //效验数目 + if ((cbCardCount<2)||(cbCardCount>14)||((cbCardCount-2)%3!=0)) { + return false; + } + + //变量定义 + List tagKindList = new ArrayList(); + + //需求判断 + int cbLessKindItem=(cbCardCount-2)/3; + if (cbLessKindItem+opCards.size()!=4) + { + return false; + } + + //单吊判断 + if (cbLessKindItem==0) + { + //效验参数 + if (!((cbCardCount==2)&&(opCards.size()==4))) + { + return false; + } + + //牌眼判断 + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num == 2) + { + //变量定义 + TagAnalyseItem AnalyseItem = new TagAnalyseItem(); + + //设置结果 + for (int i = 0; i < opCards.size(); i++) + { + OpCard src_card = opCards.get(i); + OpCard op_card = new OpCard(src_card.type, src_card.card); + AnalyseItem.cbOpCard.add(src_card); + } + AnalyseItem.cbCardEye = card; + + //插入结果 + tagAnalyseItemList.add(AnalyseItem); + + return true; + } + } + + return false; + } + + //拆分分析 + if (cbCardCount>=3) + { + for (Map.Entry entry : tempCardList.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + //同牌判断 + if (num >= 3) + { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_PONG; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card; + kindItem.cbCardList[2] = card; + tagKindList.add(kindItem); + } + + //连牌判断 + if (card < 400 && card % 100 <= 7 && num >0) + { + for(int i = 1; i <= num; i++) + { + if (tempCardList.getOrDefault(card + 1, 0) >= i && tempCardList.getOrDefault(card + 2, 0) >= i) + { + TagKindItem kindItem = new TagKindItem(); + kindItem.type = RuleWeight.TYPE_CHOW; + kindItem.card = card; + kindItem.cbCardList[0] = card; + kindItem.cbCardList[1] = card + 1; + kindItem.cbCardList[2] = card + 2; + tagKindList.add(kindItem); + } + } + } + } + } + + //组合分析 + if (tagKindList.size() >= cbLessKindItem) + { + //变量定义 + Integer[] cbIndex = new Integer[4]; //{0,1,2,3}; + cbIndex[0] = 0; + cbIndex[1] = 1; + cbIndex[2] = 2; + cbIndex[3] = 3; + + TagKindItem[] pKindItem = new TagKindItem[4]; + pKindItem[0] = null; + pKindItem[1] = null; + pKindItem[2] = null; + pKindItem[3] = null; + + //开始组合 + do + { + //设置变量 + Map cbCardMap_temp = new HashMap(); + cbCardMap_temp.putAll(tempCardList); + + for (int i = 0;i < cbLessKindItem; i++) { + pKindItem[i] = tagKindList.get(cbIndex[i]); + } + + //数量判断 + boolean bEnoughCard=true; + for (int i = 0; i < cbLessKindItem * 3; i++) + { + //存在判断 + int cbCardIndex = pKindItem[i/3].cbCardList[i%3]; + if (cbCardMap_temp.getOrDefault(cbCardIndex, 0) <= 0) + { + bEnoughCard=false; + break; + } + else + { + if (cbCardMap_temp.containsKey(cbCardIndex)) + { + cbCardMap_temp.put(cbCardIndex, cbCardMap_temp.get(cbCardIndex)-1); + } + } + } + + //胡牌判断 + if (bEnoughCard == true) + { + //牌眼判断 + int cbCardEye = 0; + for (Map.Entry entry : cbCardMap_temp.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (num == 2) + { + cbCardEye = card; + break; + } + } + + //组合类型 + if (cbCardEye != 0) + { + //变量定义 + TagAnalyseItem AnalyseItem = new TagAnalyseItem(); + + //设置组合 + for (int i = 0; i < opCards.size(); i++) + { + OpCard src_card = opCards.get(i); + OpCard op_card = new OpCard(src_card.type, src_card.card); + AnalyseItem.cbOpCard.add(op_card); + } + + //设置牌型 + for (int i = 0; i < cbLessKindItem; i++) + { + OpCard op_card = new OpCard(pKindItem[i].type, pKindItem[i].card); + AnalyseItem.cbOpCard.add(op_card); + } + + //设置牌眼 + AnalyseItem.cbCardEye = cbCardEye; + + //插入结果 + tagAnalyseItemList.add(AnalyseItem); + } + } + + //设置索引 + if (cbIndex[cbLessKindItem-1] == (tagKindList.size()-1)) + { + int i = cbLessKindItem-1; + for (;i>0;i--) + { + if ((cbIndex[i-1]+1) != cbIndex[i]) + { + int cbNewIndex=cbIndex[i-1]; + for (int j=(i-1);j 0); + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/uitl/WinSplitCard.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/uitl/WinSplitCard.java new file mode 100644 index 0000000..d0c2e16 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/main/java/extend/mj/uitl/WinSplitCard.java @@ -0,0 +1,2169 @@ +package extend.mj.uitl; + +import com.game.Global; +import com.taurus.core.entity.ITObject; +import extend.mj.*; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class WinSplitCard { + //获取数值 + public static int GetCardValue(int cbCardData) { return cbCardData % 100; } + //获取花色 + public static int GetCardColor(int cbCardData) { return cbCardData / 100; } + + //扑克转换 + public static int SwitchToCardData(int cbCardIndex) + { + int cbCardColor= cbCardIndex/10; + int cbCardValue= cbCardIndex%10; + if (cbCardIndex < 27) + { //9 -> 200 + 1 //10 -> 202 //11 -> 203 // 17 -> 209 // 18 -> 301 19->302 20 -> 303 26->309 + if (cbCardValue + (cbCardColor+1) >= 10) + { + return (cbCardColor+2) * 100 + (cbCardValue + (cbCardColor+1)) % 10 + 1; + } + else { + return (cbCardColor+1) * 100 + cbCardValue + (cbCardColor+1); + } + } + else { //27 -> 400 //28 -> 403 // 29 -> 406 // 30 -> 409 //31 -> 412 // 32 -> 415 // 33 -> 418 + if (cbCardValue + (cbCardColor+1) >= 10) + { + return (cbCardColor+2) * 100 + (cbCardValue + (cbCardColor+1)) % 10 * 3; + } + else { + return (cbCardColor+1) * 100 + (cbCardValue + cbCardColor) * 3; + } + } + } + + //扑克转换 + public static int SwitchToCardIndex(int cbCardData) + { + //扑克属性 + int cbCardColor=GetCardColor(cbCardData); + int cbCardValue=GetCardValue(cbCardData); + if (cbCardColor <= 3) + { + return (cbCardColor-1)*10+cbCardValue-cbCardColor; + } + else { + return (cbCardColor-1)*10+cbCardValue/3-cbCardColor+1; + } + } + + //扑克转换 + public static int[] SwitchToCardData(List cardInhand) + { + int[] cardIndex = new int[34]; + for(int i = 0; i < cardIndex.length; i++) + { + cardIndex[i] = 0; + } + + for(int i = 0; i < cardInhand.size(); i++) + { + int pos = SwitchToCardIndex(cardInhand.get(i)); + cardIndex[pos]++; + } + + return cardIndex; + } + + //扑克转换 + public static List SwitchToCardIndex(int[] cardIndex) + { + List cardIndexList = new ArrayList(); + for(int i = 0; i < cardIndex.length; i++) + { + for(int j = 0; j < cardIndex[i]; j++) + { + int card = SwitchToCardData(i); + cardIndexList.add(card); + } + } + return cardIndexList; + } + + public final static WinCardType putWinCardType(Map map, int type, int value,int score, boolean isDaHu, String desc) { + if (map == null) + return null; + if (isDaHu) + { + map.remove(WinCardType.JIHU); + map.remove(WinCardType.PINGHU); + } + if (map.containsKey(type)) { + WinCardType wct = map.get(type); + wct.value += value; + //Global.logger.info("putWinCardType: " + wct.toString()); + return wct; + } else { + WinCardType wct = new WinCardType(type, value,score, isDaHu, desc); + map.put(type, wct); + //Global.logger.info("putWinCardType: " + wct.toString()); + return wct; + } + } + + public static boolean IsZiYiSe(int[] hand_cards, int max_gui, List opCards) + { + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card != 0) + { + if (op_card.card < 400) + { + return false; + } + } + } + + for(int i = 0; i < hand_cards.length; i++) + { + int card = SwitchToCardData(i); + int num = hand_cards[i]; + if (num > 0) + { + if (card < 400) + { + return false; + } + } + } + + return true; + } + + public static boolean IsZiYiSe(TagAnalyseItem item) + { + if (item.cbCardEye != 0) + { + int card = item.cbCardEye; + if (card < 400) + { + return false; + } + } + + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.card != 0) + { + if (op_card.card < 400) + { + return false; + } + } + } + + return true; + } + + public static boolean IsQingYiSe(int[] hand_cards, int max_gui, List opCards) + { + int perColor = -1; + + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card != 0) + { + int color = op_card.card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + } + + for(int i = 0; i < hand_cards.length; i++) + { + int card = SwitchToCardData(i); + int num = hand_cards[i]; + if (num > 0) + { + int color = card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + } + return true; + } + + public static boolean IsQingYiSe(TagAnalyseItem item) + { + int perColor = -1; + if (item.cbCardEye != 0) + { + int card = item.cbCardEye; + int color = card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.card != 0) + { + int color = op_card.card / 100; + if (color >= 4) + { + return false; + } + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + } + return true; + } + + public static boolean IsHunYiSe(int[] hand_cards, int max_gui, List opCards) + { + int perColor = -1; + boolean hunyise = false; + + for(int i = 0; i < opCards.size(); i++) + { + OpCard op_card = opCards.get(i); + if (op_card.card != 0) + { + int color = op_card.card / 100; + if (op_card.card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + else { + hunyise = true; + } + } + + for(int i = 0; i < hand_cards.length; i++) + { + int card = SwitchToCardData(i); + int num = hand_cards[i]; + if (num > 0) + { + int color = card / 100; + if (card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + } + + int need_gui = 0; + if (hunyise == false) + { + need_gui++; + hunyise = true; + } + + if (perColor == -1) + { + need_gui++; + perColor = 1; + } + + if (need_gui > max_gui) + { + return false; + } + + if (perColor != -1 && hunyise) + return true; + + return false; + } + + public static boolean IsHunYiSe(TagAnalyseItem item) + { + int perColor = -1; + boolean hunyise = false; + if (item.cbCardEye != 0) + { + int card = item.cbCardEye; + int color = card / 100; + if (card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + else { + hunyise = true; + } + + + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.card != 0) + { + int color = op_card.card / 100; + if (op_card.card < 400) + { + if (perColor == -1) + { + perColor = color; + } + else if (perColor != color) + { + return false; + } + else { + perColor = color; + } + } + else + { + hunyise = true; + } + } + else { + hunyise = true; + } + } + + if (perColor != -1 && hunyise) + return true; + + return false; + } + + public static boolean IsShiBaLuoHan(TagAnalyseItem item) + { + int count = 0; + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_KONG || op_card.type == RuleWeight.TYPE_SELF_KONG) + { + count++; + } + } + + if (count >= 4) + { + return true; + } + + return false; + } + + //混幺九 + public static boolean IsHuYaoJiu(TagAnalyseItem item) { + boolean yaoKeZe = false; + if (item.cbCardEye != 0) + { + if (item.cbCardEye < 400) { + int value = item.cbCardEye % 100; + if (value != 1 && value != 9) { + return false; + } + } + } + + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card != 0) + { + if (card < 400) { + int value = card % 100; + if (value != 1 && value != 9) { + return false; + } else { + yaoKeZe = true; + } + } + } + else { + yaoKeZe = true; + } + } + } + + if (yaoKeZe) + { + return true; + } + + return false; + } + + //清幺九 + public static boolean IsQingYaoJiu(TagAnalyseItem item) { + if (item.cbCardEye != 0) + { + if (item.cbCardEye < 400) { + int value = item.cbCardEye % 100; + if (value != 1 && value != 9) { + return false; + } + } + else + { + return false; + } + } + + + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card != 0) + { + if (card < 400) { + int value = card % 100; + if (value != 1 && value != 9) { + return false; + } + } + else + { + return false; + } + } + } + } + + return true; + } + + public static boolean IsQuanFeng(TagAnalyseItem item) { + for (int i = 0; i < item.cbOpCard.size(); i++) { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.type == RuleWeight.TYPE_CHOW) { + return false; + } else { + int card = op_card.card; + if (card != 0 && card < 400) { + return false; + } + } + } + + return true; + } + + + public static int IsDaXiaoSanYuan(TagAnalyseItem item) + { + byte mKeCount = 0; + byte mDuiCount = 0; + + if (item.cbCardEye != 0) + { + if (item.cbCardEye == Config.HONGZHONG + || item.cbCardEye == Config.FACAI + || item.cbCardEye == Config.BAIBAN) + { + mDuiCount++; + } + } + else { + mDuiCount++; + } + + //组合判断 + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.card != 0) + { + if (op_card.card == Config.HONGZHONG + || op_card.card == Config.FACAI + || op_card.card == Config.BAIBAN) + { + mKeCount++; + } + } + else { + mKeCount++; + } + } + + //大三元 + if (mKeCount ==3) + { + return 1; + } + + //小三元 + if ((mKeCount ==2) && (mDuiCount ==1)) + { + return 2; + } + + return 0; + } + + public static int IsDaXiaoSiXi(TagAnalyseItem item) + { + int keCount = 0; + int duiCount = 0; + if (item.cbCardEye != 0) + { + if (item.cbCardEye == Config.DONGFENG + || item.cbCardEye == Config.NANFENG + || item.cbCardEye == Config.XIFENG + || item.cbCardEye == Config.BEIFENG) + { + duiCount++; + } + } + else { + duiCount++; + } + + for(int i = 0; i < item.cbOpCard.size(); i++) + { + OpCard op_card = item.cbOpCard.get(i); + if (op_card.card != 0) + { + if (op_card.card == Config.DONGFENG + || op_card.card == Config.NANFENG + || op_card.card == Config.XIFENG + || op_card.card == Config.BEIFENG) + { + keCount++; + } + } + } + + + //大四喜 + if (keCount >= 4) + { + return 1; + } + //小四喜 + else if (keCount >= 3 && duiCount >= 1) + { + return 2; + } + + return 0; + } + + public static boolean QuanQiuRen(List opCards) + { + if (opCards.size() != 4) + { + return false; + } + + return false; + } + + //七小对 + public static int IsQiXiaoDui(int[] hand_cards, int max_gui, List opCards) + { + //组合判断 + if (opCards.size() != 0) return -1; + + //麻将判断 + int mCountTmp = 0; + int mDaDuiNum = 0; + + int need_gui = 0; + int curDuiNum = 0; + for(int i = 0; i < hand_cards.length; i++) + { + int card = SwitchToCardData(i); + int num = hand_cards[i]; + if (num == 1) + { + need_gui++; + mCountTmp++; + curDuiNum++; + if (need_gui > max_gui) + { + return -1; + } + } + else if (num == 3) + { + need_gui++; + mCountTmp += 2; + mDaDuiNum++; + if (need_gui > max_gui) + { + return -1; + } + } + else if (num == 2) { + curDuiNum++; + mCountTmp++; + } + else if (num == 4) { + mCountTmp += 2; + mDaDuiNum++; + } + } + + if (need_gui > max_gui) + { + return -1; + } + + if ((max_gui - need_gui) % 2 != 0) + { + return -1; + } + + int guiDuiNum = (max_gui - need_gui) / 2; + if (curDuiNum <= guiDuiNum) + { + mCountTmp += curDuiNum; + mDaDuiNum += curDuiNum; + mDaDuiNum += (guiDuiNum-curDuiNum) / 2; + mCountTmp += (guiDuiNum-curDuiNum); + } + else { + mCountTmp += guiDuiNum; + mDaDuiNum += guiDuiNum; + } + + + if (mCountTmp == 7) + { + return mDaDuiNum; + } + + return -1; + } + + public static boolean ThirteenOne(int[] hand_cards, int max_gui, List opCards) + { + if (opCards.size() > 0) + { + return false; + } + + List tempList = new ArrayList(); + tempList.add(0); //101 + tempList.add(8); //109 + tempList.add(9); //201 + tempList.add(17); //209 + tempList.add(18); //301 + tempList.add(26); //309 + tempList.add(27); //东风 + tempList.add(28); + tempList.add(29); + tempList.add(30); + tempList.add(31); + tempList.add(32); + tempList.add(33); + + int jiangnum = 0; + int need_gui = 0; + for(int i = 0; i < tempList.size(); i++) + { + int card_num = hand_cards[tempList.get(i)]; + if (card_num != 1) + { + if (card_num == 0) + { + need_gui++; + if (need_gui > max_gui) + { + return false; + } + } + else if (card_num == 2) + { + jiangnum++; + if (jiangnum >= 2) + { + return false; + } + } + else { + return false; + } + } + } + + if (jiangnum == 0) + { + need_gui++; + jiangnum++; + if (need_gui > max_gui) + { + return false; + } + } + + if (jiangnum == 1) + { + return true; + } + + return false; + } + + public static boolean AnalyseChiHuCard(Map curMap, ITObject config, int[] hand_cards, int gui_num, List opCards, List tagAnalyseItemList) { + get_hu_info(hand_cards, gui_num, opCards, tagAnalyseItemList); + + //变量定义 + List wChiHuKind = new ArrayList(); + + List> tempLaiziMapList = new ArrayList>(); + + //特殊胡牌 + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + int DaDuiNum = IsQiXiaoDui(hand_cards, gui_num, opCards); + if (DaDuiNum >= 0) + { + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + + wChiHuKind.add(WinCardType.QIXIAODUI); + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA_QIDUI)) + { + if (DaDuiNum == 0) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 2, true, "七对加番"); + } + else if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_4BEI)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 4, true, "七对四倍"); + } + else { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE, true, "七小对"); + } + } + } + else if (DaDuiNum == 1) + { + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA_QIDUI)) + putWinCardType(map, WinCardType.HAOHUA_QIXIAODUI, 1, WinCardType.HAOHUA_QIXIAODUI_SCORE, true, "豪华七小对"); + } + else if (DaDuiNum == 2) + { + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA2_QIDUI)) + putWinCardType(map, WinCardType.HAOHUA2_QIXIAODUI, 1, WinCardType.HAOHUA2_QIXIAODUI_SCORE, true, "双豪华七小对"); + } + else if (DaDuiNum == 3) + { + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA3_QIDUI)) + putWinCardType(map, WinCardType.HAOHUA3_QIXIAODUI, 1, WinCardType.HAOHUA3_QIXIAODUI_SCORE, true, "三豪华七小对"); + } + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 2, true, "七对加番"); + } + else if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_4BEI)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 4, true, "七对四倍"); + } + else { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE, true, "七小对"); + } + } + } + + boolean qing_se = false; + if (config.getBoolean(Config.ROOM_CONFIG_QINGYISE)) + { + if (IsQingYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.QINGYISE); + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QINGYISE_SCORE, true, "清一色"); + + qing_se = true; + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_ZIYISE)) + { + if (IsZiYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.ZI_YI_SE); + putWinCardType(map, WinCardType.ZI_YI_SE, 1,WinCardType.ZI_YI_SE_SCORE, true, "字一色"); + qing_se = true; + } + } + + if (!qing_se) + { + if (config.getBoolean(Config.ROOM_CONFIG_HUNYISE)) + { + if (IsHunYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.HUN_YI_SE); + putWinCardType(map, WinCardType.HUN_YI_SE, 1,WinCardType.HUN_YI_SE_SCORE, true, "混一色"); + } + } + } + + Global.logger.info("get_hu_info-----begin------------"); + for (Map.Entry entry :map.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("get_hu_info hu:" + cardType.toString()); + } + Global.logger.info("get_hu_info-----end------------"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_SHISHANGYAO)) + { + if (ThirteenOne(hand_cards, gui_num, opCards)) + { + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + + wChiHuKind.add(WinCardType.SHI_SHAN_YAO); + putWinCardType(map, WinCardType.SHI_SHAN_YAO, 1, WinCardType.SHI_SHAN_YAO_SCORE, true, "十三幺"); + + boolean qing_se = false; + if (config.getBoolean(Config.ROOM_CONFIG_QINGYISE)) + { + if (IsQingYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.QINGYISE); + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QINGYISE_SCORE, true, "清一色"); + + qing_se = true; + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_ZIYISE)) + { + if (IsZiYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.ZI_YI_SE); + putWinCardType(map, WinCardType.ZI_YI_SE, 1,WinCardType.ZI_YI_SE_SCORE, true, "字一色"); + qing_se = true; + } + } + + if (!qing_se) + { + if (config.getBoolean(Config.ROOM_CONFIG_HUNYISE)) + { + if (IsHunYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.HUN_YI_SE); + putWinCardType(map, WinCardType.HUN_YI_SE, 1,WinCardType.HUN_YI_SE_SCORE, true, "混一色"); + } + } + } + + Global.logger.info("get_hu_info-----begin------------"); + for (Map.Entry entry :map.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("get_hu_info hu:" + cardType.toString()); + } + Global.logger.info("get_hu_info-----end------------"); + } + } + + //胡牌分析 + for (int i = 0; i < tagAnalyseItemList.size(); i++) { + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + //变量定义 + int lianCardNum = 0; + int pengCardNum = 0; + int lianOrPengNum = 0; + TagAnalyseItem pAnalyseItem = tagAnalyseItemList.get(i); + + //牌型分析 + for (int j = 0; j < pAnalyseItem.cbOpCard.size(); j++) { + OpCard cbWeaveKind = pAnalyseItem.cbOpCard.get(j); + if (cbWeaveKind.type == RuleWeight.TYPE_PONG + || cbWeaveKind.type == RuleWeight.TYPE_KONG + || cbWeaveKind.type == RuleWeight.TYPE_SELF_KONG + || cbWeaveKind.type == RuleWeight.TYPE_PONG_KONG) { + if (cbWeaveKind.card == 0) + { + lianOrPengNum++; + } + else if (cbWeaveKind.card != 0 && cbWeaveKind.card2 == 0 && cbWeaveKind.card3 == 0) + { + lianOrPengNum++; + } + else { + pengCardNum++; + } + } + + if (cbWeaveKind.type == RuleWeight.TYPE_CHOW) { + lianCardNum++; + } + } + + //特殊--碰碰胡 + if (pengCardNum + lianOrPengNum == 4 || pAnalyseItem.isPengPengHu) { + if (config.getBoolean(Config.ROOM_CONFIG_PENGPENGHU)) { + wChiHuKind.add(WinCardType.PENGPENGHU); + putWinCardType(map, WinCardType.PENGPENGHU, 1, WinCardType.PENGPENGHU_SCORE, true, "碰碰胡"); + } else { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1, WinCardType.PINGHU_SCORE, true, "平胡"); + } else { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1, WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + } + else if (lianCardNum + lianOrPengNum == 4) { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1, WinCardType.PINGHU_SCORE, true, "平胡"); + } else { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1, WinCardType.PINGHU_SCORE, true, "平胡"); + } else { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1, WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_YAO_JIU)) { + if (config.getBoolean(Config.ROOM_CONFIG_han19)) { + if (IsHuYaoJiu(pAnalyseItem)) { + wChiHuKind.add(WinCardType.YAO_JIU); + putWinCardType(map, WinCardType.YAO_JIU, 1, WinCardType.YAO_JIU_SCORE, true, "混幺九"); + } + } else { + if (IsQingYaoJiu(pAnalyseItem)) { + wChiHuKind.add(WinCardType.YAO_JIU); + putWinCardType(map, WinCardType.YAO_JIU, 1, WinCardType.YAO_JIU_SCORE, true, "清幺九"); + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_QING_YAO_JIU)) { + if (IsQingYaoJiu(pAnalyseItem)) { + wChiHuKind.add(WinCardType.YAO_JIU); + putWinCardType(map, WinCardType.QING_YAO_JIU, 1, WinCardType.QING_YAO_JIU_SCORE, true, "清幺九"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_QUAN_FENG)) { + if (IsQuanFeng(pAnalyseItem)) { + wChiHuKind.add(WinCardType.QUAN_FENG); + putWinCardType(map, WinCardType.QUAN_FENG, 1, WinCardType.QUAN_FENG_SCORE, true, "全风"); + } + } + + boolean qing_se = false; + if (config.getBoolean(Config.ROOM_CONFIG_QINGYISE)) + { + if (IsQingYiSe(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.QINGYISE); + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QINGYISE_SCORE, true, "清一色"); + qing_se = true; + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_ZIYISE)) + { + if (IsZiYiSe(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.ZI_YI_SE); + putWinCardType(map, WinCardType.ZI_YI_SE, 1,WinCardType.ZI_YI_SE_SCORE, true, "字一色"); + qing_se = true; + } + } + + if (!qing_se) + { + if (config.getBoolean(Config.ROOM_CONFIG_HUNYISE)) + { + if (IsHunYiSe(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.HUN_YI_SE); + putWinCardType(map, WinCardType.HUN_YI_SE, 1,WinCardType.HUN_YI_SE_SCORE, true, "混一色"); + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_DASHANYUAN) || config.getBoolean(Config.ROOM_CONFIG_XIAOSHANYUAN)) + { + int sanyuan = IsDaXiaoSanYuan(pAnalyseItem); + if (sanyuan > 0) + { + //大三元 + if (sanyuan == 1) + { + if (config.getBoolean(Config.ROOM_CONFIG_DASHANYUAN)) + { + wChiHuKind.add(WinCardType.DA_SHAN_YUAN); + putWinCardType(map, WinCardType.DA_SHAN_YUAN, 1, WinCardType.DA_SHAN_YUAN_SCORE, true, "大三元"); + } + } + //小山元 + else if (sanyuan == 2) + { + if (config.getBoolean(Config.ROOM_CONFIG_XIAOSHANYUAN)) + { + wChiHuKind.add(WinCardType.XIAO_SHAN_YUAN); + putWinCardType(map, WinCardType.XIAO_SHAN_YUAN, 1, WinCardType.XIAO_SHAN_YUAN_SCORE, true, "小三元"); + } + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_DASIXI) || config.getBoolean(Config.ROOM_CONFIG_XIAOSIXI)) + { + int sixi = IsDaXiaoSiXi(pAnalyseItem); + if (sixi > 0) + { + //大四喜 + if (sixi == 1) + { + if (config.getBoolean(Config.ROOM_CONFIG_DASIXI)) + { + wChiHuKind.add(WinCardType.XIAO_SHAN_YUAN); + putWinCardType(map, WinCardType.DA_SI_XI, 1, WinCardType.DA_SI_XI_SCORE, true, "大四喜"); + } + } + //小四喜 + else if (sixi == 2) + { + if (config.getBoolean(Config.ROOM_CONFIG_XIAOSIXI)) + { + wChiHuKind.add(WinCardType.XIAO_SHAN_YUAN); + putWinCardType(map, WinCardType.XIAO_SI_XI, 1, WinCardType.XIAO_SI_XI_SCORE, true, "小四喜"); + } + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_SHIBALUOHAN)) + { + if (IsShiBaLuoHan(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.SHI_BA_LUO_HAN); + putWinCardType(map, WinCardType.SHI_BA_LUO_HAN, 1, WinCardType.SHI_BA_LUO_HAN_SCORE, true, "十八罗汉"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_QUAN_FENG_SCORE)) + { + if (QuanQiuRen(opCards)) + { + wChiHuKind.add(WinCardType.QUAN_QIU_REN); + putWinCardType(map, WinCardType.QUAN_QIU_REN, 1, WinCardType.QUAN_QIU_REN_SCORE, true, "全求人"); + } + } + + Global.logger.info("get_hu_info-----begin------------"); + if (pAnalyseItem.cbOpCard.size() != 4) + { + Global.logger.error("Exception cbOpCard.size() != 4"); + } + + Global.logger.info("get_hu_info-------ieye:" + pAnalyseItem.cbCardEye + " ieye2:" + pAnalyseItem.cbCardEye2); + + for(int j = 0; j < pAnalyseItem.cbOpCard.size(); j++) + { + OpCard op_card = pAnalyseItem.cbOpCard.get(j); + if (op_card.type == RuleWeight.TYPE_CHOW) + { + Global.logger.info("get_hu_info----------chi:" + op_card.card3 + " " + op_card.card2 + " " + op_card.card); + } + else { + Global.logger.info("get_hu_info----------pong:" + op_card.card3 + " " + op_card.card2 + " " + op_card.card); + } + } + for (Map.Entry entry :map.entrySet()) { + WinCardType cardType = entry.getValue(); + Global.logger.info("get_hu_info hu:" + cardType.toString()); + } + Global.logger.info("get_hu_info-----end------------"); + } + + if (tempLaiziMapList.size() > 0) + { + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + + + int maxType = 0; + int maxScore = 0; + List typeList = new ArrayList(); + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + int type = cardType.type; + if (cardType.IsDaHu()) + { + if (type == WinCardType.TIAN_HU || type == WinCardType.DI_HU || type == WinCardType.QUAN_FENG || type == WinCardType.YAO_JIU + || type == WinCardType.SHI_BA_LUO_HAN || type == WinCardType.XIAO_SHAN_YUAN || type == WinCardType.DA_SHAN_YUAN + || type == WinCardType.XIAO_SI_XI || type == WinCardType.DA_SI_XI || type == WinCardType.ZI_YI_SE) + { + if (cardType.score > maxScore) + { + maxScore = cardType.score; + maxType = type; + } + } + typeList.add(type); + } + } + + if (maxType > 0) + { + for(int i = 0; i < typeList.size(); i++) + { + int type = typeList.get(i); + if (type != maxType) + { + tempLaiziMap.remove(type); + } + } + } + + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + curMap.putAll(tempLaiziMap); + return true; + } + return false; + } + + public static boolean TempAnalyseChiHuCard(Map curMap, ITObject config, int[] hand_cards, int gui_num, List opCards, List tagAnalyseItemList) { + get_hu_info(hand_cards, gui_num, opCards, tagAnalyseItemList); + + //变量定义 + List wChiHuKind = new ArrayList(); + + List> tempLaiziMapList = new ArrayList>(); + + //特殊胡牌 + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + int DaDuiNum = IsQiXiaoDui(hand_cards, gui_num, opCards); + if (DaDuiNum >= 0) + { + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + + wChiHuKind.add(WinCardType.QIXIAODUI); + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA_QIDUI)) + { + if (DaDuiNum == 0) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 2, true, "七对加番"); + } + else if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_4BEI)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 4, true, "七对四倍"); + } + else { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE, true, "七小对"); + } + } + } + else if (DaDuiNum == 1) + { + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA_QIDUI)) + putWinCardType(map, WinCardType.HAOHUA_QIXIAODUI, 1, WinCardType.HAOHUA_QIXIAODUI_SCORE, true, "豪华七小对"); + } + else if (DaDuiNum == 2) + { + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA2_QIDUI)) + putWinCardType(map, WinCardType.HAOHUA2_QIXIAODUI, 1, WinCardType.HAOHUA2_QIXIAODUI_SCORE, true, "双豪华七小对"); + } + else if (DaDuiNum == 3) + { + if (config.getBoolean(Config.ROOM_CONFIG_HAOHUA3_QIDUI)) + putWinCardType(map, WinCardType.HAOHUA3_QIXIAODUI, 1, WinCardType.HAOHUA3_QIXIAODUI_SCORE, true, "三豪华七小对"); + } + } + else { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI)) + { + if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_JIA_FAN)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 2, true, "七对加番"); + } + else if (config.getBoolean(Config.ROOM_CONFIG_QIDUI_4BEI)) + { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE * 4, true, "七对四倍"); + } + else { + putWinCardType(map, WinCardType.QIXIAODUI, 1, WinCardType.QIXIAODUI_SOCRE, true, "七小对"); + } + } + } + + boolean qing_se = false; + if (config.getBoolean(Config.ROOM_CONFIG_QINGYISE)) + { + if (IsQingYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.QINGYISE); + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QINGYISE_SCORE, true, "清一色"); + + qing_se = true; + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_ZIYISE)) + { + if (IsZiYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.ZI_YI_SE); + putWinCardType(map, WinCardType.ZI_YI_SE, 1,WinCardType.ZI_YI_SE_SCORE, true, "字一色"); + qing_se = true; + } + } + + if (!qing_se) + { + if (config.getBoolean(Config.ROOM_CONFIG_HUNYISE)) + { + if (IsHunYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.HUN_YI_SE); + putWinCardType(map, WinCardType.HUN_YI_SE, 1,WinCardType.HUN_YI_SE_SCORE, true, "混一色"); + } + } + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_SHISHANGYAO)) + { + if (ThirteenOne(hand_cards, gui_num, opCards)) + { + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + + wChiHuKind.add(WinCardType.SHI_SHAN_YAO); + putWinCardType(map, WinCardType.SHI_SHAN_YAO, 1, WinCardType.SHI_SHAN_YAO_SCORE, true, "十三幺"); + + boolean qing_se = false; + if (config.getBoolean(Config.ROOM_CONFIG_QINGYISE)) + { + if (IsQingYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.QINGYISE); + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QINGYISE_SCORE, true, "清一色"); + + qing_se = true; + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_ZIYISE)) + { + if (IsZiYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.ZI_YI_SE); + putWinCardType(map, WinCardType.ZI_YI_SE, 1,WinCardType.ZI_YI_SE_SCORE, true, "字一色"); + qing_se = true; + } + } + + if (!qing_se) + { + if (config.getBoolean(Config.ROOM_CONFIG_HUNYISE)) + { + if (IsHunYiSe(hand_cards, gui_num, opCards)) + { + wChiHuKind.add(WinCardType.HUN_YI_SE); + putWinCardType(map, WinCardType.HUN_YI_SE, 1,WinCardType.HUN_YI_SE_SCORE, true, "混一色"); + } + } + } + } + } + + //胡牌分析 + for (int i = 0; i < tagAnalyseItemList.size(); i++) { + HashMap map = new HashMap(); + tempLaiziMapList.add(map); + //变量定义 + int lianCardNum = 0; + int pengCardNum = 0; + int lianOrPengNum = 0; + TagAnalyseItem pAnalyseItem = tagAnalyseItemList.get(i); + + //牌型分析 + for (int j = 0; j < pAnalyseItem.cbOpCard.size(); j++) { + OpCard cbWeaveKind = pAnalyseItem.cbOpCard.get(j); + if (cbWeaveKind.type == RuleWeight.TYPE_PONG + || cbWeaveKind.type == RuleWeight.TYPE_KONG + || cbWeaveKind.type == RuleWeight.TYPE_SELF_KONG + || cbWeaveKind.type == RuleWeight.TYPE_PONG_KONG) { + if (cbWeaveKind.card == 0) + { + lianOrPengNum++; + } + else if (cbWeaveKind.card != 0 && cbWeaveKind.card2 == 0 && cbWeaveKind.card3 == 0) + { + lianOrPengNum++; + } + else { + pengCardNum++; + } + } + + if (cbWeaveKind.type == RuleWeight.TYPE_CHOW) { + lianCardNum++; + } + } + + //特殊--碰碰胡 + if (pengCardNum + lianOrPengNum == 4) { + if (config.getBoolean(Config.ROOM_CONFIG_PENGPENGHU)) { + wChiHuKind.add(WinCardType.PENGPENGHU); + putWinCardType(map, WinCardType.PENGPENGHU, 1, WinCardType.PENGPENGHU_SCORE, true, "碰碰胡"); + } else { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1, WinCardType.PINGHU_SCORE, true, "平胡"); + } else { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1, WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + } + else if (lianCardNum + lianOrPengNum == 4) { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1, WinCardType.PINGHU_SCORE, true, "平胡"); + } else { + if (config.getBoolean(Config.ROOM_CONFIG_JIHU_SHI_PINGHU)) { + wChiHuKind.add(WinCardType.PINGHU); + putWinCardType(map, WinCardType.PINGHU, 1, WinCardType.PINGHU_SCORE, true, "平胡"); + } else { + wChiHuKind.add(WinCardType.JIHU); + putWinCardType(map, WinCardType.JIHU, 1, WinCardType.JIHU_SCORE, false, "鸡胡"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_YAO_JIU)) { + if (config.getBoolean(Config.ROOM_CONFIG_han19)) { + if (IsHuYaoJiu(pAnalyseItem)) { + wChiHuKind.add(WinCardType.YAO_JIU); + putWinCardType(map, WinCardType.YAO_JIU, 1, WinCardType.YAO_JIU_SCORE, true, "混幺九"); + } + } else { + if (IsQingYaoJiu(pAnalyseItem)) { + wChiHuKind.add(WinCardType.YAO_JIU); + putWinCardType(map, WinCardType.YAO_JIU, 1, WinCardType.YAO_JIU_SCORE, true, "清幺九"); + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_QING_YAO_JIU)) { + if (IsQingYaoJiu(pAnalyseItem)) { + wChiHuKind.add(WinCardType.YAO_JIU); + putWinCardType(map, WinCardType.QING_YAO_JIU, 1, WinCardType.QING_YAO_JIU_SCORE, true, "清幺九"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_QUAN_FENG)) { + if (IsQuanFeng(pAnalyseItem)) { + wChiHuKind.add(WinCardType.QUAN_FENG); + putWinCardType(map, WinCardType.QUAN_FENG, 1, WinCardType.QUAN_FENG_SCORE, true, "全风"); + } + } + + boolean qing_se = false; + if (config.getBoolean(Config.ROOM_CONFIG_QINGYISE)) + { + if (IsQingYiSe(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.QINGYISE); + putWinCardType(map, WinCardType.QINGYISE, 1,WinCardType.QINGYISE_SCORE, true, "清一色"); + qing_se = true; + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_ZIYISE)) + { + if (IsZiYiSe(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.ZI_YI_SE); + putWinCardType(map, WinCardType.ZI_YI_SE, 1,WinCardType.ZI_YI_SE_SCORE, true, "字一色"); + qing_se = true; + } + } + + if (!qing_se) + { + if (config.getBoolean(Config.ROOM_CONFIG_HUNYISE)) + { + if (IsHunYiSe(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.HUN_YI_SE); + putWinCardType(map, WinCardType.HUN_YI_SE, 1,WinCardType.HUN_YI_SE_SCORE, true, "混一色"); + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_DASHANYUAN) || config.getBoolean(Config.ROOM_CONFIG_XIAOSHANYUAN)) + { + int sanyuan = IsDaXiaoSanYuan(pAnalyseItem); + if (sanyuan > 0) + { + //大三元 + if (sanyuan == 1) + { + if (config.getBoolean(Config.ROOM_CONFIG_DASHANYUAN)) + { + wChiHuKind.add(WinCardType.DA_SHAN_YUAN); + putWinCardType(map, WinCardType.DA_SHAN_YUAN, 1, WinCardType.DA_SHAN_YUAN_SCORE, true, "大三元"); + } + } + //小山元 + else if (sanyuan == 2) + { + if (config.getBoolean(Config.ROOM_CONFIG_XIAOSHANYUAN)) + { + wChiHuKind.add(WinCardType.XIAO_SHAN_YUAN); + putWinCardType(map, WinCardType.XIAO_SHAN_YUAN, 1, WinCardType.XIAO_SHAN_YUAN_SCORE, true, "小三元"); + } + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_DASIXI) || config.getBoolean(Config.ROOM_CONFIG_XIAOSIXI)) + { + int sixi = IsDaXiaoSiXi(pAnalyseItem); + if (sixi > 0) + { + //大四喜 + if (sixi == 1) + { + if (config.getBoolean(Config.ROOM_CONFIG_DASIXI)) + { + wChiHuKind.add(WinCardType.XIAO_SHAN_YUAN); + putWinCardType(map, WinCardType.DA_SI_XI, 1, WinCardType.DA_SI_XI_SCORE, true, "大四喜"); + } + } + //小四喜 + else if (sixi == 2) + { + if (config.getBoolean(Config.ROOM_CONFIG_XIAOSIXI)) + { + wChiHuKind.add(WinCardType.XIAO_SHAN_YUAN); + putWinCardType(map, WinCardType.XIAO_SI_XI, 1, WinCardType.XIAO_SI_XI_SCORE, true, "小四喜"); + } + } + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_SHIBALUOHAN)) + { + if (IsShiBaLuoHan(pAnalyseItem)) + { + wChiHuKind.add(WinCardType.SHI_BA_LUO_HAN); + putWinCardType(map, WinCardType.SHI_BA_LUO_HAN, 1, WinCardType.SHI_BA_LUO_HAN_SCORE, true, "十八罗汉"); + } + } + + if (config.getBoolean(Config.ROOM_CONFIG_QUAN_FENG_SCORE)) + { + if (QuanQiuRen(opCards)) + { + wChiHuKind.add(WinCardType.QUAN_QIU_REN); + putWinCardType(map, WinCardType.QUAN_QIU_REN, 1, WinCardType.QUAN_QIU_REN_SCORE, true, "全求人"); + } + } + } + + if (tempLaiziMapList.size() > 0) + { + int maxValue = 0; + int maxIndex = 0; + for(int i_i = 0; i_i < tempLaiziMapList.size(); i_i++) + { + Map tempLaiziMap = tempLaiziMapList.get(i_i); + int value = 0; + for (Map.Entry entry : tempLaiziMap.entrySet()) { + WinCardType cardType = entry.getValue(); + value += cardType.score; + } + if (value > maxValue) + { + maxValue = value; + maxIndex = i_i; + } + } + + Map tempLaiziMap = tempLaiziMapList.get(maxIndex); + curMap.putAll(tempLaiziMap); + return true; + } + return false; + } + + public static boolean get_hu_info(int[] hand_cards, int gui_num, List opCards, List tagAnalyseItemList) { + int[] cards = new int[34]; + System.arraycopy(hand_cards, 0, cards, 0, 34); + + int[] eye_tbl = new int[34]; + int eye_num = 0; + int empty = -1; + for (int i = 0; i < 34; ++i) { + // 优化手段,三不靠的牌,必做将 + int min = (i / 9) * 9; + int max = min + 8; + if (max == 35) max = 33; + if (cards[i] == 1 && + (i - 2 < min || cards[i - 2] == 0) && + (i - 1 < min || cards[i - 1] == 0) && + (i + 1 > max || cards[i + 1] == 0) && + (i + 2 > max || cards[i + 2] == 0)) { + if (gui_num < 0) { + return false; + } + eye_num = 1; + eye_tbl[0] = i; + empty = -1; + break; + } + if (empty == -1 && cards[i] == 0) empty = i; + if (cards[i] > 0 && cards[i] + gui_num >= 2) { + eye_tbl[eye_num++] = i; + } + } + if (empty > 0) { + eye_tbl[eye_num++] = empty; + } + + boolean hu = false; + int[] cache = {0, 0, 0, 0}; + TagAnalyseItem[] cache_item = {null, null, null, null}; + for (int i = 0; i < eye_num; i++) { + int eye = eye_tbl[i]; + if (eye == empty) { + TagAnalyseItem tagItem = new TagAnalyseItem(); + tagItem.cbCardEye = 0; + tagItem.cbCardEye2 = 0; + hu = foreach_eye(cards, gui_num - 2, gui_num, 1000, cache, tagItem, cache_item); + if (hu) + { + //设置结果 + boolean isPengPengHu = true; + for (int j = 0; j < opCards.size(); j++) + { + OpCard src_card = opCards.get(j); + if (src_card.type == RuleWeight.TYPE_CHOW) + { + isPengPengHu = false; + } + OpCard op_card = new OpCard(src_card.type, src_card.card, src_card.card, src_card.card); + tagItem.cbOpCard.add(op_card); + } + if (isPengPengHu) + { + tagItem.isPengPengHu = isPengPengHu(cards, gui_num - 2); + } + tagAnalyseItemList.add(tagItem); + } + } else { + int n = cards[eye]; + if (n == 1) { + cards[eye] = 0; + TagAnalyseItem tagItem = new TagAnalyseItem(); + tagItem.cbCardEye = SwitchToCardData(eye); + tagItem.cbCardEye2 = 0; + hu = foreach_eye(cards, gui_num - 1, gui_num, eye / 9, cache, tagItem, cache_item); + if (hu) + { + //设置结果 + boolean isPengPengHu = true; + for (int j = 0; j < opCards.size(); j++) + { + OpCard src_card = opCards.get(j); + if (src_card.type == RuleWeight.TYPE_CHOW) + { + isPengPengHu = false; + } + OpCard op_card = new OpCard(src_card.type, src_card.card, src_card.card, src_card.card); + tagItem.cbOpCard.add(op_card); + } + if (isPengPengHu) + { + tagItem.isPengPengHu = isPengPengHu(cards, gui_num - 1); + } + tagAnalyseItemList.add(tagItem); + } + } else { + cards[eye] -= 2; + TagAnalyseItem tagItem = new TagAnalyseItem(); + tagItem.cbCardEye = SwitchToCardData(eye); + tagItem.cbCardEye2 = SwitchToCardData(eye); + hu = foreach_eye(cards, gui_num, gui_num, eye / 9, cache, tagItem, cache_item); + if (hu) + { + //设置结果 + boolean isPengPengHu = true; + for (int j = 0; j < opCards.size(); j++) + { + OpCard src_card = opCards.get(j); + if (src_card.type == RuleWeight.TYPE_CHOW) + { + isPengPengHu = false; + } + OpCard op_card = new OpCard(src_card.type, src_card.card, src_card.card, src_card.card); + tagItem.cbOpCard.add(op_card); + } + if (isPengPengHu) + { + tagItem.isPengPengHu = isPengPengHu(cards, gui_num); + } + tagAnalyseItemList.add(tagItem); + } + } + cards[eye] = n; + } + } + + return tagAnalyseItemList.size() > 0; + } + + public static boolean isPengPengHu(int[] cards, int gui_num) + { + int need_gui = 0; + for(int i = 0; i < cards.length; i++) + { + int num = cards[i]; + if (num > 0) + { + if (num == 1) + { + need_gui += 2; + } + else if (num == 2) + { + need_gui++; + } + else if (num == 3) + { + + } + else if (num == 4) + { + return false; + } + } + } + + if (need_gui > gui_num) + { + return false; + } + + if ((gui_num - need_gui) % 3 == 0) + { + return true; + } + + return false; + } + + public static boolean foreach_eye(int[] cards, int gui_num, int max_gui, int eye_color, int[] cache, TagAnalyseItem item, TagAnalyseItem[] cacheItemList) { + int left_gui = gui_num; + for (int i = 0; i < 3; i++) { + int cache_index = -1; + if (eye_color != i) cache_index = i; + TagAnalyseItem cache_item = new TagAnalyseItem(); + int need_gui = check_normal(cards, i * 9, i * 9 + 8, max_gui, cache_index, cache, i, item, cacheItemList, cache_item); + if (cache_index > 0) { + cache[i] = need_gui + 1; + cacheItemList[i] = cache_item; + } + left_gui -= need_gui; + if (left_gui < 0) { + return false; + } + } + + int cache_index = -1; + if (eye_color != 3) cache_index = 3; + TagAnalyseItem cache_item = new TagAnalyseItem(); + int need_gui = check_zi(cards, max_gui, cache_index, cache, 3, item, cacheItemList, cache_item); + if (cache_index > 0) { + cache[3] = need_gui + 1; + cacheItemList[3] = cache_item; + } + for(int i = 1; i <= 4; i++) + { + if (left_gui - 3*i == need_gui) + { + for(int j = 0; j < i; j++) { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, 0, 0, 0); + item.cbOpCard.add(op_card); + } + } + } + + return left_gui >= need_gui; + } + + public static int check_normal(int[] cards, int from, int to, int max_gui, int cache_index, int[] cache, int eye_color, TagAnalyseItem item, TagAnalyseItem[] cacheItemList, TagAnalyseItem cache_item) { + if (cache_index >= 0) { + int n = cache[cache_index]; + if (n > 0) { + TagAnalyseItem old_item = cacheItemList[cache_index]; + if (old_item != null) + { + for(int i = 0; i < old_item.cbOpCard.size(); i++) + { + OpCard op_card = old_item.cbOpCard.get(i); + item.cbOpCard.add(new OpCard(op_card.type, op_card.card, op_card.card2, op_card.card3)); + + + OpCard cache_card = old_item.cbOpCard.get(i); + cache_item.cbOpCard.add(new OpCard(cache_card.type, cache_card.card, cache_card.card2, cache_card.card3)); + } + } + return n - 1; + } + } + + int n = 0; + for (int i = from; i <= to; i++) { + n = n * 10 + cards[i]; + } + + if (n == 0) return 0; + + boolean n3 = false; + for (int i = 0; i <= max_gui; i++) { + if ((n + i) % 3 == 0) { + n3 = true; + break; + } + } + + if (!n3) { + return max_gui + 1; + } + + return next_split(n, 0, max_gui, eye_color, item, cacheItemList, cache_item, 0); + } + + public static int next_split(int n, int need_gui, int max_gui, int eye_color, TagAnalyseItem item, TagAnalyseItem[] cacheItemList, TagAnalyseItem cache_item, int cur_index) { + int c = 0; + while (true) { + if (n == 0) return need_gui; + + while (n > 0) { + c = n % 10; + n = n / 10; + cur_index++; + if (c != 0) break; + } + if (c == 1 || c == 4) { + if (c == 4) + { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1)); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1)); + cache_item.cbOpCard.add(cache_card); + } + return one(n, need_gui, max_gui, eye_color, item, cacheItemList, cache_item, cur_index); + } else if (c == 2) { + return two(n, need_gui, max_gui, eye_color, item, cacheItemList, cache_item, cur_index); + } + else { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1)); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1)); + cache_item.cbOpCard.add(cache_card); + } + } + } + + public static int one(int n, int need_gui, int max_gui, int eye_color, TagAnalyseItem item, TagAnalyseItem[] cacheItemList, TagAnalyseItem cache_item, int cur_index) { + int c1 = n % 10; + int c2 = (n % 100) / 10; + + OpCard op_card = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + OpCard cache_card = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + if (c1 == 0) + { + op_card.card2 = 0; + cache_card.card2 = 0; + ++need_gui; + } + else { + op_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + cache_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + n -= 1; + } + + if (c2 == 0) { + op_card.card3 = 0; + cache_card.card3 = 0; + ++need_gui; + } + else { + op_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + cache_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + n -= 10; + } + + if (op_card.card2 == 0 && op_card.card3 == 0) + { + op_card.type = RuleWeight.TYPE_PONG; + cache_card.type = RuleWeight.TYPE_PONG; + } + + item.cbOpCard.add(op_card); + cache_item.cbOpCard.add(cache_card); + + if (n == 0) return need_gui; + + if (need_gui > max_gui) return need_gui; + + return next_split(n, need_gui, max_gui, eye_color, item, cacheItemList, cache_item, cur_index); + } + + public static int two(int n, int need_gui, int max_gui, int eye_color, TagAnalyseItem item, TagAnalyseItem[] cacheItemList, TagAnalyseItem cache_item, int cur_index) { + int c1 = n % 10; + int c2 = (n % 100) / 10; + int c3 = (n % 1000) / 100; + int c4 = (n % 10000) / 1000; + + boolean choose_ke = true; + if (c1 != 0) { + if (c1 == 1) { + // 刻子 + if (c2 != 0 && c2 != 1) { + if (c2 == 2) { + if (c3 == 2) { + if (c4 == 2) choose_ke = false; + } else if (c3 == 3) { + if (c4 != 2) choose_ke = false; + } else { + choose_ke = false; + } + } else if (c2 == 3) { + if (c3 != 3) { + choose_ke = false; + } + } else if (c2 == 4) { + if (c3 == 2) { + if (c4 == 2 || c4 == 3 || c4 == 4) choose_ke = false; + } + if (c3 == 3) { + choose_ke = false; + } + } + } + } else if (c1 == 2) { + choose_ke = false; + } else if (c1 == 3) { + if (c2 == 2) { + if (c3 == 1 || c3 == 4) { + choose_ke = false; + } else if (c3 == 2) { + if (c4 != 2) choose_ke = false; + } + } + if (c2 == 3) { + choose_ke = false; + } else if (c2 == 4) { + if (c3 == 2) { + choose_ke = false; + } + } + } else if (c1 == 4) { + if (c2 == 2 && c3 != 2) { + choose_ke = false; + } else if (c2 == 3) { + if (c3 == 0 || c3 == 1 || c3 == 2) { + choose_ke = false; + } + } else if (c2 == 4) { + if (c3 == 2) choose_ke = false; + } + } + } // c1 == 0 全拆刻子 + + + if (choose_ke) { + need_gui += 1; + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), 0); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, (eye_color+1)*100+(9-cur_index+1), (eye_color+1)*100+(9-cur_index+1), 0); + cache_item.cbOpCard.add(cache_card); + } else { + OpCard op_card = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + OpCard op_card2 = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + OpCard cache_card2 = new OpCard(RuleWeight.TYPE_CHOW, (eye_color+1)*100+(9-cur_index+1)); + + if (c1 < 2) { + need_gui += (2 - c1); + n -= c1; + if (c1 == 0) + { + op_card.card2 = 0; + op_card2.card2 = 0; + + cache_card.card2 = 0; + cache_card2.card2 = 0; + } + else if (c1 == 1) + { + op_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + op_card2.card2 = 0; + + cache_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + cache_card2.card2 = 0; + } + } else { + n -= 2; + op_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + op_card2.card2 = (eye_color+1)*100+(9-cur_index+1-1); + + cache_card.card2 = (eye_color+1)*100+(9-cur_index+1-1); + cache_card2.card2 = (eye_color+1)*100+(9-cur_index+1-1); + } + + if (c2 < 2) { + need_gui += (2 - c2); + n -= c2 * 10; + if (c2 == 0) + { + op_card.card3 = 0; + op_card2.card3 = 0; + + cache_card.card3 = 0; + cache_card2.card3 = 0; + } + else if (c2 == 1) + { + op_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + op_card2.card3 = 0; + + cache_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + cache_card2.card3 = 0; + } + } else { + n -= 20; + op_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + op_card2.card3 = (eye_color+1)*100+(9-cur_index+1-2); + + cache_card.card3 = (eye_color+1)*100+(9-cur_index+1-2); + cache_card2.card3 = (eye_color+1)*100+(9-cur_index+1-2); + } + + item.cbOpCard.add(op_card); + item.cbOpCard.add(op_card2); + + cache_item.cbOpCard.add(cache_card); + cache_item.cbOpCard.add(cache_card2); + } + + if (n == 0) return need_gui; + + if (need_gui > max_gui) return need_gui; + + return next_split(n, need_gui, max_gui, eye_color, item, cacheItemList, cache_item, cur_index); + } + + public static int check_zi(int[] cards, int max_gui, int cache_index, int[] cache, int eye_color, TagAnalyseItem item, TagAnalyseItem[] cacheItemList, TagAnalyseItem cache_item) { + if (cache_index >= 0) { + int n = cache[cache_index]; + if (n > 0) { + TagAnalyseItem old_item = cacheItemList[cache_index]; + if (old_item != null) + { + for(int i = 0; i < old_item.cbOpCard.size(); i++) + { + OpCard op_card = old_item.cbOpCard.get(i); + item.cbOpCard.add(new OpCard(op_card.type, op_card.card, op_card.card2, op_card.card3)); + + OpCard cache_card = old_item.cbOpCard.get(i); + cache_item.cbOpCard.add(new OpCard(cache_card.type, cache_card.card, cache_card.card2, cache_card.card3)); + } + } + return n - 1; + } + } + + int need_gui = 0; + for (int i = 27; i < 34; i++) { + int c = cards[i]; + if (c == 0) continue; + if (c == 1 || c == 4) { + if (c == 1) + { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), 0, 0); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), 0, 0); + cache_item.cbOpCard.add(cache_card); + } + else if (c == 4) + { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), 0, 0); + item.cbOpCard.add(op_card); + OpCard op_card2 = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), 0, 0); + item.cbOpCard.add(op_card2); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), SwitchToCardData(i)); + cache_item.cbOpCard.add(cache_card); + OpCard cache_card2 = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), SwitchToCardData(i)); + cache_item.cbOpCard.add(cache_card2); + } + need_gui = need_gui + 2; + } else if (c == 2) { + need_gui = need_gui + 1; + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), 0); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), 0); + cache_item.cbOpCard.add(cache_card); + } + else { + OpCard op_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), SwitchToCardData(i)); + item.cbOpCard.add(op_card); + + OpCard cache_card = new OpCard(RuleWeight.TYPE_PONG, SwitchToCardData(i), SwitchToCardData(i), SwitchToCardData(i)); + cache_item.cbOpCard.add(cache_card); + } + if (need_gui > max_gui) return need_gui; + } + + return need_gui; + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/test/java/game_mj_yijiaolaiyou/Main.java b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/test/java/game_mj_yijiaolaiyou/Main.java new file mode 100644 index 0000000..525ce5e --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/src/test/java/game_mj_yijiaolaiyou/Main.java @@ -0,0 +1,9 @@ +package game_mj_yijiaolaiyou; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/CardNiao.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/CardNiao.class new file mode 100644 index 0000000..66fc356 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/CardNiao.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/Config.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/Config.class new file mode 100644 index 0000000..6e974c2 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/Config.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXActionEvent.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXActionEvent.class new file mode 100644 index 0000000..bdc331a Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXActionEvent.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXGameController.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXGameController.class new file mode 100644 index 0000000..41c628f Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXGameController.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXMainServer.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXMainServer.class new file mode 100644 index 0000000..2baecc5 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXMainServer.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXPlayBack.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXPlayBack.class new file mode 100644 index 0000000..afe8954 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXPlayBack.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXPlayer.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXPlayer.class new file mode 100644 index 0000000..edb5023 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXPlayer.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXRoom.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXRoom.class new file mode 100644 index 0000000..d38b5ae Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXRoom.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXScore.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXScore.class new file mode 100644 index 0000000..4feba96 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/EXScore.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/OpCard.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/OpCard.class new file mode 100644 index 0000000..4a3c496 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/OpCard.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/PlayerRuleManager.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/PlayerRuleManager.class new file mode 100644 index 0000000..c4e7cac Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/PlayerRuleManager.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/RoomCard.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/RoomCard.class new file mode 100644 index 0000000..39154f4 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/RoomCard.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/RuleWeight.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/RuleWeight.class new file mode 100644 index 0000000..308d871 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/RuleWeight.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/SettleLog.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/SettleLog.class new file mode 100644 index 0000000..11e4154 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/SettleLog.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/TagAnalyseItem.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/TagAnalyseItem.class new file mode 100644 index 0000000..074e35d Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/TagAnalyseItem.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/TagKindItem.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/TagKindItem.class new file mode 100644 index 0000000..9c8a8a1 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/TagKindItem.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/WinCardType.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/WinCardType.class new file mode 100644 index 0000000..25e8589 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/WinCardType.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleOtherKong.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleOtherKong.class new file mode 100644 index 0000000..539c9af Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleOtherKong.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleOtherKongSelfWin.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleOtherKongSelfWin.class new file mode 100644 index 0000000..64955bf Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleOtherKongSelfWin.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleOtherWin.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleOtherWin.class new file mode 100644 index 0000000..c97c169 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleOtherWin.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RulePong.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RulePong.class new file mode 100644 index 0000000..d482c02 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RulePong.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RulePongKong.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RulePongKong.class new file mode 100644 index 0000000..1d3c8b9 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RulePongKong.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RulePongKongWin.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RulePongKongWin.class new file mode 100644 index 0000000..db39080 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RulePongKongWin.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleSelfKong.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleSelfKong.class new file mode 100644 index 0000000..3aeb476 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleSelfKong.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleSelfWin.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleSelfWin.class new file mode 100644 index 0000000..ddc206d Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rule/RuleSelfWin.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PROtherGongSelfWinState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PROtherGongSelfWinState.class new file mode 100644 index 0000000..df53869 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PROtherGongSelfWinState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PROtherKongState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PROtherKongState.class new file mode 100644 index 0000000..0374d99 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PROtherKongState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PROtherWinState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PROtherWinState.class new file mode 100644 index 0000000..f402c11 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PROtherWinState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRPongKongState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRPongKongState.class new file mode 100644 index 0000000..1e81456 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRPongKongState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRPongKongWinState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRPongKongWinState.class new file mode 100644 index 0000000..daab32a Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRPongKongWinState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRPongState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRPongState.class new file mode 100644 index 0000000..c1a57a8 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRPongState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRSelfKongState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRSelfKongState.class new file mode 100644 index 0000000..2056678 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRSelfKongState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRSelfWinState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRSelfWinState.class new file mode 100644 index 0000000..b8e299b Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/rulestate/PRSelfWinState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerChengDrawState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerChengDrawState.class new file mode 100644 index 0000000..a4d5cb8 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerChengDrawState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..5f1250c Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDiscardState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..6f8c84a Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDiscardState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDrawState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..d317680 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDrawState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..e4c1a60 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerKongDrawState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerKongDrawState.class new file mode 100644 index 0000000..69e29ca Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerKongDrawState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerKongWinState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerKongWinState.class new file mode 100644 index 0000000..331c701 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerKongWinState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..046eca6 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerTipState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..2b615d8 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerTipState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class new file mode 100644 index 0000000..1d99f7f Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerWaitState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..23d2a77 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/player/state/EXPlayerWaitState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/room/state/EXRoomDealState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/room/state/EXRoomDealState.class new file mode 100644 index 0000000..368cf30 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/room/state/EXRoomDealState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/room/state/EXRoomSetpState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..91b6417 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/room/state/EXRoomSetpState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/room/state/EXRoomStartGameState.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..f91ca8f Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/room/state/EXRoomStartGameState.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/Action.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/Action.class new file mode 100644 index 0000000..8b506c8 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/Action.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/IRuleBase.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/IRuleBase.class new file mode 100644 index 0000000..e6136db Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/IRuleBase.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/Tip.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/Tip.class new file mode 100644 index 0000000..428e7c1 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/Tip.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/TipManager.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/TipManager.class new file mode 100644 index 0000000..d31cf23 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/tip/TipManager.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/uitl/CardUtil.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/uitl/CardUtil.class new file mode 100644 index 0000000..9fdf634 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/uitl/CardUtil.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/uitl/WinCard.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/uitl/WinCard.class new file mode 100644 index 0000000..d5fedad Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/uitl/WinCard.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/uitl/WinSplitCard.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/uitl/WinSplitCard.class new file mode 100644 index 0000000..287248c Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/classes/extend/mj/uitl/WinSplitCard.class differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/game_mj_yijiaolaiyou.jar b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/game_mj_yijiaolaiyou.jar new file mode 100644 index 0000000..0ce32a5 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/game_mj_yijiaolaiyou.jar differ diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-archiver/pom.properties b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-archiver/pom.properties new file mode 100644 index 0000000..c5dace7 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Wed Jan 26 13:20:35 CST 2022 +version=1.0.0 +groupId=com.game +artifactId=game_mj_yijiaolaiyou diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..9df0cde --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,54 @@ +extend\mj\player\rule\RuleOtherKong.class +extend\mj\room\state\EXRoomSetpState.class +extend\mj\player\state\EXPlayerDrawTipState.class +extend\mj\EXRoom.class +extend\mj\PlayerRuleManager.class +extend\mj\room\state\EXRoomDealState.class +extend\mj\player\state\EXPlayerDiscardState.class +extend\mj\player\rulestate\PRSelfKongState.class +extend\mj\player\state\EXPlayerChengDrawState.class +extend\mj\EXMainServer.class +extend\mj\tip\TipManager.class +extend\mj\TagAnalyseItem.class +extend\mj\EXPlayBack.class +extend\mj\RuleWeight.class +extend\mj\SettleLog.class +extend\mj\OpCard.class +extend\mj\EXActionEvent.class +extend\mj\player\rule\RuleOtherWin.class +extend\mj\player\state\EXPlayerDisCardTipState.class +extend\mj\EXGameController.class +extend\mj\player\rulestate\PRSelfWinState.class +extend\mj\player\rule\RuleSelfKong.class +extend\mj\uitl\WinSplitCard.class +extend\mj\room\state\EXRoomStartGameState.class +extend\mj\player\state\EXPlayerWaitState.class +extend\mj\EXPlayer.class +extend\mj\player\rule\RulePongKongWin.class +extend\mj\uitl\CardUtil.class +extend\mj\player\rulestate\PROtherWinState.class +extend\mj\EXScore.class +extend\mj\player\state\EXPlayerWaitKongWinState.class +extend\mj\player\state\EXPlayerTipState.class +extend\mj\TagKindItem.class +extend\mj\tip\Action.class +extend\mj\player\rule\RulePongKong.class +extend\mj\player\state\EXPlayerKongWinState.class +extend\mj\uitl\WinCard.class +extend\mj\player\rulestate\PROtherKongState.class +extend\mj\player\rule\RulePong.class +extend\mj\player\rulestate\PRPongState.class +extend\mj\Config.class +extend\mj\player\state\EXPlayerKongDrawState.class +extend\mj\CardNiao.class +extend\mj\player\rulestate\PRPongKongState.class +extend\mj\tip\Tip.class +extend\mj\tip\IRuleBase.class +extend\mj\player\rule\RuleSelfWin.class +extend\mj\player\state\EXPlayerPiaoNiaoTipState.class +extend\mj\player\rule\RuleOtherKongSelfWin.class +extend\mj\player\rulestate\PROtherGongSelfWinState.class +extend\mj\player\state\EXPlayerDrawState.class +extend\mj\WinCardType.class +extend\mj\RoomCard.class +extend\mj\player\rulestate\PRPongKongWinState.class diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..45e0b81 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,54 @@ +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\Config.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rulestate\PRSelfWinState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\uitl\CardUtil.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\EXGameController.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerDisCardTipState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rule\RuleOtherKong.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rulestate\PRPongKongWinState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerTipState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerWaitKongWinState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\room\state\EXRoomStartGameState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rule\RulePongKong.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerDrawTipState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\tip\Action.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\EXPlayBack.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerPiaoNiaoTipState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\EXScore.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\TagKindItem.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerWaitState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rule\RulePong.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\EXActionEvent.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\tip\IRuleBase.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerChengDrawState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\EXPlayer.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rulestate\PROtherKongState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\OpCard.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rulestate\PRSelfKongState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\TagAnalyseItem.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\CardNiao.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\WinCardType.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\PlayerRuleManager.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rule\RuleOtherKongSelfWin.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rulestate\PROtherWinState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\EXMainServer.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\uitl\WinCard.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rulestate\PRPongState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\EXRoom.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rule\RuleSelfWin.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\room\state\EXRoomDealState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\RoomCard.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rulestate\PRPongKongState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rule\RuleSelfKong.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\tip\TipManager.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rule\RulePongKongWin.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerKongDrawState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\room\state\EXRoomSetpState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rulestate\PROtherGongSelfWinState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerKongWinState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\SettleLog.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\tip\Tip.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerDrawState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\rule\RuleOtherWin.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\uitl\WinSplitCard.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\player\state\EXPlayerDiscardState.java +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\main\java\extend\mj\RuleWeight.java diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..0c6b3a8 --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_mj_yijiaolaiyou\Main.class diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..8fb0cdc --- /dev/null +++ b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\java_server_waihuzi\game_java\majiang\yijiaolaiyou\game_mj_yijiaolaiyou\src\test\java\game_mj_yijiaolaiyou\Main.java diff --git a/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/test-classes/game_mj_yijiaolaiyou/Main.class b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/test-classes/game_mj_yijiaolaiyou/Main.class new file mode 100644 index 0000000..13b0315 Binary files /dev/null and b/majiang/yijiaolaiyou/game_mj_yijiaolaiyou/target/test-classes/game_mj_yijiaolaiyou/Main.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/game-config.xml b/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/game-config.xml new file mode 100644 index 0000000..bf8340c --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/game-config.xml @@ -0,0 +1,11 @@ + + + + + 192.168.3.10 + 192.168.3.10 + 8981 + 8981 + 108 + true + \ No newline at end of file diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/log4j.properties b/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/taurus-core.xml b/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/taurus-core.xml new file mode 100644 index 0000000..f1fc76a --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/taurus-permanent.xml b/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/taurus-permanent.xml new file mode 100644 index 0000000..7d9ade7 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 2 + 1 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 80 +
+ + + + extension - test + extend.mj.EXMainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/pom.xml b/majiang/zhuanzhuan/game_mj_zhuanzhuan/pom.xml new file mode 100644 index 0000000..4585b3e --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_mj_zhuanzhuan + 1.0.0 + jar + + game_mj_zhuanzhuan + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game_mj_zhuanzhuan + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/CardNiao.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/CardNiao.java new file mode 100644 index 0000000..a21039b --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/CardNiao.java @@ -0,0 +1,19 @@ +package extend.mj; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class CardNiao { + public int card; + + public int playerId=0; + public int score = 0; + + + public ITObject toMP(){ + ITObject obj = TObject.newInstance(); + obj.putInt("card", card); + obj.putInt("score", score); + return obj; + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/Config.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/Config.java new file mode 100644 index 0000000..1718790 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/Config.java @@ -0,0 +1,120 @@ +package extend.mj; + +public class Config { + + public static final int HONGZHONG = 412; + public static final int XIPAI_SCORE = 10; + public static final int ANCHOU_SCORE = 10; + public static final String ROOM_CONFIG_DIANPAO = "dianpao"; + public static final String ROOM_CONFIG_ZHUANGXIAN = "zhuangxian"; + public static final String ROOM_CONFIG_FENGDING = "fengding"; + public static final String ROOM_CONFIG_FENGDING_SCORE = "fengding_score"; + public static final String ROOM_CONFIG_PIAO_NIAO = "piao_niao"; + public static final String ROOM_CONFIG_QIDUI = "qidui"; + public static final String ROOM_CONFIG_NIAO = "niao"; + public static final String ROOM_CONFIG_NIAO_OPT = "niao_opt"; + public static final String ROOM_CONFIG_NIAO_OPT_SCORE = "niao_opt_score"; + public static final String ROOM_CONFIG_HONGZHONG = "laizi"; + public static final String ROOM_CONFIG_WUGUI_JIABEI = "wuguijiabei"; + public static final String ROOM_CONFIG_QIANGKONG = "qiangkong"; + public static final String ROOM_CONFIG_QIANGKONG_NIAO = "qiangkong_niao"; + public static final String ROOM_CONFIG_HONGZHONG8 = "laizi8"; + public static final String ROOM_CONFIG_NONEALL = "none_is_all"; + public static final String ROOM_CONFIG_NIAO_SCORE = "niao_score"; + public static final String ROOM_CONFIG_QG_TYPE = "qianggang_type"; + public static final String ROOM_CONFIG_JIANGMA = "jiangma"; + public static final String ROOM_CONFIG_HZ_HU = "hz_hu"; + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + public static final String ROOM_CONFIG_DI_FEN = "di_fen"; //低分 + public static final String ROOM_CONFIG_LAIZI4_HU = "laizi4_hu"; //四鬼胡牌 + public static final String ROOM_CONFIG_QIANGGANG_DIANPAO = "qianggang_dianpao"; //抢杠算点炮 + public static final String ROOM_CONFIG_BI_HU = "bi_hu"; //必胡 + + public static final String SETTLE_DIAN_PAO = "dian_pao"; + public static final String SETTLE_JIE_PAO = "jie_pao"; + public static final String SETTLE_ZIMO = "zimo"; + public static final String SETTLE_AN_KONG = "an_kong"; + public static final String SETTLE_MING_KONG = "ming_kong"; + + public static final int NIAO_TYPE_159 =1; + public static final int NIAO_TYPE_ALL =2; + public static final int NIAO_TYPE_WOWO =3; + + /** + * + */ + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + /** + * + */ + public static final String GAME_DIS_CARD = "611"; + + /** + * + */ + public static final String GAME_EVT_DISCARD = "812"; + + /** + * + */ + public static final String GAME_EVT_DISCARD_TIP = "813"; + + /** + * + */ + public static final String GAME_EVT_FZTIPS = "814"; + + /** + * + */ + public static final String GAME_ACTION = "612"; + + /** + * + */ + + public static final String GAME_EVT_ACTION = "815"; + + /** + * + */ + public static final String GAME_EVT_HU = "816"; + + /** + * + */ + public static final String GAME_EVT_RESULT1 = "817"; + + /** + * + */ + public static final String GAME_EVT_RESULT2 = "818"; + + /** + * + */ + public static final String GAME_EVT_DRAW = "819"; + + /** + * + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + /** + * + */ + public static final String GAME_EVT_NIAO = "821"; + + /** + * + */ + public static final String GAME_EVT_PIAONIAO_TIP = "833"; + /** + * + */ + public static final String GAME_EVT_PIAONIAO = "834"; + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXActionEvent.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXActionEvent.java new file mode 100644 index 0000000..db9bbf0 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXActionEvent.java @@ -0,0 +1,18 @@ +package extend.mj; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_START_GAME ="start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_KONG_WIN = "kong_win"; + + public static final String EVENT_PIAO_NIAO = "piao_niao"; +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXGameController.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXGameController.java new file mode 100644 index 0000000..93fc100 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXGameController.java @@ -0,0 +1,275 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map.Entry; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; + +import extend.mj.tip.Tip; +import extend.mj.tip.TipManager; + +/** + * + * + * + * EXGameController.java + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + if(Global.loggerDebug) { + int id = params.getInt("id"); + if(id ==0) { + Global.logger.info(owner + " pass!"); + }else { + TipManager tipMgr =((EXPlayer)owner).tipMgr; + if(tipMgr.tipMap.containsKey(id)) { + Tip tip = tipMgr.tipMap.get(id); + Global.logger.info(owner + " select_action type:"+tip.weight+" card:"+tip.card); + } + } + } + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + public void changeActiveSeat(EXRoom owner,int activeSeat) { + owner.activeSeat = activeSeat; + TObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void getCard(EXPlayer player,int leftCount){ + ITObject otherParam = new TObject(); + otherParam.putInt("card", 0); + otherParam.putInt("seat", player.room.activeSeat); + otherParam.putInt("left_count", leftCount); + + ITObject param = new TObject(); + param.putInt( "card", player.drawCard ); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + player.cardInhand.add(player.drawCard); + if(Global.loggerDebug) { + Global.logger.info(player + " drawcard["+player.drawCard+"]"); + } + player.room.broadCastToClient(player.playerid, Config.GAME_EVT_DRAW, otherParam); + ((EXPlayBack)player.getRoom().playBackData).addGetCardCommand(player.room.activeSeat, player.drawCard,leftCount); + } + + public void outCard(EXPlayer player,int discard){ + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + EXRoom room = player.getRoom(); + ((EXPlayBack)room.playBackData).addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + player.outcardList.add(discard); + Util.removeCard(player.cardInhand, discard, 1); + if(Global.loggerDebug) { + Global.logger.info(player + " outcard["+discard+"]"); + } + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + + + + public void actionCard(EXPlayer player,int card,int type,int from_seat,ITArray opcardArray){ + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + if(opcardArray!=null){ + paramBroadCast.putTArray("opcard", opcardArray); + } + EXRoom room = player.getRoom(); + + if(Global.loggerDebug) { + Global.logger.info(String.format("%s from_seat:%d card:%d type:%d ", player,from_seat,card,type)); + } + room.broadCastToClient(0, Config.GAME_EVT_ACTION, paramBroadCast); + ((EXPlayBack)room.playBackData).addActionCommand(player.seat, type, card, from_seat,opcardArray); + } + + public void dealCard(EXRoom owner) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + player.cardInhand = owner.card.deal(); + Collections.sort(player.cardInhand); + if(Global.loggerDebug) { + Global.logger.info(player + " cardlist:" + player.cardInhand); + } + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + } + + public void winEvent(EXPlayer owner,int from_seat,int win_card) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("win_card", win_card); + param.putInt("from_seat", from_seat); + if(Global.loggerDebug) { + Global.logger.info(owner + " hupai!["+(owner.seat == from_seat?"self":"other")+"]"); + } + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + ((EXPlayBack)room.playBackData).addWinCardCommand(owner.seat, false); + } + + public void sendNiaoEvt(EXPlayer owner, int seat) { + EXRoom room = owner.getRoom(); + ITObject param = new TObject(); +// param.putInt("playerid", owner.playerid); + ITArray array = new TArray(); + for (int index = 0; index < room.niao.size(); index++) { + array.addTObject(room.niao.get(index).toMP()); + } + param.putTArray("niao", array); + param.putInt("start_seat", seat); + + room.broadCastToClient(0, Config.GAME_EVT_NIAO, param); + ((EXPlayBack)room.playBackData).addNiaoCommand(owner.seat, param); + } + + /** + * Ʊ����ʾ + * @param owner + */ + public void piaoNiaoTipEvent(EXPlayer owner) { + owner.sendEvent(Config.GAME_EVT_PIAONIAO_TIP, null); + } + + /** + * Ʊ���¼� + * @param owner + */ + public void piaoNiaoEvent(EXPlayer owner) { + // if(owner.piaoNiao==0)return; + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("num", owner.piaoNiao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAONIAO, param); + } + + private ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("xipai_score", owner.xi_pai_score); + mp.putInt("anchou_score", owner.an_chou_score); + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray niao = new TArray(); + for (int index = 0; index < owner.niao.size(); index++) { + niao.addTObject(owner.niao.get(index).toMP()); + } + mp.putTArray("niao", niao); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("hu_score", player.score.round_log.get(EXScore.WIN)); + param.putInt("niao_score", player.score.round_log.get(EXScore.NIAO)); + param.putInt("gang_score", player.score.round_log.get(EXScore.KONG)); + param.putInt("piao_niao_score", player.score.round_log.get(EXScore.PIAO_NIAO)); + player.hp_info(param); + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putTObject("settle_log", player.settleLog.toTObject()); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss?2:1); + if(!dissmiss) { + ITObject result = getRoomResultData(owner); + owner.playBackData.addResult(result); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXMainServer.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXMainServer.java new file mode 100644 index 0000000..1e98ee6 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXMainServer.java @@ -0,0 +1,98 @@ +package extend.mj; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.player.rulestate.PRPongKongState; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDiscardState; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.player.state.EXPlayerWaitState; +import extend.mj.room.state.EXRoomDealState; +import extend.mj.room.state.EXRoomSetpState; +import extend.mj.room.state.EXRoomStartGameState; + +/** + * + * + * EXMainServer.java + */ +public class EXMainServer extends MainServer{ + + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController)Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + Global.registerState(EXPlayerWaitKongWinState.class, new EXPlayerWaitKongWinState()); + Global.registerState(EXPlayerKongWinState.class, new EXPlayerKongWinState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + + Global.registerState(PROtherKongState.class, new PROtherKongState()); + Global.registerState(PROtherWinState.class, new PROtherWinState()); + Global.registerState(PRPongKongState.class, new PRPongKongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRSelfKongState.class, new PRSelfKongState()); + Global.registerState(PRSelfWinState.class, new PRSelfWinState()); + + + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXPlayBack.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXPlayBack.java new file mode 100644 index 0000000..d060694 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXPlayBack.java @@ -0,0 +1,68 @@ +package extend.mj; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class EXPlayBack extends BasePlayBack{ + + + public EXPlayBack(EXRoom room){ + super(room); + info.putInt("left_card", room.card.getCount()); + } + + protected ITObject getPlayerInfo(Player player) { + ITObject obj =super.getPlayerInfo(player); + EXPlayer p = (EXPlayer)player; + ITArray cardInhand = Util.toTArray(p.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + obj.putInt("piao_niao", p.piaoNiao); + return obj; + } + + public void addGetCardCommand(int seat,int card,int left_count){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard",seat,data); + } + + + public void addOutCardCommand(int seat,int card){ + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard",seat,data); + } + + public void addOutCardKongCommand(int seat,ITArray card){ + ITObject data = TObject.newInstance(); + data.putTArray("cardList", card); + addCommand("OutCardKong",seat,data); + } + + public void addActionCommand(int seat,int type,int card,int from_seat,ITArray opcardArray){ + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + if(opcardArray!=null) + cmdData.putTArray("opcard", opcardArray); + addCommand("Action",seat,cmdData); + } + + public void addWinCardCommand(int seat,boolean zimo){ + ITObject cmdData = TObject.newInstance(); + addCommand("Win",seat,cmdData); + } + + public void addNiaoCommand(int seat,ITObject param){ + addCommand("Niao",seat,param); + } + + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXPlayer.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXPlayer.java new file mode 100644 index 0000000..ce71187 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXPlayer.java @@ -0,0 +1,142 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.tip.TipManager; + +/** + * + * + * + * 2017��8��30�� + * EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + + // ������ + public List outcardList; + + public ITArray opCard; + + public List pongGroup; + public List kongGroup; + public List selfKongGroup; + public List opCardList; + + public int drawCard = 0; + public int winCard = 0; + + public TipManager tipMgr; + + public SettleLog settleLog; + + /** + * ©�� + */ + public boolean louhu = false; + + /** + * ǿ�Ƽ����� + */ + public boolean forceCheckWin = false; + /** + * 0 С�� 1 ���ܺ� + */ + public int winType = 0; + public List notPongKongList = new ArrayList<>(); + + public int niaoCount; + public int piaoNiao; + public boolean fengding; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + + pongGroup = new ArrayList<>(); + kongGroup = new ArrayList<>(); + selfKongGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + + opCard = new TArray(); + + tipMgr = new TipManager(this); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_DIAN_PAO, 0); + settleLog.put(Config.SETTLE_JIE_PAO, 0); + settleLog.put(Config.SETTLE_ZIMO, 0); + settleLog.put(Config.SETTLE_AN_KONG, 0); + settleLog.put(Config.SETTLE_MING_KONG, 0); + fengding = false; + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("card_count", cardInhand.size()); + playerData.putInt("score", score.total_score); + playerData.putInt("piao_niao", this.piaoNiao); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card", opcard.card); + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + + return playerData; + } + + public void clear() { + super.clear(); + this.cardInhand.clear(); + this.notPongKongList.clear(); + this.winer = 0; + this.louhu = false; + this.outcardList.clear(); + this.drawCard = 0; + this.kongGroup.clear(); + this.pongGroup.clear(); + this.selfKongGroup.clear(); + this.opCardList.clear(); + this.score.resetRound(); + this.niaoCount = 0; + this.piaoNiao = 0; + this.fengding = false; + } + + + + public EXRoom getRoom() { + return (EXRoom) room; + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXRoom.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXRoom.java new file mode 100644 index 0000000..b6adba6 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXRoom.java @@ -0,0 +1,716 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TObject; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.tip.Action; +import extend.mj.tip.TipManager; + +public class EXRoom extends Room { + + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + public int activeCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winCount = 0; + public boolean liuju = false; + + public ArrayList niao; + + public int niao_score; + public int piaoNiaoCount; + public int adminSeat = 0; + + public int di_fen = 2; + public int niao_fen = 2; + + public int fengdingScore = 0; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.niao = new ArrayList(); + this.fengdingScore = 0; + + if (!this.config.containsKey(Config.ROOM_CONFIG_FENGDING)) + { + this.config.putBoolean(Config.ROOM_CONFIG_FENGDING, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_FENGDING_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_FENGDING_SCORE, 0); + } + else { + int fengding_score = this.config.getInt(Config.ROOM_CONFIG_FENGDING_SCORE); + if (fengding_score == 0) + { + this.fengdingScore = 0; + } + else if (fengding_score == 1) + { + this.fengdingScore = 35; + } + else if (fengding_score == 2) + { + this.fengdingScore = 40; + } + else if (fengding_score == 3) + { + this.fengdingScore = 45; + } + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_PIAO_NIAO)) + { + this.config.putBoolean(Config.ROOM_CONFIG_PIAO_NIAO, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_WUGUI_JIABEI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_LAIZI4_HU)) + { + this.config.putBoolean(Config.ROOM_CONFIG_LAIZI4_HU, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_NIAO_OPT_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_NIAO_OPT_SCORE, 1); + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_NIAO)) { + this.config.putInt(Config.ROOM_CONFIG_NIAO, 0); + } + if(!this.config.containsKey(Config.ROOM_CONFIG_NIAO_OPT)) { + this.config.putInt(Config.ROOM_CONFIG_NIAO_OPT, 0); + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_JIANGMA)) { + this.config.putInt(Config.ROOM_CONFIG_JIANGMA, 0); + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_QIANGKONG)) { + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG,false); + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_HONGZHONG8)) { + this.config.putBoolean(Config.ROOM_CONFIG_HONGZHONG8,false); + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_ZHUANGXIAN)) { + this.config.putBoolean(Config.ROOM_CONFIG_ZHUANGXIAN,false); + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_QIANGKONG_NIAO)) { + this.config.putBoolean(Config.ROOM_CONFIG_QIANGKONG_NIAO,false); + } + + //this.config.putBoolean(Config.ROOM_CONFIG_DIANPAO, true); + //this.config.putBoolean(Config.ROOM_CONFIG_HONGZHONG, false); + this.config.putBoolean(Config.ROOM_CONFIG_NONEALL, false); + //this.config.putBoolean(Config.ROOM_CONFIG_ZHUANGXIAN, false); + this.config.putInt(Config.ROOM_CONFIG_QG_TYPE, 0); //no use + this.config.putInt(Config.ROOM_CONFIG_NIAO_SCORE, 0); //no use + if(!this.config.containsKey(Config.ROOM_CONFIG_HZ_HU)) { + this.config.putBoolean(Config.ROOM_CONFIG_HZ_HU,false); + } + this.niao_score = 2; + if(this.config.getInt(Config.ROOM_CONFIG_NIAO) > 0) { + int opt = this.config.getInt(Config.ROOM_CONFIG_NIAO_OPT_SCORE); + if(opt==2)this.niao_score = 1; + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_QIANGGANG_DIANPAO)) { + this.config.putBoolean(Config.ROOM_CONFIG_QIANGGANG_DIANPAO,false); + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_BI_HU)) { + this.config.putBoolean(Config.ROOM_CONFIG_BI_HU,false); + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_HONGZHONG)) { + this.config.putBoolean(Config.ROOM_CONFIG_HONGZHONG,false); + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_DIANPAO)) { + this.config.putBoolean(Config.ROOM_CONFIG_DIANPAO,false); + } + + if(!this.config.containsKey(Config.ROOM_CONFIG_HZ_HU)) { + this.config.putBoolean(Config.ROOM_CONFIG_HZ_HU,false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_QIDUI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_QIDUI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_DI_FEN)) + { + this.config.putInt(Config.ROOM_CONFIG_DI_FEN, 0); + this.di_fen = 2; + } + else { + int di_index = this.config.getInt(Config.ROOM_CONFIG_DI_FEN); + if (di_index == 0) + { + this.di_fen = 2; + } + else if (di_index == 1) + { + this.di_fen = 4; + } + else if (di_index == 2) + { + this.di_fen = 6; + } + else if (di_index == 3) + { + this.di_fen = 8; + } + } + + // this.entrustTime = this.config.getInt("tuoguan_active_time") * 60000; + // this.openEntrust = this.entrustTime > 0; + // this.entrusResultType = this.config.getInt("tuoguan_result_type"); + this.isEntrust=true; + this.adminSeat = 0; + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + + checkAction(); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + activePlayer.stateMachine.toNextState(); + } else { + + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + return data; + } + + public void addScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score, int type) { + boolean zhuangxian = this.config.getBoolean(Config.ROOM_CONFIG_ZHUANGXIAN); + if(type == EXScore.WIN) { + if (zhuangxian) { + if (destPlayer.seat == this.bankerSeat || fromPlayer.seat == this.bankerSeat) { + score += 1; + } + } + + EXScore exscore = (EXScore) destPlayer.score; + EXScore.HUScore hu_score = exscore.getHuScore(fromPlayer); + if (hu_score == null) { + hu_score = new EXScore.HUScore(); + hu_score.player = fromPlayer; + exscore.hu_score.add(hu_score); + } + + hu_score.score += score; + } + else if (type == EXScore.NIAO) + { + EXScore exscore = (EXScore) destPlayer.score; + EXScore.HUScore hu_score = exscore.getHuScore(fromPlayer); + if (hu_score == null) { + hu_score = new EXScore.HUScore(); + hu_score.player = fromPlayer; + exscore.hu_score.add(hu_score); + } + + hu_score.niao_score += score; + } + + if (type == EXScore.WIN || type == EXScore.NIAO) { + return; + } + + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + } + + public void addAllScore(EXPlayer destPlayer, int socre, int type) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + this.addScore(destPlayer, fromPlayer, socre, type); + } + } + + public void addNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score) { + this.addScore(destPlayer, fromPlayer, score, EXScore.NIAO); + } + + public void addAllNiaoScore(EXPlayer destPlayer, int score) { + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.niaoCount ++; + addNiaoScore(destPlayer, fromPlayer, score); + } + } + + public void addPiaoNiaoScore(EXPlayer destPlayer, EXPlayer fromPlayer) { + boolean piao_niao = this.config.getBoolean(Config.ROOM_CONFIG_PIAO_NIAO); + if (piao_niao == false) return; + + this.addScore(destPlayer, fromPlayer,destPlayer.piaoNiao + fromPlayer.piaoNiao , EXScore.PIAO_NIAO); + } + + public void addAllPiaoNiaoScore(EXPlayer destPlayer) { + boolean piao_niao = this.config.getBoolean(Config.ROOM_CONFIG_PIAO_NIAO); + if (piao_niao == false) return; + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + addPiaoNiaoScore(destPlayer,fromPlayer); + } + } + + private int getNiaoNum(int card, boolean isDianPao) { + int niao_num = 0; + int niao = this.config.getInt(Config.ROOM_CONFIG_NIAO); + switch (niao) { + case Config.NIAO_TYPE_159: + + int opt = this.config.getInt(Config.ROOM_CONFIG_NIAO_OPT); + niao_num = opt * 2; + + break; + case Config.NIAO_TYPE_ALL: + niao_num = 1; + break; + case Config.NIAO_TYPE_WOWO: + int tem = card % 100; + niao_num = (card == Config.HONGZHONG) ? 10 : tem; + break; + } + return niao_num; + } + + public void niao_tongPao(int card) { + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + __zhuaNiao(dianPaoPlayer, getNiaoNum(card, false)); + List winPlayerList = new ArrayList(); + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (player.winer == 1) { + ((EXPlayer)player).niaoCount = 0; + winPlayerList.add((EXPlayer) player); + } + } + for (CardNiao cn : niao) { + boolean not_niao = true; + if (dianPaoPlayer.playerid == cn.playerId) { + for (EXPlayer winer : winPlayerList) { + int score = cn.score; + if(Global.gameId != 1&&winer.winType == 1) + score = score * (maxPlayers - 1); + winer.niaoCount ++; + this.addNiaoScore(winer, dianPaoPlayer, score); + } + not_niao = false; + } else { + for (EXPlayer winer : winPlayerList) { + if (winer.playerid == cn.playerId) { + int score = cn.score; + if (Global.gameId != 1&&winer.winType == 1) + score = score * (maxPlayers - 1); + this.addNiaoScore(winer, dianPaoPlayer, score); + not_niao = false; + winer.niaoCount ++; + break; + } + } + } + if (not_niao) + cn.score = 0; + } + boolean none_all = this.config.getBoolean(Config.ROOM_CONFIG_NONEALL); + if(none_all) { + for (EXPlayer winer : winPlayerList) { + if(winer.niaoCount == 6 ||winer.niaoCount == 0) { + this.addNiaoScore(winer, dianPaoPlayer, niao_score*6); + } + } + } + + EXMainServer.gameCtr.sendNiaoEvt(dianPaoPlayer, dianPaoPlayer.seat); + } + + public void niao_dianPao(EXPlayer owner, int card) { +// boolean wuguijiabei = this.config.getBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI); +// if (wuguijiabei && this.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG)) { +// if (owner.winType != 1 && Util.cardNum(Config.HONGZHONG, owner.cardInhand) <= 0) { +// return; +// } +// } + EXPlayer dianPaoPlayer = (EXPlayer) this.playerMapBySeat.get(this.activeSeat); + EXPlayer winer = owner; + int num = getNiaoNum(card, true); + boolean hongzhong = Util.checkCard(Config.HONGZHONG, owner.cardInhand); + int jm_num = config.getInt(Config.ROOM_CONFIG_JIANGMA); + if(card!=Config.HONGZHONG&&!hongzhong&&jm_num>0) { + num +=jm_num; + } + __zhuaNiao(winer, num); + winer.niaoCount = 0; + for (CardNiao cn : niao) { + if (cn.playerId == winer.playerid || dianPaoPlayer.playerid == cn.playerId) { + int score = cn.score; + if(Global.gameId != 1&&owner.winType == 1) + score = score * (maxPlayers - 1); + winer.niaoCount ++; + this.addNiaoScore(winer, dianPaoPlayer, score); + } else { + cn.score = 0; + } + } + boolean none_all = this.config.getBoolean(Config.ROOM_CONFIG_NONEALL); + if(none_all) { + if(winer.niaoCount == 6 ||winer.niaoCount == 0) { + this.addNiaoScore(winer, dianPaoPlayer, niao_score*6); + } + } + EXMainServer.gameCtr.sendNiaoEvt(winer, winer.seat); + } + + public void niao_selfWin(EXPlayer owner, int card) { + if (this.config.getInt(Config.ROOM_CONFIG_NIAO) == 0) { + return; + } + int num = getNiaoNum(card, false); + boolean hongzhong = Util.checkCard(Config.HONGZHONG, owner.cardInhand); + int jm_num = config.getInt(Config.ROOM_CONFIG_JIANGMA); + if(card!=Config.HONGZHONG&&!hongzhong&&jm_num>0) { + num +=jm_num; + } + __zhuaNiao(owner, num); + for (Entry entry : owner.room.playerMapById.entrySet()) { + ((EXPlayer)entry.getValue()).niaoCount = 0; + } + boolean jiabei = false; +// boolean wuguijiabei = this.config.getBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI); +// if (wuguijiabei && this.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG)) { +// if (Util.cardNum(Config.HONGZHONG, owner.cardInhand) <= 0) { +// jiabei = true; +// } +// } + for (CardNiao cn : niao) { + boolean not_niao = true; + if (cn.playerId == owner.playerid) { + if (jiabei) + { + this.addAllNiaoScore(owner, cn.score * 2); + } + else { + this.addAllNiaoScore(owner, cn.score); + } + not_niao = false; + } else { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid == cn.playerId) { + player.niaoCount ++; + if (jiabei) + { + this.addNiaoScore(owner, player, cn.score * 2); + } + else { + this.addNiaoScore(owner, player, cn.score); + } + not_niao = false; + break; + } + } + } + if (not_niao) + cn.score = 0; + } + boolean none_all = this.config.getBoolean(Config.ROOM_CONFIG_NONEALL); + if(none_all) { + for (Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if(player.niaoCount == 6 ||player.niaoCount == 0) { + if (jiabei) + { + this.addNiaoScore(owner, player, niao_score*6*2); + } + else { + this.addNiaoScore(owner, player, niao_score*6); + } + } + } + } +// for (OpCard opcard : owner.opCardList) { +// if (opcard.type == RuleWeight.TYPE_SELF_KONG) +// { +// this.addAllScore(owner, 3, EXScore.KONG); +// } +// else if (opcard.type == RuleWeight.TYPE_KONG && opcard.seat == 0) +// { +// this.addAllScore(owner, 3, EXScore.KONG); +// } +// else if (opcard.type == RuleWeight.TYPE_KONG && opcard.seat > 0) +// { +// EXPlayer activePlayer = (EXPlayer)this.playerMapBySeat.get(opcard.seat); +// if (activePlayer != null) +// { +// this.addScore(owner,activePlayer, 3,EXScore.KONG); +// } +// } +// } + EXMainServer.gameCtr.sendNiaoEvt(owner, owner.seat); + } + + private final void __zhuaNiao(EXPlayer owner, int niao_num) { + this.niao.clear(); + + boolean niao_all = config.getInt(Config.ROOM_CONFIG_NIAO) == Config.NIAO_TYPE_ALL; + for (int index = 0; index < niao_num; index++) { + if (card.cardList.size() == 0) { + break; + } + + int card = this.card.pop(); + CardNiao cn = new CardNiao(); + cn.card = card; + this.niao.add(cn); + int tem = card % 100; + if (niao_all) { + cn.playerId = owner.playerid; + if (card == Config.HONGZHONG || (Global.gameId == 1 &&tem == 1)) { + cn.score = 10; + } else { + cn.score = tem; + } + } else { + if (card == Config.HONGZHONG || tem == 1 || tem == 5 || tem == 9) { + cn.playerId = owner.playerid; + cn.score = niao_score; + } + } + } + + } + + public void winCallback(EXPlayer owner, int card) { + if (this.winCount >= this.actionList.size()) { + if (actionList.size() > 1) { + this.bankerSeat = this.activeSeat; + niao_tongPao(card); + } else { + niao_dianPao(owner, card); + } + + this.endGame(); + } + } + + @Override + public void endGame() { + boolean fengding = this.config.getBoolean(Config.ROOM_CONFIG_FENGDING); + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.winer == 1) { + List list = ((EXScore) player.score).hu_score; + for (EXScore.HUScore hu_score : list) { + int hu_num = hu_score.score; + int niao_num = hu_score.niao_score; + int sum_score = hu_num + niao_num; + EXPlayer destPlayer = player; + EXPlayer fromPlayer = hu_score.player; + + destPlayer.score.round_log.put(EXScore.WIN, destPlayer.score.round_log.get(EXScore.WIN) + hu_num); + fromPlayer.score.round_log.put(EXScore.WIN, fromPlayer.score.round_log.get(EXScore.WIN) - hu_num); + destPlayer.score.round_log.put(EXScore.NIAO, destPlayer.score.round_log.get(EXScore.NIAO) + niao_num); + fromPlayer.score.round_log.put(EXScore.NIAO, fromPlayer.score.round_log.get(EXScore.NIAO) - niao_num); + //if (fengding) { + // if (sum_score > Config.FENGDING_SCORE) { + // sum_score = Config.FENGDING_SCORE; + // player.fengding = true; + // } + //} + if (fengding && this.fengdingScore > 0) + { + if (sum_score > this.fengdingScore) { + sum_score = this.fengdingScore; + player.fengding = true; + } + } + destPlayer.score.round_score += sum_score; + destPlayer.score.total_score += sum_score; + fromPlayer.score.round_score -= sum_score; + fromPlayer.score.total_score -= sum_score; + } + } + } + super.endGame(); + } + +// public void settleRound() { +// saveMilitaryRound(playBackData.getData()); +// boolean total = this.round >= this.maxRound; +// if(this.entrusResultType ==EXRoom.ENTRUST_CURREN_RESULT) { +// for (Entry entry : this.playerMapById.entrySet()) { +// if(entry.getValue().isEntrust()) { +// total = true; +// break; +// } +// } +// } +// if (!total) +// EXMainServer.gameCtr.roomResult(this); +// else { +// this.saveMilitaryTotal(false); +// } +// this.stateMachine.changeState(Global.getState(EXRoomRoundSettleState.class)); +// this.winCount = 0; +// +// +// if (total) { +// this.stateMachine.changeState(Global.getState(RoomDestoryGameState.class)); +// return; +// } +// } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void clear() { + super.clear(); + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.winCount = this.piaoNiaoCount = 0; + this.niao.clear(); + this.niao_fen = 2; + this.di_fen = 2; + this.fengdingScore = 0; + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXScore.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXScore.java new file mode 100644 index 0000000..fdae96d --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/EXScore.java @@ -0,0 +1,47 @@ +package extend.mj; + +import com.game.data.Score; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class EXScore extends Score{ + public static final int WIN = 1; + public static final int KONG = 2; + public static final int NIAO = 3; + public static final int PIAO_NIAO = 4; + + public List hu_score; + + public EXScore(EXPlayer owner){ + super(owner); + this.hu_score = new ArrayList<>(); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(KONG, 0); + this.round_log.put(NIAO, 0); + this.round_log.put(PIAO_NIAO, 0); + if(this.hu_score!=null) + this.hu_score.clear(); + } + + public HUScore getHuScore(EXPlayer from){ + for(HUScore hu_score : hu_score){ + if(hu_score.player.playerid == from.playerid){ + return hu_score; + } + } + return null; + } + + + public static final class HUScore{ + public int score; + public EXPlayer player; + public int niao_score; + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/OpCard.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/OpCard.java new file mode 100644 index 0000000..32f8334 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/OpCard.java @@ -0,0 +1,19 @@ +package extend.mj; + +public class OpCard { + public int type; + public int card; + public int seat; + + public OpCard(int type, int card) { + this.type = type; + this.card = card; + this.seat = 0; + } + + public OpCard(int type, int card, int seat) { + this.type = type; + this.card = card; + this.seat = seat; + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/PlayerRuleManager.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/PlayerRuleManager.java new file mode 100644 index 0000000..f935748 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/PlayerRuleManager.java @@ -0,0 +1,103 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.mj.player.rule.RuleOtherKong; +import extend.mj.player.rule.RuleOtherWin; +import extend.mj.player.rule.RulePong; +import extend.mj.player.rule.RulePongKong; +import extend.mj.player.rule.RuleSelfKong; +import extend.mj.player.rule.RuleSelfWin; +import extend.mj.player.state.EXPlayerDisCardTipState; +import extend.mj.player.state.EXPlayerDrawTipState; +import extend.mj.player.state.EXPlayerKongWinState; +import extend.mj.player.state.EXPlayerTipState; +import extend.mj.tip.IRuleBase; + +/** + * ����������� + * + * + * + * 2017��9��19�� PlayerRuleManager.java + */ +public class PlayerRuleManager { + + /** + * ����ץ�� + */ + public static final int DRAW_RULE = 1; + /** + * ���˳��� + */ + public static final int OTHER_DISCARD_RULE = 2; + /** + * ���ܺ����� + */ + public static final int KONG_HU_RULE = 3; + /** + * �������Ժ���ƹ��� + */ + public static final int CHOW_PONG_DISCARD_RULE = 7; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.KONG_HU_RULE, (EXPlayerKongWinState) Global.getState(EXPlayerKongWinState.class)); + tipMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, (EXPlayerDrawTipState) Global.getState(EXPlayerDrawTipState.class)); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleSelfKong()); + drawRuleList.add(new RulePongKong()); + drawRuleList.add(new RuleSelfWin()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleOtherKong()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.OTHER_DISCARD_RULE, otherDiscardList); + + List konghuList = new ArrayList(); + konghuList.add(new RuleOtherWin()); + ruleMap.put(PlayerRuleManager.KONG_HU_RULE, konghuList); + + List cpDiscardRuleList = new ArrayList(); + cpDiscardRuleList.add(new RuleSelfKong()); + cpDiscardRuleList.add(new RulePongKong()); + ruleMap.put(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, cpDiscardRuleList); + + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/RoomCard.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/RoomCard.java new file mode 100644 index 0000000..d793fec --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/RoomCard.java @@ -0,0 +1,163 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; + +import com.game.Global; + +import extend.mj.uitl.WinCard; + + +public class RoomCard { + public List cardList; + EXRoom room; + public ArrayList subCardList; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + subCardList = new ArrayList<>(); + this.room = table; + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + } + + + private void initCard() { + + for (int index = 1; index <= 9; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + this.cardList.add(300 + index); + } + } + + boolean laizi = room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG); + boolean laizi8 = room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG8); + if(laizi) { + int laiziNum = laizi8 ? 8 :4; + WinCard.zhongWinNum = laiziNum; + for(int i =0;i cards) { + //从底牌移除 + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } + } + +// public int pop() { +// +// if (this.cardList.size() == 0) { +// this.room.bankerSeat = this.room.activeSeat; +//// this.room.roundSettle(); +// } +// +// int card = this.cardList.remove(0); +// +// return card; +// +// } + + public int pop() { + Global.logger.info("pop cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + card = this.subCardList.remove(0); + }else { + this.room.bankerSeat = this.room.activeSeat; + } + }else { + card = this.cardList.remove(0); + } + return card; + + } + + public int popsub() { + Global.logger.info("pop sub cardlist size=>"+this.cardList.size()+":sub size==>"+subCardList.size()); + int card = 0; + if (this.subCardList.size() == 0) { + if (this.cardList.size() == 0) { + this.room.bankerSeat = this.room.activeSeat; + }else { + card = this.cardList.remove(0); + } + }else { + card = this.subCardList.remove(0); + } + return card; +// this.room.roundSettle(); + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + // ���� + public List deal() { + List dealCards = new ArrayList(); + + for (int index = 0; index < 13; index++) { + dealCards.add(this.pop()); + } + +// dealCards.add(101); +// dealCards.add(101); +// dealCards.add(101); +// dealCards.add(101); +// dealCards.add(Config.HONGZHONG); +// dealCards.add(Config.HONGZHONG); +// dealCards.add(Config.HONGZHONG); +// dealCards.add(Config.HONGZHONG); +// dealCards.add(102); +// dealCards.add(102); +// dealCards.add(102); +// dealCards.add(102); +// dealCards.add(103); +// dealCards.add(103); +// dealCards.add(103); +// dealCards.add(103); +// dealCards.add(104); + return dealCards; + + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/RuleWeight.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/RuleWeight.java new file mode 100644 index 0000000..b247e6f --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/RuleWeight.java @@ -0,0 +1,20 @@ +package extend.mj; + +public class RuleWeight { + public final static int CHOW = 0b00001; + public final static int PONG = 0b00010; + public final static int KONG = 0b00100; + public final static int SELFKONG = 0b00100; + public final static int WIN = 0b01000; + public final static int SELF_WIN = 0b10000; + + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KONG = 3; + public final static int TYPE_SELF_KONG = 4; + public final static int TYPE_PONG_KONG = 5; + public final static int TYPE_WIN = 6; + +} + diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/SettleLog.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/SettleLog.java new file mode 100644 index 0000000..a7c6e67 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/SettleLog.java @@ -0,0 +1,44 @@ +package extend.mj; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class SettleLog { + private Map log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/TagAnalyseItem.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/TagAnalyseItem.java new file mode 100644 index 0000000..f3e4888 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/TagAnalyseItem.java @@ -0,0 +1,16 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +public class TagAnalyseItem { + //分析子项 + public int cbCardEye; //牌眼麻将 + public List cbOpCard; //组合类型 + + public TagAnalyseItem() + { + this.cbCardEye = 0; + this.cbOpCard = new ArrayList(); + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/TagKindItem.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/TagKindItem.java new file mode 100644 index 0000000..fe18c06 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/TagKindItem.java @@ -0,0 +1,17 @@ +package extend.mj; + +import java.util.ArrayList; +import java.util.List; + +public class TagKindItem { + public int type; //组合类型 + public int card; //中心麻将 + public Integer[] cbCardList; //麻将索引 + + public TagKindItem() + { + type = 0; + card = 0; + cbCardList = new Integer[3]; + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleOtherKong.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleOtherKong.java new file mode 100644 index 0000000..fcf6da1 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleOtherKong.java @@ -0,0 +1,50 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PROtherKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleOtherKong.java + */ +public class RuleOtherKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + + int eventCard = room.activeCard; + if (eventCard == Config.HONGZHONG || player.isEntrust()) { + return false; + } + + if (Util.checkCard(eventCard, player.cardInhand, 3)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.KONG, this, RuleWeight.TYPE_KONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + player.stateMachine.changeState(Global.getState(PROtherKongState.class)); + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleOtherWin.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleOtherWin.java new file mode 100644 index 0000000..ffadaec --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleOtherWin.java @@ -0,0 +1,62 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PROtherWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +/** + * ���Ƽ�� + * + * + * 2017��8��30�� + * RuleOtherWin.java + */ +public class RuleOtherWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if(!player.forceCheckWin&&player.louhu)return false; + EXRoom room = player.getRoom(); + ITObject config = room.config; + + if (!player.forceCheckWin&&!config.getBoolean(Config.ROOM_CONFIG_DIANPAO)) { + return false; + } + boolean qidui = config.getBoolean(Config.ROOM_CONFIG_QIDUI); + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + + int activieCard = room.activeCard; + boolean laizi = room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG); + WinCard win = new WinCard(player.cardInhand, room.activeCard, Config.HONGZHONG, laizi,qidui); + if(hz_hu&&win.zhong_count >0) { + return false; + } + if (win.checkQidui() || win.tryWin(room)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activieCard); + Tip tip = new Tip(room.activeCard,opcard, RuleWeight.WIN,this, RuleWeight.TYPE_WIN); + tip.winType = player.forceCheckWin? 1 :0; + player.tipMgr.addTip(tip); + return true; + } + + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.winType = tip.winType; + player.stateMachine.changeState(Global.getState(PROtherWinState.class)); + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RulePong.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RulePong.java new file mode 100644 index 0000000..48cf238 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RulePong.java @@ -0,0 +1,53 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ����� + * + * + * 2017��8��30�� + * RulePong.java + */ +public class RulePong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (eventCard == Config.HONGZHONG || player.isEntrust()) { + return false; + } + + if (Util.checkCard(eventCard, player.cardInhand, 2)) { + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player, Tip tip) { + if (Util.checkCard(tip.card, player.cardInhand, 3)) { + player.notPongKongList.add(tip.card); + } + player.stateMachine.changeState(Global.getState(PRPongState.class)); + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RulePongKong.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RulePongKong.java new file mode 100644 index 0000000..6a36a2e --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RulePongKong.java @@ -0,0 +1,59 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRPongKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RulePongKong.java + */ +public class RulePongKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + boolean result = false; + if (player.isEntrust()) { + return false; + } + for (int card : player.cardInhand) { + if(!player.notPongKongList.contains(card)) { + result = conditionCard(player, card) || result; + } + } + return result; + + } + + public boolean conditionCard(EXPlayer player, int card) { + + for (int[] cardGroup : player.pongGroup) { + if (card == cardGroup[0]) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.KONG,this, RuleWeight.TYPE_PONG_KONG); + player.tipMgr.addTip(tip); + return true; + } + } + return false; + + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.stateMachine.changeState(Global.getState(PRPongKongState.class)); + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleSelfKong.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleSelfKong.java new file mode 100644 index 0000000..ff51846 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleSelfKong.java @@ -0,0 +1,56 @@ +package extend.mj.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRSelfKongState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; + +/** + * ���ܼ�� + * + * + * 2017��8��30�� + * RuleSelfKong.java + */ +public class RuleSelfKong implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + if (player.isEntrust()) { + return false; + } + Map cardMap = Util.getCardNumMap(player.cardInhand); + boolean result = false; + + for (Entry entry : cardMap.entrySet()) { + + int card = entry.getKey(); + if(card == Config.HONGZHONG)continue; + int num = entry.getValue(); + if (num >= 4) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + Tip tip = new Tip(card,opcard, RuleWeight.SELFKONG,this, RuleWeight.TYPE_SELF_KONG); + player.tipMgr.addTip(tip); + result = true; + } + } + return result; + } + + @Override + public void action(EXPlayer player,Tip tip) { + player.stateMachine.changeState(Global.getState(PRSelfKongState.class)); + + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleSelfWin.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleSelfWin.java new file mode 100644 index 0000000..93b26b5 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rule/RuleSelfWin.java @@ -0,0 +1,49 @@ +package extend.mj.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.player.rulestate.PRSelfWinState; +import extend.mj.tip.IRuleBase; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +/** + * ������� + * + * + * 2017��8��30�� + * RuleSelfWin.java + */ +public class RuleSelfWin implements IRuleBase { + + @Override + public boolean condition(EXPlayer player) { + // TODO Auto-generated method stub + ITObject config = player.room.config; + boolean qidui = config.getBoolean(Config.ROOM_CONFIG_QIDUI); + boolean laizi = config.getBoolean(Config.ROOM_CONFIG_HONGZHONG); + WinCard win = new WinCard(player.cardInhand, Config.HONGZHONG, laizi,qidui); + if (win.checkQidui() || win.tryWin(player.getRoom())) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(player.drawCard); + Tip tip = new Tip(player.drawCard,opcard, RuleWeight.SELF_WIN,this, RuleWeight.TYPE_WIN); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player,Tip tip) { + // TODO Auto-generated method stub + player.stateMachine.changeState(Global.getState(PRSelfWinState.class)); + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PROtherKongState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PROtherKongState.java new file mode 100644 index 0000000..ad4facd --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PROtherKongState.java @@ -0,0 +1,89 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.EXScore; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PROtherKongState.java + */ +public class PROtherKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.outcardList.remove(activePlayer.outcardList.size()-1); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + room.addScore(owner,activePlayer, 3,EXScore.KONG); + + EXMainServer.gameCtr.changeActiveSeat(room,owner.seat); + owner.cardInhand.add(owner.getRoom().activeCard); + + + int [] kongGroup = new int [4]; + int card = room.activeCard; + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card; + + owner.kongGroup.add(kongGroup); + owner.opCardList.add( new OpCard(RuleWeight.TYPE_KONG, card, fromseat) ); + Util.removeCard(owner.cardInhand, card, 4); + room.activeCard = 0; + room.lastDiscardSeat = 0; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_KONG, fromseat,opcard); + owner.settleLog.add(Config.SETTLE_MING_KONG); +// owner.stateMachine.changeState( Global.getState(EXPlayerDrawState.class) ); + +// owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); +// if(room.tipMap.size() == 0){ + toNextState(owner); +// }else{ +// owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); +// } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PROtherWinState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PROtherWinState.java new file mode 100644 index 0000000..88d1795 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PROtherWinState.java @@ -0,0 +1,46 @@ +package extend.mj.player.rulestate; + +import com.game.state.StateBase; + +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.EXScore; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PROtherWinState.java + */ +public class PROtherWinState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + EXRoom room = (EXRoom) owner.room; + + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + int score = room.di_fen; + //int qg_type = room.config.getInt(Config.ROOM_CONFIG_QG_TYPE); + if(room.config.getBoolean(Config.ROOM_CONFIG_QIANGGANG_DIANPAO) == false &&owner.winType == 1) { + score = room.di_fen * ( room.maxPlayers - 1); + } + room.addScore(owner,activePlayer, score,EXScore.WIN); + room.addPiaoNiaoScore(owner, activePlayer); + activePlayer.settleLog.add(Config.SETTLE_DIAN_PAO); + activePlayer.winer = 2; + + owner.settleLog.add(Config.SETTLE_JIE_PAO); + EXMainServer.gameCtr.winEvent(owner,activePlayer.seat,room.activeCard); + + room.bankerSeat = owner.seat; + room.winCount += 1; + owner.winer = 1; + owner.winCard = room.activeCard; + + room.winCallback( owner ,owner.winCard); + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRPongKongState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRPongKongState.java new file mode 100644 index 0000000..070f652 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRPongKongState.java @@ -0,0 +1,77 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.EXScore; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDrawState; +import extend.mj.player.state.EXPlayerWaitKongWinState; +import extend.mj.uitl.CardUtil; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PRPongKongState.java + */ +public class PRPongKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + + Util.removeCard(owner.cardInhand, card, 1); + CardUtil.removeGroup(owner.pongGroup, card); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_PONG, card)); + + int[] kong = new int[4]; + kong[0] = card; + kong[1] = card; + kong[2] = card; + kong[3] = card; + owner.kongGroup.add(kong); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_KONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG_KONG, owner.seat,opcard); + + room.activeCard = card; + boolean qiangkong = room.config.getBoolean(Config.ROOM_CONFIG_QIANGKONG); + if(qiangkong) { + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_KONG_WIN, null); + if(room.tipMap.size() == 0){ + toNextState(owner); + }else{ + owner.stateMachine.changeState(Global.getState(EXPlayerWaitKongWinState.class)); + } + }else { + toNextState(owner); + } + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.settleLog.add(Config.SETTLE_MING_KONG); + owner.getRoom().addAllScore(owner, 3, EXScore.KONG); + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRPongState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRPongState.java new file mode 100644 index 0000000..5d82b46 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRPongState.java @@ -0,0 +1,67 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.OpCard; +import extend.mj.PlayerRuleManager; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDiscardState; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * 2017��8��30�� + * PRPongState.java + */ +public class PRPongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer)room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.outcardList.remove(activePlayer.outcardList.size() - 1); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + owner.cardInhand.add(room.activeCard); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + owner.pongGroup.add(pongGroup); + Util.removeCard(owner.cardInhand, card, 3); + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_PONG, fromseat,opcard); + + if(!EXMainServer.playerRuleMgr.condition(PlayerRuleManager.CHOW_PONG_DISCARD_RULE, owner,false)){ + toNextState(owner); + } + } + + @Override + public void toNextState(EXPlayer owner) { + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java new file mode 100644 index 0000000..f4d8a9f --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRSelfKongState.java @@ -0,0 +1,53 @@ +package extend.mj.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.EXScore; +import extend.mj.OpCard; +import extend.mj.RuleWeight; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * ��Ӧ���ܴ���״̬ + * + * + * 2017��8��30�� + * PRSelfKongState.java + */ +public class PRSelfKongState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + + ITArray opCard = owner.opCard; + int card = opCard.getInt(0); + Util.removeCard(owner.cardInhand, card, 4); + int [] kongGroup = new int [4]; + kongGroup[0] = card; + kongGroup[1] = card; + kongGroup[2] = card; + kongGroup[3] = card; + owner.selfKongGroup.add(kongGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_SELF_KONG, card)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + EXMainServer.gameCtr.actionCard(owner, card, RuleWeight.TYPE_SELF_KONG, owner.seat,opcard); + + room.addAllScore(owner, 3, EXScore.KONG); + owner.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + owner.settleLog.add(Config.SETTLE_AN_KONG); + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java new file mode 100644 index 0000000..4ca847e --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/rulestate/PRSelfWinState.java @@ -0,0 +1,76 @@ +package extend.mj.player.rulestate; + + +import java.util.Map.Entry; + +import com.game.Util; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.EXRoom; +import extend.mj.EXScore; + +/** + * ��Ӧ��������״̬ + * + * + * 2017��8��30�� + * PRSelfWinState.java + */ +public class PRSelfWinState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + owner.winCard = owner.drawCard; + owner.winer = 1; + Util.removeCard(owner.cardInhand, owner.winCard, 1); + room.addAllScore(owner, room.di_fen,EXScore.WIN); + boolean jiabei = true; + boolean wuguijiabei = room.config.getBoolean(Config.ROOM_CONFIG_WUGUI_JIABEI); + if (wuguijiabei && room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG)) + { + if (Util.cardNum(Config.HONGZHONG, owner.cardInhand) <= 0) + { + room.addAllScore(owner, room.di_fen,EXScore.WIN); + } + } + room.addAllPiaoNiaoScore(owner); + for (Entry entry : room.playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + } + + EXMainServer.gameCtr.winEvent(owner,owner.seat,owner.winCard); + room.niao_selfWin(owner,owner.winCard ); + owner.room.bankerSeat = owner.seat; + owner.settleLog.add(Config.SETTLE_ZIMO); + room.endGame(); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..2e3d968 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,54 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * ��ҳ�����ʾ״̬ + * + * + * 2017��8��30�� + * EXPlayerDisCardTipState.java + */ +public class EXPlayerDisCardTipState extends EXPlayerTipState { + + @Override + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..3dcd07d --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDiscardState.java @@ -0,0 +1,146 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.mj.Config; +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.room.state.EXRoomSetpState; + +import java.util.ArrayList; +import java.util.Collections; + +/** + * �ȴ���ҳ���״̬ + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + owner.startActionTimer(); + } + + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + ITArray card_list = netParam.getTArray("card_list"); + ITArray outcard_list = netParam.getTArray("outcard_list"); + if (card_list == null) { + card_list = TArray.newInstance(); + } + if (outcard_list == null) { + outcard_list = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < card_list.size(); i++) + { + int card = card_list.getInt(i); + tmpCardList.add(card); + } + + ArrayList out_tmpCardList = new ArrayList(); + for(int i = 0; i < outcard_list.size(); i++) + { + int card = outcard_list.getInt(i); + out_tmpCardList.add(card); + } + + + Collections.sort(tmpCardList); + Collections.sort(out_tmpCardList); + + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(owner.cardInhand); + Collections.sort(tmpCardList2); + + ArrayList out_tmpCardList2 = new ArrayList(); + out_tmpCardList2.addAll(owner.outcardList); + Collections.sort(out_tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2) || !out_tmpCardList.equals(out_tmpCardList2)) + { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + if (!Util.checkCard(discard, owner.cardInhand)) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + owner.louhu = false; + EXMainServer.gameCtr.outCard(owner, discard); + + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + break; + case ActionEvent.EVENT_TIMER_AUTO: + owner.louhu = false; + discard = owner.drawCard; + if(owner.drawCard == 0) { + discard = owner.cardInhand.get(owner.cardInhand.size() - 1); + } + if(discard == Config.HONGZHONG) { + for (Integer card : owner.cardInhand) { + if(card !=Config.HONGZHONG) { + discard = card; + break; + } + } + } + EXMainServer.gameCtr.outCard(owner, discard); + + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + this.toNextState(owner); + } + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + default: + break; + } + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDrawState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..fe32f3c --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDrawState.java @@ -0,0 +1,229 @@ +package extend.mj.player.state; + +import com.data.cache.GroupMemberCache; +import com.game.Global; +import com.game.Util; +import com.game.state.StateBase; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.StringUtil; +import extend.mj.*; +import extend.mj.tip.Tip; +import extend.mj.uitl.WinCard; + +import java.util.ArrayList; + +/** + * ���ץ��״̬ + * + * + * 2017��8��30�� + * EXPlayerDrawState.java + */ +public class EXPlayerDrawState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.card.cardList.size() == 0) { + room.liuju = true; + room.endGame(); + return; + + } + + ITObject config = room.config; + boolean qidui = config.getBoolean(Config.ROOM_CONFIG_QIDUI); + boolean hz_hu = config.getBoolean(Config.ROOM_CONFIG_HZ_HU); + boolean laizi = room.config.getBoolean(Config.ROOM_CONFIG_HONGZHONG); + + if(owner.seat == room.adminSeat) { + double rand = Math.random() % 100; + if (room.while_list && !owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = owner.drawCard = room.card.popsub(); + + WinCard win = new WinCard(owner.cardInhand, drawCard, Config.HONGZHONG, laizi,qidui); + if(!(hz_hu && win.zhong_count >0)) { + if (win.checkQidui() || win.tryWin(room)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + continue; + } + } + } + + owner.drawCard = drawCard; + break; + } while(true); + + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + }else { + double rand = Math.random() % 100 * 100; + if (room.while_list && owner.is_white && rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + if(!IsGoodCard(owner, drawCard, qidui, hz_hu, laizi)) { + if (room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + if(owner.black_white_status == 2) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if(IsGoodCard(owner, drawCard, qidui, hz_hu, laizi)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= 5) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } + else if(owner.black_white_status == 1) { + double rand1 = Math.random() % 100 * 100; + if (rand1 <= owner.black_white_rate) { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if(IsGoodCard(owner, drawCard, qidui, hz_hu, laizi)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= 5) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while (true); + room.card.cardList.addAll(tempCardList); + } else { + owner.drawCard = room.card.pop(); + } + } + else { + owner.drawCard = room.card.pop(); + } + } + } + + int leftCount = room.card.getCount(); + ((EXGameController)Global.gameCtr).getCard(owner, leftCount); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.DRAW_RULE, owner); + } + + private boolean IsGoodCard(EXPlayer player, int drawCard, boolean qidui, boolean hz_hu, boolean laizi) { + if (drawCard == Config.HONGZHONG) + { + return true; + } + + if (Util.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + for (int[] cardGroup : player.pongGroup) { + if (drawCard == cardGroup[0]) { + return true; + } + } + + WinCard win = new WinCard(player.cardInhand, drawCard, Config.HONGZHONG, laizi,qidui); + if(!(hz_hu && win.zhong_count >0)) { + if (win.checkQidui() || win.tryWin(player.getRoom())) { + return true; + } + } + + if (drawCard < 400) + { + if (drawCard % 100 <= 7) + { + if (Util.cardNum(drawCard+1, player.cardInhand) >= 1 && Util.cardNum(drawCard+2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 3) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard-2, player.cardInhand) >= 1) + { + return true; + } + } + + if (drawCard % 100 >= 2 && drawCard % 100 <= 8) + { + if (Util.cardNum(drawCard-1, player.cardInhand) >= 1 && Util.cardNum(drawCard+1, player.cardInhand) >= 1) + { + return true; + } + } + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + + } + + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..f2b5baf --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,43 @@ +package extend.mj.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.game.Global; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * ���ץ����ʾ״̬ + * + */ +public class EXPlayerDrawTipState extends EXPlayerTipState { + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + boolean win = (owner.tipMgr.weight &RuleWeight.SELF_WIN)!=0 ; + if(Global.gameId == 1 && win && id == 0)return; + owner.tipMgr.doAction(id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.doAction(id); + } + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java new file mode 100644 index 0000000..fae3c10 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerKongWinState.java @@ -0,0 +1,58 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +import java.util.Map; + +/** + * ���������ʾ�ȴ� + * + * + * 2017��8��30�� + * EXPlayerKongWinState.java + */ +public class EXPlayerKongWinState extends EXPlayerTipState{ + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + owner.tipMgr.choicAction(id); + } + else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + int id = 0; + for (Map.Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id); + } + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..1263fff --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,54 @@ +package extend.mj.player.state; + + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; + +/** + * Ʊ����ʾ״̬ + * + */ +public class EXPlayerPiaoNiaoTipState extends EXPlayerTipState { + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + EXMainServer.gameCtr.piaoNiaoTipEvent(owner); + owner.startActionTimer(); + }else{ + _action(owner, 0, 0); + } + } + @Override + public void exit(EXPlayer owner) { + super.exit(owner); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.piaoNiao = id; + owner.tipMgr.clean(); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoNiaoCount --; + EXMainServer.gameCtr.piaoNiaoEvent(owner); + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO_NIAO, gid, null); + } + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner,id,gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)) { + _action(owner,0,gid); + } + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerTipState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..05391c5 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerTipState.java @@ -0,0 +1,62 @@ +package extend.mj.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; + +import extend.mj.Config; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; +import extend.mj.tip.Tip; + +/** + * �����ʾ������� + * + * + * 2017��8��30�� + * EXPlayerTipState.java + */ +public abstract class EXPlayerTipState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + if (owner.getRoom().config.getBoolean(Config.ROOM_CONFIG_BI_HU)) + { + Tip tip = owner.tipMgr.getTip(RuleWeight.TYPE_WIN); + if (tip != null) + { + owner.startActionTimer(1000); + return; + } + } + + if(!owner.isEntrust()) { + EXMainServer.gameCtr.tipEvent(owner); + } + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + public void reload(EXPlayer owner) { + super.reload(owner); + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if(cmd.equals(ActionEvent.EVENT_ENTRUST)) { + owner.startActionTimer(); + } + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java new file mode 100644 index 0000000..dff6a34 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerWaitKongWinState.java @@ -0,0 +1,24 @@ +package extend.mj.player.state; + +import com.game.state.StateBase; + +import extend.mj.EXPlayer; + +/** + * ������ҵȴ��������ǹ�ܺ� + * + * + * 2017��8��30�� + * EXPlayerWaitKongWinState.java + */ +public class EXPlayerWaitKongWinState extends StateBase{ + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + + } + + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerWaitState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..858aee0 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/player/state/EXPlayerWaitState.java @@ -0,0 +1,39 @@ +package extend.mj.player.state; + + +import com.game.state.StateBase; + +import extend.mj.EXActionEvent; +import extend.mj.EXMainServer; +import extend.mj.EXPlayer; +import extend.mj.PlayerRuleManager; + +/** + * ��ҵȴ�״̬ + * + * + * 2017��8��30�� + * EXPlayerWaitState.java + */ +public class EXPlayerWaitState extends StateBase { + + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.OTHER_DISCARD_RULE , owner); + break; + case EXActionEvent.EVENT_KONG_WIN: + owner.forceCheckWin = true; + EXMainServer.playerRuleMgr.condition( PlayerRuleManager.KONG_HU_RULE , owner); + owner.forceCheckWin = false; + break; + default: + break; + } + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/room/state/EXRoomDealState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/room/state/EXRoomDealState.java new file mode 100644 index 0000000..f710d17 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/room/state/EXRoomDealState.java @@ -0,0 +1,111 @@ +package extend.mj.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.permanent.TPServer; +import extend.mj.*; +import extend.mj.player.state.EXPlayerPiaoNiaoTipState; + +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +/** + * ���䷢��״̬ + * + * + * 2017��8��30�� + * EXRoomDealState.java + */ +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + owner.card.init(); + if (owner.bankerSeat == 0) { + owner.bankerSeat = 1; + } +// owner.isplaying = true; +// owner.round += 1; + + boolean piao_niao = owner.config.getBoolean(Config.ROOM_CONFIG_PIAO_NIAO); + if(piao_niao) { + owner.piaoNiaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + }else{ + this.toNextState(owner); + } + + } + + @Override + public void toNextState(EXRoom owner) { + boolean donghua = false; + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + ITObject param = new TObject(); + param.putInt("bank_seat", owner.bankerSeat); + EXMainServer.gameCtr.dealCard(owner); + owner.playBackData = new EXPlayBack(owner); + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + ITObject param = new TObject(); + param.putInt("bank_seat", owner.bankerSeat); + EXMainServer.gameCtr.dealCard(owner); + owner.playBackData = new EXPlayBack(owner); + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO_NIAO)) { + if(owner.piaoNiaoCount==0) { + this.toNextState(owner); + } + } + + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/room/state/EXRoomSetpState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..47fbd44 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/room/state/EXRoomSetpState.java @@ -0,0 +1,42 @@ +package extend.mj.room.state; + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.mj.EXMainServer; +import extend.mj.EXRoom; +import extend.mj.player.state.EXPlayerDrawState; + +/** + * ����ת����λ + * + * + * 2017��8��30�� + * EXRoomSetpState.java + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + + } + + EXMainServer.gameCtr.changeActiveSeat(owner,player.seat); + + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + + this.toNextState(owner); + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/room/state/EXRoomStartGameState.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..1272100 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/room/state/EXRoomStartGameState.java @@ -0,0 +1,33 @@ +package extend.mj.room.state; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.mj.EXRoom; + +/** + * ���俪ʼ״̬ + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { +// owner.readyCount = 0; +// for (Entry entry : owner.playerMapById.entrySet()) { +// Player player = entry.getValue(); +// player.ready = false; +// player.clear(); +// player.initSeat(); +// } + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/Action.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/Action.java new file mode 100644 index 0000000..454d9ca --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/Action.java @@ -0,0 +1,27 @@ +package extend.mj.tip; + + +import extend.mj.EXPlayer; + +/** + * + * + + */ +public class Action { + + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player,this.tip); + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/IRuleBase.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/IRuleBase.java new file mode 100644 index 0000000..79f1ab8 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/IRuleBase.java @@ -0,0 +1,27 @@ +package extend.mj.tip; + +import extend.mj.EXPlayer; + +/** + * ����������� + * + * + * 2017��8��30�� + * RuleBase.java + */ +public interface IRuleBase { + + /** + * ������� + * @param player + * @return + */ + public abstract boolean condition(EXPlayer player ); + + /** + * ִ�иù��� + * @param player + */ + public abstract void action(EXPlayer player ,Tip tip); + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/Tip.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/Tip.java new file mode 100644 index 0000000..434343a --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/Tip.java @@ -0,0 +1,40 @@ +package extend.mj.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +/** + * tip������ + * + * + * + * 2017��8��30�� Tip.java + */ +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int winType; + public int type; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + return tipMp; + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/TipManager.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/TipManager.java new file mode 100644 index 0000000..bfd4b01 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/tip/TipManager.java @@ -0,0 +1,138 @@ +package extend.mj.tip; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.mj.EXPlayer; +import extend.mj.RuleWeight; + +/** + * + * + * + * 2017��9��18�� TipManager.java + */ +public class TipManager { + + private int id = 0; + + public Map tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + + public Tip getTip(int type) + { + for (Entry entry : this.tipMap.entrySet()) + { + Tip tip = entry.getValue(); + if (tip.type == type) + { + return tip; + } + } + return null; + } + + private void checkLouhu() { + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if(tip.type == RuleWeight.TYPE_WIN) { + this.owner.louhu = true; + break; + } + } + } + + public void choicAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id) { + if (id == 0) { + this.checkLouhu(); + this.owner.stateMachine.lastState.toNextState(owner); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + owner.initOpCard(tip.opcard); + tip.rule.action(owner,tip); + + } else { + throw new Error("tip map has no id" + id); + } + + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/uitl/CardUtil.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/uitl/CardUtil.java new file mode 100644 index 0000000..6d95053 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/uitl/CardUtil.java @@ -0,0 +1,32 @@ +package extend.mj.uitl; + +import java.util.List; + +import extend.mj.OpCard; + +public class CardUtil { + + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + + } + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card == opcards.get(i).card) { + opcards.remove(i); + return; + } + + } + + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/uitl/WinCard.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/uitl/WinCard.java new file mode 100644 index 0000000..f51e9c6 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/main/java/extend/mj/uitl/WinCard.java @@ -0,0 +1,363 @@ +package extend.mj.uitl; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import com.game.Util; +import extend.mj.Config; +import extend.mj.EXRoom; + +public class WinCard { + + public int pair_count; + public Stack> stack; + public List cardList; + public int zhong_count; + public int zhongid = 0; + public boolean qidui; + public static int zhongWinNum = 4; + + private void push(List cardGroup) { + this.stack.push(cardGroup); + } + + private void rollBack() { + List cardGroup = this.stack.pop(); + for (Integer card : cardGroup) { + if (card == zhongid) { + this.zhong_count += 1; + } else { + this.cardList.add(card); + } + } + Collections.sort(this.cardList); + } + + private boolean tryShunzi(int card) { + if (card < 400 && card % 100 > 7) { + return false; + } + if (Util.checkCard(card + 1, this.cardList) && Util.checkCard(card + 2, this.cardList)) { + Util.removeCard(this.cardList, card, 1); + Util.removeCard(this.cardList, card + 1, 1); + Util.removeCard(this.cardList, card + 2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(card + 2); + this.push(cardGroup); + return true; + } + return false; + } + + private boolean tryKezi(int card) { + + if (Util.checkCardAndRomve(card, this.cardList, 3)) { +// CardUtil.removeCard(this.cardList, card, 3); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + return true; + } + return false; + + } + + private boolean tryPair(int card) { + if (this.pair_count > 0) { + return false; + } + + if (Util.checkCardAndRomve(card, this.cardList, 2)) { +// CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + this.pair_count = 1; + return true; + } + return false; + + } + + private boolean tryKezi1Zhong(int card) { + + if (this.zhong_count >= 1 && Util.checkCardAndRomve(card, this.cardList,2)) { +// CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(this.zhongid); + this.zhong_count -= 1; + this.push(cardGroup); + return true; + } + return false; + + } + + private boolean tryKezi2Zhong(int card) { + + if (this.zhong_count >= 2 && Util.checkCardAndRomve(card, this.cardList,1)) { +// CardUtil.removeCard(this.cardList, card, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(this.zhongid); + cardGroup.add(this.zhongid); + this.zhong_count -= 2; + this.push(cardGroup); + return true; + } + return false; + + } + + private boolean tryShunzi1Zhong(int card) { + if (card % 100 > 8) { + return false; + } + + if (this.zhong_count < 1) { + return false; + } + + if (Util.checkCard(card + 1, this.cardList)) { + Util.removeCard(cardList, card, 1); + Util.removeCard(cardList, card + 1, 1); + this.zhong_count -= 1; + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(this.zhongid); + this.push(cardGroup); + return true; + } + + if (Util.checkCard(card + 2, this.cardList) && ((card + 1) % 100 != 0)) { + Util.removeCard(cardList, card, 1); + Util.removeCard(cardList, card + 2, 1); + this.zhong_count -= 1; + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(this.zhongid); + cardGroup.add(card + 2); + this.push(cardGroup); + return true; + } + + return false; + + } + + private boolean tryPair1Zhong(int card) { + + if (this.pair_count > 0) { + return false; + } + if (this.zhong_count < 1) { + return false; + } + Util.removeCard(cardList, card, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(this.zhongid); + this.push(cardGroup); + this.zhong_count -= 1; + this.pair_count = 1; + return true; + + } + + private boolean tryPair2Zhong() { + + if (this.pair_count > 0) { + return false; + } + if (this.zhong_count < 2) { + return false; + } + List cardGroup = new ArrayList(); + cardGroup.add(this.zhongid); + cardGroup.add(this.zhongid); + this.push(cardGroup); + this.pair_count = 1; + this.zhong_count -= 2; + return true; + } + + public boolean tryWin(EXRoom room) { + if (room.config.getBoolean(Config.ROOM_CONFIG_LAIZI4_HU)) + { + if (this.zhong_count == zhongWinNum) { + return true; + } + } + + if (this.cardList.size() == 0 && this.pair_count == 1) { + return true; + } + if (this.cardList.size() == 0 && this.pair_count == 0) { + return tryPair2Zhong(); + } + + if (this.cardList.size() == 0) { + return false; + } + int activeCard = this.cardList.get(0); + + if (tryPair(activeCard)) { + if (tryWin(room)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + + } + + if (tryKezi(activeCard)) { + if (tryWin(room)) { + return true; + } + this.rollBack(); + + } + if (tryShunzi(activeCard)) { + if (tryWin(room)) { + return true; + } + this.rollBack(); + + } + + if (tryKezi1Zhong(activeCard)) { + if (tryWin(room)) { + return true; + } + this.rollBack(); + + } + if (tryKezi2Zhong(activeCard)) { + if (tryWin(room)) { + return true; + } + this.rollBack(); + + } + if (tryShunzi1Zhong(activeCard)) { + if (tryWin(room)) { + return true; + } + this.rollBack(); + + } + if (tryPair1Zhong(activeCard)) { + if (tryWin(room)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + } + return false; + } + + public WinCard(List cardInhand, int addCard, int zhongid, boolean isZhong, boolean qidui) { + this.stack = new Stack>(); + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + this.qidui = qidui; + this.cardList.add(addCard); + if (isZhong) { + this.zhongid = zhongid; + this.zhong_count = Util.cardNum(zhongid, this.cardList); + Util.removeCard(this.cardList, zhongid, this.zhong_count); + } + Collections.sort(this.cardList); + } + + public WinCard(List cardInhand, int zhongid, boolean isZhong, boolean qidui) { + this.stack = new Stack>(); + this.cardList = new ArrayList(); + this.qidui = qidui; + this.cardList.addAll(cardInhand); + if (isZhong) { + this.zhongid = zhongid; + this.zhong_count = Util.cardNum(zhongid, this.cardList); + Util.removeCard(this.cardList, zhongid, this.zhong_count); + } + Collections.sort(this.cardList); + + } + + public boolean checkQidui() { + if (!this.qidui) + return false; + if ((this.cardList.size() + zhong_count) != 14) + return false; + List cardlist = new ArrayList<>(); + cardlist.addAll(this.cardList); + hongzhong_count = this.zhong_count; + return isQdPari(cardlist); + } + + private int hongzhong_count = 0; + private int qidui_pari_count = 0; + boolean isQdPari(List cardlist) { + if(qidui_pari_count == 7)return true; + if (cardlist.size() == 0)return true; + int card = cardlist.get(0); + if (Util.cardNum(card, cardlist) >= 2) { + Util.removeCard(cardlist, card, 2); + qidui_pari_count++; + if (isQdPari(cardlist)) { + return true; + } + } + + if (this.hongzhong_count > 0) { + Util.removeCard(cardlist, card, 1); + this.hongzhong_count--; + qidui_pari_count++; + if (isQdPari(cardlist)) { + return true; + } + } + return false; + + } + + public static void main(String[] args) { + + + long time = System.currentTimeMillis(); +// for(int i=0;i<1000000;++i) { + ArrayList cardInhand = new ArrayList(); + cardInhand.add(101); + cardInhand.add(102); + cardInhand.add(103); + cardInhand.add(104); + cardInhand.add(105); + cardInhand.add(106); + + cardInhand.add(204); + cardInhand.add(205); + cardInhand.add(206); + cardInhand.add(201); + cardInhand.add(202); + cardInhand.add(203); + + cardInhand.add(301); + cardInhand.add(301); + cardInhand.add(301); + cardInhand.add(108); + WinCard win = new WinCard(cardInhand,45,45,true,false); +// } + System.out.println( System.currentTimeMillis() - time); + } + +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/test/java/game_mj_zhuanzhuan/Main.java b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/test/java/game_mj_zhuanzhuan/Main.java new file mode 100644 index 0000000..236d370 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/src/test/java/game_mj_zhuanzhuan/Main.java @@ -0,0 +1,9 @@ +package game_mj_zhuanzhuan; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/CardNiao.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/CardNiao.class new file mode 100644 index 0000000..2b84fbe Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/CardNiao.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/Config.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/Config.class new file mode 100644 index 0000000..339ac7e Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/Config.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXActionEvent.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXActionEvent.class new file mode 100644 index 0000000..bdc331a Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXActionEvent.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXGameController.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXGameController.class new file mode 100644 index 0000000..82d7e3b Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXGameController.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXMainServer.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXMainServer.class new file mode 100644 index 0000000..7bd9e22 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXMainServer.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXPlayBack.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXPlayBack.class new file mode 100644 index 0000000..e6f880a Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXPlayBack.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXPlayer.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXPlayer.class new file mode 100644 index 0000000..d4b1d09 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXPlayer.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXRoom.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXRoom.class new file mode 100644 index 0000000..140b268 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXRoom.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXScore$HUScore.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXScore$HUScore.class new file mode 100644 index 0000000..d331381 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXScore$HUScore.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXScore.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXScore.class new file mode 100644 index 0000000..e7ab4f7 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/EXScore.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/OpCard.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/OpCard.class new file mode 100644 index 0000000..3ea0024 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/OpCard.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/PlayerRuleManager.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/PlayerRuleManager.class new file mode 100644 index 0000000..b7370dd Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/PlayerRuleManager.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/RoomCard.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/RoomCard.class new file mode 100644 index 0000000..8bed058 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/RoomCard.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/RuleWeight.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/RuleWeight.class new file mode 100644 index 0000000..2404ebf Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/RuleWeight.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/SettleLog.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/SettleLog.class new file mode 100644 index 0000000..11e4154 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/SettleLog.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/TagAnalyseItem.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/TagAnalyseItem.class new file mode 100644 index 0000000..6e84c8d Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/TagAnalyseItem.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/TagKindItem.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/TagKindItem.class new file mode 100644 index 0000000..9c8a8a1 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/TagKindItem.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleOtherKong.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleOtherKong.class new file mode 100644 index 0000000..1ca3a96 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleOtherKong.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleOtherWin.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleOtherWin.class new file mode 100644 index 0000000..4920ab5 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleOtherWin.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RulePong.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RulePong.class new file mode 100644 index 0000000..67843fc Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RulePong.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RulePongKong.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RulePongKong.class new file mode 100644 index 0000000..191de00 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RulePongKong.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleSelfKong.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleSelfKong.class new file mode 100644 index 0000000..c8add2b Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleSelfKong.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleSelfWin.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleSelfWin.class new file mode 100644 index 0000000..036ad45 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rule/RuleSelfWin.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PROtherKongState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PROtherKongState.class new file mode 100644 index 0000000..3367894 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PROtherKongState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PROtherWinState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PROtherWinState.class new file mode 100644 index 0000000..588099f Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PROtherWinState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRPongKongState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRPongKongState.class new file mode 100644 index 0000000..c6feb00 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRPongKongState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRPongState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRPongState.class new file mode 100644 index 0000000..333eab7 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRPongState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRSelfKongState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRSelfKongState.class new file mode 100644 index 0000000..48e5901 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRSelfKongState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRSelfWinState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRSelfWinState.class new file mode 100644 index 0000000..c132d2c Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/rulestate/PRSelfWinState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..5f1250c Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDisCardTipState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDiscardState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..7a05358 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDiscardState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDrawState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..4e7aa18 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDrawState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..e4c1a60 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerDrawTipState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerKongWinState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerKongWinState.class new file mode 100644 index 0000000..331c701 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerKongWinState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..046eca6 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerTipState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..263ee30 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerTipState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class new file mode 100644 index 0000000..1d99f7f Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerWaitKongWinState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerWaitState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..23d2a77 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/player/state/EXPlayerWaitState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..467a46f Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomDealState$1$1.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomDealState$1.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..b855e1b Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomDealState$1.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomDealState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomDealState.class new file mode 100644 index 0000000..b8a6aba Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomDealState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomSetpState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..91b6417 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomSetpState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomStartGameState.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..f91ca8f Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/room/state/EXRoomStartGameState.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/Action.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/Action.class new file mode 100644 index 0000000..8b506c8 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/Action.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/IRuleBase.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/IRuleBase.class new file mode 100644 index 0000000..e6136db Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/IRuleBase.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/Tip.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/Tip.class new file mode 100644 index 0000000..d2b2d38 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/Tip.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/TipManager.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/TipManager.class new file mode 100644 index 0000000..7a1ac54 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/tip/TipManager.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/uitl/CardUtil.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/uitl/CardUtil.class new file mode 100644 index 0000000..04341d7 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/uitl/CardUtil.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/uitl/WinCard.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/uitl/WinCard.class new file mode 100644 index 0000000..55918a4 Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/classes/extend/mj/uitl/WinCard.class differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/game_mj_zhuanzhuan.jar b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/game_mj_zhuanzhuan.jar new file mode 100644 index 0000000..4d995db Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/game_mj_zhuanzhuan.jar differ diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-archiver/pom.properties b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-archiver/pom.properties new file mode 100644 index 0000000..1732228 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Sat Apr 13 13:12:19 GMT+08:00 2024 +version=1.0.0 +groupId=com.game +artifactId=game_mj_zhuanzhuan diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..84edcfe --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,49 @@ +extend\mj\player\rule\RuleOtherKong.class +extend\mj\room\state\EXRoomSetpState.class +extend\mj\player\state\EXPlayerDrawTipState.class +extend\mj\EXRoom.class +extend\mj\PlayerRuleManager.class +extend\mj\room\state\EXRoomDealState.class +extend\mj\player\state\EXPlayerDiscardState.class +extend\mj\player\rulestate\PRSelfKongState.class +extend\mj\EXMainServer.class +extend\mj\tip\TipManager.class +extend\mj\TagAnalyseItem.class +extend\mj\EXPlayBack.class +extend\mj\RuleWeight.class +extend\mj\SettleLog.class +extend\mj\OpCard.class +extend\mj\EXActionEvent.class +extend\mj\player\rule\RuleOtherWin.class +extend\mj\player\state\EXPlayerDisCardTipState.class +extend\mj\EXGameController.class +extend\mj\player\rulestate\PRSelfWinState.class +extend\mj\player\rule\RuleSelfKong.class +extend\mj\room\state\EXRoomStartGameState.class +extend\mj\player\state\EXPlayerWaitState.class +extend\mj\EXPlayer.class +extend\mj\uitl\CardUtil.class +extend\mj\player\rulestate\PROtherWinState.class +extend\mj\EXScore.class +extend\mj\player\state\EXPlayerWaitKongWinState.class +extend\mj\player\state\EXPlayerTipState.class +extend\mj\TagKindItem.class +extend\mj\tip\Action.class +extend\mj\player\rule\RulePongKong.class +extend\mj\player\state\EXPlayerKongWinState.class +extend\mj\room\state\EXRoomDealState$1.class +extend\mj\uitl\WinCard.class +extend\mj\player\rulestate\PROtherKongState.class +extend\mj\player\rule\RulePong.class +extend\mj\player\rulestate\PRPongState.class +extend\mj\Config.class +extend\mj\CardNiao.class +extend\mj\player\rulestate\PRPongKongState.class +extend\mj\tip\Tip.class +extend\mj\tip\IRuleBase.class +extend\mj\player\rule\RuleSelfWin.class +extend\mj\player\state\EXPlayerPiaoNiaoTipState.class +extend\mj\room\state\EXRoomDealState$1$1.class +extend\mj\EXScore$HUScore.class +extend\mj\player\state\EXPlayerDrawState.class +extend\mj\RoomCard.class diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..af6bcd6 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,46 @@ +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\state\EXPlayerDrawState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rule\RuleSelfKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\RuleWeight.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\state\EXPlayerKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rulestate\PROtherKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\uitl\WinCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\CardNiao.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\tip\TipManager.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\state\EXPlayerWaitState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\TagKindItem.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\EXPlayBack.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rule\RuleOtherKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rule\RulePongKong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rulestate\PROtherWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\state\EXPlayerWaitKongWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\tip\Action.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rulestate\PRPongKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rulestate\PRSelfWinState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\OpCard.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rulestate\PRSelfKongState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\TagAnalyseItem.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rule\RuleSelfWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\state\EXPlayerPiaoNiaoTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\Config.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rule\RuleOtherWin.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\tip\Tip.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\SettleLog.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\main\java\extend\mj\player\rulestate\PRPongState.java diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..212a5ef --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_mj_zhuanzhuan\Main.class diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..214eac2 --- /dev/null +++ b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\majiang\zhuanzhuan\game_mj_zhuanzhuan\src\test\java\game_mj_zhuanzhuan\Main.java diff --git a/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/test-classes/game_mj_zhuanzhuan/Main.class b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/test-classes/game_mj_zhuanzhuan/Main.class new file mode 100644 index 0000000..4c25b3c Binary files /dev/null and b/majiang/zhuanzhuan/game_mj_zhuanzhuan/target/test-classes/game_mj_zhuanzhuan/Main.class differ diff --git a/puke/chuntian/game_pk_chuntian/config/game-config.xml b/puke/chuntian/game_pk_chuntian/config/game-config.xml new file mode 100644 index 0000000..ea7c41c --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 127.0.0.1 + 0.0.0.0 + 8365 + 8965 + 65 + true + \ No newline at end of file diff --git a/puke/chuntian/game_pk_chuntian/config/log4j.properties b/puke/chuntian/game_pk_chuntian/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/puke/chuntian/game_pk_chuntian/config/taurus-core.xml b/puke/chuntian/game_pk_chuntian/config/taurus-core.xml new file mode 100644 index 0000000..2219d52 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/puke/chuntian/game_pk_chuntian/config/taurus-permanent.xml b/puke/chuntian/game_pk_chuntian/config/taurus-permanent.xml new file mode 100644 index 0000000..31220cb --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 2 + + 100 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 10 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - test + extend.extend.pk.EXMainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/puke/chuntian/game_pk_chuntian/pom.xml b/puke/chuntian/game_pk_chuntian/pom.xml new file mode 100644 index 0000000..87510e2 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_pk_chuntian + 1.0.0 + jar + + game_pk_chuntian + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game_pk_chuntian + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/CardGroup.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/CardGroup.java new file mode 100644 index 0000000..fed67c9 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/CardGroup.java @@ -0,0 +1,44 @@ +package extend.pk; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import extend.pk.uitl.CardConfig; + +import java.util.List; + +public class CardGroup { + /** + * 当前type + */ + public CardConfig config; + + public int min_card; + /** + * 长度 + */ + public int len = 1; + + public List card_list; + + public ITArray card_list_mp; + + public ITObject toObject(boolean card_size) { + ITObject obj = TObject.newInstance(); + if (card_size) { + obj.putInt("card_size", card_list.size()); + } else { + obj.putTArray("card_list", card_list_mp); + } + + obj.putInt("type", config.type); + obj.putInt("min_card", min_card); + obj.putInt("len", len); + return obj; + } + + public String toString() { + return "{type:" + config + " min_card:" + min_card + " len:" + len + " list:" + card_list + "}"; + } + +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/CardObj.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/CardObj.java new file mode 100644 index 0000000..bc2d762 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/CardObj.java @@ -0,0 +1,21 @@ +package extend.pk; + +public class CardObj implements Comparable{ + public int card; + public int cardMod; + + public CardObj(int card) { + this.card = card; + this.cardMod = card % 100; + } + + @Override + public int compareTo(CardObj paramT) { + return cardMod == paramT.cardMod ? 0 : cardMod < paramT.cardMod ? -1 : 1; + } + + @Override + public String toString() { + return card + ""; + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/Config.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/Config.java new file mode 100644 index 0000000..b8449fc --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/Config.java @@ -0,0 +1,205 @@ +package extend.pk; + +public class Config { + + public static final int XIPAI_SCORE = 10; + public static final int ANCHOU_SCORE = 10; + //-------------------------------玩法配置--------------------------------- + /** + * 玩法 单QKA2 去掉234 + */ + public static final String ROOM_CONFIG_SELECTDIQU = "selectDiqu"; + + + /** + * 有大必大 + */ + public static final String ROOM_CONFIG_YOUDABIDA = "youdabida"; + + + /** + * 报单必大 + */ + public static final String ROOM_CONFIG_BAODANBIDA = "baodanbida"; + + /** + * 三带二 + */ + public static final String ROOM_CONFIG_SANDAIER = "sandaier"; + + /** + * 四带一 + */ + public static final String ROOM_CONFIG_SIDAIYI = "sidaiyi"; + + + /** + * 反春 + */ + public static final String ROOM_CONFIG_FANCHUN = "fanchun"; + + /** + * 杀春翻倍 + */ + public static final String ROOM_CONFIG_SHACHUNFANBEI= "shachunfanbei"; + + + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + + /** + * 自然春翻倍 + */ + public static final String ROOM_CONFIG_ZIRANCHUNFANBEI = "ziranchunfanbei"; + + + /** + * 4个A自然春 + */ + public static final String ROOM_CONFIG_SIGEAZIRANCHUN = "sigeAziranchun"; + + + + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + //-------------------------------牌类型--------------------------------- + /** + * 单牌 + */ + public final static int TYPE_DANPAI = 1; + /** + * 对子 + */ + public final static int TYPE_DUIZI = 2; + /** + * 顺子 + */ + public final static int TYPE_SHUNZI = 3; + /** + * 连对 + */ + public final static int TYPE_LIANDUI = 4; + + + /** + * 3带2 + */ + public final static int TYPE_3_2 = 5; + /** + * 飞机 + */ + public final static int TYPE_FEIJI = 6; + + + /** + * 炸 + */ + public final static int TYPE_ZHA = 8; + + /** + * 4带1 + */ + public final static int TYPE_4_1 = 9; + + + /** + * 三条 + */ + public final static int TYPE_3_0 = 10; + + /** + * 拖拉机 + * 连三对,或者4对 + */ + public final static int TYPE_TUOLAJI = 11; + + public final static int TYPE_WUDUI = 12; + + + //-------------------------------协议--------------------------------- + + public static final String GAME_EVT_MING_PAI = "2117"; + /** + * 发牌协议 + */ + public static final String GAME_EVT_PLAYER_DEAL = "2011"; + /** + * 出牌 + */ + public static final String GAME_DIS_CARD = "1013"; + + /** + * 不出 + */ + public static final String GAME_DIS_PASS = "1014"; + + /** + * 出牌事件 + */ + public static final String GAME_EVT_DISCARD = "2021"; + /** + * 出牌提示事件 + */ + public static final String GAME_EVT_DISCARD_TIP = "2004"; + + /** + * 转盘指向事件 + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "2016"; + + /** + * pass事件 + */ + public static final String GAME_EVT_PASS = "2030"; + + /** + * 更新炸弹分数 + */ + public static final String GAME_EVT_UPDATE_BOM_SCORE = "2118"; + + /** + * 小结算 + */ + public static final String GAME_EVT_RESULT1 = "2007"; + + + /** + * 出牌错误 + */ + public static final String GAME_EVT_PUT_ERROR = "2111"; + + + /** + * 报春 + */ + public static final String GAME_NOTIFY_BAO_CHUN = "22033"; + + public static final String GAME_EVT_USER_BAO_CHUN_REQ = "22034"; + + public static final String GAME_EVT_ALERT_TongYi_BAO_CHUN = "22035"; + + public static final String GAME_EVT_USER_BAO_CHUN_RSP = "22036"; + + + /** + * 通知新的最后报春成功 + */ + public static final String GAME_EVT_BAO_CHUN_JIA = "22037"; + + /** + * 玩家抢报春 + */ + public static final int PUT_ERROR_MUST_OUT_MIN = 0; + public static final int PUT_ERROR_INVALID_TYPE = 1; + public static final int PUT_ERROR_MUST_OUT_MAX = 2; + public static final int PUT_ERROR_BOMB_CHAI =3; + + public static final String SETTLE_WIN_COUNT = "winnum"; + public static final String SETTLE_CHUNTIAN_COUNT = "springnum"; + + public static final String SETTLE_CTSTATUS = "springstatus"; + public static final String SETTLE_BOMB_COUNT = "boomnum"; + public static final String SETTLE_MAX_SCORE = "maxscore"; +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXActionEvent.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXActionEvent.java new file mode 100644 index 0000000..cc3f369 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXActionEvent.java @@ -0,0 +1,14 @@ +package extend.pk; + +import com.game.ActionEvent; + +public class EXActionEvent extends ActionEvent{ + + public static final String EVENT_DISCARD = "1013"; + public static final String EVENT_PASS = "1014"; + + //public static final String EVENT_PIAO= "1015"; + public static final String EVENT_BAO_CHUN= "22034"; + public static final String EVENT_TONGYI_BAO_CHUN= "22036"; + +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXGameController.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXGameController.java new file mode 100644 index 0000000..9340c06 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXGameController.java @@ -0,0 +1,583 @@ +package extend.pk; + +import com.game.Constant; +import com.game.GameController; +import com.game.Global; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; +import extend.pk.uitl.CardUtil; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Random; + +/** + * + * + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_DIS_PASS) + public void RouterDisPass(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_PASS, 0, params); + } + + + @ActionKey(Config.GAME_EVT_USER_BAO_CHUN_REQ) + public void RouterBaoChun(Session sender,ITObject params,int gid,Player owner) { + Global.logger.info("RouterBaoChun"); + owner.stateMachine.execute(EXActionEvent.EVENT_BAO_CHUN, 0, params); + } + + @ActionKey(Config.GAME_EVT_USER_BAO_CHUN_RSP) + public void RouterQiangBaoChun(Session sender,ITObject params,int gid,Player owner) { + Global.logger.info("RouterQiangBaoChun:"+owner.playerid); + owner.stateMachine.execute(EXActionEvent.EVENT_TONGYI_BAO_CHUN, 0, params); + } + + // 改变活动玩家 + public void changeActiveSeat(EXRoom owner, int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("index", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void sendPutError(EXPlayer owner,int code) { + ITObject param = new TObject(); + param.putInt("error", code); + owner.sendEvent(Config.GAME_EVT_PUT_ERROR, param); + } + + /** + * pass + * @param owner + */ + public void pass(EXPlayer owner) { + EXRoom room = owner.getRoom(); + ITObject response = new TObject(); + response.putInt("seat", owner.seat); + if (Global.loggerDebug) { + Global.logger.info(owner + " pass!"); + } + owner.pass = true; + owner.last_outcard = null; + EXPlayBack pb = (EXPlayBack)room.playBackData; + pb.addPassCommand(owner.seat); + room.broadCastToClient(0, Config.GAME_EVT_PASS, response); + } + + + + public void outCard(EXPlayer owner,CardGroup ct) { + EXRoom room = owner.getRoom(); + ITObject response = new TObject(); + response.putInt("player", owner.seat); + response.putTObject("card_obj", ct.toObject(false)); + + owner.outCards.addAll(ct.card_list); + + room.lastDiscardSeat = owner.seat; + room.discard = ct; + owner.last_outcard = ct; + owner.pass = false; + room.firstCard = 0; + if (Global.loggerDebug) { + Global.logger.info(owner + " out card:" + ct); + } + EXPlayBack pb = (EXPlayBack)room.playBackData; + pb.addOutCardCommand(owner.seat, ct); + CardUtil.removeCard(owner.cardInhand, ct.card_list); + + response.putInt("remain", owner.cardInhand.size()); + room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + } + + public void dealCard(EXRoom owner) { + if (owner.targetCards.size() == 0) { + Global.logger.info("dealcards"); + owner.card.init(); + } + + int maxDanPai = 0; + int maxDuizi = 0; + int maxSanZhang = 0; + boolean existWhite = false; + boolean existXingyunhao = false; + boolean existGeneral = false; + boolean existBlack = false; + double white_rate = 0; + + ArrayList tmpPlayerList = new ArrayList<>(); + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + tmpPlayerList.add(player); + } + + Collections.shuffle(tmpPlayerList); + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) { + existXingyunhao = true; + } else { + if (player.black_white_status == 0) { + existGeneral = true; + } + else if (player.black_white_status == 1) { + existBlack = true; + } + else if (player.black_white_status == 2) { + existWhite = true; + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + white_rate = 100 - owner.white_value; + Global.logger.info("dealcards playerid:"+player.playerid+ " xingyuhao:"+player.is_white+" white_value:"+owner.white_value); + } + else { + continue; + } + + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value,player.black_white_status, player.black_white_rate, player.black_white_rate, 0, 0, 0); + //player.cardInhand = owner.card.deal0(player.seat); + + + Collections.sort(player.cardInhand); + + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (card > maxDanPai) + { + maxDanPai = card; + } + + if (num == 2) + { + if (card > maxDuizi) + { + maxDuizi = card; + } + } + + if (num == 3) + { + if (card > maxSanZhang) + { + maxSanZhang = card; + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 2) + { + white_rate = player.black_white_rate; + Global.logger.info("dealcards playerid:"+player.playerid+ " white player:" + player.black_white_rate); + } + else { + continue; + } + } + + if (!existXingyunhao) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, 0, 0, 0); + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, maxDanPai, maxDuizi, maxSanZhang); + + } + + + Collections.sort(player.cardInhand); + + if (!existXingyunhao && (existGeneral || existBlack)) + { + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (card > maxDanPai) + { + maxDanPai = card; + } + + if (num == 2) + { + if (card > maxDuizi) + { + maxDuizi = card; + } + } + + if (num == 3) + { + if (card > maxSanZhang) + { + maxSanZhang = card; + } + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 0) + { + Global.logger.info("dealcards playerid:"+player.playerid+ " general player:" + player.black_white_rate); + } + else { + continue; + } + } + + if (!existXingyunhao && !existWhite) + { + //测试 + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value,player.black_white_status, white_rate, white_rate, 0, 0, 0); + //player.cardInhand = owner.card.deal0(player.seat); + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, white_rate, white_rate, maxDanPai, maxDuizi, maxSanZhang); + + } + + + Collections.sort(player.cardInhand); + + if (!existXingyunhao && !existWhite && existBlack) + { + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (card > maxDanPai) + { + maxDanPai = card; + } + + if (num == 2) + { + if (card > maxDuizi) + { + maxDuizi = card; + } + } + + if (num == 3) + { + if (card > maxSanZhang) + { + maxSanZhang = card; + } + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 1) + { + Global.logger.info("dealcards playerid:"+player.playerid+ " black player:" + (player.black_white_rate+white_rate)); + } + else { + continue; + } + } + + if (!existXingyunhao && !existWhite && !existGeneral) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate+white_rate, player.black_white_rate+white_rate, 0, 0, 0); + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate+white_rate, player.black_white_rate+white_rate, maxDanPai, maxDuizi, maxSanZhang); + } + + + + Collections.sort(player.cardInhand); + } + + Global.logger.info("sssss==>" + owner.supCards.size()); + if (owner.targetCards.size() > 0 && owner.adminSeat > 0 && owner.supCards.size() > 0) { + owner.card.cardList = owner.supCards.get(0); + } + + // 如果是首局,需要确定庄家 + if(owner.bankerSeat == 0) { + owner.bankerSeat = this.getBankerSeat(owner); + this.sendPlayerDeal(owner); + } + else + { + // owner.bankerSeat = this.getBankerSeat(owner); + this.sendPlayerDeal(owner); + } + + } + + /** + * 报春提示 + * @param owner + */ + public void baoChunTipEvent(EXPlayer owner,int reload) { + ITObject response = new TObject(); + response.putInt("baochun", reload); + owner.sendEvent(Config.GAME_NOTIFY_BAO_CHUN, response); + } + + public void baoChunEvent(EXPlayer owner) { + ITObject param = new TObject(); + param.putInt("banker_seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_BAO_CHUN_JIA, param); + } + + /** + * 同意报春提示 + * @param owner + */ + public void tongYiBaoChunTipEvent(EXPlayer owner,int reload){ + ITObject response = new TObject(); + response.putInt("tongyibaochun", reload); + owner.sendEvent(Config.GAME_EVT_ALERT_TongYi_BAO_CHUN, response); + } + + /** + * 发生随机牌 用于指示谁首先出牌 + * @param owner + */ + private void sendMingPai(EXRoom owner,int card) { + + ITObject param = new TObject(); + param.putInt("mingpai", card); + + for (Entry entry : owner.playerMapBySeat.entrySet()) { + + EXPlayer exPlayer=(EXPlayer)entry.getValue(); + exPlayer.sendEvent(Config.GAME_EVT_MING_PAI, param); + }; + } + /** + * 发牌 + * @param owner + */ + private void sendPlayerDeal(EXRoom owner){ + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer exPlayer=(EXPlayer)entry.getValue(); + ITObject param = new TObject(); + ITArray handCard = CardUtil.toTArray(exPlayer.cardInhand); + param.putTArray("cards", handCard); + param.putInt("bank_seat", exPlayer.room.bankerSeat); + param.putInt("round", owner.round); + if (Global.loggerDebug) { + Global.logger.info(owner + " deal card:"+exPlayer.cardInhand); + } + exPlayer.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + }; + } + + private int getBankerSeatByCard(EXRoom owner) { + for (int index = 3; index <= 13; index++) { + for(int color = 4; color >= 1; color--) { + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + for (CardObj card : player.cardInhand) { + if (card.card == color *100 + index) { + owner.firstCard = card.card; + return player.seat; + } + } + } + } + } + return 0; + } + + private int getBankerSeat(EXRoom owner) { + int seat = 0; + //如果是兩人的情況 + Random random = new Random(); + seat = random.nextInt(owner.maxPlayers)+1; + return seat; + } + + + + public void discardTipEvent(EXPlayer owner) { + ITObject param = new TObject(); + boolean gen = (owner.getRoom().lastDiscardSeat != 0 &&owner.getRoom().lastDiscardSeat != owner.seat); + param.putInt("play", gen ? 1 : 0); + if(gen) { + param.putTObject("card_obj", owner.getRoom().discard.toObject(true)); + + } + // 如果可以不出 + + + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, param); + } + + private ITObject getRoomResultData(EXRoom owner,boolean total) { + + ITObject mp = TObject.newInstance(); + + EXPlayer win = owner.win; + boolean checkfc = false;//检测是否是反春 + boolean checkct = false;//检测是否是春天 + ITArray info = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player=(EXPlayer)entry.getValue(); + ITObject obj = TObject.newInstance(); + obj.putInt("seat", player.seat); + obj.putInt("score", player.score.total_score); + obj.putInt("winscore", player.score.round_score); + player.hp_info(obj); + obj.putInt("thisboomnum", player.boomnum); + + obj.putTArray("cards", CardUtil.toTArray(player.cardInhand)); + obj.putBoolean("chuntian", player.chuntian); + + obj.putTArray("handCards", CardUtil.toTArray(player.cardInhand)); + obj.putTArray("outCards", CardUtil.toTArray(player.outCards)); + + if(total) { + obj.putInt("award", player.bonusScore); + + if(owner.endType == Constant.END_TYPE_ENTRUST) { + obj.putInt("entrust", player.entrust ? 1 : 0); + } + obj.putTObject("settle_log", player.settleLog.toTObject()); + obj.putInt("total_score", player.score.total_score); + + } + info.addTObject(obj); + Global.logger.info("bankerSeat: "+owner.bankerSeat); + Global.logger.info("EXPlayer discard:3,{}"+player.seat+"|"+player.dis_times+"|"+player.playerid); + if ((player.seat == owner.bankerSeat)&&(player.dis_times==1)){ + checkfc = true; + } + if((player.seat!=owner.bankerSeat)&&(player.dis_times==0)){ + checkct = true; + } + } + if(win != null) { + mp.putInt("winseat",win.seat); + } + else { + mp.putInt("winseat",0); + } + if(owner.baochunSeat!=0){ + if (owner.shachunSeat==0){ + mp.putInt("chuntianstatus",1); + }else { + mp.putInt("chuntianstatus",2); + } + }else if(checkct){ + mp.putInt("chuntianstatus",1); + }else { + mp.putInt("chuntianstatus", 0); + } + + if (owner.ziranchunover==1){ + mp.putInt("chuntianstatus",1); + } + if (checkfc&&owner.baochunSeat==0){ + mp.putInt("chuntianstatus",3); + } + if(win==null){ + owner.bankerSeat =0; + }else { + owner.bankerSeat = win.seat; + } + + + //mp.putTArray("remaincards", CardUtil.toTArray(owner.card.cardList)); + mp.putTArray("remaincards", CardUtil.toTArray(new ArrayList<>())); + mp.putTArray("info", info); + mp.putInt("xipai_score", owner.xi_pai_score); + mp.putInt("anchou_score", owner.an_chou_score); + return mp; + } + + public void roomResult(EXRoom owner) { + + ITObject result = getRoomResultData(owner,false); + result.putInt("type", 0); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, result); + } + + /** + * 房间大结算 + * @param owner + * @param dissmiss + */ + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + + ITObject result = getRoomResultData(owner,true); + + long t = System.currentTimeMillis() / 1000; + result.putLong("time", t); + result.putInt("type", dissmiss?2:1); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, result); + } + +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXMainServer.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXMainServer.java new file mode 100644 index 0000000..4c8705c --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXMainServer.java @@ -0,0 +1,64 @@ +package extend.pk; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.room.state.RoomStartGameState; +import extend.pk.player.state.*; +import extend.pk.room.state.*; + +import java.util.Map; + +/** + * + * + */ +public class EXMainServer extends MainServer { + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController) Global.gameCtr; + registerState(); + } + + private final void registerState() { + + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + Global.registerState(EXRoomPiaoState.class, new EXRoomPiaoState()); + Global.registerState(EXRoomBaoChunState.class, new EXRoomBaoChunState()); + + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerPassState.class, new EXPlayerPassState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + + Global.registerState(EXPlayerBaoChunState.class, new EXPlayerBaoChunState()); + Global.registerState(EXPlayerTongYiBaoChunState.class, new EXPlayerTongYiBaoChunState()); + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXPlayBack.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXPlayBack.java new file mode 100644 index 0000000..9b4020a --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXPlayBack.java @@ -0,0 +1,48 @@ +package extend.pk; + + +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import extend.pk.uitl.CardUtil; + +public class EXPlayBack extends BasePlayBack{ + + public EXPlayBack(EXRoom room) { + super(room); + info.putInt("left_card", room.card.getCount()); + } + + protected ITObject getPlayerInfo(Player p) { + + EXPlayer player = (EXPlayer)p; + ITObject obj =super.getPlayerInfo(player); + ITArray cardInhand = CardUtil.toTArray(player.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + + player.hp_info(obj); + return obj; + } + + public void addOutCardCommand(int seat, CardGroup ct) { + ITObject cmdData = ct.toObject(false); + addCommand("OutCard", seat, cmdData); + } + + public void addPassCommand(int seat) { + ITObject cmdData = TObject.newInstance(); + addCommand("pass", seat, cmdData); + } + + public void addNewRoundCommand() { + ITObject cmdData = TObject.newInstance(); + addCommand("newindex", 0, cmdData); + } + + public void addResultCommand(int seat,ITObject cmdData) { + addCommand("result", seat, cmdData); + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXPlayer.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXPlayer.java new file mode 100644 index 0000000..5c12a28 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXPlayer.java @@ -0,0 +1,129 @@ +package extend.pk; + +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITObject; +import extend.pk.uitl.CardUtil; + +import java.util.ArrayList; +import java.util.List; + + + +/** + * + * + */ +public class EXPlayer extends Player { + + /**默认action时间 20s*/ + public static final int DEFAULT_ACTION_TIME = 20000; + /**默认托管时间 1s*/ + public static final int DEFAULT_ENTRUST_TIME = 1000; + /** + * 默认准备时间 20s + */ + public static final int DEFAULT_READY_TIME = 20000; + + // 手牌 + public List cardInhand; + + //打出的牌 + public List outCards; + + public CardGroup last_outcard; + public boolean pass; + + // 放作弊场第一张牌是否关闭 + public int open = 0; + + /**春天 */ + public boolean chuntian; + + public SettleLog settleLog; + + public int boomnum = 0; + + public int baochun = -1; + + public int bonusScore = 0; + public int awardScore = 0; + + public int ziranchun = 0; + + public int dis_times = 0;//出牌次数 + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + cardInhand = new ArrayList<>(); + outCards = new ArrayList<>(); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_WIN_COUNT, 1); + settleLog.put(Config.SETTLE_CHUNTIAN_COUNT, 1); + settleLog.put(Config.SETTLE_CTSTATUS, 1); + settleLog.put(Config.SETTLE_BOMB_COUNT, 0); + settleLog.put(Config.SETTLE_MAX_SCORE, 20); + } + + protected Score newScore() { + return new EXScore(this); + } + + @Override + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + playerData.putInt("card_size", this.cardInhand.size()); + if(last_outcard!=null) { + playerData.putTObject("last_outcard", last_outcard.toObject(false)); + } + + if(this.room.isplaying == false) { + playerData.putTArray("cards", CardUtil.toTArray(this.cardInhand)); + + playerData.putTArray("handCards", CardUtil.toTArray(this.cardInhand)); + playerData.putTArray("outCards", CardUtil.toTArray(this.outCards)); + + playerData.putInt("score", score.total_score); + playerData.putInt("winscore", score.round_score); + playerData.putInt("thisboomnum", boomnum); + playerData.putInt("open", open); + } + return playerData; + } + + @Override + public ITObject getInfo() { + ITObject playerData = super.getInfo(); + playerData.putInt("score", score.total_score); + return playerData; + } + + + public void clear() { + super.clear(); + + } + + public void clearEx() { + + this.score.resetRound(); + this.cardInhand.clear(); + this.outCards.clear(); + this.last_outcard = null; + this.pass = false; + this.chuntian =false; + + this.open = 0; + this.boomnum = 0; + this.baochun = -1; + this.ziranchun = 0; + this.dis_times = 0; + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXRoom.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXRoom.java new file mode 100644 index 0000000..4a183f6 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXRoom.java @@ -0,0 +1,334 @@ +package extend.pk; + +import com.game.Global; +import com.game.data.Player; +import com.game.data.Room; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.pk.uitl.CardConfig; +import extend.pk.uitl.CardUtil; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +public class EXRoom extends Room { + public RoomCard card; + + /**上次打牌的座位*/ + public int lastDiscardSeat; + + /**打出牌的集合 */ + public CardGroup discard; + + public EXPlayer win; + + public int firstCard = 0; + + public Map card_config_map; + + public int piaoCount = 0; + + public List> supCards; + public List targetCards; + public int adminSeat = 0; + + public int baochunstate = -1; + + public int baochunSeat = 0; + + public int shachunSeat = 0; + + public int chooseover = 0; + + public int ziranchunover = 0 ; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this,10,maxPlayers,this.config.getInt(Config.ROOM_CONFIG_SELECTDIQU)); + card_config_map = new HashMap(); + card_config_map.put(CardConfig.DAN.type, CardConfig.DAN); + card_config_map.put(CardConfig.DUIZI.type, CardConfig.DUIZI); + card_config_map.put(CardConfig.LIANDUI.type, CardConfig.LIANDUI); + card_config_map.put(CardConfig.SHUNZI.type, CardConfig.SHUNZI); + card_config_map.put(CardConfig.ZHA.type, CardConfig.ZHA); + card_config_map.put(CardConfig.FEIJI.type, CardConfig.FEIJI); + card_config_map.put(CardConfig.SAN_2.type, CardConfig.SAN_2); + card_config_map.put(CardConfig.SI_1.type, CardConfig.SI_1); + card_config_map.put(CardConfig.TUOLAJI.type, CardConfig.TUOLAJI); + card_config_map.put(CardConfig.SANTIAO.type, CardConfig.SANTIAO); + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + this.isEntrust = true; + this.supCards = new ArrayList<>(); + this.targetCards = new ArrayList<>(); + this.adminSeat = 0; + this.chooseover = 0; + } + + public void clear() { + super.clear(); + } + + public void clearEx() { + this.activeSeat = 0; + this.discard = null; + this.lastDiscardSeat = 0; + this.win = null; + this.firstCard = 0; + this.baochunSeat = 0; + this.baochunstate = -1; + this.shachunSeat = 0; + this.ziranchunover = 0; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + + data.putTArray("hand_card", CardUtil.toTArray(p.cardInhand)); + + data.putTArray("handCards", CardUtil.toTArray(p.cardInhand)); + data.putTArray("outCards", CardUtil.toTArray(p.outCards)); + + data.putInt("open", p.open); + + data.putInt("last_outcard_seat", this.lastDiscardSeat); + + // 游戏结束 + if(this.isplaying == false) { + + if(this.win != null) { + data.putInt("winseat", this.win.seat); + } + else + { + data.putInt("winseat", 0); + } + if(this.card.getCount() > 0) { + data.putTArray("remaincards", CardUtil.toTArray(this.card.cardList)); + } + } + + return data; + } + + /** + * + * */ + private int reMultipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score / this.hpData.getInt("times")); + } + } + return score; + } + + public void addScore(Player destPlayer, Player fromPlayer, int score, int type) { + //// + if(multipleScore(score) > fromPlayer.hp.cur_hp) { + score = reMultipleScore((int)fromPlayer.hp.cur_hp); + // fromPlayer.hp.cur_hp -= multipleScore(score); //不能在这里扣 + } + // + + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + } + + /** + * 变更炸弹积分 + * @param destPlayer + */ + public void addAllBombScore(EXPlayer destPlayer) { + + destPlayer.settleLog.add(Config.SETTLE_BOMB_COUNT); + destPlayer.boomnum++; + + TArray seatData=TArray.newInstance(); + for (Entry entry : this.playerMapByPlaying.entrySet()) { + EXPlayer fromPlayer = (EXPlayer)entry.getValue(); + ITObject seatListData = TObject.newInstance(); + /*if(fromPlayer != destPlayer) { + // this.addScore(destPlayer, fromPlayer, 10, EXScore.ZHA); + seatListData.putInt("bom_score", -10); + seatListData.putInt("aid", fromPlayer.playerid); + seatData.addTObject(seatListData); + }else{ + seatListData.putInt("bom_score", 20); + seatListData.putInt("aid", destPlayer.playerid); + seatData.addTObject(seatListData); + }*/ + } + TObject allData=TObject.newInstance(); + allData.putTArray("gold_list", seatData); + this.broadCastToClient(0, Config.GAME_EVT_UPDATE_BOM_SCORE, allData); + } + + /** + * 变更游戏积分 + * @param destPlayer + */ + public void addAllScore(Player destPlayer) { + + EXPlayer dp = (EXPlayer)destPlayer; + EXRoom room = dp.getRoom(); + boolean bSpring = false; + Global.logger.info("room.shachunSeat:"+room.shachunSeat); + for (Entry entry : this.playerMapByPlaying.entrySet()) { + + EXPlayer fromPlayer = (EXPlayer)entry.getValue(); + if(fromPlayer != destPlayer) { + + if(fromPlayer.cardInhand.size()>0) { + + int size = fromPlayer.cardInhand.size(); + int score = size; + + if (size==10){ + score = 20; + } + if (room.shachunSeat!=0){ + score = 20; + } + if (dp.ziranchun==1){ + score = 40; + } + if ((fromPlayer.seat == room.bankerSeat)&&(fromPlayer.dis_times==1)){ + score = 20; + } + if (room.baochunSeat==0&&size==1){ + score = 0; + } + + Global.logger.info("fromPlayer:"+fromPlayer.playerid+"room.shachunSeat:"+room.shachunSeat); + Global.logger.info("score:"+score); + this.addScore(destPlayer, fromPlayer, score, EXScore.WIN); + } + } + } + + // 设置玩家的当初最大分数 + for (Entry entry : this.playerMapByPlaying.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + + if(destPlayer == player) { + player.settleLog.add(Config.SETTLE_WIN_COUNT); + } + + if(player.score.round_score > player.settleLog.get(Config.SETTLE_MAX_SCORE)) { + player.settleLog.put(Config.SETTLE_MAX_SCORE, player.score.round_score); + } + } + // 增加玩家春天的个数 + if(bSpring) { + dp.settleLog.add(Config.SETTLE_CHUNTIAN_COUNT); + } + + if(totalType()) { + + + int maxTotalScore = 0; + int maxTotalCount = 0; + + for (Entry entry : this.playerMapBySeat.entrySet()) { + + Player player = entry.getValue(); + + if(player.score.total_score > maxTotalScore) { + + maxTotalScore = player.score.total_score; + maxTotalCount = 1; + } + else if(player.score.total_score == maxTotalScore && maxTotalScore > 0) { + + maxTotalCount++; + } + } + + // 如果存在大赢家 + if(maxTotalScore > 0 && maxTotalCount > 0) { + + for (Entry entry : this.playerMapBySeat.entrySet()) { + + EXPlayer player = (EXPlayer)entry.getValue(); + + } + } + + } + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + @Override + public void endGame() { + addAllScore(win); + + this.chooseover = 0; + + EXPlayBack pb = (EXPlayBack)this.playBackData; + + Global.logger.error("EXRoom: endGame"); + ITObject pbResult = TObject.newInstance(); + + ITArray info = new TArray(); + for (Entry entry : playerMapByPlaying.entrySet()) { + EXPlayer player=(EXPlayer)entry.getValue(); + ITObject obj = TObject.newInstance(); + obj.putInt("seat", player.seat); + obj.putInt("score", player.score.round_score); + obj.putBoolean("entrust", player.entrust); + info.addTObject(obj); + } + pbResult.putTArray("result", info); + Global.logger.error("pbResult:"+pbResult); + pb.addResultCommand(win.seat, pbResult); + + pb.addNewRoundCommand(); + + Global.logger.error("end maxRound:"+this.maxRound); + Global.logger.error("end game:"+this.round); + super.endGame(); + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXScore.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXScore.java new file mode 100644 index 0000000..fc4343f --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/EXScore.java @@ -0,0 +1,18 @@ +package extend.pk; + +import com.game.data.Score; + +public class EXScore extends Score { + public static final int WIN = 1; + public static final int ZHA = 2; + + + public EXScore(EXPlayer owner) { + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(ZHA, 0); + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/RoomCard.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/RoomCard.java new file mode 100644 index 0000000..7d84c3b --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/RoomCard.java @@ -0,0 +1,783 @@ +package extend.pk; + +import com.game.Global; +import extend.pk.uitl.CardUtil; + +import java.util.*; + +public class RoomCard { + + public static final int HEART_TEN = 310; + public static final int CARD_A = 14; + public static final int CARD_2 = 15; + public static final int CARD_3 = 3; + public List cardList; + public List cardListTemp; + EXRoom room; + int num; + int maxPlayer; + int selectDiqu; + Random rand = new Random(); + + int boomNumLimit = rand.nextInt(2) + 2; + int sangzhangNumLimit = rand.nextInt(5) + 10; + + int totalBoomNum = 0; + int totalSanZhangNum = 0; + + public RoomCard(EXRoom table,int num,int maxPlayer,int selectDiqu) { + Global.logger.info("RoomCard"); + this.cardList = new ArrayList(); + this.cardListTemp = new ArrayList(); + this.room = table; + this.num = num; + this.maxPlayer = maxPlayer; + this.selectDiqu = selectDiqu; + Global.logger.info("RoomCard:"); + } + + public void init() { + Global.logger.info("dealcards init:"); + this.boomNumLimit = rand.nextInt(2) + 2; + + this.sangzhangNumLimit = rand.nextInt(5) + 10; + + this.totalBoomNum = 0; + this.totalSanZhangNum = 0; + this.cardList.clear(); + Global.logger.info("dealcards init:"+this.boomNumLimit); + this.initCard(); + int currentBoomNum = 0; + int currentSanZhangNum = 0; + + Map result = new HashMap(); + do { + currentBoomNum = 0; + currentSanZhangNum = 0; + this.shuffle(); + for(int i = 0; i entry : result.entrySet()) { + if(entry.getValue() >= 4) { + currentBoomNum++; + } + else if(entry.getValue() == 3) { + currentSanZhangNum++; + } + } + } + } + }while((currentBoomNum + totalBoomNum > boomNumLimit) || (currentSanZhangNum + totalSanZhangNum > sangzhangNumLimit)); + } + + private void initCard() { + for (int index = 3; index <= 15; index++) { + // 方片 + + if(selectDiqu==0){ + if (index<12){ + this.cardList.add(new CardObj(100 + index)); + // 梅花 + this.cardList.add(new CardObj(200 + index)); + // 红桃 + this.cardList.add(new CardObj(300 + index)); + // 黑桃 + this.cardList.add(new CardObj(400 + index)); + }else{ + this.cardList.add(new CardObj(400 + index)); + } + + }else{ + if (index>4&&index!=15){ + this.cardList.add(new CardObj(100 + index)); + // 梅花 + this.cardList.add(new CardObj(200 + index)); + // 红桃 + this.cardList.add(new CardObj(300 + index)); + // 黑桃 + this.cardList.add(new CardObj(400 + index)); + } + } + } + + + + + rand.setSeed(System.currentTimeMillis()); + int len = this.cardList.size(); + for(int i = 0; i < len; i++) { + + int randpos = rand.nextInt(1000000000) % len; + CardObj cotemp = this.cardList.get(i); + + this.cardList.set(i, this.cardList.get(randpos)); + this.cardList.set(randpos,cotemp); + } + + Global.logger.info("RoomCard initCard(): "+this.cardList+"selectDiqu:"+selectDiqu); + } + + private void shuffle() { + for(int i = 0; i < 100; i++) + { + Collections.shuffle(this.cardList); + } + Random rand = new Random(); + int len = this.cardList.size(); + + for(int i = 0; i < 10000; i++) { + rand.setSeed(System.currentTimeMillis()); + int start = rand.nextInt(len); + int end = rand.nextInt(len); + + CardObj co = this.cardList.get(start); + this.cardList.set(start, this.cardList.get(end)); + this.cardList.set(end, co); + } + } + + public CardObj pop() { + CardObj card = this.cardList.remove(0); + return card; + } + + public int getCount() { + return this.cardList.size(); + } + + public List deal0(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + + dealCards.add(new CardObj(103)); + dealCards.add(new CardObj(205)); + dealCards.add(new CardObj(305)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(208)); + + dealCards.add(new CardObj(308)); + dealCards.add(new CardObj(408)); + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(210)); + dealCards.add(new CardObj(311)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(303)); + dealCards.add(new CardObj(204)); + + dealCards.add(new CardObj(305)); + dealCards.add(new CardObj(304)); + dealCards.add(new CardObj(107)); + + dealCards.add(new CardObj(207)); + dealCards.add(new CardObj(307)); + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(111)); + dealCards.add(new CardObj(315)); + } + + return dealCards; + } + + public List deal1(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(103)); + dealCards.add(new CardObj(203)); + dealCards.add(new CardObj(303)); + + dealCards.add(new CardObj(104)); + dealCards.add(new CardObj(204)); + dealCards.add(new CardObj(304)); + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(110)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(207)); + dealCards.add(new CardObj(307)); + + dealCards.add(new CardObj(208)); + dealCards.add(new CardObj(209)); + } + + return dealCards; + } + + + public List deal2(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + dealCards.add(new CardObj(105)); + dealCards.add(new CardObj(205)); + dealCards.add(new CardObj(305)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(108)); + + dealCards.add(new CardObj(110)); + + } + else if(seat == 2) { + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(209)); + dealCards.add(new CardObj(309)); + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(210)); + dealCards.add(new CardObj(310)); + + //dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List deal3(int seat){ + + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(107)); + + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(108)); + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(111)); + dealCards.add(new CardObj(112)); + dealCards.add(new CardObj(113)); + dealCards.add(new CardObj(114)); + dealCards.add(new CardObj(215)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List deal4(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(207)); + dealCards.add(new CardObj(307)); + + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(208)); + dealCards.add(new CardObj(308)); + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(209)); + dealCards.add(new CardObj(309)); + + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(210)); + dealCards.add(new CardObj(310)); + dealCards.add(new CardObj(410)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List deal6(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(103)); + dealCards.add(new CardObj(203)); + + dealCards.add(new CardObj(104)); + dealCards.add(new CardObj(204)); + + dealCards.add(new CardObj(105)); + dealCards.add(new CardObj(105)); + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(106)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(107)); + + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(108)); + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(109)); + + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(110)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List dealTest(int seat){ + + List dealCards = deal2(seat); + if(dealCards == null || dealCards.size() == 0) { + + dealCards = deal(); + } + + return dealCards; + } + + // 发牌 + public List deal(boolean room_white, boolean is_white, double room_rate, int white_black_status, double black_white_rate, double black_black_rate, int maxDanPai, int maxDuizi, int maxSanZhang) { + List dealCards = new ArrayList(); + Global.logger.info("room_white:"+room_white+"is_white:"+is_white+"white_black_status:"+white_black_status); + shuffle(); + + double rand1 = Math.random() % 100 * 100; + for (int index = 0; index < this.num ; index++) { + if (room_white && is_white) + { + + Global.logger.info("rand1:"+rand1+"room_rate"+room_rate); + if (rand1 > room_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards xingyun card"); + } + } + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else { + if (white_black_status == 2) { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards white card"); + } + } + + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else if (white_black_status == 1) { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards black card"); + } + } +; + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, true, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, true, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else { + if (room_white && rand1 > room_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards general cha card"); + } + } + + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards general cha card"); + } + } + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + } + } + } + shuffle(); + + Map result = new HashMap(); + CardUtil.getCardNumMap(result, dealCards); + for(Map.Entry entry : result.entrySet()) { + if(entry.getValue() >= 4) { + this.totalBoomNum++; + } + else if(entry.getValue() == 3) { + this.totalSanZhangNum++; + } + } + + return dealCards; + } + + boolean isGooodCard(int card, List dealCards, boolean black, int maxDanPai, int maxDuizi, int maxSanZhang) + { + + Global.logger.info("card:"+card+"maxDanPai:"+maxDanPai+"maxDuizi:"+maxDuizi+"maxSanZhang:"+maxSanZhang); + if (isGooodCard2(card, dealCards, black, maxDanPai, maxDuizi, maxSanZhang)) { + return true; + } + + if (maxDanPai != 0) + { + if (card >= maxDanPai) + { + return true; + } + } + + if (maxDanPai != 0) + { + if (CardUtil.checkGoodCard(card, dealCards, 1)) { + if (card >= maxDuizi) + { + return true; + } + } + } + + if (maxDanPai != 0) + { + if (CardUtil.checkGoodCard(card, dealCards, 2)) { + if (card >= maxSanZhang) + { + return true; + } + } + } + + return false; + } + + boolean isGooodCard2(int card, List dealCards, boolean black, int maxDanPai, int maxDuizi, int maxSanZhang) + { + double rand = Math.random() % 100 * 100; + if (black) + { + if (CardUtil.checkGoodCard(card, dealCards, 3) && rand < 70) { + Global.logger.info("remove zhadan"); + return true; + } + + if (CardUtil.checkFenJi(card, dealCards) && rand < 70) + { + Global.logger.info("remove feiji"); + return true; + } + + if (CardUtil.checkSevenShunzi(card, dealCards) && rand < 70) + { + Global.logger.info("remove sevent shun zi"); + return true; + } + + if (CardUtil.checkFourDui(card, dealCards) && rand < 70) + { + Global.logger.info("remove four dui"); + return true; + } + + if (CardUtil.checkQPai(card, dealCards) && rand < 70) + { + Global.logger.info("remove checkQPai"); + return true; + } + } + else { + if (CardUtil.checkGoodCard(card, dealCards, 3) && rand < 50) { + Global.logger.info("remove zhadan"); + return true; + } + + if (CardUtil.checkFenJi(card, dealCards) && rand < 50) + { + Global.logger.info("remove feiji"); + return true; + } + + if (CardUtil.checkSevenShunzi(card, dealCards) && rand < 50) + { + Global.logger.info("remove sevent shun zi"); + return true; + } + + if (CardUtil.checkFourDui(card, dealCards) && rand < 50) + { + Global.logger.info("remove four dui"); + return true; + } + + if (CardUtil.checkQPai(card, dealCards) && rand < 50) + { + Global.logger.info("remove checkQPai"); + return true; + } + } + + + return false; + } + + public List deal() { + List dealCards = new ArrayList(); + + for (int index = 0; index < this.num ; index++) { + dealCards.add(this.pop()); + } + + Map result = new HashMap(); + CardUtil.getCardNumMap(result, dealCards); + for(Map.Entry entry : result.entrySet()) { + if(entry.getValue() >= 4) { + this.totalBoomNum++; + } + else if(entry.getValue() == 3) { + this.totalSanZhangNum++; + } + } + + return dealCards; + } + +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/SettleLog.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/SettleLog.java new file mode 100644 index 0000000..86b78c6 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/SettleLog.java @@ -0,0 +1,44 @@ +package extend.pk; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +public class SettleLog { + private Map log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerBaoChunState.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerBaoChunState.java new file mode 100644 index 0000000..ae016da --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerBaoChunState.java @@ -0,0 +1,152 @@ +package extend.pk.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.data.Player; +import com.game.data.Timer; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import extend.pk.*; +import extend.pk.room.state.EXRoomSetpState; +import extend.pk.uitl.CardCheck; + + +import java.util.Map; + + +/** + * + */ +public class EXPlayerBaoChunState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + Global.logger.error("EXPlayerBaoChunState enter"); + + if(!owner.isEntrust()) { + EXMainServer.gameCtr.baoChunTipEvent(owner,0); + } + owner.startActionTimer(); + } + + /** + * 重连 + * + * @param owner + */ + @Override + public void reload(EXPlayer owner) { + + EXMainServer.gameCtr.baoChunTipEvent(owner,1); + + owner.startActionTimer(); + } + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + + + + + + private void _action(EXPlayer owner,int id,int gid) { + owner.baochun = id; + EXRoom room = owner.getRoom(); + + int tmp = 0; + if (id==0){ + //不报春 + }else { + //获得报春最近的 + if(room.baochunSeat==0){ + room.baochunSeat = owner.seat; + }else{ + if(room.bankerSeat==room.maxPlayers){ + if((room.bankerSeat-room.baochunSeat)>(room.bankerSeat-owner.seat)){ + room.baochunSeat = owner.seat; + } + }else{ + if((room.baochunSeat-room.bankerSeat)<(owner.seat-room.bankerSeat)){ + room.baochunSeat = owner.seat; + } + } + } + } + Global.logger.info("EXRoom room maxPlayers:"+ room.maxPlayers); + Global.logger.info("EXRoom room bankerSeat:"+ room.bankerSeat); + Global.logger.info("EXRoom room activeSeat:"+ room.activeSeat); + Global.logger.info("Player room nextSeat:"+ owner.nextSeat); + + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if(player.seat!=room.bankerSeat){ + Global.logger.info("baochun Player id:"+ player.playerid); + if (player.baochun==-1){ + tmp = -1; + } + } + } + // + + //owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + Global.logger.error("EXPlayerBaoChunState id:"+id); + if (tmp==0){ + //全部选择完 + EXPlayer zjplayer = (EXPlayer) room.playerMapBySeat.get(room.bankerSeat); + EXMainServer.gameCtr.changeActiveSeat(room, zjplayer.seat); + if (room.baochunSeat>0){ + //有人报春,庄家是否抢? + Global.logger.info("EXPlayerBaoChunState baochunSeat:"+room.baochunSeat); + zjplayer.stateMachine.changeState(Global.getState(EXPlayerTongYiBaoChunState.class)); + }else{ + //无人报春,庄家先出 + Global.logger.info("EXPlayerBaoChunState 开牌:"+room.baochunSeat); + zjplayer.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + } + + private void _tyaction(EXPlayer owner,int id,int gid) { + EXRoom room = owner.getRoom(); + if (id==0){ + //庄家自己报春, + room.baochunSeat = room.bankerSeat; + EXPlayer zjplayer = (EXPlayer) room.playerMapBySeat.get(room.bankerSeat); + EXMainServer.gameCtr.changeActiveSeat(room, zjplayer.seat); + zjplayer.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + }else { + //报春者报春 + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if(player.seat==room.baochunSeat){ + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + } + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + Global.logger.error("EXPlayerBaoChunState cmd: "+cmd); + if (cmd.equals(EXActionEvent.EVENT_BAO_CHUN)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("baochun"); + _action(owner, id, gid); + }else if(cmd.equals(EXActionEvent.EVENT_TONGYI_BAO_CHUN)){ + ITObject netParam = (ITObject) param; + int id = netParam.getInt("tongyi"); + _tyaction(owner, id, gid); + }else if (cmd.equals(ActionEvent.EVENT_TIMER_AUTO) || cmd.equals(ActionEvent.EVENT_ENTRUST)) { + _action(owner, 0, gid); + } else if (cmd.equals(ActionEvent.EVENT_OFFLINE)) { + owner.startActionTimer(); + } + } +} \ No newline at end of file diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..b6397bf --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java @@ -0,0 +1,381 @@ +package extend.pk.player.state; + +import com.game.Global; +import com.game.Router; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import extend.pk.*; +import extend.pk.room.state.EXRoomBaoChunState; +import extend.pk.room.state.EXRoomSetpState; +import extend.pk.uitl.CardCheck; +import extend.pk.uitl.CardConfig; +import extend.pk.uitl.CardUtil; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map; + +/** + * 等待玩家出牌状态 + * + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + // 设置防作弊场开牌的标志 + owner.open = 1; + + EXRoom room = owner.getRoom(); + + //如果最后一次打牌的座位等于自己 并且牌型是炸弹 + if(room.lastDiscardSeat == owner.seat&&room.discard.config == CardConfig.ZHA) { + + room.addAllBombScore(owner);//炸弹玩家增加积分 + } + + //如果最后一次的打牌的座位不等于零并且最后一次打牌的座位不等于自己 + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + + boolean bNextBaodan = false; + EXPlayer next = (EXPlayer) owner.room.playerMapBySeat.get(owner.nextSeat); + if(next.cardInhand.size() == 1) { + bNextBaodan = true; + } + CardGroup big_ct = CardCheck.genOutCard(owner.cardInhand, room.discard,room.config,bNextBaodan); + if(big_ct==null) { + Global.logger.error("big_ct: pass state"); + owner.stateMachine.changeState(Global.getState(EXPlayerPassState.class)); + return; + } + else { + + if(big_ct.config.type == Config.TYPE_ZHA ) { + // 如果能出完,就自动出完 + if(big_ct.card_list.size() == owner.cardInhand.size()) { + + doAction(owner,big_ct,true); + return; + } + } + else { + + boolean bContainZha = false; + + + + Map cardMap =CardUtil.getCardNumMap(owner.cardInhand); + for(Map.Entry entry : cardMap.entrySet()) { + + int handNum = cardMap.get(entry.getKey()); + + // 4张牌 不能出现在处大赞的牌型中 + if(handNum >= 4) { + + bContainZha = true; + } + + + } + + if(big_ct.card_list.size() == owner.cardInhand.size() && bContainZha == false) { + doAction(owner,big_ct,true); + return; + } + } + } + } + else { + + // 自动出牌 + CardGroup auto_ct = CardCheck.autoOutLastHand(owner.cardInhand, room.config,false); + if(auto_ct != null) { + doAction(owner,auto_ct,true); + return; + } + } + EXMainServer.gameCtr.discardTipEvent(owner); + + owner.startActionTimer(); + } + + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.discardTipEvent(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + public void over(EXPlayer owner) { + EXRoom room = owner.getRoom(); + room.win = owner; + room.baochunstate = -1; + Global.logger.error("EXPlayerDiscard: over"); + room.endGame(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + + ITObject netParam = (ITObject) param; + ITArray card_list = netParam.getTArray("card"); + ITArray all_card = netParam.getTArray("all_card"); + + if (all_card != null) + { + ArrayList temCardList = new ArrayList(); + for(int i=0;i< all_card.size();++i) { + temCardList.add(all_card.getInt(i)); + } + Collections.sort(temCardList); + + ArrayList temCardList2 = new ArrayList(); + for(int i=0;i< owner.cardInhand.size();++i) { + temCardList2.add(owner.cardInhand.get(i).card); + } + Collections.sort(temCardList2); + + if (!temCardList.equals(temCardList2)) + { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + } + Global.logger.info("EXPlayer discard:"); + // 如果出的牌的个数为0 或者大于手牌的数目 则是非法的 + if (card_list.size() == 0 || card_list.size() > owner.cardInhand.size()) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + + List list = CardUtil.toList(card_list); + + + for(CardObj card : list) { + + boolean bNotExisted = false; + + for(CardObj handc : owner.cardInhand) { + if(card.card == handc.card) { + bNotExisted = true; + break; + } + } + + if(bNotExisted == false) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + } + + if(owner.getRoom().firstCard != 0 && CardUtil.getCard1(owner.getRoom().firstCard, list) == null) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_MUST_OUT_MIN); + return; + } + + CardGroup ct = CardCheck.getType(list, owner.room.config); + + if (ct == null) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + + + + Global.logger.info("EXPlayer discard:2"); + //验证客户端发过来的类型 + if(!CardCheck.tryType(ct,owner.cardInhand.size(),owner.room.config)) { + + // tryType 判断3条a判断不出来, 所以 + if(!(ct.config.type == Config.TYPE_ZHA && + card_list.size() == 3 )) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + } + + + //判断是否用A,2 + owner.dis_times = owner.dis_times + 1; + + Global.logger.info("EXPlayer discard:3,{}"+owner.dis_times); + doAction(owner,ct,false); + break; + + case EXActionEvent.EVENT_PASS: + pass(owner); + + break; + case EXActionEvent.EVENT_OFFLINE: + owner.startActionTimer(); + break; + case EXActionEvent.EVENT_TIMER_AUTO: + case EXActionEvent.EVENT_ENTRUST: + + AutoOut(owner); + break; + } + } + + private void AutoOut(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + + CardGroup big_ct = null; + EXPlayer playerNext = (EXPlayer)room.playerMapBySeat.get(owner.nextSeat); + if(playerNext != null && room.discard.config.type ==Config.TYPE_DANPAI && playerNext.cardInhand.size() == 1) { + + Map> cardMap =CardUtil.getCardListMap(owner.cardInhand); + big_ct = CardCheck.selectDanpai(cardMap,room.discard,room.config,true); + }else { + big_ct = CardCheck.tryBig(owner.cardInhand, room.discard); + } + + if (big_ct != null) { + big_ct.card_list_mp = CardUtil.toTArray(big_ct.card_list); + doAction(owner,big_ct,true); + } else { + Global.logger.info("big_ct == null pass !!!!!!!!!!!!"); + pass(owner); + } + + }else { + + // 在托管或者自动出牌的时候 系统先出炸弹,如果炸弹没有 再出单张 + // 将来可以把这个函数做的能智能一些,不光可以出炸弹 也可以出顺子飞机等等 + CardGroup out_ct = CardCheck.autoOut(owner.cardInhand, owner.room.config); + if(out_ct == null) { + + out_ct = new CardGroup(); + List out_list = new ArrayList<>(); + out_ct.card_list = out_list; + out_ct.config = CardConfig.DAN; + out_ct.len = 1; + + if(room.firstCard != 0) { + CardObj co = CardUtil.getCard1(room.firstCard, owner.cardInhand); + out_list.add(co); + } + else + { + EXPlayer next = (EXPlayer) owner.room.playerMapBySeat.get(owner.nextSeat); + if(next.cardInhand.size() == 1) { + out_list.add(owner.cardInhand.get(owner.cardInhand.size() -1)); + }else { + out_list.add(owner.cardInhand.get(0)); + } + } + } + + out_ct.card_list_mp = CardUtil.toTArray(out_ct.card_list); + out_ct.min_card = out_ct.card_list.get(0).cardMod; + + doAction(owner,out_ct,true); + } + } + + private void pass(EXPlayer owner) { + EXMainServer.gameCtr.pass(owner);//打不起过 + this.toNextState(owner);//下一位大哥 + } + + private void doAction(EXPlayer owner,CardGroup ct,boolean skip) { + + EXRoom room = owner.getRoom(); + + boolean outcard = true; + + if(ct.config.type==Config.TYPE_SHUNZI){ + + boolean cf = false; + List cardOut = ct.card_list; + for (int i = 0; i< cardOut.size(); i++){ + if (cardOut.get(i).cardMod==2){ + cardOut.get(i).card = cardOut.get(i).card+13; + cardOut.get(i).cardMod = cardOut.get(i).cardMod+13; + cf = true; + } + if (cardOut.get(i).cardMod==1){ + cardOut.get(i).card = cardOut.get(i).card+13; + cardOut.get(i).cardMod = cardOut.get(i).cardMod+13; + cf = true; + } + } + if(cf){ + ct.card_list = cardOut; + ct.card_list_mp = CardUtil.toTArray(cardOut); + } + } + + if(!skip) { + + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + outcard = CardCheck.tryCompete(room.discard, ct,room.config); + } + + // 如果玩家的下家只有一张牌,玩家出单张必须是最大的 + if(outcard && ct.config.type == Config.TYPE_DANPAI) { + + EXPlayer playerNext = (EXPlayer)room.playerMapBySeat.get(owner.nextSeat); + if(playerNext != null && playerNext.cardInhand.size() == 1) { + + Map cardMap =CardUtil.getCardNumMap(owner.cardInhand); + for(Integer number : cardMap.keySet()) { + + if(ct.min_card < number) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_MUST_OUT_MAX); + return; + } + } + } + } + } + if(!outcard) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + + + EXMainServer.gameCtr.outCard(owner,ct); + + if (room.baochunSeat!=0&&owner.seat!=room.baochunSeat){ + room.shachunSeat = owner.seat; + this.over(owner); + return; + } + + if (owner.cardInhand.size() == 0) { + this.over(owner); + return; + } else { + this.toNextState(owner); + } + } + + +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerPassState.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerPassState.java new file mode 100644 index 0000000..176aef1 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerPassState.java @@ -0,0 +1,51 @@ +package extend.pk.player.state; + +import com.game.Global; +import com.game.data.Timer; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.room.state.EXRoomSetpState; + +/** + * 等待玩家Pass状态 + * + * + */ +public class EXPlayerPassState extends StateBase { + + private void pass(EXPlayer owner) { + EXMainServer.gameCtr.pass(owner);//打不起过 + this.toNextState(owner);//下一位大哥 + } + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if(!owner.entrust) { + Timer passTimer = new Timer(1000, new Timer.ITaskHandler() { + @Override + public void doTask(Timer timer) { + pass(owner); + } + }); + room.addTimer(passTimer); + }else { + pass(owner); + } + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..c99371e --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,55 @@ +package extend.pk.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import extend.pk.EXActionEvent; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; + + + +public class EXPlayerPiaoNiaoTipState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + + owner.startActionTimer(); + } + + /** + * 重连 + * @param owner + */ + @Override + public void reload(EXPlayer owner) { + owner.startActionTimer(); + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + private void _action(EXPlayer owner,int id,int gid) { + + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoCount --; + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO) || cmd.equals(ActionEvent.EVENT_ENTRUST)) { + _action(owner,0,gid); + } + else if(cmd.equals(ActionEvent.EVENT_OFFLINE)) { + owner.startActionTimer(); + } + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerTongYiBaoChunState.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerTongYiBaoChunState.java new file mode 100644 index 0000000..614aa1b --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/player/state/EXPlayerTongYiBaoChunState.java @@ -0,0 +1,84 @@ +package extend.pk.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import extend.pk.EXActionEvent; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; + +import java.util.Map; + + +/** + * + */ +public class EXPlayerTongYiBaoChunState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + Global.logger.error("EXPlayerTongYiBaoChunState enter"); + + if(!owner.isEntrust()) { + EXMainServer.gameCtr.tongYiBaoChunTipEvent(owner,0); + } + owner.startActionTimer(); + } + + /** + * 重连 + * + * @param owner + */ + @Override + public void reload(EXPlayer owner) { + + EXMainServer.gameCtr.tongYiBaoChunTipEvent(owner,1); + + owner.startActionTimer(); + } + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + + private void _tyaction(EXPlayer owner,int id,int gid) { + EXRoom room = owner.getRoom(); + if (id==0){ + //庄家自己报春, + room.baochunSeat = room.bankerSeat; + EXPlayer zjplayer = (EXPlayer) room.playerMapBySeat.get(room.bankerSeat); + EXMainServer.gameCtr.changeActiveSeat(room, zjplayer.seat); + zjplayer.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + }else { + //报春者报春 + for (Map.Entry entry : room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if(player.seat==room.baochunSeat){ + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + } + // owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + Global.logger.error("EXPlayerTongYiBaoChunState cmd: "+cmd); + if(cmd.equals(EXActionEvent.EVENT_TONGYI_BAO_CHUN)){ + ITObject netParam = (ITObject) param; + int id = netParam.getInt("tongyi"); + _tyaction(owner, id, gid); + } else if (cmd.equals(ActionEvent.EVENT_OFFLINE)) { + owner.startActionTimer(); + } + } +} \ No newline at end of file diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomBaoChunState.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomBaoChunState.java new file mode 100644 index 0000000..2d1ba59 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomBaoChunState.java @@ -0,0 +1,53 @@ +package extend.pk.room.state; + +import com.game.Global; + +import com.game.data.Player; +import com.game.state.StateBase; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerBaoChunState; +import extend.pk.player.state.EXPlayerPiaoNiaoTipState; +import extend.pk.uitl.CardCheck; + +import java.util.Map; + + +public class EXRoomBaoChunState extends StateBase { + + @Override + public void enter(EXRoom owner) { + Global.logger.error("EXRoomBaoChunState enter"); + + for (Map.Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + + //检测是否自然春: + Boolean ziRanChun = CardCheck.CheckZiRanChun(player.cardInhand,owner.config); + if (ziRanChun){ + //自然春,不用报春直接倒牌 + player.ziranchun = 1; + owner.ziranchunover = 1; + this.over(player); + return; + } + + + if (owner.bankerSeat!=player.seat){ + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerBaoChunState.class)); + } + } + + } + + public void over(EXPlayer owner) { + EXRoom room = owner.getRoom(); + + room.win = owner; + room.baochunstate = -1; + Global.logger.error("EXPlayerDiscard: over"); + room.endGame(); + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomDealState.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomDealState.java new file mode 100644 index 0000000..a3d7cc6 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomDealState.java @@ -0,0 +1,91 @@ +package extend.pk.room.state; + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import com.taurus.permanent.TPServer; +import extend.pk.*; +import extend.pk.player.state.EXPlayerBaoChunState; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerPassState; + +import java.util.Map; +import java.util.concurrent.TimeUnit; + +/** + * 房间发牌状态 + * + * + */ +public class EXRoomDealState extends StateBase { + @Override + public void enter(EXRoom owner) { + boolean donghua = false; + for (Map.Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + this.toNextState(owner); + } + + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 3000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXRoom owner) { + //owner.card.init(); + if(owner.bankerSeat!=0&&!owner.playerMapBySeat.containsKey(owner.bankerSeat)) { + owner.bankerSeat = 0; + } + EXMainServer.gameCtr.dealCard(owner); + + owner.playBackData = new EXPlayBack(owner); + + Global.logger.error("deal room tonextstate"); + //定庄家 + + if(owner.baochunstate<0){ + owner.stateMachine.changeState(Global.getState(EXRoomBaoChunState.class)); + } + // owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomPiaoState.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomPiaoState.java new file mode 100644 index 0000000..515dabb --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomPiaoState.java @@ -0,0 +1,26 @@ +package extend.pk.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.pk.EXActionEvent; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerPiaoNiaoTipState; + +import java.util.Map.Entry; + +public class EXRoomPiaoState extends StateBase{ + + @Override + public void enter(EXRoom owner) { + owner.piaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomSetpState.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..531cdcf --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomSetpState.java @@ -0,0 +1,36 @@ +package extend.pk.room.state; + +import com.game.Global; +import com.game.state.StateBase; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerDiscardState; + +/** + * 房间转换座位 + * + * + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + EXPlayer player = null; + if (owner.activeSeat == 0) { + player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = (EXPlayer) owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = (EXPlayer) owner.playerMapBySeat.get(nextSeat); + } + + + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + + player.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + + + + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomStartGameState.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..23949ac --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/room/state/EXRoomStartGameState.java @@ -0,0 +1,39 @@ +package extend.pk.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.pk.Config; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; + +import java.util.Map.Entry; + +/** + * 房间开始状态 + * + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { + + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + player.clearEx(); + } + owner.clearEx(); + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + + + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/uitl/CardCheck.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/uitl/CardCheck.java new file mode 100644 index 0000000..a408819 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/uitl/CardCheck.java @@ -0,0 +1,1479 @@ +package extend.pk.uitl; + +import java.lang.reflect.Array; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Random; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import extend.pk.CardGroup; +import extend.pk.CardObj; +import extend.pk.Config; +import extend.pk.RoomCard; + + +/** + * + * + */ +public class CardCheck { + + /** + * 服务器跟牌判定 + * @param cardInhand + * @param out + * @param roomConfig + * @param nextBaodan + * @return + */ + public static CardGroup genOutCard(List cardInhand,CardGroup out,ITObject roomConfig,boolean nextBaodan) { + + CardGroup cg = null; + //Global.logger.info("genoutcard:"+cardInhand+",out:"+out); + Map> cardMap =CardUtil.getCardListMap(cardInhand); + int handCardSize = cardInhand.size(); + // 如果有炸弹 并且玩家手上仅剩下炸弹 就不用找了 直接出牌就可以了 + cg = selectZha(cardMap,out,roomConfig); + if(cg != null && cg.card_list.size() == handCardSize) { + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + return cg; + } + //如果有推土机 就不用找了 直接出牌就可以了 + if (out.config.type!=Config.TYPE_ZHA){ + CardGroup tempCg = selectTuolaji(cardMap,out,roomConfig); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是一张单牌,则寻找一个合适的单牌,如果找不到就用炸弹,炸弹没有则过 + if(out.config.type == Config.TYPE_DANPAI) { + + CardGroup tempCg = selectDanpai(cardMap,out,roomConfig,nextBaodan); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是不能带牌的牌型(对子,顺子,连队)则寻找合适的牌型,如果找不到就用炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_DUIZI + || out.config.type == Config.TYPE_SHUNZI + || out.config.type == Config.TYPE_LIANDUI) { + + CardGroup tempCg = selectWithoutCardType(handCardSize,cardMap,out,roomConfig); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是带牌的三带牌型 ,则寻找合适的牌型,如果找不到就用炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_3_2) { + + boolean bLack = false; + + CardGroup tempCg = selectWithCardType(cardInhand,cardMap,out,roomConfig,bLack); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是带牌的飞机牌型,则寻找合适的牌型,如果找不到用则炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_FEIJI) { + + boolean bLack = false; + + CardGroup tempCg = selectWithCardType(cardInhand,cardMap,out,roomConfig,bLack); + if(tempCg != null) { + cg = tempCg; + } + } + // 如果是四带二或者四带三 就不处理了,如果有炸弹,则玩家自己去选择是炸还是跟,如果没有炸弹 玩家也大不了,所以后面就不用判断了 + if(cg != null) { + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + return cg; + } + + public static Boolean CheckZiRanChun(List cardInhand,ITObject roomConfig){ + CardGroup cg = null; + + Map cardMap =CardUtil.getCardNumMap(cardInhand); + System.out.println("checkzrc"); + System.out.println(cardMap); + + int len = cardInhand.size(); + + cg = checkFourA(len,cardMap,roomConfig,false); + if (cg!=null){ + return true; + } + + cg = checkFeiji(len,cardMap,roomConfig,false); + if (cg!=null){ + return true; + } + + cg = checkShunzi(len,cardMap,roomConfig); + if (cg!=null){ + return true; + } + + //检查5对 + cg = checkWudui(len,cardMap,roomConfig); + System.out.println(cg); + if (cg!=null){ + return true; + } + return false; + } + + /** + * 选择炸弹 + * @param cardMap + * @param out + * @param roomConfig + * @return + */ + private static CardGroup selectZha(Map> cardMap,CardGroup out,ITObject roomConfig) { + + CardGroup cg = null; + + boolean bThreeA = false; + + int minValue = 0; + if(out.config.type == Config.TYPE_ZHA) { + minValue = out.min_card; + } + + for(Map.Entry> entry : cardMap.entrySet()) { + + if(entry.getValue().size() == 4 || ( entry.getKey() == RoomCard.CARD_A && bThreeA && entry.getValue().size() == 3)) { + + if(entry.getKey() > minValue) { + + cg = new CardGroup(); + + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + + cg.card_list = new ArrayList<>(); + for(CardObj cardObj : entry.getValue()) { + cg.card_list.add(cardObj); + } + break; + } + } + } + + return cg; + } + + /** + * 选择炸弹 + * @param cardMap + * @param out + * @param roomConfig + * @return + */ + private static CardGroup selectTuolaji(Map> cardMap,CardGroup out,ITObject roomConfig) { + + CardGroup cg = null; + int minValue = 0; + if(out.config.type == Config.TYPE_TUOLAJI) { + minValue = out.min_card; + } + + int minCard = 0; + int maxCard = 0; + int count = 0; + int len = 3; + System.out.println("mimvalue:"+minValue); + System.out.println(cardMap); + ArrayList temp = new ArrayList<>(); + ArrayList ctp = new ArrayList<>(); + for(Map.Entry> entry : cardMap.entrySet()) { + System.out.println(entry.getValue()); + if(entry.getValue().size() >= 2) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + + count++; + ctp.add(entry.getKey()); + temp.addAll(entry.getValue()); + if(count == len && minCard != 0 && maxCard != 0 && minCard + len - 1 == maxCard) { + if (count>=3){ + cg = new CardGroup(); + cg.config = CardConfig.TUOLAJI; + cg.min_card = minCard; + cg.len = 1; + cg.card_list = temp; + break; + } + } + + } + + + } + if(count>len){ + //如果对子大于3对 + if (((int) ctp.get(2)==(int)ctp.get(1)+1)&&((int) ctp.get(1)-(int) ctp.get(0)==1)){ + //也是拖拉机 + + temp.remove(temp.size()-1); + temp.remove(temp.size()-1); + cg = new CardGroup(); + cg.config = CardConfig.TUOLAJI; + cg.min_card = minCard; + cg.len = 1; + cg.card_list = temp; + } + + if (((int) ctp.get(3)==(int)ctp.get(2)+1)&&((int) ctp.get(2)-(int) ctp.get(1)==1)){ + //也是拖拉机 + temp.remove(0); + temp.remove(0); + cg = new CardGroup(); + cg.config = CardConfig.TUOLAJI; + cg.min_card = minCard; + cg.len = 1; + cg.card_list = temp; + } + + } + + if(cg==null){ + return null; + } + if(minValue>=cg.min_card){ + return null; + } + + return cg; + } + + /** + * 选择单牌 + * @param cardMap + * @param out + * @param roomConfig + * @param nextBaodan + * @return + */ + public static CardGroup selectDanpai(Map> cardMap,CardGroup out,ITObject roomConfig,boolean nextBaodan) { + CardGroup cg = null; + + int minValue = out.min_card + 1; + + boolean bDemolition = false; + + + boolean bThreeA = false; + + + if(!nextBaodan) { + + for(int i = minValue; i <= 15; i++) { + + List listCard = cardMap.get(i); + if(listCard != null && listCard.size() >= 1) { + // 如果是炸弹 并且不能拆分炸弹,则不能用它作为单牌来处理 + if(bDemolition && (listCard.size() == 4 || (i == RoomCard.CARD_A && bThreeA && listCard.size() == 3 ))) { + + } + else { + cg = new CardGroup(); + + cg.config = CardConfig.DAN; + cg.min_card = i; + cg.len = 1; + + cg.card_list = new ArrayList<>(); + cg.card_list.add(listCard.get(0)); + break; + } + } + } + } + else + { + for(int i = 15; i >= minValue; i--) { + + List listCard = cardMap.get(i); + if(listCard != null && listCard.size() >= 1) { + + // 如果是炸弹 并且不能拆分炸弹,则不能用它作为单牌来处理 + if(bDemolition && (listCard.size() == 4 || (i == RoomCard.CARD_A && bThreeA && listCard.size() == 3))) { + + } + else { + + cg = new CardGroup(); + + cg.config = CardConfig.DAN; + cg.min_card = i; + cg.len = 1; + + cg.card_list = new ArrayList<>(); + cg.card_list.add(listCard.get(0)); + break; + } + } + } + } + + return cg; + } + + /** + * 选择不需要带牌的牌型 + * @param handCardSize + * @param cardMap + * @param out + * @param roomConfig + * @return + */ + private static CardGroup selectWithoutCardType(int handCardSize,Map> cardMap,CardGroup out,ITObject roomConfig) { + CardGroup cg = null; + + boolean bDemolition = false; + + + boolean bThreeA = false; + + + int len = out.len; + + // 如果手牌数满足要求 + if( handCardSize >= len * out.config.repeat_num ) { + + List card_list = new ArrayList(); + + //最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + int min_card = out.min_card + 1; + + //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + int max_card = min_card+len -1; + + //长度如果大于一并且最大的牌 + if(!(len>1&&max_card>14)) { + + int count =0; + + for(int i = min_card; i <= 14;++i) { + + List list =cardMap.get(i); + + // 如果牌值对应的牌为空 或者他是炸弹,则之前找到的牌取消 + if( list == null || (bDemolition && (list.size() == 4 || (i == RoomCard.CARD_A && bThreeA && list.size() == 3))) ) { + count=0; + card_list.clear(); + continue; + } + + // 如果牌值对应的牌的个数满足要求,则将牌放入队列中 + if(list.size() >=out.config.repeat_num) { + + for(int k = 0; k < out.config.repeat_num;++k) { + card_list.add(list.get(k)); + } + count++; + + // 如果已经找到了足够数量的相同牌型 + if(count == len) { + + cg = new CardGroup(); + + cg.config = out.config; + cg.card_list = card_list; + cg.len = len; + cg.min_card = card_list.get(0).cardMod; + + return cg; + } + }else { + count=0; + card_list.clear(); + } + } + } + } + + return cg; + } + + private static CardGroup selectWithCardType(List cardInhand, + Map> cardMap, + CardGroup out, + ITObject roomConfig, + boolean bLack) { + + CardGroup cg = null; + + int handCardSize = cardInhand.size(); + + boolean bDemolition = false; + + + boolean bThreeA = false; + + + int len = out.len; + + // 如果手牌数满足要求 + if( handCardSize >= len * out.config.repeat_num ) { + + List card_list = new ArrayList(); + + //最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + int min_card = out.min_card + 1; + + //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + int max_card = min_card+len -1; + + //长度如果大于一并且最大的牌 + if(!(len>1&&max_card>15)) { + + int count =0; + + for(int i = min_card; i <= 15;++i) { + + List list =cardMap.get(i); + + // 如果牌值对应的牌为空 或者他是炸弹,则之前找到的牌取消 + if( list == null || (bDemolition && (list.size() == 4 || (i == RoomCard.CARD_A && bThreeA && list.size() == 3))) ) { + count=0; + card_list.clear(); + continue; + } + + // 如果牌值对应的牌的个数满足要求,则将牌放入队列中 + if(list.size() >= out.config.repeat_num) { + + for(int k = 0; k < out.config.repeat_num;++k) { + card_list.add(list.get(k)); + } + count++; + + // 如果已经找到了足够数量的相同牌型 + if(count == len) { + + int sd = out.config.repeat_num * len + out.config.with_card_num * len; + + + + if(bLack == false && handCardSize < sd) { + + return cg; + } + + + // 新建一个临时的列表,来保存剩余的牌 + List tem_list = new ArrayList(); + tem_list.addAll(cardInhand); + CardUtil.removeCard(tem_list, card_list); + + // 如果剩余的牌有炸弹,则需要把剩余牌中的炸弹对应的牌从临时列表中剔除,以确定是否有足够的单牌 + // 如果因为剔除的原因,最后牌型不能做成,那就提示他有炸弹出就可以了 + Map> reservedCardMap = CardUtil.getCardListMap(tem_list); + int duiNum = 0; + for(Map.Entry> entry : reservedCardMap.entrySet()) { + + int num = entry.getValue().size(); + if(num == 4 || (entry.getKey() == RoomCard.CARD_A && bThreeA && num == 3)) { + + CardUtil.removeCard(tem_list, entry.getValue()); + } + + if(num >= 2) { + duiNum++; + } + } + + + + + // 如果手牌数多于牌型的基本要求 + if(handCardSize >= sd) { + + if(tem_list.size() < out.config.with_card_num * len) { + return cg; + } + + for(int m = 0; m < out.config.with_card_num * len; m++) { + card_list.add(tem_list.get(m)); + } + } + else { + + card_list.addAll(tem_list); + } + + + cg = new CardGroup(); + + cg.config = out.config; + cg.card_list = card_list; + cg.len = len; + cg.min_card = card_list.get(0).cardMod; + + return cg; + } + }else { + count=0; + card_list.clear(); + } + } + } + } + + return cg; + } + + /** + * 得到所出牌的牌型 + * @param cardOut + * @param roomConfig + * @return + */ + public static CardGroup getType(List cardOut,ITObject roomConfig) { + + CardGroup cg = autoOutLastHand(cardOut,roomConfig,true); + System.out.println(cg); + if(cg==null){ + boolean cf = false; + for (int i = 0; i< cardOut.size(); i++){ + if (cardOut.get(i).cardMod==15){ + cardOut.get(i).card = cardOut.get(i).card-13; + cardOut.get(i).cardMod = cardOut.get(i).cardMod-13; + cf = true; + } + if (cardOut.get(i).cardMod==14){ + cardOut.get(i).card = cardOut.get(i).card-13; + cardOut.get(i).cardMod = cardOut.get(i).cardMod-13; + cf = true; + } + } + if (cf){ + cg = autoOutLastHand(cardOut, roomConfig,true ); + } + } + + if(cg == null) { + int len = cardOut.size(); + int sidai = roomConfig.getInt(Config.ROOM_CONFIG_SIDAIYI); + // 看看所处的牌是否 4带2 或者4带3 + if((len == 5 && sidai==1)) { + + Map cardMap =CardUtil.getCardNumMap(cardOut); + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + + cg.config = CardConfig.SI_1; + + + cg.min_card = entry.getKey(); + cg.len = 1; + + for(CardObj cardObj : cardOut) { + cg.card_list.add(cardObj); + } + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + } + } + } +// Global.logger.info("getType:{}"+cg); + return cg; + } + + /** + * + * @param cardInhand + * @param roomConfig + * @return + */ + public static CardGroup autoOutLastHand(List cardInhand,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + Map cardMap =CardUtil.getCardNumMap(cardInhand); + + int len = cardInhand.size(); +// Global.logger.info("autoOutLastHand len:"+len); + if(len == 1) + { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.DAN; + cg.min_card = cardInhand.get(0).cardMod; + cg.len = 1; + } + else if(len == 2) { + cg = checkTwo(cardMap); + } + else if(len == 3) { + cg = checkThree(cardMap,roomConfig); + } + else if(len == 4) { + cg = checkFour(cardMap,roomConfig); + } + else if(len == 5) { + cg = checkFive(cardMap,roomConfig,bSpecial); + }else{ + if (cg == null) { + cg = checkShunzi(len,cardMap,roomConfig); + if(cg == null&&len%2==0) { + cg = checkTuoLaJi(len,cardMap,roomConfig); + if(cg == null) { + + cg = checkFeiji(len,cardMap,roomConfig,bSpecial); + } + } + } + } + + if(cg != null) { + + for(CardObj cardObj : cardInhand) { + cg.card_list.add(cardObj); + } + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + + return cg; + } + + private static int getMaxCardNum(Map cardMap) { + int maxNum = 0; + for(Map.Entry entry : cardMap.entrySet()) { + if (entry.getValue() > maxNum) { + maxNum = entry.getValue(); + } + } + + return maxNum; + } + + public static boolean isConfig4_2_and_4_3(ITObject roomConfig) { + + return false; + + } + + private static CardGroup checkTwo(Map cardMap) { + + CardGroup cg = null; + + for(Map.Entry entry : cardMap.entrySet()) { + if(entry.getValue() == 2) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.DUIZI; + cg.min_card = entry.getKey(); + cg.len = 1; + } + } + + return cg; + } + + private static CardGroup checkThree(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 3) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SANTIAO; + cg.min_card = entry.getKey(); + cg.len = 3; + }else if(entry.getValue() == 1 && entry.getKey() != RoomCard.CARD_2) { + + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == 3 && minCard != 0 && maxCard != 0 && minCard + 2 == maxCard) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SHUNZI; + cg.min_card = minCard; + cg.len = 3; + } + } + } + return cg; + } + + private static CardGroup checkFour(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + }else if(entry.getValue() == 3) { + + /*boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + }*/ + if (roomConfig.getInt(Config.ROOM_CONFIG_SANDAIER)!=1){ + if(entry.getKey() == RoomCard.CARD_A ) { + return cg; + } + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + + + + } + else if(entry.getValue() == 2) { + + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + + if(minCard != 0 && maxCard != 0 && minCard + 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.LIANDUI; + cg.min_card = minCard; + cg.len = 2; + } + }else if(entry.getValue() == 1 && entry.getKey() != RoomCard.CARD_2){ + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == 4 && minCard != 0 && maxCard != 0 && minCard + 3 == maxCard) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SHUNZI; + cg.min_card = minCard; + cg.len = 4; + } + } + } + return cg; + } + + private static CardGroup checkFive(Map cardMap,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SI_1; + cg.min_card = entry.getKey(); + cg.len = 1; + + }else if(entry.getValue() == 3 /*|| (entry.getValue() == 4 && bSpecial == true)*/) { + + if(entry.getValue() != 4 && cardMap.size() >= 2) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + + } + else if(entry.getValue() == 1 && entry.getKey() != RoomCard.CARD_2) { + + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == 5 && minCard != 0 && maxCard != 0 && minCard + 4 == maxCard) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SHUNZI; + cg.min_card = minCard; + cg.len = 5; + } + } + } + + return cg; + } + + private static CardGroup checkShunzi(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 1 && entry.getKey() != RoomCard.CARD_2) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == len && minCard != 0 && maxCard != 0 && minCard + len - 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SHUNZI; + cg.min_card = minCard; + cg.len = count; + } + } + else + { + break; + } + } + + return cg; + } + + private static CardGroup checkLiandui(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + int minCard = 0; + int maxCard = 0; + int count = 0; + + if(len % 2 != 0) { + return cg; + } + + len = len / 2; + + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 2) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == len && minCard != 0 && maxCard != 0 && minCard + len - 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.LIANDUI; + cg.min_card = minCard; + cg.len = count; + } + } + else + { + break; + } + } + return cg; + } + + private static CardGroup checkWudui(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + int minCard = 0; + int maxCard = 0; + int count = 0; + + if(len % 2 != 0) { + return cg; + } + + len = len / 2; + + for(Map.Entry entry : cardMap.entrySet()) { + if (entry.getValue()==4){ + count=count+2; + }else if(entry.getValue() == 2) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + count++; + } + else + { + break; + } + } + if (count==5){ + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.WUDUI; + cg.min_card = minCard; + cg.len = 10; + + return cg; + } + return cg; + } + + private static CardGroup checkFourA(int len, Map cardMap,ITObject roomConfig,boolean bSpecial){ + CardGroup cg = null; + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_SIGEAZIRANCHUN)==1) { + bThreeA = true; + } + for(Map.Entry entry : cardMap.entrySet()) { + if(entry.getKey() == RoomCard.CARD_A && entry.getValue() == 4 && bThreeA == true) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = 14; + cg.len = 4; + return cg; + } + } + return cg; + } + + private static CardGroup checkFeiji(int len,Map cardMap,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + int[] cardThreeCount = { 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0}; + System.out.println("cardM:"+cardMap); + boolean bThreeA = false; + + int num2 = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + // 如果有炸弹 则不允许自动出牌 + if(bSpecial == false && (entry.getValue() == 4 || (entry.getKey() == RoomCard.CARD_A && entry.getValue() == 3 && bThreeA == true))) { + return cg; + } + + if(entry.getValue() >= 3) { + cardThreeCount[entry.getKey()] = 1; + } + else if(entry.getValue() == 2) { + num2++; + } + } + + + int left = 0; + int right = 0; + + for(int i = 4; i < cardThreeCount.length; i++) { + if(left == 0) { + + if(cardThreeCount[i] == 1 && cardThreeCount[i - 1] == 1) { + left = i - 1; + right = i; + } + } + else { + // 如果有连续的继续寻找 + if(cardThreeCount[i] == 1 && right + 1 == i) { + + right = i; + } + else + { + left = 0; + right = 0; + } + } + // 判断出来一个顺子,就判定一下是否可以全部出 + if(left != 0 && right != 0) { + + int threeCount = right - left + 1; + int sl = threeCount * 5; + + if(len <= sl) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.FEIJI; + cg.min_card = left; + cg.len = threeCount; + + return cg; + } + + + } + } + + return cg; + } + + /** + * 拖拉机 + */ + private static CardGroup checkTuoLaJi(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + int minCard = 0; + int maxCard = 0; + int count = 0; + len = len / 2; + + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 2) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + if(count == len && minCard != 0 && maxCard != 0 && minCard + len - 1 == maxCard) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.TUOLAJI; + cg.min_card = minCard; + cg.len = count; + } + } + } + + return cg; + } + + /** + * 自动出牌 + * @param cardInhand + * @param roomConfig + * @return + */ + public static CardGroup autoOut(List cardInhand,ITObject roomConfig) { + + CardGroup cg = null; + + //支持3A炸弹 + boolean bThreeA = false; + + + // 寻找炸弹 + Map cardMap =CardUtil.getCardNumMap(cardInhand); + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4 || ( entry.getKey() == RoomCard.CARD_A && bThreeA == true && entry.getValue() == 3)) { + + cg = new CardGroup(); + List out_list = new ArrayList<>(); + + cg.card_list = out_list; + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + + for(CardObj cardObj :cardInhand) { + + if(cardObj.cardMod == entry.getKey()) { + out_list.add(cardObj); + } + } + } + } + + return cg; + } + + + /** + * 验证牌型 + * @param ct + * @param left_count + * @return + */ + public static boolean tryType(CardGroup ct,int left_count,ITObject roomConfig) { + List cardInhand = ct.card_list; + int size = cardInhand.size(); + CardConfig config = ct.config; + + if(size < config.min_card_num || size > config.max_card_num) { + return false; + } + int len = ct.len; + if(len 0 && size == left_count) { + + // 牌太少了 出牌太多了 + if(size < len * config.repeat_num || size > tem_size) { + return false; + } + // 如果带的牌不够 + if(size < tem_size) { + return false; + /*if(ct.config.type == Config.TYPE_3_2) { + + } + // 如果是飞机 + else if(ct.config.type == Config.TYPE_FEIJI) { + + }*/ + } + + } + //没有带牌 没有全出 + else { + if(tem_size!=size) { + return false; + } + } + } + + if (config.type == Config.TYPE_3_0){ + //三 + return true; + } + + if (config.type == Config.TYPE_3_2){ + if(config.with_card_num==2){ + return true; + } + } + + if (config.type == Config.TYPE_TUOLAJI){ + return true; + } + + + int min_card = ct.min_card; + int max_card = min_card+len -1; + + if(len>1&&max_card>15) { + return false; + } + + Map cardMap =CardUtil.getCardNumMap(cardInhand); + + for(int i=min_card;i<=max_card;++i) { + if(!cardMap.containsKey(i)) { + return false; + } + if(cardMap.get(i) < config.repeat_num) { + return false; + } + } + return true; + } + + + + /** + * 比牌大小 + * @param banker + * @param other + * @return + */ + public final static boolean tryCompete(CardGroup banker, CardGroup other,ITObject roomConfig) { + int bankerCradType = banker.config.type; + int otherCradType = other.config.type; + + if(bankerCradType != Config.TYPE_ZHA&& otherCradType == Config.TYPE_ZHA) { + return true; + } + if(bankerCradType!= Config.TYPE_ZHA&&bankerCradType!=Config.TYPE_TUOLAJI && otherCradType == Config.TYPE_TUOLAJI){ + return true; + } + + if(bankerCradType != otherCradType) { + return false; + } + + if(other.min_card > banker.min_card) { + if(otherCradType == Config.TYPE_ZHA) { + return true; + } + else + { + + if(other.len == banker.len) { + + if(otherCradType == Config.TYPE_3_2 || otherCradType == Config.TYPE_FEIJI) { + + } + + return true; + } + else + { + return false; + } + } + } + + return false; + } + + + public final static CardGroup tryBig(List cardInhand,CardGroup other) { + + List card_list = new ArrayList(); + int size = cardInhand.size(); + CardConfig config = other.config; + Map> cardMap = null; + int len = other.len; + + if(size >= len*config.repeat_num) { + + int min_card = other.min_card + 1;//最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + + int max_card = min_card+len -1; //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + + if(!(len>1&&max_card>14)) {//长度如果大于一并且最大的牌 + + int count =0; + cardMap = CardUtil.getCardListMap(cardInhand); + int max = 15; + for(int i=min_card;i<=max;++i) { + + List list =cardMap.get(i); + + if(cardMap.containsKey(i)&&list.size() >=config.repeat_num) { + + //不出炸牌 + if(other.config.type !=Config.TYPE_ZHA && list.size()>=4) { + count=0; + card_list.clear(); + continue; + } + + for(int k=0;k0) { + List tem_list = new ArrayList(); + tem_list.addAll(cardInhand); + CardUtil.removeCard(tem_list, card_list); + + //不把炸牌带出去 + int rcard_size = 0; + rcard: + for(int k=0;k tem_list1 = cardMap.get(card); + if(tem_list1.size()>=4) { + CardUtil.removeCard(tem_list, tem_list1); + rcard_size += 4; + break rcard; + } + } + int with_card_size = config.with_card_num * len; + if(rcard_size == 0) { + with_card_size = tem_list.size()=4) { + if(cardMap==null) { + cardMap = CardUtil.getCardListMap(cardInhand); + } + + for (Entry> entry : cardMap.entrySet()) { + int card = entry.getKey(); + List list = entry.getValue(); + if(list.size() >=4) { + CardGroup ct = new CardGroup(); + ct.config = CardConfig.ZHA; + ct.card_list = list; + ct.len = 1; + ct.min_card = card; + return ct; + } + } + } + return null; + } + + public static boolean checkStartSpring(List cardInhand) { + + boolean bRet = false; + Map cardMap =CardUtil.getCardNumMap(cardInhand); + + if(cardMap.getOrDefault(RoomCard.CARD_3, 0) == 4) { + + bRet = true; + } + else if(cardMap.getOrDefault(RoomCard.CARD_2, 0) == 1 && cardMap.getOrDefault(RoomCard.CARD_A, 0) == 3){ + + bRet = true; + } + + + return bRet; + } + + + public static void main(String[] args) { + + ITObject test = new TObject(); + ITArray card_list = new TArray(); + ITArray card_list2 = new TArray(); + + card_list.addInt(314); + card_list.addInt(214); + card_list.addInt(114); + card_list.addInt(405); + //card_list.addInt(311); + //card_list.addInt(312); + + + + card_list2.addInt(104); + card_list2.addInt(209); + card_list2.addInt(208); + card_list2.addInt(308); + card_list2.addInt(207); + card_list2.addInt(107); + card_list2.addInt(206); + card_list2.addInt(106); + card_list2.addInt(105); + card_list2.addInt(203); + //card_list.addInt(207); + test.putInt("sidaiyi",0); + + List tlist2 = CardUtil.toList(card_list2); + List tlist = CardUtil.toList(card_list); + CardGroup ct = CardCheck.getType(tlist, test ); + System.out.println(ct); + //System.out.println(CheckZiRanChun(tlist,test)); + + /*if(ct.config.type==Config.TYPE_SHUNZI&&ct.config.type==Config.TYPE_LIANDUI&&ct.config.type==Config.TYPE_TUOLAJI) { + boolean cf = false; + List cardOut = ct.card_list; + for (int i = 0; i < cardOut.size(); i++) { + if (cardOut.get(i).cardMod == 1) { + cardOut.get(i).card = cardOut.get(i).card + 13; + cardOut.get(i).cardMod = cardOut.get(i).cardMod + 13; + cf = true; + } + if (cardOut.get(i).cardMod == 2) { + cardOut.get(i).card = cardOut.get(i).card + 13; + cardOut.get(i).cardMod = cardOut.get(i).cardMod + 13; + cf = true; + } + } + if (cf) { + ct.card_list = cardOut; + } + }*/ + //ct.card_list = tlist; + //System.out.println(ct); + if (ct!=null){ + Boolean a = CardCheck.tryType(ct,4,test); + System.out.println("DO:"+a); + + } + /* + if(ct!=null){ + CardGroup ct2 = CardCheck.genOutCard(tlist2, ct,test,false); + System.out.println("A:"+ct2); + }*/ + // CardCheck.tryBig(); + //CardGroup ct = CardCheck.getType(list, owner.room.config); + + + + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/uitl/CardConfig.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/uitl/CardConfig.java new file mode 100644 index 0000000..541d18d --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/uitl/CardConfig.java @@ -0,0 +1,44 @@ +package extend.pk.uitl; + +import extend.pk.Config; + +public enum CardConfig { + DAN( "单牌", Config.TYPE_DANPAI, 1, 1, 1, 1, 0), + DUIZI( "对子", Config.TYPE_DUIZI, 1, 2, 2, 2, 0), + SHUNZI( "顺子", Config.TYPE_SHUNZI, 3, 1, 3, 10, 0), + LIANDUI( "姐妹对", Config.TYPE_LIANDUI, 2, 2, 4, 10, 0), + SAN_2( "三带二", Config.TYPE_3_2, 1, 3, 3, 5, 2), + FEIJI( "飞机", Config.TYPE_FEIJI, 2, 3, 6, 10, 4), + SI_1( "四带一", Config.TYPE_4_1, 1, 4, 5, 5, 1), + SANTIAO( "三条", Config.TYPE_3_0, 3, 1, 3, 3, 0), + + TUOLAJI( "拖拉机", Config.TYPE_TUOLAJI, 3, 2, 6, 10, 0), + + WUDUI( "五小对", Config.TYPE_WUDUI, 10, 1, 10, 10, 0), + + ZHA( "炸弹", Config.TYPE_ZHA, 1, 4, 4, 4, 0); + + public final int type; + public final String name; + public final int min_len; + public final int repeat_num; + public final int min_card_num; + public final int max_card_num; + public final int with_card_num; + + + private CardConfig(String name,int type,int min_len,int repeat_num,int min_card_num,int max_card_num,int with_card_num) { + this.name = name; + this.type = type; + + this.min_len = min_len; + this.repeat_num = repeat_num; + this.min_card_num = min_card_num; + this.max_card_num = max_card_num; + this.with_card_num = with_card_num; + } + + public String toString() { + return this.name; + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/uitl/CardUtil.java b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/uitl/CardUtil.java new file mode 100644 index 0000000..632e961 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/main/java/extend/pk/uitl/CardUtil.java @@ -0,0 +1,377 @@ +package extend.pk.uitl; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.pk.CardObj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class CardUtil { + + + /** + * list to TArray + * + * @param list + * @return + */ + public static final ITArray toTArray(List list) { + ITArray result = new TArray(); + for (CardObj card : list) { + result.addInt(card.card); + } + return result; + } + + public static final CardObj getCard(int eventCard,List cardList) { + for (CardObj card : cardList) { + if(card.cardMod == eventCard) { + return card; + } + } + return null; + } + + public static final CardObj getCard1(int eventCard,List cardList) { + for (CardObj card : cardList) { + if(card.card == eventCard) { + return card; + } + } + return null; + } + + /** + * 检测牌数量 + * + * @param eventCard + * @param cardList + * @param num + * @return + */ + public static final boolean checkCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result == num) + return true; + } + } + return false; + } + + public static final boolean checkGoodCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result >= num) + return true; + } + } + return false; + } + + public static final boolean checkShunZi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard+1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+5, cardList, 1)) + { + result++; + } + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-5, cardList, 1)) + { + result++; + } + } + } + } + } + + if (result >= 4) + { + return true; + } + return false; + } + + public static final boolean checkSevenShunzi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard+1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+5, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+6, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+7, cardList, 1)) + { + result++; + } + } + } + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-5, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-6, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-7, cardList, 1)) + { + result++; + } + } + } + } + } + } + } + + if (result >= 6) + { + return true; + } + return false; + } + + public static final boolean checkFenJi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+1, cardList, 3)) + { + result++; + } + if (checkGoodCard(eventCard-1, cardList, 3)) + { + result++; + } + } + + if (result >= 2) + { + return true; + } + return false; + } + + public static final boolean checkFourDui(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 1)) + { + result++; + } + + if (checkGoodCard(eventCard+1, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 2)) + { + result++; + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 2)) + { + result++; + } + } + } + } + + if (result >= 4) + { + return true; + } + return false; + } + + public static final boolean checkQPai(int eventCard, List cardList) { + int result = 0; + if (eventCard >= 12) + { + result++; + for (CardObj card : cardList) { + if (card.cardMod >= 12) { + result++; + } + } + } + + if (result >= 5) + { + return true; + } + return false; + } + + /** + * TArray to list + * @param list + * @return + */ + public static final List toList(ITArray list) { + List tem = new ArrayList(); + for(int i=0;i getCardNumMap(List cardList) { + Map result = new HashMap(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + return result; + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final void getCardNumMap(Map result,List cardList) { + result.clear(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + public static final void getCardNumMap(Map result,List cardList, CardObj tempCard) { + result.clear(); + result.put(tempCard.cardMod, 1); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final Map> getCardListMap(List cardList) { + Map> result = new HashMap>(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + List list = new ArrayList(); + list.add(card); + result.put(card.cardMod, list); + } else { + List list = result.get(card.cardMod); + list.add(card); + } + } + return result; + } + + static public void removeCard(List cardList, List cards) { + for (int i = 0; i < cards.size(); i++) { + for (int j = 0; j < cardList.size(); j++) { + if (cardList.get(j).card ==cards.get(i).card) { + cardList.remove(j); + break; + } + } + } + } +} diff --git a/puke/chuntian/game_pk_chuntian/src/test/java/game_pk_chuntian/Main.java b/puke/chuntian/game_pk_chuntian/src/test/java/game_pk_chuntian/Main.java new file mode 100644 index 0000000..81ed31b --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/src/test/java/game_pk_chuntian/Main.java @@ -0,0 +1,9 @@ +package game_pk_chuntian; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/CardGroup.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/CardGroup.class new file mode 100644 index 0000000..7604684 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/CardGroup.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/CardObj.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/CardObj.class new file mode 100644 index 0000000..be54551 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/CardObj.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/Config.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/Config.class new file mode 100644 index 0000000..e25bfbd Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/Config.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXActionEvent.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXActionEvent.class new file mode 100644 index 0000000..23ad530 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXActionEvent.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXGameController.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXGameController.class new file mode 100644 index 0000000..fda98d9 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXGameController.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXMainServer.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXMainServer.class new file mode 100644 index 0000000..42bc83e Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXMainServer.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXPlayBack.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXPlayBack.class new file mode 100644 index 0000000..bb5e768 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXPlayBack.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXPlayer.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXPlayer.class new file mode 100644 index 0000000..fa6d0c2 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXPlayer.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXRoom.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXRoom.class new file mode 100644 index 0000000..e9d0f3e Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXRoom.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXScore.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXScore.class new file mode 100644 index 0000000..3d1f2d1 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/EXScore.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/RoomCard.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/RoomCard.class new file mode 100644 index 0000000..f3e959a Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/RoomCard.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/SettleLog.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/SettleLog.class new file mode 100644 index 0000000..e916a1b Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/SettleLog.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerBaoChunState.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerBaoChunState.class new file mode 100644 index 0000000..a7c53e2 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerBaoChunState.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerDiscardState.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..5273fb9 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerDiscardState.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerPassState$1.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerPassState$1.class new file mode 100644 index 0000000..9d61f7d Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerPassState$1.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerPassState.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerPassState.class new file mode 100644 index 0000000..3705aa5 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerPassState.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..a181bd3 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerTongYiBaoChunState.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerTongYiBaoChunState.class new file mode 100644 index 0000000..d28a94f Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/player/state/EXPlayerTongYiBaoChunState.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomBaoChunState.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomBaoChunState.class new file mode 100644 index 0000000..a6b10a9 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomBaoChunState.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomDealState$1$1.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..02a198e Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomDealState$1$1.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomDealState$1.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..ada144e Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomDealState$1.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomDealState.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomDealState.class new file mode 100644 index 0000000..1a842ff Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomDealState.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomPiaoState.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomPiaoState.class new file mode 100644 index 0000000..cd2e584 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomPiaoState.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomSetpState.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..dd923b9 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomSetpState.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomStartGameState.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..480f646 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/room/state/EXRoomStartGameState.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/uitl/CardCheck.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/uitl/CardCheck.class new file mode 100644 index 0000000..6e70e8d Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/uitl/CardCheck.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/uitl/CardConfig.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/uitl/CardConfig.class new file mode 100644 index 0000000..fe1e898 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/uitl/CardConfig.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/uitl/CardUtil.class b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/uitl/CardUtil.class new file mode 100644 index 0000000..e263cf4 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/classes/extend/pk/uitl/CardUtil.class differ diff --git a/puke/chuntian/game_pk_chuntian/target/game_pk_chuntian.jar b/puke/chuntian/game_pk_chuntian/target/game_pk_chuntian.jar new file mode 100644 index 0000000..ea57f94 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/game_pk_chuntian.jar differ diff --git a/puke/chuntian/game_pk_chuntian/target/maven-archiver/pom.properties b/puke/chuntian/game_pk_chuntian/target/maven-archiver/pom.properties new file mode 100644 index 0000000..ff46708 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Tue Jul 30 01:31:23 GMT+08:00 2024 +version=1.0.0 +groupId=com.game +artifactId=game_pk_chuntian diff --git a/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..0575f89 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,28 @@ +extend\pk\player\state\EXPlayerPiaoNiaoTipState.class +extend\pk\room\state\EXRoomDealState$1.class +extend\pk\player\state\EXPlayerTongYiBaoChunState.class +extend\pk\EXPlayer.class +extend\pk\RoomCard.class +extend\pk\room\state\EXRoomSetpState.class +extend\pk\EXMainServer.class +extend\pk\room\state\EXRoomPiaoState.class +extend\pk\player\state\EXPlayerDiscardState.class +extend\pk\CardObj.class +extend\pk\CardGroup.class +extend\pk\player\state\EXPlayerPassState$1.class +extend\pk\EXGameController.class +extend\pk\EXActionEvent.class +extend\pk\SettleLog.class +extend\pk\player\state\EXPlayerBaoChunState.class +extend\pk\room\state\EXRoomStartGameState.class +extend\pk\uitl\CardUtil.class +extend\pk\EXPlayBack.class +extend\pk\room\state\EXRoomDealState.class +extend\pk\Config.class +extend\pk\EXRoom.class +extend\pk\EXScore.class +extend\pk\uitl\CardCheck.class +extend\pk\player\state\EXPlayerPassState.class +extend\pk\uitl\CardConfig.class +extend\pk\room\state\EXRoomDealState$1$1.class +extend\pk\room\state\EXRoomBaoChunState.class diff --git a/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..995c3d8 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,25 @@ +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\Config.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\CardGroup.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\player\state\EXPlayerBaoChunState.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\CardObj.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\uitl\CardCheck.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\player\state\EXPlayerPiaoNiaoTipState.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\uitl\CardConfig.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\player\state\EXPlayerPassState.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\player\state\EXPlayerTongYiBaoChunState.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\room\state\EXRoomPiaoState.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\EXPlayBack.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\SettleLog.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\room\state\EXRoomBaoChunState.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\main\java\extend\pk\RoomCard.java diff --git a/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..f4a0360 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_pk_chuntian\Main.class diff --git a/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..f5433f1 --- /dev/null +++ b/puke/chuntian/game_pk_chuntian/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\puke\chuntian\game_pk_chuntian\src\test\java\game_pk_chuntian\Main.java diff --git a/puke/chuntian/game_pk_chuntian/target/test-classes/game_pk_chuntian/Main.class b/puke/chuntian/game_pk_chuntian/target/test-classes/game_pk_chuntian/Main.class new file mode 100644 index 0000000..e3845e0 Binary files /dev/null and b/puke/chuntian/game_pk_chuntian/target/test-classes/game_pk_chuntian/Main.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/config/game-config.xml b/puke/dazhadan/game_pk_dazhadan/config/game-config.xml new file mode 100644 index 0000000..79b3420 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.3.10 + 192.168.3.10 + 8641 + 8641 + 68 + true + \ No newline at end of file diff --git a/puke/dazhadan/game_pk_dazhadan/config/log4j.properties b/puke/dazhadan/game_pk_dazhadan/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/puke/dazhadan/game_pk_dazhadan/config/taurus-core.xml b/puke/dazhadan/game_pk_dazhadan/config/taurus-core.xml new file mode 100644 index 0000000..2219d52 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/puke/dazhadan/game_pk_dazhadan/config/taurus-permanent.xml b/puke/dazhadan/game_pk_dazhadan/config/taurus-permanent.xml new file mode 100644 index 0000000..f681110 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 2 + + 100 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 10 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - test + extend.pk.EXMainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/puke/dazhadan/game_pk_dazhadan/pom.xml b/puke/dazhadan/game_pk_dazhadan/pom.xml new file mode 100644 index 0000000..bd0d255 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_pk_dazhadan + 1.0.0 + jar + + game_pk_dazhadan + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game_pk_dazhadan + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/CardGroup.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/CardGroup.java new file mode 100644 index 0000000..fc7ee92 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/CardGroup.java @@ -0,0 +1,45 @@ +package extend.pk; + +import java.util.List; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import extend.pk.uitl.CardConfig; + +public class CardGroup { + /** + * 当前type + */ + public CardConfig config; + + public int min_card; + /** + * 长度 + */ + public int len = 1; + + public List card_list; + + public ITArray card_list_mp; + + public ITObject toObject(boolean card_size) { + ITObject obj = TObject.newInstance(); + if (card_size) { + obj.putInt("card_size", card_list.size()); + } else { + obj.putTArray("card_list", card_list_mp); + } + + obj.putInt("type", config.type); + obj.putInt("min_card", min_card); + obj.putInt("len", len); + return obj; + } + + public String toString() { + return "{type:" + config + " min_card:" + min_card + " len:" + len + " list:" + card_list + "}"; + } + +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/CardObj.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/CardObj.java new file mode 100644 index 0000000..bc2d762 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/CardObj.java @@ -0,0 +1,21 @@ +package extend.pk; + +public class CardObj implements Comparable{ + public int card; + public int cardMod; + + public CardObj(int card) { + this.card = card; + this.cardMod = card % 100; + } + + @Override + public int compareTo(CardObj paramT) { + return cardMod == paramT.cardMod ? 0 : cardMod < paramT.cardMod ? -1 : 1; + } + + @Override + public String toString() { + return card + ""; + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/Config.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/Config.java new file mode 100644 index 0000000..e74dec7 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/Config.java @@ -0,0 +1,183 @@ +package extend.pk; + +public class Config { + /** + * 首局出牌规则 + */ + public static final String ROOM_CONFIG_RULE = "rule"; + + public static final int ANCHOU_SCORE = 10; + + /** + * 第一局系统随机选一张先出,随后赢家先出 + */ + public static final int RULE_RANDOM = 2; + + /** + * 飘分玩法 + */ + public static final String ROOM_CONFIG_PIAO = "piao"; + + /** + * 打鸟 + */ + public static final String ROOM_CONFIG_DANIAO = "daniao"; + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + + public static final String KE_BAO_PAI = "ke_bao_pai"; //可包牌 + public static final String XI_YA_SI_YOU_FEN = "xiyasi_youfen"; //喜压死有分 + public static final String QU_DIAO_34 = "qudiao_34"; //去掉34 + public static final String WU_ZHANG_SUAN_XI = "wu_zhang_suan_xi"; //五张算喜 + public static final String KE_ZUO_LIAN_ZI_2 = "kezuolianzi2"; //2可做连子 + public static final String THREE_WANG_SUAN_XI = "suan_wang_suan_xi"; //3王算喜 + public static final String KEYI_DAI_2 = "keyi3dai2"; //允许3带2 + public static final String dan_sun_zi = "dansunzi"; //可以单顺子 + public static final String an_bao = "anbao"; //允许暗包 + public static final String xi_zai_shou_you_fen = "xizaishouyoufen"; //喜在手有分 + + //-------------------------------牌类型--------------------------------- + /* + * 单牌 + */ + public final static int TYPE_DANPAI = 1; + /** + * 对子 + */ + public final static int TYPE_DUIZI = 2; + /** + * 顺子 + */ + public final static int TYPE_SHUNZI = 3; + /** + * 连对 + */ + public final static int TYPE_LIANDUI = 4; + /** + * 3带2 + */ + public final static int TYPE_3_2 = 5; + /** + * 飞机 + */ + public final static int TYPE_FEIJI = 6; + /** + * 4带3 + */ + public final static int TYPE_4_3 = 7; + + /** + * 炸 + */ + public final static int TYPE_ZHA = 8; + + /** + * 4带2 + */ + public final static int TYPE_4_2 = 9; + + /** + * 五十K + */ + public final static int TYPE_5_10_K = 10; + + + //-------------------------------协议--------------------------------- + + public static final String GAME_EVT_MING_PAI = "2117"; + /** + * 发牌协议 + */ + public static final String GAME_EVT_PLAYER_DEAL = "2011"; + /** + * 出牌 + */ + public static final String GAME_DIS_CARD = "1013"; + /** + * 不出 + */ + public static final String GAME_DIS_PASS = "1014"; + /** + * + */ + public static final String GAME_PIAO = "1015"; + /** + * 出牌事件 + */ + public static final String GAME_EVT_DISCARD = "2021"; + /** + * 出牌提示事件 + */ + public static final String GAME_EVT_DISCARD_TIP = "2004"; + /** + * 转盘指向事件 + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "2016"; + /** + * pass事件 + */ + public static final String GAME_EVT_PASS = "2030"; + /** + * 更新喜分数 + */ + public static final String GAME_EVT_UPDATE_XI_SCORE = "2118"; + /** + * 更新抓分 + */ + public static final String GAME_EVT_UPDATE_ZHUA_SCORE = "2119"; + + /** + * 小结算 + */ + public static final String GAME_EVT_RESULT1 = "2007"; + + /** + * 飘鸟提示 + */ + public static final String GAME_EVT_PIAO_TIP = "2031"; + public static final String GAME_EVT_PIAO = "2032"; + + /** + * 出牌错误 + */ + public static final String GAME_EVT_PUT_ERROR = "2111"; + + /** + * 看分 + */ + public static final String GAME_KAN_FEN = "22031"; + + /** + * 看分返回 + */ + public static final String GAME_EVT_KAN_FEN = "22032"; + + /** + * 抢庄 + */ + public static final String GAME_NOTIFY_QIANG_ZHUANG = "22033"; + + /** + * 玩家抢庄 + */ + public static final String GAME_EVT_QIANG_ZHUANG = "22034"; + + /** + * 通知新的庄家 + */ + public static final String GAME_EVT_XIN_ZHUANG_JIA = "22035"; + + public static final int PUT_ERROR_MUST_OUT_MIN = 0; + public static final int PUT_ERROR_INVALID_TYPE = 1; + public static final int PUT_ERROR_MUST_OUT_MAX = 2; + public static final int PUT_ERROR_BOMB_CHAI =3; + + public static final String SETTLE_WIN_COUNT = "winnum"; + public static final String SETTLE_CHUNTIAN_COUNT = "springnum"; + public static final String SETTLE_BOMB_COUNT = "boomnum"; + public static final String SETTLE_MAX_SCORE = "maxscore"; +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXActionEvent.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXActionEvent.java new file mode 100644 index 0000000..34148f2 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXActionEvent.java @@ -0,0 +1,11 @@ +package extend.pk; + +import com.game.ActionEvent; + +public class EXActionEvent extends ActionEvent{ + + public static final String EVENT_DISCARD = "1013"; + public static final String EVENT_PASS = "1014"; + public static final String EVENT_PIAO= "1015"; + public static final String EVENT_QIANG_ZHUANG= "1016"; +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXGameController.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXGameController.java new file mode 100644 index 0000000..1a32b61 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXGameController.java @@ -0,0 +1,641 @@ +package extend.pk; + +import com.game.Constant; +import com.game.GameController; +import com.game.Global; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; +import extend.pk.uitl.CardUtil; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Random; + +/** + * + * + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_DIS_PASS) + public void RouterDisPass(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_PASS, 0, params); + } + + @ActionKey(Config.GAME_PIAO) + public void RouterPiao(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_PIAO, 0, params); + } + + @ActionKey(Config.GAME_KAN_FEN) + public void RouterKanFen(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + player.getRoom().kanFen(player); + } + + @ActionKey(Config.GAME_EVT_QIANG_ZHUANG) + public void RouterQiangZhuang(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_QIANG_ZHUANG, 0, params); + } + + // 改变活动玩家 + public void changeActiveSeat(EXRoom owner, int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("index", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void sendPutError(EXPlayer owner,int code) { + ITObject param = new TObject(); + param.putInt("error", code); + owner.sendEvent(Config.GAME_EVT_PUT_ERROR, param); + } + + /** + * pass + * @param owner + */ + public void pass(EXPlayer owner) { + EXRoom room = owner.getRoom(); + ITObject response = new TObject(); + if(room.lastDiscardSeat != 0 && room.lastDiscardSeat != owner.seat) { + EXPlayer lastPlayer = (EXPlayer)room.playerMapBySeat.get(room.lastDiscardSeat); + if (lastPlayer != null) + { + room.add510kScore(lastPlayer); + } + } + response.putInt("seat", owner.seat); + if (Global.loggerDebug) { + Global.logger.info(owner + " pass!"); + } + owner.pass = true; + owner.last_outcard = null; + EXPlayBack pb = (EXPlayBack)room.playBackData; + pb.addPassCommand(owner.seat); + room.broadCastToClient(0, Config.GAME_EVT_PASS, response); + } + + /** + * 票鸟提示 + * @param owner + */ + public void piaoTipEvent(EXPlayer owner,int reload) { + + ITObject response = new TObject(); + response.putInt("piao", owner.room.config.getInt(Config.ROOM_CONFIG_PIAO)); + response.putInt("reload", reload); + owner.sendEvent(Config.GAME_EVT_PIAO_TIP, response); + } + + + /** + * 抢庄提示 + * @param owner + */ + public void qiangZhuangTipEvent(EXPlayer owner,int reload) { + + ITObject response = new TObject(); + response.putInt("reload", reload); + owner.sendEvent(Config.GAME_NOTIFY_QIANG_ZHUANG, response); + } + + /** + * 票鸟事件 + * @param owner + */ + public void piaoEvent(EXPlayer owner) { + if(owner.piao==-1)return; + + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("piao", owner.piao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAO, param); + } + + /** + * 票鸟事件 + * @param owner + */ + public void qiangZhuangEvent(EXPlayer owner) { + ITObject param = new TObject(); + param.putInt("banker_seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_XIN_ZHUANG_JIA, param); + } + + public void outCard(EXPlayer owner,CardGroup ct) { + EXRoom room = owner.getRoom(); + int curPaiFen = 0; + for(int i = 0; i < ct.card_list.size(); i++) + { + CardObj obj = ct.card_list.get(i); + if (obj.cardMod == 5) + { + room.out510KInhand.add(new CardObj(obj.card)); + curPaiFen += 5; + } + else if (obj.cardMod == 10 || obj.cardMod == 13) + { + room.out510KInhand.add(new CardObj(obj.card)); + curPaiFen += 10; + } + } + + room.curPaiFen += curPaiFen; + + if (ct.config.type == Config.TYPE_ZHA) + { + if (room.config.getBoolean(Config.WU_ZHANG_SUAN_XI)) + { + if (ct.card_list.size() >= 5) + { + room.addAllXiScore(owner, ct.card_list.size()*10); + } + } + else { + if (ct.card_list.size() >= 6) + { + room.addAllXiScore(owner, ct.card_list.size()*10); + } + } + } + + + ITObject response = new TObject(); + response.putInt("player", owner.seat); + response.putInt("pai_fen", room.curPaiFen); + response.putTObject("card_obj", ct.toObject(false)); + + owner.outCards.addAll(ct.card_list); + + room.lastDiscardSeat = owner.seat; + room.discard = ct; + owner.last_outcard = ct; + owner.pass = false; + if (Global.loggerDebug) { + Global.logger.info(owner + " out card:" + ct); + } + EXPlayBack pb = (EXPlayBack)room.playBackData; + pb.addOutCardCommand(owner.seat, ct); + CardUtil.removeCard(owner.cardInhand, ct.card_list); + + response.putInt("remain", owner.cardInhand.size()); + room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + } + + public void dealCard(EXRoom owner) { + if (owner.targetCards.size() == 0) { + owner.card.init(); + } + + int maxDanPai = 0; + int maxDuizi = 0; + int maxSanZhang = 0; + boolean existWhite = false; + boolean existXingyunhao = false; + boolean existGeneral = false; + boolean existBlack = false; + double white_rate = 0; + + ArrayList tmpPlayerList = new ArrayList<>(); + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + tmpPlayerList.add(player); + } + + Collections.shuffle(tmpPlayerList); + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) { + existXingyunhao = true; + } else { + if (player.black_white_status == 0) { + existGeneral = true; + } + else if (player.black_white_status == 1) { + existBlack = true; + } + else if (player.black_white_status == 2) { + existWhite = true; + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + white_rate = 100 - owner.white_value; + Global.logger.info("dealcards playerid:"+player.playerid+ " xingyuhao:"+player.is_white+" white_value:"+owner.white_value); + } + else { + continue; + } + + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, 0, 0, 0); + + Collections.sort(player.cardInhand); + + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (card > maxDanPai) + { + maxDanPai = card; + } + + if (num == 2) + { + if (card > maxDuizi) + { + maxDuizi = card; + } + } + + if (num == 3) + { + if (card > maxSanZhang) + { + maxSanZhang = card; + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 2) + { + white_rate = player.black_white_rate; + Global.logger.info("dealcards playerid:"+player.playerid+ " white player:" + player.black_white_rate); + } + else { + continue; + } + } + + if (!existXingyunhao) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, 0, 0, 0); + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, maxDanPai, maxDuizi, maxSanZhang); + + } + + Collections.sort(player.cardInhand); + + if (!existXingyunhao && (existGeneral || existBlack)) + { + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (card > maxDanPai) + { + maxDanPai = card; + } + + if (num == 2) + { + if (card > maxDuizi) + { + maxDuizi = card; + } + } + + if (num == 3) + { + if (card > maxSanZhang) + { + maxSanZhang = card; + } + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 0) + { + Global.logger.info("dealcards playerid:"+player.playerid+ " general player:" + player.black_white_rate); + } + else { + continue; + } + } + + if (!existXingyunhao && !existWhite) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, white_rate, white_rate, 0, 0, 0); + + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, white_rate, white_rate, maxDanPai, maxDuizi, maxSanZhang); + + } + + Collections.sort(player.cardInhand); + + if (!existXingyunhao && !existWhite && existBlack) + { + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (card > maxDanPai) + { + maxDanPai = card; + } + + if (num == 2) + { + if (card > maxDuizi) + { + maxDuizi = card; + } + } + + if (num == 3) + { + if (card > maxSanZhang) + { + maxSanZhang = card; + } + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 1) + { + Global.logger.info("dealcards playerid:"+player.playerid+ " black player:" + (player.black_white_rate+white_rate)); + } + else { + continue; + } + } + + if (!existXingyunhao && !existWhite && !existGeneral) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate+white_rate, player.black_white_rate+white_rate, 0, 0, 0); + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate+white_rate, player.black_white_rate+white_rate, maxDanPai, maxDuizi, maxSanZhang); + } + + Collections.sort(player.cardInhand); + } + + Global.logger.info("sssss==>" + owner.supCards.size()); + if (owner.targetCards.size() > 0 && owner.adminSeat > 0 && owner.supCards.size() > 0) { + owner.card.cardList = owner.supCards.get(0); + } + + // 如果是首局,需要确定庄家 + if(owner.bankerSeat == 0) { + + int rule = Config.RULE_RANDOM; + if(owner.config.containsKey(Config.ROOM_CONFIG_RULE)) { + rule = owner.config.getInt(Config.ROOM_CONFIG_RULE); + } + + owner.bankerSeat = this.getBankerSeat(owner); + + this.sendPlayerDeal(owner); + // 如果是随机确定庄家 + if(rule == Config.RULE_RANDOM) { + + EXPlayer player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + if(player != null) { + + int len = player.cardInhand.size(); + if(len > 0) { + Random random = new Random(); + int rand_pos = random.nextInt(len); + + //this.sendMingPai(owner, player.cardInhand.get(rand_pos).card); + } + } + } + } + else + { + this.sendPlayerDeal(owner); + } + + } + + /** + * 发生随机牌 用于指示谁首先出牌 + * @param owner + */ + private void sendMingPai(EXRoom owner,int card) { + + ITObject param = new TObject(); + param.putInt("mingpai", card); + + for (Entry entry : owner.playerMapBySeat.entrySet()) { + + EXPlayer exPlayer=(EXPlayer)entry.getValue(); + exPlayer.sendEvent(Config.GAME_EVT_MING_PAI, param); + }; + } + /** + * 发牌 + * @param owner + */ + private void sendPlayerDeal(EXRoom owner){ + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer exPlayer=(EXPlayer)entry.getValue(); + ITObject param = new TObject(); + ITArray handCard = CardUtil.toTArray(exPlayer.cardInhand); + param.putTArray("cards", handCard); + param.putInt("bank_seat", exPlayer.room.bankerSeat); + param.putInt("round", owner.round); + if (Global.loggerDebug) { + Global.logger.info(owner + " deal card:"+exPlayer.cardInhand); + } + exPlayer.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + }; + } + + private int getBankerSeat(EXRoom owner) { + int seat = 0; + + int rule = Config.RULE_RANDOM; + + //如果是兩人的情況 + if (owner.maxPlayers == 2) { + // 如果是随机确定庄家 + if(rule == Config.RULE_RANDOM) { + Random random = new Random(); + seat = random.nextInt(2) + 1; + } + } else { + // 如果是随机确定庄家 + if(rule == Config.RULE_RANDOM) { + Random random = new Random(); + seat = random.nextInt(3) + 1; + } + } + return seat; + } + + public void discardTipEvent(EXPlayer owner) { + ITObject param = new TObject(); + boolean gen = (owner.getRoom().lastDiscardSeat != 0 &&owner.getRoom().lastDiscardSeat != owner.seat); + param.putInt("play", gen ? 1 : 0); + + if (!gen) + { + param.putInt("pass", 1); + } + else { + param.putInt("pass", 0); + } + + if(gen) { + param.putTObject("card_obj", owner.getRoom().discard.toObject(true)); + + } + // 如果可以不出 + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, param); + } + + private ITObject getRoomResultData(EXRoom owner,boolean total) { + + ITObject mp = TObject.newInstance(); + + EXPlayer win = owner.win; + + ITArray info = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player=(EXPlayer)entry.getValue(); + ITObject obj = TObject.newInstance(); + obj.putInt("seat", player.seat); + obj.putInt("you_seat", player.you_seat); + obj.putInt("score", player.score.total_score); + obj.putInt("winscore", player.score.round_score); + obj.putInt("zhuascore", player.zhuaScore); + obj.putInt("xiscore", player.xiScore); + obj.putInt("huascore", player.huaScore); + player.hp_info(obj); + obj.putInt("thisboomnum", player.boomnum); + obj.putInt("piao", player.piao); + obj.putTArray("cards", CardUtil.toTArray(player.cardInhand)); + obj.putBoolean("chuntian", player.chuntian); + + obj.putTArray("handCards", CardUtil.toTArray(player.cardInhand)); + obj.putTArray("outCards", CardUtil.toTArray(player.outCards)); + + if(total) { + obj.putInt("daniao", player.daniaoScore); + obj.putInt("award", player.bonusScore); + + obj.putInt("one_you", player.one_you); + obj.putInt("two_you", player.two_you); + obj.putInt("three_you", player.three_you); + obj.putInt("four_you", player.four_you); + + obj.putInt("xi_fen_count", player.xi_fen_count); + + if(owner.endType == Constant.END_TYPE_ENTRUST) { + obj.putInt("entrust", player.entrust ? 1 : 0); + } + obj.putTObject("settle_log", player.settleLog.toTObject()); + obj.putInt("total_score", player.score.total_score); + + } + info.addTObject(obj); + } + if(win != null) { + mp.putInt("winseat",win.seat); + } + else { + mp.putInt("winseat",0); + } + mp.putTArray("remaincards", CardUtil.toTArray(owner.card.cardList)); + mp.putTArray("info", info); + mp.putInt("xipai_score", owner.xi_pai_score); + return mp; + } + + public void roomResult(EXRoom owner) { + + ITObject result = getRoomResultData(owner,false); + result.putInt("type", 0); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, result); + } + + /** + * 房间大结算 + * @param owner + * @param dissmiss + */ + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + + ITObject result = getRoomResultData(owner,true); + + long t = System.currentTimeMillis() / 1000; + result.putLong("time", t); + result.putInt("type", dissmiss?2:1); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, result); + } + +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXMainServer.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXMainServer.java new file mode 100644 index 0000000..f1acd53 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXMainServer.java @@ -0,0 +1,67 @@ +package extend.pk; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.room.state.RoomStartGameState; + +import extend.pk.player.state.EXPlayerDiscardState; +import extend.pk.player.state.EXPlayerPassState; +import extend.pk.player.state.EXPlayerPiaoNiaoTipState; +import extend.pk.player.state.EXPlayerQiangZhuangState; +import extend.pk.room.state.*; + +/** + * + * + */ +public class EXMainServer extends MainServer { + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController) Global.gameCtr; + registerState(); + } + + private final void registerState() { + + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + Global.registerState(EXRoomPiaoState.class, new EXRoomPiaoState()); + + Global.registerState(EXRoomQiangZhuangState.class, new EXRoomQiangZhuangState()); + + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerPassState.class, new EXPlayerPassState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + Global.registerState(EXPlayerQiangZhuangState.class, new EXPlayerQiangZhuangState()); + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXPlayBack.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXPlayBack.java new file mode 100644 index 0000000..c885fb5 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXPlayBack.java @@ -0,0 +1,50 @@ +package extend.pk; + + +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import extend.pk.uitl.CardUtil; + +public class EXPlayBack extends BasePlayBack{ + + public EXPlayBack(EXRoom room) { + super(room); + info.putInt("left_card", room.card.getCount()); + } + + protected ITObject getPlayerInfo(Player p) { + + EXPlayer player = (EXPlayer)p; + ITObject obj =super.getPlayerInfo(player); + ITArray cardInhand = CardUtil.toTArray(player.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + obj.putInt("piao", player.piao); + + player.hp_info(obj); + return obj; + } + + public void addOutCardCommand(int seat, CardGroup ct) { + ITObject cmdData = ct.toObject(false); + addCommand("OutCard", seat, cmdData); + } + + public void addPassCommand(int seat) { + ITObject cmdData = TObject.newInstance(); + addCommand("pass", seat, cmdData); + } + + public void addNewRoundCommand() { + ITObject cmdData = TObject.newInstance(); + addCommand("newindex", 0, cmdData); + } + + public void addResultCommand(int seat,ITObject cmdData) { + addCommand("result", seat, cmdData); + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXPlayer.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXPlayer.java new file mode 100644 index 0000000..6167fed --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXPlayer.java @@ -0,0 +1,145 @@ +package extend.pk; + +import java.util.ArrayList; +import java.util.List; + +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITObject; + +import extend.pk.uitl.CardUtil; + + + +/** + * + * + */ +public class EXPlayer extends Player { + + /**默认action时间 20s*/ + public static final int DEFAULT_ACTION_TIME = 20000; + /**默认托管时间 1s*/ + public static final int DEFAULT_ENTRUST_TIME = 1000; + /** + * 默认准备时间 20s + */ + public static final int DEFAULT_READY_TIME = 20000; + + // 手牌 + public List cardInhand; + + //打出的牌 + public List outCards; + + public CardGroup last_outcard; + public boolean pass; + + // 放作弊场第一张牌是否关闭 + public int open = 0; + + /**春天 */ + public boolean chuntian; + + /**是否有红桃10*/ + public boolean isHaveRedTen; + + public SettleLog settleLog; + + public int boomnum = 0; + public int piao = -1; + public int daniaoScore = 0; + public int bonusScore = 0; + public int zhuaScore = 0; + public int xiScore = 0; + public int qiangZhuang = -1; + public int huaScore = 0; + public int one_you = 0; + public int two_you = 0; + public int three_you = 0; + public int four_you = 0; + public int xi_fen_count = 0; + public int you_seat = 0; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + cardInhand = new ArrayList<>(); + outCards = new ArrayList<>(); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_WIN_COUNT, 0); + settleLog.put(Config.SETTLE_CHUNTIAN_COUNT, 0); + settleLog.put(Config.SETTLE_BOMB_COUNT, 0); + settleLog.put(Config.SETTLE_MAX_SCORE, 0); + } + + protected Score newScore() { + return new EXScore(this); + } + + @Override + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + playerData.putInt("card_size", this.cardInhand.size()); + playerData.putInt("piao", this.piao); + playerData.putInt("qiang_zhuang", this.qiangZhuang); + if(last_outcard!=null) { + playerData.putTObject("last_outcard", last_outcard.toObject(false)); + } + + if(this.room.isplaying == false) { + playerData.putTArray("cards", CardUtil.toTArray(this.cardInhand)); + + playerData.putTArray("handCards", CardUtil.toTArray(this.cardInhand)); + playerData.putTArray("outCards", CardUtil.toTArray(this.outCards)); + + playerData.putInt("score", score.total_score); + playerData.putInt("winscore", score.round_score); + playerData.putInt("zhuascore", this.zhuaScore); + playerData.putInt("xiscore", this.xiScore); + playerData.putInt("hua_score", this.huaScore); + playerData.putInt("thisboomnum", boomnum); + playerData.putInt("open", open); + } + return playerData; + } + + @Override + public ITObject getInfo() { + ITObject playerData = super.getInfo(); + playerData.putInt("score", score.total_score); + return playerData; + } + + + public void clear() { + super.clear(); + + } + + public void clearEx() { + + this.score.resetRound(); + this.cardInhand.clear(); + this.outCards.clear(); + this.last_outcard = null; + this.pass = false; + this.chuntian =false; + this.isHaveRedTen=false; + this.open = 0; + this.boomnum = 0; + this.piao = -1; + this.daniaoScore = 0; + this.zhuaScore = 0; + this.xiScore = 0; + this.huaScore = 0; + this.qiangZhuang = -1; + this.you_seat = 0; + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXRoom.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXRoom.java new file mode 100644 index 0000000..e3df351 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXRoom.java @@ -0,0 +1,391 @@ +package extend.pk; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + + +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.pk.uitl.CardConfig; +import extend.pk.uitl.CardUtil; + +public class EXRoom extends Room { + public RoomCard card; + + /**上次打牌的座位*/ + public int lastDiscardSeat; + + /**打出牌的集合 */ + public CardGroup discard; + public int curPaiFen; + + public EXPlayer win; + + public Map card_config_map; + + public int piaoCount = 0; + + public List> supCards; + public List targetCards; + public int adminSeat = 0; + + public int chooseover = 0; + + public List out510KInhand; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + out510KInhand = new ArrayList<>(); + card = new RoomCard(this, 23,maxPlayers); + card_config_map = new HashMap(); + card_config_map.put(CardConfig.DAN.type, CardConfig.DAN); + card_config_map.put(CardConfig.DUIZI.type, CardConfig.DUIZI); + card_config_map.put(CardConfig.LIANDUI.type, CardConfig.LIANDUI); + card_config_map.put(CardConfig.SHUNZI.type, CardConfig.SHUNZI); + card_config_map.put(CardConfig.ZHA.type, CardConfig.ZHA); + card_config_map.put(CardConfig.WUSHIK.type, CardConfig.WUSHIK); + + boolean sandai_2 = this.config.getBoolean(Config.KEYI_DAI_2); + if(sandai_2) { + card_config_map.put(CardConfig.SAN_2.type, CardConfig.SAN_2); + card_config_map.put(CardConfig.FEIJI.type, CardConfig.FEIJI); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + if (!this.config.containsKey(Config.KE_BAO_PAI)) + { + this.config.putBoolean(Config.KE_BAO_PAI, false); + } + if (!this.config.containsKey(Config.QU_DIAO_34)) + { + this.config.putBoolean(Config.QU_DIAO_34, false); + } + if (!this.config.containsKey(Config.XI_YA_SI_YOU_FEN)) + { + this.config.putBoolean(Config.XI_YA_SI_YOU_FEN, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + if (!this.config.containsKey(Config.WU_ZHANG_SUAN_XI)) + { + this.config.putBoolean(Config.WU_ZHANG_SUAN_XI, false); + } + if (!this.config.containsKey(Config.KE_ZUO_LIAN_ZI_2)) + { + this.config.putBoolean(Config.KE_ZUO_LIAN_ZI_2, false); + } + if (!this.config.containsKey(Config.THREE_WANG_SUAN_XI)) + { + this.config.putBoolean(Config.THREE_WANG_SUAN_XI, false); + } + if (!this.config.containsKey(Config.KEYI_DAI_2)) + { + this.config.putBoolean(Config.KEYI_DAI_2, false); + } + if (!this.config.containsKey(Config.dan_sun_zi)) + { + this.config.putBoolean(Config.dan_sun_zi, false); + } + if (!this.config.containsKey(Config.an_bao)) + { + this.config.putBoolean(Config.an_bao, false); + } + if (!this.config.containsKey(Config.xi_zai_shou_you_fen)) + { + this.config.putBoolean(Config.xi_zai_shou_you_fen, false); + } + + this.isEntrust = true; + + this.supCards = new ArrayList<>(); + this.targetCards = new ArrayList<>(); + this.adminSeat = 0; + this.chooseover = 0; + } + + public void clear() { + super.clear(); + + } + + public void clearEx() { + this.activeSeat = 0; + this.discard = null; + this.lastDiscardSeat = 0; + this.win = null; + this.curPaiFen = 0; + this.out510KInhand.clear(); + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + + data.putTArray("hand_card", CardUtil.toTArray(p.cardInhand)); + + data.putTArray("handCards", CardUtil.toTArray(p.cardInhand)); + data.putTArray("outCards", CardUtil.toTArray(p.outCards)); + + data.putInt("open", p.open); + + data.putInt("last_outcard_seat", this.lastDiscardSeat); + + // 游戏结束 + if(this.isplaying == false) { + + if(this.win != null) { + data.putInt("winseat", this.win.seat); + } + else + { + data.putInt("winseat", 0); + } + if(this.card.getCount() > 0) { + data.putTArray("remaincards", CardUtil.toTArray(this.card.cardList)); + } + } + + return data; + } + + /** + * + * */ + private int reMultipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score / this.hpData.getInt("times")); + } + } + return score; + } + + public void addScore(EXPlayer destPlayer, EXPlayer fromPlayer, int score, int type) { + //// + if(multipleScore(score) > fromPlayer.hp.cur_hp) { + score = reMultipleScore((int)fromPlayer.hp.cur_hp); + // fromPlayer.hp.cur_hp -= multipleScore(score); //不能在这里扣 + } + // + + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + } + + /** + * 变更炸弹积分 + * @param destPlayer + */ + public void addAllXiScore(EXPlayer destPlayer, int score) { + TArray seatData=TArray.newInstance(); + destPlayer.xi_fen_count++; + for (Entry entry : this.playerMapByPlaying.entrySet()) { + EXPlayer fromPlayer = (EXPlayer)entry.getValue(); + ITObject seatListData = TObject.newInstance(); + if(fromPlayer != destPlayer) { + this.addScore(destPlayer, fromPlayer, score, EXScore.XI_FEN); + destPlayer.xiScore += score; + fromPlayer.xiScore -= score; + seatListData.putInt("xi_score", fromPlayer.xiScore); + seatListData.putInt("aid", fromPlayer.playerid); + seatData.addTObject(seatListData); + } + } + for (Entry entry : this.playerMapByPlaying.entrySet()) { + EXPlayer fromPlayer = (EXPlayer)entry.getValue(); + ITObject seatListData = TObject.newInstance(); + if(fromPlayer == destPlayer) { + seatListData.putInt("xi_score", destPlayer.xiScore); + seatListData.putInt("aid", destPlayer.playerid); + seatData.addTObject(seatListData); + } + } + TObject allData=TObject.newInstance(); + allData.putTArray("gold_list", seatData); + this.broadCastToClient(0, Config.GAME_EVT_UPDATE_XI_SCORE, allData); + } + + public void kanFen(EXPlayer destPlayer) { + TObject allData=TObject.newInstance(); + allData.putTArray("pai_list", CardUtil.toTArray(this.out510KInhand)); + MainServer.instance.sendEvent(Config.GAME_EVT_KAN_FEN, allData, destPlayer.sender); + } + + /** + * 变更5_10_K积分 + * @param destPlayer + */ + public void add510kScore(EXPlayer destPlayer) { + TArray seatData=TArray.newInstance(); + destPlayer.zhuaScore += curPaiFen; + for (Entry entry : this.playerMapByPlaying.entrySet()) { + EXPlayer fromPlayer = (EXPlayer)entry.getValue(); + ITObject seatListData = TObject.newInstance(); + if(fromPlayer != destPlayer) { + //this.addScore(destPlayer, fromPlayer, curPaiFen, EXScore.ZHUA_FEN); + seatListData.putInt("zhua_score", fromPlayer.zhuaScore); + seatListData.putInt("aid", fromPlayer.playerid); + seatData.addTObject(seatListData); + }else{ + seatListData.putInt("zhua_score", destPlayer.zhuaScore); + seatListData.putInt("aid", destPlayer.playerid); + seatData.addTObject(seatListData); + } + } + TObject allData=TObject.newInstance(); + allData.putTArray("gold_list", seatData); + this.broadCastToClient(0, Config.GAME_EVT_UPDATE_ZHUA_SCORE, allData); + this.curPaiFen = 0; + } + + /** + * 变更游戏积分 + * @param destPlayer + */ + public void addAllScore(EXPlayer destPlayer) { + + EXPlayer dp = (EXPlayer)destPlayer; + + for (Entry entry : this.playerMapByPlaying.entrySet()) { + + EXPlayer fromPlayer = (EXPlayer)entry.getValue(); + if(fromPlayer != destPlayer) { + if (destPlayer.zhuaScore >= fromPlayer.zhuaScore) + { + destPlayer.huaScore += 80; + fromPlayer.huaScore -= 80; + addScore(destPlayer, fromPlayer, 80, EXScore.WIN); + } + else { + destPlayer.huaScore += 40; + fromPlayer.huaScore -= 40; + addScore(destPlayer, fromPlayer, 40, EXScore.WIN); + } + addScore(destPlayer, fromPlayer, destPlayer.zhuaScore-fromPlayer.zhuaScore, EXScore.WIN); + } + + if (fromPlayer.seat == destPlayer.seat) + { + fromPlayer.you_seat = 1; + fromPlayer.one_you++; + } + else { + if (destPlayer.getRoom().maxPlayers == 2) + { + fromPlayer.you_seat = 2; + fromPlayer.two_you++; + } + else { + if (fromPlayer.seat > destPlayer.seat) + { + fromPlayer.you_seat = ((fromPlayer.seat - destPlayer.seat) % destPlayer.getRoom().maxPlayers) + 1; + } + else { + fromPlayer.you_seat = ((fromPlayer.seat + destPlayer.getRoom().maxPlayers - destPlayer.seat)%destPlayer.getRoom().maxPlayers) + 1; + } + } + } + + if (fromPlayer.you_seat == 1) + { + fromPlayer.one_you++; + } + else if (fromPlayer.you_seat == 2) + { + fromPlayer.two_you++; + } + else if (fromPlayer.you_seat == 3) + { + fromPlayer.three_you++; + } + else if (fromPlayer.you_seat == 4) + { + fromPlayer.four_you++; + } + } + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + @Override + public void endGame() { + addAllScore(win); + + this.chooseover = 0; + + EXPlayBack pb = (EXPlayBack)this.playBackData; + + + ITObject pbResult = TObject.newInstance(); + + ITArray info = new TArray(); + for (Entry entry : playerMapByPlaying.entrySet()) { + EXPlayer player=(EXPlayer)entry.getValue(); + ITObject obj = TObject.newInstance(); + obj.putInt("seat", player.seat); + obj.putInt("score", player.score.round_score); + obj.putInt("xi_score", player.xiScore); + obj.putInt("zhua_score", player.zhuaScore); + obj.putInt("hua_score", player.huaScore); + obj.putBoolean("entrust", player.entrust); + info.addTObject(obj); + } + pbResult.putTArray("result", info); + + pb.addResultCommand(win.seat, pbResult); + + pb.addNewRoundCommand(); + super.endGame(); + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXScore.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXScore.java new file mode 100644 index 0000000..0616135 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/EXScore.java @@ -0,0 +1,18 @@ +package extend.pk; + +import com.game.data.Score; + +public class EXScore extends Score { + public static final int WIN = 1; + public static final int XI_FEN = 2; + + + public EXScore(EXPlayer owner) { + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(XI_FEN, 0); + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/RoomCard.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/RoomCard.java new file mode 100644 index 0000000..96fdb6b --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/RoomCard.java @@ -0,0 +1,784 @@ +package extend.pk; + +import com.game.Global; +import extend.pk.uitl.CardUtil; + +import java.util.*; + +public class RoomCard { + + public static final int HEART_TEN = 310; + public static final int CARD_A = 14; + public static final int CARD_2 = 15; + public static final int CARD_XIAOWANG = 516; + public static final int CARD_DAWAN = 617; + public static final int CARD_3 = 3; + public List cardList; + public List cardListTemp; + EXRoom room; + int num; + int maxPlayer; + Random rand = new Random(); + + int boomNumLimit = rand.nextInt(2) + 2; + int sangzhangNumLimit = rand.nextInt(5) + 10; + + int totalBoomNum = 0; + int totalSanZhangNum = 0; + + public RoomCard(EXRoom table,int num,int maxPlayer) { + this.cardList = new ArrayList(); + this.cardListTemp = new ArrayList(); + this.room = table; + this.num = num; + this.maxPlayer = maxPlayer; + } + + public void init() { + this.boomNumLimit = rand.nextInt(2) + 2; + this.sangzhangNumLimit = rand.nextInt(5) + 10; + + this.totalBoomNum = 0; + this.totalSanZhangNum = 0; + this.cardList.clear(); + this.initCard(); + int currentBoomNum = 0; + int currentSanZhangNum = 0; + Map result = new HashMap(); + do { + currentBoomNum = 0; + currentSanZhangNum = 0; + this.shuffle(); + for(int i = 0; i entry : result.entrySet()) { + if(entry.getValue() >= 4) { + currentBoomNum++; + } + else if(entry.getValue() == 3) { + currentSanZhangNum++; + } + } + } + } + }while((currentBoomNum + totalBoomNum > boomNumLimit) || (currentSanZhangNum + totalSanZhangNum > sangzhangNumLimit)); + } + + private void initCard() { + int pai_num = 2; + if (this.room.maxPlayers > 2) + { + pai_num = 4; + } + + for(int i = 0; i < pai_num; i++) + { + if (this.room.config.getBoolean(Config.QU_DIAO_34)) + { + for (int index = 5; index <= 15; index++) { + // 方片 + this.cardList.add(new CardObj(100 + index)); + // 梅花 + this.cardList.add(new CardObj(200 + index)); + // 红桃 + this.cardList.add(new CardObj(300 + index)); + // 黑桃 + this.cardList.add(new CardObj(400 + index)); + } + + this.cardList.add(new CardObj(CARD_XIAOWANG)); + this.cardList.add(new CardObj(CARD_DAWAN)); + + } + else { + for (int index = 3; index <= 15; index++) { + // 方片 + this.cardList.add(new CardObj(100 + index)); + // 梅花 + this.cardList.add(new CardObj(200 + index)); + // 红桃 + this.cardList.add(new CardObj(300 + index)); + // 黑桃 + this.cardList.add(new CardObj(400 + index)); + } + this.cardList.add(new CardObj(CARD_XIAOWANG)); + this.cardList.add(new CardObj(CARD_DAWAN)); + } + } + + + + rand.setSeed(System.currentTimeMillis()); + int len = this.cardList.size(); + for(int i = 0; i < len; i++) { + + int randpos = rand.nextInt(1000000000) % len; + CardObj cotemp = this.cardList.get(i); + + this.cardList.set(i, this.cardList.get(randpos)); + this.cardList.set(randpos,cotemp); + } + + Global.logger.info("RoomCard initCard(): "+this.cardList); + } + + private void shuffle() { + for(int i = 0; i < 100; i++) + { + Collections.shuffle(this.cardList); + } + Random rand = new Random(); + int len = this.cardList.size(); + + for(int i = 0; i < 10000; i++) { + rand.setSeed(System.currentTimeMillis()); + int start = rand.nextInt(len); + int end = rand.nextInt(len); + + CardObj co = this.cardList.get(start); + this.cardList.set(start, this.cardList.get(end)); + this.cardList.set(end, co); + } + } + + public CardObj pop() { + CardObj card = this.cardList.remove(0); + return card; + } + + public int getCount() { + return this.cardList.size(); + } + + public List deal0(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + + dealCards.add(new CardObj(415)); + dealCards.add(new CardObj(214)); + dealCards.add(new CardObj(314)); + dealCards.add(new CardObj(414)); + + dealCards.add(new CardObj(204)); + dealCards.add(new CardObj(304)); + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(110)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(207)); + dealCards.add(new CardObj(307)); + + dealCards.add(new CardObj(208)); + dealCards.add(new CardObj(209)); + } + + return dealCards; + } + + public List deal1(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(103)); + dealCards.add(new CardObj(203)); + dealCards.add(new CardObj(303)); + + dealCards.add(new CardObj(104)); + dealCards.add(new CardObj(204)); + dealCards.add(new CardObj(304)); + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(110)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(207)); + dealCards.add(new CardObj(307)); + + dealCards.add(new CardObj(208)); + dealCards.add(new CardObj(209)); + } + + return dealCards; + } + + + public List deal2(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + dealCards.add(new CardObj(105)); + dealCards.add(new CardObj(205)); + dealCards.add(new CardObj(305)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(108)); + + dealCards.add(new CardObj(110)); + + } + else if(seat == 2) { + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(209)); + dealCards.add(new CardObj(309)); + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(210)); + dealCards.add(new CardObj(310)); + + //dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List deal3(int seat){ + + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(107)); + + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(108)); + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(111)); + dealCards.add(new CardObj(112)); + dealCards.add(new CardObj(113)); + dealCards.add(new CardObj(114)); + dealCards.add(new CardObj(215)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List deal4(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(207)); + dealCards.add(new CardObj(307)); + + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(208)); + dealCards.add(new CardObj(308)); + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(209)); + dealCards.add(new CardObj(309)); + + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(210)); + dealCards.add(new CardObj(310)); + dealCards.add(new CardObj(410)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List deal6(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(103)); + dealCards.add(new CardObj(203)); + + dealCards.add(new CardObj(104)); + dealCards.add(new CardObj(204)); + + dealCards.add(new CardObj(105)); + dealCards.add(new CardObj(105)); + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(106)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(107)); + + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(108)); + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(109)); + + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(110)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List dealTest(int seat){ + + List dealCards = deal2(seat); + if(dealCards == null || dealCards.size() == 0) { + + dealCards = deal(); + } + + return dealCards; + } + + // 发牌 + public List deal(boolean room_white, boolean is_white, double room_rate, int white_black_status, double black_white_rate, double black_black_rate, int maxDanPai, int maxDuizi, int maxSanZhang) { + List dealCards = new ArrayList(); + shuffle(); + + double rand1 = Math.random() % 100 * 100; + for (int index = 0; index < this.num ; index++) { + if (room_white && is_white) + { + if (rand1 > room_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards xingyun card"); + } + } + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else { + if (white_black_status == 2) { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards white card"); + } + } + + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else if (white_black_status == 1) { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards black card"); + } + } +; + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, true, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, true, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else { + if (room_white && rand1 > room_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards general cha card"); + } + } + + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards general cha card"); + } + } + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + /*if (isGooodCard2(tempCard.cardMod, dealCards, false, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + */ + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + } + } + } + shuffle(); + + Map result = new HashMap(); + CardUtil.getCardNumMap(result, dealCards); + for(Map.Entry entry : result.entrySet()) { + if(entry.getValue() >= 4) { + this.totalBoomNum++; + } + else if(entry.getValue() == 3) { + this.totalSanZhangNum++; + } + } + + return dealCards; + } + + boolean isGooodCard(int card, List dealCards, boolean black, int maxDanPai, int maxDuizi, int maxSanZhang) + { + if (isGooodCard2(card, dealCards, black, maxDanPai, maxDuizi, maxSanZhang)) { + return true; + } + + if (maxDanPai != 0) + { + if (card >= maxDanPai) + { + return true; + } + } + + if (maxDanPai != 0) + { + if (CardUtil.checkGoodCard(card, dealCards, 1)) { + if (card >= maxDuizi) + { + return true; + } + } + } + + if (maxDanPai != 0) + { + if (CardUtil.checkGoodCard(card, dealCards, 2)) { + if (card >= maxSanZhang) + { + return true; + } + } + } + + return false; + } + + boolean isGooodCard2(int card, List dealCards, boolean black, int maxDanPai, int maxDuizi, int maxSanZhang) + { + double rand = Math.random() % 100 * 100; + if (black) + { + if (CardUtil.checkGoodCard(card, dealCards, 3) && rand < 70) { + Global.logger.info("remove zhadan"); + return true; + } + + if (CardUtil.checkFenJi(card, dealCards) && rand < 70) + { + Global.logger.info("remove feiji"); + return true; + } + + if (CardUtil.checkSevenShunzi(card, dealCards) && rand < 70) + { + Global.logger.info("remove sevent shun zi"); + return true; + } + + if (CardUtil.checkFourDui(card, dealCards) && rand < 70) + { + Global.logger.info("remove four dui"); + return true; + } + + if (CardUtil.checkQPai(card, dealCards) && rand < 70) + { + Global.logger.info("remove checkQPai"); + return true; + } + } + else { + if (CardUtil.checkGoodCard(card, dealCards, 3) && rand < 50) { + Global.logger.info("remove zhadan"); + return true; + } + + if (CardUtil.checkFenJi(card, dealCards) && rand < 50) + { + Global.logger.info("remove feiji"); + return true; + } + + if (CardUtil.checkSevenShunzi(card, dealCards) && rand < 50) + { + Global.logger.info("remove sevent shun zi"); + return true; + } + + if (CardUtil.checkFourDui(card, dealCards) && rand < 50) + { + Global.logger.info("remove four dui"); + return true; + } + + if (CardUtil.checkQPai(card, dealCards) && rand < 50) + { + Global.logger.info("remove checkQPai"); + return true; + } + } + + + return false; + } + + public List deal() { + List dealCards = new ArrayList(); + + for (int index = 0; index < this.num ; index++) { + dealCards.add(this.pop()); + } + + Map result = new HashMap(); + CardUtil.getCardNumMap(result, dealCards); + for(Map.Entry entry : result.entrySet()) { + if(entry.getValue() >= 4) { + this.totalBoomNum++; + } + else if(entry.getValue() == 3) { + this.totalSanZhangNum++; + } + } + + return dealCards; + } + +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/SettleLog.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/SettleLog.java new file mode 100644 index 0000000..eb6b8c6 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/SettleLog.java @@ -0,0 +1,44 @@ +package extend.pk; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class SettleLog { + private Map log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..34ac955 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java @@ -0,0 +1,264 @@ +package extend.pk.player.state; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map; + +import com.game.Global; +import com.game.Router; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TObject; +import extend.pk.CardGroup; +import extend.pk.CardObj; +import extend.pk.Config; +import extend.pk.EXActionEvent; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.RoomCard; +import extend.pk.room.state.EXRoomSetpState; +import extend.pk.uitl.CardCheck; +import extend.pk.uitl.CardConfig; +import extend.pk.uitl.CardUtil; + +/** + * 等待玩家出牌状态 + * + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + // 设置防作弊场开牌的标志 + owner.open = 1; + + EXRoom room = owner.getRoom(); + + //如果最后一次的打牌的座位不等于零并且最后一次打牌的座位不等于自己 + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + if (owner.cardInhand.size() == 0) { + EXPlayer lastPlayer = (EXPlayer)room.playerMapBySeat.get(room.lastDiscardSeat); + if (lastPlayer != null) + { + room.add510kScore(lastPlayer); + } + this.over(owner); + return; + } + + CardGroup big_ct = CardCheck.genOutCard(owner.cardInhand, room.discard,room.config, false); + if(big_ct==null) { + owner.stateMachine.changeState(Global.getState(EXPlayerPassState.class)); + return; + } + } + else { + room.curPaiFen = 0; + if (owner.cardInhand.size() == 0) { + this.over(owner); + return; + } + } + EXMainServer.gameCtr.discardTipEvent(owner); + + owner.startActionTimer(); + } + + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.discardTipEvent(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + public void over(EXPlayer owner) { + EXRoom room = owner.getRoom(); + room.bankerSeat = owner.seat; + room.win = owner; + room.endGame(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + + ITObject netParam = (ITObject) param; + ITArray card_list = netParam.getTArray("card"); + ITArray all_card = netParam.getTArray("all_card"); + + if (all_card != null) + { + ArrayList temCardList = new ArrayList(); + for(int i=0;i< all_card.size();++i) { + temCardList.add(all_card.getInt(i)); + } + Collections.sort(temCardList); + + ArrayList temCardList2 = new ArrayList(); + for(int i=0;i< owner.cardInhand.size();++i) { + temCardList2.add(owner.cardInhand.get(i).card); + } + Collections.sort(temCardList2); + + if (!temCardList.equals(temCardList2)) + { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + } + + // 如果出的牌的个数为0 或者大于手牌的数目 则是非法的 + if (card_list.size() == 0 || card_list.size() > owner.cardInhand.size()) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + + List list = CardUtil.toList(card_list); + + for(CardObj card : list) { + + boolean bNotExisted = false; + + for(CardObj handc : owner.cardInhand) { + if(card.card == handc.card) { + bNotExisted = true; + break; + } + } + + if(bNotExisted == false) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + } + + CardGroup ct = CardCheck.getType(list, owner.room.config); + if(ct == null) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + + //验证客户端发过来的类型 + if(!CardCheck.tryType(ct,owner.cardInhand.size(),owner.room.config)) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + + doAction(owner,ct,false); + break; + + case EXActionEvent.EVENT_PASS: + + pass(owner); + + break; + case EXActionEvent.EVENT_OFFLINE: + owner.startActionTimer(); + break; + case EXActionEvent.EVENT_TIMER_AUTO: + case EXActionEvent.EVENT_ENTRUST: + + AutoOut(owner); + break; + } + } + + private void AutoOut(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + + CardGroup big_ct = null; + EXPlayer playerNext = (EXPlayer)room.playerMapBySeat.get(owner.nextSeat); + if(playerNext != null && room.discard.config.type ==Config.TYPE_DANPAI && playerNext.cardInhand.size() == 1) { + + Map> cardMap =CardUtil.getCardListMap(owner.cardInhand); + big_ct = CardCheck.selectDanpai(cardMap,room.discard,room.config,true); + }else { + big_ct = CardCheck.tryBig(owner.cardInhand, room.discard); + } + + if (big_ct != null) { + big_ct.card_list_mp = CardUtil.toTArray(big_ct.card_list); + doAction(owner,big_ct,true); + } else { + Global.logger.info("big_ct == null pass !!!!!!!!!!!!"); + pass(owner); + } + + }else { + + // 在托管或者自动出牌的时候 系统先出炸弹,如果炸弹没有 再出单张 + // 将来可以把这个函数做的能智能一些,不光可以出炸弹 也可以出顺子飞机等等 + CardGroup out_ct = CardCheck.autoOut(owner.cardInhand, owner.room.config); + if(out_ct == null) { + + out_ct = new CardGroup(); + List out_list = new ArrayList<>(); + out_ct.card_list = out_list; + out_ct.config = CardConfig.DAN; + out_ct.len = 1; + + EXPlayer next = (EXPlayer) owner.room.playerMapBySeat.get(owner.nextSeat); + if(next.cardInhand.size() == 1) { + out_list.add(owner.cardInhand.get(owner.cardInhand.size() -1)); + }else { + out_list.add(owner.cardInhand.get(0)); + } + } + + out_ct.card_list_mp = CardUtil.toTArray(out_ct.card_list); + out_ct.min_card = out_ct.card_list.get(0).cardMod; + + doAction(owner,out_ct,true); + } + } + + private void pass(EXPlayer owner) { + EXMainServer.gameCtr.pass(owner);//打不起过 + this.toNextState(owner);//下一位大哥 + } + + private void doAction(EXPlayer owner,CardGroup ct,boolean skip) { + + EXRoom room = owner.getRoom(); + boolean outcard = true; + if(!skip) { + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + outcard = CardCheck.tryCompete(room.discard, ct,room.config); + } + } + if(!outcard) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + + EXMainServer.gameCtr.outCard(owner,ct); + + this.toNextState(owner); + } + + +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerPassState.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerPassState.java new file mode 100644 index 0000000..7985073 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerPassState.java @@ -0,0 +1,52 @@ +package extend.pk.player.state; + +import com.game.Global; +import com.game.data.Timer; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.room.state.EXRoomSetpState; + +/** + * 等待玩家Pass状态 + * + * + */ +public class EXPlayerPassState extends StateBase { + + private void pass(EXPlayer owner) { + EXMainServer.gameCtr.pass(owner);//打不起过 + this.toNextState(owner);//下一位大哥 + } + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if(!owner.entrust) { + Timer passTimer = new Timer(1000, new Timer.ITaskHandler() { + @Override + public void doTask(Timer timer) { + pass(owner); + } + }); + room.addTimer(passTimer); + }else { + pass(owner); + } + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..d2ecadb --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,64 @@ +package extend.pk.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; + +import extend.pk.EXActionEvent; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; + + + +public class EXPlayerPiaoNiaoTipState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + EXMainServer.gameCtr.piaoTipEvent(owner,0); + } + owner.startActionTimer(); + } + + /** + * 重连 + * @param owner + */ + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.piaoTipEvent(owner,1); + owner.startActionTimer(); + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.piao = id; + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoCount --; + EXMainServer.gameCtr.piaoEvent(owner); + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO, gid, null); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_PIAO)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner, id, gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO) || cmd.equals(ActionEvent.EVENT_ENTRUST)) { + _action(owner,0,gid); + } + else if(cmd.equals(ActionEvent.EVENT_OFFLINE)) { + owner.startActionTimer(); + } + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerQiangZhuangState.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerQiangZhuangState.java new file mode 100644 index 0000000..cffd6cc --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/player/state/EXPlayerQiangZhuangState.java @@ -0,0 +1,95 @@ +package extend.pk.player.state; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TObject; +import extend.pk.CardGroup; +import extend.pk.CardObj; +import extend.pk.Config; +import extend.pk.EXActionEvent; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.RoomCard; +import extend.pk.room.state.EXRoomSetpState; +import extend.pk.uitl.CardCheck; +import extend.pk.uitl.CardConfig; +import extend.pk.uitl.CardUtil; + +public class EXPlayerQiangZhuangState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + if (owner.qiangZhuang != -1) + { + owner.getRoom().activeSeat = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + return; + } + if(!owner.isEntrust()) { + EXMainServer.gameCtr.qiangZhuangTipEvent(owner,0); + } + owner.startActionTimer(); + } + + /** + * 重连 + * + * @param owner + */ + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.qiangZhuangTipEvent(owner,1); + owner.startActionTimer(); + } + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.qiangZhuang = id; + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + //EXMainServer.gameCtr.qiangZhuangEvent(owner); + + if (id == 0) + { + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_QIANG_ZHUANG, gid, null); + } + else if (id > 0) + { + owner.getRoom().activeSeat = 0; + owner.getRoom().bankerSeat = owner.seat; + EXMainServer.gameCtr.qiangZhuangEvent(owner); + owner.getRoom().stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_QIANG_ZHUANG)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("qiang_zhuang"); + _action(owner, id, gid); + } else if (cmd.equals(ActionEvent.EVENT_TIMER_AUTO) || cmd.equals(ActionEvent.EVENT_ENTRUST)) { + _action(owner, 0, gid); + } else if (cmd.equals(ActionEvent.EVENT_OFFLINE)) { + owner.startActionTimer(); + } + } +} \ No newline at end of file diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomDealState.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomDealState.java new file mode 100644 index 0000000..685b4e6 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomDealState.java @@ -0,0 +1,94 @@ +package extend.pk.room.state; + + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.pk.Config; +import extend.pk.EXMainServer; +import extend.pk.EXPlayBack; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.uitl.CardCheck; + +import java.util.Map; +import java.util.concurrent.TimeUnit; + +/** + * 房间发牌状态 + * + * + */ +public class EXRoomDealState extends StateBase { + @Override + public void enter(EXRoom owner) { + boolean donghua = false; + for (Map.Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + this.toNextState(owner); + } + + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 3000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXRoom owner) { + //owner.card.init(); + if(owner.bankerSeat!=0&&!owner.playerMapBySeat.containsKey(owner.bankerSeat)) { + owner.bankerSeat = 0; + } + EXMainServer.gameCtr.dealCard(owner); + + owner.playBackData = new EXPlayBack(owner); + + if (owner.config.getBoolean(Config.KE_BAO_PAI)) + { + owner.stateMachine.changeState(Global.getState(EXRoomQiangZhuangState.class)); + } + else { + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomPiaoState.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomPiaoState.java new file mode 100644 index 0000000..dbb1ce8 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomPiaoState.java @@ -0,0 +1,31 @@ +package extend.pk.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.pk.EXActionEvent; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerPiaoNiaoTipState; + +public class EXRoomPiaoState extends StateBase{ + + @Override + public void enter(EXRoom owner) { + owner.piaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO)) { + if(owner.piaoCount==0) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + } + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomQiangZhuangState.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomQiangZhuangState.java new file mode 100644 index 0000000..cf487b9 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomQiangZhuangState.java @@ -0,0 +1,34 @@ +package extend.pk.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.pk.EXActionEvent; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerDiscardState; +import extend.pk.player.state.EXPlayerPiaoNiaoTipState; +import extend.pk.player.state.EXPlayerQiangZhuangState; + +public class EXRoomQiangZhuangState extends StateBase{ + + @Override + public void enter(EXRoom owner) { + EXPlayer player = null; + if (owner.activeSeat == 0) { + player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = (EXPlayer) owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = (EXPlayer) owner.playerMapBySeat.get(nextSeat); + } + + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + + player.stateMachine.changeState(Global.getState(EXPlayerQiangZhuangState.class)); + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomSetpState.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..ce6843c --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomSetpState.java @@ -0,0 +1,35 @@ +package extend.pk.room.state; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerDiscardState; + +/** + * 房间转换座位 + * + * + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + EXPlayer player = null; + if (owner.activeSeat == 0) { + player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = (EXPlayer) owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = (EXPlayer) owner.playerMapBySeat.get(nextSeat); + } + + + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + + player.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomStartGameState.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..665018e --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/room/state/EXRoomStartGameState.java @@ -0,0 +1,43 @@ +package extend.pk.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.pk.Config; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; + +/** + * 房间开始状态 + * + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { + + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + player.clearEx(); + } + owner.clearEx(); + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + + if(owner.config.containsKey(Config.ROOM_CONFIG_PIAO) && owner.config.getInt(Config.ROOM_CONFIG_PIAO) != 0) { + owner.stateMachine.changeState(Global.getState(EXRoomPiaoState.class)); + } + else{ + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/uitl/CardCheck.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/uitl/CardCheck.java new file mode 100644 index 0000000..cfa8ed7 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/uitl/CardCheck.java @@ -0,0 +1,1149 @@ +package extend.pk.uitl; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; + +import extend.pk.CardGroup; +import extend.pk.CardObj; +import extend.pk.Config; +import extend.pk.RoomCard; + + +/** + * + * + */ +public class CardCheck { + + /** + * 服务器跟牌判定 + * @param cardInhand + * @param out + * @param roomConfig + * @param nextBaodan + * @return + */ + public static CardGroup genOutCard(List cardInhand,CardGroup out,ITObject roomConfig,boolean nextBaodan) { + + CardGroup cg = null; + + Map> cardMap =CardUtil.getCardListMap(cardInhand); + int handCardSize = cardInhand.size(); + // 如果有炸弹 并且玩家手上仅剩下炸弹 就不用找了 直接出牌就可以了 + cg = select5_10_k(cardMap,out,roomConfig); + if(cg != null && cg.card_list.size() == handCardSize) { + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + return cg; + } + + if (cg == null) + { + cg = selectZha(cardMap,out,roomConfig); + if(cg != null && cg.card_list.size() == handCardSize) { + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + return cg; + } + } + + // 如果别的玩家出的是一张单牌,则寻找一个合适的单牌,如果找不到就用炸弹,炸弹没有则过 + if(out.config.type == Config.TYPE_DANPAI) { + + CardGroup tempCg = selectDanpai(cardMap,out,roomConfig,nextBaodan); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是不能带牌的牌型(对子,顺子,连队)则寻找合适的牌型,如果找不到就用炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_DUIZI + || out.config.type == Config.TYPE_SHUNZI + || out.config.type == Config.TYPE_LIANDUI) { + + CardGroup tempCg = selectWithoutCardType(handCardSize,cardMap,out,roomConfig); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是带牌的三带牌型 ,则寻找合适的牌型,如果找不到就用炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_3_2) { + + boolean bLack = false; + CardGroup tempCg = selectWithCardType(cardInhand,cardMap,out,roomConfig,bLack); + if(tempCg != null) { + cg = tempCg; + } + } + // 如果别的玩家出的是带牌的飞机牌型,则寻找合适的牌型,如果找不到用则炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_FEIJI) { + + boolean bLack = false; + + CardGroup tempCg = selectWithCardType(cardInhand,cardMap,out,roomConfig,bLack); + if(tempCg != null) { + cg = tempCg; + } + } + // 如果是四带二或者四带三 就不处理了,如果有炸弹,则玩家自己去选择是炸还是跟,如果没有炸弹 玩家也大不了,所以后面就不用判断了 + if(cg != null) { + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + return cg; + } + + /** + * 选择5_10_k + * @param cardMap + * @param out + * @param roomConfig + * @return + */ + private static CardGroup select5_10_k(Map> cardMap,CardGroup out,ITObject roomConfig) { + if(out.config.type == Config.TYPE_ZHA || out.config.type == Config.TYPE_5_10_K) { + return null; + } + + CardGroup cg = null; + + boolean has5 = false; + boolean has10 = false; + boolean hask = false; + + List listCard5 = cardMap.get(5); + if(listCard5 != null && listCard5.size() >= 1) { + has5 = true; + } + + List listCard10 = cardMap.get(10); + if(listCard10 != null && listCard10.size() >= 1) { + has10 = true; + } + + List listCard13 = cardMap.get(13); + if(listCard13 != null && listCard13.size() >= 1) { + hask = true; + } + + if (has5 && has10 && hask) + { + cg = new CardGroup(); + + cg.config = CardConfig.WUSHIK; + cg.min_card = 5; + cg.len = 3; + + cg.card_list = new ArrayList<>(); + cg.card_list.add(listCard5.get(0)); + cg.card_list.add(listCard10.get(0)); + cg.card_list.add(listCard13.get(0)); + } + + return cg; + } + + /** + * 选择炸弹 + * @param cardMap + * @param out + * @param roomConfig + * @return + */ + private static CardGroup selectZha(Map> cardMap,CardGroup out,ITObject roomConfig) { + + CardGroup cg = null; + + int minValue = 0; + if(out.config.type == Config.TYPE_ZHA) { + minValue = out.min_card; + for(Map.Entry> entry : cardMap.entrySet()) { + + if(entry.getValue().size() == out.len -1 + 4) { + + if(entry.getKey() > minValue) { + + cg = new CardGroup(); + + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1 + entry.getValue().size()-4; + + cg.card_list = new ArrayList<>(); + for(CardObj cardObj : entry.getValue()) { + cg.card_list.add(cardObj); + } + break; + } + } + else if (entry.getValue().size() > out.len -1 + 4) + { + cg = new CardGroup(); + + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1 + entry.getValue().size()-4; + + cg.card_list = new ArrayList<>(); + for(CardObj cardObj : entry.getValue()) { + cg.card_list.add(cardObj); + } + break; + } + } + } + else { + for(Map.Entry> entry : cardMap.entrySet()) { + + if(entry.getValue().size() >= 4) { + cg = new CardGroup(); + + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + + cg.card_list = new ArrayList<>(); + for(int i = 0; i < 4; i++) { + cg.card_list.add(entry.getValue().get(0)); + } + break; + } + } + } + + return cg; + } + + /** + * 选择单牌 + * @param cardMap + * @param out + * @param roomConfig + * @param nextBaodan + * @return + */ + public static CardGroup selectDanpai(Map> cardMap,CardGroup out,ITObject roomConfig,boolean nextBaodan) { + CardGroup cg = null; + + int minValue = out.min_card + 1; + + for(int i = minValue; i <= 17; i++) { + List listCard = cardMap.get(i); + if(listCard != null && listCard.size() >= 1) { + cg = new CardGroup(); + + cg.config = CardConfig.DAN; + cg.min_card = i; + cg.len = 1; + + cg.card_list = new ArrayList<>(); + cg.card_list.add(listCard.get(0)); + break; + } + } + + return cg; + } + + /** + * 选择不需要带牌的牌型 + * @param handCardSize + * @param cardMap + * @param out + * @param roomConfig + * @return + */ + private static CardGroup selectWithoutCardType(int handCardSize,Map> cardMap,CardGroup out,ITObject roomConfig) { + CardGroup cg = null; + + int len = out.len; + + // 如果手牌数满足要求 + if( handCardSize >= len * out.config.repeat_num ) { + + List card_list = new ArrayList(); + + //最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + int min_card = out.min_card + 1; + + //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + int max_card = min_card+len -1; + + //长度如果大于一并且最大的牌 + if(!(len>1&&max_card>17)) { + + int count =0; + + for(int i = min_card; i <= 17;++i) { + + List list =cardMap.get(i); + + // 如果牌值对应的牌为空 或者他是炸弹,则之前找到的牌取消 + if( list == null) { + count=0; + card_list.clear(); + continue; + } + + // 如果牌值对应的牌的个数满足要求,则将牌放入队列中 + if(list.size() >=out.config.repeat_num) { + + for(int k = 0; k < out.config.repeat_num;++k) { + card_list.add(list.get(k)); + } + count++; + + // 如果已经找到了足够数量的相同牌型 + if(count == len) { + + cg = new CardGroup(); + + cg.config = out.config; + cg.card_list = card_list; + cg.len = len; + cg.min_card = card_list.get(0).cardMod; + + return cg; + } + }else { + count=0; + card_list.clear(); + } + } + } + } + + return cg; + } + + private static CardGroup selectWithCardType(List cardInhand, + Map> cardMap, + CardGroup out, + ITObject roomConfig, + boolean bLack) { + + CardGroup cg = null; + + int handCardSize = cardInhand.size(); + + int len = out.len; + + // 如果手牌数满足要求 + if( handCardSize >= len * out.config.repeat_num ) { + + List card_list = new ArrayList(); + + //最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + int min_card = out.min_card + 1; + + //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + int max_card = min_card+len -1; + + //长度如果大于一并且最大的牌 + if(!(len>1&&max_card>17)) { + + int count =0; + + for(int i = min_card; i <= 17;++i) { + + List list =cardMap.get(i); + + // 如果牌值对应的牌为空 或者他是炸弹,则之前找到的牌取消 + if( list == null) { + count=0; + card_list.clear(); + continue; + } + + // 如果牌值对应的牌的个数满足要求,则将牌放入队列中 + if(list.size() >= out.config.repeat_num) { + + for(int k = 0; k < out.config.repeat_num;++k) { + card_list.add(list.get(k)); + } + count++; + + // 如果已经找到了足够数量的相同牌型 + if(count == len) { + + int sd = out.config.repeat_num * len + out.config.with_card_num * len; + + if(bLack == false && handCardSize < sd) { + return cg; + } + + // 新建一个临时的列表,来保存剩余的牌 + List tem_list = new ArrayList(); + tem_list.addAll(cardInhand); + CardUtil.removeCard(tem_list, card_list); + + // 如果剩余的牌有炸弹,则需要把剩余牌中的炸弹对应的牌从临时列表中剔除,以确定是否有足够的单牌 + // 如果因为剔除的原因,最后牌型不能做成,那就提示他有炸弹出就可以了 + Map> reservedCardMap = CardUtil.getCardListMap(tem_list); + int duiNum = 0; + for(Map.Entry> entry : reservedCardMap.entrySet()) { + + int num = entry.getValue().size(); + if(num >= 4) { + CardUtil.removeCard(tem_list, entry.getValue()); + } + + if(num >= 2) { + duiNum++; + } + } + + // 如果手牌数多于牌型的基本要求 + if(handCardSize >= sd) { + + if(tem_list.size() < out.config.with_card_num * len) { + return cg; + } + + for(int m = 0; m < out.config.with_card_num * len; m++) { + card_list.add(tem_list.get(m)); + } + } + else { + card_list.addAll(tem_list); + } + + cg = new CardGroup(); + + cg.config = out.config; + cg.card_list = card_list; + cg.len = len; + cg.min_card = card_list.get(0).cardMod; + + return cg; + } + }else { + count=0; + card_list.clear(); + } + } + } + } + + return cg; + } + + /** + * 得到所出牌的牌型 + * @param cardOut + * @param roomConfig + * @return + */ + public static CardGroup getType(List cardOut,ITObject roomConfig) { + + CardGroup cg = autoOutLastHand(cardOut,roomConfig,true); + return cg; + } + + /** + * + * @param cardInhand + * @param roomConfig + * @return + */ + public static CardGroup autoOutLastHand(List cardInhand,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + Map cardMap =CardUtil.getCardNumMap(cardInhand); + + int len = cardInhand.size(); + if(len == 1) + { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.DAN; + cg.min_card = cardInhand.get(0).cardMod; + cg.len = 1; + } + else if(len == 2) { + cg = checkTwo(cardMap); + } + else if(len == 3) { + + cg = checkThree(cardMap,roomConfig); + } + else if(len == 4) { + + cg = checkFour(cardMap,roomConfig); + } + else if(len == 5) { + cg = checkFive(cardMap,roomConfig); + } + else{ + if (cg == null) { + cg = checkShunzi(len,cardMap,roomConfig); + if(cg == null) { + cg = checkLiandui(len,cardMap,roomConfig); + if(cg == null) { + cg = checkFeiji(len,cardMap,roomConfig,bSpecial); + if(cg == null) { + cg = checkZhaDan(len,cardMap,roomConfig); + } + } + } + } + } + + if(cg != null) { + + for(CardObj cardObj : cardInhand) { + cg.card_list.add(cardObj); + } + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + + return cg; + } + + private static int getMaxCardNum(Map cardMap) { + int maxNum = 0; + for(Map.Entry entry : cardMap.entrySet()) { + if (entry.getValue() > maxNum) { + maxNum = entry.getValue(); + } + } + + return maxNum; + } + + private static CardGroup checkTwo(Map cardMap) { + + CardGroup cg = null; + + for(Map.Entry entry : cardMap.entrySet()) { + if(entry.getValue() == 2) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.DUIZI; + cg.min_card = entry.getKey(); + cg.len = 1; + } + } + + return cg; + } + + private static CardGroup checkThree(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + boolean has5 = false; + boolean has10 = false; + boolean hasK = false; + for(Map.Entry entry : cardMap.entrySet()) { + if(entry.getValue() == 1 && entry.getKey() == 5) { + has5 = true; + } + else if(entry.getValue() == 1 && entry.getKey() == 10) { + has10 = true; + } + else if(entry.getValue() == 1 && entry.getKey() == 13) { + hasK = true; + } + else { + break; + } + } + + if (has5 && has10 && hasK) + { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.WUSHIK; + cg.min_card = 5; + cg.len = 3; + } + return cg; + } + + private static CardGroup checkFour(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else if(entry.getValue() == 2) { + + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + + if(minCard != 0 && maxCard != 0 && minCard + 1 == maxCard && entry.getKey() != RoomCard.CARD_DAWAN && entry.getKey() != RoomCard.CARD_XIAOWANG) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.LIANDUI; + cg.min_card = minCard; + cg.len = 2; + } + } + } + return cg; + } + + private static CardGroup checkFive(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 3 || entry.getValue() == 4) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + break; + } + else if (entry.getValue() == 5) + { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 2; + } + else if(entry.getValue() == 1 && entry.getKey() != RoomCard.CARD_2 && entry.getKey() != RoomCard.CARD_DAWAN && entry.getKey() != RoomCard.CARD_XIAOWANG) { + + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == 5 && minCard != 0 && maxCard != 0 && minCard + 4 == maxCard) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SHUNZI; + cg.min_card = minCard; + cg.len = 5; + } + } + } + + return cg; + } + + private static CardGroup checkShunzi(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 1 && entry.getKey() != RoomCard.CARD_2 && + entry.getKey() != RoomCard.CARD_DAWAN && entry.getKey() != RoomCard.CARD_XIAOWANG) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == len && minCard != 0 && maxCard != 0 && minCard + len - 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SHUNZI; + cg.min_card = minCard; + cg.len = count; + } + } + else + { + break; + } + } + + return cg; + } + + private static CardGroup checkZhaDan(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + for(Map.Entry entry : cardMap.entrySet()) { + + if (entry.getValue() == len) + { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1 + (len-4); + } + else + { + break; + } + } + + return cg; + } + + private static CardGroup checkFeiji(int len,Map cardMap,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + int[] cardThreeCount = { 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0}; + + int num2 = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + // 如果有炸弹 则不允许自动出牌 + if(bSpecial == false && (entry.getValue() >= 4)) { + return cg; + } + + if(entry.getValue() >= 3) { + cardThreeCount[entry.getKey()] = 1; + } + else if(entry.getValue() == 2) { + num2++; + } + } + + int left = 0; + int right = 0; + + for(int i = 4; i < cardThreeCount.length; i++) { + + if(left == 0) { + + if(cardThreeCount[i] == 1 && cardThreeCount[i - 1] == 1) { + left = i - 1; + right = i; + } + } + else { + // 如果有连续的继续寻找 + if(cardThreeCount[i] == 1 && right + 1 == i) { + + right = i; + } + else + { + left = 0; + right = 0; + } + } + // 判断出来一个顺子,就判定一下是否可以全部出 + if(left != 0 && right != 0) { + + int threeCount = right - left + 1; + int sl = threeCount * 5; + + if(true) { + + if(len <= sl) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.FEIJI; + cg.min_card = left; + cg.len = threeCount; + + return cg; + } + }else { + + int withMin = threeCount * 4; + if(len == withMin || num2 == threeCount || len == threeCount * 3) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.FEIJI; + cg.min_card = left; + cg.len = threeCount; + + return cg; + } + } + + } + } + + return cg; + } + + + private static CardGroup checkLiandui(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + int minCard = 0; + int maxCard = 0; + int count = 0; + + if(len % 2 != 0) { + return cg; + } + + len = len / 2; + + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 2 && entry.getKey() != RoomCard.CARD_DAWAN && entry.getKey() != RoomCard.CARD_XIAOWANG) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == len && minCard != 0 && maxCard != 0 && minCard + len - 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.LIANDUI; + cg.min_card = minCard; + cg.len = count; + } + } + else + { + break; + } + } + return cg; + } + + /** + * 自动出牌 + * @param cardInhand + * @param roomConfig + * @return + */ + public static CardGroup autoOut(List cardInhand,ITObject roomConfig) { + + CardGroup cg = null; + + // 寻找炸弹 + Map cardMap =CardUtil.getCardNumMap(cardInhand); + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() >= 4) { + + cg = new CardGroup(); + List out_list = new ArrayList<>(); + + cg.card_list = out_list; + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1 + (entry.getValue()-4); + + for(CardObj cardObj :cardInhand) { + + if(cardObj.cardMod == entry.getKey()) { + out_list.add(cardObj); + } + } + } + } + + return cg; + } + + + /** + * 验证牌型 + * @param ct + * @param left_count + * @return + */ + public static boolean tryType(CardGroup ct,int left_count,ITObject roomConfig) { + List cardInhand = ct.card_list; + int size = cardInhand.size(); + CardConfig config = ct.config; + if(size config.max_card_num) { + return false; + } + int len = ct.len; + + if(len cardMap =CardUtil.getCardNumMap(cardInhand); + if(!cardMap.containsKey(ct.min_card)) { + return false; + } + if(cardMap.get(ct.min_card) < config.repeat_num) { + return false; + } + return true; + } + else if (ct.config.type == Config.TYPE_5_10_K) + { + Map cardMap =CardUtil.getCardNumMap(cardInhand); + if(!cardMap.containsKey(5)) { + return false; + } + if(!cardMap.containsKey(10)) { + return false; + } + if(!cardMap.containsKey(13)) { + return false; + } + return true; + } + + //if(ct.config.type != Config.TYPE_3_2 && ct.config.type != Config.TYPE_FEIJI) { + if(true) { + + // 如果牌型可以带牌 并且手牌的剩余数等于出牌的数目(全出了) + if(config.with_card_num > 0 && size == left_count) { + // 牌太少了 出牌太多了 + if(size < len*config.repeat_num || size > tem_size) { + return false; + } + // 如果带的牌不够 + if(size < tem_size) { + return false; + } + } + //没有带牌 没有全出 + else { + if(tem_size!=size) { + return false; + } + } + } + + int min_card = ct.min_card; + int max_card = min_card+len -1; + if(len>1&&max_card>15) { + return false; + } + + Map cardMap =CardUtil.getCardNumMap(cardInhand); + for(int i=min_card;i<=max_card;++i) { + if(!cardMap.containsKey(i)) { + return false; + } + if(cardMap.get(i) < config.repeat_num) { + return false; + } + } + return true; + } + + + + /** + * 比牌大小 + * @param banker + * @param other + * @return + */ + public final static boolean tryCompete(CardGroup banker, CardGroup other,ITObject roomConfig) { + int bankerCradType = banker.config.type; + int otherCradType = other.config.type; + + if(bankerCradType !=Config.TYPE_ZHA && bankerCradType !=Config.TYPE_5_10_K && otherCradType == Config.TYPE_5_10_K) { + return true; + } + if(bankerCradType !=Config.TYPE_ZHA&& otherCradType == Config.TYPE_ZHA) { + return true; + } + if(bankerCradType != otherCradType) { + return false; + } + + if(otherCradType == Config.TYPE_ZHA) + { + if(other.len > banker.len) { + return true; + } + else if(other.len == banker.len) { + if(other.min_card > banker.min_card) { + return true; + } + } + else if (other.len == banker.len) + { + return false; + } + } + else if(otherCradType == Config.TYPE_5_10_K) + { + return false; + } + else { + if(other.min_card > banker.min_card) { + if(other.len == banker.len) { + return true; + } + else + { + return false; + } + } + } + + return false; + } + + + public final static CardGroup tryBig(List cardInhand,CardGroup other) { + + List card_list = new ArrayList(); + int size = cardInhand.size(); + CardConfig config = other.config; + Map> cardMap = null; + int len = other.len; + + if(size >= len*config.repeat_num) { + + int min_card = other.min_card + 1;//最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + + int max_card = min_card+len -1; //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + + if(!(len>1&&max_card>14)) {//长度如果大于一并且最大的牌 + + int count =0; + cardMap = CardUtil.getCardListMap(cardInhand); + int max = len>1?14:15; + for(int i=min_card;i<=max;++i) { + + List list =cardMap.get(i); + + if(cardMap.containsKey(i)&&list.size() >=config.repeat_num) { + + //不出炸牌 + if(other.config.type !=Config.TYPE_ZHA && list.size()>=4) { + count=0; + card_list.clear(); + continue; + } + + for(int k=0;k0) { + List tem_list = new ArrayList(); + tem_list.addAll(cardInhand); + CardUtil.removeCard(tem_list, card_list); + + //不把炸牌带出去 + int rcard_size = 0; + rcard: + for(int k=0;k tem_list1 = cardMap.get(card); + if(tem_list1.size()>=4) { + CardUtil.removeCard(tem_list, tem_list1); + rcard_size += 4; + break rcard; + } + } + int with_card_size = config.with_card_num * len; + if(rcard_size == 0) { + with_card_size = tem_list.size()=4) { + if(cardMap==null) { + cardMap = CardUtil.getCardListMap(cardInhand); + } + + for (Entry> entry : cardMap.entrySet()) { + int card = entry.getKey(); + List list = entry.getValue(); + if(list.size() >=4) { + CardGroup ct = new CardGroup(); + ct.config = CardConfig.ZHA; + ct.card_list = list; + ct.len = 1; + ct.min_card = card; + return ct; + } + } + } + return null; + } + + public static boolean checkStartSpring(List cardInhand) { + + boolean bRet = false; + Map cardMap =CardUtil.getCardNumMap(cardInhand); + + if(cardMap.getOrDefault(RoomCard.CARD_3, 0) == 4) { + + bRet = true; + } + else if(cardMap.getOrDefault(RoomCard.CARD_2, 0) == 1 && cardMap.getOrDefault(RoomCard.CARD_A, 0) == 3){ + + bRet = true; + } + + + return bRet; + } + + + public static void main(String[] args) { + + + + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/uitl/CardConfig.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/uitl/CardConfig.java new file mode 100644 index 0000000..b235557 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/uitl/CardConfig.java @@ -0,0 +1,38 @@ +package extend.pk.uitl; + +import extend.pk.Config; + +public enum CardConfig { + DAN( "单牌", Config.TYPE_DANPAI, 1, 1, 1, 1, 0), + DUIZI( "对子", Config.TYPE_DUIZI, 1, 2, 2, 2, 0), + SHUNZI( "顺子", Config.TYPE_SHUNZI, 5, 1, 5, 12, 0), + LIANDUI( "连对", Config.TYPE_LIANDUI, 2, 2, 4, 16, 0), + SAN_2( "三带二", Config.TYPE_3_2, 1, 3, 3, 5, 2), + FEIJI( "飞机", Config.TYPE_FEIJI, 2, 3, 6, 12, 2), + ZHA( "炸弹", Config.TYPE_ZHA, 1, 4, 4, 16, 0), + WUSHIK( "五十K", Config.TYPE_5_10_K, 3, 1, 3, 3, 0); + + public final int type; + public final String name; + public final int min_len; + public final int repeat_num; + public final int min_card_num; + public final int max_card_num; + public final int with_card_num; + + + private CardConfig(String name,int type,int min_len,int repeat_num,int min_card_num,int max_card_num,int with_card_num) { + this.name = name; + this.type = type; + + this.min_len = min_len; + this.repeat_num = repeat_num; + this.min_card_num = min_card_num; + this.max_card_num = max_card_num; + this.with_card_num = with_card_num; + } + + public String toString() { + return this.name; + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/uitl/CardUtil.java b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/uitl/CardUtil.java new file mode 100644 index 0000000..632e961 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/main/java/extend/pk/uitl/CardUtil.java @@ -0,0 +1,377 @@ +package extend.pk.uitl; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.pk.CardObj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class CardUtil { + + + /** + * list to TArray + * + * @param list + * @return + */ + public static final ITArray toTArray(List list) { + ITArray result = new TArray(); + for (CardObj card : list) { + result.addInt(card.card); + } + return result; + } + + public static final CardObj getCard(int eventCard,List cardList) { + for (CardObj card : cardList) { + if(card.cardMod == eventCard) { + return card; + } + } + return null; + } + + public static final CardObj getCard1(int eventCard,List cardList) { + for (CardObj card : cardList) { + if(card.card == eventCard) { + return card; + } + } + return null; + } + + /** + * 检测牌数量 + * + * @param eventCard + * @param cardList + * @param num + * @return + */ + public static final boolean checkCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result == num) + return true; + } + } + return false; + } + + public static final boolean checkGoodCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result >= num) + return true; + } + } + return false; + } + + public static final boolean checkShunZi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard+1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+5, cardList, 1)) + { + result++; + } + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-5, cardList, 1)) + { + result++; + } + } + } + } + } + + if (result >= 4) + { + return true; + } + return false; + } + + public static final boolean checkSevenShunzi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard+1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+5, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+6, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+7, cardList, 1)) + { + result++; + } + } + } + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-5, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-6, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-7, cardList, 1)) + { + result++; + } + } + } + } + } + } + } + + if (result >= 6) + { + return true; + } + return false; + } + + public static final boolean checkFenJi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+1, cardList, 3)) + { + result++; + } + if (checkGoodCard(eventCard-1, cardList, 3)) + { + result++; + } + } + + if (result >= 2) + { + return true; + } + return false; + } + + public static final boolean checkFourDui(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 1)) + { + result++; + } + + if (checkGoodCard(eventCard+1, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 2)) + { + result++; + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 2)) + { + result++; + } + } + } + } + + if (result >= 4) + { + return true; + } + return false; + } + + public static final boolean checkQPai(int eventCard, List cardList) { + int result = 0; + if (eventCard >= 12) + { + result++; + for (CardObj card : cardList) { + if (card.cardMod >= 12) { + result++; + } + } + } + + if (result >= 5) + { + return true; + } + return false; + } + + /** + * TArray to list + * @param list + * @return + */ + public static final List toList(ITArray list) { + List tem = new ArrayList(); + for(int i=0;i getCardNumMap(List cardList) { + Map result = new HashMap(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + return result; + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final void getCardNumMap(Map result,List cardList) { + result.clear(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + public static final void getCardNumMap(Map result,List cardList, CardObj tempCard) { + result.clear(); + result.put(tempCard.cardMod, 1); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final Map> getCardListMap(List cardList) { + Map> result = new HashMap>(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + List list = new ArrayList(); + list.add(card); + result.put(card.cardMod, list); + } else { + List list = result.get(card.cardMod); + list.add(card); + } + } + return result; + } + + static public void removeCard(List cardList, List cards) { + for (int i = 0; i < cards.size(); i++) { + for (int j = 0; j < cardList.size(); j++) { + if (cardList.get(j).card ==cards.get(i).card) { + cardList.remove(j); + break; + } + } + } + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/src/test/java/game_pk_dazhadan/Main.java b/puke/dazhadan/game_pk_dazhadan/src/test/java/game_pk_dazhadan/Main.java new file mode 100644 index 0000000..d43d08b --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/src/test/java/game_pk_dazhadan/Main.java @@ -0,0 +1,9 @@ +package game_pk_dazhadan; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/CardGroup.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/CardGroup.class new file mode 100644 index 0000000..f59688f Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/CardGroup.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/CardObj.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/CardObj.class new file mode 100644 index 0000000..be54551 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/CardObj.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/Config.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/Config.class new file mode 100644 index 0000000..3e75458 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/Config.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXActionEvent.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXActionEvent.class new file mode 100644 index 0000000..2fcba30 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXActionEvent.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXGameController.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXGameController.class new file mode 100644 index 0000000..6f70fb5 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXGameController.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXMainServer.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXMainServer.class new file mode 100644 index 0000000..226b3b6 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXMainServer.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXPlayBack.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXPlayBack.class new file mode 100644 index 0000000..750e1ef Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXPlayBack.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXPlayer.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXPlayer.class new file mode 100644 index 0000000..b0bdfe8 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXPlayer.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXRoom.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXRoom.class new file mode 100644 index 0000000..5d86f4d Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXRoom.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXScore.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXScore.class new file mode 100644 index 0000000..a37fa9a Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/EXScore.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/RoomCard.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/RoomCard.class new file mode 100644 index 0000000..d9246f4 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/RoomCard.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/SettleLog.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/SettleLog.class new file mode 100644 index 0000000..e916a1b Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/SettleLog.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerDiscardState.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..b3551c5 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerDiscardState.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerPassState.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerPassState.class new file mode 100644 index 0000000..6c7b64c Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerPassState.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..d775bcc Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerQiangZhuangState.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerQiangZhuangState.class new file mode 100644 index 0000000..31bc99f Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/player/state/EXPlayerQiangZhuangState.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomDealState.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomDealState.class new file mode 100644 index 0000000..47c4fb9 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomDealState.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomPiaoState.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomPiaoState.class new file mode 100644 index 0000000..5266710 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomPiaoState.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomQiangZhuangState.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomQiangZhuangState.class new file mode 100644 index 0000000..f61e59b Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomQiangZhuangState.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomSetpState.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..eb447de Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomSetpState.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomStartGameState.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..3d5a99a Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/room/state/EXRoomStartGameState.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/uitl/CardCheck.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/uitl/CardCheck.class new file mode 100644 index 0000000..62889f9 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/uitl/CardCheck.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/uitl/CardConfig.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/uitl/CardConfig.class new file mode 100644 index 0000000..824501a Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/uitl/CardConfig.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/uitl/CardUtil.class b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/uitl/CardUtil.class new file mode 100644 index 0000000..e263cf4 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/classes/extend/pk/uitl/CardUtil.class differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/game_pk_dazhadan.jar b/puke/dazhadan/game_pk_dazhadan/target/game_pk_dazhadan.jar new file mode 100644 index 0000000..894234d Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/game_pk_dazhadan.jar differ diff --git a/puke/dazhadan/game_pk_dazhadan/target/maven-archiver/pom.properties b/puke/dazhadan/game_pk_dazhadan/target/maven-archiver/pom.properties new file mode 100644 index 0000000..afcd506 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Fri Feb 18 20:04:46 CST 2022 +version=1.0.0 +groupId=com.game +artifactId=game_pk_dazhadan diff --git a/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..69b745b --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,27 @@ +extend\pk\player\state\EXPlayerPiaoNiaoTipState.class +extend\pk\room\state\EXRoomDealState$1.class +extend\pk\EXPlayer.class +extend\pk\RoomCard.class +extend\pk\room\state\EXRoomSetpState.class +extend\pk\EXMainServer.class +extend\pk\room\state\EXRoomPiaoState.class +extend\pk\player\state\EXPlayerDiscardState.class +extend\pk\CardObj.class +extend\pk\CardGroup.class +extend\pk\player\state\EXPlayerPassState$1.class +extend\pk\EXGameController.class +extend\pk\EXActionEvent.class +extend\pk\player\state\EXPlayerQiangZhuangState.class +extend\pk\SettleLog.class +extend\pk\room\state\EXRoomQiangZhuangState.class +extend\pk\room\state\EXRoomStartGameState.class +extend\pk\uitl\CardUtil.class +extend\pk\EXPlayBack.class +extend\pk\room\state\EXRoomDealState.class +extend\pk\Config.class +extend\pk\EXRoom.class +extend\pk\EXScore.class +extend\pk\uitl\CardCheck.class +extend\pk\player\state\EXPlayerPassState.class +extend\pk\uitl\CardConfig.class +extend\pk\room\state\EXRoomDealState$1$1.class diff --git a/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..93eae62 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,24 @@ +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\EXMainServer.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\room\state\EXRoomStartGameState.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\uitl\CardConfig.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\uitl\CardUtil.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\room\state\EXRoomDealState.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\CardObj.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\room\state\EXRoomSetpState.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\EXScore.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\CardGroup.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\SettleLog.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\EXPlayBack.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\player\state\EXPlayerPassState.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\EXPlayer.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\EXGameController.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\player\state\EXPlayerDiscardState.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\RoomCard.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\Config.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\EXRoom.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\EXActionEvent.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\player\state\EXPlayerQiangZhuangState.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\room\state\EXRoomPiaoState.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\player\state\EXPlayerPiaoNiaoTipState.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\room\state\EXRoomQiangZhuangState.java +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\main\java\extend\pk\uitl\CardCheck.java diff --git a/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..3e42a84 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_pk_dazhadan\Main.class diff --git a/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..9f3d220 --- /dev/null +++ b/puke/dazhadan/game_pk_dazhadan/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\java_server_waihuzi\game_java\puke\dazhadan\game_pk_dazhadan\src\test\java\game_pk_dazhadan\Main.java diff --git a/puke/dazhadan/game_pk_dazhadan/target/test-classes/game_pk_dazhadan/Main.class b/puke/dazhadan/game_pk_dazhadan/target/test-classes/game_pk_dazhadan/Main.class new file mode 100644 index 0000000..88bebf5 Binary files /dev/null and b/puke/dazhadan/game_pk_dazhadan/target/test-classes/game_pk_dazhadan/Main.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/.idea/.gitignore b/puke/paodekuai/game_pk_paodekuai/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/puke/paodekuai/game_pk_paodekuai/.idea/compiler.xml b/puke/paodekuai/game_pk_paodekuai/.idea/compiler.xml new file mode 100644 index 0000000..da870f6 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/puke/paodekuai/game_pk_paodekuai/.idea/encodings.xml b/puke/paodekuai/game_pk_paodekuai/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/puke/paodekuai/game_pk_paodekuai/.idea/jarRepositories.xml b/puke/paodekuai/game_pk_paodekuai/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/puke/paodekuai/game_pk_paodekuai/.idea/misc.xml b/puke/paodekuai/game_pk_paodekuai/.idea/misc.xml new file mode 100644 index 0000000..d5cd614 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/puke/paodekuai/game_pk_paodekuai/config/game-config.xml b/puke/paodekuai/game_pk_paodekuai/config/game-config.xml new file mode 100644 index 0000000..331ba55 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.3.10 + 192.168.3.10 + 8831 + 8831 + 66 + true + \ No newline at end of file diff --git a/puke/paodekuai/game_pk_paodekuai/config/log4j.properties b/puke/paodekuai/game_pk_paodekuai/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/puke/paodekuai/game_pk_paodekuai/config/taurus-core.xml b/puke/paodekuai/game_pk_paodekuai/config/taurus-core.xml new file mode 100644 index 0000000..2219d52 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/puke/paodekuai/game_pk_paodekuai/config/taurus-permanent.xml b/puke/paodekuai/game_pk_paodekuai/config/taurus-permanent.xml new file mode 100644 index 0000000..42f274d --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 2 + + 100 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 10 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - test + extend.pk.EXMainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/puke/paodekuai/game_pk_paodekuai/pom.xml b/puke/paodekuai/game_pk_paodekuai/pom.xml new file mode 100644 index 0000000..641c53a --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_pk_paodekuai + 1.0.0 + jar + + game_pk_paodekuai + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game_paodekuai_puke + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/CardGroup.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/CardGroup.java new file mode 100644 index 0000000..fc7ee92 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/CardGroup.java @@ -0,0 +1,45 @@ +package extend.pk; + +import java.util.List; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import extend.pk.uitl.CardConfig; + +public class CardGroup { + /** + * 当前type + */ + public CardConfig config; + + public int min_card; + /** + * 长度 + */ + public int len = 1; + + public List card_list; + + public ITArray card_list_mp; + + public ITObject toObject(boolean card_size) { + ITObject obj = TObject.newInstance(); + if (card_size) { + obj.putInt("card_size", card_list.size()); + } else { + obj.putTArray("card_list", card_list_mp); + } + + obj.putInt("type", config.type); + obj.putInt("min_card", min_card); + obj.putInt("len", len); + return obj; + } + + public String toString() { + return "{type:" + config + " min_card:" + min_card + " len:" + len + " list:" + card_list + "}"; + } + +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/CardObj.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/CardObj.java new file mode 100644 index 0000000..bc2d762 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/CardObj.java @@ -0,0 +1,21 @@ +package extend.pk; + +public class CardObj implements Comparable{ + public int card; + public int cardMod; + + public CardObj(int card) { + this.card = card; + this.cardMod = card % 100; + } + + @Override + public int compareTo(CardObj paramT) { + return cardMod == paramT.cardMod ? 0 : cardMod < paramT.cardMod ? -1 : 1; + } + + @Override + public String toString() { + return card + ""; + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/Config.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/Config.java new file mode 100644 index 0000000..f154ce8 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/Config.java @@ -0,0 +1,200 @@ +package extend.pk; + +public class Config { + + public static final int XIPAI_SCORE = 10; + + /** + * 玩家的初始手牌数 + */ + public static final String ROOM_CONFIG_CARDNUM = "leaf"; + + /** + * 炸弹带的规则 + */ + public static final String ROOM_CONFIG_SIDAI = "fourBeltThree"; + + public static final String ROOM_CONFIG_SIDAI_2 = "fourDaiTwo"; + public static final String ROOM_CONFIG_SIDAI_3 = "fourDaiThree"; + + /** + * 首局出牌规则 + */ + public static final String ROOM_CONFIG_RULE = "rule"; + + /** + * 第一局系统随机选一张先出,随后赢家先出 + */ + public static final int RULE_RANDOM = 2; + /** + * 第一局黑桃3先出,随后赢家先出 + */ + public static final int RULE_HEITAO3 = 1; + + /** + * 炸弹不能拆 + */ + public static final String ROOM_CONFIG_DEMOLITION = "demolition"; + /** + * 可不必出 + */ + public static final String ROOM_CONFIG_WILL_BE_OUT = "willBeOut"; + + /** + * 3条a是否是炸弹 + */ + public static final String ROOM_CONFIG_THREE_A = "threeA"; + + /** + * 红桃10分翻倍 + */ + public static final String ROOM_CONFIG_HEARTTEN = "heartten"; + + /** + * 飞机少带可接完 + */ + public static final String ROOM_CONFIG_PLANE_LACK = "planelack"; + + /** + * 三张少带可接完 + */ + public static final String ROOM_CONFIG_THREE_LACK = "threelack"; + + /** + * 4个3333 或者 2 AAA 算春天 + */ + public static final String ROOM_CONFIG_MINBOOM = "minboom"; + + /** + * 自动托管功能 + */ + public static final String ROOM_CONFIG_AUTO_TUOGUAN = "autotuoguan"; + + /** + * 飘分玩法 + */ + public static final String ROOM_CONFIG_PIAO = "piao"; + + /** + * 打鸟 + */ + public static final String ROOM_CONFIG_DANIAO = "daniao"; + + /** + * 三带 飞机带 + */ + public static final String ROOM_CONFIG_SANDAIDAN = "sandaidan"; + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + + //-------------------------------牌类型--------------------------------- + /** + * 单牌 + */ + public final static int TYPE_DANPAI = 1; + /** + * 对子 + */ + public final static int TYPE_DUIZI = 2; + /** + * 顺子 + */ + public final static int TYPE_SHUNZI = 3; + /** + * 连对 + */ + public final static int TYPE_LIANDUI = 4; + /** + * 3带2 + */ + public final static int TYPE_3_2 = 5; + /** + * 飞机 + */ + public final static int TYPE_FEIJI = 6; + /** + * 4带3 + */ + public final static int TYPE_4_3 = 7; + + /** + * 炸 + */ + public final static int TYPE_ZHA = 8; + + /** + * 4带2 + */ + public final static int TYPE_4_2 = 9; + + + //-------------------------------协议--------------------------------- + + public static final String GAME_EVT_MING_PAI = "2117"; + /** + * 发牌协议 + */ + public static final String GAME_EVT_PLAYER_DEAL = "2011"; + /** + * 出牌 + */ + public static final String GAME_DIS_CARD = "1013"; + /** + * 不出 + */ + public static final String GAME_DIS_PASS = "1014"; + /** + * + */ + public static final String GAME_PIAO = "1015"; + /** + * 出牌事件 + */ + public static final String GAME_EVT_DISCARD = "2021"; + /** + * 出牌提示事件 + */ + public static final String GAME_EVT_DISCARD_TIP = "2004"; + /** + * 转盘指向事件 + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "2016"; + /** + * pass事件 + */ + public static final String GAME_EVT_PASS = "2030"; + /** + * 更新炸弹分数 + */ + public static final String GAME_EVT_UPDATE_BOM_SCORE = "2118"; + + /** + * 小结算 + */ + public static final String GAME_EVT_RESULT1 = "2007"; + + /** + * 飘鸟提示 + */ + public static final String GAME_EVT_PIAO_TIP = "2031"; + public static final String GAME_EVT_PIAO = "2032"; + + /** + * 出牌错误 + */ + public static final String GAME_EVT_PUT_ERROR = "2111"; + + public static final int PUT_ERROR_MUST_OUT_MIN = 0; + public static final int PUT_ERROR_INVALID_TYPE = 1; + public static final int PUT_ERROR_MUST_OUT_MAX = 2; + public static final int PUT_ERROR_BOMB_CHAI =3; + + public static final String SETTLE_WIN_COUNT = "winnum"; + public static final String SETTLE_CHUNTIAN_COUNT = "springnum"; + public static final String SETTLE_BOMB_COUNT = "boomnum"; + public static final String SETTLE_MAX_SCORE = "maxscore"; +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXActionEvent.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXActionEvent.java new file mode 100644 index 0000000..b94a22c --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXActionEvent.java @@ -0,0 +1,10 @@ +package extend.pk; + +import com.game.ActionEvent; + +public class EXActionEvent extends ActionEvent{ + + public static final String EVENT_DISCARD = "1013"; + public static final String EVENT_PASS = "1014"; + public static final String EVENT_PIAO= "1015"; +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXGameController.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXGameController.java new file mode 100644 index 0000000..b7c15f1 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXGameController.java @@ -0,0 +1,610 @@ +package extend.pk; + +import com.game.Constant; +import com.game.GameController; +import com.game.Global; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; +import extend.pk.uitl.CardUtil; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Random; + +/** + * + * + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_DIS_PASS) + public void RouterDisPass(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_PASS, 0, params); + } + + @ActionKey(Config.GAME_PIAO) + public void RouterPiao(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_PIAO, 0, params); + } + + // 改变活动玩家 + public void changeActiveSeat(EXRoom owner, int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("index", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void sendPutError(EXPlayer owner,int code) { + ITObject param = new TObject(); + param.putInt("error", code); + owner.sendEvent(Config.GAME_EVT_PUT_ERROR, param); + } + + /** + * pass + * @param owner + */ + public void pass(EXPlayer owner) { + EXRoom room = owner.getRoom(); + ITObject response = new TObject(); + response.putInt("seat", owner.seat); + if (Global.loggerDebug) { + Global.logger.info(owner + " pass!"); + } + owner.pass = true; + owner.last_outcard = null; + EXPlayBack pb = (EXPlayBack)room.playBackData; + pb.addPassCommand(owner.seat); + room.broadCastToClient(0, Config.GAME_EVT_PASS, response); + } + + /** + * 票鸟提示 + * @param owner + */ + public void piaoTipEvent(EXPlayer owner,int reload) { + + ITObject response = new TObject(); + response.putInt("piao", owner.room.config.getInt(Config.ROOM_CONFIG_PIAO)); + response.putInt("reload", reload); + owner.sendEvent(Config.GAME_EVT_PIAO_TIP, response); + } + + /** + * 票鸟事件 + * @param owner + */ + public void piaoEvent(EXPlayer owner) { + if(owner.piao==-1)return; + + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("piao", owner.piao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAO, param); + } + + public void outCard(EXPlayer owner,CardGroup ct) { + EXRoom room = owner.getRoom(); + ITObject response = new TObject(); + response.putInt("player", owner.seat); + response.putTObject("card_obj", ct.toObject(false)); + + owner.outCards.addAll(ct.card_list); + + room.lastDiscardSeat = owner.seat; + room.discard = ct; + owner.last_outcard = ct; + owner.pass = false; + room.firstCard = 0; + if (Global.loggerDebug) { + Global.logger.info(owner + " out card:" + ct); + } + EXPlayBack pb = (EXPlayBack)room.playBackData; + pb.addOutCardCommand(owner.seat, ct); + CardUtil.removeCard(owner.cardInhand, ct.card_list); + + response.putInt("remain", owner.cardInhand.size()); + room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + } + + public void dealCard(EXRoom owner) { + if (owner.targetCards.size() == 0) { + owner.card.init(); + } + + int maxDanPai = 0; + int maxDuizi = 0; + int maxSanZhang = 0; + boolean existWhite = false; + boolean existXingyunhao = false; + boolean existGeneral = false; + boolean existBlack = false; + double white_rate = 0; + + ArrayList tmpPlayerList = new ArrayList<>(); + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + tmpPlayerList.add(player); + } + + Collections.shuffle(tmpPlayerList); + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) { + existXingyunhao = true; + } else { + if (player.black_white_status == 0) { + existGeneral = true; + } + else if (player.black_white_status == 1) { + existBlack = true; + } + else if (player.black_white_status == 2) { + existWhite = true; + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + white_rate = 100 - owner.white_value; + Global.logger.info("dealcards playerid:"+player.playerid+ " xingyuhao:"+player.is_white+" white_value:"+owner.white_value); + } + else { + continue; + } + + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, 0, 0, 0); + + if(owner.config.getInt(Config.ROOM_CONFIG_WILL_BE_OUT) == 1 && owner.config.getInt(Config.ROOM_CONFIG_HEARTTEN) == 1) { + if(CardUtil.getCard1(RoomCard.HEART_TEN,player.cardInhand) != null) { + player.isHaveRedTen = true; + } + } + + Collections.sort(player.cardInhand); + + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (card > maxDanPai) + { + maxDanPai = card; + } + + if (num == 2) + { + if (card > maxDuizi) + { + maxDuizi = card; + } + } + + if (num == 3) + { + if (card > maxSanZhang) + { + maxSanZhang = card; + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 2) + { + white_rate = player.black_white_rate; + Global.logger.info("dealcards playerid:"+player.playerid+ " white player:" + player.black_white_rate); + } + else { + continue; + } + } + + if (!existXingyunhao) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, 0, 0, 0); + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, maxDanPai, maxDuizi, maxSanZhang); + + } + + if(owner.config.getInt(Config.ROOM_CONFIG_WILL_BE_OUT) == 1 && owner.config.getInt(Config.ROOM_CONFIG_HEARTTEN) == 1) { + if(CardUtil.getCard1(RoomCard.HEART_TEN,player.cardInhand) != null) { + player.isHaveRedTen = true; + } + } + + Collections.sort(player.cardInhand); + + if (!existXingyunhao && (existGeneral || existBlack)) + { + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (card > maxDanPai) + { + maxDanPai = card; + } + + if (num == 2) + { + if (card > maxDuizi) + { + maxDuizi = card; + } + } + + if (num == 3) + { + if (card > maxSanZhang) + { + maxSanZhang = card; + } + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 0) + { + Global.logger.info("dealcards playerid:"+player.playerid+ " general player:" + player.black_white_rate); + } + else { + continue; + } + } + + if (!existXingyunhao && !existWhite) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, white_rate, white_rate, 0, 0, 0); + + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, white_rate, white_rate, maxDanPai, maxDuizi, maxSanZhang); + + } + + if(owner.config.getInt(Config.ROOM_CONFIG_WILL_BE_OUT) == 1 && owner.config.getInt(Config.ROOM_CONFIG_HEARTTEN) == 1) { + if(CardUtil.getCard1(RoomCard.HEART_TEN,player.cardInhand) != null) { + player.isHaveRedTen = true; + } + } + + Collections.sort(player.cardInhand); + + if (!existXingyunhao && !existWhite && existBlack) + { + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (card > maxDanPai) + { + maxDanPai = card; + } + + if (num == 2) + { + if (card > maxDuizi) + { + maxDuizi = card; + } + } + + if (num == 3) + { + if (card > maxSanZhang) + { + maxSanZhang = card; + } + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 1) + { + Global.logger.info("dealcards playerid:"+player.playerid+ " black player:" + (player.black_white_rate+white_rate)); + } + else { + continue; + } + } + + if (!existXingyunhao && !existWhite && !existGeneral) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate+white_rate, player.black_white_rate+white_rate, 0, 0, 0); + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate+white_rate, player.black_white_rate+white_rate, maxDanPai, maxDuizi, maxSanZhang); + } + + if(owner.config.getInt(Config.ROOM_CONFIG_WILL_BE_OUT) == 1 && owner.config.getInt(Config.ROOM_CONFIG_HEARTTEN) == 1) { + if(CardUtil.getCard1(RoomCard.HEART_TEN,player.cardInhand) != null) { + player.isHaveRedTen = true; + } + } + + Collections.sort(player.cardInhand); + } + + Global.logger.info("sssss==>" + owner.supCards.size()); + if (owner.targetCards.size() > 0 && owner.adminSeat > 0 && owner.supCards.size() > 0) { + owner.card.cardList = owner.supCards.get(0); + } + + // 如果是首局,需要确定庄家 + if(owner.bankerSeat == 0) { + + int rule = Config.RULE_RANDOM; + if(owner.config.containsKey(Config.ROOM_CONFIG_RULE)) { + rule = owner.config.getInt(Config.ROOM_CONFIG_RULE); + } + + owner.bankerSeat = this.getBankerSeat(owner); + + this.sendPlayerDeal(owner); + // 如果是随机确定庄家 + if(rule == Config.RULE_RANDOM) { + + EXPlayer player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + if(player != null) { + + int len = player.cardInhand.size(); + if(len > 0) { + Random random = new Random(); + int rand_pos = random.nextInt(len); + + this.sendMingPai(owner, player.cardInhand.get(rand_pos).card); + } + } + } + } + else + { + this.sendPlayerDeal(owner); + } + + } + + /** + * 发生随机牌 用于指示谁首先出牌 + * @param owner + */ + private void sendMingPai(EXRoom owner,int card) { + + ITObject param = new TObject(); + param.putInt("mingpai", card); + + for (Entry entry : owner.playerMapBySeat.entrySet()) { + + EXPlayer exPlayer=(EXPlayer)entry.getValue(); + exPlayer.sendEvent(Config.GAME_EVT_MING_PAI, param); + }; + } + /** + * 发牌 + * @param owner + */ + private void sendPlayerDeal(EXRoom owner){ + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer exPlayer=(EXPlayer)entry.getValue(); + ITObject param = new TObject(); + ITArray handCard = CardUtil.toTArray(exPlayer.cardInhand); + param.putTArray("cards", handCard); + param.putInt("bank_seat", exPlayer.room.bankerSeat); + param.putInt("round", owner.round); + if (Global.loggerDebug) { + Global.logger.info(owner + " deal card:"+exPlayer.cardInhand); + } + exPlayer.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + }; + } + + private int getBankerSeatByCard(EXRoom owner) { + for (int index = 3; index <= 13; index++) { + for(int color = 4; color >= 1; color--) { + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + for (CardObj card : player.cardInhand) { + if (card.card == color *100 + index) { + owner.firstCard = card.card; + return player.seat; + } + } + } + } + } + return 0; + } + + private int getBankerSeat(EXRoom owner) { + int seat = 0; + + int rule = Config.RULE_RANDOM; + if(owner.config.containsKey(Config.ROOM_CONFIG_RULE)) { + rule = owner.config.getInt(Config.ROOM_CONFIG_RULE); + } + //如果是兩人的情況 + if (owner.maxPlayers == 2) { + + // 如果是随机确定庄家 + if(rule == Config.RULE_RANDOM) { + Random random = new Random(); + seat = random.nextInt(2) + 1; + } + // 如果是黑桃3先出 + else + { + seat = getBankerSeatByCard(owner); + + // 如果黑桃3 不在任何一个玩家手里 则随机确定一个庄家 + if(seat == 0) { + Random random = new Random(); + seat = random.nextInt(2) + 1; + } + } + } else { + // 如果是随机确定庄家 + if(rule == Config.RULE_RANDOM) { + Random random = new Random(); + seat = random.nextInt(3) + 1; + } + // 如果是黑桃3先出 + else + { + seat = getBankerSeatByCard(owner); + + } + } + return seat; + } + + + public void discardTipEvent(EXPlayer owner) { + ITObject param = new TObject(); + boolean gen = (owner.getRoom().lastDiscardSeat != 0 &&owner.getRoom().lastDiscardSeat != owner.seat); + param.putInt("play", gen ? 1 : 0); + if(gen) { + param.putTObject("card_obj", owner.getRoom().discard.toObject(true)); + + } + // 如果可以不出 + + + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, param); + } + + private ITObject getRoomResultData(EXRoom owner,boolean total) { + + ITObject mp = TObject.newInstance(); + + EXPlayer win = owner.win; + + ITArray info = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player=(EXPlayer)entry.getValue(); + ITObject obj = TObject.newInstance(); + obj.putInt("seat", player.seat); + obj.putInt("score", player.score.total_score); + obj.putInt("winscore", player.score.round_score); + player.hp_info(obj); + obj.putInt("thisboomnum", player.boomnum); + obj.putInt("piao", player.piao); + obj.putTArray("cards", CardUtil.toTArray(player.cardInhand)); + obj.putBoolean("chuntian", player.chuntian); + + obj.putTArray("handCards", CardUtil.toTArray(player.cardInhand)); + obj.putTArray("outCards", CardUtil.toTArray(player.outCards)); + + if(total) { + obj.putInt("daniao", player.daniaoScore); + obj.putInt("award", player.bonusScore); + + if(owner.endType == Constant.END_TYPE_ENTRUST) { + obj.putInt("entrust", player.entrust ? 1 : 0); + } + obj.putTObject("settle_log", player.settleLog.toTObject()); + obj.putInt("total_score", player.score.total_score); + + } + info.addTObject(obj); + } + if(win != null) { + mp.putInt("winseat",win.seat); + } + else { + mp.putInt("winseat",0); + } + mp.putTArray("remaincards", CardUtil.toTArray(owner.card.cardList)); + mp.putTArray("info", info); + mp.putInt("xipai_score", owner.xi_pai_score); + mp.putInt("anchou_score", owner.an_chou_score); + return mp; + } + + public void roomResult(EXRoom owner) { + Global.logger.info("jefe roomResult"); + ITObject result = getRoomResultData(owner,false); + result.putInt("type", 0); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, result); + } + + /** + * 房间大结算 + * @param owner + * @param dissmiss + */ + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + + ITObject result = getRoomResultData(owner,true); + + long t = System.currentTimeMillis() / 1000; + result.putLong("time", t); + result.putInt("type", dissmiss?2:1); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, result); + } + +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXMainServer.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXMainServer.java new file mode 100644 index 0000000..44e5e63 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXMainServer.java @@ -0,0 +1,66 @@ +package extend.pk; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.room.state.RoomStartGameState; + +import extend.pk.player.state.EXPlayerDiscardState; +import extend.pk.player.state.EXPlayerPassState; +import extend.pk.player.state.EXPlayerPiaoNiaoTipState; +import extend.pk.room.state.EXRoomDealState; +import extend.pk.room.state.EXRoomPiaoState; +import extend.pk.room.state.EXRoomSetpState; +import extend.pk.room.state.EXRoomStartGameState; + +/** + * + * + */ +public class EXMainServer extends MainServer { + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController) Global.gameCtr; + registerState(); + } + + private final void registerState() { + + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + Global.registerState(EXRoomPiaoState.class, new EXRoomPiaoState()); + + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerPassState.class, new EXPlayerPassState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXPlayBack.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXPlayBack.java new file mode 100644 index 0000000..c885fb5 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXPlayBack.java @@ -0,0 +1,50 @@ +package extend.pk; + + +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import extend.pk.uitl.CardUtil; + +public class EXPlayBack extends BasePlayBack{ + + public EXPlayBack(EXRoom room) { + super(room); + info.putInt("left_card", room.card.getCount()); + } + + protected ITObject getPlayerInfo(Player p) { + + EXPlayer player = (EXPlayer)p; + ITObject obj =super.getPlayerInfo(player); + ITArray cardInhand = CardUtil.toTArray(player.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + obj.putInt("piao", player.piao); + + player.hp_info(obj); + return obj; + } + + public void addOutCardCommand(int seat, CardGroup ct) { + ITObject cmdData = ct.toObject(false); + addCommand("OutCard", seat, cmdData); + } + + public void addPassCommand(int seat) { + ITObject cmdData = TObject.newInstance(); + addCommand("pass", seat, cmdData); + } + + public void addNewRoundCommand() { + ITObject cmdData = TObject.newInstance(); + addCommand("newindex", 0, cmdData); + } + + public void addResultCommand(int seat,ITObject cmdData) { + addCommand("result", seat, cmdData); + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXPlayer.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXPlayer.java new file mode 100644 index 0000000..6a6c459 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXPlayer.java @@ -0,0 +1,127 @@ +package extend.pk; + +import java.util.ArrayList; +import java.util.List; + +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITObject; + +import extend.pk.uitl.CardUtil; + + + +/** + * + * + */ +public class EXPlayer extends Player { + + /**默认action时间 20s*/ + public static final int DEFAULT_ACTION_TIME = 20000; + /**默认托管时间 1s*/ + public static final int DEFAULT_ENTRUST_TIME = 1000; + /** + * 默认准备时间 20s + */ + public static final int DEFAULT_READY_TIME = 20000; + + // 手牌 + public List cardInhand; + + //打出的牌 + public List outCards; + + public CardGroup last_outcard; + public boolean pass; + + // 放作弊场第一张牌是否关闭 + public int open = 0; + + /**春天 */ + public boolean chuntian; + + /**是否有红桃10*/ + public boolean isHaveRedTen; + + public SettleLog settleLog; + + public int boomnum = 0; + public int piao = -1; + public int daniaoScore = 0; + public int bonusScore = 0; + public int awardScore = 0; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + cardInhand = new ArrayList<>(); + outCards = new ArrayList<>(); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_WIN_COUNT, 0); + settleLog.put(Config.SETTLE_CHUNTIAN_COUNT, 0); + settleLog.put(Config.SETTLE_BOMB_COUNT, 0); + settleLog.put(Config.SETTLE_MAX_SCORE, 0); + } + + protected Score newScore() { + return new EXScore(this); + } + + @Override + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + playerData.putInt("card_size", this.cardInhand.size()); + playerData.putInt("piao", this.piao); + if(last_outcard!=null) { + playerData.putTObject("last_outcard", last_outcard.toObject(false)); + } + + if(this.room.isplaying == false) { + playerData.putTArray("cards", CardUtil.toTArray(this.cardInhand)); + + playerData.putTArray("handCards", CardUtil.toTArray(this.cardInhand)); + playerData.putTArray("outCards", CardUtil.toTArray(this.outCards)); + + playerData.putInt("score", score.total_score); + playerData.putInt("winscore", score.round_score); + playerData.putInt("thisboomnum", boomnum); + playerData.putInt("open", open); + } + return playerData; + } + + @Override + public ITObject getInfo() { + ITObject playerData = super.getInfo(); + playerData.putInt("score", score.total_score); + return playerData; + } + + + public void clear() { + super.clear(); + + } + + public void clearEx() { + + this.score.resetRound(); + this.cardInhand.clear(); + this.outCards.clear(); + this.last_outcard = null; + this.pass = false; + this.chuntian =false; + this.isHaveRedTen=false; + this.open = 0; + this.boomnum = 0; + this.piao = -1; + this.daniaoScore = 0; + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXRoom.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXRoom.java new file mode 100644 index 0000000..b61911a --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXRoom.java @@ -0,0 +1,347 @@ +package extend.pk; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + + +import com.game.Global; +import com.game.data.Player; +import com.game.data.Room; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.pk.uitl.CardConfig; +import extend.pk.uitl.CardUtil; + +public class EXRoom extends Room { + public RoomCard card; + + /**上次打牌的座位*/ + public int lastDiscardSeat; + + /**打出牌的集合 */ + public CardGroup discard; + + public EXPlayer win; + + public int firstCard = 0; + + public Map card_config_map; + + public int piaoCount = 0; + + public List> supCards; + public List targetCards; + public int adminSeat = 0; + + public int chooseover = 0; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + + card = new RoomCard(this,this.config.getInt(Config.ROOM_CONFIG_CARDNUM) == 1 ? 15 : 16,maxPlayers); + card_config_map = new HashMap(); + card_config_map.put(CardConfig.DAN.type, CardConfig.DAN); + card_config_map.put(CardConfig.DUIZI.type, CardConfig.DUIZI); + card_config_map.put(CardConfig.LIANDUI.type, CardConfig.LIANDUI); + card_config_map.put(CardConfig.SHUNZI.type, CardConfig.SHUNZI); + card_config_map.put(CardConfig.ZHA.type, CardConfig.ZHA); + card_config_map.put(CardConfig.FEIJI.type, CardConfig.FEIJI); + card_config_map.put(CardConfig.SAN_2.type, CardConfig.SAN_2); + + boolean sidai_2 = this.config.getBoolean(Config.ROOM_CONFIG_SIDAI_2); + boolean sidai_3 = this.config.getBoolean(Config.ROOM_CONFIG_SIDAI_3); + if(sidai_2) { + card_config_map.put(CardConfig.SI_2.type, CardConfig.SI_2); + } + if(sidai_3) { + card_config_map.put(CardConfig.SI_3.type, CardConfig.SI_3); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + this.isEntrust = true; + + this.supCards = new ArrayList<>(); + this.targetCards = new ArrayList<>(); + this.adminSeat = 0; + this.chooseover = 0; + } + + public void clear() { + super.clear(); + + } + + public void clearEx() { + this.activeSeat = 0; + this.discard = null; + this.lastDiscardSeat = 0; + this.win = null; + this.firstCard = 0; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + + data.putTArray("hand_card", CardUtil.toTArray(p.cardInhand)); + + data.putTArray("handCards", CardUtil.toTArray(p.cardInhand)); + data.putTArray("outCards", CardUtil.toTArray(p.outCards)); + + data.putInt("open", p.open); + + data.putInt("last_outcard_seat", this.lastDiscardSeat); + + // 游戏结束 + if(this.isplaying == false) { + + if(this.win != null) { + data.putInt("winseat", this.win.seat); + } + else + { + data.putInt("winseat", 0); + } + if(this.card.getCount() > 0) { + data.putTArray("remaincards", CardUtil.toTArray(this.card.cardList)); + } + } + + return data; + } + + /** + * + * */ + private int reMultipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score / this.hpData.getInt("times")); + } + } + return score; + } + + public void addScore(Player destPlayer, Player fromPlayer, int score, int type) { + + //// + if(multipleScore(score) > fromPlayer.hp.cur_hp) { + score = reMultipleScore((int)fromPlayer.hp.cur_hp); + // fromPlayer.hp.cur_hp -= multipleScore(score); //不能在这里扣 + } + // + + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + } + + /** + * 变更炸弹积分 + * @param destPlayer + */ + public void addAllBombScore(EXPlayer destPlayer) { + + destPlayer.settleLog.add(Config.SETTLE_BOMB_COUNT); + destPlayer.boomnum++; + + TArray seatData=TArray.newInstance(); + for (Entry entry : this.playerMapByPlaying.entrySet()) { + EXPlayer fromPlayer = (EXPlayer)entry.getValue(); + ITObject seatListData = TObject.newInstance(); + if(fromPlayer != destPlayer) { + this.addScore(destPlayer, fromPlayer, 10, EXScore.ZHA); + seatListData.putInt("bom_score", -10); + seatListData.putInt("aid", fromPlayer.playerid); + seatData.addTObject(seatListData); + }else{ + seatListData.putInt("bom_score", 20); + seatListData.putInt("aid", destPlayer.playerid); + seatData.addTObject(seatListData); + } + } + TObject allData=TObject.newInstance(); + allData.putTArray("gold_list", seatData); + this.broadCastToClient(0, Config.GAME_EVT_UPDATE_BOM_SCORE, allData); + } + + /** + * 变更游戏积分 + * @param destPlayer + */ + public void addAllScore(Player destPlayer) { + + EXPlayer dp = (EXPlayer)destPlayer; + + boolean bSpring = false; + for (Entry entry : this.playerMapByPlaying.entrySet()) { + + EXPlayer fromPlayer = (EXPlayer)entry.getValue(); + if(fromPlayer != destPlayer) { + + if(fromPlayer.cardInhand.size()>1) { + + int size =fromPlayer.cardInhand.size(); + int score = size; + + if(size == (this.config.getInt(Config.ROOM_CONFIG_CARDNUM) == 1 ? 15 : 16)) { + fromPlayer.chuntian = true; + score = size * 2; + bSpring = true; + } + + if(fromPlayer.isHaveRedTen || dp.isHaveRedTen) { + score = score * 2; + } + + if(dp.piao > 0) { + score += dp.piao; + } + + if(fromPlayer.piao > 0) { + score += fromPlayer.piao; + } + + this.addScore(destPlayer, fromPlayer, score, EXScore.WIN); + } + } + } + + // 设置玩家的当初最大分数 + for (Entry entry : this.playerMapByPlaying.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + + if(destPlayer == player) { + player.settleLog.add(Config.SETTLE_WIN_COUNT); + } + + if(player.score.round_score > player.settleLog.get(Config.SETTLE_MAX_SCORE)) { + player.settleLog.put(Config.SETTLE_MAX_SCORE, player.score.round_score); + } + } + // 增加玩家春天的个数 + if(bSpring) { + dp.settleLog.add(Config.SETTLE_CHUNTIAN_COUNT); + } + + if(totalType()) { + + if( config.containsKey(Config.ROOM_CONFIG_DANIAO) && config.getInt(Config.ROOM_CONFIG_DANIAO) > 0){ + + int daniao = this.config.getInt(Config.ROOM_CONFIG_DANIAO); + if(daniao == 1) daniao = 10; + else if(daniao == 2) daniao = 20; + else if(daniao == 3) daniao = 50; + + int maxTotalScore = 0; + int maxTotalCount = 0; + + for (Entry entry : this.playerMapBySeat.entrySet()) { + + Player player = entry.getValue(); + + if(player.score.total_score > maxTotalScore) { + + maxTotalScore = player.score.total_score; + maxTotalCount = 1; + } + else if(player.score.total_score == maxTotalScore && maxTotalScore > 0) { + + maxTotalCount++; + } + } + + // 如果存在大赢家 + if(maxTotalScore > 0 && maxTotalCount > 0) { + + for (Entry entry : this.playerMapBySeat.entrySet()) { + + EXPlayer player = (EXPlayer)entry.getValue(); + + if(player.score.total_score == maxTotalScore) { + + player.score.total_score += daniao; + player.daniaoScore = daniao; + } + else { + + player.score.total_score -= daniao * maxTotalCount; + player.daniaoScore = -daniao * maxTotalCount; + } + } + } + } + } + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + @Override + public void endGame() { + addAllScore(win); + + this.chooseover = 0; + + EXPlayBack pb = (EXPlayBack)this.playBackData; + + + ITObject pbResult = TObject.newInstance(); + + ITArray info = new TArray(); + for (Entry entry : playerMapByPlaying.entrySet()) { + EXPlayer player=(EXPlayer)entry.getValue(); + ITObject obj = TObject.newInstance(); + obj.putInt("seat", player.seat); + obj.putInt("score", player.score.round_score); + obj.putBoolean("entrust", player.entrust); + info.addTObject(obj); + } + + pbResult.putTArray("result", info); + Global.logger.error("pbResult:"+pbResult); + pb.addResultCommand(win.seat, pbResult); + + pb.addNewRoundCommand(); + super.endGame(); + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXScore.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXScore.java new file mode 100644 index 0000000..fc4343f --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/EXScore.java @@ -0,0 +1,18 @@ +package extend.pk; + +import com.game.data.Score; + +public class EXScore extends Score { + public static final int WIN = 1; + public static final int ZHA = 2; + + + public EXScore(EXPlayer owner) { + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(ZHA, 0); + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/RoomCard.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/RoomCard.java new file mode 100644 index 0000000..444716f --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/RoomCard.java @@ -0,0 +1,766 @@ +package extend.pk; + +import com.game.Global; +import extend.pk.uitl.CardUtil; + +import java.util.*; + +public class RoomCard { + + public static final int HEART_TEN = 310; + public static final int CARD_A = 14; + public static final int CARD_2 = 15; + public static final int CARD_3 = 3; + public List cardList; + public List cardListTemp; + EXRoom room; + int num; + int maxPlayer; + Random rand = new Random(); + + int boomNumLimit = rand.nextInt(2) + 2; + int sangzhangNumLimit = rand.nextInt(5) + 10; + + int totalBoomNum = 0; + int totalSanZhangNum = 0; + + public RoomCard(EXRoom table,int num,int maxPlayer) { + this.cardList = new ArrayList(); + this.cardListTemp = new ArrayList(); + this.room = table; + this.num = num; + this.maxPlayer = maxPlayer; + } + + public void init() { + this.boomNumLimit = rand.nextInt(2) + 2; + this.sangzhangNumLimit = rand.nextInt(5) + 10; + + this.totalBoomNum = 0; + this.totalSanZhangNum = 0; + this.cardList.clear(); + this.initCard(); + int currentBoomNum = 0; + int currentSanZhangNum = 0; + Map result = new HashMap(); + do { + currentBoomNum = 0; + currentSanZhangNum = 0; + this.shuffle(); + for(int i = 0; i entry : result.entrySet()) { + if(entry.getValue() >= 4) { + currentBoomNum++; + } + else if(entry.getValue() == 3) { + currentSanZhangNum++; + } + } + } + } + }while((currentBoomNum + totalBoomNum > boomNumLimit) || (currentSanZhangNum + totalSanZhangNum > sangzhangNumLimit)); + } + + private void initCard() { + for (int index = 3; index <= 13; index++) { + + if(!(index == 13 && this.num == 15)) { + // 方片 + this.cardList.add(new CardObj(100 + index)); + } + // 梅花 + this.cardList.add(new CardObj(200 + index)); + // 红桃 + this.cardList.add(new CardObj(300 + index)); + // 黑桃 + this.cardList.add(new CardObj(400 + index)); + } + + + if(this.num == 16) { + this.cardList.add(new CardObj(214)); + this.cardList.add(new CardObj(314)); + this.cardList.add(new CardObj(414)); + + this.cardList.add(new CardObj(415)); + } + else { + this.cardList.add(new CardObj(214)); + this.cardList.add(new CardObj(415)); + } + + + rand.setSeed(System.currentTimeMillis()); + int len = this.cardList.size(); + for(int i = 0; i < len; i++) { + + int randpos = rand.nextInt(1000000000) % len; + CardObj cotemp = this.cardList.get(i); + + this.cardList.set(i, this.cardList.get(randpos)); + this.cardList.set(randpos,cotemp); + } + + Global.logger.info("RoomCard initCard(): "+this.cardList); + } + + private void shuffle() { + for(int i = 0; i < 100; i++) + { + Collections.shuffle(this.cardList); + } + Random rand = new Random(); + int len = this.cardList.size(); + + for(int i = 0; i < 10000; i++) { + rand.setSeed(System.currentTimeMillis()); + int start = rand.nextInt(len); + int end = rand.nextInt(len); + + CardObj co = this.cardList.get(start); + this.cardList.set(start, this.cardList.get(end)); + this.cardList.set(end, co); + } + } + + public CardObj pop() { + CardObj card = this.cardList.remove(0); + return card; + } + + public int getCount() { + return this.cardList.size(); + } + + public List deal0(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + + dealCards.add(new CardObj(415)); + dealCards.add(new CardObj(214)); + dealCards.add(new CardObj(314)); + dealCards.add(new CardObj(414)); + + dealCards.add(new CardObj(204)); + dealCards.add(new CardObj(304)); + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(110)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(207)); + dealCards.add(new CardObj(307)); + + dealCards.add(new CardObj(208)); + dealCards.add(new CardObj(209)); + } + + return dealCards; + } + + public List deal1(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(103)); + dealCards.add(new CardObj(203)); + dealCards.add(new CardObj(303)); + + dealCards.add(new CardObj(104)); + dealCards.add(new CardObj(204)); + dealCards.add(new CardObj(304)); + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(110)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(207)); + dealCards.add(new CardObj(307)); + + dealCards.add(new CardObj(208)); + dealCards.add(new CardObj(209)); + } + + return dealCards; + } + + + public List deal2(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + dealCards.add(new CardObj(105)); + dealCards.add(new CardObj(205)); + dealCards.add(new CardObj(305)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(108)); + + dealCards.add(new CardObj(110)); + + } + else if(seat == 2) { + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(209)); + dealCards.add(new CardObj(309)); + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(210)); + dealCards.add(new CardObj(310)); + + //dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List deal3(int seat){ + + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(107)); + + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(108)); + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(111)); + dealCards.add(new CardObj(112)); + dealCards.add(new CardObj(113)); + dealCards.add(new CardObj(114)); + dealCards.add(new CardObj(215)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List deal4(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(207)); + dealCards.add(new CardObj(307)); + + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(208)); + dealCards.add(new CardObj(308)); + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(209)); + dealCards.add(new CardObj(309)); + + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(210)); + dealCards.add(new CardObj(310)); + dealCards.add(new CardObj(410)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List deal6(int seat){ + List dealCards = new ArrayList(); + + if(seat == 1) { + dealCards.add(new CardObj(103)); + dealCards.add(new CardObj(203)); + + dealCards.add(new CardObj(104)); + dealCards.add(new CardObj(204)); + + dealCards.add(new CardObj(105)); + dealCards.add(new CardObj(105)); + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(106)); + + dealCards.add(new CardObj(107)); + dealCards.add(new CardObj(107)); + + dealCards.add(new CardObj(108)); + dealCards.add(new CardObj(108)); + + dealCards.add(new CardObj(109)); + dealCards.add(new CardObj(109)); + + dealCards.add(new CardObj(110)); + dealCards.add(new CardObj(110)); + } + else if(seat == 2) { + + dealCards.add(new CardObj(106)); + dealCards.add(new CardObj(206)); + dealCards.add(new CardObj(306)); + + dealCards.add(new CardObj(107)); + } + + return dealCards; + } + + public List dealTest(int seat){ + + List dealCards = deal2(seat); + if(dealCards == null || dealCards.size() == 0) { + + dealCards = deal(); + } + + return dealCards; + } + + // 发牌 + public List deal(boolean room_white, boolean is_white, double room_rate, int white_black_status, double black_white_rate, double black_black_rate, int maxDanPai, int maxDuizi, int maxSanZhang) { + List dealCards = new ArrayList(); + shuffle(); + + double rand1 = Math.random() % 100 * 100; + for (int index = 0; index < this.num ; index++) { + if (room_white && is_white) + { + if (rand1 > room_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards xingyun card"); + } + } + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else { + if (white_black_status == 2) { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards white card"); + } + } + + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else if (white_black_status == 1) { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards black card"); + } + } +; + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, true, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, true, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else { + if (room_white && rand1 > room_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards general cha card"); + } + } + + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxDanPai == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards general cha card"); + } + } + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, maxDanPai, maxDuizi, maxSanZhang)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, 0, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + } + } + } + shuffle(); + + Map result = new HashMap(); + CardUtil.getCardNumMap(result, dealCards); + for(Map.Entry entry : result.entrySet()) { + if(entry.getValue() >= 4) { + this.totalBoomNum++; + } + else if(entry.getValue() == 3) { + this.totalSanZhangNum++; + } + } + + return dealCards; + } + + boolean isGooodCard(int card, List dealCards, boolean black, int maxDanPai, int maxDuizi, int maxSanZhang) + { + if (isGooodCard2(card, dealCards, black, maxDanPai, maxDuizi, maxSanZhang)) { + return true; + } + + if (maxDanPai != 0) + { + if (card >= maxDanPai) + { + return true; + } + } + + if (maxDanPai != 0) + { + if (CardUtil.checkGoodCard(card, dealCards, 1)) { + if (card >= maxDuizi) + { + return true; + } + } + } + + if (maxDanPai != 0) + { + if (CardUtil.checkGoodCard(card, dealCards, 2)) { + if (card >= maxSanZhang) + { + return true; + } + } + } + + return false; + } + + boolean isGooodCard2(int card, List dealCards, boolean black, int maxDanPai, int maxDuizi, int maxSanZhang) + { + double rand = Math.random() % 100 * 100; + if (black) + { + if (CardUtil.checkGoodCard(card, dealCards, 3) && rand < 70) { + Global.logger.info("remove zhadan"); + return true; + } + + if (CardUtil.checkFenJi(card, dealCards) && rand < 70) + { + Global.logger.info("remove feiji"); + return true; + } + + if (CardUtil.checkSevenShunzi(card, dealCards) && rand < 70) + { + Global.logger.info("remove sevent shun zi"); + return true; + } + + if (CardUtil.checkFourDui(card, dealCards) && rand < 70) + { + Global.logger.info("remove four dui"); + return true; + } + + if (CardUtil.checkQPai(card, dealCards) && rand < 70) + { + Global.logger.info("remove checkQPai"); + return true; + } + } + else { + if (CardUtil.checkGoodCard(card, dealCards, 3) && rand < 50) { + Global.logger.info("remove zhadan"); + return true; + } + + if (CardUtil.checkFenJi(card, dealCards) && rand < 50) + { + Global.logger.info("remove feiji"); + return true; + } + + if (CardUtil.checkSevenShunzi(card, dealCards) && rand < 50) + { + Global.logger.info("remove sevent shun zi"); + return true; + } + + if (CardUtil.checkFourDui(card, dealCards) && rand < 50) + { + Global.logger.info("remove four dui"); + return true; + } + + if (CardUtil.checkQPai(card, dealCards) && rand < 50) + { + Global.logger.info("remove checkQPai"); + return true; + } + } + + + return false; + } + + public List deal() { + List dealCards = new ArrayList(); + + for (int index = 0; index < this.num ; index++) { + dealCards.add(this.pop()); + } + + Map result = new HashMap(); + CardUtil.getCardNumMap(result, dealCards); + for(Map.Entry entry : result.entrySet()) { + if(entry.getValue() >= 4) { + this.totalBoomNum++; + } + else if(entry.getValue() == 3) { + this.totalSanZhangNum++; + } + } + + return dealCards; + } + +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/SettleLog.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/SettleLog.java new file mode 100644 index 0000000..eb6b8c6 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/SettleLog.java @@ -0,0 +1,44 @@ +package extend.pk; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class SettleLog { + private Map log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..3980ff3 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java @@ -0,0 +1,429 @@ +package extend.pk.player.state; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map; + +import com.game.Global; +import com.game.Router; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TObject; +import extend.pk.CardGroup; +import extend.pk.CardObj; +import extend.pk.Config; +import extend.pk.EXActionEvent; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.RoomCard; +import extend.pk.room.state.EXRoomSetpState; +import extend.pk.uitl.CardCheck; +import extend.pk.uitl.CardConfig; +import extend.pk.uitl.CardUtil; + +/** + * 等待玩家出牌状态 + * + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + // 设置防作弊场开牌的标志 + owner.open = 1; + + EXRoom room = owner.getRoom(); + + //如果最后一次打牌的座位等于自己 并且牌型是炸弹 + if(room.lastDiscardSeat == owner.seat&&room.discard.config == CardConfig.ZHA) { + + room.addAllBombScore(owner);//炸弹玩家增加积分 + } + + //如果最后一次的打牌的座位不等于零并且最后一次打牌的座位不等于自己 + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + + boolean bNextBaodan = false; + EXPlayer next = (EXPlayer) owner.room.playerMapBySeat.get(owner.nextSeat); + if(next.cardInhand.size() == 1) { + bNextBaodan = true; + } + CardGroup big_ct = CardCheck.genOutCard(owner.cardInhand, room.discard,room.config,bNextBaodan); + if(big_ct==null) { + + owner.stateMachine.changeState(Global.getState(EXPlayerPassState.class)); + return; + } + else { + + if(big_ct.config.type == Config.TYPE_ZHA ) { + // 如果能出完,就自动出完 + if(big_ct.card_list.size() == owner.cardInhand.size()) { + + doAction(owner,big_ct,true); + return; + } + } + else { + + boolean bContainZha = false; + + boolean bThreeA = false; + if(owner.room.config.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + Map cardMap =CardUtil.getCardNumMap(owner.cardInhand); + for(Map.Entry entry : cardMap.entrySet()) { + + int handNum = cardMap.get(entry.getKey()); + + // 4张牌 不能出现在处大赞的牌型中 + if(handNum >= 4) { + + bContainZha = true; + } + + // 三条A 不能拆 + if(entry.getKey() == RoomCard.CARD_A && bThreeA && handNum >= 3) { + + bContainZha = true; + } + } + + if(big_ct.card_list.size() == owner.cardInhand.size() && bContainZha == false) { + doAction(owner,big_ct,true); + return; + } + } + } + } + else { + + // 自动出牌 + CardGroup auto_ct = CardCheck.autoOutLastHand(owner.cardInhand, room.config,false); + if(auto_ct != null) { + doAction(owner,auto_ct,true); + return; + } + } + EXMainServer.gameCtr.discardTipEvent(owner); + + owner.startActionTimer(); + } + + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.discardTipEvent(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + public void over(EXPlayer owner) { + EXRoom room = owner.getRoom(); + room.bankerSeat = owner.seat; + room.win = owner; + room.endGame(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + + ITObject netParam = (ITObject) param; + ITArray card_list = netParam.getTArray("card"); + ITArray all_card = netParam.getTArray("all_card"); + + if (all_card != null) + { + ArrayList temCardList = new ArrayList(); + for(int i=0;i< all_card.size();++i) { + temCardList.add(all_card.getInt(i)); + } + Collections.sort(temCardList); + + ArrayList temCardList2 = new ArrayList(); + for(int i=0;i< owner.cardInhand.size();++i) { + temCardList2.add(owner.cardInhand.get(i).card); + } + Collections.sort(temCardList2); + + if (!temCardList.equals(temCardList2)) + { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + } + + // 如果出的牌的个数为0 或者大于手牌的数目 则是非法的 + if (card_list.size() == 0 || card_list.size() > owner.cardInhand.size()) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + + List list = CardUtil.toList(card_list); + + + for(CardObj card : list) { + + boolean bNotExisted = false; + + for(CardObj handc : owner.cardInhand) { + if(card.card == handc.card) { + bNotExisted = true; + break; + } + } + + if(bNotExisted == false) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + } + + if(owner.getRoom().firstCard != 0 && CardUtil.getCard1(owner.getRoom().firstCard, list) == null) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_MUST_OUT_MIN); + return; + } + + CardGroup ct = CardCheck.getType(list, owner.room.config); + if(ct == null) { + + if (CardCheck.isConfig4_2_and_4_3(owner.room.config)) { + //四带二/四带三摆尾 + if (list.size() == owner.cardInhand.size()) { //最后一把 + Map cardMap =CardUtil.getCardNumMap(list); + + if(owner.room.config.containsKey(Config.ROOM_CONFIG_SIDAI_2) && owner.room.config.getBoolean(Config.ROOM_CONFIG_SIDAI_2)) { + if (list.size() == 5) { + ct = CardCheck.checkSiWithTwo(cardMap,owner.room.config); + } + } + + if (ct == null) { + if(owner.room.config.containsKey(Config.ROOM_CONFIG_SIDAI_3) && owner.room.config.getBoolean(Config.ROOM_CONFIG_SIDAI_3)) { + if (list.size() == 5 || list.size() == 6) { + ct = CardCheck.checkSiWithThree(cardMap,owner.room.config); + } + } + } + + if (ct != null) { + for(CardObj cardObj : owner.cardInhand) { + ct.card_list.add(cardObj); + } + ct.card_list_mp = CardUtil.toTArray(ct.card_list); + } + } + } + + + if (ct == null) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + } + + boolean bThreeA = false; + if(owner.room.config.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + //验证客户端发过来的类型 + if(!CardCheck.tryType(ct,owner.cardInhand.size(),owner.room.config)) { + + // tryType 判断3条a判断不出来, 所以 + if(!(ct.config.type == Config.TYPE_ZHA && + card_list.size() == 3 && + bThreeA && + CardUtil.checkCard(RoomCard.CARD_A, list, 3))) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + } + + // 如果炸弹不允许拆分,则检测非炸弹和4带三的牌型,看他们是否拆分了炸弹 + if(owner.room.config.getInt(Config.ROOM_CONFIG_DEMOLITION) == 1) { + + if(ct.config.type != Config.TYPE_ZHA ) { + + Map hangCardMap =CardUtil.getCardNumMap(owner.cardInhand); + Map cardMap =CardUtil.getCardNumMap(list); + for(Map.Entry entry : cardMap.entrySet()) { + + int handNum = hangCardMap.get(entry.getKey()); + + // 4张牌 不能出现在处大赞的牌型中 + if(handNum >= 4) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_BOMB_CHAI); + return; + } + + // 三条A 不能拆 + if(entry.getKey() == RoomCard.CARD_A && bThreeA && handNum == 3) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_BOMB_CHAI); + return; + } + } + } + } + + doAction(owner,ct,false); + break; + + case EXActionEvent.EVENT_PASS: + + if(owner.room.config.getInt(Config.ROOM_CONFIG_WILL_BE_OUT) == 1) { + return; + } + pass(owner); + + break; + case EXActionEvent.EVENT_OFFLINE: + owner.startActionTimer(); + break; + case EXActionEvent.EVENT_TIMER_AUTO: + case EXActionEvent.EVENT_ENTRUST: + + AutoOut(owner); + break; + } + } + + private void AutoOut(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + + CardGroup big_ct = null; + EXPlayer playerNext = (EXPlayer)room.playerMapBySeat.get(owner.nextSeat); + if(playerNext != null && room.discard.config.type ==Config.TYPE_DANPAI && playerNext.cardInhand.size() == 1) { + + Map> cardMap =CardUtil.getCardListMap(owner.cardInhand); + big_ct = CardCheck.selectDanpai(cardMap,room.discard,room.config,true); + }else { + big_ct = CardCheck.tryBig(owner.cardInhand, room.discard); + } + + if (big_ct != null) { + big_ct.card_list_mp = CardUtil.toTArray(big_ct.card_list); + doAction(owner,big_ct,true); + } else { + Global.logger.info("big_ct == null pass !!!!!!!!!!!!"); + pass(owner); + } + + }else { + + // 在托管或者自动出牌的时候 系统先出炸弹,如果炸弹没有 再出单张 + // 将来可以把这个函数做的能智能一些,不光可以出炸弹 也可以出顺子飞机等等 + CardGroup out_ct = CardCheck.autoOut(owner.cardInhand, owner.room.config); + if(out_ct == null) { + + out_ct = new CardGroup(); + List out_list = new ArrayList<>(); + out_ct.card_list = out_list; + out_ct.config = CardConfig.DAN; + out_ct.len = 1; + + if(room.firstCard != 0) { + CardObj co = CardUtil.getCard1(room.firstCard, owner.cardInhand); + out_list.add(co); + } + else + { + EXPlayer next = (EXPlayer) owner.room.playerMapBySeat.get(owner.nextSeat); + if(next.cardInhand.size() == 1) { + out_list.add(owner.cardInhand.get(owner.cardInhand.size() -1)); + }else { + out_list.add(owner.cardInhand.get(0)); + } + } + } + + out_ct.card_list_mp = CardUtil.toTArray(out_ct.card_list); + out_ct.min_card = out_ct.card_list.get(0).cardMod; + + doAction(owner,out_ct,true); + } + } + + private void pass(EXPlayer owner) { + EXMainServer.gameCtr.pass(owner);//打不起过 + this.toNextState(owner);//下一位大哥 + } + + private void doAction(EXPlayer owner,CardGroup ct,boolean skip) { + + EXRoom room = owner.getRoom(); + boolean outcard = true; + if(!skip) { + + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + outcard = CardCheck.tryCompete(room.discard, ct,room.config); + } + + // 如果玩家的下家只有一张牌,玩家出单张必须是最大的 + if(outcard && ct.config.type == Config.TYPE_DANPAI) { + + EXPlayer playerNext = (EXPlayer)room.playerMapBySeat.get(owner.nextSeat); + if(playerNext != null && playerNext.cardInhand.size() == 1) { + + Map cardMap =CardUtil.getCardNumMap(owner.cardInhand); + for(Integer number : cardMap.keySet()) { + + if(ct.min_card < number) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_MUST_OUT_MAX); + return; + } + } + } + } + } + if(!outcard) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + + EXMainServer.gameCtr.outCard(owner,ct); + + if (owner.cardInhand.size() == 0) { + // 如果最后一手牌是炸弹 则需要添加炸弹分 + if(ct.config.type == Config.TYPE_ZHA) { + + room.addAllBombScore(owner);//炸弹玩家增加积分 + } + this.over(owner); + } else { + this.toNextState(owner); + } + } + + +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/player/state/EXPlayerPassState.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/player/state/EXPlayerPassState.java new file mode 100644 index 0000000..7985073 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/player/state/EXPlayerPassState.java @@ -0,0 +1,52 @@ +package extend.pk.player.state; + +import com.game.Global; +import com.game.data.Timer; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.room.state.EXRoomSetpState; + +/** + * 等待玩家Pass状态 + * + * + */ +public class EXPlayerPassState extends StateBase { + + private void pass(EXPlayer owner) { + EXMainServer.gameCtr.pass(owner);//打不起过 + this.toNextState(owner);//下一位大哥 + } + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if(!owner.entrust) { + Timer passTimer = new Timer(1000, new Timer.ITaskHandler() { + @Override + public void doTask(Timer timer) { + pass(owner); + } + }); + room.addTimer(passTimer); + }else { + pass(owner); + } + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..d2ecadb --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,64 @@ +package extend.pk.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; + +import extend.pk.EXActionEvent; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; + + + +public class EXPlayerPiaoNiaoTipState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + EXMainServer.gameCtr.piaoTipEvent(owner,0); + } + owner.startActionTimer(); + } + + /** + * 重连 + * @param owner + */ + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.piaoTipEvent(owner,1); + owner.startActionTimer(); + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.piao = id; + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoCount --; + EXMainServer.gameCtr.piaoEvent(owner); + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO, gid, null); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_PIAO)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner, id, gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO) || cmd.equals(ActionEvent.EVENT_ENTRUST)) { + _action(owner,0,gid); + } + else if(cmd.equals(ActionEvent.EVENT_OFFLINE)) { + owner.startActionTimer(); + } + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomDealState.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomDealState.java new file mode 100644 index 0000000..c2e34a9 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomDealState.java @@ -0,0 +1,112 @@ +package extend.pk.room.state; + + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.pk.Config; +import extend.pk.EXMainServer; +import extend.pk.EXPlayBack; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.uitl.CardCheck; + +import java.util.Map; +import java.util.concurrent.TimeUnit; + +/** + * 房间发牌状态 + * + * + */ +public class EXRoomDealState extends StateBase { + @Override + public void enter(EXRoom owner) { + boolean donghua = false; + for (Map.Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + this.toNextState(owner); + } + + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 3000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXRoom owner) { + //owner.card.init(); + if(owner.bankerSeat!=0&&!owner.playerMapBySeat.containsKey(owner.bankerSeat)) { + owner.bankerSeat = 0; + } + EXMainServer.gameCtr.dealCard(owner); + + owner.playBackData = new EXPlayBack(owner); + + if(owner.config.getInt(Config.ROOM_CONFIG_MINBOOM) == 1) { + + int startSpringSeat = 0; + int seat = owner.bankerSeat; + do { + + EXPlayer player = (EXPlayer)owner.playerMapBySeat.get(seat); + if(CardCheck.checkStartSpring(player.cardInhand)) { + + startSpringSeat = seat; + break; + } + }while(seat != owner.bankerSeat); + + if(startSpringSeat != 0) { + owner.bankerSeat = startSpringSeat; + owner.win = (EXPlayer)owner.playerMapBySeat.get(startSpringSeat); + owner.endGame(); + return; + } + } + + + + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomPiaoState.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomPiaoState.java new file mode 100644 index 0000000..dbb1ce8 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomPiaoState.java @@ -0,0 +1,31 @@ +package extend.pk.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.pk.EXActionEvent; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerPiaoNiaoTipState; + +public class EXRoomPiaoState extends StateBase{ + + @Override + public void enter(EXRoom owner) { + owner.piaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO)) { + if(owner.piaoCount==0) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + } + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomSetpState.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..ce6843c --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomSetpState.java @@ -0,0 +1,35 @@ +package extend.pk.room.state; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerDiscardState; + +/** + * 房间转换座位 + * + * + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + EXPlayer player = null; + if (owner.activeSeat == 0) { + player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = (EXPlayer) owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = (EXPlayer) owner.playerMapBySeat.get(nextSeat); + } + + + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + + player.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomStartGameState.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..665018e --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/room/state/EXRoomStartGameState.java @@ -0,0 +1,43 @@ +package extend.pk.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.pk.Config; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; + +/** + * 房间开始状态 + * + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { + + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + player.clearEx(); + } + owner.clearEx(); + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + + if(owner.config.containsKey(Config.ROOM_CONFIG_PIAO) && owner.config.getInt(Config.ROOM_CONFIG_PIAO) != 0) { + owner.stateMachine.changeState(Global.getState(EXRoomPiaoState.class)); + } + else{ + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/uitl/CardCheck.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/uitl/CardCheck.java new file mode 100644 index 0000000..633bdff --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/uitl/CardCheck.java @@ -0,0 +1,1288 @@ +package extend.pk.uitl; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; + +import extend.pk.CardGroup; +import extend.pk.CardObj; +import extend.pk.Config; +import extend.pk.RoomCard; + + +/** + * + * + */ +public class CardCheck { + + /** + * 服务器跟牌判定 + * @param cardInhand + * @param out + * @param roomConfig + * @param nextBaodan + * @return + */ + public static CardGroup genOutCard(List cardInhand,CardGroup out,ITObject roomConfig,boolean nextBaodan) { + + CardGroup cg = null; + + Map> cardMap =CardUtil.getCardListMap(cardInhand); + int handCardSize = cardInhand.size(); + // 如果有炸弹 并且玩家手上仅剩下炸弹 就不用找了 直接出牌就可以了 + cg = selectZha(cardMap,out,roomConfig); + if(cg != null && cg.card_list.size() == handCardSize) { + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + return cg; + } + + // 如果别的玩家出的是一张单牌,则寻找一个合适的单牌,如果找不到就用炸弹,炸弹没有则过 + if(out.config.type == Config.TYPE_DANPAI) { + + CardGroup tempCg = selectDanpai(cardMap,out,roomConfig,nextBaodan); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是不能带牌的牌型(对子,顺子,连队)则寻找合适的牌型,如果找不到就用炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_DUIZI + || out.config.type == Config.TYPE_SHUNZI + || out.config.type == Config.TYPE_LIANDUI) { + + CardGroup tempCg = selectWithoutCardType(handCardSize,cardMap,out,roomConfig); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是带牌的三带牌型 ,则寻找合适的牌型,如果找不到就用炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_3_2) { + + boolean bLack = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_LACK) == 1) { + bLack = true; + } + + CardGroup tempCg = selectWithCardType(cardInhand,cardMap,out,roomConfig,bLack); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是带牌的飞机牌型,则寻找合适的牌型,如果找不到用则炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_FEIJI) { + + boolean bLack = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_PLANE_LACK) == 1) { + bLack = true; + } + + CardGroup tempCg = selectWithCardType(cardInhand,cardMap,out,roomConfig,bLack); + if(tempCg != null) { + cg = tempCg; + } + } + // 如果是四带二或者四带三 就不处理了,如果有炸弹,则玩家自己去选择是炸还是跟,如果没有炸弹 玩家也大不了,所以后面就不用判断了 + if(cg != null) { + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + return cg; + } + + /** + * 选择炸弹 + * @param cardMap + * @param out + * @param roomConfig + * @return + */ + private static CardGroup selectZha(Map> cardMap,CardGroup out,ITObject roomConfig) { + + CardGroup cg = null; + + boolean bThreeA = false; + if(roomConfig != null && roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + int minValue = 0; + if(out.config.type == Config.TYPE_ZHA) { + minValue = out.min_card; + } + + for(Map.Entry> entry : cardMap.entrySet()) { + + if(entry.getValue().size() == 4 || ( entry.getKey() == RoomCard.CARD_A && bThreeA && entry.getValue().size() == 3)) { + + if(entry.getKey() > minValue) { + + cg = new CardGroup(); + + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + + cg.card_list = new ArrayList<>(); + for(CardObj cardObj : entry.getValue()) { + cg.card_list.add(cardObj); + } + break; + } + } + } + + return cg; + } + + /** + * 选择单牌 + * @param cardMap + * @param out + * @param roomConfig + * @param nextBaodan + * @return + */ + public static CardGroup selectDanpai(Map> cardMap,CardGroup out,ITObject roomConfig,boolean nextBaodan) { + CardGroup cg = null; + + int minValue = out.min_card + 1; + + boolean bDemolition = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_DEMOLITION) == 1) { + bDemolition = true; + } + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + if(!nextBaodan) { + + for(int i = minValue; i <= 15; i++) { + + List listCard = cardMap.get(i); + if(listCard != null && listCard.size() >= 1) { + // 如果是炸弹 并且不能拆分炸弹,则不能用它作为单牌来处理 + if(bDemolition && (listCard.size() == 4 || (i == RoomCard.CARD_A && bThreeA && listCard.size() == 3 ))) { + + } + else { + cg = new CardGroup(); + + cg.config = CardConfig.DAN; + cg.min_card = i; + cg.len = 1; + + cg.card_list = new ArrayList<>(); + cg.card_list.add(listCard.get(0)); + break; + } + } + } + } + else + { + for(int i = 15; i >= minValue; i--) { + + List listCard = cardMap.get(i); + if(listCard != null && listCard.size() >= 1) { + + // 如果是炸弹 并且不能拆分炸弹,则不能用它作为单牌来处理 + if(bDemolition && (listCard.size() == 4 || (i == RoomCard.CARD_A && bThreeA && listCard.size() == 3))) { + + } + else { + + cg = new CardGroup(); + + cg.config = CardConfig.DAN; + cg.min_card = i; + cg.len = 1; + + cg.card_list = new ArrayList<>(); + cg.card_list.add(listCard.get(0)); + break; + } + } + } + } + + return cg; + } + + /** + * 选择不需要带牌的牌型 + * @param handCardSize + * @param cardMap + * @param out + * @param roomConfig + * @return + */ + private static CardGroup selectWithoutCardType(int handCardSize,Map> cardMap,CardGroup out,ITObject roomConfig) { + CardGroup cg = null; + + boolean bDemolition = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_DEMOLITION) == 1) { + bDemolition = true; + } + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + int len = out.len; + + // 如果手牌数满足要求 + if( handCardSize >= len * out.config.repeat_num ) { + + List card_list = new ArrayList(); + + //最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + int min_card = out.min_card + 1; + + //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + int max_card = min_card+len -1; + + //长度如果大于一并且最大的牌 + if(!(len>1&&max_card>14)) { + + int count =0; + + for(int i = min_card; i <= 14;++i) { + + List list =cardMap.get(i); + + // 如果牌值对应的牌为空 或者他是炸弹,则之前找到的牌取消 + if( list == null || (bDemolition && (list.size() == 4 || (i == RoomCard.CARD_A && bThreeA && list.size() == 3))) ) { + count=0; + card_list.clear(); + continue; + } + + // 如果牌值对应的牌的个数满足要求,则将牌放入队列中 + if(list.size() >=out.config.repeat_num) { + + for(int k = 0; k < out.config.repeat_num;++k) { + card_list.add(list.get(k)); + } + count++; + + // 如果已经找到了足够数量的相同牌型 + if(count == len) { + + cg = new CardGroup(); + + cg.config = out.config; + cg.card_list = card_list; + cg.len = len; + cg.min_card = card_list.get(0).cardMod; + + return cg; + } + }else { + count=0; + card_list.clear(); + } + } + } + } + + return cg; + } + + private static CardGroup selectWithCardType(List cardInhand, + Map> cardMap, + CardGroup out, + ITObject roomConfig, + boolean bLack) { + + CardGroup cg = null; + + int handCardSize = cardInhand.size(); + + boolean bDemolition = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_DEMOLITION) == 1) { + bDemolition = true; + } + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + int len = out.len; + + // 如果手牌数满足要求 + if( handCardSize >= len * out.config.repeat_num ) { + + List card_list = new ArrayList(); + + //最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + int min_card = out.min_card + 1; + + //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + int max_card = min_card+len -1; + + //长度如果大于一并且最大的牌 + if(!(len>1&&max_card>14)) { + + int count =0; + + for(int i = min_card; i <= 14;++i) { + + List list =cardMap.get(i); + + // 如果牌值对应的牌为空 或者他是炸弹,则之前找到的牌取消 + if( list == null || (bDemolition && (list.size() == 4 || (i == RoomCard.CARD_A && bThreeA && list.size() == 3))) ) { + count=0; + card_list.clear(); + continue; + } + + // 如果牌值对应的牌的个数满足要求,则将牌放入队列中 + if(list.size() >= out.config.repeat_num) { + + for(int k = 0; k < out.config.repeat_num;++k) { + card_list.add(list.get(k)); + } + count++; + + // 如果已经找到了足够数量的相同牌型 + if(count == len) { + + int sd = out.config.repeat_num * len + out.config.with_card_num * len; + + boolean sandaidan = roomConfig.containsKey(Config.ROOM_CONFIG_SANDAIDAN) && roomConfig.getInt(Config.ROOM_CONFIG_SANDAIDAN) == 1; + if(sandaidan) { + + if(handCardSize < out.card_list.size()) { + return cg; + } + } + else { + + if(bLack == false && handCardSize < sd) { + + return cg; + } + } + + // 新建一个临时的列表,来保存剩余的牌 + List tem_list = new ArrayList(); + tem_list.addAll(cardInhand); + CardUtil.removeCard(tem_list, card_list); + + // 如果剩余的牌有炸弹,则需要把剩余牌中的炸弹对应的牌从临时列表中剔除,以确定是否有足够的单牌 + // 如果因为剔除的原因,最后牌型不能做成,那就提示他有炸弹出就可以了 + Map> reservedCardMap = CardUtil.getCardListMap(tem_list); + int duiNum = 0; + for(Map.Entry> entry : reservedCardMap.entrySet()) { + + int num = entry.getValue().size(); + if(num == 4 || (entry.getKey() == RoomCard.CARD_A && bThreeA && num == 3)) { + + CardUtil.removeCard(tem_list, entry.getValue()); + } + + if(num >= 2) { + duiNum++; + } + } + + + if(sandaidan) { + + boolean isDui = sd == out.card_list.size(); + if(isDui) { + + if(duiNum < len) { + return cg; + } + + for(Map.Entry> entry : reservedCardMap.entrySet()) { + + int num = entry.getValue().size(); + if(num >= 2 && num < 4) { + card_list.add(entry.getValue().get(0)); + card_list.add(entry.getValue().get(1)); + } + } + + }else { + + for(int m = 0; m < len; m++) { + card_list.add(tem_list.get(m)); + } + } + } + else { + + // 如果手牌数多于牌型的基本要求 + if(handCardSize >= sd) { + + if(tem_list.size() < out.config.with_card_num * len) { + return cg; + } + + for(int m = 0; m < out.config.with_card_num * len; m++) { + card_list.add(tem_list.get(m)); + } + } + else { + + card_list.addAll(tem_list); + } + } + + cg = new CardGroup(); + + cg.config = out.config; + cg.card_list = card_list; + cg.len = len; + cg.min_card = card_list.get(0).cardMod; + + return cg; + } + }else { + count=0; + card_list.clear(); + } + } + } + } + + return cg; + } + + /** + * 得到所出牌的牌型 + * @param cardOut + * @param roomConfig + * @return + */ + public static CardGroup getType(List cardOut,ITObject roomConfig) { + + CardGroup cg = autoOutLastHand(cardOut,roomConfig,true); + if(cg == null) { + + int len = cardOut.size(); + int sidai = roomConfig.getInt(Config.ROOM_CONFIG_SIDAI); + // 看看所处的牌是否 4带2 或者4带3 + if((len == 6 && sidai == 2) || (len == 7 && sidai == 3)) { + + Map cardMap =CardUtil.getCardNumMap(cardOut); + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + if(len == 6) { + cg.config = CardConfig.SI_2; + } + else{ + cg.config = CardConfig.SI_3; + } + + cg.min_card = entry.getKey(); + cg.len = 1; + + for(CardObj cardObj : cardOut) { + cg.card_list.add(cardObj); + } + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + } + } + } + + return cg; + } + + /** + * + * @param cardInhand + * @param roomConfig + * @return + */ + public static CardGroup autoOutLastHand(List cardInhand,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + Map cardMap =CardUtil.getCardNumMap(cardInhand); + + int len = cardInhand.size(); + if(len == 1) + { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.DAN; + cg.min_card = cardInhand.get(0).cardMod; + cg.len = 1; + } + else if(len == 2) { + cg = checkTwo(cardMap); + } + else if(len == 3) { + + cg = checkThree(cardMap,roomConfig); + } + else if(len == 4) { + + cg = checkFour(cardMap,roomConfig); + } + else if(len == 5) { + + if(isConfig4_2_and_4_3(roomConfig) && getMaxCardNum(cardMap) == 4){//四带一 + return null;//不能判为三带二 + } + + cg = checkFive(cardMap,roomConfig,bSpecial); + } + else{ + if (bSpecial) { + if (len == 6) { + cg = checkSiWithTwo(cardMap,roomConfig); + } + + if (len == 7) { + cg = checkSiWithThree(cardMap,roomConfig); + } + } + + if (cg == null) { + cg = checkShunzi(len,cardMap,roomConfig); + if(cg == null) { + cg = checkLiandui(len,cardMap,roomConfig); + if(cg == null) { + cg = checkFeiji(len,cardMap,roomConfig,bSpecial); + } + } + } + } + + if(cg != null) { + + for(CardObj cardObj : cardInhand) { + cg.card_list.add(cardObj); + } + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + + return cg; + } + + private static int getMaxCardNum(Map cardMap) { + int maxNum = 0; + for(Map.Entry entry : cardMap.entrySet()) { + if (entry.getValue() > maxNum) { + maxNum = entry.getValue(); + } + } + + return maxNum; + } + + public static boolean isConfig4_2_and_4_3(ITObject roomConfig) { + if((roomConfig.containsKey(Config.ROOM_CONFIG_SIDAI_2) && roomConfig.getBoolean(Config.ROOM_CONFIG_SIDAI_2)) + ||(roomConfig.containsKey(Config.ROOM_CONFIG_SIDAI_3) && roomConfig.getBoolean(Config.ROOM_CONFIG_SIDAI_3))){ + return true; + } else { + return false; + } + } + + private static CardGroup checkTwo(Map cardMap) { + + CardGroup cg = null; + + for(Map.Entry entry : cardMap.entrySet()) { + if(entry.getValue() == 2) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.DUIZI; + cg.min_card = entry.getKey(); + cg.len = 1; + } + } + + return cg; + } + + private static CardGroup checkThree(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 3) { + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + if(entry.getKey() == RoomCard.CARD_A && bThreeA == true) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else + { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + } + } + return cg; + } + + private static CardGroup checkFour(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else if(entry.getValue() == 3) { + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + if(entry.getKey() == RoomCard.CARD_A && bThreeA) { + return cg; + } + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else if(entry.getValue() == 2) { + + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + + if(minCard != 0 && maxCard != 0 && minCard + 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.LIANDUI; + cg.min_card = minCard; + cg.len = 2; + } + } + } + return cg; + } + + private static CardGroup checkFive(Map cardMap,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 3 /*|| (entry.getValue() == 4 && bSpecial == true)*/) { + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + if(entry.getKey() == RoomCard.CARD_A && bThreeA) { + return cg; + } + + if(!roomConfig.containsKey(Config.ROOM_CONFIG_SANDAIDAN) || roomConfig.getInt(Config.ROOM_CONFIG_SANDAIDAN) == 0) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else { + + if(entry.getValue() != 4 && cardMap.size() == 2) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + } + + + break; + } + else if(entry.getValue() == 1 && entry.getKey() != RoomCard.CARD_2) { + + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == 5 && minCard != 0 && maxCard != 0 && minCard + 4 == maxCard) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SHUNZI; + cg.min_card = minCard; + cg.len = 5; + } + } + } + + return cg; + } + + public static CardGroup checkSiWithTwo(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + if(roomConfig.containsKey(Config.ROOM_CONFIG_SIDAI_2) && roomConfig.getBoolean(Config.ROOM_CONFIG_SIDAI_2)) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SI_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + + break; + } + } + + return cg; + } + + public static CardGroup checkSiWithThree(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + if(roomConfig.containsKey(Config.ROOM_CONFIG_SIDAI_3) && roomConfig.getBoolean(Config.ROOM_CONFIG_SIDAI_3)) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SI_3; + cg.min_card = entry.getKey(); + cg.len = 1; + } + + break; + } + } + + return cg; + } + + private static CardGroup checkShunzi(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 1 && entry.getKey() != RoomCard.CARD_2) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == len && minCard != 0 && maxCard != 0 && minCard + len - 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SHUNZI; + cg.min_card = minCard; + cg.len = count; + } + } + else + { + break; + } + } + + return cg; + } + + private static CardGroup checkLiandui(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + int minCard = 0; + int maxCard = 0; + int count = 0; + + if(len % 2 != 0) { + return cg; + } + + len = len / 2; + + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 2) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == len && minCard != 0 && maxCard != 0 && minCard + len - 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.LIANDUI; + cg.min_card = minCard; + cg.len = count; + } + } + else + { + break; + } + } + return cg; + } + + private static CardGroup checkFeiji(int len,Map cardMap,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + int[] cardThreeCount = { 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0}; + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + int num2 = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + // 如果有炸弹 则不允许自动出牌 + if(bSpecial == false && (entry.getValue() == 4 || (entry.getKey() == RoomCard.CARD_A && entry.getValue() == 3 && bThreeA == true))) { + return cg; + } + + if(entry.getValue() >= 3) { + cardThreeCount[entry.getKey()] = 1; + } + else if(entry.getValue() == 2) { + num2++; + } + } + + int left = 0; + int right = 0; + + for(int i = 4; i < cardThreeCount.length; i++) { + + if(left == 0) { + + if(cardThreeCount[i] == 1 && cardThreeCount[i - 1] == 1) { + left = i - 1; + right = i; + } + } + else { + // 如果有连续的继续寻找 + if(cardThreeCount[i] == 1 && right + 1 == i) { + + right = i; + } + else + { + left = 0; + right = 0; + } + } + // 判断出来一个顺子,就判定一下是否可以全部出 + if(left != 0 && right != 0) { + + int threeCount = right - left + 1; + int sl = threeCount * 5; + + if(!roomConfig.containsKey(Config.ROOM_CONFIG_SANDAIDAN) || roomConfig.getInt(Config.ROOM_CONFIG_SANDAIDAN) == 0) { + + if(len <= sl) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.FEIJI; + cg.min_card = left; + cg.len = threeCount; + + return cg; + } + }else { + + int withMin = threeCount * 4; + if(len == withMin || num2 == threeCount || len == threeCount * 3) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.FEIJI; + cg.min_card = left; + cg.len = threeCount; + + return cg; + } + } + + } + } + + return cg; + } + + /** + * 自动出牌 + * @param cardInhand + * @param roomConfig + * @return + */ + public static CardGroup autoOut(List cardInhand,ITObject roomConfig) { + + CardGroup cg = null; + + //支持3A炸弹 + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + // 寻找炸弹 + Map cardMap =CardUtil.getCardNumMap(cardInhand); + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4 || ( entry.getKey() == RoomCard.CARD_A && bThreeA == true && entry.getValue() == 3)) { + + cg = new CardGroup(); + List out_list = new ArrayList<>(); + + cg.card_list = out_list; + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + + for(CardObj cardObj :cardInhand) { + + if(cardObj.cardMod == entry.getKey()) { + out_list.add(cardObj); + } + } + } + } + + return cg; + } + + + /** + * 验证牌型 + * @param ct + * @param left_count + * @return + */ + public static boolean tryType(CardGroup ct,int left_count,ITObject roomConfig) { + List cardInhand = ct.card_list; + int size = cardInhand.size(); + CardConfig config = ct.config; + if(size config.max_card_num) { + return false; + } + int len = ct.len; + if(len 0 && size == left_count) { + // 牌太少了 出牌太多了 + if(size < len*config.repeat_num || size > tem_size) { + return false; + } + // 如果带的牌不够 + if(size < tem_size) { + // 如果是三张 或者三带 + if(ct.config.type == Config.TYPE_3_2) { + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_LACK) == 0){ + return false; + } + } + // 如果是飞机 + else if(ct.config.type == Config.TYPE_FEIJI) { + if(roomConfig.getInt(Config.ROOM_CONFIG_PLANE_LACK) == 0){ + return false; + } + } + } + } + //没有带牌 没有全出 + else { + if(tem_size!=size) { + return false; + } + } + } + + int min_card = ct.min_card; + int max_card = min_card+len -1; + if(len>1&&max_card>14) { + return false; + } + + Map cardMap =CardUtil.getCardNumMap(cardInhand); + for(int i=min_card;i<=max_card;++i) { + if(!cardMap.containsKey(i)) { + return false; + } + if(cardMap.get(i) < config.repeat_num) { + return false; + } + } + return true; + } + + + + /** + * 比牌大小 + * @param banker + * @param other + * @return + */ + public final static boolean tryCompete(CardGroup banker, CardGroup other,ITObject roomConfig) { + int bankerCradType = banker.config.type; + int otherCradType = other.config.type; + + if(bankerCradType !=Config.TYPE_ZHA&& otherCradType == Config.TYPE_ZHA) { + return true; + } + if(bankerCradType != otherCradType) { + return false; + } + + if(other.min_card > banker.min_card) { + if(otherCradType == Config.TYPE_ZHA) { + + return true; + } + else + { + + if(other.len == banker.len) { + + if(otherCradType == Config.TYPE_3_2 || otherCradType == Config.TYPE_FEIJI) { + + boolean sandaidan = roomConfig.containsKey(Config.ROOM_CONFIG_SANDAIDAN) && roomConfig.getInt(Config.ROOM_CONFIG_SANDAIDAN) == 1; + if(sandaidan) { + if(other.card_list.size() != banker.card_list.size()) { + return false; + } + } + } + + return true; + } + else + { + return false; + } + } + } + + return false; + } + + + public final static CardGroup tryBig(List cardInhand,CardGroup other) { + + List card_list = new ArrayList(); + int size = cardInhand.size(); + CardConfig config = other.config; + Map> cardMap = null; + int len = other.len; + + if(size >= len*config.repeat_num) { + + int min_card = other.min_card + 1;//最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + + int max_card = min_card+len -1; //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + + if(!(len>1&&max_card>14)) {//长度如果大于一并且最大的牌 + + int count =0; + cardMap = CardUtil.getCardListMap(cardInhand); + int max = len>1?14:15; + for(int i=min_card;i<=max;++i) { + + List list =cardMap.get(i); + + if(cardMap.containsKey(i)&&list.size() >=config.repeat_num) { + + //不出炸牌 + if(other.config.type !=Config.TYPE_ZHA && list.size()>=4) { + count=0; + card_list.clear(); + continue; + } + + for(int k=0;k0) { + List tem_list = new ArrayList(); + tem_list.addAll(cardInhand); + CardUtil.removeCard(tem_list, card_list); + + //不把炸牌带出去 + int rcard_size = 0; + rcard: + for(int k=0;k tem_list1 = cardMap.get(card); + if(tem_list1.size()>=4) { + CardUtil.removeCard(tem_list, tem_list1); + rcard_size += 4; + break rcard; + } + } + int with_card_size = config.with_card_num * len; + if(rcard_size == 0) { + with_card_size = tem_list.size()=4) { + if(cardMap==null) { + cardMap = CardUtil.getCardListMap(cardInhand); + } + + for (Entry> entry : cardMap.entrySet()) { + int card = entry.getKey(); + List list = entry.getValue(); + if(list.size() >=4) { + CardGroup ct = new CardGroup(); + ct.config = CardConfig.ZHA; + ct.card_list = list; + ct.len = 1; + ct.min_card = card; + return ct; + } + } + } + return null; + } + + public static boolean checkStartSpring(List cardInhand) { + + boolean bRet = false; + Map cardMap =CardUtil.getCardNumMap(cardInhand); + + if(cardMap.getOrDefault(RoomCard.CARD_3, 0) == 4) { + + bRet = true; + } + else if(cardMap.getOrDefault(RoomCard.CARD_2, 0) == 1 && cardMap.getOrDefault(RoomCard.CARD_A, 0) == 3){ + + bRet = true; + } + + + return bRet; + } + + + public static void main(String[] args) { + + + + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/uitl/CardConfig.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/uitl/CardConfig.java new file mode 100644 index 0000000..d2ccd9f --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/uitl/CardConfig.java @@ -0,0 +1,39 @@ +package extend.pk.uitl; + +import extend.pk.Config; + +public enum CardConfig { + DAN( "单牌", Config.TYPE_DANPAI, 1, 1, 1, 1, 0), + DUIZI( "对子", Config.TYPE_DUIZI, 1, 2, 2, 2, 0), + SHUNZI( "顺子", Config.TYPE_SHUNZI, 5, 1, 5, 12, 0), + LIANDUI( "连对", Config.TYPE_LIANDUI, 2, 2, 4, 16, 0), + SAN_2( "三带二", Config.TYPE_3_2, 1, 3, 3, 5, 2), + FEIJI( "飞机", Config.TYPE_FEIJI, 2, 3, 6, 16, 2), + SI_3( "四带三", Config.TYPE_4_3, 1, 4, 5, 7, 3), + SI_2( "四带二", Config.TYPE_4_2, 1, 4, 5, 6, 2), + ZHA( "炸弹", Config.TYPE_ZHA, 1, 4, 4, 4, 0); + + public final int type; + public final String name; + public final int min_len; + public final int repeat_num; + public final int min_card_num; + public final int max_card_num; + public final int with_card_num; + + + private CardConfig(String name,int type,int min_len,int repeat_num,int min_card_num,int max_card_num,int with_card_num) { + this.name = name; + this.type = type; + + this.min_len = min_len; + this.repeat_num = repeat_num; + this.min_card_num = min_card_num; + this.max_card_num = max_card_num; + this.with_card_num = with_card_num; + } + + public String toString() { + return this.name; + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/uitl/CardUtil.java b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/uitl/CardUtil.java new file mode 100644 index 0000000..632e961 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/main/java/extend/pk/uitl/CardUtil.java @@ -0,0 +1,377 @@ +package extend.pk.uitl; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.pk.CardObj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class CardUtil { + + + /** + * list to TArray + * + * @param list + * @return + */ + public static final ITArray toTArray(List list) { + ITArray result = new TArray(); + for (CardObj card : list) { + result.addInt(card.card); + } + return result; + } + + public static final CardObj getCard(int eventCard,List cardList) { + for (CardObj card : cardList) { + if(card.cardMod == eventCard) { + return card; + } + } + return null; + } + + public static final CardObj getCard1(int eventCard,List cardList) { + for (CardObj card : cardList) { + if(card.card == eventCard) { + return card; + } + } + return null; + } + + /** + * 检测牌数量 + * + * @param eventCard + * @param cardList + * @param num + * @return + */ + public static final boolean checkCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result == num) + return true; + } + } + return false; + } + + public static final boolean checkGoodCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result >= num) + return true; + } + } + return false; + } + + public static final boolean checkShunZi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard+1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+5, cardList, 1)) + { + result++; + } + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-5, cardList, 1)) + { + result++; + } + } + } + } + } + + if (result >= 4) + { + return true; + } + return false; + } + + public static final boolean checkSevenShunzi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard+1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+5, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+6, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+7, cardList, 1)) + { + result++; + } + } + } + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-5, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-6, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-7, cardList, 1)) + { + result++; + } + } + } + } + } + } + } + + if (result >= 6) + { + return true; + } + return false; + } + + public static final boolean checkFenJi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+1, cardList, 3)) + { + result++; + } + if (checkGoodCard(eventCard-1, cardList, 3)) + { + result++; + } + } + + if (result >= 2) + { + return true; + } + return false; + } + + public static final boolean checkFourDui(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 1)) + { + result++; + } + + if (checkGoodCard(eventCard+1, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 2)) + { + result++; + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 2)) + { + result++; + } + } + } + } + + if (result >= 4) + { + return true; + } + return false; + } + + public static final boolean checkQPai(int eventCard, List cardList) { + int result = 0; + if (eventCard >= 12) + { + result++; + for (CardObj card : cardList) { + if (card.cardMod >= 12) { + result++; + } + } + } + + if (result >= 5) + { + return true; + } + return false; + } + + /** + * TArray to list + * @param list + * @return + */ + public static final List toList(ITArray list) { + List tem = new ArrayList(); + for(int i=0;i getCardNumMap(List cardList) { + Map result = new HashMap(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + return result; + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final void getCardNumMap(Map result,List cardList) { + result.clear(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + public static final void getCardNumMap(Map result,List cardList, CardObj tempCard) { + result.clear(); + result.put(tempCard.cardMod, 1); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final Map> getCardListMap(List cardList) { + Map> result = new HashMap>(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + List list = new ArrayList(); + list.add(card); + result.put(card.cardMod, list); + } else { + List list = result.get(card.cardMod); + list.add(card); + } + } + return result; + } + + static public void removeCard(List cardList, List cards) { + for (int i = 0; i < cards.size(); i++) { + for (int j = 0; j < cardList.size(); j++) { + if (cardList.get(j).card ==cards.get(i).card) { + cardList.remove(j); + break; + } + } + } + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/src/test/java/game_pk_paodekuai/Main.java b/puke/paodekuai/game_pk_paodekuai/src/test/java/game_pk_paodekuai/Main.java new file mode 100644 index 0000000..fc4b23c --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/src/test/java/game_pk_paodekuai/Main.java @@ -0,0 +1,9 @@ +package game_pk_paodekuai; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/CardGroup.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/CardGroup.class new file mode 100644 index 0000000..f59688f Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/CardGroup.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/CardObj.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/CardObj.class new file mode 100644 index 0000000..be54551 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/CardObj.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/Config.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/Config.class new file mode 100644 index 0000000..18392e5 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/Config.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXActionEvent.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXActionEvent.class new file mode 100644 index 0000000..af91040 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXActionEvent.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXGameController.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXGameController.class new file mode 100644 index 0000000..5cd0580 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXGameController.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXMainServer.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXMainServer.class new file mode 100644 index 0000000..6253e92 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXMainServer.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXPlayBack.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXPlayBack.class new file mode 100644 index 0000000..750e1ef Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXPlayBack.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXPlayer.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXPlayer.class new file mode 100644 index 0000000..d4c08f0 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXPlayer.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXRoom.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXRoom.class new file mode 100644 index 0000000..0dc4984 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXRoom.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXScore.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXScore.class new file mode 100644 index 0000000..3d1f2d1 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/EXScore.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/RoomCard.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/RoomCard.class new file mode 100644 index 0000000..acbe6ce Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/RoomCard.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/SettleLog.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/SettleLog.class new file mode 100644 index 0000000..e916a1b Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/SettleLog.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerDiscardState.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..cdb9821 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerDiscardState.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerPassState$1.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerPassState$1.class new file mode 100644 index 0000000..19bb329 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerPassState$1.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerPassState.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerPassState.class new file mode 100644 index 0000000..6c7b64c Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerPassState.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..d775bcc Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomDealState$1$1.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..3ab9361 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomDealState$1$1.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomDealState$1.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..3a7ff6b Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomDealState$1.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomDealState.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomDealState.class new file mode 100644 index 0000000..fa149c4 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomDealState.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomPiaoState.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomPiaoState.class new file mode 100644 index 0000000..5266710 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomPiaoState.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomSetpState.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..eb447de Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomSetpState.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomStartGameState.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..3d5a99a Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/room/state/EXRoomStartGameState.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/uitl/CardCheck.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/uitl/CardCheck.class new file mode 100644 index 0000000..9af179d Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/uitl/CardCheck.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/uitl/CardConfig.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/uitl/CardConfig.class new file mode 100644 index 0000000..bdd1954 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/uitl/CardConfig.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/uitl/CardUtil.class b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/uitl/CardUtil.class new file mode 100644 index 0000000..e263cf4 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/classes/extend/pk/uitl/CardUtil.class differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/game_paodekuai_puke.jar b/puke/paodekuai/game_pk_paodekuai/target/game_paodekuai_puke.jar new file mode 100644 index 0000000..6bb74d8 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/game_paodekuai_puke.jar differ diff --git a/puke/paodekuai/game_pk_paodekuai/target/maven-archiver/pom.properties b/puke/paodekuai/game_pk_paodekuai/target/maven-archiver/pom.properties new file mode 100644 index 0000000..cd94c4c --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Mon Jul 29 23:39:37 GMT+08:00 2024 +version=1.0.0 +groupId=com.game +artifactId=game_pk_paodekuai diff --git a/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..ba56af8 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,25 @@ +extend\pk\player\state\EXPlayerPiaoNiaoTipState.class +extend\pk\room\state\EXRoomDealState$1.class +extend\pk\EXPlayer.class +extend\pk\RoomCard.class +extend\pk\room\state\EXRoomSetpState.class +extend\pk\EXMainServer.class +extend\pk\room\state\EXRoomPiaoState.class +extend\pk\player\state\EXPlayerDiscardState.class +extend\pk\CardObj.class +extend\pk\CardGroup.class +extend\pk\player\state\EXPlayerPassState$1.class +extend\pk\EXGameController.class +extend\pk\EXActionEvent.class +extend\pk\SettleLog.class +extend\pk\room\state\EXRoomStartGameState.class +extend\pk\uitl\CardUtil.class +extend\pk\EXPlayBack.class +extend\pk\room\state\EXRoomDealState.class +extend\pk\Config.class +extend\pk\EXRoom.class +extend\pk\EXScore.class +extend\pk\uitl\CardCheck.class +extend\pk\player\state\EXPlayerPassState.class +extend\pk\uitl\CardConfig.class +extend\pk\room\state\EXRoomDealState$1$1.class diff --git a/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..5fa40b8 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,22 @@ +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\CardGroup.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\uitl\CardCheck.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\Config.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\EXPlayBack.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\uitl\CardConfig.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\CardObj.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\SettleLog.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\player\state\EXPlayerPiaoNiaoTipState.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\player\state\EXPlayerPassState.java +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\main\java\extend\pk\room\state\EXRoomPiaoState.java diff --git a/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..549a5b4 --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_pk_paodekuai\Main.class diff --git a/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..2f5479c --- /dev/null +++ b/puke/paodekuai/game_pk_paodekuai/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\puke\paodekuai\game_pk_paodekuai\src\test\java\game_pk_paodekuai\Main.java diff --git a/puke/paodekuai/game_pk_paodekuai/target/test-classes/game_pk_paodekuai/Main.class b/puke/paodekuai/game_pk_paodekuai/target/test-classes/game_pk_paodekuai/Main.class new file mode 100644 index 0000000..f938825 Binary files /dev/null and b/puke/paodekuai/game_pk_paodekuai/target/test-classes/game_pk_paodekuai/Main.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/config/game-config.xml b/puke/sanqianfen/game_pk_sanqianfen/config/game-config.xml new file mode 100644 index 0000000..ac6918c --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.8.135 + 192.168.8.135 + 8721 + 8721 + 203 + true + \ No newline at end of file diff --git a/puke/sanqianfen/game_pk_sanqianfen/config/log4j.properties b/puke/sanqianfen/game_pk_sanqianfen/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/puke/sanqianfen/game_pk_sanqianfen/config/taurus-core.xml b/puke/sanqianfen/game_pk_sanqianfen/config/taurus-core.xml new file mode 100644 index 0000000..0f9fa8f --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/puke/sanqianfen/game_pk_sanqianfen/config/taurus-permanent.xml b/puke/sanqianfen/game_pk_sanqianfen/config/taurus-permanent.xml new file mode 100644 index 0000000..52c7ee2 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 2 + + 100 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 10 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - test + extend.pk.EXMainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/puke/sanqianfen/game_pk_sanqianfen/pom.xml b/puke/sanqianfen/game_pk_sanqianfen/pom.xml new file mode 100644 index 0000000..2090378 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/pom.xml @@ -0,0 +1,44 @@ + + 4.0.0 + + com.game + game_pk_sanqianfen + 1.0.0 + jar + + game_pk_sanqianfen + http://maven.apache.org + + + UTF-8 + + + + + + com.game + game_common + 1.0.0 + + + + + game_pk_sanqianfen + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/CardGroup.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/CardGroup.java new file mode 100644 index 0000000..fc7ee92 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/CardGroup.java @@ -0,0 +1,45 @@ +package extend.pk; + +import java.util.List; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import extend.pk.uitl.CardConfig; + +public class CardGroup { + /** + * 当前type + */ + public CardConfig config; + + public int min_card; + /** + * 长度 + */ + public int len = 1; + + public List card_list; + + public ITArray card_list_mp; + + public ITObject toObject(boolean card_size) { + ITObject obj = TObject.newInstance(); + if (card_size) { + obj.putInt("card_size", card_list.size()); + } else { + obj.putTArray("card_list", card_list_mp); + } + + obj.putInt("type", config.type); + obj.putInt("min_card", min_card); + obj.putInt("len", len); + return obj; + } + + public String toString() { + return "{type:" + config + " min_card:" + min_card + " len:" + len + " list:" + card_list + "}"; + } + +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/CardObj.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/CardObj.java new file mode 100644 index 0000000..bc2d762 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/CardObj.java @@ -0,0 +1,21 @@ +package extend.pk; + +public class CardObj implements Comparable{ + public int card; + public int cardMod; + + public CardObj(int card) { + this.card = card; + this.cardMod = card % 100; + } + + @Override + public int compareTo(CardObj paramT) { + return cardMod == paramT.cardMod ? 0 : cardMod < paramT.cardMod ? -1 : 1; + } + + @Override + public String toString() { + return card + ""; + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/Config.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/Config.java new file mode 100644 index 0000000..18be886 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/Config.java @@ -0,0 +1,223 @@ +package extend.pk; + +public class Config { + + public static final int XIPAI_SCORE = 10; + + /** + * 玩家的初始手牌数 + */ + public static final String ROOM_CONFIG_CARDNUM = "leaf"; + + /** + * 炸弹带的规则 + */ + public static final String ROOM_CONFIG_SIDAI = "fourBeltThree"; + + public static final String ROOM_CONFIG_SIDAI_2 = "fourDaiTwo"; + public static final String ROOM_CONFIG_SIDAI_3 = "fourDaiThree"; + + /** + * 首局出牌规则 + */ + public static final String ROOM_CONFIG_RULE = "rule"; + + /** + * 第一局系统随机选一张先出,随后赢家先出 + */ + public static final int RULE_RANDOM = 2; + /** + * 第一局黑桃3先出,随后赢家先出 + */ + public static final int RULE_HEITAO3 = 1; + + /** + * 炸弹不能拆 + */ + public static final String ROOM_CONFIG_DEMOLITION = "demolition"; + /** + * 可不必出 + */ + public static final String ROOM_CONFIG_WILL_BE_OUT = "willBeOut"; + + /** + * 3条a是否是炸弹 + */ + public static final String ROOM_CONFIG_THREE_A = "threeA"; + + /** + * 红桃10分翻倍 + */ + public static final String ROOM_CONFIG_HEARTTEN = "heartten"; + + /** + * 飞机少带可接完 + */ + public static final String ROOM_CONFIG_PLANE_LACK = "planelack"; + + /** + * 三张少带可接完 + */ + public static final String ROOM_CONFIG_THREE_LACK = "threelack"; + + /** + * 4个3333 或者 2 AAA 算春天 + */ + public static final String ROOM_CONFIG_MINBOOM = "minboom"; + + /** + * 自动托管功能 + */ + public static final String ROOM_CONFIG_AUTO_TUOGUAN = "autotuoguan"; + + /** + * 飘分玩法 + */ + public static final String ROOM_CONFIG_PIAO = "piao"; + + /** + * 打鸟 + */ + public static final String ROOM_CONFIG_DANIAO = "daniao"; + + /** + * 三带 飞机带 + */ + public static final String ROOM_CONFIG_SANDAIDAN = "sandaidan"; + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + public static final String ROOM_CONFIG_510K_SCORE = "score_510k"; + public static final String ROOM_CONFIG_510K_SCORE_TYPE = "score_510k_type"; //0,1,2 + + //-------------------------------牌类型--------------------------------- + /** + * 单牌 + */ + public final static int TYPE_DANPAI = 1; + /** + * 对子 + */ + public final static int TYPE_DUIZI = 2; + /** + * 顺子 + */ + public final static int TYPE_SHUNZI = 3; + /** + * 连对 + */ + public final static int TYPE_LIANDUI = 4; + /** + * 3带2 + */ + public final static int TYPE_3_2 = 5; + /** + * 飞机 + */ + public final static int TYPE_FEIJI = 6; + /** + * 4带3 + */ + public final static int TYPE_4_3 = 7; + + /** + * 炸 + */ + public final static int TYPE_ZHA = 8; + + /** + * 4带2 + */ + public final static int TYPE_4_2 = 9; + + + //-------------------------------协议--------------------------------- + + public static final String GAME_EVT_MING_PAI = "2117"; + /** + * 发牌协议 + */ + public static final String GAME_EVT_PLAYER_DEAL = "2011"; + /** + * 出牌 + */ + public static final String GAME_DIS_CARD = "1013"; + /** + * 不出 + */ + public static final String GAME_DIS_PASS = "1014"; + /** + * + */ + public static final String GAME_PIAO = "1015"; + /** + * 出牌事件 + */ + public static final String GAME_EVT_DISCARD = "2021"; + + public static final String GAME_EVT_CARDINHAND = "202022"; + /** + * 出牌提示事件 + */ + public static final String GAME_EVT_DISCARD_TIP = "2004"; + /** + * 转盘指向事件 + */ + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "2016"; + /** + * pass事件 + */ + public static final String GAME_EVT_PASS = "2030"; + /** + * 更新炸弹分数 + */ + public static final String GAME_EVT_UPDATE_BOM_SCORE = "2118"; + + /** + * 更新510K分数 + */ + public static final String GAME_EVT_UPDATE_510K_SCORE = "22119"; + + /** + * 更新喜分 + */ + public static final String GAME_EVT_UPDATE_XI_SCORE = "22120"; + + /** + * 更新510K分数 + */ + public static final String GAME_EVT_ALL_UPDATE_510K_SCORE = "22121"; + + /** + * 通知上游 + */ + public static final String GAME_EVT_SHANGYOU = "22122"; + + /** + * 小结算 + */ + public static final String GAME_EVT_RESULT1 = "2007"; + + /** + * 飘鸟提示 + */ + public static final String GAME_EVT_PIAO_TIP = "2031"; + public static final String GAME_EVT_PIAO = "2032"; + + /** + * 出牌错误 + */ + public static final String GAME_EVT_PUT_ERROR = "2111"; + + public static final int PUT_ERROR_MUST_OUT_MIN = 0; + public static final int PUT_ERROR_INVALID_TYPE = 1; + public static final int PUT_ERROR_MUST_OUT_MAX = 2; + public static final int PUT_ERROR_BOMB_CHAI =3; + + public static final String SETTLE_WIN_COUNT = "winnum"; + public static final String SETTLE_CHUNTIAN_COUNT = "springnum"; + public static final String SETTLE_BOMB_COUNT = "boomnum"; + public static final String SETTLE_MAX_SCORE = "maxscore"; +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXActionEvent.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXActionEvent.java new file mode 100644 index 0000000..b94a22c --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXActionEvent.java @@ -0,0 +1,10 @@ +package extend.pk; + +import com.game.ActionEvent; + +public class EXActionEvent extends ActionEvent{ + + public static final String EVENT_DISCARD = "1013"; + public static final String EVENT_PASS = "1014"; + public static final String EVENT_PIAO= "1015"; +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXGameController.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXGameController.java new file mode 100644 index 0000000..cf4c383 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXGameController.java @@ -0,0 +1,650 @@ +package extend.pk; + +import com.game.Constant; +import com.game.GameController; +import com.game.Global; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; +import extend.pk.uitl.CardConfig; +import extend.pk.uitl.CardUtil; + +import java.util.*; +import java.util.Map.Entry; + +/** + * + * + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_DIS_PASS) + public void RouterDisPass(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_PASS, 0, params); + } + + @ActionKey(Config.GAME_PIAO) + public void RouterPiao(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_PIAO, 0, params); + } + + // 改变活动玩家 + public void changeActiveSeat(EXRoom owner, int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("index", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void sendPutError(EXPlayer owner,int code) { + ITObject param = new TObject(); + param.putInt("error", code); + owner.sendEvent(Config.GAME_EVT_PUT_ERROR, param); + } + + /** + * pass + * @param owner + */ + public void pass(EXPlayer owner) { + EXRoom room = owner.getRoom(); + ITObject response = new TObject(); + response.putInt("seat", owner.seat); + if (Global.loggerDebug) { + Global.logger.info(owner + " pass!"); + } + owner.pass = true; + owner.last_outcard = null; + EXPlayBack pb = (EXPlayBack)room.playBackData; + pb.addPassCommand(owner.seat); + room.broadCastToClient(0, Config.GAME_EVT_PASS, response); + } + + /** + * 票鸟提示 + * @param owner + */ + public void piaoTipEvent(EXPlayer owner,int reload) { + + ITObject response = new TObject(); + response.putInt("piao", owner.room.config.getInt(Config.ROOM_CONFIG_PIAO)); + response.putInt("reload", reload); + owner.sendEvent(Config.GAME_EVT_PIAO_TIP, response); + } + + /** + * 票鸟事件 + * @param owner + */ + public void piaoEvent(EXPlayer owner) { + if(owner.piao==-1)return; + + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("piao", owner.piao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAO, param); + } + + public void outCard(EXPlayer owner,CardGroup ct) { + EXRoom room = owner.getRoom(); + ITObject response = new TObject(); + response.putInt("player", owner.seat); + response.putTObject("card_obj", ct.toObject(false)); + //如果最后一次打牌的座位等于自己 并且牌型是炸弹 + if(ct.config == CardConfig.ZHA) { + room.addAllBombScore(owner, ct);//炸弹玩家增加积分 + } + //用8替代5 + int add510kFen = 0; + Map> cardMap =CardUtil.getCardListMap(ct.card_list); + if (cardMap.containsKey(RoomCard.CUR_5_CARD)) + { + add510kFen += cardMap.get(RoomCard.CUR_5_CARD).size() * 5; + room.cur5Num += cardMap.get(RoomCard.CUR_5_CARD).size(); + } + if (cardMap.containsKey(10)) + { + add510kFen += cardMap.get(10).size() * 10; + room.cur10Num += cardMap.get(10).size(); + } + if (cardMap.containsKey(13)) + { + add510kFen += cardMap.get(13).size() * 10; + room.curkNum += cardMap.get(13).size(); + } + + room.cur510kFen += add510kFen; + + owner.outCards.addAll(ct.card_list); + response.putInt("add510k", add510kFen); + response.putInt("all510k", room.cur510kFen); + response.putInt("cur5Num", room.cur5Num); + response.putInt("cur10Num", room.cur10Num); + response.putInt("curkNum", room.curkNum); + + room.lastDiscardSeat = owner.seat; + room.discard = ct; + owner.last_outcard = ct; + owner.pass = false; + room.firstCard = 0; + if (Global.loggerDebug) { + Global.logger.info(owner + " out card:" + ct); + } + EXPlayBack pb = (EXPlayBack)room.playBackData; + pb.addOutCardCommand(owner.seat, ct, owner, add510kFen, room); + CardUtil.removeCard(owner.cardInhand, ct.card_list); + + response.putInt("remain", owner.cardInhand.size()); + room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + } + + public void dealCard(EXRoom owner) { + if (owner.targetCards.size() == 0) { + owner.card.init(); + } + + int maxZhaDan = 0; + int maxZhaDanCardNum = 0; + boolean existWhite = false; + boolean existXingyunhao = false; + boolean existGeneral = false; + boolean existBlack = false; + double white_rate = 0; + + ArrayList tmpPlayerList = new ArrayList<>(); + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + tmpPlayerList.add(player); + } + + Collections.shuffle(tmpPlayerList); + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) { + existXingyunhao = true; + } else { + if (player.black_white_status == 0) { + existGeneral = true; + } + else if (player.black_white_status == 1) { + existBlack = true; + } + else if (player.black_white_status == 2) { + existWhite = true; + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + white_rate = 100 - owner.white_value; + Global.logger.info("dealcards playerid:"+player.playerid+ " xingyuhao:"+player.is_white+" white_value:"+owner.white_value); + } + else { + continue; + } + + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, 0, 0); + + if(owner.config.getInt(Config.ROOM_CONFIG_WILL_BE_OUT) == 1 && owner.config.getInt(Config.ROOM_CONFIG_HEARTTEN) == 1) { + if(CardUtil.getCard1(RoomCard.HEART_TEN,player.cardInhand) != null) { + player.isHaveRedTen = true; + } + } + + Collections.sort(player.cardInhand); + + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + + if (num == maxZhaDanCardNum) + { + if (card > maxZhaDan) + { + maxZhaDan = card; + } + } + else if (num > maxZhaDanCardNum) + { + maxZhaDan = card; + maxZhaDanCardNum = num; + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 2) + { + white_rate = player.black_white_rate; + Global.logger.info("dealcards playerid:"+player.playerid+ " white player:" + player.black_white_rate); + } + else { + continue; + } + } + + if (!existXingyunhao) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, 0, 0); + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate, player.black_white_rate, maxZhaDan, maxZhaDanCardNum); + + } + + if(owner.config.getInt(Config.ROOM_CONFIG_WILL_BE_OUT) == 1 && owner.config.getInt(Config.ROOM_CONFIG_HEARTTEN) == 1) { + if(CardUtil.getCard1(RoomCard.HEART_TEN,player.cardInhand) != null) { + player.isHaveRedTen = true; + } + } + + Collections.sort(player.cardInhand); + + if (!existXingyunhao && (existGeneral || existBlack)) + { + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (num == maxZhaDanCardNum) + { + if (card > maxZhaDan) + { + maxZhaDan = card; + } + } + else if (num > maxZhaDanCardNum) + { + maxZhaDan = card; + maxZhaDanCardNum = num; + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 0) + { + Global.logger.info("dealcards playerid:"+player.playerid+ " general player:" + player.black_white_rate); + } + else { + continue; + } + } + + if (!existXingyunhao && !existWhite) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, white_rate, white_rate, 0, 0); + + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, white_rate, white_rate, maxZhaDan, maxZhaDanCardNum); + + } + + if(owner.config.getInt(Config.ROOM_CONFIG_WILL_BE_OUT) == 1 && owner.config.getInt(Config.ROOM_CONFIG_HEARTTEN) == 1) { + if(CardUtil.getCard1(RoomCard.HEART_TEN,player.cardInhand) != null) { + player.isHaveRedTen = true; + } + } + + Collections.sort(player.cardInhand); + + if (!existXingyunhao && !existWhite && existBlack) + { + Map playermap = CardUtil.getCardNumMap(player.cardInhand); + for(Entry card_entry : playermap.entrySet()) + { + int card = card_entry.getKey(); + int num = card_entry.getValue(); + if (num == maxZhaDanCardNum) + { + if (card > maxZhaDan) + { + maxZhaDan = card; + } + } + else if (num > maxZhaDanCardNum) + { + maxZhaDan = card; + maxZhaDanCardNum = num; + } + } + } + } + + for (int i = 0;i < tmpPlayerList.size();i++) { + EXPlayer player = tmpPlayerList.get(i); + + if (player.is_white) + { + continue; + } + else + { + if (player.black_white_status == 1) + { + Global.logger.info("dealcards playerid:"+player.playerid+ " black player:" + (player.black_white_rate+white_rate)); + } + else { + continue; + } + } + + if (!existXingyunhao && !existWhite && !existGeneral) + { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate+white_rate, player.black_white_rate+white_rate, 0, 0); + } + else { + player.cardInhand = owner.card.deal(owner.while_list, player.is_white, owner.white_value, + player.black_white_status, player.black_white_rate+white_rate, player.black_white_rate+white_rate, maxZhaDan, maxZhaDanCardNum); + } + + if(owner.config.getInt(Config.ROOM_CONFIG_WILL_BE_OUT) == 1 && owner.config.getInt(Config.ROOM_CONFIG_HEARTTEN) == 1) { + if(CardUtil.getCard1(RoomCard.HEART_TEN,player.cardInhand) != null) { + player.isHaveRedTen = true; + } + } + + Collections.sort(player.cardInhand); + } + + //for (int i = 0;i < tmpPlayerList.size();i++) { + // EXPlayer player = tmpPlayerList.get(i); + + // player.cardInhand = owner.card.deal6(player.seat); + + // Collections.sort(player.cardInhand); + //} + + Global.logger.info("sssss==>" + owner.supCards.size()); + if (owner.targetCards.size() > 0 && owner.adminSeat > 0 && owner.supCards.size() > 0) { + owner.card.cardList = owner.supCards.get(0); + } + + // 如果是首局,需要确定庄家 + if(owner.bankerSeat == 0) { + + int rule = Config.RULE_RANDOM; + if(owner.config.containsKey(Config.ROOM_CONFIG_RULE)) { + rule = owner.config.getInt(Config.ROOM_CONFIG_RULE); + } + + owner.bankerSeat = this.getBankerSeat(owner); + + this.sendPlayerDeal(owner); + // 如果是随机确定庄家 + if(rule == Config.RULE_RANDOM) { + + EXPlayer player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + if(player != null) { + + int len = player.cardInhand.size(); + if(len > 0) { + Random random = new Random(); + int rand_pos = random.nextInt(len); + + //this.sendMingPai(owner, player.cardInhand.get(rand_pos).card); + } + } + } + } + else + { + this.sendPlayerDeal(owner); + } + + for(int i = 0; i < 6; i++) + { + owner.card.jiangliCardList.add(owner.card.pop()); + } + } + + /** + * 发生随机牌 用于指示谁首先出牌 + * @param owner + */ + private void sendMingPai(EXRoom owner,int card) { + + ITObject param = new TObject(); + param.putInt("mingpai", card); + + for (Entry entry : owner.playerMapBySeat.entrySet()) { + + EXPlayer exPlayer=(EXPlayer)entry.getValue(); + exPlayer.sendEvent(Config.GAME_EVT_MING_PAI, param); + }; + } + /** + * 发牌 + * @param owner + */ + private void sendPlayerDeal(EXRoom owner){ + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer exPlayer=(EXPlayer)entry.getValue(); + ITObject param = new TObject(); + ITArray handCard = CardUtil.toTArray(exPlayer.cardInhand); + param.putTArray("cards", handCard); + param.putInt("bank_seat", exPlayer.room.bankerSeat); + param.putInt("round", owner.round); + param.putInt("cur510kFen", exPlayer.cur510kFen); + if (Global.loggerDebug) { + Global.logger.info(owner + " deal card:"+exPlayer.cardInhand); + } + exPlayer.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + }; + } + + private int getBankerSeatByCard(EXRoom owner) { + for (int index = 3; index <= 13; index++) { + for(int color = 4; color >= 1; color--) { + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + for (CardObj card : player.cardInhand) { + if (card.card == color *100 + index) { + owner.firstCard = card.card; + return player.seat; + } + } + } + } + } + return 0; + } + + private int getBankerSeat(EXRoom owner) { + int seat = 0; + + int rule = Config.RULE_RANDOM; + if(owner.config.containsKey(Config.ROOM_CONFIG_RULE)) { + rule = owner.config.getInt(Config.ROOM_CONFIG_RULE); + } + //如果是兩人的情況 + if (owner.maxPlayers == 2) { + + // 如果是随机确定庄家 + if(rule == Config.RULE_RANDOM) { + Random random = new Random(); + seat = random.nextInt(2) + 1; + } + // 如果是黑桃3先出 + else + { + seat = getBankerSeatByCard(owner); + + // 如果黑桃3 不在任何一个玩家手里 则随机确定一个庄家 + if(seat == 0) { + Random random = new Random(); + seat = random.nextInt(2) + 1; + } + } + } else { + // 如果是随机确定庄家 + if(rule == Config.RULE_RANDOM) { + Random random = new Random(); + seat = random.nextInt(3) + 1; + } + // 如果是黑桃3先出 + else + { + seat = getBankerSeatByCard(owner); + + } + } + return seat; + } + + public void discardTipEvent(EXPlayer owner) { + ITObject param = new TObject(); + boolean gen = (owner.getRoom().lastDiscardSeat != 0 &&owner.getRoom().lastDiscardSeat != owner.seat); + param.putInt("play", gen ? 1 : 0); + if(gen) { + param.putTObject("card_obj", owner.getRoom().discard.toObject(true)); + + } + // 如果可以不出 + + + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, param); + } + + private ITObject getRoomResultData(EXRoom owner,boolean total) { + + ITObject mp = TObject.newInstance(); + + EXPlayer win = owner.win; + if (total) + { + int max = RoomCard.MAX_510K_SCORE; + for (Entry entry : owner.playerMapByPlaying.entrySet()) { + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + if (fromPlayer.cur510kFen+fromPlayer.curXiFen >= max) + { + max = fromPlayer.cur510kFen+fromPlayer.curXiFen; + win = fromPlayer; + } + } + } + + ITArray info = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player=(EXPlayer)entry.getValue(); + ITObject obj = TObject.newInstance(); + obj.putInt("seat", player.seat); + obj.putInt("score", player.score.total_score); + obj.putInt("winscore", player.score.round_score); + player.hp_info(obj); + obj.putInt("thisboomnum", player.boomnum); + obj.putInt("piao", player.piao); + obj.putTArray("cards", CardUtil.toTArray(player.cardInhand)); + obj.putBoolean("chuntian", player.chuntian); + + obj.putTArray("handCards", CardUtil.toTArray(player.cardInhand)); + obj.putTArray("outCards", CardUtil.toTArray(player.outCards)); + + obj.putInt("cur510kFen", player.cur510kFen); + obj.putInt("ju510kFen", player.ju510kFen); + obj.putInt("juXiFen", player.juXiFen); + obj.putInt("curXiFen", player.curXiFen); + obj.putInt("jiangli", player.jiangli); + obj.putInt("boomnum", player.boomnum); + obj.putInt("leftCardFen", player.leftCardFen); + + obj.putInt("allJu510kFen", player.allJu510kFen); + obj.putInt("allJiangLi", player.allJiangLi); + obj.putInt("allLeftCardFen", player.allLeftCardFen); + + obj.putInt("jieSuanJiangLi", player.jieSuanJiangLi); + + if(total) { + obj.putInt("daniao", player.daniaoScore); + obj.putInt("award", player.bonusScore); + + if(owner.endType == Constant.END_TYPE_ENTRUST) { + obj.putInt("entrust", player.entrust ? 1 : 0); + } + obj.putTObject("settle_log", player.settleLog.toTObject()); + obj.putInt("total_score", player.score.total_score); + + } + info.addTObject(obj); + } + if(win != null) { + mp.putInt("winseat",win.seat); + } + else { + mp.putInt("winseat",0); + } + mp.putTArray("remaincards", CardUtil.toTArray(owner.card.jiangliCardList)); + mp.putTArray("info", info); + mp.putInt("xipai_score", owner.xi_pai_score); + return mp; + } + + public void roomResult(EXRoom owner) { + + ITObject result = getRoomResultData(owner,false); + result.putInt("type", 0); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, result); + } + + /** + * 房间大结算 + * @param owner + * @param dissmiss + */ + public void roomTotalResult(EXRoom owner,boolean dissmiss) { + + ITObject result = getRoomResultData(owner,true); + + long t = System.currentTimeMillis() / 1000; + result.putLong("time", t); + result.putInt("type", dissmiss?2:1); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, result); + } + +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXMainServer.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXMainServer.java new file mode 100644 index 0000000..44e5e63 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXMainServer.java @@ -0,0 +1,66 @@ +package extend.pk; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.room.state.RoomStartGameState; + +import extend.pk.player.state.EXPlayerDiscardState; +import extend.pk.player.state.EXPlayerPassState; +import extend.pk.player.state.EXPlayerPiaoNiaoTipState; +import extend.pk.room.state.EXRoomDealState; +import extend.pk.room.state.EXRoomPiaoState; +import extend.pk.room.state.EXRoomSetpState; +import extend.pk.room.state.EXRoomStartGameState; + +/** + * + * + */ +public class EXMainServer extends MainServer { + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + gameCtr = (EXGameController) Global.gameCtr; + registerState(); + } + + private final void registerState() { + + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + Global.registerState(EXRoomPiaoState.class, new EXRoomPiaoState()); + + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerPassState.class, new EXPlayerPassState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXPlayBack.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXPlayBack.java new file mode 100644 index 0000000..9f4d1e5 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXPlayBack.java @@ -0,0 +1,67 @@ +package extend.pk; + + +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +import extend.pk.uitl.CardUtil; + +public class EXPlayBack extends BasePlayBack{ + + public EXPlayBack(EXRoom room) { + super(room); + info.putInt("left_card", room.card.getCount()); + } + + protected ITObject getPlayerInfo(Player p) { + + EXPlayer player = (EXPlayer)p; + ITObject obj =super.getPlayerInfo(player); + ITArray cardInhand = CardUtil.toTArray(player.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + obj.putInt("piao", player.piao); + obj.putInt("cur510kFen", player.cur510kFen); + obj.putInt("ju510kFen", player.ju510kFen); + obj.putInt("curXiFen", player.curXiFen); + obj.putInt("juXiFen", player.juXiFen); + + player.hp_info(obj); + return obj; + } + + public void addOutCardCommand(int seat, CardGroup ct, EXPlayer owner, int all510k, EXRoom room) { + ITObject cmdData = ct.toObject(false); + cmdData.putInt("all510k", all510k); + cmdData.putInt("cur5Num", room.cur5Num); + cmdData.putInt("cur10Num", room.cur10Num); + cmdData.putInt("curkNum", room.curkNum); + addCommand("OutCard", seat, cmdData); + } + + public void add510KFenCommand(int seat, EXPlayer owner) { + ITObject obj = TObject.newInstance(); + obj.putInt("cur510kFen", owner.cur510kFen); + obj.putInt("ju510kFen", owner.ju510kFen); + obj.putInt("curXiFen", owner.curXiFen); + obj.putInt("juXiFen", owner.juXiFen); + addCommand("510kFen", seat, obj); + } + + public void addPassCommand(int seat) { + ITObject cmdData = TObject.newInstance(); + addCommand("pass", seat, cmdData); + } + + public void addNewRoundCommand() { + ITObject cmdData = TObject.newInstance(); + addCommand("newindex", 0, cmdData); + } + + public void addResultCommand(int seat,ITObject cmdData) { + addCommand("result", seat, cmdData); + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXPlayer.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXPlayer.java new file mode 100644 index 0000000..1ca90cc --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXPlayer.java @@ -0,0 +1,152 @@ +package extend.pk; + +import java.util.ArrayList; +import java.util.List; + +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITObject; + +import extend.pk.uitl.CardUtil; + + + +/** + * + * + */ +public class EXPlayer extends Player { + + /**默认action时间 20s*/ + public static final int DEFAULT_ACTION_TIME = 20000; + /**默认托管时间 1s*/ + public static final int DEFAULT_ENTRUST_TIME = 1000; + /** + * 默认准备时间 20s + */ + public static final int DEFAULT_READY_TIME = 20000; + + // 手牌 + public List cardInhand; + + //打出的牌 + public List outCards; + + public CardGroup last_outcard; + public boolean pass; + + // 放作弊场第一张牌是否关闭 + public int open = 0; + + /**春天 */ + public boolean chuntian; + + /**是否有红桃10*/ + public boolean isHaveRedTen; + + public SettleLog settleLog; + + public int boomnum = 0; + public int piao = -1; + public int daniaoScore = 0; + public int bonusScore = 0; + public int awardScore = 0; + public int cur510kFen = 0; + public int ju510kFen = 0; + public int allJu510kFen = 0; + public int curXiFen = 0; + public int juXiFen = 0; + public int jiangli = 0; + public int allJiangLi = 0; + public int leftCardFen = 0; + public int allLeftCardFen = 0; + public int jieSuanJiangLi = 0; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + cardInhand = new ArrayList<>(); + outCards = new ArrayList<>(); + + settleLog = new SettleLog(); + settleLog.put(Config.SETTLE_WIN_COUNT, 0); + settleLog.put(Config.SETTLE_CHUNTIAN_COUNT, 0); + settleLog.put(Config.SETTLE_BOMB_COUNT, 0); + settleLog.put(Config.SETTLE_MAX_SCORE, 0); + } + + protected Score newScore() { + return new EXScore(this); + } + + @Override + public ITObject getReloadInfo() { + ITObject playerData = super.getReloadInfo(); + playerData.putInt("card_size", this.cardInhand.size()); + playerData.putInt("piao", this.piao); + playerData.putInt("cur510kFen", this.cur510kFen); + playerData.putInt("ju510kFen", this.ju510kFen); + playerData.putInt("curXiFen", this.curXiFen); + playerData.putInt("juXiFen", this.juXiFen); + playerData.putInt("jiangli", this.jiangli); + playerData.putInt("leftCardFen", this.leftCardFen); + + playerData.putInt("allJu510kFen", this.allJu510kFen); + playerData.putInt("allJiangLi", this.allJiangLi); + playerData.putInt("allLeftCardFen", this.allLeftCardFen); + if(last_outcard!=null) { + playerData.putTObject("last_outcard", last_outcard.toObject(false)); + } + + if(this.room.isplaying == false) { + playerData.putTArray("cards", CardUtil.toTArray(this.cardInhand)); + + playerData.putTArray("handCards", CardUtil.toTArray(this.cardInhand)); + playerData.putTArray("outCards", CardUtil.toTArray(this.outCards)); + + playerData.putInt("score", score.total_score); + playerData.putInt("winscore", score.round_score); + playerData.putInt("thisboomnum", boomnum); + playerData.putInt("open", open); + } + return playerData; + } + + @Override + public ITObject getInfo() { + ITObject playerData = super.getInfo(); + playerData.putInt("score", score.total_score); + playerData.putInt("cur510kFen", this.cur510kFen); + return playerData; + } + + + public void clear() { + super.clear(); + + } + + public void clearEx() { + + this.score.resetRound(); + this.cardInhand.clear(); + this.outCards.clear(); + this.last_outcard = null; + this.pass = false; + this.chuntian =false; + this.isHaveRedTen=false; + this.open = 0; + //this.boomnum = 0; + this.piao = -1; + this.daniaoScore = 0; + this.ju510kFen = 0; + this.juXiFen = 0; + this.jiangli = 0; + this.leftCardFen = 0; + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXRoom.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXRoom.java new file mode 100644 index 0000000..3aadcba --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXRoom.java @@ -0,0 +1,603 @@ +package extend.pk; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + + +import com.game.data.Player; +import com.game.data.Room; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.pk.uitl.CardConfig; +import extend.pk.uitl.CardUtil; + +public class EXRoom extends Room { + public RoomCard card; + + /**上次打牌的座位*/ + public int lastDiscardSeat; + + /**打出牌的集合 */ + public CardGroup discard; + + public EXPlayer win; + + public int firstCard = 0; + + public Map card_config_map; + + public int piaoCount = 0; + + public List> supCards; + public List targetCards; + public List winPlayerList; + public int adminSeat = 0; + + public int chooseover = 0; + + public int cur510kFen = 0; + public int cur5Num = 0; + public int cur10Num = 0; + public int curkNum = 0; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + + card = new RoomCard(this, 30,maxPlayers); + card_config_map = new HashMap(); + card_config_map.put(CardConfig.DAN.type, CardConfig.DAN); + card_config_map.put(CardConfig.DUIZI.type, CardConfig.DUIZI); + card_config_map.put(CardConfig.LIANDUI.type, CardConfig.LIANDUI); + card_config_map.put(CardConfig.SHUNZI.type, CardConfig.SHUNZI); + card_config_map.put(CardConfig.ZHA.type, CardConfig.ZHA); + card_config_map.put(CardConfig.FEIJI.type, CardConfig.FEIJI); + card_config_map.put(CardConfig.SAN_2.type, CardConfig.SAN_2); + + this.config.putInt(Config.ROOM_CONFIG_THREE_A,0); + this.config.putBoolean(Config.ROOM_CONFIG_SIDAI_2, false); + this.config.putBoolean(Config.ROOM_CONFIG_SIDAI_3, false); + this.config.putInt(Config.ROOM_CONFIG_DEMOLITION, 1); + this.config.putInt(Config.ROOM_CONFIG_THREE_LACK, 0); + this.config.putInt(Config.ROOM_CONFIG_PLANE_LACK, 0); + this.config.putInt(Config.ROOM_CONFIG_MINBOOM, 0); + this.config.putInt(Config.ROOM_CONFIG_SANDAIDAN, 0); + this.config.putInt(Config.ROOM_CONFIG_HEARTTEN, 0); + this.config.putInt(Config.ROOM_CONFIG_WILL_BE_OUT, 1); + this.config.putInt(Config.ROOM_CONFIG_SIDAI, 0); + + + boolean sidai_2 = this.config.getBoolean(Config.ROOM_CONFIG_SIDAI_2); + boolean sidai_3 = this.config.getBoolean(Config.ROOM_CONFIG_SIDAI_3); + if(sidai_2) { + card_config_map.put(CardConfig.SI_2.type, CardConfig.SI_2); + } + if(sidai_3) { + card_config_map.put(CardConfig.SI_3.type, CardConfig.SI_3); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_510K_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_510K_SCORE, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_510K_SCORE_TYPE)) + { + this.config.putInt(Config.ROOM_CONFIG_510K_SCORE_TYPE, 0); + } + + this.isEntrust = true; + + this.supCards = new ArrayList<>(); + this.targetCards = new ArrayList<>(); + this.winPlayerList = new ArrayList<>(); + this.adminSeat = 0; + this.chooseover = 0; + this.cur510kFen = 0; + } + + public void clear() { + super.clear(); + + } + + public void clearEx() { + this.activeSeat = 0; + this.discard = null; + this.lastDiscardSeat = 0; + this.win = null; + this.firstCard = 0; + this.cur510kFen = 0; + this.cur5Num = 0; + this.cur10Num = 0; + this.curkNum = 0; + this.winPlayerList.clear(); + } + + public ITObject getReloadInfo(Player player) { + ITObject data = super.getReloadInfo(player); + EXPlayer p = (EXPlayer) player; + + data.putTArray("hand_card", CardUtil.toTArray(p.cardInhand)); + + data.putTArray("handCards", CardUtil.toTArray(p.cardInhand)); + data.putTArray("outCards", CardUtil.toTArray(p.outCards)); + data.putInt("cur510kFen", this.cur510kFen); + data.putInt("cur5Num", this.cur5Num); + data.putInt("cur10Num", this.cur10Num); + data.putInt("curkNum", this.curkNum); + + data.putInt("open", p.open); + + data.putInt("last_outcard_seat", this.lastDiscardSeat); + + // 游戏结束 + if(this.isplaying == false) { + + if(this.win != null) { + data.putInt("winseat", this.win.seat); + } + else + { + data.putInt("winseat", 0); + } + if(this.card.getCount() > 0) { + data.putTArray("remaincards", CardUtil.toTArray(this.card.jiangliCardList)); + } + } + + return data; + } + + /** + * 决定总结算方式 + * + * @return true : 总结算 + */ + protected boolean totalType() { + for (Entry entry : playerMapByPlaying.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.cur510kFen >= RoomCard.MAX_510K_SCORE) + { + return true; + } + } + return false; + //return this.round >= this.maxRound; + } + + public boolean entrustTotal() { + return false; + } + + /** + * + * */ + private int reMultipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score / this.hpData.getInt("times")); + } + } + return score; + } + + public void addScore(Player destPlayer, Player fromPlayer, int score, int type) { + + //// + if(multipleScore(score) > fromPlayer.hp.cur_hp) { + score = reMultipleScore((int)fromPlayer.hp.cur_hp); + // fromPlayer.hp.cur_hp -= multipleScore(score); //不能在这里扣 + } + // + + destPlayer.score.round_log.put(type, destPlayer.score.round_log.get(type) + score); + fromPlayer.score.round_log.put(type, fromPlayer.score.round_log.get(type) - score); + destPlayer.score.round_score += score; + destPlayer.score.total_score += score; + fromPlayer.score.round_score -= score; + fromPlayer.score.total_score -= score; + } + + /** + * 变更炸弹积分 + * @param destPlayer + */ + public void addAllBombScore(EXPlayer destPlayer, CardGroup card) { + if (card.card_list.size() == 7) + { + addXiScore(destPlayer, 100); + } + else if (card.card_list.size() == 8) + { + addXiScore(destPlayer, 200); + } + else if (card.card_list.size() == 9) + { + addXiScore(destPlayer, 400); + } + else if (card.card_list.size() == 10) + { + addXiScore(destPlayer, 800); + } + else if (card.card_list.size() == 11) + { + addXiScore(destPlayer, 1600); + } + else if (card.card_list.size() == 12) + { + addXiScore(destPlayer, 3200); + } + } + + + /** + * 变更炸弹积分 + * @param destPlayer + */ + public void add510kScore(EXPlayer destPlayer) { + //destPlayer.cur510kFen += this.cur510kFen; + if (this.cur510kFen > 0) + { + destPlayer.ju510kFen += this.cur510kFen; + TArray seatData=TArray.newInstance(); + ITObject seatListData = TObject.newInstance(); + seatListData.putInt("add510kfen", this.cur510kFen); + seatListData.putInt("ju510kfen", destPlayer.ju510kFen); + seatListData.putInt("all510kfen", destPlayer.cur510kFen); + seatListData.putInt("aid", destPlayer.playerid); + seatData.addTObject(seatListData); + TObject allData=TObject.newInstance(); + allData.putTArray("gold_list", seatData); + + this.cur510kFen = 0; + this.cur5Num = 0; + this.cur10Num = 0; + this.curkNum = 0; + allData.putInt("cur510kFen", 0); + allData.putInt("cur5Num", 0); + allData.putInt("cur10Num", 0); + allData.putInt("curkNum", 0); + + this.broadCastToClient(0, Config.GAME_EVT_UPDATE_510K_SCORE, allData); + + EXPlayBack pb = (EXPlayBack)destPlayer.getRoom().playBackData; + pb.add510KFenCommand(destPlayer.seat, destPlayer); + } + } + + /** + * 变更炸弹积分 + * @param destPlayer + */ + public void addXiScore(EXPlayer destPlayer, int score) { + destPlayer.curXiFen += score; + destPlayer.juXiFen += score; + TArray seatData=TArray.newInstance(); + ITObject seatListData = TObject.newInstance(); + seatListData.putInt("addXiFen", score); + seatListData.putInt("juXiFen", destPlayer.juXiFen); + seatListData.putInt("allXiFen", destPlayer.curXiFen); + seatListData.putInt("aid", destPlayer.playerid); + seatData.addTObject(seatListData); + TObject allData=TObject.newInstance(); + allData.putTArray("gold_list", seatData); + + this.broadCastToClient(0, Config.GAME_EVT_UPDATE_XI_SCORE, allData); + + EXPlayBack pb = (EXPlayBack)destPlayer.getRoom().playBackData; + pb.add510KFenCommand(destPlayer.seat, destPlayer); + } + + /** + * 变更游戏积分 + * @param destPlayer + */ + public void addAllScore(EXPlayer destPlayer) { + if (true) + { + TArray seatData = TArray.newInstance(); + int add510kFen = 0; + int jiangli = 0; + //用8替代5 + Map> cardMap =CardUtil.getCardListMap(this.card.jiangliCardList); + if (cardMap.containsKey(RoomCard.CUR_5_CARD)) + { + add510kFen += cardMap.get(RoomCard.CUR_5_CARD).size() * 5; + } + if (cardMap.containsKey(10)) + { + add510kFen += cardMap.get(10).size() * 10; + } + if (cardMap.containsKey(13)) + { + add510kFen += cardMap.get(13).size() * 10; + } + if (this.config.getInt(Config.ROOM_CONFIG_510K_SCORE_TYPE) == 0 || this.config.getInt(Config.ROOM_CONFIG_510K_SCORE_TYPE) == 1) + { + jiangli += 100; + } + else { + jiangli += 40; + } + destPlayer.jiangli = jiangli; + destPlayer.leftCardFen = add510kFen; + destPlayer.cur510kFen += add510kFen; + destPlayer.cur510kFen += destPlayer.jiangli; + destPlayer.cur510kFen += destPlayer.ju510kFen; + //destPlayer.curXiFen += destPlayer.juXiFen; + destPlayer.allJu510kFen += destPlayer.ju510kFen; + destPlayer.allJiangLi += destPlayer.jiangli; + destPlayer.allLeftCardFen += destPlayer.leftCardFen; + { + ITObject seatListData = TObject.newInstance(); + seatListData.putInt("add510kfen", add510kFen); + seatListData.putInt("ju510kfen", destPlayer.ju510kFen); + seatListData.putInt("all510kfen", destPlayer.cur510kFen); + seatListData.putInt("juXiFen", destPlayer.juXiFen); + seatListData.putInt("curXiFen", destPlayer.curXiFen); + seatListData.putInt("jiangli", destPlayer.jiangli); + seatListData.putInt("aid", destPlayer.playerid); + seatData.addTObject(seatListData); + } + + if (this.playerMapByPlaying.size() == 2) { + for (Entry entry : this.playerMapByPlaying.entrySet()) { + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + if (fromPlayer != destPlayer) { + int add510kFenFrom = 0; + int jiangliFrom = 0; + if (this.config.getInt(Config.ROOM_CONFIG_510K_SCORE_TYPE) == 0 || this.config.getInt(Config.ROOM_CONFIG_510K_SCORE_TYPE) == 1) + { + jiangliFrom = -100; + } + else { + jiangliFrom = -40; + } + fromPlayer.jiangli = jiangliFrom; + fromPlayer.cur510kFen += add510kFenFrom; + fromPlayer.cur510kFen += fromPlayer.jiangli; + fromPlayer.cur510kFen += fromPlayer.ju510kFen; + //fromPlayer.curXiFen += fromPlayer.juXiFen; + fromPlayer.allJu510kFen += fromPlayer.ju510kFen; + fromPlayer.allJiangLi += fromPlayer.jiangli; + fromPlayer.allLeftCardFen += fromPlayer.leftCardFen; + ITObject seatListData = TObject.newInstance(); + seatListData.putInt("add510kfen", add510kFenFrom); + seatListData.putInt("ju510kfen", fromPlayer.ju510kFen); + seatListData.putInt("all510kfen", fromPlayer.cur510kFen); + seatListData.putInt("juXiFen", fromPlayer.juXiFen); + seatListData.putInt("curXiFen", fromPlayer.curXiFen); + seatListData.putInt("jiangli", fromPlayer.jiangli); + seatListData.putInt("aid", fromPlayer.playerid); + seatData.addTObject(seatListData); + } + } + } else { + EXPlayer second = null; + EXPlayer third = null; + if (this.winPlayerList.size() >= 2) + { + second = this.winPlayerList.get(1); + for (Entry entry : this.playerMapByPlaying.entrySet()) { + + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + if (fromPlayer.playerid != destPlayer.playerid && fromPlayer.playerid != second.playerid) { + third = fromPlayer; + } + } + } + + if (second == null || third == null) + { + for (Entry entry : this.playerMapByPlaying.entrySet()) { + + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + if (fromPlayer != destPlayer) { + if (fromPlayer.cardInhand.size() <= 0) + { + second = fromPlayer; + } + else { + third = fromPlayer; + } + } + } + } + + + if (second != null) + { + int add510kFenFrom = 0; + int jiangliFrom = 0; + if (this.config.getInt(Config.ROOM_CONFIG_510K_SCORE_TYPE) == 0) + { + jiangliFrom = -40; + } + else if (this.config.getInt(Config.ROOM_CONFIG_510K_SCORE_TYPE) == 1) + { + jiangliFrom = -30; + } + else { + jiangliFrom = 0; + } + second.jiangli = jiangliFrom; + second.cur510kFen += add510kFenFrom; + second.cur510kFen += second.jiangli; + second.cur510kFen += second.ju510kFen; + //second.curXiFen += second.juXiFen; + second.allJu510kFen += second.ju510kFen; + second.allJiangLi += second.jiangli; + second.allLeftCardFen += second.leftCardFen; + ITObject seatListData = TObject.newInstance(); + seatListData.putInt("add510kfen", add510kFenFrom); + seatListData.putInt("ju510kfen", second.ju510kFen); + seatListData.putInt("all510kfen", second.cur510kFen); + seatListData.putInt("juXiFen", second.juXiFen); + seatListData.putInt("curXiFen", second.curXiFen); + seatListData.putInt("aid", second.playerid); + seatListData.putInt("jiangli", second.jiangli); + seatData.addTObject(seatListData); + } + + if (third != null) { + int add510kFenFrom = 0; + int jiangliFrom = 0; + if (this.config.getInt(Config.ROOM_CONFIG_510K_SCORE_TYPE) == 0) + { + jiangliFrom = -60; + } + else if (this.config.getInt(Config.ROOM_CONFIG_510K_SCORE_TYPE) == 1) + { + jiangliFrom = -70; + } + else { + jiangliFrom = -40; + } + third.jiangli = jiangliFrom; + third.cur510kFen += add510kFenFrom; + third.cur510kFen += third.jiangli; + third.cur510kFen += third.ju510kFen; + //third.curXiFen += third.juXiFen; + third.allJu510kFen += third.ju510kFen; + third.allJiangLi += third.jiangli; + third.allLeftCardFen += third.leftCardFen; + ITObject seatListData = TObject.newInstance(); + seatListData.putInt("add510kfen", add510kFenFrom); + seatListData.putInt("ju510kfen", third.ju510kFen); + seatListData.putInt("all510kfen", third.cur510kFen); + seatListData.putInt("juXiFen", third.juXiFen); + seatListData.putInt("curXiFen", third.curXiFen); + seatListData.putInt("aid", third.playerid); + seatListData.putInt("jiangli", third.jiangli); + seatData.addTObject(seatListData); + } + } + TObject allData = TObject.newInstance(); + allData.putTArray("gold_list", seatData); + allData.putInt("cur510kFen", 0); + this.broadCastToClient(0, Config.GAME_EVT_ALL_UPDATE_510K_SCORE, allData); + + if (totalType()) + { + boolean has = false; + for(int i = 0; i < this.winPlayerList.size(); i++) + { + EXPlayer xxPlayer = this.winPlayerList.get(i); + if (xxPlayer.cur510kFen >= RoomCard.MAX_510K_SCORE) + { + xxPlayer.jieSuanJiangLi += 100; + xxPlayer.cur510kFen += xxPlayer.jieSuanJiangLi; + has = true; + break; + } + } + + if (has == false) + { + for (Entry entry : playerMapByPlaying.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.cur510kFen >= RoomCard.MAX_510K_SCORE) + { + player.jieSuanJiangLi += 100; + player.cur510kFen += player.jieSuanJiangLi; + break; + } + } + } + } + } + + if (totalType()) + { + EXPlayer winPlayer = this.win; + int max = RoomCard.MAX_510K_SCORE; + for (Entry entry : playerMapByPlaying.entrySet()) { + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + if (fromPlayer.cur510kFen+fromPlayer.curXiFen >= max) + { + max = fromPlayer.cur510kFen+fromPlayer.curXiFen; + winPlayer = fromPlayer; + } + } + + if (winPlayer != null) + { + for (Entry entry : playerMapByPlaying.entrySet()) { + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + if (fromPlayer.playerid != winPlayer.playerid) + { + this.addScore(winPlayer, fromPlayer, winPlayer.cur510kFen+winPlayer.curXiFen-fromPlayer.cur510kFen-fromPlayer.curXiFen, EXScore.WIN); + } + } + } + } + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + @Override + public void endGame() { + addAllScore(win); + + this.chooseover = 0; + + EXPlayBack pb = (EXPlayBack)this.playBackData; + + + ITObject pbResult = TObject.newInstance(); + + ITArray info = new TArray(); + for (Entry entry : playerMapByPlaying.entrySet()) { + EXPlayer player=(EXPlayer)entry.getValue(); + ITObject obj = TObject.newInstance(); + obj.putInt("seat", player.seat); + obj.putInt("score", player.score.round_score); + obj.putBoolean("entrust", player.entrust); + obj.putInt("cur510kFen", player.cur510kFen); + obj.putInt("ju510kFen", player.ju510kFen); + obj.putInt("curXiFen", player.curXiFen); + obj.putInt("juXiFen", player.juXiFen); + obj.putInt("jiangli", player.jiangli); + obj.putInt("leftCardFen", player.leftCardFen); + obj.putInt("jieSuanJiangLi", player.jieSuanJiangLi); + obj.putInt("boomnum", player.boomnum); + info.addTObject(obj); + } + pbResult.putTArray("result", info); + + pb.addResultCommand(win.seat, pbResult); + + pb.addNewRoundCommand(); + super.endGame(); + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXScore.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXScore.java new file mode 100644 index 0000000..fc4343f --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/EXScore.java @@ -0,0 +1,18 @@ +package extend.pk; + +import com.game.data.Score; + +public class EXScore extends Score { + public static final int WIN = 1; + public static final int ZHA = 2; + + + public EXScore(EXPlayer owner) { + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + this.round_log.put(ZHA, 0); + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/RoomCard.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/RoomCard.java new file mode 100644 index 0000000..1617080 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/RoomCard.java @@ -0,0 +1,524 @@ +package extend.pk; + +import com.game.Global; +import extend.pk.uitl.CardUtil; + +import java.util.*; + +public class RoomCard { + + public static final int HEART_TEN = 310; + public static final int CARD_A = 14; + public static final int CARD_2 = 15; + public static final int CARD_3 = 3; + public static final int MAX_510K_SCORE = 1000; + public static final int CUR_5_CARD = 8; + public List cardList; + public List cardListTemp; + public List jiangliCardList; + EXRoom room; + int num; + int maxPlayer; + Random rand = new Random(); + + int boomNumLimit = rand.nextInt(2) + 2; + int sangzhangNumLimit = rand.nextInt(5) + 10; + + int totalBoomNum = 0; + int totalSanZhangNum = 0; + + public RoomCard(EXRoom table,int num,int maxPlayer) { + this.cardList = new ArrayList(); + this.cardListTemp = new ArrayList(); + this.jiangliCardList = new ArrayList(); + this.room = table; + this.num = num; + this.maxPlayer = maxPlayer; + } + + public void init() { + this.boomNumLimit = rand.nextInt(2) + 5; + this.sangzhangNumLimit = rand.nextInt(5) + 10; + + this.totalBoomNum = 0; + this.totalSanZhangNum = 0; + this.cardList.clear(); + this.jiangliCardList.clear(); + this.initCard(); + int currentBoomNum = 0; + int currentSanZhangNum = 0; + Map result = new HashMap(); + do { + currentBoomNum = 0; + currentSanZhangNum = 0; + this.shuffle(); + for(int i = 0; i entry : result.entrySet()) { + if(entry.getValue() >= 4) { + currentBoomNum++; + } + else if(entry.getValue() == 3) { + currentSanZhangNum++; + } + } + }while((currentBoomNum + totalBoomNum > boomNumLimit) || (currentSanZhangNum + totalSanZhangNum > sangzhangNumLimit)); + } + + private void initCard() { + for(int i = 0; i < 3; i++) + { + for (int index = 8; index <= 15; index++) { + // 方片 + this.cardList.add(new CardObj(100 + index)); + // 梅花 + this.cardList.add(new CardObj(200 + index)); + // 红桃 + this.cardList.add(new CardObj(300 + index)); + // 黑桃 + this.cardList.add(new CardObj(400 + index)); + } + } + + rand.setSeed(System.currentTimeMillis()); + int len = this.cardList.size(); + for(int i = 0; i < len; i++) { + + int randpos = rand.nextInt(1000000000) % len; + CardObj cotemp = this.cardList.get(i); + + this.cardList.set(i, this.cardList.get(randpos)); + this.cardList.set(randpos,cotemp); + } + + Global.logger.info("RoomCard initCard(): "+this.cardList); + } + + private void shuffle() { + for(int i = 0; i < 100; i++) + { + Collections.shuffle(this.cardList); + } + Random rand = new Random(); + int len = this.cardList.size(); + + for(int i = 0; i < 10000; i++) { + rand.setSeed(System.currentTimeMillis()); + int start = rand.nextInt(len); + int end = rand.nextInt(len); + + CardObj co = this.cardList.get(start); + this.cardList.set(start, this.cardList.get(end)); + this.cardList.set(end, co); + } + } + + public CardObj pop() { + CardObj card = this.cardList.remove(0); + return card; + } + + public int getCount() { + return this.cardList.size(); + } + + // 发牌 + public List deal(boolean room_white, boolean is_white, double room_rate, int white_black_status, double black_white_rate, double black_black_rate, int maxZhaDan, int cardNum) { + List dealCards = new ArrayList(); + //shuffle(); + + double rand1 = Math.random() % 100 * 100; + for (int index = 0; index < this.num ; index++) { + if (room_white && is_white) + { + if (rand1 > room_rate) + { + if (index == 0) + { + if (maxZhaDan == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards xingyun card"); + } + } + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, true, maxZhaDan, cardNum)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + else { + double rand111 = Math.random() % 100 * 100; + if (tempCard.cardMod <= 11 && rand111 < 10) + { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, true, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + else { + double rand111 = Math.random() % 100 * 100; + if (tempCard.cardMod <= 11 && rand111 <= 10) + { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else { + if (white_black_status == 2) { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxZhaDan == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards white card"); + } + } + + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, true, maxZhaDan, cardNum)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, true, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else if (white_black_status == 1) { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxZhaDan == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards black card"); + } + } +; + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, true, false, maxZhaDan, cardNum)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, true, false, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + else { + if (room_white && rand1 > room_rate) + { + if (index == 0) + { + if (maxZhaDan == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards general cha card"); + } + } + + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, false, maxZhaDan, cardNum)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (rand1 < black_white_rate) + { + if (index == 0) + { + if (maxZhaDan == 0) + { + Global.logger.info("dealcards rand card"); + } + else + { + Global.logger.info("dealcards general cha card"); + } + } + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard(tempCard.cardMod, dealCards, false, false, maxZhaDan, cardNum)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + else { + if (index == 0) + Global.logger.info("dealcards rand card"); + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + CardObj tempCard = this.pop(); + + if (isGooodCard2(tempCard.cardMod, dealCards, false, true, 0, 0)) { + if (this.cardList.size() > 0 && count++ <= this.cardList.size()) { + tempCardList.add(tempCard); + continue; + } + } + + dealCards.add(tempCard); + break; + } while (true); + this.cardList.addAll(tempCardList); + } + } + } + } + } + //shuffle(); + + Map result = new HashMap(); + CardUtil.getCardNumMap(result, dealCards); + for(Map.Entry entry : result.entrySet()) { + if(entry.getValue() >= 4) { + this.totalBoomNum++; + } + else if(entry.getValue() == 3) { + this.totalSanZhangNum++; + } + } + + return dealCards; + } + + boolean isGooodCard(int card, List dealCards, boolean black, boolean white, int maxZhaDan, int cardNum) + { + if (isGooodCard2(card, dealCards, black, white, maxZhaDan, cardNum)) { + return true; + } + + if (maxZhaDan > 0) + { + if (cardNum > 0) + { + if (CardUtil.checkCard(card, dealCards, cardNum-1)) { + if (card >= maxZhaDan) + { + return true; + } + } + else { + if (CardUtil.checkGoodCard(card, dealCards, cardNum-1)) { + return true; + } + } + } + else { + if (CardUtil.checkGoodCard(card, dealCards, 6)) { + if (card >= maxZhaDan) + { + return true; + } + } + } + } + + return false; + } + + boolean isGooodCard2(int card, List dealCards, boolean black, boolean white, int maxZhaDan, int cardNum) + { + double rand = Math.random() % 100 * 100; + if (black) + { + if (CardUtil.checkQPai(card, dealCards) && rand < 70) + { + Global.logger.info("remove checkQPai"); + return true; + } + } + else { + if (!white) + { + if (CardUtil.checkQPai(card, dealCards) && rand < 50) + { + Global.logger.info("remove checkQPai"); + return true; + } + + if (CardUtil.checkGoodCard(card, dealCards, 6)) { + if (rand < 80) + { + Global.logger.info("remove seven zha dan"); + return true; + } + else { + Global.logger.info("remove seven zha dan fail"); + } + } + } + } + + if (CardUtil.checkGoodCard(card, dealCards, 6)) { + if (rand < 60) + { + Global.logger.info("remove seven zha dan"); + return true; + } + else { + Global.logger.info("remove seven zha dan fail"); + } + } + + return false; + } + + public List deal() { + List dealCards = new ArrayList(); + + for (int index = 0; index < this.num ; index++) { + dealCards.add(this.pop()); + } + + Map result = new HashMap(); + CardUtil.getCardNumMap(result, dealCards); + for(Map.Entry entry : result.entrySet()) { + if(entry.getValue() >= 4) { + this.totalBoomNum++; + } + else if(entry.getValue() == 3) { + this.totalSanZhangNum++; + } + } + + return dealCards; + } + +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/SettleLog.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/SettleLog.java new file mode 100644 index 0000000..eb6b8c6 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/SettleLog.java @@ -0,0 +1,44 @@ +package extend.pk; + +import java.util.HashMap; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + +public class SettleLog { + private Map log; + + public SettleLog() { + log = new HashMap(); + } + + public void put(String key,Integer value) { + log.put(key, value); + } + + public void add(String key) { + if(!log.containsKey(key)) { + return; + } + int value = log.get(key); + value++; + log.put(key, value); + } + + public Integer get(String key) { + if(!log.containsKey(key)) { + return null; + } + return log.get(key); + } + + public ITObject toTObject() { + ITObject obj = TObject.newInstance(); + for (Entry entry : this.log.entrySet()) { + obj.putInt(entry.getKey(), entry.getValue()); + } + return obj; + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..7f52804 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/player/state/EXPlayerDiscardState.java @@ -0,0 +1,545 @@ +package extend.pk.player.state; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map; + +import com.game.Global; +import com.game.Router; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import com.taurus.core.entity.TObject; +import extend.pk.CardGroup; +import extend.pk.CardObj; +import extend.pk.Config; +import extend.pk.EXActionEvent; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.RoomCard; +import extend.pk.room.state.EXRoomSetpState; +import extend.pk.uitl.CardCheck; +import extend.pk.uitl.CardConfig; +import extend.pk.uitl.CardUtil; + +/** + * 等待玩家出牌状态 + * + * + */ +public class EXPlayerDiscardState extends StateBase { + + @Override + public void enter(EXPlayer owner) { + + // 设置防作弊场开牌的标志 + owner.open = 1; + + EXRoom room = owner.getRoom(); + if (owner.cardInhand.size() == 0) { + //如果最后一次打牌的座位等于自己 分数加到自己身上 + if(room.lastDiscardSeat == owner.seat) { + //加5,10,k分 + room.add510kScore(owner); + room.lastDiscardSeat = 0; + //加5,10,k分 + int hasCardNum = 0; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + if (player.cardInhand.size() > 0) + { + hasCardNum++; + } + } + if (hasCardNum <= 1) + { + this.over(owner); + return; + } + } + toNextState(owner); + return; + } + + //如果最后一次打牌的座位等于自己 分数加到自己身上 + if(room.lastDiscardSeat == owner.seat) { + //加5,10,k分 + room.add510kScore(owner); + //加5,10,k分 + int hasCardNum = 0; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + if (player.cardInhand.size() > 0) + { + hasCardNum++; + } + } + if (hasCardNum <= 1) + { + this.over(owner); + return; + } + } + + //如果最后一次的打牌的座位不等于零并且最后一次打牌的座位不等于自己 + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + + boolean bNextBaodan = false; + EXPlayer next = (EXPlayer) owner.room.playerMapBySeat.get(owner.nextSeat); + if(next.cardInhand.size() == 1) { + bNextBaodan = true; + } + CardGroup big_ct = CardCheck.genOutCard(owner.cardInhand, room.discard,room.config,bNextBaodan); + if(big_ct==null) { + + owner.stateMachine.changeState(Global.getState(EXPlayerPassState.class)); + return; + } + else { + + if(big_ct.config.type == Config.TYPE_ZHA ) { + // 如果能出完,就自动出完 + if(big_ct.card_list.size() == owner.cardInhand.size()) { + + doAction(owner,big_ct,true); + return; + } + } + else { + + boolean bContainZha = false; + + boolean bThreeA = false; + if(owner.room.config.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + Map cardMap =CardUtil.getCardNumMap(owner.cardInhand); + for(Map.Entry entry : cardMap.entrySet()) { + + int handNum = cardMap.get(entry.getKey()); + + // 4张牌 不能出现在处大赞的牌型中 + if(handNum >= 4) { + + bContainZha = true; + } + + // 三条A 不能拆 + if(entry.getKey() == RoomCard.CARD_A && bThreeA && handNum >= 3) { + + bContainZha = true; + } + } + + if(big_ct.card_list.size() == owner.cardInhand.size() && bContainZha == false) { + doAction(owner,big_ct,true); + return; + } + } + } + } + else { + + // 自动出牌 + //CardGroup auto_ct = CardCheck.autoOutLastHand(owner.cardInhand, room.config,false); + //if(auto_ct != null) { + // doAction(owner,auto_ct,true); + // return; + //} + } + EXMainServer.gameCtr.discardTipEvent(owner); + + owner.startActionTimer(); + } + + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.discardTipEvent(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + + public void over(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (room.winPlayerList.size() > 0) + { + EXPlayer win = room.winPlayerList.get(0); + room.bankerSeat = win.seat; + room.win = win; + } + else { + if (room.playerMapByPlaying.size() == 2) + { + for (Map.Entry entry : room.playerMapByPlaying.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.cardInhand.size() == 0) + { + room.bankerSeat = player.seat; + room.win = player; + break; + } + } + } + else { + for (Map.Entry entry : room.playerMapByPlaying.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.playerid != owner.playerid && player.cardInhand.size() == 0) + { + room.bankerSeat = player.seat; + room.win = player; + } + } + } + } + + room.endGame(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + + ITObject netParam = (ITObject) param; + ITArray card_list = netParam.getTArray("card"); + ITArray all_card = netParam.getTArray("all_card"); + + if (all_card != null) + { + ArrayList temCardList = new ArrayList(); + for(int i=0;i< all_card.size();++i) { + temCardList.add(all_card.getInt(i)); + } + Collections.sort(temCardList); + + ArrayList temCardList2 = new ArrayList(); + for(int i=0;i< owner.cardInhand.size();++i) { + temCardList2.add(owner.cardInhand.get(i).card); + } + Collections.sort(temCardList2); + + if (!temCardList.equals(temCardList2)) + { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + } + + // 如果出的牌的个数为0 或者大于手牌的数目 则是非法的 + if (card_list.size() == 0 || card_list.size() > owner.cardInhand.size()) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + + List list = CardUtil.toList(card_list); + + + for(CardObj card : list) { + + boolean bNotExisted = false; + + for(CardObj handc : owner.cardInhand) { + if(card.card == handc.card) { + bNotExisted = true; + break; + } + } + + if(bNotExisted == false) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + } + + if(owner.getRoom().firstCard != 0 && CardUtil.getCard1(owner.getRoom().firstCard, list) == null) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_MUST_OUT_MIN); + return; + } + + CardGroup ct = CardCheck.getType(list, owner.room.config); + if(ct == null) { + + if (CardCheck.isConfig4_2_and_4_3(owner.room.config)) { + //四带二/四带三摆尾 + if (list.size() == owner.cardInhand.size()) { //最后一把 + Map cardMap =CardUtil.getCardNumMap(list); + + if(owner.room.config.containsKey(Config.ROOM_CONFIG_SIDAI_2) && owner.room.config.getBoolean(Config.ROOM_CONFIG_SIDAI_2)) { + if (list.size() == 5) { + ct = CardCheck.checkSiWithTwo(cardMap,owner.room.config); + } + } + + if (ct == null) { + if(owner.room.config.containsKey(Config.ROOM_CONFIG_SIDAI_3) && owner.room.config.getBoolean(Config.ROOM_CONFIG_SIDAI_3)) { + if (list.size() == 5 || list.size() == 6) { + ct = CardCheck.checkSiWithThree(cardMap,owner.room.config); + } + } + } + + if (ct != null) { + for(CardObj cardObj : owner.cardInhand) { + ct.card_list.add(cardObj); + } + ct.card_list_mp = CardUtil.toTArray(ct.card_list); + } + } + } + + + if (ct == null) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + } + + boolean bThreeA = false; + if(owner.room.config.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + //验证客户端发过来的类型 + if(!CardCheck.tryType(ct,owner.cardInhand.size(),owner.room.config)) { + + // tryType 判断3条a判断不出来, 所以 + if(!(ct.config.type == Config.TYPE_ZHA && + card_list.size() == 3 && + bThreeA && + CardUtil.checkCard(RoomCard.CARD_A, list, 3))) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + } + + // 如果炸弹不允许拆分,则检测非炸弹和4带三的牌型,看他们是否拆分了炸弹 + if(owner.room.config.getInt(Config.ROOM_CONFIG_DEMOLITION) == 1) { + + if(ct.config.type != Config.TYPE_ZHA ) { + + Map hangCardMap =CardUtil.getCardNumMap(owner.cardInhand); + Map cardMap =CardUtil.getCardNumMap(list); + for(Map.Entry entry : cardMap.entrySet()) { + + int handNum = hangCardMap.get(entry.getKey()); + + // 4张牌 不能出现在处大赞的牌型中 + if(handNum >= 4) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_BOMB_CHAI); + return; + } + + // 三条A 不能拆 + if(entry.getKey() == RoomCard.CARD_A && bThreeA && handNum == 3) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_BOMB_CHAI); + return; + } + } + } + else { + Map hangCardMap =CardUtil.getCardNumMap(owner.cardInhand); + Map cardMap =CardUtil.getCardNumMap(list); + for(Map.Entry entry : cardMap.entrySet()) { + + int handNum = hangCardMap.get(entry.getKey()); + + // 4张牌 不能出现在处大赞的牌型中 + if(handNum != ct.card_list.size()) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_BOMB_CHAI); + return; + } + + // 三条A 不能拆 + if(entry.getKey() == RoomCard.CARD_A && bThreeA && handNum == 3) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_BOMB_CHAI); + return; + } + } + } + } + + doAction(owner,ct,false); + break; + + case EXActionEvent.EVENT_PASS: + + if(owner.room.config.getInt(Config.ROOM_CONFIG_WILL_BE_OUT) == 1) { + return; + } + pass(owner); + + break; + case EXActionEvent.EVENT_OFFLINE: + owner.startActionTimer(); + break; + case EXActionEvent.EVENT_TIMER_AUTO: + case EXActionEvent.EVENT_ENTRUST: + + AutoOut(owner); + break; + } + } + + private void AutoOut(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + + CardGroup big_ct = null; + EXPlayer playerNext = (EXPlayer)room.playerMapBySeat.get(owner.nextSeat); + if(playerNext != null && room.discard.config.type ==Config.TYPE_DANPAI && playerNext.cardInhand.size() == 1) { + + Map> cardMap =CardUtil.getCardListMap(owner.cardInhand); + big_ct = CardCheck.selectDanpai(cardMap,room.discard,room.config,true); + }else { + big_ct = CardCheck.tryBig(owner.cardInhand, room.discard); + } + + if (big_ct != null) { + big_ct.card_list_mp = CardUtil.toTArray(big_ct.card_list); + doAction(owner,big_ct,true); + } else { + Global.logger.info("big_ct == null pass !!!!!!!!!!!!"); + pass(owner); + } + + }else { + + // 在托管或者自动出牌的时候 系统先出炸弹,如果炸弹没有 再出单张 + // 将来可以把这个函数做的能智能一些,不光可以出炸弹 也可以出顺子飞机等等 + CardGroup out_ct = CardCheck.autoOut(owner.cardInhand, owner.room.config); + if(out_ct == null) { + + out_ct = new CardGroup(); + List out_list = new ArrayList<>(); + out_ct.card_list = out_list; + out_ct.config = CardConfig.DAN; + out_ct.len = 1; + + if(room.firstCard != 0) { + CardObj co = CardUtil.getCard1(room.firstCard, owner.cardInhand); + out_list.add(co); + } + else + { + EXPlayer next = (EXPlayer) owner.room.playerMapBySeat.get(owner.nextSeat); + if(next.cardInhand.size() == 1) { + out_list.add(owner.cardInhand.get(owner.cardInhand.size() -1)); + }else { + out_list.add(owner.cardInhand.get(0)); + } + } + } + + out_ct.card_list_mp = CardUtil.toTArray(out_ct.card_list); + out_ct.min_card = out_ct.card_list.get(0).cardMod; + + doAction(owner,out_ct,true); + } + } + + private void pass(EXPlayer owner) { + EXMainServer.gameCtr.pass(owner);//打不起过 + this.toNextState(owner);//下一位大哥 + } + + private void doAction(EXPlayer owner,CardGroup ct,boolean skip) { + + EXRoom room = owner.getRoom(); + boolean outcard = true; + if(!skip) { + + if(room.lastDiscardSeat != 0 &&room.lastDiscardSeat != owner.seat) { + outcard = CardCheck.tryCompete(room.discard, ct,room.config); + } + + // 如果玩家的下家只有一张牌,玩家出单张必须是最大的 + if(outcard && ct.config.type == Config.TYPE_DANPAI) { + /* + EXPlayer playerNext = (EXPlayer)room.playerMapBySeat.get(owner.nextSeat); + if(playerNext != null && playerNext.cardInhand.size() == 1) { + + Map cardMap =CardUtil.getCardNumMap(owner.cardInhand); + for(Integer number : cardMap.keySet()) { + + if(ct.min_card < number) { + + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_MUST_OUT_MAX); + return; + } + } + } + */ + } + } + if(!outcard) { + EXMainServer.gameCtr.sendPutError(owner,Config.PUT_ERROR_INVALID_TYPE); + return; + } + + ///////////////////////////////////////////// + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + + ITObject param = new TObject(); + param.putInt("player", player.seat); + param.putTArray("handCards", CardUtil.toTArray(player.cardInhand)); + player.sendEvent(Config.GAME_EVT_CARDINHAND, param); + + //Global.logger.info(player + " Config.GAME_EVT_CARDINHAND: " + param); + } + ///////////////////////////////////////////// + + EXMainServer.gameCtr.outCard(owner,ct); + + if (owner.cardInhand.size() == 0) + { + room.winPlayerList.add(owner); + int hasCardNum = 0; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + if (player.cardInhand.size() <= 0) + { + hasCardNum++; + } + } + if (hasCardNum == 1) + { + ITObject param = new TObject(); + param.putInt("player", owner.seat); + room.broadCastToClient(0, Config.GAME_EVT_SHANGYOU, param); + } + } + + this.toNextState(owner); + + + } + + +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/player/state/EXPlayerPassState.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/player/state/EXPlayerPassState.java new file mode 100644 index 0000000..7985073 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/player/state/EXPlayerPassState.java @@ -0,0 +1,52 @@ +package extend.pk.player.state; + +import com.game.Global; +import com.game.data.Timer; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.room.state.EXRoomSetpState; + +/** + * 等待玩家Pass状态 + * + * + */ +public class EXPlayerPassState extends StateBase { + + private void pass(EXPlayer owner) { + EXMainServer.gameCtr.pass(owner);//打不起过 + this.toNextState(owner);//下一位大哥 + } + + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if(!owner.entrust) { + Timer passTimer = new Timer(1000, new Timer.ITaskHandler() { + @Override + public void doTask(Timer timer) { + pass(owner); + } + }); + room.addTimer(passTimer); + }else { + pass(owner); + } + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..d2ecadb --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,64 @@ +package extend.pk.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; + +import extend.pk.EXActionEvent; +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; + + + +public class EXPlayerPiaoNiaoTipState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + EXMainServer.gameCtr.piaoTipEvent(owner,0); + } + owner.startActionTimer(); + } + + /** + * 重连 + * @param owner + */ + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.piaoTipEvent(owner,1); + owner.startActionTimer(); + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.piao = id; + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoCount --; + EXMainServer.gameCtr.piaoEvent(owner); + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO, gid, null); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_PIAO)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner, id, gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO) || cmd.equals(ActionEvent.EVENT_ENTRUST)) { + _action(owner,0,gid); + } + else if(cmd.equals(ActionEvent.EVENT_OFFLINE)) { + owner.startActionTimer(); + } + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomDealState.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomDealState.java new file mode 100644 index 0000000..c2e34a9 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomDealState.java @@ -0,0 +1,112 @@ +package extend.pk.room.state; + + + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.pk.Config; +import extend.pk.EXMainServer; +import extend.pk.EXPlayBack; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.uitl.CardCheck; + +import java.util.Map; +import java.util.concurrent.TimeUnit; + +/** + * 房间发牌状态 + * + * + */ +public class EXRoomDealState extends StateBase { + @Override + public void enter(EXRoom owner) { + boolean donghua = false; + for (Map.Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + this.toNextState(owner); + } + + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 3000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXRoom owner) { + //owner.card.init(); + if(owner.bankerSeat!=0&&!owner.playerMapBySeat.containsKey(owner.bankerSeat)) { + owner.bankerSeat = 0; + } + EXMainServer.gameCtr.dealCard(owner); + + owner.playBackData = new EXPlayBack(owner); + + if(owner.config.getInt(Config.ROOM_CONFIG_MINBOOM) == 1) { + + int startSpringSeat = 0; + int seat = owner.bankerSeat; + do { + + EXPlayer player = (EXPlayer)owner.playerMapBySeat.get(seat); + if(CardCheck.checkStartSpring(player.cardInhand)) { + + startSpringSeat = seat; + break; + } + }while(seat != owner.bankerSeat); + + if(startSpringSeat != 0) { + owner.bankerSeat = startSpringSeat; + owner.win = (EXPlayer)owner.playerMapBySeat.get(startSpringSeat); + owner.endGame(); + return; + } + } + + + + owner.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomPiaoState.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomPiaoState.java new file mode 100644 index 0000000..dbb1ce8 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomPiaoState.java @@ -0,0 +1,31 @@ +package extend.pk.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.pk.EXActionEvent; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerPiaoNiaoTipState; + +public class EXRoomPiaoState extends StateBase{ + + @Override + public void enter(EXRoom owner) { + owner.piaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO)) { + if(owner.piaoCount==0) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + } + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomSetpState.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..ce6843c --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomSetpState.java @@ -0,0 +1,35 @@ +package extend.pk.room.state; + +import com.game.Global; +import com.game.state.StateBase; + +import extend.pk.EXMainServer; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; +import extend.pk.player.state.EXPlayerDiscardState; + +/** + * 房间转换座位 + * + * + */ +public class EXRoomSetpState extends StateBase { + + @Override + public void enter(EXRoom owner) { + EXPlayer player = null; + if (owner.activeSeat == 0) { + player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = (EXPlayer) owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = (EXPlayer) owner.playerMapBySeat.get(nextSeat); + } + + + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + + player.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomStartGameState.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..665018e --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/room/state/EXRoomStartGameState.java @@ -0,0 +1,43 @@ +package extend.pk.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.pk.Config; +import extend.pk.EXPlayer; +import extend.pk.EXRoom; + +/** + * 房间开始状态 + * + * + */ +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { + + for (Entry entry : owner.playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer)entry.getValue(); + player.clearEx(); + } + owner.clearEx(); + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + + if(owner.config.containsKey(Config.ROOM_CONFIG_PIAO) && owner.config.getInt(Config.ROOM_CONFIG_PIAO) != 0) { + owner.stateMachine.changeState(Global.getState(EXRoomPiaoState.class)); + } + else{ + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/uitl/CardCheck.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/uitl/CardCheck.java new file mode 100644 index 0000000..e78d33a --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/uitl/CardCheck.java @@ -0,0 +1,1453 @@ +package extend.pk.uitl; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITObject; + +import extend.pk.CardGroup; +import extend.pk.CardObj; +import extend.pk.Config; +import extend.pk.RoomCard; + + +/** + * + * + */ +public class CardCheck { + + /** + * 服务器跟牌判定 + * @param cardInhand + * @param out + * @param roomConfig + * @param nextBaodan + * @return + */ + public static CardGroup genOutCard(List cardInhand,CardGroup out,ITObject roomConfig,boolean nextBaodan) { + + CardGroup cg = null; + + Map> cardMap =CardUtil.getCardListMap(cardInhand); + int handCardSize = cardInhand.size(); + // 如果有炸弹 并且玩家手上仅剩下炸弹 就不用找了 直接出牌就可以了 + cg = selectZha(cardMap,out,roomConfig); + if(cg != null && cg.card_list.size() == handCardSize) { + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + return cg; + } + + // 如果别的玩家出的是一张单牌,则寻找一个合适的单牌,如果找不到就用炸弹,炸弹没有则过 + if(out.config.type == Config.TYPE_DANPAI) { + + CardGroup tempCg = selectDanpai(cardMap,out,roomConfig,nextBaodan); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是不能带牌的牌型(对子,顺子,连队)则寻找合适的牌型,如果找不到就用炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_DUIZI + || out.config.type == Config.TYPE_SHUNZI + || out.config.type == Config.TYPE_LIANDUI) { + + CardGroup tempCg = selectWithoutCardType(handCardSize,cardMap,out,roomConfig); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是带牌的三带牌型 ,则寻找合适的牌型,如果找不到就用炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_3_2) { + + boolean bLack = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_LACK) == 1) { + bLack = true; + } + + CardGroup tempCg = selectWithCardType(cardInhand,cardMap,out,roomConfig,bLack); + if(tempCg != null) { + cg = tempCg; + } + } + + // 如果别的玩家出的是带牌的飞机牌型,则寻找合适的牌型,如果找不到用则炸弹,炸弹没有则过 + else if(out.config.type == Config.TYPE_FEIJI) { + + boolean bLack = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_PLANE_LACK) == 1) { + bLack = true; + } + + CardGroup tempCg = selectWithCardType(cardInhand,cardMap,out,roomConfig,bLack); + if(tempCg != null) { + cg = tempCg; + } + } + // 如果是四带二或者四带三 就不处理了,如果有炸弹,则玩家自己去选择是炸还是跟,如果没有炸弹 玩家也大不了,所以后面就不用判断了 + if(cg != null) { + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + return cg; + } + + /** + * 选择炸弹 + * @param cardMap + * @param out + * @param roomConfig + * @return + */ + private static CardGroup selectZha(Map> cardMap,CardGroup out,ITObject roomConfig) { + + CardGroup cg = null; + + boolean bThreeA = false; + if(roomConfig != null && roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + int minValue = 0; + if(out.config.type == Config.TYPE_ZHA) { + minValue = out.min_card; + } + + for(Map.Entry> entry : cardMap.entrySet()) { + if (out.config.type == Config.TYPE_ZHA) + { + if (entry.getValue().size() > out.card_list.size()) + { + cg = new CardGroup(); + + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + + cg.card_list = new ArrayList<>(); + for(CardObj cardObj : entry.getValue()) { + cg.card_list.add(cardObj); + } + break; + } + else if(entry.getValue().size() == out.card_list.size()) { + + if(entry.getKey() > minValue) { + + cg = new CardGroup(); + + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + + cg.card_list = new ArrayList<>(); + for(CardObj cardObj : entry.getValue()) { + cg.card_list.add(cardObj); + } + break; + } + } + } + else { + if(entry.getValue().size() >= 4 || ( entry.getKey() == RoomCard.CARD_A && bThreeA && entry.getValue().size() == 3)) { + + if(entry.getKey() > minValue) { + + cg = new CardGroup(); + + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + + cg.card_list = new ArrayList<>(); + for(CardObj cardObj : entry.getValue()) { + cg.card_list.add(cardObj); + } + break; + } + } + } + } + + return cg; + } + + /** + * 选择单牌 + * @param cardMap + * @param out + * @param roomConfig + * @param nextBaodan + * @return + */ + public static CardGroup selectDanpai(Map> cardMap,CardGroup out,ITObject roomConfig,boolean nextBaodan) { + CardGroup cg = null; + + int minValue = out.min_card + 1; + + boolean bDemolition = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_DEMOLITION) == 1) { + bDemolition = true; + } + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + if(!nextBaodan) { + + for(int i = minValue; i <= 15; i++) { + + List listCard = cardMap.get(i); + if(listCard != null && listCard.size() >= 1) { + // 如果是炸弹 并且不能拆分炸弹,则不能用它作为单牌来处理 + if(bDemolition && (listCard.size() >= 4 || (i == RoomCard.CARD_A && bThreeA && listCard.size() == 3 ))) { + + } + else { + cg = new CardGroup(); + + cg.config = CardConfig.DAN; + cg.min_card = i; + cg.len = 1; + + cg.card_list = new ArrayList<>(); + cg.card_list.add(listCard.get(0)); + break; + } + } + } + } + else + { + for(int i = 15; i >= minValue; i--) { + + List listCard = cardMap.get(i); + if(listCard != null && listCard.size() >= 1) { + + // 如果是炸弹 并且不能拆分炸弹,则不能用它作为单牌来处理 + if(bDemolition && (listCard.size() >= 4 || (i == RoomCard.CARD_A && bThreeA && listCard.size() == 3))) { + + } + else { + + cg = new CardGroup(); + + cg.config = CardConfig.DAN; + cg.min_card = i; + cg.len = 1; + + cg.card_list = new ArrayList<>(); + cg.card_list.add(listCard.get(0)); + break; + } + } + } + } + + return cg; + } + + /** + * 选择不需要带牌的牌型 + * @param handCardSize + * @param cardMap + * @param out + * @param roomConfig + * @return + */ + private static CardGroup selectWithoutCardType(int handCardSize,Map> cardMap,CardGroup out,ITObject roomConfig) { + CardGroup cg = null; + + boolean bDemolition = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_DEMOLITION) == 1) { + bDemolition = true; + } + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + int len = out.len; + + // 如果手牌数满足要求 + if( handCardSize >= len * out.config.repeat_num ) { + + List card_list = new ArrayList(); + + //最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + int min_card = out.min_card + 1; + + //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + int max_card = min_card+len -1; + + //长度如果大于一并且最大的牌 + if(!(len>1&&max_card>15)) { + + int count =0; + + for(int i = min_card; i <= 15;++i) { + + List list =cardMap.get(i); + + // 如果牌值对应的牌为空 或者他是炸弹,则之前找到的牌取消 + if( list == null || (bDemolition && (list.size() >= 4 || (i == RoomCard.CARD_A && bThreeA && list.size() == 3))) ) { + count=0; + card_list.clear(); + continue; + } + + // 如果牌值对应的牌的个数满足要求,则将牌放入队列中 + if(list.size() >=out.config.repeat_num) { + + for(int k = 0; k < out.config.repeat_num;++k) { + card_list.add(list.get(k)); + } + count++; + + // 如果已经找到了足够数量的相同牌型 + if(count == len) { + + cg = new CardGroup(); + + cg.config = out.config; + cg.card_list = card_list; + cg.len = len; + cg.min_card = card_list.get(0).cardMod; + + return cg; + } + }else { + count=0; + card_list.clear(); + } + } + } + } + + return cg; + } + + private static CardGroup selectWithCardType(List cardInhand, + Map> cardMap, + CardGroup out, + ITObject roomConfig, + boolean bLack) { + + CardGroup cg = null; + + int handCardSize = cardInhand.size(); + + boolean bDemolition = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_DEMOLITION) == 1) { + bDemolition = true; + } + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + int len = out.len; + + // 如果手牌数满足要求 + if( handCardSize >= len * out.config.repeat_num ) { + + List card_list = new ArrayList(); + + //最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + int min_card = out.min_card + 1; + + //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + int max_card = min_card+len -1; + + //长度如果大于一并且最大的牌 + if(!(len>1&&max_card>15)) { + + int count =0; + + for(int i = min_card; i <= 15;++i) { + + List list =cardMap.get(i); + + // 如果牌值对应的牌为空 或者他是炸弹,则之前找到的牌取消 + if( list == null || (bDemolition && (list.size() >= 4 || (i == RoomCard.CARD_A && bThreeA && list.size() == 3))) ) { + count=0; + card_list.clear(); + continue; + } + + // 如果牌值对应的牌的个数满足要求,则将牌放入队列中 + if(list.size() >= out.config.repeat_num) { + + for(int k = 0; k < out.config.repeat_num;++k) { + card_list.add(list.get(k)); + } + count++; + + // 如果已经找到了足够数量的相同牌型 + if(count == len) { + + int sd = out.config.repeat_num * len + out.config.with_card_num * len; + + boolean sandaidan = roomConfig.containsKey(Config.ROOM_CONFIG_SANDAIDAN) && roomConfig.getInt(Config.ROOM_CONFIG_SANDAIDAN) == 1; + if(sandaidan) { + + if(handCardSize < out.card_list.size()) { + return cg; + } + } + else { + + if(bLack == false && handCardSize < sd) { + + return cg; + } + } + + // 新建一个临时的列表,来保存剩余的牌 + List tem_list = new ArrayList(); + tem_list.addAll(cardInhand); + CardUtil.removeCard(tem_list, card_list); + + // 如果剩余的牌有炸弹,则需要把剩余牌中的炸弹对应的牌从临时列表中剔除,以确定是否有足够的单牌 + // 如果因为剔除的原因,最后牌型不能做成,那就提示他有炸弹出就可以了 + Map> reservedCardMap = CardUtil.getCardListMap(tem_list); + int duiNum = 0; + for(Map.Entry> entry : reservedCardMap.entrySet()) { + + int num = entry.getValue().size(); + if(num >= 4 || (entry.getKey() == RoomCard.CARD_A && bThreeA && num == 3)) { + + CardUtil.removeCard(tem_list, entry.getValue()); + } + + if(num >= 2) { + duiNum++; + } + } + + + if(sandaidan) { + + boolean isDui = sd == out.card_list.size(); + if(isDui) { + + if(duiNum < len) { + return cg; + } + + for(Map.Entry> entry : reservedCardMap.entrySet()) { + + int num = entry.getValue().size(); + if(num >= 2 && num < 4) { + card_list.add(entry.getValue().get(0)); + card_list.add(entry.getValue().get(1)); + } + } + + }else { + + for(int m = 0; m < len; m++) { + card_list.add(tem_list.get(m)); + } + } + } + else { + + // 如果手牌数多于牌型的基本要求 + if(handCardSize >= sd) { + + if(tem_list.size() < out.config.with_card_num * len) { + return cg; + } + + for(int m = 0; m < out.config.with_card_num * len; m++) { + card_list.add(tem_list.get(m)); + } + } + else { + + card_list.addAll(tem_list); + } + } + + cg = new CardGroup(); + + cg.config = out.config; + cg.card_list = card_list; + cg.len = len; + cg.min_card = card_list.get(0).cardMod; + + return cg; + } + }else { + count=0; + card_list.clear(); + } + } + } + } + + return cg; + } + + /** + * 得到所出牌的牌型 + * @param cardOut + * @param roomConfig + * @return + */ + public static CardGroup getType(List cardOut,ITObject roomConfig) { + + CardGroup cg = autoOutLastHand(cardOut,roomConfig,true); + if(cg == null) { + + int len = cardOut.size(); + int sidai = roomConfig.getInt(Config.ROOM_CONFIG_SIDAI); + // 看看所处的牌是否 4带2 或者4带3 + if((len == 6 && sidai == 2) || (len == 7 && sidai == 3)) { + + Map cardMap =CardUtil.getCardNumMap(cardOut); + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + if(len == 6) { + cg.config = CardConfig.SI_2; + } + else{ + cg.config = CardConfig.SI_3; + } + + cg.min_card = entry.getKey(); + cg.len = 1; + + for(CardObj cardObj : cardOut) { + cg.card_list.add(cardObj); + } + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + } + } + } + + return cg; + } + + /** + * + * @param cardInhand + * @param roomConfig + * @return + */ + public static CardGroup autoOutLastHand(List cardInhand,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + Map cardMap =CardUtil.getCardNumMap(cardInhand); + + int len = cardInhand.size(); + if(len == 1) + { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.DAN; + cg.min_card = cardInhand.get(0).cardMod; + cg.len = 1; + } + else if(len == 2) { + cg = checkTwo(cardMap); + } + else if(len == 3) { + + cg = checkThree(cardMap,roomConfig); + } + else if(len == 4) { + + cg = checkFour(cardMap,roomConfig); + } + else if(len == 5) { + + if(isConfig4_2_and_4_3(roomConfig) && getMaxCardNum(cardMap) == 4){//四带一 + return null;//不能判为三带二 + } + + cg = checkFive(cardMap,roomConfig,bSpecial); + } + else{ + if (bSpecial) { + if (len == 6) { + cg = checkSiWithTwo(cardMap,roomConfig); + } + + if (len == 7) { + cg = checkSiWithThree(cardMap,roomConfig); + } + } + + if (cg == null) { + cg = checkZhaDan(len,cardMap,roomConfig); + if (cg == null) + { + cg = checkShunzi(len,cardMap,roomConfig); + if(cg == null) { + cg = checkLiandui(len,cardMap,roomConfig); + if(cg == null) { + cg = checkFeiji(len,cardMap,roomConfig,bSpecial); + } + } + } + } + } + + if(cg != null) { + + for(CardObj cardObj : cardInhand) { + cg.card_list.add(cardObj); + } + cg.card_list_mp = CardUtil.toTArray(cg.card_list); + } + + return cg; + } + + private static int getMaxCardNum(Map cardMap) { + int maxNum = 0; + for(Map.Entry entry : cardMap.entrySet()) { + if (entry.getValue() > maxNum) { + maxNum = entry.getValue(); + } + } + + return maxNum; + } + + public static boolean isConfig4_2_and_4_3(ITObject roomConfig) { + if((roomConfig.containsKey(Config.ROOM_CONFIG_SIDAI_2) && roomConfig.getBoolean(Config.ROOM_CONFIG_SIDAI_2)) + ||(roomConfig.containsKey(Config.ROOM_CONFIG_SIDAI_3) && roomConfig.getBoolean(Config.ROOM_CONFIG_SIDAI_3))){ + return true; + } else { + return false; + } + } + + private static CardGroup checkTwo(Map cardMap) { + + CardGroup cg = null; + + for(Map.Entry entry : cardMap.entrySet()) { + if(entry.getValue() == 2) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.DUIZI; + cg.min_card = entry.getKey(); + cg.len = 1; + } + } + + return cg; + } + + private static CardGroup checkThree(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 3) { + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + if(entry.getKey() == RoomCard.CARD_A && bThreeA == true) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else + { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + } + } + return cg; + } + + private static CardGroup checkFour(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else if(entry.getValue() == 3) { + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + if(entry.getKey() == RoomCard.CARD_A && bThreeA) { + return cg; + } + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else if(entry.getValue() == 2) { + + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + + if(minCard != 0 && maxCard != 0 && minCard + 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.LIANDUI; + cg.min_card = minCard; + cg.len = 2; + } + } + } + return cg; + } + + private static CardGroup checkFive(Map cardMap,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + if(entry.getValue() == 5) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else if(entry.getValue() == 3 /*|| (entry.getValue() == 4 && bSpecial == true)*/) { + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + if(entry.getKey() == RoomCard.CARD_A && bThreeA) { + return cg; + } + + if(!roomConfig.containsKey(Config.ROOM_CONFIG_SANDAIDAN) || roomConfig.getInt(Config.ROOM_CONFIG_SANDAIDAN) == 0) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else { + + if(entry.getValue() != 4 && cardMap.size() == 2) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SAN_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + } + + + break; + } + //else if(entry.getValue() == 1 && entry.getKey() != RoomCard.CARD_2) { + else if(entry.getValue() == 1) { + + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == 5 && minCard != 0 && maxCard != 0 && minCard + 4 == maxCard) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SHUNZI; + cg.min_card = minCard; + cg.len = 5; + } + } + } + + return cg; + } + + public static CardGroup checkSiWithTwo(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + if(roomConfig.containsKey(Config.ROOM_CONFIG_SIDAI_2) && roomConfig.getBoolean(Config.ROOM_CONFIG_SIDAI_2)) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SI_2; + cg.min_card = entry.getKey(); + cg.len = 1; + } + + break; + } + } + + return cg; + } + + public static CardGroup checkSiWithThree(Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 4) { + if(roomConfig.containsKey(Config.ROOM_CONFIG_SIDAI_3) && roomConfig.getBoolean(Config.ROOM_CONFIG_SIDAI_3)) { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SI_3; + cg.min_card = entry.getKey(); + cg.len = 1; + } + + break; + } + } + + return cg; + } + + private static CardGroup checkZhaDan(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == len) + { + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + } + else + { + break; + } + } + + return cg; + } + + private static CardGroup checkShunzi(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + + int minCard = 0; + int maxCard = 0; + int count = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 1) + //if(entry.getValue() == 1 && entry.getKey() != RoomCard.CARD_2) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == len && minCard != 0 && maxCard != 0 && minCard + len - 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.SHUNZI; + cg.min_card = minCard; + cg.len = count; + } + } + else + { + break; + } + } + + return cg; + } + + private static CardGroup checkLiandui(int len,Map cardMap,ITObject roomConfig) { + + CardGroup cg = null; + int minCard = 0; + int maxCard = 0; + int count = 0; + + if(len % 2 != 0) { + return cg; + } + + len = len / 2; + + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() == 2) + { + if(minCard == 0 || entry.getKey() < minCard) { + minCard = entry.getKey(); + } + + if(maxCard == 0 || entry.getKey() > maxCard) { + maxCard = entry.getKey(); + } + count++; + + if(count == len && minCard != 0 && maxCard != 0 && minCard + len - 1 == maxCard) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.LIANDUI; + cg.min_card = minCard; + cg.len = count; + } + } + else + { + break; + } + } + return cg; + } + + private static CardGroup checkFeiji(int len,Map cardMap,ITObject roomConfig,boolean bSpecial) { + + CardGroup cg = null; + + int[] cardThreeCount = { 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0}; + + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + int num2 = 0; + for(Map.Entry entry : cardMap.entrySet()) { + + // 如果有炸弹 则不允许自动出牌 + if(bSpecial == false && (entry.getValue() == 4 || (entry.getKey() == RoomCard.CARD_A && entry.getValue() == 3 && bThreeA == true))) { + return cg; + } + + if(entry.getValue() >= 3) { + cardThreeCount[entry.getKey()] = 1; + } + else if(entry.getValue() == 2) { + num2++; + } + } + + int left = 0; + int right = 0; + + for(int i = 4; i < cardThreeCount.length; i++) { + + if(left == 0) { + + if(cardThreeCount[i] == 1 && cardThreeCount[i - 1] == 1) { + left = i - 1; + right = i; + } + } + else { + // 如果有连续的继续寻找 + if(cardThreeCount[i] == 1 && right + 1 == i) { + + right = i; + } + else + { + left = 0; + right = 0; + } + } + // 判断出来一个顺子,就判定一下是否可以全部出 + if(left != 0 && right != 0) { + + int threeCount = right - left + 1; + int sl = threeCount * 5; + + if(!roomConfig.containsKey(Config.ROOM_CONFIG_SANDAIDAN) || roomConfig.getInt(Config.ROOM_CONFIG_SANDAIDAN) == 0) { + + if(len <= sl) { + if ((i + 1 < cardThreeCount.length) && (cardThreeCount[i+1] == 1)) + { + if (threeCount == 2) + { + left = 0; + right = 0; + continue; + } + else if (threeCount == 3){ + left += 1; + continue; + } + } + + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.FEIJI; + cg.min_card = left; + cg.len = threeCount; + + return cg; + } + }else { + if ((i + 1 < cardThreeCount.length) && (cardThreeCount[i+1] == 1)) + { + if (threeCount == 2) + { + left = 0; + right = 0; + continue; + } + else if (threeCount == 3){ + left += 1; + continue; + } + } + + int withMin = threeCount * 4; + if(len == withMin || num2 == threeCount || len == threeCount * 3) { + + cg = new CardGroup(); + cg.card_list = new ArrayList<>(); + cg.config = CardConfig.FEIJI; + cg.min_card = left; + cg.len = threeCount; + + return cg; + } + } + + } + } + + return cg; + } + + /** + * 自动出牌 + * @param cardInhand + * @param roomConfig + * @return + */ + public static CardGroup autoOut(List cardInhand,ITObject roomConfig) { + + CardGroup cg = null; + + //支持3A炸弹 + boolean bThreeA = false; + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_A) == 1) { + bThreeA = true; + } + + // 寻找炸弹 + Map cardMap =CardUtil.getCardNumMap(cardInhand); + for(Map.Entry entry : cardMap.entrySet()) { + + if(entry.getValue() >= 4 || ( entry.getKey() == RoomCard.CARD_A && bThreeA == true && entry.getValue() == 3)) { + + cg = new CardGroup(); + List out_list = new ArrayList<>(); + + cg.card_list = out_list; + cg.config = CardConfig.ZHA; + cg.min_card = entry.getKey(); + cg.len = 1; + + for(CardObj cardObj :cardInhand) { + + if(cardObj.cardMod == entry.getKey()) { + out_list.add(cardObj); + } + } + } + } + + return cg; + } + + + /** + * 验证牌型 + * @param ct + * @param left_count + * @return + */ + public static boolean tryType(CardGroup ct,int left_count,ITObject roomConfig) { + List cardInhand = ct.card_list; + int size = cardInhand.size(); + CardConfig config = ct.config; + if(size config.max_card_num) { + return false; + } + int len = ct.len; + if(len 0 && size == left_count) { + // 牌太少了 出牌太多了 + if(size < len*config.repeat_num || size > tem_size) { + return false; + } + // 如果带的牌不够 + if(size < tem_size) { + // 如果是三张 或者三带 + if(ct.config.type == Config.TYPE_3_2) { + if(roomConfig.getInt(Config.ROOM_CONFIG_THREE_LACK) == 0){ + return false; + } + } + // 如果是飞机 + else if(ct.config.type == Config.TYPE_FEIJI) { + if(roomConfig.getInt(Config.ROOM_CONFIG_PLANE_LACK) == 0){ + return false; + } + } + } + } + //没有带牌 没有全出 + else { + if(tem_size!=size) { + return false; + } + } + } + + int min_card = ct.min_card; + int max_card = min_card+len -1; + if(len>1&&max_card>15) { + return false; + } + + Map cardMap =CardUtil.getCardNumMap(cardInhand); + for(int i=min_card;i<=max_card;++i) { + if(!cardMap.containsKey(i)) { + return false; + } + if(cardMap.get(i) < config.repeat_num) { + return false; + } + } + return true; + } + + + + /** + * 比牌大小 + * @param banker + * @param other + * @return + */ + public final static boolean tryCompete(CardGroup banker, CardGroup other,ITObject roomConfig) { + int bankerCradType = banker.config.type; + int otherCradType = other.config.type; + + if(bankerCradType !=Config.TYPE_ZHA&& otherCradType == Config.TYPE_ZHA) { + return true; + } + if(bankerCradType != otherCradType) { + return false; + } + + if (bankerCradType ==Config.TYPE_ZHA&& otherCradType == Config.TYPE_ZHA) + { + if (other.card_list.size() > banker.card_list.size()) + { + return true; + } + else if (other.card_list.size() == banker.card_list.size()) + { + if(other.min_card > banker.min_card) + { + return true; + } + } + else { + return false; + } + } + + if(other.min_card > banker.min_card) { + if(otherCradType == Config.TYPE_ZHA) { + + return true; + } + else + { + + if(other.len == banker.len) { + + if(otherCradType == Config.TYPE_3_2 || otherCradType == Config.TYPE_FEIJI) { + + boolean sandaidan = roomConfig.containsKey(Config.ROOM_CONFIG_SANDAIDAN) && roomConfig.getInt(Config.ROOM_CONFIG_SANDAIDAN) == 1; + if(sandaidan) { + if(other.card_list.size() != banker.card_list.size()) { + return false; + } + } + } + + return true; + } + else + { + return false; + } + } + } + + return false; + } + + + public final static CardGroup tryBig(List cardInhand,CardGroup other) { + + List card_list = new ArrayList(); + int size = cardInhand.size(); + CardConfig config = other.config; + Map> cardMap = null; + int len = other.len; + + if(other.config.type ==Config.TYPE_ZHA) + { + if(size >= other.card_list.size()) + { + int min_card = 8;//最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + cardMap = CardUtil.getCardListMap(cardInhand); + for(int i=min_card;i<=15;++i) { + List list =cardMap.get(i); + if(cardMap.containsKey(i)) { + if (i <= other.min_card) + { + if (list.size() > other.card_list.size()) + { + for(int k=0;k=other.card_list.size()) + { + for(int k=0;k= len*config.repeat_num) { + + int min_card = other.min_card + 1;//最小的数字是9 加一,下一位玩家需要出的牌时从10开始 + + int max_card = min_card+len -1; //最小的数字加上上家玩家牌的长度。就是下家玩家需要出牌的张数 + + if(!(len>1&&max_card>=15)) {//长度如果大于一并且最大的牌 + + int count =0; + cardMap = CardUtil.getCardListMap(cardInhand); + int max = len>1?14:15; + for(int i=min_card;i<=max;++i) { + + List list =cardMap.get(i); + + if(cardMap.containsKey(i)&&list.size() >=config.repeat_num) { + + //不出炸牌 + if(other.config.type !=Config.TYPE_ZHA && list.size()>=4) { + count=0; + card_list.clear(); + continue; + } + + for(int k=0;k0) { + List tem_list = new ArrayList(); + tem_list.addAll(cardInhand); + CardUtil.removeCard(tem_list, card_list); + + //不把炸牌带出去 + int rcard_size = 0; + rcard: + for(int k=0;k tem_list1 = cardMap.get(card); + if(tem_list1.size()>=4) { + CardUtil.removeCard(tem_list, tem_list1); + rcard_size += 4; + break rcard; + } + } + int with_card_size = config.with_card_num * len; + if(rcard_size == 0) { + with_card_size = tem_list.size()=4) { + if(cardMap==null) { + cardMap = CardUtil.getCardListMap(cardInhand); + } + + for (Entry> entry : cardMap.entrySet()) { + int card = entry.getKey(); + List list = entry.getValue(); + if(list.size() >=4) { + CardGroup ct = new CardGroup(); + ct.config = CardConfig.ZHA; + ct.card_list = list; + ct.len = 1; + ct.min_card = card; + return ct; + } + } + } + return null; + } + + public static boolean checkStartSpring(List cardInhand) { + + boolean bRet = false; + Map cardMap =CardUtil.getCardNumMap(cardInhand); + + if(cardMap.getOrDefault(RoomCard.CARD_3, 0) == 4) { + + bRet = true; + } + else if(cardMap.getOrDefault(RoomCard.CARD_2, 0) == 1 && cardMap.getOrDefault(RoomCard.CARD_A, 0) == 3){ + + bRet = true; + } + + + return bRet; + } + + + public static void main(String[] args) { + + + + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/uitl/CardConfig.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/uitl/CardConfig.java new file mode 100644 index 0000000..3b70df2 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/uitl/CardConfig.java @@ -0,0 +1,39 @@ +package extend.pk.uitl; + +import extend.pk.Config; + +public enum CardConfig { + DAN( "单牌", Config.TYPE_DANPAI, 1, 1, 1, 1, 0), + DUIZI( "对子", Config.TYPE_DUIZI, 1, 2, 2, 2, 0), + SHUNZI( "顺子", Config.TYPE_SHUNZI, 5, 1, 5, 12, 0), + LIANDUI( "连对", Config.TYPE_LIANDUI, 2, 2, 4, 16, 0), + SAN_2( "三带二", Config.TYPE_3_2, 1, 3, 3, 5, 2), + FEIJI( "飞机", Config.TYPE_FEIJI, 2, 3, 6, 16, 2), + SI_3( "四带三", Config.TYPE_4_3, 1, 4, 5, 7, 3), + SI_2( "四带二", Config.TYPE_4_2, 1, 4, 5, 6, 2), + ZHA( "炸弹", Config.TYPE_ZHA, 1, 4, 4, 12, 0); + + public final int type; + public final String name; + public final int min_len; + public final int repeat_num; + public final int min_card_num; + public final int max_card_num; + public final int with_card_num; + + + private CardConfig(String name,int type,int min_len,int repeat_num,int min_card_num,int max_card_num,int with_card_num) { + this.name = name; + this.type = type; + + this.min_len = min_len; + this.repeat_num = repeat_num; + this.min_card_num = min_card_num; + this.max_card_num = max_card_num; + this.with_card_num = with_card_num; + } + + public String toString() { + return this.name; + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/uitl/CardUtil.java b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/uitl/CardUtil.java new file mode 100644 index 0000000..110a118 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/main/java/extend/pk/uitl/CardUtil.java @@ -0,0 +1,384 @@ +package extend.pk.uitl; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.pk.CardObj; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class CardUtil { + + + /** + * list to TArray + * + * @param list + * @return + */ + public static final ITArray toTArray(List list) { + ITArray result = new TArray(); + for (CardObj card : list) { + result.addInt(card.card); + } + return result; + } + + public static final CardObj getCard(int eventCard,List cardList) { + for (CardObj card : cardList) { + if(card.cardMod == eventCard) { + return card; + } + } + return null; + } + + public static final CardObj getCard1(int eventCard,List cardList) { + for (CardObj card : cardList) { + if(card.card == eventCard) { + return card; + } + } + return null; + } + + /** + * 检测牌数量 + * + * @param eventCard + * @param cardList + * @param num + * @return + */ + public static final boolean checkCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result == num) + return true; + } + } + return false; + } + + public static final boolean checkGoodCard(int eventCard, List cardList, int num) { + int result = 0; + for (CardObj card : cardList) { + if (card.cardMod == eventCard) { + result++; + if (result >= num) + return true; + } + } + return false; + } + + public static final boolean checkShunZi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard+1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+5, cardList, 1)) + { + result++; + } + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-5, cardList, 1)) + { + result++; + } + } + } + } + } + + if (result >= 4) + { + return true; + } + return false; + } + + public static final boolean checkSevenShunzi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard+1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+5, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+6, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard+7, cardList, 1)) + { + result++; + } + } + } + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-5, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-6, cardList, 1)) + { + result++; + if (checkGoodCard(eventCard-7, cardList, 1)) + { + result++; + } + } + } + } + } + } + } + + if (result >= 6) + { + return true; + } + return false; + } + + public static final boolean checkFenJi(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+1, cardList, 3)) + { + result++; + } + if (checkGoodCard(eventCard-1, cardList, 3)) + { + result++; + } + } + + if (result >= 2) + { + return true; + } + return false; + } + + public static final boolean checkFourDui(int eventCard, List cardList) { + int result = 0; + if (checkGoodCard(eventCard, cardList, 1)) + { + result++; + } + + if (checkGoodCard(eventCard+1, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+2, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+3, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard+4, cardList, 2)) + { + result++; + } + } + } + } + if (checkGoodCard(eventCard-1, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-2, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-3, cardList, 2)) + { + result++; + if (checkGoodCard(eventCard-4, cardList, 2)) + { + result++; + } + } + } + } + + if (result >= 4) + { + return true; + } + return false; + } + + public static final boolean checkQPai(int eventCard, List cardList) { + int kNum = 0; + int aNum = 0; + int a2Num = 0; + if (eventCard >= 13) + { + for (CardObj card : cardList) { + if (card.cardMod == 13) { + kNum++; + } + else if (card.cardMod == 14) { + aNum++; + } + else if (card.cardMod == 15) { + a2Num++; + } + } + } + + if (kNum >= 3 || aNum >= 3 || a2Num >= 3) + { + return true; + } + return false; + } + + /** + * TArray to list + * @param list + * @return + */ + public static final List toList(ITArray list) { + List tem = new ArrayList(); + for(int i=0;i getCardNumMap(List cardList) { + Map result = new HashMap(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + return result; + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final void getCardNumMap(Map result,List cardList) { + result.clear(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + public static final void getCardNumMap(Map result,List cardList, CardObj tempCard) { + result.clear(); + result.put(tempCard.cardMod, 1); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + result.put(card.cardMod, 1); + } else { + int num = result.get(card.cardMod); + result.put(card.cardMod, (num + 1)); + } + } + } + + /** + * 获取每张牌的数量MAP + * + * @param cardList + * @return + */ + public static final Map> getCardListMap(List cardList) { + Map> result = new HashMap>(); + for (CardObj card : cardList) { + if (!result.containsKey(card.cardMod)) { + List list = new ArrayList(); + list.add(card); + result.put(card.cardMod, list); + } else { + List list = result.get(card.cardMod); + list.add(card); + } + } + return result; + } + + static public void removeCard(List cardList, List cards) { + for (int i = 0; i < cards.size(); i++) { + for (int j = 0; j < cardList.size(); j++) { + if (cardList.get(j).card ==cards.get(i).card) { + cardList.remove(j); + break; + } + } + } + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/src/test/java/game_pk_sanqianfen/Main.java b/puke/sanqianfen/game_pk_sanqianfen/src/test/java/game_pk_sanqianfen/Main.java new file mode 100644 index 0000000..d54a7ed --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/src/test/java/game_pk_sanqianfen/Main.java @@ -0,0 +1,9 @@ +package game_pk_sanqianfen; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/CardGroup.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/CardGroup.class new file mode 100644 index 0000000..f59688f Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/CardGroup.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/CardObj.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/CardObj.class new file mode 100644 index 0000000..be54551 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/CardObj.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/Config.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/Config.class new file mode 100644 index 0000000..91e7b93 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/Config.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXActionEvent.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXActionEvent.class new file mode 100644 index 0000000..af91040 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXActionEvent.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXGameController.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXGameController.class new file mode 100644 index 0000000..f89acf7 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXGameController.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXMainServer.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXMainServer.class new file mode 100644 index 0000000..6253e92 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXMainServer.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXPlayBack.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXPlayBack.class new file mode 100644 index 0000000..940a6af Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXPlayBack.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXPlayer.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXPlayer.class new file mode 100644 index 0000000..4ad1cd4 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXPlayer.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXRoom.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXRoom.class new file mode 100644 index 0000000..2af4cec Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXRoom.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXScore.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXScore.class new file mode 100644 index 0000000..3d1f2d1 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/EXScore.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/RoomCard.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/RoomCard.class new file mode 100644 index 0000000..c39c664 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/RoomCard.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/SettleLog.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/SettleLog.class new file mode 100644 index 0000000..e916a1b Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/SettleLog.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerDiscardState.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..5c306fa Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerDiscardState.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerPassState$1.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerPassState$1.class new file mode 100644 index 0000000..19bb329 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerPassState$1.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerPassState.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerPassState.class new file mode 100644 index 0000000..6c7b64c Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerPassState.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..d775bcc Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomDealState$1$1.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..3ab9361 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomDealState$1$1.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomDealState$1.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..3a7ff6b Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomDealState$1.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomDealState.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomDealState.class new file mode 100644 index 0000000..fa149c4 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomDealState.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomPiaoState.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomPiaoState.class new file mode 100644 index 0000000..5266710 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomPiaoState.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomSetpState.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..eb447de Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomSetpState.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomStartGameState.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..3d5a99a Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/room/state/EXRoomStartGameState.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/uitl/CardCheck.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/uitl/CardCheck.class new file mode 100644 index 0000000..4b4ea38 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/uitl/CardCheck.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/uitl/CardConfig.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/uitl/CardConfig.class new file mode 100644 index 0000000..fdd7988 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/uitl/CardConfig.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/uitl/CardUtil.class b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/uitl/CardUtil.class new file mode 100644 index 0000000..50a0057 Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/classes/extend/pk/uitl/CardUtil.class differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/game_pk_sanqianfen.jar b/puke/sanqianfen/game_pk_sanqianfen/target/game_pk_sanqianfen.jar new file mode 100644 index 0000000..cb9fdbb Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/game_pk_sanqianfen.jar differ diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/maven-archiver/pom.properties b/puke/sanqianfen/game_pk_sanqianfen/target/maven-archiver/pom.properties new file mode 100644 index 0000000..c00e7b4 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Sun Dec 17 23:11:25 GMT+08:00 2023 +version=1.0.0 +groupId=com.game +artifactId=game_pk_sanqianfen diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..ba56af8 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,25 @@ +extend\pk\player\state\EXPlayerPiaoNiaoTipState.class +extend\pk\room\state\EXRoomDealState$1.class +extend\pk\EXPlayer.class +extend\pk\RoomCard.class +extend\pk\room\state\EXRoomSetpState.class +extend\pk\EXMainServer.class +extend\pk\room\state\EXRoomPiaoState.class +extend\pk\player\state\EXPlayerDiscardState.class +extend\pk\CardObj.class +extend\pk\CardGroup.class +extend\pk\player\state\EXPlayerPassState$1.class +extend\pk\EXGameController.class +extend\pk\EXActionEvent.class +extend\pk\SettleLog.class +extend\pk\room\state\EXRoomStartGameState.class +extend\pk\uitl\CardUtil.class +extend\pk\EXPlayBack.class +extend\pk\room\state\EXRoomDealState.class +extend\pk\Config.class +extend\pk\EXRoom.class +extend\pk\EXScore.class +extend\pk\uitl\CardCheck.class +extend\pk\player\state\EXPlayerPassState.class +extend\pk\uitl\CardConfig.class +extend\pk\room\state\EXRoomDealState$1$1.class diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..8ed3870 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,22 @@ +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\Config.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\uitl\CardCheck.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\EXActionEvent.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\player\state\EXPlayerPassState.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\EXGameController.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\EXPlayer.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\EXPlayBack.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\SettleLog.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\EXMainServer.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\CardGroup.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\EXRoom.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\CardObj.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\uitl\CardConfig.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\EXScore.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\room\state\EXRoomPiaoState.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\RoomCard.java +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\main\java\extend\pk\player\state\EXPlayerPiaoNiaoTipState.java diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..4121a42 --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_pk_sanqianfen\Main.class diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..26e217a --- /dev/null +++ b/puke/sanqianfen/game_pk_sanqianfen/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver\puke\sanqianfen\game_pk_sanqianfen\src\test\java\game_pk_sanqianfen\Main.java diff --git a/puke/sanqianfen/game_pk_sanqianfen/target/test-classes/game_pk_sanqianfen/Main.class b/puke/sanqianfen/game_pk_sanqianfen/target/test-classes/game_pk_sanqianfen/Main.class new file mode 100644 index 0000000..05c009e Binary files /dev/null and b/puke/sanqianfen/game_pk_sanqianfen/target/test-classes/game_pk_sanqianfen/Main.class differ diff --git a/robots/majiang/robot_mj_cs/.idea/.gitignore b/robots/majiang/robot_mj_cs/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/robots/majiang/robot_mj_cs/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/robots/majiang/robot_mj_cs/.idea/compiler.xml b/robots/majiang/robot_mj_cs/.idea/compiler.xml new file mode 100644 index 0000000..ace4816 --- /dev/null +++ b/robots/majiang/robot_mj_cs/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/robots/majiang/robot_mj_cs/.idea/encodings.xml b/robots/majiang/robot_mj_cs/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/robots/majiang/robot_mj_cs/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/robots/majiang/robot_mj_cs/.idea/jarRepositories.xml b/robots/majiang/robot_mj_cs/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/robots/majiang/robot_mj_cs/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/robots/majiang/robot_mj_cs/.idea/misc.xml b/robots/majiang/robot_mj_cs/.idea/misc.xml new file mode 100644 index 0000000..d5cd614 --- /dev/null +++ b/robots/majiang/robot_mj_cs/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/robots/majiang/robot_mj_cs/.idea/vcs.xml b/robots/majiang/robot_mj_cs/.idea/vcs.xml new file mode 100644 index 0000000..4fce1d8 --- /dev/null +++ b/robots/majiang/robot_mj_cs/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/robots/majiang/robot_mj_cs/config/game-config.xml b/robots/majiang/robot_mj_cs/config/game-config.xml new file mode 100644 index 0000000..cde3722 --- /dev/null +++ b/robots/majiang/robot_mj_cs/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.3.84 + 192.168.3.84 + 7701 + 17701 + 10 + true + \ No newline at end of file diff --git a/robots/majiang/robot_mj_cs/config/log4j.properties b/robots/majiang/robot_mj_cs/config/log4j.properties new file mode 100644 index 0000000..6786dba --- /dev/null +++ b/robots/majiang/robot_mj_cs/config/log4j.properties @@ -0,0 +1,20 @@ + +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=${WORKDIR}/logs/web_main.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/robots/majiang/robot_mj_cs/config/taurus-core.xml b/robots/majiang/robot_mj_cs/config/taurus-core.xml new file mode 100644 index 0000000..8575b74 --- /dev/null +++ b/robots/majiang/robot_mj_cs/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/robots/majiang/robot_mj_cs/config/taurus-permanent.xml b/robots/majiang/robot_mj_cs/config/taurus-permanent.xml new file mode 100644 index 0000000..dde438f --- /dev/null +++ b/robots/majiang/robot_mj_cs/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 1 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 1 + 2 + 1 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 80 +
+ + + + robot - test + robot.mj.EXMainServer + + + + + Sys + 2 + 8 + 60000 + 20000 + + + + + Ext + 2 + 8 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/robots/majiang/robot_mj_cs/pom.xml b/robots/majiang/robot_mj_cs/pom.xml new file mode 100644 index 0000000..2ac2648 --- /dev/null +++ b/robots/majiang/robot_mj_cs/pom.xml @@ -0,0 +1,47 @@ + + 4.0.0 + + com.robot + robot_mj_changsha + 1.0.0 + jar + + robot_mj_changsha + http://maven.apache.org + + + UTF-8 + + + + + com.robot + robot_common + 1.0.0 + + + + + + + + + robot + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + + diff --git a/robots/majiang/robot_mj_cs/src/main/java/robot.mj/Config.java b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/Config.java new file mode 100644 index 0000000..43caa6b --- /dev/null +++ b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/Config.java @@ -0,0 +1,49 @@ +package robot.mj; + +public class Config { + + + + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + public static final String GAME_DIS_CARD = "611"; + + public static final String GAME_EVT_DISCARD = "812"; + + public static final String GAME_EVT_DISCARD_TIP = "813"; + + public static final String GAME_EVT_FZTIPS = "814"; + + public static final String GAME_ACTION = "612"; + + public static final String GAME_EVT_ACTION = "815"; + + public static final String GAME_EVT_HU = "816"; + + public static final String GAME_EVT_RESULT1 = "817"; + + public static final String GAME_EVT_RESULT2 = "818"; + + public static final String GAME_EVT_DRAW = "819"; + + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + public static final String GAME_EVT_NIAO = "821"; + + public static final String GAME_EVT_QSTIP = "822"; + + public static final String GAME_EVT_QSWIN = "823"; + + public static final String GAME_EVT_OPENKONG = "824"; + + public static final String GAME_EVT_HAIDITIP = "825"; + + + public static final String GAME_EVT_PIAONIAO_TIP = "833"; + + public static final String GAME_EVT_PIAONIAO = "834"; + + public static final String GAME_EVT_TING_TIP = "835"; + + public static final String GAME_EVT_TING = "836"; +} diff --git a/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXActionEvent.java b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXActionEvent.java new file mode 100644 index 0000000..556d1b3 --- /dev/null +++ b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXActionEvent.java @@ -0,0 +1,9 @@ +package robot.mj; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + +} diff --git a/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXGameController.java b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXGameController.java new file mode 100644 index 0000000..81eef28 --- /dev/null +++ b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXGameController.java @@ -0,0 +1,41 @@ +package robot.mj; + +import com.robot.GameController; +import com.robot.Global; +import com.robot.Util; +import com.robot.data.Player; +import com.robot.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.permanent.data.Session; + + +import java.util.Map; +import java.util.Map.Entry; + + +/** + * + * + */ +public class EXGameController extends GameController { + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + +} diff --git a/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXMainServer.java b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXMainServer.java new file mode 100644 index 0000000..3d3c6bf --- /dev/null +++ b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXMainServer.java @@ -0,0 +1,67 @@ +package robot.mj; + +import java.util.Map; + +import com.robot.GameController; +import com.robot.Global; +import com.robot.MainServer; +import com.robot.data.Player; +import com.robot.data.Room; +import com.robot.player.state.PlayerWaitState; +import com.robot.room.state.RoomStartGameState; + + +/** + * + * + */ +public class EXMainServer extends MainServer{ + + + + + @Override + public void onStart() { + super.onStart(); + System.out.println("机器人已启动"); + + registerState(); + + //安排机器人 + loadRobots(); + } + + /* + 安排对应的游戏的机器人 + */ + private final void loadRobots(){ + System.out.println("load Robots"); + //1、读取redis2 对应的设置机器人 + + } + + private final void registerState() { + + } + + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXPlayer.java b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXPlayer.java new file mode 100644 index 0000000..711709d --- /dev/null +++ b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXPlayer.java @@ -0,0 +1,31 @@ +package robot.mj; + +import com.robot.Util; +import com.robot.data.Player; +import com.robot.data.Room; +import com.robot.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import java.util.*; + +/** + * + * + */ +public class EXPlayer extends Player { + + + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + System.out.println("new robot "); + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + +} diff --git a/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXRoom.java b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXRoom.java new file mode 100644 index 0000000..2db0cbf --- /dev/null +++ b/robots/majiang/robot_mj_cs/src/main/java/robot.mj/EXRoom.java @@ -0,0 +1,62 @@ +package robot.mj; + +import com.robot.Global; +import com.robot.Util; +import com.robot.data.Player; +import com.robot.data.Room; +import com.robot.player.state.PlayerWaitState; +import com.taurus.core.entity.ITObject; + + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +public class EXRoom extends Room { + + // + + + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + + + } + + + + + public void checkAction() { + + } + + + + + + + + @Override + protected void roomResult() { + + } + + @Override + public void endGame() { + super.endGame(); + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + } + + @Override + public void clear() { + super.clear(); + } + +} diff --git a/robots/majiang/robot_mj_cs/src/test/java/robot_mj_changsha/Main.java b/robots/majiang/robot_mj_cs/src/test/java/robot_mj_changsha/Main.java new file mode 100644 index 0000000..2f0cb9d --- /dev/null +++ b/robots/majiang/robot_mj_cs/src/test/java/robot_mj_changsha/Main.java @@ -0,0 +1,9 @@ +package robot_mj_changsha; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/robots/majiang/robot_mj_cs/target/classes/robot/mj/Config.class b/robots/majiang/robot_mj_cs/target/classes/robot/mj/Config.class new file mode 100644 index 0000000..f191787 Binary files /dev/null and b/robots/majiang/robot_mj_cs/target/classes/robot/mj/Config.class differ diff --git a/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXActionEvent.class b/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXActionEvent.class new file mode 100644 index 0000000..bb093fb Binary files /dev/null and b/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXActionEvent.class differ diff --git a/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXGameController.class b/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXGameController.class new file mode 100644 index 0000000..68d9948 Binary files /dev/null and b/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXGameController.class differ diff --git a/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXMainServer.class b/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXMainServer.class new file mode 100644 index 0000000..40498d6 Binary files /dev/null and b/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXMainServer.class differ diff --git a/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXPlayer.class b/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXPlayer.class new file mode 100644 index 0000000..769fb81 Binary files /dev/null and b/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXPlayer.class differ diff --git a/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXRoom.class b/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXRoom.class new file mode 100644 index 0000000..48b2b0e Binary files /dev/null and b/robots/majiang/robot_mj_cs/target/classes/robot/mj/EXRoom.class differ diff --git a/robots/majiang/robot_mj_cs/target/test-classes/robot_mj_changsha/Main.class b/robots/majiang/robot_mj_cs/target/test-classes/robot_mj_changsha/Main.class new file mode 100644 index 0000000..2663193 Binary files /dev/null and b/robots/majiang/robot_mj_cs/target/test-classes/robot_mj_changsha/Main.class differ diff --git a/zipai/.DS_Store b/zipai/.DS_Store new file mode 100644 index 0000000..e660077 Binary files /dev/null and b/zipai/.DS_Store differ diff --git a/zipai/paohuzi/.DS_Store b/zipai/paohuzi/.DS_Store new file mode 100644 index 0000000..e119237 Binary files /dev/null and b/zipai/paohuzi/.DS_Store differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/config/game-config.xml b/zipai/paohuzi/game_zp_changdepaohuzi/config/game-config.xml new file mode 100644 index 0000000..0b1d77f --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.14.1 + 192.168.14.1 + 8811 + 8811 + 15 + true + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/config/log4j.properties b/zipai/paohuzi/game_zp_changdepaohuzi/config/log4j.properties new file mode 100644 index 0000000..aaea5f3 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/config/log4j.properties @@ -0,0 +1,19 @@ +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=logs/mpnet.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{yyyy-MM-dd | HH:mm} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/config/taurus-core.xml b/zipai/paohuzi/game_zp_changdepaohuzi/config/taurus-core.xml new file mode 100644 index 0000000..0f9fa8f --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/config/taurus-permanent.xml b/zipai/paohuzi/game_zp_changdepaohuzi/config/taurus-permanent.xml new file mode 100644 index 0000000..9cdaab3 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 2 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 10 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - group_mgr + extend.zp.EXMainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/pom.xml b/zipai/paohuzi/game_zp_changdepaohuzi/pom.xml new file mode 100644 index 0000000..4468d38 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/pom.xml @@ -0,0 +1,93 @@ + + 4.0.0 + + com.zp.game_zp_changdepaohuzi + game_zp_changdepaohuzi + 1.0.0 + jar + game_zp_changdepaohuzi + + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + + + + com.game + game_common + 1.0.0 + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-permanent + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + game_changdepaohuzi_zipai + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/Config.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/Config.java new file mode 100644 index 0000000..90019aa --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/Config.java @@ -0,0 +1,89 @@ +package extend.zp; + +public class Config { + + public static final int GAME_ID = 15; + + public static final String GAME_MODE = "mode"; + + public static final String GAME_TUN = "tun"; + + public static final String GAME_FENGDING = "fengding"; + + public static final String GAME_TUANYUAN = "tuanyuan"; + + public static final String GAME_HANGHANGXI = "hanghangxi"; + + public static final String GAME_SHUAHOU = "shuahou"; + + public static final String GAME_HUANGFAN = "huangfan"; + + public static final String GAME_JIAXINGXING = "jiaxingxing"; + + public static final String GAME_TINGHU = "tinghu"; + + public static final String GAME_SIQI = "siqi"; + + public static final String GAME_DUIZIFU = "duizifu"; + + public static final String GAME_YUAN = "yuan"; + + public static final String GAME_BEIKAOBEI = "back"; + + public static final String GAME_TIANHU = "tianhu"; + + public static final String GAME_DIHU = "dihu"; + + public static final String GAME_HAIHU = "haihu"; + + public static final String ROOM_CONFIG_QUPAI = "qupai"; + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + public static final int ANCHOU_SCORE = 10; + + + // 1.��ׯ 2.��ׯ + // public static final String GAME_ZHUANG = "zhuang"; + + public static final String GAME_CHANGE_PAIXING = "613"; + + public static final String GAME_CHANGE_TYPEFACE = "615"; + + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + + public static final String GAME_DIS_CARD = "611"; + + public static final String GAME_EVT_DISCARD = "812"; + + + public static final String GAME_EVT_DISCARD_TIP = "813"; + + + public static final String GAME_EVT_FZTIPS = "814"; + + public static final String GAME_ACTION = "612"; + + public static final String GAME_EVT_ACTION = "815"; + + public static final String GAME_EVT_HU = "816"; + + + public static final String GAME_EVT_RESULT1 = "817"; + + + public static final String GAME_EVT_THROW_CARD = "818"; + + + public static final String GAME_EVT_DRAW = "819"; + + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + /** + * + */ + public static final String GAME_EVT_ADD_CARD = "821"; + +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXActionEvent.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXActionEvent.java new file mode 100644 index 0000000..ee5df29 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXActionEvent.java @@ -0,0 +1,27 @@ +package extend.zp; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_START_GAME = "start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_DEAL = "deal"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_OTHER_DRAW = "other_draw"; + + public static final String EVENT_OTHER_PAO = "other_pao"; + + // public static final int REDIS_EVENT_PAY = 1; + public static final int REDIS_EVENT_WIN = 2; + public static final int REDIS_EVENT_LOSE = 3; + // public static final int REDIS_EVENT_SCORE= 4; + public static final int REDIS_EVENT_RANK = 5; + +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXGameController.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXGameController.java new file mode 100644 index 0000000..f3dd155 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXGameController.java @@ -0,0 +1,313 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map.Entry; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import com.taurus.permanent.data.Session; + +import extend.zp.uitl.CardUtil; + + +public class EXGameController extends GameController { + Logger logger = Logger.getLogger(getClass()); + public EXGameController() { + super(); + } + + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_CHANGE_PAIXING) + public void RouterChangePaixing(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + player.getRoom().changePaiXing(player, params); + } + + @ActionKey(Config.GAME_CHANGE_TYPEFACE) + public void RouterChangeTypeFace(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + int typeface = params.getInt("typeface"); + player.getRoom().typeface = typeface; + } + + public void changeActiveSeat(EXRoom owner, int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void getCard(EXPlayer player, int leftCount) { + ITObject param = new TObject(); + param.putInt("card", player.drawCard); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + + player.getRoom().getPlayBack().addGetCardCommand(player.room.activeSeat, player.drawCard, leftCount); + } + + public void outCard(EXPlayer player, int discard) { + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + EXRoom room = player.getRoom(); + room.getPlayBack().addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + + CardUtil.removeCard(player.cardInhand, discard, 1); + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat) { + actionCard(player, active_card, card, type, from_seat, null); + } + + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat, ITArray opcardArray) { + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("active_card", active_card); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + int huxi = player.getShowHuXi(true); + paramBroadCast.putInt("hu_xi", huxi); + if (opcardArray != null) { + paramBroadCast.putTArray("opcard", opcardArray); + } + EXRoom room = player.getRoom(); + room.getPlayBack().addActionCommand(player.seat, type, active_card, card, from_seat, huxi, opcardArray); + + player.sendEvent(Config.GAME_EVT_ACTION, paramBroadCast); + ITObject otherBroadCast = new TObject(); + Utils.objectCopyDeep(paramBroadCast, otherBroadCast); + otherBroadCast.putInt("hu_xi", player.getShowHuXi(false)); + room.broadCastToClient(player.playerid, Config.GAME_EVT_ACTION, otherBroadCast); + } + + public void dealCard(EXRoom owner) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.cardInhand = owner.card.deal(); + +// if (2 == player.seat) { +// player.cardInhand.clear(); +// String cardStr = "101, 102, 102, 103, 103, 109, 201, 201, 202, 202, 203, 203, 204, 204, 204, 206, 207, 208, 209, 210"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// player.cardInhand.add(card); +// } +// } +// if (3 == player.seat) { +// player.cardInhand.clear(); +// String cardStr = "101, 101, 201, 201, 202, 202, 203, 203, 103, 104, 105, 106, 204, 207, 207, 107, 208, 209, 110, 110"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// player.cardInhand.add(card); +// } +// } +// if (1 == player.seat) { +// player.cardInhand.clear(); +// String cardStr = "102, 103, 103, 104, 104, 104, 107, 107, 107, 108, 110, 201, 202, 204, 205, 205, 206, 206, 206, 209"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// player.cardInhand.add(card); +// } +// } + + Collections.sort(player.cardInhand); + + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",player:" + player + ",cardInhand:" + player.cardInhand); + } +// owner.card.cardList.clear(); +// String cardStr = "210, 105, 101, 209, 106, 203, 109, 109, 204, 109, 108, 207, 110, 103, 203, 201, 107, 106, 110, 201, 210, 208, 101, 201, 105, 210, 205, 102, 108, 208, 105, 108, 102, 207, 202, 103, 106, 210, 202, 209"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// owner.card.cardList.add(card); +// } + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",cardList:" + owner.card.cardList); + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + if (!owner.tipMgr.tipMap.isEmpty()) { + logger.info(param.toString()); + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + } + + public void winEvent(EXPlayer owner, int from_seat) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("from_seat", from_seat); + + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + room.getPlayBack().addWinCardCommand(owner.seat, false); + } + + public ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("xipai_score", owner.xi_pai_score); + mp.putInt("anchou_score", owner.an_chou_score); + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + mp.putTArray("left_card", Util.toTArray(owner.card.cardList)); + mp.putTArray("throw_card", Util.toTArray(owner.throwCardsList)); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("hu_xi", player.huXi); + param.putInt("tun", player.winScore); + player.hp_info(param); + if (owner.maxPlayers == 2) { + param.putInt("total_tun", player.score.round_score); + } else { + param.putInt("total_tun", player.score.round_score / 2); + } + + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + + ITArray mtList = TArray.newInstance(); + for (MingTang mingTang : player.mingtangList) { + ITObject obj = TObject.newInstance(); + obj.putInt("mingtang", mingTang.mingTang); + obj.putInt("type", mingTang.type); + obj.putInt("score", mingTang.score); + + mtList.addTObject(obj); + } + param.putTArray("mingtang", mtList); + + if (player.winer == 1) { + ITArray handCard = Util.toTArray(player.handCardEx); + param.putTArray("hand_card", handCard); + + ITArray cardList = TArray.newInstance(); + for (OpCard opCard : player.handCard) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + cardList.addTObject(obj); + } + param.putTArray("cardList", cardList); + } else { + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + } + + ITArray opCardList = TArray.newInstance(); + for (OpCard opCard : player.opCardList) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + opCardList.addTObject(obj); + } + param.putTArray("opCardList", opCardList); + + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + public void roomTotalResult(EXRoom owner, boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("total_huxi", player.total_huxi); + param.putInt("win_count", player.winCount); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss ? 2 : 1); + if (!dissmiss) { + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXMainServer.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXMainServer.java new file mode 100644 index 0000000..c88c4c0 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXMainServer.java @@ -0,0 +1,96 @@ +package extend.zp; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.zp.player.rulestate.PRChiState; +import extend.zp.player.rulestate.PRDiscardPaoState; +import extend.zp.player.rulestate.PRDrawChiState; +import extend.zp.player.rulestate.PRDrawPaoState; +import extend.zp.player.rulestate.PRDrawPongState; +import extend.zp.player.rulestate.PRPongState; +import extend.zp.player.rulestate.PRTiState; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.player.rulestate.PRWinState; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerPreDrawState; +import extend.zp.player.state.EXPlayerWaitState; +import extend.zp.room.state.EXRoomDealState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.room.state.EXRoomStartGameState; + + +public class EXMainServer extends MainServer { + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + Global.loggerDebug = true; + Global.gameId = Config.GAME_ID; + gameCtr = (EXGameController) Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + //Global.registerState(EXRoomRoundSettleState.class, new EXRoomRoundSettleState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerPreDrawState.class, new EXPlayerPreDrawState()); + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + //Global.registerState(EXPlayerRoundSettleState.class, new EXPlayerRoundSettleState()); + + Global.registerState(PRTiState.class, new PRTiState()); + Global.registerState(PRWeiState.class, new PRWeiState()); + Global.registerState(PRDrawPaoState.class, new PRDrawPaoState()); + Global.registerState(PRDiscardPaoState.class, new PRDiscardPaoState()); + Global.registerState(PRDrawPongState.class, new PRDrawPongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRChiState.class, new PRChiState()); + Global.registerState(PRDrawChiState.class, new PRDrawChiState()); + Global.registerState(PRWinState.class, new PRWinState()); + } + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXPlayer.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXPlayer.java new file mode 100644 index 0000000..b9f9c70 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXPlayer.java @@ -0,0 +1,256 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Stack; + +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.player.rule.RuleChi; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.ChowCard; + +/** + * + * + * + * 2017��8��30�� EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + // ������ + public List outcardList; + // ������ + public List outcardExList; + + public ITArray opCard; + + public int biCard; + + public List tiGroup; + public List paoGroup; + public List kanGroup; + public List pongGroup; + public List weiGroup; + public List chowGroup; + public List opCardList; + + public Stack handCard; + public List handCardEx; + + public HashSet chouChiSet; + public HashSet chouChiExSet; + public HashSet chouPongSet; + + public int drawCard = 0; + public int winCard = 0; + public int winScore = 0; + public int winFan = 0; + public List mingtangList; + + public int kongCount = 0; + public int tiCount = 0; + // ��Ϣ + public int huXi = 0; + + public int total_huxi = 0; + + public boolean isTingHu = true; + + // �Ƿ�����ү + public boolean isLaoYe = false; + + public boolean isMingTang = true; + + public TipManager tipMgr; + + public Tip actionTip; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + outcardExList = new ArrayList<>(); + + tiGroup = new ArrayList<>(); + paoGroup = new ArrayList<>(); + kanGroup = new ArrayList<>(); + pongGroup = new ArrayList<>(); + weiGroup = new ArrayList<>(); + chowGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + mingtangList = new ArrayList<>(); + + opCard = new TArray(); + chouChiSet = new HashSet<>(); + chouChiExSet = new HashSet<>(); + chouPongSet = new HashSet<>(); + + handCard = new Stack(); + handCardEx = new ArrayList<>(); + + tipMgr = new TipManager(this); + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo(boolean self) { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("card_count", this.cardInhand.size()); + playerData.putInt("score", this.score.total_score); + playerData.putInt("hu_xi", this.getShowHuXi(self)); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card1", opcard.card1); + opcardParam.putInt("card2", opcard.card2); + opcardParam.putInt("card3", opcard.card3); + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + return playerData; + } + + public int getShowHuXi(boolean self) { + int huXi = 0; + for (OpCard opCard : this.opCardList) { + if (!self) { + if (opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI) { + continue; + } + } else { + if (opCard.type == RuleWeight.TYPE_KAN) { + continue; + } + } + huXi += opCard.huXi; + } + return huXi; + } + + public void resetHuXi() { + this.huXi = 0; + for (OpCard opCard : this.opCardList) { + this.huXi += opCard.huXi; + } + } + + public void clear() { + this.cardInhand.clear(); + this.winer = 0; + this.outcardList.clear(); + this.outcardExList.clear(); + this.drawCard = 0; + this.winScore = 0; + this.winFan = 0; + this.kongCount = 0; + this.tiCount = 0; + this.huXi = 0; + this.isTingHu = true; + this.isLaoYe = false; + this.isMingTang = true; + this.tiGroup.clear(); + this.paoGroup.clear(); + this.kanGroup.clear(); + this.pongGroup.clear(); + this.weiGroup.clear(); + this.chowGroup.clear(); + this.opCardList.clear(); + this.chouChiSet.clear(); + this.chouChiExSet.clear(); + this.chouPongSet.clear(); + this.mingtangList.clear(); + this.score.resetRound(); + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + /** + * �Զ����ƣ��йܣ� + */ + public Integer autoDiscard(){ + Map cardNum=CardUtil.getCardNumMap(this.cardInhand); + for (Entry card : cardNum.entrySet()) { + if (card.getValue()==1||card.getValue()==2) { + return card.getKey(); + } + } + return 0; + } + public boolean chi(int eventCard, IRuleBase rule) { + EXPlayer activePlayer = (EXPlayer) this.room.playerMapBySeat.get(this.room.activeSeat); + if (this.cardInhand.size() <= 2) { + return false; + } + if (eventCard == 0) { + return false; + } + if (this.isEntrust()) { + this.chouChiSet.add(eventCard); + return false; + } + // ���� + if (this.chouChiSet.contains(eventCard)) { + return false; + } + // ���� + if (this.chouChiExSet.contains(eventCard) && this.getRoom().throwCardsSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, this.outcardExList) != 0) { + return false; + } + if (activePlayer.nextSeat != this.seat && activePlayer.seat != this.seat) { + return false; + } + if (this.getRoom().checkPao(eventCard, rule instanceof RuleChi)) { + return false; + } + + ChowCard chow = new ChowCard(this.cardInhand, eventCard); + ITArray list = TArray.newInstance(); + boolean isChi = chow.tryChow(list); + if (isChi) { + int weight = activePlayer.seat != this.seat ? RuleWeight.CHOW1 : RuleWeight.CHOW2; + for (int i = 0; i < list.size(); ++i) { + ITObject obj = list.getTObject(i); + ITArray opCard = obj.getTArray("opcard"); + Tip tip = new Tip(eventCard, opCard, weight, rule, RuleWeight.TYPE_CHOW); + tip.bi_list = obj.getTArray("bi_list"); + this.tipMgr.addTip(tip); + } + } else { + this.chouChiExSet.add(eventCard); + } + return isChi; + } + +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXRoom.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXRoom.java new file mode 100644 index 0000000..7e7b5e5 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXRoom.java @@ -0,0 +1,1234 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Stack; + +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.*; + +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.tip.Action; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; +import extend.zp.uitl.WinCard; + +public class EXRoom extends Room { + + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + public int activeCard; + public int drawCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winSeat; + public int winCount = 0; + public boolean liuju = false; + public int liujuNum = 0; + public boolean isAllPass = false; + public boolean isTianHu = true; + public boolean isDiHu = true; + + public int step; + + public HashSet throwCardsSet; + public ArrayList throwCardsList; + + public int typeface = 1; + + public ITObject paiXing; + public int adminSeat; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.paiXing = TObject.newInstance(); + this.throwCardsSet = new HashSet<>(); + this.throwCardsList = new ArrayList(); + this.isEntrust = true; + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + this.adminSeat = 0; + } + + public void changePaiXing(EXPlayer player, ITObject params) { + ITArray paixing = null; + try { + paixing = params.getTArray("card_list"); + } + catch(Exception e) + { + + } + + if (paixing == null) { + paixing = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < paixing.size(); i++) + { + TDataWrapper card = paixing.get(i); + TObject map = (TObject)card.getObject(); + tmpCardList.add(map.getInt("card")); + } + + Collections.sort(tmpCardList); + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(player.cardInhand); + for (OpCard opCard : player.opCardList) { + if (opCard.type == RuleWeight.TYPE_KAN && opCard.pailie) { + tmpCardList2.add(opCard.card1); + tmpCardList2.add(opCard.card2); + tmpCardList2.add(opCard.card3); + } + } + Collections.sort(tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2)) + { + ITObject param = new TObject(); + player.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, param); + return; + } + + paiXing.putTArray(player.seat + "", paixing); + + ITObject cmdData = TObject.newInstance(); + cmdData.putTArray("card_list", paixing); + this.getPlayBack().addCommand("ChangePaiXing", player.seat, cmdData); + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + checkAction(); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + this.isAllPass = true; + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + activePlayer.stateMachine.toNextState(); + } else { + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.player.seat == tip.owner.seat) { + continue; + } + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (curaction.player.seat == player.seat) { + continue; + } + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState || player.stateMachine.curState instanceof EXPlayerDrawTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = getReloadInfoEx(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + data.putInt("typeface", typeface); + data.putInt("discard", this.isDiHu ? 0 : 1); + + ITArray paiXing = this.paiXing.getTArray(player.seat + ""); + if (paiXing == null) { + paiXing = TArray.newInstance(); + } + data.putTArray("card_list", paiXing); + + EXPlayer activePlayer = (EXPlayer) playerMapBySeat.get(activeSeat); + if (activePlayer != null) { + if (activePlayer.drawCard != 0) { + data.putInt("acitve_card", activePlayer.drawCard); + } else { + data.putInt("acitve_card", activeCard); + } + } else { + data.putInt("acitve_card", 0); + } + return data; + } + + public ITObject getReloadInfoEx(Player player) { + ITObject data = new TObject(); + data.putInt("active_seat", this.activeSeat); + data.putInt("banker_seat", this.bankerSeat); + data.putBoolean("playing", this.isplaying); + ITArray info_list = TArray.newInstance(); + boolean self = false; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer) entry.getValue(); + if (tempPlayer.seat == player.seat) { + self = true; + } + info_list.addTObject(tempPlayer.getReloadInfo(self)); + } + data.putTArray("info_list", info_list); + return data; + } + + public void addScore(EXPlayer player, int score, int type) { + player.score.round_log.put(type, player.score.round_log.get(type) + score); + + player.score.round_score += score; + player.score.total_score += score; + } + + public void addScore(EXPlayer destPlayer) { + int score = caclScore(destPlayer); + //先判断分够不够 + int tmp_all_score = 0; + for (Entry entry : this.playerMapById.entrySet()) { + if (!entry.getKey().equals(destPlayer.playerid)) { + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + //// + if(multipleScore(score) > fromPlayer.hp.cur_hp) { + tmp_all_score += reMultipleScore((int)fromPlayer.hp.cur_hp); + this.addScore(fromPlayer, -reMultipleScore((int)fromPlayer.hp.cur_hp), EXScore.WIN); + }else { + tmp_all_score += score; + this.addScore(fromPlayer, -score, EXScore.WIN); + } + } + } + // + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + this.addScore(destPlayer, tmp_all_score, EXScore.WIN); + } + } + + //// +// for (Entry entry : this.playerMapById.entrySet()) { +// if (entry.getKey().equals(destPlayer.playerid)) { +// if (this.maxPlayers == 2) { +// this.addScore(destPlayer, score, EXScore.WIN); +// } else { +// this.addScore(destPlayer, score * 2, EXScore.WIN); +// } +// } else { +// EXPlayer fromPlayer = (EXPlayer) entry.getValue(); +// this.addScore(fromPlayer, -score, EXScore.WIN); +// } +// } + } + + public int caclScore(EXPlayer player) { + int redCard = 0; + int bigCard = 0; + int smallCard = 0; + int huXi = 0; + int huXiNum = 0; + boolean isDuzi = true; + int huangFan = 0; + if (!player.handCardEx.isEmpty()) { + isDuzi = false; + for (int card : player.handCardEx) { + if (CardUtil.isRedCard(card)) { + redCard++; + } + if (CardUtil.cardType(card) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.handCard) { + if (opCard.huXi != 0) { + huXi += opCard.huXi; + huXiNum++; + } + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (opCard.type == 2) { + if (opCard.card1 != opCard.card2 || opCard.card1 != opCard.card3) { + isDuzi = false; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.opCardList) { + if (opCard.huXi != 0) { + huXi += opCard.huXi; + huXiNum++; + } + if (opCard.type == RuleWeight.TYPE_CHOW) { + isDuzi = false; + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } else { + if (CardUtil.isRedCard(opCard.card1)) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + redCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + redCard += 4; + } + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + bigCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + bigCard += 4; + } + } else { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + smallCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + smallCard += 4; + } + } + } + } + player.mingtangList.clear(); + player.winFan = 0; + player.huXi = huXi; + player.total_huxi += huXi; + player.winScore = (huXi - 15) / 3 + 1; + int score = player.winScore + this.config.getInt(Config.GAME_TUN); + if (!player.isMingTang) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + if (player.seat == this.bankerSeat) { + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 6)); + } else { + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 6)); + } + player.winFan += 6; + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + // ��� + if (redCard >= 10) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 1) { + fan = 3 + redCard - 10; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if (redCard < 13) { + fan = 2; + } + } else { + fan = 2 + redCard - 10; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + if (this.config.getInt(Config.GAME_MODE) == 2) { + // ���� + if (redCard >= 13) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.HONG_WU, 1, 4)); + } + } + // �ں� + if (redCard == 0) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 1) { + fan = 8; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 5; + } else { + fan = 5; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + // ��� + if (redCard == 1) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 1) { + fan = 6; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 3; + } else { + fan = 3; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + // ���ߺ� + if (this.config.getInt(Config.GAME_SIQI) == 1) { + if (redCard == 4 || redCard == 7) { + player.winFan += 2; + player.mingtangList.add(new MingTang(RuleWeight.SI_QI_HONG, 1, 2)); + } + } + } else if (player.room.config.getInt(Config.GAME_MODE) == 3) { + if (player.seat == this.bankerSeat) { + if (this.config.getInt(Config.GAME_TIANHU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 4)); + } + } else { + if (this.config.getInt(Config.GAME_DIHU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 4)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + } + + if (player.winFan > 0) { + score *= player.winFan; + } + if (huangFan > 0) { + score *= (huangFan + 1); + } + if (this.config.getInt(Config.GAME_FENGDING) == 1) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + score = Math.min(score, 100); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 20); + } else { + score = Math.min(score, 60); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 2) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + score = Math.min(score, 200); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 40); + } else { + score = Math.min(score, 80); + } + } + + return score; + } + // ��� + if (redCard >= 10) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 1) { + fan = 3 + redCard - 10; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if (redCard < 13) { + fan = 2; + } + } else { + fan = 2 + redCard - 10; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + if (this.config.getInt(Config.GAME_MODE) == 2) { + // ���� + if (redCard >= 13) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.HONG_WU, 1, 4)); + } + } + // �ں� + if (redCard == 0) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 1) { + fan = 8; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 5; + } else { + fan = 5; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + // ��� + if (redCard == 1) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 1) { + fan = 6; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 3; + } else { + fan = 3; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + // ���Ӻ� + if (isDuzi) { + if (this.config.getInt(Config.GAME_MODE) == 1) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 8)); + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if (this.config.getInt(Config.GAME_DUIZIFU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 4)); + } + } else { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 4)); + } + } + // ���� + if (this.winSeat == player.seat) { + player.winScore += 1; + player.mingtangList.add(new MingTang(RuleWeight.ZI_MO, 2, 1)); + } + // ȫ���� + if (this.config.getInt(Config.GAME_MODE) == 1) { + if (this.isTianHu) { + // ��� + if (player.seat == this.bankerSeat) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 6)); + } + // �غ� + else { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 6)); + } + } + // ���� + if (this.card.getCount() == 0) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.HAI_HU, 1, 6)); + } + // ���� + if (this.config.getInt(Config.GAME_TINGHU) == 1) { + if (player.isTingHu) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 6)); + } + } + // ��� + if (bigCard >= 18) { + int fan = 8 + bigCard - 18; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_HU, 1, fan)); + } + // С�� + if (smallCard >= 16) { + int fan = 10 + smallCard - 16; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.XIAO_HU, 1, fan)); + } + // ����Բ + if (this.config.getInt(Config.GAME_TUANYUAN) == 1) { + int duan = 0; + for (int i = 1; i <= 10; i++) { + int num = 0; + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_PAO && opCard.type != RuleWeight.TYPE_TI) { + continue; + } + if (opCard.card1 % 100 == i) { + num++; + } + } + if (num == 2) { + duan++; + } + } + if (duan > 0) { + int fan = duan * 8; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_TUAN_YUAN, 1, fan)); + } + } + // ����Ϣ + if (this.config.getInt(Config.GAME_HANGHANGXI) == 1) { + if (huXiNum == 7) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.XING_XING_XI, 1, 8)); + } + } + // ������Ϣ + if (this.config.getInt(Config.GAME_JIAXINGXING) == 1) { + if ((player.tiCount + player.kongCount) > 0) { + if (huXiNum == 6) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.JIA_XING_XING, 1, 4)); + } + } + } + // ���ߺ� + if (this.config.getInt(Config.GAME_SIQI) == 1) { + if (redCard == 4 || redCard == 7) { + player.winFan += 2; + player.mingtangList.add(new MingTang(RuleWeight.SI_QI_HONG, 1, 2)); + } + } + // ˣ�� + if (this.config.getInt(Config.GAME_SHUAHOU) == 1) { + if (player.kanGroup.isEmpty() && player.cardInhand.size() == 1) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.SHUA_HOU, 1, 8)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + // Բ + if (this.config.getInt(Config.GAME_YUAN) == 1) { + List cardList = new ArrayList<>(); + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_PAO && opCard.type != RuleWeight.TYPE_TI) { + continue; + } + cardList.add(opCard.card1); + } + if (!cardList.isEmpty()) { + Collections.sort(cardList); + int yuan = 0; + int num = cardList.get(0); + for (int i = 1; i < cardList.size(); i++) { + if (num + 1 == cardList.get(i)) { + yuan++; + } + num = cardList.get(i); + } + if (yuan > 0) { + int fan = yuan * 6; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.YUAN, 1, fan)); + } + } + } + // ������ + if (this.config.getInt(Config.GAME_BEIKAOBEI) == 1) { + boolean kezi1 = false; + boolean kezi2 = false; + boolean isBeiKaoBei = true; + for (OpCard opCard : player.handCard) { + if (opCard.type == 1) { + if (opCard.card1 != player.winCard && opCard.card1 % 100 == player.winCard % 100) { + kezi1 = true; + continue; + } + break; + } else { + if (opCard.card1 != opCard.card2 || opCard.card1 != opCard.card3) { + if (opCard.card1 == player.winCard || opCard.card2 == player.winCard || opCard.card3 == player.winCard) { + isBeiKaoBei = false; + break; + } + continue; + } + if (opCard.card1 == player.winCard) { + kezi2 = true; + } + } + } + if (isBeiKaoBei) { + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_WEI && opCard.type != RuleWeight.TYPE_CHOUWEI && opCard.type != RuleWeight.TYPE_KAN) { + continue; + } + if (opCard.card1 == player.winCard) { + kezi2 = true; + } + } + } + if (kezi1 && kezi2) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.BEI_KAO_BEI, 1, 8)); + } + } + } + // ���෬ + if (this.config.getInt(Config.GAME_MODE) == 3) { + if (this.isTianHu) { + // ��� + if (player.seat == this.bankerSeat) { + if (this.config.getInt(Config.GAME_TIANHU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 4)); + } + } + // �غ� + else { + if (this.config.getInt(Config.GAME_DIHU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 4)); + } + } + } + // ���� + if (this.config.getInt(Config.GAME_HAIHU) == 1) { + if (this.card.getCount() == 0) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.HAI_HU, 1, 4)); + } + } + if (this.config.getInt(Config.GAME_TINGHU) == 1) { + // ���� + if (player.isTingHu) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 4)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + } + score = player.winScore + this.config.getInt(Config.GAME_TUN); + if (player.winFan > 0) { + score *= player.winFan; + } + if (huangFan > 0) { + score *= (huangFan + 1); + } + if (this.config.getInt(Config.GAME_FENGDING) == 1) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + score = Math.min(score, 100); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 20); + } else { + score = Math.min(score, 60); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 2) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + score = Math.min(score, 200); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 40); + } else { + score = Math.min(score, 80); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 3) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + score = Math.min(score, 300); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 4) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + score = Math.min(score, 500); + } + } + + return score; + } + + public boolean checkPao(int eventCard, boolean isDis) { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (isDis) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } else { + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + return true; + } + } + if (player.seat != this.activeSeat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } + } + } + return false; + } + + // public void settleRound() { + // saveMilitaryRound(playBackData.getData(this)); + // if (this.liuju == true) { + // this.bankerSeat = this.playerMapBySeat.get(this.bankerSeat).nextSeat; + // } + // boolean total = this.round >= this.maxRound; + // int result = this.nonNegative(false); + // if (!total) { + // EXMainServer.gameCtr.roomResult(this); + // if (result == 4) { + // total = true; + // this.saveMilitaryTotal(false); + // } + // } else { + // this.saveMilitaryTotal(false); + // } + // this.stateMachine.changeState(Global.getState(EXRoomRoundSettleState.class)); + // this.winCount = 0; + // + // if (total) { + // this.stateMachine.changeState(Global.getState(RoomEndGameState.class)); + // return; + // } + // } + + public void win(EXPlayer player, EXPlayer activePlayer) { + if (player.getRoom().drawCard != 0) { + player.winCard = player.getRoom().drawCard; + } + player.winer = 1; + int scoreSrc = caclScore(player); + if (player.handCard.isEmpty()) { + scoreSrc = 0; + } + player.resetHuXi(); + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + + Stack handCard = new Stack(); + List handCardEx = new ArrayList<>(); + handCard.addAll(player.handCard); + handCardEx.addAll(player.handCardEx); + + for (int i = 0; i < player.pongGroup.size(); i++) { + if (activePlayer.drawCard == player.pongGroup.get(i)[0]) { + player.kongCount++; + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_PONG, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.pongGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PONG, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] pongGroup = new int[3]; + pongGroup[0] = activePlayer.drawCard; + pongGroup[1] = activePlayer.drawCard; + pongGroup[2] = activePlayer.drawCard; + + player.pongGroup.add(pongGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (activePlayer.drawCard == player.kanGroup.get(i)[0]) { + player.kongCount++; + + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_KAN, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.kanGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] kanGroup = new int[3]; + kanGroup[0] = activePlayer.drawCard; + kanGroup[1] = activePlayer.drawCard; + kanGroup[2] = activePlayer.drawCard; + + player.kanGroup.add(kanGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (activePlayer.drawCard == player.weiGroup.get(i)[0]) { + player.kongCount++; + + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_WEI, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.weiGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] weiGroup = new int[3]; + weiGroup[0] = activePlayer.drawCard; + weiGroup[1] = activePlayer.drawCard; + weiGroup[2] = activePlayer.drawCard; + + player.weiGroup.add(weiGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_WEI, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_WEI, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + } + this.addScore(player); + // this.liuju = false; + this.liujuNum = 0; + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(player.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + } + EXMainServer.gameCtr.winEvent(player, player.seat); + // if (owner.room.config.getInt(Config.GAME_ZHUANG) == 1) { + // if (room.bankerSeat != owner.seat) { + // room.bankerSeat = owner.lastSeat; + // } + // } else { + // room.bankerSeat = owner.seat; + // } + this.bankerSeat = player.seat; + player.winCount++; + this.endGame(); + } + + @Override + public void endGame() { + super.endGame(); + } + + public void saveRecRound() { + this.getPlayBack().addResultData(EXMainServer.gameCtr.getRoomResultData(this)); + super.saveRecRound(); + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + public PlayBack getPlayBack() { + return (PlayBack) playBackData; + } + + @Override + public void clear() { + super.clear(); + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.isplaying = this.isAllPass = false; + this.isTianHu = this.isDiHu = true; + this.paiXing = TObject.newInstance(); + this.throwCardsSet.clear(); + this.throwCardsList.clear(); + } + // public void destroy() { + // super.destroy(); + // } + + /** + * 开启倍数后 体力值消耗= 倍数*分数 + */ + private int reMultipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score / this.hpData.getInt("times")); + } + } + return score; + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXScore.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXScore.java new file mode 100644 index 0000000..fb3834e --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/EXScore.java @@ -0,0 +1,15 @@ +package extend.zp; + +import com.game.data.Score; + +public class EXScore extends Score { + public static final int WIN = 1; + + public EXScore(EXPlayer owner) { + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/MingTang.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/MingTang.java new file mode 100644 index 0000000..82b8723 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/MingTang.java @@ -0,0 +1,13 @@ +package extend.zp; + +public class MingTang { + public int mingTang; + public int type; + public int score; + + public MingTang(int mingTang, int type, int score) { + this.mingTang = mingTang; + this.type = type; + this.score = score; + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/OpCard.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/OpCard.java new file mode 100644 index 0000000..bbd5df6 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/OpCard.java @@ -0,0 +1,35 @@ +package extend.zp; + +import java.io.Serializable; + +public class OpCard implements Serializable{ + private static final long serialVersionUID = 1L; + public int type; + public int card1; + public int card2; + public int card3; + public int huXi; + public boolean pailie; + + public OpCard(int type, int card1, int card2, int card3, int huXi) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + this.pailie = false; + } + + public OpCard(int type, int card1, int card2, int card3, int huXi, boolean pailei) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + this.pailie = pailei; + } + + public OpCard() { + + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/PlayBack.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/PlayBack.java new file mode 100644 index 0000000..74f6ad7 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/PlayBack.java @@ -0,0 +1,107 @@ +package extend.zp; + +import java.util.Map.Entry; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class PlayBack extends BasePlayBack { + + public PlayBack(EXRoom room) { + super(room); + info.putInt("left_card", room.card.getCount()); + ITArray infoList = new TArray(); + for (Entry entry : room.playerMapById.entrySet()) { + ITObject obj = TObject.newInstance(); + EXPlayer player = (EXPlayer) entry.getValue(); + obj.putInt("aid", player.playerid); + obj.putUtfString("nick", player.nick); + obj.putInt("sex", player.sex); + obj.putUtfString("portrait", player.portrait); + obj.putInt("seat", player.seat); + ITArray cardInhand = Util.toTArray(player.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + infoList.addTObject(obj); + } + info.putTArray("playerData", infoList); + } + + public void addGetCardCommand(int seat, int card, int left_count) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard", seat, data); + } + + public void addAddCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("AddCard", seat, data); + } + + public void addThrowCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("ThrowCard", seat, data); + } + + public void addOutCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard", seat, data); + } + + public void addResultData(ITObject resultData){ + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + mp.putTObject("data", resultData); + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", "result"); + cmdObj.putTObject("result", mp); + cmdList.addTObject(cmdObj); + } + + public void addActionCommand(int seat, int type, int active_card, int card, int from_seat, int huxi, ITArray opcardArray) { + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("active_card", active_card); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + cmdData.putInt("hu_xi", huxi); + if (opcardArray != null) { + ITArray opcard = TArray.newInstance(); + for (int i = 0; i < opcardArray.size(); i++) { + opcard.addInt(opcardArray.getInt(i)); + } + cmdData.putTArray("opcard", opcard); + } + addCommand("Action", seat, cmdData); + } + + public void addWinCardCommand(int seat, boolean zimo) { + ITObject cmdData = TObject.newInstance(); + addCommand("Win", seat, cmdData); + } + + public void addCommand(String cmd, int seat, ITObject data) { + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", cmd); + cmdObj.putInt("seat", seat); + cmdObj.putTObject("data", data); + cmdList.addTObject(cmdObj); + } + + public ITObject getData(EXRoom owner) { + ITObject data = TObject.newInstance(); + data.putTObject("info", info); + data.putTArray("cmdList", cmdList); + data.putTObject("result", EXMainServer.gameCtr.getRoomResultData(owner)); + return data; + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/PlayerRuleManager.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/PlayerRuleManager.java new file mode 100644 index 0000000..86ffaef --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/PlayerRuleManager.java @@ -0,0 +1,121 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.zp.player.rule.RuleChi; +import extend.zp.player.rule.RuleDealKan; +import extend.zp.player.rule.RuleDealTi; +import extend.zp.player.rule.RuleDiscardPao; +import extend.zp.player.rule.RuleDrawChi; +import extend.zp.player.rule.RuleDrawPao; +import extend.zp.player.rule.RuleDrawPong; +import extend.zp.player.rule.RuleKan; +import extend.zp.player.rule.RulePong; +import extend.zp.player.rule.RuleTi; +import extend.zp.player.rule.RuleWei; +import extend.zp.player.rule.RuleWin; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerTipState; +import extend.zp.tip.IRuleBase; + + +public class PlayerRuleManager { + public static final int DEAL_RULE = 1; + public static final int KAN_RULE = 2; + public static final int TI_RULE = 3; + public static final int DRAW_RULE = 4; + public static final int OTHER_DRAW_RULE = 5; + public static final int DRAW_PAO_RULE = 6; + public static final int DISCARD_RULE = 7; + public static final int HU_RULE = 9; + public static final int OTHER_HU_RULE = 11; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + + tipMap.put(PlayerRuleManager.OTHER_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + + List dealList = new ArrayList(); + dealList.add(new RuleDealTi()); + dealList.add(new RuleDealKan()); + ruleMap.put(PlayerRuleManager.DEAL_RULE, dealList); + + List dealKanList = new ArrayList(); + dealKanList.add(new RuleKan()); + ruleMap.put(PlayerRuleManager.KAN_RULE, dealKanList); + + List paoList = new ArrayList(); + paoList.add(new RuleTi()); + paoList.add(new RuleWei()); + ruleMap.put(PlayerRuleManager.TI_RULE, paoList); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleWin()); + drawRuleList.add(new RuleDrawChi()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List otherDrawRuleList = new ArrayList(); + otherDrawRuleList.add(new RuleWin()); + otherDrawRuleList.add(new RuleDrawPong()); + otherDrawRuleList.add(new RuleDrawChi()); + ruleMap.put(PlayerRuleManager.OTHER_DRAW_RULE, otherDrawRuleList); + + List drawPaoList = new ArrayList(); + drawPaoList.add(new RuleDrawPao()); + ruleMap.put(PlayerRuleManager.DRAW_PAO_RULE, drawPaoList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleDiscardPao()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleChi()); + ruleMap.put(PlayerRuleManager.DISCARD_RULE, otherDiscardList); + + List huList = new ArrayList(); + huList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.HU_RULE, huList); + + List otherHuList = new ArrayList(); + otherHuList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.OTHER_HU_RULE, otherHuList); + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean conditionEx(int type, EXPlayer player) { + return condition(type, player, false); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + player.tipMgr.clean(); + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/RoomCard.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/RoomCard.java new file mode 100644 index 0000000..abe4238 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/RoomCard.java @@ -0,0 +1,104 @@ +package extend.zp; + +import java.util.*; + +public class RoomCard { + public ArrayList cardList; + EXRoom room; + public ArrayList subCardList; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + this.room = table; + this.subCardList = new ArrayList<>(); + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + } + + private void initCard() { + for (int index = 1; index <= 10; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + } + } + } + +// private void initCard2() { +// List list = Arrays.asList(102, 103, 105, 106, 106, 107, 108, 108, 109, 110, 110, 110, 110, 201, 202, 207, 209, 209, 210, 210); +// List list2 = Arrays.asList(101, 101, 104, 104, 105, 107, 107, 109, 201, 201, 203, 203, 203, 203, 204, 206, 207, 208, 209, 210); +// List list3 = Arrays.asList(205, 106, 108, 208, 209, 105, 106, 206, 102, 105, 104, 108, 102, 107, 202, 106, 206, 202, 104, 204, 102, 108, 208, 207, 208, 205, 205, 201, 202, 101, 103, 206, 103, 209, 208, 210, 102, 105, 109, 108); +// +// this.cardList.addAll(list2); +// this.cardList.addAll(list); +// this.cardList.addAll(list3); +// } + + private void shuffle() { + for(int i = 0;i < 100;i++) { + Collections.shuffle(this.cardList); + } + } + + public int pop() { + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + int card = this.subCardList.remove(0); + return card; + }else { + return 0; + } + }else { + int card = this.cardList.remove(0); + return card; + } + } + + public int popsub() { + if (this.subCardList.size() == 0) { + int card = this.cardList.remove(0); + return card; + }else { + int card = this.subCardList.remove(0); + return card; + } + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + public ArrayList deal() { + ArrayList dealCards = new ArrayList(); + for (int index = 0; index < 20; index++) { + dealCards.add(this.pop()); + } + + return dealCards; + } + + public void reInitCards(List cards) { +// Global.logger.info("sub before===>"+subCardList.size()); +// this.subCardList.addAll(cards); + //从底牌移除 +// Global.logger.info("before===>"+cardList.size()); + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { +// Global.logger.info("bidui===>"+cardList.get(i)+":"+Integer.valueOf(card)); + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } +// Global.logger.info("sub after===>"+subCardList.size()); +// Global.logger.info("after===>"+cardList.size()); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/RuleWeight.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/RuleWeight.java new file mode 100644 index 0000000..49e19fa --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/RuleWeight.java @@ -0,0 +1,45 @@ +package extend.zp; + +public class RuleWeight { + public final static int CHOW1 = 1; + public final static int CHOW2 = 2; + public final static int PONG = 3; + public final static int WIN1 = 4; + public final static int WIN2 = 5; + public final static int WIN3 = 6; + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KAN = 3; + public final static int TYPE_WEI = 4; + public final static int TYPE_CHOUWEI = 5; + public final static int TYPE_PAO = 6; + public final static int TYPE_TI = 7; + public final static int TYPE_WIN = 8; + public final static int TYPE_BI = 9; + public final static int TYPE_JIANG = 10; + + public final static int SMALL_CARD = 1; + public final static int BIG_CARD = 2; + + public final static int HONG_HU = 1; + public final static int WU_HU = 2; + public final static int DIAN_HU = 3; + public final static int DUIZI_HU = 4; + public final static int TIAN_HU = 5; + public final static int DI_HU = 6; + public final static int HAI_HU = 7; + public final static int TING_HU = 8; + public final static int DA_HU = 9; + public final static int XIAO_HU = 10; + public final static int DA_TUAN_YUAN = 11; + public final static int XING_XING_XI = 12; + public final static int SI_QI_HONG = 13; + public final static int SHUA_HOU = 14; + public final static int HUANG_FAN = 15; + public final static int ZI_MO = 16; + public final static int JIA_XING_XING = 17; + public final static int HONG_WU = 18; + public final static int YUAN = 19; + public final static int BEI_KAO_BEI = 20; +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleChi.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleChi.java new file mode 100644 index 0000000..c2f74ac --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleChi.java @@ -0,0 +1,29 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRChiState; +import extend.zp.tip.IRuleBase; + + +public class RuleChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + return player.chi(player.getRoom().activeCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + int activeCard=room.activeCard; + PRChi.prChi(activeCard, player); + room.activeCard = 0; + room.lastDiscardSeat = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + player.stateMachine.changeState(Global.getState(PRChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java new file mode 100644 index 0000000..5fb46b6 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java @@ -0,0 +1,75 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleDealKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if(num == 2 && card == player.drawCard) { + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true)); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + + ITObject param = new TObject(); + param.putInt("card", card); + param.putInt("seat", player.room.activeSeat); + player.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + } + if (num == 3) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true)); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java new file mode 100644 index 0000000..3a22847 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java @@ -0,0 +1,74 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleDealTi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 3) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.tiCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + player.tiGroup.add(tiGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_TI, player.seat, opcard); + } + if (num == 4) { + player.tiCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + player.tiGroup.add(tiGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_TI, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java new file mode 100644 index 0000000..c3a82db --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java @@ -0,0 +1,54 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDiscardPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleDiscardPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.getRoom().activeCard; + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDiscardPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java new file mode 100644 index 0000000..f33f88f --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java @@ -0,0 +1,32 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRDrawChiState; +import extend.zp.tip.IRuleBase; + + +public class RuleDrawChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + return player.chi(eventCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(player.room.activeSeat); + int activeCard = activePlayer.drawCard; + PRChi.prChi(activeCard, player); + activePlayer.drawCard = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + + player.stateMachine.changeState(Global.getState(PRDrawChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java new file mode 100644 index 0000000..5b33794 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java @@ -0,0 +1,74 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDrawPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleDrawPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.pongGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PONG, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java new file mode 100644 index 0000000..b2fa1cc --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java @@ -0,0 +1,55 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDrawPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + + +public class RuleDrawPong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.cardInhand.size() <= 2) { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (player.seat == activePlayer.seat) { + return false; + } + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleKan.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleKan.java new file mode 100644 index 0000000..df87829 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleKan.java @@ -0,0 +1,50 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 2) { + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card))); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RulePong.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RulePong.java new file mode 100644 index 0000000..0ad7640 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RulePong.java @@ -0,0 +1,53 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + + +public class RulePong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.cardInhand.size() <= 2) { + return false; + } + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleTi.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleTi.java new file mode 100644 index 0000000..96cb028 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleTi.java @@ -0,0 +1,56 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRTiState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleTi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.drawCard; + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + break; + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRTiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleWei.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleWei.java new file mode 100644 index 0000000..9084b70 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleWei.java @@ -0,0 +1,34 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleWei implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.drawCard; + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + player.winCard = player.drawCard; + player.drawCard = 0; + CardUtil.removeCard(player.cardInhand, eventCard, 2); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRWeiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleWin.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleWin.java new file mode 100644 index 0000000..5fffee6 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rule/RuleWin.java @@ -0,0 +1,48 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRWinState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.Paixing; + + +public class RuleWin implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isLaoYe) { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (activePlayer == null) { + return false; + } + if (Paixing.checkWin(player, activePlayer.drawCard)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activePlayer.drawCard); + int weight = RuleWeight.WIN3; + if (activePlayer.seat != player.seat) { + if (player.seat == activePlayer.nextSeat) { + weight = RuleWeight.WIN2; + } else { + weight = RuleWeight.WIN1; + } + } + Tip tip = new Tip(activePlayer.drawCard, opcard, weight, this, RuleWeight.TYPE_WIN); + player.tipMgr.addTip(tip); + player.getRoom().winSeat = activePlayer.seat; + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRWinState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java new file mode 100644 index 0000000..6c91519 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java @@ -0,0 +1,66 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +public class PRChi { + + public static void prChi(int card, EXPlayer owner) { + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + Tip actionTip = owner.actionTip; + ITArray opcard = actionTip.opcard; + int chowcard1 = opcard.getInt(0); + int chowcard2 = opcard.getInt(1); + __chow(owner, chowcard1, chowcard2, card, activePlayer, false); + if (actionTip.bi_list != null && actionTip.biid != null) { + ITObject obj = actionTip.bi_list.getTObject(actionTip.biid.getInt(0)); + ITArray biopcard = obj.getTArray("opcard"); + __chow(owner, biopcard.getInt(0), biopcard.getInt(1), card, owner, true); + if (obj.containsKey("bi_list")) { + ITArray bi_list1 = obj.getTArray("bi_list"); + ITObject obj1 = bi_list1.getTObject(actionTip.biid.getInt(1)); + ITArray biopcard1 = obj1.getTArray("opcard"); + __chow(owner, biopcard1.getInt(0), biopcard1.getInt(1), card, owner, true); + } + } + + } + + private static final void __chow(EXPlayer player, int chowcard1, int chowcard2, int card, EXPlayer activePlayer, boolean bi) { + int[] chiGroup = new int[3]; + chiGroup[0] = chowcard1; + chiGroup[1] = card; + chiGroup[2] = chowcard2; + CardUtil.removeCard(player.cardInhand, chowcard1, 1); + if (bi) { + CardUtil.removeCard(player.cardInhand, card, 1); + } + CardUtil.removeCard(player.cardInhand, chowcard2, 1); + + player.chowGroup.add(chiGroup); + int huXi = 0; + if (chiGroup[0] % 100 != chiGroup[1] % 100) { + if (chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 6 || chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 19) { + huXi += Paixing.caclHuxi(RuleWeight.TYPE_CHOW, chiGroup[0]); + } + } + player.opCardList.add(new OpCard(RuleWeight.TYPE_CHOW, chiGroup[0], chiGroup[1], chiGroup[2], huXi)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(chiGroup[0]); + opcard.addInt(chiGroup[2]); + EXMainServer.gameCtr.actionCard(player, card, card, bi ? RuleWeight.TYPE_BI : RuleWeight.TYPE_CHOW, activePlayer.seat, opcard); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java new file mode 100644 index 0000000..ed30148 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java @@ -0,0 +1,42 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; + + +public class PRChiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java new file mode 100644 index 0000000..96900b8 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java @@ -0,0 +1,98 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRDiscardPaoState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + int fromseat = activePlayer.seat; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java new file mode 100644 index 0000000..7441809 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java @@ -0,0 +1,41 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; + +public class PRDrawChiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java new file mode 100644 index 0000000..2710a3e --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java @@ -0,0 +1,106 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRDrawPaoState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + if (owner.seat != activePlayer.seat) { + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + } + + int fromseat = activePlayer.seat; + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java new file mode 100644 index 0000000..8478789 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java @@ -0,0 +1,81 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRDrawPongState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = activePlayer.drawCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + activePlayer.drawCard = 0; + CardUtil.removeCard(owner.cardInhand, card, 2); + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java new file mode 100644 index 0000000..3274942 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java @@ -0,0 +1,82 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRPongState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + CardUtil.removeCard(owner.cardInhand, card, 2); + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + this.toNextState(owner); + ; + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java new file mode 100644 index 0000000..46ebf74 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java @@ -0,0 +1,85 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRTiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + + int card = owner.opCard.getInt(0); + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + owner.tiGroup.add(tiGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_TI, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java new file mode 100644 index 0000000..b834338 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java @@ -0,0 +1,77 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRWeiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + int card = owner.opCard.getInt(0); + int[] weiGroup = new int[3]; + weiGroup[0] = card; + weiGroup[1] = card; + weiGroup[2] = card; + + owner.weiGroup.add(weiGroup); + + int type = owner.chouPongSet.contains(card) ? RuleWeight.TYPE_CHOUWEI : RuleWeight.TYPE_WEI; + owner.opCardList.add(new OpCard(type, card, card, card, Paixing.caclHuxi(type, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, type, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java new file mode 100644 index 0000000..7050ece --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java @@ -0,0 +1,38 @@ +package extend.zp.player.rulestate; + +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; + + +public class PRWinState extends StateBase { + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (!room.isplaying) { + owner.stateMachine.curState = owner.stateMachine.lastState; + return; + } + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + room.win(owner, activePlayer); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..dc571a9 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,53 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDisCardTipState extends EXPlayerTipState { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.choicAction(id,biid); + + // Global.logger.error("EXPlayerDisCardTipState" + id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)){ + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..9cedf04 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java @@ -0,0 +1,141 @@ +package extend.zp.player.state; + +import java.util.concurrent.TimeUnit; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.room.state.EXRoomSetpState; + + +public class EXPlayerDiscardState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + owner.getRoom().tipMap.clear(); + if (owner.cardInhand.isEmpty()) { + owner.isLaoYe = true; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + } + + @Override + public void toNextState(EXPlayer owner) { + timer(owner); + } + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + discard(owner, discard); + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + case ActionEvent.EVENT_TIMER_AUTO: + discard(owner, owner.autoDiscard()); + break; + default: + break; + } + } + + private void discard(EXPlayer owner, int discard) { + if (!Util.checkCard(discard, owner.cardInhand)) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + logger.info("discard,player:" + owner + ",card:" + discard); + if (owner.seat == owner.room.bankerSeat) { + if (owner.outcardExList.size() > 0) { + owner.isTingHu = false; + } + } else { + owner.isTingHu = false; + } + owner.outcardExList.add(discard); + exit(owner); + EXMainServer.gameCtr.outCard(owner, discard); + + owner.getRoom().isDiHu = false; + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + } else { + if (owner.getRoom().activeCard != 0) { + this.toNextState(owner); + } + } + } + + public static void timer(EXPlayer owner) { + if (owner.getRoom().isAllPass) { + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + owner.outcardList.add(owner.getRoom().activeCard); + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + owner.outcardList.add(owner.getRoom().activeCard); + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..839b829 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java @@ -0,0 +1,436 @@ +package extend.zp.player.state; + +import java.util.ArrayList; +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import com.data.cache.GroupMemberCache; +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXGameController; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayerRuleManager; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class EXPlayerDrawState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + room.isAllPass = false; + owner.getRoom().tipMap.clear(); + if(owner.seat == room.adminSeat) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " adminseat"); + if (room.while_list) + { + double rand = Math.random() % 100 * 100; + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.popsub(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (!player.is_white) { + if (Paixing.checkWin((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + } + + if (flag) { + if (rand > room.white_value && room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white:" + owner.playerid + " to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + } else { + if (room.while_list) + { + Global.logger.info("dealcards playerid:"+owner.playerid+ " xingyuhao:"+owner.is_white+" white_value:"+room.white_value); + double rand = Math.random() % 100 * 100; + if (rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.is_white) + { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + else { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = false; + } + } + } + } + + if (owner.is_white) { + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + } + else { + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = false; + } + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else + { + if(owner.black_white_status == 2) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " white player:" + owner.black_white_rate); + double rand = Math.random() % 100 * 100; + if (rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else if(owner.black_white_status == 1) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " black player:" + owner.black_white_rate); + double rand = Math.random() % 100 * 100; + if (rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else { + Global.logger.info("dealcards playerid:"+owner.playerid+ " general player"); + boolean black_flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.black_white_status == 1) + { + black_flag = true; + } + } + } + + double rand = Math.random() % 100 * 100; + if (black_flag && rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.black_white_status == 1) + { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + } + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + } + } + + room.step++; + int tempStep = room.step; + // if (owner.seat == 2) { + // owner.drawCard = 102; + // } + logger.info("drawCard,player:" + owner + ",card:" + owner.drawCard); + room.drawCard = owner.drawCard; + + int leftCount = room.card.getCount(); + ((EXGameController) Global.gameCtr).getCard(owner, leftCount); + + int card = owner.drawCard; + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (owner.drawCard == owner.kanGroup.get(i)[0]) { + card = 0; + break; + } + } + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (owner.drawCard == owner.weiGroup.get(i)[0]) { + card = 0; + break; + } + } + if (CardUtil.cardNum(owner.drawCard, owner.cardInhand) >= 2) { + card = 0; + } + ITObject otherParam = new TObject(); + otherParam.putInt("card", card); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.TI_RULE, owner); + if (owner.drawCard != 0 && tempStep == room.step) { + this.toNextState(owner); + } + } + + private boolean IsGoodCard(EXPlayer player, int drawCard) { + if (Paixing.checkWin((EXPlayer) player, drawCard)) { + return true; + } + + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + return true; + } + } + + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + return true; + } + } + + if (CardUtil.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + return false; + } + + private boolean IsGoodCard2(EXPlayer player, int drawCard) { + if (Paixing.checkWin((EXPlayer) player, drawCard)) { + return true; + } + + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + return true; + } + } + + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + return true; + } + } + + if (CardUtil.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + if (!owner.getRoom().isAllPass) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_DRAW, null); + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + int tempStep = owner.getRoom().step; + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_PAO, null); + + if (owner.drawCard != 0 && tempStep == owner.getRoom().step) { + + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + if (owner.getRoom().isAllPass) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDrawState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + if(owner.drawCard != 0) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..1f4e455 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,52 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDrawTipState extends EXPlayerTipState { + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + public void reload(EXPlayer owner) { + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.doAction(id,biid); + }else if (ActionEvent.EVENT_TIMER_AUTO.equals(cmd)) { + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.doAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java new file mode 100644 index 0000000..48344a0 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java @@ -0,0 +1,109 @@ +package extend.zp.player.state; + +import java.util.Collections; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXGameController; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayerRuleManager; +import extend.zp.uitl.Paixing; + + +public class EXPlayerPreDrawState extends StateBase { + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + room.isAllPass = false; + owner.drawCard = room.card.pop(); + // owner.drawCard = 110; + + room.drawCard = owner.drawCard; + + int leftCount = room.card.getCount(); + ((EXGameController) Global.gameCtr).getCard(owner, leftCount); + ITObject otherParam = new TObject(); + otherParam.putInt("card", owner.drawCard); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + timer(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (!owner.getRoom().isAllPass) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.HU_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_DEAL, null); + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.KAN_RULE, owner); + int drawCard = owner.drawCard; + owner.drawCard = 0; + owner.getRoom().isTianHu = false; + if (drawCard != 0) { + owner.cardInhand.add(drawCard); + Collections.sort(owner.cardInhand); + + ITObject param = new TObject(); + param.putInt("card", drawCard); + param.putInt("seat", owner.room.activeSeat); + owner.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + owner.getRoom().getPlayBack().addAddCardCommand(owner.room.activeSeat, drawCard); + } else { + owner.getRoom().getPlayBack().addAddCardCommand(owner.room.activeSeat, owner.getRoom().drawCard); + } + + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + boolean win = false; + for (Entry entry : owner.getRoom().playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer player = (EXPlayer) entry.getValue(); + if(Paixing.checkWin(player, owner.drawCard)) { + win = true; + } + } + if(!win) + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + owner.stateMachine.toNextState(); + } + }); + } + }, 1500, TimeUnit.MILLISECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..af786e1 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java @@ -0,0 +1,40 @@ +package extend.zp.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; + + +public abstract class EXPlayerTipState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXMainServer.gameCtr.tipEvent(owner); + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (ActionEvent.EVENT_ENTRUST.equals(cmd)) { + owner.startActionTimer(); + } + } + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.tipEvent(owner); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..c3abb79 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java @@ -0,0 +1,31 @@ +package extend.zp.player.state; + +import com.game.state.StateBase; + +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.PlayerRuleManager; + +public class EXPlayerWaitState extends StateBase { + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DISCARD_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_DRAW: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_DRAW_RULE, owner); + break; + case EXActionEvent.EVENT_DEAL: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_HU_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_PAO: + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + break; + default: + break; + } + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java new file mode 100644 index 0000000..cd7f823 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java @@ -0,0 +1,104 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayBack; +import extend.zp.PlayerRuleManager; +import extend.zp.player.state.EXPlayerPreDrawState; + + +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + + //this.toNextState(owner); + + boolean donghua = false; + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + + this.toNextState(owner); + } + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXRoom owner) { + owner.card.init(); + if (owner.bankerSeat == 0) { + owner.bankerSeat = 1; + } + EXMainServer.gameCtr.dealCard(owner); + Boolean qupaiV = owner.config.getBoolean(Config.ROOM_CONFIG_QUPAI); + boolean qupai = (qupaiV == null) ? false : qupaiV; + if (owner.maxPlayers == 2 && qupai) { + for (int index = 0; index < 20; index++) { + owner.throwCardsList.add(owner.card.pop()); + } + } + // owner.isplaying = true; + // owner.round += 1; + owner.playBackData = new PlayBack(owner); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.seat != owner.bankerSeat) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, player); + } + } + + EXPlayer player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerPreDrawState.class)); + } + +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..ba45043 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java @@ -0,0 +1,26 @@ +package extend.zp.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXRoom; +import extend.zp.player.state.EXPlayerDrawState; + +public class EXRoomSetpState extends StateBase { + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + } + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..32697d3 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java @@ -0,0 +1,35 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.EXRoom; + + +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { + // TODO Auto-generated method stub + //owner.readyCount = 0; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.clear(); + player.initSeat(); + player.ready = false; + } + // if (owner.round == 0) { + owner.startGame(); + // } + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + // TODO Auto-generated method stub + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/Action.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/Action.java new file mode 100644 index 0000000..f13c301 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/Action.java @@ -0,0 +1,20 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + +public class Action { + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.actionTip = tip; + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/IRuleBase.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/IRuleBase.java new file mode 100644 index 0000000..ef77712 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/IRuleBase.java @@ -0,0 +1,14 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + + +public interface IRuleBase { + + + public abstract boolean condition(EXPlayer player); + + + public abstract void action(EXPlayer player); + +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/Tip.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/Tip.java new file mode 100644 index 0000000..c075788 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/Tip.java @@ -0,0 +1,38 @@ +package extend.zp.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + + +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int type; + public ITArray bi_list; + public ITArray biid; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + if(bi_list!=null&&bi_list.size()>0) { + tipMp.putTArray("bi_list", bi_list); + } + return tipMp; + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/TipManager.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/TipManager.java new file mode 100644 index 0000000..852e597 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/tip/TipManager.java @@ -0,0 +1,179 @@ +package extend.zp.tip; + +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; + + +public class TipManager { + + private int id = 0; + private int uid = 100; + + public HashMap tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + public int getUid(){ + return this.uid; + } + public void choicAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + } + if (tip.type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + } + this.owner.isMingTang = true; + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass discardtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } else if (tip.type == RuleWeight.TYPE_PONG) { + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_PONG) { + it.remove(); + } + } + } + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + } + } + this.owner.isMingTang = true; + this.owner.stateMachine.curState.exit(owner); + this.owner.stateMachine.curState = this.owner.stateMachine.lastState; + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass drawtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + mp.putInt("uid", this.uid); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + this.id += uid; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.uid += 100; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/CardUtil.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/CardUtil.java new file mode 100644 index 0000000..7608fca --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/CardUtil.java @@ -0,0 +1,116 @@ +package extend.zp.uitl; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.ObjectInputStream; +import java.io.ObjectOutputStream; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + + +import extend.zp.OpCard; + +public class CardUtil { + static public int cardNum(int eventCard, List cardList) { + int result = 0; + for (Integer card : cardList) { + if (card == eventCard) { + result += 1; + } + } + return result; + } + + static public boolean checkCard(int eventCard,Map cardMap) { + if(cardMap.containsKey(eventCard)&&cardMap.get(eventCard)>=1) { + return true; + } + return false; + } + + static public void addCard(int eventCard,Map cardMap,int add) { + if(cardMap.containsKey(eventCard)) { + int num = cardMap.get(eventCard); + cardMap.put(eventCard, num+add); + }else if(add >0){ + cardMap.put(eventCard, add); + } + } + + static public int cardType(int card) { + return card / 100; + } + + static public boolean isRedCard(int card) { + return card % 100 == 2 || card % 100 == 7 || card % 100 == 10; + } + + static public Map getCardNumMap(List cardList) { + Map result = new HashMap(); + for (Integer card : cardList) { + if (!result.containsKey(card)) { + result.put(card, 1); + } else { + int num = result.get(card); + result.put(card, (num + 1)); + } + } + return result; + } + + static public void removeCard(List cardList, int card, int count) { + int curCount = 0; + for (int i = 0; i < cardList.size(); i++) { + if (count == curCount) { + return; + } + if (cardList.get(i) == card) { + + cardList.remove(i); + i--; + curCount++; + } + } + } + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + } + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card1 == opcards.get(i).card1 && param.card2 == opcards.get(i).card2 && param.card3 == opcards.get(i).card3) { + opcards.remove(i); + return; + } + } + } + + public static List deepCopy(List src) throws IOException, ClassNotFoundException { + ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); + ObjectOutputStream out = new ObjectOutputStream(byteOut); + out.writeObject(src); + + ByteArrayInputStream byteIn = new ByteArrayInputStream(byteOut.toByteArray()); + ObjectInputStream in = new ObjectInputStream(byteIn); + @SuppressWarnings("unchecked") + List dest = (List) in.readObject(); + return dest; + } + + public static void distinctList(List cardList) { + Set set = new HashSet<>(cardList); + cardList.clear(); + cardList.addAll(set); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/ChowCard.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/ChowCard.java new file mode 100644 index 0000000..976354f --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/ChowCard.java @@ -0,0 +1,116 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class ChowCard { + private Map cardMap; + private int eventCard; + private int biCard; + private int eventCardType; + private int modCard; + + public ChowCard(List cardInhand,int eventCard) { + this.eventCard = eventCard; + this.eventCardType = eventCard / 100; + int bg_num = this.eventCardType == 1 ? 100 : -100; + this.biCard = eventCard+bg_num; + this.modCard = eventCard % 100; + this.cardMap = Util.getCardNumMap(cardInhand); + List removeList = new ArrayList(); + for (Entry entry1 : cardMap.entrySet()) { + int card = entry1.getKey(); + int num = entry1.getValue(); + if(num>=3)removeList.add(card); + } + + for(Integer card : removeList) { + cardMap.remove(card); + } + } + + private boolean handle(ITArray p_list,int opcard1,int opcard2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(opcard1); + opcard.addInt(opcard2); + boolean result = true; + ITObject obj = TObject.newInstance(); + ITArray list = TArray.newInstance(); + obj.putTArray("opcard", opcard); + obj.putTArray("bi_list", list); + if(CardUtil.checkCard(eventCard, cardMap)) { + CardUtil.addCard(eventCard, cardMap, -1); + CardUtil.addCard(opcard1, cardMap, -1); + CardUtil.addCard(opcard2, cardMap, -1); + result = tryChow(list); + CardUtil.addCard(eventCard, cardMap, 1); + CardUtil.addCard(opcard1, cardMap, 1); + CardUtil.addCard(opcard2, cardMap, 1); + } + if(list.size()==0)obj.remove("bi_list"); + if(result)p_list.addTObject(obj); + return result; + } + + + public boolean tryChow(ITArray list){ + boolean result = false; + if (CardUtil.checkCard(eventCard - 1, cardMap) && CardUtil.checkCard(eventCard - 2, cardMap)) { + result = handle(list,eventCard-1,eventCard-2) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard - 1, cardMap)) { + result = handle(list,eventCard+1,eventCard-1) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard + 2, cardMap)) { + result = handle(list,eventCard+1,eventCard+2) || result; + } + int type = this.eventCardType; + int bi_card = this.biCard; + int mod_card = this.modCard; + + if(mod_card == 2&&CardUtil.checkCard(type*100+7, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+7,type*100+10) || result; + }else if(mod_card == 7&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+2,type*100+10) || result; + }else if(mod_card == 10&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+7, cardMap)) { + result = handle(list,type*100+2,type*100+7) || result; + } + + if (cardMap.containsKey(bi_card) && cardMap.get(bi_card) == 2) { + result = handle(list,bi_card,bi_card) || result; + } + if (CardUtil.checkCard(eventCard, cardMap) &&CardUtil.checkCard(bi_card, cardMap)) { + CardUtil.addCard(eventCard, cardMap, -1); + result = handle(list,eventCard,bi_card) || result; + CardUtil.addCard(eventCard, cardMap, 1); + } + + return result; + } + + public static void main(String[] args) { + ArrayList cardInhand = new ArrayList(); + String cardStr = "101, 102, 102, 103, 104, 106, 106, 110, 110, 201, 201, 202, 203, 204, 205, 206, 209, 209, 209, 210"; + String[] cards = cardStr.split(", "); + for(String c : cards) { + Integer card = Integer.valueOf(c); + cardInhand.add(card); + } + + + ChowCard chow = new ChowCard(cardInhand, 101); + ITArray list = TArray.newInstance(); + chow.tryChow(list); + System.out.println(list); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/Paixing.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/Paixing.java new file mode 100644 index 0000000..b1d1a40 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/Paixing.java @@ -0,0 +1,151 @@ +package extend.zp.uitl; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; + +public class Paixing { + public static boolean checkWin(EXPlayer player, int drawCard) { + player.resetHuXi(); + boolean isWin = false; + WinCard win = new WinCard(player.cardInhand, drawCard); + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (win.tryWin(player)) { + if (player.huXi >= 15) { + isWin = true; + } + } + if (!isWin) { + player.resetHuXi(); + if (player.getRoom().isTianHu) { + if (player.tiCount >= 3) { + player.isMingTang = false; + isWin = true; + } + if (player.kanGroup.size() >= 5) { + player.isMingTang = false; + isWin = true; + } + if (player.tiCount >= 1 && player.kanGroup.size() >= 4) { + player.isMingTang = false; + isWin = true; + } + if (player.tiCount >= 2 && player.kanGroup.size() >= 3) { + player.isMingTang = false; + isWin = true; + } + } + + for (int i = 0; i < player.pongGroup.size(); i++) { + if (drawCard == player.pongGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_PONG, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_KAN, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_WEI, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + } + } + if (isWin) { + player.handCard.clear(); + player.handCardEx.clear(); + for (int i = 0; i < win.stack.size(); i++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(i).get(0); + opcard.card2 = win.stack.get(i).get(1); + opcard.type = 1; + if (win.stack.get(i).size() > 2) { + opcard.card3 = win.stack.get(i).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(i); + + player.handCard.push(opcard); + } + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + + } + return isWin; + } + + public static int caclHuxi(int type, int card) { + int cardType = CardUtil.cardType(card); + int huXi = 0; + switch (type) { + case RuleWeight.TYPE_TI: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 9; + } else { + huXi = 12; + } + break; + case RuleWeight.TYPE_PAO: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 6; + } else { + huXi = 9; + } + break; + case RuleWeight.TYPE_WEI: + case RuleWeight.TYPE_CHOUWEI: + case RuleWeight.TYPE_KAN: + case RuleWeight.TYPE_CHOW: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 3; + } else { + huXi = 6; + } + break; + case RuleWeight.TYPE_PONG: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 1; + } else { + huXi = 3; + } + break; + default: + break; + } + return huXi; + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/WinCard.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/WinCard.java new file mode 100644 index 0000000..4de2c60 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/WinCard.java @@ -0,0 +1,328 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; + +public class WinCard { + public int pair_count; + public int long_count; + public Stack> stack; + public Stack stackHuxi; + public List cardList; + + private void push(List cardGroup) { + this.stack.push(cardGroup); + } + + private void rollBack() { + List cardGroup = this.stack.pop(); + for (Integer card : cardGroup) { + this.cardList.add(card); + } + Collections.sort(this.cardList); + } + + private boolean tryKezi(int card, EXPlayer player) { + if (CardUtil.cardNum(card, this.cardList) >= 3) { + CardUtil.removeCard(this.cardList, card, 3); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + int huXi = 0; + if (player.getRoom().isTianHu && card == player.getRoom().drawCard && player.getRoom().bankerSeat == player.seat) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, card); + } else { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + } + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi1(int card, EXPlayer player) { + if (card < 200 && card % 100 > 8) { + return false; + } + if (CardUtil.cardNum(card + 1, this.cardList) > 0 && CardUtil.cardNum(card + 2, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 1, 1); + CardUtil.removeCard(this.cardList, card + 2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(card + 2); + this.push(cardGroup); + + int huXi = 0; + if (card % 100 == 1) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + player.huXi += huXi; + } + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi2(int card) { + if (CardUtil.cardType(card) == RuleWeight.SMALL_CARD) { + if (CardUtil.cardNum(card + 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card + 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card + 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 100); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } else { + if (CardUtil.cardNum(card - 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card - 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card - 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 100); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } + return false; + } + + private boolean tryShunzi3(int card, EXPlayer player) { + if (card % 100 == 2) { + if (CardUtil.cardNum(card + 5, this.cardList) > 0 && CardUtil.cardNum(card + 8, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 5, 1); + CardUtil.removeCard(this.cardList, card + 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 5); + cardGroup.add(card + 8); + this.push(cardGroup); + + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + } + return false; + } + + private boolean tryPair(int card) { + if (this.pair_count > 0) { + return false; + } + if (CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + return false; + } + + public boolean tryWin(EXPlayer player) { + if (this.cardList.size() == 0) { + if (player.tiCount + player.kongCount > 0) { + if (this.pair_count == 1) { + return true; + } + return false; + } else { + if (this.pair_count > 0) { + return false; + } + return true; + } + } + int activeCard = 0; + for (int card : this.cardList) { + if (card == 201 || card == 202) { + activeCard = card; + break; + } + } + if (activeCard == 0) { + activeCard = this.cardList.get(0); + } + if (activeCard % 100 == 1) { + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } else if (activeCard % 100 == 2) { + if (tryShunzi3(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } else { + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } + + return false; + } + + public WinCard(List cardInhand, int addCard) { + this.stack = new Stack>(); + this.stackHuxi = new Stack(); + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + if (addCard > 0) { + this.cardList.add(addCard); + } + Collections.sort(this.cardList); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/WinCardNew.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/WinCardNew.java new file mode 100644 index 0000000..aea44ac --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/WinCardNew.java @@ -0,0 +1,381 @@ +package extend.zp.uitl; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import extend.zp.OpCard; +import extend.zp.RuleWeight; + +public class WinCardNew { + private boolean isJiang = false; + private List cardList; + private Stack>> opCardStack; + private List> lastOpCard; + private Integer addCard; + private int huxi = 0; + private List opCardList; + + public List winList; + + public boolean checkHu() { + try { + + int card = addCard == 0 ? (this.cardList.size() > 0 ? this.cardList.get(0) : 0) : addCard; + List list = new ArrayList(); + if (card > 0) { + list = groupCard(card, this.cardList, true); + } else if (card == 0) { + addWinOpCard(huxi, null); + return true; + } + List tempCardList = new ArrayList<>(); + for (OpCard opCard : list) { + tempCardList.clear(); + tempCardList.addAll(cardList); + Collections.sort(tempCardList); + removeOpCard(tempCardList, opCard); + List opCardS = new ArrayList<>(); + List> opCardS_1 = new ArrayList<>(); + opCardS.add(opCard); + opCardS_1.add(opCardS); + this.opCardStack.push(opCardS_1); + checkWin(tempCardList); + } + } catch (Exception e) { + return false; + } + return Win(); + } + + + private boolean Win() { + List tempCardList = new ArrayList<>(); + boolean hu, isExJiang; + for (List opCards : this.lastOpCard) { + isExJiang = false; + tempCardList.clear(); + tempCardList.addAll(cardList); + hu = false; + int huxi = this.huxi; + for (OpCard tempOpCard : opCards) { + removeOpCard(tempCardList, tempOpCard); + if (tempOpCard.type == RuleWeight.TYPE_JIANG) { + isExJiang = true; + continue; + } + huxi += tempOpCard.huXi; + } + + hu = isJiang ? isExJiang && tempCardList.size() == 0 : tempCardList.size() == 0; + if (hu) { + addWinOpCard(huxi, opCards); + } + } + return !winList.isEmpty(); + } + + private void removeOpCard(List cards, OpCard opCard) { + if (opCard.card1 > 0) { + CardUtil.removeCard(cards, opCard.card1, 1); + } + if (opCard.card2 > 0) { + CardUtil.removeCard(cards, opCard.card2, 1); + } + if (opCard.card3 > 0) { + CardUtil.removeCard(cards, opCard.card3, 1); + } + } + + private boolean isExJiang(List> list) { + for (List opCard : list) { + for (OpCard opCard2 : opCard) { + if (opCard2.type == RuleWeight.TYPE_JIANG) { + return false; + } + } + } + return true; + } + + private void checkWin(List cardList) throws ClassNotFoundException, IOException { + List> opCards = this.opCardStack.pop(); + if (opCards.isEmpty()) { + return; + } + List> list = new ArrayList<>(); + if (cardList.size() == 0) { + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + return; + } + List oplist = null, opList2 = null; + for (Integer card : cardList) { + oplist = groupCard(card, cardList, isExJiang(opCards)); + if (oplist.size() > 0) { + break; + } + } + if (oplist.size() > 0) { + List tempCardList = new ArrayList<>(); + for (OpCard opCard : oplist) { + tempCardList.clear(); + tempCardList.addAll(cardList); + list = new ArrayList<>(); + removeOpCard(tempCardList, opCard); + list = CardUtil.deepCopy(opCards); + for (List tempOpCard : list) { + tempOpCard.add(opCard); + } + for (Integer card : tempCardList) { + opList2 = groupCard(card, tempCardList, isExJiang(list)); + if (opList2.size() > 0) { + break; + } + } + if (opList2 != null && opList2.size() > 0) { + this.opCardStack.push(list); + checkWin(tempCardList); + } else { + this.lastOpCard.addAll(list); + } + + } + } else { + list = new ArrayList<>(); + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + } + + } + + /** + * ij����Ч��� + * + * @param card + * @return + */ + private List groupCard(int card, List cardList, boolean first) { + List opCardList = new ArrayList<>(); + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + shunzi1_10(card, opCardList, tempList); + shunzi2710(card, opCardList, tempList); + jiaopai(card, opCardList, tempList); + kan(card, opCardList, tempList); + if (isJiang && first) { + jiang(card, opCardList, tempList); + } + return opCardList; + } + + /** + * ��һ�Խ� + */ + private void jiang(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + if (isJiang) { + if (CardUtil.cardNum(card, cardList) >= 2) { + OpCard opCard = new OpCard(); + opCard.card1 = card; + opCard.card2 = card; + opCard.huXi = 0; + opCard.type = RuleWeight.TYPE_JIANG; + list.add(opCard); + } + } + } + + /** + * ��С 1 2 3 4 5 6 7 8 9 ˳�� + * + * @param card + */ + private void shunzi1_10(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + List opCardList = new ArrayList<>(); + // AB (C) + if (CardUtil.cardNum(card - 2, cardList) >= 1 && CardUtil.cardNum(card - 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card - 2); + list.add(addOpCard(opCardList)); + + } + // (A) B C + if (CardUtil.cardNum(card + 1, cardList) >= 1 && CardUtil.cardNum(card + 2, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card + 1); + opCardList.add(card + 2); + list.add(addOpCard(opCardList)); + } + // A (B) C + if (CardUtil.cardNum(card - 1, cardList) >= 1 && CardUtil.cardNum(card + 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card + 1); + list.add(addOpCard(opCardList)); + } + } + + private OpCard addOpCard(List opCardList) { + Collections.sort(opCardList); + int huXi = 0; + // 123 ˳���к�Ϣ С3��6 + if (opCardList.get(0) % 100 == 1) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + } + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + return opCard; + } + + /** + * ��С 2 7 10˳�� �к�Ϣ С3��6 + * + * @param card + */ + private void shunzi2710(int card, List list, List cardList) { + if (card % 100 == 2 || card % 100 == 7 || card % 100 == 10) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + // (2) 7 10 + List opCardList = new ArrayList<>(); + if (CardUtil.cardNum(card + 5, cardList) >= 1 && CardUtil.cardNum(card + 8, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card + 5); + opCardList.add(card + 8); + // 2 (7) 10 + } else if (CardUtil.cardNum(card - 5, cardList) >= 1 && CardUtil.cardNum(card + 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 5); + opCardList.add(card + 3); + // 2 7 (10) + } else if (CardUtil.cardNum(card - 8, cardList) >= 1 && CardUtil.cardNum(card - 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 3); + opCardList.add(card - 8); + } + if (opCardList.size() > 0) { + Collections.sort(opCardList); + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + list.add(opCard); + if (opCard.card1 != card) { + CardUtil.removeCard(tempList, opCard.card1, 1); + } + if (opCard.card2 != card) { + CardUtil.removeCard(tempList, opCard.card2, 1); + } + if (opCard.card3 != card) { + CardUtil.removeCard(tempList, opCard.card3, 1); + } + shunzi2710(card, list, tempList); + } + return; + } + } + + /** + * aaA AAa ������ ������ û��Ϣ + * + * @param card + */ + private void jiaopai(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + int type = card / 100; + int bg_num = type == 1 ? 100 : -100; + int bi_card = card + bg_num; + // aaA + if (CardUtil.cardNum(card, cardList) >= 2 && CardUtil.cardNum(bi_card, cardList) >= 1) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, card, bi_card, 0); + list.add(opCard); + // AAa + } else if (CardUtil.cardNum(card, cardList) >= 1 && CardUtil.cardNum(bi_card, cardList) >= 2) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, bi_card, bi_card, 0); + list.add(opCard); + } + } + + /** + * 3�� + * + * @param card + * @param list + */ + private void kan(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + List opCardList = new ArrayList<>(); + tempList.addAll(cardList); + if (CardUtil.cardNum(card, cardList) == 3) { + opCardList.add(card); + opCardList.add(card); + opCardList.add(card); + int huxi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + OpCard opCard = new OpCard(RuleWeight.TYPE_PONG, opCardList.get(0), opCardList.get(1), opCardList.get(2), huxi); + list.add(opCard); + } + } + + private void addWinOpCard(int huxi, List opCard) { + if (opCard == null) { + opCard = new ArrayList<>(); + } + opCard.addAll(this.opCardList); + WinOpCard wo = new WinOpCard(opCard, huxi); + winList.add(wo); + } + + public static void main(String[] args) throws ClassNotFoundException, IOException { + List list = new ArrayList<>(); + String str = "106"; + for (String card : str.split(", ")) { + list.add(Integer.parseInt(card)); + } + List op = new ArrayList(); + OpCard opCard=new OpCard(3, 102, 102, 102, 9); + op.add(opCard); + WinCardNew winCard2 = new WinCardNew(list, 106, 9, true, op); + /* op = winCard2.groupCard(207); */ + System.out.println(winCard2.checkHu()); + winCard2.winList.forEach(wl -> System.out.println(wl.toString())); + + } + + /** + * + * @param cardInhand + * :����,�������� + * @param addCard + * : �Ӵ����Ƿ��ܺ���������������������Ҫ��0 + * @param huxi + * ��������еĺ�Ϣ + * @param isJiang + * ���Ƿ���Ҫ�� + */ + public WinCardNew(List cardInhand, int addCard, int huxi, boolean isJiang, List opCardList) { + this.opCardStack = new Stack<>(); + this.lastOpCard = new ArrayList<>(); + this.cardList = new ArrayList(cardInhand); + this.opCardList = new ArrayList<>(opCardList); + if (addCard > 0) { + this.cardList.add(addCard); + } + Collections.sort(this.cardList); + this.isJiang = isJiang; + this.addCard = addCard; + this.huxi = huxi; + this.winList = new ArrayList<>(); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/WinOpCard.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/WinOpCard.java new file mode 100644 index 0000000..f18ba15 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/main/java/extend/zp/uitl/WinOpCard.java @@ -0,0 +1,31 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; + +import extend.zp.OpCard; + +public class WinOpCard { + public List opCard; + + public int huXi = 0; + + public WinOpCard(List opCard, int huXi) { + this.opCard = new ArrayList(opCard); + this.huXi = huXi; + } + + @Override + public String toString() { + StringBuffer sb = new StringBuffer(); + sb.append("total_huxi : " + huXi + ", "); + for (OpCard opCard : opCard) { + sb.append(opCard.card1 + " "); + sb.append(opCard.card2 + " "); + sb.append(opCard.card3==0?"":opCard.card3); + sb.append(",type:" + opCard.type + ",huxi=" + opCard.huXi + " | "); + } + return sb.toString(); + } + +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/src/test/java/game_zp_changdepaohuzi/Main.java b/zipai/paohuzi/game_zp_changdepaohuzi/src/test/java/game_zp_changdepaohuzi/Main.java new file mode 100644 index 0000000..3fd68c6 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/src/test/java/game_zp_changdepaohuzi/Main.java @@ -0,0 +1,9 @@ +package game_zp_changdepaohuzi; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/Config.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/Config.class new file mode 100644 index 0000000..7876c35 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/Config.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXActionEvent.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXActionEvent.class new file mode 100644 index 0000000..07d1fa4 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXActionEvent.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXGameController.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXGameController.class new file mode 100644 index 0000000..f74d914 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXGameController.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXMainServer.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXMainServer.class new file mode 100644 index 0000000..f11c360 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXMainServer.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXPlayer.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXPlayer.class new file mode 100644 index 0000000..dbf1298 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXPlayer.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXRoom.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXRoom.class new file mode 100644 index 0000000..75796dd Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXRoom.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXScore.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXScore.class new file mode 100644 index 0000000..c826df1 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/EXScore.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/MingTang.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/MingTang.class new file mode 100644 index 0000000..e39c424 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/MingTang.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/OpCard.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/OpCard.class new file mode 100644 index 0000000..6fd5dc0 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/OpCard.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/PlayBack.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/PlayBack.class new file mode 100644 index 0000000..8908472 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/PlayBack.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/PlayerRuleManager.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/PlayerRuleManager.class new file mode 100644 index 0000000..8200ff9 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/PlayerRuleManager.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/RoomCard.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/RoomCard.class new file mode 100644 index 0000000..ef5bdcb Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/RoomCard.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/RuleWeight.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/RuleWeight.class new file mode 100644 index 0000000..86671a0 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/RuleWeight.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleChi.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleChi.class new file mode 100644 index 0000000..883e99c Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleChi.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class new file mode 100644 index 0000000..2f3a470 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class new file mode 100644 index 0000000..a25c529 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class new file mode 100644 index 0000000..e79f225 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class new file mode 100644 index 0000000..737b265 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class new file mode 100644 index 0000000..bc10a0b Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class new file mode 100644 index 0000000..4fd5945 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleKan.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleKan.class new file mode 100644 index 0000000..d55a8c0 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleKan.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RulePong.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RulePong.class new file mode 100644 index 0000000..d8ea5fa Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RulePong.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleTi.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleTi.class new file mode 100644 index 0000000..b0eac67 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleTi.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleWei.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleWei.class new file mode 100644 index 0000000..20f5cd5 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleWei.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleWin.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleWin.class new file mode 100644 index 0000000..bca3da1 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rule/RuleWin.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRChi.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRChi.class new file mode 100644 index 0000000..a515090 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRChi.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class new file mode 100644 index 0000000..2054c6e Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class new file mode 100644 index 0000000..32e9ea7 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class new file mode 100644 index 0000000..bc5dc8f Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class new file mode 100644 index 0000000..2dd4484 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class new file mode 100644 index 0000000..d22f494 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class new file mode 100644 index 0000000..433a4cd Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class new file mode 100644 index 0000000..51a2492 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class new file mode 100644 index 0000000..e430901 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class new file mode 100644 index 0000000..af17d3a Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class new file mode 100644 index 0000000..2e51921 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class new file mode 100644 index 0000000..713d045 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class new file mode 100644 index 0000000..8992a84 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class new file mode 100644 index 0000000..1506557 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class new file mode 100644 index 0000000..2f302dc Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class new file mode 100644 index 0000000..4a871fd Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..6970d93 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class new file mode 100644 index 0000000..ce9cdfd Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class new file mode 100644 index 0000000..831a013 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..463ee84 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class new file mode 100644 index 0000000..626d9ae Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class new file mode 100644 index 0000000..4b6289a Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..f0cdaa6 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..386ed85 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class new file mode 100644 index 0000000..484546e Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class new file mode 100644 index 0000000..8f0b465 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class new file mode 100644 index 0000000..427dc0d Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..8b06e8a Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..f339ad5 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..c6f0418 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..f9ed542 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class new file mode 100644 index 0000000..40bac5f Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..dc0f91f Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..6217309 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/Action.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/Action.class new file mode 100644 index 0000000..8e04df0 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/Action.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/IRuleBase.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/IRuleBase.class new file mode 100644 index 0000000..f6570ad Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/IRuleBase.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/Tip.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/Tip.class new file mode 100644 index 0000000..6abff55 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/Tip.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/TipManager.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/TipManager.class new file mode 100644 index 0000000..50cd7eb Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/tip/TipManager.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/CardUtil.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/CardUtil.class new file mode 100644 index 0000000..017611f Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/CardUtil.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/ChowCard.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/ChowCard.class new file mode 100644 index 0000000..957c25e Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/ChowCard.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/Paixing.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/Paixing.class new file mode 100644 index 0000000..5196102 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/Paixing.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/WinCard.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/WinCard.class new file mode 100644 index 0000000..19ae6a0 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/WinCard.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/WinCardNew.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/WinCardNew.class new file mode 100644 index 0000000..cc62461 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/WinCardNew.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/WinOpCard.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/WinOpCard.class new file mode 100644 index 0000000..e41661a Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/classes/extend/zp/uitl/WinOpCard.class differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/game_changdepaohuzi_zipai.jar b/zipai/paohuzi/game_zp_changdepaohuzi/target/game_changdepaohuzi_zipai.jar new file mode 100644 index 0000000..c84e35a Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/game_changdepaohuzi_zipai.jar differ diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-archiver/pom.properties b/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-archiver/pom.properties new file mode 100644 index 0000000..6cfb950 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Mon Sep 02 14:14:18 GMT+08:00 2024 +version=1.0.0 +groupId=com.zp.game_zp_changdepaohuzi +artifactId=game_zp_changdepaohuzi diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..cabc526 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,69 @@ +extend\zp\player\rule\RuleDrawChi.class +extend\zp\player\state\EXPlayerPreDrawState$1.class +extend\zp\tip\TipManager.class +extend\zp\player\rule\RuleKan.class +extend\zp\player\rule\RulePong.class +extend\zp\player\rule\RuleDealTi.class +extend\zp\PlayBack.class +extend\zp\player\rule\RuleDrawPong.class +extend\zp\player\rulestate\PRWinState.class +extend\zp\player\rulestate\PRDrawPongState.class +extend\zp\tip\IRuleBase.class +extend\zp\uitl\Paixing.class +extend\zp\player\rulestate\PRChiState.class +extend\zp\player\rulestate\PRDiscardPaoState$1$1.class +extend\zp\OpCard.class +extend\zp\player\state\EXPlayerDiscardState$1.class +extend\zp\tip\Tip.class +extend\zp\player\state\EXPlayerDiscardState$1$1.class +extend\zp\player\state\EXPlayerWaitState.class +extend\zp\EXActionEvent.class +extend\zp\player\rulestate\PRDrawChiState.class +extend\zp\MingTang.class +extend\zp\player\rulestate\PRDrawPaoState$1$1.class +extend\zp\player\state\EXPlayerDisCardTipState.class +extend\zp\room\state\EXRoomDealState$1.class +extend\zp\player\rulestate\PRDiscardPaoState$1.class +extend\zp\RoomCard.class +extend\zp\uitl\WinCard.class +extend\zp\player\rule\RuleChi.class +extend\zp\player\rule\RuleWin.class +extend\zp\player\state\EXPlayerDrawState$1$1.class +extend\zp\uitl\CardUtil.class +extend\zp\uitl\WinCardNew.class +extend\zp\tip\Action.class +extend\zp\player\rule\RuleDealKan.class +extend\zp\player\rule\RuleDrawPao.class +extend\zp\player\state\EXPlayerPreDrawState.class +extend\zp\room\state\EXRoomSetpState.class +extend\zp\player\rule\RuleTi.class +extend\zp\player\state\EXPlayerDiscardState.class +extend\zp\EXMainServer.class +extend\zp\player\rulestate\PRWeiState.class +extend\zp\room\state\EXRoomDealState.class +extend\zp\player\state\EXPlayerTipState.class +extend\zp\EXPlayer.class +extend\zp\Config.class +extend\zp\player\state\EXPlayerPreDrawState$1$1.class +extend\zp\player\rulestate\PRDrawPaoState$1.class +extend\zp\room\state\EXRoomStartGameState.class +extend\zp\player\rulestate\PRTiState.class +extend\zp\room\state\EXRoomDealState$1$1.class +extend\zp\player\rulestate\PRPongState.class +extend\zp\RuleWeight.class +extend\zp\player\rulestate\PRChi.class +extend\zp\player\rule\RuleWei.class +extend\zp\PlayerRuleManager.class +extend\zp\uitl\ChowCard.class +extend\zp\player\rulestate\PRDrawPaoState.class +extend\zp\player\rulestate\PRDiscardPaoState.class +extend\zp\player\state\EXPlayerDrawState$1.class +extend\zp\EXGameController.class +extend\zp\EXRoom.class +extend\zp\player\rulestate\PRTiState$1.class +extend\zp\uitl\WinOpCard.class +extend\zp\player\rule\RuleDiscardPao.class +extend\zp\player\state\EXPlayerDrawTipState.class +extend\zp\EXScore.class +extend\zp\player\rulestate\PRTiState$1$1.class +extend\zp\player\state\EXPlayerDrawState.class diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..23087a4 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,55 @@ +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\state\EXPlayerPreDrawState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rulestate\PRDrawPaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\Config.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\uitl\WinCardNew.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\tip\TipManager.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleWei.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\MingTang.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleKan.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\uitl\Paixing.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleDrawChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\uitl\ChowCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\OpCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleDealTi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\state\EXPlayerDrawState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\PlayBack.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rulestate\PRDiscardPaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rulestate\PRChiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rulestate\PRChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\state\EXPlayerWaitState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rulestate\PRPongState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\tip\Tip.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\RuleWeight.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleDiscardPao.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rulestate\PRDrawChiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\uitl\WinOpCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rulestate\PRTiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleDrawPong.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\tip\Action.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\uitl\WinCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleWin.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleDrawPao.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rulestate\PRWinState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rulestate\PRWeiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleDealKan.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rulestate\PRDrawPongState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\main\java\extend\zp\player\rule\RuleTi.java diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..4fa8012 --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_zp_changdepaohuzi\Main.class diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..0f95e7d --- /dev/null +++ b/zipai/paohuzi/game_zp_changdepaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_changdepaohuzi\src\test\java\game_zp_changdepaohuzi\Main.java diff --git a/zipai/paohuzi/game_zp_changdepaohuzi/target/test-classes/game_zp_changdepaohuzi/Main.class b/zipai/paohuzi/game_zp_changdepaohuzi/target/test-classes/game_zp_changdepaohuzi/Main.class new file mode 100644 index 0000000..e49fa79 Binary files /dev/null and b/zipai/paohuzi/game_zp_changdepaohuzi/target/test-classes/game_zp_changdepaohuzi/Main.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/.classpath b/zipai/paohuzi/game_zp_hspaohuzi/.classpath new file mode 100644 index 0000000..5e8a55f --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/.classpath @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zipai/paohuzi/game_zp_hspaohuzi/.project b/zipai/paohuzi/game_zp_hspaohuzi/.project new file mode 100644 index 0000000..d9c3971 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/.project @@ -0,0 +1,23 @@ + + + game_zp_hspaohuzi + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/zipai/paohuzi/game_zp_hspaohuzi/.settings/org.eclipse.core.resources.prefs b/zipai/paohuzi/game_zp_hspaohuzi/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..e9441bb --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +encoding//src/main/java=UTF-8 +encoding/=UTF-8 diff --git a/zipai/paohuzi/game_zp_hspaohuzi/.settings/org.eclipse.jdt.core.prefs b/zipai/paohuzi/game_zp_hspaohuzi/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..2f5cc74 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/zipai/paohuzi/game_zp_hspaohuzi/config/game-config.xml b/zipai/paohuzi/game_zp_hspaohuzi/config/game-config.xml new file mode 100644 index 0000000..147605e --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 127.0.0.1 + 192.168.1.213 + 10146 + 8803 + 14 + true + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_hspaohuzi/config/log4j.properties b/zipai/paohuzi/game_zp_hspaohuzi/config/log4j.properties new file mode 100644 index 0000000..aaea5f3 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/config/log4j.properties @@ -0,0 +1,19 @@ +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=logs/mpnet.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{yyyy-MM-dd | HH:mm} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_hspaohuzi/config/taurus-core.xml b/zipai/paohuzi/game_zp_hspaohuzi/config/taurus-core.xml new file mode 100644 index 0000000..ecb4a54 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_hspaohuzi/config/taurus-permanent.xml b/zipai/paohuzi/game_zp_hspaohuzi/config/taurus-permanent.xml new file mode 100644 index 0000000..6547939 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 2 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 10 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - group_mgr + extend.zp.EXMainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/zipai/paohuzi/game_zp_hspaohuzi/pom.xml b/zipai/paohuzi/game_zp_hspaohuzi/pom.xml new file mode 100644 index 0000000..1475a69 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/pom.xml @@ -0,0 +1,93 @@ + + 4.0.0 + + com.zp.game_zp_hspaohuzi + game_zp_hspaohuzi + 1.0.0 + jar + game_zp_hspaohuzi + + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + + + + com.game + game_common + 1.0.0 + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-permanent + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + game_zp_hspaohuzi + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/Config.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/Config.java new file mode 100644 index 0000000..4f69b44 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/Config.java @@ -0,0 +1,84 @@ +package extend.zp; + +public class Config { + + public static final int GAME_ID = 14; + + public static final String GAME_MODE = "mode"; + + public static final String GAME_TUN = "tun"; + + public static final String GAME_FENGDING = "fengding"; + + public static final String GAME_TUANYUAN = "tuanyuan"; + + public static final String GAME_HANGHANGXI = "hanghangxi"; + + public static final String GAME_SHUAHOU = "shuahou"; + + public static final String GAME_HUANGFAN = "huangfan"; + + public static final String GAME_JIAXINGXING = "jiaxingxing"; + + public static final String GAME_TINGHU = "tinghu"; + + public static final String GAME_SIQI = "siqi"; + + public static final String GAME_DUIZIFU = "duizifu"; + + public static final String GAME_YUAN = "yuan"; + + public static final String GAME_BEIKAOBEI = "back"; + + public static final String GAME_TIANHU = "tianhu"; + + public static final String GAME_DIHU = "dihu"; + + public static final String GAME_HAIHU = "haihu"; + + public static final String ROOM_CONFIG_QUPAI = "qupai"; + + // 1.��ׯ 2.��ׯ + // public static final String GAME_ZHUANG = "zhuang"; + + public static final String GAME_CHANGE_PAIXING = "613"; + + public static final String GAME_CHANGE_TYPEFACE = "615"; + + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + + public static final String GAME_DIS_CARD = "611"; + + public static final String GAME_EVT_DISCARD = "812"; + + + public static final String GAME_EVT_DISCARD_TIP = "813"; + + + public static final String GAME_EVT_FZTIPS = "814"; + + public static final String GAME_ACTION = "612"; + + public static final String GAME_EVT_ACTION = "815"; + + public static final String GAME_EVT_HU = "816"; + + + public static final String GAME_EVT_RESULT1 = "817"; + + + public static final String GAME_EVT_THROW_CARD = "818"; + + + public static final String GAME_EVT_DRAW = "819"; + + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + /** + * + */ + public static final String GAME_EVT_ADD_CARD = "821"; + + +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXActionEvent.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXActionEvent.java new file mode 100644 index 0000000..ee5df29 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXActionEvent.java @@ -0,0 +1,27 @@ +package extend.zp; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_START_GAME = "start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_DEAL = "deal"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_OTHER_DRAW = "other_draw"; + + public static final String EVENT_OTHER_PAO = "other_pao"; + + // public static final int REDIS_EVENT_PAY = 1; + public static final int REDIS_EVENT_WIN = 2; + public static final int REDIS_EVENT_LOSE = 3; + // public static final int REDIS_EVENT_SCORE= 4; + public static final int REDIS_EVENT_RANK = 5; + +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXGameController.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXGameController.java new file mode 100644 index 0000000..874412a --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXGameController.java @@ -0,0 +1,330 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map.Entry; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import com.taurus.permanent.data.Session; + +import extend.zp.uitl.CardUtil; +import redis.clients.jedis.Jedis; + +/** + * + * */ +public class EXGameController extends GameController { + Logger logger = Logger.getLogger(getClass()); + + public EXGameController() { + super(); + } + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender, ITObject params, int gid, Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender, ITObject params, int gid, Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_CHANGE_PAIXING) + public void RouterChangePaixing(Session sender, ITObject params, int gid, Player owner) { + EXPlayer player = (EXPlayer) owner; + player.getRoom().changePaiXing(player.seat, params); + } + + @ActionKey(Config.GAME_CHANGE_TYPEFACE) + public void RouterChangeTypeFace(Session sender, ITObject params, int gid, Player owner) { + EXPlayer player = (EXPlayer) owner; + int typeface = params.getInt("typeface"); + player.getRoom().typeface = typeface; + } + + public void changeActiveSeat(EXRoom owner, int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("seat", activeSeat); + Player player = owner.playerMapBySeat.get(activeSeat); + param.putLong("outoftime", player.offlineTime); + //param.putInt("firsttime", owner.tuoguan_reduce); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + /** + * 玩家摸牌 + * + * @param player + * @param leftCount + */ + public void getCard(EXPlayer player, int leftCount) { + ITObject param = new TObject(); + param.putInt("card", player.drawCard); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + + player.getRoom().getPlayBack().addGetCardCommand(player.room.activeSeat, player.drawCard, leftCount); + } + + public void outCard(EXPlayer player, int discard) { + + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + + EXRoom room = player.getRoom(); + room.getPlayBack().addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + + CardUtil.removeCard(player.cardInhand, discard, 1); + + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat) { + actionCard(player, active_card, card, type, from_seat, null); + } + + /** + * 玩家对牌操作 + * + * @param player + * @param active_card + * @param card + * @param type + * @param from_seat + * @param opcardArray + */ + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat, ITArray opcardArray) { + + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("active_card", active_card); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + int huxi = player.getShowHuXi(true); + paramBroadCast.putInt("hu_xi", huxi); + if (opcardArray != null) { + paramBroadCast.putTArray("opcard", opcardArray); + } + EXRoom room = player.getRoom(); + room.getPlayBack().addActionCommand(player.seat, type, active_card, card, from_seat, huxi, opcardArray); + + player.sendEvent(Config.GAME_EVT_ACTION, paramBroadCast); + + ITObject otherBroadCast = new TObject(); + Utils.objectCopyDeep(paramBroadCast, otherBroadCast); + otherBroadCast.putInt("hu_xi", player.getShowHuXi(false)); + room.broadCastToClient(player.playerid, Config.GAME_EVT_ACTION, otherBroadCast); + } + + /** + * 发牌 + * + * @param owner + */ + public void dealCard(EXRoom owner) { + + for (Entry entry : owner.playerMapById.entrySet()) { + + EXPlayer player = (EXPlayer) entry.getValue(); + player.cardInhand = owner.card.deal(); + + // if (1 == player.seat) { + // player.cardInhand.clear(); + // // String cardStr = "209, 209, 109, 109, 210, 210, 110, 208, 208, 108, 101, + // 102, 103, 207, 207, 207, 104, 104, 104, 107"; + // String cardStr = "209, 209, 209, 102, 102, 102, 202, 202, 202, 110, 110, 110, + // 207, 207, 207, 104, 107, 107, 201, 201, 206"; + // String[] cards = cardStr.split(", "); + // for(String c : cards) { + // Integer card = Integer.valueOf(c); + // player.cardInhand.add(card); + // } + // } + + Collections.sort(player.cardInhand); + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",player:" + player + ",cardInhand:" + + player.cardInhand); + } + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",cardList:" + owner.card.cardList); + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + if (!owner.tipMgr.tipMap.isEmpty()) { + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + // 如果可以不出 + owner.start_auto = System.currentTimeMillis() / 1000; + + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + } + + public void winEvent(EXPlayer owner, int from_seat) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("from_seat", from_seat); + + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + room.getPlayBack().addWinCardCommand(owner.seat, false); + } + + /** + * + * */ + public ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + mp.putTArray("left_card", Util.toTArray(owner.card.getAllResult())); + mp.putTArray("throw_card", Util.toTArray(owner.throwCardsList)); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray infoList = new TArray(); + /// + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("hu_xi", player.huXi); + param.putInt("tun", player.winScore); + player.hp_info(param); + //// + if (owner.maxPlayers == 2) { + param.putInt("total_tun", player.score.round_score); + } else { + param.putInt("total_tun", player.score.round_score / 2); + } + //// + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + + ITArray mtList = TArray.newInstance(); + for (MingTang mingTang : player.mingtangList) { + ITObject obj = TObject.newInstance(); + obj.putInt("mingtang", mingTang.mingTang); + obj.putInt("type", mingTang.type); + obj.putInt("score", mingTang.score); + + mtList.addTObject(obj); + } + param.putTArray("mingtang", mtList); + + if (player.winer == 1) { + ITArray handCard = Util.toTArray(player.handCardEx); + param.putTArray("hand_card", handCard); + + ITArray cardList = TArray.newInstance(); + for (OpCard opCard : player.handCard) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + cardList.addTObject(obj); + } + param.putTArray("cardList", cardList); + } else { + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + } + + ITArray opCardList = TArray.newInstance(); + for (OpCard opCard : player.opCardList) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + opCardList.addTObject(obj); + } + param.putTArray("opCardList", opCardList); + + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + public void roomTotalResult(EXRoom owner, boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("total_huxi", player.total_huxi); + param.putInt("win_count", player.winCount); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss ? 2 : 1); + if (!dissmiss) { + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXMainServer.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXMainServer.java new file mode 100644 index 0000000..c88c4c0 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXMainServer.java @@ -0,0 +1,96 @@ +package extend.zp; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.zp.player.rulestate.PRChiState; +import extend.zp.player.rulestate.PRDiscardPaoState; +import extend.zp.player.rulestate.PRDrawChiState; +import extend.zp.player.rulestate.PRDrawPaoState; +import extend.zp.player.rulestate.PRDrawPongState; +import extend.zp.player.rulestate.PRPongState; +import extend.zp.player.rulestate.PRTiState; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.player.rulestate.PRWinState; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerPreDrawState; +import extend.zp.player.state.EXPlayerWaitState; +import extend.zp.room.state.EXRoomDealState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.room.state.EXRoomStartGameState; + + +public class EXMainServer extends MainServer { + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + Global.loggerDebug = true; + Global.gameId = Config.GAME_ID; + gameCtr = (EXGameController) Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + //Global.registerState(EXRoomRoundSettleState.class, new EXRoomRoundSettleState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerPreDrawState.class, new EXPlayerPreDrawState()); + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + //Global.registerState(EXPlayerRoundSettleState.class, new EXPlayerRoundSettleState()); + + Global.registerState(PRTiState.class, new PRTiState()); + Global.registerState(PRWeiState.class, new PRWeiState()); + Global.registerState(PRDrawPaoState.class, new PRDrawPaoState()); + Global.registerState(PRDiscardPaoState.class, new PRDiscardPaoState()); + Global.registerState(PRDrawPongState.class, new PRDrawPongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRChiState.class, new PRChiState()); + Global.registerState(PRDrawChiState.class, new PRDrawChiState()); + Global.registerState(PRWinState.class, new PRWinState()); + } + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXPlayer.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXPlayer.java new file mode 100644 index 0000000..9cbe22f --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXPlayer.java @@ -0,0 +1,258 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Stack; + +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.player.rule.RuleChi; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.ChowCard; + +/** + * + * + * + * 2017��8��30�� EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + // ������ + public List outcardList; + // ������ + public List outcardExList; + + public ITArray opCard; + + public int biCard; + + public List tiGroup; + public List paoGroup; + public List kanGroup; + public List pongGroup; + public List weiGroup; + public List chowGroup; + public List opCardList; + + public Stack handCard; + public List handCardEx; + + public HashSet chouChiSet; + public HashSet chouChiExSet; + public HashSet chouPongSet; + + public int drawCard = 0; + public int winCard = 0; + public int winScore = 0; + public int winFan = 0; + public List mingtangList; + + public int kongCount = 0; + public int tiCount = 0; + // ��Ϣ + public int huXi = 0; + + public int total_huxi = 0; + + public boolean isTingHu = true; + + // �Ƿ�����ү + public boolean isLaoYe = false; + + public boolean isMingTang = true; + + public TipManager tipMgr; + + public Tip actionTip; + + public Long start_auto = 0l; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + outcardExList = new ArrayList<>(); + + tiGroup = new ArrayList<>(); + paoGroup = new ArrayList<>(); + kanGroup = new ArrayList<>(); + pongGroup = new ArrayList<>(); + weiGroup = new ArrayList<>(); + chowGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + mingtangList = new ArrayList<>(); + + opCard = new TArray(); + chouChiSet = new HashSet<>(); + chouChiExSet = new HashSet<>(); + chouPongSet = new HashSet<>(); + + handCard = new Stack(); + handCardEx = new ArrayList<>(); + + tipMgr = new TipManager(this); + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo(boolean self) { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("card_count", this.cardInhand.size()); + playerData.putInt("score", this.score.total_score); + playerData.putInt("hu_xi", this.getShowHuXi(self)); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card1", opcard.card1); + opcardParam.putInt("card2", opcard.card2); + opcardParam.putInt("card3", opcard.card3); + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + return playerData; + } + + public int getShowHuXi(boolean self) { + int huXi = 0; + for (OpCard opCard : this.opCardList) { + if (!self) { + if (opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI) { + continue; + } + } else { + if (opCard.type == RuleWeight.TYPE_KAN) { + continue; + } + } + huXi += opCard.huXi; + } + return huXi; + } + + public void resetHuXi() { + this.huXi = 0; + for (OpCard opCard : this.opCardList) { + this.huXi += opCard.huXi; + } + } + + public void clear() { + this.cardInhand.clear(); + this.winer = 0; + this.outcardList.clear(); + this.outcardExList.clear(); + this.drawCard = 0; + this.winScore = 0; + this.winFan = 0; + this.kongCount = 0; + this.tiCount = 0; + this.huXi = 0; + this.isTingHu = true; + this.isLaoYe = false; + this.isMingTang = true; + this.tiGroup.clear(); + this.paoGroup.clear(); + this.kanGroup.clear(); + this.pongGroup.clear(); + this.weiGroup.clear(); + this.chowGroup.clear(); + this.opCardList.clear(); + this.chouChiSet.clear(); + this.chouChiExSet.clear(); + this.chouPongSet.clear(); + this.mingtangList.clear(); + this.score.resetRound(); + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + /** + * �Զ����ƣ��йܣ� + */ + public Integer autoDiscard(){ + Map cardNum=CardUtil.getCardNumMap(this.cardInhand); + for (Entry card : cardNum.entrySet()) { + if (card.getValue()==1||card.getValue()==2) { + return card.getKey(); + } + } + return 0; + } + public boolean chi(int eventCard, IRuleBase rule) { + EXPlayer activePlayer = (EXPlayer) this.room.playerMapBySeat.get(this.room.activeSeat); + if (this.cardInhand.size() <= 2) { + return false; + } + if (eventCard == 0) { + return false; + } + if (this.isEntrust()) { + this.chouChiSet.add(eventCard); + return false; + } + // ���� + if (this.chouChiSet.contains(eventCard)) { + return false; + } + // ���� + if (this.chouChiExSet.contains(eventCard) && this.getRoom().throwCardsSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, this.outcardExList) != 0) { + return false; + } + if (activePlayer.nextSeat != this.seat && activePlayer.seat != this.seat) { + return false; + } + if (this.getRoom().checkPao(eventCard, rule instanceof RuleChi)) { + return false; + } + + ChowCard chow = new ChowCard(this.cardInhand, eventCard); + ITArray list = TArray.newInstance(); + boolean isChi = chow.tryChow(list); + if (isChi) { + int weight = activePlayer.seat != this.seat ? RuleWeight.CHOW1 : RuleWeight.CHOW2; + for (int i = 0; i < list.size(); ++i) { + ITObject obj = list.getTObject(i); + ITArray opCard = obj.getTArray("opcard"); + Tip tip = new Tip(eventCard, opCard, weight, rule, RuleWeight.TYPE_CHOW); + tip.bi_list = obj.getTArray("bi_list"); + this.tipMgr.addTip(tip); + } + } else { + this.chouChiExSet.add(eventCard); + } + return isChi; + } + +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXRoom.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXRoom.java new file mode 100644 index 0000000..9068e7c --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXRoom.java @@ -0,0 +1,1225 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Stack; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; + +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.tip.Action; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; +import extend.zp.uitl.WinCard; + +public class EXRoom extends Room { + Logger logger = Logger.getLogger(EXRoom.class); + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + public int activeCard; + public int drawCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winSeat; + public int winCount = 0; + public boolean liuju = false; + public int liujuNum = 0; + public boolean isAllPass = false; + public boolean isTianHu = true; + public boolean isDiHu = true; + + public boolean hh = false; + public boolean dh = false; + public boolean hw = false; + public boolean wh = false; + public boolean hd = false; + public boolean wd = false; + public boolean jhd = false; + + public boolean dhdf =false; + + public int step; + + public HashSet throwCardsSet; + public ArrayList throwCardsList; + + public int typeface = 1; + + public ITObject paiXing; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.paiXing = TObject.newInstance(); + this.throwCardsSet = new HashSet<>(); + this.throwCardsList = new ArrayList(); + this.isEntrust = true; + + hh = config.containsKey("hh") ? (config.getInt("hh") == 0 ? true : false) : true; + dh = config.containsKey("dh") ? (config.getInt("dh") == 0 ? true : false) : true; + hw = config.containsKey("hw") ? (config.getInt("hw") == 0 ? true : false) : true; + wh = config.containsKey("wh") ? (config.getInt("wh") == 0 ? true : false) : true; + hd = config.containsKey("hd") ? (config.getInt("hd") == 0 ? true : false) : true; + wd = config.containsKey("wd") ? (config.getInt("wd") == 0 ? true : false) : true; + jhd = config.containsKey("jhd") ? (config.getInt("jhd") == 0 ? true : false) : true; + + dhdf = config.containsKey("dhdf") ? (config.getInt("dhdf") == 0 ? false : true) : false; + } + + public void changePaiXing(int seat, ITObject params) { + ITArray paixing = params.getTArray("card_list"); + if (paixing == null) { + paixing = TArray.newInstance(); + } + paiXing.putTArray(seat + "", paixing); + + ITObject cmdData = TObject.newInstance(); + cmdData.putTArray("card_list", paixing); + this.getPlayBack().addCommand("ChangePaiXing", seat, cmdData); + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + checkAction(); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + this.isAllPass = true; + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + activePlayer.stateMachine.toNextState(); + } else { + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.player.seat == tip.owner.seat) { + continue; + } + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (curaction.player.seat == player.seat) { + continue; + } + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState || player.stateMachine.curState instanceof EXPlayerDrawTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = getReloadInfoEx(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + data.putInt("typeface", typeface); + data.putInt("discard", this.isDiHu ? 0 : 1); + + ITArray paiXing = this.paiXing.getTArray(player.seat + ""); + if (paiXing == null) { + paiXing = TArray.newInstance(); + } + data.putTArray("card_list", paiXing); + + EXPlayer activePlayer = (EXPlayer) playerMapBySeat.get(activeSeat); + if (activePlayer != null) { + if (activePlayer.drawCard != 0) { + data.putInt("acitve_card", activePlayer.drawCard); + } else { + data.putInt("acitve_card", activeCard); + } + } else { + data.putInt("acitve_card", 0); + } + return data; + } + + public ITObject getReloadInfoEx(Player player) { + ITObject data = new TObject(); + data.putInt("active_seat", this.activeSeat); + data.putInt("banker_seat", this.bankerSeat); + data.putBoolean("playing", this.isplaying); + ITArray info_list = TArray.newInstance(); + boolean self = false; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer) entry.getValue(); + if (tempPlayer.seat == player.seat) { + self = true; + } + info_list.addTObject(tempPlayer.getReloadInfo(self)); + } + data.putTArray("info_list", info_list); + return data; + } + + public void addScore(EXPlayer player, int score, int type) { + player.score.round_log.put(type, player.score.round_log.get(type) + score); + + player.score.round_score += score; + player.score.total_score += score; + } + + public void addScore(EXPlayer destPlayer) { + int score = caclScore(destPlayer); + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + if (this.maxPlayers == 2) { + this.addScore(destPlayer, score, EXScore.WIN); + } else { + this.addScore(destPlayer, score * 2, EXScore.WIN); + } + } else { + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + this.addScore(fromPlayer, -score, EXScore.WIN); + } + } + } + + public int caclScore(EXPlayer player) { + int redCard = 0; + int bigCard = 0; + int smallCard = 0; + int huXi = 0; + int huXiNum = 0; + boolean isDuzi = true; + int huangFan = 0; + if (!player.handCardEx.isEmpty()) { + isDuzi = false; + for (int card : player.handCardEx) { + if (CardUtil.isRedCard(card)) { + redCard++; + } + if (CardUtil.cardType(card) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.handCard) { + if (opCard.huXi != 0) { + huXi += opCard.huXi; + huXiNum++; + } + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (opCard.type == 2) { + if (opCard.card1 != opCard.card2 || opCard.card1 != opCard.card3) { + isDuzi = false; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.opCardList) { + if (opCard.huXi != 0) { + huXi += opCard.huXi; + huXiNum++; + } + if (opCard.type == RuleWeight.TYPE_CHOW) { + isDuzi = false; + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } else { + if (CardUtil.isRedCard(opCard.card1)) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + redCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + redCard += 4; + } + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + bigCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + bigCard += 4; + } + } else { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + smallCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + smallCard += 4; + } + } + } + } + player.mingtangList.clear(); + player.winFan = 0; + player.huXi = huXi; + player.total_huxi += huXi; + player.winScore = (huXi - 15) / 3 + 1; + int score = player.winScore + this.config.getInt(Config.GAME_TUN); + if (!player.isMingTang) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + if (player.seat == this.bankerSeat) { + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 6)); + } else { + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 6)); + } + player.winFan += 6; + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + // ��� + if (redCard >= 10) { + int fan = 0; + fan = 3 + redCard - 10; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + + + if (redCard == 0) { + int fan = 8; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + + } + + if (redCard == 1) { + int fan = 6; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + + if (this.config.getInt(Config.GAME_SIQI) == 1) { + if (redCard == 4 || redCard == 7) { + player.winFan += 2; + player.mingtangList.add(new MingTang(RuleWeight.SI_QI_HONG, 1, 2)); + } + } + } +// else if(player.room.config.getInt(Config.GAME_MODE) == 2) { +// // 红胡 +// if (redCard >= 10) { +// int fan = 0; +// fan = 3 + redCard - 10; +// player.winFan += fan; +// player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); +// } +// +// +// if (redCard == 0) { +// int fan = 8; +// player.winFan += fan; +// player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); +// +// } +// +// if (redCard == 1) { +// int fan = 6; +// player.winFan += fan; +// player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); +// } +// +// } + else if (player.room.config.getInt(Config.GAME_MODE) == 3) { + if (player.seat == this.bankerSeat) { + if (this.config.getInt(Config.GAME_TIANHU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 4)); + } + } else { + if (this.config.getInt(Config.GAME_DIHU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 4)); + } + } + + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + } + + if (player.winFan > 0) { + score *= player.winFan; + } + if (huangFan > 0) { + score *= (huangFan + 1); + } + if (this.config.getInt(Config.GAME_FENGDING) == 1) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + score = Math.min(score, 100); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 20); + } else { + score = Math.min(score, 60); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 2) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + score = Math.min(score, 200); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 40); + } else { + score = Math.min(score, 80); + } + } + return score; + } + /// + if (redCard >= 10) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 1) { + fan = 3 + redCard - 10; + } else if (this.config.getInt(Config.GAME_MODE) == 2 ) { + if(hh == true) { + if (redCard < 13) { + + fan = 2; + } + + if(dhdf) { + player.winFan += redCard - 10; + player.mingtangList.add(new MingTang(RuleWeight.DHDF, 1, redCard - 10)); + } + } + } else { + fan = 2 + redCard - 10; + } + if(fan > 0) { + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + } + if (this.config.getInt(Config.GAME_MODE) == 2) { + // ���� + if (redCard >= 13 && hw == true) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.HONG_WU, 1, 4)); + } + } + // �ں� + if (redCard == 0) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 1) { + fan = 8; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if(wh == true) { + fan = 4; + } + } else { + fan = 5; + } + if(fan > 0) { + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + + } + // ��� + if (redCard == 1) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 1) { + fan = 6; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if(dh == true) { + fan = 3; + } + } else { + fan = 3; + } + if(fan > 0) { + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + + } + logger.info("isDuzi==>"+isDuzi); + //对子胡 + if (isDuzi) { + if (this.config.getInt(Config.GAME_MODE) == 1) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 8)); + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + + if (this.config.getInt(Config.GAME_DUIZIFU) == 0) { + + boolean bExist = false; + + if(hd ) { + + for(MingTang mt : player.mingtangList) { + if(mt.mingTang == RuleWeight.HONG_HU) { + bExist = true; + player.mingtangList.remove(mt); + break; + } + } + + if(bExist) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.HONG_DUI, 1, 6)); + } + } + + if(wd && bExist == false) { + + for(MingTang mt : player.mingtangList) { + if(mt.mingTang == RuleWeight.WU_HU) { + bExist = true; + player.mingtangList.remove(mt); + break; + } + } + + if(bExist) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.WU_DUI, 1, 8)); + } + } + + if(jhd && bExist == false) { + //// + for(MingTang mt : player.mingtangList) { + if(mt.mingTang == RuleWeight.HONG_WU) { + bExist = true; + player.mingtangList.remove(mt); + break; + } + } + //// + if(bExist) { + logger.info("jiahong-======>"+RuleWeight.JIAHONG_DUI); + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.JIAHONG_DUI, 1, 8)); + } + } + /// + if(bExist == false) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 4)); + } + } + } else { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 4)); + } + } + // + if (this.config.getInt(Config.GAME_MODE) == 1 || this.config.getInt(Config.GAME_MODE) == 3) { + + if (this.winSeat == player.seat) { + player.winScore += 1; + player.mingtangList.add(new MingTang(RuleWeight.ZI_MO, 2, 1)); + } + } + + // + if (this.config.getInt(Config.GAME_MODE) == 1) { + if (this.isTianHu) { + // ��� + if (player.seat == this.bankerSeat) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 6)); + } + // �غ� + else { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 6)); + } + } + // ���� + if (this.card.getCount() == 0) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.HAI_HU, 1, 6)); + } + // ���� + if (this.config.getInt(Config.GAME_TINGHU) == 1) { + if (player.isTingHu) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 6)); + } + } + // ��� + if (bigCard >= 18) { + int fan = 8 + bigCard - 18; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_HU, 1, fan)); + } + // С�� + if (smallCard >= 16) { + int fan = 10 + smallCard - 16; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.XIAO_HU, 1, fan)); + } + // ����Բ + if (this.config.getInt(Config.GAME_TUANYUAN) == 1) { + int duan = 0; + for (int i = 1; i <= 10; i++) { + int num = 0; + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_PAO && opCard.type != RuleWeight.TYPE_TI) { + continue; + } + if (opCard.card1 % 100 == i) { + num++; + } + } + if (num == 2) { + duan++; + } + } + if (duan > 0) { + int fan = duan * 8; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_TUAN_YUAN, 1, fan)); + } + } + // ����Ϣ + if (this.config.getInt(Config.GAME_HANGHANGXI) == 1) { + if (huXiNum == 7) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.XING_XING_XI, 1, 8)); + } + } + // ������Ϣ + if (this.config.getInt(Config.GAME_JIAXINGXING) == 1) { + if ((player.tiCount + player.kongCount) > 0) { + if (huXiNum == 6) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.JIA_XING_XING, 1, 4)); + } + } + } + // ���ߺ� + if (this.config.getInt(Config.GAME_SIQI) == 1) { + if (redCard == 4 || redCard == 7) { + player.winFan += 2; + player.mingtangList.add(new MingTang(RuleWeight.SI_QI_HONG, 1, 2)); + } + } + // ˣ�� + if (this.config.getInt(Config.GAME_SHUAHOU) == 1) { + if (player.kanGroup.isEmpty() && player.cardInhand.size() == 1) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.SHUA_HOU, 1, 8)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + // Բ + if (this.config.getInt(Config.GAME_YUAN) == 1) { + List cardList = new ArrayList<>(); + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_PAO && opCard.type != RuleWeight.TYPE_TI) { + continue; + } + cardList.add(opCard.card1); + } + if (!cardList.isEmpty()) { + Collections.sort(cardList); + int yuan = 0; + int num = cardList.get(0); + for (int i = 1; i < cardList.size(); i++) { + if (num + 1 == cardList.get(i)) { + yuan++; + } + num = cardList.get(i); + } + if (yuan > 0) { + int fan = yuan * 6; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.YUAN, 1, fan)); + } + } + } + // ������ + if (this.config.getInt(Config.GAME_BEIKAOBEI) == 1) { + boolean kezi1 = false; + boolean kezi2 = false; + boolean isBeiKaoBei = true; + for (OpCard opCard : player.handCard) { + if (opCard.type == 1) { + if (opCard.card1 != player.winCard && opCard.card1 % 100 == player.winCard % 100) { + kezi1 = true; + continue; + } + break; + } else { + if (opCard.card1 != opCard.card2 || opCard.card1 != opCard.card3) { + if (opCard.card1 == player.winCard || opCard.card2 == player.winCard || opCard.card3 == player.winCard) { + isBeiKaoBei = false; + break; + } + continue; + } + if (opCard.card1 == player.winCard) { + kezi2 = true; + } + } + } + if (isBeiKaoBei) { + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_WEI && opCard.type != RuleWeight.TYPE_CHOUWEI && opCard.type != RuleWeight.TYPE_KAN) { + continue; + } + if (opCard.card1 == player.winCard) { + kezi2 = true; + } + } + } + if (kezi1 && kezi2) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.BEI_KAO_BEI, 1, 8)); + } + } + } + // ���෬ + if (this.config.getInt(Config.GAME_MODE) == 3) { + if (this.isTianHu) { + // ��� + if (player.seat == this.bankerSeat) { + if (this.config.getInt(Config.GAME_TIANHU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 4)); + } + } + // �غ� + else { + if (this.config.getInt(Config.GAME_DIHU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 4)); + } + } + } + // ���� + if (this.config.getInt(Config.GAME_HAIHU) == 1) { + if (this.card.getCount() == 0) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.HAI_HU, 1, 4)); + } + } + if (this.config.getInt(Config.GAME_TINGHU) == 1) { + // ���� + if (player.isTingHu) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 4)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + } + score = player.winScore + this.config.getInt(Config.GAME_TUN); + if (player.winFan > 0) { + score *= player.winFan; + } + if (huangFan > 0) { + score *= (huangFan + 1); + } + if (this.config.getInt(Config.GAME_FENGDING) == 1) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + score = Math.min(score, 100); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 20); + } else { + score = Math.min(score, 60); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 2) { + if (player.room.config.getInt(Config.GAME_MODE) == 1) { + score = Math.min(score, 200); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 40); + } else { + score = Math.min(score, 80); + } + } + return score; + } + + public boolean checkPao(int eventCard, boolean isDis) { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (isDis) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } else { + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + return true; + } + } + if (player.seat != this.activeSeat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } + } + } + return false; + } + + // public void settleRound() { + // saveMilitaryRound(playBackData.getData(this)); + // if (this.liuju == true) { + // this.bankerSeat = this.playerMapBySeat.get(this.bankerSeat).nextSeat; + // } + // boolean total = this.round >= this.maxRound; + // int result = this.nonNegative(false); + // if (!total) { + // EXMainServer.gameCtr.roomResult(this); + // if (result == 4) { + // total = true; + // this.saveMilitaryTotal(false); + // } + // } else { + // this.saveMilitaryTotal(false); + // } + // this.stateMachine.changeState(Global.getState(EXRoomRoundSettleState.class)); + // this.winCount = 0; + // + // if (total) { + // this.stateMachine.changeState(Global.getState(RoomEndGameState.class)); + // return; + // } + // } + + public void win(EXPlayer player, EXPlayer activePlayer) { + if (player.getRoom().drawCard != 0) { + player.winCard = player.getRoom().drawCard; + } + player.winer = 1; + int scoreSrc = caclScore(player); + if (player.handCard.isEmpty()) { + scoreSrc = 0; + } + player.resetHuXi(); + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + + Stack handCard = new Stack(); + List handCardEx = new ArrayList<>(); + handCard.addAll(player.handCard); + handCardEx.addAll(player.handCardEx); + + for (int i = 0; i < player.pongGroup.size(); i++) { + if (activePlayer.drawCard == player.pongGroup.get(i)[0]) { + player.kongCount++; + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_PONG, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.pongGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PONG, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] pongGroup = new int[3]; + pongGroup[0] = activePlayer.drawCard; + pongGroup[1] = activePlayer.drawCard; + pongGroup[2] = activePlayer.drawCard; + + player.pongGroup.add(pongGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (activePlayer.drawCard == player.kanGroup.get(i)[0]) { + player.kongCount++; + + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_KAN, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.kanGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] kanGroup = new int[3]; + kanGroup[0] = activePlayer.drawCard; + kanGroup[1] = activePlayer.drawCard; + kanGroup[2] = activePlayer.drawCard; + + player.kanGroup.add(kanGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (activePlayer.drawCard == player.weiGroup.get(i)[0]) { + player.kongCount++; + + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_WEI, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.weiGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] weiGroup = new int[3]; + weiGroup[0] = activePlayer.drawCard; + weiGroup[1] = activePlayer.drawCard; + weiGroup[2] = activePlayer.drawCard; + + player.weiGroup.add(weiGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_WEI, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_WEI, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + } + this.addScore(player); + // this.liuju = false; + this.liujuNum = 0; + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(player.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + } + EXMainServer.gameCtr.winEvent(player, player.seat); + // if (owner.room.config.getInt(Config.GAME_ZHUANG) == 1) { + // if (room.bankerSeat != owner.seat) { + // room.bankerSeat = owner.lastSeat; + // } + // } else { + // room.bankerSeat = owner.seat; + // } + this.bankerSeat = player.seat; + player.winCount++; + this.endGame(); + } + + @Override + public void endGame() { + this.getPlayBack().addResultData(EXMainServer.gameCtr.getRoomResultData(this)); + super.endGame(); + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + public PlayBack getPlayBack() { + return (PlayBack) playBackData; + } + + @Override + public void clear() { + super.clear(); + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.isplaying = this.isAllPass = false; + this.isTianHu = this.isDiHu = true; + this.paiXing = TObject.newInstance(); + this.throwCardsSet.clear(); + this.throwCardsList.clear(); + } + // public void destroy() { + // super.destroy(); + // } + +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXScore.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXScore.java new file mode 100644 index 0000000..fb3834e --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/EXScore.java @@ -0,0 +1,15 @@ +package extend.zp; + +import com.game.data.Score; + +public class EXScore extends Score { + public static final int WIN = 1; + + public EXScore(EXPlayer owner) { + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/MingTang.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/MingTang.java new file mode 100644 index 0000000..82b8723 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/MingTang.java @@ -0,0 +1,13 @@ +package extend.zp; + +public class MingTang { + public int mingTang; + public int type; + public int score; + + public MingTang(int mingTang, int type, int score) { + this.mingTang = mingTang; + this.type = type; + this.score = score; + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/OpCard.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/OpCard.java new file mode 100644 index 0000000..b894d9d --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/OpCard.java @@ -0,0 +1,24 @@ +package extend.zp; + +import java.io.Serializable; + +public class OpCard implements Serializable{ + private static final long serialVersionUID = 1L; + public int type; + public int card1; + public int card2; + public int card3; + public int huXi; + + public OpCard(int type, int card1, int card2, int card3, int huXi) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + } + + public OpCard() { + + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/PlayBack.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/PlayBack.java new file mode 100644 index 0000000..74f6ad7 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/PlayBack.java @@ -0,0 +1,107 @@ +package extend.zp; + +import java.util.Map.Entry; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class PlayBack extends BasePlayBack { + + public PlayBack(EXRoom room) { + super(room); + info.putInt("left_card", room.card.getCount()); + ITArray infoList = new TArray(); + for (Entry entry : room.playerMapById.entrySet()) { + ITObject obj = TObject.newInstance(); + EXPlayer player = (EXPlayer) entry.getValue(); + obj.putInt("aid", player.playerid); + obj.putUtfString("nick", player.nick); + obj.putInt("sex", player.sex); + obj.putUtfString("portrait", player.portrait); + obj.putInt("seat", player.seat); + ITArray cardInhand = Util.toTArray(player.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + infoList.addTObject(obj); + } + info.putTArray("playerData", infoList); + } + + public void addGetCardCommand(int seat, int card, int left_count) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard", seat, data); + } + + public void addAddCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("AddCard", seat, data); + } + + public void addThrowCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("ThrowCard", seat, data); + } + + public void addOutCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard", seat, data); + } + + public void addResultData(ITObject resultData){ + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + mp.putTObject("data", resultData); + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", "result"); + cmdObj.putTObject("result", mp); + cmdList.addTObject(cmdObj); + } + + public void addActionCommand(int seat, int type, int active_card, int card, int from_seat, int huxi, ITArray opcardArray) { + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("active_card", active_card); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + cmdData.putInt("hu_xi", huxi); + if (opcardArray != null) { + ITArray opcard = TArray.newInstance(); + for (int i = 0; i < opcardArray.size(); i++) { + opcard.addInt(opcardArray.getInt(i)); + } + cmdData.putTArray("opcard", opcard); + } + addCommand("Action", seat, cmdData); + } + + public void addWinCardCommand(int seat, boolean zimo) { + ITObject cmdData = TObject.newInstance(); + addCommand("Win", seat, cmdData); + } + + public void addCommand(String cmd, int seat, ITObject data) { + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", cmd); + cmdObj.putInt("seat", seat); + cmdObj.putTObject("data", data); + cmdList.addTObject(cmdObj); + } + + public ITObject getData(EXRoom owner) { + ITObject data = TObject.newInstance(); + data.putTObject("info", info); + data.putTArray("cmdList", cmdList); + data.putTObject("result", EXMainServer.gameCtr.getRoomResultData(owner)); + return data; + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/PlayerRuleManager.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/PlayerRuleManager.java new file mode 100644 index 0000000..86ffaef --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/PlayerRuleManager.java @@ -0,0 +1,121 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.zp.player.rule.RuleChi; +import extend.zp.player.rule.RuleDealKan; +import extend.zp.player.rule.RuleDealTi; +import extend.zp.player.rule.RuleDiscardPao; +import extend.zp.player.rule.RuleDrawChi; +import extend.zp.player.rule.RuleDrawPao; +import extend.zp.player.rule.RuleDrawPong; +import extend.zp.player.rule.RuleKan; +import extend.zp.player.rule.RulePong; +import extend.zp.player.rule.RuleTi; +import extend.zp.player.rule.RuleWei; +import extend.zp.player.rule.RuleWin; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerTipState; +import extend.zp.tip.IRuleBase; + + +public class PlayerRuleManager { + public static final int DEAL_RULE = 1; + public static final int KAN_RULE = 2; + public static final int TI_RULE = 3; + public static final int DRAW_RULE = 4; + public static final int OTHER_DRAW_RULE = 5; + public static final int DRAW_PAO_RULE = 6; + public static final int DISCARD_RULE = 7; + public static final int HU_RULE = 9; + public static final int OTHER_HU_RULE = 11; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + + tipMap.put(PlayerRuleManager.OTHER_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + + List dealList = new ArrayList(); + dealList.add(new RuleDealTi()); + dealList.add(new RuleDealKan()); + ruleMap.put(PlayerRuleManager.DEAL_RULE, dealList); + + List dealKanList = new ArrayList(); + dealKanList.add(new RuleKan()); + ruleMap.put(PlayerRuleManager.KAN_RULE, dealKanList); + + List paoList = new ArrayList(); + paoList.add(new RuleTi()); + paoList.add(new RuleWei()); + ruleMap.put(PlayerRuleManager.TI_RULE, paoList); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleWin()); + drawRuleList.add(new RuleDrawChi()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List otherDrawRuleList = new ArrayList(); + otherDrawRuleList.add(new RuleWin()); + otherDrawRuleList.add(new RuleDrawPong()); + otherDrawRuleList.add(new RuleDrawChi()); + ruleMap.put(PlayerRuleManager.OTHER_DRAW_RULE, otherDrawRuleList); + + List drawPaoList = new ArrayList(); + drawPaoList.add(new RuleDrawPao()); + ruleMap.put(PlayerRuleManager.DRAW_PAO_RULE, drawPaoList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleDiscardPao()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleChi()); + ruleMap.put(PlayerRuleManager.DISCARD_RULE, otherDiscardList); + + List huList = new ArrayList(); + huList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.HU_RULE, huList); + + List otherHuList = new ArrayList(); + otherHuList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.OTHER_HU_RULE, otherHuList); + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean conditionEx(int type, EXPlayer player) { + return condition(type, player, false); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + player.tipMgr.clean(); + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/RoomCard.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/RoomCard.java new file mode 100644 index 0000000..f070997 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/RoomCard.java @@ -0,0 +1,104 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; + +public class RoomCard { + public ArrayList cardList; + EXRoom room; + public ArrayList subCardList; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + this.room = table; + this.subCardList = new ArrayList<>(); + } + + public List getAllResult(){ + List all = new ArrayList<>(); + if(subCardList.size() > 0) + all.addAll(subCardList); + all.addAll(cardList); + return all; + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + } + + private void initCard() { + for (int index = 1; index <= 10; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + } + } + } + + private void shuffle() { + Collections.shuffle(this.cardList); + } + + public int pop() { + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + int card = this.subCardList.remove(0); + return card; + }else { + return 0; + } + }else { + int card = this.cardList.remove(0); + return card; + } + } + + public int popsub() { + if (this.subCardList.size() == 0) { + int card = this.cardList.remove(0); + return card; + }else { + int card = this.subCardList.remove(0); + return card; + } + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + /** + * 发牌 + * */ + public ArrayList deal() { + ArrayList dealCards = new ArrayList(); + for (int index = 0; index < 20; index++) { + dealCards.add(this.pop()); + } + return dealCards; + } + + public void reInitCards(List cards) { +// Global.logger.info("sub before===>"+subCardList.size()); +// this.subCardList.addAll(cards); + //从底牌移除 +// Global.logger.info("before===>"+cardList.size()); + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { +// Global.logger.info("bidui===>"+cardList.get(i)+":"+Integer.valueOf(card)); + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } +// Global.logger.info("sub after===>"+subCardList.size()); +// Global.logger.info("after===>"+cardList.size()); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/RuleWeight.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/RuleWeight.java new file mode 100644 index 0000000..46d82be --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/RuleWeight.java @@ -0,0 +1,49 @@ +package extend.zp; + +public class RuleWeight { + public final static int CHOW1 = 1; + public final static int CHOW2 = 2; + public final static int PONG = 3; + public final static int WIN1 = 4; + public final static int WIN2 = 5; + public final static int WIN3 = 6; + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KAN = 3; + public final static int TYPE_WEI = 4; + public final static int TYPE_CHOUWEI = 5; + public final static int TYPE_PAO = 6; + public final static int TYPE_TI = 7; + public final static int TYPE_WIN = 8; + public final static int TYPE_BI = 9; + public final static int TYPE_JIANG = 10; + + public final static int SMALL_CARD = 1; + public final static int BIG_CARD = 2; + + public final static int HONG_HU = 1; + public final static int WU_HU = 2; + public final static int DIAN_HU = 3; + public final static int DUIZI_HU = 4; + public final static int TIAN_HU = 5; + public final static int DI_HU = 6; + public final static int HAI_HU = 7; + public final static int TING_HU = 8; + public final static int DA_HU = 9; + public final static int XIAO_HU = 10; + public final static int DA_TUAN_YUAN = 11; + public final static int XING_XING_XI = 12; + public final static int SI_QI_HONG = 13; + public final static int SHUA_HOU = 14; + public final static int HUANG_FAN = 15; + public final static int ZI_MO = 16; + public final static int JIA_XING_XING = 17; + public final static int HONG_WU = 18; + public final static int YUAN = 19; + public final static int BEI_KAO_BEI = 20; + public final static int HONG_DUI =21; + public final static int WU_DUI = 22; + public final static int JIAHONG_DUI = 23; + public final static int DHDF = 24; +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleChi.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleChi.java new file mode 100644 index 0000000..c2f74ac --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleChi.java @@ -0,0 +1,29 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRChiState; +import extend.zp.tip.IRuleBase; + + +public class RuleChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + return player.chi(player.getRoom().activeCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + int activeCard=room.activeCard; + PRChi.prChi(activeCard, player); + room.activeCard = 0; + room.lastDiscardSeat = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + player.stateMachine.changeState(Global.getState(PRChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java new file mode 100644 index 0000000..655d7b4 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java @@ -0,0 +1,79 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleDealKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + + if(num == 2 && card == player.drawCard) { + + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card))); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + + ITObject param = new TObject(); + param.putInt("card", card); + param.putInt("seat", player.room.activeSeat); + player.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + player.getRoom().getPlayBack().addAddCardCommand(player.room.activeSeat, card); + } + if (num == 3) { + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card))); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java new file mode 100644 index 0000000..8b64bd0 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java @@ -0,0 +1,82 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleDealTi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + + int card = entry.getKey(); + int num = entry.getValue(); + + // 如果抓的牌 手中刚好有三张 + if (card == player.drawCard && num == 3) { + + player.winCard = player.drawCard; + player.drawCard = 0; + player.tiCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + player.tiGroup.add(tiGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_TI, player.seat, opcard); + } + + + if (num == 4) { + player.tiCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + player.tiGroup.add(tiGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_TI, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java new file mode 100644 index 0000000..c3a82db --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java @@ -0,0 +1,54 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDiscardPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleDiscardPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.getRoom().activeCard; + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDiscardPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java new file mode 100644 index 0000000..f33f88f --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java @@ -0,0 +1,32 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRDrawChiState; +import extend.zp.tip.IRuleBase; + + +public class RuleDrawChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + return player.chi(eventCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(player.room.activeSeat); + int activeCard = activePlayer.drawCard; + PRChi.prChi(activeCard, player); + activePlayer.drawCard = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + + player.stateMachine.changeState(Global.getState(PRDrawChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java new file mode 100644 index 0000000..5b33794 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java @@ -0,0 +1,74 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDrawPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleDrawPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.pongGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PONG, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java new file mode 100644 index 0000000..b2fa1cc --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java @@ -0,0 +1,55 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDrawPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + + +public class RuleDrawPong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.cardInhand.size() <= 2) { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (player.seat == activePlayer.seat) { + return false; + } + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleKan.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleKan.java new file mode 100644 index 0000000..df87829 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleKan.java @@ -0,0 +1,50 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 2) { + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card))); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RulePong.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RulePong.java new file mode 100644 index 0000000..0ad7640 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RulePong.java @@ -0,0 +1,53 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + + +public class RulePong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.cardInhand.size() <= 2) { + return false; + } + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleTi.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleTi.java new file mode 100644 index 0000000..96cb028 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleTi.java @@ -0,0 +1,56 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRTiState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleTi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.drawCard; + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + break; + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRTiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleWei.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleWei.java new file mode 100644 index 0000000..9084b70 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleWei.java @@ -0,0 +1,34 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleWei implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.drawCard; + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + player.winCard = player.drawCard; + player.drawCard = 0; + CardUtil.removeCard(player.cardInhand, eventCard, 2); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRWeiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleWin.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleWin.java new file mode 100644 index 0000000..5fffee6 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rule/RuleWin.java @@ -0,0 +1,48 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRWinState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.Paixing; + + +public class RuleWin implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isLaoYe) { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (activePlayer == null) { + return false; + } + if (Paixing.checkWin(player, activePlayer.drawCard)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activePlayer.drawCard); + int weight = RuleWeight.WIN3; + if (activePlayer.seat != player.seat) { + if (player.seat == activePlayer.nextSeat) { + weight = RuleWeight.WIN2; + } else { + weight = RuleWeight.WIN1; + } + } + Tip tip = new Tip(activePlayer.drawCard, opcard, weight, this, RuleWeight.TYPE_WIN); + player.tipMgr.addTip(tip); + player.getRoom().winSeat = activePlayer.seat; + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRWinState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java new file mode 100644 index 0000000..6c91519 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java @@ -0,0 +1,66 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +public class PRChi { + + public static void prChi(int card, EXPlayer owner) { + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + Tip actionTip = owner.actionTip; + ITArray opcard = actionTip.opcard; + int chowcard1 = opcard.getInt(0); + int chowcard2 = opcard.getInt(1); + __chow(owner, chowcard1, chowcard2, card, activePlayer, false); + if (actionTip.bi_list != null && actionTip.biid != null) { + ITObject obj = actionTip.bi_list.getTObject(actionTip.biid.getInt(0)); + ITArray biopcard = obj.getTArray("opcard"); + __chow(owner, biopcard.getInt(0), biopcard.getInt(1), card, owner, true); + if (obj.containsKey("bi_list")) { + ITArray bi_list1 = obj.getTArray("bi_list"); + ITObject obj1 = bi_list1.getTObject(actionTip.biid.getInt(1)); + ITArray biopcard1 = obj1.getTArray("opcard"); + __chow(owner, biopcard1.getInt(0), biopcard1.getInt(1), card, owner, true); + } + } + + } + + private static final void __chow(EXPlayer player, int chowcard1, int chowcard2, int card, EXPlayer activePlayer, boolean bi) { + int[] chiGroup = new int[3]; + chiGroup[0] = chowcard1; + chiGroup[1] = card; + chiGroup[2] = chowcard2; + CardUtil.removeCard(player.cardInhand, chowcard1, 1); + if (bi) { + CardUtil.removeCard(player.cardInhand, card, 1); + } + CardUtil.removeCard(player.cardInhand, chowcard2, 1); + + player.chowGroup.add(chiGroup); + int huXi = 0; + if (chiGroup[0] % 100 != chiGroup[1] % 100) { + if (chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 6 || chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 19) { + huXi += Paixing.caclHuxi(RuleWeight.TYPE_CHOW, chiGroup[0]); + } + } + player.opCardList.add(new OpCard(RuleWeight.TYPE_CHOW, chiGroup[0], chiGroup[1], chiGroup[2], huXi)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(chiGroup[0]); + opcard.addInt(chiGroup[2]); + EXMainServer.gameCtr.actionCard(player, card, card, bi ? RuleWeight.TYPE_BI : RuleWeight.TYPE_CHOW, activePlayer.seat, opcard); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java new file mode 100644 index 0000000..ed30148 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java @@ -0,0 +1,42 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; + + +public class PRChiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java new file mode 100644 index 0000000..96900b8 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java @@ -0,0 +1,98 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRDiscardPaoState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + int fromseat = activePlayer.seat; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java new file mode 100644 index 0000000..7441809 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java @@ -0,0 +1,41 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; + +public class PRDrawChiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java new file mode 100644 index 0000000..2710a3e --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java @@ -0,0 +1,106 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRDrawPaoState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + if (owner.seat != activePlayer.seat) { + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + } + + int fromseat = activePlayer.seat; + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java new file mode 100644 index 0000000..8478789 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java @@ -0,0 +1,81 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRDrawPongState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = activePlayer.drawCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + activePlayer.drawCard = 0; + CardUtil.removeCard(owner.cardInhand, card, 2); + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java new file mode 100644 index 0000000..3274942 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java @@ -0,0 +1,82 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRPongState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + CardUtil.removeCard(owner.cardInhand, card, 2); + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + this.toNextState(owner); + ; + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java new file mode 100644 index 0000000..46ebf74 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java @@ -0,0 +1,85 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRTiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + + int card = owner.opCard.getInt(0); + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + owner.tiGroup.add(tiGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_TI, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java new file mode 100644 index 0000000..b834338 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java @@ -0,0 +1,77 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRWeiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + int card = owner.opCard.getInt(0); + int[] weiGroup = new int[3]; + weiGroup[0] = card; + weiGroup[1] = card; + weiGroup[2] = card; + + owner.weiGroup.add(weiGroup); + + int type = owner.chouPongSet.contains(card) ? RuleWeight.TYPE_CHOUWEI : RuleWeight.TYPE_WEI; + owner.opCardList.add(new OpCard(type, card, card, card, Paixing.caclHuxi(type, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, type, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java new file mode 100644 index 0000000..7050ece --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java @@ -0,0 +1,38 @@ +package extend.zp.player.rulestate; + +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; + + +public class PRWinState extends StateBase { + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (!room.isplaying) { + owner.stateMachine.curState = owner.stateMachine.lastState; + return; + } + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + room.win(owner, activePlayer); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..dc571a9 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,53 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDisCardTipState extends EXPlayerTipState { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.choicAction(id,biid); + + // Global.logger.error("EXPlayerDisCardTipState" + id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)){ + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..7d543a2 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java @@ -0,0 +1,165 @@ +package extend.zp.player.state; + +import java.util.concurrent.TimeUnit; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.room.state.EXRoomSetpState; + + +public class EXPlayerDiscardState extends StateBase { + + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + + owner.getRoom().tipMap.clear(); + + if (owner.cardInhand.isEmpty()) { + + owner.isLaoYe = true; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + + } else { + + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + } + + @Override + public void toNextState(EXPlayer owner) { + timer(owner); + } + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + discard(owner, discard); + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + case ActionEvent.EVENT_TIMER_AUTO: + discard(owner, owner.autoDiscard()); + break; + default: + break; + } + } + + private void discard(EXPlayer owner, int discard) { + if (!Util.checkCard(discard, owner.cardInhand)) { + return; + } + logger.info("discard,player:" + owner + ",card:" + discard); + if (owner.seat == owner.room.bankerSeat) { + + if (owner.outcardExList.size() > 0) { + owner.isTingHu = false; + } + } else { + owner.isTingHu = false; + } + owner.outcardExList.add(discard); + exit(owner); + EXMainServer.gameCtr.outCard(owner, discard); + long current_time = System.currentTimeMillis()/1000; + long space_time = current_time - owner.start_auto; + + /*if(owner.getRoom().entrust_round > 0 && space_time > owner.getRoom().tuoguan_reduce ) { + owner.enter_auto++; + owner.initPlayerAutoTime(owner.offlineTime); + }*/ + + owner.getRoom().isDiHu = false; + + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + + if (owner.getRoom().activeCard != 0) { + this.toNextState(owner); + } + } + } + + public static void timer(EXPlayer owner) { + + if (owner.getRoom().isAllPass) { + + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + owner.outcardList.add(owner.getRoom().activeCard); + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + + } else { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + + if (owner.room.isDestroy) + return; + + owner.room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + + owner.outcardList.add(owner.getRoom().activeCard); + + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..1e6bf0d --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java @@ -0,0 +1,154 @@ +package extend.zp.player.state; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXGameController; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayerRuleManager; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; + + +public class EXPlayerDrawState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + room.isAllPass = false; + owner.getRoom().tipMap.clear(); + owner.drawCard = room.card.pop(); + + room.step++; + int tempStep = room.step; + // if (owner.seat == 2) { + // owner.drawCard = 102; + // } + logger.info("drawCard,player:" + owner + ",card:" + owner.drawCard); + room.drawCard = owner.drawCard; + + int leftCount = room.card.getCount(); + ((EXGameController) Global.gameCtr).getCard(owner, leftCount); + + int card = owner.drawCard; + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (owner.drawCard == owner.kanGroup.get(i)[0]) { + card = 0; + break; + } + } + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (owner.drawCard == owner.weiGroup.get(i)[0]) { + card = 0; + break; + } + } + if (CardUtil.cardNum(owner.drawCard, owner.cardInhand) >= 2) { + card = 0; + } + ITObject otherParam = new TObject(); + otherParam.putInt("card", card); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.TI_RULE, owner); + if (owner.drawCard != 0 && tempStep == room.step) { + this.toNextState(owner); + } + } + + @Override + public void toNextState(EXPlayer owner) { + if (!owner.getRoom().isAllPass) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_DRAW, null); + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + int tempStep = owner.getRoom().step; + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_PAO, null); + + if (owner.drawCard != 0 && tempStep == owner.getRoom().step) { + + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + if (owner.getRoom().isAllPass) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDrawState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + if(owner.drawCard != 0) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..1f4e455 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,52 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDrawTipState extends EXPlayerTipState { + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + public void reload(EXPlayer owner) { + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.doAction(id,biid); + }else if (ActionEvent.EVENT_TIMER_AUTO.equals(cmd)) { + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.doAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java new file mode 100644 index 0000000..3c6c54a --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java @@ -0,0 +1,145 @@ +package extend.zp.player.state; + +import java.util.Collections; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXGameController; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayerRuleManager; +import extend.zp.uitl.Paixing; + + +public class EXPlayerPreDrawState extends StateBase { + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + + room.isAllPass = false; + + owner.drawCard = room.card.pop(); + + room.drawCard = owner.drawCard; + + //发消息给自己,并记录玩家抓牌的日志 + int leftCount = room.card.getCount(); + ((EXGameController) Global.gameCtr).getCard(owner, leftCount); + + //通知所有其他的玩家 + ITObject otherParam = new TObject(); + otherParam.putInt("card", owner.drawCard); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + + //启动定时器 + timer(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + + if (!owner.getRoom().isAllPass) { + + //根据规则判定自己能不能胡 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.HU_RULE, owner); + + //看看其他玩家能不能胡 + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_DEAL, null); + + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + //判断玩家抓牌之后可以进行的操作 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + + //判断玩家是否有坎的操作 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.KAN_RULE, owner); + + int drawCard = owner.drawCard; + owner.drawCard = 0; + owner.getRoom().isTianHu = false; + + if (drawCard != 0) { + + owner.cardInhand.add(drawCard); + + Collections.sort(owner.cardInhand); + + ITObject param = new TObject(); + param.putInt("card", drawCard); + param.putInt("seat", owner.room.activeSeat); + owner.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + + owner.getRoom().getPlayBack().addAddCardCommand(owner.room.activeSeat, drawCard); + } + + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + public static void timer(EXPlayer owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + + if (owner.room.isDestroy) + return; + + owner.room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + + boolean win = false; + + //看看其他玩家能不能胡牌 + for (Entry entry : owner.getRoom().playerMapById.entrySet()) { + + if (entry.getKey().equals(owner.playerid)) { + continue; + } + + EXPlayer player = (EXPlayer) entry.getValue(); + if(Paixing.checkWin(player, owner.drawCard)) { + win = true; + } + } + + // 如果不能胡 则看抓牌的玩家能不能提和坎 + if(!win) + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + + owner.stateMachine.toNextState(); + } + }); + } + }, 1500, TimeUnit.MILLISECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..af786e1 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java @@ -0,0 +1,40 @@ +package extend.zp.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; + + +public abstract class EXPlayerTipState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXMainServer.gameCtr.tipEvent(owner); + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (ActionEvent.EVENT_ENTRUST.equals(cmd)) { + owner.startActionTimer(); + } + } + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.tipEvent(owner); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..c3abb79 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java @@ -0,0 +1,31 @@ +package extend.zp.player.state; + +import com.game.state.StateBase; + +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.PlayerRuleManager; + +public class EXPlayerWaitState extends StateBase { + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DISCARD_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_DRAW: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_DRAW_RULE, owner); + break; + case EXActionEvent.EVENT_DEAL: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_HU_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_PAO: + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + break; + default: + break; + } + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java new file mode 100644 index 0000000..ca0016b --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java @@ -0,0 +1,85 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import com.taurus.core.util.Logger; + +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayBack; +import extend.zp.PlayerRuleManager; +import extend.zp.player.state.EXPlayerPreDrawState; + + +public class EXRoomDealState extends StateBase { + Logger logger = Logger.getLogger(EXRoomDealState.class); + @Override + public void enter(EXRoom owner) { + + //洗牌 + owner.card.init(); + logger.info("bankerseat===>"+owner.bankerSeat); + for(Entry en : owner.playerMapBySeat.entrySet()) { + logger.info("en-===>"+en.getKey()); + } + // 如果没有庄家,确定一个庄家 + if (owner.bankerSeat == 0) { + //随机一个庄家 + int a=(int)(Math.random()*(owner.playerMapBySeat.size()))+1; + owner.bankerSeat = a; + } + + //发牌 + EXMainServer.gameCtr.dealCard(owner); + + // 去底牌 + if (owner.maxPlayers == 2 ) { + int qupaiV = owner.config.getInt(Config.ROOM_CONFIG_QUPAI); + if(qupaiV > 0) { + + int num = qupaiV * 5 + 5; + for (int index = 0; index < num; index++) { + owner.throwCardsList.add(owner.card.pop()); + } + } + } + + // 生成游戏记录对象 + owner.playBackData = new PlayBack(owner); + + // 不是庄家的玩家要进行规则判定 + for (Entry entry : owner.playerMapById.entrySet()) { + + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.seat != owner.bankerSeat) { + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, player); + } + } + //状态迁移 + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + + EXPlayer player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerPreDrawState.class)); + } + + public static void main(String[] args) { + for(int i = 0;i < 100;i++) { + + int a=(int)(Math.random()*(2))+1; + System.out.println(a); + } + + } + +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..ba45043 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java @@ -0,0 +1,26 @@ +package extend.zp.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXRoom; +import extend.zp.player.state.EXPlayerDrawState; + +public class EXRoomSetpState extends StateBase { + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + } + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..090757d --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java @@ -0,0 +1,46 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.EXRoom; + + +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { + + for (Entry entry : owner.playerMapById.entrySet()) { + + Player player = entry.getValue(); + player.clear(); + player.initSeat(); + player.ready = false; + + player.entrust_round = 0; + if (owner.isEntrust()) { + if(player.offlineTime == 0) { + if (player.isEntrust()) { + player.offlineTime = owner.default_entrust_time; + } else { + player.offlineTime = owner.entrustTime; + } + } + } + } + + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/Action.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/Action.java new file mode 100644 index 0000000..f13c301 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/Action.java @@ -0,0 +1,20 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + +public class Action { + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.actionTip = tip; + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/IRuleBase.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/IRuleBase.java new file mode 100644 index 0000000..ef77712 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/IRuleBase.java @@ -0,0 +1,14 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + + +public interface IRuleBase { + + + public abstract boolean condition(EXPlayer player); + + + public abstract void action(EXPlayer player); + +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/Tip.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/Tip.java new file mode 100644 index 0000000..c075788 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/Tip.java @@ -0,0 +1,38 @@ +package extend.zp.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + + +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int type; + public ITArray bi_list; + public ITArray biid; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + if(bi_list!=null&&bi_list.size()>0) { + tipMp.putTArray("bi_list", bi_list); + } + return tipMp; + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/TipManager.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/TipManager.java new file mode 100644 index 0000000..6c760a6 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/tip/TipManager.java @@ -0,0 +1,181 @@ +package extend.zp.tip; + +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; + + +public class TipManager { + + private int id = 0; + private int uid = 100; + + public HashMap tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + public int getUid(){ + return this.uid; + } + + // + public void choicAction(int id,ITArray biid) { + if (id == this.uid) { + /// + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + } + if (tip.type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + } + this.owner.isMingTang = true; + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass discardtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } else if (tip.type == RuleWeight.TYPE_PONG) { + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_PONG) { + it.remove(); + } + } + } + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + } + } + this.owner.isMingTang = true; + this.owner.stateMachine.curState.exit(owner); + this.owner.stateMachine.curState = this.owner.stateMachine.lastState; + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass drawtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + mp.putInt("uid", this.uid); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + this.id += uid; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.uid += 100; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/CardUtil.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/CardUtil.java new file mode 100644 index 0000000..7da6330 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/CardUtil.java @@ -0,0 +1,129 @@ +package extend.zp.uitl; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.ObjectInputStream; +import java.io.ObjectOutputStream; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.taurus.core.entity.ITArray; + +import extend.zp.OpCard; + +public class CardUtil { + static public int cardNum(int eventCard, List cardList) { + int result = 0; + for (Integer card : cardList) { + if (card == eventCard) { + result += 1; + } + } + return result; + } + + static public boolean checkCard(int eventCard,Map cardMap) { + if(cardMap.containsKey(eventCard)&&cardMap.get(eventCard)>=1) { + return true; + } + return false; + } + + static public void addCard(int eventCard,Map cardMap,int add) { + if(cardMap.containsKey(eventCard)) { + int num = cardMap.get(eventCard); + cardMap.put(eventCard, num+add); + }else if(add >0){ + cardMap.put(eventCard, add); + } + } + + static public int cardType(int card) { + return card / 100; + } + + static public boolean isRedCard(int card) { + return card % 100 == 2 || card % 100 == 7 || card % 100 == 10; + } + + static public Map getCardNumMap(List cardList) { + Map result = new HashMap(); + for (Integer card : cardList) { + if (!result.containsKey(card)) { + result.put(card, 1); + } else { + int num = result.get(card); + result.put(card, (num + 1)); + } + } + return result; + } + + static public void removeCard(List cardList, int card, int count) { + int curCount = 0; + for (int i = 0; i < cardList.size(); i++) { + if (count == curCount) { + return; + } + if (cardList.get(i) == card) { + + cardList.remove(i); + i--; + curCount++; + } + } + } + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + } + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card1 == opcards.get(i).card1 && param.card2 == opcards.get(i).card2 && param.card3 == opcards.get(i).card3) { + opcards.remove(i); + return; + } + } + } + + public static List deepCopy(List src) throws IOException, ClassNotFoundException { + ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); + ObjectOutputStream out = new ObjectOutputStream(byteOut); + out.writeObject(src); + + ByteArrayInputStream byteIn = new ByteArrayInputStream(byteOut.toByteArray()); + ObjectInputStream in = new ObjectInputStream(byteIn); + @SuppressWarnings("unchecked") + List dest = (List) in.readObject(); + return dest; + } + + public static void distinctList(List cardList) { + Set set = new HashSet<>(cardList); + cardList.clear(); + cardList.addAll(set); + } + + /** + * TArray转list + * */ + public static final List toList(ITArray list){ + List tem = new ArrayList<>(); + for(int i=0;i cardMap; + private int eventCard; + private int biCard; + private int eventCardType; + private int modCard; + + public ChowCard(List cardInhand,int eventCard) { + this.eventCard = eventCard; + this.eventCardType = eventCard / 100; + int bg_num = this.eventCardType == 1 ? 100 : -100; + this.biCard = eventCard+bg_num; + this.modCard = eventCard % 100; + this.cardMap = Util.getCardNumMap(cardInhand); + List removeList = new ArrayList(); + for (Entry entry1 : cardMap.entrySet()) { + int card = entry1.getKey(); + int num = entry1.getValue(); + if(num>=3)removeList.add(card); + } + + for(Integer card : removeList) { + cardMap.remove(card); + } + } + + private boolean handle(ITArray p_list,int opcard1,int opcard2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(opcard1); + opcard.addInt(opcard2); + boolean result = true; + ITObject obj = TObject.newInstance(); + ITArray list = TArray.newInstance(); + obj.putTArray("opcard", opcard); + obj.putTArray("bi_list", list); + if(CardUtil.checkCard(eventCard, cardMap)) { + CardUtil.addCard(eventCard, cardMap, -1); + CardUtil.addCard(opcard1, cardMap, -1); + CardUtil.addCard(opcard2, cardMap, -1); + result = tryChow(list); + CardUtil.addCard(eventCard, cardMap, 1); + CardUtil.addCard(opcard1, cardMap, 1); + CardUtil.addCard(opcard2, cardMap, 1); + } + if(list.size()==0)obj.remove("bi_list"); + if(result)p_list.addTObject(obj); + return result; + } + + + public boolean tryChow(ITArray list){ + boolean result = false; + if (CardUtil.checkCard(eventCard - 1, cardMap) && CardUtil.checkCard(eventCard - 2, cardMap)) { + result = handle(list,eventCard-1,eventCard-2) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard - 1, cardMap)) { + result = handle(list,eventCard+1,eventCard-1) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard + 2, cardMap)) { + result = handle(list,eventCard+1,eventCard+2) || result; + } + int type = this.eventCardType; + int bi_card = this.biCard; + int mod_card = this.modCard; + + if(mod_card == 2&&CardUtil.checkCard(type*100+7, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+7,type*100+10) || result; + }else if(mod_card == 7&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+2,type*100+10) || result; + }else if(mod_card == 10&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+7, cardMap)) { + result = handle(list,type*100+2,type*100+7) || result; + } + + if (cardMap.containsKey(bi_card) && cardMap.get(bi_card) == 2) { + result = handle(list,bi_card,bi_card) || result; + } + if (CardUtil.checkCard(eventCard, cardMap) &&CardUtil.checkCard(bi_card, cardMap)) { + CardUtil.addCard(eventCard, cardMap, -1); + result = handle(list,eventCard,bi_card) || result; + CardUtil.addCard(eventCard, cardMap, 1); + } + + return result; + } + + public static void main(String[] args) { + ArrayList cardInhand = new ArrayList(); + String cardStr = "101, 102, 102, 103, 104, 106, 106, 110, 110, 201, 201, 202, 203, 204, 205, 206, 209, 209, 209, 210"; + String[] cards = cardStr.split(", "); + for(String c : cards) { + Integer card = Integer.valueOf(c); + cardInhand.add(card); + } + + + ChowCard chow = new ChowCard(cardInhand, 101); + ITArray list = TArray.newInstance(); + chow.tryChow(list); + System.out.println(list); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/Paixing.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/Paixing.java new file mode 100644 index 0000000..8897afc --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/Paixing.java @@ -0,0 +1,152 @@ +package extend.zp.uitl; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; + +public class Paixing { + public static boolean checkWin(EXPlayer player, int drawCard) { + player.resetHuXi(); + boolean isWin = false; + WinCard win = new WinCard(player.cardInhand, drawCard); + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (win.tryWin(player)) { + if (player.huXi >= 15) { + isWin = true; + } + } + if (!isWin) { + player.resetHuXi(); + //3提,5坎,1提4坎,2提3坎 + if (player.getRoom().isTianHu) { + if (player.tiCount >= 3) { + player.isMingTang = true; + isWin = true; + } + if (player.kanGroup.size() >= 5) { + player.isMingTang = true; + isWin = true; + } + if (player.tiCount >= 1 && player.kanGroup.size() >= 4) { + player.isMingTang = true; + isWin = true; + } + if (player.tiCount >= 2 && player.kanGroup.size() >= 3) { + player.isMingTang = true; + isWin = true; + } + } + + for (int i = 0; i < player.pongGroup.size(); i++) { + if (drawCard == player.pongGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_PONG, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_KAN, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_WEI, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + } + } + if (isWin) { + player.handCard.clear(); + player.handCardEx.clear(); + for (int i = 0; i < win.stack.size(); i++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(i).get(0); + opcard.card2 = win.stack.get(i).get(1); + opcard.type = 1; + if (win.stack.get(i).size() > 2) { + opcard.card3 = win.stack.get(i).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(i); + + player.handCard.push(opcard); + } + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + + } + return isWin; + } + + public static int caclHuxi(int type, int card) { + int cardType = CardUtil.cardType(card); + int huXi = 0; + switch (type) { + case RuleWeight.TYPE_TI: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 9; + } else { + huXi = 12; + } + break; + case RuleWeight.TYPE_PAO: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 6; + } else { + huXi = 9; + } + break; + case RuleWeight.TYPE_WEI: + case RuleWeight.TYPE_CHOUWEI: + case RuleWeight.TYPE_KAN: + case RuleWeight.TYPE_CHOW: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 3; + } else { + huXi = 6; + } + break; + case RuleWeight.TYPE_PONG: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 1; + } else { + huXi = 3; + } + break; + default: + break; + } + return huXi; + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/WinCard.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/WinCard.java new file mode 100644 index 0000000..aa66505 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/WinCard.java @@ -0,0 +1,328 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; + +public class WinCard { + public int pair_count; + public int long_count; + public Stack> stack; + public Stack stackHuxi; + public List cardList; + + private void push(List cardGroup) { + this.stack.push(cardGroup); + } + + private void rollBack() { + List cardGroup = this.stack.pop(); + for (Integer card : cardGroup) { + this.cardList.add(card); + } + Collections.sort(this.cardList); + } + + private boolean tryKezi(int card, EXPlayer player) { + if (CardUtil.cardNum(card, this.cardList) >= 3) { + CardUtil.removeCard(this.cardList, card, 3); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + int huXi = 0; + if (player.getRoom().isTianHu && card == player.getRoom().drawCard) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, card); + } else { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + } + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi1(int card, EXPlayer player) { + if (card < 200 && card % 100 > 8) { + return false; + } + if (CardUtil.cardNum(card + 1, this.cardList) > 0 && CardUtil.cardNum(card + 2, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 1, 1); + CardUtil.removeCard(this.cardList, card + 2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(card + 2); + this.push(cardGroup); + + int huXi = 0; + if (card % 100 == 1) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + player.huXi += huXi; + } + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi2(int card) { + if (CardUtil.cardType(card) == RuleWeight.SMALL_CARD) { + if (CardUtil.cardNum(card + 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card + 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card + 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 100); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } else { + if (CardUtil.cardNum(card - 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card - 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card - 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 100); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } + return false; + } + + private boolean tryShunzi3(int card, EXPlayer player) { + if (card % 100 == 2) { + if (CardUtil.cardNum(card + 5, this.cardList) > 0 && CardUtil.cardNum(card + 8, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 5, 1); + CardUtil.removeCard(this.cardList, card + 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 5); + cardGroup.add(card + 8); + this.push(cardGroup); + + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + } + return false; + } + + private boolean tryPair(int card) { + if (this.pair_count > 0) { + return false; + } + if (CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + return false; + } + + public boolean tryWin(EXPlayer player) { + if (this.cardList.size() == 0) { + if (player.tiCount + player.kongCount > 0) { + if (this.pair_count == 1) { + return true; + } + return false; + } else { + if (this.pair_count > 0) { + return false; + } + return true; + } + } + int activeCard = 0; + for (int card : this.cardList) { + if (card == 201 || card == 202) { + activeCard = card; + break; + } + } + if (activeCard == 0) { + activeCard = this.cardList.get(0); + } + if (activeCard % 100 == 1) { + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } else if (activeCard % 100 == 2) { + if (tryShunzi3(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } else { + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } + + return false; + } + + public WinCard(List cardInhand, int addCard) { + this.stack = new Stack>(); + this.stackHuxi = new Stack(); + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + if (addCard > 0) { + this.cardList.add(addCard); + } + Collections.sort(this.cardList); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/WinCardNew.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/WinCardNew.java new file mode 100644 index 0000000..aea44ac --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/WinCardNew.java @@ -0,0 +1,381 @@ +package extend.zp.uitl; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import extend.zp.OpCard; +import extend.zp.RuleWeight; + +public class WinCardNew { + private boolean isJiang = false; + private List cardList; + private Stack>> opCardStack; + private List> lastOpCard; + private Integer addCard; + private int huxi = 0; + private List opCardList; + + public List winList; + + public boolean checkHu() { + try { + + int card = addCard == 0 ? (this.cardList.size() > 0 ? this.cardList.get(0) : 0) : addCard; + List list = new ArrayList(); + if (card > 0) { + list = groupCard(card, this.cardList, true); + } else if (card == 0) { + addWinOpCard(huxi, null); + return true; + } + List tempCardList = new ArrayList<>(); + for (OpCard opCard : list) { + tempCardList.clear(); + tempCardList.addAll(cardList); + Collections.sort(tempCardList); + removeOpCard(tempCardList, opCard); + List opCardS = new ArrayList<>(); + List> opCardS_1 = new ArrayList<>(); + opCardS.add(opCard); + opCardS_1.add(opCardS); + this.opCardStack.push(opCardS_1); + checkWin(tempCardList); + } + } catch (Exception e) { + return false; + } + return Win(); + } + + + private boolean Win() { + List tempCardList = new ArrayList<>(); + boolean hu, isExJiang; + for (List opCards : this.lastOpCard) { + isExJiang = false; + tempCardList.clear(); + tempCardList.addAll(cardList); + hu = false; + int huxi = this.huxi; + for (OpCard tempOpCard : opCards) { + removeOpCard(tempCardList, tempOpCard); + if (tempOpCard.type == RuleWeight.TYPE_JIANG) { + isExJiang = true; + continue; + } + huxi += tempOpCard.huXi; + } + + hu = isJiang ? isExJiang && tempCardList.size() == 0 : tempCardList.size() == 0; + if (hu) { + addWinOpCard(huxi, opCards); + } + } + return !winList.isEmpty(); + } + + private void removeOpCard(List cards, OpCard opCard) { + if (opCard.card1 > 0) { + CardUtil.removeCard(cards, opCard.card1, 1); + } + if (opCard.card2 > 0) { + CardUtil.removeCard(cards, opCard.card2, 1); + } + if (opCard.card3 > 0) { + CardUtil.removeCard(cards, opCard.card3, 1); + } + } + + private boolean isExJiang(List> list) { + for (List opCard : list) { + for (OpCard opCard2 : opCard) { + if (opCard2.type == RuleWeight.TYPE_JIANG) { + return false; + } + } + } + return true; + } + + private void checkWin(List cardList) throws ClassNotFoundException, IOException { + List> opCards = this.opCardStack.pop(); + if (opCards.isEmpty()) { + return; + } + List> list = new ArrayList<>(); + if (cardList.size() == 0) { + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + return; + } + List oplist = null, opList2 = null; + for (Integer card : cardList) { + oplist = groupCard(card, cardList, isExJiang(opCards)); + if (oplist.size() > 0) { + break; + } + } + if (oplist.size() > 0) { + List tempCardList = new ArrayList<>(); + for (OpCard opCard : oplist) { + tempCardList.clear(); + tempCardList.addAll(cardList); + list = new ArrayList<>(); + removeOpCard(tempCardList, opCard); + list = CardUtil.deepCopy(opCards); + for (List tempOpCard : list) { + tempOpCard.add(opCard); + } + for (Integer card : tempCardList) { + opList2 = groupCard(card, tempCardList, isExJiang(list)); + if (opList2.size() > 0) { + break; + } + } + if (opList2 != null && opList2.size() > 0) { + this.opCardStack.push(list); + checkWin(tempCardList); + } else { + this.lastOpCard.addAll(list); + } + + } + } else { + list = new ArrayList<>(); + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + } + + } + + /** + * ij����Ч��� + * + * @param card + * @return + */ + private List groupCard(int card, List cardList, boolean first) { + List opCardList = new ArrayList<>(); + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + shunzi1_10(card, opCardList, tempList); + shunzi2710(card, opCardList, tempList); + jiaopai(card, opCardList, tempList); + kan(card, opCardList, tempList); + if (isJiang && first) { + jiang(card, opCardList, tempList); + } + return opCardList; + } + + /** + * ��һ�Խ� + */ + private void jiang(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + if (isJiang) { + if (CardUtil.cardNum(card, cardList) >= 2) { + OpCard opCard = new OpCard(); + opCard.card1 = card; + opCard.card2 = card; + opCard.huXi = 0; + opCard.type = RuleWeight.TYPE_JIANG; + list.add(opCard); + } + } + } + + /** + * ��С 1 2 3 4 5 6 7 8 9 ˳�� + * + * @param card + */ + private void shunzi1_10(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + List opCardList = new ArrayList<>(); + // AB (C) + if (CardUtil.cardNum(card - 2, cardList) >= 1 && CardUtil.cardNum(card - 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card - 2); + list.add(addOpCard(opCardList)); + + } + // (A) B C + if (CardUtil.cardNum(card + 1, cardList) >= 1 && CardUtil.cardNum(card + 2, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card + 1); + opCardList.add(card + 2); + list.add(addOpCard(opCardList)); + } + // A (B) C + if (CardUtil.cardNum(card - 1, cardList) >= 1 && CardUtil.cardNum(card + 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card + 1); + list.add(addOpCard(opCardList)); + } + } + + private OpCard addOpCard(List opCardList) { + Collections.sort(opCardList); + int huXi = 0; + // 123 ˳���к�Ϣ С3��6 + if (opCardList.get(0) % 100 == 1) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + } + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + return opCard; + } + + /** + * ��С 2 7 10˳�� �к�Ϣ С3��6 + * + * @param card + */ + private void shunzi2710(int card, List list, List cardList) { + if (card % 100 == 2 || card % 100 == 7 || card % 100 == 10) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + // (2) 7 10 + List opCardList = new ArrayList<>(); + if (CardUtil.cardNum(card + 5, cardList) >= 1 && CardUtil.cardNum(card + 8, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card + 5); + opCardList.add(card + 8); + // 2 (7) 10 + } else if (CardUtil.cardNum(card - 5, cardList) >= 1 && CardUtil.cardNum(card + 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 5); + opCardList.add(card + 3); + // 2 7 (10) + } else if (CardUtil.cardNum(card - 8, cardList) >= 1 && CardUtil.cardNum(card - 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 3); + opCardList.add(card - 8); + } + if (opCardList.size() > 0) { + Collections.sort(opCardList); + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + list.add(opCard); + if (opCard.card1 != card) { + CardUtil.removeCard(tempList, opCard.card1, 1); + } + if (opCard.card2 != card) { + CardUtil.removeCard(tempList, opCard.card2, 1); + } + if (opCard.card3 != card) { + CardUtil.removeCard(tempList, opCard.card3, 1); + } + shunzi2710(card, list, tempList); + } + return; + } + } + + /** + * aaA AAa ������ ������ û��Ϣ + * + * @param card + */ + private void jiaopai(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + int type = card / 100; + int bg_num = type == 1 ? 100 : -100; + int bi_card = card + bg_num; + // aaA + if (CardUtil.cardNum(card, cardList) >= 2 && CardUtil.cardNum(bi_card, cardList) >= 1) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, card, bi_card, 0); + list.add(opCard); + // AAa + } else if (CardUtil.cardNum(card, cardList) >= 1 && CardUtil.cardNum(bi_card, cardList) >= 2) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, bi_card, bi_card, 0); + list.add(opCard); + } + } + + /** + * 3�� + * + * @param card + * @param list + */ + private void kan(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + List opCardList = new ArrayList<>(); + tempList.addAll(cardList); + if (CardUtil.cardNum(card, cardList) == 3) { + opCardList.add(card); + opCardList.add(card); + opCardList.add(card); + int huxi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + OpCard opCard = new OpCard(RuleWeight.TYPE_PONG, opCardList.get(0), opCardList.get(1), opCardList.get(2), huxi); + list.add(opCard); + } + } + + private void addWinOpCard(int huxi, List opCard) { + if (opCard == null) { + opCard = new ArrayList<>(); + } + opCard.addAll(this.opCardList); + WinOpCard wo = new WinOpCard(opCard, huxi); + winList.add(wo); + } + + public static void main(String[] args) throws ClassNotFoundException, IOException { + List list = new ArrayList<>(); + String str = "106"; + for (String card : str.split(", ")) { + list.add(Integer.parseInt(card)); + } + List op = new ArrayList(); + OpCard opCard=new OpCard(3, 102, 102, 102, 9); + op.add(opCard); + WinCardNew winCard2 = new WinCardNew(list, 106, 9, true, op); + /* op = winCard2.groupCard(207); */ + System.out.println(winCard2.checkHu()); + winCard2.winList.forEach(wl -> System.out.println(wl.toString())); + + } + + /** + * + * @param cardInhand + * :����,�������� + * @param addCard + * : �Ӵ����Ƿ��ܺ���������������������Ҫ��0 + * @param huxi + * ��������еĺ�Ϣ + * @param isJiang + * ���Ƿ���Ҫ�� + */ + public WinCardNew(List cardInhand, int addCard, int huxi, boolean isJiang, List opCardList) { + this.opCardStack = new Stack<>(); + this.lastOpCard = new ArrayList<>(); + this.cardList = new ArrayList(cardInhand); + this.opCardList = new ArrayList<>(opCardList); + if (addCard > 0) { + this.cardList.add(addCard); + } + Collections.sort(this.cardList); + this.isJiang = isJiang; + this.addCard = addCard; + this.huxi = huxi; + this.winList = new ArrayList<>(); + } +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/WinOpCard.java b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/WinOpCard.java new file mode 100644 index 0000000..f18ba15 --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/src/main/java/extend/zp/uitl/WinOpCard.java @@ -0,0 +1,31 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; + +import extend.zp.OpCard; + +public class WinOpCard { + public List opCard; + + public int huXi = 0; + + public WinOpCard(List opCard, int huXi) { + this.opCard = new ArrayList(opCard); + this.huXi = huXi; + } + + @Override + public String toString() { + StringBuffer sb = new StringBuffer(); + sb.append("total_huxi : " + huXi + ", "); + for (OpCard opCard : opCard) { + sb.append(opCard.card1 + " "); + sb.append(opCard.card2 + " "); + sb.append(opCard.card3==0?"":opCard.card3); + sb.append(",type:" + opCard.type + ",huxi=" + opCard.huXi + " | "); + } + return sb.toString(); + } + +} diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/Config.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/Config.class new file mode 100644 index 0000000..ad60713 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/Config.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXActionEvent.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXActionEvent.class new file mode 100644 index 0000000..07d1fa4 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXActionEvent.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXGameController.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXGameController.class new file mode 100644 index 0000000..04fe2e7 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXGameController.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXMainServer.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXMainServer.class new file mode 100644 index 0000000..74ace60 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXMainServer.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXPlayer.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXPlayer.class new file mode 100644 index 0000000..9f94703 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXPlayer.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXRoom.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXRoom.class new file mode 100644 index 0000000..b8d9524 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXRoom.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXScore.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXScore.class new file mode 100644 index 0000000..c826df1 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/EXScore.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/MingTang.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/MingTang.class new file mode 100644 index 0000000..e39c424 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/MingTang.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/OpCard.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/OpCard.class new file mode 100644 index 0000000..3cd2256 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/OpCard.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/PlayBack.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/PlayBack.class new file mode 100644 index 0000000..8908472 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/PlayBack.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/PlayerRuleManager.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/PlayerRuleManager.class new file mode 100644 index 0000000..8200ff9 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/PlayerRuleManager.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/RoomCard.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/RoomCard.class new file mode 100644 index 0000000..d2dd220 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/RoomCard.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/RuleWeight.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/RuleWeight.class new file mode 100644 index 0000000..664d7af Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/RuleWeight.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleChi.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleChi.class new file mode 100644 index 0000000..883e99c Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleChi.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class new file mode 100644 index 0000000..063e397 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class new file mode 100644 index 0000000..fe19b74 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class new file mode 100644 index 0000000..e79f225 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class new file mode 100644 index 0000000..737b265 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class new file mode 100644 index 0000000..bc10a0b Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class new file mode 100644 index 0000000..4fd5945 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleKan.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleKan.class new file mode 100644 index 0000000..d55a8c0 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleKan.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RulePong.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RulePong.class new file mode 100644 index 0000000..d8ea5fa Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RulePong.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleTi.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleTi.class new file mode 100644 index 0000000..b0eac67 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleTi.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleWei.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleWei.class new file mode 100644 index 0000000..20f5cd5 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleWei.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleWin.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleWin.class new file mode 100644 index 0000000..bca3da1 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rule/RuleWin.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRChi.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRChi.class new file mode 100644 index 0000000..a515090 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRChi.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class new file mode 100644 index 0000000..2054c6e Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class new file mode 100644 index 0000000..32e9ea7 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class new file mode 100644 index 0000000..bc5dc8f Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class new file mode 100644 index 0000000..2dd4484 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class new file mode 100644 index 0000000..d22f494 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class new file mode 100644 index 0000000..433a4cd Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class new file mode 100644 index 0000000..51a2492 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class new file mode 100644 index 0000000..e430901 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class new file mode 100644 index 0000000..af17d3a Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class new file mode 100644 index 0000000..2e51921 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class new file mode 100644 index 0000000..713d045 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class new file mode 100644 index 0000000..8992a84 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class new file mode 100644 index 0000000..1506557 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class new file mode 100644 index 0000000..2f302dc Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class new file mode 100644 index 0000000..4a871fd Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..6970d93 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class new file mode 100644 index 0000000..a13641a Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class new file mode 100644 index 0000000..167885e Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..58c2e2d Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class new file mode 100644 index 0000000..9b25854 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class new file mode 100644 index 0000000..666e3a0 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..87f1707 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..386ed85 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class new file mode 100644 index 0000000..73935a1 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class new file mode 100644 index 0000000..58591d4 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class new file mode 100644 index 0000000..e40d517 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..8b06e8a Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..f339ad5 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class new file mode 100644 index 0000000..ae5d1ea Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..dc0f91f Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..a414e24 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/Action.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/Action.class new file mode 100644 index 0000000..8e04df0 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/Action.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/IRuleBase.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/IRuleBase.class new file mode 100644 index 0000000..f6570ad Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/IRuleBase.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/Tip.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/Tip.class new file mode 100644 index 0000000..6abff55 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/Tip.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/TipManager.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/TipManager.class new file mode 100644 index 0000000..33f9ba6 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/tip/TipManager.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/CardUtil.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/CardUtil.class new file mode 100644 index 0000000..e992eb2 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/CardUtil.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/ChowCard.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/ChowCard.class new file mode 100644 index 0000000..957c25e Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/ChowCard.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/Paixing.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/Paixing.class new file mode 100644 index 0000000..d3a4d9c Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/Paixing.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/WinCard.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/WinCard.class new file mode 100644 index 0000000..04653bc Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/WinCard.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/WinCardNew.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/WinCardNew.class new file mode 100644 index 0000000..cc62461 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/WinCardNew.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/WinOpCard.class b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/WinOpCard.class new file mode 100644 index 0000000..e41661a Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/classes/extend/zp/uitl/WinOpCard.class differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/game_zp_hspaohuzi.jar b/zipai/paohuzi/game_zp_hspaohuzi/target/game_zp_hspaohuzi.jar new file mode 100644 index 0000000..2c3a684 Binary files /dev/null and b/zipai/paohuzi/game_zp_hspaohuzi/target/game_zp_hspaohuzi.jar differ diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/maven-archiver/pom.properties b/zipai/paohuzi/game_zp_hspaohuzi/target/maven-archiver/pom.properties new file mode 100644 index 0000000..81f035d --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Sat Apr 13 13:43:23 GMT+08:00 2024 +version=1.0.0 +groupId=com.zp.game_zp_hspaohuzi +artifactId=game_zp_hspaohuzi diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zipai/paohuzi/game_zp_hspaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..87891ce --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,67 @@ +extend\zp\player\rule\RuleDrawChi.class +extend\zp\player\state\EXPlayerPreDrawState$1.class +extend\zp\tip\TipManager.class +extend\zp\player\rule\RuleKan.class +extend\zp\player\rule\RulePong.class +extend\zp\player\rule\RuleDealTi.class +extend\zp\PlayBack.class +extend\zp\player\rule\RuleDrawPong.class +extend\zp\player\rulestate\PRWinState.class +extend\zp\player\rulestate\PRDrawPongState.class +extend\zp\tip\IRuleBase.class +extend\zp\uitl\Paixing.class +extend\zp\player\rulestate\PRChiState.class +extend\zp\player\rulestate\PRDiscardPaoState$1$1.class +extend\zp\OpCard.class +extend\zp\player\state\EXPlayerDiscardState$1.class +extend\zp\tip\Tip.class +extend\zp\player\state\EXPlayerDiscardState$1$1.class +extend\zp\player\state\EXPlayerWaitState.class +extend\zp\EXActionEvent.class +extend\zp\player\rulestate\PRDrawChiState.class +extend\zp\MingTang.class +extend\zp\player\rulestate\PRDrawPaoState$1$1.class +extend\zp\player\state\EXPlayerDisCardTipState.class +extend\zp\player\rulestate\PRDiscardPaoState$1.class +extend\zp\RoomCard.class +extend\zp\uitl\WinCard.class +extend\zp\player\rule\RuleChi.class +extend\zp\player\rule\RuleWin.class +extend\zp\player\state\EXPlayerDrawState$1$1.class +extend\zp\uitl\CardUtil.class +extend\zp\uitl\WinCardNew.class +extend\zp\tip\Action.class +extend\zp\player\rule\RuleDealKan.class +extend\zp\player\rule\RuleDrawPao.class +extend\zp\player\state\EXPlayerPreDrawState.class +extend\zp\room\state\EXRoomSetpState.class +extend\zp\player\rule\RuleTi.class +extend\zp\player\state\EXPlayerDiscardState.class +extend\zp\EXMainServer.class +extend\zp\player\rulestate\PRWeiState.class +extend\zp\room\state\EXRoomDealState.class +extend\zp\player\state\EXPlayerTipState.class +extend\zp\EXPlayer.class +extend\zp\Config.class +extend\zp\player\state\EXPlayerPreDrawState$1$1.class +extend\zp\player\rulestate\PRDrawPaoState$1.class +extend\zp\room\state\EXRoomStartGameState.class +extend\zp\player\rulestate\PRTiState.class +extend\zp\player\rulestate\PRPongState.class +extend\zp\RuleWeight.class +extend\zp\player\rulestate\PRChi.class +extend\zp\player\rule\RuleWei.class +extend\zp\PlayerRuleManager.class +extend\zp\uitl\ChowCard.class +extend\zp\player\rulestate\PRDrawPaoState.class +extend\zp\player\rulestate\PRDiscardPaoState.class +extend\zp\player\state\EXPlayerDrawState$1.class +extend\zp\EXGameController.class +extend\zp\EXRoom.class +extend\zp\player\rulestate\PRTiState$1.class +extend\zp\uitl\WinOpCard.class +extend\zp\player\rule\RuleDiscardPao.class +extend\zp\player\state\EXPlayerDrawTipState.class +extend\zp\EXScore.class +extend\zp\player\rulestate\PRTiState$1$1.class +extend\zp\player\state\EXPlayerDrawState.class diff --git a/zipai/paohuzi/game_zp_hspaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zipai/paohuzi/game_zp_hspaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..cad80ef --- /dev/null +++ b/zipai/paohuzi/game_zp_hspaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,55 @@ +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\MingTang.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rulestate\PRChiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleKan.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\uitl\WinCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleDrawPao.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleDrawPong.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rulestate\PRDrawChiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleTi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rulestate\PRTiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\tip\Tip.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\uitl\Paixing.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rulestate\PRPongState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleDealKan.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleDiscardPao.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\state\EXPlayerWaitState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\uitl\WinCardNew.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\Config.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\uitl\ChowCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleWin.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\OpCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\state\EXPlayerDrawState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleWei.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\tip\TipManager.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rulestate\PRWeiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\PlayBack.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleDealTi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rulestate\PRDrawPongState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\tip\Action.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\uitl\WinOpCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rulestate\PRDrawPaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rulestate\PRDiscardPaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rule\RuleDrawChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\state\EXPlayerPreDrawState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rulestate\PRWinState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\player\rulestate\PRChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_hspaohuzi\src\main\java\extend\zp\RuleWeight.java diff --git a/zipai/paohuzi/game_zp_paohuzi/.DS_Store b/zipai/paohuzi/game_zp_paohuzi/.DS_Store new file mode 100644 index 0000000..9145364 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/.DS_Store differ diff --git a/zipai/paohuzi/game_zp_paohuzi/config/game-config.xml b/zipai/paohuzi/game_zp_paohuzi/config/game-config.xml new file mode 100644 index 0000000..2079778 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.14.1 + 192.168.14.1 + 8811 + 8811 + 13 + true + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_paohuzi/config/log4j.properties b/zipai/paohuzi/game_zp_paohuzi/config/log4j.properties new file mode 100644 index 0000000..aaea5f3 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/config/log4j.properties @@ -0,0 +1,19 @@ +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=logs/mpnet.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{yyyy-MM-dd | HH:mm} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_paohuzi/config/taurus-core.xml b/zipai/paohuzi/game_zp_paohuzi/config/taurus-core.xml new file mode 100644 index 0000000..0f9fa8f --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_paohuzi/config/taurus-permanent.xml b/zipai/paohuzi/game_zp_paohuzi/config/taurus-permanent.xml new file mode 100644 index 0000000..9cdaab3 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 2 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 10 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - group_mgr + extend.zp.EXMainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/zipai/paohuzi/game_zp_paohuzi/pom.xml b/zipai/paohuzi/game_zp_paohuzi/pom.xml new file mode 100644 index 0000000..7dbe59c --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/pom.xml @@ -0,0 +1,93 @@ + + 4.0.0 + + com.zp.game_zp_paohuzi + game_zp_paohuzi + 1.0.0 + jar + game_zp_paohuzi + + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + + + + com.game + game_common + 1.0.0 + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-permanent + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + game_paohuzi_zipai + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/Config.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/Config.java new file mode 100644 index 0000000..903ff66 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/Config.java @@ -0,0 +1,90 @@ +package extend.zp; + +public class Config { + + public static final int GAME_ID = 13; + + public static final String GAME_MODE = "mode"; + + public static final String GAME_TUN = "tun"; + + public static final String GAME_FENGDING = "fengding"; + + public static final String GAME_TUANYUAN = "tuanyuan"; + + public static final String GAME_HANGHANGXI = "hanghangxi"; + + public static final String GAME_SHUAHOU = "shuahou"; + + public static final String GAME_HUANGFAN = "huangfan"; + + public static final String GAME_JIAXINGXING = "jiaxingxing"; + + public static final String GAME_TINGHU = "tinghu"; + + public static final String GAME_SIQI = "siqi"; + + public static final String GAME_DUIZIFU = "duizifu"; + + public static final String GAME_YUAN = "yuan"; + + public static final String GAME_BEIKAOBEI = "back"; + + public static final String GAME_TIANHU = "tianhu"; + + public static final String GAME_DIHU = "dihu"; + + public static final String GAME_HAIHU = "haihu"; + + public static final String ROOM_CONFIG_QUPAI = "qupai"; + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + // 1.��ׯ 2.��ׯ + // public static final String GAME_ZHUANG = "zhuang"; + + public static final String GAME_CHANGE_PAIXING = "613"; + + public static final String GAME_CHANGE_TYPEFACE = "615"; + + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + + public static final String GAME_DIS_CARD = "611"; + + public static final String GAME_EVT_DISCARD = "812"; + + + public static final String GAME_EVT_DISCARD_TIP = "813"; + + + public static final String GAME_EVT_FZTIPS = "814"; + + public static final String GAME_ACTION = "612"; + + public static final String GAME_EVT_ACTION = "815"; + + public static final String GAME_EVT_HU = "816"; + + + public static final String GAME_EVT_RESULT1 = "817"; + + + public static final String GAME_EVT_THROW_CARD = "818"; + + + public static final String GAME_EVT_DRAW = "819"; + + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + /** + * + */ + public static final String GAME_EVT_ADD_CARD = "821"; + + public static final String GAME_EVT_FANGWEI = "822"; + + public static final String GAME_EVT_FANGPAO = "823"; + +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXActionEvent.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXActionEvent.java new file mode 100644 index 0000000..ee5df29 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXActionEvent.java @@ -0,0 +1,27 @@ +package extend.zp; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_START_GAME = "start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_DEAL = "deal"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_OTHER_DRAW = "other_draw"; + + public static final String EVENT_OTHER_PAO = "other_pao"; + + // public static final int REDIS_EVENT_PAY = 1; + public static final int REDIS_EVENT_WIN = 2; + public static final int REDIS_EVENT_LOSE = 3; + // public static final int REDIS_EVENT_SCORE= 4; + public static final int REDIS_EVENT_RANK = 5; + +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXGameController.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXGameController.java new file mode 100644 index 0000000..36fa475 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXGameController.java @@ -0,0 +1,393 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map.Entry; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import com.taurus.permanent.data.Session; +import extend.zp.RuleWeight; + +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import com.taurus.core.plugin.redis.Redis; +import redis.clients.jedis.Jedis; + + + +public class EXGameController extends GameController { + Logger logger = Logger.getLogger(getClass()); + public EXGameController() { + super(); + } + + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_CHANGE_PAIXING) + public void RouterChangePaixing(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + player.getRoom().changePaiXing(player, params); + } + + + + @ActionKey(Config.GAME_CHANGE_TYPEFACE) + public void RouterChangeTypeFace(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + int typeface = params.getInt("typeface"); + player.getRoom().typeface = typeface; + } + + public void changeActiveSeat(EXRoom owner, int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void getCard(EXPlayer player, int leftCount) { + ITObject param = new TObject(); + param.putInt("card", player.drawCard); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + + player.getRoom().getPlayBack().addGetCardCommand(player.room.activeSeat, player.drawCard, leftCount); + } + + @ActionKey(Config.GAME_EVT_FANGPAO) + public void RouterFangwei(Session sender,ITObject params,int gid,Player owner){ + EXPlayer player = (EXPlayer) owner; + int discard = params.getInt("card"); + ITObject response = new TObject(); + response.putInt("seat", owner.seat); + response.putInt("card", discard); + logger.info("jefe GAME_EVT_FANGPAO:" + discard+";player:"+player.playerid); + owner.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + + //记录用户放跑 + Jedis jedis = Redis.use("group1_db5").getJedis(); + jedis.hset("pao"+player.room+player.room.round+player.playerid,"fanpao",discard+""); + jedis.close(); + EXRoom room = player.getRoom(); + room.getPlayBack().addOutCardCommand(player.seat, discard); + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + CardUtil.removeCard(player.cardInhand, discard, 1); + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + + public void outCard(EXPlayer player, int discard) { + logger.info("jefe outcard:" + discard+";player:"+player.playerid); + //判断是否有喂 + Jedis jedis = Redis.use("group1_db5").getJedis(); + String wei = jedis.hget("p"+player.room+player.room.round,"4,"+discard); + jedis.close(); + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + logger.info("jefe roomId:" + player.room+",playerid:"+player.playerid +",card:"+discard+",wei:"+wei+",round:"+player.room.round); + if (wei!=null){ + logger.info("jefe roomId:" + player.room +",wei:"+wei); + //player.room.broadCastToClient(player.playerid, Config.GAME_EVT_FANGWEI, response); + player.sendEvent(Config.GAME_EVT_FANGWEI, response); + + }else{ + + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + + EXRoom room = player.getRoom(); + room.getPlayBack().addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + + CardUtil.removeCard(player.cardInhand, discard, 1); + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + //jedis.close(); + } + + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat) { + actionCard(player, active_card, card, type, from_seat, null); + } + + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat, ITArray opcardArray) { + //放跑不能吃碰等 + + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("active_card", active_card); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + int huxi = player.getShowHuXi(true); + paramBroadCast.putInt("hu_xi", huxi); + if (opcardArray != null) { + paramBroadCast.putTArray("opcard", opcardArray); + } + Jedis jedis = Redis.use("group1_db5").getJedis(); + String fp = jedis.hget("pao"+player.room+player.room.round+player.playerid,"fanpao"); + jedis.close(); + + if (fp!=null){ + //锁 + logger.info("jefe fanpao into:" + player.room+",playerid:"+player.playerid ); + //player.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + //player.room.broadCastToServer(player.playerid, EXActionEvent.EVENT_DEAL, null); + EXRoom room = player.getRoom(); + room.getPlayBack().addActionCommand(player.seat, type, active_card, card, from_seat, huxi, opcardArray); + player.sendEvent(Config.GAME_EVT_ACTION, paramBroadCast); + ITObject otherBroadCast = new TObject(); + Utils.objectCopyDeep(paramBroadCast, otherBroadCast); + otherBroadCast.putInt("hu_xi", player.getShowHuXi(false)); + room.broadCastToClient(player.playerid, Config.GAME_EVT_ACTION, otherBroadCast); + }else{ + EXRoom room = player.getRoom(); + room.getPlayBack().addActionCommand(player.seat, type, active_card, card, from_seat, huxi, opcardArray); + player.sendEvent(Config.GAME_EVT_ACTION, paramBroadCast); + ITObject otherBroadCast = new TObject(); + Utils.objectCopyDeep(paramBroadCast, otherBroadCast); + otherBroadCast.putInt("hu_xi", player.getShowHuXi(false)); + room.broadCastToClient(player.playerid, Config.GAME_EVT_ACTION, otherBroadCast); + } + + + } + + public void dealCard(EXRoom owner) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.cardInhand = owner.card.deal(); + +// if (2 == player.seat) { +// player.cardInhand.clear(); +// String cardStr = "101, 102, 102, 103, 103, 109, 201, 201, 202, 202, 203, 203, 204, 204, 204, 206, 207, 208, 209, 210"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// player.cardInhand.add(card); +// } +// } +// if (3 == player.seat) { +// player.cardInhand.clear(); +// String cardStr = "101, 101, 201, 201, 202, 202, 203, 203, 103, 104, 105, 106, 204, 207, 207, 107, 208, 209, 110, 110"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// player.cardInhand.add(card); +// } +// } +// if (1 == player.seat) { +// player.cardInhand.clear(); +// String cardStr = "102, 103, 103, 104, 104, 104, 107, 107, 107, 108, 110, 201, 202, 204, 205, 205, 206, 206, 206, 209"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// player.cardInhand.add(card); +// } +// } + + Collections.sort(player.cardInhand); + + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",player:" + player + ",cardInhand:" + player.cardInhand); + } +// owner.card.cardList.clear(); +// String cardStr = "210, 105, 101, 209, 106, 203, 109, 109, 204, 109, 108, 207, 110, 103, 203, 201, 107, 106, 110, 201, 210, 208, 101, 201, 105, 210, 205, 102, 108, 208, 105, 108, 102, 207, 202, 103, 106, 210, 202, 209"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// owner.card.cardList.add(card); +// } + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",cardList:" + owner.card.cardList); + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + if (!owner.tipMgr.tipMap.isEmpty()) { + logger.info(param.toString()); + + Jedis jedis = Redis.use("group1_db5").getJedis(); + String fp = jedis.hget("pao"+owner.room+owner.room.round+owner.playerid,"fanpao"); + jedis.close(); + logger.info("jefe tipEvent:" +param.getInt("uid")); + //ITObject params = new TObject(); + //params.putInt("id",param.getInt("uid")); + + if (fp!=null){ + + param.putInt("fptype",1); + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + }else{ + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + } + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + } + + public void winEvent(EXPlayer owner, int from_seat) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("from_seat", from_seat); + + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + room.getPlayBack().addWinCardCommand(owner.seat, false); + } + + public ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("xipai_score", owner.xi_pai_score); + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + mp.putTArray("left_card", Util.toTArray(owner.card.cardList)); + mp.putTArray("throw_card", Util.toTArray(owner.throwCardsList)); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("hu_xi", player.huXi); + param.putInt("tun", player.winScore); + player.hp_info(param); + if (owner.maxPlayers == 2) { + param.putInt("total_tun", player.score.round_score); + } else { + param.putInt("total_tun", player.score.round_score / 2); + } + + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + + ITArray mtList = TArray.newInstance(); + for (MingTang mingTang : player.mingtangList) { + ITObject obj = TObject.newInstance(); + obj.putInt("mingtang", mingTang.mingTang); + obj.putInt("type", mingTang.type); + obj.putInt("score", mingTang.score); + + mtList.addTObject(obj); + } + param.putTArray("mingtang", mtList); + + if (player.winer == 1) { + ITArray handCard = Util.toTArray(player.handCardEx); + param.putTArray("hand_card", handCard); + + ITArray cardList = TArray.newInstance(); + for (OpCard opCard : player.handCard) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + cardList.addTObject(obj); + } + param.putTArray("cardList", cardList); + } else { + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + } + + ITArray opCardList = TArray.newInstance(); + for (OpCard opCard : player.opCardList) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + opCardList.addTObject(obj); + } + param.putTArray("opCardList", opCardList); + + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + public void roomTotalResult(EXRoom owner, boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("total_huxi", player.total_huxi); + param.putInt("win_count", player.winCount); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss ? 2 : 1); + if (!dissmiss) { + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXMainServer.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXMainServer.java new file mode 100644 index 0000000..c88c4c0 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXMainServer.java @@ -0,0 +1,96 @@ +package extend.zp; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.zp.player.rulestate.PRChiState; +import extend.zp.player.rulestate.PRDiscardPaoState; +import extend.zp.player.rulestate.PRDrawChiState; +import extend.zp.player.rulestate.PRDrawPaoState; +import extend.zp.player.rulestate.PRDrawPongState; +import extend.zp.player.rulestate.PRPongState; +import extend.zp.player.rulestate.PRTiState; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.player.rulestate.PRWinState; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerPreDrawState; +import extend.zp.player.state.EXPlayerWaitState; +import extend.zp.room.state.EXRoomDealState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.room.state.EXRoomStartGameState; + + +public class EXMainServer extends MainServer { + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + Global.loggerDebug = true; + Global.gameId = Config.GAME_ID; + gameCtr = (EXGameController) Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + //Global.registerState(EXRoomRoundSettleState.class, new EXRoomRoundSettleState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerPreDrawState.class, new EXPlayerPreDrawState()); + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + //Global.registerState(EXPlayerRoundSettleState.class, new EXPlayerRoundSettleState()); + + Global.registerState(PRTiState.class, new PRTiState()); + Global.registerState(PRWeiState.class, new PRWeiState()); + Global.registerState(PRDrawPaoState.class, new PRDrawPaoState()); + Global.registerState(PRDiscardPaoState.class, new PRDiscardPaoState()); + Global.registerState(PRDrawPongState.class, new PRDrawPongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRChiState.class, new PRChiState()); + Global.registerState(PRDrawChiState.class, new PRDrawChiState()); + Global.registerState(PRWinState.class, new PRWinState()); + } + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXPlayer.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXPlayer.java new file mode 100644 index 0000000..b9f9c70 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXPlayer.java @@ -0,0 +1,256 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Stack; + +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.player.rule.RuleChi; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.ChowCard; + +/** + * + * + * + * 2017��8��30�� EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + // ������ + public List outcardList; + // ������ + public List outcardExList; + + public ITArray opCard; + + public int biCard; + + public List tiGroup; + public List paoGroup; + public List kanGroup; + public List pongGroup; + public List weiGroup; + public List chowGroup; + public List opCardList; + + public Stack handCard; + public List handCardEx; + + public HashSet chouChiSet; + public HashSet chouChiExSet; + public HashSet chouPongSet; + + public int drawCard = 0; + public int winCard = 0; + public int winScore = 0; + public int winFan = 0; + public List mingtangList; + + public int kongCount = 0; + public int tiCount = 0; + // ��Ϣ + public int huXi = 0; + + public int total_huxi = 0; + + public boolean isTingHu = true; + + // �Ƿ�����ү + public boolean isLaoYe = false; + + public boolean isMingTang = true; + + public TipManager tipMgr; + + public Tip actionTip; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + outcardExList = new ArrayList<>(); + + tiGroup = new ArrayList<>(); + paoGroup = new ArrayList<>(); + kanGroup = new ArrayList<>(); + pongGroup = new ArrayList<>(); + weiGroup = new ArrayList<>(); + chowGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + mingtangList = new ArrayList<>(); + + opCard = new TArray(); + chouChiSet = new HashSet<>(); + chouChiExSet = new HashSet<>(); + chouPongSet = new HashSet<>(); + + handCard = new Stack(); + handCardEx = new ArrayList<>(); + + tipMgr = new TipManager(this); + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo(boolean self) { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("card_count", this.cardInhand.size()); + playerData.putInt("score", this.score.total_score); + playerData.putInt("hu_xi", this.getShowHuXi(self)); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card1", opcard.card1); + opcardParam.putInt("card2", opcard.card2); + opcardParam.putInt("card3", opcard.card3); + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + return playerData; + } + + public int getShowHuXi(boolean self) { + int huXi = 0; + for (OpCard opCard : this.opCardList) { + if (!self) { + if (opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI) { + continue; + } + } else { + if (opCard.type == RuleWeight.TYPE_KAN) { + continue; + } + } + huXi += opCard.huXi; + } + return huXi; + } + + public void resetHuXi() { + this.huXi = 0; + for (OpCard opCard : this.opCardList) { + this.huXi += opCard.huXi; + } + } + + public void clear() { + this.cardInhand.clear(); + this.winer = 0; + this.outcardList.clear(); + this.outcardExList.clear(); + this.drawCard = 0; + this.winScore = 0; + this.winFan = 0; + this.kongCount = 0; + this.tiCount = 0; + this.huXi = 0; + this.isTingHu = true; + this.isLaoYe = false; + this.isMingTang = true; + this.tiGroup.clear(); + this.paoGroup.clear(); + this.kanGroup.clear(); + this.pongGroup.clear(); + this.weiGroup.clear(); + this.chowGroup.clear(); + this.opCardList.clear(); + this.chouChiSet.clear(); + this.chouChiExSet.clear(); + this.chouPongSet.clear(); + this.mingtangList.clear(); + this.score.resetRound(); + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + /** + * �Զ����ƣ��йܣ� + */ + public Integer autoDiscard(){ + Map cardNum=CardUtil.getCardNumMap(this.cardInhand); + for (Entry card : cardNum.entrySet()) { + if (card.getValue()==1||card.getValue()==2) { + return card.getKey(); + } + } + return 0; + } + public boolean chi(int eventCard, IRuleBase rule) { + EXPlayer activePlayer = (EXPlayer) this.room.playerMapBySeat.get(this.room.activeSeat); + if (this.cardInhand.size() <= 2) { + return false; + } + if (eventCard == 0) { + return false; + } + if (this.isEntrust()) { + this.chouChiSet.add(eventCard); + return false; + } + // ���� + if (this.chouChiSet.contains(eventCard)) { + return false; + } + // ���� + if (this.chouChiExSet.contains(eventCard) && this.getRoom().throwCardsSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, this.outcardExList) != 0) { + return false; + } + if (activePlayer.nextSeat != this.seat && activePlayer.seat != this.seat) { + return false; + } + if (this.getRoom().checkPao(eventCard, rule instanceof RuleChi)) { + return false; + } + + ChowCard chow = new ChowCard(this.cardInhand, eventCard); + ITArray list = TArray.newInstance(); + boolean isChi = chow.tryChow(list); + if (isChi) { + int weight = activePlayer.seat != this.seat ? RuleWeight.CHOW1 : RuleWeight.CHOW2; + for (int i = 0; i < list.size(); ++i) { + ITObject obj = list.getTObject(i); + ITArray opCard = obj.getTArray("opcard"); + Tip tip = new Tip(eventCard, opCard, weight, rule, RuleWeight.TYPE_CHOW); + tip.bi_list = obj.getTArray("bi_list"); + this.tipMgr.addTip(tip); + } + } else { + this.chouChiExSet.add(eventCard); + } + return isChi; + } + +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXRoom.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXRoom.java new file mode 100644 index 0000000..c1ce5d3 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXRoom.java @@ -0,0 +1,1265 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Stack; + +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.*; +import com.taurus.core.util.Logger; + +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.tip.Action; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; +import extend.zp.uitl.WinCard; + + +public class EXRoom extends Room { + Logger logger = Logger.getLogger(getClass()); + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + public int activeCard; + public int drawCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winSeat; + public int winCount = 0; + public boolean liuju = false; + public int liujuNum = 0; + public boolean isAllPass = false; + public boolean isTianHu = true; + public boolean isDiHu = true; + + public int step; + + public HashSet throwCardsSet; + public ArrayList throwCardsList; + + public int typeface = 1; + + public ITObject paiXing; + public int adminSeat; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.paiXing = TObject.newInstance(); + this.throwCardsSet = new HashSet<>(); + this.throwCardsList = new ArrayList(); + this.isEntrust = true; + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + this.adminSeat = 0; + } + + public void changePaiXing(EXPlayer player, ITObject params) { + ITArray paixing = null; + try { + paixing = params.getTArray("card_list"); + } + catch(Exception e) + { + + } + + if (paixing == null) { + paixing = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < paixing.size(); i++) + { + TDataWrapper card = paixing.get(i); + TObject map = (TObject)card.getObject(); + tmpCardList.add(map.getInt("card")); + } + + Collections.sort(tmpCardList); + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(player.cardInhand); + for (OpCard opCard : player.opCardList) { + if (opCard.type == RuleWeight.TYPE_KAN && opCard.pailie) { + tmpCardList2.add(opCard.card1); + tmpCardList2.add(opCard.card2); + tmpCardList2.add(opCard.card3); + } + } + Collections.sort(tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2)) + { + ITObject param = new TObject(); + player.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, param); + return; + } + + paiXing.putTArray(player.seat + "", paixing); + + ITObject cmdData = TObject.newInstance(); + cmdData.putTArray("card_list", paixing); + this.getPlayBack().addCommand("ChangePaiXing", player.seat, cmdData); + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + checkAction(); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + this.isAllPass = true; + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + activePlayer.stateMachine.toNextState(); + } else { + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.player.seat == tip.owner.seat) { + continue; + } + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (curaction.player.seat == player.seat) { + continue; + } + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState || player.stateMachine.curState instanceof EXPlayerDrawTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = getReloadInfoEx(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + data.putInt("typeface", typeface); + data.putInt("discard", this.isDiHu ? 0 : 1); + + ITArray paiXing = this.paiXing.getTArray(player.seat + ""); + if (paiXing == null) { + paiXing = TArray.newInstance(); + } + data.putTArray("card_list", paiXing); + + EXPlayer activePlayer = (EXPlayer) playerMapBySeat.get(activeSeat); + if (activePlayer != null) { + if (activePlayer.drawCard != 0) { + data.putInt("acitve_card", activePlayer.drawCard); + } else { + data.putInt("acitve_card", activeCard); + } + } else { + data.putInt("acitve_card", 0); + } + return data; + } + + public ITObject getReloadInfoEx(Player player) { + ITObject data = new TObject(); + data.putInt("active_seat", this.activeSeat); + data.putInt("banker_seat", this.bankerSeat); + data.putBoolean("playing", this.isplaying); + ITArray info_list = TArray.newInstance(); + boolean self = false; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer) entry.getValue(); + if (tempPlayer.seat == player.seat) { + self = true; + } + info_list.addTObject(tempPlayer.getReloadInfo(self)); + } + data.putTArray("info_list", info_list); + return data; + } + + public void addScore(EXPlayer player, int score, int type) { + player.score.round_log.put(type, player.score.round_log.get(type) + score); + + player.score.round_score += score; + player.score.total_score += score; + } + + public void addScore(EXPlayer destPlayer) { + int score = caclScore(destPlayer); + //先判断分够不够 + int tmp_all_score = 0; + for (Entry entry : this.playerMapById.entrySet()) { + if (!entry.getKey().equals(destPlayer.playerid)) { + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + //// + if(multipleScore(score) > fromPlayer.hp.cur_hp) { + tmp_all_score += reMultipleScore((int)fromPlayer.hp.cur_hp); + this.addScore(fromPlayer, -reMultipleScore((int)fromPlayer.hp.cur_hp), EXScore.WIN); + }else { + tmp_all_score += score; + this.addScore(fromPlayer, -score, EXScore.WIN); + } + } + } + // + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + this.addScore(destPlayer, tmp_all_score, EXScore.WIN); + } + } + + //// +// for (Entry entry : this.playerMapById.entrySet()) { +// if (entry.getKey().equals(destPlayer.playerid)) { +// if (this.maxPlayers == 2) { +// this.addScore(destPlayer, score, EXScore.WIN); +// } else { +// this.addScore(destPlayer, score * 2, EXScore.WIN); +// } +// } else { +// EXPlayer fromPlayer = (EXPlayer) entry.getValue(); +// this.addScore(fromPlayer, -score, EXScore.WIN); +// } +// } + } + + public int caclScore(EXPlayer player) { + int redCard = 0; + int bigCard = 0; + int smallCard = 0; + int huXi = 0; + int huXiNum = 0; + boolean isDuzi = true; + int huangFan = 0; + + //ssdd + if (!player.handCardEx.isEmpty()) { + isDuzi = false; + for (int card : player.handCardEx) { + if (CardUtil.isRedCard(card)) { + redCard++; + } + if (CardUtil.cardType(card) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.handCard) { + if (opCard.huXi != 0) { + huXi += opCard.huXi; + huXiNum++; + } + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (opCard.type == 2) { + if (opCard.card1 != opCard.card2 || opCard.card1 != opCard.card3) { + isDuzi = false; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.opCardList) { + if (opCard.huXi != 0) { + huXi += opCard.huXi; + huXiNum++; + } + if (opCard.type == RuleWeight.TYPE_CHOW) { + isDuzi = false; + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } else { + if (CardUtil.isRedCard(opCard.card1)) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + redCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + redCard += 4; + } + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + bigCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + bigCard += 4; + } + } else { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + smallCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + smallCard += 4; + } + } + } + } + player.mingtangList.clear(); + player.winFan = 0; + player.huXi = huXi; + player.total_huxi = huXi; + player.winScore =huXi-huXi%3;//jefe (huXi - 15) / 3 + 1 + + + int score = player.winScore + this.config.getInt(Config.GAME_TUN); + if (!player.isMingTang) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + if (player.seat == this.bankerSeat) { + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 6)); + } else { + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 6)); + } + player.winFan += 6; + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + // ��� + if (redCard >= 10) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 3 + redCard - 10; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if (redCard < 13) { + fan = 2; + } + } else { + fan = 2 + redCard - 10; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + if (this.config.getInt(Config.GAME_MODE) == 2) { + // ���� + if (redCard >= 13) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.HONG_WU, 1, 4)); + } + } + // �ں� + if (redCard == 0) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 8; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 5; + } else { + fan = 5; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + // ��� + if (redCard == 1) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 6; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 3; + } else { + fan = 3; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + // ���ߺ� + if (this.config.getInt(Config.GAME_SIQI) == 1) { + if (redCard == 4 || redCard == 7) { + player.winFan += 2; + player.mingtangList.add(new MingTang(RuleWeight.SI_QI_HONG, 1, 2)); + } + } + } else if (player.room.config.getInt(Config.GAME_MODE) == 1) {//jefe + if (huXi>=30){ + player.winFan += 2; + }else { + if (player.seat == this.bankerSeat) { + if (this.config.getInt(Config.GAME_TIANHU) == 1) { + player.winFan += 2;//jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 4)); + } + } else { + if (this.config.getInt(Config.GAME_DIHU) == 1) { + player.winFan += 2;//jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 4)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + } + } + + if (player.winFan > 0) { + score *= player.winFan; + } + if (huangFan > 0) { + score *= (huangFan + 1); + } + if (this.config.getInt(Config.GAME_FENGDING) == 1) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 100); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 20); + } else { + score = Math.min(score, 60); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 2) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 200); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 40); + } else { + score = Math.min(score, 80); + } + } + + return score; + } + // ��� + if (redCard >= 10) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 3 + redCard - 10; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if (redCard < 13) { + fan = 2; + } + } else { + fan = 2 ;//jefe 2 + redCard - 10 + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + if (this.config.getInt(Config.GAME_MODE) == 2) { + // ���� + if (redCard >= 13) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.HONG_WU, 1, 4)); + } + } + // �ں� + if (redCard == 0) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 8; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 5; + } else { + fan = 2;//jefe 5 + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + // ��� + if (redCard == 1) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 6; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 3; + } else { + fan = 2;//jefe 3 + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + // ���Ӻ� + if (isDuzi) { + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 8)); + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if (this.config.getInt(Config.GAME_DUIZIFU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 4)); + } + } else { + player.winFan += 2;//jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 2)); + } + } + // ���� + if (this.winSeat == player.seat) { + //player.winScore += 1; jefe + player.mingtangList.add(new MingTang(RuleWeight.ZI_MO, 2, 1*3));//jefe *3 + } + // ȫ���� + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + if (this.isTianHu) { + // ��� + if (player.seat == this.bankerSeat) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 6)); + } + // �غ� + else { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 6)); + } + } + // ���� + if (this.card.getCount() == 0) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.HAI_HU, 1, 6)); + } + // ���� + if (this.config.getInt(Config.GAME_TINGHU) == 1) { + if (player.isTingHu) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 6)); + } + } + // ��� + if (bigCard >= 18) { + int fan = 8 + bigCard - 18; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_HU, 1, fan)); + } + + // С�� + if (smallCard >= 16) { + int fan = 10 + smallCard - 16; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.XIAO_HU, 1, fan)); + } + + // ����Բ + if (this.config.getInt(Config.GAME_TUANYUAN) == 1) { + int duan = 0; + for (int i = 1; i <= 10; i++) { + int num = 0; + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_PAO && opCard.type != RuleWeight.TYPE_TI) { + continue; + } + if (opCard.card1 % 100 == i) { + num++; + } + } + if (num == 2) { + duan++; + } + } + if (duan > 0) { + int fan = duan * 8; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_TUAN_YUAN, 1, fan)); + } + } + // ����Ϣ + if (this.config.getInt(Config.GAME_HANGHANGXI) == 1) { + if (huXiNum == 7) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.XING_XING_XI, 1, 8)); + } + } + // ������Ϣ + if (this.config.getInt(Config.GAME_JIAXINGXING) == 1) { + if ((player.tiCount + player.kongCount) > 0) { + if (huXiNum == 6) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.JIA_XING_XING, 1, 4)); + } + } + } + // ���ߺ� + if (this.config.getInt(Config.GAME_SIQI) == 1) { + if (redCard == 4 || redCard == 7) { + player.winFan += 2; + player.mingtangList.add(new MingTang(RuleWeight.SI_QI_HONG, 1, 2)); + } + } + // ˣ�� + if (this.config.getInt(Config.GAME_SHUAHOU) == 1) { + if (player.kanGroup.isEmpty() && player.cardInhand.size() == 1) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.SHUA_HOU, 1, 8)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + // Բ + if (this.config.getInt(Config.GAME_YUAN) == 1) { + List cardList = new ArrayList<>(); + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_PAO && opCard.type != RuleWeight.TYPE_TI) { + continue; + } + cardList.add(opCard.card1); + } + if (!cardList.isEmpty()) { + Collections.sort(cardList); + int yuan = 0; + int num = cardList.get(0); + for (int i = 1; i < cardList.size(); i++) { + if (num + 1 == cardList.get(i)) { + yuan++; + } + num = cardList.get(i); + } + if (yuan > 0) { + int fan = yuan * 6; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.YUAN, 1, fan)); + } + } + } + // ������ + if (this.config.getInt(Config.GAME_BEIKAOBEI) == 1) { + boolean kezi1 = false; + boolean kezi2 = false; + boolean isBeiKaoBei = true; + for (OpCard opCard : player.handCard) { + if (opCard.type == 1) { + if (opCard.card1 != player.winCard && opCard.card1 % 100 == player.winCard % 100) { + kezi1 = true; + continue; + } + break; + } else { + if (opCard.card1 != opCard.card2 || opCard.card1 != opCard.card3) { + if (opCard.card1 == player.winCard || opCard.card2 == player.winCard || opCard.card3 == player.winCard) { + isBeiKaoBei = false; + break; + } + continue; + } + if (opCard.card1 == player.winCard) { + kezi2 = true; + } + } + } + if (isBeiKaoBei) { + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_WEI && opCard.type != RuleWeight.TYPE_CHOUWEI && opCard.type != RuleWeight.TYPE_KAN) { + continue; + } + if (opCard.card1 == player.winCard) { + kezi2 = true; + } + } + } + if (kezi1 && kezi2) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.BEI_KAO_BEI, 1, 8)); + } + } + } + // ���෬ + if (this.config.getInt(Config.GAME_MODE) == 1) {//jefe + if (this.isTianHu) { + // ��� + if (player.seat == this.bankerSeat) { + if (this.config.getInt(Config.GAME_TIANHU) == 0) {//jefe 1 + player.winFan += 2; //jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 2)); + } + } + // �غ� + else { + if (this.config.getInt(Config.GAME_DIHU) == 0) { //jefe 1 + player.winFan += 2;// jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 2)); + } + } + } + // ���� + if (this.config.getInt(Config.GAME_HAIHU) == 1) {// + if (this.card.getCount() == 0) { + player.winFan += 2; // //jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.HAI_HU, 1, 2)); + } + } + /* + if (this.config.getInt(Config.GAME_TINGHU) == 1) { + // ���� + if (player.isTingHu) { + player.winFan += 2; //jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 2)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + }*/ + + if (bigCard >= 18) { + int fan = 8 + bigCard - 18; + fan = 2;//jefe + player.winFan += 2;//jefe fan + player.mingtangList.add(new MingTang(RuleWeight.DA_HU, 1, fan)); + } + + // С�� + if (smallCard >= 18) { + int fan = 10 + smallCard - 18; + fan = 2;//jefe + player.winFan += 2;//jefe fan + player.mingtangList.add(new MingTang(RuleWeight.XIAO_HU, 1, fan)); + } + + //30息翻倍 jefe + if(player.winFan<=1&&huXi>=30){ + player.winFan += 2;//jefe fan + player.mingtangList.add(new MingTang(RuleWeight.SANSHI_XI_FAN, 1, 2)); + } + + } + score = player.winScore + this.config.getInt(Config.GAME_TUN); + if (player.winFan > 0) { + score *= player.winFan; + } + if (huangFan > 0) { + score *= (huangFan + 1); + } + if (this.config.getInt(Config.GAME_FENGDING) == 1) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 100); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 20); + } else { + score = Math.min(score, 60); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 2) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 200); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 40); + } else { + score = Math.min(score, 80); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 3) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 300); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 4) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 500); + } + } + //jefe *3 + if (this.winSeat == player.seat) { + score += 3; + } + + return score; + } + + public boolean checkPao(int eventCard, boolean isDis) { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (isDis) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } else { + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + return true; + } + } + if (player.seat != this.activeSeat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } + } + } + return false; + } + + // public void settleRound() { + // saveMilitaryRound(playBackData.getData(this)); + // if (this.liuju == true) { + // this.bankerSeat = this.playerMapBySeat.get(this.bankerSeat).nextSeat; + // } + // boolean total = this.round >= this.maxRound; + // int result = this.nonNegative(false); + // if (!total) { + // EXMainServer.gameCtr.roomResult(this); + // if (result == 4) { + // total = true; + // this.saveMilitaryTotal(false); + // } + // } else { + // this.saveMilitaryTotal(false); + // } + // this.stateMachine.changeState(Global.getState(EXRoomRoundSettleState.class)); + // this.winCount = 0; + // + // if (total) { + // this.stateMachine.changeState(Global.getState(RoomEndGameState.class)); + // return; + // } + // } + + public void win(EXPlayer player, EXPlayer activePlayer) { + if (player.getRoom().drawCard != 0) { + player.winCard = player.getRoom().drawCard; + } + player.winer = 1; + int scoreSrc = caclScore(player); + if (player.handCard.isEmpty()) { + scoreSrc = 0; + } + player.resetHuXi(); + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + + Stack handCard = new Stack(); + List handCardEx = new ArrayList<>(); + handCard.addAll(player.handCard); + handCardEx.addAll(player.handCardEx); + + for (int i = 0; i < player.pongGroup.size(); i++) { + if (activePlayer.drawCard == player.pongGroup.get(i)[0]) { + player.kongCount++; + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_PONG, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.pongGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PONG, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] pongGroup = new int[3]; + pongGroup[0] = activePlayer.drawCard; + pongGroup[1] = activePlayer.drawCard; + pongGroup[2] = activePlayer.drawCard; + + player.pongGroup.add(pongGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (activePlayer.drawCard == player.kanGroup.get(i)[0]) { + player.kongCount++; + + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_KAN, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.kanGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] kanGroup = new int[3]; + kanGroup[0] = activePlayer.drawCard; + kanGroup[1] = activePlayer.drawCard; + kanGroup[2] = activePlayer.drawCard; + + player.kanGroup.add(kanGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (activePlayer.drawCard == player.weiGroup.get(i)[0]) { + player.kongCount++; + + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_WEI, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.weiGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] weiGroup = new int[3]; + weiGroup[0] = activePlayer.drawCard; + weiGroup[1] = activePlayer.drawCard; + weiGroup[2] = activePlayer.drawCard; + + player.weiGroup.add(weiGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_WEI, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_WEI, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + } + this.addScore(player); + // this.liuju = false; + this.liujuNum = 0; + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(player.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + } + EXMainServer.gameCtr.winEvent(player, player.seat); + // if (owner.room.config.getInt(Config.GAME_ZHUANG) == 1) { + // if (room.bankerSeat != owner.seat) { + // room.bankerSeat = owner.lastSeat; + // } + // } else { + // room.bankerSeat = owner.seat; + // } + this.bankerSeat = player.seat; + player.winCount++; + this.endGame(); + } + + @Override + public void endGame() { + super.endGame(); + } + + public void saveRecRound() { + this.getPlayBack().addResultData(EXMainServer.gameCtr.getRoomResultData(this)); + super.saveRecRound(); + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + public PlayBack getPlayBack() { + return (PlayBack) playBackData; + } + + @Override + public void clear() { + super.clear(); + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.isplaying = this.isAllPass = false; + this.isTianHu = this.isDiHu = true; + this.paiXing = TObject.newInstance(); + this.throwCardsSet.clear(); + this.throwCardsList.clear(); + } + // public void destroy() { + // super.destroy(); + // } + + /** + * 开启倍数后 体力值消耗= 倍数*分数 + */ + private int reMultipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score / this.hpData.getInt("times")); + } + } + return score; + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXScore.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXScore.java new file mode 100644 index 0000000..fb3834e --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/EXScore.java @@ -0,0 +1,15 @@ +package extend.zp; + +import com.game.data.Score; + +public class EXScore extends Score { + public static final int WIN = 1; + + public EXScore(EXPlayer owner) { + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/MingTang.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/MingTang.java new file mode 100644 index 0000000..82b8723 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/MingTang.java @@ -0,0 +1,13 @@ +package extend.zp; + +public class MingTang { + public int mingTang; + public int type; + public int score; + + public MingTang(int mingTang, int type, int score) { + this.mingTang = mingTang; + this.type = type; + this.score = score; + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/OpCard.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/OpCard.java new file mode 100644 index 0000000..bbd5df6 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/OpCard.java @@ -0,0 +1,35 @@ +package extend.zp; + +import java.io.Serializable; + +public class OpCard implements Serializable{ + private static final long serialVersionUID = 1L; + public int type; + public int card1; + public int card2; + public int card3; + public int huXi; + public boolean pailie; + + public OpCard(int type, int card1, int card2, int card3, int huXi) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + this.pailie = false; + } + + public OpCard(int type, int card1, int card2, int card3, int huXi, boolean pailei) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + this.pailie = pailei; + } + + public OpCard() { + + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/PlayBack.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/PlayBack.java new file mode 100644 index 0000000..74f6ad7 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/PlayBack.java @@ -0,0 +1,107 @@ +package extend.zp; + +import java.util.Map.Entry; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class PlayBack extends BasePlayBack { + + public PlayBack(EXRoom room) { + super(room); + info.putInt("left_card", room.card.getCount()); + ITArray infoList = new TArray(); + for (Entry entry : room.playerMapById.entrySet()) { + ITObject obj = TObject.newInstance(); + EXPlayer player = (EXPlayer) entry.getValue(); + obj.putInt("aid", player.playerid); + obj.putUtfString("nick", player.nick); + obj.putInt("sex", player.sex); + obj.putUtfString("portrait", player.portrait); + obj.putInt("seat", player.seat); + ITArray cardInhand = Util.toTArray(player.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + infoList.addTObject(obj); + } + info.putTArray("playerData", infoList); + } + + public void addGetCardCommand(int seat, int card, int left_count) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard", seat, data); + } + + public void addAddCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("AddCard", seat, data); + } + + public void addThrowCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("ThrowCard", seat, data); + } + + public void addOutCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard", seat, data); + } + + public void addResultData(ITObject resultData){ + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + mp.putTObject("data", resultData); + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", "result"); + cmdObj.putTObject("result", mp); + cmdList.addTObject(cmdObj); + } + + public void addActionCommand(int seat, int type, int active_card, int card, int from_seat, int huxi, ITArray opcardArray) { + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("active_card", active_card); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + cmdData.putInt("hu_xi", huxi); + if (opcardArray != null) { + ITArray opcard = TArray.newInstance(); + for (int i = 0; i < opcardArray.size(); i++) { + opcard.addInt(opcardArray.getInt(i)); + } + cmdData.putTArray("opcard", opcard); + } + addCommand("Action", seat, cmdData); + } + + public void addWinCardCommand(int seat, boolean zimo) { + ITObject cmdData = TObject.newInstance(); + addCommand("Win", seat, cmdData); + } + + public void addCommand(String cmd, int seat, ITObject data) { + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", cmd); + cmdObj.putInt("seat", seat); + cmdObj.putTObject("data", data); + cmdList.addTObject(cmdObj); + } + + public ITObject getData(EXRoom owner) { + ITObject data = TObject.newInstance(); + data.putTObject("info", info); + data.putTArray("cmdList", cmdList); + data.putTObject("result", EXMainServer.gameCtr.getRoomResultData(owner)); + return data; + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/PlayerRuleManager.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/PlayerRuleManager.java new file mode 100644 index 0000000..86ffaef --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/PlayerRuleManager.java @@ -0,0 +1,121 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.zp.player.rule.RuleChi; +import extend.zp.player.rule.RuleDealKan; +import extend.zp.player.rule.RuleDealTi; +import extend.zp.player.rule.RuleDiscardPao; +import extend.zp.player.rule.RuleDrawChi; +import extend.zp.player.rule.RuleDrawPao; +import extend.zp.player.rule.RuleDrawPong; +import extend.zp.player.rule.RuleKan; +import extend.zp.player.rule.RulePong; +import extend.zp.player.rule.RuleTi; +import extend.zp.player.rule.RuleWei; +import extend.zp.player.rule.RuleWin; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerTipState; +import extend.zp.tip.IRuleBase; + + +public class PlayerRuleManager { + public static final int DEAL_RULE = 1; + public static final int KAN_RULE = 2; + public static final int TI_RULE = 3; + public static final int DRAW_RULE = 4; + public static final int OTHER_DRAW_RULE = 5; + public static final int DRAW_PAO_RULE = 6; + public static final int DISCARD_RULE = 7; + public static final int HU_RULE = 9; + public static final int OTHER_HU_RULE = 11; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + + tipMap.put(PlayerRuleManager.OTHER_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + + List dealList = new ArrayList(); + dealList.add(new RuleDealTi()); + dealList.add(new RuleDealKan()); + ruleMap.put(PlayerRuleManager.DEAL_RULE, dealList); + + List dealKanList = new ArrayList(); + dealKanList.add(new RuleKan()); + ruleMap.put(PlayerRuleManager.KAN_RULE, dealKanList); + + List paoList = new ArrayList(); + paoList.add(new RuleTi()); + paoList.add(new RuleWei()); + ruleMap.put(PlayerRuleManager.TI_RULE, paoList); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleWin()); + drawRuleList.add(new RuleDrawChi()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List otherDrawRuleList = new ArrayList(); + otherDrawRuleList.add(new RuleWin()); + otherDrawRuleList.add(new RuleDrawPong()); + otherDrawRuleList.add(new RuleDrawChi()); + ruleMap.put(PlayerRuleManager.OTHER_DRAW_RULE, otherDrawRuleList); + + List drawPaoList = new ArrayList(); + drawPaoList.add(new RuleDrawPao()); + ruleMap.put(PlayerRuleManager.DRAW_PAO_RULE, drawPaoList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleDiscardPao()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleChi()); + ruleMap.put(PlayerRuleManager.DISCARD_RULE, otherDiscardList); + + List huList = new ArrayList(); + huList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.HU_RULE, huList); + + List otherHuList = new ArrayList(); + otherHuList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.OTHER_HU_RULE, otherHuList); + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean conditionEx(int type, EXPlayer player) { + return condition(type, player, false); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + player.tipMgr.clean(); + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/RoomCard.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/RoomCard.java new file mode 100644 index 0000000..abe4238 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/RoomCard.java @@ -0,0 +1,104 @@ +package extend.zp; + +import java.util.*; + +public class RoomCard { + public ArrayList cardList; + EXRoom room; + public ArrayList subCardList; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + this.room = table; + this.subCardList = new ArrayList<>(); + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + } + + private void initCard() { + for (int index = 1; index <= 10; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + } + } + } + +// private void initCard2() { +// List list = Arrays.asList(102, 103, 105, 106, 106, 107, 108, 108, 109, 110, 110, 110, 110, 201, 202, 207, 209, 209, 210, 210); +// List list2 = Arrays.asList(101, 101, 104, 104, 105, 107, 107, 109, 201, 201, 203, 203, 203, 203, 204, 206, 207, 208, 209, 210); +// List list3 = Arrays.asList(205, 106, 108, 208, 209, 105, 106, 206, 102, 105, 104, 108, 102, 107, 202, 106, 206, 202, 104, 204, 102, 108, 208, 207, 208, 205, 205, 201, 202, 101, 103, 206, 103, 209, 208, 210, 102, 105, 109, 108); +// +// this.cardList.addAll(list2); +// this.cardList.addAll(list); +// this.cardList.addAll(list3); +// } + + private void shuffle() { + for(int i = 0;i < 100;i++) { + Collections.shuffle(this.cardList); + } + } + + public int pop() { + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + int card = this.subCardList.remove(0); + return card; + }else { + return 0; + } + }else { + int card = this.cardList.remove(0); + return card; + } + } + + public int popsub() { + if (this.subCardList.size() == 0) { + int card = this.cardList.remove(0); + return card; + }else { + int card = this.subCardList.remove(0); + return card; + } + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + public ArrayList deal() { + ArrayList dealCards = new ArrayList(); + for (int index = 0; index < 20; index++) { + dealCards.add(this.pop()); + } + + return dealCards; + } + + public void reInitCards(List cards) { +// Global.logger.info("sub before===>"+subCardList.size()); +// this.subCardList.addAll(cards); + //从底牌移除 +// Global.logger.info("before===>"+cardList.size()); + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { +// Global.logger.info("bidui===>"+cardList.get(i)+":"+Integer.valueOf(card)); + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } +// Global.logger.info("sub after===>"+subCardList.size()); +// Global.logger.info("after===>"+cardList.size()); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/RuleWeight.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/RuleWeight.java new file mode 100644 index 0000000..259ac8f --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/RuleWeight.java @@ -0,0 +1,46 @@ +package extend.zp; + +public class RuleWeight { + public final static int CHOW1 = 1; + public final static int CHOW2 = 2; + public final static int PONG = 3; + public final static int WIN1 = 4; + public final static int WIN2 = 5; + public final static int WIN3 = 6; + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KAN = 3; + public final static int TYPE_WEI = 4; + public final static int TYPE_CHOUWEI = 5; + public final static int TYPE_PAO = 6; + public final static int TYPE_TI = 7; + public final static int TYPE_WIN = 8; + public final static int TYPE_BI = 9; + public final static int TYPE_JIANG = 10; + + public final static int SMALL_CARD = 1; + public final static int BIG_CARD = 2; + + public final static int HONG_HU = 1; + public final static int WU_HU = 2; + public final static int DIAN_HU = 3; + public final static int DUIZI_HU = 4; + public final static int TIAN_HU = 5; + public final static int DI_HU = 6; + public final static int HAI_HU = 7; + public final static int TING_HU = 8; + public final static int DA_HU = 9; + public final static int XIAO_HU = 10; + public final static int DA_TUAN_YUAN = 11; + public final static int XING_XING_XI = 12; + public final static int SI_QI_HONG = 13; + public final static int SHUA_HOU = 14; + public final static int HUANG_FAN = 15; + public final static int ZI_MO = 16; + public final static int JIA_XING_XING = 17; + public final static int HONG_WU = 18; + public final static int YUAN = 19; + public final static int BEI_KAO_BEI = 20; + public final static int SANSHI_XI_FAN = 21;//30息翻倍 +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleChi.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleChi.java new file mode 100644 index 0000000..701eef2 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleChi.java @@ -0,0 +1,36 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRChiState; +import extend.zp.tip.IRuleBase; +import redis.clients.jedis.Jedis; + + +public class RuleChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + return player.chi(player.getRoom().activeCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + int activeCard=room.activeCard; + PRChi.prChi(activeCard, player); + room.activeCard = 0; + room.lastDiscardSeat = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + player.stateMachine.changeState(Global.getState(PRChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java new file mode 100644 index 0000000..5fb46b6 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java @@ -0,0 +1,75 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleDealKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if(num == 2 && card == player.drawCard) { + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true)); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + + ITObject param = new TObject(); + param.putInt("card", card); + param.putInt("seat", player.room.activeSeat); + player.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + } + if (num == 3) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true)); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java new file mode 100644 index 0000000..7d85c36 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java @@ -0,0 +1,82 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; +import redis.clients.jedis.Jedis; + + +public class RuleDealTi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 3) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.tiCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + player.tiGroup.add(tiGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_TI, player.seat, opcard); + } + if (num == 4) { + player.tiCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + player.tiGroup.add(tiGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_TI, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java new file mode 100644 index 0000000..d8aeee1 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java @@ -0,0 +1,63 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRDiscardPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import redis.clients.jedis.Jedis; + + +public class RuleDiscardPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + //判断是否可以偎 + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + + int eventCard = player.getRoom().activeCard; + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDiscardPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java new file mode 100644 index 0000000..5e3171b --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java @@ -0,0 +1,39 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRDrawChiState; +import extend.zp.tip.IRuleBase; +import redis.clients.jedis.Jedis; + + +public class RuleDrawChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + return player.chi(eventCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(player.room.activeSeat); + int activeCard = activePlayer.drawCard; + PRChi.prChi(activeCard, player); + activePlayer.drawCard = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + + player.stateMachine.changeState(Global.getState(PRDrawChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java new file mode 100644 index 0000000..28b8baf --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java @@ -0,0 +1,83 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRDrawPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import redis.clients.jedis.Jedis; + + +public class RuleDrawPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + //判断是否可以偎 + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.pongGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PONG, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java new file mode 100644 index 0000000..b2fa1cc --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java @@ -0,0 +1,55 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDrawPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + + +public class RuleDrawPong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.cardInhand.size() <= 2) { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (player.seat == activePlayer.seat) { + return false; + } + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleKan.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleKan.java new file mode 100644 index 0000000..df87829 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleKan.java @@ -0,0 +1,50 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 2) { + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card))); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RulePong.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RulePong.java new file mode 100644 index 0000000..0ad7640 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RulePong.java @@ -0,0 +1,53 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + + +public class RulePong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.cardInhand.size() <= 2) { + return false; + } + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleTi.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleTi.java new file mode 100644 index 0000000..24311ed --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleTi.java @@ -0,0 +1,64 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRTiState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import redis.clients.jedis.Jedis; + + +public class RuleTi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.drawCard; + //判断是否可以偎 + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + break; + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRTiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleWei.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleWei.java new file mode 100644 index 0000000..cbe61ae --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleWei.java @@ -0,0 +1,43 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXPlayer; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import redis.clients.jedis.Jedis; + + +public class RuleWei implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.drawCard; + //判断是否可以偎 + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + player.winCard = player.drawCard; + player.drawCard = 0; + CardUtil.removeCard(player.cardInhand, eventCard, 2); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRWeiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleWin.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleWin.java new file mode 100644 index 0000000..5fffee6 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rule/RuleWin.java @@ -0,0 +1,48 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRWinState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.Paixing; + + +public class RuleWin implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isLaoYe) { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (activePlayer == null) { + return false; + } + if (Paixing.checkWin(player, activePlayer.drawCard)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activePlayer.drawCard); + int weight = RuleWeight.WIN3; + if (activePlayer.seat != player.seat) { + if (player.seat == activePlayer.nextSeat) { + weight = RuleWeight.WIN2; + } else { + weight = RuleWeight.WIN1; + } + } + Tip tip = new Tip(activePlayer.drawCard, opcard, weight, this, RuleWeight.TYPE_WIN); + player.tipMgr.addTip(tip); + player.getRoom().winSeat = activePlayer.seat; + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRWinState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRCheck.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRCheck.java new file mode 100644 index 0000000..4bf19dd --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRCheck.java @@ -0,0 +1,33 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Logger; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; +import redis.clients.jedis.Jedis; + +public class PRCheck { + public static final Logger logger = Logger.getLogger(PRCheck.class); + + public static boolean check(EXPlayer owner) { + Jedis jedis = Redis.use("group1_db5").getJedis(); + String fp = jedis.hget("pao"+owner.room+owner.room.round+owner.playerid,"fanpao"); + jedis.close(); + if (fp!=null){ + return false; + } + return true; + } + + +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java new file mode 100644 index 0000000..5c6b169 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java @@ -0,0 +1,70 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; +import com.taurus.core.util.Logger; + +public class PRChi { + public static final Logger logger = Logger.getLogger(PRChi.class); + + public static void prChi(int card, EXPlayer owner) { + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + Tip actionTip = owner.actionTip; + ITArray opcard = actionTip.opcard; + int chowcard1 = opcard.getInt(0); + int chowcard2 = opcard.getInt(1); + + __chow(owner, chowcard1, chowcard2, card, activePlayer, false); + if (actionTip.bi_list != null && actionTip.biid != null) { + ITObject obj = actionTip.bi_list.getTObject(actionTip.biid.getInt(0)); + ITArray biopcard = obj.getTArray("opcard"); + __chow(owner, biopcard.getInt(0), biopcard.getInt(1), card, owner, true); + if (obj.containsKey("bi_list")) { + ITArray bi_list1 = obj.getTArray("bi_list"); + ITObject obj1 = bi_list1.getTObject(actionTip.biid.getInt(1)); + ITArray biopcard1 = obj1.getTArray("opcard"); + __chow(owner, biopcard1.getInt(0), biopcard1.getInt(1), card, owner, true); + } + } + + } + + private static final void __chow(EXPlayer player, int chowcard1, int chowcard2, int card, EXPlayer activePlayer, boolean bi) { + int[] chiGroup = new int[3]; + chiGroup[0] = chowcard1; + chiGroup[1] = card; + chiGroup[2] = chowcard2; + CardUtil.removeCard(player.cardInhand, chowcard1, 1); + if (bi) { + CardUtil.removeCard(player.cardInhand, card, 1); + } + CardUtil.removeCard(player.cardInhand, chowcard2, 1); + logger.info("jefe chowGroup,player:" + player.playerid + ",card1:" + chowcard1+",card2:"+card+",card3:"+chowcard2); + player.chowGroup.add(chiGroup); + int huXi = 0; + if (chiGroup[0] % 100 != chiGroup[1] % 100) { + if (chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 6 || chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 19) { + huXi += Paixing.caclHuxi(RuleWeight.TYPE_CHOW, chiGroup[0]); + } + } + player.opCardList.add(new OpCard(RuleWeight.TYPE_CHOW, chiGroup[0], chiGroup[1], chiGroup[2], huXi)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(chiGroup[0]); + opcard.addInt(chiGroup[2]); + EXMainServer.gameCtr.actionCard(player, card, card, bi ? RuleWeight.TYPE_BI : RuleWeight.TYPE_CHOW, activePlayer.seat, opcard); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java new file mode 100644 index 0000000..ed30148 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java @@ -0,0 +1,42 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; + + +public class PRChiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java new file mode 100644 index 0000000..96900b8 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java @@ -0,0 +1,98 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRDiscardPaoState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + int fromseat = activePlayer.seat; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java new file mode 100644 index 0000000..7441809 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java @@ -0,0 +1,41 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; + +public class PRDrawChiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java new file mode 100644 index 0000000..2710a3e --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java @@ -0,0 +1,106 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRDrawPaoState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + if (owner.seat != activePlayer.seat) { + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + } + + int fromseat = activePlayer.seat; + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java new file mode 100644 index 0000000..8478789 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java @@ -0,0 +1,81 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRDrawPongState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = activePlayer.drawCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + activePlayer.drawCard = 0; + CardUtil.removeCard(owner.cardInhand, card, 2); + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java new file mode 100644 index 0000000..3274942 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java @@ -0,0 +1,82 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRPongState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + CardUtil.removeCard(owner.cardInhand, card, 2); + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + this.toNextState(owner); + ; + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java new file mode 100644 index 0000000..9fb47bd --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java @@ -0,0 +1,84 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRTiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + int card = owner.opCard.getInt(0); + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + owner.tiGroup.add(tiGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_TI, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java new file mode 100644 index 0000000..291addd --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java @@ -0,0 +1,94 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + +import com.taurus.core.plugin.redis.Redis; +import redis.clients.jedis.Jedis; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRWeiState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + int card = owner.opCard.getInt(0); + int[] weiGroup = new int[3]; + weiGroup[0] = card; + weiGroup[1] = card; + weiGroup[2] = card; + + + owner.weiGroup.add(weiGroup); + int type = owner.chouPongSet.contains(card) ? RuleWeight.TYPE_CHOUWEI : RuleWeight.TYPE_WEI; + //出喂 + logger.info("jefe chouwei,player:" + owner +",seat:"+owner.seat+",room:"+owner.room+ ",card:" + card+",type:"+type); + + if (type==4){ + //加入redis + + Jedis jedis = Redis.use("group1_db5").getJedis(); + jedis.hset("p"+owner.room+owner.room.round,type+","+card,card+""); + jedis.close(); + } + + owner.opCardList.add(new OpCard(type, card, card, card, Paixing.caclHuxi(type, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, type, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java new file mode 100644 index 0000000..7050ece --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java @@ -0,0 +1,38 @@ +package extend.zp.player.rulestate; + +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; + + +public class PRWinState extends StateBase { + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (!room.isplaying) { + owner.stateMachine.curState = owner.stateMachine.lastState; + return; + } + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + room.win(owner, activePlayer); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..dc571a9 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,53 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDisCardTipState extends EXPlayerTipState { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.choicAction(id,biid); + + // Global.logger.error("EXPlayerDisCardTipState" + id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)){ + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..9cedf04 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java @@ -0,0 +1,141 @@ +package extend.zp.player.state; + +import java.util.concurrent.TimeUnit; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.room.state.EXRoomSetpState; + + +public class EXPlayerDiscardState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + owner.getRoom().tipMap.clear(); + if (owner.cardInhand.isEmpty()) { + owner.isLaoYe = true; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + } + + @Override + public void toNextState(EXPlayer owner) { + timer(owner); + } + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + discard(owner, discard); + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + case ActionEvent.EVENT_TIMER_AUTO: + discard(owner, owner.autoDiscard()); + break; + default: + break; + } + } + + private void discard(EXPlayer owner, int discard) { + if (!Util.checkCard(discard, owner.cardInhand)) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + logger.info("discard,player:" + owner + ",card:" + discard); + if (owner.seat == owner.room.bankerSeat) { + if (owner.outcardExList.size() > 0) { + owner.isTingHu = false; + } + } else { + owner.isTingHu = false; + } + owner.outcardExList.add(discard); + exit(owner); + EXMainServer.gameCtr.outCard(owner, discard); + + owner.getRoom().isDiHu = false; + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + } else { + if (owner.getRoom().activeCard != 0) { + this.toNextState(owner); + } + } + } + + public static void timer(EXPlayer owner) { + if (owner.getRoom().isAllPass) { + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + owner.outcardList.add(owner.getRoom().activeCard); + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + owner.outcardList.add(owner.getRoom().activeCard); + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..839b829 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java @@ -0,0 +1,436 @@ +package extend.zp.player.state; + +import java.util.ArrayList; +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import com.data.cache.GroupMemberCache; +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXGameController; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayerRuleManager; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class EXPlayerDrawState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + room.isAllPass = false; + owner.getRoom().tipMap.clear(); + if(owner.seat == room.adminSeat) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " adminseat"); + if (room.while_list) + { + double rand = Math.random() % 100 * 100; + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.popsub(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (!player.is_white) { + if (Paixing.checkWin((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + } + + if (flag) { + if (rand > room.white_value && room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white:" + owner.playerid + " to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + } else { + if (room.while_list) + { + Global.logger.info("dealcards playerid:"+owner.playerid+ " xingyuhao:"+owner.is_white+" white_value:"+room.white_value); + double rand = Math.random() % 100 * 100; + if (rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.is_white) + { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + else { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = false; + } + } + } + } + + if (owner.is_white) { + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + } + else { + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = false; + } + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else + { + if(owner.black_white_status == 2) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " white player:" + owner.black_white_rate); + double rand = Math.random() % 100 * 100; + if (rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else if(owner.black_white_status == 1) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " black player:" + owner.black_white_rate); + double rand = Math.random() % 100 * 100; + if (rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else { + Global.logger.info("dealcards playerid:"+owner.playerid+ " general player"); + boolean black_flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.black_white_status == 1) + { + black_flag = true; + } + } + } + + double rand = Math.random() % 100 * 100; + if (black_flag && rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.black_white_status == 1) + { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + } + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + } + } + + room.step++; + int tempStep = room.step; + // if (owner.seat == 2) { + // owner.drawCard = 102; + // } + logger.info("drawCard,player:" + owner + ",card:" + owner.drawCard); + room.drawCard = owner.drawCard; + + int leftCount = room.card.getCount(); + ((EXGameController) Global.gameCtr).getCard(owner, leftCount); + + int card = owner.drawCard; + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (owner.drawCard == owner.kanGroup.get(i)[0]) { + card = 0; + break; + } + } + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (owner.drawCard == owner.weiGroup.get(i)[0]) { + card = 0; + break; + } + } + if (CardUtil.cardNum(owner.drawCard, owner.cardInhand) >= 2) { + card = 0; + } + ITObject otherParam = new TObject(); + otherParam.putInt("card", card); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.TI_RULE, owner); + if (owner.drawCard != 0 && tempStep == room.step) { + this.toNextState(owner); + } + } + + private boolean IsGoodCard(EXPlayer player, int drawCard) { + if (Paixing.checkWin((EXPlayer) player, drawCard)) { + return true; + } + + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + return true; + } + } + + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + return true; + } + } + + if (CardUtil.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + return false; + } + + private boolean IsGoodCard2(EXPlayer player, int drawCard) { + if (Paixing.checkWin((EXPlayer) player, drawCard)) { + return true; + } + + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + return true; + } + } + + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + return true; + } + } + + if (CardUtil.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + if (!owner.getRoom().isAllPass) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_DRAW, null); + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + int tempStep = owner.getRoom().step; + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_PAO, null); + + if (owner.drawCard != 0 && tempStep == owner.getRoom().step) { + + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + if (owner.getRoom().isAllPass) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDrawState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + if(owner.drawCard != 0) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..1f4e455 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,52 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDrawTipState extends EXPlayerTipState { + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + public void reload(EXPlayer owner) { + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.doAction(id,biid); + }else if (ActionEvent.EVENT_TIMER_AUTO.equals(cmd)) { + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.doAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java new file mode 100644 index 0000000..48344a0 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java @@ -0,0 +1,109 @@ +package extend.zp.player.state; + +import java.util.Collections; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXGameController; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayerRuleManager; +import extend.zp.uitl.Paixing; + + +public class EXPlayerPreDrawState extends StateBase { + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + room.isAllPass = false; + owner.drawCard = room.card.pop(); + // owner.drawCard = 110; + + room.drawCard = owner.drawCard; + + int leftCount = room.card.getCount(); + ((EXGameController) Global.gameCtr).getCard(owner, leftCount); + ITObject otherParam = new TObject(); + otherParam.putInt("card", owner.drawCard); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + timer(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (!owner.getRoom().isAllPass) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.HU_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_DEAL, null); + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.KAN_RULE, owner); + int drawCard = owner.drawCard; + owner.drawCard = 0; + owner.getRoom().isTianHu = false; + if (drawCard != 0) { + owner.cardInhand.add(drawCard); + Collections.sort(owner.cardInhand); + + ITObject param = new TObject(); + param.putInt("card", drawCard); + param.putInt("seat", owner.room.activeSeat); + owner.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + owner.getRoom().getPlayBack().addAddCardCommand(owner.room.activeSeat, drawCard); + } else { + owner.getRoom().getPlayBack().addAddCardCommand(owner.room.activeSeat, owner.getRoom().drawCard); + } + + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + boolean win = false; + for (Entry entry : owner.getRoom().playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer player = (EXPlayer) entry.getValue(); + if(Paixing.checkWin(player, owner.drawCard)) { + win = true; + } + } + if(!win) + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + owner.stateMachine.toNextState(); + } + }); + } + }, 1500, TimeUnit.MILLISECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..af786e1 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java @@ -0,0 +1,40 @@ +package extend.zp.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; + + +public abstract class EXPlayerTipState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXMainServer.gameCtr.tipEvent(owner); + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (ActionEvent.EVENT_ENTRUST.equals(cmd)) { + owner.startActionTimer(); + } + } + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.tipEvent(owner); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..c3abb79 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java @@ -0,0 +1,31 @@ +package extend.zp.player.state; + +import com.game.state.StateBase; + +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.PlayerRuleManager; + +public class EXPlayerWaitState extends StateBase { + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DISCARD_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_DRAW: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_DRAW_RULE, owner); + break; + case EXActionEvent.EVENT_DEAL: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_HU_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_PAO: + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + break; + default: + break; + } + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java new file mode 100644 index 0000000..e26516d --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java @@ -0,0 +1,101 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayBack; +import extend.zp.PlayerRuleManager; +import extend.zp.player.state.EXPlayerPreDrawState; + + +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + boolean donghua = false; + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + + this.toNextState(owner); + } + + //this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + owner.card.init(); + if (owner.bankerSeat == 0) { + owner.bankerSeat = 1; + } + EXMainServer.gameCtr.dealCard(owner); + // Boolean qupaiV = owner.config.getBoolean(Config.ROOM_CONFIG_QUPAI); + // boolean qupai = (qupaiV == null) ? false : qupaiV; + int qupaiV = owner.config.getInt(Config.ROOM_CONFIG_QUPAI); + if (owner.maxPlayers == 2 && qupaiV>0) { + for (int index = 0; index < 20; index++) { + owner.throwCardsList.add(owner.card.pop()); + } + } + // owner.isplaying = true; + // owner.round += 1; + owner.playBackData = new PlayBack(owner); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.seat != owner.bankerSeat) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, player); + } + } + EXPlayer player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerPreDrawState.class)); + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..ba45043 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java @@ -0,0 +1,26 @@ +package extend.zp.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXRoom; +import extend.zp.player.state.EXPlayerDrawState; + +public class EXRoomSetpState extends StateBase { + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + } + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..32697d3 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java @@ -0,0 +1,35 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.EXRoom; + + +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { + // TODO Auto-generated method stub + //owner.readyCount = 0; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.clear(); + player.initSeat(); + player.ready = false; + } + // if (owner.round == 0) { + owner.startGame(); + // } + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + // TODO Auto-generated method stub + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/Action.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/Action.java new file mode 100644 index 0000000..f13c301 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/Action.java @@ -0,0 +1,20 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + +public class Action { + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.actionTip = tip; + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/IRuleBase.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/IRuleBase.java new file mode 100644 index 0000000..ef77712 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/IRuleBase.java @@ -0,0 +1,14 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + + +public interface IRuleBase { + + + public abstract boolean condition(EXPlayer player); + + + public abstract void action(EXPlayer player); + +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/Tip.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/Tip.java new file mode 100644 index 0000000..c075788 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/Tip.java @@ -0,0 +1,38 @@ +package extend.zp.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + + +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int type; + public ITArray bi_list; + public ITArray biid; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + if(bi_list!=null&&bi_list.size()>0) { + tipMp.putTArray("bi_list", bi_list); + } + return tipMp; + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/TipManager.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/TipManager.java new file mode 100644 index 0000000..39a67a8 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/tip/TipManager.java @@ -0,0 +1,178 @@ +package extend.zp.tip; + +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; + + +public class TipManager { + + private int id = 0; + private int uid = 100; + + public HashMap tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + public int getUid(){ + return this.uid; + } + public void choicAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + } + if (tip.type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + } + this.owner.isMingTang = true; + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass discardtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } else if (tip.type == RuleWeight.TYPE_PONG) { + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_PONG) { + it.remove(); + } + } + } + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + } + } + this.owner.isMingTang = true; + this.owner.stateMachine.curState.exit(owner); + this.owner.stateMachine.curState = this.owner.stateMachine.lastState; + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass drawtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + mp.putInt("uid", this.uid); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + } + + private int getId() { + this.id += 1; + this.id += uid; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.uid += 100; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/CardUtil.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/CardUtil.java new file mode 100644 index 0000000..7608fca --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/CardUtil.java @@ -0,0 +1,116 @@ +package extend.zp.uitl; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.ObjectInputStream; +import java.io.ObjectOutputStream; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + + +import extend.zp.OpCard; + +public class CardUtil { + static public int cardNum(int eventCard, List cardList) { + int result = 0; + for (Integer card : cardList) { + if (card == eventCard) { + result += 1; + } + } + return result; + } + + static public boolean checkCard(int eventCard,Map cardMap) { + if(cardMap.containsKey(eventCard)&&cardMap.get(eventCard)>=1) { + return true; + } + return false; + } + + static public void addCard(int eventCard,Map cardMap,int add) { + if(cardMap.containsKey(eventCard)) { + int num = cardMap.get(eventCard); + cardMap.put(eventCard, num+add); + }else if(add >0){ + cardMap.put(eventCard, add); + } + } + + static public int cardType(int card) { + return card / 100; + } + + static public boolean isRedCard(int card) { + return card % 100 == 2 || card % 100 == 7 || card % 100 == 10; + } + + static public Map getCardNumMap(List cardList) { + Map result = new HashMap(); + for (Integer card : cardList) { + if (!result.containsKey(card)) { + result.put(card, 1); + } else { + int num = result.get(card); + result.put(card, (num + 1)); + } + } + return result; + } + + static public void removeCard(List cardList, int card, int count) { + int curCount = 0; + for (int i = 0; i < cardList.size(); i++) { + if (count == curCount) { + return; + } + if (cardList.get(i) == card) { + + cardList.remove(i); + i--; + curCount++; + } + } + } + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + } + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card1 == opcards.get(i).card1 && param.card2 == opcards.get(i).card2 && param.card3 == opcards.get(i).card3) { + opcards.remove(i); + return; + } + } + } + + public static List deepCopy(List src) throws IOException, ClassNotFoundException { + ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); + ObjectOutputStream out = new ObjectOutputStream(byteOut); + out.writeObject(src); + + ByteArrayInputStream byteIn = new ByteArrayInputStream(byteOut.toByteArray()); + ObjectInputStream in = new ObjectInputStream(byteIn); + @SuppressWarnings("unchecked") + List dest = (List) in.readObject(); + return dest; + } + + public static void distinctList(List cardList) { + Set set = new HashSet<>(cardList); + cardList.clear(); + cardList.addAll(set); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/ChowCard.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/ChowCard.java new file mode 100644 index 0000000..976354f --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/ChowCard.java @@ -0,0 +1,116 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class ChowCard { + private Map cardMap; + private int eventCard; + private int biCard; + private int eventCardType; + private int modCard; + + public ChowCard(List cardInhand,int eventCard) { + this.eventCard = eventCard; + this.eventCardType = eventCard / 100; + int bg_num = this.eventCardType == 1 ? 100 : -100; + this.biCard = eventCard+bg_num; + this.modCard = eventCard % 100; + this.cardMap = Util.getCardNumMap(cardInhand); + List removeList = new ArrayList(); + for (Entry entry1 : cardMap.entrySet()) { + int card = entry1.getKey(); + int num = entry1.getValue(); + if(num>=3)removeList.add(card); + } + + for(Integer card : removeList) { + cardMap.remove(card); + } + } + + private boolean handle(ITArray p_list,int opcard1,int opcard2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(opcard1); + opcard.addInt(opcard2); + boolean result = true; + ITObject obj = TObject.newInstance(); + ITArray list = TArray.newInstance(); + obj.putTArray("opcard", opcard); + obj.putTArray("bi_list", list); + if(CardUtil.checkCard(eventCard, cardMap)) { + CardUtil.addCard(eventCard, cardMap, -1); + CardUtil.addCard(opcard1, cardMap, -1); + CardUtil.addCard(opcard2, cardMap, -1); + result = tryChow(list); + CardUtil.addCard(eventCard, cardMap, 1); + CardUtil.addCard(opcard1, cardMap, 1); + CardUtil.addCard(opcard2, cardMap, 1); + } + if(list.size()==0)obj.remove("bi_list"); + if(result)p_list.addTObject(obj); + return result; + } + + + public boolean tryChow(ITArray list){ + boolean result = false; + if (CardUtil.checkCard(eventCard - 1, cardMap) && CardUtil.checkCard(eventCard - 2, cardMap)) { + result = handle(list,eventCard-1,eventCard-2) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard - 1, cardMap)) { + result = handle(list,eventCard+1,eventCard-1) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard + 2, cardMap)) { + result = handle(list,eventCard+1,eventCard+2) || result; + } + int type = this.eventCardType; + int bi_card = this.biCard; + int mod_card = this.modCard; + + if(mod_card == 2&&CardUtil.checkCard(type*100+7, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+7,type*100+10) || result; + }else if(mod_card == 7&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+2,type*100+10) || result; + }else if(mod_card == 10&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+7, cardMap)) { + result = handle(list,type*100+2,type*100+7) || result; + } + + if (cardMap.containsKey(bi_card) && cardMap.get(bi_card) == 2) { + result = handle(list,bi_card,bi_card) || result; + } + if (CardUtil.checkCard(eventCard, cardMap) &&CardUtil.checkCard(bi_card, cardMap)) { + CardUtil.addCard(eventCard, cardMap, -1); + result = handle(list,eventCard,bi_card) || result; + CardUtil.addCard(eventCard, cardMap, 1); + } + + return result; + } + + public static void main(String[] args) { + ArrayList cardInhand = new ArrayList(); + String cardStr = "101, 102, 102, 103, 104, 106, 106, 110, 110, 201, 201, 202, 203, 204, 205, 206, 209, 209, 209, 210"; + String[] cards = cardStr.split(", "); + for(String c : cards) { + Integer card = Integer.valueOf(c); + cardInhand.add(card); + } + + + ChowCard chow = new ChowCard(cardInhand, 101); + ITArray list = TArray.newInstance(); + chow.tryChow(list); + System.out.println(list); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/Paixing.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/Paixing.java new file mode 100644 index 0000000..ab9143c --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/Paixing.java @@ -0,0 +1,156 @@ +package extend.zp.uitl; + +import com.taurus.core.util.Logger; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRChi; + + +public class Paixing { + public static final Logger logger = Logger.getLogger(PRChi.class); + + public static boolean checkWin(EXPlayer player, int drawCard) { + player.resetHuXi(); + boolean isWin = false; + WinCard win = new WinCard(player.cardInhand, drawCard); + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (win.tryWin(player)) { + if (player.huXi >= 15) { + isWin = true; + } + } + if (!isWin) { + player.resetHuXi(); + if (player.getRoom().isTianHu) { + if (player.tiCount >= 3) { + player.isMingTang = false; + isWin = true; + } + if (player.kanGroup.size() >= 5) { + player.isMingTang = false; + isWin = true; + } + if (player.tiCount >= 1 && player.kanGroup.size() >= 4) { + player.isMingTang = false; + isWin = true; + } + if (player.tiCount >= 2 && player.kanGroup.size() >= 3) { + player.isMingTang = false; + isWin = true; + } + } + + for (int i = 0; i < player.pongGroup.size(); i++) { + if (drawCard == player.pongGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_PONG, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_KAN, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_WEI, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + } + } + if (isWin) { + player.handCard.clear(); + player.handCardEx.clear(); + for (int i = 0; i < win.stack.size(); i++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(i).get(0); + opcard.card2 = win.stack.get(i).get(1); + opcard.type = 1; + if (win.stack.get(i).size() > 2) { + opcard.card3 = win.stack.get(i).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(i); + + player.handCard.push(opcard); + } + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + + } + return isWin; + } + + public static int caclHuxi(int type, int card) { + int cardType = CardUtil.cardType(card); + int huXi = 0; + switch (type) { + case RuleWeight.TYPE_TI: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 9; + } else { + huXi = 12; + } + break; + case RuleWeight.TYPE_PAO: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 6; + } else { + huXi = 9; + } + break; + case RuleWeight.TYPE_WEI: + case RuleWeight.TYPE_CHOUWEI: + case RuleWeight.TYPE_KAN: + case RuleWeight.TYPE_CHOW: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 3; + } else { + huXi = 6; + } + break; + case RuleWeight.TYPE_PONG: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 1; + } else { + huXi = 3; + } + break; + default: + break; + } + return huXi; + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/WinCard.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/WinCard.java new file mode 100644 index 0000000..4de2c60 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/WinCard.java @@ -0,0 +1,328 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; + +public class WinCard { + public int pair_count; + public int long_count; + public Stack> stack; + public Stack stackHuxi; + public List cardList; + + private void push(List cardGroup) { + this.stack.push(cardGroup); + } + + private void rollBack() { + List cardGroup = this.stack.pop(); + for (Integer card : cardGroup) { + this.cardList.add(card); + } + Collections.sort(this.cardList); + } + + private boolean tryKezi(int card, EXPlayer player) { + if (CardUtil.cardNum(card, this.cardList) >= 3) { + CardUtil.removeCard(this.cardList, card, 3); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + int huXi = 0; + if (player.getRoom().isTianHu && card == player.getRoom().drawCard && player.getRoom().bankerSeat == player.seat) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, card); + } else { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + } + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi1(int card, EXPlayer player) { + if (card < 200 && card % 100 > 8) { + return false; + } + if (CardUtil.cardNum(card + 1, this.cardList) > 0 && CardUtil.cardNum(card + 2, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 1, 1); + CardUtil.removeCard(this.cardList, card + 2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(card + 2); + this.push(cardGroup); + + int huXi = 0; + if (card % 100 == 1) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + player.huXi += huXi; + } + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi2(int card) { + if (CardUtil.cardType(card) == RuleWeight.SMALL_CARD) { + if (CardUtil.cardNum(card + 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card + 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card + 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 100); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } else { + if (CardUtil.cardNum(card - 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card - 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card - 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 100); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } + return false; + } + + private boolean tryShunzi3(int card, EXPlayer player) { + if (card % 100 == 2) { + if (CardUtil.cardNum(card + 5, this.cardList) > 0 && CardUtil.cardNum(card + 8, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 5, 1); + CardUtil.removeCard(this.cardList, card + 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 5); + cardGroup.add(card + 8); + this.push(cardGroup); + + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + } + return false; + } + + private boolean tryPair(int card) { + if (this.pair_count > 0) { + return false; + } + if (CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + return false; + } + + public boolean tryWin(EXPlayer player) { + if (this.cardList.size() == 0) { + if (player.tiCount + player.kongCount > 0) { + if (this.pair_count == 1) { + return true; + } + return false; + } else { + if (this.pair_count > 0) { + return false; + } + return true; + } + } + int activeCard = 0; + for (int card : this.cardList) { + if (card == 201 || card == 202) { + activeCard = card; + break; + } + } + if (activeCard == 0) { + activeCard = this.cardList.get(0); + } + if (activeCard % 100 == 1) { + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } else if (activeCard % 100 == 2) { + if (tryShunzi3(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } else { + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } + + return false; + } + + public WinCard(List cardInhand, int addCard) { + this.stack = new Stack>(); + this.stackHuxi = new Stack(); + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + if (addCard > 0) { + this.cardList.add(addCard); + } + Collections.sort(this.cardList); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/WinCardNew.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/WinCardNew.java new file mode 100644 index 0000000..aea44ac --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/WinCardNew.java @@ -0,0 +1,381 @@ +package extend.zp.uitl; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import extend.zp.OpCard; +import extend.zp.RuleWeight; + +public class WinCardNew { + private boolean isJiang = false; + private List cardList; + private Stack>> opCardStack; + private List> lastOpCard; + private Integer addCard; + private int huxi = 0; + private List opCardList; + + public List winList; + + public boolean checkHu() { + try { + + int card = addCard == 0 ? (this.cardList.size() > 0 ? this.cardList.get(0) : 0) : addCard; + List list = new ArrayList(); + if (card > 0) { + list = groupCard(card, this.cardList, true); + } else if (card == 0) { + addWinOpCard(huxi, null); + return true; + } + List tempCardList = new ArrayList<>(); + for (OpCard opCard : list) { + tempCardList.clear(); + tempCardList.addAll(cardList); + Collections.sort(tempCardList); + removeOpCard(tempCardList, opCard); + List opCardS = new ArrayList<>(); + List> opCardS_1 = new ArrayList<>(); + opCardS.add(opCard); + opCardS_1.add(opCardS); + this.opCardStack.push(opCardS_1); + checkWin(tempCardList); + } + } catch (Exception e) { + return false; + } + return Win(); + } + + + private boolean Win() { + List tempCardList = new ArrayList<>(); + boolean hu, isExJiang; + for (List opCards : this.lastOpCard) { + isExJiang = false; + tempCardList.clear(); + tempCardList.addAll(cardList); + hu = false; + int huxi = this.huxi; + for (OpCard tempOpCard : opCards) { + removeOpCard(tempCardList, tempOpCard); + if (tempOpCard.type == RuleWeight.TYPE_JIANG) { + isExJiang = true; + continue; + } + huxi += tempOpCard.huXi; + } + + hu = isJiang ? isExJiang && tempCardList.size() == 0 : tempCardList.size() == 0; + if (hu) { + addWinOpCard(huxi, opCards); + } + } + return !winList.isEmpty(); + } + + private void removeOpCard(List cards, OpCard opCard) { + if (opCard.card1 > 0) { + CardUtil.removeCard(cards, opCard.card1, 1); + } + if (opCard.card2 > 0) { + CardUtil.removeCard(cards, opCard.card2, 1); + } + if (opCard.card3 > 0) { + CardUtil.removeCard(cards, opCard.card3, 1); + } + } + + private boolean isExJiang(List> list) { + for (List opCard : list) { + for (OpCard opCard2 : opCard) { + if (opCard2.type == RuleWeight.TYPE_JIANG) { + return false; + } + } + } + return true; + } + + private void checkWin(List cardList) throws ClassNotFoundException, IOException { + List> opCards = this.opCardStack.pop(); + if (opCards.isEmpty()) { + return; + } + List> list = new ArrayList<>(); + if (cardList.size() == 0) { + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + return; + } + List oplist = null, opList2 = null; + for (Integer card : cardList) { + oplist = groupCard(card, cardList, isExJiang(opCards)); + if (oplist.size() > 0) { + break; + } + } + if (oplist.size() > 0) { + List tempCardList = new ArrayList<>(); + for (OpCard opCard : oplist) { + tempCardList.clear(); + tempCardList.addAll(cardList); + list = new ArrayList<>(); + removeOpCard(tempCardList, opCard); + list = CardUtil.deepCopy(opCards); + for (List tempOpCard : list) { + tempOpCard.add(opCard); + } + for (Integer card : tempCardList) { + opList2 = groupCard(card, tempCardList, isExJiang(list)); + if (opList2.size() > 0) { + break; + } + } + if (opList2 != null && opList2.size() > 0) { + this.opCardStack.push(list); + checkWin(tempCardList); + } else { + this.lastOpCard.addAll(list); + } + + } + } else { + list = new ArrayList<>(); + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + } + + } + + /** + * ij����Ч��� + * + * @param card + * @return + */ + private List groupCard(int card, List cardList, boolean first) { + List opCardList = new ArrayList<>(); + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + shunzi1_10(card, opCardList, tempList); + shunzi2710(card, opCardList, tempList); + jiaopai(card, opCardList, tempList); + kan(card, opCardList, tempList); + if (isJiang && first) { + jiang(card, opCardList, tempList); + } + return opCardList; + } + + /** + * ��һ�Խ� + */ + private void jiang(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + if (isJiang) { + if (CardUtil.cardNum(card, cardList) >= 2) { + OpCard opCard = new OpCard(); + opCard.card1 = card; + opCard.card2 = card; + opCard.huXi = 0; + opCard.type = RuleWeight.TYPE_JIANG; + list.add(opCard); + } + } + } + + /** + * ��С 1 2 3 4 5 6 7 8 9 ˳�� + * + * @param card + */ + private void shunzi1_10(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + List opCardList = new ArrayList<>(); + // AB (C) + if (CardUtil.cardNum(card - 2, cardList) >= 1 && CardUtil.cardNum(card - 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card - 2); + list.add(addOpCard(opCardList)); + + } + // (A) B C + if (CardUtil.cardNum(card + 1, cardList) >= 1 && CardUtil.cardNum(card + 2, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card + 1); + opCardList.add(card + 2); + list.add(addOpCard(opCardList)); + } + // A (B) C + if (CardUtil.cardNum(card - 1, cardList) >= 1 && CardUtil.cardNum(card + 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card + 1); + list.add(addOpCard(opCardList)); + } + } + + private OpCard addOpCard(List opCardList) { + Collections.sort(opCardList); + int huXi = 0; + // 123 ˳���к�Ϣ С3��6 + if (opCardList.get(0) % 100 == 1) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + } + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + return opCard; + } + + /** + * ��С 2 7 10˳�� �к�Ϣ С3��6 + * + * @param card + */ + private void shunzi2710(int card, List list, List cardList) { + if (card % 100 == 2 || card % 100 == 7 || card % 100 == 10) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + // (2) 7 10 + List opCardList = new ArrayList<>(); + if (CardUtil.cardNum(card + 5, cardList) >= 1 && CardUtil.cardNum(card + 8, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card + 5); + opCardList.add(card + 8); + // 2 (7) 10 + } else if (CardUtil.cardNum(card - 5, cardList) >= 1 && CardUtil.cardNum(card + 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 5); + opCardList.add(card + 3); + // 2 7 (10) + } else if (CardUtil.cardNum(card - 8, cardList) >= 1 && CardUtil.cardNum(card - 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 3); + opCardList.add(card - 8); + } + if (opCardList.size() > 0) { + Collections.sort(opCardList); + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + list.add(opCard); + if (opCard.card1 != card) { + CardUtil.removeCard(tempList, opCard.card1, 1); + } + if (opCard.card2 != card) { + CardUtil.removeCard(tempList, opCard.card2, 1); + } + if (opCard.card3 != card) { + CardUtil.removeCard(tempList, opCard.card3, 1); + } + shunzi2710(card, list, tempList); + } + return; + } + } + + /** + * aaA AAa ������ ������ û��Ϣ + * + * @param card + */ + private void jiaopai(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + int type = card / 100; + int bg_num = type == 1 ? 100 : -100; + int bi_card = card + bg_num; + // aaA + if (CardUtil.cardNum(card, cardList) >= 2 && CardUtil.cardNum(bi_card, cardList) >= 1) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, card, bi_card, 0); + list.add(opCard); + // AAa + } else if (CardUtil.cardNum(card, cardList) >= 1 && CardUtil.cardNum(bi_card, cardList) >= 2) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, bi_card, bi_card, 0); + list.add(opCard); + } + } + + /** + * 3�� + * + * @param card + * @param list + */ + private void kan(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + List opCardList = new ArrayList<>(); + tempList.addAll(cardList); + if (CardUtil.cardNum(card, cardList) == 3) { + opCardList.add(card); + opCardList.add(card); + opCardList.add(card); + int huxi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + OpCard opCard = new OpCard(RuleWeight.TYPE_PONG, opCardList.get(0), opCardList.get(1), opCardList.get(2), huxi); + list.add(opCard); + } + } + + private void addWinOpCard(int huxi, List opCard) { + if (opCard == null) { + opCard = new ArrayList<>(); + } + opCard.addAll(this.opCardList); + WinOpCard wo = new WinOpCard(opCard, huxi); + winList.add(wo); + } + + public static void main(String[] args) throws ClassNotFoundException, IOException { + List list = new ArrayList<>(); + String str = "106"; + for (String card : str.split(", ")) { + list.add(Integer.parseInt(card)); + } + List op = new ArrayList(); + OpCard opCard=new OpCard(3, 102, 102, 102, 9); + op.add(opCard); + WinCardNew winCard2 = new WinCardNew(list, 106, 9, true, op); + /* op = winCard2.groupCard(207); */ + System.out.println(winCard2.checkHu()); + winCard2.winList.forEach(wl -> System.out.println(wl.toString())); + + } + + /** + * + * @param cardInhand + * :����,�������� + * @param addCard + * : �Ӵ����Ƿ��ܺ���������������������Ҫ��0 + * @param huxi + * ��������еĺ�Ϣ + * @param isJiang + * ���Ƿ���Ҫ�� + */ + public WinCardNew(List cardInhand, int addCard, int huxi, boolean isJiang, List opCardList) { + this.opCardStack = new Stack<>(); + this.lastOpCard = new ArrayList<>(); + this.cardList = new ArrayList(cardInhand); + this.opCardList = new ArrayList<>(opCardList); + if (addCard > 0) { + this.cardList.add(addCard); + } + Collections.sort(this.cardList); + this.isJiang = isJiang; + this.addCard = addCard; + this.huxi = huxi; + this.winList = new ArrayList<>(); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/WinOpCard.java b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/WinOpCard.java new file mode 100644 index 0000000..f18ba15 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/main/java/extend/zp/uitl/WinOpCard.java @@ -0,0 +1,31 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; + +import extend.zp.OpCard; + +public class WinOpCard { + public List opCard; + + public int huXi = 0; + + public WinOpCard(List opCard, int huXi) { + this.opCard = new ArrayList(opCard); + this.huXi = huXi; + } + + @Override + public String toString() { + StringBuffer sb = new StringBuffer(); + sb.append("total_huxi : " + huXi + ", "); + for (OpCard opCard : opCard) { + sb.append(opCard.card1 + " "); + sb.append(opCard.card2 + " "); + sb.append(opCard.card3==0?"":opCard.card3); + sb.append(",type:" + opCard.type + ",huxi=" + opCard.huXi + " | "); + } + return sb.toString(); + } + +} diff --git a/zipai/paohuzi/game_zp_paohuzi/src/test/java/game_zp_paohuzi/Main.java b/zipai/paohuzi/game_zp_paohuzi/src/test/java/game_zp_paohuzi/Main.java new file mode 100644 index 0000000..4f75ce5 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/src/test/java/game_zp_paohuzi/Main.java @@ -0,0 +1,9 @@ +package game_zp_paohuzi; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/Config.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/Config.class new file mode 100644 index 0000000..e164300 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/Config.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXActionEvent.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXActionEvent.class new file mode 100644 index 0000000..07d1fa4 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXActionEvent.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXGameController.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXGameController.class new file mode 100644 index 0000000..0088f4d Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXGameController.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXMainServer.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXMainServer.class new file mode 100644 index 0000000..00277ea Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXMainServer.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXPlayer.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXPlayer.class new file mode 100644 index 0000000..dbf1298 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXPlayer.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXRoom.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXRoom.class new file mode 100644 index 0000000..d06b834 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXRoom.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXScore.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXScore.class new file mode 100644 index 0000000..c826df1 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/EXScore.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/MingTang.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/MingTang.class new file mode 100644 index 0000000..e39c424 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/MingTang.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/OpCard.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/OpCard.class new file mode 100644 index 0000000..6fd5dc0 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/OpCard.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/PlayBack.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/PlayBack.class new file mode 100644 index 0000000..8908472 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/PlayBack.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/PlayerRuleManager.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/PlayerRuleManager.class new file mode 100644 index 0000000..8200ff9 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/PlayerRuleManager.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/RoomCard.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/RoomCard.class new file mode 100644 index 0000000..ef5bdcb Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/RoomCard.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/RuleWeight.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/RuleWeight.class new file mode 100644 index 0000000..541a23c Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/RuleWeight.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleChi.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleChi.class new file mode 100644 index 0000000..2f1c06b Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleChi.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class new file mode 100644 index 0000000..2f3a470 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class new file mode 100644 index 0000000..c8bba1a Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class new file mode 100644 index 0000000..0eb9f04 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class new file mode 100644 index 0000000..0fb1741 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class new file mode 100644 index 0000000..55c3c31 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class new file mode 100644 index 0000000..4fd5945 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleKan.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleKan.class new file mode 100644 index 0000000..d55a8c0 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleKan.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RulePong.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RulePong.class new file mode 100644 index 0000000..d8ea5fa Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RulePong.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleTi.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleTi.class new file mode 100644 index 0000000..ed0aa02 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleTi.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleWei.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleWei.class new file mode 100644 index 0000000..d2d121b Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleWei.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleWin.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleWin.class new file mode 100644 index 0000000..bca3da1 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rule/RuleWin.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRCheck.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRCheck.class new file mode 100644 index 0000000..95722b9 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRCheck.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRChi.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRChi.class new file mode 100644 index 0000000..cc98cab Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRChi.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class new file mode 100644 index 0000000..2054c6e Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class new file mode 100644 index 0000000..32e9ea7 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class new file mode 100644 index 0000000..bc5dc8f Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class new file mode 100644 index 0000000..2dd4484 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class new file mode 100644 index 0000000..d22f494 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class new file mode 100644 index 0000000..433a4cd Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class new file mode 100644 index 0000000..51a2492 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class new file mode 100644 index 0000000..e430901 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class new file mode 100644 index 0000000..af17d3a Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class new file mode 100644 index 0000000..2e51921 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class new file mode 100644 index 0000000..6be0d24 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class new file mode 100644 index 0000000..2ddaf9f Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class new file mode 100644 index 0000000..d026e8a Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class new file mode 100644 index 0000000..5178c0a Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class new file mode 100644 index 0000000..4a871fd Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..6970d93 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class new file mode 100644 index 0000000..ce9cdfd Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class new file mode 100644 index 0000000..831a013 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..463ee84 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class new file mode 100644 index 0000000..626d9ae Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class new file mode 100644 index 0000000..4b6289a Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..f0cdaa6 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..386ed85 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class new file mode 100644 index 0000000..484546e Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class new file mode 100644 index 0000000..8f0b465 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class new file mode 100644 index 0000000..427dc0d Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..8b06e8a Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..f339ad5 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..22ba913 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..f7f63b9 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class new file mode 100644 index 0000000..c1325a5 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..dc0f91f Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..6217309 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/Action.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/Action.class new file mode 100644 index 0000000..8e04df0 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/Action.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/IRuleBase.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/IRuleBase.class new file mode 100644 index 0000000..f6570ad Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/IRuleBase.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/Tip.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/Tip.class new file mode 100644 index 0000000..6abff55 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/Tip.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/TipManager.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/TipManager.class new file mode 100644 index 0000000..520c3a3 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/tip/TipManager.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/CardUtil.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/CardUtil.class new file mode 100644 index 0000000..017611f Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/CardUtil.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/ChowCard.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/ChowCard.class new file mode 100644 index 0000000..957c25e Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/ChowCard.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/Paixing.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/Paixing.class new file mode 100644 index 0000000..2cc3551 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/Paixing.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/WinCard.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/WinCard.class new file mode 100644 index 0000000..19ae6a0 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/WinCard.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/WinCardNew.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/WinCardNew.class new file mode 100644 index 0000000..cc62461 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/WinCardNew.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/WinOpCard.class b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/WinOpCard.class new file mode 100644 index 0000000..e41661a Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/classes/extend/zp/uitl/WinOpCard.class differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/game_paohuzi_zipai.jar b/zipai/paohuzi/game_zp_paohuzi/target/game_paohuzi_zipai.jar new file mode 100644 index 0000000..c1aebac Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/game_paohuzi_zipai.jar differ diff --git a/zipai/paohuzi/game_zp_paohuzi/target/maven-archiver/pom.properties b/zipai/paohuzi/game_zp_paohuzi/target/maven-archiver/pom.properties new file mode 100644 index 0000000..8590b83 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Sat Apr 13 13:43:29 GMT+08:00 2024 +version=1.0.0 +groupId=com.zp.game_zp_paohuzi +artifactId=game_zp_paohuzi diff --git a/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..8ade7ff --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,70 @@ +extend\zp\player\rule\RuleDrawChi.class +extend\zp\player\state\EXPlayerPreDrawState$1.class +extend\zp\tip\TipManager.class +extend\zp\player\rule\RuleKan.class +extend\zp\player\rule\RulePong.class +extend\zp\player\rule\RuleDealTi.class +extend\zp\PlayBack.class +extend\zp\player\rule\RuleDrawPong.class +extend\zp\player\rulestate\PRWinState.class +extend\zp\player\rulestate\PRCheck.class +extend\zp\player\rulestate\PRDrawPongState.class +extend\zp\tip\IRuleBase.class +extend\zp\uitl\Paixing.class +extend\zp\player\rulestate\PRChiState.class +extend\zp\player\rulestate\PRDiscardPaoState$1$1.class +extend\zp\OpCard.class +extend\zp\player\state\EXPlayerDiscardState$1.class +extend\zp\tip\Tip.class +extend\zp\player\state\EXPlayerDiscardState$1$1.class +extend\zp\player\state\EXPlayerWaitState.class +extend\zp\EXActionEvent.class +extend\zp\player\rulestate\PRDrawChiState.class +extend\zp\MingTang.class +extend\zp\player\rulestate\PRDrawPaoState$1$1.class +extend\zp\player\state\EXPlayerDisCardTipState.class +extend\zp\room\state\EXRoomDealState$1.class +extend\zp\player\rulestate\PRDiscardPaoState$1.class +extend\zp\RoomCard.class +extend\zp\uitl\WinCard.class +extend\zp\player\rule\RuleChi.class +extend\zp\player\rule\RuleWin.class +extend\zp\player\state\EXPlayerDrawState$1$1.class +extend\zp\uitl\CardUtil.class +extend\zp\uitl\WinCardNew.class +extend\zp\tip\Action.class +extend\zp\player\rule\RuleDealKan.class +extend\zp\player\rule\RuleDrawPao.class +extend\zp\player\state\EXPlayerPreDrawState.class +extend\zp\room\state\EXRoomSetpState.class +extend\zp\player\rule\RuleTi.class +extend\zp\player\state\EXPlayerDiscardState.class +extend\zp\EXMainServer.class +extend\zp\player\rulestate\PRWeiState.class +extend\zp\room\state\EXRoomDealState.class +extend\zp\player\state\EXPlayerTipState.class +extend\zp\EXPlayer.class +extend\zp\Config.class +extend\zp\player\state\EXPlayerPreDrawState$1$1.class +extend\zp\player\rulestate\PRDrawPaoState$1.class +extend\zp\room\state\EXRoomStartGameState.class +extend\zp\player\rulestate\PRTiState.class +extend\zp\room\state\EXRoomDealState$1$1.class +extend\zp\player\rulestate\PRPongState.class +extend\zp\RuleWeight.class +extend\zp\player\rulestate\PRChi.class +extend\zp\player\rule\RuleWei.class +extend\zp\PlayerRuleManager.class +extend\zp\uitl\ChowCard.class +extend\zp\player\rulestate\PRDrawPaoState.class +extend\zp\player\rulestate\PRDiscardPaoState.class +extend\zp\player\state\EXPlayerDrawState$1.class +extend\zp\EXGameController.class +extend\zp\EXRoom.class +extend\zp\player\rulestate\PRTiState$1.class +extend\zp\uitl\WinOpCard.class +extend\zp\player\rule\RuleDiscardPao.class +extend\zp\player\state\EXPlayerDrawTipState.class +extend\zp\EXScore.class +extend\zp\player\rulestate\PRTiState$1$1.class +extend\zp\player\state\EXPlayerDrawState.class diff --git a/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..9d21224 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,56 @@ +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleWei.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleWin.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleDrawPao.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\state\EXPlayerDrawState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRDiscardPaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRPongState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRTiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRCheck.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRChiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\state\EXPlayerPreDrawState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleDealTi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\uitl\WinCardNew.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\Config.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\tip\Action.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleKan.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\tip\Tip.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRDrawPaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleDiscardPao.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\uitl\WinCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\state\EXPlayerWaitState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleDealKan.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\OpCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\uitl\Paixing.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\RuleWeight.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRWinState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\PlayBack.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleDrawPong.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\uitl\ChowCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleTi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rule\RuleDrawChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\uitl\WinOpCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRDrawChiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRDrawPongState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\rulestate\PRWeiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\tip\TipManager.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\MingTang.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\main\java\extend\zp\player\state\EXPlayerDiscardState.java diff --git a/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..be8a36c --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_zp_paohuzi\Main.class diff --git a/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..2b0ba88 --- /dev/null +++ b/zipai/paohuzi/game_zp_paohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_paohuzi\src\test\java\game_zp_paohuzi\Main.java diff --git a/zipai/paohuzi/game_zp_paohuzi/target/test-classes/game_zp_paohuzi/Main.class b/zipai/paohuzi/game_zp_paohuzi/target/test-classes/game_zp_paohuzi/Main.class new file mode 100644 index 0000000..c2e3385 Binary files /dev/null and b/zipai/paohuzi/game_zp_paohuzi/target/test-classes/game_zp_paohuzi/Main.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/game-config.xml b/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/game-config.xml new file mode 100644 index 0000000..2079778 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.14.1 + 192.168.14.1 + 8811 + 8811 + 13 + true + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/log4j.properties b/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/log4j.properties new file mode 100644 index 0000000..aaea5f3 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/log4j.properties @@ -0,0 +1,19 @@ +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=logs/mpnet.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{yyyy-MM-dd | HH:mm} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/taurus-core.xml b/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/taurus-core.xml new file mode 100644 index 0000000..0f9fa8f --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/taurus-permanent.xml b/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/taurus-permanent.xml new file mode 100644 index 0000000..9cdaab3 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 2 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 10 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - group_mgr + extend.zp.EXMainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/pom.xml b/zipai/paohuzi/game_zp_xiangtanpaohuzi/pom.xml new file mode 100644 index 0000000..7ddc0db --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/pom.xml @@ -0,0 +1,93 @@ + + 4.0.0 + + com.zp.game_zp_xiangtanpaohuzi + game_zp_xiangtanpaohuzi + 1.0.0 + jar + game_zp_xiangtanpaohuzi + + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + + + + com.game + game_common + 1.0.0 + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-permanent + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + game_paohuzi_zipai + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/Config.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/Config.java new file mode 100644 index 0000000..8b7f3ea --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/Config.java @@ -0,0 +1,102 @@ +package extend.zp; + +public class Config { + + public static final int GAME_ID = 13; + + public static final String GAME_MODE = "mode"; + + public static final String GAME_TUN = "tun"; + + public static final String GAME_FENGDING = "fengding"; + + public static final String GAME_TUANYUAN = "tuanyuan"; + + public static final String GAME_HANGHANGXI = "hanghangxi"; + + public static final String GAME_SHUAHOU = "shuahou"; + + public static final String GAME_HUANGFAN = "huangfan"; + + public static final String GAME_JIAXINGXING = "jiaxingxing"; + + public static final String GAME_TINGHU = "tinghu"; + + public static final String GAME_SIQI = "siqi"; + + public static final String GAME_DUIZIFU = "duizifu"; + + public static final String GAME_YUAN = "yuan"; + + public static final String GAME_BEIKAOBEI = "back"; + + public static final String GAME_TIANHU = "tianhu"; + + public static final String GAME_DIHU = "dihu"; + + public static final String GAME_HAIHU = "haihu"; + + public static final String ROOM_CONFIG_QUPAI = "qupai"; + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + public static final int ANCHOU_SCORE = 10; + + + public static final String GAME_QIXIHU = "qixihu";//起息胡 0:15息胡,1:10息胡 + public static final String GAME_WEIPAI = "weipai"; //偎牌 0:明偎,1:暗偎 + public static final String GAME_XI30FB = "xidouble30"; //30息胡翻倍 0:翻倍,1:不翻倍 + public static final String GAME_ZIMO3 = "zimo"; //自摸加3 0:加,1:不加 + public static final String GAME_DAXIAOZI = "daxiaozi"; //大小胡 0:用,1:不用 + public static final String GAME_HONGHEIHU = "hongheihu"; //红黑胡 0:用,1:不用 + public static final String GAME_YIDIANHU = "yidianhu"; //一点红 0:用,1:不用 + + // 1.��ׯ 2.��ׯ + // public static final String GAME_ZHUANG = "zhuang"; + + public static final String GAME_CHANGE_PAIXING = "613"; + + public static final String GAME_CHANGE_TYPEFACE = "615"; + + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + + public static final String GAME_DIS_CARD = "611"; + + public static final String GAME_EVT_DISCARD = "812"; + + + public static final String GAME_EVT_DISCARD_TIP = "813"; + + + public static final String GAME_EVT_FZTIPS = "814"; + + public static final String GAME_ACTION = "612"; + + public static final String GAME_EVT_ACTION = "815"; + + public static final String GAME_EVT_HU = "816"; + + + public static final String GAME_EVT_RESULT1 = "817"; + + + public static final String GAME_EVT_THROW_CARD = "818"; + + + public static final String GAME_EVT_DRAW = "819"; + + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + /** + * + */ + public static final String GAME_EVT_ADD_CARD = "821"; + + public static final String GAME_EVT_FANGWEI = "822"; + + public static final String GAME_EVT_FANGPAO = "823"; + +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXActionEvent.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXActionEvent.java new file mode 100644 index 0000000..ee5df29 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXActionEvent.java @@ -0,0 +1,27 @@ +package extend.zp; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_START_GAME = "start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_DEAL = "deal"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_OTHER_DRAW = "other_draw"; + + public static final String EVENT_OTHER_PAO = "other_pao"; + + // public static final int REDIS_EVENT_PAY = 1; + public static final int REDIS_EVENT_WIN = 2; + public static final int REDIS_EVENT_LOSE = 3; + // public static final int REDIS_EVENT_SCORE= 4; + public static final int REDIS_EVENT_RANK = 5; + +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXGameController.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXGameController.java new file mode 100644 index 0000000..cad039c --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXGameController.java @@ -0,0 +1,397 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map.Entry; + +import com.game.GameController; +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import com.taurus.permanent.data.Session; +import extend.zp.RuleWeight; + +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import com.taurus.core.plugin.redis.Redis; +import redis.clients.jedis.Jedis; + + + +public class EXGameController extends GameController { + Logger logger = Logger.getLogger(getClass()); + public EXGameController() { + super(); + } + + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_CHANGE_PAIXING) + public void RouterChangePaixing(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + player.getRoom().changePaiXing(player, params); + } + + + + @ActionKey(Config.GAME_CHANGE_TYPEFACE) + public void RouterChangeTypeFace(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + int typeface = params.getInt("typeface"); + player.getRoom().typeface = typeface; + } + + public void changeActiveSeat(EXRoom owner, int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + public void getCard(EXPlayer player, int leftCount) { + ITObject param = new TObject(); + param.putInt("card", player.drawCard); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + + player.getRoom().getPlayBack().addGetCardCommand(player.room.activeSeat, player.drawCard, leftCount); + } + + @ActionKey(Config.GAME_EVT_FANGPAO) + public void RouterFangwei(Session sender,ITObject params,int gid,Player owner){ + EXPlayer player = (EXPlayer) owner; + int discard = params.getInt("card"); + ITObject response = new TObject(); + response.putInt("seat", owner.seat); + response.putInt("card", discard); + logger.info("jefe GAME_EVT_FANGPAO:" + discard+";player:"+player.playerid); + owner.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + + //记录用户放跑 + Jedis jedis = Redis.use("group1_db5").getJedis(); + + jedis.hset("pao"+player.room+player.room.round+player.playerid,"fanpao",discard+""); + jedis.expire("pao"+player.room+player.room.round+player.playerid,1200); + + jedis.close(); + EXRoom room = player.getRoom(); + room.getPlayBack().addOutCardCommand(player.seat, discard); + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + CardUtil.removeCard(player.cardInhand, discard, 1); + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + + public void outCard(EXPlayer player, int discard) { + logger.info("jefe outcard:" + discard+";player:"+player.playerid); + //判断是否有喂 + Jedis jedis = Redis.use("group1_db5").getJedis(); + String wei = jedis.hget("p"+player.room+player.room.round,"4,"+discard); + jedis.close(); + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + logger.info("jefe roomId:" + player.room+",playerid:"+player.playerid +",card:"+discard+",wei:"+wei+",round:"+player.room.round); + if (wei!=null){ + logger.info("jefe roomId:" + player.room +",wei:"+wei); + //player.room.broadCastToClient(player.playerid, Config.GAME_EVT_FANGWEI, response); + player.sendEvent(Config.GAME_EVT_FANGWEI, response); + + }else{ + + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + + EXRoom room = player.getRoom(); + room.getPlayBack().addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + + CardUtil.removeCard(player.cardInhand, discard, 1); + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + //jedis.close(); + } + + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat) { + actionCard(player, active_card, card, type, from_seat, null); + } + + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat, ITArray opcardArray) { + //放跑不能吃碰等 + + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("active_card", active_card); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + int huxi = player.getShowHuXi(true); + paramBroadCast.putInt("hu_xi", huxi); + if (opcardArray != null) { + paramBroadCast.putTArray("opcard", opcardArray); + } + Jedis jedis = Redis.use("group1_db5").getJedis(); + String fp = jedis.hget("pao"+player.room+player.room.round+player.playerid,"fanpao"); + jedis.close(); + + if (fp!=null){ + //锁 + logger.info("jefe fanpao into:" + player.room+",playerid:"+player.playerid ); + //player.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + //player.room.broadCastToServer(player.playerid, EXActionEvent.EVENT_DEAL, null); + EXRoom room = player.getRoom(); + room.getPlayBack().addActionCommand(player.seat, type, active_card, card, from_seat, huxi, opcardArray); + player.sendEvent(Config.GAME_EVT_ACTION, paramBroadCast); + ITObject otherBroadCast = new TObject(); + Utils.objectCopyDeep(paramBroadCast, otherBroadCast); + otherBroadCast.putInt("hu_xi", player.getShowHuXi(false)); + room.broadCastToClient(player.playerid, Config.GAME_EVT_ACTION, otherBroadCast); + }else{ + EXRoom room = player.getRoom(); + room.getPlayBack().addActionCommand(player.seat, type, active_card, card, from_seat, huxi, opcardArray); + player.sendEvent(Config.GAME_EVT_ACTION, paramBroadCast); + ITObject otherBroadCast = new TObject(); + Utils.objectCopyDeep(paramBroadCast, otherBroadCast); + otherBroadCast.putInt("hu_xi", player.getShowHuXi(false)); + room.broadCastToClient(player.playerid, Config.GAME_EVT_ACTION, otherBroadCast); + } + + + } + + public void dealCard(EXRoom owner) { + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.cardInhand = owner.card.deal(); + +// if (2 == player.seat) { +// player.cardInhand.clear(); +// String cardStr = "101, 102, 102, 103, 103, 109, 201, 201, 202, 202, 203, 203, 204, 204, 204, 206, 207, 208, 209, 210"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// player.cardInhand.add(card); +// } +// } +// if (3 == player.seat) { +// player.cardInhand.clear(); +// String cardStr = "101, 101, 201, 201, 202, 202, 203, 203, 103, 104, 105, 106, 204, 207, 207, 107, 208, 209, 110, 110"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// player.cardInhand.add(card); +// } +// } +// if (1 == player.seat) { +// player.cardInhand.clear(); +// String cardStr = "102, 103, 103, 104, 104, 104, 107, 107, 107, 108, 110, 201, 202, 204, 205, 205, 206, 206, 206, 209"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// player.cardInhand.add(card); +// } +// } + + Collections.sort(player.cardInhand); + + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",player:" + player + ",cardInhand:" + player.cardInhand); + } +// owner.card.cardList.clear(); +// String cardStr = "210, 105, 101, 209, 106, 203, 109, 109, 204, 109, 108, 207, 110, 103, 203, 201, 107, 106, 110, 201, 210, 208, 101, 201, 105, 210, 205, 102, 108, 208, 105, 108, 102, 207, 202, 103, 106, 210, 202, 209"; +// String[] cards = cardStr.split(", "); +// for(String c : cards) { +// Integer card = Integer.valueOf(c); +// owner.card.cardList.add(card); +// } + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",cardList:" + owner.card.cardList); + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + if (!owner.tipMgr.tipMap.isEmpty()) { + logger.info(param.toString()); + + Jedis jedis = Redis.use("group1_db5").getJedis(); + String fp = jedis.hget("pao"+owner.room+owner.room.round+owner.playerid,"fanpao"); + jedis.close(); + logger.info("jefe tipEvent:" +param.getInt("uid")); + //ITObject params = new TObject(); + //params.putInt("id",param.getInt("uid")); + + if (fp!=null){ + + param.putInt("fptype",1); + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + }else{ + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + } + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + } + + public void winEvent(EXPlayer owner, int from_seat) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("from_seat", from_seat); + + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + room.getPlayBack().addWinCardCommand(owner.seat, false); + } + + public ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("xipai_score", owner.xi_pai_score); + mp.putInt("anchou_score", owner.an_chou_score); + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + mp.putTArray("left_card", Util.toTArray(owner.card.cardList)); + mp.putTArray("throw_card", Util.toTArray(owner.throwCardsList)); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("hu_xi", player.huXi); + param.putInt("tun", player.winScore); + player.hp_info(param); + if (owner.maxPlayers == 2) { + param.putInt("total_tun", player.score.round_score); + } else { + param.putInt("total_tun", player.score.round_score / 2); + } + + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + + ITArray mtList = TArray.newInstance(); + for (MingTang mingTang : player.mingtangList) { + ITObject obj = TObject.newInstance(); + obj.putInt("mingtang", mingTang.mingTang); + obj.putInt("type", mingTang.type); + obj.putInt("score", mingTang.score); + + mtList.addTObject(obj); + } + param.putTArray("mingtang", mtList); + + if (player.winer == 1) { + ITArray handCard = Util.toTArray(player.handCardEx); + param.putTArray("hand_card", handCard); + + ITArray cardList = TArray.newInstance(); + for (OpCard opCard : player.handCard) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + cardList.addTObject(obj); + } + param.putTArray("cardList", cardList); + } else { + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + } + + ITArray opCardList = TArray.newInstance(); + for (OpCard opCard : player.opCardList) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + opCardList.addTObject(obj); + } + param.putTArray("opCardList", opCardList); + + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + public void roomTotalResult(EXRoom owner, boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("total_huxi", player.total_huxi); + param.putInt("win_count", player.winCount); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss ? 2 : 1); + if (!dissmiss) { + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXMainServer.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXMainServer.java new file mode 100644 index 0000000..c88c4c0 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXMainServer.java @@ -0,0 +1,96 @@ +package extend.zp; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.zp.player.rulestate.PRChiState; +import extend.zp.player.rulestate.PRDiscardPaoState; +import extend.zp.player.rulestate.PRDrawChiState; +import extend.zp.player.rulestate.PRDrawPaoState; +import extend.zp.player.rulestate.PRDrawPongState; +import extend.zp.player.rulestate.PRPongState; +import extend.zp.player.rulestate.PRTiState; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.player.rulestate.PRWinState; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerPreDrawState; +import extend.zp.player.state.EXPlayerWaitState; +import extend.zp.room.state.EXRoomDealState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.room.state.EXRoomStartGameState; + + +public class EXMainServer extends MainServer { + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + Global.loggerDebug = true; + Global.gameId = Config.GAME_ID; + gameCtr = (EXGameController) Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + //Global.registerState(EXRoomRoundSettleState.class, new EXRoomRoundSettleState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerPreDrawState.class, new EXPlayerPreDrawState()); + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + //Global.registerState(EXPlayerRoundSettleState.class, new EXPlayerRoundSettleState()); + + Global.registerState(PRTiState.class, new PRTiState()); + Global.registerState(PRWeiState.class, new PRWeiState()); + Global.registerState(PRDrawPaoState.class, new PRDrawPaoState()); + Global.registerState(PRDiscardPaoState.class, new PRDiscardPaoState()); + Global.registerState(PRDrawPongState.class, new PRDrawPongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRChiState.class, new PRChiState()); + Global.registerState(PRDrawChiState.class, new PRDrawChiState()); + Global.registerState(PRWinState.class, new PRWinState()); + } + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXPlayer.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXPlayer.java new file mode 100644 index 0000000..b9f9c70 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXPlayer.java @@ -0,0 +1,256 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Stack; + +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.player.rule.RuleChi; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.ChowCard; + +/** + * + * + * + * 2017��8��30�� EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + // ������ + public List outcardList; + // ������ + public List outcardExList; + + public ITArray opCard; + + public int biCard; + + public List tiGroup; + public List paoGroup; + public List kanGroup; + public List pongGroup; + public List weiGroup; + public List chowGroup; + public List opCardList; + + public Stack handCard; + public List handCardEx; + + public HashSet chouChiSet; + public HashSet chouChiExSet; + public HashSet chouPongSet; + + public int drawCard = 0; + public int winCard = 0; + public int winScore = 0; + public int winFan = 0; + public List mingtangList; + + public int kongCount = 0; + public int tiCount = 0; + // ��Ϣ + public int huXi = 0; + + public int total_huxi = 0; + + public boolean isTingHu = true; + + // �Ƿ�����ү + public boolean isLaoYe = false; + + public boolean isMingTang = true; + + public TipManager tipMgr; + + public Tip actionTip; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + outcardExList = new ArrayList<>(); + + tiGroup = new ArrayList<>(); + paoGroup = new ArrayList<>(); + kanGroup = new ArrayList<>(); + pongGroup = new ArrayList<>(); + weiGroup = new ArrayList<>(); + chowGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + mingtangList = new ArrayList<>(); + + opCard = new TArray(); + chouChiSet = new HashSet<>(); + chouChiExSet = new HashSet<>(); + chouPongSet = new HashSet<>(); + + handCard = new Stack(); + handCardEx = new ArrayList<>(); + + tipMgr = new TipManager(this); + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo(boolean self) { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("card_count", this.cardInhand.size()); + playerData.putInt("score", this.score.total_score); + playerData.putInt("hu_xi", this.getShowHuXi(self)); + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card1", opcard.card1); + opcardParam.putInt("card2", opcard.card2); + opcardParam.putInt("card3", opcard.card3); + opcards.addTObject(opcardParam); + } + playerData.putTArray("opcard", opcards); + return playerData; + } + + public int getShowHuXi(boolean self) { + int huXi = 0; + for (OpCard opCard : this.opCardList) { + if (!self) { + if (opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI) { + continue; + } + } else { + if (opCard.type == RuleWeight.TYPE_KAN) { + continue; + } + } + huXi += opCard.huXi; + } + return huXi; + } + + public void resetHuXi() { + this.huXi = 0; + for (OpCard opCard : this.opCardList) { + this.huXi += opCard.huXi; + } + } + + public void clear() { + this.cardInhand.clear(); + this.winer = 0; + this.outcardList.clear(); + this.outcardExList.clear(); + this.drawCard = 0; + this.winScore = 0; + this.winFan = 0; + this.kongCount = 0; + this.tiCount = 0; + this.huXi = 0; + this.isTingHu = true; + this.isLaoYe = false; + this.isMingTang = true; + this.tiGroup.clear(); + this.paoGroup.clear(); + this.kanGroup.clear(); + this.pongGroup.clear(); + this.weiGroup.clear(); + this.chowGroup.clear(); + this.opCardList.clear(); + this.chouChiSet.clear(); + this.chouChiExSet.clear(); + this.chouPongSet.clear(); + this.mingtangList.clear(); + this.score.resetRound(); + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + /** + * �Զ����ƣ��йܣ� + */ + public Integer autoDiscard(){ + Map cardNum=CardUtil.getCardNumMap(this.cardInhand); + for (Entry card : cardNum.entrySet()) { + if (card.getValue()==1||card.getValue()==2) { + return card.getKey(); + } + } + return 0; + } + public boolean chi(int eventCard, IRuleBase rule) { + EXPlayer activePlayer = (EXPlayer) this.room.playerMapBySeat.get(this.room.activeSeat); + if (this.cardInhand.size() <= 2) { + return false; + } + if (eventCard == 0) { + return false; + } + if (this.isEntrust()) { + this.chouChiSet.add(eventCard); + return false; + } + // ���� + if (this.chouChiSet.contains(eventCard)) { + return false; + } + // ���� + if (this.chouChiExSet.contains(eventCard) && this.getRoom().throwCardsSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, this.outcardExList) != 0) { + return false; + } + if (activePlayer.nextSeat != this.seat && activePlayer.seat != this.seat) { + return false; + } + if (this.getRoom().checkPao(eventCard, rule instanceof RuleChi)) { + return false; + } + + ChowCard chow = new ChowCard(this.cardInhand, eventCard); + ITArray list = TArray.newInstance(); + boolean isChi = chow.tryChow(list); + if (isChi) { + int weight = activePlayer.seat != this.seat ? RuleWeight.CHOW1 : RuleWeight.CHOW2; + for (int i = 0; i < list.size(); ++i) { + ITObject obj = list.getTObject(i); + ITArray opCard = obj.getTArray("opcard"); + Tip tip = new Tip(eventCard, opCard, weight, rule, RuleWeight.TYPE_CHOW); + tip.bi_list = obj.getTArray("bi_list"); + this.tipMgr.addTip(tip); + } + } else { + this.chouChiExSet.add(eventCard); + } + return isChi; + } + +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXRoom.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXRoom.java new file mode 100644 index 0000000..12e797e --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXRoom.java @@ -0,0 +1,1273 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Stack; + +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.*; +import com.taurus.core.util.Logger; + +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.tip.Action; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; +import extend.zp.uitl.WinCard; + + +public class EXRoom extends Room { + Logger logger = Logger.getLogger(getClass()); + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + public int activeCard; + public int drawCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winSeat; + public int winCount = 0; + public boolean liuju = false; + public int liujuNum = 0; + public boolean isAllPass = false; + public boolean isTianHu = true; + public boolean isDiHu = true; + + public int step; + + public HashSet throwCardsSet; + public ArrayList throwCardsList; + + public int typeface = 1; + + public ITObject paiXing; + public int adminSeat; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.paiXing = TObject.newInstance(); + this.throwCardsSet = new HashSet<>(); + this.throwCardsList = new ArrayList(); + this.isEntrust = true; + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + this.adminSeat = 0; + } + + public void changePaiXing(EXPlayer player, ITObject params) { + ITArray paixing = null; + try { + paixing = params.getTArray("card_list"); + } + catch(Exception e) + { + + } + + if (paixing == null) { + paixing = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < paixing.size(); i++) + { + TDataWrapper card = paixing.get(i); + TObject map = (TObject)card.getObject(); + tmpCardList.add(map.getInt("card")); + } + + Collections.sort(tmpCardList); + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(player.cardInhand); + for (OpCard opCard : player.opCardList) { + if (opCard.type == RuleWeight.TYPE_KAN && opCard.pailie) { + tmpCardList2.add(opCard.card1); + tmpCardList2.add(opCard.card2); + tmpCardList2.add(opCard.card3); + } + } + Collections.sort(tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2)) + { + ITObject param = new TObject(); + player.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, param); + return; + } + + paiXing.putTArray(player.seat + "", paixing); + + ITObject cmdData = TObject.newInstance(); + cmdData.putTArray("card_list", paixing); + this.getPlayBack().addCommand("ChangePaiXing", player.seat, cmdData); + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + checkAction(); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + this.isAllPass = true; + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + activePlayer.stateMachine.toNextState(); + } else { + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.player.seat == tip.owner.seat) { + continue; + } + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (curaction.player.seat == player.seat) { + continue; + } + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState || player.stateMachine.curState instanceof EXPlayerDrawTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = getReloadInfoEx(player); + EXPlayer p = (EXPlayer) player; + data.putTArray("hand_card", Util.toTArray(p.cardInhand)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + data.putInt("typeface", typeface); + data.putInt("discard", this.isDiHu ? 0 : 1); + + ITArray paiXing = this.paiXing.getTArray(player.seat + ""); + if (paiXing == null) { + paiXing = TArray.newInstance(); + } + data.putTArray("card_list", paiXing); + + EXPlayer activePlayer = (EXPlayer) playerMapBySeat.get(activeSeat); + if (activePlayer != null) { + if (activePlayer.drawCard != 0) { + data.putInt("acitve_card", activePlayer.drawCard); + } else { + data.putInt("acitve_card", activeCard); + } + } else { + data.putInt("acitve_card", 0); + } + return data; + } + + public ITObject getReloadInfoEx(Player player) { + ITObject data = new TObject(); + data.putInt("active_seat", this.activeSeat); + data.putInt("banker_seat", this.bankerSeat); + data.putBoolean("playing", this.isplaying); + ITArray info_list = TArray.newInstance(); + boolean self = false; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer) entry.getValue(); + if (tempPlayer.seat == player.seat) { + self = true; + } + info_list.addTObject(tempPlayer.getReloadInfo(self)); + } + data.putTArray("info_list", info_list); + return data; + } + + public void addScore(EXPlayer player, int score, int type) { + player.score.round_log.put(type, player.score.round_log.get(type) + score); + + player.score.round_score += score; + player.score.total_score += score; + } + + public void addScore(EXPlayer destPlayer) { + int score = caclScore(destPlayer); + //先判断分够不够 + int tmp_all_score = 0; + for (Entry entry : this.playerMapById.entrySet()) { + if (!entry.getKey().equals(destPlayer.playerid)) { + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + //// + if(multipleScore(score) > fromPlayer.hp.cur_hp) { + tmp_all_score += reMultipleScore((int)fromPlayer.hp.cur_hp); + this.addScore(fromPlayer, -reMultipleScore((int)fromPlayer.hp.cur_hp), EXScore.WIN); + }else { + tmp_all_score += score; + this.addScore(fromPlayer, -score, EXScore.WIN); + } + } + } + // + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + this.addScore(destPlayer, tmp_all_score, EXScore.WIN); + } + } + + //// +// for (Entry entry : this.playerMapById.entrySet()) { +// if (entry.getKey().equals(destPlayer.playerid)) { +// if (this.maxPlayers == 2) { +// this.addScore(destPlayer, score, EXScore.WIN); +// } else { +// this.addScore(destPlayer, score * 2, EXScore.WIN); +// } +// } else { +// EXPlayer fromPlayer = (EXPlayer) entry.getValue(); +// this.addScore(fromPlayer, -score, EXScore.WIN); +// } +// } + } + + public int caclScore(EXPlayer player) { + int redCard = 0; + int bigCard = 0; + int smallCard = 0; + int huXi = 0; + int huXiNum = 0; + boolean isDuzi = true; + int huangFan = 0; + + //ssdd + if (!player.handCardEx.isEmpty()) { + isDuzi = false; + for (int card : player.handCardEx) { + if (CardUtil.isRedCard(card)) { + redCard++; + } + if (CardUtil.cardType(card) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.handCard) { + if (opCard.huXi != 0) { + huXi += opCard.huXi; + huXiNum++; + } + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (opCard.type == 2) { + if (opCard.card1 != opCard.card2 || opCard.card1 != opCard.card3) { + isDuzi = false; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.opCardList) { + if (opCard.huXi != 0) { + huXi += opCard.huXi; + huXiNum++; + } + if (opCard.type == RuleWeight.TYPE_CHOW) { + isDuzi = false; + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } else { + if (CardUtil.isRedCard(opCard.card1)) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + redCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + redCard += 4; + } + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + bigCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + bigCard += 4; + } + } else { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + smallCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + smallCard += 4; + } + } + } + } + player.mingtangList.clear(); + player.winFan = 0; + player.huXi = huXi; + player.total_huxi = huXi; + player.winScore =huXi-huXi%3;//jefe (huXi - 15) / 3 + 1 + + + int score = player.winScore + this.config.getInt(Config.GAME_TUN); + if (!player.isMingTang) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + if (player.seat == this.bankerSeat) { + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 6)); + } else { + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 6)); + } + player.winFan += 6; + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + // ��� + if (redCard >= 10) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 3 + redCard - 10; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if (redCard < 13) { + fan = 2; + } + } else { + fan = 2 + redCard - 10; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + if (this.config.getInt(Config.GAME_MODE) == 2) { + // ���� + if (redCard >= 13) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.HONG_WU, 1, 4)); + } + } + // �ں� + if (redCard == 0) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 8; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 5; + } else { + fan = 5; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + // ��� + if (redCard == 1) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 6; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 3; + } else { + fan = 3; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + // ���ߺ� + if (this.config.getInt(Config.GAME_SIQI) == 1) { + if (redCard == 4 || redCard == 7) { + player.winFan += 2; + player.mingtangList.add(new MingTang(RuleWeight.SI_QI_HONG, 1, 2)); + } + } + } else if (player.room.config.getInt(Config.GAME_MODE) == 1) {//jefe + if (huXi>=30){ + player.winFan += 2; + }else { + if (player.seat == this.bankerSeat) { + if (this.config.getInt(Config.GAME_TIANHU) == 1) { + player.winFan += 2;//jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 4)); + } + } else { + if (this.config.getInt(Config.GAME_DIHU) == 1) { + player.winFan += 2;//jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 4)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + } + } + + if (player.winFan > 0) { + score *= player.winFan; + } + if (huangFan > 0) { + score *= (huangFan + 1); + } + if (this.config.getInt(Config.GAME_FENGDING) == 1) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 100); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 20); + } else { + score = Math.min(score, 60); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 2) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 200); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 40); + } else { + score = Math.min(score, 80); + } + } + + return score; + } + // ��� + if (redCard >= 10) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 3 + redCard - 10; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if (redCard < 13) { + fan = 2; + } + } else { + fan = 2 ;//jefe 2 + redCard - 10 + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + if (this.config.getInt(Config.GAME_MODE) == 2) { + // ���� + if (redCard >= 13) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.HONG_WU, 1, 4)); + } + } + // �ں� + if (redCard == 0) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 8; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 5; + } else { + fan = 2;//jefe 5 + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + // ��� + if (redCard == 1) { + int fan = 0; + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + fan = 6; + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + fan = 3; + } else { + fan = 2;//jefe 3 + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + // ���Ӻ� + if (isDuzi) { + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 8)); + } else if (this.config.getInt(Config.GAME_MODE) == 2) { + if (this.config.getInt(Config.GAME_DUIZIFU) == 1) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 4)); + } + } else { + player.winFan += 2;//jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 2)); + } + } + // ���� + if (this.winSeat == player.seat) { + //player.winScore += 1; jefe + player.mingtangList.add(new MingTang(RuleWeight.ZI_MO, 2, 1*3));//jefe *3 + } + // ȫ���� + if (this.config.getInt(Config.GAME_MODE) == 3) {//jefe + if (this.isTianHu) { + // ��� + if (player.seat == this.bankerSeat) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 6)); + } + // �غ� + else { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 6)); + } + } + // ���� + if (this.card.getCount() == 0) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.HAI_HU, 1, 6)); + } + // ���� + if (this.config.getInt(Config.GAME_TINGHU) == 1) { + if (player.isTingHu) { + player.winFan += 6; + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 6)); + } + } + // ��� + if (bigCard >= 18) { + int fan = 8 + bigCard - 18; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_HU, 1, fan)); + } + + // С�� + if (smallCard >= 16) { + int fan = 10 + smallCard - 16; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.XIAO_HU, 1, fan)); + } + + // ����Բ + if (this.config.getInt(Config.GAME_TUANYUAN) == 1) { + int duan = 0; + for (int i = 1; i <= 10; i++) { + int num = 0; + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_PAO && opCard.type != RuleWeight.TYPE_TI) { + continue; + } + if (opCard.card1 % 100 == i) { + num++; + } + } + if (num == 2) { + duan++; + } + } + if (duan > 0) { + int fan = duan * 8; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_TUAN_YUAN, 1, fan)); + } + } + // ����Ϣ + if (this.config.getInt(Config.GAME_HANGHANGXI) == 1) { + if (huXiNum == 7) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.XING_XING_XI, 1, 8)); + } + } + // ������Ϣ + if (this.config.getInt(Config.GAME_JIAXINGXING) == 1) { + if ((player.tiCount + player.kongCount) > 0) { + if (huXiNum == 6) { + player.winFan += 4; + player.mingtangList.add(new MingTang(RuleWeight.JIA_XING_XING, 1, 4)); + } + } + } + // ���ߺ� + if (this.config.getInt(Config.GAME_SIQI) == 1) { + if (redCard == 4 || redCard == 7) { + player.winFan += 2; + player.mingtangList.add(new MingTang(RuleWeight.SI_QI_HONG, 1, 2)); + } + } + // ˣ�� + if (this.config.getInt(Config.GAME_SHUAHOU) == 1) { + if (player.kanGroup.isEmpty() && player.cardInhand.size() == 1) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.SHUA_HOU, 1, 8)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + } + // Բ + if (this.config.getInt(Config.GAME_YUAN) == 1) { + List cardList = new ArrayList<>(); + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_PAO && opCard.type != RuleWeight.TYPE_TI) { + continue; + } + cardList.add(opCard.card1); + } + if (!cardList.isEmpty()) { + Collections.sort(cardList); + int yuan = 0; + int num = cardList.get(0); + for (int i = 1; i < cardList.size(); i++) { + if (num + 1 == cardList.get(i)) { + yuan++; + } + num = cardList.get(i); + } + if (yuan > 0) { + int fan = yuan * 6; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.YUAN, 1, fan)); + } + } + } + // ������ + if (this.config.getInt(Config.GAME_BEIKAOBEI) == 1) { + boolean kezi1 = false; + boolean kezi2 = false; + boolean isBeiKaoBei = true; + for (OpCard opCard : player.handCard) { + if (opCard.type == 1) { + if (opCard.card1 != player.winCard && opCard.card1 % 100 == player.winCard % 100) { + kezi1 = true; + continue; + } + break; + } else { + if (opCard.card1 != opCard.card2 || opCard.card1 != opCard.card3) { + if (opCard.card1 == player.winCard || opCard.card2 == player.winCard || opCard.card3 == player.winCard) { + isBeiKaoBei = false; + break; + } + continue; + } + if (opCard.card1 == player.winCard) { + kezi2 = true; + } + } + } + if (isBeiKaoBei) { + for (OpCard opCard : player.opCardList) { + if (opCard.type != RuleWeight.TYPE_WEI && opCard.type != RuleWeight.TYPE_CHOUWEI && opCard.type != RuleWeight.TYPE_KAN) { + continue; + } + if (opCard.card1 == player.winCard) { + kezi2 = true; + } + } + } + if (kezi1 && kezi2) { + player.winFan += 8; + player.mingtangList.add(new MingTang(RuleWeight.BEI_KAO_BEI, 1, 8)); + } + } + } + // ���෬ + if (this.config.getInt(Config.GAME_MODE) == 1) {//jefe + if (this.isTianHu) { + // ��� + if (player.seat == this.bankerSeat) { + if (this.config.getInt(Config.GAME_TIANHU) == 0) {//jefe 1 + player.winFan += 2; //jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 2)); + } + } + // �غ� + else { + if (this.config.getInt(Config.GAME_DIHU) == 0) { //jefe 1 + player.winFan += 2;// jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 2)); + } + } + } + // ���� + if (this.config.getInt(Config.GAME_HAIHU) == 1) {// + if (this.card.getCount() == 0) { + player.winFan += 2; // //jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.HAI_HU, 1, 2)); + } + } + /* + if (this.config.getInt(Config.GAME_TINGHU) == 1) { + // ���� + if (player.isTingHu) { + player.winFan += 2; //jefe 4 + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 2)); + } + } + // �Ʒ� + if (this.config.getInt(Config.GAME_HUANGFAN) == 1) { + if (this.liujuNum > 0) { + huangFan = this.liujuNum; + player.mingtangList.add(new MingTang(RuleWeight.HUANG_FAN, 3, huangFan + 1)); + } + }*/ + + if (bigCard >= 18) { + int fan = 8 + bigCard - 18; + fan = 2;//jefe + player.winFan += 2;//jefe fan + player.mingtangList.add(new MingTang(RuleWeight.DA_HU, 1, fan)); + } + + // С�� + if (smallCard >= 18) { + int fan = 10 + smallCard - 18; + fan = 2;//jefe + player.winFan += 2;//jefe fan + player.mingtangList.add(new MingTang(RuleWeight.XIAO_HU, 1, fan)); + } + + //30息翻倍 jefe + if(player.winFan<=1&&huXi>=30){ + player.winFan += 2;//jefe fan + player.mingtangList.add(new MingTang(RuleWeight.SANSHI_XI_FAN, 1, 2)); + } + + } + score = player.winScore + this.config.getInt(Config.GAME_TUN); + if (player.winFan > 0) { + score *= player.winFan; + } + if (huangFan > 0) { + score *= (huangFan + 1); + } + if (this.config.getInt(Config.GAME_FENGDING) == 1) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 100); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 20); + } else { + score = Math.min(score, 60); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 2) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 200); + } else if (player.room.config.getInt(Config.GAME_MODE) == 2) { + score = Math.min(score, 40); + } else { + score = Math.min(score, 80); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 3) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 300); + } + } + if (this.config.getInt(Config.GAME_FENGDING) == 4) { + if (player.room.config.getInt(Config.GAME_MODE) == 3) {//jefe + score = Math.min(score, 500); + } + } + //jefe *3 + if (this.winSeat == player.seat) { + score += 3; + } + + return score; + } + + public boolean checkPao(int eventCard, boolean isDis) { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (isDis) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } else { + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + return true; + } + } + if (player.seat != this.activeSeat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } + } + } + return false; + } + + // public void settleRound() { + // saveMilitaryRound(playBackData.getData(this)); + // if (this.liuju == true) { + // this.bankerSeat = this.playerMapBySeat.get(this.bankerSeat).nextSeat; + // } + // boolean total = this.round >= this.maxRound; + // int result = this.nonNegative(false); + // if (!total) { + // EXMainServer.gameCtr.roomResult(this); + // if (result == 4) { + // total = true; + // this.saveMilitaryTotal(false); + // } + // } else { + // this.saveMilitaryTotal(false); + // } + // this.stateMachine.changeState(Global.getState(EXRoomRoundSettleState.class)); + // this.winCount = 0; + // + // if (total) { + // this.stateMachine.changeState(Global.getState(RoomEndGameState.class)); + // return; + // } + // } + + public void win(EXPlayer player, EXPlayer activePlayer) { + if (player.getRoom().drawCard != 0) { + player.winCard = player.getRoom().drawCard; + } + player.winer = 1; + int scoreSrc = caclScore(player); + if (player.handCard.isEmpty()) { + scoreSrc = 0; + } + player.resetHuXi(); + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + + Stack handCard = new Stack(); + List handCardEx = new ArrayList<>(); + handCard.addAll(player.handCard); + handCardEx.addAll(player.handCardEx); + + for (int i = 0; i < player.pongGroup.size(); i++) { + if (activePlayer.drawCard == player.pongGroup.get(i)[0]) { + player.kongCount++; + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_PONG, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.pongGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PONG, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] pongGroup = new int[3]; + pongGroup[0] = activePlayer.drawCard; + pongGroup[1] = activePlayer.drawCard; + pongGroup[2] = activePlayer.drawCard; + + player.pongGroup.add(pongGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (activePlayer.drawCard == player.kanGroup.get(i)[0]) { + player.kongCount++; + + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_KAN, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.kanGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] kanGroup = new int[3]; + kanGroup[0] = activePlayer.drawCard; + kanGroup[1] = activePlayer.drawCard; + kanGroup[2] = activePlayer.drawCard; + + player.kanGroup.add(kanGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (activePlayer.drawCard == player.weiGroup.get(i)[0]) { + player.kongCount++; + + WinCard win = new WinCard(player.cardInhand, 0); + if (win.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_WEI, activePlayer.drawCard); + if (player.huXi - huXi1 + huXi >= 15) { + player.weiGroup.remove(i); + + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] paoGroup = new int[4]; + paoGroup[0] = activePlayer.drawCard; + paoGroup[1] = activePlayer.drawCard; + paoGroup[2] = activePlayer.drawCard; + paoGroup[3] = activePlayer.drawCard; + + player.paoGroup.add(paoGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PAO, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + for (int j = 0; j < win.stack.size(); j++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(j).get(0); + opcard.card2 = win.stack.get(j).get(1); + opcard.type = 1; + if (win.stack.get(j).size() > 2) { + opcard.card3 = win.stack.get(j).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(j); + + player.handCard.push(opcard); + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + + int scoreDes = caclScore(player); + if (scoreDes < scoreSrc) { + for (int j = 0; j < player.paoGroup.size(); j++) { + if (activePlayer.drawCard == player.paoGroup.get(j)[0]) { + player.paoGroup.remove(j); + break; + } + } + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PAO, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, 0)); + + int[] weiGroup = new int[3]; + weiGroup[0] = activePlayer.drawCard; + weiGroup[1] = activePlayer.drawCard; + weiGroup[2] = activePlayer.drawCard; + + player.weiGroup.add(weiGroup); + + huXi = Paixing.caclHuxi(RuleWeight.TYPE_WEI, activePlayer.drawCard); + player.opCardList.add(new OpCard(RuleWeight.TYPE_WEI, activePlayer.drawCard, activePlayer.drawCard, activePlayer.drawCard, huXi)); + + player.handCard.clear(); + player.handCardEx.clear(); + + player.handCard.addAll(handCard); + player.handCardEx.addAll(handCardEx); + + player.kongCount--; + } + } else { + player.kongCount--; + } + } else { + player.kongCount--; + } + break; + } + } + } + this.addScore(player); + // this.liuju = false; + this.liujuNum = 0; + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(player.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + } + EXMainServer.gameCtr.winEvent(player, player.seat); + // if (owner.room.config.getInt(Config.GAME_ZHUANG) == 1) { + // if (room.bankerSeat != owner.seat) { + // room.bankerSeat = owner.lastSeat; + // } + // } else { + // room.bankerSeat = owner.seat; + // } + this.bankerSeat = player.seat; + player.winCount++; + this.endGame(); + } + + @Override + public void endGame() { + super.endGame(); + } + + public void saveRecRound() { + this.getPlayBack().addResultData(EXMainServer.gameCtr.getRoomResultData(this)); + super.saveRecRound(); + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + public PlayBack getPlayBack() { + return (PlayBack) playBackData; + } + + @Override + public void clear() { + super.clear(); + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.isplaying = this.isAllPass = false; + this.isTianHu = this.isDiHu = true; + this.paiXing = TObject.newInstance(); + this.throwCardsSet.clear(); + this.throwCardsList.clear(); + } + // public void destroy() { + // super.destroy(); + // } + + /** + * 开启倍数后 体力值消耗= 倍数*分数 + */ + private int reMultipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score / this.hpData.getInt("times")); + } + } + return score; + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXScore.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXScore.java new file mode 100644 index 0000000..fb3834e --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/EXScore.java @@ -0,0 +1,15 @@ +package extend.zp; + +import com.game.data.Score; + +public class EXScore extends Score { + public static final int WIN = 1; + + public EXScore(EXPlayer owner) { + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/MingTang.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/MingTang.java new file mode 100644 index 0000000..82b8723 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/MingTang.java @@ -0,0 +1,13 @@ +package extend.zp; + +public class MingTang { + public int mingTang; + public int type; + public int score; + + public MingTang(int mingTang, int type, int score) { + this.mingTang = mingTang; + this.type = type; + this.score = score; + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/OpCard.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/OpCard.java new file mode 100644 index 0000000..bbd5df6 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/OpCard.java @@ -0,0 +1,35 @@ +package extend.zp; + +import java.io.Serializable; + +public class OpCard implements Serializable{ + private static final long serialVersionUID = 1L; + public int type; + public int card1; + public int card2; + public int card3; + public int huXi; + public boolean pailie; + + public OpCard(int type, int card1, int card2, int card3, int huXi) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + this.pailie = false; + } + + public OpCard(int type, int card1, int card2, int card3, int huXi, boolean pailei) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + this.pailie = pailei; + } + + public OpCard() { + + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/PlayBack.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/PlayBack.java new file mode 100644 index 0000000..74f6ad7 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/PlayBack.java @@ -0,0 +1,107 @@ +package extend.zp; + +import java.util.Map.Entry; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class PlayBack extends BasePlayBack { + + public PlayBack(EXRoom room) { + super(room); + info.putInt("left_card", room.card.getCount()); + ITArray infoList = new TArray(); + for (Entry entry : room.playerMapById.entrySet()) { + ITObject obj = TObject.newInstance(); + EXPlayer player = (EXPlayer) entry.getValue(); + obj.putInt("aid", player.playerid); + obj.putUtfString("nick", player.nick); + obj.putInt("sex", player.sex); + obj.putUtfString("portrait", player.portrait); + obj.putInt("seat", player.seat); + ITArray cardInhand = Util.toTArray(player.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + infoList.addTObject(obj); + } + info.putTArray("playerData", infoList); + } + + public void addGetCardCommand(int seat, int card, int left_count) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard", seat, data); + } + + public void addAddCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("AddCard", seat, data); + } + + public void addThrowCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("ThrowCard", seat, data); + } + + public void addOutCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard", seat, data); + } + + public void addResultData(ITObject resultData){ + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + mp.putTObject("data", resultData); + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", "result"); + cmdObj.putTObject("result", mp); + cmdList.addTObject(cmdObj); + } + + public void addActionCommand(int seat, int type, int active_card, int card, int from_seat, int huxi, ITArray opcardArray) { + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("active_card", active_card); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + cmdData.putInt("hu_xi", huxi); + if (opcardArray != null) { + ITArray opcard = TArray.newInstance(); + for (int i = 0; i < opcardArray.size(); i++) { + opcard.addInt(opcardArray.getInt(i)); + } + cmdData.putTArray("opcard", opcard); + } + addCommand("Action", seat, cmdData); + } + + public void addWinCardCommand(int seat, boolean zimo) { + ITObject cmdData = TObject.newInstance(); + addCommand("Win", seat, cmdData); + } + + public void addCommand(String cmd, int seat, ITObject data) { + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", cmd); + cmdObj.putInt("seat", seat); + cmdObj.putTObject("data", data); + cmdList.addTObject(cmdObj); + } + + public ITObject getData(EXRoom owner) { + ITObject data = TObject.newInstance(); + data.putTObject("info", info); + data.putTArray("cmdList", cmdList); + data.putTObject("result", EXMainServer.gameCtr.getRoomResultData(owner)); + return data; + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/PlayerRuleManager.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/PlayerRuleManager.java new file mode 100644 index 0000000..86ffaef --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/PlayerRuleManager.java @@ -0,0 +1,121 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.zp.player.rule.RuleChi; +import extend.zp.player.rule.RuleDealKan; +import extend.zp.player.rule.RuleDealTi; +import extend.zp.player.rule.RuleDiscardPao; +import extend.zp.player.rule.RuleDrawChi; +import extend.zp.player.rule.RuleDrawPao; +import extend.zp.player.rule.RuleDrawPong; +import extend.zp.player.rule.RuleKan; +import extend.zp.player.rule.RulePong; +import extend.zp.player.rule.RuleTi; +import extend.zp.player.rule.RuleWei; +import extend.zp.player.rule.RuleWin; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerTipState; +import extend.zp.tip.IRuleBase; + + +public class PlayerRuleManager { + public static final int DEAL_RULE = 1; + public static final int KAN_RULE = 2; + public static final int TI_RULE = 3; + public static final int DRAW_RULE = 4; + public static final int OTHER_DRAW_RULE = 5; + public static final int DRAW_PAO_RULE = 6; + public static final int DISCARD_RULE = 7; + public static final int HU_RULE = 9; + public static final int OTHER_HU_RULE = 11; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + + tipMap.put(PlayerRuleManager.OTHER_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + + List dealList = new ArrayList(); + dealList.add(new RuleDealTi()); + dealList.add(new RuleDealKan()); + ruleMap.put(PlayerRuleManager.DEAL_RULE, dealList); + + List dealKanList = new ArrayList(); + dealKanList.add(new RuleKan()); + ruleMap.put(PlayerRuleManager.KAN_RULE, dealKanList); + + List paoList = new ArrayList(); + paoList.add(new RuleTi()); + paoList.add(new RuleWei()); + ruleMap.put(PlayerRuleManager.TI_RULE, paoList); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleWin()); + drawRuleList.add(new RuleDrawChi()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List otherDrawRuleList = new ArrayList(); + otherDrawRuleList.add(new RuleWin()); + otherDrawRuleList.add(new RuleDrawPong()); + otherDrawRuleList.add(new RuleDrawChi()); + ruleMap.put(PlayerRuleManager.OTHER_DRAW_RULE, otherDrawRuleList); + + List drawPaoList = new ArrayList(); + drawPaoList.add(new RuleDrawPao()); + ruleMap.put(PlayerRuleManager.DRAW_PAO_RULE, drawPaoList); + + List otherDiscardList = new ArrayList(); + otherDiscardList.add(new RuleDiscardPao()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleChi()); + ruleMap.put(PlayerRuleManager.DISCARD_RULE, otherDiscardList); + + List huList = new ArrayList(); + huList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.HU_RULE, huList); + + List otherHuList = new ArrayList(); + otherHuList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.OTHER_HU_RULE, otherHuList); + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean conditionEx(int type, EXPlayer player) { + return condition(type, player, false); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + player.tipMgr.clean(); + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/RoomCard.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/RoomCard.java new file mode 100644 index 0000000..abe4238 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/RoomCard.java @@ -0,0 +1,104 @@ +package extend.zp; + +import java.util.*; + +public class RoomCard { + public ArrayList cardList; + EXRoom room; + public ArrayList subCardList; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + this.room = table; + this.subCardList = new ArrayList<>(); + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + this.initCard(); + this.shuffle(); + } + + private void initCard() { + for (int index = 1; index <= 10; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + } + } + } + +// private void initCard2() { +// List list = Arrays.asList(102, 103, 105, 106, 106, 107, 108, 108, 109, 110, 110, 110, 110, 201, 202, 207, 209, 209, 210, 210); +// List list2 = Arrays.asList(101, 101, 104, 104, 105, 107, 107, 109, 201, 201, 203, 203, 203, 203, 204, 206, 207, 208, 209, 210); +// List list3 = Arrays.asList(205, 106, 108, 208, 209, 105, 106, 206, 102, 105, 104, 108, 102, 107, 202, 106, 206, 202, 104, 204, 102, 108, 208, 207, 208, 205, 205, 201, 202, 101, 103, 206, 103, 209, 208, 210, 102, 105, 109, 108); +// +// this.cardList.addAll(list2); +// this.cardList.addAll(list); +// this.cardList.addAll(list3); +// } + + private void shuffle() { + for(int i = 0;i < 100;i++) { + Collections.shuffle(this.cardList); + } + } + + public int pop() { + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + int card = this.subCardList.remove(0); + return card; + }else { + return 0; + } + }else { + int card = this.cardList.remove(0); + return card; + } + } + + public int popsub() { + if (this.subCardList.size() == 0) { + int card = this.cardList.remove(0); + return card; + }else { + int card = this.subCardList.remove(0); + return card; + } + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + public ArrayList deal() { + ArrayList dealCards = new ArrayList(); + for (int index = 0; index < 20; index++) { + dealCards.add(this.pop()); + } + + return dealCards; + } + + public void reInitCards(List cards) { +// Global.logger.info("sub before===>"+subCardList.size()); +// this.subCardList.addAll(cards); + //从底牌移除 +// Global.logger.info("before===>"+cardList.size()); + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { +// Global.logger.info("bidui===>"+cardList.get(i)+":"+Integer.valueOf(card)); + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } +// Global.logger.info("sub after===>"+subCardList.size()); +// Global.logger.info("after===>"+cardList.size()); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/RuleWeight.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/RuleWeight.java new file mode 100644 index 0000000..259ac8f --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/RuleWeight.java @@ -0,0 +1,46 @@ +package extend.zp; + +public class RuleWeight { + public final static int CHOW1 = 1; + public final static int CHOW2 = 2; + public final static int PONG = 3; + public final static int WIN1 = 4; + public final static int WIN2 = 5; + public final static int WIN3 = 6; + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KAN = 3; + public final static int TYPE_WEI = 4; + public final static int TYPE_CHOUWEI = 5; + public final static int TYPE_PAO = 6; + public final static int TYPE_TI = 7; + public final static int TYPE_WIN = 8; + public final static int TYPE_BI = 9; + public final static int TYPE_JIANG = 10; + + public final static int SMALL_CARD = 1; + public final static int BIG_CARD = 2; + + public final static int HONG_HU = 1; + public final static int WU_HU = 2; + public final static int DIAN_HU = 3; + public final static int DUIZI_HU = 4; + public final static int TIAN_HU = 5; + public final static int DI_HU = 6; + public final static int HAI_HU = 7; + public final static int TING_HU = 8; + public final static int DA_HU = 9; + public final static int XIAO_HU = 10; + public final static int DA_TUAN_YUAN = 11; + public final static int XING_XING_XI = 12; + public final static int SI_QI_HONG = 13; + public final static int SHUA_HOU = 14; + public final static int HUANG_FAN = 15; + public final static int ZI_MO = 16; + public final static int JIA_XING_XING = 17; + public final static int HONG_WU = 18; + public final static int YUAN = 19; + public final static int BEI_KAO_BEI = 20; + public final static int SANSHI_XI_FAN = 21;//30息翻倍 +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleChi.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleChi.java new file mode 100644 index 0000000..701eef2 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleChi.java @@ -0,0 +1,36 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRChiState; +import extend.zp.tip.IRuleBase; +import redis.clients.jedis.Jedis; + + +public class RuleChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + return player.chi(player.getRoom().activeCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + int activeCard=room.activeCard; + PRChi.prChi(activeCard, player); + room.activeCard = 0; + room.lastDiscardSeat = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + player.stateMachine.changeState(Global.getState(PRChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java new file mode 100644 index 0000000..5fb46b6 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java @@ -0,0 +1,75 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleDealKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if(num == 2 && card == player.drawCard) { + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true)); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + + ITObject param = new TObject(); + param.putInt("card", card); + param.putInt("seat", player.room.activeSeat); + player.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + } + if (num == 3) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true)); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java new file mode 100644 index 0000000..7d85c36 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java @@ -0,0 +1,82 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; +import redis.clients.jedis.Jedis; + + +public class RuleDealTi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 3) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.tiCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + player.tiGroup.add(tiGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_TI, player.seat, opcard); + } + if (num == 4) { + player.tiCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + player.tiGroup.add(tiGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_TI, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java new file mode 100644 index 0000000..d8aeee1 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java @@ -0,0 +1,63 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRDiscardPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import redis.clients.jedis.Jedis; + + +public class RuleDiscardPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + //判断是否可以偎 + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + + int eventCard = player.getRoom().activeCard; + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDiscardPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java new file mode 100644 index 0000000..5e3171b --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java @@ -0,0 +1,39 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRDrawChiState; +import extend.zp.tip.IRuleBase; +import redis.clients.jedis.Jedis; + + +public class RuleDrawChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + return player.chi(eventCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(player.room.activeSeat); + int activeCard = activePlayer.drawCard; + PRChi.prChi(activeCard, player); + activePlayer.drawCard = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + + player.stateMachine.changeState(Global.getState(PRDrawChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java new file mode 100644 index 0000000..28b8baf --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java @@ -0,0 +1,83 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRDrawPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import redis.clients.jedis.Jedis; + + +public class RuleDrawPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + //判断是否可以偎 + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.pongGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PONG, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java new file mode 100644 index 0000000..b2fa1cc --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java @@ -0,0 +1,55 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDrawPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + + +public class RuleDrawPong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.cardInhand.size() <= 2) { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (player.seat == activePlayer.seat) { + return false; + } + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleKan.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleKan.java new file mode 100644 index 0000000..df87829 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleKan.java @@ -0,0 +1,50 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 2) { + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card))); + EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RulePong.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RulePong.java new file mode 100644 index 0000000..0ad7640 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RulePong.java @@ -0,0 +1,53 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + + +public class RulePong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.cardInhand.size() <= 2) { + return false; + } + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleTi.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleTi.java new file mode 100644 index 0000000..24311ed --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleTi.java @@ -0,0 +1,64 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRTiState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import redis.clients.jedis.Jedis; + + +public class RuleTi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.drawCard; + //判断是否可以偎 + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + player.winCard = player.drawCard; + player.drawCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + break; + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRTiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleWei.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleWei.java new file mode 100644 index 0000000..cbe61ae --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleWei.java @@ -0,0 +1,43 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.plugin.redis.Redis; +import extend.zp.EXPlayer; +import extend.zp.player.rulestate.PRCheck; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import redis.clients.jedis.Jedis; + + +public class RuleWei implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.drawCard; + //判断是否可以偎 + boolean c = PRCheck.check(player); + if (!c){ + return false; + } + + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + player.winCard = player.drawCard; + player.drawCard = 0; + CardUtil.removeCard(player.cardInhand, eventCard, 2); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRWeiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleWin.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleWin.java new file mode 100644 index 0000000..5fffee6 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rule/RuleWin.java @@ -0,0 +1,48 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRWinState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.Paixing; + + +public class RuleWin implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isLaoYe) { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (activePlayer == null) { + return false; + } + if (Paixing.checkWin(player, activePlayer.drawCard)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activePlayer.drawCard); + int weight = RuleWeight.WIN3; + if (activePlayer.seat != player.seat) { + if (player.seat == activePlayer.nextSeat) { + weight = RuleWeight.WIN2; + } else { + weight = RuleWeight.WIN1; + } + } + Tip tip = new Tip(activePlayer.drawCard, opcard, weight, this, RuleWeight.TYPE_WIN); + player.tipMgr.addTip(tip); + player.getRoom().winSeat = activePlayer.seat; + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRWinState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRCheck.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRCheck.java new file mode 100644 index 0000000..4bf19dd --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRCheck.java @@ -0,0 +1,33 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Logger; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; +import redis.clients.jedis.Jedis; + +public class PRCheck { + public static final Logger logger = Logger.getLogger(PRCheck.class); + + public static boolean check(EXPlayer owner) { + Jedis jedis = Redis.use("group1_db5").getJedis(); + String fp = jedis.hget("pao"+owner.room+owner.room.round+owner.playerid,"fanpao"); + jedis.close(); + if (fp!=null){ + return false; + } + return true; + } + + +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java new file mode 100644 index 0000000..5c6b169 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRChi.java @@ -0,0 +1,70 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; +import com.taurus.core.util.Logger; + +public class PRChi { + public static final Logger logger = Logger.getLogger(PRChi.class); + + public static void prChi(int card, EXPlayer owner) { + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + Tip actionTip = owner.actionTip; + ITArray opcard = actionTip.opcard; + int chowcard1 = opcard.getInt(0); + int chowcard2 = opcard.getInt(1); + + __chow(owner, chowcard1, chowcard2, card, activePlayer, false); + if (actionTip.bi_list != null && actionTip.biid != null) { + ITObject obj = actionTip.bi_list.getTObject(actionTip.biid.getInt(0)); + ITArray biopcard = obj.getTArray("opcard"); + __chow(owner, biopcard.getInt(0), biopcard.getInt(1), card, owner, true); + if (obj.containsKey("bi_list")) { + ITArray bi_list1 = obj.getTArray("bi_list"); + ITObject obj1 = bi_list1.getTObject(actionTip.biid.getInt(1)); + ITArray biopcard1 = obj1.getTArray("opcard"); + __chow(owner, biopcard1.getInt(0), biopcard1.getInt(1), card, owner, true); + } + } + + } + + private static final void __chow(EXPlayer player, int chowcard1, int chowcard2, int card, EXPlayer activePlayer, boolean bi) { + int[] chiGroup = new int[3]; + chiGroup[0] = chowcard1; + chiGroup[1] = card; + chiGroup[2] = chowcard2; + CardUtil.removeCard(player.cardInhand, chowcard1, 1); + if (bi) { + CardUtil.removeCard(player.cardInhand, card, 1); + } + CardUtil.removeCard(player.cardInhand, chowcard2, 1); + logger.info("jefe chowGroup,player:" + player.playerid + ",card1:" + chowcard1+",card2:"+card+",card3:"+chowcard2); + player.chowGroup.add(chiGroup); + int huXi = 0; + if (chiGroup[0] % 100 != chiGroup[1] % 100) { + if (chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 6 || chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 19) { + huXi += Paixing.caclHuxi(RuleWeight.TYPE_CHOW, chiGroup[0]); + } + } + player.opCardList.add(new OpCard(RuleWeight.TYPE_CHOW, chiGroup[0], chiGroup[1], chiGroup[2], huXi)); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(chiGroup[0]); + opcard.addInt(chiGroup[2]); + EXMainServer.gameCtr.actionCard(player, card, card, bi ? RuleWeight.TYPE_BI : RuleWeight.TYPE_CHOW, activePlayer.seat, opcard); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java new file mode 100644 index 0000000..ed30148 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java @@ -0,0 +1,42 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; + + +public class PRChiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java new file mode 100644 index 0000000..96900b8 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java @@ -0,0 +1,98 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRDiscardPaoState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + int fromseat = activePlayer.seat; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java new file mode 100644 index 0000000..7441809 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java @@ -0,0 +1,41 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; + +public class PRDrawChiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java new file mode 100644 index 0000000..2710a3e --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPaoState.java @@ -0,0 +1,106 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRDrawPaoState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + if (owner.seat != activePlayer.seat) { + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + } + + int fromseat = activePlayer.seat; + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java new file mode 100644 index 0000000..8478789 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java @@ -0,0 +1,81 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRDrawPongState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = activePlayer.drawCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + activePlayer.drawCard = 0; + CardUtil.removeCard(owner.cardInhand, card, 2); + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java new file mode 100644 index 0000000..3274942 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java @@ -0,0 +1,82 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRPongState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + CardUtil.removeCard(owner.cardInhand, card, 2); + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + this.toNextState(owner); + ; + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java new file mode 100644 index 0000000..9fb47bd --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRTiState.java @@ -0,0 +1,84 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRTiState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + int card = owner.opCard.getInt(0); + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + owner.tiGroup.add(tiGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_TI, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java new file mode 100644 index 0000000..976e18e --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java @@ -0,0 +1,95 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + +import com.taurus.core.plugin.redis.Redis; +import redis.clients.jedis.Jedis; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRWeiState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + int card = owner.opCard.getInt(0); + int[] weiGroup = new int[3]; + weiGroup[0] = card; + weiGroup[1] = card; + weiGroup[2] = card; + + + owner.weiGroup.add(weiGroup); + int type = owner.chouPongSet.contains(card) ? RuleWeight.TYPE_CHOUWEI : RuleWeight.TYPE_WEI; + //出喂 + logger.info("jefe chouwei,player:" + owner +",seat:"+owner.seat+",room:"+owner.room+ ",card:" + card+",type:"+type); + + if (type==4){ + //加入redis + + Jedis jedis = Redis.use("group1_db5").getJedis(); + jedis.hset("p"+owner.room+owner.room.round,type+","+card,card+""); + jedis.expire("p"+owner.room+owner.room.round,1200); + jedis.close(); + } + + owner.opCardList.add(new OpCard(type, card, card, card, Paixing.caclHuxi(type, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, type, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + if (owner.tiCount > 1) { + owner.tiCount--; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java new file mode 100644 index 0000000..7050ece --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java @@ -0,0 +1,38 @@ +package extend.zp.player.rulestate; + +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; + + +public class PRWinState extends StateBase { + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (!room.isplaying) { + owner.stateMachine.curState = owner.stateMachine.lastState; + return; + } + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + room.win(owner, activePlayer); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..dc571a9 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,53 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDisCardTipState extends EXPlayerTipState { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.choicAction(id,biid); + + // Global.logger.error("EXPlayerDisCardTipState" + id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)){ + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.choicAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..9cedf04 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java @@ -0,0 +1,141 @@ +package extend.zp.player.state; + +import java.util.concurrent.TimeUnit; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.room.state.EXRoomSetpState; + + +public class EXPlayerDiscardState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + owner.getRoom().tipMap.clear(); + if (owner.cardInhand.isEmpty()) { + owner.isLaoYe = true; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + } + + @Override + public void toNextState(EXPlayer owner) { + timer(owner); + } + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + discard(owner, discard); + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + case ActionEvent.EVENT_TIMER_AUTO: + discard(owner, owner.autoDiscard()); + break; + default: + break; + } + } + + private void discard(EXPlayer owner, int discard) { + if (!Util.checkCard(discard, owner.cardInhand)) { + ITObject reconParam = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, reconParam); + return; + } + logger.info("discard,player:" + owner + ",card:" + discard); + if (owner.seat == owner.room.bankerSeat) { + if (owner.outcardExList.size() > 0) { + owner.isTingHu = false; + } + } else { + owner.isTingHu = false; + } + owner.outcardExList.add(discard); + exit(owner); + EXMainServer.gameCtr.outCard(owner, discard); + + owner.getRoom().isDiHu = false; + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + } else { + if (owner.getRoom().activeCard != 0) { + this.toNextState(owner); + } + } + } + + public static void timer(EXPlayer owner) { + if (owner.getRoom().isAllPass) { + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + owner.outcardList.add(owner.getRoom().activeCard); + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + owner.outcardList.add(owner.getRoom().activeCard); + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..839b829 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java @@ -0,0 +1,436 @@ +package extend.zp.player.state; + +import java.util.ArrayList; +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import com.data.cache.GroupMemberCache; +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXGameController; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayerRuleManager; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class EXPlayerDrawState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + room.isAllPass = false; + owner.getRoom().tipMap.clear(); + if(owner.seat == room.adminSeat) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " adminseat"); + if (room.while_list) + { + double rand = Math.random() % 100 * 100; + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.popsub(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (!player.is_white) { + if (Paixing.checkWin((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + } + + if (flag) { + if (rand > room.white_value && room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white:" + owner.playerid + " to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + } else { + if (room.while_list) + { + Global.logger.info("dealcards playerid:"+owner.playerid+ " xingyuhao:"+owner.is_white+" white_value:"+room.white_value); + double rand = Math.random() % 100 * 100; + if (rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.is_white) + { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + else { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = false; + } + } + } + } + + if (owner.is_white) { + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + } + else { + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = false; + } + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else + { + if(owner.black_white_status == 2) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " white player:" + owner.black_white_rate); + double rand = Math.random() % 100 * 100; + if (rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else if(owner.black_white_status == 1) { + Global.logger.info("dealcards playerid:"+owner.playerid+ " black player:" + owner.black_white_rate); + double rand = Math.random() % 100 * 100; + if (rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else { + Global.logger.info("dealcards playerid:"+owner.playerid+ " general player"); + boolean black_flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.black_white_status == 1) + { + black_flag = true; + } + } + } + + double rand = Math.random() % 100 * 100; + if (black_flag && rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.black_white_status == 1) + { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + } + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + } + } + + room.step++; + int tempStep = room.step; + // if (owner.seat == 2) { + // owner.drawCard = 102; + // } + logger.info("drawCard,player:" + owner + ",card:" + owner.drawCard); + room.drawCard = owner.drawCard; + + int leftCount = room.card.getCount(); + ((EXGameController) Global.gameCtr).getCard(owner, leftCount); + + int card = owner.drawCard; + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (owner.drawCard == owner.kanGroup.get(i)[0]) { + card = 0; + break; + } + } + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (owner.drawCard == owner.weiGroup.get(i)[0]) { + card = 0; + break; + } + } + if (CardUtil.cardNum(owner.drawCard, owner.cardInhand) >= 2) { + card = 0; + } + ITObject otherParam = new TObject(); + otherParam.putInt("card", card); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.TI_RULE, owner); + if (owner.drawCard != 0 && tempStep == room.step) { + this.toNextState(owner); + } + } + + private boolean IsGoodCard(EXPlayer player, int drawCard) { + if (Paixing.checkWin((EXPlayer) player, drawCard)) { + return true; + } + + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + return true; + } + } + + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + return true; + } + } + + if (CardUtil.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + return false; + } + + private boolean IsGoodCard2(EXPlayer player, int drawCard) { + if (Paixing.checkWin((EXPlayer) player, drawCard)) { + return true; + } + + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + return true; + } + } + + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + return true; + } + } + + if (CardUtil.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + if (!owner.getRoom().isAllPass) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_DRAW, null); + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + int tempStep = owner.getRoom().step; + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_PAO, null); + + if (owner.drawCard != 0 && tempStep == owner.getRoom().step) { + + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + if (owner.getRoom().isAllPass) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDrawState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + if(owner.drawCard != 0) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..1f4e455 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,52 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDrawTipState extends EXPlayerTipState { + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + public void reload(EXPlayer owner) { + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.doAction(id,biid); + }else if (ActionEvent.EVENT_TIMER_AUTO.equals(cmd)) { + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.type == RuleWeight.TYPE_WIN) { + id = tip.id; + break; + } + } + owner.tipMgr.doAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java new file mode 100644 index 0000000..48344a0 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java @@ -0,0 +1,109 @@ +package extend.zp.player.state; + +import java.util.Collections; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXGameController; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayerRuleManager; +import extend.zp.uitl.Paixing; + + +public class EXPlayerPreDrawState extends StateBase { + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + room.isAllPass = false; + owner.drawCard = room.card.pop(); + // owner.drawCard = 110; + + room.drawCard = owner.drawCard; + + int leftCount = room.card.getCount(); + ((EXGameController) Global.gameCtr).getCard(owner, leftCount); + ITObject otherParam = new TObject(); + otherParam.putInt("card", owner.drawCard); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + timer(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + if (!owner.getRoom().isAllPass) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.HU_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_DEAL, null); + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.KAN_RULE, owner); + int drawCard = owner.drawCard; + owner.drawCard = 0; + owner.getRoom().isTianHu = false; + if (drawCard != 0) { + owner.cardInhand.add(drawCard); + Collections.sort(owner.cardInhand); + + ITObject param = new TObject(); + param.putInt("card", drawCard); + param.putInt("seat", owner.room.activeSeat); + owner.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + owner.getRoom().getPlayBack().addAddCardCommand(owner.room.activeSeat, drawCard); + } else { + owner.getRoom().getPlayBack().addAddCardCommand(owner.room.activeSeat, owner.getRoom().drawCard); + } + + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + boolean win = false; + for (Entry entry : owner.getRoom().playerMapById.entrySet()) { + if (entry.getKey().equals(owner.playerid)) { + continue; + } + EXPlayer player = (EXPlayer) entry.getValue(); + if(Paixing.checkWin(player, owner.drawCard)) { + win = true; + } + } + if(!win) + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + owner.stateMachine.toNextState(); + } + }); + } + }, 1500, TimeUnit.MILLISECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..af786e1 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java @@ -0,0 +1,40 @@ +package extend.zp.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; + + +public abstract class EXPlayerTipState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXMainServer.gameCtr.tipEvent(owner); + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (ActionEvent.EVENT_ENTRUST.equals(cmd)) { + owner.startActionTimer(); + } + } + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.tipEvent(owner); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..c3abb79 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java @@ -0,0 +1,31 @@ +package extend.zp.player.state; + +import com.game.state.StateBase; + +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.PlayerRuleManager; + +public class EXPlayerWaitState extends StateBase { + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DISCARD_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_DRAW: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_DRAW_RULE, owner); + break; + case EXActionEvent.EVENT_DEAL: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_HU_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_PAO: + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + break; + default: + break; + } + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java new file mode 100644 index 0000000..e26516d --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java @@ -0,0 +1,101 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayBack; +import extend.zp.PlayerRuleManager; +import extend.zp.player.state.EXPlayerPreDrawState; + + +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + boolean donghua = false; + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + + this.toNextState(owner); + } + + //this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + owner.card.init(); + if (owner.bankerSeat == 0) { + owner.bankerSeat = 1; + } + EXMainServer.gameCtr.dealCard(owner); + // Boolean qupaiV = owner.config.getBoolean(Config.ROOM_CONFIG_QUPAI); + // boolean qupai = (qupaiV == null) ? false : qupaiV; + int qupaiV = owner.config.getInt(Config.ROOM_CONFIG_QUPAI); + if (owner.maxPlayers == 2 && qupaiV>0) { + for (int index = 0; index < 20; index++) { + owner.throwCardsList.add(owner.card.pop()); + } + } + // owner.isplaying = true; + // owner.round += 1; + owner.playBackData = new PlayBack(owner); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.seat != owner.bankerSeat) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, player); + } + } + EXPlayer player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerPreDrawState.class)); + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..ba45043 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java @@ -0,0 +1,26 @@ +package extend.zp.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXRoom; +import extend.zp.player.state.EXPlayerDrawState; + +public class EXRoomSetpState extends StateBase { + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + } + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..32697d3 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java @@ -0,0 +1,35 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.EXRoom; + + +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { + // TODO Auto-generated method stub + //owner.readyCount = 0; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.clear(); + player.initSeat(); + player.ready = false; + } + // if (owner.round == 0) { + owner.startGame(); + // } + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + // TODO Auto-generated method stub + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/Action.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/Action.java new file mode 100644 index 0000000..f13c301 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/Action.java @@ -0,0 +1,20 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + +public class Action { + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.actionTip = tip; + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/IRuleBase.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/IRuleBase.java new file mode 100644 index 0000000..ef77712 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/IRuleBase.java @@ -0,0 +1,14 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + + +public interface IRuleBase { + + + public abstract boolean condition(EXPlayer player); + + + public abstract void action(EXPlayer player); + +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/Tip.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/Tip.java new file mode 100644 index 0000000..c075788 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/Tip.java @@ -0,0 +1,38 @@ +package extend.zp.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + + +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int type; + public ITArray bi_list; + public ITArray biid; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + if(bi_list!=null&&bi_list.size()>0) { + tipMp.putTArray("bi_list", bi_list); + } + return tipMp; + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/TipManager.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/TipManager.java new file mode 100644 index 0000000..39a67a8 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/tip/TipManager.java @@ -0,0 +1,178 @@ +package extend.zp.tip; + +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; + + +public class TipManager { + + private int id = 0; + private int uid = 100; + + public HashMap tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + public int getUid(){ + return this.uid; + } + public void choicAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + } + if (tip.type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + } + this.owner.isMingTang = true; + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass discardtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } else if (tip.type == RuleWeight.TYPE_PONG) { + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_PONG) { + it.remove(); + } + } + } + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + } + } + this.owner.isMingTang = true; + this.owner.stateMachine.curState.exit(owner); + this.owner.stateMachine.curState = this.owner.stateMachine.lastState; + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass drawtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + throw new Error("tip map has no id" + id); + } + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + mp.putInt("uid", this.uid); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + } + + private int getId() { + this.id += 1; + this.id += uid; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.uid += 100; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/CardUtil.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/CardUtil.java new file mode 100644 index 0000000..7608fca --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/CardUtil.java @@ -0,0 +1,116 @@ +package extend.zp.uitl; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.ObjectInputStream; +import java.io.ObjectOutputStream; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + + +import extend.zp.OpCard; + +public class CardUtil { + static public int cardNum(int eventCard, List cardList) { + int result = 0; + for (Integer card : cardList) { + if (card == eventCard) { + result += 1; + } + } + return result; + } + + static public boolean checkCard(int eventCard,Map cardMap) { + if(cardMap.containsKey(eventCard)&&cardMap.get(eventCard)>=1) { + return true; + } + return false; + } + + static public void addCard(int eventCard,Map cardMap,int add) { + if(cardMap.containsKey(eventCard)) { + int num = cardMap.get(eventCard); + cardMap.put(eventCard, num+add); + }else if(add >0){ + cardMap.put(eventCard, add); + } + } + + static public int cardType(int card) { + return card / 100; + } + + static public boolean isRedCard(int card) { + return card % 100 == 2 || card % 100 == 7 || card % 100 == 10; + } + + static public Map getCardNumMap(List cardList) { + Map result = new HashMap(); + for (Integer card : cardList) { + if (!result.containsKey(card)) { + result.put(card, 1); + } else { + int num = result.get(card); + result.put(card, (num + 1)); + } + } + return result; + } + + static public void removeCard(List cardList, int card, int count) { + int curCount = 0; + for (int i = 0; i < cardList.size(); i++) { + if (count == curCount) { + return; + } + if (cardList.get(i) == card) { + + cardList.remove(i); + i--; + curCount++; + } + } + } + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + } + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card1 == opcards.get(i).card1 && param.card2 == opcards.get(i).card2 && param.card3 == opcards.get(i).card3) { + opcards.remove(i); + return; + } + } + } + + public static List deepCopy(List src) throws IOException, ClassNotFoundException { + ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); + ObjectOutputStream out = new ObjectOutputStream(byteOut); + out.writeObject(src); + + ByteArrayInputStream byteIn = new ByteArrayInputStream(byteOut.toByteArray()); + ObjectInputStream in = new ObjectInputStream(byteIn); + @SuppressWarnings("unchecked") + List dest = (List) in.readObject(); + return dest; + } + + public static void distinctList(List cardList) { + Set set = new HashSet<>(cardList); + cardList.clear(); + cardList.addAll(set); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/ChowCard.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/ChowCard.java new file mode 100644 index 0000000..976354f --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/ChowCard.java @@ -0,0 +1,116 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class ChowCard { + private Map cardMap; + private int eventCard; + private int biCard; + private int eventCardType; + private int modCard; + + public ChowCard(List cardInhand,int eventCard) { + this.eventCard = eventCard; + this.eventCardType = eventCard / 100; + int bg_num = this.eventCardType == 1 ? 100 : -100; + this.biCard = eventCard+bg_num; + this.modCard = eventCard % 100; + this.cardMap = Util.getCardNumMap(cardInhand); + List removeList = new ArrayList(); + for (Entry entry1 : cardMap.entrySet()) { + int card = entry1.getKey(); + int num = entry1.getValue(); + if(num>=3)removeList.add(card); + } + + for(Integer card : removeList) { + cardMap.remove(card); + } + } + + private boolean handle(ITArray p_list,int opcard1,int opcard2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(opcard1); + opcard.addInt(opcard2); + boolean result = true; + ITObject obj = TObject.newInstance(); + ITArray list = TArray.newInstance(); + obj.putTArray("opcard", opcard); + obj.putTArray("bi_list", list); + if(CardUtil.checkCard(eventCard, cardMap)) { + CardUtil.addCard(eventCard, cardMap, -1); + CardUtil.addCard(opcard1, cardMap, -1); + CardUtil.addCard(opcard2, cardMap, -1); + result = tryChow(list); + CardUtil.addCard(eventCard, cardMap, 1); + CardUtil.addCard(opcard1, cardMap, 1); + CardUtil.addCard(opcard2, cardMap, 1); + } + if(list.size()==0)obj.remove("bi_list"); + if(result)p_list.addTObject(obj); + return result; + } + + + public boolean tryChow(ITArray list){ + boolean result = false; + if (CardUtil.checkCard(eventCard - 1, cardMap) && CardUtil.checkCard(eventCard - 2, cardMap)) { + result = handle(list,eventCard-1,eventCard-2) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard - 1, cardMap)) { + result = handle(list,eventCard+1,eventCard-1) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard + 2, cardMap)) { + result = handle(list,eventCard+1,eventCard+2) || result; + } + int type = this.eventCardType; + int bi_card = this.biCard; + int mod_card = this.modCard; + + if(mod_card == 2&&CardUtil.checkCard(type*100+7, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+7,type*100+10) || result; + }else if(mod_card == 7&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+2,type*100+10) || result; + }else if(mod_card == 10&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+7, cardMap)) { + result = handle(list,type*100+2,type*100+7) || result; + } + + if (cardMap.containsKey(bi_card) && cardMap.get(bi_card) == 2) { + result = handle(list,bi_card,bi_card) || result; + } + if (CardUtil.checkCard(eventCard, cardMap) &&CardUtil.checkCard(bi_card, cardMap)) { + CardUtil.addCard(eventCard, cardMap, -1); + result = handle(list,eventCard,bi_card) || result; + CardUtil.addCard(eventCard, cardMap, 1); + } + + return result; + } + + public static void main(String[] args) { + ArrayList cardInhand = new ArrayList(); + String cardStr = "101, 102, 102, 103, 104, 106, 106, 110, 110, 201, 201, 202, 203, 204, 205, 206, 209, 209, 209, 210"; + String[] cards = cardStr.split(", "); + for(String c : cards) { + Integer card = Integer.valueOf(c); + cardInhand.add(card); + } + + + ChowCard chow = new ChowCard(cardInhand, 101); + ITArray list = TArray.newInstance(); + chow.tryChow(list); + System.out.println(list); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/Paixing.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/Paixing.java new file mode 100644 index 0000000..ab9143c --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/Paixing.java @@ -0,0 +1,156 @@ +package extend.zp.uitl; + +import com.taurus.core.util.Logger; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRChi; + + +public class Paixing { + public static final Logger logger = Logger.getLogger(PRChi.class); + + public static boolean checkWin(EXPlayer player, int drawCard) { + player.resetHuXi(); + boolean isWin = false; + WinCard win = new WinCard(player.cardInhand, drawCard); + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (win.tryWin(player)) { + if (player.huXi >= 15) { + isWin = true; + } + } + if (!isWin) { + player.resetHuXi(); + if (player.getRoom().isTianHu) { + if (player.tiCount >= 3) { + player.isMingTang = false; + isWin = true; + } + if (player.kanGroup.size() >= 5) { + player.isMingTang = false; + isWin = true; + } + if (player.tiCount >= 1 && player.kanGroup.size() >= 4) { + player.isMingTang = false; + isWin = true; + } + if (player.tiCount >= 2 && player.kanGroup.size() >= 3) { + player.isMingTang = false; + isWin = true; + } + } + + for (int i = 0; i < player.pongGroup.size(); i++) { + if (drawCard == player.pongGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_PONG, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_KAN, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + player.kongCount++; + WinCard win1 = new WinCard(player.cardInhand, 0); + if (win1.tryWin(player)) { + int huXi1 = Paixing.caclHuxi(RuleWeight.TYPE_WEI, drawCard); + int huXi2 = Paixing.caclHuxi(RuleWeight.TYPE_PAO, drawCard); + if (player.huXi - huXi1 + huXi2 >= 15) { + isWin = true; + } + } + player.kongCount--; + break; + } + } + } + } + if (isWin) { + player.handCard.clear(); + player.handCardEx.clear(); + for (int i = 0; i < win.stack.size(); i++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(i).get(0); + opcard.card2 = win.stack.get(i).get(1); + opcard.type = 1; + if (win.stack.get(i).size() > 2) { + opcard.card3 = win.stack.get(i).get(2); + opcard.type = 2; + } + opcard.huXi = win.stackHuxi.get(i); + + player.handCard.push(opcard); + } + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + + } + return isWin; + } + + public static int caclHuxi(int type, int card) { + int cardType = CardUtil.cardType(card); + int huXi = 0; + switch (type) { + case RuleWeight.TYPE_TI: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 9; + } else { + huXi = 12; + } + break; + case RuleWeight.TYPE_PAO: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 6; + } else { + huXi = 9; + } + break; + case RuleWeight.TYPE_WEI: + case RuleWeight.TYPE_CHOUWEI: + case RuleWeight.TYPE_KAN: + case RuleWeight.TYPE_CHOW: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 3; + } else { + huXi = 6; + } + break; + case RuleWeight.TYPE_PONG: + if (cardType == RuleWeight.SMALL_CARD) { + huXi = 1; + } else { + huXi = 3; + } + break; + default: + break; + } + return huXi; + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/WinCard.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/WinCard.java new file mode 100644 index 0000000..4de2c60 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/WinCard.java @@ -0,0 +1,328 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; + +public class WinCard { + public int pair_count; + public int long_count; + public Stack> stack; + public Stack stackHuxi; + public List cardList; + + private void push(List cardGroup) { + this.stack.push(cardGroup); + } + + private void rollBack() { + List cardGroup = this.stack.pop(); + for (Integer card : cardGroup) { + this.cardList.add(card); + } + Collections.sort(this.cardList); + } + + private boolean tryKezi(int card, EXPlayer player) { + if (CardUtil.cardNum(card, this.cardList) >= 3) { + CardUtil.removeCard(this.cardList, card, 3); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + int huXi = 0; + if (player.getRoom().isTianHu && card == player.getRoom().drawCard && player.getRoom().bankerSeat == player.seat) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, card); + } else { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + } + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi1(int card, EXPlayer player) { + if (card < 200 && card % 100 > 8) { + return false; + } + if (CardUtil.cardNum(card + 1, this.cardList) > 0 && CardUtil.cardNum(card + 2, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 1, 1); + CardUtil.removeCard(this.cardList, card + 2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(card + 2); + this.push(cardGroup); + + int huXi = 0; + if (card % 100 == 1) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + player.huXi += huXi; + } + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi2(int card) { + if (CardUtil.cardType(card) == RuleWeight.SMALL_CARD) { + if (CardUtil.cardNum(card + 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card + 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card + 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 100); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } else { + if (CardUtil.cardNum(card - 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card - 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card - 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 100); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } + return false; + } + + private boolean tryShunzi3(int card, EXPlayer player) { + if (card % 100 == 2) { + if (CardUtil.cardNum(card + 5, this.cardList) > 0 && CardUtil.cardNum(card + 8, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 5, 1); + CardUtil.removeCard(this.cardList, card + 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 5); + cardGroup.add(card + 8); + this.push(cardGroup); + + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + } + return false; + } + + private boolean tryPair(int card) { + if (this.pair_count > 0) { + return false; + } + if (CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + return false; + } + + public boolean tryWin(EXPlayer player) { + if (this.cardList.size() == 0) { + if (player.tiCount + player.kongCount > 0) { + if (this.pair_count == 1) { + return true; + } + return false; + } else { + if (this.pair_count > 0) { + return false; + } + return true; + } + } + int activeCard = 0; + for (int card : this.cardList) { + if (card == 201 || card == 202) { + activeCard = card; + break; + } + } + if (activeCard == 0) { + activeCard = this.cardList.get(0); + } + if (activeCard % 100 == 1) { + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } else if (activeCard % 100 == 2) { + if (tryShunzi3(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } else { + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (player.tiCount + player.kongCount > 0) { + if (tryPair(activeCard)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + this.stackHuxi.pop(); + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + } + + return false; + } + + public WinCard(List cardInhand, int addCard) { + this.stack = new Stack>(); + this.stackHuxi = new Stack(); + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + if (addCard > 0) { + this.cardList.add(addCard); + } + Collections.sort(this.cardList); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/WinCardNew.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/WinCardNew.java new file mode 100644 index 0000000..aea44ac --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/WinCardNew.java @@ -0,0 +1,381 @@ +package extend.zp.uitl; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import extend.zp.OpCard; +import extend.zp.RuleWeight; + +public class WinCardNew { + private boolean isJiang = false; + private List cardList; + private Stack>> opCardStack; + private List> lastOpCard; + private Integer addCard; + private int huxi = 0; + private List opCardList; + + public List winList; + + public boolean checkHu() { + try { + + int card = addCard == 0 ? (this.cardList.size() > 0 ? this.cardList.get(0) : 0) : addCard; + List list = new ArrayList(); + if (card > 0) { + list = groupCard(card, this.cardList, true); + } else if (card == 0) { + addWinOpCard(huxi, null); + return true; + } + List tempCardList = new ArrayList<>(); + for (OpCard opCard : list) { + tempCardList.clear(); + tempCardList.addAll(cardList); + Collections.sort(tempCardList); + removeOpCard(tempCardList, opCard); + List opCardS = new ArrayList<>(); + List> opCardS_1 = new ArrayList<>(); + opCardS.add(opCard); + opCardS_1.add(opCardS); + this.opCardStack.push(opCardS_1); + checkWin(tempCardList); + } + } catch (Exception e) { + return false; + } + return Win(); + } + + + private boolean Win() { + List tempCardList = new ArrayList<>(); + boolean hu, isExJiang; + for (List opCards : this.lastOpCard) { + isExJiang = false; + tempCardList.clear(); + tempCardList.addAll(cardList); + hu = false; + int huxi = this.huxi; + for (OpCard tempOpCard : opCards) { + removeOpCard(tempCardList, tempOpCard); + if (tempOpCard.type == RuleWeight.TYPE_JIANG) { + isExJiang = true; + continue; + } + huxi += tempOpCard.huXi; + } + + hu = isJiang ? isExJiang && tempCardList.size() == 0 : tempCardList.size() == 0; + if (hu) { + addWinOpCard(huxi, opCards); + } + } + return !winList.isEmpty(); + } + + private void removeOpCard(List cards, OpCard opCard) { + if (opCard.card1 > 0) { + CardUtil.removeCard(cards, opCard.card1, 1); + } + if (opCard.card2 > 0) { + CardUtil.removeCard(cards, opCard.card2, 1); + } + if (opCard.card3 > 0) { + CardUtil.removeCard(cards, opCard.card3, 1); + } + } + + private boolean isExJiang(List> list) { + for (List opCard : list) { + for (OpCard opCard2 : opCard) { + if (opCard2.type == RuleWeight.TYPE_JIANG) { + return false; + } + } + } + return true; + } + + private void checkWin(List cardList) throws ClassNotFoundException, IOException { + List> opCards = this.opCardStack.pop(); + if (opCards.isEmpty()) { + return; + } + List> list = new ArrayList<>(); + if (cardList.size() == 0) { + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + return; + } + List oplist = null, opList2 = null; + for (Integer card : cardList) { + oplist = groupCard(card, cardList, isExJiang(opCards)); + if (oplist.size() > 0) { + break; + } + } + if (oplist.size() > 0) { + List tempCardList = new ArrayList<>(); + for (OpCard opCard : oplist) { + tempCardList.clear(); + tempCardList.addAll(cardList); + list = new ArrayList<>(); + removeOpCard(tempCardList, opCard); + list = CardUtil.deepCopy(opCards); + for (List tempOpCard : list) { + tempOpCard.add(opCard); + } + for (Integer card : tempCardList) { + opList2 = groupCard(card, tempCardList, isExJiang(list)); + if (opList2.size() > 0) { + break; + } + } + if (opList2 != null && opList2.size() > 0) { + this.opCardStack.push(list); + checkWin(tempCardList); + } else { + this.lastOpCard.addAll(list); + } + + } + } else { + list = new ArrayList<>(); + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + } + + } + + /** + * ij����Ч��� + * + * @param card + * @return + */ + private List groupCard(int card, List cardList, boolean first) { + List opCardList = new ArrayList<>(); + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + shunzi1_10(card, opCardList, tempList); + shunzi2710(card, opCardList, tempList); + jiaopai(card, opCardList, tempList); + kan(card, opCardList, tempList); + if (isJiang && first) { + jiang(card, opCardList, tempList); + } + return opCardList; + } + + /** + * ��һ�Խ� + */ + private void jiang(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + if (isJiang) { + if (CardUtil.cardNum(card, cardList) >= 2) { + OpCard opCard = new OpCard(); + opCard.card1 = card; + opCard.card2 = card; + opCard.huXi = 0; + opCard.type = RuleWeight.TYPE_JIANG; + list.add(opCard); + } + } + } + + /** + * ��С 1 2 3 4 5 6 7 8 9 ˳�� + * + * @param card + */ + private void shunzi1_10(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + List opCardList = new ArrayList<>(); + // AB (C) + if (CardUtil.cardNum(card - 2, cardList) >= 1 && CardUtil.cardNum(card - 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card - 2); + list.add(addOpCard(opCardList)); + + } + // (A) B C + if (CardUtil.cardNum(card + 1, cardList) >= 1 && CardUtil.cardNum(card + 2, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card + 1); + opCardList.add(card + 2); + list.add(addOpCard(opCardList)); + } + // A (B) C + if (CardUtil.cardNum(card - 1, cardList) >= 1 && CardUtil.cardNum(card + 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card + 1); + list.add(addOpCard(opCardList)); + } + } + + private OpCard addOpCard(List opCardList) { + Collections.sort(opCardList); + int huXi = 0; + // 123 ˳���к�Ϣ С3��6 + if (opCardList.get(0) % 100 == 1) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + } + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + return opCard; + } + + /** + * ��С 2 7 10˳�� �к�Ϣ С3��6 + * + * @param card + */ + private void shunzi2710(int card, List list, List cardList) { + if (card % 100 == 2 || card % 100 == 7 || card % 100 == 10) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + // (2) 7 10 + List opCardList = new ArrayList<>(); + if (CardUtil.cardNum(card + 5, cardList) >= 1 && CardUtil.cardNum(card + 8, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card + 5); + opCardList.add(card + 8); + // 2 (7) 10 + } else if (CardUtil.cardNum(card - 5, cardList) >= 1 && CardUtil.cardNum(card + 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 5); + opCardList.add(card + 3); + // 2 7 (10) + } else if (CardUtil.cardNum(card - 8, cardList) >= 1 && CardUtil.cardNum(card - 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 3); + opCardList.add(card - 8); + } + if (opCardList.size() > 0) { + Collections.sort(opCardList); + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + list.add(opCard); + if (opCard.card1 != card) { + CardUtil.removeCard(tempList, opCard.card1, 1); + } + if (opCard.card2 != card) { + CardUtil.removeCard(tempList, opCard.card2, 1); + } + if (opCard.card3 != card) { + CardUtil.removeCard(tempList, opCard.card3, 1); + } + shunzi2710(card, list, tempList); + } + return; + } + } + + /** + * aaA AAa ������ ������ û��Ϣ + * + * @param card + */ + private void jiaopai(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + int type = card / 100; + int bg_num = type == 1 ? 100 : -100; + int bi_card = card + bg_num; + // aaA + if (CardUtil.cardNum(card, cardList) >= 2 && CardUtil.cardNum(bi_card, cardList) >= 1) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, card, bi_card, 0); + list.add(opCard); + // AAa + } else if (CardUtil.cardNum(card, cardList) >= 1 && CardUtil.cardNum(bi_card, cardList) >= 2) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, bi_card, bi_card, 0); + list.add(opCard); + } + } + + /** + * 3�� + * + * @param card + * @param list + */ + private void kan(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + List opCardList = new ArrayList<>(); + tempList.addAll(cardList); + if (CardUtil.cardNum(card, cardList) == 3) { + opCardList.add(card); + opCardList.add(card); + opCardList.add(card); + int huxi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + OpCard opCard = new OpCard(RuleWeight.TYPE_PONG, opCardList.get(0), opCardList.get(1), opCardList.get(2), huxi); + list.add(opCard); + } + } + + private void addWinOpCard(int huxi, List opCard) { + if (opCard == null) { + opCard = new ArrayList<>(); + } + opCard.addAll(this.opCardList); + WinOpCard wo = new WinOpCard(opCard, huxi); + winList.add(wo); + } + + public static void main(String[] args) throws ClassNotFoundException, IOException { + List list = new ArrayList<>(); + String str = "106"; + for (String card : str.split(", ")) { + list.add(Integer.parseInt(card)); + } + List op = new ArrayList(); + OpCard opCard=new OpCard(3, 102, 102, 102, 9); + op.add(opCard); + WinCardNew winCard2 = new WinCardNew(list, 106, 9, true, op); + /* op = winCard2.groupCard(207); */ + System.out.println(winCard2.checkHu()); + winCard2.winList.forEach(wl -> System.out.println(wl.toString())); + + } + + /** + * + * @param cardInhand + * :����,�������� + * @param addCard + * : �Ӵ����Ƿ��ܺ���������������������Ҫ��0 + * @param huxi + * ��������еĺ�Ϣ + * @param isJiang + * ���Ƿ���Ҫ�� + */ + public WinCardNew(List cardInhand, int addCard, int huxi, boolean isJiang, List opCardList) { + this.opCardStack = new Stack<>(); + this.lastOpCard = new ArrayList<>(); + this.cardList = new ArrayList(cardInhand); + this.opCardList = new ArrayList<>(opCardList); + if (addCard > 0) { + this.cardList.add(addCard); + } + Collections.sort(this.cardList); + this.isJiang = isJiang; + this.addCard = addCard; + this.huxi = huxi; + this.winList = new ArrayList<>(); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/WinOpCard.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/WinOpCard.java new file mode 100644 index 0000000..f18ba15 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/main/java/extend/zp/uitl/WinOpCard.java @@ -0,0 +1,31 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; + +import extend.zp.OpCard; + +public class WinOpCard { + public List opCard; + + public int huXi = 0; + + public WinOpCard(List opCard, int huXi) { + this.opCard = new ArrayList(opCard); + this.huXi = huXi; + } + + @Override + public String toString() { + StringBuffer sb = new StringBuffer(); + sb.append("total_huxi : " + huXi + ", "); + for (OpCard opCard : opCard) { + sb.append(opCard.card1 + " "); + sb.append(opCard.card2 + " "); + sb.append(opCard.card3==0?"":opCard.card3); + sb.append(",type:" + opCard.type + ",huxi=" + opCard.huXi + " | "); + } + return sb.toString(); + } + +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/test/java/game_zp_xiangtanpaohuzi/Main.java b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/test/java/game_zp_xiangtanpaohuzi/Main.java new file mode 100644 index 0000000..15e8543 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/src/test/java/game_zp_xiangtanpaohuzi/Main.java @@ -0,0 +1,9 @@ +package game_zp_xiangtanpaohuzi; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/Config.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/Config.class new file mode 100644 index 0000000..c8a89b1 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/Config.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXActionEvent.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXActionEvent.class new file mode 100644 index 0000000..07d1fa4 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXActionEvent.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXGameController.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXGameController.class new file mode 100644 index 0000000..a95b1b1 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXGameController.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXMainServer.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXMainServer.class new file mode 100644 index 0000000..00277ea Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXMainServer.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXPlayer.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXPlayer.class new file mode 100644 index 0000000..dbf1298 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXPlayer.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXRoom.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXRoom.class new file mode 100644 index 0000000..7062223 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXRoom.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXScore.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXScore.class new file mode 100644 index 0000000..c826df1 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/EXScore.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/MingTang.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/MingTang.class new file mode 100644 index 0000000..e39c424 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/MingTang.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/OpCard.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/OpCard.class new file mode 100644 index 0000000..6fd5dc0 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/OpCard.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/PlayBack.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/PlayBack.class new file mode 100644 index 0000000..8908472 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/PlayBack.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/PlayerRuleManager.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/PlayerRuleManager.class new file mode 100644 index 0000000..8200ff9 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/PlayerRuleManager.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/RoomCard.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/RoomCard.class new file mode 100644 index 0000000..ef5bdcb Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/RoomCard.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/RuleWeight.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/RuleWeight.class new file mode 100644 index 0000000..541a23c Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/RuleWeight.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleChi.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleChi.class new file mode 100644 index 0000000..2f1c06b Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleChi.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class new file mode 100644 index 0000000..2f3a470 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDealKan.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class new file mode 100644 index 0000000..c8bba1a Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDealTi.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class new file mode 100644 index 0000000..0eb9f04 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class new file mode 100644 index 0000000..0fb1741 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class new file mode 100644 index 0000000..55c3c31 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class new file mode 100644 index 0000000..4fd5945 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleKan.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleKan.class new file mode 100644 index 0000000..d55a8c0 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleKan.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RulePong.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RulePong.class new file mode 100644 index 0000000..d8ea5fa Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RulePong.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleTi.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleTi.class new file mode 100644 index 0000000..ed0aa02 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleTi.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleWei.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleWei.class new file mode 100644 index 0000000..d2d121b Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleWei.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleWin.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleWin.class new file mode 100644 index 0000000..bca3da1 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rule/RuleWin.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRCheck.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRCheck.class new file mode 100644 index 0000000..95722b9 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRCheck.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRChi.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRChi.class new file mode 100644 index 0000000..cc98cab Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRChi.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class new file mode 100644 index 0000000..2054c6e Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRChiState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class new file mode 100644 index 0000000..32e9ea7 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class new file mode 100644 index 0000000..bc5dc8f Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class new file mode 100644 index 0000000..2dd4484 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class new file mode 100644 index 0000000..d22f494 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class new file mode 100644 index 0000000..433a4cd Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class new file mode 100644 index 0000000..51a2492 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class new file mode 100644 index 0000000..e430901 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class new file mode 100644 index 0000000..af17d3a Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class new file mode 100644 index 0000000..2e51921 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRPongState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class new file mode 100644 index 0000000..6be0d24 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class new file mode 100644 index 0000000..2ddaf9f Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRTiState$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class new file mode 100644 index 0000000..d026e8a Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRTiState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class new file mode 100644 index 0000000..4f88eed Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class new file mode 100644 index 0000000..4a871fd Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/rulestate/PRWinState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..6970d93 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class new file mode 100644 index 0000000..ce9cdfd Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class new file mode 100644 index 0000000..831a013 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..463ee84 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class new file mode 100644 index 0000000..626d9ae Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class new file mode 100644 index 0000000..4b6289a Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..f0cdaa6 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..386ed85 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class new file mode 100644 index 0000000..484546e Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class new file mode 100644 index 0000000..8f0b465 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class new file mode 100644 index 0000000..427dc0d Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..8b06e8a Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..f339ad5 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..22ba913 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..f7f63b9 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class new file mode 100644 index 0000000..c1325a5 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomDealState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..dc0f91f Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..6217309 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/Action.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/Action.class new file mode 100644 index 0000000..8e04df0 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/Action.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/IRuleBase.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/IRuleBase.class new file mode 100644 index 0000000..f6570ad Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/IRuleBase.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/Tip.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/Tip.class new file mode 100644 index 0000000..6abff55 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/Tip.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/TipManager.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/TipManager.class new file mode 100644 index 0000000..520c3a3 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/tip/TipManager.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/CardUtil.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/CardUtil.class new file mode 100644 index 0000000..017611f Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/CardUtil.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/ChowCard.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/ChowCard.class new file mode 100644 index 0000000..957c25e Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/ChowCard.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/Paixing.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/Paixing.class new file mode 100644 index 0000000..2cc3551 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/Paixing.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/WinCard.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/WinCard.class new file mode 100644 index 0000000..19ae6a0 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/WinCard.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/WinCardNew.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/WinCardNew.class new file mode 100644 index 0000000..cc62461 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/WinCardNew.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/WinOpCard.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/WinOpCard.class new file mode 100644 index 0000000..e41661a Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/classes/extend/zp/uitl/WinOpCard.class differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/game_paohuzi_zipai.jar b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/game_paohuzi_zipai.jar new file mode 100644 index 0000000..0d0da96 Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/game_paohuzi_zipai.jar differ diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-archiver/pom.properties b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-archiver/pom.properties new file mode 100644 index 0000000..013717e --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Sat Apr 13 13:43:38 GMT+08:00 2024 +version=1.0.0 +groupId=com.zp.game_zp_xiangtanpaohuzi +artifactId=game_zp_xiangtanpaohuzi diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..8ade7ff --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,70 @@ +extend\zp\player\rule\RuleDrawChi.class +extend\zp\player\state\EXPlayerPreDrawState$1.class +extend\zp\tip\TipManager.class +extend\zp\player\rule\RuleKan.class +extend\zp\player\rule\RulePong.class +extend\zp\player\rule\RuleDealTi.class +extend\zp\PlayBack.class +extend\zp\player\rule\RuleDrawPong.class +extend\zp\player\rulestate\PRWinState.class +extend\zp\player\rulestate\PRCheck.class +extend\zp\player\rulestate\PRDrawPongState.class +extend\zp\tip\IRuleBase.class +extend\zp\uitl\Paixing.class +extend\zp\player\rulestate\PRChiState.class +extend\zp\player\rulestate\PRDiscardPaoState$1$1.class +extend\zp\OpCard.class +extend\zp\player\state\EXPlayerDiscardState$1.class +extend\zp\tip\Tip.class +extend\zp\player\state\EXPlayerDiscardState$1$1.class +extend\zp\player\state\EXPlayerWaitState.class +extend\zp\EXActionEvent.class +extend\zp\player\rulestate\PRDrawChiState.class +extend\zp\MingTang.class +extend\zp\player\rulestate\PRDrawPaoState$1$1.class +extend\zp\player\state\EXPlayerDisCardTipState.class +extend\zp\room\state\EXRoomDealState$1.class +extend\zp\player\rulestate\PRDiscardPaoState$1.class +extend\zp\RoomCard.class +extend\zp\uitl\WinCard.class +extend\zp\player\rule\RuleChi.class +extend\zp\player\rule\RuleWin.class +extend\zp\player\state\EXPlayerDrawState$1$1.class +extend\zp\uitl\CardUtil.class +extend\zp\uitl\WinCardNew.class +extend\zp\tip\Action.class +extend\zp\player\rule\RuleDealKan.class +extend\zp\player\rule\RuleDrawPao.class +extend\zp\player\state\EXPlayerPreDrawState.class +extend\zp\room\state\EXRoomSetpState.class +extend\zp\player\rule\RuleTi.class +extend\zp\player\state\EXPlayerDiscardState.class +extend\zp\EXMainServer.class +extend\zp\player\rulestate\PRWeiState.class +extend\zp\room\state\EXRoomDealState.class +extend\zp\player\state\EXPlayerTipState.class +extend\zp\EXPlayer.class +extend\zp\Config.class +extend\zp\player\state\EXPlayerPreDrawState$1$1.class +extend\zp\player\rulestate\PRDrawPaoState$1.class +extend\zp\room\state\EXRoomStartGameState.class +extend\zp\player\rulestate\PRTiState.class +extend\zp\room\state\EXRoomDealState$1$1.class +extend\zp\player\rulestate\PRPongState.class +extend\zp\RuleWeight.class +extend\zp\player\rulestate\PRChi.class +extend\zp\player\rule\RuleWei.class +extend\zp\PlayerRuleManager.class +extend\zp\uitl\ChowCard.class +extend\zp\player\rulestate\PRDrawPaoState.class +extend\zp\player\rulestate\PRDiscardPaoState.class +extend\zp\player\state\EXPlayerDrawState$1.class +extend\zp\EXGameController.class +extend\zp\EXRoom.class +extend\zp\player\rulestate\PRTiState$1.class +extend\zp\uitl\WinOpCard.class +extend\zp\player\rule\RuleDiscardPao.class +extend\zp\player\state\EXPlayerDrawTipState.class +extend\zp\EXScore.class +extend\zp\player\rulestate\PRTiState$1$1.class +extend\zp\player\state\EXPlayerDrawState.class diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..bb30d3a --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,56 @@ +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleKan.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\RuleWeight.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\tip\TipManager.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\uitl\WinCardNew.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\state\EXPlayerDrawState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleDealTi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleDiscardPao.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\uitl\ChowCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRDrawChiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRChiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleDealKan.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\tip\Tip.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\Config.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\state\EXPlayerPreDrawState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\uitl\WinOpCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleDrawPong.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRDrawPongState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRDiscardPaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\MingTang.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleWei.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleWin.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRDrawPaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleDrawChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleTi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleDrawPao.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\uitl\WinCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRPongState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRTiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\PlayBack.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRCheck.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rule\RuleChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\tip\Action.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRWeiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\rulestate\PRWinState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\player\state\EXPlayerWaitState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\uitl\Paixing.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\main\java\extend\zp\OpCard.java diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..f25d95f --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_zp_xiangtanpaohuzi\Main.class diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..b92a648 --- /dev/null +++ b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_xiangtanpaohuzi\src\test\java\game_zp_xiangtanpaohuzi\Main.java diff --git a/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/test-classes/game_zp_xiangtanpaohuzi/Main.class b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/test-classes/game_zp_xiangtanpaohuzi/Main.class new file mode 100644 index 0000000..c62866d Binary files /dev/null and b/zipai/paohuzi/game_zp_xiangtanpaohuzi/target/test-classes/game_zp_xiangtanpaohuzi/Main.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/game-config.xml b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/game-config.xml new file mode 100644 index 0000000..5eb507a --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.14.1 + 192.168.14.1 + 8961 + 8961 + 301 + true + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/log4j.properties b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/log4j.properties new file mode 100644 index 0000000..aaea5f3 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/log4j.properties @@ -0,0 +1,19 @@ +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=logs/mpnet.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{yyyy-MM-dd | HH:mm} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/taurus-core.xml b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/taurus-core.xml new file mode 100644 index 0000000..2219d52 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/taurus-permanent.xml b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/taurus-permanent.xml new file mode 100644 index 0000000..73706c7 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 2 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 10 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - group_mgr + extend.zp.EXMainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/pom.xml b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/pom.xml new file mode 100644 index 0000000..76daf49 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/pom.xml @@ -0,0 +1,93 @@ + + 4.0.0 + + com.zp.game_zp_yueyangwaihuzi + game_zp_yueyangwaihuzi + 1.0.0 + jar + game_zp_yueyangwaihuzi + + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + + + + com.game + game_common + 1.0.0 + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-permanent + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + game_zp_yueyangwaihuzi + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/.DS_Store b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/.DS_Store new file mode 100644 index 0000000..69f20b7 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/.DS_Store differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/.DS_Store b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/.DS_Store new file mode 100644 index 0000000..5283e37 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/.DS_Store differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/Config.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/Config.java new file mode 100644 index 0000000..b0313d9 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/Config.java @@ -0,0 +1,115 @@ +package extend.zp; + +public class Config { + + public static final int GAME_ID = 301; + public static final int XIPAI_SCORE = 10; + + public static final String GAME_MODE = "mode"; // 1 全名堂 2 红黑点 3 多红多番 + + public static final String GAME_TUN = "tun"; + + public static final String GAME_FENGDING = "fengding"; //封顶 + + public static final String GAME_TUANYUAN = "tuanyuan"; //团员 + + public static final String GAME_HANGHANGXI = "hanghangxi"; //行行息 + + public static final String GAME_SHUAHOU = "shuahou"; //耍猴 + + public static final String GAME_HUANGFAN = "huangfan"; //黄番 + + public static final String GAME_JIAXINGXING = "jiaxingxing"; //假行行 + + public static final String GAME_TINGHU = "tinghu"; //听胡 + + public static final String GAME_SIQI = "siqi"; + + public static final String GAME_DUIZIFU = "duizifu"; + + public static final String GAME_YUAN = "yuan"; + + public static final String GAME_BEIKAOBEI = "back"; + + public static final String GAME_TIANHU = "tianhu"; + + public static final String GAME_DIHU = "dihu"; + + public static final String GAME_HAIHU = "haihu"; + + public static final String ROOM_CONFIG_QUPAI = "qupai"; + + public static final String ROOM_CONFIG_KA_WAI = "kawai"; + + public static final String ROOM_CONFIG_ZHUANG_DI_HU = "zhuang_di_hu"; //庄家地胡 + + public static final String ROOM_CONFIG_HAO_CONFIG = "hao_config"; //0毫123 1毫234 + + public static final String ROOM_CONFIG_HAO_JIABEI = "hao_jiabei"; //0加倍 + + public static final String ROOM_CONFIG_MENG_TANG = "ming_tang"; //名堂 + + public static final String ROOM_CONFIG_FIRST_RAND_ZHUANG = "first_rand_zhuang"; //手局随机庄 + + /** + * 飘分玩法 + */ + public static final String ROOM_CONFIG_PIAO = "piao"; + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + + // 1.��ׯ 2.��ׯ + // public static final String GAME_ZHUANG = "zhuang"; + + public static final String GAME_CHANGE_PAIXING = "613"; + + public static final String GAME_CHANGE_TYPEFACE = "615"; + + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + + public static final String GAME_DIS_CARD = "611"; + + public static final String GAME_EVT_DISCARD = "812"; + + + public static final String GAME_EVT_DISCARD_TIP = "813"; + + + public static final String GAME_EVT_FZTIPS = "814"; + + public static final String GAME_ACTION = "612"; + + public static final String GAME_EVT_ACTION = "815"; + + public static final String GAME_EVT_HU = "816"; + + + public static final String GAME_EVT_RESULT1 = "817"; + + + public static final String GAME_EVT_THROW_CARD = "818"; + + + public static final String GAME_EVT_DRAW = "819"; + + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + /** + * + */ + public static final String GAME_EVT_ADD_CARD = "821"; + + /** + * + */ + public static final String GAME_PIAO = "1015"; + + /** + * 飘鸟提示 + */ + public static final String GAME_EVT_PIAO_TIP = "2031"; + public static final String GAME_EVT_PIAO = "2032"; +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXActionEvent.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXActionEvent.java new file mode 100644 index 0000000..02c7d58 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXActionEvent.java @@ -0,0 +1,29 @@ +package extend.zp; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_START_GAME = "start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_DEAL = "deal"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_OTHER_DRAW = "other_draw"; + + public static final String EVENT_OTHER_PAO = "other_pao"; + + public static final String EVENT_PIAO= "1015"; + + // public static final int REDIS_EVENT_PAY = 1; + public static final int REDIS_EVENT_WIN = 2; + public static final int REDIS_EVENT_LOSE = 3; + // public static final int REDIS_EVENT_SCORE= 4; + public static final int REDIS_EVENT_RANK = 5; + +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXGameController.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXGameController.java new file mode 100644 index 0000000..2279b62 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXGameController.java @@ -0,0 +1,413 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map.Entry; + +import com.game.GameController; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.sun.org.apache.bcel.internal.generic.IF_ACMPEQ; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import com.taurus.permanent.data.Session; + +import extend.zp.uitl.CardUtil; + + +public class EXGameController extends GameController { + Logger logger = Logger.getLogger(getClass()); + public EXGameController() { + super(); + } + + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + logger.info("step:1" ); + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_CHANGE_PAIXING) + public void RouterChangePaixing(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + player.getRoom().changePaiXing(player, params); + } + + @ActionKey(Config.GAME_CHANGE_TYPEFACE) + public void RouterChangeTypeFace(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + int typeface = params.getInt("typeface"); + player.getRoom().typeface = typeface; + } + + @ActionKey(Config.GAME_PIAO) + public void RouterPiao(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_PIAO, 0, params); + } + + public void changeActiveSeat(EXRoom owner, int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + /** + * 玩家摸牌 + * @param player + * @param leftCount + */ + public void getCard(EXPlayer player, int leftCount) { + ITObject param = new TObject(); + param.putInt("card", player.drawCard); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + + player.getRoom().getPlayBack().addGetCardCommand(player.room.activeSeat, player.drawCard, leftCount); + } + + public void outCard(EXPlayer player, int discard) { + + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + + EXRoom room = player.getRoom(); + room.getPlayBack().addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + + if (!Util.checkCard(discard, player.cardInhand)) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (discard == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, discard, discard, discard, 0)); + player.cardInhand.add(discard); + player.cardInhand.add(discard); + break; + } + } + for (int i = 0; i < player.tiGroup.size(); i++) { + if (discard == player.tiGroup.get(i)[0]) { + player.tiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_TI, discard, discard, discard, 0)); + player.cardInhand.add(discard); + player.cardInhand.add(discard); + player.cardInhand.add(discard); + break; + } + } + } + else { + CardUtil.removeCard(player.cardInhand, discard, 1); + } + + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat) { + actionCard(player, active_card, card, type, from_seat, null); + } + + /** + * 玩家对牌操作 + * @param player + * @param active_card + * @param card + * @param type + * @param from_seat + * @param opcardArray + */ + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat, ITArray opcardArray) { + + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("active_card", active_card); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + int huxi = player.getShowHuXi(true); + paramBroadCast.putInt("hu_xi", huxi); + if (opcardArray != null) { + paramBroadCast.putTArray("opcard", opcardArray); + } + EXRoom room = player.getRoom(); + + room.getPlayBack().addActionCommand(player.seat, type, active_card, card, from_seat, huxi, opcardArray); + + ITObject otherBroadCast = new TObject(); + Utils.objectCopyDeep(paramBroadCast, otherBroadCast); + otherBroadCast.putInt("hu_xi", player.getShowHuXi(false)); + room.broadCastToClient(player.playerid, Config.GAME_EVT_ACTION, otherBroadCast); + + ITArray notPutArray = TArray.newInstance(); + for (Integer notPutCard : player.notPutSet) { + notPutArray.addInt(notPutCard); + } + paramBroadCast.putTArray("notput", notPutArray); + + player.sendEvent(Config.GAME_EVT_ACTION, paramBroadCast); + } + + /** + * 发牌 + * @param owner + */ + public void dealCard(EXRoom owner) { + + for (Entry entry : owner.playerMapById.entrySet()) { + + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.room.bankerSeat==player.seat){ + player.cardInhand = owner.card.deal2(); + }else{ + player.cardInhand = owner.card.deal(); + } + + //player.cardInhand = owner.card.deal(); + + + Collections.sort(player.cardInhand); + + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",player:" + player + ",cardInhand:" + player.cardInhand); + } + + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",cardList:" + owner.card.cardList); + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + if (!owner.tipMgr.tipMap.isEmpty()) { + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + } + + public void winEvent(EXPlayer owner, int from_seat) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("from_seat", from_seat); + + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + room.getPlayBack().addWinCardCommand(owner.seat, false); + } + + public ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + mp.putTArray("left_card", Util.toTArray(owner.card.cardList)); + mp.putTArray("throw_card", Util.toTArray(owner.throwCardsList)); + mp.putInt("xipai_score", owner.xi_pai_score); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("hu_xi", player.huXi); + param.putInt("tun", player.winScore); + param.putInt("piao", player.piao); + player.hp_info(param); + if (owner.maxPlayers == 2) { + param.putInt("total_tun", player.score.round_score); + } else { + param.putInt("total_tun", player.score.round_score / 2); + } + + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + + ITArray mtList = TArray.newInstance(); + for (MingTang mingTang : player.mingtangList) { + ITObject obj = TObject.newInstance(); + obj.putInt("mingtang", mingTang.mingTang); + obj.putInt("type", mingTang.type); + obj.putInt("score", mingTang.score); + + mtList.addTObject(obj); + } + param.putTArray("mingtang", mtList); + + ITArray haoList = TArray.newInstance(); + if (player.winer == 1) { + ITArray handCard = Util.toTArray(player.handCardEx); + param.putTArray("hand_card", handCard); + + ITArray cardList = TArray.newInstance(); + for (int i = 0; i < player.tiGroup.size(); i++) { + int ti_card = player.tiGroup.get(i)[0]; + ITObject hao = TObject.newInstance(); + hao.putInt("hao", RuleWeight.HAO_QING); + hao.putInt("hao_card", ti_card); + haoList.addTObject(hao); + } + + for (OpCard opCard : player.handCard) { + boolean flag = true; + if (opCard.card1 == opCard.card2 && opCard.card1 == opCard.card3 && opCard.card1 != 0) { + for (int i = 0; i < player.tiGroup.size(); i++) { + int ti_card = player.tiGroup.get(i)[0]; + if (ti_card == opCard.card1) + { + flag = false; + } + } + } + if (flag) + { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + if (opCard.hao != RuleWeight.HAO_NONE) + { + ITObject hao = TObject.newInstance(); + hao.putInt("hao", opCard.hao); + hao.putInt("hao_card", opCard.haoCard); + haoList.addTObject(hao); + } + + cardList.addTObject(obj); + } + } + param.putTArray("cardList", cardList); + } else { + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + } + + ITArray opCardList = TArray.newInstance(); + + for (OpCard opCard : player.opCardList) { + ITObject obj = TObject.newInstance(); + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + opCardList.addTObject(obj); + + if (opCard.hao != RuleWeight.HAO_NONE) + { + ITObject hao = TObject.newInstance(); + hao.putInt("hao", opCard.hao); + hao.putInt("hao_card", opCard.haoCard); + haoList.addTObject(hao); + } + } + param.putTArray("opCardList", opCardList); + param.putTArray("haoList", haoList); + + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + public void roomTotalResult(EXRoom owner, boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("total_huxi", player.total_huxi); + param.putInt("win_count", player.winCount); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss ? 2 : 1); + if (!dissmiss) { + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + /** + * 票鸟提示 + * @param owner + */ + public void piaoTipEvent(EXPlayer owner,int reload) { + + ITObject response = new TObject(); + response.putInt("piao", owner.room.config.getInt(Config.ROOM_CONFIG_PIAO)); + response.putInt("reload", reload); + owner.sendEvent(Config.GAME_EVT_PIAO_TIP, response); + } + + /** + * 票鸟事件 + * @param owner + */ + public void piaoEvent(EXPlayer owner) { + if(owner.piao==-1)return; + + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("piao", owner.piao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAO, param); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXMainServer.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXMainServer.java new file mode 100644 index 0000000..0537924 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXMainServer.java @@ -0,0 +1,91 @@ +package extend.zp; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.zp.player.rulestate.*; +import extend.zp.player.state.*; +import extend.zp.room.state.EXRoomDealState; +import extend.zp.room.state.EXRoomPiaoState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.room.state.EXRoomStartGameState; + + +public class EXMainServer extends MainServer { + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + Global.loggerDebug = true; + Global.gameId = Config.GAME_ID; + gameCtr = (EXGameController) Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + Global.registerState(EXRoomPiaoState.class, new EXRoomPiaoState()); + //Global.registerState(EXRoomRoundSettleState.class, new EXRoomRoundSettleState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerPreDrawState.class, new EXPlayerPreDrawState()); + Global.registerState(EXPlayerTianHuState.class, new EXPlayerTianHuState()); + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + //Global.registerState(EXPlayerRoundSettleState.class, new EXPlayerRoundSettleState()); + + Global.registerState(PRLiuState.class, new PRLiuState()); + Global.registerState(PRWeiState.class, new PRWeiState()); + Global.registerState(PRWeiLiuState.class, new PRWeiLiuState()); + Global.registerState(PRDealLiuState.class, new PRDealLiuState()); + + Global.registerState(PRDrawPaoState.class, new PRDrawPaoState()); + Global.registerState(PRDiscardPaoState.class, new PRDiscardPaoState()); + Global.registerState(PRDrawPongState.class, new PRDrawPongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRChiState.class, new PRChiState()); + Global.registerState(PRDrawChiState.class, new PRDrawChiState()); + Global.registerState(PRWinState.class, new PRWinState()); + //Global.registerState(PRWinState.class, new PRWinState()); + } + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXPlayer.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXPlayer.java new file mode 100644 index 0000000..95298cf --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXPlayer.java @@ -0,0 +1,561 @@ +package extend.zp; + +import java.util.*; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.player.rule.RuleChi; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.ChowCard; +import extend.zp.uitl.Paixing; + +/** + * + * + * + * 2017��8��30�� EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + // ������ + public List outcardList; + // ������ + public List outcardExList; + + public ITArray opCard; + + public int biCard; + + public List tiGroup; + public List liuGroup; + public List paoGroup; + public List kanGroup; + public List pongGroup; + public List weiGroup; + public List chowGroup; + public List opCardList; + + public Stack handCard; + public List handCardEx; + + public HashSet chouChiSet; + public HashSet chouChiExSet; + public HashMap chouChiTypeMap; + public HashSet chouPongSet; + public HashSet notPutSet; + public HashSet notChiSet; + + public HashSet guoChiSet; + + + + public HashMap notChiTypeMap; + + + + public int drawCard = 0; + public int winCard = 0; + public int winScore = 0; + public int winFan = 0; + public List mingtangList; + + public int kongCount = 0; + public int tiCount = 0; + // ��Ϣ + public int huXi = 0; + + public int total_huxi = 0; + + public boolean isTingHu = true; + + // �Ƿ�����ү + public boolean isLaoYe = false; + + public boolean isMingTang = true; + + public TipManager tipMgr; + + public Tip actionTip; + + public int piao = -1; + + public boolean isDiHu = true; + public boolean isGuoliu = false; + + public boolean isDeadPut = false; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + outcardExList = new ArrayList<>(); + + tiGroup = new ArrayList<>(); + liuGroup = new ArrayList<>(); + paoGroup = new ArrayList<>(); + kanGroup = new ArrayList<>(); + pongGroup = new ArrayList<>(); + weiGroup = new ArrayList<>(); + chowGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + mingtangList = new ArrayList<>(); + + opCard = new TArray(); + chouChiSet = new HashSet<>(); + chouChiTypeMap = new HashMap<>(); + chouChiExSet = new HashSet<>(); + chouPongSet = new HashSet<>(); + notPutSet = new HashSet<>(); + notChiSet = new HashSet<>(); + guoChiSet = new HashSet<>(); + notChiTypeMap = new HashMap<>(); + + handCard = new Stack(); + handCardEx = new ArrayList<>(); + + tipMgr = new TipManager(this); + + isDiHu = true; + + isGuoliu = false; //过溜 + + isDeadPut = false; + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo(boolean self) { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("score", this.score.total_score); + playerData.putInt("hu_xi", this.getShowHuXi(self)); + playerData.putInt("piao", this.piao); + int size = 0; + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + if (opcard.type == RuleWeight.TYPE_TI && opcard.pailie == true) + { + size += 4; + continue; + } + if (opcard.type == RuleWeight.TYPE_KAN && opcard.pailie == true) + { + size += 3; + continue; + } + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card1", opcard.card1); + opcardParam.putInt("card2", opcard.card2); + opcardParam.putInt("card3", opcard.card3); + opcards.addTObject(opcardParam); + } + playerData.putInt("card_count", this.cardInhand.size() + size); + playerData.putTArray("opcard", opcards); + return playerData; + } + + public int getShowHuXi(boolean self) { + int huXi = 0; + for (OpCard opCard : this.opCardList) { + if (opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_TI && opCard.pailie == true) { + continue; + } + huXi += opCard.huXi; + } + return huXi; + } + + public void resetHuXi() { + this.huXi = 1; //胡算一分 + for (OpCard opCard : this.opCardList) { + this.huXi += opCard.huXi; + } + if (tiGroup.size() > 0) + { + this.huXi -= Paixing.caclHuxi(RuleWeight.TYPE_TI, 0) * tiGroup.size(); + } + } + + public void clear() { + this.isDiHu = true; + this.cardInhand.clear(); + this.winer = 0; + this.outcardList.clear(); + this.outcardExList.clear(); + this.drawCard = 0; + this.winScore = 0; + this.winFan = 0; + this.kongCount = 0; + this.tiCount = 0; + this.huXi = 0; + this.isTingHu = true; + this.isLaoYe = false; + this.isMingTang = true; + this.tiGroup.clear(); + this.liuGroup.clear(); + this.paoGroup.clear(); + this.kanGroup.clear(); + this.pongGroup.clear(); + this.weiGroup.clear(); + this.chowGroup.clear(); + this.opCardList.clear(); + this.chouChiSet.clear(); + this.chouChiExSet.clear(); + this.chouChiTypeMap.clear(); + this.notChiTypeMap.clear(); + this.chouPongSet.clear(); + this.notPutSet.clear(); + this.mingtangList.clear(); + this.score.resetRound(); + this.piao = -1; + this.isDeadPut = false; + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + /** + * �Զ����ƣ��йܣ� + */ + public Integer autoDiscard(){ + Map cardNum=CardUtil.getCardNumMap(this.cardInhand); + for (Entry card : cardNum.entrySet()) { + if (card.getValue()==1||card.getValue()==2) { + if (!this.notPutSet.contains(card.getKey())) + { + return card.getKey(); + } + } + } + return 0; + } + + public void handleDeadPut() + { + ArrayList tempList = new ArrayList<>(); + tempList.addAll(this.cardInhand); + for (int i = 0; i < kanGroup.size(); i++) { + tempList.add(kanGroup.get(i)[0]); + tempList.add(kanGroup.get(i)[0]); + tempList.add(kanGroup.get(i)[0]); + } + + for (int i = 0; i < tiGroup.size(); i++) { + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + } + + for(int i = 0; i < tempList.size(); i++) { + int card = tempList.get(i); + if (!notPutSet.contains(card)) + { + return; + } + } + + isDeadPut = true; + } + public boolean chi(int eventCard, IRuleBase rule) { + EXPlayer activePlayer = (EXPlayer) this.room.playerMapBySeat.get(this.room.activeSeat); + ArrayList tempList = new ArrayList<>(); + tempList.addAll(this.cardInhand); + for (int i = 0; i < kanGroup.size(); i++) { + tempList.add(kanGroup.get(i)[0]); + tempList.add(kanGroup.get(i)[0]); + tempList.add(kanGroup.get(i)[0]); + } + for (int i = 0; i < tiGroup.size(); i++) { + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + } + + if (tempList.size() <= 2) { + return false; + } + if (eventCard == 0) { + return false; + } + if (this.isEntrust()) { + this.chouChiSet.add(eventCard); + return false; + } + + Global.logger.info("user: "+ this.playerid+" chi==========> chouChiSet = "+chouChiSet+ " eventCard ="+eventCard); + // ���� + if (this.chouChiSet.contains(eventCard)) { + if (this.chouChiTypeMap.containsKey(eventCard)) { + //可以吃2 7 10 + Global.logger.info("user: "+ this.playerid + " maybe can chi for 2 7 10 " + " for eventCard:"+eventCard); + //return false; + } else { + Global.logger.info("user: "+ this.playerid+" chouChiSet = "+chouChiSet + " ==> false for eventCard:"+eventCard); + return false; + } + } + + HashSet getChi = new HashSet<>(); + getChi.addAll(this.guoChiSet); + Global.logger.info("jefe getChi : "+ this.playerid+" chi==========> = "+getChi+ " eventCard ="+eventCard); + + // ���� + if (this.chouChiExSet.contains(eventCard) && this.getRoom().throwCardsSet.contains(eventCard)) { + return false; + } + + if (CardUtil.cardNum(eventCard, this.outcardExList) != 0) { + return false; + } + if (activePlayer.nextSeat != this.seat && activePlayer.seat != this.seat) { + return false; + } + //if (this.getRoom().checkPao(eventCard, rule instanceof RuleChi)) { + // return false; + //} + + ChowCard chow = new ChowCard(tempList, eventCard); + ITArray list = TArray.newInstance(); + boolean isChi = chow.tryChow(list); + if (isChi) { + boolean hasChi = false; + + int weight = activePlayer.seat != this.seat ? RuleWeight.CHOW1 : RuleWeight.CHOW2; + for (int i = 0; i < list.size(); ++i) { + ITObject obj = list.getTObject(i); + ITArray opCard = obj.getTArray("opcard"); + int chowcard1 = opCard.getInt(0); + int chowcard2 = opCard.getInt(1); + + if (this.chouChiTypeMap.containsKey(eventCard)) { + //Global.logger.info("====> opCard : "+opCard); + if (isThreeCard2_7_10(chowcard1, chowcard2, eventCard)) { + //可以吃2 7 10 + Global.logger.info("user: "+ this.playerid + " can chi for 2 7 10 " + " for eventCard:"+eventCard); + continue; + } else { + Global.logger.info("user dd: "+ this.playerid + " can't chi for 2 7 10 " + " for eventCard:"+eventCard); + //判断卡隆 + if(!getChi.contains(eventCard)){ + //处理卡隆 + //Global.logger.info("jefe step1"+eventCard); + //处理最大最小 + if (this.chouChiTypeMap.containsKey(eventCard-3)){ + //Global.logger.info("jefe step2"+eventCard); + //eventcard 最大 + if (eventCardchowcard1){ + //大于 + if (eventCard-chowcard1==1&&chowcard2-eventCard==1){ + Global.logger.info("user ka1long: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + continue;//都不能吃 + } + }else{ + //小于 + if (chowcard1-eventCard==1&&eventCard-chowcard2==1){ + Global.logger.info("user ka3long: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + continue;//都不能吃 + } + } + } + }else if (this.chouChiTypeMap.containsKey(eventCard+3)){ + //Global.logger.info("jefe step3"+eventCard); + if (eventCard>chowcard1&&eventCard>chowcard2){ + Global.logger.info("user min: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + if (chowcard2>chowcard1){ + //大于 + if (eventCard-chowcard1==1&&chowcard2-eventCard==1){ + Global.logger.info("user ka1long: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + continue;//都不能吃 + } + }else{ + //小于 + if (chowcard1-eventCard==1&&eventCard-chowcard2==1){ + Global.logger.info("user ka3long: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + continue;//都不能吃 + } + } + } + }else{ + //Global.logger.info("jefe step4"+eventCard); + if (chowcard2>chowcard1){ + //大于 + if (eventCard-chowcard1==1&&chowcard2-eventCard==1){ + Global.logger.info("user kalong: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + continue;//都不能吃 + } + }else{ + //小于 + if (chowcard1-eventCard==1&&eventCard-chowcard2==1){ + Global.logger.info("user ka2long: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + Tip tip = new Tip(eventCard, opCard, weight, rule, RuleWeight.TYPE_CHOW); + tip.bi_list = obj.getTArray("bi_list"); + this.tipMgr.addTip(tip); + }else{ + continue;//都不能吃 + } + } + } + + }else{ + Global.logger.info("jefe step5"+eventCard); + continue;//都不能吃 + } + + } + } + + hasChi = true; + + Tip tip = new Tip(eventCard, opCard, weight, rule, RuleWeight.TYPE_CHOW); + tip.bi_list = obj.getTArray("bi_list"); + this.tipMgr.addTip(tip); + + //__notChi(this, chowcard1, chowcard2, eventCard); + __notChi1(this, chowcard1, chowcard2, eventCard); + + HashSet notChiSet11 = this.notChiSet; + Global.logger.info("---> user: "+ this.playerid+" opCard = "+opCard+" notChiSet = "+notChiSet); + Global.logger.info("---> user: "+ this.playerid+" chouChiSet = "+this.chouChiSet); + } + + return hasChi; + } else { + this.chouChiExSet.add(eventCard); + } + return isChi; + } + + private static boolean isThreeCard2_7_10(int card1, int card2, int card3) { + int mod1 = card1%100; + int mod2 = card2%100; + int mod3 = card3%100; + + HashSet set = new HashSet<>(); + set.add(mod1); + set.add(mod2); + set.add(mod3); + + if ((mod1 + mod2 + mod3 == 2 + 7 + 10) && set.contains(2) && set.contains(7) && set.contains(10)) { + return true; + } else { + return false; + } + } + + + private static final void __notChi(EXPlayer player, int chowcard1, int chowcard2, int card) { + player.notChiSet.add(card); + Global.logger.info("---> notchi jefe: chowcard1:"+ chowcard1+" chowcard2: "+chowcard2+"card:"+card); + if (chowcard1 - chowcard2 == 1) { + if (chowcard2 % 100 == 1) { + player.notChiSet.add(chowcard2 + 2); + } else if (chowcard2 % 100 == 9) { + player.notChiSet.add(chowcard2 - 1); + } else { + player.notChiSet.add(chowcard2 - 1); + player.notChiSet.add(chowcard2 + 2); + } + } else if (chowcard1 - chowcard2 == 2) { + player.notChiSet.add(chowcard2 + 1); + } else if (chowcard2 - chowcard1 == 1) { + if (chowcard1 % 100 == 1) { + player.notChiSet.add(chowcard1 + 2); + } else if (chowcard1 % 100 == 9) { + player.notChiSet.add(chowcard1 - 1); + } else { + player.notChiSet.add(chowcard1 - 1); + player.notChiSet.add(chowcard1 + 2); + } + } else if (chowcard2 - chowcard1 == 2) { + player.notChiSet.add(chowcard1 + 1); + } + } + + private static final void __notChi1(EXPlayer player, int chowcard1, int chowcard2, int card) { + player.notChiSet.add(card); + player.guoChiSet.add(card); + //player.notChiTypeMap.put(card, 0); + Global.logger.info("---> notchi jefe: chowcard1:"+ chowcard1+" chowcard2: "+chowcard2+"card:"+card); + if (chowcard1 - chowcard2 == 1) { + if (chowcard2 % 100 == 1) { + player.notChiSet.add(chowcard2 + 2); + player.notChiTypeMap.put(chowcard2 + 2, 0); + } else if (chowcard2 % 100 == 9) { + player.notChiSet.add(chowcard2 - 1); + player.notChiTypeMap.put(chowcard2 - 1, 0); + } else { + player.notChiSet.add(chowcard2 - 1); + player.notChiSet.add(chowcard2 + 2); + player.notChiTypeMap.put(chowcard2 - 1, 0); + player.notChiTypeMap.put(chowcard2 + 2, 0); + } + } else if (chowcard1 - chowcard2 == 2) { + player.notChiSet.add(chowcard2 + 1); + player.notChiTypeMap.put(chowcard2 + 1, 0); + } else if (chowcard2 - chowcard1 == 1) { + if (chowcard1 % 100 == 1) { + player.notChiSet.add(chowcard1 + 2); + player.notChiTypeMap.put(chowcard1 + 2, 0); + } else if (chowcard1 % 100 == 9) { + player.notChiSet.add(chowcard1 - 1); + player.notChiTypeMap.put(chowcard1 - 1, 0); + } else { + player.notChiSet.add(chowcard1 - 1); + player.notChiSet.add(chowcard1 + 2); + player.notChiTypeMap.put(chowcard1 - 1, 0); + player.notChiTypeMap.put(chowcard1 + 2, 0); + } + } else if (chowcard2 - chowcard1 == 2) { + player.notChiSet.add(chowcard1 + 1); + player.notChiTypeMap.put(chowcard1 + 1, 0); + } else { //2 7 10 + /*if (isThreeCard2_7_10(chowcard1,chowcard2,card)){ + player.notChiSet.add(chowcard1); + player.notChiSet.add(chowcard2); + player.notChiTypeMap.put(chowcard1, 0); + player.notChiTypeMap.put(chowcard2, 0); + player.notChiTypeMap.put(card, 0); + }*/ + //player.notChiSet.add(card); + //player.notChiTypeMap.put(card, 0); + } + + } + +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXRoom.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXRoom.java new file mode 100644 index 0000000..0e33e31 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXRoom.java @@ -0,0 +1,1223 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.*; + +import com.taurus.core.util.Logger; +import extend.zp.player.rule.*; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.tip.Action; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +public class EXRoom extends Room { + + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + Logger logger = Logger.getLogger(getClass()); + + public int activeCard; + public int drawCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winSeat; + public int winCount = 0; + public boolean liuju = false; + public int liujuNum = 0; + public boolean isAllPass = false; + public boolean isTianHu = true; + public boolean isDiHu = true; + public int piaoCount = 0; + + public boolean hh = false; + public boolean dh = false; + public boolean hw = false; + public boolean wh = false; + public boolean hd = false; + public boolean wd = false; + public boolean jhd = false; + + public boolean dhdf =false; + + public int step; + + public HashSet throwCardsSet; + public ArrayList throwCardsList; + + public int typeface = 1; + + public ITObject paiXing; + public int adminSeat; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.paiXing = TObject.newInstance(); + this.throwCardsSet = new HashSet<>(); + this.throwCardsList = new ArrayList(); + this.isEntrust = true; + + hh = config.containsKey("hh") ? (config.getInt("hh") == 0 ? true : false) : true; + dh = config.containsKey("dh") ? (config.getInt("dh") == 0 ? true : false) : true; + hw = config.containsKey("hw") ? (config.getInt("hw") == 0 ? true : false) : true; + wh = config.containsKey("wh") ? (config.getInt("wh") == 0 ? true : false) : true; + hd = config.containsKey("hd") ? (config.getInt("hd") == 0 ? true : false) : true; + wd = config.containsKey("wd") ? (config.getInt("wd") == 0 ? true : false) : true; + jhd = config.containsKey("jhd") ? (config.getInt("jhd") == 0 ? true : false) : true; + + dhdf = config.containsKey("dhdf") ? (config.getInt("dhdf") == 0 ? false : true) : false; + this.adminSeat = 0; + if (!this.config.containsKey(Config.GAME_MODE)) + { + this.config.putInt(Config.GAME_MODE, 2); + } + if (!this.config.containsKey(Config.GAME_TUN)) + { + this.config.putInt(Config.GAME_TUN, 0); + } + if (!this.config.containsKey(Config.GAME_TUN)) + { + this.config.putInt(Config.GAME_TUN, 0); + } + if (!this.config.containsKey(Config.GAME_FENGDING)) + { + this.config.putInt(Config.GAME_FENGDING, 0); + } + if (!this.config.containsKey(Config.GAME_TUANYUAN)) + { + this.config.putInt(Config.GAME_TUANYUAN, 0); + } + if (!this.config.containsKey(Config.GAME_TUANYUAN)) + { + this.config.putInt(Config.GAME_TUANYUAN, 0); + } + if (!this.config.containsKey(Config.GAME_HANGHANGXI)) + { + this.config.putInt(Config.GAME_HANGHANGXI, 0); + } + if (!this.config.containsKey(Config.GAME_SHUAHOU)) + { + this.config.putInt(Config.GAME_SHUAHOU, 0); + } + if (!this.config.containsKey(Config.GAME_SHUAHOU)) + { + this.config.putInt(Config.GAME_SHUAHOU, 0); + } + if (!this.config.containsKey(Config.GAME_HUANGFAN)) + { + this.config.putInt(Config.GAME_HUANGFAN, 0); + } + if (!this.config.containsKey(Config.GAME_JIAXINGXING)) + { + this.config.putInt(Config.GAME_JIAXINGXING, 0); + } + if (!this.config.containsKey(Config.GAME_TINGHU)) + { + this.config.putInt(Config.GAME_TINGHU, 0); + } + if (!this.config.containsKey(Config.GAME_SIQI)) + { + this.config.putInt(Config.GAME_SIQI, 0); + } + if (!this.config.containsKey(Config.GAME_DUIZIFU)) + { + this.config.putInt(Config.GAME_DUIZIFU, 0); + } + if (!this.config.containsKey(Config.GAME_YUAN)) + { + this.config.putInt(Config.GAME_YUAN, 0); + } + if (!this.config.containsKey(Config.GAME_BEIKAOBEI)) + { + this.config.putInt(Config.GAME_BEIKAOBEI, 0); + } + if (!this.config.containsKey(Config.GAME_TIANHU)) + { + this.config.putInt(Config.GAME_TIANHU, 0); + } + if (!this.config.containsKey(Config.GAME_DIHU)) + { + this.config.putInt(Config.GAME_DIHU, 0); + } + if (!this.config.containsKey(Config.GAME_HAIHU)) + { + this.config.putInt(Config.GAME_HAIHU, 0); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_QUPAI)) + { + this.config.putInt(Config.ROOM_CONFIG_QUPAI, 0); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_KA_WAI)) + { + this.config.putInt(Config.ROOM_CONFIG_KA_WAI, 0); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_FIRST_RAND_ZHUANG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_FIRST_RAND_ZHUANG, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAO_CONFIG)) + { + this.config.putInt(Config.ROOM_CONFIG_HAO_CONFIG, 0); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAO_JIABEI)) + { + this.config.putInt(Config.ROOM_CONFIG_HAO_JIABEI, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_MENG_TANG)) + { + this.config.putInt(Config.ROOM_CONFIG_MENG_TANG, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + logger.info("jefe kawai:"+this.config.getInt(Config.ROOM_CONFIG_KA_WAI)); + if (this.config.getInt(Config.ROOM_CONFIG_KA_WAI) == 0) + { + List paoList = new ArrayList(); + //paoList.add(new RuleTi()); + paoList.add(new RuleWei()); + EXMainServer.playerRuleMgr.ruleMap.put(PlayerRuleManager.TI_RULE, paoList); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleWin()); + drawRuleList.add(new RuleDrawChi()); + //drawRuleList.add(new RuleLiu()); + drawRuleList.add(new RuleWeiHu()); + //drawRuleList.add(new RuleWei()); + drawRuleList.add(new RuleWeiLiu()); + //drawRuleList.add(new RuleDealLiu()); + + EXMainServer.playerRuleMgr.ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + } + else + { + List paoList = new ArrayList(); + EXMainServer.playerRuleMgr.ruleMap.put(PlayerRuleManager.TI_RULE, paoList); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleWin()); + drawRuleList.add(new RuleDrawChi()); + drawRuleList.add(new RuleLiu()); + drawRuleList.add(new RuleWei()); + //drawRuleList.add(new RuleDealLiu()); + drawRuleList.add(new RuleWeiLiu()); + EXMainServer.playerRuleMgr.ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + } + + } + + public void changePaiXing(EXPlayer player, ITObject params) { + ITArray paixing = params.getTArray("card_list"); + if (paixing == null) { + paixing = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < paixing.size(); i++) + { + TDataWrapper card = paixing.get(i); + TObject map = (TObject)card.getObject(); + tmpCardList.add(map.getInt("card")); + } + + Collections.sort(tmpCardList); + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(player.cardInhand); + for (OpCard opCard : player.opCardList) { + if (opCard.type == RuleWeight.TYPE_KAN && opCard.pailie) { + tmpCardList2.add(opCard.card1); + tmpCardList2.add(opCard.card2); + tmpCardList2.add(opCard.card3); + } + } + for (OpCard opCard : player.opCardList) { + if (opCard.type == RuleWeight.TYPE_TI && opCard.pailie) { + tmpCardList2.add(opCard.card1); + tmpCardList2.add(opCard.card2); + tmpCardList2.add(opCard.card3); + tmpCardList2.add(opCard.card3); + } + } + Collections.sort(tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2)) + { + ITObject param = new TObject(); + player.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, param); + return; + } + + paiXing.putTArray(player.seat + "", paixing); + + ITObject cmdData = TObject.newInstance(); + cmdData.putTArray("card_list", paixing); + this.getPlayBack().addCommand("ChangePaiXing", player.seat, cmdData); + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + checkAction(); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + this.isAllPass = true; + //add allpass + + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + + + activePlayer.stateMachine.toNextState(); + } else { + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.player.seat == tip.owner.seat) { + continue; + } + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (curaction.player.seat == player.seat) { + continue; + } + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState || player.stateMachine.curState instanceof EXPlayerDrawTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = getReloadInfoEx(player); + EXPlayer p = (EXPlayer) player; + ArrayList tempList = new ArrayList<>(); + tempList.addAll(p.cardInhand); + for (OpCard opcard : p.opCardList) { + if (opcard.type == RuleWeight.TYPE_TI && opcard.pailie == true) { + tempList.add(opcard.card1); + tempList.add(opcard.card1); + tempList.add(opcard.card1); + tempList.add(opcard.card1); + continue; + } + if (opcard.type == RuleWeight.TYPE_KAN && opcard.pailie == true) { + tempList.add(opcard.card1); + tempList.add(opcard.card1); + tempList.add(opcard.card1); + continue; + } + } + + data.putTArray("hand_card", Util.toTArray(tempList)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + data.putInt("typeface", typeface); + data.putInt("discard", this.isDiHu ? 0 : 1); + + ITArray paiXing = this.paiXing.getTArray(player.seat + ""); + if (paiXing == null) { + paiXing = TArray.newInstance(); + } + data.putTArray("card_list", paiXing); + + EXPlayer activePlayer = (EXPlayer) playerMapBySeat.get(activeSeat); + if (activePlayer != null) { + if (activePlayer.drawCard != 0) { + data.putInt("acitve_card", activePlayer.drawCard); + } else { + data.putInt("acitve_card", activeCard); + } + } else { + data.putInt("acitve_card", 0); + } + return data; + } + + public ITObject getReloadInfoEx(Player player) { + ITObject data = new TObject(); + data.putInt("active_seat", this.activeSeat); + data.putInt("banker_seat", this.bankerSeat); + data.putBoolean("playing", this.isplaying); + + EXPlayer exPlayer = (EXPlayer)player; + ITArray notPutArray = TArray.newInstance(); + for (Integer notPutCard : exPlayer.notPutSet) { + notPutArray.addInt(notPutCard); + } + data.putTArray("notput", notPutArray); + ITArray info_list = TArray.newInstance(); + boolean self = false; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer) entry.getValue(); + if (tempPlayer.seat == player.seat) { + self = true; + } + info_list.addTObject(tempPlayer.getReloadInfo(self)); + } + data.putTArray("info_list", info_list); + return data; + } + + public void addScore(EXPlayer player, int score, int type) { + player.score.round_log.put(type, player.score.round_log.get(type) + score); + + player.score.round_score += score; + player.score.total_score += score; + } + + public void addScore(EXPlayer destPlayer) { + int score = caclScore(destPlayer); + + //先判断分够不够 + int tmp_all_score = 0; + for (Entry entry : this.playerMapById.entrySet()) { + if (!entry.getKey().equals(destPlayer.playerid)) { + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + int temp_score = score; + if(destPlayer.piao > 0) { + temp_score += destPlayer.piao; + } + + if(fromPlayer.piao > 0) { + temp_score += fromPlayer.piao; + } + //// + if(multipleScore(temp_score) > fromPlayer.hp.cur_hp) { + tmp_all_score += reMultipleScore((int)fromPlayer.hp.cur_hp); + this.addScore(fromPlayer, -reMultipleScore((int)fromPlayer.hp.cur_hp), EXScore.WIN); + }else { + tmp_all_score += temp_score; + this.addScore(fromPlayer, -temp_score, EXScore.WIN); + } + } + } + // + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + this.addScore(destPlayer, tmp_all_score, EXScore.WIN); + } + } + + //// + +// for (Entry entry : this.playerMapById.entrySet()) { +// if (entry.getKey().equals(destPlayer.playerid)) { +// if (this.maxPlayers == 2) { +// this.addScore(destPlayer, score, EXScore.WIN); +// } else { +// this.addScore(destPlayer, score * 2, EXScore.WIN); +// } +// } else { +// EXPlayer fromPlayer = (EXPlayer) entry.getValue(); +// this.addScore(fromPlayer, -score, EXScore.WIN); +// } +// } + } + + public int caclScore(EXPlayer player) { + int redCard = 0; + int bigCard = 0; + int smallCard = 0; + int huXi = 1; //胡算一分 + int huXiNum = 0; + int kanXi = 0; + int haoXi = 0; + int waiXi = 0; + boolean isDuzi = true; + for (int i = 0; i < player.tiGroup.size(); i++) { + int ti_card = player.tiGroup.get(i)[0]; + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_TI, ti_card, ti_card, ti_card, 0)); + + for (OpCard opCard : player.handCard) { + if (opCard.card1 == opCard.card2 && opCard.card1 == opCard.card3 && opCard.card1 == ti_card) { + int[] kanGroup = new int[3]; + kanGroup[0] = ti_card; + kanGroup[1] = ti_card; + kanGroup[2] = ti_card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, ti_card, ti_card, ti_card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, ti_card), true, RuleWeight.HAO_NONE, 0)); + } + } + + //hao + if (this.config.getInt(Config.ROOM_CONFIG_HAO_CONFIG) == 0) + { + huXi += 30; + haoXi += 30; + } + else { + huXi += 40; + haoXi += 40; + } + } + + if (!player.handCardEx.isEmpty()) { + isDuzi = false; + for (int card : player.handCardEx) { + if (CardUtil.isRedCard(card)) { + redCard++; + } + if (CardUtil.cardType(card) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.handCard) { + if (opCard.huXi != 0) { + boolean flag = true; + if (opCard.card1 == opCard.card2 && opCard.card1 == opCard.card3 && opCard.card1 != 0) { + for (int i = 0; i < player.tiGroup.size(); i++) { + int ti_card = player.tiGroup.get(i)[0]; + if (ti_card == opCard.card1) + { + flag = false; + } + } + } + if (flag) + { + huXi += opCard.huXi; + huXiNum++; + } + } + + //hao + if (this.config.getInt(Config.ROOM_CONFIG_HAO_CONFIG) == 0) + { + if (opCard.hao == RuleWeight.HAO_SHAN) + { + huXi += 40; + haoXi += 40; + } + else if (opCard.hao == RuleWeight.HAO_QING) + { + huXi += 30; + haoXi += 30; + } + else if (opCard.hao == RuleWeight.HAO_NUI) + { + huXi += 20; + haoXi += 20; + } + else if (opCard.hao == RuleWeight.HAO_WAI) + { + huXi += 10; + haoXi += 10; + } + } + else { + if (opCard.hao == RuleWeight.HAO_SHAN) + { + huXi += 50; + haoXi += 50; + } + else if (opCard.hao == RuleWeight.HAO_QING) + { + huXi += 40; + haoXi += 40; + } + else if (opCard.hao == RuleWeight.HAO_NUI) + { + huXi += 30; + haoXi += 30; + } + else if (opCard.hao == RuleWeight.HAO_WAI) + { + huXi += 20; + haoXi += 20; + } + } + + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + + if (opCard.type == 1) { + if (opCard.card1 != opCard.card2) { + isDuzi = false; + } + } + else if (opCard.type == 2) { + if (opCard.card1 != opCard.card2 || opCard.card1 != opCard.card3) { + isDuzi = false; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.opCardList) { + if (opCard.huXi != 0) { + huXi += opCard.huXi; + huXiNum++; + } + + if (opCard.type == RuleWeight.TYPE_KAN) + { + kanXi += opCard.huXi; + } + else if (opCard.type == RuleWeight.TYPE_WEI) + { + waiXi += opCard.huXi; + } + else if (opCard.type == RuleWeight.TYPE_CHOUWEI) + { + waiXi += opCard.huXi; + } + else if (opCard.type == RuleWeight.TYPE_TI) + { + haoXi += opCard.huXi; + } + + //hao + if (this.config.getInt(Config.ROOM_CONFIG_HAO_CONFIG) == 0) + { + if (opCard.hao == RuleWeight.HAO_SHAN) + { + huXi += 40; + haoXi += 40; + } + else if (opCard.hao == RuleWeight.HAO_QING) + { + huXi += 30; + haoXi += 30; + } + else if (opCard.hao == RuleWeight.HAO_NUI) + { + huXi += 20; + haoXi += 20; + } + else if (opCard.hao == RuleWeight.HAO_WAI) + { + huXi += 10; + haoXi += 10; + } + } + else { + if (opCard.hao == RuleWeight.HAO_SHAN) + { + huXi += 50; + haoXi += 50; + } + else if (opCard.hao == RuleWeight.HAO_QING) + { + huXi += 40; + haoXi += 40; + } + else if (opCard.hao == RuleWeight.HAO_NUI) + { + huXi += 30; + haoXi += 30; + } + else if (opCard.hao == RuleWeight.HAO_WAI) + { + huXi += 20; + haoXi += 20; + } + } + + + if (opCard.type == RuleWeight.TYPE_CHOW) { + isDuzi = false; + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } else { + if (CardUtil.isRedCard(opCard.card1)) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + redCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + redCard += 4; + } + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + bigCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + bigCard += 4; + } + } else { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + smallCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + smallCard += 4; + } + } + } + } + + player.mingtangList.clear(); + player.winFan = 0; + + boolean mingtang = false; + boolean duiFlag = true; + do + { + int duziNum = 0; + int siduiNum = 0; + ArrayList duiList = new ArrayList<>(); + duiList.addAll(player.cardInhand); + for (int i = 0; i < player.tiGroup.size(); i++) { + int card = player.tiGroup.get(i)[0]; + duiList.add(card); + duiList.add(card); + duiList.add(card); + duiList.add(card); + } + for (int i = 0; i < player.kanGroup.size(); i++) { + int card = player.kanGroup.get(i)[0]; + duiList.add(card); + duiList.add(card); + duiList.add(card); + } + + if (duiList.size() < 19) + { + break; + } + + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (activePlayer != null & activePlayer.drawCard > 0) { + duiList.add(activePlayer.drawCard); + } + + Map cardNumList = CardUtil.getCardNumMap(duiList); + for (Entry card : cardNumList.entrySet()) { + if (card.getValue() == 2 || card.getValue() == 3) { + duziNum++; + } + else if (card.getValue() == 4) { + siduiNum++; + } + } + + if (duziNum + siduiNum == 0) + { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.NO_DUI, 1, 120)); + mingtang = true; + duiFlag = false; + this.isTianHu = false; + player.isDiHu = false; + } + else if (duziNum + siduiNum == 10 || duziNum + siduiNum*2 == 10) + { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.SHI_DUI, 1, 120)); + mingtang = true; + duiFlag = false; + this.isTianHu = false; + player.isDiHu = false; + } + else if (duziNum + siduiNum == 1 || duziNum + siduiNum*2 == 1) + { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.YI_DUI, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.YI_DUI, 1, 120)); + } + this.isTianHu = false; + player.isDiHu = false; + mingtang = true; + duiFlag = false; + } + else if (duziNum + siduiNum == 9 || duziNum + siduiNum*2 == 9) + { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.JIU_DUI, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.JIU_DUI, 1, 120)); + } + this.isTianHu = false; + player.isDiHu = false; + mingtang = true; + duiFlag = false; + } + } while(false); + + if (this.isTianHu) { + if (player.seat == this.bankerSeat) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 120)); + } + + mingtang = true; + } + } + else { + if (player.isDiHu) + { + if (player.seat == this.bankerSeat && config.getInt(Config.ROOM_CONFIG_ZHUANG_DI_HU) == 0) + { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 120)); + } + + mingtang = true; + } + else if (player.seat != this.bankerSeat) + { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 120)); + } + + mingtang = true; + } + } + } + + if (duiFlag && !this.isTianHu && !player.isDiHu && player.isTingHu) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 60; + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 60)); + } + else { + player.winFan += 80; + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 80)); + } + + mingtang = true; + } + + if (this.card.getCount() == 0) { + player.winFan += 30; + player.mingtangList.add(new MingTang(RuleWeight.HAI_HU, 1, 30)); + mingtang = true; + } + + if (player.cardInhand.size() == 1 && player.kanGroup.size() == 0 && player.tiGroup.size() == 0) + { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 60; + player.mingtangList.add(new MingTang(RuleWeight.QUAN_QIU_REN, 1, 60)); + } + else { + player.winFan += 80; + player.mingtangList.add(new MingTang(RuleWeight.QUAN_QIU_REN, 1, 80)); + } + + mingtang = true; + } + + // + if (redCard == 0) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + int fan = 80; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + else { + int fan = 100; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + + mingtang = true; + } + // + if (redCard == 1) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + int fan = 60; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + else { + int fan = 80; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + + mingtang = true; + } + + if (redCard >= 13) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + int fan = 80; + if (this.config.getInt(Config.ROOM_CONFIG_HAO_CONFIG) == 0) + { + fan += (redCard - 13) * 10; + } + else { + fan += (redCard - 13) * 20; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + else { + int fan = 100; + if (this.config.getInt(Config.ROOM_CONFIG_HAO_CONFIG) == 0) + { + fan += (redCard - 13) * 10; + } + else { + fan += (redCard - 13) * 20; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + + mingtang = true; + } + + if (smallCard <= 0) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + int fan = 100; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_HU, 1, fan)); + } + else { + int fan = 120; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_HU, 1, fan)); + } + + mingtang = true; + } + + if (bigCard <= 0) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + int fan = 100; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.XIAO_HU, 1, fan)); + } + else { + int fan = 120; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.XIAO_HU, 1, fan)); + } + + mingtang = true; + } + + //对子胡 + if (isDuzi) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 120)); + } + + mingtang = true; + } + + if (!isDuzi && huXiNum == 7) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 60; + player.mingtangList.add(new MingTang(RuleWeight.XING_XING_XI, 1, 60)); + } + else { + player.winFan += 80; + player.mingtangList.add(new MingTang(RuleWeight.XING_XING_XI, 1, 80)); + } + + mingtang = true; + } + + if (!mingtang) + { + player.huXi = huXi; + player.total_huxi += player.huXi; + player.winScore = player.huXi; + int score = player.winScore; + return score; + } + else + { + player.huXi = player.winFan + kanXi + waiXi + haoXi; + player.total_huxi += player.huXi; + player.winScore = player.huXi; + int score = player.winScore; + return score; + } + } + + public boolean checkPao(int eventCard, boolean isDis) { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (isDis) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } else { + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + return true; + } + } + if (player.seat != this.activeSeat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } + } + } + return false; + } + + // public void settleRound() { + // saveMilitaryRound(playBackData.getData(this)); + // if (this.liuju == true) { + // this.bankerSeat = this.playerMapBySeat.get(this.bankerSeat).nextSeat; + // } + // boolean total = this.round >= this.maxRound; + // int result = this.nonNegative(false); + // if (!total) { + // EXMainServer.gameCtr.roomResult(this); + // if (result == 4) { + // total = true; + // this.saveMilitaryTotal(false); + // } + // } else { + // this.saveMilitaryTotal(false); + // } + // this.stateMachine.changeState(Global.getState(EXRoomRoundSettleState.class)); + // this.winCount = 0; + // + // if (total) { + // this.stateMachine.changeState(Global.getState(RoomEndGameState.class)); + // return; + // } + // } + + public void win(EXPlayer player, EXPlayer activePlayer) { + if (player.getRoom().drawCard != 0) { + player.winCard = player.getRoom().drawCard; + } + player.winer = 1; + + this.addScore(player); + // this.liuju = false; + this.liujuNum = 0; + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(player.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + } + EXMainServer.gameCtr.winEvent(player, player.seat); + // if (owner.room.config.getInt(Config.GAME_ZHUANG) == 1) { + // if (room.bankerSeat != owner.seat) { + // room.bankerSeat = owner.lastSeat; + // } + // } else { + // room.bankerSeat = owner.seat; + // } + this.bankerSeat = player.seat; + player.winCount++; + this.endGame(); + } + + @Override + public void endGame() { + this.getPlayBack().addResultData(EXMainServer.gameCtr.getRoomResultData(this)); + super.endGame(); + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + public PlayBack getPlayBack() { + return (PlayBack) playBackData; + } + + @Override + public void clear() { + super.clear(); + logger.info("jefe clear:"+this.isAllPass); + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.isplaying = this.isAllPass = false; + this.isTianHu = this.isDiHu = true; + this.paiXing = TObject.newInstance(); + this.throwCardsSet.clear(); + this.throwCardsList.clear(); + } + // public void destroy() { + // super.destroy(); + // } + + /** + * 开启倍数后 体力值消耗= 倍数*分数 + */ + private int reMultipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score / this.hpData.getInt("times")); + } + } + return score; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXScore.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXScore.java new file mode 100644 index 0000000..fb3834e --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/EXScore.java @@ -0,0 +1,15 @@ +package extend.zp; + +import com.game.data.Score; + +public class EXScore extends Score { + public static final int WIN = 1; + + public EXScore(EXPlayer owner) { + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/MingTang.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/MingTang.java new file mode 100644 index 0000000..82b8723 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/MingTang.java @@ -0,0 +1,13 @@ +package extend.zp; + +public class MingTang { + public int mingTang; + public int type; + public int score; + + public MingTang(int mingTang, int type, int score) { + this.mingTang = mingTang; + this.type = type; + this.score = score; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/OpCard.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/OpCard.java new file mode 100644 index 0000000..25f7011 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/OpCard.java @@ -0,0 +1,41 @@ +package extend.zp; + +import java.io.Serializable; + +public class OpCard implements Serializable{ + private static final long serialVersionUID = 1L; + public int type; + public int card1; + public int card2; + public int card3; + public int huXi; + public boolean pailie; + public int hao; + public int haoCard; + + public OpCard(int type, int card1, int card2, int card3, int huXi) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + this.pailie = false; + this.hao = 0; + this.haoCard = 0; + } + + public OpCard(int type, int card1, int card2, int card3, int huXi, boolean pailei, int hao, int haoCard) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + this.pailie = pailei; + this.hao = hao; + this.haoCard = haoCard; + } + + public OpCard() { + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/PlayBack.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/PlayBack.java new file mode 100644 index 0000000..74f6ad7 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/PlayBack.java @@ -0,0 +1,107 @@ +package extend.zp; + +import java.util.Map.Entry; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class PlayBack extends BasePlayBack { + + public PlayBack(EXRoom room) { + super(room); + info.putInt("left_card", room.card.getCount()); + ITArray infoList = new TArray(); + for (Entry entry : room.playerMapById.entrySet()) { + ITObject obj = TObject.newInstance(); + EXPlayer player = (EXPlayer) entry.getValue(); + obj.putInt("aid", player.playerid); + obj.putUtfString("nick", player.nick); + obj.putInt("sex", player.sex); + obj.putUtfString("portrait", player.portrait); + obj.putInt("seat", player.seat); + ITArray cardInhand = Util.toTArray(player.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + infoList.addTObject(obj); + } + info.putTArray("playerData", infoList); + } + + public void addGetCardCommand(int seat, int card, int left_count) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard", seat, data); + } + + public void addAddCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("AddCard", seat, data); + } + + public void addThrowCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("ThrowCard", seat, data); + } + + public void addOutCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard", seat, data); + } + + public void addResultData(ITObject resultData){ + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + mp.putTObject("data", resultData); + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", "result"); + cmdObj.putTObject("result", mp); + cmdList.addTObject(cmdObj); + } + + public void addActionCommand(int seat, int type, int active_card, int card, int from_seat, int huxi, ITArray opcardArray) { + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("active_card", active_card); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + cmdData.putInt("hu_xi", huxi); + if (opcardArray != null) { + ITArray opcard = TArray.newInstance(); + for (int i = 0; i < opcardArray.size(); i++) { + opcard.addInt(opcardArray.getInt(i)); + } + cmdData.putTArray("opcard", opcard); + } + addCommand("Action", seat, cmdData); + } + + public void addWinCardCommand(int seat, boolean zimo) { + ITObject cmdData = TObject.newInstance(); + addCommand("Win", seat, cmdData); + } + + public void addCommand(String cmd, int seat, ITObject data) { + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", cmd); + cmdObj.putInt("seat", seat); + cmdObj.putTObject("data", data); + cmdList.addTObject(cmdObj); + } + + public ITObject getData(EXRoom owner) { + ITObject data = TObject.newInstance(); + data.putTObject("info", info); + data.putTArray("cmdList", cmdList); + data.putTObject("result", EXMainServer.gameCtr.getRoomResultData(owner)); + return data; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/PlayerRuleManager.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/PlayerRuleManager.java new file mode 100644 index 0000000..06c999e --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/PlayerRuleManager.java @@ -0,0 +1,133 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.zp.player.rule.*; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerTipState; +import extend.zp.tip.IRuleBase; + + +public class PlayerRuleManager { + public static final int DEAL_RULE = 1; + public static final int KAN_RULE = 2; + public static final int TI_RULE = 3; + public static final int DRAW_RULE = 4; + public static final int OTHER_DRAW_RULE = 5; + public static final int DRAW_PAO_RULE = 6; + public static final int DISCARD_RULE = 7; + public static final int HU_RULE = 9; + public static final int OTHER_HU_RULE = 11; + public static final int WAI_LIU_RULE = 12; + public static final int DEAL_LIU_RULE = 13; + public static final int HU_LIU_RULE = 14; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.WAI_LIU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.DEAL_LIU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.TI_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.HU_LIU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + + tipMap.put(PlayerRuleManager.OTHER_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + + List dealList = new ArrayList(); + dealList.add(new RuleDealTi()); + dealList.add(new RuleDealKan()); + ruleMap.put(PlayerRuleManager.DEAL_RULE, dealList); + + List dealKanList = new ArrayList(); + dealKanList.add(new RuleKan()); + ruleMap.put(PlayerRuleManager.KAN_RULE, dealKanList); + + List paoList = new ArrayList(); + //paoList.add(new RuleTi()); + paoList.add(new RuleWei()); + ruleMap.put(PlayerRuleManager.TI_RULE, paoList); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleWin()); + drawRuleList.add(new RuleDrawChi()); + drawRuleList.add(new RuleLiu()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List otherDrawRuleList = new ArrayList(); + otherDrawRuleList.add(new RuleWin()); + otherDrawRuleList.add(new RuleDrawPong()); + otherDrawRuleList.add(new RuleDrawChi()); + ruleMap.put(PlayerRuleManager.OTHER_DRAW_RULE, otherDrawRuleList); + + List drawPaoList = new ArrayList(); + //drawPaoList.add(new RuleDrawPao()); + ruleMap.put(PlayerRuleManager.DRAW_PAO_RULE, drawPaoList); + + List otherDiscardList = new ArrayList(); + //otherDiscardList.add(new RuleDiscardPao()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleChi()); + ruleMap.put(PlayerRuleManager.DISCARD_RULE, otherDiscardList); + + List huList = new ArrayList(); + huList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.HU_RULE, huList); + + List wailiuList = new ArrayList(); + wailiuList.add(new RuleWin()); + wailiuList.add(new RuleWeiLiu()); + ruleMap.put(PlayerRuleManager.WAI_LIU_RULE, wailiuList); + + List dealliuList = new ArrayList(); + dealliuList.add(new RuleDealLiu()); + ruleMap.put(PlayerRuleManager.DEAL_LIU_RULE, dealliuList); + + List huliuList = new ArrayList(); + huliuList.add(new RuleWin()); + huliuList.add(new RuleDealLiu()); + ruleMap.put(PlayerRuleManager.HU_LIU_RULE, huliuList); + + + List otherHuList = new ArrayList(); + otherHuList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.OTHER_HU_RULE, otherHuList); + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean conditionEx(int type, EXPlayer player) { + return condition(type, player, false); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + player.tipMgr.clean(); + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/RoomCard.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/RoomCard.java new file mode 100644 index 0000000..56f3af8 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/RoomCard.java @@ -0,0 +1,141 @@ +package extend.zp; + +import com.taurus.core.util.Logger; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.List; + +public class RoomCard { + + Logger logger = Logger.getLogger(getClass()); + + public ArrayList cardList; + EXRoom room; + public ArrayList subCardList; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + this.room = table; + this.subCardList = new ArrayList<>(); + } + + public List getAllResult(){ + List all = new ArrayList<>(); + if(subCardList.size() > 0) + all.addAll(subCardList); + all.addAll(cardList); + return all; + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + //this.initCard2(); + //this.initCard_tianhu(); + this.initCard(); + this.shuffle(); + } + + private void initCard() { + for (int index = 1; index <= 10; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + } + } + } + + private void initCard2() { +// List list = Arrays.asList(110,108,109,202,103,110,103,203,203,203,208,205,206, 202,204,210, 102,107,107); +// List list2 = Arrays.asList(110,108,109,202,103,110,103,203,203,203,208,205,206, 202,204,210, 102,107,107); +// List list3 = Arrays.asList(207, 105, 207, 207, 207, 207, 207, 207, 207, 207, 206, 203, 210, 206, 201, 205, 210, 202, 105, 101, 210, 106, 204, 107, 201, 209, 106, 205, 109, 209, 103, 104, 101, 105, 103, 202, 108, 109, 208); +// List list = Arrays.asList(103, 103, 103, 104, 104, 105, 106, 107, 109, 201, 202, 202, 203, 204, 205, 206, 209, 210, 210); +// List list2 = Arrays.asList(101, 102, 102, 103, 107, 110, 110, 110, 201, 201, 202, 204, 205, 205, 206, 206, 207, 208, 210); +// List list3 = Arrays.asList(107, 101, 204, 108, 207, 106, 203, 110, 201, 106, 207, 208, 204, 108, 108, 203, 105, 101, 102, 105, 208, 109, 102, 205, 209, 206, 209, 210, 106, 109, 105, 104, 109, 209, 107, 104, 207, 203, 101, 202, 108, 208); + List list = Arrays.asList(101,101, 102, 103, 201, 202, 104, 203, 105, 106, 107, 108, 109, 207, 208, 204, 210, 109, 110); + List list2 = Arrays.asList(101,101, 102, 102, 103, 103, 104, 104, 105, 105, 106, 106, 107, 107, 108, 108, 109, 109, 110); + List list3 = Arrays.asList( 208,210,101, 103,101, 109, 101, 106, 101, 105, 109, 205, 205, 208, 209, 207, 109, 203, 208, 102, 210, 106, 104, 107, 202, 105, 206, 206, 109, 202, 209, 210, 104, 206, 107, 101, 108, 210, 203, 101, 209, 106, 209); + + this.cardList.addAll(list); + this.cardList.addAll(list); + this.cardList.addAll(list3); + } + + private void initCard_tianhu() { + List list = Arrays.asList(101, 101, 101, 102, 102, 102, 102, 104, 103, 104, 104, 104, 105, 105, 105, 106, 106, 106, 107); + List list2 = Arrays.asList(201, 201, 202, 202, 206, 207, 207, 210, 210, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110); + List list3 = Arrays.asList(107, 108, 106, 103, 104, 105, 106, 107, 107, 108, 108, 108, 108, 109, 109, 109, 109, 110, 110, 110, 110, 203, 204, 205, 206, 206, 207, 207, 207, 207, 208, 208, 208, 208, 209, 209, 209, 209, 210, 210, 210, 210); + + this.cardList.addAll(list); + this.cardList.addAll(list); + this.cardList.addAll(list3); + } + + private void shuffle() { + Collections.shuffle(this.cardList); + } + + public int pop() { + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + int card = this.subCardList.remove(0); + return card; + }else { + return 0; + } + }else { + int card = this.cardList.remove(0); + return card; + } + } + + public int popsub() { + if (this.subCardList.size() == 0) { + int card = this.cardList.remove(0); + return card; + }else { + int card = this.subCardList.remove(0); + return card; + } + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + /** + * 发牌 + * */ + public ArrayList deal() { + ArrayList dealCards = new ArrayList(); + for (int index = 0; index < 19; index++) { + //logger.info("jefe card id:" + this.pop()); + dealCards.add(this.pop()); + } + return dealCards; + } + + public ArrayList deal2() { + ArrayList dealCards = new ArrayList(); + for (int index = 0; index < 20; index++) { + dealCards.add(this.pop()); + } + return dealCards; + } + + public void reInitCards(List cards) { + //从底牌移除 + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/RuleWeight.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/RuleWeight.java new file mode 100644 index 0000000..e67a3b7 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/RuleWeight.java @@ -0,0 +1,63 @@ +package extend.zp; + +public class RuleWeight { + public final static int CHOW1 = 1; + public final static int CHOW2 = 2; + public final static int PONG = 3; + public final static int WIN1 = 4; + public final static int WIN2 = 5; + public final static int WIN3 = 6; + public final static int TI = 7; + public final static int WAI = 8; + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KAN = 3; + public final static int TYPE_WEI = 4; + public final static int TYPE_CHOUWEI = 5; + public final static int TYPE_PAO = 6; + public final static int TYPE_TI = 7; + public final static int TYPE_WIN = 8; + public final static int TYPE_BI = 9; + public final static int TYPE_JIANG = 10; + + public final static int SMALL_CARD = 1; + public final static int BIG_CARD = 2; + + public final static int HONG_HU = 1; + public final static int WU_HU = 2; + public final static int DIAN_HU = 3; + public final static int DUIZI_HU = 4; + public final static int TIAN_HU = 5; + public final static int DI_HU = 6; + public final static int HAI_HU = 7; + public final static int TING_HU = 8; + public final static int DA_HU = 9; + public final static int XIAO_HU = 10; + public final static int DA_TUAN_YUAN = 11; + public final static int XING_XING_XI = 12; + public final static int SI_QI_HONG = 13; + public final static int SHUA_HOU = 14; + public final static int HUANG_FAN = 15; + public final static int ZI_MO = 16; + public final static int JIA_XING_XING = 17; + public final static int HONG_WU = 18; + public final static int YUAN = 19; + public final static int BEI_KAO_BEI = 20; + public final static int HONG_DUI =21; + public final static int WU_DUI = 22; + public final static int JIAHONG_DUI = 23; + public final static int DHDF = 24; + public final static int NO_DUI = 25;; //没有对子, 无对 + public final static int YI_DUI = 26; //一对 + public final static int JIU_DUI = 27; //九对 + public final static int SHI_DUI = 28; //十对 + public final static int QUAN_QIU_REN = 29; //全求人 + + + public final static int HAO_NONE = 0; + public final static int HAO_SHAN = 1; //散毫 + public final static int HAO_QING = 2; //清溜 + public final static int HAO_NUI = 3; //内毫 + public final static int HAO_WAI = 4; //外毫 +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleChi.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleChi.java new file mode 100644 index 0000000..030a101 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleChi.java @@ -0,0 +1,33 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRChiState; +import extend.zp.tip.IRuleBase; + + +public class RuleChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + return player.chi(player.getRoom().activeCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + int activeCard=room.activeCard; + PRChi.prChi(activeCard, player, false); + room.activeCard = 0; + room.lastDiscardSeat = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + player.stateMachine.changeState(Global.getState(PRChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDealKan.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDealKan.java new file mode 100644 index 0000000..e346b69 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDealKan.java @@ -0,0 +1,78 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleDealKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + + if(num == 2 && card == player.drawCard) { + + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true, RuleWeight.HAO_NONE, 0)); + //EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + + ITObject param = new TObject(); + param.putInt("card", card); + param.putInt("seat", player.room.activeSeat); + player.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + } + if (num == 3) { + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true, RuleWeight.HAO_NONE, 0)); + //EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDealLiu.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDealLiu.java new file mode 100644 index 0000000..bbf6d87 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDealLiu.java @@ -0,0 +1,78 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDealLiuState; +import extend.zp.player.rulestate.PRLiuState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + +import java.util.Map; + + +public class RuleDealLiu implements IRuleBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + int eventCard = player.drawCard; + boolean flag = false; + //player.tipMgr.clean(); + logger.info("jefe RuleDealLiu:" + eventCard); + + if (eventCard > 0) + { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + flag = true; + break; + } + } + + for (int i = 0; i < player.tiGroup.size(); i++) { + int card = player.tiGroup.get(i)[0]; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + Tip tip = new Tip(card, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + flag = true; + } + } + else { + for (int i = 0; i < player.tiGroup.size(); i++) { + int card = player.tiGroup.get(i)[0]; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + Tip tip = new Tip(card, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + flag = true; + } + } + logger.info("jefe RuleDealLiu end:" + flag); + return flag; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDealLiuState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDealTi.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDealTi.java new file mode 100644 index 0000000..5637d74 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDealTi.java @@ -0,0 +1,61 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import extend.zp.*; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleDealTi implements IRuleBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public boolean condition(EXPlayer player) { + + logger.info("jefe RuleDealTi "); + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + + int card = entry.getKey(); + int num = entry.getValue(); + + if (num == 4) { + player.tiCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + player.tiGroup.add(tiGroup); + + //清溜 + player.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card), true, RuleWeight.HAO_QING, card)); + //EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_TI, player.seat, opcard); + } + } + logger.info("jefe RuleDealTi end"); + return false; + } + + @Override + public void action(EXPlayer player) { + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDiscardPao.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDiscardPao.java new file mode 100644 index 0000000..c3a82db --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDiscardPao.java @@ -0,0 +1,54 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDiscardPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleDiscardPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.getRoom().activeCard; + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDiscardPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDrawChi.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDrawChi.java new file mode 100644 index 0000000..cefe3ea --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDrawChi.java @@ -0,0 +1,36 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRDrawChiState; +import extend.zp.tip.IRuleBase; + + +public class RuleDrawChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + return player.chi(eventCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(player.room.activeSeat); + int activeCard = activePlayer.drawCard; + PRChi.prChi(activeCard, player, true); + activePlayer.drawCard = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + + player.stateMachine.changeState(Global.getState(PRDrawChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDrawPao.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDrawPao.java new file mode 100644 index 0000000..5b33794 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDrawPao.java @@ -0,0 +1,74 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDrawPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleDrawPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.pongGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PONG, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDrawPong.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDrawPong.java new file mode 100644 index 0000000..9dc6c47 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleDrawPong.java @@ -0,0 +1,86 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDrawPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + +import java.util.ArrayList; + + +public class RuleDrawPong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + ArrayList tempList = new ArrayList<>(); + tempList.addAll(player.cardInhand); + for (int i = 0; i < player.kanGroup.size(); i++) { + tempList.add(player.kanGroup.get(i)[0]); + tempList.add(player.kanGroup.get(i)[0]); + tempList.add(player.kanGroup.get(i)[0]); + } + for (int i = 0; i < player.tiGroup.size(); i++) { + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + } + if (tempList.size() <= 2) { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (player.seat == activePlayer.seat) { + return false; + } + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + else { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleKan.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleKan.java new file mode 100644 index 0000000..7cdf612 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleKan.java @@ -0,0 +1,50 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 2) { + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true, RuleWeight.HAO_NONE, 0)); + //EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleLiu.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleLiu.java new file mode 100644 index 0000000..3720988 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleLiu.java @@ -0,0 +1,64 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRLiuState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + +import java.util.Map; + + +public class RuleLiu implements IRuleBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + int eventCard = player.drawCard; + logger.info("jefe RuleLiu " +eventCard); + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Map.Entry entry : cardMap.entrySet()) { + // 如果抓的牌 手中刚好有三张 + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 3) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + return true; + } + } + + logger.info("jefe RuleLiu end" ); + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRLiuState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RulePong.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RulePong.java new file mode 100644 index 0000000..b81e06f --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RulePong.java @@ -0,0 +1,84 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + +import java.util.ArrayList; + + +public class RulePong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + ArrayList tempList = new ArrayList<>(); + tempList.addAll(player.cardInhand); + for (int i = 0; i < player.kanGroup.size(); i++) { + tempList.add(player.kanGroup.get(i)[0]); + tempList.add(player.kanGroup.get(i)[0]); + tempList.add(player.kanGroup.get(i)[0]); + } + for (int i = 0; i < player.tiGroup.size(); i++) { + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + } + if (tempList.size() <= 2) { + return false; + } + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + else { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWei.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWei.java new file mode 100644 index 0000000..6fe8738 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWei.java @@ -0,0 +1,130 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.Config; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleWei implements IRuleBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + int eventCard = player.drawCard; + logger.info("jefe RuleWei "+eventCard); + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + if (player.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) == 0) + { + if (Paixing.checkWin(player, player.drawCard, true)) { + return false; + } + else { + player.winCard = player.drawCard; + player.drawCard = 0; + CardUtil.removeCard(player.cardInhand, eventCard, 2); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(0); + player.initOpCard(opcard); + this.action(player); + } + } + else { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.WAI, this, RuleWeight.TYPE_WEI); + player.tipMgr.addTip(tip); + return true; + } + } + else { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + if (player.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) == 0) + { + if (Paixing.checkWin(player, player.drawCard, true)) { + return false; + } + else { + player.winCard = player.drawCard; + player.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + player.cardInhand.add(eventCard); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(1); + player.initOpCard(opcard); + this.action(player); + break; + } + } + else { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.WAI, this, RuleWeight.TYPE_WEI); + player.tipMgr.addTip(tip); + return true; + } + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.notPutSet.add(player.drawCard); + if (player.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) != 0) + { + int eventCard = player.drawCard; + player.winCard = player.drawCard; + player.drawCard = 0; + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + CardUtil.removeCard(player.cardInhand, eventCard, 2); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(0); + player.initOpCard(opcard); + } + else + { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + player.cardInhand.add(eventCard); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(1); + player.initOpCard(opcard); + break; + } + } + } + } + + player.stateMachine.changeState(Global.getState(PRWeiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWeiHu.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWeiHu.java new file mode 100644 index 0000000..3b758b2 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWeiHu.java @@ -0,0 +1,95 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.zp.Config; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleWeiHu implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + int eventCard = player.drawCard; + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + if (player.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) == 0) + { + if (Paixing.checkWin(player, player.drawCard, true)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.WAI, this, RuleWeight.TYPE_WEI); + player.tipMgr.addTip(tip); + return true; + } + } + } + else { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + if (player.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) == 0) + { + if (Paixing.checkWin(player, player.drawCard, true)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.WAI, this, RuleWeight.TYPE_WEI); + player.tipMgr.addTip(tip); + return true; + } + else { + break; + } + } + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.notPutSet.add(player.drawCard); + int eventCard = player.drawCard; + player.winCard = player.drawCard; + player.drawCard = 0; + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + CardUtil.removeCard(player.cardInhand, eventCard, 2); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(0); + player.initOpCard(opcard); + } + else + { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + player.cardInhand.add(eventCard); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(1); + player.initOpCard(opcard); + break; + } + } + } + + player.stateMachine.changeState(Global.getState(PRWeiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWeiLiu.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWeiLiu.java new file mode 100644 index 0000000..faeca2d --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWeiLiu.java @@ -0,0 +1,118 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.*; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + + +public class RuleWeiLiu implements IRuleBase { + Logger logger = Logger.getLogger(getClass()); + public boolean qlflag = false; + + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + //player.tipMgr.clean(); + int eventCard = player.drawCard; + logger.info("jefe weiliu wincard:" + player.winCard); + logger.info("jefe weiliu rreventCard:" + eventCard); + logger.info("jefe weiliu player.weiGroup:" + player.weiGroup.size()); + logger.info("jefe weiliu player.KAN:" + player.kanGroup.size()); + logger.info("jefe weiliu CardUtil.cardNum:" + CardUtil.cardNum(eventCard, player.cardInhand)); + logger.info("jefe weiliu player.cardInhand:" + player.cardInhand); + + logger.info("jefe weiliu player.it:" + player.tiGroup); + if (!(player.stateMachine.curState instanceof PRWeiState)) { + for (int i = 0; i < player.weiGroup.size(); i++) { + logger.info("jefe weiliu player.weiGroup:" + player.weiGroup.get(0)[0]); + if (eventCard == player.weiGroup.get(i)[0]) { + //if (CardUtil.cardNum(eventCard, player.cardInhand) == 1) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + return true; + } + } + } + boolean flag = false; + + if((player.stateMachine.curState instanceof PRChiState)||(player.stateMachine.curState instanceof PRPongState)||(player.stateMachine.curState instanceof PRWeiState)||(player.stateMachine.curState instanceof PRDrawPongState)||(player.stateMachine.curState instanceof PRDrawChiState)){ + + if (player.tiGroup.size()>0){ + for (int i = 0; i < player.tiGroup.size(); i++) { + eventCard = player.tiGroup.get(i)[0]; + logger.info("jefe weitiliuaaaeventCard:" + eventCard); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + this.qlflag = true; + flag = true; + // return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + // if (eventCard == player.weiGroup.get(i)[0] && CardUtil.cardNum(eventCard, player.cardInhand) == 1) { + if ( CardUtil.cardNum(eventCard, player.cardInhand) == 1) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + return true; + }else { + + for (int j = 0; j < player.cardInhand.size(); j++) { + if (player.cardInhand.get(j) == player.weiGroup.get(i)[0]) { + eventCard = player.cardInhand.get(j); + logger.info("jefe weiliuaaaeventCard:" + eventCard); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + return true; + } + } + } + } + // + + } + logger.info("jefe weiliu end" + player.tiGroup); + return flag; + } + + @Override + public void action(EXPlayer player) { + logger.info("jefe weiliu action" ); + if (this.qlflag){ + this.qlflag = false; + player.stateMachine.changeState(Global.getState(PRDealLiuState.class)); + }else{ + player.stateMachine.changeState(Global.getState(PRWeiLiuState.class)); + } + + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWin.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWin.java new file mode 100644 index 0000000..6664e2d --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rule/RuleWin.java @@ -0,0 +1,53 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRWinState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.Paixing; + + +public class RuleWin implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + if (player.isLaoYe) { + return false; + } + + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (activePlayer == null) { + return false; + } + if (Paixing.checkWin(player, activePlayer.drawCard, activePlayer.seat == player.seat)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activePlayer.drawCard); + int weight = RuleWeight.WIN3; + if (activePlayer.seat != player.seat) { + if (player.seat == activePlayer.nextSeat) { + weight = RuleWeight.WIN2; + } else { + weight = RuleWeight.WIN1; + } + } + Tip tip = new Tip(activePlayer.drawCard, opcard, weight, this, RuleWeight.TYPE_WIN); + player.tipMgr.addTip(tip); + player.getRoom().winSeat = activePlayer.seat; + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRWinState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRChi.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRChi.java new file mode 100644 index 0000000..d429ec4 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRChi.java @@ -0,0 +1,311 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +public class PRChi { + + public static void prChi(int card, EXPlayer owner, boolean drawChi) { + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + Tip actionTip = owner.actionTip; + ITArray opcard = actionTip.opcard; + int chowcard1 = opcard.getInt(0); + int chowcard2 = opcard.getInt(1); + __chow(owner, chowcard1, chowcard2, card, activePlayer, false, drawChi); + if (actionTip.bi_list != null && actionTip.biid != null) { + ITObject obj = actionTip.bi_list.getTObject(actionTip.biid.getInt(0)); + ITArray biopcard = obj.getTArray("opcard"); + __chow(owner, biopcard.getInt(0), biopcard.getInt(1), card, owner, true, drawChi); + if (obj.containsKey("bi_list")) { + ITArray bi_list1 = obj.getTArray("bi_list"); + ITObject obj1 = bi_list1.getTObject(actionTip.biid.getInt(1)); + ITArray biopcard1 = obj1.getTArray("opcard"); + __chow(owner, biopcard1.getInt(0), biopcard1.getInt(1), card, owner, true, drawChi); + } + } + + } + + private static final void __chow(EXPlayer player, int chowcard1, int chowcard2, int card, EXPlayer activePlayer, boolean bi, boolean drawChi) { + int[] chiGroup = new int[3]; + chiGroup[0] = chowcard1; + chiGroup[1] = card; + chiGroup[2] = chowcard2; + int haoCard = 0; + int haoType = RuleWeight.HAO_NONE; + player.notPutSet.add(card); + if (chowcard1 - chowcard2 == 1) + { + if (chowcard2 % 100 == 1) + { + player.notPutSet.add(chowcard2 + 2); + } + else if (chowcard2 % 100 == 9) + { + player.notPutSet.add(chowcard2 - 1); + } + else + { + player.notPutSet.add(chowcard2 - 1); + player.notPutSet.add(chowcard2 + 2); + } + } + else if (chowcard1 - chowcard2 == 2) + { + player.notPutSet.add(chowcard2 + 1); + } + else if (chowcard2 - chowcard1 == 1) + { + if (chowcard1 % 100 == 1) + { + player.notPutSet.add(chowcard1 + 2); + } + else if (chowcard1 % 100 == 9) + { + player.notPutSet.add(chowcard1 - 1); + } + else + { + player.notPutSet.add(chowcard1 - 1); + player.notPutSet.add(chowcard1 + 2); + } + } + else if (chowcard2 - chowcard1 == 2) + { + player.notPutSet.add(chowcard1 + 1); + } + + if (!Util.checkCard(chowcard1, player.cardInhand)) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (chowcard1 == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, chowcard1, chowcard1, chowcard1, 0)); + player.cardInhand.add(chowcard1); + player.cardInhand.add(chowcard1); + break; + } + } + for (int i = 0; i < player.tiGroup.size(); i++) { + if (chowcard1 == player.tiGroup.get(i)[0]) { + player.tiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_TI, chowcard1, chowcard1, chowcard1, 0)); + + ////////////////////////////////////////////////// +// player.cardInhand.add(chowcard1); +// player.cardInhand.add(chowcard1); +// player.cardInhand.add(chowcard1); + //============================================ + int[] kanGroup = new int[3]; + kanGroup[0] = chowcard1; + kanGroup[1] = chowcard1; + kanGroup[2] = chowcard1; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, chowcard1, chowcard1, chowcard1, Paixing.caclHuxi(RuleWeight.TYPE_KAN, chowcard1), true, RuleWeight.HAO_NONE, 0)); + //////////////////////////////////////////////// + + haoCard = chowcard1; + haoType = RuleWeight.HAO_NUI; + break; + } + } + } + else { + CardUtil.removeCard(player.cardInhand, chowcard1, 1); + } + + if (!Util.checkCard(chowcard2, player.cardInhand)) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (chowcard2 == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, chowcard2, chowcard2, chowcard2, 0)); + player.cardInhand.add(chowcard2); + player.cardInhand.add(chowcard2); + break; + } + } + for (int i = 0; i < player.tiGroup.size(); i++) { + if (chowcard2 == player.tiGroup.get(i)[0]) { + player.tiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_TI, chowcard2, chowcard2, chowcard2, 0)); +// player.cardInhand.add(chowcard2); +// player.cardInhand.add(chowcard2); +// player.cardInhand.add(chowcard2); + + int[] kanGroup = new int[3]; + kanGroup[0] = chowcard2; + kanGroup[1] = chowcard2; + kanGroup[2] = chowcard2; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, chowcard2, chowcard2, chowcard2, Paixing.caclHuxi(RuleWeight.TYPE_KAN, chowcard2), true, RuleWeight.HAO_NONE, 0)); + + + haoCard = chowcard2; + haoType = RuleWeight.HAO_NUI; + break; + } + } + } + else { + CardUtil.removeCard(player.cardInhand, chowcard2, 1); + } + + if (bi) { + if (!Util.checkCard(card, player.cardInhand)) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (card == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, card, card, card, 0)); + player.cardInhand.add(card); + player.cardInhand.add(card); + break; + } + } + for (int i = 0; i < player.tiGroup.size(); i++) { + if (card == player.tiGroup.get(i)[0]) { + player.tiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_TI, card, card, card, 0)); +// player.cardInhand.add(card); +// player.cardInhand.add(card); +// player.cardInhand.add(card); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true, RuleWeight.HAO_NONE, 0)); + + + + + break; + } + } + } + else { + CardUtil.removeCard(player.cardInhand, card, 1); + } + } + else { + if (haoCard == 0) + { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (card == player.kanGroup.get(i)[0]) { + haoCard = card; + haoType = RuleWeight.HAO_WAI; + player.notPutSet.add(card); + break; + } + } + } + + if (haoCard == 0) + { + for (int i = 0; i < player.pongGroup.size(); i++) { + if (card == player.pongGroup.get(i)[0]) { + haoCard = card; + haoType = RuleWeight.HAO_WAI; + break; + } + } + } + + if (haoCard == 0) + { + for (int i = 0; i < player.weiGroup.size(); i++) { + if (card == player.weiGroup.get(i)[0]) { + if (player.playerid == activePlayer.playerid) + { + haoCard = card; + haoType = RuleWeight.HAO_NUI; + } + else if (player.playerid != activePlayer.playerid) + { + haoCard = card; + haoType = RuleWeight.HAO_WAI; + } + break; + } + } + } + + if (haoCard == 0) + { + int handNum = CardUtil.cardNum(card, player.cardInhand); + for (int i = 0; i < player.chowGroup.size(); i++) { + if (card == player.chowGroup.get(i)[0]) { + handNum++; + } + if (card == player.chowGroup.get(i)[2]) { + handNum++; + } + } + + //算出吃到的 + int chiNum = 1; //本次算一次 + for (int i = 0; i < player.chowGroup.size(); i++) { + if (card == player.chowGroup.get(i)[1]) { + chiNum++; + } + } + + //加上本次,相当于吃了4张一样的 + if (handNum == 0 && chiNum == 4) + { + haoCard = card; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 1 && chiNum == 3) { + haoCard = card; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 2 && chiNum == 2) + { + haoCard = card; + haoType = RuleWeight.HAO_WAI; + } + } + } + + + + player.chowGroup.add(chiGroup); + int huXi = 0; + if (chiGroup[0] % 100 != chiGroup[1] % 100) { + if (chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 19) { + //if (chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 6 || chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 19) { + huXi += Paixing.caclHuxi(RuleWeight.TYPE_CHOW, chiGroup[0]); + } + } + + if (haoCard == 0) + { + player.opCardList.add(new OpCard(RuleWeight.TYPE_CHOW, chiGroup[0], chiGroup[1], chiGroup[2], huXi)); + } + else + { + player.opCardList.add(new OpCard(RuleWeight.TYPE_CHOW, chiGroup[0], chiGroup[1], chiGroup[2], huXi, false, haoType, haoCard)); + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(chiGroup[0]); + opcard.addInt(chiGroup[2]); + EXMainServer.gameCtr.actionCard(player, card, card, bi ? RuleWeight.TYPE_BI : RuleWeight.TYPE_CHOW, activePlayer.seat, opcard); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRChiState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRChiState.java new file mode 100644 index 0000000..d0de5d1 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRChiState.java @@ -0,0 +1,125 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.PlayerRuleManager; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerWaitState; +import extend.zp.room.state.EXRoomSetpState; + +import java.util.concurrent.TimeUnit; + +//对手打吃 +public class PRChiState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + owner.isDiHu = false; + owner.handleDeadPut(); + logger.info("jefe PRChiState: enter" ); + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + logger.info("jefe PRChiState: allpass " +owner.getRoom().isAllPass); + //if (!owner.getRoom().isAllPass) { + logger.info("jefe PRChiState:" +owner.getRoom().tipMap.size()); + logger.info("jefe PRChiState:" +owner.tiGroup.size()); + logger.info("jefe guoliu:" + owner.isGuoliu); + + boolean flags = false; + for (int i = 0; i < owner.weiGroup.size(); i++) { + for (int j = 0; j < owner.cardInhand.size(); j++) { + //logger.info("jefe PRPongState:"+owner.cardInhand.get(j) ); + if (owner.cardInhand.get(j) == owner.weiGroup.get(i)[0]) { + flags = true; + } + } + } + //判断是否能溜 + if (owner.tiGroup.size()>0&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + owner.isGuoliu = true; + } + + //判断是否可以溜 + if(flags&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + + + + //} + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + + public int duplicate(Integer[] numbers) { + Integer[] res = new Integer[numbers.length]; + for (int i=0;i { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + Tip actionTip = owner.actionTip; + int eventCard = actionTip.card; + logger.info("jefe PRDealLiuState :" + eventCard); + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (eventCard == owner.kanGroup.get(i)[0]) { + owner.winCard = owner.drawCard; + owner.drawCard = 0; + owner.kongCount++; + owner.kanGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + //内毫 + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_NUI, eventCard)); + + break; + } + } + + for (int i = 0; i < owner.tiGroup.size(); i++) { + if (eventCard == owner.tiGroup.get(i)[0]) { + owner.kongCount++; + owner.tiGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, 0)); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_QING, eventCard)); + + break; + } + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + + EXMainServer.gameCtr.actionCard(owner, eventCard, eventCard, RuleWeight.TYPE_TI, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + + owner.handleDeadPut(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.getRoom().isTianHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + timer(owner); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java new file mode 100644 index 0000000..2e3a5b4 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java @@ -0,0 +1,98 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRDiscardPaoState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + owner.isDiHu = false; + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + int fromseat = activePlayer.seat; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java new file mode 100644 index 0000000..5c12eb8 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java @@ -0,0 +1,86 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import com.taurus.core.util.Logger; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.PlayerRuleManager; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.room.state.EXRoomSetpState; + +public class PRDrawChiState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + owner.isDiHu = false; + owner.handleDeadPut(); + logger.info("jefe PRDrawChiState: enter" ); + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + logger.info("jefe PRDrawChiState"); + boolean flags = false; + for (int i = 0; i < owner.weiGroup.size(); i++) { + for (int j = 0; j < owner.cardInhand.size(); j++) { + //logger.info("jefe PRPongState:"+owner.cardInhand.get(j) ); + if (owner.cardInhand.get(j) == owner.weiGroup.get(i)[0]) { + flags = true; + } + } + } + //判断是否能溜 + if (owner.tiGroup.size()>0&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + owner.isGuoliu = true; + } + + //判断是否可以溜 + if(flags&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + public int duplicate(Integer[] numbers) { + Integer[] res = new Integer[numbers.length]; + for (int i=0;i { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + owner.isDiHu = false; + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + if (owner.seat != activePlayer.seat) { + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + } + + int fromseat = activePlayer.seat; + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java new file mode 100644 index 0000000..34033c0 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java @@ -0,0 +1,160 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRDrawPongState extends StateBase { + + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + logger.info("jefe PRDrawPongState: enter" ); + EXRoom room = (EXRoom) owner.room; + owner.isDiHu = false; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = activePlayer.drawCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + activePlayer.drawCard = 0; + int haoCard = 0; + if (CardUtil.cardNum(card, owner.cardInhand) >= 2) { + CardUtil.removeCard(owner.cardInhand, card, 2); + for (int i = 0; i < owner.chowGroup.size(); i++) { + //if (owner.chowGroup.get(i)[0] == card || owner.chowGroup.get(i)[1] == card || owner.chowGroup.get(i)[2] == card) + if ( owner.chowGroup.get(i)[1] == card ) + { + haoCard = card; + break; + } + } + } + else + { + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (card == owner.kanGroup.get(i)[0]) { + owner.kanGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_KAN, card, card, card, 0)); + owner.cardInhand.add(card); + owner.notPutSet.add(card); + haoCard = card; + break; + } + } + } + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + if (haoCard == 0) + { + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + } + else + { + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card), false, RuleWeight.HAO_WAI, haoCard)); + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + owner.handleDeadPut(); + } + + @Override + public void toNextState(EXPlayer owner) { + //if (!owner.getRoom().isAllPass) { + logger.info("jefe PRDrawPongState:" ); + if (owner.tiGroup.size()>0&&owner.isGuoliu==false) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + + boolean flags = false; + for (int i = 0; i < owner.weiGroup.size(); i++) { + for (int j = 0; j < owner.cardInhand.size(); j++) { + //logger.info("jefe PRPongState:"+owner.cardInhand.get(j) ); + if (owner.cardInhand.get(j) == owner.weiGroup.get(i)[0]) { + flags = true; + } + } + } + //判断是否可以溜 + if(flags&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + //} + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + public int duplicate(Integer[] numbers) { + Integer[] res = new Integer[numbers.length]; + for (int i=0;i { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + int eventCard = owner.drawCard; + Map cardMap = CardUtil.getCardNumMap(owner.cardInhand); + for (Map.Entry entry : cardMap.entrySet()) { + // 如果抓的牌 手中刚好有三张 + int card = entry.getKey(); + int num = entry.getValue(); + if (card == owner.drawCard && num == 3) { + owner.winCard = owner.drawCard; + owner.drawCard = 0; + owner.kongCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(owner.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + owner.liuGroup.add(tiGroup); + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + + break; + } + } + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (eventCard == owner.weiGroup.get(i)[0]) { + owner.winCard = owner.drawCard; + owner.drawCard = 0; + owner.kongCount++; + owner.weiGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + //内毫 + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_NUI, eventCard)); + + break; + } + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + + EXMainServer.gameCtr.actionCard(owner, eventCard, eventCard, RuleWeight.TYPE_TI, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + owner.handleDeadPut(); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + timer(owner); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRPongState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRPongState.java new file mode 100644 index 0000000..afef666 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRPongState.java @@ -0,0 +1,142 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.*; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRPongState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + owner.isDiHu = false; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + int haoCard = 0; + if (CardUtil.cardNum(card, owner.cardInhand) >= 2) { + CardUtil.removeCard(owner.cardInhand, card, 2); + for (int i = 0; i < owner.chowGroup.size(); i++) { + //if (owner.chowGroup.get(i)[0] == card || owner.chowGroup.get(i)[1] == card || owner.chowGroup.get(i)[2] == card) + if ( owner.chowGroup.get(i)[1] == card ) + { + haoCard = card; + break; + } + } + } + else + { + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (card == owner.kanGroup.get(i)[0]) { + owner.kanGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_KAN, card, card, card, 0)); + owner.cardInhand.add(card); + owner.notPutSet.add(card); + haoCard = card; + break; + } + } + } + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + if (haoCard == 0) + { + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + } + else + { + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card), false, RuleWeight.HAO_WAI, haoCard)); + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + logger.info("jefe PRPongState: enter" ); + owner.handleDeadPut(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + //if (!owner.getRoom().isAllPass) { + //logger.info("jefe PRPongState:"+owner.tiGroup.size()+" isguoliu:"+owner.isGuoliu ); + // logger.info("jefe PRPongState:"+owner.weiGroup.size()+" isguoliu:"+owner.kanGroup.size()+"liuGroup:"); + //logger.info("jefe PRPongState:"+owner.weiGroup.get(0)[0]+" isguoliu:"+owner.kanGroup.get(0)[0]+"wei:" +owner.weiGroup.get(1)[0]); + boolean flags = false; + for (int i = 0; i < owner.weiGroup.size(); i++) { + for (int j = 0; j < owner.cardInhand.size(); j++) { + //logger.info("jefe PRPongState:"+owner.cardInhand.get(j) ); + if (owner.cardInhand.get(j) == owner.weiGroup.get(i)[0]) { + flags = true; + } + } + } + + if (owner.tiGroup.size()>0&&owner.isGuoliu==false) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + //判断是否可以溜 + if(flags&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + //} + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRWeiLiuState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRWeiLiuState.java new file mode 100644 index 0000000..e084f07 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRWeiLiuState.java @@ -0,0 +1,131 @@ +package extend.zp.player.rulestate; + +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class PRWeiLiuState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + owner.isDiHu = false; + int eventCard = owner.drawCard;//jefe wincard + + logger.info("jefe weiliustate :" + eventCard); + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (eventCard == owner.weiGroup.get(i)[0] && CardUtil.cardNum(eventCard, owner.cardInhand) == 1) { + // if ( CardUtil.cardNum(eventCard, owner.cardInhand) == 1) { + owner.weiGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + CardUtil.removeCard(owner.cardInhand, eventCard, 1); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + //内毫 + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_NUI, eventCard)); + break; + }else { + + for (int j = 0; j < owner.cardInhand.size(); j++) { + if (owner.cardInhand.get(j) == owner.weiGroup.get(i)[0]) { + eventCard = owner.cardInhand.get(j); + owner.weiGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + CardUtil.removeCard(owner.cardInhand, eventCard, 1); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + //内毫 + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_NUI, eventCard)); + break; + } + } + } + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + + EXMainServer.gameCtr.actionCard(owner, eventCard, eventCard, RuleWeight.TYPE_TI, owner.seat, opcard); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + owner.handleDeadPut(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + + timer(owner); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRWeiState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRWeiState.java new file mode 100644 index 0000000..c62c10f --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRWeiState.java @@ -0,0 +1,132 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; +import extend.zp.*; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + +import java.util.concurrent.TimeUnit; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRWeiState extends StateBase { + + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + owner.isDiHu = false; + logger.info("jefe weistate :" +owner.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI)); + if (owner.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) != 0) + { + handleWai(owner); + } + else { + //handleWai(owner); + timer(owner, this); + } + } + + public static void timer(EXPlayer owner, PRWeiState state) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + state.handleWai(owner); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + + public void handleWai(EXPlayer owner) + { + int card = owner.opCard.getInt(0); + int kan = owner.opCard.getInt(2); + int[] weiGroup = new int[3]; + weiGroup[0] = card; + weiGroup[1] = card; + weiGroup[2] = card; + + owner.weiGroup.add(weiGroup); + + int type = owner.chouPongSet.contains(card) ? RuleWeight.TYPE_CHOUWEI : RuleWeight.TYPE_WEI; + if (kan == 0) + { + boolean firstChi = false; + for (int i = 0; i < owner.chowGroup.size(); i++) { + //if (card == owner.chowGroup.get(i)[0] || card == owner.chowGroup.get(i)[1] || card == owner.chowGroup.get(i)[2]) { + if ( card == owner.chowGroup.get(i)[1]) { + firstChi = true; + break; + } + } + //先吃后歪,算外毫 + if (firstChi) + { + owner.opCardList.add(new OpCard(type, card, card, card, Paixing.caclHuxi(type, card), false, RuleWeight.HAO_WAI, card)); + } + else + { + owner.opCardList.add(new OpCard(type, card, card, card, Paixing.caclHuxi(type, card))); + } + } + else + { + owner.opCardList.add(new OpCard(type, card, card, card, Paixing.caclHuxi(type, card), false, RuleWeight.HAO_NUI, card)); + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, type, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.WAI_LIU_RULE, owner); + + owner.handleDeadPut(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRWinState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRWinState.java new file mode 100644 index 0000000..7050ece --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/rulestate/PRWinState.java @@ -0,0 +1,38 @@ +package extend.zp.player.rulestate; + +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; + + +public class PRWinState extends StateBase { + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (!room.isplaying) { + owner.stateMachine.curState = owner.stateMachine.lastState; + return; + } + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + room.win(owner, activePlayer); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..760971e --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,53 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDisCardTipState extends EXPlayerTipState { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.choicAction(id,biid); + + // Global.logger.error("EXPlayerDisCardTipState" + id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)){ + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + //if (tip.type == RuleWeight.TYPE_WIN) { + // id = tip.id; + // break; + //} + } + owner.tipMgr.choicAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..4ff1c20 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java @@ -0,0 +1,222 @@ +package extend.zp.player.state; + +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.room.state.EXRoomSetpState; + + +public class EXPlayerDiscardState extends StateBase { + + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + + for (Map.Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.notChiSet.clear(); + } + + owner.getRoom().tipMap.clear(); + logger.info("jefe EXPlayerDiscardState:" +owner.cardInhand); + owner.isGuoliu = false; + if (owner.cardInhand.isEmpty()) { + + owner.isLaoYe = true; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + + } else { + boolean flag = true; + for(int card : owner.cardInhand) + { + if (!owner.notPutSet.contains(card)) + { + flag = false; + break; + } + } + + if (flag) + { + + if (owner.kanGroup.size() > 0 || owner.tiGroup.size() > 0) + { + flag = false; + } + } + + if (flag) + { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + else + { + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + } + } + + @Override + public void toNextState(EXPlayer owner) { + logger.info("jefe EXPlayerDiscardState toNextState:" +owner.isGuoliu); + owner.isGuoliu = false; + + timer(owner); + } + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + discard(owner, discard); + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + case ActionEvent.EVENT_TIMER_AUTO: + discard(owner, owner.autoDiscard()); + break; + default: + break; + } + } + + private void discard(EXPlayer owner, int discard) { + + if (!Util.checkCard(discard, owner.cardInhand)) { + boolean flag = false; + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (discard == owner.kanGroup.get(i)[0]) { + flag = true; + break; + } + } + for (int i = 0; i < owner.tiGroup.size(); i++) { + if (discard == owner.tiGroup.get(i)[0]) { + flag = true; + break; + } + } + if (!flag) + { + ITObject param = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, param); + return; + } + } + logger.info("discard,player:" + owner + ",card:" + discard); + if (owner.seat == owner.room.bankerSeat) { + + if (owner.outcardExList.size() > 0) { + owner.isTingHu = false; + } + } else { + owner.isTingHu = false; + } + + if (owner.notPutSet.contains(discard)) { + ITObject param = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, param); + return; + } + + owner.outcardExList.add(discard); + exit(owner); + EXMainServer.gameCtr.outCard(owner, discard); + + owner.getRoom().isDiHu = false; + + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + + if (owner.getRoom().activeCard != 0) { + this.toNextState(owner); + } + } + } + + public static void timer(EXPlayer owner) { + Global.logger.info("timer"+owner.getRoom().isAllPass); + if (owner.getRoom().isAllPass) { + + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + owner.outcardList.add(owner.getRoom().activeCard); + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + + } else { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + + if (owner.room.isDestroy) + return; + + owner.room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + + owner.outcardList.add(owner.getRoom().activeCard); + + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDrawState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..ecb9d38 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDrawState.java @@ -0,0 +1,441 @@ +package extend.zp.player.state; + +import java.util.ArrayList; +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import com.data.cache.GroupMemberCache; +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.TPServer; + +import extend.zp.*; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class EXPlayerDrawState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + owner.notChiSet.clear(); + + EXRoom room = owner.getRoom(); + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + room.isAllPass = false; + owner.getRoom().tipMap.clear(); + if (owner.seat == room.adminSeat) { + if (room.while_list) + { + double rand = Math.random() % 100 * 100; + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.popsub(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (!player.is_white) { + if (Paixing.checkWin((EXPlayer) player, drawCard, true)) { + flag = true; + break; + } + } + } + + if (flag) { + if (rand > room.white_value && room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white:" + owner.playerid + " to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + } else { + if (room.while_list) + { + double rand = Math.random() % 100 * 100; + if (rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.is_white) + { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + else { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = false; + } + } + } + } + + if (owner.is_white) { + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + } + else { + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = false; + } + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else + { + if(owner.black_white_status == 2) { + double rand = Math.random() % 100 * 100; + if (rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else if(owner.black_white_status == 1) { + double rand = Math.random() % 100 * 100; + if (rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else { + boolean black_flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.black_white_status == 1) + { + black_flag = true; + } + } + } + + double rand = Math.random() % 100 * 100; + if (black_flag && rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.black_white_status == 1) + { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + } + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + } + } + + room.step++; + int tempStep = room.step; + // if (owner.seat == 2) { + // owner.drawCard = 102; + // } + logger.info("drawCard,player:" + owner + ",card:" + owner.drawCard); + room.drawCard = owner.drawCard; + + int leftCount = room.card.getCount(); + ((EXGameController) Global.gameCtr).getCard(owner, leftCount); + + int card = owner.drawCard; + /* + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (owner.drawCard == owner.kanGroup.get(i)[0]) { + card = 0; + break; + } + } + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (owner.drawCard == owner.weiGroup.get(i)[0]) { + card = 0; + break; + } + } + if (CardUtil.cardNum(owner.drawCard, owner.cardInhand) >= 2) { + card = 0; + } + */ + + ITObject otherParam = new TObject(); + otherParam.putInt("card", card); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.TI_RULE, owner); + if (owner.drawCard != 0 && tempStep == room.step) { + this.toNextState(owner); + } + } + + private boolean IsGoodCard(EXPlayer player, int drawCard) { + if (Paixing.checkWin((EXPlayer) player, drawCard, true)) { + return true; + } + + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + return true; + } + } + + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + return true; + } + } + + if (CardUtil.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + return false; + } + + private boolean IsGoodCard2(EXPlayer player, int drawCard) { + if (Paixing.checkWin((EXPlayer) player, drawCard, true)) { + return true; + } + + if (CardUtil.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + if (!owner.getRoom().isAllPass) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_DRAW, null); + if (owner.getRoom().tipMap.size() != 0) { + for (Map.Entry entry : owner.getRoom().playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.isDiHu) + { + if (owner.getRoom().tipMap.containsKey(player.playerid)) + { + if (player.tipMgr.getTip(RuleWeight.TYPE_WIN) == null) + { + player.isDiHu = false; + } + } + else { + player.isDiHu = false; + } + } + } + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + int tempStep = owner.getRoom().step; + for (Map.Entry entry : owner.getRoom().playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player != null) + { + player.isDiHu = false; + } + } + + //EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + //owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_PAO, null); + + if (owner.drawCard != 0 && tempStep == owner.getRoom().step) { + + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + if (owner.getRoom().isAllPass) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDrawState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + if(owner.drawCard != 0) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..f7c86f1 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,52 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDrawTipState extends EXPlayerTipState { + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + public void reload(EXPlayer owner) { + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.doAction(id,biid); + }else if (ActionEvent.EVENT_TIMER_AUTO.equals(cmd)) { + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + //if (tip.type == RuleWeight.TYPE_WIN) { + // id = tip.id; + // break; + //} + } + owner.tipMgr.doAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerPiaoNiaoTipState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..2a71329 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,62 @@ +package extend.zp.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; + + +public class EXPlayerPiaoNiaoTipState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + EXMainServer.gameCtr.piaoTipEvent(owner,0); + } + owner.startActionTimer(); + } + + /** + * 重连 + * @param owner + */ + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.piaoTipEvent(owner,1); + owner.startActionTimer(); + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.piao = id; + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoCount --; + EXMainServer.gameCtr.piaoEvent(owner); + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO, gid, null); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_PIAO)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner, id, gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO) || cmd.equals(ActionEvent.EVENT_ENTRUST)) { + _action(owner,0,gid); + } + else if(cmd.equals(ActionEvent.EVENT_OFFLINE)) { + owner.startActionTimer(); + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java new file mode 100644 index 0000000..6ec98d7 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java @@ -0,0 +1,131 @@ +package extend.zp.player.state; + +import java.util.Collections; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.permanent.TPServer; + +import extend.zp.*; +import extend.zp.uitl.Paixing; + + +public class EXPlayerPreDrawState extends StateBase { + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + + room.isAllPass = false; + + + //owner.drawCard = room.card.pop(); + + //room.drawCard = owner.drawCard; + + //发消息给自己,并记录玩家抓牌的日志 + int leftCount = room.card.getCount(); + //((EXGameController) Global.gameCtr).getCard(owner, leftCount); + + //通知所有其他的玩家 + ITObject otherParam = new TObject(); + otherParam.putInt("card", owner.drawCard); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + //jefe + for (Entry entry : room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + //owner.room.broadCastToClient(player.playerid, Config.GAME_EVT_DRAW, otherParam); + //player.sendEvent(Config.GAME_EVT_DRAW, otherParam); + if (player.room.bankerSeat==player.seat){ + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_ACTION, otherParam); + } + player.sendEvent(Config.GAME_EVT_DRAW, otherParam); + } + //owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + + + //启动定时器 + timer(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + + if (!owner.getRoom().isAllPass) { + //根据规则判定自己能不能胡 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.HU_LIU_RULE, owner); + //看看其他玩家能不能胡 + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_DEAL, null); + + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + owner.getRoom().isTianHu = false; + + //判断玩家抓牌之后可以进行的操作 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + + //判断玩家是否有坎的操作 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.KAN_RULE, owner); + + int drawCard = owner.drawCard; + owner.drawCard = 0; + + if (drawCard != 0) { + + owner.cardInhand.add(drawCard); + Collections.sort(owner.cardInhand); + + ITObject param = new TObject(); + param.putInt("card", drawCard); + param.putInt("seat", owner.room.activeSeat); + owner.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + + owner.getRoom().getPlayBack().addAddCardCommand(owner.room.activeSeat, drawCard); + } + + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + public static void timer(EXPlayer owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + + if (owner.room.isDestroy) + return; + + owner.room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + + owner.stateMachine.toNextState(); + } + }); + } + }, 1500, TimeUnit.MILLISECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerTianHuState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerTianHuState.java new file mode 100644 index 0000000..9a45a51 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerTianHuState.java @@ -0,0 +1,85 @@ +package extend.zp.player.state; + +import java.util.Collections; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXGameController; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayerRuleManager; +import extend.zp.uitl.Paixing; + + +public class EXPlayerTianHuState extends StateBase { + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + + room.isAllPass = false; + + //启动定时器 + timer(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + + if (!owner.getRoom().isAllPass) { + + //根据规则判定自己能不能胡 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.HU_RULE, owner); + + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + owner.getRoom().isTianHu = false; + + owner.stateMachine.changeState(Global.getState(EXPlayerPreDrawState.class)); + } + + public static void timer(EXPlayer owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + + if (owner.room.isDestroy) + return; + + owner.room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 500, TimeUnit.MILLISECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerTipState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..af786e1 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerTipState.java @@ -0,0 +1,40 @@ +package extend.zp.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; + + +public abstract class EXPlayerTipState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXMainServer.gameCtr.tipEvent(owner); + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (ActionEvent.EVENT_ENTRUST.equals(cmd)) { + owner.startActionTimer(); + } + } + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.tipEvent(owner); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerWaitState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..55aff7c --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/player/state/EXPlayerWaitState.java @@ -0,0 +1,31 @@ +package extend.zp.player.state; + +import com.game.state.StateBase; + +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.PlayerRuleManager; + +public class EXPlayerWaitState extends StateBase { + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DISCARD_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_DRAW: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_DRAW_RULE, owner); + break; + case EXActionEvent.EVENT_DEAL: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_HU_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_PAO: + //EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + break; + default: + break; + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomDealState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomDealState.java new file mode 100644 index 0000000..12e79a5 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomDealState.java @@ -0,0 +1,142 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; +import java.util.Random; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayBack; +import extend.zp.PlayerRuleManager; +import extend.zp.player.state.EXPlayerPreDrawState; +import extend.zp.player.state.EXPlayerTianHuState; + + +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + boolean donghua = false; + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + this.toNextState(owner); + } + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXRoom owner) { + //洗牌 + owner.card.init(); + + // 如果没有庄家,确定一个庄家 + if (owner.bankerSeat == 0) { + if (owner.config.getBoolean(Config.ROOM_CONFIG_FIRST_RAND_ZHUANG)) + { + owner.bankerSeat = getBankerSeat(owner); + } + else + { + owner.bankerSeat = 1; + } + } + + //发牌 + EXMainServer.gameCtr.dealCard(owner); + + // 去底牌 + if (owner.maxPlayers == 2 ) { + int qupaiV = owner.config.getInt(Config.ROOM_CONFIG_QUPAI); + if(qupaiV > 0) { + + int num = qupaiV * 5 + 5; + for (int index = 0; index < num; index++) { + owner.throwCardsList.add(owner.card.pop()); + } + } + } + + // 生成游戏记录对象 + owner.playBackData = new PlayBack(owner); + + // 不是庄家的玩家要进行规则判定 + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.seat != owner.bankerSeat) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, player); + } + } + + EXPlayer player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerPreDrawState.class)); + } + + private int getBankerSeat(EXRoom owner) { + int seat = 0; + + //如果是兩人的情況 + if (owner.maxPlayers == 2) { + // 如果是随机确定庄家 + Random random = new Random(); + seat = random.nextInt(2) + 1; + } + else if (owner.maxPlayers == 3) { + // 如果是随机确定庄家 + Random random = new Random(); + seat = random.nextInt(3) + 1; + } + else if (owner.maxPlayers == 4) { + // 如果是随机确定庄家 + Random random = new Random(); + seat = random.nextInt(4) + 1; + } + return seat; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomPiaoState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomPiaoState.java new file mode 100644 index 0000000..c4e176f --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomPiaoState.java @@ -0,0 +1,30 @@ +package extend.zp.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.zp.EXActionEvent; +import extend.zp.EXRoom; +import extend.zp.player.state.EXPlayerPiaoNiaoTipState; + +import java.util.Map.Entry; + +public class EXRoomPiaoState extends StateBase{ + + @Override + public void enter(EXRoom owner) { + owner.piaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO)) { + if(owner.piaoCount==0) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomSetpState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..ba45043 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomSetpState.java @@ -0,0 +1,26 @@ +package extend.zp.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXRoom; +import extend.zp.player.state.EXPlayerDrawState; + +public class EXRoomSetpState extends StateBase { + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + } + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomStartGameState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..d02b1e5 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/room/state/EXRoomStartGameState.java @@ -0,0 +1,41 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.Config; +import extend.zp.EXRoom; + + +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { + + for (Entry entry : owner.playerMapById.entrySet()) { + + Player player = entry.getValue(); + player.clear(); + player.initSeat(); + player.ready = false; + } + + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + if(owner.config.containsKey(Config.ROOM_CONFIG_PIAO) && owner.config.getInt(Config.ROOM_CONFIG_PIAO) != 0) { + owner.stateMachine.changeState(Global.getState(EXRoomPiaoState.class)); + } + else{ + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + //owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/Action.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/Action.java new file mode 100644 index 0000000..f13c301 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/Action.java @@ -0,0 +1,20 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + +public class Action { + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.actionTip = tip; + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/IRuleBase.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/IRuleBase.java new file mode 100644 index 0000000..ef77712 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/IRuleBase.java @@ -0,0 +1,14 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + + +public interface IRuleBase { + + + public abstract boolean condition(EXPlayer player); + + + public abstract void action(EXPlayer player); + +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/Tip.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/Tip.java new file mode 100644 index 0000000..c075788 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/Tip.java @@ -0,0 +1,38 @@ +package extend.zp.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + + +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int type; + public ITArray bi_list; + public ITArray biid; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + if(bi_list!=null&&bi_list.size()>0) { + tipMp.putTArray("bi_list", bi_list); + } + return tipMp; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/TipManager.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/TipManager.java new file mode 100644 index 0000000..235c1ee --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/tip/TipManager.java @@ -0,0 +1,218 @@ +package extend.zp.tip; + +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; + + +public class TipManager { + + private int id = 0; + private int uid = 100; + + public HashMap tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + + public Tip getTip(int type) + { + for (Entry entry : this.tipMap.entrySet()) + { + Tip tip = entry.getValue(); + if (tip.type == type) + { + return tip; + } + } + return null; + } + + public int getUid(){ + return this.uid; + } + public void choicAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + + Global.logger.info(" =====>Adddd user: "+ this.owner.playerid+" notChiSet = "+this.owner.notChiSet); + this.owner.chouChiSet.addAll(this.owner.notChiSet); + this.owner.chouChiTypeMap.putAll(this.owner.notChiTypeMap); + + Global.logger.info(" =====> user: "+ this.owner.playerid+" chouChiSet = "+this.owner.chouChiSet); + } + if (tip.type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + if (tip.type == RuleWeight.TYPE_WIN) { + this.owner.isDiHu = false; + } + } + this.owner.notChiSet.clear(); + this.owner.notChiTypeMap.clear(); + this.owner.isMingTang = true; + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass discardtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } else if (tip.type == RuleWeight.TYPE_PONG) { + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_PONG) { + it.remove(); + } + } + } + + owner.notChiSet.clear(); + owner.notChiTypeMap.clear(); + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + this.owner.notChiSet.clear(); + this.owner.notChiTypeMap.clear(); + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + this.owner.chouChiSet.addAll(this.owner.notChiSet); + this.owner.chouChiTypeMap.putAll(this.owner.notChiTypeMap); + } + } + this.owner.notChiSet.clear(); + this.owner.notChiTypeMap.clear(); + this.owner.isMingTang = true; + this.owner.stateMachine.curState.exit(owner); + this.owner.stateMachine.curState = this.owner.stateMachine.lastState; + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass drawtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } + owner.notChiSet.clear(); + owner.notChiTypeMap.clear(); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + owner.notChiSet.clear(); + owner.notChiTypeMap.clear(); + throw new Error("tip map has no id" + id); + } + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + mp.putInt("uid", this.uid); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + this.id += uid; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.uid += 100; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/CardUtil.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/CardUtil.java new file mode 100644 index 0000000..7608fca --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/CardUtil.java @@ -0,0 +1,116 @@ +package extend.zp.uitl; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.ObjectInputStream; +import java.io.ObjectOutputStream; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + + +import extend.zp.OpCard; + +public class CardUtil { + static public int cardNum(int eventCard, List cardList) { + int result = 0; + for (Integer card : cardList) { + if (card == eventCard) { + result += 1; + } + } + return result; + } + + static public boolean checkCard(int eventCard,Map cardMap) { + if(cardMap.containsKey(eventCard)&&cardMap.get(eventCard)>=1) { + return true; + } + return false; + } + + static public void addCard(int eventCard,Map cardMap,int add) { + if(cardMap.containsKey(eventCard)) { + int num = cardMap.get(eventCard); + cardMap.put(eventCard, num+add); + }else if(add >0){ + cardMap.put(eventCard, add); + } + } + + static public int cardType(int card) { + return card / 100; + } + + static public boolean isRedCard(int card) { + return card % 100 == 2 || card % 100 == 7 || card % 100 == 10; + } + + static public Map getCardNumMap(List cardList) { + Map result = new HashMap(); + for (Integer card : cardList) { + if (!result.containsKey(card)) { + result.put(card, 1); + } else { + int num = result.get(card); + result.put(card, (num + 1)); + } + } + return result; + } + + static public void removeCard(List cardList, int card, int count) { + int curCount = 0; + for (int i = 0; i < cardList.size(); i++) { + if (count == curCount) { + return; + } + if (cardList.get(i) == card) { + + cardList.remove(i); + i--; + curCount++; + } + } + } + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + } + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card1 == opcards.get(i).card1 && param.card2 == opcards.get(i).card2 && param.card3 == opcards.get(i).card3) { + opcards.remove(i); + return; + } + } + } + + public static List deepCopy(List src) throws IOException, ClassNotFoundException { + ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); + ObjectOutputStream out = new ObjectOutputStream(byteOut); + out.writeObject(src); + + ByteArrayInputStream byteIn = new ByteArrayInputStream(byteOut.toByteArray()); + ObjectInputStream in = new ObjectInputStream(byteIn); + @SuppressWarnings("unchecked") + List dest = (List) in.readObject(); + return dest; + } + + public static void distinctList(List cardList) { + Set set = new HashSet<>(cardList); + cardList.clear(); + cardList.addAll(set); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/ChowCard.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/ChowCard.java new file mode 100644 index 0000000..dc63a52 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/ChowCard.java @@ -0,0 +1,109 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class ChowCard { + private Map cardMap; + private int eventCard; + private int biCard; + private int eventCardType; + private int modCard; + + public ChowCard(List cardInhand,int eventCard) { + this.eventCard = eventCard; + this.eventCardType = eventCard / 100; + int bg_num = this.eventCardType == 1 ? 100 : -100; + this.biCard = eventCard+bg_num; + this.modCard = eventCard % 100; + this.cardMap = Util.getCardNumMap(cardInhand); + } + + private boolean handle(ITArray p_list,int opcard1,int opcard2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(opcard1); + opcard.addInt(opcard2); + boolean result = true; + ITObject obj = TObject.newInstance(); + ITArray list = TArray.newInstance(); + obj.putTArray("opcard", opcard); + obj.putTArray("bi_list", list); + //没有比 + /* + if(CardUtil.checkCard(eventCard, cardMap)) { + CardUtil.addCard(eventCard, cardMap, -1); + CardUtil.addCard(opcard1, cardMap, -1); + CardUtil.addCard(opcard2, cardMap, -1); + result = tryChow(list); + CardUtil.addCard(eventCard, cardMap, 1); + CardUtil.addCard(opcard1, cardMap, 1); + CardUtil.addCard(opcard2, cardMap, 1); + } + */ + if(list.size()==0)obj.remove("bi_list"); + if(result)p_list.addTObject(obj); + return result; + } + + + public boolean tryChow(ITArray list){ + boolean result = false; + if (CardUtil.checkCard(eventCard - 1, cardMap) && CardUtil.checkCard(eventCard - 2, cardMap)) { + result = handle(list,eventCard-1,eventCard-2) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard - 1, cardMap)) { + result = handle(list,eventCard+1,eventCard-1) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard + 2, cardMap)) { + result = handle(list,eventCard+1,eventCard+2) || result; + } + int type = this.eventCardType; + int bi_card = this.biCard; + int mod_card = this.modCard; + + if(mod_card == 2&&CardUtil.checkCard(type*100+7, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+7,type*100+10) || result; + }else if(mod_card == 7&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+2,type*100+10) || result; + }else if(mod_card == 10&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+7, cardMap)) { + result = handle(list,type*100+2,type*100+7) || result; + } + + //if (cardMap.containsKey(bi_card) && cardMap.get(bi_card) == 2) { + // result = handle(list,bi_card,bi_card) || result; + //} + //if (CardUtil.checkCard(eventCard, cardMap) &&CardUtil.checkCard(bi_card, cardMap)) { + // CardUtil.addCard(eventCard, cardMap, -1); + // result = handle(list,eventCard,bi_card) || result; + // CardUtil.addCard(eventCard, cardMap, 1); + //} + + return result; + } + + public static void main(String[] args) { + ArrayList cardInhand = new ArrayList(); + String cardStr = "101, 102, 102, 103, 104, 106, 106, 110, 110, 201, 201, 202, 203, 204, 205, 206, 209, 209, 209, 210"; + String[] cards = cardStr.split(", "); + for(String c : cards) { + Integer card = Integer.valueOf(c); + cardInhand.add(card); + } + + + ChowCard chow = new ChowCard(cardInhand, 101); + ITArray list = TArray.newInstance(); + chow.tryChow(list); + System.out.println(list); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/Paixing.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/Paixing.java new file mode 100644 index 0000000..2f9ca5b --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/Paixing.java @@ -0,0 +1,345 @@ +package extend.zp.uitl; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.core.util.Logger; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + +import java.util.ArrayList; +import java.util.Map; + +public class Paixing { + Logger logger = Logger.getLogger(getClass()); + + public static boolean checkWin(EXPlayer player, int drawCard, boolean isSelfCard) { + player.resetHuXi(); + boolean isWin = false; + WinCard win = new WinCard(player, player.cardInhand, drawCard); + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (win.tryWin(player)) { + if (player.huXi >= 8) { + isWin = true; + } + } + + int duziNum = 0; + int siduiNum = 0; + ArrayList duiList = new ArrayList<>(); + duiList.addAll(player.cardInhand); + for (int i = 0; i < player.tiGroup.size(); i++) { + int card = player.tiGroup.get(i)[0]; + duiList.add(card); + duiList.add(card); + duiList.add(card); + duiList.add(card); + } + for (int i = 0; i < player.kanGroup.size(); i++) { + int card = player.kanGroup.get(i)[0]; + duiList.add(card); + duiList.add(card); + duiList.add(card); + } + + if (activePlayer != null & activePlayer.drawCard > 0) { + duiList.add(activePlayer.drawCard); + } + + Map cardNumList = CardUtil.getCardNumMap(duiList); + for (Map.Entry card : cardNumList.entrySet()) { + if (card.getValue() == 2 || card.getValue() == 3) { + duziNum++; + } + else if (card.getValue() == 4) { + siduiNum++; + } + } + Global.logger.info("jefe pxbf: duziNum "+ duziNum+" siduiNum = "+siduiNum ); + if(duziNum==0&&siduiNum==1){ + duziNum = 1; + }else if (duziNum==1&&siduiNum>0){ + duziNum = 2; + }else if (duziNum>1&&siduiNum>0){ + duziNum = duziNum + siduiNum*2; + } + + // + Global.logger.info("jefe px: duziNum "+ duziNum+" siduiNum = "+siduiNum ); + if (duiList.size() >19) + { + if (duziNum==1){ + isWin = true; + } + if (duziNum == 9){ + isWin = true; + } + if(duziNum==0){ + isWin = true; + } + if (duziNum == 10 ){ + isWin = true; + } + } + + + if (isWin) { + player.handCard.clear(); + player.handCardEx.clear(); + int haoCard = 0; + int haoType = 0; + for (int x = 0; x < win.stack.size(); x++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(x).get(0); + opcard.card2 = win.stack.get(x).get(1); + opcard.type = 1; + haoCard = 0; + haoType = 0; + if (win.stack.get(x).size() > 2) { + opcard.card3 = win.stack.get(x).get(2); + opcard.type = 2; + + if (opcard.card1 != opcard.card2) + { + if (opcard.card1 == drawCard || opcard.card2 == drawCard || opcard.card3 == drawCard) + { + if (haoCard == 0) + { + for (int j = 0; j < player.kanGroup.size(); j++) { + if (drawCard == player.kanGroup.get(j)[0]) { + if (!isSelfCard) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + else { + haoCard = drawCard; + haoType = RuleWeight.HAO_NUI; + } + break; + } + } + } + + if (haoCard == 0) + { + for (int j = 0; j < player.pongGroup.size(); j++) { + if (drawCard == player.pongGroup.get(j)[0]) { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + break; + } + } + } + + if (haoCard == 0) + { + for (int j = 0; j < player.weiGroup.size(); j++) { + if (drawCard == player.weiGroup.get(j)[0]) { + if (isSelfCard) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_NUI; + } + else + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + break; + } + } + } + + if (haoCard == 0) + { + int handNum = CardUtil.cardNum(drawCard, player.cardInhand); + for (int j = 0; j < player.chowGroup.size(); j++) { + if (drawCard == player.chowGroup.get(j)[0]) { + handNum++; + } + if (drawCard == player.chowGroup.get(j)[2]) { + handNum++; + } + } + + //算出吃到的 + int chiNum = 1; //本次算一次 + for (int j = 0; j < player.chowGroup.size(); j++) { + if (drawCard == player.chowGroup.get(j)[1]) { + chiNum++; + } + } + + //加上本次,相当于吃了4张一样的 + if (handNum == 0 && chiNum == 4) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 1 && chiNum == 3) { + haoCard = drawCard; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 2 && chiNum == 2) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + } + } + } + else { + if (opcard.card1 == drawCard) + { + for (int j = 0; j < player.chowGroup.size(); j++) { + if (player.chowGroup.get(j)[1] == drawCard) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + break; + } + } + + int handNum = CardUtil.cardNum(drawCard, player.cardInhand) - 2; + if (handNum > 0) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + } + } + } + else { + if (opcard.card1 == drawCard || opcard.card2 == drawCard) + { + if (haoCard == 0) + { + for (int j = 0; j < player.kanGroup.size(); j++) { + if (drawCard == player.kanGroup.get(j)[0]) { + if (!isSelfCard) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + else { + haoCard = drawCard; + haoType = RuleWeight.HAO_NUI; + } + break; + } + } + } + + if (haoCard == 0) + { + for (int j = 0; j < player.pongGroup.size(); j++) { + if (drawCard == player.pongGroup.get(j)[0]) { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + break; + } + } + } + + if (haoCard == 0) + { + for (int j = 0; j < player.weiGroup.size(); j++) { + if (drawCard == player.weiGroup.get(j)[0]) { + if (isSelfCard) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_NUI; + } + else + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + break; + } + } + } + + if (haoCard == 0) + { + int handNum = CardUtil.cardNum(drawCard, player.cardInhand); + for (int j = 0; j < player.chowGroup.size(); j++) { + if (drawCard == player.chowGroup.get(j)[0]) { + handNum++; + } + if (drawCard == player.chowGroup.get(j)[2]) { + handNum++; + } + } + + //算出吃到的 + int chiNum = 1; //本次算一次 + for (int j = 0; j < player.chowGroup.size(); j++) { + if (drawCard == player.chowGroup.get(j)[1]) { + chiNum++; + } + } + + //加上本次,相当于吃了4张一样的 + if (handNum == 0 && chiNum == 4) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 1 && chiNum == 3) { + haoCard = drawCard; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 2 && chiNum == 2) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + } + } + } + opcard.huXi = win.stackHuxi.get(x); + opcard.hao = haoType; + opcard.haoCard = haoCard; + player.handCard.push(opcard); + } + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + //判断是否是十对 + return isWin; + } + + public static int caclHuxi(int type, int card) { + int cardType = CardUtil.cardType(card); + int huXi = 0; + switch (type) { + case RuleWeight.TYPE_TI: + huXi = 5; + break; + case RuleWeight.TYPE_PAO: + huXi = 0; + break; + case RuleWeight.TYPE_WEI: + case RuleWeight.TYPE_CHOUWEI: + huXi = 4; + break; + case RuleWeight.TYPE_KAN: + huXi = 3; + break; + case RuleWeight.TYPE_CHOW: + huXi = 1; + break; + case RuleWeight.TYPE_PONG: + huXi = 1; + break; + default: + break; + } + return huXi; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/WinCard.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/WinCard.java new file mode 100644 index 0000000..b7d8698 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/WinCard.java @@ -0,0 +1,683 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import com.game.Global; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; + +public class WinCard { + public int pair_count; + public int long_count; + public Stack> stack; + public Stack stackHuxi; + public List cardList; + public int drawCard; + + private void push(List cardGroup) { + this.stack.push(cardGroup); + } + + private void rollBack() { + List cardGroup = this.stack.pop(); + for (Integer card : cardGroup) { + this.cardList.add(card); + } + Collections.sort(this.cardList); + } + + private boolean tryKezi(int card, EXPlayer player) { + if (CardUtil.cardNum(card, this.cardList) >= 3) { + CardUtil.removeCard(this.cardList, card, 3); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + int huXi = 0; + if (player.getRoom().isTianHu && card == player.getRoom().drawCard) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, card); + } else { + boolean flag = false; + for (int i = 0; i < player.tiGroup.size(); i++) { + int ti_card = player.tiGroup.get(i)[0]; + if (ti_card == card) + { + flag = true; + } + } + if (flag) + { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, card); + } + else { + if (card == player.getRoom().drawCard) + { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_WEI, card); + } + else { + //不可能出现这种情况 + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + } + } + } + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi1(int card, EXPlayer player) { + if (card < 200 && card % 100 > 8) { + return false; + } + if (CardUtil.cardNum(card + 1, this.cardList) > 0 && CardUtil.cardNum(card + 2, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 1, 1); + CardUtil.removeCard(this.cardList, card + 2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(card + 2); + this.push(cardGroup); + + int huXi = 0; + if (card % 100 == 1) { + //huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + //player.huXi += huXi; + } + + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi2(int card) { + if (CardUtil.cardType(card) == RuleWeight.SMALL_CARD) { + if (CardUtil.cardNum(card + 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card + 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card + 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 100); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } else { + if (CardUtil.cardNum(card - 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card - 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card - 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 100); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } + return false; + } + + private boolean tryShunzi3(int card, EXPlayer player) { + if (card % 100 == 2) { + if (CardUtil.cardNum(card + 5, this.cardList) > 0 && CardUtil.cardNum(card + 8, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 5, 1); + CardUtil.removeCard(this.cardList, card + 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 5); + cardGroup.add(card + 8); + this.push(cardGroup); + + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + } + return false; + } + + private boolean isSanHao(int card, EXPlayer player) + { + int handNum = CardUtil.cardNum(card, player.cardInhand); + for (int i = 0; i < player.chowGroup.size(); i++) { + if (card == player.chowGroup.get(i)[0]) { + handNum++; + } + if (card == player.chowGroup.get(i)[2]) { + handNum++; + } + } + + //算出吃到的 + int chiNum = 1; //本次算一次 + for (int i = 0; i < player.chowGroup.size(); i++) { + if (card == player.chowGroup.get(i)[1]) { + chiNum++; + } + } + + if (handNum == 1 && chiNum == 3) + { + return true; + } + return false; + } + + private boolean tryPair(int card, EXPlayer player) { + if (this.pair_count > 0) { + return false; + } + if (CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + else if (CardUtil.cardNum(card, this.cardList) >= 1) { + if (card % 100 <= 9) + { + if (CardUtil.cardNum(card+1, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card+1, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card+1); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + } + if (card % 100 <= 8) + { + if (CardUtil.cardNum(card+2, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card+2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card+2); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + } + if (card % 100 >= 2) + { + if (CardUtil.cardNum(card-1, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card-1, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card-1); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + } + + if (card % 100 >= 3) + { + if (CardUtil.cardNum(card-2, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card-2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card-2); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + } + + if (card % 100 == 2) + { + if (CardUtil.cardNum(card + 5, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 5, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 5); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card + 8, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 8); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + + if (card % 100 == 7) + { + if (CardUtil.cardNum(card - 5, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 5, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 5); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card + 3, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 3, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 3); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + + if (card % 100 == 10) + { + if (CardUtil.cardNum(card - 8, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 8); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card - 3, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 3, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 3); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + } + return false; + } + + private boolean tryPair2(int card, EXPlayer player) { + if (this.pair_count > 0) { + return false; + } + if (CardUtil.cardNum(card, this.cardList) >= 1) { + if (card % 100 == 2) + { + if (CardUtil.cardNum(card + 5, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 5, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 5); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card + 8, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 8); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + + if (card % 100 == 7) + { + if (CardUtil.cardNum(card - 5, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 5, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 5); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card + 3, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 3, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 3); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + + if (card % 100 == 10) + { + if (CardUtil.cardNum(card - 8, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 8); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card - 3, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 3, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 3); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + } + return false; + } + + public boolean tryWin(EXPlayer player) { + if (this.cardList.size() == 0) { + if (player.huXi < 8) + { + return false; + } + if (this.pair_count == 1) + { + return true; + } + else if (this.pair_count == 2 && this.stack.size() == 2) + { + List list = new ArrayList(); + for (int i = 0; i < this.stack.size(); i++) { + int card1 = this.stack.get(i).get(0); + int card2 = this.stack.get(i).get(1); + + list.add(card1 % 100); + list.add(card2 % 100); + } + + if (list.size() != 4) + { + return false; + } + + Collections.sort(list); + + if (list.get(0) == list.get(1)+1 && list.get(1) == list.get(2)+1 && list.get(2) == list.get(3)+1) + { + return true; + } + } + return false; + } + int activeCard = 0; + for (int card : this.cardList) { + if (card == 201 || card == 202) { + activeCard = card; + break; + } + } + if (activeCard == 0) { + activeCard = this.cardList.get(0); + } + if (activeCard % 100 == 1) { + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryPair(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryPair2(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + } else if (activeCard % 100 == 2) { + if (tryShunzi3(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryPair(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryPair2(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + /*if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + */ + } else { + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryPair(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryPair2(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + /* + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + */ + } + + return false; + } + + public WinCard(EXPlayer player, List cardInhand, int addCard) { + this.stack = new Stack>(); + this.stackHuxi = new Stack(); + this.cardList = new ArrayList(); + this.cardList.addAll(cardInhand); + for (int i = 0; i < player.tiGroup.size(); i++) { + int card = player.tiGroup.get(i)[0]; + this.cardList.add(card); + this.cardList.add(card); + this.cardList.add(card); + this.cardList.add(card); + } + if (addCard > 0) { + this.cardList.add(addCard); + } + this.drawCard = addCard; + Collections.sort(this.cardList); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/WinCardNew.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/WinCardNew.java new file mode 100644 index 0000000..aea44ac --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/WinCardNew.java @@ -0,0 +1,381 @@ +package extend.zp.uitl; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import extend.zp.OpCard; +import extend.zp.RuleWeight; + +public class WinCardNew { + private boolean isJiang = false; + private List cardList; + private Stack>> opCardStack; + private List> lastOpCard; + private Integer addCard; + private int huxi = 0; + private List opCardList; + + public List winList; + + public boolean checkHu() { + try { + + int card = addCard == 0 ? (this.cardList.size() > 0 ? this.cardList.get(0) : 0) : addCard; + List list = new ArrayList(); + if (card > 0) { + list = groupCard(card, this.cardList, true); + } else if (card == 0) { + addWinOpCard(huxi, null); + return true; + } + List tempCardList = new ArrayList<>(); + for (OpCard opCard : list) { + tempCardList.clear(); + tempCardList.addAll(cardList); + Collections.sort(tempCardList); + removeOpCard(tempCardList, opCard); + List opCardS = new ArrayList<>(); + List> opCardS_1 = new ArrayList<>(); + opCardS.add(opCard); + opCardS_1.add(opCardS); + this.opCardStack.push(opCardS_1); + checkWin(tempCardList); + } + } catch (Exception e) { + return false; + } + return Win(); + } + + + private boolean Win() { + List tempCardList = new ArrayList<>(); + boolean hu, isExJiang; + for (List opCards : this.lastOpCard) { + isExJiang = false; + tempCardList.clear(); + tempCardList.addAll(cardList); + hu = false; + int huxi = this.huxi; + for (OpCard tempOpCard : opCards) { + removeOpCard(tempCardList, tempOpCard); + if (tempOpCard.type == RuleWeight.TYPE_JIANG) { + isExJiang = true; + continue; + } + huxi += tempOpCard.huXi; + } + + hu = isJiang ? isExJiang && tempCardList.size() == 0 : tempCardList.size() == 0; + if (hu) { + addWinOpCard(huxi, opCards); + } + } + return !winList.isEmpty(); + } + + private void removeOpCard(List cards, OpCard opCard) { + if (opCard.card1 > 0) { + CardUtil.removeCard(cards, opCard.card1, 1); + } + if (opCard.card2 > 0) { + CardUtil.removeCard(cards, opCard.card2, 1); + } + if (opCard.card3 > 0) { + CardUtil.removeCard(cards, opCard.card3, 1); + } + } + + private boolean isExJiang(List> list) { + for (List opCard : list) { + for (OpCard opCard2 : opCard) { + if (opCard2.type == RuleWeight.TYPE_JIANG) { + return false; + } + } + } + return true; + } + + private void checkWin(List cardList) throws ClassNotFoundException, IOException { + List> opCards = this.opCardStack.pop(); + if (opCards.isEmpty()) { + return; + } + List> list = new ArrayList<>(); + if (cardList.size() == 0) { + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + return; + } + List oplist = null, opList2 = null; + for (Integer card : cardList) { + oplist = groupCard(card, cardList, isExJiang(opCards)); + if (oplist.size() > 0) { + break; + } + } + if (oplist.size() > 0) { + List tempCardList = new ArrayList<>(); + for (OpCard opCard : oplist) { + tempCardList.clear(); + tempCardList.addAll(cardList); + list = new ArrayList<>(); + removeOpCard(tempCardList, opCard); + list = CardUtil.deepCopy(opCards); + for (List tempOpCard : list) { + tempOpCard.add(opCard); + } + for (Integer card : tempCardList) { + opList2 = groupCard(card, tempCardList, isExJiang(list)); + if (opList2.size() > 0) { + break; + } + } + if (opList2 != null && opList2.size() > 0) { + this.opCardStack.push(list); + checkWin(tempCardList); + } else { + this.lastOpCard.addAll(list); + } + + } + } else { + list = new ArrayList<>(); + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + } + + } + + /** + * ij����Ч��� + * + * @param card + * @return + */ + private List groupCard(int card, List cardList, boolean first) { + List opCardList = new ArrayList<>(); + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + shunzi1_10(card, opCardList, tempList); + shunzi2710(card, opCardList, tempList); + jiaopai(card, opCardList, tempList); + kan(card, opCardList, tempList); + if (isJiang && first) { + jiang(card, opCardList, tempList); + } + return opCardList; + } + + /** + * ��һ�Խ� + */ + private void jiang(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + if (isJiang) { + if (CardUtil.cardNum(card, cardList) >= 2) { + OpCard opCard = new OpCard(); + opCard.card1 = card; + opCard.card2 = card; + opCard.huXi = 0; + opCard.type = RuleWeight.TYPE_JIANG; + list.add(opCard); + } + } + } + + /** + * ��С 1 2 3 4 5 6 7 8 9 ˳�� + * + * @param card + */ + private void shunzi1_10(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + List opCardList = new ArrayList<>(); + // AB (C) + if (CardUtil.cardNum(card - 2, cardList) >= 1 && CardUtil.cardNum(card - 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card - 2); + list.add(addOpCard(opCardList)); + + } + // (A) B C + if (CardUtil.cardNum(card + 1, cardList) >= 1 && CardUtil.cardNum(card + 2, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card + 1); + opCardList.add(card + 2); + list.add(addOpCard(opCardList)); + } + // A (B) C + if (CardUtil.cardNum(card - 1, cardList) >= 1 && CardUtil.cardNum(card + 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card + 1); + list.add(addOpCard(opCardList)); + } + } + + private OpCard addOpCard(List opCardList) { + Collections.sort(opCardList); + int huXi = 0; + // 123 ˳���к�Ϣ С3��6 + if (opCardList.get(0) % 100 == 1) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + } + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + return opCard; + } + + /** + * ��С 2 7 10˳�� �к�Ϣ С3��6 + * + * @param card + */ + private void shunzi2710(int card, List list, List cardList) { + if (card % 100 == 2 || card % 100 == 7 || card % 100 == 10) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + // (2) 7 10 + List opCardList = new ArrayList<>(); + if (CardUtil.cardNum(card + 5, cardList) >= 1 && CardUtil.cardNum(card + 8, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card + 5); + opCardList.add(card + 8); + // 2 (7) 10 + } else if (CardUtil.cardNum(card - 5, cardList) >= 1 && CardUtil.cardNum(card + 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 5); + opCardList.add(card + 3); + // 2 7 (10) + } else if (CardUtil.cardNum(card - 8, cardList) >= 1 && CardUtil.cardNum(card - 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 3); + opCardList.add(card - 8); + } + if (opCardList.size() > 0) { + Collections.sort(opCardList); + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + list.add(opCard); + if (opCard.card1 != card) { + CardUtil.removeCard(tempList, opCard.card1, 1); + } + if (opCard.card2 != card) { + CardUtil.removeCard(tempList, opCard.card2, 1); + } + if (opCard.card3 != card) { + CardUtil.removeCard(tempList, opCard.card3, 1); + } + shunzi2710(card, list, tempList); + } + return; + } + } + + /** + * aaA AAa ������ ������ û��Ϣ + * + * @param card + */ + private void jiaopai(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + int type = card / 100; + int bg_num = type == 1 ? 100 : -100; + int bi_card = card + bg_num; + // aaA + if (CardUtil.cardNum(card, cardList) >= 2 && CardUtil.cardNum(bi_card, cardList) >= 1) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, card, bi_card, 0); + list.add(opCard); + // AAa + } else if (CardUtil.cardNum(card, cardList) >= 1 && CardUtil.cardNum(bi_card, cardList) >= 2) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, bi_card, bi_card, 0); + list.add(opCard); + } + } + + /** + * 3�� + * + * @param card + * @param list + */ + private void kan(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + List opCardList = new ArrayList<>(); + tempList.addAll(cardList); + if (CardUtil.cardNum(card, cardList) == 3) { + opCardList.add(card); + opCardList.add(card); + opCardList.add(card); + int huxi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + OpCard opCard = new OpCard(RuleWeight.TYPE_PONG, opCardList.get(0), opCardList.get(1), opCardList.get(2), huxi); + list.add(opCard); + } + } + + private void addWinOpCard(int huxi, List opCard) { + if (opCard == null) { + opCard = new ArrayList<>(); + } + opCard.addAll(this.opCardList); + WinOpCard wo = new WinOpCard(opCard, huxi); + winList.add(wo); + } + + public static void main(String[] args) throws ClassNotFoundException, IOException { + List list = new ArrayList<>(); + String str = "106"; + for (String card : str.split(", ")) { + list.add(Integer.parseInt(card)); + } + List op = new ArrayList(); + OpCard opCard=new OpCard(3, 102, 102, 102, 9); + op.add(opCard); + WinCardNew winCard2 = new WinCardNew(list, 106, 9, true, op); + /* op = winCard2.groupCard(207); */ + System.out.println(winCard2.checkHu()); + winCard2.winList.forEach(wl -> System.out.println(wl.toString())); + + } + + /** + * + * @param cardInhand + * :����,�������� + * @param addCard + * : �Ӵ����Ƿ��ܺ���������������������Ҫ��0 + * @param huxi + * ��������еĺ�Ϣ + * @param isJiang + * ���Ƿ���Ҫ�� + */ + public WinCardNew(List cardInhand, int addCard, int huxi, boolean isJiang, List opCardList) { + this.opCardStack = new Stack<>(); + this.lastOpCard = new ArrayList<>(); + this.cardList = new ArrayList(cardInhand); + this.opCardList = new ArrayList<>(opCardList); + if (addCard > 0) { + this.cardList.add(addCard); + } + Collections.sort(this.cardList); + this.isJiang = isJiang; + this.addCard = addCard; + this.huxi = huxi; + this.winList = new ArrayList<>(); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/WinOpCard.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/WinOpCard.java new file mode 100644 index 0000000..f18ba15 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/main/java/extend/zp/uitl/WinOpCard.java @@ -0,0 +1,31 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; + +import extend.zp.OpCard; + +public class WinOpCard { + public List opCard; + + public int huXi = 0; + + public WinOpCard(List opCard, int huXi) { + this.opCard = new ArrayList(opCard); + this.huXi = huXi; + } + + @Override + public String toString() { + StringBuffer sb = new StringBuffer(); + sb.append("total_huxi : " + huXi + ", "); + for (OpCard opCard : opCard) { + sb.append(opCard.card1 + " "); + sb.append(opCard.card2 + " "); + sb.append(opCard.card3==0?"":opCard.card3); + sb.append(",type:" + opCard.type + ",huxi=" + opCard.huXi + " | "); + } + return sb.toString(); + } + +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/test/java/game_zp_yueyangwaihuzi/Main.java b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/test/java/game_zp_yueyangwaihuzi/Main.java new file mode 100644 index 0000000..16063ae --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/src/test/java/game_zp_yueyangwaihuzi/Main.java @@ -0,0 +1,9 @@ +package game_zp_yueyangwaihuzi; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/Config.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/Config.class new file mode 100644 index 0000000..087422a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/Config.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXActionEvent.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXActionEvent.class new file mode 100644 index 0000000..5296a1a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXActionEvent.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXGameController.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXGameController.class new file mode 100644 index 0000000..497e7bd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXGameController.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXMainServer.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXMainServer.class new file mode 100644 index 0000000..2e0b44b Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXMainServer.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXPlayer.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXPlayer.class new file mode 100644 index 0000000..252051a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXPlayer.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXRoom.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXRoom.class new file mode 100644 index 0000000..8551c39 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXRoom.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXScore.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXScore.class new file mode 100644 index 0000000..c826df1 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/EXScore.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/MingTang.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/MingTang.class new file mode 100644 index 0000000..e39c424 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/MingTang.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/OpCard.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/OpCard.class new file mode 100644 index 0000000..dbc7e4a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/OpCard.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/PlayBack.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/PlayBack.class new file mode 100644 index 0000000..8908472 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/PlayBack.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/PlayerRuleManager.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/PlayerRuleManager.class new file mode 100644 index 0000000..5f997fe Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/PlayerRuleManager.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/RoomCard.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/RoomCard.class new file mode 100644 index 0000000..fad5508 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/RoomCard.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/RuleWeight.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/RuleWeight.class new file mode 100644 index 0000000..7d10d83 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/RuleWeight.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleChi.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleChi.class new file mode 100644 index 0000000..bc931f9 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleChi.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDealKan.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDealKan.class new file mode 100644 index 0000000..6c7be11 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDealKan.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDealLiu.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDealLiu.class new file mode 100644 index 0000000..7808807 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDealLiu.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDealTi.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDealTi.class new file mode 100644 index 0000000..bb556f3 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDealTi.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDiscardPao.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDiscardPao.class new file mode 100644 index 0000000..e79f225 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDiscardPao.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDrawChi.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDrawChi.class new file mode 100644 index 0000000..570f94b Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDrawChi.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDrawPao.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDrawPao.class new file mode 100644 index 0000000..bc10a0b Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDrawPao.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDrawPong.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDrawPong.class new file mode 100644 index 0000000..af9e13f Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleDrawPong.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleKan.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleKan.class new file mode 100644 index 0000000..040d6e5 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleKan.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleLiu.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleLiu.class new file mode 100644 index 0000000..c9a57fa Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleLiu.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RulePong.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RulePong.class new file mode 100644 index 0000000..e0e23cd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RulePong.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWei.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWei.class new file mode 100644 index 0000000..75158bd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWei.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWeiHu.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWeiHu.class new file mode 100644 index 0000000..6cafd66 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWeiHu.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWeiLiu.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWeiLiu.class new file mode 100644 index 0000000..d8bd6b4 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWeiLiu.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWin.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWin.class new file mode 100644 index 0000000..4d99ddd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rule/RuleWin.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChi.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChi.class new file mode 100644 index 0000000..60e076d Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChi.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChiState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChiState$1$1.class new file mode 100644 index 0000000..741d823 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChiState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChiState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChiState$1.class new file mode 100644 index 0000000..e861245 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChiState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChiState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChiState.class new file mode 100644 index 0000000..4e2c077 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRChiState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDealLiuState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDealLiuState$1$1.class new file mode 100644 index 0000000..4840a86 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDealLiuState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDealLiuState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDealLiuState$1.class new file mode 100644 index 0000000..af62a42 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDealLiuState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDealLiuState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDealLiuState.class new file mode 100644 index 0000000..53b8209 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDealLiuState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class new file mode 100644 index 0000000..32e9ea7 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class new file mode 100644 index 0000000..bc5dc8f Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class new file mode 100644 index 0000000..029d215 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawChiState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawChiState.class new file mode 100644 index 0000000..6e9bf96 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawChiState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class new file mode 100644 index 0000000..433a4cd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class new file mode 100644 index 0000000..51a2492 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class new file mode 100644 index 0000000..1d50bda Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPongState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPongState.class new file mode 100644 index 0000000..0d3922e Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRDrawPongState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRLiuState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRLiuState$1$1.class new file mode 100644 index 0000000..19b3eb9 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRLiuState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRLiuState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRLiuState$1.class new file mode 100644 index 0000000..648257e Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRLiuState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRLiuState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRLiuState.class new file mode 100644 index 0000000..cc5f2ab Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRLiuState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRPongState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRPongState.class new file mode 100644 index 0000000..f85b8e9 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRPongState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1$1.class new file mode 100644 index 0000000..1d45410 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1.class new file mode 100644 index 0000000..3437324 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiLiuState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiLiuState.class new file mode 100644 index 0000000..cc77f13 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiLiuState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiState$1$1.class new file mode 100644 index 0000000..5e74b1e Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiState$1.class new file mode 100644 index 0000000..bf3bcb2 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiState.class new file mode 100644 index 0000000..e672971 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWeiState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWinState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWinState.class new file mode 100644 index 0000000..4a871fd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/rulestate/PRWinState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..a5765e7 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class new file mode 100644 index 0000000..e1c35be Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class new file mode 100644 index 0000000..6bd9f99 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDiscardState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..20d02cc Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDiscardState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class new file mode 100644 index 0000000..f1ac8bf Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class new file mode 100644 index 0000000..11db0ce Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..6aa37e3 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..a14d13e Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPiaoNiaoTipState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..b213f16 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class new file mode 100644 index 0000000..8623df8 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class new file mode 100644 index 0000000..e30a474 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class new file mode 100644 index 0000000..d00efda Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTianHuState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTianHuState$1$1.class new file mode 100644 index 0000000..41b89e0 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTianHuState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTianHuState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTianHuState$1.class new file mode 100644 index 0000000..915d1e9 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTianHuState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTianHuState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTianHuState.class new file mode 100644 index 0000000..79cfeed Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTianHuState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTipState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..8b06e8a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerTipState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerWaitState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..47a1d6d Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/player/state/EXPlayerWaitState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..4553807 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomDealState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..75790f3 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomDealState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomDealState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomDealState.class new file mode 100644 index 0000000..8795470 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomDealState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomPiaoState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomPiaoState.class new file mode 100644 index 0000000..bd2b821 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomPiaoState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomSetpState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..dc0f91f Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomSetpState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomStartGameState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..9b3555e Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/room/state/EXRoomStartGameState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/Action.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/Action.class new file mode 100644 index 0000000..8e04df0 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/Action.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/IRuleBase.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/IRuleBase.class new file mode 100644 index 0000000..f6570ad Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/IRuleBase.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/Tip.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/Tip.class new file mode 100644 index 0000000..6abff55 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/Tip.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/TipManager.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/TipManager.class new file mode 100644 index 0000000..d813047 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/tip/TipManager.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/CardUtil.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/CardUtil.class new file mode 100644 index 0000000..017611f Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/CardUtil.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/ChowCard.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/ChowCard.class new file mode 100644 index 0000000..4c92ff3 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/ChowCard.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/Paixing.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/Paixing.class new file mode 100644 index 0000000..7006a5a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/Paixing.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/WinCard.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/WinCard.class new file mode 100644 index 0000000..8c90024 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/WinCard.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/WinCardNew.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/WinCardNew.class new file mode 100644 index 0000000..cc62461 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/WinCardNew.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/WinOpCard.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/WinOpCard.class new file mode 100644 index 0000000..e41661a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/classes/extend/zp/uitl/WinOpCard.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/game_zp_yueyangwaihuzi.jar b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/game_zp_yueyangwaihuzi.jar new file mode 100644 index 0000000..eb6467b Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/game_zp_yueyangwaihuzi.jar differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-archiver/pom.properties b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-archiver/pom.properties new file mode 100644 index 0000000..6bdbdc3 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Tue Dec 05 15:35:42 GMT+08:00 2023 +version=1.0.0 +groupId=com.zp.game_zp_yueyangwaihuzi +artifactId=game_zp_yueyangwaihuzi diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..1042265 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,87 @@ +extend\zp\player\rule\RuleDrawChi.class +extend\zp\player\rulestate\PRWeiLiuState$1$1.class +extend\zp\player\state\EXPlayerPreDrawState$1.class +extend\zp\player\rulestate\PRLiuState.class +extend\zp\player\state\EXPlayerTianHuState$1$1.class +extend\zp\player\rule\RuleWeiLiu.class +extend\zp\tip\TipManager.class +extend\zp\player\rule\RuleKan.class +extend\zp\player\rule\RulePong.class +extend\zp\player\rulestate\PRLiuState$1.class +extend\zp\player\rule\RuleDealTi.class +extend\zp\PlayBack.class +extend\zp\player\rule\RuleDrawPong.class +extend\zp\player\rulestate\PRWinState.class +extend\zp\player\state\EXPlayerTianHuState.class +extend\zp\player\rulestate\PRDealLiuState$1$1.class +extend\zp\player\rulestate\PRDrawPongState.class +extend\zp\room\state\EXRoomPiaoState.class +extend\zp\tip\IRuleBase.class +extend\zp\uitl\Paixing.class +extend\zp\player\rulestate\PRChiState.class +extend\zp\player\rulestate\PRDiscardPaoState$1$1.class +extend\zp\OpCard.class +extend\zp\player\state\EXPlayerDiscardState$1.class +extend\zp\tip\Tip.class +extend\zp\player\state\EXPlayerDiscardState$1$1.class +extend\zp\player\state\EXPlayerWaitState.class +extend\zp\EXActionEvent.class +extend\zp\player\rulestate\PRDrawChiState.class +extend\zp\MingTang.class +extend\zp\player\rulestate\PRDrawPaoState$1$1.class +extend\zp\player\state\EXPlayerDisCardTipState.class +extend\zp\player\rulestate\PRWeiState$1$1.class +extend\zp\room\state\EXRoomDealState$1.class +extend\zp\player\rulestate\PRDiscardPaoState$1.class +extend\zp\RoomCard.class +extend\zp\uitl\WinCard.class +extend\zp\player\rule\RuleChi.class +extend\zp\player\rule\RuleLiu.class +extend\zp\player\rule\RuleWin.class +extend\zp\player\rulestate\PRWeiLiuState$1.class +extend\zp\player\state\EXPlayerDrawState$1$1.class +extend\zp\uitl\CardUtil.class +extend\zp\uitl\WinCardNew.class +extend\zp\tip\Action.class +extend\zp\player\rule\RuleDealKan.class +extend\zp\player\rule\RuleDrawPao.class +extend\zp\player\state\EXPlayerPreDrawState.class +extend\zp\room\state\EXRoomSetpState.class +extend\zp\player\state\EXPlayerDiscardState.class +extend\zp\EXMainServer.class +extend\zp\player\rulestate\PRWeiState.class +extend\zp\room\state\EXRoomDealState.class +extend\zp\player\state\EXPlayerTipState.class +extend\zp\EXPlayer.class +extend\zp\Config.class +extend\zp\player\rulestate\PRLiuState$1$1.class +extend\zp\player\state\EXPlayerPreDrawState$1$1.class +extend\zp\player\rulestate\PRWeiLiuState.class +extend\zp\player\rulestate\PRDrawPaoState$1.class +extend\zp\player\rulestate\PRDealLiuState$1.class +extend\zp\player\rulestate\PRDealLiuState.class +extend\zp\player\state\EXPlayerPiaoNiaoTipState.class +extend\zp\room\state\EXRoomStartGameState.class +extend\zp\player\rulestate\PRWeiState$1.class +extend\zp\room\state\EXRoomDealState$1$1.class +extend\zp\player\rulestate\PRPongState.class +extend\zp\RuleWeight.class +extend\zp\player\rulestate\PRChi.class +extend\zp\player\rule\RuleWei.class +extend\zp\player\state\EXPlayerTianHuState$1.class +extend\zp\PlayerRuleManager.class +extend\zp\uitl\ChowCard.class +extend\zp\player\rulestate\PRDrawPaoState.class +extend\zp\player\rulestate\PRChiState$1$1.class +extend\zp\player\rulestate\PRDiscardPaoState.class +extend\zp\player\state\EXPlayerDrawState$1.class +extend\zp\EXGameController.class +extend\zp\EXRoom.class +extend\zp\uitl\WinOpCard.class +extend\zp\player\rule\RuleDiscardPao.class +extend\zp\player\rulestate\PRChiState$1.class +extend\zp\player\state\EXPlayerDrawTipState.class +extend\zp\EXScore.class +extend\zp\player\rule\RuleDealLiu.class +extend\zp\player\rule\RuleWeiHu.class +extend\zp\player\state\EXPlayerDrawState.class diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..24ae67d --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,63 @@ +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXScore.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\WinCard.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleKan.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRDiscardPaoState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleChi.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRLiuState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXMainServer.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDrawPong.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDealKan.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\room\state\EXRoomPiaoState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXPlayer.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDiscardPao.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerPiaoNiaoTipState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerPreDrawState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\Paixing.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\OpCard.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRChi.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRDrawChiState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\Config.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRWeiLiuState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDrawPao.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRDealLiuState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\MingTang.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRWinState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDealTi.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRWeiState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\PlayBack.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\tip\Tip.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleLiu.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleWin.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleWei.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\RuleWeight.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleWeiLiu.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRDrawPaoState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\ChowCard.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\RoomCard.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDealLiu.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDrawChi.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\tip\Action.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRPongState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\WinCardNew.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerTianHuState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleWeiHu.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRDrawPongState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\WinOpCard.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRChiState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerDrawState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXActionEvent.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXGameController.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXRoom.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\tip\TipManager.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerWaitState.java diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..063bcae --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_zp_yueyangwaihuzi\Main.class diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..07cf9d9 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver\zipai\paohuzi\game_zp_yueyangwaihuzi\src\test\java\game_zp_yueyangwaihuzi\Main.java diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/test-classes/game_zp_yueyangwaihuzi/Main.class b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/test-classes/game_zp_yueyangwaihuzi/Main.class new file mode 100644 index 0000000..408fdaa Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi - 副本/target/test-classes/game_zp_yueyangwaihuzi/Main.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/config/game-config.xml b/zipai/paohuzi/game_zp_yueyangwaihuzi/config/game-config.xml new file mode 100644 index 0000000..5eb507a --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/config/game-config.xml @@ -0,0 +1,10 @@ + + + + 192.168.14.1 + 192.168.14.1 + 8961 + 8961 + 301 + true + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/config/log4j.properties b/zipai/paohuzi/game_zp_yueyangwaihuzi/config/log4j.properties new file mode 100644 index 0000000..aaea5f3 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/config/log4j.properties @@ -0,0 +1,19 @@ +log4j.rootLogger = INFO,consoleAppender,fileAppender + +# ConsoleAppender +log4j.appender.consoleAppender=org.apache.log4j.ConsoleAppender +log4j.appender.consoleAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.consoleAppender.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm} %-5p [%t] %c{2} %3x - %m%n + + +# Regular FileAppender +log4j.appender.fileAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.fileAppender.File=logs/mpnet.log +log4j.appender.fileAppender.layout.ConversionPattern=%d{yyyy-MM-dd | HH:mm} | %-5p | %t | %c{3} | %3x | %m%n +log4j.appender.fileAppender.Encoding=UTF-8 +log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd +log4j.appender.dailyFile.Append=true + +# The file is rolled over very day +log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/config/taurus-core.xml b/zipai/paohuzi/game_zp_yueyangwaihuzi/config/taurus-core.xml new file mode 100644 index 0000000..2219d52 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/config/taurus-core.xml @@ -0,0 +1,50 @@ + + + log4j.properties + + + redis + com.taurus.core.plugin.redis.RedisPlugin + + + + 80 + + 20 + + 5 + + -1 + + true + + true + + true + + 100 + + 60000 + + 30000 + + 1800000 + + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/config/taurus-permanent.xml b/zipai/paohuzi/game_zp_yueyangwaihuzi/config/taurus-permanent.xml new file mode 100644 index 0000000..73706c7 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/config/taurus-permanent.xml @@ -0,0 +1,75 @@ + + + 2 + + 512 + + Heap + + Heap + + 524288 + + 1024 + + 32768 + + 160 + + + 2 + 3 + 10 + + + true + + 15 + + + + + + + + + + 1.2.3.4 + + + 127.0.0.1 + + 10000 + + + + false +
0.0.0.0
+ 8080 +
+ + + + extension - group_mgr + extend.zp.EXMainServer + + + + + Sys + 4 + 16 + 60000 + 20000 + + + + + Ext + 4 + 16 + 60000 + 20000 + + +
\ No newline at end of file diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/pom.xml b/zipai/paohuzi/game_zp_yueyangwaihuzi/pom.xml new file mode 100644 index 0000000..76daf49 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/pom.xml @@ -0,0 +1,93 @@ + + 4.0.0 + + com.zp.game_zp_yueyangwaihuzi + game_zp_yueyangwaihuzi + 1.0.0 + jar + game_zp_yueyangwaihuzi + + + UTF-8 + 1.8 + 1.8 + + + + + junit + junit + 3.8.1 + test + + + + + com.game + game_common + 1.0.0 + + + + + com.data + data_cache + 1.0.1 + + + + + com.taurus + taurus-core + 1.0.1 + + + + + com.taurus + taurus-permanent + 1.0.1 + + + + + redis.clients + jedis + 2.9.0 + + + + + jdom + jdom + 1.0 + + + + + log4j + log4j + 1.2.17 + + + + + game_zp_yueyangwaihuzi + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + + 1.8 + 1.8 + UTF-8 + + + + + + diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/.DS_Store b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/.DS_Store new file mode 100644 index 0000000..69f20b7 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/.DS_Store differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/.DS_Store b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/.DS_Store new file mode 100644 index 0000000..5283e37 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/.DS_Store differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/Config.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/Config.java new file mode 100644 index 0000000..807aa22 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/Config.java @@ -0,0 +1,117 @@ +package extend.zp; + +public class Config { + + public static final int GAME_ID = 301; + public static final int XIPAI_SCORE = 10; + public static final int ANCHOU_SCORE = 10; + + public static final String GAME_MODE = "mode"; // 1 全名堂 2 红黑点 3 多红多番 + + public static final String GAME_TUN = "tun"; + + public static final String GAME_FENGDING = "fengding"; //封顶 + + public static final String GAME_TUANYUAN = "tuanyuan"; //团员 + + public static final String GAME_HANGHANGXI = "hanghangxi"; //行行息 + + public static final String GAME_SHUAHOU = "shuahou"; //耍猴 + + public static final String GAME_HUANGFAN = "huangfan"; //黄番 + + public static final String GAME_JIAXINGXING = "jiaxingxing"; //假行行 + + public static final String GAME_TINGHU = "tinghu"; //听胡 + + public static final String GAME_SIQI = "siqi"; + + public static final String GAME_DUIZIFU = "duizifu"; + + public static final String GAME_YUAN = "yuan"; + + public static final String GAME_BEIKAOBEI = "back"; + + public static final String GAME_TIANHU = "tianhu"; + + public static final String GAME_DIHU = "dihu"; + + public static final String GAME_HAIHU = "haihu"; + + public static final String ROOM_CONFIG_QUPAI = "qupai"; + + public static final String ROOM_CONFIG_KA_WAI = "kawai"; + + public static final String ROOM_CONFIG_ZHUANG_DI_HU = "zhuang_di_hu"; //庄家地胡 + + public static final String ROOM_CONFIG_HAO_CONFIG = "hao_config"; //0毫123 1毫234 + + public static final String ROOM_CONFIG_HAO_JIABEI = "hao_jiabei"; //0加倍 + + public static final String ROOM_CONFIG_MENG_TANG = "ming_tang"; //名堂 + + public static final String ROOM_CONFIG_FIRST_RAND_ZHUANG = "first_rand_zhuang"; //手局随机庄 + + /** + * 飘分玩法 + */ + public static final String ROOM_CONFIG_PIAO = "piao"; + + public static final String ROOM_CONFIG_XIPAI = "xi_pai"; + + public static final String ROOM_CONFIG_XIPAI_SCORE = "xi_pai_score"; + public static final String ROOM_CONFIG_ANCHOU_SCORE = "an_chou_score"; + + // 1.��ׯ 2.��ׯ + // public static final String GAME_ZHUANG = "zhuang"; + + public static final String GAME_CHANGE_PAIXING = "613"; + + public static final String GAME_CHANGE_TYPEFACE = "615"; + + public static final String GAME_EVT_PLAYER_DEAL = "811"; + + + public static final String GAME_DIS_CARD = "611"; + + public static final String GAME_EVT_DISCARD = "812"; + + + public static final String GAME_EVT_DISCARD_TIP = "813"; + + + public static final String GAME_EVT_FZTIPS = "814"; + + public static final String GAME_ACTION = "612"; + + public static final String GAME_EVT_ACTION = "815"; + + public static final String GAME_EVT_HU = "816"; + + + public static final String GAME_EVT_RESULT1 = "817"; + + + public static final String GAME_EVT_THROW_CARD = "818"; + + + public static final String GAME_EVT_DRAW = "819"; + + public static final String GAME_EVT_CHANGE_ACTIVE_PLAYER = "820"; + + /** + * + */ + public static final String GAME_EVT_ADD_CARD = "821"; + + /** + * + */ + public static final String GAME_PIAO = "1015"; + + /** + * 飘鸟提示 + */ + public static final String GAME_EVT_PIAO_TIP = "2031"; + public static final String GAME_EVT_PIAO = "2032"; +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXActionEvent.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXActionEvent.java new file mode 100644 index 0000000..02c7d58 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXActionEvent.java @@ -0,0 +1,29 @@ +package extend.zp; + +public class EXActionEvent { + + public static final String EVENT_ACTION = "action"; + + public static final String EVENT_DISCARD = "discard"; + + public static final String EVENT_START_GAME = "start_game"; + + public static final String EVENT_EXIT_ROOM = "exit_room"; + + public static final String EVENT_DEAL = "deal"; + + public static final String EVENT_OTHER_DISCARD = "other_discard"; + + public static final String EVENT_OTHER_DRAW = "other_draw"; + + public static final String EVENT_OTHER_PAO = "other_pao"; + + public static final String EVENT_PIAO= "1015"; + + // public static final int REDIS_EVENT_PAY = 1; + public static final int REDIS_EVENT_WIN = 2; + public static final int REDIS_EVENT_LOSE = 3; + // public static final int REDIS_EVENT_SCORE= 4; + public static final int REDIS_EVENT_RANK = 5; + +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXGameController.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXGameController.java new file mode 100644 index 0000000..59d62a4 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXGameController.java @@ -0,0 +1,419 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Map.Entry; + +import com.game.GameController; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerWaitState; +import com.sun.org.apache.bcel.internal.generic.IF_ACMPEQ; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; +import com.taurus.core.routes.ActionKey; +import com.taurus.core.util.Logger; +import com.taurus.core.util.Utils; +import com.taurus.permanent.data.Session; + +import extend.zp.uitl.CardUtil; + + +public class EXGameController extends GameController { + Logger logger = Logger.getLogger(getClass()); + public EXGameController() { + super(); + } + + + @ActionKey(Config.GAME_ACTION) + public void RouterAction(Session sender,ITObject params,int gid,Player owner) { + logger.info("step:1" ); + owner.stateMachine.execute(EXActionEvent.EVENT_ACTION, 0, params); + } + + @ActionKey(Config.GAME_DIS_CARD) + public void RouterDisCard(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_DISCARD, 0, params); + } + + @ActionKey(Config.GAME_CHANGE_PAIXING) + public void RouterChangePaixing(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + player.getRoom().changePaiXing(player, params); + } + + @ActionKey(Config.GAME_CHANGE_TYPEFACE) + public void RouterChangeTypeFace(Session sender,ITObject params,int gid,Player owner) { + EXPlayer player = (EXPlayer) owner; + int typeface = params.getInt("typeface"); + player.getRoom().typeface = typeface; + } + + @ActionKey(Config.GAME_PIAO) + public void RouterPiao(Session sender,ITObject params,int gid,Player owner) { + owner.stateMachine.execute(EXActionEvent.EVENT_PIAO, 0, params); + } + + public void changeActiveSeat(EXRoom owner, int activeSeat) { + owner.activeSeat = activeSeat; + ITObject param = new TObject(); + param.putInt("seat", activeSeat); + owner.broadCastToClient(0, Config.GAME_EVT_CHANGE_ACTIVE_PLAYER, param); + } + + /** + * 玩家摸牌 + * @param player + * @param leftCount + */ + public void getCard(EXPlayer player, int leftCount) { + ITObject param = new TObject(); + param.putInt("card", player.drawCard); + param.putInt("seat", player.room.activeSeat); + param.putInt("left_count", leftCount); + player.sendEvent(Config.GAME_EVT_DRAW, param); + + player.getRoom().getPlayBack().addGetCardCommand(player.room.activeSeat, player.drawCard, leftCount); + } + + public void outCard(EXPlayer player, int discard) { + + ITObject response = new TObject(); + response.putInt("seat", player.seat); + response.putInt("card", discard); + player.room.broadCastToClient(0, Config.GAME_EVT_DISCARD, response); + + EXRoom room = player.getRoom(); + room.getPlayBack().addOutCardCommand(player.seat, discard); + + room.activeCard = discard; + room.lastDiscardSeat = player.seat; + room.currenDiscardSeat = 0; + + if (!Util.checkCard(discard, player.cardInhand)) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (discard == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, discard, discard, discard, 0)); + player.cardInhand.add(discard); + player.cardInhand.add(discard); + break; + } + } + for (int i = 0; i < player.tiGroup.size(); i++) { + if (discard == player.tiGroup.get(i)[0]) { + player.tiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_TI, discard, discard, discard, 0)); + player.cardInhand.add(discard); + player.cardInhand.add(discard); + player.cardInhand.add(discard); + break; + } + } + } + else { + CardUtil.removeCard(player.cardInhand, discard, 1); + } + + room.broadCastToServer(player.playerid, EXActionEvent.EVENT_OTHER_DISCARD, discard); + } + + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat) { + actionCard(player, active_card, card, type, from_seat, null); + } + + /** + * 玩家对牌操作 + * @param player + * @param active_card + * @param card + * @param type + * @param from_seat + * @param opcardArray + */ + public void actionCard(EXPlayer player, int active_card, int card, int type, int from_seat, ITArray opcardArray) { + + ITObject paramBroadCast = new TObject(); + paramBroadCast.putInt("playerid", player.playerid); + paramBroadCast.putInt("active_card", active_card); + paramBroadCast.putInt("card", card); + paramBroadCast.putInt("type", type); + paramBroadCast.putInt("from_seat", from_seat); + int huxi = player.getShowHuXi(true); + paramBroadCast.putInt("hu_xi", huxi); + if (opcardArray != null) { + paramBroadCast.putTArray("opcard", opcardArray); + } + EXRoom room = player.getRoom(); + + room.getPlayBack().addActionCommand(player.seat, type, active_card, card, from_seat, huxi, opcardArray); + + ITObject otherBroadCast = new TObject(); + Utils.objectCopyDeep(paramBroadCast, otherBroadCast); + otherBroadCast.putInt("hu_xi", player.getShowHuXi(false)); + room.broadCastToClient(player.playerid, Config.GAME_EVT_ACTION, otherBroadCast); + + ITArray notPutArray = TArray.newInstance(); + for (Integer notPutCard : player.notPutSet) { + notPutArray.addInt(notPutCard); + } + paramBroadCast.putTArray("notput", notPutArray); + + player.sendEvent(Config.GAME_EVT_ACTION, paramBroadCast); + } + + /** + * 发牌 + * @param owner + */ + public void dealCard(EXRoom owner) { + + for (Entry entry : owner.playerMapById.entrySet()) { + + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.room.bankerSeat==player.seat){ + player.cardInhand = owner.card.deal2(); + }else{ + player.cardInhand = owner.card.deal(); + } + + //player.cardInhand = owner.card.deal(); + + + Collections.sort(player.cardInhand); + + ITObject param = new TObject(); + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("card_list", handCard); + param.putInt("bank_seat", player.room.bankerSeat); + player.sendEvent(Config.GAME_EVT_PLAYER_DEAL, param); + + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",player:" + player + ",cardInhand:" + player.cardInhand); + } + + logger.info("roomId:" + owner.roomid + ",round:" + owner.round + ",cardList:" + owner.card.cardList); + } + + public void tipEvent(EXPlayer owner) { + ITObject param = owner.tipMgr.toMP(); + if (!owner.tipMgr.tipMap.isEmpty()) { + owner.sendEvent(Config.GAME_EVT_FZTIPS, param); + } + } + + public void discardTipEvent(EXPlayer owner) { + owner.getRoom().currenDiscardSeat = owner.seat; + owner.sendEvent(Config.GAME_EVT_DISCARD_TIP, null); + } + + public void winEvent(EXPlayer owner, int from_seat) { + ITArray cardInHand = TArray.newInstance(); + for (int card1 : owner.cardInhand) { + cardInHand.addInt(card1); + } + ITObject param = new TObject(); + param.putTArray("card", cardInHand); + param.putInt("seat", owner.seat); + param.putInt("from_seat", from_seat); + + EXRoom room = owner.getRoom(); + room.broadCastToClient(0, Config.GAME_EVT_HU, param); + room.getPlayBack().addWinCardCommand(owner.seat, false); + } + + public ITObject getRoomResultData(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putBoolean("liuju", owner.liuju); + mp.putInt("active_player", owner.playerMapBySeat.get(owner.activeSeat).playerid); + mp.putTArray("left_card", Util.toTArray(owner.card.cardList)); + mp.putTArray("throw_card", Util.toTArray(owner.throwCardsList)); + mp.putInt("xipai_score", owner.xi_pai_score); + mp.putInt("anchou_score", owner.an_chou_score); + long time = System.currentTimeMillis(); + long t = time / 1000; + mp.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("win_card", player.winCard); + param.putBoolean("is_win", player.winer == 1); + param.putInt("hu_xi", player.huXi); + param.putInt("tun", player.winScore); + param.putInt("piao", player.piao); + player.hp_info(param); + if (owner.maxPlayers == 2) { + param.putInt("total_tun", player.score.round_score); + } else { + param.putInt("total_tun", player.score.round_score / 2); + } + + param.putInt("round_score", player.score.round_score); + param.putInt("total_score", player.score.total_score); + + ITArray mtList = TArray.newInstance(); + for (MingTang mingTang : player.mingtangList) { + ITObject obj = TObject.newInstance(); + obj.putInt("mingtang", mingTang.mingTang); + obj.putInt("type", mingTang.type); + obj.putInt("score", mingTang.score); + + mtList.addTObject(obj); + } + param.putTArray("mingtang", mtList); + + ITArray haoList = TArray.newInstance(); + if (player.winer == 1) { + ITArray handCard = Util.toTArray(player.handCardEx); + param.putTArray("hand_card", handCard); + + ITArray cardList = TArray.newInstance(); + for (int i = 0; i < player.tiGroup.size(); i++) { + int ti_card = player.tiGroup.get(i)[0]; + ITObject hao = TObject.newInstance(); + hao.putInt("hao", RuleWeight.HAO_QING); + hao.putInt("hao_card", ti_card); + haoList.addTObject(hao); + } + for (OpCard opCard : player.handCard) { + boolean flag = true; + if (opCard.card1 == opCard.card2 && opCard.card1 == opCard.card3 && opCard.card1 != 0) { + for (int i = 0; i < player.tiGroup.size(); i++) { + int ti_card = player.tiGroup.get(i)[0]; + if (ti_card == opCard.card1) + { + flag = false; + } + } + } + if (flag) + { + ITObject obj = TObject.newInstance(); + if (opCard.card1==opCard.card2&&opCard.card2== opCard.card3&&opCard.card3==player.drawCard){ + obj.putInt("type", RuleWeight.TYPE_WEI); + }else { + obj.putInt("type", opCard.type); + } + + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + if (opCard.hao != RuleWeight.HAO_NONE) + { + ITObject hao = TObject.newInstance(); + hao.putInt("hao", opCard.hao); + hao.putInt("hao_card", opCard.haoCard); + haoList.addTObject(hao); + } + + cardList.addTObject(obj); + } + } + param.putTArray("cardList", cardList); + } else { + ITArray handCard = Util.toTArray(player.cardInhand); + param.putTArray("hand_card", handCard); + } + + ITArray opCardList = TArray.newInstance(); + + for (OpCard opCard : player.opCardList) { + ITObject obj = TObject.newInstance(); + + obj.putInt("type", opCard.type); + obj.putInt("hu_xi", opCard.huXi); + obj.putInt("card1", opCard.card1); + obj.putInt("card2", opCard.card2); + obj.putInt("card3", opCard.card3); + + opCardList.addTObject(obj); + + if (opCard.hao != RuleWeight.HAO_NONE) + { + ITObject hao = TObject.newInstance(); + hao.putInt("hao", opCard.hao); + hao.putInt("hao_card", opCard.haoCard); + haoList.addTObject(hao); + } + } + param.putTArray("opCardList", opCardList); + param.putTArray("haoList", haoList); + + infoList.addTObject(param); + } + mp.putTArray("info_list", infoList); + return mp; + } + + public void roomResult(EXRoom owner) { + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + public void roomTotalResult(EXRoom owner, boolean dissmiss) { + ITObject data = TObject.newInstance(); + long t = System.currentTimeMillis() / 1000; + data.putLong("time", t); + ITArray infoList = new TArray(); + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + ITObject param = new TObject(); + param.putInt("seat", player.seat); + param.putInt("total_huxi", player.total_huxi); + param.putInt("win_count", player.winCount); + param.putInt("total_score", player.score.total_score); + player.hp_info(param); + infoList.addTObject(param); + } + data.putTArray("info_list", infoList); + + ITObject mp = TObject.newInstance(); + mp.putInt("type", dissmiss ? 2 : 1); + if (!dissmiss) { + ITObject result = getRoomResultData(owner); + mp.putTObject("result", result); + } + mp.putTObject("total_result", data); + + owner.broadCastToClient(0, Config.GAME_EVT_RESULT1, mp); + } + + /** + * 票鸟提示 + * @param owner + */ + public void piaoTipEvent(EXPlayer owner,int reload) { + + ITObject response = new TObject(); + response.putInt("piao", owner.room.config.getInt(Config.ROOM_CONFIG_PIAO)); + response.putInt("reload", reload); + owner.sendEvent(Config.GAME_EVT_PIAO_TIP, response); + } + + /** + * 票鸟事件 + * @param owner + */ + public void piaoEvent(EXPlayer owner) { + if(owner.piao==-1)return; + + ITObject param = new TObject(); + param.putInt("seat", owner.seat); + param.putInt("piao", owner.piao); + owner.room.broadCastToClient(0, Config.GAME_EVT_PIAO, param); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXMainServer.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXMainServer.java new file mode 100644 index 0000000..0537924 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXMainServer.java @@ -0,0 +1,91 @@ +package extend.zp; + +import java.util.Map; + +import com.game.GameController; +import com.game.Global; +import com.game.MainServer; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.game.room.state.RoomStartGameState; + +import extend.zp.player.rulestate.*; +import extend.zp.player.state.*; +import extend.zp.room.state.EXRoomDealState; +import extend.zp.room.state.EXRoomPiaoState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.room.state.EXRoomStartGameState; + + +public class EXMainServer extends MainServer { + + public static PlayerRuleManager playerRuleMgr; + + public static EXGameController gameCtr; + + @Override + public void onStart() { + super.onStart(); + Global.loggerDebug = true; + Global.gameId = Config.GAME_ID; + gameCtr = (EXGameController) Global.gameCtr; + + registerState(); + + playerRuleMgr = new PlayerRuleManager(); + } + + + private final void registerState() { + Global.registerState(RoomStartGameState.class, new EXRoomStartGameState()); + Global.registerState(EXRoomSetpState.class, new EXRoomSetpState()); + Global.registerState(EXRoomDealState.class, new EXRoomDealState()); + Global.registerState(EXRoomPiaoState.class, new EXRoomPiaoState()); + //Global.registerState(EXRoomRoundSettleState.class, new EXRoomRoundSettleState()); + + Global.registerState(PlayerWaitState.class, new EXPlayerWaitState()); + Global.registerState(EXPlayerDrawState.class, new EXPlayerDrawState()); + Global.registerState(EXPlayerPreDrawState.class, new EXPlayerPreDrawState()); + Global.registerState(EXPlayerTianHuState.class, new EXPlayerTianHuState()); + Global.registerState(EXPlayerDiscardState.class, new EXPlayerDiscardState()); + Global.registerState(EXPlayerDisCardTipState.class, new EXPlayerDisCardTipState()); + Global.registerState(EXPlayerDrawTipState.class, new EXPlayerDrawTipState()); + Global.registerState(EXPlayerPiaoNiaoTipState.class, new EXPlayerPiaoNiaoTipState()); + //Global.registerState(EXPlayerRoundSettleState.class, new EXPlayerRoundSettleState()); + + Global.registerState(PRLiuState.class, new PRLiuState()); + Global.registerState(PRWeiState.class, new PRWeiState()); + Global.registerState(PRWeiLiuState.class, new PRWeiLiuState()); + Global.registerState(PRDealLiuState.class, new PRDealLiuState()); + + Global.registerState(PRDrawPaoState.class, new PRDrawPaoState()); + Global.registerState(PRDiscardPaoState.class, new PRDiscardPaoState()); + Global.registerState(PRDrawPongState.class, new PRDrawPongState()); + Global.registerState(PRPongState.class, new PRPongState()); + Global.registerState(PRChiState.class, new PRChiState()); + Global.registerState(PRDrawChiState.class, new PRDrawChiState()); + Global.registerState(PRWinState.class, new PRWinState()); + //Global.registerState(PRWinState.class, new PRWinState()); + } + + @Override + public Room newRoom(String roomid, Map redis_room_map) { + // TODO Auto-generated method stub + return new EXRoom(roomid, redis_room_map); + } + + + @Override + public Player newPlayer(int playerid, Room room, String session_id) { + // TODO Auto-generated method stub + return new EXPlayer(playerid, room, session_id); + } + + + @Override + protected GameController newController() { + // TODO Auto-generated method stub + return new EXGameController(); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXPlayer.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXPlayer.java new file mode 100644 index 0000000..9ef7246 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXPlayer.java @@ -0,0 +1,566 @@ +package extend.zp; + +import java.util.*; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.data.Score; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.player.rule.RuleChi; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.ChowCard; +import extend.zp.uitl.Paixing; + +/** + * + * + * + * 2017��8��30�� EXPlayer.java + */ +public class EXPlayer extends Player { + // ���� + public List cardInhand; + // ������ + public List outcardList; + // ������ + public List outcardExList; + + public ITArray opCard; + + public int biCard; + + public List tiGroup; + public List liuGroup; + public List paoGroup; + public List kanGroup; + public List pongGroup; + public List weiGroup; + public List chowGroup; + public List opCardList; + + public Stack handCard; + public List handCardEx; + + public HashSet chouChiSet; + public HashSet chouChiExSet; + public HashMap chouChiTypeMap; + public HashSet chouPongSet; + public HashSet notPutSet; + public HashSet notChiSet; + + public HashSet guoChiSet; + + + + public HashMap notChiTypeMap; + + + + public int drawCard = 0; + public int winCard = 0; + public int winScore = 0; + public int winFan = 0; + public List mingtangList; + + public int kongCount = 0; + public int tiCount = 0; + // ��Ϣ + public int huXi = 0; + + public int total_huxi = 0; + + public boolean isTingHu = true; + + // �Ƿ�����ү + public boolean isLaoYe = false; + + public boolean isMingTang = true; + + public TipManager tipMgr; + + public Tip actionTip; + + public int piao = -1; + + public boolean isDiHu = true; + public boolean isGuoliu = false; + + public boolean isDeadPut = false; + + public EXPlayer(int playerid, Room table, String session_id) { + super(playerid, table, session_id); + + cardInhand = new ArrayList<>(); + outcardList = new ArrayList<>(); + outcardExList = new ArrayList<>(); + + tiGroup = new ArrayList<>(); + liuGroup = new ArrayList<>(); + paoGroup = new ArrayList<>(); + kanGroup = new ArrayList<>(); + pongGroup = new ArrayList<>(); + weiGroup = new ArrayList<>(); + chowGroup = new ArrayList<>(); + opCardList = new ArrayList<>(); + mingtangList = new ArrayList<>(); + + opCard = new TArray(); + chouChiSet = new HashSet<>(); + chouChiTypeMap = new HashMap<>(); + chouChiExSet = new HashSet<>(); + chouPongSet = new HashSet<>(); + notPutSet = new HashSet<>(); + notChiSet = new HashSet<>(); + guoChiSet = new HashSet<>(); + notChiTypeMap = new HashMap<>(); + + handCard = new Stack(); + handCardEx = new ArrayList<>(); + + tipMgr = new TipManager(this); + + isDiHu = true; + + isGuoliu = false; //过溜 + + isDeadPut = false; + } + + protected Score newScore() { + return new EXScore(this); + } + + public void initOpCard(ITArray opcard) { + this.opCard.clear(); + for (int i = 0; i < opcard.size(); ++i) { + this.opCard.addInt(opcard.getInt(i)); + } + } + + public ITObject getReloadInfo(boolean self) { + ITObject playerData = super.getReloadInfo(); + ITArray disCard = Util.toTArray(this.outcardList); + playerData.putTArray("outcard_list", disCard); + playerData.putInt("score", this.score.total_score); + playerData.putInt("hu_xi", this.getShowHuXi(self)); + playerData.putInt("piao", this.piao); + int size = 0; + ITArray opcards = TArray.newInstance(); + for (OpCard opcard : opCardList) { + if (opcard.type == RuleWeight.TYPE_TI && opcard.pailie == true) + { + size += 4; + continue; + } + if (opcard.type == RuleWeight.TYPE_KAN && opcard.pailie == true) + { + size += 3; + continue; + } + ITObject opcardParam = new TObject(); + opcardParam.putInt("type", opcard.type); + opcardParam.putInt("card1", opcard.card1); + opcardParam.putInt("card2", opcard.card2); + opcardParam.putInt("card3", opcard.card3); + opcards.addTObject(opcardParam); + } + playerData.putInt("card_count", this.cardInhand.size() + size); + playerData.putTArray("opcard", opcards); + return playerData; + } + + public int getShowHuXi(boolean self) { + int huXi = 0; + for (OpCard opCard : this.opCardList) { + if (opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_TI && opCard.pailie == true) { + continue; + } + huXi += opCard.huXi; + } + return huXi; + } + + public void resetHuXi() { + this.huXi = 1; //胡算一分 + for (OpCard opCard : this.opCardList) { + this.huXi += opCard.huXi; + } + if (tiGroup.size() > 0) + { + this.huXi -= Paixing.caclHuxi(RuleWeight.TYPE_TI, 0) * tiGroup.size(); + } + } + + public void clear() { + this.isDiHu = true; + this.cardInhand.clear(); + this.winer = 0; + this.outcardList.clear(); + this.outcardExList.clear(); + this.drawCard = 0; + this.winScore = 0; + this.winFan = 0; + this.kongCount = 0; + this.tiCount = 0; + this.huXi = 0; + this.isTingHu = true; + this.isLaoYe = false; + this.isMingTang = true; + this.tiGroup.clear(); + this.liuGroup.clear(); + this.paoGroup.clear(); + this.kanGroup.clear(); + this.pongGroup.clear(); + this.weiGroup.clear(); + this.chowGroup.clear(); + this.opCardList.clear(); + this.chouChiSet.clear(); + this.chouChiExSet.clear(); + this.chouChiTypeMap.clear(); + this.notChiTypeMap.clear(); + this.chouPongSet.clear(); + this.notPutSet.clear(); + this.mingtangList.clear(); + this.guoChiSet.clear(); + this.score.resetRound(); + this.piao = -1; + this.isDeadPut = false; + } + + public EXRoom getRoom() { + return (EXRoom) room; + } + /** + * �Զ����ƣ��йܣ� + */ + public Integer autoDiscard(){ + Map cardNum=CardUtil.getCardNumMap(this.cardInhand); + for (Entry card : cardNum.entrySet()) { + if (card.getValue()==1||card.getValue()==2) { + if (!this.notPutSet.contains(card.getKey())) + { + return card.getKey(); + } + } + } + return 0; + } + + public void handleDeadPut() + { + ArrayList tempList = new ArrayList<>(); + tempList.addAll(this.cardInhand); + for (int i = 0; i < kanGroup.size(); i++) { + tempList.add(kanGroup.get(i)[0]); + tempList.add(kanGroup.get(i)[0]); + tempList.add(kanGroup.get(i)[0]); + } + + for (int i = 0; i < tiGroup.size(); i++) { + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + } + + for(int i = 0; i < tempList.size(); i++) { + int card = tempList.get(i); + if (!notPutSet.contains(card)) + { + return; + } + } + + isDeadPut = true; + } + public boolean chi(int eventCard, IRuleBase rule) { + EXPlayer activePlayer = (EXPlayer) this.room.playerMapBySeat.get(this.room.activeSeat); + ArrayList tempList = new ArrayList<>(); + tempList.addAll(this.cardInhand); + for (int i = 0; i < kanGroup.size(); i++) { + tempList.add(kanGroup.get(i)[0]); + tempList.add(kanGroup.get(i)[0]); + tempList.add(kanGroup.get(i)[0]); + } + for (int i = 0; i < tiGroup.size(); i++) { + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + tempList.add(tiGroup.get(i)[0]); + } + + if (tempList.size() <= 2) { + return false; + } + if (eventCard == 0) { + return false; + } + if (this.isEntrust()) { + this.chouChiSet.add(eventCard); + return false; + } + + Global.logger.info("user: "+ this.playerid+" chi==========> chouChiSet = "+chouChiSet+ " eventCard ="+eventCard); + // ���� + if (this.chouChiSet.contains(eventCard)) { + if (this.chouChiTypeMap.containsKey(eventCard)) { + //可以吃2 7 10 + Global.logger.info("user: "+ this.playerid + " maybe can chi for 2 7 10 " + " for eventCard:"+eventCard); + //return false; + } else { + Global.logger.info("user: "+ this.playerid+" chouChiSet = "+chouChiSet + " ==> false for eventCard:"+eventCard); + return false; + } + } + + HashSet getChi = new HashSet<>(); + getChi.addAll(this.guoChiSet); + Global.logger.info("jefe getChi : "+ this.playerid+" chi==========> = "+getChi+ " eventCard ="+eventCard); + + // ���� + if (this.chouChiExSet.contains(eventCard) && this.getRoom().throwCardsSet.contains(eventCard)) { + return false; + } + + if (CardUtil.cardNum(eventCard, this.outcardExList) != 0) { + return false; + } + if (activePlayer.nextSeat != this.seat && activePlayer.seat != this.seat) { + return false; + } + //if (this.getRoom().checkPao(eventCard, rule instanceof RuleChi)) { + // return false; + //} + + ChowCard chow = new ChowCard(tempList, eventCard); + ITArray list = TArray.newInstance(); + boolean isChi = chow.tryChow(list); + if (isChi) { + boolean hasChi = false; + + int weight = activePlayer.seat != this.seat ? RuleWeight.CHOW1 : RuleWeight.CHOW2; + for (int i = 0; i < list.size(); ++i) { + ITObject obj = list.getTObject(i); + ITArray opCard = obj.getTArray("opcard"); + int chowcard1 = opCard.getInt(0); + int chowcard2 = opCard.getInt(1); + + if (this.chouChiTypeMap.containsKey(eventCard)) { + //Global.logger.info("====> opCard : "+opCard); + //判断卡隆 + if(!getChi.contains(eventCard)){ + if (isThreeCard2_7_10(chowcard1, chowcard2, eventCard)) { + //可以吃2 7 10 + Global.logger.info("user: "+ this.playerid + " can chi for 2 7 10 " + " for eventCard:"+eventCard); + //continue; + } else { + Global.logger.info("user dd: "+ this.playerid + " can't chi for 2 7 10 " + " for eventCard:"+eventCard); + + //处理卡隆 + Global.logger.info("jefe step1"+eventCard); + //处理最大最小 + if (this.chouChiTypeMap.containsKey(eventCard-3)){ + Global.logger.info("jefe step2"+eventCard); + //eventcard 最大 + if (eventCardchowcard1){ + //大于 + if (eventCard-chowcard1==1&&chowcard2-eventCard==1){ + Global.logger.info("user ka1long: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + continue;//都不能吃 + } + }else{ + //小于 + if (chowcard1-eventCard==1&&eventCard-chowcard2==1){ + Global.logger.info("user ka3long: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + continue;//都不能吃 + } + } + } + }else if (this.chouChiTypeMap.containsKey(eventCard+3)){ + Global.logger.info("jefe step3"+eventCard); + if (eventCard>chowcard1&&eventCard>chowcard2){ + Global.logger.info("user min: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + if (chowcard2>chowcard1){ + //大于 + if (eventCard-chowcard1==1&&chowcard2-eventCard==1){ + Global.logger.info("user ka1long: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + continue;//都不能吃 + } + }else{ + //小于 + if (chowcard1-eventCard==1&&eventCard-chowcard2==1){ + Global.logger.info("user ka3long: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + continue;//都不能吃 + } + } + } + }else{ + Global.logger.info("jefe step4"+eventCard); + if (chowcard2>chowcard1){ + //大于 + if (eventCard-chowcard1==1&&chowcard2-eventCard==1){ + Global.logger.info("user kalong: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + }else{ + continue;//都不能吃 + } + }else{ + //小于 + if (chowcard1-eventCard==1&&eventCard-chowcard2==1){ + Global.logger.info("user ka2long: "+ this.playerid + "chowcard1:"+chowcard1+" chowcard2: "+chowcard2+" eventCard :"+eventCard); + Tip tip = new Tip(eventCard, opCard, weight, rule, RuleWeight.TYPE_CHOW); + tip.bi_list = obj.getTArray("bi_list"); + this.tipMgr.addTip(tip); + }else{ + continue;//都不能吃 + } + } + } + + + + } + + }else{ + Global.logger.info("jefe step5"+eventCard); + continue;//都不能吃 + } + + } + + hasChi = true; + + Tip tip = new Tip(eventCard, opCard, weight, rule, RuleWeight.TYPE_CHOW); + tip.bi_list = obj.getTArray("bi_list"); + this.tipMgr.addTip(tip); + + //__notChi(this, chowcard1, chowcard2, eventCard); + __notChi1(this, chowcard1, chowcard2, eventCard); + + HashSet notChiSet11 = this.notChiSet; + Global.logger.info("---> user: "+ this.playerid+" opCard = "+opCard+" notChiSet = "+notChiSet); + Global.logger.info("---> user: "+ this.playerid+" chouChiSet = "+this.chouChiSet); + } + + return hasChi; + } else { + this.chouChiExSet.add(eventCard); + } + return isChi; + } + + private static boolean isThreeCard2_7_10(int card1, int card2, int card3) { + int mod1 = card1%100; + int mod2 = card2%100; + int mod3 = card3%100; + + HashSet set = new HashSet<>(); + set.add(mod1); + set.add(mod2); + set.add(mod3); + + if ((mod1 + mod2 + mod3 == 2 + 7 + 10) && set.contains(2) && set.contains(7) && set.contains(10)) { + return true; + } else { + return false; + } + } + + + private static final void __notChi(EXPlayer player, int chowcard1, int chowcard2, int card) { + player.notChiSet.add(card); + Global.logger.info("---> notchi jefe: chowcard1:"+ chowcard1+" chowcard2: "+chowcard2+"card:"+card); + if (chowcard1 - chowcard2 == 1) { + if (chowcard2 % 100 == 1) { + player.notChiSet.add(chowcard2 + 2); + } else if (chowcard2 % 100 == 9) { + player.notChiSet.add(chowcard2 - 1); + } else { + player.notChiSet.add(chowcard2 - 1); + player.notChiSet.add(chowcard2 + 2); + } + } else if (chowcard1 - chowcard2 == 2) { + player.notChiSet.add(chowcard2 + 1); + } else if (chowcard2 - chowcard1 == 1) { + if (chowcard1 % 100 == 1) { + player.notChiSet.add(chowcard1 + 2); + } else if (chowcard1 % 100 == 9) { + player.notChiSet.add(chowcard1 - 1); + } else { + player.notChiSet.add(chowcard1 - 1); + player.notChiSet.add(chowcard1 + 2); + } + } else if (chowcard2 - chowcard1 == 2) { + player.notChiSet.add(chowcard1 + 1); + } + } + + private static final void __notChi1(EXPlayer player, int chowcard1, int chowcard2, int card) { + player.notChiSet.add(card); + player.guoChiSet.add(card); + //player.notChiTypeMap.put(card, 0); + Global.logger.info("---> notchi jefe: chowcard1:"+ chowcard1+" chowcard2: "+chowcard2+"card:"+card); + if (chowcard1 - chowcard2 == 1) { + if (chowcard2 % 100 == 1) { + player.notChiSet.add(chowcard2 + 2); + player.notChiTypeMap.put(chowcard2 + 2, 0); + } else if (chowcard2 % 100 == 9) { + player.notChiSet.add(chowcard2 - 1); + player.notChiTypeMap.put(chowcard2 - 1, 0); + } else { + player.notChiSet.add(chowcard2 - 1); + player.notChiSet.add(chowcard2 + 2); + player.notChiTypeMap.put(chowcard2 - 1, 0); + player.notChiTypeMap.put(chowcard2 + 2, 0); + } + } else if (chowcard1 - chowcard2 == 2) { + player.notChiSet.add(chowcard2 + 1); + player.notChiTypeMap.put(chowcard2 + 1, 0); + } else if (chowcard2 - chowcard1 == 1) { + if (chowcard1 % 100 == 1) { + player.notChiSet.add(chowcard1 + 2); + player.notChiTypeMap.put(chowcard1 + 2, 0); + } else if (chowcard1 % 100 == 9) { + player.notChiSet.add(chowcard1 - 1); + player.notChiTypeMap.put(chowcard1 - 1, 0); + } else { + player.notChiSet.add(chowcard1 - 1); + player.notChiSet.add(chowcard1 + 2); + player.notChiTypeMap.put(chowcard1 - 1, 0); + player.notChiTypeMap.put(chowcard1 + 2, 0); + } + } else if (chowcard2 - chowcard1 == 2) { + player.notChiSet.add(chowcard1 + 1); + player.notChiTypeMap.put(chowcard1 + 1, 0); + } else { //2 7 10 + /*if (isThreeCard2_7_10(chowcard1,chowcard2,card)){ + player.notChiSet.add(chowcard1); + player.notChiSet.add(chowcard2); + player.notChiTypeMap.put(chowcard1, 0); + player.notChiTypeMap.put(chowcard2, 0); + player.notChiTypeMap.put(card, 0); + }*/ + //player.notChiSet.add(card); + //player.notChiTypeMap.put(card, 0); + } + + } + +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXRoom.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXRoom.java new file mode 100644 index 0000000..51dc7e8 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXRoom.java @@ -0,0 +1,1231 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.data.Player; +import com.game.data.Room; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.*; + +import com.taurus.core.util.Logger; +import extend.zp.player.rule.*; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.tip.Action; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.TipManager; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +public class EXRoom extends Room { + + // + public Map tipMap; + public List actionList; + + public RoomCard card; + + Logger logger = Logger.getLogger(getClass()); + + public int activeCard; + public int drawCard; + public int currenDiscardSeat; + public int lastDiscardSeat; + public int winSeat; + public int winCount = 0; + public boolean liuju = false; + public int liujuNum = 0; + public boolean isAllPass = false; + public boolean isTianHu = true; + public boolean isDiHu = true; + public int piaoCount = 0; + + public boolean hh = false; + public boolean dh = false; + public boolean hw = false; + public boolean wh = false; + public boolean hd = false; + public boolean wd = false; + public boolean jhd = false; + + public boolean dhdf =false; + + public int step; + + public HashSet throwCardsSet; + public ArrayList throwCardsList; + + public int typeface = 1; + + public ITObject paiXing; + public int adminSeat; + + public EXRoom(String roomid, Map redis_room_map) { + super(roomid, redis_room_map); + card = new RoomCard(this); + + this.tipMap = new HashMap(); + this.actionList = new ArrayList(); + this.paiXing = TObject.newInstance(); + this.throwCardsSet = new HashSet<>(); + this.throwCardsList = new ArrayList(); + this.isEntrust = true; + + hh = config.containsKey("hh") ? (config.getInt("hh") == 0 ? true : false) : true; + dh = config.containsKey("dh") ? (config.getInt("dh") == 0 ? true : false) : true; + hw = config.containsKey("hw") ? (config.getInt("hw") == 0 ? true : false) : true; + wh = config.containsKey("wh") ? (config.getInt("wh") == 0 ? true : false) : true; + hd = config.containsKey("hd") ? (config.getInt("hd") == 0 ? true : false) : true; + wd = config.containsKey("wd") ? (config.getInt("wd") == 0 ? true : false) : true; + jhd = config.containsKey("jhd") ? (config.getInt("jhd") == 0 ? true : false) : true; + + dhdf = config.containsKey("dhdf") ? (config.getInt("dhdf") == 0 ? false : true) : false; + this.adminSeat = 0; + if (!this.config.containsKey(Config.GAME_MODE)) + { + this.config.putInt(Config.GAME_MODE, 2); + } + if (!this.config.containsKey(Config.GAME_TUN)) + { + this.config.putInt(Config.GAME_TUN, 0); + } + if (!this.config.containsKey(Config.GAME_TUN)) + { + this.config.putInt(Config.GAME_TUN, 0); + } + if (!this.config.containsKey(Config.GAME_FENGDING)) + { + this.config.putInt(Config.GAME_FENGDING, 0); + } + if (!this.config.containsKey(Config.GAME_TUANYUAN)) + { + this.config.putInt(Config.GAME_TUANYUAN, 0); + } + if (!this.config.containsKey(Config.GAME_TUANYUAN)) + { + this.config.putInt(Config.GAME_TUANYUAN, 0); + } + if (!this.config.containsKey(Config.GAME_HANGHANGXI)) + { + this.config.putInt(Config.GAME_HANGHANGXI, 0); + } + if (!this.config.containsKey(Config.GAME_SHUAHOU)) + { + this.config.putInt(Config.GAME_SHUAHOU, 0); + } + if (!this.config.containsKey(Config.GAME_SHUAHOU)) + { + this.config.putInt(Config.GAME_SHUAHOU, 0); + } + if (!this.config.containsKey(Config.GAME_HUANGFAN)) + { + this.config.putInt(Config.GAME_HUANGFAN, 0); + } + if (!this.config.containsKey(Config.GAME_JIAXINGXING)) + { + this.config.putInt(Config.GAME_JIAXINGXING, 0); + } + if (!this.config.containsKey(Config.GAME_TINGHU)) + { + this.config.putInt(Config.GAME_TINGHU, 0); + } + if (!this.config.containsKey(Config.GAME_SIQI)) + { + this.config.putInt(Config.GAME_SIQI, 0); + } + if (!this.config.containsKey(Config.GAME_DUIZIFU)) + { + this.config.putInt(Config.GAME_DUIZIFU, 0); + } + if (!this.config.containsKey(Config.GAME_YUAN)) + { + this.config.putInt(Config.GAME_YUAN, 0); + } + if (!this.config.containsKey(Config.GAME_BEIKAOBEI)) + { + this.config.putInt(Config.GAME_BEIKAOBEI, 0); + } + if (!this.config.containsKey(Config.GAME_TIANHU)) + { + this.config.putInt(Config.GAME_TIANHU, 0); + } + if (!this.config.containsKey(Config.GAME_DIHU)) + { + this.config.putInt(Config.GAME_DIHU, 0); + } + if (!this.config.containsKey(Config.GAME_HAIHU)) + { + this.config.putInt(Config.GAME_HAIHU, 0); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_QUPAI)) + { + this.config.putInt(Config.ROOM_CONFIG_QUPAI, 0); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_KA_WAI)) + { + this.config.putInt(Config.ROOM_CONFIG_KA_WAI, 0); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_FIRST_RAND_ZHUANG)) + { + this.config.putBoolean(Config.ROOM_CONFIG_FIRST_RAND_ZHUANG, false); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAO_CONFIG)) + { + this.config.putInt(Config.ROOM_CONFIG_HAO_CONFIG, 0); + } + if (!this.config.containsKey(Config.ROOM_CONFIG_HAO_JIABEI)) + { + this.config.putInt(Config.ROOM_CONFIG_HAO_JIABEI, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_MENG_TANG)) + { + this.config.putInt(Config.ROOM_CONFIG_MENG_TANG, 0); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI_SCORE)) + { + this.config.putInt(Config.ROOM_CONFIG_XIPAI_SCORE, 0); + this.xi_pai_score = 1; + } + else { + this.xi_pai_score = this.config.getInt(Config.ROOM_CONFIG_XIPAI_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_ANCHOU_SCORE)) + { + this.config.putFloat(Config.ROOM_CONFIG_ANCHOU_SCORE, 0); + this.an_chou_score = 1; + }else { + this.an_chou_score = this.config.getInt(Config.ROOM_CONFIG_ANCHOU_SCORE); + } + + if (!this.config.containsKey(Config.ROOM_CONFIG_XIPAI)) + { + this.config.putBoolean(Config.ROOM_CONFIG_XIPAI, false); + } + logger.info("jefe kawai:"+this.config.getInt(Config.ROOM_CONFIG_KA_WAI)); + if (this.config.getInt(Config.ROOM_CONFIG_KA_WAI) == 0) + { + List paoList = new ArrayList(); + //paoList.add(new RuleTi()); + paoList.add(new RuleWei()); + EXMainServer.playerRuleMgr.ruleMap.put(PlayerRuleManager.TI_RULE, paoList); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleWin()); + drawRuleList.add(new RuleDrawChi()); + //drawRuleList.add(new RuleLiu()); + drawRuleList.add(new RuleWeiHu()); + //drawRuleList.add(new RuleWei()); + drawRuleList.add(new RuleWeiLiu()); + //drawRuleList.add(new RuleDealLiu()); + + EXMainServer.playerRuleMgr.ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + } + else + { + List paoList = new ArrayList(); + EXMainServer.playerRuleMgr.ruleMap.put(PlayerRuleManager.TI_RULE, paoList); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleWin()); + drawRuleList.add(new RuleDrawChi()); + drawRuleList.add(new RuleLiu()); + drawRuleList.add(new RuleWei()); + //drawRuleList.add(new RuleDealLiu()); + drawRuleList.add(new RuleWeiLiu()); + EXMainServer.playerRuleMgr.ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + } + + } + + public void changePaiXing(EXPlayer player, ITObject params) { + ITArray paixing = params.getTArray("card_list"); + if (paixing == null) { + paixing = TArray.newInstance(); + } + + ArrayList tmpCardList = new ArrayList(); + for(int i = 0; i < paixing.size(); i++) + { + TDataWrapper card = paixing.get(i); + TObject map = (TObject)card.getObject(); + tmpCardList.add(map.getInt("card")); + } + + Collections.sort(tmpCardList); + ArrayList tmpCardList2 = new ArrayList(); + tmpCardList2.addAll(player.cardInhand); + for (OpCard opCard : player.opCardList) { + if (opCard.type == RuleWeight.TYPE_KAN && opCard.pailie) { + tmpCardList2.add(opCard.card1); + tmpCardList2.add(opCard.card2); + tmpCardList2.add(opCard.card3); + } + } + for (OpCard opCard : player.opCardList) { + if (opCard.type == RuleWeight.TYPE_TI && opCard.pailie) { + tmpCardList2.add(opCard.card1); + tmpCardList2.add(opCard.card2); + tmpCardList2.add(opCard.card3); + tmpCardList2.add(opCard.card3); + } + } + Collections.sort(tmpCardList2); + + if (!tmpCardList.equals(tmpCardList2)) + { + ITObject param = new TObject(); + player.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, param); + return; + } + + paiXing.putTArray(player.seat + "", paixing); + + ITObject cmdData = TObject.newInstance(); + cmdData.putTArray("card_list", paixing); + this.getPlayBack().addCommand("ChangePaiXing", player.seat, cmdData); + } + + public void addAction(Action action) { + if (this.actionList.size() == 0) { + this.actionList.add(action); + } else if (action.tip.weight > this.actionList.get(0).tip.weight) { + this.actionList.clear(); + this.actionList.add(action); + } else if (action.tip.weight == this.actionList.get(0).tip.weight) { + this.actionList.add(action); + } + checkAction(); + } + + public void checkAction() { + boolean isWeightest = this.isWeightestAction(); + if (!isWeightest) { + return; + } + if (this.isAllPass()) { + this.isAllPass = true; + //add allpass + + Player activePlayer = this.playerMapBySeat.get(this.activeSeat); + + + activePlayer.stateMachine.toNextState(); + } else { + for (Action action : this.actionList) { + action.run(); + } + this.actionList.clear(); + } + } + + public boolean isAllPass() { + return this.actionList.size() == 0 && this.tipMap.size() == 0; + } + + public boolean isWeightestAction() { + if (this.isAllPass()) { + return true; + } + if (this.actionList.size() == 0) { + return false; + } + Action curaction = this.actionList.get(0); + for (Entry entry : this.tipMap.entrySet()) { + TipManager tip = entry.getValue(); + if (curaction.player.seat == tip.owner.seat) { + continue; + } + if (curaction.tip.weight <= tip.getWeightest()) { + return false; + } + } + for (Entry entry : this.playerMapById.entrySet()) { + Player player = entry.getValue(); + if (curaction.player.seat == player.seat) { + continue; + } + if (player.stateMachine.curState instanceof EXPlayerDisCardTipState || player.stateMachine.curState instanceof EXPlayerDrawTipState) { + player.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + } + } + return true; + } + + public ITObject getReloadInfo(Player player) { + ITObject data = getReloadInfoEx(player); + EXPlayer p = (EXPlayer) player; + ArrayList tempList = new ArrayList<>(); + tempList.addAll(p.cardInhand); + for (OpCard opcard : p.opCardList) { + if (opcard.type == RuleWeight.TYPE_TI && opcard.pailie == true) { + tempList.add(opcard.card1); + tempList.add(opcard.card1); + tempList.add(opcard.card1); + tempList.add(opcard.card1); + continue; + } + if (opcard.type == RuleWeight.TYPE_KAN && opcard.pailie == true) { + tempList.add(opcard.card1); + tempList.add(opcard.card1); + tempList.add(opcard.card1); + continue; + } + } + + data.putTArray("hand_card", Util.toTArray(tempList)); + data.putInt("left_card", card.getCount()); + data.putInt("curren_outcard_seat", currenDiscardSeat); + data.putInt("last_outcard_seat", lastDiscardSeat); + data.putInt("typeface", typeface); + data.putInt("discard", this.isDiHu ? 0 : 1); + + ITArray paiXing = this.paiXing.getTArray(player.seat + ""); + if (paiXing == null) { + paiXing = TArray.newInstance(); + } + data.putTArray("card_list", paiXing); + + EXPlayer activePlayer = (EXPlayer) playerMapBySeat.get(activeSeat); + if (activePlayer != null) { + if (activePlayer.drawCard != 0) { + data.putInt("acitve_card", activePlayer.drawCard); + } else { + data.putInt("acitve_card", activeCard); + } + } else { + data.putInt("acitve_card", 0); + } + return data; + } + + public ITObject getReloadInfoEx(Player player) { + ITObject data = new TObject(); + data.putInt("active_seat", this.activeSeat); + data.putInt("banker_seat", this.bankerSeat); + data.putBoolean("playing", this.isplaying); + + EXPlayer exPlayer = (EXPlayer)player; + ITArray notPutArray = TArray.newInstance(); + for (Integer notPutCard : exPlayer.notPutSet) { + notPutArray.addInt(notPutCard); + } + data.putTArray("notput", notPutArray); + ITArray info_list = TArray.newInstance(); + boolean self = false; + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer tempPlayer = (EXPlayer) entry.getValue(); + if (tempPlayer.seat == player.seat) { + self = true; + } + info_list.addTObject(tempPlayer.getReloadInfo(self)); + } + data.putTArray("info_list", info_list); + return data; + } + + public void addScore(EXPlayer player, int score, int type) { + player.score.round_log.put(type, player.score.round_log.get(type) + score); + + player.score.round_score += score; + player.score.total_score += score; + } + + public void addScore(EXPlayer destPlayer) { + int score = caclScore(destPlayer); + + //先判断分够不够 + int tmp_all_score = 0; + for (Entry entry : this.playerMapById.entrySet()) { + if (!entry.getKey().equals(destPlayer.playerid)) { + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + int temp_score = score; + if(destPlayer.piao > 0) { + temp_score += destPlayer.piao; + } + + if(fromPlayer.piao > 0) { + temp_score += fromPlayer.piao; + } + //// + if(multipleScore(temp_score) > fromPlayer.hp.cur_hp) { + tmp_all_score += reMultipleScore((int)fromPlayer.hp.cur_hp); + this.addScore(fromPlayer, -reMultipleScore((int)fromPlayer.hp.cur_hp), EXScore.WIN); + }else { + tmp_all_score += temp_score; + this.addScore(fromPlayer, -temp_score, EXScore.WIN); + } + } + } + // + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(destPlayer.playerid)) { + this.addScore(destPlayer, tmp_all_score, EXScore.WIN); + } + } + + //// + +// for (Entry entry : this.playerMapById.entrySet()) { +// if (entry.getKey().equals(destPlayer.playerid)) { +// if (this.maxPlayers == 2) { +// this.addScore(destPlayer, score, EXScore.WIN); +// } else { +// this.addScore(destPlayer, score * 2, EXScore.WIN); +// } +// } else { +// EXPlayer fromPlayer = (EXPlayer) entry.getValue(); +// this.addScore(fromPlayer, -score, EXScore.WIN); +// } +// } + } + + public int caclScore(EXPlayer player) { + int redCard = 0; + int bigCard = 0; + int smallCard = 0; + int huXi = 1; //胡算一分 + int huXiNum = 0; + int kanXi = 0; + int haoXi = 0; + int waiXi = 0; + boolean isDuzi = true; + for (int i = 0; i < player.tiGroup.size(); i++) { + int ti_card = player.tiGroup.get(i)[0]; + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_TI, ti_card, ti_card, ti_card, 0)); + + for (OpCard opCard : player.handCard) { + if (opCard.card1 == opCard.card2 && opCard.card1 == opCard.card3 && opCard.card1 == ti_card) { + int[] kanGroup = new int[3]; + kanGroup[0] = ti_card; + kanGroup[1] = ti_card; + kanGroup[2] = ti_card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, ti_card, ti_card, ti_card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, ti_card), true, RuleWeight.HAO_NONE, 0)); + } + } + + //hao + if (this.config.getInt(Config.ROOM_CONFIG_HAO_CONFIG) == 0) + { + huXi += 30; + haoXi += 30; + } + else { + huXi += 40; + haoXi += 40; + } + } + + if (!player.handCardEx.isEmpty()) { + isDuzi = false; + for (int card : player.handCardEx) { + if (CardUtil.isRedCard(card)) { + redCard++; + } + if (CardUtil.cardType(card) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.handCard) { + if (opCard.huXi != 0) { + boolean flag = true; + if (opCard.card1 == opCard.card2 && opCard.card1 == opCard.card3 && opCard.card1 != 0) { + for (int i = 0; i < player.tiGroup.size(); i++) { + int ti_card = player.tiGroup.get(i)[0]; + if (ti_card == opCard.card1) + { + flag = false; + } + } + } + if (flag) + { + huXi += opCard.huXi; + huXiNum++; + } + } + + //hao + if (this.config.getInt(Config.ROOM_CONFIG_HAO_CONFIG) == 0) + { + if (opCard.hao == RuleWeight.HAO_SHAN) + { + huXi += 40; + haoXi += 40; + } + else if (opCard.hao == RuleWeight.HAO_QING) + { + huXi += 30; + haoXi += 30; + } + else if (opCard.hao == RuleWeight.HAO_NUI) + { + huXi += 20; + haoXi += 20; + } + else if (opCard.hao == RuleWeight.HAO_WAI) + { + huXi += 10; + haoXi += 10; + } + } + else { + if (opCard.hao == RuleWeight.HAO_SHAN) + { + huXi += 50; + haoXi += 50; + } + else if (opCard.hao == RuleWeight.HAO_QING) + { + huXi += 40; + haoXi += 40; + } + else if (opCard.hao == RuleWeight.HAO_NUI) + { + huXi += 30; + haoXi += 30; + } + else if (opCard.hao == RuleWeight.HAO_WAI) + { + huXi += 20; + haoXi += 20; + } + } + + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + + if (opCard.type == 1) { + if (opCard.card1 != opCard.card2) { + isDuzi = false; + } + } + else if (opCard.type == 2) { + if (opCard.card1 != opCard.card2 || opCard.card1 != opCard.card3) { + isDuzi = false; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } + } + for (OpCard opCard : player.opCardList) { + if (opCard.huXi != 0) { + huXi += opCard.huXi; + huXiNum++; + } + + if (opCard.type == RuleWeight.TYPE_KAN) + { + kanXi += opCard.huXi; + } + else if (opCard.type == RuleWeight.TYPE_WEI) + { + waiXi += opCard.huXi; + } + else if (opCard.type == RuleWeight.TYPE_CHOUWEI) + { + waiXi += opCard.huXi; + } + else if (opCard.type == RuleWeight.TYPE_TI) + { + haoXi += opCard.huXi; + } + + //hao + if (this.config.getInt(Config.ROOM_CONFIG_HAO_CONFIG) == 0) + { + if (opCard.hao == RuleWeight.HAO_SHAN) + { + huXi += 40; + haoXi += 40; + } + else if (opCard.hao == RuleWeight.HAO_QING) + { + huXi += 30; + haoXi += 30; + } + else if (opCard.hao == RuleWeight.HAO_NUI) + { + huXi += 20; + haoXi += 20; + } + else if (opCard.hao == RuleWeight.HAO_WAI) + { + huXi += 10; + haoXi += 10; + } + } + else { + if (opCard.hao == RuleWeight.HAO_SHAN) + { + huXi += 50; + haoXi += 50; + } + else if (opCard.hao == RuleWeight.HAO_QING) + { + huXi += 40; + haoXi += 40; + } + else if (opCard.hao == RuleWeight.HAO_NUI) + { + huXi += 30; + haoXi += 30; + } + else if (opCard.hao == RuleWeight.HAO_WAI) + { + huXi += 20; + haoXi += 20; + } + } + + + if (opCard.type == RuleWeight.TYPE_CHOW) { + isDuzi = false; + if (CardUtil.isRedCard(opCard.card1)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card2)) { + redCard++; + } + if (CardUtil.isRedCard(opCard.card3)) { + redCard++; + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card2) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + if (CardUtil.cardType(opCard.card3) == RuleWeight.BIG_CARD) { + bigCard++; + } else { + smallCard++; + } + } else { + if (CardUtil.isRedCard(opCard.card1)) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + redCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + redCard += 4; + } + } + if (CardUtil.cardType(opCard.card1) == RuleWeight.BIG_CARD) { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + bigCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + bigCard += 4; + } + } else { + if (opCard.type == RuleWeight.TYPE_PONG || opCard.type == RuleWeight.TYPE_KAN || opCard.type == RuleWeight.TYPE_WEI || opCard.type == RuleWeight.TYPE_CHOUWEI) { + smallCard += 3; + } else if (opCard.type == RuleWeight.TYPE_PAO || opCard.type == RuleWeight.TYPE_TI) { + smallCard += 4; + } + } + } + } + + player.mingtangList.clear(); + player.winFan = 0; + + boolean mingtang = false; + boolean duiFlag = true; + do + { + int duziNum = 0; + int siduiNum = 0; + ArrayList duiList = new ArrayList<>(); + duiList.addAll(player.cardInhand); + for (int i = 0; i < player.tiGroup.size(); i++) { + int card = player.tiGroup.get(i)[0]; + duiList.add(card); + duiList.add(card); + duiList.add(card); + duiList.add(card); + } + for (int i = 0; i < player.kanGroup.size(); i++) { + int card = player.kanGroup.get(i)[0]; + duiList.add(card); + duiList.add(card); + duiList.add(card); + } + + if (duiList.size() < 19) + { + break; + } + + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (activePlayer != null & activePlayer.drawCard > 0) { + duiList.add(activePlayer.drawCard); + } + + Map cardNumList = CardUtil.getCardNumMap(duiList); + for (Entry card : cardNumList.entrySet()) { + if (card.getValue() == 2 || card.getValue() == 3) { + duziNum++; + } + else if (card.getValue() == 4) { + siduiNum++; + } + } + + if (duziNum + siduiNum == 0) + { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.NO_DUI, 1, 120)); + mingtang = true; + duiFlag = false; + //this.isTianHu = false; + //player.isDiHu = false; + } + else if (duziNum + siduiNum == 10 || duziNum + siduiNum*2 == 10) + { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.SHI_DUI, 1, 120)); + mingtang = true; + duiFlag = false; + //this.isTianHu = false; + //player.isDiHu = false; + } + else if (duziNum + siduiNum == 1 || duziNum + siduiNum*2 == 1) + { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.YI_DUI, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.YI_DUI, 1, 120)); + } + //this.isTianHu = false; + //player.isDiHu = false; + mingtang = true; + duiFlag = false; + } + else if (duziNum + siduiNum == 9 || duziNum + siduiNum*2 == 9) + { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.JIU_DUI, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.JIU_DUI, 1, 120)); + } + //this.isTianHu = false; + //player.isDiHu = false; + mingtang = true; + duiFlag = false; + } + } while(false); + + if (this.isTianHu) { + if (player.seat == this.bankerSeat) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.TIAN_HU, 1, 120)); + } + + mingtang = true; + } + } + else { + if (player.isDiHu) + { + if (player.seat == this.bankerSeat && config.getInt(Config.ROOM_CONFIG_ZHUANG_DI_HU) == 0) + { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 120)); + } + + mingtang = true; + } + else if (player.seat != this.bankerSeat) + { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.DI_HU, 1, 120)); + } + + mingtang = true; + } + } + } + + if (duiFlag && !this.isTianHu && !player.isDiHu && player.isTingHu) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 60; + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 60)); + } + else { + player.winFan += 80; + player.mingtangList.add(new MingTang(RuleWeight.TING_HU, 1, 80)); + } + + mingtang = true; + } + + if (this.card.getCount() == 0) { + player.winFan += 30; + player.mingtangList.add(new MingTang(RuleWeight.HAI_HU, 1, 30)); + mingtang = true; + } + + if (player.cardInhand.size() == 1 && player.kanGroup.size() == 0 && player.tiGroup.size() == 0) + { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 60; + player.mingtangList.add(new MingTang(RuleWeight.QUAN_QIU_REN, 1, 60)); + } + else { + player.winFan += 80; + player.mingtangList.add(new MingTang(RuleWeight.QUAN_QIU_REN, 1, 80)); + } + + mingtang = true; + } + + // + if (redCard == 0) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + int fan = 80; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + else { + int fan = 100; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.WU_HU, 1, fan)); + } + + mingtang = true; + } + // + if (redCard == 1) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + int fan = 60; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + else { + int fan = 80; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DIAN_HU, 1, fan)); + } + + mingtang = true; + } + + if (redCard >= 13) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + int fan = 80; + if (this.config.getInt(Config.ROOM_CONFIG_HAO_CONFIG) == 0) + { + fan += (redCard - 13) * 10; + } + else { + fan += (redCard - 13) * 20; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + else { + int fan = 80;//修改成80 + if (this.config.getInt(Config.ROOM_CONFIG_HAO_CONFIG) == 0) + { + fan += (redCard - 13) * 10; + } + else { + fan += (redCard - 13) * 20; + } + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.HONG_HU, 1, fan)); + } + + mingtang = true; + } + + if (smallCard <= 0) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + int fan = 100; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_HU, 1, fan)); + } + else { + int fan = 120; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.DA_HU, 1, fan)); + } + + mingtang = true; + } + + if (bigCard <= 0) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + int fan = 100; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.XIAO_HU, 1, fan)); + } + else { + int fan = 120; + player.winFan += fan; + player.mingtangList.add(new MingTang(RuleWeight.XIAO_HU, 1, fan)); + } + + mingtang = true; + } + + //对子胡 + if (isDuzi) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 100; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 100)); + } + else { + player.winFan += 120; + player.mingtangList.add(new MingTang(RuleWeight.DUIZI_HU, 1, 120)); + } + + mingtang = true; + } + + if (!isDuzi && huXiNum == 7) { + if (this.config.getInt(Config.ROOM_CONFIG_MENG_TANG) == 0) + { + player.winFan += 60; + player.mingtangList.add(new MingTang(RuleWeight.XING_XING_XI, 1, 60)); + } + else { + player.winFan += 80; + player.mingtangList.add(new MingTang(RuleWeight.XING_XING_XI, 1, 80)); + } + + mingtang = true; + } + + if (!mingtang) + { + player.huXi = huXi; + player.total_huxi += player.huXi; + player.winScore = player.huXi; + int score = player.winScore; + return score; + } + else + { + player.huXi = player.winFan + kanXi + waiXi + haoXi; + player.total_huxi += player.huXi; + player.winScore = player.huXi; + int score = player.winScore; + return score; + } + } + + public boolean checkPao(int eventCard, boolean isDis) { + for (Entry entry : this.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (isDis) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } else { + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + return true; + } + } + if (player.seat != this.activeSeat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + return true; + } + } + } + } + } + return false; + } + + // public void settleRound() { + // saveMilitaryRound(playBackData.getData(this)); + // if (this.liuju == true) { + // this.bankerSeat = this.playerMapBySeat.get(this.bankerSeat).nextSeat; + // } + // boolean total = this.round >= this.maxRound; + // int result = this.nonNegative(false); + // if (!total) { + // EXMainServer.gameCtr.roomResult(this); + // if (result == 4) { + // total = true; + // this.saveMilitaryTotal(false); + // } + // } else { + // this.saveMilitaryTotal(false); + // } + // this.stateMachine.changeState(Global.getState(EXRoomRoundSettleState.class)); + // this.winCount = 0; + // + // if (total) { + // this.stateMachine.changeState(Global.getState(RoomEndGameState.class)); + // return; + // } + // } + + public void win(EXPlayer player, EXPlayer activePlayer) { + if (player.getRoom().drawCard != 0) { + player.winCard = player.getRoom().drawCard; + } + player.winer = 1; + + this.addScore(player); + // this.liuju = false; + this.liujuNum = 0; + + for (Entry entry : this.playerMapById.entrySet()) { + if (entry.getKey().equals(player.playerid)) { + continue; + } + EXPlayer fromPlayer = (EXPlayer) entry.getValue(); + fromPlayer.winer = 2; + } + EXMainServer.gameCtr.winEvent(player, player.seat); + // if (owner.room.config.getInt(Config.GAME_ZHUANG) == 1) { + // if (room.bankerSeat != owner.seat) { + // room.bankerSeat = owner.lastSeat; + // } + // } else { + // room.bankerSeat = owner.seat; + // } + this.bankerSeat = player.seat; + player.winCount++; + this.endGame(); + } + + @Override + public void endGame() { + this.getPlayBack().addResultData(EXMainServer.gameCtr.getRoomResultData(this)); + super.endGame(); + } + + @Override + protected void roomResult() { + EXMainServer.gameCtr.roomResult(this); + } + + @Override + public void saveMilitaryTotal(boolean dissmiss) { + super.saveMilitaryTotal(dissmiss); + EXMainServer.gameCtr.roomTotalResult(this, dissmiss); + } + + public PlayBack getPlayBack() { + return (PlayBack) playBackData; + } + + @Override + public void clear() { + super.clear(); + logger.info("jefe clear:"+this.isAllPass); + this.liuju = false; + this.activeSeat = this.lastDiscardSeat = this.currenDiscardSeat = 0; + this.isplaying = this.isAllPass = false; + this.isTianHu = this.isDiHu = true; + this.paiXing = TObject.newInstance(); + this.throwCardsSet.clear(); + this.throwCardsList.clear(); + } + // public void destroy() { + // super.destroy(); + // } + + /** + * 开启倍数后 体力值消耗= 倍数*分数 + */ + private int reMultipleScore(int score) { + if (this.hpData != null) { + if (this.hpData.containsKey("times")) { + return Math.round(score / this.hpData.getInt("times")); + } + } + return score; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXScore.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXScore.java new file mode 100644 index 0000000..fb3834e --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/EXScore.java @@ -0,0 +1,15 @@ +package extend.zp; + +import com.game.data.Score; + +public class EXScore extends Score { + public static final int WIN = 1; + + public EXScore(EXPlayer owner) { + super(owner); + } + + protected void initLog() { + this.round_log.put(WIN, 0); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/MingTang.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/MingTang.java new file mode 100644 index 0000000..82b8723 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/MingTang.java @@ -0,0 +1,13 @@ +package extend.zp; + +public class MingTang { + public int mingTang; + public int type; + public int score; + + public MingTang(int mingTang, int type, int score) { + this.mingTang = mingTang; + this.type = type; + this.score = score; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/OpCard.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/OpCard.java new file mode 100644 index 0000000..25f7011 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/OpCard.java @@ -0,0 +1,41 @@ +package extend.zp; + +import java.io.Serializable; + +public class OpCard implements Serializable{ + private static final long serialVersionUID = 1L; + public int type; + public int card1; + public int card2; + public int card3; + public int huXi; + public boolean pailie; + public int hao; + public int haoCard; + + public OpCard(int type, int card1, int card2, int card3, int huXi) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + this.pailie = false; + this.hao = 0; + this.haoCard = 0; + } + + public OpCard(int type, int card1, int card2, int card3, int huXi, boolean pailei, int hao, int haoCard) { + this.type = type; + this.card1 = card1; + this.card2 = card2; + this.card3 = card3; + this.huXi = huXi; + this.pailie = pailei; + this.hao = hao; + this.haoCard = haoCard; + } + + public OpCard() { + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/PlayBack.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/PlayBack.java new file mode 100644 index 0000000..74f6ad7 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/PlayBack.java @@ -0,0 +1,107 @@ +package extend.zp; + +import java.util.Map.Entry; + +import com.game.Util; +import com.game.data.BasePlayBack; +import com.game.data.Player; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class PlayBack extends BasePlayBack { + + public PlayBack(EXRoom room) { + super(room); + info.putInt("left_card", room.card.getCount()); + ITArray infoList = new TArray(); + for (Entry entry : room.playerMapById.entrySet()) { + ITObject obj = TObject.newInstance(); + EXPlayer player = (EXPlayer) entry.getValue(); + obj.putInt("aid", player.playerid); + obj.putUtfString("nick", player.nick); + obj.putInt("sex", player.sex); + obj.putUtfString("portrait", player.portrait); + obj.putInt("seat", player.seat); + ITArray cardInhand = Util.toTArray(player.cardInhand); + obj.putTArray("hand_card", cardInhand); + obj.putInt("score", player.score.total_score); + infoList.addTObject(obj); + } + info.putTArray("playerData", infoList); + } + + public void addGetCardCommand(int seat, int card, int left_count) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + data.putInt("left_count", left_count); + addCommand("GetCard", seat, data); + } + + public void addAddCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("AddCard", seat, data); + } + + public void addThrowCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("ThrowCard", seat, data); + } + + public void addOutCardCommand(int seat, int card) { + ITObject data = TObject.newInstance(); + data.putInt("card", card); + addCommand("OutCard", seat, data); + } + + public void addResultData(ITObject resultData){ + ITObject mp = TObject.newInstance(); + mp.putInt("type", 0); + mp.putTObject("data", resultData); + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", "result"); + cmdObj.putTObject("result", mp); + cmdList.addTObject(cmdObj); + } + + public void addActionCommand(int seat, int type, int active_card, int card, int from_seat, int huxi, ITArray opcardArray) { + ITObject cmdData = TObject.newInstance(); + cmdData.putInt("active_card", active_card); + cmdData.putInt("card", card); + cmdData.putInt("type", type); + cmdData.putInt("from_seat", from_seat); + cmdData.putInt("hu_xi", huxi); + if (opcardArray != null) { + ITArray opcard = TArray.newInstance(); + for (int i = 0; i < opcardArray.size(); i++) { + opcard.addInt(opcardArray.getInt(i)); + } + cmdData.putTArray("opcard", opcard); + } + addCommand("Action", seat, cmdData); + } + + public void addWinCardCommand(int seat, boolean zimo) { + ITObject cmdData = TObject.newInstance(); + addCommand("Win", seat, cmdData); + } + + public void addCommand(String cmd, int seat, ITObject data) { + ITObject cmdObj = TObject.newInstance(); + cmdObj.putUtfString("cmd", cmd); + cmdObj.putInt("seat", seat); + cmdObj.putTObject("data", data); + cmdList.addTObject(cmdObj); + } + + public ITObject getData(EXRoom owner) { + ITObject data = TObject.newInstance(); + data.putTObject("info", info); + data.putTArray("cmdList", cmdList); + data.putTObject("result", EXMainServer.gameCtr.getRoomResultData(owner)); + return data; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/PlayerRuleManager.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/PlayerRuleManager.java new file mode 100644 index 0000000..06c999e --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/PlayerRuleManager.java @@ -0,0 +1,133 @@ +package extend.zp; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; + +import com.game.Global; + +import extend.zp.player.rule.*; +import extend.zp.player.state.EXPlayerDisCardTipState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerTipState; +import extend.zp.tip.IRuleBase; + + +public class PlayerRuleManager { + public static final int DEAL_RULE = 1; + public static final int KAN_RULE = 2; + public static final int TI_RULE = 3; + public static final int DRAW_RULE = 4; + public static final int OTHER_DRAW_RULE = 5; + public static final int DRAW_PAO_RULE = 6; + public static final int DISCARD_RULE = 7; + public static final int HU_RULE = 9; + public static final int OTHER_HU_RULE = 11; + public static final int WAI_LIU_RULE = 12; + public static final int DEAL_LIU_RULE = 13; + public static final int HU_LIU_RULE = 14; + + public HashMap> ruleMap = null; + public HashMap tipMap = null; + + public PlayerRuleManager() { + ruleMap = new HashMap>(); + + tipMap = new HashMap(); + tipMap.put(PlayerRuleManager.DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.WAI_LIU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.DEAL_LIU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.TI_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + tipMap.put(PlayerRuleManager.HU_LIU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDrawTipState.class)); + + tipMap.put(PlayerRuleManager.OTHER_DRAW_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.DISCARD_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + tipMap.put(PlayerRuleManager.OTHER_HU_RULE, (EXPlayerTipState) Global.getState(EXPlayerDisCardTipState.class)); + + List dealList = new ArrayList(); + dealList.add(new RuleDealTi()); + dealList.add(new RuleDealKan()); + ruleMap.put(PlayerRuleManager.DEAL_RULE, dealList); + + List dealKanList = new ArrayList(); + dealKanList.add(new RuleKan()); + ruleMap.put(PlayerRuleManager.KAN_RULE, dealKanList); + + List paoList = new ArrayList(); + //paoList.add(new RuleTi()); + paoList.add(new RuleWei()); + ruleMap.put(PlayerRuleManager.TI_RULE, paoList); + + List drawRuleList = new ArrayList(); + drawRuleList.add(new RuleWin()); + drawRuleList.add(new RuleDrawChi()); + drawRuleList.add(new RuleLiu()); + ruleMap.put(PlayerRuleManager.DRAW_RULE, drawRuleList); + + List otherDrawRuleList = new ArrayList(); + otherDrawRuleList.add(new RuleWin()); + otherDrawRuleList.add(new RuleDrawPong()); + otherDrawRuleList.add(new RuleDrawChi()); + ruleMap.put(PlayerRuleManager.OTHER_DRAW_RULE, otherDrawRuleList); + + List drawPaoList = new ArrayList(); + //drawPaoList.add(new RuleDrawPao()); + ruleMap.put(PlayerRuleManager.DRAW_PAO_RULE, drawPaoList); + + List otherDiscardList = new ArrayList(); + //otherDiscardList.add(new RuleDiscardPao()); + otherDiscardList.add(new RulePong()); + otherDiscardList.add(new RuleChi()); + ruleMap.put(PlayerRuleManager.DISCARD_RULE, otherDiscardList); + + List huList = new ArrayList(); + huList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.HU_RULE, huList); + + List wailiuList = new ArrayList(); + wailiuList.add(new RuleWin()); + wailiuList.add(new RuleWeiLiu()); + ruleMap.put(PlayerRuleManager.WAI_LIU_RULE, wailiuList); + + List dealliuList = new ArrayList(); + dealliuList.add(new RuleDealLiu()); + ruleMap.put(PlayerRuleManager.DEAL_LIU_RULE, dealliuList); + + List huliuList = new ArrayList(); + huliuList.add(new RuleWin()); + huliuList.add(new RuleDealLiu()); + ruleMap.put(PlayerRuleManager.HU_LIU_RULE, huliuList); + + + List otherHuList = new ArrayList(); + otherHuList.add(new RuleWin()); + ruleMap.put(PlayerRuleManager.OTHER_HU_RULE, otherHuList); + } + + public boolean condition(int type, EXPlayer player) { + return condition(type, player, true); + } + + public boolean conditionEx(int type, EXPlayer player) { + return condition(type, player, false); + } + + public boolean condition(int type, EXPlayer player, boolean tonextState) { + List ruleList = this.ruleMap.get(type); + boolean result = false; + player.tipMgr.clean(); + + for (IRuleBase rule : ruleList) { + result = rule.condition(player) || result; + } + + if (result) { + player.stateMachine.changeState(this.tipMap.get(type)); + } else { + if (tonextState) + player.stateMachine.toNextState(); + } + return result; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/RoomCard.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/RoomCard.java new file mode 100644 index 0000000..70f6ab4 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/RoomCard.java @@ -0,0 +1,142 @@ +package extend.zp; + +import com.taurus.core.util.Logger; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.List; + +public class RoomCard { + + Logger logger = Logger.getLogger(getClass()); + + public ArrayList cardList; + EXRoom room; + public ArrayList subCardList; + + public RoomCard(EXRoom table) { + this.cardList = new ArrayList(); + this.room = table; + this.subCardList = new ArrayList<>(); + } + + public List getAllResult(){ + List all = new ArrayList<>(); + if(subCardList.size() > 0) + all.addAll(subCardList); + all.addAll(cardList); + return all; + } + + public void init() { + this.cardList.clear(); + this.subCardList.clear(); + //this.initCard2(); + //this.initCard_tianhu(); + // + this.initCard(); + this.shuffle(); + } + + private void initCard() { + for (int index = 1; index <= 10; index++) { + for (int index2 = 0; index2 < 4; index2++) { + this.cardList.add(100 + index); + this.cardList.add(200 + index); + } + } + } + + private void initCard2() { +// List list = Arrays.asList(110,108,109,202,103,110,103,203,203,203,208,205,206, 202,204,210, 102,107,107); +// List list2 = Arrays.asList(110,108,109,202,103,110,103,203,203,203,208,205,206, 202,204,210, 102,107,107); +// List list3 = Arrays.asList(207, 105, 207, 207, 207, 207, 207, 207, 207, 207, 206, 203, 210, 206, 201, 205, 210, 202, 105, 101, 210, 106, 204, 107, 201, 209, 106, 205, 109, 209, 103, 104, 101, 105, 103, 202, 108, 109, 208); +// List list = Arrays.asList(103, 103, 103, 104, 104, 105, 106, 107, 109, 201, 202, 202, 203, 204, 205, 206, 209, 210, 210); +// List list2 = Arrays.asList(101, 102, 102, 103, 107, 110, 110, 110, 201, 201, 202, 204, 205, 205, 206, 206, 207, 208, 210); +// List list3 = Arrays.asList(107, 101, 204, 108, 207, 106, 203, 110, 201, 106, 207, 208, 204, 108, 108, 203, 105, 101, 102, 105, 208, 109, 102, 205, 209, 206, 209, 210, 106, 109, 105, 104, 109, 209, 107, 104, 207, 203, 101, 202, 108, 208); + List list = Arrays.asList(101, 102, 103, 104, 106, 106, 106, 107, 107, 108, 108, 108, 109, 109, 201, 202, 204, 205, 206); + List list2 = Arrays.asList(109,109, 204, 203, 103, 104, 109, 205, 105, 206, 106, 107, 207, 208, 108, 209, 209, 110); + List list3 = Arrays.asList( 101,201,204, 105,107, 207, 207, 203, 204, 109, 205, 205, 208, 209, 207, 109, 203, 208, 102, 210, 106, 104, 107, 202, 105, 206, 206, 109, 202, 209, 210, 104, 206, 107, 101, 108, 210, 203, 101, 209, 106, 209); + + this.cardList.addAll(list); + this.cardList.addAll(list2); + this.cardList.addAll(list3); + } + + private void initCard_tianhu() { + List list = Arrays.asList(101, 102, 103, 104, 106, 106, 106, 107, 107, 108, 108, 108, 109, 109, 201, 202, 204, 205, 206); + List list2 = Arrays.asList(201, 201, 202, 202, 206, 207, 207, 210, 210, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110); + List list3 = Arrays.asList(107, 108, 204, 203, 104, 105, 106, 107, 107, 108, 108, 108, 108, 109, 109, 109, 109, 110, 110, 110, 110, 203, 204, 205, 206, 206, 207, 207, 207, 207, 208, 208, 208, 208, 209, 209, 209, 209, 210, 210, 210, 210); + + this.cardList.addAll(list); + this.cardList.addAll(list2); + this.cardList.addAll(list3); + } + + private void shuffle() { + Collections.shuffle(this.cardList); + } + + public int pop() { + if (this.cardList.size() == 0) { + if(this.subCardList.size() > 0) { + int card = this.subCardList.remove(0); + return card; + }else { + return 0; + } + }else { + int card = this.cardList.remove(0); + return card; + } + } + + public int popsub() { + if (this.subCardList.size() == 0) { + int card = this.cardList.remove(0); + return card; + }else { + int card = this.subCardList.remove(0); + return card; + } + } + + public int getCount() { + return this.cardList.size() + this.subCardList.size(); + } + + /** + * 发牌 + * */ + public ArrayList deal() { + ArrayList dealCards = new ArrayList(); + for (int index = 0; index < 19; index++) { + //logger.info("jefe card id:" + this.pop()); + dealCards.add(this.pop()); + } + return dealCards; + } + + public ArrayList deal2() { + ArrayList dealCards = new ArrayList(); + for (int index = 0; index < 20; index++) { + dealCards.add(this.pop()); + } + return dealCards; + } + + public void reInitCards(List cards) { + //从底牌移除 + for(Integer card : cards) { + for(int i = cardList.size() - 1;i >= 0;i--) { + if(cardList.get(i).intValue() == card.intValue()) { + if(cardList.remove(i) > 0) { + this.subCardList.add(card); + } + break; + } + } + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/RuleWeight.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/RuleWeight.java new file mode 100644 index 0000000..e67a3b7 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/RuleWeight.java @@ -0,0 +1,63 @@ +package extend.zp; + +public class RuleWeight { + public final static int CHOW1 = 1; + public final static int CHOW2 = 2; + public final static int PONG = 3; + public final static int WIN1 = 4; + public final static int WIN2 = 5; + public final static int WIN3 = 6; + public final static int TI = 7; + public final static int WAI = 8; + + public final static int TYPE_CHOW = 1; + public final static int TYPE_PONG = 2; + public final static int TYPE_KAN = 3; + public final static int TYPE_WEI = 4; + public final static int TYPE_CHOUWEI = 5; + public final static int TYPE_PAO = 6; + public final static int TYPE_TI = 7; + public final static int TYPE_WIN = 8; + public final static int TYPE_BI = 9; + public final static int TYPE_JIANG = 10; + + public final static int SMALL_CARD = 1; + public final static int BIG_CARD = 2; + + public final static int HONG_HU = 1; + public final static int WU_HU = 2; + public final static int DIAN_HU = 3; + public final static int DUIZI_HU = 4; + public final static int TIAN_HU = 5; + public final static int DI_HU = 6; + public final static int HAI_HU = 7; + public final static int TING_HU = 8; + public final static int DA_HU = 9; + public final static int XIAO_HU = 10; + public final static int DA_TUAN_YUAN = 11; + public final static int XING_XING_XI = 12; + public final static int SI_QI_HONG = 13; + public final static int SHUA_HOU = 14; + public final static int HUANG_FAN = 15; + public final static int ZI_MO = 16; + public final static int JIA_XING_XING = 17; + public final static int HONG_WU = 18; + public final static int YUAN = 19; + public final static int BEI_KAO_BEI = 20; + public final static int HONG_DUI =21; + public final static int WU_DUI = 22; + public final static int JIAHONG_DUI = 23; + public final static int DHDF = 24; + public final static int NO_DUI = 25;; //没有对子, 无对 + public final static int YI_DUI = 26; //一对 + public final static int JIU_DUI = 27; //九对 + public final static int SHI_DUI = 28; //十对 + public final static int QUAN_QIU_REN = 29; //全求人 + + + public final static int HAO_NONE = 0; + public final static int HAO_SHAN = 1; //散毫 + public final static int HAO_QING = 2; //清溜 + public final static int HAO_NUI = 3; //内毫 + public final static int HAO_WAI = 4; //外毫 +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleChi.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleChi.java new file mode 100644 index 0000000..030a101 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleChi.java @@ -0,0 +1,33 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRChiState; +import extend.zp.tip.IRuleBase; + + +public class RuleChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + return player.chi(player.getRoom().activeCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + int activeCard=room.activeCard; + PRChi.prChi(activeCard, player, false); + room.activeCard = 0; + room.lastDiscardSeat = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + player.stateMachine.changeState(Global.getState(PRChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java new file mode 100644 index 0000000..e346b69 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDealKan.java @@ -0,0 +1,78 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleDealKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + + if(num == 2 && card == player.drawCard) { + + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true, RuleWeight.HAO_NONE, 0)); + //EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + + ITObject param = new TObject(); + param.putInt("card", card); + param.putInt("seat", player.room.activeSeat); + player.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + } + if (num == 3) { + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true, RuleWeight.HAO_NONE, 0)); + //EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDealLiu.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDealLiu.java new file mode 100644 index 0000000..bbf6d87 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDealLiu.java @@ -0,0 +1,78 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDealLiuState; +import extend.zp.player.rulestate.PRLiuState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + +import java.util.Map; + + +public class RuleDealLiu implements IRuleBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + int eventCard = player.drawCard; + boolean flag = false; + //player.tipMgr.clean(); + logger.info("jefe RuleDealLiu:" + eventCard); + + if (eventCard > 0) + { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + flag = true; + break; + } + } + + for (int i = 0; i < player.tiGroup.size(); i++) { + int card = player.tiGroup.get(i)[0]; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + Tip tip = new Tip(card, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + flag = true; + } + } + else { + for (int i = 0; i < player.tiGroup.size(); i++) { + int card = player.tiGroup.get(i)[0]; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + Tip tip = new Tip(card, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + flag = true; + } + } + logger.info("jefe RuleDealLiu end:" + flag); + return flag; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDealLiuState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java new file mode 100644 index 0000000..5637d74 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDealTi.java @@ -0,0 +1,61 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import extend.zp.*; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleDealTi implements IRuleBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public boolean condition(EXPlayer player) { + + logger.info("jefe RuleDealTi "); + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + + int card = entry.getKey(); + int num = entry.getValue(); + + if (num == 4) { + player.tiCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + player.tiGroup.add(tiGroup); + + //清溜 + player.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card), true, RuleWeight.HAO_QING, card)); + //EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_TI, player.seat, opcard); + } + } + logger.info("jefe RuleDealTi end"); + return false; + } + + @Override + public void action(EXPlayer player) { + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java new file mode 100644 index 0000000..c3a82db --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDiscardPao.java @@ -0,0 +1,54 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDiscardPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleDiscardPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + int eventCard = player.getRoom().activeCard; + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + player.getRoom().activeCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDiscardPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java new file mode 100644 index 0000000..cefe3ea --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDrawChi.java @@ -0,0 +1,36 @@ +package extend.zp.player.rule; + +import com.game.Global; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.player.rulestate.PRChi; +import extend.zp.player.rulestate.PRDrawChiState; +import extend.zp.tip.IRuleBase; + + +public class RuleDrawChi implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + return player.chi(eventCard, this); + } + + @Override + public void action(EXPlayer player) { + EXRoom room = (EXRoom) player.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(player.room.activeSeat); + int activeCard = activePlayer.drawCard; + PRChi.prChi(activeCard, player, true); + activePlayer.drawCard = 0; + EXMainServer.gameCtr.changeActiveSeat(room, player.seat); + + player.stateMachine.changeState(Global.getState(PRDrawChiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java new file mode 100644 index 0000000..5b33794 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDrawPao.java @@ -0,0 +1,74 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDrawPaoState; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; + + +public class RuleDrawPao implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + for (int i = 0; i < player.pongGroup.size(); i++) { + if (eventCard == player.pongGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.pongGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_PONG, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + if (player.seat != activePlayer.seat) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + activePlayer.drawCard = 0; + player.weiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + player.initOpCard(opcard); + this.action(player); + return false; + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPaoState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java new file mode 100644 index 0000000..9dc6c47 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleDrawPong.java @@ -0,0 +1,86 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRDrawPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + +import java.util.ArrayList; + + +public class RuleDrawPong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + ArrayList tempList = new ArrayList<>(); + tempList.addAll(player.cardInhand); + for (int i = 0; i < player.kanGroup.size(); i++) { + tempList.add(player.kanGroup.get(i)[0]); + tempList.add(player.kanGroup.get(i)[0]); + tempList.add(player.kanGroup.get(i)[0]); + } + for (int i = 0; i < player.tiGroup.size(); i++) { + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + } + if (tempList.size() <= 2) { + return false; + } + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (player.seat == activePlayer.seat) { + return false; + } + int eventCard = activePlayer.drawCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + else { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRDrawPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleKan.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleKan.java new file mode 100644 index 0000000..7cdf612 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleKan.java @@ -0,0 +1,50 @@ +package extend.zp.player.rule; + +import java.util.Map; +import java.util.Map.Entry; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.IRuleBase; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleKan implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Entry entry : cardMap.entrySet()) { + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 2) { + player.winCard = player.drawCard; + player.drawCard = 0; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(player.cardInhand, card, num); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true, RuleWeight.HAO_NONE, 0)); + //EXMainServer.gameCtr.actionCard(player, card, card, RuleWeight.TYPE_KAN, player.seat, opcard); + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleLiu.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleLiu.java new file mode 100644 index 0000000..3720988 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleLiu.java @@ -0,0 +1,64 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRLiuState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + +import java.util.Map; + + +public class RuleLiu implements IRuleBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + int eventCard = player.drawCard; + logger.info("jefe RuleLiu " +eventCard); + Map cardMap = CardUtil.getCardNumMap(player.cardInhand); + for (Map.Entry entry : cardMap.entrySet()) { + // 如果抓的牌 手中刚好有三张 + int card = entry.getKey(); + int num = entry.getValue(); + if (card == player.drawCard && num == 3) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + return true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + if (eventCard == player.weiGroup.get(i)[0]) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + return true; + } + } + + logger.info("jefe RuleLiu end" ); + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRLiuState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RulePong.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RulePong.java new file mode 100644 index 0000000..b81e06f --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RulePong.java @@ -0,0 +1,84 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRPongState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + +import java.util.ArrayList; + + +public class RulePong implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + ArrayList tempList = new ArrayList<>(); + tempList.addAll(player.cardInhand); + for (int i = 0; i < player.kanGroup.size(); i++) { + tempList.add(player.kanGroup.get(i)[0]); + tempList.add(player.kanGroup.get(i)[0]); + tempList.add(player.kanGroup.get(i)[0]); + } + for (int i = 0; i < player.tiGroup.size(); i++) { + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + tempList.add(player.tiGroup.get(i)[0]); + } + if (tempList.size() <= 2) { + return false; + } + EXRoom room = player.getRoom(); + int eventCard = room.activeCard; + if (eventCard == 0) { + return false; + } + if (player.isEntrust()) { + player.chouPongSet.add(eventCard); + return false; + } + // ���� + if (player.chouPongSet.contains(eventCard)) { + return false; + } + if (CardUtil.cardNum(eventCard, player.outcardExList) != 0) { + return false; + } + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + else { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.PONG, this, RuleWeight.TYPE_PONG); + player.tipMgr.addTip(tip); + return true; + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRPongState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWei.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWei.java new file mode 100644 index 0000000..6fe8738 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWei.java @@ -0,0 +1,130 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.Config; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleWei implements IRuleBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + int eventCard = player.drawCard; + logger.info("jefe RuleWei "+eventCard); + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + if (player.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) == 0) + { + if (Paixing.checkWin(player, player.drawCard, true)) { + return false; + } + else { + player.winCard = player.drawCard; + player.drawCard = 0; + CardUtil.removeCard(player.cardInhand, eventCard, 2); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(0); + player.initOpCard(opcard); + this.action(player); + } + } + else { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.WAI, this, RuleWeight.TYPE_WEI); + player.tipMgr.addTip(tip); + return true; + } + } + else { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + if (player.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) == 0) + { + if (Paixing.checkWin(player, player.drawCard, true)) { + return false; + } + else { + player.winCard = player.drawCard; + player.drawCard = 0; + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + player.cardInhand.add(eventCard); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(1); + player.initOpCard(opcard); + this.action(player); + break; + } + } + else { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.WAI, this, RuleWeight.TYPE_WEI); + player.tipMgr.addTip(tip); + return true; + } + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.notPutSet.add(player.drawCard); + if (player.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) != 0) + { + int eventCard = player.drawCard; + player.winCard = player.drawCard; + player.drawCard = 0; + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + CardUtil.removeCard(player.cardInhand, eventCard, 2); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(0); + player.initOpCard(opcard); + } + else + { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + player.cardInhand.add(eventCard); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(1); + player.initOpCard(opcard); + break; + } + } + } + } + + player.stateMachine.changeState(Global.getState(PRWeiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWeiHu.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWeiHu.java new file mode 100644 index 0000000..3b758b2 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWeiHu.java @@ -0,0 +1,95 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import extend.zp.Config; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRWeiState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class RuleWeiHu implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + int eventCard = player.drawCard; + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + if (player.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) == 0) + { + if (Paixing.checkWin(player, player.drawCard, true)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.WAI, this, RuleWeight.TYPE_WEI); + player.tipMgr.addTip(tip); + return true; + } + } + } + else { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + if (player.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) == 0) + { + if (Paixing.checkWin(player, player.drawCard, true)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.WAI, this, RuleWeight.TYPE_WEI); + player.tipMgr.addTip(tip); + return true; + } + else { + break; + } + } + } + } + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.notPutSet.add(player.drawCard); + int eventCard = player.drawCard; + player.winCard = player.drawCard; + player.drawCard = 0; + if (CardUtil.cardNum(eventCard, player.cardInhand) >= 2) { + CardUtil.removeCard(player.cardInhand, eventCard, 2); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(0); + player.initOpCard(opcard); + } + else + { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (eventCard == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + player.cardInhand.add(eventCard); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(1); + player.initOpCard(opcard); + break; + } + } + } + + player.stateMachine.changeState(Global.getState(PRWeiState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWeiLiu.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWeiLiu.java new file mode 100644 index 0000000..cbcdfe6 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWeiLiu.java @@ -0,0 +1,117 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.*; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; + + +public class RuleWeiLiu implements IRuleBase { + Logger logger = Logger.getLogger(getClass()); + public boolean qlflag = false; + + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + //player.tipMgr.clean(); + int eventCard = player.drawCard; + logger.info("jefe weiliu wincard:" + player.winCard); + logger.info("jefe weiliu rreventCard:" + eventCard); + logger.info("jefe weiliu player.weiGroup:" + player.weiGroup.size()); + logger.info("jefe weiliu player.KAN:" + player.kanGroup.size()); + logger.info("jefe weiliu CardUtil.cardNum:" + CardUtil.cardNum(eventCard, player.cardInhand)); + logger.info("jefe weiliu player.cardInhand:" + player.cardInhand); + + // logger.info("jefe weiliu player.it:" + player.tiGroup); + if (!(player.stateMachine.curState instanceof PRWeiState)) { + for (int i = 0; i < player.weiGroup.size(); i++) { + // logger.info("jefe weiliu player.weiGroup:" + player.weiGroup.get(0)[0]); + if (eventCard == player.weiGroup.get(i)[0]) { + //if (CardUtil.cardNum(eventCard, player.cardInhand) == 1) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + return true; + } + } + } + boolean flag = false; + + if((player.stateMachine.curState instanceof PRChiState)||(player.stateMachine.curState instanceof PRPongState)||(player.stateMachine.curState instanceof PRWeiState)||(player.stateMachine.curState instanceof PRDrawPongState)||(player.stateMachine.curState instanceof PRDrawChiState)){ + + if (player.tiGroup.size()>0){ + for (int i = 0; i < player.tiGroup.size(); i++) { + eventCard = player.tiGroup.get(i)[0]; + logger.info("jefe weitiliuaaaeventCard:" + eventCard); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + this.qlflag = true; + flag = true; + } + } + for (int i = 0; i < player.weiGroup.size(); i++) { + // if (eventCard == player.weiGroup.get(i)[0] && CardUtil.cardNum(eventCard, player.cardInhand) == 1) { + if ( CardUtil.cardNum(eventCard, player.cardInhand) == 1) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + return true; + }else { + + for (int j = 0; j < player.cardInhand.size(); j++) { + if (player.cardInhand.get(j) == player.weiGroup.get(i)[0]) { + eventCard = player.cardInhand.get(j); + // logger.info("jefe weiliuaaaeventCard:" + eventCard); + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + Tip tip = new Tip(eventCard, opcard, RuleWeight.TI, this, RuleWeight.TYPE_TI); + player.tipMgr.addTip(tip); + return true; + } + } + } + } + // + + } + logger.info("jefe weiliu end" + player.tiGroup); + return flag; + } + + @Override + public void action(EXPlayer player) { + logger.info("jefe weiliu action"+this.qlflag ); + if (this.qlflag){ + this.qlflag = false; + player.stateMachine.changeState(Global.getState(PRDealLiuState.class)); + }else{ + player.stateMachine.changeState(Global.getState(PRWeiLiuState.class)); + } + + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWin.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWin.java new file mode 100644 index 0000000..6664e2d --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rule/RuleWin.java @@ -0,0 +1,53 @@ +package extend.zp.player.rule; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.player.rulestate.PRWinState; +import extend.zp.tip.IRuleBase; +import extend.zp.tip.Tip; +import extend.zp.uitl.Paixing; + + +public class RuleWin implements IRuleBase { + @Override + public boolean condition(EXPlayer player) { + if (player.isDeadPut) + { + return false; + } + if (player.isLaoYe) { + return false; + } + + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (activePlayer == null) { + return false; + } + if (Paixing.checkWin(player, activePlayer.drawCard, activePlayer.seat == player.seat)) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(activePlayer.drawCard); + int weight = RuleWeight.WIN3; + if (activePlayer.seat != player.seat) { + if (player.seat == activePlayer.nextSeat) { + weight = RuleWeight.WIN2; + } else { + weight = RuleWeight.WIN1; + } + } + Tip tip = new Tip(activePlayer.drawCard, opcard, weight, this, RuleWeight.TYPE_WIN); + player.tipMgr.addTip(tip); + player.getRoom().winSeat = activePlayer.seat; + return true; + } + return false; + } + + @Override + public void action(EXPlayer player) { + player.stateMachine.changeState(Global.getState(PRWinState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRChi.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRChi.java new file mode 100644 index 0000000..d429ec4 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRChi.java @@ -0,0 +1,311 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.Util; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +public class PRChi { + + public static void prChi(int card, EXPlayer owner, boolean drawChi) { + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + Tip actionTip = owner.actionTip; + ITArray opcard = actionTip.opcard; + int chowcard1 = opcard.getInt(0); + int chowcard2 = opcard.getInt(1); + __chow(owner, chowcard1, chowcard2, card, activePlayer, false, drawChi); + if (actionTip.bi_list != null && actionTip.biid != null) { + ITObject obj = actionTip.bi_list.getTObject(actionTip.biid.getInt(0)); + ITArray biopcard = obj.getTArray("opcard"); + __chow(owner, biopcard.getInt(0), biopcard.getInt(1), card, owner, true, drawChi); + if (obj.containsKey("bi_list")) { + ITArray bi_list1 = obj.getTArray("bi_list"); + ITObject obj1 = bi_list1.getTObject(actionTip.biid.getInt(1)); + ITArray biopcard1 = obj1.getTArray("opcard"); + __chow(owner, biopcard1.getInt(0), biopcard1.getInt(1), card, owner, true, drawChi); + } + } + + } + + private static final void __chow(EXPlayer player, int chowcard1, int chowcard2, int card, EXPlayer activePlayer, boolean bi, boolean drawChi) { + int[] chiGroup = new int[3]; + chiGroup[0] = chowcard1; + chiGroup[1] = card; + chiGroup[2] = chowcard2; + int haoCard = 0; + int haoType = RuleWeight.HAO_NONE; + player.notPutSet.add(card); + if (chowcard1 - chowcard2 == 1) + { + if (chowcard2 % 100 == 1) + { + player.notPutSet.add(chowcard2 + 2); + } + else if (chowcard2 % 100 == 9) + { + player.notPutSet.add(chowcard2 - 1); + } + else + { + player.notPutSet.add(chowcard2 - 1); + player.notPutSet.add(chowcard2 + 2); + } + } + else if (chowcard1 - chowcard2 == 2) + { + player.notPutSet.add(chowcard2 + 1); + } + else if (chowcard2 - chowcard1 == 1) + { + if (chowcard1 % 100 == 1) + { + player.notPutSet.add(chowcard1 + 2); + } + else if (chowcard1 % 100 == 9) + { + player.notPutSet.add(chowcard1 - 1); + } + else + { + player.notPutSet.add(chowcard1 - 1); + player.notPutSet.add(chowcard1 + 2); + } + } + else if (chowcard2 - chowcard1 == 2) + { + player.notPutSet.add(chowcard1 + 1); + } + + if (!Util.checkCard(chowcard1, player.cardInhand)) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (chowcard1 == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, chowcard1, chowcard1, chowcard1, 0)); + player.cardInhand.add(chowcard1); + player.cardInhand.add(chowcard1); + break; + } + } + for (int i = 0; i < player.tiGroup.size(); i++) { + if (chowcard1 == player.tiGroup.get(i)[0]) { + player.tiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_TI, chowcard1, chowcard1, chowcard1, 0)); + + ////////////////////////////////////////////////// +// player.cardInhand.add(chowcard1); +// player.cardInhand.add(chowcard1); +// player.cardInhand.add(chowcard1); + //============================================ + int[] kanGroup = new int[3]; + kanGroup[0] = chowcard1; + kanGroup[1] = chowcard1; + kanGroup[2] = chowcard1; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, chowcard1, chowcard1, chowcard1, Paixing.caclHuxi(RuleWeight.TYPE_KAN, chowcard1), true, RuleWeight.HAO_NONE, 0)); + //////////////////////////////////////////////// + + haoCard = chowcard1; + haoType = RuleWeight.HAO_NUI; + break; + } + } + } + else { + CardUtil.removeCard(player.cardInhand, chowcard1, 1); + } + + if (!Util.checkCard(chowcard2, player.cardInhand)) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (chowcard2 == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, chowcard2, chowcard2, chowcard2, 0)); + player.cardInhand.add(chowcard2); + player.cardInhand.add(chowcard2); + break; + } + } + for (int i = 0; i < player.tiGroup.size(); i++) { + if (chowcard2 == player.tiGroup.get(i)[0]) { + player.tiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_TI, chowcard2, chowcard2, chowcard2, 0)); +// player.cardInhand.add(chowcard2); +// player.cardInhand.add(chowcard2); +// player.cardInhand.add(chowcard2); + + int[] kanGroup = new int[3]; + kanGroup[0] = chowcard2; + kanGroup[1] = chowcard2; + kanGroup[2] = chowcard2; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, chowcard2, chowcard2, chowcard2, Paixing.caclHuxi(RuleWeight.TYPE_KAN, chowcard2), true, RuleWeight.HAO_NONE, 0)); + + + haoCard = chowcard2; + haoType = RuleWeight.HAO_NUI; + break; + } + } + } + else { + CardUtil.removeCard(player.cardInhand, chowcard2, 1); + } + + if (bi) { + if (!Util.checkCard(card, player.cardInhand)) { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (card == player.kanGroup.get(i)[0]) { + player.kanGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_KAN, card, card, card, 0)); + player.cardInhand.add(card); + player.cardInhand.add(card); + break; + } + } + for (int i = 0; i < player.tiGroup.size(); i++) { + if (card == player.tiGroup.get(i)[0]) { + player.tiGroup.remove(i); + CardUtil.removeOpcard(player.opCardList, new OpCard(RuleWeight.TYPE_TI, card, card, card, 0)); +// player.cardInhand.add(card); +// player.cardInhand.add(card); +// player.cardInhand.add(card); + + int[] kanGroup = new int[3]; + kanGroup[0] = card; + kanGroup[1] = card; + kanGroup[2] = card; + + player.kanGroup.add(kanGroup); + player.opCardList.add(new OpCard(RuleWeight.TYPE_KAN, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_KAN, card), true, RuleWeight.HAO_NONE, 0)); + + + + + break; + } + } + } + else { + CardUtil.removeCard(player.cardInhand, card, 1); + } + } + else { + if (haoCard == 0) + { + for (int i = 0; i < player.kanGroup.size(); i++) { + if (card == player.kanGroup.get(i)[0]) { + haoCard = card; + haoType = RuleWeight.HAO_WAI; + player.notPutSet.add(card); + break; + } + } + } + + if (haoCard == 0) + { + for (int i = 0; i < player.pongGroup.size(); i++) { + if (card == player.pongGroup.get(i)[0]) { + haoCard = card; + haoType = RuleWeight.HAO_WAI; + break; + } + } + } + + if (haoCard == 0) + { + for (int i = 0; i < player.weiGroup.size(); i++) { + if (card == player.weiGroup.get(i)[0]) { + if (player.playerid == activePlayer.playerid) + { + haoCard = card; + haoType = RuleWeight.HAO_NUI; + } + else if (player.playerid != activePlayer.playerid) + { + haoCard = card; + haoType = RuleWeight.HAO_WAI; + } + break; + } + } + } + + if (haoCard == 0) + { + int handNum = CardUtil.cardNum(card, player.cardInhand); + for (int i = 0; i < player.chowGroup.size(); i++) { + if (card == player.chowGroup.get(i)[0]) { + handNum++; + } + if (card == player.chowGroup.get(i)[2]) { + handNum++; + } + } + + //算出吃到的 + int chiNum = 1; //本次算一次 + for (int i = 0; i < player.chowGroup.size(); i++) { + if (card == player.chowGroup.get(i)[1]) { + chiNum++; + } + } + + //加上本次,相当于吃了4张一样的 + if (handNum == 0 && chiNum == 4) + { + haoCard = card; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 1 && chiNum == 3) { + haoCard = card; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 2 && chiNum == 2) + { + haoCard = card; + haoType = RuleWeight.HAO_WAI; + } + } + } + + + + player.chowGroup.add(chiGroup); + int huXi = 0; + if (chiGroup[0] % 100 != chiGroup[1] % 100) { + if (chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 19) { + //if (chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 6 || chiGroup[0] % 100 + chiGroup[1] % 100 + chiGroup[2] % 100 == 19) { + huXi += Paixing.caclHuxi(RuleWeight.TYPE_CHOW, chiGroup[0]); + } + } + + if (haoCard == 0) + { + player.opCardList.add(new OpCard(RuleWeight.TYPE_CHOW, chiGroup[0], chiGroup[1], chiGroup[2], huXi)); + } + else + { + player.opCardList.add(new OpCard(RuleWeight.TYPE_CHOW, chiGroup[0], chiGroup[1], chiGroup[2], huXi, false, haoType, haoCard)); + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(chiGroup[0]); + opcard.addInt(chiGroup[2]); + EXMainServer.gameCtr.actionCard(player, card, card, bi ? RuleWeight.TYPE_BI : RuleWeight.TYPE_CHOW, activePlayer.seat, opcard); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java new file mode 100644 index 0000000..d0de5d1 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRChiState.java @@ -0,0 +1,125 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.PlayerRuleManager; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.player.state.EXPlayerWaitState; +import extend.zp.room.state.EXRoomSetpState; + +import java.util.concurrent.TimeUnit; + +//对手打吃 +public class PRChiState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + owner.isDiHu = false; + owner.handleDeadPut(); + logger.info("jefe PRChiState: enter" ); + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + logger.info("jefe PRChiState: allpass " +owner.getRoom().isAllPass); + //if (!owner.getRoom().isAllPass) { + logger.info("jefe PRChiState:" +owner.getRoom().tipMap.size()); + logger.info("jefe PRChiState:" +owner.tiGroup.size()); + logger.info("jefe guoliu:" + owner.isGuoliu); + + boolean flags = false; + for (int i = 0; i < owner.weiGroup.size(); i++) { + for (int j = 0; j < owner.cardInhand.size(); j++) { + //logger.info("jefe PRPongState:"+owner.cardInhand.get(j) ); + if (owner.cardInhand.get(j) == owner.weiGroup.get(i)[0]) { + flags = true; + } + } + } + //判断是否能溜 + if (owner.tiGroup.size()>0&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + owner.isGuoliu = true; + } + + //判断是否可以溜 + if(flags&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + + + + //} + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + + public int duplicate(Integer[] numbers) { + Integer[] res = new Integer[numbers.length]; + for (int i=0;i { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + Tip actionTip = owner.actionTip; + int eventCard = actionTip.card; + logger.info("jefe PRDealLiuState :" + eventCard); + + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (eventCard == owner.kanGroup.get(i)[0]) { + owner.winCard = owner.drawCard; + owner.drawCard = 0; + owner.kongCount++; + owner.kanGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_KAN, eventCard, eventCard, eventCard, 0)); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + //内毫 + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_NUI, eventCard)); + + break; + } + } + + for (int i = 0; i < owner.tiGroup.size(); i++) { + if (eventCard == owner.tiGroup.get(i)[0]) { + owner.kongCount++; + owner.tiGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, 0)); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_QING, eventCard)); + + break; + } + } + + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (eventCard == owner.weiGroup.get(i)[0] && CardUtil.cardNum(eventCard, owner.cardInhand) == 1) { + // if ( CardUtil.cardNum(eventCard, owner.cardInhand) == 1) { + owner.weiGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + CardUtil.removeCard(owner.cardInhand, eventCard, 1); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + //内毫 + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_NUI, eventCard)); + break; + } + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + + EXMainServer.gameCtr.actionCard(owner, eventCard, eventCard, RuleWeight.TYPE_TI, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + + owner.handleDeadPut(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.getRoom().isTianHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + timer(owner); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java new file mode 100644 index 0000000..2e3a5b4 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRDiscardPaoState.java @@ -0,0 +1,98 @@ +package extend.zp.player.rulestate; + +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + + +public class PRDiscardPaoState extends StateBase { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + owner.isDiHu = false; + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + + int fromseat = activePlayer.seat; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + room.activeCard = 0; + room.lastDiscardSeat = 0; + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java new file mode 100644 index 0000000..5c12eb8 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRDrawChiState.java @@ -0,0 +1,86 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; + +import com.taurus.core.util.Logger; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.PlayerRuleManager; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.room.state.EXRoomSetpState; + +public class PRDrawChiState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + owner.biCard = 0; + owner.isTingHu = false; + owner.isDiHu = false; + owner.handleDeadPut(); + logger.info("jefe PRDrawChiState: enter" ); + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + logger.info("jefe PRDrawChiState"); + boolean flags = false; + for (int i = 0; i < owner.weiGroup.size(); i++) { + for (int j = 0; j < owner.cardInhand.size(); j++) { + //logger.info("jefe PRPongState:"+owner.cardInhand.get(j) ); + if (owner.cardInhand.get(j) == owner.weiGroup.get(i)[0]) { + flags = true; + } + } + } + //判断是否能溜 + if (owner.tiGroup.size()>0&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + owner.isGuoliu = true; + } + + //判断是否可以溜 + if(flags&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + public int duplicate(Integer[] numbers) { + Integer[] res = new Integer[numbers.length]; + for (int i=0;i { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + owner.isDiHu = false; + EXRoom room = owner.getRoom(); + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + if (owner.seat != activePlayer.seat) { + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + } + + int fromseat = activePlayer.seat; + + int card = owner.opCard.getInt(0); + int[] paoGroup = new int[4]; + paoGroup[0] = card; + paoGroup[1] = card; + paoGroup[2] = card; + paoGroup[3] = card; + + owner.paoGroup.add(paoGroup); + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PAO, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PAO, card))); + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PAO, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + int count = owner.tiCount + owner.kongCount; + if (count == 1) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else if (count == 2) { + if (owner.tiCount == 2) { + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } else { + timer(owner); + } + } else { + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 2, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java new file mode 100644 index 0000000..559bdb3 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRDrawPongState.java @@ -0,0 +1,162 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRDrawPongState extends StateBase { + + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + logger.info("jefe PRDrawPongState: enter" ); + EXRoom room = (EXRoom) owner.room; + owner.isDiHu = false; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = activePlayer.drawCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + activePlayer.drawCard = 0; + int haoCard = 0; + if (CardUtil.cardNum(card, owner.cardInhand) >= 2) { + CardUtil.removeCard(owner.cardInhand, card, 2); + for (int i = 0; i < owner.chowGroup.size(); i++) { + //if (owner.chowGroup.get(i)[0] == card || owner.chowGroup.get(i)[1] == card || owner.chowGroup.get(i)[2] == card) + if ( owner.chowGroup.get(i)[1] == card ) + { + haoCard = card; + break; + } + } + } + else + { + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (card == owner.kanGroup.get(i)[0]) { + owner.kanGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_KAN, card, card, card, 0)); + owner.cardInhand.add(card); + owner.notPutSet.add(card); + haoCard = card; + break; + } + } + } + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + if (haoCard == 0) + { + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + } + else + { + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card), false, RuleWeight.HAO_WAI, haoCard)); + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + owner.handleDeadPut(); + } + + @Override + public void toNextState(EXPlayer owner) { + //if (!owner.getRoom().isAllPass) { + logger.info("jefe PRDrawPongState:" ); + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + + if (owner.tiGroup.size()>0&&owner.isGuoliu==false) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_LIU_RULE, owner); + owner.isGuoliu = true; + } + + boolean flags = false; + for (int i = 0; i < owner.weiGroup.size(); i++) { + for (int j = 0; j < owner.cardInhand.size(); j++) { + //logger.info("jefe PRPongState:"+owner.cardInhand.get(j) ); + if (owner.cardInhand.get(j) == owner.weiGroup.get(i)[0]) { + flags = true; + } + } + } + //判断是否可以溜 + if(flags&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + + //} + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + public int duplicate(Integer[] numbers) { + Integer[] res = new Integer[numbers.length]; + for (int i=0;i { + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + int eventCard = owner.drawCard; + Map cardMap = CardUtil.getCardNumMap(owner.cardInhand); + for (Map.Entry entry : cardMap.entrySet()) { + // 如果抓的牌 手中刚好有三张 + int card = entry.getKey(); + int num = entry.getValue(); + if (card == owner.drawCard && num == 3) { + owner.winCard = owner.drawCard; + owner.drawCard = 0; + owner.kongCount++; + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + opcard.addInt(card); + CardUtil.removeCard(owner.cardInhand, card, num); + + int[] tiGroup = new int[4]; + tiGroup[0] = card; + tiGroup[1] = card; + tiGroup[2] = card; + tiGroup[3] = card; + + owner.liuGroup.add(tiGroup); + + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_TI, card))); + + break; + } + } + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (eventCard == owner.weiGroup.get(i)[0]) { + owner.winCard = owner.drawCard; + owner.drawCard = 0; + owner.kongCount++; + owner.weiGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + //内毫 + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_NUI, eventCard)); + + break; + } + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + + EXMainServer.gameCtr.actionCard(owner, eventCard, eventCard, RuleWeight.TYPE_TI, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + owner.handleDeadPut(); + } + + @Override + public void toNextState(EXPlayer owner) { + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + timer(owner); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java new file mode 100644 index 0000000..afef666 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRPongState.java @@ -0,0 +1,142 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import extend.zp.*; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.tip.Tip; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRPongState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXRoom room = (EXRoom) owner.room; + EXPlayer activePlayer = (EXPlayer) room.playerMapBySeat.get(owner.room.activeSeat); + activePlayer.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + int fromseat = activePlayer.seat; + owner.isDiHu = false; + EXMainServer.gameCtr.changeActiveSeat(room, owner.seat); + + int[] pongGroup = new int[3]; + int card = room.activeCard; + pongGroup[0] = card; + pongGroup[1] = card; + pongGroup[2] = card; + + int haoCard = 0; + if (CardUtil.cardNum(card, owner.cardInhand) >= 2) { + CardUtil.removeCard(owner.cardInhand, card, 2); + for (int i = 0; i < owner.chowGroup.size(); i++) { + //if (owner.chowGroup.get(i)[0] == card || owner.chowGroup.get(i)[1] == card || owner.chowGroup.get(i)[2] == card) + if ( owner.chowGroup.get(i)[1] == card ) + { + haoCard = card; + break; + } + } + } + else + { + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (card == owner.kanGroup.get(i)[0]) { + owner.kanGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_KAN, card, card, card, 0)); + owner.cardInhand.add(card); + owner.notPutSet.add(card); + haoCard = card; + break; + } + } + } + room.activeCard = 0; + room.lastDiscardSeat = 0; + + owner.pongGroup.add(pongGroup); + owner.isTingHu = false; + if (haoCard == 0) + { + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card))); + } + else + { + owner.opCardList.add(new OpCard(RuleWeight.TYPE_PONG, card, card, card, Paixing.caclHuxi(RuleWeight.TYPE_PONG, card), false, RuleWeight.HAO_WAI, haoCard)); + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, RuleWeight.TYPE_PONG, fromseat, opcard); + logger.info("jefe PRPongState: enter" ); + owner.handleDeadPut(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + //if (!owner.getRoom().isAllPass) { + //logger.info("jefe PRPongState:"+owner.tiGroup.size()+" isguoliu:"+owner.isGuoliu ); + // logger.info("jefe PRPongState:"+owner.weiGroup.size()+" isguoliu:"+owner.kanGroup.size()+"liuGroup:"); + //logger.info("jefe PRPongState:"+owner.weiGroup.get(0)[0]+" isguoliu:"+owner.kanGroup.get(0)[0]+"wei:" +owner.weiGroup.get(1)[0]); + boolean flags = false; + for (int i = 0; i < owner.weiGroup.size(); i++) { + for (int j = 0; j < owner.cardInhand.size(); j++) { + //logger.info("jefe PRPongState:"+owner.cardInhand.get(j) ); + if (owner.cardInhand.get(j) == owner.weiGroup.get(i)[0]) { + flags = true; + } + } + } + + if (owner.tiGroup.size()>0&&owner.isGuoliu==false) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + //判断是否可以溜 + if(flags&&owner.isGuoliu==false){ + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.WAI_LIU_RULE, owner); + owner.isGuoliu = true; + } + + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + //} + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRWeiLiuState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRWeiLiuState.java new file mode 100644 index 0000000..e084f07 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRWeiLiuState.java @@ -0,0 +1,131 @@ +package extend.zp.player.rulestate; + +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.PlayerRuleManager; +import extend.zp.RuleWeight; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class PRWeiLiuState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + owner.kongCount++; + owner.isDiHu = false; + int eventCard = owner.drawCard;//jefe wincard + + logger.info("jefe weiliustate :" + eventCard); + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (eventCard == owner.weiGroup.get(i)[0] && CardUtil.cardNum(eventCard, owner.cardInhand) == 1) { + // if ( CardUtil.cardNum(eventCard, owner.cardInhand) == 1) { + owner.weiGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + CardUtil.removeCard(owner.cardInhand, eventCard, 1); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + //内毫 + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_NUI, eventCard)); + break; + }else { + + for (int j = 0; j < owner.cardInhand.size(); j++) { + if (owner.cardInhand.get(j) == owner.weiGroup.get(i)[0]) { + eventCard = owner.cardInhand.get(j); + owner.weiGroup.remove(i); + CardUtil.removeOpcard(owner.opCardList, new OpCard(RuleWeight.TYPE_WEI, eventCard, eventCard, eventCard, 0)); + CardUtil.removeCard(owner.cardInhand, eventCard, 1); + + int[] tiGroup = new int[4]; + tiGroup[0] = eventCard; + tiGroup[1] = eventCard; + tiGroup[2] = eventCard; + tiGroup[3] = eventCard; + + owner.liuGroup.add(tiGroup); + + //内毫 + owner.opCardList.add(new OpCard(RuleWeight.TYPE_TI, eventCard, eventCard, eventCard, Paixing.caclHuxi(RuleWeight.TYPE_TI, eventCard), false, RuleWeight.HAO_NUI, eventCard)); + break; + } + } + } + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + opcard.addInt(eventCard); + + EXMainServer.gameCtr.actionCard(owner, eventCard, eventCard, RuleWeight.TYPE_TI, owner.seat, opcard); + + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.HU_RULE, owner); + owner.handleDeadPut(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + + timer(owner); + } + + public static void timer(EXPlayer owner) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java new file mode 100644 index 0000000..c62c10f --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRWeiState.java @@ -0,0 +1,132 @@ +package extend.zp.player.rulestate; + +import com.game.Global; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; + +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; +import extend.zp.*; +import extend.zp.player.state.EXPlayerDiscardState; +import extend.zp.player.state.EXPlayerDrawTipState; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.Paixing; + +import java.util.concurrent.TimeUnit; + +/** + * ��Ӧ���ƴ���״̬ + * + * + * + * 2017��8��30�� PRPongState.java + */ +public class PRWeiState extends StateBase { + + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + owner.isDiHu = false; + logger.info("jefe weistate :" +owner.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI)); + if (owner.getRoom().config.getInt(Config.ROOM_CONFIG_KA_WAI) != 0) + { + handleWai(owner); + } + else { + //handleWai(owner); + timer(owner, this); + } + } + + public static void timer(EXPlayer owner, PRWeiState state) { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + state.handleWai(owner); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + + public void handleWai(EXPlayer owner) + { + int card = owner.opCard.getInt(0); + int kan = owner.opCard.getInt(2); + int[] weiGroup = new int[3]; + weiGroup[0] = card; + weiGroup[1] = card; + weiGroup[2] = card; + + owner.weiGroup.add(weiGroup); + + int type = owner.chouPongSet.contains(card) ? RuleWeight.TYPE_CHOUWEI : RuleWeight.TYPE_WEI; + if (kan == 0) + { + boolean firstChi = false; + for (int i = 0; i < owner.chowGroup.size(); i++) { + //if (card == owner.chowGroup.get(i)[0] || card == owner.chowGroup.get(i)[1] || card == owner.chowGroup.get(i)[2]) { + if ( card == owner.chowGroup.get(i)[1]) { + firstChi = true; + break; + } + } + //先吃后歪,算外毫 + if (firstChi) + { + owner.opCardList.add(new OpCard(type, card, card, card, Paixing.caclHuxi(type, card), false, RuleWeight.HAO_WAI, card)); + } + else + { + owner.opCardList.add(new OpCard(type, card, card, card, Paixing.caclHuxi(type, card))); + } + } + else + { + owner.opCardList.add(new OpCard(type, card, card, card, Paixing.caclHuxi(type, card), false, RuleWeight.HAO_NUI, card)); + } + + ITArray opcard = TArray.newInstance(); + opcard.addInt(card); + opcard.addInt(card); + + EXMainServer.gameCtr.actionCard(owner, card, card, type, owner.seat, opcard); + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.WAI_LIU_RULE, owner); + + owner.handleDeadPut(); + } + + @Override + public void toNextState(EXPlayer owner) { + owner.isTingHu = false; + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java new file mode 100644 index 0000000..7050ece --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/rulestate/PRWinState.java @@ -0,0 +1,38 @@ +package extend.zp.player.rulestate; + +import com.game.state.StateBase; + +import extend.zp.EXPlayer; +import extend.zp.EXRoom; + + +public class PRWinState extends StateBase { + @Override + public void enter(EXPlayer owner) { + EXRoom room = owner.getRoom(); + if (!room.isplaying) { + owner.stateMachine.curState = owner.stateMachine.lastState; + return; + } + EXPlayer activePlayer = (EXPlayer) owner.room.playerMapBySeat.get(owner.room.activeSeat); + room.win(owner, activePlayer); + } + + @Override + public void toNextState(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java new file mode 100644 index 0000000..760971e --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDisCardTipState.java @@ -0,0 +1,53 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDisCardTipState extends EXPlayerTipState { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.choicAction(id,biid); + + // Global.logger.error("EXPlayerDisCardTipState" + id); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO)){ + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + //if (tip.type == RuleWeight.TYPE_WIN) { + // id = tip.id; + // break; + //} + } + owner.tipMgr.choicAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java new file mode 100644 index 0000000..4ff1c20 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDiscardState.java @@ -0,0 +1,222 @@ +package extend.zp.player.state; + +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.Router; +import com.game.Util; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.util.Logger; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.room.state.EXRoomSetpState; + + +public class EXPlayerDiscardState extends StateBase { + + Logger logger = Logger.getLogger(getClass()); + + @Override + public void enter(EXPlayer owner) { + + for (Map.Entry entry : owner.room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + player.notChiSet.clear(); + } + + owner.getRoom().tipMap.clear(); + logger.info("jefe EXPlayerDiscardState:" +owner.cardInhand); + owner.isGuoliu = false; + if (owner.cardInhand.isEmpty()) { + + owner.isLaoYe = true; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + + } else { + boolean flag = true; + for(int card : owner.cardInhand) + { + if (!owner.notPutSet.contains(card)) + { + flag = false; + break; + } + } + + if (flag) + { + + if (owner.kanGroup.size() > 0 || owner.tiGroup.size() > 0) + { + flag = false; + } + } + + if (flag) + { + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + else + { + EXMainServer.gameCtr.discardTipEvent(owner); + owner.startActionTimer(); + } + } + } + + @Override + public void toNextState(EXPlayer owner) { + logger.info("jefe EXPlayerDiscardState toNextState:" +owner.isGuoliu); + owner.isGuoliu = false; + + timer(owner); + } + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + switch (cmd) { + case EXActionEvent.EVENT_DISCARD: + ITObject netParam = (ITObject) param; + int discard = netParam.getInt("card"); + discard(owner, discard); + break; + case ActionEvent.EVENT_ENTRUST: + owner.startActionTimer(); + break; + case ActionEvent.EVENT_TIMER_AUTO: + discard(owner, owner.autoDiscard()); + break; + default: + break; + } + } + + private void discard(EXPlayer owner, int discard) { + + if (!Util.checkCard(discard, owner.cardInhand)) { + boolean flag = false; + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (discard == owner.kanGroup.get(i)[0]) { + flag = true; + break; + } + } + for (int i = 0; i < owner.tiGroup.size(); i++) { + if (discard == owner.tiGroup.get(i)[0]) { + flag = true; + break; + } + } + if (!flag) + { + ITObject param = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, param); + return; + } + } + logger.info("discard,player:" + owner + ",card:" + discard); + if (owner.seat == owner.room.bankerSeat) { + + if (owner.outcardExList.size() > 0) { + owner.isTingHu = false; + } + } else { + owner.isTingHu = false; + } + + if (owner.notPutSet.contains(discard)) { + ITObject param = new TObject(); + owner.sendEvent(Router.GAME_EVT__UPDATE_RECONECT, param); + return; + } + + owner.outcardExList.add(discard); + exit(owner); + EXMainServer.gameCtr.outCard(owner, discard); + + owner.getRoom().isDiHu = false; + + if (owner.getRoom().tipMap.size() != 0) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } else { + + if (owner.getRoom().activeCard != 0) { + this.toNextState(owner); + } + } + } + + public static void timer(EXPlayer owner) { + Global.logger.info("timer"+owner.getRoom().isAllPass); + if (owner.getRoom().isAllPass) { + + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + owner.outcardList.add(owner.getRoom().activeCard); + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + + } else { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + + if (owner.room.isDestroy) + return; + + owner.room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + + ITObject resData = new TObject(); + resData.putInt("card", owner.getRoom().activeCard); + resData.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, resData); + + owner.outcardList.add(owner.getRoom().activeCard); + + owner.getRoom().throwCardsSet.add(owner.getRoom().activeCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.getRoom().activeCard); + + owner.getRoom().activeCard = 0; + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java new file mode 100644 index 0000000..ecb9d38 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDrawState.java @@ -0,0 +1,441 @@ +package extend.zp.player.state; + +import java.util.ArrayList; +import java.util.Map; +import java.util.concurrent.TimeUnit; + +import com.data.cache.GroupMemberCache; +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.core.plugin.redis.Redis; +import com.taurus.core.util.Logger; +import com.taurus.core.util.StringUtil; +import com.taurus.permanent.TPServer; + +import extend.zp.*; +import extend.zp.room.state.EXRoomSetpState; +import extend.zp.uitl.CardUtil; +import extend.zp.uitl.Paixing; + + +public class EXPlayerDrawState extends StateBase { + Logger logger = Logger.getLogger(getClass()); + @Override + public void enter(EXPlayer owner) { + owner.notChiSet.clear(); + + EXRoom room = owner.getRoom(); + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + room.isAllPass = false; + owner.getRoom().tipMap.clear(); + if (owner.seat == room.adminSeat) { + if (room.while_list) + { + double rand = Math.random() % 100 * 100; + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.popsub(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (!player.is_white) { + if (Paixing.checkWin((EXPlayer) player, drawCard, true)) { + flag = true; + break; + } + } + } + + if (flag) { + if (rand > room.white_value && room.card.cardList.size() != 0 && count++ <= 5) { + tempCardList.add(drawCard); + Global.logger.info("no white:" + owner.playerid + " to hu:" + drawCard); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else + { + owner.drawCard = room.card.popsub(); + } + } else { + if (room.while_list) + { + double rand = Math.random() % 100 * 100; + if (rand > room.white_value) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.is_white) + { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + else { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = false; + } + } + } + } + + if (owner.is_white) { + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + } + else { + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = false; + } + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else + { + if(owner.black_white_status == 2) { + double rand = Math.random() % 100 * 100; + if (rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + + if (!flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else if(owner.black_white_status == 1) { + double rand = Math.random() % 100 * 100; + if (rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + if (IsGoodCard((EXPlayer) owner, drawCard)) { + flag = true; + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + //Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + else { + boolean black_flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.black_white_status == 1) + { + black_flag = true; + } + } + } + + double rand = Math.random() % 100 * 100; + if (black_flag && rand <= owner.black_white_rate) + { + ArrayList tempCardList = new ArrayList(); + int count = 0; + do { + int drawCard = room.card.pop(); + + boolean flag = false; + for (Map.Entry entry : room.playerMapBySeat.entrySet()) { + Player player = entry.getValue(); + + if (player.playerid != owner.playerid) { + if (player.black_white_status == 1) + { + if (IsGoodCard2((EXPlayer) player, drawCard)) { + flag = true; + break; + } + } + } + } + + if (flag) { + if (room.card.cardList.size() > 0 && count++ <= room.card.cardList.size()) { + tempCardList.add(drawCard); + Global.logger.info("not good card:" + drawCard + " for white player"); + continue; + } + } + + owner.drawCard = drawCard; + break; + } + while(true); + room.card.cardList.addAll(tempCardList); + } + else { + owner.drawCard = room.card.pop(); + } + } + } + } + + room.step++; + int tempStep = room.step; + // if (owner.seat == 2) { + // owner.drawCard = 102; + // } + logger.info("drawCard,player:" + owner + ",card:" + owner.drawCard); + room.drawCard = owner.drawCard; + + int leftCount = room.card.getCount(); + ((EXGameController) Global.gameCtr).getCard(owner, leftCount); + + int card = owner.drawCard; + /* + for (int i = 0; i < owner.kanGroup.size(); i++) { + if (owner.drawCard == owner.kanGroup.get(i)[0]) { + card = 0; + break; + } + } + for (int i = 0; i < owner.weiGroup.size(); i++) { + if (owner.drawCard == owner.weiGroup.get(i)[0]) { + card = 0; + break; + } + } + if (CardUtil.cardNum(owner.drawCard, owner.cardInhand) >= 2) { + card = 0; + } + */ + + ITObject otherParam = new TObject(); + otherParam.putInt("card", card); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.TI_RULE, owner); + if (owner.drawCard != 0 && tempStep == room.step) { + this.toNextState(owner); + } + } + + private boolean IsGoodCard(EXPlayer player, int drawCard) { + if (Paixing.checkWin((EXPlayer) player, drawCard, true)) { + return true; + } + + for (int i = 0; i < player.kanGroup.size(); i++) { + if (drawCard == player.kanGroup.get(i)[0]) { + return true; + } + } + + for (int i = 0; i < player.weiGroup.size(); i++) { + if (drawCard == player.weiGroup.get(i)[0]) { + return true; + } + } + + if (CardUtil.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + return false; + } + + private boolean IsGoodCard2(EXPlayer player, int drawCard) { + if (Paixing.checkWin((EXPlayer) player, drawCard, true)) { + return true; + } + + if (CardUtil.cardNum(drawCard, player.cardInhand) >= 2) + { + return true; + } + + return false; + } + + @Override + public void toNextState(EXPlayer owner) { + if (!owner.getRoom().isAllPass) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_RULE, owner); + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_DRAW, null); + if (owner.getRoom().tipMap.size() != 0) { + for (Map.Entry entry : owner.getRoom().playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.isDiHu) + { + if (owner.getRoom().tipMap.containsKey(player.playerid)) + { + if (player.tipMgr.getTip(RuleWeight.TYPE_WIN) == null) + { + player.isDiHu = false; + } + } + else { + player.isDiHu = false; + } + } + } + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + int tempStep = owner.getRoom().step; + for (Map.Entry entry : owner.getRoom().playerMapBySeat.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player != null) + { + player.isDiHu = false; + } + } + + //EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + //owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_OTHER_PAO, null); + + if (owner.drawCard != 0 && tempStep == owner.getRoom().step) { + + timer(owner); + } + } + + public static void timer(EXPlayer owner) { + if (owner.getRoom().card.getCount() == 0) { + owner.getRoom().liuju = true; + owner.getRoom().liujuNum++; + owner.getRoom().endGame(); + return; + } + if (owner.getRoom().isAllPass) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } else { + TPServer.me().getTimerPool().schedule(new Runnable() { + @Override + public void run() { + if (owner.room == null) { + Global.logger.error("EXPlayerDrawState room is null"); + return; + } + if (owner.room.isDestroy) + return; + owner.room.enqueueRunnable(new Runnable() { + @Override + public void run() { + if(owner.drawCard != 0) { + ITObject param = new TObject(); + param.putInt("card", owner.drawCard); + param.putInt("seat", owner.seat); + owner.room.broadCastToClient(0, Config.GAME_EVT_THROW_CARD, param); + owner.outcardList.add(owner.drawCard); + owner.getRoom().throwCardsSet.add(owner.drawCard); + owner.getRoom().getPlayBack().addThrowCardCommand(owner.seat, owner.drawCard); + + owner.drawCard = 0; + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.room.stateMachine.changeState(Global.getState(EXRoomSetpState.class)); + } + } + }); + } + }, 1, TimeUnit.SECONDS); + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java new file mode 100644 index 0000000..f7c86f1 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerDrawTipState.java @@ -0,0 +1,52 @@ +package extend.zp.player.state; + +import java.util.Map.Entry; + +import com.game.ActionEvent; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; + +import extend.zp.EXActionEvent; +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + + +public class EXPlayerDrawTipState extends EXPlayerTipState { + public void enter(EXPlayer owner) { + super.enter(owner); + owner.getRoom().tipMap.put(owner.playerid, owner.tipMgr); + } + + @Override + public void exit(EXPlayer owner) { + // TODO Auto-generated method stub + super.exit(owner); + owner.getRoom().tipMap.remove(owner.playerid); + } + + public void reload(EXPlayer owner) { + this.enter(owner); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_ACTION)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + ITArray biid = netParam.containsKey("biid")?netParam.getTArray("biid"):null; + owner.tipMgr.doAction(id,biid); + }else if (ActionEvent.EVENT_TIMER_AUTO.equals(cmd)) { + int id = owner.tipMgr.getUid(); + for (Entry entry : owner.tipMgr.tipMap.entrySet()) { + Tip tip = entry.getValue(); + //if (tip.type == RuleWeight.TYPE_WIN) { + // id = tip.id; + // break; + //} + } + owner.tipMgr.doAction(id,null); + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerPiaoNiaoTipState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerPiaoNiaoTipState.java new file mode 100644 index 0000000..2a71329 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerPiaoNiaoTipState.java @@ -0,0 +1,62 @@ +package extend.zp.player.state; + +import com.game.ActionEvent; +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; + + +public class EXPlayerPiaoNiaoTipState extends StateBase{ + + @Override + public void enter(EXPlayer owner) { + if(!owner.isEntrust()) { + EXMainServer.gameCtr.piaoTipEvent(owner,0); + } + owner.startActionTimer(); + } + + /** + * 重连 + * @param owner + */ + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.piaoTipEvent(owner,1); + owner.startActionTimer(); + } + + + @Override + public void exit(EXPlayer owner) { + owner.stopActionTimer(); + } + + private void _action(EXPlayer owner,int id,int gid) { + owner.piao = id; + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().piaoCount --; + EXMainServer.gameCtr.piaoEvent(owner); + owner.getRoom().stateMachine.execute(EXActionEvent.EVENT_PIAO, gid, null); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + super.execute(owner, cmd, gid, param); + if (cmd.equals(EXActionEvent.EVENT_PIAO)) { + ITObject netParam = (ITObject) param; + int id = netParam.getInt("id"); + _action(owner, id, gid); + }else if(cmd.equals(ActionEvent.EVENT_TIMER_AUTO) || cmd.equals(ActionEvent.EVENT_ENTRUST)) { + _action(owner,0,gid); + } + else if(cmd.equals(ActionEvent.EVENT_OFFLINE)) { + owner.startActionTimer(); + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java new file mode 100644 index 0000000..b7a9cd8 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerPreDrawState.java @@ -0,0 +1,131 @@ +package extend.zp.player.state; + +import java.util.Collections; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.permanent.TPServer; + +import extend.zp.*; +import extend.zp.uitl.Paixing; + + +public class EXPlayerPreDrawState extends StateBase { + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + + room.isAllPass = false; + + + //owner.drawCard = room.card.pop(); + + //room.drawCard = owner.drawCard; + + //发消息给自己,并记录玩家抓牌的日志 + int leftCount = room.card.getCount(); + //((EXGameController) Global.gameCtr).getCard(owner, leftCount); + + //通知所有其他的玩家 + ITObject otherParam = new TObject(); + otherParam.putInt("card", owner.drawCard); + otherParam.putInt("seat", owner.room.activeSeat); + otherParam.putInt("left_count", leftCount); + //jefe + for (Entry entry : room.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + //owner.room.broadCastToClient(player.playerid, Config.GAME_EVT_DRAW, otherParam); + //player.sendEvent(Config.GAME_EVT_DRAW, otherParam); + if (player.room.bankerSeat==player.seat){ + //owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_ACTION, otherParam); + } + player.sendEvent(Config.GAME_EVT_DRAW, otherParam); + } + //owner.room.broadCastToClient(owner.playerid, Config.GAME_EVT_DRAW, otherParam); + + + //启动定时器 + timer(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + + if (!owner.getRoom().isAllPass) { + //根据规则判定自己能不能胡 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.HU_LIU_RULE, owner); + //看看其他玩家能不能胡 + owner.room.broadCastToServer(owner.playerid, EXActionEvent.EVENT_DEAL, null); + + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + owner.getRoom().isTianHu = false; + + //判断玩家抓牌之后可以进行的操作 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + + //判断玩家是否有坎的操作 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.KAN_RULE, owner); + + int drawCard = owner.drawCard; + owner.drawCard = 0; + + if (drawCard != 0) { + + owner.cardInhand.add(drawCard); + Collections.sort(owner.cardInhand); + + ITObject param = new TObject(); + param.putInt("card", drawCard); + param.putInt("seat", owner.room.activeSeat); + owner.room.broadCastToClient(0, Config.GAME_EVT_ADD_CARD, param); + + owner.getRoom().getPlayBack().addAddCardCommand(owner.room.activeSeat, drawCard); + } + + owner.stateMachine.changeState(Global.getState(EXPlayerDiscardState.class)); + } + + public static void timer(EXPlayer owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + + if (owner.room.isDestroy) + return; + + owner.room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, owner); + + owner.stateMachine.toNextState(); + } + }); + } + }, 1500, TimeUnit.MILLISECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerTianHuState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerTianHuState.java new file mode 100644 index 0000000..9a45a51 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerTianHuState.java @@ -0,0 +1,85 @@ +package extend.zp.player.state; + +import java.util.Collections; +import java.util.Map.Entry; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.player.state.PlayerPauseState; +import com.game.state.StateBase; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; +import com.taurus.permanent.TPServer; + +import extend.zp.Config; +import extend.zp.EXActionEvent; +import extend.zp.EXGameController; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayerRuleManager; +import extend.zp.uitl.Paixing; + + +public class EXPlayerTianHuState extends StateBase { + @Override + public void enter(EXPlayer owner) { + + EXRoom room = owner.getRoom(); + + room.isAllPass = false; + + //启动定时器 + timer(owner); + } + + @Override + public void toNextState(EXPlayer owner) { + + if (!owner.getRoom().isAllPass) { + + //根据规则判定自己能不能胡 + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.HU_RULE, owner); + + // 如果有玩家能胡 + if (owner.getRoom().tipMap.size() != 0) { + + if (!(owner.stateMachine.curState instanceof EXPlayerDrawTipState)) { + owner.stateMachine.changeState(Global.getState(PlayerPauseState.class)); + } + return; + } + } + + owner.getRoom().isTianHu = false; + + owner.stateMachine.changeState(Global.getState(EXPlayerPreDrawState.class)); + } + + public static void timer(EXPlayer owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner.room == null) { + Global.logger.error("EXPlayerDiscardState room is null"); + return; + } + + if (owner.room.isDestroy) + return; + + owner.room.enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 500, TimeUnit.MILLISECONDS); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java new file mode 100644 index 0000000..af786e1 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerTipState.java @@ -0,0 +1,40 @@ +package extend.zp.player.state; + +import com.game.ActionEvent; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; + + +public abstract class EXPlayerTipState extends StateBase { + @Override + public void enter(EXPlayer owner) { + // TODO Auto-generated method stub + EXMainServer.gameCtr.tipEvent(owner); + owner.startActionTimer(); + } + + @SuppressWarnings("unchecked") + @Override + public void toNextState(EXPlayer owner) { + owner.stateMachine.lastState.toNextState(owner); + } + + @Override + public void exit(EXPlayer owner) { + owner.tipMgr.clean(); + owner.stopActionTimer(); + } + + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + if (ActionEvent.EVENT_ENTRUST.equals(cmd)) { + owner.startActionTimer(); + } + } + @Override + public void reload(EXPlayer owner) { + EXMainServer.gameCtr.tipEvent(owner); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java new file mode 100644 index 0000000..55aff7c --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/player/state/EXPlayerWaitState.java @@ -0,0 +1,31 @@ +package extend.zp.player.state; + +import com.game.state.StateBase; + +import extend.zp.EXActionEvent; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.PlayerRuleManager; + +public class EXPlayerWaitState extends StateBase { + @Override + public void execute(EXPlayer owner, String cmd, int gid, Object param) { + // TODO Auto-generated method stub + switch (cmd) { + case EXActionEvent.EVENT_OTHER_DISCARD: + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DISCARD_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_DRAW: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_DRAW_RULE, owner); + break; + case EXActionEvent.EVENT_DEAL: + EXMainServer.playerRuleMgr.condition(PlayerRuleManager.OTHER_HU_RULE, owner); + break; + case EXActionEvent.EVENT_OTHER_PAO: + //EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DRAW_PAO_RULE, owner); + break; + default: + break; + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java new file mode 100644 index 0000000..12e79a5 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomDealState.java @@ -0,0 +1,142 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; +import java.util.Random; +import java.util.concurrent.TimeUnit; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import com.taurus.permanent.TPServer; +import extend.zp.Config; +import extend.zp.EXMainServer; +import extend.zp.EXPlayer; +import extend.zp.EXRoom; +import extend.zp.PlayBack; +import extend.zp.PlayerRuleManager; +import extend.zp.player.state.EXPlayerPreDrawState; +import extend.zp.player.state.EXPlayerTianHuState; + + +public class EXRoomDealState extends StateBase { + + @Override + public void enter(EXRoom owner) { + boolean donghua = false; + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.xi_pai) + { + donghua = true; + break; + } + } + + if (donghua) + { + owner.notifyXiPai(); + //启动定时器 + timer(owner); + } + else { + this.toNextState(owner); + } + } + + public static void timer(EXRoom owner) { + + TPServer.me().getTimerPool().schedule(new Runnable() { + + @Override + public void run() { + + if (owner == null) { + Global.logger.error("room is null"); + return; + } + + if (owner.isDestroy) + return; + + owner.enqueueRunnable(new Runnable() { + + @Override + public void run() { + owner.stateMachine.toNextState(); + } + }); + } + }, 4000, TimeUnit.MILLISECONDS); + } + + @Override + public void toNextState(EXRoom owner) { + //洗牌 + owner.card.init(); + + // 如果没有庄家,确定一个庄家 + if (owner.bankerSeat == 0) { + if (owner.config.getBoolean(Config.ROOM_CONFIG_FIRST_RAND_ZHUANG)) + { + owner.bankerSeat = getBankerSeat(owner); + } + else + { + owner.bankerSeat = 1; + } + } + + //发牌 + EXMainServer.gameCtr.dealCard(owner); + + // 去底牌 + if (owner.maxPlayers == 2 ) { + int qupaiV = owner.config.getInt(Config.ROOM_CONFIG_QUPAI); + if(qupaiV > 0) { + + int num = qupaiV * 5 + 5; + for (int index = 0; index < num; index++) { + owner.throwCardsList.add(owner.card.pop()); + } + } + } + + // 生成游戏记录对象 + owner.playBackData = new PlayBack(owner); + + // 不是庄家的玩家要进行规则判定 + for (Entry entry : owner.playerMapById.entrySet()) { + EXPlayer player = (EXPlayer) entry.getValue(); + if (player.seat != owner.bankerSeat) { + EXMainServer.playerRuleMgr.conditionEx(PlayerRuleManager.DEAL_RULE, player); + } + } + + EXPlayer player = (EXPlayer) owner.playerMapBySeat.get(owner.bankerSeat); + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerPreDrawState.class)); + } + + private int getBankerSeat(EXRoom owner) { + int seat = 0; + + //如果是兩人的情況 + if (owner.maxPlayers == 2) { + // 如果是随机确定庄家 + Random random = new Random(); + seat = random.nextInt(2) + 1; + } + else if (owner.maxPlayers == 3) { + // 如果是随机确定庄家 + Random random = new Random(); + seat = random.nextInt(3) + 1; + } + else if (owner.maxPlayers == 4) { + // 如果是随机确定庄家 + Random random = new Random(); + seat = random.nextInt(4) + 1; + } + return seat; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomPiaoState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomPiaoState.java new file mode 100644 index 0000000..c4e176f --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomPiaoState.java @@ -0,0 +1,30 @@ +package extend.zp.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; +import extend.zp.EXActionEvent; +import extend.zp.EXRoom; +import extend.zp.player.state.EXPlayerPiaoNiaoTipState; + +import java.util.Map.Entry; + +public class EXRoomPiaoState extends StateBase{ + + @Override + public void enter(EXRoom owner) { + owner.piaoCount = owner.maxPlayers; + for (Entry entry : owner.playerMapById.entrySet()) { + Player player = entry.getValue(); + player.stateMachine.changeState(Global.getState(EXPlayerPiaoNiaoTipState.class)); + } + } + + public void execute(EXRoom owner, String cmd, int gid, Object param) { + if(cmd.equals(EXActionEvent.EVENT_PIAO)) { + if(owner.piaoCount==0) { + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + } + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java new file mode 100644 index 0000000..ba45043 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomSetpState.java @@ -0,0 +1,26 @@ +package extend.zp.room.state; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.EXMainServer; +import extend.zp.EXRoom; +import extend.zp.player.state.EXPlayerDrawState; + +public class EXRoomSetpState extends StateBase { + @Override + public void enter(EXRoom owner) { + Player player; + // TODO Auto-generated method stub + if (owner.activeSeat == 0) { + player = owner.playerMapBySeat.get(owner.bankerSeat); + } else { + player = owner.playerMapBySeat.get(owner.activeSeat); + int nextSeat = player.nextSeat; + player = owner.playerMapBySeat.get(nextSeat); + } + EXMainServer.gameCtr.changeActiveSeat(owner, player.seat); + player.stateMachine.changeState(Global.getState(EXPlayerDrawState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java new file mode 100644 index 0000000..d02b1e5 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/room/state/EXRoomStartGameState.java @@ -0,0 +1,41 @@ +package extend.zp.room.state; + +import java.util.Map.Entry; + +import com.game.Global; +import com.game.data.Player; +import com.game.state.StateBase; + +import extend.zp.Config; +import extend.zp.EXRoom; + + +public class EXRoomStartGameState extends StateBase { + + @Override + public void enter(EXRoom owner) { + + for (Entry entry : owner.playerMapById.entrySet()) { + + Player player = entry.getValue(); + player.clear(); + player.initSeat(); + player.ready = false; + } + + owner.startGame(); + + this.toNextState(owner); + } + + @Override + public void toNextState(EXRoom owner) { + if(owner.config.containsKey(Config.ROOM_CONFIG_PIAO) && owner.config.getInt(Config.ROOM_CONFIG_PIAO) != 0) { + owner.stateMachine.changeState(Global.getState(EXRoomPiaoState.class)); + } + else{ + owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } + //owner.stateMachine.changeState(Global.getState(EXRoomDealState.class)); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/Action.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/Action.java new file mode 100644 index 0000000..f13c301 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/Action.java @@ -0,0 +1,20 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + +public class Action { + public Tip tip; + public EXPlayer player; + + public Action(Tip tip, EXPlayer player) { + this.tip = tip; + this.player = player; + + } + + public void run() { + this.player.actionTip = tip; + this.player.initOpCard(tip.opcard); + this.tip.rule.action(this.player); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/IRuleBase.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/IRuleBase.java new file mode 100644 index 0000000..ef77712 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/IRuleBase.java @@ -0,0 +1,14 @@ +package extend.zp.tip; + +import extend.zp.EXPlayer; + + +public interface IRuleBase { + + + public abstract boolean condition(EXPlayer player); + + + public abstract void action(EXPlayer player); + +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/Tip.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/Tip.java new file mode 100644 index 0000000..c075788 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/Tip.java @@ -0,0 +1,38 @@ +package extend.zp.tip; + +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TObject; + + +public class Tip { + public int id; + public IRuleBase rule; + public int weight; + public int card; + public ITArray opcard; + public int type; + public ITArray bi_list; + public ITArray biid; + + public Tip(int card, ITArray opcard, int weight, IRuleBase rule, int type) { + this.rule = rule; + this.weight = weight; + this.opcard = opcard; + this.card = card; + this.type = type; + } + + public ITObject toMP() { + ITObject tipMp = new TObject(); + tipMp.putInt("id", id); + tipMp.putInt("weight", weight); + tipMp.putInt("type", type); + tipMp.putInt("card", card); + tipMp.putTArray("opcard", opcard); + if(bi_list!=null&&bi_list.size()>0) { + tipMp.putTArray("bi_list", bi_list); + } + return tipMp; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/TipManager.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/TipManager.java new file mode 100644 index 0000000..235c1ee --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/tip/TipManager.java @@ -0,0 +1,218 @@ +package extend.zp.tip; + +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Global; +import com.game.player.state.PlayerWaitState; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +import extend.zp.EXPlayer; +import extend.zp.RuleWeight; + + +public class TipManager { + + private int id = 0; + private int uid = 100; + + public HashMap tipMap = null; + public Tip actionTip; + public int weight = 0; + public EXPlayer owner = null; + + public TipManager(EXPlayer owner) { + this.tipMap = new HashMap(); + this.owner = owner; + + } + + public void addTip(Tip tip) { + int id = this.getId(); + this.weight = this.weight | tip.weight; + tip.id = id; + this.tipMap.put(id, tip); + } + + public Tip getTip(int type) + { + for (Entry entry : this.tipMap.entrySet()) + { + Tip tip = entry.getValue(); + if (tip.type == type) + { + return tip; + } + } + return null; + } + + public int getUid(){ + return this.uid; + } + public void choicAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + + Global.logger.info(" =====>Adddd user: "+ this.owner.playerid+" notChiSet = "+this.owner.notChiSet); + this.owner.chouChiSet.addAll(this.owner.notChiSet); + this.owner.chouChiTypeMap.putAll(this.owner.notChiTypeMap); + + Global.logger.info(" =====> user: "+ this.owner.playerid+" chouChiSet = "+this.owner.chouChiSet); + } + if (tip.type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + if (tip.type == RuleWeight.TYPE_WIN) { + this.owner.isDiHu = false; + } + } + this.owner.notChiSet.clear(); + this.owner.notChiTypeMap.clear(); + this.owner.isMingTang = true; + this.owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass discardtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type == RuleWeight.TYPE_PONG) { + this.owner.chouPongSet.add(tip.card); + } + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } else if (tip.type == RuleWeight.TYPE_PONG) { + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_PONG) { + it.remove(); + } + } + } + + owner.notChiSet.clear(); + owner.notChiTypeMap.clear(); + + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + this.owner.notChiSet.clear(); + this.owner.notChiTypeMap.clear(); + throw new Error("tip map has no id" + id); + } + } + + @SuppressWarnings("unchecked") + public void doAction(int id,ITArray biid) { + if (id == this.uid) { + // ���Գԣ�����ȡ���ˣ���¼���� + Iterator> it = this.tipMap.entrySet().iterator(); + int card = 0; + while (it.hasNext()) { + Map.Entry entry = it.next(); + Tip tip = entry.getValue(); + card = tip.card; + if (tip.type == RuleWeight.TYPE_CHOW) { + this.owner.chouChiSet.add(tip.card); + this.owner.chouChiSet.addAll(this.owner.notChiSet); + this.owner.chouChiTypeMap.putAll(this.owner.notChiTypeMap); + } + } + this.owner.notChiSet.clear(); + this.owner.notChiTypeMap.clear(); + this.owner.isMingTang = true; + this.owner.stateMachine.curState.exit(owner); + this.owner.stateMachine.curState = this.owner.stateMachine.lastState; + this.owner.getRoom().checkAction(); + + Global.logger.info(this.owner + " pass drawtip, id: " + id + " passcard: " + card); + } else if (this.tipMap.containsKey(id)) { + Tip tip = this.tipMap.get(id); + this.tipMap.remove(id); + if (tip.type == RuleWeight.TYPE_CHOW) { + tip.biid = biid; + Iterator> it = this.tipMap.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + if (entry.getValue().type != RuleWeight.TYPE_CHOW && entry.getValue().type != RuleWeight.TYPE_BI) { + it.remove(); + } + } + } + owner.notChiSet.clear(); + owner.notChiTypeMap.clear(); + owner.stateMachine.changeState(Global.getState(PlayerWaitState.class)); + owner.getRoom().addAction(new Action(tip, owner)); + } else { + owner.notChiSet.clear(); + owner.notChiTypeMap.clear(); + throw new Error("tip map has no id" + id); + } + } + + public ITObject toMP() { + ITObject mp = new TObject(); + mp.putInt("weight", this.weight); + mp.putInt("uid", this.uid); + ITArray tipList = new TArray(); + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + ITObject tipMp = tip.toMP(); + tipList.addTObject(tipMp); + } + mp.putTArray("tip_list", tipList); + return mp; + + } + + private int getId() { + this.id += 1; + this.id += uid; + return this.id; + } + + public int getWeightest() { + int result = 0; + for (Entry entry : this.tipMap.entrySet()) { + Tip tip = entry.getValue(); + if (tip.weight > result) { + result = tip.weight; + } + } + return result; + } + + public void cleanTip() { + this.weight = 0; + this.id = 0; + this.uid += 100; + this.tipMap = new HashMap(); + } + + public void clean() { + this.cleanTip(); + } + +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/CardUtil.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/CardUtil.java new file mode 100644 index 0000000..7608fca --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/CardUtil.java @@ -0,0 +1,116 @@ +package extend.zp.uitl; + +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.ObjectInputStream; +import java.io.ObjectOutputStream; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + + +import extend.zp.OpCard; + +public class CardUtil { + static public int cardNum(int eventCard, List cardList) { + int result = 0; + for (Integer card : cardList) { + if (card == eventCard) { + result += 1; + } + } + return result; + } + + static public boolean checkCard(int eventCard,Map cardMap) { + if(cardMap.containsKey(eventCard)&&cardMap.get(eventCard)>=1) { + return true; + } + return false; + } + + static public void addCard(int eventCard,Map cardMap,int add) { + if(cardMap.containsKey(eventCard)) { + int num = cardMap.get(eventCard); + cardMap.put(eventCard, num+add); + }else if(add >0){ + cardMap.put(eventCard, add); + } + } + + static public int cardType(int card) { + return card / 100; + } + + static public boolean isRedCard(int card) { + return card % 100 == 2 || card % 100 == 7 || card % 100 == 10; + } + + static public Map getCardNumMap(List cardList) { + Map result = new HashMap(); + for (Integer card : cardList) { + if (!result.containsKey(card)) { + result.put(card, 1); + } else { + int num = result.get(card); + result.put(card, (num + 1)); + } + } + return result; + } + + static public void removeCard(List cardList, int card, int count) { + int curCount = 0; + for (int i = 0; i < cardList.size(); i++) { + if (count == curCount) { + return; + } + if (cardList.get(i) == card) { + + cardList.remove(i); + i--; + curCount++; + } + } + } + + static public void removeGroup(List group, int card) { + for (int i = 0; i < group.size(); i++) { + int[] cardArray = group.get(i); + if (cardArray[0] == card) { + group.remove(cardArray); + return; + } + } + } + + static public void removeOpcard(List opcards, OpCard param) { + for (int i = 0; i < opcards.size(); i++) { + if (param.card1 == opcards.get(i).card1 && param.card2 == opcards.get(i).card2 && param.card3 == opcards.get(i).card3) { + opcards.remove(i); + return; + } + } + } + + public static List deepCopy(List src) throws IOException, ClassNotFoundException { + ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); + ObjectOutputStream out = new ObjectOutputStream(byteOut); + out.writeObject(src); + + ByteArrayInputStream byteIn = new ByteArrayInputStream(byteOut.toByteArray()); + ObjectInputStream in = new ObjectInputStream(byteIn); + @SuppressWarnings("unchecked") + List dest = (List) in.readObject(); + return dest; + } + + public static void distinctList(List cardList) { + Set set = new HashSet<>(cardList); + cardList.clear(); + cardList.addAll(set); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/ChowCard.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/ChowCard.java new file mode 100644 index 0000000..dc63a52 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/ChowCard.java @@ -0,0 +1,109 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; + +import com.game.Util; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.ITObject; +import com.taurus.core.entity.TArray; +import com.taurus.core.entity.TObject; + +public class ChowCard { + private Map cardMap; + private int eventCard; + private int biCard; + private int eventCardType; + private int modCard; + + public ChowCard(List cardInhand,int eventCard) { + this.eventCard = eventCard; + this.eventCardType = eventCard / 100; + int bg_num = this.eventCardType == 1 ? 100 : -100; + this.biCard = eventCard+bg_num; + this.modCard = eventCard % 100; + this.cardMap = Util.getCardNumMap(cardInhand); + } + + private boolean handle(ITArray p_list,int opcard1,int opcard2) { + ITArray opcard = TArray.newInstance(); + opcard.addInt(opcard1); + opcard.addInt(opcard2); + boolean result = true; + ITObject obj = TObject.newInstance(); + ITArray list = TArray.newInstance(); + obj.putTArray("opcard", opcard); + obj.putTArray("bi_list", list); + //没有比 + /* + if(CardUtil.checkCard(eventCard, cardMap)) { + CardUtil.addCard(eventCard, cardMap, -1); + CardUtil.addCard(opcard1, cardMap, -1); + CardUtil.addCard(opcard2, cardMap, -1); + result = tryChow(list); + CardUtil.addCard(eventCard, cardMap, 1); + CardUtil.addCard(opcard1, cardMap, 1); + CardUtil.addCard(opcard2, cardMap, 1); + } + */ + if(list.size()==0)obj.remove("bi_list"); + if(result)p_list.addTObject(obj); + return result; + } + + + public boolean tryChow(ITArray list){ + boolean result = false; + if (CardUtil.checkCard(eventCard - 1, cardMap) && CardUtil.checkCard(eventCard - 2, cardMap)) { + result = handle(list,eventCard-1,eventCard-2) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard - 1, cardMap)) { + result = handle(list,eventCard+1,eventCard-1) || result; + } + + if (CardUtil.checkCard(eventCard + 1, cardMap) && CardUtil.checkCard(eventCard + 2, cardMap)) { + result = handle(list,eventCard+1,eventCard+2) || result; + } + int type = this.eventCardType; + int bi_card = this.biCard; + int mod_card = this.modCard; + + if(mod_card == 2&&CardUtil.checkCard(type*100+7, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+7,type*100+10) || result; + }else if(mod_card == 7&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+10, cardMap)) { + result = handle(list,type*100+2,type*100+10) || result; + }else if(mod_card == 10&&CardUtil.checkCard(type*100+2, cardMap)&&CardUtil.checkCard(type*100+7, cardMap)) { + result = handle(list,type*100+2,type*100+7) || result; + } + + //if (cardMap.containsKey(bi_card) && cardMap.get(bi_card) == 2) { + // result = handle(list,bi_card,bi_card) || result; + //} + //if (CardUtil.checkCard(eventCard, cardMap) &&CardUtil.checkCard(bi_card, cardMap)) { + // CardUtil.addCard(eventCard, cardMap, -1); + // result = handle(list,eventCard,bi_card) || result; + // CardUtil.addCard(eventCard, cardMap, 1); + //} + + return result; + } + + public static void main(String[] args) { + ArrayList cardInhand = new ArrayList(); + String cardStr = "101, 102, 102, 103, 104, 106, 106, 110, 110, 201, 201, 202, 203, 204, 205, 206, 209, 209, 209, 210"; + String[] cards = cardStr.split(", "); + for(String c : cards) { + Integer card = Integer.valueOf(c); + cardInhand.add(card); + } + + + ChowCard chow = new ChowCard(cardInhand, 101); + ITArray list = TArray.newInstance(); + chow.tryChow(list); + System.out.println(list); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/Paixing.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/Paixing.java new file mode 100644 index 0000000..613bd00 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/Paixing.java @@ -0,0 +1,345 @@ +package extend.zp.uitl; + +import com.game.Global; +import com.taurus.core.entity.ITArray; +import com.taurus.core.entity.TArray; +import com.taurus.core.util.Logger; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; +import extend.zp.tip.Tip; + +import java.util.ArrayList; +import java.util.Map; + +public class Paixing { + Logger logger = Logger.getLogger(getClass()); + + public static boolean checkWin(EXPlayer player, int drawCard, boolean isSelfCard) { + player.resetHuXi(); + boolean isWin = false; + WinCard win = new WinCard(player, player.cardInhand, drawCard); + EXPlayer activePlayer = (EXPlayer) player.room.playerMapBySeat.get(player.room.activeSeat); + if (win.tryWin(player)) { + if (player.huXi >= 8) { + isWin = true; + } + } + + int duziNum = 0; + int siduiNum = 0; + ArrayList duiList = new ArrayList<>(); + duiList.addAll(player.cardInhand); + for (int i = 0; i < player.tiGroup.size(); i++) { + int card = player.tiGroup.get(i)[0]; + duiList.add(card); + duiList.add(card); + duiList.add(card); + duiList.add(card); + } + for (int i = 0; i < player.kanGroup.size(); i++) { + int card = player.kanGroup.get(i)[0]; + duiList.add(card); + duiList.add(card); + duiList.add(card); + } + + if (activePlayer != null & activePlayer.drawCard > 0) { + duiList.add(activePlayer.drawCard); + } + + Map cardNumList = CardUtil.getCardNumMap(duiList); + for (Map.Entry card : cardNumList.entrySet()) { + if (card.getValue() == 2 || card.getValue() == 3) { + duziNum++; + } + else if (card.getValue() == 4) { + siduiNum++; + } + } + //Global.logger.info("jefe pxbf: duziNum "+ duziNum+" siduiNum = "+siduiNum ); + if(duziNum==0&&siduiNum==1){ + duziNum = 1; + }else if (duziNum==1&&siduiNum>0){ + duziNum = 2; + }else if (duziNum>1&&siduiNum>0){ + duziNum = duziNum + siduiNum*2; + } + + // + + if (duiList.size() >19) + { + if (duziNum==1){ + isWin = true; + } + if (duziNum == 9){ + isWin = true; + } + if(duziNum==0){ + isWin = true; + } + if (duziNum == 10 ){ + isWin = true; + } + } + Global.logger.info("jefe iswin: "+ isWin+" card = "+drawCard +" huxi:"+player.huXi+" playid:"+player); + + if (isWin) { + player.handCard.clear(); + player.handCardEx.clear(); + int haoCard = 0; + int haoType = 0; + for (int x = 0; x < win.stack.size(); x++) { + OpCard opcard = new OpCard(); + opcard.card1 = win.stack.get(x).get(0); + opcard.card2 = win.stack.get(x).get(1); + opcard.type = 1; + haoCard = 0; + haoType = 0; + if (win.stack.get(x).size() > 2) { + opcard.card3 = win.stack.get(x).get(2); + opcard.type = 2; + + if (opcard.card1 != opcard.card2) + { + if (opcard.card1 == drawCard || opcard.card2 == drawCard || opcard.card3 == drawCard) + { + if (haoCard == 0) + { + for (int j = 0; j < player.kanGroup.size(); j++) { + if (drawCard == player.kanGroup.get(j)[0]) { + if (!isSelfCard) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + else { + haoCard = drawCard; + haoType = RuleWeight.HAO_NUI; + } + break; + } + } + } + + if (haoCard == 0) + { + for (int j = 0; j < player.pongGroup.size(); j++) { + if (drawCard == player.pongGroup.get(j)[0]) { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + break; + } + } + } + + if (haoCard == 0) + { + for (int j = 0; j < player.weiGroup.size(); j++) { + if (drawCard == player.weiGroup.get(j)[0]) { + if (isSelfCard) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_NUI; + } + else + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + break; + } + } + } + + if (haoCard == 0) + { + int handNum = CardUtil.cardNum(drawCard, player.cardInhand); + for (int j = 0; j < player.chowGroup.size(); j++) { + if (drawCard == player.chowGroup.get(j)[0]) { + handNum++; + } + if (drawCard == player.chowGroup.get(j)[2]) { + handNum++; + } + } + + //算出吃到的 + int chiNum = 1; //本次算一次 + for (int j = 0; j < player.chowGroup.size(); j++) { + if (drawCard == player.chowGroup.get(j)[1]) { + chiNum++; + } + } + + //加上本次,相当于吃了4张一样的 + if (handNum == 0 && chiNum == 4) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 1 && chiNum == 3) { + haoCard = drawCard; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 2 && chiNum == 2) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + } + } + } + else { + if (opcard.card1 == drawCard) + { + for (int j = 0; j < player.chowGroup.size(); j++) { + if (player.chowGroup.get(j)[1] == drawCard) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + break; + } + } + + int handNum = CardUtil.cardNum(drawCard, player.cardInhand) - 2; + if (handNum > 0) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + } + } + } + else { + if (opcard.card1 == drawCard || opcard.card2 == drawCard) + { + if (haoCard == 0) + { + for (int j = 0; j < player.kanGroup.size(); j++) { + if (drawCard == player.kanGroup.get(j)[0]) { + if (!isSelfCard) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + else { + haoCard = drawCard; + haoType = RuleWeight.HAO_NUI; + } + break; + } + } + } + + if (haoCard == 0) + { + for (int j = 0; j < player.pongGroup.size(); j++) { + if (drawCard == player.pongGroup.get(j)[0]) { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + break; + } + } + } + + if (haoCard == 0) + { + for (int j = 0; j < player.weiGroup.size(); j++) { + if (drawCard == player.weiGroup.get(j)[0]) { + if (isSelfCard) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_NUI; + } + else + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + break; + } + } + } + + if (haoCard == 0) + { + int handNum = CardUtil.cardNum(drawCard, player.cardInhand); + for (int j = 0; j < player.chowGroup.size(); j++) { + if (drawCard == player.chowGroup.get(j)[0]) { + handNum++; + } + if (drawCard == player.chowGroup.get(j)[2]) { + handNum++; + } + } + + //算出吃到的 + int chiNum = 1; //本次算一次 + for (int j = 0; j < player.chowGroup.size(); j++) { + if (drawCard == player.chowGroup.get(j)[1]) { + chiNum++; + } + } + + //加上本次,相当于吃了4张一样的 + if (handNum == 0 && chiNum == 4) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 1 && chiNum == 3) { + haoCard = drawCard; + haoType = RuleWeight.HAO_SHAN; + } + else if (handNum == 2 && chiNum == 2) + { + haoCard = drawCard; + haoType = RuleWeight.HAO_WAI; + } + } + } + } + opcard.huXi = win.stackHuxi.get(x); + opcard.hao = haoType; + opcard.haoCard = haoCard; + player.handCard.push(opcard); + } + if (!win.cardList.isEmpty()) { + player.handCardEx.addAll(win.cardList); + } + } + //判断是否是十对 + return isWin; + } + + public static int caclHuxi(int type, int card) { + int cardType = CardUtil.cardType(card); + int huXi = 0; + switch (type) { + case RuleWeight.TYPE_TI: + huXi = 5; + break; + case RuleWeight.TYPE_PAO: + huXi = 0; + break; + case RuleWeight.TYPE_WEI: + case RuleWeight.TYPE_CHOUWEI: + huXi = 4; + break; + case RuleWeight.TYPE_KAN: + huXi = 3; + break; + case RuleWeight.TYPE_CHOW: + huXi = 1; + break; + case RuleWeight.TYPE_PONG: + huXi = 1; + break; + default: + break; + } + return huXi; + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/WinCard.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/WinCard.java new file mode 100644 index 0000000..c116895 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/WinCard.java @@ -0,0 +1,718 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import com.game.Global; +import extend.zp.EXPlayer; +import extend.zp.OpCard; +import extend.zp.RuleWeight; + +public class WinCard { + public int pair_count; + public int long_count; + public Stack> stack; + public Stack stackHuxi; + public List cardList; + public int drawCard; + + public List kanList; + + private void push(List cardGroup) { + this.stack.push(cardGroup); + } + + private void rollBack() { + List cardGroup = this.stack.pop(); + Global.logger.info("jefe rollBack: "+ cardGroup); + for (Integer card : cardGroup) { + this.cardList.add(card); + } + Global.logger.info("jefe rollBack: "+ this.cardList); + Collections.sort(this.cardList); + } + + private boolean tryKezi(int card, EXPlayer player) { + Global.logger.info("jefe tryKezi "+card+"play:"+player); + if (CardUtil.cardNum(card, this.cardList) >= 3) { + CardUtil.removeCard(this.cardList, card, 3); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + int huXi = 0; + if (player.getRoom().isTianHu && card == player.getRoom().drawCard) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, card); + } else { + boolean flag = false; + for (int i = 0; i < player.tiGroup.size(); i++) { + int ti_card = player.tiGroup.get(i)[0]; + if (ti_card == card) + { + flag = true; + } + } + if (flag) + { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_KAN, card); + } + else { + // + if (card == player.drawCard) + { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_WEI, card); + }else{ + //不可能出现这种情况 + huXi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + } + } + } + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi1(int card, EXPlayer player) { + if (card < 200 && card % 100 > 8) { + return false; + } + + //Global.logger.info(player.playerid+ " jefe tryShunzi1: card "+ card+" this.cardList = "+this.cardList); + if (CardUtil.cardNum(card + 1, this.cardList) > 0 && CardUtil.cardNum(card + 2, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 1, 1); + CardUtil.removeCard(this.cardList, card + 2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 1); + cardGroup.add(card + 2); + this.push(cardGroup); + + int huXi = 0; + if (card % 100 == 1) { + //huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + //player.huXi += huXi; + } + + this.stackHuxi.push(huXi); + return true; + } + return false; + } + + private boolean tryShunzi2(int card) { + if (CardUtil.cardType(card) == RuleWeight.SMALL_CARD) { + if (CardUtil.cardNum(card + 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card + 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card + 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 100); + cardGroup.add(card + 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } else { + if (CardUtil.cardNum(card - 100, this.cardList) >= 1 && CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + CardUtil.removeCard(this.cardList, card - 100, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + if (CardUtil.cardNum(card - 100, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 100, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 100); + cardGroup.add(card - 100); + this.push(cardGroup); + this.stackHuxi.push(0); + return true; + } + } + return false; + } + + + private boolean tryShunzi3(int card, EXPlayer player) { + if (card % 100 == 2) { + if (CardUtil.cardNum(card + 5, this.cardList) > 0 && CardUtil.cardNum(card + 8, this.cardList) > 0) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 5, 1); + CardUtil.removeCard(this.cardList, card + 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 5); + cardGroup.add(card + 8); + this.push(cardGroup); + + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, card); + player.huXi += huXi; + this.stackHuxi.push(huXi); + return true; + } + } + return false; + } + + private boolean isSanHao(int card, EXPlayer player) + { + int handNum = CardUtil.cardNum(card, player.cardInhand); + for (int i = 0; i < player.chowGroup.size(); i++) { + if (card == player.chowGroup.get(i)[0]) { + handNum++; + } + if (card == player.chowGroup.get(i)[2]) { + handNum++; + } + } + + //算出吃到的 + int chiNum = 1; //本次算一次 + for (int i = 0; i < player.chowGroup.size(); i++) { + if (card == player.chowGroup.get(i)[1]) { + chiNum++; + } + } + + if (handNum == 1 && chiNum == 3) + { + return true; + } + return false; + } + + private boolean tryPair(int card, EXPlayer player) { + if (this.pair_count > 0) { + return false; + } + if (CardUtil.cardNum(card, this.cardList) >= 2) { + CardUtil.removeCard(this.cardList, card, 2); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + else if (CardUtil.cardNum(card, this.cardList) >= 1) { + if (card % 100 <= 9) + { + if (CardUtil.cardNum(card+1, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card+1, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card+1); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + } + if (card % 100 <= 8) + { + if (CardUtil.cardNum(card+2, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card+2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card+2); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + } + if (card % 100 >= 2) + { + if (CardUtil.cardNum(card-1, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card-1, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card-1); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + } + + if (card % 100 >= 3) + { + if (CardUtil.cardNum(card-2, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card-2, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card-2); + this.push(cardGroup); + this.pair_count = 1; + this.stackHuxi.push(0); + return true; + } + } + + if (card % 100 == 2) + { + if (CardUtil.cardNum(card + 5, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 5, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 5); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card + 8, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 8); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + + if (card % 100 == 7) + { + if (CardUtil.cardNum(card - 5, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 5, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 5); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card + 3, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 3, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 3); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + + if (card % 100 == 10) + { + if (CardUtil.cardNum(card - 8, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 8); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card - 3, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 3, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 3); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + } + return false; + } + private boolean tryTingHu(int card,EXPlayer player){ + Global.logger.info(player.playerid+"jefe isTinghu "+ player.isTingHu+"card+" +player.getRoom().drawCard); + if(player.getRoom().isTianHu && card == player.getRoom().drawCard) + return true; + return false; + } + + private boolean tryPair2(int card, EXPlayer player) { + if (this.pair_count > 0) { + return false; + } + if (CardUtil.cardNum(card, this.cardList) >= 1) { + if (card % 100 == 2) + { + if (CardUtil.cardNum(card + 5, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 5, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 5); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card + 8, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 8); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + + if (card % 100 == 7) + { + if (CardUtil.cardNum(card - 5, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 5, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 5); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card + 3, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card + 3, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card + 3); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + + if (card % 100 == 10) + { + if (CardUtil.cardNum(card - 8, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 8, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 8); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + + if (CardUtil.cardNum(card - 3, this.cardList) >= 1) { + CardUtil.removeCard(this.cardList, card, 1); + CardUtil.removeCard(this.cardList, card - 3, 1); + List cardGroup = new ArrayList(); + cardGroup.add(card); + cardGroup.add(card - 3); + this.push(cardGroup); + this.pair_count = 1; + player.huXi += 1; + this.stackHuxi.push(1); + return true; + } + } + } + return false; + } + + public boolean tryWin(EXPlayer player) { + Global.logger.info("tryWin this.cardList.size: "+ this.cardList.size() +"player:"+player); + if (this.cardList.size() == 0) { + if (player.huXi < 8) + { + return false; + } + if (this.pair_count == 1) + { + return true; + } + else if (this.pair_count == 2 && this.stack.size() == 2) + { + List list = new ArrayList(); + for (int i = 0; i < this.stack.size(); i++) { + int card1 = this.stack.get(i).get(0); + int card2 = this.stack.get(i).get(1); + + list.add(card1 % 100); + list.add(card2 % 100); + } + + if (list.size() != 4) + { + return false; + } + + Collections.sort(list); + + if (list.get(0) == list.get(1)+1 && list.get(1) == list.get(2)+1 && list.get(2) == list.get(3)+1) + { + return true; + } + } + return false; + } + int activeCard = 0; + for (int card : this.cardList) { + if (card == 201 || card == 202) { + activeCard = card; + break; + } + } + if (activeCard == 0) { + activeCard = this.cardList.get(0); + } + Global.logger.info("tryWin activeCard: "+ activeCard +"player:"+player); + if (activeCard % 100 == 1) { + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryPair(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryPair2(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + } else if (activeCard % 100 == 2) { + if (tryShunzi3(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryPair(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryPair2(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + /*if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + */ + } else { + + if (tryKezi(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + + if (tryPair(activeCard, player)) { + + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + + if (tryPair2(activeCard, player)) { //2,7,10 + if (tryWin(player)) { + return true; + } + this.pair_count = 0; + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + + + if (tryShunzi1(activeCard, player)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + int huXi = this.stackHuxi.pop(); + if (huXi > 0) { + player.huXi -= huXi; + } + } + //Global.logger.info("jefe tryShunzi2 "+ tryShunzi2(activeCard)); + //if (tryTingHu(activeCard,player)){ + //return true; + //} + /* + if (tryShunzi2(activeCard)) { + if (tryWin(player)) { + return true; + } + this.rollBack(); + this.stackHuxi.pop(); + } + */ + } + + return false; + } + + public WinCard(EXPlayer player, List cardInhand, int addCard) { + this.stack = new Stack>(); + this.stackHuxi = new Stack(); + this.cardList = new ArrayList(); + //Global.logger.info("jefe cardInhand: "+ cardInhand); + this.cardList.addAll(cardInhand); + /*if (player.kanGroup.size()>0){ + for(int i=0;i 0) { + this.cardList.add(addCard); + } + this.drawCard = addCard; + Collections.sort(this.cardList); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/WinCardNew.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/WinCardNew.java new file mode 100644 index 0000000..aea44ac --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/WinCardNew.java @@ -0,0 +1,381 @@ +package extend.zp.uitl; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + +import extend.zp.OpCard; +import extend.zp.RuleWeight; + +public class WinCardNew { + private boolean isJiang = false; + private List cardList; + private Stack>> opCardStack; + private List> lastOpCard; + private Integer addCard; + private int huxi = 0; + private List opCardList; + + public List winList; + + public boolean checkHu() { + try { + + int card = addCard == 0 ? (this.cardList.size() > 0 ? this.cardList.get(0) : 0) : addCard; + List list = new ArrayList(); + if (card > 0) { + list = groupCard(card, this.cardList, true); + } else if (card == 0) { + addWinOpCard(huxi, null); + return true; + } + List tempCardList = new ArrayList<>(); + for (OpCard opCard : list) { + tempCardList.clear(); + tempCardList.addAll(cardList); + Collections.sort(tempCardList); + removeOpCard(tempCardList, opCard); + List opCardS = new ArrayList<>(); + List> opCardS_1 = new ArrayList<>(); + opCardS.add(opCard); + opCardS_1.add(opCardS); + this.opCardStack.push(opCardS_1); + checkWin(tempCardList); + } + } catch (Exception e) { + return false; + } + return Win(); + } + + + private boolean Win() { + List tempCardList = new ArrayList<>(); + boolean hu, isExJiang; + for (List opCards : this.lastOpCard) { + isExJiang = false; + tempCardList.clear(); + tempCardList.addAll(cardList); + hu = false; + int huxi = this.huxi; + for (OpCard tempOpCard : opCards) { + removeOpCard(tempCardList, tempOpCard); + if (tempOpCard.type == RuleWeight.TYPE_JIANG) { + isExJiang = true; + continue; + } + huxi += tempOpCard.huXi; + } + + hu = isJiang ? isExJiang && tempCardList.size() == 0 : tempCardList.size() == 0; + if (hu) { + addWinOpCard(huxi, opCards); + } + } + return !winList.isEmpty(); + } + + private void removeOpCard(List cards, OpCard opCard) { + if (opCard.card1 > 0) { + CardUtil.removeCard(cards, opCard.card1, 1); + } + if (opCard.card2 > 0) { + CardUtil.removeCard(cards, opCard.card2, 1); + } + if (opCard.card3 > 0) { + CardUtil.removeCard(cards, opCard.card3, 1); + } + } + + private boolean isExJiang(List> list) { + for (List opCard : list) { + for (OpCard opCard2 : opCard) { + if (opCard2.type == RuleWeight.TYPE_JIANG) { + return false; + } + } + } + return true; + } + + private void checkWin(List cardList) throws ClassNotFoundException, IOException { + List> opCards = this.opCardStack.pop(); + if (opCards.isEmpty()) { + return; + } + List> list = new ArrayList<>(); + if (cardList.size() == 0) { + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + return; + } + List oplist = null, opList2 = null; + for (Integer card : cardList) { + oplist = groupCard(card, cardList, isExJiang(opCards)); + if (oplist.size() > 0) { + break; + } + } + if (oplist.size() > 0) { + List tempCardList = new ArrayList<>(); + for (OpCard opCard : oplist) { + tempCardList.clear(); + tempCardList.addAll(cardList); + list = new ArrayList<>(); + removeOpCard(tempCardList, opCard); + list = CardUtil.deepCopy(opCards); + for (List tempOpCard : list) { + tempOpCard.add(opCard); + } + for (Integer card : tempCardList) { + opList2 = groupCard(card, tempCardList, isExJiang(list)); + if (opList2.size() > 0) { + break; + } + } + if (opList2 != null && opList2.size() > 0) { + this.opCardStack.push(list); + checkWin(tempCardList); + } else { + this.lastOpCard.addAll(list); + } + + } + } else { + list = new ArrayList<>(); + list = CardUtil.deepCopy(opCards); + this.lastOpCard.addAll(list); + } + + } + + /** + * ij����Ч��� + * + * @param card + * @return + */ + private List groupCard(int card, List cardList, boolean first) { + List opCardList = new ArrayList<>(); + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + shunzi1_10(card, opCardList, tempList); + shunzi2710(card, opCardList, tempList); + jiaopai(card, opCardList, tempList); + kan(card, opCardList, tempList); + if (isJiang && first) { + jiang(card, opCardList, tempList); + } + return opCardList; + } + + /** + * ��һ�Խ� + */ + private void jiang(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + if (isJiang) { + if (CardUtil.cardNum(card, cardList) >= 2) { + OpCard opCard = new OpCard(); + opCard.card1 = card; + opCard.card2 = card; + opCard.huXi = 0; + opCard.type = RuleWeight.TYPE_JIANG; + list.add(opCard); + } + } + } + + /** + * ��С 1 2 3 4 5 6 7 8 9 ˳�� + * + * @param card + */ + private void shunzi1_10(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + List opCardList = new ArrayList<>(); + // AB (C) + if (CardUtil.cardNum(card - 2, cardList) >= 1 && CardUtil.cardNum(card - 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card - 2); + list.add(addOpCard(opCardList)); + + } + // (A) B C + if (CardUtil.cardNum(card + 1, cardList) >= 1 && CardUtil.cardNum(card + 2, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card + 1); + opCardList.add(card + 2); + list.add(addOpCard(opCardList)); + } + // A (B) C + if (CardUtil.cardNum(card - 1, cardList) >= 1 && CardUtil.cardNum(card + 1, cardList) >= 1) { + opCardList.clear(); + opCardList.add(card); + opCardList.add(card - 1); + opCardList.add(card + 1); + list.add(addOpCard(opCardList)); + } + } + + private OpCard addOpCard(List opCardList) { + Collections.sort(opCardList); + int huXi = 0; + // 123 ˳���к�Ϣ С3��6 + if (opCardList.get(0) % 100 == 1) { + huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + } + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + return opCard; + } + + /** + * ��С 2 7 10˳�� �к�Ϣ С3��6 + * + * @param card + */ + private void shunzi2710(int card, List list, List cardList) { + if (card % 100 == 2 || card % 100 == 7 || card % 100 == 10) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + CardUtil.distinctList(tempList); + Collections.sort(tempList); + // (2) 7 10 + List opCardList = new ArrayList<>(); + if (CardUtil.cardNum(card + 5, cardList) >= 1 && CardUtil.cardNum(card + 8, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card + 5); + opCardList.add(card + 8); + // 2 (7) 10 + } else if (CardUtil.cardNum(card - 5, cardList) >= 1 && CardUtil.cardNum(card + 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 5); + opCardList.add(card + 3); + // 2 7 (10) + } else if (CardUtil.cardNum(card - 8, cardList) >= 1 && CardUtil.cardNum(card - 3, cardList) >= 1) { + opCardList.add(card); + opCardList.add(card - 3); + opCardList.add(card - 8); + } + if (opCardList.size() > 0) { + Collections.sort(opCardList); + int huXi = Paixing.caclHuxi(RuleWeight.TYPE_CHOW, opCardList.get(0)); + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, opCardList.get(0), opCardList.get(1), opCardList.get(2), huXi); + list.add(opCard); + if (opCard.card1 != card) { + CardUtil.removeCard(tempList, opCard.card1, 1); + } + if (opCard.card2 != card) { + CardUtil.removeCard(tempList, opCard.card2, 1); + } + if (opCard.card3 != card) { + CardUtil.removeCard(tempList, opCard.card3, 1); + } + shunzi2710(card, list, tempList); + } + return; + } + } + + /** + * aaA AAa ������ ������ û��Ϣ + * + * @param card + */ + private void jiaopai(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + tempList.addAll(cardList); + int type = card / 100; + int bg_num = type == 1 ? 100 : -100; + int bi_card = card + bg_num; + // aaA + if (CardUtil.cardNum(card, cardList) >= 2 && CardUtil.cardNum(bi_card, cardList) >= 1) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, card, bi_card, 0); + list.add(opCard); + // AAa + } else if (CardUtil.cardNum(card, cardList) >= 1 && CardUtil.cardNum(bi_card, cardList) >= 2) { + OpCard opCard = new OpCard(RuleWeight.TYPE_CHOW, card, bi_card, bi_card, 0); + list.add(opCard); + } + } + + /** + * 3�� + * + * @param card + * @param list + */ + private void kan(int card, List list, List cardList) { + List tempList = new ArrayList<>(); + List opCardList = new ArrayList<>(); + tempList.addAll(cardList); + if (CardUtil.cardNum(card, cardList) == 3) { + opCardList.add(card); + opCardList.add(card); + opCardList.add(card); + int huxi = Paixing.caclHuxi(RuleWeight.TYPE_PONG, card); + OpCard opCard = new OpCard(RuleWeight.TYPE_PONG, opCardList.get(0), opCardList.get(1), opCardList.get(2), huxi); + list.add(opCard); + } + } + + private void addWinOpCard(int huxi, List opCard) { + if (opCard == null) { + opCard = new ArrayList<>(); + } + opCard.addAll(this.opCardList); + WinOpCard wo = new WinOpCard(opCard, huxi); + winList.add(wo); + } + + public static void main(String[] args) throws ClassNotFoundException, IOException { + List list = new ArrayList<>(); + String str = "106"; + for (String card : str.split(", ")) { + list.add(Integer.parseInt(card)); + } + List op = new ArrayList(); + OpCard opCard=new OpCard(3, 102, 102, 102, 9); + op.add(opCard); + WinCardNew winCard2 = new WinCardNew(list, 106, 9, true, op); + /* op = winCard2.groupCard(207); */ + System.out.println(winCard2.checkHu()); + winCard2.winList.forEach(wl -> System.out.println(wl.toString())); + + } + + /** + * + * @param cardInhand + * :����,�������� + * @param addCard + * : �Ӵ����Ƿ��ܺ���������������������Ҫ��0 + * @param huxi + * ��������еĺ�Ϣ + * @param isJiang + * ���Ƿ���Ҫ�� + */ + public WinCardNew(List cardInhand, int addCard, int huxi, boolean isJiang, List opCardList) { + this.opCardStack = new Stack<>(); + this.lastOpCard = new ArrayList<>(); + this.cardList = new ArrayList(cardInhand); + this.opCardList = new ArrayList<>(opCardList); + if (addCard > 0) { + this.cardList.add(addCard); + } + Collections.sort(this.cardList); + this.isJiang = isJiang; + this.addCard = addCard; + this.huxi = huxi; + this.winList = new ArrayList<>(); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/WinOpCard.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/WinOpCard.java new file mode 100644 index 0000000..f18ba15 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/main/java/extend/zp/uitl/WinOpCard.java @@ -0,0 +1,31 @@ +package extend.zp.uitl; + +import java.util.ArrayList; +import java.util.List; + +import extend.zp.OpCard; + +public class WinOpCard { + public List opCard; + + public int huXi = 0; + + public WinOpCard(List opCard, int huXi) { + this.opCard = new ArrayList(opCard); + this.huXi = huXi; + } + + @Override + public String toString() { + StringBuffer sb = new StringBuffer(); + sb.append("total_huxi : " + huXi + ", "); + for (OpCard opCard : opCard) { + sb.append(opCard.card1 + " "); + sb.append(opCard.card2 + " "); + sb.append(opCard.card3==0?"":opCard.card3); + sb.append(",type:" + opCard.type + ",huxi=" + opCard.huXi + " | "); + } + return sb.toString(); + } + +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/src/test/java/game_zp_yueyangwaihuzi/Main.java b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/test/java/game_zp_yueyangwaihuzi/Main.java new file mode 100644 index 0000000..16063ae --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/src/test/java/game_zp_yueyangwaihuzi/Main.java @@ -0,0 +1,9 @@ +package game_zp_yueyangwaihuzi; + +import com.taurus.permanent.TPServer; + +public class Main { + public static void main(String[] args) { + TPServer.me().start(); + } +} diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/Config.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/Config.class new file mode 100644 index 0000000..bfbed8a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/Config.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXActionEvent.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXActionEvent.class new file mode 100644 index 0000000..5296a1a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXActionEvent.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXGameController.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXGameController.class new file mode 100644 index 0000000..b101591 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXGameController.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXMainServer.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXMainServer.class new file mode 100644 index 0000000..2e0b44b Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXMainServer.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXPlayer.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXPlayer.class new file mode 100644 index 0000000..581e85f Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXPlayer.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXRoom.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXRoom.class new file mode 100644 index 0000000..e613fa0 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXRoom.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXScore.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXScore.class new file mode 100644 index 0000000..c826df1 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/EXScore.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/MingTang.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/MingTang.class new file mode 100644 index 0000000..e39c424 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/MingTang.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/OpCard.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/OpCard.class new file mode 100644 index 0000000..dbc7e4a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/OpCard.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/PlayBack.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/PlayBack.class new file mode 100644 index 0000000..8908472 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/PlayBack.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/PlayerRuleManager.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/PlayerRuleManager.class new file mode 100644 index 0000000..5f997fe Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/PlayerRuleManager.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/RoomCard.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/RoomCard.class new file mode 100644 index 0000000..7317ca2 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/RoomCard.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/RuleWeight.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/RuleWeight.class new file mode 100644 index 0000000..7d10d83 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/RuleWeight.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleChi.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleChi.class new file mode 100644 index 0000000..bc931f9 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleChi.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDealKan.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDealKan.class new file mode 100644 index 0000000..6c7be11 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDealKan.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDealLiu.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDealLiu.class new file mode 100644 index 0000000..7808807 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDealLiu.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDealTi.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDealTi.class new file mode 100644 index 0000000..bb556f3 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDealTi.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class new file mode 100644 index 0000000..e79f225 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDiscardPao.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class new file mode 100644 index 0000000..570f94b Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDrawChi.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class new file mode 100644 index 0000000..bc10a0b Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDrawPao.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class new file mode 100644 index 0000000..af9e13f Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleDrawPong.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleKan.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleKan.class new file mode 100644 index 0000000..040d6e5 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleKan.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleLiu.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleLiu.class new file mode 100644 index 0000000..c9a57fa Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleLiu.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RulePong.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RulePong.class new file mode 100644 index 0000000..e0e23cd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RulePong.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWei.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWei.class new file mode 100644 index 0000000..75158bd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWei.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWeiHu.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWeiHu.class new file mode 100644 index 0000000..6cafd66 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWeiHu.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWeiLiu.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWeiLiu.class new file mode 100644 index 0000000..ffdb814 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWeiLiu.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWin.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWin.class new file mode 100644 index 0000000..4d99ddd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rule/RuleWin.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChi.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChi.class new file mode 100644 index 0000000..60e076d Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChi.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChiState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChiState$1$1.class new file mode 100644 index 0000000..741d823 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChiState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChiState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChiState$1.class new file mode 100644 index 0000000..e861245 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChiState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChiState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChiState.class new file mode 100644 index 0000000..4e2c077 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRChiState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDealLiuState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDealLiuState$1$1.class new file mode 100644 index 0000000..d428928 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDealLiuState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDealLiuState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDealLiuState$1.class new file mode 100644 index 0000000..d080824 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDealLiuState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDealLiuState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDealLiuState.class new file mode 100644 index 0000000..ad621b7 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDealLiuState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class new file mode 100644 index 0000000..32e9ea7 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class new file mode 100644 index 0000000..bc5dc8f Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class new file mode 100644 index 0000000..029d215 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDiscardPaoState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class new file mode 100644 index 0000000..6e9bf96 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawChiState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class new file mode 100644 index 0000000..433a4cd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class new file mode 100644 index 0000000..51a2492 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class new file mode 100644 index 0000000..1d50bda Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPaoState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class new file mode 100644 index 0000000..cb91e4a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRDrawPongState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRLiuState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRLiuState$1$1.class new file mode 100644 index 0000000..19b3eb9 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRLiuState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRLiuState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRLiuState$1.class new file mode 100644 index 0000000..648257e Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRLiuState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRLiuState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRLiuState.class new file mode 100644 index 0000000..cc5f2ab Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRLiuState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRPongState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRPongState.class new file mode 100644 index 0000000..f85b8e9 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRPongState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1$1.class new file mode 100644 index 0000000..1d45410 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1.class new file mode 100644 index 0000000..3437324 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiLiuState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiLiuState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiLiuState.class new file mode 100644 index 0000000..cc77f13 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiLiuState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiState$1$1.class new file mode 100644 index 0000000..5e74b1e Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiState$1.class new file mode 100644 index 0000000..bf3bcb2 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class new file mode 100644 index 0000000..e672971 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWeiState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWinState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWinState.class new file mode 100644 index 0000000..4a871fd Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/rulestate/PRWinState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class new file mode 100644 index 0000000..a5765e7 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDisCardTipState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class new file mode 100644 index 0000000..e1c35be Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class new file mode 100644 index 0000000..6bd9f99 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class new file mode 100644 index 0000000..20d02cc Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDiscardState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class new file mode 100644 index 0000000..f1ac8bf Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class new file mode 100644 index 0000000..11db0ce Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class new file mode 100644 index 0000000..6aa37e3 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class new file mode 100644 index 0000000..a14d13e Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerDrawTipState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPiaoNiaoTipState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPiaoNiaoTipState.class new file mode 100644 index 0000000..b213f16 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPiaoNiaoTipState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class new file mode 100644 index 0000000..8623df8 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class new file mode 100644 index 0000000..e30a474 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class new file mode 100644 index 0000000..00dc73f Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerPreDrawState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTianHuState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTianHuState$1$1.class new file mode 100644 index 0000000..41b89e0 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTianHuState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTianHuState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTianHuState$1.class new file mode 100644 index 0000000..915d1e9 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTianHuState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTianHuState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTianHuState.class new file mode 100644 index 0000000..79cfeed Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTianHuState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class new file mode 100644 index 0000000..8b06e8a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerTipState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class new file mode 100644 index 0000000..47a1d6d Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/player/state/EXPlayerWaitState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class new file mode 100644 index 0000000..4553807 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomDealState$1$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class new file mode 100644 index 0000000..75790f3 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomDealState$1.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomDealState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomDealState.class new file mode 100644 index 0000000..8795470 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomDealState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomPiaoState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomPiaoState.class new file mode 100644 index 0000000..bd2b821 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomPiaoState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class new file mode 100644 index 0000000..dc0f91f Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomSetpState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class new file mode 100644 index 0000000..9b3555e Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/room/state/EXRoomStartGameState.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/Action.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/Action.class new file mode 100644 index 0000000..8e04df0 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/Action.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/IRuleBase.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/IRuleBase.class new file mode 100644 index 0000000..f6570ad Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/IRuleBase.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/Tip.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/Tip.class new file mode 100644 index 0000000..6abff55 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/Tip.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/TipManager.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/TipManager.class new file mode 100644 index 0000000..d813047 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/tip/TipManager.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/CardUtil.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/CardUtil.class new file mode 100644 index 0000000..017611f Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/CardUtil.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/ChowCard.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/ChowCard.class new file mode 100644 index 0000000..4c92ff3 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/ChowCard.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/Paixing.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/Paixing.class new file mode 100644 index 0000000..ee22051 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/Paixing.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/WinCard.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/WinCard.class new file mode 100644 index 0000000..33d9ed1 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/WinCard.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/WinCardNew.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/WinCardNew.class new file mode 100644 index 0000000..cc62461 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/WinCardNew.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/WinOpCard.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/WinOpCard.class new file mode 100644 index 0000000..e41661a Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/classes/extend/zp/uitl/WinOpCard.class differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/game_zp_yueyangwaihuzi.jar b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/game_zp_yueyangwaihuzi.jar new file mode 100644 index 0000000..7d4c068 Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/game_zp_yueyangwaihuzi.jar differ diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-archiver/pom.properties b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-archiver/pom.properties new file mode 100644 index 0000000..112da12 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Sat Apr 13 13:43:45 GMT+08:00 2024 +version=1.0.0 +groupId=com.zp.game_zp_yueyangwaihuzi +artifactId=game_zp_yueyangwaihuzi diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..1042265 --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,87 @@ +extend\zp\player\rule\RuleDrawChi.class +extend\zp\player\rulestate\PRWeiLiuState$1$1.class +extend\zp\player\state\EXPlayerPreDrawState$1.class +extend\zp\player\rulestate\PRLiuState.class +extend\zp\player\state\EXPlayerTianHuState$1$1.class +extend\zp\player\rule\RuleWeiLiu.class +extend\zp\tip\TipManager.class +extend\zp\player\rule\RuleKan.class +extend\zp\player\rule\RulePong.class +extend\zp\player\rulestate\PRLiuState$1.class +extend\zp\player\rule\RuleDealTi.class +extend\zp\PlayBack.class +extend\zp\player\rule\RuleDrawPong.class +extend\zp\player\rulestate\PRWinState.class +extend\zp\player\state\EXPlayerTianHuState.class +extend\zp\player\rulestate\PRDealLiuState$1$1.class +extend\zp\player\rulestate\PRDrawPongState.class +extend\zp\room\state\EXRoomPiaoState.class +extend\zp\tip\IRuleBase.class +extend\zp\uitl\Paixing.class +extend\zp\player\rulestate\PRChiState.class +extend\zp\player\rulestate\PRDiscardPaoState$1$1.class +extend\zp\OpCard.class +extend\zp\player\state\EXPlayerDiscardState$1.class +extend\zp\tip\Tip.class +extend\zp\player\state\EXPlayerDiscardState$1$1.class +extend\zp\player\state\EXPlayerWaitState.class +extend\zp\EXActionEvent.class +extend\zp\player\rulestate\PRDrawChiState.class +extend\zp\MingTang.class +extend\zp\player\rulestate\PRDrawPaoState$1$1.class +extend\zp\player\state\EXPlayerDisCardTipState.class +extend\zp\player\rulestate\PRWeiState$1$1.class +extend\zp\room\state\EXRoomDealState$1.class +extend\zp\player\rulestate\PRDiscardPaoState$1.class +extend\zp\RoomCard.class +extend\zp\uitl\WinCard.class +extend\zp\player\rule\RuleChi.class +extend\zp\player\rule\RuleLiu.class +extend\zp\player\rule\RuleWin.class +extend\zp\player\rulestate\PRWeiLiuState$1.class +extend\zp\player\state\EXPlayerDrawState$1$1.class +extend\zp\uitl\CardUtil.class +extend\zp\uitl\WinCardNew.class +extend\zp\tip\Action.class +extend\zp\player\rule\RuleDealKan.class +extend\zp\player\rule\RuleDrawPao.class +extend\zp\player\state\EXPlayerPreDrawState.class +extend\zp\room\state\EXRoomSetpState.class +extend\zp\player\state\EXPlayerDiscardState.class +extend\zp\EXMainServer.class +extend\zp\player\rulestate\PRWeiState.class +extend\zp\room\state\EXRoomDealState.class +extend\zp\player\state\EXPlayerTipState.class +extend\zp\EXPlayer.class +extend\zp\Config.class +extend\zp\player\rulestate\PRLiuState$1$1.class +extend\zp\player\state\EXPlayerPreDrawState$1$1.class +extend\zp\player\rulestate\PRWeiLiuState.class +extend\zp\player\rulestate\PRDrawPaoState$1.class +extend\zp\player\rulestate\PRDealLiuState$1.class +extend\zp\player\rulestate\PRDealLiuState.class +extend\zp\player\state\EXPlayerPiaoNiaoTipState.class +extend\zp\room\state\EXRoomStartGameState.class +extend\zp\player\rulestate\PRWeiState$1.class +extend\zp\room\state\EXRoomDealState$1$1.class +extend\zp\player\rulestate\PRPongState.class +extend\zp\RuleWeight.class +extend\zp\player\rulestate\PRChi.class +extend\zp\player\rule\RuleWei.class +extend\zp\player\state\EXPlayerTianHuState$1.class +extend\zp\PlayerRuleManager.class +extend\zp\uitl\ChowCard.class +extend\zp\player\rulestate\PRDrawPaoState.class +extend\zp\player\rulestate\PRChiState$1$1.class +extend\zp\player\rulestate\PRDiscardPaoState.class +extend\zp\player\state\EXPlayerDrawState$1.class +extend\zp\EXGameController.class +extend\zp\EXRoom.class +extend\zp\uitl\WinOpCard.class +extend\zp\player\rule\RuleDiscardPao.class +extend\zp\player\rulestate\PRChiState$1.class +extend\zp\player\state\EXPlayerDrawTipState.class +extend\zp\EXScore.class +extend\zp\player\rule\RuleDealLiu.class +extend\zp\player\rule\RuleWeiHu.class +extend\zp\player\state\EXPlayerDrawState.class diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..2c2990a --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,63 @@ +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleWeiLiu.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDrawChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerTianHuState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXScore.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\room\state\EXRoomDealState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDealLiu.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RulePong.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRDrawPongState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerWaitState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\OpCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerDrawTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\RoomCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\room\state\EXRoomSetpState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\MingTang.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleLiu.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRDiscardPaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\tip\TipManager.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerPiaoNiaoTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRChiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerDiscardState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRLiuState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDealTi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\tip\Tip.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerDisCardTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXRoom.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRWeiLiuState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRDrawPaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\room\state\EXRoomStartGameState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleWin.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDealKan.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\PlayBack.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRWeiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\WinCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRWinState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\WinOpCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDiscardPao.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXMainServer.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\PlayerRuleManager.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerTipState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleWeiHu.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\Paixing.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\RuleWeight.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXGameController.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRDrawChiState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\ChowCard.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\Config.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDrawPong.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXPlayer.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\WinCardNew.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleChi.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\room\state\EXRoomPiaoState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\tip\IRuleBase.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\EXActionEvent.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\tip\Action.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRDealLiuState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\uitl\CardUtil.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerPreDrawState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleDrawPao.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleKan.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rule\RuleWei.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\state\EXPlayerDrawState.java +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\main\java\extend\zp\player\rulestate\PRPongState.java diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..063bcae --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +game_zp_yueyangwaihuzi\Main.class diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..ab75efd --- /dev/null +++ b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +D:\project\javapro\javapro\xtserver_anchou\zipai\paohuzi\game_zp_yueyangwaihuzi\src\test\java\game_zp_yueyangwaihuzi\Main.java diff --git a/zipai/paohuzi/game_zp_yueyangwaihuzi/target/test-classes/game_zp_yueyangwaihuzi/Main.class b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/test-classes/game_zp_yueyangwaihuzi/Main.class new file mode 100644 index 0000000..408fdaa Binary files /dev/null and b/zipai/paohuzi/game_zp_yueyangwaihuzi/target/test-classes/game_zp_yueyangwaihuzi/Main.class differ